html { 
	scroll-behavior: smooth; 
}

body {
	background-color:#2C2C2C;
	scroll-behavior: smooth;
}

section{
	width: 100%;
	display: block;
}

@font-face{
	font-family: 'Rubik';
	src: url('Rubik-Regular.tff');
}

@font-face{
	font-family: 'Mailston';
	src: url('Mailston.ttf');
}

#Bienvenue{
	display: flex;
	flex-wrap: wrap;
}


.nom{
	color: white;
	margin: auto;
	width: 200px;
	font-size: 35px;
	padding: 25px;
	font-family: Rubik;
	text-align: center;
	cursor: pointer;
}

.texte{
	visibility: hidden;
}

h1{
	margin-top: 25px;
    margin-bottom: 0px;
    margin-left: 50px;
}

h2{
	width: 500px;
	color: white;
	font-family: Rubik;
	text-shadow: 0px 0px 20px black;
	font-weight: bold;
	font-size: 50px;
	margin: 0px;
	padding: 5px;
	text-align: center;
}

h3{
	width: 500px;
	font-family: Rubik;
	font-weight: bold;
	padding: 15px;
	color: white;
	margin: 10px;
	text-align: center;
	font-size: 18px;
	word-wrap: break-word;
}

h6{
	width: 500px;
	color: white;
	font-family: Rubik;
	font-weight: bold;
	text-align: center;
	margin: 2px;
	padding: 2px;
	margin-left: 50%;
}

#texte_tele{
	font-size: 32px;
}

.numero_tele{
	font-size: 32px;	
}

.mail_logo img{
	width: 50px;
	height: 30px;
}

p{
	font-family: Rubik;
	color: #CDCDCD;
    text-align: center;
    font-size: 17px;
    line-height: 30px;
    padding: 50px;
    margin: 10px;
    text-shadow: 0px 0px 20px black;
    width: 500px;
    height: auto;
    word-wrap: break-word;
    overflow: auto;
}

p::first-letter{
	font-family: Mailston;
	text-align: justify;
	font-size: 2em
}

nav{
	float: left;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
  	list-style: none;
  	justify-content: flex-start;
    align-content: space-around;
	width: 100%;
	height: 75px;
	position: fixed;
	margin: auto;
	margin-top: -7px;
	box-shadow: 0px 0px 5px black;
	background-color: rgba(0, 0, 0, 0.5);
}


input :not(.localisation){
	font-family: Rubik;
	border: none;
	color: white;
	width: 100%;
	padding: 25px;
  	text-decoration: none;
  	display: inline-block;
  	font-size: 20px;
  	background: transparent;
  	margin: auto;
  	background-color: rgba(114, 147, 168, 0);


}

.menu_principal{
	display: none;
	visibility: hidden;
}

input .localisation{
	font-family: Rubik;
	border-radius: 10px;
	width: 210px;
	border: none;
	color: white;
	padding: 15px;
  	text-align: center;
  	text-decoration: none;
  	display: inline-block;
  	font-size: 25px;
  	background: transparent;
  	margin: auto;

}

footer{
	width: 98.75%;
	padding: 12px;
	overflow: auto;
}



.iut{
	border: transparent;
	border-color: white;
	width: 285%;
}

.bas{
	color: white;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	font-family: Rubik;	
}

.logo{
	width: 100px;
}

.icone{
	padding-left: 235px;
}

.haut{
	position: fixed;
	cursor: pointer;
	bottom : 20px;
	right: 70px;
	opacity: 0.5;
}

.top{
	transition: transform .3s
}

.conteneur{
	display: flex;
	background-image: url(images/code.png);
	background-attachment: fixed, scroll;
	flex-wrap: nowrap;
	flex-direction: row;
	padding: 0;	
  	list-style: none;
  	justify-content: flex-start;
    align-content: space-around;
    height: auto;
}

.conteneur p{
	width: auto;

}

.conteneur2 p{
	width: auto;
}

.conteneur3 p{
	width: auto;
}

.conteneur4 p{
	width: auto;
}

.conteneur5 p{
	width: auto;
}

.contact p{
	width: auto;
}

.contact_texte{
	margin: 0;
	font-size: 24px;

}

.presentation{
	padding-top: 200px;
}

