*, ::before, ::after {
	box-sizing: border-box;
	margin : 0px;
	padding: 0px;
}
#bonbon {
    display: flex;
    flex-wrap: wrap;
}

.calendrier h1,.calendrier h2,.calendrier h3,.calendrier span, .calendrier p, .mode_emploi li {
    font-family: Baskerville, 'Baskerville Old Face', Garamond, 'Times New Roman', serif;
    color: #69170a;
}
#merci, #impressions, #newsletter, .bonbon {
    flex-wrap: wrap;
    flex-direction: column;
    display: none;
    box-sizing: border-box;
    border-collapse:collapse;
    border-radius: 10px;
    margin: 0px auto 20px auto;
    padding: 0px 25px;
    width: 90%;
    border: 2px solid #69170a;
    background-color: rgba(250, 235, 215, 0.83);
}
.calendrier audio {
    margin: 0 auto;
}
.calendrier figcaption {
    text-align: center;
}
.calendrier h2{
    font-size: 1.4em;
}
.calendrier h3, h3 a {
    font-size: 1.2em;
    color: #69170a;
    margin-top: 10px;
    line-height: 1.5em;
}
.calendrier h4 {
    font-size: 1.2em;
    font-style: italic;
    color: #69170a;
    margin-top: 10px;
}
.menu_calendrier_bonbon {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    width: 90%;
}
.menu_calendrier_bonbon>li {
    flex-wrap: nowrap;
    list-style-type: none;
    border: 2px solid rgba(250, 235, 215, 0.83);
    background-color: #69170a;
    margin: 0px 4px 5px 0px;
    width: 48px;
    border-radius: 5px;
    text-align: center;
    font-size: 1.2em;
    padding: 0px 10px;
}
.menu_calendrier_bonbon a {
    text-decoration: none;
    color: rgba(250, 235, 215, 0.83);
}
.bonbon img {
    padding: 0px 10px;
    max-width: 100%;
}
.bonbon li > a {
    color: rgba(250, 235, 215, 0.83);
    background-color: #69170a;
}
.menu_calendrier_bonbon .clic{
    background-color: rgba(250, 235, 215, 0.83);
}
.menu_calendrier_bonbon .clic a {
    color: #69170a;
    font-weight: bold;

}
.calendrier .bouton {
	border: 0;
    font-weight: normal;
    line-height: 2.5;
    font-size: 16px;
    padding: 0 20px;
    text-align: center;
    color: rgba(250, 235, 215, 0.83);

    border-radius: 10px;
    background-color: #69170a;
}
.calendrier ol.liste {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
}
.calendrier ol.liste>li {
    flex: 1 1 45%;
    margin: 0 10px;
    font-size: 0.8em;
    color: #69170a;
}
.calendrier .mot_difficile {
    text-align: center;
    font-size: 1.4em;
    color: #db17529c;
}
.calendrier .partage {
    font-weight: lighter;
    border-top: 1px solid #69170a;
}
.citation {
    padding: 40px;
    font-size: 25px;
    color: #69170a;
    border-bottom: 2px solid #69170a;
}
.auteur {
    font-size: 15;
    text-align: right;
    font-style: italic;
    width: 100%;
    padding-right: 10%;
}
.calendrier div.en_attendant {
    display: flex;
    align-items: center;
    text-align: center;
    padding: 10px;
}
div.en_attendant p {
    text-indent: 0px;
    color:#69170a
}
.calendrier .clic_attente {
    background-color: #5a3832;
}
/**************************************/
/* Pas_a_pas */
/**************************************/
.calendrier .pas_a_pas {
    width: 100%;
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(4, 25%);
    grid-template-rows: 1fr 10px 1fr 10px 1fr;
    margin:10px auto;
    place-items: stretch;
    place-content: stretch;
    padding: 5px;
}
.calendrier .pas_a_pas >* {
    display: flex;
    align-items: center;
    justify-content: center;
    
}
/**************************************/
/* Petit Lecteur audio */
/**************************************/
.duree {
    position: relative;
    top: 2px;
    /* background: var(--background_menu); */
    border: solid 2px rgb(27, 110, 106);
    color: rgb(27, 110, 106);
    border-radius: 4px;
    font-style: normal;
    margin-left: 2px;
    font-size: 16px;
    text-indent: 0;
}
.icone_lecteur {
    display: inline-block;
    vertical-align: middle;
    height: 1.5rem;
    border: 0!important;
}
.moment_musical span.duree {
    border: 0px;
}
/*************/
/*Objet tempo*/
/*************/

#objet_tempo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin: 0px auto;
    padding: 3px;
    width: 150px;
}
.bouton_moins, .bouton_plus {
    width: 35px;
    height: 35px;
    color: #69170a;
    font-size: 1.2em;
    font-weight: bold;
    border-radius: 30px;
    margin: 0px auto;
    padding: 0px;
    background-color: #69170a4d;
}
.titre_tempo {
    width: 100%;
    text-align: center;
    margin: 0px auto;
    text-indent: 0px;
}
p.valeur_tempo {
    width: 50%;
    margin: 0px auto;
    text-indent: 0px;
    text-align: center;
}
.phrase_tempo {
    list-style-type:georgian;
    margin: 0px;
}
.phrase_tempo li{
    margin: 20px 0px;
    border: 1px solid #69170a;
    border-radius: 10px;
    padding: 5px;
}
.phrase_tempo li > a {
    text-decoration: none;
    color: #69170a;
    font-size: 1em;
    font-weight: bold;
    background-color:unset;
}
/***********************/
/*Formulaire Newsletter*/
/***********************/
#newsletter, #impressions, #merci {
    display: flex;
    padding: 10px 10px;
    text-align: center;

}
.btn-primary {
	border: 0;
    cursor: pointer;
    font-weight: normal;
    line-height: 2.5;
    font-size: 16px;
    padding: 0 20px;
    margin: 10px;
    text-align: center;
    color: white;
    border-radius: 10px;
    background-color: #69170a;
}
#impressions {
    display: none;
}