/*
Theme Name: LCDV_theme
Template: base_WP_v1_1
Theme URI: http://basewp.local
Author: Stevie Khoudour
Author URI: http://basewp.local
Description: Template pour le site Les Compagnons du Végétal
Version: 1.0
Text Domain: basewp_template
Tags: wordpress, theme, base_wp, lcdv
*/



/* //////////////////////////////////////////////////////////// CUSTOM CSS ///////////////////////////////////////////////////////////////////////////////////// */



/* //////////////////////////////////////////////////////////// GENERAL ///////////////////////////////////////////////////////////////////////////////////// */

:root {
    --color_01: #8a9d3f;
    --color_01_L: #c0cf5f;
    --color_01_D: #556613;
    --color_02: #a26946;
    --color_02_L: #d8ab77;
    --color_02_D: #6c433c;
    --color_02_DD: #471f17;
    --color_03: #f8ea94;
    --color_03_L: #fffadb;
    --color_03_D: #eab455;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--color_01);
    margin: 0;
    padding: 0;
}

strong {
    color: var(--color_02_DD);
}

input, textarea {
    background-color: var(--color_03);
}

button {
    margin-top: 0.6em;
    padding: 0.8em 2.7em;
    font-size: 1.1em;
    background-color: var(--color_02_D);
    color: var(--color_03);
    border-radius: 50px;
    text-transform:none;
}

button:hover {
    color: var(--color_03_L);
    box-shadow: 0px 0px 13px #8a9d3f99;
}

select {
    word-wrap: normal;
    padding: .8em 3em;
    border: none;
    border-radius: 50px;
    background-color: var(--color_01_L);
}

select:focus-visible,
select:focus,
select:active {
    border: none;
    outline: none;
}

option {
    border: none;
    padding: 2em;
    background-color: var(--color_03);
}

#e02, #e03, #e04, #e05, #e06, #e07, #e08, #e09, #e10, #e_contact, footer {
    position:relative;
    z-index:3;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #6c433c; 
}
 
::-webkit-scrollbar-thumb {
  background: #8a9d3f; 
}

::-webkit-scrollbar-thumb:hover {
  background: #c0cf5f; 
}

.wp-block-list {
	margin-bottom:1em;
}
.wp-block-list li {
	list-style: disc;
    margin-left: 2em;
}

.page #page_text h3 {
	margin-top: 1em;
}

/* ////////////////////////////////////////////////////////// ICONES ///////////////////////////////////////////////////////////////////////////////////// */

.icon_e02 path {
    fill: var(--color_02_D); 
}

/* ///////////////////////////////////////////////////////// PARALLAX ///////////////////////////////////////////////////////////////////////////////////// */

.desktop-only { 
    display: block; 
}

.mobile-only  { 
    display: none;  
}

#homepage_bg .parallax-img:nth-child(1) { /* BG terre */
    height:125%;
}

#homepage_bg .parallax-img:nth-child(3) { /* Ver de terre */
    height:60%;
}

#homepage_bg .parallax-img:nth-child(5) { /* Feuilles arrondies */
    height:125%;
}

#homepage_bg .parallax-img:nth-child(7) { /* Logo */
    height:16%;
}

#homepage_bg .parallax-img:nth-child(9) { /* Feuilles pointues */
    height:125%;
}

#homepage_bg .parallax-img:nth-child(11) { /* Tiges */
    height:125%;
}

/* ////////////////////////////////////////////////////////// MENU  ///////////////////////////////////////////////////////////////////////////////////// */

#body-homepage::before {
    content: "";
    background: linear-gradient(to bottom, #2f1a01 0%, #46270300 15%);
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    opacity: .9;
    pointer-events: none;
    transition: all ease 300ms;
}

#body-homepage.menu-scrolled::before {
    opacity: 0;
}

#body-homepage.menu-top::before {
    opacity: 1;
}

#header_menu.header_menu_scrollup, 
#header_menu.header_menu_scrolldown {
    border-radius: 50px;
    width: 98% !important;
    margin-left: 1% !important;
    top:.8em !important;
}

#header_menu {
    transition: top 0.3s ease-in;
}

.animate-down {
    animation: slideDown 0.5s ease-out forwards;
}

@keyframes slideDown {
    0% {
        transform: translateY(-3em) scale(0.9);
        opacity: 0.8;
    }
    100% {
    transform: translateY(0) scale(1);
        opacity: 1;
    }
}


.header_menu_scrollup #menu .menu-item a .menu-a,
.header_menu_scrolldown #menu .menu-item a .menu-a,
.header_menu_scrollup #menu .page_item a .menu-a, 
.header_menu_scrolldown #menu .page_item a .menu-a {
    color: var(--color_02) !important;
} 

.header_menu_scrollup #menu .current_page_item a .menu-a, 
.header_menu_scrolldown #menu .current_page_item a .menu-a,
.header_menu_scrollup #menu .menu-item a:hover .menu-a,
.header_menu_scrolldown #menu .menu-item a:hover .menu-a {
    color: var(--color_01) !important;
}

.header_menu_scrollup #menu .current_page_item a:hover .menu-a,
.header_menu_scrolldown #menu .current_page_item a:hover .menu-a {
    color: var(--color_01_L) !important;
}

#menu .sub-menu {
    top: 2.7em;
    left: -.4em;
    padding: 0.8em 0.5em 0.8em;
    border-top: 2px solid var(--color_02);
    border-left:0;
    margin-left: 0;
    border-radius: 18px;
    align-items: center;
}

#menu .sub-menu li {
    line-height: 1.8em;
}

#header_menu #menu .sub-menu .menu-a {
    text-align: center;
}

.header_menu_scrollup #menu a {
    justify-content: center !important;
}

.header_menu_scrolldown {
    opacity: 1;
    visibility: visible;
}

.header_menu_scrolldown #logo {
    width: 8.7em;
}

.header_menu_top #menu .sub-menu {
    background-color: rgba(126, 76, 46, 0.87);
    border-top:0;
}

#menu .menu-nous-soutenir {
    background-color: var(--color_01_L);
    border-radius: 50px;
    margin-left: .5em;
    transition: all ease 300ms;
}

#menu .menu-nous-soutenir a .menu-a {
    color:var(--color_02_D);
    padding: .5em 0.2em;
}

#menu .menu-nous-soutenir:hover {
    background-color: var(--color_03);
    box-shadow: 0px 0px 16px #d8ab7767;
    transition: all ease 500ms;
}

#menu .menu-nous-soutenir:hover a .menu-a {
    color: var(--color_02_D);
    transition: all ease 500ms;
}

.header_menu_scrolldown #menu .menu-nous-soutenir a:hover .menu-a,
.header_menu_scrollup #menu .menu-nous-soutenir a:hover .menu-a {
    color: var(--color_02_D) !important;
    transition: all ease 500ms;
}

#body-page .header_menu_top #menu .menu-item a .menu-a, 
#body-page .header_menu_top #menu .page_item a .menu-a {
    color: var(--color_02);
}

#body-page .header_menu_top #menu .current_page_item .sub-menu a .menu-a {
    color: var(--color_02);
}

#body-page .header_menu_top #menu .current_page_item a .menu-a, 
#body-page .header_menu_top #menu .menu-item a:hover .menu-a {
    color: var(--color_01);
}

#body-page .header_menu_top #menu .current_page_item a:hover .menu-a {
    color: var(--color_01_L);
}

#body-page .header_menu_top #menu .sub-menu {
    background-color: var(--color_03_L);
    border-top: 1px solid var(--color_02_L);
}

#body-page .header_menu_top #menu .sub-menu a {
    font-size: 1em;
}

#body-page .header_menu_top #menu .menu-nous-soutenir a:hover .menu-a {
    color:var(--color_02_DD);
}

.page-nous-soutenir .header_menu_scrolldown #menu .current_page_item.menu-nous-soutenir a .menu-a,
.page-nous-soutenir .header_menu_scrollup #menu .current_page_item.menu-nous-soutenir a .menu-a,
.page-nous-soutenir .header_menu_top #menu .menu-nous-soutenir a .menu-a {
    color: var(--color_02_D) !important;
}


/* ANIMATION DU MENU */

#menu .menu-item {
    display:flex;
    justify-content: center;
    opacity: 0;
}

#body-page #menu .menu-item {
    opacity: 1;
}

#body-homepage.menu-loaded #menu .menu-item {
    animation: fadeInUp 0.5s ease forwards;
}


@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#body-homepage.menu-loaded #menu .sub-menu .menu-item {
    animation:unset;
    animation: fadeInDown_items 0.3s ease forwards;
}

@keyframes fadeInDown_items {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#body-homepage.menu-loaded #menu .sub-menu {
    animation: fadeInDown 0.3s ease forwards;
    transform-origin: top;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: scale(0.8) translateY(-15px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

/* MENU MOBILE */

.is_menu_mobile #menu li {
    width:auto;
}

.is_menu_mobile #menu .menu-nous-soutenir .menu-a {
    padding: .8em 2em;
}

