
/*ALERTES*/

#alerts ul{
	padding-left: 0px;
	margin: 0px;
	word-break: break-word;
}


#alerts .alerte h3 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 10px;
	color: white;
}

#alerts .alerte p {
	font-size: 18px;
	font-weight: 500;
}

#alerts .alerte i {
    font-size: 52px;
}

#alerts .icone_alerte{
	float: left;
	margin-right: 30px;
	margin-top: 20px;
	width:50px;
	height:60px;
}

#alerts .alerte  {
	color: white;
	background-color: #e5322b;
	border-bottom-style: solid;
	border-color: grey;
	border-width: 2px;
}

#alerts .alerte a {	
	text-decoration: underline;			
	color: white;
	font-weight: bold;
}

#alerts .wrap_alerte{
	padding: 15px 30px 15px 30px;
	display: flex;
}

#alerts .section_btn{
	margin-left:auto;
}

#alerts .alerte_btn{
	background-color:transparent; 
	border:0px;
}	

#alerts .alerte_close{
	color:white;
	font-size: 52px;
	cursor: pointer;
}

.sr-only {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
