.imgBanner img{max-width:100%;min-height: 250px;min-width: 100%;width: 100%;}
.BannerInterne {
    /* height: 40vh; */
    min-height: 300px;
    width: calc(100% - 60px);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}
.BannerInterne h1 {
    /* position: relative; */
    z-index: 99;
    top: calc(50% - 40px);
    font-weight: lighter !important;
    padding: 0px 10px;
    border-right: none !important;
    border: 5px solid #fff200;
    position: absolute;
    /* bottom: 0px; */
    margin: auto;
}

@media screen   and (max-width:768px)  {
.imgBanner {width:100%;}
}
@media screen   and (min-width:769px)  {
.imgBanner {/* width:calc(100% - 60px); *//* position: absolute; */}
}

.TitrePrincipal{font-size: 30px;font-family: 'Mayeka Bold Demo';color: #fff200;text-transform: uppercase;font-weight: 400;letter-spacing: 2px;padding: 20px 0px;padding-left: 00px;margin-right: -100px;z-index: 999;display: block;display: block;position: relative;min-width: 180px;}

.TitrePrincipal span:after{
    position:absolute;
    content:"";
    height: 14px;
    width:5px;
    background:#fff200;
    top: 0px;
    right: 90px;
}
.TitrePrincipal span:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 5px;
    background: #fff200;
    bottom: 0px;
    right: 90px;
}


@media screen    and (max-width:768px)  {
.TitrePrincipal {
    font-size: 18px !important;
    letter-spacing: 0px  !important;
    padding: 20px 0px  !important;
    width: 160px;
}
.BannerInterne {
    width: 100% !important;
}
.imgBanner img {

    min-height: 300px  !important;
 
}
.TitrePrincipal span:before {
    width: 2px;
    width: 2px  !important;
    right: 90px  !important;
  height:10px !important;
}
.TitrePrincipal span:after{
    width: 2px  !important;
    right: 90px  !important;
  height:10px !important;
}
.BannerInterne h1 {
    border: 2px solid #fff200  !important;
    border-right: none !important;
}
}






