html {
    background-color: #0F172A;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

p, h1, h2, h3{
    color:white;
}

a {
    color: #19BEEC;
}

a:hover{
    color : white;
    cursor: pointer;
}

span {
    color: #19BEEC;
}

h1 {
    text-align: center;
}

h3 {
    text-align: center;
    font-style:italic;
}

main {
    margin-left: 10%;
    margin-right: 10%;
    display:block;
}

#jeux section {
    background-color: #1E293B;
    margin-bottom: 15px;
    display: block;
    border-radius: 4px;
}

.button {
    text-decoration: none;
    border: none;
    color: #1E293B;
    padding: 3px 3px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    border-radius: 4px;
    
}


.button:hover {
    cursor: pointer;
}

#vert {
    background-color: #A3E635; /* vert */
}

#blue {
    background-color: #FB7185; /* RED */
}

#red {
    background-color: #FACC15; /* Yellow */
}

#bleu {
    background-color: #38BDF8;
}



#Maestro {
    display: block;
}

#Maestro img {
    float: left;     
    display: block;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 17%;
    height: auto;
}

.gallery-container {
    display: grid;
    grid-template-columns: repeat(3, 33%);
   
}

.bientot{
    text-align:center;
}

.card {
    width: 95%;
    height: 95%;
    background-color: #1E293B;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 30px;
    transition: transform .2s;
}

.card:hover {
    transform: scale(1.2); 
}

.card img {
    width: 100%;
    height: auto;
    border-radius: 5px 5px 0px 0px;
}

.card p {
    margin:10px;
    text-align:justify;
    font-size: 13px;
}

.lien {
    display: flex;
    margin-left: 25%;
    
}

div.icone {
    position: fixed;
    margin-left: 2.5%;
    bottom:40%;
    width: 15vh;  
}


.icone img {
    width:50%;
    display:block;   
}



#home{
    top: 6%;
    position: fixed;
    margin-left: 2.5%;
   display: inline-block;
}

#home img{
    width: 30px;
}



/*Game play*/


section-menu {
    margin-top:3%;
    width: 20vh;
    display: block;
    position: fixed;
    margin-left: -8%;
}

section-menu .home{
    width:30px;
    height:auto;
}
section-menu iframe{
    margin-top:15%;
    height: 85vh;
}

#menuHead {
    display: inline-block;
}

#gameplayHead {
    display: flex;
    margin: auto;
    justify-content: center;
    margin-top: 30px;
}

#gameplayHead img{
    width: 60px;
    height: auto;
}

#gameplayHead h1{
  margin:0;
  bottom:2%
}


#gameplayHead img, #gameplayHead h1 {
    display: inline-block;
}


header h1 {
    text-align: center;
}

section-b {
    width: 70%;
    display: block;
    margin-left: 20px;
    right: 0%;
    position: absolute;
    right: 25px;
}


iframe {
    margin: auto;
    display: block;
    margin-bottom: 15px;
}
section-un {
    width: 47%;
    height: 100%;
    float: left;
    margin-left: 3%;
}

section-deux {
    width: 47%;
    height: 100%;
    float: right;
    margin-left: 2%;
}


section-b p {
    max-width: 85%;
    text-align: justify;
    margin-left: 5%;
    margin-right: 10%
}


/*presskit*/

.presskit{
    margin-bottom: 5%;
}

li{
    margin-bottom: 10px;
    color:white;
    text-align: center;
    margin-right: 50px;
}

ul {
  list-style-position: inside;

}

