/* Réinitialisation des styles */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'AvantGarde', Arial, sans-serif;
	font-style: normal; 
}

html {
  scroll-behavior: smooth;
}

body {
    background-color: #FCFFF3;
    font-family: 'AvantGarde', Arial, sans-serif;
  font-style: normal; 
}

.logoAlpha {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 32px;
}

.logoAlpha img {
    width: 300px;
}

mark#orange::after{
	background: #eab308 !important;
}

h1{
	display: none;
}

.prestation{
	margin-top: 100px;
	margin-bottom: 50px;
	margin-left: 50px;
}

.logo {
  width: 700px;                 
  height: 300px;              
  background: white;
  border-bottom-left-radius: 350px; 
  border-bottom-right-radius: 350px; 
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;           
  position: relative;
  top: 0; 
	margin-top: -80px;
}
.logo img {
  max-width: 100%;
  height: auto;
}

a{
	text-decoration: none;
}

h3 a{
	color: #1D1D1D;
}

.ligne-groupe a{
	color: #1D1D1D
}

h2 {
    font-size: 3rem;
    margin-bottom: 16px;
		text-align: baseline;
}


p {
    margin-bottom: 15px;
    line-height: 1.5;
}


h6{
	display: none;
}



.page-404 {
background-image: url("https://refonte.alphaci.fr/wp-content/uploads/2025/08/Visuel_nb-scaled.jpg");
    background-size: cover;   
    background-position: center; 
    background-repeat: no-repeat; 
	height: 110vh;
	display: flex;
	justify-content: space-around;
	flex-direction: column;
	align-items: center;
}

.page-404 img {
  padding-right: 300px;
	margin-top 100px;
}

.page-404.rejoindre{
	margin: 0;
}

.titre-centrer{
	text-align: center;
	margin-top: 120px;
	margin-bottom: 100px;
}

/*HEADER*/
header {
    display: flex;
    justify-content: center;
    height: 90vh;
    flex-direction: column;
}

.sub-title h2 {
    font-size: 2vw !important;
	font-weight: 300 !important;
}


.hero-section {
    padding: 0px 0px 00px;
    gap: 100px;
    height: 70vh !important;
	display: flex;
	justify-content: center;
	margin: 5rem;
}

.hero{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	gap: 20vw;
	text-align: left;
	align-items: center;
}

.hero-title{
	margin-bottom: 32px;
}

.hero p{
	font-size: 18px;
	font-weight: 300 !important;
}

.relative{
	position: absolute;
  bottom: 10vh;  
  right: 10vw;  
}

.rond{
	position: absolute;
  bottom: 55vh;
  right: 38vw;
  width: 58px;
}

.hero-left span {
    font-size: 4vw;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 auto;
    max-width: 1000px;
	 text-transform: uppercase;
}

.hero-right img{
	width: 24vw;
	height: auto;
}

mark {
    background: none;
    position: relative;
    z-index: 1;
}

mark::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    background: #BBD078;
    z-index: -1;
    transform: rotate(-2deg);
}

.icon {
    display: inline-block;
    background: #edf758;
    border-radius: 50%;
    font-size: 1.5rem;
    margin-left: 10px;
    padding: 4px 8px;
}

.marquee {
    background: #BBD078;
    overflow: hidden;
    white-space: nowrap;
    padding: 30px 0;
    transform: rotate(-2deg);
    margin-top: 40px;
    position: relative;
}

.marquee-content {
    display: inline-block;
    animation: marquee 20s linear infinite;
    -webkit-animation: marquee 20s linear infinite;
}

.marquee-content span {
    font-size: 2em;
    font-weight: bold;
}

.marquee span {
    display: inline-block;
    padding-right: 4rem;
}

@keyframes marquee {
    0% {
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 760px) {
    .hero-title {
        font-size: 1.8rem;
    }
	
	.marquee{
		padding: 20px 0 !important;
	}
	
	.marquee-content span{
		font-size: 1.2em !important;
	}
}




/*BOUTON*/
.forminator-ui#forminator-module-395.forminator-design--material .forminator-button-submit{
 display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0.8rem 1.6rem !important;
    background-color: #E55B3B !important;
    color: white;
    border: none;
    border-radius: 999px;
    font-weight: 400;
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.forminator-ui#forminator-module-395.forminator-design--material .forminator-button-submit:hover{
    background-color: #eab308 !important;
    /* un peu plus foncé au survol */
    transform: scale(1.05);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}