.is_menu_mobile .menu-item-has-children {
    flex-direction: column;
}

.is_menu_mobile .menu-item-has-children .sub-menu {
    margin-top: .7em;
}

.is_menu_mobile #menu .menu-item {
    justify-content: left;
}

.is_menu_mobile #menu .sub-menu {
    margin-top: 0;
    border-top: 0;
}

.is_menu_mobile #menu .sub-menu a {
    margin-left:2em;
}

.is_menu_mobile #menu .sub-menu li {
    margin-bottom: 0rem;
}

.is_menu_mobile #menu .sub-menu {
    animation: none;
}

.is_menu_mobile #menu a {
    justify-content: left !important;
}

.is_menu_mobile #menu .sub-menu .menu-a {
    text-align: left !important;
}

.is_menu_mobile #menu .menu-nous-soutenir {
    margin-left: -.2em;
}

.is_menu_mobile #menu .menu-item-has-children {
    margin-bottom:0;
}

.is_menu_mobile #menu .sub-menu {
    background-color: unset;
}

.is_menu_mobile #menu .menu-item a .menu-a, 
.is_menu_mobile #menu .page_item a .menu-a {
    color: var(--color_02);
}

.is_menu_mobile #menu .current_page_item a .menu-a {
    color: var(--color_01_L);
}

.is_menu_mobile #menu .menu-item a:hover .menu-a {
    color: var(--color_01_L);
}

.is_menu_mobile #menu .current_page_item:hover a .menu-a {
    color: var(--color_03);
}

.is_menu_mobile #menu .menu-nous-soutenir a:hover .menu-a {
    color: var(--color_02);
}

.header_menu_top #menu_burger .burger_bar {
    background-color:var(--color_01_L);
}

.header_menu_top #menu_burger:hover .burger_bar {
    background-color:var(--color_03_L);
}

#body-page .header_menu_top #menu_burger .burger_bar {
    background-color:var(--color_02_D);
}

#body-page .header_menu_top #menu_burger:hover .burger_bar {
    background-color:var(--color_01);
}

#body-page .is_menu_mobile #menu .sub-menu {
    border-top: 0;
}

/* //////////////////////////////////////////////////////////// ACCUEIL ///////////////////////////////////////////////////////////////////////////////////// */


#main-homepage {
    background-color: var(--color_02_D) !important;
    overflow-x: hidden;
}

#homepage_bg {
    height:108dvh;
    position:fixed;
    z-index:1;
}

#homepage_bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(70, 39, 3, var(--scroll, 0)); 
  pointer-events: none;
  z-index: 15;
}

.meta-arrow {
    bottom:2.8em;
}

.meta-arrow img {
    filter : sepia(15) hue-rotate(310deg) saturate(49) brightness(35%);
}

.meta-arrow-top {
    background-color: unset;
}

.meta-arrow-top img {
    filter : sepia(40) hue-rotate(297deg) saturate(80) brightness(35%)
}

.meta-arrow-top img:hover {
	filter: sepia(40) hue-rotate(297deg) saturate(80) brightness(60%)
}


.meta-arrow img {
    opacity: 0; /* Cache la flèche au départ */
    animation: none; /* Désactive l'animation infinie au départ */
}

.meta_arrow_down--initial-animation {
    animation: fadeInUpArrow 0.5s ease forwards;
    animation-fill-mode: forwards;
}

.meta_arrow_down--initial-animation img {
    animation: none !important;
}

.meta_arrow_down--animation-ready img {
    animation: meta-arrow 1s ease-out infinite;
}

@keyframes fadeInUpArrow {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


#button_homepage_container {
    align-items: flex-end;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: fixed;
    z-index: 20;
    right: 2.5em;
    top: 42%;
}

.button_homepage {
    display:flex;
    background-color: var(--color_02_D);
    padding:.8em;
    margin: .4em 0;
    border-radius: 50px;
    overflow:hidden;
    opacity: 0;
}

.buttons-loaded .button_homepage {
    animation: fadeInUp 0.5s ease forwards;
}

.button_homepage img {
    width: 1.8em;
    object-fit: contain;
    transition: margin 300ms ease, filter 300ms ease;
}

.button_homepage span {
    display: flex;
    align-items: center;
    padding: 0;
    color: var(--color_03_L);
    font-weight: 600;
    width: 0;
    height: auto;
    white-space: nowrap;
    max-width: 150px; 
    opacity: 0;
    transform: translateX(5em) scale(0.5);
    transform-origin: right;
    overflow: hidden;
    transition:
        opacity 400ms ease,
        transform 150ms ease-out,
        width 300ms ease,
        padding 100ms ease;
}

.button_homepage:hover {
    background-color: var(--color_01);
}

.button_homepage:hover span,
.button_homepage_active span {
    width: auto;
    opacity: 1;
    transform: translateX(0) scale(1);
    padding: 0 1em;
    white-space: nowrap;
    transition:
        opacity 400ms ease,
        transform 150ms ease-out,
        width 300ms ease,
        padding 100ms ease;
}

.button_homepage_active {
    background-color: var(--color_01);
    transition: all ease 300ms;
}

.button_homepage:hover img,
.button_homepage_active img {
    margin-left: .5em;
    filter: brightness(150%);
    transition: all ease 300ms;
}

.button_homepage_active span {
    width: auto;
    height: auto;
    opacity: 1;
    color: var(--color_03_L);
    padding: 0 1em;
    transition: all ease 300ms;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ////////////////////////////////////////////////////////// ASSOCIATION ///////////////////////////////////////////////////////////////////////////////////// */

#e01 {
    width:100%;
    display:flex;
    flex-direction:column;
    z-index:2;
    position: relative;
    top:0;
    height:3497px;
    margin-top:calc(100vh + 585px);
    scroll-margin-top: 150px;
}

#e01::before {
    content: "";
    background-image: url("https://lescompagnonsduvegetal.fr/lcvd052019/wp-content/uploads/2026/04/arbre_top_05.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
    top: -582px;
    left: 0;
    width: 100%;
    height: 585px;
    z-index: 10;
    position: absolute;
}


#axes_container {
    display:flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap:wrap;
    width:210%;
    margin-top:2em;
    gap: 1em;
}

#axes_container.axes_container_nos_actions {
    width:145%;
    margin-bottom: 3em;
    margin-top: 0 !important;
}

#axes_container.axes_container_autres_axes {
    width: 100%;
}

#axes_container a {
    width: 30%;
}

#axes_container.axes_container_autres_axes a {
    width: 47%;
}

#axes_container h3 {
    color: var(--color_03);
    font-size: 1.8em;
    text-align: center;
    font-family: "Love Ya Like A Sister", sans-serif;
    margin-bottom:0;
}

.axes_bloc {
    display:flex;
    flex-direction: column;
    align-items:center;
    justify-content: center;
    width:100%;
    padding:2em;
    border-radius:40px;
    gap:1em;
    background-color:var(--color_01_L);
    aspect-ratio: 1;
    transition:all ease 300ms;
}

.axes_bloc:hover {
    background-color: var(--color_03);
    box-shadow: 0px 0px 11px #c0cf5fb8;
    transition: all ease 300ms;
}


#axes_container:has(.axes_bloc:hover) .axes_bloc:not(:hover) {
    opacity:.9;
    transition: all ease 300ms;
}


.axes_title {
    width: calc(100% + 4em);
    background-color: var(--color_02);
    padding: 0.8em 2em;
}

.axes_img {
    width: 100%;
}

.axes_img img {
    width: 100%;
    border-radius: 30px;
    object-fit: cover;
    aspect-ratio: 1.5;
}

.axes_bloc p {
    text-align:center;
}

#arbre_container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 500px);
    background: #401f19a9; 
    opacity: var(--overlay-opacity, 0);
    pointer-events: none; 
    transition: opacity 0.3s ease-out; 
    z-index: 100; 
}

#tronc::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 500px);
    background: #401f1952; 
    opacity: var(--overlay-opacity, 0);
    pointer-events: none; 
    transition: opacity 0.3s ease-out; 
    z-index: 1; 
}

#arbre_content::after {
    content: "";
    background: #a26946;
    position: absolute;
    bottom: -498px;
    left: 0;
    width: 100%;
    height: 500px;
    opacity: 1;
}

#introduction_container {
    position: relative;
    width: 100%;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--color_01);
}

#introduction_container::after {
    content: "";
    background-image: url("https://lescompagnonsduvegetal.fr/lcvd052019/wp-content/uploads/2026/04/arbre_bottom_02.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    pointer-events: none;
    bottom: -501px;
    left: 0;
    width: 100%;
    height: 501px;
    z-index: 30;
    position: absolute;
}

#introduction_text {
    width: 45%;
    padding: 3em 4em 7em;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#introduction_text h2 {
    color:var(--color_03);
    margin-bottom:.2em;
}

#introduction_text p,
#introduction_text strong {
    color:var(--color_02_DD);
}

#arbre_container {
    position:relative;
}

