
/*---- STYLISATION DE BARRE-----*/

/*--
.preloader .bafi{
    font-size: 20px;
    width: 200px;
    height: 25px;
    border: 3px solid #eaeaea;
    margin: 100px auto;
    border-radius: 7px;
    position: relative;
    background: rgba(255,255,255, 0.6);
    margin-top: 300px;
}            --*/

/*--- Rajout du petit text explicatif--*/
/*--
.preloader .bafi::after{
    content: "Chargement...";
    font-family: verdana;
    position: absolute;
    left: 15%;
    top: 150%;
}          --*/

/*--- Stylisation de la sphère---*/
/*--
.preloader .bafi .sphere{
    display: block;
    width: 24px;
    height: 100%;
    background: #eaeaea;
    border-radius: 50%;
    -moz-animation: slide 1.75s infinite ease-in-out alternate;
    -webkit-animation: slide 1.75s infinite ease-in-out alternate;
    -ms-animation: slide 1.75s infinite ease-in-out alternate;
    -o-animation: slide 1.75s infinite ease-in-out alternate;
    animation: slide 1.75s infinite ease-in-out alternate;
}        --*/  

/*-----utilisation des keyframes pour la gestion de l'animation-------*/

/*--
@-moz-keyframes slide{
    to { margin-left: 90%;}
}

@-webkit-keyframes slide{
    to { margin-left: 90%;}
}

@-ms-keyframes slide{
    to { margin-left: 90%;}
}

@-o-keyframes slide{
    to { margin-left: 90%;}
}

@keyframes slide{
    to {margin-left: 90%;}
}               --*/ 

/*------ fin de la stylisation----*/
/*--
#contenubafi{
    display: none;
}                          --*/                                  
                             



/*----- début du Site */

*{
    padding: 0;
    margin: 0;
    font-family: 'times new Roman''Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    /*---font-size: 13px; ----*/
}

header{
    position:absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
    background-size: cover;
    background-attachment: fixed;
}    


.navbar-brand{
    margin-left: 50px;
    padding: 20px 20px;
    font-size: 35px;
    color: #fff!important;
    font-family: sans-serif;
}

.navbar-nav{
    float: right;
    text-align: left;
}

.nav-item{
    padding: 0 20px;
}

.nav-link{
    text-transform: uppercase;
    color: #fff!important;
    font-weight: 800;
    font-size: 30px;
}

.nav-link:hover{
    color: #ccc!important;
}

.navbar{
    background-color: rgba(9, 9, 9, 0.85);
}

.d-block{
    height: 700px;
}

.carousel-caption{
    top: 50%;
    transform: translateY(-50%);
    bottom: initial!important;
}
.carousel-caption h5{
    font-size: 56px;
    background: rgba(255,255,255, 0.7);
    color: #2e9afe;
    padding: 20px 0;
    border-radius: 50px;
}

@media(max-width:1152px){
    .navbar-brand{
        margin-left: 15px;
        padding: 20px 20px;
        font-size: 30px;
        color: #fff!important;
        font-family: sans-serif;
}
}

.nav-link{
    text-transform: uppercase;
    color: #fff!important;
    font-weight: 600;
    font-size: 12px;
}

.nav-item{
    padding: 0 10px;
}

.carousel-caption h5{
    font-size: 36px;
    background: rgba(255,255,255, 0.7);
    color: #2e9afe;
    padding: 20px 0;
    border-radius: 50px;
}

/* section a propos de nous Vrai*/


/*body{
    background-color: dimgray;
}  */

#fiscal{
    text-align: left;
}

.about-1{
    margin: 30px;
    padding: 5px;
}

.about-1 h1{
    text-align: center;
    color: black;
    font-weight: bold;
}

.about-1 p{
    text-align: center;
    padding: 3px;
    color: black;
}

#lirePlus{
    color: #007bff;
    text-align: left;
}

#lire{
    color: rgb(255, 145, 0);
    text-align: center;
}

.col-md-4 h3{
    color: black;
}                               /* ajout */

.col-md-4 p{
    color: black;
}                             /* ajout */

.about-item{
    margin-bottom: 20px;
    margin-top: 20px;
    background-color: #b4bed3;
    padding: 80px, 30px;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.6);
}

.about-item i{
    font-size: 45px;
    margin: 0;
}

.about-item h3{
    font-size: 25px;
    margin-bottom: 10px;
}

.about-item hr{
    width: 46px;
    height: 3px;
    background-color: #007bff;
    margin: 0 auto;
    border: none;
}

