.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
body {
  font-family: 'Ubuntu', sans-serif;
}
body a {
  transition: all .3s ease;
  cursor: pointer;
  color: #b1cb06;
  text-decoration: none;
}
body a:hover,
body a:focus,
body a:active {
  outline: none;
  color: #0f0f0f;
  box-shadow: none;
  text-decoration: none;
}
@media screen and (min-width: 1410px) {
  body .stemi-container {
    max-width: 1410px;
  }
}
body .btn--primary {
  border: 2px solid #b1cb06;
  background: #b1cb06;
  text-transform: uppercase;
  color: #0f0f0f;
  padding: 10px 15px;
  text-align: center;
  letter-spacing: 3px;
  font-size: 16px;
  display: inline-block;
}
body .btn--primary:hover {
  color: #b1cb06;
  background: transparent;
}
body .btn--secondary {
  border: 2px solid #021c66;
  background: transparent;
  text-transform: uppercase;
  color: #021c66;
  padding: 10px 15px;
  text-align: center;
  letter-spacing: 3px;
  font-size: 16px;
  display: inline-block;
}
body .btn--secondary:hover {
  color: #fff;
  background: #021c66;
}
body .contenu ul {
  padding: 0;
  list-style: none;
}
body .contenu ul li {
  display: flex;
  margin-bottom: 10px;
}
body .contenu ul li:before {
  content: '\f058';
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  margin-right: 10px;
  color: #b1cb06;
}
body header {
  position: relative;
  z-index: 10;
}
body header .header {
  background: #08192b;
}
body header .header__top {
  border-bottom: 1px solid #fff;
  display: flex;
  justify-content: space-between;
}
body header .header__top .info-contact .tel i {
  transform: rotate(100deg);
}
body header .header__top .info-contact .localisation {
  text-transform: uppercase;
}
body header .header__top .info-contact .tel,
body header .header__top .info-contact .localisation,
body header .header__top .info-contact .email {
  padding: 15px 30px;
  border-right: 1px solid #fff;
  color: #fff;
  display: inline-block;
  opacity: 0.5;
}
body header .header__top .info-contact .tel i,
body header .header__top .info-contact .localisation i,
body header .header__top .info-contact .email i {
  display: inline-block;
  margin-right: 5px;
}
body header .header__top .info-contact .tel:hover,
body header .header__top .info-contact .localisation:hover,
body header .header__top .info-contact .email:hover {
  opacity: 1;
}
body header .header__top .info-contact .linkedin {
  border-right: 1px solid #fff;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  padding: 10px 20px;
  height: 53px;
}
body header .header__top .info-contact .linkedin .fa-linkedin:before {
  content: "\f08c";
}
body header .header__top .info-contact .linkedin:hover {
  color: #b1cb06;
}
body header .header__top .secteur {
  border-left: 1px solid #fff;
}
body header .header__top .secteur span {
  color: #fff;
  text-transform: uppercase;
  padding: 15px 30px;
  opacity: 0.5;
  display: inline-block;
}
body header .header__bottom {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 30px 10px;
}
body header .header__bottom .logo img {
  width: 330px;
  display: block;
}
body header .header__bottom .block-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
body header .header__bottom .block-nav .nav-primary .menu-menu-principal-container ul li {
  position: relative;
  padding: 0 12px;
}
body header .header__bottom .block-nav .nav-primary .menu-menu-principal-container ul li a {
  display: block;
  padding: 15px 0;
}
body header .header__bottom .block-nav .nav-primary .menu-menu-principal-container ul li:not(:nth-child(1)) a {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  display: block;
  position: relative;
  font-weight: 500;
  overflow: hidden;
}
body header .header__bottom .block-nav .nav-primary .menu-menu-principal-container ul li:not(:nth-child(1)) a:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #009de1;
  position: absolute;
  bottom: -6px;
  left: 50%;
  right: 0;
  transform: translateX(-50%);
  opacity: 0;
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
}
body header .header__bottom .block-nav .nav-primary .menu-menu-principal-container ul li:not(:nth-child(1)) a:before:hover,
body header .header__bottom .block-nav .nav-primary .menu-menu-principal-container ul li:not(:nth-child(1)) a:before:focus {
  pointer-events: none;
}
body header .header__bottom .block-nav .nav-primary .menu-menu-principal-container ul li.current-menu-item a:before {
  bottom: 0px;
  opacity: 1;
}
body header .header__bottom .block-nav .nav-primary .menu-menu-principal-container ul li:hover a {
  color: #b1cb06;
}
body header .header__bottom .block-nav .nav-primary .menu-menu-principal-container ul li:hover a:before {
  opacity: 1;
  bottom: 0px;
}
body header .header__bottom .block-nav .nav-icon {
  position: relative;
  display: none;
  cursor: pointer;
  height: 40px;
  width: 40px;
  border-radius: 20px;
  border: 2px solid #b1cb06;
  transition: all .3s ease;
}
body header .header__bottom .block-nav .nav-icon span {
  display: block;
  top: 17px;
  width: 18px;
  height: 2px;
  background-color: #b1cb06;
  position: relative;
  margin: 0 auto;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 500ms;
  -moz-animation-delay: 500ms;
  -ms-animation-delay: 500ms;
  -o-animation-delay: 500ms;
  animation-delay: 500ms;
  border-radius: 5px;
  transition: all .3s ease;
}
body header .header__bottom .block-nav .nav-icon span:after,
body header .header__bottom .block-nav .nav-icon span:before {
  display: block;
  border-radius: 5px;
  content: '';
  position: absolute;
  width: 18px;
  height: 2px;
  background-color: #b1cb06;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 500ms;
  -moz-animation-delay: 500ms;
  -ms-animation-delay: 500ms;
  -o-animation-delay: 500ms;
  animation-delay: 500ms;
  transition: all .3s ease;
}
body header .header__bottom .block-nav .nav-icon span:before {
  margin-top: -6px;
}
body header .header__bottom .block-nav .nav-icon span:after {
  margin-top: 6px;
}
body header .header__bottom .block-nav .nav-icon:hover {
  border: 2px solid #009de1;
}
body header .header__bottom .block-nav .nav-icon:hover span {
  background-color: #009de1;
}
body header .header__bottom .block-nav .nav-icon:hover span:after,
body header .header__bottom .block-nav .nav-icon:hover span:before {
  background-color: #009de1;
}
body header .header__bottom .block-nav .nav-icon.active span {
  background-color: rgba(255,255,255,0);
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}
body header .header__bottom .block-nav .nav-icon.active span:before,
body header .header__bottom .block-nav .nav-icon.active span:after {
  margin-top: 0px;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}
