* {
  font-family: system-ui;
}
body {
  background: rgb(255, 255, 255);
}

/*haeder*/

li {
  list-style: none;
}
a {
  padding: 2px 10px;
  text-decoration: none;
  color: rgb(0, 0, 0);
  font-size: 1.2rem;
  transition: 0.2s;
}

a:hover {
  color: #f31d16;
  border-radius: 10px;
  border: 1px 4px;
}

header {
  padding: 15px 20px;
  width: 90.99%;
  background: transparent;
}
.navbar {
  width: 100%;
  height: 60px;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar .logo h1 {
  font-size: 2rem;
  font-weight: bold;
  color: rgb(255, 60, 0);
}
.navbar .links {
  display: flex;
  gap: 2rem;
}
.navbar .toggle_btn {
  margin: 1px 8px 1px 1px;
  color: #ff9900;
  font-size: 1.5rem;
  cursor: pointer;
  display: none;
}

.action_btn {
  background-color: rgb(255, 60, 0);
  color: #ffffff;
  text-shadow: none;
  padding: 0.2rem 1rem;
  border: none;
  outline: none;
  border-radius: 20px;
  font-size: 1.2rem;
  font-weight: bold;
  cursor: pointer;
  transition: scale 0.2 ease;
}
.action_btn:hover {
  color: azure;
  background-color: orange;
  border-radius: 20px;
}
.action_btn:active {
  scale: 0.95;
}
.dropdown_menu {
  display: none;
  position: absolute;
  right: 2rem;
  top: 60px;
  height: 0;
  width: 300px;
  background: rgba(255, 255, 255, 0.863);
  box-shadow: 4px 8px 8px rgba(255, 166, 0, 0.493);
  border: 2px;
  border-radius: 10px;
  overflow: hidden;
  transition: height 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.dropdown_menu.open {
  height: 260px;
}

.dropdown_menu li {
  padding: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dropdown_menu .action_btn {
  width: 100%;
  display: flex;
  justify-content: center;
}

@media (max-width: 1130px) {
  .navbar .links,
  .navbar .action_btn {
    display: none;
  }
  .navbar .toggle_btn {
    display: block;
  }
  .dropdown_menu {
    display: block;
  }
}
@media (max-width: 576px) {
  .dropdown_menu {
    left: 2rem;
    width: unset;
  }
}
/*haeder*/

/*welcoming*/
.welcoming {
  width: 80%;
  margin: 70px 200px;
  display: flex;
  justify-content: center;
}
.welcoming .text {
  padding: 40px;
  padding-top: 1px;
  width: 30%;
}
.welcoming p {
  font-size: 40px;
}
.welcoming .mot {
  color: rgb(255, 60, 0);
}
.welcoming img {
  width: 45%;
  padding: 0px;
  height: 450px;
  border-radius: 15px;
}
.welcoming .p1 {
  font-size: 18px;
}
.welcoming .text button {
  background-color: rgb(255, 60, 0);
  font-size: 15px;
  border: navajowhite;
  color: white;
  padding: 20px 30px;
  border-radius: 40px;
  transition: 0.2s;
  margin-left: -10px;
}

.welcoming .text button:hover {
  background: orange;
  cursor: pointer;
}
/*welcoming*/
/*propos*/
.propos {
  display: flex;
  margin-bottom: 100px;
}

.propos img {
  width: 42%;
  height: 550px;
  margin-left: -10px;
  border-radius: 0px 15px 15px 0px;
}

.propos .text {
  padding-left: 118px;
  width: 38%;
}
.propos h1 {
  justify-content: left;
}
.propos p {
  font-size: 22.1px;
}
/*propos*/

/*avantages*/

.avantages {
  display: block;
  justify-content: center;
  width: 80%;
  margin: 70px 180px;
}
h1 {
  display: flex;
  justify-content: center;
  font-size: 40px;
}
.avantages #h1 {
  margin-left: 80px;
}
.avantages p {
  width: 80%;
  margin-left: 40px;
}
.avantages .part1 {
  display: flex;
  justify-content: center;
  padding: 15px;
}
.avantages .part2 {
  display: flex;
  justify-content: center;
  padding: 15px;
}
.avantages .part3 {
  display: flex;
  justify-content: center;
  padding: 15px;
}

.avantages .section1 {
  width: 24%;
  padding: 15px;
}

.avantages .section2 {
  width: 24%;
  padding: 15px;
}
.avantages .section3 {
  width: 24%;
  padding: 15px;
}

.section1 {
  background: white;
  border-radius: 15px;
  box-shadow: 2px 8px 30px rgba(194, 194, 194, 0.137);
  padding: 20px;
  margin: 10px 20px;
}
.section2 {
  background: white;
  border-radius: 15px;
  box-shadow: 2px 8px 30px rgba(194, 194, 194, 0.137);
  padding: 20px;
  margin: 10px 20px;
}
.section3 {
  background: white;
  border-radius: 15px;
  box-shadow: 2px 8px 30px rgba(194, 194, 194, 0.137);
  padding: 20px;
  margin: 10px 20px;
}

.avantages .section1 h1 {
  font-size: 30px;
  padding-bottom: 10px;
}
.avantages .section2 h1 {
  font-size: 30px;
  padding-bottom: 10px;
}
.avantages .section3 h1 {
  font-size: 30px;
  padding-bottom: 10px;
}

.avantages p {
  display: flex;
  justify-content: center;
}
.avantages .section1 img {
  margin-bottom: 50px;
  margin-left: 120px;
  margin-top: 60px;
  padding: 30px;
  background: rgb(255, 255, 255);
  border-radius: 100px;
  box-shadow: 2px 8px 18px rgba(182, 182, 182, 0.24);
}
.avantages .section2 img {
  margin-bottom: 50px;
  margin-left: 120px;
  margin-top: 60px;
  padding: 30px;
  background: rgb(255, 255, 255);
  border-radius: 100px;
  box-shadow: 2px 8px 18px rgba(182, 182, 182, 0.24);
}
.avantages .section3 img {
  margin-bottom: 50px;
  margin-left: 120px;
  margin-top: 60px;
  padding: 30px;
  background: rgb(255, 255, 255);
  border-radius: 100px;
  box-shadow: 2px 8px 18px rgba(182, 182, 182, 0.24);
}
/*avantages*/

/*flesh*/
.flesh img {
  width: 30px;
  height: 30px;
  padding: 10px;
  background: rgb(255, 255, 255);
  border-radius: 50px;
  border: 1px solid green;
  margin-left: 880px;
}
/*flesh*/

/*services*/
.services {
  display: block;
  justify-content: center;
  width: 80%;
  margin: 70px 180px;
}
.services .part1 {
  display: flex;
  justify-content: center;
  padding: 15px;
}
.services .part2 {
  display: flex;
  justify-content: center;
  padding: 15px;
}
.services .part3 {
  display: flex;
  justify-content: center;
  padding: 15px;
}
.services .part4 {
  display: flex;
  justify-content: center;
  padding: 15px;
}

/**********************************************/

.services .Construction-metalique {
  border-radius: 15px;
  padding: 20px;
  margin: 5px 15px;
  overflow: hidden;
  background-image: url("5jpg_609aa0db75ac7.jpg");
  height: 250px; /* You must specify a height for the div */
  width: 100%; /* And a width */
  background-repeat: no-repeat; /* This will prevent the image from repeating */
  background-position: center; /* This will center the image in the div */
  background-size: cover; /* This will make sure your image covers the entire div without being stretched */
  width: 24%;
  padding: 15px;
}

.services .Menuisier-Aluminium {
  border-radius: 15px;
  padding: 20px;
  margin: 5px 15px;
  overflow: hidden;
  background-image: url("shutterstock_567757411-compressor.jpg");
  height: 250px; /* You must specify a height for the div */
  width: 100%; /* And a width */
  background-repeat: no-repeat; /* This will prevent the image from repeating */
  background-position: center; /* This will center the image in the div */
  background-size: cover; /* This will make sure your image covers the entire div without being stretched */
  width: 24%;
  padding: 15px;
}
.services .Barrieres-Automatiques {
  border-radius: 15px;
  padding: 20px;
  margin: 5px 15px;
  overflow: hidden;
  background-image: url("barriere.jpg");
  height: 250px; /* You must specify a height for the div */
  width: 100%; /* And a width */
  background-repeat: no-repeat; /* This will prevent the image from repeating */
  background-position: center; /* This will center the image in the div */
  background-size: cover; /* This will make sure your image covers the entire div without being stretched */
  width: 24%;
  padding: 15px;
}
.services .Portes-Sectionnelle {
  border-radius: 15px;
  padding: 20px;
  margin: 5px 15px;
  overflow: hidden;
  background-image: url("R.jpeg");
  height: 250px; /* You must specify a height for the div */
  width: 100%; /* And a width */
  background-repeat: no-repeat; /* This will prevent the image from repeating */
  background-position: center; /* This will center the image in the div */
  background-size: cover; /* This will make sure your image covers the entire div without being stretched */
  width: 24%;
  padding: 15px;
}
.services .Prtes-Coulissantes {
  border-radius: 15px;
  padding: 20px;
  margin: 5px 15px;
  overflow: hidden;
  background-image: url("puertas-automaticas-corredizas-tina-01-300x300.jpg");
  height: 250px; /* You must specify a height for the div */
  width: 100%; /* And a width */
  background-repeat: no-repeat; /* This will prevent the image from repeating */
  background-position: center; /* This will center the image in the div */
  background-size: cover; /* This will make sure your image covers the entire div without being stretched */
  width: 24%;
  padding: 15px;
}
.services .Portes-Vitrees-Automatiques {
  border-radius: 15px;
  padding: 20px;
  margin: 5px 15px;
  overflow: hidden;
  background-image: url("product6.jpg");
  height: 250px; /* You must specify a height for the div */
  width: 100%; /* And a width */
  background-repeat: no-repeat; /* This will prevent the image from repeating */
  background-position: center; /* This will center the image in the div */
  background-size: cover; /* This will make sure your image covers the entire div without being stretched */
  width: 24%;
  padding: 15px;
}

.services .Portes-Rapides {
  border-radius: 15px;
  padding: 20px;
  margin: 5px 15px;
  overflow: hidden;
  background-image: url("OIP.jpeg");
  height: 250px; /* You must specify a height for the div */
  width: 100%; /* And a width */
  background-repeat: no-repeat; /* This will prevent the image from repeating */
  background-position: center; /* This will center the image in the div */
  background-size: cover; /* This will make sure your image covers the entire div without being stretched */
  width: 24%;
  padding: 15px;
}
.services .Portes-Coupe-Feu {
  border-radius: 15px;
  padding: 20px;
  margin: 5px 15px;
  overflow: hidden;
  background-image: url("coupe_feu.jpg");
  height: 250px; /* You must specify a height for the div */
  width: 100%; /* And a width */
  background-repeat: no-repeat; /* This will prevent the image from repeating */
  background-position: center; /* This will center the image in the div */
  background-size: cover; /* This will make sure your image covers the entire div without being stretched */
  width: 24%;
  padding: 15px;
}
.services .Rideaux-a-Lanieres {
  border-radius: 15px;
  padding: 20px;
  margin: 5px 15px;
  overflow: hidden;
  background-image: url("R\ \(1\).jpeg");
  height: 250px; /* You must specify a height for the div */
  width: 100%; /* And a width */
  background-repeat: no-repeat; /* This will prevent the image from repeating */
  background-position: center; /* This will center the image in the div */
  background-size: cover; /* This will make sure your image covers the entire div without being stretched */
  width: 24%;
  padding: 15px;
}
.services .Equipement-de-Quais {
  border-radius: 15px;
  padding: 20px;
  margin: 5px 15px;
  overflow: hidden;
  background-image: url("quai-de-chargement-guide-roues-camions-ABF-Fermetures-1.jpg");
  height: 250px; /* You must specify a height for the div */
  width: 100%; /* And a width */
  background-repeat: no-repeat; /* This will prevent the image from repeating */
  background-position: center; /* This will center the image in the div */
  background-size: cover; /* This will make sure your image covers the entire div without being stretched */
  width: 24%;
  padding: 15px;
}
.services .Rideaux-Metalique {
  border-radius: 15px;
  padding: 20px;
  margin: 5px 15px;
  overflow: hidden;
  background-image: url("OIP\ \(2\).jpeg");
  height: 250px; /* You must specify a height for the div */
  width: 100%; /* And a width */
  background-repeat: no-repeat; /* This will prevent the image from repeating */
  background-position: center; /* This will center the image in the div */
  background-size: cover; /* This will make sure your image covers the entire div without being stretched */
  width: 24%;
  padding: 15px;
}
.services .Bornes-Automatiques {
  border-radius: 15px;
  padding: 20px;
  margin: 5px 15px;
  overflow: hidden;
  background-image: url("bornes-escamotables3.jpg");
  height: 250px; /* You must specify a height for the div */
  width: 100%; /* And a width */
  background-repeat: no-repeat; /* This will prevent the image from repeating */
  background-position: center; /* This will center the image in the div */
  background-size: cover; /* This will make sure your image covers the entire div without being stretched */
  width: 24%;
  padding: 15px;
}

.services h1 {
  justify-content: left;
  background: rgb(250, 118, 84);
  margin-top: 180px;
  margin-left: -20px;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 400px;
  padding-top: 10px;
  color: white;
  font-size: 23px;
}

.more {
  display: block;
  justify-content: center;
  margin-top: 10px;
}
.more img {
  width: 100px;
  margin-left: 83%;
}
/*services*/
/*contact*/
.contact {
  display: flex;
  justify-content: center;
  width: 80%;
  margin: 70px 320px;
  background-image: url("Group\ 870.png");
  height: 220px; /* You must specify a height for the div */
  width: 64.5%; /* And a width */
  background-repeat: no-repeat; /* This will prevent the image from repeating */
  background-position: center; /* This will center the image in the div */
  background-size: cover; /* This will make sure your image covers the entire div without being stretched */
  border-radius: 20px;
}

.contact .text {
  padding: 20px;
  justify-content: left;
  width: 70%;
}
.contact button {
  background-color: rgb(255, 255, 255);
  font-size: 25px;
  border: navajowhite;
  color: rgb(255, 0, 0);
  padding: 30px 100px;
  border-radius: 15px;
  transition: 0.2s;
  margin-top: 19%;
  margin-right: 50px;
  transition: 0.2s;
}
.contact button:hover {
  cursor: pointer;
  background: rgb(243, 243, 243);
}
.contact a:hover {
  cursor: default;
}
.contact .text p {
  color: white;
  font-size: 25px;
  width: 70%;
  margin-left: 70px;
  margin-top: 40px;
}
/*contact*/

/*footer*/
footer {
  width: 80%;
  display: flex;
  justify-content: center;
  margin-left: 165px;
  margin-bottom: 100px;
}

footer .btx {
  width: 50%;
}
footer .btx h1 {
  justify-content: left;
  color: #f31d16;
}
footer .btx p {
  width: 40%;
  margin-bottom: 10px;
  font-size: 15px;
}
footer .btx .email {
  display: flex;
  margin-bottom: 15px;
}
footer .btx .phone {
  display: flex;
}
footer img {
  width: 30px;
  height: 30px;
}
footer .btx .email p {
  margin-top: -1px;
  margin-left: 10px;
}
footer .btx .phone p {
  margin-top: -1px;
  margin-left: 10px;
}

footer .social {
  display: block;
}
footer li {
  margin-bottom: 10px;
  margin-left: -49px;
}



footer #face:hover {
  color: blue;
}
footer #insta:hover {
  color: rgb(238, 19, 19);
}
footer #tlg:hover {
  color: rgb(0, 140, 255);
}
footer #wts:hover {
  color: rgb(1, 173, 15);
}
footer .social img {
  margin-bottom: -8px;
}
/*footer*/

