/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
@import url('https://fonts.googleapis.com/css?family=Advent+Pro|Dancing+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@layer properties;
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #0d6674;
  opacity: 0.9;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  padding: 0px 7%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1000;
}
header .logo {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 180px;
  height: 60px;
  padding-top: 5px;
  padding-bottom: 5px;
}
header .navbar ul {
  list-style: none;
}
header .navbar ul li {
  position: relative;
  float: left;
}
header .navbar ul li a {
  font-size: 20px;
  padding: 20px;
  color: #f3fffe;
  display: block;
}
header .navbar ul li a:hover {
  background-color: #8db9c2;
  color: #112529;
}
header .navbar ul li ul {
  position: absolute;
  left: 0;
  width: 280px;
  background-color: #0d6674;
  opacity: 0.9;
  display: none;
}
header .navbar ul li ul li {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, .1);
}
header .navbar ul li:focus-within>ul, header .navbar ul li:hover>ul {
  display: initial;
}
#click {
  display: none;
}
header label {
  font-size: 20px;
  color: #f3fffe;
  cursor: pointer;
  display: none;
}
@media (max-width: 991px) {
  header {
    padding: 20px;
  }
  header label {
    display: initial;
  }
  header .navbar {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #0d6674;
    opacity: 1.0;
    border-top: 1px solid rgba(0, 0, 0, .1);
    display: none;
    font-size: 1.2em;
  }
  header .logo {
    display: none;
  }
  header .navbar ul {
    background: #0d6674;
    opacity: 0.9;
  }
  header .navbar ul li {
    width: 100%;
  }
  header .navbar ul li a {
    padding: 10px;
  }
  header .navbar ul li ul {
    position: relative;
    width: 100%;
  }
  .boite_accueil h3 {
    font-size: 1em;
    font-weight: lighter;
  }
  .boite_accueil h4 {
    font-size: 0.8em;
    font-weight: lighter;
  }
  header .navbar .menubtn i {
    display: block;
  }
  #click:checked~.menubtn i:before {
    content: "\f00d";
  }
  #click:checked~ul {
    left: 0%;
  }
  #click:checked~.navbar {
    display: initial;
  }
}
footer {
  margin: 0 auto;
  padding-top: 10px;
  height: auto;
  color: #f9fbfc;
  text-align: center;
  background-image: linear-gradient( to bottom left, rgba(13, 102, 116, 0.9), rgba(13, 32, 54, 0.9) );
  background-size: cover;
}
footer :link {
  color: #b9dadd;
}
footer :link:hover {
  color: #f9fbfc;
  text-decoration: underline;
}
.logo_footer {
  margin: 0;
  width: 200px;
  height: 67px;
  justify-items: left;
}
.container__footer-flex {
  margin: 0 auto;
  padding: 0;
  max-width: 1280px;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  gap: 20px;
  position: relative;
  text-align: center;
}
.container__footer-flex-item1-logo {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: left;
  align-items: stretch;
  width: 100%;
}
.container__footer-flex-item1, .container__footer-flex-item2 {
  margin: 0 auto;
  padding: 0;
  max-width: 600px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}
