@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@300;400;500;600;700;800&family=Roboto+Condensed:wght@300;400;700&family=Roboto:wght@300;400;500;700;900&display=swap');
.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
body,
html {
  overflow: hidden;
  overflow-y: auto;
}
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
body .col-md-2-5 {
  -ms-flex: 0 0 14.2%;
  flex: 0 0 14.2%;
  max-width: 14.2%;
}
body .cover {
  object-fit: cover;
}
body header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
}
body header .menu-mobile .menu-toggler {
  color: #fff;
  border: solid 1px #fff;
  padding: .2rem .8rem;
  text-align: center;
  top: 5rem;
  width: 30%;
  text-transform: uppercase;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
body header .menu-mobile .menu-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #000;
  top: 0;
  left: -100%;
  z-index: 200;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body header .menu-mobile .menu-wrapper .bt-close {
  position: absolute;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 3rem;
  color: #fff;
}
body header .menu-mobile .menu-wrapper .bt-close i {
  font-size: 1.5rem;
}
body header .menu-mobile .menu-wrapper .menu-mobile-top {
  margin-top: 6rem;
}
body header .menu-mobile .menu-wrapper.active {
  left: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body header .menu-mobile .menu-wrapper ul {
  margin-bottom: 0;
  padding-left: 0;
  text-align: center;
}
body header .menu-mobile .menu-wrapper ul li {
  margin: 0;
  display: block;
  margin-bottom: .8rem;
}
body header .menu-mobile .menu-wrapper ul li a {
  font-size: 1rem;
  text-decoration: none;
  color: #fff;
  text-align: center;
}
body header .menu-mobile .menu-wrapper ul li.menu-item-has-children {
  position: relative;
}
body header .menu-mobile .menu-wrapper ul li.menu-item-has-children::before {
  content: "\f0dd";
  position: absolute;
  right: -190px;
  top: -2px;
  left: 0;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1rem;
}
body header .menu-mobile .menu-wrapper ul li.menu-item-has-children .sub-menu {
  padding: 0;
  background-color: #559c51;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body header .menu-mobile .menu-wrapper ul li.menu-item-has-children .sub-menu.active {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  height: auto;
  opacity: 1;
  padding: 1rem .8rem;
  visibility: visible;
}
body header .menu-mobile .menu-wrapper ul li.menu-item-has-children .sub-menu li a {
  font-size: .8rem;
  margin-bottom: .5rem;
}
body header .menu-mobile .menu-wrapper ul li.menu-item-has-children .sub-menu li a:hover {
  color: #000 !important;
}
body header .wrapper-header {
  background-color: rgba(20,29,40,0.8);
}
body header .wrapper-header .header-top {
  border-bottom: solid 1px rgba(255,255,255,0.6);
}
body header .wrapper-header .header-top .tel {
  color: #fff;
  font-weight: 500;
}
body header .wrapper-header .header-top .tel i {
  transform: scaleX(-1);
  margin-right: .5rem;
}
body header .wrapper-header .header-top .menu-top {
  padding-right: 0;
}
body header .wrapper-header .header-top .menu-top ul {
  padding-left: 0;
  margin-bottom: 0;
  text-align: right;
}
body header .wrapper-header .header-top .menu-top ul li {
  display: inline-block;
  margin: 0 .5rem;
}
body header .wrapper-header .header-top .menu-top ul li a {
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  font-size: .9rem;
  padding: .5rem 0;
  text-decoration: none;
  background-color: transparent;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  display: inline-block;
  position: relative;
}
body header .wrapper-header .header-top .menu-top ul li a::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  left: 0;
  bottom: -1px;
  background-color: #559c51;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body header .wrapper-header .header-top .menu-top ul li a:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body header .wrapper-header .header-top .menu-top ul li a:hover::before {
  width: 100%;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body header .wrapper-header .header-top .menu-top ul li:last-child {
  margin-right: 0;
}
body header .wrapper-header .header-top .menu-top ul li.current-menu-item a::before {
  width: 100%;
}
body header .wrapper-header .header-bottom .logo {
  padding: 1rem 0;
}
body header .wrapper-header .header-bottom .logo a img {
  max-width: 90%;
  display: block;
}
body header .wrapper-header .header-bottom .menu-bottom {
  padding-right: 0;
}
body header .wrapper-header .header-bottom .menu-bottom ul#menu-menu-principal {
  padding-left: 0;
  margin-bottom: 0;
  text-align: right;
}
body header .wrapper-header .header-bottom .menu-bottom ul#menu-menu-principal >li {
  display: inline-block;
  margin: 0 1rem;
  padding: 1.8rem 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body header .wrapper-header .header-bottom .menu-bottom ul#menu-menu-principal >li {
    margin: 0 .5rem;
  }
}
body header .wrapper-header .header-bottom .menu-bottom ul#menu-menu-principal >li.menu-item-has-children {
  position: relative;
}
body header .wrapper-header .header-bottom .menu-bottom ul#menu-menu-principal >li.menu-item-has-children::before {
  content: "\f0dd";
  position: absolute;
  right: -18px;
  top: 47%;
  transform: translateY(-50%);
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1rem;
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  body header .wrapper-header .header-bottom .menu-bottom ul#menu-menu-principal >li.menu-item-has-children::before {
    right: -20px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body header .wrapper-header .header-bottom .menu-bottom ul#menu-menu-principal >li.menu-item-has-children::before {
    right: -12px;
  }
}
body header .wrapper-header .header-bottom .menu-bottom ul#menu-menu-principal >li a {
  display: inline-block;
  color: #fff;
  font-weight: 500;
  font-size: .9rem;
  text-decoration: none;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  position: relative;
  line-height: 1.2;
  text-align: center;
}
body header .wrapper-header .header-bottom .menu-bottom ul#menu-menu-principal >li a::before {
  content: "";
  position: absolute;
  height: 3px;
  width: 0;
  left: 0;
  bottom: -31px;
  background-color: #fff;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body header .wrapper-header .header-bottom .menu-bottom ul#menu-menu-principal >li a:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body header .wrapper-header .header-bottom .menu-bottom ul#menu-menu-principal >li a:hover::before {
  width: 100%;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body header .wrapper-header .header-bottom .menu-bottom ul#menu-menu-principal >li.current-menu-item a::before {
  width: 100%;
}
body header .wrapper-header .header-bottom .menu-bottom ul#menu-menu-principal >li:last-child {
  margin-right: 0;
}
body header .wrapper-header .header-bottom .menu-bottom ul#menu-menu-principal >li ul.sub-menu {
  background-color: #fff;
  width: 140%;
  padding: 1rem .3rem;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  top: 100%;
  z-index: 999;
  left: 0;
  right: 0;
  height: auto;
  transform: translateY(3rem);
  text-align: center;
  justify-content: center;
  align-items: flex-end;
  z-index: -1;
  transition: all .2s ease-in-out !important;
  -webkit-transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
}
body header .wrapper-header .header-bottom .menu-bottom ul#menu-menu-principal >li ul.sub-menu.active {
  opacity: 1;
  z-index: 50;
  transform: translateY(0);
  visibility: visible;
  transition: all .6s ease-in-out !important;
  -webkit-transition: all .6s ease-in-out !important;
  -moz-transition: all .6s ease-in-out !important;
  -o-transition: all .6s ease-in-out !important;
}
body header .wrapper-header .header-bottom .menu-bottom ul#menu-menu-principal >li ul.sub-menu >li {
  display: block;
  text-align: center;
  margin: 0;
  padding: .4rem 0;
}
body header .wrapper-header .header-bottom .menu-bottom ul#menu-menu-principal >li ul.sub-menu >li >a {
  color: #141d28;
  font-weight: 400;
  font-size: .8rem;
  transition: all .5s ease-in-out !important;
  -webkit-transition: all .5s ease-in-out !important;
  -moz-transition: all .5s ease-in-out !important;
  -o-transition: all .5s ease-in-out !important;
}
body header .wrapper-header .header-bottom .menu-bottom ul#menu-menu-principal >li ul.sub-menu >li >a::before {
  display: none;
}
body header .wrapper-header .header-bottom .menu-bottom ul#menu-menu-principal >li ul.sub-menu >li >a:hover {
  color: #559c51;
  transition: all .5s ease-in-out !important;
  -webkit-transition: all .5s ease-in-out !important;
  -moz-transition: all .5s ease-in-out !important;
  -o-transition: all .5s ease-in-out !important;
}
body main .video-embed {
  width: 100%;
  height: auto;
  border: 0;
}
body footer .footer-top {
  background-color: #559c51;
}
body footer .footer-top .telephone {
  position: relative;
  border-right: solid 1px #fff;
}
body footer .footer-top .telephone i {
  transform: scaleX(-1);
}
body footer .footer-top .telephone,
body footer .footer-top .mail {
  color: #fff;
  padding: .8rem 1.5rem;
}
body footer .footer-top .telephone a,
body footer .footer-top .mail a {
  color: #fff;
  font-weight: 400;
}
body footer .footer-top .telephone i,
body footer .footer-top .mail i {
  margin-right: .5rem;
}
body footer .footer-bottom {
  background-color: #141d28;
}
body footer .footer-bottom .infos-client {
  padding: 1.5rem 0;
}
body footer .footer-bottom .infos-client .adresse {
  text-transform: uppercase;
  font-size: .9rem;
  line-height: 1.4;
}
body footer .footer-bottom .infos-client .logo {
  text-align: center;
}
body footer .footer-bottom .infos-client .logo a {
  margin: 0 auto;
  display: inline-block;
}
body footer .footer-bottom .infos-client .logo a img {
  max-width: 80%;
  display: block;
  margin: 0 auto;
}
body footer .footer-bottom .infos-client .adresse,
body footer .footer-bottom .infos-client .certification {
  color: #fff;
}
body footer .footer-bottom .infos-client .adresse h3,
body footer .footer-bottom .infos-client .certification h3 {
  font-size: .9rem;
  font-weight: 400;
}
body footer .footer-bottom .infos-client .adresse h3 strong,
body footer .footer-bottom .infos-client .certification h3 strong {
  font-weight: 500;
}
body footer .footer-bottom .idcom {
  padding: .8rem 0;
  color: #fff;
  font-size: .8rem;
  border-top: solid 1px rgba(255,255,255,0.4);
}
body footer .footer-bottom .idcom img {
  margin-right: .5rem;
}
body footer .footer-bottom .idcom a {
  color: #fff;
  font-size: .8rem;
}
body.page-id-330 #header-portail h1 {
  position: absolute;
  top: 0;
  color: transparent;
}
body.page-id-330 main {
  position: relative;
  height: 100vh;
}
body.page-id-330 main > div {
  height: 100%;
}
body.page-id-330 main .portail-item {
  position: relative;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
}
body.page-id-330 main .portail-item >img.background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  object-position: center;
  min-height: 100%;
  z-index: -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-330 main .portail-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #151f29;
  opacity: .6;
}
body.page-id-330 main .portail-item .infos-wrapper {
  position: relative;
  z-index: 2;
}
body.page-id-330 main .portail-item .infos-wrapper figure img {
  max-width: 80%;
}
body.page-id-330 main .portail-item .infos-wrapper h2 {
  display: none;
}
body.page-id-330 main .portail-item:hover >img.background,
body.page-id-330 main .portail-item:focus >img.background {
  transform: scale(1.2);
}
body.page-id-3 main .container,
body.page-id-9 main .container {
  padding: 7rem 0;
}
body.page-id-7 #image-entete,
body.page-id-13 #image-entete {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 800px;
  position: relative;
}
body.page-id-7 #image-entete::before,
body.page-id-13 #image-entete::before {
  content: "";
  position: absolute;
  background-color: #151f29;
  opacity: .8;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body.page-id-7 #image-entete .inner,
body.page-id-13 #image-entete .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 70%;
}
body.page-id-7 #image-entete .inner .titre h1,
body.page-id-13 #image-entete .inner .titre h1 {
  font-size: 3rem;
  color: #fff;
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-7 #image-entete .inner .titre h1,
  body.page-id-13 #image-entete .inner .titre h1 {
    font-size: 2.5rem;
  }
}
body.page-id-7 #image-entete .inner .titre h1 strong,
body.page-id-13 #image-entete .inner .titre h1 strong {
  color: #559c51;
  font-weight: 700;
}
body.page-id-7 #image-entete .inner .sous-titre,
body.page-id-13 #image-entete .inner .sous-titre {
  font-size: 2rem;
  color: #fff;
  font-family: 'Exo 2', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  padding-left: 2rem;
  margin-top: 1rem;
  position: relative;
}
body.page-id-7 #image-entete .inner .sous-titre::before,
body.page-id-13 #image-entete .inner .sous-titre::before {
  content: "&";
  position: absolute;
  left: -40px;
  top: -80px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 10rem;
  opacity: .3;
}
body.page-id-7 #entreprise,
body.page-id-13 #entreprise {
  position: relative;
  padding: 3rem 0;
}
body.page-id-7 #entreprise::before,
body.page-id-13 #entreprise::before {
  border-bottom: 70px solid #fff;
  border-left: 100vw solid transparent;
  border-right: 0vw solid transparent;
  width: 0;
  height: 0;
  top: -70px;
  content: "";
  display: block;
  position: absolute;
  overflow: hidden;
  left: 0;
  right: 0;
  margin: auto;
}
body.page-id-7 #entreprise::after,
body.page-id-13 #entreprise::after {
  border-top: 70px solid #fff;
  border-left: 100vw solid transparent;
  border-right: 0vw solid transparent;
  z-index: 5;
  width: 0;
  height: 0;
  bottom: -70px;
  content: "";
  display: block;
  position: absolute;
  overflow: hidden;
  left: 0;
  right: 0;
  margin: auto;
  transform: scaleX(-1);
}
body.page-id-7 #entreprise .photo-entreprise,
body.page-id-13 #entreprise .photo-entreprise {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}
body.page-id-7 #entreprise .texte-entreprise,
body.page-id-13 #entreprise .texte-entreprise {
  padding-left: 4rem;
  padding-right: 6rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
body.page-id-7 #entreprise .texte-entreprise .titre h2,
body.page-id-13 #entreprise .texte-entreprise .titre h2 {
  font-size: 1.5rem;
  color: #141d28;
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
  position: relative;
  padding-left: 1rem;
  margin-bottom: 3rem;
}
body.page-id-7 #entreprise .texte-entreprise .titre h2::before,
body.page-id-13 #entreprise .texte-entreprise .titre h2::before {
  content: "";
  position: absolute;
  background-color: #559c51;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
}
body.page-id-7 #entreprise .texte-entreprise .texte p,
body.page-id-7 #entreprise .texte-entreprise .texte ul,
body.page-id-7 #entreprise .texte-entreprise .texte ol,
body.page-id-13 #entreprise .texte-entreprise .texte p,
body.page-id-13 #entreprise .texte-entreprise .texte ul,
body.page-id-13 #entreprise .texte-entreprise .texte ol {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #141d28;
  font-size: .95rem;
  text-align: justify;
  line-height: 1.5;
}
body.page-id-7 #entreprise .texte-entreprise .btn-more,
body.page-id-13 #entreprise .texte-entreprise .btn-more {
  text-align: right;
  margin-top: 2rem;
}
body.page-id-7 #entreprise .texte-entreprise .btn-more a,
body.page-id-13 #entreprise .texte-entreprise .btn-more a {
  color: #494949;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: .95rem;
  position: relative;
  text-decoration: none;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-7 #entreprise .texte-entreprise .btn-more a::before,
body.page-id-13 #entreprise .texte-entreprise .btn-more a::before {
  content: "";
  position: absolute;
  background-color: #494949;
  width: 90%;
  bottom: 3px;
  left: -90%;
  height: 1px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-7 #entreprise .texte-entreprise .btn-more a:hover,
body.page-id-13 #entreprise .texte-entreprise .btn-more a:hover {
  color: #000;
}
body.page-id-7 #entreprise .texte-entreprise .btn-more a:hover::before,
body.page-id-13 #entreprise .texte-entreprise .btn-more a:hover::before {
  background-color: #000;
  width: 10%;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-7 #entreprise .content-left-n-right,
