/*****************
	  1285px
******************/
@media (max-width: 1285px) {
    /******	  HEADER	 ******/
    .nav__link {
        font-size: 0.875rem;
    }
}



/*****************
	  1260px
******************/
@media (max-width: 1260px) {
    /******	  ACCUEIL	 ******/
    /* Liste produits */
    .products_list {
        grid-template-columns: repeat(3, minmax(0,1fr));
    }

    /******	  FICHE CATALOGUE	 ******/
    /* Hero */
    .product_hero__content {
        column-gap: 80px;
    }
}


/*****************
	  1160px
******************/
@media (max-width: 1160px) {
    /******	  HEADER	 ******/
    .nav__list {
        flex-wrap: wrap;
    }
}


/*****************
	  +1024px
******************/
@media screen and (min-width: 1024px) {
    /******	  NAV	 ******/
    .nav {
        height: calc(100% + 2rem);
        display: flex;
        justify-content: space-between;
    }
    .nav__toggle {
        display: none;
    }
    .nav__list {
        height: 100%;
        display: flex;
        column-gap: 1.5rem;
        justify-content: center;
    }
    .nav__link {
        height: 100%;
        padding: 0;
        justify-content: initial;
        column-gap: .25rem;
    }
    .nav__link:hover {
        background-color: transparent;
    }

    /******	  NAV DROPDOWNS	 ******/
    .dropdown__item,
    .dropdown__subitem {
        position: relative;
    }
    .dropdown__menu,
    .dropdown__submenu {
        max-height: initial;
        overflow: initial;
        position: absolute;
        left: auto;
        top: 4rem;
        opacity: 0;
        pointer-events: none;
        transition: opacity .3s, top .3s;
        z-index: 9;
    }
    .dropdown__link,
    .dropdown__sublink {
        padding-inline: 1rem 3.5rem;
    }
    .dropdown__subitem .dropdown__link {
        padding-inline: 1rem;
    }
    .dropdown__submenu {
        position: absolute;
        left: 100%;
        top: .5rem;
    }
    /* Show dropdown menu */
    .dropdown__item:hover .dropdown__menu {
        opacity: 1;
        top: 4rem;
        pointer-events: initial;
        transition: top .3s;
    }
    /* Show dropdown submenu */
    .dropdown__subitem:hover > .dropdown__submenu {
        opacity: 1;
        top: 0;
        pointer-events: initial;
        transition: top .3s;
    }
}