.asso_bloc_text {
    position: absolute;
    z-index:1;
    width: 40%;
    padding: 3em 4em;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0; 
    transform: translateY(40%);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-out; 
    pointer-events: none; 
    /* background-color: #ffecac45; */
    border-radius: 18px;
    /* backdrop-filter: blur(4px); */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.asso_bloc_text.visible {
    opacity: 1; 
    transform: translateY(0%);
    pointer-events: auto; 
}

.asso_bloc_text.hidden-above {
    opacity: 0;
    transform: translateY(40%); /* Reste en bas (avant d'entrer) */
    pointer-events: none;
}

.asso_bloc_text.hidden-below {
    opacity: 0;
    transform: translateY(-40%); /* Remonte en haut (après être sorti) */
    pointer-events: none;
}

.asso_bloc_text_icon {
    display: flex;
    align-items: flex-end;
    width: 100%;
    margin-bottom: .6em;
    gap: 1em;
    /* flex-direction: column; */
}

.asso_bloc_text_icon img {
    width: 3.3em;
}

.asso_bloc_text h2 {
    line-height: .95em;
    text-align: left;
}

#asso_bloc_text_01 {
    top: 10%;
    left: -26%;
}

#asso_bloc_text_02 {
    top: 37%;
    left: -5%;
}

#asso_bloc_text_03 {
    top: 72%;
    left: 23%;
    z-index:40 !important;
}

#asso_bloc_text_01 h2 {
    color:var(--color_02_D);
}

.asso_bloc_text p,
.asso_bloc_text strong {
    color:var(--color_02_D);
}

#asso_bloc_text_03 h2 {
    color:var(--color_01_L);
}

#asso_bloc_text_03 p,
#asso_bloc_text_03 strong {
    color:var(--color_03_L);
}

#tronc, #terre {
    position: absolute;
    top:0;
    pointer-events: none;
}

#tronc {
    z-index:30;
}

#terre {
    z-index:35;
    display:none;
}

#documents li {
    list-style-type: disc;
    margin-left: 3em;
}

/* //////////////////////////////////////////////////////////// ANIMATION FEUILLES ///////////////////////////////////////////////////////////////////////////////////// */

#leaf_container {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.leaf {
    position: absolute;
    top:-10vh;
    z-index:40;
    height: 80px;
    opacity: 1;
    pointer-events: none;
}

.leaf1 {
    left: 65%;
    animation: fall1 9s linear infinite;
}

.leaf2 {
    left: 10%;
    animation: fall2 6s linear infinite;
    animation-delay: 1s;
}

.leaf3 {
    left: 80%;
    animation: fall3 7.5s linear infinite;
    animation-delay: 3s;
}

@keyframes fall1 {
    0% {
        transform:translate(0vw, 0vh) rotate(0deg);
        opacity:1;
    }
    80% {
        opacity:1;
    }
    100% {
        transform:translate(5vw, 100vh) rotate(-120deg);
        opacity:0;
    }
}

@keyframes fall2 {
    0% {
        transform:translate(0vw, 0vh) rotate(0deg);
        opacity:1;
    }
    80% {
        opacity:1;
    }
    100% {
        transform:translate(5vw, 100vh) rotate(-60deg);
        opacity:0;
    }
}

@keyframes fall3 {
    0% {
        transform:translate(0vw, 0vh) rotate(0deg);
        opacity:1;
    }
    80% {
        opacity:1;
    }
    100% {
        transform:translate(5vw, 100vh) rotate(-90deg);
        opacity:0;
    }
}

/* //////////////////////////////////////////////////////////// ANIMATION NUAGE ///////////////////////////////////////////////////////////////////////////////////// */

.cloud-container {
  opacity: 1;
  position:absolute;
  top:33%; 
}

.cloud {
  display: inline-block;
  width: 180px;
  z-index:0;
}

.cloud:nth-child(1){
  position: absolute;
  top: 80px;
  left: -1800px;
}

.cloud:nth-child(2){
  position: absolute;
  top: 70px;
  left: -1490px;
}

.cloud:nth-child(3){
  position: absolute;
  top: 10px;
  left: -1030px;
}

.cloud:nth-child(4){
  position: absolute;
  top: 80px;
  left: -550px;
}

.cloud:nth-child(5){
  position: absolute;
  top: 30px;
  left: -130px;
}

.cloud:nth-child(6){
  position: absolute;
  top: 70px;
  left: 330px;
}

.cloud {
    animation: cloudmove 70s linear infinite backwards;
}

@keyframes cloudmove {
  0% { transform: translateX(0vw); }
  100% { transform: translateX(100vw); }
}

/* //////////////////////////////////////////////////////////// ANIM VER DE TERRE ///////////////////////////////////////////////////////////////////////////////////// */


.ver-de-terre {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: -5px;
    position: absolute;
    bottom:0;
    animation: avancer 25s infinite linear;
    animation-delay: .5s;
}

.ver-de-terre_fixed {
    display: none;
    flex-direction: row;
    align-items: center;
    gap: -5px;
    position: absolute;
    top:-25px;
    left:3vw;
    animation: avancer 1s infinite linear;
    animation-delay: 0s;
}

.segment {
    width: 25px;
    height: 25px;
    background-color: var(--color_03_D);
    border-radius: 50%;
    animation: onduler 1s infinite ease-in-out;
}

.segment:nth-child(1) { animation-delay: 0.1s; }
.segment:nth-child(2) { animation-delay: 0.2s; }
.segment:nth-child(3) { animation-delay: 0.3s; }
.segment:nth-child(4) { animation-delay: 0.4s; }
.segment:nth-child(5) { animation-delay: 0.5s; }
.segment:nth-child(6) { animation-delay: 0.6s; }
.segment:nth-child(7) { animation-delay: 0.7s; }
.segment:nth-child(8) { animation-delay: 0.8s; }

@keyframes onduler {
    0%, 50%, 100% {
        transform: translateY(0) scale(1);
    }
    25% {
        transform: translateY(-20px) scale(1.1);
    }
}

@keyframes avancer {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-2vw);
    }

    100% {
        transform: translateX(0vw);
    }
}


/* ////////////////////////////////////////////////////////// EQUIPE ///////////////////////////////////////////////////////////////////////////////////// */

#e02 {
    margin-top:calc(418px + 500px);
    background-color:var(--color_03_D);
    padding:5em 8em;
}

#e02::before {
    content: "";
    background-image: url("https://lescompagnonsduvegetal.fr/lcvd052019/wp-content/uploads/2026/04/arbre_top_06.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
    top: -585px;
    left: 0;
    width: 100%;
    height: 585px;
    z-index: 10;
    position: absolute;
}


#carousel {
    width: 100%;
    margin: 0 auto 0;
    position: relative;
    padding: 20px 0;
    height: 550px;
    padding-top: 7em;
}

#equipe_member {
    display: flex;
    gap: 20px;
    transition: transform 0.5s ease;
}

.member {
    flex: 0 0 300px;
    background: var(--color_02);
    border-radius: 40px;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 2em;
    max-width:300px;
    max-height:fit-content;
}

.member.member_actif {
    flex: 0 0 600px;
    background: var(--color_01);
    transform: scale(1.1);
    padding: 2em 3em;
    max-width:600px;
    margin:0 30px;
}

.member:hover {
    background-color: var(--color_01);
    box-shadow: 0px 0px 16px #a2694687;
    transform: scale(1.03);
    transition: all ease 300ms;
}

.member_actif:hover {
    transform: scale(1.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.member_title {
    display: flex;
    flex-direction:column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1em;
}

.member_title span:first-child {
    color: var(--color_01_L);
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.1em;
    transition: 800ms;
    text-align:center;
}

.member_actif .member_title span:first-child {
    color: var(--color_03);
}

.member_title span:last-child {
    color: var(--color_02_DD);
    font-size: 1.1em;
}

.member_photo {
    width: 180px;
    height: 180px;
    height: fit-content;
    background-size: cover;
    background-position: center;
    margin-bottom: 10px;
    border-radius:50%;
    aspect-ratio:1;
}

.member_text p {
    font-size: .85em;
    color: var(--color_02_DD);
}

.member_main_info {
    display: flex;
    justify-content: center;
    gap: 0;
    position: relative; /* Nécessaire pour le positionnement absolu du texte */
}

.member_actif .member_main_info {
    gap:2em;
    transition: gap 0.5s ease;
}

.member_text {
    position: absolute; /* Sort du flux normal pour ne pas affecter la largeur */
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    width: 55%; /* Largeur finale (identique à celle en mode actif) */
    overflow: hidden;
    pointer-events: none; /* Évite les interactions quand masqué */
    left: calc(180px + 2em); /* Positionne à droite de la photo (150px = largeur photo + gap) */
    top: 0;
    transition:
        opacity 0.001s ease,
        visibility 0.001s ease,
        max-height 1.5s ease;
}

/* Texte visible en mode actif */
.member_actif .member_text {
    position: relative; /* Reviendra dans le flux normal */
    opacity: 1;
    visibility: visible;
    max-height: 500px;
    pointer-events: auto;
    left:0;
}

.member_actif::before {
    content: "";
    background-image: url(https://lescompagnonsduvegetal.fr/lcvd052019/wp-content/uploads/2026/04/arbre_feuille_02.webp);
    background-repeat: no-repeat;
    pointer-events: none;
    top: -5.5em;
    right: 0px;
    width: 6em;
    z-index: 1000;
    position: absolute;
    height: 8em;
    transform: rotate(9deg);
    background-position: center center;
}

.member_actif::after {
    content: "";
    background-image: url(https://lescompagnonsduvegetal.fr/lcvd052019/wp-content/uploads/2026/04/arbre_feuille_02.webp);
    background-repeat: no-repeat;
    pointer-events: none;
    top: -4.8em;
    right: -2.5em;
    width: 6em;
    z-index: 1000;
    position: absolute;
    height: 8em;
    transform: rotate(42deg);
    background-position: center center;
}
 
/* ── Pastilles de navigation (mobile) ── */
#carousel_dots {
    display: none; /* Cachées par défaut (desktop) */
    justify-content: center;
    gap: 10px;
    margin-top: 1.2em;
}
 
.carousel_dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background-color: var(--color_02);
    cursor: pointer;
    padding: 0;
    transition: background-color 0.3s ease, transform 0.3s ease;
}
 
.carousel_dot.carousel_dot_actif {
    background-color: var(--color_01);
    transform: scale(1.35);
}



/* //////////////////////////////////////////////////////////// AGENDA /////////////////////////////////////////////////////////////////////////////////// */


#e03 {
    scroll-margin-top: 105px;
}

#agenda {
    width:80%;
    margin:auto;
    position:relative;
    z-index:1;
}