body.page-id-13 #entreprise .content-left-n-right {
  margin-bottom: 6rem;
}
body.page-id-7 #entreprise .content-left-n-right .visuel,
body.page-id-13 #entreprise .content-left-n-right .visuel {
  position: relative;
  overflow: hidden;
}
body.page-id-7 #entreprise .content-left-n-right .visuel img,
body.page-id-13 #entreprise .content-left-n-right .visuel img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  object-position: center;
  min-height: 100%;
  max-width: 100%;
}
body.page-id-7 #entreprise .content-left-n-right .visuel.container-img img,
body.page-id-13 #entreprise .content-left-n-right .visuel.container-img img {
  object-fit: contain;
  font-family: 'object-fit: contain;';
}
body.page-id-7 #entreprise .content-left-n-right .visuel.video a:before,
body.page-id-13 #entreprise .content-left-n-right .visuel.video a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  z-index: 1;
}
body.page-id-7 #entreprise .content-left-n-right .visuel.video a .play,
body.page-id-13 #entreprise .content-left-n-right .visuel.video a .play {
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
  z-index: 2;
}
body.page-id-7 #entreprise .content-left-n-right .visuel.video a .play i,
body.page-id-13 #entreprise .content-left-n-right .visuel.video a .play i {
  display: block;
  font-size: 2rem;
  margin-bottom: .5rem;
  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-7 #entreprise .content-left-n-right .visuel.video:hover .play i,
body.page-id-7 #entreprise .content-left-n-right .visuel.video:focus .play i,
body.page-id-13 #entreprise .content-left-n-right .visuel.video:hover .play i,
body.page-id-13 #entreprise .content-left-n-right .visuel.video:focus .play i {
  transform: scale(1.2);
}
body.page-id-7 #entreprise .content-left-n-right .texte-entreprise ul,
body.page-id-13 #entreprise .content-left-n-right .texte-entreprise ul {
  padding-left: 0rem;
}
body.page-id-7 #entreprise .content-left-n-right .texte-entreprise ul li,
body.page-id-13 #entreprise .content-left-n-right .texte-entreprise ul li {
  position: relative;
  font-family: 'Roboto', sans-serif;
  color: #141d28;
  font-size: 1rem;
  text-align: justify;
  list-style-type: none;
  margin-bottom: 1rem;
  padding-left: 2rem;
}
body.page-id-7 #entreprise .content-left-n-right .texte-entreprise ul li::before,
body.page-id-13 #entreprise .content-left-n-right .texte-entreprise ul li::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../img/puce-vert.png');
  left: 0px;
  top: 0;
  width: 20px;
  height: 20px;
}
body.page-id-7 #entreprise .content-left-n-right:nth-child(2n+1) .texte-entreprise,
body.page-id-13 #entreprise .content-left-n-right:nth-child(2n+1) .texte-entreprise {
  padding-right: 0;
}
body.page-id-7 #entreprise .content-left-n-right:nth-child(2n+2) .visuel,
body.page-id-13 #entreprise .content-left-n-right:nth-child(2n+2) .visuel {
  order: 2;
}
body.page-id-7 #entreprise .content-left-n-right:nth-child(2n+2) .texte-entreprise,
body.page-id-13 #entreprise .content-left-n-right:nth-child(2n+2) .texte-entreprise {
  padding-left: 0;
}
body.page-id-7 #entreprise .content-left-n-right:nth-child(2n+2) .texte-entreprise .btn-more,
body.page-id-13 #entreprise .content-left-n-right:nth-child(2n+2) .texte-entreprise .btn-more {
  text-align: left;
}
body.page-id-7 #entreprise .content-left-n-right:nth-child(2n+2) .texte-entreprise .btn-more a:before,
body.page-id-13 #entreprise .content-left-n-right:nth-child(2n+2) .texte-entreprise .btn-more a:before {
  left: 110%;
}
body.page-id-7 #entreprise .content-left-n-right:last-child,
body.page-id-13 #entreprise .content-left-n-right:last-child {
  margin-bottom: 0;
}
body.page-id-7 #chiffre,
body.page-id-13 #chiffre {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  width: 100%;
  padding: 5rem 0;
}
body.page-id-7 #chiffre::before,
body.page-id-13 #chiffre::before {
  content: "";
  position: absolute;
  background-color: #151f29;
  opacity: .95;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body.page-id-7 #chiffre .item,
body.page-id-13 #chiffre .item {
  position: relative;
  z-index: 1;
  padding: 0 2rem;
}
body.page-id-7 #chiffre .item::before,
body.page-id-13 #chiffre .item::before {
  content: "";
  position: absolute;
  background-color: #fff;
  opacity: .5;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 72%;
}
body.page-id-7 #chiffre .item .chiffre,
body.page-id-13 #chiffre .item .chiffre {
  font-size: 4rem;
  color: #fff;
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
  opacity: .7;
  line-height: 1;
}
body.page-id-7 #chiffre .item .pictogramme,
body.page-id-13 #chiffre .item .pictogramme {
  width: 150px;
  height: 150px;
}
body.page-id-7 #chiffre .item .pictogramme img,
body.page-id-13 #chiffre .item .pictogramme img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
body.page-id-7 #chiffre .item .text p,
body.page-id-13 #chiffre .item .text p {
  color: #fff;
  font-size: .9rem;
  font-weight: 300;
  text-align: center;
}
body.page-id-7 #chiffre .item .text p strong,
body.page-id-13 #chiffre .item .text p strong {
  font-weight: 700;
}
body.page-id-7 #chiffre .item:last-child::before,
body.page-id-13 #chiffre .item:last-child::before {
  display: none;
}
body.page-id-7 #actus-reseau,
body.page-id-13 #actus-reseau {
  margin-top: 3rem;
}
body.page-id-7 #actus-reseau .titre-main,
body.page-id-13 #actus-reseau .titre-main {
  margin: 1rem 0;
}
body.page-id-7 #actus-reseau .titre-main h2,
body.page-id-13 #actus-reseau .titre-main h2 {
  text-align: center;
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
  color: #141d28;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-bottom: 1rem;
}
body.page-id-7 #actus-reseau .titre-main h2::before,
body.page-id-7 #actus-reseau .titre-main h2::after,
body.page-id-13 #actus-reseau .titre-main h2::before,
body.page-id-13 #actus-reseau .titre-main h2::after {
  content: "";
  position: absolute;
  background-color: #559c51;
  height: 3px;
  width: 50px;
  top: 60%;
  transform: translateY(-50%);
}
body.page-id-7 #actus-reseau .titre-main h2::before,
body.page-id-13 #actus-reseau .titre-main h2::before {
  left: -55px;
}
body.page-id-7 #actus-reseau .titre-main h2::after,
body.page-id-13 #actus-reseau .titre-main h2::after {
  right: -55px;
}
body.page-id-7 #actus-reseau #slide-actus .owl-stage-outer,
body.page-id-13 #actus-reseau #slide-actus .owl-stage-outer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
body.page-id-7 #actus-reseau #slide-actus .owl-stage-outer .owl-stage .owl-item,
body.page-id-13 #actus-reseau #slide-actus .owl-stage-outer .owl-stage .owl-item {
  position: relative;
  overflow: hidden;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  box-shadow: 1px 1px 9px 0px rgba(15,15,15,0.4);
}
body.page-id-7 #actus-reseau #slide-actus .owl-stage-outer .owl-stage .owl-item .ctn-actus,
body.page-id-13 #actus-reseau #slide-actus .owl-stage-outer .owl-stage .owl-item .ctn-actus {
  position: relative;
}
body.page-id-7 #actus-reseau #slide-actus .owl-stage-outer .owl-stage .owl-item .ctn-actus .photo-actus,
body.page-id-13 #actus-reseau #slide-actus .owl-stage-outer .owl-stage .owl-item .ctn-actus .photo-actus {
  height: 300px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-7 #actus-reseau #slide-actus .owl-stage-outer .owl-stage .owl-item .ctn-actus .photo-actus::before,
body.page-id-13 #actus-reseau #slide-actus .owl-stage-outer .owl-stage .owl-item .ctn-actus .photo-actus::before {
  content: "";
  position: absolute;
  background-color: #151f29;
  opacity: .85;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all .5s ease-in-out !important;
  -webkit-transition: all .5s ease-in-out !important;
  -moz-transition: all .5s ease-in-out !important;
  -o-transition: all .5s ease-in-out !important;
}
body.page-id-7 #actus-reseau #slide-actus .owl-stage-outer .owl-stage .owl-item .ctn-actus h2,
body.page-id-13 #actus-reseau #slide-actus .owl-stage-outer .owl-stage .owl-item .ctn-actus h2 {
  background-color: #141d28;
  padding: 1.2rem 1rem;
  color: #fff;
  margin-bottom: 0;
  font-size: 1rem;
  text-align: center;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  height: auto;
}
body.page-id-7 #actus-reseau #slide-actus .owl-stage-outer .owl-stage .owl-item .ctn-actus .bloc-contenu-active,
body.page-id-13 #actus-reseau #slide-actus .owl-stage-outer .owl-stage .owl-item .ctn-actus .bloc-contenu-active {
  transform: translateX(100%);
  position: absolute;
  right: 0;
  top: 0;
  padding: 2rem 1.5rem;
  width: 45%;
  height: 350px;
  background-color: #559c51;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  body.page-id-7 #actus-reseau #slide-actus .owl-stage-outer .owl-stage .owl-item .ctn-actus .bloc-contenu-active,
  body.page-id-13 #actus-reseau #slide-actus .owl-stage-outer .owl-stage .owl-item .ctn-actus .bloc-contenu-active {
    padding: 1.5rem .8rem;
    width: 55%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-7 #actus-reseau #slide-actus .owl-stage-outer .owl-stage .owl-item .ctn-actus .bloc-contenu-active,
  body.page-id-13 #actus-reseau #slide-actus .owl-stage-outer .owl-stage .owl-item .ctn-actus .bloc-contenu-active {
    padding: 1.2rem .6rem;
    width: 60%;
  }
}
body.page-id-7 #actus-reseau #slide-actus .owl-stage-outer .owl-stage .owl-item .ctn-actus .bloc-contenu-active h2,
body.page-id-13 #actus-reseau #slide-actus .owl-stage-outer .owl-stage .owl-item .ctn-actus .bloc-contenu-active h2 {
  background-color: #559c51;
  display: block;
  width: 100%;
  padding: 0;
  text-align: left;
  margin-bottom: 1rem;
  transform: translateX(150%);
  transition: all .6s ease-in-out !important;
  -webkit-transition: all .6s ease-in-out !important;
  -moz-transition: all .6s ease-in-out !important;
  -o-transition: all .6s ease-in-out !important;
  opacity: 1;
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  body.page-id-7 #actus-reseau #slide-actus .owl-stage-outer .owl-stage .owl-item .ctn-actus .bloc-contenu-active h2,
  body.page-id-13 #actus-reseau #slide-actus .owl-stage-outer .owl-stage .owl-item .ctn-actus .bloc-contenu-active h2 {
    font-size: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-7 #actus-reseau #slide-actus .owl-stage-outer .owl-stage .owl-item .ctn-actus .bloc-contenu-active h2,
  body.page-id-13 #actus-reseau #slide-actus .owl-stage-outer .owl-stage .owl-item .ctn-actus .bloc-contenu-active h2 {
    font-size: .9rem;
  }
}
body.page-id-7 #actus-reseau #slide-actus .owl-stage-outer .owl-stage .owl-item .ctn-actus .bloc-contenu-active p,
body.page-id-13 #actus-reseau #slide-actus .owl-stage-outer .owl-stage .owl-item .ctn-actus .bloc-contenu-active p {
  display: block;
  width: 100%;
  font-size: .8rem;
  color: #fff;
  transform: translateX(150%);
  transition: all .8s ease-in-out !important;
  -webkit-transition: all .8s ease-in-out !important;
  -moz-transition: all .8s ease-in-out !important;
  -o-transition: all .8s ease-in-out !important;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-7 #actus-reseau #slide-actus .owl-stage-outer .owl-stage .owl-item .ctn-actus .bloc-contenu-active p,
  body.page-id-13 #actus-reseau #slide-actus .owl-stage-outer .owl-stage .owl-item .ctn-actus .bloc-contenu-active p {
    font-size: .75rem;
  }
}
body.page-id-7 #actus-reseau #slide-actus .owl-stage-outer .owl-stage .owl-item .ctn-actus .bloc-contenu-active a,
body.page-id-13 #actus-reseau #slide-actus .owl-stage-outer .owl-stage .owl-item .ctn-actus .bloc-contenu-active a {
  display: block;
  width: 100%;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1rem;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 18px;
  padding: .3rem 1rem;
  text-align: center;
  letter-spacing: 1px;
  transform: translateX(150%);
  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;
}
@media (min-width: 992px) and (max-width: 1439.98px) {
  body.page-id-7 #actus-reseau #slide-actus .owl-stage-outer .owl-stage .owl-item .ctn-actus .bloc-contenu-active a,
  body.page-id-13 #actus-reseau #slide-actus .owl-stage-outer .owl-stage .owl-item .ctn-actus .bloc-contenu-active a {
    font-size: .8rem;
  }
}
body.page-id-7 #actus-reseau #slide-actus .owl-stage-outer .owl-stage .owl-item.center,
body.page-id-13 #actus-reseau #slide-actus .owl-stage-outer .owl-stage .owl-item.center {
  transform: scale(1.2);
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  z-index: 15;
}
body.page-id-7 #actus-reseau #slide-actus .owl-stage-outer .owl-stage .owl-item.center .ctn-actus .photo-actus,
body.page-id-13 #actus-reseau #slide-actus .owl-stage-outer .owl-stage .owl-item.center .ctn-actus .photo-actus {
  height: 350px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-7 #actus-reseau #slide-actus .owl-stage-outer .owl-stage .owl-item.center .ctn-actus .photo-actus::before,
body.page-id-13 #actus-reseau #slide-actus .owl-stage-outer .owl-stage .owl-item.center .ctn-actus .photo-actus::before {
  opacity: 0;
  transition: all .5s ease-in-out !important;
  -webkit-transition: all .5s ease-in-out !important;
  -moz-transition: all .5s ease-in-out !important;
  -o-transition: all .5s ease-in-out !important;
}
body.page-id-7 #actus-reseau #slide-actus .owl-stage-outer .owl-stage .owl-item.center .ctn-actus h2,
body.page-id-13 #actus-reseau #slide-actus .owl-stage-outer .owl-stage .owl-item.center .ctn-actus h2 {
  transform: translateY(100%);
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  opacity: 0;
  visibility: hidden;
  height: 0;
  padding: 0;
}
body.page-id-7 #actus-reseau #slide-actus .owl-stage-outer .owl-stage .owl-item.center .ctn-actus .bloc-contenu-active,
body.page-id-13 #actus-reseau #slide-actus .owl-stage-outer .owl-stage .owl-item.center .ctn-actus .bloc-contenu-active {
  transform: translateX(0);
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-7 #actus-reseau #slide-actus .owl-stage-outer .owl-stage .owl-item.center .ctn-actus .bloc-contenu-active h2,
body.page-id-13 #actus-reseau #slide-actus .owl-stage-outer .owl-stage .owl-item.center .ctn-actus .bloc-contenu-active h2 {
  transform: translateX(0);
  transition: all .6s ease-in-out !important;
  -webkit-transition: all .6s ease-in-out !important;
  -moz-transition: all .6s ease-in-out !important;
  -o-transition: all .6s ease-in-out !important;
  opacity: 1;
  visibility: visible;
  height: auto;
}
body.page-id-7 #actus-reseau #slide-actus .owl-stage-outer .owl-stage .owl-item.center .ctn-actus .bloc-contenu-active p,
body.page-id-13 #actus-reseau #slide-actus .owl-stage-outer .owl-stage .owl-item.center .ctn-actus .bloc-contenu-active p {
  transform: translateX(0);
  transition: all .8s ease-in-out !important;
  -webkit-transition: all .8s ease-in-out !important;
  -moz-transition: all .8s ease-in-out !important;
  -o-transition: all .8s ease-in-out !important;
}
body.page-id-7 #actus-reseau #slide-actus .owl-stage-outer .owl-stage .owl-item.center .ctn-actus .bloc-contenu-active a,
body.page-id-13 #actus-reseau #slide-actus .owl-stage-outer .owl-stage .owl-item.center .ctn-actus .bloc-contenu-active a {
  transform: translateX(0);
  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.page-id-7 #slider-references,
