@font-face {
    font-family: 'DancingScript';
    src: url('DancingScript-VariableFont_wght.ttf');
}

@font-face {
    font-family: 'gulzar';
    src: url('gulzar.ttf');
}


html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    line-height: 1.3rem;
    font-size: 1rem;
    background-color: #fdfae6;
}

.activities {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.cagnotte-container {
    width: 75%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.activity {
    width: 33%;
    padding: 1rem;
}

.activity .titre {
    font-size: 1.2rem;
    font-weight: bold;
    color: #9a9565;
    margin-bottom: 10px;
}

.activity img {
    width: 100%;
}

.iban {
    font-weight: bold;
    color: #9a9565;
}
.hakuna {
    font-size: 1.5rem;
    font-weight: bold;
    color: #9a9565;
}

img {
    border-radius: 2rem;
}

form {
    text-align: left;
}

.form-check-input:checked {
    background-color: #9a9565;
    border-color: #9a9565;
}

.menu {
    position: sticky;
    top: 0;
    width: 100%;
    text-align: center;
    font-size: 1.8rem;
    background-color: #e3deb5;
    font-family: 'DancingScript';
    font-weight: bold;
    z-index: 1000;
    line-height: 3rem;
}

.menu a {
    text-decoration: none;
}

.menu > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu li {
    display: inline-block;
    padding: 0 1rem;
    margin: 0.5rem 0;
    color: #9a9565;
    border-radius: 1rem;
}

.menu li:hover,
.menu a.active li {
    background-color: #9a9565;
    color: #e3deb5;
}

.content {
    width: 100%;
    text-align: center;
    padding: 20px 10px;
}

.footer {
    width: 100%;
    min-height: 100px;
    padding: 2.3rem 0;
    top: -100px;
    text-align: center;
    position: relative;
    z-index: 1000;
    font-family: 'DancingScript';
    font-size: 1.3rem;
    background-color: #e3deb5;
    color: #9a9565;
}

@media screen and (max-width: 768px) {
    body {
        font-size: .8rem;
    }
    .cagnotte-container {
        width: 100%;
    }
    .activity {
        width: 100%;
    }
    .menu li {
        display: inline-block;
        padding: 0 5px;
    }
    .menu {
        font-size: 1.3rem;
    }
    
}

.w100 {
    width: 100%;
    min-height: 100%;
    padding-bottom: 100px;
}

.btn.btn-primary {
    color: #ffffff;
    background-color: #9a9565;
    border-color: #9a9565;
  }
  .btn.btn-primary:hover {
    color: #ffffff;
    background-color: #8d8754;
    border-color: #9a9565;
  }
  .btn.btn-primary:focus, .btn.btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(133, 139, 71, 0.5);
  }
  .btn.btn-primary.disabled, .btn.btn-primary:disabled {
    color: #ffffff;
    background-color: #9a9565;
    border-color: #9a9565;
  }
  .btn.btn-primary:not(:disabled):not(.disabled):active,
  .btn.btn-primary:not(:disabled):not(.disabled).active {
    color: #ffffff;
    background-color: #9a9565;
    border-color: #9a9565;
  }
  .show > .btn.btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #9a9565;
    border-color: #9a9565;
  }
  .show > .btn.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(133, 139, 71, 0.5);
  }
  .btn.btn-primary:not(:disabled):not(.disabled):active:focus,
  .btn.btn-primary:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(133, 139, 71, 0.5);
  }