/* Debut de mise en forme button slck */




#srvc__slider .slick-prev, #srvc__slider .slick-next {
    width: 50px !important;
    height: 50px !important;
    /* border: 1px solid red; */
    z-index: 1;
    /* background: #3f85de !important; */
}

#srvc__slider .slick-prev.slick-disabled,
#srvc__slider .slick-next.slick-disabled {
    opacity: 0 !important;
}

#srvc__slider .slick-prev.slick-disabled:before,
#srvc__slider .slick-next.slick-disabled:before {
    opacity: 0 !important;
}


#srvc__slider .slick-prev:before, #srvc__slider .slick-next:before {
    /* font-family: 'slick'; */
    /* font-size: 50px; */
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* Fin de mise en forme button slck */


#landing {
    /* border: 2px solid red; */
    background: #e0e5eb;
    position: relative;
    /* border: 1px solid red; */
    /* border-top: 1px solid #333; */
    padding: 20px 0;
    background-color: #e0e5eb;
    height: 550px;
}

#landing > .container > .row{
    display: flex;
    /* border: 1px solid yellow; */
}

#landing > .container > .row > .col-md-5{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    /* border: 1px solid red; */
    height: auto;
}

.landing__right__ctn .landing__title,
.landing__right__ctn .landing__cta{
    position: relative;
    margin-top: -20px;
    font-family: "open Sans", sans-serif;

}

.landing__right__ctn .landing__title{
    font-style: italic;
    font-variation-settings: 'ital' 1, 'wght' 900;
    margin-bottom: 30px;

}

.landing__right__ctn .landing__cta{
    position: relative;
    display: inline-block !important;
    /* background: #336cb5; */
    /* border-radius: 150px; */
    /* padding: 10px 25px; */
    align-items: center;
    align-content: center;
    /* color: #fff; */
    text-transform: uppercase;
    font-weight: 800;
    font-variation-settings: 'wght' 800;
}


/* #slider {
    background: #ecf9f3;
    height: 550px;
} */

.slide{
    /* border: 1px solid red; */
    height: 550px;
    background-color: gray;
}

.banner__ctn img{
    width: 100%;
}

.home__page .banner__img__ctn{
    position: relative;
    height: 500px;
    /* border: 2px solid red; */
    overflow: hidden;
    /* border-radius: 0 600px 0 600px; */
    opacity: 0;
    /* border-radius: 600px; */
    transform: translateX(200px) scale(.4);
    transition: all .3s ease-in-out .2s;
}

.home__page .slide__ctn.slick-active .banner__img__ctn{
    opacity: 1;
    border-radius: 0;
    transform: translateX(0) scale(1);

}

.home__page .banner__img__ctn:before{
    top: 0;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(34 180 115 / 15%);
}

.banner__img__ctn img{
    width: 100%;
}

.home__page .hover__ctn {
    position: relative;
    height: 100%;
    /* border: 2px solid red; */
    top: 150px;
    z-index: 1;
    color: #fff;
    /* width: 45%; */
    opacity: 0;
    transform: translateX(-40px) scale(.90);
    transition: all .3s ease-in-out .7s;
}

.home__page .slide__ctn.slick-current .hover__ctn,
.home__page .slide__ctn.slick-active .hover__ctn{
    opacity: 1;
    transform: translateX(0) scale(1);
}

.home__page .slide__ctn{
    transition: all .3s ease-in-out .5s;
}

.home__page .slide__ctn.transition {
    opacity: .3;
    transform: scale(.90);
    transform-origin: top right;
}

.home__page .slide__ctn.slick-active {
    opacity: 1;
    transform: scale(1);
}

/* .slide__ctn.transition {
    opacity: .3;
    transform: scale(.90);
    transform-origin: top right;
} */



.home__page .slide__title {
    position: relative;
    font-size: 3em;
    text-shadow: 3px 3px 50px rgba(0,0,0,.8);
    margin-bottom: 20px;
}

.home__page .slide__title > a{
    /* font-family: "Alegreya"; */
    color: #fff;
    text-decoration: underline;
    text-decoration-color: #ffca02;
    transition: all ease .3s;
}

.home__page .slide__title > a:hover{
    /* font-family: "Alegreya"; */
    color: #fff;
    text-decoration: underline;
    text-decoration-color: #22B473;
}