.conteneur2{
	display: flex;
	flex-wrap: nowrap;
	background-color: #2C4668;
	flex-direction: row;
	padding: 0;
  	list-style: none;
  	justify-content: flex-start;
    align-content: space-around;
    height: auto;

}

.conteneur2 article{
	height: auto;
	width: 100%;
}

.conteneur3 article{
	height: auto;
}

.conteneur4 article{
    height: auto;
}

.conteneur5 article{
	height: auto;
	width: auto;
}

.conteneur3{
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	background-color: #4679B9;
	padding: 0;
  	list-style: none;
  	justify-content: flex-start;
    align-content: space-around;
    height: auto;
}

.conteneur4{
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	background-color: #2C4668;
	padding: 0;
  	list-style: none;
  	justify-content: flex-start;
    align-content: space-around;
    height: auto;
}

.conteneur5{
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	background-color: #4679B9;
	padding: 0;
  	list-style: none;
  	justify-content: flex-start;
    align-content: space-around;
    height: auto;
}

.aside1{
	flex: 1;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: flex-start;
	align-content: space-around;
}

iframe {
	width: 285%;
}

embed{
	display: none;
}

.downloadcv a{
	visibility: visible;
	border-radius: 15px;
	width: auto;
	display: block;
	text-align: center;
	font-size: 25px;
	border: solid;
	padding: 10px;
	background-color: rgba(255, 225, 255, 0.2);
	box-shadow: 0px 5px 10px black;
}

.downloadcv a:hover{
	color: rgba(255, 255, 255, 1);
}

.downloadisn a{
    width: auto;
    margin-left: 0;
}
.aside2{
	flex: 1;	
    width: 100%;
    padding-top: 0px;

}

.aside2 iframe{
	width: 100%;
}

.aside3{
	flex: 1;
}

.aside3 img{
	margin-top: -250px;
	margin-left: 60%; 
}

.aside4{
	flex: 1;
}

.aside5{
	flex: 1;
    padding-left: 25%;
    padding-top: 0px;
}

.haut{
	bottom : 60px;
}

.haut img{
	width: 100px;
	height: 100px;
}

article{
	width: auto;
	height: auto;
	padding-top: 100px;	
	margin-left: 0;
	word-wrap: break-word;
    overflow: auto;
}

aside{
	width: 35%;
	overflow: inherit;	
}

a{
	color: #d0edf7;
	cursor: pointer;
	font-family: Rubik;
	text-decoration: none;
}

.formulaire{
	display: initial;
	width: auto;
	height: auto;
}

.formulaire input{
	background-color: #272727; 
	width: 97%;
	padding: 10px;
	border-radius: 10px;
	font-size: 32px;
}

.autrecontact{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;	
    padding: 25px;
}

.contact{
	display: block;	
	background-image: url(images/contact.png);
	background-attachment: fixed, scroll;
	background-size: cover;	
	width: 98.75%;
	padding: 12px;
	overflow: auto;
}

#menuToggle
{
  display: block;
  position: relative;
  top: 20px;
  right: -31px;
  visibility: visible;
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle a
{
  text-decoration: none;
  color: white;
  
  transition: color 0.3s ease;
}

#menuToggle a:hover
{
  color: rgba(47, 171, 211, 0.90);
}


#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0;
  z-index: 2;
  
}

#menuToggle span
{
  display: block;
  width: 70px;
  height: 10px;
  margin-bottom: 5px;
  position: relative;
  
  background-color: rgba(255, 255, 255, 1);
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child 
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 21% 140%;
}

#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background-color: rgba(255, 255, 255, 1);
}

#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

#menu
{
  position: absolute;
  width: 100vh;
  min-height: 100vh;
  padding: 50px;
  margin-top: 0px;
  padding-top: 25px;
  right: 55vh;
  padding-top: 125px;
  box-shadow: 0px 0px 5px black;
  background-color: rgba(0, 0, 0, 0.5);
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  
  transform-origin: 0% 0%;
  transform: translate(-150%, 0);
  
  transition: transform 0.5s cubic-bezier(0.40, 0.05, 0.55, 0.75);
}

#menu li
{
  padding: 10px 0;
  font-size: 20px;
  text-align: center;
}

#menuToggle input:checked ~ ul
{
  transform: none;
}

.