/* Import de la nouvelle police Domine depuis Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Domine:wght@400;500;700&display=swap');

/* Application globale */
h1, h2, h3, h4, h5, h6,
p,
ul, li {
    font-family: "Domine", Arial, sans-serif;
}


.header-with-sky {
    background-image: url('/assets/images/sky.png');
}

.footer-with-logo {
    background-color: #10243e;
    margin-top: -3px;
}

.footer-with-bullets h3 {
    color: white;
    font-size: 1.4rem;
    font-weight: 400;
}

.footer-with-bullets a {
    text-decoration: none;
    color: white !important;
    line-height: 1.9rem;
    font-size: 0.9rem;
}

.footer-with-bullets a:hover {
    font-weight: 500;
}

.footer-with-bullets li::marker {
    color: #e3002b;
}

.bandeau-header {
    background-color: #10243e;
}

.my-bandeau-header-text {
    font-size: 1.2rem;
    font-weight: 500;
    color: white;
}

.my-span-in-title {
    color: black;
    font-size: 1.2rem;
    font-weight: 500;
}

.nav-under-header {
    color: black;
    font-weight: 500;
    font-size: 1.2rem;
    text-decoration: none;
}

.nav-under-header:hover {
    color: #e3002b;
}

.bandeau-header p {
    color: white;
    font-size: 1.5rem;
    font-weight: 500;
}

.header-description {
    font-weight: 450;
    text-align: center;
    font-size: 0.7rem;
}
/*
.right-header-img {
    width: 250px;
    height: 80px;
}
*/
/* Ajustement uniforme des logos gauche et droite */
    .header-logo {
        max-height: 70px; /* tu peux ajuster ici (60–80px selon rendu) */
        width: auto;
    }
    .header-container {
        padding-top: 12px;   /* espace au-dessus */
        padding-bottom: 12px; /* espace en dessous */
    }
    

    /* Colonne droite : texte + logo bien groupés */
    .header-right {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    /* Réduction et ajustement du texte au-dessus du logo */
    .header-description {
        font-size: 0.65rem;
        font-weight: 500;
        text-align: center;
        margin-bottom: 4px; /* réduit l’espace entre texte et logo */
        line-height: 1.1rem;
    }

    @media (max-width: 768px) {
        .header-logo {
            max-height: 55px !important;
        }
    }

.my-blue-color {
    color: #10243e;
}

.my-dark-color {
    color: black;
}

.text-disclaimer {
    font-size: 10px;
}

.vertical-bar {
    color: #e3002b;
}

.my-complete-champ {
    border: 2px solid red;
    background-color: #ffdddd;
}

body {
    font-family: "Domine", Arial, sans-serif;
    color: #465050;
}

h1, h2 {
    color: #10243e;
    font-weight: 300 !important;
}

h1 {
    font-size: 2.4rem !important;
}

h2 {
    font-size: 1.8rem !important;
    margin-bottom: 1.5rem !important;
}

h3 {
    color: black;
    font-weight: 500; 
    line-height: 2rem;
    font-size: 1.2rem;
}

h4 {
    color: #10243e;
    font-weight: 200;
}

a {
    color: #10243e;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
}

.my-custom-dropdown {
    max-height: 200px;
    overflow-y: auto;
}


/*********************
* RED BUTTON - START *
*********************/
.my-red-button-fill {
    border-radius: 50px;
    background-color: #AF0E0E;
    border-color: #AF0E0E;
    color: white;
}

.my-red-button-fill:hover {
    background-color: white;
    color: #AF0E0E;
    border-color: #AF0E0E;
}
/*********************
* RED BUTTON - START *
*********************/




/**********************
* BLUE BUTTON - START *
**********************/
.my-blue-button-fill {
    border-radius: 50px;
    background-color: #10243e;
    border-color: #10243e;
    color: white;
}

.my-blue-button-fill:hover {
    background-color: white;
    color: #10243e;
    border: 2px solid #10243e;
}
/**********************
* BLUE BUTTON - START *
**********************/




/**********************
* TEXT HEADER - START *
**********************/
.my-top-text-title {
    text-align: center;
    font-style: italic;
}

.my-top-text-body {
    text-align: justify;
    text-justify: inter-word;
}
/**********************
* TEXT HEADER - START *
**********************/




/***********************
* CUSTOM COLOR - START *
***********************/
.my-blue-color {
    color: #33465c;
}

.my-li-red::marker {
    color: #AF0E0E;
}
/***********************
* CUSTOM COLOR - START *
***********************/

.my-all-question {
    text-decoration: underline;
}

.my-icon-arrow-div {
    background-image: url('/assets/images/arrow-icon.png');
    background-repeat: no-repeat;
    width: 20px;
    height: 19px;
    float: left;
}

#head {
    text-decoration: none;
    color: #33465c;
}

#head:hover {
    font-weight: 400 !important; 
    line-height: 2rem
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }

}

@media (max-width: 768px) {
    #logo {
        max-height: 40% !important;
    }

    #logo-right {
        max-height: 35% !important;
    }
/*
    .right-header-img {
        width: 220px !important;
        height: 50px !important;
        margin: 0 auto !important;
        display: block !important;
    }*/
    #h1-home {
        font-size: 1.8rem !important;
    }

    .picto-home {
        font-size: 5rem !important;
    }

}

@media (min-width: 768px) {
    #logo {
        max-height: 45% !important;
    }

    #logo-right {
        max-height: 35% !important;
    }

    .right-header-img {
        max-height: 35% !important;
    }

    .card-deck {
        margin-top: 2rem !important;
    }
}

@media (max-width: 768px) {
    #tableau2424 .c24left {
        width: 10rem;
    }
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 42;
}

.link-color {
    color:#33465c;
}
/* Font family Roboto */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fBBc4AMP6lQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fBBc4AMP6lQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfBBc4AMP6lQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}