.wizi-img--banner, .wizi-img--simple {
    margin-top: -166px;
    margin-bottom: -100px;
}

.wiziblocks__item.medium {
   z-index: 3;
}

.powered {
    background: #0cdf2f00;
    border-top: 5px solid #edf10900;
}

.footer {
    border-top: 0px !important;
}

.footer__title {
    color: #ffffff;
    font-weight: 800;
}

.footer__link {
    color: #ffffff;
    font-weight: 800;
}

.footer__link:hover {
    color: #edf109;
}

@media (min-width: 1024px) {
    .footer__middle {
        padding-top: 30px;
    }
}

.wiziBtn {
    background-color: #D3D3D3 !important;
}

.footer {
    background-image: url(https://media.cdnws.com/_i/379700/RAW-62/3976/62/coquet-frederic-footer-bg.jpeg.webp);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.fa-question-circle::before {
    display: none !important;
}

/* VIGNETTE */
.wizi-img__content {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: box-shadow 0.3s ease;
}

/* Image avec filtre au survol */
.wizi-img__content img {
    width: 100%;
    height: auto;
    transition: filter 0.3s ease;
    border-radius: 10px;
}

/* Effet de filtre sur l'image au survol */
.wizi-img__content:hover img {
    filter: brightness(70%) saturate(120%); /* Assombrir et saturer l'image au survol */
}

/* Effet de survol sur le container */
.wizi-img__content:hover {
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2); /* Ombre plus marquée au survol */
}

/* Contenu du texte et icône - Toujours visible */
.wizi-img__content__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: transparent; /* Pas de fond par défaut */
    opacity: 1; /* Toujours visible */
    transition: background-color 0.3s ease, opacity 0.3s ease;
}

/* Appliquer le fond semi-transparent seulement au survol */
.wizi-img__content:hover .wizi-img__content__wrapper {
    background-color: rgba(0, 0, 0, 0.5); /* Fond semi-transparent au survol */
}

/* Style pour le texte */
.wizi-img__content__wrapper__text h5 {
    color: #fff;
    font-size: 1.4em;
    margin: 0;
    transition: transform 0.3s ease;
}

/* Icône */
.wizi-img__content__wrapper__icon i {
    font-size: 2em;
    margin-bottom: 10px;
    transition: transform 0.3s ease;
}

/* Animation pour le texte et l'icône */
.wizi-img__content:hover .wizi-img__content__wrapper__text h5,
.wizi-img__content:hover .wizi-img__content__wrapper__icon i {
    transform: translateY(0); /* Animation d'entrée */
}

.wizi-img__content__wrapper__text h5,
.wizi-img__content__wrapper__icon i {
    transform: translateY(10px); /* Position initiale avant survol */
}

/* FIN VIGNETTE */
@media (min-width: 720px) {
    .wizi-wrapper--textOnImg.wizi-wrapper--small {
        min-height: 20vw;
    }
}

/* BLOC1 */
/* Section bloc1 */
.wizi-imgtxt {
    display: flex;
    align-items: stretch; /* Pour que les colonnes s'étendent uniformément */
    background-color: #edf109; /* Couleur dominante */
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin: 40px 0;
}

/* Effet au survol */
.wizi-imgtxt:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

