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

@media(min-width: 768px) {

    /*-----------------*/
    /* GALLERY HOME */
    /*-----------------*/
    #galleryHome {
        /* margin-top: 200px; */
    }

    #galleryHome .gallery {
        grid-gap: 15px;
        grid-template-columns: repeat(32, 1fr);
        grid-template-rows: repeat(12, 52px);
    }

    #galleryHome .title {
        position: absolute;
        top: 50px;
        left: 28vw;
    }

    #galleryHome .gallery .gallery-item:first-of-type {
        grid-row: span 3;
        grid-column: span 11;
        padding-left: 24%;
        padding-right: 24%;
    }

    #galleryHome .gallery .gallery-item:nth-child(2) {
        grid-column: span 8;
        grid-row: span 6;
        padding-top: 152px;
    }

    #galleryHome .gallery .gallery-item:nth-child(3) {
        grid-column: span 10;
        grid-row: span 6;
    }

    #galleryHome .gallery .gallery-item:nth-child(4) {
        grid-column: span 3;
        grid-row: span 6;
        padding-top: 82px;
    }

    #galleryHome .gallery .gallery-item:nth-child(5) {
        grid-column: span 6;
        grid-row: span 4;
    }

    #galleryHome .gallery .gallery-item:nth-child(6) {
        grid-column: span 5;
        grid-row: span 3;
    }

    #galleryHome .gallery .gallery-item:nth-child(7) {
        grid-column: span 8;
        grid-row: span 4;
    }

    #galleryHome .gallery .gallery-item:nth-child(8) {
        grid-column: span 11;
        grid-row: span 5;
    }

    #galleryHome .gallery .gallery-item:nth-child(9) {
        grid-column: span 6;
        grid-row: span 4;
    }

    #galleryHome .gallery .gallery-item:nth-child(10) {
        grid-column: span 6;
        grid-row: span 4;
    }

    #galleryHome .gallery .gallery-item:nth-child(11) {
        grid-column: span 8;
        grid-row: span 4;
        position: absolute;
        width: 18.8% !important;
        bottom: 0;
        right: 0;
        height: 190px;
    }
}

@media(min-width: 1025px) {

    /*-----------------*/
    /* HEADER */
    /*-----------------*/
    #header {
        background: var(--black);
    }


    #header-coordonnees .title h2 {
        font-size: 25px;
    }

    #header.fixed-header #logoheader {
        max-height: 50px;
    }
    /*------------------- &&& ---------------------*/
     #navprimary .navigmenu .naviglink.lvl-0.item-logo span
    {
        margin-top: -115px;
    }
    .navigmenu .navdown
    {
        min-width: 800Px;
        left: 50%;
        transform:translateX(-50%);
    }
    .navdownwrapper
    {
        display: grid;
        grid-template-columns: 1fr 3fr;
        align-items: center;
    }
    .navigmenu .prestaMenuParent .navdown
    {
        min-width: 800Px;
    }
    .navigmenu .naviglink.lvl-2
    {
        text-align: left;
        padding-left: 20px;
    }
    .navigmenu .naviglink.lvl-2::before
    {
        content: "";
        position: absolute;
        top: 50%;
        transform:translateY(-50%);
        left: 8px;
        --size: 4px;
        border-radius: 50%;
        width: var(--size);
        height: var(--size);
        background: red;
    }
    .menuarticle.small .tb_hoverBloc
    {
        grid-template-columns: repeat(2,1fr);
    }
    /*------------------- BANNER ---------------------*/
    #bannerImg {
        width: calc(100% - 60px);
        margin-left: auto;
    }
    #bannerTitle
    {
        width: 100%;
        max-width: 800px;
        left: 50%;
        transform:translateX(-50%);
    }
    #bannerTitle::after
    {
        top: initial;
        border-right: 1px solid var(--primary-color);
        position: absolute;
        left: 50%;
        bottom: -90px;
        transform: translateX(-50%);
        z-index: 1;
        width: 1px;
        height: 100Px;
        box-sizing: border-box;
    }
    /*------------------- HEADERHOME ---------------------*/
    #headerHome::before,
    #banner::after {
        background: var(--black);
        height: calc(100% - 100px);
    }


    #headerHome-accroche {
        max-width: 800Px;
        margin: 0 auto;
    }
    #headerHome .imageDiapo,#bannerimg
    {
        background: var(--background-color);   
    }
    /*------------------- INTRO / CONTENT ---------------------*/
    .primaryImgContent img {
        top: 50%;
        transform: translateY(-50%);
        height: 80%;
    }

    .tertiaryImgContent {
        min-height: 400px;
    }

    .leftContent {
        height: 80%;
    }

    h4.wp-block-heading {
        margin-left: -10px;
        margin-bottom: 30px;
    }
    #content .rightContent
    {
        padding-top: 80px;
    }
    .home #content
    {
        padding-bottom: 0;
    }
    #reservationWidget
    {
        max-width: 550px;
        margin-left: -15px;
    }
    /*-----------------*/
    /* GALLERY HOME */
    /*-----------------*/
    #galleryHome .title {
        top: 0;
    }

    #galleryHome .title h2 {
        font-size: 36px;
    }

    #galleryHome .gallery {
        grid-gap: 27px;
    }

    #galleryHome .gallery .gallery-item:nth-child(11) {
        height: 210px;
        width: 20.8% !important;
    }
    /*------------------- PRESTATIONS ---------------------*/
    #wrappersite:not(.safari) .widget_parentpage
    {
        display: flex;
        flex-wrap: nowrap;
    }
    .page_les-menus #wrappersite.safari .widget_parentpage
    {
        grid-template-columns: repeat(3,1fr);
    }
    /*------------------- REASSURANCES ---------------------*/
    .home #reassurances::before,.home #reassurances .overlay
    {
        height: calc(100% + 150px);
        top: initial;
        bottom: 0;
    }
    /*------------------- PAIEMENTS ---------------------*/
    .home #paiements::before,.home #paiements .overlay
    {
        max-width: calc(100% - 150px);
        height: calc(100% + 150px);
        top: initial;
        bottom: 0;
    }
    /*------------------- NEWS / ACTUS ---------------------*/
    #news {
        padding-bottom: 50px;
        margin: 0 auto;
        width: calc(100vw - 120Px);
        margin-bottom: 70px;
    }

    #news .content_slider {
        padding: 40px;
    }

    /*------------------- SECTIONS ---------------------*/
    .sectionsbloc
    {
        z-index: 2;
    }
    .sectionsbloc.odd {
        padding: 100px 0;
        padding-bottom: 200px;
    }

    .sectionsbloc.odd.section_num1
    {
        padding-bottom: 170px;
    }

    .sectionsbloc.even::before {
        width: 80%;
        left: initial;
        top: initial;
        right: 0;
        bottom: 0;
        height: calc(100% - 450px);
    }

    .sectionsbloc.even .section_txt {
        max-width: 80%;
        margin-left: auto;
    }

    .sectionsbloc.even .section_txt .tc_content {
        column-count: 2;
        column-gap: 60px;
    }


    .sectionsbloc.even .section_thumb {
        grid-template-columns: 4fr 1fr;
        align-items: flex-end;
    }

    .sectionsbloc.even .blocthumb {
        height: 600px;
        width: calc(100% - 220px);
    }

    .sectionsbloc.even .specialthumb {
        --size: 400px;
        width: var(--size);
        height: var(--size);
        margin-bottom: -100px;
        margin-left: -200px;
        z-index: 1;
    }

    .sectionsbloc.even .title {
        max-width: 50%;
    }

    .sectionsbloc.odd .section_thumb {
        gap: 20px;
    }

    .sectionsbloc.odd .blocthumb {
        margin-top: 100px;
    }

    .sectionsbloc.odd .specialthumb {
        height: 100%;
        margin-bottom: 100px;
    }


  /*--------------------FOOTER----------------------*/
  .home #footer {
    z-index: 0;
  }

  #footer #footerbloc {
    margin-top: 150px;
  }
}

