* {
    box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background-color: #090621;
}
.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #db9731;
    color: #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    cursor: pointer;
    z-index:5;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  html {
    scroll-behavior: smooth;
  }
}
/* SECTION HERO */
.hero-wrapper, .mission-wrapper, .outils-wrapper {
            position: relative;
            width: 100%;
            padding-top: calc(850 / 1280 * 100%);
        }

.argumentaire-wrapper {
    position: relative;
    width: 100%;
}

        .hero, .mission, .outils, .argumentaire {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            color: white;
            padding: 20px;
        }

        .argumentaire {
            position: relative;
        }

        .hero {
            background-image: url('/img/fond_ecran_1.jpg');
        }
        
        .logo {
            position: absolute;
            top: 1%;
            left: 13%;
            width: 12vw;
        }
        .logo img {
            width: 100%;
            height: auto;
        }
        .hero-titre, .mission-titre, .outils-titre, .argumentaire-titre {
            position: absolute;
            top: 12%;
            left: 12.4%;
            text-align: left;
        }
.hero h1, .mission h2, .outils h2 {
    font-size: 4vw;
    margin: 0;
    line-height: 0.9;
    background: linear-gradient(to right, #FFF9C4, #FFE082, #FFEB99, #FFD066, #FFB74D, #FF9800, #FFD066, #FFEB99, #FFE082, #FFF9C4);
    background-size: 300% 100%; /* Taille du dégradé pour l'animation */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    animation: animate-gradient 5s linear infinite;
}

@keyframes animate-gradient {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 0%;
    }
}

 

        .hero h1 .small {
            font-size: 3.5vw;
        }
        .hero-intro {
            position: absolute;
            top: 22.8%;
            left: 12.4%;
            font-size: 0.9vw;
            color: #D1B56B;
            max-width: 35%;
            margin-top: 1vw;
            line-height: 1.7;
        }
        .hero-entree {
            position: absolute;
            top: 33%;
            left: 16.5%;
            font-size: 1.2vw;
            margin-top: 1vw;
            font-weight: 800;
        }
        .hero-entree a {
            color: #ffe3ad;
            text-decoration: none;
            filter: blur(1px);
            transition: color 0.3s ease, filter 0.3s ease;
        }
        .hero-entree a:hover {
            color: #F7EBD5;
            filter: blur(0);
            cursor: url('/img/pick-64.png') 32 54, auto !important;
        }
        .cta-button {
            display: inline-block;
            padding: 10px 20px;
            background-color: #007bff;
            color: white;
            text-decoration: none;
            border-radius: 5px;
            margin-top: 20px;
            font-size: 2vw;
        }
        .hero-categories {
            position: absolute;
            top: 57.8%;
            left: 38.5%;
            width: 46.5%; 
            display: flex;
            justify-content: space-between;
            color: #fefcdf;
            font-size: 0.8vw;
            font-weight: 700;
        }

        .category {
            width: 19%;
            text-align: center;
        }
        .category.postal {
            color: #e7b652;
        }
        .category.email {
            color: #d8c07b;
        }
        .category.tel {
            color: #f8f2b4;
        }
        .category.colis {
            color: #f0e2a7;
        }
        .category.presse {
            color: #f0e2a7;
        }
        
        .hero-services {
            position: absolute;
            top: 57.8%;
            left: 15%;
            width: 21%; 
            display: flex;
            justify-content: space-between;
            color: #fefcdf;
            font-size: 0.8vw;
            font-weight: 700;
        }
        .service {
            width: 49%;
            text-align: center;
        }
        .service.annuaire {
            color: #d8c07b;
        }
        .service.offres {
            color: #f0e2a7;
        }
    