body.page-id-13 #slider-references {
  position: relative;
  background-color: #fff;
  padding: 5rem 8rem;
  padding-top: 2.5rem;
}
body.page-id-7 #slider-references >h2,
body.page-id-13 #slider-references >h2 {
  color: ;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1rem;
  margin-bottom: 2rem;
}
body.page-id-7 #slider-references .owl-stage,
body.page-id-13 #slider-references .owl-stage {
  display: flex;
  -moz-display: flex;
  -webkit-display: flex;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
}
body.page-id-7 #slider-references .owl-stage .item,
body.page-id-13 #slider-references .owl-stage .item {
  text-align: center;
}
body.page-id-7 #slider-references .owl-stage img,
body.page-id-13 #slider-references .owl-stage img {
  display: inline-block;
  max-height: 100px;
  width: auto;
  max-width: 100%;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}
body.page-id-7 #slider-references #partners-slider,
body.page-id-13 #slider-references #partners-slider {
  position: static;
}
body.page-id-7 #slider-references #partners-slider .owl-prev,
body.page-id-7 #slider-references #partners-slider .owl-next,
body.page-id-13 #slider-references #partners-slider .owl-prev,
body.page-id-13 #slider-references #partners-slider .owl-next {
  position: absolute;
  top: 50%;
  left: 2rem;
  font-size: 2rem;
  margin-top: -2rem;
}
body.page-id-7 #slider-references #partners-slider .owl-next,
body.page-id-13 #slider-references #partners-slider .owl-next {
  left: auto;
  right: 2rem;
}
body.page-id-7 #contact,
body.page-id-13 #contact {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
body.page-id-7 #contact h3,
body.page-id-13 #contact h3 {
  text-align: center;
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
  color: #000;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  margin-bottom: 2rem;
}
body.page-id-7 #contact h3:before,
body.page-id-7 #contact h3:after,
body.page-id-13 #contact h3:before,
body.page-id-13 #contact h3:after {
  content: "";
  position: absolute;
  background-color: #559c51;
  height: 3px;
  width: 50px;
  top: 60%;
  transform: translateY(-50%);
}
body.page-id-7 #contact h3:before,
body.page-id-13 #contact h3:before {
  right: 110%;
}
body.page-id-7 #contact h3:after,
body.page-id-13 #contact h3:after {
  left: 110%;
}
body.page-id-7 #contact form .nf-form-fields-required,
body.page-id-13 #contact form .nf-form-fields-required {
  display: none;
}
body.page-id-7 #nf-form-1-cont input,
body.page-id-7 #nf-form-1-cont textarea,
body.page-id-13 #nf-form-1-cont input,
body.page-id-13 #nf-form-1-cont textarea {
  padding: 1rem;
  outline: none;
  transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
  color: #141d28;
  border: solid 1px #141d28;
}
body.page-id-7 #nf-form-1-cont textarea,
body.page-id-13 #nf-form-1-cont textarea {
  height: 150px;
  resize: none;
}
body.page-id-7 #nf-form-1-cont label,
body.page-id-13 #nf-form-1-cont label {
  display: none;
}
body.page-id-7 #nf-form-1-cont #nf-field-10-wrap label,
body.page-id-13 #nf-form-1-cont #nf-field-10-wrap label {
  display: block;
}
body.page-id-7 #nf-form-1-cont .submit-wrap,
body.page-id-13 #nf-form-1-cont .submit-wrap {
  text-align: left;
}
body.page-id-7 #nf-form-1-cont .submit-wrap input,
body.page-id-13 #nf-form-1-cont .submit-wrap input {
  color: #559c51;
  background-color: transparent;
  border: none;
  font-weight: 600;
  text-transform: uppercase;
  padding: .8rem 1rem;
  cursor: pointer;
  width: 250px;
  font-size: 1.1rem;
  letter-spacing: 2px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  float: right;
  border: solid 1px #559c51;
  border-radius: 25px;
}
body.page-id-7 #nf-form-1-cont .submit-wrap input:hover,
body.page-id-13 #nf-form-1-cont .submit-wrap input:hover {
  background-color: #559c51;
  color: #fff;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media screen and (max-width: 576px) {
  body.page-id-7 #nf-form-1-cont .submit-wrap input,
  body.page-id-13 #nf-form-1-cont .submit-wrap input {
    width: 100%;
  }
}
body.page-id-7 #nf-form-1-cont .nf-form-fields-required,
body.page-id-13 #nf-form-1-cont .nf-form-fields-required {
  display: none;
}
body.page-id-7 #nf-form-1-cont .nf-error-msg,
body.page-id-13 #nf-form-1-cont .nf-error-msg {
  font-weight: 300;
  font-size: 12px;
}
body.page-id-13 #entreprise:after,
body.parent-pageid-13 #entreprise:after {
  border: 0;
}
body.page-id-13 #entreprise .texte-entreprise .titre h2:before,
body.parent-pageid-13 #entreprise .texte-entreprise .titre h2:before {
  background-color: #814098;
}
body.page-id-13 #entreprise .content-left-n-right .texte-entreprise ul li:before,
body.parent-pageid-13 #entreprise .content-left-n-right .texte-entreprise ul li:before {
  background-image: url(../img/puce-violet.png);
}
body.page-id-13 #savoir-faire-list,
body.parent-pageid-13 #savoir-faire-list {
  padding-top: 4rem;
  margin-bottom: 3rem;
}
body.page-id-13 #savoir-faire-list h2,
body.parent-pageid-13 #savoir-faire-list h2 {
  text-align: center;
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
  color: #141d28;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  margin-bottom: 2rem;
}
body.page-id-13 #savoir-faire-list h2::before,
body.page-id-13 #savoir-faire-list h2::after,
body.parent-pageid-13 #savoir-faire-list h2::before,
body.parent-pageid-13 #savoir-faire-list h2::after {
  content: "";
  position: absolute;
  background-color: #814098;
  height: 3px;
  width: 50px;
  top: 60%;
  transform: translateY(-50%);
}
body.page-id-13 #savoir-faire-list h2::before,
body.parent-pageid-13 #savoir-faire-list h2::before {
  left: -55px;
}
body.page-id-13 #savoir-faire-list h2::after,
body.parent-pageid-13 #savoir-faire-list h2::after {
  right: -55px;
}
body.page-id-13 #savoir-faire-list .container-fluid,
body.parent-pageid-13 #savoir-faire-list .container-fluid {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-13 #savoir-faire-list .container-fluid,
  body.parent-pageid-13 #savoir-faire-list .container-fluid {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}
body.page-id-13 #savoir-faire-list .container-fluid .type-savoir-faire.impair .infos-savoir-faire,
body.parent-pageid-13 #savoir-faire-list .container-fluid .type-savoir-faire.impair .infos-savoir-faire {
  background-color: transparent;
  background-image: url('../img/fond-bloc-savoir-faire.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  order: 2;
}
body.page-id-13 #savoir-faire-list .container-fluid .type-savoir-faire.impair .infos-savoir-faire .titre h3,
body.parent-pageid-13 #savoir-faire-list .container-fluid .type-savoir-faire.impair .infos-savoir-faire .titre h3 {
  color: #141d28;
}
body.page-id-13 #savoir-faire-list .container-fluid .type-savoir-faire.impair .infos-savoir-faire .sous-titre h4,
body.parent-pageid-13 #savoir-faire-list .container-fluid .type-savoir-faire.impair .infos-savoir-faire .sous-titre h4 {
  color: #141d28;
}
body.page-id-13 #savoir-faire-list .container-fluid .type-savoir-faire.impair .infos-savoir-faire .texte p,
body.parent-pageid-13 #savoir-faire-list .container-fluid .type-savoir-faire.impair .infos-savoir-faire .texte p {
  color: #141d28;
}
body.page-id-13 #savoir-faire-list .container-fluid .type-savoir-faire.impair .infos-savoir-faire .actions,
body.parent-pageid-13 #savoir-faire-list .container-fluid .type-savoir-faire.impair .infos-savoir-faire .actions {
  margin-top: 2rem;
}
body.page-id-13 #savoir-faire-list .container-fluid .type-savoir-faire.impair .infos-savoir-faire .actions a,
body.parent-pageid-13 #savoir-faire-list .container-fluid .type-savoir-faire.impair .infos-savoir-faire .actions a {
  color: #141d28;
  border: solid 1px #141d28;
}
body.page-id-13 #savoir-faire-list .container-fluid .type-savoir-faire.impair .infos-savoir-faire .actions a:hover,
body.page-id-13 #savoir-faire-list .container-fluid .type-savoir-faire.impair .infos-savoir-faire .actions a:focus,
body.parent-pageid-13 #savoir-faire-list .container-fluid .type-savoir-faire.impair .infos-savoir-faire .actions a:hover,
body.parent-pageid-13 #savoir-faire-list .container-fluid .type-savoir-faire.impair .infos-savoir-faire .actions a:focus {
  color: #fff;
}
body.page-id-13 #savoir-faire-list .container-fluid .type-savoir-faire.impair .infos-savoir-faire .listing ul li,
body.parent-pageid-13 #savoir-faire-list .container-fluid .type-savoir-faire.impair .infos-savoir-faire .listing ul li {
  color: #141d28;
}
body.page-id-13 #savoir-faire-list .container-fluid .type-savoir-faire.impair .infos-savoir-faire .listing ul li::before,
body.parent-pageid-13 #savoir-faire-list .container-fluid .type-savoir-faire.impair .infos-savoir-faire .listing ul li::before {
  background-image: url('../img/puce-vert.png');
}
body.page-id-13 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire,
body.parent-pageid-13 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire {
  background-color: #141d28;
  padding: 6rem 5rem;
}
@media (min-width: 992px) and (max-width: 1439.98px) {
  body.page-id-13 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire,
  body.parent-pageid-13 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire {
    padding: 4rem 3rem;
  }
}
body.page-id-13 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .titre,
body.parent-pageid-13 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .titre {
  margin: 1rem 0;
}
body.page-id-13 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .titre h3,
body.parent-pageid-13 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .titre h3 {
  text-align: center;
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
  color: #fff;
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 2rem;
}
body.page-id-13 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .titre h3 span,
body.parent-pageid-13 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .titre h3 span {
  display: block;
  font-weight: 400;
}
body.page-id-13 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .sous-titre h4,
body.parent-pageid-13 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .sous-titre h4 {
  text-align: center;
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
  color: #fff;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  margin-bottom: 3rem;
  font-size: 1.5rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-13 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .sous-titre h4,
  body.parent-pageid-13 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .sous-titre h4 {
    font-size: 1.1rem;
  }
}
body.page-id-13 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .texte p,
body.page-id-13 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .texte ul,
body.page-id-13 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .texte ol,
body.parent-pageid-13 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .texte p,
body.parent-pageid-13 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .texte ul,
body.parent-pageid-13 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .texte ol {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: .85rem;
  text-align: justify;
  margin-bottom: .5rem;
}
body.page-id-13 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .actions,
body.page-id-13 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire #go-back,
body.parent-pageid-13 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .actions,
body.parent-pageid-13 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire #go-back {
  margin-top: 2rem;
}
body.page-id-13 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .actions a,
body.page-id-13 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire #go-back a,
body.parent-pageid-13 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .actions a,
body.parent-pageid-13 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire #go-back a {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1rem;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 18px;
  padding: .3rem 2rem;
  text-align: center;
  letter-spacing: 1px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  text-decoration: none;
}
body.page-id-13 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .actions a:not(:last-child),
body.page-id-13 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire #go-back a:not(:last-child),
body.parent-pageid-13 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .actions a:not(:last-child),
body.parent-pageid-13 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire #go-back a:not(:last-child) {
  margin-right: 1rem;
}
body.page-id-13 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .actions a:hover,
body.page-id-13 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .actions a:focus,
body.page-id-13 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire #go-back a:hover,
body.page-id-13 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire #go-back a:focus,
body.parent-pageid-13 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .actions a:hover,
body.parent-pageid-13 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .actions a:focus,
body.parent-pageid-13 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire #go-back a:hover,
body.parent-pageid-13 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire #go-back a:focus {
  background-color: #814098;
  border-color: #814098;
  color: #fff;
}
body.page-id-13 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .listing ul li,
body.parent-pageid-13 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .listing ul li {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: .85rem;
  text-align: justify;
  list-style-type: none;
  position: relative;
  margin-bottom: .7rem;
}
body.page-id-13 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .listing ul li::before,
body.parent-pageid-13 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .listing ul li::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../img/puce.png');
  left: -25px;
  top: 0;
  width: 20px;
  height: 20px;
}
body.page-id-13 #savoir-faire-list .container-fluid .type-savoir-faire .img-savoir-faire,
body.parent-pageid-13 #savoir-faire-list .container-fluid .type-savoir-faire .img-savoir-faire {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}
body.page-id-13 #savoir-faire-list .container-fluid .type-savoir-faire .img-savoir-faire.contain-img,
body.parent-pageid-13 #savoir-faire-list .container-fluid .type-savoir-faire .img-savoir-faire.contain-img {
  background-size: contain;
}
body.page-id-13 #contact h3:before,
body.page-id-13 #contact h3:after,
body.parent-pageid-13 #contact h3:before,
body.parent-pageid-13 #contact h3:after {
  background-color: #814098;
}
body.page-id-13 #contact #nf-form-1-cont .submit-wrap input,
body.parent-pageid-13 #contact #nf-form-1-cont .submit-wrap input {
  color: #814098;
  border-color: #814098;
}
body.page-id-13 #contact #nf-form-1-cont .submit-wrap input:hover,
body.page-id-13 #contact #nf-form-1-cont .submit-wrap input:focus,
body.parent-pageid-13 #contact #nf-form-1-cont .submit-wrap input:hover,
body.parent-pageid-13 #contact #nf-form-1-cont .submit-wrap input:focus {
  background-color: #814098;
  color: #fff;
}
body.page-id-13 .footer-top,
body.parent-pageid-13 .footer-top {
  background-color: #814098;
}
body.page-id-11 #image-entete {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
  position: relative;
}
body.page-id-11 #image-entete::before {
  content: "";
  position: absolute;
  background-color: #151f29;
  opacity: .8;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body.page-id-11 #image-entete::after {
  border-bottom: 70px solid #fff;
  border-left: 99vw solid transparent;
  border-right: 0vw solid transparent;
  width: 0;
  height: 0;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  overflow: hidden;
  left: 0;
  right: 0;
  margin: auto;
}
body.page-id-11 #image-entete .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 70%;
}
body.page-id-11 #image-entete .inner .titre h1 {
  font-size: 3.5rem;
  color: #fff;
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}
body.page-id-11 #image-entete .inner .titre h1 strong {
  color: #559c51;
  font-weight: 700;
}
body.page-id-11 #image-entete .inner .sous-titre {
  font-size: 2.5rem;
  color: #fff;
  font-family: 'Exo 2', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: .2rem;
}
body.page-id-11 #savoir-faire {
  position: relative;
  padding: 5rem 0;
}
body.page-id-11 #savoir-faire .photo-savoir-faire {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}
body.page-id-11 #savoir-faire .texte-savoir-faire {
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
body.page-id-11 #savoir-faire .texte-savoir-faire .titre h2 {
  font-size: 1.5rem;
  color: #141d28;
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
  position: relative;
  padding-left: 1rem;
  margin-bottom: 3rem;
}
body.page-id-11 #savoir-faire .texte-savoir-faire .titre h2::before {
  content: "";
  position: absolute;
  background-color: #559c51;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
}
body.page-id-11 #savoir-faire .texte-savoir-faire .texte p,
body.page-id-11 #savoir-faire .texte-savoir-faire .texte ul,
body.page-id-11 #savoir-faire .texte-savoir-faire .texte ol {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #141d28;
  font-size: .95rem;
  text-align: justify;
  line-height: 1.5;
}
body.page-id-11 #savoir-faire .texte-savoir-faire .liste-garantie ul {
  padding-left: 0;
}
body.page-id-11 #savoir-faire .texte-savoir-faire .liste-garantie ul li {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #141d28;
  font-size: .8rem;
  text-align: justify;
  list-style-type: none;
  position: relative;
  margin-bottom: 1rem;
}
body.page-id-11 #savoir-faire .texte-savoir-faire .liste-garantie ul li::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../img/puce-vert.png');
  left: -25px;
  top: 0;
  width: 20px;
  height: 20px;
}
body.page-id-11 #activiter {
  position: relative;
  padding: 5rem 0;
}
body.page-id-11 #activiter .photo-activite {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}
body.page-id-11 #activiter .texte-activite {
  padding-left: 0;
  padding-right: 4rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
