

:root,
[data-bs-theme=light] {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #62929E;
    --bs-secondary: #C6C5B9;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 98, 146, 158;
    --bs-secondary-rgb: 64, 201, 162;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 76, 224, 210;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 0, 112, 144;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: white;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: black;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: white;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: white;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #9B4F8F;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545;

}





/* Police globale pour le texte */
body, .body, p, li, ul, ol, .lead {
    font-family: 'Lora', 'Georgia', serif !important;
}

/* Titres avec une police d'excellence */
h1, h2, h3, h4, h5, h6, .display-1, .display-2, .display-3, .display-4 {
    font-family: 'Playfair Display', 'Times New Roman', serif !important;
    font-weight: 700;
    letter-spacing: 0.01em;
}

/* Accentuer les titres principaux */
.fw-bold, .font-weight-bold {
    font-family: 'Playfair Display', 'Times New Roman', serif !important;
}






/*TOP BAR*/
.topbar-conciergerie {
    background: linear-gradient(90deg, #62929E 0%, #546A7B 100%);
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    padding: 0.4rem 0;
    letter-spacing: 0.02em;
    box-shadow: 0 2px 8px rgba(25, 118, 210, 0.07);
}

.topbar-conciergerie .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.topbar-conciergerie .contact-info {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    align-items: center;
}

.topbar-conciergerie i {
    margin-right: 0.4em;
    color: #e3f2fd;
}
/* Gold profond et élégant */
.topbar-conciergerie.promo-bar-gold {
    background: linear-gradient(90deg, #bfa046 0%, #e6c36a 40%, #f7e7b0 60%, #bfa046 100%);
    color: #6b4f13 !important;
    border-bottom: 2px solid #bfa046 !important;
    text-shadow: 0 1px 2px #fff8, 0 0px 8px #bfa04655;
}

@media (max-width: 600px) {
    .topbar-conciergerie .container {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.3rem;
    }

    .topbar-conciergerie .contact-info {
        gap: 0.7rem;
    }
}
/* Topbar : n'affiche que "Votre conciergerie de confiance" sur mobile */
@media (max-width: 991px) {
    .topbar-conciergerie .contact-info:first-child {
        display: none !important;
    }
    .topbar-conciergerie .contact-info:last-child {
        display: block !important;
        text-align: center;
        width: 100%;
    }
}

/* Promo barre défilante or (topbar) */
.promo-bar-gold {
    background: linear-gradient(90deg, #bfa046 0%, #e6c36a 40%, #f7e7b0 60%, #bfa046 100%);
    color: #6b4f13 !important;
    border-bottom: 2px solid #bfa046 !important;
    text-shadow: 0 1px 2px #fff8, 0 0px 8px #bfa04655;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.08rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    box-shadow: 0 2px 8px #FFD70033;
    padding: 0.45rem 0;
    position: relative;
    overflow: hidden;
    z-index: 1000;
}
.promo-marquee {
    width: 100vw;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}
.promo-marquee span {
    display: inline-block;
    padding-left: 100vw;
    animation: promo-scroll 16s linear infinite;
}
@keyframes promo-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100vw); }
}



/* Effet souligné au survol du menu dans le header */
.header-menu .nav-link {
    position: relative;
    color: inherit;
    transition: color 0.2s;
}

.header-menu .nav-link::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background: #62929E; /* couleur du trait */
    transition: width 0.3s cubic-bezier(.77, .2, .18, 1);
}

.header-menu .nav-link:hover::after,
.header-menu .nav-link.active::after {
    width: 100%;
}

/* Remonte légèrement le logo dans la navbar */
.navbar-brand img,
.logo-img {
    vertical-align: middle;
    margin-top: -6px; 
}

/* Si tu utilises une classe spécifique pour le logo, adapte le sélecteur */
@media (max-width: 991px) {
    .navbar-brand img,
    .logo-img {
        margin-top: -4px; 
    }
}

/* Cache le titre-nav sur mobile */
@media (max-width: 991px) {
    .title-nav {
        display: none !important;
    }
    .navbar-toggler {
        margin-right: 1.5rem;
    }
}








/*HERO SECTION*/

.hero-conciergerie {
    min-height: 60vh;
    max-height: 90vh;
    overflow: hidden;
    position: relative;
    font-family: 'Montserrat', sans-serif;
}

