.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
html,
body {
  overflow: hidden;
  overflow-y: scroll;
}
body {
  font-family: 'Nunito';
  transition: all .3s ease;
}
body a {
  transition: all .3s ease;
  cursor: pointer;
}
body a:hover,
body a:focus,
body a:active {
  text-decoration: none;
  outline: none;
}
body header {
  position: relative;
  background: #fff;
  z-index: 10;
}
body header .header-top {
  background: #009fe3;
}
body header .header-top .container-header-top {
  display: flex;
  justify-content: space-between;
}
body header .header-top .container-header-top span.title-top {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  padding: 8px;
}
body header .header-top .container-header-top a.btn-espace-photo {
  padding: 8px 1rem;
  background-color: #fff;
  font-weight: 700;
}
body header .header-top .container-header-top a.btn-espace-photo span.text {
  color: #383c41;
  text-transform: uppercase;
  font-size: 14px;
  transition: all .3s ease;
}
body header .header-top .container-header-top a.btn-espace-photo span.img {
  width: 15px;
  height: 15px;
  max-height: 15px;
  display: inline-block;
  position: relative;
}
body header .header-top .container-header-top a.btn-espace-photo span.img svg {
  width: 100%;
  height: 100%;
}
body header .header-top .container-header-top a.btn-espace-photo span.img svg path {
  fill: #383c41;
  transition: all .3s ease;
}
body header .header-top .container-header-top a.btn-espace-photo:hover span.text {
  color: #009fe3;
}
body header .header-top .container-header-top a.btn-espace-photo:hover span.img svg path {
  fill: #009fe3;
}
body header .header-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
@media (min-width: 1400px) {
  body header .header-container {
    max-width: 1400px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  body header .header-container {
    max-width: 100%;
  }
}
body header .header-container a.logo {
  display: block;
  position: absolute;
  top: 13px;
  left: 0;
  z-index: 21;
}
body header .header-container a.logo img {
  display: block;
}
body header .header-container .nav-primary {
  z-index: 22;
}
body header .header-container .nav-primary ul.nav {
  margin: 0;
  display: block;
  padding: 0;
  list-style: none;
  position: relative;
}
body header .header-container .nav-primary ul.nav > li {
  display: inline-block;
  text-align: left;
  line-height: 14px;
  padding: 0 10px;
  transition: all .3s ease;
}
@media (max-width: 1400px) {
  body header .header-container .nav-primary ul.nav > li {
    padding: 0 5px;
  }
}
@media (max-width: 1120px) {
  body header .header-container .nav-primary ul.nav > li {
    padding: 0 3px;
  }
}
body header .header-container .nav-primary ul.nav > li:last-child {
  border-right: 0;
}
body header .header-container .nav-primary ul.nav > li.current_page_item > a {
  color: #009fe3;
}
body header .header-container .nav-primary ul.nav > li.current_page_item > a:after {
  width: 100%;
  background-color: #009fe3;
}
body header .header-container .nav-primary ul.nav > li > a {
  color: #6d6e71;
  font-size: 14px;
  position: relative;
  text-transform: uppercase;
}
body header .header-container .nav-primary ul.nav > li > a:after {
  content: "";
  background-color: #009fe3;
  height: 2px;
  width: 0;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (max-width: 1020px) {
  body header .header-container .nav-primary ul.nav > li > a {
    font-size: 13px;
  }
}
body header .header-container .nav-primary ul.nav > li:hover > a,
body header .header-container .nav-primary ul.nav > li:focus > a,
body header .header-container .nav-primary ul.nav > li:active > a {
  color: #009fe3;
}
body header .header-container a.facebook {
  color: #383c41;
  display: block;
  margin-left: 20px;
  margin-right: 30px;
  font-size: 20px;
}
body header .header-container a.facebook:hover {
  color: #009fe3;
}
body header .header-container a.phone {
  font-size: 20px;
  color: #009fe3;
}
body header .header-container a.phone:hover {
  color: #383c41;
}
@media (max-width: 1120px) {
  body header .header-container a.phone {
    font-size: 16px;
  }
}
body header .header-container .nav-icon {
  position: relative;
  display: none;
  cursor: pointer;
  height: 36px;
  width: 36px;
  margin-left: 20px;
  border-radius: 20px;
  border: 2px solid #383c41;
  transition: all .3s ease;
}
body header .header-container .nav-icon span {
  display: block;
  top: 15px;
  width: 18px;
  height: 2px;
  background-color: #383c41;
  position: relative;
  margin: 0 auto;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 500ms;
  -moz-animation-delay: 500ms;
  -ms-animation-delay: 500ms;
  -o-animation-delay: 500ms;
  animation-delay: 500ms;
  border-radius: 5px;
  transition: all .3s ease;
}
body header .header-container .nav-icon span:after,
body header .header-container .nav-icon span:before {
  display: block;
  border-radius: 5px;
  content: '';
  position: absolute;
  width: 18px;
  height: 2px;
  background-color: #383c41;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 500ms;
  -moz-animation-delay: 500ms;
  -ms-animation-delay: 500ms;
  -o-animation-delay: 500ms;
  animation-delay: 500ms;
  transition: all .3s ease;
}
body header .header-container .nav-icon span:before {
  margin-top: -6px;
}
body header .header-container .nav-icon span:after {
  margin-top: 6px;
}
body header .header-container .nav-icon:hover {
  border: 2px solid #009fe3;
}
body header .header-container .nav-icon:hover span {
  background-color: #009fe3;
}
body header .header-container .nav-icon:hover span:after,
body header .header-container .nav-icon:hover span:before {
  background-color: #009fe3;
}
body header .header-container .nav-icon.active span {
  background-color: rgba(255,255,255,0);
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}
body header .header-container .nav-icon.active span:before,
body header .header-container .nav-icon.active span:after {
  margin-top: 0px;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}
body header .header-container .nav-icon.active span:before {
  transform: rotate(45deg);
}
body header .header-container .nav-icon.active span:after {
  transform: rotate(-45deg);
}
body header a.btn-location {
  position: absolute;
  right: 0;
  bottom: 20px;
  display: block;
  background: url('../img/bg-bouton-location.svg') no-repeat center center;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  line-height: 50px;
  font-size: 14px;
  width: 165px;
  height: 50px;
  z-index: 21;
}
@media (max-width: 1750px) {
  body header a.btn-location {
    bottom: -24px;
  }
}
body header a.btn-location:hover {
  color: #009fe3;
}
body footer {
  background: #383c41;
}
body footer .footer-top .container-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
@media (min-width: 1400px) {
  body footer .footer-top .container-footer {
    max-width: 1400px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  body footer .footer-top .container-footer {
    max-width: 100%;
  }
}
body footer .footer-top .container-footer a.logo img {
  display: block;
}
body footer .footer-top .container-footer div.adresse span.adresse {
  display: block;
  color: #fff;
}
body footer .footer-top .container-footer div.adresse span.ville {
  display: block;
  color: #fff;
}
body footer .footer-top .container-footer .footer-nav ul.nav {
  margin: 0;
  display: block;
  padding: 0;
  list-style: none;
}
body footer .footer-top .container-footer .footer-nav ul.nav li {
  display: block;
  position: relative;
  text-align: left;
  line-height: 14px;
  padding: 0 10px 20px;
  transition: all .3s ease;
}
@media (max-width: 1400px) {
  body footer .footer-top .container-footer .footer-nav ul.nav li {
    padding: 0 5px 10px;
  }
}
body footer .footer-top .container-footer .footer-nav ul.nav li:last-child {
  border-right: 0;
}
body footer .footer-top .container-footer .footer-nav ul.nav li:before {
  color: #fff;
  position: absolute;
  left: -15px;
  top: 0;
  bottom: 0;
  font-size: 16px;
}
body footer .footer-top .container-footer .footer-nav ul.nav li.current_page_item > a {
  color: #009fe3;
}
body footer .footer-top .container-footer .footer-nav ul.nav li.current_page_item > a:after {
  width: 100%;
  background-color: #009fe3;
}
body footer .footer-top .container-footer .footer-nav ul.nav li > a {
  color: #fff;
  font-size: 14px;
  position: relative;
}
@media (max-width: 1400px) {
  body footer .footer-top .container-footer .footer-nav ul.nav li > a {
    font-size: 14px;
  }
}
body footer .footer-top .container-footer .footer-nav ul.nav li > a:after {
  content: "";
  background-color: #009fe3;
  height: 2px;
  width: 0;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body footer .footer-top .container-footer .footer-nav ul.nav li > a:hover:after,
body footer .footer-top .container-footer .footer-nav ul.nav li > a:focus:after,
body footer .footer-top .container-footer .footer-nav ul.nav li > a:active:after {
  width: 100%;
}
body footer .footer-top .container-footer .footer-nav ul.nav li:hover > a,
body footer .footer-top .container-footer .footer-nav ul.nav li:focus > a,
body footer .footer-top .container-footer .footer-nav ul.nav li:active > a {
  color: #009fe3;
}
body footer .footer-top .container-footer .block_contact a.facebook {
  color: #009fe3;
  display: inline-block;
  margin: 0 5px;
  font-size: 24px;
}
body footer .footer-top .container-footer .block_contact a.facebook:hover {
  color: #fff;
}
body footer .footer-top .container-footer .block_contact a.email {
  color: #009fe3;
  display: inline-block;
  font-size: 24px;
  margin: 0 5px;
}
body footer .footer-top .container-footer .block_contact a.email:hover {
  color: #fff;
}
body footer .idcom {
  background: #000000;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 25px;
}
body footer .idcom a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
body footer .idcom a:hover {
  color: #009fe3;
}
body.page-id-2 section.references .ref-container,
body.page-id-2 section.temoignages .ref-container,
body.page-id-6 section.references .ref-container,
body.page-id-6 section.temoignages .ref-container,
body.page-id-8 section.references .ref-container,
body.page-id-8 section.temoignages .ref-container,
body.page-id-10 section.references .ref-container,
body.page-id-10 section.temoignages .ref-container,
body.page-id-12 section.references .ref-container,
body.page-id-12 section.temoignages .ref-container,
body.page-id-14 section.references .ref-container,
body.page-id-14 section.temoignages .ref-container,
body.page-id-225 section.references .ref-container,
body.page-id-225 section.temoignages .ref-container,
body.page-id-163 section.references .ref-container,
body.page-id-163 section.temoignages .ref-container,
body.page-id-188 section.references .ref-container,
body.page-id-188 section.temoignages .ref-container,
body.page-id-2244 section.references .ref-container,
body.page-id-2244 section.temoignages .ref-container {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
@media (min-width: 1400px) {
  body.page-id-2 section.references .ref-container,
  body.page-id-2 section.temoignages .ref-container,
  body.page-id-6 section.references .ref-container,
  body.page-id-6 section.temoignages .ref-container,
  body.page-id-8 section.references .ref-container,
  body.page-id-8 section.temoignages .ref-container,
  body.page-id-10 section.references .ref-container,
  body.page-id-10 section.temoignages .ref-container,
  body.page-id-12 section.references .ref-container,
  body.page-id-12 section.temoignages .ref-container,
  body.page-id-14 section.references .ref-container,
  body.page-id-14 section.temoignages .ref-container,
  body.page-id-225 section.references .ref-container,
  body.page-id-225 section.temoignages .ref-container,
  body.page-id-163 section.references .ref-container,
  body.page-id-163 section.temoignages .ref-container,
  body.page-id-188 section.references .ref-container,
  body.page-id-188 section.temoignages .ref-container,
  body.page-id-2244 section.references .ref-container,
  body.page-id-2244 section.temoignages .ref-container {
    max-width: 1400px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  body.page-id-2 section.references .ref-container,
  body.page-id-2 section.temoignages .ref-container,
  body.page-id-6 section.references .ref-container,
  body.page-id-6 section.temoignages .ref-container,
  body.page-id-8 section.references .ref-container,
  body.page-id-8 section.temoignages .ref-container,
  body.page-id-10 section.references .ref-container,
  body.page-id-10 section.temoignages .ref-container,
  body.page-id-12 section.references .ref-container,
  body.page-id-12 section.temoignages .ref-container,
  body.page-id-14 section.references .ref-container,
  body.page-id-14 section.temoignages .ref-container,
  body.page-id-225 section.references .ref-container,
  body.page-id-225 section.temoignages .ref-container,
  body.page-id-163 section.references .ref-container,
  body.page-id-163 section.temoignages .ref-container,
  body.page-id-188 section.references .ref-container,
  body.page-id-188 section.temoignages .ref-container,
  body.page-id-2244 section.references .ref-container,
  body.page-id-2244 section.temoignages .ref-container {
    max-width: 100%;
  }
}
body.page-id-2 section.references .ref-container h2.titre,
body.page-id-2 section.temoignages .ref-container h2.titre,
body.page-id-6 section.references .ref-container h2.titre,
body.page-id-6 section.temoignages .ref-container h2.titre,
body.page-id-8 section.references .ref-container h2.titre,
body.page-id-8 section.temoignages .ref-container h2.titre,
body.page-id-10 section.references .ref-container h2.titre,
body.page-id-10 section.temoignages .ref-container h2.titre,
body.page-id-12 section.references .ref-container h2.titre,
body.page-id-12 section.temoignages .ref-container h2.titre,
body.page-id-14 section.references .ref-container h2.titre,
body.page-id-14 section.temoignages .ref-container h2.titre,
body.page-id-225 section.references .ref-container h2.titre,
body.page-id-225 section.temoignages .ref-container h2.titre,
body.page-id-163 section.references .ref-container h2.titre,
body.page-id-163 section.temoignages .ref-container h2.titre,
body.page-id-188 section.references .ref-container h2.titre,
body.page-id-188 section.temoignages .ref-container h2.titre,
body.page-id-2244 section.references .ref-container h2.titre,
body.page-id-2244 section.temoignages .ref-container h2.titre {
  color: #000000;
  font-weight: 700;
  font-size: 36px;
  display: block;
  max-width: 400px;
  float: left;
}
body.page-id-2 section.references .ref-container .owl-controls,
body.page-id-2 section.temoignages .ref-container .owl-controls,
body.page-id-6 section.references .ref-container .owl-controls,
body.page-id-6 section.temoignages .ref-container .owl-controls,
body.page-id-8 section.references .ref-container .owl-controls,
body.page-id-8 section.temoignages .ref-container .owl-controls,
body.page-id-10 section.references .ref-container .owl-controls,
body.page-id-10 section.temoignages .ref-container .owl-controls,
body.page-id-12 section.references .ref-container .owl-controls,
body.page-id-12 section.temoignages .ref-container .owl-controls,
body.page-id-14 section.references .ref-container .owl-controls,
body.page-id-14 section.temoignages .ref-container .owl-controls,
body.page-id-225 section.references .ref-container .owl-controls,
body.page-id-225 section.temoignages .ref-container .owl-controls,
body.page-id-163 section.references .ref-container .owl-controls,
body.page-id-163 section.temoignages .ref-container .owl-controls,
body.page-id-188 section.references .ref-container .owl-controls,
body.page-id-188 section.temoignages .ref-container .owl-controls,
body.page-id-2244 section.references .ref-container .owl-controls,
body.page-id-2244 section.temoignages .ref-container .owl-controls {
  display: block;
  float: right;
}
body.page-id-2 section.references .ref-container .owl-controls .custom-nav-references button.owl-prev,
body.page-id-2 section.references .ref-container .owl-controls .custom-nav-references button.owl-next,
body.page-id-2 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-prev,
body.page-id-2 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-next,
body.page-id-2 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-prev,
body.page-id-2 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-next,
body.page-id-2 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-prev,
body.page-id-2 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-next,
body.page-id-6 section.references .ref-container .owl-controls .custom-nav-references button.owl-prev,
body.page-id-6 section.references .ref-container .owl-controls .custom-nav-references button.owl-next,
body.page-id-6 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-prev,
body.page-id-6 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-next,
body.page-id-6 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-prev,
body.page-id-6 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-next,
body.page-id-6 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-prev,
body.page-id-6 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-next,
body.page-id-8 section.references .ref-container .owl-controls .custom-nav-references button.owl-prev,
body.page-id-8 section.references .ref-container .owl-controls .custom-nav-references button.owl-next,
body.page-id-8 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-prev,
body.page-id-8 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-next,
body.page-id-8 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-prev,
body.page-id-8 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-next,
body.page-id-8 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-prev,
body.page-id-8 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-next,
body.page-id-10 section.references .ref-container .owl-controls .custom-nav-references button.owl-prev,
body.page-id-10 section.references .ref-container .owl-controls .custom-nav-references button.owl-next,
body.page-id-10 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-prev,
body.page-id-10 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-next,
body.page-id-10 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-prev,
body.page-id-10 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-next,
body.page-id-10 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-prev,
body.page-id-10 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-next,
body.page-id-12 section.references .ref-container .owl-controls .custom-nav-references button.owl-prev,
body.page-id-12 section.references .ref-container .owl-controls .custom-nav-references button.owl-next,
body.page-id-12 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-prev,
body.page-id-12 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-next,
body.page-id-12 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-prev,
body.page-id-12 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-next,
body.page-id-12 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-prev,
body.page-id-12 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-next,
body.page-id-14 section.references .ref-container .owl-controls .custom-nav-references button.owl-prev,
body.page-id-14 section.references .ref-container .owl-controls .custom-nav-references button.owl-next,
body.page-id-14 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-prev,
body.page-id-14 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-next,
body.page-id-14 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-prev,
body.page-id-14 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-next,
body.page-id-14 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-prev,
body.page-id-14 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-next,
body.page-id-225 section.references .ref-container .owl-controls .custom-nav-references button.owl-prev,
body.page-id-225 section.references .ref-container .owl-controls .custom-nav-references button.owl-next,
body.page-id-225 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-prev,
body.page-id-225 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-next,
body.page-id-225 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-prev,
body.page-id-225 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-next,
body.page-id-225 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-prev,
body.page-id-225 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-next,
body.page-id-163 section.references .ref-container .owl-controls .custom-nav-references button.owl-prev,
body.page-id-163 section.references .ref-container .owl-controls .custom-nav-references button.owl-next,
body.page-id-163 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-prev,
body.page-id-163 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-next,
body.page-id-163 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-prev,
body.page-id-163 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-next,
body.page-id-163 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-prev,
body.page-id-163 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-next,
body.page-id-188 section.references .ref-container .owl-controls .custom-nav-references button.owl-prev,
body.page-id-188 section.references .ref-container .owl-controls .custom-nav-references button.owl-next,
body.page-id-188 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-prev,
body.page-id-188 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-next,
body.page-id-188 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-prev,
body.page-id-188 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-next,
body.page-id-188 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-prev,
body.page-id-188 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-next,
body.page-id-2244 section.references .ref-container .owl-controls .custom-nav-references button.owl-prev,
body.page-id-2244 section.references .ref-container .owl-controls .custom-nav-references button.owl-next,
body.page-id-2244 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-prev,
body.page-id-2244 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-next,
body.page-id-2244 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-prev,
body.page-id-2244 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-next,
body.page-id-2244 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-prev,
body.page-id-2244 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-next {
  background: none;
  border: none;
  padding: 0;
  color: #000000;
  cursor: pointer;
  transition: all .3s ease;
  font-size: 30px;
  margin: 0 10px;
  padding: 0 3px;
}
body.page-id-2 section.references .ref-container .owl-controls .custom-nav-references button.owl-prev:hover,
body.page-id-2 section.references .ref-container .owl-controls .custom-nav-references button.owl-prev:focus,
body.page-id-2 section.references .ref-container .owl-controls .custom-nav-references button.owl-prev:active,
body.page-id-2 section.references .ref-container .owl-controls .custom-nav-references button.owl-next:hover,
body.page-id-2 section.references .ref-container .owl-controls .custom-nav-references button.owl-next:focus,
body.page-id-2 section.references .ref-container .owl-controls .custom-nav-references button.owl-next:active,
body.page-id-2 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-prev:hover,
body.page-id-2 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-prev:focus,
body.page-id-2 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-prev:active,
body.page-id-2 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-next:hover,
body.page-id-2 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-next:focus,
body.page-id-2 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-next:active,
body.page-id-2 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-prev:hover,
body.page-id-2 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-prev:focus,
body.page-id-2 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-prev:active,
body.page-id-2 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-next:hover,
body.page-id-2 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-next:focus,
body.page-id-2 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-next:active,
body.page-id-2 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-prev:hover,
body.page-id-2 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-prev:focus,
body.page-id-2 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-prev:active,
body.page-id-2 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-next:hover,
body.page-id-2 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-next:focus,
body.page-id-2 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-next:active,
body.page-id-6 section.references .ref-container .owl-controls .custom-nav-references button.owl-prev:hover,
body.page-id-6 section.references .ref-container .owl-controls .custom-nav-references button.owl-prev:focus,
body.page-id-6 section.references .ref-container .owl-controls .custom-nav-references button.owl-prev:active,
body.page-id-6 section.references .ref-container .owl-controls .custom-nav-references button.owl-next:hover,
body.page-id-6 section.references .ref-container .owl-controls .custom-nav-references button.owl-next:focus,
body.page-id-6 section.references .ref-container .owl-controls .custom-nav-references button.owl-next:active,
body.page-id-6 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-prev:hover,
body.page-id-6 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-prev:focus,
body.page-id-6 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-prev:active,
body.page-id-6 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-next:hover,
body.page-id-6 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-next:focus,
body.page-id-6 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-next:active,
body.page-id-6 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-prev:hover,
body.page-id-6 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-prev:focus,
body.page-id-6 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-prev:active,
body.page-id-6 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-next:hover,
body.page-id-6 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-next:focus,
body.page-id-6 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-next:active,
body.page-id-6 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-prev:hover,
body.page-id-6 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-prev:focus,
body.page-id-6 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-prev:active,
body.page-id-6 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-next:hover,
body.page-id-6 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-next:focus,
body.page-id-6 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-next:active,
body.page-id-8 section.references .ref-container .owl-controls .custom-nav-references button.owl-prev:hover,
body.page-id-8 section.references .ref-container .owl-controls .custom-nav-references button.owl-prev:focus,
body.page-id-8 section.references .ref-container .owl-controls .custom-nav-references button.owl-prev:active,
body.page-id-8 section.references .ref-container .owl-controls .custom-nav-references button.owl-next:hover,
body.page-id-8 section.references .ref-container .owl-controls .custom-nav-references button.owl-next:focus,
body.page-id-8 section.references .ref-container .owl-controls .custom-nav-references button.owl-next:active,
body.page-id-8 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-prev:hover,
body.page-id-8 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-prev:focus,
body.page-id-8 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-prev:active,
body.page-id-8 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-next:hover,
body.page-id-8 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-next:focus,
body.page-id-8 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-next:active,
body.page-id-8 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-prev:hover,
body.page-id-8 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-prev:focus,
body.page-id-8 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-prev:active,
body.page-id-8 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-next:hover,
body.page-id-8 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-next:focus,
body.page-id-8 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-next:active,
body.page-id-8 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-prev:hover,
body.page-id-8 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-prev:focus,
body.page-id-8 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-prev:active,
body.page-id-8 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-next:hover,
body.page-id-8 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-next:focus,
body.page-id-8 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-next:active,
body.page-id-10 section.references .ref-container .owl-controls .custom-nav-references button.owl-prev:hover,
body.page-id-10 section.references .ref-container .owl-controls .custom-nav-references button.owl-prev:focus,
body.page-id-10 section.references .ref-container .owl-controls .custom-nav-references button.owl-prev:active,
body.page-id-10 section.references .ref-container .owl-controls .custom-nav-references button.owl-next:hover,
body.page-id-10 section.references .ref-container .owl-controls .custom-nav-references button.owl-next:focus,
body.page-id-10 section.references .ref-container .owl-controls .custom-nav-references button.owl-next:active,
body.page-id-10 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-prev:hover,
body.page-id-10 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-prev:focus,
body.page-id-10 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-prev:active,
body.page-id-10 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-next:hover,
body.page-id-10 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-next:focus,
body.page-id-10 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-next:active,
body.page-id-10 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-prev:hover,
body.page-id-10 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-prev:focus,
body.page-id-10 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-prev:active,
body.page-id-10 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-next:hover,
body.page-id-10 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-next:focus,
body.page-id-10 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-next:active,
body.page-id-10 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-prev:hover,
body.page-id-10 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-prev:focus,
body.page-id-10 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-prev:active,
body.page-id-10 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-next:hover,
body.page-id-10 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-next:focus,
body.page-id-10 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-next:active,
body.page-id-12 section.references .ref-container .owl-controls .custom-nav-references button.owl-prev:hover,
body.page-id-12 section.references .ref-container .owl-controls .custom-nav-references button.owl-prev:focus,
body.page-id-12 section.references .ref-container .owl-controls .custom-nav-references button.owl-prev:active,
body.page-id-12 section.references .ref-container .owl-controls .custom-nav-references button.owl-next:hover,
body.page-id-12 section.references .ref-container .owl-controls .custom-nav-references button.owl-next:focus,
body.page-id-12 section.references .ref-container .owl-controls .custom-nav-references button.owl-next:active,
body.page-id-12 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-prev:hover,
body.page-id-12 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-prev:focus,
body.page-id-12 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-prev:active,
body.page-id-12 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-next:hover,
body.page-id-12 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-next:focus,
body.page-id-12 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-next:active,
body.page-id-12 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-prev:hover,
body.page-id-12 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-prev:focus,
body.page-id-12 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-prev:active,
body.page-id-12 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-next:hover,
body.page-id-12 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-next:focus,
body.page-id-12 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-next:active,
body.page-id-12 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-prev:hover,
body.page-id-12 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-prev:focus,
body.page-id-12 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-prev:active,
body.page-id-12 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-next:hover,
body.page-id-12 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-next:focus,
body.page-id-12 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-next:active,
body.page-id-14 section.references .ref-container .owl-controls .custom-nav-references button.owl-prev:hover,
body.page-id-14 section.references .ref-container .owl-controls .custom-nav-references button.owl-prev:focus,
body.page-id-14 section.references .ref-container .owl-controls .custom-nav-references button.owl-prev:active,
body.page-id-14 section.references .ref-container .owl-controls .custom-nav-references button.owl-next:hover,
body.page-id-14 section.references .ref-container .owl-controls .custom-nav-references button.owl-next:focus,
body.page-id-14 section.references .ref-container .owl-controls .custom-nav-references button.owl-next:active,
body.page-id-14 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-prev:hover,
body.page-id-14 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-prev:focus,
body.page-id-14 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-prev:active,
body.page-id-14 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-next:hover,
body.page-id-14 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-next:focus,
body.page-id-14 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-next:active,
body.page-id-14 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-prev:hover,
body.page-id-14 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-prev:focus,
body.page-id-14 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-prev:active,
body.page-id-14 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-next:hover,
body.page-id-14 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-next:focus,
body.page-id-14 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-next:active,
body.page-id-14 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-prev:hover,
body.page-id-14 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-prev:focus,
body.page-id-14 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-prev:active,
body.page-id-14 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-next:hover,
body.page-id-14 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-next:focus,
body.page-id-14 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-next:active,
body.page-id-225 section.references .ref-container .owl-controls .custom-nav-references button.owl-prev:hover,
body.page-id-225 section.references .ref-container .owl-controls .custom-nav-references button.owl-prev:focus,
body.page-id-225 section.references .ref-container .owl-controls .custom-nav-references button.owl-prev:active,
body.page-id-225 section.references .ref-container .owl-controls .custom-nav-references button.owl-next:hover,
body.page-id-225 section.references .ref-container .owl-controls .custom-nav-references button.owl-next:focus,
body.page-id-225 section.references .ref-container .owl-controls .custom-nav-references button.owl-next:active,
body.page-id-225 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-prev:hover,
body.page-id-225 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-prev:focus,
body.page-id-225 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-prev:active,
body.page-id-225 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-next:hover,
body.page-id-225 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-next:focus,
body.page-id-225 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-next:active,
body.page-id-225 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-prev:hover,
body.page-id-225 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-prev:focus,
body.page-id-225 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-prev:active,
body.page-id-225 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-next:hover,
body.page-id-225 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-next:focus,
body.page-id-225 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-next:active,
body.page-id-225 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-prev:hover,
body.page-id-225 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-prev:focus,
body.page-id-225 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-prev:active,
body.page-id-225 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-next:hover,
body.page-id-225 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-next:focus,
body.page-id-225 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-next:active,
body.page-id-163 section.references .ref-container .owl-controls .custom-nav-references button.owl-prev:hover,
body.page-id-163 section.references .ref-container .owl-controls .custom-nav-references button.owl-prev:focus,
body.page-id-163 section.references .ref-container .owl-controls .custom-nav-references button.owl-prev:active,
body.page-id-163 section.references .ref-container .owl-controls .custom-nav-references button.owl-next:hover,
body.page-id-163 section.references .ref-container .owl-controls .custom-nav-references button.owl-next:focus,
body.page-id-163 section.references .ref-container .owl-controls .custom-nav-references button.owl-next:active,
body.page-id-163 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-prev:hover,
body.page-id-163 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-prev:focus,
body.page-id-163 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-prev:active,
body.page-id-163 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-next:hover,
body.page-id-163 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-next:focus,
body.page-id-163 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-next:active,
body.page-id-163 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-prev:hover,
body.page-id-163 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-prev:focus,
body.page-id-163 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-prev:active,
body.page-id-163 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-next:hover,
body.page-id-163 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-next:focus,
body.page-id-163 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-next:active,
body.page-id-163 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-prev:hover,
body.page-id-163 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-prev:focus,
body.page-id-163 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-prev:active,
body.page-id-163 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-next:hover,
body.page-id-163 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-next:focus,
body.page-id-163 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-next:active,
body.page-id-188 section.references .ref-container .owl-controls .custom-nav-references button.owl-prev:hover,
body.page-id-188 section.references .ref-container .owl-controls .custom-nav-references button.owl-prev:focus,
body.page-id-188 section.references .ref-container .owl-controls .custom-nav-references button.owl-prev:active,
body.page-id-188 section.references .ref-container .owl-controls .custom-nav-references button.owl-next:hover,
body.page-id-188 section.references .ref-container .owl-controls .custom-nav-references button.owl-next:focus,
body.page-id-188 section.references .ref-container .owl-controls .custom-nav-references button.owl-next:active,
body.page-id-188 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-prev:hover,
body.page-id-188 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-prev:focus,
body.page-id-188 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-prev:active,
body.page-id-188 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-next:hover,
body.page-id-188 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-next:focus,
body.page-id-188 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-next:active,
body.page-id-188 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-prev:hover,
body.page-id-188 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-prev:focus,
body.page-id-188 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-prev:active,
body.page-id-188 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-next:hover,
body.page-id-188 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-next:focus,
body.page-id-188 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-next:active,
body.page-id-188 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-prev:hover,
body.page-id-188 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-prev:focus,
body.page-id-188 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-prev:active,
body.page-id-188 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-next:hover,
body.page-id-188 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-next:focus,
body.page-id-188 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-next:active,
body.page-id-2244 section.references .ref-container .owl-controls .custom-nav-references button.owl-prev:hover,
body.page-id-2244 section.references .ref-container .owl-controls .custom-nav-references button.owl-prev:focus,
body.page-id-2244 section.references .ref-container .owl-controls .custom-nav-references button.owl-prev:active,
body.page-id-2244 section.references .ref-container .owl-controls .custom-nav-references button.owl-next:hover,
body.page-id-2244 section.references .ref-container .owl-controls .custom-nav-references button.owl-next:focus,
body.page-id-2244 section.references .ref-container .owl-controls .custom-nav-references button.owl-next:active,
body.page-id-2244 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-prev:hover,
body.page-id-2244 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-prev:focus,
body.page-id-2244 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-prev:active,
body.page-id-2244 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-next:hover,
body.page-id-2244 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-next:focus,
body.page-id-2244 section.references .ref-container .owl-controls .custom-nav-temoignages button.owl-next:active,
body.page-id-2244 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-prev:hover,
body.page-id-2244 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-prev:focus,
body.page-id-2244 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-prev:active,
body.page-id-2244 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-next:hover,
body.page-id-2244 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-next:focus,
body.page-id-2244 section.temoignages .ref-container .owl-controls .custom-nav-references button.owl-next:active,
body.page-id-2244 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-prev:hover,
body.page-id-2244 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-prev:focus,
body.page-id-2244 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-prev:active,
body.page-id-2244 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-next:hover,
body.page-id-2244 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-next:focus,
body.page-id-2244 section.temoignages .ref-container .owl-controls .custom-nav-temoignages button.owl-next:active {
  outline: none;
  color: #009fe3;
}
body.page-id-2 section.references .ref-container .carousel-container,
body.page-id-2 section.temoignages .ref-container .carousel-container,
body.page-id-6 section.references .ref-container .carousel-container,
body.page-id-6 section.temoignages .ref-container .carousel-container,
body.page-id-8 section.references .ref-container .carousel-container,
body.page-id-8 section.temoignages .ref-container .carousel-container,
body.page-id-10 section.references .ref-container .carousel-container,
body.page-id-10 section.temoignages .ref-container .carousel-container,
body.page-id-12 section.references .ref-container .carousel-container,
body.page-id-12 section.temoignages .ref-container .carousel-container,
body.page-id-14 section.references .ref-container .carousel-container,
body.page-id-14 section.temoignages .ref-container .carousel-container,
body.page-id-225 section.references .ref-container .carousel-container,
body.page-id-225 section.temoignages .ref-container .carousel-container,
body.page-id-163 section.references .ref-container .carousel-container,
body.page-id-163 section.temoignages .ref-container .carousel-container,
body.page-id-188 section.references .ref-container .carousel-container,
body.page-id-188 section.temoignages .ref-container .carousel-container,
body.page-id-2244 section.references .ref-container .carousel-container,
body.page-id-2244 section.temoignages .ref-container .carousel-container {
  clear: both;
  padding: 40px 0;
}
body.page-id-2 section.temoignages .carousel-container,
body.page-id-6 section.temoignages .carousel-container,
body.page-id-8 section.temoignages .carousel-container,
body.page-id-10 section.temoignages .carousel-container,
body.page-id-12 section.temoignages .carousel-container,
body.page-id-14 section.temoignages .carousel-container,
body.page-id-225 section.temoignages .carousel-container,
body.page-id-163 section.temoignages .carousel-container,
body.page-id-188 section.temoignages .carousel-container,
body.page-id-2244 section.temoignages .carousel-container {
  border-top: 1px solid #dddddd;
}
body.page-id-2 section.temoignages .owl-item,
body.page-id-6 section.temoignages .owl-item,
body.page-id-8 section.temoignages .owl-item,
body.page-id-10 section.temoignages .owl-item,
body.page-id-12 section.temoignages .owl-item,
body.page-id-14 section.temoignages .owl-item,
body.page-id-225 section.temoignages .owl-item,
body.page-id-163 section.temoignages .owl-item,
body.page-id-188 section.temoignages .owl-item,
body.page-id-2244 section.temoignages .owl-item {
  text-align: center;
}
body.page-id-2 section.temoignages .owl-item .note,
body.page-id-6 section.temoignages .owl-item .note,
body.page-id-8 section.temoignages .owl-item .note,
body.page-id-10 section.temoignages .owl-item .note,
body.page-id-12 section.temoignages .owl-item .note,
body.page-id-14 section.temoignages .owl-item .note,
body.page-id-225 section.temoignages .owl-item .note,
body.page-id-163 section.temoignages .owl-item .note,
body.page-id-188 section.temoignages .owl-item .note,
body.page-id-2244 section.temoignages .owl-item .note {
  color: #f1c40f;
}
body.page-id-2 section.entete {
  position: relative;
  margin-bottom: 30px;
  min-height: 580px;
}
body.page-id-2 section.entete .img-container {
  position: relative;
  min-height: 580px;
}
body.page-id-2 section.entete .img-container img {
  display: block;
  min-height: 580px;
  object-fit: cover;
}
body.page-id-2 section.entete .block-titre {
  position: absolute;
  right: 0;
  bottom: 150px;
  background: #fff;
  max-width: 465px;
  background-size: cover;
  z-index: 11;
}
body.page-id-2 section.entete .block-titre h1.titre {
  position: relative;
  font-size: 45px;
  line-height: 50px;
  padding: 1rem 2rem 1rem 0;
  color: #009fe3;
  font-weight: 700;
  text-align: right;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  body.page-id-2 section.entete .block-titre h1.titre {
    position: relative;
    font-size: 36px;
    line-height: 38px;
    z-index: 1;
  }
}
body.page-id-2 section.entete .block-titre:after {
  content: "";
  position: absolute;
  right: 92%;
  top: 0;
  height: 100%;
  width: 5rem;
  transform: skewX(-25deg);
  -moz-transform: skewX(-25deg);
  -webkit-transform: skewX(-25deg);
  background-color: #fff;
}
@media screen and (max-width: 1400px) {
  body.page-id-2 section.entete .block-titre {
    bottom: 100px;
  }
}
@media screen and (max-width: 1200px) {
  body.page-id-2 section.entete .block-titre {
    top: auto;
    bottom: 5rem;
    max-width: 370px;
  }
}
body.page-id-2 section.entete .separateur-svg {
  width: 100%;
  z-index: 10;
  position: absolute;
  bottom: -10px;
}
body.page-id-2 section.entete .separateur-svg svg {
  width: 100%;
  height: auto;
}
body.page-id-2 section.entete .separateur-svg svg .st0 {
  fill: #fff;
}
body.page-id-2 section.block_utilisation .use-container {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
@media (min-width: 1400px) {
  body.page-id-2 section.block_utilisation .use-container {
    max-width: 1400px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  body.page-id-2 section.block_utilisation .use-container {
    max-width: 100%;
  }
}
body.page-id-2 section.block_utilisation .use-container h2.titre {
  color: #000000;
  font-weight: 700;
  font-size: 50px;
  display: block;
}
body.page-id-2 section.block_utilisation .use-container .liste_etapes {
  padding: 40px 0 0;
}
body.page-id-2 section.block_utilisation .use-container .liste_etapes .etape {
  display: flex;
  align-items: baseline;
}
body.page-id-2 section.block_utilisation .use-container .liste_etapes .etape .number {
  font-size: 36px;
  color: #009fe3;
  font-weight: 700;
  margin-right: 5px;
}
body.page-id-2 section.block_utilisation .use-container .liste_etapes .etape .block_text h3.titre {
  font-size: 22px;
  color: #000000;
  font-weight: 700;
}
body.page-id-2 section.block_utilisation .use-container .liste_etapes .etape .block_text .desc {
  color: #9fa4af;
  font-weight: 300;
  font-size: 20px;
}
body.page-id-2 section.block_utilisation .use-container a.btn-bornes {
  text-align: center;
  color: #009fe3;
  font-weight: 15px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 20px;
  padding: 15px 40px;
  display: inline-block;
  max-width: 240px;
  border: 2px solid #009fe3;
  background: transparent;
}
body.page-id-2 section.block_utilisation .use-container a.btn-bornes:hover {
  background: #009fe3;
  color: #fff;
}
body.page-id-2 section.bg-triangle {
  height: 400px;
  position: relative;
  padding-top: 20rem;
  margin-bottom: 5rem;
}
body.page-id-2 section.bg-triangle:before,
body.page-id-2 section.bg-triangle:after {
  content: '';
  display: block;
  position: absolute;
}
body.page-id-2 section.bg-triangle:before {
  background: url('../img/bg-triangle-gauche.png') no-repeat top left;
  left: 0;
  top: 0;
  width: 100%;
  height: 500px;
  z-index: 1;
}
body.page-id-2 section.bg-triangle:after {
  background: url('../img/bg-triangle-droite.png') no-repeat top right;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 220px;
}
@media screen and (max-width: 1580px) {
  body.page-id-2 section.bg-triangle:before {
    top: 25px;
    height: 465px;
    background-size: contain;
  }
  body.page-id-2 section.bg-triangle:after {
    bottom: 20px;
    height: 200px;
    background-size: contain;
  }
}
@media screen and (max-width: 1500px) {
  body.page-id-2 section.bg-triangle {
    height: auto;
    padding-top: 15rem;
  }
  body.page-id-2 section.bg-triangle:before {
    height: 380px;
    top: 10px;
    background-size: contain;
  }
  body.page-id-2 section.bg-triangle:after {
    height: 200px;
    background-size: contain;
    bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  body.page-id-2 section.bg-triangle:before {
    width: 100%;
    height: 460px;
    background-size: contain;
  }
  body.page-id-2 section.bg-triangle:after {
    width: 100%;
    height: 120px;
    background-size: contain;
    bottom: auto;
    top: 130px;
  }
}
body.page-id-2 section.bg-triangle h2 {
  max-width: 80%;
  margin: auto;
}
body.page-id-3 section.entete,
body.page-id-6 section.entete,
body.page-id-8 section.entete,
body.page-id-10 section.entete,
body.page-id-12 section.entete,
body.page-id-14 section.entete,
body.page-id-163 section.entete,
body.page-id-188 section.entete,
body.page-id-225 section.entete,
body.page-id-2244 section.entete,
body.single-espace_photo section.entete {
  position: relative;
  margin-bottom: 30px;
  min-height: 400px;
}
body.page-id-3 section.entete .img-container,
body.page-id-6 section.entete .img-container,
body.page-id-8 section.entete .img-container,
body.page-id-10 section.entete .img-container,
body.page-id-12 section.entete .img-container,
body.page-id-14 section.entete .img-container,
body.page-id-163 section.entete .img-container,
body.page-id-188 section.entete .img-container,
body.page-id-225 section.entete .img-container,
body.page-id-2244 section.entete .img-container,
body.single-espace_photo section.entete .img-container {
  position: relative;
  height: 100%;
  overflow: hidden;
  min-height: 400px;
}
body.page-id-3 section.entete .img-container img,
body.page-id-6 section.entete .img-container img,
body.page-id-8 section.entete .img-container img,
body.page-id-10 section.entete .img-container img,
body.page-id-12 section.entete .img-container img,
body.page-id-14 section.entete .img-container img,
body.page-id-163 section.entete .img-container img,
body.page-id-188 section.entete .img-container img,
body.page-id-225 section.entete .img-container img,
body.page-id-2244 section.entete .img-container img,
body.single-espace_photo section.entete .img-container img {
  position: absolute;
  height: auto;
  width: 100%;
  min-height: 400px;
  object-fit: cover;
}
body.page-id-3 section.entete .separateur-svg,
body.page-id-6 section.entete .separateur-svg,
body.page-id-8 section.entete .separateur-svg,
body.page-id-10 section.entete .separateur-svg,
body.page-id-12 section.entete .separateur-svg,
body.page-id-14 section.entete .separateur-svg,
body.page-id-163 section.entete .separateur-svg,
body.page-id-188 section.entete .separateur-svg,
body.page-id-225 section.entete .separateur-svg,
body.page-id-2244 section.entete .separateur-svg,
body.single-espace_photo section.entete .separateur-svg {
  width: 100%;
  z-index: 1;
  position: absolute;
  bottom: -10px;
}
body.page-id-3 section.entete .separateur-svg svg,
body.page-id-6 section.entete .separateur-svg svg,
body.page-id-8 section.entete .separateur-svg svg,
body.page-id-10 section.entete .separateur-svg svg,
body.page-id-12 section.entete .separateur-svg svg,
body.page-id-14 section.entete .separateur-svg svg,
body.page-id-163 section.entete .separateur-svg svg,
body.page-id-188 section.entete .separateur-svg svg,
body.page-id-225 section.entete .separateur-svg svg,
body.page-id-2244 section.entete .separateur-svg svg,
body.single-espace_photo section.entete .separateur-svg svg {
  width: 100%;
  height: auto;
}
body.page-id-3 section.entete .separateur-svg svg .st0,
body.page-id-6 section.entete .separateur-svg svg .st0,
body.page-id-8 section.entete .separateur-svg svg .st0,
body.page-id-10 section.entete .separateur-svg svg .st0,
body.page-id-12 section.entete .separateur-svg svg .st0,
body.page-id-14 section.entete .separateur-svg svg .st0,
body.page-id-163 section.entete .separateur-svg svg .st0,
body.page-id-188 section.entete .separateur-svg svg .st0,
body.page-id-225 section.entete .separateur-svg svg .st0,
body.page-id-2244 section.entete .separateur-svg svg .st0,
body.single-espace_photo section.entete .separateur-svg svg .st0 {
  fill: #fff;
}
body.page-id-3 section.entete h1.titre,
body.page-id-6 section.entete h1.titre,
body.page-id-8 section.entete h1.titre,
body.page-id-10 section.entete h1.titre,
body.page-id-12 section.entete h1.titre,
body.page-id-14 section.entete h1.titre,
body.page-id-163 section.entete h1.titre,
body.page-id-188 section.entete h1.titre,
body.page-id-225 section.entete h1.titre,
body.page-id-2244 section.entete h1.titre,
body.single-espace_photo section.entete h1.titre {
  font-size: 65px;
  color: #009fe3;
  font-weight: 700;
  position: absolute;
  z-index: 10;
  left: 30px;
  bottom: -50px;
}
@media (max-width: 1600px) {
  body.page-id-3 section.entete h1.titre,
  body.page-id-6 section.entete h1.titre,
  body.page-id-8 section.entete h1.titre,
  body.page-id-10 section.entete h1.titre,
  body.page-id-12 section.entete h1.titre,
  body.page-id-14 section.entete h1.titre,
  body.page-id-163 section.entete h1.titre,
  body.page-id-188 section.entete h1.titre,
  body.page-id-225 section.entete h1.titre,
  body.page-id-2244 section.entete h1.titre,
  body.single-espace_photo section.entete h1.titre {
    font-size: 55px;
  }
}
@media (max-width: 1400px) {
  body.page-id-3 section.entete h1.titre,
  body.page-id-6 section.entete h1.titre,
  body.page-id-8 section.entete h1.titre,
  body.page-id-10 section.entete h1.titre,
  body.page-id-12 section.entete h1.titre,
  body.page-id-14 section.entete h1.titre,
  body.page-id-163 section.entete h1.titre,
  body.page-id-188 section.entete h1.titre,
  body.page-id-225 section.entete h1.titre,
  body.page-id-2244 section.entete h1.titre,
  body.single-espace_photo section.entete h1.titre {
    font-size: 45px;
  }
}
@media (max-width: 1150px) {
  body.page-id-3 section.entete h1.titre,
  body.page-id-6 section.entete h1.titre,
  body.page-id-8 section.entete h1.titre,
  body.page-id-10 section.entete h1.titre,
  body.page-id-12 section.entete h1.titre,
  body.page-id-14 section.entete h1.titre,
  body.page-id-163 section.entete h1.titre,
  body.page-id-188 section.entete h1.titre,
  body.page-id-225 section.entete h1.titre,
  body.page-id-2244 section.entete h1.titre,
  body.single-espace_photo section.entete h1.titre {
    font-size: 35px;
  }
}
body.page-id-6 section.block_visuel_description,
body.page-id-8 section.block_visuel_description,
body.page-id-225 section.block_visuel_description {
  margin-top: 150px;
}
@media (min-width: 1400px) {
  body.page-id-6 section.block_visuel_description .full-container,
  body.page-id-8 section.block_visuel_description .full-container,
  body.page-id-225 section.block_visuel_description .full-container {
    max-width: 1400px;
  }
}
@media (min-width: 992px) {
  body.page-id-6 section.block_visuel_description .full-container,
  body.page-id-8 section.block_visuel_description .full-container,
  body.page-id-225 section.block_visuel_description .full-container {
    max-width: 100%;
  }
}
body.page-id-6 section.block_visuel_description .full-container .flex-row,
body.page-id-8 section.block_visuel_description .full-container .flex-row,
body.page-id-225 section.block_visuel_description .full-container .flex-row {
  display: flex;
}
body.page-id-6 section.block_visuel_description .full-container .flex-row .col-img,
body.page-id-8 section.block_visuel_description .full-container .flex-row .col-img,
body.page-id-225 section.block_visuel_description .full-container .flex-row .col-img {
  padding-left: 0;
  padding-right: 0;
}
body.page-id-6 section.block_visuel_description .full-container .flex-row .col-img .img-container,
body.page-id-8 section.block_visuel_description .full-container .flex-row .col-img .img-container,
body.page-id-225 section.block_visuel_description .full-container .flex-row .col-img .img-container {
  position: relative;
  height: 100%;
}
body.page-id-6 section.block_visuel_description .full-container .flex-row .col-img .img-container img,
body.page-id-8 section.block_visuel_description .full-container .flex-row .col-img .img-container img,
body.page-id-225 section.block_visuel_description .full-container .flex-row .col-img .img-container img {
  border-radius: 10px;
  position: relative;
  height: 100%;
  object-fit: cover;
}
body.page-id-6 section.block_visuel_description .full-container .flex-row .col-texte,
body.page-id-8 section.block_visuel_description .full-container .flex-row .col-texte,
body.page-id-225 section.block_visuel_description .full-container .flex-row .col-texte {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
body.page-id-6 section.block_visuel_description .full-container .flex-row .col-texte:after,
body.page-id-8 section.block_visuel_description .full-container .flex-row .col-texte:after,
body.page-id-225 section.block_visuel_description .full-container .flex-row .col-texte:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -40px;
  width: 100%;
  height: 520px;
  background: url('../img/bg-fond-img-content.png') top left;
  background-size: cover;
  z-index: -1;
}
body.page-id-6 section.block_visuel_description .full-container .flex-row .col-texte .block_texte,
body.page-id-8 section.block_visuel_description .full-container .flex-row .col-texte .block_texte,
body.page-id-225 section.block_visuel_description .full-container .flex-row .col-texte .block_texte {
  position: relative;
  padding: 150px 40px 0;
}
body.page-id-6 section.block_visuel_description .full-container .flex-row .col-texte .block_texte h2.titre,
body.page-id-8 section.block_visuel_description .full-container .flex-row .col-texte .block_texte h2.titre,
body.page-id-225 section.block_visuel_description .full-container .flex-row .col-texte .block_texte h2.titre {
  font-size: 90px;
  color: #000000;
  font-weight: 700;
  line-height: 90px;
  margin-bottom: 30px;
}
@media (max-width: 1100px) {
  body.page-id-6 section.block_visuel_description .full-container .flex-row .col-texte .block_texte h2.titre,
  body.page-id-8 section.block_visuel_description .full-container .flex-row .col-texte .block_texte h2.titre,
  body.page-id-225 section.block_visuel_description .full-container .flex-row .col-texte .block_texte h2.titre {
    font-size: 70px;
    line-height: 70px;
  }
}
body.page-id-6 section.block_visuel_description .full-container .flex-row .col-texte .block_texte .desc,
body.page-id-8 section.block_visuel_description .full-container .flex-row .col-texte .block_texte .desc,
body.page-id-225 section.block_visuel_description .full-container .flex-row .col-texte .block_texte .desc {
  color: #000000;
  font-weight: 300;
  font-size: 40px;
  margin-bottom: 100px;
  line-height: 46px;
}
body.page-id-6 section.block_visuel_description .full-container .flex-row .col-texte .block_texte a.btn-bornes,
body.page-id-8 section.block_visuel_description .full-container .flex-row .col-texte .block_texte a.btn-bornes,
body.page-id-225 section.block_visuel_description .full-container .flex-row .col-texte .block_texte a.btn-bornes {
  text-align: center;
  color: #009fe3;
  font-weight: 15px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 20px;
  padding: 15px 40px;
  display: block;
  max-width: 240px;
  border: 2px solid #009fe3;
  background: transparent;
  margin: 0 auto;
}
body.page-id-6 section.block_visuel_description .full-container .flex-row .col-texte .block_texte a.btn-bornes:hover,
body.page-id-8 section.block_visuel_description .full-container .flex-row .col-texte .block_texte a.btn-bornes:hover,
body.page-id-225 section.block_visuel_description .full-container .flex-row .col-texte .block_texte a.btn-bornes:hover {
  background: #009fe3;
  color: #fff;
}
body.page-id-6 section.block_description_visuel,
body.page-id-8 section.block_description_visuel,
body.page-id-225 section.block_description_visuel {
  margin-top: 150px;
  margin-bottom: 80px;
}
@media (min-width: 1400px) {
  body.page-id-6 section.block_description_visuel .full-container,
  body.page-id-8 section.block_description_visuel .full-container,
  body.page-id-225 section.block_description_visuel .full-container {
    max-width: 1400px;
  }
}
@media (min-width: 992px) {
  body.page-id-6 section.block_description_visuel .full-container,
  body.page-id-8 section.block_description_visuel .full-container,
  body.page-id-225 section.block_description_visuel .full-container {
    max-width: 100%;
  }
}
body.page-id-6 section.block_description_visuel .full-container .flex-row,
body.page-id-8 section.block_description_visuel .full-container .flex-row,
body.page-id-225 section.block_description_visuel .full-container .flex-row {
  display: flex;
}
body.page-id-6 section.block_description_visuel .full-container .flex-row .col-img,
body.page-id-8 section.block_description_visuel .full-container .flex-row .col-img,
body.page-id-225 section.block_description_visuel .full-container .flex-row .col-img {
  padding-left: 0;
  padding-right: 0;
}
body.page-id-6 section.block_description_visuel .full-container .flex-row .col-img .img-container,
body.page-id-8 section.block_description_visuel .full-container .flex-row .col-img .img-container,
body.page-id-225 section.block_description_visuel .full-container .flex-row .col-img .img-container {
  position: relative;
  height: 100%;
}
body.page-id-6 section.block_description_visuel .full-container .flex-row .col-img .img-container img,
body.page-id-8 section.block_description_visuel .full-container .flex-row .col-img .img-container img,
body.page-id-225 section.block_description_visuel .full-container .flex-row .col-img .img-container img {
  border-radius: 10px;
  position: relative;
  height: 100%;
  object-fit: cover;
}
body.page-id-6 section.block_description_visuel .full-container .flex-row .col-texte,
body.page-id-8 section.block_description_visuel .full-container .flex-row .col-texte,
body.page-id-225 section.block_description_visuel .full-container .flex-row .col-texte {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
body.page-id-6 section.block_description_visuel .full-container .flex-row .col-texte:after,
body.page-id-8 section.block_description_visuel .full-container .flex-row .col-texte:after,
body.page-id-225 section.block_description_visuel .full-container .flex-row .col-texte:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -40px;
  width: 100%;
  height: 520px;
  background: url('../img/bg-fond-img-content.png') top left;
  background-size: cover;
  z-index: -1;
}
body.page-id-6 section.block_description_visuel .full-container .flex-row .col-texte .block_texte,
body.page-id-8 section.block_description_visuel .full-container .flex-row .col-texte .block_texte,
body.page-id-225 section.block_description_visuel .full-container .flex-row .col-texte .block_texte {
  position: relative;
  padding: 150px 40px 0;
}
body.page-id-6 section.block_description_visuel .full-container .flex-row .col-texte .block_texte h2.titre,
body.page-id-8 section.block_description_visuel .full-container .flex-row .col-texte .block_texte h2.titre,
body.page-id-225 section.block_description_visuel .full-container .flex-row .col-texte .block_texte h2.titre {
  font-size: 90px;
  line-height: 90px;
  color: #000000;
  font-weight: 700;
  text-align: right;
  margin-bottom: 30px;
}
@media (max-width: 1100px) {
  body.page-id-6 section.block_description_visuel .full-container .flex-row .col-texte .block_texte h2.titre,
  body.page-id-8 section.block_description_visuel .full-container .flex-row .col-texte .block_texte h2.titre,
  body.page-id-225 section.block_description_visuel .full-container .flex-row .col-texte .block_texte h2.titre {
    font-size: 70px;
    line-height: 70px;
  }
}
body.page-id-6 section.block_description_visuel .full-container .flex-row .col-texte .block_texte .desc,
body.page-id-8 section.block_description_visuel .full-container .flex-row .col-texte .block_texte .desc,
body.page-id-225 section.block_description_visuel .full-container .flex-row .col-texte .block_texte .desc {
  color: #000000;
  font-weight: 300;
  font-size: 40px;
  margin-bottom: 100px;
  text-align: right;
  line-height: 46px;
}
body.page-id-6 section.block_description_visuel .full-container .flex-row .col-texte .block_texte a.btn-bornes,
body.page-id-8 section.block_description_visuel .full-container .flex-row .col-texte .block_texte a.btn-bornes,
body.page-id-225 section.block_description_visuel .full-container .flex-row .col-texte .block_texte a.btn-bornes {
  text-align: center;
  color: #009fe3;
  font-weight: 15px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 20px;
  padding: 15px 40px;
  display: block;
  max-width: 240px;
  border: 2px solid #009fe3;
  background: transparent;
  margin: 0 auto;
}
body.page-id-6 section.block_description_visuel .full-container .flex-row .col-texte .block_texte a.btn-bornes:hover,
body.page-id-8 section.block_description_visuel .full-container .flex-row .col-texte .block_texte a.btn-bornes:hover,
body.page-id-225 section.block_description_visuel .full-container .flex-row .col-texte .block_texte a.btn-bornes:hover {
  background: #009fe3;
  color: #fff;
}
body.page-id-6 section.block_description,
body.page-id-8 section.block_description,
body.page-id-225 section.block_description {
  color: ;
  font-weight: 300;
  font-size: 30px;
  margin-bottom: 100px;
  line-height: 36px;
}
body.page-id-6 section.block_description ul,
body.page-id-8 section.block_description ul,
body.page-id-225 section.block_description ul {
  list-style-type: none;
  padding: 0;
}
body.page-id-6 section.block_description ul li,
body.page-id-8 section.block_description ul li,
body.page-id-225 section.block_description ul li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: .5rem;
}
body.page-id-6 section.block_description ul li:before,
body.page-id-8 section.block_description ul li:before,
body.page-id-225 section.block_description ul li:before {
  content: "";
  position: absolute;
  left: .2rem;
  top: .8rem;
  width: 10px;
  height: 10px;
  background-color: #009fe3;
  box-shadow: 0 0 1rem .15rem #17baff;
  -webkit-box-shadow: 0 0 1rem .15rem #17baff;
  -moz-box-shadow: 0 0 1rem .15rem #17baff;
  -o-box-shadow: 0 0 1rem .15rem #17baff;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -o-border-radius: 50% !important;
}
body.page-id-6 section.block_description ul li:last-child,
body.page-id-8 section.block_description ul li:last-child,
body.page-id-225 section.block_description ul li:last-child {
  margin-bottom: 0rem;
}
body.page-id-6 section.block_description a.btn-bornes,
body.page-id-8 section.block_description a.btn-bornes,
body.page-id-225 section.block_description a.btn-bornes {
  text-align: center;
  color: #009fe3;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 20px;
  padding: 15px 40px;
  display: inline-block;
  border: 2px solid #009fe3;
  background: transparent;
  margin: 0 auto;
}
body.page-id-6 section.block_description a.btn-bornes:hover,
body.page-id-8 section.block_description a.btn-bornes:hover,
body.page-id-225 section.block_description a.btn-bornes:hover {
  background: #009fe3;
  color: #fff;
}
body.page-id-8 section.block_visuel_description .full-container .flex-row .col-texte .block_texte {
  padding-top: 0;
}
body.page-id-10 section.block_bornes {
  margin-top: 50px;
}
body.page-id-10 section.block_bornes .bornes-container {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
@media (min-width: 1400px) {
  body.page-id-10 section.block_bornes .bornes-container {
    max-width: 1400px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  body.page-id-10 section.block_bornes .bornes-container {
    max-width: 100%;
  }
}
body.page-id-10 section.block_bornes .bornes-container .liste_bornes .borne {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 0 27px 0px rgba(0,0,0,0.35);
  -moz-box-shadow: 0 0 27px 0px rgba(0,0,0,0.35);
  box-shadow: 0 0 27px 0px rgba(0,0,0,0.35);
  border-radius: 10px;
  max-width: 420px;
  margin: 0 auto 40px;
  padding: 10px 0 30px;
  min-height: 850px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
body.page-id-10 section.block_bornes .bornes-container .liste_bornes .borne .pastilles-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
body.page-id-10 section.block_bornes .bornes-container .liste_bornes .borne .pastilles-wrapper .btn {
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  padding: .5rem;
  padding-bottom: .2rem;
  background-color: #009fe3;
  border: 0;
  margin-right: .5rem;
}
body.page-id-10 section.block_bornes .bornes-container .liste_bornes .borne .pastilles-wrapper .btn .pastille svg {
  width: 80px;
  fill: #fff;
}
body.page-id-10 section.block_bornes .bornes-container .liste_bornes .borne .pastilles-wrapper .btn .pastille svg .st0 {
  fill: #fff;
}
body.page-id-10 section.block_bornes .bornes-container .liste_bornes .borne .pastilles-wrapper .btn:last-child {
  margin-right: 0;
}
body.page-id-10 section.block_bornes .bornes-container .liste_bornes .borne .img-container img {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
body.page-id-10 section.block_bornes .bornes-container .liste_bornes .borne span.titre {
  font-size: 30px;
  text-align: center;
  display: block;
  color: #000000;
  font-weight: 700;
}
body.page-id-10 section.block_bornes .bornes-container .liste_bornes .borne h3.nom {
  font-size: 30px;
  text-align: center;
  display: block;
  color: #009fe3;
  font-weight: 700;
}
body.page-id-10 section.block_bornes .bornes-container .liste_bornes a.btn-location-box {
  display: block;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 30px;
  padding: 10px 40px;
  max-width: 240px;
  border: 2px solid #009fe3;
  background: #009fe3;
  margin: 0 auto;
}
body.page-id-10 section.block_bornes .bornes-container .liste_bornes a.btn-location-box:hover {
  background: transparent;
  color: #009fe3;
}
body.page-id-10 section.block_offre .offre-container {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
@media (min-width: 1400px) {
  body.page-id-10 section.block_offre .offre-container {
    max-width: 1400px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  body.page-id-10 section.block_offre .offre-container {
    max-width: 100%;
  }
}
body.page-id-10 section.block_offre .offre-container h2.titre {
  font-size: 36px;
  color: #000000;
  text-align: center;
  font-weight: 700;
  margin-bottom: 50px;
}
body.page-id-10 section.block_offre .offre-container .liste_offres .col-full {
  padding: 0;
}
body.page-id-10 section.block_offre .offre-container .liste_offres .col-full:nth-child(odd) {
  background: #009fe3;
}
body.page-id-10 section.block_offre .offre-container .liste_offres .col-full:nth-child(even) {
  background: #383c41;
}
body.page-id-10 section.block_offre .offre-container .liste_offres .col-full .offre {
  padding: 60px 20px 100px;
  display: flex;
  align-items: flex-start;
}
body.page-id-10 section.block_offre .offre-container .liste_offres .col-full .offre .number {
  font-size: 60px;
  color: #fff;
  font-weight: 700;
  margin-right: 5px;
  transform: rotate(-90deg);
}
body.page-id-10 section.block_offre .offre-container .liste_offres .col-full .offre .block_text h3.titre {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
}
body.page-id-10 section.block_offre .offre-container .liste_offres .col-full .offre .block_text .desc {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
}
body.page-id-12 section.block_tarifs {
  margin-top: 50px;
}
body.page-id-12 section.block_tarifs .tarifs-container {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
@media (min-width: 1400px) {
  body.page-id-12 section.block_tarifs .tarifs-container {
    max-width: 1400px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  body.page-id-12 section.block_tarifs .tarifs-container {
    max-width: 100%;
  }
}
body.page-id-12 section.block_tarifs .tarifs-container table.tableau_tarif {
  width: 100%;
}
body.page-id-12 section.block_tarifs .tarifs-container table.tableau_tarif thead tr td {
  position: relative;
}
body.page-id-12 section.block_tarifs .tarifs-container table.tableau_tarif thead tr td .prestation {
  background: #009fe3;
  color: #fff;
  border-radius: 10px;
  padding: 20px 10px;
  margin: 0 5px;
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  max-width: 260px;
  margin-bottom: -5px;
}
body.page-id-12 section.block_tarifs .tarifs-container table.tableau_tarif thead tr td .prestation span.prix {
  font-size: 28px;
  display: block;
}
body.page-id-12 section.block_tarifs .tarifs-container table.tableau_tarif tbody {
  border-radius: 10px;
  -webkit-box-shadow: 0 0 27px 0px rgba(0,0,0,0.35);
  -moz-box-shadow: 0 0 27px 0px rgba(0,0,0,0.35);
  box-shadow: 0 0 27px 0px rgba(0,0,0,0.35);
}
body.page-id-12 section.block_tarifs .tarifs-container table.tableau_tarif tbody tr {
  background: #fff;
}
body.page-id-12 section.block_tarifs .tarifs-container table.tableau_tarif tbody tr:first-child td:first-child {
  border-radius: 10px 0 0 0;
}
body.page-id-12 section.block_tarifs .tarifs-container table.tableau_tarif tbody tr:first-child td:last-child {
  border-radius: 0 10px 0 0;
}
body.page-id-12 section.block_tarifs .tarifs-container table.tableau_tarif tbody tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}
body.page-id-12 section.block_tarifs .tarifs-container table.tableau_tarif tbody tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}
body.page-id-12 section.block_tarifs .tarifs-container table.tableau_tarif tbody tr:nth-child(even) {
  background: #cfecf9;
}
body.page-id-12 section.block_tarifs .tarifs-container table.tableau_tarif tbody tr td {
  padding: 10px 20px;
  font-size: 17px;
  font-weight: 600;
}
body.page-id-12 section.block_tarifs .tarifs-container table.tableau_tarif tbody tr td.intitule {
  max-width: 480px;
}
body.page-id-12 section.block_tarifs .tarifs-container table.tableau_tarif tbody tr td span.check {
  display: block;
  width: 10px;
  height: 10px;
  background: #009fe3;
  border-radius: 10px;
  margin: 0 auto;
}
body.page-id-12 section.block_tarifs .tarifs-container table.tableau_tarif tfoot tr td a.btn-tarif {
  display: block;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 30px;
  padding: 10px 30px;
  max-width: max-content;
  border: 2px solid #009fe3;
  background: #009fe3;
  margin: 20px auto 0;
}
body.page-id-12 section.block_tarifs .tarifs-container table.tableau_tarif tfoot tr td a.btn-tarif:hover {
  background: transparent;
  color: #009fe3;
}
body.page-id-12 section.block_tarifs .tarifs-container table.tableau_tarif_mobile {
  width: 100%;
  margin-bottom: 3rem;
}
body.page-id-12 section.block_tarifs .tarifs-container table.tableau_tarif_mobile thead tr th.prestation {
  width: 100%;
  background: #009fe3;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 20px 10px;
  text-align: center;
  font-size: 21px;
  line-height: 1.3;
  font-weight: 400;
}
body.page-id-12 section.block_tarifs .tarifs-container table.tableau_tarif_mobile thead tr th.prestation span.prix {
  font-size: 24px;
  line-height: 1;
  display: block;
  margin-top: .5rem;
}
body.page-id-12 section.block_tarifs .tarifs-container table.tableau_tarif_mobile tbody {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-box-shadow: 0 0 27px 0px rgba(0,0,0,0.35);
  -moz-box-shadow: 0 0 27px 0px rgba(0,0,0,0.35);
  box-shadow: 0 0 27px 0px rgba(0,0,0,0.35);
}
body.page-id-12 section.block_tarifs .tarifs-container table.tableau_tarif_mobile tbody tr {
  background: #fff;
}
body.page-id-12 section.block_tarifs .tarifs-container table.tableau_tarif_mobile tbody tr:first-child td:first-child {
  border-radius: 10px 0 0 0;
}
body.page-id-12 section.block_tarifs .tarifs-container table.tableau_tarif_mobile tbody tr:first-child td:last-child {
  border-radius: 0 10px 0 0;
}
body.page-id-12 section.block_tarifs .tarifs-container table.tableau_tarif_mobile tbody tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}
body.page-id-12 section.block_tarifs .tarifs-container table.tableau_tarif_mobile tbody tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}
body.page-id-12 section.block_tarifs .tarifs-container table.tableau_tarif_mobile tbody tr:nth-child(even) {
  background: #cfecf9;
}
body.page-id-12 section.block_tarifs .tarifs-container table.tableau_tarif_mobile tbody tr td {
  padding: 10px 20px;
  font-size: 17px;
  font-weight: 600;
}
body.page-id-12 section.block_tarifs .tarifs-container table.tableau_tarif_mobile tbody tr td.intitule {
  max-width: 480px;
}
body.page-id-12 section.block_tarifs .tarifs-container table.tableau_tarif_mobile tbody tr td span.check {
  display: block;
  width: 10px;
  height: 10px;
  background: #009fe3;
  border-radius: 10px;
  margin: 0 auto;
}
body.page-id-12 section.block_tarifs .tarifs-container table.tableau_tarif_mobile tfoot tr td a.btn-tarif {
  display: block;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 30px;
  padding: 10px 30px;
  max-width: max-content;
  border: 2px solid #009fe3;
  background: #009fe3;
  margin: 20px auto 0;
}
body.page-id-12 section.block_tarifs .tarifs-container table.tableau_tarif_mobile tfoot tr td a.btn-tarif:hover {
  background: transparent;
  color: #009fe3;
}
body.page-id-12 section.block_tarifs .tarifs-container .presta-option {
  margin-top: 50px;
}
body.page-id-12 section.block_tarifs .tarifs-container .presta-option h3.titre {
  font-size: 30px;
  color: #000000;
  font-weight: 700;
}
body.page-id-12 section.block_tarifs .tarifs-container .presta-option .desc {
  color: #9fa4af;
  font-weight: 300;
  font-size: 18px;
}
body.page-id-12 section.block_tarifs .tarifs-container .presta-option a.btn-offre {
  display: block;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 30px;
  padding: 10px 30px;
  max-width: max-content;
  border: 2px solid #009fe3;
  background: #009fe3;
}
body.page-id-12 section.block_tarifs .tarifs-container .presta-option a.btn-offre:hover {
  background: transparent;
  color: #009fe3;
}
body.page-id-12 section.bg-triangle {
  height: 400px;
  position: relative;
}
body.page-id-12 section.bg-triangle:before {
  content: '';
  display: block;
  position: absolute;
  background: url('../img/bg-triangle-gauche.png') no-repeat top left;
  left: 0;
  top: 0;
  width: 100%;
  height: 500px;
}
body.page-id-12 section.block_prestations_optionnelles {
  position: relative;
  margin-bottom: 120px;
}
body.page-id-12 section.block_prestations_optionnelles .options-container {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
@media (min-width: 1400px) {
  body.page-id-12 section.block_prestations_optionnelles .options-container {
    max-width: 1400px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  body.page-id-12 section.block_prestations_optionnelles .options-container {
    max-width: 100%;
  }
}
body.page-id-12 section.block_prestations_optionnelles .options-container h2.titre {
  font-weight: 700;
  font-size: 45px;
  color: #000000;
}
body.page-id-12 section.block_prestations_optionnelles .options-container .liste_prestations {
  margin-top: 80px;
}
body.page-id-12 section.block_prestations_optionnelles .options-container .liste_prestations .desc {
  padding-left: 50px;
  margin-bottom: 30px;
}
body.page-id-12 section.block_prestations_optionnelles .options-container .liste_prestations .desc p {
  font-size: 18px;
  color: #9fa4af;
}
body.page-id-12 section.block_prestations_optionnelles .options-container .liste_prestations a.accordeon {
  display: flex;
  position: relative;
  margin: 20px 0;
}
body.page-id-12 section.block_prestations_optionnelles .options-container .liste_prestations a.accordeon h3 {
  font-size: 26px;
  color: #000000;
  display: inline-block;
  font-weight: 700;
}
body.page-id-12 section.block_prestations_optionnelles .options-container .liste_prestations a.accordeon span.dropdown {
  width: 30px;
  min-width: 30px;
  height: 30px;
  line-height: 28px;
  margin-right: 20px;
  text-align: center;
  background: #009fe3;
  color: #fff;
  display: inline-block;
  border-radius: 20px;
}
body.page-id-12 section.block_prestations_optionnelles .options-container .liste_prestations a.accordeon span.dropdown:before {
  content: '-';
  display: block;
  font-size: 30px;
}
body.page-id-12 section.block_prestations_optionnelles .options-container .liste_prestations a.accordeon.collapsed span.dropdown:before {
  content: '+';
}
body.page-id-12 section.block_prestations_optionnelles .img-container {
  position: absolute;
  right: 0;
  top: 0;
  width: 35%;
  max-width: max-content;
  min-height: 900px;
}
body.page-id-12 section.block_prestations_optionnelles .img-container img {
  display: block;
  object-fit: cover;
  min-height: 900px;
}
body.page-id-14 section.block_informations {
  margin-top: 50px;
}
body.page-id-14 section.block_informations h2.titre {
  font-size: 50px;
  font-weight: 700;
  color: #000000;
}
body.page-id-14 section.block_informations .desc {
  font-size: 18px;
  color: #9fa4af;
  margin-bottom: 50px;
}
body.page-id-14 section.block_informations .block_tel,
body.page-id-14 section.block_informations .block_adresse,
body.page-id-14 section.block_informations .block_mail {
  display: flex;
  align-items: flex-start;
}
body.page-id-14 section.block_informations .block_tel .picto,
body.page-id-14 section.block_informations .block_adresse .picto,
body.page-id-14 section.block_informations .block_mail .picto {
  width: 44px;
  height: 44px;
  position: relative;
  margin-right: 10px;
}
body.page-id-14 section.block_informations .block_tel .picto svg,
body.page-id-14 section.block_informations .block_adresse .picto svg,
body.page-id-14 section.block_informations .block_mail .picto svg {
  width: 100%;
  height: 100%;
}
body.page-id-14 section.block_informations .block_tel .picto svg path,
body.page-id-14 section.block_informations .block_adresse .picto svg path,
body.page-id-14 section.block_informations .block_mail .picto svg path {
  fill: #009fe3;
}
body.page-id-14 section.block_informations .block_tel .block_texte h3.titre,
body.page-id-14 section.block_informations .block_adresse .block_texte h3.titre,
body.page-id-14 section.block_informations .block_mail .block_texte h3.titre {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
}
body.page-id-14 section.block_informations .block_tel .block_texte .desc a.phone,
body.page-id-14 section.block_informations .block_tel .block_texte .desc a.mobile,
body.page-id-14 section.block_informations .block_tel .block_texte .desc a.mail,
body.page-id-14 section.block_informations .block_adresse .block_texte .desc a.phone,
body.page-id-14 section.block_informations .block_adresse .block_texte .desc a.mobile,
body.page-id-14 section.block_informations .block_adresse .block_texte .desc a.mail,
body.page-id-14 section.block_informations .block_mail .block_texte .desc a.phone,
body.page-id-14 section.block_informations .block_mail .block_texte .desc a.mobile,
body.page-id-14 section.block_informations .block_mail .block_texte .desc a.mail {
  color: #9fa4af;
  font-size: 16px;
  display: block;
}
body.page-id-14 section.block_informations .block_tel .block_texte .desc a.phone:hover,
body.page-id-14 section.block_informations .block_tel .block_texte .desc a.mobile:hover,
body.page-id-14 section.block_informations .block_tel .block_texte .desc a.mail:hover,
body.page-id-14 section.block_informations .block_adresse .block_texte .desc a.phone:hover,
body.page-id-14 section.block_informations .block_adresse .block_texte .desc a.mobile:hover,
body.page-id-14 section.block_informations .block_adresse .block_texte .desc a.mail:hover,
body.page-id-14 section.block_informations .block_mail .block_texte .desc a.phone:hover,
body.page-id-14 section.block_informations .block_mail .block_texte .desc a.mobile:hover,
body.page-id-14 section.block_informations .block_mail .block_texte .desc a.mail:hover {
  color: #009fe3;
}
body.page-id-14 section.block_informations .block_tel .block_texte .desc span.adresse,
body.page-id-14 section.block_informations .block_tel .block_texte .desc span.ville,
body.page-id-14 section.block_informations .block_adresse .block_texte .desc span.adresse,
body.page-id-14 section.block_informations .block_adresse .block_texte .desc span.ville,
body.page-id-14 section.block_informations .block_mail .block_texte .desc span.adresse,
body.page-id-14 section.block_informations .block_mail .block_texte .desc span.ville {
  display: block;
  color: #9fa4af;
  font-size: 16px;
}
body.page-id-14 section.block_coordonnees {
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
}
body.page-id-14 section.block_coordonnees .map-container {
  width: 50%;
}
body.page-id-14 section.block_coordonnees .map-container #map {
  width: 100%;
  height: 100%;
  min-height: 760px;
}
body.page-id-14 section.block_coordonnees .block_contact {
  width: 50%;
  background: #009fe3;
  height: 100%;
  min-height: 760px;
}
body.page-id-14 section.block_coordonnees .block_contact .form-contact {
  padding: 100px 40px;
}
body.page-id-14 section.block_coordonnees .block_contact .form-contact h2.titre {
  font-size: 36px;
  color: #fff;
  margin-bottom: 50px;
}
body.page-id-14 section.block_coordonnees .block_contact .form-contact .nf-form-title h3 {
  color: ;
  font-size: 20px;
  margin-top: 60px;
}
body.page-id-14 section.block_coordonnees .block_contact .form-contact .nf-field-label {
  display: none;
}
body.page-id-14 section.block_coordonnees .block_contact .form-contact .checkbox-wrap .nf-field-label {
  display: block;
}
body.page-id-14 section.block_coordonnees .block_contact .form-contact .checkbox-wrap .nf-field-label label {
  font-size: .9rem;
  line-height: 1.2;
}
body.page-id-14 section.block_coordonnees .block_contact .form-contact .checkbox-wrap .nf-field-label label:before {
  font-size: 16px;
  left: -27px;
  top: -1px;
}
body.page-id-14 section.block_coordonnees .block_contact .form-contact .nf-form-fields-required {
  display: none;
}
body.page-id-14 section.block_coordonnees .block_contact .form-contact .nf-before-form-content {
  margin-bottom: 20px;
}
body.page-id-14 section.block_coordonnees .block_contact .form-contact .nf-error-msg {
  text-align: center;
}
body.page-id-14 section.block_coordonnees .block_contact .form-contact .nf-response-msg {
  color: #fff;
}
body.page-id-14 section.block_coordonnees .block_contact .form-contact .nf-field-container {
  margin-bottom: 10px;
}
body.page-id-14 section.block_coordonnees .block_contact .form-contact .nf-form-content {
  font-family: 'Arial';
}
body.page-id-14 section.block_coordonnees .block_contact .form-contact .nf-form-content .nf-error .nf-field-element input[type="text"],
body.page-id-14 section.block_coordonnees .block_contact .form-contact .nf-form-content .nf-error .nf-field-element input[type="tel"],
body.page-id-14 section.block_coordonnees .block_contact .form-contact .nf-form-content .nf-error .nf-field-element input[type="email"],
body.page-id-14 section.block_coordonnees .block_contact .form-contact .nf-form-content .nf-error .nf-field-element input[type="number"] {
  border-left: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 2px solid #e80000;
  color: #fff;
}
body.page-id-14 section.block_coordonnees .block_contact .form-contact .nf-form-content .nf-error .nf-field-element:after {
  border-radius: 0 30px 30px 0;
}
body.page-id-14 section.block_coordonnees .block_contact .form-contact .nf-form-content input[type="text"],
body.page-id-14 section.block_coordonnees .block_contact .form-contact .nf-form-content input[type="tel"],
body.page-id-14 section.block_coordonnees .block_contact .form-contact .nf-form-content input[type="email"],
body.page-id-14 section.block_coordonnees .block_contact .form-contact .nf-form-content input[type="number"] {
  min-height: 30px;
  padding: 10px 20px;
  border: none;
  border-radius: 30px;
  margin-bottom: 20px;
  background: #26abe6;
  color: #fff;
}
body.page-id-14 section.block_coordonnees .block_contact .form-contact .nf-form-content input[type="text"]:focus,
body.page-id-14 section.block_coordonnees .block_contact .form-contact .nf-form-content input[type="tel"]:focus,
body.page-id-14 section.block_coordonnees .block_contact .form-contact .nf-form-content input[type="email"]:focus,
body.page-id-14 section.block_coordonnees .block_contact .form-contact .nf-form-content input[type="number"]:focus {
  outline: none;
}
body.page-id-14 section.block_coordonnees .block_contact .form-contact .nf-form-content input[type="text"]::placeholder,
body.page-id-14 section.block_coordonnees .block_contact .form-contact .nf-form-content input[type="tel"]::placeholder,
body.page-id-14 section.block_coordonnees .block_contact .form-contact .nf-form-content input[type="email"]::placeholder,
body.page-id-14 section.block_coordonnees .block_contact .form-contact .nf-form-content input[type="number"]::placeholder,
body.page-id-14 section.block_coordonnees .block_contact .form-contact .nf-form-content textarea::placeholder,
body.page-id-14 section.block_coordonnees .block_contact .form-contact .nf-form-content label {
  color: #fff;
  font-weight: 400;
  cursor: pointer;
}
body.page-id-14 section.block_coordonnees .block_contact .form-contact .nf-form-content .field-wrap.submit-wrap input[type="button"] {
  text-align: center;
  background: transparent;
  border: 2px solid #fff;
  text-transform: uppercase;
  color: #fff;
  padding: 0 50px;
  cursor: pointer;
  width: max-content;
  display: block;
  height: 40px;
  border-radius: 25px;
  transition: all .3s ease;
  font-weight: 700;
  z-index: 10;
  font-size: 14px;
}
body.page-id-14 section.block_coordonnees .block_contact .form-contact .nf-form-content .field-wrap.submit-wrap input[type="button"]:hover {
  background: #fff;
  color: #009fe3;
}
body.page-id-14 section.block_coordonnees .block_contact .form-contact .nf-form-content .field-wrap.submit-wrap input[type="button"]:focus {
  outline: none;
}
body.page-id-14 section.block_coordonnees .block_contact .form-contact .nf-form-content .field-wrap textarea {
  border-radius: 30px;
  background: #26abe6;
  border: none;
  padding: 20px 20px;
  height: 200px;
  color: #fff;
}
body.page-id-14 section.block_coordonnees .block_contact .form-contact .nf-form-content .field-wrap textarea:focus {
  outline: none;
}
body.page-id-14 section.block_coordonnees .block_contact .form-contact .nf-form-content .list-multiselect-wrap {
  background: transparent;
  border: 2px solid #e6e6e6;
  padding: 20px;
}
body.page-id-14 section.block_coordonnees .block_contact .form-contact .nf-form-content .list-multiselect-wrap select {
  border: none;
  overflow: hidden;
  height: 40px;
}
body.page-id-14 section.block_coordonnees .block_contact .form-contact .nf-form-content .list-multiselect-wrap select option {
  text-transform: uppercase;
  color: #000;
}
body.page-id-14 section.block_coordonnees .block_contact .form-contact .nf-form-content .list-multiselect-wrap select:focus {
  outline: none;
}
body.page-id-14 section.block_coordonnees .block_contact .form-contact .nf-form-content .list-checkbox-wrap .nf-field-element ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
body.page-id-14 section.block_coordonnees .block_contact .form-contact .nf-form-content .list-checkbox-wrap .nf-field-element ul li {
  min-width: 200px;
}
@media (max-width: 768px) {
  body.page-id-14 section.block_coordonnees .block_contact .form-contact .nf-form-content .list-checkbox-wrap .nf-field-element ul li {
    min-width: 0;
    padding-right: 10px !important;
  }
}
body.page-id-14 section.block_coordonnees .block_contact .form-contact .nf-form-content .list-checkbox-wrap .nf-field-element ul li label {
  font-weight: 400;
  font-family: 'Arial';
}
body.page-id-14 section.block_coordonnees .block_contact .form-contact .nf-form-content .list-checkbox-wrap input[type="checkbox"]:not(:checked),
body.page-id-14 section.block_coordonnees .block_contact .form-contact .nf-form-content .list-checkbox-wrap input[type="checkbox"]:checked {
  position: absolute;
  left: 0;
  top: 0;
  outline: none;
  margin: 0;
  width: auto;
  display: none;
}
body.page-id-14 section.block_coordonnees .block_contact .form-contact .nf-form-content .list-checkbox-wrap input[type="checkbox"]:checked + label,
body.page-id-14 section.block_coordonnees .block_contact .form-contact .nf-form-content .list-checkbox-wrap input[type="checkbox"]:not(:checked) + label {
  position: relative;
  cursor: pointer;
  padding-left: 25px;
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  margin: 0;
  padding-top: 0px;
  text-align: justify;
  max-width: 430px;
}
body.page-id-14 section.block_coordonnees .block_contact .form-contact .nf-form-content .list-checkbox-wrap input[type="checkbox"]:checked + label:before,
body.page-id-14 section.block_coordonnees .block_contact .form-contact .nf-form-content .list-checkbox-wrap input[type="checkbox"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #e6e6e6;
  background: #fff;
  display: block;
  opacity: 1;
}
body.page-id-14 section.block_coordonnees .block_contact .form-contact .nf-form-content .list-checkbox-wrap input[type="checkbox"]:checked + label:after,
body.page-id-14 section.block_coordonnees .block_contact .form-contact .nf-form-content .list-checkbox-wrap input[type="checkbox"]:not(:checked) + label:after {
  content: '';
  width: 13px;
  height: 13px;
  background-color: ;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 10;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body.page-id-14 section.block_coordonnees .block_contact .form-contact .nf-form-content .list-checkbox-wrap input[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
body.page-id-14 section.block_coordonnees .block_contact .form-contact .nf-form-content .list-checkbox-wrap input[type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
body.page-id-163 section.espace_photos .photo-container {
  padding-top: 10px;
  padding-bottom: 40px;
  position: relative;
}
@media (min-width: 1400px) {
  body.page-id-163 section.espace_photos .photo-container {
    max-width: 1400px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  body.page-id-163 section.espace_photos .photo-container {
    max-width: 100%;
  }
}
body.page-id-163 section.espace_photos .photo-container .list_categories {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
body.page-id-163 section.espace_photos .photo-container .list_categories li {
  display: inline-block;
  cursor: pointer;
  transition: all .3s ease;
  color: #9fa4af;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0 10px;
}
body.page-id-163 section.espace_photos .photo-container .list_categories li:hover,
body.page-id-163 section.espace_photos .photo-container .list_categories li.active {
  color: #000000;
}
body.page-id-163 section.espace_photos .photo-container a.element-item {
  width: 23%;
  margin: 0 1% 30px;
  position: relative;
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
}
body.page-id-163 section.espace_photos .photo-container a.element-item .img-container img {
  width: 100%;
}
body.page-id-163 section.espace_photos .photo-container a.element-item .layer {
  transition: all .3s ease;
  padding: 20px;
  background: #009fe3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
body.page-id-163 section.espace_photos .photo-container a.element-item .layer h2.titre {
  color: #fff;
  font-size: 20px;
}
body.page-id-163 section.espace_photos .photo-container a.element-item .layer .desc {
  color: #fff;
  font-size: 14px;
}
body.page-id-163 section.espace_photos .photo-container a.element-item .layer span.lien {
  color: #fff;
  position: absolute;
  bottom: 20px;
}
body.page-id-163 section.espace_photos .photo-container a.element-item:hover .layer {
  opacity: 1;
}
body.single-espace_photo section.single-content .single-container {
  padding-top: 10px;
  padding-bottom: 40px;
  position: relative;
}
@media (min-width: 1400px) {
  body.single-espace_photo section.single-content .single-container {
    max-width: 1400px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  body.single-espace_photo section.single-content .single-container {
    max-width: 100%;
  }
}
body.single-espace_photo section.single-content .single-container h1 {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  color: #009fe3;
}
body.single-espace_photo section.single-content .single-container h2,
body.single-espace_photo section.single-content .single-container h3,
body.single-espace_photo section.single-content .single-container h4 {
  color: #009fe3;
  font-weight: 700;
}
body.single-espace_photo section.single-content .single-container p {
  color: #9fa4af;
  font-size: 16px;
}
body.single-espace_photo section.gallerie_images .gallerie-container {
  padding-top: 10px;
  padding-bottom: 40px;
  position: relative;
}
@media (min-width: 1400px) {
  body.single-espace_photo section.gallerie_images .gallerie-container {
    max-width: 1400px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  body.single-espace_photo section.gallerie_images .gallerie-container {
    max-width: 100%;
  }
}
body.single-espace_photo section.gallerie_images .gallerie-container a.element-item {
  width: 23%;
  margin: 0 1% 30px;
  position: relative;
}
body.single-espace_photo section.gallerie_images .gallerie-container a.element-item .layer {
  transition: all .3s ease;
  padding: 20px;
  background: #009fe3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
body.single-espace_photo section.gallerie_images .gallerie-container a.element-item:hover .layer {
  opacity: 0.5;
}
body.single-espace_photo section.gallerie_images .gallerie-container a.element-item .img-container img {
  width: 100%;
}
body.single-espace_photo .post-password-form {
  text-align: center;
  padding: 2rem;
  border: 1px solid #e6e6e6;
}
body.single-espace_photo .post-password-form > p:first-child {
  font-size: 1.5rem !important;
}
body.single-espace_photo .post-password-form input[type="password"] {
  padding: .5rem;
}
body.single-espace_photo .post-password-form input[type="submit"] {
  text-align: center;
  color: #009fe3;
  font-size: .8rem;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 20px;
  padding: .5rem 1.5rem;
  display: inline-block;
  max-width: 240px;
  border: 2px solid #009fe3;
  background: transparent;
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
}
body.single-espace_photo .post-password-form input[type="submit"]:hover {
  background: #009fe3;
  color: #fff;
  cursor: pointer;
}
body.single-espace_photo .testimonial-button {
  background-color: #26abe6;
  padding: 1rem 1.5rem;
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -o-border-radius: 50px !important;
}
body.single-espace_photo .testimonial-button i {
  margin-right: .2rem;
}
body.single-espace_photo #testimonialModal label {
  font-size: .8rem;
  text-transform: uppercase;
  line-height: 1.2;
}
body.single-espace_photo #testimonialModal label:before {
  font-size: 16px;
  left: -27px;
}
body.single-espace_photo #testimonialModal .checkbox-wrap label {
  text-transform: none;
}
body.single-espace_photo #testimonialModal .nf-form-title h3 {
  color: ;
  font-size: 20px;
  margin-top: 60px;
}
body.single-espace_photo #testimonialModal .nf-form-fields-required {
  display: none;
}
body.single-espace_photo #testimonialModal .nf-before-form-content {
  margin-bottom: 20px;
}
body.single-espace_photo #testimonialModal .nf-error-msg {
  text-align: center;
}
body.single-espace_photo #testimonialModal .nf-response-msg {
  color: ;
}
body.single-espace_photo #testimonialModal .nf-field-container {
  margin-bottom: 10px;
}
body.single-espace_photo #testimonialModal .submit-wrap .nf-field-element {
  text-align: center;
}
body.single-espace_photo #testimonialModal .submit-wrap .nf-field-element input {
  background-color: #26abe6;
  padding: 1rem 1.5rem;
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -o-border-radius: 50px !important;
  outline: none;
}
body.single-espace_photo #testimonialModal .nf-form-content .nf-field-label {
  margin-bottom: .1rem;
}
body.single-espace_photo #testimonialModal .nf-form-content .nf-field-description p {
  margin-bottom: .2rem;
  font-size: .8rem;
  opacity: .75;
}
body.single-espace_photo #testimonialModal .nf-form-content .nf-error .nf-field-element input[type="text"],
body.single-espace_photo #testimonialModal .nf-form-content .nf-error .nf-field-element input[type="tel"],
body.single-espace_photo #testimonialModal .nf-form-content .nf-error .nf-field-element input[type="email"],
body.single-espace_photo #testimonialModal .nf-form-content .nf-error .nf-field-element input[type="number"],
body.single-espace_photo #testimonialModal .nf-form-content .nf-error .nf-field-element textarea {
  border-left: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 2px solid #e80000;
}
body.single-espace_photo #testimonialModal .nf-form-content .nf-error .nf-field-element:after {
  border-radius: 0 30px 30px 0;
}
body.single-espace_photo #testimonialModal .nf-form-content input[type="text"],
body.single-espace_photo #testimonialModal .nf-form-content input[type="tel"],
body.single-espace_photo #testimonialModal .nf-form-content input[type="email"],
body.single-espace_photo #testimonialModal .nf-form-content input[type="number"],
body.single-espace_photo #testimonialModal .nf-form-content textarea {
  min-height: 30px;
  padding: 10px 20px;
  border-radius: 30px;
  margin-bottom: 10px;
  border-color: #26abe6;
}
body.single-espace_photo #testimonialModal .nf-form-content input[type="text"]:focus,
body.single-espace_photo #testimonialModal .nf-form-content input[type="tel"]:focus,
body.single-espace_photo #testimonialModal .nf-form-content input[type="email"]:focus,
body.single-espace_photo #testimonialModal .nf-form-content input[type="number"]:focus,
body.single-espace_photo #testimonialModal .nf-form-content textarea:focus {
  outline: none;
}
body.single-espace_photo #testimonialModal .nf-form-content input[type="text"]::placeholder,
body.single-espace_photo #testimonialModal .nf-form-content input[type="tel"]::placeholder,
body.single-espace_photo #testimonialModal .nf-form-content input[type="email"]::placeholder,
body.single-espace_photo #testimonialModal .nf-form-content input[type="number"]::placeholder,
body.single-espace_photo #testimonialModal .nf-form-content textarea::placeholder,
body.single-espace_photo #testimonialModal .nf-form-content label {
  cursor: pointer;
}
body.single-espace_photo #testimonialModal .nf-form-content textarea {
  margin-bottom: 0;
}
body.page-id-3 section.page-content .page-container,
body.page-id-188 section.page-content .page-container {
  padding-top: 10px;
  padding-bottom: 40px;
  position: relative;
}
@media (min-width: 1400px) {
  body.page-id-3 section.page-content .page-container,
  body.page-id-188 section.page-content .page-container {
    max-width: 1400px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  body.page-id-3 section.page-content .page-container,
  body.page-id-188 section.page-content .page-container {
    max-width: 100%;
  }
}
body.page-id-3 section.page-content .page-container h1,
body.page-id-188 section.page-content .page-container h1 {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  color: #009fe3;
}
body.page-id-3 section.page-content .page-container h2,
body.page-id-3 section.page-content .page-container h3,
body.page-id-3 section.page-content .page-container h4,
body.page-id-188 section.page-content .page-container h2,
body.page-id-188 section.page-content .page-container h3,
body.page-id-188 section.page-content .page-container h4 {
  color: #009fe3;
  font-weight: 700;
}
body.page-id-3 section.page-content .page-container p,
body.page-id-188 section.page-content .page-container p {
  color: #9fa4af;
  font-size: 16px;
}
body.page-id-3 section.page-content .page-container a,
body.page-id-3 section.page-content .page-container #texte-confidentialite a,
body.page-id-188 section.page-content .page-container a,
body.page-id-188 section.page-content .page-container #texte-confidentialite a {
  color: #009fe3;
}
body.page-id-2244 #temoignages {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
body.page-id-2244 #temoignages .testimonial-item {
  padding: 2rem;
  -webkit-box-shadow: 0 0 27px 0px rgba(0,0,0,0.35);
  -moz-box-shadow: 0 0 27px 0px rgba(0,0,0,0.35);
  box-shadow: 0 0 27px 0px rgba(0,0,0,0.35);
  margin-bottom: 2rem;
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -o-border-radius: 10px !important;
}
body.page-id-2244 #temoignages .testimonial-item:last-of-type {
  margin-bottom: 0;
}
body.page-id-2244 #temoignages .testimonial-item .testimonial-infos {
  border-right: 1px solid #eeeeee;
}
body.page-id-2244 #temoignages .testimonial-item .testimonial-infos > span {
  display: block;
}
body.page-id-2244 #temoignages .testimonial-item .testimonial-infos > span.testimonial-stars {
  color: #ebbb1e;
}
body.page-id-2244 #temoignages .testimonial-item .testimonial-infos > span.testimonial-name {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
body.page-id-2244 #temoignages .testimonial-item .testimonial-infos > span.testimonial-date {
  color: #999999;
  font-style: italic;
}
body.page-id-2244 #temoignages .testimonial-item .testimonial-desc {
  padding: 0 2rem;
}
body.page-id-2244 #temoignages .testimonial-item .testimonial-desc p:last-child {
  margin-bottom: 0;
}
body.page-id-2244 .testimonial-button {
  background-color: #26abe6;
  padding: 1rem 1.5rem;
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -o-border-radius: 50px !important;
}
body.page-id-2244 .testimonial-button i {
  margin-right: .2rem;
}
body.page-id-2244 #testimonialModal label {
  font-size: .8rem;
  text-transform: uppercase;
  line-height: 1.2;
}
body.page-id-2244 #testimonialModal label:before {
  font-size: 16px;
  left: -27px;
}
body.page-id-2244 #testimonialModal .checkbox-wrap label {
  text-transform: none;
}
body.page-id-2244 #testimonialModal .nf-form-title h3 {
  color: ;
  font-size: 20px;
  margin-top: 60px;
}
body.page-id-2244 #testimonialModal .nf-form-fields-required {
  display: none;
}
body.page-id-2244 #testimonialModal .nf-before-form-content {
  margin-bottom: 20px;
}
body.page-id-2244 #testimonialModal .nf-error-msg {
  text-align: center;
}
body.page-id-2244 #testimonialModal .nf-response-msg {
  color: ;
}
body.page-id-2244 #testimonialModal .nf-field-container {
  margin-bottom: 10px;
}
body.page-id-2244 #testimonialModal .submit-wrap .nf-field-element {
  text-align: center;
}
body.page-id-2244 #testimonialModal .submit-wrap .nf-field-element input {
  background-color: #26abe6;
  padding: 1rem 1.5rem;
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -o-border-radius: 50px !important;
  outline: none;
}
body.page-id-2244 #testimonialModal .nf-form-content .nf-field-label {
  margin-bottom: .1rem;
}
body.page-id-2244 #testimonialModal .nf-form-content .nf-field-description p {
  margin-bottom: .2rem;
  font-size: .8rem;
  opacity: .75;
}
body.page-id-2244 #testimonialModal .nf-form-content .nf-error .nf-field-element input[type="text"],
body.page-id-2244 #testimonialModal .nf-form-content .nf-error .nf-field-element input[type="tel"],
body.page-id-2244 #testimonialModal .nf-form-content .nf-error .nf-field-element input[type="email"],
body.page-id-2244 #testimonialModal .nf-form-content .nf-error .nf-field-element input[type="number"],
body.page-id-2244 #testimonialModal .nf-form-content .nf-error .nf-field-element textarea {
  border-left: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 2px solid #e80000;
}
body.page-id-2244 #testimonialModal .nf-form-content .nf-error .nf-field-element:after {
  border-radius: 0 30px 30px 0;
}
body.page-id-2244 #testimonialModal .nf-form-content input[type="text"],
body.page-id-2244 #testimonialModal .nf-form-content input[type="tel"],
body.page-id-2244 #testimonialModal .nf-form-content input[type="email"],
body.page-id-2244 #testimonialModal .nf-form-content input[type="number"],
body.page-id-2244 #testimonialModal .nf-form-content textarea {
  min-height: 30px;
  padding: 10px 20px;
  border-radius: 30px;
  margin-bottom: 10px;
  border-color: #26abe6;
}
body.page-id-2244 #testimonialModal .nf-form-content input[type="text"]:focus,
body.page-id-2244 #testimonialModal .nf-form-content input[type="tel"]:focus,
body.page-id-2244 #testimonialModal .nf-form-content input[type="email"]:focus,
body.page-id-2244 #testimonialModal .nf-form-content input[type="number"]:focus,
body.page-id-2244 #testimonialModal .nf-form-content textarea:focus {
  outline: none;
}
body.page-id-2244 #testimonialModal .nf-form-content input[type="text"]::placeholder,
body.page-id-2244 #testimonialModal .nf-form-content input[type="tel"]::placeholder,
body.page-id-2244 #testimonialModal .nf-form-content input[type="email"]::placeholder,
body.page-id-2244 #testimonialModal .nf-form-content input[type="number"]::placeholder,
body.page-id-2244 #testimonialModal .nf-form-content textarea::placeholder,
body.page-id-2244 #testimonialModal .nf-form-content label {
  cursor: pointer;
}
body.page-id-2244 #testimonialModal .nf-form-content textarea {
  margin-bottom: 0;
}
@media screen and (max-width: 1400px) {
  body header .header-container a.logo {
    width: 330px;
    top: 18px;
  }
}
@media (max-width: 1120px) {
  body header .header-container {
    padding-top: 21px;
    padding-bottom: 22px;
  }
  body header .header-container a.logo {
    width: 270px;
    top: 18px;
  }
  body header a.btn-location {
    top: 95px;
    font-size: 13px;
  }
}
@media (max-width: 992px) {
  body header .header-container {
    padding-top: 21px;
    padding-bottom: 21px;
  }
  body header .header-container a.logo {
    width: 330px;
    top: 18px;
  }
  body header a.btn-location {
    top: 160px;
    font-size: 13px;
  }
}
@media (max-width: 991.98px) {
  body header {
    position: relative;
  }
  body header .header-top .container-header-top span.title-top {
    font-size: 13px;
  }
  body header .header-container .nav-primary {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 20;
    width: 100%;
    background: #009fe3;
  }
  body header .header-container .nav-primary .menu-menu-principal-container {
    overflow: hidden;
  }
  body header .header-container .nav-primary ul.nav {
    height: 0;
  }
  body header .header-container .nav-primary ul.nav > li {
    display: block;
    padding: 15px 30px 15px;
    margin-bottom: 0;
    text-align: center;
  }
  body header .header-container .nav-primary ul.nav > li > a {
    font-size: 16px;
    color: #fff;
  }
  body header .header-container .nav-primary ul.nav > li > a:hover {
    color: #383c41;
  }
  body header .header-container .nav-primary ul.nav > li.current_page_item > a {
    color: #383c41;
  }
  body header .header-container .nav-icon {
    display: block;
  }
  body header .header-container a.logo {
    width: 310px;
    top: 10px;
  }
  body header a.btn-location {
    top: auto;
    bottom: -35px;
  }
  body footer .footer-top .container-footer {
    flex-wrap: wrap;
  }
  body footer .footer-top .container-footer a.logo {
    width: 50%;
  }
  body footer .footer-top .container-footer a.logo img {
    margin: 0 auto;
  }
  body footer .footer-top .container-footer div.adresse {
    width: 50%;
    padding-left: 30px;
  }
  body footer .footer-top .container-footer .footer-nav {
    width: 100%;
  }
  body footer .footer-top .container-footer .footer-nav ul li > a {
    text-align: center;
    display: block;
    width: max-content;
    margin: 0 auto;
  }
  body footer .footer-top .container-footer .block_contact {
    width: 100%;
    max-width: 62px;
    margin: 0 auto;
  }
  body.page-id-2 section.entete {
    min-height: 340px;
    overflow: hidden;
  }
  body.page-id-2 section.entete .img-container {
    min-height: 340px;
  }
  body.page-id-2 section.entete .img-container img {
    min-height: 340px;
  }
  body.page-id-2 section.entete .block-titre {
    bottom: 3rem;
    max-width: 280px;
  }
  body.page-id-2 section.entete .block-titre h1.titre {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 0;
  }
  body.page-id-2 section.entete .block-titre:after {
    width: 3rem;
  }
  body.page-id-2 section.entete .separateur-svg {
    bottom: -10px;
  }
  body.page-id-3 section.entete,
  body.page-id-6 section.entete,
  body.page-id-8 section.entete,
  body.page-id-10 section.entete,
  body.page-id-12 section.entete,
  body.page-id-14 section.entete,
  body.page-id-163 section.entete,
  body.page-id-188 section.entete,
  body.page-id-225 section.entete,
  body.single-espace_photo section.entete {
    min-height: auto;
    overflow: hidden;
  }
  body.page-id-3 section.entete .img-container,
  body.page-id-6 section.entete .img-container,
  body.page-id-8 section.entete .img-container,
  body.page-id-10 section.entete .img-container,
  body.page-id-12 section.entete .img-container,
  body.page-id-14 section.entete .img-container,
  body.page-id-163 section.entete .img-container,
  body.page-id-188 section.entete .img-container,
  body.page-id-225 section.entete .img-container,
  body.single-espace_photo section.entete .img-container {
    position: relative;
    min-height: 340px;
  }
  body.page-id-3 section.entete .img-container img,
  body.page-id-6 section.entete .img-container img,
  body.page-id-8 section.entete .img-container img,
  body.page-id-10 section.entete .img-container img,
  body.page-id-12 section.entete .img-container img,
  body.page-id-14 section.entete .img-container img,
  body.page-id-163 section.entete .img-container img,
  body.page-id-188 section.entete .img-container img,
  body.page-id-225 section.entete .img-container img,
  body.single-espace_photo section.entete .img-container img {
    min-height: 340px;
  }
  body.page-id-3 section.entete .separateur-svg,
  body.page-id-6 section.entete .separateur-svg,
  body.page-id-8 section.entete .separateur-svg,
  body.page-id-10 section.entete .separateur-svg,
  body.page-id-12 section.entete .separateur-svg,
  body.page-id-14 section.entete .separateur-svg,
  body.page-id-163 section.entete .separateur-svg,
  body.page-id-188 section.entete .separateur-svg,
  body.page-id-225 section.entete .separateur-svg,
  body.single-espace_photo section.entete .separateur-svg {
    bottom: -10px;
  }
  body.page-id-3 section.entete h1.titre,
  body.page-id-6 section.entete h1.titre,
  body.page-id-8 section.entete h1.titre,
  body.page-id-10 section.entete h1.titre,
  body.page-id-12 section.entete h1.titre,
  body.page-id-14 section.entete h1.titre,
  body.page-id-163 section.entete h1.titre,
  body.page-id-188 section.entete h1.titre,
  body.page-id-225 section.entete h1.titre,
  body.single-espace_photo section.entete h1.titre {
    position: relative;
    text-align: center;
    left: auto;
    margin-top: 2rem !important;
    font-size: 50px;
    bottom: auto;
  }
  body.page-id-3 section.entete .separateur-svg,
  body.page-id-188 section.entete .separateur-svg,
  body.single-espace_photo section.entete .separateur-svg {
    bottom: -10px;
  }
  body.page-id-2 section.block_utilisation .use-container {
    padding-top: 0;
    padding-bottom: 0;
  }
  body.page-id-6 section.block_visuel_description,
  body.page-id-6 section.block_description_visuel,
  body.page-id-8 section.block_visuel_description,
  body.page-id-8 section.block_description_visuel {
    margin-top: 50px;
  }
  body.page-id-6 section.block_visuel_description .full-container,
  body.page-id-6 section.block_description_visuel .full-container,
  body.page-id-8 section.block_visuel_description .full-container,
  body.page-id-8 section.block_description_visuel .full-container {
    max-width: 100%;
  }
  body.page-id-6 section.block_visuel_description .full-container .flex-row .col-img .img-container,
  body.page-id-6 section.block_description_visuel .full-container .flex-row .col-img .img-container,
  body.page-id-8 section.block_visuel_description .full-container .flex-row .col-img .img-container,
  body.page-id-8 section.block_description_visuel .full-container .flex-row .col-img .img-container {
    height: 100%;
  }
  body.page-id-6 section.block_visuel_description .full-container .flex-row .col-img .img-container img,
  body.page-id-6 section.block_description_visuel .full-container .flex-row .col-img .img-container img,
  body.page-id-8 section.block_visuel_description .full-container .flex-row .col-img .img-container img,
  body.page-id-8 section.block_description_visuel .full-container .flex-row .col-img .img-container img {
    height: 100%;
    object-fit: cover;
  }
  body.page-id-6 section.block_visuel_description .full-container .flex-row .col-texte .block_texte,
  body.page-id-6 section.block_description_visuel .full-container .flex-row .col-texte .block_texte,
  body.page-id-8 section.block_visuel_description .full-container .flex-row .col-texte .block_texte,
  body.page-id-8 section.block_description_visuel .full-container .flex-row .col-texte .block_texte {
    padding-top: 40px;
  }
  body.page-id-6 section.block_visuel_description .full-container .flex-row .col-texte .block_texte h2.titre,
  body.page-id-6 section.block_description_visuel .full-container .flex-row .col-texte .block_texte h2.titre,
  body.page-id-8 section.block_visuel_description .full-container .flex-row .col-texte .block_texte h2.titre,
  body.page-id-8 section.block_description_visuel .full-container .flex-row .col-texte .block_texte h2.titre {
    font-size: 50px;
    line-height: 54px;
  }
  body.page-id-6 section.block_visuel_description .full-container .flex-row .col-texte .block_texte .desc,
  body.page-id-6 section.block_description_visuel .full-container .flex-row .col-texte .block_texte .desc,
  body.page-id-8 section.block_visuel_description .full-container .flex-row .col-texte .block_texte .desc,
  body.page-id-8 section.block_description_visuel .full-container .flex-row .col-texte .block_texte .desc {
    font-size: 34px;
    line-height: 38px;
  }
  body.page-id-10 section.block_bornes .bornes-container {
    padding-top: 0;
    padding-bottom: 0;
  }
  body.page-id-12 section.block_tarifs {
    margin-top: 0;
  }
  body.page-id-12 section.block_tarifs .tarifs-container {
    padding-top: 0;
    padding-bottom: 0;
  }
  body.page-id-12 section.block_tarifs .tarifs-container table.tableau_tarif {
    display: flex;
  }
  body.page-id-12 section.block_tarifs .tarifs-container table.tableau_tarif thead,
  body.page-id-12 section.block_tarifs .tarifs-container table.tableau_tarif tbody,
  body.page-id-12 section.block_tarifs .tarifs-container table.tableau_tarif th,
  body.page-id-12 section.block_tarifs .tarifs-container table.tableau_tarif td,
  body.page-id-12 section.block_tarifs .tarifs-container table.tableau_tarif tr {
    display: block;
  }
  body.page-id-12 section.block_tarifs .tarifs-container table.tableau_tarif thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  body.page-id-12 section.block_tarifs .tarifs-container table.tableau_tarif tbody {
    width: 100%;
  }
  body.page-id-12 section.block_tarifs .tarifs-container table.tableau_tarif tbody tr td {
    display: flex;
    position: relative;
    align-items: center;
  }
  body.page-id-12 section.block_tarifs .tarifs-container table.tableau_tarif tbody tr td:before {
    position: relative;
    width: 45%;
    padding-right: 10px;
    color: #000000;
    font-weight: 300;
    content: attr(data-column);
  }
  body.page-id-12 section.block_tarifs .tarifs-container table.tableau_tarif tbody tr td.intitule {
    max-width: 100%;
    padding: 20px 10px 10px;
    font-weight: 700;
  }
  body.page-id-12 section.block_tarifs .tarifs-container table.tableau_tarif tbody tr td.intitule:before {
    width: 0;
  }
  body.page-id-12 section.block_tarifs .tarifs-container table.tableau_tarif tfoot {
    display: none;
  }
  body.page-id-163 section.espace_photos .photo-container a.element-item {
    width: 48%;
  }
  body.single-espace_photo section.gallerie_images .gallerie-container a.element-item {
    width: 48%;
  }
}
@media (max-width: 767.98px) {
  body header .header-top .container-header-top {
    max-width: 100%;
  }
  body header .header-container {
    max-width: 100%;
  }
  body header .header-container a.facebook {
    z-index: 22;
  }
  body header .header-container a.phone {
    z-index: 22;
  }
  body.page-id-3 section.entete,
  body.page-id-6 section.entete,
  body.page-id-8 section.entete,
  body.page-id-10 section.entete,
  body.page-id-12 section.entete,
  body.page-id-14 section.entete,
  body.page-id-163 section.entete,
  body.page-id-188 section.entete,
  body.page-id-225 section.entete,
  body.single-espace_photo section.entete {
    min-height: 280px;
  }
  body.page-id-3 section.entete .img-container,
  body.page-id-6 section.entete .img-container,
  body.page-id-8 section.entete .img-container,
  body.page-id-10 section.entete .img-container,
  body.page-id-12 section.entete .img-container,
  body.page-id-14 section.entete .img-container,
  body.page-id-163 section.entete .img-container,
  body.page-id-188 section.entete .img-container,
  body.page-id-225 section.entete .img-container,
  body.single-espace_photo section.entete .img-container {
    min-height: 280px;
  }
  body.page-id-3 section.entete .img-container img,
  body.page-id-6 section.entete .img-container img,
  body.page-id-8 section.entete .img-container img,
  body.page-id-10 section.entete .img-container img,
  body.page-id-12 section.entete .img-container img,
  body.page-id-14 section.entete .img-container img,
  body.page-id-163 section.entete .img-container img,
  body.page-id-188 section.entete .img-container img,
  body.page-id-225 section.entete .img-container img,
  body.single-espace_photo section.entete .img-container img {
    min-height: 280px;
  }
  body footer .footer-top .container-footer {
    flex-direction: column;
  }
  body footer .footer-top .container-footer a.logo {
    margin-bottom: 20px !important;
    width: 100% !important;
    text-align: center;
  }
  body footer .footer-top .container-footer div.adresse {
    margin-bottom: 20px !important;
    width: 100% !important;
    text-align: center;
  }
  body.page-id-10 section.block_bornes .bornes-container {
    padding-top: 0;
    padding-bottom: 0;
  }
  body.page-id-10 section.block_bornes .bornes-container .liste_bornes .col-box:not(:last-child) {
    margin-bottom: 40px;
  }
  body.page-id-6 section.block_visuel_description .full-container .flex-row .col-img,
  body.page-id-6 section.block_description_visuel .full-container .flex-row .col-img,
  body.page-id-8 section.block_visuel_description .full-container .flex-row .col-img,
  body.page-id-8 section.block_description_visuel .full-container .flex-row .col-img {
    order: 1;
  }
  body.page-id-6 section.block_visuel_description .full-container .flex-row .col-img .img-container,
  body.page-id-6 section.block_description_visuel .full-container .flex-row .col-img .img-container,
  body.page-id-8 section.block_visuel_description .full-container .flex-row .col-img .img-container,
  body.page-id-8 section.block_description_visuel .full-container .flex-row .col-img .img-container {
    max-height: 400px;
  }
  body.page-id-6 section.block_visuel_description .full-container .flex-row .col-img .img-container img,
  body.page-id-6 section.block_description_visuel .full-container .flex-row .col-img .img-container img,
  body.page-id-8 section.block_visuel_description .full-container .flex-row .col-img .img-container img,
  body.page-id-8 section.block_description_visuel .full-container .flex-row .col-img .img-container img {
    max-height: 400px;
  }
  body.page-id-6 section.block_visuel_description .full-container .flex-row .col-texte,
  body.page-id-6 section.block_description_visuel .full-container .flex-row .col-texte,
  body.page-id-8 section.block_visuel_description .full-container .flex-row .col-texte,
  body.page-id-8 section.block_description_visuel .full-container .flex-row .col-texte {
    order: 2;
  }
  body.page-id-12 section.bg-triangle {
    height: 220px;
  }
  body.page-id-12 section.block_prestations_optionnelles {
    margin-bottom: 20px;
  }
  body.page-id-12 section.block_prestations_optionnelles .img-container {
    position: relative;
    width: 100%;
    max-width: 100%;
  }
  body.page-id-12 section.block_prestations_optionnelles .img-container img {
    width: 100%;
  }
  body.page-id-14 section.block_informations {
    margin-top: 0;
  }
  body.page-id-14 section.block_informations h2.titre {
    font-size: 30px;
  }
  body.page-id-14 section.block_informations .desc {
    margin-bottom: 30px;
  }
  body.page-id-14 section.block_coordonnees {
    flex-direction: column;
  }
  body.page-id-14 section.block_coordonnees .map-container {
    width: 100%;
  }
  body.page-id-14 section.block_coordonnees .map-container #map {
    min-height: 400px;
  }
  body.page-id-14 section.block_coordonnees .block_contact {
    width: 100%;
    min-height: auto;
  }
  body.page-id-14 section.block_coordonnees .block_contact .form-contact {
    padding: 40px;
  }
  body.page-id-2244 #temoignages .testimonial-item .testimonial-infos {
    border-right: 0;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
  body.page-id-2244 #temoignages .testimonial-item .testimonial-infos > span.testimonial-name {
    margin-bottom: 0rem;
  }
  body.page-id-2244 #temoignages .testimonial-item .testimonial-desc {
    padding: 0;
  }
}
@media (max-width: 650px) {
  body header .header-top .container-header-top {
    padding: 0;
  }
  body header .header-top .container-header-top .title-top {
    display: none;
  }
  body header .header-top .container-header-top .btn-espace-photo {
    width: 50%;
    text-align: center;
  }
  body header .header-container a.logo {
    width: 250px !important;
    top: 10px !important;
    left: -0.5rem;
  }
  body header a.btn-location {
    top: 0 !important;
    bottom: auto !important;
    background: none;
    background-color: #383c41;
    width: auto;
    line-height: 40px;
    height: 40px;
    padding: 0 1rem;
    width: 50%;
  }
}
@media (max-width: 575px) {
  body.page-id-2 section.entete .img-container {
    min-height: 250px !important;
  }
  body.page-id-2 section.entete .img-container img {
    min-height: 250px !important;
  }
  body.page-id-2 section.entete .block-titre {
    position: relative;
    top: auto;
    bottom: auto !important;
    left: auto;
    right: auto;
    padding: 1rem;
    width: 100%;
    max-width: 100% !important;
    text-align: center;
    max-width: 100%;
  }
  body.page-id-2 section.entete .block-titre h1.titre {
    padding: 0;
    text-align: center;
  }
  body.page-id-2 section.entete .block-titre h1.titre:before {
    width: 0;
    height: 0;
  }
  body.page-id-2 section.entete .separateur-svg {
    width: 100% !important;
    bottom: -10px !important;
  }
  body.page-id-2 .use-container {
    padding-top: 1rem !important;
    border-top: 1px solid #e6e6e6;
  }
  body.page-id-10 section.block_bornes .bornes-container .liste_bornes .col-box {
    margin-bottom: 5rem !important;
  }
  body.page-id-10 section.block_bornes .bornes-container .liste_bornes .col-box .borne {
    min-height: auto;
    padding-top: 4rem;
    margin-bottom: 1rem;
  }
  body.page-id-10 section.block_bornes .bornes-container .liste_bornes .col-box .borne .img-container img {
    max-height: 300px;
    width: auto;
  }
}
@media (max-width: 480px) {
  body header .header-container {
    padding: 10px;
  }
  body header .header-container .nav-primary {
    top: 56px !important;
  }
  body header .header-container a.facebook {
    display: none;
  }
  body header .header-container a.phone {
    display: none;
  }
  body header a.btn-location {
    top: 130px;
  }
  body.page-id-2 section.entete {
    margin-bottom: 0;
  }
  body.page-id-2 section.block_utilisation .use-container h2.titre {
    font-size: 36px;
  }
  body.page-id-2 section.block_utilisation .use-container .liste_etapes {
    padding-top: 20px;
  }
  body.page-id-3 section.entete,
  body.page-id-6 section.entete,
  body.page-id-8 section.entete,
  body.page-id-10 section.entete,
  body.page-id-12 section.entete,
  body.page-id-14 section.entete,
  body.page-id-163 section.entete,
  body.page-id-188 section.entete,
  body.page-id-225 section.entete,
  body.single-espace_photo section.entete {
    min-height: 200px;
  }
  body.page-id-3 section.entete .img-container,
  body.page-id-6 section.entete .img-container,
  body.page-id-8 section.entete .img-container,
  body.page-id-10 section.entete .img-container,
  body.page-id-12 section.entete .img-container,
  body.page-id-14 section.entete .img-container,
  body.page-id-163 section.entete .img-container,
  body.page-id-188 section.entete .img-container,
  body.page-id-225 section.entete .img-container,
  body.single-espace_photo section.entete .img-container {
    min-height: 200px !important;
  }
  body.page-id-3 section.entete .img-container img,
  body.page-id-6 section.entete .img-container img,
  body.page-id-8 section.entete .img-container img,
  body.page-id-10 section.entete .img-container img,
  body.page-id-12 section.entete .img-container img,
  body.page-id-14 section.entete .img-container img,
  body.page-id-163 section.entete .img-container img,
  body.page-id-188 section.entete .img-container img,
  body.page-id-225 section.entete .img-container img,
  body.single-espace_photo section.entete .img-container img {
    min-height: 200px !important;
  }
  body.page-id-3 section.entete .separateur-svg,
  body.page-id-6 section.entete .separateur-svg,
  body.page-id-8 section.entete .separateur-svg,
  body.page-id-10 section.entete .separateur-svg,
  body.page-id-12 section.entete .separateur-svg,
  body.page-id-14 section.entete .separateur-svg,
  body.page-id-163 section.entete .separateur-svg,
  body.page-id-188 section.entete .separateur-svg,
  body.page-id-225 section.entete .separateur-svg,
  body.single-espace_photo section.entete .separateur-svg {
    bottom: -10px !important;
    width: 100% !important;
  }
  body.page-id-3 section.entete h1.titre,
  body.page-id-6 section.entete h1.titre,
  body.page-id-8 section.entete h1.titre,
  body.page-id-10 section.entete h1.titre,
  body.page-id-12 section.entete h1.titre,
  body.page-id-14 section.entete h1.titre,
  body.page-id-163 section.entete h1.titre,
  body.page-id-188 section.entete h1.titre,
  body.page-id-225 section.entete h1.titre,
  body.single-espace_photo section.entete h1.titre {
    font-size: 40px !important;
    margin-top: 10px !important;
  }
  body.page-id-3 section.entete .separateur-svg,
  body.page-id-188 section.entete .separateur-svg,
  body.single-espace_photo section.entete .separateur-svg {
    bottom: -10px !important;
  }
  body.page-id-163 section.espace_photos .photo-container a.element-item {
    width: 100% !important;
    margin: 10px 0;
  }
  body.single-espace_photo section.gallerie_images .gallerie-container a.element-item {
    width: 100% !important;
  }
}
