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

    .header-right{
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
    }
    .bottom-footer{
        flex-direction: column;
        align-items: start;
        justify-content: center;
        width: 100%;
        padding: 20px 10px;
        height: fit-content;
    }

    .bottom-footer a+a{
  padding-left: 0px;
}

    .pre-footer{
        flex-direction: column;
        justify-content: center;
    }

    .pre-footer-right{
        align-items: flex-start;
    }

    .pre-footer-right a{
        margin: 0;
        padding: 15px 20px;
    }

    .section-contact{
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .bloc-pa-modif{
        margin-top: 20px;
    }

    .header-logo {
        text-align: left;
        margin-top: 10px;
    }

    .submit-pa-div{
        text-align: center;
    }

    .bouton{
        margin: 10px;
    }

    .btn-accueil-menu{
        margin: 0;
    }

    .bouton-don {
        padding: 8px 10px;
    }

    .bouton-benevole{
        padding: 8px 10px;
    }

    .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;
    }

    .show-mobile-table{
  visibility:visible;
}

    .amounts-doncompl{
        flex-direction: column;
        align-items: center;
    }

    .amounts-doncompl .input-montant{
        margin-top: 10px;
    }

    .amount-doncompl{
        width: 80%;
        margin: 0px 12px;
    }
}

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

    .dots{
        display: none;
    }
}