.rose-pale, body, .navbar{
    background-color: #E9E0D2;
    color: #932d02; 
}

.text-dore{
    color: #e8b666 !important;
}

.text-rouge-brique{
    color: #be572a;
}

.border-dore{
    border: 1px solid #e8b666 !important;
}

.border-rouge-brique{
    border: 1px solid #be572a !important;
}

.bg-dore{
    background-color: #e8b666 !important;
}

.bg-rouge-brique{
    /* background-color: #c03b02 !important; */
    background-color: #be572a !important;
}

.bg-rose-pale{
    background-color: #E9E0D2; 
}

/* contact */
    /* btn contact */

    .btn-contact{
        background-color: #e8b666;
        color: white;
    }
    .btn-contact:hover{
        border: solid 1px #e8b666;
    }
    .btn-map{
        background-color: none;
        color: #be572a;
        border: solid 1px #e8b666;
    }
    .btn-map:hover{
        background-color: #e8b666;
        color: white;
    }

    .card-address{
        background-color: #e8b666;
        /* color: white; */
    }

/* nav */
nav{
    box-shadow: 0px 8px 8px -6px #684e3fc4;
}

/* .btn-submit{
    background-image: linear-gradient(#e0e0e6, #928cbd, #e0e0e6);
} */

/* menu burger responsive*/
    /* bg-mobile */
.responsive-bg {
    background-color: white;
    border-radius: 10px;
  }
    /* bg-tablet */ 
@media (min-width: 768px) {
    .responsive-bg {
        background-color: transparent;
        border: none;
    }
}
/* bg-desktop */  
@media (min-width: 1200px) {
    .responsive-bg {
        border: none;
    }
}
/* couleur .nav-link et .nav-link.active */
/* lien menu */
a.nav-link{
    color: #e8b666;
    font-weight: bold;
}
li a.nav-link:hover{
    color: #c03b02 !important;
    transform: scale(1.1) !important;
}
a.nav-link.active {
    color: #c03b02 !important;
    text-shadow: 1px 1px 1px #1F2039;
}
/* lien sous-menu */
a.nav-link-2{
    color: #e8b666;
    font-weight: bold;
}
li a.nav-link-2:hover{
    color: #c03b02 !important;
    transform: scale(1.05) !important;
}
a.nav-link-2.active {
    color: #c03b02 !important;
    text-shadow: 1px 1px 1px #1F2039;
}

/* ... */
.titre{
    color: #a5b4fd;
}
.scale:hover{
    transform: scale(1.05);
}
.img-logo{
    box-shadow: 1px 1px 3px grey;
}
.text-logo{
    text-shadow: 2px 2px 1px grey;
}
.nav-item{
    text-shadow: 1px 1px 1px #1F2039;
}
.sticky-bottom{
    position: sticky;
    bottom: 0;
    
}
.btn-arrow{
    background-color: #a5b4fd;
}
.container-horaire th, .container-horaire td{
    color: #0d6dfc;
}
table th{
    border-radius: 10px 10px 0 0;
}
.rose-beige{
    background-color: #f1eeda;
}
/* text */
.text-seance{
    text-align: justify;
}

/* font-family baskerville */
.explora-regular {
    font-family: "Explora", serif;
    font-weight: 400;
    font-style: normal;
}
.libre-baskerville-regular {
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-style: normal;
}

.libre-baskerville-bold {
    font-family: "Libre Baskerville", serif;
    font-weight: 700;
    font-style: normal;
}

.libre-baskerville-regular-italic {
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-style: italic;
}


/* Animation subtile au survol */
.btn-primary:hover, .btn-select {
    transform: translateY(-2px);
    transition: all 0.3s ease;
}

/* Effet "profondeur" pour les cartes */
.bg-white {
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.timeline {
    position: relative;
    padding-left: 30px;
}
.timeline-badge {
    position: absolute;
    left: -8px;
    top: 15px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
}
.timeline-item:not(:last-child)::after {
    content: '';
    position: absolute;
    left: -2px;
    top: 30px;
    bottom: -15px;
    width: 2px;
    background: #4a6fa5;
    opacity: 0.3;
}

/* Footer */

.email-link2{
    color: #285495;
}