body {
  font-family: 'Barlow', sans-serif;
  font-weight: 300;
  overflow-x: hidden;
}
body a {
  text-decoration: none;
}
body a:hover {
  text-decoration: none;
}
body #lightbox .lb-nav .lb-prev,
body #lightbox .lb-nav .lb-next {
  opacity: 1;
}
body #lightbox .lb-data .lb-caption .legende {
  background-color: #0584a3;
  color: #fff;
  font-weight: bold;
  top: 4px;
  left: 50%;
  transform: translate(-50%,0);
  position: absolute;
  font-size: 20px;
  line-height: 20px;
  padding: 20px 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
body #gototop {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  position: fixed;
  background: #004e61;
  color: #fff;
  right: 20px;
  bottom: 20px;
  padding: 4px 10px 8px 10px;
  border: none;
  cursor: pointer;
  z-index: 1000;
  display: none;
}
body #gototop:hover {
  background: #0584a3;
  color: #fff;
}
body #modal-form {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  display: none;
  position: fixed;
  width: 80%;
  margin: 0 15%;
  top: 60px;
  z-index: 1005;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body #modal-form {
    width: 90%;
    top: 80px;
  }
}
body #modal-form #forms {
  display: block;
  position: relative;
  width: 100%;
  background: #0584a3;
  box-shadow: 0px 6px 18px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 6px 18px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 6px 18px rgba(0,0,0,0.5);
  -o-box-shadow: 0px 6px 18px rgba(0,0,0,0.5);
  z-index: 1007;
}
body #modal-form #forms .title {
  text-align: center;
  font-size: 180%;
  font-weight: 600;
  margin-top: 32px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body #modal-form #forms .title {
    margin-top: 15px;
  }
}
body #modal-form #forms #left {
  display: inline-block;
  position: relative;
  width: 30%;
  height: 100%;
  float: left;
  padding: 24px;
  background: #0584a3;
  color: #fff;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body #modal-form #forms #left {
    width: 35%;
    padding: 24px 40px;
  }
}
body #modal-form #forms #left .title {
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 600;
  font-family: 'Barlow Condensed', sans-serif;
}
body #modal-form #forms #left .questions {
  text-align: center;
}
body #modal-form #forms #left .questions span {
  display: block;
  width: 100%;
}
body #modal-form #forms #left .hook {
  text-align: center;
  margin-top: 24px;
  padding-top: 20px;
  border-top: solid 1px #fff;
}
body #modal-form #forms #left .nf-before-form-content {
  display: none;
}
body #modal-form #forms #left .nf-form-content {
  display: block;
  position: relative;
  padding: 0;
}
body #modal-form #forms #left .nf-form-content label {
  display: none;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body #modal-form #forms #left .nf-form-content .nf-field-container {
    margin-bottom: 15px;
  }
}
body #modal-form #forms #left .nf-form-content .submit-wrap button {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  display: block;
  margin: 0 auto;
  background: ;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}
body #modal-form #forms #left .nf-form-content .submit-wrap button:hover {
  background: #004e61;
}
body #modal-form #forms #left .nf-form-content .nf-after-field {
  display: block;
  position: absolute;
  margin-top: -6px;
  font-size: 13px;
}
body #modal-form #forms #left .nf-form-content .nf-after-form-content {
  display: block;
  position: absolute;
  margin-top: -20px;
}
body #modal-form #forms #left .nf-form-content input {
  background: #fff;
  border: none;
}
body #modal-form #forms #left #nf-field-24-container .nf-field-element label {
  display: block;
  font-size: 12px;
  font-weight: 500;
}
body #modal-form #forms #left #nf-field-22-container #nf-field-22-wrap .nf-field-element input {
  width: 100%;
  background-color: transparent;
  font-size: 1.2rem;
  font-weight: 600;
  font-family: 'Barlow Condensed', sans-serif;
  padding: .5rem 1rem;
  letter-spacing: 1px;
  color: #fff;
  border: solid 1px #fff;
  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;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
body #modal-form #forms #left #nf-field-22-container #nf-field-22-wrap .nf-field-element input:hover {
  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;
  color: #0584a3;
  background-color: #fff;
}
body #modal-form #forms #left #nf-form-errors-4 {
  text-align: center;
}
body #modal-form #forms #left .nf-error-msg {
  color: #0584a3;
}
body #modal-form #forms #right {
  display: inline-block;
  position: relative;
  width: 70%;
  height: 100%;
  padding: 24px 100px;
  background: #fff;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body #modal-form #forms #right {
    width: 65%;
    padding: 24px 40px;
  }
}
body #modal-form #forms #right .title {
  color: #004e61;
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 600;
  font-family: 'Barlow Condensed', sans-serif;
}
body #modal-form #forms #right .note {
  text-align: center;
}
body #modal-form #forms #right .nf-before-form-content {
  display: none;
}
body #modal-form #forms #right #nf-field-18-container label {
  display: block;
  font-size: 12px;
  font-weight: 500;
}
body #modal-form #forms #right .nf-form-content {
  display: block;
  position: relative;
  padding: 0;
}
body #modal-form #forms #right .nf-form-content label {
  display: none;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body #modal-form #forms #right .nf-form-content textarea {
    height: 130px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body #modal-form #forms #right .nf-form-content .nf-field-container {
    margin-bottom: 15px;
  }
}
body #modal-form #forms #right .nf-form-content #nf-field-13-container #nf-field-13-wrap .nf-field-element input {
  width: 40%;
  background-color: #0584a3;
  font-size: 1.2rem;
  font-weight: 600;
  font-family: 'Barlow Condensed', sans-serif;
  padding: .5rem 1rem;
  letter-spacing: 1px;
  color: #fff;
  border: solid 1px #fff;
  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;
  position: relative;
  z-index: 1;
  cursor: pointer;
  margin-left: 50%;
  transform: translateX(-50%);
}
body #modal-form #forms #right .nf-form-content #nf-field-13-container #nf-field-13-wrap .nf-field-element input:hover {
  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;
  color: #0584a3;
  background-color: transparent;
  border: solid 1px #0584a3;
}
body #modal-form #forms #right .nf-form-content .submit-wrap button {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  display: block;
  margin: 0 auto;
  background: #004e61;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px;
}
body #modal-form #forms #right .nf-form-content .submit-wrap button i {
  display: none;
}
body #modal-form #forms #right .nf-form-content .submit-wrap button:hover {
  background: #0584a3;
}
body #modal-form #forms #right .nf-form-content .nf-after-field {
  display: block;
  position: absolute;
  margin-top: -6px;
  font-size: 13px;
}
body #modal-form #forms #right .nf-form-content .nf-after-form-content {
  display: block;
  position: absolute;
  margin-top: -20px;
}
body #modal-form #forms #right .nf-form-content input {
  border: none;
}
body #modal-form #forms #right .nf-form-content .textarea-container textarea {
  border: none;
}
body #modal-form #forms #right #nf-form-errors-3 {
  text-align: center;
}
body #modal-form #forms #close {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  color: #0584a3;
  background: transparent;
  border: none;
  outline: none;
  font-weight: 400;
  cursor: pointer;
  position: absolute;
  margin-top: 5px;
  margin-left: -40px;
  font-size: 140%;
}
body #modal-form #forms #close:hover {
  color: #004e61;
}
body #modal-form #button {
  transition: all .5s ease-in-out !important;
  -webkit-transition: all .5s ease-in-out !important;
  -moz-transition: all .5s ease-in-out !important;
  -o-transition: all .5s ease-in-out !important;
  display: block;
  position: relative;
  padding: 4px 10px;
  background: #0584a3;
  color: #fff;
  border: none;
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  box-shadow: 0px 2px 6px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 2px 6px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 2px 6px rgba(0,0,0,0.5);
  -o-box-shadow: 0px 2px 6px rgba(0,0,0,0.5);
  top: -450px;
  left: -72px;
  font-size: 15px;
  height: 32px;
  cursor: pointer;
  outline: none;
  z-index: 1006;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body #modal-form #button {
    top: -360px;
  }
}
body #modal-form #button:hover {
  background: #004e61;
  transition: all .5s ease-in-out !important;
  -webkit-transition: all .5s ease-in-out !important;
  -moz-transition: all .5s ease-in-out !important;
  -o-transition: all .5s ease-in-out !important;
}
body #blackbg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.85);
  z-index: 1004;
  top: 0;
  left: 0;
}
body header .menu-mobile {
  z-index: 10;
}
body header .menu-mobile .menu-toggler {
  color: #fff;
  background-color: #004e61;
  padding: .4rem .8rem;
  text-align: center;
  top: 9rem;
  width: 40%;
  text-transform: uppercase;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  cursor: pointer;
}
body header .menu-mobile .menu-wrapper {
  width: 100vw;
  height: 100vh;
  position: absolute;
  background-color: #333333;
  top: 0;
  padding-top: 5rem;
  left: -140%;
  z-index: 200;
  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 .menu-mobile .menu-wrapper .bt-close {
  position: absolute;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 1rem;
  color: #fff;
}
body header .menu-mobile .menu-wrapper .bt-close i {
  font-size: 1.5rem;
}
body header .menu-mobile .menu-wrapper.active {
  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 .menu-mobile .menu-wrapper .menu {
  padding-top: 60px;
  margin-bottom: 2rem;
}
body header .menu-mobile .menu-wrapper ul {
  margin-bottom: 0;
  padding-left: 0;
  text-align: center;
}
body header .menu-mobile .menu-wrapper ul li {
  margin: 0;
  display: block;
  margin-bottom: .8rem;
}
body header .menu-mobile .menu-wrapper ul li a {
  font-size: 1rem;
  text-decoration: none;
  color: #fff;
  text-align: center;
}
body header .menu-mobile .menu-wrapper ul li.menu-item-has-children {
  position: relative;
}
body header .menu-mobile .menu-wrapper ul li.menu-item-has-children::before {
  content: "\f0dd";
  position: absolute;
  right: -190px;
  top: -2px;
  left: 0;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1rem;
}
body header .menu-mobile .menu-wrapper ul li.menu-item-has-children .sub-menu {
  padding: 0;
  background-color: #004e61;
  height: 0;
  opacity: 0;
  visibility: hidden;
  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 .menu-mobile .menu-wrapper ul li.menu-item-has-children .sub-menu.active {
  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;
  height: auto;
  opacity: 1;
  padding: 1rem .8rem;
  visibility: visible;
}
body header .menu-mobile .menu-wrapper ul li.menu-item-has-children .sub-menu li a {
  font-size: .8rem;
  margin-bottom: .5rem;
}
body header .menu-mobile .menu-wrapper ul li.menu-item-has-children .sub-menu li a:hover {
  color: #333333 !important;
}
body header .menu-mobile .menu-wrapper .coodonner-mobile {
  background-color: #0584a3;
  text-align: center;
  padding: 1rem 2rem 2rem;
}
body header .menu-mobile .menu-wrapper .coodonner-mobile .plaquette {
  text-align: center;
  border-bottom: solid 1px #fff;
}
body header .menu-mobile .menu-wrapper .coodonner-mobile .plaquette .btn-plaquette {
  color: #fff;
  padding: .5rem 0;
  display: block;
}
body header .menu-mobile .menu-wrapper .coodonner-mobile .plaquette .btn-plaquette i {
  margin-right: .5rem;
}
body header .menu-mobile .menu-wrapper .coodonner-mobile .tel {
  display: none;
}
body header .menu-mobile .menu-wrapper .coodonner-mobile .mail {
  text-align: center;
  border-bottom: solid 1px #fff;
}
body header .menu-mobile .menu-wrapper .coodonner-mobile .mail a {
  color: #fff;
  padding: .5rem 0;
  display: block;
}
body header .menu-mobile .menu-wrapper .coodonner-mobile .mail a i {
  margin-right: .5rem;
}
body header .menu-mobile .menu-wrapper .coodonner-mobile .zone {
  text-align: center;
  color: #fff;
  padding: .5rem 0;
  border-bottom: solid 1px #fff;
}
body header .menu-mobile .menu-wrapper .coodonner-mobile .zone i {
  margin-right: .5rem;
}
body header .menu-mobile .menu-wrapper .coodonner-mobile .reseau {
  position: relative;
  text-align: center;
  margin-top: .5rem;
}
body header .menu-mobile .menu-wrapper .coodonner-mobile .reseau .btn-reseau i {
  color: #fff !important;
  font-size: 1.2rem;
}
body header .menu-mobile .menu-wrapper .coodonner-mobile .reseau .btn-reseau:first-child {
  margin-right: .5rem;
}
body header #header-top {
  background-color: #004e61;
}
body header #header-top .container {
  position: relative;
}
body header #header-top .container .adresse {
  text-align: center;
  border-left: solid 1px #0584a3;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body header #header-top .container .adresse {
    padding: 0 .55rem;
  }
}
body header #header-top .container .adresse .inner span {
  color: #fff;
  padding: .5rem 0;
  display: block;
}
body header #header-top .container .adresse .inner i {
  margin-right: .5rem;
  color: #fff;
}
body header #header-top .container .tel {
  text-align: center;
  border-left: solid 1px #0584a3;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body header #header-top .container .tel {
    padding: 0 .55rem;
  }
}
body header #header-top .container .tel a {
  color: #fff;
  padding: .5rem 0;
  display: block;
}
body header #header-top .container .tel a i {
  margin-right: .5rem;
}
body header #header-top .container .mail {
  text-align: center;
  border-left: solid 1px #0584a3;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body header #header-top .container .mail {
    padding: 0 .55rem;
  }
}
body header #header-top .container .mail a {
  color: #fff;
  padding: .5rem 0;
  display: block;
}
body header #header-top .container .mail a i {
  margin-right: .5rem;
}
body header #header-top .container .zone {
  text-align: center;
  color: #fff;
  border-left: solid 1px #0584a3;
  border-right: solid 1px #0584a3;
  padding: .5rem 0;
}
body header #header-top .container .zone i {
  margin-right: .5rem;
}
body header #header-top .container .reseau {
  position: absolute;
  right: -40px;
}
body header #header-top .container .reseau a {
  color: #fff;
}
body header #header-top .container .reseau .facebook {
  margin-right: .5rem;
}
body header #header-bottom .logo a img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  padding: .5rem;
}
body header #header-bottom .main-menu {
  padding-right: 0;
  padding-left: 0;
}
body header #header-bottom .main-menu ul {
  display: block;
  padding-left: 0;
  margin-bottom: 0;
  position: relative;
}
body header #header-bottom .main-menu ul li {
  display: inline-block;
  list-style-type: none;
  margin: 0 1rem;
}
body header #header-bottom .main-menu ul li a {
  text-transform: uppercase;
  color: #2b2f33;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0;
  display: inline-block;
  padding: 1rem 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 (min-width: 992px) and (max-width: 1199.98px) {
  body header #header-bottom .main-menu ul li a {
    font-size: .95rem;
  }
}
body header #header-bottom .main-menu ul li a:hover {
  color: #0584a3;
  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 #header-bottom .main-menu ul li:last-child {
  margin-right: 0;
}
body header #header-bottom .main-menu ul li.current-menu-item a {
  color: #0584a3;
}
body header #header-bottom .main-menu ul li >ul.sub-menu {
  display: flex;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  top: 100%;
  z-index: 999;
  left: 0;
  right: 0;
  height: auto;
  transform: translateY(2rem);
  width: 100%;
  background-color: #0584a3;
  text-align: center;
  justify-content: center;
  align-items: center;
  z-index: -1;
  transition: all .2s ease-in-out !important;
  -webkit-transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
}
body header #header-bottom .main-menu ul li >ul.sub-menu.active {
  opacity: 1;
  z-index: 50;
  transform: translateY(0);
  visibility: visible;
  transition: all .6s ease-in-out !important;
  -webkit-transition: all .6s ease-in-out !important;
  -moz-transition: all .6s ease-in-out !important;
  -o-transition: all .6s ease-in-out !important;
}
body header #header-bottom .main-menu ul li >ul.sub-menu li {
  display: inline-block;
  width: 20%;
  margin: 0 .3rem;
  position: relative;
}
body header #header-bottom .main-menu ul li >ul.sub-menu li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 30px;
  width: 1px;
  background-color: #fff;
}
body header #header-bottom .main-menu ul li >ul.sub-menu li:last-child::before {
  display: none;
}
body header #header-bottom .main-menu ul li >ul.sub-menu li a {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  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;
  font-size: .9rem;
  letter-spacing: 0;
}
body header #header-bottom .main-menu ul li >ul.sub-menu li a:hover {
  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;
  color: #004e61;
}
body main #trait-deco {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 100%;
  height: 100vh;
}
body main #trait-deco span {
  height: 100%;
  width: 1px;
  background-color: #ededed;
  position: fixed;
}
body main #trait-deco span:nth-child(1) {
  left: 15px;
}
body main #trait-deco span:nth-child(2) {
  left: 291px;
}
body main #trait-deco span:nth-child(3) {
  left: 50%;
}
body main #trait-deco span:nth-child(4) {
  right: 290px;
}
body main #trait-deco span:nth-child(5) {
  right: 15px;
}
body footer {
  background-color: #2b2f33;
  padding: 1rem 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body footer .infos-tlk .logo-footer {
    margin-bottom: 1rem;
    text-align: center;
  }
}
body footer .infos-tlk .logo-footer a img {
  padding: .5rem;
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  body footer .infos-tlk .logo-footer a img {
    max-width: 80%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body footer .infos-tlk .logo-footer a img {
    max-width: 70%;
  }
}
body footer .infos-tlk .infos-contact-footer .infos-client a {
  color: #fff;
}
body footer .infos-tlk .infos-contact-footer .infos-client span {
  color: #fff;
}
body footer .infos-tlk .reseau .facebook {
  margin-right: .3rem;
}
body footer .infos-tlk .menu-footer ul {
  padding-left: 0;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body footer .infos-tlk .menu-footer ul {
    padding-left: 2rem;
  }
}
body footer .infos-tlk .menu-footer ul li {
  list-style-type: none;
}
body footer .infos-tlk .menu-footer ul li a {
  color: #fff;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body footer .footer-bottom {
    margin-top: 2rem;
  }
}
body footer .footer-bottom .infos-agence {
  text-align: right;
  color: #fff;
  font-size: .8rem;
}
body footer .footer-bottom .infos-agence span,
body footer .footer-bottom .infos-agence a {
  color: #fff;
  font-size: .8rem;
}
body footer .footer-bottom .infos-agence .separator {
  color: #0584a3;
  display: inline-block;
  margin: 0 .2rem;
}
body footer .footer-bottom img {
  margin-left: 1rem;
}
body.page-id-5 #tlk-facade {
  position: relative;
  margin: 2rem 0;
}
body.page-id-5 #tlk-facade .bloc-left {
  padding-left: 5rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-5 #tlk-facade .bloc-left {
    padding-left: 3rem;
  }
}
body.page-id-5 #tlk-facade .bloc-left .inner-top {
  margin-bottom: 3rem;
}
body.page-id-5 #tlk-facade .bloc-left .inner-top .titre-wrapper {
  z-index: 3;
  position: relative;
}
body.page-id-5 #tlk-facade .bloc-left .inner-top .titre-wrapper .titre h1 {
  text-transform: uppercase;
  font-size: 5rem;
  font-weight: 300;
  color: #2b2f33;
  margin-bottom: 0;
}
@media (min-width: 1440px) and (max-width: 1680.98px) {
  body.page-id-5 #tlk-facade .bloc-left .inner-top .titre-wrapper .titre h1 {
    font-size: 4.5rem;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  body.page-id-5 #tlk-facade .bloc-left .inner-top .titre-wrapper .titre h1 {
    font-size: 3.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-5 #tlk-facade .bloc-left .inner-top .titre-wrapper .titre h1 {
    font-size: 2.5rem;
  }
}
body.page-id-5 #tlk-facade .bloc-left .inner-top .titre-wrapper .sous-titre h2 {
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 600;
  color: #2b2f33;
  letter-spacing: 1px;
  font-family: 'Barlow Condensed', sans-serif;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-5 #tlk-facade .bloc-left .inner-top .titre-wrapper .sous-titre h2 {
    font-size: 2rem;
  }
}
body.page-id-5 #tlk-facade .bloc-left .inner-bottom {
  background-color: #0584a3;
  padding: 3rem 12rem 3rem 4rem;
}
@media (min-width: 1440px) and (max-width: 1680.98px) {
  body.page-id-5 #tlk-facade .bloc-left .inner-bottom {
    padding: 3rem 10rem 3rem 4rem;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  body.page-id-5 #tlk-facade .bloc-left .inner-bottom {
    padding: 2rem 8rem 2rem 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-5 #tlk-facade .bloc-left .inner-bottom {
    padding: 2rem 3rem 2rem 1rem;
  }
}
body.page-id-5 #tlk-facade .bloc-left .inner-bottom .ctn-presentation {
  margin-bottom: 3rem;
}
body.page-id-5 #tlk-facade .bloc-left .inner-bottom .ctn-presentation .titre-presentation {
  margin-bottom: 2rem;
}
body.page-id-5 #tlk-facade .bloc-left .inner-bottom .ctn-presentation .titre-presentation h3 {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 1px;
  position: relative;
}
body.page-id-5 #tlk-facade .bloc-left .inner-bottom .ctn-presentation .titre-presentation h3::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1rem;
  background-color: #fff;
  height: 2px;
  width: 30px;
}
body.page-id-5 #tlk-facade .bloc-left .inner-bottom .ctn-presentation .texte-presentation p {
  text-align: justify;
  color: #fff;
  font-family: 'Barlow', sans-serif;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-5 #tlk-facade .bloc-left .inner-bottom .ctn-presentation .texte-presentation p {
    font-size: .85rem;
  }
}
body.page-id-5 #tlk-facade .bloc-left .inner-bottom .btn-more {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 600;
  font-family: 'Barlow Condensed', sans-serif;
  padding: .5rem 1rem;
  letter-spacing: 1px;
  border: solid 1px #fff;
  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;
  position: relative;
  z-index: 1;
}
body.page-id-5 #tlk-facade .bloc-left .inner-bottom .btn-more::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background-color: #fff;
  height: 0;
  width: 100%;
  z-index: -1;
  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.page-id-5 #tlk-facade .bloc-left .inner-bottom .btn-more:hover {
  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;
  color: #0584a3;
}
body.page-id-5 #tlk-facade .bloc-left .inner-bottom .btn-more:hover::before {
  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;
  height: 100%;
}
body.page-id-5 #tlk-facade .bloc-right {
  position: absolute;
  z-index: 2;
  top: -2rem;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
