/* cmsms stylesheet: 1-Design modified: lundi 18 mai 2026 10:26:40 */
@font-face {
    font-family: "opensans";
    src: url(/uploads/_interface/polices/OpenSans.woff2) format('woff2');
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url(/uploads/_interface/polices/Montserrat-Regular.woff2) format('woff2');
    font-display: swap;
}


html,body
{
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: "opensans", helvetica;
    color: #333333;
}

body
{
    background-image: url('https://www.tennis-club-mont-valerien-suresnes.fr/uploads/_interface/images/fond-complet.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
    /*background-color: rgb(26,123,166,0.95);*/
}

a
{
    text-decoration: none;
    color: #003b68;
    font-weight: bold;
    transition: 400ms;
}

a:hover
{
    color: rgba(255,128,64,0.75);
    transition: 400ms;
}

h1
{
    color: #003b68;
    font-size: 2.2rem;
    font-weight: 100;
    font-family: "Montserrat";
}

h2
{
    color: #003b68;
    font-size: 1.9rem;
    font-family: "Montserrat";
    font-weight: 100;
}



h3
{
    color: #003b68;
    font-family: "Montserrat";
    font-weight: 100;
}

h4
{
    color: #003b68;
    font-family: "Montserrat";
    font-weight: 100;
}

img
{
    max-width: 100%;
    max-height: 100%;
}


li::marker
{
    color: #ff8040;
    padding: 0;
    margin: 0;
    font-weight: bold;
}

input[type="text"], input[type="tel"], input[type="email"]
{
    width: 100%;
    max-width: 300px;
    height: 30px;
    padding-left: 5px;
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 10px;
}

textarea
{
    width: 100%;
    max-width: 300px;
    min-height: 250px;
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 10px;
}

label
{
    font-weight: bold;
}

legend
{
    font-size: 1.1rem;
    font-weight: bold;
    text-align: left!important;
}

section
{
    margin-top: 20px;
    margin-bottom: 10px;
}

/* Tableau */
table
{
    width: 100%;
    border: none;
}

table td
{
    padding: 5px;
    box-sizing: border-box;
    vertical-align: top;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.contenu td:empty {
    display: none;
}


@media (max-width: 700px) {
    .contenu table,
    .contenu tbody,
    .contenu tr,
    .contenu td {
        display: block;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        box-sizing: border-box;
    }

    .contenu table {
        border-collapse: separate;
        border-spacing: 0;
        overflow: visible;
    }

    .contenu tbody,
    .contenu tr {
        overflow: visible;
    }

    .contenu tr {
        margin-bottom: 15px;
    }

    .contenu td {
        padding: 15px;
        margin-bottom: 12px;
        border: 1px solid rgba(0,0,0,0.15);
        border-radius: 12px;
        background: rgba(255,255,255,0.75);
    }
}

/* Tableau */

.asterisque {
    color: #ff8040;
    font-weight: bold;
}

.bouton
{
    display: inline-block;
    padding: 10px 20px;
    background-color: #ff8040;
    border: 1px solid #ff8040;
    color: white;
    font-weight: bold;
    transition: 400ms;
    border-radius: 30px;
    text-align: center;
}

.bouton:hover
{
    transform: scale(1.02);
    background-color: white;
    border: 1px solid #003b68;
    color: #333333;
    font-weight: bold;
}

.bouton-fleche
{
    width: 50px;
    height: 50px;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
    box-sizing: border-box;
    transition: all 200ms;
    border-color: rgba(0,0,0,.3);
    background: rgba(255,128,64,.8);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.1rem;
    line-height: 1;
}

.bouton-fleche:hover
{
    background: #fff;
    border-color: rgba(0,0,0,.3);
}

.bouton-fleche:focus-visible
{
    outline: 3px solid #fff;
    outline-offset: 2px;
}

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

.deroulant
{
    font-size: 1rem;
    color: #ff8040;
}

.rouge
{
    color: red;
}

.orange
{
    color: #ff8040;
}

.bleu
{
    color: #003b68;
}

.strong
{
    font-weight: bold;
}

.center
{
    text-align: center;
}

.left
{
    text-align: left;
}

.sous-titre
{
    font-size: 1.05rem;
    color: #ff8040;
    font-style: italic;
    font-weight: bold;
}


/* Bouton retour */
.retour
{
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
    transition: 400ms;
    opacity: 1;
}

.retour:hover
{
    transition: 400ms;
    opacity: 0.6;
}
/* Bouton retour */

/* Carousel */
.carousel {
    position: relative;
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 10px;
}

.carousel-window {
    overflow: hidden;
    width: 100%;
}

.slides {
    display: flex;
    transition: transform 400ms ease;
}

.slides .slide {
    width: 100%;
    flex-shrink: 0;
}

.slides .slide img {
    display: block;
    width: 100%;
    height: 500px;
    object-fit: cover;
}
/* Carousel */

hr
{
    width: 60%;
    height: 1px;
    background-color: #ff8040;
    border: 0px solid #ff8040;
}

/* Header */
#header
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(255,255,255,0.95);
    background-image:
    /* lignes verticales/horizontales */
    repeating-linear-gradient(95deg, rgba(26,123,166,0.1) 0 1px, transparent 1px 50px),
    repeating-linear-gradient(5deg,  rgba(26,123,166,0.1) 0 1px, transparent 1px 50px);
    background-size: auto;
    text-align: center;
}

#header h1
{
    margin: 0;
    font-size: 2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.1;
}

#header h3
{
    margin: 0;
}

#header .logo
{
    width: 20%;
    padding-top: 5px;
    box-sizing: border-box; 
}

#header .logo img
{
    max-height: 80px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0,0,0,.50);
}

