:root {
  --main-bg-color: #fff5ee;
  --footer-bg-color: #e10b32;
}

body, #sdp {
    background-color: var(--main-bg-color) !important;
    color: #000;
    font-family: font-family: Gill Sans, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1.1rem;
    line-height: 1.75;
}

#sdp-navbar {
    background-color: var(--main-bg-color) !important;
    height: 150px;
    color: #000;
    font-weight: 700;
    box-shadow: none;
}

#sdp-navbar .nav-item .nav-link {
    font-size: 1.1rem;
    color: #000;
    text-decoration: none;
    text-transform: none;
    font-weight: 700;
}
#sdp-navbar .nav-item .nav-link strong {
    font-weight: 700;
}

#sdp-navbar .nav-item .nav-link.active {
    color: #000;
}

#sdp-navbar .navbar-brand img { 
    max-width: 160px; 
    margin-right: 40px;
}

#sdp .main-raised {
    background-color: var(--main-bg-color) !important;
    box-shadow: none;
    margin-top: 0px;
}

#main-container {
    margin-top: 120px;
}


#sdp-footer {
    background-color: var(--footer-bg-color);
    color: #fff;
    margin-top: 200px;
    min-height: 300px;
    text-align: left;
}
#sdp-footer p { color: #fff; }

#sdp-footer h3 { 
    font-weight: bold;   
}

#sdp-footer i {
    
    font-size: 1.5rem;
    
}

#sdp-footer a { color: #fff; }
#sdp-footer h5 { color: #fff !important; }

#sdp .btn {
    box-shadow: none;
    text-transform: none;
}
#sdp .btn:hover {
    box-shadow: none;
}

#sdp .btn-custom {
    color: var(--footer-bg-color) !important;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    box-shadow: none;
    font-weight: bold;
    font-size: 1.2rem;
}
#footer_social .btn-custom { 
    padding: 12px;
    width: 3.5rem;
}
#sdp .btn-custom:hover {
    background-color: var(--footer-bg-color);
    color: #fff !important;
}

#sdp .btn-secondary {
    background-color: var(--footer-bg-color) !important;
    color: #fff !important;
    border: 1px solid #fff;
    border-radius: 20px;
}

#sdp label { 
    color: #000;
    font-size: 1.1rem;
}

.footer-curve {
    position: absolute;
    width: 120%;
    background-color: var(--footer-bg-color);
    border-radius: 50%;
    height: 20vw;
    margin-top: -15vw;
    margin-left: -10%;
}



@media (min-width: 1024px) {
    .footer-curve {
        margin-top: -10vw;
    }
}

h1{
    color:#e10b32;
    /*font-weight: 900;*/
    font-family: 'Yakult';
}

#sdp h3.title{
    color:#e10b32 !important;
    font-family: 'Yakult';
}

a,a:hover,a:active{
    color:#e10b32;  
    font-weight: 100;
    font-weight: bold; 
}

#customerservice-nav, #customerservice-nav .active{
    background-color:#fff5ee;
}

#customerservice-faq-accordion .customerservice-faq-card-header{
    background-color:#fff5ee;
    border-bottom:1px solid #e10b32;
    border-radius:0;
    font-family: 'Yakult';
}

#customerservice-faq-accordion .customerservice-faq-card-header a{
    color:#e10b32;
}

.form-check-label { font-weight:normal; }

h2{
    color:#e10b32;
    font-weight: 600;
    font-family: 'Yakult';
}

.lang_btn_active{
    display:none;
}

.lang_btn_fr_2 {
    content: url('/resources/assets/up/456/image/7b9ed7a1-c8d0-4380-9766805a9d510e2d.svg');
    border-radius: 50%;
    width:18px;
    height:18px;
    object-fit: cover;
}

.lang_btn_nl_2 {
    content: url('/resources/assets/up/456/image/87f02278-031f-4666-81d5f4f2dc87786c.svg');
    border-radius: 50%;
    width:18px;
    height:18px;
    object-fit: cover;
}