/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 5.0.0-public-beta.1.2.1762122486
Updated: 2025-11-02 22:28:06

*/

/* =============================================================================
   Corrections initiales du thème
   ========================================================================== */

/* Masquer l'en-tête par défaut de Divi car nous utilisons le Theme Builder */
#main-header, #top-header {
    display: none !important;
}
#menu-vertical-droit {

    transition: right 0.3s ease-in-out !important;
}

/* Desktop : hover */
@media (min-width: 769px) {
    #menu-vertical-droit:hover {
        right: 0;
    }
}

/* Mobile : fullscreen */
@media (max-width: 480px) {
    #menu-vertical-droit.menu-open {
        width: 100vw;
        height: 100vh;
        top: 0;
        transform: none;
        right: 0;
    }
}

/* Rotation du bouton quand ouvert */
#toggle-menu-button.menu-open {
    transform: rotate(180deg)!important;
    transition: transform 0.3s ease-out!important;
}


/* TRUC FLOTTANTS -\-\-\-\*/
@keyframes floating { 
    0% {transform: translate(0,  0px);} 
    50%  {transform: translate(0, 15px);} 
    100%   {transform: translate(0, 0px);}     
} 

.dl-floating {   
  animation: floating 7s ease-in-out infinite;
}
 
.dl-floating1 {
  animation-delay: -4.5s;
}
 
.dl-floating2 {
  animation-delay: -3s;
}