/*********************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************/

/* Style for tablets */
@media only screen and (min-width: 481px) and (max-width: 1130px) {
  header {
    padding: 15px 20px;
    width: 95.99%;
    background: transparent;
  }
  /*welcoming*/
  .welcoming {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0px;
    padding: 0px;
    background-image: url("architect-office-with-copy-space.jpg");
    height: 500px; /* You must specify a height for the div */
    width: 100%; /* And a width */
    background-repeat: no-repeat; /* This will prevent the image from repeating */
    background-position: center; /* This will center the image in the div */
    background-size: cover; /* This will make sure your image covers the entire div without being stretched */
    margin-bottom: 150px;
  }
  .welcoming .text {
    padding: 40px;
    padding-top: 90px;
    width: 70%;
    margin-left: -150px;
  }
  .welcoming img {
    width: 0%;
  }
  /*welcoming*/
  /*propos*/
  .propos {
    display: flex;
    margin-bottom: 100px;
  }

  .propos img {
    width: 50%;
    height: 420px;
    margin-left: -10px;
    border-radius: 0px 15px 15px 0px;
  }

  .propos .text {
    padding-left: 70px;
    width: 38%;
  }
  .propos h1 {
    justify-content: left;
    margin-top: -10px;
    font-size: 30px;
  }
  .propos p {
    font-size: 17px;
  }
  /*propos*/

  /*avantages*/
  .avantages {
    display: block;
    justify-content: center;
    width: 100%;
    margin: 70px 0px;
  }
  h1 {
    display: flex;
    justify-content: center;
    font-size: 40px;
  }
  .avantages h1 {
    font-family: 30px;
  }
  .avantages #h1 {
    margin-left: 40px;
  }
  .avantages p {
    width: 80%;
    margin-left: 30px;
  }
  .avantages .part1 {
    display: flex;
    justify-content: center;
    padding: 15px;
  }
  .avantages .part2 {
    display: flex;
    justify-content: center;
    padding: 15px;
  }
  .avantages .part3 {
    display: flex;
    justify-content: center;
    padding: 15px;
  }

  .avantages .section1 {
    width: 29%;
    padding: 15px;
  }

  .avantages .section2 {
    width: 29%;
    padding: 15px;
  }
  .avantages .section3 {
    width: 29%;
    padding: 15px;
  }

  .section1 {
    background: white;
    border-radius: 15px;
    box-shadow: 2px 8px 30px rgba(194, 194, 194, 0.137);
    padding: 20px;
    margin: 10px 20px;
  }
  .section2 {
    background: white;
    border-radius: 15px;
    box-shadow: 2px 8px 30px rgba(194, 194, 194, 0.137);
    padding: 20px;
    margin: 10px 20px;
  }
  .section3 {
    background: white;
    border-radius: 15px;
    box-shadow: 2px 8px 30px rgba(194, 194, 194, 0.137);
    padding: 20px;
    margin: 10px 20px;
  }

  .avantages .section1 h1 {
    font-size: 30px;
    padding-bottom: 10px;
  }
  .avantages .section2 h1 {
    font-size: 30px;
    padding-bottom: 10px;
  }
  .avantages .section3 h1 {
    font-size: 30px;
    padding-bottom: 10px;
  }

  .avantages p {
    display: flex;
    justify-content: center;
  }
  .avantages .section1 img {
    margin-bottom: 25px;
    margin-left: 70px;
    margin-top: 30px;
    padding: 30px;
    background: rgb(255, 255, 255);
    border-radius: 100px;
    box-shadow: 2px 8px 18px rgba(182, 182, 182, 0.24);
  }
  .avantages .section2 img {
    margin-bottom: 25px;
    margin-left: 70px;
    margin-top: 30px;
    padding: 30px;
    background: rgb(255, 255, 255);
    border-radius: 100px;
    box-shadow: 2px 8px 18px rgba(182, 182, 182, 0.24);
  }
  .avantages .section3 img {
    margin-bottom: 25px;
    margin-left: 70px;
    margin-top: 30px;
    padding: 30px;
    background: rgb(255, 255, 255);
    border-radius: 100px;
    box-shadow: 2px 8px 18px rgba(182, 182, 182, 0.24);
  }
  /*avantages*/
  /*flesh*/
  .flesh img {
    width: 30px;
    height: 30px;
    padding: 10px;
    background: rgb(255, 255, 255);
    border-radius: 50px;
    border: 1px solid green;
    margin-left: 490px;
  }
  /*flesh*/

  .services {
    display: block;
    justify-content: center;
    width: 100%;
    margin: 70px 0px;
  }

  /*contact*/
  .contact {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 70px 90px;
    background-image: url("Group\ 870.png");
    height: 220px; /* You must specify a height for the div */
    width: 64.5%; /* And a width */
    background-repeat: no-repeat; /* This will prevent the image from repeating */
    background-position: center; /* This will center the image in the div */
    background-size: cover; /* This will make sure your image covers the entire div without being stretched */
    border-radius: 20px;
    padding-left: 190px;
  }

  .contact .text {
    padding: 4px;
    justify-content: left;
    width: 70%;
    margin-left: -200px;
    margin-top: 5px;
  }
  .contact .text .p {
    font-size: 23px;
  }

  .contact button {
    background-color: rgb(255, 255, 255);
    font-size: 25px;
    border: navajowhite;
    color: rgb(255, 0, 0);
    padding: 30px 100px;
    border-radius: 15px;
    transition: 0.2s;
    margin-top: 19%;
    margin-right: 50px;
    transition: 0.2s;
  }
  .contact button:hover {
    cursor: pointer;
    background: rgb(243, 243, 243);
  }
  .contact a:hover {
    cursor: default;
  }
  .contact .text p {
    color: white;
    font-size: 25px;
    width: 70%;
    margin-left: 70px;
    margin-top: 40px;
  }
  /*contact*/
  /*footer*/
  footer {
    width: 80%;
    display: flex;
    justify-content: center;
    margin-left: 113px;
    margin-bottom: 100px;
  }

  /*footer*/
}