#header .titre
{
    width: 60%;
    text-align: center;
}

#header .rs
{
    width: 20%;
}

@media screen and (max-width: 851px)
{
#header
{
    flex-wrap: wrap;
    padding-bottom: 10px;
}

#header .logo
{
    order: 2;
    margin-left: 5%;
}

#header .logo img
{
    height: 60px;
}

#header .titre
{
    flex: 0 0 100%;
    order: 1;
    margin-top: 15px;
}

#header h1
{
    font-size: 1.5rem;
}

#header .rs
{
    order: 3;
    margin-right: 15%;
}

}
/* Header */

/* Menu */
#menu
{
    text-align: center;
    min-height: 50px;
    z-index: 15;
    position: sticky;
    top: 0;
    box-shadow: 0px 25px 25px -7px rgba(0,0,0,0.50);
    background-color: rgb(26,123,166,0.95);
    background-size: auto;
    border-bottom: 1px solid white;
    border-bottom-right-radius: 30px;
}

#menu .liens
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    padding-top: 10px;
    height: 100%;
    margin: auto;
    font-size: 18px;
}

#menu .liens .lien
{
    position: relative;
    padding-bottom: 12px;
}

#menu .liens .lien .sous-liens
{
    display: none;
    position: absolute;
    border-top: 2px solid #ff8040;
}

#menu .liens .lien:hover .sous-liens, #menu .liens .lien .sous-liens:hover
{
    display: block;
    z-index: 10;
    width: 350px;
    background-color: rgb(26,123,166,0.95);
    text-align: left;
    padding: 15px;
    box-sizing: border-box;
    list-style-position: inside;
    margin-top: 12px;
    border: 1px solid white;
    border-bottom-right-radius: 30px;
}

#menu .liens .lien:hover .sous-liens li
{
    line-height: 2;
}

#menu .liens a 
{
    border: 1.5px solid transparent;
    padding: 9px;
    border-radius: 5px;
    box-sizing: border-box;
    transition: 0.5s ease;
    color:white;
}

#menu .liens a:hover
{
    color: #ff8040;
}

.menu-toggle {
    display: none;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.5);
    color: #fff;
    font: inherit;
    cursor: pointer;
    border-radius: 8px;
}

.menu-toggle img {
    width: 24px;
    height: 24px;
}

.menu-toggle:focus-visible,
#menu .liens a:focus-visible,
.bouton:focus-visible {
    outline: 3px solid #ffffff;
    outline-offset: 3px;
}

@media screen and (max-width: 851px)
{
@media screen and (max-width: 851px)
{
    .menu-toggle {
        display: inline-flex;
    }

    #menu {
        text-align: left;
        padding: 15px;
        box-sizing: border-box;
    }

    #menu .liens {
        display: none;
        width: 100%;
        margin-top: 12px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    #menu .liens.is-open {
        display: flex;
    }

    #menu .liens .lien {
        width: 100%;
    }

    #menu .liens .lien a {
        display: block;
        width: 100%;
        padding: 8px 0;
    }
}
/* Menu */
}
/* Menu */

.contenu
{
    width: 90%;
    max-width: 1366px;
    min-height: 500px;
    margin: auto;
    padding: 25px;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
    background-color: rgba(255,255,255,0.90);
    text-align: left;
    flex: 1;
    z-index: 1;
    box-shadow: 5px 5px 32px -9px rgba(0,0,0,0.81);
    border-radius: 5px;
    box-sizing: border-box;
    
}

