#intro h3 {
    font-size: 1em;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #333;
    color: white;
    line-height: 1.5em;
    padding: 1em 0;
}

@media (min-width: 48em){
    #intro h3 {
        font-size: 1.3em;
        line-height: 2em;
        padding: 0;
    }
}

#regles .regle {
	margin-bottom: 1.7em;
}

#regles figure {
	position: relative;
}

#regles figure img {
	width: 100%;
}

#regles figure p {
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 100%;
	padding: 1em;
	color: #fff;
	text-align: center;
	font-size: 0.8em;
	line-height: 1.4em;
	background: rgba(0, 0, 0, 0.6);
}

#techniques h2 {
	margin-top: 0.5em;
	margin-bottom: 0.8em;
	font-family: 'Lobster', cursive;
	color: #e2141b;
	font-size: 2em;
}

@media (min-width: 48em){
	#techniques h2 {
		font-size: 2.5em;
	}
}

#techniques figure {
    text-align: center;
    margin-top: 1em;
}

#techniques p {
    font-size: 0.9em;
    line-height: 1.5em;
    margin-top: 0.8em;
}


/* PAGE FFMC */

#ffmc {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#ffmc .texte {
	flex-basis: 100%;
}

#ffmc .texte a {
	color: #000;
	font-weight: bold;
}

@media (min-width: 48em){
	#ffmc .texte {
		flex-basis: 50%;
		order: 1;
	}
}

#ffmc .texte p {
	font-size: 1em;
	margin-bottom: 1em;
	line-height: 1.4em;
}

#ffmc #blocs {
	display: flex;
	flex-direction: column;
}

@media (min-width: 48em){
	#ffmc #blocs {
		flex-basis: 45%;
	}
}

#ffmc .bloc {
	display: flex;
	flex-direction: column;
	margin-bottom: 2em;
	padding: 2em;
	border: 3px solid #ef7f01;
	border-radius: 6px
}

#ffmc .bloc p {
	text-align: center;
	line-height: 1.5;
	margin-top: 1em;
}

#ffmc .bloc p a {
	color: #000;
	font-weight: bold;
}