/* section évènements à la une */

.version_ordinateur {
    display: block;
}

#evenement {
    display: flex;
    padding-left: 55px;
    padding-right: 55px;
    justify-content: center;
    padding-top: 120px;
    transform: translateY(0);
    opacity: 1;
    transition: transform 500ms linear, opacity 500ms linear;
}

#evenement.hidden {
    transform: translateY(50px);
    opacity: 0;
}

#evenement h2 {
    font-size: 40px;
    line-height: inherit;
    font-family: 'montserrat-black';
    color: black
}

#evenement h3 {
    line-height: 65px;
    font-size: 28px;
    color: black;
    font-family: barlow-light;


}

#evenement #content-evenement {
    max-width: 1200px;
    display: flex;
}

#evenement .wrapper_paragraphe {
    padding-top: 0;
}

#evenement .photo {
    padding-right: 25px;
    position: relative;
}

#evenement .text {
    padding-left: 25px;
}

#evenement p {
    font-size: 17px;
    line-height: normal;
    font-family: opensans-light;
    text-align: justify;
    color: #454545;
}

.more-information {
    font-size: 17px;
    color: white;
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 3px;
    background-color: #6AE8CE;
    display: inline-block;
    margin-top: 30px;
    text-decoration: none;
    font-family: barlow-light;
    height: 30px;
    line-height: 25px;
    border: none;
}

.more-information:hover {
    background-color: white;
    color: #6AE8CE !important;
    border: 1px solid #EEEDED;
    height: 28px;
    padding-top: 2px;
}

.more-information,
.more-information:visited {
    color: white;
}

.etiquette {
    font-size: 17px;
    color: #454545;
    background-color: #EEEDED;
    padding-left: 20px;
    padding-right: 20px;
    height: 33px;
    border-radius: 20px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    position: absolute;
    left: 0;
    top: -17px;
    font-family: barlow-light;
}

#presentation-4-colonnes {
    display: flex;
    justify-content: center;
    margin-top: 140px;
    flex-direction: column;
    align-items: center;
}

#content-4-colonnes {
    /* opacity: 0.5; */
    max-width: 1200px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    position: relative;
    /* transition: left 1s linear; */
}

#content-4-colonnes>div {
    display: flex;
    position: relative;
    width: 100%;
    justify-content: space-around;
}

#content-4-colonnes .colonne {
    width: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#content-4-colonnes .colonne .accroche {
    font-family: barlow-light;
    font-size: 28px;
    display: block;
}

#content-4-colonnes .colonne p {
    text-align: center;
    color: #454545;
    padding-top: 15px;
    font-family: opensans-light;
    line-height: normal;
    font-size: 17px;
}

#content-4-colonnes .colonne p:first-child {
    padding-top: 0;
}

#content-4-colonnes .colonne img {
    height: 200px;
}

#content-4-colonnes .colonne .more-information {
    width: 150px;
    text-align: center;
    font-family: 'opensans-semibold';
}

#presentation-4-colonnes nav {
    display: flex;
    padding-top: 60px;
    display: none;
}

#presentation-4-colonnes nav a {
    height: 25px;
    width: 25px;
    border: 3px solid #B0B0B0;
    border-radius: 50px;
    margin-left: 5px;
    margin-right: 5px;
}

#presentation-4-colonnes nav a.active {
    background-color: #b0b0b0;
}


/*4 colonnes de mises en avant*/


/*NOS PROCHAINES FORMATIONS*/

#prochaines_formations {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 130px;
    transition: transform 500ms linear, opacity 500ms linear;
}

#prochaines_formations.hidden {
    transform: translateY(50px);
    opacity: 0;
}

.header-section {
    flex-direction: row;
    max-width: 1200px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sous_titre {
    font-size: 42px;
    line-height: 51px;
    color: black;
    font-family: montserrat-black;
}

#content_prochaines_formations {
    padding-top: 35px;
    display: flex;
    justify-content: space-around;
    max-width: 1200px;
    width: 100%;
}

#content_prochaines_formations>div {
    display: flex;
    position: relative;
    width: 100%;
    justify-content: space-around;
}

#content_prochaines_formations .colonne {
    position: relative;
    width: 370px;
}

#content_prochaines_formations .etiquette {
    /* width: 190px; */
    font-family: 'barlow-light';z-index: 1;
}

#content_prochaines_formations h3 {
    font-size: 28px;
    line-height: normal;
    font-family: barlow-light;
    padding-top: 15px;
}

