
/* Reset des marges internes et externes */
* { margin:0;padding:0;}

/* •••••••••••••••••••••••••    */
/* Gestion des balises standard */
/* •••••••••••••••••••••••••    */

body {
	background-color: #fff7ef;
	max-width:100%;
	
}

h1 { 
font-size: 6rem;
color:#AD4731;
font-family: 'Dancing Script', cursive;
margin:20px;
border-bottom: 2px solid #FFEBD7;
text-align: center;
background-image: url("../img/Background_wood.jpg");
background-clip:text;
-webkit-background-clip : text;
color:transparent;
-webkit-filter:contrast(120%);
filter: contrast(120%);

}

h2 {
	color: #b96958;
	font-family: verdana, serif;
	text-transform: uppercase;
	font-weight:bolder;
	text-indent: 1em;
	margin-left:5px;
	display: inline-block;
	
	
	}
	
	h3 {
		color: #fff;
		background-color: #726d69;
		display: inline-block;
		text-transform: capitalize;
		border-radius: 10px;
		padding:5px;
		
	}
	
	p { color:brown;
		font-size: 15px;
		font-family: helvetica, sans-serif;
		
	}


/* •••••••••••••••••••••••••*/
/* Gestion du titre et menu */
/* •••••••••••••••••••••••••*/

/*      Gestion du menu     */

.menu {
	background-color: #ad4731;
	max-width:100%;
	border:2px solid #ccc;
	text-align: center;
	
}

.menu a {
	margin: 20px;
	background-color: #b96958;
	border: 1px solid #000;
	border-radius: 10px;
	padding: 5px;
	color: #ffffffaa;
	font-family: verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	box-shadow: 10px 3px 3px rgb(79, 77, 77);
}

.menu a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Gestion de l'image en dessous du menu */

.Bandeau_Menu {
	margin:10px auto;
	width:80%;
	height: auto;
	text-align: center;
	background-color: #fff7ef;
	
	
	
}

.Bandeau_Menu img {
	width:100%;
	height:auto;
	border:2px inset #000;
	
	
}

.position {
	position:relative;
	font-size: 2rem;
	background-color: #ad4731;
	width:100%;
	text-align: center;
	border:2px solid #ddd;
}

.button {
	position:fixed;
	bottom:0;
	right:0;
	margin:10px;
	padding:10px;
	background: #f09554;
	border:1px solid rgb(202, 198, 198);
	border-radius: 10px;
}

/* ••••••••••••••••••••••••••••••••••••*/
/* Gestion des sections et articles    */
/* ••••••••••••••••••••••••••••••••••••*/

section {
	display:flex;
	max-width:100%;
	flex-direction:row;
	flex-wrap: wrap;
	justify-content: center;
	margin:5px auto;
	
}

section, h2 {
	margin:30px 20px 10px 0px;
	background-color: #ffead7;
}



article {
	width:400px;
	border:1px solid #000;
	border-radius: 10px;
	padding:20px;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #fff;
	box-shadow: 3px 3px 3px rgb(79, 77, 77);
}

article img {
	max-width: 100%;
	height:auto;
}

figcaption {
	text-align: right;
}

.logo_blender::before {
	content: url(../img/logo_blender.png);
	position:relative; 
  	left:-6px;
  	top:10px;
}

article footer {
	margin-top:1em;
	background-color: #ddd;
}

/* ••••••••••••••••••••••••••••••••••••••*/
/* Gestion des sections ASIDE et FOOTER••*/
/* ••••••••••••••••••••••••••••••••••••••*/

aside {
	margin: 10px 30px;
}

.m_copyright {
	color:inherit;
	background-color: #ad4731;
	max-width: 100%;
	border: 1px solid #ccc;
	text-align: center;
	font-size: 1rem;

}

/* ############################ */
/* Gestion de la page Contact   */
/* ############################ */

.formulaire {
	grid:display;
	grid-template-columns: repeat(2,fr);
}


form {
	
	background-color:#f6c66f;
	padding:10px;
	width:100%;
	margin:20px auto;
	display: inline-block;
	
	}

	label {
		display:block;
		padding:10px;
		width:100%;
		
	
	}

	input[type=text]  {
		display: block;
		background-color: #f2e0be;
	}

	input[type=mail] {
		background-color: #f2e0be;
	}
	
	


/* form {
	background-color:#FAFAFA;
	padding:10px;
	width:50%;
	margin:20px auto;
	}
   fieldset {
	padding:0 20px 20px 20px;
	margin-bottom:10px;
	margin:20px auto;
	border:1px solid #DF3F3F;
	}
   legend {
	color:#DF3F3F;
	font-weight:bold
	}
   label {
	margin-top:10px;
	display:block;
	}
   label.inline {
	display:inline;
	margin-right:50px;
	}
   input, textarea {
	background-color:#FFF3F3;
	}
   input, textarea {
	padding:3px;
	border:1px solid #F5C5C5;
	border-radius:5px;
	width:100%;
	box-shadow:1px 1px 2px #C0C0C0 inset;
	}
   select {
	margin-top:10px;
	}
   input[type=radio] {
	background-color:transparent;
	border:none;
	width:10px;
	}
   input[type=submit], input[type=reset] {
	width:100px;
	margin-left:5px;
	box-shadow:1px 1px 1px #D83F3D;
	cursor:pointer;
	} */




/* ############################ */
/* Gestion de la page Portfolio */
/* ############################ */

.grille {
	display:flex;
	max-width:100%;
	flex-direction:row;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
	margin:10px auto;
	

}

.item {
	border:1px solid #000;
	padding:3px;
}