.page #agenda {
    width: 140%;
    margin-left: -20%;
}

#main_event {
    position:relative;
    width:100%;
    height:60vh;
    margin: 2em 0;
}

#main_event::before {
    content: "";
    background: linear-gradient(to top, #462703 0%, #67390000 50%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

#main_event_img {
    object-fit: cover;
    width:100%;
    height:60vh;
}

#main_event_category {
    position:absolute;
    top:0;
    left:0;
    margin: auto;
    right: 0;
    display:flex;
    justify-content:center;
    align-items:center;
    background-color:var(--color_01);
    padding:1em 2em;
    width: 25vw;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

#main_event_category h3 {
    color:var(--color_03_L);
}

#main_event_text {
    position: absolute;
    bottom: 0;
    display:flex;
    align-items: center;
    justify-content: space-between;
    width:75%;
    margin:0 auto;
    bottom:0;
    left: 0;
    right: 0;
    padding: 1.5em 0;
}

#main_event_date {
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.agenda_date {
    color: var(--color_02_D);
    transition: all ease 800ms;
}

.agenda_events:hover .agenda_date {
    color: var(--color_01_L);
    transition: all ease 300ms;
}

#main_event_mois {
    font-size: 2em;
    font-weight: 100;
    line-height: 0.5em;
}

#main_event_jour {
    font-size: 3.8em;
    font-weight: bold;
    line-height: 1.3em;
}

#main_event_info {
    display:flex;
    flex-direction: column;
    width:60%;
}

#main_event_info h4 {
    text-align: left;
    margin-bottom:0.3em;
}

#main_event_info p {
    color:var(--color_03_L);
}

#main_event_bouton {
    display:flex;
    align-items: center;
    justify-content: center;
    background-color:var(--color_02);
    color:var(--color_03);
    border-radius:15px;
    padding:1em 2em;
}




#agenda_list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 3em auto;
    justify-content: left;
    gap: 1em;
}

#main-page #agenda_list {
    width:100%;
}

.agenda_events {
    width: 32%;
    cursor:pointer;
    overflow: hidden;
    background-color: var(--color_03_D);
    border-radius: 35px;
    transition: all ease 800ms;
    position: relative;
}

.agenda_events:hover {
    background-color: var(--color_02_D);
    box-shadow: 0px 0px 16px var(--color_02);
    transition: all ease 300ms;
}

#agenda_event_content {
    display:flex;
    padding: 1.5em 2em;
}

.agenda_event_img {
    overflow:hidden;
}

.agenda_event_img img {
    object-fit: cover;
    width: 100%;
    aspect-ratio: 1.6;
    transition: all ease 800ms;
}

.agenda_events:hover .agenda_event_img img {
    transform: scale(1.05);
    transition: all ease 300ms;
}

.agenda_event_date {
    margin-right: 1.5em;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#agenda_event_mois {
    font-size: 1.3em;
    line-height: .5em;
    font-weight: 100;
}

#agenda_event_jour {
    font-size: 2em;
    font-weight: bold;
}

#agenda_event_jour_semaine {
    font-size: 1.1em;
    font-weight: 100;
    margin-bottom: -.4em;
}

#agenda_event_hour {
    font-size: 1.1em;
    font-weight: bold;
}

#agenda_separator {
    color:var(--color_02_D);
    margin-bottom:.3em;
    transition: all ease 800ms;
}

.agenda_events:hover #agenda_separator {
    color:var(--color_03);
    transition: all ease 300ms;
}

.agenda_event_info {
    border-left: 1px solid var(--color_02_D);
    padding-left: 1.8em;
    margin-top: .3em;
    transition: all ease 800ms;
}

.agenda_events:hover .agenda_event_info {
    border-left: 1px solid var(--color_03_D);
    transition: all ease 300ms;
}

.agenda_event_info h3 {
    color: var(--color_02_D);
    text-align:left;
    font-size:1.3em;
    margin-bottom: .2em;
    transition: all ease 800ms;
    font-weight: 900;
    font-family: "Google Sans", sans-serif;
}

.agenda_events:hover .agenda_event_info h3 {
    color: var(--color_01_L);
    transition: all ease 300ms;
}

.agenda_event_info p {
    font-size:.87em;
    color: var(--color_02_DD);
    transition: all ease 800ms;
}

.agenda_events:hover .agenda_event_info p {
    color: var(--color_03_D);
    transition: all ease 300ms;
}

#agenda_voir_plus {
    display:flex;
    justify-content: center;
}


.page-agenda #agenda_list {
    margin: 0 auto;
}



/* ── Archives toggle ── */
#agenda_archives_toggle {
    text-align: center;
    margin: 2rem 0 1rem;
}

#btn_archives {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
}

.btn_archives_arrow {
    transition: transform 0.3s ease;
}

#btn_archives[aria-expanded="true"] .btn_archives_arrow {
    transform: rotate(120deg);
    margin-top:.2em;
}

#agenda_archives {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease;
}

#agenda_archives[aria-hidden="false"] {
    max-height: 9999px; 
}

#agenda_archives_title {
    text-align: center;
    margin: 1rem 0;
    opacity: 0.6; 
}

.agenda_archives_list .agenda_events {
    opacity: 0.75;
}

#agenda_load_more_wrap  {
    display: flex;
    justify-content: center;
}

.agenda_edit_btn {
    position: absolute;
    top: 1em;
    right: 1.5em;
    z-index: 10;
    background: var(--color_01);
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    padding: .5em 1em;
    border-radius: 50px;
    opacity: 0;
    transition: opacity 0.2s ease;
    white-space: nowrap;
    transition:all ease 250ms;
}

.agenda_events:hover .agenda_edit_btn {
    opacity: 1;
}

.agenda_edit_btn:hover {
    color: var(--color_02_D);
    background: var(--color_03);
    box-shadow: 0 0 9px #6c433cb0;
}


/* //////////////////////////////////////////////////////////// POPUP ///////////////////////////////////////////////////////////////////////////////////// */


.modal {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #46270381;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 300ms ease;
}

.modal.is-open {
    opacity: 1;
    pointer-events: all;
}

.modal-content {
    background-color: var(--color_03_L);
    margin: 12vh auto 8vh;
    padding: 4em 5em 4em;
    border-radius: 40px;
    width: 75%;
    max-height: 80vh;
    overflow-y: auto;
}

.modal .modal-content {
    transform: translateY(30px) scale(0.9);
    transition: transform 300ms ease;
}

.modal.is-open .modal-content {
    transform: translateY(0) scale(1);
}

.close {
    color: var(--color_02);
    float: right;
    font-size: 3em;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    z-index: 20;
    right: .6em;
    top: .2em;
    transition: all ease 250ms;
}

.close:hover {
    color: var(--color_03_D);
}

.popup-header {
    width: 45%;
    position: sticky;
    top: 0;
    align-self: flex-start;
    background-color: var(--color_03_L);
    z-index: 10; 
}

.popup-gallery {
    display: grid;
    gap: 10px;
    margin-bottom: 20px;
}
.popup-gallery img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 30px;
}

.popup-header img {
    border-radius: 30px;
}

#popup-content {
    display:flex;
    max-height: 80vh;
    overflow-y: auto; 
}

.popup-header-info {
    padding: 1em 2em 0 1em;
}

.popup-title {
    display:flex;
    justify-content: center;
}

.popup-title-name {
    font-size: 1.5em;
    color: var(--color_02);
}

