p {
	line-height: 1.3em; 
	margin: 0; 
	font-family: 'Lato'; 
	font-size: 17px;
	/*border: 1px solid black;*/
}

h2 {
	line-height: 1.3em; 
	font-family: 'Lato'; 
	font-size: 30px;
}

h3 {
	margin-top: 30px;
	line-height: 1.3em; 
	font-family: 'Lato'; 
	font-size: 25px;
}

.source {
	margin-top: 10px;
}

.source a {
	text-decoration: underline;
}

.source p {
	font-size: 12px;
}

.certificat {
	width: 100%;
	margin-top: 30px;
}

.texte {
	width: 60%;
	float: right;
}

.images {
	width: 40%;
	float: left;
}

.mineurs, .majeurs, .veterans {
	text-align: left;
	margin-left: 5%;
	width: 90%;
}

.majeurs, .veterans {
	margin-top: 100px;
}

.mineurs p, .majeurs p, .veterans p {
	margin-top: 20px;
}

.telecharger {
	margin-top: 20px;
	height: 50px;
}



.telecharger-btn, .telecharger-btn1, .telecharger-btn2 {
    background-color: #ff69b4 !important;
    color: white !important;
    border-radius: 25px !important;
    padding: 12px 25px !important;
    font-weight: bold !important;
    text-align: center;
	width: 280px;
}

.telecharger-btn {
	float: right;
}

.telecharger-btn1 {
	float: left;
}

.telecharger-btn2 {
	float: right;
}

.telecharger-btn:hover, .telecharger-btn1:hover, .telecharger-btn2:hover {
    background-color: #ff1493 !important;
}

.image2, .image3 {
	margin-top: 250px;
}

.image1 img, .image3 img {
	width: 100%;
}

.image2 img {
	width: 80%;
}

.image1_txt, .image2_txt, .image3_txt {
	display:none;
}








/* ===== RESPONSIVE DESIGN ===== */

/* Très petits écrans (jusqu'à 480px) */
/*@media screen and (max-width: 480px) {

}*/


/* Mobiles (jusqu'à 767px)  -  RED */
@media screen and (max-width: 767px) {
	h1 {
		margin-top: 30px;
	}
	
	.texte{
		width: 100%;
	}
	
	.images {
		display:none;
	}
	
	.mineurs, .majeurs, .veterans {
		margin-top: 50px;
		/*border: 1px solid red;*/
	}
	
	.image1_txt, .image2_txt, .image3_txt {
		display:inline;
	}
	
	.image2_txt {
		margin-top: 500px;
	}
	
	.image1_txt img, .image3_txt img {
		width: 100%;
		/*border: 1px solid black;*/
	}

	.image2_txt img {
		width: 80%;
		margin-top: 50px;
	}
	
	.image3_txt img {
		margin-top: 70px;
	}
	
	.telecharger {
		width: 100%;
		height: auto;
		margin-top: 20px;
		/*border: 1px solid red;*/
	}
	
	.telecharger1, .telecharger2 {
		width: 100%;
		margin-top: 20px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
}


/* Mobile landscape (768px - 1024px)  -  PURPLE */
@media screen and (min-width: 768px) and (max-width: 959px) and (orientation: landscape) {
	.telecharger {
		width: 100%;
		height: auto;
		margin-top: 0;
	}
	
	.telecharger1, .telecharger2 {
		width: 100%;
		margin-top: 20px;;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.image3 {
		margin-top: 650px;
	}
}


/* Tablettes Portrait (768px - 959px)  -  GREEN */
@media screen and (min-width: 768px) and (max-width: 959px) and (orientation: portrait) {
	.telecharger {
		width: 100%;
		height: auto;
		margin-top: 0;
	}
	
	.telecharger1, .telecharger2 {
		width: 100%;
		margin-top: 20px;;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.image2 {
		margin-top: 400px;
	}
	
	.image3 {
		margin-top: 650px;
	}
}


/* Tablettes Paysage (1024px - 2048px)  -  YELLOW */
@media screen and (min-width: 960px) and (max-width: 1599px) {

}


/* Support pour les écrans haute densité */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {

}
