/* Author : 4096autos@gmail.com  */
html body {
    padding-left: 1px;
    padding-right: 1px;
    font-size: 1rem;
}


.flex-container {
    display: flex;
    flex-wrap: wrap;
    background-color: DodgerBlue;
    justify-content: center;
    align-items: center;
  }

  .flex-container > div {
    background-color: #f1f1f1;
    width: 100px;
    margin: 10px;
    text-align: center;
    line-height: 75px;
    font-size: 1rem;
  }

 /* -----------TETE--------------------------------- */
 .tete {
  display: flex;
  flex-wrap: wrap;
  background-color: DodgerBlue;
  justify-content: center;
  align-items: center;
  
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
}

.tete > .contenu {
  background-color: #f1f1f1;
  width: 100%;
  margin: 10px;
  text-align: center;
  line-height: 75px;
  font-size: 30px;
}
 /* ------------CORPS-------------------------------- */

 .corps {
  display: flex;
  flex-wrap: wrap;
  background-color: DodgerBlue;
  justify-content: center;
  align-items: center;

  content: "";
  clear: both;
  
}

.corps > .contenu {
  background-color: #f1f1f1;
  width: 10%;
  margin: 5px;
  text-align: center;
  line-height: 75px;
  font-size: 30px;
}
 /* --------------PIEDS----------------------------- */

 .pied {
  display: flex;
  flex-wrap: wrap;
  background-color: DodgerBlue;
  justify-content: center;
  align-items: center;

  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.pied > .contenu {
  background-color: #f1f1f1;
  width: 100px;
  margin: 5px;
  text-align: center;
  line-height: 75px;
  font-size: 30px;
}

/* F l e x   c o n t a i n e r */
 

.flex-container {
    display: flex;
    flex-wrap: wrap;
    background-color: white;
    justify-content: center;
    align-items: center;
    padding: inherit;
  }

  .flex-container > div {
    background-color: white;
    width: 175px;
    margin: 2px;
    text-align: start;
    line-height: 0px;
    font-size: 14px;
  }

 .flex-container-search {
    display: flex;
    flex-wrap: wrap;
    background-color: white;
    justify-content: center;
    align-items: center;
    padding: inherit;
  }

/* Searching Bar  */
  .flex-container-search > div {
    background-color: white;
    width: 100%;
    margin: 2px;
    text-align: start;
    line-height: 0px;
    font-size: 14px;
  }

/*  H E A D E R   S E A R C H I N G */
.flex-container-searching {
    display: flex;
    flex-wrap: wrap;
    background-color: white;
    justify-content: center;
    align-items: center;
    padding: inherit;
  }

  .flex-container-searching > .box-1 {
    /*background-color: white;*/
    width: 70%;
    margin: auto;
    text-align: start;
    line-height: 0px;
    font-size: 20px;
  }
  .flex-container-searching > .box2 {
    width: 15%;
    margin: 2px;
    text-align: start;
    line-height: 0px;
    font-size: 20px;
  }
  .flex-container-searching > .box3 {
    width: 15%;
    margin: 2px;
    text-align: start;
    line-height: 0px;
    font-size: 20px;
  }

/* SHOW DETAILS slider On Click Home Pictures */
.flex-container-slider {
    display: flex;
    flex-wrap: wrap;
    background-color: white;
    justify-content: center;
    align-items: center;
    padding: inherit;
}
    .flex-container-slider > .box1 {
    /*background-color: white;*/
        width: 20%;
        margin: auto;
        text-align: center;
        line-height: 0px;
        font-size: 20px;
    }
    .flex-container-slider > .box2 {
        width: 80%;
        margin: 2px;
        text-align: start;
        line-height: 0px;
        font-size: 20px;
    }