.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
  }
  
  .dropdown-toggle::after {
    display: block;
  }
  
  button#dropdownMenuButton1 {
    background: transparent;
    border: transparent;
  }
  
  .dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 18rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
  }
  
  ul#joinBloc {
    justify-content: end;
    padding-left: 75px;
  }
  
  hr {
    margin: 0.5rem 0;
    color: inherit;
    background-color: black !important;
    border: 1 !important;
    opacity: 0.25;
  }
  
  .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: -11px;
    margin-top: 0.55rem;
  }
  
  button.btn.btn-success.btn-sm.mr-1 {
    margin-right: 5px;
  }
  
  .mt-1 {
    margin-top: 0.1rem !important;
  }
  
  a.dropdown-item:hover {
    color: #134294;
    background-color: #fff;
  }
  .text-white {
    color: #fff !important;
    text-align: center;
  }
  
  .btn-info {
    color: #fff !important;
    background: #e30613d9 !important;
    border-color: #e30613 !important;
    padding: 0px 0px 0px 0px !important;
    height: 27px !important;
    width: 180px;
  }
  
  .btn-sousinfo {
    color: #134294 !important;
    background: #fff !important;
    border-color: #134294 !important;
    padding: 0px 0px 0px 0px !important;
    height: 27px !important;
    width: 180px;
  }
  
  .btn-info:hover {
    color: #fff !important;
    background-color: #e306139e !important;
    border-color: #e306139e !important;
  }
  
  a.text-white:hover {
    color: white !important;
  }
  
  .dropdown-toggle::after {
    color: #134294 !important;
  }
  
  @media screen and (max-width: 991px) {
    .collapse:not(.show) {
      display: flex;
    }
  }
  
  @media screen and (max-width: 768px) {
    .collapse:not(.show) {
      display: flex !important;
      flex-direction: column;
      align-self: center;
    }
  
    .first_bloc_reseau {
      flex-direction: column;
    }
  
    .btn-info {
      width: 123px !important;
      margin-top: 15px;
      margin-bottom: 15px;
    }
  
    input#staticEmail2 {
      margin-bottom: 5px;
    }
  
    .d-flex {
      margin-top: 5px;
    }
  
    div#francemapamb {
      width: 100% !important;
    }
  
    ul#joinBloc {
      padding-left: 0px !important;
    }
  }
  