/* GENERAL */
body{
    /* font-family: 'Lato', sans-serif; */
    font-family: "Raleway","Helvetica Neue","Helvetica",sans-serif;

}

ul,ol{
    list-style:none;
}

.sec-div
{
    margin-top:80px;
}

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

.button1:hover
{
    background: #333;
    border-color: #ffa500;
}

#portfolio {
    display: none;
}
#m_pprtfolio {
    display: none;
}
/*************************************
**  MENU
**************************************/
.navbar-brand
{
    height: 70px; 
/*    margin:0; */
    padding: 0;
}

.navbar-brand-title
{
    font-size: 26px;
    font-weight: bold;
    font-style: italic;
}


/* pour bien organiser les drapeaux */
#langX
{
    margin: 2px;
    padding: 0px;
}

.navbar-nav>li>a
{
    margin-top: 5px;
    padding: 20px;
    font-size: 16px;
    font-weight: bold;
}

.dropdown>a>i
{
    /* color: red; */
    color: rgb(85,85,106);
}

.lang-selector
{
    margin-top: 10px;
}


/*************************************
**  PROFIL (ABOUT)
**************************************/
.profile-picture{
    text-align: center;
    margin: 0 auto;
    float: none;
}

.picture img {
    width: 130px;
    border-radius: 170px;
    margin: 25px auto 10px auto;
    opacity: 1;
}

.onepage-block-header
{
    /* background-color: #3ea7e1;*/ /* blue;*/
    /* height:400px; */
    border-radius: 20px;
}

.text
{
    /* color: white; */
    /* color: black; */
}
.text>.content
{
    font-size: 18px;
}

.sec-div
{
    background-image: url("../images/LBP/lbp-01.jpg");
    background-size: cover;
    height:480px; 
    /* background-position: 50% 25px;" */
    /* opacity: 0.1; */
    background-color: rgba(255,255,255,0.1);
    /* background-color: transparent; */
}

/* EXPERIENCE */
#experience{
    /* background: #d82c2e; */
    background: #eee;
}

#experience .heading h2{
    /* color: #fff; */
    color:black;
    text-align: center;
    /* border: 1px solid red; */
}
.timeline{
    /* padding: 30px 10px; */
    padding: 20px 5px;
    position: relative;
    /* border: 1px solid red; */
}
.timeline{
    font-size: 14px;
}

@media screen and (min-width: 768px) {
    .timeline:before{
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 5px;
        background-color: #333;
        left: 50%;
        margin-left: -2.5px;
        /* border: 1px solid red; */
    }

    .timeline-body
    {
        font-size: 12px;
    }
    
    .timeline ul li{
        list-style: inside ;
        text-indent: -1.4em;
    }
    .timeline > li{
        /* margin-bottom: 20px; */
        margin-bottom: 10px;
        position: relative;
        /* border: 1px solid red; */
    }
    .timeline > li:after{
        clear: both;
        /* border: 1px solid red; */
    }
    .timeline > li:before, .timeline > li:after{
        content: " ";
        display: table;
        /* border: 1px solid red; */
    }
    .timeline li .timeline-badge{
        color: #d82c2e;
        width: 50px;
        line-height: 50px;
        font-size: 20px;
        text-align: center;
        position: absolute;
        top: 16px;
        left: 50%;
        margin-left: -25px;
        background-color: #ddd;
        border-radius: 50%;
        /* border: 1px solid red; */
    }
    .timeline-panel-container{
        width: 50%;
        float: left;
    }
    .timeline-panel-container-inverted{
        width: 50%;
        float: right;
    }
    .timeline-panel{
        width: 90%;
        /* width: 100%; */
        float: right;
        margin-right: 40px;
        border: 1px solid #d4d4d4;
        border-radius: 7px;
        /* padding: 20px 25px; */
        padding: 5px 10px;
        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: 20px;
    }
    .timeline-heading h4{
         color: #d82c2e;
    }
}

/* pour smartphon */
@media screen and (max-width: 767px) {
    .timeline:before{
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 5px;
        background-color: #333;
        /* left: 50%; */
        margin-left: -2.5px;
        /* border: 1px solid red; */
    }
    .timeline-body
    {
        font-size: 12px;
    }
    
    .timeline ul li{
        list-style: inside ;
        text-indent: -1.4em;
    }
    .timeline > li{
        /* margin-bottom: 20px; */
        margin-bottom: 10px;
        position: relative;
        /* border: 1px solid red; */
    }
    .timeline > li:after{
        clear: both;
        /* border: 1px solid red; */
    }
    .timeline > li:before, .timeline > li:after{
        content: " ";
        display: table;
        /* border: 1px solid red; */
    }
    .timeline li .timeline-badge{
        color: #d82c2e;
        width: 50px;
        line-height: 50px;
        font-size: 20px;
        text-align: center;
        position: absolute;
        top: 16px;
        /* left: 50%; */
        margin-left: -25px;
        background-color: #ddd;
        border-radius: 50%;
        /* border: 1px solid red; */
    }
    /* .timeline-panel-container{
        width: 50%;
        float: left;
    } */
    .timeline-panel-container,
    .timeline-panel-container-inverted{
        /* width: 50%; */
        /* float: right; */
        float: left;
    }
    .timeline-panel{
        width: 90%;
        /* float: right; */
        /* margin-right: 40px; */
        float: left;
        margin-left: 40px;
        border: 1px solid #d4d4d4;
        border-radius: 7px;
        /* padding: 20px 25px; */
        padding: 5px 10px;
        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:after,
    .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: #d82c2e;
    }
}}


/* formation */
#formation{
    background: #fff;
}
#formation .heading h2{
    /* color: #d82c2e; */
    color: black;
    text-align: center;
    font-weight: bold;

}
.formation-block{
    width:95%;
    height: 400px;
    margin: 0 auto;
    text-align: center;
    padding: 30px;
    background: #ddd;
    border-radius: 10px;
    border: 2px solid #ccc;
    margin-bottom: 20px;

}
.formation-block h5{
    color: #888;
    font-size: 15px;
    margin-bottom: 15px;
}
.formation-block .fas{
    font-size: 35px;
}
.formation-block h3{
     color: #d82c2e;
     font-size: 20px;
     text-transform: uppercase;
}
.formation-block h4{
   margin-bottom: 20px;
   font-size: 18px;
   text-transform: uppercase;
}
.formation-block p{
  font-weight: bold;
}
.formation-block .red-divider{
    margin-bottom: 20px;
}

/* CONTACT */
#contact{
    background: rgb(106, 106, 184);
}
#contact .heading h2 {
    color: white;
}
#contact-form
{
    font-size: 20px;
    color:#fff;
}
/*---  NEW  ------*/
.form-control
{
    height: 50px;
    font-size: 18px;
}
#contact-form input[type=submit]
{
    margin: 40px auto 0px;
    display: block;
}
.comments
{
    font-style: italic;
    font-size: 18px;
    font-weight: bold;
    /* color:rgba(255, 0, 0, 0.679); */
    height: 25px
}
#contact-form .thank-you
{
    text-align: center;
    margin-top: 15px;
    font-weight: bold;
    font-size: 22px;
}

.thank-you{
    text-align: center;
    margin-top: 15px;
    font-weight: bold;
    font-size: 22px;
}

/* FOOTER */
footer{
    background: #333;
    padding: 20px 0 40px;
}
footer .fas{
    font-size:  25px;
    margin: 20px;
    color: #d82c2e;
    height: 30px;
}
footer .fas:hover{
    font-size:  27px;
}
footer h5{
    color: #fff;
    font-weight: normal;
}

