/* *****************************************************

    ** Custom Stylesheet special styles for 3.7 version **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

/*Bouton conexion CWP*/
.custom-cwp-button a {
    display: inline-block;
    background-color: #28a745; /* Vert */
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
}
.custom-cwp-button a:hover {
    background-color: #218838; /* Vert foncé */
    color: #fff;
}

/*Plan section home page*/
[data-color="green"] .c-purple {
  color: #000 !important;
}
