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

@media(min-width: 768px) {

    /*------------------- &&& ---------------------*/
    #news {
        padding-top: 30px;
    }
}

@media(min-width: 1025px) {

    /*-----------------*/
    /* HEADER */
    /*-----------------*/
    #infoadresse {
        order: -1
    }

    #header-coordonnees div br {
        display: none
    }

    #logoCoordonnees {
        grid-row: span 3;
        order: -1;
        margin: 0px 30px;
    }

    #logoCoordonnees img {
        width: 300px;
        max-height: 130px;
        margin: -20px 0;
    }

    #header-coordonnees {
        margin: 20px auto 20px;
    }

    #header-coordonnees>:nth-child(1),
    #header-coordonnees>:nth-child(4) {
        padding: 0 24px 0 0;
        text-align: right
    }

    #header-coordonnees>:nth-child(1) span,
    #header-coordonnees>:nth-child(4) span {
        text-align: right
    }

    #headerSocial .sociblock .share-buttons {
        justify-content: flex-start
    }

    #header-coordonnees>:nth-child(1):before,
    #header-coordonnees>:nth-child(4):before {
        right: 0;
        left: auto
    }

    /*-----------------*/
    /* NAVPRIMARY */
    /*-----------------*/
    #navprimary {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        border-bottom: 1px solid rgb(255 255 255 / 40%);
    }

    #navprimary .navigmenu {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }

    .has-child-megamenu .naviglink.lvl-2 span {
        padding-left: 12px;
    }

    .has-child-megamenu .naviglink.lvl-2 span:before {
        content: "";
        --size: 5px;
        width: var(--size);
        height: var(--size);
        position: absolute;
        left: 0;
        border: solid 1px var(--primary-color);
        top: 12px;
        border-radius: 10px;
        transition: 250ms all ease-in-out;
    }

    .has-child-megamenu .naviglink.lvl-2:hover span:before {
        background: var(--primary-color);
    }

    /*-----------------HEADERHOME-------------------*/
    body .vegas-container.imageDiapo {
        width: 70%;
        left: initial;
        right: 0;
    }

    #headerHome .overlay {
        background: linear-gradient(to bottom, var(--black), #0000008f);
        opacity: 0.35;
    }

    .enTeteShadowOnly,
    #en-tete-shadow {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        transform: translate3d(0, 0, 0);
        height: 100%;
        z-index: 2;
    }

    .enTeteShadowOnly::before,
    .enTeteShadowOnlyAfter::after {
        background: #172222;
        clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
        height: 100%;
        left: -35%;
        z-index: 0;
        pointer-events: none
    }

    .enTeteShadowOnlyBefore::before {
        background: url(../images/home-bg4.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        filter: brightness(.15);
    }

    .enTeteShadowOnlyAfter::after {
        background: linear-gradient(to bottom, #fff0 0%, #fff0 90%, var(--white) 90%, var(--white));
        top: 1Px;
    }

    .enTeteShadowOnlyAfter::before {
        left: 0%;
        opacity: .3;
    }

    #headerHome-accroche {
        font-size: 7em;
        margin-bottom: -40px;
        /* margin-left: -30px; */
        color: #fff0;
        -webkit-text-stroke: 1Px white;
        /* opacity: 0.2; */
        text-align: left;
        margin-right: auto;
        width: auto;
        max-width: 600px;
        line-height: 1;
        display: grid;
    }

    #headerHome-content {
        padding: 20px 50px;
    }

    /*-----------------*/
    /* INTRO / CONTENT */
    /*-----------------*/
    .nohome #content {
        /* position: relative; */
        /* padding-top: 150px; */
    }

    .home #content::before {
        top: -151px;
    }

    .home #content .blocthumb {
        position: absolute;
        left: 0;
        top: 0;
        width: 65.9%;
        height: 85%;
    }

    .home #content .wrap-text {
        padding: 0;
        max-width: 57%;
        margin-left: auto;
        background: var(--white);
        position: relative;
        z-index: 1;
        padding: 30px;
    }

    .home #content .content_txt {
        padding-top: 100px;
    }

    .home #content .content_title .title {
        max-width: 55%;
        margin-bottom: 60px;
    }

    .home #content .content_thumb .specialthumb {
        position: absolute;
        width: 284px;
        height: 284px;
        z-index: 1;
        top: -285px;
        left: -100px;
    }

    .home #content .content_thumb .tertiarythumb {
        height: 80%;
        position: relative;
        top: -15%;
    }

    .home #content .content_thumb .tertiarythumb img {
        object-position: right;
    }

    .home #content .content_thumb {
        padding-left: 30px;
    }

    .home #content {
        padding-top: 180px;
        padding-bottom: 120px;
    }

    /*-----------------ACTUS/NEWS-----------------------*/
    .home #news {
        margin-top: -240px;
    }

    #news {
        -webkit-mask: url(../images/bottomCurveFull.svg);
        mask: url(../images/bottomCurveFull.svg);
        mask-size: cover;
        -webkit-mask-size: cover;
        mask-repeat: no-repeat;
        -webkit-mask-repeat: no-repeat;
        mask-position: bottom center;
        -webkit-mask-position: bottom center;
        padding-top: 180px;
    }

    .wrapActu {
        /* padding-top: 150px; */
    }

    .home .content_slider {
        display: grid;
        grid-template-columns: 130Px 1fr 1fr 100Px;
        gap: 20px;
        align-items: center;
    }

    .wrapper_slider:not(:last-child) .content_slider {
        border-bottom: 1px solid #ffffff2b;
    }

    .newsdate {
        --size: 130px;
        width: var(--size);
        height: var(--size);
        text-align: center;
        line-height: 1.3;
        border-radius: 50%;
    }

    .newsdate::before,
    .newsdate::after {
        content: '';
        position: absolute;
        top: 5px;
        right: 5px;
        --size: 6px;
        width: var(--size);
        height: var(--size);
        border-radius: 50%;
        z-index: 1;
        background: var(--primary-color);
    }

    .newsdate::before {
        top: 10Px;
        right: 10px;
        --size: 20px;
    }

    .wrapper_slider:nth-child(even) .content_slider {
        padding-left: 50px;
    }
}