.popup-page-title-name {
    font-size: 2.2em;
    color: var(--color_02);
    font-family: 'Love Ya Like A Sister';
}

.popup-category {
    display: flex;
    flex-wrap: wrap;
    gap: .7em;
    margin: .5em 3em 0;
}

.popup-category-name {
    color: var(--color_03);
    display: flex;
    padding: .7em 1.6em;
    background-color: var(--color_01);
    border-radius: 10px;
    gap: 2em;
    font-weight: 500;
    font-size: 0.9em;
}

#popup-info-container {
    display:flex;
    flex-direction:column;
    margin: 1em 1em;
}

.popup-info {
    display: flex;
    padding: .6em 1.6em;
    border-bottom: 1px solid var(--color_02_L);
}

.popup-info-name {
    display:flex;
    min-width: 25%;
    color: var(--color_02);
    line-height: 0;
    margin-right: 1em;
    margin-bottom: .7em;
    margin-top: .5em;
}

.popup-info-content{
    width: auto;
    color: var(--color_02_D);
    text-align: left;
    line-height: 1em;
}

.popup-article {
    padding: 2em 2em 2em 5em;
    width: 60%;
}

.popup-article h3 {
    margin-top: 1.2em;
    margin-bottom: .3em;
}

.popup-article #page_text p {
    text-align: justify;
}


.popup-header-img {
    width: 100%;
    aspect-ratio: 1.4;
    border-radius: 35px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* //////////////////////////////////////////////////////////// PARTENAIRES ///////////////////////////////////////////////////////////////////////////////////// */


#partenaires {
    display: flex;
    gap: 2vw;
    width: calc(100vw + 10vh);
    margin: 2em auto 0;
    background-color: #fff1c8;
    padding: 2em 0;
    margin-left: -10vh;
    position: relative;
}

#partenaires .logos-container {
    display: flex;
    mix-blend-mode: multiply;
    animation: defilement 20s linear infinite;
    gap: 1em;
}

#partenaires .logos-container .logo_partenaires {
    width: 10vw;
    max-height: 14vh;
    object-fit: contain;
    flex-shrink: 0;
}

@keyframes defilement {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* //////////////////////////////////////////////////////////// ADHESION ///////////////////////////////////////////////////////////////////////////////////// */

#e06 {
    scroll-margin-top: 105px;
}

#adherer {
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
    gap:1em;
}


/* //////////////////////////////////////////////////////////// BANNIERES ///////////////////////////////////////////////////////////////////////////////////// */


.e03::before {
    content: "";
    background-image: url("https://lescompagnonsduvegetal.fr/lcvd052019/wp-content/uploads/2026/04/banniere_arbre_02.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
    top: 4em;
    right: 0;
    width: 309px;
    height: 700px;
    z-index: -1;
    position: absolute;
    opacity: .2;
}

.e04 {
    overflow:hidden;
}

.e04::before {
    content: "";
    background-image: url("https://lescompagnonsduvegetal.fr/lcvd052019/wp-content/uploads/2026/04/banniere_arbre_01.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
    top: -1em;
    left: 0;
    width: 207px;
    height: 935px;
    z-index: -1;
    position: absolute;
    opacity: .2;
}

.e06::before {
    content: "";
    background-image: url("https://lescompagnonsduvegetal.fr/lcvd052019/wp-content/uploads/2026/04/banniere_arbre_03.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
    top: 0em;
    left: 0;
    width: 117px;
    height: 628px;
    z-index: -1;
    position: absolute;
    opacity: .2;
}


/* //////////////////////////////////////////////////////////// VLP LINK PREVIEW ///////////////////////////////////////////////////////////////////////////////////// */


.vlp-link-container.vlp-template-default.wp-block-visual-link-preview-link{
    border-radius: 30px;
    overflow: hidden;
    width: 100%;
    background: var(--color_02);
    margin-bottom: 0;
    transition: all ease 800ms;
    border:none;
    padding: 0;
}

.vlp-link-container.vlp-template-default.wp-block-visual-link-preview-link:hover {
    background-color: var(--color_01);
    box-shadow: 0px 0px 16px #673900a6;
    transition: all ease 300ms;
    border:none;
}

.vlp-template-default .vlp-link-image-container {
    object-fit: cover;
    flex-shrink: inherit !important;
    max-width: unset !important;
    width: 25%;
    aspect-ratio: 1.8;
}

.vlp-template-default .vlp-link-image {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.vlp-template-default .vlp-link-image img {
    max-height: unset !important;
    max-width: unset!important;
    object-fit: cover;
    width: 100% !important;
    height: 100%;
    transition: all ease 800ms;
}

.vlp-link-container.vlp-template-default.wp-block-visual-link-preview-link:hover .vlp-link-image img {
    transform: scale(1.05);
    transition: all ease 300ms;
}

.vlp-link-text-container {
    width: 75%;
    padding: 2em 5em 2em 3em;
}

.vlp-template-default .vlp-link-title {
    transition:all ease 800ms;
    color: var(--color_01_L) !important;
    font-size: 1.3em !important;
    line-height: 1.4em !important;
    margin-bottom: .1em;
}

.vlp-link-container.vlp-template-default.wp-block-visual-link-preview-link:hover .vlp-link-title {
    color: var(--color_03) !important;
    transition: all ease 300ms;
}

.vlp-template-default .vlp-link-summary {
    transition:all ease 800ms;
    color: var(--color_03) !important;
    font-size: .9em !important;
}

.vlp-link-container.vlp-template-default.wp-block-visual-link-preview-link:hover .vlp-link-summary {
    color: var(--color_02_D) !important;
    transition: all ease 300ms;
}

.vlp-link-container::after {
    content: "🡲";
    margin-left: 8px;
    font-size: 1.2em;
    color: var(--color_02);
    position: absolute;
    right: 1.8em;
    top: 40%;
    transition:all ease 800ms;
}

.vlp-link-container:hover::after {
    content: "🡲";
    color: var(--color_03);
    transition: all ease 300ms;
    transform: translateX(8px);
}



/* // SOURCE // */

.source_container {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top:0;
    margin-bottom:0.5em;
}

.source {
    background-color: var(--color_02_D);
    padding: .5em 2em;
    margin-right: 2em;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.source a {
    color: var(--color_03);
}


/* // VLP POUR LA PAGE NOUS SOUTENIR // */

.page-nous-soutenir .vlp-link-container {
    margin-top: 1.5em;
    margin-bottom: 2em;
}



/* //////////////////////////////////////////////////////////// PAGES ///////////////////////////////////////////////////////////////////////////////////// */

#main-page {
    padding-bottom:20em;
}

#page_title_content {
    display:flex;
    flex-direction:column;
    align-items: center;
}

#page_title_content img {
    margin-bottom:.5em;
}

#body-page #page_text h2,
#body-page #page_text h3,
#body-page #page_text h4,
#body-page #page_text h5,
#body-page #page_text p {
    text-align:justify;
}

.page-reproduction-vegetale #page_text p,
.page-reproduction-vegetale #page_text h2, 
.page-reproduction-vegetale #page_text h3, 
.page-reproduction-vegetale #page_text h4, 
.page-reproduction-vegetale #page_text h5 {
    text-align:left;
}

.page-amenagements #page_text p,
.page-amenagements #page_text h2, 
.page-amenagements #page_text h3, 
.page-amenagements #page_text h4, 
.page-amenagements #page_text h5 {
    text-align:left;
}

.page-animations #page_text p,
.page-animations #page_text h2, 
.page-animations #page_text h3, 
.page-animations #page_text h4, 
.page-animations #page_text h5 {
    text-align:left;
}

.page-politique-de-cookies #page_text p,
.page-politique-de-cookies #page_text h2, 
.page-politique-de-cookies #page_text h3, 
.page-politique-de-cookies #page_text h4, 
.page-politique-de-cookies #page_text h5 {
    text-align:left;
}

.page-mentions-legales #page_text p,
.page-mentions-legales #page_text h2, 
.page-mentions-legales #page_text h3, 
.page-mentions-legales #page_text h4, 
.page-mentions-legales #page_text h5 {
    text-align:left;
}

.page-politique-de-confidentialite #page_text p,
.page-politique-de-confidentialite #page_text h2, 
.page-politique-de-confidentialite #page_text h3, 
.page-politique-de-confidentialite #page_text h4, 
.page-politique-de-confidentialite #page_text h5 {
    text-align:left;
}

.page-politique-de-confidentialite #page_text ul,
.page-mentions-legales #page_text ul,
.page-politique-de-cookies #page_text ul  {
    margin-bottom: 1em;
    margin-top: -.2em;
}

.page-politique-de-confidentialite #page_text li,
.page-mentions-legales #page_text li,
.page-politique-de-cookies #page_text li {
    list-style-type: disc;
    margin-left:1.5em;
    font-size: 1em;
}

.page-contact #main-page {
    padding-bottom: 15em;
}

#page_gallery {
    display:flex;
    flex-wrap: wrap;
    width:100%;
    gap:1em;
    margin: 1em 0;
    justify-content: center;
}