.learn-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0.8rem 1.6rem !important;
    background-color: #E55B3B !important;
    color: white;
    border: none;
    border-radius: 999px;
    font-weight: 400;
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.learn-more:hover {
    background-color: #eab308 !important;
    transform: scale(1.05);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}

.join-btn:hover .icon {
    transform: rotate(-45deg);
}

.learn-more:active {
    transform: scale(0.97);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}


.learn-more .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1a1a1a;
    color: #E55B3B;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 14px;
    transition: transform 0.4s ease;
    transform-origin: center;
    width: fit-content;
}

.learn-more:hover .icon {
    transform: translate(4px, -4px);
}

/* Animation plus visible pour les boutons */
.learn-more {
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease,
        background-color 0.3s ease,
        box-shadow 0.3s ease;
}

/* Effet de shine au survol du bouton */
.learn-more::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -60%;
    width: 20%;
    height: 200%;
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(30deg);
    transition: all 0.6s;
}

.learn-more:hover::after {
    left: 100%;
}

.follow-hover {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.follow-hover::after {
    content: 'Découvrir plus';
    position: absolute;
    background-color: #E55B3B;
    color: #ffffff;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 999px;
    font-weight: 400;
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    transform: translate(10px, 20px);
    transition: opacity 0.2s ease;
    z-index: 10;
    left: var(--btn-x, 50%);
    top: var(--btn-y, 50%);
    opacity: var(--btn-opacity, 0);
    -webkit-transform: translate(10px, 20px);
    -moz-transform: translate(10px, 20px);
    -ms-transform: translate(10px, 20px);
    -o-transform: translate(10px, 20px);
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
}



#cursor-icon {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 9999;
    font-size: 20px;
    transform: translate(80%, 80%);
    transition: transform 0.07s linear;
    -webkit-transform: translate(80%, 80%);
    -moz-transform: translate(80%, 80%);
    -ms-transform: translate(80%, 80%);
    -o-transform: translate(80%, 80%);
    -webkit-transition: transform 0.07s linear;
    -moz-transition: transform 0.07s linear;
    -ms-transition: transform 0.07s linear;
    -o-transition: transform 0.07s linear;
}

#cursor-icon img{
	width: 16px !important;
    height: 16px !important;
}

.arrow-button {
    width:  64px;
    height: 64px;
    background-color: #fefeff70;
    color: rgb(22, 22, 22);
    border: none;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-45deg);
    transition: transform 0.3s ease;
    cursor: pointer;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.arrow-icon {
  width: 24px;
}

/* Cacher menu mobile par défaut */
.menu-mobile,
.mobile-header {
  display: none;
}

/* Style du bouton burger */
.burger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 25px;
  height: 20px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1001;
  position: absolute;
  top: 40px;
  right: 40px;
}

.burger span {
  height: 3px;
  background: black;
  border-radius: 3px;
  width: 100%;
}

/* Menu mobile en plein écran */
.menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: white;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  z-index: 1000;
}

.menu-mobile.open {
  transform: translateX(0);
}

.menu-mobile a {
  font-size: 24px;
  margin: 15px 0;
  text-decoration: none;
  color: black;
}

/* Afficher le menu mobile uniquement sur petit écran */
@media (max-width: 768px) {
  .mobile-header,
  .burger {
    display: flex;
	  margin: 5px;
  }

  /* Cacher le menu desktop */
  .menu-desktop {
    display: none !important;
  }

  .menu-mobile {
    display: flex;
  }
	
	.menu{
		display: none !important;
	}
}



/* Bordure */
input:focus,
textarea:focus,
select:focus {
  border-color: #BBD078;
  outline: none;
  box-shadow: 0 0 5px rgba(230, 172, 22, 0.6);
}






/*FOOTER*/
.footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #d0e09d;
    color: #1D1D1D;
    padding: 170px 80px 60px 80px;
	background-image: url('https://alphaci.fr/wp-content/uploads/2025/08/Vector-a.png'); 
  background-repeat: no-repeat; 
	margin-top: -60px;
	background-position-x: 15vw;
  background-position-y: bottom;
  background-size: 40vh;
}

