/* les polices d'écriture */ 

/* éléments principaux */

body
{
	background: url(images_cv/fond-site-blanc.jpg) fixed ;
	font-family: 'Trebuchet MS', Arial, san-serif; 
	color: black;
	
}

#bloc_page
{
	width: 900px;

}


/* HEADER */

header
{
	background: url(images_cv/maeva-fond.png) repeat-x;
	background-size: cover; 
	border-radius: 15px 15px 15px 15px;
	width: 100%;
	height: 620px;
	border-radius: 5px;
	background-position: center;
	position: relative;
	box-shadow: 5px 4px 5px 4px #1c1a19
	margin-bottom: 25px;
}



#intro
{

text-align: right;
margin: 100px 100px 25px 25px;
color: white;
}




header h1
{
	font-family: 'Arial Black', Arial, san-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 3.5em;
	margin-bottom:0em;
}

header h2
{
	font-family: 'Arial Black', Arial, san-serif
	font-weight: bold;
	font-style: italic;
	font-size: 2em;
	margin-bottom:1em;

}

header h3
{
	font-family: 'Arial Black', Arial, san-serif
	font-weight: bold;
	font-style: italic;
	font-size: 1.4em;
	margin-bottom:1em;
}

/* navigation */


nav ul 
{
 	list-style: none;
 	display: flex; 
 	justify-content: space-between;
	padding: 10px;
}

nav a 
{
	font-size: 1.5em;
	font-weight: bold;
	color: black;
	text-decoration: none;
	padding: 5px;
	background-color: rgba(253, 250, 250, 0.6);
	border-radius: 5px 5px 5px 5px;
}

nav a:hover 
{
	color: #c60030;
	text-decoration: underline;
}

/* A PROPOS */

.presentation
{
	display: flex;
	resize: horizontal;
    overflow: hidden;
    margin: 1em;
}

#description
{
	font-size: 1em;
	text-align: justify;
	margin: 10px 50px 50px 10px;
	line-height: 1.1em;
}

.titre
{
	font-weight: bold;
	color: #375E97;
	margin-left: 10px;
	padding-bottom: 5px;
	border-radius: 5px;
}

.titre2
{
	font-weight: bold;
	color: #375E97;
	margin-left: 10px;
	padding-bottom: 5px;
	border-radius: 5px;
}

#ingredients
{
	font-size: 1em;
	text-align: justify;
	line-height: 1.7em;
	margin-top: 40px;
}


#TADA
{
	font-size: 1.3em;
	text-align: left; 
	font-weight: bold;
	margin: 10px 0px 10px 15px;
	width: 270px;
	color: rgb(218, 31, 60);
	border-radius: 2px;
	border-bottom: 5px solid rgb(179, 210, 54)
}

#photo_cocktail img
{
	margin-top: 40px;
	margin-left: 10px;
}

/* RESUME CV */


.resume
{
	display: flex;
}

#titre_resume
{
	text-align: center;
	color: #FFBB00;
	font-size: 2.1em;
	margin-bottom: 5px;
	line-height: 1.5em;
	font-weight: bold;
}

.exp
{
	text-align: center;
	font-size: 1.1em;
	color: #102A49;
	margin-top: -1px;
}

#ateliernordic
{
	text-align: justify;
	flex:2;
	margin: 2px 50px 20px 5px;
}

#eventeam
{
	text-align: justify;
	flex:2;
	margin: 2px 50px 20px 5px;
}

.puces
{
	list-style-image: url(images_cv/puce.png);
	padding-left: 2px;
}


/* LES QUERIES RELATIVES TAILLES ECRANS */
@media all and (max-width: 1280px)
{
	#bloc_page
	{
		width: auto;
	}


	.resume
	{
		flex-direction: column;
	}

	.presentation
	{
		flex-direction: column;
		resize: horizontal;
   	 	margin: 1em;
	}


	#ingredients
	{
		display: none;
	}


	#TADA
	{
		display: none;
	}

	#photo_cocktail img
	{
	display: none;
	}

	.titre2
	{
		display: none;
	}