#page_gallery a {
    display: block; 
    width: calc(25% - .75em);
    aspect-ratio: 1; 
    border-radius: 30px; 
    overflow: hidden;
}

#page_gallery a img {
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    border-radius: inherit; 
}

/* //////////////////////////////////////////////////////////// FANCYBOX ///////////////////////////////////////////////////////////////////////////////////// */
/*
.fancybox__container {
    --fancybox-bg: var(--color_02_DD) !important;
}
*/

/* //////////////////////////////////////////////////////// PAGE NOUS SOUTENIR ///////////////////////////////////////////////////////////////////////////////////// */

#button_adhesion {
    display:flex;
    justify-content: center;
    width:100%;
    margin-bottom:2em;
}


/* //////////////////////////////////////////////////////////// FOOTER ///////////////////////////////////////////////////////////////////////////////////// */

footer {
    position:relative;
}

#footer {
    padding: 5vh 0 12vh;
}

footer::before {
    content: "";
    background-image: url("https://lescompagnonsduvegetal.fr/lcvd052019/wp-content/uploads/2026/04/CVS_banniereHerbe_01.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
    top: -264px;
    left: 0;
    width: 100%;
    height: 266px;
    z-index: 10;
    position: absolute;
}

#footer #reseaux_sociaux_footer img {
    border-radius:50px;
}

#footer #reseaux_sociaux_footer img:hover {
    filter: brightness(2.6) hue-rotate(41deg);
    box-shadow: 0px 0px 12px #a16f5034;
    transition: all ease 300ms;
}

footer .footer-copyright {
    font-weight:bold;
}

footer .footer-copyright a {
    color: var(--color_03_D);
    font-weight:bold;
    text-shadow: 1px 0px 9px #6c433c59;
}

footer .footer-copyright a:hover {
    color: var(--color_03);
}

#footer #footer_text {
    padding: 0 2em;
}

#footer_newsletter {
    margin: 1em 0 .5em;
    padding: 0 2em;
}

#footer_newsletter input {
    border-radius:50px;
}

#footer_newsletter input[type=submit]{
    background-color:var(--color_02_D);
    transition:all ease 250ms;
    margin-top:.8em;
    color:var(--color_03);
}

#footer_newsletter input[type=submit]:hover {
    background-color:var(--color_03_D);
    color:var(--color_02_DD);
}

#footer #newsletter_message {
    margin-bottom:.5em;
}


/* //////////////////////////////////////////////////////////// CONTACT ///////////////////////////////////////////////////////////////////////////////////// */

#e_contact {
    scroll-margin-top: 105px;
}

.encart_contact {
    padding-bottom:12em;
}

.page-contact .wpcf7-form {;
    width: 80%;
    margin: auto;
}

.page-contact .wpcf7-form-control.wpcf7-text[size] {
    border-radius: 30px;
}

.page-contact .wpcf7-form-control-wrap input, 
.page-contact .wpcf7-form-control-wrap textarea {
    border-radius: 25px;
}

.page-contact form [type=button]:not(:disabled), 
.page-contact form [type=reset]:not(:disabled), 
.page-contact form [type=submit]:not(:disabled), 
.page-contact form button:not(:disabled) {
    background-color: var(--color_02_D);
    border-radius: 50px;
    color: var(--color_03);
    padding: .9em 2em;
    font-size: 1.1em;
    transition: all ease 800ms;
}

.page-contact form [type=button]:not(:disabled):hover, 
.page-contact form [type=reset]:not(:disabled):hover, 
.page-contact form [type=submit]:not(:disabled):hover, 
.page-contact form button:not(:disabled):hover {
    background-color: var(--color_01);
    color: var(--color_03_L);
    transition: all ease 300ms;
}

.wpcf7 form.sent .wpcf7-response-output {
    background-color: var(--color_01_L);
    color: var(--color_02_DD);
    padding: 1em 3em;
    margin: -1em 0 6em;
    border-radius: 50px;
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    
}

/* //////////////////////////////////////////////////////////// COCCINELLE ///////////////////////////////////////////////////////////////////////////////////// */


.container {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw !important;
  max-width: none !important;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}

.ladybug {
  width: 65px;
  height: 65px; 
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -13px;
  margin-top: -13px;
  pointer-events: auto;
  cursor: pointer;
  transform-origin: center;
}

.ladybug img {
  width: 100%;
  height: 100%;
  display: block;
}

.tooltip {
  position: absolute;
  background: var(--color_02);
  color: var(--color_03_L);
  padding: .5em 1.5em;
  border-radius: 15px;
  font-size: 1em;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
  z-index: 10;
  transform: translate(-50%, -100%);
  top: 0;
  left: 0;
}

.ladybug:hover + .tooltip {
  opacity: 1;
}


/* ///////////////////////////////////////////////////////////  VIDEO  ///////////////////////////////////////////////////////////////////////////////////// */

#e07_video_container {
    display:flex;
    justify-content:center;
    width:100%;
    margin-bottom: 5em;
}

#e07_video_container video {
    width: 80%;
    border-radius: 30px;
}

/* ////////////////////////////////////////////////////////////////////// COOKIE ////////////////////////////////////////////////////////////////////////////////////// */

#cdc-cookie button.cdc-cookie__btn {
    padding: .5em .7em .7em !important;
}

#cdc-cookie button.cdc-cookie__btn.open .cdc-cookie__btn__close {
    margin-top: .2em !important;
}

#cdc-cookie .cdc-cookie__popup__steps__step {
    padding: 2em 3.5em 1em !important;
}

#cdc-cookie .cdc-cookie__popup {
    margin-bottom: 0em !important;
}

#cdc-cookie .cdc-cookie__popup__steps__step__body__image {
    margin-right: 1em !important;
}

#cdc-cookie .cdc-cookie__popup__steps__step__body__image img {
    width: 35px !important;
}

#cdc-cookie .cdc-cookie__popup__steps__step__body__title {
    font-family: "Google Sans", sans serif !important;
    color: var(--color_02_D) !important;
    font-size: 1.9em !important;
}

#cdc-cookie .cdc-cookie__popup {
    max-width: 520px !important;
}

#cdc-cookie .cdc-cookie__popup__steps__step__body {
    margin-bottom: 10px !important;
}

#cdc-cookie .cdc-cookie__popup__steps__step__footer__btns {
    flex-wrap:wrap;
}

#cdc-cookie .cdc-cookie__popup__steps__step__footer__btns button.cdc-cookie__popup__steps__step__footer__btns__btn.main {
    padding: 1em 1.5em !important;
    font-family: "Google Sans", sans-serif !important;
}

#cdc-cookie .cdc-cookie__popup__steps__step__body__description {
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    font-family: "Google Sans", sans-serif !important;
}

#cdc-cookie .cdc-cookie__popup__steps__step__body__important-links__item span {
    font-size: .85em !important;
    letter-spacing: 0 !important;
    font-family: "Google Sans", sans-serif !important;
}

#cdc-cookie .cdc-cookie__popup__steps__step__footer__btns button.cdc-cookie__popup__steps__step__footer__btns__btn.main:hover {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
    background-color: var(--color_01_L) !important;
    color: var(--color_02_D) !important;
}

/* /////////////////////////////////////////////////////////////////////// RESPONSIVE ////////////////////////////////////////////////////////////////////////// */


/* ---------------------------- Ecran Ordinateurs ---------------------------- */

@media (max-width: 1700px) {

    .asso_bloc_text h2 {
        font-size: 2.3em;
    }

    #introduction_text {
        width: 50%;
    }

    #asso_bloc_text_03 {
        top: 72%;
        left: 38%;
    }

    #axes_container {
        width: 200%;
    }

    .agenda_events {
        width: calc(50% - .5em);
    }

    #agenda_event_content {
        padding: 1.5em 2em 2em;
    }

    #e01 {
        height:3550px;
    }

    .asso_bloc_text {
        width: 45%;
    }

    #asso_bloc_text_01 {
        top: 9.5%;
        left: -21%;
    }

    #main-page #agenda_list {
    width: 85%;
}

}

@media (max-width: 1580px) {

    #asso_bloc_text_03 {
        top: 73%;
        left: 43%;
    }

    .modal-content {
        width: 85%;
    }

    .popup-category {
        margin: .5em 1em 0;
    }

}



@media (max-width: 1440px) {

    #introduction_text {
        width: 62%;
    }


    #axes_container {
        width: 140%;
    }

    #axes_container a {
        width: calc(50% - 2em);
    }

    .vlp-template-default .vlp-link-image-container {
        width: 40%;
    }

    #terre {
        display:block;
    }

    #e01 {
        height:3580px;
    }

    .asso_bloc_text {
        width: 50%;
    }

    #asso_bloc_text_01 {
        top: 9%;
        left: -10%;
    }

    #asso_bloc_text_03 {
        top: 66%;
        left: 0%;
    }

    #main-page {
        padding: 15vh 20vw 20em;
    }

    #main-page #agenda_list {
        width: 80%;
    }

}

