*
 Theme Name:   Kadence Child
 Theme URI:    https://on5vl.org
 Description:  Thème enfant personnalisé basé sur Kadence
 Author:       Albert - ON5VL
 Author URI:   https://on5vl.org
 Template:     kadence
 Version:      1.0.0
 Text Domain:  kadence-child
*/

/* Importation des styles du thème parent */
@import url("../kadence/style.css");

/* Personnalisations spécifiques */
body {
    font-family: "Segoe UI", Roboto, Arial, sans-serif;
}
/* ==================== */
/* Styles pour les liens */
/* ==================== */
.lienpdf:before {
  content: url(/wp-content/uploads/pdf-30.jpg);
  margin-right: 6px;
}

.lienexterne:before {
  content: "► ";
  text-decoration: none;
}

.lieninterne:before {
  content: "►► ";
  text-decoration: none !important;
}

/* ==================== */
/* Styles pour les boutons */
/* ==================== */
.lana-download, .lana-download:active, .lana-download:visited {
  background-color: #548dd4;
  border-radius: 6px;
  box-shadow: 3px 3px 3px #a5a5a5;
  padding: 20px 30px;
  color: white;
}

.lana-download:hover {
  background-color: #913675;
}

a.lana-download {
  text-decoration: none;
  color: white !important;
  font-size: 1.3em;
}

a.lana-download:hover {
  color: white !important;
}

a.lana-download:visited {
  color: #efd54d !important;
}
.annee2 {
  background-color: #fbf6e2;
  padding-left: 1px;
  width: 67px;
  height: 35px;
  letter-spacing: 2px;
  color: #4c3b05 !important;
}

.annee2:before {
  content: url("/images/pages/historique-marron.jpg");
  width: 67px;
  height: 35px;
  vertical-align: middle;
}