section
{
    margin-bottom: 2%;
    margin-top: 2%;
    width: 100%;
}

section h1
{
    font-family:'Too_drunk_to_fuck';
    font-weight: normal;
    text-transform: uppercase;
}

.titre_page
{
	font-size: 3.5em;
	margin-left: 2%
}

.prix
{
    display: flex;
    justify-content: space-between;

}

.winner
{
	width: 45%;
	height: 100%;
	text-align: center;
}


.titre
{
	display: flex;
	align-items: center;
	padding-left: 29%;

}

.titre h2
{
	font-size: 2.5em;
	margin-right: 3%;
}

.titre img
{
	width: 9%;
	height: 9%;
}

.jury
{
	height: 45%;
	width: 45%;
	border: groove 20px rgb(250,205,0);
	padding: 1%;
}

.public
{
	width: 90%;
	height: 90%;
    border: groove 20px rgb(250,205,0);
    	padding: 1%;
}

.win
{
	width: 100%;
	height: 100%;
	text-align: center;
}

.enfant
{
	height: 30%;
	width: 30%;
	    border: groove 20px rgb(250,205,0);
    	padding: 1%;
}

.legende
{
	border-radius: 10px;
	background-color: rgb(255,205,0);
	width: 50%;
	margin-left: 23%;
   border: groove 15px rgb(250,255,255);
}


.legende h3
{
	font-size: 1.8em;
	color: black;
	text-transform: uppercase;
}

.legende h4
{
	font-size: 1.5em;
	color: black;
}

.article
{
    display: flex;
    flex-direction: column;
    margin-right: 30px;
    margin-left: 10px;
    width: 950px;
}

article h1
{
    display: flex;
    font-size: 2.5em;
    height: 100%;
    width: 40%;
    background:url(Fond/Texture_feuille.jpg) no-repeat;

    justify-content: center;
    align-items: center;
    color: black;
    margin-bottom: 15px;
    /*border-radius: 10px;*/
}    


.trop_grand
{
    font-size: 1.4em;
}

article a
{
    text-decoration: none;
}

article a:hover
{
    text-decoration: none;
    color: white;
}

.affiche
{
    float: left;
    width: 250px;
    height: 350px;
    margin-right: 20px;
}

.photo
{
    display: flex;
    flex-wrap: wrap;
}

.photo img
{
    width: 150px;
    height: 100px;
    margin-right: 10px;
}

.photo img
{
    border: solid 1px rgb(255,205,0);
    border-radius: 10px;
}

.paysage
{
    width: 150px;
    height: 100px;
    margin-right:10px;
}

.portrait
{
    width: 120px;
    height: 150px;
    margin-right:10px;
}
