header{display:flex;flex-direction:row;justify-content:space-around;align-items:center;background:linear-gradient(45deg, #41C9E2, #ACE2E1);color:#f7eedd;padding:20px}@media screen and (max-width: 1140px){header{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px}}header img{width:auto;height:120px;border-radius:50%}@media screen and (max-width: 700px){header img{height:60px}}header .logos{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:15px}header h1{font-family:"pacifico_regular",fantasy;font-weight:normal;font-size:2.5rem}@media screen and (max-width: 700px){header h1{font-size:2rem}}.container_connexion{border:none solid #f7eedd;border-radius:5px;padding:5px;color:#000}.container_connexion .titre_connexion{font-weight:bold;text-decoration:underline}.container_connexion p{margin:0 auto 10px auto;text-align:center}.container_connexion p input{width:90%}.container_connexion p input::placeholder{color:#000}.container_connexion p #autoLogin{width:fit-content}.container_connexion p span{display:flex;flex-direction:row;justify-content:center;align-items:center}.container_connexion .autoLogin{font-size:.8rem;margin-top:5px}.container_connexion .lien_inscription{font-size:.8rem}.container_connexion .lien_inscription a{text-decoration:underline;color:#008dda;transition:color .2s ease-in-out}.container_connexion .lien_inscription a:hover{color:#f7eedd}.container_connexion .bonjour_connexion{color:#008dda;font-weight:bold;font-style:italic}.container_connexion .bouton_deconnexion{display:flex;justify-content:center}footer{display:flex;flex-direction:row;justify-content:center;align-items:space-evenly;background:linear-gradient(45deg, #41C9E2, #ACE2E1);color:#000;padding:40px;font-weight:bold}@media screen and (max-width: 700px){footer{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}}footer .container_liens{padding:10px;margin-left:15px}footer .references{display:flex;flex-direction:row;justify-content:space-evenly;align-items:start}@media screen and (max-width: 700px){footer .references{display:flex;flex-direction:column;justify-content:space-evenly;align-items:start;margin-top:20px}}footer .liens_a{display:flex;flex-direction:column;justify-content:start;align-items:start;margin-top:15px;font-size:.8em;font-weight:initial}footer .infos_flex{display:flex;flex-direction:column;justify-content:start;align-items:start;gap:20px;margin-right:70px;padding:10px}footer a:hover{color:#008dda;font-weight:bold}@keyframes zoom{50%{transform:scale(1.1)}100%{transform:scale(1)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes wave{0%,100%{transform:translateY(0)}50%{transform:translateY(-15px)}}.carousel{width:100%;height:100%}.carousel h2{width:auto;margin:30px 0}.carousel-container{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden;margin:50px auto;display:flex;background-color:#ace2e1;border:1px,solid,#41c9e2;border-radius:20px}.slide{display:flex;justify-content:center;align-items:center;position:absolute;width:100%;height:100%;opacity:0;transition:opacity 1s}.slide.current{opacity:1}.slide img{width:auto;height:100%}.prev,.next{position:absolute;top:50%;transform:translateY(-50%);font-size:36px;font-weight:bold;padding:10px;background-color:rgba(0,0,0,0);color:#008dda;cursor:pointer}.prev:hover,.next:hover{color:#f7eedd}.prev{left:10px}.next{right:10px}.slide-progress{margin:auto;display:flex;justify-content:center;gap:50px;max-width:100%;flex-wrap:wrap}.slide-progress .thumbnail{background-size:cover;background-position:center;background-repeat:no-repeat;width:100px;height:100px;border-radius:5px;cursor:pointer;transition:transform .4s ease-in-out}.slide-progress .thumbnail:not(.current):hover{animation:zoom 1.2s linear infinite}.slide-progress .thumbnail.current{transform:scale(1.1);box-shadow:0px 0px 3px 2px #008dda}nav{position:sticky;top:0px;z-index:1000}.navbar{-webkit-box-shadow:0px 3px 10px 0px rgba(65,201,226,.75);-moz-box-shadow:0px 3px 10px 0px rgba(65,201,226,.75);box-shadow:0px 3px 10px 0px rgba(65,201,226,.75);background:#f7eedd;color:#41c9e2;transition:background-color .1s ease-in}.navbar #navbar{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:40px}@media screen and (max-width: 1260px){.navbar #navbar{gap:5px}}@media screen and (max-width: 700px){.navbar #navbar{display:none;flex-direction:column;justify-content:center;align-items:center;gap:10px}}.navbar #navbar a{font-family:"pacifico_regular",fantasy;font-weight:normal;font-size:1.2rem;padding:10px 20px;text-align:center}@media screen and (max-width: 1140px){.navbar #navbar a{font-size:.9rem}}.navbar #navbar a.active{color:#008dda}.navbar #navbar a:hover{background:#41c9e2;color:#f7eedd;border-radius:50%}.navbar #toggle_navbar{border:1px solid #008dda;border-radius:5px;display:none;margin:10px 20px;padding:5px;width:50px;color:#008dda;transition:color .2s ease-in}@media screen and (max-width: 700px){.navbar #toggle_navbar{display:block !important}}.navbar #toggle_navbar:hover{background:#008dda;color:#f7eedd;font-weight:bold}form{text-align:center}form p{width:100%}form input{background:#f7eedd;color:#000;border:none;border-radius:5px;padding:10px}form input:focus{outline-color:#008dda}form input.bouton{width:150px}form textarea{border:none;border-radius:10px;width:80%;height:150px;margin:auto;display:block}@media screen and (max-width: 900px){form textarea{width:90%}}.input_block{width:200px;display:block;margin:auto;margin-top:10px}.intro_contact{text-decoration:underline;font-weight:bold}.grid_contact{grid-template-columns:repeat(2, 1fr);grid-template-rows:1fr}.grid_inscription{grid-template-columns:repeat(2, 1fr);grid-template-rows:1fr}.grid{display:grid;width:70%}@media screen and (max-width: 900px){.grid{width:90%}}@media screen and (max-width: 700px){.grid{width:100%;grid-template-columns:1fr}}.adminForm{width:90%;border:1px solid #41c9e2;padding:5px;margin:5px auto;border-radius:10px}.adminForm input{width:80%}@media screen and (max-width: 900px){.adminForm input{width:90%}}.adminForm input.bouton{width:30%}.containerCloseBtn{display:flex;flex-direction:column;justify-content:center;align-items:end;margin:auto;width:80%}@media screen and (max-width: 900px){.containerCloseBtn{width:90%}}.publicationImg{margin:auto;max-height:200px}.modal{position:fixed;top:0;left:0;width:100vw;height:100vh;display:none;align-items:center;justify-content:center;background-color:rgba(0,0,0,.5);opacity:0;transition:opacity .3s ease;z-index:1000}.modal.show{display:flex;opacity:1}.modal.fade .modal-dialog{transform:translateY(-20px);opacity:0;transition:transform .3s ease,opacity .3s ease}.modal.show .modal-dialog{transform:translateY(0);opacity:1}.modal-dialog{background:#f7eedd;border-radius:6px;max-width:500px;width:90%;box-shadow:0 2px 10px rgba(0,0,0,.3)}.modal-content{display:flex;flex-direction:column}.modal-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.modal-header,.modal-footer{padding:1rem;border-bottom:1px solid #ace2e1}.modal-footer{border-top:1px solid #ace2e1}.modal-body{padding:1rem}.modal-title{margin:0;font-size:1.25rem}.close{background:none;border:none;font-size:1.5rem;cursor:pointer}@font-face{font-family:"ocean";src:url(../../assets/fonts/ocean.ttf)}@font-face{font-family:"pacifico_regular";src:url(../../assets/fonts/pacifico_regular.ttf)}@font-face{font-family:"delius";src:url(../../assets/fonts/Delius.ttf)}*{box-sizing:border-box;font-family:"delius",fantasy}body,html{background:#f7eedd;color:#000;margin:0;padding:0}body{display:flex;flex-direction:column;justify-content:normal;align-items:normal;background-image:url(../../assets/images/fond.jpg);background-size:cover;background-repeat:no-repeat;background-attachment:fixed;min-height:100vh;flex-grow:1;width:100%;min-height:100vh}section{width:100%}a{text-decoration:none;color:inherit;transition:color .2s ease-in-out}h2{-webkit-box-shadow:3px 3px 0px 3px rgba(65,201,226,.75);-moz-box-shadow:3px 3px 0px 3px rgba(65,201,226,.75);box-shadow:3px 3px 0px 3px rgba(65,201,226,.75);border:2px solid #41c9e2;border-radius:50px;font-family:"pacifico_regular",fantasy;font-weight:normal;text-align:center;text-decoration:underline;margin:30px auto;padding:10px;width:500px}@media screen and (max-width: 700px){h2{width:300px}}h3{margin:30px auto;text-decoration:underline}@media screen and (max-width: 700px){h3{font-size:1.1rem}}.ml_0{margin-left:0}.mt_0{margin-top:0}.mb_30{margin-bottom:30px}.text_center{text-align:center}.text_end{text-align:end}.text_muted{color:#6c757d}.text_sm{font-size:12px}.text_lg{font-size:20px}.text_decoration_none{text-decoration:none !important}.bold{font-weight:bold}.c4{color:#008dda}.pacifico{font-family:"pacifico_regular",fantasy}.padding10{padding:10px}.align_self_start{align-self:flex-start}.align_self_end{align-self:flex-end}.link{text-decoration:underline;color:#008dda}.link:hover{color:#41c9e2}svg{display:flex;flex-direction:row;justify-content:center;align-items:center}.bouton{border:1px solid #000;border-radius:5px;padding:5px;transition:color .2s ease-in-out,background-color .2s ease-in-out,border .2s ease-in-out}.bouton:hover{border:1px solid #f7eedd;border-radius:5px;background-color:#008dda;color:#f7eedd;cursor:pointer}.bouton:active{box-shadow:inset 3px 3px 10px 1px rgba(0,0,0,.75)}.error{color:red}.success{color:green}.container_principal{display:flex;flex-direction:column;justify-content:start;align-items:center;background:linear-gradient(to right, #ACE2E1, #F7EEDD);color:#000;border:4px double #008dda;border-radius:100px;width:1100px;margin:20px auto;padding:20px 70px;flex-grow:1}@media screen and (max-width: 1140px){.container_principal{width:850px}}@media screen and (max-width: 900px){.container_principal{width:650px}}@media screen and (max-width: 700px){.container_principal{width:400px;padding:10px}}@media screen and (max-width: 450px){.container_principal{width:330px;padding:5px;border-radius:40px}}.container_accueil{display:grid;grid-template-columns:1fr auto 1fr}@media screen and (max-width: 700px){.container_accueil{display:flex;flex-direction:column;justify-content:center;align-items:center}}.container_img_background{flex-grow:1;min-height:80vh}@media screen and (max-width: 700px){.container_img_background{min-height:50vh}}.date{background:linear-gradient(to right, #008DDA, #41C9E2);color:#f7eedd;font-family:"pacifico_regular",fantasy;font-weight:normal;font-size:1.5rem;border:3px solid #ace2e1;border-radius:20px;height:fit-content;width:fit-content;grid-column:3;justify-self:right;margin-top:5%;margin-right:5%}@media screen and (max-width: 700px){.date{margin:5% auto}}.container_meteo{display:flex;flex-direction:column;justify-content:center;align-items:center;background:linear-gradient(to left, #008DDA, #41C9E2);color:#f7eedd;font-family:"pacifico_regular",fantasy;font-weight:normal;font-size:1.5rem;border:3px solid #ace2e1;border-radius:30px;height:fit-content;width:fit-content;color:#f7eedd;grid-row:1;margin-top:5%;margin-left:5%}@media screen and (max-width: 700px){.container_meteo{margin:5% auto}}.spinner{border:4px solid #f3f3f3;border-radius:50%;border-top:4px solid #3498db;width:40px;height:40px;animation:spin 1s linear infinite;margin:50px auto}.hidden{display:none}.description_temperature_icone{display:flex;flex-direction:row;justify-content:start;align-items:center}.description_temperature{display:flex;flex-direction:column;justify-content:start;align-items:center}.bienvenue{display:flex;flex-direction:row;justify-content:center;align-items:center;grid-row:1/3}.bienvenue span{font-family:"pacifico_regular",fantasy;font-weight:normal;font-size:5rem;display:inline-block;color:#41c9e2;transform:translateY(0);animation:wave 1.5s linear infinite}@media screen and (max-width: 700px){.bienvenue span{margin-top:100px;align-self:baseline;font-size:3em}}.bienvenue span:nth-child(1){animation-delay:0s}.bienvenue span:nth-child(2){animation-delay:0.1s}.bienvenue span:nth-child(3){animation-delay:0.2s}.bienvenue span:nth-child(4){animation-delay:0.3s}.bienvenue span:nth-child(5){animation-delay:0.4s}.bienvenue span:nth-child(6){animation-delay:0.5s}.bienvenue span:nth-child(7){animation-delay:0.6s}.bienvenue span:nth-child(8){animation-delay:0.7s}.bienvenue span:nth-child(9){animation-delay:0.8s}.prefooter{background:#f7eedd;color:#008dda;display:flex;flex-direction:row;justify-content:center;align-items:center;margin:0px;padding:20px;gap:10px}.prefooter img{width:auto;height:40px;vertical-align:middle;transition:transform .2s ease-in-out}.prefooter img:hover{transform:scale(1.1);filter:brightness(1.3)}.prefooter img:active{transform:scale(0.9)}.trombinoscope{display:grid;grid-template-columns:repeat(auto-fit, minmax(150px, 1fr));grid-auto-rows:minmax(100px, 1fr);align-items:center;row-gap:20px;column-gap:30px}@media screen and (max-width: 700px){.trombinoscope{column-gap:10px}}.trombinoscope img{width:80px}.periode_seances{text-align:center;margin:40px auto}.periode_seances span{text-decoration:underline;display:inline-block}table{border-collapse:collapse}@media screen and (max-width: 700px){table{font-size:.5rem}table th,table td{padding:5px}}td,th{border:1px solid #000;padding:10px;text-align:center}.tableau_seance{display:flex;flex-direction:column;justify-content:center;align-items:center;font-weight:bold}.separation_bottom{border-bottom:5px dotted #008dda;margin-bottom:50px;padding-bottom:50px}.container_scroll{display:flex;flex-direction:row;justify-content:start;align-items:center;background:linear-gradient(to right, #008DDA, #41C9E2);color:#000;-webkit-box-shadow:1px 1px 0px 3px rgba(0,141,218,.75) inset;-moz-box-shadow:1px 1px 0px 3px rgba(0,141,218,.75) inset;box-shadow:1px 1px 0px 3px rgba(0,141,218,.75) inset;-webkit-box-shadow:-1px -1px 0px 3px rgba(0,141,218,.75) inset;-moz-box-shadow:-1px -1px 0px 3px rgba(0,141,218,.75) inset;box-shadow:-1px -1px 0px 3px rgba(0,141,218,.75) inset;-webkit-box-shadow:1px -1px 0px 3px rgba(0,141,218,.75) inset;-moz-box-shadow:1px -1px 0px 3px rgba(0,141,218,.75) inset;box-shadow:1px -1px 0px 3px rgba(0,141,218,.75) inset;-webkit-box-shadow:-1px 1px 0px 3px rgba(0,141,218,.75) inset;-moz-box-shadow:-1px 1px 0px 3px rgba(0,141,218,.75) inset;box-shadow:-1px 1px 0px 3px rgba(0,141,218,.75) inset;border:2px #008dda solid;border-radius:25px;margin:40px auto;overflow:hidden;width:500px;max-width:100%;height:50px}@media screen and (max-width: 700px){.container_scroll{width:300px}}.texte_scroll{display:inline-block;color:#f7eedd;will-change:transform}.sites{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:30px;margin:20px auto}@media screen and (max-width: 700px){.sites{text-align:center}.sites img{width:50%}}.sites div{text-align:center}.sites img{margin:25px auto;transition:transform .2s ease-in-out}.sites img:hover{animation:zoom 1.2s linear infinite}#addInfoBtn{align-self:flex-start}.infoHeader{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.imagesCheckbox{display:flex;flex-direction:column;justify-content:space-between;align-items:center;height:130px}/*# sourceMappingURL=style.css.map */