/* -----------------------------------
   GLOBAL
--------------------------------------*/
body {
    font-family: "Segoe UI", Arial, sans-serif;
    background-color: #ffffff;
    color: #222;
}

h1, h2, h3, h4, h5 {
    font-weight: 600;
}

a {
    text-decoration: none;
}

a:hover {
    opacity: 0.8;
}

/* -----------------------------------
   TOPBAR
--------------------------------------*/
.topbar {
    font-size: 0.85rem;
    background: #000;               /* noir du site */
    color: #eee;
}

/* -----------------------------------
   NAVBAR
--------------------------------------*/
.navbar {
    padding-top: 12px;
    padding-bottom: 12px;
}

.navbar-brand span {
    font-weight: 700;
    color: #333;
}

.nav-link {
    font-weight: 500;
    margin-left: 10px;
}

.nav-link:hover,
.nav-link.active {
    color:  #f72929 !important;       /* rose signature */
}

/* Dropdown */
.dropdown-menu {
    border-radius: 0;
    border-color: #eee;
}

.dropdown-item:hover {
    background-color: #f72929;
    color: #fff;
}

/* -----------------------------------
   HERO
--------------------------------------*/
.hero {
    height: 70vh;
    background-image: url("/static/img/image-texte-zohar.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
}

.hero-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.65);
}

/* Hero text */
.hero h1 {
    font-size: 2.8rem;
    letter-spacing: 1px;
}

.hero p {
    font-size: 1.15rem;
    line-height: 1.6;
}

/* -----------------------------------
   BUTTONS (Brand Colors)
--------------------------------------*/

.btn-primary {
    background-color:  #f72929 !important;   /* Rose kabbalah */
    border-color: #f72929 !important;
    color: #fff !important;
}

.btn-primary:hover {
    background-color:  #f72929 !important;   /* version plus foncée */
    border-color:  #f72929 !important;
}

.btn-outline-primary {
    border-color:  #f72929 !important;
    color: #f72929 !important;
}

.btn-outline-primary:hover {
    background-color: #f72929  !important;
    color: #fff !important;
}

/* White button */
.btn-outline-light {
    border-width: 2px;
    padding-left: 24px;
    padding-right: 24px;
}

/* -----------------------------------
   CTA SECTION
--------------------------------------*/
.cta {
    border-left: 5px solid  #f72929;
    background: #fafafa;
}

/* -----------------------------------
   FOOTER
--------------------------------------*/
footer {
    background: #000;
    font-size: 0.95rem;
    line-height: 1.6;
}

footer a:hover {
    color: #f72929 !important;
}

/* -----------------------------------
   SPACING IMPROVEMENTS
--------------------------------------*/
section {
    margin-bottom: 60px;
}

.hero .btn {
    margin-right: 10px;
}

/* -----------------------------------
   IMAGES
--------------------------------------*/
img.rounded {
    border-radius: 10px !important;
}

.shadow-sm {
    filter: drop-shadow(0 0 5px rgba(0,0,0,0.15));
}

/* -----------------------------------
   MOBILE ADAPTATION
--------------------------------------*/
@media (max-width: 768px) {
    .hero {
        height: 55vh;
    }

    .hero h1 {
        font-size: 1.8rem;
    }
}
.logo-small {
  height: 40px;      /* Ajuste la hauteur comme tu veux : 30px / 40px / 50px */
  width: auto;       /* Conserve les proportions */
  object-fit: contain;
}

/* css ajouté parmassonoura */

:root {
    --kabbalah-red: #C82030; 
    --text-dark: #333;
    --text-light: #fff;
    --bg-dark-footer: #212529; 
}

.top-bar {
    background-color: var(--bg-dark-footer); 
    font-size: 0.85rem;
}

.top-bar a, .top-bar span {
    color: var(--text-light) !important;
    text-decoration: none;
    transition: color 0.3s;
}

.top-bar a:hover {
    color: var(--kabbalah-red) !important;
}

.logo-container {
    line-height: 1;
}

.logo-text {
    font-size: 0.8rem;
    color: var(--kabbalah-red);
    font-weight: 500;
}

.logo-kabbalah {
    font-family: serif; 
    font-size: 2.5rem;
    font-weight: bold;
    color: var(--kabbalah-red);
    letter-spacing: 0.15em; 
    margin-top: -5px !important;
}

.logo-abidjan {
    font-size: 0.8rem;
    color: var(--kabbalah-red);
    font-weight: 500;
    letter-spacing: 0.3em;
    margin-top: -5px !important;
}

.logo-abidjan-city {
    font-size: 1rem;
    color: var(--kabbalah-red);
    font-weight: 600;
    margin-top: 5px !important;
}


.custom-hr {
    border-top: 1px solid #ddd;
    opacity: 1;
    width: 90%; 
    margin-top: 0;
}


body {
    font-family: 'Segoe UI', 'Open Sans', Arial, Helvetica, sans-serif;
    color: var(--text-dark);
    background-color: #fcfcfc;
}
.section-title {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 10px;
    letter-spacing: -0.02em;
}

.title-hr {
    border-top: 4px solid var(--kabbalah-red); 
    opacity: 1;
    width: 70px; 
    margin-left: 0;
    margin-bottom: 25px !important;
}

.teacher-name {
    font-size: 1.8rem;
    font-weight: bold;
    color: var(--kabbalah-red);
    letter-spacing: 0.05em;
}

.profile-img {
    border-radius: 12px; 
    box-shadow: 0 6px 12px rgba(0,0,0,0.15); 
    width: 100%;
    height: auto;
}

.biography p {
    line-height: 1.7;
    margin-bottom: 1.2rem;
    font-size: 1.05rem; 
    color: #555; 
}

.sidebar-content {
    padding-left: 2rem;
}

.sidebar-box {
    padding: 15px;
    border: 1px solid #eee; 
    background-color: #fff;
}

.sidebar-title {
    color: var(--kabbalah-red);
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.sidebar-divider {
    border-top: 1px solid #ddd;
    opacity: 1;
    margin: 30px 0;
}


.conference-link {
    color: var(--kabbalah-red);
    text-decoration: none;
    font-size: 1rem;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid var(--kabbalah-red); 
    transition: background-color 0.3s;
}

.conference-link:hover {
    background-color: var(--kabbalah-red);
    color: var(--text-light);
}

.conference-link-small {
    color: var(--kabbalah-red);
    text-decoration: underline;
    font-size: 0.85rem;
}

.link-kabbalah {
    color: var(--kabbalah-red);
    text-decoration: none;
}

.link-kabbalah:hover {
    text-decoration: underline;
}
/* -----------------------------------
   MAP CONTAINER + RESPONSIVE IFRAME
--------------------------------------*/

.map-container {
    position: relative;
    width: 100%;
    height: 350px;       /* Tu peux changer la hauteur */
    overflow: hidden;
    border-radius: 12px; /* même arrondi que la carte */
}

.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;           /* enlève la bordure par défaut */
    border-radius: 12px; /* IMPORTANT : pour adopter la forme arrondie */
    object-fit: cover;   /* optionnel mais améliore le rendu */
}


