@font-face {
	font-family: "conthrax";
	src: url(coolvethica/coolvetica\ compressed\ hv.otf);
  }
  /*ajout de font-family*/
  @font-face {
	font-family: "beubas";
	src: url(conthraxFont/CaviarDreams.ttf);
  }
  html,body {
	width:100%;
	min-height:100%;
	margin:0;
	font-family:"Clarkson",Helvetica,sans-serif;
	font-size: 20px;
	text-align: left;
}
  body {
	
	padding: 0;
	position: relative; /* Important pour la méthode absolute */
	
  }
  #tout{
	height: 950px;
  }
  
  
  header {
	z-index: 1;
	width: 100%; /* Prend toute la largeur */
	margin: 0;
	box-shadow: 0 5px 10px #676767;
	display: flex;
	justify-content: space-between;
	
	height: 55px;
	
  }
  @media screen and (max-width: 1215px) {
	header{
		height: 110px;
	}
	#entete{
		flex-direction: column;
		margin-bottom: 10px;
		margin-bottom: 250px;
	}
	
	

	
  }
  @media screen and (max-width: 760px) {
	header{
		height: 165px;
	}
	#partie2{
		flex-direction: column;
		
	}
	#info,#descriptif{
		width: 100%;
	}
	
  }
  @media  screen and (max-width: 530px) {
	header{
		height: 270px;
	}
	
	#entete{
		height: 400px;
		
	}
	#entete,#partie2{
		
		display: flex;
		flex-direction: column;

	}
	#descriptif,#info{
		float: none;
		margin: 0;
		width: 100%;
		
	}
	
	
  }

  nav {
	vertical-align: top;
	display:inline-block;
	height:100%;
  }

  #logo{
	height: 40px;
	float: left;
	padding: 10px;
  }

  .list {
	background: #ffffff;
	display: flex;
	flex-wrap: wrap;
	
	margin:0;
	padding:0;
	list-style-type:none;
	height:100%;
	
	
	
  }
  
  .list li {
	min-width: 150px;

	display:inline-block;
	width:210px;
	height:55px;
	margin: 0;

	text-align: center;
	
	margin: 0 10px;
  }
  
 
  .list li a:hover{
	transform: scale(1.05); /* Effet de zoom au survol */
	color: #f7b801; /* Change la couleur au survol  */
  }
  .list li a {
	text-decoration: none;
	color: rgb(44, 22, 6);
	font-family: "conthrax";
	text-align: center;
	justify-content: center;
	font-size: 35px ;
	letter-spacing: 1px;
	margin: 0;

	
	display: block;
	width: 100%;
	height:100%;
	line-height:40px;
	/*temps de transition de l'agrandissement et du changement de couleur du block */
	transition: transform 0.5s ease-out, 
	color 0.2s ease-out;
	
	
  }
  section{
	width: 100%;
  }
  #p_EXP{
	width: 60%;
  }




  #entete{
	
	display: flex;
	justify-content: space-between;
	height: 280px;
	padding-bottom: 10px;
	
  }
  
  #nom {
	height: 100%;
	margin-left: 0px;
	width: 20%;
	display: block;
	box-sizing: border-box;
	justify-content: center;
  }
  
  #nom img {
	display: block;
	width: 150px;
	border-radius: 5px;
	margin-top: 10px;
	margin-left: 38px;
	

  }
  
  #nom h1 {
	display: block;
	font-size: 40px;
	letter-spacing: 1px;
	text-align: center;
	
	
	width: 180px;
	height: 20%;
	min-width:100px ;
	background-color: rgba(240, 255, 255, 0);
	margin-left: 20px;
  }
  

  p{
	padding: 5px;
  }
  
  #ME, #descriptif, #info {
	
	background-color: #ffffff;
	border: 2px solid #ffffff;
	border-radius: 5px;
	box-shadow: 0 4px 10px black;
	padding: 10px;
	margin: 0px;
	box-sizing: border-box;
	/*margin-top: 4px;*/
  }
  #ME{
	border-radius: 5px;
	box-shadow: 0 2px 10px black;

	width: 75%;
	min-width: 274px;
	height: 180px;
	
	margin-right: 20px;	
	margin-top: 40px;
	
	
  }
  #ME div {
	height: 100%;
  }
  #tout{
	display: flex;
	flex-direction: column;
}
#partie2{
	display: flex;
	justify-content: space-between;
}
  #descriptif {
	width: 74%;
	padding-bottom: 10px;
	margin-right: 2px;
	
	min-width:360px;
	margin-left: 5px;
	
	
	
  }
    #info {
	width: 25%;
	
	margin-left:2px ;
	min-width: 300px;
	height:990px;
  }
  #descriptif div{
	width: 100%;
  }
  #info div{
	width: 100%;

  }
  


  #info,#descriptif{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	margin-bottom: 80px;

  }
  
  #MMI:hover, #descriptif:hover, #info:hover {
	/*transform: translateY(-5px);*/
  }
  #logiciels{
	display: flex;
	flex-wrap: wrap;
	width: 100%;

  }
  #logiciels img {
	display: block;
	width: 120px;
	height: 120px;
	padding-bottom: 10px;

  }


 
  #li_comp{
	
		background: #ffffff;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin:0;
		padding:0;
		list-style-type:none;
		width: 85%;

		
		
	  
	  
	  
	
	margin: 10px;
  }

  #li_comp  li {
	width: 250px;
	margin-bottom: 10px;
	

	height:120px;
	text-align: center;
	background-color: #f7b801 ;
	color: white;
	border-radius: 10px;
	
	transition: transform 0.5s ease-out, 
	background-color 0.5s ease-out;
  }
   #li_comp  li:hover{
       transform: scale(1.05);
       background-color:#676767;
      
   }
  #li_comp  li p {
	display: block;
  margin-left: auto;
  margin-right: auto;
  }

  a {
	
	text-decoration: none;
	color: rgb(0, 0, 0);
	font-size: 20px;
	letter-spacing: 0.5px;
	font-family: "conthrax";
  }
  a:hover{
	color: #ff2600; /* Change la couleur au survol (ici, un rouge tomate) */
  }
  
  h1 {
	font-family: "conthrax";
	font-size: 40px;
	background-color: #ffffff;
	margin: 0;
	padding: 1px;
	display: flex;
	float: left;
	border-radius: 4px;
	min-width: 190px;
  }
  
  h2 {
	font-family: "conthrax";
	font-size: 30px;
	letter-spacing: 0.5px;
	margin: 0;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: left;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border-radius: 4px;
	float: left;
	width: 250px;
  }
  
  p {
	font-size: 18px;
  }
  .p_500{
	width: 96%;
	height: auto;
	background-color:#f7b801 ;
	color: white;
	border-radius: 5px;
	padding: 10px;
	box-sizing: border-box;
	
  }
  .p_500 li p {
      margin-top:4px;
	margin-bottom:4px;
  }
  


  
  footer {
	
	height: 70px;
	text-align: center;
	padding:10px;
	font-size: 0.9em;
	background-color: #000000;
	color: #ffffff;
	position:fixed;
	bottom:0;
	right:0;
	left: 0; /* Alignement à gauche */
	box-sizing:border-box;
	margin: 0;
	
  }

  footer p {
	margin-top: 0.5em;
  }

  /* 2eme page sur les projets realisé*/

  #entete_projets{
	z-index: 2;
	
	height: 100px;
	align-content: center;
	
	background-color: #f7b801;
	
  }
  #entete_projets p{
	text-align: center;
	font-size: 25px;
	color: white;	
  }
  .section_projets,.section_projets_2,.section_projets_3,.section_projets_4{
	
	padding: 20px;
	height: 410px;
	color: white;
  }
  .section_projets,.section_projets_3{
	background-color: white;
	color: #000000;
	
  }
 
  .section_projets_2,.section_projets_4{
	background-color: #676767;
  }
