/* Style for the purple button */
.purple-button {
    background-color: #ffa4bf;
    /* Purple color, you can adjust this */
    padding: 15px 25px;
    /* Adjust padding as needed */
    border-radius: 8px;
    /* Adjust border radius for rounded corners */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    /* Add a subtle shadow */
    display: inline-block;
    /* Ensure the container only takes the necessary width */
}


.section-title {
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    color: black;
    font-weight: 500;
    text-align: center;
    font-size: 65px;
    line-height: 1.3em;
}

@media screen and (max-width: 767px) {
    .section-title {
        font-size: 45px;
    }
}

/* Style for the title text */
.section-title a {
    color: #FFF;
    /* Text color set to white */
    text-decoration: none;
    /* Remove underline from the link */
    font-weight: bold;
    /* Make the text bold */
    display: block;
    /* Make the link take full width of the container */
}

.section-button-RDV {
    font-weight: 500;
    text-align: center;
    line-height: 1.3em;
    text-transform: uppercase
}

/* Desktop styles */
@media (min-width: 768px) {
    .section-button-RDV {
        font-size: 25px;
    }
}

/* Mobile styles */
@media (max-width: 767px) {
    .section-button-RDV {
        margin-top: 30px;
        font-size: 25px;
    }
}

.section-title-FollowMe {
    color: black;
    text-align: center;
    line-height: 1.3em;
    font-family: "Great Vibes", cursive;
    font-weight: 400;
    font-style: normal;
}

/* Desktop styles */
@media (min-width: 768px) {
    .section-title-FollowMe {
        font-size: 4.5rem !important;
    }
}

/* Mobile styles */
@media (max-width: 767px) {
    .section-title-FollowMe {
        font-size: 3.5rem !important;
    }
}

.section-title-container-FollowMe {
    padding-top: 4rem;
    padding-bottom: 3rem;
}

/* Desktop styles */
@media (min-width: 768px) {
    .section-title-container-FollowMe {
        width: 70%;
    }
}

/* Mobile styles */
@media (max-width: 767px) {
    .section-title-container-FollowMe {
        width: 100%;
    }
}

/* Hover effect for the button */
.purple-button:hover {
    background-color: #ffb6cc;
    /* Darken the color on hover, you can adjust this */
}

/* Hover effect for the link */
.section-title a:hover {
    text-decoration: none;
    color: white;
}

/* Desktop styles */
@media (min-width: 768px) {}

.header-logo {
    width: auto;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Desktop styles */
@media (min-width: 768px) {
    .header-logo {
        height: 70%;
        top: 50%;
    }
}

/* Mobile styles */
@media (max-width: 767px) {
    .header-logo {
        height: 50%;
        top: 41%;
    }
}

.underline-pink {
    position: relative;
    display: inline-block;
}

.underline-pink::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #ffc4f3;
    bottom: -5px;
    left: 0;
}

.instagram-media {}

/* Desktop styles */
@media (min-width: 768px) {
    .instagram-media {
        margin-right: 10px !important;
        margin-left: 10px !important;
    }
}

/* Mobile styles */
@media (max-width: 767px) {
    .instagram-media {
        margin-bottom: 20px !important;
        max-width: 100%;
    }
}

.instagram-posts-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/* Desktop styles */
@media (min-width: 768px) {
    .instagram-posts-container {
        flex-direction: row;
        margin-right: -15px;
        margin-left: -15px;
    }
}

/* Mobile styles */
@media (max-width: 767px) {
    .instagram-posts-container {
        flex-direction: column;
        margin-right: 0px;
        margin-left: 0px;
    }
}

.title-underline {
    border-bottom-color: #ffc4f3;
    border-bottom-style: solid;
    border-bottom-width: 3px;
}

/* Desktop styles */
@media (min-width: 768px) {}

/* Mobile styles */
@media (max-width: 767px) {
    .title-underline {
        width: 100%;
    }
}

.title-underline-apropos {}

/* Desktop styles */
@media (min-width: 768px) {
    .title-underline-apropos {
        padding-top: 2rem;
        width: 60%;
    }
}

/* Mobile styles */
@media (max-width: 767px) {
    .title-underline-apropos {
        padding-top: 0rem;
        width: 100%;
    }
}

.title-underline-rdv {}

/* Desktop styles */
@media (min-width: 768px) {
    .title-underline-rdv {
        width: 30%;
    }
}

/* Mobile styles */
@media (max-width: 767px) {
    .title-underline-rdv {
        width: 80%;
    }
}

.title-underline-soin {}

/* Desktop styles */
@media (min-width: 768px) {
    .title-underline-rdv {
        width: 80%;
    }
}

/* Mobile styles */
@media (max-width: 767px) {
    .title-underline-rdv {
        width: 100%;
    }
}

.section-title-RDV {
    font-family: "Great Vibes", cursive;
    font-weight: 400;
    font-style: normal;
}

/* Desktop styles */
@media (min-width: 768px) {
    .section-title-RDV {
        font-size: 6rem;
        /* Adjust the font size for smaller screens */
    }
}

/* Mobile styles */
@media (max-width: 767px) {
    .section-title-RDV {
        font-size: 4em;
        /* Adjust the font size for smaller screens */
    }
}

.avis-title {
    color: black;
    font-weight: 500;
    text-align: center;
    line-height: 1.3em;
    font-family: "Great Vibes", cursive;
    font-style: normal;
}

/* Desktop styles */
@media (min-width: 768px) {
    .avis-title {
        font-size: 6rem !important;
    }
}

/* Mobile styles */
@media (max-width: 767px) {
    .avis-title {
        font-size: 4rem !important;
    }
}

.avis-subtitle {
    font-weight: 400;
    font-family: 'Montserrat';
    width: 100%;
    color: rgb(180, 132, 162);
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Desktop styles */
@media (min-width: 768px) {
    .avis-subtitle {
        font-size: 1.2rem;
    }
}

/* Mobile styles */
@media (max-width: 767px) {
    .avis-subtitle {
        font-size: 1rem;
    }
}

.avis-container-title {
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* Desktop styles */
@media (min-width: 768px) {
    .avis-container-title {
        margin-bottom: 60px;
    }
}

/* Mobile styles */
@media (max-width: 767px) {
    .avis-container-title {
        margin-bottom: 30px;
    }
}

.section-title-soin {
    text-align: center;
    line-height: 1.3em;
    font-family: "Great Vibes", cursive;
    font-weight: 400;
    font-style: normal;
}

/* Desktop styles */
@media (min-width: 768px) {
    .section-title-soin {
        font-size: 5rem;
    }
}

/* Mobile styles */
@media (max-width: 767px) {
    .section-title-soin {
        font-size: 4rem;
    }
}

.section-button-soin {
    font-weight: 500;
    text-align: center;
    line-height: 1.3em;
    text-transform: uppercase
}

/* Desktop styles */
@media (min-width: 768px) {
    .section-button-soin {
        margin-top: 20px;
        font-size: 1.5rem;
    }
}

/* Mobile styles */
@media (max-width: 767px) {
    .section-button-soin {
        font-size: 1.2rem;
        margin-bottom: 20px;
    }
}

.carousel-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: #fff;
}

.carousel-track {
    display: flex;
    animation: scroll 15s linear infinite;
    gap: 10px;
}

.carousel-item {
    flex: 0 0 auto;
    width: 200px;
    height: 150px;
    background-size: cover;
    background-position: center;
    border: 2px solid #ddd;
    border-radius: 8px;
}

/* Animation pour le défilement */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}