body header .header__bottom .block-nav .nav-icon.active span:before {
  transform: rotate(45deg);
}
body header .header__bottom .block-nav .nav-icon.active span:after {
  transform: rotate(-45deg);
}
body header .header__bottom .block-nav .list-btn {
  margin-left: 30px;
}
body header .header__bottom .block-nav .list-btn .btn--contact {
  border-radius: 5px;
  border: 2px solid #009de1;
  background: #009de1;
  text-transform: uppercase;
  color: #fff;
  padding: 15px 30px;
  letter-spacing: 3px;
}
body header .header__bottom .block-nav .list-btn .btn--contact:hover {
  color: #009de1;
  background: transparent;
}
body header .header__bottom .block-nav .list-btn .btn--depannage {
  margin-left: 10px;
  border-radius: 5px;
  border: 2px solid #efb416;
  background: #efb416;
  text-transform: uppercase;
  color: #fff;
  padding: 15px 30px;
  letter-spacing: 3px;
}
body header .header__bottom .block-nav .list-btn .btn--depannage:hover {
  color: #efb416;
  background: transparent;
}
body main .block-equipe {
  position: relative;
  background: #0f0f0f url('../img/bg-equipe.webp') no-repeat top right;
  background-size: cover;
  padding: 70px 0;
}
body main .block-equipe h2 {
  color: #fff;
  font-size: 50px;
  margin-bottom: 20px;
  font-weight: 600;
}
body main .block-equipe .contenu {
  color: #fff;
  max-width: 630px;
  margin-bottom: 30px;
}
body footer .footer__top {
  background: #0f0f0f url('../img/bg-footer-2.webp') no-repeat top right;
  background-size: contain;
  padding: 70px 0;
}
body footer .footer__top .logo img {
  width: 240px;
  display: block;
  margin-bottom: 20px;
}
body footer .footer__top .text-footer {
  text-align: justify;
}
body footer .footer__top .contenu {
  color: #acafb5;
  margin-bottom: 30px;
}
body footer .footer__top .block-linkedin {
  display: flex;
  align-items: center;
}
body footer .footer__top .block-linkedin .lien-linkedin {
  font-size: 50px;
  margin-right: 15px;
  display: block;
  color: #fff;
}
body footer .footer__top .block-linkedin .lien-linkedin .fa-linkedin:before {
  content: "\f08c";
}
body footer .footer__top .block-linkedin .lien-linkedin:hover {
  color: #b1cb06;
}
body footer .footer__top .block-linkedin .text {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
}
body footer .footer__top .block-linkedin .text p {
  margin-bottom: 0;
}
body footer .footer__top .block-linkedin .text strong {
  color: #b1cb06;
}
body footer .footer__top h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 30px;
  letter-spacing: 5px;
  display: flex;
  align-items: center;
}
body footer .footer__top h3 .titre-picto {
  position: relative;
  background: #b1cb06;
  width: 14px;
  height: 3px;
  display: block;
  margin-right: 15px;
}
body footer .footer__top h3 .titre-picto:before {
  content: '';
  background: #b1cb06;
  width: 14px;
  height: 3px;
  display: block;
  position: absolute;
  top: -6px;
  left: -3px;
}
body footer .footer__top h3 .titre-picto:after {
  content: '';
  background: #b1cb06;
  width: 14px;
  height: 3px;
  display: block;
  position: absolute;
  top: 6px;
  left: -3px;
}
body footer .footer__top .tel i {
  transform: rotate(100deg);
}
body footer .footer__top .tel,
body footer .footer__top .email,
body footer .footer__top .localisation {
  display: flex;
  align-items: baseline;
  color: #acafb5;
  margin: 15px 0;
}
body footer .footer__top .tel i,
body footer .footer__top .email i,
body footer .footer__top .localisation i {
  display: block;
  margin-right: 10px;
}
body footer .footer__top .tel:hover,
body footer .footer__top .email:hover,
body footer .footer__top .localisation:hover {
  color: #b1cb06;
}
body footer .footer__top .list-logo img {
  margin-right: 20px;
}
body footer .footer__idcom {
  background: #252121;
  padding: 20px 0;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
body footer .footer__idcom strong {
  color: #009de1;
  font-weight: 400;
}
body footer .footer__idcom a {
  color: #fff;
}
body footer .footer__idcom a:hover {
  color: #009de1;
}
body.page-id-3 .page-container,
body.page-id-6 .page-container {
  padding: 100px 0;
}
body.page-id-3 .page-container .contenu h1,
body.page-id-3 .page-container .contenu h2,
body.page-id-3 .page-container .contenu h3,
body.page-id-3 .page-container .contenu h4,
body.page-id-3 .page-container .contenu h5,
body.page-id-3 .page-container .contenu h6,
body.page-id-6 .page-container .contenu h1,
body.page-id-6 .page-container .contenu h2,
body.page-id-6 .page-container .contenu h3,
body.page-id-6 .page-container .contenu h4,
body.page-id-6 .page-container .contenu h5,
body.page-id-6 .page-container .contenu h6 {
  color: #021c66;
}
body.page-id-5 header {
  position: absolute;
  width: 100%;
}
body.page-id-5 header .header {
  background: linear-gradient(0deg,rgba(255,255,255,0) 0%,rgba(8,25,43,0.70351890756303) 100%);
}
body.page-id-5 .carousel-images {
  position: relative;
  z-index: 5;
  height: 1020px;
  background-color: #0f418c;
}
body.page-id-5 .carousel-images .owl-carousel .item {
  position: relative;
  display: block;
  width: 100%;
  height: 1020px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding: 430px 0 100px;
}
body.page-id-5 .carousel-images .owl-carousel .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #151c2b;
  opacity: .4;
}
body.page-id-5 .carousel-images .owl-carousel .item .container {
  z-index: 1;
  position: relative;
}
body.page-id-5 .carousel-images .owl-carousel .item h1.titre-principal,
body.page-id-5 .carousel-images .owl-carousel .item h2.titre-secondaire {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 80px;
  margin-bottom: 20px;
}
body.page-id-5 .carousel-images .owl-carousel .item h1.titre-principal .sur_titre,
body.page-id-5 .carousel-images .owl-carousel .item h2.titre-secondaire .sur_titre {
  font-weight: 200;
  display: block;
}
body.page-id-5 .carousel-images .owl-carousel .item h1.titre-principal .titre,
body.page-id-5 .carousel-images .owl-carousel .item h2.titre-secondaire .titre {
  display: block;
  font-weight: 600;
}
body.page-id-5 .carousel-images .owl-carousel .item .contenu {
  color: #fff;
  max-width: 780px;
  margin-bottom: 30px;
}
body.page-id-5 .carousel-images .owl-carousel .item .btn--primary {
  margin: 30px 0;
  max-width: 200px;
  display: block;
}
body.page-id-5 .carousel-images .custom-nav {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 6;
}
body.page-id-5 .carousel-images .custom-nav .owl-next,
body.page-id-5 .carousel-images .custom-nav .owl-prev {
  width: 80px;
  height: 80px;
  background: #252121;
  border: none;
  color: #fff;
  font-size: 26px;
  transition: all .3s ease;
  cursor: pointer;
  z-index: 9;
}
body.page-id-5 .carousel-images .custom-nav .owl-next:focus,
body.page-id-5 .carousel-images .custom-nav .owl-prev:focus {
  outline: none;
}
body.page-id-5 .carousel-images .custom-nav .owl-next:hover,
body.page-id-5 .carousel-images .custom-nav .owl-prev:hover {
  background: #b1cb06;
}
body.page-id-5 .carousel-images .custom-nav .owl-prev {
  margin-right: 1px;
}
body.page-id-5 .presentation {
  padding: 80px 0;
}
body.page-id-5 .presentation .block-video .img-container {
  position: relative;
  width: 90%;
  max-width: 510px;
  margin: 40px auto 40px;
}
body.page-id-5 .presentation .block-video .img-container:after {
  content: '';
  width: 100%;
  height: 100%;
  background: #e8e8e8;
  position: absolute;
  left: -20px;
  bottom: -20px;
  z-index: -1;
}
body.page-id-5 .presentation .block-video .img-container .btn--video {
  position: absolute;
  top: 250px;
  right: -40px;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  border: 2px solid #b1cb06;
  background: #b1cb06;
  transition: all .3s ease;
  color: #fff;
  line-height: 80px;
  font-size: 30px;
  padding: 0 28px;
}
body.page-id-5 .presentation .block-video .img-container .btn--video:before {
  content: '';
  width: 120px;
  height: 120px;
  border-radius: 60px;
  border: 2px dashed #b1cb06;
  background: transparent;
  position: absolute;
  left: -23px;
  top: -23px;
}
body.page-id-5 .presentation .block-video .img-container img {
  display: block;
  margin: 0 auto;
  filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: all .3s ease;
}
body.page-id-5 .presentation .block-video:hover .btn--video {
  background: #fff;
  color: #b1cb06;
}
body.page-id-5 .presentation .block-video:hover .img-container img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
body.page-id-5 .presentation .more_video {
  text-align: center;
  display: block;
  text-transform: uppercase;
  margin: 0 auto;
  color: #021c66;
}
body.page-id-5 .presentation .more_video:hover {
  color: #b1cb06;
}
body.page-id-5 .presentation .titre_intro {
  position: relative;
  padding: 0 0 0 50px;
  color: #021c66;
  font-weight: 600;
  margin-bottom: 40px;
  display: block;
}
body.page-id-5 .presentation .titre_intro:before {
  content: '';
  width: 40px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 10px;
  background: #b1cb06;
}
body.page-id-5 .presentation .block-titre {
  line-height: 1.2;
  color: #021c66;
  font-size: 50px;
}
body.page-id-5 .presentation .block-titre .sur_titre {
  font-weight: 200;
  display: block;
}
body.page-id-5 .presentation .block-titre .titre {
  display: block;
  font-weight: 600;
}
body.page-id-5 .presentation .liste_info {
  margin: 30px 0;
}
body.page-id-5 .presentation .liste_info .info {
  display: flex;
  margin: 15px 0;
}
body.page-id-5 .presentation .liste_info .info .icone {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}
body.page-id-5 .presentation .liste_info .info .icone svg path {
  fill: #009de1;
}
body.page-id-5 .presentation .liste_info .info .contenu {
  width: calc(100% - 80px);
  color: #021c66;
}
body.page-id-5 .presentation .list-btn .btn--primary,
body.page-id-5 .presentation .list-btn .btn--secondary {
  padding: 15px 30px;
}
body.page-id-5 .presentation .list-btn .btn--secondary {
  margin-right: 30px;
}
body.page-id-5 .competences {
  padding: 100px 0;
  position: relative;
}
body.page-id-5 .competences:before {
  content: '';
  width: 100%;
  height: 80%;
  background: linear-gradient(0deg,#08182a 0%,#0f428d 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
body.page-id-5 .competences .titre_intro {
  position: relative;
  padding: 0 0 0 50px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
}
body.page-id-5 .competences .titre_intro:before {
  content: '';
  width: 40px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 10px;
  background: #b1cb06;
}
body.page-id-5 .competences .titre {
  line-height: 1.2;
  color: #fff;
  font-size: 44px;
  font-weight: 600;
  display: block;
}
body.page-id-5 .competences .contenu {
  color: #fff;
  margin: 30px 0;
}
body.page-id-5 .competences .list-logo img {
  margin-right: 20px;
}
body.page-id-5 .competences .liste_competences {
  margin-top: 80px;
}
body.page-id-5 .competences .liste_competences .col-id .competence {
  display: block;
  height: 100%;
}
body.page-id-5 .competences .liste_competences .col-id .competence img {
  filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: all .3s ease;
  object-fit: cover;
  width: 100%;
  height: 360px;
}
body.page-id-5 .competences .liste_competences .col-id .competence .block-info {
  padding: 20px 30px;
  text-align: center;
  border-radius: 0 0 20px 20px;
  transition: all .3s ease;
  position: relative;
}
body.page-id-5 .competences .liste_competences .col-id .competence .block-info:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 20px 20px;
  z-index: -1;
}
body.page-id-5 .competences .liste_competences .col-id .competence .block-info h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 3px;
}
body.page-id-5 .competences .liste_competences .col-id .competence .block-info .text-btn {
  color: #fff;
  letter-spacing: 2px;
}
body.page-id-5 .competences .liste_competences .col-id .competence .block-info .text-btn i {
  display: inline-block;
  margin-right: 5px;
}
body.page-id-5 .competences .liste_competences .col-id .competence:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
body.page-id-5 .competences .liste_competences .col-id:nth-child(1) .competence .block-info:before {
  background: linear-gradient(90deg,#ffc424 0%,#feb027 90%);
}
body.page-id-5 .competences .liste_competences .col-id:nth-child(1) .competence:hover .block-info {
  background: #ffc424;
}
body.page-id-5 .competences .liste_competences .col-id:nth-child(2) .competence .block-info:before {
  background: linear-gradient(90deg,#009fe3 0%,#2263ac 90%);
}
body.page-id-5 .competences .liste_competences .col-id:nth-child(2) .competence:hover .block-info {
  background: #009de1;
}
body.page-id-5 .competences .liste_competences .col-id:nth-child(3) .competence .block-info:before {
  background: linear-gradient(90deg,#dcdc00 0%,#8dc11e 90%);
}
body.page-id-5 .competences .liste_competences .col-id:nth-child(3) .competence:hover .block-info {
  background: #b1cb06;
}
body.page-id-5 .secteurs {
  padding: 80px 0 120px;
}
body.page-id-5 .secteurs .stemi {
  width: 80px;
  height: 100px;
  display: block;
  margin: 0 0 30px 80px;
}
body.page-id-5 .secteurs .titre_intro {
  position: relative;
  padding: 0 0 0 50px;
  color: #021c66;
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
}
body.page-id-5 .secteurs .titre_intro:before {
  content: '';
  width: 40px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 10px;
  background: #b1cb06;
}
body.page-id-5 .secteurs .titre {
  line-height: 1.2;
  color: #021c66;
  font-size: 60px;
  font-weight: 600;
  display: block;
}
body.page-id-5 .secteurs .contenu {
  margin: 30px 0 60px;
}
body.page-id-5 .secteurs .btn--primary {
  padding: 15px 30px;
}
body.page-id-5 .chiffres {
  position: relative;
  padding: 160px 0 120px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body.page-id-5 .chiffres:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(2,22,81,0.87);
}
body.page-id-5 .chiffres .liste_chiffres .chiffre .icone {
  width: 50px;
  height: 50px;
  margin: 0 auto 20px;
}
body.page-id-5 .chiffres .liste_chiffres .chiffre .icone svg {
  width: 50px;
  height: 50px;
}
body.page-id-5 .chiffres .liste_chiffres .chiffre .icone svg path {
  fill: #009de1;
}
body.page-id-5 .chiffres .liste_chiffres .chiffre .chiffre_titre {
  display: block;
  font-size: 56px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  line-height: 1.2;
}
body.page-id-5 .chiffres .liste_chiffres .chiffre .description {
  display: block;
  text-align: center;
  color: #fff;
}
body.page-id-5 .actualites {
  padding: 180px 0 80px;
}
body.page-id-5 .actualites .block_titre {
  position: relative;
  margin-bottom: 60px;
}
body.page-id-5 .actualites .block_titre .titre {
  color: #021c66;
  text-align: center;
  font-size: 56px;
}
body.page-id-5 .actualites .block_titre .titre-bg {
  display: block;
  color: #edf2ff;
  font-size: 160px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -100px;
  text-align: center;
  line-height: 1;
  font-weight: 600;
  z-index: -1;
}
body.page-id-5 .actualites .actualite {
  display: block;
  margin-bottom: 40px;
}
body.page-id-5 .actualites .actualite .image-actualite {
  overflow: hidden;
}
body.page-id-5 .actualites .actualite .image-actualite .image {
  width: 100%;
  height: 230px;
  background-size: cover;
  background-position: 50% 50%;
  transition: all .3s ease;
}
body.page-id-5 .actualites .actualite .block-contenu {
  background: #fff;
  box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -1px rgba(0,0,0,0.06);
  padding: 20px 20px 30px;
  position: relative;
  transition: all .3s ease;
  min-height: 200px;
}
body.page-id-5 .actualites .actualite .block-contenu .titre {
  color: #021c66;
  font-size: 20px;
  transition: all .3s ease;
}
body.page-id-5 .actualites .actualite .block-contenu .contenu {
  color: #595a60;
}
body.page-id-5 .actualites .actualite .block-contenu .lire-plus {
  position: absolute;
  bottom: -20px;
  display: inline-block;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 100px;
  border: 2px solid #b1cb06;
  background: #b1cb06;
  text-align: center;
  color: #0f0f0f;
  padding: 5px 10px;
  transition: all .3s ease;
}
body.page-id-5 .actualites .actualite:hover .block-contenu {
  box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -2px rgba(0,0,0,0.05);
}
body.page-id-5 .actualites .actualite:hover .block-contenu .titre {
  color: #b1cb06;
}
body.page-id-5 .actualites .actualite:hover .block-contenu .lire-plus {
  background: #fff;
  color: #b1cb06;
}
body.page-id-5 .actualites .lien_actu {
  display: block;
  width: 280px;
  margin: 0 auto;
  letter-spacing: 3px;
  text-align: center;
  margin-top: 40px;
  color: #021c66;
  text-transform: uppercase;
}
body.page-id-5 .actualites .lien_actu:hover {
  color: #b1cb06;
}
body.page-id-5 .block_clients {
  padding: 100px 0 80px;
}
body.page-id-5 .block_clients .container {
  position: relative;
}
body.page-id-5 .block_clients .block_titre {
  position: relative;
  margin-bottom: 60px;
}
body.page-id-5 .block_clients .block_titre .titre {
  color: #021c66;
  text-align: center;
  font-size: 56px;
}
body.page-id-5 .block_clients .block_titre .titre-bg {
  display: block;
  color: #edf2ff;
  font-size: 160px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -70px;
  text-align: center;
  line-height: 1;
  font-weight: 600;
  z-index: -1;
}
body.page-id-5 .block_clients .client-container {
  display: flex;
  height: 110px;
  align-items: center;
}
body.page-id-5 .block_clients .client-container img {
  display: block;
  margin: 0 auto;
  width: auto;
  filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: all .3s ease;
}
body.page-id-5 .block_clients .client-container:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
body.page-id-5 .block_clients .custom-client-nav {
  display: block;
  width: 100%;
}
body.page-id-5 .block_clients .custom-client-nav .owl-next,
body.page-id-5 .block_clients .custom-client-nav .owl-prev {
  width: 30px;
  height: 40px;
  position: absolute;
  background: transparent;
  bottom: 40px;
  border: none;
  color: #0f0f0f;
  font-size: 26px;
  transition: all .3s ease;
  cursor: pointer;
  z-index: 9;
}
body.page-id-5 .block_clients .custom-client-nav .owl-next:focus,
body.page-id-5 .block_clients .custom-client-nav .owl-prev:focus {
  outline: none;
}
body.page-id-5 .block_clients .custom-client-nav .owl-next:hover,
body.page-id-5 .block_clients .custom-client-nav .owl-prev:hover {
  color: #b1cb06;
}
body.page-id-5 .block_clients .custom-client-nav .owl-prev {
  left: 0;
}
body.page-id-5 .block_clients .custom-client-nav .owl-next {
  right: 0;
}
body.page-id-14 .image_entete,
body.page-id-25 .image_entete,
body.page-id-27 .image_entete,
body.page-id-29 .image_entete,
body.page-id-31 .image_entete,
body.page-id-374 .image_entete,
body.archive .image_entete {
  width: 100%;
  height: 480px;
  background-size: cover;
  background-position: 50% 50%;
  display: flex;
  align-items: center;
  position: relative;
}
body.page-id-14 .image_entete:before,
body.page-id-25 .image_entete:before,
body.page-id-27 .image_entete:before,
body.page-id-29 .image_entete:before,
body.page-id-31 .image_entete:before,
body.page-id-374 .image_entete:before,
body.archive .image_entete:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #151c2b;
  opacity: .4;
}
body.page-id-14 .image_entete .block-titre,
body.page-id-25 .image_entete .block-titre,
body.page-id-27 .image_entete .block-titre,
body.page-id-29 .image_entete .block-titre,
body.page-id-31 .image_entete .block-titre,
body.page-id-374 .image_entete .block-titre,
body.archive .image_entete .block-titre {
  color: #fff;
}
body.page-id-14 .image_entete .block-titre .sur_titre,
body.page-id-25 .image_entete .block-titre .sur_titre,
body.page-id-27 .image_entete .block-titre .sur_titre,
body.page-id-29 .image_entete .block-titre .sur_titre,
body.page-id-31 .image_entete .block-titre .sur_titre,
body.page-id-374 .image_entete .block-titre .sur_titre,
body.archive .image_entete .block-titre .sur_titre {
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 3px;
}
body.page-id-14 .image_entete .block-titre .titre,
body.page-id-25 .image_entete .block-titre .titre,
body.page-id-27 .image_entete .block-titre .titre,
body.page-id-29 .image_entete .block-titre .titre,
body.page-id-31 .image_entete .block-titre .titre,
body.page-id-374 .image_entete .block-titre .titre,
body.archive .image_entete .block-titre .titre {
  position: relative;
  font-size: 48px;
}
body.page-id-14 .image_entete .block-titre .titre:before,
body.page-id-25 .image_entete .block-titre .titre:before,
body.page-id-27 .image_entete .block-titre .titre:before,
body.page-id-29 .image_entete .block-titre .titre:before,
body.page-id-31 .image_entete .block-titre .titre:before,
body.page-id-374 .image_entete .block-titre .titre:before,
body.archive .image_entete .block-titre .titre:before {
  content: '';
  width: 115px;
  height: 6px;
  border-radius: 3px;
  background: #b1cb06;
  position: absolute;
  left: -130px;
  top: 24px;
}
body.page-id-14 .image_entete .stemi,
body.page-id-25 .image_entete .stemi,
body.page-id-27 .image_entete .stemi,
body.page-id-29 .image_entete .stemi,
body.page-id-31 .image_entete .stemi,
body.page-id-374 .image_entete .stemi,
body.archive .image_entete .stemi {
  width: 80px;
  height: 100px;
  display: block;
  margin: 0 auto 30px;
  position: absolute;
  bottom: -80px;
  right: 0;
  left: 0;
}
body.page-id-14 .block-contact,
body.page-id-374 .block-contact,
body.page-id-29 .block-contact {
  padding: 120px 0 100px;
  border-right: 20px solid #f8f8f8;
  border-left: 20px solid #f8f8f8;
  border-bottom: 20px solid #f8f8f8;
}
body.page-id-14 .block-contact .sur_titre,
body.page-id-374 .block-contact .sur_titre,
body.page-id-29 .block-contact .sur_titre {
  text-align: center;
  color: #b1cb06;
  display: block;
}
body.page-id-14 .block-contact .contenu,
body.page-id-374 .block-contact .contenu,
body.page-id-29 .block-contact .contenu {
  text-align: center;
  color: #0f0f0f;
}
body.page-id-14 .block-contact .contenu h2,
body.page-id-374 .block-contact .contenu h2,
body.page-id-29 .block-contact .contenu h2 {
  font-weight: 600;
}
body.page-id-14 .block-contact .contenu strong,
body.page-id-374 .block-contact .contenu strong,
body.page-id-29 .block-contact .contenu strong {
  color: #e72707;
}
body.page-id-14 .block-contact .tel i,
body.page-id-374 .block-contact .tel i,
body.page-id-29 .block-contact .tel i {
  transform: rotate(100deg);
}
body.page-id-14 .block-contact .tel,
body.page-id-14 .block-contact .email,
body.page-id-14 .block-contact .localisation,
body.page-id-374 .block-contact .tel,
body.page-id-374 .block-contact .email,
body.page-id-374 .block-contact .localisation,
body.page-id-29 .block-contact .tel,
body.page-id-29 .block-contact .email,
body.page-id-29 .block-contact .localisation {
  display: block;
  color: #0f0f0f;
  margin: 15px 0;
  display: flex;
  align-items: baseline;
}
body.page-id-14 .block-contact .tel i,
body.page-id-14 .block-contact .email i,
body.page-id-14 .block-contact .localisation i,
body.page-id-374 .block-contact .tel i,
body.page-id-374 .block-contact .email i,
body.page-id-374 .block-contact .localisation i,
body.page-id-29 .block-contact .tel i,
body.page-id-29 .block-contact .email i,
body.page-id-29 .block-contact .localisation i {
  display: inline-block;
  margin-right: 8px;
  color: #b1cb06;
}
body.page-id-14 .block-contact .block-linkedin,
body.page-id-374 .block-contact .block-linkedin,
body.page-id-29 .block-contact .block-linkedin {
  display: flex;
  align-items: center;
}
body.page-id-14 .block-contact .block-linkedin .lien-linkedin,
body.page-id-374 .block-contact .block-linkedin .lien-linkedin,
body.page-id-29 .block-contact .block-linkedin .lien-linkedin {
  font-size: 50px;
  margin-right: 15px;
  display: block;
  color: #0f418c;
}
body.page-id-14 .block-contact .block-linkedin .lien-linkedin .fa-linkedin:before,
body.page-id-374 .block-contact .block-linkedin .lien-linkedin .fa-linkedin:before,
body.page-id-29 .block-contact .block-linkedin .lien-linkedin .fa-linkedin:before {
  content: "\f08c";
}
body.page-id-14 .block-contact .block-linkedin .lien-linkedin:hover,
body.page-id-374 .block-contact .block-linkedin .lien-linkedin:hover,
body.page-id-29 .block-contact .block-linkedin .lien-linkedin:hover {
  color: #b1cb06;
}
body.page-id-14 .block-contact .block-linkedin .text,
body.page-id-374 .block-contact .block-linkedin .text,
body.page-id-29 .block-contact .block-linkedin .text {
  color: #0f0f0f;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
}
body.page-id-14 .block-contact .block-linkedin .text p,
body.page-id-374 .block-contact .block-linkedin .text p,
body.page-id-29 .block-contact .block-linkedin .text p {
  margin-bottom: 0;
}
body.page-id-14 .block-form .form-contact,
body.page-id-374 .block-form .form-contact,
body.page-id-29 .block-form .form-contact {
  padding: 60px 0 100px;
}
body.page-id-14 .block-form .form-contact .nf-form-title h3,
body.page-id-374 .block-form .form-contact .nf-form-title h3,
body.page-id-29 .block-form .form-contact .nf-form-title h3 {
  color: #021c66;
  font-size: 36px;
}
body.page-id-14 .block-form .form-contact .nf-cell,
body.page-id-374 .block-form .form-contact .nf-cell,
body.page-id-29 .block-form .form-contact .nf-cell {
  padding: 0 15px;
}
body.page-id-14 .block-form .form-contact .nf-field-label,
body.page-id-374 .block-form .form-contact .nf-field-label,
body.page-id-29 .block-form .form-contact .nf-field-label {
  display: none;
}
body.page-id-14 .block-form .form-contact .nf-form-fields-required,
body.page-id-374 .block-form .form-contact .nf-form-fields-required,
body.page-id-29 .block-form .form-contact .nf-form-fields-required {
  display: none;
}
body.page-id-14 .block-form .form-contact .nf-before-form-content,
body.page-id-374 .block-form .form-contact .nf-before-form-content,
body.page-id-29 .block-form .form-contact .nf-before-form-content {
  margin-bottom: 20px;
}
body.page-id-14 .block-form .form-contact .nf-error-msg,
body.page-id-374 .block-form .form-contact .nf-error-msg,
body.page-id-29 .block-form .form-contact .nf-error-msg {
  text-align: center;
  color: #fff;
}
body.page-id-14 .block-form .form-contact .nf-field-container,
body.page-id-374 .block-form .form-contact .nf-field-container,
body.page-id-29 .block-form .form-contact .nf-field-container {
  margin-bottom: 10px;
}
body.page-id-14 .block-form .form-contact .nf-form-content,
body.page-id-374 .block-form .form-contact .nf-form-content,
body.page-id-29 .block-form .form-contact .nf-form-content {
  font-family: 'Arial';
}
body.page-id-14 .block-form .form-contact .nf-form-content .nf-error .nf-error-msg,
body.page-id-374 .block-form .form-contact .nf-form-content .nf-error .nf-error-msg,
body.page-id-29 .block-form .form-contact .nf-form-content .nf-error .nf-error-msg {
  color: #021c66;
}
body.page-id-14 .block-form .form-contact .nf-form-content .nf-error .nf-field-element input[type="text"],
body.page-id-14 .block-form .form-contact .nf-form-content .nf-error .nf-field-element input[type="tel"],
body.page-id-14 .block-form .form-contact .nf-form-content .nf-error .nf-field-element input[type="email"],
body.page-id-14 .block-form .form-contact .nf-form-content .nf-error .nf-field-element input[type="number"],
body.page-id-374 .block-form .form-contact .nf-form-content .nf-error .nf-field-element input[type="text"],
body.page-id-374 .block-form .form-contact .nf-form-content .nf-error .nf-field-element input[type="tel"],
body.page-id-374 .block-form .form-contact .nf-form-content .nf-error .nf-field-element input[type="email"],
body.page-id-374 .block-form .form-contact .nf-form-content .nf-error .nf-field-element input[type="number"],
body.page-id-29 .block-form .form-contact .nf-form-content .nf-error .nf-field-element input[type="text"],
body.page-id-29 .block-form .form-contact .nf-form-content .nf-error .nf-field-element input[type="tel"],
body.page-id-29 .block-form .form-contact .nf-form-content .nf-error .nf-field-element input[type="email"],
body.page-id-29 .block-form .form-contact .nf-form-content .nf-error .nf-field-element input[type="number"] {
  border-left: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #e72707;
}
body.page-id-14 .block-form .form-contact .nf-form-content input[type="text"],
body.page-id-14 .block-form .form-contact .nf-form-content input[type="tel"],
body.page-id-14 .block-form .form-contact .nf-form-content input[type="email"],
body.page-id-14 .block-form .form-contact .nf-form-content input[type="number"],
body.page-id-374 .block-form .form-contact .nf-form-content input[type="text"],
body.page-id-374 .block-form .form-contact .nf-form-content input[type="tel"],
body.page-id-374 .block-form .form-contact .nf-form-content input[type="email"],
body.page-id-374 .block-form .form-contact .nf-form-content input[type="number"],
body.page-id-29 .block-form .form-contact .nf-form-content input[type="text"],
body.page-id-29 .block-form .form-contact .nf-form-content input[type="tel"],
body.page-id-29 .block-form .form-contact .nf-form-content input[type="email"],
body.page-id-29 .block-form .form-contact .nf-form-content input[type="number"] {
  min-height: 30px;
  padding: 10px 20px;
  border: none;
  background: #f8f8f8;
  color: #021c66;
  font-weight: 400;
  margin-bottom: 10px;
  display: block;
}
body.page-id-14 .block-form .form-contact .nf-form-content input[type="text"]:focus,
body.page-id-14 .block-form .form-contact .nf-form-content input[type="tel"]:focus,
body.page-id-14 .block-form .form-contact .nf-form-content input[type="email"]:focus,
body.page-id-14 .block-form .form-contact .nf-form-content input[type="number"]:focus,
body.page-id-374 .block-form .form-contact .nf-form-content input[type="text"]:focus,
body.page-id-374 .block-form .form-contact .nf-form-content input[type="tel"]:focus,
body.page-id-374 .block-form .form-contact .nf-form-content input[type="email"]:focus,
body.page-id-374 .block-form .form-contact .nf-form-content input[type="number"]:focus,
body.page-id-29 .block-form .form-contact .nf-form-content input[type="text"]:focus,
body.page-id-29 .block-form .form-contact .nf-form-content input[type="tel"]:focus,
body.page-id-29 .block-form .form-contact .nf-form-content input[type="email"]:focus,
body.page-id-29 .block-form .form-contact .nf-form-content input[type="number"]:focus {
  outline: none;
}
body.page-id-14 .block-form .form-contact .nf-form-content label,
body.page-id-374 .block-form .form-contact .nf-form-content label,
body.page-id-29 .block-form .form-contact .nf-form-content label {
  font-size: 12px;
  font-style: italic;
  color: #021c66;
}
body.page-id-14 .block-form .form-contact .nf-form-content input[type="text"]::placeholder,
body.page-id-14 .block-form .form-contact .nf-form-content input[type="tel"]::placeholder,
body.page-id-14 .block-form .form-contact .nf-form-content input[type="email"]::placeholder,
body.page-id-14 .block-form .form-contact .nf-form-content input[type="number"]::placeholder,
body.page-id-374 .block-form .form-contact .nf-form-content input[type="text"]::placeholder,
body.page-id-374 .block-form .form-contact .nf-form-content input[type="tel"]::placeholder,
body.page-id-374 .block-form .form-contact .nf-form-content input[type="email"]::placeholder,
body.page-id-374 .block-form .form-contact .nf-form-content input[type="number"]::placeholder,
body.page-id-29 .block-form .form-contact .nf-form-content input[type="text"]::placeholder,
body.page-id-29 .block-form .form-contact .nf-form-content input[type="tel"]::placeholder,
body.page-id-29 .block-form .form-contact .nf-form-content input[type="email"]::placeholder,
body.page-id-29 .block-form .form-contact .nf-form-content input[type="number"]::placeholder {
  color: #021c66;
  font-weight: 400;
  cursor: pointer;
  border-right: none;
  border-left: none;
  border-top: none;
  text-transform: uppercase;
  letter-spacing: 2px;
}
body.page-id-14 .block-form .form-contact .nf-form-content .field-wrap.submit-wrap input[type="button"],
body.page-id-374 .block-form .form-contact .nf-form-content .field-wrap.submit-wrap input[type="button"],
body.page-id-29 .block-form .form-contact .nf-form-content .field-wrap.submit-wrap input[type="button"] {
  text-align: center;
  background: #b1cb06;
  border: 1px solid #b1cb06;
  text-transform: uppercase;
  color: #021c66;
  padding: 0 20px;
  cursor: pointer;
  width: 250px;
  display: block;
  height: 40px;
  transition: all .3s ease;
  font-weight: 700;
  z-index: 10;
  font-size: 14px;
  letter-spacing: 2px;
}
body.page-id-14 .block-form .form-contact .nf-form-content .field-wrap.submit-wrap input[type="button"]:hover,
body.page-id-374 .block-form .form-contact .nf-form-content .field-wrap.submit-wrap input[type="button"]:hover,
body.page-id-29 .block-form .form-contact .nf-form-content .field-wrap.submit-wrap input[type="button"]:hover {
  background: transparent;
  color: #b1cb06;
}
body.page-id-14 .block-form .form-contact .nf-form-content .field-wrap.submit-wrap input[type="button"]:focus,
body.page-id-374 .block-form .form-contact .nf-form-content .field-wrap.submit-wrap input[type="button"]:focus,
body.page-id-29 .block-form .form-contact .nf-form-content .field-wrap.submit-wrap input[type="button"]:focus {
  outline: none;
}
body.page-id-14 .block-form .form-contact .nf-form-content .field-wrap textarea,
body.page-id-374 .block-form .form-contact .nf-form-content .field-wrap textarea,
body.page-id-29 .block-form .form-contact .nf-form-content .field-wrap textarea {
  background: #f8f8f8;
  padding: 10px 20px;
  border: none;
  height: 150px;
  font-weight: 400;
  color: #021c66;
}
body.page-id-14 .block-form .form-contact .nf-form-content .field-wrap textarea::placeholder,
body.page-id-374 .block-form .form-contact .nf-form-content .field-wrap textarea::placeholder,
body.page-id-29 .block-form .form-contact .nf-form-content .field-wrap textarea::placeholder {
  color: #021c66;
  letter-spacing: 2px;
  text-transform: uppercase;
}
body.page-id-14 .block-form .form-contact .nf-form-content .field-wrap textarea:focus,
body.page-id-374 .block-form .form-contact .nf-form-content .field-wrap textarea:focus,
body.page-id-29 .block-form .form-contact .nf-form-content .field-wrap textarea:focus {
  outline: none;
}
body.page-id-14 .block-form .form-contact .nf-form-content .list-multiselect-wrap,
body.page-id-374 .block-form .form-contact .nf-form-content .list-multiselect-wrap,
body.page-id-29 .block-form .form-contact .nf-form-content .list-multiselect-wrap {
  background: transparent;
  border: 2px solid #021c66;
  padding: 20px;
}
body.page-id-14 .block-form .form-contact .nf-form-content .list-multiselect-wrap select,
body.page-id-374 .block-form .form-contact .nf-form-content .list-multiselect-wrap select,
body.page-id-29 .block-form .form-contact .nf-form-content .list-multiselect-wrap select {
  border: none;
  overflow: hidden;
  height: 40px;
}
body.page-id-14 .block-form .form-contact .nf-form-content .list-multiselect-wrap select option,
body.page-id-374 .block-form .form-contact .nf-form-content .list-multiselect-wrap select option,
body.page-id-29 .block-form .form-contact .nf-form-content .list-multiselect-wrap select option {
  text-transform: uppercase;
  color: #000;
}
body.page-id-14 .block-form .form-contact .nf-form-content .list-multiselect-wrap select:focus,
body.page-id-374 .block-form .form-contact .nf-form-content .list-multiselect-wrap select:focus,
body.page-id-29 .block-form .form-contact .nf-form-content .list-multiselect-wrap select:focus {
  outline: none;
}
body.page-id-374 .block-contact {
  border: 0;
  background-color: rgba(0,0,0,0.01);
  padding-bottom: 3rem;
}
body.page-id-374 .block-contact .row >div .sur_titre {
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  color: #0f0f0f;
  text-align: left;
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}
body.page-id-374 .block-contact .row >div .sur_titre:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 120px;
  height: 1px;
  background-color: #0f0f0f;
}
body.page-id-374 .block-contact .row >div .contenu ul li {
  text-align: left;
}
body.page-id-374 .block-contact .row >div:nth-child(1) .sur_titre:before {
  background-color: #b1cb06;
}
body.page-id-374 .block-contact .row >div:nth-child(2) .sur_titre:before {
  background-color: #009de1;
}
body.page-id-374 .block-contact .row >div:nth-child(2) .contenu ul li:before {
  color: #009de1;
}
body.page-id-374 #types-interventions {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
body.page-id-374 #types-interventions .titre {
  position: relative;
  text-align: center;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
body.page-id-374 #types-interventions .titre:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 120px;
  height: 1px;
  background-color: rgba(0,0,0,0.15);
}
body.page-id-374 #types-interventions .description {
  text-align: center;
  margin-bottom: 3rem;
}
body.page-id-374 #infos-intervention {
  background-color: #0f418c;
  padding-top: 4rem;
  padding-bottom: 4rem;
  color: #fff;
}
body.page-id-374 #infos-intervention .info {
  text-align: center;
}
body.page-id-374 #infos-intervention .info img {
  margin-bottom: 1rem;
}
body.page-id-374 #infos-intervention .info h4 {
  margin-bottom: 1rem;
  font-size: 1.1rem;
}
body.page-id-374 .form-contact h2 {
  text-transform: uppercase;
  font-size: 1.5rem;
  position: relative;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
}
body.page-id-374 .form-contact h2:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 120px;
  height: 1px;
  background-color: rgba(0,0,0,0.15);
}
body.page-id-21 .presentation {
  padding: 180px 0 120px;
}
body.page-id-21 .presentation .img-container {
  position: relative;
  display: block;
  max-width: 480px;
  margin: 0 auto;
}
body.page-id-21 .presentation .img-container img {
  display: block;
  margin: 0 auto;
}
body.page-id-21 .presentation .img-container .layer {
  position: absolute;
  background: url('../img/bg-triangle.png') bottom right no-repeat;
  width: 100%;
  height: 375px;
  right: -30px;
  bottom: -30px;
  z-index: 2;
  background-size: contain;
}
body.page-id-21 .presentation .img-container .layer .text {
  color: #fff;
  text-align: right;
  line-height: 1;
  position: absolute;
  bottom: 60px;
  right: 60px;
}
body.page-id-21 .presentation .img-container .layer .text .depuis,
body.page-id-21 .presentation .img-container .layer .text .date {
  display: block;
}
body.page-id-21 .presentation .img-container .layer .text .depuis {
  font-size: 30px;
}
body.page-id-21 .presentation .img-container .layer .text .date {
  font-size: 54px;
}
body.page-id-21 .presentation .titre_intro {
  position: relative;
  padding: 0 0 0 50px;
  color: #021c66;
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
  line-height: 1;
}
body.page-id-21 .presentation .titre_intro:before {
  content: '';
  width: 40px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 10px;
  background: #b1cb06;
}
body.page-id-21 .presentation .contenu {
  color: #021c66;
}
body.page-id-21 .presentation .contenu h1 {
  font-weight: 600;
  font-size: 54px;
  margin-bottom: 40px;
}
body.page-id-21 .presentation .block-logo {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
body.page-id-21 .presentation .block-logo img {
  margin-bottom: 20px;
}
body.page-id-21 .chiffre_et_video {
  position: relative;
}
body.page-id-21 .chiffre_et_video:after {
  content: '';
  background: url('../img/bg-chiffre.jpg') no-repeat center center;
  display: block;
  width: 100%;
  height: 80%;
  position: absolute;
  left: 0;
  top: 30px;
  z-index: -1;
}
body.page-id-21 .chiffre_et_video .liste_chiffre {
  align-items: center;
  height: 100%;
}
body.page-id-21 .chiffre_et_video .liste_chiffre .chiffre .icone {
  width: 50px;
  height: 50px;
  margin: 0 auto 20px;
}
body.page-id-21 .chiffre_et_video .liste_chiffre .chiffre .icone svg {
  width: 50px;
  height: 50px;
}
body.page-id-21 .chiffre_et_video .liste_chiffre .chiffre .icone svg path {
  fill: #009de1;
}
body.page-id-21 .chiffre_et_video .liste_chiffre .chiffre .chiffre_titre {
  display: block;
  font-size: 44px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  line-height: 1.2;
}
body.page-id-21 .chiffre_et_video .liste_chiffre .chiffre .description {
  display: block;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}
body.page-id-21 .chiffre_et_video .video {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
body.page-id-21 .chiffre_et_video .video iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
body.page-id-21 .block_rse {
  padding: 130px 0 40px;
}
body.page-id-21 .block_rse .titre {
  line-height: 1.2;
  color: #021c66;
  font-size: 44px;
  font-weight: 600;
  display: block;
  margin-bottom: 30px;
}
body.page-id-21 .block_rse .contenu {
  color: #021c66;
}
body.page-id-21 .block_rse .contenu-rse {
  color: #8e9eaf;
  font-weight: 600;
}
body.page-id-21 .block_rse .contenu-rse h3 {
  color: #021c66;
}
body.page-id-21 .block_rse .block-info {
  text-align: center;
  border: 5px solid #edf2ff;
  padding: 30px;
  margin: 30px 0 0;
}
body.page-id-21 .liste_images .bg-img {
  width: 100%;
  height: 310px;
  background-size: cover;
  background-position: 50% 50%;
}
body.page-id-21 .texte_et_video {
  position: relative;
  padding: 100px 0 80px;
}
body.page-id-21 .texte_et_video:after {
  content: '';
  background: #f8f8f8;
  display: block;
  width: 100%;
  height: 80%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
body.page-id-21 .texte_et_video .titre_intro {
  position: relative;
  padding: 0 0 0 50px;
  color: #021c66;
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
}
body.page-id-21 .texte_et_video .titre_intro:before {
  content: '';
  width: 40px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 10px;
  background: #b1cb06;
}
body.page-id-21 .texte_et_video .contenu {
  color: #021c66;
  margin-bottom: 30px;
}
body.page-id-21 .texte_et_video .contenu h2 {
  font-weight: 600;
  font-size: 54px;
  margin-bottom: 40px;
}
body.page-id-21 .texte_et_video .btn--primary {
  margin-bottom: 40px;
}
body.page-id-21 .texte_et_video .video {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
body.page-id-21 .texte_et_video .video iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
body.page-id-21 .partenaires {
  padding: 100px 0 80px;
}
body.page-id-21 .partenaires .container {
  position: relative;
}
body.page-id-21 .partenaires .block_titre {
  position: relative;
  margin-bottom: 100px;
}
body.page-id-21 .partenaires .block_titre .titre {
  color: #021c66;
  text-align: center;
  font-size: 56px;
}
body.page-id-21 .partenaires .block_titre .titre-bg {
  display: block;
  color: #edf2ff;
  font-size: 160px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -70px;
  text-align: center;
  line-height: 1;
  font-weight: 600;
  z-index: -1;
}
body.page-id-21 .partenaires .partenaire-container {
  display: flex;
  height: 150px;
  align-items: center;
}
body.page-id-21 .partenaires .partenaire-container img {
  display: block;
  margin: 0 auto;
  width: auto;
  filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: all .3s ease;
}
body.page-id-21 .partenaires .partenaire-container:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
body.page-id-21 .partenaires .custom-partenaire-nav {
  display: block;
  width: 100%;
}
body.page-id-21 .partenaires .custom-partenaire-nav .owl-next,
body.page-id-21 .partenaires .custom-partenaire-nav .owl-prev {
  width: 30px;
  height: 40px;
  position: absolute;
  background: transparent;
  bottom: 55px;
  border: none;
  color: #0f0f0f;
  font-size: 26px;
  transition: all .3s ease;
  cursor: pointer;
  z-index: 9;
}
body.page-id-21 .partenaires .custom-partenaire-nav .owl-next:focus,
body.page-id-21 .partenaires .custom-partenaire-nav .owl-prev:focus {
  outline: none;
}
body.page-id-21 .partenaires .custom-partenaire-nav .owl-next:hover,
body.page-id-21 .partenaires .custom-partenaire-nav .owl-prev:hover {
  color: #b1cb06;
}
body.page-id-21 .partenaires .custom-partenaire-nav .owl-prev {
  left: 0;
}
body.page-id-21 .partenaires .custom-partenaire-nav .owl-next {
  right: 0;
}
body.page-id-23 .liste_competences {
  padding: 120px 0 100px;
  overflow: hidden;
}
body.page-id-23 .liste_competences .titre-principal {
  color: #acafb5;
  text-transform: uppercase;
  font-size: 24px;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 60px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 3px;
}
body.page-id-23 .liste_competences .titre-principal:after {
  content: '';
  width: 60px;
  height: 2px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: #b1cb06;
}
body.page-id-23 .liste_competences .competence {
  position: relative;
  padding: 50px 0;
}
body.page-id-23 .liste_competences .competence:before {
  content: '';
  width: 35%;
  height: 160px;
  display: block;
  position: absolute;
  top: 260px;
}
body.page-id-23 .liste_competences .competence-0:before {
  left: 0;
  background: linear-gradient(90deg,#ffc424 0%,#feb027 90%);
}
body.page-id-23 .liste_competences .competence-1:before {
  right: 0;
  background: linear-gradient(90deg,#009fe3 0%,#2263ac 90%);
}
body.page-id-23 .liste_competences .competence-1:after {
  content: '';
  background: #f8f8f8;
  display: block;
  width: 100%;
  height: calc(100% - 80px);
  position: absolute;
  left: 0;
  top: 80px;
  z-index: -1;
}
body.page-id-23 .liste_competences .competence-2:before {
  left: 0;
  background: linear-gradient(90deg,#dcdc00 0%,#8dc11e 90%);
}
body.page-id-23 .liste_competences .ecoexpert {
  display: block;
  margin: 40px auto 30px;
  max-width: 100%;
  height: auto;
}
body.page-id-23 .liste_competences .custom-nav {
  display: block;
  position: absolute;
  top: 270px;
}
body.page-id-23 .liste_competences .custom-nav .owl-next,
body.page-id-23 .liste_competences .custom-nav .owl-prev {
  border: none;
  color: #fff;
  font-size: 26px;
  transition: all .3s ease;
  cursor: pointer;
  z-index: 9;
  background: transparent;
}
body.page-id-23 .liste_competences .custom-nav .owl-next:focus,
body.page-id-23 .liste_competences .custom-nav .owl-prev:focus {
  outline: none;
}
body.page-id-23 .liste_competences .custom-nav .owl-next:hover,
body.page-id-23 .liste_competences .custom-nav .owl-prev:hover {
  color: #0f0f0f;
}
body.page-id-23 .liste_competences .custom-nav .owl-prev {
  left: 0;
  position: relative;
}
body.page-id-23 .liste_competences .custom-nav .owl-prev:before {
  content: '';
  width: 2px;
  height: 30px;
  background: #fff;
  position: absolute;
  right: -1px;
  top: 5px;
}
body.page-id-23 .liste_competences .custom-nav .owl-next {
  right: 0;
}
body.page-id-23 .liste_competences .custom-nav-0,
body.page-id-23 .liste_competences .custom-nav-2 {
  right: 10px;
}
body.page-id-23 .liste_competences .custom-nav-1 {
  left: 10px;
}
body.page-id-23 .liste_competences .competence-carousel .item {
  display: block;
  width: 100%;
  height: 630px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: all .3s ease;
}
body.page-id-23 .liste_competences .competence-carousel .item:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
body.page-id-23 .liste_competences .contenu {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 0 30px;
}
body.page-id-23 .liste_competences .contenu h2 {
  color: #021c66;
  font-weight: 600;
  font-size: 46px;
}
body.page-id-23 .liste_competences .contenu p {
  color: #021c66;
}
body.page-id-23 .liste_competences .contenu ul li {
  color: #021c66;
}
body.page-id-23 .pages_connexes {
  background: #f8f8f8;
}
body.page-id-5 .modal .modal-content .video iframe,
body.page-id-21 .modal .modal-content .video iframe,
body.page-id-23 .modal .modal-content .video iframe {
  width: 100%;
}
body.page-id-21 .video_entete,
body.page-id-23 .video_entete {
  width: 100%;
  height: 480px;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
body.page-id-21 .video_entete .btn--video,
body.page-id-23 .video_entete .btn--video {
  position: absolute;
  top: 200px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  border: 2px solid #b1cb06;
  background: #b1cb06;
  transition: all .3s ease;
  color: #fff;
  line-height: 80px;
  font-size: 30px;
  padding: 0 28px;
}
body.page-id-21 .video_entete .btn--video:before,
body.page-id-23 .video_entete .btn--video:before {
  content: '';
  width: 120px;
  height: 120px;
  border-radius: 60px;
  border: 2px dashed #b1cb06;
  background: transparent;
  position: absolute;
  left: -23px;
  top: -23px;
}
body.page-id-21 .video_entete .btn--video:hover,
body.page-id-23 .video_entete .btn--video:hover {
  background: #fff;
  color: #b1cb06;
}
body.page-id-21 .video_entete .video,
body.page-id-23 .video_entete .video {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  width: 100%;
}
body.page-id-21 .video_entete .video iframe,
body.page-id-23 .video_entete .video iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
body.page-id-21 .pages_connexes,
body.page-id-23 .pages_connexes {
  padding: 100px 0 60px;
}
body.page-id-21 .pages_connexes .lien_page,
body.page-id-23 .pages_connexes .lien_page {
  display: block;
  padding: 0 10px;
}
body.page-id-21 .pages_connexes .lien_page .titre,
body.page-id-23 .pages_connexes .lien_page .titre {
  text-transform: uppercase;
  text-align: center;
  color: #021c66;
  display: block;
  font-size: 20px;
  margin-bottom: 80px;
  letter-spacing: 3px;
  position: relative;
  transition: all .3s ease;
}
body.page-id-21 .pages_connexes .lien_page .titre:before,
body.page-id-23 .pages_connexes .lien_page .titre:before {
  content: '';
  width: 2px;
  height: 100px;
  display: block;
  background: #b1cb06;
  position: absolute;
  bottom: -120px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 5;
  transition: all .3s ease;
}
body.page-id-21 .pages_connexes .lien_page .img-container,
body.page-id-23 .pages_connexes .lien_page .img-container {
  position: relative;
  margin-bottom: 50px;
}
body.page-id-21 .pages_connexes .lien_page .img-container:after,
body.page-id-23 .pages_connexes .lien_page .img-container:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: #e5f1f8;
  position: absolute;
  right: -20px;
  bottom: -20px;
  z-index: 0;
}
body.page-id-21 .pages_connexes .lien_page .img-container img,
body.page-id-23 .pages_connexes .lien_page .img-container img {
  display: block;
  z-index: 1;
  position: relative;
  width: 100%;
  transition: all .3s ease;
  filter: gray;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
body.page-id-21 .pages_connexes .lien_page:hover .titre,
body.page-id-23 .pages_connexes .lien_page:hover .titre {
  color: #b1cb06;
}
body.page-id-21 .pages_connexes .lien_page:hover .titre:before,
body.page-id-23 .pages_connexes .lien_page:hover .titre:before {
  background: #021c66;
}
body.page-id-21 .pages_connexes .lien_page:hover .img-container img,
body.page-id-23 .pages_connexes .lien_page:hover .img-container img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
body.page-id-25 .liste_secteurs {
  padding: 120px 0;
}
body.page-id-25 .liste_secteurs .mb30 {
  margin-bottom: 30px;
}
body.page-id-25 .liste_secteurs .titre-principal {
  color: #acafb5;
  text-transform: uppercase;
  font-size: 24px;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 60px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 3px;
}
body.page-id-25 .liste_secteurs .titre-principal:after {
  content: '';
  width: 60px;
  height: 2px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: #b1cb06;
}
body.page-id-25 .liste_secteurs .secteur {
  height: 100%;
  background: #1f1f24;
}
body.page-id-25 .liste_secteurs .secteur .img-container {
  overflow: hidden;
}
body.page-id-25 .liste_secteurs .secteur .img-container .image {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: 50% 50%;
  transition: all .3s ease;
  filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
}
body.page-id-25 .liste_secteurs .secteur .block-contenu {
  padding: 60px 60px;
}
body.page-id-25 .liste_secteurs .secteur .block-contenu .contenu {
  color: #fff;
}
body.page-id-25 .liste_secteurs .secteur .block-contenu .contenu h2 {
  font-weight: 600;
  font-size: 40px;
}
body.page-id-25 .liste_secteurs .secteur .block-contenu .btn--primary {
  width: 100%;
  font-size: 14px;
  display: block;
  position: relative;
}
body.page-id-25 .liste_secteurs .secteur .block-contenu .btn--primary i {
  position: absolute;
  right: 10px;
  top: 13px;
}
body.page-id-25 .liste_secteurs .secteur .block-contenu .btn--primary:not(.collapsed) i {
  transform: rotate(180deg);
}
body.page-id-25 .liste_secteurs .secteur .block-contenu .btn--primary:hover:before {
  color: #b1cb06;
}
body.page-id-25 .liste_secteurs .secteur .block-contenu .collapse,
body.page-id-25 .liste_secteurs .secteur .block-contenu .collapsing {
  border-right: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
body.page-id-25 .liste_secteurs .secteur .block-contenu .collapse .contenu,
body.page-id-25 .liste_secteurs .secteur .block-contenu .collapsing .contenu {
  color: #fff;
  padding: 20px;
}
body.page-id-25 .liste_secteurs .secteur:hover .img-container .image {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
body.page-id-27 .liste_clients {
  padding: 150px 0 100px;
}
body.page-id-27 .liste_clients .block_titre {
  position: relative;
  margin-bottom: 60px;
}
body.page-id-27 .liste_clients .block_titre .titre {
  color: #021c66;
  text-align: center;
  font-size: 56px;
}
body.page-id-27 .liste_clients .block_titre .titre-bg {
  display: block;
  color: #edf2ff;
  font-size: 160px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -70px;
  text-align: center;
  line-height: 1;
  font-weight: 600;
  z-index: -1;
}
body.page-id-27 .liste_clients .client-container {
  display: block;
  width: 210px;
  height: 210px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -1px rgba(0,0,0,0.06);
  margin-bottom: 60px;
}
body.page-id-27 .liste_clients .client-container img {
  filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: all .3s ease;
  display: block;
  margin: 0 auto;
}
body.page-id-27 .liste_clients .client-container:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
body.page-id-31 .block_actualites,
body.archive .block_actualites {
  padding: 100px 0 80px;
}
body.page-id-31 .block_actualites p,
body.archive .block_actualites p {
  text-align: center;
}
body.page-id-31 .block_actualites .sur_titre,
body.archive .block_actualites .sur_titre {
  color: #acafb5;
  display: block;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 3px;
  font-weight: 500;
}
body.page-id-31 .block_actualites .liste_categories,
body.archive .block_actualites .liste_categories {
  z-index: 10;
  margin: 0 0 50px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
body.page-id-31 .block_actualites .liste_categories .lien-cat,
body.archive .block_actualites .liste_categories .lien-cat {
  display: inline-block;
  padding: 0 20px;
  border-right: 1px solid #acafb5;
  color: #acafb5;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
body.page-id-31 .block_actualites .liste_categories .lien-cat:last-child,
body.archive .block_actualites .liste_categories .lien-cat:last-child {
  border-right: none;
}
body.page-id-31 .block_actualites .liste_categories .lien-cat:hover,
body.page-id-31 .block_actualites .liste_categories .lien-cat.current,
body.archive .block_actualites .liste_categories .lien-cat:hover,
body.archive .block_actualites .liste_categories .lien-cat.current {
  color: #009de1;
}
body.page-id-31 .block_actualites .actualite,
body.archive .block_actualites .actualite {
  display: block;
  margin-bottom: 40px;
}
body.page-id-31 .block_actualites .actualite .image-actualite,
body.archive .block_actualites .actualite .image-actualite {
  overflow: hidden;
}
body.page-id-31 .block_actualites .actualite .image-actualite .image,
body.archive .block_actualites .actualite .image-actualite .image {
  width: 100%;
  height: 230px;
  background-size: cover;
  background-position: 50% 50%;
  transition: all .3s ease;
}
body.page-id-31 .block_actualites .actualite .block-contenu,
body.archive .block_actualites .actualite .block-contenu {
  background: #fff;
  box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -1px rgba(0,0,0,0.06);
  padding: 20px 20px 30px;
  position: relative;
  transition: all .3s ease;
  min-height: 200px;
}
body.page-id-31 .block_actualites .actualite .block-contenu .titre,
body.archive .block_actualites .actualite .block-contenu .titre {
  color: #021c66;
  font-size: 20px;
  transition: all .3s ease;
}
body.page-id-31 .block_actualites .actualite .block-contenu .contenu,
body.archive .block_actualites .actualite .block-contenu .contenu {
  color: #595a60;
}
body.page-id-31 .block_actualites .actualite .block-contenu .lire-plus,
body.archive .block_actualites .actualite .block-contenu .lire-plus {
  position: absolute;
  bottom: -20px;
  display: inline-block;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 100px;
  border: 2px solid #b1cb06;
  background: #b1cb06;
  text-align: center;
  color: #0f0f0f;
  padding: 5px 10px;
  transition: all .3s ease;
}
body.page-id-31 .block_actualites .actualite:hover .block-contenu,
body.archive .block_actualites .actualite:hover .block-contenu {
  box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -2px rgba(0,0,0,0.05);
}
body.page-id-31 .block_actualites .actualite:hover .block-contenu .titre,
body.archive .block_actualites .actualite:hover .block-contenu .titre {
  color: #b1cb06;
}
body.page-id-31 .block_actualites .actualite:hover .block-contenu .lire-plus,
body.archive .block_actualites .actualite:hover .block-contenu .lire-plus {
  background: #fff;
  color: #b1cb06;
}
body.page-id-31 .block_actualites .pagination,
body.archive .block_actualites .pagination {
  display: flex;
  justify-content: center;
  padding: 40px 0 0;
}
body.page-id-31 .block_actualites .pagination a,
body.page-id-31 .block_actualites .pagination span,
body.archive .block_actualites .pagination a,
body.archive .block_actualites .pagination span {
  display: block;
  text-align: center;
  color: #009de1;
  margin: 0 2px;
}
body.page-id-31 .block_actualites .pagination .current,
body.archive .block_actualites .pagination .current {
  color: #b1cb06;
  border-radius: 20px;
  border: 1px solid #b1cb06;
  width: 25px;
  font-weight: 600;
}
body.page-id-31 .block_actualites .pagination a,
body.archive .block_actualites .pagination a {
  width: 25px;
  height: 25px;
  font-weight: 600;
}
body.page-id-31 .block_actualites .pagination a.prev,
body.page-id-31 .block_actualites .pagination a.next,
body.archive .block_actualites .pagination a.prev,
body.archive .block_actualites .pagination a.next {
  line-height: 20px;
}
body.page-id-31 .block_actualites .pagination a:hover,
body.archive .block_actualites .pagination a:hover {
  color: #b1cb06;
}
body.single .single_actualite {
  padding: 80px 0 100px;
}
body.single .single_actualite .block_contenu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-right: 30px;
}
body.single .single_actualite .block_contenu .categorie {
  text-transform: uppercase;
  color: #b1cb06;
}
body.single .single_actualite .block_contenu .contenu {
  margin-bottom: 40px;
}
body.single .single_actualite .block_contenu .posted {
  margin-bottom: 20px;
  font-style: italic;
}
body.single .single_actualite .block_contenu .navigation {
  display: flex;
  justify-content: space-between;
}
body.single .single_actualite .col-carousel {
  padding: 0 0;
}
body.single .single_actualite .col-carousel .single-carousel .item {
  display: block;
  width: 100%;
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
}
body.single .single_actualite .col-carousel .single-carousel .item .legende {
  text-transform: uppercase;
  color: #fff;
  background: rgba(0,0,0,0.7);
  position: absolute;
  bottom: 0;
  padding: 8px 10px;
  width: 100%;
}
body.single .single_actualite .col-carousel .custom-nav {
  display: block;
  width: 100%;
}
body.single .single_actualite .col-carousel .custom-nav .owl-next,
body.single .single_actualite .col-carousel .custom-nav .owl-prev {
  position: absolute;
  top: 45%;
  width: 80px;
  height: 80px;
  background: #252121;
  border: none;
  color: #fff;
  font-size: 26px;
  transition: all .3s ease;
  cursor: pointer;
  z-index: 9;
}
body.single .single_actualite .col-carousel .custom-nav .owl-next:focus,
body.single .single_actualite .col-carousel .custom-nav .owl-prev:focus {
  outline: none;
}
body.single .single_actualite .col-carousel .custom-nav .owl-next:hover,
body.single .single_actualite .col-carousel .custom-nav .owl-prev:hover {
  background: #b1cb06;
}
body.single .single_actualite .col-carousel .custom-nav .owl-prev {
  left: 0;
}
body.single .single_actualite .col-carousel .custom-nav .owl-next {
  right: 0;
}
@media (min-width: 992px) and (max-width: 1500px) {
  body header .header__bottom .block-nav .nav-primary {
    height: 55px;
  }
  body header .header__bottom .block-nav .list-btn {
    margin-left: 30px;
  }
  body header .header__bottom .block-nav .list-btn .btn--contact {
    padding: 10px 20px;
  }
  body header .header__bottom .block-nav .list-btn .btn--depannage {
    padding: 10px 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body header .header__top .info-contact {
    font-size: 14px;
  }
  body header .header__top .secteur {
    font-size: 14px;
  }
  body.page-id-21 .presentation {
    padding: 100px 0;
  }
  body.page-id-21 .presentation .img-container .layer .text {
    bottom: 30px;
    right: 20px;
  }
  body.page-id-21 .chiffre_et_video:after {
    height: 100%;
    top: 0;
  }
  body.page-id-21 .chiffre_et_video .liste_chiffre .chiffre .chiffre_titre {
    font-size: 30px;
  }
  body.page-id-21 .texte_et_video:after {
    height: 100%;
  }
}
@media (max-width: 767.98px) {
  body header .header__top .info-contact .linkedin {
    display: none;
  }
  body header .header__bottom .logo img {
    width: 140px;
  }
  body header .header__bottom .block-nav .list-btn {
    margin-right: 20px;
    font-size: 10px;
  }
  body header .header__bottom .block-nav .list-btn .btn--contact {
    padding: 10px 20px;
  }
  body header .header__bottom .block-nav .list-btn .btn--depannage {
    padding: 10px 20px;
  }
  body.page-id-5 header {
    position: relative;
    width: 100%;
  }
  body.page-id-5 header .header {
    background: #08192b;
  }
  body.page-id-5 .carousel-images .owl-carousel .item {
    height: 500px;
    padding: 80px 0 100px;
  }
  body.page-id-5 .carousel-images .owl-carousel .item h1.titre-principal,
  body.page-id-5 .carousel-images .owl-carousel .item h2.titre-secondaire {
    font-size: 50px;
    margin-bottom: 20px;
  }
  body.page-id-5 .carousel-images .owl-carousel .item .contenu {
    color: #fff;
    max-width: 780px;
    margin-bottom: 30px;
  }
  body.page-id-5 .carousel-images .custom-nav .owl-next,
  body.page-id-5 .carousel-images .custom-nav .owl-prev {
    width: 60px;
    height: 60px;
    font-size: 26px;
  }
  body.page-id-5 .presentation {
    padding: 60px 0;
  }
  body.page-id-5 .presentation .block-video .img-container .btn--video {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  body.page-id-5 .presentation .btn--primary,
  body.page-id-5 .presentation .btn--secondary {
    font-size: 12px;
  }
  body.page-id-5 .presentation .btn--secondary {
    margin-bottom: 10px;
  }
  body.page-id-5 .competences {
    padding: 60px 0 0;
  }
  body.page-id-5 .competences .liste_competences {
    margin-top: 80px;
  }
  body.page-id-5 .competences .liste_competences .col-id {
    margin-bottom: 30px;
  }
  body.page-id-5 .competences .liste_competences .col-id .competence img {
    height: 200px;
  }
  body.page-id-5 .competences .liste_competences .col-id .competence .block-info {
    height: auto;
  }
  body.page-id-5 .secteurs .stemi {
    margin: 0 auto 30px;
  }
  body.page-id-5 .secteurs .titre_intro {
    width: 200px;
    margin: 0 auto;
  }
  body.page-id-5 .secteurs .titre,
  body.page-id-5 .secteurs .contenu {
    text-align: center;
  }
  body.page-id-5 .secteurs .btn--primary {
    width: 250px;
    display: block;
    margin: 0 auto 60px;
  }
  body.page-id-5 .chiffres {
    background-size: cover;
    padding: 40px 0;
  }
  body.page-id-5 .chiffres .liste_chiffres .chiffre {
    margin-bottom: 20px;
  }
  body.page-id-5 .chiffres .liste_chiffres .chiffre .icone {
    margin: 0 auto 10px;
  }
  body.page-id-5 .chiffres .liste_chiffres .chiffre .chiffre_titre {
    font-size: 40px;
  }
  body.page-id-5 .actualites {
    padding: 100px 0 60px;
  }
  body.page-id-5 .actualites .block_titre .titre {
    font-size: 40px;
  }
  body.page-id-5 .actualites .block_titre .titre-bg {
    font-size: 100px;
    top: -60px;
  }
  body.page-id-5 .actualites .actualite .image-actualite .image {
    height: 130px;
  }
  body.page-id-5 .block_clients .block_titre .titre {
    font-size: 30px;
  }
  body.page-id-5 .block_clients .block_titre .titre-bg {
    font-size: 100px;
    top: -60px;
  }
  body.page-id-21 .presentation {
    padding: 40px 0 80px !important;
  }
  body.page-id-21 .presentation .contenu h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  body.page-id-21 .presentation .block-logo {
    flex-direction: row;
    margin-bottom: 40px;
    height: auto;
  }
  body.page-id-21 .partenaires {
    padding: 60px;
  }
  body.page-id-21 .partenaires .block_titre .titre {
    font-size: 30px;
  }
  body.page-id-21 .partenaires .block_titre .titre-bg {
    font-size: 100px;
    top: -60px;
  }
  body.page-id-21 .block_rse .titre {
    font-size: 30px;
  }
  body.page-id-21 .block_rse .contenu-rse h3 {
    font-size: 24px;
  }
  body.page-id-21 .video_entete,
  body.page-id-23 .video_entete {
    height: 320px !important;
  }
  body.page-id-21 .video_entete .btn--video,
  body.page-id-23 .video_entete .btn--video {
    top: 120px;
  }
  body.page-id-21 .pages_connexes,
  body.page-id-23 .pages_connexes {
    padding: 60px 0 60px;
  }
  body.page-id-21 .pages_connexes .lien_page .titre,
  body.page-id-23 .pages_connexes .lien_page .titre {
    margin-bottom: 30px;
  }
  body.page-id-21 .pages_connexes .lien_page .titre:before,
  body.page-id-23 .pages_connexes .lien_page .titre:before {
    height: 60px;
    bottom: -70px;
  }
  body.page-id-23 .liste_competences {
    padding: 80px 0 0;
  }
  body.page-id-23 .liste_competences .ecoexpert {
    display: none;
  }
  body.page-id-23 .liste_competences .titre-principal {
    margin-bottom: 0;
  }
  body.page-id-23 .liste_competences .competence {
    padding: 50px 0;
  }
  body.page-id-23 .liste_competences .competence:before {
    display: none;
  }
  body.page-id-23 .liste_competences .competence:after {
    top: 0;
    height: 100%;
  }
  body.page-id-23 .liste_competences .custom-nav {
    position: relative;
    top: 0;
    margin-bottom: 30px;
  }
  body.page-id-23 .liste_competences .custom-nav .owl-next,
  body.page-id-23 .liste_competences .custom-nav .owl-prev {
    color: #021c66;
  }
  body.page-id-23 .liste_competences .custom-nav .owl-next:before,
  body.page-id-23 .liste_competences .custom-nav .owl-prev:before {
    background: #021c66;
  }
  body.page-id-23 .liste_competences .custom-nav .owl-next:hover,
  body.page-id-23 .liste_competences .custom-nav .owl-prev:hover {
    color: #b1cb06;
  }
  body.page-id-23 .liste_competences .competence-carousel .item {
    height: 380px;
    margin-bottom: 10px;
  }
  body.page-id-23 .liste_competences .contenu h2 {
    font-size: 24px;
  }
  body.page-id-14 .image_entete,
  body.page-id-25 .image_entete,
  body.page-id-27 .image_entete,
  body.page-id-29 .image_entete,
  body.page-id-31 .image_entete,
  body.page-id-374 .image_entete,
  body.archive .image_entete {
    height: 250px;
  }
  body.page-id-14 .image_entete .block-titre .titre,
  body.page-id-25 .image_entete .block-titre .titre,
  body.page-id-27 .image_entete .block-titre .titre,
  body.page-id-29 .image_entete .block-titre .titre,
  body.page-id-31 .image_entete .block-titre .titre,
  body.page-id-374 .image_entete .block-titre .titre,
  body.archive .image_entete .block-titre .titre {
    font-size: 30px;
  }
  body.page-id-14 .image_entete .stemi,
  body.page-id-25 .image_entete .stemi,
  body.page-id-27 .image_entete .stemi,
  body.page-id-29 .image_entete .stemi,
  body.page-id-31 .image_entete .stemi,
  body.page-id-374 .image_entete .stemi,
  body.archive .image_entete .stemi {
    width: 50px;
    height: 50px;
    bottom: -60px;
  }
  body.page-id-14 .block-contact,
  body.page-id-374 .block-contact,
  body.page-id-29 .block-contact {
    padding: 100px 0 60px;
    border-right: none;
    border-left: none;
  }
  body.page-id-14 .block-contact .contenu h2,
  body.page-id-374 .block-contact .contenu h2,
  body.page-id-29 .block-contact .contenu h2 {
    font-size: 24px;
  }
  body.page-id-14 .block-contact .tel,
  body.page-id-14 .block-contact .email,
  body.page-id-14 .block-contact .localisation,
  body.page-id-374 .block-contact .tel,
  body.page-id-374 .block-contact .email,
  body.page-id-374 .block-contact .localisation,
  body.page-id-29 .block-contact .tel,
  body.page-id-29 .block-contact .email,
  body.page-id-29 .block-contact .localisation {
    text-align: center;
  }
  body.page-id-14 .block-contact .block-linkedin,
  body.page-id-374 .block-contact .block-linkedin,
  body.page-id-29 .block-contact .block-linkedin {
    justify-content: center;
  }
  body.page-id-14 .block-form .form-contact,
  body.page-id-374 .block-form .form-contact,
  body.page-id-29 .block-form .form-contact {
    padding: 30px 0;
  }
  body.page-id-374 .block-contact .row >div:not(:nth-child(1)) {
    margin-top: 2rem;
  }
  body.page-id-25 .liste_secteurs {
    padding: 100px 0;
  }
  body.page-id-25 .liste_secteurs .titre-principal {
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
  body.page-id-25 .liste_secteurs .secteur .img-container .image {
    height: 260px;
  }
  body.page-id-25 .liste_secteurs .secteur .block-contenu {
    padding: 30px;
  }
  body.page-id-25 .liste_secteurs .secteur .block-contenu .contenu h2 {
    font-size: 30px;
  }
  body.page-id-27 .liste_clients {
    padding: 100px 0 20px;
  }
  body.page-id-27 .liste_clients .block_titre .titre {
    font-size: 30px;
  }
  body.page-id-27 .liste_clients .block_titre .titre-bg {
    font-size: 70px;
    top: -30px;
  }
  body.single .single_actualite .col-carousel {
    margin-bottom: 30px;
  }
  body.single .single_actualite .col-carousel .single-carousel .item {
    height: 350px;
  }
  body.single .single_actualite .col-carousel .custom-nav .owl-next,
  body.single .single_actualite .col-carousel .custom-nav .owl-prev {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 575px) {
  body header .header__top {
    border-bottom: none;
  }
  body header .header__top .info-contact {
    display: none;
  }
  body header .header__bottom {
    justify-content: space-between;
  }
  body header .header__bottom .block-nav .nav-primary {
    top: 100px !important;
  }
  body header .header__bottom .block-nav .list-btn .btn--depannage {
    display: none;
  }
  body main .block-equipe {
    padding: 40px 0;
  }
  body main .block-equipe h2 {
    font-size: 30px;
  }
  body.page-id-5 .carousel-images .owl-carousel .item {
    height: 440px !important;
    padding: 40px 0 !important;
  }
  body.page-id-5 .carousel-images .owl-carousel .item h1.titre-principal,
  body.page-id-5 .carousel-images .owl-carousel .item h2.titre-secondaire {
    font-size: 30px;
  }
  body.page-id-5 .carousel-images .custom-nav .owl-next,
  body.page-id-5 .carousel-images .custom-nav .owl-prev {
    width: 40px !important;
    height: 40px !important;
  }
  body.page-id-5 .presentation .block-video .img-container .btn--video {
    top: 110px;
  }
  body.page-id-5 .presentation .block-titre {
    font-size: 30px;
  }
  body.page-id-5 .presentation .contenu h3 {
    font-size: 24px;
  }
  body.page-id-5 .competences .titre {
    font-size: 26px;
  }
  body.page-id-5 .secteurs .titre {
    font-size: 30px;
    margin-top: 20px;
  }
  body.page-id-21 .presentation {
    padding: 100px 0;
  }
  body.page-id-21 .presentation .img-container .layer {
    right: 0;
    left: 0;
  }
  body.page-id-21 .partenaires {
    padding: 60px 0;
  }
  body.page-id-21 .partenaires .block_titre .titre {
    font-size: 30px;
  }
  body.page-id-21 .partenaires .block_titre .titre-bg {
    font-size: 70px;
    top: -30px;
  }
  body.page-id-21 .texte_et_video .contenu h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  body.page-id-21 .video_entete,
  body.page-id-23 .video_entete {
    height: 220px !important;
  }
  body.page-id-21 .video_entete .btn--video,
  body.page-id-23 .video_entete .btn--video {
    top: 120px !important;
  }
  body.page-id-23 .liste_competences .contenu {
    padding: 0;
  }
  body.page-id-23 .competence-carousel .item {
    height: 250px !important;
  }
  body.page-id-14 .image_entete .block-titre .titre,
  body.page-id-25 .image_entete .block-titre .titre,
  body.page-id-27 .image_entete .block-titre .titre,
  body.page-id-29 .image_entete .block-titre .titre,
  body.page-id-31 .image_entete .block-titre .titre,
  body.page-id-374 .image_entete .block-titre .titre,
  body.archive .image_entete .block-titre .titre {
    font-size: 24px !important;
  }
  body.page-id-374 #infos-intervention .info:nth-child(2) {
    margin-top: 2rem;
  }
  body.page-id-25 .liste_secteurs .secteur .img-container .image {
    height: 180px !important;
  }
  body.page-id-25 .liste_secteurs .secteur .block-contenu {
    padding: 20px !important;
  }
  body.page-id-31 .block_actualites,
  body.archive .block_actualites {
    padding: 100px 0 60px;
  }
  body.single .single_actualite {
    padding: 0 0 30px;
  }
  body.single .single_actualite .col-carousel .single-carousel .item {
    height: 230px;
  }
  body.single .single_actualite .block_contenu .contenu h1 {
    font-size: 30px;
  }
}
@media (max-width: 450px) {
  body header .header__bottom .block-nav .list-btn .btn--contact {
    display: none;
  }
}
@media (max-width: 400px) {
  body.page-id-21 .video_entete,
  body.page-id-23 .video_entete {
    height: 175px !important;
  }
  body.page-id-21 .video_entete .btn--video,
  body.page-id-23 .video_entete .btn--video {
    top: 70px !important;
  }
}
@media (max-width: 991.98px) {
  body header .header__top .info-contact {
    font-size: 14px;
  }
  body header .header__top .secteur {
    display: none;
  }
  body header .header__bottom .block-nav .nav-primary {
    position: absolute;
    left: 0;
    z-index: 30;
    width: 100%;
    background: #08192b;
    top: 150px;
  }
  body header .header__bottom .block-nav .nav-primary .menu-menu-principal-container {
    overflow: hidden;
  }
  body header .header__bottom .block-nav .nav-primary .menu-menu-principal-container ul li a {
    padding: 0;
  }
  body header .header__bottom .block-nav .nav-primary ul.nav {
    display: none;
  }
  body header .header__bottom .block-nav .nav-primary ul.nav > li {
    display: block;
    padding: 10px 30px 10px;
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
    text-align: left;
  }
  body header .header__bottom .block-nav .nav-primary ul.nav > li > a {
    font-size: 18px;
    color: #fff;
  }
  body header .header__bottom .block-nav .nav-primary ul.nav > li > a:hover {
    color: #b1cb06;
  }
  body header .header__bottom .block-nav .nav-primary ul.nav > li > a:before {
    display: none;
  }
  body header .header__bottom .block-nav .nav-primary ul.nav > li.current_page_item > a {
    color: #b1cb06;
  }
  body header .header__bottom .block-nav .nav-icon {
    display: block;
  }
  body.page-id-21 .presentation {
    padding: 100px 0;
  }
  body.page-id-21 .presentation .img-container .layer .text {
    bottom: 30px;
    right: 20px;
  }
  body.page-id-21 .presentation .contenu {
    margin-bottom: 40px;
  }
  body.page-id-21 .chiffre_et_video:after {
    height: 100%;
    top: 0;
    background-size: cover;
  }
  body.page-id-21 .chiffre_et_video .liste_chiffre {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  body.page-id-21 .chiffre_et_video .liste_chiffre .chiffre .chiffre_titre {
    font-size: 30px;
  }
  body.page-id-21 .block_rse {
    padding: 80px 0 40px;
  }
  body.page-id-21 .texte_et_video {
    padding: 60px 0;
  }
  body.page-id-21 .texte_et_video:after {
    height: 100%;
  }
  body.page-id-374 #infos-intervention .info:not(:nth-child(1)):not(:nth-child(2)) {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body header .header__bottom .logo img {
    width: 140px;
  }
  body header .header__bottom .block-nav .list-btn {
    margin-right: 20px;
    font-size: 12px;
  }
  body header .header__bottom .block-nav .list-btn .btn--contact {
    padding: 10px 20px;
  }
  body header .header__bottom .block-nav .list-btn .btn--depannage {
    padding: 10px 20px;
  }
  body.page-id-5 header {
    position: relative;
    width: 100%;
  }
  body.page-id-5 header .header {
    background: #08192b;
  }
  body.page-id-5 .carousel-images .owl-carousel .item {
    height: 650px;
    padding: 250px 0 100px;
  }
  body.page-id-5 .carousel-images .owl-carousel .item h1.titre-principal,
  body.page-id-5 .carousel-images .owl-carousel .item h2.titre-secondaire {
    font-size: 50px;
    margin-bottom: 20px;
  }
  body.page-id-5 .carousel-images .owl-carousel .item .contenu {
    color: #fff;
    max-width: 780px;
    margin-bottom: 30px;
  }
  body.page-id-5 .carousel-images .custom-nav .owl-next,
  body.page-id-5 .carousel-images .custom-nav .owl-prev {
    width: 80px;
    height: 80px;
    font-size: 26px;
  }
  body.page-id-5 .presentation .block-video .img-container .btn--video {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  body.page-id-5 .competences {
    padding: 60px 0 0;
  }
  body.page-id-5 .competences .liste_competences {
    margin-top: 80px;
  }
  body.page-id-5 .competences .liste_competences .col-id .competence img {
    height: 200px;
  }
  body.page-id-5 .competences .liste_competences .col-id .competence .block-info {
    height: 150px;
  }
  body.page-id-5 .secteurs .stemi {
    margin: 0 auto 30px;
  }
  body.page-id-5 .secteurs .titre_intro {
    width: 200px;
    margin: 0 auto;
  }
  body.page-id-5 .secteurs .titre,
  body.page-id-5 .secteurs .contenu {
    text-align: center;
  }
  body.page-id-5 .secteurs .btn--primary {
    width: 250px;
    display: block;
    margin: 0 auto 60px;
  }
  body.page-id-5 .chiffres {
    padding: 80px 0;
  }
  body.page-id-5 .chiffres .liste_chiffres .chiffre .chiffre_titre {
    font-size: 40px;
  }
  body.page-id-5 .actualites .actualite .image-actualite .image {
    height: 130px;
  }
  body.page-id-21 .video_entete,
  body.page-id-23 .video_entete {
    height: 420px;
  }
  body.page-id-21 .video_entete .btn--video,
  body.page-id-23 .video_entete .btn--video {
    top: 170px;
  }
  body.page-id-23 .liste_competences {
    padding: 80px 0;
  }
  body.page-id-23 .liste_competences .titre-principal {
    margin-bottom: 30px;
  }
  body.page-id-23 .liste_competences .contenu h2 {
    font-size: 36px;
  }
  body.page-id-14 .image_entete,
  body.page-id-25 .image_entete,
  body.page-id-27 .image_entete,
  body.page-id-29 .image_entete,
  body.page-id-31 .image_entete,
  body.page-id-374 .image_entete,
  body.archive .image_entete {
    height: 350px;
  }
  body.single .single_actualite .col-carousel {
    margin-bottom: 30px;
  }
  body.single .single_actualite .col-carousel .single-carousel .item {
    height: 430px;
  }
}
