/* Fonts */

@font-face {
  font-family: "EBGaramond-Regular";
  src: url("../assets/fonts/EBGaramond-Regular.ttf");
}
@font-face {
  font-family: "EBGaramond-Italic";
  src: url("../assets/fonts/EBGaramond-Italic.ttf");
}
@font-face {
  font-family: "EBGaramond-Bold";
  src: url("../assets/fonts/EBGaramond-Bold.ttf");
}
@font-face {
  font-family: "EBGaramond-BoldItalic";
  src: url("../assets/fonts/EBGaramond-BoldItalic.ttf");
}
@font-face {
  font-family: "EBGaramond-Medium";
  src: url("../assets/fonts/EBGaramond-Medium.ttf");
}
@font-face {
  font-family: "EBGaramond-MediumItalic";
  src: url("../assets/fonts/EBGaramond-MediumItalic.ttf");
}

/*********************************
          GENERAL CSS 
*********************************/

/*.main-content header{ z-index: 1; }*/

body {
  overflow-x: hidden;
  font-family: 'EB Garamond', serif;
  color: #292929;
}

.sol-solu-section-title h2 {
  font-weight: bold;
}

.sol-solu-bg-vert {
  background-color: #037E3D;
}

.sol-solu-bg-transparent {
  background: transparent;
}

.couleur-titre-vert {
  color: #037E3D;
}

/* Place un trait sous les titres dans le footer */
.title-undeline::after {
  content: "";
  display: block;
  border-bottom: 2px solid #037E3C;
  border-color: #037E3C;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.title-undeline-page-title::after {
  width: 100px;
}

.title-undeline-page-title-chiffre-cle::after {
  color: #FFFFFF !important;
}

.title-undeline-footer::after {
  width: 25%;
}

/* Style les boutons des sliders*/
.swiper-button-next::after, .swiper-button-prev::after {
  font-size: 13px;
  font-weight: 900;
  padding-left: 2px;
}

.swiper-button-next::after {
  padding-left: 2px;
}

.swiper-button-prev::after {
  padding-right: 5px;
}

.swiper-button-next, .swiper-button-prev {
  right: 10px;
  color: #fff;
  background: #102695;
  border-radius: 100%;
  height: 30px;
  width: 30px;
}

.swiper-button-next {
  left: auto;
}

.blk-logo { z-index: 3; }

.blk-title{ z-index: 3 }

/*********************************
          DIAPORAMA 
*********************************/

#home-slider.swiper-container-swip {
  height: 500px;
}

#home-slider .swiper-slide {
  text-align: center;
}

.slider-content{
  top: -35px;
}

.s-border{
  z-index: 2;
  height: 25px;
}

#home-slider .s-border.bottom.bl{ bottom: 0; }
#home-slider .s-border.bottom.bm{ bottom: 0; }
#home-slider .s-border.bottom.br{ bottom: 0; }

.swiper-container {
  width: 100%;
  height: 100%;
}

.blk-logo { z-index: 3; }

.blk-title{ z-index: 3 }

/*Responsive desgin ecran sup 1410*/
@media (min-width : 992px){
  .logo-navbar-sol-solu {
    z-index: 9999;
    position: absolute;
    top: 10%;
    height: 110px;
    width:130px;
  }
}

/*Responsive desgin ecran sup 1200*/
@media (min-width : 1000px) and (max-width : 1299px) {
    .s-border {
    margin-top: 7%;  
  }

  .s-border.top.tr {
      margin-left: 5.7%;
      margin-top: 2.4%;
      border-top-left-radius: 10%;
      margin-bottom: 1.1%;
  }

  .s-border.top.tm {
      width: 8.09%;
      transform: rotate(-33deg);
      margin-left: -1.10%;
      margin-bottom: 1.849%;
      border-top-right-radius: 0%;
      border-bottom-left-radius: 5%;
      margin-top: -1.30%;
  }
}

/*Responsive desgin ecran sup 1200*/
@media (min-width : 768px) and (max-width : 972px) {
  #sol-solu-slider-title {
  color: white;
  font-size: 3rem;
  font-weight: bold;
  }
}

/*Responsive desgin ecran sup 1300*/
@media (min-width : 1300px) and (max-width : 1400px) {
    .s-border {
    margin-top: 7%;  
  }

  .s-border.top.tr {
      margin-left: 5.7%;
      margin-top: 2.4%;
      border-top-left-radius: 10%;
      margin-bottom: 1.1%;
  }

  .s-border.top.tm {
      width: 8.09%;
      transform: rotate(-33deg);
      margin-left: -1.10%;
      margin-bottom: 1.50%;
      border-top-right-radius: 0%;
      border-bottom-left-radius: 0%;
      margin-top: -1%;
  }
}

/*********************************
          CHIFFRES CLES
*********************************/

.sol-solu-chiffre-cle {
  background-image: url("../assets/images/bg-chiffres.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  /*min-height: 400px;*/
}

.sol-solu-chiffre-cle .sol-solu-chiffre-cle-items {
  margin-top: 0px;
  margin-bottom: -80px;
}

.sol-solu-chiffre-cle-img i {
  font-size: 40px;
  color: #037e3d;
}

.sol-solu-chiffre-cle-items .sol-solu-chiffre-cle-valeur h5 {
  font-size: 32px;
}

/*********************************
          Notre équipe
*********************************/

.sol-solu-equipe-infos {
  /*bottom: 0;*/
  position: absolute;
  width: 100%;  
  top: 95%;
} 

.sol-solu-equipe-card {
  height: 310px;
  box-shadow: 5px 10px 10px 0px rgba(0,0,0,0.2);
  border: 0;
}

.sol-solu-equipe-item-description {
  font-size: 14px;
}

/*********************************
            FOOTER
*********************************/
.sol-solu-footer-content {
  background: #292929;
  padding-top: 40px;
  padding-bottom: 20px;
}

.sol-solu-footer-col-title h3 {
  font-size: 20px !important;
  margin-top: 0;
}

.sol-solu-footer-col-item ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-size: .875rem;
}

