* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
html {
font-family: sans-serif, Courier, monospace;
letter-spacing: 0.03em;
margin-top: 0 !important;
}
body {
background: #1E1E1E;
font-family: sans-serif, Courier, monospace !important;
overflow-x: hidden;
}
a {
text-decoration: none;
color: #333;
}
.animated {
-webkit-animation-duration: 1.5s;
animation-duration: 1.5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
@-webkit-keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.levator {
animation: 1.5s linear 1.5s infinite alternate slidein;
}
@keyframes slidein {
from {
transform: translateY(0);
}
to {
transform: translateY(30px);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
.js-header-fix-moment {
position: fixed !important;
top: 0;
}
.logo img {
display: block;
position: relative;
width: auto;
height: 70px;
left: 80px;
padding-top: 5px;
padding-bottom: 5px;
}
.green
{
color:#bbff0a;
}
.header {
background-color: #1e1e1e;
box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
height: 70px;
width: 100%;
position: relative;
display: flex;
flex-direction: row;
justify-content: space-around;
z-index: 3;
top: 0;
}
.header ul {
margin: 0;
padding: 0;
list-style: none;
overflow: hidden;
background-color: #1e1e1e;
}
footer
{
position: relative;
bottom: 0px;
width: 100%;
font-size: smaller;
}
.header li a {
display: block;
padding: 20px 10px;
text-decoration: none;
font-family: sans-serif;
color: #d5d5d5;
font-weight: 500;
font-size: 1.1em;
transition: 0.2s;
}
.header .menu-btn:hover,
.header li a:hover {
font-family: sans-serif;
color: #bbff0a;
font-weight: 500;
font-size: 1.1em;
}
.header .logo {
display: block;
float: left;
font-size: 2em;
padding: 1px 188px;
text-decoration: none;
}
.header .menu {
clear: both;
max-height: 0;
transition: max-height 0.2s ease-out;
}
.header .menu-icon {
cursor: pointer;
display: inline-block;
float: right;
padding: 28px 20px;
position: relative;
user-select: none;
}
.header .menu-icon .navicon {
background: #333;
display: block;
height: 2px;
position: relative;
transition: background 0.2s ease-out;
width: 18px;
}
.header .menu-icon .navicon:after,
.header .menu-icon .navicon:before {
background: #333;
content: "";
display: block;
height: 100%;
position: absolute;
transition: all 0.2s ease-out;
width: 100%;
}
.header .menu-icon .navicon:before {
top: 5px;
}
.header .menu-icon .navicon:after {
top: -5px;
}
.header .menu-btn {
display: none;
}
.header .menu-btn:checked ~ .menu {
max-height: max-content;
}
.header .menu-btn:checked ~ .menu-icon .navicon {
background: 0 0;
}
.header .menu-btn:checked ~ .menu-icon .navicon:before {
transform: rotate(-45deg);
}
.header .menu-btn:checked ~ .menu-icon .navicon:after {
transform: rotate(45deg);
}
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
top: 0;
} #submenu li 
{
float: left;
position: relative;
width:auto;
}
#submenu 
{ opacity: 0;
position: absolute;
top: 35px;
visibility: hidden;
z-index: 1;
margin-left: 17px;
}
li:hover ul#submenu 
{
opacity: 1;
top: 69px;
visibility: visible;
}
#submenu li 
{
float: none;
width: 100%;
}
#submenu a:hover 
{
background: #98021b;
color: white;
transition: .2s;
}
#submenu a 
{
background-color:white;
transition: .2s;
}
@media screen and (max-width: 1458px) {
.header .logo {
display: block;
float: left;
font-size: 2em;
padding: 1px 90px;
text-decoration: none;
}
}
@media (min-width: 992px) {
.header li {
float: left;
}
.header li a {
padding: 20px 23px;
}
.header .menu {
clear: none;
float: right;
max-height: none;
}
.header .menu-icon {
display: none;
}
}
p {
font-size: 1.2em;
line-height: 1.2em;
font-weight: lighter;
}
.text-center {
text-align: center;
}
.text-justify {
text-align: justify;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.mtb-70 {
margin-top: 70px;
margin-bottom: 70px;
}
.ptb-42 {
padding-bottom: 42px;
padding-top: 42px;
}
.pt-48 {
padding-top: 48px;
}
.scroll4yu::-webkit-scrollbar {
width: 10px;
}
.scroll4yu::-webkit-scrollbar-thumb {
background: #BBFF0A;
border-radius: 2px;
}
.scroll4yu::-webkit-scrollbar-track {
background: #ddd;
border-radius: 2px;
}
@-webkit-keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
.search-page {
background-color: #4ba9c1;
height: 200px;
width: 100%;
background: linear-gradient(183deg, #4ba9c1, #008aad);
}
.search-page-cont {
display: flex;
flex-direction: column;
position: relative;
width: 100%;
height: 200px;
justify-content: center;
align-items: center;
}
.search-page-cont h1 {
font-family: "sans-serif";
color: #fff;
font-size: 3.3em;
font-weight: 100;
width: 100%;
line-height: 1.2em;
text-align: center;
}
.search-little {
width: 100%;
position: relative;
display: flex;
border-radius: 8px;
border: solid 3px #c30048;
}
.octo-little-cont {
display: block;
position: relative;
}
.searchTerm-little {
width: 845px;
border: 3px solid #fff;
border-right: none;
padding: 5px;
height: 55px;
border-radius: 5px 0 0 5px;
outline: 0;
color: #656565;
transition: 0.2s;
}
.ais-SearchBox {
width: 100%;
display: flex;
height: 35px !important;
}
.ais-SearchBox-input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
padding: 0.3rem 1.7rem;
width: 100%;
position: relative;
background-color: #fff;
border: 1px solid #c4c8d8;
border-radius: 5px;
height: 35px !important;
}
.ais-Pagination-item--selected .ais-Pagination-link {
color: #fff;
background-color: #c30048 !important;
border-color: #c30048 !important;
}
.w-jel {
max-width: 1256px !important;
}
.img-cont {
position: relative;
display: block;
top: 30px;
width: 280px;
height: 252px;
}
.img-cont-2 {
position: relative;
display: block;
top: 30px;
width: 252px;
height: 252px;
}
.produitBoutique-little {
position: relative;
z-index: 30;
background: #f7f8fa;
height: 480px;
width: 100%;
transition: 0.5s;
margin-top: 10px;
margin-bottom: 10px;
transition: 0.5s;
}
.produitImg-little {
max-width: 250px;
max-height: 250px;
object-fit: contain;
mix-blend-mode: darken;
margin: auto;
display: block;
position: relative;
top: 15px;
}
.infoProduit-little {
display: flex;
position: relative;
top: 15px;
padding: 10px;
flex-direction: column;
text-align: left;
justify-content: center;
}
.achat-little {
display: flex;
top: 15px;
position: relative;
flex-direction: column;
text-align: center;
justify-content: center;
width: 100%;
height: auto;
padding: 10px;
}
.achat-little::before {
content: "";
border: dashed 1px #c5c5c5;
margin-bottom: 10px;
width: 100%;
}
.produitBoutique-little:hover {
-webkit-box-shadow: 5px 5px 15px 5px rgb(0 0 0 / 26%);
box-shadow: 5px 5px 15px 5px rgb(0 0 0 / 26%);
}
.modal-filter {
display: block;
position: relative;
background: #f7f8fa;
width: 100%;
height: auto;
border: solid 2px #efefef;
border-radius: 8px;
padding: 15px;
}
.modal-filter h3 {
font-size: 1.2em;
margin-bottom: 10px;
}
.modal-filter h5 {
font-size: 1em;
}
.bloc-filter {
display: block;
position: relative;
width: 100%;
height: auto;
padding-top: 15px;
}
.bloc-filter ul {
list-style: none;
}
.octo {
background-color: #4ba9c1;
height: 700px;
width: 100%;
background: linear-gradient(183deg, #4ba9c1, #008aad);
}
.octo-cont {
display: flex;
flex-direction: column;
position: relative;
width: 100%;
height: 700px;
justify-content: center;
align-items: center;
top: -54px;
}
.octo-cont h1 {
font-family: Pacifico;
color: #fff;
font-size: 3.3em;
font-weight: 100;
width: 50%;
line-height: 1.2em;
text-align: center;
}
.octo-cont h2 {
color: #fff;
font-size: 1.8em;
}
.strongy {
font-size: 1.3em;
color: #c30048;
}
.client {
position: absolute;
display: block;
width: 34%;
left: 0;
bottom: -58px;
}
.livreur {
position: absolute;
display: block;
width: 34%;
right: 0;
bottom: -49px;
z-index: 1;
}
.float-check {
position: absolute;
display: block;
width: auto;
left: 179px;
top: 150px;
}
.octo-search-cont {
display: block;
position: relative;
top: 50px;
z-index: 2;
}
.search {
width: 100%;
position: relative;
display: flex;
}
.searchTerm:focus {
outline: 0 !important;
border: 2px solid #c30048;
box-shadow: 0 0 10px #719ece;
}
.searchTerm {
width: 750px;
border: 3px solid #fff;
border-right: none;
padding: 5px;
height: 55px;
border-radius: 5px 0 0 5px;
outline: 0;
color: #656565;
transition: 0.2s;
}
.searchTerm:focus {
color: #c30048;
}
.searchButton {
width: 66px;
height: 56px;
border: 1px solid #c30048;
background: #c30048;
text-align: center;
color: #fff;
border-radius: 0 5px 5px 0;
cursor: pointer;
font-size: 20px;
transition: 0.2s;
position: relative;
}
.searchButton:hover {
background-color: #a3043e;
}
.searchButton:active {
box-shadow: inset -2px -2px 3px rgba(255, 255, 255, 0.6), inset 2px 2px 3px rgba(97, 3, 3, 0.6);
}
.i-white {
position: relative;
z-index: 1;
width: 100%;
height: auto;
background: #fff;
color: #656565;
}
.i-blue {
position: relative;
z-index: 1;
width: 100%;
height: auto;
background: linear-gradient(183deg, #4ba9c1, #008aad) !important;
color: #fff;
top: -5px;
}
.i-white h2 {
color: #98021b;
}
.txt h2 {
font-size: 6em;
line-height: 1em;
padding-left: 71px;
padding-right: 0;
width: 106%;
}
.txt p {
margin-top: 23px;
padding-left: 80px;
padding-right: 80px;
}
.catsanscat {
display: block;
text-align: left;
padding-top: 130px;
padding-bottom: 79px;
min-height: 74vh;
}
.catsanscat h2 {
font-size: 3.5em;
}
.catsanscat p {
font-size: 1.4em;
line-height: 1.2em;
font-weight: lighter;
margin-top: 20px;
}
.catsanscat ul {
list-style: none;
}
.catsanscat li {
font-size: 1.4em;
font-weight: lighter;
}
.backcont {
display: block;
position: relative;
margin-top: 60px;
}
.backhome {
background: #53adc5;
color: #fff;
transition: 0.2s;
border-radius: 6px;
text-decoration: none;
transition: 0.2s;
position: relative;
display: block;
width: max-content;
padding: 12px;
font-size: 2em;
margin: auto;
}
.user {
display: block;
text-align: left;
padding-top: 130px;
padding-bottom: 79px;
}
.user h2 {
font-size: 6em;
line-height: 1em;
}
.instances {
position: relative;
display: block;
bottom: -100px;
width: 112%;
left: -123px;
}
.bloc-assu {
display: block;
position: relative;
width: 90%;
color: #fff;
height: 237px;
background: #98021b;
padding-top: 20px;
padding-bottom: 20px;
border-radius: 9px;
transition: 0.2s;
}
.fasize {
font-size: 3em;
}
.bloc-assu h3 {
padding-top: 10px;
font-size: 2em;
}
.bloc-assu p {
padding-top: 10px;
}
.bloc-assu:hover {
-webkit-box-shadow: 1px 2px 15px -2px #585858;
box-shadow: 1px 2px 15px -2px #585858;
}
.suggestion {
display: block;
text-align: left;
padding-bottom: 64px;
padding-top: 64px;
}
.suggestion h2 {
font-size: 6em;
line-height: 1em;
padding-left: 0 !important;
padding-right: 0;
width: 100%;
padding-bottom: 64px;
}
.scene {
background-image: url(//maintenance-industrielle-lorraine.fr/wp-content/themes/img/illustrations/scene.webp);
position: relative;
display: block;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.vroom {
position: absolute;
width: 200px;
z-index: 19;
}
.pc {
position: absolute;
display: block;
width: auto;
z-index: 20;
top: -41px;
left: -45px;
}
.produitBoutique:hover {
-webkit-box-shadow: 5px 5px 15px 5px rgb(0 0 0 / 26%);
box-shadow: 5px 5px 15px 5px rgb(0 0 0 / 26%);
}
.produitBoutique {
position: relative;
z-index: 30;
background: #f7f8fa;
height: 600px;
width: 100%;
transition: 0.5s;
margin-top: 10px;
margin-bottom: 10px;
transition: 0.5s;
}
.produitImg {
max-width: 250px;
max-height: 250px;
object-fit: contain;
mix-blend-mode: darken;
margin: auto;
display: block;
position: relative;
top: 30px;
}
.infoProduit {
display: flex;
position: relative;
top: 50px;
padding: 10px;
flex-direction: column;
text-align: left;
justify-content: center;
}
.vendeurProduit {
display: block;
margin-top: 10px;
font-size: 0.8em;
margin-bottom: 2px;
text-transform: uppercase;
}
.titreProduit {
font-size: 1.1em;
}
.achat {
display: flex;
top: 60px;
position: relative;
flex-direction: column;
text-align: center;
justify-content: center;
width: 100%;
height: auto;
padding: 10px;
}
.achat::before {
content: "";
border: dashed 1px #c5c5c5;
margin-bottom: 10px;
width: 100%;
}
.prix {
font-size: 1.1em;
color: #c30048;
font-weight: 700;
}
.bouton {
background: #53adc5;
color: #fff;
transition: 0.2s;
height: 50px;
padding-top: 15px;
margin-top: 15px;
border-radius: 6px;
text-decoration: none;
transition: 0.2s;
width: 100%;
}
.howtosell {
position: relative;
display: block;
bottom: -130px;
margin: auto;
left: -63px;
width: 100%;
}
.seller {
display: block;
text-align: center;
padding-top: 130px;
padding-bottom: 130px;
}
.txt {
display: inline-flex;
flex-direction: column;
justify-content: center;
}
.seller .txt h2 {
font-size: 6em;
line-height: 1em;
padding-left: 0 !important;
}
.seller .slog h2 {
font-size: 6em;
line-height: 1em;
padding-left: 0 !important;
}
.slog {
position: relative;
display: block;
left: -79px;
}
.slog p {
margin-top: 23px;
text-align: left;
font-size: 1.9em;
}
.nos-sites {
background: #f7f8fa;
text-align: center;
height: 51px;
padding: 10px 0;
color: #53adc5;
}
a .nos-sites {
text-decoration: none !important;
text-transform: uppercase;
}
.item img {
display: block;
width: 100%;
-webkit-transform-style: preserve-3d;
}
.img-zoom2 {
height: 211px;
overflow: hidden;
}
.img-zoom2 img {
transition: transform 0.5s ease;
}
.img-zoom2:hover img {
transform: scale(1.1);
}
.illus {
position: relative;
display: block;
width: 100%;
height: auto;
margin: auto;
max-width: 600px;
}
.btn-prod {
position: relative;
display: block;
width: max-content;
padding: 6px 20px;
margin: auto;
background: #53adc5;
color: #fff;
transition: 0.2s;
border-radius: 6px;
text-decoration: none;
transition: 0.2s;
font-size: 1.9em;
}
.btn-prod:hover {
background: #1d91b1;
}
.morecont {
display: block;
position: relative;
margin: auto;
float: left;
top: 20px;
padding-bottom: 40px;
}
.form-contact {
width: 100%;
font-family: Arial, Times, serif;
}
.form-contact-input:focus {
outline: solid 3px #4ba9c1 !important;
}
.form-contact-input:focus-visible {
outline: solid 3px #4ba9c1;
}
.form-contact-textarea:focus {
outline: solid 3px #4ba9c1 !important;
}
.form-contact-textarea:focus-visible {
outline: solid 3px #4ba9c1;
}
.form-contact-input {
width: 100%;
color: #333;
font-size: 18px;
background-color: #f7f7f7;
border: solid 1px #f7f7f7;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
height: 40px;
margin-bottom: 20px;
border-bottom: 1px solid #e2e2e2;
border-left: 1px solid #f7f7f7;
text-indent: 20px;
}
.form-contact-textarea {
width: 100%;
color: #292929;
font-size: 18px;
background-color: #f7f7f7;
border: solid 1px #f7f7f7;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
height: 200px;
margin-bottom: 20px;
border-bottom: 1px solid #e2e2e2;
border-left: 1px solid #f7f7f7;
text-indent: 20px;
padding-top: 16px;
padding-left: 0;
padding-right: 0;
}
.form-contact-button {
width: 100%;
font-size: 18px;
border-radius: 4px;
color: #fff;
height: 40px;
opacity: 0.8;
margin-bottom: 20px;
cursor: pointer;
background: #98021b;
display: block;
border: none;
border-bottom: 1px solid #4ba9c1;
border-right: 1px solid #4ba9c1;
transition: 1s;
}
.form-contact-button:hover {
opacity: 1;
}
.formulaire {
display: block;
position: relative;
width: 72%;
margin: auto;
}
.g-recaptcha {
display: flex;
flex-direction: column;
width: 100%;
height: auto;
justify-content: center;
align-items: center;
margin-bottom: 30px;
}
.copy {
position: relative;
display: block;
height: 30px;
background: #1e1e1e;
color: white;
margin-top: 23px;
padding-top: 5px;
}
.copy a {
color: #bbff0a;
transition: 0.2s;
}
.copy a:hover {
color: #bbff0a;
}
.scroll-btn {
height: 50px;
width: 50px;
color: #fff;
border-radius: 50%;
position: fixed;
right: 13px;
bottom: 23px;
background: #1e1e1e;
z-index: 100;
transition: 0.5s;
}
.scroll-btn:hover {
height: 50px;
width: 50px;
color: #bbff0a;
border-radius: 50%;
position: fixed;
right: 13px;
bottom: 23px;
background: #1e1e1e;
z-index: 100;
transition: 0.5s;
}
.topBot
{
font-size: 1.9em;
text-align: center;
position: relative;
left: 14px;
top: 8px;
}
.arrow {
font-size: 2.3em;
color: #fff;
z-index: 200000;
position: relative;
top: 6px;
left: 13px;
}
.map-jel {
position: relative;
width: 100%;
height: auto;
right: -14px;
}
@media screen and (max-width: 1300px) {
.header .logo {
display: block;
float: left;
font-size: 2em;
padding: 1px 0;
text-decoration: none;
}
.float-check {
display: none;
}
.livreur {
display: none;
}
.client {
display: none;
}
.vroom {
display: none;
}
.pc {
display: none;
}
.slog {
position: relative;
display: block;
left: auto;
}
}
@media screen and (max-width: 1200px) {
.instances {
position: relative;
display: block;
bottom: -74px;
width: 76%;
left: 0;
margin: auto;
}
}
@media screen and (max-width: 1090px)
{
.logo img {
display: block;
position: relative;
width: auto;
height: 70px;
left: 14px;
padding-top: 5px;
padding-bottom: 5px;
}
}
@media screen and (max-width: 992px) {
.logo img {
display: block;
position: relative;
width: auto;
height: 70px;
left: 80px;
padding-top: 5px;
padding-bottom: 5px;
}
.header {
background-color: #fff;
box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 10%);
height: 70px;
width: 100%;
position: relative;
display: block;
flex-direction: row;
justify-content: space-around;
z-index: 3;
}
.header .logo {
display: block;
float: left;
font-size: 2em;
padding: 0;
text-decoration: none;
position: relative;
left: -62px;
}
.header li a {
display: block;
padding: 20px 10px;
text-decoration: none;
font-family: sans-serif;
color: #333;
font-weight: 700;
font-size: 1.2em;
transition: 0.2s;
text-align: center;
}
.octo-search-cont {
display: block;
position: relative;
top: 50px;
width: 100%;
height: auto;
}
.octo-cont h1 {
width: 100%;
}
.octo-cont h2 {
text-align: center;
}
.search {
width: 100%;
position: relative;
display: flex;
margin: auto;
flex-direction: row;
justify-content: center;
}
.bloc-assu {
display: block;
position: relative;
width: 100%;
color: #fff;
height: 210px;
background: #98021b;
padding-top: 20px;
padding-bottom: 20px;
border-radius: 9px;
transition: 0.2s;
margin-bottom: 30px;
justify-content: center;
}
.howtosell {
position: relative;
display: block;
bottom: -86px;
margin: auto;
left: 0;
width: 100%;
margin: auto;
}
.search-page-cont h1 {
font-family: "sans-serif";
color: #fff;
font-size: 2.3em;
font-weight: 100;
width: 100%;
line-height: 1.2em;
text-align: center;
}
.searchTerm {
width: 459px;
border: 3px solid #fff;
border-right: none;
padding: 5px;
height: 55px;
border-radius: 5px 0 0 5px;
outline: 0;
color: #656565;
transition: 0.2s;
}
.header .menu-icon {
cursor: pointer;
display: inline-block;
float: right;
padding: 28px 20px;
position: relative;
user-select: none;
right: 0;
}
}
@media screen and (max-width: 769px) {
.seller {
display: block;
text-align: center;
padding-top: 60px;
padding-bottom: 130px;
}
}
@media screen and (max-width: 540px) {
.logo img {
display: block;
position: relative;
width: auto;
height: 60px;
left: 80px;
padding-top: 5px;
padding-bottom: 5px;
}
.octo-cont {
display: flex;
flex-direction: column;
position: relative;
width: 100%;
height: 700px;
justify-content: center;
align-items: center;
}
.octo-cont h1 {
font-family: Pacifico;
color: #fff;
font-size: 2.3em;
font-weight: 100;
width: 100%;
line-height: 1.2em;
text-align: center;
}
.octo-cont h2 {
color: #fff;
font-size: 1.7em;
}
.user h2 {
font-size: 3.5em;
line-height: 1em;
}
.suggestion h2 {
font-size: 3.5em;
line-height: 1em;
padding-left: 0 !important;
padding-right: 0;
width: 100%;
padding-bottom: 64px;
}
.seller .slog h2 {
font-size: 3.5em;
line-height: 1em;
padding-left: 0 !important;
}
.howtosell {
position: relative;
display: block;
bottom: -16px;
margin: auto;
left: 0;
width: 100%;
margin: auto;
}
.header .menu-icon .navicon {
background: #333;
display: block;
height: 3px;
position: relative;
transition: background 0.2s ease-out;
width: 30px;
}
.header .menu-icon .navicon:before {
top: 8px;
}
.header .menu-icon .navicon:after,
.header .menu-icon .navicon:before {
background: #333;
content: "";
display: block;
height: 100%;
position: absolute;
transition: all 0.2s ease-out;
width: 100%;
}
.header .menu-icon .navicon:after {
top: -8px;
}
.searchTerm {
width: 270px;
border: 3px solid #fff;
border-right: none;
padding: 5px;
height: 55px;
border-radius: 5px 0 0 5px;
outline: 0;
color: #656565;
transition: 0.2s;
}
li:hover ul#submenu 
{
opacity: 1;
top: -7px;
visibility: visible;
height: max-content;
}
#submenu 
{ opacity: 0;
position: relative;
visibility: hidden;
z-index: 1;
margin:auto;
height: 0px;
}
}
@media screen and (max-width: 360px) {
.octo-cont {
display: flex;
flex-direction: column;
position: relative;
width: 100%;
height: 527px;
justify-content: center;
align-items: center;
}
.logo img {
display: block;
position: relative;
width: auto;
height: 58px;
left: 65px;
padding-top: 5px;
padding-bottom: 5px;
}
}
.logo-mobile
{
display:none;
}
.logo-desk
{
position: relative;
display: inline-flex;
width: auto;
height: 70px;
}