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

@media(min-width: 768px) {

    /*-----------------*/
    /* PRESTATIONS */
    /*-----------------*/
    #prestations .prestations-content {
        padding: 40px 260px 40px 40px;
        position: absolute;
        bottom: 0;
        z-index: 2;
    }

    .home #prestations {
        padding-bottom: 120px;
    }
    /*-------------------- FOOTER -------------------*/
  
    .cekome_form .double input[type=checkbox]
    {
        margin: 3px 0;
    }
}

@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: 140px;
    }

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

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

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

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

    #header-coordonnees>:nth-child(1):before,
    #header-coordonnees>:nth-child(3):before,
    #header-coordonnees>:nth-child(6):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 -------------------*/
    #headerHome {
        padding-bottom: 200px;
    }
    #banner .overlay
    {
        background: linear-gradient(to bottom, var(--overlay-color), #fff0);
    }
    /*-------------------- GALLERYHOME -------------------*/
    #galleryHome {
        max-width: 50%;
        margin-top: -250px;
        z-index: 2;
    }

    /*-----------------*/
    /* 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;
    }

    /*-----------------*/
    /* PRESTATIONS */
    /*-----------------*/
    .home #prestations {
        padding: 350px 30px;
    }

    #prestations .prestations-img {
        height: 620px;
    }

    .home #prestations:before,
    .home #prestations:after {
        content: "";
        position: absolute;
        background: url(../images/curvebg.svg);
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: cover;
        filter: brightness(0) invert(1);
        top: initial;
        bottom: -3px;
        width: 100%;
        height: 100%;
        z-index: -1;
        left: 0;
        pointer-events: none;
    }

    .home #prestations:before {
        transform: scale(-1);
        top: -3px;
        bottom: auto;
    }

    /*-----------------*/
    /* REASSURANCES */
    /*-----------------*/
    .home #reassurances {
        padding-top: 170px;
        width: calc(100% - 100px);
    }

    .picto-container li {
        position: relative;
        margin: 35px 0 15px;
    }

    .picto-bloc:not(:last-child)::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        background: var(--white);
        width: 1px;
        left: initial;
        right: 0;
        opacity: .1;
    }

    .home #reassurances::before,
    .home #reassurances .overlay {
        top: initial;
        bottom: 0;
        height: calc(100% + 125px);
    }
    /*-------------------- SECTIONS -------------------*/
    .sectionsbloc.even {
        display: flex;
        flex-direction: column;
        margin-bottom: 100Px;
    }

    .sectionsbloc.even .section_txt {
        width: 100% !important;
    }

    .sectionsbloc.even .section_txt .wrap-text {
        margin: 0 auto;
        max-width: 1100px;
        padding: 150px 80px 100px;
        background: var(--background-color);
    }

    .sectionsbloc.even .buttons-wrap {
        justify-content: center;
    }

    .sectionsbloc.even .section_thumb {
        width: 90% !important;
        height: 800px;
        order: 2;
        margin-left: auto;
        margin-top: -200px;
        z-index: -1;
    }

    .sectionsbloc.odd {
        z-index: 2;
    }

    .sectionsbloc.odd .section_thumb .blocthumb {
        height: 110%;
        width: 100%;
    }

    .sectionsbloc .blocthumb {
        overflow: hidden;
    }

    .sectionsbloc .blocthumb img {
        height: 120%;
    }


    /*------------NEWS / ACTUS--------*/
    #news .wrapper_slider {
        grid-column: span 2;
    }

    #news .wrapper_slider:first-of-type {
        order: 2;
        grid-column: span 3;
    }

    #news .wrapper_slider:first-of-type .thumbnail_slider {
        height: 680px;
    }

    #news .wrapper_slider:not(:first-of-type) .text_slider {
        display: none;
    }

    #news .wrapper_slider:first-of-type .thumbnail_slider:before {
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-image: -moz-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
        background-image: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
        background-image: -ms-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
        opacity: .8;
        z-index: 1;
    }

    #news .wrapper_slider:first-of-type .content_slider {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 20px;
        z-index: 1;
    }

    #news .title_slider {
        font-size: 18px;
    }

    #news .wrapper_slider:first-of-type .title_slider {
        font-size: 26px;
        line-height: 1.3;
    }

    #news .wrapper_slider:first-of-type .button {
        color: var(--white);
    }

    #news .wrapper_slider:first-of-type .title_link_slider:hover {
        color: var(--primary-color);
    }

    #news .wrapper_slider:last-of-type {
        order: 3;
        margin: 55px 0 0;
    }

    #news .wrapper_slider:nth-child(2) {
        order: 1;
        margin: 100px 0 0;
    }

    .listedarticle,
    .listedarticle .wrapper_inner_slider {
        height: 100%;
    }


    #news .wrapper_slider:nth-child(1) .title_link_slider,
    #news .wrapper_slider:nth-child(1) .text_slider {
        color: var(--white);
    }
     /*---------------FOOTER----------------*/
    .wrapBas::before {
        width: 1Px;
        border-right: 1px solid #ffffff26;
        left: 50%;
        transform: translateX(-50%);
    }

    #menu-footer .menu-item {
        padding: 3Px;
    }

    #footerMap {
        margin-bottom: -80px;
    }

    .wrapBas {
        gap: 0 100px;
    }

    .topImgFooter {
        border-radius: 100px;
        border-top-right-radius: 0;
        border-bottom-left-radius: 0;
        margin-bottom: -70Px;
    }

    #footer #footerMap {
        margin-bottom: 0;
    }

    #footer #footerMap>a {
        width: 100%;
    }

    #footer #footerMap .maps_canvas {
        min-height: 230px;
    }

    #footer .footerTitle {
        margin-top: 0;
    }

    #footer #share .icones {
        min-width: 130px;
    }

    .home #footer {
        margin-top: 100px;
    }
    #infoouvertureFooter
    {
        grid-column: span 2;
        padding: 30px;
    }
    #footer #footerbloc
    {
        padding-top: 270px;
    }
    #footer .footerMapsWrap
    {
        grid-template-columns: 2fr 1fr;
    }

    #wrapperForm::before
    {
        position: absolute;
        top: -150px;
        right: 0px;
    }
    #logoCoordonneesFooter
    {
        display: none;
    }
}

