:root {
    --primary-font: 'Montserrat', Helvetica, Arial, sans-serif;
    --secondary-font: 'Montserrat', Helvetica, Arial, sans-serif;
    --bs-body-font-size: 1.125rem;    
    
    --main-menu-active-bg:transparent;
    --main-menu-active-color:#7670b2;
    
    --logo-height: calc(4rem + 1.8vw);

    --link-color: #575857; 
    --primary-theme-color:  #1f395c; /* new dark blue PET */
    --secondary-theme-color: #8da8a6; /* new blue PET */
    --tertiary-theme-color:#374A9B; /* reflex PET */
    --topbar-link-color: #7670b2;
    --topbar-bg: #EFF2F4; 
    --topbar-border: #d6d6d6; 
    --topbar-book-color: #FFF;
    --topbar-book-bg: #374A9B; 
    --topbar-fik-color: #FFF; 
    --topbar-fik-bg: #165895; 
    --language-switcher-bg-color: #FFF;
    --title-font-color: #1f395c;
    --title-grey-color: #898A8D; /* gray PET */
    --bg-blue-color: #8da8a6; /*new blue PET*/
    --bg-grey-color: #EFF2F5;
    --footer-color: #FFFFFF; 
    --footer-bg: #1f395c;
    --footer-bloc-title-color: #FFF; 
    --footer-bloc-border-color: rgba(255, 255, 255, 0);

    --accordion-background:#fff;
    --accordion--border:1px solid #dee2e6 !important;

    /* no floating CTA for PET*/
    --floating-cta-backgroud:#033887;
    --floating-cta-backgroud:#033887;
    --floating-cta-color:#FFF;
    --floating-cta-font:'Montserrat';

    --cta-style-1-bg: #ffffff;
    --cta-style-1-color: #1f395c;
    --cta-style-1-border: 2px solid #1f395c;
    --cta-style-1-border-radius: 0px;
    --cta-hover-style-1-bg: #1f395c;
    --cta-hover-style-1-color: #FFF;
    --cta-hover-style-1-border: 2px solid #1f395c;
    --cta-hover-style-1-border-radius: 0px;
  
    --cta-style-2-bg: #1f395c; /* navy PET */
    --cta-style-2-color: #ffffff;
    --cta-style-2-border: 2px solid #1f395c;
    --cta-style-2-border-radius: 0px;
    --cta-hover-style-2-bg: #14253B;
    --cta-hover-style-2-color: #ffffff;
    --cta-hover-style-2-border: 2px solid #14253B;
    --cta-hover-style-2-border-radius: 0px;

    --cta-style-3-bg: #8da8a6;
    --cta-style-3-color: #ffffff;
    --cta-style-3-border: 2px solid #8da8a6;
    --cta-style-3-border-radius: 0px;
    --cta-hover-style-3-bg: #1f395c;
    --cta-hover-style-3-color: #ffffff;
    --cta-hover-style-3-border: 2px solid #1f395c;
    --cta-hover-style-3-border-radius: 0px;


    --view-staff-card-height:440px;
    --view-staff-image-height:220px;
    
    --legal-font-size:12px;
    --legal-font-color: #000000; 

    
}
sub,
sup {
    position: relative;
    font-size: 0.45em;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -1em;
}

.navbar-nav .show > .nav-link, .navbar-nav .nav-link.active {
    font-weight: 700;
}
h1 {
    font-family:var(--primary-font);
    font-weight:500 !important;
}
h2, h3 {
    font-family:var(--primary-font);
    font-weight:600 !important;
}
p {
    font-family: var(--secondary-font);
    color:var(--primary-theme-font) !important;
}
.paragraph-cta.style-1, a.fik.nav-link, .paragraph-cta.style-2, a.book.nav-link, .paragraph-cta.style-3, div#block-languageswitcher a {
  text-transform: uppercase;
  font-size: 1rem !important;
  letter-spacing: .04rem;
}

.footer .menu--find-us-on .navbar-nav a:hover, .footer li.nav-item a:hover {
    color:white !important;
}


/* footer centre le contenu info legale*/
.block.block-menu.navigation.menu--copyright .navbar-nav {
  justify-content: center !important;
  text-align: center !important;
}
.block.block-menu.navigation.menu--copyright .navbar-nav {
  flex-direction: row !important;
}
.block.block-menu.navigation.menu--copyright .navbar-nav .nav-item {
    margin-right: 20px;
}


@media (max-width: 768px) {
    .block.block-menu.navigation.menu--copyright .navbar-nav {
        justify-content: center !important;
        text-align: center !important;
    }
    .block.block-menu.navigation.menu--copyright .navbar-nav {
        flex-direction: column !important;
    } 
    .block.block-menu.navigation.menu--copyright .navbar-nav .nav-item {
        margin-right: 0px;
    }
}
