#logo { text-align: center; padding-top: 18px; }
#main { padding-top: 130px; text-align: center; }
#menuzone { margin: 0 auto; max-width: 920px; padding-top: 15px; font-family: 'Open Sans', sans-serif; font-size: 15px; }
#menuzone ul { list-style-type: none; padding: 0px; margin:0px; }
#menuzone1 { float:left; width:240px; line-height: 20px; }
#menuzone2 { width:450px; display: inline-block; line-height: 20px; }

#slider1 { text-align: right; max-width: 920px; margin: 0 auto; }


a {text-decoration:none; color: #9e9c9c;}
a:visited {text-decoration:none; color: #9e9c9c;}
a:hover { text-decoration:none; color: black; cursor: pointer; }

.respimg { max-width: 100%; height: auto; }
.respimghdr { max-width: 300px; height: auto; }

#SERVICES, #STAIRS, #RAILINGS, #GATES_AND_FENCING, LANDSCAPE_FEATURES, #ARCHITECTURAL_METALWORKS, #ABOUT { display: none; }

a.up { color: black; }

/* Slider */
ol.bjqs-markers li a{display:inline-block; font-family: 'Open Sans', sans-serif; font-size: 15px; letter-spacing: 8px; }
ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{ color: black; }
ul.bjqs-controls.v-centered li a{ color: black; background: grey; font-family: 'Open Sans', sans-serif; }

/* Swiper */
.swiper-container {
    max-width: 920px; margin: 0 auto;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    margin-bottom: 0px;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    text-align: center;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color:#000;
    opacity: 1;
    background: #D0D0D0;
}
.swiper-pagination-bullet-active {
    color:#fff;
    background: #000;
}

/* Hamburger menu */

body { 
    margin: 0 0 0 0;
    padding:0 0 0 0;
}

#logoham {
  top: 0;
  position: absolute;
  width: 100%;
  z-index: 9999;
}

.mobile-nav {
  top:0;
  display: none;
}

.menu-btn  {
    position: absolute;
    right:10px;
    top: 15px;
    margin: 0 5px;
    line-height: 1.2;
    font-size: 18px;
    font-weight: 200;
    vertical-align: middle;
    z-index: 99;
    width: 30px;
}

.menu-btn span {
    display: block;
    width: 20px;
    height: 3px;
    margin: 4px auto;
    background: rgb(0,0,0);
    z-index: 99;
}

.responsive-menu{
    display: none;
    background: white;
    height: 850px;
}

.responsive-menu ul {
    margin: 0 0 0 0;
    padding:0 0 0 0;
}
.responsive-menu li {
    background: #f0f0f0;
    position:relative;
    line-height: 30px;
    list-style-type: none;
    margin: 2px 0px;
    padding: 2px 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}
.responsive-menu li ul li {
    background: #f0f0f0;
    margin: 2px 10px;
}

.responsive-menu a { color: black;}

.expand {
    display: none;
}

.open-menu-link{
    display: none;
    position: absolute;
    right: 15px;
    top:0;
    line-height: 30px;
    font-size: 30px;
    cursor: pointer;
}

li .sub-menu{
    display: none;
}

body {
 padding-bottom: 25px;
}

.video-container {
  display: inline-block; /* Display as inline-block to make centering easier */
  width: 920px; /* Set the width to 920px */
  margin: 0 auto; /* Horizontally center the video container */
  vertical-align: middle; /* Vertically center the video container */
}

#menuzone > div {
  width: auto;
}

@media only screen and (max-width: 920px) {
  
  .video-container {
    width: 100%;
  }
  
  #menuzone {
    display: flex;
  }
  
  #menuzone > div {
    padding: 16px;
    float: none!important;
    width: auto;
  }
  
}

.visible {
    display: block !important;
}

#menuzone li {
  line-height: 1.5;
}

/* Si <= max-height on cache le pied standard et on affiche le menu hamburger */
@media screen and (min-width: 500px) and (max-height: 768px){ 
  /* .mobile-nav { display: block; } */
 /* #menuzone { display: none; } */
 /*  .expand { display: block !important; } */
  ol.bjqs-markers li a{display:inline-block; font-family: 'Open Sans', sans-serif; font-size: 24px; letter-spacing: 20px; }
  
  #main > div {
   object-fit: contain; 
  }
  
  #main {
    padding-top: 80px;
    overflow: hidden;
  }
  
  .respimghdr {
    max-width: 150px;
  }
  
  .swiper-container {
    width: 50%;
  }
  
  #menuzone {
    font-size: 10px;
    line-height: 1.2;
    width: calc(50% + 2rem);
    padding-top: 0;
    
  }
  
  .video-container {
    aspect-ratio: 16/9;
    width: 50%;
  }
  
  #menuzone > div {
  }
  
  
}

@media screen and (max-width: 400px) and (min-height: 768px){ 
  
  #main {
    padding-top: 80px;
    overflow: hidden;
  }
  
  .respimghdr {
    max-width: 150px;
  }
  
  #menuzone {
    font-size: 12px;
  }
  
} 