@import url('https://fonts.googleapis.com/css?family=Exo:300,400,400i,500,600,700,800|Montserrat:300,400,400i,500,600,700,800');
.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
html,
body {
  overflow-x: hidden;
  overflow: auto;
}
.page-id-6 .container a {
  color: #00acdb !important;
}
#texte-confidentialite a {
  color: #00acdb !important;
}
body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: #333333;
  line-height: 1.4;
}
body a {
  text-decoration: none;
}
body a:hover {
  text-decoration: none;
}
body header {
  padding: 1rem 0;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body header {
    padding: 3rem 0 1rem 0;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  body header {
    padding: 1rem 0 2rem 0;
  }
}
@media (min-width: 1440px) and (max-width: 1549.98px) {
  body header .btn-chaleur {
    width: 100px !important;
  }
  body header .btn-chaleur .title {
    text-align: center;
    display: block;
  }
  body header .btn-chaleur .logo-chaleur img {
    width: 85% !important;
  }
}
body header .header-left {
  padding-left: 0;
}
body header .header-left a img {
  width: 90%;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body header .header-left a img {
    width: 85%;
  }
}
body header .header-right {
  padding-right: 0;
  position: relative;
}
body header .header-right .menu-wrapper .navbar ul li {
  padding: 0 .5rem;
}
body header .header-right .menu-wrapper .navbar ul li a {
  font-family: 'Exo', sans-serif;
  font-weight: 500;
  font-size: .9rem;
  text-transform: uppercase;
  color: #717c7c;
  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;
  letter-spacing: 1px;
}
body header .header-right .menu-wrapper .navbar ul li a::before {
  background-color: #00acdb;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 0;
  height: 2px;
  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-right .menu-wrapper .navbar ul 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: #00acdb;
}
body header .header-right .menu-wrapper .navbar ul li a:hover::before {
  width: 30px;
  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-right .menu-wrapper .navbar ul li.current-menu-item a {
  color: #00acdb;
}
body header .header-right .menu-wrapper .navbar ul li.current-menu-item a::before {
  width: 30px;
}
body header .header-right .infos-contact {
  padding-right: 0;
}
body header .header-right .infos-contact .info-item {
  background-color: #b62a18;
  padding: .5rem 1rem;
  width: 80%;
  text-align: center;
  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-right .infos-contact .info-item {
    width: 98%;
  }
}
body header .header-right .infos-contact .info-item i {
  color: #fff;
  transform: scaleX(-1);
}
body header .header-right .infos-contact .info-item span {
  font-size: 1rem;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
body header .header-right .infos-contact .info-item::before {
  display: none;
}
body header .header-right .infos-contact .info-item:hover {
  background-color: #931f16;
  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-right .infos-contact span {
  text-transform: uppercase;
  color: #b62a18;
  font-family: 'Exo', sans-serif;
  font-weight: 400;
  font-size: .9rem;
  width: 100%;
  text-align: center;
  margin-top: .3rem;
}
body header .btn-chaleur {
  position: absolute;
  text-decoration: none;
  top: 0;
  right: 0;
  width: 170px;
  border: solid 1px #9acc5d;
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  body header .btn-chaleur {
    border-top: solid 1px #9acc5d;
    top: inherit;
    bottom: 0;
    right: 2.2rem;
    width: 158px;
  }
}
body header .btn-chaleur .title {
  font-size: .8rem;
  background-color: #9acc5d;
  padding: .7rem .5rem;
  color: #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;
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  body header .btn-chaleur .title {
    padding: .5rem;
  }
}
body header .btn-chaleur .logo-chaleur img {
  width: 40%;
  padding: .3rem 0 .3rem .8rem;
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  body header .btn-chaleur .logo-chaleur img {
    padding: .2rem 0 .2rem .5rem;
    width: 39%;
  }
}
body header .btn-chaleur:hover .title {
  background-color: transparent;
  color: #9acc5d;
  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 main {
  position: relative;
}
body main #demande-rappel {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 150;
  background-color: #b62a18;
  max-width: 20rem;
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
}
body main #demande-rappel #rappel-title {
  position: relative;
  background-color: #b62a18;
  color: #fff;
  cursor: pointer;
  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 main #demande-rappel #rappel-title span {
  padding: .7rem 1rem;
  font-size: .9rem;
  font-weight: 500;
  font-family: 'Exo', sans-serif;
}
body main #demande-rappel #rappel-title i {
  background-color: #931f16;
  padding: .7rem;
}
body main #demande-rappel #rappel-title:hover {
  background-color: #931f16;
  color: #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;
}
body main #demande-rappel.active #rappel-title::before {
  display: none;
}
body main #demande-rappel .nf-form-cont {
  display: none;
  padding: 0 1rem;
}
body main #demande-rappel .nf-form-cont.active {
  padding: 0.5rem 1.5rem;
}
body main #demande-rappel .nf-form-cont .nf-before-form-content {
  font-size: .75rem;
  margin-bottom: 1rem;
}
body main #demande-rappel .nf-form-cont .textbox-container {
  margin-bottom: 1rem;
}
body main #demande-rappel .nf-form-cont .submit-container {
  margin-bottom: 0;
  text-align: right;
}
body main #demande-rappel input:not([type="button"]),
body main #demande-rappel textarea,
body main #demande-rappel select {
  padding: .5rem .7rem;
  border: 1px solid #fff;
  outline: none;
  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 main #demande-rappel input:not([type="button"]):hover,