.contenu img
{
    max-width: 100%;
    height: auto;
}

.img-responsive
{
    width: 100%!important;
    height: auto;
}

@media screen and (max-width: 851px)
{
.contenu
{
    width: 95%;
}
}

/* Mise en avant */
#mise-en-avant
{
    margin-bottom: 40px;
}

#mise-en-avant .item
{
    display: flex;
    align-items: center;
    text-align: center;
}

#mise-en-avant .photo
{
    width: 40%;
}

#mise-en-avant .photo img
{
    width: 100%;
    max-width: 250px;
    height: 95%;
    border-radius: 5px;
    object-fit: cover;
    object-position: top;
}

#mise-en-avant .texte
{
    width: 60%;
    text-align: left;
}


#mise-en-avant fieldset
{
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    overflow: hidden;
    border: none;
    background-color: rgba(255,255,255,0.95);
    background-image:
    /* lignes verticales/horizontales */
    repeating-linear-gradient(95deg, rgba(26,123,166,0.1) 0 1px, transparent 1px 50px),
    repeating-linear-gradient(5deg,  rgba(26,123,166,0.1) 0 1px, transparent 1px 50px);
    background-size: auto;
    border-bottom-right-radius: 30px;
}

@media screen and (max-width: 851px)
{
#mise-en-avant .item
{
    gap: 20px;
}

#mise-en-avant .texte
{
    text-align: justify;
}
}
/* Mise en avant */

