/*Géneral*/

*{
    box-sizing: border-box;
}

::-webkit-scrollbar {
    display: none;
}

body{
    font-family: 'Roboto', sans-serif;
}

h1,h2,h3,h4,h5,h6{
    font-weight: bold;
}

img{
    max-width: 100%;
    height: auto;
}

section  .heading{
    text-align: center;
    padding-bottom: 40px;
    margin-top: 20px;
}

section  .heading h2{
    text-transform: uppercase;
}

.blue-divider{
    width: 100px;
    height: 2px;
    background: #5cc6fe;
    margin: 0 auto;
}

.white-divider{
    width: 100px;
    height: 2px;
    background: #ffffff;
    margin: 0 auto;
}

section{
    padding: 65px 0 40px 0;
}

ul,ol{
    list-style: none;
}
/*about*/

#about{

    padding-top: 100px;
    background: #5cc6fe;
}

.profile-picture{
    text-align: center;
    margin: 0 auto;
    float: none;
}

#about .heading h1{
    color: white;
}

.button1{
    text-transform: uppercase;
    color: white;
    display: inline-block;
    border: 1px white solid;
    margin-top: 20px;
    padding: 20px 30px;
    border-radius: 10px;
    transition: all 0.3s ease-in 0s;    
}

a.button1{
    width: 200px;
}


.button1:hover{
    background: white;
    color: #5cc6fe;
    border: 1px #5cc6fe solid;
    text-decoration: none;
}

/* SKILLS*/

#skills {
    background: white;
}
 
#skills .heading h2{
    margin-top: 20px;
    color: #5cc6fe;
    text-transform: uppercase;
}
#skills .progress{
    height: 50px;
    margin: 30px 20px;
}

/*Expérience*/

#experience{
    background: #5cc6fe;
}

#experience .heading h2{
    color: #ffffff;
}
.timeline{
    padding: 30px 10px;
    position: relative;
}
.timeline:before{
    top:0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 5px;
    background: #000;
    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: #5cc6fe;
    width: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background:  #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-radius: 7px;
    padding: 20px 25px;
    position: relative;
    box-shadow: 0 1px 6px rgba(0,0,0,0.5);
    background: #FFF;
}

.timeline-panel-container-inverted .timeline-panel{
    margin-left: 40px;
    float: left;
    
}

.timeline-panel::after{
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid white;
    border-right: 0 solid white;
    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: #5cc6fe;
}

/* NavBAR*/

.navbar{
    background-color: #5cc6fe;
    font-size: 20px;
    border-bottom: 1px solid white;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: bold;
}

.nav-pills .nav-link{
    color: white!important;
    border-style: none;
    margin: 5px;
}

.nav-pills .nav-link.active, .nav-pills .nav-link:hover{
    color: #5cc6fe!important;
    background-color: white!important;
} 

.navbar-toggler{
    color: #FFF!important;
    border-style: none;
}



/*Formation*/

#formation{
    background: white;
    padding: 50px;
    
}

#formation .heading h2{
    color: #5cc6fe;
}

.formation-block{
    width: 95%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0 20px 0;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 1pt 1pt #5cc6fe;

}

.formation-block h5{
    color: #888;
    font-size: 15px;
    margin-bottom: 15px;
}

.formation-block .fas{
    font-size: 35px;
}

.formation-block h3{
    color: #5cc6fe; 
}

.formation-block h4{
    margin-bottom: 20px;
}

.formation-block p{
    font-weight: bold;
}

.formation-block .blue-divider{
    margin-bottom: 20px;
}

/*footer*/

footer{
    background-color: #5cc6fe;
    position: relative;
    text-align: center;
    color: white;
    padding-top: 2vh;
    height: 80px;
    font-size: 1.3em;
}

#lic{
 
  filter: opacity(.7) drop-shadow(0 0 0 #5cc6fe);
  float: right;
  margin-right: 50px;
}

#myBar > ul > li > a{
    padding: 10px 50px;
}


.col1{
    padding: 5px
}

#webmenu_msdd{
    position: fixed;
    top: 90px;
    right: 1em;
    width: 60px!important;
    z-index: 10;
}

#webmenu_msddHolder{
    background-color: #5cc6fe;
}

#webmenu{
    display: none;
}

.ddlabel{
    font-weight: bold;
}