/*  
Theme Name: Appropose
Theme URI: https://appropose.fr/
Description: Thème Wordpress pour Appropose
Author: Unik Studio
Author URI: https://unikstudio.fr/
*/
@charset "UTF-8";

/*** Vars ***/
:root {
  --col-noir: #494949;
  --col-orange: #F06212;
  --col-blanc: #FFFFFF;
  --col-gris: #4B4B4A;
  --col-anthracite:  #2C2C2B;
  --col-vert: #94BB54;
  --col-jaune: #F4D23D;
  --col-bleu: #6CAEE2;
  --rgb-noir: 73, 73, 73;
  --rgb-orange: 240, 98, 18;
  --rgb-blanc: 255, 255, 255;
  --rgb-gris: 75, 75, 74;
  

  --size-h1:  60px;
  --size-h2: 40px;
  --size-h3: 30px;
  --size-h4: 22px;
  --size-txt:  20px;
  --size-txt2:  16px;

  --navbar-height: 110px;
  --sticky-height: 100px;

  --slider-home-height:  700px;
  --slider-page-height:  420px;

  --marge-logo: 80px;

  --break-point-1500: 1420px;

  --width-container: 1420px;

  --main-padding:  100px;
}

/*** Animations ***/
@-webkit-keyframes loading {
  0%, 30%
  {
    opacity: 0;
    filter: blur(0); 
  }
  30%, 50%
  {
    opacity: 1;
    filter: blur(0); 
  }
  95%
  {
    filter: blur(1.1em);
  }
  100%
  {
    filter: blur(0); 
  }
}
@keyframes loading {
  0%, 30%
  {
    opacity: 0;
    filter: blur(0); 
  }
  30%, 50%
  {
    opacity: 1;
    filter: blur(0); 
  }
  95%
  {
    filter: blur(1.1em);
  }
  100%
  {
    filter: blur(0); 
  }
}
@-webkit-keyframes fondu {
  0%, 80%
  {
    opacity:0;
  }
  100%
  {
    opacity:1;
  }
}
@keyframes fondu {
  0%, 80%
  {
    opacity:0;
  }
  100%
  {
    opacity:1;
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-75px, 0, 0);
    transform: translate3d(-75px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-75px, 0, 0);
    transform: translate3d(-75px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(75px, 0, 0);
    transform: translate3d(75px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(75px, 0, 0);
    transform: translate3d(75px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 75px, 0);
    transform: translate3d(0, 75px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 75px, 0);
    transform: translate3d(0, 75px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -75px, 0);
    transform: translate3d(0, -75px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -75px, 0);
    transform: translate3d(0, -75px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.75, 0.75, 0.75);
    transform: scale3d(0.75, 0.75, 0.75);
  }

  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.75, 0.75, 0.75);
    transform: scale3d(0.75, 0.75, 0.75);
  }

  50% {
    opacity: 1;
  }
}
@-webkit-keyframes enterHome {
  0% {
    opacity: 0;
  }

  75% {
    opacity: 0;
/*    filter: blur(1.1rem);*/
/*    transform: scale(1.02,1.02);*/
  }
  100% {
    opacity: 1;
/*    filter: blur(0);*/
/*    transform: scale(1,1);*/
  }
}
@keyframes enterHome {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
/*    filter: blur(1.1rem);*/
/*    transform: scale(1.02,1.02);*/
  }
  100% {
    opacity: 1;
/*    filter: blur(0);*/
/*    transform: scale(1,1);*/
  }
}