.container__footer-flex-item2-navbar {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: right;
  align-items: stretch;
  gap: 20px;
  width: 100%;
}
.container__footer-flex-item2-navbar1, .container__footer-flex-item2-navbar2 {
  display: flex;
  flex-direction: row;
  justify-content: right;
  align-items: center;
  width: 25%;
  height: auto;
}
.container__footer-flex-item3 {
  margin: 10px 0 10px 30px;
  font-size: 1em;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.container__footer-flex-item3 a, .container__footer-flex-item2-navbar a {
  color: #b9dadd;
  text-decoration: none;
}
.container__footer-flex-item3 a:hover, .container__footer-flex-item2-navbar a:hover {
  color: #91b6b9;
  text-decoration: underline;
}
.deuxiemeTrait {
  margin: 0 auto;
  max-width: 1280px;
  margin-bottom: 10px;
  height: 3px;
  background-color: #f9fbfc;
  border: none;
}
.copyrightEtIcons {
  margin: 0 auto 10px auto;
  padding-top: 0;
  max-width: 1280px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.copyright {
  width: 50%;
  padding: 10px 0 0 25px;
  text-align: left;
  display: flex;
  justify-content: left;
  align-items: center;
  color: #f9fbfc;
}
.icons {
  margin: 0 auto;
  padding: 0;
  width: 50%;
  text-align: right;
  justify-content: right;
  align-items: center;
  display: flex;
  flex-direction: row;
}
.icons img {
  width: 40px;
  height: auto;
}
.icons a {
  display: inline-block;
  padding: 0 15px;
  font-size: 1.3em;
  color: #fffae1;
}
.icons a:hover {
  transform: scale(1.6);
  transition: 0.1s;
}
.icons .mail {
  padding-bottom: 10px;
}
.icone-facebook {
  width: 40px;
  height: auto;
  background-color: white;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .container__footer-flex-item1-logo {
    justify-content: center;
  }
  .container__footer-flex-item2-navbar {
    justify-content: center;
  }
  .container__footer-flex-item3 {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .container__footer-flex-item3 {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
  }
  .container__footer-flex-item1-logo {
    justify-content: center;
  }
  .container__footer-flex-item2-navbar1, .container__footer-flex-item2-navbar2 {
    width: 46%;
    gap: 10px;
  }
  .container__footer-flex-item2-navbar1 {
    justify-content: right;
    text-align: right;
  }
  .container__footer-flex-item2-navbar2 {
    justify-content: left;
    text-align: left;
  }
  .copyrightEtIcons {
    margin: 0;
    font-size: 0.8em;
    padding-right: 5px;
    padding-top: 10px;
  }
  .icons {
    padding-right: 20px;
    width: 60%;
    padding-top: 10px;
  }
  .icons img {
    width: 30px;
  }
  .copyright {
    padding-left: 20px;
  }
  .deuxiemeTrait {
    margin: 0 auto;
    width: 95%;
    margin: 0 10px 0 10px;
  }
}
@media screen and (max-width: 480px) {
  .container__footer-flex {
    max-width: 400px;
    gap: 5px;
  }
  .container__footer-flex-item2-navbar {
    gap: 5px;
    margin-bottom: 10px;
  }
  .container__footer-flex-item2-navbar1, .container__footer-flex-item2-navbar2 {
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .copyrightEtIcons {
    flex-direction: column;
    gap: 10px;
  }
  .copyright, .icons {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    justify-content: center;
    align-items: baseline;
    text-align: center;
  }
  .icons img {
    width: 25px;
  }
  .deuxiemeTrait {
    margin: 0 auto;
    max-width: 400px;
    width: 80%;
  }
}
html {
  scroll-behavior: smooth;
}
body {
  padding: 0;
  margin: 0;
  background-color: #f7fcfd;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
.couleur_1 {
  color: #f1f2f6;
}
.size_1 {
  font-size: 2rem;
}
.size_2 {
  font-size: 1.6rem;
}
.size_3 {
  font-size: 1.4rem;
}
.size_4 {
  font-size: 1.2rem;
}
.size_5 {
  font-size: 1.5rem;
}
.weight_1 {
  font-weight: bolder;
}
.is-pb-10 {
  padding-bottom: 10px;
}
.is-pb-20 {
  padding-bottom: 20px;
}
.is-pt-20 {
  padding-top: 20px;
}
.is-px-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.is-my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.color-primaire {
  color: #135964;
}
.is-text-center {
  text-align: center;
}
.is-container-7xl {
  margin: 0 auto;
  padding: 10px;
  max-width: 1280px;
  width: 100%;
}
.is-container-text {
  margin: 0 auto;
  padding: 0;
  max-width: 1280px;
  width: 100%;
  height: auto;
  border: none;
}
.espace_60 {
  width: 100%;
  height: 60px;
}
.container_form {
  margin: 0 auto;
  max-width: 1480px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 0.5em;
}
.presentation .container_form .sous_container {
  margin: 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 1em;
}
.container_form_2 {
  margin: 0 auto;
  margin-top: -20px;
  margin-bottom: 70px;
  max-width: 900px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.container_form p {
  font-size: 1.3em;
  text-align: center;
  margin-bottom: 2%;
}
.container_form_2 p {
  font-size: 1.3em;
  text-align: center;
  margin-bottom: 2%;
}
.container_form h1 {
  font-size: 3em;
  color: #172150;
}
.container_form_2 h1 {
  font-size: 3em;
  color: #172150;
}
.container_form .dancing_script {
  font-size: 2.5em;
}
.container_form a {
  color: #1d39b4;
  font-weight: bolder;
  font-size: 0.9em;
  text-decoration: underline;
}
.container_form a:hover {
  color: #135964;
  font-style: italic;
  text-decoration: none;
}
.boite_form {
  margin: 0 auto;
  width: 100%;
  height: auto;
  text-align: center;
  border-radius: 10px;
  padding: 10px;
  background-size: cover;
  background-position: center;
  box-shadow: 1px -1px 8px 3px #b0d4da;
  border: none;
}
.boite_form h2 {
  font-size: 1.8em;
  color: #172150;
}
.boite_form h3 {
  font-size: 1.4em;
  color: #135964;
}
.boite_form p {
  font-size: 1.2em;
  color: #333;
}
.boite_form_2 {
  margin: 0 auto;
  width: 440px;
  height: 450px;
  text-align: center;
  border-radius: 10px;
  padding-bottom: 15px;
  border: none;
  background-image: url(/banniere/bgr_570x900_2.jpg);
  background-size: cover;
  background-position: center;
  box-shadow: 1px -1px 8px 3px #b0d4da;
}
.sous_container .boite_contact_1 {
  margin: 10px auto;
  padding: 0;
  width: 35%;
  height: auto;
}
.sous_container .boite_contact_1 .boite_contact_1-image img {
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
  width: 100%;
}
.sous_container .boite_contact_2 {
  margin: 10px auto;
  padding-top: 10px;
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.sous_container .boite_contact_2 p {
  margin-top: 10px;
  padding: 0 10px;
  text-align: left;
  font-size: 1.2rem;
  line-height: 40px;
  color: #135964;
}
.boite_map {
  margin: 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.boite_map iframe {
  width: 100%;
  height: 100%;
}
.sous-titre {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  font-size: 1em;
  font-weight: lighter;
  line-height: 24px;
  color: black;
}
.red {
  color: red;
}
input [type=next], select, textarea {
  width: 100%;
  padding: 12px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}
textarea {
  height: 200px;
}
form {
  margin: 0 auto;
  width: 500px;
  text-align: left;
  padding: 30px 10px;
  align-content: space-between;
}
.form_2 {
  margin: 0 auto;
  width: 340px;
  text-align: left;
  padding: 30px 10px;
  align-content: space-between;
}
input, textarea, label {
  margin: 0 auto;
  margin-left: -10px;
  width: 64%;
  display: block;
  color: black;
}
input, textarea {
  margin-bottom: 10px;
  margin-top: 5px;
  padding: 10px;
  background-color: #ebf3f4;
  border: 0;
  border-bottom: 2px solid #135964;
  color: black;
  font-size: 16px;
}
label {
  font-size: 1rem;
}
input[type=submit] {
  margin-top: 30px;
  padding: 15px 0;
  background-color: #135964;
  color: white;
  font-size: 18px;
  border-bottom: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all .3s ease;
}
input[type=submit]:hover {
  background-color: #498d98;
  color: #172150;
  font-weight: bolder;
}
input:focus, textarea:focus {
  outline: 1px solid #135964;
}
.container-flex {
  height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: aliceblue;
}
.boite_merci {
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
  text-align: center;
}
.container-flex .boite_merci h1 {
  font-size: 3rem;
  text-shadow: none;
  color: black;
}
.boite_merci p, .boite_merci h2 {
  font-size: 1.8rem;
}
.boite_merci h2 {
  margin-top: -1rem;
}
.boite_merci p {
  color: aliceblue;
}
.boite_merci a {
  text-decoration: underline;
  color: #1d39b4;
}
.boite_merci a:hover {
  text-decoration: none;
  font-style: italic;
  color: aliceblue;
}
.retour {
  padding-top: 20px;
  font-size: 0.9em;
}
.cheklist {
  margin: 0 auto;
  padding: 0;
  width: 350px;
  height: 486px;
  background-image: url(/images/checklist/cfweb_checklist_350x486.png);
}
.sous-boite_choix_3 .padding-adjust {
  margin-top: -15px;
  padding-right: 2px;
  padding-left: 2px;
}
.gratuit {
  text-transform: uppercase;
}
.form_2 .info_politique {
  padding-top: 10px;
  font-size: 0.8em;
  color: #135964;
}
.boite_texte_5 p {
  font-size: 0.9em;
}
.boite_texte_5 a {
  text-decoration: underline;
  color: #1d39b4;
}
@media screen and (min-width: 768px) {
  .presentation .container_form .sous_container {
    width: 50%;
  }
  .presentation .container_form {
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 80px;
    width: 100%;
    border: none;
  }
  .presentation .container_form p {
    font-size: 1.3em;
  }
  .presentation .container_form h1 {
    font-size: 3em;
  }
  .presentation .container_form .dancing_script {
    font-size: 2.5em;
  }
  .sous_container .boite_contact_1 {
    width: 30%;
  }
  .sous_container .boite_contact_2 {
    width: 65%;
    margin: 0 auto;
    margin-top: 10px;
  }
  .boite_contact_2 p {
    font-size: 1.3em;
  }
  .sous-titre {
    margin: 0 auto;
    padding-bottom: 60px;
    width: 80%;
    font-size: 1.4em;
    line-height: 1.2em;
  }
  .boite_map {
    align-self: center;
  }
  .boite_map iframe {
    width: 700px;
    height: 525px;
  }
  .boite_form {
    width: 600px;
    margin-top: 10px;
    border: none;
  }
  .container_form a {
    font-size: 0.9em;
  }
  input, textarea, label {
    margin-left: -10px;
    width: 100%;
  }
  label {
    font-size: 1.1rem;
  }
  input[type=submit] {
    margin-bottom: -10px;
  }
  .retour {
    font-size: 0.9em;
  }
}
@media screen and (min-width: 1920px) {
  .container_form {
    width: 80%;
  }
}
@media screen and (max-width: 900px) {
  .presentation .container_form {
    width: 1200px;
    width: 100%;
    background-color: pink;
  }
  .sous_container .boite_contact_1 {
    display: none;
  }
  .sous_container .boite_contact_2 {
    width: 100%;
  }
}
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.area {
  background-color: #0d6674;
  background: -webkit-linear-gradient(to left, #4094a9, #0d6674);
  width: 100%;
  margin: 0 auto;
  height: auto;
  position: relative;
}
.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 96%;
  overflow: hidden;
}
.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  animation: animate 25s linear infinite;
  bottom: -150px;
}
.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}
.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}
.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}
.circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}
.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}
.circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}
.circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}
.circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}
.circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}
.circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}
@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }
  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}
