/* cmsms stylesheet: 1- Design modified: Saturday, June 28, 2025 12:38:32 PM */
@font-face {
    font-family: "opensans";
    src: url(https://www.gvsuresnes.com/uploads/_interface/polices/OpenSans.woff2) format('woff2');
}

html
{
    width: 100%;
    margin: 0;
    padding: 0;
}

body
{
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: Helvetica;
    font-size: 120%;
    color: #263b91;
    background-image:  url(https://www.gvsuresnes.com/uploads/images/arriere-plan/fond.jpg);
    background-attachment: fixed;
    background-size: 100% auto;
    overflow-x: hidden;
}

h1, h2, h3
{
    color: #abd04d;
    font-family: "Trebuchet MS";
    text-transform: uppercase;
}


h2
{
    text-align: left;
}

a
{
    color: #263b91;
    text-decoration: none;
    transition: 400ms;
}

a:hover
{
    color: #abd04d;
    text-decoration: underline;
    transition: 400ms;
}

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

table
{
    width: 100%;
    border-collapse: collapse;
}

caption
{
    color: #abd04d;
    font-weight: bold;
}

legend
{
    text-transform: uppercase;
    font-weight: bold;
}

input[type="text"],input[type="email"]
{
    width: 100%;
    max-width: 300px;
    height: 35px;
}

textarea
{
    width: 100%;
    max-width: 500px;
    height: 150px;
}

.ligne:nth-child(odd)
{
    background-color: rgb(42,41,41,0.1);
    transition: all 200ms ease-in;
}

.ligne:nth-child(odd):hover
{
    background-color: #abd04d;
    transition: all 200ms ease-out;
}

.ligne:nth-child(even)
{
    background-color: transparent;
    transition: all 200ms ease-in;
}

.ligne:nth-child(even):hover
{
    background-color: #abd04d;
    transition: all 200ms ease-out;
}

.left
{
    text-align: left;
}

.rouge
{
    color: red;
    font-weight: bold;
}

.bouton
{
    min-width: 150px;
    padding: 15px;
    background-color: #abd04d;
    border: 1px solid #abd04d;
    font-size: 140%;
    color: white;
    transition: 400ms;
}

.bouton:hover
{
    background-color: #263b91;
    border: 1px solid #263b91;
    color: white;
    transition: 400ms;
    cursor: pointer;
}

.fond-blanc
{
    width: 85%;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 30px;
    background-color: rgba(255,255,255,0.9);
    text-align: center;
}

@media screen and (max-width: 820px)
{
.fond-blanc
{
    width: 100%;
}
}

.fond-bleu
{
    background-color: #4DC3D1;
    color: white!important;
}

.fond-bleu a
{
    color: white;
}

.fond-bleu a:hover
{
    color: #abd04d;
    text-decoration: underline;
    transition: 400ms;
}

.contenu
{
    width: 90%;
    min-height: 600px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: auto;
}

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

.citation
{
    width: 100%;
    min-height: 60px;
    display: table;
    font-family: Tahoma;
    background-color: #4DC3D1;
    font-style: italic;
    text-transform: uppercase;
    color: white;
}

.citation p
{
    display: table-cell;
    vertical-align: middle;
}


/* Menu */
#menu-responsive-show, #menu-responsive-hide
{
    display: none;
    width: 65px;
    margin-top: 10px;
    text-align: center;
}


#menu
{
    width: 100%;
    height: 70px;
    background-color: rgba(255,255,255,1);
    text-align: center;
    display: table;
    position: sticky;
    top: 0;
    z-index: 5;
}

#menu .logo
{
    width: 5%;
    display: table-cell;
    vertical-align: middle;
}

#menu .liens
{
    width: 80%;
    display: table-cell;
    vertical-align: middle;
}

#menu .liens .lien
{
    width: 15%;
    display: inline-block;
}

@media screen and (max-width: 820px)
{
#menu
{
    min-height: 70px;
    display: block;
}

#menu-responsive-show
{
    display: inline-block;
}

#menu-responsive-hide
{
    display: none;
}

#menu .logo
{
    width: 80%;
    display: inline-block;
    vertical-align: top;
    text-align: right;
}

#menu .liens
{
    display: none;
    position: absolute;
    width: 100%;
    top: 70px;
    padding-left: 10px;
    text-align: left;
    background-color: rgba(255,255,255,0.9);
}    
    
#menu .liens .lien
{
    width: 100%;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}
}
/* Menu */


/* Global */
.block
{
    display: table;
    margin-top: 30px;
    margin-bottom: 30px;
}

.titre
{
    text-align: left;
    display: table-row;
}

.texte
{
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    display: table-cell;
    vertical-align: middle;
    text-align: justify;
    text-align-last: left;
}

.photo
{
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.photo img
{
    border-radius: 30px;
}

@media screen and (max-width: 820px)
{
.block
{
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
}

.titre
{
    text-align: left;
    display: block;
}

.texte
{
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    display: block;
    vertical-align: top;
    text-align: justify;
    text-align-last: left;
}

.photo
{
    width: 100%;
    display: block;
    vertical-align: top;
    text-align: center;
}
}
/* Global */

/* Accueil */
#presentation video
{
    width: 70%;
}

@media screen and (max-width: 820px)
{
#presentation video
{
    width: 100%;
}
}


#label
{
    width: 80%;
    display: table;
    margin: auto;
}

#label div
{
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

/* Règles */
#regles .sous-block
{
    width: 30%;
    padding: 15px;
    display: inline-block;
    vertical-align: top;
}

#regles .sous-block .numero
{
    display: table-cell;
    vertical-align: middle;
    width: 10%;
}

#regles .sous-block .numero .num
{
    background-color: #4DC3D1;
    color: white;
    font-size: 35px;
    border-radius: 50%;
    padding: 10px;
    color: #263b91;
}

#regles .sous-block .sous-titre
{
    display: table-cell;
    vertical-align: middle;
    width: 90%;
}


#regles .sous-block .texte
{
    display: block;
    width: 80%;
    margin: auto;
}

@media screen and (max-width: 820px)
{
#regles .sous-block
{
    width: 90%;
    padding: 15px;
    display: inline-block;
    vertical-align: top;
}
}

/* Règles */

/* Valeurs & piliers */
#valeurs-piliers
{
    width: 100%;
}

#valeurs-piliers h3
{
    font-size: 25px;
    text-align: center;
}

#valeurs-piliers .back-bleu
{
    background-color: #4DC3D1;
}

#valeurs-piliers .back-vert
{
    background-color: #abd04d;
}

#valeurs-piliers .sous-block
{
    width: 42%;
    min-width: 425px;
    min-height: 150px;
    display: inline-block;
    vertical-align: top;
    padding: 15px;
    margin: auto;
    border-radius: 30px;
    margin: 2%;
}

#valeurs-piliers .sous-block .titre
{
    width: 100%;
    display: block;
    color: #263b91;
    font-size: 25px;
}

#valeurs-piliers .sous-block .numero
{
    width: 10%;
    display: table-cell;
    vertical-align: middle;
}

#valeurs-piliers .sous-block .numero .num
{
    background-color: white;
    color: white;
    font-size: 35px;
    border-radius: 50%;
    padding: 10px;
    color: #263b91;
}

#valeurs-piliers .sous-block .texte
{
    width: 90%;
    display: table-cell;
    vertical-align: middle;
    color: white;
}

@media screen and (max-width: 820px)
{
#valeurs-piliers .sous-block
{
    width: 90%;
    min-width: 100px;
    min-height: 150px;
    margin: 0%;
    margin-bottom: 15px;
}
}

/* Valeurs & piliers */

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

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

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

#equipe .item img
{
    border-radius: 30px;
    margin: auto;
    width: 100%;
    max-width: 275px;
    height: 100%;
    max-height: 275px;
    object-fit: cover;
}

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

@media screen and (max-width: 1600px)
{
#equipe .item img
{
    max-height: 244px;
}
}

@media screen and (max-width: 1440px)
{
#equipe .item img
{
    max-height: 220px;
}
}

@media screen and (max-width: 1367px)
{
#equipe .item img
{
    max-height: 208px;
}
}

@media screen and (max-width: 820px)
{
#equipe .item
{
    width: 45%;
    margin: 0%;
}

#equipe .item img
{
    max-height: 208px;
}
}

@media screen and (max-width: 430px)
{
#equipe .item img
{
    max-height: 183px;
}
}

#actualites, #equipe, #presentation
{
    margin-top: 30px;
    margin-bottom: 30px;
}

#actualites .item
{
    width: 30%;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #4DC3D1;
    border-radius: 30px;
}

#actualites .item .photo
{
    padding: 1%;
}

#actualites .item .info
{
    height: 30px;
    padding-top: 15px;
    background-color: #4DC3D1;
    color: white;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

@media screen and (max-width: 820px)
{
#actualites .item
{
    width: 100%;
}
}

/* Accueil */

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

#actualites .details .photos
{
    width: 40%;
    display: inline-block;
    vertical-align: top;
}

#actualites .details .texte
{
    width: 55%;
    display: inline-block;
    vertical-align: top;
}

/* Actualites - Détails */

/* Tarifs */
#tarifs .block
{
    width: 45%;
    display: inline-block;
}

@media screen and (max-width: 820px)
{
#tarifs .block
{
    width: 100%;
    display: inline-block;
}
}

/* Tarifs */

/* Horaire & lieux */
#cours .block
{
    width: 100%;
}

#cours .block .adresse
{
    font-weight: bold;
    color: #abd04d;
}

#cours .liste
{
    display: table-cell;
    width: 65%;
    vertical-align: middle;
    text-align: center;
}

#cours .liste h3
{
    color: #263b91;
}

#cours .carte
{
    display: table-cell;
    width: 35%;
    vertical-align: middle;
    text-align: center;
}

#cours .carte iframe
{
    width: 100%;
    max-width: 700px;
    height: 300px;
}

#cours .photo
{
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    text-align: center;
}


@media screen and (max-width: 820px)
{
#cours .liste, #cours .carte, #cours .photo
{
    display: block;
    width: 100%;
    vertical-align: top;
    text-align: center;
}

#cours table
{
    font-size: 90%;
}

#cours .carte iframe
{
    width: 100%;
    max-width: 700px;
    height: 300px;
}
}
/* Horaire & lieux */


/* Contact */
#contact .block
{
    width: 100%;
}

#contact .block .coordonnees, #contact .block .formulaire
{
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}

#contact .block .formulaire
{
    text-align: left;
}

#contact .form-site
{
    position: absolute;
    left: -9999px;
}


@media screen and (max-width: 820px)
{
#contact .block .coordonnees, #contact .block .formulaire
{
    display: block;
    width: 100%;
    vertical-align: top;
}
}
/* Contact */

/* Footer */
#footer
{
    width: 100%;
    background-color: rgba(255,255,255,1);
    text-align: center;
    display: table;
}

#footer .block
{
    width: 30%;
    display: table-cell;
    vertical-align: middle;
}

#footer .block ul li
{
    list-style-type: none;
    text-align: left;
}

@media screen and (max-width: 820px)
{
#footer
{
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
}

#footer .block
{
    width: 100%;
    display: block;
    vertical-align: top;
}

#footer .block ul li
{
    text-align: center;
}
}

/* Footer */
