
    :root {
        --text: #565656;
--links: #fa4616;
--titles: #000000;
--page-background: #F6F8FB;
--highlight: #fa4616;
--boxes-background: #FFFFFF;
--boxes-border: #CBD2DB;
--section-titles: #fa4616;
--section-titles-background: #F6F8FB;
--header-background: #FFFFFF;
--header-links: #fa4616;
--footer-background: #FFFFFF;
--footer-links: #fa4616;
    }
    
@font-face {
    font-family: Cabin;
    font-style: normal;
    font-weight: 400;
    src:
        url('https://s3-eu-central-1.amazonaws.com/aws-ec2-eu-central-1-opendatasoft-staticfileset/cadentgas/theme_font/Cabin-Regular.woff2') format("woff2"),
}
@font-face {
    font-family: Cabin;
    font-style: italic;
    font-weight: 400;
    src:
        url('https://s3-eu-central-1.amazonaws.com/aws-ec2-eu-central-1-opendatasoft-staticfileset/cadentgas/theme_font/Cabin-Regular_Italic.woff2') format("woff2"),
}
@font-face {
    font-family: Cabin;
    font-style: normal;
    font-weight: 500;
    src:
        url('https://s3-eu-central-1.amazonaws.com/aws-ec2-eu-central-1-opendatasoft-staticfileset/cadentgas/theme_font/Cabin-Medium.woff2') format("woff2"),
}
@font-face {
    font-family: Cabin;
    font-style: italic;
    font-weight: 500;
    src:
        url('https://s3-eu-central-1.amazonaws.com/aws-ec2-eu-central-1-opendatasoft-staticfileset/cadentgas/theme_font/Cabin-Medium_Italic.woff2') format("woff2"),
}
@font-face {
    font-family: Cabin;
    font-style: normal;
    font-weight: 700;
    src:
        url('https://s3-eu-central-1.amazonaws.com/aws-ec2-eu-central-1-opendatasoft-staticfileset/cadentgas/theme_font/Cabin-Bold.woff2') format("woff2"),
}
@font-face {
    font-family: Cabin;
    font-style: italic;
    font-weight: 700;
    src:
        url('https://s3-eu-central-1.amazonaws.com/aws-ec2-eu-central-1-opendatasoft-staticfileset/cadentgas/theme_font/Cabin-Bold_Italic.woff2') format("woff2"),
}
@font-face {
    font-family: Cabin;
    font-style: normal;
    font-weight: 600;
    src:
        url('https://s3-eu-central-1.amazonaws.com/aws-ec2-eu-central-1-opendatasoft-staticfileset/cadentgas/theme_font/Cabin-SemiBold.woff2') format("woff2"),
}
@font-face {
    font-family: Cabin;
    font-style: italic;
    font-weight: 600;
    src:
        url('https://s3-eu-central-1.amazonaws.com/aws-ec2-eu-central-1-opendatasoft-staticfileset/cadentgas/theme_font/Cabin-SemiBold_Italic.woff2') format("woff2"),
}
@font-face {
    font-family: Cabin;
    font-style: normal;
    font-weight: 400;
    src:
        url('https://s3-eu-central-1.amazonaws.com/aws-ec2-eu-central-1-opendatasoft-staticfileset/cadentgas/theme_font/Cabin-Regular.woff2') format("woff2");
}

@font-face {
    font-family: Cabin;
    font-style: normal;
    font-weight: 700;
    src:
        url('https://s3-eu-central-1.amazonaws.com/aws-ec2-eu-central-1-opendatasoft-staticfileset/cadentgas/theme_font/Cabin-Bold.woff2') format("woff2");
}

html {
  font-family: 'Cabin';
}
body {
  font-family: 'Cabin';
}

/* DESKTOP SPECIFICS - STYLE OF ODS HEADER
========================================================================== */

.ods-responsive-menu-collapsible__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    padding: 40px 120px;
    align-items: center;
}

.ods-front-header__portal-brand {
    display: flex;
    height: 40px;
    position: relative;
    top: 0;
}
.ods-front-header{
        height: auto;

}
.ods-responsive-menu-collapsible__container{
    padding:0 5px;
}
/* DESKTOP SPECIFICS - STYLE OF DROPDOWN MENU
========================================================================== */

.ods-front-header__menu-item {
    position: relative;
}

.ods-front-header__menu-item-link--active {
    border-bottom: 0px solid;
    opacity: 1;
   border-bottom:3px solid #fa4616
}
.ods-front-header__menu-item-link{
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
    padding: 40px 12px;
    color: #373A36;
    height: 100%;
    display: flex;
    height: 120px;
    opacity: 1;
    border-bottom: 3px solid transparent;
    align-items: center;

}
.ods-front-header__menu-item-link:hover{
   border-bottom:3px solid #fa4616
}


li.dropdown-menu i {
    font-size: 1.2em;
    margin-left: 8px;
}

ul.dropdown-menu-submenu {
    display: none;
    margin: 0;
    padding: 22px 28px;
    list-style: none;
    background-color: #FFFFFF; 
}

ul.dropdown-menu-submenu.dropdown-menu-submenu__active {
    display: inherit; }

li.dropdown-menu-submenu-item {
    margin-bottom: 0; }

li.dropdown-menu-submenu-item:last-child {
    margin-bottom: inherit; 
}

.ods-responsive-menu-collapsible:not(.ods-responsive-menu-collapsible--collapsed) ul.ods-front-header__menu {
    display: flex;
    align-items: center; 
}