.confirmation {
  min-height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding-bottom: 100px;
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
  flex-direction: column;
  text-align: center;
}
.confirmation p {
  font-size: 2rem;
  color: #333;
  margin-top: 15px;
}
.confirmation a {
  display: inline-block;
  margin-top: 30px;
  padding: 12px 24px;
  background-color: #0d6674;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-size: 1.2rem;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.confirmation a:hover {
  background-color: #0d444d;
}
.confirmation_svg {
  width: 130px;
  height: auto;
  margin: 20px 0;
}
.text_primaire {
  color: #0d6674;
}
.text_secondaire {
  color: #498d98;
}
.bg_primaire {
  background-color: #0d6674;
}
.bg_secondaire {
  background-color: #4094a9;
}
.bg_tertiaire {
  background-color: #135964;
}
.bg_action {
  background-color: darkorange;
}
.bgr_4 {
  background-color: #f1f2f6;
}
.text_primaire {
  color: #0d6674;
}
.text_secondaire {
  color: #498d98;
}
.bg_primaire {
  background-color: #0d6674;
}
.bg_secondaire {
  background-color: #4094a9;
}
.bg_tertiaire {
  background-color: #135964;
}
.bg_action {
  background-color: darkorange;
}
.bgr_4 {
  background-color: #f1f2f6;
}
.espace_10 {
  width: 100%;
  height: 10px;
}
.espace_15 {
  width: 90%;
  height: 15px;
}
.espace_20 {
  width: 100%;
  height: 20px;
}
.espace_55 {
  width: 90%;
  height: 55px;
}
.espace_35 {
  width: 90%;
  height: 35px;
}
.espace_40 {
  width: 90%;
  height: 40px;
}
.espace_50 {
  width: 90%;
  height: 50px;
}
.espace_55 {
  width: 90%;
  height: 55px;
}
.espace_60 {
  width: 90%;
  height: 60px;
}
.espace_90 {
  width: 90%;
  height: 90px;
}
.espace_100 {
  width: 100%;
  height: 100px;
}
.espace_moins35 {
  margin-top: -35px;
}
.espace_px-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.espace_py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.espace_py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .espace_50 {
    height: 30px;
  }
  .espace_55 {
    height: 40px;
  }
  .espace_60 {
    height: 50px;
  }
  .espace_90 {
    height: 60px;
  }
  .espace_100 {
    height: 80px;
  }
}
@media screen and (max-width: 480px) {
  .espace_50 {
    height: 20px;
  }
  .espace_55 {
    height: 30px;
  }
  .espace_60 {
    height: 40px;
  }
  .espace_90 {
    height: 50px;
  }
  .espace_100 {
    height: 70px;
  }
}
.imagePrincipale {
  margin: 0 auto;
  padding: 0;
  max-width: 1920px;
  width: 100%;
  min-height: 350px;
  position: relative;
}
.img_1 {
  padding-top: 1px;
  background: url(/banniere/cfweb_ban1.png);
  background-size: cover;
  background-position: center;
}
.slogan {
  width: 90%;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border: none;
  animation: textup 12s linear infinite;
  transform: translateY(-200px);
}
.slogan h1 {
  margin: 0 auto;
  color: antiquewhite;
  font-weight: bolder;
  border: none;
  text-align: center;
}
@keyframes textup {
  10% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(0px);
  }
}
h1 {
  font-family: 'Dancing Script', cursive;
  text-align: center;
  color: antiquewhite;
  font-size: 2.7em;
  text-shadow: 1px 3px 2px darkblue;
}
#cookiePopup {
  position: fixed;
  bottom: 10px;
  max-width: 450px;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  padding: 15px 25px 22px;
  transition: right 0.3s ease;
  right: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