@media(min-width: 1281px) {

    /*------------------- HEADER ---------------------*/
    .navigmenu .naviglink.lvl-0 {
        padding: 20px 14px;
    }

    .navigtoogle.lang {
        margin-left: auto;
    }
    /*-----------------*/
    /* GALLERY HOME */
    /*-----------------*/
    #galleryHome .title h2 {
        font-size: 40px;
    }

}

@media(min-width: 1481px) {

    /*------------------- HEADERHOME ---------------------*/
    #headerHome .imageDiapo {
        width: calc(100% - 60px);
        left: initial;
        right: 0;
    }

    /*-----------------*/
    /* GALLERY HOME */
    /*-----------------*/
    #galleryHome .title h2 {
        font-size: 47px;
    }

    /*------------------- REASSURANCES ---------------------*/
    .home #reassurances::before,.home #reassurances .overlay
    {
        max-width: calc(100% - 150px);
    }
}

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


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

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

@media(max-width: 1280px) {

    /*-----------------*/
    /* HEADER */
    /*-----------------*/
    #logo {
        justify-items: center;
        margin-bottom: 20px;
    }

    #navprimary .navigmenu {
        justify-content: center;
    }

}

@media(max-width: 1024px) {

    /*-----------------*/
    /* HEADER */
    /*-----------------*/
    #header
    {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
    #logoheader
    {
        padding: 10px;
    }
    #header.fixed-header {
        background-color: var(--background-color);
        border-bottom: 2px solid var(--white);
        position: fixed;
        top: 0;
        z-index: 99;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
        left: 0;
        animation: slide-down 0.7s;
        right: 0;
    }
    /*------------------- HEADERHOME ---------------------*/
    #headerHome
    {
        padding-top: 100px;
    }
    #headerHome-img {
        height: 400px;
    }

    #headerHome-logo img {
        width: 250px;
    }

    #headerHome-hero {
        grid-gap: 5px;
        grid-template-rows: none;
        grid-auto-rows: 150px;
        grid-template-columns: repeat(3, 1fr);
    }


    #headerHome-logo,
    #headerHome-hero_content {
        display: none;
    }

    #headerHero-hero_img {
        grid-column: span 1 !important;
        grid-row: auto !important;
    }

    body #header-coordonnees {
        left: initial;
        transform: initial;
        gap: 0;
    }

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

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

    /*-----------------*/
    /* GALLERY HOME */
    /*-----------------*/
    #galleryHome {
        margin-top: 50px;
    }

}

@media(max-width: 767px) {

    /*-----------------*/
    /* HEADER */
    /*-----------------*/
    #header-coordonnees {
        right: -230px;
        width: 230px;
        padding: 70px 20px 65px;
    }

    /*-----------------*/
    /* GALLERY HOME */
    /*-----------------*/
    #galleryHome .gallery .gallery-item:nth-child(11) {
        grid-column: span 2;
    }

    #galleryHome {
        padding-top: 2px;
        margin-top: 0;
    }
}

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