.custom-toggler  {
    border: none;
    background: transparent;
    outline: none;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.custom-toggler.collapsed  {
    transform: rotate(360deg);
}

.navbar-nav .nav-item .nav-link .de {
    padding: 8px 15px;
    margin: 0 10px;
    border-radius: 5px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.navbar-nav .nav-item .nav-link:hover  {
    background-color: crimson;
    color: #fff;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* Appliquez l'animation à l'élément avec la classe .chanteuse-lyrique */
.chanteuse-lyrique  {
    animation: blink 5s; /* Ajoutez l'animation à l'élément */
}

.contact-form  {
    /* background-color: #fff; */
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.contact-form h1  {
    font-size: 24px;
    margin-bottom: 20px;
}

.contact-form label  {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    transition: box-shadow 0.3s; /* Transition de l'ombre au focus */
}

.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form textarea:focus {
    box-shadow: 0 0 5px #f06292; /* Ombre au focus */
}

.contact-form button  {
    background-color: #f06292;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.3s; /* Transition de couleur au hover */
}

.contact-form button:hover  {
    background-color: #d81b60; /* Couleur différente au hover */
}
.image-containerPrescille {
    align-items: center;
}
h1 {
    font-family: inherit;
    font-weight: bold;
    font-size: 30px;
    size: 35px;
}

.homeTitle2 {
    font-size: 23px;
    text-decoration: underline; /* Ajoute un soulignement */
    color: red; /* Définit la couleur du texte en rouge */
}
.social-icons a:not(:last-child)  {
    margin-right: 10px; /* Ajustez la valeur selon votre préférence */
}

/* Couleur Facebook */
.facebook-icon  {
    color: #1877F2;
}

/* Couleur Instagram */
.instagram-icon  {
    color: #E4405F;
}

/* Couleur LinkedIn */
.linkedin-icon  {
    color: #0077B5;
}

/* Couleur Twitter */
.twitter-icon  {
    color: #1DA1F2;
}





:root {
    --primary-color: #f9532d;
    --primary-dark: #1F252E;
}

* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body  {
    font-family: 'Outfit', sans-serif;
    transition: background-color 0.3s, color 0.3s;

}

.container  {
    padding: 0 8.4rem;
}

.img-w  {
    width: 100%;
}

header  {
    position: relative;
    box-shadow: 0 4px 17px rgba(0, 0, 0, .1);
    background: #fff;
    position: sticky;
    top: 0;
}

.page-header  {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
}

.logo  {
    font-size: 1.5rem;
    font-weight: 800;
}

.logo  a {
    color: #244D61;
    text-decoration: none;
}

ul  {
    display: flex;
    gap: .6rem;
    list-style-type: none;
    background-color: transparent;
    overflow: hidden;
}

li a  {
    display: inline-block;
    padding: .3rem 1rem;
    color: var(--nav-text);
    text-decoration: none;
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: .7px;
    border-radius: 36px;
    line-height: 2;
    transition: .3s;
}

li a.active,
li a:hover  {
    color: var(--primary-color);
}

#click {
    display: none;
}

.menu {
    display: none;
}

.mode i  {
    font-size: 1.4rem;
    cursor: pointer;
    color: var(--primary-color);
}

.main  {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(277px, 1fr));
    row-gap: 2rem;
    align-items: center;
}

.main  h1 {
    font-size: 3rem;
    font-weight: 600;
}

.main  p {
    line-height: 1.7;
    font-size: 1.15rem;
}

.social {
    display: flex;
    flex-wrap: wrap;
    gap: 1.4rem;
    margin-top: 1.7rem;
}

.social a {
    display: grid;
    place-items: center;
    text-decoration: none;
    color: #244D61;
    font-size: 1.5rem;
    border: 1.6px solid #244D61;
    border-radius: 50%;
    padding: 0.39rem;
    text-align: center;
}

.social a:hover {
    color: #fff;
    background-color: #244D61;
    box-shadow: 0 0 20px #244D61;
    transition: all .3s ease-in-out;
}

/* Styles pour les boutons personnalisés */
.custom-button {
    border: none;
    background: rgb(239, 36, 36);
    outline: none;
    cursor: pointer;
    transition: transform 0.3s ease;
    padding: 8px 15px;
    margin: 0 10px;
    border-radius: 15px;
    text-align: center;
}

.custom-button.collapsed {
    transform: rotate(360deg);
}

.custom-button:hover {
    background-color: crimson;
    color: #fff;
}


.main h3 {
    font-size: 1.5rem;
}

.images::before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% - 130px);
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    border-radius: 6px;
    z-index: -1;
}

