body {
	background-image:url("https://kerebel.xyz/pictures/background.png");
	display:flex;
	background-size: auto;
	flex-direction:column;
	justify-content:center;
	align-items: center;
}

#entete {
	width:100%;
	color:#000000;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-content: center;
	align-items: stretch;
}

#nom {
    display: flex;
    flex-direction: column;
    align-content: space-around;
	align-items: start;
}

#logo {
	width: 5%;
	height:5%;
}

#navigation{
	/* width:60%; */
	display: flex;
	flex-direction: row;
	justify-content: center;
	background-color: rgba(11,11,11, 0.25);
	border-radius: 10px;
	box-sizing: border-box;
}

#contenu{
	width:80%;
	justify-content:center;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

#important{
	color:red;
	font-weight:bold;
	font-size:13pt;
}

.Important{
	color:red;
	font-weight:bold;
	font-size:13pt;
}

#Pied {
	/* width:60%; */
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	background-color: rgba(11,11,11, 0.25);
	border-radius: 10px;
	box-sizing: border-box;
	margin-top: 1%;
}

.paragraphe {
	background-color: rgba(11,11,11, 0.25);
	border-radius: 10px;
	padding: 5px;
	margin: 5px;
}
.gros_paragraphe {
	background-color: rgba(11,11,11, 0.25);
	border-radius: 10px;
	margin: 5px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.img {
	display: flex;
	flex-direction:row;
	align-items: center;
	justify-content: space-around;
}

.video {
	display: flex;
	flex-direction:row;
	align-items: center;
	justify-content: space-around;
}

ul {
	display: flex;
	flex-direction: row;
	list-style-type: none;
}

ol {
	list-style-type: none;
}

li{
	padding:12pt;
}

img{
	width:400px;
	height: auto&;
	padding: 5px;
}

p{
	color:#000000;
	text-align: center;
	font-size:12pt;
	opacity: 1.0;
	padding: 5px;
}

h1 {
	text-align:center;
	font-weight:bold;
	color:red;
	font-size:30pt;
}

h2 {
	text-align:center;
	font-weight:bold;
	color:red;
	font-size:25pt;
}

a:hover{
	background-color:black;
	color:white;
}

#a_entete:hover{
    background-color:rgba(200,200,200,0.1);
    color:black;
    text-decoration: none;
}

#a_entete{
    text-decoration: none;
}

a{
    color:#201020;
}

.paragraphe ul{
    display:block;
}

ol a {
	color:#201020;
}

video {
	height: 400px;
}

button{
    font-size:12pt;
    margin: 5px;
}

#boutons{
    display: flex;
    flex-direction:row;
    align-items: center;
    justify-content: space-around;
}

#reponse{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: space-around;
}

#reponse_p{
    text-align: center;
}


@media screen and (max-width: 1100px) {

    #logo {
	width: 15%;
	height:15%;
    }

    ul {
	display: block;
	font-size: 20pt;
    }
    li {
	font-size: 20pt;
    }
    ol {
	display: block;
    }
    #contenu{
	width:100%;
    }

    #boutons{
	flex-direction: column;
    }

    button{
	font-size: 25pt;
    }
    
    .paragraphe {
	margin: 2px;
	padding: 2px;
    }
    p {
	padding: 2px;
	font-size: 25px;
    }
    .dispensable {
	display: none;
    }
    img {
	width: 90%;
    }

    a {
	font-size: 20pt;
    }

    video {
	height: 200px;
    }
}
