html,body{
	margin: 0 auto;
    font-size: 0.875rem;
    color: #fff;
    font-weight: 400 !important;
    line-height: 1.5;
    text-align: center;
	font-family: 'Azo Sans', sans-serif; !important;
    scroll-behavior: smooth;
    

}
:root{
    --background-color: #000;
    --text-color: #0729C2;
    --background-menu-color: #fff;
    --menu-mobile-background : #ffffffbd;
    --primary-color: #0729C2;
}
::selection{
    background: #0729C2;
}
a:hover{
    color: #fff;
    background-color: transparent;
}
.header{
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--background-menu-color);
    padding: 1px 5%;
    transition: all .50s ease;
}
.text-head{
    background-image: url("../images/img-fnd-copie.png");
    position: absolute;
    background-size: cover;
    /* background-position: center; */
    background-repeat: no-repeat;
    /* object-fit: cover; */
    width: 109%;
    height: 788px;
    /* border-bottom: 14px solid; */
    opacity: 1;
    /* top: 600px; */
    margin-left: -79px;
    margin-top: -222px;
}
@media only screen  and (max-device-width : 325px){
   .text-head{
        width: 119%;
        height: 224px;
        margin-top: 10px;
    }
}
@media only screen and (min-device-width : 326px) and (max-device-width : 748px){
   .text-head{
            width: 109%;
        height: 348px;
        /* border-bottom: 14px solid; */
        opacity: 1;
        /* top: 600px; */
        margin-left: -31px;
        margin-top: -85px;
    }
}
@media only screen and (min-device-width : 749px) and (max-device-width : 1300px){
   .text-head{
        height: 719px;
        margin-left: -72px;
        margin-top: -211px;
    }
}
@media only screen and (min-device-width : 1600px) and (max-device-width : 1920px){
   .text-head{
        width: 112%;
        height: 940px;
        margin-left: -102px;
        margin-top: -321px;
    }
}
@media only screen and (min-device-width : 1921px) and (max-device-width : 2000px){
   .text-head{
        height: 1091px;
        margin-left: -62px;
        margin-top: -316px;
    }
}
@media only screen and (min-device-width : 2000px) and (max-device-width : 2560px){
   .text-head{
        height: 1226px;
        margin-left: -88px;
        margin-top: -445px;
    }
}
.header .navbar{
    display: flex;
}
.logo{
    display: flex;
    align-items: center;
}
.logo img{
    float: left;
    width: 200px;
    margin-right: 3px;
}

.navbar{
    display: flex;
}

.navbar a{
    text-transform: uppercase;
    color: var(--text-color);
    font-size: 1.1rem;
    font-weight: 600;
    padding: 5px 0;
    margin: 0px 30px;
    transition: all .50s ease;

}

.main-navbar{
	display: none;
}
.navbar a:hover{
    color: var(--text-color);
}
.main-color{
	color: #0729C2;
}

.navbar-right{
    display: flex;
    align-items: center;
}
.navbar-right button{
    margin-right: 25px;
    margin-left: 10px;
    transition: all .50 ease;
}

#menu-icon{
    color: var(--text-color);
    cursor: pointer;
    z-index: 10001;
    font-size: 39px;
    display: none;
}

@media only screen and (min-device-width : 921px) and (max-device-width : 1280px){
    .header{
        background: var(--background-menu-color);
        padding: 1px 5%;
        transition: all .2s;
    }
    .navbar a{
        padding: 3px 0;
        margin: 0px 13px;
    }
}

@media (max-width: 920px){
    .header{
        /*background: var(--background-menu-color);*/
        background: transparent;
        padding: 1px 5%;
        transition: all .2s;
    }
    .navbar a{
        padding: 3px 0;
        margin: 0px 4px;
    }
}

