/* GENERAL */

body {
    font-family: 'Lato', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bolder;
}

img {
    max-width: 100%;
    height: auto;
}

section {
    padding: 45px 0 80px 0;
}

section .heading {
    text-align: center;
    padding-bottom: 40px;
}

.red-divider {
    width: 100px;
    height: 2px;
    background: #85C1E9;
    margin: 0 auto;
}

.white-divider {
    width: 100px;
    height: 2px;
    background: #FFF;
    margin: 0 auto;
}

ul,
ol {
    list-style: none;
}


/* menu */

.navbar {
    background: #85C1E9;
    font-size: 14px;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: bold;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar .navbar-collapse {
    text-align: center;
}

.navbar li a {
    color: #fff !important;
}

.navbar-nav li a:hover,
.navbar-nav li.active a {
    color: #85C1E9 !important;
    background-color: #fff !important;
}

.navbar-default .navbar-toggle {
    border-style: none;
}

.icon-bar {
    background-color: #fff !important;
}


/* ABOUT */

#about {
    padding-top: 100px;
    background: #D6EAF8;
}

.profile-picture {
    text-align: center;
    margin: 0 auto;
    float: none;
}

#about img {
    border-radius: 60%;
}

#about .heading h1 {
    color: #85C1E9;
    text-transform: uppercase;
}

h2 {
    text-transform: uppercase;
}

#about .heading h3 {
    color: #fff;
}

.button1 {
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
    background-color: rgba(93, 173, 226, 0.5);
    border: 3px solid #fff;
    display: inline-block;
    margin-top: 20px;
    padding: 18px 50px;
    border-radius: 3px;
    transition: all 0.4s ease-in 0s;
    letter-spacing: 3px;
}

.button1:hover {
    background: #fff;
    color: #85C1E9;
    text-decoration: none;
}


/* skills */

#skills {
    background: #fff;
}

#skills .heading h2 {
    color: #85C1E9;
}

#skills .progress {
    height: 20%;
    margin: 30px 20px;
    background: #D6EAF8;
}

#skills .progress-bar {
    background: #85C1E9;
}


/* Expériences */

#experience {
    background: #D6EAF8;
}

#experience .heading h2 {
    color: #fff;
}

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

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

.timeline>li {
    margin-bottom: 20px;
    position: relative;
}

.timeline>li:after {
    clear: both;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline li .timeline-badge {
    color: #85C1E9;
    width: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: #FFF;
    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 {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-heading h3 {
    margin-top: 5px;
    font-size: 25px;
}

.timeline-heading h4 {
    color: #85C1E9;
    font-weight: bold;
    font-size: 20px;
}

.timeline p {
    font-size: 18px;
    text-align: justify;
}


/* education */

#education {
    background: #fff;
}

#education .heading h2 {
    color: #85C1E9;
}

.education-block {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding: 30px;
    background-color: #D6EAF8;
    border-radius: 10px;
    border: 2px solid #85C1E9;
    margin-bottom: 20px;
}

.education-block h5 {
    color: #888;
    font-size: 15px;
    margin-bottom: 15px;
}

.education-block .glyphicon {
    font-size: 40px;
}

.education-block h3 {
    color: rgb(93, 173, 226);
}

.education-block h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

.education-block p {
    margin-top: 20px;
    font-weight: bold;
}


/* portfolio */

#aPropos {
    background: #D6EAF8;
}

#aPropos .heading h2 {
    color: #fff;
}

#aPropos .glyphicon {
    font-size: 20px;
    color: #85C1E9;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

#aPropos p {
    font-size: 20px;
    text-align: justify;
}


/*A propos */

#aPropos p {
    text-align: justify;
}


/* footer */

footer {
    background-color: #333;
    padding: 20px 0 40px;
}

footer .glyphicon {
    font-size: 25px;
    margin: 20px;
    color: #85C1E9;
    height: 30px;
}

footer .glyphicon:hover {
    font-size: 30px;
    margin: 20px;
    color: #85C1E9;
    height: 30px;
}

footer h5 {
    color: #FFF;
    font-weight: normal;
    font-size: 18px;
}