* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
}

.section-accueil {
    width: 90%;
    height: 90vh;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 100px;
}

.bloc {
    width: 100%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    background-color: transparent;
    border: 3px solid;
}

.bloc:last-child {
    margin-bottom: 0;
}

.bloc-1 {
    border-color: white;
    height: clamp(200px, 50vw, 500px);
}

/* Le 28px peut etre adapté */
.titre {
    border-color: white;
    height: auto;
    font-size: clamp(16px, 5.5vw, 120px);
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Garet';
}

.sous_titre {
    border-color: white;
    height: auto;
    font-size: clamp(10px, 3.5vw, 50px);
    font-weight: 300;
    white-space: nowrap;
    overflow: hidden;
    font-family: 'Public Sans';
    text-overflow: ellipsis;
}

.separateur {
    border-color: white;
}

.separateur-rouge {
    width: 100%;
    height: clamp(2px, 0.4vh, 8px);
    background-color: #ee6185;
}

.prise_rdv {
    text-align: center;
    border-color: white;
    margin-top: 10px;
    font-size: clamp(10px, 3.5vw, 50px);
    font-weight: normal;
}

 .btn-rdv {
    border: none;
    background-color: #ee6185;
    border-radius: 50px;
    color: white;
    padding: 20px 40px;
    font-size: clamp(14px, 4vw, 22px);
    font-family: Arial, sans-serif;
    font-weight: bold;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-rdv:hover {
    background-color: #d85577;
    transform: scale(1.02);
}

.contact {
    border-color: white;
    height: auto;
    text-decoration: underline;
    font-weight: normal;
    color: #ee6185;
    font-size: clamp(10px, 4vw, 17px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.logo-img {
    height: 100%;
    width: auto;
    object-fit: contain;
}

/* Section 2 - Second écran */
.section-presentation {
    width: 100%;
    height: 90vh;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
    padding-top: 10%;
    padding-bottom: 5%;
}

.presentation_contenu {
    height: 100%;
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.presentation_titre {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(16px, 5.5vw, 28px);
    padding-bottom: 10%;
    font-weight: bold;
}

.presentation_texte {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    overflow-y: auto;
    gap: 15px;
    text-align: justify;
}

.sous_titre_presentation {
    font-size: 14px;
    font-weight: bold;
}

.texte_paragraphe {
    font-size: 14px;
}

/* TODO : Avant tout definir les tailles d'ecran breaking point on va séparer les contenus par section puis la seconde section sera 1.5 vh et le reste permettra d'avoir une autre section avec l'image */

.parcours_conteneur {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-bottom: 10px;
}

.parcours_item {
    flex: 1;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    text-align: justify;
}

.presentation_image {
    height: 40%;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #333;
}

.presentation_image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    border: 2px solid #ee6185;
}


/* Section 3 - Services */
.section-service {
    width: 90%;
    height: 90vh;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 10%;
}

.service_titre {
    height: auto;
    border: 2px solid #333;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(16px, 5.5vw, 28px);
    font-weight: bold;
}

.service_avertissement {
    height: auto;
    border: 2px solid #333;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(16px, 5.5vw, 28px);
    font-weight: bold;
}

.scroll-container {
    position: relative;
    width: 100%;
    height: 60%;
    background: transparent;
    overflow: hidden;
    perspective: 1000px;
    border: 2px solid #333;
}

.scroll-content {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 0 150px;
}

.item {
    width: 80%;
    height: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    font-weight: bold;
    color: white;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scale(0.7) rotateY(60deg);
    margin: 0;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    filter: blur(3px);
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
    z-index: 1;
    background: white;
    border-top: 4px solid #ee6185;
}

.item.active {
    transform: translateX(-50%) scale(1) rotateY(0deg);
    opacity: 1;
    filter: blur(0px);
    z-index: 5;
    box-shadow: 0 10px 10px rgba(0,0,0,0.4);
}

.item.prev {
    transform: translateX(calc(-50% - 200px)) scale(0.8) rotateY(-30deg);
    opacity: 0.7;
    filter: blur(1.5px);
    z-index: 2;
}

.item.next {
    transform: translateX(calc(-50% + 200px)) scale(0.8) rotateY(30deg);
    opacity: 0.7;
    filter: blur(1.5px);
    z-index: 2;
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background: rgba(255,255,255,0.9);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 1rem;
    color: #333;
    transition: all 0.3s ease;
    z-index: 15;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.arrow:hover {
    background: white;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}

.arrow-left {
    left: 0.5rem;
}

.arrow-right {
    right: 0.5rem;
}

.arrow.disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.arrow.disabled:hover {
    transform: translateY(-50%) scale(1);
    background: rgba(255,255,255,0.9);
}

.item-number {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(0,0,0,0.3);
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 0.9rem;
}


/* Section 4 - Formulaire de contact */
.section-formulaire {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 10%;
    background-color: #f8f9fa;
}

.formulaire-titre {
    font-size: clamp(16px, 5.5vw, 28px);
    font-weight: bold;
    height: 10%;
    text-align: center;
}

.informations-conteneur {
    width: 90%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
}

.informations {
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: row;
}

.informations-bloc {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
}

.info-image {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
}

.info-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.info-item {
    color: #ee6185;
    font-size: 12px;
}

.formulaire-form {
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    gap: 2vh;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-input {
    padding: 15px;
    border: 1px solid #ee6185;
    border-radius: 8px;
    font-size: 16px;
    font-family: Arial, sans-serif;
    background-color: white;
    transition: border-color 0.3s ease;
}

.form-input:focus {
    outline: none;
    border-color: #d85577;
}

.form-input::placeholder {
    color: #666;
}

.form-textarea {
    min-height: 120px;
    resize: vertical;
}

.form-submit {
    background-color: #ee6185;
    color: white;
    border: none;
    border-radius: 0;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border-radius: 8px;
}

.form-submit:hover {
    background-color: #d85577;
}