/*
Theme Name: SDM theme
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sdm_theme
Requires at least: 4.7
Requires PHP: 5.2.4
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Fonts
# Elements
# Typography
# Colors
# Links - cta
# Hero
# Header + menu
# Form de contact - header
# Popin contact
# Forms
# Breadcrumbs
# Pagination
# Blocks customs
# Posts and pages
# Alignments
# Captions
# Galleries
# Footer
--------------------------------------------------------------*/




/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@font-face {
    font-family: 'Eina01';
    src: url("../sdm_theme/inc/assets/fonts/Eina01-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Eina01';
    src: url("../sdm_theme/inc/assets/fonts/Eina01-Bold.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Eina01';
    src: url("../sdm_theme/inc/assets/fonts/Eina01-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Eina01';
    src: url("../sdm_theme/inc/assets/fonts/Eina01-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}




/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family: 'Eina01', sans-serif !important;
  font-size: 16px;
  color: #282A2B;
  background: #fff;
  overflow-x: hidden;
}

body.menu-open, body.form-open {
  overflow: hidden;
}

@media screen and (min-width: 1700px) {
  .container {
    max-width: 1660px !important;
  }
}
@media screen and (min-width: 1360px) {
  .container {
    max-width: 1300px;
  }
}

.container-fluid-right{
  max-width: calc(75% + 360px);
  margin-left: auto;
  margin-right: 0;
  padding-left: calc(1.5rem * .5);
  padding-right: 0;
  width: 100%;
  @media only screen and (max-width: 1699px) {
    max-width: calc(75% + 285px);
  }
  @media only screen and (max-width: 1399px) {
    max-width: calc(75% + 240px);
  }
  @media only screen and (max-width: 1199px) {
    max-width: calc(75% + 190px);
  }
  @media only screen and (max-width: 991px) {
    max-width: calc(75% + 120px);
  }
  @media only screen and (max-width: 768px) {
    max-width: calc(75% + 90px);
  }
  @media only screen and (max-width: 575px) {
    max-width: 100%;
    padding-left: 15px;
  }
}

img {
  height: auto;
  max-width: 100%;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
figure {
  margin: 2rem 0 1rem;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  box-sizing: content-box;
  height: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
optgroup {
  font-weight: bold;
}





/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, .h2 {
  clear: both;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 60px;
  padding-bottom: 10px;
}
h2,
.h2 {
  font-size: 50px;
  padding-bottom: 0.3em;
  @media only screen and (max-width: 768px) {
    font-size: 24px;
  }
}
h3 {
  font-size: 30px;
  line-height: 25px;
  @media only screen and (max-width: 768px) {
    font-size: 22px;
  }
}
h4 {
  font-size: 25px;
  line-height: 20px;
}
h5 {
  font-size: 22px;
  line-height: 17.5px;
}
p {
  font-size: 16px;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

.ff-handwriting{
  font-family: "adobe-handwriting-ernie", sans-serif !important;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
.ff-eina{
  font-family: 'Eina01', sans-serif !important;
}
.fs-18{
  @media only screen and (min-width: 768px) {
    font-size: 18px;
  }
}
.fs-30{
  font-size: 30px;
  @media only screen and (max-width: 768px) {
    font-size: 22px;
  }
}
.fs-40{
  font-size: 40px;
  @media only screen and (max-width: 768px) {
    font-size: 24px;
  }
}
.fs-50{
  font-size: 50px;
  @media only screen and (max-width: 768px) {
    font-size: 40px;
  }
}
.fs-60{
  font-size: 60px;
  @media only screen and (max-width: 768px) {
    font-size: 32px; /* pour titre des pages */
  }
}
.fw-300{
  font-weight: 300;
}
.text-justify{
  text-align: justify;
}




/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
.txt-white{
  color: white;
}
.txt-black{
  color: #282A2B;
}
.txt-green{
  color: #739E85;
}
.txt-gold{
  color: #CCAB5B;
}
.bg-white{
  background-color: white;
}
.bg-green{
  background-color: #739E85;
}
.bg-beige{
  background-color: #EDE2C6;
}
.bg-gold{
  background-color: #CCAB5B;
}
.bg-lightgrey{
  background-color: #F2F0EE;
}
.bg-grey{
  background-color: #CFDBD2;
}
.bg-darkgrey{
  background-color: #76716B;
}



/*--------------------------------------------------------------
# Padding & margin
--------------------------------------------------------------*/
.xl-margin{
  margin: 75px 0;
  @media only screen and (max-width: 768px) {
    margin: 32px 0;
  }
}
.xl-padding{
  padding: 75px 0;
  @media only screen and (max-width: 768px) {
    padding: 32px 0;
  }
}
.xxl-padding{
  padding: 190px 0 130px;
  @media only screen and (max-width: 768px) {
    padding: 32px 0;
  }
}
.sm-margin{
  margin: 50px 0;
  @media only screen and (max-width: 768px) {
    margin: 25px 0;
  }
}
.sm-padding{
  padding: 50px 0;
  @media only screen and (max-width: 768px) {
    padding: 25px 0;
  }
}
@media only screen and (min-width: 768px) {
  .padding-side{
    padding-right: 80px;
    padding-left: 80px;
  }
  .padding-left-side{
    padding-left: 80px;
  }
  .padding-right-side{
    padding-right: 80px;
  }

  .padding-right-130{
    padding-right: 130px;
  }
  .padding-left-130{
    padding-left: 130px;
  }

  .padding-actu{
    padding-right: 7.3vw;
    padding-left: 7.3vw;
  }
}



/*--------------------------------------------------------------
# Links - cta
--------------------------------------------------------------*/
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
  color: inherit;
}
button {
  overflow: visible;
}
.btn{
  padding: 13px 45px 17px;
  border-radius: 40px;
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
  @media screen and (max-width: 1400px) {
    padding: 14px 30px 16px;
    font-size: 16px;
  }
}
.btn-primary, .btn-primary:disabled, .btn-gold {
  color: #fff;
  background-color: #CCAB5B;
  border-color: #CCAB5B;
  opacity: 1;
  &:hover{
    color: #CCAB5B;
    background-color: white;
    border-color: #CCAB5B;
  }
}
.btn-secondary, .btn-green {
  color: #fff;
  background-color: #739E85;
  border-color: #739E85;
  &:hover{
    color: #fff;
    background-color: #CCAB5B;
    border-color: #CCAB5B;
  }
}
.btn-grey {
  color: #fff;
  background: #A7A5A5;
  border-color: #A7A5A5;
  &:hover{
    color: #fff;
    background-color: #CCAB5B;
    border-color: #CCAB5B;
  }
}
.btn-darkgrey {
  color: #fff;
  background: #76716B;
  border-color: #76716B;
  &:hover{
    color: #fff;
    background-color: #CCAB5B;
    border-color: #CCAB5B;
  }
}
.btn-black {
  color: #fff;
  background: #282A2B;
  border-color: #282A2B;
  &:hover{
    color: #fff;
    background-color: #CCAB5B;
    border-color: #CCAB5B;
  }
}

.btn-white-green {
  color: #739E85;
  background-color: white;
  border-color: #739E85;
  &:hover{
    color: #fff;
    background-color: #CCAB5B;
    border-color: #CCAB5B;
  }
}
.btn-transp-black {
  color: #282A2B;
  background-color: transparent;
  border-color: #282A2B;
  svg{
    padding-right: 5px;
  }
  &:hover{
    color: #fff;
    background-color: #739E85;
    border-color: #739E85;
  }
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button{
  background-color: transparent;
  border: 0;
}





/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
.bandeau-home{
  position: relative;
  height: 85vh;
  @media only screen and (min-width: 1240px) {
    min-height: 751px;
  }
  @media only screen and (max-width: 1360px) {
    height: 96vh;
  }
  @media only screen and (max-width: 940px) {
    height: 94vh;
  }
  .bandeau-image{
    height: 85vh;
    object-fit: cover;
    @media only screen and (min-width: 1240px) {
      min-height: 750px;
    }
    @media only screen and (max-width: 1360px) {
      height: 96vh;
    }
    @media only screen and (max-width: 940px) {
      height: 94vh;
    }
  }

  @media only screen and (min-width: 1360px) {
    &:before {
      position: absolute;
      content:"";
      height: 100%;
      width: 100%;
      top:0;
      left:0;
      background: linear-gradient(200deg,rgba(0, 0, 0, 0.09) 50%, rgba(0, 0, 0, 0.3) 100%);
      z-index: 1;
    }
    &:after {
      position: absolute;
      content:"";
      height: 35vh;
      width: 100%;
      top:0;
      left:0;
      background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 48%);
    }
  }

  .slider-hero{
    margin-bottom: 0 !important;
    .slick-dots{
      bottom: 30px;
      z-index: 2;
      @media only screen and (max-width: 1360px) {
        bottom: 55px;;
      }

      li{
        width: 16px;
        height: 16px;
        @media only screen and (max-width: 576px) {
          width: 14px;
          height: 14px;
        }
        &.slick-active button{
          background-color: white;
          border-radius: 50%;
          &:before {
            opacity: 1;
            color: white;
          }
        }

        button{
          width: 16px;
          height: 16px;
          @media only screen and (max-width: 576px) {
            width: 14px;
            height: 14px;
          }
          &:before {
            /*font-size: 30px;*/
            border: 2px solid white;
            border-radius: 50%;
            color: transparent;
            opacity: 1;
            line-height: 12px;
            width: 16px;
            height: 16px;
            @media only screen and (max-width: 576px) {
              width: 14px;
              height: 14px;
            }
          }
        }
      }
    }
  }
  .arrows{
    position: absolute;
    bottom: 30px;
    z-index: 2;

    @media only screen and (max-width: 1360px) {
      bottom: 55px;
    }
    @media only screen and (max-width: 576px) {
      bottom: 55px;
    }
    svg{
      position: absolute;
      bottom: 0;
      cursor: pointer;
    }

    .before{
      left: 43vw;
      @media only screen and (max-width: 1230px) {
        left: 42vw;
      }
      @media only screen and (max-width: 940px) {
        left: 35vw;
      }
      @media only screen and (max-width: 576px) {
        left: 30vw;
      }
    }
    .after{
      right: -56vw;
      @media only screen and (max-width: 1230px) {
        right: -58vw;
      }
      @media only screen and (max-width: 940px) {
        right: -65vw;
      }
      @media only screen and (max-width: 576px) {
        right: -70vw;
      }
    }
  } 

  .h1-title{
    position: absolute;
    top: 45vh;
    left: 7vw;
    filter: drop-shadow(0 0 27px black);
    color: white;
    font-size: 4.688vw; /* font-size: 90px; */
    font-weight: 600;
    line-height: 1;
    z-index: 2;
    @media only screen and (max-width: 1590px) {
      left: 4vw;
    }
    @media only screen and (max-width: 1360px) {
      top: 37vh;
      font-size: 70px;
    }
    @media only screen and (max-width: 576px) {
      font-size: 48px;
      top: 42vh;
    }
    span{
      font-size: 4.167vw; /* font-size: 80px; */
      @media only screen and (max-width: 1360px) {
        font-size: 70px;
      }
      @media only screen and (max-width: 576px) {
        font-size: 43px;
      }
    }
  } 
}

.bandeau-page{
  @media only screen and (min-width: 1360px) {
    .content-img{
      position: relative;
      &:before {
        position: absolute;
        content:"";
        height: 100%;
        width: 100%;
        top:0;
        left:0;
        background: linear-gradient(200deg,rgba(0, 0, 0, 0.09) 50%, rgba(0, 0, 0, 0.3) 100%);
      }
      &:after {
        position: absolute;
        content:"";
        height: 25vh;
        width: 100%;
        top:0;
        left:0;
        background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 48%);
      }
    }
  }
  
  .bg-image{
    height: 666px;
    object-fit: cover;
    @media only screen and (max-width: 1240px) {
      height: 500px;
    }
    @media only screen and (max-width: 768px) {
      height: 300px;
    }
  }
  .h1-title{
    padding-top: 50px;
    @media only screen and (max-width: 576px) {
      padding-top: 20px;
    }
  }
  .end-title{
    width: 520px;
    @media only screen and (max-width: 1360px) {
      display: none;
    }
  }
}


.bandeau-actu, .bandeau-no-image{
  margin-top: 150px;
  margin-bottom: 60px;
  .date{
    padding: 8px 22px;
    border-radius: 10px;
  }
  img{
    height: 600px;
    width: 100%;
    object-fit: cover;
    @media only screen and (max-width: 768px) {
      height: 300px;
    }
  }
}




/*--------------------------------------------------------------
# Header + menu
--------------------------------------------------------------*/
header{
  position: absolute;
  top: 0;
  padding-left: 7vw;
  padding-right: 7vw;
  padding-top: 15px;
  width: 100%;
  z-index: 2;
  @media only screen and (max-width: 1590px) {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .logo-desktop{
    @media only screen and (max-width: 1360px) {
      display: none;
    }
  }
  .logo-mobil{
    display: flex;
    align-items: center;
    justify-content: center;
    padding:  23px 30px 22px 30px;
    border-radius: 50%;
    @media only screen and (min-width: 1360px) {
      display: none;
    }
  }
  .nav_switcher{
    display: flex;
    @media only screen and (max-width: 1360px) {
      display: none;
    }
  }
  .navbar{
    justify-content: space-between;
    .navbar-nav{
      .menu-item a{
        font-size: 18px;
        font-weight: 600;
        color: white;
        padding: 1rem;
        @media only screen and (max-width: 1490px) {
          padding: 10px;
        }
      }
    }
  }
  &.header-color .navbar .navbar-nav .menu-item a {
    color: #282A2B;
  }
  .main-nav{
    margin-right: 50px;
    @media only screen and (max-width: 1490px) {
      margin-right: 30px;
    }
  }
  .content_contact_switcher .btn{
    padding: 13px 30px 17px;
  }
}

/* Liste langue */
.menu-langue{
  display: flex;
  justify-content: center;
  ul.list-langue{
    padding: 0;
    margin: 0;
    height: 60px;
    width: fit-content;
    li{
      background-color: white;
      border-radius: 120px;
      list-style: none;
      a{
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 18px;
        color: #282A2B;
        &:hover{
          text-decoration: none;
        }
        img{
          width: 32px;
          border-radius: 20px;
        }
        span{
          width: 23px;
        }
      }
      &.current-menu-parent a{
        &:first-child::after{
          content: url('https://sdm-concept.com/wp-content/themes/sdm_theme/inc/assets/images/chevron-down.svg') ;
          width: 10px;
          padding-left: 3px;
          transform: scale(.8);
        }
      }
      &.open-langue{
        border-radius: 25px;
      }
    }
    .current-menu-parent{
      padding: 14px;
    }
  } 
  .sub-menu{
    display: none;
    padding-left: 0;
    padding-top: 10px;
    .current-lang{
      display: none;
    }
  }
}


/*  MENU MOBILE */
.navbar-burger{
  display: none;
  @media only screen and (max-width: 1360px) {
    display: flex;
  }
}
.container-nav-mobile{
  display: none;
  top: -11px;
  right: 0;
  z-index: 200;
  position: fixed;
  width: 100%;
  height: 102%;
  background-color: rgba(0,0,0,0.5);
  .container-bg{
    position: relative;
    left: 0;
    background-color: #739E85;
    width: 100%;
    height: 100%;
    padding-top: 230px;
    overflow-x: hidden;
    @media only screen and (max-width: 576px) {
      width: 100%;
      padding-top: 210px;
    }
    &::before{
      display: block;
      position: absolute;
      content: ' ';
      background-image: url('../../themes/sdm_theme/inc/assets/images/logo-sdm-color.svg');
      background-size: cover;
      width: 120px;
      height: 120px;
      top: 32px;
      left: 4vw;
    }
  }

  .mobile-cross{
    position: absolute;
    top: 65px;
    right: 5rem;
    height: 40px;
    width: 60px;
    border: none;
    background-color: transparent;
    z-index: 160;
    @media only screen and (max-width: 576px) {
      left: inherit;
      right: 20px;
    }
    &:focus { 
      outline: none;
    }
    &::before{
      display: block;
      content: ' ';
      background-image: url('../../themes/sdm_theme/inc/assets/images/close-menu.svg');
      background-size: contain;
      height: 60px;
      width: 60px;
    }
  }

  .navbar-mob-ul, .sub-menu {
    list-style-type: none;
    margin-top: 0;
  }

  .navbar-mob-ul{
    padding-right: 3rem;
    margin-top: 0;
    text-align: center;
    .sub-menu{
      padding: 0;
    }
    .menu-item{
      font-weight: 500;
      line-height: 50px;
      padding-bottom: 0;
    }
    .sub-menu .menu-item{
      font-size: 16px;
      font-weight: 300;
      line-height: 35px;
      padding-left: 25px;
      text-transform: none;
    }
  }

  .navbar-mob-ul .menu-item.menu-item-has-children a{
    max-width: 18rem;
    display: inline-block;
  }  
}
  
.navbar-mobile{
  a{
    color: white;
    font-weight: 600;
    font-size: 22px;
  }
}
.mobile-contact-menu{
  color: #CCAB5B;
  font-weight: 600;
  font-size: 22px;
}

@media only screen and (max-width: 1250px) {
  nav {
    padding: 0 20px;
  }
  #main-nav, .menu-right, .container-nav-mobile{
    display: none;
  }
  .navbar-burger{
    display: flex;
  }
}  




/*--------------------------------------------------------------
# Form de contact - header
--------------------------------------------------------------*/
.wpcf7-form{
  position: relative;
  border-radius: 30px;
  background-color: #739E85;
  h2,
  .h2{
    text-align: center;
    line-height: 0.9;
    margin: 0;
    padding-bottom: 0;
  }
  h2 > p,
  .h2 > p {
    font-size: inherit;
  }
  h2 .form-subtitle,
  .h2 .form-subtitle{
    font-size: 20px;
    margin-bottom: 5px;
    text-transform: uppercase;
    text-align: center;
  }
  h2 .form-title,
  .h2 .form-title{
    font-size: 40px;
    font-weight: 600;
    text-align: center;
  }
  .form-text p{
    text-align: center;
    font-size: 18px;
    margin: 20px auto !important;
  }
  textarea.form-control {
    max-height: 70px;
  }
  .wpcf7-submit{
    max-width: 100%;
  }
  @media only screen and (max-width: 1240px) {
    h2,
    .h2{
      line-height: 1.2;
    }
    h2 .form-subtitle,
    .h2 .form-subtitle{
      font-size: 20px;
    }
    h2, h2 .form-subtitle, h2 .form-title, .form-text p,
    .h2, .h2 .form-subtitle, .h2 .form-title {
      text-align: left;
    }
    h2 .form-title,
    .h2 .form-title{
      font-size: 34px;
    }
    .form-text p{
      font-size: 16px;
    }
  }
}


/* Form contact header Home */
.form-contact-box{
  position: absolute;
  width: 450px;
  top: 160px;
  right: 7vw;
  color: white;
  z-index: 1;
  @media only screen and (max-width: 1590px) {
    right: 4vw;
  }
  .wpcf7 form.sent .wpcf7-response-output {
    border-color: #2cf54e;
    position: relative;
    bottom: 28px;
    color: white;
  }
  .close{
    display: none;
  }
  .bg-green{
    display: none
  } 
  @media only screen and (max-width: 1240px) {
    display: none;
    position: fixed;
    width: 100vw;
    z-index: 450;
    right: inherit;
    left: 0;
    top: 0;
    transform: translateY(0);
    background-color: #739E85;
    overflow-x: hidden;
    height: 100%;
    .wpcf7-form{
      border-radius: 0;
    }
    .close{
      position: absolute;
      top: 1rem;
      right: 1rem;
      color: white;
      font-size: 18px;
      opacity: 1;
      z-index: 10;
    }
    .bg-green{
      display: flex;
    }
    .contact-popin.contact-info-mobile{
      display: block;
      position: relative;
      left: 0;
      bottom: 0;
      max-width: 350px;
      width: auto;
      padding: 30px 35px 25px 35px;
      margin: 0 20px;
    }
  }
}

.wpcf7 .form-container,
.my_modal
{
  padding: 0 35px 30px;
}

@media only screen and (max-width: 576px) {
  .wpcf7 .form-container, .my_modal{
    padding: 10px 20px 40px;
  }
}

input[type=checkbox] {
    accent-color: #b78e29;
    margin-right: 10px;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

.wpcf7-form-control-wrap {
  position: relative;
}
.wpcf7-not-valid {
  margin-bottom: 1.5rem;
  @media only screen and (max-width: 1240px) {
    margin-bottom: 2rem;
  }
}
.wpcf7-not-valid-tip {
  position: absolute;
  color: #FF9800;
  font-size: 14px;
  display: block;
  top: 50px;
  left: 5px;
  @media only screen and (max-width: 1240px) {
    top: 43px;
  }
}



/*--------------------------------------------------------------
# Popin contact
--------------------------------------------------------------*/
.button-circle-contact{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: fixed;
  left: 2rem;
  bottom: 3vh;
  z-index: 15;
  transition: all linear .3s;
  border: 2px solid #CCAB5B;
  &:hover {
    background-color: #739E85;
    border-color: white;
    cursor: pointer;
  } 
  @media only screen and (max-width: 1240px) {
    display: none;
  }
}

.contact-popin{
  position: fixed;
  left: 2rem;
  bottom: 3vh;
  z-index: 300;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 378px;
  border-radius: 10px;
  padding: 40px 40px 25px 40px;
  text-align: center;
  font-size: 16px;
  &.hide{
    display: none !important;
  }
  @media only screen and (max-width: 1240px) {
    display: none;
  }
  .close{
    position: absolute;
    top: -39px;
    right: -29px;
    font-size: 10px;
    font-weight: 600;
    cursor: pointer;
    padding: 10px;
    color: white;
    opacity: 1;
    text-shadow: none;
    &:hover{
      font-weight: bold;
    }
  }
  .a-tel{
    font-size: 28px;
    font-weight: 600;
    padding: 10px 0;
    color: white;
    &:hover{
      color: white;
    }
  }
}


.button-contact-tablette{
  display: none;
  @media only screen and (max-width: 1240px) {
    display: inline-block;
    position: fixed;
    bottom: 10px;
    z-index: 100;
    left: 50%;
    transform: translateX(-50%);
    @media only screen and (max-width: 576px) {
      bottom: 4px;
    }
    .btn{
      margin-bottom: 10px;
      @media only screen and (max-width: 576px) {
        font-size: 14px;
      }
    }
  }
  &.fixed{
    position: fixed;
  }
}
.menu-open .button-contact-tablette{
  display: none;
}






/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.form-control{
  height: 35px;
  border-radius: 3px;
  font-size: 14px;
  padding: .375rem 1rem;
  border: 1px solid white;
  color: #282A2B;
  &::placeholder {
    color: #282A2B;
  }
  &:focus{
    box-shadow: none;
    border-color: white;
  }
  @media screen and (max-width: 1400px) {
    height: 43px;
  }
  
}
.wpcf7-list-item{
  margin: 0;
}
.wpcf7 .wpcf7-form p {
  margin-bottom: 0;
}

.wpcf7 .text-checkbox p {
  color: #fff;
  font-size: 14px;
  left: 2rem;
  max-width: 90%;
  position: relative;
  top: -23px;
}
.wpcf7 .text-checkbox a {
  color: #fff;
  text-decoration: underline;
}
.wpcf7 .wpcf7-submit {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 211px;
  margin: 0 auto;
}
.wpcf7-spinner{
  display: none !important;
}
.wpcf7-select {
  border-right: 25px solid white;
}
.wpcf7-textarea {
  overflow: auto;
  padding: 1rem;
}
.wpcf7-list-item {
 margin: 0 !important;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}



/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
#breadcrumbs{
  font-size: 14px;
  padding-top: 15px;
  a{
    color: #282A2B;
    text-decoration: underline;
    &:hover{
      color: #282A2B;
    }
  }
}




/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.pagination{
  justify-content: center;
  font-weight: 500;
  margin: 3rem 0 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  .nav-links{
    display: flex;
    justify-content: center;
    align-items: center;
    
  }
  a{
    color: #282A2B;
    padding: 20px;

    &:hover{
      color: #739E85;
    }
    &.prev, &.next{
      display: none;
    }
  }
  .current{
    color: #282A2B;
    background-color: #EDE2C6;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
  }
}




/*--------------------------------------------------------------
# Blocks customs
--------------------------------------------------------------*/
.bloc-introduction{
  max-width: 45vw;
  margin: 0 auto;
  @media only screen and (max-width: 1360px) {
    max-width: 90vw;
  }
}


.bloc-mots-defilants .marquee {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
}

.bloc-mots-defilants .marquee span {
  display: inline-block;
  animation: marquee 35s linear infinite;
}

.bloc-mots-defilants .item-1 {
  position: relative;
  left: 0%;
  animation: swap 5s linear infinite;
}

@keyframes swap {
  0%, 50% {
    left: 0%;
  }
  50.01%,
  100% {
    left: 100%;
  }
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}



.bloc-logos-defilants{
  .xl-margin{
    margin: 75px 0 50px;
  }
  .fs-50{
    @media only screen and (max-width: 768px) {
      font-size: 26px;
    }
  }
  .tech-slideshow {
    height: 150px;
    max-width: 100%;
    margin: 100px auto 50px;
    position: relative;
    overflow: hidden;
    @media only screen and (max-width: 768px) {
      margin: 30px auto 20px;
    }
  }
  .mover-1 {
    width: max-content;
    height: 150px;
    position: absolute;
    overflow-x: hidden;
    top: 0;
    left: 0;
    animation: moveSlideshow 45s linear infinite;
    img {
      display:inline-block;
      vertical-align:middle;
      margin: 0 60px;
      max-width: 180px;
      object-fit: contain;
      @media only screen and (max-width: 768px) {
        margin: 0 30px;
        max-width: 100px;
        max-height: 100px;
      }
    }
  }
}
@keyframes moveSlideshow {
  100% { 
    transform: translateX(-1700px);  
  }
}



.bloc-notre-expertise{
  .bg-lightgrey{
    padding-top: 75px;
    padding-bottom: 135px;
    @media only screen and (max-width: 768px) {
      padding-top: 14px;
      padding-bottom: 60px;
    }
  }
  h2 {
    margin: 0;
  }
  .container-fluid-right {
    padding-top: 50px;
  }
  .item-slider{
    @media only screen and (min-width: 768px) {
      padding-right: 15px;
    }
    .content-img{
      transition: all linear .3s;
      padding: 15px;
    }
    .expertise-name{
      padding-left: 15px;
      font-size: 22px;
      svg{
        margin-left: 10px;
      }
      @media only screen and (max-width: 768px) {
        font-size: 16px;
        svg{
          transform: scale(0.8);
        }
      }
    }
    a{
      color:#282A2B;
      &:hover{
        color:#282A2B;
        text-decoration: none;
        .content-img{
          transform: scale(1.04); 
        }
      }
    }
  }
  .slick-list {
    padding-bottom: 70px;
    @media only screen and (max-width: 768px) {
      padding-bottom: 30px;
    }
  }
  .slick-dots{
    width: 100%;
    li {
      width: 10%;
      margin: 0;
      button{
        background-color: white;
        width: 100%;
        height: 3px;
        content: '';
        padding: 1px;
        border-radius: 100px;
        &::before{
          content: '';
          width: 20%;
        }
      }
    } 
  }
  .slick-dots li.slick-active button{
    background-color: #CCAB5B;
  }
  @media only screen and (max-width: 768px) {
    .xl-margin{
      margin-bottom: 0;
    }
  }
}



.bloc-nos-services-metiers{
  .container{
    border-radius: 50px;
    padding: 130px 95px 90px;
    @media only screen and (max-width: 768px) {
      border-radius: 0;
      padding: 64px 15px;
    }
  }
  @media only screen and (max-width: 768px) {
    .xl-padding.xl-margin{
      padding-top: 0;
      margin-top: 0;
      background-color: #739E85;
    }
  }
  .row-title-text{
    padding-bottom: 3rem;
    @media only screen and (max-width: 768px) {
      padding-bottom: 20px;
    }
  }
  .item-cartes{
    border: 1px solid white;
    border-radius: 30px;
    padding: 30px;
    transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
    @media only screen and (max-width: 768px) {
      border-radius: 20px;
      padding: 25px;
      .fs-30{
        font-size: 26px;
      }
    }
    .rond-picto{
      background-color: white;
      height: 90px;
      width: 90px;
      border-radius: 50%;
      @media only screen and (max-width: 576px) {
        height: 80px;
        width: 80px;
      }
    }
    &:hover{
      background-color: white;
      color: #739E85;
      .rond-picto{
        border: 1px solid #739E85;
      }
    }
  }
}



.bloc-nos-realisations{
  .xl-margin{
    margin: 75px 0;
  }
  .tags{
    justify-content: end;
    @media only screen and (max-width: 992px) {
      justify-content: center;
    }
    a{
      font-size: 13px;
      font-weight: 600;
      text-transform: uppercase;
      padding-left: 20px;
      padding-bottom: 10px;
      color: #282A2B;
      &:hover{
        color: #282A2B;
      }
      @media only screen and (max-width: 992px) {
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 20px;
      }
    } 
  }
  @media only screen and (max-width: 992px) {
    .padding-left-side{
      padding-left: 0;
    }
    h2{
      text-align: center;
      margin-bottom: 30px;
    }
  }
  .content-grid{
    padding-top: 20px;
    @media only screen and (min-width: 768px) {
      padding-top: 75px;
      padding-bottom: 25px;
    }
  }
  .item-rea{
    margin-bottom: 30px;
    a{
      color: #282A2B;
      &:hover{
        color: #282A2B;
        text-decoration: none;
      }
    }
  }
  .content-img img{
    height: 784px;
    width: 100%;
    object-fit: cover;
    @media only screen and (max-width: 1400px) {
      height: 600px;
    }
    @media only screen and (max-width: 1200px) {
      height: 550px;
    }
  }
  .content-text{
    bottom: 60px;
    left: 50px;
    background-color: white;
    min-width: 376px;
    height: 87px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    padding: 10px;
    @media only screen and (max-width: 768px) {
      bottom: 45px;
      left: 50%;
      transform: translateX(-50%);
      height: 80px;
      min-width: 320px;
      img{
        width: 60px;
        height: 60px;
      }
    }
    .ville{
      font-size: 24px;
    }
    .type{
      font-size: 22px;
      margin-right: 30px;
      @media only screen and (max-width: 768px) {
        font-size: 18px;
        line-height: 1;
      }
    }
  }
}




.bloc-nos-actualites{
  .container{
    border-radius: 50px;
    padding: 130px 95px;
    @media only screen and (max-width: 768px) {
      border-radius: 0;
      padding: 40px 15px;
    }
  }
  @media only screen and (max-width: 768px) {
  .xl-padding{
      margin-top: 0;
      background-color: #EDE2C6;
    }
  }
  .title-link{
    @media only screen and (min-width: 768px) {
      padding-bottom: 50px;
    }
  }
}


.item-actu{
  border-radius: 30px;
  padding: 20px;
  height: 100%;
  @media only screen and (max-width: 768px) {
    border-radius: 20px;
  }
  a{
    color: #282A2B;
    display: block;
    height: 100%;
    &:hover{
      text-decoration: none;
      svg circle{
        fill: #CCAB5B;
      }
    }
  }
  .img-actu{
    border-radius: 15px;
    width: 100%;
    height: 270px;
    object-fit: cover;
    @media only screen and (max-width: 768px) {
      border-radius: 10px;
    }
  }
  .date{
    font-size: 13px;
    font-weight: 600;
    @media only screen and (max-width: 768px) {
      font-size: 12px;
    }
  }
  .title-actu{
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 58px;
    @media only screen and (max-width: 768px) {
      font-size: 18px;
      height: 47px;
    }
  }
  @media only screen and (max-width: 768px) {
    svg{
      width: 60px;
      height: 60px;
    }
  }
}



.bloc-2-colonnes{
  .h2-title{
    padding-bottom: 35px;
  }
  @media only screen and (max-width: 991px) {
    .order-reverse{
      order: 2;
    }
    .padding-left-130{
      padding-left: 15px;
      padding-bottom: 40px;
    }
    .padding-right-130{
      padding-right: 15px;
      padding-bottom: 40px;
    }
  }

  .chiffres-cles{
    padding: 35px 0;
    @media only screen and (max-width: 768px) {
      padding: 25px 0;
    }
    .item-chiffre{
      border-left: 1px solid #D5CFC8;
      margin-bottom: 30px;
      padding-left: 20px;
    }
    .chiffre{
      font-size: 50px;
      line-height: 1;
      @media only screen and (max-width: 768px) {
        font-size: 40px;
      }
    }
  }
  .cta{
    @media only screen and (max-width: 768px) {
      text-align: center;
    }
  }

  .liste{
    @media only screen and (min-width: 768px) {
      padding-top: 20px;
    }
    ul{
      padding-left: 20px;
      @media only screen and (max-width: 768px) {
        margin-bottom: 0;
        padding-left: 35px;
      }
      li{
        padding-top: 10px;
        &::marker{
          font-size: 14px;
        }
      }
    }
  }

  .item-valeur{
    padding: 20px 0;
    .mot{
      font-size: 22px;
      font-weight: 600;
      padding-bottom: 5px;
      @media only screen and (max-width: 768px) {
        font-size: 18px;
        margin-top: 0;
        margin-bottom: 10px;
        padding-bottom: 0;
      }
    }
    .texte{
      font-size: 40px;
      line-height: 1;
      @media only screen and (max-width: 768px) {
        font-size: 30px;
      }
    }
  }
  hr{
    width: 70px;
    color: #D5CFC8;
    &:last-of-type{
      display: none;
    }
  }
  .w-570{
    max-width: 570px;
  }
}



.bloc-chiffres-cles{
  height: 240px;
  @media only screen and (max-width: 1359px) {
    height: 330px; 
  }
  @media only screen and (max-width: 991px) {
    height: 500px;
  }
  @media only screen and (max-width: 767px) {
    height: 634px;
  }
  @media only screen and (max-width: 576px) {
    height: 660px;
  }
  .container{
    @media only screen and (max-width: 576px) {
      max-width: 90vw;
    }
  }
  .row{
    border-radius: 20px;
    padding: 45px;
    position: relative;
    row-gap: 50px;
    justify-content: space-between;
     @media only screen and (max-width: 1700px) {
      justify-content: center;
    }
    @media only screen and (max-width: 1359px) {
      justify-content: space-around;
    }
    @media only screen and (max-width: 767px) {
      padding: 40px;
      row-gap: 35px;
    }
  }
  .col-item{
    border-right: 1px solid #D5CFC8;
    padding: 0 60px;
    &:last-of-type{
      border-right: none;
    }
    @media only screen and (max-width: 1359px) {
      padding-right: 80px;
      &:nth-child(3){
        border-right: none;
      }
    }
    @media only screen and (max-width: 991px) {
      &:nth-child(2), &:nth-child(4){
        border-right: none;
      }
      &:nth-child(3){
        border-right: 1px solid #D5CFC8;
      }
      padding-right: 0;
      padding-left: 60px;
    }
    @media only screen and (max-width: 767px) {
      border-right: none;
      padding-left: 0;
      padding-bottom: 25px;
      text-align: center;
      &:nth-child(3){
        border-right: none;
      }
      &:after {
        content: "";
        background: #D5CFC8;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        height: 1px;
        width: 17%;
      }
      &:last-of-type{
        padding-bottom: 0;
        &::after{
          height: 0;
        }
      }
    }
    .chiffre{
      /* font-size: 40px; */
      line-height: 1;
      @media only screen and (max-width: 767px) {
        line-height: 0.7;
      }
      &.texte-1{
        order: 2
      }
    }
    .texte.texte-1{
      padding-bottom: 12px;
    }
  }
  .bg-green{
    position: relative;
    top: -80px;
    height: 200px;
    z-index: -1;
    @media only screen and (max-width: 1359px) {
      top: -140px;
    }
    @media only screen and (max-width: 991px) {
      height: 300px;
      top: -240px;
    }
    @media only screen and (max-width: 767px) {
      height: 350px;
      top: -320px;
    }
    @media only screen and (max-width: 576px) {
      height: 440px;
      
    }
  }
}


.bloc-nos-engagements-rse{
  h2{
    padding: 140px 0;
    @media only screen and (max-width: 767px) {
      padding: 60px 0;
    }
  }
  .row{
    @media only screen and (max-width: 991px) {
      row-gap: 20px;
      padding-bottom: 80px;
    }
  }
  .item-carte{
    position: relative;
    border-top-left-radius: 240px;
    border-top-right-radius: 240px;
    text-align: center;
    @media only screen and (max-width: 1359px) {
      border-top-left-radius: 170px;
      border-top-right-radius: 170px;  
    }
    @media only screen and (max-width: 991px) {
      border-radius: 10px;
      text-align: left;
    }
    .item-content{
      padding: 0 90px 60px 90px;
      @media only screen and (max-width: 1699px) {
        padding: 0 40px 60px 40px;
      }
      @media only screen and (max-width: 1199px) {
        padding: 0 15px 40px 15px;
      }
      @media only screen and (max-width: 991px) {
        padding: 30px;
      }
      .content-picto{
        height: 190px;
        margin-bottom: 30px;
        justify-content: center;
        @media only screen and (max-width: 991px) {
          justify-content: start;
          margin-bottom: 0;
          height: auto;
        }
      }
      .picto{
        max-height: 110px;
        @media only screen and (max-width: 767px) {
          max-height: 80px;
        }
      }
      .subtitle{
        font-size: 32px;
        line-height: 1.2;
        padding: 30px 0;
        @media only screen and (max-width: 1359px) {
          font-size: 28px;
          padding-bottom: 0;
        }
        @media only screen and (max-width: 767px) {
          font-size: 26px;
        }
      }
      .text{
        padding-top: 40px;
        @media only screen and (max-width: 1699px) {
          padding: 40px 20px 0 20px;
        }
        @media only screen and (max-width: 991px) {
          padding: 30px 0 0 0;
        }
        @media only screen and (max-width: 767px) {
          p{
            font-size: 14px;
          }
        }
      }
    }
  }
}



.bloc-liste-de-nos-expertises{
  .row{
    row-gap: 50px;
  }
  @media only screen and (max-width: 991px) {
    .xl-margin{
      margin-top: 0;
    }
    .xl-padding{
      padding-top: 0;
    }
    .padding-right-side{
      padding-right: 15px;
    }
    .padding-left-side{
      padding-left: 15px;
    }
    .row{
      row-gap: 30px;
    }
  }
  .picto{
    width: 80px;
    height: 80px;
    @media only screen and (min-width: 768px) {
      width: 100px;
      height: 100px;
    }
  }
  .exp-content {
    max-width: 571px;
    margin: 0 auto;
  }
  .exp-image {
    padding: 0 0 55px;
    @media only screen and (max-width: 767px) {
      padding: 66px 0;
    }
  }
  .exp-ronde,
  .exp-allongee {
    position: absolute;
    border: 10px solid white;
    @media only screen and (max-width: 767px) {
      border-width: 7px;
    }
  }
  .exp-ronde {
    border-radius: 50%;
    right: -50px;
    top: 50px;
    @media only screen and (max-width: 1360px) {
      width: 150px;
    }
    @media only screen and (max-width: 767px) {
      width: 108px;
      top: 0;
      right: 15px;
    }
  }
  .exp-allongee{
    border-radius: 180px;
    bottom: 0;
    left: 50px;
    @media only screen and (max-width: 1360px) {
      width: 300px;
    }
    @media only screen and (max-width: 767px) {
      width: 230px;
      left: 15px;
    }
  }
  .even {
    .exp-ronde {
      left: -50px;
      right: auto;
      @media only screen and (max-width: 767px) {
        left: auto;
        right: 15px;
      }
    }
    .exp-allongee{
      right: 50px;
      left: auto;
      @media only screen and (max-width: 767px) {
        right: auto;
        left: 15px;
      }
    }
  }
}

.bloc-collaborateurs{
  .container{
    padding: 80px 20px;
    @media only screen and (min-width: 768px) {
      border-radius: 50px;
      padding: 150px 110px;
    }
  }
  .grid{
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-column-gap: 50px;
    grid-row-gap: 80px;
    @media only screen and (max-width: 767px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      grid-column-gap: 20px;
      grid-row-gap: 30px;
    }
  }
  .collaborateurs{
    margin-top: 50px;
    @media only screen and (min-width: 768px) {
      margin-top: 85px;
      margin-bottom: 30px;
    }
  }
  .collaborateurs-more{
    display: none;
  }
  .item-collaborateur{
    max-width: 248px;

    .image{
      margin-bottom: 30px;
      border-radius: 50%;
      overflow: hidden;
    }

    .nom-prenom{
      font-weight: 600;
      @media only screen and (max-width: 767px) {
        font-size: 12px;
      }
    }
    .fonction {
      @media only screen and (max-width: 767px) {
        font-size: 12px;
      }
    }
  }
}



/*--------------------------------------------------------------
# Posts and pages
--------------------------------------------------------------*/
.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}


.rea-bg-color{
  padding-top: 70px;
  padding-bottom: 80px;
  @media only screen and (min-width: 768px) {
    padding-top: 150px;
    padding-bottom: 120px;
  }

  .img-rea-left{
    height: 350px;
    object-fit: cover;
    margin-bottom: 50px;
    @media only screen and (min-width: 768px) {
      height: 650px;
    }
    @media only screen and (min-width: 992px) {
      padding-right: 130px;
      margin-bottom: 70px;
      height: 750px;
    }
  }

  .img-rea-arrondi{
    position: absolute;
    right: 30px;
    bottom: 0;
    border-top-left-radius: 180px;
    border-top-right-radius: 180px;
    border: 10px solid white;
    width: 178px;
    height: 230px;
    object-fit: cover;
    @media only screen and (max-width: 992px) {
      right: 0;
    }
    @media only screen and (min-width: 768px) {
      width: 318px;
      height: 410px;
    }
  }

  .cartouche{
    top: 30px;
    left: 50px;
    background-color: white;
    min-width: 330px;
    height: 87px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    padding: 10px;
    @media only screen and (max-width: 768px) {
      top: inherit;
      bottom: 65px;
      left: 50%;
      transform: translateX(-50%);
      height: 80px;
      min-width: 330px;
      img{
        width: 60px;
        height: 60px;
      }
    }
    @media only screen and (max-width: 576px) {
      min-width: 280px;
    }
    .ville{
      font-size: 24px;
      padding-top: 5px;
      line-height: 1;
    }
    .type{
      font-size: 22px;
      margin-right: 30px;
      @media only screen and (max-width: 768px) {
        font-size: 18px;
        line-height: 1;
      }
    }
  }
  .text{
    padding-bottom: 40px;
    @media only screen and (min-width: 768px) {
      padding-right: 80px;
    }
    p{
      font-size: 18px;
    }
  } 

  .img-rea-right{
    height: 542px;
    object-fit: cover;
    padding-left: 90px;
    margin-bottom: 70px;
    @media only screen and (max-width: 992px) {
      height: 700px;
      margin-top: 90px;
      padding-left: 30px;
      padding-right: 40px;
    }
    @media only screen and (max-width: 768px) {
      margin-top: 70px;
    }
    @media only screen and (max-width: 576px) {
      height: 450px;
    }
  }

  .img-rea-ronde{
    position: absolute;
    top: -20px;
    left: -10px;
    border-radius: 50%;
    width: 175px;
    height: 175px;
    object-fit: cover;
    border: 10px solid white;
    @media only screen and (min-width: 576px) {
      width: 250px;
      height: 250px;
    }
  }

  .visite-virtuelle{
    .btn{
      margin-top: 50px;
      @media only screen and (min-width: 768px) {
        margin-top: 80px;
      }
      .picto{
        margin-right: 20px;
        @media only screen and (max-width: 576px) {
          margin-right: 10px;
        }
      }
    }
  }
}




.page-template-template-realisation, .tax-type-realisation{
  .filters{
    margin-bottom: 20px;
    margin-top: 20px;

    .tag{
      color: #282A2B;
      text-transform: uppercase;
      font-size: 13px;
      font-weight: 600;
      @media only screen and (max-width: 992px) {
        padding-bottom: 20px;
      }
      &:hover{
        color: #282A2B;
      }
      &.active{
        text-decoration: underline;
		color: #28a745;
      }
    }

  }
  
}



/* Page de contact infos */
.page-contact-form .wpcf7-form{
  h2, h2 .form-subtitle, h2 .form-title, .form-text p{
    text-align: left;
  }
}
.bloc-formulaire{
  @media only screen and (max-width: 576px) {
    .container{
      max-width: 100%;
      padding-right: 0;
      padding-left: 0;
    }
    .wpcf7-form {
      border-radius: 0;
      h2{
        line-height: 1.2;
      }
    }
  }

  .wpcf7 .form-container{
    padding: 10px 35px 30px;
    @media only screen and (max-width: 576px) {
      padding: 30px 15px 45px;
    }
  }

  .wpcf7 form.sent .wpcf7-response-output {
    border-color: #2cf54e;
    position: relative;
    bottom: -65px;
  }
}
.content-infos-contact{
  border-radius: 30px;
  padding: 35px;
  @media only screen and (max-width: 576px) {
    border-radius: 20px;
    margin-right: 15px;
    margin-left: 15px;
    padding: 30px 25px;
  }
  .name{
    font-size: 20px;
  }
  .email{
    text-decoration: underline;
    word-break: break-all;
  }
  a{
    color: #282A2B;
  }
}

/* Page 404 */
.error-404 {
  header {
    position: relative;
    padding: 0;
    z-index: 0;
  }
}



/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}




/*--------------------------------------------------------------
# Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
# Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer.site-footer {
  padding-top: 150px;
  padding-bottom: 30px;
  @media only screen and (max-width: 768px) {
    padding-top: 70px;
    .logo-footer{
      width: 88px;
    }
  }
  .fs-50{
    font-size: 50px;
    @media only screen and (max-width: 768px) {
      font-size: 30px;
    }
  }
  ul{
    padding: 0;
    li{
      list-style: none;
      font-size: 18px;
      a{
        color: white;
        &:hover{
          color: white;
        }
      }
    }
  } 

  .row-menu-rs .d-flex{
    justify-content: end;
    @media only screen and (max-width: 992px) {
      justify-content: center;
    }
  }

  @media only screen and (max-width: 992px) {
    .col-logo{
      text-align: center;
      padding-bottom: 35px;
    }
    .col-rs{
      padding: 30px;
    }
  }

  #footer-nav-1, #footer-nav-2{
    ul{
      margin-bottom: 0;
    }
    li{
      padding-bottom: 15px;
      @media only screen and (max-width: 992px) {
        text-align: center;
      }
    }
  }

  .row-menu-bottom{
    padding-top: 150px;
    justify-content: space-between;
    @media only screen and (max-width: 992px) {
      padding-top: 20px;
      justify-content: center;
    }
    .copyright{
      font-size: 12px;
    }
    .col-bottom{
      display: flex;
      @media only screen and (max-width: 576px) {
        display: block;
        text-align: center;
      }
    }
    .nav-footer-bottom{
      display: flex;
      margin-bottom: 0;
      li{
        font-size: 12px;
        a{
          text-decoration: underline;
        }
        &:before {
          content: "-";
          padding: 0 5px;
        }
        @media only screen and (max-width: 576px) {
          &:first-child::before{
            content: "";
            padding: 0;
          }
        }
      }
    }
  }
}
/*
.page-id-24 .bandeau-page .bg-image {
    height: 400px;
}
.page-id-2 .bandeau-page .bg-image {
    height: 450px;
}
.page-id-22 .bandeau-page .bg-image {
    height: 560px;
}
@media only screen and (max-width: 425px) {
	.page-id-24 .h1-title  {
		display:none !important;
	}
}
*/
.page-id-22 .h1-t-bandeau span {
    font-size: 3.167vw;
    /* font-size: 80px; */
}

.h1-t-bandeau {
    position: absolute;
    top: 45vh;
    left: 7vw;
    filter: drop-shadow(0 0 27px black);
    color: white;
    font-size: 4.688vw; /* font-size: 90px; */
    font-weight: 600;
    line-height: 1;
    z-index: 2;
}

@media only screen and (max-width: 1590px) {
    .h1-t-bandeau {
        left: 4vw;
    }
}

@media only screen and (max-width: 1360px) {
    .h1-t-bandeau {
        top: 19vh;
        font-size: 70px;
    }
    .h1-t-bandeau span {
        font-size: 70px;
    }
}

@media only screen and (max-width: 576px) {
    .h1-t-bandeau {
        font-size: 48px;
        top: 23vh;
    }
    .h1-t-bandeau span {
        font-size: 43px;
    }
}

.h1-t-bandeau span {
    font-size: 4.167vw; /* font-size: 80px; */
}

@media only screen and (max-width: 364px) {
    .page-id-2 .h1-t-bandeau {
        top: 18vh;
    }
	.page-id-2 .h1-t-bandeau span {
    font-size: 8.167vw;
}
}
@media only screen and (max-width: 377px) {
    .page-id-396 .h1-t-bandeau {
        top: 19vh;
    }
}
@media only screen and (max-width: 475px) {
    .page-id-22 .h1-t-bandeau {
        top: 19vh;
    }
}
@media only screen and (max-width: 694px) {
    .page-id-22 .h1-t-bandeau {
        font-size: 67px;
    }
}
@media only screen and (max-width: 664px) {
    .page-id-22 .h1-t-bandeau {
        font-size: 48px;
    }
	.page-id-22 .h1-t-bandeau span {
    font-size: 5.167vw;
  
}
}
@media only screen and (max-width: 321px) {
    .page-id-22 .h1-t-bandeau {
        font-size: 40px;
    }
	.page-id-22 .h1-t-bandeau span {
    font-size: 5.167vw;
  
}
}

#projet-field {
  max-height: 70px;
  min-height: 70px;
  resize: none;
}

#projet-field-contact {
  max-height: 150px;
  min-height: 150px;
  resize: none;
}