body.page-id-11 #activiter .texte-activite .titre h2 {
  font-size: 1.5rem;
  color: #141d28;
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
  position: relative;
  padding-left: 1rem;
  margin-bottom: 3rem;
}
body.page-id-11 #activiter .texte-activite .titre h2::before {
  content: "";
  position: absolute;
  background-color: #559c51;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
}
body.page-id-11 #activiter .texte-activite .texte p,
body.page-id-11 #activiter .texte-activite .texte ul,
body.page-id-11 #activiter .texte-activite .texte ol {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #141d28;
  font-size: .95rem;
  text-align: justify;
  line-height: 1.5;
}
body.page-id-11 #activiter .texte-activite .texte p strong,
body.page-id-11 #activiter .texte-activite .texte ul strong,
body.page-id-11 #activiter .texte-activite .texte ol strong {
  font-weight: 600;
}
body.page-id-11 #activiter .texte-activite .liste-garantie ul {
  padding-left: 0;
}
body.page-id-11 #activiter .texte-activite .liste-garantie ul li {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #141d28;
  font-size: .85rem;
  text-align: justify;
  list-style-type: none;
  position: relative;
  margin-bottom: 1rem;
}
body.page-id-11 #activiter .texte-activite .liste-garantie ul li::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../img/puce-vert.png');
  left: -25px;
  top: 0;
  width: 20px;
  height: 20px;
}
body.page-id-12 #image-entete {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
  position: relative;
}
body.page-id-12 #image-entete::before {
  content: "";
  position: absolute;
  background-color: #151f29;
  opacity: .8;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body.page-id-12 #image-entete::after {
  border-bottom: 70px solid #fff;
  border-left: 99vw solid transparent;
  border-right: 0vw solid transparent;
  width: 0;
  height: 0;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  overflow: hidden;
  left: 0;
  right: 0;
  margin: auto;
}
body.page-id-12 #image-entete .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 70%;
}
body.page-id-12 #image-entete .inner .titre h1 {
  font-size: 2.5rem;
  color: #fff;
  font-family: 'Exo 2', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: .2rem;
}
body.page-id-12 #list-produit {
  position: relative;
  padding: 3rem 0;
}
body.page-id-12 #list-produit .titre-main {
  margin: 1rem 0;
}
body.page-id-12 #list-produit .titre-main h2 {
  text-align: center;
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
  color: #141d28;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-bottom: 1rem;
}
body.page-id-12 #list-produit .titre-main h2::before,
body.page-id-12 #list-produit .titre-main h2::after {
  content: "";
  position: absolute;
  background-color: #559c51;
  height: 3px;
  width: 50px;
  top: 60%;
  transform: translateY(-50%);
}
body.page-id-12 #list-produit .titre-main h2::before {
  left: -55px;
}
body.page-id-12 #list-produit .titre-main h2::after {
  right: -55px;
}
body.page-id-12 #list-produit .list {
  margin-bottom: 2rem;
  width: 100%;
}
body.page-id-12 #list-produit .list .item-produit:last-child .pictogramme {
  margin: 0 auto 1rem auto;
}
body.page-id-12 #list-produit .list .item-produit:last-child .pictogramme img {
  margin-top: 1.2rem;
}
body.page-id-12 #list-produit .list .item-produit:last-child .titre-produit {
  margin-top: .6rem;
}
body.page-id-12 #list-produit .list .item-produit .pictogramme {
  width: 110px;
  height: 110px;
  margin: 0 auto;
}
@media (min-width: 992px) and (max-width: 1439.98px) {
  body.page-id-12 #list-produit .list .item-produit .pictogramme {
    width: 90px;
    height: 90px;
  }
}
body.page-id-12 #list-produit .list .item-produit .pictogramme img {
  max-width: 100%;
}
body.page-id-12 #list-produit .list .item-produit .titre-produit {
  font-size: 1rem;
  color: #141d28;
  font-family: 'Exo 2', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: .2rem;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1439.98px) {
  body.page-id-12 #list-produit .list .item-produit .titre-produit {
    font-size: .9rem;
  }
}
body.page-id-12 #savoir-faire-list {
  margin-bottom: 3rem;
}
body.page-id-12 #savoir-faire-list .container-fluid {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-12 #savoir-faire-list .container-fluid {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}
body.page-id-12 #savoir-faire-list .container-fluid .type-savoir-faire.impair .infos-savoir-faire {
  background-color: transparent;
  background-image: url('../img/fond-bloc-savoir-faire.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  order: 2;
}
body.page-id-12 #savoir-faire-list .container-fluid .type-savoir-faire.impair .infos-savoir-faire .titre h2 {
  color: #141d28;
}
body.page-id-12 #savoir-faire-list .container-fluid .type-savoir-faire.impair .infos-savoir-faire .sous-titre h3 {
  color: #141d28;
}
body.page-id-12 #savoir-faire-list .container-fluid .type-savoir-faire.impair .infos-savoir-faire .texte p {
  color: #141d28;
}
body.page-id-12 #savoir-faire-list .container-fluid .type-savoir-faire.impair .infos-savoir-faire .listing ul li {
  color: #141d28;
}
body.page-id-12 #savoir-faire-list .container-fluid .type-savoir-faire.impair .infos-savoir-faire .listing ul li::before {
  background-image: url('../img/puce-vert.png');
}
body.page-id-12 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire {
  background-color: #141d28;
  padding: 6rem 5rem;
}
@media (min-width: 992px) and (max-width: 1439.98px) {
  body.page-id-12 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire {
    padding: 4rem 3rem;
  }
}
body.page-id-12 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .titre {
  margin: 1rem 0;
}
body.page-id-12 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .titre h2 {
  text-align: center;
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
  color: #fff;
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 2rem;
}
body.page-id-12 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .titre h2::before,
body.page-id-12 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .titre h2::after {
  content: "";
  position: absolute;
  background-color: #559c51;
  height: 3px;
  width: 50px;
  top: 60%;
  transform: translateY(-50%);
}
@media (min-width: 992px) and (max-width: 1439.98px) {
  body.page-id-12 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .titre h2::before,
  body.page-id-12 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .titre h2::after {
    width: 20px;
  }
}
body.page-id-12 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .titre h2::before {
  left: -55px;
}
@media (min-width: 992px) and (max-width: 1439.98px) {
  body.page-id-12 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .titre h2::before {
    left: -25px;
  }
}
body.page-id-12 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .titre h2::after {
  right: -55px;
}
@media (min-width: 992px) and (max-width: 1439.98px) {
  body.page-id-12 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .titre h2::after {
    right: -25px;
  }
}
body.page-id-12 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .sous-titre h3 {
  text-align: center;
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
  color: #fff;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  margin-bottom: 3rem;
  font-size: 1.5rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-12 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .sous-titre h3 {
    font-size: 1.1rem;
  }
}
body.page-id-12 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .texte p,
body.page-id-12 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .texte ul,
body.page-id-12 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .texte ol {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: .85rem;
  text-align: justify;
  margin-bottom: .5rem;
}
body.page-id-12 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .listing ul li {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: .85rem;
  text-align: justify;
  list-style-type: none;
  position: relative;
  margin-bottom: .7rem;
}
body.page-id-12 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .listing ul li::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../img/puce.png');
  left: -25px;
  top: 0;
  width: 20px;
  height: 20px;
}
body.page-id-12 #savoir-faire-list .container-fluid .type-savoir-faire .img-savoir-faire {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}
body.blog #image-entete {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
  position: relative;
}
body.blog #image-entete::before {
  content: "";
  position: absolute;
  background-color: #151f29;
  opacity: .8;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body.blog #image-entete::after {
  border-bottom: 70px solid #fff;
  border-left: 99vw solid transparent;
  border-right: 0vw solid transparent;
  width: 0;
  height: 0;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  overflow: hidden;
  left: 0;
  right: 0;
  margin: auto;
}
body.blog #image-entete .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 70%;
}
body.blog #image-entete .inner .titre h1 {
  font-size: 2.5rem;
  color: #fff;
  font-family: 'Exo 2', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: .2rem;
}
body.blog #actualites .titre-main {
  text-align: center;
  margin: 2rem 0;
}
body.blog #actualites .titre-main h2 {
  text-align: center;
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
  color: #141d28;
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 2rem;
}
body.blog #actualites .titre-main h2::before,
body.blog #actualites .titre-main h2::after {
  content: "";
  position: absolute;
  background-color: #559c51;
  height: 3px;
  width: 50px;
  top: 60%;
  transform: translateY(-50%);
}
body.blog #actualites .titre-main h2::before {
  left: -55px;
}
body.blog #actualites .titre-main h2::after {
  right: -55px;
}
body.blog #actualites .bloc-main-actus {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 2rem;
}
body.blog #actualites .bloc-main-actus .photo-actu {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}
body.blog #actualites .bloc-main-actus .infos-actus {
  padding: 3.5rem 3rem;
  background-color: #559c51;
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  body.blog #actualites .bloc-main-actus .infos-actus {
    padding: 2.5rem 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.blog #actualites .bloc-main-actus .infos-actus {
    padding: 2rem 1.5rem;
  }
}
body.blog #actualites .bloc-main-actus .infos-actus .titre {
  display: block;
  font-size: 1.5rem;
  color: #fff;
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
  width: 100%;
  text-align: left;
  margin-bottom: 2rem;
  line-height: 1.4;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.blog #actualites .bloc-main-actus .infos-actus .titre {
    font-size: 1.2rem;
  }
}
body.blog #actualites .bloc-main-actus .infos-actus .texte {
  display: block;
  width: 100%;
  font-size: .8rem;
  color: #fff;
  margin-bottom: 1rem;
}
body.blog #actualites .bloc-main-actus .infos-actus .btn-actus {
  display: block;
  width: 100%;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1rem;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 18px;
  padding: .3rem 1rem;
  text-align: center;
  letter-spacing: 1px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  text-decoration: none;
}
body.blog #actualites .bloc-main-actus .infos-actus .btn-actus:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  color: #559c51;
  background-color: #fff;
}
body.blog #actualites #all-actus .ctn-actus {
  margin-bottom: 2rem;
  position: relative;
  overflow: hidden;
}
body.blog #actualites #all-actus .ctn-actus .btn-actu {
  text-decoration: none;
}
body.blog #actualites #all-actus .ctn-actus .btn-actu .img-actus {
  height: 320px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.blog #actualites #all-actus .ctn-actus .btn-actu .img-actus::before {
  content: "";
  position: absolute;
  background-color: #151f29;
  opacity: .3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.blog #actualites #all-actus .ctn-actus .btn-actu .img-actus .infos-actus {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 5;
  padding: 2rem;
  transform: translateX(-100%);
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.blog #actualites #all-actus .ctn-actus .btn-actu .img-actus .infos-actus .date {
  color: #fff;
  font-size: 1.4rem;
  font-family: 'Exo 2', sans-serif;
  font-weight: 300;
  text-align: left;
  margin-bottom: 2rem;
  transform: translateX(-180%);
  transition: all .8s ease-in-out !important;
  -webkit-transition: all .8s ease-in-out !important;
  -moz-transition: all .8s ease-in-out !important;
  -o-transition: all .8s ease-in-out !important;
}
body.blog #actualites #all-actus .ctn-actus .btn-actu .img-actus .infos-actus .texte {
  display: block;
  font-size: .9rem;
  text-align: justify;
  color: #fff;
  margin-bottom: 1.5rem;
  transform: translateX(-160%);
  transition: all .7s ease-in-out !important;
  -webkit-transition: all .7s ease-in-out !important;
  -moz-transition: all .7s ease-in-out !important;
  -o-transition: all .7s ease-in-out !important;
}
body.blog #actualites #all-actus .ctn-actus .btn-actu .img-actus .infos-actus .btn-actus {
  text-align: right;
  font-size: 1rem;
  color: #fff;
  font-family: 'Exo 2', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  position: relative;
  transform: translateX(-150%);
  transition: all .6s ease-in-out !important;
  -webkit-transition: all .6s ease-in-out !important;
  -moz-transition: all .6s ease-in-out !important;
  -o-transition: all .6s ease-in-out !important;
}
body.blog #actualites #all-actus .ctn-actus .btn-actu .img-actus .infos-actus .btn-actus::before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 0;
  height: 1px;
  left: 39%;
  bottom: 6px;
  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.blog #actualites #all-actus .ctn-actus .btn-actu .titre {
  background-color: #141d28;
  padding: 1.2rem 1rem;
  color: #fff;
  margin-bottom: 0;
  font-size: 1rem;
  text-align: center;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  font-weight: 400;
  position: relative;
  z-index: 1;
}
body.blog #actualites #all-actus .ctn-actus .btn-actu .titre::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 0;
  height: 100%;
  background-color: #559c51;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  z-index: -1;
}
body.blog #actualites #all-actus .ctn-actus .btn-actu .titre i {
  color: #fff;
}
body.blog #actualites #all-actus .ctn-actus .btn-actu:hover .img-actus::before {
  opacity: .9;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.blog #actualites #all-actus .ctn-actus .btn-actu:hover .img-actus .infos-actus {
  transform: translateX(0);
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.blog #actualites #all-actus .ctn-actus .btn-actu:hover .img-actus .infos-actus .date {
  transform: translateX(0);
  transition: all .6s ease-in-out !important;
  -webkit-transition: all .6s ease-in-out !important;
  -moz-transition: all .6s ease-in-out !important;
  -o-transition: all .6s ease-in-out !important;
}
body.blog #actualites #all-actus .ctn-actus .btn-actu:hover .img-actus .infos-actus .texte {
  transform: translateX(0);
  transition: all .7s ease-in-out !important;
  -webkit-transition: all .7s ease-in-out !important;
  -moz-transition: all .7s ease-in-out !important;
  -o-transition: all .7s ease-in-out !important;
}
body.blog #actualites #all-actus .ctn-actus .btn-actu:hover .img-actus .infos-actus .btn-actus {
  transform: translateX(0);
  transition: all .6s ease-in-out !important;
  -webkit-transition: all .6s ease-in-out !important;
  -moz-transition: all .6s ease-in-out !important;
  -o-transition: all .6s ease-in-out !important;
}
body.blog #actualites #all-actus .ctn-actus .btn-actu:hover .img-actus .infos-actus .btn-actus::before {
  width: 38%;
  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.blog #actualites #all-actus .ctn-actus .btn-actu:hover .img-actus .infos-actus .btn-actus:hover {
  transition: all .6s ease-in-out !important;
  -webkit-transition: all .6s ease-in-out !important;
  -moz-transition: all .6s ease-in-out !important;
  -o-transition: all .6s ease-in-out !important;
}
body.blog #actualites #all-actus .ctn-actus .btn-actu:hover .img-actus .infos-actus .btn-actus:hover::before {
  width: 5%;
  transition: all .6s ease-in-out !important;
  -webkit-transition: all .6s ease-in-out !important;
  -moz-transition: all .6s ease-in-out !important;
  -o-transition: all .6s ease-in-out !important;
}
body.blog #actualites #all-actus .ctn-actus .btn-actu:hover .titre::before {
  opacity: 1;
  width: 100%;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.single #image-entete {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
  position: relative;
}
body.single #image-entete::before {
  content: "";
  position: absolute;
  background-color: #151f29;
  opacity: .8;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body.single #image-entete::after {
  border-bottom: 70px solid #fff;
  border-left: 99vw solid transparent;
  border-right: 0vw solid transparent;
  width: 0;
  height: 0;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  overflow: hidden;
  left: 0;
  right: 0;
  margin: auto;
}
body.single #image-entete .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 70%;
}
body.single #image-entete .inner .titre h1 {
  font-size: 3.5rem;
  color: #fff;
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
}
body.single #image-entete .inner .titre h1 strong {
  color: #559c51;
  font-weight: 700;
}
body.single #image-entete .inner .titre-actus h2 {
  font-size: 1.8rem;
  color: #fff;
  font-family: 'Exo 2', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: .2rem;
}
body.single #image-entete .inner .btn-retour {
  text-align: right;
  font-size: 1rem;
  color: #fff;
  font-family: 'Exo 2', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  position: relative;
  width: 300px;
  margin-top: 2rem;
  text-decoration: none;
}
body.single #image-entete .inner .btn-retour::before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 37%;
  height: 1px;
  left: 0;
  bottom: 6px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.single #image-entete .inner .btn-retour:hover::before {
  width: 5%;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.single .actus .bloc-actus .image-actus {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 550px;
  margin-top: 3rem;
}
body.single .actus .bloc-actus .infos-actus {
  padding: 2rem 0;
}
body.single .actus .bloc-actus .infos-actus .date {
  color: #559c51;
  font-size: 1.4rem;
  font-family: 'Exo 2', sans-serif;
  font-weight: 300;
  text-align: left;
  margin-bottom: 1.5rem;
}
body.single .actus .bloc-actus .infos-actus .titre {
  color: #000;
  font-size: 1.5rem;
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
  text-align: left;
  margin-bottom: 1.5rem;
}
body.single .actus .bloc-actus .infos-actus .texte {
  display: block;
  font-size: .95rem;
  text-align: justify;
  color: #000;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}
body.single .actus .btn-retour {
  text-align: right;
  font-size: 1rem;
  color: #000;
  font-family: 'Exo 2', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  position: relative;
  width: 300px;
  margin-top: 1rem;
  margin-bottom: 3rem;
  display: block;
  text-decoration: none;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.single .actus .btn-retour::before {
  content: "";
  position: absolute;
  background-color: #000;
  width: 37%;
  height: 1px;
  left: 0;
  bottom: 6px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.single .actus .btn-retour:hover {
  color: #559c51;
}
body.single .actus .btn-retour:hover::before {
  width: 5%;
  background-color: #559c51;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-15 #image-entete {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
  position: relative;
}
body.page-id-15 #image-entete::before {
  content: "";
  position: absolute;
  background-color: #151f29;
  opacity: .8;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body.page-id-15 #image-entete::after {
  border-bottom: 70px solid #fff;
  border-left: 99vw solid transparent;
  border-right: 0vw solid transparent;
  width: 0;
  height: 0;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  overflow: hidden;
  left: 0;
  right: 0;
  margin: auto;
}
body.page-id-15 #image-entete .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 70%;
}
body.page-id-15 #image-entete .inner .titre h1 {
  font-size: 3.5rem;
  color: #fff;
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}
body.page-id-15 #image-entete .inner .titre h1 strong {
  color: #559c51;
  font-weight: 700;
}
body.page-id-15 #image-entete .inner .sous-titre {
  font-size: 2.5rem;
  color: #fff;
  font-family: 'Exo 2', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: .2rem;
}
body.page-id-15 #liste-service-prestation #services .titre-main,
body.page-id-15 #liste-service-prestation #prestations .titre-main {
  text-align: center;
  margin: 2rem 0;
}
body.page-id-15 #liste-service-prestation #services .titre-main h2,
body.page-id-15 #liste-service-prestation #prestations .titre-main h2 {
  text-align: center;
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
  color: #141d28;
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 2rem;
}
body.page-id-15 #liste-service-prestation #services .titre-main h2::before,
body.page-id-15 #liste-service-prestation #services .titre-main h2::after,
body.page-id-15 #liste-service-prestation #prestations .titre-main h2::before,
body.page-id-15 #liste-service-prestation #prestations .titre-main h2::after {
  content: "";
  position: absolute;
  background-color: #559c51;
  height: 3px;
  width: 50px;
  top: 60%;
  transform: translateY(-50%);
}
body.page-id-15 #liste-service-prestation #services .titre-main h2::before,
body.page-id-15 #liste-service-prestation #prestations .titre-main h2::before {
  left: -55px;
}
body.page-id-15 #liste-service-prestation #services .titre-main h2::after,
body.page-id-15 #liste-service-prestation #prestations .titre-main h2::after {
  right: -55px;
}
body.page-id-15 #liste-service-prestation #services .list .item .photo,
body.page-id-15 #liste-service-prestation #prestations .list .item .photo {
  height: 220px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
