@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Fira+Sans&family=Kanit:wght@900&display=swap');

h2 {
    font-family: 'Kanit', sans-serif;
    font-size: 1cm;
    color: orange;
    margin-left: 40px;
    margin-right: 40px;
}

.image{
    display: block;
    margin: auto;
    padding: 15px;
    background-color: orange;
    color: white;
    font-size: 25px;
    border: none;
    border-radius: 10px;
    margin-top: 30px;
    cursor: pointer;
}

.image a{
    color: white;
    text-decoration: none;
}
video, img{
    margin-left: 50px;
    margin-bottom: 20px;
}
section p{
    font-family: 'Fira Sans', sans-serif;
    color: white;
    margin-left: 40px;
    margin-right: 40px;
}

body{
    font-family: 'Fira Sans', sans-serif;
    background-color: rgb(16, 0, 56);
    padding: 0;
    margin: 0;
}

body .page{
    margin: 20px 80px;
}

.menu-container{
    display: flex;
    align-items: center;
    list-style: none;
}

.logo{
    display: none;
    color: white;
}

#b{
    display: none;
}

.menu-listing{
    display: flex;
    padding: 10px 20px;
    justify-content: space-between;
    list-style:none;
}
/* Barre de navigation */
nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: sticky;
    top: 0;
    background-color: black;
    padding: 10px 0px;
}

nav .onglets a{
    margin-right: 20px;
    cursor: pointer;
    text-decoration: none;
    color: white;
}

nav a span{
    color: orange;
}

nav .buttons button{
    padding: 13px 20px;
    font-size: 15px;
    border-radius: 10px;
    outline: none;
}

nav .buttons a{
    cursor: pointer;
    text-decoration: none;
    color: white;
}

nav .buttons .login{
    background: inherit;
    margin-right: 10px;
    margin-top: 10px;
    color: white;
    border: solid;
    border-color: orange;
}

nav .buttons .register{
    background: orange;
    margin-right: 10px;
    color: white;
    border: solid;
    border-color: orange;
}

nav .buttons .deconnect{
    background: inherit;
    margin-right: 10px;
    margin-top: 10px;
    color: white;
    border: solid;
    border-color: green;
}

nav .buttons .profile{
    background: green;
    margin-right: 10px;
    margin-top: 10px;
    color: white;
    border: solid;
    border-color: green;
}
/* Fin de la barre de navigation */

/* Section Principale */
.main{
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main .content .card{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
}

.main .content .card .left1{
    margin-top: 5px;
    flex: 0 0 30%;
    padding: 20px;
    background-color: black;
    border-radius: 50px;
}

main .content .card .left2{
    flex: 0 0 40%;
    margin-top: 25px;
    text-align: justify;
    padding: 10px;
    background-color: rgb(57, 57, 57);
}

.main .content .card .right1{
    flex: 0 0 40%;
    margin-top: 25px;
    text-align: justify;
    padding: 10px;
    background-color: rgb(57, 57, 57);
    border-radius: 50px;
}

.main .content .card .right2{
    margin-top: 5px;
    flex: 0 0 30%;
    padding: 20px;
    background-color: black;
    border-radius: 10px;
}
/* Fin Section Principale */

/* Header */
header{
    margin-top: 40px;
    background: url('Images/IMG_media.jpg') ;
    padding: 150px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1057px 490px;
}

header h1{
    font-family: 'Bebas Neue', sans-serif;
	text-shadow: 10px 5px 2px black;
    font-size: 60px;
    color: white;
    text-align: center;
}
/* Fin du Header */

/* Pied de page */
footer{
    background-color: #1a1a1a;
    padding: 25px 100px;
    color: #828282;
}
footer .colonnes{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer p{
    color: #828282;
}
footer a{
	text-decoration:none;
	color: orange;
}
.space{
    padding-left: 30px;
}
/* Fin du pied de page */

@media screen and (max-width: 862px){
    nav{
        align-items: center;
        text-align: center;
    }
    .logo #a{
        width: 80px;
        display: flex;
        color: white;
    }
	img, video{
		margin-left:0;
	}
    #b{
        position: relative;
        left: 15px;
        display: block;
        color: white;
        z-index: 9999;
    }

    .menu-container{
        position: sticky;
        height: 100vh;
        width: 100%;
        padding: 0px;
        overflow: hidden;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        display: none;
        vertical-align: center;
        z-index: 1000000;
       
    }

    .menu-listing{
        flex-direction: column;
    }
    body .page{
        margin: 10px;
    }
    nav .onglets{
        font-size: 12px;
    }
    nav .onglets a{
        margin-right: 8px;
        box-sizing: border-box;
        display: block;
        font-size: 18px;
        margin-bottom: 30px;
    }
    nav .buttons button{
        padding: 10px;
        font-size: 15px;
    }
    nav .buttons .login{
        position: sticky;
        right: 10px;
        margin-top: 0px;
    }
	nav .buttons .register{
		position: sticky;
        right: 10px;
        margin-top: 0px;
	}
  img, video{
    z-index:1;
  }
	nav .buttons .profile{
		position: sticky;
        right: 10px;
        margin-top: 0px;
	}
	nav .buttons .deconnect{
		position: sticky;
        right: 10px;
        margin-top: 0px;
	}
    header{
        margin-top: 20px;
        background: url('Images/IMG_mediamob.jpg');
        background-size: 400px;
        padding: 100px;
        background-repeat: no-repeat;
        background-position: center;
    }
    header .h1{
        font-size: 30px;
        padding: 100px;
    }
    section p{
        margin-left: 15px;
        margin-right: 15px;
    }
    h2{
        margin-left: 15px;
        margin-right: 15px;
    }
    .main .content .card{
        display: contents;
        flex-wrap: nowrap;
        margin-bottom: 0px;
    }
    .main .content .card .left1{
        margin-top: 10px;
        flex: 0 0 0;
        padding: 5px;
        background-color: transparent;
    }
    .main .content .card .right1{
        flex: 0 0 0;
        margin-top: 0px;
        text-align: justify;
        padding: 0px;
        background-color: transparent;
    }
    footer{
        padding: 40px;
    }
}

@media screen and (max-width: 460px){
	header{
		padding 20px;
	}
}