*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

.bureau{
    display: none;
    visibility: hidden;
}

body{
	overflow-x: hidden;
    background: black;
}

.navbar{
    position: fixed;
    top: 0;
    left: 0;
    height: 10vh;
    width: 100%; 
    background: linear-gradient(0deg, #ffdc17, yellow);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
    z-index: 200;
}

.navbar img{
	height: 9vh;
}

.navbar .logo{
    transition: all .2s ease-in-out;
}

.navbar .logo:hover{
    transform: scale(1.2);
}

.navbar .gauche{
    content: "";
}

.navbar .align-droite{
    text-align: right;
}

.wrapper {
    z-index: 10;
    width: 100%;
    /*height: math(100% - 10vh);*/
    min-height: 90vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: absolute;
    top: 10vh;
    left: 0;
}

.wrapper-bis{
    /*height: math(100% - 20vh);*/
    margin-top: 8vh;
    font-size: 2rem;
    justify-content: space-evenly;
}

.wrapper-bis a{
    font-size: 2rem;
}

.wrapper ul{
    padding: 0;
    display: flex;
    flex-direction: column;
    margin: 0;
    transition: all 0.2s ease-out;
}

.wrapper li{
    display: block;
    justify-content: center;
    align-items: center;
    list-style: none;
    border: yellow 2px solid;
      transition: 0.5s;
      height: 9vh;
      line-height: 9vh;
    border-radius: 20px 5px;
    text-align: center;
    font-size: 20px;
    font-size: max(20px, min(4vw, 4.5vw)); 
	font-size: clamp(20px, 4vw, 4.5vw);
    margin: 1vw 1vw;
    padding: 1vw;
    text-shadow: 0 0 10px black;
}

.wrapper-bis li{
    margin-left: 3vw;
    margin-right: 3vw;
}

.wrapper li:hover{
    box-shadow: 0 0 min(4vw, 4vh) yellow;
	/*text-shadow: 0 0 10px yellow,
				 0 0 10px yellow;*/
    /*transform: perspective(500px) rotateX(10deg);
                    transition: transform 1s ease 0s;*/
}

.wrapper nav{
    width: 100vw;
}

.wrapper a{
    color: white;
    font-weight: bold;
    /*text-transform: uppercase;*/
	font-family: Arial;
	margin: 0;
	font-size: 2rem;
	/*font-style: italic;*/
}

.li-partie-gauche{
    line-height: 9vh;
}

.li-partie-gauche img{
    position: absolute;
    left: 6vw;
    height: 8vh;
    /*transform: skew(-40deg, 0deg) scale(1.5, 1);*/
    z-index:1;
    border: 2px solid yellow;
    border-radius: 20px 5px;
    margin: auto;
}

.li-partie-droite{
        position: absolute;
		right: 0;
		font-family: Impact;
		padding-right:6vw;
}

.europe, .afrique, .am_nord, .am_sud, .asie, .oceanie{
    background: black;
    /*border: solid 5px white;*/
    border: yellow 2px solid;
    border-radius: 20px 5px;
    margin: 2vh;
    height: 25vh;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: italic;
	font-family: Arial;
    font-size: 20px;
    font-size: max(20px, min(4vh, 8vh)); 
	font-size: clamp(20px, 4vh, 8vh);
    background-repeat: no-repeat;
  	background-position: center;
    /*text-shadow: 0.2vh 0 #000, -0.2vh 0 #000, 0 0.2vh #000, 0 -0.2vh #000,
      0.2vh 0.2vh #000, -0.2vh -0.2vh #000, 0.2vh -0.2vh #000, -0.2vh 0.2vh #000;*/
    text-shadow: 0 0 10px black;
    background-size: contain;
    text-align: center;
}

.europe:hover, .afrique:hover, .am_nord:hover, .am_sud:hover, .asie:hover, .oceanie:hover{
    /*background: yellow;
    color: black;
    text-shadow: 0.4vh 0 yellow, -0.4vh 0 yellow, 0 0.4vh yellow, 0 -0.4vh yellow,
    0.4vh 0.4vh yellow, -0.4vh -0.4vh yellow, 0.4vh -0.4vh yellow, -0.4vh 0.4vh yellow;*/
    transition: all 0.5s ease-in-out;/*
    background-repeat: no-repeat;
  	background-position: center;
    background-size: contain;*/
    box-shadow: 0 0 min(4vw, 4vh) yellow;
        /*text-shadow: 0.2vh 0 #000, -0.2vh 0 #000, 0 0.2vh #000, 0 -0.2vh #000,
        0.2vh 0.2vh #000, -0.2vh -0.2vh #000, 0.2vh -0.2vh #000, -0.2vh 0.2vh #000, 0 0 10px yellow,
					0 0 10px yellow;*/
                    transform: perspective(500px) rotateX(10deg);
                    transition: transform 1s ease 0s;
}
.europe{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/uefa-logo.png");
    background-size: contain; 
    background-position: center;
}

.europe:hover{
    background-image: url("images/uefa-logo.png");
    transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 0.2s; 
}

.afrique{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/caf-logo.png");
    background-size: contain; 
    background-position: center;
}

.afrique:hover{
    background-image: url("images/caf-logo.png");
    transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 0.2s; 
}

.am_sud{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/conmebol-logo.png");
    background-size: contain; 
    background-position: center;
}

.am_sud:hover{
    background-image: url("images/conmebol-logo.png");
    transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 0.2s;    
}

.am_nord{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/concacaf-logo.png");
    background-size: contain; 
    background-position: center;

}

.am_nord:hover{
    background-image: url("images/concacaf-logo.png");
    transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 0.2s;    
}

.asie{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/afc-logo.png");
    background-size: contain; 
    background-position: center;

}

.asie:hover{
    background-image: url("images/afc-logo.png");
    transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 0.2s;    
}

.oceanie{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/ofc-logo.png");
    background-size: contain; 
    background-position: center;

}

.oceanie:hover{
    background-image: url("images/ofc-logo.png");
    transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 0.2s;    
}

.menu{
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.888);
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

.mobile-menu{
    visibility: visible;
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100vw;
    height: 100vh;
}



.menu p{
    border: 2px white solid;
    border-radius: 10px;
    padding: 2rem;
    margin: 2rem;
    background-color: black;
    box-shadow: 0px 0px 10px white;
    color: white;
}

.menu a{
    color: yellow;
    font-weight: bold;
}

.menu-image{
    transform: rotate(45deg);
    transition: all 1s;
}

.barre{
    position: fixed;
    top: 10vh;
    left: 0;
    height: 7vh;
    width: 100%;
    background: #ffdd17;
    display: flex;
    color: black;
    justify-content: space-around;
    align-items: center;
    z-index: 190;
}

.barre h1, .barre a{
    color: black;
    font-weight: bold;
    text-transform: uppercase;
	font-family: Arial;
	margin: 0;
	font-size: 1.5rem;
	font-style: italic;
}

.utilisateur{
    background: rgb(0,0,0);
    background: linear-gradient(302deg, rgba(0,0,0,1) 0%, rgba(65,69,0,1) 50%, rgba(0,0,0,1) 71%); 
    display: flex;
    justify-content: center;
    list-style: none;
    border: yellow 2px solid;
      transition: 0.5s;
      /*height: 9vh;
      line-height: 9vh;*/
    border-radius: 20px 5px;
    text-align: left;
    font-size: 20px;
    font-size: max(20px, min(4vw, 4.5vw)); 
	font-size: clamp(20px, 4vw, 4.5vw);
    margin: 1vw;
    margin-left: 3vw;
    margin-right: 3vw;
    padding: 1vw;
    color: white;
    text-shadow: #000 0px 0px;
    font-family: Arial, Helvetica, sans-serif;
}

.utilisateur img{
    float: left;
    width: 100px;
    height: 100px;
    border: 5px solid yellow;
    border-radius: 20px 5px;
    margin: 10px;
}

.utilisateur div{
    margin: 10px;
}

.pseudo{
    font-size: 1.1em;
    font-weight: bold;
}

.arobase, .abo{
    font-size: 0.8em;
    font-weight: bold;
    color:yellow;
}

.fiche{
    width: 100%;
}

.bio{
    font-size: 0.6em;
    margin-top: 0.6em;
}

.utilisateur:hover{
    box-shadow: 0 0 min(4vw, 4vh) yellow;
    transform: perspective(500px) rotateX(10deg);
  transition: transform 1s ease 0s;
}

@media (orientation: landscape) {
    
    .wrapper {
        height: 100vh;
        width: 90vw;
        display: grid;
        grid-template-rows: 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        position: absolute;
        top: 0;
        left: 10vw;
    }

    .wrapper nav{
        width: 90vw;
    }

    .navbar{
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 10vw;
        background: linear-gradient(267deg, #ffdc17, yellow);
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr 1fr;
        align-items: center;
    }

    .europe, .afrique, .am_nord, .am_sud, .asie, .oceanie{
        width: 25vw;
        height: 45vh;
    }

    .navbar .align-droite{
        text-align: center;
    }

    .navbar .logo{
        width: 9vw;
        height: auto;
        transition: all .2s ease-in-out;
        padding-left: 1vw;
    }
    
    .navbar .logo:hover{
        transform: scale(1.2);
    }

    .barre{
        top: 0vh;
    }

    #tablette div:first-child{
        width: 88vw;
    }

}

@media (min-width : 1023.9px){
    .mobile{
        display: none;
        visibility: hidden;
    }
    .bureau{
        display: contents;
        visibility: visible;
    }
    
    body{
        background-color: black;
		min-height: 100vh;
    }

    .navbar-bureau{
        text-align: center;
    }

    .navbar-bureau ul{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        background: linear-gradient(0deg, #ffdc17, yellow);
        color: black;
        position: fixed;
        z-index: 300;
        top: 0;
        left: 0;
        height: 10vh;
        width: 100vw;
        align-items: center;
    }

    .navbar-bureau img{
        height: 9vh;
    }

    .navbar-bureau a{
        color: black;
        font-weight: bold;
        text-transform: uppercase;
        font-family: Arial;
        margin: 0;
        font-size: 1.3vw;
        font-style: italic;
    }

    .barre{
        position: fixed;
        top: 10vh;
        left: 0;
        height: 7vh;
        width: 100%;
        z-index: 250;
    }

    .wrapper-bureau{
        position: absolute;
		top: 18vh;
		width: 100%;
		background: linear-gradient(0deg, #111111, black);
        display: flex;
        flex-flow: row wrap;
        justify-content: space-evenly;
        align-items: center;
        min-height: 90vh;
        font-family: Arial, Helvetica, sans-serif;
        color: white;
        font-size: 2vw;
    }

    .continent_liste{
		border: #f0c80c 2px solid;
  		transition: 0.5s;
  		height: 20vh;
  		font-size: 1rem;
  		border-radius: 20px 5px;
		color: white;
		width: 20%;
		background-color: black;
		text-align: center;
		margin: 2vw 2vh;
		z-index : 10;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		font-family: arial;
		font-weight: bold;
		color: white;
		font-size: 2vw;
		text-shadow: 0 0 10px black;
	}

	.continent_liste:hover{
		box-shadow: 0 0 min(4vw, 4vh) yellow;
		text-shadow: 0 0 10px yellow,
					0 0 10px yellow;
	}

	.continent_liste a{
		text-decoration: none;
		color: white;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height:100%;
	}

    .defil-texte::after{
		content: '';
		animation: change-text 9s infinite;
		font-size: max(1.1em, 3.5vw);
		font-family: arial;
		color: white;
		font-style: italic;
		font-weight: bold;
	}

	@keyframes change-text {
	    from   { content: 'Europe'; }
	    16%  { content: 'Europe'; }
	    33%  { content: 'Asie'; }
	    49%  { content: 'Afrique'; }
	    66% { content: 'Océanie'; }
	    82% { content: 'Amérique du Nord'; }
	    to { content: 'Amérique du Sud'; }
	}

	.atclubs{
		color: black;
		font-style: italic;
		font-weight: bold;
		background: linear-gradient(0deg, #ffdc17, yellow);
		padding: min(10px, 2vw);
		border-radius: 20px;
	}

    .carte-container {
        position: relative;
        height: 350px;
        width: 250px;
    }

    .carte-container::before{
        position: absolute;
        width: 120%;
        height: 115%;
        background-color: black;
        border: 3px solid white;
        content:"";
        display: block;
        top:-27px;
        left:-27px;
        border-radius: 20px 5px;
    }

    .carte-container::after{
        position: absolute;
        content: "Top";
        top: -60px;
        left: -20px;
        color: white;
    }

    .carte-container:hover .utilisateur-carte {
        transform: rotateY(180deg);
    }

    .utilisateur-carte{
        border: 1px solid black; 
        outline: 8px solid rgb(169,171,0);
        box-shadow: 0px 0px 5px white;
        /*border-style: double;*/
        border-radius: 20px 5px;
        background: rgb(169,171,0);
        background: linear-gradient(348deg, rgba(169,171,0,1) 0%, rgba(255,253,0,1) 50%, rgba(169,171,0,1) 100%);
        /*background: rgb(2,0,36);
        background: linear-gradient(180deg, rgba(2,0,36,1) 30%, rgba(194,196,0,1) 50%, rgba(244,255,0,1) 100%);*/ 
        position: absolute;
        height: 100%;
        width: 100%;
        transition: all 0.3s ease;
        transform-style: preserve-3d;
    }

    .utilisateur-carte:hover{
        box-shadow: 0 0 min(6vw, 6vh) rgb(255, 255, 126),
                    0 0 min(4vw, 4vh) rgb(255, 255, 126),
                    0 0 min(4vw, 4vh) rgb(255, 255, 126);
    }

    .carte-recto {
        position: absolute;
        height: 100%;
        width: 100%;
        background-image: url(images/logo.png), linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.8));
        /*background: black url(images/logo.png);*/
        border-radius: 20px 5px;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        backface-visibility: hidden;
    }
    .carte-verso {
        position: absolute;
        height: 100%;
        width: 100%;
        border-radius: 5px 20px;
        backface-visibility: hidden;
        transform: rotateY(-180deg);
    }

    .nombre_abo{
        position: absolute;
        margin-top:8vh;
        font-size:1.5vh;
        color:#FFFFFFCC;
    }

}