@charset "utf-8";
/* CSS Document */
#ARX_POPUP {
    background-color: #ffffff;
    padding: 20px;
	text-align: center !important;
	position: relative;
}

.alert_text p{
	margin: 0 !important;
	padding-bottom: 10px !important;
}

.ARX_POPUP_close{
	background-color : #ea6938 !important;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 20px!important;
	height: 20px!important;
	line-height: 20px !important;
	padding: 0px !important;
}
.popup_img{
	text-align: center!important;
}	
.popup_img img{
    max-width: 320px;
	
}

.popup_paragraphe {
/*
    display: inline-block;
    float: left;
*/
	width: 320px;
}


.arx_container_bandeau_alerte {
	height:40px;
	overflow: hidden;
	line-height: 40px;
	background-color: #C96163;
	color:#ffffff !important;
}

.arx_container_bandeau_alerte p{
	color:#ffffff;
	padding:0px;
	margin:0px;
}

.arx_container_bandeau_alerte a {
	color:#ffffff;
	font-size:12px;
	font-weight:700;
}

.arx_container_bandeau_alerte marquee {
	color:#ffffff;
}

.arx_container_bandeau_alerte>div {
	color:#ffffff;
	width:1000px;
	margin:0 auto;
}

.div_cta_popup {
    width: 100%;
    padding: 7px;
    background: #ea6938;
    color: #ffffff;
    font-weight: 700;
}

.container_alert {
    text-align: center;
	background-color: #358fde;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 20px;
    padding-top: 20px;
}

.container_alert span {
	font-size: 19px; 
	color: #ffffff;
}

.container_alert p{
font-size: 17px; 
color: #ffffff;
}

@media (max-width: 320px){
	.popup_img img{
		max-width: 260px;

	}
	.popup_paragraphe {

		width: 260px;
	}	
}
@media (max-width: 800px){
	.arx_container_bandeau_alerte>div {
		color:#ffffff;
		width:100%;
		margin:0 auto;
	}
}
