*
{
    margin:0;
    padding:0;
    font-family: Lato,sans-serif;
}
h1,h2,h3,h4,h5,h6
{
    font-weight: bold;
    height: auto;
}
img
{
    max-width: 45%;
}
section
{
    padding: 65px 0 80px 0;

}
section .heading
{
    text-align: center;
    padding-bottom: 40px;
}
.divider
{
    width: 100px;
    height: 2px;
    background-color:#d82c2e;
    margin: 0 auto 20px auto;
}
section .heading h2
{
    text-transform: uppercase;
}

ul
{
    list-style: none;
}

/*NAVBAR*/
.navbar
{
    background-color: #d82c2e;
    border-bottom: #fff 1px solid;
    text-align: center;
    padding: 0px;
    min-height: 16px;
    letter-spacing: 2px;
}
.navbar .container-fluid
{
    padding:0;
    
}
.navbar-nav
{
    margin:0 auto;
}
.nav-item a
{
    color:white;
    padding:15px 100px;
    text-transform: uppercase;
    font-weight: bold;
}
.nav-item a:hover,
.nav-item a.active
{
    background-color: white;
    color: #333 !important;
}


/*ABOUT*/
#about
{
    background-color: #d82c2e;
}
#about .divider
{
    background-color: white;
}
.photo-profil
{
    text-align: center;
    margin:0px auto 30px;

}
#about .heading h1
{
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;

}
#about .heading h3
{
    
}
.button-1
{
    color:#fff;
    text-transform: uppercase;
    border: 1px solid #fff;
    padding:18px 50px;
    margin-top:20px;
    font-weight: bold;
    display:inline-block;
    border-radius: 15px;
    text-decoration: none;
    transition:all 0.3s ease-in 0s;
}
.button-1:hover
{
    color:#d82c2e;
    background-color: #fff;
    text-transform: uppercase;
    border: 1px solid #d82c2e;
    padding:18px 50px;
    margin-top:20px;
    font-weight: bold;
    display:inline-block;
    border-radius: 15px;
    text-decoration: none;
}

/*SKILLS*/



#skills .progress
{
    height: 45px;
    margin:30px 20px;
    background-color: #ddd;
}

#skills .progress-bar
{
    background-color: #d82c2e;
    --#progress-bar-bg: blue;
}

#skills .progress-bar h5
{
    text-shadow: 1px 1px 1px black;
    margin-bottom: 3px;
}
/*EXPERIENCE*/
#experience
{
    background-color: #d82c2e;
}
#experience .heading
{
    color:white;
}
#experience .divider
{
    background-color: #fff;
}

.timeline
{
    padding:30px 10px;
    position:relative;
}

.timeline:before
{
    top:0;
    bottom: 0;
    content:" ";
    position:absolute;
    width:5px;
    background-color: #333;
    left:50%;
    margin-left: -2.5px;
}

.timeline > li
{
    margin-bottom: 20px;
    position:relative;
}
.timeline > li:before, .timeline >li:after 
{
    content: " ";
    display:table;
}
.timeline > li:after 
{
    clear:both;
}
.timeline li .timeline-badge
{
    color:#d82c2e;
    width: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    position: absolute;
    top: 16px;
    left:50%;
    margin-left: -25px;
    background-color: #ddd;
    border-radius: 50%;
}
.timeline-panel-container
{
    width: 50%;
    float:left;
}
.timeline-panel-container-inverted
{
    width: 50%;
    float:right;
}
.timeline-panel
{
    width:90%;
    float:right;
    margin-right: 40px;
    border: 1px solid #d4d4d4;
    border-radius: 7px;
    padding:20px 25px;
    position:relative;
    box-shadow: 0 1px 6px rgba(0,0,0,0.175); 
    background: #fff;
}
.timeline-panel-container-inverted .timeline-panel
{
    float:left;
    margin-left:40px;
}
.timeline-panel:after
{
    position:absolute;
    top:27px;
    right:-14px;
    display:inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}
.timeline-panel-container-inverted .timeline-panel:after
{
    left:-13px;
    right:auto;
    border-top: 14px solid transparent;
    border-right: 14px solid #fff;
    border-left: 0 solid #fff;
    border-bottom: 14px solid transparent;
}
.timeline-heading h3
{
    margin-top: 5px;
    font-size: 20px;
}
.timeline-heading h4
{
    color:#d82c2e;
}

/*EDUCATION*/

#education
{
    padding:65px;

}
.liste-ecoles
{
    margin-left: auto;
    margin-right: auto;
}
#education li
{
   
    padding: 15px;
    text-align: center;
    margin: 10px auto;

}
.school-card
{
    background-color: #ddd;
    border-radius: 5px;
    padding:30px 0;
    height: 415px;
}
.school-card .text-muted
{
    font-size: 15px;
    font-weight: bold;
}
.school-card .bi-mortarboard-fill
{
    font-size: 30px;
}
.school-card h4
{
    color:#d82c2e;
    font-size: 25px;
    margin-top: 16px;
}
.school-card h5
{
    font-size: 20px;
    margin-top: 16px;
    margin-bottom: 16px;
    font-weight: normal;
}
.school-card p
{
    font-size: 14px;
}
/*PORTFOLIO*/
#portfolio
{
    background-color: #d82c2e;
    padding:65 30px;
}
#portfolio .heading
{
    color:white;
}
#portfolio .divider
{
    background: white;
}

#portfolio img
{
    height: 100%;
    width:100%;
    filter:grayscale(100%);
    -webkit-filter: grayscale(100%);

}
#portfolio img:hover
{
    filter:none;
    -webkit-filter:none;
}
#portfolio .col-lg-4
{
    margin-bottom:20px;
}

/*RECOMMANDATIONS*/
.carousel-item
{
    text-align: center;
    padding:80px 0px;
}
#recommandations h4
{
    color:#d82c2e;
    font-style: italic;
    font-size: 30px;
}
#recommandations h5
{
    font-size: 27px;
}
/*FOOTER*/
footer{
    background-color: #333;
    padding: 20px 0 40px 0;
    text-align: center;
}
footer span
{
    color: #d82c2e;
    font-size: 25px;
    line-height: 35px;
}
footer span:hover
{
    font-size: 27px;
}
footer h5
{
    color: #d4d4d4;
    font-weight: normal;
}