/* cmsms stylesheet: 1-Design modified: vendredi 10 avril 2026 12:50:51 */
@font-face {
    font-family: "opensans";
    src: url(https://tennis-club-mont-valerien-suresnes.fr/uploads/_interface/polices/OpenSans.woff2) format('woff2');
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url(https://tennis-club-mont-valerien-suresnes.fr/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://tennis-club-mont-valerien-suresnes.fr/uploads/_interface/images/fond-complet.jpg');
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    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: 220%;
    font-weight: 100;
    font-family: "Montserrat";
}

h2
{
    color: #003b68;
    font-size: 190%;
    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;
}

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: 110%;
    font-weight: bold;
    text-align: left!important;
}

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

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

table tbody tr:nth-of-type(odd)
{
    background-color: rgb(26,123,166,0.30);
    transition: all 200ms ease-in;
}

table tbody tr:nth-of-type(odd):hover
{
    background-color: rgb(26,123,166,0.60);
    transition: all 200ms ease-out;
}

table tbody tr:nth-of-type(even)
{
    background-color: transparent;
    transition: all 200ms ease-in;
}

table tbody tr:nth-of-type(even):hover
{
    background-color: rgb(26,123,166,0.60);
    transition: all 200ms ease-out;
}

/* Tableau */


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

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

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

.deroulant
{
    font-size: 16px;
    color: #ff8040;
}

.rouge
{
    color: red;
}

.orange
{
    color: #ff8040;
}

.bleu
{
    color: #003b68;
}

.strong
{
    font-weight: bold;
}

.center
{
    text-align: center;
}

.left
{
    text-align: left;
}


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

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

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: 200%;
    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%;
}

#header .rs img
{
    opacity: 0.8;
}

#header .rs img:hover
{
    opacity: 1;
}

/* 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 */

.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;
    
}

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

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

/* Mise en avant */
#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: 100%;
    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;
}
/* Mise en avant */

/* Actualités */
#actualites
{
    display: flex;
    align-items: 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;
}

#actualites .item .info
{
    width: 90%;
    margin-top: 5px;
    text-align: right;
    box-sizing: border-box;
    padding: 5px;
}
/* Détails */
#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
{
    text-align: justify;
    text-align-last: left;
}

/* 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;
}
/* 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
{
    width: 55%;
    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
{
    width: 45%;
    height: 100%;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    box-sizing: border-box;
}

/* 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;
}
/* 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: 30px;
    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);
}

.titre
{
    text-align: left;
}

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

#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;
}


/* 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
}
/* Tarifs */

/* 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 */

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

/* === 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 */