.footer-left h2 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    text-transform: uppercase;
}

.footer-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

/* MENU PRINCIPAL */
.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    width: 30vw;
 }

.footer-menu li {
    margin-bottom: 12px;
    border-bottom: 1px solid #1D1D1D;
    padding-bottom: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.footer-menu li a {
    text-decoration: none;
    color: #1D1D1D;
    font-weight: 500;
    transition: opacity 0.3s;
    flex: 1;
}

/* cercle caché au départ */
.footer-menu li::after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #1D1D1D;
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
    margin-left: 10px;
}

/* apparition du cercle au hover */
.footer-menu li:hover::after {
    opacity: 1;
    transform: scale(1.1);
}

/* MENTIONS LEGALES */
.footer-bottom {
    display: flex;
    gap: 12px;
    font-size: 0.9rem;
}

.footer-bottom a {
    text-decoration: none;
    color: #1D1D1D;
}

.footer-bottom a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
  .footer {
    flex-direction: column; 
    align-items: flex-start;
    padding: 70px 20px;
  }

  .footer-left h2 {
    font-size: 2.2rem;
    margin-bottom: 30px;
	  text-align: left;
  }

  .footer-right {
    align-items: flex-start;
    width: 100%;
  }

  .footer-menu {
    width: 100%; 
    margin-bottom: 20px;
  }

  .footer-bottom {
    flex-direction: row;
    justify-content: flex-start;
    font-size: 0.85rem;
  }
}


/*MENU*/

.menu {
    z-index: 50;
    position: fixed;
    top: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 10px;
    transition: all 0.3s ease;
}

.menu-button {
      background-color: #FCBE0A !important;
    color: white;
    padding-left: 23px;
    border-radius: 30px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    padding-right: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.menu-button span {
    transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
}

.menu-button:hover {
    background-color: #BBD078;
}

.scroll .menu-button {
    border-radius: 50%;
    padding: 0;
    width: 50px;
    height: 50px;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
}

/* Masquer le texte des boutons en mode scroll */
.scroll .menu-button span {
    opacity: 0;
}

.scroll .menu-button:hover {
    border-radius: 30px;
    width: auto;
    padding: 15px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.scroll .menu-button:hover span {
    opacity: 0.8;
}

#button5 {
    margin-top: 12px;
    background-color: #E55B3B !important;
}

#button6 {
    background-color: #E55B3B !important;
}


#button5:hover {
    background-color: #f78e6d;
}

#button6:hover {
    background-color: #f78e6d;
}






/*HEADER*/


.header {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: 2rem;
    background-color: #BBD078;
    z-index: 2;
	margin-top: -20px;
	padding-bottom: 70px;
}



.header #home{
	height: 100vh !important;
}

/* Logo */

.logo img {
  width: 580px;
  height: auto;
  border-radius: 119px;
  padding: 32px 100px 32px 100px;
}

.subtitle {
    font-size: 0.7rem;
    letter-spacing: 1px;
    margin-top: 0.2rem;
}

/* Slogan */
.slogan {
    font-size: 3rem;
    line-height: 1.6;
    font-weight: bold;
	 text-transform: uppercase;
}

.highlight {
    font-style: italic;
    font-weight: bold;
}


/* Scroll indicator */
.scroll-indicator {
    font-size: 1.5rem;
    animation: bounce 2s infinite;
    padding-bottom: 1rem;
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(5px);
    }
}














/*Prestation complete*/
.slider.dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing;
  scroll-behavior: auto; 
}

.slider-section {
  margin: 0 auto;
  padding: 2rem 1rem;
	margin-bottom: 150px;
	margin-top: 150px;
	gap: 50px;
  display: flex;
  flex-direction: column;
}

.slider-controls {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 1rem;
}

.arrow {
  background-color: #E55B3B;
  border: none;
  font-size: 1rem;
  padding: 0.8rem;
  cursor: pointer;
  border-radius: 5px;
  color: white;
  font-weight: bold;
  transition: background 0.3s;
	padding: 16px;
}


.slider-card:hover .arrow-button {
    transform: rotate(0deg);
}