a.slide__cta {
    position: relative;
    /* margin-top: 10px; */
    color: #333;
    font-weight: 700;
    display: inline-block;
    background: #ffca02;
    /* border-radius: 150px; */
    padding: 10px 20px !important;
    align-items: center;
    align-content: center;
    transition: all ease .3s;
}

a.slide__cta:hover{
    color: #fff;
    background: #333;
    text-decoration: none;

}

.p-absolute{
    position: absolute !important;
}

.pos-relative{
    position: relative !important;
}



/* Mise en page pour landing page */
.landing__left__ctn{
    position: relative;
    /* border: 1px solid red; */
    text-align: right;
}

.landing__left__ctn img{
    width: 550px;
}
/* Fin de mise en page pour landing page */




.under__slide{
    position: relative;
    /* background-color: #e0e5eb; */
    padding: 40px 0 0;
    /* border-top: 1px solid #333; */
    z-index: 10;
}

.under__slide:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0;
    background: #e0e5eb;
    transform: skew(0, 4deg);
    z-index: -1;
}

.under__slide:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 7%;
    left: 0;
    background: #3f85de;
    transform: skew(0, 6deg);
    z-index: -2;
}


.landing__bg__design{
    background: #e0e5eb;
    position: absolute;
    width: 100%;
    height: 100%;
    top: -50%;
    left: 0;
    /* border: 1px solid red; */
    /* z-index: -1; */
}

.landing__bg__design:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 10%;
    left: 0;
    background: linear-gradient(120deg, #3f85de 10%, rgba(255, 255, 255, 0) 70%);
    transform: skew(0, -6deg);
    z-index: -1;
}








.under__slide .col-md-12,
.under__slide .blocs__ctn {
    width: 100%;
    /* display: flex; */
    /* flex-direction: row; */
    /* justify-content: space-evenly; */
    /* border: 1px solid red; */
    /* align-items: stretch; */
    /* height: auto; */
    margin-top: -90px;
}

.blocs__ctn{
    margin-bottom: 50px;
}

/* .under__slide .blocs__ctn{
    padding: 0 5%;
} */

.under__slide .bloc__ctn {
    padding: 30px 0;
    background-color: #ffca02;
    position: relative;
    /* margin-top: -110px; */
    /* padding: 0 5%; */
    /* border: 1px solid red; */
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #fff;
    align-items: center;
    height: 100%;
}

.bloc__ctn .p__title{
    color: #fff;
}

.under__slide .bloc__ctn > p{
    color: #fff;
    padding: 0 15px;
}

.about__intro{
    position: relative;
    padding: 40px 0 150px;
    background-color: #fff;
    z-index: 9;
    /* border: 1px solid red; */
}


@media screen and (min-width:768px){
    .about__intro .container > .row{
        /* border: 1px solid red; */
        display: flex;
    }

    .about__intro__ul{
        top: 130px;
    }

    .about__intro__cta{
        position: relative;
        top: 130px;
    }
}





.about__intro:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 5%;
    left: 0;
    background: #fff;
    transform: skew(0, 4deg);
    z-index: -1;
}

.about__intro:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    top: 40%;
    left: 0;
    background: #1a4278;
    transform: skew(0, -8deg);
    z-index: -2;
}


.about__intro__bg__design__left{
    /* background: #e0e5eb; */
    position: absolute;
    width: 100%;
    height: 100%;
    top: -50%;
    left: 0;
    display: none;
    /* border: 1px solid red; */
    /* z-index: -1; */
}

.about__intro__bg__design:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 10%;
    left: 0;
    background: linear-gradient(120deg, #3f85de 10%, rgba(255, 255, 255, 0) 70%);
    transform: skew(0, -6deg);
    z-index: -1;
}




.about__intro .about__intro__title {
    font-size: 2em;
    line-height: .95em;
    margin-bottom: 20px !important;
    /* display: inline-grid; */
    text-transform: uppercase;
    color: #336cb5;
}

.about__intro__title strong{
    /* font-size: .9em; */
    font-weight: 900;
    /* text-transform: initial; */
    text-transform: uppercase;
    color: #50c1b4;
    margin-bottom: 30px;
    line-height: 1.7em;
}


.about__intro__ul{
    position: relative;
    /* top: 130px; */
    margin: 0;
    /* margin-top: 140px; */
    margin-bottom: 20px;
    padding-left: 19px
}



