body{
    background-color:#011E41!important;
    background:
    url(../images/filet-lb.png) no-repeat left bottom,
    url(../images/filet-rt.png) no-repeat right 35px;
    background-size: 20%, 17%;
}
h1{
    margin-top: 20px!important;
    margin-bottom: 0px!important;
    padding-bottom:0px;
}
#search_submit{
    background-color:#FFCD00;
    color:#011E41;
}

.topeq30 {
    display: flex;
    flex-direction: row;
    gap: 0px;
    padding-top: 14.5px;
    padding-right: 10px;
    padding-bottom: 14.5px;
    padding-left: 10px;
}
.topEQ30{
     background-color:#fff;
    width:100%;
    height:70px;
}
.topEQ30 #logo{
    display:block;
    margin-left:auto;
    margin-right:auto;
    width:160px;
    height:70px;
}
.homeHeroTitle{
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0 20px 20px;
}
.homeHeroTitleHighlight {
    color: #011E41;
    display: inline-block;
    position: relative;
    font-family: 'Barlow Semi Condensed';
    font-weight: 900;
    font-size: 4.7rem;
    line-height: 47px;
    text-align: center;
}
.homeHeroTitleHighlight:after {
    content: '';
    background: white;
    padding: 10px;
    width: calc(100% + 40px);
    height: calc(100% + 30px);
    position: absolute;
    left: -20px;
    top: -10px;
    z-index: -1;
}
.homeHeroTitleHighlight.down {
    z-index: 1;
}
.homeHeroTitleHighlight.down:after {
    transform: rotate(2deg);
    top: 0px;
    height: calc(100% + 10px);
}
.homeHeroTitleHighlight.up {
    z-index: 0;
}
.homeHeroTitleHighlight.up:after {
    transform: rotate(-2deg);
}
.sectpad-sec{
    padding-top:0px!important;
}
.impBox {
    border: 1px solid #011E41;
    border-radius: 0px;
}
.impBox:hover, .impBoxActive {
    background-color: #011E41;
    color: #fff!important;
    border:2px solid #fff;
}
#eventForm{
    margin-top:20px;
    background-color:#fff;
}

.btn-accueil:hover, .btn-actus:hover, .btn-action:hover, .btn-standard:hover{
    background-color: #011E41!important;
    color: #fff!important;
}
.btn-action:hover{
    border:2px solid #ffcd00;
}
.btn-home:hover{
    border:none;
}
