body {
    background-color: #c4967e!important;
    font-family: "Lora", serif!important;
    letter-spacing: 0.03em;
}

.corps {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.container {
    margin-top: 20px;
    min-width: 70vw!important;
    padding-top: 20px!important;
    padding-right: 50px!important;
    padding-left: 50px!important;
    padding-bottom: 50px!important;
    text-align: justify!important;
}

.wave {
    width: 100%;
    height: 100px;
    background: #fdfce9;
}

.wave-top {
    top: 0;
    right: 0;
    clip-path: polygon(100% 0%, 0% 0% , 0.00% 65.00%, 2.00% 64.53%, 4.00% 63.14%, 6.00% 60.93%, 8.00% 58.04%, 10.00% 54.64%, 12.00% 50.94%, 14.00% 47.19%, 16.00% 43.61%, 18.00% 40.44%, 20.00% 37.86%, 22.00% 36.05%, 24.00% 35.12%, 26.00% 35.12%, 28.00% 36.05%, 30.00% 37.86%, 32.00% 40.44%, 34.00% 43.61%, 36.00% 47.19%, 38.00% 50.94%, 40.00% 54.64%, 42.00% 58.04%, 44.00% 60.93%, 46.00% 63.14%, 48.00% 64.53%, 50.00% 65.00%, 52.00% 64.53%, 54.00% 63.14%, 56.00% 60.93%, 58.00% 58.04%, 60.00% 54.64%, 62.00% 50.94%, 64.00% 47.19%, 66.00% 43.61%, 68.00% 40.44%, 70.00% 37.86%, 72.00% 36.05%, 74.00% 35.12%, 76.00% 35.12%, 78.00% 36.05%, 80.00% 37.86%, 82.00% 40.44%, 84.00% 43.61%, 86.00% 47.19%, 88.00% 50.94%, 90.00% 54.64%, 92.00% 58.04%, 94.00% 60.93%, 96.00% 63.14%, 98.00% 64.53%, 100.00% 65.00%);
}

.wave-bottom {
    bottom: 0;
    left: 0;
    clip-path: polygon(100% 100%, 0% 100% , 0.00% 65.00%, 2.00% 64.53%, 4.00% 63.14%, 6.00% 60.93%, 8.00% 58.04%, 10.00% 54.64%, 12.00% 50.94%, 14.00% 47.19%, 16.00% 43.61%, 18.00% 40.44%, 20.00% 37.86%, 22.00% 36.05%, 24.00% 35.12%, 26.00% 35.12%, 28.00% 36.05%, 30.00% 37.86%, 32.00% 40.44%, 34.00% 43.61%, 36.00% 47.19%, 38.00% 50.94%, 40.00% 54.64%, 42.00% 58.04%, 44.00% 60.93%, 46.00% 63.14%, 48.00% 64.53%, 50.00% 65.00%, 52.00% 64.53%, 54.00% 63.14%, 56.00% 60.93%, 58.00% 58.04%, 60.00% 54.64%, 62.00% 50.94%, 64.00% 47.19%, 66.00% 43.61%, 68.00% 40.44%, 70.00% 37.86%, 72.00% 36.05%, 74.00% 35.12%, 76.00% 35.12%, 78.00% 36.05%, 80.00% 37.86%, 82.00% 40.44%, 84.00% 43.61%, 86.00% 47.19%, 88.00% 50.94%, 90.00% 54.64%, 92.00% 58.04%, 94.00% 60.93%, 96.00% 63.14%, 98.00% 64.53%, 100.00% 65.00%);
}

.image-grossesse {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center 55%;
}

.presentation-content {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.welcome-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    width: 100%;
}

.welcome-title h1 {
    color: #fdfce9;
    font-size: 2.5em;
    font-weight: 200;
    margin: 10px 0;
    text-align: left;
    font-family: "Playwrite CU", cursive;
}

.line {
    width: 200px;
    height: 2px;
    background-color: #fdfce9;
    margin: 5px 0;
}

.welcome-title p {
    background-color: #fdfce9;
    border-radius: 50px;
    padding: 20px;
    margin: 45px 0 0 0;
    color: #271e19;
    font-size: 1.1em;
    line-height: 1.8;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    font-family: "Playwrite CU", cursive;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.highlight-section {
    background-color: #fdfce9;
    border-radius: 50px;
    padding: 40px;
    margin-top: 20px;
    margin-bottom: 15px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.highlight-section h2 {
    color: #7FA8C5;
    font-family: "Playwrite CU", cursive;
    font-size: 2.2em;
    margin-bottom: 50px;
    font-weight: 300;
}

.highlight-section p {
    color: #271e19;
    font-size: 1.1em;
    line-height: 1.6;
    margin: 0;
}

/* Styles spécifiques pour la page de contact */
.coordonnees-content {
    color: #271e19;
    line-height: 1.8;
    text-align: justify;
    font-size: 1.1em;
}

.coordonnees-content p {
    margin-bottom: 20px;
    font-size: 1em;
}

.accueil-quijesuis {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.portrait-quijesuis {
    flex-shrink: 0;
    width: 500px;
}

.portrait-quijesuis iframe {
    width: 500px;
    height: 400px;
    border-radius: 20px;
    border: 3px solid #fdfce9;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.texte-quijesuis {
    flex: 1;
    color: #271e19;
    line-height: 1.8;
    text-align: justify;
}

.texte-quijesuis p {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1em;
}

.contact-form {
    margin-top: 30px;
}

.contact-form .form-group {
    margin-bottom: 25px;
}

.contact-form label {
    color: #271e19;
    font-weight: 600;
    font-size: 1.1em;
    margin-bottom: 8px;
    display: block;
}

.contact-form .form-control {
    border: 2px solid #e0e0e0;
    border-radius: 15px;
    padding: 12px 15px;
    font-size: 1em;
    transition: all 0.3s ease-in-out;
    background-color: white;
    color: #271e19;
}

.contact-form .form-control:focus {
    border-color: #7FA8C5;
    box-shadow: 0 0 0 0.2rem rgba(127, 168, 197, 0.25);
    outline: none;
}

.contact-form .form-control::placeholder {
    color: #999;
    font-style: italic;
}

.contact-form textarea.form-control {
    resize: vertical;
    min-height: 120px;
}

.btn-send {
    background-color: #7FA8C5 !important;
    border-color: #7FA8C5 !important;
    color: white !important;
    padding: 12px 30px;
    border-radius: 25px;
    font-size: 1.1em;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-send:hover {
    background-color: #6b94b0 !important;
    border-color: #6b94b0 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.text-muted {
    color: #666 !important;
    font-size: 0.9em;
    line-height: 1.6;
    margin-top: 20px;
}

.text-muted strong {
    color: #7FA8C5;
}

.text-muted em {
    color: #888;
    font-style: italic;
}

/* Styles pour le widget Calendly */
.calendly-inline-widget {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin: 20px 0;
}

/* Responsive design */
@media screen and (max-device-width:1350px),
screen and (max-width:1350px) {
    .corps {
        display: block;
    }
    .container {
        margin-top: 0px;
        min-width: auto!important;
        margin-right: auto!important;
        padding-top: 20px!important;
        padding-right: 20px!important;
        padding-left: 20px!important;
    }
}

@media screen and (max-width: 1024px) {
    .presentation-content {
        flex-direction: column;
        gap: 20px;
    }
    
    .welcome-title h1 {
        font-size: 2.5em;
        letter-spacing: 3px;
    }
    
    .welcome-title p {
        padding: 15px;
        line-height: 1.8;
        font-size: 1em;
    }
    
    .highlight-section {
        padding: 30px 20px;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    
    .highlight-section h2 {
        font-size: 1.8em;
    }
    
    .accueil-quijesuis {
        flex-direction: column;
        gap: 30px;
    }
    
    .portrait-quijesuis {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
    
    .portrait-quijesuis iframe {
        width: 100%;
        height: 300px;
    }
    
    .coordonnees-content {
        font-size: 1em;
    }
    
    .contact-form .form-control {
        padding: 10px 12px;
        font-size: 0.95em;
    }
    
    .btn-send {
        padding: 10px 25px;
        font-size: 1em;
    }
}

@media screen and (max-width: 768px) {
    .welcome-title {
        margin-top: 0px;
        margin-left: 10px;
        margin-right: 10px;
    }
    
    .welcome-title h1 {
        font-size: 2.5em;
        letter-spacing: 2px;
    }
    
    .line {
        width: 150px;
    }
    
    .welcome-title p {
        padding: 12px;
        font-size: 0.9em;
        line-height: 1.8;
        border-radius: 25px;
    }
    
    .highlight-section {
        padding: 20px 15px;
        margin-top: 40px;
        margin-bottom: 8px;
        border-radius: 25px;
    }
    
    .highlight-section h2 {
        font-size: 1.5em;
        margin-bottom: 40px;
    }
    
    .highlight-section p {
        font-size: 1em;
    }
    
    .portrait-quijesuis {
        max-width: 300px;
    }
    
    .portrait-quijesuis iframe {
        height: 300px;
    }
    
    .coordonnees-content {
        font-size: 0.95em;
    }
    
    .contact-form label {
        font-size: 1em;
    }
    
    .contact-form .form-control {
        padding: 8px 10px;
        font-size: 0.9em;
        border-radius: 10px;
    }
    
    .btn-send {
        padding: 8px 20px;
        font-size: 0.9em;
        border-radius: 20px;
    }
    
    .text-muted {
        font-size: 0.85em;
    }
    
    .container {
        padding-top: 15px!important;
        padding-right: 20px!important;
        padding-left: 20px!important;
        padding-bottom: 30px!important;
    }
    
    .image-grossesse {
        object-position: center 80%;
    }
}

@media screen and (max-width: 480px) {
    .welcome-title h1 {
        font-size: 2.5em;
        letter-spacing: 1px;
    }
    
    .line {
        width: 100px;
    }
    
    .welcome-title p {
        padding: 10px;
        line-height: 1.8;
        font-size: 0.8em;
    }
    
    .highlight-section {
        padding: 15px 10px;
        margin-top: 40px;
        margin-bottom: 6px;
        border-radius: 20px;
    }
    
    .highlight-section h2 {
        font-size: 1.3em;
    }
    
    .highlight-section p {
        font-size: 0.9em;
    }
    
    .portrait-quijesuis {
        max-width: 300px;
    }
    
    .portrait-quijesuis iframe {
        height: 250px;
    }
    
    .coordonnees-content {
        font-size: 0.9em;
    }
    
    .contact-form label {
        font-size: 0.95em;
    }
    
    .contact-form .form-control {
        padding: 6px 8px;
        font-size: 0.85em;
        border-radius: 8px;
    }
    
    .btn-send {
        padding: 6px 15px;
        font-size: 0.85em;
        border-radius: 15px;
    }
    
    .text-muted {
        font-size: 0.8em;
    }
    
    .container {
        padding-right: 20px!important;
        padding-left: 20px!important;
    }
    
    .image-grossesse {
        object-position: center 60%;
    }
}