* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}
.container {
  width: 1000px;
  margin: auto;
}
.entete {
  background-color: rgba(217, 217, 217, 255);
  height: 85px;
  display: flex;
  .entete-flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .logo {
    margin: 10px 0 0 10px;
  }
  .h1 {
    text-align: center;
    font-size: large;
    h1{
      font-weight: 100;
    }
    p {
      color: rgba(224, 36, 168);
      font-size: 12px;
    }
  }
  .aide {
    color: rgba(103, 220, 255);
    text-align: center;
    .aide-img {
      position: relative;
      .aide-p {
        position: absolute;
        top: 10%;
        left: 37%;
      }
    }
  }
  .panier {
    color: white;
    .mon-compte {
      background-color: rgba(103, 220, 255);
      margin-bottom: 2px;
      text-align: center;
    }
    .article {
      background-color: rgba(103, 220, 255);
      display: flex;
      align-items: center;
      p {
        padding-left: 10px;
      }
    }
  }
}
.h1,
.aide,
.panier {
  width: 30%;
}
.nav-header {
  background-color: rgba(103, 220, 255);
  width: 100%;
  display: flex;
  .ul-header {
    width: 100%;
    display: flex;
    list-style: none;
    .li-header {
      width: 16.6666666667%;
      text-align: center;
      padding: 15px;
      a {
        color: white;
        text-decoration: none;
      }
    }
    .li-header:first-child {
      background-color: rgba(224, 36, 168);
    }
  }
}
header,
main {
  background-color: rgba(239, 239, 239, 255);
}
main {
  height: 400px;
  .centrale-1 {
    width: 100%;
    padding: 20px 10px 0 10px;
    display: flex;
    justify-content: space-between;
    h3 {
      color: rgba(103, 220, 255);
    }
    .paiement,
    .servies {
      width: 25%;
    }
    .paiement {
      border-right: 1px solid rgba(209, 209, 209, 255);
      p {
        margin: 10px 0;
      }
    }
    .presentation {
      width: 55%;
      border-right: 1px solid rgba(209, 209, 209, 255);
      padding: 0 15px;
      h3 {
        margin-bottom: 10px;
      }
      p {
        display: inline;
      }
      .p-1 {
        border-right: 1px solid;
        padding-right: 5px;
      }
    }
    .servies {
      padding-left: 15px;
      .camion,
      .echange {
        display: flex;
        align-items: center;
        p {
          padding-left: 15px;
        }
      }
      .camion {
        margin: 10px 0;
      }
    }
  }
  .centrale-2 {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    margin: 25px 0 0 0;
    .boutique-1,
    .boutique-2,
    .boutique-3 {
      position: relative;
      display: flex;
      flex-wrap: wrap;
      width: 30%;
      height: 160px;
      box-shadow: 0.3em 0.3em 1em rgba(90, 81, 81, 0.6);
      a {
        position: relative;
        left: 88%;
        bottom: 5%;
        color: rgb(103, 220, 255);
      }
      h4 {
        background-color: rgba(207, 207, 207, 255);
        width: 100%;
        text-align: center;
        height: 20%;
        align-content: center;
      }
      .article-1,
      .article-2,
      .article-3 {
        display: flex;
        height: 70%;
        width: 100%;
        padding: 10px 0;
      }
      .article-1 {
        text-align: center;
      }
    }
  }
}
footer {
  background-color: rgb(103, 220, 255);
  width: 100%;
  .nav-footer {
    margin: auto;
    width: 80%;
    .ul-footer {
      display: flex;
      justify-content: space-between;
      .li-footer {
        list-style: none;
        padding: 10px 0;
        a {
          color: white;
          text-decoration: none;
          font-size: x-small;
        }
      }
    }
  }
}
@media (max-width: 575.98px) {
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
  }
  .container {
    width: 100%;
  }
  .bandeau {
    width: 100%;
    img {
      width: 100%;
    }
  }
  .entete {
    background-color: rgba(217, 217, 217, 255);
    height: auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    .entete-flex {
      width: 100%;
      display: flex;
      flex-direction: column;
    }
    .h1,
    .aide {
      width: 100%;
    }
    .logo {
      margin: 10px 0 0 10px;
      position: absolute;
    }
    .h1 {
      text-align: center;
      font-size: small;
      align-content: center;
      p {
        color: rgba(224, 36, 168);
        font-size: small;
      }
    }
    .aide {
      color: rgba(103, 220, 255);
      text-align: center;
      font-size: small;
      align-content: center;
      margin: 10px 0;
      .aide-img {
        position: relative;
        .aide-p {
          position: absolute;
          top: 10%;
          left: 37%;
        }
      }
    }
    .panier {
      color: white;
      width: 80%;
      margin: auto;
      margin-bottom: 15px;
      .mon-compte {
        background-color: rgba(103, 220, 255);
        margin-bottom: 2px;
        text-align: center;
      }
      .article {
        background-color: rgba(103, 220, 255);
        display: flex;
        align-items: center;
        justify-content: center;
        p {
          padding-left: 10px;
        }
      }
    }
  }
  #navbar-toggle {
    cursor: pointer;
    border: none;
    background-color: transparent;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .icon-bar {
    display: block;
    width: 25px;
    height: 4px;
    margin: 2px;
    background-color: var(--navbar-text-color);
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
  }
  .container {
    width: 100%;
  }
  .bandeau {
    /* background-image: url(../img/bandeau.png); */
    width: 100%;
    /* background-size: contain;
    background-repeat: no-repeat; */
    img {
      /* opacity: 0; */
      width: 100%;
      /* height: 166.5px; */
    }
  }
  .entete {
    background-color: rgba(217, 217, 217, 255);
    height: 85px;
    display: flex;
    .entete-flex {
      width: 100%;
      display: flex;
      justify-content: space-between;
    }
    .logo {
      margin: 10px 0 0 10px;
    }
    .h1 {
      text-align: center;
      font-size: small;
      align-content: center;
      p {
        color: rgba(224, 36, 168);
        font-size: small;
      }
    }
    .aide {
      color: rgba(103, 220, 255);
      text-align: center;
      font-size: small;
      align-content: center;
      .aide-img {
        position: relative;
        .aide-p {
          position: absolute;
          top: 10%;
          left: 37%;
        }
      }
    }
    .panier {
      color: white;
      .mon-compte {
        background-color: rgba(103, 220, 255);
        margin-bottom: 2px;
        text-align: center;
      }
      .article {
        background-color: rgba(103, 220, 255);
        display: flex;
        align-items: center;
        p {
          padding-left: 10px;
        }
      }
    }
  }
  .nav-header {
    background-color: rgba(103, 220, 255);
    width: 100%;
    display: flex;
    .ul-header {
      width: 100%;
      display: flex;
      list-style: none;
      .li-header {
        width: 16.6666666667%;
        text-align: center;
        align-content: center;
        padding: 15px;
        a {
          color: white;
          text-decoration: none;
        }
      }
      .li-header:first-child {
        background-color: rgba(224, 36, 168);
      }
    }
  }
  main {
    height: auto;
    padding-bottom: 25px;
    .centrale-1 {
      width: 100%;
      padding: 20px 10px 0 10px;
      display: flex;
      /* justify-content: space-between; */
      flex-direction: column;
      h3 {
        color: rgba(103, 220, 255);
      }
      /* .paiement,
      .servies {
        width: 25%;
      } */
      .paiement,
      .servies,
      .presentation {
        width: 100%;
        h3 {
          width: 100%;
          text-align: center;
        }
      }
      .paiement {
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        border: none;
        p {
          margin: 10px 0;
          width: 50%;
        }
        .paiement-img {
          width: 50%;
          display: flex;
          align-items: center;
          justify-content: center;
        }
      }
      .presentation {
        /* width: 100%; */
        border: none;
        padding: 0 15px;
        order: 1;
        text-align: justify;
        h3 {
          margin-bottom: 10px;
        }
        p {
          display: inline;
        }
        .p-1 {
          border-right: 1px solid;
          padding-right: 5px;
        }
      }
      .servies {
        padding-left: 15px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        .camion,
        .echange {
          display: flex;
          align-items: center;
          p {
            padding-left: 15px;
          }
        }
        .camion {
          margin: 10px 0;
        }
      }
    }
    .centrale-2 {
      width: 100%;
      display: flex;
      justify-content: space-evenly;
      flex-wrap: wrap;
      margin: 25px 0 0 0;
      .boutique-1,
      .boutique-2,
      .boutique-3 {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        width: 80%;
        /* height: 160px; */
        box-shadow: 0.3em 0.3em 1em rgba(90, 81, 81, 0.6);
        a {
          position: relative;
          left: 88%;
          bottom: 5%;
          color: rgb(103, 220, 255);
        }
        h4 {
          background-color: rgba(207, 207, 207, 255);
          width: 100%;
          text-align: center;
          height: 20%;
          align-content: center;
        }
        .article-1,
        .article-2,
        .article-3 {
          display: flex;
          height: 70%;
          width: 100%;
          padding: 10px 20px;
          p {
            padding: 0 15px;
          }
        }
        .article-1 {
          text-align: justify;
        }
      }
      .boutique-2 {
        margin: 20px 0;
      }
    }
  }
  footer {
    background-color: rgb(103, 220, 255);
    width: 100%;
    .nav-footer {
      width: 100%;
      .ul-footer {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        .li-footer {
          text-align: center;
          width: 25%;
          list-style: none;
          padding: 10px 0;
          a {
            color: white;
            text-decoration: none;
            font-size: x-small;
          }
        }
      }
    }
  }
}
