
    :root {
        --text: #565656;
--links: #14375A;
--titles: #000000;
--page-background: #F2F2FD;
--highlight: #14375A;
--boxes-background: #FFFFFF;
--boxes-border: #F2F2FD;
--section-titles: #14375A;
--section-titles-background: #FFFFFF;
--header-background: #ffffff;
--header-links: #ffffff;
--footer-background: #FFFFFF;
--footer-links: #000000;
    }
    
@font-face {
    font-family: 'Today SB';
    src: url('https://s3-eu-west-1.amazonaws.com/aws-ec2-eu-1-opendatasoft-staticfileset/afd/theme_font/todaysbop-bold.woff') format('woff');
    font-style: normal;
    font-weight: bold;
}
@font-face {
    font-family: 'Today SB';
    src: url('https://s3-eu-west-1.amazonaws.com/aws-ec2-eu-1-opendatasoft-staticfileset/afd/theme_font/todaysbop-light.woff') format('woff');
    font-style: normal;
    font-weight: lighter;
}

@font-face {
    font-display: swap;
    font-family: Marianne;
    font-style: normal;
    font-weight: 400;
    src:
        url('https://s3-eu-west-1.amazonaws.com/aws-ec2-eu-1-opendatasoft-staticfileset/afd/theme_font/Marianne-Regular.woff2') format("woff2"),
        url('https://s3-eu-west-1.amazonaws.com/aws-ec2-eu-1-opendatasoft-staticfileset/afd/theme_font/Marianne-Regular.woff') format("woff");
}
@font-face {
    font-display: swap;
    font-family: Marianne;
    font-style: italic;
    font-weight: 400;
    src:
        url('https://s3-eu-west-1.amazonaws.com/aws-ec2-eu-1-opendatasoft-staticfileset/afd/theme_font/Marianne-Regular_Italic.woff2') format("woff2"),
        url('https://s3-eu-west-1.amazonaws.com/aws-ec2-eu-1-opendatasoft-staticfileset/afd/theme_font/Marianne-Regular_Italic.woff') format("woff");
}
@font-face {
    font-display: swap;
    font-family: Marianne;
    font-style: normal;
    font-weight: 500;
    src:
        url('https://s3-eu-west-1.amazonaws.com/aws-ec2-eu-1-opendatasoft-staticfileset/afd/theme_font/Marianne-Medium.woff2') format("woff2"),
        url('https://s3-eu-west-1.amazonaws.com/aws-ec2-eu-1-opendatasoft-staticfileset/afd/theme_font/Marianne-Medium.woff') format("woff");
}
@font-face {
    font-display: swap;
    font-family: Marianne;
    font-style: italic;
    font-weight: 500;
    src:
        url('https://s3-eu-west-1.amazonaws.com/aws-ec2-eu-1-opendatasoft-staticfileset/afd/theme_font/Marianne-Medium_Italic.woff2') format("woff2"),
        url('https://s3-eu-west-1.amazonaws.com/aws-ec2-eu-1-opendatasoft-staticfileset/afd/theme_font/Marianne-Medium_Italic.woff') format("woff");
}
@font-face {
    font-display: swap;
    font-family: Marianne;
    font-style: normal;
    font-weight: 700;
    src:
        url('https://s3-eu-west-1.amazonaws.com/aws-ec2-eu-1-opendatasoft-staticfileset/afd/theme_font/Marianne-Bold.woff2') format("woff2"),
        url('https://s3-eu-west-1.amazonaws.com/aws-ec2-eu-1-opendatasoft-staticfileset/afd/theme_font/Marianne-Bold.woff') format("woff");
}
@font-face {
    font-display: swap;
    font-family: Marianne;
    font-style: italic;
    font-weight: 700;
    src:
        url('https://s3-eu-west-1.amazonaws.com/aws-ec2-eu-1-opendatasoft-staticfileset/afd/theme_font/Marianne-Bold_Italic.woff2') format("woff2"),
        url('https://s3-eu-west-1.amazonaws.com/aws-ec2-eu-1-opendatasoft-staticfileset/afd/theme_font/Marianne-Bold_Italic.woff') format("woff");
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src:
        url('https://s3-eu-west-1.amazonaws.com/aws-ec2-eu-1-opendatasoft-staticfileset/afd/theme_font/Roboto-Regular.woff') format("woff");
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src:
        url('https://s3-eu-west-1.amazonaws.com/aws-ec2-eu-1-opendatasoft-staticfileset/afd/theme_font/Roboto-Bold.woff') format("woff");
}