.section_projets_4{
	margin-bottom: 70px;
	
}
.div_img{
	float: left;
	height: 320px;
	display: grid;
  place-items: center;
}

.div_p{
	justify-content:left;
	height: 320px;
	width:600px;
	display: grid;
  place-items: center;
  margin-left:20px;
	
}
.titre_p{
	
	top: 80px;
left:-120px;
text-align:left;
	width: 340px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

  .image_projets{
	width: 600px;
	margin-top: 40px;
  }
  .image_mario{
	width: 600px;
	
  }
  .image_fiole{
      width:550px;
  }
.p_projets{
	width: 560px;
	font-size: 30px;
	margin: 20px;
	
}


/* carrière */

#carriere,#carriere_m,#carriere_3{
	padding: 20px;
	box-sizing: border-box;
	width: 100%;
	
}
#carriere_3{
	margin-bottom: 70px;

}
#carriere_m{
	background-color: #676767;
	color: white;
	box-sizing: border-box;
	margin-bottom: 70px;
}

#article_form{
	width: 25%;
}


/* formulair */
#sect_form_img, #aside_image_cliquable{
	height: 625px;
}
#sect_form_img{
	box-sizing: border-box;
	margin-bottom: 70px;
	display: flex;
	padding: 20px;
	

}
form {
	width: 305px;
	box-sizing: border-box;
	background-color: #676767;
	border-radius: 5px;
	padding: 2%;
	color: white;
}
form div {
	
	
}
form div p {
	display: block;
}
form div input {
	height: 30px;
}

#text-area{
	min-height: 60px;
	width: 95%;

}
.commande{
	box-sizing: border-box;
	width: 140px;
	padding: 5px;
	background-color: #ffd249;
	border: none;
	border-radius: 5px;
}
.commande:hover{
	background-color: #ff2600;
	color: white;
}
  
#aside_image_cliquable{
	width: 75%;
	box-sizing: border-box;
	padding: 10%;
	display: flex;
	align-items: center;
	
}
#aside_image_cliquable img{
	width: 336px;
}
#aside_image_cliquable div{
	width: 50%;
	
}
#aside_image_cliquable div p{
	font-size: 50px;
}
#sec_video{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;

	background-color: #676767;
	color: white;
	box-sizing: border-box;
	margin-bottom: 70px;
    min-height:800px;
	padding: 20px;
}
video, iframe {
	height:400px;
}
video{
    margin-right:20px;
}