/* Colonne gauche - Texte */
.wizi-imgtxt__left {
    padding: 40px;
    width: 50%;
    color: #333;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Style des titres */
.wizi-imgtxt__left h2 {
    color: #D3D3D3; /* Couleur secondaire */
    font-size: 2.5em;
    margin-bottom: 15px;
}

/* Style des paragraphes */
.wizi-imgtxt__left p {
    font-size: 1.2em;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Style du bouton */
.wiziBtn {
    display: inline-block;
    padding: 12px 24px;
    color: white;
    background-color: #D3D3D3; /* Couleur secondaire */
    border-radius: 30px;
    text-decoration: none;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.wiziBtn:hover {
    background-color: #0abc2a;
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); /* Ajout d'une ombre pour un effet de profondeur */
}

/* Colonne droite - Image */
.wizi-imgtxt__right {
    width: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wizi-imgtxt__right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 15px 15px 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .wizi-imgtxt {
        flex-direction: column;
    }
    .wizi-imgtxt__left, .wizi-imgtxt__right {
        width: 100%;
    }
    .wizi-imgtxt__right img {
        border-radius: 0;
        height: auto;
    }
}
/* FIN BLOC1 */
/* COCCINELLE */
/* Style de base pour la coccinelle */
.ladybug {
    position: absolute; /* Positionnement absolu par rapport au conteneur parent */
    bottom: -40px; /* Place la coccinelle en bas du conteneur */
    left: 0; /* Place la coccinelle sur le bord gauche du conteneur */
    width: 50px; /* Taille de la coccinelle */
    height: 50px; /* Taille fixe pour maintenir le ratio */
    background-image: url('https://media.cdnws.com/_i/379700/RAW-71/3749/71/coquet-frederic-coccinelle.png.webp'); /* Image de la coccinelle */
    background-size: contain; /* S'assure que l'image est contenue correctement */
    background-repeat: no-repeat; /* Évite la répétition de l'image */
    z-index: 1000; /* S'assure que l'image est au-dessus des autres éléments */
    display: inline-block; /* Assure que le span prend la taille de l'image */
    animation: moveRight 10s linear infinite; /* Animation pour déplacer la coccinelle vers la droite en boucle */
}

/* S'assure que le conteneur parent utilise position: relative */
.wizi-imgtxt__wrap {
    position: relative; /* Nécessaire pour que .ladybug soit positionnée correctement */
    overflow: hidden; /* Cache la coccinelle lorsqu'elle sort du conteneur */
}

/* Animation pour déplacer la coccinelle de gauche à droite en boucle */
@keyframes moveRight {
    0% {
        left: 0; /* Départ à gauche */
    }
    100% {
        left: 100%; /* Se déplace jusqu'à la droite */
    }
}

/* Media query pour les appareils mobiles */
@media only screen and (max-width: 767px) {
    .ladybug {
        bottom: 0px; /* Place l'escargot en bas du conteneur sur mobile */
    }
}
/* FIN COCCINELLE */

/* ESCARGOT */
.escargot {
    position: absolute; /* Positionnement absolu par rapport au conteneur parent */
    bottom: -40px; /* Place l'escargot en bas du conteneur */
    right: 0; /* Place l'escargot sur le bord droit du conteneur */
    width: 50px; /* Taille de l'escargot */
    height: 50px; /* Taille fixe pour maintenir le ratio */
    background-image: url('https://media.cdnws.com/_i/379700/RAW-73/1293/73/coquet-frederic-escargot.png.webp'); /* Image de l'escargot */
    background-size: contain; /* S'assure que l'image est contenue correctement */
    background-repeat: no-repeat; /* Évite la répétition de l'image */
    z-index: 1000; /* S'assure que l'image est au-dessus des autres éléments */
    display: inline-block; /* Assure que le span prend la taille de l'image */
    animation: moveLeft 15s linear infinite; /* Animation pour déplacer l'escargot vers la gauche en boucle */
}

/* S'assure que le conteneur parent utilise position: relative */
.wizi-imgtxt__wrap {
    position: relative; /* Nécessaire pour que .escargot soit positionnée correctement */
    overflow: hidden; /* Cache l'escargot lorsqu'il sort du conteneur */
}

/* Animation pour déplacer l'escargot de droite à gauche en boucle */
@keyframes moveLeft {
    0% {
        right: 0; /* Départ à droite */
    }
    100% {
        right: 100%; /* Se déplace jusqu'à la gauche */
    }
}

/* Media query pour les appareils mobiles */
@media only screen and (max-width: 767px) {
    .escargot {
        bottom: 0px; /* Place l'escargot en bas du conteneur sur mobile */
    }
}
/* FIN ESCARGOT */
html {
  scroll-padding-top: 130px;
}

.footer .header__logo__a__img {
    height: 100px;
}

@media (min-width: 1024px) {
    .header.header--fixed .nav__itemlvl1 {
        font-weight: 800;
    }
}

div#\37 724d8f7-f0a5-48e3-810d-16ca65d90d1f {
    margin-bottom: 0px;
}

@media (min-width: 720px) {
    .header.header--fixed .header__logo img {
        max-width: 120%;
        max-height: 100px;
        margin-top: 10px;
    }
}

@media (min-width: 1024px) {
    .header.header--fixed {
        height: 100px;
    }
}