.slider-text {
    color: #2D2D2D;
    font-size: 1em;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 177.778% */
    width: 65%;
    padding-top: 20px;
}

.auteur {
    color: #6E6E6E;
    font-weight: 300;
    margin-bottom: 20px;
}

h5.card-title {
    font-weight: 700;
}

.img-grid {
    align: center;
    margin: auto;
}

.card-text {
    color: #6E6E6E;
}



#block-subs h2 {
    padding: 50px 5%;
    font-weight: bolder;
    font-size: 1.7em;
    color: #FFF;
}

#block-subs p {
    padding: 20px 10% 80px 10%;
    color: #d3d3d3;
    font-size: 1.2em;
}

.img-slider-accueil {
    width: 300;
    height: 300;
    overflow: hidden;
}




.body-accueil-textes {
    margin-top: 2%;
    padding-top: 10px;
    padding-bottom: 20px;
    /* width: 90%; */
    margin-left: 4%;
    margin-right:4%;
    text-align: center;
    text-align: left;
    font-size:1.85vw;
    /* background-color: orange; */
}

.body-accueil-textes .accueil-texte-global {
    width: 100%;
    /* background-color: red; */
}

.body-accueil-textes .accueil-texte-left {
    width: 70%;
    vertical-align: auto;
    margin: auto;
    margin-right:4%;
    /* background-color: red; */
}


.container-right img {
    margin-right: 2%;
    width:auto;
    height:20em;
}

.container-left img {
    margin-left:auto;
/*     margin-right: 10%; */
    width:auto;
    height:12em;
}

.body-accueil-textes .accueil-texte-right {
    margin-left: 45%;
    width: 50%;
    /* background-color: blue; */
}

.body-accueil-textes .titre {
    font-size: 1.1em;
    font-family: var(--calibri);
    color:var(--goldcolor);
}

.body-accueil-textes p {
    color: gray;
    font-family: var(--calibri);
}

.texte2 {
    text-align: justify;
  text-justify: inter-word;

}

header.active{
    background-color: white!important;
    z-index: 10000;
}
@media all and (max-width: 1400px) {
  header.active .nav_custom {
    background-color: white!important;
  }
}