*{
    max-width: 1080px;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
}

main {
    height: 100%;
}
/*header*/

header
{
    width: 100%;
    height: 65px;
    display: flex;
    background-color: #0C183F;
    justify-content: flex-end;
}

nav
{
    margin: 15px;
}

nav ul
{
    display: flex;
    margin: 0;
    justify-content: flex-end;
}

nav li
{
    display: inline-block;
    justify-content: space-between;
    list-style: none;
    margin: 10px;
}

a
{
    color: white;
    text-decoration: none;
}
a:hover
{
    color: #0680be;
    text-decoration: none;
}
a:active
{
    color: #0681be88;
    text-decoration: none;
}


/*footer*/

footer
{
   background-color: #0C183F;;
   display: flex;
   justify-content: center;
}
footer p 
{
    color: white;
    margin: 10px;
    z-index: 2;
}

footer li{
    margin: 10px;
    justify-content: center;
    z-index: 1;
    text-decoration: none;
    list-style: none;
}
footer li a{
    text-decoration: none;
    list-style: none;
}

#imagefooter
{
    width: 5%;
    z-index: 5;
}

/*index - acceuil*/
#titre1{
    display: flex;
    flex-wrap: nowrap;
}
#titre1 img{
    display: flex;
    width: 106px;
    height: 87px;
    margin-left: -80px;
}

#equipe2025 img
{
    width: 50%;
    border-radius: 15px;
    margin: auto;
    display: block;
    margin-top: 20px;
    z-index: 100;
    box-shadow: 5px 10px 10px 0px #0681be88;

}
#equipe2025 p
{
    margin-top: 10px;
    text-align: center;
    color: gray;
}

main h2
{
    color: #0680be;
    text-decoration: underline;
    margin-left: 50px;
}
main p
{ 
    margin-bottom: 10px;
    margin-left: 25px;
    margin-right: 25px;
    z-index: 2;
}

#plan 
{
    display: flex;
    justify-content: center;
    z-index: 2;
}

#enzo
{
    display: inline;
}


#coach
{
    margin-top : 10px;
    height: 200px;
    width: 100%;
    border-radius: 23px;
    display: flex;
    margin-bottom: 20px;
    background-color: #0680be;
    box-shadow: 0 4px 15px #0C183F;
    transition: transform 0.3s ease;
    position: relative;
    overflow: hidden;
}
#coach img
{
    position: absolute;
    top: 8px;
    left: 5px;
    border-radius: 15px;
    z-index: 2;
}
#coach h3
{
    display: flex;
    top: 10px;
    left: 550px;
    position: absolute;
    z-index: 1;
}
#coach p
{
    display: flex;
    top: 50px;
    left: 300px;
    position: absolute;
    z-index: 3;
}

#capitaine
{
    height: 200px;
    width: 100%;
    border-radius: 23px;
    display: flex;
    margin-bottom: 20px;
    background-color: #0C183F;
    box-shadow: 0 4px 15px #0681be;
    transition: transform 0.3s ease;
    position: relative;
    overflow: hidden;
}
#capitaine img
{
    position: absolute;
    left: 25px;
    top: 8px;
    border-radius: 15px;
    z-index: 2;
}
#capitaine h3
{
    display: flex;
    top: 10px;
    left: 550px;
    position: absolute;
    z-index: 1;
    color: white;
}
#capitaine p
{
    display: flex;
    top: 50px;
    left: 300px;
    position: absolute;
    z-index: 3;
    color: white;
}

#maprefere
{
    height: 200px;
    width: 100%;
    border-radius: 23px;
    display: flex;
    margin-bottom: 20px;
    background-color: #0681be;
    box-shadow: 0 4px 15px #0C183F;
    transition: transform 0.3s ease;
    position: relative;
    overflow: hidden;
}
#maprefere img
{
    position: absolute;
    width: 155px;
    left: 50px;
    top: 3px;
    border-radius: 15px;
    z-index: 2;
}
#maprefere h3
{
    display: flex;
    top: 10px;
    left: 550px;
    position: absolute;
    z-index: 1;
}
#maprefere p
{
    display: flex;
    top: 50px;
    left: 300px;
    position: absolute;
    z-index: 3;
}

