/* Définition des styles de base pour le corps de la page */

body
	{
	color:black;
	background-color: white;
	font-family: Times new roman, sans-serif;
	font-size:14pt;
	margin:0;
	min-height: 100%;
	width:100%;
	}

/* Style de l'en-tête */

header{
	height:130px;
	background-image: url("marbre.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	color:black;
	padding:2px;
	margin-bottom: 10px;
}

/* Style du titre principal dans l'en-tête */

header h1{
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	text-transform:uppercase;
	text-align: left;
	display: inline-block;
	font-size: 45px;
}

/* Style du sous-titre dans l'en-tête */

header h2{
	margin-right: 10px;
  	margin-left: 10px;
  	margin-top: 0;
  	text-transform:uppercase;
  	text-decoration-line: overline
}

/* Style de la barre de navigation */

nav .container {
	 display: flex;
	 background-color: #F1D9A5;
	 width: 100%;
}

/* Style général pour les éléments de navigation */

nav {
	display: flex;
	background-color: #F1D9A5;
	font-weight:bold;
	font-family: arial;
	align-items: center;
	height: 30px;
	width: 100%;
}

nav ul {
	display: flex;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* Style des liens de navigation */

nav, a {
	list-style-type: none;
	text-decoration: none;
	display: inline-block;
 	width:auto;
 	text-align: center;
 	line-height: 50px;
 	color: white;
 	width: 100%;
 	top:0px;
 	vertical-align: top;
 	display: flex;
 	justify-content: space-evenly;
 	padding-right: 50px;
}

/* Effet hover pour les liens de la barre de navigation */

nav, a:hover {
	background-color: beige;
	color: #84765A;
}

/* Style pour l'image de profil */

.photo{
	float: left;
 	width: 60%;
 	display: grid;
	margin-left: auto;
 	margin-right: auto;
	top: 10px;
	border-radius: 50%;
}

/* Style pour la barre latérale */

aside{
	float: left;
	width:25%;
	padding: 0px;
	top:60px;
	color:white;
	background-color: #3E3E3E;
	display:grid;
	justify-content: end;
}

/* Style pour les titres de la barre latérale */

aside h2{
	text-align: center;
}

/* Style des éléments de la liste dans la barre latérale */

aside ul li{
	margin-left: 50px;
}


/* Style général pour la section principale */

main{
	display: block;
	float: right;
	width: 70%;
	top:60px;
	text-align:left;
	background-color: white;
}

/* Style pour les titres dans la section principale */

main h2{
	font-size: 30px;
}

section{
	width:700px;
	background-color: white;
	padding: 8px;
	}

section, ul, li
	{
	list-style-type: none; /* Pas de puces */
	}

/* Style spécifique pour la section 1 */

.section1{
	margin-top: 20px;
}

/* Style des listes dans la section 1 */

.section1 ul{
	border-style: double
}

/* Style spécifique pour la section 2 */

.section2{
	border-style: inset;
}

/* Style des titres h3 dans la section 2 */

.section2 h3{
	background-color: beige
}

/* Style des paragraphes dans la section 2 */

.section2 p{
	text-decoration-line: overline
}

/* Style des liens */

a
	{
	color: black;
	text-decoration: none;
	font-weight: bold;
	font-family: arial;
	}

/* Style pour le titre de la page "skills" */

#title{
	font-size: 250%;
	text-align:center;
	vertical-align: center;
	text-transform:uppercase;
	background-image:url("Graphique.jpg");
	background-position: bottom;
	min-height:300px;
	color:black;
	margin: auto;
	width: 100%;
	padding-top: 10px;
}


/* Vidéo présentation en anglais */

video{
	display: block;
	margin: 0 auto;
}

/* Style pour le formulaire dans la page "career" */

 form{
 	border-radius: 5px;
	background-color: #f2f2f2;
	padding: 20px;
 }

/* Positionnement spécifique pour la section du formulaire */

.formulaire{
	margin-top:850px;
	margin-left: 40px;
}

/* Style des champs de texte et des sélections dans le formulaire */

 input[type=text], select {
	width: 100%;
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}

/* Style pour le bouton "submit" */

input[type=submit] {
	width: 100%;
	background-color: #4CAF50;
	color: white;
	padding: 14px 20px;
	margin: 8px 0;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

/* Effet hover sur le bouton "submit" */

input[type=submit]:hover {
	background-color: #45a049;
}

/* Vidéo youtube dans la page "career" */

iframe{
	margin-left: 840px;
	margin-top: -700px;
}