.about-item p{
    margin-top: 35px;
}

.about-item:hover{
    background-color: #007bff;
}

.about-item:hover i,
.about-item:hover h3,
.about-item:hover p{
    color: "#fff";
}

.about-item:hover hr{
    background-color: #b4bed3;
}

.about{
    background-color: #b4bed3;
}

.about-item:hover i{
    transform: translateY(-20px);
}

.about-item:hover i,
.about-item:hover h3,
.about-item:hover p{
    transition: all 400ms ease-in-out;
}


/* section a propos de nous */

/* 
#apropos{
    padding-top: 50px;
    padding-bottom: 50px;
    color: #555;
}

#apropos h2{
    padding-bottom: 20px;
}

#apropos .btn{
    margin-top: 20px;
    margin-bottom: 20px;
}

.bar .progress{
    border-radius: 8px;
    margin-bottom: 5px;
}

.bar .progress-bar{
    border-radius: 16px;
}                             */



/*---- section Nos Services*/


#services{
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.7)),url(nos-services.jpg);
    background-size: cover;
    background-attachment: fixed;
    color: #efefef;
    margin-bottom: 100px;
    background-position: center;
}


#services h2{
    text-align: center;
    font-weight: bold;
}

#services h2::after{
    content: '';
    display: block;
    background: #efefef!important;
    height: 3px;
    width: 120px;
    margin: 20px auto 5px;

}


#services .icon{
    font-size: 50px;
    margin: 20px auto;
    height: 90px;
    width: 90px;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 10px;
}

#services P{
    font-size: 15px;
    color: #ccc;
    margin-top: 20px;
}

.services{
    margin-top: 40px;
}

#services .col-md-3:hover{
    background: #007bff;
    cursor: pointer;
    border-radius: 20px;
    transition: 0.7s;
}



#PageTransit{
    padding-top: 30px;
    margin-top: 20px;
    background-color: rgba(255, 255, 255, 0.85);
    padding-bottom: 30px;
}

#PageTransit  p{
   color: black;
   font-size: 15px;
   margin: center;
}

#PageTransit  h1{
    color: black;
}

/*-- Section Team ----*/


#team h2{
    color: #555;
    text-align: center;
    margin-bottom: 35px;
}

#team h2::after{
    content:"";
    display: block;
    margin: 15px auto 10px;
    background-color: #007bff!important;
    height: 3px;
    width: 170px;
}

#team h3{
    font-size: 22px;
    font-weight: bold;
    color: #007bff!important;
}

#team h4{
    font-size: 15px;
    font-weight: bold;
    color: #555;
}

#team ul li{
    display: inline-block;
    padding: 4px;
    background-color: #eee;
    width: 35px;
    height: 35px;
    margin-top: 15px;
    border-radius: 50%;
}

#team img{
    filter: grayscale(1);
    cursor: pointer;
}

#team img:hover{
    filter: grayscale(0);
}

#team{
    padding-bottom: 50px;
}


/*---Vrai Partie Contact-----*/



.image-box{
    margin: auto;
}

#Démég1{
    text-align: center;
}

#contact{
    background: url(contact.jpg)  no-repeat;
    width: 100%;
    background-attachment: fixed;
    background-size: cover;
    margin-top: 10rem;
    font-family: 'Times New Roman', Times, serif;
}

h1{
    font-size: 40px;
    color: rgb(0, 0, 0);
    margin-top: 100px;
    text-align: bold;
}

p{
    font-size: 17px;
    color: rgb(0, 0, 0);
    text-align: bold;
}

h3{
    font-size: 25px;
    color: rgb(255, 255, 255);
}

.glyphicon-pencil{
    font-size: 35px;
    color: rgb(0, 0, 0);
    float: right;
    margin-top: 20px;
}

.col-md-5{
    margin-top: 80px;
    box-shadow: -1px 1px 60px 10px white;
    background: rgba(0, 0, 0, 0.4);
}

.label{
    font-weight: normal;
    margin-top: 15px;
    color: rgb(255, 255, 255);
    font-size: 17px;
}

.form-control{
    background: transparent;
    border-radius: 0px;
    border: 0px;
    border-bottom: 1px solid rgb(0, 0, 0);
    font-size: 18px;
    margin-top: 15px;
    height: 40px;
    color: rgb(0, 0, 0);
}

small{
    font-size: 18px;
    color: rgb(0, 0, 0);
}

