body{
	margin: 20px;
  	font-family: 'Lora', serif;
	line-height: 1.5;
	font-size: 17px;
	font-weight: 300;
}
strong{
	font-weight: 700;
}
strong a{
	font-weight: 700;
	color: white;
}
li{
	margin-bottom: 5px;
}
ul{
	margin: 0;
}
.title{
	font-size: 40px;
	line-height: 1.2;
	color: white;
}
.title--light{
	font-size: 20px;
	border-bottom: 1px solid #61B06E;
}
.title--little{
	font-size: 25px;
	border-bottom: 1px solid #61B06E;
}
.banner--head{
	background-image: url(images/fond-banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	color: white;
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	border-radius: 10px;
}
img{
	display: block;
	margin-left: auto;
    margin-right: auto; 
    width: 80%;
    height: 80%;
    margin-bottom: 20px;
    margin-top: 20px;
}
.logo{
	width: 50%;
    height: 50%;
}
.banner{
	background-color: #61B06E;
	padding: 20px;
	width: 80%;
	margin: auto auto;
	margin-bottom: 10px;
	border-radius: 10px;
	box-shadow: 5px 5px 5px #777;
	position: relative;
}
.banner--color{
	margin-bottom: 120px;
	padding: 10px 20px;
	position: relative; 
	background-color: #61B06E;
	border-radius: 10px;
	z-index: -20;
}
.banner--color__margin{
	margin-bottom: 15px;	
}
.banner--triangle:before{
	background-color: #61B06E;
	position: absolute;
	border-radius: 10px;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transform: skewY(15deg);
	transform-origin: bottom left;	
	z-index: -10;
}
.banner--triangle__haut:before{	
	transform-origin: bottom right;	
}
.box{
	padding: 20px;
	width: 80%;
	margin: auto auto;
	margin-bottom: 10px;
	border-radius: 10px;
	box-shadow: 0px 10px 20px 0px rgba(0,0,0,.30);
	list-style: none;
}
.box ul{
	padding: 20px 20px;
}
header{
	margin-bottom: 15px;
	width: 100%;
	height: 60px;
	background-color: black;
	border-radius: 10px;
}
a{
	text-decoration: none;
	color: #000000;
	font-weight: 900;
}
.menu{
	background-color: black;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	z-index: 10;
  	border-radius: 10px;
}
.lien{
	color: #fff;
	margin: auto auto;
}
.menu--chapitre{
	font-size: 15px;
	background-color: #eee;
	position: fixed;
	right: 100%;
	top: 30%;
	height: 300px;
	width: 170px;
	list-style: none;
	opacity: 0.95;
	transform: translateX(-1px);
  	transform-origin: center;
  	transition: transform 1s ease-out;
 	will-change: transform;
 	z-index: 10;	
}
section{
	position: relative;
}
.bouton--nav{
	position: fixed;
	background-image: url(images/nav.png);
	height: 36px; 
	width: 25px;
	right: 95%;
	top: 45%;
	background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.9;
    border: none;
    background-color: transparent;
    transform: translateX(0px);
  	transform-origin: center;
  	transition: transform 1s ease-out;
 	will-change: transform;
 	z-index: 10;
}
.bouton--nav__open{
    transform: translateX(175px);
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,.30);
}
.menu--chapitre__open{
	transform: translateX(170px);
	box-shadow: 0px 10px 20px 0px rgba(0,0,0,.30);
}
.contact{
	display: flex;
	flex-direction: column;
	text-align: center;
}
@media (min-width: 700px){
	body{
		font-size: 18px;
	}
	.title{
		font-size: 43px;
	}
	.title--light{
		font-size: 23px;
	}
	.title--little{
		font-size: 28px;
	}
	.bouton--nav{
		display: none;
	}
	.menu--chapitre{
		display: none;
	}
	.banner--triangle:before{
		display: none;	
	}
	.banner--color{
		margin-bottom: 20px;
		box-shadow: 5px 5px 5px #777;
	}
	.logo{
		width: 200px;
		height: 200px;
		margin: 10px 10px;
	}
	.tablet{
		display: flex;
		justify-content: space-around;
		align-items: center;	
	}
	
	.tablet--reverse{
		flex-direction: row-reverse;
	}
}
@media (min-width: 1000px){
	body{
		font-size: 20px;
	}
	img{
		width: 65%;
		height: 65%;
	}
	.tablet--horizontal{
		display: flex;
		justify-content: space-around;
		align-items: center;
		margin-bottom: 20px;
	}
	.logo{
		width: 180px;
		height: 180px;
		margin: 20px;
	}
	.banner .tablet--horizontal img{
		width: 250px;
		height: 250px;
		margin: 20px 20px;
	}
	.logo--concret{
		width: 400px;
		height: 400px;
		margin: 20px 20px;
	}
	.contact{
		display: flex;
		justify-content: space-around;
		flex-direction: row;
	}
	.banner--head{
		background-image: url(images/fond-bannergrand.jpg);
	}
	.title{
		font-size: 50px;
	}	
}
@media (min-width: 1400px){
	body{
		font-size: 23px;
		margin: 40px;
	}
	.desktop .tablet--horizontal img{
		width: 350px;
		height: 350px;
		margin: 20px 20px;
	}
	.desktop--horizontal{
		display: flex;
		justify-content: space-around;
		align-items: center;
		margin-bottom: 20px;
	}
	.desktop{
		width: 60%;
	}
	.align{
		width: 80%;
		margin: auto auto;
	}
	
	.logo--concret{	
		height: 600px;
		margin: 20px 20px;
	}
	.text--flex{
		width: 50%;
	}
	.title{
		font-size: 70px;
		margin-top: 50px;
	}
	.title--light{
		margin-top: 50px;
	}
	.title--little{
		margin-top: 50px;
	}
	.imgpaysage{
		width: 500px;
	}
	.banner--color{
		width: 40%;
	}
	.logo{
		width: 300px;
		height: 300px;
		margin: 20px;
	}
	#contact{
		text-align: center;
	}
	.banner--head{
		height: 600px;
	}



}
	