/*.wrapper-home-mk:before {*/
/*    content: '';*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: #00000040;*/
/*    position: absolute;*/
/*    background-color: #f3fbfe;*/
/*}*/

body.main-home ,
.wrapper-home-mk {
    /*background-size: cover !important;*/
    /*background: url('../../img/front/Fichier 35.svg') no-repeat;*/
    /*padding-bottom: 10px;*/
    /*height: 100vh;*/
    background-color: #f3fbfe;
}
.color-white:hover{
color: white;
}
.wrapper-body-home-mk{
    padding-top: 70px;
    padding-bottom: 75px;
}
.wrapper-header-home-mk {
    padding-bottom: 8px;
    padding-top: 8px;
    background: #fff;
    border-bottom: 1px solid #eee;
}
body.main-home .wrapper-footer {
    background: #f3fbfe;
    color: #666;
}
body.main-home  .wrapper-footer a {
    color: #666 !important;
}
.wrap-module {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.module-box {
    margin-right: 15px;
    padding: 50px 30px;
    transition: all ease-in-out 0.4s;
    background: rgb(76 144 199);
    height: 150px;
    width: 181px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* border: 5px solid #ffc001; */
    /*box-shadow: 0 6px 0 0 rgba(0, 0, 0, .1), 0 15px 32px 0 rgba(13, 117, 193, 0);*/
}

.module-icon {
    margin-bottom: 15px;
}


.dyoywH {
    font-family: 'Roboto Condensed Bold', Arial, sans-serif;
    font-size: 1.25rem;
    letter-spacing: -0.6px;
    margin: 0px 0px 1.25rem 25%;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 0.9375rem;
    text-align: left;
    will-change: transform;
    transition: all 300ms ease 0s;
    margin-left: 0;
    background-color: #e4f5ff;
    color: #245c95;
}
.dyoywH:hover {
    transform: scale(1.02);
    color: #0d77c3;
}
.module-icon .fas {
    font-size: 38px;
    color: #ffffffd4;
}

h4.module-title {
    color: #fff;
    font-size: 14px;
    margin-bottom: 20px;
    font-family: 'Roboto Condensed Bold', Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}

.wrap-actuality {
    transition: all ease-in-out 0.4s;
    background: rgba(0, 0, 0, 0.3);
    border-top: 5px solid #ffc001;
    padding: 10px 20px;
}

.col-md-4.wrapper-actuality {
    padding-left: 0;
}

.wrap-actuality .module-box {
    border: none;
    background: transparent;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
}

.wrap-actuality .module-box:first-child {
}

.actuality-img {
    width: 80px;
    max-height: 80px;
    display: flex;
    overflow: hidden;
}

.actuality-info {
    width: calc(100% - 100px);
    margin-left: 15px;
    vertical-align: middle;
}

.actuality-info p {
    font-weight: 300;
    color: #fff;
    font-family: inherit;
    text-align: justify;
}

.wrap-actuality .module-box {
    padding: 0;
}

.actuality-info span {
    float: right;
    color: #ffc001;
    margin-top: -10px;
    cursor: pointer;
}

.crop-text-3 {
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.wrap-module-buss {
    transition: all ease-in-out 0.4s;
    background: #3f3d56;
    /* margin-right: 30px; */
    text-align: center;
    padding: 0 15px 5px;
    width: 64.1%;
    margin-bottom: 20px;
}

.wrap-module-buss h4.module-title {
    margin-top: 30px;
}

.module-contain {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.module-inner {
    background: #0d75c1;
    width: 200px;
    margin-right: 14px;
    margin-bottom: 20px;
    border-radius: 8px;
    padding-left: 10px;
    position: relative;
    font-size: 14px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    height: 40px;
    z-index: 1;
    /*box-shadow: 4px 4px 0px 0px rgba(255, 255, 255, .27), 2px 3px 9px 0 rgba(255, 255, 255, .0);*/
}

.module-inner:after {
    /* content: ''; */
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #f0f4f7;
    border-radius: 8px;
    z-index: 0;
    left: 5px;
    top: 5px;
    display: block;
}

.module-inner-contain span.inner-title {
    color: #fff;
    position: relative;
}

.module-inner-contain {
    padding-left: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
}

/*.module-inner-contain:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 2px;*/
/*    height: 20px;*/
/*    background: #fff;*/
/*    left: 10px;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*}*/

.module-inner-contain span.inner-icon {
    position: absolute;
    right: 0;
    display: block;
    width: 50px;
    margin-left: 12px;
}

.module-inner-contain .inner-icon:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 20px;
    background: #0d75c1;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.module-inner-contain span.inner-icon svg {
    height: 40px;
     position: absolute;
     right: 0;
     top: 50%;
     transform: translateY(-50%);
}

/*.module-inner-contain span.inner-icon i, .module-inner-contain span.inner-icon svg.small {*/
/*    position: absolute;*/
/*    right: 10px;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*}*/

.wrap-slider .carousel-inner {
    /*height: 400px;*/
    padding-top: 100px;
}

.wrap-slider .carousel a {
    height: fit-content;
    width: fit-content;
    position: absolute;
    top: 15px;
}

.wrap-slider .carousel a {
    color: #ffc001;
    font-size: 28px;
    left: 90%;
    /*opacity: 1;*/
}

.wrap-slider .carousel a.carousel-control-prev {
    left: 80% !important;
}

.wrap-slider .carousel-item-text {
    /* position: absolute; */
    /* left: 0; */
    /* top: -80px; */
    /* height: fit-content; */
    /* right: 100%; */
    /* width: 100%; */
}

.wrap-slider .carousel-item-text h5 {
    font-size: 28px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0;
    font-weight: 400;
}

.wrap-slider .carousel-item-text p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 300;
}

.carousel-item-brief svg {
    /* width: 55px; */
    /* margin-top: -40px; */
    height: 35px;
}

.carousel-item-brief {
    display: flex;
    position: absolute;
    left: 0;
    top: -80px;
    height: fit-content;
    right: 100%;
    width: 100%;
}

@media screen and (max-width: 1300px) {

    .module-inner-contain {
        padding-left: unset;
    }

    .module-inner-contain:before {
        left: 5px;
    }

    .module-inner-contain span.inner-icon {
        position: relative;
    }
}

@media screen and (max-width: 575px) {
    .module-inner {
        width: unset;
    }
    }
@media screen and (min-width: 576px) and (max-width: 991px ){
    .module-inner {
        width: 200px;
        display: unset;
    }
    }
@media screen and (min-width: 990px) and (max-width: 1300px ){
    .module-inner {
        width: 185px;
        display: unset;
        padding-left: unset;
    }
    .module-inner-contain span.inner-title {
        left: 10px !important;
    }
    }
@media screen and (max-width: 1200px) {
    .wrap-module-buss h4.module-title {
        margin-top: 25px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    /*.module-box.first-mod {*/
    /*    margin-top: -135px;*/
    /*}*/
    /*.module-box.second-mod {*/
    /*    margin-top: -280px;*/
    /*}*/
    /*.module-box.third-mod {*/
    /*    margin-left: -161px;*/
    /*}*/
    .module-box:nth-child(3n+2) {
        margin-right: 0;
    }

    .module-box {
        height: 145px;
        width: 166px;
    }
}

@media screen and (min-width: 1200px) {
    .module-box {
        height: 195px;
        width: 30.8%;
    }

    .wrap-actuality .module-box:first-child {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .wrap-actuality .module-box {
        height: 85px;
        margin: 0;
    }
}

@media screen and (max-width: 991px) {
    .wrap-module-buss {
        width: unset;
    }

    .wrapper.divLoader.loading {

        width: unset !important;
    }
}
@media screen and (min-width:767px ) and (max-width: 991px) {
    .wrap-module-buss {
        margin-left: 10px;
    }
}
@media screen and (min-width: 991px) and (max-width: 1199px) {
    .wrap-module-buss {
        width: 100%;
        margin-bottom: unset;
        margin-left: 10px;
    }

}

@media screen and (min-width: 768px) and (max-width: 991px) {

    .module-box {
        width: 160px;
        margin-right: 19px;
        margin-left: 16px;
    }


}


@media screen and (min-width: 992px) and (max-width: 1199px) {
    .module-box {
        width: 30%;
        margin: 10px;
    }
    .wrap-actuality .module-box {
        height: 103px;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .module-box {
        width: 30.3%;
    }
}

@media screen and (max-width: 767px) {
    .col-md-4.wrapper-actuality {
        padding-left: 15px;
    }
    .wrapper-body-home-mk {
        padding-top: 20px;
        padding-bottom: 75px;
    }

}

/*@media screen and  (min-width: 361px) and (max-width: 376px) {*/

/*    .module-box {*/
/*        width: 165px;*/

/*    }*/

/*    .module-box:nth-child(2n+2) {*/
/*        margin-right: 0;*/
/*    }*/
/*}*/

@media screen and (min-width: 370px) and (max-width: 444px) {

    .module-box {
        height: 150px;
        width: 45%;
        margin-right: auto;

    }
    .module-inner-contain {
        width: 220px;
    }
    .wrap-slider .carousel-item-text p {
        color: #fff;
        font-size: 16px;
        margin-bottom: 0 !important;
        margin-top: 10px !important;
        font-weight: 300;
    }
}
@media screen and (min-width: 444px) and (max-width: 500px) {
    .module-box {
        height: 150px;
        width: 45%;
        margin-right: auto;
        margin-left: auto;

    }
    .module-inner-contain {
        width: 220px;
    }
    .wrap-slider .carousel-item-text p {
        color: #fff;
        font-size: 16px;
        margin-bottom: 0 !important;
        margin-top: 10px !important;
        font-weight: 300;
    }
}
@media screen and (min-width: 500px) and (max-width: 575px) {

    .module-box {
        height: 150px;
        width: 45%;
        margin-right: auto;
        margin-left: auto;

    }
    .module-inner-contain {
        width: 220px;
    }
}
.wrap-slider .carousel-item-text p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0 !important;
    margin-top: 10px !important;
    font-weight: 300;
}
@media screen and (min-width: 575px) and (max-width: 1199px) {
    a.module-box.first-mod {
        width: 100%;
        margin-right: 0;
    }

    .wrap-slider .carousel-item-text p {
        color: #fff;
        font-size: 16px;
        margin-bottom: 0 !important;
        margin-top: 10px !important;
        font-weight: 300;
    }
}
@media screen and (max-width: 575px)  {
    a.module-box.first-mod {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}
@media screen and (min-width: 300px) and (max-width: 370px) {
    .module-box {
        height: 150px;
        width: 44%;
        margin-right: auto;
        margin-left: auto;

    }
    .module-inner-contain {
        width: 220px;
    }
    .wrap-slider .carousel-item-text p {
        color: #fff;
        font-size: 16px;
        margin-bottom: 0 !important;
        margin-top: 10px !important;
        font-weight: 300;
    }
}@media screen and (min-width: 370px) and (max-width: 444px) {
    .module-box {
        margin-left: auto !important;
    }
}
@media screen and (min-width: 368px) and (max-width: 370px) {
    .module-box {
        margin-left: unset !important;
    }
}
@media screen and (min-width: 340px) and (max-width: 368px) {
    .module-box {
        height: 150px;
        width: 44%;
        margin-right: auto;
        margin-left: auto;

    }
    .module-inner-contain {
        width: 220px;
    }
    .wrap-slider .carousel-item-text p {
        color: #fff;
        font-size: 16px;
        margin-bottom: 0 !important;
        margin-top: 10px !important;
        font-weight: 300;
    }
}
@media screen and (max-width: 340px) {
    .module-box {
        height: 150px;
        width: 100%;
        margin-right: 0px;

    }
    .wrap-module-buss {
        width: 100%  !important;

    }
    .module-inner-contain {
        width: 220px;
    }
    span.menu-title {
        padding-left: 10px;
    }
    .wrapper.divLoader.loading {
        width: 195vw;
    }
    .wrap-slider .carousel-item-text p {
        color: #fff;
        font-size: 16px;
        margin-bottom: 0 !important;
        margin-top: 10px !important;
        font-weight: 300;
    }
}


@media screen and (max-width: 575px) {
    .col-md-5.wrapper-actuality {
        display: none;
    }
    h4.module-title {
        color: #fff;
        font-size: 13px !important;
    }
}
@media screen and (min-width: 575px)  {
    a.module-box.first-mod.feed {
        display: none;
    }

}
@media screen and (min-width: 1200px)  {
    img.img-fluid.resiz {
        height: 275px !important;
        width: 100%;
    }

}
@media screen and (min-width: 576px) and (max-width: 1301px)  {
    .module-inner-contain span.inner-icon svg {
        transform: translateY(-27%);
    }
}