@media only screen and (max-width: 780px){
    .showBtn{
        display: none;
    }
    #menu-icon{
        color: var(--text-color);
        display: block;
        font-size: 39px;
    }

    .navbar{
        position: absolute;
        top: 100%;
        /*right: -100%;*/
        width: 194px;
        height: 120vh;
        background: var(--menu-mobile-background);
        /*background: transparent;*/
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        border-radius: 10px;
        transition: all .50s ease; 
        display: none;       

    }
    .navbar li a{
        text-align: left;
        padding-bottom: 10px;
    }
    .navbar a{
        display: block;
        margin: 12px 0;
        padding: 0px 25px;
        transition: all .50s ease;
    }
    .navbar a:hover{
        color: var(--text-color);
        transform: translateY(5px);
    }
    .open{
        /*display: flex;*/
        right: 2%;
        transition-duration: 4s;
        background: var(--menu-mobile-background);
        transition-property: background-color;
        transition-duration: 4s;
        transition-delay: 1s;
        transition-timing-function: ease-out;
    }

     .inspirant{
        width: auto !important;
        margin-right: 13px;
    }
    
}

@media only screen  and (max-device-width : 1200px){
    .inspirant{
        width: auto !important;
        margin-right: 13px;
    }
}

.open{
        /*display: flex;*/
        right: 2%;
    }


.text-header{
	top: 299px;
	text-align: center;
	font: normal normal 900 115px/117px Azo Sans;
	letter-spacing: 0px;
	color: #FFFFFF; 
}




@media  only screen and (max-width: 600px) {
  .horizontal-mainwrapper .float-right {
    display: none;
  }
}

/* Smartphones (portrait and landscape) ----------- */
@media  only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .horizontal-mainwrapper .float-right {
        display: none;
    }
}

/* Smartphones (landscape) ----------- */
@media  only screen and (min-width : 321px) {
    /*.horizontal-mainwrapper .float-right {
        display: none;
      }*/
}

.logo-meraky{
    width: 183px !important;
}

.nav-link-bleue{
    color: #0729C2 !important;
}

.font-extrabold{
    font-weight: 800 !important;
}

.text-7-5xl {
    font-size: 4.8rem;
    line-height: 1;
}

#navbar-sticky{
    display: none;
}

.bg-img-1{
    background-image: url('../assets/images/Tracé 42@2x.png');
}
.background-dark{
    background-color: black;
}

.bg-img-1{
    position: absolute;
    z-index: 1;
}

.transform-bg-img{
    /*left: -244px;
    transform-origin: left;
    transform: translate(-47px, -144px);
    width: 180%;
    transform: rotateX(45deg);
    top: -60px;*/

        left: -187px;
    transform-origin: left;
    transform: translate(-47px, -144px);
    width: 180%;
    transform: rotateX(49deg);
    top: 45px;
}

.bg-img-2{
    position: absolute;
    z-index: 1;
}

.transform-bg-img-2{
   /* left: -244px;
    transform-origin: left;
    transform: translate(-47px, -144px);
    width: 180%;
    transform: rotateX(228deg);
    top: -439pxpx;*/

    left: -218px;
    transform-origin: left;
    /* transform: translate(-47px, -144px); */
    width: 180%;
    transform: rotateX(200deg);
    top: -487px;
}
.intro{
    margin: 0px auto;
    text-transform: uppercase;
    font-size: 4.8rem;
    line-height: 1;
    font-weight: bolder;
    padding-bottom: 10px;

}

@media (max-device-width: 920px){
    .intro{
        margin: 0px auto;
        text-transform: uppercase;
        font-size: 2.8rem;
        font-weight: bolder;

    }
}

.text-h1{
    position: absolute;
    z-index: 3;
}

.pt-30{
    padding-top: 10rem;
}
.pt-35{
    padding-top: 15rem;
}
.pb-30 {
    padding-bottom: 10rem;
}

.section-title{
    z-index: 3;
}

.center-block-citation{
    margin-left: 92px;
    margin-right: 92px;
    text-align: center;
    font-family: Azo Sans;
}





.text-white-transparent{
   color: #ffffffad;
}

.copyright{
    font-size: 18px;
}


.cadre{
    /*width: 301px;
    height: 67px;
    transform: matrix(1, 0.05, -0.05, 1, 0, 0);
     UI Properties 
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 1;*/

    width: 280px;
    height: 344px;
    /* UI Properties */
    background: #0729C2 0% 0% no-repeat padding-box;
    opacity: 1;
}

