/* general */
body {
    font-family: 'Lato', sans-serif

}
h1,h2,h3,h4,h5,h6 { 
    font-weight:bold;
}
img {
    max-width: 100%;
    height:auto;
}
section {
    padding: 65px 0 80px 0;
}
section .heading {
    padding-bottom: 40px;
    text-align: center;
}
section .heading h2 {
    text-transform: uppercase;
}
.divider {
    width: 100px;
    height: 2px;
    margin: 0 auto 20px;
    background-color: rgb(200, 149, 226);
}
.divider.white {
    background-color: white;
}
ul {
    list-style: none;
}
/* navbar */
.navbar {
    background-color: #333;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid white;
}
.navbar-nav {
    margin: 0 auto;
    text-align: center;
}
.nav-link {
    color: white !important;
    margin: 0 6px 6px;
}
.nav-link.active,
.nav-link.hover {
    background-color: rgb(169, 169, 169);
    color: white !important;
}
/* about */
#about {
background-color: rgb(169, 169, 169);
}
.profile-picture {
    text-align: center;
    margin: 0px auto 30px;
}
#about .heading h1 {
    color: #ffff;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.button1 {
    font-weight: bold;
    color:white;
    text-transform: uppercase;
    border: 1px solid white;
    padding: 18px 50px;
    margin-top: 20px;
    display: inline-block;
    border-radius: 3px;
    text-decoration: none;
    transition: all 0.3s ease-in 0s;
}
.button1:hover {
    background: white;
    color: rgb(169, 169, 169);
}
/* skills */
#skills .heading h2 {
    color: rgb(169, 169, 169);
}
#skills .progress {
    height: 45px;
    margin:30px 20px;
    color: rgb(5, 4, 5);
}
#skills.progress:last-child {
    margin-bottom:0px;
}
#skills .progress-bar {
    background-color: rgb(169, 169, 169);
}
#skills .progress-bar h5 {
    text-shadow: 1px 1px 1px black;
    margin-bottom: 3px;
}
/* experiences */
#experience {
 background-color: rgb(169, 169, 169);
}
#experience heading h2 {
    color: white;
}
.timeline {
    padding: 30px 10px;
    position: relative;
}
.timeline:before {
    content: " ";
    top: 0;
    bottom: 0;
    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: rgb(169, 169, 169);
    width: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: white;
    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: 0px solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}
.timeline-panel-container-inverted .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline-heading h3 {
    margin-top: 5px;
    font-size: 20px;
}
.timeline-heading h4 {
    color: rgb(169, 169, 169);
}
/* Formations */
#education .heading h2 {
    color: rgb(169, 169, 169);
    margin: 15px 0px;
}
.education-block {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding: 30px;
    background: #e9ecef;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}
.education-block h5 {
    color: #888;
    font-size: 15px;
    margin-bottom: 15px;
}
.education-block span {
    font-size: 35px;
}
.education-block h3 {
    color: #888;
    margin: 15px;
}
.education-block h4 {
    margin-bottom: 20px;
    font-weight: normal;
}
/* portfolio */
#portfolio {
    background-color: rgb(169, 169, 169);
}
#portfolio heading h2 {
    color: white;
}
#portfolio img {
    width: 100%;
    height: 100%;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
#portfolio img:hover {
    color: white;
    filter: none;
    -webkit-filter: none;
}
#portfolio .col-md-4 {
    margin-bottom: 20px;
}
/* recommandations */

#recommandations .heading h2 {
    color: rgb(169, 169, 169);
    margin: 15px 0px;
}
#recommandations h4 {
    padding-top: 15px;
    color: rgb(169, 169, 169);
    font-size: 1rem;
}
#recommandations h3 {
    font-size: 1.5rem;
}
#mycarousel .carousel-item {
    padding: 30px 30px 90px;
}
#mycarousel .carousel-inner {
    width: 90%;
    padding-left: 90px;
}
/* footer */
footer {
    background-color: #333;
    padding: 20px 0 40px;
}
footer span {
    color: rgb(169, 169, 169);
    
    line-height: 35px;
}
footer span:hover {
    font-size: 30px;
}
footer h5 {
    color: white;
    font-weight: normal;
    font-size: 15px;
}