@media (max-width: 1280px) {

    #introduction_text {
        width: 68%;
    }

    .vlp-link-container.vlp-template-default.wp-block-visual-link-preview-link {
        width: 110%;
    }

    #e01 {
        height:3600px;
    }

    .asso_bloc_text {
        width: 55%;
    }

    #asso_bloc_text_01 {
        top: 9%;
        left: 0%;
    }

    #asso_bloc_text_02 {
        top: 37%;
        left: 0%;
    }

    #footer_logo {
        width: 25vw;
    }

    /* POPUP */

    .popup_arbre #popup-content {
        overflow-y: auto;
        flex-direction: column;
    }

    .popup_arbre .popup-header {
        order: 2;
    }

    .popup_arbre .popup-article {
        order: 1;
    }

    .popup_agenda #popup-content {
        overflow-y: auto;
        flex-direction: column;
    }

    .popup-header {
        width: 100%;
        position: relative;
    }

    .popup-gallery {
        gap: 1%;
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .popup-gallery a {
        text-align:center;
    }

    .popup-gallery img {
        width: 90%;
        margin: 0 auto 2% auto;
    }

    .popup-article {
        padding: 1em 2em;
        width: 100%;
    }

    .popup-article h2 {
        display:none;
    }

    .popup-title-name {
        font-family: "Love Ya Like A Sister", sans-serif;
        font-size: 2.4em;
        text-align:center;
        line-height: 1.2em;
        margin-bottom: .2em;
    }

    .popup-category {
        justify-content: center;
    }

    .modal-content ::-webkit-scrollbar {
        width: 6px;
    }

    .popup-header a {
        display: flex;
        justify-content: center;
    }

    .popup-header img {
        width: 80%;
    }

    #popup-info-container {
        margin: 1em 10em;
    }

    ..popup-header-img {
        width: 80%;
    }

}

@media (max-width: 1150px) {

    .vlp-link-container.vlp-template-default.wp-block-visual-link-preview-link {
        width: 125%;
    }

    .page-nous-soutenir .vlp-link-container.vlp-template-default.wp-block-visual-link-preview-link {
        width: 100%;
    }

    .vlp-template-default .vlp-link-image-container {
        width: 45%;
    }

    #e01 {
        height:3650px;
    }

    #asso_bloc_text_01 {
        top: 8%;
        left: 5%;
    }

    #popup-info-container {
        margin: 1em 7em;
    }

    #e07_video_container video {
        width: 100%;
    }
    
}

@media (max-width: 1080px) { 


}

@media (max-width: 1024px) {

    #introduction_text {
        width: 75%;
    }

    .agenda_events {
        width: 100%;
    }

    .vlp-link-container.vlp-template-default.wp-block-visual-link-preview-link {
        width: 100%;
    }

    .vlp-template-default .vlp-link-image-container {
        width: 40%;
    }

    #partenaires .logos-container .logo_partenaires {
        width: 15vw;
    }

    .asso_bloc_text {
        width: 65%;
    }

    #asso_bloc_text_01 {
        top: 7%;
        left: 0%;
    }

    #popup-info-container {
        margin: 1em 6em;
    }

}

@media (max-width: 960px) {

    #header_menu.header_menu_scrollup, #header_menu.header_menu_scrolldown {
        width: 96% !important;
        margin-left: 2% !important;
    }

    #menu {
        height: 97vh;
        border-radius: 35px;
        transform: translateX(104%);
    }

    .menu_burger {
        right: 35px;
        top: unset;
    }

    #introduction_text {
        width: 80%;
    }

    #axes_container {
        width: 90%;
    }

    #axes_container a  {
        width: 100%;
    }

    .asso_bloc_text {
        width: 70%;
    }

    #asso_bloc_text_01 {
        top: 6%;
        left: 0;
    }

    #asso_bloc_text_02 {
        top: 35%;
        left: 0;
    }

    #asso_bloc_text_03 {
        top: 67%;
        left: 0%;
    }

    #e01 {
        height:4050px;
    }

    #footer_logo {
        width: 30vw;
    }

    #main-page {
        padding: 15vh 17vw 20em;
    }

    #popup-info-container {
        margin: 1em 4em;
    }

    .popup-header img {
        width: 85%;
    }

    #main-page #agenda_list {
        width: 75%;
    }

    #axes_container.axes_container_nos_actions {
        width:100%;
    }

    #axes_container.axes_container_autres_axes a {
        width: 100%;
    }


}

@media (max-width: 860px) {

    #agenda {
        width: 90%;
    }

    .vlp-template-default .vlp-link-image-container {
        width: 45%;
    }

    #footer_logo {
        width: 35vw;
    }

    .modal-content {
        padding: 4em 3em 4em;
    }
}

/* ORDI ET MOBILE */

@media (max-width: 768px) {

    .desktop-only { 
        display: none;  
    }
    
    .mobile-only { 
        display: block; 
    }

    #homepage_bg .parallax-img:nth-child(2) { /* BG terre */
        height:110%;
    }

    #homepage_bg .parallax-img:nth-child(4) { /* Ver de terre */
        height:60%;
    }

    #homepage_bg .parallax-img:nth-child(6) { /* Feuilles arrondies */
        height:120%;
    }

    #homepage_bg .parallax-img:nth-child(8) { /* Logo */
        height:14%;
        top: calc(50dvh - 25px);
        z-index:10;
    }

    #homepage_bg .parallax-img:nth-child(10) { /* Feuilles pointues */
        height:130%;
    }

    #homepage_bg .parallax-img:nth-child(12) { /* Tiges */
        height:200%;
    }


    #menu {
        width: 80%;
        max-width: 80vw;
    }

    #axes_container {
        width: 100%;
    }

    #agenda {
        width: 100%;
    }

    #button_homepage_container {
        display:none;
    }

    .vlp-template-default .vlp-link-image-container {
        display:none;
    }

    .vlp-link-text-container {
        width: 100%;
        padding: 2.5em 5em 2.5em 5em;
    }

    #partenaires .logos-container .logo_partenaires {
        width: 20vw;
    }

    #e01 {
        height:4150px;
    }

    #footer_logo {
        width: 38vw;
    }

    .asso_bloc_text {
        width: 78%;
    }

    #asso_bloc_text_01 {
        top: 5%;
        left: 0;
    }

    .member.member_actif {
        flex: 0 0 450px;
    }

    .member_actif .member_main_info {
        flex-direction: column;
        align-items: center;
        gap:1em;
    }

    .member_text {
        width: 100%;
    }

    #e02 {
        padding: 5em 8em 13em;
    }

    #equipe_member {
        gap: 10px;
    }

    #page_gallery a {
        width: 100%;
    }

    #popup-info-container {
        margin: 1em 0em;
    }

    .popup-header img {
        width: 90%;
    }

    .modal-content {
        width: 90%;
        padding: 4em 3em 4em;
    }

    /* EQUIPE */ 

    /* Le wrapper devient un scroll horizontal avec snap */
    #carousel {
        overflow-x: scroll;
        overflow-y: visible;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;       /* Firefox */
        height: auto;
        padding: 1.5em 0 2em;
        /* Padding latéral pour que le premier/dernier soit centrable */
        padding-left: calc(50% - min(80vw, 320px) / 2);
        padding-right: calc(50% - min(80vw, 320px) / 2);
        display: block;              /* On sort du flex pour que le scroll fonctionne */
    }
 
    #carousel::-webkit-scrollbar {
        display: none;              /* Chrome/Safari */
    }
 
    /* equipe_member redevient flex mais sans transform */
    #equipe_member {
        display: flex;
        flex-wrap: nowrap;
        gap: 16px;
        width: max-content;
        transform: none !important; /* Annuler tout translateX desktop */
    }
 
    /* Chaque membre = snap center, taille relative à l'écran */
    .member {
        flex: 0 0 min(80vw, 320px);
        max-width: min(80vw, 320px);
        scroll-snap-align: center;
        scroll-snap-stop: always;
        max-height: none;
    }
 
    /* Membre actif : légèrement agrandi, même largeur de base */
    .member.member_actif {
        flex: 0 0 min(80vw, 320px);
        max-width: min(80vw, 320px);
        transform: scale(1.04);
        padding: 2em;
        margin: 0;
        /* Le contenu s'empile verticalement sur mobile */
    }
 
    .member_actif .member_main_info {
        flex-direction: column;
        align-items: center;
        gap: 1em;
    }
 
    .member_actif .member_text {
        position: relative;
        opacity: 1;
        visibility: visible;
        max-height: none;
        width: 100%;
        left: 0;
        pointer-events: auto;
        transition: none; /* Supprime la transition max-height lente héritée du desktop */
    }
 
    .member_photo {
        width: 120px;
        height: 120px;
    }
 
    /* Afficher les pastilles de navigation */
    #carousel_dots {
        display: flex;
    }
 
    /* Désactiver les décorations ::before / ::after du membre actif sur mobile */
    .member_actif::before,
    .member_actif::after {
        display: none;
    }

    .popup-header-img {
        width: 90%;
    }

    #axes_container.axes_container_nos_actions {
        width:100%;
    }

    .axes_container_home {
        width:120% !important;
    }

    #e07_video_container video {
        width: 120%;
    }

}

