/*partie specifique pour pdf*/
#pdf {
	width: 100%;
	text-align: center;
}

#pdf>button {
	cursor: pointer;
	margin: 20px;
	padding: 1em;
	border: none;
	background-color: #D100D1;
	color: #fff;
	font-family: 'Trebuchet MS';
	font-size: 1.5em;
}

/*.collapsible div{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
}*/

.image_problems {
	margin-left: 65px;
	margin-top: 40pt;
	margin-bottom: 40pt;
}

.image_problems img {
	margin-left: 30px;
}

.para_img {
	font-size: 20pt;
	color: #D100D1;
	font-family: 'Arial Rounded MT Bold';
	font-weight: normal;
}

/*pour pdf_3.js*/
.div_critere {
	position: relative;
	font-size: 20pt;
	font-weight: bold;
	margin: 0 10px;
	width: 10%;
}

/*pour pdf.js*/

.create_div_seo {
	position: relative;
	font-size: 15pt;
	font-weight: bold;
    width: 10%;
    height: 35px;
	margin: 0 0 0 30px;
}

.create_div_easy {
	position: relative;
	font-size: 15pt;
	font-weight: bold;
    width: 10%;
    height: 35px;
	margin: 0 0 0 30px;
}


.span_seo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #FFFF00;
	border-radius: 10px;
	color: #242424;
	text-align: center;
	padding: 5px 30px;
	margin-top: 5px;
}

.span_easy {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #FBC23C;
	border-radius: 10px;
	color: #242424;
	text-align: center;
	padding: 5px 15px;
	margin-top: 5px;
}

.span_bloquant {
	background-color: #AD0000;
	border-radius: 10px;
	color: #fff;
	text-align: center;
	margin: 20px;
	padding: 5px 15px;
	margin-top: 5px;
}

/*
.div_critere {
	flex-direction: row;
	flex: 8;
	color: #491866;
	font-size: 20px;
	font-weight: bold;
	padding: 18px 0px;
	margin: 0;
}
.span_seo {
	background-color: #FFFF00;
	border-radius: 10px;
	color: #242424;
	padding: 5px;
	margin: 10px;
	font-size: 1em;
	width: 10%;
	text-align: center;
}

.span_easy {
	background-color: #FBC23C;
	border-radius: 10px;
	color: #242424;
	padding: 5px;
	margin: 10px;
	width: 10%;
	text-align: center;
}

.span_bloquant {

	background-color: #AD0000;
	border-radius: 10px;
	color: #fff;
	padding: 5px;
	margin: 10px;
	font-size: 20px;
	width: 120px;
	text-align: center;
}
*/