@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%;
    }

    /*-----------------*/
    /* conseils */
    /*-----------------*/
    .conseils-img {
        --size: 23.5rem;
    }

    .conseils-content :is(h2, h3) {
        font-size: 22px;
    }
}

@media(min-width: 1481px) {

    #wrapperForm::before
    {
        top: -100px;
        right: -150px;
    }
}

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

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

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

@media(max-width: 1280px) {

    /*-----------------*/
    /* PRESTATIONS */
    /*-----------------*/
    .prestations-title {
        padding-right: 30px;
        min-width: 400px;
    }
}

@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-top: 150px;
        padding-bottom: 100px;
    }
    /*-------------------- MOT -------------------*/
    #galleryHome
    {
        margin-top: 20px;
    }
    /*-----------------*/
    /* 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;
    }
    /*-----------------*/
    /* conseils */
    /*-----------------*/
    .conseils-img {
        --size: 21.5rem;
        margin: 0 auto;
    }

    .conseils-content {
        right: 0;

    }

    /*-----------------*/
    /* PRESTATIONS */
    /*-----------------*/
    .prestations-img {
        height: 480px;
    }

    .prestations-title {
        min-width: auto;
        padding: 0;
        margin-bottom: 20px;
        overflow: hidden !important;
    }
/*-------------------- PARTENAIRES -------------------*/
    #partenaires
    {
        padding: 50px 20px;
    }

    /*------------------FOOTER---------------------*/

    .wrapBas {
        padding-top: 130px;
        /* margin-top: 30Px; */
    }

    .coordWrap .title,
    #footerLogo {
        max-width: 400px;
        margin: 0 auto;
        margin-bottom: 40px
    }

    .sociblock .share-buttons {
        justify-items: center;
        justify-content: center;
    }

    .maps_canvas,
    #footerMap>a {
        min-height: 300px;
        width: 100%;
    }
    .footerMapsMore
    {
        margin: 30px 0 10px;
    }
    #contactForm
    {
        background: var(--light-color);
        padding: 20px;
    }
    #wrapperForm
    {
        margin-top: 30px;
        padding-top: 30px;
        border-top: 1px solid #ffffff26;
        max-width: 600px;
        margin: 0 auto;
    }
    #wrapperForm::before
    {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    #logoCoordonneesFooter
    {
        order: -1;
        margin-bottom: 30px;
    }
    #logoCoordonneesFooter img
    {
        max-height: 180px;
    }
    #footerLinks, #menu-footer {
        flex-direction: column;
        align-items: center;
    }
}

@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;
    }

    /*-----------------*/
    /* conseils */
    /*-----------------*/
    .conseils-img {
        --size: 18.5rem;
    }

    .bloc_conseils,
    .widget_parentpage {
        margin: 0;
    }

    .conseils-content :is(h2, h3) {
        font-size: 20px;
        max-width: 18.5rem;
        margin: 0 auto;
        padding: 0 20px;
        margin-bottom: 30px;
    }

    /*-----------------*/
    /* FOOTER */
    /*-----------------*/
    #ctaFooter .cta-body {
        padding: 30px;
    }

    #footerForm #wrapperForm {
        padding: 40px 20px;
        max-width: 600px
    }

    #footer-coordonnees {
        bottom: 20px
    }

    #footer-coordonnees>.wrappercontent {
        flex-direction: column;
    }

    #footer-coordonnees .wrappercontent>div {
        border: none;
        max-width: 190px;
        margin: 0 auto;
        text-align: left;
        padding: 10px 0 10px 24px;
        align-items: flex-start;
    }

    #footer-coordonnees .wrappercontent>div:before {
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .cekome_form .double
    {
        flex-direction: column;
    }
}

@media(max-width: 480px) {
    :is(#footer,#infoouvertureContact) :is(.jourhoraires, .tc_content .horairesBloc .jourhoraires)
    {
        text-align: left;
    }
}