html {
	width: 100%;
	height: 100%;
	margin: 0;
    padding: 0;
	scrollbar-width: thin;
	scrollbar-color: #f5f5f6 #404b4b;
	background-color: #f5f5f6;
	color: #404b4b;
	overflow-x: hidden;
	background-color: #044527;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 100%;
	position: relative;
	background-image: url(image/points2.jpg), url(image/points2.jpg);
    background-repeat: repeat-y;
    background-position: left, right;
	background-size: 3vi;
}

::-webkit-scrollbar {
  width:5px;
}

::-webkit-scrollbar-track {
  background: #f5f5f6;
}

::-webkit-scrollbar-thumb {
  background-color: #044527;
  border-radius: 2px;
}

header {
	width: 100%;
}

.topHeader{
	top: 75px;
	overflow: hidden;
	width: 100%;
}

.topHeader h1{
	top: 50%;
    position: absolute;
    left: 50%;
    text-align: center;
    margin: auto;
    transform: translate(-50%, -50%);
	font-size: 100px;
	border-radius: 15px;
	padding: 40px;
	color: white;
	line-height: 42px;
}

.motCle{
	display:none;
	opacity:0;
	visibility:hidden
}

.mainHeader{
	display: inline-flex;
	z-index: 10;
	height: 75px;
	width: 100%;
	color: white;
	z-index: 999;
}

.alsaj {
	width: inherit;
}

.Mheader{
	text-align: center;
	width: 100%;
	margin-top: 20px;
	font-size: 4vi;
}

.hamMenu{
	display: none;
}

.popupHamMenu .close {
	display: none;
}

.overlayHamMenu {
	visibility: visible;
	width: 100%;
}

.popupHamMenu {
	width: 100%;
	display: inline-flex;
	height: 100%;
}

.lien {
  font-size: calc(.5em + 1vw);
  margin-left: auto;
  margin-right: 10%;
  display: inline-flex;
}

.lien a {
	cursor: pointer;
	text-decoration: none;
	padding-right: 15px;
	color: white;
}

.lien h3 {
	margin: 0;
	margin-top: 20px;
	text-decoration: underline;
	white-space: nowrap;
}

body h2 {
	position: relative;
	color: #2c8042;
	width: 100%;
	text-align: center;
	padding: 10px 10px;
	margin: 0;
	margin-top: 50px;
	font-size: 30px;
}

body h2 span {
	position: absolute;
	top: -75px;
}

.libanaise {
	font-size: calc(.5em + 1vw);
	margin-top: 0px;
	margin-left: 10px;
	display: inline;
}

.bodyDiv {
	padding-bottom: 250px;
	text-align: center;
}

.bodyDiv table{
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}

.button {
	margin: 50px;
	display: inline-block;
	width: 35vi;
}

.buttonDiv{
	
}

footer {
	color: white;
	position: absolute;
	height:90px;
	bottom: 50px;
	width: 100%;
	left: 0;
	margin:0;
	padding:0;
}

footer .copy{
	position: absolute;
	bottom: 5%;
    left: 5%;
	width: 80vi;
}

footer a {
	cursor: pointer;
	text-decoration: none;
	color: #fff;
	text-decoration: underline;
}

footer .numero {
	position: absolute;
	bottom: 0;
	right : 1%;
}

footer .RS {
	position: absolute;
	float: right;
    bottom: 5%;
    right: 5%;
}

.alsajFooter {
	position: absolute;
	max-width: 5%;
	height: auto;
	bottom: 3%;
	left: 5%;
	border-radius: 10px;
}

/*
Partie afficher popup
*/

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 200ms;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
  overflow-x: hidden;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
	overflow-y: scroll;
	margin: 70px auto;
	padding: 20px;
	background-color: #fff;
	border-radius: 10px;
	width: 30%;
	height: 80%;
	position: relative;
	transition: all .5s ease-in-out;
	overflow-x: hidden;
}

.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #404b4b;
}

.popup .close:hover {
  color: #000;
}

.popup h2 {
	border-bottom: 1px solid #404b4b;
}

.popup p {
	color: #000;
	text-align: center;
	margin: 30px;
}

@media screen and (max-width: 1000px){
	
  footer {
	height:100px;
	position: absolute;
	z-index: 100;
  }
  
    footer .copy{
		top: 20%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	footer .numero {
		position: absolute;
		bottom: 0;
		right : 1%;
	}

	footer .RS {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 80vi;
	}
	
	.alsajFooter {
		max-width: 20%;
		height: auto;
		top: 3%;
		left: 5%;
		position: absolute;
	}
}

@media screen and (max-width: 900px){
	
	.topHeader{
		top: 100px;
	}
	
	.Mheader p {
	font-size: 6vw;
  }
	
	body h2 span {
		top: -150px;
	}
}

@media screen and (max-width: 750px){
	
	.Lheader {
		text-align: center;
		width: auto;
		margin: 2%;
	}

	.Mheader{
		text-align: center;
		width: auto;
		margin: auto;
	}

	.hamMenu{
		display: inline-flex;
		width: 100%;
		height: 100%;
	}
	
	.hamMenu a{
		margin-top: 5%;
		margin-left: 50%;
		transform: translate(-50%, -50%);
	}
	
	.popupHamMenu .close {
		display: block;
	}
	
	.overlayHamMenu {
	  position: fixed;
	  top: 0;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  background: rgba(0, 0, 0, 0.7);
	  transition: opacity 200ms;
	  visibility: hidden;
	  width: 100%;
	  height: 100%;
	  opacity: 0;
	  z-index: 999;
	}
	
	.overlayHamMenu:target {
	  visibility: visible;
	  opacity: 1;
	}

	.popupHamMenu {
		overflow-y: scroll;
		margin: 0;
		padding: 0;
		background-color: #044527;
		border-radius: 10px;
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
		transition: all .5s ease-in-out;
		padding-top: 100px;
	}

	.popupHamMenu .close {
	  position: absolute;
	  top: 20px;
	  right: 30px;
	  transition: all 200ms;
	  font-size: 30px;
	  font-weight: bold;
	  text-decoration: none;
	  color: #fff;
	}
	
	.popupHamMenu .close:hover {
	  color: #000;
	}
	
	.lien {
	  display: block;
	}
	
	.lien a {
		color: black;
	}
	
	.topHeader h1{
		top: 32%;
		font-size: 50px;
		padding: 20px;
		line-height: 35px;
	}
	
	.topHeader h1 span{
		font-size: 15px;
	}
	
	.button {
		margin: 25px;
		width: 75vi;
	}
}

@media screen and (max-width: 500px){
	
	.topHeader h1{
		top: 20%;
		font-size: 30px;
		padding: 20px;
	}
}

@media screen and (max-width: 350px){
	.topHeader h1{
		top: 18%;
		font-size: 28px;
		line-height: 25px;
		padding: 18px;
	}
}