

.et_pb_section.header-blog {
    background-color: #00925b;
}
.et_pb_section.header-blog, .et_pb_section.content-blog {
padding: 60px 5% 90px 5%;
}
.et_pb_section.content-blog {
background-color: #fafafa ;
}
.page-article .ariane a {
    color: #fff;
}
@media only screen and (max-width: 980px) {
    .et_pb_section.header-blog {
        background-color: #00925b;
        padding: 60px 40px 90px 40px;
    }
}
.header-blog h1 {
    font-family: Montserrat;
    font-size: 43px;
    font-weight: 700;
    color: #fff;
    }
    .header-blog p {
        font-family: Montserrat;
        font-size: 20px;
        font-weight: normal;
        color:#fff;

    }

.grid {
    width: 103%;
    margin-right: -1.5%;
    margin-left: -1.5%;
}
.content-blog .vignette-article{
    width: calc((100% / 3) - 3%);
    /* width: 31.3333%; */
    margin-right: 1.5%;
    margin-left: 1.5%;
}
.content-blog .vignette-article:nth-child(3n) {
    /* margin-right: 0; */
}
.content-blog .vignette-article:last-child{
    margin-right: 0;
}
.vignette-article .vignette-bot {
    padding: 20px;
    display: flex;
flex-direction: column;
height: calc(100% - 190px);
}
.vignette-article .vignette-bot h3{
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
    padding-bottom: 0;
    text-align: left;
    letter-spacing: 0.01em;
    line-height: 1.6em;
}
.vignette-article .vignette-bot p{
    font-family: Montserrat;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
    padding-bottom: 0;
    text-align: left;
    font-family: Montserrat;
    font-size: 12px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #000;
    font-weight: normal;
    
}
.vignette-article .vignette-top {
    height: 190px;
}
.list-tag {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #d8dee3;
    margin-top: auto;
}
.article-tag {
    padding: 5px 10px;
    margin-right: 10px;
    border-radius: 17px;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #103b27;
    background-color: #d8dee3;
}
.filtres-blog {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
    margin-top: 20px;

}
.filtre-blog {
    color: #103b27;
    font-size: 14px;
    font-weight: 700;
    margin-right: 20px;
    padding: 8px 15px;
    border-radius: 17px;
    background-color: #d8dee3;
    cursor: pointer;
    margin-bottom: 10px;
}
.filtre-blog:hover, .filtre-blog.is-checked {
    background-color: #696969;
    color: #fff;
}
.strat-top-blog {
    display: flex;
}
.strat-top-blog p {
    margin-bottom: 20px;
    font-weight: 700;
}
.strat-top-blog .col-1 {
    width: 80%;
}
.strat-top-blog .col-2 {
    width: 20%;
    text-align: right;
}
.strat-top-blog .col-2 .eg-btn {
    margin-right: 0;
    margin-left: auto;
}
.popup-nl {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-width: 500px;
    min-width: 250px;
    height: auto;
    padding: 20px;
    z-index: 999;
    background-color: #fff;
    border-radius: 0 30px 0 30px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.box-popup {
    display: flex;
    flex-direction: column;
}
.box-popup .eg-btn{
    margin-right: 0;
}
.box-popup .lity-close, .box-popup .lity-close:hover {
    position: absolute;
    top: -25px;
    right: -25px;
    background-color: #f8b322;
    border-radius: 50%;
    border: solid 3px #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
}
.box-popup .wpcf7-not-valid-tip {
position: relative;
}
.box-popup .wpcf7-list-item {
    display: inline-block;
    margin: 0;
    padding: 0 10px 30px 10px;
    text-align: left;
  }

  .box-popup .wpcf7-spinner {
    display: none!important;
    }
.box-popup .wpcf7-list-item {
        font-weight: 400;
        }
        .box-popup p {
            margin-bottom: 0;
        }

/*VERT*/
.grid .vignette-article.vignette-style-vert{
    background-color: #00925b;
}
.grid .vignette-article.vignette-style-vert h3, .grid .vignette-article.vignette-style-vert p {
    color: #fff;
}
.grid .vignette-article.vignette-style-vert .article-tag {
    color: #103b27;
    background-color: #7cccae;
}
.grid .vignette-article.vignette-style-vert .list-tag {
    border-top-color: #7cccae;;
}

/*VERT*/
.grid .vignette-article.vignette-style-jaune{
    background-color: #f8b322;
}
.grid .vignette-article.vignette-style-jaune h3, .grid .vignette-article.vignette-style-jaune p {
    color: #fff;
}
.grid .vignette-article.vignette-style-jaune .article-tag {
    color: #be8000;
    background-color: #ffce67;
}
.grid .vignette-article.vignette-style-jaune .list-tag {
    border-top-color: #ffce67;;
}
.grid {
    display: flex;
    flex-wrap: wrap;
}
.grid .vignette-article {
    margin-bottom: 70px;
}





@media only screen and (max-width: 980px) {
    .strat-top-blog .col-1,.strat-top-blog .col-2 {
    width: 100%;
    }
    .strat-top-blog {
    flex-direction: column;
    }
    .strat-top-blog .col-2 {
    text-align: left;
    order: 1;
    margin-bottom: 20px;
    }
    .strat-top-blog .col-1 {
    order: 2;
    }
    .content-blog .vignette-article {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    }
    .grid .vignette-article {
    margin-bottom: 30px;
    }
    .grid {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    }
    .page-template-eg-blog .header-blog h1 {
    font-size: 30px;
    }
    .page-template-eg-blog .header-blog p {
    font-size: 15px;
    }
    .page-template-eg-blog .header-blog img {
    display: none;
    }
  
}

/*****ARTICLE****/

.header-page.page-article .eg-col-1 {
    width: 100%;
}
.header-page.page-article h1 {
    margin: auto;
    text-align: center;
}
.single-eg-article .inner-header-page {

    margin-left: 0;
    max-width: 100%;
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
  } 
  .single-eg-article  .box-content-page-col1 {
    margin-top: -150px;
    position: relative;
  } 
  .single-eg-article .box-content-page-col2 {
    margin-top: -150px;
    position: relative;
  }
  .single-eg-article .eg-col-1 {
    padding: 20px 5% 30px 5%;
  }
  .single-eg-article .header-page {
    background-size: cover;
    background-position: center;
  }
  @media only screen and (max-width: 980px) {
    .single-eg-article  .box-content-page-col1 {
        margin-top: 0;
      } 
      .single-eg-article .box-content-page-col2 {
        margin-top: 0;
      }
    .single-eg-article .inner-header-page {
    margin: auto;
    }
    .header-page.page-article .eg-col-1 {
    margin: auto;
    }
}


/*Correction CSS formulaires*/




.wpcf7-form-control-wrap {
    width: 47%;
  }
  @media (max-width: 980px) {
  .header-annonces label.file-label, .form-postuler .file-label, #popmake-1365 .file-label {
  width: 23%;
  width: 47%;
  }
  }
  @media (max-width: 767px) {
  .header-annonces label.file-label, .form-postuler label.file-label, #popmake-1365 label.file-label, .form-postuler .file-label, #popmake-1365 .file-label {
  width: 100%;
  width: 47%;
  }
  }
  
  
  /*home*/
  #wpcf7-f539-o3 [data-name="email"] {
    width:100%
  }
  
  
  /*page contact*/
  
  #wpcf7-f1228-p59-o3 .wpcf7-form-control-wrap {
  width: 30%;
  }
  
  #wpcf7-f1228-p59-o3 [data-name="email"] {
    width:65%
  }
  
  #wpcf7-f1228-p59-o3 [data-name="message"] {
    width:100%
  }
  
  @media (max-width: 767px) {
      #wpcf7-f1228-p59-o3 .wpcf7-form-control-wrap {
  width: 100%;
  }
  }
  
  
  /*qui-sommes-nous/rejoindre*/
  span[data-name="cv"] {
      display: none;
  }