@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Poppins');
:root {
    --primary: rgb(45,26,151);
    --secondary: rgb(55, 193, 141);
    --tertiaire: #ffc371;
}

html {
    padding: 0;
    margin: 0;
    background: #eee
}
body{
    background: #eee;
}
.c-primary{
    color: var(--primary)!important;
}
.c-secondary{
    color: var(--secondary)!important;
}
.c-tertiaire{
    color: var(--tertiaire)!important;
}
.bg-primary{
    background: var(--primary)!important;
}
.bg-secondary{
    background: var(--secondary)!important;
}
.bg-tertiaire{
    background: var(--tertiaire)!important;
}

body {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #606060;
    line-height: 1.7em;
    padding: 0;

}
.title{
    color: #bf0a29;
    font-family :Poppins, sans-serif;
    font-size: 20px;
    line-height: 30px;
    vertical-align: baseline;
    letter-spacing: normal;
    word-spacing: 0;
    font-weight: 600;
    font-style: normal;
    font-variant: normal;
}
hr{
    background: var(--primary);
    height: 1px;
}

/*
    Header style
*/

header{
    margin-bottom: 40px;
}
header .sub-nav a{
    text-decoration: none;
    font-size: 14px;
    color: #fff;
}
header .sub-nav .h5{
    color: #fff;
    font-size: 14px;
}
header .sub-nav a:hover{
    text-decoration: none;
}
#login-menu{
    display: none;
}
/*header .navbar-nav{*/
/*    position: absolute;*/
/*    right: 0;*/
/*}*/
ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: #eee;
}
ul.breadcrumb li {
    display: inline;
    font-size: 18px;
}
ul.breadcrumb li+li:before {
    padding: 8px;
    color: silver;
    content: "/\00a0";
}
ul.breadcrumb li a {
    color: var(--primary);
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
}
ul.breadcrumb li span {
    font-weight: bold;
    font-size: 15px;
}
ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}
header .navbar-nav{
    display: flex;
    justify-content: space-around;
}
header .navbar-nav li{
    display: inline-block;

}
header .navbar-nav li:hover{
    background: #bf0a2921;
    border-bottom: solid 2px #bf0a29;
    transition: all 0.25s ease-out, clip-path 0.15s ease-out;
}
header .navbar-nav li:hover a{
    color: #bf0a29;
}
header .navbar-nav li a{
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row;
    font-weight: 800;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1.2;
    padding: 14px 16px;
    text-decoration: none;
    letter-spacing: 3px;
}
header .navbar-nav .active{
    border-bottom: solid 2px #bf0a29;
    background: #bf0a2921;
}
header .navbar-nav .active a{
    color: #bf0a29;
}
.info-label{
    text-align: center;
    width: 5%;
    font-weight: bold;
    color: white;
    background: red;
    padding: 7px;
    margin-top: -8px;
}
.info-label i{
    color: white!important;
}
.flash-container{
    background: white;
    width: 100%;
    height: 40px;
    padding: 5px 0;
    /*background: var(--primary);*/
    border-bottom: solid 3px red;
    /*box-shadow: rgba(55, 193, 141, 0.35) 0 0 15px 0;*/
}
.flash-container .info-text{
   font-size: 15px;
    font-weight: 500;
}
.dropdown:hover .dropdown-menu {
    display: block;
    min-width: 100%;
}
/*Footer */
.footer{
    border-top: solid 3px var(--primary) ;
}
.footer .title-before{
    height: 20px;
    width: 10px;
    background: #fff;
    position: absolute;
    left: 0;
}
.footer li{
    list-style: none;
}
.footer ul{
    line-height: 3;
}
.footer ul li a{
    text-decoration: none;
    margin-left: 10px;
    color: #EEE;
}
.footer .col-md-3 h6{
    color: #fff;
    font-weight: bold;
}
.footer .col-md-3 .social-box{
   display: flex;
   justify-content: space-evenly;
    padding-right: 20px;
}
.footer .col-md-3 .contact-label a{
    text-decoration: none;
}
.footer .col-md-3 .social-box .contact-label{
   font-size: 14px;
}
.footer .copy-rigth{
    background: #343a40;
    color: #eee;
    font-size: 13px;
    font-weight: 700;

}
.footer .copy-rigth a{
    color: var(--tertiaire);

}
/* Style Home page */

