
section {
    /*background-color: aqua;*/
    height: 100vh;
    display: flex;
    align-items: center;
}



#container {
    /*background-color: brown;*/
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 89%;
    align-items: flex-start;
    margin-left: 60px;
    width: 50%;

}
#gauche {
    /*background-color: aquamarine;*/
    width: 90%;
    height: 59%;
    margin-left: 25px;
    margin-bottom: 50px;
}

#gauche p{
    margin: 45px 59px 0 50px;
    }

#gauche h2{
    font-size: 95px;
    margin-bottom: 0
}

h3{
 font-weight: 400;
    opacity: 100%;
}

#bas {
    /*background-color: brown;*/
    height: 28%;
    width: 500px;
    margin-left: 20px;
    margin-top: -2%;
}

#exp{
    display: flex;
    justify-content: space-around;
    
}

#droite {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

#droite img{
    width: 80%;
    margin-left: 50px
}



ol {
    line-height: 27px;
    font-size: 14px;
 }

a div{
    margin-left: 60px
}

#cv{
    font-style: italic;
    color: var(--accent);
}

#cv:hover{
    color: var(--schpoum)
}


/* MOBILE */

@media screen and (max-width:1300px) {
    
   #gauche h2{
    font-size: 53px;
    margin-bottom: 0;
    margin-left: 8px;
}
    
    #gauche h3{
    font-size: 23px;
    margin-left: 10px;
}
    
    
    section {
    /*background-color: aqua;*/
    height: 281vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}
    
    
    #container {
    /*background-color: brown;*/
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
    align-items: flex-start;
    margin-left: 52px;
    width: 103%;

}
    
    
    #gauche {
    /*background-color: aquamarine;*/
    width: 97%;
    height: 51%;
    margin-left: -8px;
    margin-bottom: 0px;
}
    
    
    h3{
 font-weight: 400;
    opacity: 100%;
}

#bas {
    /*background-color: brown;*/
    height: 23%;
    width: 287px;
    margin-left: 20px;
    margin-top: 0;
}

#exp{
    display: flex;
    justify-content: space-around;
    
}
    
    #droite {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
        height: 69%;
}

#droite img{
    width: 76%;
    margin-top: 50px;
}
    
    
}