
    :root {
        --text: #565656;
--links: #b11763;
--titles: #333333;
--page-background: #F6F8FB;
--highlight: #b11763;
--boxes-background: #FFFFFF;
--boxes-border: #CBD2DB;
--section-titles: #333333;
--section-titles-background: #F2F3F8;
--header-background: #FFFFFF;
--header-links: #565656;
--footer-background: #b11763;
--footer-links: #FFFFFF;
    }
    
body, main {
    margin: 30;
    background-color: #F2F3F8;
}

/*bouton admin */
.ods-front-header__management-menu-item-link .ods-front-header__management-menu-item-link--backoffice 
{
color: white !important;
}

footer {
    font-size: .9rem;
    text-align: left !important;
    margin: 0;
    display: block;
}


/*déclaration des police*/
@font-face {
   font-family: 'ClermontGothiqueTrad';
    src: url('/assets/theme_font/ClermontmetropoleTradeGotBol.ttf') format('ttf');
        font-style: normal;
    font-weight: normal;
}

/* caractéristiques header */
.portal-header {
    padding: 0;
    border-bottom: 1px solid #DEE5EF;
    height: auto;
}
.ods-responsive-menu--collapsed.portal-header {
    height: 60px;
}

/*caractéristiques menu header */
.portal-navigation {
    margin: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.ods-front-header__menu {
    margin: 0 auto;
}

.ods-front-header__menu-item-link {
    margin: 0;
    text-transform: uppercase;
    line-height: 50px;
    font-size: 1rem;
    color: #333333;
    text-align:center;
    border-bottom:  4px solid transparent;
    opacity: 1;
    font-weight: 600;
    margin: 5px;
}
.ods-front-header__menu-item-link:hover,
.ods-front-header__menu-item-link--active {
    border-bottom: 4px solid #b11763;
}

/*caractéristiques logo bandeau header */
.ods-front-header__portal-brand {
    display: inline-block;
    height: 100px;
    top: 10px;
    position: relative;
}

.ods-front-header__logo {
    display: block;
    width: auto; /* Logo width */
    height: 98px; /* Logo height */
    margin-left: 13px;
    margin-right: 13px;
}
/* Logo size in responsive mode */
.ods-responsive-menu--collapsed .ods-front-header__logo {
    width: auto; /* Logo width in mobile mode */
    max-height: 48px; /* Logo max height in mobile mode */
}

/* caractéristiques images header */
.images-container {
    display: flex;
    justify-content: flex-start;
    position: relative;
    align-items: center;
    height: 150px;
}

.ods-responsive-menu-collapsible--collapsed .images-container {
        display: none;
}

.portail-title-container {
    flex: 0 1 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 30px;
}

.logo-container {
    flex: 1 0 auto;
    margin-right: auto;
}

/* marge haut de page interne*/
main {
    min-height: calc(100% - 60px - 40px);
    height: auto;
    margin: 50px 10px;
}

/* picto catalogue */
element.style {
    fill: #555555 !important;
}


/* style du footer */

footer {
    font-size: .9rem;
    text-align: center;
    margin: 0;
    display: block;
}

.footer_container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    background-color:#b11763;
    padding-bottom:35px;
}

.cam-front-footer__infos, .cam-front-footer__partners {
    height: 95px;
    padding-left: 0;
    padding-right: 0;
}

.cam-front-footer__menu {
    list-style: none;
    margin: 0;
    padding: 25px 25px;
}

.cam-front-footer__menu .tagline {
    color: #FFF;
}

.cam-front-footer__partners .cam-front-footer__logos__item__link img, .cam-front-footer__content .cam-front-footer__logos__item__link img {
    display: inline-block;
    height: auto;
    margin-bottom:15px;
}

.cam-front-footer__partners {
    text-align: right;
    padding-top: 25px;
    padding-bottom: 30px;
}

.cam-front-footer__logos {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.cam-front-footer__partners .cam-front-footer__logos__item {
    max-width: 220px;
    display: inline-block;
    height: auto;
    padding: 0;
}

.footer-social-network {
    color: white;
    opacity: 1;
    margin-right: 15px;
    cursor: pointer;
    font-size: 25px;