

@media only screen and (max-width: 1200px) {
    .wrap-box-action {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        border-radius: 0 50px 0 0;
        background: #340067;
        margin-top: 50px;
        justify-content: center;
        padding-right: 0px;
    }

    .wrap-box-action > .image {
        display: none;
    }
    

}

@media only screen and (max-width: 1024px) {

    .container {
        /* width: 900px; */
        /* max-width: 100%; */
        /* margin: 0 auto; */
        /* position: relative; */
    }
    .left-services {
        width: 100%;
    }

    .right-services {
        width: 100%;
        padding: 0 0px 0 0px;
        margin-top: 40px;
        margin-bottom: 25px;
    }
    .parent-contact-box {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .info-box-action {
        padding: 30px 0 30px 0;
        width: 50%;
    }

    .wrap-box-action > .image {
        display: flex;
        justify-content: start;
        /* clip-path: polygon(0 0,80% 0,100% 100%,0% 102%); */
        width: 50%;
    }

    .wrap-box-action {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        border-radius: 0 50px 0 0;
        background: #340067;
        margin-top: 50px;
        justify-content: start;
        /* padding-right: 49px; */
    }



}


@media only screen and (max-width: 768px) {
    .wrapper-service {
        padding: 45px 0 90px 0;
        position: relative;
        z-index: 0;
    }
    .container {
        /* width: 730px; */
    }
    .wrap-box-action {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        border-radius: 0 50px 0 0;
        background: #340067;
        margin-top: 50px;
        justify-content: center;
        padding-right: 0px;
    }

    .wrap-box-action > .image {
        display: none;
    }
    .info-box-action {
        padding: 30px 0 30px 0;
        width: 100%;
    }



}


@media only screen and (max-width: 425px) {

    .parent-contact-box {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
    }

    .contact-box {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: center;
    }

    .contact-box:last-child {
        margin-left: 0px;
        position: relative;
        width: 100%;
        justify-content: center;
        margin-top: 20px;
    }

    .left-services .section-title h2 {
        font-size: 20px;
    }

    .content-services {
        text-align: justify;
        font-size: 14px;
    }


    .item-le-service.tablink {
        font-size: 14px;
    }

    .contain-bloc-aside {
        margin-top: 0;
    }

    .titre-aside {
        font-size: 20px;
        line-height: 1;
        padding: 0;
        margin-bottom: 20px;
    }

    .wrap-right-services {
        padding: 30px 20px;
    }

    .wrapper-service {
        padding: 45px 0 50px 0;
    }

    .right-services {
        margin: 0 0 30px;
    }

}

@media only screen and (max-width: 375px) {

    h2.title-box-action {
        font-size: 20px;
    }

    .titre-aside {
        font-size: 22px;
    }

    .contact-info {
        font-size: 18px;
    }

    .breadcrumblist>li {
        font-size: 1rem !important;
    }

    h3.title-banner-center {
        font-size: 30px;
    }

    .img-top-banniere {
        position: absolute;
        right: -60px;
        top: -61px;
        z-index: 0;
        overflow: hidden;
    }

    .img-bottom-banniere {
        position: absolute;
        left: -22%;
        bottom: -54px;
        transform: rotate(-13deg);
    }

    .img-bottom-banniere img {
        width: auto;
        height: 100px;
    }

}

@media only screen and (max-width: 320px) {

    .container {
        width: 400px;
    }

    .breadcrumblist>li {
        font-size: 0.8rem !important;
    }

    h3.title-banner-center {
        font-size: 25px;
    }


    .left-services .section-title h2 {
        font-size: 20px;
    }

    .content-services {
        /* margin: 10px 0; */
        text-align: left;
        font-weight: 400;
        color: #515a83;
        font-size: 15px;
        /* line-height: 1.4em; */
        line-height: 1.5;
    }

    .item-le-service.tablink {
        font-size: 14px;
    }

    .contact-info {
        font-size: 16px;
    }

    h2.title-box-action {
        font-size: 17px;
    }

   

}




