@import url("bootstrap.css");
@import url("bootstrap-icons.css");
@import url("font-awesome.css");
@import url("flaticon.css");
@import url("icon.css");
@import url("animations.css");
@import url("owl.css");
@font-face { font-family:"Montserrat";src: url("./fonts/Montserrat.ttf") format("truetype");}
@font-face { font-family:"Open Sans";src: url("./fonts/OpenSans.ttf") format("truetype");}
@font-face { font-family:"Nunito";src: url("./fonts/Nunito.ttf") format("truetype");}
@font-face { font-family:"Salsa";src: url("./fonts/Salsa-Regular.ttf") format("truetype");}
@font-face { font-family:"DancingScript";src: url("./fonts/DancingScript-Medium.ttf") format("truetype");}
*,*:focus,*{text-decoration:none;outline: 0!important;margin: 0;padding: 0;border: 0;font: inherit;font-size: 100%;-webkit-box-sizing: border-box;list-style: nonebox-sizing: border-box;list-style: none}
ol, ul {padding: 0;margin: 0;}
:root {
  --vert: #149d4c;
  --vert_2:rgba(20, 157, 76, 0.2);
  --vert_5:rgba(20, 157, 76, 0.5);
  --orange: #ff8b26;
  --jaune: #ffb923;
  --rouge: #f53c5b;/*F3501D*/
  --bleu-vert: #007F7B;
  --bleu-fonce: #082545;
  --table-border-05:rgba(102,145,231,.05);
  --table-border:rgba(102,145,231,.15);
  --table-border-5:rgba(102,145,231,.5);
  --noir: #202e31;
  --noir222: #222;
  --noir28: #282828;
  --gris999: #999;
  --gris666: #666;
  --gris555: #555;
  --gris5C: #5C5C5C;
  --gris41: #414141;
  --bg-gris:#e6e6e640;
  --bg-f7:#f7f8fa;
  --input-border:#ced4da;
  /* Organigramme */
  --niveau-1: #8dccad;
  --niveau-2: #f5cc7f;
  --niveau-3: #7b9fe0;
  --niveau-4: #f27c8d;
  --black: black;
  --transition: 0.4s all ease-in-out;
  --s15:0.9375rem;
  --s10:0.625rem;
  --s20:1.25rem;
  --color-categorie-jaune:#f2a923;
  --color-categorie-bleu-vert:#29b0a9;
  --color-categorie-bleu-vert_5:rgb(41,176,169,.5);
  --color-categorie-bleu:#2a72af;
  --color-categorie-rouge:#e95233;
  --facebook: #104E87;
  --twitter: #2EB4FF;
  --linkedin: #0C7ED0;
  --instagram: #FF2F7A;
  --youtube: #c4302b;
  --skype: #00aff0;


  --danger-50: rgba(220,53,69,.05);
  --danger-100: rgba(220,53,69,.1);
  --danger-200: rgba(220,53,69,.2);
  --danger-300: rgba(220,53,69,.3);
  --danger-400: rgba(220,53,69,.4);
  --danger-500: rgba(220,53,69,.5);
  --danger-600: rgba(220,53,69,.6);
  --danger-700: rgba(220,53,69, 0.7);
  --danger-800: rgba(220,53,69,.8);
  --danger-900: rgba(220,53,69,.9);

  --primary-100: rgba(21, 101, 192,.1);
  --primary-200: rgba(21, 101, 192,.2);
  --primary-300: rgba(21, 101, 192,.3);
  --primary-400: rgba(21, 101, 192,.4);
  --primary-500: rgba(21, 101, 192,.5);
  --primary-600: rgba(21, 101, 192,.6);
  --primary-700: rgba(21, 101, 192, 0.7);
  --primary-800: rgba(21, 101, 192,.8);
  --primary-900: rgba(21, 101, 192,.9);

  --success-100: rgba(25, 135, 84,.1);
  --success-200: rgba(25, 135, 84,.2);
  --success-300: rgba(25, 135, 84,.3);
  --success-400: rgba(25, 135, 84,.4);
  --success-500: rgba(25, 135, 84,.5);
  --success-600: rgba(25, 135, 84,.6);
  --success-700: rgba(25, 135, 84, 0.7);
  --success-800: rgba(25, 135, 84,.8);
  --success-900: rgba(25, 135, 84,.9);
}
body {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    height: 100%;
    font: 16px;
    line-height: 1.625;
    overflow-x: hidden;
    color: var(--noir222);
    word-break: break-word;
    word-wrap: break-word;
    background-attachment:fixed;
    background: #fff;
}
.body-container{margin-top: 68px;}
a,a:hover,input,input:focus {transition: var(--transition);}
a:hover{text-decoration:none;}
h1, h2, h3, h4, h5, h6 {
  color: #1c1c24;
  color: var(--noir);
  margin: 0 0 15px;
  /* font-family: "Montserrat", sans-serif; */
  font-family: "Nunito", sans-serif;
  font-weight: 700;
}
.pad-75-125{padding: 0.75rem 1.25rem!important;}
.top-categorie{margin-top:-8rem;}
.w-700{font-weight: 700!important;}
.w-500{font-weight: 700!important;}
.w-300{font-weight: 300!important;}
.Open{font-family: "Open Sans", sans-serif!important;}
.Mont{font-family: "Montserrat", sans-serif!important;}
.Nunito{font-family: "Nunito", sans-serif!important;}
.Salsa{font-family: "Salsa", sans-serif!important;}
.DancingScript{font-family: "DancingScript", sans-serif!important;}
.Size1{font-size: 1rem!important;}
.Size13{font-size: 0.8125rem!important;}
.Size15{font-size: 0.9375rem!important;}
.Size10{font-size: 0.625rem!important;}
.Size1-25{font-size: 1.25rem!important;}
.Size1-5{font-size: 1.5rem!important;}
.Size2{font-size: 2rem!important;}
.Size3{font-size: 3rem!important;}
.text-justify{text-align: justify!important;}
.bg-facebook{background: var(--facebook)!important;}
.bg-f7{background: var(--bg-f7)!important;}
.bg-vert{background: var(--vert)!important;}
.bg-vert-2{background: var(--vert_2)!important;}
.bg-vert-5{background: var(--vert_5)!important;}
.bg-orange{background: var(--orange)!important;}
.bg-jaune{background: var(--jaune)!important;}
.bg-rouge{background: var(--rouge)!important;}
.bg-bleu-vert{background: var(--bleu-vert)!important;}
.bg-ecf{background: #ecf1f0!important;}
.bg-2e4{background: #2e4049!important;}
.bg-fff-1{ background-color: rgba(255, 255, 255, 0.10);!important;}
.bg-categorie-1{background:#f2a923;}
.bg-categorie-2{background:#29b0a9;}
.bg-categorie-3{background:#2a72af;}
.bg-categorie-3{background:#e95233;}
.text-bleu-vert{color: var(--bleu-vert)!important;}
.text-bleu{color: #15547b!important;}
.text-vert{color: var(--vert)!important;}
.text-orange{color: var(--orange)!important;}
.text-jaune{color: var(--jaune)!important;}
.text-rouge{color: var(--rouge)!important;}
.text-gris-555{color: var(--gris555)!important;}
.text--noir-28{color: var(--noir28)!important;}
.bottom-auto{bottom:auto!important;}
.separator{
  width: 12rem;
  height: 2px;
  background: var(--bleu-vert);
  margin-top: 1.25rem;
  display: block;
}
.mt-16{margin-top: 1.6rem !important;}
.text-important{color: var(--bleu-vert);}
.bg-cover{
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    background-image: url('../img/bg-cover.jpeg');
    background-position: top center;
}
.bg-cover:before{
    /* background: rgba(17, 17, 17, 0.9) none repeat scroll 0 0; */
    background:rgba(20, 157, 76, 0.9);
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.bg-cover .container {
    padding-top:4.5rem;
    padding-bottom: 4.5rem;
    position: relative;
}
h1,.h1 {font-size: 2.25rem;}
h2,.h2 {font-size: 30px;}
h3,.h3 {font-size: 26px;}
h4,.h4 {font-size: 1.25rem;}
h5,.h5 {font-size: 1.5rem;}
h6,.h6 {font-size: 1rem;}
a,p a {
    color: var(--color-333);
    text-decoration: none;
    cursor: pointer;
}
img {max-width: 100%;}
.mr-auto, .mx-auto {
    margin-right: auto!important;
}
.ml-auto, .mx-auto {
    margin-left: auto!important;
}
.btn {
    text-align: center;
    white-space: nowrap;
    font-size: .95rem;
    text-transform: none;
    border-radius: 0;
    border: 0;
    padding: 0.75rem 1.25rem;
    font-weight: 700;
    font-family: "Nunito", sans-serif;
}
.btn i {
    margin-left: 10px;
}
.btn-vert{
  background: var(--vert);
  color: #fff;
  border: 1px solid var(--vert)!important;
}
.btn-border:hover{
  background: #ffb923;
  color: var(--noir222);
  border-color: #ffb923;
}
.btn-vert-bordered{
  background:transparent!important;
  color: var(--vert)!important;
  border: 1px solid var(--vert)!important;
}
.btn-vert-bordered:hover{
  background:var(--vert)!important;
  color: #fff!important;
}
.btn-jaune{
  background: var(--jaune)!important;
  color: var(--noir222)!important;
  border: 1px solid var(--jaune)!important;
}
.btn-orange{
  background: var(--orange);
  color: #101010;
  border: 1px solid var(--orange);
}
.btn-bleu-vert{
  background: var(--bleu-vert)!important;
  color: #fff!important;
  border: 1px solid var(--bleu-vert)!important;
}
.btn-play {
  margin-left: 1rem;
  font-weight: 600;
  color: var(--noir222);
}
.btn-play:hover,.btn-play:active{
  margin-left: 1rem;
  font-weight: 600;
  color: var(--noir222);
}
.btn-play i {
  height: 2.5rem;
  width: 2.5rem;
  border: 1px solid;
  text-align: center;
  line-height: 2.5rem;
  border-radius: 50%;
  font-size: 1.2rem;
  margin-right: .5rem;
  color: var(--rouge);
  margin-top: 21px;
  position: relative;
  top: 5px;
}
.message {
    margin: 10px 0;
    font-size: .85rem;
    line-height: 1;
}
.spinned .spinner{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
  background-image: url('../img/ajax-loader.gif');
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10000000;
  /* opacity: 0.4;
  filter: alpha(opacity=40); */
}
.pagination{
    padding-left: 0;
    margin: 1.25rem 0;
}
.pagination li{
    font-size: .8rem;
    color: var(--gris41);
}
.pagination > li > a, .pagination > li > span {
    margin-left: -1px;
    text-decoration: none;
    background-color: #fff;
    border: 0;
    width: 2.15rem;
    height: 2.15rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    border: 1px solid var(--vert);
    margin: 0 .25rem;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin: 0;
    /* border-radius:0.25rem 0 0 0.25rem; */
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    /* border-radius:0 0.25rem 0.25rem 0; */
}
.pagination > li.active > a, .pagination > li.active > span {
    background-color:var(--vert);
    color: #fff;
}
/*------------------------------------------------------------------
[ Slide ]
-------------------------------------------------------------------*/
.home-slide .owl-nav
/* .projet-slide .owl-nav */
{
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  width: 100%;
}
.projet-slide .owl-nav{
  position: absolute;
  top: 1rem;right: 0;
  width: 7rem;
}
.home-slide .owl-nav button,
.projet-slide .owl-nav button{
  width: 3.125rem!important;
  height: 3.125rem!important;
  background: rgba(255,255,255,0)!important;
  position: absolute;
}
.projet-slide .owl-nav button{
  background: rgba(0,0,0,.7) !important;
}
.home-slide .owl-nav button i,
.projet-slide .owl-nav button i{
    width: 3.125rem!important;
    height: 3.125rem!important;
    line-height: 3.125rem!important;
    font-size: 40px!important;
    color: #fff!important;
}
.home-slide .owl-nav button.owl-prev{
  left: 2rem !important;
}.projet-slide .owl-nav button.owl-prev{
  left: 0 !important;
}
.home-slide .owl-nav button.owl-next
{
  right: 2rem !important;
}
.projet-slide .owl-nav button.owl-next
{
  right: 0 !important;
}
.slider-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 566px;
    height: 100vh;
    position: relative;
}
.projet-slide .slider-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    height: 350px;
    position: relative;
}
.slider-item .slider-overlay{
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(0,0,0,.25);
}
.slider-item .d-table-cell{
    vertical-align: middle;
}
  .slider-item .slider-content{position: relative;max-width: 550px;margin-left: 10rem;font-family: "Nunito";text-align: center;}
  .slider-item .slider-content .slider-title {
    padding: .75rem;
    font-size: 1.5rem;
    background: rgba(0,0,0,.85);
    transform-origin: 50% 50%;
    transform: rotate(-5deg);
    color: #fff;
    font-weight: 900;
    width: auto;
    display: inline-block;
    margin-bottom: 0.25rem;
}  .slider-item .slider-content .slider-title span{
   color: var(--vert);
}
.slider-item .slider-content p {
  margin: 1.5rem;
  color: rgb(255, 255, 255);
  text-align: left;
  line-height: 21px;
  letter-spacing: 1.415px;
  font-size: .85rem;
  transform-origin: 50% 50%;
  transform: perspective(600px);
max-width: 25rem;
}
.slider-item .slider-content p i{
  margin: .5rem .85rem 1.75rem 0; float: left;
}
.slider-item .slider-content .btn-area{
  position: absolute;
  width: 100%;
  bottom: 0;
  bottom: 4rem;
  left: 70%;
}
.slider-item .slider-content .btn{
  padding: 0.5rem 1.95rem;
  font-size: .95rem;
  font-weight: 500;
  position: relative;
}
.slider-item .slider-content .btn:hover{
  /* border: 2px solid #fff; */
  background-color: var(--vert);
}
.slider-item .slider-content .btn i{
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  background-color: #000;
  color: #fff;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -1rem;
  right: -1rem;
}
/*------------------------------------------------------------------
Section Overlay
-------------------------------------------------------------------*/
.bg-overlay{
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
/*------------------------------------------------------------------
Section 1
-------------------------------------------------------------------*/
.section-1{
    padding: 2rem 0;
}
.section-1 .section-shape{
  position: absolute;
  left: 3rem;
  top: 0;
  mix-blend-mode: luminosity;
}
/*.section-1 */.round-box-axe{
  position: absolute;
  right: 50px;
  bottom: 50px;
  z-index: -1;
}
.section-about .round-box-axe{
  z-index: 1;
}
/*.section-1 */.banner-round-1 {
  position: absolute;
  width: 202.21px;
  height: 202.21px;
  background-color: rgba(20, 157, 76, 0.2);
  border-radius: 1000px;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
/*.section-1*/ .banner-round-2 {
  position: absolute;
  width: 291.89px;
  height: 291.89px;
  background-color: rgba(20, 157, 76, 0.15);
  border-radius: 1000px;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
/*.section-1*/ .banner-round-3 {
  position: absolute;
  width: 373.35px;
  height: 373.35px;
  background-color: rgba(20, 157, 76, 0.1);
  border-radius: 1000px;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
.section-1 .section-column {
    position: relative;
    flex-wrap: wrap;
}
.section-1 .section-column h6{
    background-color: var(--vert_2);
    padding: 11px 20px 11px 34px;
    border-radius: 40px;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 30px;
    position: relative;
    color: var(--gris41);
    font-family: "Montserrat";
}
.section-1 .section-column h6::before{
  position: absolute;
    content: "";
    height: .75rem;
    width: .75rem;
    top: 50%;
    transform: translateY(-50%);
    left: 1rem;
    background-color: #fff;
    border-radius: 50%;
    border: .15rem solid var(--vert);
}
.section-1 .section-column h2{
    color: var(--noir222);
    font-size: 3rem;
    font-weight: 700;
}
.section-1 .section-column.bg-vert p{
    font-size: .95rem;
}
.section-1 a.column-button{
    background-color: var(--vert);
    padding: 1rem 2rem;
    font-size: .95rem;
    border-radius: 2rem;
    color: #fff;
    margin-top: 1rem;
}
.section-1 .section-column a.column-button:hover{
    background-color: var(--noir);
    background-color: #fff;
    color: var(--vert);
    border: .05rem solid var(--vert);
}
.section-1 .section-column .widget-container{
  padding: 1rem;
}
.section-1 .section-column .widget-container .item{
  display: flex;
  position: relative;
  padding: 2rem;
  border-radius: .5rem;
  align-items: center;
  font-family: "Montserrat";
  font-family: "Nunito";
}
.section-1 .section-column .widget-container-1 .item{
  background-color:var(--vert);
}
.section-1 .section-column .widget-container-2 .item{
  background-color: #53b5d6;
}
.section-1 .section-column .widget-container-3 .item{
  background-color: #174643;
}
.section-1 .section-column .widget-container-4 .item{
  background-color: #baa42f;
  background-color: #e4d552;
  background-color: #ce5310;
}
.section-1 .section-column .widget-container .item i {
    font-size: 50px;
    color: #fff;
    margin-right: 1.25rem;
}
.section-1 .section-column .widget-container .item h3 {font-size: 36px;}
.section-1 .section-column .widget-container .item h3 sup {top: -0.5em;}
.section-1 .section-column .widget-container .item p {
  color: #fff;
  font-size: .9rem;
  overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 3;
           line-clamp: 3;
   -webkit-box-orient: vertical;
   line-height: 1.75;
  margin: 0;
}
/*------------------------------------------------------------------
Section don
-------------------------------------------------------------------*/
.title-with-bar{
  position: relative;
  font-size: 1.25rem;
  font-weight: 300;
  margin: 0;padding-left: 1.5rem;
  color: #fff;
  font-family: "Nunito";
}

.title-with-bar:before{
  content: "";
  position: absolute;
  width: .2rem;
  background-color: #fff;
  height: 1rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.title-with-bar.with-after:after{
  content: "";
  position: absolute;
  width: .2rem;
  background-color: #fff;
  height: 1rem;
  right: -1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.title-with-bar-text-dark:before{background-color:var(--vert);}
.title-with-bar-text-dark-actu:before{background-color: #2a72af;}
.title-with-bar-h2,.title-with-bar-ul{
  color: #fff;
  margin: 1rem 0;
  position: relative;
  font-size: 1.5rem;
}
blockquote.title-with-bar-h2{line-height: 1;font-size: 2.25rem;}
.title-with-bar-text-dark,.title-with-bar-h2-text-dark{color: var(--noir222);}
.title-with-bar-h2-text-dark{font-size: 1.5rem;}
.title-with-bar-ul li{
  padding-left: 1.5rem;
  padding-right: 0;
  position: relative;
  font-size: 1.15rem;
  font-weight: 900;
}
.title-with-bar-ul li:before{
  content: "\f26e";
  font-family: 'bootstrap-icons';
  position: absolute;
  left: 0;
  font-size: 1.5rem;
  font-weight: 300;
  top: 50%;
  transform: translateY(-50%);
}
.custom-button-container{
    background-image: url("../img/brush-white.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 320px auto;
    height: 4.5rem;
    margin-top: 2rem;
}
.custom-button-container a{
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Nunito";
}
.custom-button-container a:hover{
  color: var(--vert);
}
/*------------------------------------------------------------------
Section Partenaire
-------------------------------------------------------------------*/
.section-partenaire-logo{
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  background-image: url('../img/bg-cover.jpeg');
  background-position: top center;
}
.section-partenaire-logo:before{
  background: rgba(0, 0, 0, 0.9);
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.section-partenaire-logo h4 {
    color: #fff;
    font-size: 3rem;
    font-weight: 300;
}
.section-partenaire-logo .btn,.section-projet .btn {
  color: #fff;
  font-size: 1rem;
  border-radius: 3px;
  padding: 0;
  background-image: url(../img/custom-form-btn.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 255px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  max-width: 16rem;
  margin:3rem auto;
}
.section-partenaire-logo .btn:hover,.section-partenaire-logo .btn:active,.section-partenaire-logo .btn:focus,.section-partenaire-logo .btn.active/*,
.section-projet .btn:hover,.section-projet .btn:active,.section-projet .btn:focus,.section-projet .btn.active*/  {
  background-image: url(../img/custom-form-btn-white.png);
  color: var(--noir28);
}
.section-partenaire-logo  img{
  margin-bottom: 1rem;
}
.section-partenaire-logo  h5{
    color: #fff;
    font-size: .95rem;
    text-align: center;
    margin: 0;
}
/*------------------------------------------------------------------
Section à propos de
-------------------------------------------------------------------*/
.section-about{
    padding:4rem 0;
    background-image: url(../img/map-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.section-about .section-about-title span,.section-about .about-container h6{
  color: var(--rouge);
  font-size: 1rem;
}
.section-about .section-about-title h2{
    color: var(--noir222);
    font-size: 1.5rem;
}

.section-about .section-about-title p{
    color: var(--noir222);
    /* font-size: 1.5rem; */
    /* line-height: 2rem; */
}
 .section-about h6{
    font-weight: 700;
    font-size: 1.25rem;
    font-weight: 400;
}
.section-about h2{
    font-size: 1.5rem;
    font-family: "Montserrat", sans-serif;
}
.section-about .icon-container{
    margin-right: 15px;
    padding: 30px 5px 0 0;
    margin-bottom: 27px;
}
.section-about .icon-container i{
    font-size: 50px;
    color: var(--rouge);
    width: 2.8rem;
    display: block;
}
.section-about h3{
  font-size: 1.25rem;
  font-weight: 800;
}
.section-about  p{
  font-family: "Montserrat", sans-serif;
  font-size: .95rem;
}
.section-about a.explore{
  background-color: var(--vert);
  padding: 1rem 2rem;
  font-size: .95rem;
  border-radius: 2rem;
  color: #fff;
}
.section-about .about-container-video{
  position: relative;
}
/* .section-about .about-video-container{
    background-image: url(../img/a-propos-video.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
} */
/* .section-about .about-video-container .video-element{
    margin: 280px 0px 0px 260px;
    padding: 0px 0px 0px 0px;
} */
.section-about .about-video-container /*.video-element*/ a.video-element{
  display: inline-block;
  text-align: center;
  font-size: 18px;
  border-radius: 50%;
  position: relative;
  z-index: 6;
  transition: var(--transition);
  animation-delay: .7s;
  border-radius: 100%;
}
.section-about .about-video-container  a.video-element:before {
    position: absolute;
    content: "";
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 1.25rem;
    height: 55px;
    width: 55px;
    border-radius: 50%;
    box-shadow: 0 0 rgb(243 80 29), 0 0 0 15px rgb(219 85 43), 0 0 0 30px rgb(179 138 125);
    animation: ripple-wave1 1s cubic-bezier(0, 0, 0.22, 2.87) infinite;
    animation-play-state: running;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    -webkit-animation: ripple-wave1 1s linear infinite;
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    background: #000000;
    border-radius: 100%;
}
.section-about .about-video-container a.video-element i {
    position: relative;
    top: 14px;
    font-size: 25px;
    margin-left: 17px;
    color: #fff;
}
.section-about .about-video-container span {
  margin-top: 8rem;
  color: var(--bleu-vert);
  font-size: 1.5rem;
  font-weight: 900;
  text-align: center;
  line-height:1.5;
}

/*------------------------------------------------------------------
Section manuel
-------------------------------------------------------------------*/
.section-manuel{
  padding: 4rem 0;
  position: relative;
  background-image: url(../img/bg-galerie.jpeg);
  background-repeat:repeat;
}
.section-manuel .manuel-banner{
    border-radius: 1rem;
    padding: 2rem;
    background-color: var(--vert_5);
    text-align: center;
    height: 109%;
    margin-bottom: .5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section-manuel .manuel-banner h2{
  color: var(--noir222);
  font-size: 1.25rem;
  line-height: 1.2;
  text-align: center;
  padding: 2rem;
  font-family: "Montserrat", sans-serif;
}
.section-manuel .manuel-banner a{
  background-color: var(--vert);
  color: #fff;
  padding: .5rem 1.5rem;
  border-radius: 1.5rem;
  display: inline-block;
  font-size: .95rem;
  font-weight: 300;
}
.section-manuel .manuel-banner a i{font-size: 1.25rem;}
.section-manuel .section-manuel-container{
  margin-bottom: 1rem;
  border: 1px solid rgba(1,15,28,.1);
  border-radius: 1rem;
  padding:1rem;
  background-color: #fff;
  position: relative;
}
.section-manuel .section-manuel-container:hover{
  border-color: var(--vert_5);
}
.section-manuel .manuel-img-container,.panel .manuel-img-container,.panier-body .manuel-img-container{
    border-radius: .5rem;
    flex: 0 0 auto;
    margin-right: 1rem;
    overflow: hidden;
    background-color: var(--bg-f7);
    padding: .5rem;
    width: 8.75rem;
    height: 8.75rem;
}
.panier-body .manuel-img-container{
    width: 5rem;
    height: 5rem;
}
.panel .manuel-img-container{
  width: auto;
  height: auto;
  text-align: center;
  padding: 1rem;
}
.section-manuel .manuel-img-container img,
.panel .manuel-img-container img{
  border-radius: .5rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.section-manuel ul li .manuel-body-container span,
.panel .manuel-body-container span
{
  color: var(--gris41);
  font-size: .75rem;
  margin-bottom: .25rem;
  display: block;
}
.section-manuel ul li .manuel-body-container h4,.panel .manuel-body-container h4{
  font-size: 1rem;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: .5rem;
}
.section-manuel ul li .manuel-body-container em,.panel .manuel-body-container em{
  font-size: .85rem;
  color: var(--vert);
  font-style: italic;
  font-weight: 700;
}
.section-manuel ul li .manuel-body-container .manuel-desc,.panel .manuel-body-container .manuel-desc{
  font-size: .85rem;
  color: var(--noir28);
  padding:0 0 1rem;
  line-height: 2;
}
.section-manuel ul li .manuel-body-container .manuel-desc{display: none;}
.section-manuel ul li .manuel-body-container .manuel-desc b,.panel .manuel-body-container .manuel-desc b{
  font-size: .75rem;
}
.panier-body .manuel-qte-container,
.section-manuel ul li .manuel-body-container .manuel-qte-container,.panel .manuel-body-container .manuel-qte-container,
.section-manuel ul li .manuel-body-container .button-add-to-cart,.panel .manuel-body-container .button-add-to-cart{
  border-radius: .5rem;
  padding: .5rem var(--s20);
  margin: 0 .5rem 1rem;
}
.section-manuel ul li .manuel-body-container .manuel-qte-container,.panel .manuel-body-container .manuel-qte-container,.panier-body .manuel-qte-container{
  background: #fff;
  border: 2px solid var(--vert) !important;
  font-size: 1rem;
  font-weight: 700;
  color: var(--vert);
  max-width: 5.625rem;
}
/*.section-manuel ul li */ .manuel-body-container .manuel-qte-container-a{
  padding: .5rem;
  position: relative;
  color: var(--noir28);
}
.panier-body .manuel-qte-container{
  border-width: 0!important;
}
.section-manuel ul li .manuel-body-container .manuel-qte-container a,.panel .manuel-body-container .manuel-qte-container a,.panier-body .manuel-qte-container a {
  font-size: 16px;
  position: absolute;
  right: .5rem;
  color: #3BB77E;
}
.panier-body .manuel-qte-container a.up,
.section-manuel ul li .manuel-body-container .manuel-qte-container a.up,
.panel .manuel-body-container .manuel-qte-container a.up {
  top: .25rem;
}
.panier-body .manuel-qte-container a.down,
.section-manuel ul li .manuel-body-container .manuel-qte-container a.down,
.panel .manuel-body-container .manuel-qte-container a.down {
  bottom: .25rem;
}
.panier-body .manuel-qte-container input,
.section-manuel ul li .manuel-body-container .manuel-qte-container input,
.panel .manuel-body-container .manuel-qte-container input {
  border: 0;
  border-radius: 0;
  height: unset;
  padding: 0 !important;
  margin: 0;
  font-size: 16px;
  width: 100%;
  text-align: center;
}
.section-manuel ul li .manuel-body-container .button-add-to-cart,
.panel .manuel-body-container .button-add-to-cart,.button-back-to-shop {
  background: var(--vert);
  border: 0;
  height: 2.875rem;
  font-size: 16px;
  color: #fff;
  font-size: 1.25rem;
  padding: 0.5rem var(--s10);
}
.section-manuel ul li .manuel-body-container .button-add-to-cart span,
.panel .manuel-body-container .button-add-to-cart span{
  color: #fff;
  text-align: left;
  line-height: 1.25;
  padding-left: .5rem;
}
.section-manuel ul li .section-manuel-container .btn-open-manuel{
  background: var(--vert);
  position: absolute;
  color: #fff;
  bottom: 0;
  right: 0;
  border-radius: 0 0 1rem;
  padding: .5rem 1rem;
}
.section-manuel ul li .section-manuel-container .btn-open-manuel i{opacity: 1;}
.section-manuel .section-manuel-categorie{
  background-color: #fff !important;
  left: 0;
  right: 0;
  z-index: 1;
  top: 0;
}
.section-manuel .section-manuel-categorie .manuel-categorie-header{
  background-color: var(--color-categorie-bleu);
  padding: 1rem 2rem;
  color: #fff;
  font-size: .9rem;
}
.section-manuel .section-manuel-categorie .manuel-categorie-header i{
  margin-right: var(--s20);
}
.section-manuel .section-manuel-categorie .manuel-categorie-link{
    color: var(--noir28);
    font-weight: 600;
    font-size: .95rem;
    font-family:'Nunito';
    display: block;
    padding: 1rem 0;
    position: relative;
}
.section-manuel .manuel-categorie-title{font-size: 1.5rem;}
.section-manuel .manuel-categorie-title span{
  font-size: .85rem;
  font-weight: 400;
  line-height: 1;
  display: flex;
  align-items: center;
  margin-bottom: var(--s10);
  color: var(--color-categorie-bleu);
}
.section-manuel .manuel-categorie-title span em{
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 50%;
  font-size: .85rem;
  margin-right: var(--s10);
  background: var(--color-categorie-bleu);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-manuel .panier-heading{
  background-color: #ccc;
  color: var(--noir28);
  font-size: .85rem;
  font-weight: 600;
  padding: var(--s10) 0;
}
.section-manuel .panier-body{
  color: var(--noir28);
  font-size: .85rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid #ddd;
  background: rgba(255,255,255,.5);
}
.section-manuel .panier-body h2,.section-manuel .panier-body .punitaire,.section-manuel .panier-body .ptotal{
  font-size: .95rem;
  font-weight: 700;
  margin-bottom: 0;
}
.section-manuel .panier-body .punitaire,.section-manuel .panier-body .ptotal{
  font-size: .85rem;
}
.section-manuel .panier-body .ptotal{
  color:var(--vert);
}
.section-manuel .panel-summary{
    background: #fff;
    box-shadow: 0 30px 70px rgba(1,15,28,.1);
    padding: 2rem;
}
.section-manuel .panel-summary .panel-summary-heading{
  border-bottom: 1px solid #e0e2e3;
  margin-bottom: var(--s20);
  padding-bottom: 0.8125rem;
  color: var(--noir28);
  font-size: 1rem;
  font-weight: 700;
  font-family: Nunito;
}
.section-manuel .panel-summary .btn-checkout{
  background-color: var(--vert);
  color: #fff;
  font-size: .85rem;
  font-weight: 500;
  padding: var(--s10);
  
}
.section-manuel .panel-summary .btn-checkout:hover,
.section-manuel .panel-summary .btn-checkout:focus,
.section-manuel .panel-summary .btn-checkout:active{
  background-color: var(--vert_5);
  color: var(--noir28);
}
.section-service ul li .service-container{padding:1rem 2.5rem;}
.section-service .service-contact-container{border: .5px solid #eaebed;border-radius: 1rem;}
.section-service.section-projet .service-contact-container,
.service-boutique-container{
  border: 1px solid #ccc;border-radius: 1rem;
}
.section-service .service-contact-container .position-relative,
.service-boutique-container .position-relative{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  margin: .5rem 0;
}
.section-service .service-contact-container .position-relative:not(:last-child){
  border-right:1px solid #eaebed;
}
.section-service.section-projet .service-contact-container .position-relative:not(:last-child),
.service-boutique-container .position-relative:not(:last-child){
  border-right:1px solid #ccc;
}
.section-service .service-contact-container i,
.service-boutique-container i,
.section-service .service-contact-container svg,
.service-boutique-container svg{
  color: #fff;
  font-size:1.375rem;
  margin-right: var(--s10)
}

.section-service .service-contact-container h3,
.service-boutique-container h3{
  font-size: .9rem;
  font-weight: 300;
  margin: 0;
  color: #fff;
}
.section-service.section-projet .title-with-bar:before,
.section-service.section-projet .title-with-bar.with-after:after{
  background-color: var(--vert);
}

.section-service.section-projet .title-with-bar,
.section-service.section-projet .title-with-bar-h2,
.section-service.section-projet .service-contact-container h3,
.service-boutique-container h3,
.section-service.section-projet .service-contact-container i,
.service-boutique-container i,
.section-service.section-projet .service-contact-container svg,
.service-boutique-container svg{
  color: var(--noir28);
}
.section-service.section-projet blockquote.title-with-bar-h2{color: var(--bleu-vert);}
.section-service.section-projet .service-contact-container h3,
.service-boutique-container h3,
.section-service.section-projet .service-contact-container i,
.service-boutique-container i,
.section-service.section-projet .service-contact-container svg,
.service-boutique-container svg{
  font-weight: 400;
}
/* .section-service .service-container-mx-auto{max-width: 1140px;} */
.section-service ul li:nth-child(1) .service-container{background-color:var(--color-categorie-bleu-vert);}
.section-service.section-projet ul li:nth-child(2) .service-container{background-color:var(--vert);}
.section-service ul li:nth-child(3) .service-container{background-color:var(--color-categorie-jaune);}
.section-service ul li:nth-child(4) .service-container{background-color:var(--color-categorie-rouge);}
.section-service ul li:nth-child(6) .service-container{background-color:var(--color-categorie-bleu);}
.section-service ul li .service-container h3{
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1;
}
.section-service ul li .service-container h5{
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    height:4rem;
}
.section-service ul li .service-container h6{
  color: #fff;
  font-size: 1.25rem;
  font-weight: 300;
  background: rgba(255, 255, 255, 0.125);
  padding: 2rem;
  margin: 3rem -1.5rem 0;
  line-height: 1.5;
  border-radius: .5rem;
  min-height: 15.25rem;
  display: flex;
  align-items: center;
}
@keyframes ripple-wave1{
	  to {
		  box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.1),0 0 0 30px rgba(255, 255, 255, 0.1),0 0 0 45px rgba(255, 255, 255, 0.02);
	  }
	}
/*------------------------------------------------------------------
Section Actualité
-------------------------------------------------------------------*/
.section-equipe,.section-actualite{
  padding:2rem 0;
  position: relative;
  background-image: url(../img/bg-actu.png);
  background-position: center left;
    background-repeat: no-repeat;
    background: var(--bg-f7);
}
.section-actualite .actualite-container{
  margin: 1.5rem 0;
  background: #fff;
}
.section-actualite .actualite-container.bottom-border{
  border-bottom: 1px solid #ddd;
  padding: 1.5rem 0;
  margin: 0;
}

.section-actualite .actualite-container .actu-item-img .actu-date-container{
  padding: .95rem;
  background: rgba(20, 157, 76, .7);
  position: absolute;
  top: 0;
  left: 25px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  z-index: 1;
}
.section-actualite .actualite-container .actu-item-img .actu-date-container span{
  display: block;
  font-family: "Nunito";
  margin: 0 0 0.3125rem;
  font-size: 0.6rem;
  line-height: .6;
  font-weight: 700;
}
.section-actualite .actualite-container .actu-item-img .actu-date-container .jour{
  font-size: 1.5rem;
}
.section-actualite .actualite-container .actu-item-img .actu-img-bg{
  position: relative;
  background-size: cover;
  background-position: center center;
  height: 100%;
  /* border-radius: 0.375rem; */
}
.section-actualite .actualite-container .actu-item-info h3{
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.section-actualite .actualite-container .actu-item-info .actu-item-meta{
  margin-bottom: 1rem;
}
.section-actualite .actualite-container .actu-item-info .actu-item-meta ul,
.section-actualite .single-article .actu-item-meta ul ,
.section-actualite .single-article .actu-item-social ul 
{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}
.section-actualite .actualite-container .actu-item-info .actu-item-meta ul li,
.section-actualite .single-article .actu-item-meta ul li,
.section-actualite .single-article .actu-item-social ul li{
  display: flex;
  align-items: center;
  color: #555;
  font-size: .75rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.52px;
  gap: 0.53125rem;
  text-transform: uppercase;
}
.section-actualite .single-article .actu-item-social ul li a {
  width:6rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  
  color: #fff;
  font-size: var(--s20);
}
.section-actualite .single-article .actu-item-social ul li a.facebook {
  background: var(--facebook);
}
.section-actualite .single-article .actu-item-social ul li a.twitter {
  background: var(--twitter);
}
.section-actualite .actualite-container .actu-item-info p {
  color: #333;
  font-size: .85rem;
  text-align: justify;
}
.section-actualite .actualite-container .actu-item-info a.btn-article,a.btn-article{
  display: inline-flex;
  align-items: center;
  line-height: 1;
  font-size: .8rem;
  font-weight: 600;
  position: relative;
  border-radius: .25rem;
  border: 1px solid var(--vert);
  padding: var(--s10) 1rem;
  gap: var(--s10);
  color: #fff;
  background: var(--vert);
  margin-top: 1rem;
}
a.btn-article.btn-project-list{
  z-index: 10;
  top: 2rem;
  left: 2rem;
  position: absolute;
}
.section-actualite .actualite-container .actu-item-info a.btn-article .svg-icon svg {
  color: var(--vert);
  width: var(--s10);
  color:#fff;
}
.section-actualite .single-article{
  background: #fff;
  padding: 2rem;
}
.section-actualite .single-article a.btn-article{
  font-weight: 400 !important;
}
.section-actualite .single-article h2{
  margin: 2rem 0;
  font-size: 2rem;
  color: var(--noir28);
  font-weight: 600;
  line-height: 1;
}
.section-actualite .single-article .single-article-meta-container{
  border-bottom: 1px dotted #ccc;
  border-top: 1px dotted #ccc;
}
.section-actualite .single-article h6,.single-post .project-resume{
  font-size: .9rem;
  margin: 1rem 0;
  font-style: italic;
  font-weight: 800;
  text-align: justify;
}
.section-actualite .single-article .actu-img img {
  width: 100%;
  object-fit: cover;
  /* height: 28.125rem; */
  border-radius: 0.375rem;
}
.section-actualite .actu-contenu >*,.section-projet .project-slide-title >*  {
    background-color: transparent !important;
    color: var(--noir222) !important;
  font-size: .95rem !important;
  line-height: 1.75 !important;
  font-family: 'Open Sans' !important;
  padding: 0 !important;
}
.section-actualite .actu-contenu p, .section-projet .project-slide-title >*{
    margin-top: 1rem !important;
    margin-bottom: 0 !important;
}
.section-actualite .autre-header{
  color: var(--vert);
  font-weight: 700;
  font-size: .85rem;
  padding-top: 1rem;
  text-transform: uppercase;
  position: relative;
  /* margin-top: 2rem; */
}
.section-actualite .autre-header:before{
  content: '';
  top: 0;
  border-top: 4px solid var(--vert);
  width: 9rem;
  position: absolute;
}

.section-equipe .actu-container{
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #e0e0e0;
  margin-left: -1px;
  margin-right: -1px;
}
.section-equipe .actu-container .actu-container-img{
  position: relative;
  background-size: cover;
  background-position: center center;
  height: 15rem;
}
.section-equipe .actu-container .actu-info-container{
    background: #ffffff;
    /* border: 1px solid #e0e0e0; */
    border-top: 0.3125rem solid var(--vert);
    border-bottom: none;
    position: relative;
    padding: 1.1rem;
    text-align: center;
}
.section-equipe .actu-container .actu-info-container h2{
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--noir222);
  font-family: "Nunito";
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 2.6875rem;
}
.section-equipe .actu-container .actu-info-container p{
  min-height: 2.75rem;
  font-size: .85rem;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section-equipe .actu-container .actu-info-container a{
  font-weight: 300;
  font-size: .85rem;
  border-bottom: 1px solid transparent;
  color: #fff;
  padding: .5rem .75rem;
  position: absolute;
  background: var(--vert);
  top: -2.5rem;
  right: 0;
}
.section-equipe .actu-container .actu-info-container a:hover{
  border-bottom: 1px solid var(--vert);
}
/*------------------------------------------------------------------
Section contact
-------------------------------------------------------------------*/
.section-contact{
  padding:0 0 3rem;
  position: relative;
  background: #fff;
  background-image: url(../img/bg-contact.jpeg);
}
.siege-info-container{
  background: #fff;
    position: relative;
    z-index: 10;
    box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, .2);
    margin-top: -7rem;
}
.section-contact h3{
  color:var(--noir222);
  font-size: 2rem;
  margin-bottom: 5px;
}
.section-contact p{
  color: var(--gris41);
  font-size: .95rem;
}
.section-contact .contact-container{
    padding: 1.5rem;
    text-align: center;
}
.section-contact .contact-container.bordered{
    border-right: 1px solid #d8d8d8;
}
.section-contact .contact-container .contact-icon-container{
    margin: 2rem 0;
    /* height: 8.125rem; */
}
.section-contact .contact-container .contact-siege-info-container{
  background-color: var(--bs-gray-200);
  border-radius: .25rem;
  padding: .5rem 1rem;
  margin: 1rem 0;
  position: relative;
}
.section-contact .contact-container .contact-siege-info-container>div.bordered{
  border-left:2px solid #fff;
  border-right:2px solid #fff;
}
.section-contact .contact-container .contact-icon-container img{
  max-width: 10rem;
}
.section-contact .contact-container .contact-icon-container img.logo-cefhdi,
.section-service img.logo-cefhdi{max-width: 8rem;}
.section-contact .contact-container .contact-icon-container img.logo-ihs,
.section-manuel img.logo-ihs{max-width: 8rem;}
.section-contact .contact-info-container  h4,.section-contact .contact-icon-container h4{
  font-family: "Montserrat", sans-serif;
  font-size: 1.75rem;
  margin: 0;
}
.section-contact .contact-info-container  h6{
  font-size: 1.15rem;
  text-align: left;
  margin: 2rem 0 .5rem;
}
.section-contact .contact-info-container  p{
  color: var(--gris41);
  font-size:.95rem;
  margin: 0;
  text-align: left;
}
.section-contact .contact-info-container  p a{
  color: var(--vert);
  font-size:.95rem;
}.section-contact .contact-info-container  p a:hover{
  color: var(--bleu-vert);
  font-size:.95rem;
}
.section-contact .contact-container-divider{
  background-color: #d8d8d8;
  height: 1px;
  margin: 0 1.5rem;
}
.section-contact  a.a-social{
    width: 45px;
    height: 45px;
    font-size: 1.5rem;
    margin: 0px 5px;
}
.section-contact  a.a-social.facebook{
    background-color: #1877F2;
}
.section-contact  a.a-social.linkedin{
    background-color: #0072b1;
}
.section-contact  a.a-social.youtube{
    background-color: #fe0000;
}
.section-contact  .btn{
  color: #ffffff;
  background-color: var(--vert);
  border: 0;
  color: #ffffff;
  background-color: var(--vert);
  border: 0;
  max-width: 11.5rem;
  padding: 1.125rem 2.75rem;
  letter-spacing: 2px;
  height: auto;
  text-transform: uppercase;
  font-weight: 300;
}
.section-contact  input,.section-contact  textarea{
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
  border: 1px solid rgba(0,0,0, 0.04);
  font-size: 1rem;
  min-height: 4rem;
}
/* Form
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input,input:focus,textarea,textarea:focus {
    padding: 0.375rem 0.75rem;
    font-size: .85rem;
    border: 1px solid #ced4da;
    border-radius:0;
    height: 50px;
    width: 100%;
    margin-bottom: .75rem;
}
textarea,textarea:focus {
  height: 150px;
  resize: none;
}
/* Floating About Menu
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.floating-menu{
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99999;
    background: #131415;
    border-radius: 2.25rem;
    right: 1.5rem;
    padding:2px 0;
}
.floating-menu a{
    display: block;
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,0.15);
    padding:0.5rem 0;
    color: rgba(255,255,255,0.7);
    width: 60px;
    text-align: center;
}
.floating-menu a i {
    font-size: 1.2em;
}
.floating-menu a span {
  font-size: 0.75em;
  font-weight: 700;
  margin-top: .25rem;
  display: block;
  line-height: .8rem;
}
textarea,textarea:focus {
  height: 150px;
  resize: none;
}
/* MQ STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 700px) {
  .rectangle {
    padding: 1.25rem 10px;
  }

  .niveau-1,
  .niveau-2 {
    width: 100%;
  }

  .niveau-1 {
    margin-bottom: 1.25rem;
  }

  .niveau-1::before,
  .niveau-2-wrapper > li::before {
    display: none;
  }

  .niveau-2-wrapper,
  .niveau-2-wrapper::after,
  .niveau-2::after {
    display: block;
  }

  .niveau-2-wrapper {
    width: 90%;
    margin-left: 10%;
  }

  .niveau-2-wrapper::before {
    left: -1.25rem;
    width: 2px;
    height: calc(100% + 40px);
  }

  .niveau-2-wrapper > li:not(:first-child) {
    margin-top: 50px;
  }
}
/*------------------------------------------------------------------
Section Newsletter
-------------------------------------------------------------------*/
.section-newsletter{
  padding: 2.5rem 0;
  background-image: url(../img/bg-newsletter.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.section-newsletter h2{
    color: var(--noir222);
    font-size: 2rem;
    font-weight: 700;
    color:#fff;
}
.section-newsletter p{
    font-size: .95rem;
    color:#fff;
    font-weight: 500;
}
.section-newsletter input,.section-newsletter button{
  height: 2.9375rem;
  width: 100%;
}
.section-newsletter input{
    background:#fff;
    padding: 0.375rem 1rem;
    font-size: .85rem;
    border-radius:0;
    width: 100%;
    max-width: 100%;
    border: 0 solid var(--gris666);
    line-height: 1.4;
    transition: var(--transition);
    vertical-align: middle;
}
.section-newsletter button{
    background-color: var(--noir);
    border: 0;
    padding: 0 2.1875rem;
}
/*------------------------------------------------------------------
Section Projet
-------------------------------------------------------------------*/
.section-projet{
  padding:4rem 0;
  position: relative;
  background-size: cover;
  background-image: url('../img/bg-projet.jpeg');
  background-position: center center;
}
.section-projet.bb{border-bottom: .0125rem solid var(--vert);}
.section-projet .section-projet-title h2.titre-heading{
  position: relative;
  padding-left: 3.75rem;
}
.section-projet .section-projet-title h2.titre-heading:before{
    content: url(../img/titre-heading.png);
    left: 0;
    position: absolute;
    top: -2.25rem;
}
.section-projet .section-projet-title p{
  font-size: 1.75rem;
  padding-left: 3.75rem;
  font-weight: 300;
}
.section-projet .section-projet-categorie li{
    justify-content: center;
    background: #2a2a2a;
    position: relative;
    transition: .3s ease;
    padding:2rem 1rem;
    border-color: #e6e6e6 !important;
    background-color: #f2f3f5 !important;
    flex-grow: 1;
    flex-basis: 0;
    min-width: 0;
}

 .section-projet .section-projet-categorie li:not(:last-child){
  border-right: 1px solid rgba(230,230,230,.25);
}
.section-projet .section-projet-categorie li a{
  font-size: .85rem;
  font-weight: 500;
  font-family: "Nunito";
  line-height: 1;
}
.section-projet .section-projet-categorie li span{
  margin-right: 1rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center center;
  width: 2.5rem;
  height: 2.5rem;
  background-size: cover;
  background-repeat: no-repeat;
  flex-grow: 0;
  flex-shrink: 0;
}
.section-projet .section-projet-categorie li span.projet-categorie-0{
  background-image: url('../img/counter-container-noir.png');
}
.section-projet .section-projet-categorie li span.projet-categorie-1{
  background-image: url('../img/counter-container.png');
}
.section-projet .section-projet-categorie li span.projet-categorie-2{
  background-image: url('../img/counter-container-jaune.png');
}
.section-projet .section-projet-categorie li span.projet-categorie-3{
  background-image: url('../img/counter-container-bleu-vert.png');
}
.section-projet .section-projet-categorie li span.projet-categorie-4{
  background-image: url('../img/counter-container-bleu.png');
}
.section-projet .section-projet-categorie li span.projet-categorie-5{
  background-image: url('../img/counter-container-orange.png');
}
.section-projet ul li .projet-container,
.section-actu ul li .projet-container
{
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background:#fff;
  position: relative;
  z-index: 9;
}
.section-projet ul li .projet-container.projet-biblio{
    border-radius: var(--s10);
    box-shadow: 0 var(--s10) 3.75rem 0 rgba(0, 0, 0, 0.1);
    
    position: relative;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
    
}
/* .section-projet ul li .projet-container.projet-biblio:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.25);
  border-radius: var(--s10);
} */
.section-projet ul li .projet-container.projet-biblio .projet-img-container {
    /* padding: 2.5rem 1rem; */
    /* background-color: #fff; */
    border-radius: var(--s10);
}
.section-projet ul li .projet-container .biblio-img-container{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 2.5rem 1rem;
  border-radius: var(--s10) 0 0 var(--s10);
  min-height: 16.25rem;
}
.section-projet ul li .projet-container.projet-biblio .biblio-info-container {
  padding: 2.5rem 1rem;
  background-image: url(../img/bg-btn-biblio.png);
  background-position: center center;
}
.section-projet ul li .projet-container.projet-biblio .biblio-info-container h3 {
    margin:0;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.section-projet ul li .projet-container.projet-biblio .biblio-info-container .contenu-biblio {
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
}
.section-projet ul li .projet-container.projet-biblio .biblio-info-container p {
  margin: 0 0 1rem 0;
  font-size: 1.25rem;
}
.section-projet ul li .projet-container.projet-biblio .biblio-info-container.biblio-info-color-container-1 p{
  color: var(--vert);
}
.section-projet ul li .projet-container.projet-biblio .biblio-info-container.biblio-info-color-container-2 p{
  color: #f2a923;
}
.section-projet ul li .projet-container.projet-biblio .biblio-info-container.biblio-info-color-container-3 p{
  color: #29b0a9;
}
.section-projet ul li .projet-container.projet-biblio .biblio-info-container.biblio-info-color-container-4 p{
  color: #2a72af;
}
.section-projet ul li .projet-container.projet-biblio .projet-img-container-read {
  background-image: url(../img/bg-btn-biblio.png);
  background-repeat: no-repeat;
  padding: 3rem 1rem;
  border-radius: 0 var(--s10) var(--s10) 0;
}
.section-projet ul li .projet-container.projet-biblio .projet-img-container span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 4.6875rem;
  height: 4.6875rem;
  border: 0.5625rem solid #fff;
  border-radius: 50%;
  background-color: var(--secondary);
}
.section-projet ul li .projet-container.projet-biblio:hover .projet-img-container span {
  background-color: var(--vert);
}
.section-projet ul li .projet-container.projet-biblio .btn-biblio {
    display: flex;
    align-items: center;
    justify-content: center;
    padding:.5rem;
    padding-left: 0;
    background-color: #e4e7eb;
    font-size: 1rem;
    line-height: 1.3;
    font-family: "Nunito";
    font-weight: 300;
    margin-top: 2rem;
    border-radius: 5rem;
}
.section-projet ul li .projet-container.projet-biblio .btn-biblio.projet-categorie-1,
.section-projet ul li .projet-container.projet-biblio:hover .btn-biblio.projet-categorie-1,.biblio-color-container-1 {
  background: var(--vert);
  color: #fff;
}
.section-projet ul li .projet-container.projet-biblio .btn-biblio.projet-categorie-2,
.section-projet ul li .projet-container.projet-biblio:hover .btn-biblio.projet-categorie-2,.biblio-color-container-2 {
  background: #f2a923;
  color: #fff;
}
.section-projet ul li .projet-container.projet-biblio .btn-biblio.projet-categorie-3,
.section-projet ul li .projet-container.projet-biblio:hover .btn-biblio.projet-categorie-3,.biblio-color-container-3 {
  background:#29b0a9;
  color: #fff;
}
.section-projet ul li .projet-container.projet-biblio .btn-biblio.projet-categorie-4,
.section-projet ul li .projet-container.projet-biblio:hover .btn-biblio.projet-categorie-4,.biblio-color-container-4 {
  background:#2a72af;
  color: #fff;
}
.section-projet ul li .projet-container .projet-img,.section-actu ul li .projet-container .projet-img{
  position: relative;
  background-size: cover;
  background-position: center center;
  min-height: 15.625rem;
  max-height: 15.625rem;
}
.section-actu ul li .projet-container .projet-img.mini{
  position: relative;
  background-size: cover;
  background-position: center center;
  min-height: 10rem;
  max-height: 10rem;
}
.section-projet ul li .projet-container .projet-img-container img,.h-282,
.section-actu ul li .projet-container .projet-img-container img{
    width: 100%;
    max-height: 282px;
}
.section-projet ul li .projet-container .projet-img-container .badge{
    position: absolute;
    bottom:-1rem;
    right: 1rem;
    color: #fff;
    padding: 0.5rem 0.9375rem;
    font-size: .85rem;
    border-radius: 0;
    font-weight: 500;
    font-family: "Nunito";
}

.section-projet ul li .projet-container .projet-info-container,
.section-actu ul li .projet-container .projet-info-container{
    padding: 1.25rem;
}
.section-projet ul li .projet-container .projet-info-container h3,
.section-actu ul li .projet-container .projet-info-container h3,
.section-equipe ul li .profile-container h2
{
    color: var(--noir222);
    font-size: 1.125rem;
    font-family: "Nunito";
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 1rem;
    min-height: 2.6875rem;
}
.section-projet ul li .projet-container .projet-info-container h3.galerie-h3{
  min-height: 4rem;
  font-size: 1rem;
  text-align: center;
  font-weight: 400;
}
.section-projet ul li .projet-container .projet-info-container p,.section-projet .post p ,
.section-actu ul li .projet-container .projet-info-container p,.section-actu .post p 
{
    font-size: .95rem;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.section-projet ul li .projet-container .projet-info-container p,
.section-actu ul li .projet-container .projet-info-container p,
.section-equipe ul li .profile-container p
{
  font-size: .85rem;
}
.section-projet ul li .projet-container .projet-info-container .date-container{
    padding: .5rem 1rem;
  margin: .75rem 0;
  background-color: #f2f3f5 !important;
  border-radius: .5rem;
}
.section-projet ul li .projet-container .projet-info-container .date-container .date-item-container:not(.last){
  border-right: 1px solid #e6e6e6;
}
.section-projet ul li .projet-container .projet-info-container .date-container h5 {
    font-size: .75rem;
    margin: 0;
}
.section-projet ul li .projet-container .projet-info-container .date-container p {
  padding: 0;
  font-size: .75rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.section-projet ul li .projet-container .projet-info-container a.btn-categorie,
.section-actu ul li .projet-container .projet-info-container a.btn-categorie
 {
  padding: .25rem;
  font-size: .9rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7rem;
  margin-top: 2rem;
}
.section-projet ul li .projet-container .projet-info-container a.btn-categorie.position-absolute,
.section-projet ul li .projet-container  a.btn-categorie.position-absolute.btn-galerie-photo
{
  top: 0;
  left: 50%;
  transform: translate(-50%,100%);
  width: auto;
  padding: .25rem .5rem;
}
.section-projet ul li .projet-container  a.btn-categorie.position-absolute.btn-galerie-photo{
  top: 40%;
  transform: translate(-50%,-50%);
  width: 3rem !important;
  height: 3rem !important;
}
.section-projet ul li .projet-container .projet-info-container a.btn-categorie.position-absolute img,
a.btn-categorie.position-absolute img
{
  height: 0;
  width: 0!important;
}
.section-projet ul li .projet-container .projet-img-container .badge:hover,
.section-projet ul li .projet-container .projet-info-container a.btn-categorie:hover{
  color: var(--noir28);
}
.section-projet ul li .projet-container .projet-img-container .badge.projet-categorie-1,
.section-projet ul li .projet-container.projet-biblio .projet-img-container span.projet-categorie-1,
.section-projet ul li .projet-container .projet-info-container a.btn-categorie.projet-categorie-1{
    background:var(--vert);
}
.section-projet ul li .projet-container .projet-img-container .badge.projet-categorie-2,
.section-projet ul li .projet-container.projet-biblio .projet-img-container span.projet-categorie-2,
.section-projet ul li .projet-container .projet-info-container a.btn-categorie.projet-categorie-2{
    background:#f2a923;
}
.section-projet ul li .projet-container .projet-img-container .badge.projet-categorie-3,
.section-projet ul li .projet-container.projet-biblio .projet-img-container span.projet-categorie-3,
.section-projet ul li .projet-container .projet-info-container a.btn-categorie.projet-categorie-3{
    background:#29b0a9;
}
.section-projet ul li .projet-container .projet-img-container .badge.projet-categorie-4,
.section-projet ul li .projet-container.projet-biblio .projet-img-container span.projet-categorie-4,
.section-projet ul li .projet-container .projet-info-container a.btn-categorie.projet-categorie-4,
.section-actu ul li .projet-container .projet-info-container a.btn-categorie
{
    background:#2a72af;
}
.section-projet ul li .projet-container .projet-img-container .badge.projet-categorie-5,
.section-projet ul li .projet-container.projet-biblio .projet-img-container span.projet-categorie-5,
.section-projet ul li .projet-container .projet-info-container a.btn-categorie.projet-categorie-5{
    background:#e95233;
}

.section-projet .input-group,
.section-actualite .input-group{
  flex-wrap: nowrap;
  width: auto;
}
.section-projet input,
.section-actualite input
{
  border-radius:3px 0 0 3px;
  flex-grow: 1;
  flex-basis: 0;
}
.section-projet form input,.section-projet form button,
.section-actualite form input,.section-actualite form button{height: 2.5rem;margin: 0 !important;}
.section-projet form button,.section-actualite form button{background: var(--vert);
  width: 5rem;
  border-radius:3px 0 0 3px;
  color: #fff;
}
/* .section-projet .btn{
    padding: 10px 16px;
    font-size: 15px;
    line-height: 1.33;
    border-radius:0 3px 3px 0;
    border: 1px solid #ced4da;
} */

.section-projet .single-post{
  margin-top: -4rem;
  margin-bottom: -4rem;
}
.section-projet .project-img-principal {
  width: 100%;
  min-height: 28rem;
  background-repeat: repeat;
    background-size: 25%;
}
.section-projet h2.project-title{
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background: rgba(0,0,0,.6);
  padding: 2rem;
  margin: 0 12rem;
}


.section-projet .project-meta {
  background-color: var(--noir28);
  padding: var(--s20);
  font-family: "Nunito";
}
.section-projet .project-meta h3{
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
}
.section-projet .project-meta h6{
  color: #fff;
  font-size: .95rem;
  margin: 0;
  font-weight: 300;
  margin-top: .5rem;
}
.section-projet .project-img-grid {
  column-count: 4;
    column-gap: var(--s10);
}
.section-projet .project-img-grid  a.figure{
    margin: 0;
    display: grid;
    grid-template-rows: 1fr auto;
    margin-bottom: var(--s10);
    break-inside: avoid;
}
.section-projet .project-img-grid  a.figure > img {
  grid-row: 1 / -1;
  grid-column: 1;
  max-width: 100%;
    display: block;
}
.section-projet .project-slide-title {
  /* background: var(--vert);
  background: #fff; */
  /* display: flex;
  align-items: center;
  justify-content: center; */
  /* color: #fff;
  font-size: 1rem;
  text-align: center;
  line-height: 1.5;
  padding: 3rem;
  font-weight: 300;
  background: #fff;
  padding: 2rem; */
  background: #fff;
  padding: 2rem;
}
.section-projet .project-slide-title-2 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  margin: 2rem 0;
}
.section-projet .single-post p.resume-p {
  background: rgba(0,0,0,.7);
  padding: 1rem;
  bottom: 0;
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  position: absolute;
  left: 0;
  right: 0;
}
.section-projet .single-post h1 {
    border-bottom: 4px solid #f8f7f3;
    margin-bottom: 1rem;
}
.section-projet .projet-post {
    position: relative;
    padding: 2rem 1rem;
    background-color: #f2f3f5 !important;
    font-size: .95rem;
}
.section-projet .projet-post  >* {
    background-color: transparent !important;
}
/*------------------------------------------------------------------
Section galerie
-------------------------------------------------------------------*/
.section-galerie{
  padding: 3rem 0 0;
  position: relative;
  background: var(--bg-f7);
  
  background-color: #ECF0F4;
  background-image: url(../img/bg-galerie.jpeg);
  background-repeat: no-repeat;
}
.section-galerie .galerie-titre{
  color: var(--vert);
  font-size: 1.25rem;
  margin-bottom: .25rem;
}
.section-galerie .galerie-sous-titre{
  /* position: relative;
  font-size: 2.5rem;
  font-weight: 500; */
  /* padding:2rem 0; */
  /* margin-bottom: 1rem;
  font-family: "Nunito";
  color: var(--noir222);
  line-height: 1;
  white-space: pre-line; */

  font-size: 1.75rem;
  padding-left: 3.75rem;
  font-weight: 300;
}
.section-galerie .img-container{
    position: relative;
    min-height: 18rem;
}
.section-galerie .img-container-2{
  position: relative;
  border: .25rem solid #fff;
  height: 20rem;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.section-galerie .img-container-2:after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,.2);
}
.section-galerie .img-container-2:hover .galerie-opener{
	opacity: 1;
	transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;}
.section-galerie .img-container-2:hover .galerie-titre {opacity:0; bottom:-var(--s10);}
.section-galerie .img-container-2 .galerie-titre,.section-projet ul li .projet-container .projet-info-container.info-galerie{
  transition: all 0.3s linear 0.1s;
	-webkit-transition: all 0.3s linear 0.1s;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  z-index: 1;
  font-size: .85rem;
  padding:0 1rem;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 49%, rgba(0,0,0,0.6) 71%, rgba(0,0,0,0.6) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 49%,rgba(0,0,0,0.6) 71%,rgba(0,0,0,0.6) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 49%,rgba(0,0,0,0.6) 71%,rgba(0,0,0,0.6) 100%);
}
.section-galerie .img-container-2 .galerie-opener{
  transition: all 0.2s linear 0s;
  position: absolute;
  top: 55%;
  left: 50%;
  color: #fff;
  z-index: 1;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  opacity: 0;
}

.section-galerie .img-container-2 .galerie-opener a,a.btn-categorie.position-absolute.btn-galerie-photo {
	width: 4rem!important;
  height: 4rem!important;
  background: var(--vert);
  font-size: 1.2rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: .5rem;
  font-size: .95rem;
}
.section-galerie .img-container-2 .galerie-opener a span {font-size: .95rem;
  padding: 0 .5rem 0 0;}
.section-galerie .img-container-2 a img{z-index: -1;position: relative;width: 0;}
.section-galerie .img-container h6 {
  position: absolute;
  right: 0;
  bottom: 1rem;
  left: 0;
  text-align: center;
  background: rgb(255, 255, 255);
  margin: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .5rem;
  border-radius: 5rem;
  font-size: .85rem;
  font-weight: 500;
}
.section-galerie .img-container-2 h6 {
  text-align: center;
  margin: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .5rem;
  border-radius: 5rem;
  font-size: .85rem;
  font-weight: 500;
}
.section-galerie .img-container a {
  position: absolute;
  top: 0;
  left: 0;
  border: .25rem solid white;
  box-shadow: 0 1px 3px -2px rgba(0,0,0,.5);
  transition: all 0.3s ease-out;
  border-radius: .5rem;
}
.section-galerie .img-container a:nth-child(1) {
  z-index: 9;
}
.section-galerie .img-container a:nth-child(2) {
  transform: rotate3d(0,0,1,6deg);
}
.section-galerie .img-container a:nth-child(3) {
  transform: rotate3d(0,0,1,-6deg);
}
.section-galerie .img-container a:nth-child(4) {
  transform: rotate3d(0,0,1,4deg);
}
.section-galerie .img-container a:nth-child(5) {
  transform: rotate3d(0,0,1,-4deg);
}
.section-galerie .img-container:hover a:nth-child(1) {
  transform: scale(1.02);
}
.section-galerie .img-container:hover a:nth-child(2) {
  transform: translate3d(10%, 0, 0) rotate3d(0,0,1,6deg);
}
.section-galerie .img-container:hover a:nth-child(3) {
  transform: translate3d(-10%, 0, 0) rotate3d(0,0,1,-6deg);
}
.section-galerie .img-container:hover a:nth-child(4) {
  transform: translate3d(2%, -5%, 0) rotate3d(0,0,1,4deg);
}
.section-galerie .img-container:hover a:nth-child(5) {
  transform: translate3d(-5%, -2%, 0) rotate3d(0,0,1,4deg);
}
/*------------------------------------------------------------------
Section Actu
-------------------------------------------------------------------*/
.section-actu{
  padding: 3rem 1rem 0;
}
.section-actu .title-with-bar-h2-text-dark {
  font-size: 1.25rem;
}
.btn-actu-all{
  background-color: #2a72af;
  padding: .5rem 2rem;
  font-size: .95rem;
  border-radius: 2rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
}
.btn-actu-all:hover{
  color: var(--noir28);
}
/*------------------------------------------------------------------
Section Causes
-------------------------------------------------------------------*/
.cause-container{
  /* background: #eef4f8; */
}
.cause h2{
  font-size: 2rem;
  color: #fff;
  text-align: center;
}
.cause-container h3,.metier-container h3{
  font-size: 1.25rem;
}
.cause-container h3 i{
  padding-right: .6325rem;
  color: var(--jaune);
}
.cause-container p{
  font-size: .95rem;
  padding: 0 1.88rem;
}
.cause-container p.add-puce{
  position: relative;
  padding-right: 0;
  /* margin-bottom: 2rem; */
}
.cause-container p.add-puce:before{
  position: absolute;
  content: "\f058";
  font-family: 'FontAwesome';
  left: 0;
}
.title-icon {
    margin: 0 auto;
    max-width: 160px;
    position: relative;
    text-align: center;
}
.title-icon i{
    color: var(--vert);
    font-size: 1.5rem;
}
.title-icon::before,.title-icon::after {
    content: "";
    height: 2px;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 36px;
    background: var(--vert);
}
.title-icon::before {
    right: 10px;
}
.title-icon::after {
    left: 10px;
}
.cause .title-icon i,.metier .title-icon i{
    color: #fff!important;
}
.cause .title-icon::before,.cause .title-icon::after,.metier .title-icon::before,.metier .title-icon::after {
    background: #fff!important;
}
.circular-metier {
    width: 23rem;
    height: 23rem;
    position: relative;
    margin: 3.125rem auto 0;
    border:1.5625rem solid var(--vert);
    border-radius: 50%;
}
.circular-metier .item {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background: var(--vert);
  line-height: 1.5;
  text-align: center;
  font-size: .8rem;
  font-weight: 700;
  font-weight: 500;
  color: #fff;
}
.circular-metier .item:nth-child(1) {
  left: 50%;
  top: -4.0625rem;
  transform: translateX(-50%);
  background: #1563a5;
}
.circular-metier .item:nth-child(2) {
  right: -5rem;
  top: 50%;
  transform: translateY(-50%);
  background: #ea1b64;
}
.circular-metier .item:nth-child(3) {
  left: 50%;
   bottom: -4.0625rem;
  transform: translateX(-50%);
  background: #4bc1b4;
}
.circular-metier .item:nth-child(4) {
  left: -5rem;
  top: 50%;
  transform: translateY(-50%);
  background: #75499d;
}
.circular-metier h2{
  padding: 3.25rem;
  margin: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--noir222);
  font-size: 1.2rem;
}
/* Vision*/
.vision-p{
  color: var(--noir222)!important;
  font-size: 1.1rem!important;
}
.vision-p.vision-p-1{
  color: var(--noir222)!important;
  font-size: 1rem!important;
}
.section-vision-title h2{
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}
.section-vision-title p{
    font-size: 1.125rem;
    font-weight: 600;
    text-align: center;
}
.vision-container{
  padding:1.5rem;
}
.vision-container .vision-icon {
    height: 3rem;
    width: 3rem;
    border-radius: 50%;
    margin:0 auto;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.vision-container.bg-ecf .vision-icon{
  background-color: var(--vert);
  color: #fff;
  font-size: .95rem;
  height: 1.5rem;
  width: 1.5rem;
}
/* .vision-container.bg-ecf .vision-icon i{
  background-color: var(--vert);
  color: var(--vert);
} */
.vision-container.bg-bleu-vert .vision-icon i{
  color: var(--bleu-vert);
}
.vision-container.bg-jaune .vision-icon i{
  color: var(--jaune);
}
.vision-container.bg-rouge .vision-icon i{
  color: var(--rouge);
}
.vision-container.bg-vert .vision-icon i{
  color: var(--vert);
}
.vision-container p{
    text-align: center;
    margin: 0;
  color: var(--noir222);
}
.vision-container.bg-ecf p{
    text-align: left;
    margin: 0;
  color: var(--noir222);
  font-size: .95rem;
  position: relative;
  padding: 0 1.88rem;
}
.vision-container.bg-ecf p::before {
  position: absolute;
  content: "\f058";
  font-family: 'FontAwesome';
  left: 0;
  color: var(--vert);
  font-size:1rem;
}
.vision-container.bg-vert p,
.vision-container.bg-rouge p,
.vision-container.bg-bleu-vert p
{
    color: #fff;
    /* margin: 17px auto */
}
.valeur-item{
  padding-left: 3rem;
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: "Montserrat", sans-serif !important;
  font-size: 2rem;
  font-weight: 500;
  margin: 1rem 0;
  text-align: center;
  color: #fff;

  padding: 30px 0px 30px 0px;
  background-image: url(../img/bg-valeur.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.valeur-item.valeur-2{background-image: url(../img/bg-valeur-jaune.png);}
.valeur-item.valeur-3{background-image: url(../img/bg-valeur-bleu.png);}
.valeur-item.valeur-4{background-image: url(../img/bg-valeur-orange.png);}
.divider{
  margin:1.25rem 0;
  border-bottom: 1px solid #bfc4c0;
}
/* Back to Top Button */
#back-to-top{
	position: fixed;
  right: 1rem;
  bottom: .5rem;
  padding: 0.5rem .75rem;
  border-radius: 3px;
  background: var(--vert);
  color: #ffffff;
  font-size: 1.5rem;
  display: none;
}
/*.shop-floating{
	position: fixed;
  right: 0;
  background: var(--vert);
  color: #ffffff;
  z-index: 9;
  height: 2.5rem;
  font-size: .75rem;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: start;
  font-weight: 500;
  font-family: "Nunito";
  line-height: 1.1;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 .75rem;
}
.shop-floating:hover,.shop-floating:focus,.shop-floating:active{
  color: var(--noir222);
}*/
.sh-element{display: none;margin: 5rem 0;}
.whatsapp-button {
  position: fixed;
  transform:translate(7.8125rem,0px);
  top:25%;
  right:0;
  width:9.375rem;
  width:10.5rem;
  overflow: hidden;
  background-color: #25d366;
  color: #FFF;
  border-radius: 0.25rem 0 0 0.25rem;
  z-index: 99;
  transition: all 0.5s ease-in-out;
  vertical-align: middle
}
.whatsapp-button.whatsapp-button-form {
  position: static;
  width: 100%;
  transform: translate(0);
  border-radius: 0.25rem;
  
}
.whatsapp-button a span {
  color: #fff;
  font-size: .85rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  position: absolute;
  line-height: 1rem;
}
.whatsapp-button i {
  font-size: 1.875rem;
  color: #fff;
  line-height: 1.875rem;
  padding: 0.625rem;
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out;
  text-align: center;
}
.whatsapp-button:hover {
  color: #fff;
  transform:translate(0,0);
}
.whatsapp-button:hover i  {
  transform:rotate(360deg);
}
/*------------------------------------------------------------------
[ Faire un don ]
-------------------------------------------------------------------*/
.autre-container,/*.argent-container,*/.materiel-container,.cause-container{display:none;}
.section-don{
    position: relative;
}
.section-don.section-don-form{
  padding: 4rem 0;
  background-image: url(../img/bg-contact.jpeg);
}

.section-don .don-container {
  max-height: 40rem;
}
.section-don .don-container figure img{
    width: 100%;
}
.section-don .don-container figure .don-btn-container{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.section-don .don-container .don-content{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 15px 30px 15px;
    z-index: 2;
}
.section-don .don-container .don-content h2{
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
}
.section-don .don-container .don-content  p{
    padding: 2rem 2rem;
    color: #fff;
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.1;
    font-weight: 100;
}
.section-don .don-container .don-content a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  background: #fff;
  padding: .75rem 2rem;
  font-size: 1.25rem;
  color: #000;
  font-family: Montserrat;
}
.section-don .don-container .don-content  a img{ 
  margin-left: 1rem;
  width: 2rem;
}
.section-don h1{
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 3rem;
  font-family: "Montserrat";
  line-height: 1.2;
}
/*.section-don h6{
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .15rem;
} */
.section-don .form-container img{
  position: relative;
  margin-bottom: -10.3125rem ;
  border-radius: var(--s10);
}
.section-don form {
    background-color: #FFFFFF;
    border-radius: var(--s10);
    padding: 2.5rem 2.5rem 1rem;
    position: relative;
    margin: 0 2rem 4.6875rem;
    box-shadow: 11px 10px 38px rgba(0, 0, 0, 0.1);
}

.section-don form label{
    display: block;
    font-weight: 300;
    font-size: 1.15rem;
    margin-top: 1rem;
}
.section-don form .label-section{
    /* border-top: 1px solid rgba(0, 0, 0, 0.1); */
    font-size: 1.5rem;
    font-weight: 700;
    padding: 1.5rem 0 1rem;
    padding: .5rem 0;
    margin: 0;
    font-family: "Nunito";
}
.section-don form ul:not(.chosen-choices):not(.chosen-results) li{
    margin-right: 3rem;
    display: inline-block;
    padding: .5rem 0;
    position: relative;
}
.section-don form ul:not(.chosen-choices):not(.chosen-results) li:last-child{
    margin-right: 0;
}
.section-don form ul:not(.chosen-choices):not(.chosen-results) li input[type="radio"],.section-don form ul:not(.chosen-choices):not(.chosen-results) li input[type="checkbox"]{
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.section-don form ul:not(.chosen-choices):not(.chosen-results) li span,.section-don form .li-span{
  cursor: pointer;
  position: relative;
  padding-left: 2rem;
  transition: 0.3s;
  display: inline-block;
  font-weight: 700;
  font-size: .95rem;
  font-family: "Nunito";
}
.section-don form ul:not(.chosen-choices):not(.chosen-results) li span:before,.section-don form ul:not(.chosen-choices):not(.chosen-results) li span:after{
   content: '';
    position: absolute;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}
.section-don form ul:not(.chosen-choices):not(.chosen-results) li span:before{
    color:#ccc;
    background-color:#ccc;
    cursor: pointer;
    left: 0;
    width: var(--s20);
    height: var(--s20);
    border-width: 0.125em;
    border-style: solid;
}
.section-don form ul:not(.chosen-choices):not(.chosen-results) li span:after{
    left: 0.3125rem;
    width: var(--s10);
    height: var(--s10);
}
.section-don form ul:not(.chosen-choices):not(.chosen-results) li span:hover:before{
  border-color: var(--vert);
}
.section-don form ul:not(.chosen-choices):not(.chosen-results) li input:checked + span:before{
  border-color: var(--vert);
}
.section-don form ul:not(.chosen-choices):not(.chosen-results) li input:checked + span:after{
  background-color: var(--vert);
}
.section-don .don-how {
  display: block;
  padding: .25rem 1rem;
}
.section-don .don-how b{
  font-weight: 700;
  font-family: "Nunito";
  font-size: .95rem;
}
.section-don .don-how li,.section-don .don-how li span{
  margin-right: 1rem;
  font-weight: 600;
  font-family: "Nunito";
  font-size: .95rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section-don .don-how li span{
  margin-right: 0;
}
.section-don .don-how li span::before,.section-don .don-how li span::after-{
  top: 30%;
  left: 2rem !important;
}
.section-don .don-how em{
  color: var(--vert);
  margin-right: 1rem;
}
.section-don .don-how img{
  width: 2.5rem;
  margin-right: .5rem;
  border-radius: .25rem;
  margin-bottom: .5rem;
}
.section-don form .btn{
  padding: .85rem 2rem !important;
  height: auto !important;
  margin: 2rem 0 !important;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 2rem !important;
  width: auto !important;
}
/*------------------------------------------------------------------
[ 2. Bibliotheque ]
-------------------------------------------------------------------*/
.filtre-section .nav-tabs {
  top: -64px;
  position: relative;
  border: 0;
}
.filtre-section .nav-tabs li {
  margin: 0px 0px 0px -6px;
  display: inline-block;
  vertical-align: bottom;
  position: relative;
}
.filtre-section .nav-tabs > li:first-child {
  margin: 0px;
}
.filtre-section .nav-tabs li a {
  font-weight: 600;
  padding: .75rem 2rem;
  background-color: #fff;
  position: relative;
  display: block;
  /* font-family: "Nunito", sans-serif; */
  font-size: .8rem;
}
.filtre-section .nav-tabs  li.active  a,
.filtre-section .nav-tabs > li.active a:focus {
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
}
.filtre-section .nav-tabs  li.active  a,
.filtre-section .nav-tabs  li a:hover,
.filtre-section .nav-tabs > li.active a:focus {
  color: #fff;
  background-color: var(--vert);
}
.filtre-section .nav-tabs > li.active > a:before {
  content: "";
  border-right: 1rem solid #000;
  border-top: 1rem solid transparent;
  position: absolute;
  left: -1rem;
  top: 0px;
}
/*------------------------------------------------------------------
[ 2. Flash info ]
-------------------------------------------------------------------*/
section.section-flash {position: relative;background: #f00;margin-bottom: 2rem;}
.section-flash h2{font-size: .8rem;}
/* .section-flash .info-container{overflow: hidden;position: relative;} */
.section-flash ul.slide-flash li{font-size: .8rem;}
.section-flash ul.slide-flash li{font-size: .8rem;}
.section-flash ul.slide-flash .owl-nav{
  position: absolute;
  right: -8.33333333%;
  right: -10%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next{
  height: 1rem;
  background: rgba(0,0,0,0.7);
  width: 1rem;
  color: #fff;
  line-height: 1rem;
}
.owl-carousel .owl-nav button.owl-prev{margin-right: .2rem;}
.owl-carousel .owl-nav button span{
  margin-top: -.2rem;
  display: block;
}
/*:::::::::::::::::::::::::Slider::::::::::::::::::::*/
ol.flex-control-nav.flex-control-paging{margin: 0;
    position: absolute;
   top: 50%;
    right: 0;}
ol.flex-control-nav.flex-control-paging li {display: inline-block;margin: 0 3px;}
ol.flex-control-nav.flex-control-paging li a {width: 10px;height: 10px;background: #eee;border-radius: 50%;display: block;text-indent: -9999px;}
ol.flex-control-nav.flex-control-paging li a.flex-active {background:#00b9df;}
/*------------------------------------------------------------------
[ Footer  Style]
-------------------------------------------------------------------*/
.video-container,.pdf-reader{
    /* display: none; */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 102;
    overflow: visible;
}
.video-container{
  min-width: 25rem;
  max-width: 50rem;
}
.video-close{
  position: absolute;
  top: 0;
  right: 0;
  padding: .125rem;
  font-size: 2rem;
  background-color: var(--vert);
  color: #fff;
  color: #fff;
  border-radius: 50%;
}
/*------------------------------------------------------------------
[ Input form ]
-------------------------------------------------------------------*/
.needs-validation label{
  font-size: .8rem;
  font-weight: 600;
}
.needs-validation input[type=text],.needs-validation input[type=email],.needs-validation input[type=submit],.needs-validation select{
  background: #fff;
  background: var(--table-border-05);
  border: 1px solid var(--table-border-5) !important;
  height: 3rem;
  border-radius: .25rem;
  margin: 1rem 0;
  width: 100%;
  padding: 0.375rem 0.75rem;
}
.needs-validation input[type=submit]{
  background-color: var(--vert);
  color: #fff;
}
.needs-validation input[type=submit]:hover,.needs-validation input[type=submit]:active{
  background-color: var(--vert_5);
  color: var(--noir28);
}
.invalid-feedback{margin-top: -.5rem;
  font-size: .75em;}
/*------------------------------------------------------------------
[ Footer  Style]
-------------------------------------------------------------------*/
footer {
  padding: 3rem 0 0;
  background-image: url(../img/footer_bg.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
  position: relative;
  color: #CCCCCC;
  font-size: .9rem;
  font-family: "Montserrat";
  font-family: "Nunito";
}
footer::before{
  position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    z-index: 0;
}
footer .overlay {
  background-color: #222429;
  opacity: 0.92;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
footer img.img-logo{
  width: 8rem;
}
footer ul.social{
  display: flex;
}
footer ul.social li{
  margin-right: 1rem;
}
footer ul.social li a{
    color: #FFFFFF;
    background-color: #2C2E33;
    font-size: 1.5rem;
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
footer ul.social li a.social-facebook{background-color:#4e67ad ;}
footer ul.social li a.social-youtube{background-color:#de4135 ;}
footer h5{
    border-bottom: 1px solid #444;
    color: #fff;
    margin-bottom: 1.5rem;
    padding-bottom: 1.15rem;
    position: relative;
    font-size:1.15rem;
    font-weight: 400;
}
footer h5:after{
  bottom: -.1rem;
  content: " ";
  height: .125rem;
  left: 0;
  position: absolute;
  width: 1.5rem;
  background: var(--vert);
}
footer ul li a{
  display: block;
  transition: all 0.3s ease;
  padding-bottom: 1rem;
} 
footer ul.menu li a:hover{
  color: #fff;
}
footer ul.contact li{
  display: flex;
  align-items: center;
  margin-bottom: .5rem;
} 
footer ul.contact li i{
  margin-right: 1rem;
  color: var(--vert);
} 
.post-thumb {
    float: left;
    margin: 0 10px 10px 0;
}
footer .copyright {
  background: rgba(0, 0, 0, 0.5);
  padding: 1rem 0;
  margin: 1rem 0 0;
  position: relative;
}
/* Appel à candidature */
.appel-offre {
  position: relative;
  font-size: 16px;
  color: #FFF;
  background-color:#149d4c;
  line-height: 1;
}
.appel-offre .date-limite{
  background-color: rgba(255,255,255,.5);
  padding: 10px 15px;
  border-radius: 25px;
  font-size: 12px;
  color: #111;
  white-space: nowrap;
}
.appel-offre .fa{
  font-size: 1.5rem;
}

.appel-offre a{
  padding: 15px 20px;
  background-color: rgba(20, 157, 76, 0.5);
  background-color: #fff;
  color: #111;
  font-size: 13px;
  display: flex;
  align-items: center;
  font-weight: 600;
  white-space: nowrap;
}
.appel-overlay {
  background:rgba(0, 0, 0, .75);
  margin: 0;
  height: 100%;
  z-index: 10000;
  position: fixed;
  width: 100%;
  top:0;
  display: flex;
}
.appel-overlay-container {
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 1em 1em 1em 1em;
    box-shadow: 8px 8px 16px 0 rgba(0, 0, 0, 0.1);
    min-height: 20.8125em;
    padding: 1.25em;
    justify-content: center;
    align-items: center;
    width: 49.375em;
    margin: auto;
   position: relative;
}
.appel-overlay-container h1{
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 0;
}
.appel-overlay-container a{
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px;
  display: block;
}
.appel-overlay-container img{
  border: 1px solid #eee;
  padding: 1rem;
}
.appel-overlay-container .close-x{
    top: 0.3125em;
    right: 0.3125em;
    font-size: 1.5625em;
    color: rgba(255, 0, 0,.5);
    position: absolute;
    width: 1.5em;
    height: 1.5em;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s cubic-bezier(.27,1.64,.32,.95);
}
.appel-overlay-container .close-x:hover{
  color: rgba(255, 0, 0,1);
}

/* Growl */
.ontop, #growls-default {z-index: 50000;position: fixed; }
#growls-default { top: 0; right: 0; left: 0; }
.growl {position: relative;transition: var(--transition); }
  .growl.growl-incoming {
    opacity: 0;
    filter: alpha(opacity=0); }
  .growl.growl-outgoing {
    opacity: 0;
    filter: alpha(opacity=0); }
  .growl.growl-small {
    width: 200px;
    padding: 5px;
    margin: 5px; }
  .growl.growl-medium {
    width: 250px;
    width: 100%;
    padding: 10px;
    margin: 0;
  }
  .growl.growl-large {
    width: 300px;
    padding: 15px;
    margin: 15px; }
  .growl.growl-default {
    color: #FFF;
    background: #7f8c8d; }
  .growl.growl-error {
    color: #FFF;
    background: var(--rouge); }
  .growl.growl-notice {
    color: #FFF;
    background: var(--vert); }
  .growl.growl-warning {
    color: #FFF;
    background: #F39C12; }
  .growl .growl-close {
    cursor: pointer;
    float: right;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    font-family: helvetica, verdana, sans-serif; }
  .growl .growl-title {display: none;
    font-size: 18px;
    line-height: 24px; }
  .growl .growl-message {text-align: center;
    font-size: 14px;
    line-height: 18px; }

    button.btn-cause-group {
     width: 100%;
      height: 4rem;
      padding: .5rem;
      color: #000;
      gap: 1rem;
      display: flex;
      align-items: center;
      position: relative;
      justify-content: center;
      border-radius: .5rem;
      background-color: #fff;
    border: .1125rem solid #ddd;
}
    button.btn-cause-group.active{
      background-color: var(--vert);
      color: #fff;
      border: 0;
    } 
    
     button.btn-cause-group span{
        font-size: 1rem !important;
        color: #000;
        font-family: "Nunito";
        line-height: 1.25;
      
     } 
     button.btn-cause-group.active span{
      color: #fff;
     }
     button.btn-cause-group i{
        font-size: 1.25rem;
        color: #fff;
    }
     
