/* color palette */
.bg1{ background-color: #F6F3EC; }
.bg2{ background-color: #939963; }
.bg3{ background-color: #99A28B; }
.bg4{ background-color: #877974; }
.bg5{ background-color: #2E2B32; }
main{
    overflow-x: hidden;
}
.carousel-item{
    height: 400px;
}
.carousel-item>div{
    height: inherit;
    background-color: white;
    border: 1px solid #d4d4d4;
    border-radius: 10px 10px;
    box-shadow: 1px 1px 10px grey;
}
.carousel-control-prev, .carousel-control-next{
    color: black!important;
}
i{
    color: white;
}
article{
    border: 1px solid #d4d4d4;
    border-radius: 10px 10px;
}
a{
    color:inherit;
    transition: .5s ease-in-out;
}
a:hover{
    color: black;
    text-decoration: underline;
    text-shadow: 2px 2px 20px black;
}
.selector:hover, .showmore:hover{
    cursor: pointer;
}
html{
    scroll-behavior: smooth;
    background-color: #99A28B;
}
#cvPapier p{
    font-size: 2vw;
}
#myPicture{
    position: relative;
    max-height: inherit;
}
.fleche{
    position: relative;
    top: 1px;
    width : 75%;
    z-index: 1;
}
#mobileNavbar{
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}
#mobileNavbar a{
    font-size: 10px;
    height: 75px;
    max-height: 75px;
}
.icone{
    height: 2.5vw;
}
.periode{
    font-size: 1.3vw;
    font-weight: bold;
}
h1{
    color:white;
    font-size: 7vw;
}
header h2, header p{
    color: grey;
}
header h2{
    font-size: 3.5vw;
}
section h2{
    text-align: center;
    font-size: 3em;
    text-shadow: 4px 4px 10px grey;
}
h3{
    text-align: center;
    font-size: 1.8em;
    text-shadow: 4px 4px 10px grey;
}
h4{
    font-size: 1.2em;
    text-shadow: 4px 4px 10px grey;
}
#stickyNavbar a, #contact{
    color: grey;
}
#stickyNavbar{
    border-bottom: 1px solid grey;
}
.idle{
    position:relative;
}
.conteneur_progess_bar{
    width:100%;
    height:15px;
    background-color:#f7f7f7;
    border:1px solid #e7e7e7;
    display:inline-block;
}
.progress_bar{
    background-color:#cb2025;
    width:1%;
    height:13px;
    border:2px solid #f7f7f7;

}
body{
    font-family: 'Merriweather', cursive;
    padding-bottom: 75px;
}
.grow, .grow-sm{
    transition: .2s ease-in-out;
}
.grow:hover{
    transform: scale(1.2);
}
.grow-sm:hover{
    transform: scale(1.02);
}
/* timeline */

.timeline-panel{
    background-color: white;
}
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}
.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #d4d4d4;
    left: 50%;
    margin-left: -1.5px;
}
.timeline > li {
    margin-bottom: 20px;
    position: relative;
}
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li > .timeline-panel {
    width: 46%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}
.timeline > li > .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 > li > .timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline-title {
    margin-top: 0;
    color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}
.timeline-body > p + p {
    margin-top: 5px;
}
@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }
    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }
    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }
    ul.timeline > li > .timeline-panel {
        float: right;
    }
    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }
    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
}
/* timeline */


/*  ----- MEDIA QUERRIES ---------*/
@media (orientation: portrait){
    .container-fluid{
        overflow: hidden;
    }
}
/* mode paysage */
@media (orientation: landscape) {
    #mobileNavbar{
        display: none;
    }
    #stickyNavbar{
        display: flex!important;
    }
    body{
        padding-bottom: 0px;
    }
}
/* responsive pour ecran sm */
@media all and (min-width : 576px ){

}
/* responsive pour les ecran md */
@media all and (min-width : 768px ){
    body{
        padding-bottom: 0px;
    }
    #mobileNavbar{
        display: none;
    }
    h1{
        font-size: 4em;
    }
    header h2{
        font-size: 2em;
    }
}
/* responsive pour les ecran lg */
@media all and (min-width : 992px ){
    #nomPrenom{
        font-size: 4em;
    }
    body{
        max-width: 1000px;
        margin: auto;
    }
}
/* responsive pour les ecran xl */
@media all and (min-width : 1200px ){

}
