.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
@font-face {
  font-family: 'TacticSans-Lgt';
  src: url('../fonts/TacticSans-Lgt.eot?#iefix') format('embedded-opentype'), url('../fonts/TacticSans-Lgt.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TacticSans-Med';
  src: url('../fonts/TacticSans-Med.eot') format('embedded-opentype'), url('../fonts/TacticSans-Med.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TacticSans-Reg';
  src: url('../fonts/TacticSans-Reg.eot?#iefix') format('embedded-opentype'), url('../fonts/TacticSans-Reg.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TacticSans-Bld';
  src: url('../fonts/TacticSans-Bld.eot?#iefix') format('embedded-opentype'), url('../fonts/TacticSans-Bld.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
body a {
  transition: all .3s ease;
  color: #000;
  cursor: pointer;
}
body a:hover,
body a:focus,
body a:active {
  text-decoration: none;
  color: #fecc00;
}
body #texte-confidentialite a {
  transition: all .3s ease;
  color: #000;
  cursor: pointer;
}
body #texte-confidentialite a:hover,
body #texte-confidentialite a:focus,
body #texte-confidentialite a:active {
  text-decoration: none;
  color: #fecc00;
}
body .default-page h2,
body .default-page h3 {
  margin-top: 2rem;
}
body header .head-content-top {
  background: #000;
  position: relative;
}
body header .head-content-top .logo {
  position: absolute;
  display: block;
  margin: 20px 0;
  z-index: 10;
}
body header .head-content-top .logo img {
  border: 1px solid #fff;
}
body header .head-content-top .content-nav-top {
  display: flex;
  position: relative;
  justify-content: flex-end;
}
body header .head-content-top .content-nav-top .right-content {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
body header .head-content-top .content-nav-top .right-content a.btn-phone,
body header .head-content-top .content-nav-top .right-content a.btn-email {
  display: flex;
  align-items: center;
  border: #414042 1px solid;
  border-radius: 0 10px 0 10px;
  height: max-content;
  padding: 10px;
  margin-right: 10px;
  position: relative;
  font-family: 'Lato', sans-serif;
}
body header .head-content-top .content-nav-top .right-content a.btn-phone .top-angle,
body header .head-content-top .content-nav-top .right-content a.btn-email .top-angle {
  position: absolute;
  top: 0;
  left: 0;
}
body header .head-content-top .content-nav-top .right-content a.btn-phone .top-angle:before,
body header .head-content-top .content-nav-top .right-content a.btn-email .top-angle:before {
  content: '';
  position: absolute;
  left: -1px;
  top: -1px;
  border-top: 10px solid #414042;
  border-right: 10px solid transparent;
  transition: all .3s ease;
}
body header .head-content-top .content-nav-top .right-content a.btn-phone .top-angle:after,
body header .head-content-top .content-nav-top .right-content a.btn-email .top-angle:after {
  content: '';
  position: absolute;
  left: -2px;
  top: -2px;
  border-top: 10px solid #000;
  border-right: 10px solid transparent;
}
body header .head-content-top .content-nav-top .right-content a.btn-phone .bottom-angle,
body header .head-content-top .content-nav-top .right-content a.btn-email .bottom-angle {
  position: absolute;
  bottom: 8px;
  right: 8px;
}
body header .head-content-top .content-nav-top .right-content a.btn-phone .bottom-angle:before,
body header .head-content-top .content-nav-top .right-content a.btn-email .bottom-angle:before {
  content: '';
  position: absolute;
  left: -1px;
  top: -1px;
  border-bottom: 10px solid #414042;
  border-left: 10px solid transparent;
  transition: all .3s ease;
}
body header .head-content-top .content-nav-top .right-content a.btn-phone .bottom-angle:after,
body header .head-content-top .content-nav-top .right-content a.btn-email .bottom-angle:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  border-bottom: 10px solid #000;
  border-left: 10px solid transparent;
}
body header .head-content-top .content-nav-top .right-content a.btn-phone .block-text,
body header .head-content-top .content-nav-top .right-content a.btn-email .block-text {
  transition: all .3s ease;
}
body header .head-content-top .content-nav-top .right-content a.btn-phone .block-text span.text,
body header .head-content-top .content-nav-top .right-content a.btn-email .block-text span.text {
  color: #fecc00;
  display: block;
  font-weight: 400;
  font-size: 14px;
  text-align: right;
  transition: all .3s ease;
}
body header .head-content-top .content-nav-top .right-content a.btn-phone .block-text span.link,
body header .head-content-top .content-nav-top .right-content a.btn-email .block-text span.link {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  transition: all .3s ease;
}
body header .head-content-top .content-nav-top .right-content a.btn-phone:hover,
body header .head-content-top .content-nav-top .right-content a.btn-email:hover {
  border: #fecc00 1px solid;
}
body header .head-content-top .content-nav-top .right-content a.btn-phone:hover .top-angle:before,
body header .head-content-top .content-nav-top .right-content a.btn-email:hover .top-angle:before {
  border-top-color: #fecc00;
}
body header .head-content-top .content-nav-top .right-content a.btn-phone:hover .bottom-angle:before,
body header .head-content-top .content-nav-top .right-content a.btn-email:hover .bottom-angle:before {
  border-bottom-color: #fecc00;
}
body header .head-content-top .content-nav-top .right-content a.btn-phone:hover .block-text span.text,
body header .head-content-top .content-nav-top .right-content a.btn-phone:hover .block-text span.link,
body header .head-content-top .content-nav-top .right-content a.btn-email:hover .block-text span.text,
body header .head-content-top .content-nav-top .right-content a.btn-email:hover .block-text span.link {
  color: #fecc00;
}
body header .head-content-top .content-nav-top .right-content a.btn-phone span.picto-phone {
  background: url('../img/picto-phone.png') center center no-repeat;
  width: 30px;
  height: 30px;
  display: block;
  float: left;
  margin-right: 10px;
}
body header .head-content-top .content-nav-top .right-content a.btn-email span.picto-email {
  background: url('../img/picto-email.png') center center no-repeat;
  width: 41px;
  height: 41px;
  display: block;
  float: left;
  margin-right: 10px;
}
body header .head-content-top .content-nav-top .right-content .site-options ul.language {
  padding: 5px 10px;
  justify-content: space-around;
  display: flex;
  list-style: none;
  margin-bottom: 5px;
  position: relative;
  border: #414042 1px solid;
  border-radius: 0 10px 0 10px;
  width: 70px;
}
body header .head-content-top .content-nav-top .right-content .site-options ul.language .top-angle {
  position: absolute;
  top: 0;
  left: 0;
}
body header .head-content-top .content-nav-top .right-content .site-options ul.language .top-angle:before {
  content: '';
  position: absolute;
  left: -1px;
  top: -1px;
  border-top: 10px solid #414042;
  border-right: 10px solid transparent;
  transition: all .3s ease;
}
body header .head-content-top .content-nav-top .right-content .site-options ul.language .top-angle:after {
  content: '';
  position: absolute;
  left: -2px;
  top: -2px;
  border-top: 10px solid #000;
  border-right: 10px solid transparent;
}
body header .head-content-top .content-nav-top .right-content .site-options ul.language .bottom-angle {
  position: absolute;
  bottom: 8px;
  right: 8px;
}
body header .head-content-top .content-nav-top .right-content .site-options ul.language .bottom-angle:before {
  content: '';
  position: absolute;
  left: -1px;
  top: -1px;
  border-bottom: 10px solid #414042;
  border-left: 10px solid transparent;
  transition: all .3s ease;
}
body header .head-content-top .content-nav-top .right-content .site-options ul.language .bottom-angle:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  border-bottom: 10px solid #000;
  border-left: 10px solid transparent;
}
body header .head-content-top .content-nav-top .right-content .site-options ul.language li {
  display: inline-block;
  font-family: 'Lato', sans-serif;
}
body header .head-content-top .content-nav-top .right-content .site-options ul.language li a {
  color: #fff;
  text-transform: uppercase;
}
body header .head-content-top .content-nav-top .right-content .site-options ul.language li a:hover {
  color: #fecc00;
}
body header .head-content-top .content-nav-top .right-content .site-options ul.language li.current-lang a {
  color: #fecc00;
}
body header .head-content-top .content-nav-top .right-content .site-options a.picto-localisation,
body header .head-content-top .content-nav-top .right-content .site-options a.picto-fb {
  display: block;
  width: 30px;
  height: 30px;
  background: #fecc00;
  float: left;
  margin-right: 10px;
}
body header .head-content-top .content-nav-top .right-content .site-options a.picto-localisation {
  background: url('../img/picto-localisation-header.png') center center no-repeat;
}
body header .head-content-top .content-nav-top .right-content .site-options a.picto-fb {
  background: url('../img/picto-facebook-header.png') center center no-repeat;
}
body header .head-content-top .content-nav-top .right-content .site-options a.picto-linkedin {
  display: block;
  width: 26px;
  height: 26px;
  float: left;
  margin-right: 10px;
}
body header .head-content-bottom .content-nav-bottom {
  display: flex;
  justify-content: flex-end;
}
body header .head-content-bottom .content-nav-bottom .nav-responsive {
  display: none;
}
body header .head-content-bottom .content-nav-bottom .nav-primary ul.nav {
  margin: 0;
  display: block;
  list-style: none;
}
body header .head-content-bottom .content-nav-bottom .nav-primary ul.nav li {
  height: 100%;
  display: inline-block;
  text-align: left;
  line-height: 14px;
  transition: all .3s ease;
  padding: 40px 10px;
}
body header .head-content-bottom .content-nav-bottom .nav-primary ul.nav li > a {
  color: #808285;
  font-size: 16px;
  font-family: 'TacticSans-Reg';
  font-weight: 400;
  position: relative;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  body header .head-content-bottom .content-nav-bottom .nav-primary ul.nav li > a {
    font-size: 14px;
  }
}
body header .head-content-bottom .content-nav-bottom .nav-primary ul.nav li > a:after {
  content: "";
  background: url('../img/selected-bar.png') 0 0 no-repeat;
  background-size: cover;
  height: 0;
  display: block;
  position: absolute;
  width: 95px;
  bottom: -20px;
  left: -10px;
  right: 0;
  margin: 0 auto;
  transition: all .1s ease-in-out !important;
  -webkit-transition: all .1s ease-in-out !important;
  -moz-transition: all .1s ease-in-out !important;
  -o-transition: all .1s ease-in-out !important;
}
body header .head-content-bottom .content-nav-bottom .nav-primary ul.nav li > a:hover,
body header .head-content-bottom .content-nav-bottom .nav-primary ul.nav li > a:focus,
body header .head-content-bottom .content-nav-bottom .nav-primary ul.nav li > a:active {
  background: none;
}
body header .head-content-bottom .content-nav-bottom .nav-primary ul.nav li > a:hover:after,
body header .head-content-bottom .content-nav-bottom .nav-primary ul.nav li > a:focus:after,
body header .head-content-bottom .content-nav-bottom .nav-primary ul.nav li > a:active:after {
  height: 4px;
}
body header .head-content-bottom .content-nav-bottom .nav-primary ul.nav li:last-child {
  border-right: 0;
}
body header .head-content-bottom .content-nav-bottom .nav-primary ul.nav li.current-menu-item > a {
  color: #000;
  font-family: 'TacticSans-Med';
  font-weight: 400;
}
body header .head-content-bottom .content-nav-bottom .nav-primary ul.nav li.current-menu-item > a:before {
  content: '';
  width: 10px;
  height: 17px;
  position: absolute;
  top: -6px;
  right: -10px;
}
body header .head-content-bottom .content-nav-bottom .nav-primary ul.nav li.current-menu-item > a:after {
  height: 4px;
}
body header .head-content-bottom .content-nav-bottom .nav-primary ul.nav li.menu-item-has-children {
  height: 100%;
}
body header .head-content-bottom .content-nav-bottom .nav-primary ul.nav li.menu-item-has-children > a {
  height: 100%;
}
body header .head-content-bottom .content-nav-bottom .nav-primary ul.nav li.menu-item-has-children > a:before {
  content: "";
  position: absolute;
  right: -12px;
  width: 10px;
  display: block;
  top: 9px;
  transform: translateY(-50%);
  border: 4px solid transparent;
  border-top-color: currentColor;
}
body header .head-content-bottom .content-nav-bottom .nav-primary ul.nav li.menu-item-has-children ul.sub-menu {
  margin: 0;
  padding: 20px 0;
  top: 207px;
  list-style: none;
  position: absolute;
  width: 100%;
  max-width: 1140px;
  background: #2c292d;
  left: -999em;
  border-bottom: 2px solid #fecc00;
  display: flex;
  justify-content: space-around;
}
@media (max-width: 1100px) {
  body header .head-content-bottom .content-nav-bottom .nav-primary ul.nav li.menu-item-has-children ul.sub-menu {
    max-width: 940px;
  }
}
body header .head-content-bottom .content-nav-bottom .nav-primary ul.nav li.menu-item-has-children ul.sub-menu li {
  display: inline-block;
  text-align: center;
  padding: 0 15px;
}
body header .head-content-bottom .content-nav-bottom .nav-primary ul.nav li.menu-item-has-children ul.sub-menu li > a {
  color: #fff;
  text-transform: uppercase;
  border-right: none;
  line-height: 24px;
  font-size: 14px;
  padding: 0 0 5px;
}
@media (max-width: 1200px) {
  body header .head-content-bottom .content-nav-bottom .nav-primary ul.nav li.menu-item-has-children ul.sub-menu li > a {
    font-size: 12px;
  }
}
body header .head-content-bottom .content-nav-bottom .nav-primary ul.nav li.menu-item-has-children ul.sub-menu li > a:after {
  display: none;
}
body header .head-content-bottom .content-nav-bottom .nav-primary ul.nav li.menu-item-has-children ul.sub-menu li.lcv-conseils,
body header .head-content-bottom .content-nav-bottom .nav-primary ul.nav li.menu-item-has-children ul.sub-menu li.lcv-lab,
body header .head-content-bottom .content-nav-bottom .nav-primary ul.nav li.menu-item-has-children ul.sub-menu li.bumer,
body header .head-content-bottom .content-nav-bottom .nav-primary ul.nav li.menu-item-has-children ul.sub-menu li.cmpr {
  width: 220px;
  height: 35px;
  padding: 0;
  margin: 0 20px;
}
body header .head-content-bottom .content-nav-bottom .nav-primary ul.nav li.menu-item-has-children ul.sub-menu li.lcv-conseils a,
body header .head-content-bottom .content-nav-bottom .nav-primary ul.nav li.menu-item-has-children ul.sub-menu li.lcv-lab a,
body header .head-content-bottom .content-nav-bottom .nav-primary ul.nav li.menu-item-has-children ul.sub-menu li.bumer a,
body header .head-content-bottom .content-nav-bottom .nav-primary ul.nav li.menu-item-has-children ul.sub-menu li.cmpr a {
  display: block;
  height: 100%;
  width: 100%;
  text-indent: -999999px;
}
body header .head-content-bottom .content-nav-bottom .nav-primary ul.nav li.menu-item-has-children ul.sub-menu li.lcv-conseils:hover,
body header .head-content-bottom .content-nav-bottom .nav-primary ul.nav li.menu-item-has-children ul.sub-menu li.lcv-lab:hover,
body header .head-content-bottom .content-nav-bottom .nav-primary ul.nav li.menu-item-has-children ul.sub-menu li.bumer:hover,
body header .head-content-bottom .content-nav-bottom .nav-primary ul.nav li.menu-item-has-children ul.sub-menu li.cmpr:hover {
  opacity: 0.7;
  cursor: pointer;
}
body header .head-content-bottom .content-nav-bottom .nav-primary ul.nav li.menu-item-has-children ul.sub-menu li.lcv-conseils a {
  background: url('../img/logo-lcv-conseils.png') center center no-repeat;
  background-size: contain;
}
body header .head-content-bottom .content-nav-bottom .nav-primary ul.nav li.menu-item-has-children ul.sub-menu li.lcv-lab a {
  background: url('../img/logo-lcv-lab.png') center center no-repeat;
  background-size: contain;
}
body header .head-content-bottom .content-nav-bottom .nav-primary ul.nav li.menu-item-has-children ul.sub-menu li.bumer a {
  background: url('../img/logo-lcv-bumer.png') center center no-repeat;
  background-size: contain;
}
body header .head-content-bottom .content-nav-bottom .nav-primary ul.nav li.menu-item-has-children ul.sub-menu li.cmpr a {
  background: url('../img/logo-lcv-cmpr.png') center center no-repeat;
  background-size: contain;
}
body header .head-content-bottom .content-nav-bottom .nav-primary ul.nav li.menu-item-has-children ul.sub-menu li:last-child {
  border-right: none;
}
body header .head-content-bottom .content-nav-bottom .nav-primary ul.nav li.menu-item-has-children ul.sub-menu li.menu-item-has-children > a::before {
  right: 2px;
  border-top-color: transparent;
  border-left-color: currentColor;
}
body header .head-content-bottom .content-nav-bottom .nav-primary ul.nav li.menu-item-has-children ul.sub-menu li:hover > ul {
  left: 100%;
  top: 0;
}
body header .head-content-bottom .content-nav-bottom .nav-primary ul.nav li:hover > a,
body header .head-content-bottom .content-nav-bottom .nav-primary ul.nav li:focus > a,
body header .head-content-bottom .content-nav-bottom .nav-primary ul.nav li:active > a {
  color: #fecc00;
}
body header .head-content-bottom .content-nav-bottom .nav-primary ul.nav li:hover > ul.sub-menu,
body header .head-content-bottom .content-nav-bottom .nav-primary ul.nav li:focus > ul.sub-menu,
body header .head-content-bottom .content-nav-bottom .nav-primary ul.nav li:active > ul.sub-menu {
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 20;
}
body main {
  position: relative;
}
body main .slide-form .btn-slide {
  background: url('../img/bg-onglet-contact.png') top right no-repeat;
  width: 60px;
  height: 297px;
  position: fixed;
  right: 0;
  top: 240px;
  z-index: 11;
}
body main .slide-form .btn-slide span.text {
  font-family: 'TacticSans-Med';
  letter-spacing: 3px;
  text-transform: uppercase;
  transition: all .3s ease;
  transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform-origin: 126px 108px;
  -o-transform-origin: 126px 108px;
  -ms-transform-origin: 126px 108px;
  -moz-transform-origin: 126px 108px;
  -webkit-transform-origin: 126px 108px;
  display: block;
  width: 240px;
}
body main .slide-form .btn-slide:hover {
  cursor: pointer;
}
body main .slide-form .btn-slide:hover span.text {
  color: #fff;
}
body main .slide-form .slide-content {
  background: #fecc00;
  display: block;
  padding: 15px;
  width: 340px;
  position: fixed;
  right: 0;
  top: 240px;
  z-index: 11;
  margin-right: -340px;
}
body main .slide-form .slide-content h3 {
  font-family: 'TacticSans-Med';
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
  font-size: 22px;
  margin-bottom: 8px;
}
body main .slide-form .slide-content .nf-form-fields-required {
  display: none;
}
body main .slide-form .slide-content .nf-error-msg {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}
body main .slide-form .slide-content .nf-field-container {
  margin-bottom: 8px;
}
body main .slide-form .slide-content .nf-field-label {
  display: none;
}
body main .slide-form .slide-content .nf-form-content {
  font-family: 'Arial';
}
body main .slide-form .slide-content .nf-form-content .nf-error input[type="text"],
body main .slide-form .slide-content .nf-form-content .nf-error input[type="tel"],
body main .slide-form .slide-content .nf-form-content .nf-error input[type="email"],
body main .slide-form .slide-content .nf-form-content .nf-error input[type="number"] {
  border-bottom: 2px solid #e80000;
}
body main .slide-form .slide-content .nf-form-content .nf-error .nf-field-element:after {
  height: 40px;
  top: 0;
  right: 0;
  line-height: 40px;
  width: 40px;
}
body main .slide-form .slide-content .nf-form-content input[type="text"],
body main .slide-form .slide-content .nf-form-content input[type="tel"],
body main .slide-form .slide-content .nf-form-content input[type="email"],
body main .slide-form .slide-content .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 main .slide-form .slide-content .nf-form-content input[type="text"]:focus,
body main .slide-form .slide-content .nf-form-content input[type="tel"]:focus,
body main .slide-form .slide-content .nf-form-content input[type="email"]:focus,
body main .slide-form .slide-content .nf-form-content input[type="number"]:focus {
  outline: none;
}
body main .slide-form .slide-content .nf-form-content input[type="text"]::placeholder,
body main .slide-form .slide-content .nf-form-content input[type="tel"]::placeholder,
body main .slide-form .slide-content .nf-form-content input[type="email"]::placeholder,
body main .slide-form .slide-content .nf-form-content input[type="number"]::placeholder,
body main .slide-form .slide-content .nf-form-content textarea::placeholder,
body main .slide-form .slide-content .nf-form-content label {
  color: #626262;
  font-weight: 400;
  cursor: pointer;
}
body main .slide-form .slide-content .nf-form-content .field-wrap input[type="button"] {
  text-align: center;
  background: #2c292d;
  border: 2px solid #2c292d;
  text-transform: uppercase;
  color: #fecc00;
  padding: 0 20px;
  cursor: pointer;
  width: max-content;
  display: block;
  height: 35px;
  width: 100%;
  transition: all .3s ease;
  font-family: 'TacticSans-Reg';
  letter-spacing: 3px;
}
body main .slide-form .slide-content .nf-form-content .field-wrap input[type="button"]:hover {
  background: #fecc00;
  color: #2c292d;
  border-bottom: 2px solid #2c292d;
}
body main .slide-form .slide-content .nf-form-content .field-wrap input[type="button"]:focus {
  outline: none;
}
body main .slide-form .slide-content .nf-form-content .field-wrap textarea {
  background: #fff;
  border: 2px solid #e6e6e6;
  padding: 10px 10px;
  height: 75px;
  color: #626262;
}
body main .slide-form .slide-content .nf-form-content .field-wrap textarea:focus {
  outline: none;
}
body main .slide-form .slide-content .nf-form-content .list-multiselect-wrap {
  background: transparent;
  border: 2px solid #e6e6e6;
  padding: 20px;
}
body main .slide-form .slide-content .nf-form-content .list-multiselect-wrap select {
  border: none;
  overflow: hidden;
  height: 40px;
}
body main .slide-form .slide-content .nf-form-content .list-multiselect-wrap select option {
  text-transform: uppercase;
  color: #000;
}
body main .slide-form .slide-content .nf-form-content .list-multiselect-wrap select:focus {
  outline: none;
}
body main .slide-form .slide-content .nf-form-content .list-checkbox-wrap[data-field-id="22"] input[type="checkbox"]:checked + label,
body main .slide-form .slide-content .nf-form-content .list-checkbox-wrap[data-field-id="22"] input[type="checkbox"]:not(:checked) + label {
  font-size: 11px;
  line-height: 14px;
  font-style: italic;
}
body main .slide-form .slide-content .nf-form-content .list-checkbox-wrap .nf-field-element ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
body main .slide-form .slide-content .nf-form-content .list-checkbox-wrap .nf-field-element ul li {
  margin-bottom: 0 !important;
  margin-right: 10px !important;
}
@media (max-width: 768px) {
  body main .slide-form .slide-content .nf-form-content .list-checkbox-wrap .nf-field-element ul li {
    min-width: 0;
    padding-right: 10px !important;
  }
}
body main .slide-form .slide-content .nf-form-content .list-checkbox-wrap .nf-field-element ul li label {
  font-weight: 400;
  font-family: 'Arial';
}
body main .slide-form .slide-content .nf-form-content .list-checkbox-wrap input[type="checkbox"]:not(:checked),
body main .slide-form .slide-content .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 main .slide-form .slide-content .nf-form-content .list-checkbox-wrap input[type="checkbox"]:checked + label,
body main .slide-form .slide-content .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: #000;
}
body main .slide-form .slide-content .nf-form-content .list-checkbox-wrap input[type="checkbox"]:checked + label:before,
body main .slide-form .slide-content .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 main .slide-form .slide-content .nf-form-content .list-checkbox-wrap input[type="checkbox"]:checked + label:after,
body main .slide-form .slide-content .nf-form-content .list-checkbox-wrap input[type="checkbox"]:not(:checked) + label:after {
  content: '';
  width: 13px;
  height: 13px;
  background-color: #2c292d;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 10;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body main .slide-form .slide-content .nf-form-content .list-checkbox-wrap input[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
body main .slide-form .slide-content .nf-form-content .list-checkbox-wrap input[type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
body footer {
  background: #000;
  border-top: 2px solid #fecc00;
}
body footer a {
  transition: all .3s ease;
  color: #fff;
  cursor: pointer;
}
body footer a:hover,
body footer a:focus,
body footer a:active {
  text-decoration: none;
  color: #fecc00;
}
@media (min-width: 1600px) {
  body footer .container {
    max-width: 1300px;
  }
}
@media (max-width: 1600px) {
  body footer .container {
    max-width: 1300px;
  }
}
@media (max-width: 1420px) {
  body footer .container {
    max-width: 1200px;
  }
}
body footer .container .footer-top {
  color: #fff;
  border-bottom: 2px solid #fecc00;
  padding: 25px 0;
}
body footer .container .footer-top .block_adresse h3 {
  color: #898989;
  font-size: 18px;
}
body footer .container .footer-top .block_adresse h3 span.color {
  color: #fecc00;
}
body footer .container .footer-top .block_adresse h3 span.color.color-lab {
  color: #02b5a5;
}
body footer .container .footer-top .block_adresse h3 span.color.color-conseil {
  color: #f37733;
}
body footer .container .footer-top .block_adresse h3 span.color.color-cmpr {
  color: #105c90;
}
body footer .container .footer-top .block_adresse h3 span.color.color-bumer {
  color: #ed1c24;
}
body footer .container .footer-top .block_adresse .adresse {
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
}
body footer .container .footer-top .block_adresse a.tel,
body footer .container .footer-top .block_adresse a.fax,
body footer .container .footer-top .block_adresse a.email {
  display: block;
  font-size: 14px;
}
body footer .container .footer-top .block_adresse a.tel:hover,
body footer .container .footer-top .block_adresse a.fax:hover,
body footer .container .footer-top .block_adresse a.email:hover {
  color: #fecc00;
}
body footer .container .footer-top .nav-footer {
  float: right;
}
body footer .container .footer-top .nav-footer ul {
  display: flex;
}
body footer .container .footer-top .nav-footer ul li {
  padding: 0 20px;
}
@media (max-width: 1200px) {
  body footer .container .footer-top .nav-footer ul li {
    padding: 0 15px;
  }
}
body footer .container .footer-top .nav-footer ul li:last-child {
  padding-right: 0;
}
body footer .container .footer-top .nav-footer ul li a {
  color: #898989;
  font-size: 17px;
}
body footer .container .footer-top .nav-footer ul li a:hover {
  color: #fecc00;
}
body footer .container .social span.title {
  margin-bottom: 10px;
  display: block;
}
body footer .container .social .list_social {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
body footer .container .social .list_social a.social-link {
  width: 25px;
  height: 25px;
  max-height: 40px;
  display: block;
  position: relative;
  margin-right: 20px;
}
body footer .container .social .list_social a.social-link svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
body footer .container .social .list_social a.social-link svg path {
  transition: all .3s ease;
}
body footer .container .social .list_social a.social-link:hover svg path {
  fill: #fff;
}
body footer .container .footer-bottom {
  color: #fff;
  padding: 15px 0;
}
body footer .container .footer-bottom .idcom {
  width: max-content;
  margin: 0 auto;
}
body.page-id-3 .page-header,
body.page-id-6 .page-header {
  background: #e6e7e8;
  padding: 60px 0;
}
body.page-id-3 .page-header h1,
body.page-id-6 .page-header h1 {
  color: #6d6e71;
  font-size: 34px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
  font-family: 'TacticSans-Reg';
  letter-spacing: 8px;
}
body.page-id-5 .entete,
body.page-id-10 .entete {
  position: relative;
}
body.page-id-5 .entete .owl-carousel,
body.page-id-10 .entete .owl-carousel {
  position: relative;
  z-index: 1;
}
body.page-id-5 .entete .owl-carousel .owl-item .owl-slide,
body.page-id-10 .entete .owl-carousel .owl-item .owl-slide {
  position: relative;
}
body.page-id-5 .entete .owl-carousel .owl-item .owl-slide .img-container,
body.page-id-10 .entete .owl-carousel .owl-item .owl-slide .img-container {
  position: relative;
  min-height: 500px;
}
body.page-id-5 .entete .owl-carousel .owl-item .owl-slide .img-container:before,
body.page-id-10 .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-5 .entete .owl-carousel .owl-item .owl-slide .img-container .img-carousel,
body.page-id-10 .entete .owl-carousel .owl-item .owl-slide .img-container .img-carousel {
  position: absolute;
  right: 0;
  top: 0;
  min-height: 500px;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
body.page-id-5 .entete .owl-carousel .owl-item .owl-slide .img-container .text-content,
body.page-id-10 .entete .owl-carousel .owl-item .owl-slide .img-container .text-content {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 10;
  padding: 30px 0;
}
body.page-id-5 .entete .owl-carousel .owl-item .owl-slide .img-container .text-content:before,
body.page-id-10 .entete .owl-carousel .owl-item .owl-slide .img-container .text-content:before {
  content: "";
  display: block;
  width: 100%;
  height: 7px;
  z-index: 10;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}
body.page-id-5 .entete .owl-carousel .owl-item .owl-slide .img-container .text-content .layer,
body.page-id-10 .entete .owl-carousel .owl-item .owl-slide .img-container .text-content .layer {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(43,85,110,0.8);
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
  top: 0;
  z-index: -1;
}
body.page-id-5 .entete .owl-carousel .owl-item .owl-slide .img-container .text-content .container,
body.page-id-10 .entete .owl-carousel .owl-item .owl-slide .img-container .text-content .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.page-id-5 .entete .owl-carousel .owl-item .owl-slide .img-container .text-content .container h2,
body.page-id-10 .entete .owl-carousel .owl-item .owl-slide .img-container .text-content .container h2 {
  color: #fff;
  width: max-content;
  max-width: 60%;
  font-family: 'TacticSans-Med';
  text-transform: uppercase;
  letter-spacing: 8px;
}
body.page-id-5 .entete .owl-carousel .owl-item .owl-slide .img-container .text-content .container .btn-filiale,
body.page-id-10 .entete .owl-carousel .owl-item .owl-slide .img-container .text-content .container .btn-filiale {
  display: block;
  width: 438px;
  height: 120px;
  padding: 30px 40px;
}
@media (max-width: 1200px) {
  body.page-id-5 .entete .owl-carousel .owl-item .owl-slide .img-container .text-content .container .btn-filiale,
  body.page-id-10 .entete .owl-carousel .owl-item .owl-slide .img-container .text-content .container .btn-filiale {
    padding: 20px 30px;
  }
}
body.page-id-5 .entete .owl-carousel .owl-item .owl-slide .img-container .text-content .container .btn-filiale:hover,
body.page-id-10 .entete .owl-carousel .owl-item .owl-slide .img-container .text-content .container .btn-filiale:hover {
  opacity: 0.8;
}
body.page-id-5 .entete .owl-carousel .owl-item .owl-slide .img-container .text-content .container .btn-filiale span.decouvrir,
body.page-id-5 .entete .owl-carousel .owl-item .owl-slide .img-container .text-content .container .btn-filiale span.name,
body.page-id-10 .entete .owl-carousel .owl-item .owl-slide .img-container .text-content .container .btn-filiale span.decouvrir,
body.page-id-10 .entete .owl-carousel .owl-item .owl-slide .img-container .text-content .container .btn-filiale span.name {
  text-transform: uppercase;
  text-align: right;
  display: block;
}
body.page-id-5 .entete .owl-carousel .owl-item .owl-slide .img-container .text-content .container .btn-filiale span.decouvrir,
body.page-id-10 .entete .owl-carousel .owl-item .owl-slide .img-container .text-content .container .btn-filiale span.decouvrir {
  font-size: 17px;
  color: #fff;
  font-family: 'TacticSans-Reg';
  letter-spacing: 8px;
}
body.page-id-5 .entete .owl-carousel .owl-item .owl-slide .img-container .text-content .container .btn-filiale span.name,
body.page-id-10 .entete .owl-carousel .owl-item .owl-slide .img-container .text-content .container .btn-filiale span.name {
  font-size: 26px;
  color: #000;
  font-family: 'TacticSans-Bld';
  letter-spacing: 8px;
}
@media (max-width: 1200px) {
  body.page-id-5 .entete .owl-carousel .owl-item .owl-slide .img-container .text-content .container .btn-filiale span.name,
  body.page-id-10 .entete .owl-carousel .owl-item .owl-slide .img-container .text-content .container .btn-filiale span.name {
    font-size: 24px;
  }
}
body.page-id-5 .entete .owl-carousel .owl-item:nth-child(1) .img-container:before,
body.page-id-10 .entete .owl-carousel .owl-item:nth-child(1) .img-container:before {
  background: url('../img/bg-graphic-jaune.png') top center no-repeat;
}
body.page-id-5 .entete .owl-carousel .owl-item:nth-child(1) .img-container .text-content:before,
body.page-id-10 .entete .owl-carousel .owl-item:nth-child(1) .img-container .text-content:before {
  background: url('../img/bg-headtitle-jaune.png') top center no-repeat;
}
body.page-id-5 .entete .owl-carousel .owl-item:nth-child(1) .img-container .text-content .btn-filiale,
body.page-id-10 .entete .owl-carousel .owl-item:nth-child(1) .img-container .text-content .btn-filiale {
  background: url('../img/bg-btn-slide-jaune.png') top center no-repeat;
  background-size: contain;
}
body.page-id-5 .entete .owl-carousel .owl-item:nth-child(2) .img-container:before,
body.page-id-10 .entete .owl-carousel .owl-item:nth-child(2) .img-container:before {
  background: url('../img/bg-graphic-orange.png') top center no-repeat;
}
body.page-id-5 .entete .owl-carousel .owl-item:nth-child(2) .img-container .text-content:before,
body.page-id-10 .entete .owl-carousel .owl-item:nth-child(2) .img-container .text-content:before {
  background: url('../img/bg-headtitle-orange.png') top center no-repeat;
}
body.page-id-5 .entete .owl-carousel .owl-item:nth-child(2) .img-container .text-content .btn-filiale,
body.page-id-10 .entete .owl-carousel .owl-item:nth-child(2) .img-container .text-content .btn-filiale {
  background: url('../img/bg-btn-slide-orange.png') top center no-repeat;
  background-size: contain;
}
body.page-id-5 .entete .owl-carousel .owl-item:nth-child(5) .img-container:before,
body.page-id-10 .entete .owl-carousel .owl-item:nth-child(5) .img-container:before {
  background: url('../img/bg-graphic-vert.png') top center no-repeat;
}
body.page-id-5 .entete .owl-carousel .owl-item:nth-child(5) .img-container .text-content:before,
body.page-id-10 .entete .owl-carousel .owl-item:nth-child(5) .img-container .text-content:before {
  background: url('../img/bg-headtitle-vert.png') top center no-repeat;
}
body.page-id-5 .entete .owl-carousel .owl-item:nth-child(5) .img-container .text-content .btn-filiale,
body.page-id-10 .entete .owl-carousel .owl-item:nth-child(5) .img-container .text-content .btn-filiale {
  background: url('../img/bg-btn-slide-vert.png') top center no-repeat;
  background-size: contain;
}
body.page-id-5 .entete .owl-carousel .owl-item:nth-child(4) .img-container:before,
body.page-id-10 .entete .owl-carousel .owl-item:nth-child(4) .img-container:before {
  background: url('../img/bg-graphic-rouge.png') top center no-repeat;
}
body.page-id-5 .entete .owl-carousel .owl-item:nth-child(4) .img-container .text-content:before,
body.page-id-10 .entete .owl-carousel .owl-item:nth-child(4) .img-container .text-content:before {
  background: url('../img/bg-headtitle-rouge.png') top center no-repeat;
}
body.page-id-5 .entete .owl-carousel .owl-item:nth-child(4) .img-container .text-content .btn-filiale,
body.page-id-10 .entete .owl-carousel .owl-item:nth-child(4) .img-container .text-content .btn-filiale {
  background: url('../img/bg-btn-slide-rouge.png') top center no-repeat;
  background-size: contain;
}
body.page-id-5 .entete .owl-carousel .owl-item:nth-child(3) .img-container:before,
body.page-id-10 .entete .owl-carousel .owl-item:nth-child(3) .img-container:before {
  background: url('../img/bg-graphic-bleu.png') top center no-repeat;
}
body.page-id-5 .entete .owl-carousel .owl-item:nth-child(3) .img-container .text-content:before,
body.page-id-10 .entete .owl-carousel .owl-item:nth-child(3) .img-container .text-content:before {
  background: url('../img/bg-headtitle-bleu.png') top center no-repeat;
}
body.page-id-5 .entete .owl-carousel .owl-item:nth-child(3) .img-container .text-content .btn-filiale,
body.page-id-10 .entete .owl-carousel .owl-item:nth-child(3) .img-container .text-content .btn-filiale {
  background: url('../img/bg-btn-slide-bleu.png') top center no-repeat;
  background-size: contain;
}
body.page-id-5 .entete .owl-nav,
body.page-id-10 .entete .owl-nav {
  position: absolute;
  width: 100%;
  top: 45%;
}
body.page-id-5 .entete .owl-nav .owl-prev,
body.page-id-5 .entete .owl-nav .owl-next,
body.page-id-10 .entete .owl-nav .owl-prev,
body.page-id-10 .entete .owl-nav .owl-next {
  position: absolute;
  width: 20px;
  height: 30px;
}
body.page-id-5 .entete .owl-nav .owl-prev span,
body.page-id-5 .entete .owl-nav .owl-next span,
body.page-id-10 .entete .owl-nav .owl-prev span,
body.page-id-10 .entete .owl-nav .owl-next span {
  display: none;
}
body.page-id-5 .entete .owl-nav .owl-prev:hover span,
body.page-id-5 .entete .owl-nav .owl-next:hover span,
body.page-id-10 .entete .owl-nav .owl-prev:hover span,
body.page-id-10 .entete .owl-nav .owl-next:hover span {
  color: #fecc00;
}
body.page-id-5 .entete .owl-nav .owl-prev,
body.page-id-5 .entete .owl-nav .owl-next,
body.page-id-10 .entete .owl-nav .owl-prev,
body.page-id-10 .entete .owl-nav .owl-next {
  width: 42px;
  height: 80px;
  font-size: 80px;
  line-height: 80px;
  text-align: center;
  transition: all .3s ease;
}
body.page-id-5 .entete .owl-nav .owl-prev i,
body.page-id-5 .entete .owl-nav .owl-next i,
body.page-id-10 .entete .owl-nav .owl-prev i,
body.page-id-10 .entete .owl-nav .owl-next i {
  color: #fff;
  transition: all .3s ease;
}
body.page-id-5 .entete .owl-nav .owl-prev:hover,
body.page-id-5 .entete .owl-nav .owl-prev:active,
body.page-id-5 .entete .owl-nav .owl-prev:focus,
body.page-id-5 .entete .owl-nav .owl-next:hover,
body.page-id-5 .entete .owl-nav .owl-next:active,
body.page-id-5 .entete .owl-nav .owl-next:focus,
body.page-id-10 .entete .owl-nav .owl-prev:hover,
body.page-id-10 .entete .owl-nav .owl-prev:active,
body.page-id-10 .entete .owl-nav .owl-prev:focus,
body.page-id-10 .entete .owl-nav .owl-next:hover,
body.page-id-10 .entete .owl-nav .owl-next:active,
body.page-id-10 .entete .owl-nav .owl-next:focus {
  opacity: 0.7;
  outline: none;
}
body.page-id-5 .entete .owl-nav .owl-prev:hover i,
body.page-id-5 .entete .owl-nav .owl-prev:active i,
body.page-id-5 .entete .owl-nav .owl-prev:focus i,
body.page-id-5 .entete .owl-nav .owl-next:hover i,
body.page-id-5 .entete .owl-nav .owl-next:active i,
body.page-id-5 .entete .owl-nav .owl-next:focus i,
body.page-id-10 .entete .owl-nav .owl-prev:hover i,
body.page-id-10 .entete .owl-nav .owl-prev:active i,
body.page-id-10 .entete .owl-nav .owl-prev:focus i,
body.page-id-10 .entete .owl-nav .owl-next:hover i,
body.page-id-10 .entete .owl-nav .owl-next:active i,
body.page-id-10 .entete .owl-nav .owl-next:focus i {
  color: #fecc00;
}
body.page-id-5 .entete .owl-nav .owl-prev,
body.page-id-10 .entete .owl-nav .owl-prev {
  left: 70px;
  background: url('../img/arrow-left.png') center center no-repeat;
}
body.page-id-5 .entete .owl-nav .owl-prev:hover,
body.page-id-10 .entete .owl-nav .owl-prev:hover {
  left: 60px;
  outline: none;
}
body.page-id-5 .entete .owl-nav .owl-next,
body.page-id-10 .entete .owl-nav .owl-next {
  right: 70px;
  background: url('../img/arrow-right.png') center center no-repeat;
}
body.page-id-5 .entete .owl-nav .owl-next:hover,
body.page-id-10 .entete .owl-nav .owl-next:hover {
  right: 60px;
  outline: none;
}
body.page-id-5 .block_chiffre,
body.page-id-10 .block_chiffre {
  background: #000;
  padding: 60px 0;
}
body.page-id-5 .block_chiffre h2,
body.page-id-10 .block_chiffre h2 {
  color: #939598;
  text-transform: uppercase;
  text-align: center;
  font-size: 34px;
  margin-bottom: 30px;
  font-family: 'TacticSans-Reg';
  letter-spacing: 8px;
}
body.page-id-5 .block_chiffre .chiffre,
body.page-id-10 .block_chiffre .chiffre {
  border: #fecc00 2px solid;
  min-height: 260px;
  width: 100%;
  padding-top: 50px;
}
body.page-id-5 .block_chiffre .chiffre .chiffre-container,
body.page-id-10 .block_chiffre .chiffre .chiffre-container {
  text-align: center;
}
body.page-id-5 .block_chiffre .chiffre .chiffre-container .count,
body.page-id-10 .block_chiffre .chiffre .chiffre-container .count {
  color: #fecc00;
  font-size: 59px;
  font-family: 'TacticSans-Med';
}
body.page-id-5 .block_chiffre .chiffre .chiffre-container .value,
body.page-id-10 .block_chiffre .chiffre .chiffre-container .value {
  color: #fecc00;
  font-size: 59px;
  font-family: 'TacticSans-Med';
}
body.page-id-5 .block_chiffre .chiffre h3,
body.page-id-10 .block_chiffre .chiffre h3 {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  font-family: 'TacticSans-Reg';
  letter-spacing: 3px;
}
body.page-id-5 .block_news,
body.page-id-10 .block_news {
  padding: 60px 0;
}
body.page-id-5 .block_news h2.title,
body.page-id-10 .block_news h2.title {
  font-size: 34px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  width: max-content;
  font-family: 'TacticSans-Med';
  letter-spacing: 8px;
}
body.page-id-5 .block_news h2.title:after,
body.page-id-10 .block_news h2.title:after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #fecc00;
  bottom: 0;
}
body.page-id-5 .block_news a.btn-all-news,
body.page-id-10 .block_news a.btn-all-news {
  margin: 20px 0;
  background: #fecc00;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 15px;
  border: 2px solid #fecc00;
  position: relative;
}
body.page-id-5 .block_news a.btn-all-news:after,
body.page-id-10 .block_news a.btn-all-news:after {
  content: '';
  width: 5px;
  height: 50px;
  display: block;
  position: absolute;
  z-index: 10;
  background: #2c292d;
  right: -2px;
  top: -2px;
}
body.page-id-5 .block_news a.btn-all-news .picto-container,
body.page-id-10 .block_news a.btn-all-news .picto-container {
  width: 30px;
  height: 30px;
  max-height: 110px;
  display: block;
  position: relative;
  margin-right: 15px;
}
body.page-id-5 .block_news a.btn-all-news .picto-container svg,
body.page-id-10 .block_news a.btn-all-news .picto-container svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
body.page-id-5 .block_news a.btn-all-news .picto-container svg path,
body.page-id-10 .block_news a.btn-all-news .picto-container svg path {
  transition: all .3s ease;
  fill: #2c292d;
}
body.page-id-5 .block_news a.btn-all-news span,
body.page-id-10 .block_news a.btn-all-news span {
  color: #2c292d;
  font-size: 16px;
  text-transform: uppercase;
  transition: all .3s ease;
  font-family: 'TacticSans-Med';
  letter-spacing: 3px;
}
body.page-id-5 .block_news a.btn-all-news:hover,
body.page-id-10 .block_news a.btn-all-news:hover {
  background: #2c292d;
  border: 2px solid #2c292d;
}
body.page-id-5 .block_news a.btn-all-news:hover:after,
body.page-id-10 .block_news a.btn-all-news:hover:after {
  background: #fecc00;
}
body.page-id-5 .block_news a.btn-all-news:hover .picto-container svg path,
body.page-id-10 .block_news a.btn-all-news:hover .picto-container svg path {
  fill: #fff;
}
body.page-id-5 .block_news a.btn-all-news:hover span,
body.page-id-10 .block_news a.btn-all-news:hover span {
  color: #fff;
}
body.page-id-5 .block_news a.bg_news,
body.page-id-10 .block_news a.bg_news {
  background: #e6e7e8;
  display: flex;
  margin-bottom: 20px;
}
body.page-id-5 .block_news a.bg_news .img-news,
body.page-id-10 .block_news a.bg_news .img-news {
  background-repeat: no-repeat;
  background-position: top left;
}
body.page-id-5 .block_news a.bg_news .block_desc,
body.page-id-10 .block_news a.bg_news .block_desc {
  padding: 40px 60px 40px 20px;
}
body.page-id-5 .block_news a.bg_news .block_desc h2,
body.page-id-10 .block_news a.bg_news .block_desc h2 {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'TacticSans-Med';
  letter-spacing: 3px;
}
body.page-id-5 .block_news a.bg_news .block_desc .date,
body.page-id-5 .block_news a.bg_news .block_desc .lieu,
body.page-id-10 .block_news a.bg_news .block_desc .date,
body.page-id-10 .block_news a.bg_news .block_desc .lieu {
  color: #000;
  font-family: 'TacticSans-reg';
}
body.page-id-5 .block_news a.bg_news .block_desc .excerpt,
body.page-id-10 .block_news a.bg_news .block_desc .excerpt {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #000;
}
body.page-id-5 .block_news a.bg_news .block_desc span.btn-more,
body.page-id-10 .block_news a.bg_news .block_desc span.btn-more {
  display: block;
  text-transform: uppercase;
  text-align: right;
  width: 100%;
  position: relative;
}
body.page-id-5 .block_news a.bg_news .block_desc span.btn-more:before,
body.page-id-10 .block_news a.bg_news .block_desc span.btn-more:before {
  position: absolute;
  content: '';
  width: 70%;
  height: 1px;
  display: block;
  background: #000;
  bottom: 5px;
  left: 0;
  transition: all .3s ease;
}
body.page-id-5 .block_news a.bg_news:hover span.btn-more:before,
body.page-id-10 .block_news a.bg_news:hover span.btn-more:before {
  background: #fecc00;
}
body.page-id-5 .block_filiale {
  padding: 60px 0;
}
body.page-id-5 .block_filiale h2 {
  text-align: center;
  margin-bottom: 60px;
  font-size: 34px;
  text-transform: uppercase;
  font-family: 'TacticSans-Med';
  letter-spacing: 8px;
}
body.page-id-5 .block_filiale a.filiale {
  display: block;
  width: 100%;
  height: 260px;
  background: #000;
  position: relative;
  padding: 80px 20px 0;
}
body.page-id-5 .block_filiale a.filiale .logo-filiale {
  display: block;
  margin: 0 auto;
  transition: all .3s ease;
}
body.page-id-5 .block_filiale a.filiale .caption {
  opacity: 0;
  transition: all .3s ease;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 10px;
  top: 70px;
}
body.page-id-5 .block_filiale a.filiale .caption h3 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'TacticSans-Reg';
  letter-spacing: 3px;
}
body.page-id-5 .block_filiale a.filiale:before {
  content: '+';
  display: block;
  color: #fff;
  width: 40px;
  height: 40px;
  background: transparent;
  border-radius: 30px;
  border: #414042 2px solid;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 30px;
  line-height: 32px;
  text-align: center;
  z-index: 10;
  transition: all .3s ease;
}
body.page-id-5 .block_filiale a.filiale:after {
  content: '';
  display: block;
  width: 2px;
  height: 40px;
  background: #414042;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  margin: 0 auto;
  transition: all .3s ease;
}
body.page-id-5 .block_filiale a.filiale:hover .logo-filiale {
  opacity: 0;
}
body.page-id-5 .block_filiale a.filiale:hover .caption {
  opacity: 1;
}
body.page-id-5 .block_filiale .col-lg-3:nth-child(1) a.filiale:before {
  color: #f37733;
}
body.page-id-5 .block_filiale .col-lg-3:nth-child(1) a.filiale:hover {
  background: #f37733;
}
body.page-id-5 .block_filiale .col-lg-3:nth-child(1) a.filiale:hover:before {
  color: #fff;
}
body.page-id-5 .block_filiale .col-lg-3:nth-child(4) a.filiale:before {
  color: #02b5a5;
}
body.page-id-5 .block_filiale .col-lg-3:nth-child(4) a.filiale:hover {
  background: #02b5a5;
}
body.page-id-5 .block_filiale .col-lg-3:nth-child(4) a.filiale:hover:before {
  color: #fff;
}
body.page-id-5 .block_filiale .col-lg-3:nth-child(2) a.filiale:before {
  color: #105c90;
}
body.page-id-5 .block_filiale .col-lg-3:nth-child(2) a.filiale:hover {
  background: #105c90;
}
body.page-id-5 .block_filiale .col-lg-3:nth-child(2) a.filiale:hover:before {
  color: #fff;
}
body.page-id-5 .block_filiale .col-lg-3:nth-child(3) a.filiale:before {
  color: #ed1c24;
}
body.page-id-5 .block_filiale .col-lg-3:nth-child(3) a.filiale:hover {
  background: #ed1c24;
}
body.page-id-5 .block_filiale .col-lg-3:nth-child(3) a.filiale:hover:before {
  color: #fff;
}
body.page-id-5 .block_application {
  background: url('../img/bg-accueil-application.jpg') top center no-repeat;
  padding: 60px 0 40px;
}
body.page-id-5 .block_application h2 {
  color: #fff;
  position: relative;
  margin: 0 auto 60px;
  padding-bottom: 30px;
  text-transform: uppercase;
  font-size: 34px;
  max-width: 400px;
  font-family: 'TacticSans-Med';
  letter-spacing: 8px;
  text-align: center;
}
body.page-id-5 .block_application h2:after {
  content: '';
  display: block;
  width: 100px;
  height: 2px;
  background: #fecc00;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
body.page-id-5 .block_application .desc {
  color: #fff;
}
body.page-id-5 .block_application .application {
  text-align: center;
  margin-bottom: 40px;
}
body.page-id-5 .block_application .picto-container {
  width: 70px;
  height: 60px;
  max-height: 110px;
  margin: 0 auto 15px;
  display: block;
  position: relative;
}
body.page-id-5 .block_application .picto-container svg,
body.page-id-5 .block_application .picto-container img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  fill: #fff;
}
body.page-id-5 .block_application .picto-container svg path,
body.page-id-5 .block_application .picto-container img path {
  transition: all .3s ease;
}
body.page-id-5 .block_application h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'TacticSans-Reg';
  letter-spacing: 3px;
  width: 200px;
  max-width: 100%;
  margin: 0 auto;
}
body.page-id-5 .block_application .desc_application {
  color: #fff;
}
body.page-id-10 .block_groupe {
  padding-top: 60px;
}
body.page-id-10 .block_groupe h2.titre {
  font-size: 34px;
  text-transform: uppercase;
  position: relative;
  width: max-content;
  font-family: 'TacticSans-Reg';
  letter-spacing: 8px;
}
body.page-id-10 .block_groupe h2.titre:after {
  content: '/';
  display: block;
  width: 10px;
  height: 34px;
  font-size: 34px;
  color: #fecc00;
  position: absolute;
  right: -15px;
  top: 0;
}
body.page-id-10 .block_groupe .img-groupe {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
body.page-id-10 .block_filiale {
  padding: 60px 0;
}
body.page-id-10 .block_filiale h2 {
  text-align: center;
  margin-bottom: 60px;
  font-size: 34px;
  text-transform: uppercase;
  font-family: 'TacticSans-Reg';
  letter-spacing: 8px;
}
body.page-id-10 .block_filiale a.filiale {
  display: block;
  width: 100%;
  height: 260px;
  background: #000;
  position: relative;
  padding: 80px 20px 0;
}
body.page-id-10 .block_filiale a.filiale .logo-filiale {
  display: block;
  margin: 0 auto;
  transition: all .3s ease;
}
body.page-id-10 .block_filiale a.filiale .caption {
  opacity: 0;
  transition: all .3s ease;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 10px;
  top: 70px;
}
body.page-id-10 .block_filiale a.filiale .caption h3 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  transition: all .3s ease;
  font-family: 'TacticSans-Reg';
  letter-spacing: 3px;
}
body.page-id-10 .block_filiale a.filiale:before {
  content: '+';
  display: block;
  color: #fff;
  width: 40px;
  height: 40px;
  background: transparent;
  border-radius: 30px;
  border: #414042 2px solid;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 30px;
  line-height: 32px;
  text-align: center;
  z-index: 10;
  transition: all .3s ease;
}
body.page-id-10 .block_filiale a.filiale:after {
  content: '';
  display: block;
  width: 2px;
  height: 40px;
  background: #414042;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  margin: 0 auto;
  transition: all .3s ease;
}
body.page-id-10 .block_filiale a.filiale:hover .logo-filiale {
  opacity: 0;
}
body.page-id-10 .block_filiale a.filiale:hover .caption {
  opacity: 1;
}
body.page-id-10 .block_filiale .col-lg-3:nth-child(1) a.filiale {
  background: #f37733;
}
body.page-id-10 .block_filiale .col-lg-3:nth-child(1) a.filiale:hover {
  background: #000;
}
body.page-id-10 .block_filiale .col-lg-3:nth-child(1) a.filiale:hover:before {
  color: #f37733;
}
body.page-id-10 .block_filiale .col-lg-3:nth-child(1) a.filiale:hover .caption h3 {
  color: #f37733;
}
body.page-id-10 .block_filiale .col-lg-3:nth-child(2) a.filiale {
  background: #105c90;
}
body.page-id-10 .block_filiale .col-lg-3:nth-child(2) a.filiale:hover {
  background: #000;
}
body.page-id-10 .block_filiale .col-lg-3:nth-child(2) a.filiale:hover:before {
  color: #105c90;
}
body.page-id-10 .block_filiale .col-lg-3:nth-child(2) a.filiale:hover .caption h3 {
  color: #105c90;
}
body.page-id-10 .block_filiale .col-lg-3:nth-child(3) a.filiale {
  background: #ed1c24;
}
body.page-id-10 .block_filiale .col-lg-3:nth-child(3) a.filiale:hover {
  background: #000;
}
body.page-id-10 .block_filiale .col-lg-3:nth-child(3) a.filiale:hover:before {
  color: #ed1c24;
}
body.page-id-10 .block_filiale .col-lg-3:nth-child(3) a.filiale:hover .caption h3 {
  color: #ed1c24;
}
body.page-id-10 .block_filiale .col-lg-3:nth-child(4) a.filiale {
  background: #02b5a5;
}
body.page-id-10 .block_filiale .col-lg-3:nth-child(4) a.filiale:hover {
  background: #000;
}
body.page-id-10 .block_filiale .col-lg-3:nth-child(4) a.filiale:hover:before {
  color: #02b5a5;
}
body.page-id-10 .block_filiale .col-lg-3:nth-child(4) a.filiale:hover .caption h3 {
  color: #02b5a5;
}
body.page-id-12 .page-header {
  background: #e6e7e8;
  padding: 60px 0;
}
body.page-id-12 .page-header h1 {
  color: #6d6e71;
  font-size: 34px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
  font-family: 'TacticSans-Reg';
}
body.page-id-12 a.btn-all-appli {
  margin: 20px 0;
  background: #fecc00;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 15px;
  border-left: 2px solid #fecc00;
  border-top: 2px solid #fecc00;
  border-bottom: 2px solid #fecc00;
  border-right: 5px solid #2c292d;
}
body.page-id-12 a.btn-all-appli .picto-container {
  width: 30px;
  height: 30px;
  max-height: 110px;
  display: block;
  position: relative;
  margin-right: 15px;
}
body.page-id-12 a.btn-all-appli .picto-container svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
body.page-id-12 a.btn-all-appli .picto-container svg path {
  transition: all .3s ease;
  fill: #2c292d;
}
body.page-id-12 a.btn-all-appli span {
  color: #2c292d;
  font-size: 16px;
  text-transform: uppercase;
  transition: all .3s ease;
  font-family: 'TacticSans-Reg';
  letter-spacing: 3px;
}
body.page-id-12 a.btn-all-appli:hover {
  background: #2c292d;
  border-left: 2px solid #2c292d;
  border-top: 2px solid #2c292d;
  border-bottom: 2px solid #2c292d;
  border-right: 5px solid #fecc00;
}
body.page-id-12 a.btn-all-appli:hover:after {
  background: #fecc00;
}
body.page-id-12 a.btn-all-appli:hover .picto-container svg path {
  fill: #fff;
}
body.page-id-12 a.btn-all-appli:hover span {
  color: #fff;
}
body.page-id-12 .list_categories {
  display: flex;
  margin-bottom: 20px;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}
body.page-id-12 .list_categories a.btn-application {
  background: #2c292d;
  border-right: 5px solid #fecc00;
  color: #fff;
  font-size: 16px;
  padding: 6px 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
  width: 24%;
  margin-right: 1.333333333333%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 1200px) {
  body.page-id-12 .list_categories a.btn-application {
    font-size: 12px;
  }
}
body.page-id-12 .list_categories a.btn-application span {
  font-family: 'TacticSans-Reg';
  letter-spacing: 3px;
  line-height: 20px;
}
body.page-id-12 .list_categories a.btn-application .picto-container {
  width: 30px;
  height: 30px;
  max-height: 110px;
  display: block;
  position: relative;
  margin-right: 15px;
}
body.page-id-12 .list_categories a.btn-application .picto-container svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
body.page-id-12 .list_categories a.btn-application .picto-container svg path {
  transition: all .3s ease;
  fill: #fff;
}
body.page-id-12 .list_categories a.btn-application:hover,
body.page-id-12 .list_categories a.btn-application.active {
  background: #fecc00;
  border-right: 5px solid #000;
}
body.page-id-12 .list_categories a.btn-application:nth-child(4n+4) {
  margin-right: 0;
}
@media (min-width: 1600px) {
  body.page-id-12 .container-application {
    max-width: 1600px;
  }
}
@media (max-width: 1600px) {
  body.page-id-12 .container-application {
    max-width: 1420px;
  }
}
@media (max-width: 1420px) {
  body.page-id-12 .container-application {
    max-width: 1200px;
  }
}
@media (max-width: 1200px) {
  body.page-id-12 .container-application {
    max-width: 960px;
  }
}
body.page-id-12 .container-application .element-item {
  width: 15%;
  margin: 0 10px 30px;
  position: relative;
  transition: all .3s ease;
}
@media (max-width: 1600px) {
  body.page-id-12 .container-application .element-item {
    width: 15%;
  }
}
@media (max-width: 1200px) {
  body.page-id-12 .container-application .element-item {
    width: 22%;
  }
}
body.page-id-12 .container-application .element-item:hover .img-container .desc {
  opacity: 0.8;
}
body.page-id-12 .container-application .element-item .img-container {
  position: relative;
  min-height: 260px;
}
body.page-id-12 .container-application .element-item .img-container .img-application {
  position: absolute;
  right: 0;
  top: 0;
  min-height: 260px;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
@media (max-width: 1200px) {
  body.page-id-12 .container-application .element-item .img-container .img-application {
    min-height: 220px;
  }
}
body.page-id-12 .container-application .element-item .img-container .desc {
  transition: all .3s ease;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fecc00;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.page-id-12 .container-application .element-item .img-container .desc h2 {
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
body.page-id-12 .container-application .element-item .img-container .desc h2:after {
  content: "";
  width: 30px;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
body.page-id-12 .container-application .element-item .img-container .desc .title {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
body.page-id-12 .container-application .element-item .img-container .desc .picto-plus {
  width: 36px;
  height: 36px;
  display: block;
  position: absolute;
  bottom: 30px;
  right: 30px;
  background-size: contain;
}
body.page-id-14 .page-header {
  background: #e6e7e8;
  padding: 60px 0;
}
body.page-id-14 .page-header h1 {
  color: #6d6e71;
  font-size: 34px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
  font-family: 'TacticSans-Reg';
}
body.page-id-14 .container-equipement {
  padding: 60px 0;
}
@media (min-width: 1600px) {
  body.page-id-14 .container-equipement {
    max-width: 1600px;
  }
}
@media (max-width: 1600px) {
  body.page-id-14 .container-equipement {
    max-width: 1420px;
  }
}
@media (max-width: 1420px) {
  body.page-id-14 .container-equipement {
    max-width: 1200px;
  }
}
@media (max-width: 1200px) {
  body.page-id-14 .container-equipement {
    max-width: 960px;
  }
}
body.page-id-14 .container-equipement .element-item {
  width: 15%;
  margin: 0 10px 30px;
  position: relative;
  transition: all .3s ease;
}
@media (max-width: 1600px) {
  body.page-id-14 .container-equipement .element-item {
    width: 15%;
  }
}
@media (max-width: 1200px) {
  body.page-id-14 .container-equipement .element-item {
    width: 22%;
  }
}
body.page-id-14 .container-equipement .element-item:hover .img-container .desc {
  opacity: 0.8;
}
body.page-id-14 .container-equipement .element-item .img-container {
  position: relative;
  min-height: 260px;
}
body.page-id-14 .container-equipement .element-item .img-container .img-equipement {
  position: absolute;
  right: 0;
  top: 0;
  min-height: 260px;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
@media (max-width: 1200px) {
  body.page-id-14 .container-equipement .element-item .img-container .img-equipement {
    min-height: 220px;
  }
}
body.page-id-14 .container-equipement .element-item .img-container .desc {
  transition: all .3s ease;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fecc00;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.page-id-14 .container-equipement .element-item .img-container .desc h2 {
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
body.page-id-14 .container-equipement .element-item .img-container .desc h2:after {
  content: "";
  width: 30px;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
body.page-id-14 .container-equipement .element-item .img-container .desc .title {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
body.page-id-14 .container-equipement .element-item .img-container .desc .picto-plus {
  width: 36px;
  height: 36px;
  display: block;
  position: absolute;
  bottom: 30px;
  right: 30px;
  background-size: contain;
}
body.page-id-18 .entete,
body.page-id-16 .entete {
  position: relative;
}
body.page-id-18 .entete .img-container,
body.page-id-16 .entete .img-container {
  position: relative;
  min-height: 500px;
}
body.page-id-18 .entete .img-container:before,
body.page-id-16 .entete .img-container:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  background: url('../img/bg-graphic-jaune.png') top center no-repeat;
}
body.page-id-18 .entete .img-container .img-carousel,
body.page-id-16 .entete .img-container .img-carousel {
  position: absolute;
  right: 0;
  top: 0;
  min-height: 500px;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
body.page-id-18 .entete .img-container .text-content,
body.page-id-16 .entete .img-container .text-content {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 10;
  padding: 50px 0;
}
body.page-id-18 .entete .img-container .text-content:before,
body.page-id-16 .entete .img-container .text-content:before {
  content: "";
  display: block;
  width: 100%;
  height: 7px;
  z-index: 10;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  background: url('../img/bg-headtitle-jaune.png') top center no-repeat;
}
body.page-id-18 .entete .img-container .text-content .layer,
body.page-id-16 .entete .img-container .text-content .layer {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(43,85,110,0.8);
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
  top: 0;
  z-index: -1;
}
body.page-id-18 .entete .img-container .text-content .container,
body.page-id-16 .entete .img-container .text-content .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
body.page-id-18 .entete .img-container .text-content .container h1,
body.page-id-16 .entete .img-container .text-content .container h1 {
  color: #fff;
  width: max-content;
  max-width: 60%;
  font-family: 'TacticSans-Med';
  text-transform: uppercase;
  letter-spacing: 8px;
}
body.page-id-18 .entete .img-container .text-content .container .slash,
body.page-id-16 .entete .img-container .text-content .container .slash {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 75px;
  height: 120px;
  display: block;
  background: url('../img/slash.png') top center no-repeat;
}
body.page-id-18 .form-contact .nf-form-fields-required,
body.page-id-16 .form-contact .nf-form-fields-required {
  display: none;
}
body.page-id-18 .form-contact .nf-error-msg,
body.page-id-16 .form-contact .nf-error-msg {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}
body.page-id-18 .form-contact .nf-field-container,
body.page-id-16 .form-contact .nf-field-container {
  margin-bottom: 15px;
}
body.page-id-18 .form-contact .nf-field-label,
body.page-id-16 .form-contact .nf-field-label {
  display: none;
}
body.page-id-18 .form-contact .nf-form-content,
body.page-id-16 .form-contact .nf-form-content {
  font-family: 'Arial';
}
body.page-id-18 .form-contact .nf-form-content .nf-error input[type="text"],
body.page-id-18 .form-contact .nf-form-content .nf-error input[type="tel"],
body.page-id-18 .form-contact .nf-form-content .nf-error input[type="email"],
body.page-id-18 .form-contact .nf-form-content .nf-error input[type="number"],
body.page-id-16 .form-contact .nf-form-content .nf-error input[type="text"],
body.page-id-16 .form-contact .nf-form-content .nf-error input[type="tel"],
body.page-id-16 .form-contact .nf-form-content .nf-error input[type="email"],
body.page-id-16 .form-contact .nf-form-content .nf-error input[type="number"] {
  border-bottom: 2px solid #e80000;
}
body.page-id-18 .form-contact .nf-form-content input[type="text"],
body.page-id-18 .form-contact .nf-form-content input[type="tel"],
body.page-id-18 .form-contact .nf-form-content input[type="email"],
body.page-id-18 .form-contact .nf-form-content input[type="number"],
body.page-id-16 .form-contact .nf-form-content input[type="text"],
body.page-id-16 .form-contact .nf-form-content input[type="tel"],
body.page-id-16 .form-contact .nf-form-content input[type="email"],
body.page-id-16 .form-contact .nf-form-content input[type="number"] {
  min-height: 25px;
  padding: 8px 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 2px solid #e6e6e6;
  background: #fff;
}
body.page-id-18 .form-contact .nf-form-content input[type="text"]:focus,
body.page-id-18 .form-contact .nf-form-content input[type="tel"]:focus,
body.page-id-18 .form-contact .nf-form-content input[type="email"]:focus,
body.page-id-18 .form-contact .nf-form-content input[type="number"]:focus,
body.page-id-16 .form-contact .nf-form-content input[type="text"]:focus,
body.page-id-16 .form-contact .nf-form-content input[type="tel"]:focus,
body.page-id-16 .form-contact .nf-form-content input[type="email"]:focus,
body.page-id-16 .form-contact .nf-form-content input[type="number"]:focus {
  outline: none;
}
body.page-id-18 .form-contact .nf-form-content input[type="text"]::placeholder,
body.page-id-18 .form-contact .nf-form-content input[type="tel"]::placeholder,
body.page-id-18 .form-contact .nf-form-content input[type="email"]::placeholder,
body.page-id-18 .form-contact .nf-form-content input[type="number"]::placeholder,
body.page-id-18 .form-contact .nf-form-content textarea::placeholder,
body.page-id-18 .form-contact .nf-form-content label,
body.page-id-16 .form-contact .nf-form-content input[type="text"]::placeholder,
body.page-id-16 .form-contact .nf-form-content input[type="tel"]::placeholder,
body.page-id-16 .form-contact .nf-form-content input[type="email"]::placeholder,
body.page-id-16 .form-contact .nf-form-content input[type="number"]::placeholder,
body.page-id-16 .form-contact .nf-form-content textarea::placeholder,
body.page-id-16 .form-contact .nf-form-content label {
  color: #000;
  font-weight: 400;
  cursor: pointer;
}
body.page-id-18 .form-contact .nf-form-content .field-wrap input[type="button"],
body.page-id-16 .form-contact .nf-form-content .field-wrap input[type="button"] {
  text-align: center;
  background: #fecc00;
  border: 2px solid #fecc00;
  text-transform: uppercase;
  color: #000;
  padding: 0 20px;
  cursor: pointer;
  width: max-content;
  display: block;
  height: 35px;
  float: right;
  transition: all .3s ease;
  font-family: 'TacticSans-Reg';
  letter-spacing: 3px;
}
body.page-id-18 .form-contact .nf-form-content .field-wrap input[type="button"]:hover,
body.page-id-16 .form-contact .nf-form-content .field-wrap input[type="button"]:hover {
  background: transparent;
  color: #fecc00;
  border-bottom: 2px solid #fecc00;
}
body.page-id-18 .form-contact .nf-form-content .field-wrap input[type="button"]:focus,
body.page-id-16 .form-contact .nf-form-content .field-wrap input[type="button"]:focus {
  outline: none;
}
body.page-id-18 .form-contact .nf-form-content .field-wrap textarea,
body.page-id-16 .form-contact .nf-form-content .field-wrap textarea {
  background: #fff;
  border: 2px solid #e6e6e6;
  padding: 10px 20px;
  height: 125px;
}
body.page-id-18 .form-contact .nf-form-content .field-wrap textarea:focus,
body.page-id-16 .form-contact .nf-form-content .field-wrap textarea:focus {
  outline: none;
}
body.page-id-18 .form-contact .nf-form-content .list-multiselect-wrap,
body.page-id-16 .form-contact .nf-form-content .list-multiselect-wrap {
  background: transparent;
  border: 2px solid #e6e6e6;
  padding: 20px;
}
body.page-id-18 .form-contact .nf-form-content .list-multiselect-wrap select,
body.page-id-16 .form-contact .nf-form-content .list-multiselect-wrap select {
  border: none;
  overflow: hidden;
  height: 40px;
}
body.page-id-18 .form-contact .nf-form-content .list-multiselect-wrap select option,
body.page-id-16 .form-contact .nf-form-content .list-multiselect-wrap select option {
  text-transform: uppercase;
  color: #000;
}
body.page-id-18 .form-contact .nf-form-content .list-multiselect-wrap select:focus,
body.page-id-16 .form-contact .nf-form-content .list-multiselect-wrap select:focus {
  outline: none;
}
body.page-id-18 .form-contact .nf-form-content .list-checkbox-wrap .nf-field-element ul,
body.page-id-16 .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-18 .form-contact .nf-form-content .list-checkbox-wrap .nf-field-element ul li,
body.page-id-16 .form-contact .nf-form-content .list-checkbox-wrap .nf-field-element ul li {
  min-width: 200px;
}
@media (max-width: 768px) {
  body.page-id-18 .form-contact .nf-form-content .list-checkbox-wrap .nf-field-element ul li,
  body.page-id-16 .form-contact .nf-form-content .list-checkbox-wrap .nf-field-element ul li {
    min-width: 0;
    padding-right: 10px !important;
  }
}
body.page-id-18 .form-contact .nf-form-content .list-checkbox-wrap .nf-field-element ul li label,
body.page-id-16 .form-contact .nf-form-content .list-checkbox-wrap .nf-field-element ul li label {
  font-weight: 400;
  font-family: 'Arial';
}
body.page-id-18 .form-contact .nf-form-content .list-checkbox-wrap input[type="checkbox"]:not(:checked),
body.page-id-18 .form-contact .nf-form-content .list-checkbox-wrap input[type="checkbox"]:checked,
body.page-id-16 .form-contact .nf-form-content .list-checkbox-wrap input[type="checkbox"]:not(:checked),
body.page-id-16 .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-18 .form-contact .nf-form-content .list-checkbox-wrap input[type="checkbox"]:checked + label,
body.page-id-18 .form-contact .nf-form-content .list-checkbox-wrap input[type="checkbox"]:not(:checked) + label,
body.page-id-16 .form-contact .nf-form-content .list-checkbox-wrap input[type="checkbox"]:checked + label,
body.page-id-16 .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: #000;
}
body.page-id-18 .form-contact .nf-form-content .list-checkbox-wrap input[type="checkbox"]:checked + label:before,
body.page-id-18 .form-contact .nf-form-content .list-checkbox-wrap input[type="checkbox"]:not(:checked) + label:before,
body.page-id-16 .form-contact .nf-form-content .list-checkbox-wrap input[type="checkbox"]:checked + label:before,
body.page-id-16 .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-18 .form-contact .nf-form-content .list-checkbox-wrap input[type="checkbox"]:checked + label:after,
body.page-id-18 .form-contact .nf-form-content .list-checkbox-wrap input[type="checkbox"]:not(:checked) + label:after,
body.page-id-16 .form-contact .nf-form-content .list-checkbox-wrap input[type="checkbox"]:checked + label:after,
body.page-id-16 .form-contact .nf-form-content .list-checkbox-wrap input[type="checkbox"]:not(:checked) + label:after {
  content: '';
  width: 13px;
  height: 13px;
  background-color: #2c292d;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 10;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body.page-id-18 .form-contact .nf-form-content .list-checkbox-wrap input[type="checkbox"]:not(:checked) + label:after,
body.page-id-16 .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-18 .form-contact .nf-form-content .list-checkbox-wrap input[type="checkbox"]:checked + label:after,
body.page-id-16 .form-contact .nf-form-content .list-checkbox-wrap input[type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
body.page-id-16 .block_recrutement {
  padding: 60px 0;
}
body.page-id-16 .block_recrutement h2 {
  font-family: 'TacticSans-Reg';
  letter-spacing: 3px;
  font-size: 22px;
  margin-bottom: 20px;
}
body.page-id-16 .block_recrutement .offres .offre {
  margin: 10px 0;
  border: 2px solid #e6e7e8;
}
body.page-id-16 .block_recrutement .offres .offre .accordion-btn {
  width: 100%;
  display: block;
  background: transparent;
  color: #000;
  font-weight: 700;
  border-radius: 0.15em;
  padding: 8px 10px;
  position: relative;
  transition: background .3s ease;
}
body.page-id-16 .block_recrutement .offres .offre .accordion-btn:hover {
  background: #fecc00;
}
body.page-id-16 .block_recrutement .offres .offre .accordion-btn:before {
  content: '';
  width: 94%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: #000;
  opacity: 0;
  transition: background .3s ease;
  bottom: 0;
}
body.page-id-16 .block_recrutement .offres .offre .accordion-btn:after {
  content: '';
  width: 16px;
  height: 9px;
  display: block;
  position: absolute;
  right: 10px;
  top: 16px;
  background: url('../img/arrow-down.png') top center no-repeat;
  transition: background .3s ease;
}
body.page-id-16 .block_recrutement .offres .offre .accordion-btn.open:after {
  opacity: 0;
}
body.page-id-16 .block_recrutement .offres .offre .accordion-btn.open:before {
  opacity: 1;
}
body.page-id-16 .block_recrutement .offres .offre .accordion-content {
  overflow: hidden;
  display: none;
  padding: 8px 10px;
}
body.page-id-18 .block_contact {
  position: relative;
}
body.page-id-18 .block_contact h2 {
  font-family: 'TacticSans-Reg';
  letter-spacing: 3px;
  font-size: 22px;
  margin-bottom: 20px;
}
body.page-id-18 .block_contact .bg-gris {
  background: #f2f2f2;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
body.page-id-18 .block_contact .bg-gris:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  position: absolute;
  left: -90%;
  top: 0;
  z-index: -1;
}
body.page-id-18 .block_contact .block_adresse h3 {
  color: #000;
  font-size: 22px;
  font-family: 'TacticSans-Med';
  letter-spacing: 3px;
  margin-bottom: 20px;
}
body.page-id-18 .block_contact .block_adresse h3 span.color {
  color: #fecc00;
}
body.page-id-18 .block_contact .block_adresse h3 span.color.color-lab {
  color: #02b5a5;
}
body.page-id-18 .block_contact .block_adresse h3 span.color.color-conseil {
  color: #f37733;
}
body.page-id-18 .block_contact .block_adresse h3 span.color.color-cmpr {
  color: #105c90;
}
body.page-id-18 .block_contact .block_adresse h3 span.color.color-bumer {
  color: #ed1c24;
}
body.page-id-18 .block_contact .block_adresse .adresse {
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
}
body.page-id-18 .block_contact .block_adresse a.tel,
body.page-id-18 .block_contact .block_adresse a.fax,
body.page-id-18 .block_contact .block_adresse a.email,
body.page-id-18 .block_contact .block_adresse span.horraire {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
  transition: all .3s ease;
}
body.page-id-18 .block_contact .block_adresse a.tel:hover,
body.page-id-18 .block_contact .block_adresse a.fax:hover,
body.page-id-18 .block_contact .block_adresse a.email:hover,
body.page-id-18 .block_contact .block_adresse span.horraire:hover {
  color: #fecc00;
}
body.page-id-18 .block_contact .social {
  margin-top: 10px;
  margin-bottom: 30px;
}
body.page-id-18 .block_contact .social span.title {
  margin-bottom: 10px;
  display: block;
}
body.page-id-18 .block_contact .social .list_social {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
body.page-id-18 .block_contact .social .list_social a.social-link {
  width: 25px;
  height: 25px;
  max-height: 40px;
  display: block;
  position: relative;
  margin-right: 20px;
}
body.page-id-18 .block_contact .social .list_social a.social-link svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
body.page-id-18 .block_contact .social .list_social a.social-link svg path {
  transition: all .3s ease;
}
body.page-id-18 .block_contact .social .list_social a.social-link:hover svg path {
  fill: #000;
}
body.page-id-18 .block_contact .list_filiale .filiale {
  margin-bottom: 20px;
}
body.page-id-18 .block_contact .list_filiale .filiale h3 {
  color: #626262;
  font-size: 22px;
  margin-bottom: 0;
  font-family: 'TacticSans-Med';
  letter-spacing: 3px;
}
body.page-id-18 .block_contact .list_filiale .filiale:nth-child(1) span.color {
  color: #02b5a5;
}
body.page-id-18 .block_contact .list_filiale .filiale:nth-child(2) span.color {
  color: #f37733;
}
body.page-id-18 .block_contact .list_filiale .filiale:nth-child(3) span.color {
  color: #105c90;
}
body.page-id-18 .block_contact .list_filiale .filiale:nth-child(4) span.color {
  color: #ed1c24;
}
body.page-id-18 .block_contact .block_form {
  padding-top: 60px;
  padding-bottom: 60px;
}
body.page-id-103 .page-header {
  background: #e6e7e8;
  padding: 60px 0;
}
body.page-id-103 .page-header h1 {
  color: #6d6e71;
  font-size: 34px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
  font-family: 'TacticSans-Reg';
  letter-spacing: 8px;
}
body.page-id-103 a.btn-all-news {
  margin: 20px 0;
  background: #fecc00;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 15px;
  border-left: 2px solid #fecc00;
  border-top: 2px solid #fecc00;
  border-bottom: 2px solid #fecc00;
  border-right: 5px solid #2c292d;
}
body.page-id-103 a.btn-all-news .picto-container {
  width: 30px;
  height: 30px;
  max-height: 110px;
  display: block;
  position: relative;
  margin-right: 15px;
}
body.page-id-103 a.btn-all-news .picto-container svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
body.page-id-103 a.btn-all-news .picto-container svg path {
  transition: all .3s ease;
  fill: #2c292d;
}
body.page-id-103 a.btn-all-news span {
  color: #2c292d;
  font-size: 16px;
  text-transform: uppercase;
  transition: all .3s ease;
  font-family: 'TacticSans-Med';
  letter-spacing: 3px;
}
body.page-id-103 a.btn-all-news:hover {
  background: #2c292d;
  border-left: 2px solid #2c292d;
  border-top: 2px solid #2c292d;
  border-bottom: 2px solid #2c292d;
  border-right: 5px solid #fecc00;
}
body.page-id-103 a.btn-all-news:hover:after {
  background: #fecc00;
}
body.page-id-103 a.btn-all-news:hover .picto-container svg path {
  fill: #fff;
}
body.page-id-103 a.btn-all-news:hover span {
  color: #fff;
}
body.page-id-103 .list_categories {
  display: flex;
  margin-bottom: 20px;
  padding: 0;
  list-style: none;
  justify-content: space-between;
}
body.page-id-103 .list_categories li.news {
  background: #2c292d;
  border-right: 5px solid #fecc00;
  color: #fff;
  font-size: 16px;
  padding: 8px 15px;
  text-transform: uppercase;
  width: 49%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: all .3s ease;
}
body.page-id-103 .list_categories li.news span {
  font-family: 'TacticSans-Reg';
  letter-spacing: 3px;
  line-height: 20px;
}
body.page-id-103 .list_categories li.news .picto-container {
  width: 30px;
  height: 30px;
  max-height: 110px;
  display: block;
  position: relative;
  margin-right: 15px;
}
body.page-id-103 .list_categories li.news .picto-container svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
body.page-id-103 .list_categories li.news .picto-container svg path {
  transition: all .3s ease;
  fill: #fff;
}
body.page-id-103 .list_categories li.news:hover,
body.page-id-103 .list_categories li.news.active {
  background: #fecc00;
  border-right: 5px solid #000;
}
body.page-id-103 .block_news a.bg_news {
  background: #e6e7e8;
  display: flex;
  margin-bottom: 20px;
}
body.page-id-103 .block_news a.bg_news .img-news {
  background-repeat: no-repeat;
  background-position: top left;
}
body.page-id-103 .block_news a.bg_news .block_desc {
  padding: 40px 60px 40px 20px;
}
body.page-id-103 .block_news a.bg_news .block_desc h2 {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'TacticSans-Med';
  letter-spacing: 3px;
}
body.page-id-103 .block_news a.bg_news .block_desc .date,
body.page-id-103 .block_news a.bg_news .block_desc .lieu {
  color: #000;
  font-family: 'TacticSans-Reg';
  letter-spacing: 3px;
}
body.page-id-103 .block_news a.bg_news .block_desc .excerpt {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #000;
}
body.page-id-103 .block_news a.bg_news .block_desc span.btn-more {
  display: block;
  text-transform: uppercase;
  text-align: right;
  width: 100%;
  position: relative;
}
body.page-id-103 .block_news a.bg_news .block_desc span.btn-more:before {
  position: absolute;
  content: '';
  width: 70%;
  height: 1px;
  display: block;
  background: #000;
  bottom: 5px;
  left: 0;
  transition: all .3s ease;
}
body.page-id-103 .block_news a.bg_news:hover span.btn-more:before {
  background: #fecc00;
}
body.single-post .entete {
  position: relative;
}
body.single-post .entete .img-container {
  position: relative;
  min-height: 500px;
}
body.single-post .entete .img-container:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  background: url('../img/bg-graphic-jaune.png') center center no-repeat;
}
body.single-post .entete .img-container .img-carousel {
  position: absolute;
  right: 0;
  top: 0;
  min-height: 500px;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
body.single-post .entete .img-container .text-content {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 10;
  padding: 50px 0;
}
body.single-post .entete .img-container .text-content:before {
  content: "";
  display: block;
  width: 100%;
  height: 7px;
  z-index: 10;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  background: url('../img/bg-headtitle-jaune.png') top center no-repeat;
}
body.single-post .entete .img-container .text-content .layer {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(43,85,110,0.8);
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
  top: 0;
  z-index: -1;
}
body.single-post .entete .img-container .text-content .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
body.single-post .entete .img-container .text-content .container h1 {
  color: #fff;
  width: max-content;
  max-width: 80%;
  font-family: 'TacticSans-Med';
  letter-spacing: 8px;
}
body.single-post .entete .img-container .text-content .container .slash {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 75px;
  height: 120px;
  display: block;
  background: url('../img/slash.png') top center no-repeat;
}
body.single-post .block_single_content {
  padding-top: 60px;
}
body.single-post .block_single_content h2.titre {
  font-size: 34px;
  text-transform: uppercase;
  position: relative;
  width: 100%;
  font-family: 'TacticSans-Med';
  letter-spacing: 3px;
}
body.single-post .block_single_content h2.titre span.color {
  color: #fecc00;
}
body.single-post .block_single_content span.date {
  display: block;
  font-family: 'TacticSans-Reg';
  letter-spacing: 3px;
}
body.single-post .block_single_content span.lieu {
  display: block;
  margin-bottom: 20px;
  font-family: 'TacticSans-Reg';
  letter-spacing: 3px;
}
body.single-post .block_single_content .img-single {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
body.single-post .block_single_content a.btn-retour-news {
  margin: 60px 0;
  background: #fecc00;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 15px;
  border: 2px solid #fecc00;
  position: relative;
  font-family: 'TacticSans-Med';
  letter-spacing: 3px;
}
body.single-post .block_single_content a.btn-retour-news:after {
  content: '';
  width: 5px;
  height: 50px;
  display: block;
  position: absolute;
  z-index: 10;
  background: #2c292d;
  right: -2px;
  top: -2px;
}
body.single-post .block_single_content a.btn-retour-news .picto-container {
  width: 30px;
  height: 30px;
  max-height: 110px;
  display: block;
  position: relative;
  margin-right: 15px;
}
body.single-post .block_single_content a.btn-retour-news .picto-container svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
body.single-post .block_single_content a.btn-retour-news .picto-container svg path {
  transition: all .3s ease;
  fill: #2c292d;
}
body.single-post .block_single_content a.btn-retour-news span {
  color: #2c292d;
  font-size: 16px;
  text-transform: uppercase;
  transition: all .3s ease;
}
body.single-post .block_single_content a.btn-retour-news:hover {
  background: #2c292d;
  border: 2px solid #2c292d;
}
body.single-post .block_single_content a.btn-retour-news:hover:after {
  background: #fecc00;
}
body.single-post .block_single_content a.btn-retour-news:hover .picto-container svg path {
  fill: #fff;
}
body.single-post .block_single_content a.btn-retour-news:hover span {
  color: #fff;
}
body.single-filiale .entete {
  position: relative;
}
body.single-filiale .entete .owl-carousel {
  position: relative;
  z-index: 1;
}
body.single-filiale .entete .owl-carousel .owl-item .owl-slide {
  position: relative;
}
body.single-filiale .entete .owl-carousel .owl-item .owl-slide .img-container {
  position: relative;
  min-height: 500px;
}
body.single-filiale .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.single-filiale .entete .owl-carousel .owl-item .owl-slide .img-container .img-carousel {
  position: absolute;
  right: 0;
  top: 0;
  min-height: 500px;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
body.single-filiale .entete .owl-carousel .owl-item .owl-slide .img-container .text-content {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 10;
  padding: 50px 0;
}
body.single-filiale .entete .owl-carousel .owl-item .owl-slide .img-container .text-content:before {
  content: "";
  display: block;
  width: 100%;
  height: 7px;
  z-index: 10;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}
body.single-filiale .entete .owl-carousel .owl-item .owl-slide .img-container .text-content .layer {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(43,85,110,0.8);
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
  top: 0;
  z-index: -1;
}
body.single-filiale .entete .owl-carousel .owl-item .owl-slide .img-container .text-content .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
body.single-filiale .entete .owl-carousel .owl-item .owl-slide .img-container .text-content .container h2 {
  color: #fff;
  width: max-content;
  max-width: 60%;
  font-family: 'TacticSans-Med';
  letter-spacing: 8px;
  text-transform: uppercase;
}
body.single-filiale .entete .owl-carousel .owl-item .owl-slide .img-container .text-content .container .slash {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 75px;
  height: 120px;
  display: block;
  background: url('../img/slash.png') top center no-repeat;
}
body.single-filiale .entete .owl-carousel .owl-nav {
  position: absolute;
  width: 100%;
  top: 45%;
}
body.single-filiale .entete .owl-carousel .owl-nav .owl-prev,
body.single-filiale .entete .owl-carousel .owl-nav .owl-next {
  position: absolute;
  width: 20px;
  height: 30px;
}
body.single-filiale .entete .owl-carousel .owl-nav .owl-prev span,
body.single-filiale .entete .owl-carousel .owl-nav .owl-next span {
  display: none;
}
body.single-filiale .entete .owl-carousel .owl-nav .owl-prev:hover span,
body.single-filiale .entete .owl-carousel .owl-nav .owl-next:hover span {
  color: #fecc00;
}
body.single-filiale .entete .owl-carousel .owl-nav .owl-prev,
body.single-filiale .entete .owl-carousel .owl-nav .owl-next {
  width: 42px;
  height: 80px;
  font-size: 80px;
  line-height: 80px;
  text-align: center;
  transition: all .3s ease;
}
body.single-filiale .entete .owl-carousel .owl-nav .owl-prev i,
body.single-filiale .entete .owl-carousel .owl-nav .owl-next i {
  color: #fff;
  transition: all .3s ease;
}
body.single-filiale .entete .owl-carousel .owl-nav .owl-prev:hover,
body.single-filiale .entete .owl-carousel .owl-nav .owl-prev:active,
body.single-filiale .entete .owl-carousel .owl-nav .owl-prev:focus,
body.single-filiale .entete .owl-carousel .owl-nav .owl-next:hover,
body.single-filiale .entete .owl-carousel .owl-nav .owl-next:active,
body.single-filiale .entete .owl-carousel .owl-nav .owl-next:focus {
  opacity: 0.7;
  outline: none;
}
body.single-filiale .entete .owl-carousel .owl-nav .owl-prev:hover i,
body.single-filiale .entete .owl-carousel .owl-nav .owl-prev:active i,
body.single-filiale .entete .owl-carousel .owl-nav .owl-prev:focus i,
body.single-filiale .entete .owl-carousel .owl-nav .owl-next:hover i,
body.single-filiale .entete .owl-carousel .owl-nav .owl-next:active i,
body.single-filiale .entete .owl-carousel .owl-nav .owl-next:focus i {
  color: #fecc00;
}
body.single-filiale .entete .owl-carousel .owl-nav .owl-prev {
  left: 70px;
  background: url('../img/arrow-left.png') center center no-repeat;
}
body.single-filiale .entete .owl-carousel .owl-nav .owl-prev:hover {
  left: 60px;
  outline: none;
}
body.single-filiale .entete .owl-carousel .owl-nav .owl-next {
  right: 70px;
  background: url('../img/arrow-right.png') center center no-repeat;
}
body.single-filiale .entete .owl-carousel .owl-nav .owl-next:hover {
  right: 60px;
  outline: none;
}
body.single-filiale .block_description_filiale {
  padding: 60px 0;
  position: relative;
  min-height: 440px;
}
body.single-filiale .block_description_filiale .img-logo-filiale {
  display: block;
  margin-bottom: 30px;
}
body.single-filiale .block_description_filiale .img-filiale {
  position: absolute;
  width: 48%;
  height: 90%;
  background-repeat: no-repeat;
  background-position: top left;
  top: 5%;
  right: 0;
}
body.single-filiale .block_chiffre {
  background: url('../img/bg-filliale-chiffre.jpg') top center no-repeat;
  background-size: cover;
  padding: 60px 0;
}
body.single-filiale .block_chiffre h2 {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 34px;
  margin-bottom: 30px;
  font-family: 'TacticSans-Med';
  letter-spacing: 8px;
}
body.single-filiale .block_chiffre .chiffre {
  border: #fecc00 2px solid;
  min-height: 260px;
  width: 100%;
  padding-top: 50px;
  background: rgba(0,0,0,0.7);
}
body.single-filiale .block_chiffre .chiffre .chiffre-container {
  text-align: center;
}
body.single-filiale .block_chiffre .chiffre .chiffre-container .count {
  color: #fecc00;
  font-size: 59px;
  font-family: 'TacticSans-Med';
}
body.single-filiale .block_chiffre .chiffre .chiffre-container .value {
  color: #fecc00;
  font-size: 59px;
  font-family: 'TacticSans-Med';
}
body.single-filiale .block_chiffre .chiffre h3 {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  font-family: 'TacticSans-Reg';
  letter-spacing: 3px;
}
body.single-filiale .block_savoir_faire_header {
  background: #2c292d;
  padding: 60px 0;
}
body.single-filiale .block_savoir_faire_header h2.titre {
  color: #fff;
  font-size: 34px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'TacticSans-Med';
  letter-spacing: 8px;
}
body.single-filiale .block_savoir_faire {
  padding: 60px 0;
}
body.single-filiale .block_savoir_faire.bg-gris {
  background: #f2f2f2;
}
body.single-filiale .block_savoir_faire .container .row {
  display: flex;
  align-items: center;
}
body.single-filiale .block_savoir_faire .container .row h3.titre {
  font-size: 22px;
  text-transform: uppercase;
  position: relative;
  margin-left: 20px;
}
body.single-filiale .block_savoir_faire .container .row h3.titre {
  font-family: 'TacticSans-Reg';
  letter-spacing: 3px;
  margin-bottom: 20px;
}
body.single-filiale .block_savoir_faire .container .row .desc {
  padding: 0 20px;
}
body.single-filiale .block_savoir_faire .container .row .img-savoir {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 360px;
}
body.single-filiale .block_application {
  padding: 60px 0;
}
@media (min-width: 1600px) {
  body.single-filiale .block_application .container {
    max-width: 1600px;
  }
}
@media (max-width: 1600px) {
  body.single-filiale .block_application .container {
    max-width: 1420px;
  }
}
@media (max-width: 1420px) {
  body.single-filiale .block_application .container {
    max-width: 1200px;
  }
}
@media (max-width: 1200px) {
  body.single-filiale .block_application .container {
    max-width: 960px;
  }
}
body.single-filiale .block_application .container h2 {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 34px;
  margin-bottom: 60px;
  font-family: 'TacticSans-Med';
  letter-spacing: 8px;
}
body.single-filiale .block_application .container .bg-application {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 275px;
  width: 20%;
}
@media (max-width: 1200px) {
  body.single-filiale .block_application .container .bg-application {
    min-height: 220px;
  }
}
body.single-filiale .block_application .container .bg-application .picto-container {
  width: 70px;
  height: 70px;
  max-height: 110px;
  display: block;
  margin: 60px auto 30px;
}
@media (max-width: 1200px) {
  body.single-filiale .block_application .container .bg-application .picto-container {
    margin: 30px auto;
  }
}
body.single-filiale .block_application .container .bg-application .picto-container svg {
  width: 100%;
  height: 100%;
}
body.single-filiale .block_application .container .bg-application .picto-container svg path {
  transition: all .3s ease;
  fill: #fff;
}
body.single-filiale .block_application .container .bg-application h3.titre {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 22px;
  font-family: 'TacticSans-Reg';
  letter-spacing: 3px;
}
@media (max-width: 1200px) {
  body.single-filiale .block_application .container .bg-application h3.titre {
    font-size: 16px;
  }
}
body.single-filiale.postid-45 .entete .owl-carousel .owl-item .owl-slide .img-container:before {
  background: url('../img/bg-graphic-bleu.png') top center no-repeat;
}
body.single-filiale.postid-45 .entete .owl-carousel .owl-item .owl-slide .img-container .text-content:before {
  background: url('../img/bg-headtitle-bleu.png') top center no-repeat;
}
body.single-filiale.postid-45 .entete .owl-carousel .owl-item .owl-slide .img-container .text-content .slash {
  background: url('../img/slash_bleu.png') top center no-repeat;
}
body.single-filiale.postid-45 .block_chiffre .chiffre {
  border: #105c90 2px solid;
}
body.single-filiale.postid-45 .block_chiffre .chiffre .chiffre-container {
  text-align: center;
}
body.single-filiale.postid-45 .block_chiffre .chiffre .chiffre-container .count {
  color: #0090d0;
}
body.single-filiale.postid-45 .block_chiffre .chiffre .chiffre-container .value {
  color: #0090d0;
}
body.single-filiale.postid-45 .block_savoir_faire h3.titre {
  color: #13548b;
}
body.single-filiale.postid-45 .block_application {
  background: #0f1d3f;
}
body.single-filiale.postid-43 .entete .owl-carousel .owl-item .owl-slide .img-container:before {
  background: url('../img/bg-graphic-vert.png') top center no-repeat;
}
body.single-filiale.postid-43 .entete .owl-carousel .owl-item .owl-slide .img-container .text-content:before {
  background: url('../img/bg-headtitle-vert.png') top center no-repeat;
}
body.single-filiale.postid-43 .entete .owl-carousel .owl-item .owl-slide .img-container .text-content .slash {
  background: url('../img/slash_vert.png') top center no-repeat;
}
body.single-filiale.postid-43 .block_chiffre .chiffre {
  border: #02b5a5 2px solid;
}
body.single-filiale.postid-43 .block_chiffre .chiffre .chiffre-container {
  text-align: center;
}
body.single-filiale.postid-43 .block_chiffre .chiffre .chiffre-container .count {
  color: #02b5a5;
}
body.single-filiale.postid-43 .block_chiffre .chiffre .chiffre-container .value {
  color: #02b5a5;
}
body.single-filiale.postid-43 .block_savoir_faire h3.titre {
  color: #02b5a5;
}
body.single-filiale.postid-43 .block_application {
  background: #02b5a5;
}
body.single-filiale.postid-41 .entete .owl-carousel .owl-item .owl-slide .img-container:before {
  background: url('../img/bg-graphic-orange.png') top center no-repeat;
}
body.single-filiale.postid-41 .entete .owl-carousel .owl-item .owl-slide .img-container .text-content:before {
  background: url('../img/bg-headtitle-orange.png') top center no-repeat;
}
body.single-filiale.postid-41 .entete .owl-carousel .owl-item .owl-slide .img-container .text-content .slash {
  background: url('../img/slash_orange.png') top center no-repeat;
}
body.single-filiale.postid-41 .block_chiffre .chiffre {
  border: #f37733 2px solid;
}
body.single-filiale.postid-41 .block_chiffre .chiffre .chiffre-container {
  text-align: center;
}
body.single-filiale.postid-41 .block_chiffre .chiffre .chiffre-container .count {
  color: #f37733;
}
body.single-filiale.postid-41 .block_chiffre .chiffre .chiffre-container .value {
  color: #f37733;
}
body.single-filiale.postid-41 .block_savoir_faire h3.titre {
  color: #f37733;
}
body.single-filiale.postid-41 .block_application {
  background: #f37733;
}
body.single-filiale.postid-47 .entete .owl-carousel .owl-item .owl-slide .img-container:before {
  background: url('../img/bg-graphic-rouge.png') top center no-repeat;
}
body.single-filiale.postid-47 .entete .owl-carousel .owl-item .owl-slide .img-container .text-content:before {
  background: url('../img/bg-headtitle-rouge.png') top center no-repeat;
}
body.single-filiale.postid-47 .entete .owl-carousel .owl-item .owl-slide .img-container .text-content .slash {
  background: url('../img/slash_rouge.png') top center no-repeat;
}
body.single-filiale.postid-47 .block_chiffre .chiffre {
  border: #ed1c24 2px solid;
}
body.single-filiale.postid-47 .block_chiffre .chiffre .chiffre-container {
  text-align: center;
}
body.single-filiale.postid-47 .block_chiffre .chiffre .chiffre-container .count {
  color: #ed1c24;
}
body.single-filiale.postid-47 .block_chiffre .chiffre .chiffre-container .value {
  color: #ed1c24;
}
body.single-filiale.postid-47 .block_savoir_faire h3.titre {
  color: #ed1c24;
}
body.single-filiale.postid-47 .block_application {
  background: #ed1c24;
}
@media (max-width: 991.98px) {
  body header .head-content-top .logo img {
    width: 100px;
  }
  body header .head-content-top .content-nav-top .right-content a.btn-phone span.picto-email,
  body header .head-content-top .content-nav-top .right-content a.btn-phone span.picto-phone,
  body header .head-content-top .content-nav-top .right-content a.btn-email span.picto-email,
  body header .head-content-top .content-nav-top .right-content a.btn-email span.picto-phone {
    width: 25px;
    height: 25px;
    background-size: contain;
  }
  body header .head-content-top .content-nav-top .right-content a.btn-phone .block-text span.text,
  body header .head-content-top .content-nav-top .right-content a.btn-email .block-text span.text {
    font-size: 12px;
  }
  body header .head-content-top .content-nav-top .right-content a.btn-phone .block-text span.link,
  body header .head-content-top .content-nav-top .right-content a.btn-email .block-text span.link {
    font-size: 14px;
  }
  body header .head-content-top .content-nav-top .right-content .site-options ul.language li a {
    font-size: 12px;
  }
  body header .head-content-bottom .content-nav-bottom .nav-primary {
    display: block;
    position: absolute;
    right: 0;
    z-index: 20;
    width: 100%;
    top: 193px;
  }
  body header .head-content-bottom .content-nav-bottom .nav-primary .menu-menu-principal-container {
    width: 100%;
    height: auto;
  }
  body header .head-content-bottom .content-nav-bottom .nav-primary .menu-menu-principal-container ul.nav {
    overflow: hidden;
    height: 0;
    background: #fecc00;
    margin: 0;
  }
  body header .head-content-bottom .content-nav-bottom .nav-primary .menu-menu-principal-container ul.nav > li {
    display: block;
    width: 100%;
    border-left: none;
    padding: 10px 25px;
    height: auto;
  }
  body header .head-content-bottom .content-nav-bottom .nav-primary .menu-menu-principal-container ul.nav > li:before {
    display: none;
  }
  body header .head-content-bottom .content-nav-bottom .nav-primary .menu-menu-principal-container ul.nav > li > a {
    color: #2c292d;
    border-right: none;
  }
  body header .head-content-bottom .content-nav-bottom .nav-primary .menu-menu-principal-container ul.nav > li > a:after {
    display: none;
  }
  body header .head-content-bottom .content-nav-bottom .nav-primary .menu-menu-principal-container ul.nav > li:first-child {
    padding-top: 25px;
  }
  body header .head-content-bottom .content-nav-bottom .nav-primary .menu-menu-principal-container ul.nav > li:last-child {
    padding-bottom: 25px;
  }
  body header .head-content-bottom .content-nav-bottom .nav-primary .menu-menu-principal-container ul.nav > li.current-menu-item > a {
    color: #fff;
    font-weight: 600;
  }
  body header .head-content-bottom .content-nav-bottom .nav-primary .menu-menu-principal-container ul.nav > li.menu-item-has-children {
    height: auto;
  }
  body header .head-content-bottom .content-nav-bottom .nav-primary .menu-menu-principal-container ul.nav > li.menu-item-has-children > a:after {
    top: 25px;
  }
  body header .head-content-bottom .content-nav-bottom .nav-primary .menu-menu-principal-container ul.nav > li.menu-item-has-children > a:before {
    right: -135px;
    top: 55%;
  }
  body header .head-content-bottom .content-nav-bottom .nav-primary .menu-menu-principal-container ul.nav > li.menu-item-has-children > ul.sub-menu {
    padding: 10px 0 0;
    position: relative;
    background: transparent;
    left: 0;
    margin: 0;
    height: 0;
    top: 0;
    display: none;
  }
  body header .head-content-bottom .content-nav-bottom .nav-primary .menu-menu-principal-container ul.nav > li.menu-item-has-children > ul.sub-menu > li {
    padding: 10px 25px;
    display: block;
    border-right: 0;
    max-width: 100%;
    height: auto;
    text-align: left;
    opacity: 0;
  }
  body header .head-content-bottom .content-nav-bottom .nav-primary .menu-menu-principal-container ul.nav > li.menu-item-has-children > ul.sub-menu > li > a {
    color: #fff;
    text-transform: inherit;
  }
  body header .head-content-bottom .content-nav-bottom .nav-primary .menu-menu-principal-container ul.nav > li.menu-item-has-children > ul.sub-menu > li > a:hover {
    color: #f37733;
  }
  body header .head-content-bottom .content-nav-bottom .nav-primary .menu-menu-principal-container ul.nav > li.menu-item-has-children > ul.sub-menu > li.lcv-conseils a,
  body header .head-content-bottom .content-nav-bottom .nav-primary .menu-menu-principal-container ul.nav > li.menu-item-has-children > ul.sub-menu > li.lcv-lab a,
  body header .head-content-bottom .content-nav-bottom .nav-primary .menu-menu-principal-container ul.nav > li.menu-item-has-children > ul.sub-menu > li.bumer a,
  body header .head-content-bottom .content-nav-bottom .nav-primary .menu-menu-principal-container ul.nav > li.menu-item-has-children > ul.sub-menu > li.cmpr a {
    background-position: center left;
  }
  body header .head-content-bottom .content-nav-bottom .nav-primary .menu-menu-principal-container ul.nav > li.menu-item-has-children > ul.sub-menu.open {
    display: block;
  }
  body header .head-content-bottom .content-nav-bottom .nav-primary .menu-menu-principal-container ul.nav > li.menu-item-has-children > ul.sub-menu.open > li {
    opacity: 1;
  }
  body header .head-content-bottom .content-nav-bottom .nav-primary .menu-menu-principal-container ul.nav > li:hover a,
  body header .head-content-bottom .content-nav-bottom .nav-primary .menu-menu-principal-container ul.nav > li:focus a,
  body header .head-content-bottom .content-nav-bottom .nav-primary .menu-menu-principal-container ul.nav > li:active a {
    color: #fff;
  }
  body header .head-content-bottom .content-nav-bottom .nav-primary .menu-menu-principal-container ul.nav > li:hover > ul.sub-menu,
  body header .head-content-bottom .content-nav-bottom .nav-primary .menu-menu-principal-container ul.nav > li:focus > ul.sub-menu,
  body header .head-content-bottom .content-nav-bottom .nav-primary .menu-menu-principal-container ul.nav > li:active > ul.sub-menu {
    left: 0;
    display: block;
  }
  body header .head-content-bottom .content-nav-bottom .nav-responsive {
    position: relative;
    display: block;
    background: #fecc00;
    width: 50px;
    height: 50px;
  }
  body header .head-content-bottom .content-nav-bottom .nav-responsive .button_menu {
    z-index: 10;
    margin: 0 auto;
    display: block;
    width: 50px;
    height: 50px;
    font-size: 36px;
    border: 1px solid #fecc00;
    color: #2c292d;
    transition: all .3s ease;
    background: #fecc00;
    cursor: pointer;
    width: 100%;
  }
  body header .head-content-bottom .content-nav-bottom .nav-responsive .button_menu.is_open .open {
    display: none;
  }
  body header .head-content-bottom .content-nav-bottom .nav-responsive .button_menu.is_open .close {
    display: block;
  }
  body header .head-content-bottom .content-nav-bottom .nav-responsive .button_menu .open {
    padding: 10px 0 0 0;
    width: 50px;
    margin: 0 auto;
  }
  body header .head-content-bottom .content-nav-bottom .nav-responsive .button_menu .open .first-line,
  body header .head-content-bottom .content-nav-bottom .nav-responsive .button_menu .open .second-line,
  body header .head-content-bottom .content-nav-bottom .nav-responsive .button_menu .open .third-line {
    width: 50%;
    height: 4px;
    background: #2c292d;
    margin: 5px auto;
    display: block;
    border-radius: 10px;
  }
  body header .head-content-bottom .content-nav-bottom .nav-responsive .button_menu:hover {
    background: #2c292d;
    color: #fecc00;
  }
  body header .head-content-bottom .content-nav-bottom .nav-responsive .button_menu:hover .first-line,
  body header .head-content-bottom .content-nav-bottom .nav-responsive .button_menu:hover .second-line,
  body header .head-content-bottom .content-nav-bottom .nav-responsive .button_menu:hover .third-line {
    background: #fecc00;
  }
  body header .head-content-bottom .content-nav-bottom .nav-responsive .button_menu:hover .close:after {
    color: ;
  }
  body header .head-content-bottom .content-nav-bottom .nav-responsive .button_menu .close {
    display: none;
    position: relative;
    width: 50px;
    height: 50px;
    background: #fecc00;
    opacity: 1;
  }
  body header .head-content-bottom .content-nav-bottom .nav-responsive .button_menu .close:after {
    content: "×";
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 36px;
    color: #2c292d;
    display: block;
    position: absolute;
    right: 0;
    text-align: center;
    left: 0;
    margin: 0 auto;
    line-height: 50px;
  }
  body main .slide-form .btn-slide,
  body main .slide-form .slide-content {
    top: 193px;
  }
  body footer .container .footer-top .social {
    text-align: center;
    margin-bottom: 30px;
  }
  body footer .container .footer-top .social .list_social {
    justify-content: center;
  }
  body footer .container .footer-top .social .list_social a.social-link {
    margin: 0 10px;
  }
  body footer .container .footer-top .nav-footer {
    float: none;
  }
  body footer .container .footer-top .nav-footer ul {
    display: block;
    text-align: center;
  }
  body footer .container .footer-bottom {
    text-align: center;
  }
  body footer .container .footer-bottom .idcom {
    width: 100%;
  }
  body.page-id-3 .page-header h1,
  body.page-id-6 .page-header h1,
  body.page-id-103 .page-header h1 {
    font-size: 24px;
  }
  body.page-id-5 .entete .owl-carousel .owl-item .owl-slide .img-container .text-content .container h2,
  body.page-id-10 .entete .owl-carousel .owl-item .owl-slide .img-container .text-content .container h2 {
    font-size: 24px;
  }
  body.page-id-5 .entete .owl-carousel .owl-item .owl-slide .img-container .text-content .container .btn-filiale span.decouvrir,
  body.page-id-10 .entete .owl-carousel .owl-item .owl-slide .img-container .text-content .container .btn-filiale span.decouvrir {
    font-size: 14px;
  }
  body.page-id-5 .entete .owl-carousel .owl-item .owl-slide .img-container .text-content .container .btn-filiale span.name,
  body.page-id-10 .entete .owl-carousel .owl-item .owl-slide .img-container .text-content .container .btn-filiale span.name {
    font-size: 16px;
  }
  body.page-id-5 .block_filiale a.filiale,
  body.page-id-10 .block_filiale a.filiale {
    margin-bottom: 30px;
  }
  body.page-id-5 .block_application h2,
  body.page-id-5 .block_filiale h2,
  body.page-id-5 .block_chiffre h2,
  body.page-id-10 .block_application h2,
  body.page-id-10 .block_filiale h2,
  body.page-id-10 .block_chiffre h2 {
    font-size: 24px;
  }
  body.page-id-5 .block_chiffre .chiffre,
  body.page-id-10 .block_chiffre .chiffre {
    min-height: 220px;
  }
  body.page-id-5 .block_chiffre .chiffre .chiffre-container span.count,
  body.page-id-5 .block_chiffre .chiffre .chiffre-container span.value,
  body.page-id-10 .block_chiffre .chiffre .chiffre-container span.count,
  body.page-id-10 .block_chiffre .chiffre .chiffre-container span.value {
    font-size: 40px;
  }
  body.page-id-5 .block_application {
    background-size: cover;
  }
  body.page-id-10 .block_groupe h2.titre {
    width: 100%;
    font-size: 24px;
    max-width: 100%;
  }
  body.page-id-10 .block_groupe h2.titre:after {
    display: none;
  }
  body.page-id-12 .page-header h1 {
    font-size: 24px;
  }
  body.page-id-12 .list_categories {
    justify-content: space-evenly;
  }
  body.page-id-12 .list_categories a.btn-application {
    width: 32%;
  }
  body.page-id-14 .page-header h1 {
    font-size: 24px;
  }
  body.page-id-18 .entete .img-container .text-content .container h1,
  body.page-id-16 .entete .img-container .text-content .container h1 {
    font-size: 24px;
    width: 100%;
    max-width: 100%;
  }
  body.single-post .entete .img-container .text-content .container h1 {
    font-size: 24px;
    width: 100%;
    max-width: 100%;
  }
  body.single-post .block_single_content h2.titre {
    font-size: 24px;
  }
  body.single-filiale .entete .owl-carousel .owl-item .owl-slide .img-container .text-content .container h2 {
    font-size: 24px;
    width: 100%;
    max-width: 100%;
  }
  body.single-filiale .block_chiffre h2,
  body.single-filiale .block_savoir_faire_header h2 {
    font-size: 24px;
  }
  body.single-filiale .block_chiffre h2.titre,
  body.single-filiale .block_savoir_faire_header h2.titre {
    font-size: 24px;
  }
  body.single-filiale .block_savoir_faire_header h2.titre {
    margin-bottom: 0;
  }
  body.single-filiale .block_chiffre .chiffre {
    min-height: 220px;
  }
  body.single-filiale .block_chiffre .chiffre .chiffre-container span.count,
  body.single-filiale .block_chiffre .chiffre .chiffre-container span.value {
    font-size: 40px;
  }
  body.single-filiale .block_application {
    padding: 40px 0;
  }
  body.single-filiale .block_application h2.titre {
    font-size: 24px;
    margin-bottom: 40px;
  }
  body.single-filiale .block_application .container {
    max-width: 720px;
  }
  body.single-filiale .block_application .container .bg-application {
    width: auto;
  }
}
@media (max-width: 767.98px) {
  body header .head-content-top .logo {
    margin-top: 30px;
  }
  body header .head-content-top .logo img {
    width: 70px;
  }
  body header .head-content-top .content-nav-top .right-content a.btn-phone span.picto-email,
  body header .head-content-top .content-nav-top .right-content a.btn-phone span.picto-phone,
  body header .head-content-top .content-nav-top .right-content a.btn-email span.picto-email,
  body header .head-content-top .content-nav-top .right-content a.btn-email span.picto-phone {
    width: 20px;
    height: 20px;
    background-size: contain;
  }
  body header .head-content-top .content-nav-top .right-content a.btn-phone .block-text span.text,
  body header .head-content-top .content-nav-top .right-content a.btn-email .block-text span.text {
    display: none;
  }
  body header .head-content-top .content-nav-top .right-content a.btn-phone .block-text span.link,
  body header .head-content-top .content-nav-top .right-content a.btn-email .block-text span.link {
    font-size: 12px;
  }
  body header .head-content-top .content-nav-top .right-content .site-options ul.language {
    width: 55px;
  }
  body header .head-content-top .content-nav-top .right-content .site-options a.picto-localisation,
  body header .head-content-top .content-nav-top .right-content .site-options a.picto-fb {
    display: none;
  }
  body header .head-content-bottom .content-nav-bottom .nav-primary {
    top: 178px;
  }
  body main .slide-form .btn-slide,
  body main .slide-form .slide-content {
    display: none;
  }
  body footer .container .footer-top .block_adresse {
    margin-bottom: 20px;
    text-align: center;
  }
  body footer .container .footer-top .block_adresse h3 {
    text-align: center;
  }
  body footer .container .footer-top .block_adresse a.tel,
  body footer .container .footer-top .block_adresse a.fax,
  body footer .container .footer-top .block_adresse a.email {
    text-align: center;
  }
  body footer .container .footer-top .nav-footer ul li {
    text-align: center;
  }
  body footer .container .social {
    width: 180px;
    margin: 20px auto 0;
  }
  body.page-id-3 .page-header h1,
  body.page-id-6 .page-header h1,
  body.page-id-103 .page-header h1 {
    font-size: 24px;
  }
  body.page-id-5 .entete .owl-carousel .owl-item .owl-slide .img-container,
  body.page-id-10 .entete .owl-carousel .owl-item .owl-slide .img-container {
    min-height: 360px;
  }
  body.page-id-5 .entete .owl-carousel .owl-item .owl-slide .img-container .img-carousel,
  body.page-id-10 .entete .owl-carousel .owl-item .owl-slide .img-container .img-carousel {
    min-height: 360px;
  }
  body.page-id-5 .entete .owl-carousel .owl-item .owl-slide .img-container .text-content,
  body.page-id-10 .entete .owl-carousel .owl-item .owl-slide .img-container .text-content {
    padding: 30px 0 5px;
  }
  body.page-id-5 .entete .owl-carousel .owl-item .owl-slide .img-container .text-content .container,
  body.page-id-10 .entete .owl-carousel .owl-item .owl-slide .img-container .text-content .container {
    flex-wrap: wrap;
  }
  body.page-id-5 .entete .owl-carousel .owl-item .owl-slide .img-container .text-content .container h2,
  body.page-id-10 .entete .owl-carousel .owl-item .owl-slide .img-container .text-content .container h2 {
    font-size: 24px;
    width: 100%;
    max-width: 100%;
  }
  body.page-id-5 .entete .owl-carousel .owl-item .owl-slide .img-container .text-content .container .btn-filiale,
  body.page-id-10 .entete .owl-carousel .owl-item .owl-slide .img-container .text-content .container .btn-filiale {
    width: 260px;
    height: 80px;
    padding: 15px;
  }
  body.page-id-5 .entete .owl-carousel .owl-item .owl-slide .img-container .text-content .container .btn-filiale span.decouvrir,
  body.page-id-10 .entete .owl-carousel .owl-item .owl-slide .img-container .text-content .container .btn-filiale span.decouvrir {
    font-size: 14px;
  }
  body.page-id-5 .entete .owl-carousel .owl-item .owl-slide .img-container .text-content .container .btn-filiale span.name,
  body.page-id-10 .entete .owl-carousel .owl-item .owl-slide .img-container .text-content .container .btn-filiale span.name {
    font-size: 16px;
  }
  body.page-id-5 .entete .owl-nav,
  body.page-id-10 .entete .owl-nav {
    top: 30%;
  }
  body.page-id-5 .entete .owl-nav .owl-prev,
  body.page-id-5 .entete .owl-nav .owl-next,
  body.page-id-10 .entete .owl-nav .owl-prev,
  body.page-id-10 .entete .owl-nav .owl-next {
    height: 60px;
  }
  body.page-id-5 .block_application,
  body.page-id-5 .block_filiale,
  body.page-id-5 .block_chiffre,
  body.page-id-10 .block_application,
  body.page-id-10 .block_filiale,
  body.page-id-10 .block_chiffre {
    padding: 40px 0;
  }
  body.page-id-5 .block_application h2,
  body.page-id-5 .block_filiale h2,
  body.page-id-5 .block_chiffre h2,
  body.page-id-10 .block_application h2,
  body.page-id-10 .block_filiale h2,
  body.page-id-10 .block_chiffre h2 {
    font-size: 24px;
    margin-bottom: 40px;
  }
  body.page-id-5 .block_chiffre .chiffre,
  body.page-id-10 .block_chiffre .chiffre {
    min-height: 220px;
    margin-bottom: 20px;
  }
  body.page-id-5 .block_news,
  body.page-id-10 .block_news {
    padding: 40px 0;
  }
  body.page-id-5 .block_news .bg_news,
  body.page-id-10 .block_news .bg_news {
    flex-wrap: wrap;
  }
  body.page-id-5 .block_news .bg_news .img-news,
  body.page-id-10 .block_news .bg_news .img-news {
    min-height: 220px;
    background-size: contain;
  }
  body.page-id-10 .block_groupe {
    padding: 40px 0;
  }
  body.page-id-10 .block_groupe h2.titre {
    width: 100%;
    font-size: 24px;
    max-width: 100%;
  }
  body.page-id-10 .block_groupe h2.titre:after {
    display: none;
  }
  body.page-id-10 .block_groupe .img-groupe {
    min-height: 300px;
  }
  body.page-id-12 .list_categories a.btn-application {
    width: 48%;
  }
  body.page-id-12 .container-application .element-item {
    width: 46%;
  }
  body.page-id-14 .container-equipement .element-item {
    width: 46%;
  }
  body.page-id-18 .entete .img-container,
  body.page-id-16 .entete .img-container {
    min-height: 360px;
  }
  body.page-id-18 .entete .img-container .img-carousel,
  body.page-id-16 .entete .img-container .img-carousel {
    min-height: 360px;
  }
  body.page-id-18 .entete .img-container .text-content .container h1,
  body.page-id-16 .entete .img-container .text-content .container h1 {
    font-size: 24px;
    width: 100%;
    max-width: 100%;
  }
  body.page-id-16 .block_recrutement {
    padding: 40px 0;
  }
  body.page-id-16 .block_recrutement .offres {
    margin-bottom: 20px;
  }
  body.page-id-18 .block_contact .bg-gris {
    padding: 40px 0;
  }
  body.page-id-18 .block_form {
    padding: 40px 0;
  }
  body.page-id-103 .bg_news {
    flex-wrap: wrap;
  }
  body.page-id-103 .bg_news .img-news {
    min-height: 220px;
    background-size: contain;
  }
  body.single-post .entete .img-container {
    min-height: 360px;
  }
  body.single-post .entete .img-container .img-carousel {
    min-height: 360px;
  }
  body.single-post .entete .img-container .text-content .container h1 {
    font-size: 24px;
    width: 100%;
    max-width: 100%;
  }
  body.single-post .block_single_content {
    padding: 40px 0;
  }
  body.single-post .block_single_content h2.titre {
    font-size: 24px;
  }
  body.single-post .block_single_content .img-single {
    min-height: 280px;
  }
  body.single-post .block_single_content a.btn-retour-news {
    margin: 20px;
  }
  body.single-filiale .entete .owl-carousel .owl-item .owl-slide .img-container {
    min-height: 360px;
  }
  body.single-filiale .entete .owl-carousel .owl-item .owl-slide .img-container .img-carousel {
    min-height: 360px;
  }
  body.single-filiale .entete .owl-carousel .owl-item .owl-slide .img-container .text-content .container h2 {
    font-size: 24px;
    width: 100%;
    max-width: 100%;
  }
  body.single-filiale .entete .owl-carousel .owl-nav {
    top: 30%;
  }
  body.single-filiale .entete .owl-carousel .owl-nav .owl-prev,
  body.single-filiale .entete .owl-carousel .owl-nav .owl-next {
    height: 60px;
  }
  body.single-filiale .block_description_filiale {
    padding: 40px 0;
  }
  body.single-filiale .block_description_filiale .img-filiale {
    display: none;
  }
  body.single-filiale .block_chiffre,
  body.single-filiale .block_savoir_faire_header {
    padding: 40px 0;
  }
  body.single-filiale .block_chiffre h2,
  body.single-filiale .block_savoir_faire_header h2 {
    font-size: 24px;
  }
  body.single-filiale .block_chiffre h2.titre,
  body.single-filiale .block_savoir_faire_header h2.titre {
    font-size: 24px;
  }
  body.single-filiale .block_chiffre .chiffre {
    min-height: 220px;
    margin-bottom: 30px;
  }
  body.single-filiale .block_chiffre .chiffre .chiffre-container span.count,
  body.single-filiale .block_chiffre .chiffre .chiffre-container span.value {
    font-size: 40px;
  }
  body.single-filiale .block_application {
    padding: 40px 0;
  }
  body.single-filiale .block_application h2.titre {
    font-size: 24px;
    margin-bottom: 40px;
  }
  body.single-filiale .block_application .container {
    max-width: 720px;
  }
  body.single-filiale .block_application .container .bg-application {
    width: auto;
  }
}
@media (max-width: 480px) {
  body header .head-content-top .content-nav-top .right-content a.btn-phone,
  body header .head-content-top .content-nav-top .right-content a.btn-email {
    display: none;
  }
  body header .head-content-top .content-nav-top .right-content .site-options ul.language {
    width: 70px;
  }
  body header .head-content-bottom .content-nav-bottom .nav-primary {
    top: 131px;
  }
  body.page-id-5 .entete .owl-carousel .owl-item .owl-slide .img-container .text-content .container h2.titre,
  body.page-id-10 .entete .owl-carousel .owl-item .owl-slide .img-container .text-content .container h2.titre {
    font-size: 18px;
  }
  body.page-id-5 .block_chiffre h2,
  body.page-id-5 .block_filiale h2,
  body.page-id-5 .block_application h2,
  body.page-id-10 .block_chiffre h2,
  body.page-id-10 .block_filiale h2,
  body.page-id-10 .block_application h2 {
    font-size: 18px;
    letter-spacing: 3px;
  }
  body.page-id-5 .block_news h2.title,
  body.page-id-10 .block_news h2.title {
    font-size: 18px;
    letter-spacing: 3px;
  }
  body.page-id-5 .block_news a.bg_news .block_desc,
  body.page-id-10 .block_news a.bg_news .block_desc {
    padding: 0 20px 20px;
  }
  body.page-id-5 .block_news a.bg_news .block_desc span.btn-more:before,
  body.page-id-10 .block_news a.bg_news .block_desc span.btn-more:before {
    display: none;
  }
  body.page-id-10 .block_groupe h2.titre {
    font-size: 18px;
    letter-spacing: 3px;
  }
  body.page-id-12 .list_categories a.btn-application {
    width: 100%;
  }
  body.page-id-12 .container-application .element-item {
    width: 90%;
  }
  body.page-id-14 .container-equipement .element-item {
    width: 90%;
  }
  body.page-id-103 .list_categories {
    flex-wrap: wrap;
  }
  body.page-id-103 .list_categories li.news {
    width: 100%;
    margin-bottom: 10px;
  }
  body.page-id-103 .block_news a.bg_news .block_desc {
    padding: 0 20px 20px;
  }
  body.page-id-103 .block_news a.bg_news .block_desc span.btn-more:before {
    display: none;
  }
  body.single-filiale .entete .owl-carousel .owl-item .owl-slide .img-container .text-content .container h2 {
    font-size: 18px;
    letter-spacing: 3px;
  }
  body.single-filiale .block_savoir_faire .container .row .img-savoir {
    margin-bottom: 20px;
  }
}
