/* CSS Document */

.canRecette {
	min-height:100vh;
}

.canRecette img {
	border-radius:12px;
	float:right;
	margin:0 0 20px 20px;
	max-width:30%;
}

.recDiv .recDate {
	color:var(--rouge);
	font-family:RobodoBold;
	font-size:14px;
	font-weight:800;
	line-height:14px;
}

.recDiv .recTrait {
	color:var(--jaune);
	font-weight:800;
}

@media only screen and (max-width:1008px) {
	.canRecette h1 {
		font-size:40px;
		line-height:45px;
	}
	.canRecette h2 {
		font-size:20px;
		line-height:25px;
	}
	.canRecette img {
		margin-left:10px;
	}
}

@media only screen and (max-width:500px) {
	.canRecette h1 {
		font-size:30px;
		line-height:35px;
	}
}
