footer{
  width:100%;
  height: auto;
  overflow: hidden;

  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2.6vh 0 1.8vh 0;
  background-color: #24252a;
}

.footer_Colom {
    text-align: center;
    flex-wrap: wrap;
}

.footer_text {
  font-size: 1.4vh;
  font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
  color: #edf0f1;
}
.footer_text_titre {
  font-size: 1.8vh;
  font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  color: #edf0f1;

  display:inline-block;
  width:100%; 
  height:100%;
  border-bottom:4px solid orange;
  padding: 0 0 0.4vh 0;
  margin: 1vh 0 0.6vh 0;
}

@media screen and (max-device-width: 1000px), screen and (orientation: portrait) { /* 9/16 mobile*/
   body footer {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;

    background-color: #24252a;
  }
  .footer_text {
    font-size: 1.4vh;
    font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 500;
    color: #edf0f1;
  }
  .footer_text_titre {
    font-size: 1.8vh;
    font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 700;
    color: #edf0f1;
  
    display:inline-block;
    width:100%; 
    height:100%;
    border-bottom:4px solid orange;
    padding: 0 0 0.4vh 0;
    margin: 1vh 0 0.6vh 0;
  }
}
@media screen and (orientation: landscape) { /* 19/9 DeskTop/Mobile */
   body footer {
    display: flex;
    flex-flow: row;
    justify-content: space-evenly;
    align-items: flex-start;

    background-color: #24252a;
    margin-top: auto;
  }
  @media screen and (min-device-width: 1000px) and (orientation: landscape) { /* 19/9 DeskTop*/
    .footer_text {
      font-size: 1.4vh;
      font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-weight: 500;
      color: #edf0f1;
    }
    .footer_text_titre {
      font-size: 1.8vh;
      font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-weight: 700;
      color: #edf0f1;
    
      display:inline-block;
      width:100%; 
      height:100%;
      border-bottom:4px solid orange;
      padding: 0 0 0.4vh 0;
      margin: 1vh 0 0.6vh 0;
    }
  }
  @media screen and (max-device-width: 1000px) and (orientation: landscape) { /* 19/9 mobile*/
    .footer_text {
      font-size: 1.4vw;
      font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-weight: 500;
      color: #edf0f1;
    }
    .footer_text_titre {
      font-size: 1.6vw;
      font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-weight: 700;
      color: #edf0f1;
    
      display:inline-block;
      width:100%; 
      height:100%;
      border-bottom:4px solid orange;
      padding: 0 0 0.4vh 0;
      margin: 1vh 0 0.6vh 0;
    }
  }
}