.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(162,162,162,0.6);
}
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(162,162,162,0.6);
}
body {
  overflow-x: hidden;
  background-color: #FBFBFB;
}
body #grdp_barre_mini a {
  font-size: 12px;
}
body #grdp_barre_mini {
  display: none !important;
}
body #grdp_barre_maxi p {
  color: #fff;
  font-size: 13px;
}
body #grdp_barre_maxi a {
  font-size: 13px;
}
body .cookie-notice-container {
  display: none !important;
}
body h1,
body h2,
body h3,
body h4 {
  font-family: 'Roboto', sans-serif;
  color: #181818;
  line-height: 1.3;
  font-weight: 400;
}
body a {
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
  line-height: 1.3;
  font-weight: 400;
  color: #181818;
  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 a:hover {
  text-decoration: none;
}
body p,
body span,
body li {
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
  font-weight: 400;
  font-size: 16px;
  color: #181818;
}
body p:hover,
body span:hover,
body li:hover {
  text-decoration: none;
}
body p {
  margin-bottom: 15px;
}
body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body .sfsiplus_footerLnk {
  display: none;
}
body .lightboxOverlay {
  background-color: #181818 !important;
  opacity: .9 !important;
}
body .lightbox .lb-image {
  border: 0 !important;
  border-radius: 0 !important;
}
body .lightbox .lb-number {
  display: none !important;
}
body .lightbox .lb-outerContainer {
  border-radius: 0 !important;
}
body .lightbox .lb-closeContainer {
  position: absolute;
  top: -20px;
  right: 50px;
}
@media (max-width: 998.98px) {
  body .lightbox .lb-closeContainer {
    top: -50px;
    right: 10px;
  }
}
@media (max-width: 767.9px) {
  body .lightbox .lb-closeContainer {
    top: -40px;
    right: 10px;
  }
}
body .lightbox .lb-nav a.lb-prev {
  width: 70px !important;
  left: -70px !important;
  opacity: 1 !important;
  position: absolute !important;
}
body .lightbox .lb-nav a.lb-next {
  width: 70px !important;
  right: -70px !important;
  opacity: 1 !important;
  position: absolute !important;
}
body #gototop {
  position: fixed;
  background: #FF5E00;
  border-radius: 50%;
  color: #fff;
  right: 30px;
  bottom: -50px;
  width: 47px;
  height: 47px;
  border: none;
  cursor: pointer;
  z-index: 1000;
  outline: none;
  z-index: 4;
  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 #gototop svg {
  fill: #fff;
  margin-bottom: 3px;
}
body #gototop:hover {
  background: #181818;
}
body .container {
  padding: 0 50px;
}
body header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  background-color: #fff;
  height: 145px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  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 {
  height: 100px;
  z-index: 6;
}
body header.sticky .contenu .logo:before {
  border-width: 169px 166px 0 166px;
}
body header.sticky .contenu .logo img {
  width: 77px;
}
body header .coo {
  position: fixed;
  top: 59%;
  transform: translateY(-50%);
  right: 0;
  background-color: #003080;
  padding: 45px 15px 30px 25px;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  z-index: 4;
}
body header .coo ul li {
  margin-bottom: 15px;
}
body header .coo ul li a {
  display: block;
}
body header .coo ul li a svg {
  fill: #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 .coo ul li a:hover svg {
  fill: #FF5E00;
}
body header .contenu {
  height: 100%;
  z-index: 1;
  background-color: #fff;
}
body header .contenu .container {
  height: 100%;
  max-width: 1745px;
}
body header .contenu .container >.row {
  height: 100%;
}
body header .contenu .container >.row .left {
  height: 100%;
}
body header .contenu .logo {
  position: relative;
  z-index: 1;
  display: flex;
  height: 100%;
  align-items: center;
}
body header .contenu .logo img {
  width: 97px;
  max-width: 100%;
  margin: auto;
  display: table;
  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 .contenu .nav-menu {
  height: 100%;
}
body header .contenu .nav-menu .desktop {
  height: 100%;
}
body header .contenu .nav-menu .mobile {
  display: none;
}
body header .contenu .nav-menu .main-navigation {
  height: 100%;
}
body header .contenu .nav-menu .main-navigation .menu-menu-principal-container {
  height: 100%;
}
body header .contenu .nav-menu ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
body header .contenu .nav-menu ul li {
  height: 100%;
  display: flex;
  align-items: center;
}
body header .contenu .nav-menu ul li.current_page_item a:after {
  right: 0;
}
body header .contenu .nav-menu ul li#menu-item-32 a:after {
  display: none;
}
body header .contenu .nav-menu ul li#menu-item-32 a:hover svg {
  stroke: #181818;
}
body header .contenu .nav-menu ul li a {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .54px;
  padding: 10px 0;
  position: relative;
}
body header .contenu .nav-menu ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 100%;
  height: 1px;
  background-color: #003080;
  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 .contenu .nav-menu ul li a:hover {
  color: #181818;
}
body header .contenu .nav-menu ul li a:hover:after {
  right: 0;
}
body header .contenu .nav-menu ul li a svg {
  stroke: #003080;
  margin-top: -2px;
  margin-left: 10px;
  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 .contenu .right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
body header .contenu .linkedin:hover svg {
  fill: #FF5E00;
}
body header .contenu .linkedin svg {
  fill: #3B4347;
  width: 18.7px;
  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 .contenu .bouton {
  position: relative;
  background-color: #003080;
  border-radius: 5px;
  height: 58px;
  display: inline-block;
  margin-left: 50px;
  overflow: hidden;
}
body header .contenu .bouton span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 0 35px;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  z-index: 2;
}
body header .contenu .bouton i {
  margin-right: 12px;
}
body header .contenu .bouton:before {
  content: "";
  background-color: #181818;
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  right: 100%;
  z-index: 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;
}
body header .contenu .bouton:hover:before {
  right: 0;
}
body header .contenu .sub-menu-presta,
body header .contenu .sub-menu-propos {
  background-color: #F4F5FA;
  position: absolute;
  width: 100%;
  top: 0;
  transform: translateY(-100%);
  left: 0;
  z-index: -1;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  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 .contenu .sub-menu-presta.active,
body header .contenu .sub-menu-propos.active {
  top: 100%;
  transform: translateY(0);
  opacity: 1;
  z-index: -1;
}
body header .contenu .sub-menu-presta .container,
body header .contenu .sub-menu-propos .container {
  max-width: 100%;
  padding: 0;
}
body header .contenu .sub-menu-presta .global,
body header .contenu .sub-menu-propos .global {
  margin: 0 -2px;
}
body header .contenu .sub-menu-presta .global >.col-12,
body header .contenu .sub-menu-propos .global >.col-12 {
  padding: 0 2px;
}
body header .contenu .sub-menu-presta ul,
body header .contenu .sub-menu-propos ul {
  padding: 65px 95px 85px;
}
body header .contenu .sub-menu-presta ul li,
body header .contenu .sub-menu-propos ul li {
  margin-bottom: 15px;
  padding-left: 28px;
  position: relative;
}
body header .contenu .sub-menu-presta ul li:last-child,
body header .contenu .sub-menu-propos ul li:last-child {
  margin-bottom: 0;
}
body header .contenu .sub-menu-presta ul li a,
body header .contenu .sub-menu-propos ul li a {
  display: table;
  color: #181818;
  letter-spacing: .54px;
  font-size: 18px;
  font-weight: 500;
}
body header .contenu .sub-menu-presta ul li a:hover,
body header .contenu .sub-menu-propos ul li a:hover {
  color: #FF5E00;
}
body header .contenu .sub-menu-presta ul li:before,
body header .contenu .sub-menu-propos ul li:before {
  content: "";
  background-color: #FF5E00;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 3px;
  left: 0;
  fill: #FF5E00;
}
body header .contenu .sub-menu-presta .visuel,
body header .contenu .sub-menu-propos .visuel {
  overflow: hidden;
  height: 100%;
  position: relative;
}
body header .contenu .sub-menu-presta .visuel img,
body header .contenu .sub-menu-propos .visuel img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}
body.page-id-10 main {
  padding-top: 0;
}
body.page-id-26 main section.references .categories ul li a.tous {
  background-color: #fff;
  border: 1px solid #003080;
}
body.page-id-868 main section.titre-pages {
  padding: 130px 0 100px;
}
body main {
  padding-top: 145px;
}
body main section.bandeau-entete {
  height: 380px;
  position: relative;
}
body main section.bandeau-entete .parallax-window {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
body main section.titre-pages {
  padding: 130px 0 0;
  text-align: center;
}
body main section.titre-pages .contenu .bloc {
  width: 915px;
  max-width: 100%;
  margin: auto;
}
body main section.titre-pages .contenu .bloc h1 {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 4.25px;
  text-transform: uppercase;
  color: #003080;
  margin-bottom: 40px;
}
body main section.titre-pages .contenu .bloc h2 {
  color: #181818;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}
body main section.titre-pages .contenu .bloc p {
  font-size: 17px;
  letter-spacing: .17px;
  color: #3B4347;
}
body main section.titre-pages .contenu .bloc p:last-of-type {
  margin-bottom: 0;
}
body main section.moduleprestation .contenu a {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
body main section.moduleprestation .contenu a:hover .visuel img {
  transform: scale(1.07);
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}
body main section.moduleprestation .contenu a:hover .bloc:before {
  top: 0;
}
body main section.moduleprestation .contenu a:hover .bloc h3 {
  color: #FF5E00;
}
body main section.moduleprestation .contenu a:hover .bloc svg {
  transform: rotate(180deg);
  fill: #fff;
}
body main section.moduleprestation .contenu a .visuel {
  width: 100%;
  height: 470px;
  position: relative;
}
body main section.moduleprestation .contenu a .visuel img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 80%;
  transform: scale(1);
  filter: grayscale(100%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-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 main section.moduleprestation .contenu a .bloc {
  background-color: #181818;
  padding: 30px 40px 30px 30px;
  position: absolute;
  min-height: 107px;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
body main section.moduleprestation .contenu a .bloc:before {
  content: "";
  background-color: #000;
  position: absolute;
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -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;
}
body main section.moduleprestation .contenu a .bloc h3 {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
  letter-spacing: 1.425px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body main section.moduleprestation .contenu a .bloc svg {
  fill: #FF5E00;
  position: absolute;
  bottom: 20px;
  right: 20px;
  transform: rotate(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 main section.modulereferences .contenu .content,
body main section.relation .contenu .content {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 0 rgba(0,0,0,0.2);
  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 main section.modulereferences .contenu .content:hover .visuel img,
body main section.relation .contenu .content:hover .visuel img {
  transform: scale(1);
}
body main section.modulereferences .contenu .content:hover .bloc .hover,
body main section.relation .contenu .content:hover .bloc .hover {
  right: 0;
}
body main section.modulereferences .contenu .content:hover .bloc p,
body main section.relation .contenu .content:hover .bloc p {
  color: #FF5E00;
}
body main section.modulereferences .contenu .content:hover .bloc .bouton:before,
body main section.relation .contenu .content:hover .bloc .bouton:before {
  right: 0;
}
body main section.modulereferences .contenu .content:hover .bloc .bouton span svg,
body main section.relation .contenu .content:hover .bloc .bouton span svg {
  margin-left: 45px;
}
body main section.modulereferences .contenu .content .visuel,
body main section.relation .contenu .content .visuel {
  height: 240px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
body main section.modulereferences .contenu .content .visuel img,
body main section.relation .contenu .content .visuel img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(0.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 main section.modulereferences .contenu .content .visuel .lieu,
body main section.relation .contenu .content .visuel .lieu {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 12px 30px;
  color: #fff;
  margin-bottom: 0;
  background-color: #003080;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .7px;
}
body main section.modulereferences .contenu .content .bloc,
body main section.relation .contenu .content .bloc {
  background-color: #181818;
  padding: 25px 30px;
  position: relative;
  z-index: 1;
  height: 100%;
}
body main section.modulereferences .contenu .content .bloc .hover,
body main section.relation .contenu .content .bloc .hover {
  content: "";
  background-color: #042A68;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 100%;
  z-index: -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;
}
body main section.modulereferences .contenu .content .bloc h3,
body main section.relation .contenu .content .bloc h3 {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1.125px;
  margin-bottom: 15px;
}
body main section.modulereferences .contenu .content .bloc .texte,
body main section.relation .contenu .content .bloc .texte {
  margin-bottom: 35px;
  min-height: 68px;
}
body main section.modulereferences .contenu .content .bloc p,
body main section.relation .contenu .content .bloc p {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .375px;
  margin-bottom: 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 main section.modulereferences .contenu .content .bloc .bouton,
body main section.relation .contenu .content .bloc .bouton {
  position: relative;
  background-color: #FF5E00;
  border-radius: 5px;
  height: 45px;
  display: inline-block;
  overflow: hidden;
}
body main section.modulereferences .contenu .content .bloc .bouton span,
body main section.relation .contenu .content .bloc .bouton span {
  font-family: 'Poppins', sans-serif;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 0 0 0 25px;
  width: 100%;
  height: 100%;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .975px;
  z-index: 2;
}
body main section.modulereferences .contenu .content .bloc .bouton span svg,
body main section.relation .contenu .content .bloc .bouton span svg {
  background-color: #FF4E00;
  height: 100%;
  margin-left: 25px;
  width: 50px;
  padding: 0 15px;
  fill: #fff;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body main section.modulereferences .contenu .content .bloc .bouton i,
body main section.relation .contenu .content .bloc .bouton i {
  margin-right: 12px;
}
body main section.modulereferences .contenu .content .bloc .bouton:before,
body main section.relation .contenu .content .bloc .bouton:before {
  content: "";
  background-color: #FF4E00;
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  right: 100%;
  z-index: 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;
}
body main section.references {
  padding: 100px 0 60px;
}
body main section.references .categories {
  background-color: #F4F5FA;
  padding: 70px 0 40px;
  margin-bottom: 55px;
  overflow: hidden;
}
body main section.references .categories .container {
  max-width: 1490px;
}
body main section.references .categories h3 {
  color: #3B4347;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 4.25px;
  text-align: center;
  margin-bottom: 55px;
}
body main section.references .categories ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
body main section.references .categories ul li {
  width: 12.5%;
  height: 100%;
}
body main section.references .categories ul li.active a {
  background-color: #fff;
  border: 1px solid #003080;
}
body main section.references .categories ul li a {
  border: 1px solid #F4F5FA;
  background-color: transparent;
  padding: 15px;
  width: 100%;
  height: 100%;
  text-align: center;
  display: block;
  border-radius: 5px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body main section.references .categories ul li a:hover {
  background-color: #fff;
  border: 1px solid #003080;
}
body main section.references .categories ul li a .visuel {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
body main section.references .categories ul li a p {
  color: #3B4347;
  letter-spacing: .16px;
  margin-bottom: 0;
  min-height: 48px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body main section.references .contenu .container {
  max-width: 1490px;
}
body main section.references .contenu .sortby {
  display: flex;
  align-content: center;
  justify-content: flex-end;
  margin-bottom: 45px;
}
body main section.references .contenu .sortby p {
  margin-bottom: 0;
  margin-right: 20px;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #929292;
}
body main section.references .contenu .sortby select {
  height: 48px;
  border-radius: 5px;
  border: 1px solid #707070;
  padding: 0 15px;
  cursor: pointer;
  font-size: 16px;
  color: #707070;
  position: relative;
}
body main section.references .contenu .sortby select option {
  color: #181818;
}
body main section.references .contenu .sortby select option[disabled] {
  color: #929292;
}
body main section.references .contenu .sortby select:focus {
  outline: none;
}
body main section.references .contenu .global {
  margin: 0 -20px;
}
body main section.references .contenu .item {
  padding: 0 20px;
  margin-bottom: 40px;
}
body main section.references .contenu .content {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
body main section.moduleactu .contenu .content {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  display: block;
}
body main section.moduleactu .contenu .content:hover .bloc .hover {
  top: 0;
}
body main section.moduleactu .contenu .content:hover .bloc .bouton:before {
  top: 0;
}
body main section.moduleactu .contenu .content:hover .visuel img {
  transform: scale(1);
}
body main section.moduleactu .contenu .content .visuel {
  height: 255px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
body main section.moduleactu .contenu .content .visuel img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.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;
}
body main section.moduleactu .contenu .content .bloc {
  background-color: #fff;
  padding: 18px 20px 60px 20px;
  position: relative;
  z-index: 1;
}
body main section.moduleactu .contenu .content .bloc .hover {
  content: "";
  background-color: #F4F5FA;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -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;
}
body main section.moduleactu .contenu .content .bloc .entete {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 22px;
}
body main section.moduleactu .contenu .content .bloc .entete p {
  color: #003080;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .42px;
  padding: 0 5px;
}
body main section.moduleactu .contenu .content .bloc h3 {
  color: #3D3D3D;
  text-align: center;
  font-size: 21px;
  font-weight: 900;
  margin-bottom: 18px;
}
body main section.moduleactu .contenu .content .bloc .texte {
  height: 73px;
  overflow: hidden;
}
body main section.moduleactu .contenu .content .bloc p {
  margin-bottom: 0;
  color: #737373;
  letter-spacing: .4px;
  text-align: center;
}
body main section.moduleactu .contenu .content .bloc .bouton {
  position: relative;
  background-color: #FF5E00;
  height: 50px;
  display: table;
  overflow: hidden;
  margin: auto;
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
}
body main section.moduleactu .contenu .content .bloc .bouton span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 0 60px;
  width: 100%;
  height: 100%;
  font-size: 17px;
  font-weight: 500;
  z-index: 2;
}
body main section.moduleactu .contenu .content .bloc .bouton:before {
  content: "";
  background-color: #181818;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 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;
}
body main section.modulecontact {
  position: relative;
  padding: 150px 0;
}
body main section.modulecontact .parallax-window {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
body main section.modulecontact .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #01141e;
  background: -webkit-linear-gradient(left,#01141e 0%,#0d1f28 25%,rgba(85,98,104,0.095675770308123) 100%);
  background: -o-linear-gradient(left,#01141e 0%,#0d1f28 25%,rgba(85,98,104,0.095675770308123) 100%);
  background: linear-gradient(to right,#01141e 0%,#0d1f28 25%,rgba(85,98,104,0.095675770308123) 100%);
}
body main section.modulecontact .contenu {
  position: relative;
  z-index: 1;
}
body main section.modulecontact .contenu .container {
  max-width: 1350px;
}
body main section.modulecontact .contenu .bloc {
  width: 440px;
  max-width: 100%;
}
body main section.modulecontact .contenu h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.1;
}
body main section.modulecontact .contenu p {
  color: #fff;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1.7;
}
body main section.modulecontact .contenu .bouton {
  position: relative;
  background-color: #FF5E00;
  border-radius: 5px;
  height: 100%;
  display: table;
  overflow: hidden;
  margin-top: 30px;
}
body main section.modulecontact .contenu .bouton span {
  font-family: 'Poppins', sans-serif;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 0 0 0 25px;
  width: 100%;
  height: 50px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.2px;
  z-index: 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;
}
body main section.modulecontact .contenu .bouton span svg {
  background-color: #FF4E00;
  height: 100%;
  margin-left: 25px;
  width: 55px;
  padding: 0 15px;
  fill: #fff;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body main section.modulecontact .contenu .bouton i {
  margin-right: 12px;
}
body main section.modulecontact .contenu .bouton:before {
  content: "";
  background-color: #fff;
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  right: 100%;
  z-index: 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;
}
body main section.modulecontact .contenu .bouton:hover:before {
  right: 0;
}
body main section.modulecontact .contenu .bouton:hover span {
  color: #FF5E00;
}
body main section.modulecontact .contenu .bouton:hover span svg {
  background-color: #fff;
  margin-left: 45px;
  fill: #FF5E00;
}
body footer {
  background-color: #00234B;
  overflow: hidden;
}
body footer .contenu {
  padding: 90px 0 75px;
}
body footer .contenu .logo img {
  width: 110px;
  max-width: 100%;
}
body footer .contenu p {
  color: #fff;
  margin-bottom: 0;
}
body footer .contenu .texte-left {
  font-weight: 300;
  font-style: italic;
  width: 430px;
  max-width: 100%;
  line-height: 1.7;
}
body footer .contenu .menu {
  column-count: 3;
  margin-top: 25px;
  width: 600px;
  max-width: 100%;
}
body footer .contenu .menu li a {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: .75px;
  line-height: 2.1;
}
body footer .contenu .menu li a svg {
  stroke: #FF5E00;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body footer .contenu .menu li a:hover {
  color: #FF5E00;
}
body footer .contenu .menu li a:hover svg {
  stroke: #fff;
}
body footer .contenu .bloc h3 {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 25px;
}
body footer .contenu .bloc h3 svg {
  margin-right: 18px;
}
body footer .contenu .bloc ul li {
  padding-left: 45px;
  color: #fff;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: .9px;
  position: relative;
}
body footer .contenu .bloc ul li:first-child svg,
body footer .contenu .bloc ul li:nth-child(3) svg {
  transform: none;
  top: 3px;
}
body footer .contenu .bloc ul li a {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: .9px;
  display: table;
}
body footer .contenu .bloc ul li a:hover {
  color: #FF5E00;
}
body footer .contenu .bloc ul li svg {
  fill: #FF5E00;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
body footer .copy {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: .9px;
  text-align: center;
}
body footer .copy .content {
  position: relative;
  padding: 30px 0 50px;
}
body footer .copy .content:before {
  content: "";
  background-color: #fff;
  left: -145px;
  right: -145px;
  height: 1px;
  top: 0;
  opacity: .4;
  position: absolute;
}
body footer .copy a {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: .9px;
}
body footer .copy a:hover {
  color: #FF5E00;
}
body footer .copy .mentions {
  padding: 0 20px;
  text-decoration: underline;
}
body footer .copy .mentions.un {
  padding-left: 40px;
}
body footer .copy .mentions.deux {
  padding-right: 0;
}
body.single-prestations header .contenu .nav-menu ul li#menu-item-36 a:after {
  right: 0;
}
body.single-prestations main section.partie1 {
  position: relative;
  padding: 120px 0 130px;
  overflow: hidden;
}
body.single-prestations main section.partie1.nopart2 {
  padding: 200px 0;
}
body.single-prestations main section.partie1 .contenu {
  position: relative;
}
body.single-prestations main section.partie1 .contenu .container {
  max-width: 1490px;
  height: 100%;
}
body.single-prestations main section.partie1 .contenu .container >.row {
  align-items: center;
  height: 100%;
}
body.single-prestations main section.partie1 .contenu .container >.row .col-12 {
  height: 100%;
  position: relative;
}
body.single-prestations main section.partie1 .contenu .container.container2 {
  max-width: 100%;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
}
body.single-prestations main section.partie1 .contenu .motif {
  position: absolute;
}
body.single-prestations main section.partie1 .contenu .motif path {
  transform: scale(1.11);
}
@media (max-width: 1830px) {
  body.single-prestations main section.partie1 .contenu .motif path {
    transform: scale(1.01);
  }
}
@media (max-width: 1670px) {
  body.single-prestations main section.partie1 .contenu .motif path {
    transform: scale(.91);
  }
}
body.single-prestations main section.partie1 .contenu .visuel {
  clip-path: url(#path3);
  width: 100%;
  height: 850px;
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1830px) {
  body.single-prestations main section.partie1 .contenu .visuel {
    height: 770px;
  }
}
@media (max-width: 1670px) {
  body.single-prestations main section.partie1 .contenu .visuel {
    height: 700px;
  }
}
body.single-prestations main section.partie1 .contenu .visuel img {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.single-prestations main section.partie1 .contenu .bloc {
  background-color: #F4F5FA;
  padding: 80px 100px 65px 140px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  min-height: 650px;
  display: flex;
  align-items: center;
}
body.single-prestations main section.partie1 .contenu .bloc h2 {
  font-size: 38px;
  font-weight: 700;
  color: #181818;
  margin-bottom: 40px;
  padding-left: 65px;
  position: relative;
  line-height: 1.2;
}
body.single-prestations main section.partie1 .contenu .bloc h2 svg {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
body.single-prestations main section.partie1 .contenu .bloc h2 .logo-geo {
  vertical-align: baseline;
  margin-left: 40px;
}
body.single-prestations main section.partie1 .contenu .bloc h4 {
  font-size: 21px;
  letter-spacing: .21px;
  font-weight: 700;
  color: #3B4347;
}
body.single-prestations main section.partie1 .contenu .bloc p {
  font-size: 17px;
  letter-spacing: .17px;
  color: #3B4347;
  margin-bottom: 25px;
  line-height: 1.7;
}
body.single-prestations main section.partie1 .contenu .bloc ul {
  margin-bottom: 25px;
}
body.single-prestations main section.partie1 .contenu .bloc ul li {
  font-size: 17px;
  letter-spacing: .17px;
  color: #3B4347;
  padding-left: 15px;
  position: relative;
  line-height: 1.7;
}
body.single-prestations main section.partie1 .contenu .bloc ul li:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: #3B4347;
  font-size: 17px;
}
body.single-prestations main section.partie2 .contenu .container {
  max-width: 1490px;
}
body.single-prestations main section.partie2 .contenu .content:nth-of-type(2n) {
  flex-direction: row-reverse;
}
body.single-prestations main section.partie2 .contenu .content:nth-of-type(2n) .media .visuel {
  float: left;
  visibility: visible;
  animation-duration: 1.2s;
  animation-delay: 1.2s;
  animation-name: fadeInRight;
}
body.single-prestations main section.partie2 .contenu .content:nth-of-type(2n) .bloc {
  visibility: visible;
  animation-duration: 1.2s;
  animation-delay: 0.8s;
  animation-name: fadeInRight;
}
body.single-prestations main section.partie2 .contenu .content:nth-of-type(2n) .bloc h3 {
  visibility: visible;
  animation-duration: 1.2s;
  animation-delay: 0.8s;
  animation-name: fadeInRight;
}
body.single-prestations main section.partie2 .contenu .content:nth-of-type(2n) .bloc .texte {
  visibility: visible;
  animation-duration: 1.2s;
  animation-delay: 1s;
  animation-name: fadeInRight;
}
body.single-prestations main section.partie2 .contenu .content.enbas {
  margin-bottom: 180px;
}
body.single-prestations main section.partie2 .contenu .content.enbas .bloc {
  margin-top: 50px;
}
body.single-prestations main section.partie2 .contenu .content.aumilieu {
  margin-bottom: 180px;
  align-items: center;
}
body.single-prestations main section.partie2 .contenu .content.aumilieu .bloc {
  padding: 90px 75px 65px 75px;
}
body.single-prestations main section.partie2 .contenu .content.aumilieu .owl-carousel {
  padding-left: 35px;
}
body.single-prestations main section.partie2 .contenu .content.aumilieu .galerie {
  position: relative;
  width: 100%;
  height: 330px;
}
body.single-prestations main section.partie2 .contenu .content.aumilieu .galerie img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.single-prestations main section.partie2 .contenu .content.enhaut {
  margin-bottom: 100px;
}
body.single-prestations main section.partie2 .contenu .content.enhaut .media {
  padding: 80px 0;
}
body.single-prestations main section.partie2 .contenu .content.enhaut .media .visuel {
  height: 500px;
  min-height: 100%;
}
body.single-prestations main section.partie2 .contenu .content .media .visuel {
  width: 800px;
  height: 100%;
  position: relative;
  float: right;
  z-index: -1;
}
body.single-prestations main section.partie2 .contenu .content .media .visuel img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.single-prestations main section.partie2 .contenu .content .bloc {
  background-color: #F4F5FA;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  padding: 110px 120px 85px 120px;
  overflow: hidden;
}
body.single-prestations main section.partie2 .contenu .content .bloc h3 {
  font-size: 38px;
  font-weight: 700;
  color: #181818;
  margin-bottom: 40px;
  padding-left: 65px;
  position: relative;
  line-height: 1.2;
}
body.single-prestations main section.partie2 .contenu .content .bloc h3 svg {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
body.single-prestations main section.partie2 .contenu .content .bloc h4 {
  font-size: 21px;
  letter-spacing: .21px;
  font-weight: 700;
  color: #3B4347;
}
body.single-prestations main section.partie2 .contenu .content .bloc p {
  font-size: 17px;
  letter-spacing: .17px;
  color: #3B4347;
  margin-bottom: 25px;
  line-height: 1.7;
}
body.single-prestations main section.partie2 .contenu .content .bloc ul {
  margin-bottom: 25px;
}
body.single-prestations main section.partie2 .contenu .content .bloc ul li {
  font-size: 17px;
  letter-spacing: .17px;
  color: #3B4347;
  padding-left: 15px;
  position: relative;
  line-height: 1.7;
}
body.single-prestations main section.partie2 .contenu .content .bloc ul li:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: #3B4347;
  font-size: 17px;
}
body.single-prestations main section.relation-ref {
  position: relative;
  padding: 150px 0;
}
body.single-prestations main section.relation-ref .parallax-window {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
body.single-prestations main section.relation-ref .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #132436;
  background: -webkit-linear-gradient(left,#042A68 0%,#042A68 31%,rgba(4,42,104,0.783911) 68%,rgba(4,42,104,0) 100%);
  background: -o-linear-gradient(left,#042A68 0%,#042A68 31%,rgba(4,42,104,0.783911) 68%,rgba(4,42,104,0) 100%);
  background: linear-gradient(to right,#042A68 0%,#042A68 31%,rgba(4,42,104,0.783911) 68%,rgba(4,42,104,0) 100%);
}
body.single-prestations main section.relation-ref .contenu {
  position: relative;
  z-index: 1;
}
body.single-prestations main section.relation-ref .contenu .container {
  max-width: 1350px;
}
body.single-prestations main section.relation-ref .contenu .bloc {
  width: 590px;
  max-width: 100%;
  margin: auto;
}
body.single-prestations main section.relation-ref .contenu h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.2;
  text-align: center;
}
body.single-prestations main section.relation-ref .contenu .bouton {
  position: relative;
  background-color: #FF5E00;
  border-radius: 5px;
  height: 100%;
  display: table;
  overflow: hidden;
  margin: 35px auto 0;
}
body.single-prestations main section.relation-ref .contenu .bouton span {
  font-family: 'Poppins', sans-serif;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 0 0 0 25px;
  width: 100%;
  height: 50px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.2px;
  z-index: 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;
}
body.single-prestations main section.relation-ref .contenu .bouton span svg {
  background-color: #FF4E00;
  height: 100%;
  margin-left: 25px;
  width: 55px;
  padding: 0 15px;
  fill: #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.single-prestations main section.relation-ref .contenu .bouton i {
  margin-right: 12px;
}
body.single-prestations main section.relation-ref .contenu .bouton:before {
  content: "";
  background-color: #fff;
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  right: 100%;
  z-index: 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;
}
body.single-prestations main section.relation-ref .contenu .bouton:hover:before {
  right: 0;
}
body.single-prestations main section.relation-ref .contenu .bouton:hover span {
  color: #FF5E00;
}
body.single-prestations main section.relation-ref .contenu .bouton:hover span svg {
  background-color: #fff;
  margin-left: 45px;
  fill: #FF5E00;
}
body.single-post main section.post {
  padding: 0 !important;
}
body.single-post main section.post .contenu {
  margin: 70px 0;
}
body.single-post main section.post .contenu .owl-carousel {
  max-height: 540px;
}
body.single-post main section.post .contenu .bloc {
  padding: 65px 0 50px 85px !important;
}
body.single-references header .contenu .nav-menu ul li#menu-item-37 a:after {
  right: 0;
}
body.tax-secteurs header .contenu .nav-menu ul li#menu-item-37 a:after {
  right: 0;
}
body.single-post header .contenu .nav-menu ul li#menu-item-34 a:after {
  right: 0;
}
body.single-references main section.single-ref,
body.single-references main section.post,
body.single-post main section.single-ref,
body.single-post main section.post {
  padding: 0 0 110px;
  overflow: hidden;
}
body.single-references main section.single-ref .ariane,
body.single-references main section.post .ariane,
body.single-post main section.single-ref .ariane,
body.single-post main section.post .ariane {
  background-color: #003080;
  padding: 45px 0;
}
body.single-references main section.single-ref .ariane .container,
body.single-references main section.post .ariane .container,
body.single-post main section.single-ref .ariane .container,
body.single-post main section.post .ariane .container {
  max-width: 1160px;
}
body.single-references main section.single-ref .ariane #breadcrumbs,
body.single-references main section.post .ariane #breadcrumbs,
body.single-post main section.single-ref .ariane #breadcrumbs,
body.single-post main section.post .ariane #breadcrumbs {
  margin-bottom: 0;
  position: relative;
  z-index: 3;
  padding-left: 15px;
}
body.single-references main section.single-ref .ariane #breadcrumbs span,
body.single-references main section.post .ariane #breadcrumbs span,
body.single-post main section.single-ref .ariane #breadcrumbs span,
body.single-post main section.post .ariane #breadcrumbs span {
  color: #fff;
  font-size: 15px;
}
body.single-references main section.single-ref .ariane #breadcrumbs .breadcrumb_last,
body.single-references main section.post .ariane #breadcrumbs .breadcrumb_last,
body.single-post main section.single-ref .ariane #breadcrumbs .breadcrumb_last,
body.single-post main section.post .ariane #breadcrumbs .breadcrumb_last {
  text-decoration: underline;
  color: #fff;
  font-size: 15px;
  padding-left: 15px;
}
body.single-references main section.single-ref .ariane #breadcrumbs a,
body.single-references main section.post .ariane #breadcrumbs a,
body.single-post main section.single-ref .ariane #breadcrumbs a,
body.single-post main section.post .ariane #breadcrumbs a {
  color: #fff;
  font-size: 15px;
  padding: 0 15px;
}
body.single-references main section.single-ref .ariane #breadcrumbs a:hover,
body.single-references main section.post .ariane #breadcrumbs a:hover,
body.single-post main section.single-ref .ariane #breadcrumbs a:hover,
body.single-post main section.post .ariane #breadcrumbs a:hover {
  color: #FF5E00;
}
body.single-references main section.single-ref .contenu,
body.single-references main section.post .contenu,
body.single-post main section.single-ref .contenu,
body.single-post main section.post .contenu {
  position: relative;
}
body.single-references main section.single-ref .contenu .container,
body.single-references main section.post .contenu .container,
body.single-post main section.single-ref .contenu .container,
body.single-post main section.post .contenu .container {
  max-width: 100%;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
body.single-references main section.single-ref .contenu .container >.row,
body.single-references main section.post .contenu .container >.row,
body.single-post main section.single-ref .contenu .container >.row,
body.single-post main section.post .contenu .container >.row {
  height: 100%;
}
body.single-references main section.single-ref .contenu .container >.row >.col-12,
body.single-references main section.post .contenu .container >.row >.col-12,
body.single-post main section.single-ref .contenu .container >.row >.col-12,
body.single-post main section.post .contenu .container >.row >.col-12 {
  height: 100%;
}
body.single-references main section.single-ref .contenu .container.container2,
body.single-references main section.post .contenu .container.container2,
body.single-post main section.single-ref .contenu .container.container2,
body.single-post main section.post .contenu .container.container2 {
  padding: 0 50px;
  max-width: 1490px;
  position: relative;
}
body.single-references main section.single-ref .contenu .owl-carousel,
body.single-references main section.post .contenu .owl-carousel,
body.single-post main section.single-ref .contenu .owl-carousel,
body.single-post main section.post .contenu .owl-carousel {
  padding-right: 35px;
  height: 100%;
  max-height: 590px;
}
body.single-references main section.single-ref .contenu .owl-carousel .owl-stage-outer,
body.single-references main section.post .contenu .owl-carousel .owl-stage-outer,
body.single-post main section.single-ref .contenu .owl-carousel .owl-stage-outer,
body.single-post main section.post .contenu .owl-carousel .owl-stage-outer {
  height: 100%;
}
body.single-references main section.single-ref .contenu .owl-carousel .owl-stage-outer .owl-stage,
body.single-references main section.post .contenu .owl-carousel .owl-stage-outer .owl-stage,
body.single-post main section.single-ref .contenu .owl-carousel .owl-stage-outer .owl-stage,
body.single-post main section.post .contenu .owl-carousel .owl-stage-outer .owl-stage {
  height: 100%;
}
body.single-references main section.single-ref .contenu .owl-carousel .owl-stage-outer .owl-stage .owl-item,
body.single-references main section.post .contenu .owl-carousel .owl-stage-outer .owl-stage .owl-item,
body.single-post main section.single-ref .contenu .owl-carousel .owl-stage-outer .owl-stage .owl-item,
body.single-post main section.post .contenu .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
body.single-references main section.single-ref .contenu .owl-carousel .owl-stage-outer .owl-stage .owl-item .item,
body.single-references main section.post .contenu .owl-carousel .owl-stage-outer .owl-stage .owl-item .item,
body.single-post main section.single-ref .contenu .owl-carousel .owl-stage-outer .owl-stage .owl-item .item,
body.single-post main section.post .contenu .owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
  height: 100%;
}
body.single-references main section.single-ref .contenu .owl-carousel .owl-nav,
body.single-references main section.post .contenu .owl-carousel .owl-nav,
body.single-post main section.single-ref .contenu .owl-carousel .owl-nav,
body.single-post main section.post .contenu .owl-carousel .owl-nav {
  position: absolute;
  bottom: 0;
  right: 35px;
  width: 55px;
  display: flex;
  justify-content: space-around;
  background-color: #003080;
  height: 55px;
  width: 88px;
}
body.single-references main section.single-ref .contenu .owl-carousel .owl-nav.disabled,
body.single-references main section.post .contenu .owl-carousel .owl-nav.disabled,
body.single-post main section.single-ref .contenu .owl-carousel .owl-nav.disabled,
body.single-post main section.post .contenu .owl-carousel .owl-nav.disabled {
  display: none;
}
body.single-references main section.single-ref .contenu .owl-carousel .owl-nav:before,
body.single-references main section.post .contenu .owl-carousel .owl-nav:before,
body.single-post main section.single-ref .contenu .owl-carousel .owl-nav:before,
body.single-post main section.post .contenu .owl-carousel .owl-nav:before {
  content: "";
  width: 1px;
  position: absolute;
  top: 12px;
  bottom: 12px;
  border-radius: 3px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
}
body.single-references main section.single-ref .contenu .owl-carousel .owl-nav button:focus,
body.single-references main section.post .contenu .owl-carousel .owl-nav button:focus,
body.single-post main section.single-ref .contenu .owl-carousel .owl-nav button:focus,
body.single-post main section.post .contenu .owl-carousel .owl-nav button:focus {
  outline: none;
}
body.single-references main section.single-ref .contenu .owl-carousel .owl-nav button:hover svg,
body.single-references main section.post .contenu .owl-carousel .owl-nav button:hover svg,
body.single-post main section.single-ref .contenu .owl-carousel .owl-nav button:hover svg,
body.single-post main section.post .contenu .owl-carousel .owl-nav button:hover svg {
  fill: #FF5E00;
}
body.single-references main section.single-ref .contenu .owl-carousel .owl-nav button svg,
body.single-references main section.post .contenu .owl-carousel .owl-nav button svg,
body.single-post main section.single-ref .contenu .owl-carousel .owl-nav button svg,
body.single-post main section.post .contenu .owl-carousel .owl-nav button svg {
  fill: #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.single-references main section.single-ref .contenu .visuel,
body.single-references main section.post .contenu .visuel,
body.single-post main section.single-ref .contenu .visuel,
body.single-post main section.post .contenu .visuel {
  height: 100%;
  width: 100%;
  position: relative;
}
body.single-references main section.single-ref .contenu .visuel img,
body.single-references main section.post .contenu .visuel img,
body.single-post main section.single-ref .contenu .visuel img,
body.single-post main section.post .contenu .visuel img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.single-references main section.single-ref .contenu .bloc,
body.single-references main section.post .contenu .bloc,
body.single-post main section.single-ref .contenu .bloc,
body.single-post main section.post .contenu .bloc {
  padding: 90px 0 0 85px;
}
body.single-references main section.single-ref .contenu .bloc .lieu,
body.single-references main section.post .contenu .bloc .lieu,
body.single-post main section.single-ref .contenu .bloc .lieu,
body.single-post main section.post .contenu .bloc .lieu {
  color: #003080;
  font-size: 15px;
  letter-spacing: 3.75px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 25px;
}
body.single-references main section.single-ref .contenu .bloc .lieu svg,
body.single-references main section.post .contenu .bloc .lieu svg,
body.single-post main section.single-ref .contenu .bloc .lieu svg,
body.single-post main section.post .contenu .bloc .lieu svg {
  margin-right: 15px;
  margin-bottom: 4px;
}
body.single-references main section.single-ref .contenu .bloc h1,
body.single-references main section.post .contenu .bloc h1,
body.single-post main section.single-ref .contenu .bloc h1,
body.single-post main section.post .contenu .bloc h1 {
  color: #181818;
  font-size: 43px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 20px;
}
body.single-references main section.single-ref .contenu .bloc .entete,
body.single-references main section.post .contenu .bloc .entete,
body.single-post main section.single-ref .contenu .bloc .entete,
body.single-post main section.post .contenu .bloc .entete {
  display: flex;
  align-items: center;
  margin: 0 -5px 30px;
}
body.single-references main section.single-ref .contenu .bloc .entete p,
body.single-references main section.post .contenu .bloc .entete p,
body.single-post main section.single-ref .contenu .bloc .entete p,
body.single-post main section.post .contenu .bloc .entete p {
  color: #003080;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .42px;
  padding: 0 5px;
  margin-bottom: 0;
}
body.single-references main section.single-ref .contenu .bloc .client,
body.single-references main section.post .contenu .bloc .client,
body.single-post main section.single-ref .contenu .bloc .client,
body.single-post main section.post .contenu .bloc .client {
  margin-bottom: 25px;
}
body.single-references main section.single-ref .contenu .bloc .client p,
body.single-references main section.post .contenu .bloc .client p,
body.single-post main section.single-ref .contenu .bloc .client p,
body.single-post main section.post .contenu .bloc .client p {
  margin-bottom: 0;
  color: #3B4347;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .2px;
}
body.single-references main section.single-ref .contenu .bloc .texte p,
body.single-references main section.post .contenu .bloc .texte p,
body.single-post main section.single-ref .contenu .bloc .texte p,
body.single-post main section.post .contenu .bloc .texte p {
  font-size: 17px;
  line-height: 1.6;
  color: #3B4347;
  margin-bottom: 20px;
}
body.single-references main section.single-ref .contenu .bloc .texte ul,
body.single-references main section.post .contenu .bloc .texte ul,
body.single-post main section.single-ref .contenu .bloc .texte ul,
body.single-post main section.post .contenu .bloc .texte ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 15px;
}
body.single-references main section.single-ref .contenu .bloc .partage,
body.single-references main section.post .contenu .bloc .partage,
body.single-post main section.single-ref .contenu .bloc .partage,
body.single-post main section.post .contenu .bloc .partage {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
body.single-references main section.single-ref .contenu .bloc .partage p,
body.single-references main section.post .contenu .bloc .partage p,
body.single-post main section.single-ref .contenu .bloc .partage p,
body.single-post main section.post .contenu .bloc .partage p {
  color: #A1A1A1;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: .17px;
}
body.single-references main section.single-ref .contenu .bloc .partage .sfsiplus_norm_row,
body.single-references main section.post .contenu .bloc .partage .sfsiplus_norm_row,
body.single-post main section.single-ref .contenu .bloc .partage .sfsiplus_norm_row,
body.single-post main section.post .contenu .bloc .partage .sfsiplus_norm_row {
  margin-top: 6px;
}
body.single-references main section.single-ref .contenu .bloc .partage .sfsi_plus_wicons,
body.single-references main section.post .contenu .bloc .partage .sfsi_plus_wicons,
body.single-post main section.single-ref .contenu .bloc .partage .sfsi_plus_wicons,
body.single-post main section.post .contenu .bloc .partage .sfsi_plus_wicons {
  margin-bottom: 0 !important;
}
body.single-references main section.single-ref .contenu .bloc .partage .sficn:hover,
body.single-references main section.post .contenu .bloc .partage .sficn:hover,
body.single-post main section.single-ref .contenu .bloc .partage .sficn:hover,
body.single-post main section.post .contenu .bloc .partage .sficn:hover {
  background: #003080 !important;
}
body.single-references main section.relation,
body.single-post main section.relation {
  background-color: #F4F5FA;
  padding: 130px 0 110px;
  overflow: hidden;
}
body.single-references main section.relation .contenu .container,
body.single-post main section.relation .contenu .container {
  max-width: 1490px;
}
body.single-references main section.relation .contenu h2,
body.single-post main section.relation .contenu h2 {
  color: #181818;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 70px;
}
body.single-references main section.relation .contenu .content,
body.single-post main section.relation .contenu .content {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
body.single-references main section.relation .contenu .owl-carousel,
body.single-post main section.relation .contenu .owl-carousel {
  position: relative;
}
body.single-references main section.relation .contenu .owl-carousel .owl-stage,
body.single-post main section.relation .contenu .owl-carousel .owl-stage {
  margin: auto;
}
body.single-references main section.relation .contenu .owl-carousel .owl-nav,
body.single-post main section.relation .contenu .owl-carousel .owl-nav {
  display: block !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
body.single-references main section.relation .contenu .owl-carousel .owl-nav.disabled,
body.single-post main section.relation .contenu .owl-carousel .owl-nav.disabled {
  display: none !important;
}
body.single-references main section.relation .contenu .owl-carousel .owl-nav button.owl-prev,
body.single-post main section.relation .contenu .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: -85px;
}
body.single-references main section.relation .contenu .owl-carousel .owl-nav button.owl-prev svg,
body.single-post main section.relation .contenu .owl-carousel .owl-nav button.owl-prev svg {
  fill: #B6B8BD;
  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-references main section.relation .contenu .owl-carousel .owl-nav button.owl-prev:hover svg,
body.single-post main section.relation .contenu .owl-carousel .owl-nav button.owl-prev:hover svg {
  fill: #003080;
}
body.single-references main section.relation .contenu .owl-carousel .owl-nav button.owl-next,
body.single-post main section.relation .contenu .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: -85px;
}
body.single-references main section.relation .contenu .owl-carousel .owl-nav button.owl-next svg,
body.single-post main section.relation .contenu .owl-carousel .owl-nav button.owl-next svg {
  fill: #B6B8BD;
  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-references main section.relation .contenu .owl-carousel .owl-nav button.owl-next:hover svg,
body.single-post main section.relation .contenu .owl-carousel .owl-nav button.owl-next:hover svg {
  fill: #003080;
}
body.single-references main section.relation .contenu .owl-carousel .owl-nav button:focus,
body.single-post main section.relation .contenu .owl-carousel .owl-nav button:focus {
  outline: none;
}
@media (min-width: 1921px) {
  body.single-prestations main section.partie1 .contenu .visuel {
    height: 920px;
  }
  body.single-prestations main section.partie1 .contenu .motif path {
    transform: scale(1.21);
  }
}
@media (min-width: 1361px) and (max-width: 1500px) {
  body #gototop {
    right: 20px;
  }
  body header {
    height: 135px;
  }
  body header .coo {
    padding: 40px 12px 25px 20px;
  }
  body header .contenu .logo:before {
    border-width: 189px 176px 0 176px;
  }
  body header .contenu .nav-menu ul li a {
    font-size: 17px;
    letter-spacing: .24px;
  }
  body header .contenu .sub-menu-presta ul li a {
    font-size: 17px;
    letter-spacing: .24px;
  }
  body main {
    padding-top: 135px;
  }
  body main section.bandeau-entete {
    height: 340px;
  }
  body main section.titre-pages {
    padding: 100px 0 0;
  }
  body main section.titre-pages .contenu .bloc h1 {
    font-size: 16px;
  }
  body main section.titre-pages .contenu .bloc h2 {
    font-size: 36px;
  }
  body main section.moduleprestation .contenu a .visuel {
    height: 410px;
  }
  body main section.moduleprestation .contenu a .bloc {
    padding: 23px 40px 20px 25px;
    min-height: 82px;
  }
  body main section.moduleprestation .contenu a .bloc h3 {
    font-size: 15px;
  }
  body main section.moduleprestation .contenu a .bloc svg {
    right: 20px;
  }
  body main section.modulereferences .contenu .content .visuel,
  body main section.relation .contenu .content .visuel {
    height: 220px;
  }
  body main section.modulereferences .contenu .content .visuel .lieu,
  body main section.relation .contenu .content .visuel .lieu {
    padding: 10px 25px;
    font-size: 13px;
    letter-spacing: .5px;
  }
  body main section.modulereferences .contenu .content .bloc,
  body main section.relation .contenu .content .bloc {
    padding: 25px 25px;
  }
  body main section.modulereferences .contenu .content .bloc .texte,
  body main section.relation .contenu .content .bloc .texte {
    margin-bottom: 30px;
  }
  body main section.modulereferences .contenu .content .bloc p,
  body main section.relation .contenu .content .bloc p {
    font-size: 14px;
  }
  body main section.modulecontact {
    padding: 130px 0;
  }
  body main section.modulecontact .contenu h2 {
    font-size: 42px;
  }
  body footer .contenu {
    padding: 80px 0 65px;
  }
  body footer .contenu .bloc h3 {
    font-size: 32px;
  }
  body footer .contenu .bloc ul li {
    font-size: 17px;
  }
  body footer .contenu .bloc ul li a {
    font-size: 17px;
  }
  body footer .copy {
    font-size: 17px;
  }
  body footer .copy a {
    font-size: 17px;
  }
  body.single-prestations main section.partie1 {
    padding: 100px 0 110px;
  }
  body.single-prestations main section.partie1.nopart2 {
    padding: 150px 0;
  }
  body.single-prestations main section.partie1 .contenu .bloc {
    padding: 60px 70px 45px 90px;
    min-height: 520px;
  }
  body.single-prestations main section.partie1 .contenu .bloc h2 {
    font-size: 34px;
  }
  body.single-prestations main section.partie1 .contenu .bloc h2 .logo-geo {
    width: 80px;
  }
  body.single-prestations main section.partie1 .contenu .motif path {
    transform: scale(0.77);
  }
  body.single-prestations main section.partie1 .contenu .visuel {
    height: 620px;
  }
  body.single-prestations main section.partie2 .contenu .content .bloc {
    padding: 90px 100px 65px 100px;
  }
  body.single-prestations main section.partie2 .contenu .content .bloc h3 {
    font-size: 34px;
  }
  body.single-prestations main section.partie2 .contenu .content.enhaut {
    margin-bottom: 80px;
  }
  body.single-prestations main section.partie2 .contenu .content.enhaut .media .visuel {
    height: 460px;
  }
  body.single-prestations main section.partie2 .contenu .content.aumilieu {
    margin-bottom: 140px;
  }
  body.single-prestations main section.partie2 .contenu .content.aumilieu .bloc {
    padding: 80px 65px 55px 65px;
  }
  body.single-prestations main section.partie2 .contenu .content.enbas {
    margin-bottom: 150px;
  }
  body.single-prestations main section.relation-ref {
    padding: 130px 0;
  }
  body.single-prestations main section.relation-ref .contenu h2 {
    font-size: 40px;
  }
  body.single-post main section.post .contenu .owl-carousel {
    max-height: 540px;
  }
  body.single-post main section.post .contenu .bloc {
    padding: 65px 30px 50px 55px !important;
  }
  body.single-references main section.single-ref,
  body.single-references main section.post,
  body.single-post main section.single-ref,
  body.single-post main section.post {
    padding: 0 0 100px;
  }
  body.single-references main section.single-ref .ariane,
  body.single-references main section.post .ariane,
  body.single-post main section.single-ref .ariane,
  body.single-post main section.post .ariane {
    padding: 40px 0;
  }
  body.single-references main section.single-ref .ariane #breadcrumbs,
  body.single-references main section.post .ariane #breadcrumbs,
  body.single-post main section.single-ref .ariane #breadcrumbs,
  body.single-post main section.post .ariane #breadcrumbs {
    padding-left: 95px;
  }
  body.single-references main section.single-ref .contenu .bloc,
  body.single-references main section.post .contenu .bloc,
  body.single-post main section.single-ref .contenu .bloc,
  body.single-post main section.post .contenu .bloc {
    padding: 90px 30px 0 55px;
  }
  body.single-references main section.single-ref .contenu .bloc h1,
  body.single-references main section.post .contenu .bloc h1,
  body.single-post main section.single-ref .contenu .bloc h1,
  body.single-post main section.post .contenu .bloc h1 {
    font-size: 38px;
  }
  body.single-references main section.relation,
  body.single-post main section.relation {
    padding: 110px 0 90px;
  }
  body.single-references main section.relation .contenu .owl-carousel .owl-nav button.owl-prev,
  body.single-post main section.relation .contenu .owl-carousel .owl-nav button.owl-prev {
    left: -35px;
  }
  body.single-references main section.relation .contenu .owl-carousel .owl-nav button.owl-next,
  body.single-post main section.relation .contenu .owl-carousel .owl-nav button.owl-next {
    right: -35px;
  }
}
@media (min-width: 1200px) and (max-width: 1360px) {
  body #gototop {
    right: 20px;
  }
  body header {
    height: 125px;
  }
  body header .coo {
    padding: 30px 10px 20px 10px;
  }
  body header .coo ul li {
    margin-bottom: 10px;
  }
  body header .coo ul li a svg {
    width: 30px;
    height: auto;
  }
  body header.sticky {
    height: 90px;
  }
  body header .contenu .logo:before {
    border-width: 189px 156px 0 156px;
  }
  body header .contenu .nav-menu ul li a {
    font-size: 15.5px;
    letter-spacing: 0;
  }
  body header .contenu .sub-menu-presta ul li a {
    font-size: 15.5px;
    letter-spacing: 0;
  }
  body header .contenu .bouton span {
    font-size: 14px;
  }
  body main {
    padding-top: 125px;
  }
  body main section.bandeau-entete {
    height: 300px;
  }
  body main section.titre-pages {
    padding: 90px 0 0;
  }
  body main section.titre-pages .contenu .bloc h1 {
    font-size: 15px;
    margin-bottom: 30px;
  }
  body main section.titre-pages .contenu .bloc h2 {
    font-size: 32px;
  }
  body main section.titre-pages .contenu .bloc p {
    font-size: 15px;
  }
  body main section.moduleprestation .contenu a .visuel {
    height: 410px;
  }
  body main section.moduleprestation .contenu a .bloc {
    padding: 23px 40px 20px 25px;
    min-height: 82px;
  }
  body main section.moduleprestation .contenu a .bloc h3 {
    font-size: 15px;
  }
  body main section.moduleprestation .contenu a .bloc svg {
    right: 20px;
  }
  body main section.modulereferences .contenu .content .visuel,
  body main section.relation .contenu .content .visuel {
    height: 220px;
  }
  body main section.modulereferences .contenu .content .visuel .lieu,
  body main section.relation .contenu .content .visuel .lieu {
    padding: 10px 25px;
    font-size: 13px;
    letter-spacing: .5px;
  }
  body main section.modulereferences .contenu .content .bloc,
  body main section.relation .contenu .content .bloc {
    padding: 25px 25px;
  }
  body main section.modulereferences .contenu .content .bloc .texte,
  body main section.relation .contenu .content .bloc .texte {
    margin-bottom: 30px;
  }
  body main section.modulereferences .contenu .content .bloc p,
  body main section.relation .contenu .content .bloc p {
    font-size: 14px;
  }
  body main section.references .categories {
    padding: 60px 0 30px;
  }
  body main section.references .categories h3 {
    font-size: 16px;
  }
  body main section.references .categories ul li a {
    padding: 15px 10px;
  }
  body main section.references .categories ul li a p {
    font-size: 15px;
  }
  body main section.references .contenu .global {
    margin: 0 -10px;
  }
  body main section.references .contenu .item {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  body main section.moduleactu .contenu .content .visuel {
    height: 225px;
  }
  body main section.moduleactu .contenu .content .bloc h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  body main section.moduleactu .contenu .content .bloc .texte {
    height: 69px;
  }
  body main section.moduleactu .contenu .content .bloc p {
    font-size: 15px;
  }
  body main section.moduleactu .contenu .content .bloc .bouton span {
    font-size: 16px;
  }
  body main section.modulecontact {
    padding: 100px 0;
  }
  body main section.modulecontact .contenu h2 {
    font-size: 38px;
  }
  body main section.modulecontact .contenu p {
    font-size: 16px;
  }
  body main section.modulecontact .contenu .bouton span {
    font-size: 15px;
  }
  body footer .contenu {
    padding: 70px 0 55px;
  }
  body footer .contenu .texte-left {
    font-size: 15px;
  }
  body footer .contenu .logo img {
    width: 100px;
  }
  body footer .contenu .bloc h3 {
    font-size: 28px;
  }
  body footer .contenu .bloc ul li {
    font-size: 16px;
  }
  body footer .contenu .bloc ul li a {
    font-size: 16px;
  }
  body footer .contenu .menu li a {
    font-size: 14px;
  }
  body footer .copy {
    font-size: 16px;
  }
  body footer .copy a {
    font-size: 16px;
  }
  body.single-prestations main section.partie1 {
    padding: 100px 0 90px;
  }
  body.single-prestations main section.partie1.nopart2 {
    padding: 110px 0;
  }
  body.single-prestations main section.partie1 .contenu .bloc {
    padding: 60px 70px 45px 90px;
    min-height: 390px;
  }
  body.single-prestations main section.partie1 .contenu .bloc h2 {
    font-size: 30px;
    padding-left: 55px;
  }
  body.single-prestations main section.partie1 .contenu .bloc h2 svg {
    width: 17px;
  }
  body.single-prestations main section.partie1 .contenu .bloc h2 .logo-geo {
    width: 70px;
  }
  body.single-prestations main section.partie1 .contenu .bloc h4 {
    font-size: 19px;
  }
  body.single-prestations main section.partie1 .contenu .bloc p {
    font-size: 16px;
  }
  body.single-prestations main section.partie1 .contenu .bloc ul li {
    font-size: 16px;
  }
  body.single-prestations main section.partie1 .contenu .motif path {
    transform: scale(0.7);
  }
  body.single-prestations main section.partie1 .contenu .visuel {
    height: 540px;
  }
  body.single-prestations main section.partie2 .contenu .content .bloc {
    padding: 70px 80px 45px 80px;
  }
  body.single-prestations main section.partie2 .contenu .content .bloc h3 {
    font-size: 30px;
    padding-left: 55px;
  }
  body.single-prestations main section.partie2 .contenu .content .bloc h3 svg {
    width: 17px;
  }
  body.single-prestations main section.partie2 .contenu .content .bloc p {
    font-size: 16px;
  }
  body.single-prestations main section.partie2 .contenu .content .bloc ul li {
    font-size: 16px;
  }
  body.single-prestations main section.partie2 .contenu .content.enhaut {
    margin-bottom: 60px;
  }
  body.single-prestations main section.partie2 .contenu .content.enhaut .media {
    padding: 50px 0;
  }
  body.single-prestations main section.partie2 .contenu .content.enhaut .media .visuel {
    height: 450px;
  }
  body.single-prestations main section.partie2 .contenu .content.aumilieu {
    margin-bottom: 110px;
  }
  body.single-prestations main section.partie2 .contenu .content.aumilieu .bloc {
    padding: 70px 55px 45px 55px;
  }
  body.single-prestations main section.partie2 .contenu .content.enbas {
    margin-bottom: 120px;
  }
  body.single-prestations main section.relation-ref {
    padding: 110px 0;
  }
  body.single-prestations main section.relation-ref .contenu h2 {
    font-size: 36px;
    width: 500px;
    margin: 0 auto 15px;
    max-width: 100%;
  }
  body.single-prestations main section.relation-ref .contenu .bouton span {
    font-size: 15px;
  }
  body.single-post main section.post .contenu {
    margin: 50px 0;
  }
  body.single-post main section.post .contenu .bloc {
    padding: 55px 30px 40px 35px !important;
  }
  body.single-references main section.single-ref,
  body.single-references main section.post,
  body.single-post main section.single-ref,
  body.single-post main section.post {
    padding: 0 0 80px;
  }
  body.single-references main section.single-ref .ariane,
  body.single-references main section.post .ariane,
  body.single-post main section.single-ref .ariane,
  body.single-post main section.post .ariane {
    padding: 35px 0;
  }
  body.single-references main section.single-ref .ariane #breadcrumbs,
  body.single-references main section.post .ariane #breadcrumbs,
  body.single-post main section.single-ref .ariane #breadcrumbs,
  body.single-post main section.post .ariane #breadcrumbs {
    padding-left: 135px;
  }
  body.single-references main section.single-ref .contenu .bloc,
  body.single-references main section.post .contenu .bloc,
  body.single-post main section.single-ref .contenu .bloc,
  body.single-post main section.post .contenu .bloc {
    padding: 60px 30px 0 35px;
  }
  body.single-references main section.single-ref .contenu .bloc h1,
  body.single-references main section.post .contenu .bloc h1,
  body.single-post main section.single-ref .contenu .bloc h1,
  body.single-post main section.post .contenu .bloc h1 {
    font-size: 34px;
  }
  body.single-references main section.single-ref .contenu .bloc .lieu,
  body.single-references main section.post .contenu .bloc .lieu,
  body.single-post main section.single-ref .contenu .bloc .lieu,
  body.single-post main section.post .contenu .bloc .lieu {
    font-size: 14px;
  }
  body.single-references main section.single-ref .contenu .bloc .client p,
  body.single-references main section.post .contenu .bloc .client p,
  body.single-post main section.single-ref .contenu .bloc .client p,
  body.single-post main section.post .contenu .bloc .client p {
    font-size: 18px;
  }
  body.single-references main section.single-ref .contenu .bloc .texte p,
  body.single-references main section.post .contenu .bloc .texte p,
  body.single-post main section.single-ref .contenu .bloc .texte p,
  body.single-post main section.post .contenu .bloc .texte p {
    font-size: 16px;
  }
  body.single-references main section.relation,
  body.single-post main section.relation {
    padding: 90px 0 80px;
  }
  body.single-references main section.relation .contenu h2,
  body.single-post main section.relation .contenu h2 {
    font-size: 28px;
  }
  body.single-references main section.relation .contenu .owl-carousel .owl-nav button.owl-prev,
  body.single-post main section.relation .contenu .owl-carousel .owl-nav button.owl-prev {
    left: -35px;
  }
  body.single-references main section.relation .contenu .owl-carousel .owl-nav button.owl-next,
  body.single-post main section.relation .contenu .owl-carousel .owl-nav button.owl-next {
    right: -35px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body #gototop {
    right: 20px;
  }
  body header {
    height: 100px;
  }
  body header .coo {
    padding: 30px 10px 20px 10px;
  }
  body header .coo ul li {
    margin-bottom: 10px;
  }
  body header .coo ul li a svg {
    width: 30px;
    height: auto;
  }
  body header.sticky .contenu .logo:before {
    border-width: 169px 136px 0 136px;
  }
  body header .contenu .fond-hamburger {
    position: relative;
    z-index: 5;
    width: 55px;
    height: 55px;
    background-color: #181818;
    margin-left: 20px;
    border-radius: 5px;
  }
  body header .contenu .fond-hamburger:hover #hamburger.active span:before,
  body header .contenu .fond-hamburger:hover #hamburger.active span:after {
    background-color: #fff;
  }
  body header .contenu .fond-hamburger #hamburger {
    cursor: pointer;
    height: 100%;
    overflow: hidden;
    clear: both;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: opacity 0.1s ease, max-width 0.3s cubic-bezier(0.25,0.46,0.45,0.94);
    -moz-transition: opacity 0.1s ease, max-width 0.3s cubic-bezier(0.25,0.46,0.45,0.94);
    transition: opacity 0.1s ease, max-width 0.3s cubic-bezier(0.25,0.46,0.45,0.94);
  }
  body header .contenu .fond-hamburger #hamburger:hover span:after {
    box-shadow: 0 7px 0 0, 0 -7px 0 0;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
  }
  body header .contenu .fond-hamburger #hamburger.active {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  body header .contenu .fond-hamburger #hamburger.active span:before {
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    -moz-transform: translate(-50%,-50%) rotate(-45deg);
    transform: translate(-50%,-50%) rotate(-45deg);
    -webkit-transition-delay: 0.15s;
    -moz-transition-delay: 0.15s;
    transition-delay: 0.15s;
    background-color: #fff;
    color: #fff;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
  }
  body header .contenu .fond-hamburger #hamburger.active span:after {
    box-shadow: 0 0 0 0, 0 0 0 0;
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    -moz-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%,-50%) rotate(45deg);
    -webkit-transition-delay: 0.15s, 0s;
    -moz-transition-delay: 0.15s, 0s;
    transition-delay: 0.15s, 0s;
    background-color: #fff;
    color: #fff;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
  }
  body header .contenu .fond-hamburger #hamburger span {
    display: inline-block;
    height: 18px;
    position: relative;
    margin: 0 auto;
    vertical-align: middle;
    width: 25px;
    z-index: 1000;
  }
  body header .contenu .fond-hamburger #hamburger span:before,
  body header .contenu .fond-hamburger #hamburger span:after {
    background-color: #fff;
    color: #fff;
    content: '';
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%) rotate(0deg);
    -moz-transform: translate(-50%,-50%) rotate(0deg);
    transform: translate(-50%,-50%) rotate(0deg);
    width: 100%;
  }
  body header .contenu .fond-hamburger #hamburger span:before {
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  body header .contenu .fond-hamburger #hamburger span:after {
    box-shadow: 0 7px 0 0, 0 -7px 0 0;
    -webkit-transition: -webkit-transform 0.15s ease-out, box-shadow 0.2s 0.15s;
    -moz-transition: -moz-transform 0.15s ease-out, box-shadow 0.2s 0.15s;
    transition: -webkit-transform 0.15s ease-out, box-shadow 0.2s 0.15s;
    transition: transform 0.15s ease-out, box-shadow 0.2s 0.15s;
  }
  body header .contenu .nav-menu {
    position: fixed;
    float: left;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    z-index: 4;
    background-color: #181818;
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
    -moz-transition: transform .4s ease-in;
    -webkit-transition: transform .4s ease-in;
    -o-transition: transform .4s ease-in;
    transition: transform .4s ease-in;
  }
  body header .contenu .nav-menu .desktop {
    display: none;
  }
  body header .contenu .nav-menu .mobile {
    display: block;
  }
  body header .contenu .nav-menu .main-navigation {
    height: auto;
  }
  body header .contenu .nav-menu .main-navigation .menu-menu-principal-container {
    height: 100%;
  }
  body header .contenu .nav-menu.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  body header .contenu .nav-menu.active ul {
    opacity: 1;
  }
  body header .contenu .nav-menu ul {
    position: absolute;
    top: 50%;
    width: 100% !important;
    transform: translateY(-50%);
    display: table;
    margin: 0;
    list-style: none;
    opacity: 0;
    margin-top: 0 !important;
    height: auto;
    -moz-transition: opacity .9s ease-out;
    -webkit-transition: opacity .9s ease-out;
    -o-transition: opacity .9s ease-out;
    transition: opacity .9s ease-out;
    transition-delay: .5s;
  }
  body header .contenu .nav-menu ul li {
    position: relative;
    width: 100%;
    margin: 8px auto;
    text-align: center;
    display: table;
    height: auto;
  }
  body header .contenu .nav-menu ul li a {
    display: table;
    font-size: 18px !important;
    color: #fff;
    text-align: center;
    position: relative;
    float: none;
    margin: 0 auto;
    height: auto;
  }
  body header .contenu .nav-menu ul li a:after {
    background-color: #FF5E00;
  }
  body header .contenu .nav-menu ul li a:hover {
    color: #fff;
  }
  body header .contenu .logo:before {
    border-width: 169px 136px 0 136px;
  }
  body header .contenu .logo img {
    width: 77px;
  }
  body header .contenu .nav-menu ul li a {
    font-size: 15.5px;
    letter-spacing: 0;
  }
  body header .contenu .sub-menu-presta ul li a {
    font-size: 15.5px;
    letter-spacing: 0;
  }
  body header .contenu .bouton span {
    font-size: 14px;
  }
  body main {
    padding-top: 100px;
  }
  body main section.bandeau-entete {
    height: 280px;
  }
  body main section.titre-pages {
    padding: 90px 0 0;
  }
  body main section.titre-pages .contenu .bloc h1 {
    font-size: 15px;
    margin-bottom: 30px;
  }
  body main section.titre-pages .contenu .bloc h2 {
    font-size: 32px;
  }
  body main section.titre-pages .contenu .bloc p {
    font-size: 15px;
  }
  body main section.moduleprestation .contenu a .visuel {
    height: 410px;
  }
  body main section.moduleprestation .contenu a .bloc {
    padding: 23px 40px 20px 25px;
    min-height: 82px;
  }
  body main section.moduleprestation .contenu a .bloc h3 {
    font-size: 15px;
  }
  body main section.moduleprestation .contenu a .bloc svg {
    right: 20px;
  }
  body main section.modulereferences .contenu .content .visuel,
  body main section.relation .contenu .content .visuel {
    height: 220px;
  }
  body main section.modulereferences .contenu .content .visuel .lieu,
  body main section.relation .contenu .content .visuel .lieu {
    padding: 10px 25px;
    font-size: 13px;
    letter-spacing: .5px;
  }
  body main section.modulereferences .contenu .content .bloc,
  body main section.relation .contenu .content .bloc {
    padding: 25px 25px;
  }
  body main section.modulereferences .contenu .content .bloc .texte,
  body main section.relation .contenu .content .bloc .texte {
    margin-bottom: 30px;
  }
  body main section.modulereferences .contenu .content .bloc p,
  body main section.relation .contenu .content .bloc p {
    font-size: 14px;
  }
  body main section.references .categories {
    padding: 60px 0 10px;
  }
  body main section.references .categories h3 {
    font-size: 16px;
  }
  body main section.references .categories ul {
    flex-wrap: wrap;
  }
  body main section.references .categories ul li {
    width: 20%;
    margin-bottom: 20px;
  }
  body main section.references .categories ul li a {
    padding: 15px 10px;
  }
  body main section.references .categories ul li a p {
    font-size: 15px;
  }
  body main section.references .contenu .global {
    margin: 0 -10px;
  }
  body main section.references .contenu .item {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  body main section.moduleactu .contenu .content .visuel {
    height: 195px;
  }
  body main section.moduleactu .contenu .content .bloc {
    padding: 18px 15px 50px 15px;
  }
  body main section.moduleactu .contenu .content .bloc h3 {
    font-size: 19px;
    margin-bottom: 15px;
  }
  body main section.moduleactu .contenu .content .bloc .texte {
    height: 69px;
  }
  body main section.moduleactu .contenu .content .bloc p {
    font-size: 15px;
  }
  body main section.moduleactu .contenu .content .bloc .bouton {
    position: relative;
  }
  body main section.moduleactu .contenu .content .bloc .bouton span {
    font-size: 16px;
  }
  body main section.modulecontact {
    padding: 100px 0;
  }
  body main section.modulecontact .contenu h2 {
    font-size: 38px;
  }
  body main section.modulecontact .contenu p {
    font-size: 16px;
  }
  body main section.modulecontact .contenu .bouton span {
    font-size: 15px;
  }
  body footer .contenu {
    padding: 70px 0 55px;
  }
  body footer .contenu .texte-left {
    font-size: 15px;
  }
  body footer .contenu .logo img {
    width: 100px;
  }
  body footer .contenu .bloc h3 {
    font-size: 28px;
  }
  body footer .contenu .bloc ul li {
    font-size: 16px;
  }
  body footer .contenu .bloc ul li a {
    font-size: 16px;
  }
  body footer .contenu .menu li a {
    font-size: 14px;
  }
  body footer .copy {
    font-size: 16px;
  }
  body footer .copy a {
    font-size: 16px;
  }
  body.single-prestations main section.partie1 {
    padding: 80px 0 70px;
  }
  body.single-prestations main section.partie1.nopart2 {
    padding: 100px 0;
  }
  body.single-prestations main section.partie1 .contenu {
    display: flex;
    flex-direction: column-reverse;
  }
  body.single-prestations main section.partie1 .contenu .container.container2 {
    position: relative;
  }
  body.single-prestations main section.partie1 .contenu .bloc {
    padding: 60px 70px 45px 90px;
    min-height: auto;
  }
  body.single-prestations main section.partie1 .contenu .bloc h2 {
    font-size: 30px;
    padding-left: 55px;
  }
  body.single-prestations main section.partie1 .contenu .bloc h2 svg {
    width: 17px;
  }
  body.single-prestations main section.partie1 .contenu .bloc h2 .logo-geo {
    width: 70px;
  }
  body.single-prestations main section.partie1 .contenu .bloc h4 {
    font-size: 19px;
  }
  body.single-prestations main section.partie1 .contenu .bloc p {
    font-size: 16px;
  }
  body.single-prestations main section.partie1 .contenu .bloc ul li {
    font-size: 16px;
  }
  body.single-prestations main section.partie1 .contenu .motif path {
    transform: scale(0.8);
  }
  body.single-prestations main section.partie1 .contenu .visuel {
    height: 630px;
    position: relative;
    top: auto;
    transform: none;
    margin-top: 50px;
  }
  body.single-prestations main section.partie2 .contenu .content .bloc {
    padding: 50px 60px 25px 60px;
  }
  body.single-prestations main section.partie2 .contenu .content .bloc h3 {
    font-size: 30px;
    padding-left: 55px;
  }
  body.single-prestations main section.partie2 .contenu .content .bloc h3 svg {
    width: 17px;
  }
  body.single-prestations main section.partie2 .contenu .content .bloc p {
    font-size: 16px;
  }
  body.single-prestations main section.partie2 .contenu .content .bloc ul li {
    font-size: 16px;
  }
  body.single-prestations main section.partie2 .contenu .content.enhaut {
    margin-bottom: 60px;
  }
  body.single-prestations main section.partie2 .contenu .content.enhaut .media {
    padding: 50px 0;
  }
  body.single-prestations main section.partie2 .contenu .content.enhaut .media .visuel {
    height: 450px;
  }
  body.single-prestations main section.partie2 .contenu .content.aumilieu {
    margin-bottom: 110px;
  }
  body.single-prestations main section.partie2 .contenu .content.aumilieu .bloc {
    padding: 60px 45px 35px 45px;
  }
  body.single-prestations main section.partie2 .contenu .content.enbas {
    margin-bottom: 100px;
  }
  body.single-prestations main section.relation-ref {
    padding: 110px 0;
  }
  body.single-prestations main section.relation-ref .contenu h2 {
    font-size: 36px;
    width: 500px;
    margin: 0 auto 15px;
    max-width: 100%;
  }
  body.single-prestations main section.relation-ref .contenu .bouton span {
    font-size: 15px;
  }
  body.single-post main section.post .contenu {
    margin: 50px 0;
  }
  body.single-post main section.post .contenu .bloc {
    padding: 55px 30px 40px 35px !important;
  }
  body.single-references main section.single-ref,
  body.single-references main section.post,
  body.single-post main section.single-ref,
  body.single-post main section.post {
    padding: 0 0 80px;
  }
  body.single-references main section.single-ref .ariane,
  body.single-references main section.post .ariane,
  body.single-post main section.single-ref .ariane,
  body.single-post main section.post .ariane {
    padding: 35px 0;
    text-align: center;
  }
  body.single-references main section.single-ref .contenu .bloc,
  body.single-references main section.post .contenu .bloc,
  body.single-post main section.single-ref .contenu .bloc,
  body.single-post main section.post .contenu .bloc {
    padding: 60px 30px 0 25px;
  }
  body.single-references main section.single-ref .contenu .bloc h1,
  body.single-references main section.post .contenu .bloc h1,
  body.single-post main section.single-ref .contenu .bloc h1,
  body.single-post main section.post .contenu .bloc h1 {
    font-size: 34px;
  }
  body.single-references main section.single-ref .contenu .bloc .lieu,
  body.single-references main section.post .contenu .bloc .lieu,
  body.single-post main section.single-ref .contenu .bloc .lieu,
  body.single-post main section.post .contenu .bloc .lieu {
    font-size: 14px;
  }
  body.single-references main section.single-ref .contenu .bloc .client p,
  body.single-references main section.post .contenu .bloc .client p,
  body.single-post main section.single-ref .contenu .bloc .client p,
  body.single-post main section.post .contenu .bloc .client p {
    font-size: 16px;
  }
  body.single-references main section.single-ref .contenu .bloc .texte p,
  body.single-references main section.post .contenu .bloc .texte p,
  body.single-post main section.single-ref .contenu .bloc .texte p,
  body.single-post main section.post .contenu .bloc .texte p {
    font-size: 16px;
  }
  body.single-references main section.relation,
  body.single-post main section.relation {
    padding: 80px 0;
  }
  body.single-references main section.relation .contenu h2,
  body.single-post main section.relation .contenu h2 {
    font-size: 28px;
  }
  body.single-references main section.relation .contenu .owl-carousel .owl-nav button.owl-prev,
  body.single-post main section.relation .contenu .owl-carousel .owl-nav button.owl-prev {
    left: -35px;
  }
  body.single-references main section.relation .contenu .owl-carousel .owl-nav button.owl-next,
  body.single-post main section.relation .contenu .owl-carousel .owl-nav button.owl-next {
    right: -35px;
  }
}
@media (max-width: 767.98px) {
  body .container {
    padding: 0 20px;
  }
  body #gototop {
    display: none;
  }
  body header {
    height: 70px;
  }
  body header.sticky {
    height: 70px;
  }
  body header.sticky .contenu .logo:before {
    border-width: 100px 96px 0 96px;
  }
  body header.sticky .contenu .logo img {
    width: 60px;
  }
  body header .coo {
    padding: 30px 10px 20px 10px;
    display: none;
  }
  body header .coo ul li {
    margin-bottom: 10px;
  }
  body header .coo ul li a svg {
    width: 30px;
    height: auto;
  }
  body header .contenu .fond-hamburger {
    position: relative;
    z-index: 5;
    width: 40px;
    height: 40px;
    background-color: #181818;
    margin-left: 5px;
    border-radius: 5px;
  }
  body header .contenu .fond-hamburger:hover #hamburger.active span:before,
  body header .contenu .fond-hamburger:hover #hamburger.active span:after {
    background-color: #fff;
  }
  body header .contenu .fond-hamburger #hamburger {
    cursor: pointer;
    height: 100%;
    overflow: hidden;
    clear: both;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: opacity 0.1s ease, max-width 0.3s cubic-bezier(0.25,0.46,0.45,0.94);
    -moz-transition: opacity 0.1s ease, max-width 0.3s cubic-bezier(0.25,0.46,0.45,0.94);
    transition: opacity 0.1s ease, max-width 0.3s cubic-bezier(0.25,0.46,0.45,0.94);
  }
  body header .contenu .fond-hamburger #hamburger:hover span:after {
    box-shadow: 0 7px 0 0, 0 -7px 0 0;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
  }
  body header .contenu .fond-hamburger #hamburger.active {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  body header .contenu .fond-hamburger #hamburger.active span:before {
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    -moz-transform: translate(-50%,-50%) rotate(-45deg);
    transform: translate(-50%,-50%) rotate(-45deg);
    -webkit-transition-delay: 0.15s;
    -moz-transition-delay: 0.15s;
    transition-delay: 0.15s;
    background-color: #fff;
    color: #fff;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
  }
  body header .contenu .fond-hamburger #hamburger.active span:after {
    box-shadow: 0 0 0 0, 0 0 0 0;
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    -moz-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%,-50%) rotate(45deg);
    -webkit-transition-delay: 0.15s, 0s;
    -moz-transition-delay: 0.15s, 0s;
    transition-delay: 0.15s, 0s;
    background-color: #fff;
    color: #fff;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
  }
  body header .contenu .fond-hamburger #hamburger span {
    display: inline-block;
    height: 18px;
    position: relative;
    margin: 0 auto;
    vertical-align: middle;
    width: 25px;
    z-index: 1000;
  }
  body header .contenu .fond-hamburger #hamburger span:before,
  body header .contenu .fond-hamburger #hamburger span:after {
    background-color: #fff;
    color: #fff;
    content: '';
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%) rotate(0deg);
    -moz-transform: translate(-50%,-50%) rotate(0deg);
    transform: translate(-50%,-50%) rotate(0deg);
    width: 100%;
  }
  body header .contenu .fond-hamburger #hamburger span:before {
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  body header .contenu .fond-hamburger #hamburger span:after {
    box-shadow: 0 7px 0 0, 0 -7px 0 0;
    -webkit-transition: -webkit-transform 0.15s ease-out, box-shadow 0.2s 0.15s;
    -moz-transition: -moz-transform 0.15s ease-out, box-shadow 0.2s 0.15s;
    transition: -webkit-transform 0.15s ease-out, box-shadow 0.2s 0.15s;
    transition: transform 0.15s ease-out, box-shadow 0.2s 0.15s;
  }
  body header .contenu .nav-menu {
    position: fixed;
    float: left;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    z-index: 5;
    background-color: #181818;
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
    -moz-transition: transform .4s ease-in;
    -webkit-transition: transform .4s ease-in;
    -o-transition: transform .4s ease-in;
    transition: transform .4s ease-in;
  }
  body header .contenu .nav-menu .desktop {
    display: none;
  }
  body header .contenu .nav-menu .mobile {
    display: block;
  }
  body header .contenu .nav-menu .main-navigation {
    height: auto;
  }
  body header .contenu .nav-menu .main-navigation .menu-menu-principal-container {
    height: 100%;
  }
  body header .contenu .nav-menu.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  body header .contenu .nav-menu.active ul {
    opacity: 1;
  }
  body header .contenu .nav-menu ul {
    position: absolute;
    top: 50%;
    width: 100% !important;
    transform: translateY(-50%);
    display: table;
    margin: 0;
    list-style: none;
    opacity: 0;
    margin-top: 0 !important;
    height: auto;
    -moz-transition: opacity .9s ease-out;
    -webkit-transition: opacity .9s ease-out;
    -o-transition: opacity .9s ease-out;
    transition: opacity .9s ease-out;
    transition-delay: .5s;
  }
  body header .contenu .nav-menu ul li {
    position: relative;
    width: 100%;
    margin: 6px auto;
    text-align: center;
    display: table;
    height: auto;
  }
  body header .contenu .nav-menu ul li a {
    display: table;
    font-size: 16px !important;
    color: #fff;
    text-align: center;
    position: relative;
    float: none;
    margin: 0 auto;
    height: auto;
  }
  body header .contenu .nav-menu ul li a:after {
    background-color: #FF5E00;
  }
  body header .contenu .nav-menu ul li a:hover {
    color: #fff;
  }
  body header .contenu .container >.row .col-1 {
    max-width: 0;
    padding: 0;
  }
  body header .contenu .container >.row .col-6 {
    width: 58.3%;
  }
  body header .contenu .logo:before {
    display: none;
  }
  body header .contenu .logo img {
    width: 60px;
    margin: 0;
  }
  body header .contenu .nav-menu ul li a {
    font-size: 15.5px;
    letter-spacing: 0;
  }
  body header .contenu .sub-menu-presta ul li a {
    font-size: 15.5px;
    letter-spacing: 0;
  }
  body header .contenu .linkedin {
    display: none;
  }
  body header .contenu .bouton {
    height: 40px;
    z-index: 1;
    margin-left: 0;
  }
  body header .contenu .bouton span {
    font-size: 12px;
    padding: 0 15px;
  }
  body header .contenu .bouton span i {
    display: none;
  }
  body main {
    padding-top: 70px;
  }
  body main section.bandeau-entete {
    height: 200px;
  }
  body main section.titre-pages {
    padding: 40px 0 0;
  }
  body main section.titre-pages .contenu .bloc h1 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  body main section.titre-pages .contenu .bloc h2 {
    font-size: 25px;
  }
  body main section.titre-pages .contenu .bloc p {
    font-size: 15px;
  }
  body main section.moduleprestation .contenu a .visuel {
    height: 400px;
  }
  body main section.moduleprestation .contenu a .bloc {
    padding: 23px 50px 20px 25px;
    min-height: 82px;
  }
  body main section.moduleprestation .contenu a .bloc h3 {
    font-size: 15px;
  }
  body main section.moduleprestation .contenu a .bloc svg {
    right: 25px;
  }
  body main section.modulereferences .contenu .content .visuel,
  body main section.relation .contenu .content .visuel {
    height: 220px;
  }
  body main section.modulereferences .contenu .content .visuel .lieu,
  body main section.relation .contenu .content .visuel .lieu {
    padding: 10px 20px;
    font-size: 13px;
    letter-spacing: .5px;
  }
  body main section.modulereferences .contenu .content .bloc,
  body main section.relation .contenu .content .bloc {
    padding: 20px;
  }
  body main section.modulereferences .contenu .content .bloc .texte,
  body main section.relation .contenu .content .bloc .texte {
    margin-bottom: 30px;
    min-height: auto;
  }
  body main section.modulereferences .contenu .content .bloc p,
  body main section.relation .contenu .content .bloc p {
    font-size: 14px;
  }
  body main section.moduleactu .contenu .content .visuel {
    height: 195px;
  }
  body main section.moduleactu .contenu .content .bloc {
    padding: 18px 10px 45px 10px;
  }
  body main section.moduleactu .contenu .content .bloc h3 {
    font-size: 19px;
    margin-bottom: 15px;
  }
  body main section.moduleactu .contenu .content .bloc .texte {
    height: 69px;
  }
  body main section.moduleactu .contenu .content .bloc p {
    font-size: 15px;
  }
  body main section.moduleactu .contenu .content .bloc .bouton {
    height: 45px;
    position: relative;
  }
  body main section.moduleactu .contenu .content .bloc .bouton span {
    font-size: 15px;
  }
  body main section.references {
    padding: 40px 0 40px;
  }
  body main section.references .categories {
    padding: 40px 0 10px;
  }
  body main section.references .categories h3 {
    font-size: 15px;
    margin-bottom: 35px;
  }
  body main section.references .categories ul {
    flex-wrap: wrap;
  }
  body main section.references .categories ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  body main section.references .categories ul li a {
    padding: 15px 10px;
  }
  body main section.references .categories ul li a p {
    font-size: 15px;
    min-height: auto;
  }
  body main section.references .contenu .global {
    margin: 0 -10px;
  }
  body main section.references .contenu .item {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  body main section.references .contenu .sortby {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  body main section.references .contenu .sortby p {
    margin-right: 0;
    margin-bottom: 5px;
  }
  body main section.modulecontact {
    padding: 50px 0;
  }
  body main section.modulecontact .contenu h2 {
    font-size: 25px;
    text-align: center;
  }
  body main section.modulecontact .contenu p {
    font-size: 15px;
    text-align: center;
  }
  body main section.modulecontact .contenu .bloc {
    margin: auto;
  }
  body main section.modulecontact .contenu .bouton {
    margin: 30px auto 0;
    display: table;
  }
  body main section.modulecontact .contenu .bouton span {
    font-size: 14px;
  }
  body footer .contenu {
    padding: 40px 0 25px;
    text-align: center;
  }
  body footer .contenu .texte-left {
    font-size: 14px;
    margin: 15px auto 0;
  }
  body footer .contenu .logo img {
    width: 100px;
  }
  body footer .contenu .nav {
    justify-content: center;
  }
  body footer .contenu .bloc {
    margin-top: 30px;
  }
  body footer .contenu .bloc h3 {
    font-size: 22px;
  }
  body footer .contenu .bloc h3 svg {
    width: 14px;
    margin-top: -2px;
  }
  body footer .contenu .bloc ul {
    text-align: center;
  }
  body footer .contenu .bloc ul li {
    font-size: 14px;
    padding-left: 35px;
    display: table;
    margin: 0 auto 14px;
  }
  body footer .contenu .bloc ul li a {
    font-size: 14px;
  }
  body footer .contenu .menu {
    column-count: 1;
    margin: 25px auto 0;
  }
  body footer .contenu .menu li a {
    font-size: 13px;
  }
  body footer .copy {
    font-size: 14px;
    line-height: 1.7;
  }
  body footer .copy a {
    font-size: 14px;
    display: block;
    line-height: 1.7;
    padding: 0;
  }
  body.single-prestations main section.partie1 {
    padding: 40px 0;
  }
  body.single-prestations main section.partie1.nopart2 {
    padding: 40px 0;
  }
  body.single-prestations main section.partie1 .contenu {
    display: flex;
    flex-direction: column-reverse;
  }
  body.single-prestations main section.partie1 .contenu .container.container2 {
    position: relative;
  }
  body.single-prestations main section.partie1 .contenu .bloc {
    padding: 30px 20px;
    text-align: center;
    min-height: auto;
  }
  body.single-prestations main section.partie1 .contenu .bloc h2 {
    font-size: 23px;
    padding-left: 0;
    margin-bottom: 30px;
  }
  body.single-prestations main section.partie1 .contenu .bloc h2 svg {
    width: 15px;
    position: relative;
    vertical-align: -webkit-baseline-middle;
    margin-right: 8px;
  }
  body.single-prestations main section.partie1 .contenu .bloc h2 .logo-geo {
    width: 70px;
    margin: 15px auto 0;
    display: block;
  }
  body.single-prestations main section.partie1 .contenu .bloc h4 {
    font-size: 17px;
  }
  body.single-prestations main section.partie1 .contenu .bloc p {
    font-size: 15px;
  }
  body.single-prestations main section.partie1 .contenu .bloc ul li {
    font-size: 15px;
    padding-left: 0;
  }
  body.single-prestations main section.partie1 .contenu .bloc ul li:before {
    position: relative;
    margin-right: 5px;
  }
  body.single-prestations main section.partie1 .contenu .motif path {
    transform: scale(0.38);
  }
  body.single-prestations main section.partie1 .contenu .visuel {
    height: 350px;
    position: relative;
    top: auto;
    transform: none;
    clip-path: none;
    width: auto;
    margin: 20px 20px 0;
  }
  body.single-prestations main section.partie2 .contenu .content .bloc {
    padding: 30px 20px;
    text-align: center;
  }
  body.single-prestations main section.partie2 .contenu .content .bloc h3 {
    font-size: 23px;
    padding-left: 0;
    margin-bottom: 30px;
  }
  body.single-prestations main section.partie2 .contenu .content .bloc h3 svg {
    width: 15px;
    position: relative;
    vertical-align: -webkit-baseline-middle;
    margin-right: 8px;
  }
  body.single-prestations main section.partie2 .contenu .content .bloc p {
    font-size: 15px;
  }
  body.single-prestations main section.partie2 .contenu .content .bloc ul li {
    font-size: 15px;
    padding-left: 0;
  }
  body.single-prestations main section.partie2 .contenu .content .bloc ul li:before {
    position: relative;
    margin-right: 5px;
  }
  body.single-prestations main section.partie2 .contenu .content.enhaut {
    margin-bottom: 30px;
  }
  body.single-prestations main section.partie2 .contenu .content.enhaut .media {
    padding: 20px 12px;
  }
  body.single-prestations main section.partie2 .contenu .content.enhaut .media .visuel {
    height: 350px;
    width: 100%;
  }
  body.single-prestations main section.partie2 .contenu .content.aumilieu {
    margin-bottom: 40px;
  }
  body.single-prestations main section.partie2 .contenu .content.aumilieu .owl-carousel {
    padding-left: 0;
  }
  body.single-prestations main section.partie2 .contenu .content.aumilieu .bloc {
    padding: 30px 20px;
    margin-bottom: 20px;
  }
  body.single-prestations main section.partie2 .contenu .content.enbas {
    margin-bottom: 30px;
  }
  body.single-prestations main section.partie2 .contenu .content.enbas .bloc {
    margin-top: 0;
  }
  body.single-prestations main section.partie2 .contenu .content .media {
    padding: 20px 12px;
  }
  body.single-prestations main section.partie2 .contenu .content .media .visuel {
    position: relative;
    width: 100%;
    height: 350px;
  }
  body.single-prestations main section.relation-ref {
    padding: 60px 0;
  }
  body.single-prestations main section.relation-ref .contenu h2 {
    font-size: 25px;
    width: 450px;
    margin: 0 auto 15px;
    max-width: 100%;
  }
  body.single-prestations main section.relation-ref .contenu .bouton span {
    font-size: 14px;
  }
  body.single-post main section.post .contenu {
    margin: 0;
  }
  body.single-post main section.post .contenu .bloc {
    padding: 40px 0 0 !important;
  }
  body.single-references main section.single-ref,
  body.single-references main section.post,
  body.single-post main section.single-ref,
  body.single-post main section.post {
    padding: 0;
  }
  body.single-references main section.single-ref .ariane,
  body.single-references main section.post .ariane,
  body.single-post main section.single-ref .ariane,
  body.single-post main section.post .ariane {
    padding: 30px 0;
    text-align: center;
  }
  body.single-references main section.single-ref .ariane #breadcrumbs,
  body.single-references main section.post .ariane #breadcrumbs,
  body.single-post main section.single-ref .ariane #breadcrumbs,
  body.single-post main section.post .ariane #breadcrumbs {
    padding-left: 0;
  }
  body.single-references main section.single-ref .ariane #breadcrumbs a,
  body.single-references main section.post .ariane #breadcrumbs a,
  body.single-post main section.single-ref .ariane #breadcrumbs a,
  body.single-post main section.post .ariane #breadcrumbs a {
    padding: 0 5px;
  }
  body.single-references main section.single-ref .ariane #breadcrumbs .breadcrumb_last,
  body.single-references main section.post .ariane #breadcrumbs .breadcrumb_last,
  body.single-post main section.single-ref .ariane #breadcrumbs .breadcrumb_last,
  body.single-post main section.post .ariane #breadcrumbs .breadcrumb_last {
    padding-left: 5px;
  }
  body.single-references main section.single-ref .contenu,
  body.single-references main section.post .contenu,
  body.single-post main section.single-ref .contenu,
  body.single-post main section.post .contenu {
    display: flex;
    flex-direction: column-reverse;
  }
  body.single-references main section.single-ref .contenu .container,
  body.single-references main section.post .contenu .container,
  body.single-post main section.single-ref .contenu .container,
  body.single-post main section.post .contenu .container {
    position: relative;
  }
  body.single-references main section.single-ref .contenu .container.container2,
  body.single-references main section.post .contenu .container.container2,
  body.single-post main section.single-ref .contenu .container.container2,
  body.single-post main section.post .contenu .container.container2 {
    padding: 0 20px;
  }
  body.single-references main section.single-ref .contenu .bloc,
  body.single-references main section.post .contenu .bloc,
  body.single-post main section.single-ref .contenu .bloc,
  body.single-post main section.post .contenu .bloc {
    padding: 40px 0 0;
    text-align: center;
  }
  body.single-references main section.single-ref .contenu .bloc .entete,
  body.single-references main section.post .contenu .bloc .entete,
  body.single-post main section.single-ref .contenu .bloc .entete,
  body.single-post main section.post .contenu .bloc .entete {
    justify-content: center;
    margin: 0 -5px 20px;
  }
  body.single-references main section.single-ref .contenu .bloc h1,
  body.single-references main section.post .contenu .bloc h1,
  body.single-post main section.single-ref .contenu .bloc h1,
  body.single-post main section.post .contenu .bloc h1 {
    font-size: 25px;
  }
  body.single-references main section.single-ref .contenu .bloc .lieu,
  body.single-references main section.post .contenu .bloc .lieu,
  body.single-post main section.single-ref .contenu .bloc .lieu,
  body.single-post main section.post .contenu .bloc .lieu {
    font-size: 13px;
  }
  body.single-references main section.single-ref .contenu .bloc .client p,
  body.single-references main section.post .contenu .bloc .client p,
  body.single-post main section.single-ref .contenu .bloc .client p,
  body.single-post main section.post .contenu .bloc .client p {
    font-size: 16px;
  }
  body.single-references main section.single-ref .contenu .bloc .texte p,
  body.single-references main section.post .contenu .bloc .texte p,
  body.single-post main section.single-ref .contenu .bloc .texte p,
  body.single-post main section.post .contenu .bloc .texte p {
    font-size: 15px;
  }
  body.single-references main section.single-ref .contenu .bloc .partage,
  body.single-references main section.post .contenu .bloc .partage,
  body.single-post main section.single-ref .contenu .bloc .partage,
  body.single-post main section.post .contenu .bloc .partage {
    justify-content: center;
  }
  body.single-references main section.single-ref .contenu .bloc .partage p,
  body.single-references main section.post .contenu .bloc .partage p,
  body.single-post main section.single-ref .contenu .bloc .partage p,
  body.single-post main section.post .contenu .bloc .partage p {
    margin-top: -45px;
    font-size: 15px;
  }
  body.single-references main section.single-ref .contenu .bloc .partage .sfsiplus_norm_row,
  body.single-references main section.post .contenu .bloc .partage .sfsiplus_norm_row,
  body.single-post main section.single-ref .contenu .bloc .partage .sfsiplus_norm_row,
  body.single-post main section.post .contenu .bloc .partage .sfsiplus_norm_row {
    position: relative !important;
  }
  body.single-references main section.single-ref .contenu .owl-carousel,
  body.single-references main section.post .contenu .owl-carousel,
  body.single-post main section.single-ref .contenu .owl-carousel,
  body.single-post main section.post .contenu .owl-carousel {
    padding-right: 0;
    max-height: 100%;
  }
  body.single-references main section.single-ref .contenu .owl-carousel .owl-nav,
  body.single-references main section.post .contenu .owl-carousel .owl-nav,
  body.single-post main section.single-ref .contenu .owl-carousel .owl-nav,
  body.single-post main section.post .contenu .owl-carousel .owl-nav {
    right: 0;
  }
  body.single-references main section.single-ref .contenu .visuel,
  body.single-references main section.post .contenu .visuel,
  body.single-post main section.single-ref .contenu .visuel,
  body.single-post main section.post .contenu .visuel {
    height: 350px;
  }
  body.single-references main section.relation,
  body.single-post main section.relation {
    padding: 40px 0;
  }
  body.single-references main section.relation .contenu h2,
  body.single-post main section.relation .contenu h2 {
    font-size: 25px;
    margin-bottom: 40px;
  }
  body.single-references main section.relation .contenu .owl-carousel .owl-nav,
  body.single-post main section.relation .contenu .owl-carousel .owl-nav {
    position: relative;
    transform: none;
    top: auto;
    width: 70px;
    margin: 20px auto 0;
  }
  body.single-references main section.relation .contenu .owl-carousel .owl-nav button.owl-prev,
  body.single-post main section.relation .contenu .owl-carousel .owl-nav button.owl-prev {
    left: 0;
  }
  body.single-references main section.relation .contenu .owl-carousel .owl-nav button.owl-next,
  body.single-post main section.relation .contenu .owl-carousel .owl-nav button.owl-next {
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body .container {
    padding: 0 30px;
  }
  body #gototop {
    right: 20px;
  }
  body header {
    height: 90px;
  }
  body header .coo {
    padding: 30px 10px 20px 10px;
  }
  body header .coo ul li {
    margin-bottom: 10px;
  }
  body header .coo ul li a svg {
    width: 30px;
    height: auto;
  }
  body header.sticky {
    height: 90px;
  }
  body header.sticky .contenu .logo:before {
    border-width: 149px 136px 0 136px;
  }
  body header .contenu .fond-hamburger {
    position: relative;
    z-index: 5;
    width: 50px;
    height: 50px;
    background-color: #181818;
    margin-left: 20px;
    border-radius: 5px;
  }
  body header .contenu .fond-hamburger:hover #hamburger.active span:before,
  body header .contenu .fond-hamburger:hover #hamburger.active span:after {
    background-color: #fff;
  }
  body header .contenu .fond-hamburger #hamburger {
    cursor: pointer;
    height: 100%;
    overflow: hidden;
    clear: both;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: opacity 0.1s ease, max-width 0.3s cubic-bezier(0.25,0.46,0.45,0.94);
    -moz-transition: opacity 0.1s ease, max-width 0.3s cubic-bezier(0.25,0.46,0.45,0.94);
    transition: opacity 0.1s ease, max-width 0.3s cubic-bezier(0.25,0.46,0.45,0.94);
  }
  body header .contenu .fond-hamburger #hamburger:hover span:after {
    box-shadow: 0 7px 0 0, 0 -7px 0 0;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
  }
  body header .contenu .fond-hamburger #hamburger.active {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  body header .contenu .fond-hamburger #hamburger.active span:before {
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    -moz-transform: translate(-50%,-50%) rotate(-45deg);
    transform: translate(-50%,-50%) rotate(-45deg);
    -webkit-transition-delay: 0.15s;
    -moz-transition-delay: 0.15s;
    transition-delay: 0.15s;
    background-color: #fff;
    color: #fff;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
  }
  body header .contenu .fond-hamburger #hamburger.active span:after {
    box-shadow: 0 0 0 0, 0 0 0 0;
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    -moz-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%,-50%) rotate(45deg);
    -webkit-transition-delay: 0.15s, 0s;
    -moz-transition-delay: 0.15s, 0s;
    transition-delay: 0.15s, 0s;
    background-color: #fff;
    color: #fff;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
  }
  body header .contenu .fond-hamburger #hamburger span {
    display: inline-block;
    height: 18px;
    position: relative;
    margin: 0 auto;
    vertical-align: middle;
    width: 25px;
    z-index: 1000;
  }
  body header .contenu .fond-hamburger #hamburger span:before,
  body header .contenu .fond-hamburger #hamburger span:after {
    background-color: #fff;
    color: #fff;
    content: '';
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%) rotate(0deg);
    -moz-transform: translate(-50%,-50%) rotate(0deg);
    transform: translate(-50%,-50%) rotate(0deg);
    width: 100%;
  }
  body header .contenu .fond-hamburger #hamburger span:before {
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  body header .contenu .fond-hamburger #hamburger span:after {
    box-shadow: 0 7px 0 0, 0 -7px 0 0;
    -webkit-transition: -webkit-transform 0.15s ease-out, box-shadow 0.2s 0.15s;
    -moz-transition: -moz-transform 0.15s ease-out, box-shadow 0.2s 0.15s;
    transition: -webkit-transform 0.15s ease-out, box-shadow 0.2s 0.15s;
    transition: transform 0.15s ease-out, box-shadow 0.2s 0.15s;
  }
  body header .contenu .nav-menu {
    position: fixed;
    float: left;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    z-index: 5;
    background-color: #181818;
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
    -moz-transition: transform .4s ease-in;
    -webkit-transition: transform .4s ease-in;
    -o-transition: transform .4s ease-in;
    transition: transform .4s ease-in;
  }
  body header .contenu .nav-menu .desktop {
    display: none;
  }
  body header .contenu .nav-menu .mobile {
    display: block;
  }
  body header .contenu .nav-menu .main-navigation {
    height: auto;
  }
  body header .contenu .nav-menu .main-navigation .menu-menu-principal-container {
    height: 100%;
  }
  body header .contenu .nav-menu.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  body header .contenu .nav-menu.active ul {
    opacity: 1;
  }
  body header .contenu .nav-menu ul {
    position: absolute;
    top: 50%;
    width: 100% !important;
    transform: translateY(-50%);
    display: table;
    margin: 0;
    list-style: none;
    opacity: 0;
    margin-top: 0 !important;
    height: auto;
    -moz-transition: opacity .9s ease-out;
    -webkit-transition: opacity .9s ease-out;
    -o-transition: opacity .9s ease-out;
    transition: opacity .9s ease-out;
    transition-delay: .5s;
  }
  body header .contenu .nav-menu ul li {
    position: relative;
    width: 100%;
    margin: 8px auto;
    text-align: center;
    display: table;
    height: auto;
  }
  body header .contenu .nav-menu ul li a {
    display: table;
    font-size: 18px !important;
    color: #fff;
    text-align: center;
    position: relative;
    float: none;
    margin: 0 auto;
    height: auto;
  }
  body header .contenu .nav-menu ul li a:after {
    background-color: #FF5E00;
  }
  body header .contenu .nav-menu ul li a:hover {
    color: #fff;
  }
  body header .contenu .logo:before {
    border-width: 149px 136px 0 136px;
  }
  body header .contenu .logo img {
    width: 77px;
  }
  body header .contenu .nav-menu ul li a {
    font-size: 15.5px;
    letter-spacing: 0;
  }
  body header .contenu .sub-menu-presta ul li a {
    font-size: 15.5px;
    letter-spacing: 0;
  }
  body header .contenu .bouton {
    height: 50px;
  }
  body header .contenu .bouton span {
    font-size: 14px;
  }
  body main {
    padding-top: 90px;
  }
  body main section.bandeau-entete {
    height: 220px;
  }
  body main section.titre-pages {
    padding: 70px 0 0;
  }
  body main section.titre-pages .contenu .bloc h1 {
    font-size: 14px;
    margin-bottom: 30px;
  }
  body main section.titre-pages .contenu .bloc h2 {
    font-size: 28px;
  }
  body main section.titre-pages .contenu .bloc p {
    font-size: 15px;
  }
  body main section.moduleprestation .contenu a .visuel {
    height: 410px;
  }
  body main section.moduleprestation .contenu a .bloc {
    padding: 23px 40px 20px 25px;
    min-height: 79px;
  }
  body main section.moduleprestation .contenu a .bloc h3 {
    font-size: 14px;
  }
  body main section.moduleprestation .contenu a .bloc svg {
    right: 20px;
  }
  body main section.modulereferences .contenu .content .visuel,
  body main section.relation .contenu .content .visuel {
    height: 220px;
  }
  body main section.modulereferences .contenu .content .visuel .lieu,
  body main section.relation .contenu .content .visuel .lieu {
    padding: 10px 25px;
    font-size: 13px;
    letter-spacing: .5px;
  }
  body main section.modulereferences .contenu .content .bloc,
  body main section.relation .contenu .content .bloc {
    padding: 25px 25px;
  }
  body main section.modulereferences .contenu .content .bloc .texte,
  body main section.relation .contenu .content .bloc .texte {
    margin-bottom: 30px;
  }
  body main section.modulereferences .contenu .content .bloc p,
  body main section.relation .contenu .content .bloc p {
    font-size: 14px;
  }
  body main section.moduleactu .contenu .content .visuel {
    height: 195px;
  }
  body main section.moduleactu .contenu .content .bloc {
    padding: 18px 15px 50px 15px;
  }
  body main section.moduleactu .contenu .content .bloc h3 {
    font-size: 19px;
    margin-bottom: 15px;
  }
  body main section.moduleactu .contenu .content .bloc .texte {
    height: 69px;
  }
  body main section.moduleactu .contenu .content .bloc p {
    font-size: 15px;
  }
  body main section.moduleactu .contenu .content .bloc .bouton {
    position: relative;
  }
  body main section.moduleactu .contenu .content .bloc .bouton span {
    font-size: 16px;
  }
  body main section.references {
    padding: 60px 0 40px;
  }
  body main section.references .categories {
    padding: 60px 0 10px;
  }
  body main section.references .categories h3 {
    font-size: 15px;
  }
  body main section.references .categories ul {
    flex-wrap: wrap;
  }
  body main section.references .categories ul li {
    width: 20%;
    margin-bottom: 20px;
  }
  body main section.references .categories ul li a {
    padding: 15px 10px;
  }
  body main section.references .categories ul li a p {
    font-size: 15px;
  }
  body main section.references .contenu .global {
    margin: 0 -10px;
  }
  body main section.references .contenu .item {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  body main section.modulecontact {
    padding: 80px 0;
  }
  body main section.modulecontact .contenu h2 {
    font-size: 32px;
    text-align: center;
  }
  body main section.modulecontact .contenu p {
    font-size: 16px;
    text-align: center;
  }
  body main section.modulecontact .contenu .bloc {
    margin: auto;
  }
  body main section.modulecontact .contenu .bouton {
    margin: 30px auto 0;
    display: table;
  }
  body main section.modulecontact .contenu .bouton span {
    font-size: 15px;
  }
  body footer .contenu {
    padding: 60px 0 45px;
    text-align: center;
  }
  body footer .contenu .texte-left {
    font-size: 15px;
    margin: 15px auto 0;
  }
  body footer .contenu .logo img {
    width: 100px;
  }
  body footer .contenu .nav {
    justify-content: center;
  }
  body footer .contenu .bloc {
    margin-top: 30px;
  }
  body footer .contenu .bloc h3 {
    font-size: 25px;
  }
  body footer .contenu .bloc ul {
    text-align: center;
  }
  body footer .contenu .bloc ul li {
    font-size: 15px;
    padding-left: 35px;
    display: table;
    margin: 0 auto 15px;
  }
  body footer .contenu .bloc ul li a {
    font-size: 15px;
  }
  body footer .contenu .menu {
    column-count: 1;
    margin: 25px auto 0;
  }
  body footer .contenu .menu li a {
    font-size: 14px;
  }
  body footer .copy {
    font-size: 15px;
  }
  body footer .copy a {
    font-size: 15px;
  }
  body.single-prestations main section.partie1 {
    padding: 70px 0 60px;
  }
  body.single-prestations main section.partie1.nopart2 {
    padding: 70px 0;
  }
  body.single-prestations main section.partie1 .contenu {
    display: flex;
    flex-direction: column-reverse;
  }
  body.single-prestations main section.partie1 .contenu .container.container2 {
    position: relative;
  }
  body.single-prestations main section.partie1 .contenu .bloc {
    padding: 60px 70px 45px 90px;
    text-align: center;
    min-height: auto;
  }
  body.single-prestations main section.partie1 .contenu .bloc h2 {
    font-size: 26px;
    padding-left: 0;
    margin-bottom: 30px;
  }
  body.single-prestations main section.partie1 .contenu .bloc h2 svg {
    width: 15px;
    position: relative;
    vertical-align: -webkit-baseline-middle;
    margin-right: 8px;
  }
  body.single-prestations main section.partie1 .contenu .bloc h2 .logo-geo {
    width: 70px;
  }
  body.single-prestations main section.partie1 .contenu .bloc h4 {
    font-size: 19px;
  }
  body.single-prestations main section.partie1 .contenu .bloc p {
    font-size: 16px;
  }
  body.single-prestations main section.partie1 .contenu .bloc ul li {
    font-size: 16px;
  }
  body.single-prestations main section.partie1 .contenu .bloc ul li:before {
    position: relative;
    margin-right: 5px;
  }
  body.single-prestations main section.partie1 .contenu .motif path {
    transform: scale(0.8);
  }
  body.single-prestations main section.partie1 .contenu .visuel {
    height: 630px;
    position: relative;
    top: auto;
    transform: none;
    margin-top: 50px;
  }
  body.single-prestations main section.partie2 .contenu .content .bloc {
    padding: 50px 60px 25px 40px;
    text-align: center;
  }
  body.single-prestations main section.partie2 .contenu .content .bloc h3 {
    font-size: 26px;
    padding-left: 0;
    margin-bottom: 30px;
  }
  body.single-prestations main section.partie2 .contenu .content .bloc h3 svg {
    width: 15px;
    position: relative;
    vertical-align: -webkit-baseline-middle;
    margin-right: 8px;
  }
  body.single-prestations main section.partie2 .contenu .content .bloc p {
    font-size: 16px;
  }
  body.single-prestations main section.partie2 .contenu .content .bloc ul li {
    font-size: 16px;
  }
  body.single-prestations main section.partie2 .contenu .content .bloc ul li:before {
    position: relative;
    margin-right: 5px;
  }
  body.single-prestations main section.partie2 .contenu .content.enhaut {
    margin-bottom: 40px;
  }
  body.single-prestations main section.partie2 .contenu .content.enhaut .media {
    padding: 20px 12px;
  }
  body.single-prestations main section.partie2 .contenu .content.enhaut .media .visuel {
    height: 450px;
    width: 100%;
  }
  body.single-prestations main section.partie2 .contenu .content.aumilieu {
    margin-bottom: 80px;
  }
  body.single-prestations main section.partie2 .contenu .content.aumilieu .bloc {
    padding: 60px 45px 35px 45px;
    margin-bottom: 20px;
  }
  body.single-prestations main section.partie2 .contenu .content.enbas {
    margin-bottom: 50px;
  }
  body.single-prestations main section.partie2 .contenu .content.enbas .bloc {
    margin-top: 0;
  }
  body.single-prestations main section.partie2 .contenu .content .media {
    padding: 20px 12px;
  }
  body.single-prestations main section.partie2 .contenu .content .media .visuel {
    position: relative;
    width: 100%;
    height: 450px;
  }
  body.single-prestations main section.relation-ref {
    padding: 80px 0;
  }
  body.single-prestations main section.relation-ref .contenu h2 {
    font-size: 32px;
    width: 450px;
    margin: 0 auto 15px;
    max-width: 100%;
  }
  body.single-prestations main section.relation-ref .contenu .bouton span {
    font-size: 15px;
  }
  body.single-post main section.post .contenu {
    margin: 0;
  }
  body.single-post main section.post .contenu .bloc {
    padding: 50px 50px 0 !important;
  }
  body.single-references main section.single-ref,
  body.single-references main section.post,
  body.single-post main section.single-ref,
  body.single-post main section.post {
    padding: 0;
  }
  body.single-references main section.single-ref .ariane,
  body.single-references main section.post .ariane,
  body.single-post main section.single-ref .ariane,
  body.single-post main section.post .ariane {
    padding: 30px 0;
    text-align: center;
  }
  body.single-references main section.single-ref .contenu,
  body.single-references main section.post .contenu,
  body.single-post main section.single-ref .contenu,
  body.single-post main section.post .contenu {
    display: flex;
    flex-direction: column-reverse;
  }
  body.single-references main section.single-ref .contenu .container,
  body.single-references main section.post .contenu .container,
  body.single-post main section.single-ref .contenu .container,
  body.single-post main section.post .contenu .container {
    position: relative;
  }
  body.single-references main section.single-ref .contenu .bloc,
  body.single-references main section.post .contenu .bloc,
  body.single-post main section.single-ref .contenu .bloc,
  body.single-post main section.post .contenu .bloc {
    padding: 60px 30px 0 25px;
    text-align: center;
  }
  body.single-references main section.single-ref .contenu .bloc .entete,
  body.single-references main section.post .contenu .bloc .entete,
  body.single-post main section.single-ref .contenu .bloc .entete,
  body.single-post main section.post .contenu .bloc .entete {
    justify-content: center;
  }
  body.single-references main section.single-ref .contenu .bloc h1,
  body.single-references main section.post .contenu .bloc h1,
  body.single-post main section.single-ref .contenu .bloc h1,
  body.single-post main section.post .contenu .bloc h1 {
    font-size: 30px;
  }
  body.single-references main section.single-ref .contenu .bloc .lieu,
  body.single-references main section.post .contenu .bloc .lieu,
  body.single-post main section.single-ref .contenu .bloc .lieu,
  body.single-post main section.post .contenu .bloc .lieu {
    font-size: 14px;
  }
  body.single-references main section.single-ref .contenu .bloc .client p,
  body.single-references main section.post .contenu .bloc .client p,
  body.single-post main section.single-ref .contenu .bloc .client p,
  body.single-post main section.post .contenu .bloc .client p {
    font-size: 16px;
  }
  body.single-references main section.single-ref .contenu .bloc .texte p,
  body.single-references main section.post .contenu .bloc .texte p,
  body.single-post main section.single-ref .contenu .bloc .texte p,
  body.single-post main section.post .contenu .bloc .texte p {
    font-size: 16px;
  }
  body.single-references main section.single-ref .contenu .bloc .partage,
  body.single-references main section.post .contenu .bloc .partage,
  body.single-post main section.single-ref .contenu .bloc .partage,
  body.single-post main section.post .contenu .bloc .partage {
    justify-content: center;
  }
  body.single-references main section.single-ref .contenu .bloc .partage p,
  body.single-references main section.post .contenu .bloc .partage p,
  body.single-post main section.single-ref .contenu .bloc .partage p,
  body.single-post main section.post .contenu .bloc .partage p {
    margin-top: -45px;
  }
  body.single-references main section.single-ref .contenu .bloc .partage .sfsiplus_norm_row,
  body.single-references main section.post .contenu .bloc .partage .sfsiplus_norm_row,
  body.single-post main section.single-ref .contenu .bloc .partage .sfsiplus_norm_row,
  body.single-post main section.post .contenu .bloc .partage .sfsiplus_norm_row {
    position: relative !important;
  }
  body.single-references main section.single-ref .contenu .owl-carousel,
  body.single-references main section.post .contenu .owl-carousel,
  body.single-post main section.single-ref .contenu .owl-carousel,
  body.single-post main section.post .contenu .owl-carousel {
    padding-right: 0;
    max-height: 100%;
  }
  body.single-references main section.single-ref .contenu .visuel,
  body.single-references main section.post .contenu .visuel,
  body.single-post main section.single-ref .contenu .visuel,
  body.single-post main section.post .contenu .visuel {
    height: 450px;
  }
  body.single-references main section.relation,
  body.single-post main section.relation {
    padding: 60px 0;
  }
  body.single-references main section.relation .contenu h2,
  body.single-post main section.relation .contenu h2 {
    font-size: 26px;
    margin-bottom: 50px;
  }
  body.single-references main section.relation .contenu .owl-carousel .owl-nav,
  body.single-post main section.relation .contenu .owl-carousel .owl-nav {
    position: relative;
    transform: none;
    top: auto;
    width: 70px;
    margin: 30px auto 0;
  }
  body.single-references main section.relation .contenu .owl-carousel .owl-nav button.owl-prev,
  body.single-post main section.relation .contenu .owl-carousel .owl-nav button.owl-prev {
    left: 0;
  }
  body.single-references main section.relation .contenu .owl-carousel .owl-nav button.owl-next,
  body.single-post main section.relation .contenu .owl-carousel .owl-nav button.owl-next {
    right: 0;
  }
}