/* Actualités */
#actualites
{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

#actualites h2
{
    display: block;
    width: 100%;
    text-align: left;
}

#actualites .item
{
    width: calc(25% - 10px);
    min-height: 225px;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    box-sizing: border-box;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    overflow: hidden;
    background-color: rgba(255,255,255,0.95);
    background-image:
    /* lignes verticales/horizontales */
    repeating-linear-gradient(95deg, rgba(26,123,166,0.1) 0 1px, transparent 1px 50px),
    repeating-linear-gradient(5deg,  rgba(26,123,166,0.1) 0 1px, transparent 1px 50px);
    background-size: auto;
    border-bottom-right-radius: 30px;
    transition: 400ms;
}

#actualites .item:hover
{
    transform: scale(1.02);
    opacity: 0.9;
    transition: 400ms;
}

#actualites .item .titre
{
    min-height: 65px;
    padding-left: 5px;
    padding-right: 5px;
}

#actualites .item .photo
{
    height: 180px;
}

#actualites .item img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#actualites .item .texte
{
    text-align: left;
    box-sizing: border-box;
    padding: 5px;
    min-height: 65px;
}

#actualites .item .info
{
    width: 90%;
    margin-top: 5px;
    text-align: right;
    box-sizing: border-box;
    padding: 5px;
}

@media screen and (max-width: 851px)
{
#actualites
{
    margin-top: 15px;
}

#actualites .item
{
    width: calc(95% - 10px);
}
}

/* Détails */
#actualites .details
{
    width: 100%;
}

#actualites .details .haut
{
    display: flex;
    align-items: center;
}

#actualites .details .haut .photo
{
    width: 50%;
    height: 400px;
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
}

#actualites .details .haut .photo img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#actualites .details .haut .infos
{
    width: 50%;
    padding: 10px;
    text-align: left;
    box-sizing: border-box;
}

#actualites .details .texte
{
    width: 100%;
    text-align: justify;
    text-align-last: left;
}

@media screen and (max-width: 851px)
{
#actualites .details .haut
{
    flex-wrap: wrap;
}

#actualites .details .haut .photo
{
    width: 100%;
}

#actualites .details .haut .infos
{
    width: 100%;
}
}
/* Détails */
/* Actualités */

/* Animations */
#animations h2
{
    display: block;
    width: 100%;
    text-align: left;
}

#animations .item
{
    display: flex;
    align-items: center;
    height: 225px;
    position: relative;
    margin-bottom: 10px;
    box-sizing: border-box;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    overflow: hidden;
    background-color: rgba(255,255,255,0.95);
    background-image:
    /* lignes verticales/horizontales */
    repeating-linear-gradient(95deg, rgba(26,123,166,0.1) 0 1px, transparent 1px 50px),
    repeating-linear-gradient(5deg,  rgba(26,123,166,0.1) 0 1px, transparent 1px 50px);
    background-size: auto;
    border-bottom-right-radius: 30px;
    transition: 400ms;
}

#animations .item .photo
{
    width: 40%;
    height: 100%;
}

#animations .item img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#animations .item .texte
{
    width: 60%;
    text-align: left;
    box-sizing: border-box;
    padding: 5px;
}

#animations .item .texte .titre
{
    min-height: 65px;
    padding-left: 5px;
    padding-right: 5px;
}

#animations .item .texte .info
{
    margin-top: 5px;
    text-align: right;
    box-sizing: border-box;
    padding: 5px;
}
/* Détails */
#animations .details .haut
{
    display: flex;
    align-items: center;
}

#animations .details .haut .photo
{
    width: 50%;
    height: 400px;
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
}

#animations .details .haut .photo img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#animations .details .haut .infos
{
    width: 50%;
    padding: 10px;
    text-align: left;
    box-sizing: border-box;
}

#animations .details .texte
{
    text-align: justify;
    text-align-last: left;
}

@media screen and (max-width: 851px)
{
#animations .details .haut
{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#animations .details .haut .photo
{
    width: 100%;
}

#animations .details .haut .infos
{
    width: 100%;
}
}
/* Animations */

/* block flex */
.animation-fondu
{
    opacity: 0;
    transition: all 1.8s ease;
}

.visible
{
    opacity: 1;
}

.block
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    margin-top: 25px;
    margin-bottom: 25px;
}

.block.gauche
{
    flex-direction: row-reverse;
}

.block .photo
{
    flex: 1;
    height: 450px;
    padding: 5px;
    box-sizing: border-box;
}

.block .photo img
{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
    object-position: top;
}

.block .texte
{
    flex: 1;
    height: 100%;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    box-sizing: border-box;
}

@media screen and (max-width: 851px)
{
.block
{
    display: flex;
    flex-wrap: wrap;
}

.block.gauche
{
    flex-direction: row-reverse;
}

.block .photo
{
    width: 100%;
}

.block .texte
{
    width: 100%;
}
}
/* block flex */

/* Equipe */
#equipe
{
    text-align: center;
}

#equipe .item
{
    width: 15%;
    margin: 1%;
    display: inline-block;
    vertical-align: top;
}

#equipe .item .photo
{
    display: block;
    width: 100%;
    text-align: center;
}

#equipe .item .photo-profil-abs
{
    width: 150px;
    height: 100%;
    display: block;
    margin: auto;
}

#equipe .item img
{
    border-radius: 5px;
    margin: auto;
    width: 100%;
    height: 250px;
    object-fit: contain;
}

#equipe .item .nom h4
{
    margin: 0;
}

@media screen and (max-width: 851px)
{
#equipe .item
{
    width: 45%;
}
}
/* Equipe */


/* partenaires */
#partenaires
{
    text-align: center;
}

#partenaires .overflow
{
    width: 90%;
    margin: auto;
    overflow-x: scroll;
    overflow-y: hidden;
    min-height: 220px;
    white-space: nowrap;
}

#partenaires .block
{
    width: 20%;
    height: 200px;
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
    padding: 15px;
    display: inline-block;
    vertical-align: top;
    border-bottom-right-radius: 30px;
    /*border: 1px solid #ff8040;*/
    background-color: white;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    background-image:
    /* lignes verticales/horizontales */
    repeating-linear-gradient(95deg, rgba(26,123,166,0.1) 0 1px, transparent 1px 50px),
    repeating-linear-gradient(5deg,  rgba(26,123,166,0.1) 0 1px, transparent 1px 50px);
    background-size: auto;
    box-sizing: border-box;
    white-space: wrap;
}

#partenaires .block .logo
{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}
    

#partenaires .block img
{
    max-height: 125px;
    max-width: 90%;
    height: auto;
}

/* flèches */
#partenaires .carrousel
{
  position: relative;
}

#partenaires .overflow::-webkit-scrollbar
{
    height: 0;
}

#partenaires .overflow
{
    scrollbar-width: none;
}

#partenaires .arrow
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 50px;
    height: 50px;
    border-radius: 999px;
    background: rgba(255,128,64,.8);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.1rem;
    line-height: 1;
}

#partenaires .arrow.left
{
    left: 8px;
}

#partenaires .arrow.right
{
    right: 8px; 
}

#partenaires .arrow:hover
{
    background: #fff;
    border-color: rgba(0,0,0,.3);
}

@media screen and (max-width: 851px)
{
#partenaires .overflow
{
    width: 95%;
}

#partenaires .block
{
    width: 80%;
}

#partenaires .arrow
{
    position: absolute;
    display: none;
}
}
/* Partenaires */

