@media(min-width: 481px) {}

@media(min-width: 768px) {

    /*-----------------*/
    /* PRESTATIONS */
    /*-----------------*/
    #prestations .bloc_prestations {
        padding: 10px;
    }

    #prestations .bloc_prestations.activeInfo {
        padding: 0;
    }

    #prestations .prestations-wrapper {
        height: 540px;
    }

    #prestations .prestations-content {
        padding: 50px 20px;
    }

    #prestations .prestations-txt .liresuite {
        margin-top: 50px;
    }
}

@media(min-width: 1025px) {

    /*------------------- HEADER ---------------------*/
    #header-coordonnees {
        background: var(--primary-color);
        padding: 35px 20px;
        gap: 15px;
    }


    /*------------------- HEADERHOME ---------------------*/
    #headerHome-content {
        background: var(--background-color);
        position: absolute;
        bottom: 100px;
        right: 0;
        height: auto;
        padding: 50px;
    }

    #headerHome-content::before {
        height: 3px;
        background: var(--tertiary-color);
        top: 75px;
        width: 27%;
        left: -120px;
        border-radius: 2px;
    }
    #ctaHomeList h3
    {
        margin-top: 0;
    }
    /*------------------- INTRO / CONTENT ---------------------*/
    .home #content {
        padding-top: 150px;
    }

    .home h1 {
        margin-right: -200px;
    }

    .home .textContent {
        position: relative;
        z-index: 2;
        padding-right: 50px;
    }

    .imgContent img {
        position: absolute;
        top: 0;
        right: 0;
        --size: 100%;
        width: var(--size);
        height: var(--size);
    }

    .home #content .imgContent {
        position: absolute;
        top: 0;
        left: 50%;
        width: 50%;
        height: 100%;
    }

    .home .imgContent::before {
        background: linear-gradient(to right, var(--background-color), #fff0);
        z-index: 1;
    }

    .home #content::before {
        background: var(--linear-gradient);
    }



    #ctaHomeList>div:not(:last-child) {
        border-right: 1px solid #00000029;
    }

    /*------------------- PRESTATIONS ---------------------*/
    .home #prestations::before,
    .home #partenaires::before,
    .home #partenaires .overlay {
        clip-path: polygon(25% 35%, 35% 0, 100% 0, 100% 100%, 0 100%, 0 35%);
    }

    /*------------------- REASSURANCES ---------------------*/
    #reassurances {
        width: 100%;
        max-width: 90%;
        margin-left: auto;
        margin-top: -100Px;
        z-index: 2;
        padding: 70px 30px;
    }

    .picto-bloc {
        position: relative;
    }

    .picto-bloc:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        --size: 100%;
        width: var(--size);
        height: var(--size);
        border-right: 1Px solid var(--white);
        opacity: 0.1;
    }

    /*------------------- SECTIONS ---------------------*/
    #sections .sectionsbloc {
        padding: 40px 0px;
    }
    .sectionsbloc .blocthumb img
    {
        height: 120%;
    }
    /*-----------------*/
    /* FOOTER */
    /*-----------------*/
    body:not(.template-contact-php) #footer:before {
        background: url(../images/home-bg3.jpg);
        background-position: center;
    }

    body:not(.template-contact-php) #footer:before {
        height: 500px;
        top: 110px;
    }

    #footer:after {
        background: var(--white);
        z-index: -2;
        top: 60px;
        height: calc(100% - 60px);
    }

    body.template-contact-php #footer:after {
        top: 0;
        height: 100%;
    }

    .wrapperFooter {
        padding: 50px;
        width: 94%
    }
}

@media(min-width: 1281px) {}

@media(min-width: 1481px) {

    /*------------------- HEADER ---------------------*/
    .navigmenu .naviglink.lvl-0 {
        margin: 0 10px;
        font-size: 15px;
        padding: 20px 14px;
    }

    .navigtoogle:not(.logo)::after {
        content: '';
        position: absolute;
        left: 10px;
        transform: translateY(-50%);
        top: 50%;
        --size: 0px;
        width: var(--size);
        height: var(--size);
        border-radius: 50%;
        background: var(--primary-color);
        transition: all 0.4s;
    }

    .navigtoogle.active::after,
    .navigtoogle:hover::after {
        --size: 5px;
    }
}

@media(min-width: 1681px) {
    #sections .sectionsbloc {
        padding: 100px 0px;
    }
}


@media(max-width: 1680px) {}

@media(max-width: 1480px) {}

@media(max-width: 1280px) {}

@media(max-width: 1024px) {

    /*---------------HEADER---------------------*/
    body:not(.is-toggle-open) #header .ckmenu {
        position: relative;
        z-index: 1000
    }

    .logoParent {
        display: none;
    }

    #header .ckmenu-nav {
        top: 0;
        padding-top: 50px
    }

    #headerGrid {
        align-items: start;
    }
    #logoheader
    {
        padding: 20px;
    }
    /*-------------------MDTAC---------------------*/
    .md-tac {
        text-align: center;
    }

    .title.md-tac:not(.no-after):after {
        left: 50%;
        transform: translateX(-50%);
    }
    /*------------------- HEADERHOME ---------------------*/
    #headerHome-content>.wrappercontent>*
    {
        margin: 0 auto;
        text-align: center;
        color: var(--white);
        font-family: var(--font-title);
    }
    #headerHome-accroche
    {
        margin-bottom: 30px!important;
    }
    #ctaHome {
        bottom: 0px;
        width: auto;
    }
    /*------------------- REASSURANCES ---------------------*/
    .picto-container li svg,
    .picto-container li img {
        margin: 0 auto;
    }
    .picto-bloc:not(:last-child)
    {
        margin-bottom: 40px;
        padding-bottom: 40px;
    }
    .picto-container
    {
        display: grid;
        grid-template-columns: repeat(2,1fr);
    }
    /*------------------- &&& ---------------------*/
    .widget_certifications,.widget_certifications .wrap-element
    {
        justify-content: center!important;
    }
    /*------------------- GALLERYHOME ---------------------*/
    #galleryHome
    {
        padding: 0 20px;
        margin-bottom: 70px;
    }
    /*-----------------*/
    /* FOOTER */
    /*-----------------*/
    .wrapperFooter {
        padding: 70px 25px;
        grid-gap: 70px !important;
    }

    #footerLinks {
        padding: 20px 10px;
    }

    .imgFooter {
        height: 300px;
        margin: 0 -25px -70px;
    }

    #logoCoordonneesFooter img {
        width: 160px;
    }

    #footer {
        background: var(--white);
    }
}

@media(max-width: 767px) {

    /*------------------- CTA ---------------------*/
    #ctaHome
    {
        position: relative;
    }

    /*------------------- PRESTATIONS ---------------------*/
    #prestations .widget_parentpage
    {
        gap: 40px;
    }
    /*------------------- REASSURANCES ---------------------*/
    .picto-container
    {
        grid-template-columns: repeat(1,1fr);
    }
    .picto-bloc:not(:last-child)
    {
        border-bottom: 1Px solid #ffffff30;
    }
    /*-----------------*/
    /* FOOTER */
    /*-----------------*/
    .wrapperFooter {
        padding: 40px 15px;
        grid-gap: 50px !important;
    }

    #logoCoordonneesFooter {
        margin-bottom: 15px;
        width: 150px;
    }

    .imgFooter {
        margin: 0 -15px -40px;
    }
}

@media(max-width: 480px) {}