input[type="radio"]{
    margin-top: 26px;
}

.btn-primary{
    margin-top: 20px;
    font-size: 18px;
    width: 120px;
    margin-left: 80px;
    margin-bottom: 20px;
}

               

/***--- Footer du Site--*/

.footer-bg-over{
    background-color: rgba(9, 9, 9, 0.85);
}

.footer-bg{
    background: url(footer-bg.jpg) no-repeat;
    width: 100%;
    background-attachment: fixed;
    background-size: cover;
    margin-top: 10rem;
}

.footer-info{
    margin-top: 13px;
}

.footer-info h2{
    font-size: 17px;
    color: #fff;
    margin: 50px 0px 20px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 8px 3px;
    border-bottom: 1px dashed #fff;
}

.footer-info ul{padding: 0; margin: 0;}
.footer-info ul li{list-style: none; padding: 0px;}
.footer-info ul li a{text-decoration: none; color: #fff; transition: 0.5s;}
.footer-info ul li i{
    color: #fff;
    padding-right: 7px;
}
.footer-info ul li a:hover{
    color: #ffd504;
    padding-left: 5px;
    transition: 0.5s;
}

.footer-info-3{margin-top: 13px;}
.footer-info-3 h2{
    font-size: 17px;
    color: #fff;
    margin: 50px 0px 20px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 8px 3px;
    border-bottom: 1px dashed #fff;
}

.footer-info-3 ul{padding: 0; margin: 0;}
.footer-info-3 ul li{list-style: none; padding: 0px;}
.footer-info-3 ul li a{text-decoration: none; color: #fff;}
.footer-info-3 ul li i{
    border: 1px solid #fff;
    padding-right: 7px 9px;
    font-size: 13px;
    margin: 5px;
}


.contact-info{margin-top: 13px;}
.contact-info h2{
    font-size: 17px;
    color: #fff;
    margin: 50px 0px 20px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 8px 3px;
    border-bottom: 1px dashed #fff;
}

.contact-info ul{padding: 0;}
.contact-info ul li{list-style: none; color: #fff; padding: 4px 0px;}
.contact-info ul li span{
    color: #fff;
}

.bootom-bg{background-color: rgba(52, 52, 54, 0.8);}
.f-bottom{padding: 11px 0px 11px;}
.f-bottom p{color: #fff; margin: 0;}
.f-bottom p a{color: #fff;}


/*--- Bouton flotttant-----*/


.chat-icon{
    width: 60px;
    height: 60px;
    background-color: #f47555;
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-radius: 50%;
    background-image: url(chat_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
    cursor: pointer;
    z-index: 2;
}

.chat-icon.active{
    background-image: url(closeIcon.png);
    background-size: 40%;
}


.main-chat-box{
    position: fixed;
    right: 20px;
    bottom: 100px;
    background-color: #fff;
    display: none;
    z-index: 1;
}


.main-chat-box .traingle-shadow{
    width: 70px;
    height: 80px;
    position: absolute;
    overflow: hidden;
    bottom: -74px;
    right: -14px;
    box-shadow: 0 16px --28px rgba(0, 0, 0, 0.5);
    transform: rotate(180deg);
    z-index: 2;
}

.main-chat-box .traingle-shadow ::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background: #fff;
    transform: rotate(45deg);
    top: 75px;
    left: 25px;
    box-shadow: -1px -1px 10px -2px rgba(0, 0, 0, 0.5);
}


.main-chat-box .chatBox{
    width: 200px;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    bottom: 0px;
    right: 0px;
    display: inline-block;
    padding: 10px 0;
    margin: 0;
    z-index: 1;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
}

.main-chat-box .chatBox li{
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 21px;
    color: #000;
    margin: 10px 0;
    padding: 0 20px;
}

.main-chat-box .chatBox li span.icon-cirle{
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 21px;
    width: 40px;
    height: 40px;
    background-color: #f47555;
    border-radius: 50%;
    position: relative;
}

.main-chat-box .chatBox li span.icon-cirle img {
    max-width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.main-chat-box .chatBox li abbr{
    float: left;
    position: relative;
    font-size: 12px;
    line-height: 18px;
    font-family: 'Times New Roman', Times, serif;
    color: #6c757d;
    top: 10px;
    left: 10px;
}


.chat-icon.btnblickanim{
    opacity: 1;
    animation: blink is ease-in-out infinite;
}

@keyframes blink{
    0% {
        opacity: 0.25;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.25;
    }
}



