html, body {
	font-family: 'Century Gothic', Calibri, serif;
	font-size: 13px;
	text-align: center;
	background-color: #FBEBD8;
	height: 100%;
	margin: 0;
    padding: 0;
	transition: opacity 0.5s ease;
}

.img-dev {
	position: relative;
	top: 70px; 
	/* left: 90px; */
	width: 60%;
    height: 70%;
	border-radius: 25px;
	background-position: center;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

h2 {
  text-align: center;
  margin-bottom: 10px;
}

/*    HISTOIRE      */

.container-dev {
    max-width: 1500px;
	margin: 80px auto 90px;
    padding: 20px;
}

.title {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 480px) {
	.img-vague-histoire {
		position: absolute; 
		top: 155px; 
		left: 0px;
	}

}

@media(max-width:820px){
	.img-vague-histoire {
		position: absolute; 
		top: 215px; 
		left: 0px;
	}

}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
	.img-vague-histoire {
		position: absolute; 
		top: 265px; 
		left: 0px;
	}
}

@media screen and (min-width: 1201px) and (max-width: 1600px) {
	.img-vague-histoire {
		position: absolute; 
		top: 317px; 
		left: 0px;
	}

	.rectangle-histoire {
		position: relative;
		width: 90%;
		height: 7px;
		left: -05px;
		margin: 80px auto;
		background-color: #ccc;
		border-radius: 3px;
	}
}