body.page-id-15 #liste-service-prestation #services .list .item .photo img,
body.page-id-15 #liste-service-prestation #prestations .list .item .photo img {
  max-width: 100%;
}
body.page-id-15 #liste-service-prestation #services .list .item .titre-produit,
body.page-id-15 #liste-service-prestation #prestations .list .item .titre-produit {
  font-size: 1.5rem;
  color: #141d28;
  font-family: 'Exo 2', sans-serif;
  font-weight: 600;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 1rem;
  margin-top: 1rem;
}
body.page-id-15 #liste-service-prestation #services .list .item .titre-produit::before,
body.page-id-15 #liste-service-prestation #prestations .list .item .titre-produit::before {
  content: "";
  position: absolute;
  background-color: #559c51;
  left: 0;
  top: 4px;
  width: 4px;
  height: 30px;
}
body.page-id-15 #liste-service-prestation #services .list .item .description-produit p,
body.page-id-15 #liste-service-prestation #prestations .list .item .description-produit p {
  display: block;
  font-size: .85rem;
  color: #141d28;
  font-weight: 400;
  text-align: justify;
}
body.page-id-15 #liste-service-prestation #prestations {
  margin-bottom: 3rem;
}
body.page-id-15 #liste-service-prestation #prestations .list .item:first-child .photo img {
  transform: translateY(-6rem);
}
body.page-id-17 #image-entete {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
  position: relative;
}
body.page-id-17 #image-entete::before {
  content: "";
  position: absolute;
  background-color: #151f29;
  opacity: .8;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body.page-id-17 #image-entete::after {
  border-bottom: 70px solid #fff;
  border-left: 99vw solid transparent;
  border-right: 0vw solid transparent;
  width: 0;
  height: 0;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  overflow: hidden;
  left: 0;
  right: 0;
  margin: auto;
}
body.page-id-17 #image-entete .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 70%;
}
body.page-id-17 #image-entete .inner .titre h1 {
  font-size: 3.5rem;
  color: #fff;
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}
body.page-id-17 #image-entete .inner .titre h1 strong {
  color: #559c51;
  font-weight: 700;
}
body.page-id-17 #image-entete .inner .sous-titre {
  font-size: 2.5rem;
  color: #fff;
  font-family: 'Exo 2', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: .2rem;
}
body.page-id-17 #references {
  margin: 3rem 0;
}
body.page-id-17 #references #reference-wrapper .item {
  display: inline-block;
  width: 160px;
  position: relative;
  height: 160px;
  border: 1px solid #000;
  z-index: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  opacity: 1;
}
body.page-id-17 #references #reference-wrapper .item:hover {
  z-index: 10;
}
body.page-id-17 #references #reference-wrapper .item:before,
body.page-id-17 #references #reference-wrapper .item:after {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  opacity: 1;
}
body.page-id-17 #references #reference-wrapper .item:before {
  width: calc(102%);
  height: 100%;
  z-index: 1;
  transition: height 1s ease, opacity .8s ease;
}
body.page-id-17 #references #reference-wrapper .item:after {
  height: calc(102%);
  width: 100%;
  z-index: 1;
  transition: width 1s ease, opacity .8s ease;
}
body.page-id-17 #references #reference-wrapper .item:hover:before,
body.page-id-17 #references #reference-wrapper .item:focus:before {
  transition: height .2s ease, opacity .3s ease;
  height: 85%;
  opacity: .7;
}
body.page-id-17 #references #reference-wrapper .item:hover:after,
body.page-id-17 #references #reference-wrapper .item:focus:after {
  transition: width .2s ease, opacity .3s ease;
  width: 85%;
  opacity: .8;
}
body.page-id-17 #references #reference-wrapper .item:hover img,
body.page-id-17 #references #reference-wrapper .item:focus img {
  filter: grayscale(0);
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-17 #references #reference-wrapper .item img {
  fill: #000;
  width: 60%;
  will-change: width;
  position: absolute;
  top: 50%;
  left: 50%;
  filter: grayscale(1);
  transform: translate(-50%,-50%) scale(1);
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  z-index: 2;
}
body.page-id-18 #image-entete {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
  position: relative;
}
body.page-id-18 #image-entete::before {
  content: "";
  position: absolute;
  background-color: #151f29;
  opacity: .8;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body.page-id-18 #image-entete::after {
  border-bottom: 70px solid #fff;
  border-left: 99vw solid transparent;
  border-right: 0vw solid transparent;
  width: 0;
  height: 0;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  overflow: hidden;
  left: 0;
  right: 0;
  margin: auto;
}
body.page-id-18 #image-entete .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 70%;
}
body.page-id-18 #image-entete .inner .titre h1 {
  font-size: 2.5rem;
  color: #fff;
  font-family: 'Exo 2', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: .2rem;
}
body.page-id-18 #telechargement {
  margin: 3rem 0;
}
body.page-id-18 #telechargement #accordion-fichier {
  margin-top: 1rem;
  padding: 0 3rem;
}
body.page-id-18 #telechargement #accordion-fichier button {
  width: 100%;
  border-radius: 0;
  background-color: #559c51;
  padding: 0 1rem;
}
body.page-id-18 #telechargement #accordion-fichier button .nom-fichier {
  text-align: left;
  display: block;
  letter-spacing: 1px;
  font-size: 1.5rem;
  color: #fff;
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
  text-decoration: none;
  margin-left: 1rem;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-18 #telechargement #accordion-fichier button .nom-fichier {
    font-size: 1.2rem;
  }
}
body.page-id-18 #telechargement #accordion-fichier button .plus,
body.page-id-18 #telechargement #accordion-fichier button .moins {
  font-size: 2.5rem;
  font-size: 300;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  color: #fff;
  padding: 0 .7rem;
  display: block;
  opacity: 1;
}
body.page-id-18 #telechargement #accordion-fichier button .moins {
  display: none;
  opacity: 0;
}
body.page-id-18 #telechargement #accordion-fichier button.collapsed .nom-fichier {
  color: #fff;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-18 #telechargement #accordion-fichier button.active {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-18 #telechargement #accordion-fichier button.active .plus {
  font-size: 1.5rem;
  font-size: 300;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  padding: 0 .7rem;
  display: none;
  opacity: 0;
}
body.page-id-18 #telechargement #accordion-fichier button.active .moins {
  display: block;
  opacity: 1;
  transition: all .5s ease-in-out !important;
  -webkit-transition: all .5s ease-in-out !important;
  -moz-transition: all .5s ease-in-out !important;
  -o-transition: all .5s ease-in-out !important;
}
body.page-id-18 #telechargement #accordion-fichier button:hover,
body.page-id-18 #telechargement #accordion-fichier button:focus {
  text-decoration: none;
  transition: all .5s ease-in-out !important;
  -webkit-transition: all .5s ease-in-out !important;
  -moz-transition: all .5s ease-in-out !important;
  -o-transition: all .5s ease-in-out !important;
  background-color: #141d28;
}
body.page-id-18 #telechargement #accordion-fichier .card-body {
  padding: 2rem 3rem;
  margin-bottom: 1rem;
  width: 100%;
  background-color: #fff;
}
body.page-id-18 #telechargement #accordion-fichier .card-body .infos-fichier .nom-fichier {
  font-size: 1.5rem;
  color: #141d28;
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
  position: relative;
  padding-left: 1rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-18 #telechargement #accordion-fichier .card-body .infos-fichier .nom-fichier {
    font-size: 1.2rem;
  }
}
body.page-id-18 #telechargement #accordion-fichier .card-body .infos-fichier .nom-fichier::before {
  content: "";
  position: absolute;
  background-color: #559c51;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
}
body.page-id-18 #telechargement #accordion-fichier .card-body .infos-fichier .taille-date .taille-fichier {
  display: block;
  font-size: .9rem;
  color: #141d28;
  font-weight: 500;
  margin-left: .8rem;
}
body.page-id-18 #telechargement #accordion-fichier .card-body .infos-fichier .taille-date .date-fichier {
  display: block;
  font-size: .9rem;
  color: #141d28;
  font-weight: 500;
  margin-left: .4rem;
}
body.page-id-18 #telechargement #accordion-fichier .card-body .infos-fichier .btn-download {
  margin-top: 2rem;
  color: #559c51;
  background-color: transparent;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  padding: .8rem 1rem .8rem 5rem;
  cursor: pointer;
  width: auto;
  font-size: 1rem;
  letter-spacing: 2px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  border: solid 1px #559c51;
  border-radius: 25px;
  position: relative;
  text-decoration: none;
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-18 #telechargement #accordion-fichier .card-body .infos-fichier .btn-download {
    font-size: .8rem;
  }
}
body.page-id-18 #telechargement #accordion-fichier .card-body .infos-fichier .btn-download::before {
  content: "";
  position: absolute;
  left: 1rem;
  top: -8px;
  height: 65px;
  width: 45px;
  background-color: #559c51;
}
body.page-id-18 #telechargement #accordion-fichier .card-body .infos-fichier .btn-download::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../img/picto-donwload.png');
  left: 24px;
  top: 10px;
  z-index: 2;
  width: 30px;
  height: 30px;
}
body.page-id-18 #telechargement #accordion-fichier .card-body .infos-fichier .btn-download:hover {
  background-color: #559c51;
  color: #fff;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-18 #telechargement #accordion-fichier .card-body .image-fichier {
  height: 190px;
  width: 100%;
}
body.page-id-18 #telechargement #accordion-fichier .card-body .image-fichier .inner {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body.page-template-prestation #go-back,
body.parent-pageid-13 #go-back {
  margin-bottom: 2rem;
}
body.page-template-prestation #go-back a,
body.parent-pageid-13 #go-back a {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1rem;
  color: #141d28;
  border: solid 1px #141d28;
  border-radius: 18px;
  padding: .3rem 2rem;
  text-align: center;
  letter-spacing: 1px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  text-decoration: none;
}
body.page-template-prestation #go-back a:not(:last-child),
body.parent-pageid-13 #go-back a:not(:last-child) {
  margin-right: 1rem;
}
body.page-template-prestation #go-back a:hover,
body.page-template-prestation #go-back a:focus,
body.parent-pageid-13 #go-back a:hover,
body.parent-pageid-13 #go-back a:focus {
  background-color: #814098;
  border-color: #814098;
  color: #fff;
}
body.page-template-prestation #image-entete,
body.parent-pageid-13 #image-entete {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
  position: relative;
}
body.page-template-prestation #image-entete::before,
body.parent-pageid-13 #image-entete::before {
  content: "";
  position: absolute;
  background-color: #151f29;
  opacity: .8;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body.page-template-prestation #image-entete::after,
body.parent-pageid-13 #image-entete::after {
  border-bottom: 70px solid #fff;
  border-left: 99vw solid transparent;
  border-right: 0vw solid transparent;
  width: 0;
  height: 0;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  overflow: hidden;
  left: 0;
  right: 0;
  margin: auto;
}
body.page-template-prestation #image-entete .inner,
body.parent-pageid-13 #image-entete .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 70%;
}
body.page-template-prestation #image-entete .inner .titre h1,
body.parent-pageid-13 #image-entete .inner .titre h1 {
  font-size: 3.5rem;
  color: #fff;
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}
body.page-template-prestation #image-entete .inner .titre h1 strong,
body.parent-pageid-13 #image-entete .inner .titre h1 strong {
  color: #559c51;
  font-weight: 700;
}
body.page-template-prestation #image-entete .inner .sous-titre,
body.parent-pageid-13 #image-entete .inner .sous-titre {
  font-size: 2.5rem;
  color: #fff;
  font-family: 'Exo 2', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: .2rem;
}
body.page-template-prestation #infos-piece,
body.parent-pageid-13 #infos-piece {
  margin-top: 2rem;
}
body.page-template-prestation #infos-piece .infos-pieces .titre-texte,
body.parent-pageid-13 #infos-piece .infos-pieces .titre-texte {
  padding-right: 4rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
