html,body{
    width:100%;
    height: 100%;
    font-family: 'Muli', sans-serif;
}
/* //barre_info */
.bar-info{
    border-bottom: 1px solid #f7f7f7;
    font-size: 16px;
}
.bar-info .pull-left {
    list-style: none;
    margin-top:10px;
    display:flex;
}
.bar-info .pull-left .list {
    margin-right:20px;
}
.bar-info .pull-left .list i.icon{
    color:#398fb6;

}
.bar-info .pull-right .social-media .fa-facebook{
    color:#fff;
    margin-top:5px;
    margin-right:10px;
    border: 1px solid #132887;
    border-radius: 50%;
    padding:6px 10px;
    background-color:#132887;
}
.bar-info .pull-right .social-media .fa-facebook:hover{
    background:#fff;
    color:#132887;
}
.bar-info .pull-right .social-media .fa-twitter{
    color:#fff;
    margin-top:5px;
    margin-right:10px;
    border: 1px solid #132887;
    border-radius: 50%;
    padding:6px 6px;
    background-color:#132887;

}
.bar-info .pull-right .social-media .fa-twitter:hover{
    background:#fff;
    color:#132887;

}
.navbar-inverse .navbar-collapse {
    border-color: #101010;
    background: #286090;
}
.navbar-inverse{
    margin-top:30px;
}
ul{
    margin:0px;
    padding:0px;
    list-style: none;
}
.bar-info .pull-right .social-media .fa-google-plus{
    color:#fff;
    margin-top:5px;
    margin-right:10px;
    border: 1px solid #132887;
    border-radius: 50%;
    padding:6px 4px;
    background-color:#132887;

}
.bar-info .pull-right .social-media .fa-google-plus:hover{
    background:#fff;
    color:#132887;

}
.bar-info .pull-right .social-media .fa-linkedin{
    color:#fff;
    margin-top:5px;
    margin-right:10px;
    border: 1px solid #132887;
    border-radius: 50%;
    padding:6px 8px;
    background-color:#132887;

}
.bar-info .pull-right .social-media .fa-linkedin:hover{
    background:#fff;
    color:#132887;
}
/* //barre_info */
/* //barre-logo */
.barre-logo .logo img{
    width:100px;
    height: 65px;
}
.sections .content-log .list-log li i.fa-volume-control-phone{
    color:#398fb6;
    font-size:20px;
}
.sections .content-log .list-log li i.fa-envelope-open-o{
    color:#398fb6;
    font-size:20px;
}
.sections .content-log .list-log li i.fa-clock-o{
    color:#398fb6;
    font-size:20px;

}
.sections .content-log .list-log p{
    margin-top:5px;
}
.sections .content-log .btn-default:hover{
    border:#132887;
    color:#222;

}
.sections .content-log .list-log{
    list-style:none;
    display:flex;
    justify-content:space-around;
    margin-top:12px;

}
.sections .content-log .list-log .btn-default{
    background:#132887;
    padding:5px 5px;
    color:#fff;
}
/* //barre-logo */
.navbar-inverse{
    background-color:transparent;
    border-color:transparent;
}
.nav .navbar-nav .navbar-right{
    margin: 25px 0;
}
.navbar-inverse .navbar-nav{
    color:#fff;
    text-transform: uppercase;
}
.navbar-brand .fa-search{
    color:#fff;
}
.navbar-brand {
    font-size:15px;
    text-transform: uppercase;
    color:#132887;
    transform:translateX(119px);
}
.navbar-inverse .navbar-nav>li>a{
    color:#fff;
    font-weight: bold;
    right:207px;
}
.navbar-inverse .navbar-nav>li>a:hover{
    color:#fff;
}
/* @media only screen and (max-width:767px){
    .navbar-inverse .navbar-nav>li>a {
        color: #398fb6;
        text-align: center;
    }
} */
.sections-home{
     height: 400px;
     background-image: url('../images/ser.jpg') !important; 
    background-size: cover;
    background-repeat: no-repeat;
    /* background-position: center center; */
    position: relative;
    margin-top: -104px;
    color:#fff;
}
@media(max-width:575px){
    .sections-home{
        background-size: cover;
        background-position: center;
        margin-top: -60px;
    }
}

