.CV-title{

    margin-top:15px;
    margin-bottom: 10px;
    color: #E76C67;
    font-weight: bold !important;
  font-family: open sans;
}

.cv-body{
    padding:1.25rem;
    flex: 1 1 auto;
}

#Sommaire{
    margin-top: 50px;
}

section + section {

    margin-top: 45px;
}

.section-title {
    border-bottom: 1px solid rgba(0,0,0,.1);
    margin-bottom: 15px;
    font-size: 25px;
    font-weight: bold !important;
}


.section-body-header{
    margin-bottom: 15px;
    font-weight: bold;
}


.Experience-Body{
    text-align: justify;
}

.section-body-subtitle{
    font-size: 12px;
}

.section-title i {
    color:#6795E7 !important;
}

.section-title h3{
    padding-left:10px;
    font-size: 25px;
    display: inline-block;
    font-weight: 500 !important;
}

.section-body{
    
    padding-top: 5px;
    text-align: left;
}

#Certifications{
    margin-bottom: 70px;
}

ul{
    list-style: none;
    margin: 0;
    padding:0;
}

ul li{
    padding: 0;
}

#experience .section-body-header{
    margin-bottom: 15px;
}