#nosderniersmatchs
{
    height: 240px;
    width: 100%;
    background-color: white;
    position: relative;
}
#nosderniersmatchs iframe
{
    display: inline;
    position: relative;
    justify-content: space-between;
    margin-left: 50px;
    margin-top: -05px;
    
}

#videokess img
{
    width: 100px;
}

/*donnees*/
#titre2{
    display: flex;
    flex-wrap: nowrap;
}
#titre2 img{
    display: flex;
    width: 70.2px;
    height: 41.02px;
    margin-top: 15px;
    margin-left: -100px;
}
h1 
{ 
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; 
    left: 50%;
    right: 50%;
}

#tableaudonnee
{
    padding: 25px;
}

.nom {
    color: #0C183F;
    font-weight: bold;
}

table thead{
    background-color:#0C183F;
    color: white;
}


#montableau tr:nth-child(even) {
    background-color: #0680be;
}



/*contact*/
#fond{
    display: flex;
    flex-wrap: wrap;
    background-color: white;
    max-width: 400px;
    border-radius: 15px;
    box-shadow: 5px 10px 10px 0px #0681be88;
    margin-bottom: 100px;
}
#fond #php{
    color: #0680be;
    margin-top: 2px;
}
form{
    max-width: 300px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    box-sizing: border-box;
    
}

#qui{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
#qui h7{
    display: flex;
    width: 100%;
}
#perso{
    display: flex;
    width: 100%;
    align-items: flex-start;
}
#perso label{
    display: flex;
    margin-left: -50px;
}
#perso input{
    display: flex;
    margin-left: -60px;
}
#fan1{
    display: flex;
    width: 100%;
    align-items: start;
}
#fan1 label{
    display: flex;
    margin-left: -165px;
}
#fan1 input{
    display: flex;
    margin-left: -60px;
}
#photographe1{
    display: flex;
    width: 100%;
    align-items: start;
}
#photographe1 label{
    display: flex;
    margin-left: -100px;
}
#photographe1 input{
    display: flex;
    margin-left: -60px;
}
#autre1{
    display: flex;
    width: 100%;
    align-items: start;
}
#autre1 label{
    display: flex;
    margin-left: -150px;
}
#autre1 input{
    display: flex;
    margin-left: -60px;
}


form #en-tete{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 10px;
    gap: 20px;

}
form #bouton input{
    background-color: #0C183F;
    color: white;
    font-weight: bold;
    font-size: 15px;
    border-radius: 15px;
    box-shadow: 10px;
    width: 300px;
    height: 50px;
    margin-bottom: 10px;
    margin-top: 10px;
}

form #maxime{
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 100%; 
    flex-wrap: wrap;
    position: relative;
    align-items: flex-start;
}

form #en-tete input,
form #maxime textarea,
form #maxime input {
    width: 100%;
    margin-bottom: 10px;
}

form #en-tete input {
    display: flex;
    justify-content: space-around; 
    gap: 10px;
}
#photos
{
    height: 239px;
}
#kaja img{
    display: flex;
    position: fixed;
    margin-top: -10px;
    left: 27%;
    width: 190px;
    background-attachment: local;
}

#main2 {
    height: 100%;
    margin-bottom: 170px;

}

#marge1 {
    margin-top: 10px;
    margin-bottom: 10px;
}

#raison{
    display: flex;
    flex-wrap: wrap;
}
#raison h7{
    display: flex;
    width: 100%;
}
#renseignement1{
    display: flex;
    width: 100%;
}
#renseignement1 label{
    display: flex;
    margin-left: -50px;
}
#renseignement1 input{
    display: flex;
    margin-left: 15px;
}
#modification1{
    display: flex;
    width: 100%;
}
#modification1 label{
    display: flex;
    margin-left: -70px;
}
#modification1 input{
    display: flex;
    margin-left: 15px;
}
#autre2{
    display: flex;
    width: 100%;
    align-items: start;
}
#autre2 label{
    display: flex;
    margin-left: -210px;
}
#autre2 input{
    display: flex;
    margin-left: 15px;
}

/* galerie */
#imageforme {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

#imageforme img {
    width: 150px;  
    height: 150px;
    object-fit: cover;
    object-position: center;
    margin-top: 1rem;
    filter: grayscale(0.5);
    border-radius: 10px;
}

