
/* Branching line */
.branch-line {
    position: relative;
    width: 3px;
    height: 50px;
    background-color:  #4BBE3F !important;
    left: 0.9em;
    top: 0%;
    transform: translateX(-50%);
}


/* noeud ramifié */
.noeud-ramifie {
    color: white !important;
    background-color: #4BBE3F !important;
    position: relative;
    left: -1.5em;
    /*top: -.3em;*/
    line-height: 2em !important;


    font-size: 14px;
    text-align: left;
    margin-bottom: 10px;
    /*white-space: nowrap;*/

    font-family: 'poppins-bold';
    inline-size: min-content;
    height: 3em;
    cursor: pointer;
    /* vertical-align: middle; */
    padding-left: 1.2em;
    padding-right: 1.2em;

    white-space: nowrap !important;
    overflow: visible;
    margin-top: 0.65em;

}


.body {
    text-align: center;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

/* Conteneur de la timeline */
#timeline-container {
    width: 95%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    /*border-bottom: 2px solid #ddd;*/
    padding-top: 200px;
    
    min-height: 200px;
    margin: 0 auto;
}

/* Timeline dynamique */
#timeline {
    display: flex;
    align-items: center;
	justify-content: center;
    transition: transform 0.5s ease;
    width: 100%;
	margin: 0 auto;
    position: relative;
}

/* Élément de la timeline */
.event {
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: left;
    position: relative;
    height: 200px !important;
}


/* Texte au-dessus, incliné */
.event-text {
    font-size: 14px;
    text-align: left;
    margin-bottom: 10px;
    /* white-space: nowrap; */
    background-color: #4BBE3F !important;
    line-height: 2.3em;
    font-family: 'poppins-bold';
    inline-size: min-content;
    height: 3em;
    cursor: pointer;
    /* vertical-align: middle; */
    padding-left: 1.2em;
    padding-right: 1.2em;
}

.event-text-oblique {
    transform: rotate(-45deg);
    transform-origin: left bottom;
}

.event-text-inactive {
  background: none !important;
  color: #959595 !important;
  cursor: default;
}


/* Cercle ou image */
.event-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
}

/* Boutons Bootstrap alignés */
#navigation {
    width: 100%;
    max-width: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 10px;
}

.not-visible {
    visibility: hidden;
}
.wrap {
    text-align: center;
    margin-left: 20px;
    position: relative;
    margin-right: 20px;
    /*margin-bottom: 5em;;*/
}
.links {
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