/*****************************************************************/
/*****************************************************************/
/*****************************************************************/
/*****************************************************************/

/* Style for mobile phones */
@media only screen and (max-width: 480px) {
  /*welcoming*/
  .welcoming {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0px;
    padding: 0px;
    background-image: url("architect-office-with-copy-space.jpg");
    height: 500px; /* You must specify a height for the div */
    width: 100%; /* And a width */
    background-repeat: no-repeat; /* This will prevent the image from repeating */
    background-position: center; /* This will center the image in the div */
    background-size: cover; /* This will make sure your image covers the entire div without being stretched */
    margin-bottom: 150px;
  }
  .welcoming .text {
    padding: 40px;
    padding-top: 50px;
    width: 70%;
    margin-left: -20px;
  }
  .welcoming p {
    font-size: 30px;
  }
  .welcoming img {
    width: 0%;
  }
  .welcoming .text button {
    background-color: rgb(255, 60, 0);
    font-size: 15px;
    border: navajowhite;
    color: white;
    padding: 15px 20px;
    border-radius: 40px;
    transition: 0.2s;
    margin-left: -10px;
  }
  /*welcoming*/
  /*propos*/
  .propos {
    margin-top: 250px;
    display: block;
    margin-bottom: 100px;
  }

  .propos img {
    width: 90%;
    height: 300px;
    margin-left: -10px;
    border-radius: 0px 15px 15px 0px;
  }

  .propos .text {
    padding-left: 28px;
    width: 80%;
  }
  .propos h1 {
    justify-content: left;
    font-size: 28px;
    margin-top: -400px;
    margin-bottom: 380px;
  }
  .propos p {
    font-size: 19.1px;
  }
  /*propos*/

  /*avantages*/

  .avantages {
    display: block;
    justify-content: center;
    width: 80%;
    margin: 70px 20px;
  }
  h1 {
    display: flex;
    justify-content: center;
    font-size: 40px;
  }
  .avantages #h1 {
    margin-left: 0px;
  }
  .avantages p {
    width: 80%;
    margin-left: 40px;
  }
  .avantages .part1 {
    display: flex;
    justify-content: center;
    padding: 15px;
  }
  .avantages .part2 {
    display: flex;
    justify-content: center;
    padding: 15px;
  }
  .avantages .part3 {
    display: flex;
    justify-content: center;
    padding: 15px;
  }

  .section1 {
    display: block;
    background: white;
    border-radius: 15px;
    box-shadow: 2px 8px 30px rgba(194, 194, 194, 0.137);
    padding: 20px;
    margin: 10px 20px;
  }
  .section2 {
    display: block;
    background: white;
    border-radius: 15px;
    box-shadow: 2px 8px 30px rgba(194, 194, 194, 0.137);
    padding: 20px;
    margin: 10px 20px;
  }
  .section3 {
    display: block;
    background: white;
    border-radius: 15px;
    box-shadow: 2px 8px 30px rgba(194, 194, 194, 0.137);
    padding: 20px;
    margin: 10px 20px;
  }

  .avantages .section1 h1 {
    font-size: 25px;
    padding-bottom: 10px;
  }
  .avantages .section2 h1 {
    font-size: 25px;
    padding-bottom: 10px;
  }
  .avantages .section3 h1 {
    font-size: 25px;
    padding-bottom: 10px;
  }

  .avantages p {
    display: flex;
    justify-content: center;
  }
  .avantages .section1 img {
    margin-bottom: 0px;
    margin-left: 115px;
    margin-top: 0px;
    padding: 30px;
    background: rgb(255, 255, 255);
    border-radius: 100px;
    box-shadow: 2px 8px 18px rgba(182, 182, 182, 0.24);
  }
  .avantages .section2 img {
    margin-bottom: 0px;
    margin-left: 115px;
    margin-top: 0px;
    padding: 30px;
    background: rgb(255, 255, 255);
    border-radius: 100px;
    box-shadow: 2px 8px 18px rgba(182, 182, 182, 0.24);
  }
  .avantages .section3 img {
    margin-bottom: 0px;
    margin-left: 115px;
    margin-top: 0px;
    padding: 30px;
    background: rgb(255, 255, 255);
    border-radius: 100px;
    box-shadow: 2px 8px 18px rgba(182, 182, 182, 0.24);
  }

  .avantages .part1 {
    display: block;
    justify-content: center;
    padding: 15px;
  }
  .avantages .part2 {
    display: block;
    justify-content: center;
    padding: 15px;
  }
  .avantages .part3 {
    display: block;
    justify-content: center;
    padding: 15px;
  }

  .avantages .section1 {
    width: 117%;
    padding: 15px;
    margin-left: -20px;
  }

  .avantages .section2 {
    width: 117%;
    padding: 15px;
    margin-left: -20px;
  }
  .avantages .section3 {
    width: 117%;
    padding: 15px;
    margin-left: -20px;
  }
  /*avantages*/
    /*flesh*/
    .flesh img {
      width: 30px;
      height: 30px;
      padding: 10px;
      background: rgb(255, 255, 255);
      border-radius: 50px;
      border: 1px solid green;
      margin-left: 170px;
    }
    /*flesh*/

  /*services*/
  .services {
    display: block;
    justify-content: center;
    width: 100%;
    margin: 70px 0px;
  }
  .services .part1 {
    display: flex;
    justify-content: center;
    padding: 15px;
  }
  .services .part2 {
    display: flex;
    justify-content: center;
    padding: 15px;
  }
  .services .part3 {
    display: flex;
    justify-content: center;
    padding: 15px;
  }
  .services .part4 {
    display: flex;
    justify-content: center;
    padding: 15px;
  }

  /**********************************************/

  .services .Construction-metalique {
    border-radius: 15px;
    padding: 20px;
    margin: 5px 5px;
    overflow: hidden;
    background-image: url("5jpg_609aa0db75ac7.jpg");
    height: 250px; /* You must specify a height for the div */
    width: 100%; /* And a width */
    background-repeat: no-repeat; /* This will prevent the image from repeating */
    background-position: center; /* This will center the image in the div */
    background-size: cover; /* This will make sure your image covers the entire div without being stretched */
    width: 30%;
    padding: 15px;
  }

  .services .Menuisier-Aluminium {
    border-radius: 15px;
    padding: 20px;
    margin: 5px 5px;
    overflow: hidden;
    background-image: url("shutterstock_567757411-compressor.jpg");
    height: 250px; /* You must specify a height for the div */
    width: 100%; /* And a width */
    background-repeat: no-repeat; /* This will prevent the image from repeating */
    background-position: center; /* This will center the image in the div */
    background-size: cover; /* This will make sure your image covers the entire div without being stretched */
    width: 30%;
    padding: 15px;
  }
  .services .Barrieres-Automatiques {
    border-radius: 15px;
    padding: 20px;
    margin: 5px 5px;
    overflow: hidden;
    background-image: url("barriere.jpg");
    height: 250px; /* You must specify a height for the div */
    width: 100%; /* And a width */
    background-repeat: no-repeat; /* This will prevent the image from repeating */
    background-position: center; /* This will center the image in the div */
    background-size: cover; /* This will make sure your image covers the entire div without being stretched */
    width: 30%;
    padding: 15px;
  }
  .services .Portes-Sectionnelle {
    border-radius: 15px;
    padding: 20px;
    margin: 5px 5px;
    overflow: hidden;
    background-image: url("R.jpeg");
    height: 250px; /* You must specify a height for the div */
    width: 100%; /* And a width */
    background-repeat: no-repeat; /* This will prevent the image from repeating */
    background-position: center; /* This will center the image in the div */
    background-size: cover; /* This will make sure your image covers the entire div without being stretched */
    width: 30%;
    padding: 15px;
  }
  .services .Prtes-Coulissantes {
    border-radius: 15px;
    padding: 20px;
    margin: 5px 5px;
    overflow: hidden;
    background-image: url("puertas-automaticas-corredizas-tina-01-300x300.jpg");
    height: 250px; /* You must specify a height for the div */
    width: 100%; /* And a width */
    background-repeat: no-repeat; /* This will prevent the image from repeating */
    background-position: center; /* This will center the image in the div */
    background-size: cover; /* This will make sure your image covers the entire div without being stretched */
    width: 30%;
    padding: 15px;
  }
  .services .Portes-Vitrees-Automatiques {
    border-radius: 15px;
    padding: 20px;
    margin: 5px 5px;
    overflow: hidden;
    background-image: url("product6.jpg");
    height: 250px; /* You must specify a height for the div */
    width: 100%; /* And a width */
    background-repeat: no-repeat; /* This will prevent the image from repeating */
    background-position: center; /* This will center the image in the div */
    background-size: cover; /* This will make sure your image covers the entire div without being stretched */
    width: 30%;
    padding: 15px;
  }

  .services .Portes-Rapides {
    border-radius: 15px;
    padding: 20px;
    margin: 5px 5px;
    overflow: hidden;
    background-image: url("OIP.jpeg");
    height: 250px; /* You must specify a height for the div */
    width: 100%; /* And a width */
    background-repeat: no-repeat; /* This will prevent the image from repeating */
    background-position: center; /* This will center the image in the div */
    background-size: cover; /* This will make sure your image covers the entire div without being stretched */
    width: 30%;
    padding: 15px;
  }
  .services .Portes-Coupe-Feu {
    border-radius: 15px;
    padding: 20px;
    margin: 5px 5px;
    overflow: hidden;
    background-image: url("coupe_feu.jpg");
    height: 250px; /* You must specify a height for the div */
    width: 100%; /* And a width */
    background-repeat: no-repeat; /* This will prevent the image from repeating */
    background-position: center; /* This will center the image in the div */
    background-size: cover; /* This will make sure your image covers the entire div without being stretched */
    width: 30%;
    padding: 15px;
  }
  .services .Rideaux-a-Lanieres {
    border-radius: 15px;
    padding: 20px;
    margin: 5px 5px;
    overflow: hidden;
    background-image: url("R\ \(1\).jpeg");
    height: 250px; /* You must specify a height for the div */
    width: 100%; /* And a width */
    background-repeat: no-repeat; /* This will prevent the image from repeating */
    background-position: center; /* This will center the image in the div */
    background-size: cover; /* This will make sure your image covers the entire div without being stretched */
    width: 30%;
    padding: 15px;
  }
  .services .Equipement-de-Quais {
    border-radius: 15px;
    padding: 20px;
    margin: 5px 5px;
    overflow: hidden;
    background-image: url("quai-de-chargement-guide-roues-camions-ABF-Fermetures-1.jpg");
    height: 250px; /* You must specify a height for the div */
    width: 100%; /* And a width */
    background-repeat: no-repeat; /* This will prevent the image from repeating */
    background-position: center; /* This will center the image in the div */
    background-size: cover; /* This will make sure your image covers the entire div without being stretched */
    width: 30%;
    padding: 15px;
  }
  .services .Rideaux-Metalique {
    border-radius: 15px;
    padding: 20px;
    margin: 5px 5px;
    overflow: hidden;
    background-image: url("OIP\ \(2\).jpeg");
    height: 250px; /* You must specify a height for the div */
    width: 100%; /* And a width */
    background-repeat: no-repeat; /* This will prevent the image from repeating */
    background-position: center; /* This will center the image in the div */
    background-size: cover; /* This will make sure your image covers the entire div without being stretched */
    width: 30%;
    padding: 15px;
  }
  .services .Bornes-Automatiques {
    border-radius: 15px;
    padding: 20px;
    margin: 5px 5px;
    overflow: hidden;
    background-image: url("bornes-escamotables3.jpg");
    height: 250px; /* You must specify a height for the div */
    width: 100%; /* And a width */
    background-repeat: no-repeat; /* This will prevent the image from repeating */
    background-position: center; /* This will center the image in the div */
    background-size: cover; /* This will make sure your image covers the entire div without being stretched */
    width: 30%;
    padding: 15px;
  }

  .services h1 {
    justify-content: left;
    background: rgb(250, 118, 84);
    margin-top: 180px;
    margin-left: -25px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 400px;
    padding-top: 10px;
    color: white;
    font-size: 13px;
  }

  .more {
    display: block;
    justify-content: center;
    margin-top: 10px;
  }
  .more img {
    width: 70px;
    margin-left: 73%;
  }
  /*services*/
  /*contact*/
  .contact {
    display: flex;
    justify-content: center;
    width: 90%;
    margin: 70px 15px;
    background-image: url("Group\ 870.png");
    height: 220px; /* You must specify a height for the div */
    width: 64.5%; /* And a width */
    background-repeat: no-repeat; /* This will prevent the image from repeating */
    background-position: center; /* This will center the image in the div */
    background-size: cover; /* This will make sure your image covers the entire div without being stretched */
    border-radius: 20px;
    padding-left: 120px;
  }

  .contact .text {
    padding: 4px;
    justify-content: left;
    width: 70%;
    margin-left: -200px;
    margin-top: 5px;
  }
  .contact .text .p {
    font-size: 23px;
  }

  .contact button {
    background-color: rgb(255, 255, 255);
    font-size: 20px;
    border: navajowhite;
    color: rgb(255, 0, 0);
    padding: 10px 20px;
    border-radius: 15px;
    transition: 0.2s;
    margin-top: 80px;
    margin-right: -90px;
    margin-left: -20px;
    transition: 0.2s;
  }
  .contact button:hover {
    cursor: pointer;
    background: rgb(243, 243, 243);
  }
  .contact a:hover {
    cursor: default;
  }
  .contact .text .p {
    color: white;
    font-size: 16px;
    width: 100%;
    margin-left: 0px;
    margin-top: 40px;
  }
  /*contact*/
  /*footer*/
  footer {
    width: 95%;
    display: flex;
    justify-content: center;
    margin-left: 5px;
    margin-bottom: 100px;
  }

  footer .btx {
    width: 50%; 
    padding-right: 60px;
  }
  footer .btx h1 {
    justify-content: left;
    color: #f31d16;
    font-size: 25px;
    margin-top: 25px;
  }
  footer .btx p {
    width: 100%;
    margin-bottom: 10px;
  }
  footer .btx .email {
    display: flex;
    margin-bottom: 15px;
  }
  footer .btx .phone {
    display: flex;
  }
  footer img {
    width: 30px;
    height: 30px;
  }
  footer .btx .email p {
    margin-top: -1px;
    margin-left: 10px;
  }
  footer .btx .phone p {
    margin-top: -1px;
    margin-left: 10px;
  }

  footer .social {
    display: block;
    width: 30%;
margin-left: -20px;
  }
  .social h1 {
    font-size: 20px;
    width: 100%;
    margin-left: -5px;
    margin-top: 30px;
  }
  footer li {
    margin-bottom: 10px;
    margin-left: -49px;
  }
  /*footer*/
}
