*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}
.container {
    max-width: 1100px;
    margin: 30px auto;
}
.container1 {
    max-width: 1200px;
    margin: 0px auto;
}
body{
    font-family: montserrat;
}
.head{
  padding-top: 10px;
  padding-bottom: 5px;
    text-align: center;
    color: black;
    font-size: 15px;
    
}
.head span{
    color: red;
}
nav{
    background-color: #0082e6;
    padding-left: 60px;
    padding-right: 10px;
    height: 80px;
    width: 100%;
    position: sticky;
    top: 0;
}
nav .logo{
    width: 120px;
    padding-left: 30px;
    margin-left: 80px;
    text-align: center;
    padding-top: 10px;
}
nav ul{
    float: right;
    margin-right: 70px;
}
nav ul li{
    display: inline-block;
    line-height: 80px;
    margin: 0 5px;
}
nav ul li a{
    color:white;
    font-size: 17px;
    padding: 7px 13px;
    border-radius: 3px;
    text-transform: uppercase;
}
nav a.active {
  color: red;
  font-weight: bold;
  
}
/*a.active, a:hover{
    background: #1b9bff;
    transition: .5s;
}*/
.checkbtn{
    font-size: 30px;
    color: white;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}
#check{
    display: none;
}
.heading1{
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
}
.home{
    padding-right: 50px;
}
.btn{
    border: 1px solid #0082e6;
    padding: 15px 90px;
   text-align: center;
    border-radius: 30px;
    margin-top: 4px;
    color:black;
    background-color: #fff;
}
.btn:hover{
    background-color: black;
    color: white;
}
.home  h1{
    font-size: 50px;
    padding-bottom: 5px;
}
.home p{
    font-size: 22px;
    text-align: justify;
    color: #7e8181;
}
.heading1 .homeIcon{
    padding-top: 10px;
    width: 100%;
    height: 350.2px;
    border-radius: 30px;
    object-fit: cover;
}
.context{
    margin-top: 100px;
   text-align: center;
   margin-left: 8px;
   margin-right: 8px;
   border-radius: 20px;
    background-color: aliceblue;
    padding-bottom: 70px;
}
.context h1{
    padding-top: 30px;
    font-size: 50px;
}
.context p{
    font-size: 22px;
    text-align: center;
    color: #7e8181;
    padding-top: 20px;
    padding-bottom: 20px;
}
.prods{
    display: flex;
    margin: 10px;
}
.cont{
    padding-top: 50px;
    text-align: center;
    font-size: 50px;
}
.prod1{
    padding-right: 20px;
}
.prod2{
    padding-left:30px ;
}
.produit{
    width: 100%;
    height: auto;
}
.flys{
    width: 100%;
    height: auto;
}
.catalogues{
    margin-top: 60px;
    text-align: center;
    padding-bottom: 40px;
}
.catalogues h1{
    padding-top: 50px;
    font-size: 50px;
    padding-bottom: 30px;
    color: #000;
}
.catalogues h2{
    font-size: 25px;
    text-align: center;
    color: #7e8181;
}
.Equipements{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding-right: 60px;
}
.Equipements img{
    width: 250px;
    padding: 50px;
}
.Equipements .camions{
    border: 1px solid rgb(228, 227, 227);
    padding-left: 5px;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-right: 20px;
    margin-right: 5px;
    transition: all 300ms ease-in-out;
  }
  .Equipements .camions:hover{
    box-shadow:5px 5px 15px 5px #e6e2e2;
  }
  .Equipements .Engins{
    border: 1px solid rgb(228, 227, 227);
    padding-left: 5px;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-right: 20px;
    margin-right: 5px;
    transition: all 300ms ease-in-out;
  }
  .Equipements .Engins:hover{
    box-shadow:5px 5px 15px 5px #e6e2e2;
  }
  .Equipements .remorques{
    border: 1px solid rgb(228, 227, 227);
    padding-left: 5px;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-right: 20px;
    margin-right: 5px;
    transition: all 300ms ease-in-out;
  }
  .Equipements .remorques:hover{
    box-shadow:5px 5px 15px 5px #e6e2e2;
  }
  .Equipements .accessoires{
    border: 1px solid rgb(228, 227, 227);
    padding-left: 5px;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-right: 20px;
    margin-right: 5px;
    transition: all 300ms ease-in-out;
  }
  .Equipements .accessoires:hover{
    box-shadow:5px 5px 15px 5px #e6e2e2;
  }
