
/*******************************************************************************************/
/* A PROPOS DE MOI                                                                         */
/*******************************************************************************************/

body.informations{
    background-image: url('../img/fond-Services-Informations.png'); 
    background-size: cover;
    background-repeat: no-repeat; 
    background-attachment: fixed; 
    background-position: center;
}

main.informations {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}

main.informations h2{
    color: black;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 50px;
    text-decoration: underline;
}

main.informations img.brainstorming {
    width: 400px;
    height: auto;
    margin-top: 20px;
}

main.informations section.explications {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 30px;
    text-align:justify;
    font-family: "Dosis", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
}


main.informations section.explications h3 {
    color: black;
    font-family: "Dosis", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 27px;
}

main.informations img.visage{
    width: 250px;
    border-radius: 7px;
}

main.informations section.presentation{
    display: flex;
    flex-direction: column;
    margin-bottom: 5rem;
    align-items: center;
}

main.informations section.nom{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: black;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 22px;
    margin-top: 10px;
}

main.informations section.nom p{
    margin: 0px;
}

/*main.informations section.explications span.association{
    font-weight: 500;
    font-size: 28px;
}*/

/***************************************************************************************************************************************/
/***************************************************************************************************************************************/
/* MOBILE                                                                                                                              */
/***************************************************************************************************************************************/
/***************************************************************************************************************************************/

@media (max-width: 750px){

    main.informations img.brainstorming {
        width: 300px; 
    }
    main.informations section.explications {
        width: 70% !important; 
        font-size: 23px !important;
        text-align: center;
    }

    main.informations section.explications h3 {
        font-size: 24px !important;
    }

    main.informations img.visage{
        width: 175px;
    }
    
    main.informations section.nom{
        font-size: 20px;
    }
}

/**************************************************************************************************************************************/
@media (max-width: 1000px){
    
    main.informations section.explications {
        width: 60%;
    }
}

/***********************************************************************************************************************/

@media (max-device-width: 768px) {
    /*body.informations{
        background-image: url('../img/fond-Mobile.png');
        background-size: cover;
        background-repeat: no-repeat; 
        background-attachment: fixed; 
        background-position: center;
    }*/

    body.informations{
        background-image: none;
    }

    main.informations img.brainstorming {
        width: 500px; 
    }

    main.informations section.explications {
        width: 70% !important; 
        font-size: 30px !important;
        text-align: justify;
        margin-top: 2rem;
    }

    main.informations section.explications h3 {
        font-size: 31px !important;
    }

    main.informations img.visage{
        width: 300px;
        margin-top: 1rem;
    }
    
    main.informations section.nom{
        font-size: 25px;
    }
}