header{
    width: 100%;
    background-color: white;
    /* border-bottom: var(--color-rose) 5px solid; */
    /* padding-bottom: 200px; */
}
#displayQuiSuisJe{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* padding: 0 50px; */
    padding-top: 50px;

}
#displayQuiSuisJe h1{
    font-size: 50px;
    color: var(--color-vert);
    margin-bottom: 50px;
}
#displayParagraphe{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
}

#displayParagraphe .paragrapheMargin{
    margin: 20px 0px;
}
.containerParagraphe{
    text-align: center;
    font-size: x-large;
    margin: 10px 0;
    width: 70%;
}
.textJustify{
    text-align: justify;
}
.containerParagrapheUneImageMoi{
    display: flex;
    width: 90%;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.containerParagrapheUneImageMoi .containerParagraphe{
    padding: 0 30px;
    width: 50%;
}
.containerParagrapheUneImageMoi .containerParagrapheImg {
    width: 25%;
    height: auto;
}
.containerParagrapheUneImageMoi .containerParagrapheImg img{
    width: 100%;
}
#containerParagrapheUneImg {
    display: flex;
    width: 80%;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.containerParagrapheUneImg {
    width: 50%;
}
.containerParagrapheUneImg img{
    width: 100%;
}
#containerParagrapheUneImg .containerParagraphe{
    padding: 0 30px;
    width: 50%;
}
 #btnDiplome{
    background: none;
    padding: 10px;
    margin: 20px;
    border: 2px solid var(--color-vert);
    color: var(--color-vert);
    font-size: x-large;
    transition: 0.5s;
}
#btnDiplome:hover{
    color: var(--color-rose);
    border: 2px solid var(--color-rose);
}
#displayDiplome{
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#displayDiplome img{
    height: 350px;
    margin: 30px;
    cursor: pointer;
}
#displayImagePleinEcran{
    z-index: 500;
    width: 100%;
    height: 100vh;
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: fixed;
}
#displayImagePleinEcranSombre{
    z-index: 501;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
}
#containerImagePleinEcran{
    z-index: 502;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
}
#caseImg{
    z-index: 505;
    width: 90%;
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.imgDiplomePleinEcran{
    z-index: 505;
    max-width: 85vw;
    max-height: 85vh;
}
.btnImgPleinEcran{
    z-index: 505;
    font-size: xx-large;
    height: 50%;
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    cursor: pointer;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}
.btnImgPleinEcran:hover{
    background-color: var(--color-rose);
    
}
#croixFermetureImgDiplome{
    z-index: 505;
    position: absolute;
    font-size: xx-large;
    top: 15px;
    right: 15px;
    padding: 15px;
    color: white;
    cursor: pointer;
}
#croixFermetureImgDiplome:hover{
    background-color: var(--color-rose);
}

@media (max-height: 450px), screen and (orientation: portrait){
    #displayQuiSuisJe{
        /* padding-top: 100px; */
    }
    #displayQuiSuisJe h1{
        font-size: 40px;
        color: var(--color-vert);
        margin-bottom: 50px;
    }
    #displayParagraphe{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 90%;
    }



    #displayParagraphe .paragrapheMargin{
        margin: 20px 0px;
    }
    .containerParagraphe{
        text-align: center;
        font-size: large;
        margin: 5px 0;
        width: 90%;
    }
    .containerParagraphe p {
        margin: 5px;
    }
    .containerParagrapheUneImageMoi{
        width: 90%;
        flex-direction: column;
    }
    .containerParagrapheUneImageMoi .containerParagraphe{
        padding: 0px;
        width: 100%;
    }
    .containerParagrapheUneImageMoi .containerParagrapheImg {
        width: 50%;
    }
    .containerParagrapheUneImageMoi:nth-child(odd){
        flex-direction: column-reverse;
    }
    #containerParagrapheUneImg {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    #containerParagrapheUneImg div{
        width: auto;
    }
    #containerParagrapheUneImg img{
        width: 100%;
    }
    #containerParagrapheUneImg .containerParagraphe{
        padding: 0 30px;
        width: 100%;
    }

     #btnDiplome{
        font-size: large;
    }
    #displayDiplome{
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #displayDiplome img{
        max-width: 90%;
        height: auto;
        margin: 30px 0;
    }
    #displayImagePleinEcran{
        z-index: 500;
        width: 100%;
        height: 100vh;
        display: none;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        position: fixed;
    }
    #displayImagePleinEcranSombre{
        z-index: 501;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.8);
    }
    #containerImagePleinEcran{
        z-index: 502;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100vh;
    }
    #caseImg{
        z-index: 505;
        width: 90%;
        height: 90vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .imgDiplomePleinEcran{
        z-index: 505;
        max-width: 90vw;
        max-height: 90vh;
    }
    .btnImgPleinEcran{
        z-index: 505;
        font-size: xx-large;
        height: 50%;
        width: 10%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        cursor: pointer;
        -webkit-user-select: none; /* Safari */
        -ms-user-select: none; /* IE 10 and IE 11 */
        user-select: none; /* Standard syntax */
    }
    .btnImgPleinEcran:hover{
        background-color: var(--color-rose);
        
    }
    #croixFermetureImgDiplome{
        z-index: 506;
        position: absolute;
        font-size: xx-large;
        top: 15px;
        right: 15px;
        padding: 15px;
        color: white;
        cursor: pointer;
    }
    #croixFermetureImgDiplome:hover{
        background-color: var(--color-rose);
    }
}