.slider-card:hover {
  background-color: #b6d47b80;
}

.slider-wrapper {
  overflow: hidden;
}

.slider {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-bottom: 1rem;
}

.slider::-webkit-scrollbar {
  display: none;
}

.h-slide{
	display: flex;
	justify-content: space-between;
}

.slider-card {
  background-color: #b6d47b;
  padding: 1rem;
  border-radius: 8px;
  width: 400px;
	height: 200px;
  flex-shrink: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 16px;
}

.slider-card h3 {
  font-weight: 700;
  margin-bottom: 0.5rem;
font-size: 3rem;
}

.slider-card p {
  margin: 0;
	
}


/* Container externe pour centrage */
.section1 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
	margin-bottom: 50px;
}

/* Container principal */
.container {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 8rem;
}

/* Colonne de gauche */
.left-column {
    margin-bottom: 2rem;
    display: flex;
    width: 40%;
    flex-direction: column;
    justify-content: center;
}

.prestation-list {
    list-style-type: none;
    max-width: 250px;
}

.prestation-item {
    display: flex;
    align-items: center;
    padding-bottom: 0.8rem;
    margin-bottom: 0.8rem;
    border-bottom: 1px solid #000;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 20px;
}

.prestation-item.active {
    font-weight: bold;
}

.big-number {
    font-size: 4vw;
    font-weight: 700;
}

/* Colonne de droite */
.right-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.p-hidden {
    display: none;
}

.content-title {
    font-size: 8vw;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.content-text {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    max-width: 500px;
}





/*STAT*/

.stats-section {
    padding: 40px 20px;
    background-color: transparent !important;
    text-align: center;
}

.stats-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

.stat {
    width: 18vw;
    height: 36vh;
    background: #eab30850;
    color: #fff !important;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 24px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
	align-items: center;
}

.number-count {
    font-size: 7.5em;
    font-weight: bold;
    color: #1d1d1d;
    display: block;
    text-align: left !important;
    display: flex;
}

.stat p {
    font-size: 16px;
    color: #1d1d1d;
    text-align: center;
}

.stat.fade-in-up.anim-element {
    transition: transform 0.6s ease, opacity 0.6s ease;
    opacity: 0;
    transform: translateY(40px);
}

.stat.fade-in-up.anim-element.animated {
    opacity: 1;
    transform: translateY(0);
}






.learn-more {
    background-color: #A5D6A7;
    border: none;
    padding: 0.6rem 1.2rem;
    cursor: pointer;
    font-size: 1rem;
    width: fit-content;
}

/* Responsive */
@media (min-width: 768px) {
    .container {
        flex-direction: row;
        padding: 8rem;
    }

    .left-column {
        width: 40%;
        margin-right: 3rem;
        margin-bottom: 0;
        height: 100%;
    }

    .right-column {
        width: 67%;
        height: 100%;
        align-items: center;
    }

    .main-title {
        font-size: 2.5rem;
    }
}












/*PRESTATION*/

.prestations-list {
    list-style: none;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    transition: transform 0.4s ease;
}

.prestation-item {
    padding: 15px 0;
    font-size: 28px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    cursor: pointer;
    position: relative;
    transition: padding-left 0.3s ease;
    font-weight: 500;
}

.prestation-item:hover,
.prestation-item.active {
    padding-left: 0px;
    transition: transform 0.4s ease;
}

.prestation-item:hover::before,
.prestation-item.active::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    padding-right: 32px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10"><circle cx="5" cy="5" r="5" fill="black"/></svg>') no-repeat center;
    background-size: contain;
    background-repeat: no-repeat;
}






/*ABOUT*/

.about {
    z-index: 1;
    height: 70vh;
    display: flex;
    align-items: center;
	justify-content: center;
}


.about-section .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about-section p {
    width: 80%;
}

.logo-side {
    flex: 1;
    display: flex;
    justify-content: center;
}