@media (min-width: 1440px) and (max-width: 1680.98px) {
  body.page-id-5 #tlk-facade .bloc-right {
    height: 85%;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  body.page-id-5 #tlk-facade .bloc-right {
    height: 80%;
    top: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-5 #tlk-facade .bloc-right {
    top: 4rem;
    right: 31px;
    height: 70%;
  }
}
body.page-id-5 #prestation {
  margin: 4rem 0;
}
body.page-id-5 #prestation .titre-section h1 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 2.2em;
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: 1px;
  padding-left: 1rem;
  margin-bottom: 2rem;
}
body.page-id-5 #prestation .wrapper-prestation .item-prestation {
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-5 #prestation .wrapper-prestation .item-prestation {
    margin-bottom: 1.5rem;
  }
}
body.page-id-5 #prestation .wrapper-prestation .item-prestation .inner .photo-prestation {
  background-size: cover;
  background-position: center;
  background-repaeat: no-reapeat;
  height: 460px;
  width: 100%;
  position: relative;
}
@media (min-width: 1440px) and (max-width: 1680.98px) {
  body.page-id-5 #prestation .wrapper-prestation .item-prestation .inner .photo-prestation {
    height: 400px;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  body.page-id-5 #prestation .wrapper-prestation .item-prestation .inner .photo-prestation {
    height: 350px;
  }
}
body.page-id-5 #prestation .wrapper-prestation .item-prestation .inner .photo-prestation .hover-img {
  background-color: rgba(5,132,163,0.85);
  position: absolute;
  left: -100%;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  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.page-id-5 #prestation .wrapper-prestation .item-prestation .inner .photo-prestation .hover-img .more {
  position: absolute;
  top: 50%;
  left: 150%;
  transform: translate(-50%,-50%);
  transition: all .6s ease-in-out !important;
  -webkit-transition: all .6s ease-in-out !important;
  -moz-transition: all .6s ease-in-out !important;
  -o-transition: all .6s ease-in-out !important;
  opacity: 0;
  width: 90%;
}
body.page-id-5 #prestation .wrapper-prestation .item-prestation .inner .photo-prestation .hover-img .more h3 {
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 2px;
}
body.page-id-5 #prestation .wrapper-prestation .item-prestation .inner .photo-prestation .hover-img .more strong {
  display: block;
  border: solid 1px #fff;
  border-radius: 50%;
  padding: .5rem;
  color: #fff;
  height: 35px;
  width: 35px;
  margin-top: 1rem;
  line-height: .3;
  font-size: 2rem;
  margin-left: 50%;
  transform: translateX(-50%);
  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.page-id-5 #prestation .wrapper-prestation .item-prestation .inner .photo-prestation .hover-img .more strong:hover {
  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;
  background-color: #fff;
  color: #0584a3;
}
body.page-id-5 #prestation .wrapper-prestation .item-prestation .inner .nom-prestation {
  padding: 1rem 0;
  position: relative;
  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.page-id-5 #prestation .wrapper-prestation .item-prestation .inner .nom-prestation h4 {
  color: #0584a3;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.2em;
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: 1px;
  padding-left: 1rem;
  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 (min-width: 1200px) and (max-width: 1439.98px) {
  body.page-id-5 #prestation .wrapper-prestation .item-prestation .inner .nom-prestation h4 {
    font-size: 1rem;
  }
}
body.page-id-5 #prestation .wrapper-prestation .item-prestation .inner .nom-prestation::before {
  position: absolute;
  content: "";
  left: 15px;
  bottom: 5px;
  background-color: #0584a3;
  height: 2px;
  width: 25px;
  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.page-id-5 #prestation .wrapper-prestation .item-prestation:hover {
  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.page-id-5 #prestation .wrapper-prestation .item-prestation:hover .inner .photo-prestation .hover-img {
  left: 0;
  opacity: 1;
  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.page-id-5 #prestation .wrapper-prestation .item-prestation:hover .inner .photo-prestation .hover-img .more {
  left: 50%;
  transition: all .6s ease-in-out !important;
  -webkit-transition: all .6s ease-in-out !important;
  -moz-transition: all .6s ease-in-out !important;
  -o-transition: all .6s ease-in-out !important;
  opacity: 1;
}
body.page-id-5 #prestation .wrapper-prestation .item-prestation:hover .inner .nom-prestation {
  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.page-id-5 #prestation .wrapper-prestation .item-prestation:hover .inner .nom-prestation h4 {
  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;
  padding-left: 1.5rem;
}
body.page-id-5 #prestation .wrapper-prestation .item-prestation:hover .inner .nom-prestation::before {
  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;
  width: 100%;
}
body.page-id-5 #galerie {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
body.page-id-5 #galerie .main-content .filters button {
  padding: .75rem .5rem .75rem .75rem;
  position: relative;
  display: inline-block;
  margin-right: 1rem;
  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;
  color: #000;
  background-color: transparent;
  border: none;
  outline: none;
}
body.page-id-5 #galerie .main-content .filters button:hover,
body.page-id-5 #galerie .main-content .filters button .is-checked {
  color: #0584a3;
  font-weight: bold;
}
body.page-id-5 #galerie .main-content .filters button:last-of-type {
  margin-right: 0;
}
body.page-id-5 #galerie .main-content #container-galerie {
  margin-top: 2rem;
}
body.page-id-5 #galerie .main-content #container-galerie .titre {
  background-color: #0584a3;
  position: relative;
}
body.page-id-5 #galerie .main-content #container-galerie .titre h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  width: 95%;
  text-align: center;
}
body.page-id-5 #galerie .main-content #container-galerie.grid .mix {
  display: inline-block;
  height: 300px;
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-5 #galerie .main-content #container-galerie.grid .mix {
    height: 250px;
  }
}
body.page-id-5 #galerie .main-content #container-galerie.grid .mix a {
  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.page-id-5 #galerie .main-content #container-galerie.grid .mix a figure {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  body.page-id-5 #galerie .main-content #container-galerie.grid .mix a figure {
    margin-bottom: 0;
  }
}
body.page-id-5 #galerie .main-content #container-galerie.grid .mix a figure .nombre-photos {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px 10px;
  background-color: #0584a3;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
}
body.page-id-5 #galerie .main-content #container-galerie.grid .mix a figure .hover-img {
  background-color: rgba(5,132,163,0.85);
  position: absolute;
  left: 0;
  bottom: -100%;
  opacity: 0;
  height: 100%;
  width: 100%;
  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.page-id-5 #galerie .main-content #container-galerie.grid .mix a figure .hover-img span {
  display: block;
  border: solid 1px #fff;
  border-radius: 50%;
  padding: .5rem;
  color: #fff;
  height: 40px;
  width: 40px;
  line-height: .4;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 300;
  margin-top: -150%;
  margin-left: 50%;
  transform: translate(-50%,-50%);
  transition: all .6s ease-in-out !important;
  -webkit-transition: all .6s ease-in-out !important;
  -moz-transition: all .6s ease-in-out !important;
  -o-transition: all .6s ease-in-out !important;
}
body.page-id-5 #galerie .main-content #container-galerie.grid .mix a figure .hover-img span:hover {
  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;
  background-color: #fff;
  color: #0584a3;
}
body.page-id-5 #galerie .main-content #container-galerie.grid .mix a:hover {
  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.page-id-5 #galerie .main-content #container-galerie.grid .mix a:hover .hover-img {
  bottom: 0;
  opacity: 1;
  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.page-id-5 #galerie .main-content #container-galerie.grid .mix a:hover .hover-img span {
  transition: all .6s ease-in-out !important;
  -webkit-transition: all .6s ease-in-out !important;
  -moz-transition: all .6s ease-in-out !important;
  -o-transition: all .6s ease-in-out !important;
  margin-top: 55%;
}
body.page-id-5 #galerie .main-content #container-galerie .lien-real {
  background-color: #0584a3;
  position: relative;
}
body.page-id-5 #galerie .main-content #container-galerie .lien-real a {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2rem;
  width: 80%;
  display: inline-block;
  font-weight: 600;
  font-family: 'Barlow Condensed', sans-serif;
  padding: 1rem;
  text-align: center;
  letter-spacing: 1px;
  border: solid 1px #fff;
  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;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
}
body.page-id-5 #galerie .main-content #container-galerie .lien-real a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background-color: #fff;
  height: 0;
  width: 100%;
  z-index: -1;
  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.page-id-5 #galerie .main-content #container-galerie .lien-real a:hover {
  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;
  color: #0584a3;
}
body.page-id-5 #galerie .main-content #container-galerie .lien-real a:hover::before {
  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;
  height: 100%;
}
body.page-id-5 #temoignage {
  position: relative;
  overflow: hidden;
}
body.page-id-5 #temoignage #wrapper-temoignage {
  padding: 5rem 0;
  position: relative;
  width: 100%;
}
@media (min-width: 1200px) and (max-width: 1480.98px) {
  body.page-id-5 #temoignage #wrapper-temoignage {
    padding: 5rem 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-5 #temoignage #wrapper-temoignage {
    padding: 5rem 0 9rem 0;
  }
}
body.page-id-5 #temoignage #wrapper-temoignage .temoignage-photo {
  padding: 0;
  z-index: 2;
  position: relative;
}
body.page-id-5 #temoignage #wrapper-temoignage .temoignage-photo::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../img/deco-point.png');
  width: 400px;
  height: 100%;
  top: 0;
  left: -400px;
}
body.page-id-5 #temoignage #wrapper-temoignage .temoignage-photo #sync1 {
  height: 560px;
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1480.98px) {
  body.page-id-5 #temoignage #wrapper-temoignage .temoignage-photo #sync1 {
    height: 480px;
  }
}
body.page-id-5 #temoignage #wrapper-temoignage .temoignage-photo #sync1 .owl-stage-outer {
  height: 100%;
}
body.page-id-5 #temoignage #wrapper-temoignage .temoignage-photo #sync1 .owl-stage-outer .owl-stage {
  height: 100%;
}
body.page-id-5 #temoignage #wrapper-temoignage .temoignage-photo #sync1 .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
body.page-id-5 #temoignage #wrapper-temoignage .temoignage-photo #sync1 .owl-stage-outer .owl-stage .owl-item .photo-slider {
  height: 560px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 992px) and (max-width: 1480.98px) {
  body.page-id-5 #temoignage #wrapper-temoignage .temoignage-photo #sync1 .owl-stage-outer .owl-stage .owl-item .photo-slider {
    height: 480px;
  }
}
body.page-id-5 #temoignage #wrapper-temoignage .temoignage-photo #sync1 .owl-nav {
  display: none;
}
body.page-id-5 #temoignage #wrapper-temoignage .temoignage-text {
  position: absolute;
  right: 0;
  height: auto;
  padding: 3rem 2rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  z-index: 3;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-5 #temoignage #wrapper-temoignage .temoignage-text {
    padding: 2rem;
    top: 45%;
  }
}
body.page-id-5 #temoignage #wrapper-temoignage .temoignage-text::before {
  content: "";
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../img/deco-point.png');
  width: 400px;
  height: 100%;
  top: 0;
  right: -400px;
}
body.page-id-5 #temoignage #wrapper-temoignage .temoignage-text #sync2 .owl-stage-outer {
  height: 100%;
}
body.page-id-5 #temoignage #wrapper-temoignage .temoignage-text #sync2 .owl-stage-outer .owl-stage {
  height: 100%;
}
body.page-id-5 #temoignage #wrapper-temoignage .temoignage-text #sync2 .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
body.page-id-5 #temoignage #wrapper-temoignage .temoignage-text #sync2 .owl-stage-outer .owl-stage .owl-item .inner-avis .temoignage p {
  color: #2b2f33;
  font-size: .9rem;
  text-align: justify;
}
@media (min-width: 992px) and (max-width: 1480.98px) {
  body.page-id-5 #temoignage #wrapper-temoignage .temoignage-text #sync2 .owl-stage-outer .owl-stage .owl-item .inner-avis .temoignage p {
    font-size: .8rem;
  }
}
body.page-id-5 #temoignage #wrapper-temoignage .temoignage-text #sync2 .owl-stage-outer .owl-stage .owl-item .inner-avis .nom-prenom .nom,
body.page-id-5 #temoignage #wrapper-temoignage .temoignage-text #sync2 .owl-stage-outer .owl-stage .owl-item .inner-avis .nom-prenom .prenom {
  color: #333333;
  font-size: 2.2rem;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 600;
  font-family: 'Barlow Condensed', sans-serif;
}
body.page-id-5 #temoignage #wrapper-temoignage .temoignage-text #sync2 .owl-stage-outer .owl-stage .owl-item .inner-avis .nom-prenom .nom {
  margin-right: .4rem;
}
body.page-id-5 #temoignage #wrapper-temoignage .temoignage-text #sync2 .owl-stage-outer .owl-stage .owl-item .inner-avis .type {
  color: #004e61;
  font-size: 1.2rem;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 500;
  font-family: 'Barlow Condensed', sans-serif;
}
@media (min-width: 992px) and (max-width: 1480.98px) {
  body.page-id-5 #temoignage #wrapper-temoignage .temoignage-text #sync2 .owl-stage-outer .owl-stage .owl-item .inner-avis .type {
    font-size: 1.2rem;
  }
}
body.page-id-5 #temoignage #wrapper-temoignage .temoignage-text #sync2 .owl-stage-outer .owl-stage .owl-item .inner-avis .localisation {
  margin-bottom: 2rem;
}
body.page-id-5 #temoignage #wrapper-temoignage .temoignage-text #sync2 .owl-stage-outer .owl-stage .owl-item .inner-avis .localisation .code-postal,
body.page-id-5 #temoignage #wrapper-temoignage .temoignage-text #sync2 .owl-stage-outer .owl-stage .owl-item .inner-avis .localisation .ville {
  color: #004e61;
  font-size: 1.2rem;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1;
  font-weight: 500;
  font-family: 'Barlow Condensed', sans-serif;
}
@media (min-width: 992px) and (max-width: 1480.98px) {
  body.page-id-5 #temoignage #wrapper-temoignage .temoignage-text #sync2 .owl-stage-outer .owl-stage .owl-item .inner-avis .localisation .code-postal,
  body.page-id-5 #temoignage #wrapper-temoignage .temoignage-text #sync2 .owl-stage-outer .owl-stage .owl-item .inner-avis .localisation .ville {
    font-size: 1.2rem;
  }
}
body.page-id-5 #temoignage #wrapper-temoignage .temoignage-text #sync2 .owl-stage-outer .owl-stage .owl-item .inner-avis .localisation .code-postal {
  margin-right: .4rem;
}
body.page-id-5 #temoignage #wrapper-temoignage .temoignage-text #sync2 .owl-stage-outer .owl-stage .owl-item .inner-avis .temoignage p {
  text-align: justify;
  font-weight: 300;
  font-size: 1rem;
}
body.page-id-5 #temoignage #wrapper-temoignage .temoignage-text #sync2 .owl-dots {
  display: none;
}
body.page-id-5 #temoignage #wrapper-temoignage .temoignage-text #sync2 .owl-nav {
  position: absolute;
  top: -95px;
  right: 0;
  z-index: 999;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-5 #temoignage #wrapper-temoignage .temoignage-text #sync2 .owl-nav {
    top: -75px;
    right: -20px;
  }
}
body.page-id-5 #temoignage #wrapper-temoignage .temoignage-text #sync2 .owl-nav .owl-prev,
body.page-id-5 #temoignage #wrapper-temoignage .temoignage-text #sync2 .owl-nav .owl-next {
  padding: 0 .5rem;
  text-decoration: none;
  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;
  outline: none;
}
body.page-id-5 #temoignage #wrapper-temoignage .temoignage-text #sync2 .owl-nav .owl-prev i,
body.page-id-5 #temoignage #wrapper-temoignage .temoignage-text #sync2 .owl-nav .owl-next i {
  color: #0584a3;
  font-size: 2rem;
  display: inline-block;
  text-decoration: none;
  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.page-id-5 #temoignage #wrapper-temoignage .temoignage-text #sync2 .owl-nav .owl-prev:hover,