.minedor-button {
    position: relative;
    font-family: 'Arial', sans-serif;
    font-weight: 700;
    font-size: 0.975vw; 
    padding: 0.375vw 1.125vw; 
    margin: 0.75vw;
    background: linear-gradient(45deg, #FFD700, #B8860B, #DAA520);
    border: 0.15vw solid #FFD700;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 0 7.5px rgba(255, 215, 0, 0.7), 0 0 15px rgba(255, 215, 0, 0.5), inset 0 0 3.75px rgba(0, 0, 0, 0.5);
    border-radius: 0.75vw;
    text-shadow: 0 0 3.75px rgba(0, 0, 0, 0.5);
    filter: brightness(0.8);
}

.minedor-button:hover {
    color:#585014;
    background: linear-gradient(45deg, #FFD700, #FFD700, #FFD700);
    transform: scale(1.05);
    box-shadow: 0 0 10px rgba(255, 215, 0, 1), 0 0 20px rgba(255, 215, 0, 0.75);
    filter: brightness(1.0);
}

.minedor-button:active {
    background: linear-gradient(45deg, #B8860B, #B8860B, #B8860B);
    transform: scale(0.95);
    box-shadow: 0 0 5px rgba(255, 215, 0, 0.5), 0 0 10px rgba(255, 215, 0, 0.25);
}

.menu_princ {
    position: absolute;
    bottom: 1.1vw;
    width: 95%; 
    display: flex;
    justify-content: space-between;
    color: #fefcdf;
    font-size: 0.6vw;
    font-weight: 700;
    text-shadow: 0 0 3.75px rgba(0, 0, 0, 0.5);
}

@media (min-width: 1280px) {
  .cube {
    position: absolute;
    left: 90%;
    top: 6%;
    width: 100px;
    height: 100px;
    transform-style: preserve-3d;
    animation: spin 30s linear infinite;
  }

  @keyframes spin {
    from {
      transform: rotateX(45deg) rotateY(45deg);
    }
    to {
      transform: rotateX(45deg) rotateY(45deg) rotateZ(360deg);
    }
  }

  .face {
    position: absolute;
    width: 100px;
    height: 100px;
    border: 1px solid black;
    opacity: 50%;
  }

  .front {
    transform: translateZ(50px);
    background-color: #D4AF37; 
  }

  .back {
    transform: rotateY(180deg) translateZ(50px);
    background-color: #B8860B;
  }

  .right {
    transform: rotateY(90deg) translateZ(50px);
    background-color: #FFD700;
  }

  .left {
    transform: rotateY(-90deg) translateZ(50px);
    background-color: #D4AF37;
  }

  .top {
    transform: rotateX(90deg) translateZ(50px);
    background-color: #FFD700;
  }

  .bottom {
    transform: rotateX(-90deg) translateZ(50px);
    background-color: #B8860B;
  }

  .effet_radar {
    position: absolute;
    top: 20%;
    left: calc(50% - 80px);
    right: 0;
    bottom: 0;
    width: 400px;
    height: 400px;
    opacity: 0.15;
  }
.row {
    position: relative;
    width: 100%;
    height: 25px;
    margin: 4px 0 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.row span {
    position: relative;
    width: 6px;
    height: 6px;
    background-color: #FFF3B5;
    border-radius: 50%;
    margin: 0 12px;
    box-shadow: 0 0 4px rgba(255,244,195,0.80);
    animation: zoom 2.4s linear infinite;
    -webkit-animation: zoom 2.4s linear infinite;
}

.r1 span {
    animation-delay: 0.2s;
}

.r2 span {
    animation-delay: 0.4s;
}

.r3 span {
    animation-delay: 0.6s;
}

.r4 span {
    animation-delay: 0.8s;
}

.r5 span {
    animation-delay: 1s;
}

.r6 span {
    animation-delay: 1.2s;
}

.r7 span {
    animation-delay: 1.4s;
}

.r8 span {
    animation-delay: 1.6s;
}

.r9 span {
    animation-delay: 1.8s;
}

.r10 span {
    animation-delay: 2s;
}

.r11 span {
    animation-delay: 2.2s;
}

@keyframes zoom {
    20% { transform: scale(5); }
    25% { transform: scale(5); }
    40% { transform: scale(0); }
    80% { transform: scale(0); }
    86% { transform: scale(1); }
}

@-webkit-keyframes zoom {
    20% { -webkit-transform: scale(5); }
    25% { -webkit-transform: scale(5); }
    40% { -webkit-transform: scale(0); }
    80% { -webkit-transform: scale(0); }
    86% { -webkit-transform: scale(1); }
}    
}

/* SECTION MISSION */
        .mission {
            background-image: url('/img/fond_mission.jpg');
        }

        .mission::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: radial-gradient(circle, transparent 0%, rgba(0, 0, 0, 0.7));
            pointer-events: none;
        }

        .mission-titre {
            top: 5%;
            z-index:1;
        }

        .mission h2 {
            z-index:1;
        }

        .separator {
            height: 5px;
            background: linear-gradient(to right, #fccd71, #1d2e36);
        }

        .western-button {
            position: relative;
            font-family: 'Courier New', Courier, monospace;
            font-weight: 900;
            font-size: 1.3vw;
            padding: 0.5vw 1.5vw;
            margin: 1vw;
            background: linear-gradient(to bottom, #f4e3d7, #DCC199);
            border: 0.2vw solid #7C5217;
            color: #5e4b3c;
            cursor: pointer;
            transition: background-color 0.3s, transform 0.3s;
            box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5), inset 0px 0px 10px rgba(0, 0, 0, 0.3);
            -webkit-mask:
                radial-gradient(0.7vw at 0.7vw 0.7vw, transparent 98%, black) -0.7vw -0.7vw,
                radial-gradient(0.7vw at calc(100% - 0.7vw) 0.7vw, transparent 98%, black) calc(100% + 0.7vw) -0.7vw,
                radial-gradient(0.7vw at 0.7vw calc(100% - 0.7vw), transparent 98%, black) -0.7vw calc(100% + 0.7vw),
                radial-gradient(0.7vw at calc(100% - 0.7vw) calc(100% - 0.7vw), transparent 98%, black) calc(100% + 0.7vw) calc(100% + 0.7vw);
            -webkit-mask-composite: destination-in;
            z-index: 1;
        }

        .western-button:hover {
            background: linear-gradient(to bottom, #e3d2c2, #c49248);
            transform: rotate(-1deg) scale(1.05);
        }

        .western-button:active {
            background: linear-gradient(to bottom, #d1c0b0, #b27d36);
            transform: rotate(-1deg) scale(0.95);
        }

        .mission-buttons {
            display: flex;
            justify-content: center;
            margin-top: 1.5vw;
        }

        #content {
            position: absolute;
            width: 100%;
            height: 70%;
            top: 22%;
            left: 0%;
            padding: 0px;
            z-index:0;
        }

        #content.z-index-1 {
            z-index: 1;
        }

        #content img {
            width: 100%;
            height: auto;
        }

        #content-agence, #content-responsable, #content-proprietaire {
            display: none; 
            flex-direction: row;
            position: relative; 
            width: 100%; 
            height: 100%;
        }

        #default-content {
            display: block;
            position: relative;
            width: 100%; 
            height: 100%; 
        }

        #content-agence img, #content-responsable img, #content-proprietaire img {
            height: 100%;
            width:auto;
        }

        .mission-content {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            padding-left: 12%;
            padding-right: 12%;
            gap: 1%;
        }

        .mission-content .argu {
            flex-grow: 1;
            padding: 3% 3%;
            font-size: 2vw;
            border-radius:1.5vw;
            background-color:#21323a;
            background: linear-gradient(to bottom, #0a1318, #21323a);
            border:1px solid #FFFFFF;
        }
        .mission-content .argu_titre, .mission-content .argu_titre_objectifs {
            font-size: 1.8vw;
            margin-bottom: 1em;
            font-weight: 800;
            background: linear-gradient(to bottom, #f9e5c0, #ba9851);
            -webkit-background-clip: text;
            color: transparent;
        }
        
        .mission-content .argu_titre_objectifs {
            margin-top:1em;
            margin-bottom:0em;
        }
        
        .mission-content .argu_texte {
            font-size: 1.1vw;
            line-height: 1.5em;
            color:#cce1ed
        }
        .fond_metier {
            position:absolute;
            bottom:13%;
            width:19.8%;
            height:6vw;
            background-color:black;
            opacity:0.7;
            border-top: 2px solid #A7A64F;
            border-bottom: 2px solid #A7A64F;
        }
        .metier {
            bottom:15%;
            width:20%;
            text-align: center;
            position:absolute;
            font-size: 2.5vw;
            font-weight: 700;
            margin: 0;
            line-height: 0.9;
            background: linear-gradient(to right, #FFF9C4, #FFE082);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            color: transparent;
        }
        .close-button {
            position:absolute;
            top:8px;
            right:12.8%;
            width: 3vw;
            height: 3vw;
            background: url('/img/close_blanc.svg') no-repeat center center;
            background-size: cover;
            cursor: pointer;
            z-index:2;
            opacity:0.4;
        }
        .close-button:hover {
            opacity:1;
        }
        
        .competences {
    margin-top: 0.5em;
}

.competence {
    margin-bottom: 0.2em;
}

.competence-nom {
    font-size: 1.2vw;
    color: #cce1ed;
}

.barre-progression {
    background-color: #21323a;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    width: 100%;
    height: 1.5vw;
    margin-top: 0.2em;
    overflow: hidden;
    position: relative;
}

.progression {
    background: linear-gradient(to right, #fccd71, #ba9851);
    height: 100%;
    position: absolute;
}
        
.accept-button {
    position: absolute;
    bottom: 2%;
    right: 13%;
    font-family: 'Courier New', Courier, monospace;
    font-weight: 900;
    font-size: 1.3vw;
    padding: 0.5vw 1.5vw;
    background: linear-gradient(to bottom, #f4e3d7, #DCC199);
    border: 0.2vw solid #7C5217;
    color: #5e4b3c;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5), inset 0px 0px 10px rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.accept-button:hover {
    background: linear-gradient(to bottom, #e3d2c2, #c49248);
    transform: rotate(-1deg) scale(1.05);
}

.accept-button:active {
    background: linear-gradient(to bottom, #d1c0b0, #b27d36);
    transform: rotate(-1deg) scale(0.95);
}
    .ombre {
        position:absolute;
    }
    .perso1 {
        width: 19.2vw;
        height: 19.2vw;
        left:18.7%;
        top:7.2%;
        opacity:1;
        cursor: pointer;
    }
    .ombre.perso1 {
        opacity: 1;
        transition: opacity 0.5s ease-in-out;
    }
    .ombre.perso1.transparent {
        opacity: 0;
    }
    
    .titre1 {
        left:18.7%;
        bottom:9.5%;
    }
    
    .perso2 {
        width: 16.8vw;
        height: 16.8vw;
        left:44.5%;
        top:13.5%;
        opacity:1;
        cursor: pointer;
    }
    .ombre.perso2 {
        opacity: 1;
        transition: opacity 0.5s ease-in-out;
    }
    .ombre.perso2.transparent {
        opacity: 0;
    }    
    
    .titre2 {
        left:41.5%;
        bottom:9.5%;
    }
    .perso3 {
        width: 21vw;
        height: 20vw;
        left:64.1%;
        top:7.8%;
        opacity:1;
        cursor: pointer;
    }
    .ombre.perso3 {
        opacity: 1;
        transition: opacity 0.5s ease-in-out;
    }
    .ombre.perso3.transparent {
        opacity: 0;
    }
    .titre3 {
        left:64.5%;
        bottom:9.5%;
    }

/* SECTION OUTILS */
        .outils {
            background-image: url('/img/fond_outils.jpg');
        }

        .outils::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: radial-gradient(circle, transparent 0%, rgba(0, 0, 0, 0.7));
            pointer-events: none;
            z-index: 1;
        }
        
        .outils-titre {
            top: 5%;
            z-index: 2;
        }

        .outils h2 {
            font-size: 2.7vw;
        }
        
        .outils-grille {
            position: relative;
            margin-top: 8%;
            padding-left: 12%;
            padding-right: 12%;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(15vw, 1fr));
            gap: 1.5vw;
            z-index: 2;
            animation: autoShowAnimation 1s both;
            animation-timeline: view(70% 5%);
        }

        @keyframes autoShowAnimation {
            from {
                opacity: 0;
                transform: translateY(40vw) rotate(-90deg) scale(0.1);
            }
            to {
                opacity: 1;
                transform: translateY(0) scale(1);
            }
        }
        
        .fond-titre {
            display:block;
            background-color:#362700;
            position: absolute;
            top:4%;
            left:11%;
            width:79%;
            height:4vw;
            z-index:1;
            border-radius:1.5vw;
            opacity:0.75;
        }

        .outil-button {
            background: linear-gradient(to bottom, rgba(244, 227, 215, 0.7), rgba(220, 193, 153, 0.4)), url('/img/fond_bouton.jpg');
            border: 0.2vw solid #7C5217;
            color: #5e4b3c;
            font-family: 'Courier New', Courier, monospace;
            font-weight: 900;
            font-size: 1.4vw;
            padding: 1vw;
            cursor: pointer;
            transition: background-color 0.3s, transform 0.3s;
            box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5), inset 0px 0px 10px rgba(0, 0, 0, 0.3);
        }

        .outil-button:hover {
          background: linear-gradient(to bottom, rgba(227, 210, 194, 0.7), rgba(196, 146, 72, 0.4)), url('/img/fond_bouton.jpg');
          transform: scale(1.05);
          font-weight: 900;
        }

        .outil-button:active {
          background: linear-gradient(to bottom, rgba(209, 192, 176, 0.7), rgba(178, 125, 54, 0.4)), url('/img/fond_bouton.jpg');
          transform: scale(0.95);
          font-weight: 900;
        }

        .tool-content {
            margin-right:12%;
            margin-left:12%;
            margin-top: 2em;
            background-color: #21323a;
            color: #cce1ed;
            padding: 0.5em 2em;
            border-radius: 10px;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
            display: none;
            position: relative;
            z-index: 2;
            background: linear-gradient(to bottom, #0a1318, #21323a);
            border: 1px solid #FFFFFF;
            animation: autoShowTools 1s both;
            opacity: 0;
            transition: opacity 1s;
        }

        #tool-content.fade-in {
        opacity: 1;
    }

        @keyframes autoShowTools {
            from {
                opacity: 0;
                transform: translateY(40vw) rotate(-90deg) scale(0.1);
            }
            to {
                opacity: 1;
                transform: translateY(0) scale(1);
            }
        }
        
        .tool-content h3 {
            position:relative;
            font-size: 1.8vw;
            padding-left:1.5vw;
            margin-top:0.4em;
            margin-bottom: 0.6em;
            font-weight: 800;
            background: linear-gradient(to bottom, #f9e5c0, #ba9851);
            -webkit-background-clip: text;
            color: transparent;
        }
        
        .tool-content p {
            font-size: 1vw;
            line-height: 1.5em;
        }

        .tool-content h3 img {
            position:absolute;
            top:-3vw;
            left:-5vw;
            width: 6vw;
            height: 6vw;
        }

/* SECTION ARGUMENTAIRE */
.argumentaire-wrapper {
  position: relative; 
  width: 100%;
}

.argumentaire {
  background-image: url('/img/background-image-1.jpg');
  font-family: 'Lato';
  padding: 30px;
  text-align: left;
  border-radius: 4px;
}

.argumentaire-titre {
  position: relative;
  top: 2%;
  z-index: 1;
  margin-bottom: 3%;
}

.argumentaire h2 {
  position: relative;
  font-size: 2.5vw;
  padding-left: 1.5vw;
  margin-top: 0em;
  margin-bottom: 0.6em;
  font-weight: 800;
  background: linear-gradient(to bottom, #f9e5c0, #ba9851);
  -webkit-background-clip: text;
  color: transparent;
}

.argumentaire-box {
  background-color: #191730;
  border-radius: 2vw;
  color: #FFFFFF;
  font-size: 1.2vw;
  padding: 2%;
  min-height: 200px;
  height: auto;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  z-index: 2; /* Ajouté */
}

.argumentaire-box::before {
  content: '';
  position: absolute;
  inset: -300%;
  background: conic-gradient(
    from 0deg at 50% 50%,
    transparent 0deg,
    rgba(203,163,230, 0.1) 12deg,
    rgba(203,163,230, 0.3) 24deg,
    rgba(203,163,230, 0.7) 30deg,
    rgba(203,163,230,1) 36deg,
    rgba(203,163,230, 0.7) 42deg,
    rgba(203,163,230, 0.3) 48deg,
    rgba(203,163,230, 0.1) 60deg, 
    transparent 36deg 1080deg 
  );
  animation: rotate 4s linear infinite;
  opacity: 0; 
  transition: opacity 0.3s ease-in-out;
  z-index: -1; /* Ajouté pour être en dessous du contenu */
}

.section-highlight {
    width: 20vw; /* Increase size of the highlight */
    height: 20vw; /* Increase size of the highlight */
    background: radial-gradient(circle, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 60%, rgba(255,255,255,0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none; /* Make sure the highlight does not interfere with mouse events */
    mix-blend-mode: screen; /* This will blend the highlight nicely with the dark background */
    border-radius: 50%; /* Make it a circle */
    filter: blur(30px); /* Apply a strong blur effect */
    transition: transform 2s ease-out, opacity 0.3s; /* Smooth transition for the movement and opacity */
    opacity: 0.2;
    z-index: 1; /* Ensure it is behind the content */
}

section:not(:last-of-type) .section-highlight {
    display: block;
}

section:last-of-type .section-highlight {
    display: none;
}

.argumentaire-box:hover::before {
  opacity: 1;
}

.argumentaire-box::after {
  content: '';
  position: absolute;
  inset: 2px;
  background: #191730;
  border-radius: calc(2vw - 2px);
  z-index: -1; /* Ajouté pour être en dessous du contenu */
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



.argumentaire-box1col,
.argumentaire-box2col,
.argumentaire-box3col {
  width: 80%;
  margin: auto;
  margin-bottom: 2%;
}

.argumentaire-box2col,
.argumentaire-box3col {
  display: flex;
  justify-content: space-between;
  gap: 2%;
}

.argumentaire-box2col .argumentaire-box {
  width: 50%;
}

.argumentaire-box3col .argumentaire-box {
  width: 33%;
}

.titreBox {
    font-size:2.2vw;
    font-weight: 700;
    texte-align:center;
}

.texteBox {
    font-size:1.3vw;
    line-height: 1.7em;
    padding-right:20%;
    color:#E6E6FF;
}

#responsable_1 > div > img {
    width:100%;
    height:auto;
}

.wrapper_inside_row {
    display: flex;
    height: 100%;
}

.wrapper_inside_row > div {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items:flex-start;
    justify-content: center;
    box-sizing: border-box;
}

.wi_texte {
    padding-left: 1vw;
    line-height: 1.7em;
    color:#E6E6FF;
}

.wi_texte span {
    color:#FFFFFF;
}

.wi_texte .titre_sec {
    display:block;
    font-size: 2vw;
    font-weight: 800;
    width: 100%;
    margin-bottom:1.8vw;
}

.wi_img {
    width: 100%;
    height: auto;
    justify-content: center;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.wi_img img {
    width: 100%;
    height: auto;
    border-radius: 2.5vw;
    display: block;
    margin: 0;
    padding: 0;
}

.wrapper_inside_col {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.wrapper_inside_col .wi_img img {
    border-radius:1.5vw;
    margin-top:1.5vw;
}

.argumentaire-box1col .column-container {
    display: flex;
    justify-content: space-between;
}

.argumentaire-box1col .column {
    position:relative;
    width: 48%;
}

.argumentaire-box1col h3, .argumentaire-box1col h4 {
    color: #FFFFFF;
}

.argumentaire-box1col ul {
    padding-left: 3vw;
}

.argumentaire-box1col li {
    margin-bottom: 2vw;
}

.argumentaire-box1col .column {
    padding: 1vw;
    margin: 0.5vw;
    background-color: #26233a;
    border-radius: 2vw;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.argumentaire-box1col .column:hover {
    transform: translateY(-5px);
    transition: transform 0.3s ease;
}

.argumentaire-box1col h4 {
    font-size: 1.3vw;
    font-weight: 700;
    color: #f9e5c0;
    margin-bottom: 2vw;
}

.argumentaire-box1col ul {
    list-style: none;
    padding-left: 0;
}

.argumentaire-box1col li {
    font-size:1.2vw;
    padding: 5px 0px 15px 0px;
    border-bottom: 1px solid #575081;
    line-height: 1.7vw;
}

.argumentaire-box1col li:last-child {
    border-bottom: none;
}

.wi_texte h3 {
    font-size:1.7vw;
}



.argumentaire-content .column h3, .argumentaire-content .info-box h3 {
    font-size: 1.7vw;
    background: linear-gradient(to right, #FFF9C4, #FFE082);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    margin-top: 2.5vw;
}

.argumentaire-content p {
    line-height: 1.9vw;
}

.argumentaire-content ul {
    list-style-type: none;
    padding-left: 3vw;
}

.argumentaire-content li {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 1vw;
}

.argumentaire-content ul li::before {
    content: "•";
    color: #fbcc71;
    position: absolute;
    left: 0;
    top: 50%; 
    transform: translateY(-50%);
    font-size: 1.2em;
    line-height: 1;
}

.info-box {
    position:relative;
    background-color: #3A3659;
    border-left: 2vw solid #fbcc71;
    padding: 1vw 2vw;
    margin: 5%;
    border-radius: 2vw;
}

.info-box h4 {
    margin-top: 0;
    background: linear-gradient(to right, #FFF9C4, #FFE082);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.info-box ul {
    padding-left: 1em;
    list-style-type: none;
}

.info-box li {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 1vw;
}
.icn_mission {
    position:absolute;
    right:1vw;
    top:0.3vw;
    width:13%;
    height:auto;
    opacity:0.10;
}

.fd_partenariat, .fd_support {
    position: relative;
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index:0;
}

.fd_partenariat {
    background-image: url("/img/fd_partenariat.svg");
}

.fd_support {
    background-image: url("/img/support.svg");
}

.fd_partenariat::before, .fd_support::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(36, 32, 66, 0.5);
    z-index: 1;
}

.fd_partenariat .content, .fd_support .content {
    position: relative;
    z-index: 2;
}

/* SECTION TARIFS */
#tarifs .argumentaire-wrapper {
  position: relative; 
  width: 100%;
}

#tarifs .argumentaire {
  font-family: 'Lato';
  padding: 30px;
  text-align: left;
  border-radius: 4px;
  background-color: #191730;
}

#tarifs .argumentaire h2 {
  font-size: 2.5vw;
  margin-bottom: 0.6em;
  font-weight: 800;
  background: linear-gradient(to bottom, #f9e5c0, #ba9851);
  -webkit-background-clip: text;
  color: transparent;
}

#tarifs .argumentaire-box3col, #tarifs .argumentaire-box2col {
  display: flex;
  justify-content: space-between;
  gap: 0.5%;
  margin-bottom: 1vw;
}

#tarifs .argumentaire-box {
  background-color: #26233a;
  border-radius: 2vw;
  color: #FFFFFF;
  font-size: 1.2vw;
  padding: 2%;
  flex: 1;
  margin: 1%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

#tarifs .argumentaire-box h3 {
  font-size: 2vw;
  font-weight: 700;
  color: #f9e5c0;
  margin-bottom: 1.5vw;
}

#tarifs .argumentaire-box ul {
  list-style: none;
  padding-left: 0;
}

#tarifs .argumentaire-box li {
  font-size: 1.2vw;
  padding: 5px 0;
  border-bottom: 1px solid #575081;
  line-height: 1.7em;
}

#tarifs .argumentaire-box li:last-child {
  border-bottom: none;
}

#tarifs .argumentaire-box p {
  font-size: 1.5vw;
  font-weight: 800;
  color: #fbcc71;
  text-align: center;
  margin-top: 1.5vw;
}

#tarifs .pa {
    font-size:2.2vw;
}
#tarifs .pm {
    font-size:1.5vw;
    opacity:0.5;
}

.populaire {
  border: 2px solid #fbcc71;
  position: relative;
}

.popular-tag {
  position: absolute;
  top: 1vw;
  right: 0.4vw;
  background: #fbcc71;
  color: #191730;
  padding: 0.5em 1em;
  font-size: 1.2vw;
  font-weight: 800;
  border-radius: 2vw;
  transform: rotate(10deg);
}
.mention_tarif {
  position: absolute;
  bottom: 0.7vw;
  left:2vw;
  font-size:0.8vw !important;
  opacity:0.5;
}

/* CONTACT */
#contact .argumentaire-content {
    display: flex;
    justify-content: center;
    align-items: flex-start; /* Aligner les éléments en haut */
    width: 100%;
}

#contact .argumentaire-box1col {
    width: 100%;
}