body main #demande-rappel input:not([type="button"]):focus,
body main #demande-rappel textarea:hover,
body main #demande-rappel textarea:focus,
body main #demande-rappel select:hover,
body main #demande-rappel select:focus {
  border: 1px solid #b62a18;
  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 main #demande-rappel textarea {
  resize: none;
  height: 120px;
}
body main #demande-rappel ::-webkit-input-placeholder {
  font-size: .8rem;
  color: ;
}
body main #demande-rappel ::-moz-placeholder {
  font-size: .8rem;
  color: ;
}
body main #demande-rappel :-ms-input-placeholder {
  font-size: .8rem;
  color: ;
}
body main #demande-rappel :-moz-placeholder {
  font-size: .8rem;
  color: ;
}
body main #demande-rappel input[type="button"] {
  padding: .5rem 1.5rem;
  background-color: #931f16;
  color: #fff;
  border: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .9rem;
  font-weight: 500;
  cursor: pointer;
}
body main #demande-rappel.sticky {
  position: absolute;
}
body footer {
  font-size: .9rem;
  padding: .5rem 0;
}
body footer a {
  color: #b62a18;
  font-weight: 400;
  font-size: .9rem;
}
.page-id-5 #main-slider {
  height: 900px;
}
.page-id-5 #main-slider >.owl-stage-outer {
  height: 100%;
}
.page-id-5 #main-slider >.owl-stage-outer:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background: -moz-linear-gradient(left,rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%);
  background: -webkit-linear-gradient(left,rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%);
  background: linear-gradient(to right,rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#a6000000',GradientType=1);
  z-index: 10;
}
.page-id-5 #main-slider >.owl-stage-outer * {
  height: 100%;
}
.page-id-5 #main-slider >.owl-stage-outer .owl-item {
  overflow: hidden;
}
.page-id-5 #main-slider >.owl-stage-outer .owl-item > div {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.page-id-5 #main-slider >.owl-stage-outer .owl-item .main-message {
  position: relative;
  height: auto;
  margin-left: 10%;
  padding-top: 10rem;
  width: 40%;
  z-index: 15;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page-id-5 #main-slider >.owl-stage-outer .owl-item .main-message {
    width: 80%;
  }
}
.page-id-5 #main-slider >.owl-stage-outer .owl-item .main-message p {
  color: #333333;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0;
}
.page-id-5 #main-slider >.owl-stage-outer .owl-item .main-message p strong {
  font-weight: 600;
}
.page-id-5 #main-slider >.owl-stage-outer .owl-item .main-message .zone span {
  color: #717c7c;
  font-weight: 400;
  font-size: 1.3rem;
  letter-spacing: 1px;
  margin-top: 0;
}
.page-id-5 #main-slider >.owl-stage-outer .owl-item .main-message .btn-service {
  background-color: #00acdb;
  color: #fff;
  text-transform: uppercase;
  font-size: .9rem;
  font-weight: 400;
  padding: .5rem 1.2rem;
  text-align: center;
  display: inline-block;
  margin-top: 1rem;
  cursor: pointer;
  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-5 #main-slider >.owl-stage-outer .owl-item .main-message .btn-service:hover {
  background-color: #b62a18;
  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-5 #main-slider >.owl-stage-outer .owl-item .main-message .btn-service strong {
  font-weight: 600;
  letter-spacing: 1px;
}
.page-id-5 #main-slider > .owl-dots {
  position: absolute;
  top: 50%;
  right: 0;
  display: flex;
  flex-direction: column;
  z-index: 100;
  justify-content: flex-end;
  align-items: flex-end;
  z-index: 11;
}
.page-id-5 #main-slider > .owl-dots .owl-dot {
  position: relative;
  width: 150px;
  height: 1px;
  background-color: rgba(255,255,255,0.5);
  margin-bottom: 3.5rem;
  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;
}
.page-id-5 #main-slider > .owl-dots .owl-dot:last-of-type {
  margin-bottom: 0rem;
}
.page-id-5 #main-slider > .owl-dots .owl-dot.active {
  width: 250px;
  background-color: #fff;
  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;
}
.page-id-5 #main-slider > .owl-dots .owl-dot.active:before {
  font-size: 2rem;
  top: -1.6rem;
  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;
}
.page-id-5 #main-slider > .owl-dots .owl-dot.active:after {
  top: -1.6rem;
  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;
}
.page-id-5 #main-slider > .owl-dots .owl-dot:before {
  content: attr(data-title);
  position: absolute;
  right: 105%;
  top: -0.8rem;
  text-transform: uppercase;
  font-family: 'Exo', sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 1.2rem;
  white-space: nowrap;
  text-shadow: 0px 0px 30px #969696;
  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;
}
.page-id-5 #main-slider > .owl-dots .owl-dot .owl-picto {
  position: absolute;
  right: 195%;
  top: -1.8rem;
  width: 45px;
  height: 45px;
  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;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: cenetr;
}
.page-id-5 #main-slider > .owl-dots .owl-dot:hover,
.page-id-5 #main-slider > .owl-dots .owl-dot:focus {
  background-color: #fff;
  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;
}
.page-id-5 #main-slider > .owl-dots .owl-dot:nth-child(2) .owl-picto {
  right: 175%;
}
.page-id-5 #main-slider > .owl-dots .owl-dot:nth-child(3) .owl-picto {
  right: 160%;
}
.page-id-10 #entete,
.page-id-11 #entete,
.page-id-12 #entete {
  background-position: -9% 15% !important;
  position: relative;
  background-repeat: no-repeat;
}
.page-id-10 #entete::before,
.page-id-11 #entete::before,
.page-id-12 #entete::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(left,rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(left,rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to right,rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=1);
}
.page-id-10 #entete::after,
.page-id-11 #entete::after,
.page-id-12 #entete::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 270px;
  height: 300px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/flocon.png);
}
.page-id-10 #entete #message-entete,
.page-id-11 #entete #message-entete,
.page-id-12 #entete #message-entete {
  padding: 6rem 0 6rem 15rem;
  position: relative;
  z-index: 50;
}
.page-id-10 #entete #message-entete h3,
.page-id-11 #entete #message-entete h3,
.page-id-12 #entete #message-entete h3 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.8rem;
}
.page-id-10 #entete #message-entete p,
.page-id-11 #entete #message-entete p,
.page-id-12 #entete #message-entete p {
  color: #fff;
  font-weight: 400;
}
.page-id-10 #presentation {
  margin-top: 5rem;
  margin-bottom: 4rem;
}
.page-id-10 #presentation #texte-presentation h3 {
  text-align: left;
  text-transform: uppercase;
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: 'Exo', sans-serif;
  margin-bottom: 2rem;
}
.page-id-10 #presentation #texte-presentation h3::before {
  background-color: #00acdb;
  height: 2px;
  width: 25px;
  position: absolute;
  content: "";
  left: 0;
  bottom: -15px;
}
.page-id-10 #presentation #texte-presentation p {
  text-align: justify;
  line-height: 2;
  font-size: .9rem;
  font-weight: 400;
  color: #717c7c;
}
.page-id-10 #methode {
  margin-top: 3rem;
  padding-bottom: 4rem;
}
.page-id-10 #methode #texte-presentation {
  background-color: #3c3c3b;
  position: relative;
  padding: 3rem;
  height: 100%;
  width: 100%;
}
.page-id-10 #methode #texte-presentation::before {
  background-color: #00acdb;
  height: 100%;
  width: 100%;
  position: absolute;
  content: "";
  left: 15px;
  bottom: -15px;
  z-index: -1;
}
.page-id-10 #methode #texte-presentation h3 {
  text-align: left;
  text-transform: uppercase;
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: 'Exo', sans-serif;
  margin-bottom: 2rem;
  color: #fff;
}
.page-id-10 #methode #texte-presentation h3::before {
  background-color: #00acdb;
  height: 2px;
  width: 25px;
  position: absolute;
  content: "";
  left: 0;
  bottom: -15px;
}
.page-id-10 #methode #texte-presentation p {
  text-align: justify;
  line-height: 2;
  font-size: .9rem;
  font-weight: 400;
  color: #fff;
}
.page-id-11 .main-title h1 {
  text-align: center;
  text-transform: uppercase;
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: 'Exo', sans-serif;
  margin-bottom: 3rem;
  color: #333333;
}
.page-id-11 .main-title h1::before {
  background-color: #00acdb;
  height: 2px;
  width: 25px;
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
}
.page-id-11 #service {
  margin-top: 5rem;
  margin-bottom: 4rem;
}
.page-id-11 #service .wrapper-service:nth-child(1) {
  animation-duration: 1s;
  animation-delay: .5s;
}
.page-id-11 #service .wrapper-service:nth-child(2) {
  animation-duration: 1s;
  animation-delay: 1s;
}
.page-id-11 #service .wrapper-service:nth-child(3) {
  animation-duration: 1s;
  animation-delay: 1.5s;
}
.page-id-11 #service .wrapper-service .inner-service {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 290px;
}
.page-id-11 #service .wrapper-service .inner-service .inside-service {
  background-color: rgba(0,0,0,0.6);
  padding: 2rem 1rem;
  height: 92%;
  width: 92%;
  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;
  cursor: pointer;
}
.page-id-11 #service .wrapper-service .inner-service .inside-service .picto {
  height: 40px;
  width: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: .5rem;
  padding: 0 0 1.5rem;
  margin: 0 auto;
  display: inline-block;
  margin-left: 50%;
  transform: translateX(-50%);
  padding-top: 10rem;
  -webkit-transition: all 0.3s cubic-bezier(0.74,0.03,0.82,0.43);
  -moz-transition: all 0.3s cubic-bezier(0.74,0.03,0.82,0.43);
  -ms-transition: all 0.3s cubic-bezier(0.74,0.03,0.82,0.43);
  -o-transition: all 0.3s cubic-bezier(0.74,0.03,0.82,0.43);
  transition: all 0.3s cubic-bezier(0.74,0.03,0.82,0.43);
}
.page-id-11 #service .wrapper-service .inner-service .inside-service .titre {
  width: 100%;
  text-align: center;
  margin-top: -4.5rem;
  -webkit-transition: all 0.3s cubic-bezier(0.74,0.03,0.82,0.43);
  -moz-transition: all 0.3s cubic-bezier(0.74,0.03,0.82,0.43);
  -ms-transition: all 0.3s cubic-bezier(0.74,0.03,0.82,0.43);
  -o-transition: all 0.3s cubic-bezier(0.74,0.03,0.82,0.43);
  transition: all 0.3s cubic-bezier(0.74,0.03,0.82,0.43);
}
.page-id-11 #service .wrapper-service .inner-service .inside-service .titre h2 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: 'Exo', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.page-id-11 #service .wrapper-service .inner-service .inside-service .texte {
  color: #fff;
  text-align: center;
  font-size: .8rem;
  font-weight: 400;
  opacity: 0;
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  transition-delay: 0.25s;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  transform: translateY(1.5rem);
}
.page-id-11 #service .wrapper-service .inner-service .inside-service .btn-contact {
  color: #fff;
  text-transform: uppercase;
  font-size: .85rem;
  font-weight: 400;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateY(1.5rem);
}
.page-id-11 #service .wrapper-service .inner-service .inside-service .btn-contact::before {
  position: absolute;
  background-color: #fff;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  bottom: -3px;
  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-11 #service .wrapper-service .inner-service .inside-service .btn-contact:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.page-id-11 #service .wrapper-service .inner-service .inside-service .btn-contact:hover::before {
  width: 40%;
  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-11 #service .wrapper-service .inner-service .inside-service: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: rgba(0,172,219,0.6);
}
.page-id-11 #service .wrapper-service .inner-service .inside-service:hover .picto {
  padding-top: 4rem;
  -webkit-transition: all 0.3s cubic-bezier(0.74,0.03,0.82,0.43);
  -moz-transition: all 0.3s cubic-bezier(0.74,0.03,0.82,0.43);
  -ms-transition: all 0.3s cubic-bezier(0.74,0.03,0.82,0.43);
  -o-transition: all 0.3s cubic-bezier(0.74,0.03,0.82,0.43);
  transition: all 0.3s cubic-bezier(0.74,0.03,0.82,0.43);
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page-id-11 #service .wrapper-service .inner-service .inside-service:hover .picto {
    padding-top: 2.5rem;
  }
}
.page-id-11 #service .wrapper-service .inner-service .inside-service:hover .titre {
  width: 100%;
  text-align: center;
  margin-top: -1.5rem;
  -webkit-transition: all 0.3s cubic-bezier(0.74,0.03,0.82,0.43);
  -moz-transition: all 0.3s cubic-bezier(0.74,0.03,0.82,0.43);
  -ms-transition: all 0.3s cubic-bezier(0.74,0.03,0.82,0.43);
  -o-transition: all 0.3s cubic-bezier(0.74,0.03,0.82,0.43);
  transition: all 0.3s cubic-bezier(0.74,0.03,0.82,0.43);
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page-id-11 #service .wrapper-service .inner-service .inside-service:hover .titre {
    margin-top: -1.2rem;
  }
}
.page-id-11 #service .wrapper-service .inner-service .inside-service:hover .texte {
  opacity: 1;
  visibility: visible;
  transform: translateY(0rem);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.page-id-11 #service .wrapper-service .inner-service .inside-service:hover .btn-contact {
  opacity: 1;
  visibility: visible;
  transform: translateY(0rem);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.page-id-11 #marques {
  margin-top: 5rem;
  padding-bottom: 4rem;
}
.page-id-11 #marques #slider-marque {
  position: relative;
  margin-top: 2rem;
  padding-bottom: 4rem;
  padding-left: 0;
  margin-bottom: 0;
}
.page-id-11 #marques #slider-marque .owl-stage {
  display: flex;
  -moz-display: flex;
  -webkit-display: flex;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
}
.page-id-11 #marques #slider-marque .owl-stage .item {
  text-align: center;
  list-style-type: none;
}
.page-id-11 #marques #slider-marque .owl-stage img {
  display: inline-block;
  max-height: 100px;
  width: auto;
  max-width: 100%;
  cursor: pointer;
}
.page-id-11 #marques #slider-marque >.owl-nav .owl-prev,
.page-id-11 #marques #slider-marque >.owl-nav .owl-next {
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
  font-size: 3rem;
  margin-top: -2rem;
  color: #333333;
  font-weight: 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;
}
.page-id-11 #marques #slider-marque >.owl-nav .owl-prev:hover,
.page-id-11 #marques #slider-marque >.owl-nav .owl-prev:focus,
.page-id-11 #marques #slider-marque >.owl-nav .owl-next:hover,
.page-id-11 #marques #slider-marque >.owl-nav .owl-next:focus {
  color: #e6e6e6;
  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-11 #marques #slider-marque >.owl-nav .owl-prev {
  right: auto;
  left: 0rem;
}
.page-id-11 #marques #slider-marque >.owl-nav .owl-next {
  left: auto;
  right: 0rem;
}
.page-id-12 #contact {
  margin-top: 5rem;
  padding-bottom: 4rem;
}
.page-id-12 #contact .main-title h1 {
  text-align: left;
  text-transform: uppercase;
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: 'Exo', sans-serif;
  margin-bottom: 3rem;
  color: #333333;
}
.page-id-12 #contact .main-title h1::before {
  background-color: #00acdb;
  height: 2px;
  width: 25px;
  position: absolute;
  content: "";
  left: 0;
  bottom: -15px;
}
.page-id-12 #contact .infos-client .customer-infos address {
  margin-bottom: 0;
}
.page-id-12 #contact .infos-client .customer-infos .info-wrapper {
  margin-bottom: .8rem;
  padding-left: 1rem;
}
.page-id-12 #contact .infos-client .customer-infos .info-wrapper i {
  color: #717c7c;
  font-size: .9rem;
  margin-right: .4rem;
}
.page-id-12 #contact .infos-client .customer-infos .info-wrapper span,
.page-id-12 #contact .infos-client .customer-infos .info-wrapper a {
  color: #333333;
  font-size: .9rem;
  font-weight: 400;
}
.page-id-12 #contact .infos-client .customer-infos .horaire {
  padding-left: 1rem;
}
.page-id-12 #contact .infos-client .customer-infos .horaire i {
  color: #717c7c;
  font-size: .9rem;
  margin-right: .4rem;
}
.page-id-12 #contact .infos-client .customer-infos .horaire span {
  color: #333333;
  font-size: .9rem;
  font-weight: 400;
}
.page-id-12 #contact .formulaire .nf-form-cont {
  padding: 0;
}
.page-id-12 #contact .formulaire .nf-form-cont .nf-before-form-content {
  font-size: .75rem;
  margin-bottom: 1rem;
}
.page-id-12 #contact .formulaire .nf-form-cont .textbox-container {
  margin-bottom: 1rem;
}
.page-id-12 #contact .formulaire .nf-form-cont .submit-container {
  margin-bottom: 0;
  text-align: right;
}
.page-id-12 #contact .formulaire input:not([type="button"]),
.page-id-12 #contact .formulaire textarea,
.page-id-12 #contact .formulaire select {
  padding: .5rem .7rem;
  border: 1px solid #e6e6e6;
  outline: none;
  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;
}
.page-id-12 #contact .formulaire input:not([type="button"]):hover,
.page-id-12 #contact .formulaire input:not([type="button"]):focus,
.page-id-12 #contact .formulaire textarea:hover,
.page-id-12 #contact .formulaire textarea:focus,
.page-id-12 #contact .formulaire select:hover,
.page-id-12 #contact .formulaire select:focus {
  border: 1px solid #b62a18;
  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;
}
.page-id-12 #contact .formulaire .nf-form-fields-required {
  display: none;
}
.page-id-12 #contact .formulaire textarea {
  resize: none;
}
.page-id-12 #contact .formulaire ::-webkit-input-placeholder {
  font-size: .8rem;
  color: ;
}
.page-id-12 #contact .formulaire ::-moz-placeholder {
  font-size: .8rem;
  color: ;
}
.page-id-12 #contact .formulaire :-ms-input-placeholder {
  font-size: .8rem;
  color: ;
}
.page-id-12 #contact .formulaire :-moz-placeholder {
  font-size: .8rem;
  color: ;
}
.page-id-12 #contact .formulaire input[type="button"] {
  padding: .5rem 1.5rem;
  background-color: #b62a18;
  color: #fff;
  border: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: .9rem;
  font-weight: 400;
  letter-spacing: 1px;
  cursor: pointer;
  float: left;
  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-12 #contact .formulaire input[type="button"]:hover {
  background-color: #931f16;
}
#grdp_barre_maxi {
  background-color: rgba(0,172,219,0.6) !important;
}
#grdp_barre_mini {
  left: 0 !important;
  background-color: rgba(0,172,219,0.6) !important;
}
@media (max-width: 767.98px) {
  body header {
    padding-top: 3rem;
  }
  body header .header-left a img {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
  body header .btn-chaleur {
    right: inherit;
    left: 50%;
    transform: translateX(-50%);
  }
  body header .header-right {
    padding-right: 15px;
  }
  body header .header-right .menu-wrapper .navbar ul {
    text-align: center;
  }
  body header .header-right .menu-wrapper .navbar ul li a::before {
    bottom: 5px;
  }
  body header .header-right .infos-contact {
    padding-right: 15px;
  }
  body .navbar-toggler {
    margin-left: 50%;
    transform: translateX(-50%);
    width: 250px;
  }
  body main #demande-rappel {
    max-width: 100%;
    width: 100%;
  }
  body main #demande-rappel #rappel-title span {
    padding: .7rem 3rem;
  }
  body main #demande-rappel input[type="button"] {
    width: 264px;
  }
  body footer {
    font-size: .8rem;
  }
  body footer a {
    font-size: .8rem;
  }
  body footer .footer-left,
  body footer .footer-right {
    text-align: center !important;
  }
  .page-id-5 #main-slider {
    height: 400px;
  }
  .page-id-5 #main-slider >.owl-stage-outer::before {
    display: none;
  }
  .page-id-5 #main-slider >.owl-stage-outer .owl-item .main-message {
    width: 95%;
    margin-left: 3%;
    padding-top: 0;
  }
  .page-id-5 #main-slider >.owl-stage-outer .owl-item .main-message p {
    background-color: rgba(255,255,255,0.8);
    font-size: .9rem;
    text-align: center;
    padding: 1rem .5rem;
    display: none;
  }
  .page-id-5 #main-slider >.owl-stage-outer .owl-item .main-message .zone span {
    font-size: 1rem;
    display: none;
  }
  .page-id-5 #main-slider >.owl-stage-outer .owl-item .main-message .btn-service {
    margin-top: 0;
    width: 100%;
    z-index: 15;
    position: relative;
  }
  .page-id-5 #main-slider > .owl-dots {
    top: 42%;
    display: none;
  }
  .page-id-5 #main-slider > .owl-dots .owl-dot {
    width: 20px;
    margin-bottom: 2.5rem;
  }
  .page-id-5 #main-slider > .owl-dots .owl-dot::before {
    font-size: .9rem;
  }
  .page-id-5 #main-slider > .owl-dots .owl-dot.active {
    width: 50px;
  }
  .page-id-5 #main-slider > .owl-dots .owl-dot.active::before {
    font-size: 1.2rem;
  }
  .page-id-5 #main-slider > .owl-dots .owl-dot.active .owl-picto {
    right: inherit;
    left: -175px;
    width: 35px;
    height: 35px;
  }
  .page-id-5 #main-slider > .owl-dots .owl-dot.active:nth-child(2) .owl-picto {
    right: inherit;
    left: -140px;
  }
  .page-id-5 #main-slider > .owl-dots .owl-dot.active:nth-child(3) .owl-picto {
    right: inherit;
    left: -115px;
  }
  .page-id-5 #main-slider > .owl-dots .owl-dot .owl-picto {
    right: inherit;
    left: -135px;
    width: 35px;
    height: 35px;
  }
  .page-id-5 #main-slider > .owl-dots .owl-dot:nth-child(2) .owl-picto {
    right: inherit;
    left: -115px;
  }
  .page-id-5 #main-slider > .owl-dots .owl-dot:nth-child(3) .owl-picto {
    right: inherit;
    left: -95px;
  }
  .page-id-10 #entete,
  .page-id-11 #entete,
  .page-id-12 #entete {
    background-position: -9% 15% !important;
    position: relative;
  }
  .page-id-10 #entete::after,
  .page-id-11 #entete::after,
  .page-id-12 #entete::after {
    display: none;
  }
  .page-id-10 #entete #message-entete,
  .page-id-11 #entete #message-entete,
  .page-id-12 #entete #message-entete {
    padding: 3rem 1rem 2rem 2rem;
  }
  .page-id-10 #entete #message-entete p,
  .page-id-11 #entete #message-entete p,
  .page-id-12 #entete #message-entete p {
    font-size: .85rem;
  }
  .page-id-10 #pgc-10-2-1 {
    order: -1;
  }
  .page-id-10 #methode #texte-presentation {
    padding: 1.5rem;
    margin-bottom: 3rem;
  }
  .page-id-10 #methode #texte-presentation::before {
    display: none;
  }
  .page-id-10 #methode #texte-presentation p {
    font-size: .8rem;
  }
  .page-id-11 .main-title h1 {
    font-size: 1.5rem;
  }
  .page-id-11 #service {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .page-id-11 #service .wrapper-service {
    margin-bottom: 1.5rem;
  }
  .page-id-11 #service .wrapper-service .inner-service .inside-service:hover .picto {
    padding-top: 1rem;
  }
  .page-id-11 #service .wrapper-service .inner-service .inside-service:hover .titre {
    margin-top: -0.5rem;
  }
  .page-id-11 #marques {
    margin-top: 3rem;
    padding-bottom: 1rem;
  }
  .page-id-12 #contact {
    margin-top: 3rem;
  }
  .page-id-12 #contact .main-title h1 {
    text-align: center;
  }
  .page-id-12 #contact .main-title h1::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .page-id-12 #contact .infos-client .customer-infos .info-wrapper span,
  .page-id-12 #contact .infos-client .customer-infos .info-wrapper a {
    font-size: .85rem;
    text-align: center;
  }
  .page-id-12 #contact .infos-client .customer-infos .horaire span {
    font-size: .85rem;
    text-align: center;
    padding: 0 2rem;
  }
  .page-id-12 #contact .formulaire {
    margin-top: 2rem;
  }
  .page-id-12 #contact .formulaire input[type="button"] {
    width: 100%;
  }
  #grdp_barre_mini {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body header .header-left a img {
    width: 60%;
    margin: 0 auto;
    display: block;
  }
  body footer {
    font-size: .8rem;
  }
  body footer a {
    font-size: .8rem;
  }
  .page-id-5 #main-slider {
    height: 800px;
  }
  .page-id-5 #main-slider >.owl-stage-outer .owl-item .main-message {
    width: 90%;
    margin-left: 5%;
    padding-top: 4.5rem;
  }
  .page-id-5 #main-slider >.owl-stage-outer .owl-item .main-message p {
    font-size: 2.2rem;
  }
  .page-id-10 #entete,
  .page-id-11 #entete,
  .page-id-12 #entete {
    background-position: -9% 15% !important;
    position: relative;
  }
  .page-id-10 #entete #message-entete,
  .page-id-11 #entete #message-entete,
  .page-id-12 #entete #message-entete {
    padding: 6rem 0 6rem 10rem;
  }
  .page-id-10 #pgc-10-2-1 {
    order: -1;
  }
  .page-id-10 #methode #texte-presentation {
    margin-bottom: 3rem;
  }
}