main.main--catalog:before {
    height: 200px;
    display: flex;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

    font-size: 44px;
    font-weight: 700;
    margin-bottom: 50px;
    background-color: #14375A;
    Content: "Consultez nos données";
    color: white;
    justify-content: center;
    align-items: center;
    padding: 0px 20px;
}

/* HEADER */
.ods-front-header {
    padding: 0;
    height:103px;
    font-family: Roboto;
}
@media (max-width: 767px) {
    .ods-front-header {
    }
}
@media (min-width: 768px) {
    .ods-front-header {
    }
}
.afd-header__brand {
    height: 130px;
    position: relative;
    padding-top: 65px;
}
.ods-front-header__portal-brand {
    height: 103px;
    position: absolute;
    top: 8%;
    left: 35px;
}
.ods-front-header__portal-brand-republique{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 103px;
}
.afd-header__title {
    text-align: right;
    position: absolute;
    height: 65px;
    line-height: 65px;
    padding-right: 15px;
    top: 0;
    right: 0;
    color: #575757;
}
.ods-front-header__management-menu {
    font-size: 1rem;
    position: relative;
    display: inline-block;
}
.ods-front-header__management-menu-item-link {
    color: #575757;
}
.ods-front-header__menu {
    background-color: #EC635A;
    display: block;
    margin-left: 170px;
    position: relative;
    height: 65px;
}
.ods-front-header__menu:before {
    display: block;
    content: '';
    width: 30px;
    height: 65px;
    position: absolute;
    top: 0;
    left: -30px;
    border-width: 32px 15px 33px 15px;
    border-color: transparent #EC635A #EC635A transparent;
    border-style: solid;
    box-sizing: border-box;
}
.ods-front-header__menu-item {
    border-bottom: 0;
}
.ods-front-header__menu-item-link {
    font-family: 'Today SB', 'Open Sans', 'Helvetica', arial, sans-serif;
    font-weight: bold;
    line-height: 65px;
}
.ods-front-header__menu-item-link:hover,
.ods-front-header__menu-item-link--active {
    border-bottom: 0;
}
.ods-front-header__menu-item-link[href^="/page/accueil"] {
    display: inline-block;
}
.ods-front-header__menu-item-link[href^="/page/accueil"]:before {
    font-family: "FontAwesome";
    content: '\f015 ';
    display: inline-block;
    line-height: 65px;
    font-size: 1.2em;
}
.afd-header__tagline {
    font-family: 'Today SB', 'Open Sans', 'Helvetica', arial, sans-serif;
    font-weight: bold;
    height: 100px;
    line-height: 100px;
    color: white;
    font-size: 30px;
    text-align: center;
    background-image: url('https://s3-eu-west-1.amazonaws.com/aws-ec2-eu-1-opendatasoft-staticfileset/afd/theme_image/bandeau-pageInterne-02.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* MOBILE HEADER */
.ods-responsive-menu-placeholder.ods-responsive-menu-placeholder--active {
    height: auto;
}
.ods-responsive-menu-collapsible__toggle {
    border-bottom: 0px;
    margin-bottom: 0px;
}
.ods-responsive-menu-collapsible__toggle-button {
    color: #EC635A;
}

.ods-responsive-menu-collapsible__toggle-button:hover {
    color: #FFF;
}
.ods-responsive-menu-placeholder .ods-front-header__portal-brand {
    height: 65px;
}
.ods-responsive-menu-placeholder__toggle {
    color: #14375A;
    width: 65px;
    display: flex;
    /* height: 100%; */
    font-size: 30px;
    line-height: 65px;
    opacity: 1;
    top: 25px;
    margin-right: 20px;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.ods-responsive-menu-placeholder__toggle:hover {
    background-color: #EC635A;
}
.ods-responsive-menu-placeholder__toggle:before {
    display: none;
    content: '';
    position: absolute;
    top: 0;
    left: -30px;
    border-width: 32px 15px 33px 15px;
    border-color: transparent #EC635A #EC635A transparent;
    border-style: solid;
    box-sizing: border-box;
}
.ods-responsive-menu-collapsible--collapsed .afd-header__brand {
    height: auto;
    padding: 0;
}
.ods-responsive-menu-collapsible--collapsed .ods-front-header__menu {
    height: initial;
}
.ods-responsive-menu-collapsible--collapsed .ods-front-header__menu-item-link--active {
    border-left: none;
}

.ods-responsive-menu-collapsible--collapsed .ods-front-header__menu-item-link {


}
.ods-responsive-menu-collapsible--collapsed .ods-front-header__menu-item{
    border-bottom: 1px solid rgba(46, 89, 132, 1);

    width:560px;
}
.ods-responsive-menu-collapsible--collapsed .afd-header__tagline {
    display: none;
}
.ods-responsive-menu-collapsible--collapsed .afd-header__title {
    position: static;
    padding-right: 0;
    text-align: left;
}
.ods-responsive-menu-collapsible--collapsed .afd-header__title-content {
    display: none;
}
.ods-responsive-menu-collapsible--collapsed .ods-front-header__management-menu {
    display: block;
}
/*  */

.ods-front-footer {
    font-family: Marianne;
}

@media (max-width: 767px) {
    .ods-front-footer {
        height: auto;
        text-align: center;
        padding: 15px;
    }
}
@media (min-width: 768px) {
    .ods-front-footer {
        height: 115px;
        text-align: right;
        padding: 0 30px;
    }
}
.ods-front-footer__link {
    margin: 0 15px;
    text-transform: uppercase;
    font-family: 'Today SB', 'Open Sans', 'Helvetica', arial, sans-serif;
    font-weight: lighter;
}
@media (min-width: 768px) {
    .ods-front-footer__link {
        line-height: 115px;
    }
}

.logo{
    gap:15px;
    display: flex;
    flex-direction: row;
        flex-wrap: wrap;

}

.ods-front-footer__ods-logo-img {
    height: 35px;
    margin-left: 15px;
}
@media (max-width: 767px) {
    .ods-front-footer__ods-logo-img {
        display: block;
        margin: 15px auto 0 auto;
    }
}
/* EXPLORE CATALOG */
.ods-filters {
    background-color: white;
    padding: 15px;
}
.ods-filters__count {
    font-family: 'Today SB', 'Open Sans', 'Helvetica', arial, sans-serif;
}
@media (min-width: 768px) {
    .ods-filters__count {
        padding: 30px 0;
    }
}
@media (min-width: 768px) {
    .ods-filters__count-number,
    .ods-filters__count-units {
        display: block;
        text-align: center;
    }
}
.ods-filters__filters,
.ods-filters__export-catalog-title {
    padding: 0;
    border-bottom: 3px solid #404A72;
    border-radius: 0;
    font-family: 'Today SB', 'Open Sans', 'Helvetica', arial, sans-serif;
}
/* CATALOG CARD */
.ods-catalog-card {
    border-radius: 0;
    border: none;
}
.ods-catalog-card:hover:before {
    display: none;
}
.ods-catalog-card__theme-icon {
    background-color: white;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100px;
    height: auto;
}
.ods-svginliner__svg-container {
    width: 60px;
    margin: 0 auto;
}
.ods-catalog-card__title,
.ods-catalog-card__metadata,
.ods-catalog-card__keywords,
.ods-catalog-card__description {
    margin-left: 100px;
}
@media screen and (max-width: 767px) {
    .ods-catalog-card__visualizations {
        margin-left: 100px;
    }
}
.ods-catalog-card__metadata-item-label {
    color: #71B7BE;
}
.ods-catalog-card__keyword {
    background-color: #404A72;
}
/*New header */
.ods-responsive-menu-collapsible--expanded .ods-responsive-menu-collapsible__container{
    width: 620px;
}








.ods-responsive-menu-collapsible--collapsed .ods-responsive-menu-collapsible__container{
    background-color:#14375A;
}
.ods-responsive-menu-placeholder__toggle:hover {
    border-radius:100%;
    background-color:rgba(242, 242, 253, 1);
}
.ods-front-header__menu-item-link{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 700;
    text-align: left;

    opacity:1;
}
.ods-front-header__menu-item-title{
    color:white;
    line-height: 65px;
    padding: 0 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 700;
    text-align: left;

    opacity:1;
}
.ods-front-header__menu-item-title:hover{
    text-decoration:none;
    background-color:white;
    color:#14375A;
    border-radius: 5px;
}

.ods-front-header__menu-item-link:hover {
    text-decoration:none;
    background-color:white;
    color:#14375A;
    border-radius: 5px;
}
.ods-responsive-menu-collapsible--collapsed.ods-responsive-menu-collapsible--expanded .ods-responsive-menu-collapsible__backdrop{
    background-color: rgba(46, 89, 132, 1);

}
.header-logo{
    height: 80px;
}
.rond{
    background-color: #EE7656;
    /* padding: 10px; */
    border-radius: 100%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ods-front-header__portal-brand-button{
    position: absolute;
    right: 20px;
    top: 30px;

}



/* FOOTER */

.ods-front-footer {
    font-family: Marianne;
}

.footer-logo {
    height: 100px;
}
.first-footer{
    height: 200px;
    display: flex;
    background-color: white;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    border-bottom: rgba(221, 221, 221, 1) solid 1px;
    padding: 50px 0px;
    flex-direction: row;
}

.link-container-first-footer{
    gap: 24px;
    display: flex;
}


.link-first-footer{
    color:#3a3a3a;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.5rem;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 6px;
}
.second-footer{
    height:150px
}
.link-container-second-footer{
    display: flex;
    justify-content: flex-start;
    gap: 16px;
    align-items: center;

}
.separator-link-second-footer{
    height:22px;
}

.text-liscence{
    text-align: justify;
    color:rgba(102, 102, 102, 1);

}
.link-second-footer{
    color:rgba(102, 102, 102, 1);
    display: flex;
    padding: 16px 0;
    flex-direction: column;
    align-items: flex-start;
}

.ods-front-footer{
    background-color:white;
    height: fit-content;
    padding: 0px 50px;
}

.menu-popup{
    display:none;
}
.ods-front-header__portal-brand-button{
    position: absolute;
    right: 20px;
    top: 45px;

}

main.main--dataset:before {
    content: "";
    display: flex;
    height: 290px;
    width: 100%;
    color: green;
    background-color: #14375A;
    margin-bottom: 30px;
}
.item-container{
    margin:0px 40px 40px 40px;
}
.sous-titre-header{
    display: flex;
    padding: 0 25px 0 50px;
    color: white;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    justify-content: space-between;
    align-items: center;

}
.sous-titre-header:hover{
    color:#14375A;
    background-color:white;
    border-radius:10px;
    text-decoration:none;

}
@media screen and (max-width: 767px) {
    .ods-responsive-menu-collapsible--expanded .ods-responsive-menu-collapsible__container{
        width: 100%;
    }
    .ods-responsive-menu-collapsible--collapsed .ods-front-header__menu-item{
        border-bottom: 1px solid rgba(46, 89, 132, 1);

        width:100%;
    }
    .ods-front-header {    
        height: 51px;
    }
    .ods-front-header__portal-brand-republique{
        height: 51px;
    }
    .header-logo {
        height: 40px;
    }
    .ods-responsive-menu-placeholder__toggle{top:auto}
}
@media screen and (max-width: 1200px) {
    .first-footer {
        flex-direction: column;
        align-items: flex-start;
    }
    .logo{
    justify-content: center;
    width: 100%;
    }
    .footer-logo {
    height: 90px;
}
}
@media screen and (max-width: 992px) {
    .ods-front-footer {
        padding: 0px 20px !important;
    }

    .link-container-first-footer {
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 20px;
    }
    .link-container-second-footer {
        flex-wrap: wrap;
        gap: 10px !important;
        padding: 10px 0px;
    }
    .link-second-footer {
    padding: 0px;
}
    .first-footer{
        height:fit-content;
    }
}

/* Theme pictogrammes */
.odswidget-theme-picto .ods-svginliner__svg-container {
    height: 100%;
    align-items: center;
    display: flex;
}

.odswidget-picto img, .odswidget-picto svg {
    /* width: 100%; */
    /* height: 100%; */
    width: inherit;
    height: auto;
}

.odswidget-theme-picto .odswidget-theme-picto__container {
	width: 60px;
	margin: 0 auto;
}

