/*
Theme Name: Coach Photographe
Theme URI: https://elementor.com/
Description: Thème enfant basé sur Hello Elementor
Author: Alpicom
Author URI: https://www.alpicom.studio
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* CSS custom */

/* Nettoyage du style natif des boutons */
button {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  box-shadow: none;
}

button:focus,
button:active {
  outline: none;
  box-shadow: none;
}

/* Boutons plats du lecteur audio */
.flat-btn {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  cursor: pointer;
  font-size: 22px;
  color: #000;
  padding: 0;
}

.flat-btn:hover {
  color: #444;
}

.flat-btn:focus,
.flat-btn:active {
  background: none !important;
  box-shadow: none !important;
}
