/*
 Theme Name: twentytwentyfour-child
 Template: twentytwentyfour
 Author: WebNest
 Description: Un thème enfant pour le thème Twentytwentyfour
 Version: 1.0.0
*/

/* Styles personnalisés */

@import url('https://fonts.googleapis.com/css2?family=Lilita+One&family=Montserrat:wght@400;700&family=Open+Sans:wght@400;700&display=swap');

/* Appliquer les polices */
h1, h3 {
    font-family: 'Lilita One', cursive;
}

h2, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

body, p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.wp-block-navigation-item__label{
    font-family: 'Montserrat', cursive !important;
    font-weight: 500;
}
.wp-block-button__link wp-element-button{
    font-family: 'Montserrat', cursive !important;
}







a{
    color: black;
}
body {
    outline: none !important;
}

.container {
    max-width: 70%
}

.container-fluid {
    padding-left: 8%;
    padding-right: 8%;
}
.main-navigation {
    background-color: white;
    border-bottom: 1px solid #eaeaea;
}

.hero-section {
    background: linear-gradient(to right, #DEDEDE, #ACB6B6);
    padding: 100px 0; /* Ajuste la hauteur si nécessaire */
}

.hero-title {
    color: #333;
    font-size: 2.5rem;
    text-transform: uppercase;
}

.btn {
    background-color: #82BCC0;
    border: none;
    padding: 15px 30px;
    color: white;
    font-size: 1rem;
    text-transform: uppercase;
    text-decoration: none;
}

.color-band {
    background-color: #98D2C1;
    color: white;
    padding: 50px 0;
    text-align: center;
}

.about-section {
    display: flex;
    align-items: center;
    background-color: #fff;
}

hr {
    display: none;
}


/* Style des liens du menu */
.navbar-nav .menu-item a {
    color: #333; /* Couleur inchangée des items de menu */
    position: relative;
    text-transform: none; /* Retire l'effet majuscule */
    font-size: 18px; /* Taille de police ajustée */
    padding: 10px 15px;
    transition: none; /* Pas de transition sur la couleur */
    text-decoration: none; /* Supprime le soulignement par défaut */
    border: none; /* Supprime toute bordure par défaut */
}

/* Barre bleue invisible au départ */
.navbar-nav .menu-item a::before {
    content: ''; /* Barre vide */
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 3px; /* Épaisseur de la barre */
    background-color: #3498db; /* Couleur bleue */
    transition: width 0.3s ease;
}

/* Barre bleue visible au survol */
.navbar-nav .menu-item a:hover::before {
    width: 100%; /* Barre pleine largeur au survol */
}

/* Pas de changement de couleur pour l'élément au survol */
.navbar-nav .menu-item a:hover {
    color: inherit; /* Conserve la couleur initiale du lien */
    text-decoration: none; /* Empêche tout soulignement ou modification au survol */
    border: none; /* Assure qu'aucune bordure n'apparaît au survol */
}


.navbar {
    background-color: transparent;
    transition: background-color 0.4s ease;
}

.navbar.scrolled {
    background-color: white;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-nav .nav-link {
    color: white;
}

.navbar.scrolled .navbar-light .navbar-nav .nav-link {
    color: black;
}

.navbar-brand {
    color: white;
    display: flex;
    align-items: center;
}

.navbar.scrolled .navbar-brand {
    color: black;
}


.menu-item {
    margin: 20px;
    font-size: 20px;
}
.div-green-blue {
    background-color: #82BCC0;
}

.image-right {
    margin-left: 15%;
}

.lead {
    font-size: 1.70rem;
}

.display-4 {
    font-size : 2.75rem;
}

/* Styles pour l'effet de retournement de carte */
.feature-card {
    perspective: 1000px; /* Crée la profondeur 3D */
}

.feature-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d; /* Préserve l'effet 3D */
}

.feature-card:hover .feature-card-inner {
    transform: rotateY(180deg); /* Retourne la carte au survol */
}

/* Faces avant et arrière */
.feature-card-front, .feature-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden; /* Cache l'autre face quand elle est retournée */
}

.feature-card-back {
    transform: rotateY(180deg); /* Positionne la face arrière */
    background-color: #34495e; /* Couleur différente pour l'arrière */
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
}


.carousel-section {
    padding: 50px 0;
    background-color: #f5f5f5;
}

.swiper {
    width: 100%;
    height: 300px;
    overflow: visible !important; 
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%; /* Prend 70% de la largeur */
    max-width: 70%;
}

.card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    width: 100%;
}
.wp-block-post-terms {
    display: none !important;
}
#header {
    display: none;
}

.wn-menu {
    font-family: 'Lilita One', cursive;
    font-size: 40px;
    display: flex;
    align-items: flex-end;
}

.navbar-brand img {
    margin-bottom: 5%;
}

