.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
@font-face {
  font-family: 'Gotham Medium';
  font-style: normal;
  font-weight: normal;
  src: local('Gotham Medium'), url('../fonts/Gotham-Medium.otf') format('opentype');
}
@font-face {
  font-family: 'Gotham Black Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Gotham Black Regular'), url('../fonts/Gotham-Black.woff') format('woff');
}
@font-face {
  font-family: 'Gotham Light Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Gotham Light Regular'), url('../fonts/Gotham-Light.woff') format('woff');
}
@font-face {
  font-family: 'Gotham Thin Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Gotham Thin Regular'), url('../fonts/Gotham-Thin.woff') format('woff');
}
@font-face {
  font-family: 'Gotham Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Gotham Bold'), url('../fonts/Gotham-Bold.woff') format('woff');
}
body {
  font-family: 'Gotham Medium';
}
body a {
  transition: all .3s ease;
  color: #595959;
  cursor: pointer;
}
body a:hover,
body a:focus,
body a:active {
  text-decoration: none;
  color: #ef7749;
}
body header {
  background: rgba(248,248,248,0.9);
  position: absolute;
  z-index: 10;
  width: 100%;
  top: 0;
}
body header .container {
  max-width: 1600px;
}
@media (max-width: 1600px) {
  body header .container {
    max-width: 1420px;
  }
}
@media (max-width: 1420px) {
  body header .container {
    max-width: 1200px;
  }
}
@media (max-width: 1200px) {
  body header .container {
    max-width: 960px;
  }
}
body header .container .head-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
}
body header .container .head-content .localisation {
  font-size: 20px;
  text-transform: uppercase;
  color: #ef7749;
  text-decoration: underline;
}
@media (max-width: 1200px) {
  body header .container .head-content .localisation {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  body header .container .head-content .logo img {
    width: 140px;
  }
}
body header .container .head-content .responsive-nav {
  display: none;
}
body header .container .head-content .nav-primary ul.nav,
body header .container .head-content .nav-secondary ul.nav {
  margin: 0;
  display: block;
  list-style: none;
  width: 100%;
  height: 100%;
  text-align: center;
}
body header .container .head-content .nav-primary ul.nav li,
body header .container .head-content .nav-secondary ul.nav li {
  height: 100%;
  display: inline-block;
  text-align: left;
  line-height: 14px;
  transition: all .3s ease;
  border-right: 1px solid #39bbc6;
  padding: 0 10px;
}
@media (max-width: 1200px) {
  body header .container .head-content .nav-primary ul.nav li,
  body header .container .head-content .nav-secondary ul.nav li {
    padding: 0 5px;
  }
}
body header .container .head-content .nav-primary ul.nav li > a,
body header .container .head-content .nav-secondary ul.nav li > a {
  color: #135469;
  font-size: 16px;
  font-family: 'Gotham Medium';
  font-weight: 400;
  position: relative;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  body header .container .head-content .nav-primary ul.nav li > a,
  body header .container .head-content .nav-secondary ul.nav li > a {
    font-size: 14px;
  }
}
body header .container .head-content .nav-primary ul.nav li > a:after,
body header .container .head-content .nav-secondary ul.nav li > a:after {
  content: "";
  background-color: #ef7749;
  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 header .container .head-content .nav-primary ul.nav li > a:hover,
body header .container .head-content .nav-primary ul.nav li > a:focus,
body header .container .head-content .nav-primary ul.nav li > a:active,
body header .container .head-content .nav-secondary ul.nav li > a:hover,
body header .container .head-content .nav-secondary ul.nav li > a:focus,
body header .container .head-content .nav-secondary ul.nav li > a:active {
  background: none;
}
body header .container .head-content .nav-primary ul.nav li > a:hover:after,
body header .container .head-content .nav-primary ul.nav li > a:focus:after,
body header .container .head-content .nav-primary ul.nav li > a:active:after,
body header .container .head-content .nav-secondary ul.nav li > a:hover:after,
body header .container .head-content .nav-secondary ul.nav li > a:focus:after,
body header .container .head-content .nav-secondary ul.nav li > a:active:after {
  width: 100%;
}
body header .container .head-content .nav-primary ul.nav li:last-child,
body header .container .head-content .nav-secondary ul.nav li:last-child {
  border-right: 0;
}
body header .container .head-content .nav-primary ul.nav li.current-menu-item > a,
body header .container .head-content .nav-secondary ul.nav li.current-menu-item > a {
  color: #135469;
  font-family: 'Gotham Bold';
  font-weight: 400;
}
body header .container .head-content .nav-primary ul.nav li.current-menu-item > a:before,
body header .container .head-content .nav-secondary ul.nav li.current-menu-item > a:before {
  content: '';
  background: url('../img/menu-select.png') top center no-repeat;
  width: 10px;
  height: 17px;
  position: absolute;
  top: -6px;
  right: -10px;
}
body header .container .head-content .nav-primary ul.nav li.current-menu-item > a:after,
body header .container .head-content .nav-secondary ul.nav li.current-menu-item > a:after {
  width: 100%;
}
body header .container .head-content .header-right {
  display: flex;
  align-items: center;
}
body header .container .head-content .header-right a.tel {
  color: #ef7749;
  border: solid 1px #ef7749;
  padding: 5px 10px;
  font-size: 20px;
  margin-right: 10px;
}
@media (max-width: 1200px) {
  body header .container .head-content .header-right a.tel {
    font-size: 16px;
  }
}
body header .container .head-content .header-right a.tel:hover {
  color: #39bbc6;
  border: solid 1px #39bbc6;
}
body header .container .head-content .header-right a.block-fb {
  display: block;
  border: 2px solid #39bbc6;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  position: relative;
}
body header .container .head-content .header-right a.block-fb .picto-fb {
  transition: all .3s ease;
  width: 16px;
  height: 16px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  display: block;
  background: url('../img/picto-fb.png') center center no-repeat;
  background-size: contain;
}
body header .container .head-content .header-right a.block-fb:hover {
  border: 2px solid #ef7749;
}
body header .container .head-content .nav-responsive {
  display: none;
}
body main a.btn-scroll-down {
  display: block;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  font-size: 30px;
  line-height: 30px;
  position: absolute;
  bottom: 40px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 9;
  border: 2px solid #fff;
}
body main a.btn-scroll-down i {
  color: #fff;
  text-align: center;
  display: block;
  margin: 5px auto 0;
  transition: all .3s ease;
}
body main a.btn-scroll-down:hover {
  border: 2px solid #39bbc6;
}
body main a.btn-scroll-down:hover i {
  color: #39bbc6;
}
body footer {
  position: relative;
}
body footer .footer-top {
  background: url('../img/bg-footer.jpg') top center no-repeat;
  padding: 100px 0;
  background-size: cover;
}
body footer .footer-top .logo img {
  display: block;
  margin: 0 auto;
}
body footer .footer-top .phone,
body footer .footer-top .email,
body footer .footer-top .adresse {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #fff;
}
body footer .footer-top .phone .picto-phone,
body footer .footer-top .phone .picto-email,
body footer .footer-top .phone .picto-adresse,
body footer .footer-top .email .picto-phone,
body footer .footer-top .email .picto-email,
body footer .footer-top .email .picto-adresse,
body footer .footer-top .adresse .picto-phone,
body footer .footer-top .adresse .picto-email,
body footer .footer-top .adresse .picto-adresse {
  border-radius: 25px;
  border: 2px solid #fff;
  transition: all .3s ease;
  width: 40px;
  height: 40px;
  display: block;
  background-color: #333333;
  margin-right: 10px;
  background-size: contain;
}
body footer .footer-top .phone:hover,
body footer .footer-top .email:hover,
body footer .footer-top .adresse:hover {
  color: #ef7749;
}
body footer .footer-top .phone:hover .picto-phone,
body footer .footer-top .phone:hover .picto-email,
body footer .footer-top .phone:hover .picto-adresse,
body footer .footer-top .email:hover .picto-phone,
body footer .footer-top .email:hover .picto-email,
body footer .footer-top .email:hover .picto-adresse,
body footer .footer-top .adresse:hover .picto-phone,
body footer .footer-top .adresse:hover .picto-email,
body footer .footer-top .adresse:hover .picto-adresse {
  border: 2px solid #ef7749;
}
body footer .footer-top .phone .picto-phone {
  background: url('../img/picto-phone.png') center center no-repeat;
}
body footer .footer-top .email .picto-email {
  background: url('../img/picto-email.png') center center no-repeat;
}
body footer .footer-top .adresse .picto-adresse {
  background: url('../img/picto-localisation.png') center center no-repeat;
}
body footer .devis {
  width: 240px;
  position: fixed;
  bottom: 0;
  right: 30px;
  z-index: 10;
  border: 1px solid #ef7749;
  background: #fff;
}
body footer .devis a.btn-devis {
  display: block;
  background: #ef7749;
  width: 240px;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  color: #fff;
  padding: 10px 20px;
  font-family: 'Roboto', sans-serif;
}
body footer .devis a.btn-devis:hover {
  background: transparent;
  color: #ef7749;
}
body footer .devis .form-devis {
  padding: 10px 15px 0;
  display: none;
}
body footer .devis .form-devis .nf-form-fields-required {
  display: none;
}
body footer .devis .form-devis .nf-error-msg {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}
body footer .devis .form-devis .nf-field-container {
  margin-bottom: 15px;
}
body footer .devis .form-devis .nf-field-label {
  display: none;
}
body footer .devis .form-devis .nf-form-content {
  font-family: 'Arial';
}
body footer .devis .form-devis .nf-form-content .nf-error input[type="text"],
body footer .devis .form-devis .nf-form-content .nf-error input[type="tel"],
body footer .devis .form-devis .nf-form-content .nf-error input[type="email"],
body footer .devis .form-devis .nf-form-content .nf-error input[type="number"] {
  border-left: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 2px solid #e80000;
}
body footer .devis .form-devis .nf-form-content input[type="text"],
body footer .devis .form-devis .nf-form-content input[type="tel"],
body footer .devis .form-devis .nf-form-content input[type="email"],
body footer .devis .form-devis .nf-form-content input[type="number"] {
  min-height: 25px;
  padding: 10px 20px;
  border: 2px solid #e6e6e6;
  background: transparent;
}
body footer .devis .form-devis .nf-form-content input[type="text"]:focus,
body footer .devis .form-devis .nf-form-content input[type="tel"]:focus,
body footer .devis .form-devis .nf-form-content input[type="email"]:focus,
body footer .devis .form-devis .nf-form-content input[type="number"]:focus {
  outline: none;
}
body footer .devis .form-devis .nf-form-content input[type="text"]::placeholder,
body footer .devis .form-devis .nf-form-content input[type="tel"]::placeholder,
body footer .devis .form-devis .nf-form-content input[type="email"]::placeholder,
body footer .devis .form-devis .nf-form-content input[type="number"]::placeholder,
body footer .devis .form-devis .nf-form-content textarea::placeholder,
body footer .devis .form-devis .nf-form-content label {
  color: #595959;
  font-weight: 400;
  cursor: pointer;
}
body footer .devis .form-devis .nf-form-content .field-wrap input[type="button"] {
  text-align: center;
  background: #ef7749;
  border: 2px solid #ef7749;
  text-transform: uppercase;
  color: #fff;
  padding: 0 20px;
  cursor: pointer;
  width: max-content;
  margin: 0 auto;
  display: block;
  float: right;
  height: 35px;
  transition: all .3s ease;
}
body footer .devis .form-devis .nf-form-content .field-wrap input[type="button"]:hover {
  background: #fff;
  color: #ef7749;
  border-bottom: 2px solid #ef7749;
}
body footer .devis .form-devis .nf-form-content .field-wrap input[type="button"]:focus {
  outline: none;
}
body footer .devis .form-devis .nf-form-content .field-wrap textarea {
  background: transparent;
  border: 2px solid #e6e6e6;
  padding: 10px 20px;
  height: 125px;
}
body footer .devis .form-devis .nf-form-content .field-wrap textarea:focus {
  outline: none;
}
body footer .devis .form-devis .nf-form-content .list-multiselect-wrap {
  background: transparent;
  border: 2px solid #e6e6e6;
  padding: 20px;
}
body footer .devis .form-devis .nf-form-content .list-multiselect-wrap select {
  border: none;
  overflow: hidden;
  height: 40px;
}
body footer .devis .form-devis .nf-form-content .list-multiselect-wrap select option {
  text-transform: uppercase;
  color: #000;
}
body footer .devis .form-devis .nf-form-content .list-multiselect-wrap select:focus {
  outline: none;
}
body footer .devis .form-devis .nf-form-content .list-checkbox-wrap .nf-field-element ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
body footer .devis .form-devis .nf-form-content .list-checkbox-wrap .nf-field-element ul li {
  min-width: 200px;
}
@media (max-width: 768px) {
  body footer .devis .form-devis .nf-form-content .list-checkbox-wrap .nf-field-element ul li {
    min-width: 0;
    padding-right: 10px !important;
  }
}
body footer .devis .form-devis .nf-form-content .list-checkbox-wrap .nf-field-element ul li label {
  font-weight: 400;
  font-family: 'Arial';
}
body footer .devis .form-devis .nf-form-content .list-checkbox-wrap input[type="checkbox"]:not(:checked),
body footer .devis .form-devis .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 footer .devis .form-devis .nf-form-content .list-checkbox-wrap input[type="checkbox"]:checked + label,
body footer .devis .form-devis .nf-form-content .list-checkbox-wrap input[type="checkbox"]:not(:checked) + label {
  position: relative;
  cursor: pointer;
  padding-left: 25px;
  font-size: 12px;
  line-height: 18px;
  display: inline-block;
  margin: 0 !important;
  padding-top: 0px;
  max-width: 430px;
}
body footer .devis .form-devis .nf-form-content .list-checkbox-wrap input[type="checkbox"]:checked + label:before,
body footer .devis .form-devis .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 footer .devis .form-devis .nf-form-content .list-checkbox-wrap input[type="checkbox"]:checked + label:after,
body footer .devis .form-devis .nf-form-content .list-checkbox-wrap input[type="checkbox"]:not(:checked) + label:after {
  content: '';
  width: 13px;
  height: 13px;
  background-color: #39bbc6;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 10;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body footer .devis .form-devis .nf-form-content .list-checkbox-wrap input[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
body footer .devis .form-devis .nf-form-content .list-checkbox-wrap input[type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
body footer .footer-bottom {
  background: #fff;
  padding: 20px 0;
}
body footer .footer-bottom .idcom {
  width: max-content;
  margin: 0 auto;
  color: #595959;
}
body.page-id-3 header,
body.page-id-8 header {
  position: relative;
  margin-bottom: 40px;
}
body.page-id-3 main,
body.page-id-8 main {
  padding-bottom: 40px;
}
body.page-id-3 main h3,
body.page-id-8 main h3 {
  margin-top: 20px;
}
body.page-id-7 .entete {
  position: relative;
}
body.page-id-7 .entete .owl-carousel {
  position: relative;
  z-index: 1;
}
body.page-id-7 .entete .owl-carousel .owl-slide {
  position: relative;
}
body.page-id-7 .entete .owl-carousel .owl-slide .img-container {
  position: relative;
  min-height: 900px;
}
body.page-id-7 .entete .owl-carousel .owl-slide .img-container .img-carousel {
  position: absolute;
  right: 0;
  top: 0;
  min-height: 900px;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
body.page-id-7 .entete .owl-nav {
  position: absolute;
  width: 100%;
  top: 55%;
}
body.page-id-7 .entete .owl-nav .owl-prev,
body.page-id-7 .entete .owl-nav .owl-next {
  position: absolute;
  width: 20px;
  height: 30px;
}
body.page-id-7 .entete .owl-nav .owl-prev span,
body.page-id-7 .entete .owl-nav .owl-next span {
  transition: all .3s ease;
  font-size: 70px;
  line-height: 30px;
  color: #fff;
}
@media (max-width: 480px) {
  body.page-id-7 .entete .owl-nav .owl-prev span,
  body.page-id-7 .entete .owl-nav .owl-next span {
    font-size: 40px;
  }
}
body.page-id-7 .entete .owl-nav .owl-prev:hover span,
body.page-id-7 .entete .owl-nav .owl-next:hover span {
  color: #ef7749;
}
body.page-id-7 .entete .owl-nav .owl-prev,
body.page-id-7 .entete .owl-nav .owl-next {
  width: 30px;
  height: 30px;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
}
body.page-id-7 .entete .owl-nav .owl-prev i,
body.page-id-7 .entete .owl-nav .owl-next i {
  color: #fff;
  transition: all .3s ease;
}
body.page-id-7 .entete .owl-nav .owl-prev:hover,
body.page-id-7 .entete .owl-nav .owl-prev:active,
body.page-id-7 .entete .owl-nav .owl-prev:focus,
body.page-id-7 .entete .owl-nav .owl-next:hover,
body.page-id-7 .entete .owl-nav .owl-next:active,
body.page-id-7 .entete .owl-nav .owl-next:focus {
  outline: none;
}
body.page-id-7 .entete .owl-nav .owl-prev:hover i,
body.page-id-7 .entete .owl-nav .owl-prev:active i,
body.page-id-7 .entete .owl-nav .owl-prev:focus i,
body.page-id-7 .entete .owl-nav .owl-next:hover i,
body.page-id-7 .entete .owl-nav .owl-next:active i,
body.page-id-7 .entete .owl-nav .owl-next:focus i {
  color: #ef7749;
}
body.page-id-7 .entete .owl-nav .owl-prev {
  left: 30px;
}
body.page-id-7 .entete .owl-nav .owl-prev:focus {
  outline: none;
}
body.page-id-7 .entete .owl-nav .owl-next {
  right: 30px;
}
body.page-id-7 .entete .owl-nav .owl-next:focus {
  outline: none;
}
body.page-id-7 .entete .text-content {
  z-index: 9;
  position: absolute;
  top: 60%;
  width: 100%;
}
body.page-id-7 .entete .text-content .titre,
body.page-id-7 .entete .text-content .soustitre {
  text-transform: uppercase;
  color: #fff;
  padding: 15px 0;
  position: relative;
}
body.page-id-7 .entete .text-content .titre:before,
body.page-id-7 .entete .text-content .titre:after,
body.page-id-7 .entete .text-content .soustitre:before,
body.page-id-7 .entete .text-content .soustitre:after {
  content: '';
  position: absolute;
  display: block;
  background: rgba(248,248,248,0.9);
}
body.page-id-7 .entete .text-content .titre:before,
body.page-id-7 .entete .text-content .soustitre:before {
  height: 2px;
  left: 0;
}
body.page-id-7 .entete .text-content .titre:after,
body.page-id-7 .entete .text-content .soustitre:after {
  width: 10px;
  height: 10px;
  border-radius: 5px;
}
body.page-id-7 .entete .text-content .titre {
  font-size: 20px;
  padding-left: 15%;
}
body.page-id-7 .entete .text-content .titre:before {
  width: 13%;
  top: 25px;
}
body.page-id-7 .entete .text-content .titre:after {
  left: 13%;
  top: 21px;
}
body.page-id-7 .entete .text-content .soustitre {
  font-size: 14px;
  padding-left: 10%;
}
body.page-id-7 .entete .text-content .soustitre:before {
  width: 8%;
  top: 20px;
}
body.page-id-7 .entete .text-content .soustitre:after {
  left: 8%;
  top: 16px;
}
body.page-id-7 .block_presta {
  padding: 110px 0;
  background: url('../img/bg-ombre.png') top center no-repeat;
}
body.page-id-7 .block_presta .list_presta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.page-id-7 .block_presta .list_presta a.presta {
  display: block;
  max-width: 170px;
}
body.page-id-7 .block_presta .list_presta a.presta .picto-container {
  width: 80px;
  height: 70px;
  max-height: 110px;
  margin: 0 auto 15px;
  display: block;
  position: relative;
}
body.page-id-7 .block_presta .list_presta a.presta .picto-container svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
body.page-id-7 .block_presta .list_presta a.presta .picto-container svg path {
  transition: all .3s ease;
  fill: #39bbc6;
}
body.page-id-7 .block_presta .list_presta a.presta h3 {
  color: #135469;
  font-size: 20px;
  font-family: 'Gotham Bold';
  text-transform: uppercase;
  text-align: center;
  transition: all .3s ease;
}
body.page-id-7 .block_presta .list_presta a.presta:hover .picto-container svg path {
  fill: #ef7749;
}
body.page-id-7 .block_presta .list_presta a.presta:hover h3 {
  color: #ef7749;
}
body.page-id-7 .block_activite .container {
  max-width: 100%;
}
body.page-id-7 .block_activite .container .flex-col {
  display: flex;
  align-items: center;
  background: url('../img/bg-ombre-activite.png') top right no-repeat;
}
body.page-id-7 .block_activite .container .flex-col .block_desc {
  max-width: 600px;
  margin: 60px auto;
}
body.page-id-7 .block_activite .container .flex-col .block_desc h1.titre {
  font-size: 30px;
  font-family: 'Gotham Light Regular';
  text-transform: uppercase;
  color: #595959;
}
body.page-id-7 .block_activite .container .flex-col .block_desc h2.sous_titre {
  color: #ef7749;
  font-size: 30px;
  margin-bottom: 30px;
}
body.page-id-7 .block_activite .container .flex-col .block_desc .desc {
  font-size: 16px;
  line-height: 24px;
  color: #595959;
  margin-bottom: 30px;
  font-family: 'Gotham Light Regular';
}
body.page-id-7 .block_activite .container .flex-col .block_desc a.lien {
  text-transform: uppercase;
  padding-bottom: 4px;
  border-bottom: 2px solid #ef7749;
  color: #595959;
  font-family: 'Gotham Light Regular';
  font-size: 18px;
}
body.page-id-7 .block_activite .container .flex-col .block_desc a.lien:hover {
  color: #ef7749;
  border-bottom: 2px solid #39bbc6;
}
body.page-id-7 .block_activite .container .img-activite {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
body.page-id-7 .block_activite .container a.projet {
  display: block;
  background: url('../img/bg-nouveau-projet.jpg') top center no-repeat;
  background-size: cover;
  position: relative;
}
body.page-id-7 .block_activite .container a.projet .plus {
  color: #fff;
  font-size: 70px;
  line-height: 48px;
  display: block;
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  font-family: 'Gotham Light Regular';
  margin: auto;
  width: 60px;
  height: 50px;
  transition: all .3s ease;
}
body.page-id-7 .block_activite .container a.projet .text-projet {
  color: #fff;
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-size: 24px;
  font-family: 'Gotham Light Regular';
  transition: all .3s ease;
}
body.page-id-7 .block_activite .container a.projet:hover .plus {
  color: #ef7749;
}
body.page-id-7 .bloc-carousel-partenaire {
  padding: 120px 0;
}
body.page-id-7 .bloc-carousel-partenaire .container {
  position: relative;
}
body.page-id-7 .bloc-carousel-partenaire h3 {
  position: absolute;
  width: max-content;
  background: #fff;
  text-transform: uppercase;
  color: #135469;
  padding: 0 20px;
  z-index: 10;
  left: 0;
  bottom: -10px;
  right: 0;
  margin: 0 auto;
  font-family: 'Gotham Light Regular';
  font-size: 20px;
}
body.page-id-7 .bloc-carousel-partenaire .owl-carousel {
  position: relative;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #9d9d9c;
  border-radius: 15px;
}
body.page-id-7 .bloc-carousel-partenaire .owl-carousel .item {
  min-height: 120px;
  display: flex;
  align-items: center;
  transition: all .3s ease;
}
body.page-id-7 .bloc-carousel-partenaire .owl-carousel .item a {
  display: block;
  margin: 0 auto;
  width: 100%;
  cursor: pointer;
  transition: all .3s ease;
}
body.page-id-7 .bloc-carousel-partenaire .owl-carousel .item a:hover,
body.page-id-7 .bloc-carousel-partenaire .owl-carousel .item a:active,
body.page-id-7 .bloc-carousel-partenaire .owl-carousel .item a:focus {
  outline: none;
  transform: scale(0.9);
}
body.page-id-7 .bloc-carousel-partenaire .owl-carousel .item img {
  max-height: 120px;
  width: auto;
  margin: 0 auto;
}
body.page-id-7 .bloc-carousel-partenaire .owl-carousel .owl-stage-outer {
  margin: 0 auto;
}
body.page-id-7 .bloc-carousel-partenaire .owl-carousel .owl-nav {
  position: absolute;
  width: 100%;
  top: 50px;
}
body.page-id-7 .bloc-carousel-partenaire .owl-carousel .owl-nav .owl-prev,
body.page-id-7 .bloc-carousel-partenaire .owl-carousel .owl-nav .owl-next {
  position: absolute;
  width: 20px;
  height: 30px;
}
body.page-id-7 .bloc-carousel-partenaire .owl-carousel .owl-nav .owl-prev span,
body.page-id-7 .bloc-carousel-partenaire .owl-carousel .owl-nav .owl-next span {
  transition: all .3s ease;
  font-size: 70px;
  line-height: 30px;
  color: ;
}
body.page-id-7 .bloc-carousel-partenaire .owl-carousel .owl-nav .owl-prev:hover span,
body.page-id-7 .bloc-carousel-partenaire .owl-carousel .owl-nav .owl-next:hover span {
  color: #000;
}
body.page-id-7 .bloc-carousel-partenaire .owl-carousel .owl-nav .owl-prev {
  left: 10px;
}
body.page-id-7 .bloc-carousel-partenaire .owl-carousel .owl-nav .owl-prev:focus {
  outline: none;
}
body.page-id-7 .bloc-carousel-partenaire .owl-carousel .owl-nav .owl-next {
  right: 10px;
}
body.page-id-7 .bloc-carousel-partenaire .owl-carousel .owl-nav .owl-next:focus {
  outline: none;
}
body.page-id-7 .bloc-carousel-temoignage {
  padding-bottom: 120px;
}
body.page-id-7 .bloc-carousel-temoignage .temoignage-carousel {
  position: relative;
}
body.page-id-7 .bloc-carousel-temoignage .temoignage-carousel .item {
  display: flex;
  justify-content: flex-start;
  padding: 50px;
}
body.page-id-7 .bloc-carousel-temoignage .temoignage-carousel .item .entete {
  width: 30%;
  background: #003a48;
  padding: 40px;
  position: relative;
}
body.page-id-7 .bloc-carousel-temoignage .temoignage-carousel .item .entete:before {
  content: '';
  position: absolute;
  width: 120%;
  height: 120%;
  border: 2px solid #ef7749;
  top: -30px;
  left: -30px;
  bottom: 0;
  z-index: -1;
  right: 0;
}
body.page-id-7 .bloc-carousel-temoignage .temoignage-carousel .item .entete h3.auteur {
  color: #fff;
  font-size: 24px;
  font-family: 'Gotham Light Regular';
  text-transform: uppercase;
  margin-bottom: 30px;
}
body.page-id-7 .bloc-carousel-temoignage .temoignage-carousel .item .entete .type_presta {
  display: block;
  position: relative;
  font-family: 'Gotham Light Regular';
  margin-bottom: 20px;
  color: #fff;
  font-size: 16px;
}
body.page-id-7 .bloc-carousel-temoignage .temoignage-carousel .item .entete .type_presta:before {
  content: '';
  width: 10px;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  top: -10px;
}
body.page-id-7 .bloc-carousel-temoignage .temoignage-carousel .item .entete .lieu {
  display: block;
  color: #39bbc6;
  font-family: 'Gotham Light Regular';
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px;
}
body.page-id-7 .bloc-carousel-temoignage .temoignage-carousel .item .entete .list_star {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
body.page-id-7 .bloc-carousel-temoignage .temoignage-carousel .item .entete .list_star .star {
  background: url('../img/picto-star.png') top center no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 5px;
  opacity: 0.5;
  background-size: contain;
}
body.page-id-7 .bloc-carousel-temoignage .temoignage-carousel .item .entete .list_star .star.select {
  opacity: 1;
}
body.page-id-7 .bloc-carousel-temoignage .temoignage-carousel .item .description {
  width: 70%;
  background: #39bbc6;
  display: flex;
  padding: 80px;
  align-items: center;
}
body.page-id-7 .bloc-carousel-temoignage .temoignage-carousel .item .description .desc {
  color: #fff;
  font-family: 'Gotham Light Regular';
  position: relative;
}
body.page-id-7 .bloc-carousel-temoignage .temoignage-carousel .item .description .desc:before {
  content: '"';
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: -30px;
  font-family: 'Gotham Light Regular';
  font-size: 60px;
  line-height: 30px;
}
body.page-id-7 .bloc-carousel-temoignage .temoignage-carousel .item .description .desc:after {
  content: '"';
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: -10px;
  right: -35px;
  font-family: 'Gotham Light Regular';
  font-size: 60px;
  line-height: 30px;
}
body.page-id-7 .bloc-carousel-temoignage .temoignage-carousel .owl-nav {
  position: absolute;
  right: 70px;
  bottom: 70px;
}
body.page-id-7 .bloc-carousel-temoignage .temoignage-carousel .owl-nav .owl-prev,
body.page-id-7 .bloc-carousel-temoignage .temoignage-carousel .owl-nav .owl-next {
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
}
body.page-id-7 .bloc-carousel-temoignage .temoignage-carousel .owl-nav .owl-prev i,
body.page-id-7 .bloc-carousel-temoignage .temoignage-carousel .owl-nav .owl-next i {
  color: #fff;
  transition: all .3s ease;
}
body.page-id-7 .bloc-carousel-temoignage .temoignage-carousel .owl-nav .owl-prev:hover,
body.page-id-7 .bloc-carousel-temoignage .temoignage-carousel .owl-nav .owl-prev:active,
body.page-id-7 .bloc-carousel-temoignage .temoignage-carousel .owl-nav .owl-prev:focus,
body.page-id-7 .bloc-carousel-temoignage .temoignage-carousel .owl-nav .owl-next:hover,
body.page-id-7 .bloc-carousel-temoignage .temoignage-carousel .owl-nav .owl-next:active,
body.page-id-7 .bloc-carousel-temoignage .temoignage-carousel .owl-nav .owl-next:focus {
  outline: none;
}
body.page-id-7 .bloc-carousel-temoignage .temoignage-carousel .owl-nav .owl-prev:hover i,
body.page-id-7 .bloc-carousel-temoignage .temoignage-carousel .owl-nav .owl-prev:active i,
body.page-id-7 .bloc-carousel-temoignage .temoignage-carousel .owl-nav .owl-prev:focus i,
body.page-id-7 .bloc-carousel-temoignage .temoignage-carousel .owl-nav .owl-next:hover i,
body.page-id-7 .bloc-carousel-temoignage .temoignage-carousel .owl-nav .owl-next:active i,
body.page-id-7 .bloc-carousel-temoignage .temoignage-carousel .owl-nav .owl-next:focus i {
  color: #003a48;
}
body.page-id-7 .bloc-carousel-temoignage .temoignage-carousel .owl-nav .owl-prev {
  border-right: 1px solid #fff;
}
body.page-id-10 .entete {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 900px;
  position: relative;
}
body.page-id-10 .entete .text-content {
  z-index: 9;
  position: absolute;
  top: 60%;
  width: 100%;
}
body.page-id-10 .entete .text-content h1.titre {
  text-transform: uppercase;
  color: #fff;
  padding: 15px 0;
  font-size: 20px;
  padding-left: 15%;
  max-width: 610px;
  font-family: 'Gotham Light Regular';
}
body.page-id-10 .entete .text-content h1.titre:before,
body.page-id-10 .entete .text-content h1.titre:after {
  content: '';
  position: absolute;
  display: block;
  background: rgba(248,248,248,0.9);
}
body.page-id-10 .entete .text-content h1.titre:before {
  height: 2px;
  left: 0;
  width: 13%;
  top: 25px;
}
body.page-id-10 .entete .text-content h1.titre:after {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  left: 13%;
  top: 21px;
}
body.page-id-10 .block_artisanat {
  padding: 120px 0;
  background: url('../img/bg-entreprise-artisanat.jpg') top center no-repeat, url('../img/bg-ombre.png') top center no-repeat;
  background-color: ;
}
body.page-id-10 .block_artisanat .container {
  max-width: 1550px;
}
@media (max-width: 1600px) {
  body.page-id-10 .block_artisanat .container {
    max-width: 1420px;
  }
}
@media (max-width: 1420px) {
  body.page-id-10 .block_artisanat .container {
    max-width: 1200px;
  }
}
@media (max-width: 1200px) {
  body.page-id-10 .block_artisanat .container {
    max-width: 960px;
  }
}
body.page-id-10 .block_artisanat .container .img-artisanat {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
body.page-id-10 .block_artisanat .container .desc-artisanat {
  background: #39bbc6;
}
body.page-id-10 .block_artisanat .container .desc-artisanat .block_desc {
  padding: 100px 60px;
}
body.page-id-10 .block_artisanat .container .desc-artisanat .block_desc .titre {
  color: #fff;
  font-family: 'Gotham Light Regular';
  text-transform: uppercase;
  font-size: 30px;
}
body.page-id-10 .block_artisanat .container .desc-artisanat .block_desc .sous_titre {
  color: #fff;
  padding-bottom: 15px;
  margin-bottom: 30px;
  font-size: 30px;
  position: relative;
}
body.page-id-10 .block_artisanat .container .desc-artisanat .block_desc .sous_titre:after {
  content: '';
  display: block;
  width: 70px;
  height: 2px;
  background: #135469;
  position: absolute;
  bottom: 0;
  left: 0;
}
body.page-id-10 .block_artisanat .container .desc-artisanat .block_desc .desc {
  color: #fff;
  font-family: 'Gotham Light Regular';
  font-size: 20px;
  margin-bottom: 30px;
}
body.page-id-10 .block_artisanat .container .desc-artisanat .block_desc .exergue {
  color: #416e7b;
  font-size: 20px;
  padding-bottom: 5px;
  border-bottom: 2px solid #416e7b;
  text-transform: uppercase;
  font-family: 'Gotham Light Regular';
}
body.page-id-10 .block_activite {
  background:  url('../img/bg-entreprise-activite.jpg') top center no-repeat;
}
body.page-id-10 .block_activite .img-activite {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
body.page-id-10 .block_activite .desc-activite .block_desc {
  padding: 60px 0 60px 60px;
}
body.page-id-10 .block_activite .desc-activite .block_desc .titre {
  color: #595959;
  font-family: 'Gotham Light Regular';
  text-transform: uppercase;
  font-size: 26px;
}
body.page-id-10 .block_activite .desc-activite .block_desc .sous_titre {
  color: #595959;
  margin-bottom: 30px;
  font-size: 22px;
}
body.page-id-10 .block_activite .desc-activite .block_desc .desc {
  color: #595959;
  font-family: 'Gotham Light Regular';
  font-size: 16px;
  margin-bottom: 30px;
}
body.page-id-10 .block_activite .desc-activite .block_desc a.lien {
  text-transform: uppercase;
  padding-bottom: 4px;
  border-bottom: 2px solid #39bbc6;
  color: #595959;
  font-family: 'Gotham Light Regular';
  font-size: 18px;
}
body.page-id-10 .block_activite .desc-activite .block_desc a.lien:hover {
  color: #ef7749;
  border-bottom: 2px solid #ef7749;
}
body.page-id-10 .block_securite {
  background:  url('../img/bg-entreprise-securite.jpg') top center no-repeat;
}
body.page-id-10 .block_securite .img-securite {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
body.page-id-10 .block_securite .desc-securite .block_desc {
  padding: 60px 60px 60px 0;
}
body.page-id-10 .block_securite .desc-securite .block_desc .titre {
  color: #595959;
  font-family: 'Gotham Light Regular';
  text-transform: uppercase;
  font-size: 26px;
}
body.page-id-10 .block_securite .desc-securite .block_desc .sous_titre {
  color: #595959;
  margin-bottom: 30px;
  font-size: 22px;
}
body.page-id-10 .block_securite .desc-securite .block_desc .desc {
  color: #595959;
  font-family: 'Gotham Light Regular';
  font-size: 16px;
  margin-bottom: 30px;
}
body.page-id-10 .block_securite .desc-securite .block_desc a.lien {
  text-transform: uppercase;
  padding-bottom: 4px;
  border-bottom: 2px solid #39bbc6;
  color: #595959;
  font-family: 'Gotham Light Regular';
  font-size: 18px;
}
body.page-id-10 .block_securite .desc-securite .block_desc a.lien:hover {
  color: #ef7749;
  border-bottom: 2px solid #ef7749;
}
body.page-id-10 .block_passion {
  background:  url('../img/bg-entreprise-passion.jpg') top center no-repeat;
  padding: 150px 0;
}
body.page-id-10 .block_passion .container-passion .img-passion {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  border-top: 4px solid #ef7749;
  border-right: 4px solid #ef7749;
  border-bottom: 4px solid #ef7749;
}
body.page-id-10 .block_passion .container-passion .img-passion:before {
  content: '';
  position: absolute;
  background: #ef7749;
  background: -moz-linear-gradient(45deg,#ef7749 0%,#ef7749 50%,#ffffff 51%,#ffffff 100%);
  background: -webkit-linear-gradient(45deg,#ef7749 0%,#ef7749 50%,#ffffff 51%,#ffffff 100%);
  background: linear-gradient(45deg,#ef7749 0%,#ef7749 50%,#ffffff 51%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef7749',endColorstr='#ffffff',GradientType=1);
  display: block;
  width: 85px;
  height: 85px;
  top: -4px;
  right: -4px;
}
body.page-id-10 .block_passion .container-passion .desc-passion {
  border-top: 4px solid #ef7749;
  border-left: 4px solid #ef7749;
  border-bottom: 4px solid #ef7749;
  position: relative;
}
body.page-id-10 .block_passion .container-passion .desc-passion .block_desc {
  padding: 60px 40px;
}
body.page-id-10 .block_passion .container-passion .desc-passion .block_desc .titre {
  color: #092a52;
  font-family: 'Gotham Light Regular';
  text-transform: uppercase;
  font-size: 26px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}
body.page-id-10 .block_passion .container-passion .desc-passion .block_desc .titre:after {
  content: "";
  width: 70px;
  height: 2px;
  background: #092a52;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
body.page-id-10 .block_passion .container-passion .desc-passion .block_desc .desc {
  color: #595959;
  font-family: 'Gotham Light Regular';
  font-size: 22px;
  margin-bottom: 30px;
  text-align: center;
}
body.page-id-10 .block_passion .container-passion .desc-passion .block_desc a.lien {
  text-transform: uppercase;
  padding-bottom: 4px;
  width: max-content;
  margin: 0 auto;
  display: block;
  border-bottom: 2px solid #092a52;
  color: #092a52;
  font-family: 'Gotham Light Regular';
  font-size: 18px;
}
body.page-id-10 .block_passion .container-passion .desc-passion .block_desc a.lien:hover {
  color: #ef7749;
  border-bottom: 2px solid #ef7749;
}
body.page-id-12 .entete {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 900px;
  position: relative;
}
body.page-id-12 .entete .text-content {
  z-index: 9;
  position: absolute;
  top: 60%;
  width: 480px;
  right: 0;
}
body.page-id-12 .entete .text-content h1.titre {
  text-transform: uppercase;
  color: #fff;
  padding: 15px 0;
  font-size: 20px;
  max-width: 300px;
  font-family: 'Gotham Light Regular';
  text-align: right;
}
body.page-id-12 .entete .text-content h1.titre:before,
body.page-id-12 .entete .text-content h1.titre:after {
  content: '';
  position: absolute;
  display: block;
  background: rgba(248,248,248,0.9);
}
body.page-id-12 .entete .text-content h1.titre:before {
  height: 2px;
  right: 0;
  width: 23%;
  top: 25px;
}
body.page-id-12 .entete .text-content h1.titre:after {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  right: 23%;
  top: 21px;
}
body.page-id-12 .entete.title-right {
  position: relative;
}
body.page-id-12 .entete.title-right:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50rem;
  background: rgba(0,0,0,0);
  background: -moz-linear-gradient(left,rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
  background: -webkit-gradient(left top,right top,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,0.5)));
  background: -webkit-linear-gradient(left,rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
  background: -o-linear-gradient(left,rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
  background: -ms-linear-gradient(left,rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
  background: linear-gradient(to right,rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#000000',GradientType=1);
}
body.page-id-12 .entete.title-right .text-content {
  z-index: 50;
}
body.page-id-12 .prestations {
  margin-top: 50px;
}
body.page-id-12 .prestations .block-presta {
  margin-bottom: 50px;
}
body.page-id-12 .prestations .block-presta.block-presta-half:nth-child(2) .presta-left,
body.page-id-12 .prestations .block-presta.block-presta-full:nth-child(2) .presta-left {
  background: #c1d7d4;
}
body.page-id-12 .prestations .block-presta.block-presta-half:nth-child(2) .presta-left .desc,
body.page-id-12 .prestations .block-presta.block-presta-full:nth-child(2) .presta-left .desc {
  background: #c1d7d4;
}
body.page-id-12 .prestations .block-presta.block-presta-half:nth-child(3) .presta-left,
body.page-id-12 .prestations .block-presta.block-presta-full:nth-child(3) .presta-left {
  background: #4c7b74;
}
body.page-id-12 .prestations .block-presta.block-presta-half:nth-child(3) .presta-left .desc,
body.page-id-12 .prestations .block-presta.block-presta-full:nth-child(3) .presta-left .desc {
  background: #4c7b74;
}
body.page-id-12 .prestations .block-presta.block-presta-half:nth-child(4) .desc,
body.page-id-12 .prestations .block-presta.block-presta-full:nth-child(4) .desc {
  background: #8aa29e;
}
body.page-id-12 .prestations .block-presta.block-presta-half:nth-child(6) .presta-left,
body.page-id-12 .prestations .block-presta.block-presta-full:nth-child(6) .presta-left {
  background: #c1d7d4;
}
body.page-id-12 .prestations .block-presta.block-presta-half:nth-child(6) .presta-left .desc,
body.page-id-12 .prestations .block-presta.block-presta-full:nth-child(6) .presta-left .desc {
  background: #c1d7d4;
}
body.page-id-12 .prestations .block-presta.block-presta-full .presta-top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #9d9d9c;
}
body.page-id-12 .prestations .block-presta.block-presta-full .presta-top .block-picto {
  width: 50%;
}
body.page-id-12 .prestations .block-presta.block-presta-full .presta-top .img-container {
  width: 100%;
}
body.page-id-12 .prestations .block-presta.block-presta-full .desc {
  padding: 40px 80px;
}
body.page-id-12 .prestations .block-presta.block-presta-half {
  display: flex;
  justify-content: flex-start;
}
body.page-id-12 .prestations .block-presta.block-presta-half .presta-left {
  border: 1px solid #9d9d9c;
  height: 100%;
  background: #79b2aa;
}
body.page-id-12 .prestations .block-presta.block-presta-half .presta-left .block-picto {
  height: 50%;
  padding-top: 100px;
  background: #fff;
}
body.page-id-12 .prestations .block-presta.block-presta-half .img-container {
  width: 100%;
  min-height: 650px;
}
body.page-id-12 .prestations .block-presta.block-presta-half .img-container .img-presta {
  min-height: 650px;
}
body.page-id-12 .prestations .block-presta .block-picto .picto-container {
  width: 80px;
  height: 70px;
  max-height: 110px;
  margin: 0 auto 15px;
  display: block;
  position: relative;
}
body.page-id-12 .prestations .block-presta .block-picto .picto-container svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
body.page-id-12 .prestations .block-presta .block-picto .picto-container svg path {
  transition: all .3s ease;
  fill: #39bbc6;
}
body.page-id-12 .prestations .block-presta .block-picto h3 {
  color: #135469;
  font-size: 20px;
  font-family: 'Gotham Bold';
  text-transform: uppercase;
  text-align: center;
  transition: all .3s ease;
}
body.page-id-12 .prestations .block-presta .block-picto:hover .picto-container svg path {
  fill: #ef7749;
}
body.page-id-12 .prestations .block-presta .block-picto:hover h3 {
  color: #ef7749;
}
body.page-id-12 .prestations .block-presta .img-container {
  position: relative;
  min-height: 380px;
}
body.page-id-12 .prestations .block-presta .img-container .img-presta {
  position: absolute;
  right: 0;
  top: 0;
  min-height: 380px;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
body.page-id-12 .prestations .block-presta .desc {
  background: #79b2aa;
  color: #fff;
  padding: 40px 40px;
  font-size: 20px;
}
body.page-id-14 .entete {
  margin-top: 200px;
  margin-bottom: 60px;
}
body.page-id-14 .entete .list_real_btn {
  width: 470px;
  margin: 0 auto;
  position: relative;
}
body.page-id-14 .entete .list_real_btn:after {
  content: '';
  position: absolute;
  width: 350px;
  height: 2px;
  background: #135469;
  bottom: 4px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
body.page-id-14 .entete .list_real_btn a.btn-realisation {
  display: inline-block;
  text-transform: uppercase;
  color: #135469;
  position: relative;
  max-width: 120px;
  text-align: center;
  padding-bottom: 30px;
  margin-right: 50px;
}
body.page-id-14 .entete .list_real_btn a.btn-realisation:before {
  content: '';
  width: 10px;
  height: 10px;
  background: #135469;
  border-radius: 10px;
  font-size: 18px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all .3s ease;
}
body.page-id-14 .entete .list_real_btn a.btn-realisation:after {
  content: '';
  width: 30px;
  height: 30px;
  background: transparent;
  border: 1px solid #39bbc6;
  border-radius: 30px;
  font-size: 18px;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all .3s ease;
  opacity: 0;
}
body.page-id-14 .entete .list_real_btn a.btn-realisation:last-child {
  margin-right: 0;
}
body.page-id-14 .entete .list_real_btn a.btn-realisation:hover,
body.page-id-14 .entete .list_real_btn a.btn-realisation.active {
  color: #39bbc6;
}
body.page-id-14 .entete .list_real_btn a.btn-realisation:hover:after,
body.page-id-14 .entete .list_real_btn a.btn-realisation.active:after {
  opacity: 1;
}
body.page-id-14 .container.realisation {
  max-width: 100%;
  margin-bottom: 100px;
}
body.page-id-14 .element-item {
  width: 18%;
  margin: 0 1% 30px;
  position: relative;
  transition: all .3s ease;
}
@media (max-width: 1600px) {
  body.page-id-14 .element-item {
    width: 23%;
  }
}
@media (max-width: 1600px) {
  body.page-id-14 .element-item {
    width: 31%;
  }
}
body.page-id-14 .element-item:hover .img-container .desc {
  opacity: 1;
}
body.page-id-14 .element-item .img-container {
  position: relative;
  min-height: 380px;
}
body.page-id-14 .element-item .img-container .img-realisation {
  position: absolute;
  right: 0;
  top: 0;
  min-height: 380px;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
body.page-id-14 .element-item .img-container .desc {
  transition: all .3s ease;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(57,187,198,0.9);
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.page-id-14 .element-item .img-container .desc h2 {
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
body.page-id-14 .element-item .img-container .desc h2:after {
  content: "";
  width: 30px;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
body.page-id-14 .element-item .img-container .desc .title {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
body.page-id-14 .element-item .img-container .desc .picto-plus {
  width: 36px;
  height: 36px;
  display: block;
  position: absolute;
  bottom: 30px;
  right: 30px;
  background: url('../img/picto-plus.png') center center no-repeat;
  background-size: contain;
}
body.page-id-16 {
  background: url('../img/bg-contact.jpg') top center no-repeat;
  padding-top: 300px;
}
body.page-id-16 .block_info {
  padding-bottom: 120px;
}
body.page-id-16 .block_info .container {
  position: relative;
}
body.page-id-16 .block_info .container .item-center {
  align-items: center;
}
body.page-id-16 .block_info .container .item-center .block-absolute {
  position: absolute;
  z-index: 9;
}
body.page-id-16 .block_info .container .item-center .block-absolute .contact-info {
  background: rgba(255,255,255,0.2);
  padding: 60px;
}
body.page-id-16 .block_info .container .item-center .block-absolute .contact-info .phone,
body.page-id-16 .block_info .container .item-center .block-absolute .contact-info .email,
body.page-id-16 .block_info .container .item-center .block-absolute .contact-info .adresse {
  display: flex;
  align-items: center;
  margin: 20px 0;
  color: #fff;
  font-family: 'Gotham Light Regular';
}
body.page-id-16 .block_info .container .item-center .block-absolute .contact-info .phone .picto-phone,
body.page-id-16 .block_info .container .item-center .block-absolute .contact-info .phone .picto-email,
body.page-id-16 .block_info .container .item-center .block-absolute .contact-info .phone .picto-adresse,
body.page-id-16 .block_info .container .item-center .block-absolute .contact-info .email .picto-phone,
body.page-id-16 .block_info .container .item-center .block-absolute .contact-info .email .picto-email,
body.page-id-16 .block_info .container .item-center .block-absolute .contact-info .email .picto-adresse,
body.page-id-16 .block_info .container .item-center .block-absolute .contact-info .adresse .picto-phone,
body.page-id-16 .block_info .container .item-center .block-absolute .contact-info .adresse .picto-email,
body.page-id-16 .block_info .container .item-center .block-absolute .contact-info .adresse .picto-adresse {
  border-radius: 25px;
  border: 2px solid #fff;
  transition: all .3s ease;
  width: 40px;
  height: 40px;
  display: block;
  background-color: #333333;
  margin-right: 10px;
  background-size: contain;
}
body.page-id-16 .block_info .container .item-center .block-absolute .contact-info .phone:hover,
body.page-id-16 .block_info .container .item-center .block-absolute .contact-info .email:hover,
body.page-id-16 .block_info .container .item-center .block-absolute .contact-info .adresse:hover {
  color: #ef7749;
}
body.page-id-16 .block_info .container .item-center .block-absolute .contact-info .phone:hover .picto-phone,
body.page-id-16 .block_info .container .item-center .block-absolute .contact-info .phone:hover .picto-email,
body.page-id-16 .block_info .container .item-center .block-absolute .contact-info .phone:hover .picto-adresse,
body.page-id-16 .block_info .container .item-center .block-absolute .contact-info .email:hover .picto-phone,
body.page-id-16 .block_info .container .item-center .block-absolute .contact-info .email:hover .picto-email,
body.page-id-16 .block_info .container .item-center .block-absolute .contact-info .email:hover .picto-adresse,
body.page-id-16 .block_info .container .item-center .block-absolute .contact-info .adresse:hover .picto-phone,
body.page-id-16 .block_info .container .item-center .block-absolute .contact-info .adresse:hover .picto-email,
body.page-id-16 .block_info .container .item-center .block-absolute .contact-info .adresse:hover .picto-adresse {
  border: 2px solid #ef7749;
}
body.page-id-16 .block_info .container .item-center .block-absolute .contact-info .phone .picto-phone {
  background: url('../img/picto-phone.png') center center no-repeat;
}
body.page-id-16 .block_info .container .item-center .block-absolute .contact-info .email .picto-email {
  background: url('../img/picto-email.png') center center no-repeat;
}
body.page-id-16 .block_info .container .item-center .block-absolute .contact-info .adresse .picto-adresse {
  background: url('../img/picto-localisation.png') center center no-repeat;
}
body.page-id-16 .block_info .container .item-center .block-form {
  background: rgba(1,25,40,0.8);
  padding: 60px 80px;
  position: relative;
}
body.page-id-16 .block_info .container .item-center .block-form:before {
  content: '';
  background: url('../img/bg-ombre-contact-left.png') center center no-repeat;
  display: block;
  width: 79px;
  height: 100%;
  position: absolute;
  left: -79px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
body.page-id-16 .block_info .container .item-center .block-form:after {
  content: '';
  background: url('../img/bg-ombre-contact.png') top center no-repeat;
  display: block;
  width: 100%;
  height: 56px;
  bottom: -56px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
body.page-id-16 .block_info .container .item-center .block-form h1 {
  text-transform: uppercase;
  font-family: 'Gotham Light Regular';
  color: #fff;
  font-size: 26px;
}
body.page-id-16 .block_info .container .item-center .block-form .nf-form-fields-required {
  display: none;
}
body.page-id-16 .block_info .container .item-center .block-form .nf-error-msg {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}
body.page-id-16 .block_info .container .item-center .block-form .nf-response-msg {
  color: #fff;
}
body.page-id-16 .block_info .container .item-center .block-form .nf-response-msg p,
body.page-id-16 .block_info .container .item-center .block-form .nf-response-msg span {
  color: #fff;
}
body.page-id-16 .block_info .container .item-center .block-form .nf-field-container {
  margin-bottom: 15px;
}
body.page-id-16 .block_info .container .item-center .block-form .nf-field-label {
  display: none;
}
body.page-id-16 .block_info .container .item-center .block-form .nf-form-content {
  font-family: 'Arial';
}
body.page-id-16 .block_info .container .item-center .block-form .nf-form-content .nf-error input[type="text"],
body.page-id-16 .block_info .container .item-center .block-form .nf-form-content .nf-error input[type="tel"],
body.page-id-16 .block_info .container .item-center .block-form .nf-form-content .nf-error input[type="email"],
body.page-id-16 .block_info .container .item-center .block-form .nf-form-content .nf-error input[type="number"] {
  border-bottom: 2px solid #e80000;
}
body.page-id-16 .block_info .container .item-center .block-form .nf-form-content input[type="text"],
body.page-id-16 .block_info .container .item-center .block-form .nf-form-content input[type="tel"],
body.page-id-16 .block_info .container .item-center .block-form .nf-form-content input[type="email"],
body.page-id-16 .block_info .container .item-center .block-form .nf-form-content input[type="number"] {
  min-height: 25px;
  padding: 10px 20px;
  border: 2px solid #e6e6e6;
  background: #fff;
}
body.page-id-16 .block_info .container .item-center .block-form .nf-form-content input[type="text"]:focus,
body.page-id-16 .block_info .container .item-center .block-form .nf-form-content input[type="tel"]:focus,
body.page-id-16 .block_info .container .item-center .block-form .nf-form-content input[type="email"]:focus,
body.page-id-16 .block_info .container .item-center .block-form .nf-form-content input[type="number"]:focus {
  outline: none;
}
body.page-id-16 .block_info .container .item-center .block-form .nf-form-content input[type="text"]::placeholder,
body.page-id-16 .block_info .container .item-center .block-form .nf-form-content input[type="tel"]::placeholder,
body.page-id-16 .block_info .container .item-center .block-form .nf-form-content input[type="email"]::placeholder,
body.page-id-16 .block_info .container .item-center .block-form .nf-form-content input[type="number"]::placeholder,
body.page-id-16 .block_info .container .item-center .block-form .nf-form-content textarea::placeholder,
body.page-id-16 .block_info .container .item-center .block-form .nf-form-content label {
  color: #595959;
  font-weight: 400;
  cursor: pointer;
}
body.page-id-16 .block_info .container .item-center .block-form .nf-form-content .field-wrap input[type="button"] {
  text-align: center;
  background: #ef7749;
  border: 2px solid #ef7749;
  text-transform: uppercase;
  color: #fff;
  padding: 0 20px;
  cursor: pointer;
  width: max-content;
  display: block;
  height: 35px;
  transition: all .3s ease;
}
body.page-id-16 .block_info .container .item-center .block-form .nf-form-content .field-wrap input[type="button"]:hover {
  background: transparent;
  color: #ef7749;
  border-bottom: 2px solid #ef7749;
}
body.page-id-16 .block_info .container .item-center .block-form .nf-form-content .field-wrap input[type="button"]:focus {
  outline: none;
}
body.page-id-16 .block_info .container .item-center .block-form .nf-form-content .field-wrap textarea {
  background: #fff;
  border: 2px solid #e6e6e6;
  padding: 10px 20px;
  height: 125px;
}
body.page-id-16 .block_info .container .item-center .block-form .nf-form-content .field-wrap textarea:focus {
  outline: none;
}
body.page-id-16 .block_info .container .item-center .block-form .nf-form-content .list-multiselect-wrap {
  background: transparent;
  border: 2px solid #e6e6e6;
  padding: 20px;
}
body.page-id-16 .block_info .container .item-center .block-form .nf-form-content .list-multiselect-wrap select {
  border: none;
  overflow: hidden;
  height: 40px;
}
body.page-id-16 .block_info .container .item-center .block-form .nf-form-content .list-multiselect-wrap select option {
  text-transform: uppercase;
  color: #000;
}
body.page-id-16 .block_info .container .item-center .block-form .nf-form-content .list-multiselect-wrap select:focus {
  outline: none;
}
body.page-id-16 .block_info .container .item-center .block-form .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-16 .block_info .container .item-center .block-form .nf-form-content .list-checkbox-wrap .nf-field-element ul li {
  min-width: 200px;
}
@media (max-width: 768px) {
  body.page-id-16 .block_info .container .item-center .block-form .nf-form-content .list-checkbox-wrap .nf-field-element ul li {
    min-width: 0;
    padding-right: 10px !important;
  }
}
body.page-id-16 .block_info .container .item-center .block-form .nf-form-content .list-checkbox-wrap .nf-field-element ul li label {
  font-weight: 400;
  font-family: 'Arial';
}
body.page-id-16 .block_info .container .item-center .block-form .nf-form-content .list-checkbox-wrap input[type="checkbox"]:not(:checked),
body.page-id-16 .block_info .container .item-center .block-form .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-16 .block_info .container .item-center .block-form .nf-form-content .list-checkbox-wrap input[type="checkbox"]:checked + label,
body.page-id-16 .block_info .container .item-center .block-form .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 !important;
  padding-top: 0px;
  text-align: justify;
  max-width: 430px;
  color: #fff;
}
body.page-id-16 .block_info .container .item-center .block-form .nf-form-content .list-checkbox-wrap input[type="checkbox"]:checked + label:before,
body.page-id-16 .block_info .container .item-center .block-form .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-16 .block_info .container .item-center .block-form .nf-form-content .list-checkbox-wrap input[type="checkbox"]:checked + label:after,
body.page-id-16 .block_info .container .item-center .block-form .nf-form-content .list-checkbox-wrap input[type="checkbox"]:not(:checked) + label:after {
  content: '';
  width: 13px;
  height: 13px;
  background-color: #39bbc6;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 10;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body.page-id-16 .block_info .container .item-center .block-form .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-16 .block_info .container .item-center .block-form .nf-form-content .list-checkbox-wrap input[type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
body.page-id-16 .block_projet .container {
  position: relative;
}
body.page-id-16 .block_projet .container .item-center {
  align-items: center;
  min-height: 500px;
  position: relative;
}
body.page-id-16 .block_projet .container .item-center .image-projet {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 480px;
}
body.page-id-16 .block_projet .container .item-center .image-projet:before {
  content: '';
  background: url('../img/bg-ombre-contact-right.png') center center no-repeat;
  display: block;
  width: 110px;
  height: 100%;
  position: absolute;
  right: -110px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
body.page-id-16 .block_projet .container .item-center .image-projet:after {
  content: '';
  background: url('../img/bg-ombre-contact.png') top center no-repeat;
  display: block;
  width: 100%;
  height: 56px;
  bottom: -56px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
body.page-id-16 .block_projet .container .item-center .image-carte {
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 520px;
  border: 2px solid #ef7749;
  position: absolute;
  top: -160px;
  z-index: 9;
}
body.page-id-16 .block_projet .container .item-center .block-absolute {
  position: absolute;
  z-index: 9;
}
body.page-id-16 .block_projet .container .item-center .block-absolute.bottom {
  top: 30px;
}
body.page-id-16 .block_projet .container .item-center .block-absolute .desc_projet,
body.page-id-16 .block_projet .container .item-center .block-absolute .desc_zone {
  background: rgba(60,89,122,0.6);
  padding: 60px;
}
body.page-id-16 .block_projet .container .item-center .block-absolute .desc_projet h2,
body.page-id-16 .block_projet .container .item-center .block-absolute .desc_zone h2 {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  font-family: 'Gotham Light Regular';
  margin-bottom: 20px;
}
body.page-id-16 .block_projet .container .item-center .block-absolute .desc_projet .desc,
body.page-id-16 .block_projet .container .item-center .block-absolute .desc_zone .desc {
  color: #fff;
  font-family: 'Gotham Light Regular';
}
body.page-id-16 .block_projet .container .item-center .block-absolute .desc_zone {
  background: transparent;
  padding: 0;
  margin-right: 20px;
}
body.page-id-16 .block_projet .container .item-center .block-absolute .desc_zone h2 {
  text-align: right;
}
body.page-id-16 .block_projet .container .item-center .block-absolute .desc_zone .desc {
  text-align: right;
}
body.page-id-16 .block_gmap .map-container #map {
  width: 100%;
  height: 310px;
}
body.page-id-16 footer .footer-top {
  display: none;
}
body.page-id-166 .entete {
  margin-top: 200px;
  margin-bottom: 60px;
}
body.page-id-166 .entete .list_real_btn {
  width: 470px;
  margin: 0 auto;
  position: relative;
}
body.page-id-166 .entete .list_real_btn:after {
  content: '';
  position: absolute;
  width: 350px;
  height: 2px;
  background: #135469;
  bottom: 4px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
body.page-id-166 .entete .list_real_btn a.btn-realisation {
  display: inline-block;
  text-transform: uppercase;
  color: #135469;
  position: relative;
  max-width: 120px;
  text-align: center;
  padding-bottom: 30px;
  margin-right: 50px;
}
body.page-id-166 .entete .list_real_btn a.btn-realisation:before {
  content: '';
  width: 10px;
  height: 10px;
  background: #135469;
  border-radius: 10px;
  font-size: 18px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all .3s ease;
}
body.page-id-166 .entete .list_real_btn a.btn-realisation:after {
  content: '';
  width: 30px;
  height: 30px;
  background: transparent;
  border: 1px solid #39bbc6;
  border-radius: 30px;
  font-size: 18px;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all .3s ease;
  opacity: 0;
}
body.page-id-166 .entete .list_real_btn a.btn-realisation:last-child {
  margin-right: 0;
}
body.page-id-166 .entete .list_real_btn a.btn-realisation:hover,
body.page-id-166 .entete .list_real_btn a.btn-realisation.active {
  color: #39bbc6;
}
body.page-id-166 .entete .list_real_btn a.btn-realisation:hover:after,
body.page-id-166 .entete .list_real_btn a.btn-realisation.active:after {
  opacity: 1;
}
body.page-id-166 .element-item {
  width: 30%;
  margin: 0 1% 30px;
  position: relative;
  transition: all .3s ease;
}
@media (max-width: 1600px) {
  body.page-id-166 .element-item {
    width: 23%;
  }
}
@media (max-width: 1600px) {
  body.page-id-166 .element-item {
    width: 31%;
  }
}
body.page-id-166 .element-item .card {
  border: none;
}
body.page-id-166 .element-item .card .slide {
  position: relative;
  display: block;
  padding-bottom: 20px;
}
body.page-id-166 .element-item .card .slide:hover .img-container .desc {
  opacity: 1;
}
body.page-id-166 .element-item .card .slide .picto-switch {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 30px;
  height: 37px;
  display: block;
  z-index: 11;
  background: url('../img/picto-avant.png') top center no-repeat;
  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.page-id-166 .element-item .card .slide .picto-switch span {
  display: none;
}
body.page-id-166 .element-item .card .slide .picto-switch:active,
body.page-id-166 .element-item .card .slide .picto-switch:focus,
body.page-id-166 .element-item .card .slide .picto-switch:hover {
  outline: none;
}
body.page-id-166 .element-item .card .slide .img-container {
  position: relative;
  min-height: 380px;
}
body.page-id-166 .element-item .card .slide .img-container .img-slide {
  position: absolute;
  right: 0;
  top: 0;
  min-height: 380px;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
body.page-id-166 .element-item .card .slide .img-container .desc {
  transition: all .3s ease;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(57,187,198,0.9);
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.page-id-166 .element-item .card .slide .img-container .desc h2 {
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
body.page-id-166 .element-item .card .slide .img-container .desc h2:after {
  content: "";
  width: 30px;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
body.page-id-166 .element-item .card .slide .img-container .desc .title {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
body.page-id-166 .element-item .card .slide .moment {
  width: 150px;
  padding: 5px 0;
  text-transform: uppercase;
  font-size: 20px;
  background: #ef7749;
  border: 2px solid #ef7749;
  color: #fff;
  text-align: center;
  display: block;
  z-index: 10;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
body.page-id-166 .element-item .card .slide .moment.apres {
  background: rgba(255,255,255,0.8);
  color: #ef7749;
}
body.page-id-166 .element-item .card:hover,
body.page-id-166 .element-item .card:focus {
  cursor: pointer;
}
body.page-id-166 .element-item .card:hover .front .picto-switch:after,
body.page-id-166 .element-item .card:focus .front .picto-switch:after {
  content: "Cliquez-ici";
  position: absolute;
  left: 120%;
  top: .4rem;
  color: #fff;
  font-size: .8rem;
  text-transform: uppercase;
  white-space: nowrap;
}
body.page-id-3 h1 {
  text-align: center;
  color: #135469;
}
body.page-id-3 h2,
body.page-id-3 h3,
body.page-id-3 h4 {
  color: #135469;
  font-family: 'Gotham Light Regular';
  text-transform: uppercase;
  font-size: 26px;
}
body.page-id-3 #texte-confidentialite a {
  transition: all .3s ease;
  color: #595959;
  cursor: pointer;
  font-family: 'Gotham Medium';
}
body.page-id-3 #texte-confidentialite a:hover,
body.page-id-3 #texte-confidentialite a:focus,
body.page-id-3 #texte-confidentialite a:active {
  text-decoration: none;
  color: #39bbc6;
}
body.page-id-3 p,
body.page-id-3 ul,
body.page-id-3 li {
  font-family: 'Gotham Light Regular';
  font-size: 16px;
  color: #595959;
}
@media (max-width: 991.98px) {
  body header {
    position: relative;
  }
  body header .container .head-content {
    padding: 20px 0;
  }
  body header .container .head-content .nav-primary,
  body header .container .head-content .nav-secondary,
  body header .container .head-content .localisation {
    display: none;
  }
  body header .container .head-content .responsive-nav {
    display: block;
    position: absolute;
    right: 0;
    z-index: 10;
    width: 100%;
    top: 96px;
  }
  body header .container .head-content .responsive-nav .menu-menu-responsive-container {
    width: 100%;
    height: auto;
  }
  body header .container .head-content .responsive-nav .menu-menu-responsive-container ul.nav {
    overflow: hidden;
    height: 0;
    background: #135469;
    margin: 0;
  }
  body header .container .head-content .responsive-nav .menu-menu-responsive-container ul.nav > li {
    display: block;
    width: 100%;
    border-left: none;
    padding: 10px 25px;
    height: auto;
  }
  body header .container .head-content .responsive-nav .menu-menu-responsive-container ul.nav > li:before {
    display: none;
  }
  body header .container .head-content .responsive-nav .menu-menu-responsive-container ul.nav > li > a {
    color: #fff;
    border-right: none;
  }
  body header .container .head-content .responsive-nav .menu-menu-responsive-container ul.nav > li:first-child {
    padding-top: 25px;
  }
  body header .container .head-content .responsive-nav .menu-menu-responsive-container ul.nav > li:last-child {
    padding-bottom: 25px;
  }
  body header .container .head-content .responsive-nav .menu-menu-responsive-container ul.nav > li.current-menu-item > a {
    color: #fff;
    font-weight: 600;
  }
  body header .container .head-content .responsive-nav .menu-menu-responsive-container ul.nav > li.menu-item-has-children {
    height: auto;
  }
  body header .container .head-content .responsive-nav .menu-menu-responsive-container ul.nav > li.menu-item-has-children > a:after {
    top: 25px;
  }
  body header .container .head-content .responsive-nav .menu-menu-responsive-container ul.nav > li.menu-item-has-children > a:before {
    right: -135px;
    top: 55%;
  }
  body header .container .head-content .responsive-nav .menu-menu-responsive-container ul.nav > li.menu-item-has-children > ul.sub-menu {
    padding: 10px 0 0;
    position: relative;
    background: transparent;
    left: 0;
    margin: 0;
    height: 0;
    top: 0;
    display: none;
  }
  body header .container .head-content .responsive-nav .menu-menu-responsive-container ul.nav > li.menu-item-has-children > ul.sub-menu > li {
    padding: 10px 25px;
    display: block;
    border-right: 0;
    max-width: 100%;
    height: auto;
    text-align: left;
    opacity: 0;
  }
  body header .container .head-content .responsive-nav .menu-menu-responsive-container ul.nav > li.menu-item-has-children > ul.sub-menu > li > a {
    color: #fff;
    text-transform: inherit;
  }
  body header .container .head-content .responsive-nav .menu-menu-responsive-container ul.nav > li.menu-item-has-children > ul.sub-menu > li > a:hover {
    color: #ef7749;
  }
  body header .container .head-content .responsive-nav .menu-menu-responsive-container ul.nav > li.menu-item-has-children > ul.sub-menu.open > li {
    opacity: 1;
  }
  body header .container .head-content .responsive-nav .menu-menu-responsive-container ul.nav > li:hover a,
  body header .container .head-content .responsive-nav .menu-menu-responsive-container ul.nav > li:focus a,
  body header .container .head-content .responsive-nav .menu-menu-responsive-container ul.nav > li:active a {
    color: #000;
  }
  body header .container .head-content .responsive-nav .menu-menu-responsive-container ul.nav > li:hover > ul.sub-menu,
  body header .container .head-content .responsive-nav .menu-menu-responsive-container ul.nav > li:focus > ul.sub-menu,
  body header .container .head-content .responsive-nav .menu-menu-responsive-container ul.nav > li:active > ul.sub-menu {
    left: 0;
    display: block;
  }
  body header .container .head-content .nav-responsive {
    position: relative;
    display: block;
    background: #135469;
    width: 50px;
    height: 50px;
  }
  body header .container .head-content .nav-responsive .button_menu {
    z-index: 10;
    margin: 0 auto;
    display: block;
    width: 50px;
    height: 50px;
    font-size: 36px;
    border: 1px solid #135469;
    color: #fff;
    transition: all .3s ease;
    background: #135469;
    cursor: pointer;
    width: 100%;
  }
  body header .container .head-content .nav-responsive .button_menu.is_open .open {
    display: none;
  }
  body header .container .head-content .nav-responsive .button_menu.is_open .close {
    display: block;
  }
  body header .container .head-content .nav-responsive .button_menu .open {
    padding: 10px 0 0 0;
    width: 50px;
    margin: 0 auto;
  }
  body header .container .head-content .nav-responsive .button_menu .open .first-line,
  body header .container .head-content .nav-responsive .button_menu .open .second-line,
  body header .container .head-content .nav-responsive .button_menu .open .third-line {
    width: 50%;
    height: 4px;
    background: #fff;
    margin: 5px auto;
    display: block;
    border-radius: 10px;
  }
  body header .container .head-content .nav-responsive .button_menu:hover {
    background: #fff;
    color: #135469;
  }
  body header .container .head-content .nav-responsive .button_menu:hover .first-line,
  body header .container .head-content .nav-responsive .button_menu:hover .second-line,
  body header .container .head-content .nav-responsive .button_menu:hover .third-line {
    background: #135469;
  }
  body header .container .head-content .nav-responsive .button_menu:hover .close:after {
    color: ;
  }
  body header .container .head-content .nav-responsive .button_menu .close {
    display: none;
    position: relative;
    width: 50px;
    height: 50px;
    background: #135469;
    opacity: 1;
  }
  body header .container .head-content .nav-responsive .button_menu .close:after {
    content: "×";
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 36px;
    color: #fff;
    display: block;
    position: absolute;
    right: 0;
    text-align: center;
    left: 0;
    margin: 0 auto;
    line-height: 50px;
  }
  body footer .devis {
    bottom: 0;
  }
  body footer .footer-bottom .idcom {
    width: auto;
    font-size: 12px;
  }
  body.page-id-7 .entete .owl-carousel .owl-slide .img-container {
    min-height: 450px;
  }
  body.page-id-7 .entete .owl-carousel .owl-slide .img-container .img-carousel {
    min-height: 450px;
  }
  body.page-id-7 .block_presta .list_presta {
    flex-wrap: wrap;
    justify-content: center;
  }
  body.page-id-7 .block_presta .list_presta a.presta {
    margin: 20px 20px;
  }
  body.page-id-7 .block_activite .projet {
    min-height: 400px;
  }
  body.page-id-7 .bloc-carousel-temoignage .temoignage-carousel .item .entete {
    padding: 40px 20px;
  }
  body.page-id-7 .bloc-carousel-temoignage .temoignage-carousel .item .entete:before {
    height: 112%;
  }
  body.page-id-7 .bloc-carousel-temoignage .temoignage-carousel .item .description {
    padding: 60px;
  }
  body.page-id-10 .entete {
    min-height: 450px;
  }
  body.page-id-10 .block_activite .desc-activite .block_desc {
    padding: 60px 0 60px 30px;
  }
  body.page-id-10 .block_securite .desc-securite .block_desc {
    padding: 60px 30px 60px 0;
  }
  body.page-id-12 .entete {
    min-height: 450px;
  }
  body.page-id-12 .prestations .block-presta.block-presta-full .presta-top .img-container {
    width: 70%;
  }
  body.page-id-14 .entete,
  body.page-id-166 .entete {
    margin-top: 80px;
  }
  body.page-id-14 .realisation,
  body.page-id-166 .realisation {
    margin-top: 30px;
  }
  body.page-id-14 .realisation .element-item,
  body.page-id-166 .realisation .element-item {
    width: 48%;
  }
  body.page-id-14 .realisation .element-item .img-container,
  body.page-id-166 .realisation .element-item .img-container {
    min-height: 280px;
  }
  body.page-id-14 .realisation .element-item .img-container .img-realisation,
  body.page-id-166 .realisation .element-item .img-container .img-realisation {
    min-height: 280px;
  }
  body.page-id-14 .realisation .element-item .card .img-container,
  body.page-id-166 .realisation .element-item .card .img-container {
    min-height: 280px;
  }
  body.page-id-14 .realisation .element-item .card .img-container .img-slide,
  body.page-id-166 .realisation .element-item .card .img-container .img-slide {
    min-height: 280px;
  }
  body.page-id-16 {
    padding-top: 0;
  }
  body.page-id-16 .block_info {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  body.page-id-16 .block_info .container .item-center .block-absolute .contact-info {
    padding: 30px 20px;
  }
  body.page-id-16 .block_projet .container .item-center .image-carte {
    background-size: 90%;
    min-height: 420px;
    top: -130px;
  }
}
@media (max-width: 767.98px) {
  body footer .footer-top {
    background-size: cover;
    padding: 30px 0;
  }
  body footer .footer-top a.logo {
    display: block;
    margin-bottom: 20px;
  }
  body footer .footer-top .phone,
  body footer .footer-top .email,
  body footer .footer-top .adresse {
    width: max-content;
    margin: 10px auto 10px;
    font-size: 14px;
  }
  body footer .devis {
    display: none;
  }
  body.page-id-7 .entete .owl-carousel .owl-slide .img-container {
    min-height: 320px;
  }
  body.page-id-7 .entete .owl-carousel .owl-slide .img-container .img-carousel {
    min-height: 320px;
  }
  body.page-id-7 .entete .owl-carousel .owl-nav {
    display: none;
  }
  body.page-id-7 .entete .text-content {
    top: 15%;
  }
  body.page-id-7 .block_presta {
    padding: 80px 0;
  }
  body.page-id-7 .block_presta .list_presta {
    justify-content: space-between;
  }
  body.page-id-7 .block_presta .list_presta a.presta {
    margin: 20px 15px;
  }
  body.page-id-7 .block_activite .container .img-activite,
  body.page-id-7 .block_activite .container a.projet {
    min-height: 320px;
    background-position: center center;
  }
  body.page-id-7 .block_activite .container .img-activite .text-projet,
  body.page-id-7 .block_activite .container a.projet .text-projet {
    bottom: 10px;
  }
  body.page-id-7 .bloc-carousel-partenaire {
    padding: 80px 0;
  }
  body.page-id-7 .bloc-carousel-partenaire .owl-carousel {
    width: 480px;
  }
  body.page-id-7 .bloc-carousel-temoignage {
    padding-bottom: 80px;
  }
  body.page-id-7 .bloc-carousel-temoignage .temoignage-carousel .item {
    flex-direction: column;
  }
  body.page-id-7 .bloc-carousel-temoignage .temoignage-carousel .item .entete {
    width: 100%;
  }
  body.page-id-7 .bloc-carousel-temoignage .temoignage-carousel .item .entete:before {
    width: 113%;
  }
  body.page-id-7 .bloc-carousel-temoignage .temoignage-carousel .item .description {
    width: 100%;
    padding: 50px;
  }
  body.page-id-7 .bloc-carousel-temoignage .temoignage-carousel .owl-nav {
    right: 0;
    left: 0;
    margin: 0 auto;
    width: max-content;
    display: block;
    bottom: 10px;
  }
  body.page-id-10 .entete {
    min-height: 320px;
  }
  body.page-id-10 .entete .text-content {
    top: 30%;
  }
  body.page-id-10 .block_artisanat {
    padding: 80px 0;
  }
  body.page-id-10 .block_artisanat .container .img-artisanat {
    min-height: 320px;
  }
  body.page-id-10 .block_artisanat .container .desc-artisanat .block_desc {
    padding: 60px;
  }
  body.page-id-10 .block_artisanat .container .desc-artisanat .block_desc h1.titre,
  body.page-id-10 .block_artisanat .container .desc-artisanat .block_desc h2.titre,
  body.page-id-10 .block_artisanat .container .desc-artisanat .block_desc h3.sous_titre {
    font-size: 24px;
  }
  body.page-id-10 .block_artisanat .container .desc-artisanat .block_desc .desc,
  body.page-id-10 .block_artisanat .container .desc-artisanat .block_desc .exergue {
    font-size: 16px;
  }
  body.page-id-10 .block_activite .container .img-activite,
  body.page-id-10 .block_activite .container .img-securite,
  body.page-id-10 .block_securite .container .img-activite,
  body.page-id-10 .block_securite .container .img-securite {
    min-height: 320px;
  }
  body.page-id-10 .block_activite .container .desc-activite .block_desc,
  body.page-id-10 .block_activite .container .desc-securite .block_desc,
  body.page-id-10 .block_securite .container .desc-activite .block_desc,
  body.page-id-10 .block_securite .container .desc-securite .block_desc {
    padding: 60px 0;
  }
  body.page-id-10 .block_activite .container .desc-activite .block_desc h2.titre,
  body.page-id-10 .block_activite .container .desc-activite .block_desc h3.sous_titre,
  body.page-id-10 .block_activite .container .desc-securite .block_desc h2.titre,
  body.page-id-10 .block_activite .container .desc-securite .block_desc h3.sous_titre,
  body.page-id-10 .block_securite .container .desc-activite .block_desc h2.titre,
  body.page-id-10 .block_securite .container .desc-activite .block_desc h3.sous_titre,
  body.page-id-10 .block_securite .container .desc-securite .block_desc h2.titre,
  body.page-id-10 .block_securite .container .desc-securite .block_desc h3.sous_titre {
    font-size: 24px;
  }
  body.page-id-10 .block_activite .container .desc-activite .block_desc .desc,
  body.page-id-10 .block_activite .container .desc-securite .block_desc .desc,
  body.page-id-10 .block_securite .container .desc-activite .block_desc .desc,
  body.page-id-10 .block_securite .container .desc-securite .block_desc .desc {
    font-size: 16px;
  }
  body.page-id-10 .block_passion {
    padding: 80px 0;
  }
  body.page-id-10 .block_passion .container-passion .desc-passion {
    border-top: 0;
    border-right: 4px solid #ef7749;
  }
  body.page-id-10 .block_passion .container-passion .desc-passion .block_desc {
    padding: 40px 10px;
  }
  body.page-id-10 .block_passion .container-passion .img-passion {
    min-height: 420px;
    border-bottom: 0;
    border-left: 4px solid #ef7749;
  }
  body.page-id-12 .entete {
    min-height: 320px;
  }
  body.page-id-12 .entete .text-content {
    top: 30%;
  }
  body.page-id-12 .prestations .block-presta.block-presta-full .presta-top .img-container {
    min-height: 250px;
  }
  body.page-id-12 .prestations .block-presta.block-presta-full .presta-top .img-container .img-presta {
    min-height: 250px;
  }
  body.page-id-12 .prestations .block-presta.block-presta-full .desc {
    padding: 40px;
    font-size: 16px;
  }
  body.page-id-12 .prestations .block-presta.block-presta-half .presta-left .block-picto {
    padding-top: 70px;
  }
  body.page-id-12 .prestations .block-presta.block-presta-half .img-container {
    min-height: 500px;
  }
  body.page-id-12 .prestations .block-presta.block-presta-half .img-container .img-presta {
    min-height: 500px;
  }
  body.page-id-12 .prestations .block-presta.block-presta-half .desc {
    padding: 40px;
    font-size: 16px;
  }
  body.page-id-14 .realisation,
  body.page-id-166 .realisation {
    margin-top: 30px;
  }
  body.page-id-14 .realisation .element-item,
  body.page-id-166 .realisation .element-item {
    width: 100%;
  }
  body.page-id-16 .block_info .container .item-center .block-absolute {
    position: relative;
  }
  body.page-id-16 .block_info .container .item-center .block-absolute .contact-info {
    padding: 20px 40px;
  }
  body.page-id-16 .block_info .container .item-center .block-form {
    padding: 40px;
  }
  body.page-id-16 .block_projet {
    padding-bottom: 40px;
    overflow: hidden;
  }
  body.page-id-16 .block_projet .container .item-center {
    min-height: 0;
  }
  body.page-id-16 .block_projet .container .item-center .image-projet {
    min-height: 320px;
  }
  body.page-id-16 .block_projet .container .item-center .block-absolute .desc_projet {
    padding: 40px;
  }
  body.page-id-16 .block_projet .container .item-center .block-absolute.bottom {
    position: relative;
    top: 0;
    padding: 30px 0;
  }
  body.page-id-16 .block_projet .container .item-center .image-carte {
    position: relative;
    top: 0;
    max-width: 380px;
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) and (max-width: 450px) {
  body header .container .head-content .header-right {
    display: none;
  }
}
@media (max-width: 767.98px) and (max-width: 450px) {
  body footer .footer-top a.logo {
    padding: 0 20px;
  }
}
@media (max-width: 767.98px) and (max-width: 450px) {
  body.page-id-7 .entete .text-content h2.titre,
  body.page-id-7 .entete .text-content h3.soustitre {
    padding-left: 10%;
  }
  body.page-id-7 .entete .text-content h2.titre:before,
  body.page-id-7 .entete .text-content h2.titre:after,
  body.page-id-7 .entete .text-content h3.soustitre:before,
  body.page-id-7 .entete .text-content h3.soustitre:after {
    display: none;
  }
}
@media (max-width: 767.98px) and (max-width: 450px) {
  body.page-id-7 .block_presta .list_presta {
    justify-content: center;
  }
  body.page-id-7 .block_presta .list_presta a.presta {
    margin: 20px 20px;
  }
}
@media (max-width: 767.98px) and (max-width: 450px) {
  body.page-id-7 .block_activite .container .flex-col .block_desc h1.titre,
  body.page-id-7 .block_activite .container .flex-col .block_desc h2.sous_titre {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) and (max-width: 540px) {
  body.page-id-7 .bloc-carousel-partenaire {
    padding-bottom: 30px;
  }
}
@media (max-width: 767.98px) and (max-width: 480px) {
  body.page-id-7 .bloc-carousel-partenaire .owl-carousel {
    width: 230px;
  }
}
@media (max-width: 767.98px) and (max-width: 480px) {
  body.page-id-7 .bloc-carousel-partenaire .owl-carousel .owl-nav .owl-prev span,
  body.page-id-7 .bloc-carousel-partenaire .owl-carousel .owl-nav .owl-next span {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) and (max-width: 450px) {
  body.page-id-7 .bloc-carousel-temoignage .temoignage-carousel .item {
    padding: 0;
  }
}
@media (max-width: 767.98px) and (max-width: 450px) {
  body.page-id-7 .bloc-carousel-temoignage .temoignage-carousel .item .entete:before {
    display: none;
  }
}
@media (max-width: 767.98px) and (max-width: 450px) {
  body.page-id-7 .bloc-carousel-temoignage .temoignage-carousel .item .description {
    padding: 30px;
  }
}
@media (max-width: 767.98px) and (max-width: 450px) {
  body.page-id-10 .entete .text-content h1.titre:before,
  body.page-id-10 .entete .text-content h1.titre:after {
    display: none;
  }
}
@media (max-width: 767.98px) and (max-width: 450px) {
  body.page-id-10 .block_artisanat .container .desc-artisanat .block_desc {
    padding: 30px;
  }
}
@media (max-width: 767.98px) and (max-width: 450px) {
  body.page-id-10 .block_passion .container-passion .desc-passion {
    order: 2;
  }
}
@media (max-width: 767.98px) and (max-width: 450px) {
  body.page-id-10 .block_passion .container-passion .img-passion {
    order: 1;
  }
}
@media (max-width: 767.98px) and (max-width: 450px) {
  body.page-id-12 .entete .text-content {
    width: 300px;
  }
  body.page-id-12 .entete .text-content h1.titre:before,
  body.page-id-12 .entete .text-content h1.titre:after {
    display: none;
  }
}
@media (max-width: 767.98px) and (max-width: 450px) {
  body.page-id-12 .prestations .block-presta.block-presta-full .presta-top {
    flex-direction: column;
    position: relative;
  }
  body.page-id-12 .prestations .block-presta.block-presta-full .presta-top .img-container {
    width: 100%;
  }
  body.page-id-12 .prestations .block-presta.block-presta-full .presta-top .block-picto {
    width: 80%;
    position: absolute;
    z-index: 9;
    background: rgba(255,255,255,0.8);
    margin-top: 40px;
    padding: 30px 0;
  }
}
@media (max-width: 767.98px) and (max-width: 450px) {
  body.page-id-12 .prestations .block-presta.block-presta-full .desc {
    padding: 20px;
  }
}
@media (max-width: 767.98px) and (max-width: 450px) {
  body.page-id-12 .prestations .block-presta.block-presta-half .desc {
    padding: 20px;
  }
}
@media (max-width: 767.98px) and (max-width: 450px) {
  body.page-id-14 .entete .list_real_btn,
  body.page-id-166 .entete .list_real_btn {
    width: 100%;
  }
  body.page-id-14 .entete .list_real_btn:after,
  body.page-id-166 .entete .list_real_btn:after {
    display: none;
  }
}
@media (max-width: 767.98px) and (max-width: 450px) {
  body.page-id-14 .entete .list_real_btn a.btn-realisation,
  body.page-id-166 .entete .list_real_btn a.btn-realisation {
    display: block;
    margin: 0 auto 20px;
    padding-bottom: 20px;
  }
  body.page-id-14 .entete .list_real_btn a.btn-realisation:last-child,
  body.page-id-166 .entete .list_real_btn a.btn-realisation:last-child {
    margin-right: auto;
  }
}
@media (max-width: 767.98px) and (max-width: 450px) {
  body.page-id-14 .realisation .element-item .img-container,
  body.page-id-166 .realisation .element-item .img-container {
    min-height: 240px;
  }
  body.page-id-14 .realisation .element-item .img-container .img-realisation,
  body.page-id-166 .realisation .element-item .img-container .img-realisation {
    min-height: 240px;
  }
  body.page-id-14 .realisation .element-item .card .img-container,
  body.page-id-166 .realisation .element-item .card .img-container {
    min-height: 240px;
  }
  body.page-id-14 .realisation .element-item .card .img-container .img-slide,
  body.page-id-166 .realisation .element-item .card .img-container .img-slide {
    min-height: 240px;
  }
}
@media (max-width: 767.98px) and (max-width: 380px) {
  body.page-id-16 .block_info .container .item-center .block-absolute .contact-info {
    padding: 15px;
  }
}
@media (max-width: 767.98px) and (max-width: 380px) {
  body.page-id-16 .block_info .container .item-center .block-form {
    padding: 30px 15px;
  }
}
@media (max-width: 767.98px) and (max-width: 380px) {
  body.page-id-16 .block_projet .container .item-center .image-carte {
    max-width: 280px;
    min-height: 320px;
  }
}