/*****************
		1024px
******************/
@media (max-width: 1024px) {
    /******	  GENERAL	******/
    :root {
        --padding: 150px 15px;
    }
    h1 {
        font-size: 2.188rem;
    }
    h2 {
        font-size: 1.875rem;
    }
    .surtitre {
        font-size: 1.25rem;
    }

    /******	  NAVIGATION	******/
    .nav {
        padding: 0 15px;
        height: 92px;
    }
    .nav__menu {
        position: absolute;
        left: 0;
        top: 2.5rem;
        width: 100%;
        overflow: auto;
        pointer-events: none;
        opacity: 0;
        transition: top .4s, opacity .3s;
        padding: 0;
    }
    .nav__data {
        border-bottom: unset;
    }
    .nav__menu::-webkit-scrollbar {
        width: 0;
    }
    .nav__list {
        background-color: var(--color-white);
        padding-top: 1rem;
    }
    .nav__link {
        font-size: 1rem;
    }
    .nav__right {
        display: flex;
        align-items: center;
    }
    .nav__like-wrap {
        order: 1;
    }
    .item__menu {
        padding: 0;
    }

    /* Show menu */
    .show-menu {
        opacity: 1;
        top: 92px;
        pointer-events: initial;
    }

    /******	  ANIMATION TOGGLE MENU 	******/
    .nav__toggle {
        margin-left: 15px;
        order: 2;
    }
    .bar, .bar::before, .bar::after {
        transition: all 0.2s linear;
        position: absolute;
        background: var(--color-text);
        margin: auto;
        width: 100%;
        height: 0.13rem;
        content: '';
        top: 50%;
        left: 0;
        cursor: pointer;
    }
    .bar {
        margin-top: -0.2rem;
    }
    .bar::before {
        top: -0.45rem;
    }
    .bar::after {
        top: 0.45rem;
    }
    .bar::before, .bar::after {
        transform: rotate(0deg);
    }
    .show-icon .bar {
        background: 0;
    }
    .show-icon .bar::before {
        transform: rotate(45deg);
    }
    .show-icon .bar::after {
        transform: rotate(-45deg);
    }
    .show-icon .bar::before, .show-icon .bar::after {
        top: 0;
    }
    .show-icon .bar, .show-icon .bar::before, .show-icon .bar::after {
        transition: all 0.2s linear;
    }
    .dropdown__item {
        padding: 0;
    }

    /******	  HOME	******/
    /* Hero */
    .hero_wrapper {
        height: 600px !important;
    }
    .hero_content p,
    .hero_content h1 {
        max-width: 100%;
        margin: 0;
    }

    /* Présentation */
    .about_top {
        column-gap: 80px;
    }
    .about_reassurance {
        padding: 30px;
    }
    .about_reassurance__titre {
        padding: 30px 0 10px;
    }
    .products_wrapper:before {
        display: none;
    }
    /* Liste produits */
    .products_list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .bloc_green__content {
        grid-template-columns: minmax(0,1fr);
        row-gap: 80px;
        margin-left: unset;
        padding: 0 15px;
    }
    .bloc_green__left,
    .bloc_green__right {
        grid-column: 1;
    }
    .bloc_green__left {
        padding-left: 0;
    }
    .bloc_green__titre {
        padding-bottom: 40px;
    }
    .feuille {
        display: none;
    }
    .green_waves {
        left: 0;
    }
    /* Livraisons */
    .livraisons_content {
        column-gap: 80px;
    }


    /******	  CATALOGUE	******/
    .slider_catalogue_titles {
        max-width: 80%;
        padding: 30px;
    }
    .slider_cataglogue_txt {
        font-size: 1rem;
    }


    /******	  FICHE CATALOGUE	******/
    .product_hero__content {
        grid-template-columns: minmax(0,1fr);
        column-gap: 0;
    }
    .product_hero__content .fil_ariane {
        grid-column: 1;
    }
    .product_hero__img {
        height: 400px;
    }
    .product_hero__left {
        margin-bottom: 40px;
    }
    .product_hero__price_wrap {
        flex-wrap: wrap;
        row-gap: 5px;
    }
    .product_hero_btns {
        flex-wrap: wrap;
        row-gap: 5px;
    }




    /******	  ACTUALITES	******/
    .actus_content {
        grid-template-columns: repeat(2, 1fr);
    }

    /*** CONTACT ***/
    .contact_content {
        grid-template-columns: minmax(0, 1fr);
        gap: 40px;
    }

    /*** PAGES DYNAMIQUES ***/
    .slider_top_wrapper {
        max-height: 500px;
        padding: 0 15px;
    }
    .slider_top__surtitre,
    .slider_top_titles_wrapper h1 {
        max-width: 100%;
    }
    .text_img {
        flex-direction: column;
    }
    .image_droite, .image_gauche {
        margin: 0 0 40px 0;
    }
    .text_champ figure img {
        max-height: 445px;
        width: 100%;
        object-fit: contain;
        height: auto;
    }
    .text_champ figure {
        width: 100%;
        order: 1;
        height: 100%;
    }
    .text_champ .texte_pag_dyn {
        width: 100%;
        order: 2;
    }
    .text__wrapper {
        padding: 0 15px 150px;
    }
    .carousel_wrapper {
        padding: 0 15px 150px;
    }
    .paragraphe_deroulant__wrapper {
        padding: 0 15px;
    }
    .carousel_wrapper .splide__slide img {
        height: 100%;
        max-height: 430px;
        object-fit: contain;
    }
}