body.page-id-5 #temoignage #wrapper-temoignage .temoignage-text #sync2 .owl-nav .owl-next:hover {
  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;
  text-decoration: none;
}
body.page-id-5 #temoignage #wrapper-temoignage .temoignage-text #sync2 .owl-nav .owl-prev:hover i,
body.page-id-5 #temoignage #wrapper-temoignage .temoignage-text #sync2 .owl-nav .owl-next:hover i {
  color: #004e61;
  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.page-id-5 #temoignage #wrapper-temoignage .temoignage-text #sync2 .owl-nav .owl-prev:focus,
body.page-id-5 #temoignage #wrapper-temoignage .temoignage-text #sync2 .owl-nav .owl-next:focus {
  text-decoration: none;
  outline: none;
}
body.page-id-5 #temoignage #wrapper-temoignage .temoignage-text #sync2 .owl-nav .owl-prev i {
  margin-right: 1rem;
}
body.page-id-5 #temoignage #wrapper-temoignage .temoignage-text .btn-avis a {
  color: #0584a3;
  text-transform: uppercase;
  font-size: 1.2rem;
  width: auto;
  display: inline-block;
  font-weight: 600;
  font-family: 'Barlow Condensed', sans-serif;
  padding: .5rem 1rem;
  text-align: center;
  letter-spacing: 1px;
  border: solid 1px #0584a3;
  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;
  position: absolute;
  right: 20px;
  bottom: -60px;
  z-index: 1;
}
body.page-id-5 #temoignage #wrapper-temoignage .temoignage-text .btn-avis a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background-color: #0584a3;
  height: 0;
  width: 100%;
  z-index: -1;
  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.page-id-5 #temoignage #wrapper-temoignage .temoignage-text .btn-avis a:hover {
  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;
  color: #fff;
}
body.page-id-5 #temoignage #wrapper-temoignage .temoignage-text .btn-avis a:hover::before {
  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;
  height: 100%;
}
body.page-id-11 #tlk-facade {
  position: relative;
  margin: 2rem 0;
}
body.page-id-11 #tlk-facade .bloc-left {
  padding-left: 5rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-11 #tlk-facade .bloc-left {
    padding-left: 3rem;
  }
}
body.page-id-11 #tlk-facade .bloc-left .inner-top {
  margin-bottom: 3rem;
}
body.page-id-11 #tlk-facade .bloc-left .inner-top .titre-wrapper {
  z-index: 3;
  position: relative;
}
body.page-id-11 #tlk-facade .bloc-left .inner-top .titre-wrapper .titre h1 {
  text-transform: uppercase;
  font-size: 5rem;
  font-weight: 300;
  color: #2b2f33;
  margin-bottom: 0;
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  body.page-id-11 #tlk-facade .bloc-left .inner-top .titre-wrapper .titre h1 {
    font-size: 4rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-11 #tlk-facade .bloc-left .inner-top .titre-wrapper .titre h1 {
    font-size: 3rem;
  }
}
body.page-id-11 #tlk-facade .bloc-left .inner-bottom {
  background-color: #0584a3;
  padding: 5rem 12rem 5rem 4rem;
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  body.page-id-11 #tlk-facade .bloc-left .inner-bottom {
    padding: 2rem 7rem 2rem 2rem;
  }
}
@media (min-width: 1440px) and (max-width: 1679.98px) {
  body.page-id-11 #tlk-facade .bloc-left .inner-bottom {
    padding: 5rem 9rem 5rem 4rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-11 #tlk-facade .bloc-left .inner-bottom {
    padding: 2rem 3rem 2rem 1rem;
  }
}
body.page-id-11 #tlk-facade .bloc-left .inner-bottom .ctn-presentation {
  margin-bottom: 3rem;
}
body.page-id-11 #tlk-facade .bloc-left .inner-bottom .ctn-presentation .titre-presentation {
  margin-bottom: 2rem;
}
body.page-id-11 #tlk-facade .bloc-left .inner-bottom .ctn-presentation .titre-presentation h3 {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 1px;
  position: relative;
}
body.page-id-11 #tlk-facade .bloc-left .inner-bottom .ctn-presentation .titre-presentation h3::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1rem;
  background-color: #fff;
  height: 2px;
  width: 30px;
}
body.page-id-11 #tlk-facade .bloc-left .inner-bottom .ctn-presentation .texte-presentation p {
  text-align: justify;
  color: #fff;
  font-family: 'Barlow', sans-serif;
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  body.page-id-11 #tlk-facade .bloc-left .inner-bottom .ctn-presentation .texte-presentation p {
    font-size: .85rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-11 #tlk-facade .bloc-left .inner-bottom .ctn-presentation .texte-presentation p {
    font-size: .85rem;
  }
}
body.page-id-11 #tlk-facade .bloc-left .inner-bottom .ctn-presentation .texte-presentation p strong {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 2rem;
  font-weight: 500;
}
body.page-id-11 #tlk-facade .bloc-left .inner-bottom .ctn-presentation .texte-presentation ul {
  padding-left: .8rem;
}
body.page-id-11 #tlk-facade .bloc-left .inner-bottom .ctn-presentation .texte-presentation ul li {
  color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  list-style-type: none;
  font-size: 1.1rem;
  font-weight: 400;
  position: relative;
}
body.page-id-11 #tlk-facade .bloc-left .inner-bottom .ctn-presentation .texte-presentation ul li::before {
  position: absolute;
  content: "";
  left: -13px;
  top: 13px;
  background-color: #fff;
  height: 2px;
  width: 6px;
}
body.page-id-11 #tlk-facade .bloc-left .btn-more {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 600;
  font-family: 'Barlow Condensed', sans-serif;
  padding: .5rem 1rem;
  letter-spacing: 1px;
  border: solid 1px #fff;
  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;
  position: relative;
  z-index: 1;
}
body.page-id-11 #tlk-facade .bloc-left .btn-more::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background-color: #fff;
  height: 0;
  width: 100%;
  z-index: -1;
  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.page-id-11 #tlk-facade .bloc-left .btn-more:hover {
  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;
  color: #0584a3;
}
body.page-id-11 #tlk-facade .bloc-left .btn-more:hover::before {
  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;
  height: 100%;
}
body.page-id-11 .bloc-right {
  position: absolute;
  right: 100px;
  top: 0;
  height: 100%;
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  body.page-id-11 .bloc-right {
    right: 55px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-11 .bloc-right {
    right: 33px;
  }
}
body.page-id-11 .bloc-right .image-societer {
  position: relative;
  z-index: 2;
  margin-top: -2rem;
  width: 100%;
  height: 700px;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  body.page-id-11 .bloc-right .image-societer {
    height: 590px;
    margin-top: 0;
  }
}
@media (min-width: 1440px) and (max-width: 1679.98px) {
  body.page-id-11 .bloc-right .image-societer {
    margin-top: -1rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-11 .bloc-right .image-societer {
    height: 550px;
    margin-top: 0;
  }
}
body.page-id-11 .bloc-right .certification {
  margin-left: 133px !important;
  background-color: #ededed;
  padding: 1rem;
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  body.page-id-11 .bloc-right .certification {
    margin-left: 75px !important;
  }
}
@media (min-width: 1440px) and (max-width: 1679.98px) {
  body.page-id-11 .bloc-right .certification {
    margin-left: 126px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-11 .bloc-right .certification {
    margin-left: 40px !important;
  }
}
body.page-id-11 .bloc-right .certification img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}
body #zone {
  margin-top: 8rem;
  margin-bottom: 7rem;
}
body #zone .texte-zone {
  background-color: #ededed;
  padding: 1.5rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body #zone .texte-zone {
    padding: 2.5rem;
  }
}
body #zone .texte-zone .inner {
  margin-bottom: 1.5rem;
}
body #zone .texte-zone .inner .titre h3 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 2.2em;
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: 1px;
  margin-bottom: 2rem;
}
body #zone .texte-zone .inner .texte p {
  text-align: justify;
  font-weight: 300;
  font-size: 1rem;
}
body #zone .texte-zone .btn-more {
  color: #fff;
  background-color: #0584a3;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
  font-family: 'Barlow Condensed', sans-serif;
  padding: .5rem 1rem;
  letter-spacing: 1px;
  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;
  position: relative;
  z-index: 5;
}
body #zone .texte-zone .btn-more::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background-color: #fff;
  height: 100%;
  width: 0;
  z-index: -1;
  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 #zone .texte-zone .btn-more:hover {
  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;
  color: #0584a3;
}
body #zone .texte-zone .btn-more:hover::before {
  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;
  width: 100%;
}
body #zone .carte-zone img {
  margin: 0 auto;
  display: block;
  max-width: 90%;
}
body #prestation {
  margin: 4rem 0;
}
body #prestation .titre-section h1 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 2.2em;
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: 1px;
  padding-left: 1rem;
  margin-bottom: 2rem;
}
body #prestation .wrapper-prestation .item-prestation {
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body #prestation .wrapper-prestation .item-prestation {
    margin-bottom: 1.5rem;
  }
}
body #prestation .wrapper-prestation .item-prestation .inner .photo-prestation {
  background-size: cover;
  background-position: center;
  background-repaeat: no-reapeat;
  height: 460px;
  width: 100%;
  position: relative;
}
@media (min-width: 1440px) and (max-width: 1680.98px) {
  body #prestation .wrapper-prestation .item-prestation .inner .photo-prestation {
    height: 400px;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  body #prestation .wrapper-prestation .item-prestation .inner .photo-prestation {
    height: 350px;
  }
}
body #prestation .wrapper-prestation .item-prestation .inner .photo-prestation .hover-img {
  background-color: rgba(5,132,163,0.85);
  position: absolute;
  left: -100%;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  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 #prestation .wrapper-prestation .item-prestation .inner .photo-prestation .hover-img .more {
  position: absolute;
  top: 50%;
  left: 150%;
  transform: translate(-50%,-50%);
  transition: all .6s ease-in-out !important;
  -webkit-transition: all .6s ease-in-out !important;
  -moz-transition: all .6s ease-in-out !important;
  -o-transition: all .6s ease-in-out !important;
  opacity: 0;
  width: 90%;
}
body #prestation .wrapper-prestation .item-prestation .inner .photo-prestation .hover-img .more h3 {
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 2px;
}
body #prestation .wrapper-prestation .item-prestation .inner .photo-prestation .hover-img .more strong {
  display: block;
  border: solid 1px #fff;
  border-radius: 50%;
  padding: .5rem;
  color: #fff;
  height: 35px;
  width: 35px;
  margin-top: 1rem;
  line-height: .3;
  font-size: 2rem;
  margin-left: 50%;
  transform: translateX(-50%);
  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 #prestation .wrapper-prestation .item-prestation .inner .photo-prestation .hover-img .more strong:hover {
  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;
  background-color: #fff;
  color: #0584a3;
}
body #prestation .wrapper-prestation .item-prestation .inner .nom-prestation {
  padding: 1rem 0;
  position: relative;
  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 #prestation .wrapper-prestation .item-prestation .inner .nom-prestation h4 {
  color: #0584a3;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.2em;
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: 1px;
  padding-left: 1rem;
  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 (min-width: 1200px) and (max-width: 1439.98px) {
  body #prestation .wrapper-prestation .item-prestation .inner .nom-prestation h4 {
    font-size: 1rem;
  }
}
body #prestation .wrapper-prestation .item-prestation .inner .nom-prestation::before {
  position: absolute;
  content: "";
  left: 15px;
  bottom: 5px;
  background-color: #0584a3;
  height: 2px;
  width: 25px;
  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 #prestation .wrapper-prestation .item-prestation:hover {
  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 #prestation .wrapper-prestation .item-prestation:hover .inner .photo-prestation .hover-img {
  left: 0;
  opacity: 1;
  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 #prestation .wrapper-prestation .item-prestation:hover .inner .photo-prestation .hover-img .more {
  left: 50%;
  transition: all .6s ease-in-out !important;
  -webkit-transition: all .6s ease-in-out !important;
  -moz-transition: all .6s ease-in-out !important;
  -o-transition: all .6s ease-in-out !important;
  opacity: 1;
}
body #prestation .wrapper-prestation .item-prestation:hover .inner .nom-prestation {
  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 #prestation .wrapper-prestation .item-prestation:hover .inner .nom-prestation h4 {
  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;
  padding-left: 1.5rem;
}
body #prestation .wrapper-prestation .item-prestation:hover .inner .nom-prestation::before {
  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;
  width: 100%;
}
body #temoignage {
  position: relative;
  overflow: hidden;
}
body #temoignage #wrapper-temoignage {
  padding: 5rem 0;
  position: relative;
  width: 100%;
}
@media (min-width: 1200px) and (max-width: 1480.98px) {
  body #temoignage #wrapper-temoignage {
    padding: 5rem 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body #temoignage #wrapper-temoignage {
    padding: 4rem 0 8rem 0;
  }
}
body #temoignage #wrapper-temoignage .temoignage-photo {
  padding: 0;
  z-index: 2;
  position: relative;
}
body #temoignage #wrapper-temoignage .temoignage-photo::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../img/deco-point.png');
  width: 400px;
  height: 100%;
  top: 0;
  left: -400px;
}
body #temoignage #wrapper-temoignage .temoignage-photo #sync1 {
  height: 560px;
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1480.98px) {
  body #temoignage #wrapper-temoignage .temoignage-photo #sync1 {
    height: 480px;
  }
}
body #temoignage #wrapper-temoignage .temoignage-photo #sync1 .owl-stage-outer {
  height: 100%;
}
body #temoignage #wrapper-temoignage .temoignage-photo #sync1 .owl-stage-outer .owl-stage {
  height: 100%;
}
body #temoignage #wrapper-temoignage .temoignage-photo #sync1 .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
body #temoignage #wrapper-temoignage .temoignage-photo #sync1 .owl-stage-outer .owl-stage .owl-item .photo-slider {
  height: 560px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 992px) and (max-width: 1480.98px) {
  body #temoignage #wrapper-temoignage .temoignage-photo #sync1 .owl-stage-outer .owl-stage .owl-item .photo-slider {
    height: 480px;
  }
}
body #temoignage #wrapper-temoignage .temoignage-photo #sync1 .owl-nav {
  display: none;
}
body #temoignage #wrapper-temoignage .temoignage-text {
  position: absolute;
  right: 0;
  height: auto;
  padding: 3rem 2rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  z-index: 3;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body #temoignage #wrapper-temoignage .temoignage-text {
    padding: 2rem;
    top: 45%;
  }
}
body #temoignage #wrapper-temoignage .temoignage-text::before {
  content: "";
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../img/deco-point.png');
  width: 400px;
  height: 100%;
  top: 0;
  right: -400px;
}
body #temoignage #wrapper-temoignage .temoignage-text #sync2 .owl-stage-outer {
  height: 100%;
}
body #temoignage #wrapper-temoignage .temoignage-text #sync2 .owl-stage-outer .owl-stage {
  height: 100%;
}
body #temoignage #wrapper-temoignage .temoignage-text #sync2 .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
body #temoignage #wrapper-temoignage .temoignage-text #sync2 .owl-stage-outer .owl-stage .owl-item .inner-avis .temoignage p {
  color: #2b2f33;
  font-size: .9rem;
  text-align: justify;
}
@media (min-width: 992px) and (max-width: 1480.98px) {
  body #temoignage #wrapper-temoignage .temoignage-text #sync2 .owl-stage-outer .owl-stage .owl-item .inner-avis .temoignage p {
    font-size: .8rem;
  }
}
body #temoignage #wrapper-temoignage .temoignage-text #sync2 .owl-stage-outer .owl-stage .owl-item .inner-avis .nom-prenom .nom,
body #temoignage #wrapper-temoignage .temoignage-text #sync2 .owl-stage-outer .owl-stage .owl-item .inner-avis .nom-prenom .prenom {
  color: #333333;
  font-size: 2.2rem;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 600;
  font-family: 'Barlow Condensed', sans-serif;
}
body #temoignage #wrapper-temoignage .temoignage-text #sync2 .owl-stage-outer .owl-stage .owl-item .inner-avis .nom-prenom .nom {
  margin-right: .4rem;
}
body #temoignage #wrapper-temoignage .temoignage-text #sync2 .owl-stage-outer .owl-stage .owl-item .inner-avis .type {
  color: #004e61;
  font-size: 1.2rem;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 500;
  font-family: 'Barlow Condensed', sans-serif;
}
@media (min-width: 992px) and (max-width: 1480.98px) {
  body #temoignage #wrapper-temoignage .temoignage-text #sync2 .owl-stage-outer .owl-stage .owl-item .inner-avis .type {
    font-size: 1.2rem;
  }
}
body #temoignage #wrapper-temoignage .temoignage-text #sync2 .owl-stage-outer .owl-stage .owl-item .inner-avis .localisation {
  margin-bottom: 2rem;
}
body #temoignage #wrapper-temoignage .temoignage-text #sync2 .owl-stage-outer .owl-stage .owl-item .inner-avis .localisation .code-postal,
body #temoignage #wrapper-temoignage .temoignage-text #sync2 .owl-stage-outer .owl-stage .owl-item .inner-avis .localisation .ville {
  color: #004e61;
  font-size: 1.2rem;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1;
  font-weight: 500;
  font-family: 'Barlow Condensed', sans-serif;
}
@media (min-width: 992px) and (max-width: 1480.98px) {
  body #temoignage #wrapper-temoignage .temoignage-text #sync2 .owl-stage-outer .owl-stage .owl-item .inner-avis .localisation .code-postal,
  body #temoignage #wrapper-temoignage .temoignage-text #sync2 .owl-stage-outer .owl-stage .owl-item .inner-avis .localisation .ville {
    font-size: 1.2rem;
  }
}
body #temoignage #wrapper-temoignage .temoignage-text #sync2 .owl-stage-outer .owl-stage .owl-item .inner-avis .localisation .code-postal {
  margin-right: .4rem;
}
body #temoignage #wrapper-temoignage .temoignage-text #sync2 .owl-stage-outer .owl-stage .owl-item .inner-avis .temoignage p {
  text-align: justify;
  font-weight: 300;
  font-size: 1rem;
}
body #temoignage #wrapper-temoignage .temoignage-text #sync2 .owl-dots {
  display: none;
}
body #temoignage #wrapper-temoignage .temoignage-text #sync2 .owl-nav {
  position: absolute;
  top: -95px;
  right: 0;
  z-index: 999;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body #temoignage #wrapper-temoignage .temoignage-text #sync2 .owl-nav {
    top: -70px;
    right: -10px;
  }
}
body #temoignage #wrapper-temoignage .temoignage-text #sync2 .owl-nav .owl-prev,
body #temoignage #wrapper-temoignage .temoignage-text #sync2 .owl-nav .owl-next {
  padding: 0 .5rem;
  text-decoration: none;
  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;
  outline: none;
}
body #temoignage #wrapper-temoignage .temoignage-text #sync2 .owl-nav .owl-prev i,
body #temoignage #wrapper-temoignage .temoignage-text #sync2 .owl-nav .owl-next i {
  color: #0584a3;
  font-size: 2rem;
  display: inline-block;
  text-decoration: none;
  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 #temoignage #wrapper-temoignage .temoignage-text #sync2 .owl-nav .owl-prev:hover,
