html,body {
	width:100%;
	min-height:100%;
	margin:0;
	font-family:Arial, sans-serif;
	font-size:12pt;
	text-align:center;
}
/*
.header_main header{
    position: sticky;
    height:40px;
    background-color: #267dcf;
    color:#FFF;
}
*/
.header_main header{
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    background-color: #267dcf; /* cadetblue; */
    color:#FFF;
}

.header_main header p{
    position: sticky;
    height:40px;
    background-color: #267dcf; /* cadetblue; */
    color:#FFF;
}
.header_main header h1{
    font-size:30px;
    line-height:40px;
    text-transform:uppercase;
    margin:0;
    margin-left:10px;
    margin-right:10px;
    display:inline-block;
    vertical-align: top;
}
/*
.header_main header nav{
    vertical-align: top;
    display:inline-block;
	height:100%;
}
.header_main header nav ul{
    margin:0;
    padding:0;
    list-style-type:none;
    height:100%;
}
.header_main header nav ul li{
    display:inline-block;
    margin:0;
    height:100%;
    width:150px;
    text-align:center;
}
.header_main header nav ul li a{
    display:block;
    width:100%;
    height:100%;
    line-height:40px;
    color:#FFF;
    text-decoration:none;
}
.header_main header nav ul li a:hover{
    background-color:#333;
}
*/

/* Menu */
nav {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    background-color: #267dcf; /* cadetblue; */
    color:#FFF;
}

.menu h1 {
    text-transform: uppercase;
	font-size: xx-large;
    padding-left: 50px;
}

.menu ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.menu li {
    list-style-type: none;
}

.menu a {
    padding: 15px;
    color: #f1f1f1;
    text-decoration: none;
    font-weight: normal;
    transition: font-weight 0.3s ease;
}

.menu a:hover {
    font-weight: bold;
}


/* Body */
body{
	
	font-family:serif;
	font-size:100%;
	background-color:beige;

}
.base ul {
		font-size:80%;
		width:800px;
		text-align:center;
		background-color:white;
		background-attachment:fixed;
		border-right:5px;
		border-color:Violet;
		border-style:ridge;
		
}
#paragraphe1 {
		font-size:80%;
		width:260px;
		text-align:left;
		background-color:white;
		background-attachment:fixed;
		border-radius:5px;
		border-right:5px;
		border-color:blue;
		border-style:ridge;
		margin-left:auto;
		margin-right:auto;
		position: absolute;
		
}
#paragraphe2 {
		font-size:80%;
		width:150px;
		text-align:right;
		background-color:white;
		background-attachment:fixed;
		border-radius:5px;
		border-right:5px;
		border-color:Salmon;
		border-style:ridge;
		margin-right:auto;
		position: absolute;
		
}
#paragraphe3 {
		font-size:80%;
		width:800px;
		text-align:center;
		background-color:white;
		background-attachment:fixed;
		border-radius:5px;
		border-right:5px;
		border-color:PaleGreen;
		border-style:ridge;
		margin-left:auto;
		margin-right:auto;
}
#paragraphe4 {
		font-size:80%;
		width:800px;
		text-align:center;
		background-color:white;
		background-attachment:fixed;
		border-radius:5px;
		border-right:5px;
		border-color:MediumAquamarine;
		border-style:ridge;
		margin-left:auto;
		margin-right:auto;
		
}
#paragraphe5 {
		font-size:80%;
		width:800px;
		text-align:center;
		background-color:white;
		background-attachment:fixed;
		border-radius:5px;
		border-right:5px;
		border-color:red;
		border-style:ridge;
		margin-left:auto;
		margin-right:auto;
}
aside {
	 max-width: 20%;
    float: left;
    padding: 12px;
    color: #f1f1f1;
    background: #267dcf;
	/* linear-gradient(120deg, #132438, #18293E); */
}

.style_centrer {
	text-align: center;
}

.style_centrer_rouge {
	text-align: center; 
	color: red;
}

/*
.style_titre_contact {
	color: black; 
	font-weight: bold; 
	text-decoration: underline;
}

.style_contact {
	color: black;
}

.style_contact_important {
	color: blue;
}
	*/

/* Style Contact */
/*
#contact_me {
	font-size:80%;
	width:260px;
	text-align:left;
	background-color: Lavender;
	 background-attachment:fixed;
	border-radius:5px;
	border-right:5px;
	border-color:blue;
	border-style:ridge;
	margin-left:auto;
	margin-right:auto;
}

#contact_me h1 {
	color: black; 
	font-weight: bold; 
	text-decoration: underline;
}

#contact_me p {
	color: black;
}
*/

#contact_me {
	text-align:left;
	color: white; 
}

#contact_me h2 {
	text-align:center;
	color: white; 
	font-weight: bold; 
}

#contact_me p {
	color: white;
}

.contact_me_important {
	color: white;
}

/* Style Education */
#education {
	text-align:left;
	color: white; 
}

#education h2 {
	text-align:center;
	color: white; 
	font-weight: bold; 
}

#education p {
	color: white;
}

/* Style skill */
#hardskill {
	text-align:left;
	color: white; 
}

#hardskill h2 {
	text-align:center;
	color: white; 
	font-weight: bold; 
}

#hardskill p {
	color: white;
}

/* Style softskills */
#softskills {
	text-align:left;
	color: white; 
}

#softskills h2 {
	text-align:center;
	color: white; 
	font-weight: bold; 
}

#softskills p {
	color: white;
}

/* Style languages */
#languages {
	text-align:left;
	color: white; 
}

#languages h2 {
	text-align:center;
	color: white; 
	font-weight: bold; 
}

#languages p {
	color: white;
}


/* Style hobbies */
#hobbies {
	text-align:left;
	color: white; 
}

#hobbies h2 {
	text-align:center;
	color: white; 
	font-weight: bold; 
}

#hobbies p {
	color: white;
}

/* */
.skill_info {
	padding: 50px;
	margin: auto;
	font-size: xx-large;
}

/* #0000FF */