 #div_menu {
		position: fixed;
		width: 800px;
		height: 400px;
		top: 89px;
		right: 20px;
		color: #fff;
		text-align: center;
		z-index : 999;
		background-color: #fafafa;
		box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
		background-color: #001B5E;
		opacity: 0.92;
	}
	
 #div_menu a {
		
		color: #fff;
	}

.titre_menu {
	margin-top : 15px;
}
.sous_menus {
	position : relative;
	text-align : left;
	margin-top : 20px;
	padding: 15px;
	padding-bottom: 15px;
	height : 80%;
}

.sous_menus a {
	text-decoration : none;
	color : #000;
}

.option_menu {
	padding-top : 8px;
	padding-bottom : 8px;
	padding-left : 8px;
	
}
.option_menu:hover {
	background : red;
	color: white;
}


.ul_presentation {
	font-size : 16px;
}
.ul_presentation li {
	border-top : 1px solid #DDD;
	padding : 10px;
}
.text_presentation {
	font-size : 20px;
}

.text_presentation h2 {
	margin-top : 30px;
	margin-bottom : 30px;
}
.text_presentation h3 {
	margin-top : 30px;
	margin-bottom : 30px;
}
.liste_presentation1 {
	margin-left : 50px;
}
.liste_presentation1 li {
  position: relative;
  padding-left: 30px;
  line-height: 1.82em !important;
}

.liste_presentation1 li:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border: 3px solid #FF0000;
  background: #fff;
  top: 15px;
  left: 0;
  border-radius: 50%;
}


.titre_logcl {
	color : red;
}

.btn_logcl {
  color: #001b5e;
  font-size: 14px;
  position: relative;
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 38px;
  padding-left : 20px;
  padding-right : 20px;
}

.btn_logcl:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 2px;
  background-color: #e8e9eb;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn_logcl:hover {
  color: #FF0000;
}

.btn_logcl:hover:after {
  left: 15px;
  background-color: #FF0000;
}

.side_box {
	padding: 30px;
	margin-bottom: 30px;
	font-size : 16px;
}

.dark_style {
	color: #FFFFFF;
	background-color: #001B5E;
}

.light_style
{
	color: #000;
	background-color: #F3F4F6;
}
.titre_side_box_d {
	color: #FFF; 
}

.side_liste li {
	padding : 7px;
	border-bottom : 0.7px solid #FFF;
	
}

.side_liste a {
	text-decoration : none;
	color : #FFF;
	
}

.side_liste li:hover {
	
	color: #001B5E;
	background-color: #FFF;
	
}

.slide_bg:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #001b5e;
  content: "";
  opacity: 0.7;
  z-index: 1;
}



