/* Ici, vous pouvez insérer vos propres définitions CSS si nécessaire. */
.cd-button {
min-width: 260px;
}
a.disable{
pointer-events: none;
opacity: 50%;
}
.center{
display: flex;
 flex-wrap: wrap;
justify-content: center;
}
.column{
display: flex;
flex-wrap: wrap;
flex-direction: column;
}
.cd-totop-button {
color: #fefefeff !important;
transition: all 0.6s;
}
.cd-totop-button:hover {
background-color: rgba(10,10,10,1);
}