h1,
h2,
h3 {
    font-family: 'Arial', sans-serif;
    color: #009AFF;
    margin-top: 30px !important;
    margin-bottom: 20px;
    line-height: 1.2;
}

h1 {
    font-size: 2.5em;
    color: #343a40;
}

h2 {
    font-size: 1.8em;
    color: #343a40;
}

h3 {
    font-size: 1.5em;
    font-weight: bold;
    color: #FFA846;
}

p {
    color: #343a40;
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: justify;
}

section ul > li {
    margin-top: 8px;
}

.content-section {
    padding: 40px 20px;
    background-color: #f8f9fa;
    border-radius: 10px;
    margin-bottom: 40px;
}

.content-section h2 {
    margin-bottom: 30px;
}

.content-section p {
    margin-bottom: 20px;
}

.center-div {
    text-align: center;
}

.btn {
    background-color: #009AFF;
    /*background-color: #04EEFF;*/
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 20px;
    transition: background-color 0.3s;
}

a {
    color: #009AFF;
}

.hidden {
    display: none;
}

.btn:hover {
    background-color: #009AFF;
}

#navbarNav {
    padding-bottom: 8px;
}

.navbar-nav {
    padding: 0 !important;
}
.nav-item:first-child {
    padding-left: 20px !important;
}
.nav-item:last-child {
    padding-right: 20px !important;
}
.nav-item:first-child:hover, .nav-item:last-child:hover {
    border-radius: 5px !important;
}

.navbar-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px 10px 15px;
    background-color: #f8f9fa;
}

.navbar-top .d-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.navbar-bottom {
    padding: 0;
}

.navbar-nav {
    margin: auto;
    background-color: #FFA846;
    padding: 0 20px;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 16px;
}

.navbar-nav a {
    font-size: 20px;
    font-weight: 500;
    padding: 20px 12px !important;
    transition: background-color 0.3s, color 0.3s;
}

.navbar-nav .nav-item:hover, .navbar-nav .nav-link:hover {
    background-color: #FFD996;
    
}

.nav-link.active {
    color:white !important;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.banner-image {
    background-image: url('images/bandeau-regard-lite.png');
    background-color: #fdfefe;
    background-position: left;
    background-repeat: no-repeat;
    filter: brightness(90%);
    height: 100px;
    width: 100%;
}

.carousel-img-1 {
    height: 460px;
    background-image: url('images/slide1-2.webp');
    background-size: cover;
    background-position: center center;
}

.carousel-img-2 {
    height: 460px;
    background-image: url('images/slide2.png');
    background-size: cover;
    background-position: center center;
}

.carousel-img-3 {
    height: 460px;
    background-image: url('images/slide3.png');
    background-size: cover;
    background-position: center center;
}

a.media {
    text-decoration: none !important;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #FFD996;
}

.fil0 {fill:#009AFF;fill-rule:nonzero}
.fil1 {fill:#04EEFF;fill-rule:nonzero}
.fil3 {fill:#FFA846;fill-rule:nonzero}
.fil2 {fill:#FFD996;fill-rule:nonzero}

@media (max-width:1280px) {
    .navbar-nav a {
        font-size: 18px !important;
    }
}
@media (max-width:992px) {
    .nav-item:first-child {
        padding-left: 0 !important;
    }
    .w-50 {
        width: 100% !important;
    }
}