.cont-page-banner-ssmenus {
height: 350px;
display: flex;
overflow: hidden;
position: relative;
align-items: center;
justify-content: center;
background-color: #000000;
}
.cont-page-banner-ssmenus .banner-ssmenus-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
position: absolute;
background: #1C1C1C;
opacity: 0.85;  
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.cont-page-banner-ssmenus .banner-content-ssmenus {
width: 65%;
z-index: 10;
height: 100%;
display: flex;
position: relative;
align-items: center;
justify-content: center;
}
.cont-page-banner-ssmenus .banner-content-ssmenus h1 {
z-index: 10;
display: flex;
margin-bottom: -2%;
position: relative;
text-align: center;
flex-direction: column;
font-family: "Teko", Sans-serif;
}
.cont-page-banner-ssmenus .banner-content-ssmenus h1 span.titre {
font-size: 60px;
font-weight: 600;
line-height: 1.4em;
text-transform: uppercase;
margin-bottom: 0!important;
color: #FFFFFF
}
.banner-content-ssmenus:after,
.banner-content-ssmenus:before,
.cont-page-banner-ssmenus:before {
top: 0;
width: 1px;
z-index: 5;
height: 100%;
content: " ";
opacity: 0;
position: absolute;
background-color: #ffffff;
}
.banner-content-ssmenus:after{
left: 0;
}
.banner-content-ssmenus:before {
right: 0;
}  @media (max-width: 767px) {  .cont-page-banner-ssmenus .banner-content-ssmenus h1 span.titre {
font-size: 45px;
line-height: 1.2em;
margin-bottom: -15%!important;
}
} @media (min-width: 768px) and (max-width: 1024px) {
.cont-page-banner-ssmenus .banner-content-ssmenus {
width: 78%;
}
.cont-page-banner-ssmenus .banner-content-ssmenus h1 span.titre {
font-size: 50px;
line-height: 1.2em;
margin-bottom: -10%!important;
}
} @media (max-width: 1024px) {
} @media (min-width: 1025px) {
} @media (min-width: 1025px) and (max-width: 1700px) {
.cont-page-banner-ssmenus .banner-content-ssmenus {
width: 78%;
}
.cont-page-banner-ssmenus .banner-content-ssmenus h1 span.titre {
font-size: 55px;
line-height: 1.2em;
}
}