body{
	font-family: 'Noto Serif', serif;
	font-size: 18px;
	/*background-image:linear-gradient(to top right, #2BCA40, #206B0A);*/
	background-image:linear-gradient(to top left, #2BCA40, white);
}
.mainbody{
	background-color: white;
	box-shadow: 0px 10px 20px 0px rgba(0,0,0,.50);
	width: 95%;
	margin: auto auto;
	padding: 10px;
}
a{
	text-decoration: none;
	color: #000;
	cursor: pointer;
}
p{
	margin-bottom: 20px;
}
.portrait{
	display: block;
	width: 300px;
	height: 300px;
	margin: auto auto;
	margin-bottom: 20px;
	margin-top: 20px;
}
.portrait:hover{
	border-radius: 200px;
}
img{
	display: block;
	width: 80%;
	margin: auto auto;
}
.title{
	font-size: 30px;
	margin-top: 30px;
}
.titledeco{
	transform: translateX(0px);
	transition: .3s ease-in-out;
}
.titledeco:after{
	display: block;
	content: "";
	background-color: #2BCA40;
	width: 30px;
	height: 5px;	
 }
.titledeco:hover{
	transform: translateX(+10px);
}
.title--header{
	font-size: 60px;
}
.title--light{
	font-size: 23px;
}
.title--nav{
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 8px;
}
.textalign--center{
	display: block;
	width: 100%;
	margin: auto auto;
	text-align: center;
}
.liste{
	padding: 20px 20px;
}
.avantage{
	list-style-image: url(images/positif.png);
}
.negatif{
	list-style-image: url(images/negatif.png);
}
.listdisc{
	list-style: disc;
	padding-left: 30px;
}
.listnone{
	list-style: none;
	padding-left: 10px;
	font-size: 12px;
}
.time{
	width: 15%;
}
.picto{
	width: 100px;
	transform: scale(1);
    transition: .3s ease-in-out;
}
.picto:hover{
	transform: scale(1.2);
}
.btn{
 	padding: 10px 25px;
  	border: none;
  	background-color: #2BCA40;
  	border-radius: 50px;
 	color: white;
 	font-size: 20px;
 	margin: auto auto;
 	width: 230px;
 	display: block;
 	margin-top: 30px;
 	margin-bottom: 30px;
 	cursor: pointer;
 	transform: scale(1);
    transition: .3s ease-in-out;
    text-align: center;
}
.btn:hover{
	transform: scale(1.1);
}
.btn--menu{
	position: fixed;
	background-image: url(images/menubtn.png);
	height: 70px; 
	width: 70px;
	right: 20px;
	padding: 2px;
	background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
  	border: none;	
  	transform-origin: center;
  	transition: transform 0.4s ease-out;
 	will-change: transform;
 	z-index: 10;
 	cursor: pointer;
}

.btn--menu__open{
	transform: rotate(+90deg);
}
.nav{
	background-color: #DDDDDD;
	border-radius: 20px;
	border: 2px solid #2BCA40;
	width: 250px;
	height: 400px;
	position: fixed; 
	right: 30px;
	top: 120px;
	transform-origin: 100% -8%;
	transform: rotate(-90deg);
  	transition: transform 0.4s ease-out;
 	will-change: transform;
 	z-index: 10;
 	box-shadow: 0px 10px 20px 0px rgba(0,0,0,.50);
}
.nav--open{
	transform: rotate(0deg);
}
.dot{
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  margin: auto auto;
}
.point{
  text-align: center;
}
.dot:hover{
  background-color: #2BCA40;
}
.testuser{
	width: 90%;
	margin: auto auto;
	margin-bottom: 20px;
}
.hidden{
	display: none;
}
@media (min-width: 700px){
	.mainbody{	
		width: 85%;	
	}
	.tablet--flex{
		display: flex;
		justify-content: space-around;
		flex-direction: row;
	}
	.title--header{
		font-size: 80px;
		margin-left: 30px;
	}
	.date{
		text-align: center;
	}
	.nav{
		width: 450px;
		height: 600px;
	}
	.listnone{
		font-size: 19px;
	}
	.title--nav{
	font-size: 24px;
	}
}
@media (min-width: 1400px){
	.mainbody{	
		width: 80%;	
	}
	.title{
		font-size: 35px;
	}
	.title--light{
	font-size: 27px;
	}
	.title--header{
		font-size: 100px;
	}
	.portrait{
		width: 450px;
		height: 450px;
	}
	.desktop--flex{
		display: flex;
		justify-content: space-around;
		align-items: center;
	}
	.desktop--flex__reverse{
		flex-direction: row-reverse;
	}
	.imgpaysage{
		width: 60%;
	}
	.nav{
		top: 130px;
		width: 550px;
		height: 700px;
	}
	.listnone{
		font-size: 22px;
	}
	.title--nav{
		font-size: 30px;
	}
	.liste{
		padding: 35px 35px;
		margin-left: 30%;
	}
	.align--center{
		margin-left: 25%;
		margin-right: 25%;
	}
	.time{
		width: 5%;
	}
	.desktop--flex div{
		width: 65%;
		margin-right: 50px;
	}
	.desktop--flex__reverse div{
		margin-left: 50px;
	}
	.avantage--flex{
		display: flex;
		justify-content: space-around;
	}
	.avantage{
		width: 40%;
		border-right: 1px solid black;
	}
	.negatif{
		width: 40%;
	}
	.negatif--big{
		width: 100%;
	}
	.bordernone{
		border: none;
	}
	.align--left{
		width: 40%;
		margin-right: 55%;
		
	}
	.align--right{
		width: 40%;
		margin-left: 55%;
		
	}
	.picto{
		width: 10%;
		margin: auto auto;
	}
	.testuser{
		width: 70%;
	}
	.btn--menu{
		width: 100px;
		height: 100px;
		
	}
}