@-webkit-keyframes circleHome {
  0% {clip-path: circle(0% at 50% 50vh); -webkit-clip-path: circle(0% at 50% 50vh);}
  70% { clip-path: circle(0% at 50% 50vh); -webkit-clip-path: circle(0% at 50% 50vh);}
  100% { clip-path: circle(125% at 50% 50vh); -webkit-clip-path: circle(125% at 50% 50vh);}
}
@keyframes circleHome {
  0% {clip-path: circle(0% at 50% 50vh); -webkit-clip-path: circle(0% at 50% 50vh);}
  70% { clip-path: circle(0% at 50% 50vh); -webkit-clip-path: circle(0% at 50% 50vh);}
  100% { clip-path: circle(125% at 50% 50vh); -webkit-clip-path: circle(125% at 50% 50vh);}
}
@-webkit-keyframes buttonFromCenter {
   0% { height:0%; opacity:0; width:0; margin-top:0; margin-left:0; left:50%;}
   25% { opacity:1;}
   50% { height:100%; width:3.375em; margin-top:0em; margin-left:-1.6875em; left:50%;}
   100% { height:100%; opacity:1; width:100%; margin-top:0em; margin-left:-1.6875em; left:1.6875em;}
}
@keyframes buttonFromCenter {
   0% { height:0%; opacity:0; width:0; margin-top:0; margin-left:0; left:50%;}
   25% { opacity:1;}
   50% { height:100%; width:3.375em; margin-top:0em; margin-left:-1.6875em; left:50%;}
   100% { height:100%; opacity:1; width:100%; margin-top:0em; margin-left:-1.6875em; left:1.6875em;}
}
@keyframes blurOut {
     0%       { filter:blur(10px); -webkit-filter:blur(10px);}
     100%     { filter:blur(0px); -webkit-filter:blur(0px);}
}
@-webkit-keyframes blurOut {
     0%       { filter:blur(10px); -webkit-filter:blur(10px);}
     100%     { filter:blur(0px); -webkit-filter:blur(0px);}
}
@-webkit-keyframes hoverBulle {
  0% {transform: scale(1.0); -webkit-transform: scale(1.0);}
  25% {transform: scale(1.025); -webkit-transform: scale(1.025);}
  50% {transform: scale(0.975); -webkit-transform: scale(0.975);}
  100% {transform: scale(1.0); -webkit-transform: scale(1.0);}
}
@keyframes hoverBulle {
  0% {transform: scale(1.0); -webkit-transform: scale(1.0);}
  25% {transform: scale(1.025); -webkit-transform: scale(1.025);}
  50% {transform: scale(0.975); -webkit-transform: scale(0.975);}
  100% {transform: scale(1.0); -webkit-transform: scale(1.0);}
}
@-webkit-keyframes hoverArrow {
  0% {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  5% {
    -webkit-transform: translate(10px, 0px);
    -ms-transform: translate(10px, 0px);
    transform: translate(10px, 0px);
  }
  30%,
  100% {
    -webkit-transform: translate(0px,0px);
    -ms-transform: translate(0px,0px);
    transform: translate(0px,0px);
  }
}
@keyframes hoverArrow {
  0% {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  5% {
    -webkit-transform: translate(10px, 0px);
    -ms-transform: translate(10px, 0px);
    transform: translate(10px, 0px);
  }
  30%,
  100% {
    -webkit-transform: translate(0px,0px);
    -ms-transform: translate(0px,0px);
    transform: translate(0px,0px);
  }
}
@-webkit-keyframes leftToRight {
  0% {width: 0%}
  50% {width: 75%}
  100% {width: 100%}
}
@keyframes leftToRight {
  0% {width: 0%}
  50% {width: 75%}
  100% {width: 100%}
}
@-webkit-keyframes topToBottom {
  0% {height: 0%}
  50% {height: 75%}
  100% {height: 100%}
}
@keyframes topToBottom {
  0% {height: 0%}
  50% {height: 75%}
  100% {height: 100%}
}
@-webkit-keyframes slideFade {
 0% {
  opacity:0
 }
 30% {
  opacity:0
 }
 100% {
  opacity:1
 }
}
@keyframes slideFade {
 0% {
  opacity:0
 }
 30% {
  opacity:0
 }
 100% {
  opacity:1
 }
}
@-webkit-keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*** Règles ***/
html {
  background-color: var(--col-blanc);
  color: var(--col-noir);
}

/*** Loader ***/
html.loader body .wrapper {
  position:relative;
  animation-name: enterHome;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-duration: 2s;
  animation-fill-mode:both;
  animation-timing-function: cubic-bezier(.26, .53, .74, 1.48);
  -webkit-animation-name: enterHome;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 2s;
  -webkit-animation-fill-mode:both;
  -webkit-animation-timing-function: cubic-bezier(.26, .53, .74, 1.48);
/*  overflow: hidden;*/
}
.loader-anim {
  display: none;
}
html.loader .loader-anim {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--col-blanc);
  animation-name: loading;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 2s;
  -webkit-animation-name: loading;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 2s;
  opacity: 1;
  background-color: var(--col-blanc);
}
.loader-anim img,
.loader-anim svg {
  position: fixed;
  top: 50%;
  transform: translate(-50%,-50%);
  left: 50%;
}
body {
  font-size: var(--size-txt);
  font-family: 'Exo 2', sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  line-height: 1.2;
  color: var(--col-noir);
  overflow-x: hidden;
  overflow-y: auto;
}
body .wrapper {
  background-color: var(--col-blanc);
  min-height: 100vh;
}
::-moz-selection {
  background: var(--col-orange);
  color: var(--col-blanc);
  text-shadow: none;
}

::selection {
  background: var(--col-orange);
  color: var(--col-blanc);
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
input::-moz-focus-inner {
  border: 0 !important;
}
textarea {
  resize: vertical;
}
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
* {
  -webkit-tap-highlight-color: transparent;
  word-break: keep-all !important;
  -webkit-hyphens: manual !important;
  -moz-hyphens: manual !important;
  -ms-hyphens: manual !important;
  -o-hyphens: manual !important;
  hyphens: manual !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width:1500px) {
  .container {
    max-width:var(--break-point-1500);
  }
}
section {
  display:block;
}
a {
  transition:all 0.35s ease-in;
  position:relative;
  color:var(--col-noir);
}
a:visited,
a:focus,
a:link {
  color:var(--col-noir);
}
a:hover {
  color:var(--col-orange);
}
header a,
.logo-footer a {
  border: none!important;
}

.no-outline,
.no-outline:focus,
.no-outline:hover,
.no-outline:active {
  outline:0;
}

.hidden {
  visibility: hidden;
}
.align-left {
  text-align:left;
}
.align-right {
  text-align:right;
}
.align-center {
  text-align:center;
}
.margin-top {
  margin-top:20px;
}
.margin-bottom {
  margin-bottom:20px;
}
.no-padding-left {
  padding-left:0px;
}
.no-padding-right {
  padding-right:0px;
}

img,
svg {
  max-width:100%;
  height:auto;
}
.wp-caption {
  max-width:100%;
  font-style: italic;
}
@media (max-width:767px) {
  .wp-caption {
    width:100%!important;
  }
}
.vertical-middle {
  position:absolute;
  left:0;
  top:50%;
  transform: translateY(-50%);
}
.vertical-align-center {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;  
}
.vertical-align-top {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;  
}

/*** medias ***/
.video-responsive,
.wp-block-embed__wrapper {
  width:100%;
  height:0;
  padding-bottom:56.25%;
/*  overflow:hidden;*/
  position:relative;
  max-width: 800px;
  margin: auto;
}
.video-responsive iframe, .video-responsive embed, .video-responsive object,
.wp-block-embed__wrapper iframe, .wp-block-embed__wrapper embed, .wp-block-embed__wrapper object {
  width:100%!important;
  height:100%!important;
  position:absolute!important;
  top:0;
  left:0;
}

/*** MAGNIFIC POPUP ***/
.mfp-bg {
  opacity:0.9;
}
/*** ReCaptcha Badge ***/
.grecaptcha-badge { 
  visibility: hidden;
}
/*** cookies : tarteaucitron ***/
body #tarteaucitronRoot * {
  font-family:'Exo 2', sans-serif!important;
}
body #tarteaucitronRoot #tarteaucitronAlertBig {
  font-size:14px!important;
  font-family:'Exo 2', sans-serif!important;
  border:none!important;
  background:rgba(240, 240, 240, 0.9)!important;
  transition:background-color 0.5s ease;
  box-shadow: 0px -1px 4px 1px rgba(0,0,0,.10);
}
body #tarteaucitronRoot #tarteaucitronAlertBig:hover {
  background:rgba(240, 240, 240, 1)!important;
}
body #tarteaucitronAlertBig #tarteaucitronPrivacyUrl, 
body #tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog, 
body #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert, 
body #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
  font-size:14px!important;
  font-family:'Exo 2', sans-serif!important;
  color: var(--col-noir) !important;
  font-weight: 300!important;
}
body #tarteaucitronAlertBig #tarteaucitronCloseAlert, 
body #tarteaucitronAlertBig #tarteaucitronPersonalize, 
body #tarteaucitronAlertBig #tarteaucitronPersonalize2, 
body .tarteaucitronCTAButton, 
body #tarteaucitron #tarteaucitronPrivacyUrl, 
body #tarteaucitron #tarteaucitronPrivacyUrlDialog, 
body #tarteaucitronRoot .tarteaucitronDeny, 
body #tarteaucitronRoot .tarteaucitronAllow {
  background-color: var(--col-orange)!important;
  font-size:14px!important;
  font-family:'Exo 2', sans-serif!important;
}
body #tarteaucitronRoot .tarteaucitronDeny {
  background-color: var(--col-noir)!important;  
}
body #tarteaucitronAlertBig #tarteaucitronCloseAlert, 
body #tarteaucitron #tarteaucitronPrivacyUrl, 
body #tarteaucitron #tarteaucitronPrivacyUrlDialog {
  background-color: #ffffff!important;
}
body #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine,
body #tarteaucitron .tarteaucitronBorder {
  background-color: #efefef !important;
  border: 1px solid #dfdfdf !important;
}
body #tarteaucitronRoot .tarteaucitronH1,
body #tarteaucitronRoot .tarteaucitronH2 {
  text-transform: uppercase;
  color: var(--col-noir)!important;
}
body #tarteaucitron #tarteaucitronInfo {
  background-color: #efefef!important;
  color: var(--col-noir)!important;
  border: none!important;
}
body #tarteaucitronAlertSmall,
body #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer {
  opacity: .75;
  right: auto;
  left: 70px;
}
body #tarteaucitronAlertSmall:hover,
body #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer:hover {
  opacity: 1;
}
/*** Header ***/
.navbar {
  border-radius: 0px;
  border:0px;
  margin:0px 0 0;
  position: fixed;
  top:0px;
  z-index: 1010;
  width: 100%;
  height: var(--navbar-height);
  padding: 20px 0px 20px;
  background-color: #fff;
  transition: all .350s ease-in;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0);
}
.navbar .container {
  padding: 0;
  position: relative;
}
.navbar.sticky {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  height: var(--sticky-height);
  padding: 15px 0px 15px;
  background-color: rgba(var(--rgb-blanc),.95);
}
.navbar.sticky.navbar-hidden {
  transform: translate3d(0,calc(-100% - 40px),0);
}
.navbar.sticky:hover {
  background-color: rgba(var(--rgb-blanc),1);
}
.logo-menu-container {
  width:100%;
  padding:0 15px;
  height: 50px;
  display: flex;
}
.logo-menu-container .sitename {
  display:none;
}
.navbar h1,
.navbar .h1 {
  float:left;
  margin:0px;
  width: 10%;
  text-align: left;
}
.navbar-brand {
  position: relative;
  vertical-align:top;
  text-align:center;
  padding:0px 0px 0px 0px;
  margin-right:0;
  margin-left: var(--marge-logo);
}
.navbar .logo {
  display:inline-block;
  vertical-align:top;
  max-height:174px;
  max-width: 187px;
}
.navbar.sticky .logo {
  max-height: 116px;
  max-width: 125px;
}
.menu-responsive {
  display:none;
  opacity:0;
}
.menu-burger {
  height:40px;
  width: 40px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
}
.menu-burger button {
  position: relative;
  background-color:transparent;
  height:100%;
  text-align:center;
  text-transform:uppercase;
  font-size:0;
  color:var(--col-blanc);
  border:none;
  cursor:pointer;
  padding:0;
  display:inline-block;
  vertical-align: top;
  width:100%;
  text-align:left;
  top: 0px;
}
.menu-burger .icon-bar:nth-child(1),
.menu-burger .icon-bar:nth-child(3) {
  position:absolute;
  height:3px;
  width:40px;
  background-color:var(--col-orange);
}
.menu-burger .icon-bar:nth-child(2) {
  position:absolute;
  width:40px;
  height:3px;
  background-color:var(--col-orange);
}
.menu-burger .icon-bar:nth-child(1) {
  top:10px;
}
.menu-burger .icon-bar:nth-child(2) {
  top:20px;
}
.menu-burger .icon-bar:nth-child(3) {
  top:30px;
}
.menu-container .phone-container .phone {
  border: solid 1.5px var(--col-blanc)!important;
  border-radius: 7px;
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: -5px auto auto 15px;
}
.menu-container .phone-container .phone svg {
  margin: 0 auto;
}
.menu-container .phone-container .phone svg path {
  stroke: var(--col-blanc);
  transition: all .35s ease-in;
}
.menu-container .phone-container .phone:hover {
  background-color: var(--col-blanc)!important;
}
.menu-container .phone-container .phone:hover svg path {
  stroke: var(--col-orange);
}
@media (min-width:992px) {
  .menu-responsive {
    display: none;
  }
  .menu-burger {
    display:none;
  }
  .menu-container {
    float:right;
    width:90%;
    display:flex;
    justify-content: flex-end;
    padding-left:0px;
  }
  .menu-container div.wow {
    display: inline-flex;
  }
  .menu-container .menu-header {
    display: flex;
    flex-direction: column;
    justify-content: end; 
  }
  .sticky .menu-container .menu-header {
    justify-content: end;
  }
  .menu-container .menu-header ul {
    display:inline-block;
    vertical-align:bottom;
    padding:0;
    margin:0;
    list-style:none;
  }
  .menu-container .menu-header ul li {
    float:left;
    position:relative;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 40px;
    letter-spacing: 0em;
    color: var(--col-gris);
    padding: 0 40px;
    text-transform: uppercase;
  }
  .menu-container .menu-header ul li a {
    position:relative;
    text-align: center;
    color: var(--col-gris);
    opacity: 1;
    display:flex;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 5px;
    height: 40px;
    text-decoration: none;
  }
  .menu-container .menu-header ul li:first-child {
    padding-left: 0;
  }
  .menu-container .menu-header ul li:last-child {
    padding-right: 0;
  }
  .menu-container .menu-header ul li.important a {
    background-color: var(--col-orange);
    color: var(--col-blanc);
    text-align:center;
    cursor:pointer;
    padding: 0px 24px 0px 24px;
    border-radius: 45px;
    line-height: 40px;
    width:auto;
    text-decoration: none;
  }
  .menu-container .menu-header ul li.important a:hover {
    background-color: var(--col-gris);
    color: var(--col-blanc);
  }
  nav.sticky .menu-container .menu-header ul li a {
    height: 40px;
  }
  nav.sticky .menu-container .menu-header ul li.important a {
    background-color: var(--col-orange);
    color: var(--col-blanc);
    text-align:center;
    cursor:pointer;
    padding: 0px 24px 0px 24px;
    border-radius: 45px;
    line-height: 40px;
    width:auto;
    text-decoration: none;
  }
  nav.sticky .menu-container .menu-header ul li.important a:hover {
    background-color: var(--col-gris);
    color: var(--col-blanc);
  }
  .menu-container .menu-header ul li:not(.important) a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width:100%!important;
    height: 3px;
    transform: scaleX(0);
    background:var(--col-orange);
    transition: all 0.35s ease-in-out;
  }
  .menu-container .menu-header ul li:not(.important) a:hover,
  .menu-container .menu-header ul li.current-menu-item:not(.important) a {
/*    transform:scaleX(1);*/
    color: var(--col-orange);
  }
  nav.sticky .menu-container .menu-header ul li:not(.important) a:hover,
  nav.sticky .menu-container .menu-header ul li.current-menu-item:not(.important) a {
    color:var(--col-orange);
  }
  nav.sticky .menu-container .phone-container .phone {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-top: 0;
  }
}
/*
@media (min-width:1200px) {
  .menu-container .menu-header ul li {
    padding: 0 20px;
  }
  .menu-container .menu-header ul li a {
    padding: 0 20px;
  }
}
@media (min-width:1500px) {
  .menu-container .menu-header ul li {
    padding: 0 30px;
  }
  .menu-container .menu-header ul li:first-child {
    padding-left: 0;
  }
  .menu-container .menu-header ul li:last-child {
    padding-right: 0;
  }
  .menu-container .menu-header ul li a {
    padding: 0 30px;
  }
}
*/