.btn2{
    border: 1px solid rgb(95, 84, 252);
    padding: 15px 60px;
   text-align: center;
    border-radius: 30px;
    margin-top: 30px;
    color:black;
    background-color: white;
}
.btn2:hover{
    background-color: black;
    color: white;
}
.leaders-icons{
    background-color: aliceblue;
    border-radius: 20px;
    padding-bottom: 30px;
    margin-top: 20px;
}
.leader{
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
   padding-left: 30px;
   padding-right: 20px;
}
.leader .image {
    width: 170px;
    height: 100px;
}
.partners{
    padding: 20px;
    color: black;
    text-align: center;
    font-size: 25px;
}
.leaders-icons h1{
   margin-bottom: 20px;
   margin-top: 20px;
   font-size: 50px;
}
.mapbox{

    background-color:white;
    border-radius: 20px;
    margin: 90px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    padding-bottom: 50px;
    padding-top: 50px;
    box-shadow: 1px 2px 1px white;
    border: 1px solid white;
}
.mapbox h1{
    color: black;
    font-size: 50px;
}
.btn3{
    border: 1px solid rgb(95, 84, 252);
    padding: 15px 90px;
   text-align: center;
    border-radius: 30px;
    margin-top: 30px;
    color:black;
    background-color: white;
}
.btn3:hover{
    background-color: black;
    color: white;
}
.mapbox h1{
    font-size: 50px;
}
.mapbox p{
    background-color:white;
    border-radius: 22px;
    color:#7e8181;
    font-size: 20px;
}
.mapbox1{
    display: flex;
    justify-content: center;
}
.map2{
    margin-left: 15px;
}
.line{
    max-width: 1300px;
    margin: 30px auto;
    margin-bottom: 30px;
    padding-right: 20px;
    box-shadow: 0px 4px 3px;
    border: 1px solid #5f6368;
}
.reseaux{
    padding-top: -20px;
    text-align: center;
    font-size: 22px;
}
.reseaux span{
    color: #0082e6;
}
.mail{
    margin-top: 10px;
    font-size: 15;
}

/* @media query for */
@media (max-width: 858px){
    nav .logo{
        width: 100px;
        padding-left: 10px;
        margin-left: -50px;
        padding-top: 5px;
    }
    .head{
        display: none;
    }
   .checkbtn{
    padding-top: 20px;
    display: block;
   }
   .prods{
    display: flex;
    margin: 10px;
    flex-direction: column;
}
.cont{
    padding-top: 50px;
    text-align: center;
    font-size: 30px;
}
.prod1{
    padding-right: 20px;
}
.prod2{
     margin-top: 10px;
    padding-left:0px ;
    padding-right: 20px;
}
ul{
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #2c3e50;
    top: 80px;
    left: -100%;
    text-align: center;
    transition: all .5s;

   }
   nav ul li{
    display: block;
    margin: 50px;
    line-height: 30px;
   }
   nav ul li a{
    font-size: 20px;
   }
   a:hover, a.active{
    background:none ;
    color: #0082e6;
   }
   #check:checked ~ ul{
    left:0;
   }
   .heading1{
    display: grid;
   flex-direction: column;
   justify-content: center;
    justify-content: space-between;
    padding-top: 20px;
    }
.home{
   padding-left: 10px;
   padding-right: 5px;
}
.btn{
    border: 1px solid #0082e6;
    padding: 10px 60px;
   text-align: center;
    border-radius: 30px;
    margin-top: 4px;
    color:black;
    background-color: #fff;
}
.btn:hover{
    background-color: black;
    color: white;
}
.home  h1{
    font-size: 40px;
    padding-bottom: 5px;
}
.home p{
    font-size: 18px;
    text-align: justify;
    padding-right: 5px;
    color:#7e8181;
}

