* {
    margin: 0;
    padding: 0;
}




.landing-page {
    position: relative;
    background-image: url(./back-lake.jpg);
    background-size: cover;
    background-position-x: 60%;
    scroll-snap-align: start;
}

.title {
    display: inline-block;
    font-family: "Lemon/Milk";
    font-size: 130px;
    text-shadow: 5px 5px white;
    position: relative;
    top: 100px;
    left: 10%;
    color: #EF9E4D; }

.catch {
    display: inline-block;
    font-family: "Lemon/Milk";
    font-size: 30px;
    color: white;
    position: relative;
    top: 100px;
    left: 10%;
}
.arrow {
    position: absolute;
    bottom: 0;
    width: 100px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    opacity: 0.8;
}

@media screen and (max-width: 800px) {
  .title {
    font-size: 15vw;

  }
  .catch {
      font-size: 4vw;
  }
}

@media screen and (max-height: 800px) {
    .title {
        top: 10%
    }
    .catch {
        top: 10%
    }
  }
  
.burger_container {
    display: none;
}
.hidden_list {
    display: none;
}
nav {
    width: 35px;
    height: 35px;
    border-radius: 35px;
    background-color: #FFCD5A;
    position: fixed;
    top: 30px;
    left: 30px;
    overflow: hidden;    
    z-index: 1;
}
.nav-content {
    height: 100%;
    visibility: hidden;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-family: "Open Sans";

}
.nav_logo {
    flex-grow: 2;
    text-align: center;
    font-family: 'Lemon/milk';
    font-size: 40px;
    cursor: pointer;
}
.en_fr {
    flex-grow: 1;
    text-align: center;

}
.selected {
    text-decoration: underline;
    font-weight: bold;
}
.contact_button {
    flex-grow: 1;
    text-align: center;
    
    cursor: pointer;


}
.contact_button a {
    
    padding: 2px 20px;
   
    text-decoration: none;
    border: 2px solid black;
    box-shadow:  #1D4A41 0px 1px 1px;
  
    
}

main {
    height: 100vh;
    scroll-snap-align: start;
}
.secondwindow {
    position: relative;
}
.apropos {
    
    width: 100%;
    height: 80vh;
    display: flex; 
    justify-content: center;
    align-items: center;

}

.wrapper {

    width: clamp(400px, 60%, 800px);
   

    
   
}

.apropos p {
    font-family: 'Open Sans';
    text-align: justify;
    line-height: 1.5;
    
}
.apropos h1 {
    font-family: 'Open Sans';
    text-align: left;
} 

.banner {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #1D4A41;
    display: flex;
    justify-content: center;
    height: 20vh;
    max-height: 200px;
    flex-direction: column;
}

.banner .text {
    font-family: "Open Sans";
    color: white;
    text-align: center;
    font-size: 200%;
}
.banner .subtext {
    font-family: "Open Sans";
    color: #FFCD5A;
    text-align: center;
    font-size: 130%
}
.fp-scroller {
    transition-duration: 500ms !important;
  }













  

.contact-title {
    color:white;
    font-size: 30px;
    text-align: center;
    padding: 50px;
    font-family: "Lemon/Milk Regular";    
}


.devis-background {
    position: relative;
    width: 100%;
    height: 920px;
    background-image: url(../gallery/plant-and-desk-decor.jpg);
    background-size: cover;
    display: flex;
    box-sizing: border-box;
    padding: 100px 40px;
    background-attachment: scroll;
    background-position: center;
    background-size: cover;
}

.devis-background::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
    content: " ";
    background-color: rgba(66,66,66,.66) ;


}

.devis-title {
    font-family: "Lemon/Milk Regular";
    font-size: 30px;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
    margin-top: 53px;
    margin-bottom: 36px;
    color:  #E8B102;

}
.devis-container {
    position: relative;
    box-sizing: border-box;
    width: 58%;
    height: 100%;
    background-color: white;
    display: flex;
    flex-direction: column;
    border: 1px black solid;
}
.contactwindow {
    display: flex;
    justify-content: center;
    align-items: center;
}


.devis-sub-container {
    background-color: black;
    position: relative;
    margin: 100px 0px;
    width: 100%;
    max-width: 960px;
    height: 725px;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    box-sizing: border-box;
    align-items: center;
}

.devis-wrapper {
    width: 100%;
    padding: 4px 20px;
    box-sizing: border-box;
}