.content-side {
    flex: 1;
    width: 30%;
    gap: 1em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.header p {
    font-weight: 700;
    padding-bottom: 32px;
}






/*ACTIVITÉ*/

.card-stack {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
    overflow: visible;
}

.card {
    background-color: #2A2518;
    color: white;
    overflow: hidden;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    padding: 2vw;
    box-sizing: border-box;
    height: 30vh;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.card a.card-link {
    display: block;
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

/* Quand la carte est hover */
.card:hover {
    height: 45vh;
    z-index: 10;
    margin-bottom: -150px;
    position: relative;
    overflow: visible;
    /* ← hyper important */
}

/* Quand une carte est hover, déplacer les cartes suivantes */
.card:hover~.card {
    transform: translateY(130px);
}

/* Contenu de la carte */
.card-content {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: visible;
}

.card-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-text h2 {
    font-size: 6vw;
    margin: 0;
	text-align: left;

}

.card-text p {
    opacity: 0;
    transition: opacity 0.3s ease;
    font-size: 16px;
    margin-top: 10px;
    max-width: 90%;
	display: flex;
	flex-direction: column;
}

.card:hover .card-text p {
    opacity: 1;
}

.card-image {
    width: 20vw;
    min-width: 200px;
    height: 100%;
    background-color: #ddd;
    border-radius: 12px;
    transform: translateX(60%);
    transition: transform 0.4s ease;
	overflow: hidden;
}

.card:hover .card-image {
    transform: translateX(0);
}

.card-image img{
	width: 100%; 
	height: 100%; 
	object-fit: cover;
}

#pao {
    background-color: #BBD07870;
    color: #2A2518;
}

#web {
    background-color: #BBD07830;
    color: #2A2518;
}

#enseignes {
    background-color: #BBD078;
    color: #2A2518;
}

.card {
    text-decoration: none !important;
}

.card-link .card {
    pointer-events: auto;
}







/*LABEL & RSE*/

.label-rse {
    display: flex;
    min-height: 60vh;
    flex-wrap: wrap;
    margin: 5rem;
	padding: 5vh;
	gap: 50px;
	margin-top: 150px;
	align-items: center;
}

.label-rse__left {
    flex: 1;
    background-image: url('http://localhost:10078/wp-content/uploads/2025/06/AdobeStock_709733939_Preview.jpeg');
   /* 🔁 mets ici ton chemin d'image */
    background-size: cover;
    background-position: center;
	border-radius: 16px;
}

