@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Source+Sans+Pro:ital,wght@0,300;0,400;0,600;0,700;1,400;1,600;1,700&display=swap');

:root {
  --title-font-eg-blog: 'Bebas Neue', cursive;
  --p-font-eg-blog: 'Source Sans Pro', sans-serif;
}
.selectionnez {
  padding: 0;
  margin-bottom: 0;
  text-decoration: underline;
  margin-bottom: 15px;
}
.btn-filtre h3, .selectionnez {
  font-size: 32px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #454253;
  font-family: var(--title-font-eg-blog) !important;
  line-height: 1;
}
.selectionnez {
  text-align: center;
  padding: 5px 3px;
  margin-bottom: 5px;
  color: #fff;
  text-transform: uppercase !important;
}
.btn-list.hovered .filtre-list, .filtre-list:hover {
    max-height: 1000px;
    transition: var(--transition-2);
  }
.filtre-list {
  padding: 0;
  max-height: 32px;
  background-color: transparent;
  border-radius: 0;
}
.filtre-list {
  max-height: 34px;
  display: block;
  overflow: hidden;
  background-color: var(--main-strong-color);
  color: #141517;
  text-transform: uppercase !important;
  font-size: 13px;
  border-radius: 8px;
  padding: 4px 5px;
  transition: var(--transition-2);
}
.selectionnez {
    text-align: center;
    padding: 5px 3px;
     margin-bottom: 5px;
    color: #fff;
    text-transform: uppercase !important;
  }
.filtre-list label:not(:first-child) {
    opacity: 0;
    transition: var(--transition-2);
    /* transition: all 0.5s cubic-bezier(0,.67,.88,.85); */
}
.filtre-list:hover, .btn-list.hovered .filtre-list {
    max-height: 1000px;
    transition: var(--transition-2);
    /* transition: all 0.5s cubic-bezier(0,.67,.88,.85); */
}
.filtre-list:hover label:not(:first-child), .btn-list.hovered .filtre-list label:not(:first-child) {
    opacity: 1;
    transition: var(--transition-2);
    /* transition: all 0.5s cubic-bezier(0,.67,.88,.85); */
}
.btn-list:hover .picto-fleche-filtre, .btn-list.hovered .picto-fleche-filtre {
    transform: rotate(180deg);
    transition: var(--transition-2);
}
.btn-list {
    width: auto;
    height: 34px;
    padding-left: 7px;
    position: relative;
}
.picto-fleche-filtre {
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 3;
    transition: var(--transition-2);
    display: flex;
  }
.filtre-list label{
    margin-top: 2px;
    margin-bottom: 4px;
    padding: 2px 25px;
    display: block;
    border-radius: 6px;
    text-align: center;
    white-space: nowrap;
    position: relative;
    cursor: pointer;
}
.filtre-list label.selected{
    background-color: #e0573f;
    color: #fff;
}
.filtre-list label input[type="checkbox"] {
    display: none;
}
.filtre-list label.selected:after{
content:" ✓";
color: #fff;
position: absolute;
right: 10px;
transition: var(--transition-2);
}
@media all and (max-width: 767px) {
    .filtre-list {
        max-width: none;
    }
    .filtre-list label {
        font-size: 80%;
        line-height: 1.3;
    }
}
/*EG BLOG AJAX*/
.bloc-blog_cat{
  height: 300px;
}
#article_blog-results {
  display: flex;
  flex-wrap: wrap;
  margin-right: -3.3333%;
}
.mini-article-blog {
  display: flex;
  flex-direction: column;
  width: 30%;
  margin-right: 3.3333%;
  border-radius: 15px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  margin-bottom: 3.3333%;
  overflow: hidden;
}
.mini-article-blog .box-img-top {
  width: 100%;
  height: 250px;
}
.mini-article-blog img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mini-article-bot{
  display: flex;
  flex-direction: column;
  padding: 40px;
}
.mini-art-cat {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #c2c2c5;
  font-family: var(--title-font-eg-blog) !important;
}  
.mini-article-bot h3 {
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: -0.78px;
  text-align: left;
  color: #2e2e2e;
  padding-bottom: 10px !important;
}
.mini-art-date {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.79;
  letter-spacing: normal;
  text-align: left;
  color: #c2c2c5;
  text-transform: uppercase!important
}
.mini-article-bot h5 {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: left;
  color: #645c59;
  margin-bottom: 25px;
}
.lire-suite {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #856cad;
  margin-top: auto;
}
.btn-filtre h3, .selectionnez {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #454253;
  font-family: var(--title-font-eg-blog) !important;
}
.article-footer {
  width: 100%;
  max-width: 755px;
  margin: auto;
  }