.ods-responsive-menu-collapsible:not(.ods-responsive-menu-collapsible--collapsed) ul.dropdown-menu-submenu {
    position: absolute;
    top: 133px;
    border-radius: 15px;
    left: 1px;
    z-index: 1001;
    padding: 0px;
    filter: drop-shadow(0px 14px 8px rgba(37, 48, 59, 0.1));
}

.ods-responsive-menu-collapsible:not(.ods-responsive-menu-collapsible--collapsed) .ods-front-header__menu .custom-menu-item-submenu {
    width: auto !important;
    top: 55px !important;
    left: 1px !important;
    padding: 20px !important;
    filter: drop-shadow(0px 0px 8px rgba(37, 48, 59, 0.2)) !important; }

.ods-responsive-menu-collapsible .ods-front-header__menu .dropdown-menu-submenu a {
    white-space: nowrap;
    color: #373A36;
    text-decoration: none;
    padding: 15px 25px;
    display: flex;
    font-weight: 600;
    display: flex;
    align-content: center;
    align-items: center;
    gap: 12px;
    padding-right: 80px;
}
.ods-responsive-menu-collapsible .ods-front-header__menu .dropdown-menu-submenu a:hover{
        background-color:  rgb(250, 70, 22);
    color: #FFF;
}
.header-link-icon-container{
        padding: 10px;
    background-color: #FBF8F5;
    display: flex
;
    border: 1px solid #FDEDE7;
    border-radius: 10px;
}

/* MOBILE SPECIFICS
========================================================================== */
.ods-responsive-menu-placeholder.ods-responsive-menu-placeholder--active {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ods-responsive-menu--collapsed .ods-responsive-menu-collapsible__content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.ods-responsive-menu-collapsible--collapsed .ods-front-header__logo {
    display: none;
}

.ods-responsive-menu-collapsible--collapsed .ods-front-header__menu,
.ods-responsive-menu-collapsible--collapsed .ods-front-header__management-menu
{
    width: 100%;
}

.ods-front-header__management-menu-item-link{
    color:white
}
.ods-front-header__management-menu{
        top: auto;
}
.main-menu-header{
        position: absolute;
    left: calc(50% - 288px / 2);
    /* top: 25px; */
}
.ods-responsive-menu-collapsible:not(.ods-responsive-menu-collapsible--collapsed) ul.ods-front-header__menu {
    display: flex
;
    align-items: center;
}

.ods-pop-in__backdrop {
    position: absolute;
    top: 0;
    height:100vh;
    left: 0;
    right: 0;
    background-color: transparent;
    z-index: 101;
    cursor: auto;
        overflow-y: hidden;

}


.ods-responsive-menu-collapsible--collapsed .ods-responsive-menu-collapsible__container{
    width: 100% ;
            right: -100%;

}

.ods-responsive-menu-collapsible--expanded .ods-responsive-menu-collapsible__container {
    right: 0;
        width: 100%;

}
    .ods-front-header__management-menu-item .ods-front-header__management-menu-item--backoffice{
        border-radius:50px;
    }

.button-close-mobile{
    display:none
}

@media screen and (width < 1000px){
    .ods-responsive-menu--collapsed .ods-responsive-menu-collapsible__content{
        display: flex;
        padding: 20px;
        gap: 20px;
        background-color: #FDEDE7;
        flex-direction: column;
        height: calc(100% - 91px);
        justify-content: space-between;
    }
    .ods-responsive-menu-collapsible--collapsed .ods-front-header__portal-brand{
            position: absolute;
    display: flex
;
    top: 20px;
    }
    .main-menu-header{
    position: relative;
    left: 0;
    width: 100%;
    }
    .ods-responsive-menu-collapsible--collapsed .ods-front-header__menu, .ods-responsive-menu-collapsible--collapsed .ods-front-header__management-menu{
            position: unset;
    }
    .ods-front-header{
        height:80px;
    }
    .ods-front-header__menu-item-link{
            width: 100%;
            padding: 24px 16px;
            height: auto;
    }
    ul.dropdown-menu-submenu.dropdown-menu-submenu__active{
    position: absolute;
    top: 0;
    z-index: 10;
    right: 1px;
    left: -1px;
    background-color: #FDEDE7;
    width: calc(100% + 5px);
    height: 445px;
    }
    .ods-front-header__menu-item{
            border-bottom: 1px #FFF7F3 solid;
    }
    .dropdown-menu-submenu .dropdown-menu-submenu__active{
            position: absolute;
            top: 0;
            z-index: 1;
    }
    .ods-front-header__menu-item{    
        position: unset;
    }
    .ods-responsive-menu-collapsible .ods-front-header__menu .dropdown-menu-submenu a{
        padding:15px 0;

    }
        .ods-responsive-menu-collapsible .ods-front-header__menu .dropdown-menu-submenu a:hover{
        padding:15px 0;
        border-bottom:1px
    }
    li.dropdown-menu-submenu-item{
            border-bottom: 1px solid #FFF7F3;
    }
    .ods-responsive-menu-collapsible .ods-front-header__menu .dropdown-menu-submenu a:hover {
    background-color: transparent;
    color: #fa4616;
}
    .button-close-mobile{
    color: #373A36;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}
}

.ods-front-footer{
        display: flex;
        height:unset;
        flex-direction: column;

}
.footer-emergency{
        display: flex
;
    background-color: #262726;
    justify-content: space-around;
    color: white;
    padding: 20px 0;
}

.footer-emergency-list{
        max-width: 300px;
    display: flex
;
    flex-direction: column;
    align-items: flex-start;
}
.footer-emergency-list h4{
        font-size: 18px;
    font-weight: 500;
}
.telephone{
        font-size: 18px;
    font-weight: 500;
}
.border-link{
        font-size: 16px;
    color: white;
    text-decoration: underline;
}