.hero-bg-img {
    width: 100vw;
    height: 60vh;
    object-fit: cover;
    object-position: center;
    filter: brightness(0.55) saturate(1.1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #1976d2cc 0%, #4fc3f7cc 100%);
    opacity: 0.35;
    z-index: 2;
}

.hero-content {
    z-index: 3;
}

@media (max-width: 768px) {
    .hero-conciergerie {
        min-height: 38vh;
    }

    .hero-bg-img {
        height: 38vh;
    }

    .hero-content h1 {
        font-size: 2rem;
    }

    .hero-content p {
        font-size: 1rem;
    }
}




/*ABOUT US SECTION*/

.aboutus-artistic {
    background: linear-gradient(120deg, #e3f2fd 0%, #fff 100%);
    font-family: 'Montserrat', sans-serif;
    position: relative;
}

.animate-slide-in {
    opacity: 0;
    transform: translateY(60px);
    animation: slideInSection 1.1s cubic-bezier(.77, .2, .18, 1) 0.2s forwards;
}

@keyframes slideInSection {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.aboutus-art-imgs {
    min-width: 340px;
    min-height: 220px;
    max-width: 100%;
}

.animated-img {
    box-shadow: 0 12px 36px #1976d233;
    transition: transform 0.7s cubic-bezier(.77, .2, .18, 1), box-shadow 0.3s;
    will-change: transform;
    animation: floatImg 2.8s ease-in-out infinite alternate;
}

.art-img2.animated-img {
    box-shadow: 0 6px 18px #1976d222;
    animation-delay: 0.7s;
}

@keyframes floatImg {
    0% {
        transform: scale(1) rotate(-7deg) translateY(0);
    }

    50% {
        transform: scale(1.04) rotate(-2deg) translateY(-12px);
    }


    100% {
        transform: scale(1) rotate(-7deg) translateY(0);
    }
}

.art-img2.animated-img {
    animation-name: floatImg2;
}

@keyframes floatImg2 {
    0% {
        transform: scale(1) rotate(8deg) translateY(0);
    }

    50% {
        transform: scale(1.04) rotate(12deg) translateY(-10px);
    }

    100% {
        transform: scale(1) rotate(8deg) translateY(0);
    }
}

.aboutus-art-imgs:hover .animated-img {
    transform: scale(1.08) rotate(-1deg) translateY(-8px);
    box-shadow: 0 18px 48px #1976d244;
}

.aboutus-art-anchor {
    pointer-events: none;
}

.art-bg-circle {
    pointer-events: none;
}




/* Optimisation de la section aboutUs en mode mobile : tout est centré et les images sont masquées */
@media (max-width: 991px) {
    .aboutus-artistic {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 2rem 0 1rem 0;
    }
    .aboutus-art-imgs {
        display: none !important; /* Masque toutes les images et éléments décoratifs */
    }
    .aboutus-content,
    .text-conciergerie {
        padding: 0.5rem 0.5rem 0 0.5rem;
        font-size: 1rem !important;
        text-align: center !important;
    }
    .aboutus-title,
    .fw-bold.text-conciergerie {
        font-size: 1.5rem !important;
        margin-bottom: 0.7rem !important;
        text-align: center !important;
    }
    .d-flex.flex-wrap.gap-3 {
        justify-content: center !important;
        gap: 0.7rem !important;
        margin-top: 1rem !important;
    }
    .badge {
        font-size: 0.95rem !important;
        padding: 0.5rem 1rem !important;
        margin-bottom: 0.3rem !important;
        display: inline-flex !important;
        align-items: center !important;
    }
}

@media (max-width: 600px) {
    .aboutus-artistic {
        padding: 1.2rem 0 0.5rem 0 !important;
    }
    .aboutus-content,
    .text-conciergerie {
        font-size: 0.97rem !important;
        padding: 0.3rem !important;
    }
    .aboutus-title,
    .fw-bold.text-conciergerie {
        font-size: 1.50rem !important;
        margin-bottom: 0.5rem !important;
    }
    .d-flex.flex-wrap.gap-3 {
        gap: 0.5rem !important;
        margin-top: 0.7rem !important;
    }
    
    
}









/*SECTION AVIS*/
.review-card-art {
    box-shadow: 0 8px 32px #4ce0d244;
    border-radius: 2.5rem;
    border-left: 8px solid #4ce0d2;
    background: linear-gradient(120deg, #fff 80%, #e3f2fd 100%);
    transition: box-shadow 0.3s, transform 0.3s;
}

.review-card-art:hover {
    box-shadow: 0 12px 36px #00709033;
    transform: translateY(-6px) scale(1.03) rotate(-1deg);
}

.reviews-carousel {
    max-width: 900px;
    margin: 0 auto;
}

.reviews-track {
    transition: transform 0.6s cubic-bezier(.77, .2, .18, 1);
}


@media (max-width: 767px) {
    .reviews-section {
        padding-bottom: 0.1rem !important;
    }
    .reviews-art-imgs .btn {
        margin-bottom: 0.2rem !important;
    }
}


@media (max-width: 767px) {
    .reviews-carousel {
        display: none !important;
    }
    .reviews-list-mobile {
        display: flex !important;
        flex-direction: row !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        gap: 1rem !important;
        width: 100vw !important;
        padding: 0.5rem !important;
        margin: 0 !important;
        scroll-snap-type: x mandatory;
    }
    .reviews-list-mobile .review-card-art {
        min-width: 80vw !important;
        max-width: 90vw !important;
        scroll-snap-align: start;
    }
}




/*ANIMATION DES IMAGES*/
.reviews-art-imgs {
    min-width: 240px;
    min-height: 180px;
    max-width: 100%;
}

.review-img1.animated-img {
    animation: floatImg 2.8s ease-in-out infinite alternate;
}

.review-img2.animated-img {
    animation: floatImg2 2.8s ease-in-out infinite alternate;
    animation-delay: 0.7s;
}

.reviews-art-imgs:hover .animated-img {
    transform: scale(1.08) rotate(-1deg) translateY(-8px);
    box-shadow: 0 18px 48px #1976d244;
}

.reviews-art-anchor {
    pointer-events: none;
}
.reviews-section .fs-5,
.reviews-section p.fs-5 {
    font-size: 1rem !important;
    line-height: 1.7 !important;
}

@keyframes floatImg {
    0% {
        transform: scale(1) rotate(-7deg) translateY(0);
    }

    50% {
        transform: scale(1.04) rotate(-2deg) translateY(-12px);
    }

    100% {
        transform: scale(1) rotate(-7deg) translateY(0);
    }
}

@keyframes floatImg2 {
    0% {
        transform: scale(1) rotate(8deg) translateY(0);
    }

    50% {
        transform: scale(1.04) rotate(12deg) translateY(-10px);
    }

    100% {
        transform: scale(1) rotate(8deg) translateY(0);
    }
}


@media (max-width: 992px) {
    /* Faire disparaître les images */
    .reviews-art-imgs img,
    .reviews-art-imgs svg {
        display: none !important;
    }

 @media (max-width: 991px) {
    .reviews-art-imgs {
        max-width: 400px !important;
        width: 90vw !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-bottom: 0 !important;
    }
    .reviews-art-imgs .d-grid {
         display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        margin-bottom: 0.3rem !important; /* Marge réduite sous le bouton */
        width: 100% !important;
    }
 .reviews-art-imgs .btn {
        margin-left: auto !important;
        margin-right: auto !important;
        display: block !important;
        text-align: center !important;
    }

}
  
}

/* Logos plateformes avis responsive */
.logos-plateformes {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    margin-top: 1.5rem;
    margin-bottom: 0.7rem;
}
.logos-plateformes .logo-plateforme {
    height: 44px !important;
    width: auto !important;
    max-width: 140px !important;
    filter: drop-shadow(0 2px 8px #e3f2fd);
    transition: transform 0.2s;
}
.logos-plateformes .logo-plateforme:active,
.logos-plateformes .logo-plateforme:focus {
    transform: scale(0.97);
}
@media (max-width: 500px) {
    .logos-plateformes {
        gap: 1.1rem;
         margin-top: 0.5rem !important;
    }
    .logos-plateformes .logo-plateforme {
        height: 32px !important;
        max-width: 90vw !important;
        width: auto !important;
    }
}





/*FORMULAIRE DE CONTACT*/
.contact-section {
    font-family: 'Montserrat', sans-serif;
    position: relative;
}

.contact-form-minimal {
    border: none;
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(2px);
    transition: transform 0.3s;
}

.contact-form-minimal:hover {
    transform: translateY(-4px) scale(1.03);
}

.form-floating-line {
    position: relative;
    margin-bottom: 2.2rem;
}

.form-control-line {
    width: 100%;
    border: none;
    border-bottom: 2px solid #4ce0d2;
    border-radius: 0;
    background: transparent;
    font-size: 1.13rem;
    color: #007090;
    padding: 0.7rem 0 0.3rem 0;
    outline: none;
    box-shadow: none;
    transition: border-color 0.2s;
}

.form-control-line:focus {
    border-bottom: 2.5px solid #007090;
    background: transparent;
}

.form-placeholder {
    position: absolute;
    left: 0;
    top: 0.7rem;
    color: #b0bec5;
    font-size: 1.08rem;
    pointer-events: none;
    transition: 0.2s cubic-bezier(.77, .2, .18, 1);
}

.form-control-line:focus+.form-placeholder,
.form-control-line:not(:placeholder-shown)+.form-placeholder {
    top: -1.1rem;
    font-size: 0.97rem;
    color: #4ce0d2;
    letter-spacing: 0.02em;
}

.animate-btn {
    background: linear-gradient(90deg, #4ce0d2 0%, #007090 100%);
    border: none;
    transition: background 0.3s, transform 0.2s;
}

.animate-btn:hover {
    background: linear-gradient(90deg, #007090 0%, #4ce0d2 100%);
    transform: scale(1.04);
}

/* Animations d'apparition */
.animate-fade-in-up {
    opacity: 0;
    transform: translateY(40px);
    animation: fadeInUp 1.1s cubic-bezier(.77, .2, .18, 1) 0.3s forwards;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 600px) {
    .contact-section {
        padding: 1.5rem 0;
    }

    .contact-form-minimal {
        padding: 1.2rem;
    }
}

/* Correction du centrage et suppression de la marge à droite du formulaire de contact en mobile */
@media (max-width: 767px) {
    .contact-section {
    padding-top: 0.2rem !important;
    padding-bottom: 0.2rem !important;
    }
    .contact-section .row {
        flex-direction: column !important;
        align-items: stretch !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .contact-form-minimal {
    margin: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    box-sizing: border-box !important;
    padding-left: 2vw !important;
    padding-right: 2vw !important;
    padding-top: 0.3rem !important;
    padding-bottom: 0.3rem !important;
    }
}






/* SECTION BIENS : même fond que aboutUs */
#bien {
    background: linear-gradient(120deg, #e3f2fd 0%, #fff 100%) !important;
    color: #1976d2;
}





/*FOOTER*/

.footer-conciergerie {
    background: linear-gradient(90deg, #62929E 0%, #546A7B 100%);
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    box-shadow: 0 -2px 8px rgba(25, 118, 210, 0.07);
}

.footer-conciergerie .footer-social {
    color: #e3f2fd;
    font-size: 1.7rem;
    transition: color 0.2s;
}

.footer-conciergerie .footer-social:hover {
    color: #fff;
    text-shadow: 0 2px 8px #1976d2;
}

.footer-conciergerie small {
    color: #bbdefb;
}



/* Centrer le nom dans le footer sur mobile */
@media (max-width: 767px) {
    .footer-conciergerie .col-md-4.text-start {
        justify-content: center !important;
        text-align: center !important;
    }
    .footer-conciergerie .fw-semibold {
        width: 100%;
        display: block;
        text-align: center !important;
    }
}


/* Empêcher le scroll horizontal et le déplacement latéral sur mobile */


@media (max-width: 767px) {
    .container, .row, [class*="col-"] {
        max-width: 100vw;
        overflow-x: hidden;
    }
}




/* Animation slide-in pour la page présentation */
@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-60px) scale(0.96);
    }
    to {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(60px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
.photo-slide-in {
  animation: slideInLeft 1s cubic-bezier(.77,.2,.32,1.01) both;
     display: flex;
     justify-content: center;
     align-items: center;
}

@media (max-width: 600px) {
    .photo-slide-in img {
        width: 80vw !important;
        max-width: 320px !important;
        height: auto !important;
        margin-left: 4vw !important;
        margin-right: auto !important;
        display: block !important;
    }
}

@media (max-width: 600px) {
    .photo-slide-in {
        margin-left: auto !important;
        margin-right: auto !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }
}
.texte-slide-in {
  animation: slideInRight 1s cubic-bezier(.77,.2,.32,1.01) both;
  animation-delay: 0.3s;
}