.menu-responsive {
  position:fixed;
  width:100%;
  height:100vh;
  z-index:10000;
  right:-100vw;
  display:none;
  opacity:0;
  top:0px;
  background:var(--col-blanc);
} 
.menu-responsive .container {
  position: relative;
  height: 100%;
  padding: 0;
}
.menu-responsive .logo-menu-container {
  position: relative;
  width:100%;
  height:100px;
  padding:0px 15px;
}
.menu-responsive .h1 {
  margin:0;
}
.menu-responsive .navbar-brand {
  float:left;
  height:120px;
  margin-top:20px;
}
.menu-responsive .navbar-brand img {
  height: 120px;
}
.menu-responsive .menu-burger {
  top: 40px;
}
.menu-responsive .menu-burger button {
  height:40px;
  top:0px;
}
.menu-responsive .menu-burger .icon-bar:nth-child(2) {
  display:none;
}
.menu-responsive .menu-burger .icon-bar:nth-child(1) {
  transform:rotate(-45deg);
  top:20px;
  background-color:var(--col-orange);
}
.menu-responsive .menu-burger .icon-bar:nth-child(3) {
  transform:rotate(45deg);
  top:20px;
  background-color:var(--col-orange);
}
.menu-responsive .menu-responsive-container {
  margin-top:80px;
  padding: 0 15px 0 calc(var(--marge-logo) + 15px);
}
.menu-responsive-container ul {
  list-style:none;
  margin:20px auto 0px;
  padding:0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.menu-responsive-container ul.sub-menu {
  display:none;
  opacity:0;
}
.menu-responsive-container li {
  position:relative;
  padding:0px 0px!important;
  font-size: 20px;
  font-weight: 900;
  line-height: 20px;
  text-align: left;
  text-transform: uppercase;
}
.menu-responsive-container li:first-child {
  padding-top:0px;
}
.menu-responsive-container li:last-child {
  padding-bottom:0px;
}
.menu-responsive-container li a {
  position:relative;
  color:var(--col-gris);
  height:80px;
  display:flex;
  flex-direction: column;
  justify-content: space-around;
  text-decoration: none;
}
.menu-responsive-container li a:hover,
.menu-responsive-container li.current-menu-item a {
  color: var(--col-orange);
}
.menu-responsive-container li.important a {
  background-color: var(--col-orange);
  color: var(--col-blanc);
  text-align:center;
  cursor:pointer;
  padding: 0px 24px 0px 24px;
  border-radius: 45px;
  line-height: 40px;
  height: 45px;
  width:auto;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
}
.menu-responsive-container li.important a:hover {
  background-color: var(--col-gris);
  color: var(--col-blanc);
}
.menu-responsive-container li.menu-item-has-children button {
  position:absolute;
  cursor:pointer;
  right:10px;
  top:26px;
  z-index:10;
  border:none;
  background:transparent;
  padding:0;
}
.menu-responsive-container li.menu-item-has-children button::before {
  display:block;
  content:"\f107";
  font-family: "FontAwesome";
  font-size:22px;
  line-height:26px;
  height:26px;
  width:26px;
  border:solid 1px var(--col-noir);
  border-radius:15px;
  color:var(--col-noir);
  transition:all .2s ease-in;
}
.menu-responsive-container li.menu-item-has-children.sub-menu-open button::before {
  transform:rotate(180deg);
}
.menu-responsive-container li .sub-menu {
  background-color:rgba(var(--rgb-blanc),.1);
}
.menu-responsive-container li .sub-menu li a {
  font:300 14px;
  color:var(--col-noir);
  height:auto;
  text-transform: none;
  letter-spacing: normal;
  padding:10px 0;
  min-height:40px;
}
.menu-responsive-container li .sub-menu li a:hover {
  color:var(--col-orange);
}
.menu-responsive-container li .sub-menu li::after {
  display:none;
}
.menu-responsive-footer {
  display: flex;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100px;
  color: var(--col-noir);
  padding: 0 15px;
}
.menu-responsive-footer .social a {
  border: 2px solid var(--col-noir)!important;
}
.menu-responsive-footer .social a:hover {
  background-color:var(--col-noir)!important;
  color: var(--col-blanc)!important;
}
.menu-responsive-footer .social a:hover::before {
  color: var(--col-blanc)!important;
}
.menu-responsive-footer .button-3 {
  margin-left: 40px;
}

/*** Classes pour animations ***/
.slideFadeIn {
  animation: 1s ease-in-out 0.2s slideFade both;
  -webkit-animation:1s ease-in-out 0.2s slideFade both;;
}
.slideButtonFromCenter::before {
  animation: 1s ease-in-out 2s buttonFromCenter both;
  -webkit-animation: 1s ease-in-out 2s buttonFromCenter both;
}
.animated.buttonFromCenter::before {
  animation-name: buttonFromCenter;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-delay: 1s;
  animation-duration: 1s;
  -webkit-animation-name: buttonFromCenter;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
}
.call-to-action a.button span.fadeIn {
  animation: 0.2s ease-in-out 0.2s fadeIn both!important;
  -webkit-animation:0.2s ease-in-out 0.2s fadeIn both!important;
}
.slideButtonFromCenter::before {
  animation: 0.2s ease-in-out 0.2s fadeIn both;
  -webkit-animation: 0.2s ease-in-out 0.2s fadeIn both;
}
.animated.buttonFromCenter::before {
  animation-name: fadeIn;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-delay: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
}
.blurOut {
  animation-name: blurOut;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: blurOut;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
}
.leftToRight {
  animation-name: leftToRight;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: leftToRight;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
}
.topToBottom {
  animation-name: topToBottom;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: topToBottom;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
}

/*** Général ***/
a.button,
.multi-select-button,
.formulaire .chosen-container,
.formulaire select.chosen,
.formulaire .submit  {
  position:relative;
  z-index:2;
  display:inline-block;
  text-align:center;
  cursor:pointer;
  padding: 0px 30px 0px 30px;
  border-radius: 45px;
  font-size: 18px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 40px;
  height: 40px;
  text-transform: uppercase;
  letter-spacing: 0.10em;  
  width:auto;
  cursor: pointer;  
  text-decoration: none;
  border: none;
  background-color: transparent;
/*  animation: 1s ease-in-out 3.5s fade-in both;*/
}
a.button::before,
.multi-select-button::before,
.formulaire .chosen-container::before,
.formulaire select.chosen::before,
.formulaire .submit::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 0px; 
  top: 0px; 
  transition: all .450s ease-in-out;
}
a.button-1,
.multi-select-button,
.formulaire .chosen-container,
.formulaire select.chosen,
.formulaire .submit {
  color: var(--col-blanc);
}
a.button-1::before,
.multi-select-button::before,
.formulaire .chosen-container::before,
.formulaire select.chosen::before {
  background-color: var(--col-orange);
  border-radius: 45px;
  color: var(--col-blanc);
}
a.button::after,
.multi-select-button::after,
.formulaire .chosen-container::after,
.formulaire select.chosen::after,
.formulaire .submit::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  left: 0px; 
  bottom: 0px; 
  transition: all .450s ease-in-out;
}
a.button-1::after,
.multi-select-button::after,
.formulaire .chosen-container::after,
.formulaire select.chosen::after,
.formulaire .submit::after {
/*  background-color: var(--col-noir);*/
  border-radius: 45px;
}
a.button-1:hover {
  color: var(--col-blanc);
}
a.button-1:hover::before {
  background-color: var(--col-gris);
  border-radius: 45px;
}
a.button-1-b {
  color: var(--col-blanc);
}
a.button-1-b::after{
  height: 100%;
}
a.button-1-b:hover {
  color: var(--col-noir);
}
a.button-1-b:hover::after{
  height: 0;
}
a.button-2 {
  color: var(--col-blanc);
}
a.button-2::before {
  background-color: transparent;
  border: solid 1px var(--col-blanc);
  color: var(--col-blanc);
}
a.button-2::after {
  background-color: var(--col-blanc);
}
a.button-2:hover {
  color: var(--col-noir);
}
a.button-2:hover::after {
/*  background-color: var(--col-blanc);*/
  height: 100%;
}
a.button-3 {
  color: var(--col-noir);
}
a.button-3::before {
  background-color: transparent;
  border: solid 1px var(--col-noir);
  border-radius: 7px;
  color: var(--col-noir);
}
a.button-3::after {
  background-color: var(--col-noir);
}
a.button-3:hover {
  color: var(--col-blanc);
  background-color: var(--col-noir);
}