.article-footer h3 {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #53485f;
  font-family: var(--title-font-eg-blog) !important;
  margin-bottom: 20px;
}
.article-footer h4 {
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: -0.78px;
  text-align: left;
  color: #e06727;
  font-family: var(--p-font-eg-blog) !important;
  text-transform: initial !important;
  margin-bottom: 20px;
}
.bloc-blog_cat {
  display: flex;
}

.bloc-filtre {
  display: flex;
}
#btn-filtre-blog_cat {
  height: auto;
}
#btn-filtre-blog_cat h3 {
  padding: 0 !important;
}
  .filtre-list label:not(:first-child) {
  opacity: 1 ;
  transition: var(--transition-2);
  /* transition: all 0.5s cubic-bezier(0,.67,.88,.85); */
}
.filtre-list:hover, .btn-list.hovered .filtre-list {
  max-height: 1000px;
  transition: var(--transition-2);
  /* transition: all 0.5s cubic-bezier(0,.67,.88,.85); */
}
.filtre-list:hover label:not(:first-child), .btn-list.hovered .filtre-list label:not(:first-child) {
  opacity: 1;
  transition: var(--transition-2);
  /* transition: all 0.5s cubic-bezier(0,.67,.88,.85); */
}
.selectionnez {
  padding: 0; 
  margin-bottom: 0;
}
.filtre-list {
  padding: 0;
  max-height: 32px;
  background-color: transparent;
  border-radius: 0;
}
.btn-filtre h3, .selectionnez {
  line-height: 1;
}
.btn-list {
  height: 32px;
}
.bloc-blog_cat {
  height: auto;
}
.btn-list {
  height: auto;
}
#btn-filtre-blog_cat {
  margin-bottom: auto;
}
.filtre {
  padding: 0 0 40px 0;
}
.filtre-list label.selected {
  background-color: #454253;
}
.selectionnez {
  text-decoration: underline;
  margin-bottom: 15px;
}
.filtre-list label {
  border: none;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: rgba(69, 66, 83, 0.8);
  font-family: var(--title-font-eg-blog);
  padding: 0;
}

.filtre-list label {
  position: initial;
}

.filtre-list label.selected::after {
  color: #454253;
  position: relative;
  padding-left: 15px;
}

.filtre-list label {
  display: flex;
}

.filtre-list label.selected {
  background-color: transparent;
}

.filtre-list label.selected {
  background-color: transparent;
  color: #454253;
}             
.picto-fleche-filtre {
  right: auto;
  left: 120px;
}
.ajax-post-loader img {
  width: 20px;
}
.ajax-post-loader {
  position: absolute;
  top: 40px;
}
  /*ARTICLE BLOG*/

.section-standard.section-article-blog {
    padding-top: 0;
  }
  .article-blog{
    width: 100%;
  }
  .article-box-img-top {
    width: 100%;
    height: 570px;
  }
  .article-box-img-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .article-box-img-top {
    margin-top: -100px;
    border-radius: 15px;
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
overflow: hidden;
width: 100%;
  }
  .section-header-fille.header-article-blog {
    padding: 0 0 120px 0;
  }
  .section-header-fille.header-article-blog .bloc-ariane {
    margin-bottom: 100px;
    padding-top: 40px;
  }

.article-bot h3 {
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: -0.78px;
    text-align: left;
    color: #e06727;
    padding-bottom: 1.1em;
  }
  
  .article-bot {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: left;
    color: #051940;
    padding: 90px 0;
    max-width: 755px;
margin: auto;
  }
.article-bot h4 {
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: 0.22px;
    text-align: left;
    color: #645c59;
    padding: 1.6em 0;
  }
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}
.alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
}
.control.control--checkbox {
    min-width: 130px;
    }
@media (max-width: 1200px) {
    .bloc-filtre {
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    flex-wrap: wrap;
    }

    }
