@media (max-width: 1000px) {
    .header-logo img {
        height: 55px;
    }

    .bouton-don {
        padding: 10px;
        font-size:medium;
    }

    .bloc-login{
        width: 100%;
    }

    .main-donateur{
        flex-direction: column;
        gap: 20px;
    }
    .left-donateur{
        width: 100%;
    }
    .right-donateur{
        width: 100%;
    }

    .bloc-donateur-home-bottom{
        display: none;
    }

    .hide-mobile{
        display: none;
    }

    .btn-accueil-menu{
        height: 60px;
    }

    .contact-picto{
        flex-direction: column;
    }

    .button-hub {
        width: 50%;
    }

    .hub-websites {
        overflow-y: hidden;
        overflow-x: scroll;
      }

      .hub-websites {
        -ms-overflow-style: none;  /* Internet Explorer 10+ */
        scrollbar-width: none;  /* Firefox */
    }
    .hub-websites::-webkit-scrollbar { 
        display: none;  /* Safari and Chrome */
    }
    .hub .website{
        width: 300px;
        text-align: center;
        justify-content: center;
  align-items: center;
        margin-right: 20px;
    }
    .hub .website a{
        align-items: center;
        justify-content: center;
    }
    .hub .swipper{
        display: flex;
        height: 250px;
        flex-direction: row;
        justify-content: space-around;
        width: fit-content;
      }

      .login-blocs{
        display: flex;
        flex-direction: column;
      }
      .dots{
        display: flex;
    }

    .show-mobile{
        display: block;
    }
}

@media (min-width: 1000px) {
    .show-mobile{
        display: none;
    }

    .dots{
        display: none;
    }
}