/*
Theme Name: Cris d'un Cœur Enfant
Template: twentytwentyfive
Description: Thème enfant pour Fondation Cris d'un Cœur
Version: 1.0
Text Domain: crisduncoeur
*/

/* TOP BAR - Match mockup */
.top-bar {
    background: #18181B !important;
    color: #fff !important;
    padding: 10px 0 !important;
}

.top-bar .top-bar-text li {
    color: #fff !important;
}

.top-bar .social li a {
    color: #fff !important;
}

.top-bar .login-info li a {
    color: #fff !important;
}

/* THEME MENU - Match mockup */
.theme_menu {
    background: #fff !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}

.theme_menu.stricky {
    background: #fff !important;
}

/* When menu becomes sticky */
.theme_menu.stricky-fixed,
.theme_menu.stricky.theme_menu.stricky-fixed {
    background: #18181B !important;
}

/* Navigation links */
.theme_menu .navigation > li > a {
    color: #18181B !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 30px 15px;
}

.theme_menu .navigation > li > a:hover,
.theme_menu .navigation > li.active > a {
    color: #D62828 !important;
}

/* Logo area */
.theme_menu .main-logo img {
    height: auto;
    max-height: 60px;
}