body #temoignage #wrapper-temoignage .temoignage-text #sync2 .owl-nav .owl-next:hover {
  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;
  text-decoration: none;
}
body #temoignage #wrapper-temoignage .temoignage-text #sync2 .owl-nav .owl-prev:hover i,
body #temoignage #wrapper-temoignage .temoignage-text #sync2 .owl-nav .owl-next:hover i {
  color: #004e61;
  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 #temoignage #wrapper-temoignage .temoignage-text #sync2 .owl-nav .owl-prev:focus,
body #temoignage #wrapper-temoignage .temoignage-text #sync2 .owl-nav .owl-next:focus {
  text-decoration: none;
  outline: none;
}
body #temoignage #wrapper-temoignage .temoignage-text #sync2 .owl-nav .owl-prev i {
  margin-right: 1rem;
}
body #temoignage #wrapper-temoignage .temoignage-text .btn-avis a {
  color: #0584a3;
  text-transform: uppercase;
  font-size: 1.2rem;
  width: auto;
  display: inline-block;
  font-weight: 600;
  font-family: 'Barlow Condensed', sans-serif;
  padding: .5rem 1rem;
  text-align: center;
  letter-spacing: 1px;
  border: solid 1px #0584a3;
  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;
  position: absolute;
  right: 20px;
  bottom: -60px;
  z-index: 1;
}
body #temoignage #wrapper-temoignage .temoignage-text .btn-avis a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background-color: #0584a3;
  height: 0;
  width: 100%;
  z-index: -1;
  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 #temoignage #wrapper-temoignage .temoignage-text .btn-avis a:hover {
  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;
  color: #fff;
}
body #temoignage #wrapper-temoignage .temoignage-text .btn-avis a:hover::before {
  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;
  height: 100%;
}
.page-id-6 #entete-realisation .titre h1 {
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
  color: #2b2f33;
  font-weight: 400;
  font-size: 5rem;
  letter-spacing: 1px;
  transform: translateY(90px);
}
.page-id-6 #entete-realisation .image-en-avant {
  position: relative;
}
.page-id-6 #entete-realisation .image-en-avant .inner {
  background-size: cover;
  background-position: center;
  position: absolute;
  height: 300px;
  width: 100%;
  top: -100px;
  right: 0;
}
.page-id-6 #realisation {
  margin-top: 10rem;
  margin-bottom: 3rem;
}
.page-id-6 #realisation .main-content .filters button {
  padding: .75rem .5rem .75rem .75rem;
  position: relative;
  display: inline-block;
  margin-right: 1rem;
  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;
  color: #000;
  background-color: transparent;
  border: none;
  outline: none;
  font-weight: 500;
  cursor: pointer;
}
.page-id-6 #realisation .main-content .filters button::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background-color: #0584a3;
  height: 1px;
  width: 0;
  z-index: -1;
  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;
}
.page-id-6 #realisation .main-content .filters button:hover::before,
.page-id-6 #realisation .main-content .filters button.is-checked::before {
  width: 100%;
  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;
}
.page-id-6 #realisation .main-content .filters button.is-checked {
  font-weight: 700;
}
.page-id-6 #realisation .main-content .filters button:last-of-type {
  margin-right: 0;
}
.page-id-6 #realisation .main-content #container-galerie {
  margin-top: 2rem;
}
.page-id-6 #realisation .main-content #container-galerie .titre {
  background-color: #0584a3;
  position: relative;
}
.page-id-6 #realisation .main-content #container-galerie .titre h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  width: 95%;
  text-align: center;
}
.page-id-6 #realisation .main-content #container-galerie.grid .mix {
  display: inline-block;
  height: 300px;
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page-id-6 #realisation .main-content #container-galerie.grid .mix {
    height: 250px;
  }
}
.page-id-6 #realisation .main-content #container-galerie.grid .mix a {
  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;
}
.page-id-6 #realisation .main-content #container-galerie.grid .mix a figure {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .page-id-6 #realisation .main-content #container-galerie.grid .mix a figure {
    margin-bottom: 0;
  }
}
.page-id-6 #realisation .main-content #container-galerie.grid .mix a figure .hover-img {
  background-color: rgba(5,132,163,0.85);
  position: absolute;
  left: 0;
  bottom: -100%;
  opacity: 0;
  height: 100%;
  width: 100%;
  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;
}
.page-id-6 #realisation .main-content #container-galerie.grid .mix a figure .hover-img span {
  display: block;
  border: solid 1px #fff;
  border-radius: 50%;
  padding: .5rem;
  color: #fff;
  height: 40px;
  width: 40px;
  line-height: .4;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 300;
  margin-top: -150%;
  margin-left: 50%;
  transform: translate(-50%,-50%);
  transition: all .6s ease-in-out !important;
  -webkit-transition: all .6s ease-in-out !important;
  -moz-transition: all .6s ease-in-out !important;
  -o-transition: all .6s ease-in-out !important;
}
.page-id-6 #realisation .main-content #container-galerie.grid .mix a figure .hover-img span:hover {
  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;
  background-color: #fff;
  color: #0584a3;
}
.page-id-6 #realisation .main-content #container-galerie.grid .mix a figure .nombre-photos {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px 10px;
  background-color: #0584a3;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
}
.page-id-6 #realisation .main-content #container-galerie.grid .mix a:hover {
  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;
}
.page-id-6 #realisation .main-content #container-galerie.grid .mix a:hover .hover-img {
  bottom: 0;
  opacity: 1;
  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;
}
.page-id-6 #realisation .main-content #container-galerie.grid .mix a:hover .hover-img span {
  transition: all .6s ease-in-out !important;
  -webkit-transition: all .6s ease-in-out !important;
  -moz-transition: all .6s ease-in-out !important;
  -o-transition: all .6s ease-in-out !important;
  margin-top: 55%;
}
.page-id-6 #realisation .main-content #container-galerie .lien-real {
  background-color: #0584a3;
  position: relative;
}
.page-id-6 #realisation .main-content #container-galerie .lien-real a {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2rem;
  width: 80%;
  display: inline-block;
  font-weight: 600;
  font-family: 'Barlow Condensed', sans-serif;
  padding: 1rem;
  text-align: center;
  letter-spacing: 1px;
  border: solid 1px #fff;
  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;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
}
.page-id-6 #realisation .main-content #container-galerie .lien-real a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background-color: #fff;
  height: 0;
  width: 100%;
  z-index: -1;
  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;
}
.page-id-6 #realisation .main-content #container-galerie .lien-real a:hover {
  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;
  color: #0584a3;
}
.page-id-6 #realisation .main-content #container-galerie .lien-real a:hover::before {
  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;
  height: 100%;
}
.page-template-prestation #prestation-type {
  position: relative;
  margin: 2rem 0;
}
.page-template-prestation #prestation-type .bloc-left {
  padding-left: 5rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page-template-prestation #prestation-type .bloc-left {
    padding-left: 2rem;
  }
}
.page-template-prestation #prestation-type .bloc-left .inner-top {
  margin-bottom: 3rem;
}
.page-template-prestation #prestation-type .bloc-left .inner-top .titre-wrapper {
  z-index: 3;
  position: relative;
}
.page-template-prestation #prestation-type .bloc-left .inner-top .titre-wrapper .titre h1 {
  text-transform: uppercase;
  font-size: 5rem;
  font-weight: 300;
  color: #2b2f33;
  margin-bottom: 0;
}
@media (min-width: 1440px) and (max-width: 1680.98px) {
  .page-template-prestation #prestation-type .bloc-left .inner-top .titre-wrapper .titre h1 {
    font-size: 4.5rem;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .page-template-prestation #prestation-type .bloc-left .inner-top .titre-wrapper .titre h1 {
    font-size: 4rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page-template-prestation #prestation-type .bloc-left .inner-top .titre-wrapper .titre h1 {
    font-size: 3.5rem;
  }
}
.page-template-prestation #prestation-type .bloc-left .inner-top .titre-wrapper .sous-titre h2 {
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 600;
  color: #2b2f33;
  letter-spacing: 1px;
  font-family: 'Barlow Condensed', sans-serif;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page-template-prestation #prestation-type .bloc-left .inner-top .titre-wrapper .sous-titre h2 {
    font-size: 2rem;
  }
}
.page-template-prestation #prestation-type .bloc-left .inner-bottom {
  background-color: #0584a3;
  padding: 3rem 7rem 3rem 4rem;
}
@media (min-width: 1440px) and (max-width: 1680.98px) {
  .page-template-prestation #prestation-type .bloc-left .inner-bottom {
    padding: 2rem 7rem 2rem 3rem;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .page-template-prestation #prestation-type .bloc-left .inner-bottom {
    padding: 2rem 7rem 2rem 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page-template-prestation #prestation-type .bloc-left .inner-bottom {
    padding: 2rem 3rem 2rem 1rem;
  }
}
.page-template-prestation #prestation-type .bloc-left .inner-bottom .ctn-presentation {
  margin-bottom: 3rem;
}
.page-template-prestation #prestation-type .bloc-left .inner-bottom .ctn-presentation .texte-presentation p {
  text-align: justify;
  color: #fff;
  font-family: 'Barlow', sans-serif;
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .page-template-prestation #prestation-type .bloc-left .inner-bottom .ctn-presentation .texte-presentation p {
    font-size: .9rem;
  }
}
@media (min-width: 1440px) and (max-width: 1679.98px) {
  .page-template-prestation #prestation-type .bloc-left .inner-bottom .ctn-presentation .texte-presentation p {
    font-size: .95rem;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .page-template-prestation #prestation-type .bloc-left .inner-bottom .ctn-presentation .texte-presentation p {
    font-size: .85rem;
  }
}
.page-template-prestation #prestation-type .bloc-left .inner-bottom .ctn-presentation .texte-presentation ul {
  padding-left: .8rem;
}
.page-template-prestation #prestation-type .bloc-left .inner-bottom .ctn-presentation .texte-presentation ul li {
  color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  list-style-type: none;
  font-size: 1.1rem;
  font-weight: 400;
  position: relative;
}
.page-template-prestation #prestation-type .bloc-left .inner-bottom .ctn-presentation .texte-presentation ul li::before {
  position: absolute;
  content: "";
  left: -13px;
  top: 13px;
  background-color: #fff;
  height: 2px;
  width: 6px;
}
.page-template-prestation #prestation-type .bloc-left .inner-bottom .ctn-presentation .avantages .titre h3 {
  font-family: 'Barlow Condensed', sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 500;
}
.page-template-prestation #prestation-type .bloc-left .inner-bottom .ctn-presentation .avantages ul {
  padding-left: .8rem;
}
.page-template-prestation #prestation-type .bloc-left .inner-bottom .ctn-presentation .avantages ul li {
  color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  list-style-type: none;
  font-size: 1.1rem;
  font-weight: 400;
  position: relative;
}
.page-template-prestation #prestation-type .bloc-left .inner-bottom .ctn-presentation .avantages ul li::before {
  position: absolute;
  content: "";
  left: -13px;
  top: 13px;
  background-color: #fff;
  height: 2px;
  width: 6px;
}
.page-template-prestation #prestation-type .bloc-left .inner-bottom .btn-more {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 600;
  font-family: 'Barlow Condensed', sans-serif;
  padding: .5rem 1rem;
  letter-spacing: 1px;
  border: solid 1px #fff;
  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;
  position: relative;
  z-index: 1;
}
.page-template-prestation #prestation-type .bloc-left .inner-bottom .btn-more::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background-color: #fff;
  height: 0;
  width: 100%;
  z-index: -1;
  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;
}
.page-template-prestation #prestation-type .bloc-left .inner-bottom .btn-more:hover {
  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;
  color: #0584a3;
}
.page-template-prestation #prestation-type .bloc-left .inner-bottom .btn-more:hover::before {
  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;
  height: 100%;
}
.page-template-prestation #prestation-type .bloc-right {
  position: absolute;
  z-index: 2;
  top: -1rem;
  right: 90px;
  width: 100%;
  height: 85%;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