.context{
    margin-top: 100px;
   text-align: center;
   margin-left: 10px;
   margin-right: 8px;
   border-radius: 30px;
    background-color: aliceblue;
    padding-bottom: 40px;
}
.context h1{
    padding-top: 30px;
    font-size: 40px;
}
.context p{
    font-size: 18px;
    color:#7e8181;
    padding-top: 20px;
    padding-bottom: 20px;
}
.catalogues h1{
    padding-top: 50px;
    font-size: 40px;
    padding-bottom: 30px;
    color: #000;
}
.catalogues h2{
    font-size: 25px;
}
.Equipements{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 3px;
    padding-left: 5px;
}
.Equipements img{
    width: 250px;
    padding: 50px;
}
.Equipements .camions{
    border: 1px solid rgb(228, 227, 227);
    padding-left: 5px;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-right: 20px;
    margin-right: 5px;
    transition: all 300ms ease-in-out;
    margin-bottom: 10px;
  }
  .Equipements .camions:hover{
    box-shadow:5px 5px 15px 5px #e6e2e2;
  }
  .Equipements .Engins{
    border: 1px solid rgb(228, 227, 227);
    padding-left: 5px;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-right: 20px;
    margin-right: 5px;
    transition: all 300ms ease-in-out;
    margin-bottom: 10px;
  }
  .Equipements .Engins:hover{
    box-shadow:5px 5px 15px 5px #e6e2e2;
  }
  .Equipements .remorques{
    border: 1px solid rgb(228, 227, 227);
    padding-left: 5px;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-right: 20px;
    margin-right: 5px;
    transition: all 300ms ease-in-out;
    margin-bottom: 10px;
  }
  .Equipements .remorques:hover{
    box-shadow:5px 5px 15px 5px #e6e2e2;
  }
  .Equipements .accessoires{
    border: 1px solid rgb(228, 227, 227);
    padding-left: 5px;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-right: 20px;
    margin-right: 5px;
    transition: all 300ms ease-in-out;
    margin-bottom: 10px;
  }
  .Equipements .accessoires:hover{
    box-shadow:5px 5px 15px 5px #e6e2e2;
  }