.margin-10{
    margin: 10px;
}
.margin-20{
    margin: 20px;
}

.margin-30{
    margin: 30px;
}

.slideshow-container {
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.nav-icon{
    color: #fff;
    text-align: center;
    line-height: 46px;
    cursor: pointer;
}

.nav-icons{
    margin: 0px auto;
}

.active{
    color: #0729C2;
}

.wrapper .carousel {
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
}

/*.slide-content .card-wrapper{
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
}*/

/*.carousel img{
    height: 360px;
    object-fit: cover;
    width: calc(100% / 4);
    display: inline-flex;
    background:  #0729C2 0% 0% no-repeat padding-box;

}*/

.carousel img:first-child{
    margin-left: 0px;
}

@media screen and (max-width: 900px){
    .carousel img{
        width: calc(100% / 2);
    }
}
@media screen and (max-width: 550px){
    .carousel img{
        width: 100%;
    }
}

.sombre{
    margin-top: 45px;
    color: #8d8d8dc7;
}

.footer-logo{
    width: 240px;
    margin: 0px auto;
    padding-top: 90px;

}
.footer-first{
    background: #0729C2;
}

.contact{
    margin: 0px auto;

}
.icon-phone{
    color: blue;
    background: #fff;
    padding: 5px;
    border-radius: 50%;
    /*transform: translate(-109px, 40px);*/
    transform: translate(1px, 39px);
    height: 26px;
}

.fst-18{
    font-size: font-size: 18px !important;
}
.ml-30{
        margin-left: 30px;
}

.icon-marker{
    transform: translate(-126px, 41px);
}
.paddingtop-7{
    padding-top: 7px;
}

.paddingtop-19{
    /*padding-top: 19px;*/
}

.transform-yt{
    transform: translate(-6px, 19px);
}
.transform-linkedin{
    transform: translate(1px, 15px);
}

.transform-fb{
    transform: translate(24px, 16px);
}

.transform-insta{
    transform: translate(9px, 17px);
}

.align-start{
    text-align: start;
}
.ml-98{
    margin-left: 98px;
}

.paddingtop-44{
    padding-top: 44px;
}
.trace{
    /*position: absolute;
    z-index: 1;*/
    margin: 0px auto;
    width: 240px;
    text-align: center;
    /*object-fit: cover;*/

    
}
.trace-service{
    transform: translate(-139px, 10px) !important;
    margin-bottom: 10px !important;
}
.mlr-318{
    margin-left: 318px;
    margin-right: 318px;
}

@media  only screen and (max-width: 600px) {
    .mlr-318{
            margin: 0px auto;
    }
    .text-7-5xl {
        font-size: 4.8rem;
        line-height: 1;
    }
}

    /* Smartphones (portrait and landscape) ----------- */
@media  only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .mlr-318{
            margin: 0px auto;
    }
    .text-7-5xl {
        font-size: 2.8rem;
        line-height: 1;
    }


}
@media  only screen and (max-width: 768px) {
    .mlr-318{
        margin: 0px auto;
    }
    .text-7-5xl {
        font-size: 4.8rem;
        line-height: 1;
    }
    .pd19{
        padding-top: 19px;
    }
}
.img-flex{
    border-bottom: 10px solid #fff;
}