#imageforme img:hover {
    transform: scale(1.3);
    filter: grayscale(0);
}

/*partenaires*/
#titre5{
    display: flex;
    flex-wrap: nowrap;
}
#titre5 img{
    display: flex;
    width: 40.25px;
    height: 59.5px;
    margin-left: -380px;
    margin-top: 2px;
}

.part-content {
    padding: 50px;
}

.part-content h1 {
    margin-bottom: 30px;
}

.part-pers-g, .part-pers-d {
    border-radius: 23px;
    display: flex;
    margin-bottom: 50px;
    background-color: #0681be91;
    box-shadow: 0 4px 15px #0C183F;
    transition: transform 0.3s ease;
    position: relative;
    overflow: hidden;
}

.part-pers-g:hover, .part-pers-d:hover {
    transform: scale(1.05);
}

.part-pers-g img {
    width: 250px;
    object-fit: cover;  
    border-bottom-left-radius: 23px;
    border-top-left-radius: 23px;
}

.part-pers-d img {
    width: 250px;
    object-fit: cover;  
    border-bottom-right-radius: 23px;
    border-top-right-radius: 23px;
}

.part-pers-g .part-text, .part-pers-d .part-text {
    width: 100%;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.part-pers-d .part-text {
    align-items: flex-end;
}

.part-text {
    text-align: justify ;
}

.part-text button { 
    padding: 12px 20px;
    font-size: 16px;
    color: white;
    background-color: #0C183F;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.part-text button:hover { 
    background-color: #0C183F;
}

.part-nom {
    font-size: 25px;
    font-weight: bold;
}

.part-desc {
    font-weight: 300;
    margin-bottom: 10px;
}

.desc-groupe {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
}

.part-button-1{
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.part-button-2{
    display: flex;
    flex-direction: column; 
    align-items: center;
}

.part-button-2 p {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
}

.part-button-2 button {
    padding: 12px 20px;
    font-size: 16px;
    color: white;
    background-color: #0C183F;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.part-button-2 button:hover { 
    background-color: #0C183F;
}

.img-margaux, .img-lauren, .img-enzo, .img-charlotte {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.15;
    pointer-events: none;
}

.img-margaux{
    background-image: url("../images/pfp/soccer.png");
    transform: rotate(336deg);
    width: 400px;
    height: 400px;
    bottom: -78px;
    right: -63px;
}
.img-lauren{
    background-image: url("../images/pfp/alnst_logo1.png");
    transform: rotate(25deg);
    width: 600px;
    height: 600px;
    bottom: -159px;
    right: 566px;
}
.img-enzo{
    background-image: url("../images/pfp/nerv.png");
    transform: rotate(336deg);
    width: 400px;
    height: 400px;
    bottom: -70px;
    right: -50px;
}
.img-charlotte{
    background-image: url("../images/pfp/conanlogo.png");
    transform: rotate(35deg);
    width: 600px;
    height: 600px;
    bottom: -188px;
    right: 546px;
}

/*jeu*/
#carte {
    width: 150px;
    height: 150px;
    perspective: 1000px; 
    display: inline-block;
    cursor: pointer;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    margin-left: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}
#validation {
    display: none;
}
#faces {
    width: 150px;
    height: 150px;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.6s;
}
#avant , #arriere {
    width: 150px;
    height: 150px;
    position: absolute;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
}
#avant {
    background: #0C183F;
    color: white;
    box-shadow: 0 4px 8px #0681be88;
}
#arriere {
    background: #0680be;
    color: white;
    transform: rotateY(180deg);
    box-shadow: 0 4px 8px #4c75fa;
}
#validation:checked + #faces {
    transform: rotateY(180deg);
}
#avant h6 , #arriere h6{
    margin-right: 5px;
    margin-left: 5px;
}
  
#titre6{
    display: flex;
    flex-wrap: nowrap;
}
#titre6 img{
    display: flex;
    width: 84px;
    height: 42px;
    margin-left: -490px;
    margin-top: 10px;
} 

/*crédits*/
#credit a{
    color: #3357cc;
}
#titre7{
    display: flex;
    flex-wrap: nowrap;
}
#titre7 img{
    display: flex;
    width: 31.25px;
    height: 56px;
    margin-left: -200px;
}