

@font-face {
    font-family: 'Skia';
    src: url('polices/skia.ttf');
}

@font-face {
    font-family: 'helveneu';
    src: url('polices/helveneu.ttf');
}

@font-face {
    font-family: 'amatic';
    src: url('polices/amatic.ttf');
}

body
{
    font-family: skia ; cmu ; Helveneu, arial, sans-serif;

}


header
{
    height: 65px;
    background-image: <img src="https://www.zupimages.net/up/22/44/mdut.jpg", width="600",height="101">;
    font-family: skia, arial, sans-serif;
    text-align: center;
    font-size: xxx-large;
    color: white;
    font-weight: bold;
    padding: 30px;
    margin-bottom:2em;

}




div.cadre404
{
    box-shadow: 10px 10px 5px #444;
    background-color: #F1FCFD;
    border: 3px orange double;
    width: 800px;
    margin: auto;
    padding-left: 20px;

    text-align: left;
    font-size: 3em;

}


footer 
{
font-family: skia, arial, sans-serif;
text-align: center;
}




article
{
    box-shadow: 8px 8px 5px #444;
    background-color: white;
    border: 3px red double;
    width: 300px;
    margin: auto;
    text-align: center;


}

strong
{font-weight: bold;}


div.fond
{
    color: white;
    background-color: white;
    width: 1200px;
    margin: auto;
    text-align: center;

}


.centrer
{
    text-align: center;
}






h1
{
    text-align: center;

}

img
{
    display: block;
    margin-left: auto;
    margin-right: auto 
}

div.parcen
{
    width: 1200px; /* On a indiqué une largeur (obligatoire) */
    margin: auto; /* On peut donc demander à ce que le bloc soit centré avec auto */
    padding: 40px;
    text-align: left;
}

div.center
{
    margin-left: auto;
    margin-right: auto;
    width: 15em
}


p
{
    width: 1200px; /* On a indiqué une largeur (obligatoire) */
    margin: auto; /* On peut donc demander à ce que le bloc soit centré avec auto */
    text-align: justify;
    padding: 40px;
}





div {
  display: flex;
  justify-content: space-between;
  margin: 0 3em 0 3em;

}




.imagesens1:hover { transform: rotate(25deg);}

.imagesens2:hover { transform: rotate(335deg);}






.container {
    display: inline-block;
    position: absolute;
    left: 25%;
}

.container2 {
    display: inline-block;
    position: absolute;
 }

.container .text {
    z-index: 1;
    position: absolute;
    text-align: center;
    font-family: Skia;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 15%;
    color: black;
    width: 25%;
}

.container .text2 {
    z-index: 1;
    position: absolute;
    text-align: center;
    font-family: Skia;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 15%;
    color: black;
    width: 100%;
}

/*---------CSS structure de la page panthéon------------*/

.pantheon {
    display: grid;
    grid-template-columns: 50fr 50fr;
    gap: 1px 0px;
    align-items: center;
    

}

.titre {    /* serpent jaune et bleu */
    text-align: center;
    grid-column: 1 / 3;
    grid-row: 1 / 2;
}

.joueur1 {    
    text-align: center;
    grid-column: 1 / 2;
    grid-row: 2 / 3;

}
.joueur2 {    
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}

.joueur3 {    
    text-align: center;
    grid-column: 1 / 2;
    grid-row: 3 / 4;

}
.joueur4 {    
    text-align: center;
    grid-column: 2 / 3;
    grid-row: 3 / 4;

}

.joueur5 {    
    text-align: center;
    grid-column: 1 / 2;
    grid-row: 4 / 5;


}
.joueur6 {    
    text-align: center;
    grid-column: 2 / 3;
    grid-row: 4 / 5;
}

.joueur7 {    
    text-align: center;
    grid-column: 1 / 2;
    grid-row: 5 / 6;

}
.joueur8 {    
    text-align: center;
    grid-column: 2 / 3;
    grid-row: 5 / 6;
}
/*---------fin de CSS structure de la page panthéon------------*/