/*****************
		930px
******************/
@media (max-width: 930px) {
    /******	  HOME	******/
    /* Présentation */
    .about_top {
        grid-template-columns: minmax(0,1fr);
        row-gap: 0;
    }


    /** FOOTER **/
    .footer_top_content__wrap {
        padding: 80px 15px;
    }
    .footer_top_content {
        flex-direction: column;
        row-gap: 40px;
    }
    .footer_logo {
        margin: 0 auto;
    }
    .footer_txt {
        flex-direction: column;
        max-width: 100%;
        width: 100%;
    }
    .footer_liens,
    .footer_contact,
    .footer_rs {
        width: 100%;
        border-bottom: 1px solid #DFDAC7;
    }

    footer .toggleTitre {
        pointer-events: initial;
        width: 100%;
        display: flex;
        cursor: pointer;
        margin: 15px 0;
        justify-content: space-between;
        align-items: center;
    }
    footer .toggleTexte {
        display: none;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    footer .col-grid-1 {
        border-top: 1px solid #fff;
        position: relative;
        padding: 10px 0;
    }
    footer .col-grid-1:first-of-type {
        border-top: none;
    }
    footer .col-grid-1:last-of-type {
        border-bottom: 2px solid #fff;
    }
    footer .toggleTitre:after {
        content: url("/design/img/nav-arrow-down-green.svg");
        height: fit-content;
        transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
    }
    footer .toggleTitre.active:after {
        transform: rotate(180deg);
        transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
    }
    .footer_bottom_content {
        gap: 0;
    }
}

/*****************
	  800px H
******************/
@media (max-height: 800px) {
    /** ACCUEIL **/
    .hero_wrapper {
        max-height: 600px;
        height: 600px;
    }
    .hero_bottom_cta {
        padding: 25px;
        max-width: 40%;
    }
    .hero_bottom_cta a {
        max-width: 100%;
    }
}

/*****************
	  800px W
******************/
@media (max-width: 800px) {
    /****** ACCUEIL ******/
    /* Introduction */
    .about_bottom {
        grid-template-columns: minmax(0,1fr);
    }
    .about_reassurance {
        border-bottom: 1px solid var(--color-grey);
        border-right: unset;
    }
    .about_reassurance:last-of-type {
        border-bottom: unset;
    }
    /* Livraisons */
    .livraisons_content {
        grid-template-columns: minmax(0,1fr);
        row-gap: 50px;
    }
    .livraisons_img {
        margin: 0 auto;
        display: flex;
    }
}


/*****************
		665px
******************/
@media (max-width: 665px) {
    /**** ACCUEIL ****/
    /* Liste produits */
    .products_list {
        grid-template-columns: minmax(0, 1fr);
    }

    /** CONTACT **/
    .contact_wrapper {
        grid-template-columns: 1fr;
    }

    /** ACTUALITES **/
    .actus_content {
        grid-template-columns: 1fr;
    }

    /**** CATALOGUE FICHE ****/
    .infos_product_caracTitre {
        min-width: 100px;
        max-width: 100%;
    }
}

/*****************
		480px
******************/
@media (max-width: 480px) {

    /******	  HEADER	******/
    .nav__rs_wrap {
        display: none;
    }


    /** CAROUSEL PAGES DYNS **/
    .slick-slider{
        padding:0;
    }

    /******	  CATALOGUE	******/
    .slider_catalogue_titles {
        max-width: 100%;
    }

    /******	  CATALOGUE FICHE	******/
    .product_hero__reassurances {
        grid-template-columns: minmax(0,1fr);
    }
    .product_hero_reassurance {
        border-bottom: 1px solid var(--color-grey);
        border-right: unset;
    }
    .product_hero_reassurance:last-of-type {
        border-bottom: unset;
    }
    .infos_product__nav a {
        padding: 15px;
    }
    .infos_product__nav {
        max-width: 100%;
        min-width: unset;
    }
}

/*****************
		463px
******************/
@media (max-width: 463px) {
    /** CAROUSEL PAGES DYNS **/
    .slick-initialized .slick-slide {
        float: left;
    }

    /**** FOOTER ****/
    .footer_bottom_content {
        flex-direction: column;
        align-items: center;
    }
}

/*****************
		340px
******************/
@media (max-width: 340px) {
    .container {
        margin-inline: 1rem;
    }

    .nav__link {
        padding-inline: 1rem;
    }
}