.label-rse__right {
    flex: 1;
    padding: 4rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.label-rse__right p {
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
    margin-bottom: 2rem;
    max-width: 40vw;
}

.label-rse__logos {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.logo-placeholder{
  width:120px;
  height:120px;
  display:inline-flex;               
  align-items:center;
  justify-content:center;
  background:#fff;
  border-radius:8px;
  box-shadow:0 2px 6px rgba(0,0,0,.1);
  transition: transform .25s ease, box-shadow .25s ease;
  will-change: transform;
  transform: translateZ(0);           
}

.logo-placeholder:hover{
  transform: scale(1.12);
  box-shadow:0 8px 24px rgba(0,0,0,.18);
}

.logo-placeholder img {
    width: 100px;
  height: auto;
  object-fit: cover;
}


/* Responsive */
@media (max-width: 768px) {
    .label-rse {
        flex-direction: column;
    }

    .label-rse__left {
        width: 100%;
        height: 250px;
    }

    .label-rse__right {
        padding: 2rem 1.5rem;
    }
}

.scroll-indicator {
    background-color: rgba(255, 255, 255, 0.25);
    padding: 12px 18px 12px 18px;
    border-radius: 181.6px;
    -webkit-border-radius: 181.6px;
    -moz-border-radius: 181.6px;
    -ms-border-radius: 181.6px;
    -o-border-radius: 181.6px;
}




.rejoindre {
    gap: 50px;
    flex-direction: column;
    margin-bottom: 150px;
    text-align: center;
  }

  .rejoindre h3 {
    font-size: 2vw;
  }

  .rejoindre .learn-more {
    margin-top: 32px;
  }

.rejoindre p {
	margin-top: 16px;
}












/* Animations de base */
.anim-element {
    opacity: 0;
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.anim-element.animated {
    opacity: 1;
    transform: translateY(0) translateX(0) scale(1);
}



/* Animation pour le header */
.header {
    position: relative;
}

/* Animation pour les sections */
.section {
    position: relative;
    overflow: hidden;
}

/* Animation pour l'indicateur de défilement */
.scroll-indicator {
    animation: bounce 2s infinite;
    transition: opacity 0.5s ease;
	display: flex;
  justify-content: center;
}

/* Animation pour les prestations */
.prestation-item {
    transition: padding-left 0.3s ease,
        opacity 0.5s ease,
        transform 0.5s ease;
}


.text h3 {
    font-size: 1.2rem !important;
}

.text p {
    font-size: 1.5em;
    text-align: center;
   max-width: 1200px;
}

.text {
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 2em;
    flex-direction: column;
    padding-bottom: 120px;
	margin-top: 120px;
}

.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*mobile*/
/* Par défaut, cacher la version mobile */
.mobile-cards {
  display: none;
}

/* Cacher la version desktop sur mobile */
@media (max-width: 768px) {
  .section1 .container {
    display: none;
  }

  .mobile-cards {
    display: block;
    overflow-x: auto;
    padding: 16px;
  }

  .card-scroll {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .card-prestation {
    flex: 0 0 80%;
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 12px;
    scroll-snap-align: start;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  }

  .card-prestation .big-number {
    font-size: 24px;
    font-weight: bold;
    color: #CEDC9D;
  }

  .card-prestation .content-title {
    font-size: 18px;
    margin-top: 8px;
  }

  .card-prestation .content-text {
    font-size: 14px;
    margin-top: 8px;
  }
}




/*mobile*/
/* === MOBILE RESPONSIVE DESIGN === */
@media (max-width: 768px) {

  body {
    font-size: 16px;
    line-height: 1.5;
  }

	h2{
		font-size: 2rem;
		text-align: center;
	}
  /* === Hero Bloc === */
  .slogan p {
    font-size: 18px;
  }

  /* === About Section === */
  .about .logo-side {
    display: none;
  }

  .about .content-side {
    text-align: center;
    margin: 0 auto;
	  width: 100%;
	  align-items: center;
  }

  .about .container {
	  width: 100%;
	  height: auto;
	  padding: 0;
  }

  /* === Stats === */
  .stats-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }

  .stat {
    width: 100%;
    text-align: center;
	  align-items: center;
  }
	
	.slider-card{
		width: 350px;
	}

  /* === Prestations === */
  .slider-section h2 {
    text-align: center;
    padding: 20px 10px;
  }

	.slider-section{
		padding: 0;
	}	
	
  .slider-wrapper .slider {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
	  padding: 0;
  }

  .slider-card {
    flex: 0 0 80%;
    margin-right: 16px;
    scroll-snap-align: start;
    padding: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  }

  .arrow-button {
    position: relative;
    bottom: 0;
    right: 0;
  }

  .slider-controls {
    justify-content: center;
    margin-top: 10px;
  }

  /* === Services Cards === */
  .card-stack {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }

  .card-content {
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .card-image img {
    width: 100%;
    height: auto;
  }

  .card:nth-child(odd) {
    background-color: #f9f9f9;
  }

  .card:nth-child(even) {
    background-color: #e6e6e6;
  }

  /* === Labels / RSE === */
  .label-rse__left {
    display: none;
  }

	.label-rse{
		margin: 0;
		padding: 0;
		
	}	
	
  .label-rse__right {
    text-align: left;
	  align-items: center;
  }

	.label-rse__right p{
		max-width: 100%;
	}	
	
	
  .label-rse__logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
  }

  .label-rse__logos .logo-placeholder {
    flex: 0 0 40%;
  }

  .label-rse button {
    margin-top: 20px;
    padding: 12px 24px;
  }

}




.single-post-container .container{
	height: 100% !important;
}


/* Responsive */
@media (max-width: 768px) {
	.logo img{
		width: 200px;
	}
	
	.text p {
    font-size: 1.2rem;
	  width: 100%;
  }
	
	.text{
		height: auto;
		padding: 80px 20px 80px 20px;
	}
	
	.card-stack{
		display: none !important;
	}
	
	.mobile-activite {
    padding: 20px;
		margin-top: 150px;
	}

	.studio img {
    height: 300px !important;
    width: 100%;
	}
	
	.studio h2{
		margin: 0;
	}
	
	.studio {
    display: flex;
	gap: 8px;
    flex-direction: column;
    margin-bottom: 50px;
		align-items: center;
	}
	
	.carde.spacer-card{
		display: none;
	}
	
	#timelineBar{
		display: none;
	}
	
	.double-section p {
  	font-size: 1.2rem !important;
	}
	
	.logoAlpha img {
		width: 200px !important;
	}
	
	.mobile-activite {
		display: flex;
		flex-direction: column;
	}

}

.home-articles-section {
    padding: 4rem 2rem;
	background-color: #CEDC9D50;
	padding-bottom: 150px;
	margin-bottom: -80px;
}

.articles-layout {
    display: flex;
    gap: 4rem;
    flex-wrap: wrap;
}

.articles-sidebar {
	display: flex;
	flex-direction: column;
    max-width: 300px;
	gap: 32px;
}

.articles-title {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 2rem;
}



/* Grille 3 colonnes, 2 lignes */
.articles-grid {
    flex: 3 1 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.article-card {
    background: white;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
	border: 1px solid;
    border-color: darkgreen;
}

.article-card{
	align-items: center;
}

.image-link img {
    width: auto;
  display: block;
  height: 200px;
  background-position: center;
	background: contain;
}

.article-content {
    padding: 1rem;
}

.article-date {
    font-size: 0.8rem;
    color: #999;
    margin-bottom: 0.5rem;
    display: block;
}

.article-content h3 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.article-content p {
    font-size: 0.95rem;
    color: #444;
}

.btn-read-more {
    display: inline-block;
    margin-top: 1rem;
    font-weight: 500;
    font-size: 0.9rem;
    text-decoration: none;
    border: 1px solid black;
    padding: 0.4rem 0.8rem;
    transition: all 0.3s;
}

.btn-read-more:hover {
    background: black;
    color: white;
}


@media (max-width: 768px) {
    .articles-layout {
        flex-direction: column;
        gap: 2rem;
    }

    .articles-sidebar {
        max-width: 100%;
        text-align: center;
		align-items: center;
    }

    .articles-title {
        font-size: 2.2rem;
        line-height: 1.2;
    }

    .btn-view-all {
        margin-top: 1rem;
    }

    .articles-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .article-card {
        border-radius: 10px;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
        overflow: hidden;
    }

    .article-content {
        padding: 1.2rem;
    }

    .article-content h3 {
        font-size: 1.2rem;
    }

    .article-content p {
        font-size: 1rem;
        line-height: 1.4;
    }

    .btn-read-more {
        padding: 0.4rem 1rem;
        font-size: 0.95rem;
    }
}


.blog-section {
    padding: 4rem 2rem;
    background: #FCFFF3;
}

.blog-container {
    max-width: 1200px;
    margin: 0 auto;
}

.blog-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 3rem;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.blog-card {
    background: white;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.blog-image-link img {
    width: 100%;
    height: auto;
    display: block;
}

.blog-card-content {
    padding: 1.2rem;
}

.blog-date {
    font-size: 0.8rem;
    color: #999;
    margin-bottom: 0.5rem;
    display: block;
}

.blog-card-title {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.blog-excerpt {
    font-size: 0.95rem;
    line-height: 1.4;
    color: #333;
}

.blog-btn-read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0.8rem 1.6rem !important;
    background-color: #E55B3B !important;
    color: white;
    border: none;
    border-radius: 999px;
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.blog-btn-read-more:hover {
    background-color: #eab308 !important;
    transform: scale(1.05);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}
.blog-pagination {
    margin-top: 3rem;
    text-align: center;
    width: 100%;
}

.blog-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0.8rem 1.6rem !important;
    background-color: #eab308 !important;
    color: white;
    border: none;
    border-radius: 999px;
    font-weight: 400;
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.blog-pagination .page-numbers:hover {
    background-color: #E55B3B !important;
    /* un peu plus foncé au survol */
    transform: scale(1.05);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}

.blog-pagination .current {
    transform: scale(0.97);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	background-color: #E55B3B !important;
}

/* ✅ Responsive (tablette & mobile) */
@media (max-width: 1024px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .blog-grid {
        grid-template-columns: 1fr;
    }

    .blog-title {
        font-size: 2rem;
    }

    .blog-card-content {
        padding: 1rem;
    }

    .blog-card-title {
        font-size: 1.1rem;
    }

    .blog-excerpt {
        font-size: 0.95rem;
    }

    .blog-btn-read-more {
        font-size: 0.85rem;
        padding: 0.4rem 0.7rem;
    }

    .blog-pagination .page-numbers {
        padding: 0.3rem 0.6rem;
        font-size: 0.9rem;
    }
}



.activite-section {
  display: none !important;
}


/* ✅ Responsive */
@media (max-width: 768px) {
    .activite-section {
		display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    }

     .activite-block {
    flex: 0 0 calc(33.333% - 1rem);
    text-align: left;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 32px;
  }

    .activite-text {
        font-size: 0.95rem;
    }
	
	.activite-img{
		width: 100%;
	}
	
	.activite-section .learn-more{
		margin-top: 32px;
	}
}

.link{
	color: #1d1d1d;
}

.btn-contact{
	display: flex !important;
	justify-content: center !important;
}

/* Version mobile */
@media screen and (max-width: 768px) {
  header {
    height: auto;
    padding: 20px 10px;
    flex-direction: column;
    text-align: center;
  }

  .logo {
    width: 220px;
    height: 110px;
    border-bottom-left-radius: 110px;
    border-bottom-right-radius: 110px;
    margin-top: -30px;
  }

  .logo img {
    width: 200px;
  }

  .hero {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    text-align: center;
    margin: 40px auto 0;
  }

  .hero-left span {
    font-size: 8vw; 
  }

  .hero-left .sub-title h2 {
    font-size: 5vw !important;
  }

  .hero-left p {
    font-size: 16px;
    max-width: 90%;
    margin: 0 auto;
  }

  .hero-right img {
    width: 70%;
    height: auto;
  }

  .relative,
  .rond {
    display: none;
  }

  .scroll-indicator {
    margin-top: 30px;
  }

  .scroll-indicator img {
    width: 28px;
    height: auto;
  }
	
	.title{
		display: none;
	}
	
	.logo img {
		padding: 0;
		border-radius: 0;
	}
	
	.logo{
		width: 100vw;
		height: 140px;
	}
	
	#cursor-icon{
		display: none;
		opacity: 0;
	}
}


/* --- Styles généraux pour le formulaire --- */
.forminator-row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 15px;
}

.forminator-col {
  flex: 1;
  min-width: 200px;
}

.forminator-input,
.forminator-textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
}

/* --- Responsive mobile --- */
@media (max-width: 768px) {
  .forminator-row {
    flex-direction: column;
    gap: 10px;
  }

  .forminator-col,
  .forminator-col-6,
  .forminator-col-12 {
    width: 100% !important;
    flex: none;
  }

  .forminator-input,
  .forminator-textarea {
    font-size: 15px;
    padding: 14px;
  }

  .forminator-label {
    font-size: 14px;
    margin-bottom: 6px;
    display: block;
  }

  .forminator-button-submit {
    width: 100%;
    padding: 15px;
    font-size: 16px;
    border-radius: 8px;
  }

  /* Checkboxes et radios en colonne */
  .forminator-checkbox-inline,
  .forminator-radio-inline {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
  }
	
	.left p{
		text-align: center;
	}
}

.mention{
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	margin-bottom: 200px;
}

.mention h2{
	text-align: center;
}

.mention p{
	width: 1200px;
}


.menu-footer {
    display: flex !important;
    width: 40vw !important;
    gap: 32px !important;
}

@media (max-width: 768px){
	.menu-footer {
    display: flex !important;
    width: 100% !important;
    gap: 32px !important;
}
	.header{
		height: 100% !important;
	}
	
	#home{
		height: 100vh !important;
	}
	
	.prestation{
		margin: 0 50 0 30 !important;
		margin-left: 0;
	}
}

.card-label {
  display: flex;
  flex-direction: row;
  padding: 2rem;
  border-radius: .5rem;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
  gap: 16px;
}

#label-card{
    width: 150px;
    height: 250px;
    border-radius: 12px;
    flex-shrink: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.logo-placeholder img#label-img  {
    width: 110px;
    height: auto;
    object-fit: cover;
}

.haut {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.logo-placeholder img#img-width{
	width: auto !important;
	height: 120px !important;
}

#small{
	font-size: 18px;
	text-decoration: none;
}

#small mark::after {
  background: transparent;

}