/* Custom font*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&amp;display=swap');
body{font-family: "Montserrat", sans-serif;font-optical-sizing: auto;font-style: normal;}

/* Bigger Menu font*/
.complex-menu-navigation-item-button{
font-size: 1.3rem;
}
/* Add carret */
button.complex-menu-navigation-item-button{
padding-right: 25px;
background-repeat: no-repeat;
background-position: right;
background-size: 10px;
background-image:url("https://ileviaetmoi.jenparle.net/bibliotheque/fichiers/yitzzswomp921akywe-h")
}
/* Remove bold and too much focus interactions*/
.complex-menu-navigation-item-button:focus{
    font-weight: inherit;
    text-decoration: inherit;
}
.complex-menu-navigation-item-button.active {
    text-decoration: underline;
    font-weight: inherit;
}

/* Title improvment*/
.home-header .box-page-title-content{
min-height: 80px;
background-repeat: no-repeat;
background-position: right;
background-size: 130px;
background-image:url("https://ileviaetmoi.jenparle.net/bibliotheque/fichiers/z7hwxbixyv53sz-ggsg9")
}

/* Remove Footer */
.footer-content-container{display: none;}

/* Socials*/
.social_list, .social_store  {list-style-type: none;display: grid;justify-content: center;}
.social_list {gap: 0 1rem;grid-template-columns: repeat(4,5rem);margin-bottom: 4.2rem;}
.social_store {grid-template-columns: repeat(2,16.5rem);}

/* Locale Switch*/
.header-with-complex-menu-desktop .locale-switch .locale-switch-button {
    background-color: #fff;
    color: #197ea6;
}

/* Bigger loggo */
.navbar-brand-logo {max-height: 55px;}

/* White background */
body {background-color: #fff;}

/* Blue Connect button */
.main-menu-unauthenticated-user button{border-radius: 20px;}
/* Old custom style without blue primary color
.main-menu-unauthenticated-user button{background-color: #197EA6;border-radius: 20px; color: #fff !important;}
.main-menu-unauthenticated-user button:hover, .main-menu-authenticated-user a:hover span{background-color: #115874 !important;}
.main-menu-authenticated-user a:hover {text-decoration: none;}
.main-menu-authenticated-user a span{background-color: #197EA6 !important;color: #fff !important;color: #fff !important;}
*/

/* Home page Follow us section */
#page_section_featured_content_21169 + .page-section-featured-content .page-section-with-title-and-description-container{
    background-color: #292929;
    color: #fff;
}
#page_section_embed_21443 + .page-section-with-title-and-description .page-section-with-title-and-description-container {
    background-color: #292929;
    color: #fff;
}

/* Old Black menu */
/*
.header-with-complex-menu-desktop-inner{
background-color:#000 !important;
color: #fff  !important;
}
.header-with-complex-menu-desktop-inner .complex-menu-navigation-item .complex-menu-navigation-item-button {
color: #292929;
}
.header-with-complex-menu-desktop-right-menu button.btn-primary{
background-color:#197EA6!important;
color: #FFFFFF!important;
}
.header-nav-mobile-navbar{
background-color: #292929 !important;
color: #fff !important;
}
.header-complex-nav-mobile-burger{
background-color: #292929 !important;
color: #fff !important;
}
.header-nav-mobile-navbar .btn-primary {
background-color:#fff !important;
color: #292929  !important;
}
*/