ul {
  padding: 0 0 0 20px;
}
body ul li:not(.col-12) {
  position: relative;
  padding-left: 10px;
}
ul.slick-slider,
ul.slick-dots {
  padding: 0;
}
body ul.pagination li,
body ul.slick-slider li,
body ul.slick-dots li,
body footer ul li {
  padding-left: 0!important;
}
body h1,
body .h1 {
  font-weight: 900;
  font-size: var(--size-h1);
  line-height: var(--size-h1);
  letter-spacing: 0.05em;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 30px;
}
body h2,
body .h2 {
  position: relative;
  font-weight: 700;
  font-size: var(--size-h2);
  line-height: calc(var(--size-h2) + 4px);
  text-transform: uppercase;
  margin-bottom: 20px;
}
body h3,
body .h3 {
  font-weight: 600;
  font-size: var(--size-h3);
  line-height: var(--size-h3);
  letter-spacing: normal;  
  margin-bottom: 20px;
}
body h4,
body .h4 {
  font-weight: 700;
  font-size: var(--size-h4);
  line-height: var(--size-h4);
  letter-spacing: normal;  
  margin-bottom: 20px;
}
body .sur-titre {
  font-weight: 900;
  font-size: var(--size-txt);
  line-height: 30px;
  letter-spacing: 0.2em;
  text-transform: uppercase;  
  color: var(--col-orange);
  display: block;
  margin-bottom: 20px;
}
.page {
  font-weight: 400;
  font-size: var(--size-txt);
  line-height: 125%;
  padding-top: var(--navbar-height);
}
.homepage,
.page.page-contact {
  overflow: hidden;
}
.page .texte {
  text-align: left;
  font-weight: 400;
}
.page .texte mark {
  position: relative;  
  font-weight: 600;
  background: linear-gradient(to top, transparent 10%, rgba(var(--rgb-vert),1) 10.01%, rgba(var(--rgb-vert),1) 50%, transparent 50.01%) no-repeat;
  padding: 0 5px 5px;
  color: var(--col-noir);
}
.page .texte strong {
  font-weight: 700!important;
}
.page .texte a {
  text-decoration: underline;
}
.page .texte dfn {
  font-weight: 900;
  color: var(--col-orange);
  font-style: normal;
}
.page-content .texte ul {
  list-style: none;
  list-style-position: outside;
  padding: 0;
  margin: 20px auto;
}
.page-content .texte li {
  padding-left: 24px;
  margin-bottom: 20px;
}
.page-content .texte li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--col-vert);
}
.section-interne {
  position: relative;
  padding: var(--main-padding) 0;
}
.container-padding-left {
  padding-left: 60px;
}
.container-padding-right {
  padding-right:60px;
}
.cadre-photo {
  overflow: hidden;
  background: rgba(var(--rgb-gris), 0.05);
  width: 100%;
  height: 400px;
  position: relative;
  z-index: 1;
/*  animation: fadeInDownRight .45s linear;*/
}
.cadre-photo figure {
  position: relative;
  margin: 0;
  height: 100%;
  width: 100%;
}
.cadre-photo img {
  mix-blend-mode: normal;
  object-fit: cover;
  object-position: center center;
  height: 100%;
  width: 100%;
}
.bg-gris {
  background-color: var(--col-gris);
}
.bg-anthracite {
  background-color: var(--col-anthracite);
}
.bg-orange {
  background-color: var(--col-orange);
}
/*** Homepage ***/
.banner {
  position: relative;
  z-index: 0;
  display: flex;
  background-color: rgba(var(--rgb-blanc), 1);
  color: var(--col-blanc);
  position: relative;
  text-align: center;
}
.banner .container {
  position: relative;
}
.banner .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  width: calc(100% - 30px);
  height: 100%;
  z-index: 2;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0.6) 100%); 
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0.6) 100%); 
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0.6) 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); 
  opacity: 0.9;
}
.slider-home-container,
.slider-home-image {
  color:var(--col-blanc);
  height:100vh;
  max-height: var(--slider-page-height);
  width:100%;
  overflow:hidden;
  position: relative;
}
.page-home .slider-home-container,
.page-home .slider-home-image {
  max-height: var(--slider-home-height);
}
.slider-home-image li {
  height:100vh;
  max-height: var(--slider-page-height);
  width:100vw;
  text-align: center;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center
}
.page-home .slider-home-image li {
  max-height: var(--slider-home-height);
}
.slider-home-image li img {
  height:100%!important;
  width:100%;
  object-fit:cover;
  object-position: center center;
  max-width:none
}
.slider-home-image a {
  color:#fff
}
.background-video {
  width: 100vw;
  height: 100vh;
}
.background-video img {
  mix-blend-mode: normal;
  object-fit: cover;
  object-position: center center;
  height: 100%;
  width: 100%;  
}
#main_video {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
}
#main_video .background,
#main_video iframe {
  width: 100%;
  height: 100%;
}
#main_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.slick-dots {
  position: absolute;
  bottom: 40px;
  left: 50%;
  display: flex;
  z-index: 2;
  transform: translateX(-50%);
}
.slick-dots li::before,
.slick-dots li::marker {
  display: none;
  font-size: 0;
}
.slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  margin-right: 20px;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: rgba(var(--rgb-gris),1);
  border: none;
  font-size: 0;
  cursor: pointer;
}
.slick-dots li.slick-active button {
  background-color: rgba(var(--rgb-blanc),1);
}
.banner .banner-content {
  animation:1.5s ease-out 0s 1 slideFade;
  -webkit-animation:1.5s ease-out 0s 1 slideFade;
  position:absolute;
  width:52%;
  top: auto;
  bottom: 60px;
  left:200px;
  z-index:5;
  display: flex;
  text-align: left;
  max-width: calc(var(--width-container) / 1.5);
}
.page-home .banner .banner-content {
  bottom: 100px;
}
.move-left {
  margin-left: -10%;
}
.move-left-2 {
  margin-left: -5%;
}
.banner-content h1 {
  font-weight: 900;
  font-size: var(--size-h1);
  line-height: var(--size-h1); 
  text-transform: uppercase;
  text-align: left;
  text-shadow: 0px 4px 16px rgba(0,0,0,.4);
}
.banner-content .intro {
  font-weight: 400;
  font-size: var(--size-txt);
  line-height: 130%;
}
.slick-vertical .slick-slide {
  border: none!important;
}
h2.sousligne {
  margin-bottom: 70px;
}
h2.sousligne::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  background: linear-gradient(to right,  rgba(148,187,84,1) 0%,rgba(148,187,84,1) 25%,rgba(244,210,61,1) 25%,rgba(244,210,61,1) 50%,rgba(108,174,226,1) 50%,rgba(108,174,226,1) 75%,rgba(75,75,74,1) 75%,rgba(75,75,74,1) 100%);
  width: 230px;
  height: 14px;
}

