.elementor-kit-349{--e-global-color-primary:#16FF27;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"minecraft-police";--e-global-typography-primary-font-size:16px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-text-transform:none;--e-global-typography-secondary-font-family:"minecraft-police";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"minecraft-police";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"minecraft-police";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;background-color:#131212;font-size:1px;overscroll-behavior:auto;}.elementor-kit-349 e-page-transition{background-color:#FFBC7D;}.elementor-kit-349 p{margin-bottom:0px;}.elementor-kit-349 h1{color:#DFC119;font-size:27px;line-height:85px;letter-spacing:0.7px;word-spacing:0px;}.elementor-kit-349 h2{color:#1183B3;font-family:"minecraft-police", Sans-serif;font-size:21px;font-weight:100;text-transform:lowercase;line-height:46px;letter-spacing:-2px;word-spacing:0px;}.elementor-kit-349 img{opacity:1;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Réduire la taille du logo sur les petits écrans */
@media (max-width: 768px) {
    .logo-image img {
        width: 80%;  /* Réduit la largeur de l'image à 80% de son conteneur */
        height: auto;  /* Conserve les proportions de l'image */
    }
}

/* Sur les très petits écrans (téléphones) */
@media (max-width: 480px) {
    .logo-image img {
        width: 70%;  /* Réduit encore la taille du logo à 70% sur les très petits écrans */
    }
}
/* Arrière-plan de la page */
body {
    background: linear-gradient(135deg, #1a1a1a, #2d2d2d); /* Dégradé de noir vers un gris très foncé */
    color: white; /* Texte en blanc pour bien contraster */
}

/* Pour une section spécifique */
.section-background {
    background: linear-gradient(135deg, #1a1a1a, #2d2d2d); /* Applique le même dégradé à une section */
}

/* Sur les très grands écrans */
@media (min-width: 1200px) {
    body {
        background: linear-gradient(135deg, #1a1a1a, #2d2d2d); /* Utilisation du même dégradé sur grands écrans */
    }
}

/* Pour les petits écrans (tablettes et mobiles) */
@media (max-width: 768px) {
    body {
        background: linear-gradient(135deg, #1a1a1a, #2d2d2d); /* Réduit légèrement l'intensité du dégradé */
    }
}
/* Dégradé plus subtil et plus sombre */
body {
    background: linear-gradient(135deg, #0d0d0d, #1a1a1a); /* Dégradé noir très foncé avec une légère touche de gris */
    color: white; /* Texte en blanc pour bien ressortir sur le fond sombre */
    font-family: Arial, sans-serif;
}

/* Si tu veux appliquer le dégradé à une section spécifique */
.section-background {
    background: linear-gradient(135deg, #0d0d0d, #1a1a1a); /* Applique le même dégradé à une section */
}
/* Fond d'écran avec un dégradé inspiré de l'image */
body {
    background: linear-gradient(135deg, #ff7e5f, #feb47b, #6a11cb, #2575fc); /* Dégradé allant du rouge/orange au bleu */
    background-size: cover; /* Recouvre tout l'écran avec l'image de fond */
    background-position: center; /* Centre l'image de fond */
    color: white; /* Texte en blanc pour un bon contraste */
}
/* Dégradé sombre avec des touches de bleu et noir */
body {
    background: linear-gradient(135deg, #111111, #1a1a1a, #2e2e2e, #0f0f0f); /* Dégradé noir avec des nuances de gris et bleu profond */
    background-size: cover; /* Recouvre tout l'écran */
    background-position: center; /* Centre le dégradé */
    color: white; /* Texte en blanc pour contraster sur un fond sombre */
    font-family: Arial, sans-serif;
}

/* Si tu veux appliquer ce dégradé à une section spécifique */
.section-background {
    background: linear-gradient(135deg, #111111, #1a1a1a, #2e2e2e, #0f0f0f);
}/* End custom CSS */