@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;700&display=swap');


body {
    font-family: 'Lora', serif;
    margin: 0;
    padding: 0;
    font-weight: 600;

    color: #1C2833;
    /* Dark Purple */
    /* text-shadow: 1px 1px 3px #0000004d; */
    /* Soft contrast */
}

.text-title {
    color: #0056b3;
    font-size: large;
    font-weight: 700;
}

.sc-fn-color {
    color: #34495E;
}

.main-bg {
    background-color: #87CEEB;
}

.light-bg {
    background-color: #caebf8;

}

.light-bg-grd {
    background: linear-gradient(135deg, #ffffff, #87CEEB);

}

.text-bold {
    font-weight: bold;
}

.main-button {
    background-color: #0056b3;
    color: white;
}

#gridRadios1:checked {
    background-color: #e914c0 !important;
    border-color: #e914c0 !important;
}

/* ✅ When #gridRadios is checked */
#gridRadios2:checked {
    background-color: #00b7ff !important;
    border-color: #00b7ff !important;
}

h1 {
    font-weight: bold;
}

.text-italic {
    font-style: italic;
}

.container-fluid {
    padding: 10px 50px;
}

.container {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
}

.btn-lg {
    font-size: 18px;
    padding: 15px 25px;
    border-radius: 5px;
}

.btn-pill {
    border-radius: 50px;
    padding: 10px 25px;
}

.bg-senior {
    background-image: url(../img/bg-1.webp);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    height: 400px;
    width: 96%;
    margin: 2px auto;
    border-radius: 24px;
}

.bg-diversity {
    background-image: url(../img/bg-2.webp);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    height: 400px;
    width: 96%;
    margin: 2px auto;
    border-radius: 24px;
}

.text-cgv {
    font-weight: 100;
    font-size: small;
}

.from-container {
    max-width: 768px;
}
 

.btn-submit {
    background-color: #0056b3;
    /* Deep Purple */
    color: #ffffff;
    /* White Text for contrast */
    padding: 12px 20px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}

.btn-submit:hover {
    background-color:#010347;
    color: #ffffff;
}

footer {
    background-color: #010347;
    color: #ffffff;
    /* White Text for contrast */
}

.bg-footer {
    display: flex;
    flex-direction: row;
}

.footer-link {
    color: #ffffff;
    text-decoration: none;
}

.bg-footer2 {
    background-color: #010225;
    text-align: center;
}

@media (max-width: 768px) {

    .bg-footer {
        display: flex;
        flex-direction: column;
    }
}

.form-mutuelle{
    max-width: 400px;
    margin: 0px auto;
}

.box-assurance {
    height: 70px;
    display: flex;
    align-items: center; /* Centre verticalement */
    justify-content: center; /* Centre horizontalement */
    text-align: center; /* Assure un bon alignement du texte */
 }
