p {
	line-height: 1.3em; 
	margin: 0; 
	font-family: 'Lato'; 
	font-size: 20px;
	color: white;
}

/*
.discipline {
	width: 100%;	
}

.olympique {
	width: 45%;
	float: left;
	box-sizing: border-box;
	cursor: pointer;
}

.paralympique {
	width: 45%;
	float: right;
	box-sizing: border-box;
	cursor: pointer;
}

.olympique img, .paralympique img {
	width: 100%; 
	max-width: 100%;
	box-sizing: border-box;
	height: 250px;
	object-fit: cover;
	object-position: center;
}



.escrime_olym {
	margin-top: 400px;
}
*/

.sabrelaser_titre img {
	margin-top: 50px;
	margin-bottom: 50px;
	width: 50%;
}

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



.choregraphie, .sportif, .dulon, .competition {
	background-size: cover;
	background-position: center;
	width: 24%;
	float: left;
	box-sizing: border-box;
	cursor: pointer;
	margin-left: 10px;
	height: 250px;
	align-items: center;
}

.chore_contenu, .sport_contenu, .dulon_contenu, .compet_contenu {
	display: flex;
	align-items: center;
	justify-content: center;

	height: 250px;
	background-size: cover;
	background-position: center;
	
	text-decoration: none;
}


.chore_contenu {
	background-image: url("../img/activites/sabre_laser/chore01.jpg");
}

.sport_contenu {
	background-image: url("../img/activites/sabre_laser/sport01.jpg");
}

.dulon_contenu {
	background-image: url("../img/activites/sabre_laser/dulon01.jpg");
}

.compet_contenu {
	background-image: url("../img/activites/sabre_laser/compet01.jpg");
}

.chore_contenu span, .sport_contenu span, .dulon_contenu span, .compet_contenu span {
	align-items: center;
	font-size: 2rem;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}

.choregraphie a, .sportif a, .dulon a, .competition a {
	text-decoration: none;
}

/*
.escrime_para {
	margin-top: 400px;
}

.pratiques {
	background-size: cover;
	background-position: center;
	width: 24%;
	box-sizing: border-box;
	cursor: pointer;
	margin-left: 450px;
	height: 250px;
	align-items: center;
}

.prat_contenu {
	display: flex;
	align-items: center;
	justify-content: center;

	height: 250px;
	background-image: url("../img/activites/no_image.jpg");
	background-size: cover;
	background-position: center;
	
	text-decoration: 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) {
	.choregraphie, .sportif, .dulon, .competition {
		width: 100%;
		/*border: 1px solid red;*/
		margin-left: 0;
		margin-bottom: 30px;
	}
	
	.chore_contenu, .sport_contenu, .dulon_contenu, .compet_contenu {
		width: 80%;
		margin-left: 10%;
	}
}


/* Mobile landscape (768px - 1024px)  -  PURPLE */
@media screen and (min-width: 768px) and (max-width: 959px) and (orientation: landscape) {
	.choregraphie, .sportif, .dulon, .competition {
		width: 50%;
		/*border: 1px solid red;*/
		margin-left: 0;
		margin-bottom: 30px;
	}
	
	.chore_contenu, .sport_contenu, .dulon_contenu, .compet_contenu {
		width: 80%;
		margin-left: 10%;
	}
}


/* Tablettes Portrait (768px - 959px)  -  GREEN */
@media screen and (min-width: 768px) and (max-width: 959px) and (orientation: portrait) {
	.choregraphie, .sportif, .dulon, .competition {
		width: 50%;
		/*border: 1px solid red;*/
		margin-left: 0;
		margin-bottom: 30px;
	}
	
	.chore_contenu, .sport_contenu, .dulon_contenu, .compet_contenu {
		width: 80%;
		margin-left: 10%;
	}
}


/* 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) {

}