.sections-home .home-content{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);

}
.sections-home .home-title{
    color:#fff;
    font-size:40px;
    font-weight: bold;
    margin-bottom: 20px;
}
.sections-home .home-desc{
    color:#fff;
    font-size: 30px;
}

@media(max-width:575px){
    .sections-home .home-title{
        font-size:25px;
    }
}
.overlay{
    /* position:absolute; */
    right:0;
    height: 400px;
    left:0;
    top:0;
    bottom: 0;
    background:rgba(33,37,41,0.5);
}
.title{
    margin-top: 50px;
}

 .title .line{
    background:#ddd;
    width:300px;
    height: 1px;
    margin:auto;
}
.title .line span{
    display: block;
    width:70px;
    height: 4px;
    background-color:#f7be49;
    border-radius: 5px;
    margin:auto;
}
.sections-contact .title-contact{
    font-size: 27px;
}
.sections-contact .desc-contact{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 25px;
}
.sections-contact a{
    background:#f7be49;
    padding:15px 25px;
    color:#fff;
    text-decoration: none;
} 


.section-padding {
    padding: 50px 0;
    position: relative;
    /* float: left; */
    width: 100%;
}
.section-title {
    margin-bottom: 80px;
}
.section-title h5 {
    font-size: 20px;
    text-transform: uppercase;
}
.section-title h3 {
    color: #333;
    font-size: 30px;
    margin: 0;
    text-transform: capitalize;
    position: relative;
}
.section-title span.line {
    background-color: #ddd;
    height: 1px;
    width: 28%;
    font-size: 28px;
    display: inline-block;
    position: relative;
    margin: 21px auto 18px;
}
.section-title span.line:before {
    position: absolute;
    content: "";
    height: 5px;
    width: 50px;
    background-color: #f18a1b;
    top: -2px;
    border-radius: 30px;
    left: 50%;
    margin-left: -28px;
}
.section-title p {
    margin: auto;
    padding: 0 20px;
    width: 65%;
    position: relative;
    color:#787878;
}

.contact .form-group {
    margin-bottom: 27px;
}
.contact .form-control {
    background-color: #f8f7f7;
    border-radius: 0;
    height: 60px;
    font-weight: 500;
    letter-spacing: 1px;
    border: 1px solid transparent;
    transition: all 1.5s ease .1s;
}
.contact textarea.form-control {
    height: auto;
}
.mx-auto{
    left:8%;
}
.form-group input[type="text"]{
    color:#787878;
    font-weight: bold;
}
.form-group input[type="email"]{
    color:#787878;
    font-weight: bold;
}
::placeholder{
    color:#787878;
    font-weight: bold;
    font-size: 15px;
}
.btn-contact-bg {
    background-color: #f18a1b;
    border: none;
    border-radius: 0;
    height: 55px;
    color: #fff;
    text-transform: uppercase;
    font-size: inherit;
    font-weight: 500;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 1.5s ease .1s;
    width: 100%;
}
#map-safety{
    width:100%;
    height: 350px;
}
 span.line {
    background-color: #ddd;
    height: 1px;
    width: 100%;
    font-size: 28px;
    display: inline-block;
    position: relative;
    margin: 15px auto 18px;
}
 span.line:before {
    position: absolute;
    content: "";
    height: 5px;
    width: 160px;
    background-color: #f18a1b;
    top: -2px;
    border-radius: 30px;
    left: 0;
    margin-left: -28px;
}
#contact-page i.icon{
    font-size: 30px;
    border: 1px solid #f18a1b;
    width:70px;
    height: 70px;
    line-height: 70px;
    color:#f18a1b;
    text-align: center;
    position: relative;
}
@media(max-width:575px){
    .mx-auto{
        left:0;
    }
}
@media(max-width:768px){
    .mx-auto{
        left:0;
    }

}
@media(max-width:1365px){
    .mx-auto{
        left:0;
    }

}