.about__intro__ul > li{
    margin-bottom: 10px;
    padding: 0 !important;
    list-style: square;
    font-size: 1.1em !important;
    font-style: italic;
}

.about__intro__ul > li::-webkit-marker,
.about__intro__ul > li::marker{
    color: #336cb5 !important;
}

.blocs__ctn .col-md-3:nth-child(odd) .bloc__ctn{
    background-color: #336cb5;
}

.blocs__ctn .col-md-3:nth-child(even) .bloc__ctn{
    background-color: #3f85de;
}

.blocs__ctn .col-md-3 {
    /* border: 1px solid red; */
    padding: 0;
}

.bloc__ctn a.slide__cta {
    position: relative;
    /* border: 1px solid; */
    /* margin-top: 10px; */
    color: #336cb5;
    font-weight: 700;
    display: inline-block;
    background: #fff;
    /* border-radius: 150px; */
    /* padding: 8px 20px !important; */
    align-items: center;
    align-content: center;
}

.under__slide .bloc__ctn:not(:last-of-type) {
    border-right: 1px solid #333;
}

/* .under__slide .bloc__ctn:first-child{
    border-radius: 5px 0 0 5px;
} */

/* .under__slide .bloc__ctn:last-child{
    border-radius: 0 5px 5px 0;
} */

.bloc__ctn span[class^="icon-"] {
    font-size: 2em;
    /* padding: 15px; */
    background: #fff;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    align-content: center;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #3f85de;
    margin-top: 5px;
    margin-bottom: 10px;
    font-weight: 700;
    display: none;
}


.under__slide .bloc__ctn > .bloc__title {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 1.7em;
    font-family: "Open Sans", sans-serif !important;
    text-transform: uppercase;
    padding: 0 15px;
}

.under__slide .bloc__ctn > .bloc__p{}



ul.srvc__ul {
    margin: 0 10px;
    padding: 10px;
}

.srvc__ul li {
    list-style: none;
    margin-bottom: 10px;
    font-style: italic;
}

#srvc__slider .slick-list.draggable{
    display: flex;
}

#srvc__slider .slick-track{
    display: flex;
}

.latest__news__title {
    font-size: 3em;
    line-height: .95em;
    margin-bottom: 20px !important;
    /* display: inline-grid; */
}


.latest__news__row strong{
    font-weight: 900;
    color: #22B473;

}


/* begin:: Engagez-vs section */
.engagez__vous{
    position: relative;
    /* border: 1px solid red; */
    border-top: 1px solid #333;
    padding: 20px 0;
    background-color: #ecf9f3;
}

.engaging__img__ctn img{
    width: 100%;
}

/* end:: Engagez-vs section */

/* begin:: Faire des dons section */
.faire__don{
    position: relative;
    /* border: 1px solid red; */
    border-top: 1px solid #333;
    padding: 40px 0 0;
    background-color: #ffcc33;
}

.engaging__img__ctn img{
    width: 100%;
}

.dons__form__ctn{
    width: 100%;
    height: 300px;
    background: #fff;
    padding: 30px;
    border-radius: 5px 5px 0 0;
}

.dons__form__ctn .form__title{
    margin-top: 0;
    /* color: #22B473; */
}

.dons__form__ctn {
    width: 100%;
    height: 300px;
    background: #fff;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

/* end:: Faire des dons section */

/* begin:: home Blog */
.blog{
    position: relative;
    /* border: 1px solid red; */
    border-top: 1px solid #333;
    padding: 40px 0;
    background-color: #ecf9f3;
}
/* end:: home Blog */

/* begin:: Partenaires */
.partenaires{
    position: relative;
    /* border: 1px solid red; */
    border-top: 1px solid #333;
    padding: 40px 0;
    background-color: #FCFCE3;
}

.partner__ctn{
    background-color: #fff;
    /* height: 100px; */
    margin-bottom: 15px;
    border-radius: 5px;
    padding: 10px;
}

.partner__ctn img{
    width: 100%;
}




/* end:: Partenaires */

.why__choose__us{
    position: relative;
    padding: 40px 0;
    background-color: #e0e5eb;
    z-index: 8;
    /* border: 1px solid red; */
}


.why__choose__us:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -6%;
    left: 0;
    background: #e0e5eb;
    transform: skew(0, 12deg);
    z-index: -1;
}

