* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    top: 0;
    background-color: #212121;
}

header {
    color: white;
    width: 80vw;
    padding: 1vw 10vw 1vw 10vw;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    z-index: 99;
    transition: 0.3s;
}
#menu.darker
{
	background: rgba(0, 0, 0, 0.8);
}
#logo img {
    width: 10vw; /* Adjust the width as needed */
    height: auto; /* Maintain aspect ratio */
}

nav {
    color: white;
    text-align: center;
    text-shadow: 1px 1px black;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

nav li {
    display: inline;
    margin-right: 20px;
}

nav li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.3vw;
  }
  nav li a:hover {
      color: #C49E4B;
    }

main {
    width: 100%;
    height: auto;
    top: 0;
    position: absolute;
  }

#landing
{
  height: 100vh;
  background-image: url('../images/main_background.jpg'); /* Replace with your image URL */
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  position: relative;
}
#landing #slogan
{
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
#landing #slogan h2
{
  color: #fff;
  font-size: 3vw;
  text-align: center;
  text-shadow: 2px 2px black;
}
#landing #slogan .orangeColor
{
  color: #C49E4B;
}
#landing #slogan #contactBtn
{
  text-align: center;
  border: 1px solid black;
  padding: 10px;
  background-color: #C49E4B;
  color: #000;
  font-size: 1.2vw;
  border-radius: 6px;
  cursor: pointer;
  margin-left: 50%;
  margin-top: 1vw;
  transform: translateX(-50%);
}
#landing #slogan #contactBtn:hover
{
  background-color: #947532;
}

#apropos
{
  background-image: url('../images/2nd_background.jpg'); /* Replace with your image URL */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  display: flex;
  padding-left: 10vw;
  padding-right: 10vw;
  padding-bottom: 5vw;
  justify-content: space-around;
}

#apropos #imgContainer
{
    width: 30vw;
}
#apropos #imgContainer img
{
    width: 110%;
}
#apropos #aproposText
{
    width: 30vw;
    text-align: justify;
    margin-top: 2.5vw;
}
#apropos #aproposText h2
{
  color: #C49E4B;
  margin-bottom: 2vw;
  font-size: 1.4vw;
  text-align: center;
}
#apropos #aproposText h3
{
  color: #C49E4B;
  margin-bottom: 0.5vw;
  font-size: 1vw;
}
#apropos #aproposText p
{
  color: #fff;
  margin-bottom: 0.5vw;
  font-size: 0.85vw;
  line-height: 1.1vw;
}
#produits
{
  height: 48vw;
  background-color: #212121;
  padding-left: 10vw;
  padding-right: 10vw;
  padding-top: 3vw;
  position: relative;
}
#produits h2
{
  color: #C49E4B;
  font-size: 2.5vw;
  text-align: center;
}
#produits #productsContainer
{
  display: flex;
  justify-content: space-around;
  margin-top: 3vw;
  position: relative;
}
#produits #productsContainer #conteneur
{
  background-image: url('../images/conteneur_span.jpg'); /* Replace with your image URL */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 0.2vw solid #C49E4B;
  width: 30vw;
  height: 30vw;
  border-radius: 2vw;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
  box-shadow: 0 2px 4px;
}
#produits #productsContainer #rollupDoor
{
  background-image: url('../images/rollup_span.jpg'); /* Replace with your image URL */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 0.2vw solid #C49E4B;
  width: 30vw;
  height: 30vw;
  border-radius: 2vw;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
  box-shadow: 0 2px 4px;
}
#produits #productsContainer #rollupDoor:hover
{
  background-image: url('../images/rollup.jpg'); /* Replace with your image URL */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#produits #productsContainer #conteneur:hover
{
  background-image: url('../images/conteneur.jpg'); /* Replace with your image URL */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#produits #productsContainer h4
{
  font-size: 4vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  text-align: center;
  color: #C49E4B;
  z-index: 3;
  text-shadow: 2px 2px black;
}
#produits #FollowUS
{
  width: 70%;
  height: 13vw;
  margin-left: 5%;
  margin-top: 5vw;
  border-radius: 2vw;
  position: absolute;
  background-image: url('../images/followUs.jpg'); /* Replace with your image URL */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0 2px 4px;
}
#produits #FollowUS h5
{
  color: #fff;
  font-size: 2vw;
  width: 100%;
  margin-top: 2vw;
  text-align: center;
}
#produits #FollowUS #socialsContainer
{
  display: flex;
  width: 100%;
  justify-content: space-around;
  margin-top: 2vw;
}
#produits #FollowUS #socialsContainer .social
{
  display: flex;
  align-items: center;
  cursor: pointer;
}
#produits #FollowUS #socialsContainer .social img
{
  width: 25%;
  height: auto;
}
#produits #FollowUS #socialsContainer .social:hover
{
  opacity: 0.7;
}
#produits #FollowUS #socialsContainer .social h6
{
  color: #fff;
  font-size: 0.8vw;
}
#contact
{
  background-color: #C49E4B;
  width: 100%;
  height: 35vw;
}
#contact #contactContainer
{
  padding-top: 10vw;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
  justify-content: space-around;
}
#contact #contactContainer #companyInfo
{
  width: 30vw;
  display: flex;
  flex-direction: column;
}
#contact #contactContainer #companyInfo .info
{
  display: flex;
  cursor: pointer;
}
#contact #contactContainer #companyInfo .info:hover
{
  opacity: 0.7;
}
#contact #contactContainer #companyInfo .info img
{
  width: 3vw;
  margin-bottom: 2vw;
}
#contact #contactContainer #companyInfo img
{
  width: 50%;
  height: auto;
  margin-top: -1.5vw;
  margin-bottom: 2vw;
}
#contact #contactContainer #companyInfo h6
{
  font-size: 1vw;
  color: #212121;
  margin-top: -0.7vw;
}
#contact #contactContainer #formContainer
{
  width: 30vw;
}
#contact #contactContainer #formContainer h2
{
  color: #212121;
  font-size: 1.8vw;
  text-align: center;
}
#contact #contactContainer #formContainer form
{
  width: 100%;
  display: flex;
  flex-direction: column;
}
#contact #contactContainer #formContainer form input
{
  width: 100%;
  height: 1.5vw;
  margin-top: 1vw;
  border: 3px solid #212121;
  border-radius: 3px;
  background: none;
  color: #212121;
  font-size: 1vw;
}
#contact #contactContainer #formContainer form input::placeholder
{
  color: #212121;
  opacity: 1;
}
#contact #contactContainer #formContainer form textarea
{
  width: 100%;
  height: 7vw;
  margin-top: 1vw;
  resize: none;
  border: 3px solid #212121;
  border-radius: 3px;
  background: none;
  color: #212121;
  font-size: 1vw;
}
#contact #contactContainer #formContainer form textarea::placeholder
{
  color: #212121;
  opacity: 1;
}
#contact #contactContainer #formContainer form button
{
  width: 101%;
  height: 2vw;
  margin-top: 1vw;
  margin-bottom: 1vw;
  border: 3px solid #212121;
  border-radius: 3px;
  background-color: #212121;
  color: #C49E4B;
  font-size: 1vw;
  cursor: pointer;
}
#contact #contactContainer #formContainer form button:hover
{
  opacity: 0.9;
}
#contact #contactContainer #formContainer #contactForm .alert
{
  display: none;
    padding: 20px;
    border: 1px #212121 solid;
	   border-radius: 5px;
    background-color: #fb695e;
    color: #212121;
	   width: calc(100.5% - 40px);
	    margin: auto;
	     transition: all 0.8s;
		-webkit-transition: all 0.8s;
		-moz-transition: all 0.8s;
		-o-transition: all 0.8s;
}
#contact #contactContainer #formContainer #contactForm .success
{
    padding: 20px;
    display: none;
  border-radius: 5px;
  border: 1px #212121 solid;
    background-color: #5dbd76;
    color: #212121;
  width: calc(100.5% - 40px);
  margin: auto;
  transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}
footer
{
  background-color: #212121;
  width: 100%;
  height: 2vw;
  position: relative;
}
footer p
{
  width: 100%;
  text-align: center;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  color: #C49E4B;
}


/*Page produits*/

#page_produits #banner h1
{
  font-size: 3vw;
  top: 50%;
  position: absolute;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #C49E4B;
  text-shadow: 2px 2px black;
}
#page_produits #section1
{
  height: 40vw;
  background-color: #212121;
  display: flex;
  justify-content: space-around;
  padding-left: 15vw;
  padding-right: 18vw;
  margin-top: 4vw;
  align-items: center;
  background-image: url('../images/background_modifications.jpg'); /* Replace with your image URL */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
#page_produits #section1 #image img
{
  width: 30vw;
  height: auto;
}
#page_produits #section1 #text
{
  width: 50vw;
}
#page_produits #section1 #text h2
{
  font-size: 1.5vw;
  color: #C49E4B;
  margin-bottom: 1vw;
}
#page_produits #section1 #text p
{
  font-size: 1vw;
  color: #fff;
  margin-bottom: 1vw;
  line-height: 1.3vw;
}
#page_produits #section1 #text ul
{
  margin-left: 1vw;
  margin-bottom: 1vw;
}
#page_produits #section1 #text ul li
{
  font-size: 1vw;
  color: #fff;
  margin-bottom: 0.5vw;
  line-height: 1vw;
}
#page_produits #section1 #text ul li strong
{
  color: #C49E4B;
}
#page_produits #section2
{
  height: 40vw;
  background-color: #212121;
  display: flex;
  justify-content: space-around;
  padding-left: 15vw;
  padding-right: 15vw;
  margin-top: 4vw;
  align-items: center;
  background-image: url('../images/background_livraison.jpg'); /* Replace with your image URL */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
#page_produits #section2 #image img
{
  width: 20vw;
  height: auto;
  border-radius: 2vw 0 2vw 0;
}
#page_produits #section2 #text
{
  width: 40vw;
}
#page_produits #section2 #text h2
{
  font-size: 1.5vw;
  color: #C49E4B;
  margin-bottom: 1vw;
}
#page_produits #section2 #text p
{
  font-size: 1vw;
  color: #fff;
  margin-bottom: 1vw;
  line-height: 1.3vw;
}
#page_produits #produits
{
  height: 13vw;
  padding-top: 0vw;
}

/* Page portes */

#page_produits #banner
{
  width: 100%;
  height: 30vw;
  position: relative;
}
#page_produits .conteneur
{
  width: 100%;
  height: 30vw;
  background-image: url('../images/conteneur_banner.jpg'); /* Replace with your image URL */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
#page_produits .portes
{
  width: 100%;
  height: 30vw;
  background-image: url('../images/portes_banner.jpg'); /* Replace with your image URL */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
#page_produits #banner h1
{
  font-size: 3vw;
  top: 50%;
  position: absolute;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #C49E4B;
  text-shadow: 2px 2px black;
}
#page_produits #description
{
  height: 40vw;
  background-color: #212121;
  display: flex;
  justify-content: space-around;
  padding-left: 10vw;
  padding-right: 10vw;
  margin-top: 2vw;
  align-items: center;
  background-image: url('../images/background_description.jpg'); /* Replace with your image URL */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
#page_produits #description #text_description
{
  width: 30vw;
}
#page_produits #description #text_description h2
{
  font-size: 1.5vw;
  color: #C49E4B;
  margin-bottom: 1vw;
}
#page_produits #description #text_description p
{
  font-size: 1vw;
  color: #fff;
  margin-bottom: 1vw;
  line-height: 1.3vw;
}
#page_produits #description #imgDescription img
{
  width: 20vw;
  height: auto;
  border-radius: 2vw 0 2vw 0;
}

/*------RULES------------*/

@media only screen and (max-width: 768px) {
  header {
    flex-direction: column;
    margin-top: 2vw;
    width: 90vw;
    padding: 1vw 5vw 1vw 5vw;
    position: sticky;
  }
  .mobileHeader
  {
    display: none;
  }
  #logo img {
      width: 40vw; /* Adjust the width as needed */
      height: auto; /* Maintain aspect ratio */
  }
  nav {
    display: none;
  }
  nav li a {
      font-size:3vw;
    }
  #landing #slogan h2
    {
      color: #fff;
      font-size: 8vw;
      text-align: center;
      text-shadow: 2px 2px black;
      width: 70vw;
    }
    #landing #slogan #contactBtn
    {
      padding: 10px;
      font-size: 4vw;
      margin-left: 50%;
      margin-top: 4vw;
      width: 40vw;
    }
  #apropos #imgContainer
  {
      display: none;
  }
  #apropos #aproposText
  {
      width: 90vw;
      text-align: justify;
      margin-top: 2.5vw;
  }
  #apropos #aproposText h2
  {
    margin-bottom: 4vw;
    margin-top: 4vw;
    font-size: 6vw;
    text-align: center;
  }
  #apropos #aproposText h3
  {
    color: #C49E4B;
    margin-bottom: 2vw;
    font-size: 3.5vw;
  }
  #apropos #aproposText p
  {
    color: #fff;
    margin-bottom: 0.5vw;
    font-size: 3vw;
    line-height: 4vw;
  }
  #produits
  {
    height: auto;
    background-color: #212121;
    padding-left: 10vw;
    padding-right: 10vw;
    padding-top: 3vw;
    margin-bottom: 20vw;
    position: relative;
  }
  #produits h2
  {
    color: #C49E4B;
    font-size: 6vw;
    text-align: center;
  }
  #produits #productsContainer
  {
    flex-direction: column;
  }
  #produits #productsContainer #conteneur
  {
    width: 80vw;
    height: 40vw;
    border-radius: 4vw;
    margin-bottom: 6vw;
  }
  #produits #productsContainer #rollupDoor
  {
    width: 80vw;
    height: 40vw;
    border-radius: 4vw;
  }
  #produits #productsContainer h4
  {
    font-size: 6vw;
  }
  #produits #FollowUS
  {
    width: 80vw;
    height: 23vw;
    margin-left: 0;
  }
  #produits #FollowUS h5
  {
    font-size: 5vw;
  }
  #produits #FollowUS #socialsContainer
  {
    display: flex;
    width: 100%;
    justify-content: space-around;
    margin-top: 2vw;
  }
  #produits #FollowUS #socialsContainer .social
  {
    display: flex;
    align-items: center;
    cursor: pointer;
    place-content: start space-evenly;
  }
  #produits #FollowUS #socialsContainer .social img
  {
    width: 10vw;
    height: auto;
  }
  #produits #FollowUS #socialsContainer .social h6
  {
    display: none;
  }
  #contact
  {
    height: auto;
  }
  #contact #contactContainer
  {
    padding-top: 10vw;
    padding-left: 10vw;
    padding-right: 10vw;
    display: flex;
    justify-content: space-around;
    flex-direction: column-reverse;
  }
  #contact #contactContainer #companyInfo
  {
    width: 80vw;
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 4vw;
  }
  #contact #contactContainer #companyInfo .info img
  {
    width: 7vw;
    height: 7vw;
  }
  #contact #contactContainer #companyInfo img
  {
    width: 40vw;
    height: auto;
  }
  #contact #contactContainer #companyInfo h6
  {
    font-size: 4vw;
  }
  #contact #contactContainer #formContainer
  {
    width: 80vw;
    margin-top: 5vw;
  }
  #contact #contactContainer #formContainer h2
  {
    color: #212121;
    font-size: 5vw;
    text-align: center;
    margin-bottom: 2vw;
  }
  #contact #contactContainer #formContainer form input
  {
    height: 6vw;
    border-radius: 1vw;
    font-size: 4vw;
  }
  #contact #contactContainer #formContainer form textarea
  {
    height: 25vw;
    border-radius: 1vw;
    font-size: 4vw;
  }
  #contact #contactContainer #formContainer form button
  {
    width: 101%;
    height: 7vw;
    border-radius: 1vw;
    font-size: 5vw;
  }
  #contact #contactContainer #formContainer #contactForm .alert
  {
      padding: 10px 20px 10px 20px;
  }
  #contact #contactContainer #formContainer #contactForm .success
  {
      padding: 10px 20px 10px 20px;
  }

  #page_produits #section1
  {
    height: auto;
    flex-direction: column;
  }
  #page_produits #section1 #image img
  {
    width: 50vw;
    height: auto;
  }
  #page_produits #section1 #text
  {
    width: 80vw;
  }
  #page_produits #section1 #text h2
  {
    font-size: 5vw;
  }
  #page_produits #section1 #text p
  {
    font-size: 3vw;
    line-height: 4vw;
  }
  #page_produits #section1 #text ul
  {
    margin-left: 4vw;
  }
  #page_produits #section1 #text ul li
  {
    font-size: 3vw;
    line-height: 4vw;
  }
  #page_produits #section2
  {
    height: auto;
    flex-direction: column-reverse;
  }
  #page_produits #section2 #image img
  {
    width: 40vw;
    height: auto;
  }
  #page_produits #section2 #text
  {
    width: 80vw;
  }
  #page_produits #section2 #text h2
  {
    font-size: 5vw;
  }
  #page_produits #section2 #text p
  {
    font-size: 3vw;
    line-height: 4vw;
  }
  #page_produits #description
  {
    height: auto;
    flex-direction: column-reverse;
    margin-top: 4vw;
  }
  #page_produits #description #text_description
  {
    width: 80vw;
  }
  #page_produits #description #text_description h2
  {
    font-size: 5vw;
  }
  #page_produits #description #text_description p
  {
    font-size: 3vw;
    line-height: 4vw;
  }
  #page_produits #description #imgDescription img
  {
    width: 40vw;
  }

  #page_produits #produits
  {
    height: auto;
  }


  footer
  {
    height: 5vw;
  }
  footer p
  {
    font-size: 2.5vw;
  }
}