@media (max-width: 620px) {

    .v01-03, .v01-04, .v01-05, .v01-06 {
        padding: 6vh 4vh;
    }

    #axes_container {
        width: 110%;
    }

    .vlp-link-container.vlp-template-default.wp-block-visual-link-preview-link {
        width: 100%;
    }

    .page-nous-soutenir .vlp-link-container.vlp-template-default.wp-block-visual-link-preview-link {
        width: 100%;
    }

    #partenaires .logos-container .logo_partenaires {
        width: 23vw;
    }

    #footer_logo {
        width: 42vw;
    }

    .asso_bloc_text {
        width: 85%;
    }

    #asso_bloc_text_01 {
        top: 4%;
        left: 0;
    }

    .asso_bloc_text h2 {
        font-size: 2.1em;
    }

    .member.member_actif {
        flex: 0 0 380px;
    }

    #e02 {
        padding: 5em 3em 15em;
    }

    #main-page {
        padding: 15vh 15vw 20em;
    }

    .modal-content {
        width: 90%;
        padding: 4em 2em 4em;
    }

    .popup-title-name {
        font-size: 2.2em;
    }

    #agenda_event_content {
        flex-direction: column;
    }

    .agenda_event_date {
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: .3em;
        margin-left: 1.5em;
    }

    #agenda_event_jour {
        font-size: 2em;
    }

    #agenda_event_mois {
        font-size: 1.9em;
        margin-left: .25em;
        padding-right: .75em;
    }

    #agenda_event_jour_semaine {
        font-size: 1.7em;
        margin-bottom: 0;
        margin-right: .25em;
    }

    #agenda_separator {
        display: none;
    }

    #agenda_event_hour {
        padding-left: .8em;
        font-size: 1.7em;
        border-left: 1px solid var(--color_02);
    }
    
    .agenda_event_info {
        border-left: 0;
        border-top: 2px solid var(--color_02);
        padding: 1.2em 1.5em 0;
    }

    .agenda_events:hover .agenda_event_info {
        border-left: 0;
    }



}

@media (max-width: 540px) {

    #menu {
        width: 90%;
        max-width: 90vw;
    }

    .vlp-link-container.vlp-template-default.wp-block-visual-link-preview-link {
        width: 100%;
    }

    .vlp-link-text-container {
        padding: 2.5em 4em 2.5em 4em;
    }

    #partenaires .logos-container .logo_partenaires {
        width: 25vw;
    }

    #footer_logo {
        width: 45vw;
    }

    .asso_bloc_text {
        width: 90%;
    }

    .asso_bloc_text h2 {
        font-size: 1.9em;
    }

    .asso_bloc_text_icon img {
        width: 3em;
    }

    #e07_video_container video {
        width: 140%;
    }

}


@media (max-width: 480px) {

    #e01 {
        height:4400px;
    }

    .asso_bloc_text {
        width: 100%;
    }

    #asso_bloc_text_03 {
        top: 65%;
    }

    #introduction_text {
        width: 100%;
    }

    #e02 {
        padding: 5em 3em;
    }

    .v01-03,
    .v01-04,
    .v01-05,
    .v01-06 {
        padding: 6vh 4vh;
    }

    .vlp-link-container.vlp-template-default.wp-block-visual-link-preview-link {
        width: 100%;
    }

    #partenaires .logos-container .logo_partenaires {
        width: 33vw;
    }

    #footer_logo {
        width: 55vw;
    }

    #agenda_event_content {
        padding: 1.5em 1em 2em;
    }

    #agenda_event_jour {
        font-size: 1.7em;
    }

    #agenda_event_mois {
        font-size: 1.6em;
        padding-right: .5em;
    }

    #agenda_event_hour {
        padding-left: .5em;
        font-size: 1.4em;
    }

}




/* ---------------------------- Ecran Mobiles ---------------------------- */

@media all and (max-device-width:480px) {

    
    #introduction_text {
        padding: 3em 3em 7em;
    }

    #axes_container {
        width: 120%;
    }

    .asso_bloc_text {
        width: 116%;
        margin-left: -8%;
    }

    #e02 {
        padding: 5em 2em;
    }

    .vlp-link-container.vlp-template-default.wp-block-visual-link-preview-link {
        width: 100%;
    }

    .vlp-link-text-container {
        padding: 2.5em 3em 2.5em 3em;
    }

    .encart_contact form p {
        width: 80% !important;
    }

    .meta-arrow {
        bottom: 2.5em;
    }

    .meta-arrow img {
        filter: sepia(15) hue-rotate(310deg) saturate(22) brightness(135%);
    }

    .meta-arrow-top {
        right: 1em;
        bottom: 1em;
    }

    #footer p {
        text-align: center;
    }

    .is_menu_mobile #menu .sub-menu a {
        margin-left: .8em;
    }

    #menu {
        padding: 10em 2em;
    }

    .is_menu_mobile #menu .menu-nous-soutenir .menu-a {
        padding: .8em 1.5em;
    }

    #main-page {
        padding: 15vh 12vw 20em;
    }

    #main-page #agenda_list {
        width: 90%;
        margin: 3em 5%;
    }

    .page h2 {
        font-size: 2.3em;
    }
    
    #documents li {
        margin-left: 1.5em;
    }

    #main-page .axes_bloc p {
        margin-bottom:0;
    }

    #main-page #axes_container a  {
        width: 98%;
    }

    .page-contact .wpcf7-form {
        width: 100%;
    }

    .page-nous-soutenir .vlp-link-container.vlp-template-default.wp-block-visual-link-preview-link {
        width: 116%;
        margin-left: -8%;
    }

    .source_container {
        margin-bottom: 1.5em;
    }

    .source {
        margin: auto;
    }

    .modal-content {
        width: 95%;
        padding: 4em .5em 4em;
        margin: 4vh auto 4vh;
        max-height: 92vh;
    }

    .popup-header-info {
        padding: 1em 1em 0 1em;
    }

    .popup-title-name {
        font-size: 1.8em;
    }

    .popup-category {
        margin: .5em 0em 0;
    }

    .popup-category-name {
        padding: .6em 1.3em;
    }

    .popup-article {
        padding: 0em 2em;
    }

    .modal-content ::-webkit-scrollbar {
        width: 5px;
    }
}

@media (orientation: landscape) and (max-device-width: 768px) {
  
}





/* ---------------------------- Ecran avec ZOOM ---------------------------- */

@media screen and (min-resolution: 1.10dppx) and (max-resolution: 1.25dppx) {

    .modal-content {
        width: 85%;
        max-height: 85vh;
    }

    #e01 {
        height:3700px;
    }

    #asso_bloc_text_03 {
        top: 64%;
        left: 5%;
    }

    #terre {
        display: block;
    }
  
}

@media screen and (min-resolution: 1.10dppx) and (max-resolution: 1.25dppx) and (max-width:1400px) {
      
    #e01 {
        height:3850px;
    }

    #asso_bloc_text_03 {
        top: 64%;
        left: 0%;
    }

}

@media screen and (min-resolution: 1.10dppx) and (max-resolution: 1.25dppx) and (max-width:1280px) {
      
    #e01 {
        height:4050px;
    }

    #asso_bloc_text_03 {
        top: 64%;
    }

    .popup-header img {
        width: 60%;
    }

}

@media screen and (min-resolution: 1.10dppx) and (max-resolution: 1.25dppx) and (max-width:1150px) {
      
    #e01 {
        height:4100px;
    }

    #asso_bloc_text_03 {
        top: 65%;
    }
}

@media screen and (min-resolution: 1.10dppx) and (max-resolution: 1.25dppx) and (max-width:960px) {
      
    #e01 {
        height:4200px;
    }

    #asso_bloc_text_03 {
        top: 64%;
    }

    #popup-info-container {
        margin: 1em 4em;
    }

    .popup-header img {
        width: 70%;
    }
}

@media screen and (min-resolution: 1.10dppx) and (max-resolution: 1.25dppx) and (max-width:768px) {

    #e01 {
        height:4350px;
    }

    #asso_bloc_text_03 {
        top: 63%;
    }

    #popup-info-container {
        margin: 1em 2em;
    }

    .modal-content {
        width: 90%;
        max-height: 90vh;
    }

    .popup-header img {
        width: 80%;
    }
}

@media screen and (min-resolution: 1.10dppx) and (max-resolution: 1.25dppx) and (max-width:600px) {

    #e01 {
        height:4400px;
    }

    #asso_bloc_text_03 {
        top: 63%;
    }

    #popup-info-container {
        margin: 1em 0em;
    }

}

@media screen and (min-resolution: 1.10dppx) and (max-resolution: 1.25dppx) and (max-width:480px) {

    #e01 {
        height:4500px;
    }

    #asso_bloc_text_03 {
        top: 62%;
    }

    .modal-content {
        padding: 4em 1em 4em;
    }

}