.btn2{
    border: 1px solid rgb(95, 84, 252);
    padding: 15px 60px;
   text-align: center;
    border-radius: 30px;
    margin-top: 30px;
    color:black;
    background-color: white;
}
.btn2:hover{
    background-color: black;
    color: white;
}
.leader{
    display: flex;
    justify-content: space-between;
   padding-left: 40px;
   padding-right: 40px;
}
.leader .image {
    width: 100px;
    height: 100px;
}
.partners{
    padding: 30px;
    color: black;
    text-align: center;
    font-size: 30px;
}
.leaders-icons h1{
   margin-bottom: 10px;
   margin-top: 20px;
   font-size: 40px;
}
.mapbox{

    background-color:white;
    border-radius: 40px;
    margin: 90px;
    margin-left: 20px;
    margin-right: 10px;
    text-align: center;
    padding-bottom: 50px;
    padding-top: 50px;
    color: white;
}
.mapbox h1{
    color: black;
    font-size: 40px;
}
.btn3{
    border: 1px solid rgb(95, 84, 252);
    padding: 15px 70px;
   text-align: center;
    border-radius: 30px;
    margin-top: 10px;
    color:black;
    background-color: white;
}
.btn3:hover{
    background-color: black;
    color: white;
}
.mapbox p{
    border-radius: 18px;
    color:#7e8181;
    font-size: 20px;
}
.mapbox1{
    display: flex;
    justify-content: center;
}
.map2{
    margin-left: 15px;
}
.line{
    max-width: 1300px;
    margin: 30px auto;
    margin-bottom: 30px;
    padding-right: 20px;
    box-shadow: 0px 4px 3px;
    border: 1px solid #5f6368;
}
.reseaux{
    padding-top: -20px;
    text-align: center;
    font-size: 22px;
}
.reseaux span{
    color: #0082e6;
}
}
@media (min-width: 952px) and (max-width:1190px){
    .head{
        display: none;
    }
    nav.logo{
        width: 100px;
        padding-left: 30px;
    }
    nav ul li a{
        font-size: 16px;
    }
    .catalogues{
        margin-top: 40px;
        text-align: center;
    }
    .catalogues h1{
        padding-top: 50px;
        font-size: 45px;
        padding-bottom: 30px;
        color: black;
    }
    .catalogues h2{
        font-size: 25px;
    }
    .Equipements{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-right: 3px;
        padding-left: 5px;
    }
    .Equipements img{
        width: 250px;
        padding: 50px;
    }
    .Equipements .camions{
        border: 1px solid rgb(228, 227, 227);
        padding-left: 5px;
        padding-top: 20px;
        padding-bottom: 10px;
        padding-right: 20px;
        margin-right: 5px;
        transition: all 300ms ease-in-out;
        margin-bottom: 10px;
      }
      .Equipements .camions:hover{
        box-shadow:5px 5px 15px 5px #e6e2e2;
      }
      .Equipements .Engins{
        border: 1px solid rgb(228, 227, 227);
        padding-left: 5px;
        padding-top: 20px;
        padding-bottom: 10px;
        padding-right: 20px;
        margin-right: 5px;
        transition: all 300ms ease-in-out;
        margin-bottom: 10px;
      }
      .Equipements .Engins:hover{
        box-shadow:5px 5px 15px 5px #e6e2e2;
      }
      .Equipements .remorques{
        border: 1px solid rgb(228, 227, 227);
        padding-left: 5px;
        padding-top: 20px;
        padding-bottom: 10px;
        padding-right: 20px;
        margin-right: 5px;
        transition: all 300ms ease-in-out;
        margin-bottom: 10px;
      }
      .Equipements .remorques:hover{
        box-shadow:5px 5px 15px 5px #e6e2e2;
      }
      .Equipements .accessoires{
        border: 1px solid rgb(228, 227, 227);
        padding-left: 5px;
        padding-top: 20px;
        padding-bottom: 10px;
        padding-right: 20px;
        margin-right: 5px;
        transition: all 300ms ease-in-out;
        margin-bottom: 10px;
      }
      .Equipements .accessoires:hover{
        box-shadow:5px 5px 15px 5px #e6e2e2;
      }
    .btn2{
        border: 1px solid rgb(95, 84, 252);
        padding: 15px 60px;
       text-align: center;
        border-radius: 30px;
        margin-top: 30px;
        color:black;
        background-color: white;
    }
    .btn2:hover{
        background-color: black;
        color: white;
    }
}
@keyframes slideInLeft {
    from{
        transform: translateX(-300px);
    }
    to{
        transform: translateX(0);
    }
}
.home{
    animation-name:slideInLeft ;
    animation-duration:1s ;
    animation-timing-function:ease-in ;
    animation-delay:1s ;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode:none ;
}
.context h1{
    animation-name:slideInLeft ;
    animation-duration:2s ;
    animation-timing-function:ease-out;
    animation-delay:3s ;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode:none ;
}
.context p{
    animation-name:slideInLeft ;
    animation-duration:2s ;
    animation-timing-function:linear;
    animation-delay:3s ;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode:none ;
}
.catalogues h1{
    animation-name:slideInLeft ;
    animation-duration:2s ;
    animation-timing-function:linear;
    animation-delay:5s ;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode:none ;
}
.cont{
    animation-name:slideInLeft ;
    animation-duration:2s ;
    animation-timing-function:linear;
    animation-delay:7s ;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode:none ;
}
.partners{
    animation-name:slideInLeft ;
    animation-duration:2s ;
    animation-timing-function:linear;
    animation-delay:9s ;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode:none ;
}