.why__choose__us:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 40%;
    bottom: -8%;
    left: 0;
    /* background: linear-gradient(120deg, #3f85de 10%, rgba(255, 255, 255, 0) 70%); */
    background: #3f85de;
    transform: skew(0, 3deg);
    z-index: -2;
}


.why__choose__us__bg__design__left{
    /* background: #e0e5eb; */
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: -5%;
    left: 0;
    /* border: 1px solid red; */
    z-index: -2;
}

.why__choose__us__bg__design__left:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: -36%;
    left: 0;
    /* background: linear-gradient(120deg, #3f85de 10%, rgba(255, 255, 255, 0) 70%); */
    background: #e0e5eb;
    transform: skew(0, -14deg);
    z-index: -2;
}

.why__choose__us__bg__design__left:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: -11%;
    left: 0;
    /* background: linear-gradient(120deg, #3f85de 10%, rgba(255, 255, 255, 0) 70%); */
    background: #3f85de;
    transform: skew(0, -8deg);
    z-index: -4;
}

.why__choose__us__title{
    position: relative;
    font-size: 2em;
    line-height: .95em;
    margin-bottom: 20px !important;
    /* display: inline-grid; */
    text-transform: uppercase;
    color: #336cb5;
    margin-top: 50px !important;
    margin-bottom: 40px !important;
}


.why__choose__us__cta{
    position: relative;
    /* top: 130px; */
    margin-top: 50px;
}

.why__item__ctn{
    position: relative;
    /* background: #fff; */
    /* padding: 25px; */
}

.why__item__inner__ctn{
    position: relative;
    background: #fff;
    padding: 15px 35px;
    overflow: hidden;
    margin-bottom: 20px;
}

.row__items__ctn .col-md-3:nth-child(even) .why__item__inner__ctn{
    background: #a9cffc;
}

.why__item__inner__ctn p{
    position: relative;
    z-index: 2;
}

.why__item__nb {
    position: absolute;
    left: -10px;
    top: -10px;
    width: 60px;
    height: 60px;
    /* border: 1px solid red; */
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.2em;
    font-weight: 900;
    color: #336cb5;
    /* color: rgb(51, 108, 181, 40%); */
    /* color: rgb(224, 229, 235, 4); */
    background-color: #e0e5eb;
    z-index: 1;
    opacity: .5;
}

/* Debut de mise en forme de Realisations */
.realizations{
    position: relative;
    padding: 90px 0;
    background-color: #1a4278;
    z-index: 7;
    /* border: 1px solid red; */
}

/*
.realizations:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: -6%;
    left: 0;
    background: #1a4278;
    transform: skew(0, 12deg);
    z-index: -1;
}

.realizations:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 40%;
    bottom: -10%;
    left: 0;
    background: #3f85de;
    transform: skew(0, 3deg);
    z-index: -2;
} */



.realizations__title{
    position: relative;
    font-size: 2em;
    line-height: .95em;
    margin-bottom: 20px !important;
    /* display: inline-grid; */
    text-transform: uppercase;
    color: #fff;
    margin-top: 50px !important;
    margin-bottom: 40px !important;
}

.realizations p{
    color: #fff;
}

/* .realizations__item-txts__ctn h4, */

.realizations__items__ctn .col-md-12:nth-child(even){
    text-align: right;
}

.realizations__items__ctn .col-md-12:nth-child(even) .realizations__item-txts__ctn{
    text-align: left;
}


.realizations__item__ctn {
    position: relative;
    margin-bottom: 40px;
    display: inline-block;
    width: 85%;
}

.realizations__item__inner__ctn .col-md-6{
    padding: 0;
}

.realizations__item-img__ctn {
    position: relative;
    margin-right: 20px;
    overflow: hidden;
    /* transition: all .3s ease-in-out .2s; */
    border: 1px solid #fff;
}

.realizations__item-img__ctn:before{
    content: "";
    position: absolute;
    width: 50px;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: -37px;
    transform: skewX(-10deg);
    transition: all .2s ease;
}

.realizations__item-img__ctn:after{
    content: "";
    position: absolute;
    width: 50px;
    height: 100%;
    background-color: #fff;
    top: 0;
    right: -37px;
    transform: skewX(-10deg);
    transition: all .2s ease;
}

