.marker-olive {
    background-color: #333333;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
    box-shadow: none !important;
    background-color: transparent !important;
}
.img-marker-olive {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}
.leaflet-popup-content {
    margin: 0px;
}
.leaflet-popup-content-wrapper {
    padding: 0px;
}
.carte-rubrique {
    line-height: 50px;
    text-transform: uppercase;
    color: white;
    background-color: #74886c;
    /*border: 1px solid #333;*/
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 0.9rem;
}
.active-carte-rubrique {
    background-color: #d7a700;
}
.carte-destination {
    line-height: 50px;
    text-transform: uppercase;
    color: white;
    background-color: #74886c;
    /*border: 1px solid #333;*/
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 0.9rem;
}
.active-carte-destination {
    background-color: #d7a700;
}

.frise-center {
    position: fixed;
    top: 0;
    left: 45%;
    width: 10%;
    background-color: #74886c;
    /*background-image: linear-gradient(to right, #74886c, #d7a700);*/
    height: 100vh;
}
.frise-date {
    /*border-bottom: 5px solid #d7a700;*/
    width: 100%;
    position: relative;
    z-index: 1000;
    color: #ffffff;
    background-color: #d7a700;
    /*background-color: #74886c;*/
    text-align: center;
    margin-top: 1px;
    border-radius: 5%;
    padding: 15px;
}
.frise-excerpt {
    font-style: italic;
}
.frise-excerpt p {
    padding-top: 5px;
    box-shadow: 1px 1px 1px #74886c;
}
.frise-title {
    font-weight: bolder;
    background-color: #74886c;
    font-size: 1.5rem;
    color: white;
    padding: 10px;
    border-radius: 5px;
    width: max-content;
}
.btn-frise, .btn-frise:hover {
    background-color: #d7a700;
    color: #000000;
    border-color: #d7a700;
}
.colorOlive {
    color: #74886c;
}
/*.marker.marker-is-expanded, .marker.marker-is-expanded:hover {*/
/*    z-index: 600;*/
/*    max-width: 400px;*/
/*    font-weight: bolder;*/
/*    color: #333333;*/
/*    background-color: white;*/
/*    font-size: 1rem;*/
/*}*/
/*histoire2*/
.histoire-2{
    margin-top: 75px;
    position:relative ;

}
.histoire-2::before{
    position: absolute;
    content: '';
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 6px;
    background-color: #74886c;
    height: 105%;
}
.histoire-2::after{
    position: absolute;
    content: '';
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #74886c;
}
.histoire-2 .frise-center {
    position: fixed;
    top: 0;
    left: 50%;
    width: 7px;
    background-color: #74886c;
    display: none;
}
.histoire-2 .frise-title{
    font-weight: bolder;
    background-color: #d7a700;
    font-size: 1.3rem;
    /*font-size: 0.9rem;*/
    padding: 0.9rem;
    border-radius: 1rem;
}
.histoire-2 .frise-date{
    position: relative;
    background-color: transparent;
    font-size: 1.2rem;
    color: #74886c;
    font-weight: bold;
}
.histoire-2 .frise-date.odd::after{
    position: absolute;
    content: "";
    top:50%;
    right: -5px;
    background-color: #74886c;
    height: 7px;
    width:20px;
}
.histoire-2 .frise-date.even::after{
    position: absolute;
    content: "";
    top:50%;
    left: 4px;
    background-color: #74886c;
    height: 7px;
    width:20px;
}
.histoire-2 .frise-image img{
    height: 4.7rem;
    border-radius: 1rem;
    width: 4.7rem;
    object-fit: cover;
}
