/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	vertical-align : bottom;
}

.clearfix {
	clear : both;
}

body {


width: 100%; 
}


.inconsolata-uniquifier {
  font-family: "Inconsolata", monospace;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  font-variation-settings: "wdith" 100;
	}


.bandeau {
  width : 100%;
  height : 250px;
} 

.text {
	position : absolute;
	top: 80px;
  left: 50%;
  transform: translate(-50%,-50%);
	
	color: #FE895E;
	font-family : 'inconsolata';
	font-size: 90px;
	font-weight: bold;
	}


.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

.intro {
  max-width: 900px;
  margin: 0 auto 50px auto;
  padding: 20px;
}

/**/


.row {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.colgauche {
  width: 40%;
  padding: 15px;
  box-sizing: border-box;
  text-align: left;
}

.coldroite {
  width: 60%;
  padding: 15px;
  box-sizing: border-box;
}
/**/

h3 {
  color: #96527A;
  font-family : 'inconsolata';

}	

.menu_principal a {
  text-decoration: none;
  color: #ed0505; 
  font-family: 'Inconsolata', monospace;
  font-size: 18px;
  display: block;
  margin-bottom: 5px;
}
.menu_principal li {
  list-style: none;
  margin: 8px 0;
  display: flex;
  align-items: center;
}
.menu_principal li::before {
  content: "";
  display: inline-block;
  width: 20px; 
  height: 20px;
  /* background-image: url("/Users/Saad/Downloads/www/img/MP_img.jpg");*/
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.icon-gourmand::before {
	background-image: url("/Users/Saad/Downloads/www/img/MP_img.jpg");
}

.separ {
  border: none;
  height: 2px;
  background-color: #96527A;
  width: 100%;
  margin: 30px auto;
}
