@font-face {
  font-family: "Caviar";
  font-weight: normal;
  font-style: normal;
  src: url("fonts/CaviarDreams.ttf");
}
@font-face {
  font-family: "Caviar";
  font-weight: bold;
  font-style: normal;
  src: url("fonts/Caviar_Dreams_Bold.ttf");
}
@font-face {
  font-family: "Caviar";
  font-weight: normal;
  font-style: normal;
  src: url("fonts/CaviarDreams.ttf");
}
#navbar {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 10px;
  background-image: url(images/fond_navbar.svg);
  background-repeat: no-repeat;
  background-position: -64px -7px;
  min-height: 137px;
  width: 100%;
  max-width: 2000px;
  z-index: 999;
}
@media (min-width: 720px) {
  #navbar {
    background-image: url(images/fond_navbar_grand.svg);
    background-repeat: no-repeat;
    background-position: -107px -22px;
    min-height: 260px;
  }
}
#navbar > div#barre {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
}
@media (min-width: 720px) {
  #navbar > div#barre {
    margin: 20px 0 0 180px;
  }
}
#navbar > div#barre > * {
  flex-grow: 1;
}
#navbar > div#barre #burger {
  display: flex;
  flex-direction: row;
  cursor: pointer;
  color: #fff;
  font-size: 2em;
  line-height: 1em;
  margin-left: 25px;
}
#navbar > div#barre #burger span {
  margin-left: 15px;
  font-size: 1rem;
}
#navbar > div#barre #logo {
  text-align: center;
}
@media (min-width: 720px) {
  #navbar > div#barre #logo {
    position: absolute;
    top: 23px;
    left: 36px;
  }
}
#navbar > div#barre #logo img {
  max-width: 72px;
}
@media (min-width: 370px) {
  #navbar > div#barre #logo img {
    max-width: 100px;
  }
}
@media (min-width: 720px) {
  #navbar > div#barre #logo img {
    max-width: 126px;
  }
}
#navbar > div#barre #iconesContact {
  font-size: 1.5em;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
#navbar > div#barre #iconesContact a {
  color: #107E86;
  text-decoration: none;
  margin-right: 25px;
}
#navbar #menu {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0C6C72;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}
#navbar #menu img.logo {
  max-width: 80px;
  margin: 17px 0 0 37px;
}
#navbar #menu img#fermer {
  position: absolute;
  top: 37px;
  right: 37px;
  cursor: pointer;
}
#navbar #menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  min-width: 300px;
}
#navbar #menu ul > li a {
  margin: 0 37px;
  display: block;
  padding: 15px 0;
}
#navbar #menu ul > li > a {
  color: white;
  font-size: 22px;
  border-bottom: 1px solid #379198;
}
#navbar #menu ul > li > ul > li {
  background-color: #fff;
}
#navbar #menu ul > li > ul > li > a {
  color: #107E86;
  font-size: 16px;
  border-width: 0;
}

#contact {
  background-color: #107E86;
  position: relative;
  padding-bottom: 20px;
}
#contact .layer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  overflow-x: hidden;
}
#contact .layer img {
  max-width: 200vw;
}
@media (min-width: 782px) {
  #contact .layer img {
    max-width: 100vw;
  }
}
#contact #formulaires {
  padding: 30vw 25px 15px 25px;
  color: #fff;
}
#contact #formulaires h2 {
  font-size: 35px;
  margin: 0;
  color: #fff;
}
#contact #formulaires h3 {
  margin: 0;
  color: #E85858;
  font-size: 35px;
}
#contact #formulaires h3 img {
  margin-left: 5px;
}
#contact #formulaires select {
  background-color: #fff;
  color: #7B7B7B;
  font-size: 12px;
  padding: 7px 15px;
  border-radius: 16px;
  min-width: 100%;
  max-width: 100%;
}
#contact #formulaires input[type=text], #contact #formulaires input[type=email], #contact #formulaires textarea {
  padding: 7px 0;
  margin: 10px 0;
  width: 100%;
  background-color: #107E86;
  color: #fff;
  border-width: 0;
  border-bottom: 1px solid #fff;
}
#contact #formulaires input[type=text]::placeholder, #contact #formulaires input[type=email]::placeholder, #contact #formulaires textarea::placeholder {
  color: white;
}
#contact #formulaires input[type=submit] {
  background-color: #E85858;
  color: white;
  font-size: 16px;
  float: right;
  border-width: 0;
  padding: 5px 15px;
  border-radius: 17px;
  cursor: pointer;
}
#contact #formulaires .contact {
  border-top: 1px solid #379198;
  margin-top: 30px;
  padding-top: 25px;
  text-align: justify;
}
#contact #formulaires .alerte {
  text-align: justify;
}
@media (min-width: 600px) {
  #contact #formulaires {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 300px 100px 100px 100px;
  }
  #contact #formulaires .alerte {
    width: 50%;
    padding-right: 30px;
    border-right: 1px solid #379198;
  }
  #contact #formulaires .contact {
    width: 50%;
    padding-left: 30px;
    border-top: 0px solid #379198;
    margin-top: 0;
    padding-top: 0;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

