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

.elementor-container, 
.elementor-column, 
.elementor-section {
    margin: 0 !important;
}

body, html {
	background-color:white !important;
    overflow-x: clip;
}

.liste-transform li.elementor-icon-list-item a:before {
    content: ""!important;
    display: inline-block!important;
    left: 0!important;
    top: 50%!important;
    width: 8px!important;
    height: 8px!important;
    background-color: white!important; 
    border-radius: 9999px!important; 
    transform: translateY(-50%)!important;
    transition: width 0.3s, background-color 0.3s!important;
    margin-right: 10px!important;
  }
  
  .liste-transform li.elementor-icon-list-item a:hover:before {
    width: 30px!important;
    background-color: #2EBFA5!important;
    border-top: 8px!important;
  }


  .liste-transform a {
    color: white!important;
  }

  .liste-transform a:hover {
    color: #2EBFA5 !important;
  }

  .elementor-button elementor-button-link elementor-size-sm {
    color: #0047C5 !important;
    background-color: white  !important;
    border:2px solid #0047C5 !important;
    border-radius: 8px !important;
  }

  .elementor-button elementor-button-link elementor-size-sm:hover {
    color: black;
    background-color: #2EBFA5!important;
    
  }