.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
@font-face {
  font-family: 'GothamRounded-Light';
  src: url('../fonts/GothamRounded-Light.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GothamRounded-Medium';
  src: url('../fonts/GothamRounded-Medium.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GothamRounded-Bold';
  src: url('../fonts/GothamRounded-Bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in {
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
.fade-in.fade-1 {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.fade-in.fade-2 {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.fade-in.fade-3 {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.fade-in.fade-4 {
  -webkit-animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
body {
  font-family: 'GothamRounded-Medium';
}
body a {
  transition: all .3s ease;
  color: #404040;
  cursor: pointer;
}
body a:hover,
body a:focus,
body a:active {
  text-decoration: none;
  color: #da0d1b;
}
body #texte-confidentialite a {
  color: #da0d1b;
}
body header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0px 10px 5px 0px #e5e5e5;
}
body header a.logo {
  display: block;
  margin-left: 20px;
}
@media (max-width: 1420px) {
  body header a.logo img {
    display: block;
    max-width: 300px;
    height: auto;
  }
}
@media (max-width: 1300px) {
  body header a.logo img {
    max-width: 240px;
  }
}
@media (max-width: 1060px) {
  body header a.logo img {
    max-width: 220px;
  }
}
body header .header-info {
  background: #da0d1b;
  padding: 30px;
}
@media (max-width: 1400px) {
  body header .header-info {
    padding: 30px 10px;
  }
}
body header .header-info a.btn-phone {
  margin-bottom: 10px;
  display: block;
}
body header .header-info a.btn-phone span.picto-phone {
  background: url('../img/picto-phone.png') center center no-repeat;
  width: 40px;
  height: 30px;
  display: block;
  float: left;
  margin-right: 10px;
}
@media (max-width: 1400px) {
  body header .header-info a.btn-phone span.picto-phone {
    width: 30px;
    height: 30px;
    background-size: contain;
  }
}
@media (max-width: 1200px) {
  body header .header-info a.btn-phone span.picto-phone {
    width: 20px;
    height: 20px;
  }
}
body header .header-info a.btn-phone span.link {
  color: #fff;
  display: block;
  font-size: 20px;
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  transition: all .3s ease;
}
@media (max-width: 1400px) {
  body header .header-info a.btn-phone span.link {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  body header .header-info a.btn-phone span.link {
    font-size: 14px;
  }
}
body header .header-info a.btn-phone:hover span.link {
  color: #404040;
}
body header .header-info a.btn-adresse {
  position: relative;
  padding-left: 3rem;
  display: block;
  max-width: 280px;
}
body header .header-info a.btn-adresse span.picto-adresse {
  position: absolute;
  left: 0;
  top: 0;
  background: url('../img/picto-adresse.png') center center no-repeat;
  width: 41px;
  height: 41px;
  display: block;
  float: left;
  margin-right: 10px;
}
@media (max-width: 1400px) {
  body header .header-info a.btn-adresse span.picto-adresse {
    width: 30px;
    height: 30px;
    background-size: contain;
  }
}
@media (max-width: 1200px) {
  body header .header-info a.btn-adresse span.picto-adresse {
    width: 20px;
    height: 20px;
  }
}
body header .header-info a.btn-adresse span.link {
  color: #fff;
  display: block;
  font-family: 'Muli', sans-serif;
  font-size: 20px;
  font-weight: 400;
  transition: all .3s ease;
}
@media (max-width: 1400px) {
  body header .header-info a.btn-adresse span.link {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  body header .header-info a.btn-adresse span.link {
    font-size: 14px;
  }
}
body header .header-info a.btn-adresse:hover span.link {
  color: #404040;
}
body header .header-info a.btn-adresse .adresse {
  white-space: nowrap;
}
@media (max-width: 1200px) {
  body header .header-info a.btn-adresse {
    padding-left: 1.7rem;
  }
}
body header .nav-icon {
  position: relative;
  display: none;
  cursor: pointer;
  height: 20px;
  width: 25px;
}
body header .nav-icon span {
  display: block;
  top: 8px;
  width: 25px;
  height: 4px;
  background-color: #333333;
  position: relative;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 500ms;
  -moz-animation-delay: 500ms;
  -ms-animation-delay: 500ms;
  -o-animation-delay: 500ms;
  animation-delay: 500ms;
  border-radius: 5px;
}
body header .nav-icon span:after,
body header .nav-icon span:before {
  display: block;
  border-radius: 5px;
  content: '';
  position: absolute;
  width: 25px;
  height: 4px;
  background-color: #333333;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 500ms;
  -moz-animation-delay: 500ms;
  -ms-animation-delay: 500ms;
  -o-animation-delay: 500ms;
  animation-delay: 500ms;
}
body header .nav-icon span:before {
  margin-top: -8px;
}
body header .nav-icon span:after {
  margin-top: 8px;
}
body header .nav-icon.active span {
  background-color: rgba(255,255,255,0);
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}
body header .nav-icon.active span:before,
body header .nav-icon.active span:after {
  margin-top: 0px;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}
body header .nav-icon.active span:before {
  transform: rotate(45deg);
}
body header .nav-icon.active span:after {
  transform: rotate(-45deg);
}
body header .nav-primary {
  display: flex;
  justify-content: center;
  align-items: center;
}
body header .nav-primary ul.nav {
  margin: 0;
  margin-right: 10px;
  display: block;
  padding: 0;
  list-style: none;
  width: 100%;
  text-align: center;
}
body header .nav-primary ul.nav li {
  position: relative;
  display: inline-block;
  text-align: left;
  border-right: 1px solid #da0d1b;
  line-height: 14px;
  padding: 0 10px;
  transition: all .3s ease;
}
@media (max-width: 1330px) {
  body header .nav-primary ul.nav li {
    padding: 0 5px;
  }
}
body header .nav-primary ul.nav li.home a {
  background-image: url('../img/picto-home.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px auto;
  width: 24px;
  text-indent: -99999px;
  display: inline-block;
  font-size: .7rem;
}
body header .nav-primary ul.nav li:last-child {
  border-right: 0;
}
body header .nav-primary ul.nav li:before {
  color: #da0d1b;
  position: absolute;
  left: -15px;
  top: 0;
  bottom: 0;
  font-size: 16px;
}
body header .nav-primary ul.nav li > a {
  display: inline-block;
  color: #666666;
  padding-bottom: .5rem;
  padding-top: .5rem;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  font-family: 'Muli', sans-serif;
}
@media (max-width: 1250px) {
  body header .nav-primary ul.nav li > a {
    font-size: 14px;
  }
}
@media (max-width: 1250px) {
  body header .nav-primary ul.nav li > a {
    font-size: 12px;
  }
}
body header .nav-primary ul.nav li > a:after {
  content: "";
  background-color: #da0d1b;
  height: 2px;
  width: 0;
  display: block;
  position: absolute;
  bottom: 0px;
  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 .nav-primary ul.nav li > a:hover:after,
body header .nav-primary ul.nav li > a:focus:after,
body header .nav-primary ul.nav li > a:active:after {
  width: 100%;
}
body header .nav-primary ul.nav li.current-menu-item > a {
  color: #da0d1b;
}
body header .nav-primary ul.nav li.current-menu-item:before {
  color: #da0d1b;
}
body header .nav-primary ul.nav li:hover > a,
body header .nav-primary ul.nav li:focus > a,
body header .nav-primary ul.nav li:active > a {
  color: #da0d1b;
}
body header .nav-primary ul.nav li .sub-menu {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  padding: 1rem;
  padding-bottom: 10px;
  background-color: #fff;
  width: 250px;
  z-index: 999;
  box-shadow: 0 0 .5rem .5rem rgba(0,0,0,0.03);
  -webkit-box-shadow: 0 0 .5rem .5rem rgba(0,0,0,0.03);
  -moz-box-shadow: 0 0 .5rem .5rem rgba(0,0,0,0.03);
  -o-box-shadow: 0 0 .5rem .5rem rgba(0,0,0,0.03);
}
body header .nav-primary ul.nav li .sub-menu > li {
  border-right: 0;
  margin-bottom: .3rem;
  display: block;
}
body header .nav-primary ul.nav li .sub-menu > li a {
  line-height: 16px;
  font-size: 12px;
}
@media screen and (max-width: 991px) {
  body header .nav-primary ul.nav li .sub-menu {
    display: block;
    position: static;
  }
}
body footer .footer-top {
  background: #404040;
  padding: 30px 0;
}
body footer .footer-top .container {
  display: flex;
  justify-content: space-around;
}
@media (min-width: 1600px) {
  body footer .footer-top .container {
    max-width: 1420px;
  }
}
@media (max-width: 1600px) {
  body footer .footer-top .container {
    max-width: 1420px;
  }
}
body footer .footer-top .container a.logo {
  display: block;
}
@media (max-width: 1300px) {
  body footer .footer-top .container a.logo img {
    max-width: 240px;
  }
}
@media (max-width: 1060px) {
  body footer .footer-top .container a.logo img {
    max-width: 220px;
  }
}
body footer .footer-top .container .info-contact {
  display: flex;
  align-items: center;
  margin-left: 20px;
  margin-bottom: 15px;
}
body footer .footer-top .container .info-contact a.btn-phone {
  display: flex;
  align-items: center;
  border-right: 1px solid #da0d1b;
  padding-right: 10px;
  margin-right: 10px;
}
body footer .footer-top .container .info-contact a.btn-phone span.picto-phone {
  background: url('../img/picto-phone.png') center center no-repeat;
  width: 30px;
  height: 30px;
  display: block;
  background-size: contain;
  float: left;
  margin-right: 5px;
}
@media (max-width: 1060px) {
  body footer .footer-top .container .info-contact a.btn-phone span.picto-phone {
    width: 20px;
    height: 20px;
    background-size: contain;
  }
}
body footer .footer-top .container .info-contact a.btn-phone span.link {
  color: #fff;
  display: block;
  font-size: 16px;
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  transition: all .3s ease;
}
body footer .footer-top .container .info-contact a.btn-phone:hover span.link {
  color: #da0d1b;
}
body footer .footer-top .container .info-contact a.btn-adresse {
  display: flex;
  align-items: center;
  border-right: 1px solid #da0d1b;
  padding-right: 10px;
  margin-right: 10px;
}
body footer .footer-top .container .info-contact a.btn-adresse span.picto-adresse {
  background: url('../img/picto-adresse-footer.png') center center no-repeat;
  width: 30px;
  height: 30px;
  background-size: contain;
  display: block;
  float: left;
  margin-right: 5px;
}
@media (max-width: 1060px) {
  body footer .footer-top .container .info-contact a.btn-adresse span.picto-adresse {
    width: 20px;
    height: 20px;
    background-size: contain;
  }
}
body footer .footer-top .container .info-contact a.btn-adresse span.link {
  color: #fff;
  display: block;
  font-family: 'Muli', sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all .3s ease;
}
body footer .footer-top .container .info-contact a.btn-adresse:hover span.link {
  color: #da0d1b;
}
body footer .footer-top .container .info-contact a.btn-email {
  display: flex;
  align-items: center;
}
body footer .footer-top .container .info-contact a.btn-email span.picto-email {
  background: url('../img/picto-email.png') center center no-repeat;
  width: 30px;
  height: 30px;
  background-size: contain;
  display: block;
  float: left;
  margin-right: 5px;
}
@media (max-width: 1060px) {
  body footer .footer-top .container .info-contact a.btn-email span.picto-email {
    width: 20px;
    height: 20px;
    background-size: contain;
  }
}
body footer .footer-top .container .info-contact a.btn-email span.link {
  color: #fff;
  display: block;
  font-family: 'Muli', sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all .3s ease;
}
body footer .footer-top .container .info-contact a.btn-email:hover span.link {
  color: #da0d1b;
}
body footer .footer-top .container .nav-footer {
  display: flex;
  align-items: center;
}
body footer .footer-top .container .nav-footer ul.nav {
  margin: 0;
  margin-right: 10px;
  display: block;
  padding: 0;
  list-style: none;
  width: 100%;
  text-align: center;
}
body footer .footer-top .container .nav-footer ul.nav li {
  display: inline-block;
  position: relative;
  text-align: left;
  border-right: 1px solid #da0d1b;
  line-height: 14px;
  padding: 0 10px;
  transition: all .3s ease;
}
@media (max-width: 1100px) {
  body footer .footer-top .container .nav-footer ul.nav li {
    padding: 0 5px;
  }
}
body footer .footer-top .container .nav-footer ul.nav li:last-child {
  border-right: 0;
}
body footer .footer-top .container .nav-footer ul.nav li:before {
  color: #da0d1b;
  position: absolute;
  left: -15px;
  top: 0;
  bottom: 0;
  font-size: 16px;
}
body footer .footer-top .container .nav-footer ul.nav li > a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  font-family: 'Muli', sans-serif;
}
@media (max-width: 1250px) {
  body footer .footer-top .container .nav-footer ul.nav li > a {
    font-size: 16px;
  }
}
body footer .footer-top .container .nav-footer ul.nav li > a:after {
  content: "";
  background-color: #da0d1b;
  height: 2px;
  width: 0;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body footer .footer-top .container .nav-footer ul.nav li > a:hover,
body footer .footer-top .container .nav-footer ul.nav li > a:focus,
body footer .footer-top .container .nav-footer ul.nav li > a:active {
  background: none;
}
body footer .footer-top .container .nav-footer ul.nav li > a:hover:after,
body footer .footer-top .container .nav-footer ul.nav li > a:focus:after,
body footer .footer-top .container .nav-footer ul.nav li > a:active:after {
  width: 100%;
}
body footer .footer-top .container .nav-footer ul.nav li.current-menu-item > a {
  color: #da0d1b;
}
body footer .footer-top .container .nav-footer ul.nav li.current-menu-item:before {
  color: #da0d1b;
}
body footer .footer-top .container .nav-footer ul.nav li:hover > a,
body footer .footer-top .container .nav-footer ul.nav li:focus > a,
body footer .footer-top .container .nav-footer ul.nav li:active > a {
  color: #da0d1b;
}
body footer .idcom-block .container {
  display: flex;
  justify-content: center;
  margin: 20px auto;
  font-size: 14px;
}
body.page-id-6 .entete {
  position: relative;
}
body.page-id-6 .entete .owl-carousel {
  position: relative;
  z-index: 1;
}
body.page-id-6 .entete .owl-carousel .owl-item .owl-slide {
  position: relative;
}
body.page-id-6 .entete .owl-carousel .owl-item .owl-slide .img-container {
  position: relative;
  min-height: 720px;
}
body.page-id-6 .entete .owl-carousel .owl-item .owl-slide .img-container:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}
body.page-id-6 .entete .owl-carousel .owl-item .owl-slide .img-container .img-carousel {
  position: absolute;
  right: 0;
  top: 0;
  min-height: 720px;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
body.page-id-6 .entete .owl-carousel .owl-item .owl-slide .block_text {
  display: block;
  position: absolute;
  right: 0;
  top: 100px;
  z-index: 10;
}
body.page-id-6 .entete .owl-carousel .owl-item .owl-slide .block_text div.titre {
  color: #fff;
  font-family: 'Muli', sans-serif;
  font-size: 60px;
  padding-bottom: 20px;
  border-bottom: 10px solid #fff;
  max-width: 680px;
  font-weight: 800;
  line-height: 56px;
}
body.page-id-6 .entete .owl-carousel .owl-nav {
  position: absolute;
  width: 100%;
  top: 45%;
}
body.page-id-6 .entete .owl-carousel .owl-nav .owl-prev,
body.page-id-6 .entete .owl-carousel .owl-nav .owl-next {
  position: absolute;
  width: 20px;
  height: 30px;
}
body.page-id-6 .entete .owl-carousel .owl-nav .owl-prev span,
body.page-id-6 .entete .owl-carousel .owl-nav .owl-next span {
  display: none;
}
body.page-id-6 .entete .owl-carousel .owl-nav .owl-prev:hover span,
body.page-id-6 .entete .owl-carousel .owl-nav .owl-next:hover span {
  color: #da0d1b;
}
body.page-id-6 .entete .owl-carousel .owl-nav .owl-prev,
body.page-id-6 .entete .owl-carousel .owl-nav .owl-next {
  width: 42px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  transition: all .3s ease;
}
body.page-id-6 .entete .owl-carousel .owl-nav .owl-prev i,
body.page-id-6 .entete .owl-carousel .owl-nav .owl-next i {
  color: #fff;
  transition: all .3s ease;
}
body.page-id-6 .entete .owl-carousel .owl-nav .owl-prev:hover,
body.page-id-6 .entete .owl-carousel .owl-nav .owl-prev:active,
body.page-id-6 .entete .owl-carousel .owl-nav .owl-prev:focus,
body.page-id-6 .entete .owl-carousel .owl-nav .owl-next:hover,
body.page-id-6 .entete .owl-carousel .owl-nav .owl-next:active,
body.page-id-6 .entete .owl-carousel .owl-nav .owl-next:focus {
  opacity: 0.7;
  outline: none;
}
body.page-id-6 .entete .owl-carousel .owl-nav .owl-prev:hover i,
body.page-id-6 .entete .owl-carousel .owl-nav .owl-prev:active i,
body.page-id-6 .entete .owl-carousel .owl-nav .owl-prev:focus i,
body.page-id-6 .entete .owl-carousel .owl-nav .owl-next:hover i,
body.page-id-6 .entete .owl-carousel .owl-nav .owl-next:active i,
body.page-id-6 .entete .owl-carousel .owl-nav .owl-next:focus i {
  color: #da0d1b;
}
body.page-id-6 .entete .owl-carousel .owl-nav .owl-prev {
  left: 70px;
  background: url('../img/arrow-left.png') center center no-repeat;
}
body.page-id-6 .entete .owl-carousel .owl-nav .owl-prev:hover {
  left: 60px;
  outline: none;
}
body.page-id-6 .entete .owl-carousel .owl-nav .owl-next {
  right: 70px;
  background: url('../img/arrow-right.png') center center no-repeat;
}
body.page-id-6 .entete .owl-carousel .owl-nav .owl-next:hover {
  right: 60px;
  outline: none;
}
body.page-id-6 .block_services {
  position: absolute;
  left: 0;
  right: 0;
  top: 580px;
  z-index: 10;
}
body.page-id-6 .block_services .bg-service {
  background: #fff;
  display: flex;
  align-items: center;
  padding: 20px;
}
body.page-id-6 .block_services .bg-service .picto-container {
  width: 80px;
  height: 50px;
  max-height: 50px;
  display: block;
  position: relative;
  margin-right: 10px;
}
body.page-id-6 .block_services .bg-service .picto-container svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
body.page-id-6 .block_services .bg-service .picto-container svg path,
body.page-id-6 .block_services .bg-service .picto-container svg polyline,
body.page-id-6 .block_services .bg-service .picto-container svg circle,
body.page-id-6 .block_services .bg-service .picto-container svg line,
body.page-id-6 .block_services .bg-service .picto-container svg polygon {
  transition: all .3s ease;
  stroke: #da0d1b;
}
body.page-id-6 .block_services .bg-service .titre-service {
  font-family: 'Muli', sans-serif;
  color: #404040;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 200;
  text-transform: uppercase;
  transition: all .3s ease;
}
body.page-id-6 .block_services .bg-service:hover {
  background: #da0d1b;
}
body.page-id-6 .block_services .bg-service:hover .picto-container svg path,
body.page-id-6 .block_services .bg-service:hover .picto-container svg polyline,
body.page-id-6 .block_services .bg-service:hover .picto-container svg circle,
body.page-id-6 .block_services .bg-service:hover .picto-container svg line,
body.page-id-6 .block_services .bg-service:hover .picto-container svg polygon {
  stroke: #fff;
}
body.page-id-6 .block_services .bg-service:hover .titre-service {
  color: #fff;
}
body.page-id-7 h3,
body.page-id-3 h3 {
  margin-top: 20px;
}
body.page-id-7 .footer-top,
body.page-id-3 .footer-top {
  margin-top: 30px;
}
body.page-id-12 section.entreprise-content {
  position: relative;
  margin-bottom: 3rem;
}
body.page-id-12 section.entreprise-content .img-entreprise {
  position: absolute;
  width: 48%;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: 0;
  bottom: 0;
  background-size: cover;
}
body.page-id-12 section.entreprise-content #introduction {
  padding-top: 100px;
}
body.page-id-12 section.entreprise-content h1 {
  color: #da0d1b;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  width: max-content;
  margin: 0 auto 70px;
}
body.page-id-12 section.entreprise-content h1:before,
body.page-id-12 section.entreprise-content h1:after {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  position: absolute;
  top: 10px;
  background: #da0d1b;
}
body.page-id-12 section.entreprise-content h1:before {
  left: -40px;
}
body.page-id-12 section.entreprise-content h1:after {
  right: -40px;
}
body.page-id-12 section.entreprise-content .description {
  margin-left: 50px;
}
body.page-id-12 section.entreprise-content .description p {
  color: #b2b2b2;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 400;
}
body.page-id-12 section.entreprise-content .block_picto {
  display: flex;
  opacity: 0;
}
body.page-id-12 section.entreprise-content .block_picto .bg-picto {
  background: rgba(222,37,49,0.8);
  padding: 20px;
  min-width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
  margin-left: 50px;
  margin-bottom: 40px;
}
body.page-id-12 section.entreprise-content .block_picto .bg-picto .picto-container {
  width: 90px;
  height: 90px;
  max-height: 110px;
  display: block;
  position: relative;
}
body.page-id-12 section.entreprise-content .block_picto .bg-picto .picto-container svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
body.page-id-12 section.entreprise-content .block_picto .bg-picto .picto-container svg path,
body.page-id-12 section.entreprise-content .block_picto .bg-picto .picto-container svg polyline,
body.page-id-12 section.entreprise-content .block_picto .bg-picto .picto-container svg circle,
body.page-id-12 section.entreprise-content .block_picto .bg-picto .picto-container svg line,
body.page-id-12 section.entreprise-content .block_picto .bg-picto .picto-container svg polygon {
  transition: all .3s ease;
  fill: #fff;
}
body.page-id-12 section.entreprise-content .block_picto .bg-picto .picto-container svg rect,
body.page-id-12 section.entreprise-content .block_picto .bg-picto .picto-container svg path {
  stroke: #fff;
}
body.page-id-12 section.entreprise-content .block_picto .desc {
  display: block;
}
body.page-id-12 section.entreprise-content .block_picto .desc h3 {
  font-family: 'Roboto', sans-serif;
  position: relative;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
}
body.page-id-12 section.entreprise-content .block_picto .desc h3:after {
  content: '';
  display: block;
  width: 10px;
  height: 2px;
  background: #404040;
  position: absolute;
  bottom: 0;
}
body.page-id-12 section.entreprise-content .block_picto .desc p {
  font-family: 'Roboto', sans-serif;
  color: #b2b2b2;
  font-size: 24px;
  font-weight: 400;
}
body.page-id-12 .bloc-carousel-reference {
  background: #f0f0f0;
  margin-top: 30px;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 540px) {
  body.page-id-12 .bloc-carousel-reference {
    padding-bottom: 30px;
  }
}
body.page-id-12 .bloc-carousel-reference .container {
  position: relative;
}
body.page-id-12 .bloc-carousel-reference h3 {
  color: #da0d1b;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  width: max-content;
  margin: 0 auto 40px;
}
body.page-id-12 .bloc-carousel-reference h3:before,
body.page-id-12 .bloc-carousel-reference h3:after {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  position: absolute;
  top: 10px;
  background: #da0d1b;
}
body.page-id-12 .bloc-carousel-reference h3:before {
  left: -40px;
}
body.page-id-12 .bloc-carousel-reference h3:after {
  right: -40px;
}
body.page-id-12 .bloc-carousel-reference .owl-carousel {
  position: relative;
  width: 100%;
  margin: 0 auto;
  border-radius: 15px;
}
@media (max-width: 768px) {
  body.page-id-12 .bloc-carousel-reference .owl-carousel {
    width: 230px;
  }
}
body.page-id-12 .bloc-carousel-reference .owl-carousel .item {
  min-height: 120px;
  display: flex;
  align-items: center;
  transition: all .3s ease;
}
body.page-id-12 .bloc-carousel-reference .owl-carousel .item a {
  display: block;
  margin: 0 auto;
  width: 100%;
  cursor: pointer;
  transition: all .3s ease;
}
body.page-id-12 .bloc-carousel-reference .owl-carousel .item a:hover,
body.page-id-12 .bloc-carousel-reference .owl-carousel .item a:active,
body.page-id-12 .bloc-carousel-reference .owl-carousel .item a:focus {
  outline: none;
  transform: scale(0.9);
}
body.page-id-12 .bloc-carousel-reference .owl-carousel .item img {
  width: auto;
  margin: 0 auto;
}
body.page-id-12 .bloc-carousel-reference .owl-carousel .owl-stage-outer {
  margin: 0 auto;
}
body.page-id-12 .bloc-carousel-reference .owl-carousel .owl-nav {
  position: absolute;
  width: 100%;
  top: 50px;
}
body.page-id-12 .bloc-carousel-reference .owl-carousel .owl-nav .owl-prev,
body.page-id-12 .bloc-carousel-reference .owl-carousel .owl-nav .owl-next {
  position: absolute;
  width: 20px;
  height: 30px;
}
body.page-id-12 .bloc-carousel-reference .owl-carousel .owl-nav .owl-prev span,
body.page-id-12 .bloc-carousel-reference .owl-carousel .owl-nav .owl-next span {
  display: none;
}
body.page-id-12 .bloc-carousel-reference .owl-carousel .owl-nav .owl-prev:hover span,
body.page-id-12 .bloc-carousel-reference .owl-carousel .owl-nav .owl-next:hover span {
  color: #da0d1b;
}
body.page-id-12 .bloc-carousel-reference .owl-carousel .owl-nav .owl-prev,
body.page-id-12 .bloc-carousel-reference .owl-carousel .owl-nav .owl-next {
  width: 42px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  transition: all .3s ease;
}
body.page-id-12 .bloc-carousel-reference .owl-carousel .owl-nav .owl-prev i,
body.page-id-12 .bloc-carousel-reference .owl-carousel .owl-nav .owl-next i {
  color: #fff;
  transition: all .3s ease;
}
body.page-id-12 .bloc-carousel-reference .owl-carousel .owl-nav .owl-prev:hover,
body.page-id-12 .bloc-carousel-reference .owl-carousel .owl-nav .owl-prev:active,
body.page-id-12 .bloc-carousel-reference .owl-carousel .owl-nav .owl-prev:focus,
body.page-id-12 .bloc-carousel-reference .owl-carousel .owl-nav .owl-next:hover,
body.page-id-12 .bloc-carousel-reference .owl-carousel .owl-nav .owl-next:active,
body.page-id-12 .bloc-carousel-reference .owl-carousel .owl-nav .owl-next:focus {
  opacity: 0.7;
  outline: none;
}
body.page-id-12 .bloc-carousel-reference .owl-carousel .owl-nav .owl-prev:hover i,
body.page-id-12 .bloc-carousel-reference .owl-carousel .owl-nav .owl-prev:active i,
body.page-id-12 .bloc-carousel-reference .owl-carousel .owl-nav .owl-prev:focus i,
body.page-id-12 .bloc-carousel-reference .owl-carousel .owl-nav .owl-next:hover i,
body.page-id-12 .bloc-carousel-reference .owl-carousel .owl-nav .owl-next:active i,
body.page-id-12 .bloc-carousel-reference .owl-carousel .owl-nav .owl-next:focus i {
  color: #da0d1b;
}
body.page-id-12 .bloc-carousel-reference .owl-carousel .owl-nav .owl-prev {
  left: -20px;
  background: url('../img/arrow-left-gris.png') center center no-repeat;
}
body.page-id-12 .bloc-carousel-reference .owl-carousel .owl-nav .owl-prev:hover {
  left: -30px;
  outline: none;
}
body.page-id-12 .bloc-carousel-reference .owl-carousel .owl-nav .owl-next {
  right: -20px;
  background: url('../img/arrow-right-gris.png') center center no-repeat;
}
body.page-id-12 .bloc-carousel-reference .owl-carousel .owl-nav .owl-next:hover {
  right: -30px;
  outline: none;
}
body.page-id-15 .page-header,
body.page-id-17 .page-header,
body.page-id-21 .page-header,
body.page-id-3 .page-header,
body.page-id-7 .page-header,
body.page-id-251 .page-header,
body.single-regle .page-header {
  margin-top: 80px;
  margin-bottom: 30px;
}
body.page-id-15 .page-header h1,
body.page-id-17 .page-header h1,
body.page-id-21 .page-header h1,
body.page-id-3 .page-header h1,
body.page-id-7 .page-header h1,
body.page-id-251 .page-header h1,
body.single-regle .page-header h1 {
  color: #da0d1b;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  width: max-content;
  margin: 0 auto;
}
body.page-id-15 .page-header h1:before,
body.page-id-15 .page-header h1:after,
body.page-id-17 .page-header h1:before,
body.page-id-17 .page-header h1:after,
body.page-id-21 .page-header h1:before,
body.page-id-21 .page-header h1:after,
body.page-id-3 .page-header h1:before,
body.page-id-3 .page-header h1:after,
body.page-id-7 .page-header h1:before,
body.page-id-7 .page-header h1:after,
body.page-id-251 .page-header h1:before,
body.page-id-251 .page-header h1:after,
body.single-regle .page-header h1:before,
body.single-regle .page-header h1:after {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  position: absolute;
  top: 10px;
  background: #da0d1b;
}
body.page-id-15 .page-header h1:before,
body.page-id-17 .page-header h1:before,
body.page-id-21 .page-header h1:before,
body.page-id-3 .page-header h1:before,
body.page-id-7 .page-header h1:before,
body.page-id-251 .page-header h1:before,
body.single-regle .page-header h1:before {
  left: -40px;
}
body.page-id-15 .page-header h1:after,
body.page-id-17 .page-header h1:after,
body.page-id-21 .page-header h1:after,
body.page-id-3 .page-header h1:after,
body.page-id-7 .page-header h1:after,
body.page-id-251 .page-header h1:after,
body.single-regle .page-header h1:after {
  right: -40px;
}
body.page-id-15 a.btn-contact,
body.page-id-17 a.btn-contact,
body.page-id-21 a.btn-contact,
body.page-id-3 a.btn-contact,
body.page-id-7 a.btn-contact,
body.page-id-251 a.btn-contact,
body.single-regle a.btn-contact {
  display: block;
  color: #fff;
  background: #da0d1b;
  border: 2px solid #da0d1b;
  max-width: 280px;
  text-align: center;
  padding: 20px 20px;
  margin: 60px auto;
}
body.page-id-15 a.btn-contact span,
body.page-id-17 a.btn-contact span,
body.page-id-21 a.btn-contact span,
body.page-id-3 a.btn-contact span,
body.page-id-7 a.btn-contact span,
body.page-id-251 a.btn-contact span,
body.single-regle a.btn-contact span {
  display: block;
}
body.page-id-15 a.btn-contact span.contact,
body.page-id-17 a.btn-contact span.contact,
body.page-id-21 a.btn-contact span.contact,
body.page-id-3 a.btn-contact span.contact,
body.page-id-7 a.btn-contact span.contact,
body.page-id-251 a.btn-contact span.contact,
body.single-regle a.btn-contact span.contact {
  text-transform: uppercase;
  display: block;
}
body.page-id-15 a.btn-contact:hover,
body.page-id-17 a.btn-contact:hover,
body.page-id-21 a.btn-contact:hover,
body.page-id-3 a.btn-contact:hover,
body.page-id-7 a.btn-contact:hover,
body.page-id-251 a.btn-contact:hover,
body.single-regle a.btn-contact:hover {
  color: #da0d1b;
  background: transparent;
}
body.page-id-15 #intro-wrapper,
body.page-id-251 #intro-wrapper {
  margin-bottom: 2rem;
}
body.page-id-15 #intro-wrapper .picto-container,
body.page-id-251 #intro-wrapper .picto-container {
  width: 90px;
  height: 90px;
  max-height: 110px;
  display: block;
  position: relative;
  margin: auto;
}
body.page-id-15 #intro-wrapper .picto-container svg,
body.page-id-251 #intro-wrapper .picto-container svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
body.page-id-15 #intro-wrapper .picto-container svg path,
body.page-id-15 #intro-wrapper .picto-container svg polyline,
body.page-id-15 #intro-wrapper .picto-container svg circle,
body.page-id-15 #intro-wrapper .picto-container svg line,
body.page-id-15 #intro-wrapper .picto-container svg polygon,
body.page-id-251 #intro-wrapper .picto-container svg path,
body.page-id-251 #intro-wrapper .picto-container svg polyline,
body.page-id-251 #intro-wrapper .picto-container svg circle,
body.page-id-251 #intro-wrapper .picto-container svg line,
body.page-id-251 #intro-wrapper .picto-container svg polygon {
  transition: all .3s ease;
  fill: #b2b2b2;
}
body.page-id-15 #intro-wrapper .picto-container svg rect,
body.page-id-15 #intro-wrapper .picto-container svg path,
body.page-id-251 #intro-wrapper .picto-container svg rect,
body.page-id-251 #intro-wrapper .picto-container svg path {
  stroke: #b2b2b2;
}
body.page-id-15 #intro-wrapper h3,
body.page-id-251 #intro-wrapper h3 {
  font-family: 'Roboto', sans-serif;
  position: relative;
  padding-bottom: 10px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-top: 20px;
}
@media (max-width: 1200px) {
  body.page-id-15 #intro-wrapper h3,
  body.page-id-251 #intro-wrapper h3 {
    font-size: 18px;
    word-break: break-word;
  }
}
@media (min-width: 1600px) {
  body.page-id-15 .prestation-container,
  body.page-id-251 .prestation-container {
    max-width: 1420px;
  }
}
@media (max-width: 1600px) {
  body.page-id-15 .prestation-container,
  body.page-id-251 .prestation-container {
    max-width: 1420px;
  }
}
@media (max-width: 1420px) {
  body.page-id-15 .prestation-container,
  body.page-id-251 .prestation-container {
    max-width: 1200px;
  }
}
@media (max-width: 1200px) {
  body.page-id-15 .prestation-container,
  body.page-id-251 .prestation-container {
    max-width: 960px;
  }
}
body.page-id-15 .description,
body.page-id-251 .description {
  max-width: 850px;
  display: block;
  margin: 0 auto 60px;
}
body.page-id-15 .description p,
body.page-id-251 .description p {
  color: #b2b2b2;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  text-align: center;
}
body.page-id-15 .prestation,
body.page-id-251 .prestation {
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  opacity: 0;
}
body.page-id-15 .prestation .block-img,
body.page-id-251 .prestation .block-img {
  width: 50%;
}
body.page-id-15 .prestation .block-img .img-prestation,
body.page-id-251 .prestation .block-img .img-prestation {
  position: relative;
  background-repeat: no-repeat;
  background-position: top left;
}
body.page-id-15 .prestation .block-img .img-prestation:after,
body.page-id-251 .prestation .block-img .img-prestation:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #da0d1b;
  left: -20px;
  bottom: -20px;
  z-index: -1;
}
body.page-id-15 .prestation .desc .picto-container,
body.page-id-251 .prestation .desc .picto-container {
  width: 90px;
  height: 90px;
  max-height: 110px;
  display: block;
  position: relative;
}
body.page-id-15 .prestation .desc .picto-container svg,
body.page-id-251 .prestation .desc .picto-container svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
body.page-id-15 .prestation .desc .picto-container svg path,
body.page-id-15 .prestation .desc .picto-container svg polyline,
body.page-id-15 .prestation .desc .picto-container svg circle,
body.page-id-15 .prestation .desc .picto-container svg line,
body.page-id-15 .prestation .desc .picto-container svg polygon,
body.page-id-251 .prestation .desc .picto-container svg path,
body.page-id-251 .prestation .desc .picto-container svg polyline,
body.page-id-251 .prestation .desc .picto-container svg circle,
body.page-id-251 .prestation .desc .picto-container svg line,
body.page-id-251 .prestation .desc .picto-container svg polygon {
  transition: all .3s ease;
  fill: #b2b2b2;
}
body.page-id-15 .prestation .desc .picto-container svg rect,
body.page-id-15 .prestation .desc .picto-container svg path,
body.page-id-251 .prestation .desc .picto-container svg rect,
body.page-id-251 .prestation .desc .picto-container svg path {
  stroke: #b2b2b2;
}
body.page-id-15 .prestation .desc h3,
body.page-id-251 .prestation .desc h3 {
  font-family: 'Roboto', sans-serif;
  position: relative;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  margin-top: 20px;
}
@media (max-width: 1200px) {
  body.page-id-15 .prestation .desc h3,
  body.page-id-251 .prestation .desc h3 {
    font-size: 24px;
    word-break: break-word;
  }
}
body.page-id-15 .prestation .desc h3:after,
body.page-id-251 .prestation .desc h3:after {
  content: '';
  display: block;
  width: 10px;
  height: 2px;
  background: #404040;
  position: absolute;
  bottom: 0;
}
body.page-id-15 .prestation .desc p,
body.page-id-251 .prestation .desc p {
  font-family: 'Roboto', sans-serif;
  color: #b2b2b2;
  font-size: 24px;
}
body.page-id-15 .block_full,
body.page-id-251 .block_full {
  border-top: 2px solid #da0d1b;
  border-bottom: 2px solid #da0d1b;
}
body.page-id-15 .block_full:last-child,
body.page-id-251 .block_full:last-child {
  border-bottom: none;
}
body.page-id-15 .block_full .prestation,
body.page-id-251 .block_full .prestation {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
body.page-id-15 .block_full .prestation .block-img,
body.page-id-251 .block_full .prestation .block-img {
  width: 30%;
}
body.page-id-15 .block_full .prestation .block-img .img-prestation,
body.page-id-251 .block_full .prestation .block-img .img-prestation {
  width: 100%;
  height: 360px;
  background-size: cover;
  background-position: center;
}
body.page-id-15 .block_full .prestation .desc,
body.page-id-251 .block_full .prestation .desc {
  width: 70%;
  padding-right: 4rem;
}
body.page-id-15 .block_full:nth-child(2n+2) .prestation .block-img,
body.page-id-251 .block_full:nth-child(2n+2) .prestation .block-img {
  order: 1;
}
body.page-id-15 .block_full:nth-child(2n+2) .prestation .desc,
body.page-id-251 .block_full:nth-child(2n+2) .prestation .desc {
  order: 2;
  padding-right: 0;
  padding-left: 4rem;
}
body.page-id-15 .block_half .prestation .block-img .img-prestation,
body.page-id-251 .block_half .prestation .block-img .img-prestation {
  width: 240px;
  height: 360px;
}
body.page-id-15 .block_half .prestation .desc,
body.page-id-251 .block_half .prestation .desc {
  margin-left: 30px;
  margin-right: 30px;
}
body.page-id-17 .fade {
  opacity: 0;
}
body.page-id-17 .block_produits_incendie {
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px;
}
body.page-id-17 .block_produits_incendie .block-absolute {
  position: absolute;
  z-index: 10;
  padding: 0;
  top: 50px;
}
body.page-id-17 .block_produits_incendie .owl-carousel {
  position: relative;
  z-index: 1;
}
body.page-id-17 .block_produits_incendie .owl-carousel .owl-item .owl-slide {
  position: relative;
}
body.page-id-17 .block_produits_incendie .owl-carousel .owl-item .owl-slide .img-container {
  position: relative;
  min-height: 600px;
}
body.page-id-17 .block_produits_incendie .owl-carousel .owl-item .owl-slide .img-container:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}
body.page-id-17 .block_produits_incendie .owl-carousel .owl-item .owl-slide .img-container .img-carousel {
  position: absolute;
  right: 0;
  top: 0;
  min-height: 600px;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
body.page-id-17 .block_produits_incendie .owl-carousel .owl-nav {
  position: absolute;
  width: 40px;
  bottom: 50px;
  left: 50px;
}
body.page-id-17 .block_produits_incendie .owl-carousel .owl-nav:before {
  content: '';
  width: 2px;
  height: 30px;
  display: block;
  position: absolute;
  margin: auto;
  top: 17px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
body.page-id-17 .block_produits_incendie .owl-carousel .owl-nav .owl-prev,
body.page-id-17 .block_produits_incendie .owl-carousel .owl-nav .owl-next {
  position: absolute;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  transition: all .3s ease;
}
body.page-id-17 .block_produits_incendie .owl-carousel .owl-nav .owl-prev span,
body.page-id-17 .block_produits_incendie .owl-carousel .owl-nav .owl-next span {
  display: none;
}
body.page-id-17 .block_produits_incendie .owl-carousel .owl-nav .owl-prev:hover,
body.page-id-17 .block_produits_incendie .owl-carousel .owl-nav .owl-prev:active,
body.page-id-17 .block_produits_incendie .owl-carousel .owl-nav .owl-prev:focus,
body.page-id-17 .block_produits_incendie .owl-carousel .owl-nav .owl-next:hover,
body.page-id-17 .block_produits_incendie .owl-carousel .owl-nav .owl-next:active,
body.page-id-17 .block_produits_incendie .owl-carousel .owl-nav .owl-next:focus {
  opacity: 0.7;
  outline: none;
}
body.page-id-17 .block_produits_incendie .owl-carousel .owl-nav .owl-prev {
  left: 0;
  background: url('../img/arrow-left.png') center left no-repeat;
}
body.page-id-17 .block_produits_incendie .owl-carousel .owl-nav .owl-prev:hover {
  left: -5px;
  outline: none;
}
body.page-id-17 .block_produits_incendie .owl-carousel .owl-nav .owl-next {
  right: 0px;
  background: url('../img/arrow-right.png') center right no-repeat;
}
body.page-id-17 .block_produits_incendie .owl-carousel .owl-nav .owl-next:hover {
  right: -5px;
  outline: none;
}
body.page-id-17 .block_produits_incendie .block_desc {
  box-shadow: 0px 0 5px 5px #e5e5e5;
  background: #fff;
}
body.page-id-17 .block_produits_incendie .block_desc .desc {
  padding: 60px 40px;
}
body.page-id-17 .block_produits_incendie .block_desc .desc > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.page-id-17 .block_produits_incendie .block_desc .desc > ul > li {
  color: #666666;
  padding-left: 30px;
  position: relative;
  font-size: 24px;
  font-family: 'Muli', sans-serif;
  margin-bottom: 15px;
}
body.page-id-17 .block_produits_incendie .block_desc .desc > ul > li:before {
  content: '';
  display: block;
  background: #da0d1b;
  width: 20px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 24px;
}
body.page-id-17 .block_produits_incendie .block_desc .desc > ul > li > ul {
  list-style: none;
}
body.page-id-17 .block_produits_incendie .block_desc .desc > ul > li > ul > li {
  color: #b2b2b2;
}
body.page-id-17 .block_contact {
  position: relative;
}
body.page-id-17 .block_contact .block_absolute {
  position: absolute;
  z-index: 20;
  background: #da0d1b;
  padding: 70px 50px;
  top: -100px;
}
body.page-id-17 .block_contact .block_absolute p {
  color: #fff;
  padding-left: 20px;
  border-left: 2px solid #404040;
  font-size: 24px;
  font-family: 'Muli', sans-serif;
}
body.page-id-17 .block_contact .block_absolute a {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  font-family: 'Muli', sans-serif;
}
body.page-id-17 .block_contact .block_absolute a:hover {
  color: #b2b2b2;
}
body.page-id-17 .block_produits_signalisation {
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px;
}
body.page-id-17 .block_produits_signalisation .block-absolute {
  position: absolute;
  z-index: 1;
  padding: 0;
  top: 0;
  right: 0;
}
body.page-id-17 .block_produits_signalisation .owl-carousel {
  position: relative;
  z-index: 1;
}
body.page-id-17 .block_produits_signalisation .owl-carousel .owl-item .owl-slide {
  position: relative;
}
body.page-id-17 .block_produits_signalisation .owl-carousel .owl-item .owl-slide .img-container {
  position: relative;
  min-height: 760px;
}
body.page-id-17 .block_produits_signalisation .owl-carousel .owl-item .owl-slide .img-container:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}
body.page-id-17 .block_produits_signalisation .owl-carousel .owl-item .owl-slide .img-container .img-carousel {
  position: absolute;
  right: 0;
  top: 0;
  min-height: 760px;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
body.page-id-17 .block_produits_signalisation .owl-carousel .owl-nav {
  position: absolute;
  width: 40px;
  bottom: 50px;
  right: 50px;
}
body.page-id-17 .block_produits_signalisation .owl-carousel .owl-nav:before {
  content: '';
  width: 2px;
  height: 30px;
  display: block;
  position: absolute;
  margin: auto;
  top: 17px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
body.page-id-17 .block_produits_signalisation .owl-carousel .owl-nav .owl-prev,
body.page-id-17 .block_produits_signalisation .owl-carousel .owl-nav .owl-next {
  position: absolute;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  transition: all .3s ease;
}
body.page-id-17 .block_produits_signalisation .owl-carousel .owl-nav .owl-prev span,
body.page-id-17 .block_produits_signalisation .owl-carousel .owl-nav .owl-next span {
  display: none;
}
body.page-id-17 .block_produits_signalisation .owl-carousel .owl-nav .owl-prev:hover,
body.page-id-17 .block_produits_signalisation .owl-carousel .owl-nav .owl-prev:active,
body.page-id-17 .block_produits_signalisation .owl-carousel .owl-nav .owl-prev:focus,
body.page-id-17 .block_produits_signalisation .owl-carousel .owl-nav .owl-next:hover,
body.page-id-17 .block_produits_signalisation .owl-carousel .owl-nav .owl-next:active,
body.page-id-17 .block_produits_signalisation .owl-carousel .owl-nav .owl-next:focus {
  opacity: 0.7;
  outline: none;
}
body.page-id-17 .block_produits_signalisation .owl-carousel .owl-nav .owl-prev {
  left: 0;
  background: url('../img/arrow-left.png') center left no-repeat;
}
body.page-id-17 .block_produits_signalisation .owl-carousel .owl-nav .owl-prev:hover {
  left: -5px;
  outline: none;
}
body.page-id-17 .block_produits_signalisation .owl-carousel .owl-nav .owl-next {
  right: 0px;
  background: url('../img/arrow-right.png') center right no-repeat;
}
body.page-id-17 .block_produits_signalisation .owl-carousel .owl-nav .owl-next:hover {
  right: -5px;
  outline: none;
}
body.page-id-17 .block_produits_signalisation .block_desc {
  box-shadow: 0px 0 5px 5px #e5e5e5;
  background: #fff;
  margin-top: 80px;
  z-index: 10;
}
body.page-id-17 .block_produits_signalisation .block_desc .desc {
  padding: 100px 40px 60px;
}
body.page-id-17 .block_produits_signalisation .block_desc .desc > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.page-id-17 .block_produits_signalisation .block_desc .desc > ul > li {
  color: #666666;
  padding-left: 30px;
  position: relative;
  font-size: 24px;
  font-family: 'Muli', sans-serif;
  margin-bottom: 15px;
}
body.page-id-17 .block_produits_signalisation .block_desc .desc > ul > li:before {
  content: '';
  display: block;
  background: #da0d1b;
  width: 20px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 24px;
}
body.page-id-17 .block_produits_signalisation .block_desc .desc > ul > li > ul {
  list-style: none;
}
body.page-id-17 .block_produits_signalisation .block_desc .desc > ul > li > ul > li {
  color: #b2b2b2;
}
body.page-id-19 .page-header {
  margin-top: 80px;
  margin-bottom: 30px;
}
body.page-id-19 .page-header h1 {
  color: #da0d1b;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  width: max-content;
  margin: 0 auto;
}
body.page-id-19 .page-header h1:before,
body.page-id-19 .page-header h1:after {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  position: absolute;
  top: 10px;
  background: #da0d1b;
}
body.page-id-19 .page-header h1:before {
  left: -40px;
}
body.page-id-19 .page-header h1:after {
  right: -40px;
}
body.page-id-19 .list_categories {
  text-align: center;
  margin: 60px 0;
}
body.page-id-19 .list_categories .button-group {
  display: inline-block;
  vertical-align: middle;
}
body.page-id-19 .list_categories .button-group:last-child .button:after {
  display: none;
}
body.page-id-19 .list_categories .button {
  padding: 8px 10px;
  color: #404040;
  background: transparent;
  border: none;
  margin: 0 25px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all .3s ease;
  font-family: 'Muli', sans-serif;
  position: relative;
  padding: 10px 0 10px 0;
  font-size: 22px;
}
body.page-id-19 .list_categories .button:before,
body.page-id-19 .list_categories .button:after {
  content: '';
  display: block;
  position: absolute;
}
body.page-id-19 .list_categories .button:before {
  width: 2px;
  height: 12px;
  background: #da0d1b;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: none;
}
body.page-id-19 .list_categories .button:after {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #404040;
  right: -30px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
body.page-id-19 .list_categories .button:hover,
body.page-id-19 .list_categories .button:focus,
body.page-id-19 .list_categories .button:active,
body.page-id-19 .list_categories .button.active {
  background: transparent;
  color: #da0d1b;
  outline: none;
}
body.page-id-19 .list_categories .button:hover:before,
body.page-id-19 .list_categories .button:focus:before,
body.page-id-19 .list_categories .button:active:before,
body.page-id-19 .list_categories .button.active:before {
  display: block;
}
body.single-regle .wrap-reglementation {
  padding-bottom: 80px;
}
body.single-regle .wrap-reglementation .filtre {
  display: none;
}
body.single-regle .wrap-reglementation .menu-reglementation {
  background-color: #f3f3f3;
}
body.single-regle .wrap-reglementation .menu-reglementation ul {
  list-style: none;
  margin-bottom: 0;
  padding: 5px 15px;
}
body.single-regle .wrap-reglementation .menu-reglementation ul li {
  line-height: 2.1;
  padding: 10px 0;
  border-bottom: 1px solid #e8e8e8;
}
body.single-regle .wrap-reglementation .menu-reglementation ul li a {
  font-weight: 700;
  font-family: 'GothamRounded-Light';
}
body.single-regle .wrap-reglementation .content {
  margin-top: 40px;
}
body.single-regle .wrap-reglementation .block_reglementation {
  padding: 40px;
  max-width: 780px;
  margin-top: 0;
  z-index: 10;
  border: 2px solid #f3f3f3;
}
body.single-regle .wrap-reglementation .block_reglementation h2 {
  color: #404040;
  text-transform: uppercase;
  font-size: 24px;
  font-family: 'GothamRounded-Light';
  margin-bottom: 40px;
}
body.single-regle .wrap-reglementation .block_reglementation ul {
  list-style: none;
  font-family: 'GothamRounded-Light';
  padding-left: 30px;
}
body.single-regle .wrap-reglementation .block_reglementation ul li {
  position: relative;
  margin-bottom: 20px;
}
body.single-regle .wrap-reglementation .block_reglementation ul li:before {
  content: '';
  display: block;
  width: 15px;
  height: 13px;
  position: absolute;
  left: -26px;
  top: 5px;
  background: url('../img/picto-check.png') top left no-repeat;
  background-size: 100%;
}
body.single-regle .wrap-reglementation .block_reglementation a {
  display: block;
  color: #fff;
  background: #da0d1b;
  border: 1px solid #da0d1b;
  width: max-content;
  text-align: center;
  padding: 10px 25px;
  margin: 15px auto 0rem;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  font-family: 'GothamRounded-Light';
}
body.single-regle .wrap-reglementation .block_reglementation a:hover {
  color: #da0d1b;
  background: #fff;
  border: 1px solid #da0d1b;
}
body.page-id-21 .block-info {
  position: relative;
  margin-bottom: 300px;
}
body.page-id-21 .block-info .info-contact {
  background: #404040;
  padding: 30px 50px 120px 50px;
  max-width: 450px;
}
body.page-id-21 .block-info .info-contact a.btn-phone {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
body.page-id-21 .block-info .info-contact a.btn-phone span.picto-phone {
  background: url('../img/picto-phone-rouge.png') center center no-repeat;
  width: 30px;
  height: 30px;
  display: block;
  background-size: contain;
  float: left;
  margin-right: 10px;
}
body.page-id-21 .block-info .info-contact a.btn-phone span.link {
  color: #fff;
  display: block;
  font-size: 20px;
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  transition: all .3s ease;
}
body.page-id-21 .block-info .info-contact a.btn-phone:hover span.link {
  color: #da0d1b;
}
body.page-id-21 .block-info .info-contact a.btn-adresse {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
body.page-id-21 .block-info .info-contact a.btn-adresse span.picto-adresse {
  background: url('../img/picto-adresse-rouge.png') center center no-repeat;
  width: 35px;
  height: 30px;
  display: block;
  background-size: contain;
  float: left;
  margin-right: 10px;
}
body.page-id-21 .block-info .info-contact a.btn-adresse span.link {
  color: #fff;
  display: block;
  font-family: 'Muli', sans-serif;
  font-size: 20px;
  font-weight: 400;
  transition: all .3s ease;
}
body.page-id-21 .block-info .info-contact a.btn-adresse:hover span.link {
  color: #da0d1b;
}
body.page-id-21 .block-info .info-contact a.btn-email {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
body.page-id-21 .block-info .info-contact a.btn-email span.picto-email {
  background: url('../img/picto-email-rouge.png') center center no-repeat;
  width: 30px;
  height: 30px;
  background-size: contain;
  display: block;
  float: left;
  margin-right: 10px;
}
body.page-id-21 .block-info .info-contact a.btn-email span.link {
  color: #fff;
  display: block;
  font-family: 'Muli', sans-serif;
  font-size: 20px;
  font-weight: 400;
  transition: all .3s ease;
}
body.page-id-21 .block-info .info-contact a.btn-email:hover span.link {
  color: #da0d1b;
}
body.page-id-21 .block-info .map-container {
  position: absolute;
  right: 0;
  width: 450px;
  bottom: -230px;
}
body.page-id-21 .block-info .map-container #map {
  width: 100%;
  height: 320px;
}
body.page-id-21 .form-contact .nf-form-fields-required {
  display: none;
}
body.page-id-21 .form-contact .nf-error-msg {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}
body.page-id-21 .form-contact .nf-field-container {
  margin-bottom: 8px;
}
body.page-id-21 .form-contact .nf-field-label {
  display: none;
}
body.page-id-21 .form-contact .nf-form-content {
  font-family: 'Muli', sans-serif;
}
body.page-id-21 .form-contact .nf-form-content .nf-error input[type="text"],
body.page-id-21 .form-contact .nf-form-content .nf-error input[type="tel"],
body.page-id-21 .form-contact .nf-form-content .nf-error input[type="email"],
body.page-id-21 .form-contact .nf-form-content .nf-error input[type="number"] {
  border-bottom: 2px solid #e80000;
}
body.page-id-21 .form-contact .nf-form-content .nf-error .nf-field-element:after {
  height: 40px;
  top: 0;
  right: 0;
  line-height: 40px;
  width: 40px;
}
body.page-id-21 .form-contact .nf-form-content input[type="text"],
body.page-id-21 .form-contact .nf-form-content input[type="tel"],
body.page-id-21 .form-contact .nf-form-content input[type="email"],
body.page-id-21 .form-contact .nf-form-content input[type="number"] {
  height: 40px;
  padding: 0px 10px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 2px solid #e6e6e6;
  background: #fff;
}
body.page-id-21 .form-contact .nf-form-content input[type="text"]:focus,
body.page-id-21 .form-contact .nf-form-content input[type="tel"]:focus,
body.page-id-21 .form-contact .nf-form-content input[type="email"]:focus,
body.page-id-21 .form-contact .nf-form-content input[type="number"]:focus {
  outline: none;
}
body.page-id-21 .form-contact .nf-form-content input[type="text"]::placeholder,
body.page-id-21 .form-contact .nf-form-content input[type="tel"]::placeholder,
body.page-id-21 .form-contact .nf-form-content input[type="email"]::placeholder,
body.page-id-21 .form-contact .nf-form-content input[type="number"]::placeholder,
body.page-id-21 .form-contact .nf-form-content textarea::placeholder,
body.page-id-21 .form-contact .nf-form-content label {
  color: #666666;
  font-weight: 400;
  cursor: pointer;
}
body.page-id-21 .form-contact .nf-form-content .field-wrap input[type="button"] {
  text-align: center;
  background: #da0d1b;
  border: 2px solid #da0d1b;
  text-transform: uppercase;
  color: #fff;
  padding: 0 20px;
  cursor: pointer;
  width: max-content;
  display: block;
  height: 35px;
  width: 200px;
  float: right;
  transition: all .3s ease;
  font-family: 'Muli', sans-serif;
}
body.page-id-21 .form-contact .nf-form-content .field-wrap input[type="button"]:hover {
  background: #fff;
  color: #da0d1b;
  border-bottom: 2px solid #da0d1b;
}
body.page-id-21 .form-contact .nf-form-content .field-wrap input[type="button"]:focus {
  outline: none;
}
body.page-id-21 .form-contact .nf-form-content .field-wrap textarea {
  background: #fff;
  border: 2px solid #e6e6e6;
  padding: 10px 10px;
  height: 220px;
  color: #666666;
}
body.page-id-21 .form-contact .nf-form-content .field-wrap textarea:focus {
  outline: none;
}
body.page-id-21 .form-contact .nf-form-content .list-multiselect-wrap {
  background: transparent;
  border: 2px solid #e6e6e6;
  padding: 20px;
}
body.page-id-21 .form-contact .nf-form-content .list-multiselect-wrap select {
  border: none;
  overflow: hidden;
  height: 40px;
}
body.page-id-21 .form-contact .nf-form-content .list-multiselect-wrap select option {
  text-transform: uppercase;
  color: #000;
}
body.page-id-21 .form-contact .nf-form-content .list-multiselect-wrap select:focus {
  outline: none;
}
body.page-id-21 .form-contact .nf-form-content .list-checkbox-wrap .nf-field-element ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
body.page-id-21 .form-contact .nf-form-content .list-checkbox-wrap .nf-field-element ul li {
  margin-bottom: 0 !important;
  margin-right: 10px !important;
}
@media (max-width: 768px) {
  body.page-id-21 .form-contact .nf-form-content .list-checkbox-wrap .nf-field-element ul li {
    min-width: 0;
    padding-right: 10px !important;
  }
}
body.page-id-21 .form-contact .nf-form-content .list-checkbox-wrap .nf-field-element ul li label {
  font-weight: 400;
  font-family: 'Muli', sans-serif;
}
body.page-id-21 .form-contact .nf-form-content .list-checkbox-wrap input[type="checkbox"]:not(:checked),
body.page-id-21 .form-contact .nf-form-content .list-checkbox-wrap input[type="checkbox"]:checked {
  position: absolute;
  left: 0;
  top: 0;
  outline: none;
  margin: 0;
  width: auto;
  display: none;
}
body.page-id-21 .form-contact .nf-form-content .list-checkbox-wrap input[type="checkbox"]:checked + label,
body.page-id-21 .form-contact .nf-form-content .list-checkbox-wrap input[type="checkbox"]:not(:checked) + label {
  position: relative;
  cursor: pointer;
  padding-left: 25px;
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  margin: 0 !important;
  padding-top: 0px;
  text-align: justify;
  color: #333333;
}
body.page-id-21 .form-contact .nf-form-content .list-checkbox-wrap input[type="checkbox"]:checked + label:before,
body.page-id-21 .form-contact .nf-form-content .list-checkbox-wrap input[type="checkbox"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #e6e6e6;
  background: #fff;
  display: block;
  opacity: 1;
}
body.page-id-21 .form-contact .nf-form-content .list-checkbox-wrap input[type="checkbox"]:checked + label:after,
body.page-id-21 .form-contact .nf-form-content .list-checkbox-wrap input[type="checkbox"]:not(:checked) + label:after {
  content: '';
  width: 13px;
  height: 13px;
  background-color: #da0d1b;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 10;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body.page-id-21 .form-contact .nf-form-content .list-checkbox-wrap input[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
body.page-id-21 .form-contact .nf-form-content .list-checkbox-wrap input[type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media (max-width: 991.98px) {
  body header .nav-icon {
    display: block;
  }
  body header .nav-primary {
    display: block;
    position: absolute;
    right: 0;
    z-index: 11;
    width: 100%;
    top: 133px;
  }
  body header .nav-primary .menu-menu-principal-container {
    width: 100%;
    height: auto;
  }
  body header .nav-primary .menu-menu-principal-container ul.nav {
    overflow: hidden;
    height: 0;
    background: #da0d1b;
    margin: 0;
  }
  body header .nav-primary .menu-menu-principal-container ul.nav > li {
    display: block;
    width: 100%;
    border-left: none;
    padding: 10px 25px;
    height: auto;
  }
  body header .nav-primary .menu-menu-principal-container ul.nav > li.home a {
    background: url('../img/picto-home-blanc.png') center center no-repeat;
    background-size: contain;
  }
  body header .nav-primary .menu-menu-principal-container ul.nav > li:before {
    display: none;
  }
  body header .nav-primary .menu-menu-principal-container ul.nav > li > a {
    color: #fff;
    border-right: none;
    font-size: 16px;
  }
  body header .nav-primary .menu-menu-principal-container ul.nav > li:first-child {
    padding-top: 25px;
  }
  body header .nav-primary .menu-menu-principal-container ul.nav > li:last-child {
    padding-bottom: 25px;
  }
  body header .nav-primary .menu-menu-principal-container ul.nav > li.current-menu-item > a {
    color: #fff;
    font-weight: 600;
  }
  body header .nav-primary .menu-menu-principal-container ul.nav > li:hover a,
  body header .nav-primary .menu-menu-principal-container ul.nav > li:focus a,
  body header .nav-primary .menu-menu-principal-container ul.nav > li:active a {
    color: #000;
  }
  body header .nav-primary .menu-menu-principal-container ul.nav > li:hover > ul.sub-menu,
  body header .nav-primary .menu-menu-principal-container ul.nav > li:focus > ul.sub-menu,
  body header .nav-primary .menu-menu-principal-container ul.nav > li:active > ul.sub-menu {
    left: 0;
    display: block;
  }
  body footer .footer-top .container {
    flex-direction: column;
  }
  body footer .footer-top .container a.logo img {
    display: block;
    margin: 0 auto 20px;
  }
  body footer .footer-top .container .info-contact {
    justify-content: center;
  }
  body footer .footer-top .container .nav-footer {
    justify-content: center;
  }
  body.single-regle .wrap-reglementation .menu-reglementation ul {
    column-count: 2;
    padding: 20px;
  }
  body.single-regle .wrap-reglementation .menu-reglementation ul li {
    border-bottom: 0;
    padding: 0;
  }
  body.page-id-6 .entete .owl-carousel .owl-item .owl-slide .block_text h2.titre {
    font-size: 40px;
    line-height: 40px;
    padding-right: 20px;
  }
  body.page-id-6 .block_services .bg-service {
    margin-bottom: 20px;
  }
  body.page-id-12 section.entreprise-content {
    padding-top: 40px;
  }
  body.page-id-12 section.entreprise-content .img-entreprise {
    z-index: -1;
  }
  body.page-id-12 section.entreprise-content .container {
    background: rgba(255,255,255,0.8);
  }
  body.page-id-12 section.entreprise-content .container h1 {
    margin: 40px auto;
  }
  body.page-id-12 section.entreprise-content .container .description p {
    font-size: 18px;
  }
  body.page-id-12 section.entreprise-content .container .block_picto .bg-picto {
    min-width: 120px;
    height: 120px;
  }
  body.page-id-12 section.entreprise-content .container .block_picto .bg-picto .picto-container {
    width: 60px;
    height: 60px;
  }
  body.page-id-12 section.entreprise-content .container .block_picto .desc p {
    font-size: 18px;
  }
  body.page-id-15 .block_full {
    border-top: none;
  }
  body.page-id-15 .block_half {
    border-bottom: 2px solid #da0d1b;
  }
  body.page-id-17 .block_produits_incendie .block-absolute {
    position: relative;
    top: 0;
  }
  body.page-id-17 .block_produits_signalisation .block-absolute {
    position: relative;
  }
  body.page-id-19 .reglementation .block_content a.btn-reglementation {
    font-size: 16px;
    margin: 30px auto;
  }
  body.page-id-21 .block-info {
    margin-bottom: 260px;
  }
  body.page-id-21 .form-contact {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  #grdp_barre_mini,
  #grdp_barre_maxi {
    display: none !important;
  }
  body header .nav-primary {
    top: 91px;
  }
  body header .header-info a.btn-phone span.link {
    width: 130px;
  }
  body header .header-info a.btn-adresse {
    display: none;
  }
  body footer .footer-top .container {
    flex-direction: column;
  }
  body footer .footer-top .container .info-contact {
    flex-direction: column;
  }
  body footer .footer-top .container .info-contact a.btn-phone {
    border-right: none;
    margin-bottom: 10px;
  }
  body footer .footer-top .container .info-contact a.btn-adresse {
    border-right: none;
    margin-bottom: 10px;
  }
  body footer .footer-top .container .nav-footer {
    flex-direction: column;
  }
  body footer .idcom .link-id {
    display: block;
    margin-bottom: 5px;
  }
  body.single-regle .wrap-reglementation {
    padding-bottom: 80px;
  }
  body.single-regle .wrap-reglementation .filtre {
    display: block;
    background-color: #da0d1b;
    color: #fff;
    border: 0;
    padding: 10px 25px;
    margin: 30px auto;
  }
  body.single-regle .wrap-reglementation .filtre:focus {
    outline: none;
  }
  body.single-regle .wrap-reglementation .menu-reglementation ul {
    text-align: center;
    padding-top: 0;
    display: none;
    column-count: 1;
  }
  body.page-id-6 .entete .owl-carousel .owl-item .owl-slide .block_text {
    top: 50px;
  }
  body.page-id-6 .block_services {
    width: 90%;
    margin: 0 auto;
    top: 250px;
  }
  body.page-id-12 section.entreprise-content .container .description p {
    font-size: 18px;
  }
  body.page-id-12 section.entreprise-content .container .block_picto .desc h3 {
    font-size: 24px;
  }
  body.page-id-12 section.entreprise-content .container .block_picto .desc p {
    font-size: 18px;
  }
  body.page-id-15 #intro-wrapper,
  body.page-id-251 #intro-wrapper {
    margin-top: 2rem;
  }
  body.page-id-15 #intro-wrapper > div,
  body.page-id-251 #intro-wrapper > div {
    margin-bottom: 1rem;
  }
  body.page-id-15 .description,
  body.page-id-251 .description {
    margin-bottom: 0;
  }
  body.page-id-15 .description p,
  body.page-id-251 .description p {
    font-size: 18px;
  }
  body.page-id-15 .prestation,
  body.page-id-251 .prestation {
    flex-direction: column;
  }
  body.page-id-15 .prestation .desc .picto-container,
  body.page-id-251 .prestation .desc .picto-container {
    margin: 0 auto;
  }
  body.page-id-15 .prestation .desc h3,
  body.page-id-251 .prestation .desc h3 {
    text-align: center;
  }
  body.page-id-15 .prestation .desc h3:after,
  body.page-id-251 .prestation .desc h3:after {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  body.page-id-15 .prestation .desc p,
  body.page-id-251 .prestation .desc p {
    font-size: 18px;
    text-align: center;
  }
  body.page-id-15 .block_full,
  body.page-id-251 .block_full {
    border-top: 2px solid #da0d1b;
    border-bottom: 2px solid #da0d1b;
  }
  body.page-id-15 .block_full .prestation .block-img,
  body.page-id-251 .block_full .prestation .block-img {
    width: 100%;
  }
  body.page-id-15 .block_full .prestation .desc,
  body.page-id-251 .block_full .prestation .desc {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  body.page-id-15 .block_full:nth-child(2n+2) .prestation .block-img,
  body.page-id-251 .block_full:nth-child(2n+2) .prestation .block-img {
    order: 2;
  }
  body.page-id-15 .block_full:nth-child(2n+2) .prestation .desc,
  body.page-id-251 .block_full:nth-child(2n+2) .prestation .desc {
    order: 1;
    padding-right: 0;
    padding-left: 0;
  }
  body.page-id-15 .block_half .prestation .block-img,
  body.page-id-251 .block_half .prestation .block-img {
    width: 100%;
  }
  body.page-id-15 .block_half .prestation .block-img .img-prestation,
  body.page-id-251 .block_half .prestation .block-img .img-prestation {
    width: 100%;
    background-position: top center;
  }
  body.page-id-15 .block_half .prestation .block-img .img-prestation:after,
  body.page-id-251 .block_half .prestation .block-img .img-prestation:after {
    left: 0;
  }
  body.page-id-15 .block_half .prestation .desc,
  body.page-id-251 .block_half .prestation .desc {
    margin-top: 40px;
    margin-left: 0;
  }
  body.page-id-17 .block_produits_incendie .block_desc .desc > ul li,
  body.page-id-17 .block_produits_signalisation .block_desc .desc > ul li {
    font-size: 18px;
  }
  body.page-id-17 .block_produits_incendie .block_desc .desc > ul li:before,
  body.page-id-17 .block_produits_signalisation .block_desc .desc > ul li:before {
    top: 16px;
  }
  body.page-id-17 .block_contact .block_absolute {
    top: -70px;
  }
  body.page-id-17 .block_contact .block_absolute p,
  body.page-id-17 .block_contact .block_absolute a {
    font-size: 18px;
  }
  body.page-id-19 .list_categories {
    margin: 40px 0;
  }
  body.page-id-19 .list_categories .button {
    font-size: 16px;
    margin: 0 15px;
  }
  body.page-id-19 .list_categories .button:after {
    right: -20px;
  }
  body.page-id-19 .reglementation .block_image {
    width: 100%;
  }
  body.page-id-19 .reglementation .block_image .img-container {
    width: 100%;
  }
  body.page-id-19 .reglementation .block_exergue {
    width: 75%;
  }
  body.page-id-15 .page-header,
  body.page-id-17 .page-header,
  body.page-id-21 .page-header,
  body.page-id-3 .page-header,
  body.page-id-7 .page-header {
    margin-top: 60px;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  body header a.logo {
    padding: 10px 0;
  }
  body header .nav-icon {
    margin-right: 20px;
  }
  body header .nav-primary {
    top: 70px;
  }
  body header .header-info {
    display: none;
  }
  body footer .footer-top .container .nav-footer {
    margin-top: 10px;
  }
  body footer .footer-top .container .nav-footer ul.nav li {
    display: block;
    border-right: none;
    margin-bottom: 10px;
    text-align: center;
  }
  body footer .idcom {
    font-size: 12px;
  }
  body footer .idcom .link-id img {
    display: none;
  }
  body.page-id-6 .entete .owl-carousel .owl-item .owl-slide .block_text h2.titre {
    font-size: 30px;
    line-height: 30px;
    padding-left: 20px;
  }
  body.page-id-12 section.entreprise-content .container .description {
    margin-left: 0;
  }
  body.page-id-12 section.entreprise-content .container .block_picto {
    flex-direction: column;
  }
  body.page-id-12 section.entreprise-content .container .block_picto .bg-picto {
    width: 120px;
    height: 120px;
    margin: 0 auto 40px;
  }
  body.page-id-12 section.entreprise-content .container .block_picto .desc h3 {
    font-size: 24px;
  }
  body.page-id-12 section.entreprise-content .container .block_picto .desc p {
    font-size: 18px;
  }
  body.page-id-15 .page-header,
  body.page-id-17 .page-header,
  body.page-id-21 .page-header {
    margin-top: 60px;
  }
  body.page-id-15 a.btn-contact,
  body.page-id-17 a.btn-contact,
  body.page-id-21 a.btn-contact {
    margin: 40px auto;
  }
  body.page-id-15 .prestation {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  body.page-id-17 .block_produits_incendie .owl-carousel .owl-item .owl-slide .img-container {
    min-height: 450px;
  }
  body.page-id-17 .block_produits_incendie .owl-carousel .owl-item .owl-slide .img-container .img-carousel {
    min-height: 450px;
  }
  body.page-id-17 .block_produits_signalisation {
    margin-bottom: 0;
  }
  body.page-id-17 .block_produits_signalisation .owl-carousel .owl-item .owl-slide .img-container {
    min-height: 600px;
  }
  body.page-id-17 .block_produits_signalisation .owl-carousel .owl-item .owl-slide .img-container .img-carousel {
    min-height: 600px;
  }
  body.page-id-19 .page-header {
    margin-top: 60px;
  }
  body.page-id-19 .page-header h1 {
    font-size: 18px;
  }
  body.page-id-19 .list_categories {
    flex-direction: column;
    align-items: center;
  }
  body.page-id-19 .list_categories .button:after {
    display: none;
  }
  body.page-id-19 .reglementation .block_exergue {
    width: 100%;
    padding: 40px;
  }
  body.page-id-19 .reglementation .block_content {
    margin-bottom: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }
  body.page-id-21 .block-info {
    position: relative;
  }
  body.page-id-21 .block-info .info-contact {
    padding-left: 20px;
    padding-right: 20px;
  }
  body.page-id-21 .block-info .info-contact a.btn-phone span.link,
  body.page-id-21 .block-info .info-contact a.btn-adresse span.link,
  body.page-id-21 .block-info .info-contact a.btn-email span.link {
    font-size: 16px;
  }
  body.page-id-21 .block-info .map-container {
    width: 100%;
  }
  body.page-id-15 .page-header h1,
  body.page-id-17 .page-header h1,
  body.page-id-21 .page-header h1,
  body.page-id-3 .page-header h1,
  body.page-id-7 .page-header h1 {
    width: auto;
    max-width: 180px;
    font-size: 18px;
  }
}
