/***********Erreur*******/

.hero-inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 360px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    text-align: center;
}
.hero-inner {
    height: 100%;
    background-image: url(../img/banner1.jpg);
}
.hero-inner .row {
    margin: 0;
    padding-top: 10%;
    transition: opacity .5s linear 0s;
    opacity: 1;
    color: #f598dd;
    filter: alpha(opacity=100);
    -ms-filter: 'alpha(opacity=100)';
    transform: translate3d(0px, 0px, 0px);
}
.hero-inner h2 {
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 400;
     font-family: segoe ui;
    margin-top: 0;
    margin-bottom: 21px;
    color: #e0aa54;

}
.hero-inner h2:after {
    position: relative;
    margin-top: 24px;
    left: 50%;
    clear: both;
    display: block;
    content: "";
    width: 300px;
    margin-left: -150px;
    border-top: 1px solid #e0aa54;
}
.hero-inner  .parag_erreur {
	width: 80%;
	margin:0 auto 0;
    font-family: segoe ui;
    font-size: 15px;
    text-align: justify;
    padding: 20px;
    background-color: rgba(255,255,255,0.1);
    position: relative;
    color: #fffefe;
}
.hero-inner  .parag_erreur h3 {
	 font-size: 20px;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 10px;
    color: #fffefe;
}
.hero-inner  .parag_erreur ul{  text-align: justify;}
.parag_erreur a {
    display: table;
    font-family: lato;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    margin: 20px auto;
    background-color: #e0aa54;
    padding: 10px 30px;
    text-decoration: none;
    transition: all 0.5s ease;
}
.parag_erreur a:hover {
   background-color: #ca2e54;
}


