/* --Partie haute-- */
/* -Presentation frame- */
#divTopPresentation{
    display: flex;
    @media (max-width: 1600px){
        display: block;
    }
}
#divPresentationLeft{
    display: flex;
    width: 48%;
    margin-left: 2%;
    min-width: 850px;
    height: 360px;
    @media (max-width: 1600px){
        width: 96%
    }
}
#divPresentationRight{
    font-family: poppins, serif;
    width: 45%;
    margin-left: 20px;
    margin-right: 20px;
    @media (max-width: 1600px){
        width: 96%
    }
}

#divPresentationLeftText{
    margin-left: 25px;
    margin-top: 25px;
    font-family: poppins, serif;
    display: inline-block;
    text-align: right;
}
#divPhoto{

    display: inline-block;
    position: relative;
    height: 300px;
    width: 350px;
    background-color: lightgrey;
    border-radius: 0 80px 80px 0;
    margin-left: 15px;
    margin-top: 25px;
}
#divPhoto::after{
    position: absolute;
    top: -10px; bottom: -10px;
    left: -5px; right: -10px;
    background: linear-gradient(45deg, #222, #007, #222);
    content: '';
    z-index: -1;
    border-radius: 0 90px 90px 0;

}
#imgProfil{
    height: 300px;
    width: 290px;
}

/* -Presentation text- */

#h1Presentaition{
    margin: 0;
    font-size: 40px;
}
#h2Presentation{
    font-size: 30px;
    margin: 0;
    margin-top: 10px;
}
#h3Presentation{
    font-size: 29px;
    margin: 0;
    margin-bottom: 30px;
    margin-top: 10px;
}
#divPresentationLeft p{
    position: relative;
    font-size: 17px;
    background-color: white;
    border-radius: 0 0 0 85px;
    margin-top: 30px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#divPresentationLeft p::after {
    position: absolute;
    top: -5px;
    bottom: -10px;
    left: -10px;
    right: -5px;
    background: linear-gradient(45deg, #222, #007, #222);
    content: '';
    z-index: -1;
    border-radius: 0 0 0 90px;
}
#divPresentationRight h2{
    margin-bottom: 5px;
}
#divPresentationRight h1{
    margin-bottom: 10px;
    position: relative;
    border-radius: 10px;
    background-color: white;
    text-align: center;
}
#divPresentationRight h1::after{
    position: absolute;
    top: -6px;
    bottom: -6px;
    left: -6px;
    right: -6px;
    background: linear-gradient(45deg, #222, #007, #222);
    content: '';
    z-index: -1;
    border-radius: 15px;
}
#divPresentationRight p{
    margin-top: 5px;
}

/* --Partie basse-- */

#divMidPresentation h1{
    position: relative;
    font-family: poppins, serif;
    text-align: center;
    background-color: white;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#divMidPresentation h1::after{
    position: absolute;
    top: -6px;
    bottom: -6px;
    left: -6px;
    right: -6px;
    background: linear-gradient(45deg, #222, #007, #222);
    content: '';
    z-index: -1;
    border-radius: 15px;
}
#divMesEtudes{
    display: flex;
    @media (max-width: 1000px){
        display: block;
    }
}

#divSchemaEtudes{
    font-family: poppins, serif;
    width: 50%;
    @media (max-width: 1000px){
        width: 100%;
    }
}
#divSchemaEtudes h4 a{
    text-decoration: none;
}
.divLineSchemaEtudes{
    background-color: black;
    height: 3px;
    width: 100%;
}
.divSchemaEtudesPeriode{
    display: flex;
    margin-left: 15px;
}
.divSchemaEtudesLeft{
    width: 80%;
}
.divSchemaEtudesRight{
    width: 20%;
    text-align: center;
}
#divSchemaEtudesPasseRight{
    background-color: #222;
    position: relative;
}
#divSchemaEtudesPasseRight h3{
    margin: 0;
    position: absolute;
    top: 50%;
    color:aliceblue;
    left: 50%;
    transform: translate(-50%, -50%);
}
#divSchemaEtudesPresentRight{
    background-color: #114;
    position: relative;
}
#divSchemaEtudesPresentRight h3{
    margin: 0;
    position: absolute;
    color:aliceblue;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#divSchemaEtudesFuturRight{
    background-color: #007;
    position: relative;
}
#divSchemaEtudesFuturRight h3{
    margin: 0;
    position: absolute;
    color:aliceblue;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


#divExplicationEtudes{
    font-family: poppins, serif;
    width: 50%;
    padding-left: 15px;
    padding-right: 20px;
    margin-top: 25px;
    @media (max-width: 1000px){
        width: 100%;
    }
}
#divExplicationEtudes h2:first-of-type{
    margin-top: 0;
}

