/* GENERAL */

body {
    font-family: "lato", sans-serif;
}

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

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

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

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

section .heading h2 {
    text-transform: uppercase;
}

.blue-divider {
    width: 100px;
    height: 2px;
    background: #6d89af;
    margin: 1% auto;
}

.white-divider {
    width: 100px;
    height: 2px;
    background: white;
    margin: 1% auto;
}

ul,
ol {
    list-style: none;
}

/* MENU */

.navbar {
    background: #6d89af;
    font-size: 12px;
    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: #6d89af !important;
 background-color:#fff !important;
}
.navbar-default .navbar-toggle
{
border-style: none;
}
.icon-bar
{
   color: #6d89af !important;
   background-color: #fff !important;
}
.icon-bar:hover
{
   background-color: #fff;
}

/* SECTION ABOUT */

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

#experience {
    padding-top: 100px;
    background: #6d89af;
}

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

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

#about .heading h3 {
    color: black;
}

.button1 {
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid white;
    display: inline-block;
    margin-top: 30px;
    padding: 18px 50px;
    border-radius: 3px;
    transition: all 0.3s ease-in 0s;
    background-color:#274a7c;
}

.button1:hover {
    background: white;
    color: #6d89af;
    text-decoration: none;

}

#button1 {
    text-align: center;
}

/* SKILLS */

#skills {
    background: white;
}

#skills .heading h2 {
    color: #6d89af;
}

#skills .progress {
    height: 100%;
    margin: 20px 20px;
    background: #ddd;
}

#skills .progress-bar {
    background: #6d89af;
}

#skills .progress h5 {
    text-shadow: 1px 1px 1px black;
}

/* EXPERIENCE */

#experience .heading h2 {
    color: white;
}

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

.timeline::before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 5px;
    background-color: rgb(97, 100, 119);
    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: #6d89af;
    width: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: azure;
    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 6 px rgba(0, 0, 0, 0.175);
    background: white;
}

.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: 20px;
}
  .timeline-heading h4
{
    color: #6d89af;
}
/* EDUCATION */

#education {
background: #fff;
}
#education .heading h2 {
    color: #6d89af;
}
.education-block {
    width:80%;
    margin: 0 auto;
    text-align : center;
    padding : 30px;
    background: #ddd;
    border-radius: 10px;
    border : 2px solid #ccc;
    margin-bottom: 20px;

}
.education-block h5 {
 color: #888;
 font-size: 15px;
 margin-bottom: 15px;
}
.education-block .glyphicon {
    font-size: 40px;
}
.education-block h3 {
    color: #6d89af;
}
.education-block h4 {
   margin-bottom: 20px;
} 
.education-block p {
    font-weight: bold;
} 
.education-block .blue-divider {
    margin-bottom: 20px;
} 
/* PORTFOLIO */
#portfolio {
    background: #6d89af;
}
#portfolio .heading h2 {
    color: #fff;
}

.thumbnail { 
    background-color: #6d89af; 
    border: none;
}

#portfolio .thumbnail img {
    width: 55%;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100);
    border-radius: 6px;
    border: 1px solid #ddd;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

#portfolio .thumbnail img:hover {
    filter: none;
    -webkit-filter: none;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
/* RECOMMANDATION */

#recommandations
{
    background: #fff; 
}
#recommandations .heading h2
{
    color:#6d89af;
}

.carousel-control.left, .carousel-control.right
{
    background-image: none;
    color: #6d89af;
}

.carousel-indicators
{
    bottom : 0px;
}

.carousel-indicators li
{
    border-color: #6d89af;
}

.carousel-indicators li.active
{
    background-color: #6d89af;
}
#myCarousel .item
{
    padding: 40px 30px;
    
}
#myCarousel .item h3
{
    color: #6d89af;
    font-style: italic;
}

/* CONTACT */
#contact {
    background: #6d89af;
}
#contact .heading h2
{
    color:#fff;
    background:#6d89af; 
}

#contact-me {
    color:#fff;
}

input {
color: #337ab7;
}

/*FOOTER */

footer
{
    background: #333;
    padding: 20px 0 15px;
}

footer .glyphicon
{
    font-size: 25px;
    margin: 20px 0 0 0 ;
    color: #6d89af;
    height: 30px;
}

footer .glyphicon:hover
{
    font-size: 27px;
}

footer h5
{
color: white;
font-weight: normal;
}

.lien-accueil {
    font-size: 20px;
    color: #6d89af;
    display:block;
}

footer a:hover {
    text-decoration: none;
}

