.elementor-5235 .elementor-element.elementor-element-c23bafe{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-5235 .elementor-element.elementor-element-0c92843 > .elementor-widget-container{margin:100px 0px 20px 0px;}.elementor-5235 .elementor-element.elementor-element-0c92843 .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:100px;font-weight:700;color:#000000;}@media(max-width:767px){.elementor-5235 .elementor-element.elementor-element-0c92843 .elementor-heading-title{font-size:65px;}}/* Start custom CSS for html, class: .elementor-element-0eb2f07 */html {
    overflow-x: hidden;
}

.navbar_blur {
    z-index: 98;
    -webkit-backdrop-filter: blur(13px);
    backdrop-filter: blur(13px);
    background-color: #00000003;
    min-height: 4rem;
    max-height: 4rem;
    position: fixed;
    inset: 0%;
}

.navbar_component {
    z-index: 103;
    mix-blend-mode: exclusion;
    background-color: #7c7c7c03;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 110rem;
    min-height: 4rem;
    max-height: 4rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
}

.navbar_container {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
}

.navbar_container nav ul {
    display: flex;
}

.navbar_container nav ul a {
    margin-right: 25px;
    font-family: Montserrat;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    color: white;
}

.navbar_logo-link {
  font-size: 50px;
  font-family: Montserrat;
  font-weight: 900
}

.navbar_logo-text {
    color: white;
    font-family: Montserrat;
    font-size: 50px;
    font-weight: 800;
    line-height: 1;
    display: inline-block;
}

.nav-links {
    color: white;
}
/* Style du bouton menu (mobile) */
.menu-toggle {
    display: none;
    align-items: center;
    background: none;
    color: white;
    font-size: 18px;
    font-family: Montserrat;
    border: none;
    cursor: pointer;
    margin-right: 25px;
}

.menu-toggle::before {
    display: inline-block;
    content: "";
    height: 5px;
    width: 5px;
    margin-right: 5px;
    border-radius: 50%;
    background-color: white;
}

.menu-toggle.active::before {
    display: inline-block;
    content: "";
    height: 5px;
    width: 5px;
    margin-right: 5px;
    border-radius: 50%;
    background-color: black;
}

.menu-toggle:hover {
    color: black !important;
}

/* Style de la sidebar */
.sidebar {
    display: none; /* Cacher la sidebar par défaut */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1C1D20;
    z-index: 9999; /* S'assurer que la sidebar est devant tout */
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    transform: translateX(100%); /* Cacher la sidebar à gauche de l'écran */
    opacity: 1; /* Cacher la sidebar */
}

.sidebar_content {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    padding: 125px 20px 30px 20px;
}

.sidebar_content h5 {
    text-transform: uppercase;
    font-size: 10px;
    color: white;
    opacity: 0.5;
    margin: 0;
}

.sidebar_content .h5_nav::after{
    display: inline-block;
    content: "";
    width: 100%;
    background-color: white;
    height: 1px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.sidebar_content .h5_socials::before {
    display: inline-block;
    content: "";
    width: 100%;
    height: 1px;
    background-color: white;
    margin: 25px 0 25px 0;
}

/* Fermeture du bouton */
.close-btn {
    display: none;
    position: fixed; /* Fixe le bouton à un endroit précis */
    top: 20px;
    right: 25px;
    background: #2C60EB;
    color: white;
    font-size: 50px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    text-align: center;
    line-height: 64px; /* Centrer le "×" */
    cursor: pointer;
    z-index: 10000; /* S'assurer qu'il est au-dessus de la sidebar */
}

.close-btn:hover {
    color: white;
}



.sidebar .nav-links-responsive {
    display: flex;
    flex-direction: column;
    margin-bottom: auto;
}

.sidebar .nav-links-responsive li {
    color: white;
    font-family: Montserrat;
    margin: 0;
    font-size: 40px;
    font-weight: 500;
    position: relative;
}

.nav-links-responsive a {
    color: white; 
    text-decoration: none;
    display: inline-block;
    position: relative;
}

.nav-links-responsive li.active::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 25px; /* Ajuster pour que la bulle soit un peu à droite */
    transform: translateY(-50%);
    width: 15px; /* Taille de la pastille */
    height: 15px;
    background-color: #2C60EB; /* Couleur de la pastille */
    border-radius: 50%; /* Faire un cercle */
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); /* Ombre pour un effet de profondeur */
}

.socials ul {
    display: flex;
    margin-top: 15px;
    color: white;
    font-family: Montserrat;
}

.socials ul li {
    margin: 0 20px 0 0px
}

.socials a {
    color: white;
}

/* Lorsque l'écran est plus petit que 768px, afficher le bouton menu (mobile) */
@media (max-width: 768px) {
    .menu-toggle {
        display: flex;
    }
    
    .nav-links {
        display: none !important;
    }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-5a3ece4 */form.fluent_form_1 .ff-btn-submit:not(.ff_btn_no_style) {
    color: white !important;
    background-color: black !important;
    font-family: Montserrat;
}/* End custom CSS */