/**** Homepage ***/
.section-appropose .bg-orange {
  position: relative;
  color: var(--col-blanc);
  margin: 0 var(--marge-logo);
  padding: 60px 60px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.section-appropose .colonne-texte {
  text-align: left;
}
.section-appropose .grand-texte,
.section-documentation .grand-texte,
.section-catalogue .grand-texte,
.section-avis-clients .grand-texte {
  font-size: 30px;
  font-weight: 600;
  margin: 0px 0 40px;
  line-height: 1.2em;
}
.section-appropose .besoin-infos,
.page-contact .besoin-infos,
.page-catalogue .besoin-infos {
  display: flex;
  flex-direction: column;
  background-color: var(--col-blanc);
  color: var(--col-gris);
  width: 300px;
  border-radius: 45px; 
  padding: 20px 0; 
  position: absolute;
  top: -60px;
  right: 60px;
  transform: translateY(-50%);
}
.page-contact .besoin-infos,
.page-catalogue .besoin-infos {
  background-color: var(--col-orange);
  color: var(--col-blanc);
  right: auto;
  left: 50%;
  transform: translate(-50%,-50%);
  top: -100px;  
}
.section-appropose .besoin-infos .label,
.page-contact .besoin-infos .label,
.page-catalogue .besoin-infos .label {
  font-size: 16px;
  text-transform: uppercase;  
  line-height: 1.1em;
  font-weight: 600;  
}
.section-appropose .besoin-infos a,
.page-contact .besoin-infos a,
.page-catalogue .besoin-infos a {
  font-size: 30px;
  line-height: 1.1em;
  font-weight: 700;
  color: var(--col-orange);
}
.page-contact .besoin-infos a,
.page-catalogue .besoin-infos a {
  color: var(--col-blanc);
}
.section-appropose .cadre-photo {
  position: absolute;
  right: -140px;
  bottom: -100px;
  height: 330px;  
}
.section-appropose .row-references {
  padding-left: 15%;
}
.section-appropose .bloc-references {
  position: relative;
  display: flex;
  flex-direction: column;
}
.section-appropose .bloc-nombre {
  font-weight: 700;
  line-height: normal;
}
.section-appropose .bloc-references .prefixe {
  line-height: 74px;
  vertical-align: bottom;
  display: inline-block;
  font-size: 34px;
  text-transform: uppercase;
}
.section-appropose .bloc-references .nombre {
  font-size: 108px;
  position: relative;
}
.section-appropose .bloc-references .nombre::before {
  content: "";
  position: absolute;
  height: 14px;
  background-color: var(--col-gris);
  width: 100%;
  transform: translateY(-50%);
}
.section-appropose .bloc-references .libelle {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: right;
}
.margin-left-right {
  margin: 0 var(--marge-logo);
}
.section-documentation .container-photos {
  padding: 0;
}
.section-documentation .colonne-texte {
  position: absolute;
  top: -84px;
  left: -100px;
  text-align: left;
  z-index: 2;
}
.section-documentation .call-to-actions a.button:last-child {
  margin-left: 10px;
}
.section-catalogue .colonne-texte {
  text-align: left;
}
.section-catalogue .cadre-photo {
  height: auto;
  width: 600px;
  position: absolute;
  right: -60px;
  top: -100px;
  background: transparent;
}
.section-catalogue .call-to-actions a,
.page-catalogue .call-to-actions a {
  font-size: 22px;
  color: var(--col-orange);
  font-weight: 700;
}
.section-catalogue .call-to-actions a svg,
.page-catalogue .call-to-actions a svg {
  width: 80px;
  margin-right: 10px;
}
.section-catalogue .call-to-actions a:last-child {
  margin-left: 20px;
}
.section-catalogue {
  padding-bottom: var(--main-padding);
}
.section-avis-clients {
  text-align: left;
  color: #fff;
}
.section-avis-clients .avis-client {
  padding: 0 30px;
}
.section-avis-clients .avis-client .titre {
  display: block;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}
.section-avis-clients .avis-client .nom {
  color: var(--col-gris);
  font-size: 20px;
  font-weight: 700;
}
.section-avis-clients .avis-client .fonction {
  font-size: 16px;
  font-weight: 600;
}
.section-avis-clients .slider-avis-navigation {
  display: flex;
  justify-content: center;
  width: 140px;
  margin-left: 100px;
}
.section-avis-clients .slider-nav {
  width: 50%;
}
.section-avis-clients .slider-nav.next-container {
  text-align: right;
}
.section-avis-clients .slider-nav a {
  color: var(--col-blanc);
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 0;
}
.section-avis-clients .slider-nav a:hover {
  color: var(--col-gris);
}
.section-avis-clients .slider-nav a:hover svg path {
  transition:all 0.35s ease-in;
}
.section-avis-clients .slider-nav a:hover svg path {
  fill: var(--col-gris)!important;
}
/*** Page Documentation ***/
.page-documentation .section-presentation .bg-orange {
  padding: 60px 0;
  border-bottom-left-radius: 20px;
  text-align: center;
  position: relative;
}
.page-documentation .section-presentation .bg-orange::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%,50%);
  background: linear-gradient(to right,  rgba(148,187,84,1) 0%,rgba(148,187,84,1) 25%,rgba(244,210,61,1) 25%,rgba(244,210,61,1) 50%,rgba(108,174,226,1) 50%,rgba(108,174,226,1) 75%,rgba(75,75,74,1) 75%,rgba(75,75,74,1) 100%);
  width: 230px;
  height: 14px;
}
.page-documentation .section-presentation .bg-orange .presentation {
  width: 60%;
  margin: 0 auto;
  color: var(--col-blanc);
  font-weight: 600;
  font-size: 30px;
  line-height: 1.1em;
  text-align: center;
}
.page-documentation .section-presentation .bloc-categories,
.page-documentation .section-resultats .filters {
  padding-left: var(--marge-logo);
  text-align: left;
}
.bloc-categories {
  display: flex;
  flex-direction: column;
  padding-top: 40px;
}
.page-documentation .h3 {
  margin-bottom: 40px;
}
.bloc-categories a {
  border: solid 2px var(--col-orange);
  background-color: var(--col-blanc)!important;
  color: var(--col-orange);
  line-height: 36px;
}
.bloc-categories .call-to-action a {
  margin-bottom: 20px;
}
.bloc-categories a::before {
  background-color: var(--col-blanc)!important;
}
.bloc-categories a.active,
.bloc-categories a:hover {
  color: var(--col-blanc);
}
.bloc-categories a.active::before,
.bloc-categories a:hover::before {
  background-color: var(--col-orange)!important;
}
.bloc-categories .call-to-action:last-child a {
  margin-bottom: 0;
}
.bloc-filtres form {
  display: flex;
  flex-direction: column;
}
.bloc-filtre {
  margin-bottom: 40px;
}
.bloc-filtre .bloc-checkbox {
  position: relative;
  margin-top: 10px;
}
.bloc-filtre input[type=checkbox] {
  height:24px;
  width:24px;
  position: absolute;
  z-index: 2;
  left: 0px;
  opacity: 0;
  cursor:pointer;
}
.bloc-filtre input[type="checkbox"] + label {
  padding-left: 34px;
}
.bloc-filtre input[type="checkbox"] + label::before {
  content: "";
  vertical-align: top;
  width:24px;
  height:24px;
  box-sizing: border-box;
  background-color: rgba(var(--rgb-noir), 0);
  border: solid 1px var(--col-gris);
  cursor:pointer;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 2px;
}
.bloc-filtre input[type="checkbox"]:checked + label::before {
  font-family: "FontAwesome";
  content:"\f00c";
  line-height: 22px;
  font-size: 16px;
  text-align: center;
  color:var(--col-orange);
}
.page-documentation .liste-resultats {
  text-align: left;
}
.liste-resultats .liste-documents {
  display: flex;
  flex-wrap: wrap;
  padding: calc(var(--main-padding)/2) 0;
}
.liste-resultats .liste-documents .bloc-document {
  width: calc( (100% - 60px) / 4);
  margin: 0 10px 40px;
}
.liste-resultats .liste-documents .bloc-document:nth-child(4n+1) {
  margin-left: 0;
}
.liste-resultats .liste-documents .bloc-document:nth-child(4n+4) {
  margin-right: 0;
}
.liste-resultats .liste-documents .bloc-document a {
  display: flex;
  flex-direction: column;
  text-align: center;
  text-decoration: none;
}
.bloc-document .type {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.bloc-document svg {
  width: 80px;
  margin:0 auto 20px;
}
.bloc-document .description {
  background-color: var(--col-anthracite);
  border-radius: 20px;
  padding: 30px 18px;
  color: var(--col-blanc);
  min-height: 315px;
  position: relative;
}
.bloc-document .description .texte {
  font-size: 16px;
  line-height: 1.1em;
  font-weight: 700;
  text-align: center;
}
.bloc-document .titre {
  display: block;
  background-color: var(--col-orange);
  color: var(--col-blanc);
  width: 100%;
  max-width: 100%;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  height: auto;
  padding: 10px 0;
  border-radius: 55px;
  margin-bottom: 10px;
  transition: all .35s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bloc-document .titre span {
  line-height: 1.0em;
  padding: 0 9px;
}
.bloc-document a:hover .titre {
  background-color: var(--col-orange);
  color: var(--col-blanc);
}
.bloc-document .categories {
  color: var(--col-blanc);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.1em;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  display: block;
}
.bloc-document .call-to-actions {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: left;
  left: 0;
  padding-bottom: 10px;
}
.bloc-document .call-to-actions a {
  font-size: 11px;
  line-height: 1.1em;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--col-blanc);
  margin-bottom: 15px;
}
.bloc-document .call-to-actions a:hover {
  color: var(--col-orange);
}
.bloc-document .call-to-actions a .bouton {
  padding-left: calc( (100% - 80px) / 2);
  text-align: left;  
}
.bloc-document .call-to-actions a .icone {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: var(--col-orange);
  text-align: center;
  position: absolute;
  margin-left: -22px;
}
.bloc-document .call-to-actions a .arrow {
  position:absolute;
  height:8px;
  width:1px;
  background-color:var(--col-blanc);
  top: 4px;
  left: calc(50% - 1px);
}
.bloc-document .call-to-actions a .arrow:after,
.bloc-document .call-to-actions a .arrow:before {
  content:"";
  position:absolute;
  height:70%;
  width:1px;
  right:-2px;
  bottom:-1px;
  background-color:var(--col-blanc);
  transform:rotate(45deg)
}
.bloc-document .call-to-actions a .arrow:before {
  left:-2px;
  transform:rotate(-45deg)
}
.list-pagination {
  width: 100%;
  display: flex;
  justify-content: end;
  padding: 30px 15px;
}
.pagination li a,
.pagination li span {
  display:block;
  font-weight: 600;
  background-color:rgba(var(--rgb-gris),.25);
  color:var(--col-noir);
  text-align:center;
  width:40px;
  height:40px;
  line-height:40px;
  border-radius:40px;
  margin-right:10px;
  transition:all .2s ease-in;
  text-decoration: none
}
.pagination li.active a,
.pagination li.active span,
.pagination li a:hover {
  background-color:var(--col-orange);
  color:var(--col-blanc);
  text-decoration: none
}
.pagination .prev a::before {
  content:"\f177";
  font-family: "FontAwesome";
  color:var(--col-noir);
  line-height:40px;
}
.pagination .next a::before {
  content:"\f178";
  font-family: "FontAwesome";
  color:var(--col-noir);
  line-height:40px;
  transition: all .2s ease-in;
}
.pagination .prev a:hover::before,
.pagination .next a:hover::before {
  color:var(--col-blanc);
}
/*** Page catalogue ***/
.page-catalogue .lecteur-pdf {
  text-align: center;
}
.page-catalogue .lecteur-pdf iframe {
  width: 80%!important;
  height: 700px;
  margin: 0 auto;
}
.page-catalogue .call-to-actions {
  margin-top: calc(var(--main-padding)/2);
}
/*** Page contact ***/
.contact-formulaire .formulaire-container .col-xl-3 {
  max-width: 27%;
  flex: 0 0 27%;
}
.contact-formulaire .formulaire-container .col-xl-6 {
  max-width: 46%;
  flex: 0 0 46%;
}
.contact-formulaire .infos-contact {
  text-align: left;
  padding-left: var(--marge-logo);
}
.infos-contact a {
  color: var(--col-orange);
  font-size: 20px;
  font-weight: 600;
}
.infos-contact a:hover {
  text-decoration: underline;
}
.infos-contact .mail-container::before,
.infos-contact .phone-container::before {
  content: "\f111";
  font-family: "FontAwesome";
  font-size: 10px;
  margin-right: 6px;
  line-height: 24px;
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
  color: var(--col-gris);
}
.infos-contact .address-container {
  position: relative;
  font-size: 18px;
  font-weight: 400px;
  margin-top: 20px;
  padding-left: 20px;
}
.infos-contact .address-container::before {
  content: "";
  position: absolute;
  height: calc(100% - 16px);
  width: 3px;
  left: 0;
  top: 10px;
  background-color: var(--col-orange);
}
.contact-formulaire .formulaire {
  padding: 0 30px;
}
.contact-formulaire form,
.form-postuler form {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
.wpcf7-form .w-50:nth-child(2n+2) {
  padding: 0 15px 0 0;
}
.wpcf7-form .w-50:nth-child(2n+1) {
  padding: 0 0px 0 15px;
}
.wpcf7-form .wpcf7-form-control-wrap,
.wpcf7-form .w-100 label {
  width: 100%;
  position: relative;
}
.wpcf7-form .wpcf7-form-control-wrap {
  display: inline-block;
}
.wpcf7-form input, 
.wpcf7-form textarea {
  position: relative;
  border: none;
  border-radius: 45px;
  background-color: rgba(var(--rgb-gris),.1);
  color:var(--col-noir);
  padding: 10px 25px;
  margin-bottom: 10px;
  width: 100%;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  outline: none;
  transition: all 0.2s ease-in;
}
.wpcf7-form .wpcf7-form-control-wrap:before {
  content: "|";
  color: var(--col-orange);
  position: absolute;
  left: 15px;
  top: 8px;
  font-size: 18px;
  font-weight: 800;
}
.wpcf7-form textarea {
  border-radius: 25px;
}
.wpcf7-form label span.wpcf7-not-valid-tip {
  color: #ff3434;
  font-style: italic;
}
.wpcf7-list-item {
  margin: 0 0 0px 0!important;
}
.wpcf7-form input[type=checkbox] {
  height:20px;
  width:20px;
  position: absolute;
  left: 0px;
  opacity: 0;
  cursor:pointer;
}
.wpcf7-form input[type="checkbox"] + span::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width:20px;
  height:20px;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: rgba(var(--rgb-noir), .1);
  margin-top:3px;
  margin-right: 6px;
  cursor:pointer;
}
.wpcf7-form input[type="checkbox"]:checked + span::before {
  font-family: "FontAwesome";
  content:"\f00c";
  line-height: 18px;
  font-size: 10px;
  text-align: center;
  color:#fff;
  background-color:var(--col-noir);
}
.wpcf7-form .wpcf7-acceptance label {
  margin-bottom: 0px!important;
  font-size: 16px;
  line-height: 160%;
}
.wpcf7-form .wpcf7-acceptance label span {
  text-transform: none!important;
  letter-spacing: normal!important;
  font-weight: 400!important;
}
.wpcf7-form .infos {
  font-size: 12px;
  line-height: 1.2em;
  margin-bottom: 20px;
  display: block;
}
.wpcf7-form .button-submit {
  position: relative;
  margin: 0px auto;
  float: left;
}
.wpcf7-form .button-submit input[type="submit"] {
  position:relative;
  text-align:center;
  cursor:pointer;
  background-color: var(--col-orange);
  color: var(--col-blanc);
  text-align: center;
  cursor: pointer;
  padding: 0px 24px 0px 24px;
  border-radius: 45px;
  line-height: 40px;
  width: auto;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 45px;
  height: 45px;
  text-transform: uppercase;
  transition: all .2s ease-in;
  opacity: 1;
}
.wpcf7-form .button-submit input[type="submit"]:hover {
  background-color: var(--col-gris);
  color: var(--col-blanc);
}
.wpcf7-form .button-submit input[type="submit"]:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.wpcf7-form .button-submit span.ajax-loader{
  display: block;
}
/*
.wpcf7-form .button-submit span:not(.ajax-loader)::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background:linear-gradient(43.35deg, #C94450 18.51%, #E7B036 76.14%, #F8DD37 100%);
  transition: all 0.2s linear;
}
.wpcf7-form .button-submit span:not(.ajax-loader):hover::before {
  width:100%;
  transform: translateY(4px)
}
*/
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output {
  border:none!important;
}
.wpcf7-not-valid-tip,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  color:#ff1a1a!important;
  font-size: 14px !important;
  line-height: 100%;
}
.wpcf7 form.sent .wpcf7-response-output {
  border:none!important;
  color:rgba(var(--rgb-noir), 1);
}
.wpcf7 .wpcf7-response-output {
  margin:0!important;
}
.wpcf7 i.recaptcha {
  width: 56px;
  height: 56px;
  background-image: url(../img/main/recaptcha.jpg);
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: top;
}
.page-standard {
  padding-top: 100px;
}
.page-standard h2 {
  margin-bottom: 70px;
}
.page-standard h2::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  background: linear-gradient(to right,  rgba(148,187,84,1) 0%,rgba(148,187,84,1) 25%,rgba(244,210,61,1) 25%,rgba(244,210,61,1) 50%,rgba(108,174,226,1) 50%,rgba(108,174,226,1) 75%,rgba(75,75,74,1) 75%,rgba(75,75,74,1) 100%);
  width: 230px;
  height: 14px;
}
/*** Footer ***/
footer {
  margin-top: 0px;
  padding: 60px 0 30px;
  background-color: var(--col-anthracite);
  color: var(--col-blanc);
  position: relative;
}
.page-contact footer {
  margin-top: 0;
}
footer .cadre-photo.element-graphique-footer {
  height: 90px;
  width: 200px;
  position: absolute;
  left: 0;
  top: 100px;
}
footer .sitename {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 30px;
}
footer .logo-footer {
  text-align: center;
}
footer a {
  text-decoration: none!important;
  color: var(--col-blanc);
}
footer .menu-footer ul {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
footer .menu-footer li {
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 120%;
  letter-spacing: 0em;
  color: var(--col-blanc);
  margin-bottom: 20px;
  text-transform: uppercase;
  padding: 0 30px!important;
  position: relative;
}
footer .menu-footer li::after {
  content: "|";
  position: absolute;
  right: 0;
  width: 2px;
  color: var(--col-orange);
}
footer .menu-footer li:last-child::after {
  display: none;
}
footer a {
  color: rgba(var(--rgb-blanc),1)!important;
}
footer a:hover {
  color: rgba(var(--rgb-orange),1)!important;
}
footer .menu-footer ul li.important a {
  background-color: var(--col-orange);
  color: var(--col-blanc);
  text-align:center;
  cursor:pointer;
  padding: 0px 24px 0px 24px;
  border-radius: 45px;
  line-height: 40px;
  width:auto;
  text-decoration: none;
  display: inline-block;
  margin-top: -5px;  
}
footer .menu-footer ul li.important a:hover {
  background-color: var(--col-blanc);
  color: var(--col-gris)!important;
}
footer .contact-container-1 {
  margin-top: 40px;
}
footer .contact-container-1,
footer .contact-container-2 {
  display: flex;
  justify-content: center;
}
footer .address-container {
  margin-top: 10px;
}
footer .mail-container a,
footer .phone-container a {
  font-weight: 600;
  font-size: 20px;
  color: var(--col-orange)!important;
}
footer .mail-container {
  margin-left: 10px;
}
footer .mail-container::before,
footer .phone-container::before {
  content: "\f111";
  font-family: "FontAwesome";
  font-size: 10px;
  margin-right: 6px;
  line-height: 24px;
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
}
footer .address-container {
  font-weight: 400;
  font-size: 18px;
}
footer .address-container .address span {
  margin: 0 15px;
  color: var(--col-orange);
}
footer .copyrights-container {
  margin-top: 40px;
  padding-top: 10px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: rgba(var(--rgb-blanc),.5);
  position: relative;
}
footer .credits {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
footer .credits img {
  max-width: 50px;
  margin-left: 10px;
}

/*** Responsive à l'envers **/

@media only screen and (max-width:1499px) {
  /*** Vars ***/
  :root {
    --size-h1: 50px;
    --size-h2: 32px;
    --size-h3: 26px;
    --size-h4: 22px;
    --size-txt:  18px;
    --size-txt2: 14px;
    --navbar-height: 90px;
    --sticky-height: 100px;
    --width-container: 1140px;
    --main-padding:  80px;
    --slider-home-height:  560px;
    --slider-page-height:  340px;
    --marge-logo: 60px;
  }
  .navbar .logo {
    max-height:150px;
    max-width: 161px;
  }
  .navbar.sticky .logo {
    max-height: 100px;
    max-width: 108px;
  }
  .banner .banner-content {
    left: 150px;
    width: 100%;
    max-width: calc(var(--width-container) / 1.5);
  }
  .banner-content .sur-titre {
    font-size: var(--size-txt);
    line-height: calc(var(--size-txt) + 4px);
  }
  .banner-content h1 {
    font-size: var(--size-h1);
    line-height: var(--size-h1);
  }
  .section-appropose .cadre-photo {
    right: -120px;
    width: 560px;
  }
  .section-appropose .grand-texte, 
  .section-documentation .grand-texte, 
  .section-catalogue .grand-texte, 
  .section-avis-clients .grand-texte {
    font-size: 28px;
  }  
  .section-appropose .bloc-references .prefixe {
    line-height: 45px;
    font-size: 30px;
  }
  .section-appropose .bloc-references .nombre {
    font-size: 90px;
    line-height: 90px;
  }
  .section-appropose .bloc-references .libelle {
    font-size: 15px;
  }
  .section-catalogue .cadre-photo {
    width: 500px;
    right: -90px;
    top: -60px;
  }
  .section-catalogue .call-to-actions a svg, 
  .page-catalogue .call-to-actions a svg {
    width: 60px;
  }
  .section-catalogue .call-to-actions a, 
  .page-catalogue .call-to-actions a {
    font-size: 20px;
  }
  .bloc-document .description {
    padding: 20px 10px;
  }
  .bloc-document .description .texte {
    font-size: 15px;
  }
  .bloc-document .titre {
    font-size: 13px;
  }
  .contact-formulaire .formulaire-container .col-xl-3 {
    max-width: 29%;
    flex: 0 0 29%;
  }
  .contact-formulaire .formulaire-container .col-xl-6 {
    max-width: 46%;
    flex: 0 0 46%;
  }
  .infos-contact a {
    font-size: 18px;
  }
  .infos-contact .address-container {
    font-size: 16px;
  }
  .contact-formulaire .formulaire {
    padding: 0;
  }
  .wpcf7-form input, .wpcf7-form textarea {
    font-size: 18px;
  }
}

@media only screen and (max-width:1199px) {
  /*** Vars ***/
  :root {
    --size-h1: 44px;
    --size-h2: 30px;
    --size-h3: 24px;
    --size-h4: 20px;
    --size-txt:  18px;
    --size-txt2: 14px;
    --navbar-height: 90px;
    --sticky-height: 100px;
    --width-container: 960px;
    --main-padding:  80px;
    --slider-home-height:  470px;
    --slider-page-height:  300px;
    --marge-logo: 50px;
  }
  h2.sousligne {
    margin-bottom: 50px;
  }
  h2.sousligne::after,
  .page-standard h2::after {
    width: 180px;
    bottom: -30px;
  }
  .page-documentation .section-presentation .bg-orange::after {
    width: 180px;
  }
  .petit-texte {
    line-height: 1.2em;
  }
  .section-appropose .grand-texte, 
  .section-documentation .grand-texte, 
  .section-catalogue .grand-texte, 
  .section-avis-clients .grand-texte {
    font-size: 22px;
    margin: 0px 0 20px;
  }
  .section-appropose .besoin-infos, 
  .page-contact .besoin-infos, .page-catalogue .besoin-infos {
    width: 260px;
    padding: 16px 0;
  }
  .section-appropose .besoin-infos .label, 
  .page-contact .besoin-infos .label, 
  .page-catalogue .besoin-infos .label {
    font-size: 15px;
  }
  .section-appropose .besoin-infos a, 
  .page-contact .besoin-infos a, 
  .page-catalogue .besoin-infos a {
    font-size: 26px;
  }
  .cadre-photo {
    height: 360px;
  }
  .section-appropose .cadre-photo {
    width: 460px;
    height: 280px;
    bottom: -80px;
    right: -110px;
  }
  .section-appropose .bloc-references .nombre {
    font-size: 80px;
    line-height: 70px;
  }
  .section-appropose .bloc-references .libelle {
    font-size: 14px;
  }
  .section-appropose .bloc-references .prefixe {
    line-height: 35px;
    font-size: 30px;
  }
  .section-catalogue .call-to-actions a, 
  .page-catalogue .call-to-actions a {
    font-size: 16px;
  }
  .section-catalogue .call-to-actions a svg, 
  .page-catalogue .call-to-actions a svg {
    width: 50px;
    height: 52px;
  }
  .section-catalogue .cadre-photo {
    width: 460px;
    right: -90px;
    top: -80px;
  }
  .section-avis-clients .avis-client {
    padding: 0 15px;
  }
  .page-documentation .section-presentation .bg-orange .presentation {
    font-size: 26px;
    width: 75%;
  }
  .liste-resultats .liste-documents .bloc-document {
    width: calc( (100% - 60px) / 3);
  }
  .liste-resultats .liste-documents .bloc-document:nth-child(4n+1) {
    margin-left: 15px;
  }
  .liste-resultats .liste-documents .bloc-document:nth-child(4n+4) {
    margin-right: 15px;
  }
  .liste-resultats .liste-documents .bloc-document:nth-child(3n+1) {
    margin-left: 0;
  }
  .liste-resultats .liste-documents .bloc-document:nth-child(3n+3) {
    margin-right: 0;
  }
  .page-contact .besoin-infos, 
  .page-catalogue .besoin-infos {
    top: -80px;
  }
  .contact-formulaire .formulaire-container .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .contact-formulaire .formulaire-container .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  footer .cadre-photo.element-graphique-footer {
    width: 160px;
  }
}
@media only screen and (max-width: 991px) {
  /*** Vars ***/
  :root {
    --size-h1: 40px;
    --size-h2: 28px;
    --size-h3: 22px;
    --size-h4: 18px;
    --size-txt:  16px;
    --size-txt2: 14px;
    --navbar-height: 90px;
    --sticky-height: 100px;
    --main-padding:  80px;
    --slider-home-height:  350px;
    --slider-page-height:  220px;
    --marge-logo: 40px;
    --width-container: 720px;
  }
  .navbar .logo {
    max-height: 120px;
    max-width: 130px;
  }
  .page-home .banner .banner-content {
    left: 100px;
    bottom: 60px;
  }  
  .banner .banner-content {
    left: 100px;
    bottom: 40px;
  }  
  .section-appropose .besoin-infos {
    right: 50%;
    transform: translate(50%,-50%);
  }
  .section-appropose .cadre-photo {
    width: 100%;
    height: auto;
    bottom: 0;
    right: 0;
    position: relative;
    margin: 40px auto 20px;
  }  
  .section-documentation .colonne-texte {
    position: relative;
    top: 0;
    left: 0;
    text-align: left;
    z-index: 2;
    margin-top: 20px;
  }  
  .section-catalogue .cadre-photo {
    width: 100%;
    right: 0;
    top: 0;
    position: relative;
  } 
  .section-catalogue .container-photos {
    height: 400px;
  } 
  .section-avis-clients .slider-avis-container {
    margin-left: -15px;
    margin-top: 20px;
  }
  .section-resultats {
    padding-top: 0;
  }
  .page-documentation .h3 {
    margin-bottom: 20px;
  }
  .page-documentation .liste-categories {
    display: flex;
    flex-wrap: wrap;
  }
  .page-documentation .liste-categories .call-to-action {
    margin-right: 30px;
  }
  .page-documentation .liste-categories .call-to-action::last-child {
    margin-right: 0px;
  }
  .page-documentation .section-resultats .filters {
    padding-top: calc(var(--main-padding) / 2);
    padding-left: 0;
  }
  .page-documentation .liste-filtres {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;    
  }
  .page-catalogue .lecteur-pdf iframe {
    width: 100% !important;
    height: 500px;
  }
  .contact-formulaire .formulaire-container .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contact-formulaire .infos-contact {
    text-align: left;
    padding-left: 0;
    margin-top: var(--main-padding);
  }  
}
@media only screen and (max-width: 767px) {
  /*** Vars ***/
  :root {
    --size-h1: 34px;
    --size-h2: 26px;
    --size-h3: 20px;
    --size-h4: 18px;
    --size-txt:  16px;
    --size-txt2: 14px;
    --navbar-height: 80px;
    --sticky-height: 90px;
    --slider-home-height:  350px;
    --slider-page-height:  220px;
    --marge-logo: 40px;
    --width-container: 540px;
    --main-padding: 40px;
  }
  .slider-home-image li {
    height: var(--slider-page-height)!important;
    position: relative;
  }
  .page-home .slider-home-image li {
    height: var(--slider-home-height)!important;
    position: relative;
  }
  .page-home .banner .banner-content,
  .banner .banner-content {
    left: 60px;
    max-width: var(--width-container);
  }
  .section-appropose .besoin-infos, 
  .page-contact .besoin-infos, 
  .page-catalogue .besoin-infos {
    width: 220px;
    padding: 12px 0;
  }  
  .section-appropose .besoin-infos .label, 
  .page-contact .besoin-infos .label, 
  .page-catalogue .besoin-infos .label {
    font-size: 14px;
  }  
  .section-appropose .besoin-infos a, 
  .page-contact .besoin-infos a, 
  .page-catalogue .besoin-infos a {
    font-size: 22px;
  }  
  .section-appropose .bg-orange {
    padding: 40px 20px;
  }
  .cadre-photo {
    height: 300px;
  }
  .section-catalogue .call-to-actions a, 
  .page-catalogue .call-to-actions a {
    width: 100%;
    display: block;
  }
  .section-catalogue .call-to-actions a:last-child {
    margin-left: 0;
    margin-top: 20px;
  }
  .section-catalogue .container-photos {
    height: 300px;
  }
  .page-documentation .section-presentation .bg-orange {
    padding: 40px 0;
  }
  .page-documentation .section-presentation .bloc-categories, 
  .page-documentation .section-resultats .filters { 
    padding-left: 0;
  }
  .page-documentation .section-resultats .filters {
    padding-top: var(--main-padding);
  }
  .bloc-filtre input[type="checkbox"],
  .bloc-filtre input[type="checkbox"] + label::before {
    width: 20px;
    height: 20px;
  }
  .bloc-filtre label {
    margin-bottom: 0;
  }
  .bloc-filtre input[type="checkbox"]:checked + label::before {
    font-size: 14px;
    line-height: 18px;
  }
  .liste-resultats .liste-documents .bloc-document {
    width: calc( (100% - 30px) / 2);
  }
  .liste-resultats .liste-documents .bloc-document:nth-child(3n+1) {
    margin-left: 15px;
  }
  .liste-resultats .liste-documents .bloc-document:nth-child(3n+3) {
    margin-right: 15px;
  }
  .liste-resultats .liste-documents .bloc-document:nth-child(2n+1) {
    margin-left: 0px;
  }
  .liste-resultats .liste-documents .bloc-document:nth-child(2n+2) {
    margin-right: 0px;
  }
  .page-catalogue .lecteur-pdf iframe {
    height: 400px;
  }
  .page-contact .besoin-infos, 
  .page-catalogue .besoin-infos {
    top: -40px;
  }
  .contact-formulaire .formulaire {
    padding-top: 20px;
  }
  footer .contact-container-1,
  footer .menu-footer ul {
    flex-direction: column;
  }
  footer .menu-footer li::after {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  /*** Vars ***/
  :root {
    --size-h1: 30px;
    --size-h2: 24px;
    --size-h3: 20px;
    --size-h4: 18px;
    --size-txt:  16px;
    --size-txt2: 14px;
    --marge-logo: 20px;
    --width-container: 100%;
  }
  .wpcf7-form .w-50:nth-child(2), 
  .wpcf7-form .w-50:nth-child(5),
  .wpcf7-form .w-50:nth-child(3), 
  .wpcf7-form .w-50:nth-child(2n+2),
  .wpcf7-form .w-50:nth-child(6) {
    padding: 0;
  }
  .w-50 {
    width: 100% !important;
  }
  a.button, 
  .multi-select-button, 
  .formulaire .chosen-container, 
  .formulaire select.chosen, 
  .formulaire .submit {
    font-size: 16px;
  }
  .section-catalogue .container-photos {
    height: 300px;
  }
  .section-appropose .bg-orange {
    padding: 40px 10px;
  }
  footer .cadre-photo.element-graphique-footer {
    width: 100px;
    height: 50px;
  }
}
@media only screen and (max-width: 499px) {
  .section-catalogue .container-photos {
    height: auto;
  }
  .section-catalogue {
    padding-bottom: 0;
  }
  .section-avis-clients .slider-avis-navigation {
    margin-left: 0;
  }
}
@media only screen and (max-width: 449px) {
  :root {
    --size-h1: 26px;
    --size-h2: 22px;
    --size-h3: 18px;
    --size-h4: 16px;
    --size-txt:  16px;
    --size-txt2: 14px;
    --marge-logo: 20px;
  }
  #main_video video {
    display: none;
  }
  .cadre-photo {
    height: 260px;
  }
  .margin-left-right {
    margin: 0;
  }
  a.button, .multi-select-button, 
  .formulaire .chosen-container, 
  .formulaire select.chosen, .formulaire .submit {
    font-size: 16px;
    padding: 0 20px;
  }
  h2.sousligne::after,
  .page-documentation .section-presentation .bg-orange::after,
  .page-standard h2::after {
    width: 140px;
  }
  footer .cadre-photo.element-graphique-footer {
    width: 80px;
    height: 40px;
  }  
  footer .copyrights-container {
    font-size: 12px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 399px) {
  :root {
    --slider-home-height:  320px;
    --slider-page-height:  180px;
    --marge-logo: 0px;
  }
  .navbar .logo {
    max-height: 100px;
    max-width: 110px;
  }
  .navbar.sticky .logo {
    max-height: 80px;
    max-width: 86px;
  }
  .cadre-photo {
    height: 240px;
  }  
  .banner .container {
    padding: 0;
  }
  .banner .container::before {
    left: 0;
    width: 100%;
  }
  .page-home .banner .banner-content, 
  .banner .banner-content {
    left: 20px;
    max-width: calc(100% - 20px);
  }
  .section-appropose .bg-orange {
    padding: 40px 0px;
  }
  .section-documentation .container-texte,
  .section-catalogue .container-texte {
    padding: 0;
  }
  a.button, 
  .multi-select-button, 
  .formulaire .chosen-container, 
  .formulaire select.chosen, 
  .formulaire .submit {
    font-size: 14px;
  }
  .page-documentation .section-presentation .bg-orange .presentation {
    font-size: 20px;
    width: 85%;
  }
  .page-documentation .section-presentation .bg-orange {
    padding: 20px 0;
  }
  .page-catalogue .lecteur-pdf iframe {
    height: 300px;
  }
  .page-documentation .liste-categories .call-to-action {
    margin-right: 10px;
  }
  .liste-resultats .liste-documents .bloc-document {
    width: 100%;
    margin: 0 0 40px;
  }
  .liste-resultats .liste-documents .bloc-document:nth-child(3n+1) {
    margin-left: 0px;
  }
  .liste-resultats .liste-documents .bloc-document:nth-child(3n+3) {
    margin-right: 0px;
  }
  .bloc-document .titre {
    max-width: 240px;
    margin: 0 auto 10px;
  }
  footer .cadre-photo.element-graphique-footer {
    width: 50px;
    height: 30px;
  } 
  footer .menu-footer li {
    font-size: 16px;
  } 
  footer .credits {
    bottom: 50px;
  }
}
@media only screen and (max-width: 359px) {
  .bloc-filtre {
    width: 100%;
  }
}
@media only screen and (max-height: 640px) {
}