@media (min-width: 1440px) and (max-width: 1680.98px) {
  .page-template-prestation #prestation-type .bloc-right {
    height: 85%;
    top: 1rem;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .page-template-prestation #prestation-type .bloc-right {
    height: 75%;
    top: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page-template-prestation #prestation-type .bloc-right {
    top: 4rem;
    right: 31px;
    height: 70%;
  }
}
.page-template-prestation #galerie {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.page-template-prestation #galerie .main-content .titre-main h2 {
  color: #333333;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 500;
  font-family: 'Barlow Condensed', sans-serif;
}
.page-template-prestation #galerie .main-content .filters button {
  padding: .75rem .5rem .75rem .75rem;
  position: relative;
  display: inline-block;
  margin-right: 1rem;
  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;
  color: #000;
  background-color: transparent;
  border: none;
  outline: none;
}
.page-template-prestation #galerie .main-content .filters button:hover,
.page-template-prestation #galerie .main-content .filters button .is-checked {
  color: #0584a3;
  font-weight: bold;
}
.page-template-prestation #galerie .main-content .filters button:last-of-type {
  margin-right: 0;
}
.page-template-prestation #galerie .main-content #container-galerie {
  margin-top: 2rem;
}
.page-template-prestation #galerie .main-content #container-galerie .titre {
  background-color: #0584a3;
  position: relative;
}
.page-template-prestation #galerie .main-content #container-galerie .titre h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  width: 95%;
  text-align: center;
}
.page-template-prestation #galerie .main-content #container-galerie.grid .mix {
  display: inline-block;
  height: 300px;
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page-template-prestation #galerie .main-content #container-galerie.grid .mix {
    height: 250px;
  }
}
.page-template-prestation #galerie .main-content #container-galerie.grid .mix a {
  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;
}
.page-template-prestation #galerie .main-content #container-galerie.grid .mix a figure {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .page-template-prestation #galerie .main-content #container-galerie.grid .mix a figure {
    margin-bottom: 0;
  }
}
.page-template-prestation #galerie .main-content #container-galerie.grid .mix a figure .nombre-photos {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px 10px;
  background-color: #0584a3;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
}
.page-template-prestation #galerie .main-content #container-galerie.grid .mix a figure .hover-img {
  background-color: rgba(5,132,163,0.85);
  position: absolute;
  left: 0;
  bottom: -100%;
  opacity: 0;
  height: 100%;
  width: 100%;
  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;
}
.page-template-prestation #galerie .main-content #container-galerie.grid .mix a figure .hover-img span {
  display: block;
  border: solid 1px #fff;
  border-radius: 50%;
  padding: .5rem;
  color: #fff;
  height: 40px;
  width: 40px;
  line-height: .4;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 300;
  margin-top: -150%;
  margin-left: 50%;
  transform: translate(-50%,-50%);
  transition: all .6s ease-in-out !important;
  -webkit-transition: all .6s ease-in-out !important;
  -moz-transition: all .6s ease-in-out !important;
  -o-transition: all .6s ease-in-out !important;
}
.page-template-prestation #galerie .main-content #container-galerie.grid .mix a figure .hover-img span:hover {
  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;
  background-color: #fff;
  color: #0584a3;
}
.page-template-prestation #galerie .main-content #container-galerie.grid .mix a:hover {
  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;
}
.page-template-prestation #galerie .main-content #container-galerie.grid .mix a:hover .hover-img {
  bottom: 0;
  opacity: 1;
  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;
}
.page-template-prestation #galerie .main-content #container-galerie.grid .mix a:hover .hover-img span {
  transition: all .6s ease-in-out !important;
  -webkit-transition: all .6s ease-in-out !important;
  -moz-transition: all .6s ease-in-out !important;
  -o-transition: all .6s ease-in-out !important;
  margin-top: 55%;
}
.page-template-prestation #galerie .main-content #container-galerie .lien-real {
  background-color: #0584a3;
  position: relative;
}
.page-template-prestation #galerie .main-content #container-galerie .lien-real a {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2rem;
  width: 80%;
  display: inline-block;
  font-weight: 600;
  font-family: 'Barlow Condensed', sans-serif;
  padding: 1rem;
  text-align: center;
  letter-spacing: 1px;
  border: solid 1px #fff;
  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;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
}
.page-template-prestation #galerie .main-content #container-galerie .lien-real a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background-color: #fff;
  height: 0;
  width: 100%;
  z-index: -1;
  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;
}
.page-template-prestation #galerie .main-content #container-galerie .lien-real a:hover {
  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;
  color: #0584a3;
}
.page-template-prestation #galerie .main-content #container-galerie .lien-real a:hover::before {
  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;
  height: 100%;
}
.page-id-13 #entete {
  margin: 3rem 0;
}
.page-id-13 #entete .titre {
  padding-left: 2.5rem;
}
.page-id-13 #entete .titre h1 {
  font-size: 5rem;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 400;
  font-family: 'Barlow Condensed', sans-serif;
}
.page-id-13 #entete .btn-avis a {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2rem;
  width: 60%;
  display: inline-block;
  font-weight: 600;
  font-family: 'Barlow Condensed', sans-serif;
  padding: .5rem 1rem;
  text-align: center;
  letter-spacing: 1px;
  border: solid 1px transparent;
  background-color: #0584a3;
  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;
  position: relative;
  z-index: 1;
}
.page-id-13 #entete .btn-avis a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background-color: blanc;
  height: 0;
  width: 100%;
  z-index: -1;
  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;
}
.page-id-13 #entete .btn-avis a:hover {
  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;
  color: #0584a3;
  border: solid 1px #0584a3;
  background-color: transparent;
}
.page-id-13 #entete .btn-avis a:hover::before {
  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;
  height: 100%;
  background-color: transparent;
}
.page-id-13 #liste-avis {
  position: relative;
  overflow: hidden;
}
.page-id-13 #liste-avis #wrapper-temoignage .avis:nth-child(1) {
  animation-name: fadeInLeft;
  animation-duration: 1s;
  animation-delay: .25s;
}
.page-id-13 #liste-avis #wrapper-temoignage .avis:nth-child(2) {
  animation-name: fadeInRight;
  animation-duration: 1s;
  animation-delay: .5s;
}
.page-id-13 #liste-avis #wrapper-temoignage .avis:nth-child(3) {
  animation-name: fadeInLeft;
  animation-duration: 1s;
  animation-delay: .75s;
}
.page-id-13 #liste-avis #wrapper-temoignage .avis:nth-child(4) {
  animation-name: fadeInRight;
  animation-duration: 1s;
  animation-delay: 1s;
}
.page-id-13 #liste-avis #wrapper-temoignage .avis.pair .temoignage-photo {
  order: 1;
}
.page-id-13 #liste-avis #wrapper-temoignage .avis.pair .temoignage-photo::before {
  right: -400px;
  left: inherit;
}
.page-id-13 #liste-avis #wrapper-temoignage .avis .temoignage-photo {
  height: 430px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.page-id-13 #liste-avis #wrapper-temoignage .avis .temoignage-photo::before {
  content: "";
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../img/deco-point.png');
  width: 400px;
  height: 100%;
  top: 0;
  left: -400px;
}
.page-id-13 #liste-avis #wrapper-temoignage .avis .temoignage-text {
  position: relative;
  height: auto;
  padding: 3rem 2rem;
  z-index: 3;
}
.page-id-13 #liste-avis #wrapper-temoignage .avis .temoignage-text .inner-avis .temoignage p {
  color: #2b2f33;
  font-size: .9rem;
  text-align: justify;
}
@media (min-width: 992px) and (max-width: 1480.98px) {
  .page-id-13 #liste-avis #wrapper-temoignage .avis .temoignage-text .inner-avis .temoignage p {
    font-size: .8rem;
  }
}
.page-id-13 #liste-avis #wrapper-temoignage .avis .temoignage-text .inner-avis .nom-prenom .nom,
.page-id-13 #liste-avis #wrapper-temoignage .avis .temoignage-text .inner-avis .nom-prenom .prenom {
  color: #333333;
  font-size: 2.2rem;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 600;
  font-family: 'Barlow Condensed', sans-serif;
}
.page-id-13 #liste-avis #wrapper-temoignage .avis .temoignage-text .inner-avis .nom-prenom .nom {
  margin-right: .4rem;
}
.page-id-13 #liste-avis #wrapper-temoignage .avis .temoignage-text .inner-avis .type {
  color: #004e61;
  font-size: 1.2rem;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 500;
  font-family: 'Barlow Condensed', sans-serif;
}
@media (min-width: 992px) and (max-width: 1480.98px) {
  .page-id-13 #liste-avis #wrapper-temoignage .avis .temoignage-text .inner-avis .type {
    font-size: 1.2rem;
  }
}
.page-id-13 #liste-avis #wrapper-temoignage .avis .temoignage-text .inner-avis .localisation {
  margin-bottom: 2rem;
}
.page-id-13 #liste-avis #wrapper-temoignage .avis .temoignage-text .inner-avis .localisation .code-postal,
.page-id-13 #liste-avis #wrapper-temoignage .avis .temoignage-text .inner-avis .localisation .ville {
  color: #004e61;
  font-size: 1.2rem;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1;
  font-weight: 500;
  font-family: 'Barlow Condensed', sans-serif;
}
@media (min-width: 992px) and (max-width: 1480.98px) {
  .page-id-13 #liste-avis #wrapper-temoignage .avis .temoignage-text .inner-avis .localisation .code-postal,
  .page-id-13 #liste-avis #wrapper-temoignage .avis .temoignage-text .inner-avis .localisation .ville {
    font-size: 1.2rem;
  }
}
.page-id-13 #liste-avis #wrapper-temoignage .avis .temoignage-text .inner-avis .localisation .code-postal {
  margin-right: .4rem;
}
.page-id-13 #liste-avis #wrapper-temoignage .avis .temoignage-text .inner-avis .temoignage p {
  text-align: justify;
  font-weight: 300;
  font-size: 1rem;
}
.page-id-13 #formulaire-avis {
  margin: 4rem 0;
}
.page-id-13 #formulaire-avis .formulaire {
  width: 80%;
}
.page-id-13 #formulaire-avis .formulaire .titre-form {
  text-align: center;
  margin-bottom: 1rem;
}
.page-id-13 #formulaire-avis .formulaire .titre-form h1 {
  color: #004e61;
  font-size: 3rem;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: 'Barlow Condensed', sans-serif;
}
.page-id-13 #formulaire-avis .formulaire .nf-form-fields-required {
  display: none;
}
.page-id-13 #formulaire-avis .formulaire .nf-form-content {
  display: block;
  position: relative;
  padding: 0;
}
.page-id-13 #formulaire-avis .formulaire .nf-form-content label {
  display: none;
}
.page-id-13 #formulaire-avis .formulaire .nf-form-content #nf-field-28-container #nf-field-28-wrap .nf-field-element input {
  width: 40%;
  background-color: #0584a3;
  font-size: 1.2rem;
  font-weight: 600;
  font-family: 'Barlow Condensed', sans-serif;
  padding: .5rem 1rem;
  letter-spacing: 1px;
  color: #fff;
  border: solid 1px #fff;
  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;
  position: relative;
  z-index: 1;
  cursor: pointer;
  margin-left: 50%;
  transform: translateX(-50%);
}
.page-id-13 #formulaire-avis .formulaire .nf-form-content #nf-field-28-container #nf-field-28-wrap .nf-field-element input:hover {
  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;
  color: #0584a3;
  background-color: transparent;
  border: solid 1px #0584a3;
}
.page-id-13 #formulaire-avis .formulaire .nf-form-content .submit-wrap button {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  display: block;
  margin: 0 auto;
  background: #004e61;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px;
}
.page-id-13 #formulaire-avis .formulaire .nf-form-content .submit-wrap button i {
  display: none;
}
.page-id-13 #formulaire-avis .formulaire .nf-form-content .submit-wrap button:hover {
  background: #0584a3;
}
.page-id-13 #formulaire-avis .formulaire .nf-form-content .nf-after-field {
  display: block;
  position: absolute;
  margin-top: -6px;
  font-size: 13px;
}
.page-id-13 #formulaire-avis .formulaire .nf-form-content .nf-after-form-content {
  display: block;
  position: absolute;
  margin-top: -20px;
}
.page-id-13 #formulaire-avis .formulaire .nf-form-content input {
  border: none;
}
.page-id-13 #formulaire-avis .formulaire .nf-form-content .textarea-container textarea {
  border: none;
}
.page-id-13 #formulaire-avis .formulaire #nf-form-errors-3 {
  text-align: center;
}
.page-id-14 #entete {
  margin: 3rem 0;
}
.page-id-14 #entete .titre {
  padding-left: 2.5rem;
}
.page-id-14 #entete .titre h1 {
  font-size: 5rem;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 400;
  font-family: 'Barlow Condensed', sans-serif;
}
.page-id-14 #contact {
  margin-bottom: 3rem;
}
.page-id-14 #contact #contact-left {
  padding-left: 2.5rem;
  padding-right: 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page-id-14 #contact #contact-left {
    padding-left: .5rem;
  }
}
.page-id-14 #contact #contact-left .coordonner {
  background-color: #004e61;
  padding: 4rem;
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .page-id-14 #contact #contact-left .coordonner {
    padding: 2rem;
  }
}
@media (min-width: 1440px) and (max-width: 1679.98px) {
  .page-id-14 #contact #contact-left .coordonner {
    padding: 3rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page-id-14 #contact #contact-left .coordonner {
    padding: 2rem;
  }
}
.page-id-14 #contact #contact-left .coordonner h2 {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 1px;
  position: relative;
  margin-bottom: 2rem;
}
.page-id-14 #contact #contact-left .coordonner h2::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1rem;
  background-color: #fff;
  height: 2px;
  width: 30px;
}
.page-id-14 #contact #contact-left .coordonner .infos-client .tel,
.page-id-14 #contact #contact-left .coordonner .infos-client .mail,
.page-id-14 #contact #contact-left .coordonner .infos-client .address-ctn,
.page-id-14 #contact #contact-left .coordonner .infos-client .facebook {
  margin-bottom: 1rem;
  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;
}
.page-id-14 #contact #contact-left .coordonner .infos-client .tel i,
.page-id-14 #contact #contact-left .coordonner .infos-client .tel span,
.page-id-14 #contact #contact-left .coordonner .infos-client .mail i,
.page-id-14 #contact #contact-left .coordonner .infos-client .mail span,
.page-id-14 #contact #contact-left .coordonner .infos-client .address-ctn i,
.page-id-14 #contact #contact-left .coordonner .infos-client .address-ctn span,
.page-id-14 #contact #contact-left .coordonner .infos-client .facebook i,
.page-id-14 #contact #contact-left .coordonner .infos-client .facebook span {
  color: #fff;
  font-size: 1rem;
  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;
}
.page-id-14 #contact #contact-left .coordonner .infos-client .tel i,
.page-id-14 #contact #contact-left .coordonner .infos-client .mail i,
.page-id-14 #contact #contact-left .coordonner .infos-client .address-ctn i,
.page-id-14 #contact #contact-left .coordonner .infos-client .facebook i {
  margin-right: .5rem;
}
.page-id-14 #contact #contact-left .coordonner .infos-client .tel:hover i,
.page-id-14 #contact #contact-left .coordonner .infos-client .tel:hover span,
.page-id-14 #contact #contact-left .coordonner .infos-client .mail:hover i,
.page-id-14 #contact #contact-left .coordonner .infos-client .mail:hover span,
.page-id-14 #contact #contact-left .coordonner .infos-client .address-ctn:hover i,
.page-id-14 #contact #contact-left .coordonner .infos-client .address-ctn:hover span,
.page-id-14 #contact #contact-left .coordonner .infos-client .facebook:hover i,
.page-id-14 #contact #contact-left .coordonner .infos-client .facebook:hover span {
  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;
  color: #0584a3;
}
.page-id-14 #contact #contact-left .coordonner .infos-client .facebook {
  margin-bottom: 0;
}
.page-id-14 #contact #contact-left .form {
  background-color: #c6edf7;
  padding: 4rem 5rem;
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .page-id-14 #contact #contact-left .form {
    padding: 2rem;
  }
}
@media (min-width: 1440px) and (max-width: 1679.98px) {
  .page-id-14 #contact #contact-left .form {
    padding: 3rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page-id-14 #contact #contact-left .form {
    padding: 2rem;
  }
}
.page-id-14 #contact #contact-left .form .hook {
  text-align: center;
  color: #004e61;
  margin-top: 0;
  margin-bottom: 1rem;
}
.page-id-14 #contact #contact-left .form .nf-before-form-content {
  display: none;
}
.page-id-14 #contact #contact-left .form .nf-form-content {
  display: block;
  position: relative;
  padding: 0;
}
.page-id-14 #contact #contact-left .form .nf-form-content label {
  display: none;
}
.page-id-14 #contact #contact-left .form .nf-form-content .submit-wrap button {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  display: block;
  margin: 0 auto;
  background: ;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}
