@import url("https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700&display=swap");


body {
	font-family: "Rajdhani", sans-serif;
	font-size: 17px;
	font-weight: 500;
	font-style: normal;
	line-height: 1.5;
	position: relative;
	visibility: visible;
	color: #2B2D37;
	background-color: #FFFFFF;
	overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Rajdhani", sans-serif;
	font-weight: 600;
	line-height: 1.23;
	margin-top: 0;
	margin-bottom: 0;
	color: #2B2D37;
}
.header-area{
        padding:0!important;

}
.header-top {
    padding: 10px 0;
}
.menu-bar-wrapper {
  position: initial ;
    width: 100%;
}
.header-top-info{
    line-height: 30px;
}
.menu-bar.position-relative > .container-fluid {
    padding: 0;
}
.langue img{
    width: 30px;
}
 .social-icons li {
    display: inline-block;
    margin-right: 15px;
}
.social-icons li a {
    font-size: 14px;
    border-radius: 5px;
    line-height: 30px;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0 5px;
    text-align: center;
    color: #DDD;
    border: 1px solid;
}
.header-top ul.social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.social-icons.langue a {
    border: navajowhite;
}
.info_top{
    display: flex;
}
.icons_top {
    display: flex;
    justify-content: center;
}
.info_top > div ,.icons_top > ul {
    margin: 0 10px;
}
.background-color--blue {
    background-color: #8fb4d5;
}
.mobile-menu-trigger-wrapper {
    margin-right: 25px;
}
.services_home h3 ,.services_home h2, .services_home h4 {
    color: #fff !important;
}
.services_home {
    color: #fff !important;
}
.services_home[data-bg]{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.img_one img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.img_tow img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.img_one {
    height: 100%;
    margin-bottom: 3%;
}

.img_tow {
    margin-top: 0%;
   height: 65%;
}
.mot_der {
    padding: 70px 70px 70px 10%;
    background: #90b5d6;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
}
.single-testimonial__text span.quote-left {
    left: -16% !important;

}
/* .fun-fact-wrapper-bg {
    border-bottom: 2px solid #000;
} */
.newsletter-form button {
    border-left: 1px solid #6d6d6d;

}
.newsletter-form input {
    border: 1px solid #6d6d6d;
}
.single-project-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.footer-area {
    background: #333 !important;
}
.references .single-brand-logo a img{
    opacity: 1  !important;
}
.menu-bar-wrapper-inner {
    width: 100%;
    margin: auto;
    max-width: 1200px;
    padding-right: 15px;
    padding-left: 15px;
}
.ser_icon {
    margin-bottom: 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    transition: all 0.3s;
    padding: 25px;
}
.ser_icon:hover {
    box-shadow: 0 8px 10px -5px rgba(0,0,0,.1), 0 16px 24px 2px rgba(0,0,0,.07), 0 6px 30px 5px rgba(0,0,0,.06);
}
/***** style footer **********/
/******** footer stytle ********/
.info_footer {
    text-align: center;
    border-bottom: 2px solid #000;
    margin-bottom: 35px;
    padding-bottom: 25px;
    align-items: center;
}
.info-contact p {
    color: #bcbec0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0px 42px;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    border-right: 2px solid #333;
}
.info-contact:last-child  >p{
    border-right: 0px solid #333;
}

footer.bg-secondary {
    background-color: #262626;
    color: #d0d0d0;
}
.content-button button {
    display: block;
    margin: 10px auto;
    padding: 15px 50px;
    border-radius: 0px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    width: 100%;
    font-size: 1.2rem;
}
.info_footer a {
    color: #bcbec0;
}
.btn-primary {
    color: #fff;
    background-color: #333  !important;
    border-color: #333 !important;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.about-footer h4 {
    color: #fff;
}
.section-copyright {
    background: #1b1b1b;
    padding-bottom: 10px;
    padding: 15px 0;
}
.section-copyright .footer-social {
    margin-top: 10px;
}
footer ul li {
    margin-bottom: 5px;
}
footer ul li a {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    position: relative;
    color: #fff;
    opacity: 0.7;
}
.section-copyright .footer-social i {
    padding: 5px 10px;
    color: #999;
    border: 1px solid #333;
    margin-top: 10px;
    font-size: 20px;
    border-radius: 5px;
    transition: all 0.4s ease-in-out;
}

.section-copyright .copyrt {
    margin: auto;
    text-align: center;
    font-size: 1rem;
}
.section-copyright p {
    color: #bcbec0;
    margin-top: 20px;
}
.link-footer {
    color: #fff;
    margin: 0 20px;
}
.footerNone {
    display: none !important;
  }
  .footerBlock {
    display: block !important;
  }
  .footer-fixed {
    background: #525252;
    padding: 0px 0px 0px 0px;
    height: 40px;
    color: #fff;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    /* width: 100%; */
    z-index: 150;
  }
  .footer-fixed .suivez {
    margin-top: 10px;
  }
  .footer-fixed ul {
    margin-top: 10px;
  }
  .footer-fixed span.contact-icon {
    font-size: 27px;
    background: #333;
    height: 40px;
    margin: 0;
  }
  .footer-fixed span.contact-icon a {
    color: #fff !important;
  }
  .about-footer p {
    font-size: 1rem;
    }
  .footer-fixed ul li {
    float: left;
    list-style: none;
    margin-right: 11px;
    padding: 0px 0 0 10px;
  }
  .footer-fixed ul li a i {
    font-size: 15px;
    color: #fff;
  }
  footer.bg-secondary {
    background-color: #262626 !important;
    color: #d0d0d0;
    padding: 60px 10px;
}
  .section-copyright p a {
    color: #f5f6f5;
    margin: 0 15px;
    }
    .about-footer img {
        margin-bottom: 15px;
    }
    .horaire h3 {
        font-size: 1.5rem;
        margin-bottom: 25px;
        color: #d0d0d0;
    }
    .horaire p span {
        text-align: right;
        width: 50%;
        font-size: 1.1rem;
    }
    .horaire p strong {
        text-align: left;
        /* width: 50%; */
        margin-right: 5px;
        font-size: 1.1rem;
    }
    .horaire p {
        display: flex;
    }
    
    .service-grid-item__image a img {
        height: 180px;
        object-fit: cover;
        object-position: center;
    }
    .service-grid-item__image {
        margin-bottom: 10px;
    }
    .portfolioFilter {
        padding: 15px 0;
        margin-bottom: 25px;
      }
      
      .portfolioFilter a {
        margin-right: 6px;
        color: #000;
        text-decoration: none;
        border: 1px solid #ccc;
        padding: 10px 25px;
        border-radius: 5px;
        display: inline-block;
    }
       
    .portfolioFilter a.current {
        background: #90b5d6;
        border: 1px solid #90b5d6;
        color: #ffffff;
        padding: 8px 25px;
    }

    a.gallery-item.single-gallery-thumb {
        width: 100%;
    }
    .img_dr {
        position: absolute;
        width: 160px;
        height: 160px;
        top: 25%;
        left: -10%;
        overflow: hidden;
    }
    .img_dr img {
        width: 100%;
        object-fit: cover;
    }
    .content_mot {
        width: 100%;
    }
    .divider {
        height: 1px;
        background: #222;
        margin-bottom: 20px;
    }
    .aventage .single-fun-fact img {
        width: 100%;
    }
    .aventage .single-fun-fact img {
        width: 35%;
    }
    .aventage .single-fun-fact {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
    .aventage.newsletter-area-bg {
        background-position: 40% 42%;
    }
    .title-new {
        margin: 40px 0 40px 0;
        position: relative;
    }
    .title-new h2:after {
        position: absolute;
        bottom: -4px;
        left: 0;
        content: '';
        display: block;
        height: 3px;
        width: 150px;
        background: #90b5d6;
    }
    .service_div .service-grid-item {
        border-bottom: 3px solid #000;
        height: 100%;
        transition: all 0.3s;
    }
    .service_div:hover > .service-grid-item{
        border-bottom: 3px solid #90b5d6;
    }
    .service_div:hover > .service-grid-item__content .title a {
        color: #90b5d6 !important;
    }
    /********* projest style************/
    .projet img{
    width: 100%;
    }
    .projet {
        position: relative;
        overflow: hidden;
        background-color: #fff;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        border-bottom: 2px solid #90b5d6;
        margin-bottom: 10px;
    }
   
    .projet .midlle {
        opacity: 0;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 0 0;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        z-index: 2;
        background: rgba(18, 27, 34, 0.58);
        color: #fff;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }
    .projet:hover .midlle{
        opacity: 1;
    }
    .projet:hover {
        box-shadow: 0 8px 10px -5px rgba(0,0,0,.1), 0 16px 24px 2px rgba(0,0,0,.07), 0 6px 30px 5px rgba(0,0,0,.06);
    }
    a.statut {
        position: absolute;
        color: #fff !important;
        z-index: 3;
        border-radius: 2px;
        top: 20px;
        left: 20px;
        font-size: 15px;
        font-weight: 600;
        padding: 5px 15px;
    }
    .image {
        position: relative;
        height: 250px;
    }
    .image img{
        height: 100%;
    }
    .image > a.image_projest {
        height: 100%;
        width: 100%;
    }
    .content_projest {
        padding: 20px 20px !important;
    }
    .projet .content_projest h3 {
        font-size: 1.5rem;
        font-weight: 600;
        color: #444;
        margin-bottom: 3px;
    }
    .projet .adress i {
        font-size: 1rem;
        text-decoration: none;
        color: #90b5d6;
    }
    .projet .adress span {
        font-size: 13px;
        font-weight: 400;
        margin: 0 0 1px;
        text-decoration: none;
        color: #666;
    }
    .list_option {
        padding: 0px;
        margin: 0px;
        margin-bottom: 20px;
        overflow: hidden;
    }
    .list_option li img{
        width: 17%;
        margin-right: 7px;
    }
    .list_option li {
        float: left;
        font-size: 14px;
        color: #666;
        list-style: none;
        width: 45% !important;
        line-height: 40px !important;
    }
    .prix_div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-bottom: 1rem;
    }
    span.type {
        color: #17ba60 !important;
        font-size: 21px;
        line-height: 20px;
        font-weight: bold;
    }
    span.prix {
        font-size: 20px;
        color: #1b3b72;
        font-weight: 900;
    }
    .projet .divider {
        background: #d8d8d8;
    }
    .projet .footer_projest {
        background: none;
        font-size: 13px;
        color: #666;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
    }
    .projet .footer_projest span {
        color: #666;
        text-decoration: none;
    }
    .footer_projest i {
        font-size: 1rem;
        margin-right: 6px;
    }
    /******* end projest style *****/

    /*********** style type projest *****/
    .type_box {
        margin-bottom: 0px;
    }
    .type_box img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        position: relative;
    }
    .type_box figure{
        width: 100%;
        position: relative;
    }
    .type_box h2 {
        position: absolute;
        bottom: 25px;
        color: #fff;
        z-index: 2;
        left: 30px;
        font-size: 2rem;
    }
    .type_box figure:before {
        content: "";
        top: 0;
        position: absolute;
        height: 100%;
        width: 100%;
        z-index: 1;
        border-radius: 4px;
        transition: all 0.5s;
        background:  -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(144, 181, 214,0));
        background:  -moz-linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(144, 181, 214,0));
        background: -o-linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(144, 181, 214,0));
        background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(144, 181, 214,0));
        transition: 0.4s;
    }
    .type_box:hover figure:before{
        background: rgba(144, 181, 214, 0.9);
    }
    .comircial_item {
        width: 100%;
        min-height: 150px;
        margin: auto;
        margin-top: 0px;
        box-shadow: 0px 8px 60px -10px rgba(13, 28, 39, 0.6);
        background: #fff;
        border-radius: 12px;
        overflow: hidden;
        max-width: 700px;
        position: relative;
        border-bottom: 3px solid #fff;
        transition: all 0.3s ease-in-out;
    }
    .img_com img{
        width: 100%;
    }
    .img_com {
        width: 200px;
        height: 200px;
        margin:20px auto ;
        border-radius: 50%;
        overflow: hidden;
        position: relative;
        border: 4px solid #94b8d7;
        z-index: 2;
    }
    .content_com {
        padding: 0 25px 25px 25px;
        text-align: center;
    }
    .content_com p i {
        margin-right: 7px;
        color: #90b5d6;
    }
    .content_com h3 {
        font-weight: 700;
        font-size: 2rem;
        color: #333;
        margin-bottom: 15px;
    }
    .comircial_item:hover{
        margin-top: -20px;
        border-bottom: 3px solid #94b8d7;
        transition: all 0.3s ease-in-out;
    }
    /********** style projest detail ******/
    .single_projest img{
        width: 100%;
    }
    .plan_mas i {
        font-size: 2rem;
        margin-bottom: 10px;
    }
    .flyer i {
        font-size: 2rem;
        margin-bottom: 10px;
    }
    .plan_mas {
        background: #e42127;
    }
    .flyer{
        background: #2b489d;
    }
    .plan_mas , .flyer{
        height: 100%;
        width: 100%;
        color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px;
        text-align: center;
        border-radius: 5px;
    }
    .plan_content,.flyer_content{
        display: flex;
        align-items: center;
    }
    .plan_content a ,.flyer_content a {
        height: 90%;
        width: 100%;
        
    }
    .info-pro span {
        color: #666;
        text-decoration: none;
    }
    .info-pro {
        background: none;
        font-size: 16px;
        margin-bottom: 10px;
        color: #666;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
    }
    .info-pro i {
        font-size: 1rem;
        margin-right: 6px;
    }
    span.Prix_pro {
        font-size: 1.3rem;
        color: #1b3b72;
        font-weight: bold;
    }
    .single_projest h3{
        color: #000;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 2rem;
    }
    .single_projest h3::after {
        color: #90b5d6;
        display: block;
        height: 3px;
        font-weight: bold;
        background-color: #90b5d6;
        content: " ";
        width: 90px;
        margin-top: .5rem;
        margin-bottom: 1.5rem;
    }
    .option_pro {
        padding: 25px 15px;
        font-size: 1.3rem;
    }
    .option_pro i {
        color: #2a489d;
        margin-right: 8px;
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .apr_pro .gallery-item::before{
        background-color: transparent !important;
    }
    .apr_item {
        margin-bottom: 20px;
    }
    .apr_pro img{

        border-radius: 5px;
        box-shadow: 0 2px 4px -1px rgba(0,0,0,.1), 0 4px 5px 0 rgba(0,0,0,.07), 0 1px 10px 0 rgba(0,0,0,.06);
        -moz-transition: all 0.5s ease-out;
        -o-transition: all 0.5 ease-out;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }
    .apr_pro button.slick-prev.slick-arrow {
        left: 10px !important;
    }
    .apr_pro button.slick-next.slick-arrow {
        right: 10px !important;
    }
    .suivi_pro h3{
        margin: 10px 0;
        cursor: pointer;
    }
    .suivi_pro{
    background: #f5f5f5;
    border: 1px solid #c1c1c1;
    }
    div#suivi {
        margin: 20px 0;
    }
       /****** style new ******/
       .sidebar-blog{
        margin: 20px 0;
    }
    .sidebar-blog .image{
        height: 90px;
        object-fit: cover;
    }
    .sidebar-blog .type_box {
        margin-bottom: 0px;
        position: relative;
    }
    .sidebar-blog .type_box img {
        border-radius: 10px;
        height: 200px;
    }
    .sidebar-blog .type_box figure:before{
        border-radius: 10px;
    }
    .sidebar-title{
        position: relative;
        padding-bottom: 10px;
    }
    .sidebar-title:after, h3.title_type:after{
        position: absolute;
        bottom: -4px;
        left: 0;
        content: '';
        display: block;
        height: 3px;
        width: 150px;
        background: #90b5d6;
    }
    .blog-inner img {
        height: 400px;
        object-fit: cover;
    }
    .blog-inner img {
        height: 400px;
        object-fit: cover;
        margin-bottom: 15px !important;
        display: block;
    }
    .blog-inner .image{
        height: auto;
    }
    .project_type img {
        width: 100%;
       
        height: 150px;
        object-fit: cover;
        object-position: center;
        border-radius: 5px;
        box-shadow: 0 2px 4px -1px rgba(0,0,0,.1), 0 4px 5px 0 rgba(0,0,0,.07), 0 1px 10px 0 rgba(0,0,0,.06);
        -moz-transition: all 0.5s ease-out;
        -o-transition: all 0.5 ease-out;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }
    h3.title_type {
        font-size: 24px;
        font-weight: 700;
        margin-top: -4px;
        padding-bottom: 10px;
        position: relative;
        margin: 30px 0;
    }
    .mobile-header.header-sticky.bg-img.space__inner--y30.background-repeat--x.background-color--blue.d-block.d-lg-none {
        padding: 10px 0;
    }
    .type_p {
        position: absolute;
        color: #fff !important;
        background: #1c3c96;
        z-index: 3;
        border-radius: 2px;
        bottom: 20px;
        right: 20px;
        font-size: 15px;
        font-weight: 600;
        padding: 5px 15px;
    }
    /******* responsive *******/
    @media only screen and (max-width: 768px) {
        .about-footer {
            margin: 20px 0;
        }
        .horaire {
            margin-top: 25px;
        }
        .aventage .fun-fact-content-wrapper{
            justify-content: center;
        }
        .sidebar-blog {
            width: 50%;
            float: left;
            padding: 0 15px;
        }
        .content_mot {
            width: 100%;
        }
        .img_dr {
            position: absolute;
            width: 120px;
            height: 120px;
            top: -18%;
            left: 37%;
            overflow: hidden;
        }
        .mot_der {
            padding:90px 40px 70px 40px;
            background: #90b5d6;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
        }
        .divider {
            height: 1px;
            background: #222;
            
            width: 50%;
            display: block;
            margin: auto;
            margin-bottom: 20px;
        }
        .img_dr {
            left: auto;

        }
    }

    @media only screen and (max-width: 575px) {
        .mot_der {
            margin: 10px 20px;
        }
        .single-feature__icon {
            -webkit-flex-basis: 60px;
            -ms-flex-preferred-size: 60px;
            flex-basis: 60px;
            width: 10%;
        }
        .single-feature__content {
            -webkit-flex-basis: calc(100% - 60px);
            -ms-flex-preferred-size: calc(100% - 60px);
            flex-basis: calc(100% - 60px);
            margin-left: 15px;
            width: 85%;
        }
        .sidebar-blog {
            width: 100%;
            float: none;
            padding: 0 ;
        }
        .ser_icon {
            display: flex;
            flex-direction: inherit;
        }
        .blog-inner img{
            height: 250px ;
        }
    }
    @media only screen and (min-width: 769px) and (max-width: 1024px){
        .img_dr {
            left: -13%;
        }

      }
      .project_ser h4 {
        margin-top: 10px;
        text-align: center;
        font-size: 20px;
        }
        .project_ser {
            margin-bottom: 25px;
        }
.blog-inner.type_image .image {
    height: 400px !important;
    width: 100%;
}
.plan_content a, .flyer_content a {
    height: 180px;
    width: 100%;
}
.list_services li{
    position: relative;
    margin-bottom: 10px;
}
.list_services li i {
    font-size: 14px;
    color: #999999;
    margin-right: 5px;
}
.content-button.horaire p i {
    margin-right: 8px;
}
.content-button.horaire p span {
    width: 100%;
    text-align: left;
}
.content-button.horaire p {
    display: flex;
    align-items: baseline;
}
.project_ser a {
    width: 100%;
}
.single_projest ul li {
    list-style-type: square;
}
.single_projest ul  {
    padding-left: 20px;
    margin-bottom: 15px;
}
.sidebar-blog a {
    width: 100%;
}