#content_prochaines_formations a.colonne p,
#content_prochaines_formations a.colonne:visited p,
#content_prochaines_formations a.colonne:visited,
#content_prochaines_formations a.colonne,
#content_prochaines_formations .colonne p {
    margin-top: 20px;
    font-size: 17px;
    font-family: 'opensans-light';
    line-height: normal;
    text-transform: lowercase;
    color: #454545;
    text-decoration: none;
}

.toutes_informations {
    font-size: 18px;
    text-decoration: none;
    color: black;
    font-family: 'barlow-medium';
}


/*ILS NOUS FONT CONFIANCE */

.content_date_formation {
    padding-top: 15px;
    display: flex;
    align-items: center;
}

.content_date_formation>img {
    padding-right: 10px;
}

.content_date_formation .date-formation {
    font-size: 11px;
    font-family: opensans;
}

.version_telephone {
    display: none !important;
}

.lien_telephone,
.lien_tablette {
    display: none;
}

#prochaines_formations nav {
    display: flex;
    padding-top: 60px;
    display: none;
}

#prochaines_formations nav a {
    height: 25px;
    width: 25px;
    border: 3px solid #B0B0B0;
    border-radius: 50px;
    margin-left: 5px;
    margin-right: 5px;
}

#prochaines_formations nav a.active {
    background-color: #B0B0B0;
}
#prochaines_formations .illustration_formation{
    width: 300px;
    position: relative;
    overflow: hidden;
    height: 152px;
}
#prochaines_formations .illustration_formation img{
    position: absolute;
    left: -802px;
    bottom: -190px;
    z-index: -1;
}
@media(max-width:1200px) {
    .version_ordinateur {
        display: none !important;
    }

    #content-4-colonnes>div {
        justify-content: flex-start;
    }

    .version_telephone {
        display: block !important;
    }

    #evenement {
        padding-left: 60px;
        padding-right: 60px;
        flex-direction: column;
    }

    #evenement #content-evenement {
        flex-direction: column;
    }

    #evenement #content-evenement {
        padding-right: 0;
    }

    #evenement #content-evenement .photo {
        padding: 0;
    }

    #evenement #content-evenement .version_telephone {
        width: 100%;
    }

    #evenement .text {
        padding-top: 55px;
        padding-left: 0;
    }

    #presentation-4-colonnes {
        padding-left: 80px;
        padding-right: 80px;
        overflow: hidden;
    }

    #content-4-colonnes {
        justify-content: flex-start;
        overflow: hidden;
    }

    #content-4-colonnes .colonne {
        min-width: 50%;
        width: auto;
    }

    #content-4-colonnes .colonne p {
        text-align: justify;
        text-align-last: center;
        padding-left: 20px;
        padding-right: 20px;
    }

    #presentation-4-colonnes nav {
        display: flex;
    }

    .lien_tablette {
        display: block;
    }

    #prochaines_formations .sous_titre {
        padding-left: 60px;
    }

    #content_prochaines_formations {
        overflow: hidden;
    }

    #content_prochaines_formations>div {
        justify-content: flex-start;
    }

    #content_prochaines_formations .colonne {
        width: 450px;

        width: auto;
        min-width: 50%;
    }

    #content_prochaines_formations .colonne>div {
        padding-left: 60px;
        padding-right: 60px;
    }

    #content_prochaines_formations .colonne img.illustration_formation {
        width: 100%;
        
    }


    #confiance .header-section {
        display: none;
    }

    .toutes_informations {
        padding-right: 60px;
    }

    #prochaines_formations nav {
        display: flex;
    }

    #content_prochaines_formations .etiquette {
        left: 60px;
    }
}

@media(max-width:900px) {
    .lien_telephone {
        display: block;
    }

    #content-4-colonnes .colonne {
        width: 100%;
        min-width: 100%;
        padding-right: 0;
    }

    #content-4-colonnes>div {
        justify-content: flex-start;
    }

    #content_prochaines_formations .colonne {
        min-width: 100%;
    }

    #evenement,
    #presentation-4-colonnes {
        padding-left: 40px;
        padding-right: 40px;
    }

    #content_prochaines_formations .colonne>div {
        padding-left: 40px;
        padding-right: 40px;
    }

    #prochaines_formations .sous_titre {
        padding-left: 40px;
    }

    #content_prochaines_formations .etiquette {
        left: 40px;
    }
}