/*
 Theme Name: Divi-child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

/* Top header changer icone mail par localisation | texte insérer dans header.php */
#et-info-email:before {
  content: "\e081";
}

/* animation ballon foot */
#animate {
    position: absolute;
    top: 75%;
    left: 35%;
    animation: move 5s ease infinite;
  }
  
@keyframes move {
    50% {
       transform: translate(100px, 50px);
    }
}

/* animation ballon foot en fond video */
  .edgtf-section .edgtf-section-background-elements {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}


/* diaporama accueil marges */
#slideaccueil .et_pb_slide {
  padding-left: 0!important;
  padding-right: 0!important;
}
@media (min-width: 981px) {
#slideaccueil .et_pb_slide_image, #slideaccueil .et_pb_column_1_2 {
  margin-top: 0!important;
}}
#slideaccueil .et_pb_slide_description {
  padding: 20px!important;
}


/* Masquer légende photo dans galerie */
.mfp-title {
  display: none;
}

/* Masquer recaptcha Google sur formulaire */
.grecaptcha-badge { visibility: hidden!important; }

/* augmenter margeur sous menu pour lien Enimga que une ligne */
#top-menu li li a {
  width: 230px;
}

/* Bandeau header */
.et_pb_menu_0_tb_header.et_pb_menu {
  background-color: transparent!important;
}