.elementor-484 .elementor-element.elementor-element-6f5cb7b{--display:flex;}.elementor-484 .elementor-element.elementor-element-f90360f{--display:flex;}.elementor-484 .elementor-element.elementor-element-8a5e6e4{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + -13px) 0px;padding:-26px 0px -30px 0px;}.elementor-484 .elementor-element.elementor-element-8a5e6e4.elementor-element{--align-self:stretch;--flex-grow:0;--flex-shrink:0;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-8a5e6e4 *//* Reset simple */
body {
    margin: 10;
    font-family: Arial, sans-serif;
}

/* Barre du haut */
.top-bar {
    background-color: #f5f5f;
    /*padding: 10px 0px ;*/
    padding-left: 0px;
    padding-right: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0px solid #47bfd3;
}

/* Partie gauche */
.left-section {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* Icônes */
.icons {
    display: flex;
    gap: 15px;
}

.icons a {
    text-decoration: none;
}

.icons i {
    color: #47bfd3;
    font-size: 22px;
    transition: 0.3s;
}

.icons i:hover {
    color: #808080;;
    transform: scale(1.1);
}

/* Titre */
.title {
    font-size: 20px;
    font-weight: 600;
    color: #3BAABD;
    font-family: 'Roboto', sans-serif;
    line-height: 1.1;
    letter-spacing: 0.5px;
}
a {
    color: #3baabd;
    font-weight: bold;
}

a:hover {
    color: #808080;
}
/* Liens à droite */
.right-links {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #3BAABD;
    /*padding-left: 100px;*/
}

.right-links a {
    text-decoration: none;
    color: #3BAABD;
    margin: 0px;
    font-family: 'Roboto', sans-serif;
}

.right-links a:hover {
    text-decoration: none;
    color: #808080;
}/* End custom CSS */