/* Importation des fonts */

@import "newFont.css";
* {
    font-family: "Playfair Display Regular", "Open Sans Regular", sans-serif;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}


/* .Fade-admin {

	position: relative;

	background-color: red;

	top: 0;

	opacity: 0.9;

	width: 100%;

	height: 100%;

	z-index: 100;

	display: none;

} */

.BodyIndex {
    background-image: url("../img/newsite/img-fond.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    color: white;
    min-height: 91%;
    position: relative;
    top: 0;
    z-index: 0;
}

.content_trait {
    border-right: ridge 4px #e8e3db;
    margin-right: 12%;
}

.TitreH1 {
    color: #e8e3db;
    font-size: 34px;
    font-weight: 200;
    text-align: right;
    width: 98%;
    padding-right: 10px;
    margin-top: 15%;
}

.img_slider_banniere {
    max-width: 100%;
}

.qui_sommes_nous {
    color: #e8e3db;
    font-family: "Open Sans Regular";
    text-align: right;
    font-size: 18px;
    width: 98%;
}

.content__menu__list {
    /* display: none; */
    visibility: hidden;
    margin-right: 14%;
    text-align: right;
    font-size: 18px;
    margin-top: -42px;
}

.content__menu__list>ul>li a {
    color: white;
    font-family: "Open Sans Regular";
}

.content__menu__list>ul>li {
    list-style-type: none;
}

.logo {
    text-align: center;
    display: block;
    bottom: 0;
}

@media screen and (max-width: 1100px) {
    .arrow__down {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    .TitreH1 {
        margin-top: 10%;
        text-align: center;
        font-size: 24px;
    }
    .content_trait {
        /* display: none; */
        border-right: none;
        margin-right: 0%;
    }
    .qui_sommes_nous {
        display: none;
    }
    .BodyIndex {
        background-image: url("../img/newsite/fond_version_mobile.png");
        /* background-repeat: no-repeat; */
        /* background-size: auto 100%; */
        background-size: 100% auto;
        background-position: bottom;
        min-height: 100%;
    }
}

@media screen and (max-width: 920px) {
    .content__logos {
        display: none;
    }
}


/*********************************** LOGOS FLEX */

.content__logos {
    margin-top: 12vh;
    bottom: 0;
}

.flex-container {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
}

.flex-item {
    /* background: tomato; */
    width: 150px;
    height: 75px;
    padding: auto 0;
}

.flex-item>img {
    width: 90%;
    height: auto;
    margin: auto;
    cursor: pointer;
}


/* END LOGOS FLEX */


/*************************************** BUTTON DECOUVRIR SITES*/

.cache_decouvrir__site__dph,
.cache_decouvrir__site__sublimo,
.cache_decouvrir__site__apc,
.cache_decouvrir__site__salon,
.cache_decouvrir__site__eyrian {
    display: none;
}

.decouvrir__site__dph,
.decouvrir__site__sublimo,
.decouvrir__site__apc,
.decouvrir__site__salon,
.decouvrir__site__eyrian {
    background-color: white;
    display: flex;
    justify-content: space-evenly;
    padding: 5%;
}

.theme__button {
    background-color: #e8e3db;
    color: black;
    border: none;
    border-radius: 50px;
    padding: 18px 30px;
    font-size: 18px;
}

.theme__button:hover {
    font-weight: 700;
    transition: 0.3;
}

.fa-chevron-down {
    color: white;
}


/* END BUTTON DECOUVRIR SITES*/


/* A PROPOS */

.premiere__colonne {
    flex-grow: 7;
}

.content__h2__apropos {
    width: 470px;
    margin-right: 0;
}

.border__h2__apropos {
    border-left: 3px solid black;
    padding-left: 18px;
    /* margin-bottom: 60px;

	margin-top: 60px; */
}

.border__h2__apropos>h2 {
    margin-left: 2px;
    font-size: 38px;
    font-weight: 500;
}

.qualite>h3,
.experience>h3,
.engages>h3 {
    letter-spacing: 3px;
}

.qualite>p {
    font-family: "Open Sans Regular";
    font-size: 14px;
    margin-left: 100px;
    text-align: justify;
}

.experience>p {
    font-family: "Open Sans Regular";
    font-size: 14px;
    margin-left: 100px;
    text-align: justify;
}

.engages>p {
    font-family: "Open Sans Regular";
    font-size: 14px;
    margin-left: 100px;
    text-align: justify;
}

.qualite>img,
.experience>img,
.engages>img {
    float: left;
    margin-top: 10px;
    width: 100px;
    height: 100px;
}

.a__propos {
    margin: 50px auto;
}

.flex-container {
    display: flex;
    margin-top: 10px;
}

.flex-container>div {
    margin: 10px;
    font-size: 16px;
}


/* .qualite > img,

.experience > img,

.engages > img {

	width: 100px;

	height: 100px;

} */

.deuxieme__colonne {
    display: flex;
    justify-content: flex-end;
}

.deuxieme__colonne>img {
    height: 790px;
    width: 400px;
    margin: 0 0;
}

.troisieme__colonne {
    display: flex;
    flex-direction: column;
}

.troisieme__colonne>img {
    width: 340px;
    height: 382px;
    margin-bottom: 25px;
}


/* Mobile A PROPOS */

@media screen and (max-width: 1440px) {
    .premiere__colonne {
        flex-grow: 1;
        margin-left: 100px;
    }
    .content__h2__apropos {
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (max-width: 1185px) {
    .troisieme__colonne {
        /* margin: 25px auto; */
        display: flex;
        flex-direction: row;
    }
    .troisieme__colonne>img {
        margin: 25px auto;
        /* display: flex;

		flex-direction: row; */
    }
}

@media screen and (max-width: 850px) {
    .content__h2__apropos {
        width: 90%;
    }
    .deuxieme__colonne {
        display: none;
    }
    .troisieme__colonne>img {
        width: 290px;
        height: auto;
    }
}

@media screen and (max-width: 826px) {
    .deuxieme__colonne>img {
        width: 300px;
        height: 390;
    }
}

@media screen and (max-width: 730px) {
    .troisieme__colonne {
        flex-direction: column;
    }
}


/* END A PROPOS */


/* WRAPPER */

.slider-containers {
    background-color: white;
    width: 100%;
    margin-top: 60px;
}

.slider-container {
    margin-bottom: 60px;
}

.flexbox-slider {
    margin-top: 50px;
}


/*slide styles !!!YOU NEED THEM */

.flexbox-slider {
    display: flex;
    width: 100%;
    height: 500px;
    visibility: hidden;
}

.flexbox-slider .flexbox-slide {
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: linear;
    transition-delay: 0s;
    width: 110px;
    height: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    visibility: visible;
}

.flexbox-slider .flexbox-slide:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    /* background-color: RED; */
    z-index: 2;
    /* opacity: 0; */
}

.flexbox-slider .flexbox-slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    width: auto;
    min-width: 50%;
    min-height: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0.6;
}

.petit__titre__marque__wrapp {
    display: none;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: -15px;
    text-align: center;
    background-color: #ffffff;
    width: 205px;
    font-size: 25px;
    font-weight: 500;
    color: black;
    text-shadow: 2px 2px 4px #e8e3db;
    z-index: 99;
}

.titre__marque__wrapp {
    position: absolute;
    bottom: 162px;
    text-align: left;
    right: -212px;
    width: 500px;
    font-size: 55px;
    /* margin: auto auto; */
    transform: rotate(270deg);
    color: black;
    font-weight: 600;
    text-shadow: 2px 2px 4px #e8e3db;
    z-index: 99;
}

.flexbox-slider .flexbox-slide .text-block {
    position: absolute;
    /* left: 5%; */
    left: 6%;
    transform: translateX(-6%);
    bottom: 5px;
    width: 80%;
    padding: 0 10px;
    background-color: #e8e3db;
    font-family: "Open Sans Regular" !important;
    color: black;
    z-index: 4;
    visibility: hidden;
    opacity: 0.2;
}

.text>p {
    font-family: "Open Sans Regular" !important;
}

.flexbox-slider .flexbox-slide .text-block h3 {
    font-size: 20px;
    font-weight: 700;
}

.flexbox-slider:hover .flexbox-slide:hover {
    flex-shrink: 0;
    width: 280px;
}


/* effect 3 styles */

.flexbox-slider.flexbox-slider-3 .flexbox-slide:after {
    transform: scale(0.5);
    transform-origin: center center;
}

.flexbox-slider.flexbox-slider-3 .flexbox-slide .text-block {
    transform: rotate(-20deg);
}

.flexbox-slider.flexbox-slider-3:hover .flexbox-slide:hover:after {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0.4s;
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.flexbox-slider.flexbox-slider-3:hover .flexbox-slide:hover .text-block {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0.6s;
    transform: rotate(0deg);
    opacity: 1;
    visibility: visible;
}

.bloc__black {
    width: 18%;
    height: 100%;
    position: relative;
    overflow: hidden;
    visibility: visible;
    background-color: black;
}

@media (max-width: 650px) {
    .bloc__black {
        display: none;
    }
}


/* END WRAPPER */

section {
    width: 90%;
    margin: 50px auto 150px auto;
}


/* EN RESPECTANT */

.border__h2__respectant {
    width: 100%;
    border-left: 3px solid black;
    padding-left: 18px;
    /* margin-top: 160px; */
}

.border__h2__respectant>h2 {
    margin-left: 2px;
    font-size: 38px;
    font-weight: 500;
}

.en__respectant {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0px auto 150px auto;
    justify-content: center;
}

.vingt__cinq {
    margin-top: 25px;
    width: 25%;
    text-align: center;
}

.vingt__cinq>img {
    margin-left: 80px;
}

.vingt__cinq>h4 {
    text-align: left;
    margin-left: 35%;
    font-size: 25px;
    font-weight: 600;
}

.content__icone {
    width: 65%;
    display: flex;
    flex-direction: column;
}

.flex-container-icone {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 0 0 0 5%;
}

.icone_flex>img {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    position: relative;
}

.carre__beige {
    position: relative;
    top: 25px;
    left: 25px;
    z-index: 0;
    width: 50px;
    height: 50px;
    background-color: #e8e3db;
}

.flex-item-left {
    padding: 20px;
    width: 40%;
}

.flex-item-right {
    padding: 20px;
    width: 40%;
}

.icone_flex>h3 {
    font-size: 25px;
    margin-left: 120px;
    margin-top: -20px;
}

.icone_flex>p {
    font-family: "Open Sans Regular";
    font-size: 14px;
    margin-left: 120px;
    margin-top: -10px;
    text-align: justify;
}

.bouton__store {
    background-color: #e8e3db;
    padding: 6px 10px;
    margin-top: 40px;
    margin-left: 35%;
}

.bouton__store>a {
    /* color: red; */
    font-family: "Open Sans Regular";
    font-size: 15px;
    transition: 0.3s;
}

.bouton__store>a:hover {
    /* color: red; */
    font-weight: 700;
    font-size: 16px;
    transition: 0.3s;
}


/* Responsive */

@media (max-width: 1200px) {
    .vingt__cinq {
        text-align: left;
        width: 18%;
    }
    .vingt__cinq>img {
        margin-left: 0px;
    }
    .vingt__cinq>h4 {
        margin-left: 0%;
    }
}

@media (max-width: 1150px) {
    .vingt__cinq {
        width: 100%;
        text-align: center;
    }
    .vingt__cinq>h4 {
        width: 100%;
        text-align: center;
    }
    .content__icone {
        width: 100%;
    }
    .flex-container-icone {
        margin: 0;
    }
    .flex-item-right {
        width: 50%;
        display: flex;
        justify-content: space-around;
    }
    .flex-item-left {
        width: 50%;
        display: flex;
        justify-content: space-around;
    }
}

@media (max-width: 800px) {
    .flex-container-icone {
        flex-direction: column;
        align-items: center;
    }
    .icone_flex {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .flex-item-left {
        padding: 20px 0;
        width: 380px;
    }
    .flex-item-right {
        padding: 20px 0;
        width: 380px;
    }
    .icone_flex>h3 {
        margin-top: 15px;
        margin-left: 0;
    }
    .icone_flex>p {
        text-align: center;
        margin-left: 0;
    }
    .bouton__store {
        margin-left: 0;
    }
    .border__h2__respectant {
        margin-left: 12px;
    }
}

@media (max-width: 400px) {
    .qualite>img,
    .experience>img,
    .engages>img {
        /* font-size: 30px; */
        float: none;
        display: block;
        margin: 30px auto -20px auto;
    }
    .qualite>h3,
    .experience>h3,
    .engages>h3 {
        text-align: center;
    }
    .qualite>p,
    .experience>p,
    .engages>p {
        text-align: center;
        margin: 0 5%;
        font-size: 16px;
    }
}

@media (max-width: 530px) {
    .border__h2__respectant>h2,
    .border__h2__apropos>h2,
    .titre_partenaires {
        font-size: 35px;
    }
}

@media (max-width: 460px) {
    .border__h2__respectant>h2,
    .border__h2__apropos>h2,
    .titre_partenaires {
        font-size: 30px !important;
    }
}


/* END EN RESPECTANT */


/* FORMATIONS */

.bloc_formations {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: auto;
    background-color: #000000;
}

.bloc_formations img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.bloc_formations_texte {
    width: 35%;
    padding: 1%;
    display: flex;
    flex-direction: column;
}

.titre_formations {
    text-align: left;
    letter-spacing: 0px;
    color: #e8e3db;
    opacity: 1;
    font-size: 2em;
    border-left: 1px solid #e8e3db;
    padding-left: 2%;
}

.paragrahpe_formations {
    font-family: "Open Sans Regular";
    text-align: justify;
    letter-spacing: 0px;
    color: #e8e3db;
    opacity: 1;
    font-size: 1em;
}

.bloc_bouton_formations {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.bouton_formations {
    width: auto;
    margin-top: 10px;
    align-items: flex-end;
}

.bouton_formations>a {
    background-color: #e8e3db;
    font-family: "Open Sans Regular";
    text-align: center;
    font-size: 1em;
    letter-spacing: 0.2px;
    color: #000000;
    opacity: 1;
    padding: 8px 20px 8px 20px;
    /* box-shadow: 0px 8px 16px 0px rgba(251, 250, 250, 0.2); */
    transition: 0.2s;
}

.bouton_formations:hover {
    font-size: 1.1em;
    font-weight: bold;
    transition: 0.2s;
}

@media screen and (max-width: 1600px) {
    .bloc_formations_img_2 {
        display: none;
    }
}

@media screen and (max-width: 1300px) {
    .bloc_formations_img_1 {
        display: none;
    }
    .bloc_formations_texte {
        width: 50%;
    }
}

@media screen and (max-width: 1200px) {
    .bloc_formations {
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    }
    .bloc_formations_img_1 {
        display: block;
    }
    .bloc_formations_texte {
        width: 90%;
    }
    .bouton_formations {
        width: auto;
        margin-bottom: 20px;
        align-items: flex-end;
    }
}


/* END FORMATIONS */


/* PARTENAIRES */

.bloc_partenaires {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    /* width: 100%; */
    height: auto;
    margin: 50px auto;
}

.bloc_partenaires_texte {
    width: 370px;
    margin: 10px 0;
    margin-right: 250px;
}

.titre_partenaires {
    border-left: 3px solid black;
    padding-left: 18px;
    font-size: 38px;
    font-weight: 500;
    text-align: left;
}

.paragrahpe_partenaires {
    font-family: "Open Sans Regular";
    font-size: 1.1em;
    margin-top: 50px;
    text-align: justify;
}

.bloc_wrapper_partenaires {
    width: 800px;
}

@media screen and (max-width: 1440px) {
    .bloc_partenaires_texte {
        margin-right: 10px;
    }
}

@media screen and (max-width: 1200px) {
    .bloc_partenaires {
        width: auto;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-left: 0px;
        padding-left: 10px;
    }
    .bloc_partenaires_texte {
        width: 90%;
        margin-right: 0px;
    }
    .paragrahpe_partenaires {
        text-align: center;
        width: 90%;
    }
    .bloc_wrapper_partenaires {
        width: 90%;
        margin: 10px;
        display: flex;
        justify-content: center;
    }
}


/* FIN PARTENAIRES */


/* NUMERIQUE */

.titre_numerique {
    margin-top: 10px;
    margin-bottom: 0px;
}

@media screen and (max-width: 410px) {
    .flex-item-left,
    .flex-item-right {
        width: 290px;
    }
}


/* FIN NUMERIQUE */


/* 

.cover {

	height: 100%;

	width: 100%;

	position: absolute;

	z-index: 1;

} */

.blur-in {
    -webkit-animation: blur 1s forwards;
    -moz-animation: blur 1s forwards;
    -o-animation: blur 1s forwards;
    animation: blur 1s forwards;
}

.blur-out {
    -webkit-animation: blur-out 1s forwards;
    -moz-animation: blur-out 1s forwards;
    -o-animation: blur-out 1s forwards;
    animation: blur-out 1s forwards;
}

@-webkit-keyframes blur {
    0% {
        -webkit-filter: opacity(1);
        -moz-filter: opacity(1);
        -o-filter: opacity(1);
        -ms-filter: opacity(1);
        filter: opacity(1);
    }
    100% {
        -webkit-filter: opacity(0.3);
        -moz-filter: opacity(0.3);
        -o-filter: opacity(0.3);
        -ms-filter: opacity(0.3);
        filter: opacity(0.3);
    }
}

@-moz-keyframes blur {
    0% {
        -webkit-filter: opacity(1);
        -moz-filter: opacity(1);
        -o-filter: opacity(1);
        -ms-filter: opacity(1);
        filter: opacity(1);
    }
    100% {
        -webkit-filter: opacity(0.3);
        -moz-filter: opacity(0.3);
        -o-filter: opacity(0.3);
        -ms-filter: opacity(0.3);
        filter: opacity(0.3);
    }
}

@-o-keyframes blur {
    0% {
        -webkit-filter: opacity(1);
        -moz-filter: opacity(1);
        -o-filter: opacity(1);
        -ms-filter: opacity(1);
        filter: opacity(1);
    }
    100% {
        -webkit-filter: opacity(0.3);
        -moz-filter: opacity(0.3);
        -o-filter: opacity(0.3);
        -ms-filter: opacity(0.3);
        filter: opacity(0.3);
    }
}

@keyframes blur {
    0% {
        -webkit-filter: opacity(1);
        -moz-filter: opacity(1);
        -o-filter: opacity(1);
        -ms-filter: opacity(1);
        filter: opacity(1);
    }
    100% {
        -webkit-filter: opacity(0.3);
        -moz-filter: opacity(0.3);
        -o-filter: opacity(0.3);
        -ms-filter: opacity(0.3);
        filter: opacity(0.3);
    }
}

@-webkit-keyframes blur-out {
    0% {
        -webkit-filter: opacity(0.3);
        -moz-filter: opacity(0.3);
        -o-filter: opacity(0.3);
        -ms-filter: opacity(0.3);
        filter: opacity(0.3);
    }
    100% {
        -webkit-filter: opacity(1);
        -moz-filter: opacity(1);
        -o-filter: opacity(1);
        -ms-filter: opacity(1);
        filter: opacity(1);
    }
}

@-moz-keyframes blur-out {
    0% {
        -webkit-filter: opacity(0.3);
        -moz-filter: opacity(0.3);
        -o-filter: opacity(0.3);
        -ms-filter: opacity(0.3);
        filter: opacity(0.3);
    }
    100% {
        -webkit-filter: opacity(1);
        -moz-filter: opacity(1);
        -o-filter: opacity(1);
        -ms-filter: opacity(1);
        filter: opacity(1);
    }
}

@-o-keyframes blur-out {
    0% {
        -webkit-filter: opacity(0.3);
        -moz-filter: opacity(0.3);
        -o-filter: opacity(0.3);
        -ms-filter: opacity(0.3);
        filter: opacity(0.3);
    }
    100% {
        -webkit-filter: opacity(1);
        -moz-filter: opacity(1);
        -o-filter: opacity(1);
        -ms-filter: opacity(1);
        filter: opacity(1);
    }
}

@keyframes blur-out {
    0% {
        -webkit-filter: opacity(0.3);
        -moz-filter: opacity(0.3);
        -o-filter: opacity(0.3);
        -ms-filter: opacity(0.3);
        filter: opacity(0.3);
    }
    100% {
        -webkit-filter: opacity(1);
        -moz-filter: opacity(1);
        -o-filter: opacity(1);
        -ms-filter: opacity(1);
        filter: opacity(1);
    }
}

.pop-up-sublimo,
.pop-up-dph,
.pop-up-eyrian,
.pop-up-neo,
.pop-up-enaya,
.pop-up-capillum,
.pop-up-sa,
.pop-up-biowells {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    z-index: 999;
}

.box {
    background-color: whitesmoke;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 7px 9px 10px rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    padding: 0px 5%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    height: 60%;
    font-family: "Open Sans Regular";
    /* z-index: 1000; */
}

.box>h3 {
    font-size: 25px;
}

.box>p {
    font-size: 18px;
    overflow-y: scroll;
    height: 65%;
}

.button {
    margin: 0 auto;
    /* background-color: #ff8566; */
    border: 1px solid black;
    margin-bottom: 33px;
    padding: 5px 20px;
}

.button:hover {
    background-color: #e8e3db;
    -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
}

.close-button {
    transition: all 0.5s ease;
    position: absolute;
    background-color: #e8e3db;
    padding: 1.5px 7px;
    left: 0;
    margin-left: -10px;
    margin-top: -9px;
    border-radius: 50%;
    border: 2px solid black;
    color: black;
    -webkit-box-shadow: -4px -2px 6px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -4px -2px 6px 0px rgba(0, 0, 0, 0.1);
    box-shadow: -3px 1px 6px 0px rgba(0, 0, 0, 0.1);
}

.close-button:hover {
    background-color: black;
    color: #e8e3db;
}

@media screen and (max-width: 900px) {
    .TitreH1 {
        padding-right: 0;
    }
}

@media screen and (max-width: 1595px) {
    .troisieme__colonne {
        display: flex;
        flex-direction: row;
    }
    .troisieme__colonne>img {
        margin: 25px auto;
    }
}

@media screen and (max-width: 1086px) {
    .deuxieme__colonne {
        display: none;
    }
}

@media screen and (max-width: 850px) {
    .troisieme__colonne {
        margin-right: 0;
        width: 90%;
        justify-content: space-around;
    }
    .troisieme__colonne>img {
        margin: 0;
    }
}

@media screen and (max-width: 635px) {
    .troisieme__colonne {
        flex-direction: column;
        align-items: center;
    }
    .troisieme__colonne>img {
        /* margin: 10px auto; */
        margin: 10px 0;
    }
}

@media screen and (max-width: 660px) {
    .bloc_wrapper_partenaires {
        display: none;
    }
}


/* CAROUSEL */

.bloc_carousel_partenaires {
    display: none;
}

@media screen and (max-width: 660px) {
    .box {
        height: 90%;
        width: 82%;
    }
    .bloc_partenaires {
        width: 96%;
        padding-left: 0;
    }
    .bloc_carousel_partenaires {
        display: block;
        width: 85%;
    }
    .bloc_div_carousel_partenaires {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 100%;
    }
    .titre_carousel_partenaires {
        font-size: 2em;
    }
    .bloc_img_carousel_partenaires {
        display: flex;
        justify-content: center;
    }
    .img_carousel_partenaires {
        max-width: 100%;
        max-height: 100%;
        display: block;
    }
    .texte_carousel_partenaires {
        font-family: "Open Sans Regular";
        font-size: 1em;
    }
    .slick-prev:before,
    .slick-next:before {
        color: #e8e3db;
    }
}

@media screen and (max-width: 400px) {
    .bloc_partenaires {
        padding-left: 5px;
    }
}


/* FIN CAROUSEL */


/* Pop in guide */

.bloc_guide {
    position: fixed;
    z-index: 1002;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.bloc_guide>picture {
    cursor: pointer;
}

.fermer_guide {
    position: fixed;
    font-size: 2.5em;
    color: #333;
    top: 0px;
    right: 5px;
    cursor: pointer;
}

.fermer_guide:hover {
    color: firebrick;
}


/* Fin pop in guide */