.container_encadre {
	width: 100%;
}

.encadre {
	display: inline-block;
	position: relative ;
	border-bottom-left-radius: 20px;
	margin-top: 18px;
	margin-bottom: 25px;
	margin-left: 10px;
	margin-right: 20px;
	left: 0;
	right: 0;
	max-width: 689px;
	width: 100%;
	border-radius: 8px;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.encadre>.legend{
	display: inline-block;
	-webkit-hyphens: auto;
	 -moz-hyphens: auto;
	 -ms-hyphens: auto;
	 hyphens: auto;
	line-height: inherit;
	padding: 10px;
	padding-left: 18px;
	padding-top: 15px;
	margin: 0px 0px 11px 0px;
	border-bottom: 0 ;
	border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    min-width: 687px;
    height: 56px;
}
	
.encadre>.legend.white_legend{
	color: #FFFFFF;
	font-family: Raleway;
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;
    min-width: 100%;
}

.icon_encadre {
	position: relative;
	float: right ;
	margin-top: -68px;
}

fieldset.encadre .icon_encadre>img {
	width: 60px;
	height: 52px;
	border-top-right-radius: 7px;
}

.encadre_contenu > p{
	margin: 0 0 10px;
	padding: 0px 15px ;
	width: 100%;
}

.grey_background {
	background-color: #F2F2F2 ;
}


/**
	GESTION AFFICHAGE RESPONSIVE
**/

/*Mobile screen*/
@media screen and (max-width: 993px) {
	.encadre>.legend{
		padding: 5px ;
		min-width: -webkit-fill-available;
    	padding-left: 18px;
    	padding-top: 10px;
    	margin-bottom: 26px;
    	min-width: 100%;
    	height: auto;
	}
	
	.encadre {
		background-color: #F2F2F2 ;
		border: 0 !important ;
		margin-left: 0px;
    	margin-right: 22px;
    	margin-bottom: 14px;
	}

	.colorstyle2 {
		background-color: #F2F2F2 !important;
	}
}

.encadre_contenu p {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 140.62%;
}

.encadre_contenu p {
	padding-left: 18px;
	padding-right: 18px;
}

.separateur_bas {
	height: 0px;
    overflow: hidden;
    border-top: 1px solid;
    width: calc(100% - 18px);
    position: relative;
    top: -15px;
    left: 18px;
    color: inherit;
}

@media screen and (min-width: 991px) and (max-width: 993px)  {
	.icon_encadre {
		display: none;
	}
}
