html, body {
    height: 100%;
    WIDTH: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Arial', sans-serif;
    background-color: #f5f5f5; 
    color: #333;
    scroll-behavior: smooth; 
}


.container, .containerb {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease;
    margin-bottom: 20px;
}

.container:hover, .containerb:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.scroll-button {
    position: fixed;
    bottom: 20px; /* Positionne le bouton vers le bas */
    left: 20px; /* Positionne le bouton à gauche */
    background-color: white;
    color: darkgreen;
    border: 2px solid darkgreen;
    padding: 15px; /* Augmenter le padding pour un bouton plus grand */
    border-radius: 50%; /* Assure la forme ronde */
    font-size: 24px; /* Taille de police plus grande pour être bien visible */
    width: 50px; /* Largeur fixe pour un bouton parfaitement rond */
    height: 50px; /* Hauteur fixe pour un bouton parfaitement rond */
    text-align: center; /* Centre le texte/icon */
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s;
}

.scroll-button:hover {
    background-color: #218838; /* Couleur au survol */
}

.scroll-button-down {
    position: fixed;
    bottom: 20px; /* Positionne le bouton vers le bas */
    right: 20px; /* Positionne le bouton à droite */
    background-color: white;
    color: darkgreen;
    border: 2px solid darkgreen;
    padding: 15px; /* Augmenter le padding pour un bouton plus grand */
    border-radius: 50%; /* Assure la forme ronde */
    font-size: 24px; /* Taille de police plus grande */
    width: 50px; 
    height: 50px; 
    text-align: center; 
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s;
}

.scroll-button-down:hover {
    background-color: #218838; /* Couleur au survol */
}

.scroll-button-down:hover {
    background-color: #218838;
}


.getUpBorderStylesheetInGreen {
    background-color: #4caf50;
    height: 160px;
    border-radius: 12px 12px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    font-size: 28px;
    font-weight: 600;
    padding: 20px;
}

.getUpBorderStylesheetInGreen h1 {
    font-size: 36px;
    margin: 0;
}

.getUpBorderStylesheetInGreen h8 {
    font-size: 18px;
    font-weight: 300;
    margin-top: 10px;
}


.getButtonInGreen {
    background-color: #ffffff;
    border: 2px solid #4caf50;
    color: #4caf50;
    font-size: 16px;
    padding: 12px 24px;
    text-align: center;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
    margin: 10px;
    transition: background-color 0.3s ease, transform 0.2s ease, color 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.getButtonInGreen:hover {
    background-color: #4caf50;
    color: white;
    transform: translateY(-5px);
}

.invisibleButton {
    background-color: transparent;
    border: none;
    text-decoration: none;
    
}

.btn-compte {
    font-weight: 500;
    padding: 12px 24px;
    border-radius: 30px;
    background-color: white;
    border: 2px solid #4caf50;
    font: black;
    color:black;
    text-align:center;
    font-size:16px;
    display: inline-block;
    margin: 10px;
    transition: background-color 0.3s ease, transform 0.2s ease, color 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    
}

.btn-compte:hover {
    background-color: lightgreen;
    transform: translateY(-5px);
    color: black;
}


.btn-compte i {
    margin-right: 8px;
}


.ButtonHouse {
    width: 60px;
    height: 60px;
    background-color: transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration:none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: transform 0.2s ease;
    border:#45a049;
}

.ButtonHouse:hover {
    transform: translateY(-3px);
    background-color:#45a049;
}


@media (max-width: 768px) {
    .container, .containerb {
        padding: 15px;
    }

    .getButtonInGreen, .btn-compte {
        font-size: 14px;
        padding: 10px 20px;
    }

    .ButtonHouse {
        width: 50px;
        height: 50px;
    }

    .getUpBorderStylesheetInGreen {
        height: 120px;
    }

    .getUpBorderStylesheetInGreen h1 {
        font-size: 28px;
    }
}


h1, h2, h3 {
    font-weight: bold;
    color: #333;
}

h1 {
    font-size: 32px;
    margin-bottom: 10px;
}

h2 {
    font-size: 24px;
    margin-bottom: 8px;
}

h3 {
    font-size: 18px;
    margin-bottom: 8px;
    line-height: 1.6;
}


a {
    color: #4caf50;
    text-decoration: none;
    font-weight: 500;
}

a:hover {
    color: #45a049;
    text-decoration: underline;
}
.btn-maison {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: white;
    color: #28a745;;
    padding: 15px;
    border-radius: 50%;
    font-size: 24px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    border: 1px solid darkgreen;
}
.btn-maison:hover {
    background-color: #218838;
}
  
  .btn-maison:hover {
    background-color: #45a049;
    display: inline-flex; 
    align-items: center;
    color:black;
    transition: background-color 0.3s ease, transform 0.2s ease, color 0.3s ease;
    transform: translateY(-3px)
  }
  
 
  .icon-maison {
    margin-right: 8px; 
    font-size: 20px; 
  }
.famille-btn {
    background-color: #ffffff;
    border: 2px solid #4caf50;
    color: #4caf50;
    font-size: 16px;
    padding: 12px 24px;
    text-align: center;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
    margin: 10px;
    transition: background-color 0.3s ease, transform 0.2s ease, color 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    align-items: center;
  }
  
  .famille-btn:hover {
    background-color: #45a049;
    display: inline-block; 
    align-items: center;
    color:black;
    transition: background-color 0.3s ease, transform 0.2s ease, color 0.3s ease;
    transform: translateY(-3px)
  }

.famille-btn i {
    font-size: 20px;
}    

