Yup
This commit is contained in:
@ -13,6 +13,9 @@
|
||||
--bulma-black-l: 6%;
|
||||
--bulma-body-background-color: hsl(0, 0%, 6%);
|
||||
}
|
||||
.card{
|
||||
--bulma-card-shadow: none !important;
|
||||
}
|
||||
.has-text-weight-bold {
|
||||
font-weight: 600 !important;
|
||||
}
|
||||
@ -92,7 +95,7 @@ video{
|
||||
cursor:pointer;
|
||||
border-radius: 5px;
|
||||
box-shadow: 0 4px 6px hsla(0,0%,6%,0.3);
|
||||
transition: transform 0.5s ease-in-out;
|
||||
transition: transform 0.2s ease-in-out;
|
||||
}
|
||||
.photo:hover{
|
||||
transform: rotate(0deg) !important;
|
||||
@ -221,8 +224,43 @@ video{
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
/*FAQ ACCORDIONS*/
|
||||
/* Masque le marker natif et stylise le summary */
|
||||
#faq summary { list-style: none; cursor: pointer; padding: 1rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
|
||||
#faq summary::-webkit-details-marker { display: none; }
|
||||
|
||||
/* Effet boîte Bulma-compatible */
|
||||
.faq-item { margin-bottom: 0.75rem; transition: box-shadow 0.15s ease; }
|
||||
.faq-item[open] { box-shadow: 0 6px 18px rgba(10,10,10,0.08); }
|
||||
|
||||
/* Caret rotatif */
|
||||
.faq-caret { transition: transform 0.18s ease; font-size: 1.1rem; color: rgba(255,255,255,0.6); }
|
||||
.faq-item[open] .faq-caret { transform: rotate(180deg); }
|
||||
|
||||
/* Espace pour le contenu et rendu propre */
|
||||
.faq-item .content { padding: 0 1rem 1rem 1rem; color: rgba(0,0,0,0.85); }
|
||||
/*------------------------------------------------------------------*/
|
||||
|
||||
/*SPONSORS*/
|
||||
.partner-link{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.partner-box{
|
||||
background: #ffffff;
|
||||
border-radius: 50%;
|
||||
corner-shape: squircle;
|
||||
padding: 2rem;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
/*height: 120px;*/
|
||||
/*box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);*/
|
||||
aspect-ratio: 1;
|
||||
}
|
||||
|
||||
/*Twist animation*/
|
||||
.twist{
|
||||
/* 3D transform pivot on Y axis*/
|
||||
|
||||
Reference in New Issue
Block a user