body.page-template-prestation #infos-piece .infos-pieces .titre-texte .titre,
body.parent-pageid-13 #infos-piece .infos-pieces .titre-texte .titre {
  font-size: 1.5rem;
  color: #141d28;
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
  position: relative;
  padding-left: 1rem;
  margin-bottom: 3rem;
}
body.page-template-prestation #infos-piece .infos-pieces .titre-texte .titre::before,
body.parent-pageid-13 #infos-piece .infos-pieces .titre-texte .titre::before {
  content: "";
  position: absolute;
  background-color: #814098;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
}
body.page-template-prestation #infos-piece .infos-pieces .titre-texte .titre span,
body.parent-pageid-13 #infos-piece .infos-pieces .titre-texte .titre span {
  display: block;
  font-weight: 400;
}
body.page-template-prestation #infos-piece .infos-pieces .titre-texte .texte p,
body.page-template-prestation #infos-piece .infos-pieces .titre-texte .texte ul,
body.page-template-prestation #infos-piece .infos-pieces .titre-texte .texte ol,
body.parent-pageid-13 #infos-piece .infos-pieces .titre-texte .texte p,
body.parent-pageid-13 #infos-piece .infos-pieces .titre-texte .texte ul,
body.parent-pageid-13 #infos-piece .infos-pieces .titre-texte .texte ol {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #141d28;
  font-size: .9rem;
  text-align: justify;
  line-height: 1.5;
}
body.page-template-prestation #infos-piece .infos-pieces .image-piece,
body.parent-pageid-13 #infos-piece .infos-pieces .image-piece {
  height: 350px;
  width: 100%;
}
body.page-template-prestation #infos-piece .infos-pieces .image-piece img,
body.parent-pageid-13 #infos-piece .infos-pieces .image-piece img {
  max-width: 100%;
  max-height: 100%;
}
body.page-template-prestation #infos-piece .infos-pieces .actions,
body.parent-pageid-13 #infos-piece .infos-pieces .actions {
  margin-top: 2rem;
}
body.page-template-prestation #infos-piece .infos-pieces .actions a,
body.parent-pageid-13 #infos-piece .infos-pieces .actions a {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1rem;
  color: #141d28;
  border: solid 1px #141d28;
  border-radius: 18px;
  padding: .3rem 2rem;
  text-align: center;
  letter-spacing: 1px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  text-decoration: none;
}
body.page-template-prestation #infos-piece .infos-pieces .actions a:not(:last-child),
body.parent-pageid-13 #infos-piece .infos-pieces .actions a:not(:last-child) {
  margin-right: 1rem;
}
body.page-template-prestation #infos-piece .infos-pieces .actions a:hover,
body.page-template-prestation #infos-piece .infos-pieces .actions a:focus,
body.parent-pageid-13 #infos-piece .infos-pieces .actions a:hover,
body.parent-pageid-13 #infos-piece .infos-pieces .actions a:focus {
  background-color: #814098;
  border-color: #814098;
  color: #fff;
}
body.page-template-prestation #liste-prix-prestation,
body.parent-pageid-13 #liste-prix-prestation {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
body.page-template-prestation #liste-prix-prestation #prix-piece,
body.parent-pageid-13 #liste-prix-prestation #prix-piece {
  align-items: flex-start;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
}
body.page-template-prestation #liste-prix-prestation #prix-piece > *,
body.parent-pageid-13 #liste-prix-prestation #prix-piece > * {
  width: 100%;
}
body.page-template-prestation #liste-prix-prestation #prix-piece .titre-main h2,
body.parent-pageid-13 #liste-prix-prestation #prix-piece .titre-main h2 {
  font-size: 1.5rem;
  color: #141d28;
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
  position: relative;
  padding-left: 1rem;
  margin-bottom: 3rem;
}
body.page-template-prestation #liste-prix-prestation #prix-piece .titre-main h2::before,
body.parent-pageid-13 #liste-prix-prestation #prix-piece .titre-main h2::before {
  content: "";
  position: absolute;
  background-color: #814098;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
}
body.page-template-prestation #liste-prix-prestation #prix-piece .piece .item .photo-piece,
body.parent-pageid-13 #liste-prix-prestation #prix-piece .piece .item .photo-piece {
  height: 80px;
  line-height: 80px;
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
}
body.page-template-prestation #liste-prix-prestation #prix-piece .piece .item .photo-piece img,
body.parent-pageid-13 #liste-prix-prestation #prix-piece .piece .item .photo-piece img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  display: inline-block;
}
body.page-template-prestation #liste-prix-prestation #prix-piece .piece .item .titre-produit,
body.parent-pageid-13 #liste-prix-prestation #prix-piece .piece .item .titre-produit {
  font-size: 1.5rem;
  color: #141d28;
  font-family: 'Exo 2', sans-serif;
  font-weight: 400;
  margin-top: .2rem;
}
body.page-template-prestation #liste-prix-prestation #prix-piece .piece .item .description-produit,
body.parent-pageid-13 #liste-prix-prestation #prix-piece .piece .item .description-produit {
  font-size: .9rem;
  color: #141d28;
  font-weight: 300;
  text-transform: uppercase;
}
body.page-template-prestation #liste-prix-prestation #prix-piece .piece .item .tableau-prix,
body.parent-pageid-13 #liste-prix-prestation #prix-piece .piece .item .tableau-prix {
  border: solid 1px #141d28;
  margin-top: 2rem;
}
body.page-template-prestation #liste-prix-prestation #prix-piece .piece .item .tableau-prix .item,
body.parent-pageid-13 #liste-prix-prestation #prix-piece .piece .item .tableau-prix .item {
  border-bottom: solid 1px #141d28;
}
body.page-template-prestation #liste-prix-prestation #prix-piece .piece .item .tableau-prix .item .nb-piece,
body.parent-pageid-13 #liste-prix-prestation #prix-piece .piece .item .tableau-prix .item .nb-piece {
  font-size: .9rem;
  color: #141d28;
  font-weight: 400;
  text-transform: uppercase;
  border-right: solid 1px #141d28;
  padding: .5rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-template-prestation #liste-prix-prestation #prix-piece .piece .item .tableau-prix .item .nb-piece,
  body.parent-pageid-13 #liste-prix-prestation #prix-piece .piece .item .tableau-prix .item .nb-piece {
    font-size: .8rem;
  }
}
body.page-template-prestation #liste-prix-prestation #prix-piece .piece .item .tableau-prix .item .prix,
body.parent-pageid-13 #liste-prix-prestation #prix-piece .piece .item .tableau-prix .item .prix {
  text-align: center;
  font-size: .9rem;
  color: #141d28;
  font-weight: 700;
  padding: .5rem 0;
}
body.page-template-prestation #liste-prix-prestation #prix-piece .piece .item .tableau-prix .item:last-child,
body.parent-pageid-13 #liste-prix-prestation #prix-piece .piece .item .tableau-prix .item:last-child {
  border-bottom: none;
}
body.page-id-19 #image-entete {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
  position: relative;
}
body.page-id-19 #image-entete::before {
  content: "";
  position: absolute;
  background-color: #151f29;
  opacity: .8;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body.page-id-19 #image-entete::after {
  border-bottom: 70px solid #fff;
  border-left: 99vw solid transparent;
  border-right: 0vw solid transparent;
  width: 0;
  height: 0;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  overflow: hidden;
  left: 0;
  right: 0;
  margin: auto;
}
body.page-id-19 #image-entete .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 70%;
}
body.page-id-19 #image-entete .inner .titre h1 {
  font-size: 3.5rem;
  color: #fff;
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}
body.page-id-19 #image-entete .inner .titre h1 strong {
  color: #559c51;
  font-weight: 700;
}
body.page-id-19 #image-entete .inner .sous-titre {
  font-size: 2.5rem;
  color: #fff;
  font-family: 'Exo 2', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: .2rem;
}
body.page-id-19 #contact {
  padding: 3rem 0;
}
body.page-id-19 #contact #nf-form-1-cont input,
body.page-id-19 #contact #nf-form-1-cont textarea {
  padding: 1rem;
  outline: none;
  transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
  color: #141d28;
  border: solid 1px #141d28;
}
body.page-id-19 #contact #nf-form-1-cont textarea {
  height: 150px;
  resize: none;
}
body.page-id-19 #contact #nf-form-1-cont label {
  display: none;
}
body.page-id-19 #contact #nf-form-1-cont .submit-wrap {
  text-align: left;
}
body.page-id-19 #contact #nf-form-1-cont .submit-wrap input {
  color: #559c51;
  background-color: transparent;
  border: none;
  font-weight: 600;
  text-transform: uppercase;
  padding: .8rem 1rem;
  cursor: pointer;
  width: 250px;
  font-size: 1.1rem;
  letter-spacing: 2px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  float: right;
  border: solid 1px #559c51;
  border-radius: 25px;
}
body.page-id-19 #contact #nf-form-1-cont .submit-wrap input:hover {
  background-color: #559c51;
  color: #fff;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media screen and (max-width: 576px) {
  body.page-id-19 #contact #nf-form-1-cont .submit-wrap input {
    width: 100%;
  }
}
body.page-id-19 #contact #nf-form-1-cont .nf-form-fields-required {
  display: none;
}
body.page-id-19 #contact #nf-form-1-cont .nf-error-msg {
  font-weight: 300;
  font-size: 12px;
}
body.page-id-19 #contact .infos-contact {
  margin-top: 2rem;
}
body.page-id-19 #contact .infos-contact .adresse-texte .adresse {
  margin-bottom: 2rem;
}
body.page-id-19 #contact .infos-contact .adresse-texte .adresse h3 {
  font-size: 2rem;
  color: #559c51;
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: .2rem;
  margin-bottom: 0;
}
body.page-id-19 #contact .infos-contact .adresse-texte .adresse span {
  display: block;
  font-size: 1rem;
  color: #141d28;
  font-weight: 500;
  text-align: justify;
}
body.page-id-19 #contact .infos-contact .adresse-texte .texte p,
body.page-id-19 #contact .infos-contact .adresse-texte .texte ul,
body.page-id-19 #contact .infos-contact .adresse-texte .texte ol {
  display: block;
  font-size: .9rem;
  color: #141d28;
  font-weight: 400;
  text-align: justify;
}
body.page-id-19 #contact .infos-contact .adresse-texte .texte p strong,
body.page-id-19 #contact .infos-contact .adresse-texte .texte ul strong,
body.page-id-19 #contact .infos-contact .adresse-texte .texte ol strong {
  font-weight: 700;
}
body.page-id-19 #contact .infos-contact .carte img {
  max-width: 75%;
  margin: 0 auto;
  display: block;
}
body.page-id-36 #image-entete {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
  position: relative;
}
body.page-id-36 #image-entete::before {
  content: "";
  position: absolute;
  background-color: #151f29;
  opacity: .8;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body.page-id-36 #image-entete::after {
  border-bottom: 70px solid #fff;
  border-left: 99vw solid transparent;
  border-right: 0vw solid transparent;
  width: 0;
  height: 0;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  overflow: hidden;
  left: 0;
  right: 0;
  margin: auto;
}
body.page-id-36 #image-entete .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 70%;
}
body.page-id-36 #image-entete .inner .titre h1 {
  font-size: 2.5rem;
  color: #fff;
  font-family: 'Exo 2', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: .2rem;
}
body.page-id-36 #galerie {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
body.page-id-36 #galerie #masonry-galerie {
  width: 100%;
  padding-left: 1rem;
}
body.page-id-36 #galerie #masonry-galerie .grid {
  width: 32%;
  position: relative;
  overflow: hidden;
  margin: .2rem;
}
body.page-id-36 #galerie #masonry-galerie .grid::after {
  content: '';
  display: block;
  clear: both;
}
body.page-id-36 #galerie #masonry-galerie .grid .mix {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  margin: 5px;
}
body.page-id-36 #galerie #masonry-galerie .grid .mix .hover-img {
  opacity: 0;
  bottom: -100%;
  left: 0;
  position: absolute;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  height: 100%;
  width: 100%;
  background-color: rgba(20,29,40,0.8);
}
body.page-id-36 #galerie #masonry-galerie .grid .mix .hover-img .ctn-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
}
body.page-id-36 #galerie #masonry-galerie .grid .mix .hover-img .ctn-hover .more h2 {
  font-size: 1.2rem;
  font-weight: 300;
  position: relative;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  color: #fff;
  text-align: center;
  padding: .5rem;
}
body.page-id-36 #galerie #masonry-galerie .grid .mix .hover-img .ctn-hover .more h2::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 53%;
  transform: translate(-50%,-50%);
  border: solid 1px #fff;
  border-radius: 50%;
  height: 25px;
  width: 25px;
}
body.page-id-36 #galerie #masonry-galerie .grid .mix .hover-img .ctn-hover .more h2:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-36 #galerie #masonry-galerie .grid .mix .hover-img .ctn-hover .more h3 {
  font-size: 1.2rem;
  color: #fff;
  font-family: 'Exo 2', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: .5rem;
}
body.page-id-36 #galerie #masonry-galerie .grid .mix:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-36 #galerie #masonry-galerie .grid .mix:hover .hover-img {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  bottom: 0;
  opacity: 1;
}
body.page-id-36 #galerie #masonry-galerie .grid .carre {
  width: 100% !important;
  height: 350px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-36 #galerie #masonry-galerie .grid .carre {
    height: 300px;
  }
}
@media screen and (max-width: 576px) {
  body.page-id-36 #galerie #masonry-galerie .grid .carre {
    width: 100% !important;
    height: 200px !important;
  }
}
body.page-id-36 #galerie #masonry-galerie .grid .petite-verticale {
  width: 100% !important;
  height: 250px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-36 #galerie #masonry-galerie .grid .petite-verticale {
    height: 350px;
  }
}
@media screen and (max-width: 576px) {
  body.page-id-36 #galerie #masonry-galerie .grid .petite-verticale {
    height: 200px !important;
  }
}
body.page-id-36 #galerie #masonry-galerie .grid .grande-verticale {
  width: 100% !important;
  height: 550px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-36 #galerie #masonry-galerie .grid .grande-verticale {
    height: 400px;
  }
}
@media screen and (max-width: 576px) {
  body.page-id-36 #galerie #masonry-galerie .grid .grande-verticale {
    width: 100% !important;
    height: 200px !important;
  }
}
@media screen and (min-width: 1200px) {
  body header {
    position: fixed;
    width: 100%;
    transition: all .4s ease-in-out !important;
    -webkit-transition: all .4s ease-in-out !important;
    -moz-transition: all .4s ease-in-out !important;
    -o-transition: all .4s ease-in-out !important;
  }
  body header.sticky {
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
  }
}
@media (max-width: 767.98px) {
  body .col-md-2-5 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  body header .wrapper-header .header-top .tel {
    text-align: center;
    justify-content: center;
  }
  body header .wrapper-header .header-bottom .logo {
    margin-bottom: 3rem;
  }
  body header .wrapper-header .header-bottom .logo a img {
    max-width: 80%;
    display: block;
    margin: 0 auto;
  }
  body footer .footer-top .telephone {
    border-right: none;
    border-bottom: solid 1px #fff;
  }
  body footer .footer-top .telephone,
  body footer .footer-top .mail {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  body footer .footer-bottom {
    background-color: #141d28;
  }
  body footer .footer-bottom .infos-client {
    text-align: center;
  }
  body footer .footer-bottom .infos-client .adresse,
  body footer .footer-bottom .infos-client .certification {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  body footer .footer-bottom .infos-client .adresse {
    margin-bottom: 1rem;
  }
  body footer .footer-bottom .infos-client .logo {
    order: -1;
    margin-bottom: 1rem;
  }
  body footer .footer-bottom .idcom {
    font-size: .7rem;
  }
  body footer .footer-bottom .idcom a {
    font-size: .7rem;
  }
  body.page-id-7 #image-entete,
  body.page-id-13 #image-entete {
    height: 430px;
  }
  body.page-id-7 #image-entete .inner,
  body.page-id-13 #image-entete .inner {
    top: 60%;
    width: 80%;
  }
  body.page-id-7 #image-entete .inner .titre h1,
  body.page-id-13 #image-entete .inner .titre h1 {
    font-size: 1.5rem;
  }
  body.page-id-7 #image-entete .inner .sous-titre,
  body.page-id-13 #image-entete .inner .sous-titre {
    font-size: 1rem;
  }
  body.page-id-7 #image-entete .inner .sous-titre::before,
  body.page-id-13 #image-entete .inner .sous-titre::before {
    left: -10px;
    top: -40px;
    font-size: 5rem;
  }
  body.page-id-7 #entreprise .photo-entreprise,
  body.page-id-13 #entreprise .photo-entreprise {
    height: 10rem;
  }
  body.page-id-7 #entreprise .texte-entreprise,
  body.page-id-13 #entreprise .texte-entreprise {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  body.page-id-7 #entreprise .content-left-n-right,
  body.page-id-13 #entreprise .content-left-n-right {
    margin-bottom: 2rem;
  }
  body.page-id-7 #entreprise .content-left-n-right .visuel,
  body.page-id-13 #entreprise .content-left-n-right .visuel {
    order: 1;
    min-height: 15rem;
  }
  body.page-id-7 #entreprise .content-left-n-right .texte-entreprise,
  body.page-id-13 #entreprise .content-left-n-right .texte-entreprise {
    order: 2;
  }
  body.page-id-7 #chiffre .item,
  body.page-id-13 #chiffre .item {
    margin-bottom: 1rem;
  }
  body.page-id-7 #chiffre .item::before,
  body.page-id-13 #chiffre .item::before {
    right: inherit;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 90%;
    height: 1px;
  }
  body.page-id-7 #chiffre .item:last-child::before,
  body.page-id-13 #chiffre .item:last-child::before {
    display: none;
  }
  body.page-id-7 #actus-reseau .container-fluid,
  body.page-id-13 #actus-reseau .container-fluid {
    padding: 0 1rem !important;
  }
  body.page-id-7 #actus-reseau #slide-actus .owl-stage-outer .owl-stage .owl-item .ctn-actus .photo-actus,
  body.page-id-13 #actus-reseau #slide-actus .owl-stage-outer .owl-stage .owl-item .ctn-actus .photo-actus {
    height: 200px;
  }
  body.page-id-7 #actus-reseau #slide-actus .owl-stage-outer .owl-stage .owl-item .ctn-actus .bloc-contenu-active,
  body.page-id-13 #actus-reseau #slide-actus .owl-stage-outer .owl-stage .owl-item .ctn-actus .bloc-contenu-active {
    padding: 2rem 2.5rem;
    width: 100%;
    height: 300px;
  }
  body.page-id-7 #actus-reseau #slide-actus .owl-stage-outer .owl-stage .owl-item .ctn-actus .bloc-contenu-active h2,
  body.page-id-13 #actus-reseau #slide-actus .owl-stage-outer .owl-stage .owl-item .ctn-actus .bloc-contenu-active h2 {
    font-size: .9rem;
  }
  body.page-id-7 #actus-reseau #slide-actus .owl-stage-outer .owl-stage .owl-item .ctn-actus .bloc-contenu-active p,
  body.page-id-13 #actus-reseau #slide-actus .owl-stage-outer .owl-stage .owl-item .ctn-actus .bloc-contenu-active p {
    font-size: .75rem;
  }
  body.page-id-7 #actus-reseau #slide-actus .owl-stage-outer .owl-stage .owl-item .ctn-actus .bloc-contenu-active a,
  body.page-id-13 #actus-reseau #slide-actus .owl-stage-outer .owl-stage .owl-item .ctn-actus .bloc-contenu-active a {
    font-size: .8rem;
  }
  body.page-id-7 #slider-references,
  body.page-id-13 #slider-references {
    padding: 2rem 1rem;
    padding-top: 2rem;
  }
  body.page-id-7 #slider-references h2,
  body.page-id-13 #slider-references h2 {
    color: #141d28;
    text-align: center;
    margin-bottom: 1rem;
  }
  body.page-id-7 #slider-references .owl-stage img,
  body.page-id-13 #slider-references .owl-stage img {
    max-height: 70px;
    max-width: 70%;
  }
  body.page-id-7 #slider-references #partners-slider,
  body.page-id-13 #slider-references #partners-slider {
    position: static;
  }
  body.page-id-7 #slider-references #partners-slider .owl-prev,
  body.page-id-7 #slider-references #partners-slider .owl-next,
  body.page-id-13 #slider-references #partners-slider .owl-prev,
  body.page-id-13 #slider-references #partners-slider .owl-next {
    font-size: 1rem;
    margin-top: 0;
  }
  body.page-id-11 #image-entete {
    height: 370px;
  }
  body.page-id-11 #image-entete .inner {
    top: 65%;
    width: 80%;
  }
  body.page-id-11 #image-entete .inner .titre h1 {
    font-size: 1.8rem;
  }
  body.page-id-11 #image-entete .inner .sous-titre h2 {
    font-size: 1.2rem;
  }
  body.page-id-11 #savoir-faire {
    padding: 3rem 0;
  }
  body.page-id-11 #savoir-faire .photo-savoir-faire {
    height: 200px;
  }
  body.page-id-11 #savoir-faire .texte-savoir-faire {
    padding-left: 1rem;
    padding-right: 1rem;
    order: -1;
  }
  body.page-id-11 #savoir-faire .texte-savoir-faire .titre h2 {
    font-size: 1.2rem;
  }
  body.page-id-11 #activiter {
    padding: 1rem 0 3rem 0;
  }
  body.page-id-11 #activiter .photo-activite {
    height: 200px;
  }
  body.page-id-11 #activiter .texte-activite {
    padding-left: 1rem;
    padding-right: 1rem;
    order: -1;
  }
  body.page-id-12 #image-entete,
  body.page-id-13 #image-entete {
    height: 370px;
  }
  body.page-id-12 #image-entete .inner,
  body.page-id-13 #image-entete .inner {
    top: 65%;
    width: 80%;
  }
  body.page-id-12 #image-entete .inner .titre h1,
  body.page-id-13 #image-entete .inner .titre h1 {
    font-size: 1.8rem;
  }
  body.page-id-12 #list-produit,
  body.page-id-13 #list-produit {
    padding: 2rem 0;
  }
  body.page-id-12 #list-produit .list .item-produit .pictogramme,
  body.page-id-13 #list-produit .list .item-produit .pictogramme {
    width: 40px;
    height: 40px;
  }
  body.page-id-12 #list-produit .list .item-produit .titre-produit,
  body.page-id-13 #list-produit .list .item-produit .titre-produit {
    font-size: .6rem;
  }
  body.page-id-12 #savoir-faire-list .container-fluid,
  body.page-id-13 #savoir-faire-list .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  body.page-id-12 #savoir-faire-list .container-fluid .type-savoir-faire,
  body.page-id-13 #savoir-faire-list .container-fluid .type-savoir-faire {
    margin-bottom: 2rem;
  }
  body.page-id-12 #savoir-faire-list .container-fluid .type-savoir-faire.impair,
  body.page-id-13 #savoir-faire-list .container-fluid .type-savoir-faire.impair {
    background-color: #efefef;
  }
  body.page-id-12 #savoir-faire-list .container-fluid .type-savoir-faire:nth-child(1) .infos-savoir-faire .titre h2::before,
  body.page-id-12 #savoir-faire-list .container-fluid .type-savoir-faire:nth-child(1) .infos-savoir-faire .titre h2::after,
  body.page-id-12 #savoir-faire-list .container-fluid .type-savoir-faire:nth-child(2) .infos-savoir-faire .titre h2::before,
  body.page-id-12 #savoir-faire-list .container-fluid .type-savoir-faire:nth-child(2) .infos-savoir-faire .titre h2::after,
  body.page-id-13 #savoir-faire-list .container-fluid .type-savoir-faire:nth-child(1) .infos-savoir-faire .titre h2::before,
  body.page-id-13 #savoir-faire-list .container-fluid .type-savoir-faire:nth-child(1) .infos-savoir-faire .titre h2::after,
  body.page-id-13 #savoir-faire-list .container-fluid .type-savoir-faire:nth-child(2) .infos-savoir-faire .titre h2::before,
  body.page-id-13 #savoir-faire-list .container-fluid .type-savoir-faire:nth-child(2) .infos-savoir-faire .titre h2::after {
    width: 20px;
    top: 50%;
  }
  body.page-id-12 #savoir-faire-list .container-fluid .type-savoir-faire:nth-child(1) .infos-savoir-faire .titre h2::before,
  body.page-id-12 #savoir-faire-list .container-fluid .type-savoir-faire:nth-child(2) .infos-savoir-faire .titre h2::before,
  body.page-id-13 #savoir-faire-list .container-fluid .type-savoir-faire:nth-child(1) .infos-savoir-faire .titre h2::before,
  body.page-id-13 #savoir-faire-list .container-fluid .type-savoir-faire:nth-child(2) .infos-savoir-faire .titre h2::before {
    left: -25px;
  }
  body.page-id-12 #savoir-faire-list .container-fluid .type-savoir-faire:nth-child(1) .infos-savoir-faire .titre h2::after,
  body.page-id-12 #savoir-faire-list .container-fluid .type-savoir-faire:nth-child(2) .infos-savoir-faire .titre h2::after,
  body.page-id-13 #savoir-faire-list .container-fluid .type-savoir-faire:nth-child(1) .infos-savoir-faire .titre h2::after,
  body.page-id-13 #savoir-faire-list .container-fluid .type-savoir-faire:nth-child(2) .infos-savoir-faire .titre h2::after {
    right: -25px;
  }
  body.page-id-12 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire,
  body.page-id-13 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire {
    order: 2;
    padding: 1rem 1rem;
  }
  body.page-id-12 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .titre h2,
  body.page-id-13 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .titre h2 {
    font-size: 1.6rem;
  }
  body.page-id-12 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .titre h2::before,
  body.page-id-12 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .titre h2::after,
  body.page-id-13 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .titre h2::before,
  body.page-id-13 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .titre h2::after {
    width: 20px;
    top: 50%;
  }
  body.page-id-12 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .titre h2::before,
  body.page-id-13 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .titre h2::before {
    left: -5px;
  }
  body.page-id-12 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .titre h2::after,
  body.page-id-13 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .titre h2::after {
    right: -5px;
  }
  body.page-id-12 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .sous-titre h3,
  body.page-id-13 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .sous-titre h3 {
    font-size: 1.1rem;
  }
  body.page-id-12 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .listing ul,
  body.page-id-13 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .listing ul {
    padding-left: 1rem;
  }
  body.page-id-12 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .listing ul li::before,
  body.page-id-13 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .listing ul li::before {
    width: 16px;
    height: 16px;
  }
  body.page-id-12 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .actions,
  body.page-id-13 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .actions {
    width: 100%;
  }
  body.page-id-12 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .actions a,
  body.page-id-13 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .actions a {
    width: 100%;
  }
  body.page-id-12 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .actions a:not(:last-child),
  body.page-id-13 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .actions a:not(:last-child) {
    margin-bottom: .5rem;
    margin-right: 0;
  }
  body.page-id-12 #savoir-faire-list .container-fluid .type-savoir-faire .img-savoir-faire,
  body.page-id-13 #savoir-faire-list .container-fluid .type-savoir-faire .img-savoir-faire {
    order: 1;
    height: 12rem;
  }
  body.blog #image-entete {
    height: 370px;
  }
  body.blog #image-entete .inner {
    top: 65%;
    width: 80%;
  }
  body.blog #image-entete .inner .titre h1 {
    font-size: 1.6rem;
  }
  body.blog #actualites .bloc-main-actus .photo-actu {
    height: 12rem;
  }
  body.blog #actualites .bloc-main-actus .infos-actus {
    padding: 1.5rem 2rem;
  }
  body.blog #actualites .bloc-main-actus .infos-actus .titre {
    font-size: 1.2rem;
  }
  body.blog #actualites .bloc-main-actus .infos-actus .btn-actus {
    font-size: .9rem;
  }
  body.blog #actualites #all-actus .ctn-actus .btn-actu .titre {
    padding: 1rem .5rem;
    font-size: .85rem;
  }
  body.blog #actualites #all-actus .ctn-actus .btn-actu .titre i {
    margin-top: .5rem;
  }
  body.blog #actualites #all-actus .ctn-actus .btn-actu .img-actus {
    height: 220px;
  }
  body.blog #actualites #all-actus .ctn-actus .btn-actu .img-actus .infos-actus .btn-actus {
    transform: translateX(-200%);
  }
  body.blog #actualites #all-actus .ctn-actus .btn-actu:hover .img-actus .infos-actus .date {
    text-align: center;
  }
  body.blog #actualites #all-actus .ctn-actus .btn-actu:hover .img-actus .infos-actus .texte {
    display: none;
  }
  body.blog #actualites #all-actus .ctn-actus .btn-actu:hover .img-actus .infos-actus .btn-actus {
    text-align: center;
    font-size: 1rem;
  }
  body.blog #actualites #all-actus .ctn-actus .btn-actu:hover .img-actus .infos-actus .btn-actus::before {
    height: 1px;
    left: 25%;
    width: 50%;
    bottom: -4px;
  }
  body.single #image-entete {
    height: 400px;
  }
  body.single #image-entete .inner {
    top: 65%;
    width: 90%;
  }
  body.single #image-entete .inner .titre h1 {
    font-size: 1.6rem;
  }
  body.single #image-entete .inner .titre-actus h2 {
    font-size: 1.1rem;
  }
  body.single #image-entete .inner .btn-retour {
    width: 220px;
    margin-top: 1rem;
  }
  body.single #image-entete .inner .btn-retour::before {
    width: 15%;
  }
  body.single .actus .bloc-actus .image-actus {
    height: 250px;
    margin-top: 2rem;
  }
  body.single .actus .btn-retour {
    width: 280px;
  }
  body.single .actus .btn-retour::before {
    width: 34%;
  }
  body.page-id-15 #image-entete {
    height: 370px;
  }
  body.page-id-15 #image-entete .inner {
    top: 65%;
    width: 80%;
  }
  body.page-id-15 #image-entete .inner .titre h1 {
    font-size: 1.8rem;
  }
  body.page-id-15 #image-entete .inner .sous-titre {
    font-size: 1.6rem;
  }
  body.page-id-15 #liste-service-prestation #services .list .item .photo,
  body.page-id-15 #liste-service-prestation #prestations .list .item .photo {
    height: 200px;
  }
  body.page-id-36 #image-entete {
    height: 370px;
  }
  body.page-id-36 #image-entete .inner {
    top: 65%;
    width: 80%;
  }
  body.page-id-36 #image-entete .inner .titre h1 {
    font-size: 2rem;
  }
  body.page-id-36 #galerie #masonry-galerie {
    padding-left: 0;
  }
  body.page-id-36 #galerie #masonry-galerie .grid {
    width: 100%;
    margin: .2rem;
  }
  body.page-id-36 #galerie #masonry-galerie .grid .carre {
    height: 300px;
  }
  body.page-id-36 #galerie #masonry-galerie .grid .petite-verticale {
    height: 200px;
  }
  body.page-id-36 #galerie #masonry-galerie .grid .grande-verticale {
    height: 400px;
  }
  body.page-template-prestation #image-entete,
  body.parent-pageid-13 #image-entete {
    height: 370px;
  }
  body.page-template-prestation #image-entete .inner,
  body.parent-pageid-13 #image-entete .inner {
    top: 65%;
    width: 80%;
  }
  body.page-template-prestation #image-entete .inner .titre h1,
  body.parent-pageid-13 #image-entete .inner .titre h1 {
    font-size: 1.8rem;
  }
  body.page-template-prestation #image-entete .inner .sous-titre h2,
  body.parent-pageid-13 #image-entete .inner .sous-titre h2 {
    font-size: 1.6rem;
  }
  body.page-template-prestation #infos-piece .infos-pieces .titre-texte,
  body.parent-pageid-13 #infos-piece .infos-pieces .titre-texte {
    padding-right: 1rem;
  }
  body.page-template-prestation #infos-piece .infos-pieces .image-piece,
  body.parent-pageid-13 #infos-piece .infos-pieces .image-piece {
    height: auto;
  }
  body.page-template-prestation #liste-prix-prestation #prix-piece .piece .item .photo-piece,
  body.parent-pageid-13 #liste-prix-prestation #prix-piece .piece .item .photo-piece {
    margin-bottom: 15px;
  }
  body.page-template-prestation #liste-prix-prestation #prix-piece .piece .item .tableau-prix .item:nth-child(2n+1),
  body.parent-pageid-13 #liste-prix-prestation #prix-piece .piece .item .tableau-prix .item:nth-child(2n+1) {
    background-color: #814098;
  }
  body.page-template-prestation #liste-prix-prestation #prix-piece .piece .item .tableau-prix .item:nth-child(2n+1) .nb-piece,
  body.page-template-prestation #liste-prix-prestation #prix-piece .piece .item .tableau-prix .item:nth-child(2n+1) .prix,
  body.parent-pageid-13 #liste-prix-prestation #prix-piece .piece .item .tableau-prix .item:nth-child(2n+1) .nb-piece,
  body.parent-pageid-13 #liste-prix-prestation #prix-piece .piece .item .tableau-prix .item:nth-child(2n+1) .prix {
    color: #fff;
  }
  body.page-template-prestation #liste-prix-prestation #prix-piece .piece .item .tableau-prix .item .nb-piece,
  body.parent-pageid-13 #liste-prix-prestation #prix-piece .piece .item .tableau-prix .item .nb-piece {
    font-size: .75rem;
    text-align: center;
    border-right: none;
    padding-bottom: 0;
  }
  body.page-template-prestation #liste-prix-prestation #prix-piece .piece .item .tableau-prix .item .prix,
  body.parent-pageid-13 #liste-prix-prestation #prix-piece .piece .item .tableau-prix .item .prix {
    padding-top: 0;
  }
  body.page-id-17 #image-entete {
    height: 370px;
  }
  body.page-id-17 #image-entete .inner {
    top: 65%;
    width: 80%;
  }
  body.page-id-17 #image-entete .inner .titre h1 {
    font-size: 1.8rem;
  }
  body.page-id-17 #image-entete .inner .sous-titre h2 {
    font-size: 1.6rem;
  }
  body.page-id-17 #references #reference-wrapper .item {
    margin-bottom: 1rem;
  }
  body.page-id-17 #references #reference-wrapper .item img {
    width: 40%;
  }
  body.page-id-18 #image-entete {
    height: 370px;
  }
  body.page-id-18 #image-entete .inner {
    top: 65%;
    width: 80%;
  }
  body.page-id-18 #image-entete .inner .titre h1 {
    font-size: 1.8rem;
  }
  body.page-id-18 #telechargement {
    margin: 3rem 0;
  }
  body.page-id-18 #telechargement #accordion-fichier {
    margin-top: 1rem;
    padding: 0;
  }
  body.page-id-18 #telechargement #accordion-fichier button {
    padding: .5rem 1rem;
  }
  body.page-id-18 #telechargement #accordion-fichier button .nom-fichier {
    font-size: .8rem;
  }
  body.page-id-18 #telechargement #accordion-fichier button .plus,
  body.page-id-18 #telechargement #accordion-fichier button .moins {
    font-size: 1rem;
  }
  body.page-id-18 #telechargement #accordion-fichier button.active {
    transition: all .4s ease-in-out !important;
    -webkit-transition: all .4s ease-in-out !important;
    -moz-transition: all .4s ease-in-out !important;
    -o-transition: all .4s ease-in-out !important;
  }
  body.page-id-18 #telechargement #accordion-fichier button.active .plus {
    font-size: 2rem;
  }
  body.page-id-18 #telechargement #accordion-fichier .card-body {
    padding: 2rem 0rem;
  }
  body.page-id-18 #telechargement #accordion-fichier .card-body .infos-fichier .nom-fichier {
    font-size: .9rem;
  }
  body.page-id-18 #telechargement #accordion-fichier .card-body .infos-fichier .btn-download {
    font-size: .8rem;
    letter-spacing: 0;
    padding: .8rem .5rem .8rem 4rem;
  }
  body.page-id-18 #telechargement #accordion-fichier .card-body .image-fichier {
    height: 170px;
    margin-top: 2rem;
  }
  body.page-id-19 #image-entete {
    height: 370px;
  }
  body.page-id-19 #image-entete .inner {
    top: 65%;
    width: 80%;
  }
  body.page-id-19 #image-entete .inner .titre h1 {
    font-size: 2rem;
  }
  body.page-id-19 #image-entete .inner .sous-titre h2 {
    font-size: 1.6rem;
  }
  body.page-id-19 #contact .infos-contact .carte img {
    max-width: 95%;
  }
  #grdp_barre_mini {
    display: none !important;
  }
}
@media (max-width: 575px) {
  body.page-id-330 main .portail-item {
    position: relative;
    height: 50%;
    min-height: 50%;
    overflow: hidden;
  }
  body.page-id-330 main .portail-item .infos-wrapper figure {
    max-width: 80%;
    max-height: 80%;
    margin: auto;
  }
  body.page-template-prestation #infos-piece .infos-pieces .actions a,
  body.parent-pageid-13 #infos-piece .infos-pieces .actions a {
    margin-right: 0 !important;
    width: 100%;
  }
  body.page-template-prestation #infos-piece .infos-pieces .actions a:not(:nth-child(1)),
  body.parent-pageid-13 #infos-piece .infos-pieces .actions a:not(:nth-child(1)) {
    margin-top: .5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body header .wrapper-header .header-top .tel {
    font-size: .8rem;
  }
  body header .wrapper-header .header-top .menu-top ul li {
    margin: 0 .3rem;
  }
  body header .wrapper-header .header-bottom .logo {
    padding: 1rem 0 0 0;
  }
  body header .wrapper-header .header-bottom .menu-bottom {
    padding-left: 0;
  }
  body header .wrapper-header .header-bottom .menu-bottom ul#menu-menu-principal {
    text-align: center;
  }
  body header .wrapper-header .header-bottom .menu-bottom ul#menu-menu-principal >li {
    margin: 0 .6rem;
  }
  body header .wrapper-header .header-bottom .menu-bottom ul#menu-menu-principal >li.menu-item-has-children::before {
    right: -12px;
  }
  body.page-id-7 #image-entete,
  body.page-id-13 #image-entete {
    height: 650px;
  }
  body.page-id-7 #image-entete .inner,
  body.page-id-13 #image-entete .inner {
    top: 60%;
    width: 80%;
  }
  body.page-id-7 #image-entete .inner .titre h1,
  body.page-id-13 #image-entete .inner .titre h1 {
    font-size: 2.5rem;
  }
  body.page-id-7 #image-entete .inner .sous-titre,
  body.page-id-13 #image-entete .inner .sous-titre {
    font-size: 1.8rem;
  }
  body.page-id-7 #image-entete .inner .sous-titre::before,
  body.page-id-13 #image-entete .inner .sous-titre::before {
    content: "&";
    position: absolute;
    left: -40px;
    top: -80px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 10rem;
    opacity: .3;
  }
  body.page-id-7 #entreprise .texte-entreprise,
  body.page-id-13 #entreprise .texte-entreprise {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  body.page-id-7 #chiffre .item:last-child::before,
  body.page-id-7 #chiffre .item:nth-child(2)::before,
  body.page-id-13 #chiffre .item:last-child::before,
  body.page-id-13 #chiffre .item:nth-child(2)::before {
    display: none;
  }
  body.page-id-7 #actus-reseau #slide-actus .owl-stage-outer .owl-stage .owl-item .ctn-actus .bloc-contenu-active,
  body.page-id-13 #actus-reseau #slide-actus .owl-stage-outer .owl-stage .owl-item .ctn-actus .bloc-contenu-active {
    padding: 1rem .8rem;
    width: 90%;
  }
  body.page-id-7 #actus-reseau #slide-actus .owl-stage-outer .owl-stage .owl-item .ctn-actus .bloc-contenu-active h2,
  body.page-id-13 #actus-reseau #slide-actus .owl-stage-outer .owl-stage .owl-item .ctn-actus .bloc-contenu-active h2 {
    font-size: .9rem;
  }
  body.page-id-7 #actus-reseau #slide-actus .owl-stage-outer .owl-stage .owl-item .ctn-actus .bloc-contenu-active p,
  body.page-id-13 #actus-reseau #slide-actus .owl-stage-outer .owl-stage .owl-item .ctn-actus .bloc-contenu-active p {
    font-size: .75rem;
  }
  body.page-id-7 #actus-reseau #slide-actus .owl-stage-outer .owl-stage .owl-item .ctn-actus .bloc-contenu-active a,
  body.page-id-13 #actus-reseau #slide-actus .owl-stage-outer .owl-stage .owl-item .ctn-actus .bloc-contenu-active a {
    font-size: .8rem;
  }
  body.page-id-11 #image-entete {
    height: 450px;
  }
  body.page-id-11 #image-entete .inner {
    top: 60%;
    width: 70%;
  }
  body.page-id-11 #image-entete .inner .titre h1 {
    font-size: 2.5rem;
  }
  body.page-id-11 #image-entete .inner .sous-titre {
    font-size: 2rem;
  }
  body.page-id-11 #savoir-faire {
    padding: 3rem 0;
  }
  body.page-id-11 #savoir-faire .photo-savoir-faire {
    height: 300px;
  }
  body.page-id-11 #savoir-faire .texte-savoir-faire {
    padding-left: 3rem;
    padding-right: 3rem;
    order: -1;
  }
  body.page-id-11 #activiter {
    padding: 1rem 0 3rem 0;
  }
  body.page-id-11 #activiter .photo-activite {
    height: 300px;
  }
  body.page-id-11 #activiter .texte-activite {
    padding-left: 3rem;
    padding-right: 3rem;
    order: -1;
  }
  body.page-id-12 #image-entete,
  body.page-id-13 #image-entete {
    height: 450px;
  }
  body.page-id-12 #image-entete .inner,
  body.page-id-13 #image-entete .inner {
    top: 60%;
    width: 70%;
  }
  body.page-id-12 #image-entete .inner .titre h1,
  body.page-id-13 #image-entete .inner .titre h1 {
    font-size: 2rem;
  }
  body.page-id-12 #list-produit,
  body.page-id-13 #list-produit {
    padding: 2rem 0;
  }
  body.page-id-12 #list-produit .list .item-produit .pictogramme,
  body.page-id-13 #list-produit .list .item-produit .pictogramme {
    width: 70px;
    height: 70px;
  }
  body.page-id-12 #list-produit .list .item-produit .titre-produit,
  body.page-id-13 #list-produit .list .item-produit .titre-produit {
    font-size: .8rem;
  }
  body.page-id-12 #savoir-faire-list .container-fluid,
  body.page-id-13 #savoir-faire-list .container-fluid {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  body.page-id-12 #savoir-faire-list .container-fluid .type-savoir-faire.impair .img-savoir-faire,
  body.page-id-13 #savoir-faire-list .container-fluid .type-savoir-faire.impair .img-savoir-faire {
    order: 2;
  }
  body.page-id-12 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire,
  body.page-id-13 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire {
    padding: 3rem 2.5rem;
  }
  body.page-id-12 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .titre h2,
  body.page-id-13 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .titre h2 {
    font-size: 1.8rem;
  }
  body.page-id-12 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .titre h2::before,
  body.page-id-12 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .titre h2::after,
  body.page-id-13 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .titre h2::before,
  body.page-id-13 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .titre h2::after {
    width: 40px;
  }
  body.page-id-12 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .titre h2::before,
  body.page-id-13 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .titre h2::before {
    left: -50px;
  }
  body.page-id-12 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .titre h2::after,
  body.page-id-13 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .titre h2::after {
    right: -50px;
  }
  body.page-id-12 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .sous-titre h3,
  body.page-id-13 #savoir-faire-list .container-fluid .type-savoir-faire .infos-savoir-faire .sous-titre h3 {
    font-size: 1.2rem;
  }
  body.page-id-12 #savoir-faire-list .container-fluid .type-savoir-faire .img-savoir-faire,
  body.page-id-13 #savoir-faire-list .container-fluid .type-savoir-faire .img-savoir-faire {
    height: 20rem;
  }
  body.page-template-prestation #image-entete,
  body.parent-pageid-13 #image-entete {
    height: 450px;
  }
  body.page-template-prestation #image-entete .inner,
  body.parent-pageid-13 #image-entete .inner {
    top: 60%;
    width: 70%;
  }
  body.page-template-prestation #image-entete .inner .titre h1,
  body.parent-pageid-13 #image-entete .inner .titre h1 {
    font-size: 2.5rem;
  }
  body.page-template-prestation #image-entete .inner .sous-titre,
  body.parent-pageid-13 #image-entete .inner .sous-titre {
    font-size: 2rem;
  }
  body.page-template-prestation #infos-piece .infos-pieces .titre-texte,
  body.parent-pageid-13 #infos-piece .infos-pieces .titre-texte {
    padding-right: 1rem;
  }
  body.page-template-prestation #infos-piece .infos-pieces .image-piece,
  body.parent-pageid-13 #infos-piece .infos-pieces .image-piece {
    height: 230px;
  }
  body.page-template-prestation #liste-prix-prestation #prix-piece .piece .item .tableau-prix .item .nb-piece,
  body.parent-pageid-13 #liste-prix-prestation #prix-piece .piece .item .tableau-prix .item .nb-piece {
    font-size: .75rem;
  }
  body.blog #image-entete {
    height: 450px;
  }
  body.blog #image-entete .inner {
    top: 60%;
    width: 70%;
  }
  body.blog #image-entete .inner .titre h1 {
    font-size: 2rem;
  }
  body.blog #actualites .bloc-main-actus .infos-actus {
    padding: 1.5rem 1rem;
  }
  body.blog #actualites .bloc-main-actus .infos-actus .titre {
    font-size: 1.2rem;
  }
  body.blog #actualites .bloc-main-actus .infos-actus .btn-actus {
    font-size: .9rem;
  }
  body.blog #actualites #all-actus .ctn-actus .btn-actu .titre {
    padding: 1.2rem .5rem;
    font-size: .85rem;
  }
  body.blog #actualites #all-actus .ctn-actus .btn-actu .img-actus {
    height: 250px;
  }
  body.blog #actualites #all-actus .ctn-actus .btn-actu .img-actus .infos-actus .btn-actus {
    transform: translateX(-200%);
  }
  body.page-id-15 #image-entete {
    height: 450px;
  }
  body.page-id-15 #image-entete .inner {
    top: 60%;
    width: 70%;
  }
  body.page-id-15 #image-entete .inner .titre h1 {
    font-size: 2.5rem;
  }
  body.page-id-15 #image-entete .inner .sous-titre {
    font-size: 2rem;
  }
  body.page-id-15 #liste-service-prestation #services .list .item .photo,
  body.page-id-15 #liste-service-prestation #prestations .list .item .photo {
    height: 130px;
  }
  body.page-id-36 #image-entete {
    height: 400px;
  }
  body.page-id-36 #image-entete .inner {
    top: 60%;
    width: 70%;
  }
  body.page-id-36 #image-entete .inner .titre h1 {
    font-size: 2rem;
  }
  body.page-id-36 #galerie #masonry-galerie {
    padding-left: 0;
  }
  body.page-id-36 #galerie #masonry-galerie .grid {
    width: 32%;
    margin: .2rem;
  }
  body.page-id-36 #galerie #masonry-galerie .grid .carre {
    height: 300px;
  }
  body.page-id-36 #galerie #masonry-galerie .grid .petite-verticale {
    height: 200px;
  }
  body.page-id-36 #galerie #masonry-galerie .grid .grande-verticale {
    height: 400px;
  }
  body.page-id-17 #image-entete {
    height: 450px;
  }
  body.page-id-17 #image-entete .inner {
    top: 60%;
    width: 70%;
  }
  body.page-id-17 #image-entete .inner .titre h1 {
    font-size: 2.5rem;
  }
  body.page-id-17 #image-entete .inner .sous-titre {
    font-size: 2rem;
  }
  body.page-id-18 #image-entete {
    height: 400px;
  }
  body.page-id-18 #image-entete .inner {
    top: 60%;
    width: 70%;
  }
  body.page-id-18 #image-entete .inner .titre h1 {
    font-size: 2rem;
  }
  body.page-id-18 #telechargement {
    margin: 3rem 0;
  }
  body.page-id-18 #telechargement #accordion-fichier {
    margin-top: 1rem;
    padding: 0 3rem;
  }
  body.page-id-18 #telechargement #accordion-fichier button .nom-fichier {
    font-size: 1.2rem;
  }
  body.page-id-18 #telechargement #accordion-fichier button .plus,
  body.page-id-18 #telechargement #accordion-fichier button .moins {
    font-size: 2rem;
  }
  body.page-id-18 #telechargement #accordion-fichier button.active {
    transition: all .4s ease-in-out !important;
    -webkit-transition: all .4s ease-in-out !important;
    -moz-transition: all .4s ease-in-out !important;
    -o-transition: all .4s ease-in-out !important;
  }
  body.page-id-18 #telechargement #accordion-fichier button.active .plus {
    font-size: 2rem;
  }
  body.page-id-18 #telechargement #accordion-fichier .card-body {
    padding: 2rem 0rem;
  }
  body.page-id-18 #telechargement #accordion-fichier .card-body .infos-fichier .nom-fichier {
    font-size: 1rem;
  }
  body.page-id-18 #telechargement #accordion-fichier .card-body .infos-fichier .btn-download {
    font-size: .8rem;
    letter-spacing: 0;
    padding: .8rem .5rem .8rem 4rem;
  }
  body.page-id-18 #telechargement #accordion-fichier .card-body .image-fichier {
    height: 170px;
  }
  body.page-id-19 #image-entete {
    height: 450px;
  }
  body.page-id-19 #image-entete .inner {
    top: 60%;
    width: 70%;
  }
  body.page-id-19 #image-entete .inner .titre h1 {
    font-size: 2.5rem;
  }
  body.page-id-19 #image-entete .inner .sous-titre {
    font-size: 2rem;
  }
  body.page-id-19 #contact .infos-contact .carte img {
    max-width: 95%;
  }
  #grdp_barre_mini {
    display: none !important;
  }
}