/* Section Hero */
/* Styling for hero section */
.hero-section {
    height: 100vh;
    padding: 0;
    background: linear-gradient(to right, #e0eafc, #cfdef3);
}

.hero-title {
    font-family: 'Lilita One', cursive;
    color: #2c3e50;
    animation: fadeInDown 1s;
}

.hero-btn {
    background-color: #ff5722;
    color: white;
    margin-top: 20px;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: bold;
    animation: pulse 2s infinite;
}

.hero-image {
    animation: zoomIn 1s;
}

/* Keyframes for animations */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Titre principal */
h1 {
    font-family: 'Lilita One', cursive;
    font-size: 40px; /* Taille réduite pour mieux équilibrer avec le reste */
    color: #2C3E50;
    line-height: 1.3;
    margin-bottom: 20px;
}

.title-lilita {
    font-family: 'Lilita One', cursive;
    font-size: 50px; /* Taille réduite pour mieux équilibrer avec le reste */
    color: #2C3E50;
    line-height: 1.3;
    margin-bottom: 20px;
}

/* Paragraphes et listes */
p, ul li {
    font-family: 'Roboto', sans-serif;
    font-size: 18px; /* Taille réduite pour une meilleure lisibilité */
    color: #333;
    line-height: 1.6; /* Espacement pour aérer le texte */
}

/* Bouton */
.btn-primary {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    background-color: #FA6400;
    border-radius: 25px;
    padding: 15px 30px;
    margin-top: 40px; /* Espace ajouté au-dessus du bouton */
}

.btn-primary:hover{
    background-color: #82BCC0
}

/* Centrage vertical du contenu */
.row {
    display: flex;
    align-items: center; /* Centre le texte et l'image verticalement */
}

/* Marges pour les petits écrans */
@media (max-width: 768px) {
    .hero-section {
        padding-left: 20px;
        padding-right: 20px;
    }

    h1 {
        font-size: 25px; /* Réduction du titre sur mobile */
        line-height: 1.4;
    }

    p, ul li {
        font-size: 16px; /* Taille plus petite pour une meilleure adaptation mobile */
    }

    .row {
        flex-direction: column; /* Les colonnes sont empilées sur mobile */
    }

    .col-md-6 {
        margin-bottom: 30px; /* Espace entre les sections */
    }
}



.features-section {
    background-color: #FFFFFF;


    height: 100vh; /* Ajuste la hauteur de la section à 100% de la hauteur de l'écran */
    display: flex; /* Centre le contenu verticalement et horizontalement */
    align-items: center;
    justify-content: center;
}
.full-screen-section {
    background-color: #FFFFFF;


    height: 100vh; /* Ajuste la hauteur de la section à 100% de la hauteur de l'écran */
    display: flex; /* Centre le contenu verticalement et horizontalement */
    align-items: center;
    justify-content: center;
}

.full-screen-section .container-fluid {
    padding: 0 5%; /* Ajoute un léger padding latéral pour un espacement fluide */
}

.feature-box {
    background-color: #EBEBEB;
    border-radius: 10px;
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.feature-box i {
    color: #555;
    margin-bottom: 15px;
    transition: color 0.3s ease;
    padding: 20px;
}

.feature-box:hover i {
    color: #FF5722; /* Change la couleur de l'icône au survol */
}

.full-screen-section .display-4 {
    color: #2c3e50;
    margin-bottom: 20px;
}

.full-screen-section .lead {
    color: #555;
    margin-bottom: 40px;
}




      /* Section Pricing avec arrière-plan noir */
  .price-section {
      background-color: #82BCC0;
      height: 100vh; /* Ajuste la hauteur de la section à 100% de la hauteur de l'écran */
      display: flex; /* Centre le contenu verticalement et horizontalement */
      align-items: center;
      justify-content: center;
  }

.full-price-section {
    background-color: #82BCC0;
    height: 100vh; /* Ajuste la hauteur de la section à 100% de la hauteur de l'écran */
    display: flex; /* Centre le contenu verticalement et horizontalement */
    align-items: center;
    justify-content: center;
}

.orange-color {
    color: white;
}

.pricing-section h2 {
    color: #FF5722; /* Titre en orange */
    margin-bottom: 30px;
}

.price-box {
    background-color: black; /* Cartes gris foncé */
    color: #FF5722; /* Texte en orange */
    border-radius: 10px;
    padding: 50px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Ombre légère */
}

.price-box:hover {
    transform: translateY(-10px); /* Légère élévation au survol */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); /* Ombre plus forte au survol */
}

.price-box h3 {
    color: #FF7043; /* Orange plus vif pour les titres des cartes */
    font-weight: bold;
    margin-bottom: 20px;
}

.price-box .price {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #FF5722; /* Couleur des prix */
}

.price-box ul {
    padding: 0;
    list-style: none;
    color: #FFA07A; /* Texte plus clair pour les fonctionnalités */
}

.price-box ul li {
    margin-bottom: 10px;
}

/* Bouton d'abonnement avec texte orange */
.price-box .btn {
    background-color: transparent;
    border: 2px solid #FF5722; /* Bordure orange */
    color: #FF5722; /* Texte orange */
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

.price-box .btn:hover {
    background-color: #FF5722; /* Inverse au survol */
    color: #ffffff; /* Texte blanc au survol */
}

.wp-block-site-title{
    font-family: "Lilita One";
    font-size: 20px;
}
.wp-block-group.is-layout-constrained {
    max-width: 100% !important;
    padding: 0;
}
:where(.wp-site-blocks) > * {
    margin-block-start: 0 !important;
}
.wp-block-group.is-layout-flex.wp-container-core-group-is-layout-1.wp-block-group-is-layout-flex {
    display: flex; /* Active flexbox pour le conteneur */
    align-items: flex-end; /* Aligne les items en bas du conteneur */
}
:root {
    --wp--style--global--wide-size: 90vw; /* 90% de la largeur de la fenêtre */
}



  .section1-accueil {
      height: 100vh;
  }


header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: transparent; /* Transparent par défaut */
    transition: background-color 0.3s ease; /* Transition douce */
}

header.scrolled {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important; /* Utilisez !important pour forcer l'application */
}

header.scrolled,
header.scrolled * {
    background-color: white !important;
}

.wp-block-button__link.wp-element-button{
    background-color: black!important;
}
.marge-for-nav{
    margin-top: 100px;
}

.wc-block-components-product-image {
    display: flex;
    justify-content: center;
    align-items: center;
}