.realizations__item__ctn:hover .realizations__item-img__ctn:before{
    left: -60px;
}

.realizations__item__ctn:hover .realizations__item-img__ctn:after{
    right: -50px;
}



.realizations__item-img__ctn img{
    /* position: relative; */
    width: 100%;

}


.realizations__item-txts__ctn{
    color: #fff;
    padding-top: 20px;
}

.realizations__item-txts__ctn h4{
    text-transform: uppercase;
    font-size: 1.4em;
}

.realizations__item-txts__ctn span{
    /* text-transform: uppercase; */
    font-size: 1.1em;
    font-weight: 600;
    font-style: italic;
}





/* Fin de mise en forme de Realisations */



/* Mise en forme main slides slick */
#slider .slick-dots{
    bottom: 18% !important;
}

.slides .slick-dots li button{

    border: 2px solid #fff !important;
    border-radius: 50% !important;
}

.slides .slick-dots li button:before{
    font-size: 8px;
    color: #fff !important;
}

.slides .slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: #fff !important;
}

.slides .slick-prev,
.slides .slick-next {
    top: 45% !important;
    width: 50px !important;
    height: 50px !important;
    background: rgba(255, 255, 255, .3) !important;
    padding: 10px;
    /* border: 1px solid red; */
    border-radius: 50%;
    z-index: 1;
}

.slides button.slick-disabled {
    cursor: not-allowed;
}

.slides .slick-prev{
    margin-left: 20px;
    left: 0 !important;
}
.slides .slick-next{
    margin-right: 20px;
    right: 0 !important;

}

.slides .slick-prev:before,
.slides .slick-next:before {
    position: relative;
    top: -4px;
    font-family: 'le-courrier-de-la-nation' !important;
    /* font-size: 20px; */
    line-height: 1;
    /* opacity: .75; */
    /* color: white; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slides .slick-next:before{
    /* content: '\e92a' !important; */
}
/* Fin de mise en forme main slides slick */



/* Mise en forme slides news slick */
.latest__news__row .slick-dots{
    bottom: -15px !important;
}

.latest__news__row .slick-dots li button{

    border: 2px solid #333 !important;
    border-radius: 50% !important;
}

.latest__news__row .slick-dots li button:before{
    font-size: 8px;
    color: #333 !important;
    opacity: 0;
}

.latest__news__row .slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: #333 !important;
}

.latest__news__row .slick-prev,
.latest__news__row .slick-next {
    top: 45% !important;
    width: 140px !important;
    height: 100% !important;
    background: rgba(255, 255, 255, .3) !important;
    padding: 10px;
    /* border: 1px solid red; */
    /* border-radius: 50%; */
    z-index: 1;
}

.latest__news__row button.slick-disabled {
    cursor: not-allowed;
    display: none !important;
}

.latest__news__row .slick-prev {
    margin-left: 0;
    left: 0 !important;
    background: linear-gradient(to right, #FCFCE3 40%, rgb(244 120 32 / 0%) 100%) !important;
}


.latest__news__row .slick-next{
    margin-right: 0;
    right: 0 !important;
    background: linear-gradient(to left, #FCFCE3 40%, rgb(244 120 32 / 0%) 100%) !important;

}

.latest__news__row .slick-prev:before,
.latest__news__row .slick-next:before {
    position: relative;
    top: -3px;
    font-family: 'le-courrier-de-la-nation' !important;
    /* font-size: 20px; */
    line-height: 1;
    /* opacity: .75; */
    /* color: white; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.latest__news__row .slick-prev:after,
.latest__news__row .slick-next:after {
    content: "";
    position: absolute;
    /* border: 1px solid red; */
    border-radius: 50%;
    top: 40%;
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, .8);
    /* font-family: 'le-courrier-de-la-nation' !important; */
    /* font-size: 20px; */
    /* line-height: 1; */
    /* opacity: .75; */
    /* color: white; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.latest__news__row .slick-prev:before{
    color: #333 !important;
    font-size: 35px !important;
    font-weight: bold !important;
    opacity: 1 !important;
    z-index: 1;
    right: -20px !important;
}
.latest__news__row .slick-next:before{
    color: #333 !important;
    font-size: 35px !important;
    font-weight: bold !important;
    opacity: 1 !important;
    z-index: 1;
}

.latest__news__row .slick-prev:after{
    left: 30px !important;
    color: #333 !important;
}

.latest__news__row .slick-next:after{
    right: 10px !important;

}

.latest__news__row .slick-next:before{
    /* content: '\e92a' !important; */
}
/* Fin de mise en forme slides news slick */


.join__us{
    position: relative;
    /* border: 1px solid red; */
    border-top: 1px solid #333;
    padding: 40px 0;
    background-color: #ffcc33;
}


.join__us .sct__title{
    margin-top: 0;
    font-size: 2em;
}

.join__us a{
    color: #fff;
    display: inline-block;
    background-color: #22B473
}


@media screen and (max-width: 468px) {
    .banner__img__ctn img{
        width: 250% !important;
    }

    #srvc__slider .slick-list{
        overflow: inherit;
    }
}