@media (max-width: 1250px){
    .article-box-img-top {
        height: 400px;
        }
}
@media (max-width: 1000px){
    .article-box-img-top {
        height: 350px;
    }
    .section-header-fille.header-article-blog .bloc-ariane {
        margin-bottom: 40px;
        padding-top: 100px;
    }
    .mini-article-blog {
        width: 100%;
    }
    .mini-article-blog .box-img-top {
        height: 200px;
    }
    .mini-article-bot {
        padding: 30px;
    }
    .mini-article-bot h3 {
        font-size: 20px;
    }
    p.selectionnez {
        font-size: 32px;
    }
    p.mini-art-cat {
        font-size: 16px;
        }
        p.mini-art-date {
        font-size: 16px;
        }

}


 /*ARTICLE BLOG*/

 .section-standard.section-article-blog {
  padding-top: 0;
}
.article-blog{
  width: 100%;
}
.article-box-img-top {
  width: 100%;
  height: 570px;
}
.article-box-img-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-box-img-top {
  margin-top: -100px;
  border-radius: 15px;
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
overflow: hidden;
width: 100%;
}
.section-header-fille.header-article-blog {
  padding: 0 0 120px 0;
}
.section-header-fille.header-article-blog .bloc-ariane {
  margin-bottom: 100px;
  padding-top: 40px;
}

.article-bot h3 {
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: -0.78px;
  text-align: left;
  color: #e06727;
  padding-bottom: 1.1em;
}