#footer {
  background-color: #0C6C72;
  position: relative;
}
#footer .layer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  transform: translateY(-100%);
  overflow-x: hidden;
  font-size: 0;
  background-color: #107E86;
}
#footer .layer img {
  max-width: 200vw;
}
#footer #message {
  padding: 10vw 25px 15px 25px;
  color: white;
}
#footer h2 {
  font-size: 35px;
  margin: 0;
  color: #fff;
}
#footer h3 {
  margin: 0 0 10px 0;
  color: #E85858;
  font-size: 35px;
}
#footer h3 img {
  margin-left: 5px;
}
#footer #logoReseau {
  padding: 0 25px 15px 25px;
  display: flex;
}
@media (min-width: 782px) {
  #footer #logoReseau {
    align-items: center;
    align-content: center;
  }
}
#footer #logoReseau img {
  max-width: 30vw;
}
#footer #logoReseau .reseaux {
  padding-left: 15px;
  padding-top: 10px;
  color: white;
  font-size: 12px;
}
#footer #logoReseau .reseaux a {
  color: white;
  text-decoration: none;
  display: inline-block;
  margin: 5px 5px 0 0;
}
#footer .footer-menu {
  padding: 0 25px 15px 25px;
  color: #fff;
  font-size: 12px;
}
#footer .footer-menu ul {
  margin: 0;
  padding: 0 15px;
  column-count: 2;
}
#footer .footer-menu ul li a {
  color: #fff;
}
@media (min-width: 782px) {
  #footer {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    padding: 30px;
  }
  #footer #message {
    padding: 0;
  }
}

.contenu .texte .wpcf7 label {
  color: #107E86;
}
.contenu .texte .wpcf7 select {
  background-color: #fff;
  color: #107E86;
  font-size: 12px;
  padding: 7px 15px;
  border-radius: 16px;
  min-width: 100%;
  max-width: 100%;
  border-color: #107E86;
}
.contenu .texte .wpcf7 input[type=text], .contenu .texte .wpcf7 input[type=email], .contenu .texte .wpcf7 textarea {
  padding: 7px 0;
  margin: 10px 0;
  width: 100%;
  background-color: #fff;
  color: #0C6C72;
  border-width: 0;
  border-bottom: 1px solid #107E86;
}
.contenu .texte .wpcf7 input[type=text]::placeholder, .contenu .texte .wpcf7 input[type=email]::placeholder, .contenu .texte .wpcf7 textarea::placeholder {
  color: #379198;
}
.contenu .texte .wpcf7 input[type=date] {
  padding: 7px 0;
  margin: 10px 0;
  background-color: #fff;
  color: #0C6C72;
  border-width: 0;
  border-bottom: 1px solid #107E86;
}
.contenu .texte .wpcf7 input[type=submit] {
  background-color: #E85858;
  color: white;
  font-size: 16px;
  float: right;
  border-width: 0;
  padding: 5px 15px;
  border-radius: 17px;
  cursor: pointer;
}
.contenu .texte .wpcf7 .contact {
  border-top: 1px solid #379198;
  margin-top: 30px;
  padding-top: 25px;
  text-align: justify;
}
.contenu .texte .wpcf7 .alerte {
  text-align: justify;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  transition: all ease 0.3s;
}

body {
  position: relative;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  padding: 0;
  margin: 0;
  max-width: 2000px;
  margin: 0 auto;
  color: #7B7B7B;
}

#breadcrumbs {
  padding: 150px 20px 20px 20px;
  text-align: center;
}
#breadcrumbs a {
  color: #7B7B7B;
}

main {
  padding: 25px;
  max-width: 900px;
  margin: auto;
}

h1 {
  color: #107E86;
  font-size: 48px;
  font-family: Caviar;
  font-weight: normal;
  background-image: url(images/demiBouleGrosse.svg);
  background-repeat: no-repeat;
  background-position: 5px 25px;
  padding-left: 20px;
  width: fit-content;
  margin: 30px auto;
}

h2 {
  color: #E85858;
}

h3 {
  color: #107E86;
}

h4 {
  color: #0C6C72;
}

a {
  color: #107E86;
  transition: all ease 0.3s;
}

p {
  text-align: justify;
}

/*# sourceMappingURL=styles.css.map */
