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

@media(min-width: 768px){
    /*------------------- NEWS / ACTU ---------------------*/

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

    #news .wrapper_slider:first-of-type .content_slider .title {
        min-width: 600px;
        position: relative;
        z-index: 2
    }

    #news .wrapper_slider:first-of-type .title_slider {
        font-size: 45px;
        text-shadow: 0 0 8px #00000054;
        line-height: 1.1;
        margin-bottom: 15px !important;
    }

    #news .wrapper_slider:first-of-type .wrapper_inner_slider {
        display: flex
    }

    #news .wrapper_slider:first-of-type .thumbnail_slider {
        order: 2;
        height: 550px;
        width: 90%;
    }

    #news .wrapper_slider:first-of-type .content_slider {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #news .wrapper_slider:first-of-type .text_slider,
    #news .wrapper_slider:first-of-type .text_slider a {
        max-width: 80%;
        line-height: 1.7;
        font-size: 16px
    }
}

@media(min-width: 1025px){
    /*-------------------- HEADERHOME -------------------*/
    #headerHome
    {
        padding-bottom: 200px;
    }
    #headerHome::before
    {
        background: url(../images/bottomCurve.svg);
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: 100%;
        z-index: 2;
    }
    /*-----------------*/
    /* INTRO / CONTENT */
    /*-----------------*/
    .template-parent-page-php #content {
        position: relative;
        padding-top: 200px;
    }

    .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: 120px;
        padding-bottom: 60px;
    }
    /*------------------- NEWS / ACTUS ---------------------*/
    #news .wrapper_slider:first-of-type .content_slider {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #news .wrapper_slider:first-of-type .wrapper_inner_slider {
        display: flex
    }

    #news .wrapper_slider:first-of-type .thumbnail_slider {
        order: 2;
        height: 550px;
        width: 50%;
    }

    #news .thumbnail_slider .button {
        bottom: -20px;
    }
    /*-------------------- REASSURANCES -------------------*/
    #reassurances
    {
        border: 1px solid #00000024;
        border-left: none;
        border-right: none;
    }
    .home #reassurances
    {
        border-bottom: none;
    }
}

@media(min-width: 1281px){
    /*-------------------- NAVPRIMARY -------------------*/
    .navigmenu .naviglink.lvl-0
    {
        padding: 20px 14px;
        font-size: 15px;
    }
    /*-----------------*/
    /* INTRO / CONTENT */
    /*-----------------*/
    .home #content .content_thumb .specialthumb {
        width: 334px;
        height: 350px;
        top: -300px;
    }

    .home #content {
        padding: 120px 0;
        padding-bottom: 60px;
    }

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

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

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

@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: -10px;
    padding-top: 50px
  }

  #headerGrid {
    align-items: start;
  }

  #logoheader
  {
    filter: drop-shadow(1px 1px #ffffff80);
  }
  /*-------------------MDTAC---------------------*/
  .md-tac {
    text-align: center;
  }

  .title.md-tac:not(.no-after):after {
    left: 50%;
    transform: translateX(-50%);
  }
  /*-----------------*/
    /* 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;
        gap: 5px;
        margin-top: 5px;
    }

    .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 / ACTU ---------------------*/
    #news .content-news {
        grid-gap: 0 30px;
    }

    #news:after {
        content: none;
    }

    #news {
        padding: 300px 15px;
        margin: 0;
    }

    #news .title_slider {
        font-size: 24px
    }

    #news .wrapper_slider:first-of-type img {
        filter: brightness(0.8);
    }

    #news .wrapper_slider:first-of-type .text_slider,
    #news .wrapper_slider:first-of-type .text_slider a {
        font-size: 14px
    }

    #news .wrapper_slider:first-of-type .content_slider .title {
        min-width: 170%
    }

    #news .wrapper_slider:first-of-type .title_slider {
        font-size: 35px;
    }

    #news .wrapper_slider:first-of-type .wrapper_inner_slider {
        display: flex;
        flex-direction: column-reverse
    }

    #news .wrapper_slider:first-of-type .content_slider .title {
        min-width: auto
    }

    #news .title_slider,
    #news .wrapper_slider:first-of-type .title_slider {
        font-size: 22px;
    }

    #news .next_slider {
        margin-top: -10px
    }

    #news .wrapper_slider:first-of-type .thumbnail_slider {
        height: 250px;
        margin-top: 30px
    }

    #news .content-news {
        grid-gap: 30px 0;
    }


    /*-------------------- PRESTATIONS -------------------*/
    #prestations .widget_parentpage
    {
        padding: 5px;
    }
}

@media(max-width: 767px){

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

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

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