footer {
    width: 100%;
    height: auto;
    border-top:1px solid var(--couleur-clair-bordure);
    border-bottom:1px solid var(--couleur-clair-bordure);
}

footer>div {
    display:flex;
    flex-direction:column;
    width:1175px;
    margin-left: auto;
    margin-right: auto;
    height:auto;
    padding: 35px 35px 35px 35px;
  }

  #top_main_footer {
    width: 100%;
    height:auto;
    display:flex;
    justify-content: center;
    margin-bottom:27px;
  }
  
  #top_left_main_footer {
      margin-left: 17px;
  }
  
  #top_center_main_footer {
     margin-left:auto;
     margin-right:auto;
  }
  
  #top_right_main_footer {
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    margin-right: 17px;
  }
  #top_right_main_footer>p {
      margin-bottom: 11px;
      font-size: 14px;
      color:gray;
  }
  
  .main_footer_nav li {
    list-style: none;
    line-height:27px;
  }
  
  .main_footer_nav a {
    color:gray;
    font-size: 14px;
  }
  
  .main_footer_nav a:hover {
    color:darkblue;
  }
  
  #main_footer_social_title_section {
    font-size:20px;
    color: gray;
    padding-left:40%;
  }
  
  #social_network_icons  {
    display:flex;
  }
  
  #social_network_icons > a {
    width:23px;
    height:23px;
  }
  
  #social_network_icons > a:nth-child(2) {
    margin-left:9px;
    margin-right:9px;
  }
  
  #bottom_main_footer {
    width:100%;
    height:auto;
    display:flex;
    align-items:center;
    flex-wrap: nowrap;
    overflow:hidden;
    border-top:1px solid var(--couleur-clair-bordure);
    padding-top:19px;
    padding-right:15px;
    padding-left:15px;
  }
  
  #main_footer_logo_fr {
    width:26px;
    height:17px;
  }
  
  #bottom_center_main_footer {
    display:flex;
    align-items:center;
    margin-left:auto;
    margin-right:auto;
  }
  
  #logo_fr_description {
    color:gray;
    margin-left:15px;
    font-size: 14px;
  }
  
  #bottom_right_main_footer {
      display: flex;
  }

  .footermobileiconstripe {
    margin-top: -2px;
    width: 115px;
    height: 39px;
  }

  .footermobileiconpaypal {
    width: 89px;
    height: 39px;
  }
  
  #icons_means_of_payment {
    display:flex;
  }
  
  
  :root {
      --text-bg-color: #414141;
      --text-bg-color-green: #6E8E2F;
      --couleur-bordure-bouton: #62646A;
      --couleur-clair-bordure: #CCCCCC;
      --couleur-bleu-logo: #022AEB;
  }
  
  h1, h2, h3, p, a {
      color: var(--text-bg-color);
  }

  @media screen and (min-width: 0px) and (max-width:1189px) {
  
    footer {
      padding:0;
      height:100%;
      width:100%;
      display:flex;
      flex-direction:column;
      position:relative;
    }

    footer>div {
        width: 100%;
    }
    
    #top_main_footer {
      margin-top:80px;
    }
    
    #top_center_main_footer {
        margin:0;
    }
    
    #main_footer_social_title_section {
      padding:0;
    }
    
    .main_footer_nav ul li  {
      width:100%;
      height: auto;
    }
    
     .main_footer_nav ul  {
      width:100%;
      height:auto;
      padding:0;
    }
    
    #top_main_footer {
      display:flex;
      flex-direction:column;
      height:100%;
      width:auto;
      margin-bottom:20px;
    }
    
    #top_main_footer>div {
      overflow:hidden;
    }

    #top_center_main_footer {
        margin-top: 27px;
        margin-bottom: 27px;
    }

    #top_right_main_footer {
      display:flex;
      align-items: center;
      margin-right: 0;
      margin-bottom: 17px;
    }
    
    .main_footer_nav li {
      text-align:center;
    }
      
    #bottom_main_footer {
      display:flex;
      flex-direction:column;
      width:100%;
      height:auto;
      padding-top:20px;
    }
    
    #bottom_left_main_footer {
        position:absolute;
        left:auto;
        top:43px;
    }

    #bottom_center_main_footer {
        margin-top: 9px;
    }

    #logo_fr_description {
        font-size: 12px;
    }
    
    #icons_means_of_payment {
      display:flex;
      flex-direction: column;
      align-items:center;
    }

  }  