@charset "utf-8";

/* Background Image */
body {
    background: #ffffff url(https://eblida2026.sciencesconf.org/data/css/new_waves_1920x1072.jpg) fixed no-repeat 0 0;
    color: #111111; /* Slightly lighter for better contrast */
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
}

/* Text Colors */
.template_color {
    color: #ffffff;
}
.template_border_color {
    border-color: #000000;
}
.template_backgroundcolor {
    color: #000000;
}

/* Title Styling */
.titre {
    text-transform: uppercase;
    color: #003366; /* Dark Blue */
    font-size: 24px; /* Larger than the text */
    font-weight: 600; /* Slightly bolder */
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); /* Soft shadow */
}

/* Form Title Inheritance */
.formcontent .titre {
    text-transform: none;
    color: inherit;
    font-size: 24px;
    font-weight: 600;
}

/* Menu Button Styling - IBM Blue */
.menu_niveau_1_on {
    background-color: #054ADA; /* IBM Blue */
    color: #ffffff;
    transition: background-color 0.3s ease; /* Smooth hover effect */
}
.menu_niveau_1_on:hover {
    background-color: #003399; /* Slightly darker blue on hover */
}

/* Link Styling */
#template_header a {
    color: #003366;
    text-decoration: none;
}
#template_header {
    color: #003366;
}