#contact .content-wrapper {
    display: flex;
    width: 80%; /* Occuper 80% de la largeur totale */
    gap: 2%;
}

#contact .illustration {
    flex: 0 0 30%;
    background-image: url("/img/perso_contact.png");
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#contact .form-container {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Styles pour le texte en deux colonnes */
#contact .two-column-text {
    display: flex;
    gap: 2em;
}

#contact .two-column-text .column {
    flex: 1;
    font-size: 1.2vw;
    line-height: 1.6;
}

/* Styles pour le formulaire de contact */
#contact .contact-form {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.contact-form .form-row {
    display: flex;
    gap: 1em;
}

.contact-form .form-group {
    position: relative;
    flex: 1;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 1em 0.8em;
    border-radius: 0.5em;
    border: 1px solid #575081;
    background-color: #26233a;
    color: #FFFFFF;
    font-size: 1.1vw;
    box-sizing: border-box;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #999999;
    opacity: 1; /* Show placeholder text */
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: #fbcc71;
}

.contact-form label {
    position: absolute;
    top: -1.5em; /* Move above the input */
    left: 0.8em;
    font-size: 0.9vw;
    color: #f9e5c0;
    pointer-events: none;
    transition: all 0.2s ease;
    opacity: 0; /* Hide label initially */
}

.contact-form input:focus + label,
.contact-form textarea:focus + label {
    top: -1.5em;
    opacity: 1; /* Show label on focus */
}

.contact-form button {
    padding: 1em;
    font-size: 1.2vw;
    font-weight: 700;
    color: #191730;
    background-color: #fbcc71;
    border: none;
    border-radius: 0.5em;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.contact-form button:hover {
    background-color: #e0b85e;
}

#form-messages {
    margin-top: 1em;
    font-size: 1.2vw;
    color: #f9e5c0;
}

#confirmation-message {
    background-color: #26233a;
    color: #f9e5c0;
    font-size: 1.2vw;
    padding: 1em;
    border-radius: 0.5em;
    text-align: center;
    margin-top: 1em;
}

#mentions {
    display:flex;
    justify-content:space-evenly;
    align-items:center;
    min-height:4vw;
    color:white;
}

#mentions a {
    color:white;
    text-decoration: none;
}

#mentions a:hover {
    color:#D6DBE9;
}