.input-four {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.input-four div {
    width: 50%;
    box-sizing: border-box;
    padding: 5px 20px;
}

.input1  {
    box-sizing: border-box;
    margin: 5px 0px;
    height: 40px;
    width: 100%;
    padding-left: 15px;
    font-family: "Open Sans";
}
.message-input {
    box-sizing: border-box;
    width: 100%;
    padding: 0px 20px;


}
.input2 {
    margin: 5px 0px;
    width: 100%;
    height: 80px;
    padding: 10px;
    
}

label {
    font-family: "Open Sans";
    color: rgb(51,51,51);
    padding-top: 5px;
}

input[type="submit"] {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 30%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    font-family: "Open Sans";
    font-weight: 700;
    color: white;
    background-color: rgb(119, 119,119);
    border-radius: 50px;
    box-shadow: none;
    border-style: none;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 11px 0px;
    margin: 5px 0;
}
 
input[type="submit"]:hover {
    background-color:  #E8B102;
    transition: 0.3s;
    cursor: pointer;
}






.contact-text-container {
    position: relative;
    height: 100%;
    box-sizing: border-box;
    padding-left: 50px;
    width: 40%;
    display: flex;
    flex-direction: column;
    font-family: "Open Sans";
    font-size: 16px;
    line-height: 1.5;
    color: black;
    font-weight: 400;
}

.contact-infotext {
    color: white;
}

.contact-text-title {
    font-family: "Lemon/Milk Regular";
    font-size: 30px;
    line-height: 1.5;
    font-weight: 700;
   margin-bottom: 36px;
    margin-top: 53px;
    color:  #E8B102;
}

.contact-text-subtitle {
    color: white;
    font-weight: 700;
    font-size: 18px;
    padding-bottom: 4px;
}
.row2 {

    width: auto;
}
.column1 {
    width: auto;    
}


.row3 {
        margin: 50px 0px;
}

.map {
    width: 100%;
    flex: 1;
    position: relative;
    bottom: 0%;
}




.summary-also {
    color: white;
    font-family: "Open Sans";
}


.contact-text {
    color: white;
    font-family: "Open Sans"
}
.cgv {
    color: #E8B102;
    padding: 0 5px;
}
.row4 {
    color: #E8B102;
    margin-top: 20px;
    
}




.showroom {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #2B2B2B;
}
.showroom-titre {
    height: 20%;
    font-family: 'Open Sans';
    color: white;
    text-align: center;
}

.box {
    position: relative;
    z-index: 1;
    width: 60%;
    height: 60%;
    background-color: white;
    box-shadow: 10px 10px 15px black;

}

.fp-slidesNav {
    display: flex;
    justify-content: center;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
    background: white;
}
#fp-nav ul li:last-child  a span  {
    background: #EF9E4D;
}


.box .tpn {
    background: url(./gallery2021/vp/tpn/backgroundtpn.png);
    background-size: cover;
}

.box .blue {

    background: url(./gallery2021/vp/blue/baclkgroudnvp.png);
    background-size: cover;
    background-position: 60%;
}
.slide {
    display: flex;
    justify-content: space-around;
    align-content: center;
}

.typeone {
    object-fit: contain;
    width: 45%;
    z-index: 1;
}
.typetwo {
    object-fit: contain;
    width: 33%;
    box-sizing: border-box;
    padding: 0 5px;
    z-index: 1;
}

.truck {
    background-color: #FFFDE4 ;
    position: relative;
}
.backblack {
    width: 100%;
    height: 40%;
    border-top: 5px solid orange;
    background-color: black;
    position: absolute;
    bottom: 0
}






@media only screen and (max-width: 1000px) {
    #fp-nav {
        top: 150px;
        z-index: 2;
        position: fixed;
    }


    .devis-sub-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 50px;
        height: auto;
    }
    .contact-text-container {
        text-align: center;
        padding: 0;
        width: 90%;
    }

    .devis-container {
        width: 100%;
    }


    .mainFooter {
        height: auto;
        flex-wrap: wrap;
        font-size: 10px;
    }

    .content {
        box-sizing: border-box;
        width: 100%;
        min-width: auto   
    }
    .band img {
        height: 50%;
        object-fit: contain;
    }
    .cp .subBandTitle {
        top: 2%;
    }

    .about {
        font-size: 16px;
    }

    .box {
        width: 100%;
        min-width: none;
    }
}


@media only screen and (max-width: 400px) {
    .burger_container {
        height: 100%;
        flex-grow: 2;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .burger {
        
        width: 20px;
        height: 20px;
        display: flex;  
        justify-content: space-between;
        flex-direction: column;
    }
    .line {
        width: 100%;
        height: 2px;
        background-color: black;
        border-radius: 2px;
    }
    .hidden_list {
        z-index: 1;
        top: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #FFCD5A;
       
    }
    .hidden_list ul {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;

    }
    .hidden_list ul li {
        list-style-type: none;
        padding: 5px;
        font-size: 0.7rem;
    }

    .input-selector label {
        font-size: 0.9rem;
    }
    .input-four div {
        padding: 5px 10px
    }
    .message-input {
        padding-left: 10px
    }
    .wrapper {
       
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
    }
    .apropos h1 {
        text-align: center;
    }
    .apropos p {
        text-align: center;
    }
    .contact_button {
        display: none;
    }
    .en_fr {
        display: none;
    }
    .nav_logo {
        text-align: left;
        padding-left: 5px
    }
    .slide {
        flex-direction: column;
        align-items: center;
    }
    .typeone {
        height: 45%;
        width: auto;
        max-width: 100%;;
    }
}

@media screen and (max-width: 800px) {
    .title {
      font-size: 15vw;
  
    }
    .catch {
        font-size: 4vw;
    }
    #fp-nav ul li {
        visibility: hidden !important;
        margin: 20px;
    }
  }
  
  @media screen and (max-height: 800px) {
      .title {
          top: 10%
      }
      .catch {
          top: 10%
      }
      #fp-nav ul li {
        visibility: hidden !important;
        margin: 20px;
    }
    
    }

#fp-nav ul li .fp-tooltip.fp-left {
    width: auto;
    opacity: 1;
}
#fp-nav ul li  {
    margin: 15px;
    visibility: hidden;
}

#fp-nav ul li:last-child {
    margin-top: 20px;
}

#fp-nav ul li:last-child .fp-tooltip {
    font-weight: bolder;
    color: #EF9E4D;
}