.elementor-element-b4efa2d > .elementor-widget-container{--e-transform-translateY:21px;--e-transform-scale:1;}/* Start custom CSS for html, class: .elementor-element-e115e96 *//* Titre au-dessus de la bannière */

.cookie-title {

    text-align: center;

    font-size: 28px;

    font-weight: bold;

    color: #4d2600;

    margin-bottom: 10px;

}



/* Bannière */

.cookie-banner {

    width: 1200px;

    height: 200px;

    position: relative;

    overflow: hidden;

    display: flex;

    justify-content: center;

    align-items: center;

    background: transparent; /* Fond transparent */

}



/* Conteneur des cookies */

.cookie-container {

    width: 100%;

    height: 100%;

    position: relative;

}



/* Cookies animés */

.cookie {

    position: absolute;

    font-size: 50px; /* Taille de base */

    animation: moveCookies 4s infinite alternate ease-in-out, scaleCookies 2s infinite alternate ease-in-out;

}



/* Animation de déplacement */

@keyframes moveCookies {

    0% { transform: translateY(0px); }

    100% { transform: translateY(-20px); }

}



/* Animation de changement de taille */

@keyframes scaleCookies {

    0% { transform: scale(1); }

    100% { transform: scale(1.3); }

}/* End custom CSS */