
    :root {
        --text: #444444;
--links: #389EE2;
--titles: #444444;
--page-background: #FFFFFF;
--highlight: #389EE2;
--boxes-background: #FFFFFF;
--boxes-border: #E5E5E5;
--section-titles: #444444;
--section-titles-background: #FFFFFF;
--header-background: #FFFFFF;
--header-links: #444444;
--footer-background: #FFFFFF;
--footer-links: #389EE2;
    }
    
:root { --react-body-font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }

/* Page Typography 
========================================================================== */

/* Regular */
@font-face {
    font-family: "Open Sans";
    src: url('/assets/theme_font/OpenSans-Regular.woff2') format("woff2"),
        url('/assets/theme_font/OpenSans-Regular.woff') format("woff");
            font-style: normal;
            font-weight: normal;
}

/* Semibold */
@font-face {
    font-family: "Open Sans";
    src: url('/assets/theme_font/OpenSans-SemiBold.woff2') format("woff2"), 
        url('/assets/theme_font/OpenSans-SemiBold.woff') format("woff");
    font-weight: 600;
    font-style: normal;
}

/* Bold */
@font-face {
    font-family: "Open Sans";
    src: url('/assets/theme_font/OpenSans-Bold.woff2') format("woff2"), 
        url('/assets/theme_font/OpenSans-Bold.woff') format("woff");
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

/* Header
========================================================================== */

@media screen and (min-width: 1000px) {
    .ods-front-header__portal-brand_block {
        background-color: white;
        height: 150px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }    
}

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

@media screen and (min-width: 1000px) {
    .ods-front-header__portal-brand {
        position: static;
        height: 45px;
    }
}

@media screen and (max-width: 1000px) {
    .ods-front-header {
        background-color: #fff;
        height: 60px;
        padding-left: 15px;
    }
    .ods-front-header__logo {
        max-width: 85%;
        max-height: 85%;
    }
    .ods-responsive-menu-placeholder__container {
        text-align: left;
    }
    .ods-responsive-menu-placeholder__toggle {
        color: #333;
    }
}



.ods-front-header__menu__block {
    text-align: left;
    margin-bottom: 15px;
    margin-top: 10px;
}

/* Menu items are centered in desktrop */
@media screen and (min-width: 1000px) {
    .ods-front-header__menu__block {
        text-align: center;
    }    
}

.odswidget-theme-boxes__picto {
    opacity: 1;
}

.ods-svginliner__svg-container .ods-svginliner__svg-container--colorless {
    opacity: 1;!important
    filter:alpha(opacity=100);!important
    -moz-opacity:1;
}


.ods-front-header__menu-item-link {
    margin: 0;
    text-transform: uppercase;
    line-height: 30px;
    font-size: 1rem;
    font-weight: 600;
    color: #333333;
    opacity: 1;
}

.ods-front-header__menu-item-link--active {
    border-bottom: none;
    color: #319DE5;
}

/* Management Menu
========================================================================== */

.ods-front-header__management-menu {
    top: 0;
    right: 0;
    line-height: 1;
    background-color: #fff;
}

.ods-front-header__management-menu-item--backoffice {
    border-radius: 0;
    margin-left: 0;
    padding: 0.63rem .67rem;
}

.ods-front-header__management-menu-item-link--backoffice {
    padding-bottom: none;
    color: #fff;
}

/*FOOTER
================================================================================*/

.ods-front-footer {
    height: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 105%;
    padding: 0.5rem 0;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}


/*Logo ville et adresse 
========================================================================== */
.home-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
    text-align: center;
}

.address-container {
    display: flex;
    text-align: left;
    align-items: center;
}

.cannes-logo{
    height: 130px;
    width: 130px;
}

.address {
    font-size: .9rem;
}

.address a {
    color: initial;
}