#cookiePopup .en_tete {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
#cookiePopup .en_tete i {
  color: #0d6674;
  font-size: 20px;
  margin-right: 5px;
}
#cookiePopup .en_tete h2 {
  color: #135964;
  font-weight: bold;
  font-size: 1.2em;
  padding-top: 0;
  padding-bottom: 0;
}
#cookiePopup .data {
  margin-top: 0;
}
#cookiePopup .data p {
  color: #333;
  font-size: 0.9em;
  margin-top: 0;
  margin-bottom: 0;
}
#cookiePopup .data p a {
  color: #4070f4;
  text-decoration: none;
}
#cookiePopup .data p a:hover {
  text-decoration: underline;
}
#cookiePopup .buttons {
  margin-top: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
}
#cookiePopup button {
  border: none;
  color: #fff;
  background: #135964;
  padding: 8px 0;
  border-radius: 4px;
  cursor: pointer;
  width: calc(100% / 2 - 10px);
}
#cookiePopup button:hover {
  background: #498d98;
}
.hide {
  visibility: hidden;
  bottom: 0;
  right: 2em;
}
.show {
  visibility: visible;
  bottom: 2em;
  right: 2em;
}
.bx {
  margin-left: 0.125rem;
  margin-bottom: 0;
  width: 2%;
  height: auto;
}
#cookiePopup .buttons {
  margin-top: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#cookiePopup .buttons .button {
  border: none;
  color: #fff;
  background: #135964;
  padding: 8px 0;
  border-radius: 4px;
  cursor: pointer;
  width: calc(100% / 2 - 10px);
}
#cookiePopup .buttons #acceptCookie:hover {
  background: #498d98;
}
#cookiePopup .buttons #declineCookie:hover {
  background: #fff;
  border: 2px solid #0d6674;
  color: #0d6674;
}
.container_realisations {
  margin: 0 auto;
  padding: 0 10px 0 10px;
  width: 95%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  text-align: center;
  justify-content: space-evenly;
  align-items: start;
  border: none;
}
.boite_image figcaption {
  font-size: 1em;
  text-align: center;
  padding-bottom: 0.625rem;
}
.boite_image figcaption a {
  color: #135964;
  text-decoration: underline;
  letter-spacing: -0.5px;
}
.boite_image figcaption a:hover {
  color: #498d98;
  text-decoration: none;
}
.boite_image {
  position: relative;
}
.boite_image img {
  margin: 0 auto;
  padding: 0;
  margin-bottom: 30px;
  display: inline-flexbox;
  border: none;
}
.boite_image {
  width: 450px;
  height: auto;
}
.boite_image img {
  width: 100%;
  height: 100%;
}
.boite_image:hover, .boite_image img:hover {
  transform: scale(1.03);
  transition: 0.6s;
}
.boite_image h3 {
  margin: 0 auto;
  font-size: 2em;
  text-align: center;
  margin-bottom: 20px;
  border: none;
}
.boite_image p {
  font-size: 1.2em;
}
#tutoriels {
  padding-bottom: 10px;
}
.tutoriel-titre {
  margin: 0;
  padding: 100px 10px 10px 10px;
  text-align: center;
  color: black;
  font-size: 48px;
}
.tutoriel-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px;
}
.tutoriel-container h3 {
  font-size: 1.5rem;
  color: #555;
  margin-bottom: 40px;
  text-transform: none;
  font-weight: normal;
}
.tutoriel-item {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #f5f8f8;
  transition: 0.3s ease;
  text-align: center;
}
.tutoriel-item:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.tutoriel-item h3 {
  font-size: 28px;
  color: #0d6674;
  margin-bottom: 10px;
}
.tutoriel-item p {
  font-size: 24px;
  color: #333;
  margin-bottom: 15px;
}
.tutoriel-infolettre {
  max-width: 1280px;
  margin: 50px auto 100px auto;
  text-align: center;
  border-radius: 8px;
  padding: 14px;
}
.tutoriel-infolettre h3 {
  font-size: 32px;
  color: white;
  margin-bottom: 20px;
}
.tutoriel-item__titre {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.is-icone {
  width: 32px;
  height: auto;
  vertical-align: middle;
}
.infolettre-text {
  border: 2px solid darkorange;
  border-radius: 5px;
}
.infolettre-button {
  margin: 0 auto;
  padding: 50px 10px;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-size: 18px;
  transition: 0.3s ease;
  display: inline-block;
}
.infolettre-button h4 {
  margin: 0;
  padding-bottom: 40px;
}
.infolettre-button .btn-inscription {
  font-size: 32px;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  color: white;
  transition: transform 0.3s ease;
  cursor: pointer;
  border: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.infolettre-button .btn-inscription:active {
  transform: scale(0.85);
}
.infolettre-button .btn-inscription:hover {
  background-color: orange;
  transform: scale(0.85);
}
.is-hidden {
  display: none !important;
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.modal-content {
  background-color: white;
  padding: 2rem;
  border-radius: 8px;
  max-width: 650px;
  width: 90%;
  position: relative;
}
.modal-content .btn-envoyer {
  margin-top: 20px;
  padding: 10px 20px;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 1.2rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.close-btn {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
}
.close-btn:hover {
  color: red;
}
@media (max-width: 1024px) {
  .tutoriel-titre {
    padding-top: 80px;
    font-size: 40px;
  }
  .tutoriel-container {
    padding: 15px;
  }
  .tutoriel-container h2 {
    font-size: 34px;
  }
  .tutoriel-item h3 {
    font-size: 26px;
  }
  .tutoriel-item p {
    font-size: 20px;
  }
  .tutoriel-infolettre h3 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .tutoriel-titre {
    font-size: 34px;
    padding-top: 60px;
  }
  .tutoriel-container {
    padding: 10px;
  }
  .tutoriel-container h2 {
    font-size: 28px;
  }
  .tutoriel-item h3 {
    font-size: 24px;
  }
  .tutoriel-item p {
    font-size: 18px;
  }
  .tutoriel-infolettre h3 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .tutoriel-titre {
    padding-top: 40px;
    padding-bottom: 0;
    font-size: 28px;
  }
  .tutoriel-container {
    padding: 5px;
  }
  .tutoriel-container h2 {
    font-size: 24px;
  }
  .tutoriel-item h3 {
    font-size: 20px;
  }
  .tutoriel-item p {
    font-size: 16px;
  }
  .tutoriel-infolettre h3 {
    font-size: 20px;
  }
}
.premierTrait {
  height: 1px;
  width: 25%;
  margin: -3px auto;
  background-color: #fffae1;
  box-shadow: 1px 3px 2px darkblue;
}
.boite_accueil {
  margin: 0 auto;
  width: 100%;
  height: auto;
  justify-content: center;
  position: relative;
  margin-left: 0%;
  margin-top: 27%;
  box-sizing: border-box;
  border: none;
}
.boite_accueil h3, .boite_accueil h4 {
  text-align: right;
}
.boite_accueil h4 {
  line-height: 1em;
}
.boite_accueil_3 h3 {
  margin-top: 300px;
  padding-bottom: 200px;
}
.bgr_degrade {
  background-image: linear-gradient(to bottom, #b9dadd, #f9fbfc);
}
.presentation {
  margin: 0 auto;
  padding: 0 10px;
  height: auto;
}
.presentation h1 {
  font-size: 1.8em;
}
.bgr_1 {
  background-color: #a3c5ce;
}
.bgr_2 {
  background-color: #135964;
  color: #f1f2f6;
}
.bgr_3 {
  background: url(/banniere/bg_1920x1080.jpg) no-repeat;
  background-size: cover;
}
.texteIntro {
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding: 0;
}
.texteIntro p {
  font-size: 1.2em;
  color: black;
}
.texteIntro a {
  color: #1c349e;
}
.texteIntro a:hover {
  color: #e8f7f9;
  background-color: rgb(69, 120, 141);
  padding: 3px;
}
.is-left {
  text-align: left;
}
.boite_2 .texteIntro p {
  font-size: 1.2em;
}
#prestations {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 5%;
}
.imagesPrestations h4 {
  font-family: "Dancing Script", cursive;
  text-align: center;
  font-size: 1.8em;
  margin: 15px;
  font-weight: 300;
}
.imagesPrestations img {
  border-radius: 10px;
  box-shadow: 2px -2px 13px 4px #172150;
}
.imagesPrestations img:hover {
  opacity: 0.5;
  transform: scale(1.05);
  transition: 0.6s ease-in-out;
}
.texteIntro .sous-titre_1 {
  margin-top: -20px;
  font-size: 1.7em;
  text-transform: none;
  color: #0d7180;
  border: none;
}
.container_info {
  margin: 0 auto;
  padding: 0;
  max-width: 1280px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-flow: wrap;
  position: relative;
  text-align: center;
  border: 5px solid #498d98;
  border-radius: 10px;
  background-image: linear-gradient(to bottom, #b9dadd, #f9fbfc);
  box-shadow: 1px -1px 8px 3px #b0d4da;
}
.container_info_2, .container_info_3, .container_info_4, .container_info_5 {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: right;
  flex-flow: wrap;
  position: relative;
  border: 5px solid #498d98;
  border-radius: 10px;
  background-image: linear-gradient(to bottom, #b9dadd, #f9fbfc);
  box-shadow: 1px -1px 8px 3px #b0d4da;
  border: none;
}
.boite_texte1 {
  margin: 0 auto;
  margin-bottom: 0px;
  max-width: 1200px;
  width: 100%;
  height: auto;
  display: flexbox;
  text-align: center;
  border: none;
}
.boite_texte1 h2 {
  padding-top: 20px;
  font-size: 2.5em;
  text-align: center;
  color: black;
  border: none;
}
.boite_texte1 .sous-titre {
  font-size: 1.5em;
  text-align: center;
  line-height: 1.5em;
  color: black;
  border: 2px solid green;
}
.container_flex_large {
  margin: 0 auto;
  width: 90%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  justify-content: space-evenly;
  flex-flow: wrap;
  position: relative;
  text-align: center;
  border: none;
}
.container_1 {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
  height: auto;
  border: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  justify-content: space-evenly;
  flex-flow: wrap;
  position: relative;
  text-align: center;
}
.container_1 {
  margin-top: -3px;
}
.container_1 .boite_1 {
  margin: 0 auto;
  padding: 0;
  margin-bottom: 60px;
  padding-bottom: 15px;
  width: 90%;
  height: auto;
  display: flex;
  text-align: center;
  border: 5px solid #498d98;
  border-radius: 10px;
  background-image: linear-gradient(to bottom, #b9dadd, #f9fbfc);
  box-shadow: 1px -1px 8px 3px #b0d4da;
}
.container_1 .boite_texte h2 {
  text-transform: uppercase;
  font-size: 2em;
  text-align: center;
}
.container_parent {
  outline: 5px solid hotpink;
  padding: 1rem;
}
.container_2 {
  margin: 0 auto;
  width: 95%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-flow: wrap;
  position: relative;
  border: none;
}
.boite_1 a {
  font-size: 1.1em;
}
.boite_1 p {
  font-size: 1.2em;
  padding-right: 5px;
  padding-left: 5px;
}
.boite_1 .texteIntro ol {
  margin-top: 10px;
  padding-left: 20px;
}
.boite_1 .texteIntro ol li, .boite_5 .texteIntro ol li, .boite_5 .texteListe ol li {
  list-style-type: decimal;
  font-size: 1.3em;
  padding-left: 5px;
  padding-top: 10px;
}
.boite_5 .texteIntro ol li {
  font-weight: bold;
  margin-left: 15px;
  font-weight: 500;
}
.boite_5 p {
  padding-left: 20px;
}
.boite_5 .texteListe {
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .boite_5 .texteIntro ol li, .boite_5 .texteListe ol li {
    font-size: 1.1em;
  }
  .boite_5 .texteIntro p {
    font-size: 1em;
  }
}
@media screen and (max-width: 480px) {
  .boite_5 .texteIntro ol li, .boite_5 .texteListe ol li {
    font-size: 1em;
    font-weight: normal;
  }
  .boite_5 .texteIntro p {
    font-size: 0.9em;
  }
}
.boite_image_stats1:hover, .boite_image_stats2:hover {
  transform: scale(1.1);
  transition: 0.6s;
}
.container_1 .boite_texte1 .couleur_noir {
  color: black;
}
.tarifs {
  margin: 0 auto;
  padding: 0;
  padding-bottom: 60px;
}
.tarifs h3 {
  margin: 0 auto;
  color: #172150;
  text-align: center;
  padding-top: 40px;
  font-size: 2.5em;
}
.tarifs .info_tarifs {
  margin: 0 auto;
  padding-top: 30px;
  font-size: 2em;
  font-weight: bolder;
  color: #172150;
  font-family: "Dancing Script", cursive;
}
.boite_texte2 {
  margin: 0 auto;
  margin-bottom: 10px;
  padding: 0;
  max-width: 1280px;
  width: 100%;
  height: auto;
  display: flexbox;
  text-align: center;
  border: none;
}
.boite_texte2 h2 {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 2.5rem;
}
.boite_texte2 h3 {
  padding-left: 15px;
  padding-right: 15px;
}
.color-2 {
  color: #0d7180;
}
.presentation .container_2 .boite_3 {
  margin: 20px auto;
  padding: 20px 0;
  width: 45%;
  height: auto;
  display: inline-flexbox;
  background-color: none;
  text-align: center;
  background-color: #f1f2f6;
  border: 5px solid #498d98;
  border-radius: 10px;
  box-shadow: 2px -2px 13px 4px #0d6674;
}
.presentation .container_2 .boite_3 h2 {
  font-size: 1.8rem;
  padding: 15px 10px 15px 10px;
}
.presentation .container_2 .boite_3 p {
  font-size: 1.2em;
  line-height: 2em;
}
.presentation .container_2 .boite_3 img {
  margin: 0 auto;
  padding-bottom: 20px;
}
.boite_3:hover {
  transform: scale(1.01);
  z-index: 2;
  transition: 0.6s;
}
.lowercase {
  text-transform: lowercase;
}
.container_2 .boite_3 .texteIntro h2 {
  margin-top: 0px;
}
.container_2 .boite_3 {
  margin: 0 auto;
  margin-bottom: 20px;
  width: 95%;
  height: auto;
}
@media screen and (max-width: 920px) {
  .boite_texte2 h2 {
    font-size: 2rem;
  }
  .boite_texte2 h3 {
    font-size: 1.5rem;
  }
  .presentation .container_2 .boite_3 {
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  .boite_texte2 h2 {
    font-size: 1.8rem;
    letter-spacing: -1px;
  }
  .boite_texte2 h3 {
    font-size: 1.4rem;
  }
  .presentation .container_2 .boite_3 {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .boite_texte2 h2 {
    font-size: 1.5rem;
  }
  .boite_texte2 h3 {
    font-size: 1.2rem;
  }
  .presentation .container_2 .boite_3 {
    margin-top: 0;
    width: 95%;
    padding-left: 5px;
    padding-right: 5px;
    box-shadow: none;
    border: 2px solid #498d98;
  }
  .presentation .container_2 .boite_3 h2 {
    font-size: 1.2em;
    letter-spacing: -1px;
  }
  .presentation .container_2 .boite_3 p {
    font-size: 1em !important;
    letter-spacing: -0.8px;
  }
}
.boite_texte {
  margin: 0 auto;
  width: 95%;
  height: auto;
  padding-top: -30px;
  margin-bottom: 350px;
  text-align: center;
  align-content: center;
  border: none;
}
.boite_texte h2 {
  padding-top: 2px;
}
.texteIntro a {
  text-decoration: none;
}
.texteIntro a:hover {
  text-decoration: none;
}
.boite_4 .texteIntro .rdv {
  margin-top: 20px;
  padding: 10px;
  width: 180px;
  height: auto;
  background-color: rgb(69, 120, 141);
  border-color: #498d98;
  border-radius: 5px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.boite_4 .texteIntro .rdv {
  color: white;
}
.bte-button {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  width: 90%;
  height: auto;
  text-align: center;
}
.rdv i {
  width: 30px;
  height: 30px;
  margin-left: 0;
  margin-top: 10px;
}
.boite_4 .texteIntro .rdv:hover {
  background-color: #a3c5ce;
  color: #172150;
  cursor: pointer;
  text-decoration: none;
  transition: ease-in-out;
}
.container_info .friendlyFace {
  margin-bottom: -300px;
  width: 300px;
  height: auto;
}
.boite_5 {
  right: 0;
  padding: 20px;
  width: 95%;
  height: auto;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: none;
  display: flex;
  background-color: #f9fbfc;
  text-align: center;
  float: right;
  border: none;
}
.boite_1 :link {
  text-decoration: underline #498d98;
}
.boite_1 :link:hover {
  text-decoration: none;
  font-weight: bolder;
  background: #a3c5ce;
}
.boite_1 :link:visited, .boite_3 :link:visited {
  text-decoration-color: #0426bc;
}
.boite_3 :link, .boite_4 :link {
  text-decoration: underline #0d7180;
}
.boite_3 p {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 1.2rem;
}
.boite_3 img {
  padding-top: 10px;
}
.boite_3 img:hover {
  transform: scale(1.05);
  transition: 0.6s ease-in-out;
}
.boite_3 :link:hover {
  text-decoration: none;
  font-weight: bolder;
  background: #0d7180;
  padding: 3px 5px 3px 5px;
  border-radius: 3px;
  color: #e8f7f9;
}
.boite_3 a:hover {
  color: #e8f7f9;
}
.boite_5 .texteListe p {
  font-size: 1rem;
}
.slogan_2 {
  margin: 0 auto;
  padding: 0;
  font-size: 2em;
  color: black;
  text-shadow: none;
}
.slogan_1 {
  margin: 0 auto;
  padding: 0;
  padding-top: 10px;
  font-size: 2em;
  color: #135964;
  text-shadow: none;
  text-transform: none;
  font-family: "Dancing Script", cursive;
}
.color-1 {
  color: #498d98;
}
.boite_texte3 {
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 0;
  width: 95%;
  height: auto;
  text-align: center;
  border: none;
}
.texteIntro3 {
  margin-top: 60px;
  margin-bottom: 50px;
  padding-top: 0;
  padding-bottom: 0;
}
.boite_image1, .boite_image2, .boite_image_stats1, .boite_image_stats2 {
  margin: 0 auto;
  padding: 0;
  margin-bottom: 30px;
  display: inline-flexbox;
  border: none;
}
.boite_image1, .boite_image2, .boite_image_stats1, .boite_image_stats2 {
  width: 450px;
  height: 265px;
  text-align: center;
}
.boite_image1 img {
  width: 100%;
  height: 100%;
}
.boite_image img:hover, .boite_image1 img:hover {
  transform: scale(1.03);
  transition: 0.6s;
}
.boite_image1 p {
  font-size: 1.2em;
}
.boite_image1 p {
  padding-top: 30px;
}
.bord-rad-5 {
  border-radius: 5px;
  box-shadow: 2px 5px 5px #0d6674;
}
.top1 {
  margin-top: 13px;
}
.container_3 {
  margin: 0 auto;
  padding: 0 10px 0 10px;
  width: 95%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  text-align: center;
  justify-content: space-evenly;
  align-items: center;
  border: none;
}
.container_3 .container_realisations .boite_image_stats1 {
  margin-top: 13px;
  align-items: center;
}
.boite_image_stats1 p {
  margin: 0 auto;
  font-size: 1.7em;
  text-align: center;
  padding-top: 55px;
  font-family: "dancing script", cursive;
}
.boite_image_stats2 {
  background-image: url(../images/stat_350x142.png);
}
.boite_image_stats2 h2 {
  font-size: 1em;
  text-align: right;
  padding-right: 20px;
  padding-top: 50px;
}
.boite_image p {
  text-align: center;
  padding-top: 55px;
  font-size: 1.7em;
  font-family: "dancing script", cursive;
}
.boite_image ul li {
  font-size: 1.6em;
  font-family: "dancing script", cursive;
}
.boite_image .text-over {
  position: absolute;
  left: 45%;
  top: 36%;
  text-decoration: underline;
  padding-top: 0.925rem;
}
.boite_image .text-over a, .boite_image .text-over-second a {
  color: #0d31d2;
}
.boite_image .text-over a:hover, .boite_image .text-over-second a:hover {
  text-decoration: none;
  color: rgb(5, 5, 99);
}
.boite_image .text-over-second {
  position: absolute;
  left: 45%;
  top: 48%;
  text-decoration: underline;
  padding-top: 0.925rem;
}
.site {
  margin-top: -15px;
}
.align {
  padding-top: 55px;
  font-size: 1.5em;
}
.align a {
  text-decoration: underline;
}
.align a:hover {
  text-decoration: overline #0d6674;
  color: #2e3c7b;
  font-weight: bolder;
  transform: scale(1.1);
  transition: 0.6s;
}
.color-white {
  color: #f1f2f6;
}
.container_choix {
  margin: 0 auto;
  padding: 10px;
}
.boite_choix, .boite_choix_3 {
  margin: 0 auto;
  width: 360px;
  height: 90px;
  justify-content: space-around;
  align-content: center;
  align-items: center;
  display: inline-flexbox;
  border: 2px solid #498d98;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-image: linear-gradient(to top, #b9dadd, #e8f7f9);
  box-shadow: 2px 5px 5px #0d6674;
  text-align: center;
}
.boite_choix p, .boite_choix_3 p {
  font-size: 1.2em;
  text-align: center;
  font-weight: bold;
}
.container_choix .boite_choix h3 {
  font-size: 1.5em;
  font-weight: 600;
}
.sous-boite_choix, .sous-boite_choix_3, .sous-boite_choix_4, .sous-boite_choix_5 {
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 20px;
  width: 360px;
  justify-content: space-evenly;
  align-content: center;
  align-items: center;
  display: flexbox;
  border: 2px solid #498d98;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-image: linear-gradient(to bottom, #b9dadd, #f9fbfc);
  box-shadow: 5px 5px 5px #b9dadd;
}
.sous-boite_choix, .sous-boite_choix_3 {
  height: auto;
  padding: 20px 10px;
}
.sous-boite_choix_4 {
  height: 280px;
}
.sous-boite_choix_5 {
  height: 260px;
}
.sous-boite_choix p, .sous-boite_choix_3 p, .sous-boite_choix_4 p, .sous-boite_choix_5 p {
  font-size: 1.2em;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 2em;
}
@media screen and (max-width: 900px) {
  .sous-boite_choix p, .sous-boite_choix_3 p, .sous-boite_choix_4 p, .sous-boite_choix_5 p {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 768px) {
  .sous-boite_choix p, .sous-boite_choix_3 p, .sous-boite_choix_4 p, .sous-boite_choix_5 p {
    font-size: 1em;
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media screen and (max-width: 480px) {
  .sous-boite_choix p, .sous-boite_choix_3 p, .sous-boite_choix_4 p, .sous-boite_choix_5 p {
    font-size: 0.9em;
  }
}
.special {
  font-weight: bolder;
  text-transform: uppercase;
}
.forfait {
  font-style: bolder;
  color: #1c349e;
}
.rouge {
  color: red;
}
.strike {
  text-decoration-line: line-through;
}
.check-box {
  margin: 0 auto;
  width: 30px;
  height: 31px;
  border: none;
  background-color: none;
  box-shadow: 1px 2px 1px #172150;
}
.check-box:hover {
  cursor: pointer;
  transform: scale(0.7);
  transition: 0.8s;
}
.container_1 .texteIntro .check-box_1 {
  width: 50px;
  height: 50px;
  border: none;
  box-shadow: 1px 2px 1px #172150;
}
.container_1 .texteIntro .check-box_1:hover {
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #0d6674;
  transform: scale(0.7);
  transition: 0.8s;
}
.vague {
  margin: 0 auto;
  width: 360px;
  height: 212px;
  background-color: none;
}
.vague .adjust {
  padding-top: 60px;
  border: none;
  font-size: 1.5em;
  font-style: italic;
}
.presentation .container_info {
  height: 100%;
}
.presentation .container_info .boite_4 {
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
  height: auto;
  padding: 0 20px 20px 0;
  text-align: center;
}
.presentation .container_info .boite_4 h2 {
  font-size: 1.1em;
  padding-top: 0;
}
.presentation .container_info .boite_4 p {
  font-size: 0.6em;
  font-family: "Noto", serif;
  font-weight: lighter;
  text-align: left;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .presentation .container_info .boite_4 h2 {
    font-size: 1.4em;
    margin-top: 30px;
  }
  .presentation .container_info .boite_4 p {
    font-size: 0.8em;
  }
}
.bouton {
  background-color: rgb(5, 5, 99);
  color: #f9fbfc;
  width: 150px;
  height: 15px;
  padding: 1px 5px 1px 5px;
  border-radius: 5px;
  box-shadow: rgb(26, 26, 27);
}
.bouton:hover {
  background-color: #498d98;
  color: #172150;
}
.img_3 {
  padding-top: 60px;
  background: url(../banniere/bg_3.gif) no-repeat 50% 50%;
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .imagePrincipale_3 {
    min-height: 30vh;
  }
}
.boite_2 a {
  color: rgb(5, 5, 99);
  text-decoration: underline;
}
.boite_2 a:hover {
  background-color: #135964;
  opacity: 0.8;
  padding: 5px;
  color: #e8f7f9;
  border-radius: 3px;
  text-decoration: none;
}
.info-inscription a {
  text-decoration: underline;
  color: rgb(5, 5, 99);
}
.info-inscription a:hover {
  text-decoration: none;
  color: rgb(69, 120, 141);
  font-weight: bolder;
}
.boite_bouton {
  margin: 0 auto;
  padding: 0;
  width: 95%;
  height: auto;
  text-align: center;
}
.boite_bouton a {
  text-decoration: none;
  display: inline-block;
  padding: 8px 16px;
  font-size: 1.3em;
}
.boite_bouton a:hover {
  background-color: #ddd;
  color: black;
}
.boite_bouton .retour {
  background-color: #cee1e3;
  color: black;
}
.boite_bouton .suivant {
  background-color: #a3c5ce;
  color: black;
}
.banniere {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 200px;
  background-color: rgb(178, 207, 215);
}
.banniere .paragraph-vertical {
  position: relative;
  top: 60%;
  transform: translateY(-50%);
  font-size: 1.5em;
  text-align: center;
}
.politique {
  margin: 0;
  height: auto;
  padding: 0;
  max-width: 1200px;
  width: 96%;
}
.politique p {
  padding-left: 5%;
  padding-right: 5%;
  font-size: 0.8em;
  text-align: left;
}
.politique .advent {
  padding-top: 40px;
  padding-left: 5%;
  font-size: 1em;
  color: black;
  text-align: left;
}
.liste_1 {
  margin-left: 50px;
  font-weight: 400;
}
.liste_1 li {
  font-size: 0.8em;
  list-style-type: disc;
  margin-left: 5%;
}
.politique .font-strong {
  margin-bottom: -30px;
  font-size: 1.6em;
  color: rgb(69, 120, 141);
}
.politique a {
  color: rgb(5, 5, 99);
  text-decoration: underline;
}
.politique a:hover {
  text-decoration: none;
  color: rgb(69, 120, 141);
}
@media screen and (min-width: 768px) {
  .banniere .paragraph-vertical {
    font-size: 4em;
  }
  .politique {
    margin: 0 auto;
    width: 70%;
  }
  .politique h2 {
    font-size: 1.3em;
  }
  .politique p {
    font-size: 1em;
  }
  .politique .advent {
    font-size: 1.2em;
  }
  .politique .liste_1 li {
    font-size: 1em;
  }
}
.calendrier {
  margin: 0 auto;
  max-width: 1358px;
  width: 100%;
  height: auto;
}
.validator-img {
  border: 0;
  width: 88px;
  height: 31px;
}
h2 {
  text-transform: uppercase;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
}
h3 {
  font-size: 1.8em;
  text-align: center;
  font-weight: normal;
}
.is-h4 {
  color: antiquewhite;
  font-size: 1.8em;
  margin-top: 10px;
  text-shadow: 1px 2px 2px rgb(13, 102, 116);
}
a {
  text-decoration: none;
}
.dancing_script {
  font-family: "Dancing Script", sans-serif;
}
.is-italic {
  font-style: italic;
}
.is-bold {
  font-weight: bolder;
}
.is-letter-spacing-1 {
  letter-spacing: -1px;
}
.is-font-weight-500 {
  font-weight: 500;
}
.is-uppercase {
  text-transform: uppercase;
}
.is-paragraph {
  font-size: 1.3rem;
  line-height: 2rem;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  color: black;
  text-shadow: none;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.5em;
  }
  .is-paragraph {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.2em;
  }
  .is-paragraph {
    font-size: 1rem;
    line-height: 1.4rem;
  }
}
@media screen and (min-width: 406px) {
  .container_info .boite_2 {
    width: 200px;
    height: 300px;
  }
}
@media screen and (min-width: 768px) {
  .imagePrincipale {
    height: 400px;
    height: 600px;
  }
  .imagePrincipale .texte_intro {
    font-size: 5em;
    margin-top: 33%;
    border: none;
  }
  .imagePrincipale .slogan h1 {
    font-size: 3.5em;
    text-align: right;
    margin-bottom: 30px;
    text-align: center;
    border: none;
  }
  .container_info_2 {
    background: url(/images/divers/stats_bgr.jpg) no-repeat;
    background-size: cover;
  }
  .container_info_3 {
    background: url(/images/divers/stats_bgr_1.jpg) no-repeat;
    background-size: cover;
  }
  .container_info_4 {
    background: url(/images/statistiques/site_web__481x680.jpg) no-repeat;
  }
  .container_info_5 {
    background: url(/images/divers/statistiques__450x700.jpg) no-repeat;
  }
  .boite_5 {
    width: 75%;
  }
  .container_info .boite_2 {
    width: 450px;
    height: 450px;
  }
  .container_1 .boite_texte3 .is_h2 {
    font-size: 3em;
  }
  .presentation .boite_texte3 .is_h2 {
    font-size: 3em;
  }
  .boite_texte1 h2 {
    font-size: 2em;
    padding-top: 50px;
  }
  .texteIntro3 .slogan_2 {
    font-size: 2em;
    border: none;
  }
  .texteIntro3 .slogan_1 {
    font-size: 2.9em;
    border: none;
  }
  .boite_5 .texteListe p {
    font-size: 1.3rem;
  }
  .presentation .is_h2 {
    font-size: 2.5em;
  }
  .texteIntro .sous-titre_1 {
    font-size: 2em;
  }
  .presentation .container_info .boite_4 {
    width: 65%;
  }
  .presentation .container_info .boite_4 ol li {
    margin-left: 35px;
  }
  .presentation .container_info .boite_4 p {
    margin-left: 35px;
    font-size: 1.4em;
  }
  .container_1 .boite_1 {
    width: 45%;
  }
  .boite_1 .texteIntro .sans-serif {
    font-size: 1em;
  }
  .presentation .container_2 .boite_3 {
    width: 45%;
  }
  .politique {
    width: 80%;
  }
}
@media screen and (max-width: 405px) {
  .container_info .boite_2 {
    width: 150px;
    height: 250px;
  }
}
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-50: oklch(97.1% 0.013 17.38);
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-orange-300: oklch(83.7% 0.128 66.29);
    --color-orange-400: oklch(75% 0.183 55.934);
    --color-orange-500: oklch(70.5% 0.213 47.604);
    --color-yellow-600: oklch(68.1% 0.162 75.834);
    --color-green-500: oklch(72.3% 0.219 149.579);
    --color-teal-600: oklch(60% 0.118 184.704);
    --color-blue-500: oklch(62.3% 0.214 259.815);
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-pink-500: oklch(65.6% 0.241 354.308);
    --color-gray-50: oklch(98.5% 0.002 247.839);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-white: #fff;
    --spacing: 0.25rem;
    --breakpoint-xl: 80rem;
    --container-sm: 24rem;
    --container-xl: 36rem;
    --container-7xl: 80rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tighter: -0.05em;
    --tracking-tight: -0.025em;
    --tracking-wide: 0.025em;
    --leading-tight: 1.25;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-3xl: 1.5rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-12 {
    margin: calc(var(--spacing) * 12);
  }
  .-mx-2 {
    margin-inline: calc(var(--spacing) * -2);
  }
  .mx-0 {
    margin-inline: calc(var(--spacing) * 0);
  }
  .mx-4 {
    margin-inline: calc(var(--spacing) * 4);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-8 {
    margin-block: calc(var(--spacing) * 8);
  }
  .my-12 {
    margin-block: calc(var(--spacing) * 12);
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mr-0 {
    margin-right: calc(var(--spacing) * 0);
  }
  .-mb-4 {
    margin-bottom: calc(var(--spacing) * -4);
  }
  .-mb-8 {
    margin-bottom: calc(var(--spacing) * -8);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-20 {
    margin-bottom: calc(var(--spacing) * 20);
  }
  .mb-24 {
    margin-bottom: calc(var(--spacing) * 24);
  }
  .mb-48 {
    margin-bottom: calc(var(--spacing) * 48);
  }
  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }
  .ml-12 {
    margin-left: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .aspect-auto {
    aspect-ratio: auto;
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-32 {
    height: calc(var(--spacing) * 32);
  }
  .h-full {
    height: 100%;
  }
  .max-h-24 {
    max-height: calc(var(--spacing) * 24);
  }
  .max-h-32 {
    max-height: calc(var(--spacing) * 32);
  }
  .max-h-48 {
    max-height: calc(var(--spacing) * 48);
  }
  .w-1 {
    width: calc(var(--spacing) * 1);
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-\[9\%\] {
    width: 9%;
  }
  .w-\[80\%\] {
    width: 80%;
  }
  .w-\[90\%\] {
    width: 90%;
  }
  .w-\[95\%\] {
    width: 95%;
  }
  .w-\[96\%\] {
    width: 96%;
  }
  .w-\[97\%\] {
    width: 97%;
  }
  .w-\[97\.5\%\] {
    width: 97.5%;
  }
  .w-\[98\%\] {
    width: 98%;
  }
  .w-\[98\] {
    width: 98;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2 {
    max-width: calc(var(--spacing) * 2);
  }
  .max-w-2\.5 {
    max-width: calc(var(--spacing) * 2.5);
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .max-w-\[500px\] {
    max-width: 500px;
  }
  .max-w-screen-xl {
    max-width: var(--breakpoint-xl);
  }
  .max-w-sm {
    max-width: var(--container-sm);
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .flex-1 {
    flex: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .list-inside {
    list-style-position: inside;
  }
  .list-decimal {
    list-style-type: decimal;
  }
  .list-disc {
    list-style-type: disc;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-items-stretch {
    justify-items: stretch;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .space-y-8 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-sm {
    border-radius: var(--radius-sm);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .rounded-t-md {
    border-top-left-radius: var(--radius-md);
    border-top-right-radius: var(--radius-md);
  }
  .rounded-br-xl {
    border-bottom-right-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-5 {
    border-style: var(--tw-border-style);
    border-width: 5px;
  }
  .border-t-0 {
    border-top-style: var(--tw-border-style);
    border-top-width: 0px;
  }
  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-l-0 {
    border-left-style: var(--tw-border-style);
    border-left-width: 0px;
  }
  .border-\[\#\#498d98\] {
    border-color: ##498d98;
  }
  .border-\[\#0d6674\] {
    border-color: #0d6674;
  }
  .border-\[\#0d6674ùùùùùùùùùùùùùù\] {
    border-color: #0d6674ùùùùùùùùùùùùùù;
  }
  .border-\[\#3\] {
    border-color: #3;
  }
  .border-\[\#498d98\] {
    border-color: #498d98;
  }
  .border-\[\#\] {
    border-color: #;
  }
  .border-\[\#d\] {
    border-color: #d;
  }
  .border-\[green-500\] {
    border-color: green-500;
  }
  .border-blue-600 {
    border-color: var(--color-blue-600);
  }
  .border-gray-50 {
    border-color: var(--color-gray-50);
  }
  .border-gray-100 {
    border-color: var(--color-gray-100);
  }
  .border-gray-500 {
    border-color: var(--color-gray-500);
  }
  .border-green-500 {
    border-color: var(--color-green-500);
  }
  .border-orange-400 {
    border-color: var(--color-orange-400);
  }
  .border-orange-500 {
    border-color: var(--color-orange-500);
  }
  .border-pink-500 {
    border-color: var(--color-pink-500);
  }
  .border-x-pink-500 {
    border-inline-color: var(--color-pink-500);
  }
  .bg-\[\#0d6674\] {
    background-color: #0d6674;
  }
  .bg-\[\#\[\#0d6674\]\] {
    background-color: #[#0d6674];
  }
  .bg-\[\#\] {
    background-color: #;
  }
  .bg-\[3\] {
    background-color: 3;
  }
  .bg-gray-50 {
    background-color: var(--color-gray-50);
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-gray-500 {
    background-color: var(--color-gray-500);
  }
  .bg-orange-400 {
    background-color: var(--color-orange-400);
  }
  .bg-orange-500 {
    background-color: var(--color-orange-500);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-cover {
    object-fit: cover;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-3\.5 {
    padding-inline: calc(var(--spacing) * 3.5);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-9 {
    padding-inline: calc(var(--spacing) * 9);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .px-12 {
    padding-inline: calc(var(--spacing) * 12);
  }
  .px-\[10px\] {
    padding-inline: 10px;
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pr-0 {
    padding-right: calc(var(--spacing) * 0);
  }
  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
  .pb-1 {
    padding-bottom: calc(var(--spacing) * 1);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-\[-10px\] {
    padding-bottom: -10px;
  }
  .pb-\[-\] {
    padding-bottom: -;
  }
  .pl-1 {
    padding-left: calc(var(--spacing) * 1);
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .pl-8 {
    padding-left: calc(var(--spacing) * 8);
  }
  .pl-10 {
    padding-left: calc(var(--spacing) * 10);
  }
  .pl-12 {
    padding-left: calc(var(--spacing) * 12);
  }
  .pl-48 {
    padding-left: calc(var(--spacing) * 48);
  }
  .text-center {
    text-align: center;
  }
  .font-serif {
    font-family: var(--font-serif);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .leading-0 {
    --tw-leading: calc(var(--spacing) * 0);
    line-height: calc(var(--spacing) * 0);
  }
  .leading-0\.5 {
    --tw-leading: calc(var(--spacing) * 0.5);
    line-height: calc(var(--spacing) * 0.5);
  }
  .leading-1 {
    --tw-leading: calc(var(--spacing) * 1);
    line-height: calc(var(--spacing) * 1);
  }
  .leading-1\.25 {
    --tw-leading: calc(var(--spacing) * 1.25);
    line-height: calc(var(--spacing) * 1.25);
  }
  .leading-3 {
    --tw-leading: calc(var(--spacing) * 3);
    line-height: calc(var(--spacing) * 3);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-tighter {
    --tw-tracking: var(--tracking-tighter);
    letter-spacing: var(--tracking-tighter);
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .text-blue-500 {
    color: var(--color-blue-500);
  }
  .text-gray-50 {
    color: var(--color-gray-50);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-gray-800 {
    color: var(--color-gray-800);
  }
  .text-gray-900 {
    color: var(--color-gray-900);
  }
  .text-red-50 {
    color: var(--color-red-50);
  }
  .text-red-600 {
    color: var(--color-red-600);
  }
  .text-teal-600 {
    color: var(--color-teal-600);
  }
  .text-white {
    color: var(--color-white);
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .overline {
    text-decoration-line: overline;
  }
  .underline {
    text-decoration-line: underline;
  }
  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-gray-600 {
    --tw-shadow-color: oklch(44.6% 0.03 256.802);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-shadow-color: color-mix(in oklab, var(--color-gray-600) var(--tw-shadow-alpha), transparent);
    }
  }
  .shadow-gray-600\/10 {
    --tw-shadow-color: color-mix(in srgb, oklch(44.6% 0.03 256.802) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-gray-600) 10%, transparent) var(--tw-shadow-alpha), transparent);
    }
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .hover\:bg-orange-500 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-orange-500);
      }
    }
  }
  .hover\:text-blue-600 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-blue-600);
      }
    }
  }
  .focus\:ring-2 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:ring-orange-300 {
    &:focus {
      --tw-ring-color: var(--color-orange-300);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .sm\:ml-2 {
    @media (width >= 40rem) {
      margin-left: calc(var(--spacing) * 2);
    }
  }
  .sm\:block {
    @media (width >= 40rem) {
      display: block;
    }
  }
  .sm\:w-1\/2 {
    @media (width >= 40rem) {
      width: calc(1/2 * 100%);
    }
  }
  .sm\:w-\[85\%\] {
    @media (width >= 40rem) {
      width: 85%;
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:p-8 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .sm\:py-10 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 10);
    }
  }
  .sm\:py-12 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 12);
    }
  }
  .sm\:text-lg {
    @media (width >= 40rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .sm\:text-sm {
    @media (width >= 40rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .sm\:text-xl {
    @media (width >= 40rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .md\:my-12 {
    @media (width >= 48rem) {
      margin-block: calc(var(--spacing) * 12);
    }
  }
  .md\:mr-8 {
    @media (width >= 48rem) {
      margin-right: calc(var(--spacing) * 8);
    }
  }
  .md\:-mb-2\.5 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * -2.5);
    }
  }
  .md\:-mb-4 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * -4);
    }
  }
  .md\:-mb-12 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * -12);
    }
  }
  .md\:mb-0 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:mb-\[-10px\] {
    @media (width >= 48rem) {
      margin-bottom: -10px;
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:inline {
    @media (width >= 48rem) {
      display: inline;
    }
  }
  .md\:h-full {
    @media (width >= 48rem) {
      height: 100%;
    }
  }
  .md\:max-h-full {
    @media (width >= 48rem) {
      max-height: 100%;
    }
  }
  .md\:w-\[50\%\] {
    @media (width >= 48rem) {
      width: 50%;
    }
  }
  .md\:w-auto {
    @media (width >= 48rem) {
      width: auto;
    }
  }
  .md\:w-full {
    @media (width >= 48rem) {
      width: 100%;
    }
  }
  .md\:columns-2 {
    @media (width >= 48rem) {
      columns: 2;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:items-stretch {
    @media (width >= 48rem) {
      align-items: stretch;
    }
  }
  .md\:rounded-t-lg {
    @media (width >= 48rem) {
      border-top-left-radius: var(--radius-lg);
      border-top-right-radius: var(--radius-lg);
    }
  }
  .md\:p-2 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 2);
    }
  }
  .md\:p-4 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 4);
    }
  }
  .md\:px-0 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:py-4 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 4);
    }
  }
  .md\:py-8 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 8);
    }
  }
  .md\:pb-20 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 20);
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-lg {
    @media (width >= 48rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .md\:text-xl {
    @media (width >= 48rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .lg\:columns-3 {
    @media (width >= 64rem) {
      columns: 3;
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:items-stretch {
    @media (width >= 64rem) {
      align-items: stretch;
    }
  }
  .lg\:gap-4 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .lg\:px-0 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:px-6 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .lg\:py-16 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 16);
    }
  }
  .lg\:text-2xl {
    @media (width >= 64rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .lg\:text-3xl {
    @media (width >= 64rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .xl\:w-\[80\%\] {
    @media (width >= 80rem) {
      width: 80%;
    }
  }
  .dark\:border-b-2 {
    @media (prefers-color-scheme: dark) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 2px;
    }
  }
  .dark\:border-yellow-600 {
    @media (prefers-color-scheme: dark) {
      border-color: var(--color-yellow-600);
    }
  }
  .dark\:bg-\[\#0d6674\] {
    @media (prefers-color-scheme: dark) {
      background-color: #0d6674;
    }
  }
  .dark\:bg-\[\#\] {
    @media (prefers-color-scheme: dark) {
      background-color: #;
    }
  }
  .dark\:bg-gray-900 {
    @media (prefers-color-scheme: dark) {
      background-color: var(--color-gray-900);
    }
  }
  .dark\:text-gray-400 {
    @media (prefers-color-scheme: dark) {
      color: var(--color-gray-400);
    }
  }
  .dark\:text-white {
    @media (prefers-color-scheme: dark) {
      color: var(--color-white);
    }
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
    }
  }
}