.sol-solu-footer-col-item ul li {
  margin-bottom: 4px;
}

.sol-solu-footer-col-item ul li a {
  color: #A2A2A2;
}

.sol-solu-footer-col-item ul li a:hover {
  color: #FFFFFF;
  text-decoration: none;
  transition: all 200ms ease-in-out;
}

hr.sol-solu-ligne {
  border: 1px solid #A2A2A2;
  border-radius: 5px;
  width: 70%;
}

.sol-solu-footer-agrement {
  font-size: 14px;

}

.sol-solu-footer-copyright {
  font-size: 12px;
}

/*********************************
          BACK TO TOP
*********************************/
#back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #037E3C;
  color: #FFF;
  z-index: 9999;
  transition: 0.2s opacity;
  cursor: pointer;
  border-radius: 30px;
}

/*********************************
            BOUTON
*********************************/
.btn-1 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  border: 1px solid #037e3d;
  transition-duration: 0.3s;
}
.btn-1:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #037e3d;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-1:hover, .btn-1:focus, .btn-1:active {
  color: white;
}
.btn-1:hover:before, .btn-1:focus:before, .btn-1:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/*********************************
          MENU HOVER
*********************************/ 
.sol-solu-menu-list li a{
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.sol-solu-menu-list li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #037e3d;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  height: 4px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.sol-solu-menu-list li a:hover:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/*********************************
          MENU ACTIF
*********************************/
.sol-solu-menu-list li a.active::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #037e3d;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  height: 4px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.dropdown-item.active, .dropdown-item:active {
    color: #292929;
    text-decoration: none;
    background-color: rgba(11, 148, 68, 0.19);
}

/*********************************
            RIBON 
*********************************/

.simpleCourseItem--projectView .simpleCourseItem__sideRibbonWrapper {
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
}

.simpleCourseItem__sideRibbonWrapper {
  top: 55%;
  position: inherit;
}

.sideRibbon {
  position: relative;
}

.sideRibbon__content {
  background-color: #037E3D; 
  position: relative;
  left: -20px;
  z-index: 2;
  color: #fff;
  line-height: 1.563rem;
  padding: 5px 15px 5px 30px;
  font-weight: 600;
  font-size: 13px;
}

.sideRibbon__edgeBottomLeft {
  left: -20px;
  border-color: transparent #037E3D transparent transparent;
  border-width: 0 20px 10px 0;
}

.sideRibbon__edgeBottomLeft,
.sideRibbon__edgeBottomRight {
  position: absolute;
  z-index: 1;
  border-style: solid;
  height: 0;
  width: 0;
}

.sideRibbon__edgeBottomRight {
  top: 0;
}

.sideRibbon__backLeft {
  position: absolute;
  top: 10px;
  left: 0;
  width: 0;
  height: 80px;
  z-index: 0;
}

.sideRibbon__backRight {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 80px;
  z-index: 0;
}

/*********************************
          NOS ACTIVITES 
*********************************/

.sol-solu-nos-activites {
  background: #eee;
}

.sol-solu-nos-activites-content ul {
  list-style: none;
}

.sol-solu-nos-activites-content ul li {
  color: #111111;
  word-break: break-word;
  position: relative;
  transition: .3s;
  line-height: 26px;
}

.sol-solu-nos-activites-content ul li::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  height: 10px;
  width: 10px;
  background: #037E3D;
  clip-path: polygon(50% 0,100% 50%,50% 100%,0 50%);
}

/*********************************
          NOTRE RESEAU 
*********************************/
.sol-solu-reseau i {
  color: #037E3D;
}

.sol-solu-reseau-title {
  background-color: #037E3D; 
}

/*********************************
            SLIDER 
*********************************/
.sol-solu-titre-slide {
  z-index: 999; 
  position: absolute; 
  top: 35%; 
  /*left: 40%;
  width: 100%;
  height:100%;
  /*background-color: rgba(0, 0, 0, 0.6);*/
  left: 20%;
  right: 20%;
}

.slide-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
  height: 100%;
  width: 100%;
  z-index: 9;
}

#sol-solu-slider-title, #sol-solu-slider-sub-title, #sol-solu-slider-title-responsive {
  color: #FFFFFF;
  font-weight: bold;
}

#sol-solu-slider-title {
  font-size: 3.5rem;
}

#sol-solu-slider-title-responsive {
  font-size: 1.5rem;
}

/*********************************
            VALEURS 
*********************************/
.sol-solu-values .sol-solu-values-elt i {
  font-size: 35px;
  color: #037E3D;
  border: 0.3px #eee solid;
}

.sol-solu-values .sol-solu-values-elt h2 {
  color: #037E3D;
}

.sol-solu-values-elt i {
  padding: 60px;
  border-radius: 100%;
}

.sol-solu-values-elt-description {
  font-size: 16px;
}

/*********************************
            BANNIERE 
*********************************/
.sol-solu-mp-baniere {
  background: #037E3D;
}

/*********************************
            EZView 
*********************************/
.EZView {
  background: rgba(0, 0, 0, 0.50) none repeat scroll 0% 0%;
}
