
    :root {
        --text: #565656;
--links: #007FAD;
--titles: #0C419A;
--page-background: #F1F1F1;
--highlight: #007FAD;
--boxes-background: #FFFFFF;
--boxes-border: #CBD2DB;
--section-titles: #0C419A;
--section-titles-background: #F6F8FB;
--header-background: #FFFFFF;
--header-links: #0C419A;
--footer-background: #06204D;
--footer-links: #FFF;
    }
    
@font-face {
    font-family: "SourceSansPro";
    src: url('/assets/theme_font/SourceSansPro-Black.ttf');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "SourceSansPro";
    src: url('/assets/theme_font/SourceSansPro-Bold.ttf');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "SourceSansPro";
    src: url('/assets/theme_font/SourceSansPro-SemiBold.ttf');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "SourceSansPro";
    src: url('/assets/theme_font/SourceSansPro-Regular.ttf');
    font-weight: 400;
    font-style: normal;
}

body {
    font-family: SourceSansPro;
    background: #fff;
}


/* 50.css | https://datavaccin-covid.ameli.fr/assets/stylesheet/50.css */


.ods-responsive-menu-collapsible__content {
    border-bottom: 1px solid #0C419A;
}

.header-portal {
    display: flex;
    flex-direction: row;
    align-items: center;
}

@media screen and (max-width: 1000px) {
    .header-portal {
        flex-direction: column;
    }
}

.ods-front-header__logo {
    max-height: 130px;
    max-width: 100%;
}

.ods-front-header {
    height: auto; 
    padding: 0 0; 
}

.ods-front-header__menu-item.ods-front-header__menu-item--active {
    color: white;
}


{
    border-left:1px solid #E7ECF5;
    padding-left:15px;
}

.ods-front-header__portal-brand__text{
    font-size: 1.4rem;
    color: #0C419A;
    line-height: 40px;
    margin-left: 7px;
    border-left: 1px solid #0C419A;
    padding-left:0.8rem;
}

.ods-front-header__portal-brand__text:hover {
    text-decoration:none !important;
}

.ods-responsive-menu-collapsible--collapsed .ods-front-header__menu {
    display: flex;
    flex-direction: column;   
    height: auto;
    padding-left: 0;
}

.ameli-links {
    height: 33px;
    background-color: #0C419A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width:100%;
}
.ameli-links a {
    color: white;
    margin-right: 1rem;
    margin-left: 1rem;
    position: relative;
    top: 4px;
}


.ods-front-header__management-menu {
    top: 30px;
}

.ods-front-header__management-menu-item-link--backoffice {
    color:#FFFFFF;
}

.ods-dataset-visualization__edit-dataset-link {
    color: #FFFFFF;
}

/***** HEADER *****/
/* for mobile view **/

@media (max-width: 1000px) {
    .ods-front-header {
        max-height: 120px;
        padding:0px 0px;
    }
    /*.ameli-links {
    display:none;
}*/
    .ods-front-header__portal-brand__text {
        padding: 0;
        border: none;
        margin: 0 0 20px;

    }
}

/* Fix container wrong style for SM screens */
@media (min-width: 768px) and (max-width: 1000px) {
    .container {
        width: inherit;
        max-width: 740px;
    }
}



/***** FOOTER *****/
.ods-front-footer {
    height: 100%;
    position: relative;
}

.blue-bg {
    height: 100%;
    background-color: #0C419A;
    width: 100%;
}

.blue-bg-items {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
    color: #FFF;
    padding: 5px 0px;
    font-size: 14px;
}

.odswidget-social-buttons {
    margin-left: 5px;
}

.footer-items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px;
}



.footer-items img {
    border-right: 1px solid #0C419A;
    padding-right: 20px;
}

.footer-links ul {
    display: flex;
    flex-direction: row;
    gap: 20px;
    list-style: none;
    flex-wrap: wrap;
}

.footer-links ul li a {
    color: #FFF;
    text-decoration: underline;
    font-size: 12px;
}

@media screen and (max-width: 768px) {
    .footer-links ul {
        gap: 10px;
        display:flex;
        flex-direction: column;
        padding: 0;
    }
    .blue-bg-items { 
        justify-content: center;
    }
    .footer-items {
        flex-direction: column;
    }
    .footer-items img {
        border-right: none;
        padding-bottom: 20px;
        border-bottom: 1px solid #0C419A;
    }
    .hide-mobile {
        display: none;
    }
}

.odswidget-social-buttons__button {
    font-size: 1rem;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    background-color: #fff;
    color: #06204D;
    border-radius: 30px;
}
.odswidget-social-buttons__button:hover {
    text-decoration: none;
    background-color: #06204D;
    color: #fff;
}



/* Test menu */
.ods-front-header__menu {
    top: 0;
    z-index: 1000;
    width: 100%;
    position: relative;
    text-transform: uppercase;
    background-color: #06204D;
    margin : 0 0 0 0px;
    height:40px;
    display: flex;
    padding-left: 221px;
}

.ods-front-header__menu-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ods-front-header__menu-item-link {
    display: flex;
    align-items: center;
    gap: 10px;
    border-right: 1px solid #0C419A;
    letter-spacing: 0.05em;
    color: white;
    font-weight:600;
    font-size: 1rem;
    height: 40px;
}
.ods-front-header__menu-item-link:hover {
    background-color: #fff;
    text-decoration: underline;
    color: #06204d;
}
.ods-front-header__menu-item-link:first-child {
    border-left: 1px solid #0C419A;
}
.ods-front-header__menu-item-link a {
    display: flex;
    gap: 10px;
    align-items: center;
}
.ods-front-header__menu-item-link.active {
    background: #0C419A;
    text-decoration: underline;
}
.ods-front-header__menu-item-link.active:hover {
    color: #fff;
}
.ods-front-header__menu-item-link.active:hover .odswidget-picto svg {
    fill: #fff !important;
}
.ods-front-header__menu-item-link.active .odswidget-picto {
    transform: rotate(180deg);
}
.ods-front-header__menu-item-link:hover .odswidget-picto svg {
    fill: #06204d !important;
}
.ods-front-header__menu-item-link:hover a {
    color: #06204d;
    text-decoration: none;
}


.ods-front-header__menu-item-link a {
    color: white;
}

.ods-manage-cookies-preferences__actions>a{
color: #2A2C2C !important;
} 

