/** Start of menu **/

div.menu{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	user-select: none;
}

.navbar{
	display: flex;
	justify-content: space-between;
	background-color: #000000;
	padding: 16px;
	color: #ffffff;
}
   
.logo_title, .navbar ul li a {
	color: #fff;
}

.navbar ul {
	display: flex;
	align-items: center;
	list-style-type: none;
}

.navbar ul li a {
	padding: 12px;
	margin: 0 6px;
	text-decoration: none;
}

.navbar ul li a:hover {
	color: #ffffff;
	background-color: #008cff;
	border-radius: 30px;
	animation: hovermenu 0.5s ease-out;
}

@keyframes hovermenu{
	from{
		background-color: #000000;
		
	}
	to{
		background-color: #008cff;
		
	}
}


/** End of menu **/



/** Start of Footer **/

footer{
	margin-top: 10%;
	width: 100%;
	height: 400px;
	background-color: rgb(10, 10, 10);
	color: #fff;
}

.barre{
	margin-top: 50px ;
	height: 2px;
	background-color: rgb(119, 119, 119);
	width: 70%;
	margin-left: 15%;
}

.barre2{
	margin-top: 187px ;
	height: 2px;
	background-color: rgb(119, 119, 119);
	width: 70%;
	margin-left: 15%;
}

.page{
	margin-left: 17.5%;
	margin-top: 55px;
} 

.pagelink ul {
	margin-left: -40px;
	margin-top: -20px;
	list-style-type: none;
}

.pagelink ul li a {
	text-decoration: none;
}

.pagelink ul li a:link {
	color: #ffffff;
  }
  
.pagelink ul li a:visited {
	color: #ffffff;
  }
  
.pagelink ul li a:hover {
	color: #ffffff;
}

.langue{
	margin-left: 75%;
	margin-top: -115px;
}

select, option {
	background-color: rgb(12, 12, 12);
	border: rgb(197, 197, 197) 1px solid;
	color: #fff;
}

.Version{
	margin-left: 78%;
}

.footerbar {
    display: inline-block;
    justify-content: space-between;
    position: absolute;
	margin-top: -65px;
	margin-left: 12.5%;
}

.footerbar ul {
    display: flex;
    list-style-type: none;
}

.footerbar a {
    margin-left: 10px;
}

/** End of Footer **/



/** Start of box **/

div.contner{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

div.contner{
	display: inline;
	justify-content: space-between;
	position: absolute ;
}
   
.contner ul li a {
	color: #fff;
}

.contner ul {
	display: flex;
	align-items: center;
	list-style-type: none;
}

.contner ul li a {
	padding: 12px;
	margin: 0 6px;
	text-decoration: none;
}

/** End of box **/

body{
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	padding: 0px;
	margin: 0px;
	font-family: 'Roboto', sans-serif;
}

.Contener{
	margin-left: 20%;
	margin-top: 5%;
	width: 60%;
}

.ContenerText{
    vertical-align: top;
    display: inline-block;
	width: 49%;
}

.ContenerImageDiv{
    vertical-align: top;
    display: inline-block;
	width: 49%;
	user-select: none;
}

.ContenerImage {
	width: 100%;
	max-width: 100%;
	height: 100%;
  }

  .Contenerbutton{
	display: flex;
	justify-content: space-between;
	user-select: none;
}

.Contenerbutton ul {
	display: flex;
	align-items: center;
	list-style-type: none;
}

.Contenerbutton ul li {
	padding-right: 10px;
}

.Contenerbutton ul li a {
	padding: 12px;
	text-decoration: none; 
    color: #000000;
	border: 1px solid #949494;
	border-radius: 7px;
	animation: hoverb 0.5s ease-out;
	background-color: #ffffff;
}

@keyframes hoverb{
	from{
		background-color: #c5c5c5;
		
	}
	to{
		background-color: #fff;
		
	}
}


.Contenerbutton ul li a:hover {
	animation: hover 0.5s ease-out;
	background-color: #c5c5c5;
}

@keyframes hover{
	from{
		background-color: #fff;
		
	}
	to{
		background-color: #c5c5c5;
		
	}
}

.iconetitre{
	animation: spawn 0.75s ease-out;
}

@keyframes spawn{
	from {
		opacity: 0;
		transform: translateY(-100px);
	}	
	to{
		opacity: 1;
		transform: translateY(0px);
	}
}
 
.surbk {
	background: url(https://www.octetnova.fr/img/space.jpg) no-repeat no-repeat;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-attachment: fixed;
	height: 100%;
	min-height: 100%;
	padding: 15% 0px 15% 0px;
	text-align: center;
	color: #ffffff;
	user-select: none;
  }

.pagelink ul li a:hover {
	animation: hoverfooter 0.5s ease-out;
	text-decoration: underline;
}

@keyframes hoverfooter{
	from {
		text-decoration: none;
		text-decoration-color: #000000;
	}	
	to{
		text-decoration: underline;
		text-decoration-color: #ffffff;
	}
}