/* Div choix */
.entryfull center .div_choix{
	width:250px;
	text-align:left;
	float:left;
	display:block;
	position:relative;
	left:16px;
}

/* Div ancien */
.entryfull center .div_ancien{
	transform:translatex(0px) translatey(0px);
	width:77%;
	float:right;
	padding-left:10px;
}

/* Select */
.select_list_arrete {
	width:77%;
    white-space: pre-wrap;
}
.option_list_arrete {
	width:77%;
    white-space: pre-wrap;
}

/* 1023px and smaller screen sizes */
@media (max-width:1023px){

	/* Div ancien */
	.entryfull center .div_ancien{
		width:100%;
	}
}

/* 595px and smaller screen sizes */
@media (max-width:595px){

	/* Div ancien */
	.entryfull center .div_ancien{
		transform:translatex(0px) translatey(0px);
		width:101%;
		line-height:11.2px;
	}
	
}
.entryfull .eb-shape-divider svg { width: calc(100% + 1.3px); height:31px; }