/* .fa-location-arrow{
    background:#fff;
    color: #a7a7a7;
    padding:5%;
    position: relative;
    margin-bottom: 20px;
} */
.fa-location-arrow:after{
    content: '';
    display: block;
    width:0;
    height: 0;
    border-style:solid;
    border-width:12px;
    border-color: #f18a1b transparent transparent;
    position: absolute;
    bottom: -24px;
    left:22px;
}
.fa-envelope-open:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px;
    border-color: #f18a1b transparent transparent;
    position: absolute;
    bottom: -24px;
    left: 22px;
}
 .fa-phone-square:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px;
    border-color: #f18a1b transparent transparent;
    position: absolute;
    bottom: -24px;
    left: 22px;
}
#footer{
    background: #101010;
}
#footer img{
    width:65px;
    height: 65px;
}
#footer .contact-information i{
    margin-bottom: 20px;
    
}

/* navbar */
header nav .nav-list {
    list-style: none;
    display: flex;
    padding: -24px;
    /* justify-content: space-around; */
    justify-content: space-evenly;
    margin-bottom: 0;
    position: relative;
    background: #f18a1b;
    margin-top: 14px;
}
@media(max-width:575px){
    header nav .nav-list{
        display: none;
        text-align: center;
        margin-bottom: 27px;
    }
}

header nav .nav-list .list a{
    display: block;
    padding: 15px 0;
    text-decoration: none;
   transition: all 0.3s ease-in-out;
    color: #fff;
    font-weight: bold;
    font-size:17px;
}
header nav .nav-list .list.active a{
color: #fff;
 border-radius: 2px;
 padding: 5px;
 margin-top: 10px;
}


header{
    height: auto;
    padding:30px 0;
    position: relative;
    width: 100%;
    z-index: 999;  
    margin-top: -30px; 
}
.sticky{
    /* background:#132887; */
    margin:0;
    position: fixed;
    margin-top:-45px;
    top:0;
    color:#fff;
}
.sticky nav .nav-list .list a{
    color:#fff;
}

header i.icon{
    position: absolute;
    right: 30px;
    top: 32px;
    cursor: pointer;
    z-index: 10;
    display: none;
    background-color:#138682;
}
@media(max-width:575px){
    
 header i.icon{
    top: 15px;
    color: #ec9f33;
    background:#fff;
    right: 28px;
    display: block;
    margin-bottom: 20px;
    width: 27px;
    font-size: 29px;
}
}
@media(max-width:575px){
    header{
         background:#f18a1b; 
        margin-top: 3px;
    }
    .sticky{
        margin-top:1px;
    }
}
 /* header nav .nav-list{
    list-style: none;
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 0;
    position: relative;
    background: #222;
    margin-top: 13px;
    padding:5px;
}  */
/* sous menu */
nav ul li{
    position: relative;
    font-weight: bold;
    font-size:16px;
}
/* nav ul .list-t{
    top:16px !important;
} */
nav ul li a{
    text-decoration: none !important;
    color: #fff !important;
    font-size: 16px;
    line-height: 2.6;
}
nav ul ul{
    position: absolute;
    visibility: hidden;
    background:#222;
    width:200px;
    opacity:0.8;
    padding:10px;
    text-align: center;
    margin-left:-40px;

}
@media(max-width:575px){
    nav ul ul{
        margin-left: 179px;
    
    }
}
nav ul li ul:hover li a:hover{
    background:#d69e4e;
    padding:5px 20px;
    
}
nav ul ul {
    margin-top:19px;
}
nav ul li:hover ul{
    visibility: visible;
}
/* sous menu */