/**
Bleu : #8CDBFF
Vert : #0AEA8E
Jaune : #FFFFD2
**/

#head_div_prez{
  background-color: #F0F0F2;
  width: 100%;
}
.menu-wrapper2 {
  position: fixed;
  width: 60px;
  right: 0;
  top: 0;
  -webkit-box-shadow: 10px 0px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 20px 0px 103px rgba(0, 0, 0, 0.08);
  z-index: 999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.menu-wrapper3 {
  position: fixed;
  width: 200px;
  right: 60px;
  top: 0;
  -webkit-box-shadow: 10px 0px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 20px 0px 103px rgba(0, 0, 0, 0.08);
  z-index: 999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.fa-bars, .fa-times, .fa-user-circle
{
  margin-top: 18px;
  font-size: 23px;
}
.menu-wrapper {
	position: fixed;
	width: 60px;
	left: 0;
	top: 0%;

	z-index: 999;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

@media (max-width: 420px) {
	.menu-wrapper {
		width: 60px;
	}
}

.menu-wrapper.hide-left {
	opacity: 0;
	left: -90px;
}

.menu-switch {
	width: 100%;
	height: 60px;
	text-align: center;
  color: #0AEA8E;
	cursor: pointer;
}

.menu_profil {
  width: 100%;
  height: 60px;
  text-align: center;
  color: #FFF;
  background: #0AEA8E;
  cursor: pointer;
  z-index: 10;
}


.menu_profil_elements
{
  width: 100%;
  height: 60px;
  text-align: right;
  border-bottom: solid 5px #0AEA8E;
  border-left: solid 5px #0AEA8E;
  margin-top: -5px;
  border-radius : 0px 0px 0px 60px;
}

.menu-social-warp {
	height: calc(100% - 90px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-webkit-box-pack: center;
	justify-content: center;
	-ms-flex-pack: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.menu-social a {
	display: block;
	font-size: 18px;
	color: #252525;
	margin-bottom: 50px;
}

.menu-social a:last-child {
	margin-bottom: 0;
}

@media (max-width: 576px) {
	.menu-social a {
		margin-bottom: 30px;
	}
}

.side-menu-wrapper {
	position: fixed;
	width: 350px;
	height: 100%;
	left: -350px;
	top: 0;
	overflow-y: auto;
	-webkit-box-shadow: 14px 0px 103px rgba(0, 0, 0, 0.08);
	box-shadow: 14px 0px 103px rgba(0, 0, 0, 0.08);
	background-color: #fff;
	z-index: 9999;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

@media (max-width: 420px) {
	.side-menu-wrapper {
		width: 100%;
		left: -100%;
	}
}

.side-menu-wrapper.active {
	left: 0;
	opacity: 1;
	filter: alpha(opacity=100);
}

.side-menu-wrapper .sm-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.menu-close {
	width: 60px;
	height: 60px;
	font-size: 30px;
	text-align: center;
	color: #fff;
  background: #0AEA8E;
	cursor: pointer;
}

.site-logo {
  background: #F0F0F2;
	width: calc(100% - 40px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-webkit-box-pack: center;
	justify-content: center;
	-ms-flex-pack: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-menu {
	height: calc(100% - 260px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-webkit-box-pack: center;
	justify-content: center;
	-ms-flex-pack: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  font-family: 'Poppins',  sans-serif;
}

.main-menu ul {
	list-style: none;
	text-align: center;
}

.main-menu ul li {
	display: block;
	margin-bottom: 20px;
}
.main-menu ul li a {
	display: block;
	font-size: 23px;
	font-weight: 600;
	color: rgba(116, 116, 116, 0.31);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.main-menu ul li a:hover,
.main-menu ul li a.active {
  color: #0AEA8E;
}
.texte_uni
{
  font-family: 'Poppins',  sans-serif;
  font-size: 13px;
  text-align: center;
  padding-right: 30px;
  padding-left: 30px;
  color: rgba(67, 67, 67, 0.24);
}

.underline_menu
{
  background-color: #F0F0F2;
}

#dossier_menu
{
  display: block;
  margin-bottom: 110px;
  text-align: center;
  font-size: 23px; 
  font-weight: 600;
  color: rgba(116, 116, 116, 0.31);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-family: 'Poppins',  sans-serif;
}
#dossier_menu:hover
{
  color : #0AEA8E;
}
