/***********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/bg_erreur.jpg);
}
.hero-inner .row {
    margin: 0;
    padding-top: 10%;
    transition: opacity .5s linear 0s;
    opacity: 1;
    color: #1e366c;
    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: #1e366c;
}
.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 #1e366c;
}
.hero-inner  .parag_erreur {
	width: 800px;
	margin:0 auto 0;
    font-family: segoe ui;
    font-size: 15px;
    text-align: justify;
    padding: 20px;
    background-color: rgba(30, 54, 108, 0.31);
    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 {
    color: #fff;
    text-align: center;
    padding: 10px 30px;
    text-transform: uppercase;
    text-decoration: none;
    width: 250px;
    display: block;
    margin: 10px auto;
    font-size: 16px;
    font-weight: 400;
    display: block;
    background-color: #1e366c;
}
