html,body {
	width:100%;
	min-height:100%;
	margin:0;
	font-family:"Raleway", sans-serif;
	font-size:12pt;
	background-color:#d3cdcb;
	color: #1e160c;
}

/*body{
	display: flex;
}*/

.wrapper {
  display: flex; /* Active Flexbox sur le wrapper */
  flex-direction: column; /* Dispose les éléments en colonne */
  min-height: 100vh; /* La hauteur minimale est de 100% de la hauteur de la fenêtre */
}

section {
  box-sizing: border-box;
  width: 100%;
  flex-grow: 1; /* Permet à la section de prendre tout l'espace restant */
  padding-top: 70px; /* Décale le contenu sous le header fixe */
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}


a{
	text-decoration: none;
	color: #C6CBC2;
}

a:hover{
	text-decoration: underline;
	color: #bbbbbb;
}

ul, ol{
	list-style-type: circle;
}

header{
	height: 70px;
	width:100%;
	background-color:#372D27;
	color:ghostwhite;
	font-family: "Libre Baskerville", sans-serif;
	text-align: center;
	box-shadow: 5px 5px 5px grey;
	position: fixed;
	display:flex;
	justify-content: center; /* Centre les éléments horizontalement */
  align-items: center; /* Centre les éléments verticalement */


}

header img{
	display: flex;
	align-self: center;
	display:inline-block;
	border-radius:10px;
}

header h1{
	font-size:30px;
	line-height:40px;
	text-transform:uppercase;
	margin:15px;
	margin-left:15px;
	margin-right:15px;
	display:inline-block;
	vertical-align: top;
}

header nav{
	vertical-align: top;
	display:inline-block;
	height:100%;
}

header nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	height:100%;
}

header nav ul li{
	display:inline-block;
	margin-left:27px;
	height:57%;
	width:130px;
	text-align:center;
}

header nav ul li a{
	display:block;
	width:100%;
	height:100%;
	line-height:40px;
	color:#FFF;
	text-decoration:none;
	margin: 0px;
	padding: 15px;
}

header nav ul li a:hover{
	background-color:#4D4138;
	text-decoration: none;
}

section{
	box-sizing: border-box;
	width: 100%;
}

/*section article{
	display: flex;
	width: 70%;
	box-sizing: border-box;
	float: right;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}*/

footer{
	display:flex;
	z-index:0;
	color:white;
	height: 70px;
	background-color:#372D27;
	padding:0px;
	position: relative;
	text-align: center;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: auto;
	
}
footer main{
	box-sizing: border-box;
	float: left;
	/*width: 60%;*/
	width:100%;
	padding: 10px;
	display:inline-block;
}

footer address{
	box-sizing: border-box;
	float: right;
	width: 40%;
	padding: 10px;
	display:inline-block;
}

footer address h1{
	display: inline-block;
}

footer address ul{
	display: inline-block;
}

footer main button{
	display: inline-block;
	margin-right: 100px;
	/*width: 20%;
	float: left;*/
	background-color: #d3cdcb;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: "Raleway", sans-serif;
	color: #1e160c;
	font: bold;
}

footer main p{
	display: inline-block;
	/*width: 80%;
	float: right;*/
}

video{
	display: flex;
	justify-content: center;
	align-items: center;
}



/* TITRES */

h1{
	font-size: 17pt;
	text-align: center;
}

/* PAGE HOME */

/*!: #h correspond à l'article de la page home*/
#h{
  display: flex; /* Ajouté pour activer le mode Flexbox */
  flex-direction: column; /* Organise les éléments en colonne */
  justify-content: center; /* Centre les éléments horizontalement */
  align-items: center; /* Centre les éléments verticalement */
  width: 70%; /* Définit la largeur de l'article */
  margin: 0 auto; /* Centre l'élément sur la page */
  box-sizing: border-box; /* Assure que le padding et la bordure sont inclus dans les dimensions */
  font-size: 15pt;

}
#hh{
	font-size: 100pt;
	margin-bottom: 0;
}

#hhname{
	font-size: 150pt;
	background-image:url("Media/mandala.jpg");
	image-position: fixed;
	color: transparent; /* Rend le texte transparent */
  background-clip: text; /* Applique l'arrière-plan à la zone du texte */
  -webkit-background-clip: text; /* Support pour Webkit (Chrome, Safari, etc.) */
  -webkit-text-fill-color: transparent;
  background-attachment: fixed;
}



/* FIN PAGE HOME */

/* PAGE RESUME */
aside {
  background-color: #3c2d23;
  color: white;
  width: 30%;
  padding: 20px;
  box-sizing: border-box;
}

aside img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 20px;
}

aside img[alt="car"] {
  vertical-align: middle;  /* Aligne l'image avec le texte */
  margin-right: 10px;  /* Ajoute un espacement entre l'image et le texte */
}

aside h2 {
  font-size: 1.2rem;
  margin-top: 20px;
  margin-bottom: 10px;
}

aside p, aside li {
  font-size: 0.9rem;
  margin-bottom: 5px;
}

aside ul {
  list-style-type: none;
  padding: 0;
}

/*!: r est l'article de la page resume*/
#r {
  width: 70%;
  padding: 20px;
  box-sizing: border-box;
  background-color: transparent;/*#a9c18b*/;
  background-image: url("Media/haut.png"), url("Media/bas.png");
  background-repeat: no-repeat;
  background-position: center top, center bottom;
  background-size: contain, contain;
  flex-direction: column;
  justify-content: space-around;
}

#r h1 {
  font-size: 2rem;
  margin-bottom: 10px;
}

#r h2 {
  font-size: 1.5rem;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #3c2d23;
  text-align: center;
}

#r p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 10px;
}

#r ul {
  padding-left: 20px;
}

#r ul li {
  margin-bottom: 5px;
  font-size: 1rem;
}

#r div{
	width: 100%;
	text-align: left;
}

#r {
  font-size: 20pt !important; 

#r p, #r ul, #r ul li {
  font-size: 20pt; 
}


/*!: #rsoustitre correspond au texte sous mon nom sur le CV*/
#rsoustitre{
	text-align: center;
}

/* FIN PAGE RESUME*/


/* PAGE MISCELLANEOUS */

/*!: #m correspond à l'article dans la page miscellaneous*/

#m a{
	text-decoration: none;
	color: #1e160c;
}

#m a:hover{
	text-decoration: none;
	color: #1e160c;
}

#m{
	display: flex;
	width: 100%;
	justify-content: center;
	 margin: 40%; 
   text-align: right;
}

#m div{
	display: flex;
	width: 80%;
	justify-content: center;
	height: auto;
	width: auto;
}

#m div img{
    max-width: 30px; 
    height: auto; 
    display: flex; 
    margin: 0 auto;
    padding: 20px;
}


}
/* FIN PAGE MISCLELLANEOUS */

