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

@media(min-width: 768px) {

    
}

@media(min-width: 1025px) {

    /*-------------------- HEADERHOME -------------------*/
    #headerHome {
        padding-bottom: 100px;
    }

    #header-coordonnees .headerCoordonnees_vide {
        height: 100%;
        background: url(../images/logo.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 200px;
        min-height: 100px;
        margin: 0;
        margin: 0 auto;
        width: 250px;
        background-color: var(--background-color);
    }

    #headerHome-accroche {
        font-size: 3.5em;
        max-width: 500px;
    }
    #headerHome .overlay
    {
        background: linear-gradient(to bottom, var(--black),#00000050);
        opacity: 0.9;
    }
    /*------------------- INTRO / CONTENT ---------------------*/
    .col-img {
        gap: 30px;
        padding-bottom: 120px;
    }

    .col-img .specialthumb {
        height: calc(100% + 200px);
        margin-top: -100px;
    }

    .col-img {
        margin-bottom: 50px;
    }

    .home .col-title {
        max-width: 55%;
        margin-bottom: 30px;
    }

    .home #content .sticky {
        margin-top: -230px;
    }

    #content .widget_certifications {
        margin-bottom: 30px !important;
    }

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

    /*------------------- REASSURANCES ---------------------*/
    .nohome #reassurances {
        padding: 120px 20px;
    }
    /*-------------------- PRESTATIONS -------------------*/
    .template-parent-page-php #prestations {
        padding: 80px;
        padding-top: 50px;
    }

    /*-------------------- PARTENAIRES -------------------*/
    .home #partenaires
    {
        padding-bottom: 200px;
        margin-bottom: -100px;
    }

    /*-------------------- GALLERYHOME -------------------*/
    #galleryHome {
        position: relative;
        z-index: 1;
        overflow: hidden;
        padding: 100px 0;
        height: 34.625em;
        font-size: 1.25vw
    }

    #galleryHome .wp-block-gallery .blocks-gallery-grid {
        transition: .6s
    }

    #galleryHome .wp-block-gallery .blocks-gallery-item {
        margin-bottom: 0;
        position: absolute
    }

    #galleryHome .wp-block-gallery .blocks-gallery-item:first-of-type {
        width: 17.9375em;
        height: 25.25em;
        top: 3.625em;
        left: 0;
        z-index: 1
    }

    #galleryHome .wp-block-gallery .blocks-gallery-item:nth-child(2) {
        width: 11.5625em;
        height: 16.25em;
        top: 7.0625em;
        left: 16.4375em;
        z-index: 6
    }

    #galleryHome .wp-block-gallery .blocks-gallery-item:nth-child(3) {
        width: 9.8125em;
        height: 13.75em;
        top: 13.875em;
        left: 26.625em;
        z-index: 4
    }

    #galleryHome .wp-block-gallery .blocks-gallery-item:nth-child(4) {
        width: 24.5625em;
        height: 34.625em;
        top: 0;
        left: 33.875em;
        z-index: 2
    }

    #galleryHome .wp-block-gallery .blocks-gallery-item:nth-child(5) {
        width: 15.4375em;
        height: 21.75em;
        top: 8em;
        left: 55.375em;
        z-index: 5
    }

    #galleryHome .wp-block-gallery .blocks-gallery-item:last-of-type {
        width: 12.4375em;
        height: 17.5em;
        top: 5.125em;
        left: 69.4375em;
        z-index: 3
    }

    #galleryHome .wp-block-gallery .blocks-gallery-item a {
        width: 100%;
        height: 100%;
        display: block;
        cursor: zoom-in;
        border-bottom: none;
        background-color: var(--primary-bgcolor);
        position: relative;
        overflow: hidden
    }

    #galleryHome .wp-block-gallery .blocks-gallery-item img {
        object-fit: cover;
        min-width: 100%;
        max-width: 100%;
        transition: all .8s;
        width: 100%;
        cursor: pointer;
        height: 100% !important;
        max-height: inherit
    }
    /*-------------------- SECTIONS -------------------*/
    .sectionsbloc.odd .blocthumb img {
        height: 120%;
    }
    .sectionsbloc :is(.section_thumb,.secondary_thumb) img
    {
        position: absolute;
        --size:100%;
        width: var(--size);
        height: var(--size);
        left: 0;
        top: 0;
    }
}

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

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

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

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

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

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

@media(min-width: 768px) and (max-width:1024px)
{
    .contentOnly
    {
        padding: 20Px 20px 20px 50px;
    }
}

@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: 10px;
    }
    .ckmenu-toogle,#info-toogle
    {
        top: 10px;
    }
    /*-------------------MDTAC---------------------*/
    .md-tac {
        text-align: center;
    }

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

    /*-------------------- HEADERHOME -------------------*/
    #headerHome-accroche:before
    {
        left: 50%;
        top: 150%;
        transform:translate(-50%,-50%) rotate(45deg);
    }
    /*------------------- REASSURANCES ---------------------*/
    .picto-container {
        width: 90%;
        max-width: 600px;
        margin: 0 auto;
    }

    /*-------------------- INTRO / CONTENT -------------------*/
    .col-img {
        gap: 10Px;
    }

    .home #content .tc_content img {
        max-height: 150px;
        object-fit: contain;
    }

    .home #content .wp-block-image .alignright {
        float: right;
        margin: .5em 0 .5em 1em;
    }
    .home #content::before
    {
        height: 350px;
    }
}

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

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