.titre
{
    text-align: left;
}

.block .texte
{
    text-align: justify;
    text-align-last: left; 
}

/* Contact */
#contact
{
    width: 100%;
    display: flex;
    align-items: flex-start;
}

#contact .texte,
#contact .formulaire
{

    flex: 1;
}

#contact .texte
{
    padding-top: 20px;
}

#contact .formulaire
{
    display: flex;
    justify-content: flex-end;
}

#contact .formulaire form
{
    width: 100%;
    max-width: 420px;
    text-align: left;
}

@media screen and (max-width: 851px)
{
#contact
{
    flex-wrap: wrap;
}
}
/* Contact */


/* Tarifs */
#tarifs .item
{
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

#tarifs .item fieldset
{
    background-image:
    /* lignes verticales/horizontales */
    repeating-linear-gradient(95deg, rgba(26,123,166,0.1) 0 1px, transparent 1px 50px),
    repeating-linear-gradient(5deg,  rgba(26,123,166,0.1) 0 1px, transparent 1px 50px);
    background-size: auto;
    border-bottom-right-radius: 30px;
    transition: 200ms ease-in;
}

#tarifs .item fieldset:hover
{
    background-color: rgb(26,123,166,0.1);
}

#tarifs .item fieldset .gauche, #tarifs .item fieldset .droite
{
    width: 48%;
    display: inline-block;
    vertical-align: top;
}

#tarifs .item fieldset .droite
{
    font-weight: bold;
    color: white;
}

#tarifs .item .suresnois
{
    width: 150px;
    margin: auto;
    margin-bottom: 5px;
    padding: 2px;
    background-color: rgb(26,123,166,0.95);
    border-radius: 15px
}

#tarifs .item .non-suresnois
{
    width: 150px;
    margin: auto;
    padding: 2px;
    background-color: #ff8040;
    border-radius: 15px
}

@media screen and (max-width: 851px)
{
#tarifs .item
{
    width: 100%;
    font-size: 90%;
}
}
/* Tarifs */

/* Inscriptions */
#inscriptions
{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 20px;
}

#inscriptions .item
{
    display: flex;
    flex-direction: column;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    overflow: hidden;
    background-image:
    /* lignes verticales/horizontales */
    repeating-linear-gradient(95deg, rgba(26,123,166,0.1) 0 1px, transparent 1px 50px),
    repeating-linear-gradient(5deg,  rgba(26,123,166,0.1) 0 1px, transparent 1px 50px);
    background-size: auto;
    border-bottom-right-radius: 30px;
    border: 1px solid rgba(0,0,0,0.3);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

#inscriptions .item h3
{
    margin: 0;
}

#inscriptions .item:hover
{
    background-color: rgb(26,123,166,0.1);
}

#inscriptions .item .lien
{
    margin-top: auto;
    text-align: center;
}

/* Inscriptions */


/* Footer */
#footer
{
    display: table;
    width: 100%;
    min-height: 100px;
    background-color: rgba(255,255,255,0.95);
    background-image:
    /* lignes verticales/horizontales */
    repeating-linear-gradient(95deg, rgba(26,123,166,0.1) 0 1px, transparent 1px 50px),
    repeating-linear-gradient(5deg,  rgba(26,123,166,0.1) 0 1px, transparent 1px 50px);
    background-size: auto;
    background-position: top;
    box-shadow: 5px 5px 32px -9px rgba(0,0,0,0.81);
}

#footer .block
{
    display: table-cell;
    width: 33%;
    padding: 15px;
    vertical-align: middle;
    text-align: center;
}

#footer .block .reseaux
{
    display: flex;
    justify-content: center;
    flex: 0 0 60px;
    align-items: center;
    gap: 20px;
    text-align: center;
}
/* Footer */

.mention-rgpd
{
    padding: 15px;
    box-sizing: border-box;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

/* ---------------------------------------------------------- */

/* === ANIMATIONS === */
@keyframes fondu-fond {
  to { opacity: 1; }
}

@keyframes bande-traverse {
  0% {
    opacity: 0;
    transform: translateX(100%) rotate(-15deg);
  }
  100% {
    opacity: 1;
    transform: translateY(-25vh) rotate(-15deg); /* <- remonte jusqu’au centre */
  }
}

@keyframes fade-in {
  to { opacity: 1; }
}

@keyframes contenu-in {
  to { opacity: 1; }
}
/* Animation très légère */
