/************* PARCOURS *************/

#formation {
   background: #2e3e4e;
    min-height: 60vh;
    color: #EE4437;
    text-align: center;
    padding: 75px 0 90px;
}

#formation h1, #experience h1{
    padding-bottom: 20px;
    font-weight: 700;
}

#formation .fa-graduation-cap {
    text-align: center;
    font-size: 5rem;
    color: #eaeaea;
}

.studyItem .rightArea {
    border-left: solid 1px #EE4437;
    padding-bottom: 40px;
}

.studyItem:last-child .rightArea {
    padding-bottom: 0px;
}

.dates h5 {
    font-size: 1.1em;
    text-align: center;
}

.dates {
    color: #fff;
    background: #EE4437;
    width: 150px;
    height: 150px;
    padding: 40px 0 40px 0;
    border-radius: 50%;
    box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.3);
}

.dates:hover {
    background: #EE4437;
}

.arrowpart {
    float: left;
    width: 15px;
    height: 60px;
    
}

.studyBox {
    width: auto;
    background: #f3f3f3;
    border-bottom: solid 4px #eeeeee;
    padding: 22px 47px 6px 47px;
    margin-left: 15px;
    text-align: left;
    border-radius: 12px;
}

.studyBox p {
    color: #2e3e4e;
    line-height: 21px;
}

.studyBox h4 {
    color: #2e3e4e;
    font-weight: 650;
    padding-bottom: 4px;
}

.studyBox h5 {
    color: #2e3e4e;
}

/************* EXPERIENCE *************/
#experience {
    background: white;
    min-height: 60vh;
    color: white    ;
    text-align: center;  
   
    padding: 75px 0 90px;
}


#experience .fa-laptop {
    text-align: center;
    font-size: 5rem;
    color: #EE4437;
}
.studyBox2 {
    width: auto;
    background: #2e3e4e;
    border-bottom: solid 4px #2e3e4e;
    padding: 22px 47px 6px 47px;
    margin-left: 15px;
    text-align: left;
    border-radius: 12px;
}
.titreExp {
    color: #EE4437;
}