body{
    color: #020318;
    font-weight: 300;
}
p{
    color: #020318 !important;
}
:root {
    --alt-font: 'cerebri-sans-regular';
    --primary-font: 'cerebri-sans-regular';
    --base-color: #070c4b;
    --dark-gray: #1e3238;
    --very-light-gray: #eceff1;
    --yellow: #ff5733;
    --medium-gray: #7c898d;
    --solitude-blue: #f4f7f9;
}
.card-image img{
    width: 100% !important;
    height: 170px;
    object-fit: cover;
}
/* tab */
.tab-style-04 .nav-tabs .nav-item {
    padding: 0;
    width: 25%;
}
.tab-style-04 .nav-tabs .nav-item .nav-link {
    color: var(--medium-gray);
}
.tab-style-04 .nav-tabs .nav-item .nav-link .tab-border {
    height: 3px;
}
.tab-style-04 .nav-tabs .nav-item .nav-link.active {
    font-weight: 600;
    border: 0;
    outline: 0;
}
.tab-style-04 .nav-tabs .nav-item .nav-link:focus-visible {
    outline: none;
    box-shadow: none;
}
.tab-pane ul {
    margin: 0 15px 0 25px !important;
}

.presentation div{
    padding: 0 !important;
}

.tab-pane ul li {
    list-style: circle;
}

.tab-pane ul.ressource li{
    list-style: none !important;
}

.tab-pane ul.ressource {
    margin: 0 !important;
}

.bg-gradient-sherpa-blue-black {
    background-image: linear-gradient(to right top, #23248C, #22236D, #232348, #222226, #232323);
}
.bg-gradient-sherpa-black-blue {
    background-image: linear-gradient(to right top, #232323, #222226, #232348, #22236D, #23248C);
}

.color-secondary, .section-title-three__title, .news-sideabr__title{
    color:#070c4b;
}
.color-principal{
    color:#070c4b !important;
}
.bg-principal{
    background-color: #030416 !important;
}
.text-content h1{
    font-size: 25px;
}
.text-dark-gray{
    color:#070c4b !important;
}

.color-second {
    color: #FF5733;
    letter-spacing: 3px;
    font-weight: 600 !important;
    font-size: 24px !important;
}

.bg-second{
    background-color: #070c4b;
}

/* Paragraphes en bleu par défaut */
p {
    color: blue;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu {
    width: 350px;
    padding: 15px 20px;
}

.bg-dark-gray, .bg-dark-gray:focus {
    background-color: #070c4b;
}

header .navbar-brand img {
    max-height: 30px;
}

.services-box-style-06:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    border-top-color: #ff8a00; /* Couleur correspondant à votre marque */
}

.services-box-style-06:hover .image img {
    transform: scale(1.05);
}

.duration-level-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.duration, .level {
    width: 50%;
    text-align: center;
    color: white;
    padding: 8px 0 8px 0;
}

.duration-level-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
}

.duration, .level {
    width: 50%;
    text-align: center;
    color: white;
    position: relative;
    overflow: hidden;
    font-size: medium;
}

.duration::after, .level::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    z-index: -1;
}

.duration {
    background: #ff8a00;
}

.level {
    background: #070c4b;;
    margin-left: -5px;
}

.duration::after {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.level::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.navbar .navbar-nav .nav-link {
    font-size: 15px;
    text-transform: uppercase;
}

.cover-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* S'assure que la vidéo couvre la zone sans perdre ses proportions */
    z-index: 1; /* Positionne la vidéo en arrière-plan */
}

.cover-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; /* S'assure que le filtre est par-dessus la vidéo */
    background: rgba(3, 4, 22, 0.8); /* Couche de fondu noir pour le texte à ressortir, ajustez l'opacité selon le besoin */
    background: linear-gradient(180deg, rgba(3, 8, 82, 0.4) 0%, rgba(3, 5, 35, 0.1) 100%); /* Dégradé sombre, ajustez selon le besoin */
}
.down-section {
    bottom: 0;
}
.icon-with-text-style-10:hover .feature-box-icon i {
    color: var(--white) !important;
}

/* Assurez-vous que le contenu est par-dessus le filtre et la vidéo */
.container {
    position: relative;
    z-index: 3;
}

section.position-relative{
    padding: 25px !important;
}

@media screen and (max-width: 768px) {
    .tab-style-04 .nav-tabs .nav-item{
        width: 50%;
    }
}
@media (max-width: 1199px) {
    .navbar .navbar-nav .nav-link {
        padding: 10px 10px;
    }
}


.sticky-wrap.shadow-in {
    left: 60px !important;
}

.position-sticky {
    z-index: 100 !important;
}

.accordion-button:not(.collapsed){
    background-color: #FF5733;
    color: white;
    border-radius: 0.5rem 0.5rem 0 0!important;
}

.accordion-button:focus{
    box-shadow:  none;
}

.financement-card a{
    width: max-content;
}

.contact-form-style-03 label {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a{
    padding: 10px 30px 10px 0 !important;
}

/* RESPONSIVE MOBILE */
@media (max-width: 576px) {

    .detail-infos-header{
        flex-direction: column !important;
        gap: 8px !important;
    }

    .detail-info-header{
        justify-content: center;
        margin: auto;
    }

    .detail-buttons-header{
        flex-direction: column !important;
    }

    .detail-image-header {
        padding-bottom: 250px !important;
    }
    .section .section-button {
        margin: 0 !important;
        width: 100%;
    }

    .financement-card{
        flex-direction: column !important;
    }

    .financement-card img{
        width: 100% !important;
    }
}

/* RESPONSIVE TABLETTE */

@media (max-width: 992px) {

    .detail-infos-header{
        flex-direction: column !important;
        gap: 8px !important;
    }

    .detail-info-header{
        justify-content: center;
        margin: auto;
    }

    .detail-buttons-header{
        flex-direction: column !important;
    }

    .detail-image-header {
        padding-bottom: 250px !important;
    }
    .section .section-button {
        margin: 0 !important;
        width: 100%;
    }

    .financement-card{
        flex-direction: column !important;
    }

    .financement-card img{
        width: 100% !important;
    }
}

/* RESPONSIVE DESKTOP */

@media (max-width: 1400px) {

    .detail-image-header {
        padding-bottom: 250px !important;
    }
    .section .section-button {
        margin: 0 !important;
        width: 100%;
    }

    .section .btn {
       padding: 14px 16px !important;
    }
}

@media (max-width: 1200px) {
    .social-menu {
        display: none;
    }
}

