/*
Theme Name: Chaudrondort Enfant
Description: Theme enfant de Chaudrondort. Vous pouvez maintenant effectuer vos modifications en toute sécurité.
Author: WPMarmite
Author URI: https://wpmarmite.com
Template: Divi
Version: 1.0
*/

/* Boutons */
.dipi_button_grid_child_0 .dipi-button-wrap, .dipi_button_grid_child_1 .dipi-button-wrap {
    min-width: 210px !important;
    text-align: center !important;
}

/* Pulsating Video Icon */
.pa-pulsing-video-icon .et_pb_video_play:before {
    transform: scale(1); /* Initial size of the icon */
    animation: pulse 2s infinite; /* Pulsating animation with a duration of 2 seconds */
    border-radius: 50%; /* Rounded shape */
    background: #fff !important; /* Icon background color */
    border: 1px solid #fff !important; /* Border style */
}

/* Pulsating animation keyframes */
@keyframes pulse {
    0% {
        transform: scale(0.95); /* Initial scale */
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7); /* Initial shadow */
    }

    70% {
        transform: scale(1.2); /* Scale at 70% of animation */
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0); /* Shadow at 70% of animation */
    }

    100% {
        transform: scale(0.95); /* Return to initial scale */
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); /* Remove shadow at the end */
    }
}


/* MENU mobile */

@media (max-width: 1470px) {
  .et_mobile_menu {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
	margin: auto;
    width: 95% !important;
    overflow-x: hidden;
    z-index: 9999; /* à ajuster si besoin */
  }
}