.page-id-14 #contact #contact-left .form .nf-form-content .submit-wrap button:hover {
  background: #004e61;
}
.page-id-14 #contact #contact-left .form .nf-form-content .nf-after-field {
  display: block;
  position: absolute;
  margin-top: -6px;
  font-size: 13px;
}
.page-id-14 #contact #contact-left .form .nf-form-content .nf-after-form-content {
  display: block;
  position: absolute;
  margin-top: -20px;
}
.page-id-14 #contact #contact-left .form .nf-form-content input {
  background: #fff;
  border: none;
}
.page-id-14 #contact #contact-left .form #nf-field-24-container .nf-field-element label {
  display: block;
  font-size: 12px;
  font-weight: 500;
}
.page-id-14 #contact #contact-left .form #nf-field-22-container #nf-field-22-wrap .nf-field-element input {
  width: 100%;
  background-color: transparent;
  font-size: 1.2rem;
  font-weight: 600;
  font-family: 'Barlow Condensed', sans-serif;
  padding: .5rem 1rem;
  letter-spacing: 1px;
  color: #004e61;
  border: solid 1px #004e61;
  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;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.page-id-14 #contact #contact-left .form #nf-field-22-container #nf-field-22-wrap .nf-field-element input:hover {
  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;
  color: #fff;
  background-color: #004e61;
}
.page-id-14 #contact #contact-left .form #nf-form-errors-4 {
  text-align: center;
}
.page-id-14 #contact #contact-left .form .nf-error-msg {
  color: #0584a3;
}
.page-id-14 #contact #contact-right {
  padding-left: 0;
  padding-right: 0;
}
.page-id-14 #contact #contact-right .inner {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .page-id-14 #contact #contact-right .inner {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
}
@media (min-width: 1440px) and (max-width: 1679.98px) {
  .page-id-14 #contact #contact-right .inner {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
}
.page-id-14 #contact #contact-right .inner .form {
  padding: 4rem;
  background-color: #fff;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page-id-14 #contact #contact-right .inner .form {
    padding: 2rem;
  }
}
.page-id-14 #contact #contact-right .inner .form .title {
  color: #004e61;
  text-transform: uppercase;
  font-size: 2.5rem;
  text-align: center;
  font-weight: 600;
  font-family: 'Barlow Condensed', sans-serif;
}
.page-id-14 #contact #contact-right .inner .form .note {
  text-align: center;
}
.page-id-14 #contact #contact-right .inner .form .nf-before-form-content {
  display: none;
}
.page-id-14 #contact #contact-right .inner .form #nf-field-18-container label {
  display: block;
  font-size: 12px;
  font-weight: 500;
}
.page-id-14 #contact #contact-right .inner .form .nf-form-content {
  display: block;
  position: relative;
  padding: 0;
}
.page-id-14 #contact #contact-right .inner .form .nf-form-content label {
  display: none;
}
.page-id-14 #contact #contact-right .inner .form .nf-form-content #nf-field-13-container #nf-field-13-wrap .nf-field-element input {
  width: 40%;
  background-color: #0584a3;
  font-size: 1.2rem;
  font-weight: 600;
  font-family: 'Barlow Condensed', sans-serif;
  padding: .5rem 1rem;
  letter-spacing: 1px;
  color: #fff;
  border: solid 1px #fff;
  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;
  position: relative;
  z-index: 1;
  cursor: pointer;
  margin-left: 50%;
  transform: translateX(-50%);
}
.page-id-14 #contact #contact-right .inner .form .nf-form-content #nf-field-13-container #nf-field-13-wrap .nf-field-element input:hover {
  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;
  color: #0584a3;
  background-color: transparent;
  border: solid 1px #0584a3;
}
.page-id-14 #contact #contact-right .inner .form .nf-form-content .submit-wrap button {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  display: block;
  margin: 0 auto;
  background: #004e61;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px;
}
.page-id-14 #contact #contact-right .inner .form .nf-form-content .submit-wrap button i {
  display: none;
}
.page-id-14 #contact #contact-right .inner .form .nf-form-content .submit-wrap button:hover {
  background: #0584a3;
}
.page-id-14 #contact #contact-right .inner .form .nf-form-content .nf-after-field {
  display: block;
  position: absolute;
  margin-top: -6px;
  font-size: 13px;
}
.page-id-14 #contact #contact-right .inner .form .nf-form-content .nf-after-form-content {
  display: block;
  position: absolute;
  margin-top: -20px;
}
.page-id-14 #contact #contact-right .inner .form .nf-form-content input {
  border: none;
}
.page-id-14 #contact #contact-right .inner .form .nf-form-content .textarea-container textarea {
  border: none;
}
.page-id-14 #contact #contact-right .inner .form #nf-form-errors-3 {
  text-align: center;
}
@media (max-width: 767.98px) {
  body #modal-form {
    width: 95%;
    margin: 0 15%;
    top: 60px;
    z-index: 1005;
  }
  body #modal-form #forms {
    display: block;
    position: relative;
    width: 100%;
    background: #0584a3;
    box-shadow: 0px 6px 18px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 6px 18px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 6px 18px rgba(0,0,0,0.5);
    -o-box-shadow: 0px 6px 18px rgba(0,0,0,0.5);
    z-index: 1007;
  }
  body #modal-form #forms .title {
    text-align: center;
    font-size: 180%;
    font-weight: 600;
    margin-top: 32px;
  }
  body #modal-form #forms #left {
    display: inline-block;
    position: relative;
    width: 30%;
    height: 100%;
    float: left;
    padding: 24px;
    background: #0584a3;
    color: #fff;
  }
  body #modal-form #forms #left .title {
    text-transform: uppercase;
    font-size: 2.5rem;
    font-weight: 600;
    font-family: 'Barlow Condensed', sans-serif;
  }
  body #modal-form #forms #left .questions {
    text-align: center;
  }
  body #modal-form #forms #left .questions span {
    display: block;
    width: 100%;
  }
  body #modal-form #forms #left .hook {
    text-align: center;
    margin-top: 24px;
    padding-top: 20px;
    border-top: solid 1px #fff;
  }
  body #modal-form #forms #left .nf-before-form-content {
    display: none;
  }
  body #modal-form #forms #left .nf-form-content {
    display: block;
    position: relative;
    padding: 0;
  }
  body #modal-form #forms #left .nf-form-content label {
    display: none;
  }
  body #modal-form #forms #left .nf-form-content .submit-wrap button {
    transition: all 0.5s ease-in-out !important;
    -webkit-transition: all 0.5s ease-in-out !important;
    -moz-transition: all 0.5s ease-in-out !important;
    -o-transition: all 0.5s ease-in-out !important;
    display: block;
    margin: 0 auto;
    background: ;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
  }
  body #modal-form #forms #left .nf-form-content .submit-wrap button:hover {
    background: #004e61;
  }
  body #modal-form #forms #left .nf-form-content .nf-after-field {
    display: block;
    position: absolute;
    margin-top: -6px;
    font-size: 13px;
  }
  body #modal-form #forms #left .nf-form-content .nf-after-form-content {
    display: block;
    position: absolute;
    margin-top: -20px;
  }
  body #modal-form #forms #left .nf-form-content input {
    background: #fff;
    border: none;
  }
  body #modal-form #forms #left #nf-field-24-container .nf-field-element label {
    display: block;
    font-size: 12px;
    font-weight: 500;
  }
  body #modal-form #forms #left #nf-field-22-container #nf-field-22-wrap .nf-field-element input {
    width: 100%;
    background-color: transparent;
    font-size: 1.2rem;
    font-weight: 600;
    font-family: 'Barlow Condensed', sans-serif;
    padding: .5rem 1rem;
    letter-spacing: 1px;
    color: #fff;
    border: solid 1px #fff;
    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;
    position: relative;
    z-index: 1;
    cursor: pointer;
  }
  body #modal-form #forms #left #nf-field-22-container #nf-field-22-wrap .nf-field-element input:hover {
    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;
    color: #0584a3;
    background-color: #fff;
  }
  body #modal-form #forms #left #nf-form-errors-4 {
    text-align: center;
  }
  body #modal-form #forms #left .nf-error-msg {
    color: #0584a3;
  }
  body #modal-form #forms #right {
    display: inline-block;
    position: relative;
    width: 70%;
    height: 100%;
    padding: 24px 100px;
    background: #fff;
  }
  body #modal-form #forms #right .title {
    color: #004e61;
    text-transform: uppercase;
    font-size: 2.5rem;
    font-weight: 600;
    font-family: 'Barlow Condensed', sans-serif;
  }
  body #modal-form #forms #right .note {
    text-align: center;
  }
  body #modal-form #forms #right .nf-before-form-content {
    display: none;
  }
  body #modal-form #forms #right #nf-field-18-container label {
    display: block;
    font-size: 12px;
    font-weight: 500;
  }
  body #modal-form #forms #right .nf-form-content {
    display: block;
    position: relative;
    padding: 0;
  }
  body #modal-form #forms #right .nf-form-content label {
    display: none;
  }
  body #modal-form #forms #right .nf-form-content #nf-field-13-container #nf-field-13-wrap .nf-field-element input {
    width: 40%;
    background-color: #0584a3;
    font-size: 1.2rem;
    font-weight: 600;
    font-family: 'Barlow Condensed', sans-serif;
    padding: .5rem 1rem;
    letter-spacing: 1px;
    color: #fff;
    border: solid 1px #fff;
    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;
    position: relative;
    z-index: 1;
    cursor: pointer;
    margin-left: 50%;
    transform: translateX(-50%);
  }
  body #modal-form #forms #right .nf-form-content #nf-field-13-container #nf-field-13-wrap .nf-field-element input:hover {
    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;
    color: #0584a3;
    background-color: transparent;
    border: solid 1px #0584a3;
  }
  body #modal-form #forms #right .nf-form-content .submit-wrap button {
    transition: all 0.5s ease-in-out !important;
    -webkit-transition: all 0.5s ease-in-out !important;
    -moz-transition: all 0.5s ease-in-out !important;
    -o-transition: all 0.5s ease-in-out !important;
    display: block;
    margin: 0 auto;
    background: #004e61;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 20px;
  }
  body #modal-form #forms #right .nf-form-content .submit-wrap button i {
    display: none;
  }
  body #modal-form #forms #right .nf-form-content .submit-wrap button:hover {
    background: #0584a3;
  }
  body #modal-form #forms #right .nf-form-content .nf-after-field {
    display: block;
    position: absolute;
    margin-top: -6px;
    font-size: 13px;
  }
  body #modal-form #forms #right .nf-form-content .nf-after-form-content {
    display: block;
    position: absolute;
    margin-top: -20px;
  }
  body #modal-form #forms #right .nf-form-content input {
    border: none;
  }
  body #modal-form #forms #right .nf-form-content .textarea-container textarea {
    border: none;
  }
  body #modal-form #forms #right #nf-form-errors-3 {
    text-align: center;
  }
  body #modal-form #forms #close {
    transition: all 0.5s ease-in-out !important;
    -webkit-transition: all 0.5s ease-in-out !important;
    -moz-transition: all 0.5s ease-in-out !important;
    -o-transition: all 0.5s ease-in-out !important;
    color: #0584a3;
    background: transparent;
    border: none;
    outline: none;
    font-weight: 400;
    cursor: pointer;
    position: absolute;
    margin-top: 5px;
    margin-left: -40px;
    font-size: 140%;
  }
  body #modal-form #forms #close:hover {
    color: #004e61;
  }
  body #modal-form #button {
    transition: all .5s ease-in-out !important;
    -webkit-transition: all .5s ease-in-out !important;
    -moz-transition: all .5s ease-in-out !important;
    -o-transition: all .5s ease-in-out !important;
    display: block;
    position: relative;
    padding: 4px 10px;
    background: #0584a3;
    color: #fff;
    border: none;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    box-shadow: 0px 2px 6px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 2px 6px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 2px 6px rgba(0,0,0,0.5);
    -o-box-shadow: 0px 2px 6px rgba(0,0,0,0.5);
    top: -450px;
    left: -72px;
    font-size: 15px;
    height: 32px;
    cursor: pointer;
    outline: none;
    z-index: 1006;
  }
  body #modal-form #button:hover {
    background: #004e61;
    transition: all .5s ease-in-out !important;
    -webkit-transition: all .5s ease-in-out !important;
    -moz-transition: all .5s ease-in-out !important;
    -o-transition: all .5s ease-in-out !important;
  }
  body header .container-fluid {
    padding: 0;
  }
  body header #header-bottom .logo a img {
    max-width: 60%;
  }
  body main #trait-deco span:nth-child(2) {
    display: none;
  }
  body main #trait-deco span:nth-child(4) {
    display: none;
  }
  body footer .tel-mobile {
    background-color: #0584a3;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: .5rem;
    width: 100%;
    text-align: center;
    z-index: 999;
  }
  body footer .tel-mobile a {
    color: #fff;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.4rem;
    text-align: center;
    letter-spacing: 1px;
  }
  body footer .infos-tlk .logo-footer {
    margin-bottom: 1rem;
    text-align: center;
  }
  body footer .infos-tlk .logo-footer a img {
    max-width: 60%;
    margin: 0 auto;
    display: block;
  }
  body footer .infos-tlk .certifications {
    margin-bottom: 1rem;
  }
  body footer .infos-tlk .certifications img {
    max-width: 100%;
  }
  body footer .infos-tlk .infos-contact-footer {
    margin-bottom: 1rem;
  }
  body footer .infos-tlk .infos-contact-footer .address-ctn {
    margin: .5rem 0;
  }
  body footer .infos-tlk .infos-contact-footer .reseau {
    margin-top: .5rem;
  }
  body footer .infos-tlk .menu-footer {
    margin-bottom: 1rem;
  }
  body footer .infos-tlk .menu-footer ul {
    padding-left: 0;
    text-align: center;
  }
  body footer .footer-bottom {
    margin-top: 1rem;
    text-align: center;
  }
  body footer .footer-bottom .infos-agence {
    text-align: center;
    margin-bottom: 1rem;
    padding-top: 1rem;
    border-top: solid 1px #fff;
  }
  body.page-id-5 #tlk-facade .bloc-left {
    padding-left: 1rem;
    margin-top: 1rem;
  }
  body.page-id-5 #tlk-facade .bloc-left .inner-top {
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
  body.page-id-5 #tlk-facade .bloc-left .inner-top .titre-wrapper {
    text-align: center;
  }
  body.page-id-5 #tlk-facade .bloc-left .inner-top .titre-wrapper .titre h1 {
    font-size: 3.5rem;
    text-align: center;
  }
  body.page-id-5 #tlk-facade .bloc-left .inner-top .titre-wrapper .sous-titre h2 {
    font-size: 3rem;
    text-align: center;
  }
  body.page-id-5 #tlk-facade .bloc-left .inner-bottom {
    padding: 1.5rem;
  }
  body.page-id-5 #tlk-facade .bloc-left .inner-bottom .ctn-presentation {
    margin-bottom: 1rem;
  }
  body.page-id-5 #tlk-facade .bloc-left .inner-bottom .ctn-presentation .titre-presentation h3 {
    text-align: center;
  }
  body.page-id-5 #tlk-facade .bloc-left .inner-bottom .ctn-presentation .titre-presentation h3::before {
    left: 50%;
    transform: translateX(-50%);
  }
  body.page-id-5 #tlk-facade .bloc-right {
    position: relative;
    order: -1;
    right: inherit;
    top: inherit;
    margin-top: 2rem;
    height: 14rem;
  }
  body.page-id-5 #prestation {
    margin: 4rem 0 0 0;
  }
  body.page-id-5 #prestation .wrapper-prestation .item-prestation {
    margin-bottom: 1rem;
  }
  body.page-id-5 #prestation .wrapper-prestation .item-prestation .inner .photo-prestation {
    height: 300px;
  }
  body.page-id-5 #prestation .wrapper-prestation .item-prestation .inner .nom-prestation {
    text-align: center;
  }
  body.page-id-5 #prestation .wrapper-prestation .item-prestation .inner .nom-prestation::before {
    left: 50%;
    transform: translateX(-50%);
  }
  body.page-id-5 #galerie .main-content #container-galerie.grid .mix {
    height: 250px;
  }
  body.page-id-5 #galerie .main-content #container-galerie.grid .titre,
  body.page-id-5 #galerie .main-content #container-galerie.grid .lien-real {
    height: 150px;
  }
  body.page-id-5 #temoignage {
    position: relative;
    overflow: hidden;
  }
  body.page-id-5 #temoignage #wrapper-temoignage {
    padding: 1rem 0 2rem 0;
  }
  body.page-id-5 #temoignage #wrapper-temoignage .temoignage-text {
    padding: 2rem 1.5rem;
    top: inherit;
    transform: translateY(0);
    position: relative;
    right: inherit;
  }
  body.page-id-5 #temoignage #wrapper-temoignage .temoignage-text .btn-avis a {
    position: relative;
    right: inherit;
    bottom: inherit;
    width: 100%;
  }
  body.page-id-5 #temoignage #wrapper-temoignage .temoignage-text #sync2 .owl-stage-outer .owl-stage .owl-item .inner-avis .nom-prenom .nom {
    font-size: 2rem;
  }
  body.page-id-5 #temoignage #wrapper-temoignage .temoignage-text #sync2 .owl-stage-outer .owl-stage .owl-item .inner-avis .nom-prenom .prenom {
    font-size: 2rem;
  }
  body.page-id-5 #temoignage #wrapper-temoignage .temoignage-text #sync2 .owl-stage-outer .owl-stage .owl-item .inner-avis .type {
    text-align: center;
    font-size: 1rem;
  }
  body.page-id-5 #temoignage #wrapper-temoignage .temoignage-text #sync2 .owl-stage-outer .owl-stage .owl-item .inner-avis .localisation .code-postal,
  body.page-id-5 #temoignage #wrapper-temoignage .temoignage-text #sync2 .owl-stage-outer .owl-stage .owl-item .inner-avis .localisation .ville {
    font-size: 1rem;
  }
  body.page-id-5 #temoignage #wrapper-temoignage .temoignage-text #sync2 .owl-nav {
    top: -25px;
    right: inherit;
    left: 50%;
    transform: translateX(-50%);
  }
  body.page-id-5 #temoignage #wrapper-temoignage .temoignage-photo #sync1 {
    width: 100%;
    height: 250px;
  }
  body.page-id-5 #temoignage #wrapper-temoignage .temoignage-photo #sync1 .owl-stage-outer .owl-stage .owl-item .photo-slider {
    height: 250px;
  }
  body.page-id-11 #tlk-facade .bloc-left {
    padding-left: 1rem;
    margin-top: 10rem;
  }
  body.page-id-11 #tlk-facade .bloc-left .inner-top {
    margin-bottom: 2rem;
  }
  body.page-id-11 #tlk-facade .bloc-left .inner-top .titre-wrapper {
    z-index: 3;
    position: relative;
  }
  body.page-id-11 #tlk-facade .bloc-left .inner-top .titre-wrapper .titre {
    text-align: center;
  }
  body.page-id-11 #tlk-facade .bloc-left .inner-top .titre-wrapper .titre h1 {
    font-size: 3rem;
  }
  body.page-id-11 #tlk-facade .bloc-left .inner-bottom {
    padding: 1.5rem;
  }
  body.page-id-11 #tlk-facade .bloc-left .inner-bottom .ctn-presentation .titre-presentation h3 {
    text-align: center;
  }
  body.page-id-11 #tlk-facade .bloc-left .inner-bottom .ctn-presentation .titre-presentation h3::before {
    left: 50%;
    transform: translateX(-50%);
  }
  body.page-id-11 #tlk-facade .bloc-right {
    position: relative;
    height: 14rem;
    order: -1;
    right: inherit;
  }
  body.page-id-11 #tlk-facade .bloc-right .image-societer {
    height: 100%;
    margin-top: 2rem;
  }
  body.page-id-11 #tlk-facade .bloc-right .certification {
    margin-left: 0 !important;
  }
  body.page-id-11 #zone {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  body.page-id-11 #zone .texte-zone {
    padding: 2rem;
    text-align: center;
  }
  body.page-id-11 #zone .texte-zone .inner .titre {
    text-align: center;
  }
  body.page-id-11 #zone .texte-zone .inner .texte {
    text-align: center;
  }
  body.page-id-11 #zone .texte-zone .btn-more {
    display: block;
    margin-left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  body.page-id-11 #zone .carte-zone {
    margin-top: 3rem;
  }
  body.page-id-11 #zone .carte-zone img {
    max-width: 100%;
  }
  body.page-id-11 #prestation {
    margin: 4rem 0 0 0;
  }
  body.page-id-11 #prestation .wrapper-prestation .item-prestation {
    margin-bottom: 1rem;
  }
  body.page-id-11 #prestation .wrapper-prestation .item-prestation .inner .photo-prestation {
    height: 300px;
  }
  body.page-id-11 #prestation .wrapper-prestation .item-prestation .inner .nom-prestation {
    text-align: center;
  }
  body.page-id-11 #prestation .wrapper-prestation .item-prestation .inner .nom-prestation::before {
    left: 50%;
    transform: translateX(-50%);
  }
  body.page-id-11 #temoignage {
    position: relative;
    overflow: hidden;
  }
  body.page-id-11 #temoignage #wrapper-temoignage {
    padding: 1rem 0 2rem 0;
  }
  body.page-id-11 #temoignage #wrapper-temoignage .temoignage-text {
    padding: 2rem 1.5rem;
    top: inherit;
    transform: translateY(0);
    position: relative;
    right: inherit;
  }
  body.page-id-11 #temoignage #wrapper-temoignage .temoignage-text .btn-avis a {
    position: relative;
    right: inherit;
    bottom: inherit;
    width: 100%;
  }
  body.page-id-11 #temoignage #wrapper-temoignage .temoignage-text #sync2 .owl-stage-outer .owl-stage .owl-item .inner-avis .type {
    text-align: center;
  }
  body.page-id-11 #temoignage #wrapper-temoignage .temoignage-text #sync2 .owl-nav {
    top: -25px;
    right: inherit;
    left: 50%;
    transform: translateX(-50%);
  }
  body.page-id-11 #temoignage #wrapper-temoignage .temoignage-photo #sync1 {
    width: 100%;
    height: 250px;
  }
  body.page-id-11 #temoignage #wrapper-temoignage .temoignage-photo #sync1 .owl-stage-outer .owl-stage .owl-item .photo-slider {
    height: 250px;
  }
  body.page-id-6 #entete-realisation {
    margin-top: 4rem;
  }
  body.page-id-6 #entete-realisation .titre h1 {
    font-size: 2.5rem;
    transform: translateY(0);
  }
  body.page-id-6 #entete-realisation .image-en-avant .inner {
    height: 200px;
    position: relative;
    top: inherit;
    right: inherit;
  }
  body.page-id-6 #realisation {
    margin-top: 2rem;
  }
  body.page-id-6 #realisation .main-content .filters .button-group {
    text-align: center;
    width: 100%;
  }
  body.page-id-6 #realisation .main-content .filters .button-group .button {
    width: 100%;
  }
  body.page-id-13 #entete {
    margin-top: 4rem;
  }
  body.page-id-13 #entete .titre {
    padding-left: 1rem;
    text-align: center;
  }
  body.page-id-13 #entete .titre h1 {
    font-size: 3rem;
  }
  body.page-id-13 #entete .btn-avis {
    padding: 0;
  }
  body.page-id-13 #entete .btn-avis a {
    width: 100%;
    font-size: 1rem;
  }
  body.page-id-13 #liste-avis #wrapper-temoignage .avis.pair .temoignage-photo {
    order: -1;
  }
  body.page-id-13 #liste-avis #wrapper-temoignage .avis .temoignage-text {
    padding: 1.5rem;
  }
  body.page-id-13 #liste-avis #wrapper-temoignage .avis .temoignage-text .inner-avis .type {
    text-align: center;
  }
  body.page-id-13 #liste-avis #wrapper-temoignage .avis .temoignage-photo {
    height: 230px;
  }
  body.page-id-13 #formulaire-avis .formulaire {
    width: 90%;
  }
  body.page-id-14 #entete {
    margin: 4rem 0 2rem 0;
  }
  body.page-id-14 #entete .titre {
    padding-left: 15px;
    text-align: center;
  }
  body.page-id-14 #entete .titre h1 {
    font-size: 4rem;
    text-align: center;
  }
  body.page-id-14 #contact #contact-left {
    padding-left: 0;
  }
  body.page-id-14 #contact #contact-left .coordonner {
    text-align: center;
    padding: 2rem 1rem;
  }
  body.page-id-14 #contact #contact-left .coordonner h2 {
    text-align: center;
  }
  body.page-id-14 #contact #contact-left .coordonner h2::before {
    left: 50%;
    transform: translateX(-50%);
  }
  body.page-id-14 #contact #contact-left .form {
    padding: 2rem;
  }
  body.page-id-14 #contact #contact-right .inner .form {
    padding: 2rem 1rem;
  }
  body.page-template-prestation #prestation-type .bloc-left {
    padding-left: 1rem;
    margin-top: 4rem;
  }
  body.page-template-prestation #prestation-type .bloc-left .inner-top {
    margin-bottom: 2rem;
  }
  body.page-template-prestation #prestation-type .bloc-left .inner-top .titre-wrapper {
    text-align: center;
  }
  body.page-template-prestation #prestation-type .bloc-left .inner-top .titre-wrapper .titre h1 {
    font-size: 3rem;
  }
  body.page-template-prestation #prestation-type .bloc-left .inner-bottom {
    padding: 1.5rem;
  }
  body.page-template-prestation #prestation-type .bloc-left .inner-bottom .ctn-presentation {
    margin-bottom: 1rem;
  }
  body.page-template-prestation #prestation-type .bloc-left .inner-bottom .ctn-presentation .avantages {
    text-align: center;
    width: 100%;
    margin-top: 1rem;
  }
  body.page-template-prestation #prestation-type .bloc-left .inner-bottom .ctn-presentation .avantages ul {
    padding-left: 0;
  }
  body.page-template-prestation #prestation-type .bloc-left .inner-bottom .ctn-presentation .avantages ul li::before {
    display: none;
  }
  body.page-template-prestation #prestation-type .bloc-left .inner-bottom .btn-more {
    font-size: 1rem;
  }
  body.page-template-prestation #prestation-type .bloc-right {
    position: relative;
    order: -1;
    height: 15rem;
    right: inherit;
    top: 2rem;
  }
  body.page-template-prestation #galerie .main-content .titre-main h2 {
    font-size: 1.5rem;
  }
  body.page-template-prestation #galerie .main-content #container-galerie.grid .mix {
    height: 250px;
  }
  body.page-template-prestation #galerie .main-content #container-galerie.grid .titre,
  body.page-template-prestation #galerie .main-content #container-galerie.grid .lien-real {
    height: 150px;
  }
  #grdp_barre_mini {
    display: none !important;
  }
  grdp_barre_maxi {
    z-index: 9999 !important;
  }
}
@media (max-width: 767.98px) and (min-width: 992px) and (max-width: 1199.98px) {
  body #modal-form #forms .title {
    margin-top: 15px;
  }
}
@media (max-width: 767.98px) and (min-width: 992px) and (max-width: 1199.98px) {
  body #modal-form #forms #left {
    width: 35%;
    padding: 24px 40px;
  }
}
@media (max-width: 767.98px) and (min-width: 992px) and (max-width: 1199.98px) {
  body #modal-form #forms #left .nf-form-content .nf-field-container {
    margin-bottom: 15px;
  }
}
@media (max-width: 767.98px) and (min-width: 992px) and (max-width: 1199.98px) {
  body #modal-form #forms #right {
    width: 65%;
    padding: 24px 40px;
  }
}
@media (max-width: 767.98px) and (min-width: 992px) and (max-width: 1199.98px) {
  body #modal-form #forms #right .nf-form-content textarea {
    height: 130px;
  }
}
@media (max-width: 767.98px) and (min-width: 992px) and (max-width: 1199.98px) {
  body #modal-form #forms #right .nf-form-content .nf-field-container {
    margin-bottom: 15px;
  }
}
@media (max-width: 767.98px) and (min-width: 992px) and (max-width: 1199.98px) {
  body #modal-form #button {
    top: -360px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body #modal-form {
    transition: all 0.5s ease-in-out !important;
    -webkit-transition: all 0.5s ease-in-out !important;
    -moz-transition: all 0.5s ease-in-out !important;
    -o-transition: all 0.5s ease-in-out !important;
    display: none;
    position: fixed;
    width: 95%;
    margin: 0 15%;
    top: 60px;
    z-index: 1005;
  }
  body #modal-form #forms {
    display: block;
    position: relative;
    width: 100%;
    background: #0584a3;
    box-shadow: 0px 6px 18px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 6px 18px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 6px 18px rgba(0,0,0,0.5);
    -o-box-shadow: 0px 6px 18px rgba(0,0,0,0.5);
    z-index: 1007;
  }
  body #modal-form #forms .title {
    text-align: center;
    font-size: 180%;
    font-weight: 600;
    margin-top: 32px;
  }
  body #modal-form #forms #left {
    display: inline-block;
    position: relative;
    width: 40%;
    height: 100%;
    float: left;
    padding: 24px;
    background: #0584a3;
    color: #fff;
  }
  body #modal-form #forms #left .title {
    text-transform: uppercase;
    font-size: 2.5rem;
    font-weight: 600;
    font-family: 'Barlow Condensed', sans-serif;
  }
  body #modal-form #forms #left .questions {
    text-align: center;
  }
  body #modal-form #forms #left .questions span {
    display: block;
    width: 100%;
  }
  body #modal-form #forms #left .hook {
    text-align: center;
    margin-top: 24px;
    padding-top: 20px;
    border-top: solid 1px #fff;
  }
  body #modal-form #forms #left .nf-before-form-content {
    display: none;
  }
  body #modal-form #forms #left .nf-form-content {
    display: block;
    position: relative;
    padding: 0;
  }
  body #modal-form #forms #left .nf-form-content label {
    display: none;
  }
  body #modal-form #forms #left .nf-form-content .submit-wrap button {
    transition: all 0.5s ease-in-out !important;
    -webkit-transition: all 0.5s ease-in-out !important;
    -moz-transition: all 0.5s ease-in-out !important;
    -o-transition: all 0.5s ease-in-out !important;
    display: block;
    margin: 0 auto;
    background: ;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
  }
  body #modal-form #forms #left .nf-form-content .submit-wrap button:hover {
    background: #004e61;
  }
  body #modal-form #forms #left .nf-form-content .nf-after-field {
    display: block;
    position: absolute;
    margin-top: -6px;
    font-size: 13px;
  }
  body #modal-form #forms #left .nf-form-content .nf-after-form-content {
    display: block;
    position: absolute;
    margin-top: -20px;
  }
  body #modal-form #forms #left .nf-form-content input {
    background: #fff;
    border: none;
  }
  body #modal-form #forms #left #nf-field-24-container .nf-field-element label {
    display: block;
    font-size: 12px;
    font-weight: 500;
  }
  body #modal-form #forms #left #nf-field-22-container #nf-field-22-wrap .nf-field-element input {
    width: 100%;
    background-color: transparent;
    font-size: 1.2rem;
    font-weight: 600;
    font-family: 'Barlow Condensed', sans-serif;
    padding: .5rem 1rem;
    letter-spacing: 1px;
    color: #fff;
    border: solid 1px #fff;
    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;
    position: relative;
    z-index: 1;
    cursor: pointer;
  }
  body #modal-form #forms #left #nf-field-22-container #nf-field-22-wrap .nf-field-element input:hover {
    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;
    color: #0584a3;
    background-color: #fff;
  }
  body #modal-form #forms #left #nf-form-errors-4 {
    text-align: center;
  }
  body #modal-form #forms #left .nf-error-msg {
    color: #0584a3;
  }
  body #modal-form #forms #right {
    display: inline-block;
    position: relative;
    width: 60%;
    height: 100%;
    padding: 24px 30px;
    background: #fff;
  }
  body #modal-form #forms #right .title {
    color: #004e61;
    text-transform: uppercase;
    font-size: 2.5rem;
    font-weight: 600;
    font-family: 'Barlow Condensed', sans-serif;
  }
  body #modal-form #forms #right .note {
    text-align: center;
  }
  body #modal-form #forms #right .nf-before-form-content {
    display: none;
  }
  body #modal-form #forms #right #nf-field-18-container label {
    display: block;
    font-size: 12px;
    font-weight: 500;
  }
  body #modal-form #forms #right .nf-form-content {
    display: block;
    position: relative;
    padding: 0;
  }
  body #modal-form #forms #right .nf-form-content label {
    display: none;
  }
  body #modal-form #forms #right .nf-form-content #nf-field-13-container #nf-field-13-wrap .nf-field-element input {
    width: 40%;
    background-color: #0584a3;
    font-size: 1.2rem;
    font-weight: 600;
    font-family: 'Barlow Condensed', sans-serif;
    padding: .5rem 1rem;
    letter-spacing: 1px;
    color: #fff;
    border: solid 1px #fff;
    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;
    position: relative;
    z-index: 1;
    cursor: pointer;
    margin-left: 50%;
    transform: translateX(-50%);
  }
  body #modal-form #forms #right .nf-form-content #nf-field-13-container #nf-field-13-wrap .nf-field-element input:hover {
    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;
    color: #0584a3;
    background-color: transparent;
    border: solid 1px #0584a3;
  }
  body #modal-form #forms #right .nf-form-content .submit-wrap button {
    transition: all 0.5s ease-in-out !important;
    -webkit-transition: all 0.5s ease-in-out !important;
    -moz-transition: all 0.5s ease-in-out !important;
    -o-transition: all 0.5s ease-in-out !important;
    display: block;
    margin: 0 auto;
    background: #004e61;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 20px;
  }
  body #modal-form #forms #right .nf-form-content .submit-wrap button i {
    display: none;
  }
  body #modal-form #forms #right .nf-form-content .submit-wrap button:hover {
    background: #0584a3;
  }
  body #modal-form #forms #right .nf-form-content .nf-after-field {
    display: block;
    position: absolute;
    margin-top: -6px;
    font-size: 13px;
  }
  body #modal-form #forms #right .nf-form-content .nf-after-form-content {
    display: block;
    position: absolute;
    margin-top: -20px;
  }
  body #modal-form #forms #right .nf-form-content input {
    border: none;
  }
  body #modal-form #forms #right .nf-form-content textarea {
    height: 120px;
  }
  body #modal-form #forms #right .nf-form-content .textarea-container textarea {
    border: none;
  }
  body #modal-form #forms #right #nf-form-errors-3 {
    text-align: center;
  }
  body #modal-form #forms #close {
    transition: all 0.5s ease-in-out !important;
    -webkit-transition: all 0.5s ease-in-out !important;
    -moz-transition: all 0.5s ease-in-out !important;
    -o-transition: all 0.5s ease-in-out !important;
    color: #0584a3;
    background: transparent;
    border: none;
    outline: none;
    font-weight: 400;
    cursor: pointer;
    position: absolute;
    margin-top: 5px;
    margin-left: -40px;
    font-size: 140%;
  }
  body #modal-form #forms #close:hover {
    color: #004e61;
  }
  body #modal-form #button {
    transition: all .5s ease-in-out !important;
    -webkit-transition: all .5s ease-in-out !important;
    -moz-transition: all .5s ease-in-out !important;
    -o-transition: all .5s ease-in-out !important;
    display: block;
    position: relative;
    padding: 4px 10px;
    background: #0584a3;
    color: #fff;
    border: none;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    box-shadow: 0px 2px 6px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 2px 6px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 2px 6px rgba(0,0,0,0.5);
    -o-box-shadow: 0px 2px 6px rgba(0,0,0,0.5);
    top: -450px;
    left: -73px;
    font-size: 15px;
    height: 32px;
    cursor: pointer;
    outline: none;
    z-index: 1006;
  }
  body #modal-form #button:hover {
    background: #004e61;
    transition: all .5s ease-in-out !important;
    -webkit-transition: all .5s ease-in-out !important;
    -moz-transition: all .5s ease-in-out !important;
    -o-transition: all .5s ease-in-out !important;
  }
  body header #header-top {
    padding: .5rem 0;
  }
  body header #header-top .container .plaquette {
    padding: 0;
  }
  body header #header-top .container .plaquette .btn-plaquette {
    font-size: .9rem;
  }
  body header #header-top .container .tel {
    padding: 0;
  }
  body header #header-top .container .tel a {
    font-size: .85rem;
  }
  body header #header-top .container .mail {
    padding: 0;
  }
  body header #header-top .container .mail a {
    font-size: .85rem;
  }
  body header #header-top .container .zone {
    font-size: .85rem;
  }
  body header #header-top .container .reseau {
    right: -95px;
  }
  body header #header-top .container .reseau .facebook {
    margin-right: 0;
  }
  body header #header-bottom .logo {
    margin-top: 1rem;
  }
  body header #header-bottom .main-menu ul {
    text-align: center;
  }
  body header #header-bottom .main-menu ul li {
    margin: 0 .8rem;
  }
  body header #header-bottom .main-menu ul li >ul.sub-menu {
    display: flex;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    top: 100%;
    z-index: 999;
    left: 0;
    right: 0;
    height: auto;
    transform: translateY(2rem);
    width: 100%;
    background-color: #0584a3;
    text-align: center;
    justify-content: center;
    align-items: center;
    z-index: -1;
    transition: all .2s ease-in-out !important;
    -webkit-transition: all .2s ease-in-out !important;
    -moz-transition: all .2s ease-in-out !important;
    -o-transition: all .2s ease-in-out !important;
  }
  body header #header-bottom .main-menu ul li >ul.sub-menu.active {
    opacity: 1;
    z-index: 50;
    transform: translateY(0);
    visibility: visible;
    transition: all .6s ease-in-out !important;
    -webkit-transition: all .6s ease-in-out !important;
    -moz-transition: all .6s ease-in-out !important;
    -o-transition: all .6s ease-in-out !important;
  }
  body header #header-bottom .main-menu ul li >ul.sub-menu li {
    display: inline-block;
    width: 20%;
    margin: 0 .3rem;
    position: relative;
  }
  body header #header-bottom .main-menu ul li >ul.sub-menu li::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 30px;
    width: 1px;
    background-color: #fff;
  }
  body header #header-bottom .main-menu ul li >ul.sub-menu li:last-child::before {
    display: none;
  }
  body header #header-bottom .main-menu ul li >ul.sub-menu li a {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    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;
    font-size: .9rem;
    letter-spacing: 0;
  }
  body header #header-bottom .main-menu ul li >ul.sub-menu li a:hover {
    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;
    color: #004e61;
  }
  body main #trait-deco span:nth-child(2) {
    display: none;
  }
  body main #trait-deco span:nth-child(4) {
    display: none;
  }
  body footer .infos-tlk .logo-footer {
    margin-bottom: 1rem;
    text-align: center;
  }
  body footer .infos-tlk .logo-footer a img {
    max-width: 70%;
  }
  body footer .infos-tlk .menu-footer ul {
    padding-left: 2rem;
  }
  body footer .footer-bottom {
    margin-top: 2rem;
  }
  body.page-id-5 #tlk-facade .bloc-left {
    padding-left: 1rem;
    margin-top: 1rem;
  }
  body.page-id-5 #tlk-facade .bloc-left .inner-top .titre-wrapper {
    text-align: center;
  }
  body.page-id-5 #tlk-facade .bloc-left .inner-top .titre-wrapper .titre h1 {
    font-size: 4rem;
    text-align: center;
  }
  body.page-id-5 #tlk-facade .bloc-left .inner-bottom {
    padding: 3rem;
  }
  body.page-id-5 #tlk-facade .bloc-left .inner-bottom .ctn-presentation .titre-presentation h3 {
    text-align: center;
  }
  body.page-id-5 #tlk-facade .bloc-left .inner-bottom .ctn-presentation .titre-presentation h3::before {
    left: 50%;
    transform: translateX(-50%);
  }
  body.page-id-5 #tlk-facade .bloc-right {
    position: relative;
    order: -1;
    height: 25rem;
  }
  body.page-id-5 #prestation .wrapper-prestation .item-prestation {
    margin-bottom: 1.5rem;
  }
  body.page-id-5 #prestation .wrapper-prestation .item-prestation .inner .photo-prestation {
    height: 350px;
  }
  body.page-id-5 #galerie .main-content #container-galerie.grid .mix {
    height: 250px;
  }
  body.page-id-5 #temoignage {
    position: relative;
    overflow: hidden;
  }
  body.page-id-5 #temoignage #wrapper-temoignage {
    padding: 3rem 0 5rem 0;
  }
  body.page-id-5 #temoignage #wrapper-temoignage .temoignage-text {
    padding: 1.5rem;
    top: 47%;
  }
  body.page-id-5 #temoignage #wrapper-temoignage .temoignage-text #sync2 .owl-nav {
    top: -65px;
  }
  body.page-id-11 #tlk-facade .bloc-left {
    padding-left: 1rem;
    margin-top: 8rem;
  }
  body.page-id-11 #tlk-facade .bloc-left .inner-top .titre-wrapper {
    z-index: 3;
    position: relative;
  }
  body.page-id-11 #tlk-facade .bloc-left .inner-top .titre-wrapper .titre {
    text-align: center;
  }
  body.page-id-11 #tlk-facade .bloc-left .inner-top .titre-wrapper .titre h1 {
    font-size: 3.5rem;
  }
  body.page-id-11 #tlk-facade .bloc-left .inner-bottom {
    padding: 3rem;
  }
  body.page-id-11 #tlk-facade .bloc-left .inner-bottom .ctn-presentation .titre-presentation h3 {
    text-align: center;
  }
  body.page-id-11 #tlk-facade .bloc-left .inner-bottom .ctn-presentation .titre-presentation h3::before {
    left: 50%;
    transform: translateX(-50%);
  }
  body.page-id-11 #tlk-facade .bloc-right {
    position: relative;
    height: 30rem;
    order: -1;
    right: inherit;
  }
  body.page-id-11 #tlk-facade .bloc-right .image-societer {
    height: 100%;
  }
  body.page-id-11 #tlk-facade .bloc-right .certification {
    margin-left: 0 !important;
  }
  body.page-id-11 #zone {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  body.page-id-11 #zone .texte-zone {
    padding: 2rem;
    text-align: center;
  }
  body.page-id-11 #zone .texte-zone .inner .titre {
    text-align: center;
  }
  body.page-id-11 #zone .texte-zone .inner .texte {
    text-align: center;
  }
  body.page-id-11 #zone .texte-zone .btn-more {
    display: block;
    margin-left: 50%;
    transform: translateX(-50%);
  }
  body.page-id-11 #zone .carte-zone {
    margin-top: 3rem;
  }
  body.page-id-11 #zone .carte-zone img {
    max-width: 95%;
  }
  body.page-id-11 #prestation .titre-section h1 {
    padding-left: 0;
    text-align: center;
  }
  body.page-id-11 #prestation .wrapper-prestation .item-prestation {
    margin-bottom: 1.5rem;
  }
  body.page-id-11 #prestation .wrapper-prestation .item-prestation .inner .photo-prestation {
    height: 350px;
  }
  body.page-id-11 #temoignage {
    position: relative;
    overflow: hidden;
  }
  body.page-id-11 #temoignage #wrapper-temoignage {
    padding: 3rem 0 5rem 0;
  }
  body.page-id-11 #temoignage #wrapper-temoignage .temoignage-text {
    padding: 1.5rem;
    top: 47%;
  }
  body.page-id-11 #temoignage #wrapper-temoignage .temoignage-text #sync2 .owl-nav {
    top: -65px;
  }
  body.page-id-6 #entete-realisation .titre h1 {
    font-size: 3.2rem;
  }
  body.page-id-6 #entete-realisation .image-en-avant .inner {
    height: 230px;
  }
  body.page-id-6 #realisation .main-content .filters .button-group {
    text-align: center;
    width: 100%;
  }
  body.page-id-13 #entete .titre {
    padding-left: 1rem;
  }
  body.page-id-13 #entete .titre h1 {
    font-size: 3rem;
  }
  body.page-id-13 #entete .btn-avis a {
    width: 90%;
  }
  body.page-id-13 #liste-avis #wrapper-temoignage .avis.pair .temoignage-text {
    padding: 1rem 1.5rem 1rem 0;
  }
  body.page-id-13 #liste-avis #wrapper-temoignage .avis .temoignage-text {
    padding: 1rem 0 1rem 1.5rem;
  }
  body.page-id-13 #formulaire-avis .formulaire {
    width: 90%;
  }
  body.page-id-14 #entete .titre {
    padding-left: 15px;
    text-align: center;
  }
  body.page-id-14 #entete .titre h1 {
    font-size: 4rem;
    text-align: center;
  }
  body.page-id-14 #contact #contact-left {
    padding-left: 0;
  }
  body.page-id-14 #contact #contact-left .coordonner {
    text-align: center;
  }
  body.page-id-14 #contact #contact-left .coordonner h2 {
    text-align: center;
  }
  body.page-id-14 #contact #contact-left .coordonner h2::before {
    left: 50%;
    transform: translateX(-50%);
  }
  body.page-id-14 #contact #contact-right .inner .form {
    padding: 3rem 4rem 1rem 4rem;
  }
  body.page-template-prestation #prestation-type .bloc-left {
    padding-left: 1rem;
    margin-top: 1rem;
  }
  body.page-template-prestation #prestation-type .bloc-left .inner-top {
    margin-bottom: 2rem;
  }
  body.page-template-prestation #prestation-type .bloc-left .inner-top .titre-wrapper {
    text-align: center;
  }
  body.page-template-prestation #prestation-type .bloc-left .inner-top .titre-wrapper .titre h1 {
    font-size: 4rem;
  }
  body.page-template-prestation #prestation-type .bloc-left .inner-bottom {
    padding: 3rem;
  }
  body.page-template-prestation #prestation-type .bloc-left .inner-bottom .ctn-presentation .avantages {
    text-align: center;
    width: 100%;
    margin-top: 1rem;
  }
  body.page-template-prestation #prestation-type .bloc-left .inner-bottom .ctn-presentation .avantages ul li::before {
    display: none;
  }
  body.page-template-prestation #prestation-type .bloc-right {
    position: relative;
    order: -1;
    height: 25rem;
    right: inherit;
  }
  body.page-template-prestation #galerie .main-content #container-galerie.grid .mix {
    height: 250px;
  }
  #grdp_barre_mini {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) and (min-width: 992px) and (max-width: 1199.98px) {
  body #modal-form #forms .title {
    margin-top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) and (min-width: 992px) and (max-width: 1199.98px) {
  body #modal-form #forms #left {
    width: 35%;
    padding: 24px 40px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) and (min-width: 992px) and (max-width: 1199.98px) {
  body #modal-form #forms #left .nf-form-content .nf-field-container {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) and (min-width: 992px) and (max-width: 1199.98px) {
  body #modal-form #forms #right {
    width: 65%;
    padding: 24px 40px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) and (min-width: 992px) and (max-width: 1199.98px) {
  body #modal-form #forms #right .nf-form-content textarea {
    height: 130px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) and (min-width: 992px) and (max-width: 1199.98px) {
  body #modal-form #forms #right .nf-form-content .nf-field-container {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) and (min-width: 992px) and (max-width: 1199.98px) {
  body #modal-form #button {
    top: -360px;
  }
}