.article-bot {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: left;
  color: #051940;
  padding: 90px 0;
  max-width: 755px;
margin: auto;
}
.article-bot h4 {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: 0.22px;
  text-align: left;
  color: #645c59;
  padding: 1.6em 0;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
.alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
.control.control--checkbox {
  min-width: 130px;
  }
@media (max-width: 1200px) {
  .bloc-filtre {
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  }

  }
@media (max-width: 1250px){
  .article-box-img-top {
      height: 400px;
      }
}
@media (max-width: 1000px){
  .article-box-img-top {
      height: 350px;
  }
  .section-header-fille.header-article-blog .bloc-ariane {
      margin-bottom: 40px;
      padding-top: 100px;
  }
  .mini-article-blog {
      width: 100%;
  }
  .mini-article-blog .box-img-top {
      height: 200px;
  }
  .mini-article-bot {
      padding: 30px;
  }
  .mini-article-bot h3 {
      font-size: 20px;
  }
  p.selectionnez {
      font-size: 32px;
  }
  p.mini-art-cat {
      font-size: 16px;
      }
      p.mini-art-date {
      font-size: 16px;
      }

}

/*DIVERS*/
:root{
  --standard-max-width : 1450px;
  --default-colonne-goutiere : 3%;
  --main-button-texte-color:#fff;
  --bg-button-color: #51485d;
  --bg-button-color-hover: rgba(81, 72, 93, 0.8);
  --transition-1 : all ease-in 0.1s;
  --transition-2 : all cubic-bezier(0.76, 0, 0.24, 1) 0.3s;
  --transition-3 : all cubic-bezier(0.76, 0, 0.24, 1) 0.8s;
}
.section-header-fille.header-article-blog {
  padding: 0 0 120px 0;
}
.section-header-fille {
  position: relative;
  min-height: 590px;
}
.section-bg-desk, .section-bg-mobile, .section-header-mother-layer-color, .section-header-fille-layer-color {
  height: 100%;
  width: 100%;
  position: absolute;
  background-size: cover;
  background-position: center;
}
.section-bg-mobile {
  display: none;
}
.section-header-mother .col_1-2, .section-header-mother .col_1-3, .section-header-mother .col_2-3, .section-header-mother .col_1-4, .section-header-fille .col_1-2, .section-header-fille .col_1-3, .section-header-fille .col_2-3, .section-header-fille .col_1-4 {
  display: block;
}
.section-header-mother-layer-color, .section-header-fille-layer-color {
  opacity: .65;
  background-color: #454253;
}
.body-std.eg-ligne {
  position: relative;
}
.body-std, .body-event, .body-more-event {
  padding: 0 45px;
}
.box-body, .box-body-event, .box-header-event, .box-body-more-event {
  width: 100%;
  max-width: var(--standard-max-width);
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.eg-ligne .box-body {
  display: flex;
  justify-content: space-between;
}
.eg-bloc {
  width: 100%;
}

.eg-ligne .box-body {
  display: flex;
  justify-content: space-between;
}
.section-header-mother .col_1-2, .section-header-mother .col_1-3, .section-header-mother .col_2-3, .section-header-mother .col_1-4, .section-header-fille .col_1-2, .section-header-fille .col_1-3, .section-header-fille .col_2-3, .section-header-fille .col_1-4 {
  display: block;
}
.ligne-2-3_1-3 .eg-ligne-col1 {
  width: 59%;
  margin-right: 5%;
}
.ligne-2-3_1-3 .eg-ligne-col2 {
  width: 36%;
}

.lien-fleche a {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 1em;
  display: block;
}

.bloc-bulle-header {
  padding: 33px 33px 20px 33px;
  border-radius: 15px;
  box-shadow: 0 5px 4px 0 rgba(10,42,85,.2);
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  max-width: 350px;
  margin-left: auto;
}
.titre-bulle-header {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.17;
  text-align: center;
  color: #51485d;
  padding-bottom: 0;
  text-transform: uppercase;
}
.eg-bloc h1 {
  font-size: 45px;
  line-height: 1.11em;
}
.section-header-mother h1, .section-header-fille h1 {
  color: #fff;
  padding-bottom: 10px;
}
.section-header-mother .bloc-titre-h3 h3, .section-header-fille .bloc-titre-h3 h3 {
  color: #fff;
  margin-bottom: 15px;
}
.eg-bloc h3 {
  font-size: 26px;
  color: var(--main-strong-color);
  line-height: 1.35em;
  padding-bottom: 1em !important;
}


.section-header-mother .bloc-ariane,
.section-header-fille .bloc-ariane {
    margin-bottom:13vh;
    padding-top: 40px;
}
.ariane {
  width: 100%;
  padding-left: 10px;
  font-size: 13px;
  font-weight: normal;
  font-style: italic;
  line-height: 1.46;
  color: #fff;
  margin-bottom: 55px;
}
.ariane a {
  color: #fff;
}
.ariane a, .ariane span {
  /* font-style: italic; */
}
.ariane-current{
  color: #f78655;
}
.ariane span {

}
.ariane-arrow {
  margin: 0 2px 0 8px;
}


.article-footer h4 {
  color: #856cad;
}
  .article-bot h3 {
  color: #856cad;
}
.eg-bloc .bloc-bouton {
  display: flex;
  flex-wrap: wrap;
}
.eg-bloc .bloc-bouton .eg-bouton-box {
  margin-right: 15px;
  margin-bottom: 40px;
}
.eg-bouton-box a {
  width: 100%;
  min-width: 170px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.94;
  letter-spacing: .7px;
  color: var(--main-button-texte-color);
  background-color: var(--bg-button-color);
  display: flex;
  padding: 13px 45px;
  text-align: center;
  justify-content: center;
  border-radius: 15px;
  transition: var(--transition-1);
}
@media (max-width: 767px){
  .eg-bloc .bloc-bouton .eg-bouton-box {
  margin-right: 0;
  width: 100%;
  }
}
@media (max-width: 1000px){
  .eg-bouton-box a {
  font-size: 14px;
  line-height: 1.3;
}
}



@media all and (max-width: 1000px) {
  .ariane {
      margin-top: 30px;
  }
  .section-header-fille.header-article-blog .bloc-ariane {
    margin-bottom: 40px;
    padding-top: 100px;
}
}

@media all and (max-width: 767px) {
  .ariane {
    padding-left: 0;
    margin-bottom: 40px;
    margin-top: 30px;
  }
}
#page-institutionnelle .ariane {
  margin-bottom: 0;
  padding-left: 0;
}
.box-body.box-body-search-result-page .ariane {
  padding: 0;

}
.section-header-mother .bloc-ariane, .section-header-fille .bloc-ariane {
  margin-bottom: 40px;
  padding-top: 100px;
  }
  .section-header-fille.header-article-blog .bloc-ariane {
    margin-bottom: 100px;
    padding-top: 40px;
  }


  @media (max-width: 767px){
    .ligne-1-3_2-3, .ligne-2-3_1-3 {
      flex-direction: column;
    }
    .ligne-1-3_2-3 .eg-ligne-col1, .ligne-2-3_1-3 .eg-ligne-col1 {
      width: 100%;
      margin-right: 0;
    }
    .ligne-2-3_1-3 .eg-ligne-col2 {
      width: 100%;
    }
  }
  @media (max-width: 1000px){
      .eg-bloc h1 {
      font-size: 30px;
      margin-bottom: 20px;
    }
    .eg-bloc h3 {
      font-size: 20px;
    }
    .lien-fleche a {
      font-size: 14px;
    }
    .bloc-bulle-header {
      padding: 23px 23px 20px 23px;
      margin-right: auto;
    }
    .eg-bloc p {
      font-size: 100%;
    }
  }