@media screen and (max-width: 767px) {
    .about__intro,
    .under__slide,
    .why__choose__us,
    .realizations,
    .ask__estimate{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .landing__bg__design{
        background: transparent !important;
    }

    .about__intro{
        padding-bottom: 40px;
    }


    .landing__right__ctn .landing__title{
        font-size: 1.6em;
        margin-top: 20px;
        padding: 0 10px !important;
    }

    .landing__left__ctn img{
        width: 320px;
    }

    .landing__bg__design{
        top: -26% !important;
    }

    .landing__right__ctn{
        position: relative;
        text-align: center;
        top: 30px;
    }

    .landing__left__ctn{
        text-align: center;
        top: 70px;
    }

    .under__slide .bloc__ctn > .bloc__title{
        margin-top: 0;
        font-size: 1.6em;
    }

    #landing > .container > .row{
        flex-direction: column;
    }

    #landing > .container > .row > .col-md-5{
        order: 1;
    }

    #landing > .container > .row > .col-md-7{
        order: 2;
    }

    #srvc__slider .slick-prev{
        left: -25px;
    }

    #srvc__slider .slick-next{
        right: -25px;
    }

    .slick-prev:before, .slick-next:before{
        font-size: 30px !important;
    }

    .under__slide .bloc__ctn{
        margin-top: 0;
    }

    .under__slide .col-md-12,
    .under__slide .blocs__ctn{
        flex-direction: column;
        margin-top: -55px
    }

    .under__slide .bloc__ctn:not(:last-of-type) {
        border-right: none !important;
        border-bottom: 1px solid #333 !important;
        margin-bottom: 25px;
    }


    .blog .txts__ctn > p{
        display: none;
    }

    .latest__news__row .col-md-2 > a{
        display: none !important;
    }

    .latest__news__row .slick-dots{
        z-index: 10;
    }

    /* .under__slide{
        padding: 40px 0 60px !important;
    } */

    .realizations__item-img__ctn{
        margin-right: 0;
    }

    .realizations__item__ctn{
        width: 100%;
    }


    .why__choose__us__cta{
        margin-top: 30px;
    }

    .landing__bg__design:before{
        top: 28% !important;
    }

    .under__slide:after{
        top: 4% !important;
    }

    .blocs__ctn{
        margin-bottom: 30px;
    }

    .about__intro:before{
        top: 55%;
    }

    .ask__estimate__cta__ctn{
        width: 100% !important;
        right: 0 !important;
        position: relative !important;
    }

    .ask__estimate__cta__ctn > h4{
        font-size: 1.6em !important;
    }


    .ask__estimate{
        /* padding: 80px 0 130px !important; */
        padding-top: 40px !important;
        padding-bottom: 150px !important;
    }

    .ask__estimate__img__ctn{
        width: 100% !important;
    }

    .ask__estimate__img__ctn img{
        width: 100% !important;
    }



}

.slick-dotted.slick-slider{
    margin-bottom: 0 !important;
}

.rubrique__sct {
    background-color: #FCFCE3;
    /* background-color: #ECF9F3; */
    padding: 40px 0;
    border-top: 1px solid #333;
}



.rubriques {
    /* position: absolute; */
    top: 20px;
    left: 20px;
    padding: 7px 14px;
    color: #fff;
    border: none;
    background-color: #333;

    margin-bottom: 5px;
    border-radius: 5px;
    font-family: "Nunito", sans-serif !important
}

.rubriques.rub__active{
    background-color: #ffca02;
    color: #333;

    /* border: none !important; */
}