.images::before {
    background: linear-gradient(145deg, #e2e8ec, #ffffff);
    box-shadow: 5px 5px 15px #D1D9E6, -5px -5px 15px #ffffff;
}

.images {
    width: 80%;
    margin-left: auto;
    position: relative;
    z-index: -1;
}

.dark-mode {
    background-color: var(--primary-dark);
    color: #ffffff;
}

.mode input {
    display: none;
}

:is(.dark-mode) {
    .social a {
        color: var(--primary-color);
        border: 1.6px solid var(--primary-color);
    }

    .social a:hover {
        color: var(--primary-dark);
        background-color: var(--primary-color);
        box-shadow: 0 0 20px var(--primary-color);
    }

    .logo a {
        color: #fff;
    }

    .images::before {
        background: linear-gradient(145deg, #1f252e, #2e3239);
        box-shadow: 10px 10px 19px #1c1e22, -10px -10px 19px #1b1f27;
    }
}

.dark-mode header {
    box-shadow: 0 4px 17px rgb(80 80 80 / 31%);
    background: var(--primary-dark);
}

@media screen and (max-width: 1024px) {
    .container {
        padding: 0 4.4rem;
    }
}

@media screen and (max-width: 768px) {
    .container {
        padding: 0 1.6rem;
    }
}

@media screen and (max-width:600px) {

    header {
        height: auto;
    }

    ul {
        background: #fff;
        width: 100%;
        height: 100vh;
        position: absolute;
        display: flex;
        flex-direction: column;
        text-align: center;
        top: 3.4rem;
        left: -100%;
        z-index: 111111;
    }

    .menu {
        display: block;
        font-size: 1.5rem;
        font-weight: bold;
        color: #244D61;
    }

    #click:checked~ul {
        left: 0%;
        transition: all 0.3s ease;
    }

    .dark-mode .menu {
        color: var(--primary-color);
    }

    .dark-mode ul {
        background: var(--primary-dark);
    }

    .mode {
        position: absolute;
        right: 4rem;
    }

    .images {
        width: 100%;
        margin: auto;
    }

    .main {
        margin-top: 2rem;
    }
}



.dark-mode input[type="text"],
.dark-mode input[type="email"],
.dark-mode textarea,
.dark-mode .btn {
    background-color: #333; /* Couleur de fond en mode sombre */
    color: #fff; /* Couleur du texte en mode sombre */
    /* Ajoutez d'autres styles appropriés pour le mode sombre */
}


.aboutContainer {
    max-width: 800px; /* Ajustez la largeur maximale en fonction de vos préférences */
}

.aboutContainer p {
    font-size: 18px; /* Augmentez la taille de la police selon vos préférences */
    line-height: 1.5; /* Ajustez l'espacement des lignes */
    margin-bottom: 20px; /* Ajoutez une marge en bas pour séparer les paragraphes */
}
.contactImage{
    border-radius: 25% 10%;
}

.mybody{
    font-family: 'Poppins', sans-serif;
} 


footer {
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 5px;
    background-color: white;
    color: black;
  }

  .de{
    .custom-toggler  {
        border: none;
        background: transparent;
        outline: none;
        cursor: pointer;
        transition: transform 0.3s ease;
    }
    
    .custom-toggler.collapsed  {
        transform: rotate(360deg);
    }
    
    .navbar-nav .nav-item .nav-link .de {
        padding: 8px 15px;
        margin: 0 10px;
        border-radius: 5px;
        transition: background-color 0.3s ease, color 0.3s ease;
    }
    
    .navbar-nav .nav-item .nav-link:hover  {
        background-color: crimson;
        color: #fff;
    }
    
    @keyframes blink {
        0% {
            opacity: 1;
        }
        50% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    
    /* Appliquez l'animation à l'élément avec la classe .chanteuse-lyrique */
    .chanteuse-lyrique  {
        animation: blink 5s; /* Ajoutez l'animation à l'élément */
    }
    
    .contact-form  {
        /* background-color: #fff; */
        max-width: 800px;
        margin: 20px auto;
        padding: 20px;
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
    
    .contact-form h1  {
        font-size: 24px;
        margin-bottom: 20px;
    }
    
    .contact-form label  {
        display: block;
        font-weight: bold;
        margin-bottom: 5px;
    }
    
    .contact-form input[type="text"],
    .contact-form input[type="email"],
    .contact-form textarea {
        width: 100%;
        padding: 10px;
        margin-bottom: 10px;
        border: 1px solid #ccc;
        border-radius: 3px;
        transition: box-shadow 0.3s; /* Transition de l'ombre au focus */
    }
    
    .contact-form input[type="text"]:focus,
    .contact-form input[type="email"]:focus,
    .contact-form textarea:focus {
        box-shadow: 0 0 5px #f06292; /* Ombre au focus */
    }
    
    .contact-form button  {
        background-color: #f06292;
        color: #fff;
        border: none;
        padding: 10px 20px;
        cursor: pointer;
        transition: background-color 0.3s; /* Transition de couleur au hover */
    }
    
    .contact-form button:hover  {
        background-color: #d81b60; /* Couleur différente au hover */
    }
    .image-containerPrescille {
        align-items: center;
    }
    h1 {
        font-family: inherit;
        font-weight: bold;
        font-size: 30px;
        size: 35px;
    }
    
    .homeTitle2 {
        font-size: 23px;
        text-decoration: underline; /* Ajoute un soulignement */
        color: red; /* Définit la couleur du texte en rouge */
    }
    .social-icons a:not(:last-child)  {
        margin-right: 10px; /* Ajustez la valeur selon votre préférence */
    }
    
    /* Couleur Facebook */
    .facebook-icon  {
        color: #1877F2;
    }
    
    /* Couleur Instagram */
    .instagram-icon  {
        color: #E4405F;
    }
    
    /* Couleur LinkedIn */
    .linkedin-icon  {
        color: #0077B5;
    }
    
    /* Couleur Twitter */
    .twitter-icon  {
        color: #1DA1F2;
    }
    
    
    
    
    @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap');
    
    :root {
        --primary-color: #f9532d;
        --primary-dark: #1F252E;
    }
    
    * {
        margin: 0;
        padding: 0;
        scroll-behavior: smooth;
    }
    
    body  {
        font-family: 'Outfit', sans-serif;
        transition: background-color 0.3s, color 0.3s;
    
    }
    
    .container  {
        padding: 0 8.4rem;
    }
    
    .img-w  {
        width: 100%;
    }
    
    header  {
        position: relative;
        box-shadow: 0 4px 17px rgba(0, 0, 0, .1);
        background: #fff;
        position: sticky;
        top: 0;
    }
    
    .page-header  {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1rem 0;
    }
    
    .logo  {
        font-size: 1.5rem;
        font-weight: 800;
    }
    
    .logo  a {
        color: #244D61;
        text-decoration: none;
    }
    
    ul  {
        display: flex;
        gap: .6rem;
        list-style-type: none;
        background-color: transparent;
        overflow: hidden;
    }
    
    li a  {
        display: inline-block;
        padding: .3rem 1rem;
        color: var(--nav-text);
        text-decoration: none;
        font-size: 1.05rem;
        font-weight: 600;
        letter-spacing: .7px;
        border-radius: 36px;
        line-height: 2;
        transition: .3s;
    }
    
    li a.active,
    li a:hover  {
        color: var(--primary-color);
    }
    
    #click {
        display: none;
    }
    
    .menu {
        display: none;
    }
    
    .mode i  {
        font-size: 1.4rem;
        cursor: pointer;
        color: var(--primary-color);
    }
    
    .main  {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(277px, 1fr));
        row-gap: 2rem;
        align-items: center;
    }
    
    .main  h1 {
        font-size: 3rem;
        font-weight: 600;
    }
    
    .main  p {
        line-height: 1.7;
        font-size: 1.15rem;
    }
    
    .social {
        display: flex;
        flex-wrap: wrap;
        gap: 1.4rem;
        margin-top: 1.7rem;
    }
    
    .social a {
        display: grid;
        place-items: center;
        text-decoration: none;
        color: #244D61;
        font-size: 1.5rem;
        border: 1.6px solid #244D61;
        border-radius: 50%;
        padding: 0.39rem;
        text-align: center;
    }
    
    .social a:hover {
        color: #fff;
        background-color: #244D61;
        box-shadow: 0 0 20px #244D61;
        transition: all .3s ease-in-out;
    }
    
    /* Styles pour les boutons personnalisés */
    .custom-button {
        border: none;
        background: rgb(239, 36, 36);
        outline: none;
        cursor: pointer;
        transition: transform 0.3s ease;
        padding: 8px 15px;
        margin: 0 10px;
        border-radius: 15px;
        text-align: center;
    }
    
    .custom-button.collapsed {
        transform: rotate(360deg);
    }
    
    .custom-button:hover {
        background-color: crimson;
        color: #fff;
    }
    
    
    .main h3 {
        font-size: 1.5rem;
    }
    
    .images::before {
        content: "";
        position: absolute;
        width: 100%;
        height: calc(100% - 130px);
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        border-radius: 6px;
        z-index: -1;
    }
    
    .images::before {
        background: linear-gradient(145deg, #e2e8ec, #ffffff);
        box-shadow: 5px 5px 15px #D1D9E6, -5px -5px 15px #ffffff;
    }
    
    .images {
        width: 80%;
        margin-left: auto;
        position: relative;
        z-index: -1;
    }
    
    .dark-mode {
        background-color: var(--primary-dark);
        color: #ffffff;
    }
    
    .mode input {
        display: none;
    }
    
    :is(.dark-mode) {
        .social a {
            color: var(--primary-color);
            border: 1.6px solid var(--primary-color);
        }
    
        .social a:hover {
            color: var(--primary-dark);
            background-color: var(--primary-color);
            box-shadow: 0 0 20px var(--primary-color);
        }
    
        .logo a {
            color: #fff;
        }
    
        .images::before {
            background: linear-gradient(145deg, #1f252e, #2e3239);
            box-shadow: 10px 10px 19px #1c1e22, -10px -10px 19px #1b1f27;
        }
    }
    
    .dark-mode header {
        box-shadow: 0 4px 17px rgb(80 80 80 / 31%);
        background: var(--primary-dark);
    }
    
    @media screen and (max-width: 1024px) {
        .container {
            padding: 0 4.4rem;
        }
    }
    
    @media screen and (max-width: 768px) {
        .container {
            padding: 0 1.6rem;
        }
    }
    
    @media screen and (max-width:600px) {
    
        header {
            height: auto;
        }
    
        ul {
            background: #fff;
            width: 100%;
            height: 100vh;
            position: absolute;
            display: flex;
            flex-direction: column;
            text-align: center;
            top: 3.4rem;
            left: -100%;
            z-index: 111111;
        }
    
        .menu {
            display: block;
            font-size: 1.5rem;
            font-weight: bold;
            color: #244D61;
        }
    
        #click:checked~ul {
            left: 0%;
            transition: all 0.3s ease;
        }
    
        .dark-mode .menu {
            color: var(--primary-color);
        }
    
        .dark-mode ul {
            background: var(--primary-dark);
        }
    
        .mode {
            position: absolute;
            right: 4rem;
        }
    
        .images {
            width: 100%;
            margin: auto;
        }
    
        .main {
            margin-top: 2rem;
        }
    }
    
    
    
    .dark-mode input[type="text"],
    .dark-mode input[type="email"],
    .dark-mode textarea,
    .dark-mode .btn {
        background-color: #333; /* Couleur de fond en mode sombre */
        color: #fff; /* Couleur du texte en mode sombre */
        /* Ajoutez d'autres styles appropriés pour le mode sombre */
    }
    
    
    .aboutContainer {
        max-width: 800px; /* Ajustez la largeur maximale en fonction de vos préférences */
    }
    
    .aboutContainer p {
        font-size: 18px; /* Augmentez la taille de la police selon vos préférences */
        line-height: 1.5; /* Ajustez l'espacement des lignes */
        margin-bottom: 20px; /* Ajoutez une marge en bas pour séparer les paragraphes */
    }
    .contactImage{
        border-radius: 25% 10%;
    }
    
    .mybody{
        font-family: 'Poppins', sans-serif;
    } 
    
    
    footer {
        text-align: center;
        display: flex;
        justify-content: center;
        padding: 5px;
        background-color: white;
        color: black;
      }
    
      
  }
  .image-title{
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bolder;
  }
  .clickable-image:hover {
    cursor: pointer;
}

.cAlbum{
    width: 100%; /* Définir la largeur souhaitée */
    height: auto; /* Laisser la hauteur s'ajuster automatiquement pour conserver les proportions originales */
    margin: 10px; /* Ajouter une marge autour de l'image */
    border: 1px solid #ccc; /* Ajouter une bordure légère */
    padding: 5px; 
}