.download-mobil{
    position: absolute;
    background: rgba(0.8,0.8,0.8, 0.4);
    width: 100%;
    height: 96px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 20%;
    top: 81%;
}
.follow-us-title{
    color: white;
    font-weight: bold;
    font-size:  16px!important;
}
.receve-newletter-title{
    color: var(--primary)!important;
    font-weight: bold;
    font-size:  23px!important;
}
.social-icon-box a{
    margin: 0 12px;
}

.follow-section .social-box{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.newsletter-box{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.suscribe-btn{
    border: solid 2px var(--primary);
    color: var(--primary);
}
.suscribe-btn i{
    color: var(--primary);
}
.after-round-blue{
    height: 9px;
    width: 9px;
    border-radius: 50%;
    position: absolute;

}
.blue-after-box{
    position: relative;
    top: -41px;
}
a:hover{
    text-decoration: none;
}
ul.document li{
    list-style: none;

}
ul.document li a{
    color: red;

}
ul.document li i{
    color: red;

}
.after-line-blue{
    height: 4px;
    width: 99%;
}
.owl-carousel .owl-nav {
    overflow: hidden;
    height: 0px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #5110e9;
}


.owl-carousel .item {
    text-align: center;
}

.owl-carousel .nav-button {
    height: 50px;
    width: 25px;
    cursor: pointer;
    position: absolute;
    top: 80px !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.25;
}

.owl-carousel .owl-prev {
    left: -86px;
}

.owl-carousel .owl-next {
    right: -35px;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #ffffff;
    font-size: 39px;
    background: #f60;
    border-radius: 3px;
    height: 37px;
}
.scheme-dark {
    padding: 10px 20px;
    color: #FFF;
    background: rgba(0.8,0.8,0.8, 0.4);
    text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
    position: absolute;
    top: 41%;
    left: 12%;
    right: 12%;
}
img{
    object-fit: cover;
}
.gallery-item {
    width: 400px;
    padding: 5px;
}
.gallery-container{
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 650px) {
    .d-none-mobile{
        display: none!important;
    }
    .info-label{
        width: 20% !important;
        padding-top: 11px!important;
    }
    .carousel-inner .carousel-item{
        height: 300px!important;
    }
    #login-menu{
        display: block;!important;
    }
    .scheme-dark {
        padding: 10px 20px;
        color: #FFF;
        background: rgba(0.8,0.8,0.8, 0.4);
        text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
        position: absolute;
        top: 31% !important;
        left: 12%;
        right: 12%;
    }
    .scheme-dark h3{
        font-size: 18px!important;
    }
    .scheme-dark h5{
        font-size: 14px!important;
    }
    .owl-carousel .owl-prev{
        left: 10px!important;
    }
    .owl-carousel .owl-next{
        right: 10px!important;
    }
    .slide-carousel h4{
        font-size: 12px!important;
    }
    .main-news{
        height: 330px!important;
    }
    .main-news .position-relative{
        position: initial!important;
    }
    .main-news h2{
        font-size: 18px!important;
    }
    .gallery-item {
        width: 100%!important;
    }
    .gallery-container{
        height: 700px!important;
        overflow: scroll!important;
        display: flex!important;
        flex-direction: column!important;
        align-items: center!important;
        justify-content: center!important;
    }
    .contact-info i{
        font-size: 25px!important;
    }
    .header-social i{
        font-size: 25px!important;
    }
    .footer-cp-right{
        padding: 0 10px!important;
    }
}