.box-inspirant{
    background-image: url(../images/6fec02163785267.63ebc587c8e4b@2x.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    object-fit: cover;
    width: 100%;
    height: 756px;

    border-bottom: 14px solid;
}

.box-inspirant .inspirant{
    width: 28%;
    text-align: left;
    padding-top: 300px;
    
}

.box-inspirant .inspirant .text-author {
    color: #b1aeae;
    font-size: 20px;
}
.wrapper{
    max-width: 1200px;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.wrapper .box{
    background: #0729C2;
    border-radius: 1px;
    padding: 25px;
    width: calc(33% - 10px);
    color: #fff;

}

.wrapper .box i.quote{
    font-size: 20px;
}

.wrapper .box .testimony{
    text-align: left;
    font-size: 14px;
}
.wrapper .box .content{
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.box .content{
    float: right;
}
.wrapper .box .info .name{
    font-size: 15px;
    font-weight: 600;
}
.wrapper .box .info .job{
    font-size: 12px;
    /*font-weight: 200;*/
    color: #ffffffa1;
}

.wrapper .box .info .star{
    margin-top: 10px;
    /*font-weight: 200;*/
    /*color: #ffffffa1;*/
}
.wrapper .box .info .star i{
     color: #ffffffa1;
}

.wrapper .box .content .image{
    width: 75px;
    height: 75px;
    background: #b6b6b7;
}
.box .content .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2%;
}
.wrapper .box .info{
    padding-right: 10px;
    text-align: left;
}
/* Smartphones (landscape) ----------- */
/*@media  only screen and (min-device-width : 320px) and (max-device-width : px){
    .wrapper .box {
        width: 100%;
        margin: 10px 0;
    }
}*/
@media only screen and (min-device-width : 781px) and (max-device-width : 1045px) {
    .wrapper .box {
        width: calc(50% - 10px);
        margin: 10px 0;
    }
}

@media (max-width : 780px) {
    .wrapper .box {
        width: 100%;
        margin: 10px 0;
    }
}

.about-services{
    width: 100%;
    padding: 20px 0;
}
.about-services .about-img{
    width: 430px;
    /*height: 430px;*/
    border-bottom: 10px solid;
}
.about-text{
    width: 550px;
    /*padding: 10px 0;*/
}
.about-services .main{
    width: 1130px;
    max-width: 95%;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.about-text{
    text-align: left;
}

.info-service{
    font-size: 30px;
    text-align: justify;
    white-space: 10px;
    line-height: 41px;
}

.btn-more{
    background: #0729c2;
    text-align: center;
    padding: 15px;
    margin-top: 40px;
/*    margin-top: 160px;*/
    font-size: 20px;
    cursor: pointer;
}
.me-form{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-right: 200px;
    margin-left: 20px;
    margin-bottom: 60px;
    padding: 10px;
}

.me-form label{
    text-align: left;
    font-size: 15px;
}
.me-form label{
    transform: translateY(10px);
    padding-bottom: 5px;
}
.me-form input{
    height: 35px;
     color: #333;
    padding-left: 10px;
    font-size: 17px;
    margin-bottom: 10px;
}
.me-form textarea{
    color: #333;
    padding-left: 10px;
    font-size: 17px;
}
.name-field{
    display: flex;
    width: 100%;
    justify-content: space-between;

}
.name-field div{
    text-align: left;
}
.name-field div{
    display: flex;
    flex-direction: column;
}
.name-field div{
    width: 49%;
}
.me-form .me-form-btn{
    background: #fff;
    color: #000;
    font-size: 17px;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 24px;
    margin-top: 15px;
    height: 43px;
}

.wrapper-blog .blogs {
    width: calc(50% - 10px);
    margin: 10px 0;
}

.wrapper-blog .blogs{
    background: #0729C2;
    border-radius: 1px;
    padding: 25px;
    width: calc(50% - 10px);
    color: #fff;

}


.wrapper-blog{
/*    max-width: 1200px;*/
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.wrapper-blog .blogs .testimony{
    text-align: left;
    font-size: 14px;
}
.wrapper-blog .blogs .content{
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.blogs .content{
    float: right;
}
.wrapper-blog .blogs .info .name{
    font-size: 15px;
    font-weight: 600;
}

.wrapper-blog .blogs .content .image{
    width: 75px;
    height: 75px;
    /*background: #b6b6b7;*/
}
.blogs .content .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2%;
}
.wrapper-blog .blogs .info{
    padding-right: 10px;
    text-align: left;
}

.wrapper-blog .blogs .info{
    transform: translate(-534px, 26px);
}
@media only screen and (min-device-width : 1800px) and (max-device-width : 2560px){
   .wrapper-blog{
        margin-left: 200px;
    }
}
/* Smartphones (landscape) ----------- */
@media (max-width : 1045px) {
    .wrapper-blog .blogs {
        width: calc(50% - 10px);
        margin: 10px 0;
    }
}

@media (max-width : 702) {
    .wrapper-blog .blogs {
        width: 100%;
        /*margin: 10px 0;*/
    }
}

.txt-l{
    text-align: left;
}
.me-paginate{
    display: inline-flex;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 10px;
}
.me-pagination-ul{
    display: inline-flex;
    padding-top: 10px;
}
.me-pagination{
    margin-right: 5px;
    margin-left: 5px;
    background: #0729c2;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
}
.me-pagination-ul .arrow{
    transform: translateY(4px);
}

.mlr-300{
    margin-left: 301px;
    margin-right: 301px;
}

.pb-5-3{

    padding-bottom: 5.3rem !important;
}

@media only screen and (min-device-width: 601px) and (max-device-width: 980px){
   .center-block-citation{
        margin: 0px auto;
        text-align: center;
        font-family: Azo Sans;
        font-size: 2.3rem;
    } 

    .about-services .main{
        max-width: 125%;
    }
}
@media (max-device-width: 600px) {
   .center-block-citation{
        margin: 0px auto;
        text-align: center;
        font-family: Azo Sans;
        font-size: 2.3rem;
    } 

    .about-services .main{
        margin: 0px auto;
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-direction: column;
    }
    .about-text{
        font-size: 2.1rem;
        padding: 10px 0;
        width: 250px;
        margin: 0px auto;
        text-align: center;
    }
    .me-form{
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-bottom: 60px;
        padding: 10px;
        margin-right: 0; */
         margin-left: 0px; 
        margin-bottom: 60px;
    }

    .align-start{
        text-align: center;
    }
    .icon-phone, .icon-marker{
        transform: translate(-88px, 37px);
    }
    span .ml-98{
        margin-left: 31px;
    }

    .f-contact{
        transform: translateY(20px);
    }
}
.slide-container{
    max-width: 100%;
    width: 100%;
    background: var(--background-color);
    padding: 0 40px;
}
.card-wrapper{
     display: inline-flex;
}
.mySwiper{
    margin: 0 10px;
    overflow: hidden;
}
/*.slide-content{
    margin: 0 auto;
}*/
.carde{
    width: 320px;
    background: transparent;
}
.image-content,
.card-content{
    /*padding: 10px 14px;*/
    display: flex;
    flex-direction: column;
    align-items: center;
}
.image-content{
    background: var(--primary-color);
}
.image-content{
    grid-row-gap: 5px;
}
.carde-image{
    position: relative;
    height: 342px;
    width: 250px;
    
    padding: 3px;
}
.carde-image .carde-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    background: var(--primary-color);

}

.card-content{
    /*background: #8D8D8D;*/
    transform: translateY(-14px);
}
.name{
    width: 100%;
    background: #8D8D8D;
    font-size: 22px;
    font-weight: 900;
    padding: 5px;
}
.description-job{
        color: #0729C2;
    font-size: 18px;
    background: #fff;
    padding: 10px;
    transform: rotateZ(2deg);
}

.slide-container .slide-content .card-wrapper{
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/*.slide-container{
    cursor: pointer;
}*/
.mySwiper{
    padding-bottom: 29px !important; 
}
/*.swiperNavBtn{
    color: #fff;
    background: var(--primary-color);
}*/
.swiper-pagination-bullet{
    background: #fff !important;
}
.swiper-pagination-bullet-active{
    color: #0729C2 !important;
     background : #0729C2 !important;
}

@media only screen and (min-device-width: 1200px) and (max-device-width: 1279px){
    .carde{
        width: 302px;
    }
}

@media only screen and (max-device-width: 1000px){
    .carde{
        width: 270PX;
    }
}


.back-to-top {
    position: fixed;
    /*visibility: hidden;*/
    /*opacity: 0;*/
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: var(--primary-color);
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all .5s;
}
.arrow-top{
    padding-top: 7px;
}
.back-to-top .active{
    bottom: 15px;
    pointer-events: auto;
    opacity: 1;
}