@media(min-width: 1281px) {

    /*-----------------*/
    /* INTRO / CONTENT */
    /*-----------------*/
    .home #content .content_thumb .specialthumb {
        width: 334px;
        height: 350px;
        top: -300px;
    }

    .home #content {
        padding: 100px 0;
    }

    .home #content .wrap-text {
        padding: 50px;
        max-width: 47%;
    }
}

@media(min-width: 1481px) {

    /*-----------------HEADERHOME------------------------*/
    .enTeteShadowOnlyAfter::before {
        left: -5%;
    }
}

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

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

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

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

@media(max-width: 1024px) {

    /*-----------------*/
    /* HEADER */
    /*-----------------*/
    #header {
        /* position: absolute; */
        /* width: 100%; */
    }

    #logoCoordonnees {
        order: -1;
    }

    #header-coordonnees {
        gap: 5px;
    }

    #header-coordonnees>div {
        max-width: 300px;
        width: 100%;
        margin: 8px auto;
    }

    #headerSocial .sociblock .share-buttons {
        justify-content: flex-start;
    }

    .ckmenu {
        position: relative;
        z-index: 1000;
    }

    #header #logoCoordonnees {
        display: none;
    }

    /*-----------------*/
    /* NAVPRIMARY */
    /*-----------------*/
    .navigmenu .naviglink {
        font-size: 14px;
    }

    .navigmenu .naviglink.lvl-0:not(.item-logo) span:after {
        bottom: 0;
        height: 2px;
    }

    .has-child-megamenu .naviglink.lvl-2 {
        text-align: center;
    }

    /*-------------------MDTAC---------------------*/
    .md-tac {
        text-align: center;
    }

    .title.md-tac:not(.no-after):after {
        left: 50%;
        transform: translateX(-50%);
    }

    /*------------------HEADERHOME----------------------*/
    #headerHome {
        padding: 100px 20px;
        padding-top: 150px;
    }

    #firstP {
        margin: 0 auto;
        margin-top: 40px;
    }

    /*-----------------*/
    /* INTRO / CONTENT */
    /*-----------------*/
    .home #content {
        flex-direction: column;
        display: flex;
    }

    .home #content .content_thumb {
        display: grid;
        align-items: stretch;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 200px;
    }

    .home #content .content_thumb>div {
        height: 100%;
    }

    .home #content .content_txt .wrap-text {
        grid-column: span 2;
    }

    .home #content .content_txt .blocthumb {
        height: 400px;
    }

    .home #content .content_title {
        padding: 0;
    }

    .home #content .linkTurn {
        --size: 9rem;
        position: absolute;
        top: -70px;
        margin: 0 auto;
        right: 0;
    }

    .home #content .tertiarythumb {
        filter: drop-shadow(2px 2px #ffffff50);
    }

    .home #content .tertiarythumb::before {
        bottom: 100px;
        left: 30px;
        --size: 200px;
        width: 120px;
    }

    /*-----------------NEWS----------------------*/
    #news .title {
        margin-top: 20Px;
    }

    .wrapActu {
        max-width: 600Px;
        margin: 0 auto;
    }

    .content_slider {
        display: grid;
        justify-content: center;
        justify-items: center;
        text-align: center;
    }

    .newsdate {
        font-family: var(--font-title);
        padding: 10px;
    }
}

@media(max-width: 767px) {

    /*-----------------*/
    /* HEADER */
    /*-----------------*/
    .horairesTitle {
        font-size: 24px;
    }

    /*-----------------*/
    /* INTRO / CONTENT */
    /*-----------------*/
    .home #content .content_txt .blocthumb {
        height: 300px;
    }

    #content .eb-feature-list-item {
        margin-bottom: 20px;
    }

    /*-----------------*/
    /* PRESTATIONS */
    /*-----------------*/
    #choixPrestations .linkPresta p {
        font-size: 13px;
        letter-spacing: 1px;
    }

    .prestations-img {
        height: 220px;
    }

    .prestations-content {
        padding: 30px 20px 70px 20px;
        background: var(--title-color);
        position: relative;
    }

    #prestations .prestations-content .liresuite a {
        /* padding: 0px 14px; */
        /* height: 50px; */
        /* right: 0; */
        /* width: 50px; */
        /* margin: 0; */
        /* background-size: 18px; */
    }

    .prestations-content .content_link,
    .prestations-content .tc_excerpt {
        font-size: 13px;
    }
}

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