﻿
:root {
    --main-red: #E32527;
}

/*
    HEADER
*/
.blockUneCategorie .img-right {
    object-fit: cover;
}
.profile-nav {
    margin-bottom: 0px;
}

#plus {
    color: var(--main-red);
}

.sub-menu-title {
    background: var(--main-red);
}


.plus-extra:after {
    color: var(--main-red);
}

.is-active {
    border-bottom: 8px solid var(--main-red);
}

/*
    BODY
*/

.smallHeaderCategory {
    margin: 0 0 14px 0;
    padding-left: 5px;
    font: normal normal bold 16px/19px var(--primary-font);
    padding-left: 0px;
    border-left: none;
    height: 28px;
    display: flex;
    letter-spacing: 0.8px;
    align-items: center;
}

.headingCategoryNoBorders::before {
    display: none !important;
}

.smallHeaderCategory::before {
    min-height: 26px;
    min-width: 26px;
    content: "";
    color: inherit;
    background-color: currentColor;
    border-radius: 50%;
    display: inline-block;
    margin-right: 15px;
}

.bigHeaderCategory::before {
    min-height: 26px;
    min-width: 26px;
    content: "";
    color: inherit;
    background-color: currentColor;
    border-radius: 50%;
    display: inline-block;
    margin-right: 15px;
}

.unes::before {
    min-height: 22px !important;
    min-width: 22px !important;
}


.gridCard {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: minmax(80px, max-content) auto 1fr;
}

.btn-red {
    background-color: var(--main-red);
}

.HeaderMeteoIcon .icon {
    font-size: 5px;
}

.icon {
    width: 15em;
}

.temperature {
    font: normal normal bold 15px/26px var(--secondary-font);
}

.header-date {
    font: normal normal bold 15px var(--primary-font);
    margin-right: 180px;
}

#header-date {
    order: 3;
}

#nous-joindre-button-horizontal {
    /*    position: absolute;
    top: 91px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    width: 108px;
    height: 32px;
    background-color: #E31B23;
    order: 4;
    margin-right: 24px;

}
/*.smallHeaderCategory {
    color: #fff;
}*/
.content-title-box, .content-title-box > a, .content-title-box:hover, .more-views-data > a, .more-views-data:hover {
    color: #fff;
}
#neomedia-profil {
    order: 6;
}

#nous-joindre-button-horizontal a {
    font: normal normal bold 14px/17px var(--primary-font);
    letter-spacing: 0px;
    text-decoration: none;
    color: #FFFFFF !important;
}

@media only screen and (max-width: 767px) {
    #nous-joindre-button-horizontal {
        display: none !important;
    }

    #menu {
        margin-right: 25px;
    }
}

#header-date {
    margin-right: 0px;
}

.neomedia-profile {
    margin-right: 15px;
}

}
/*
    FOOTER
*/

.footer-info-noapp {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.centerParents {
    justify-content: center;
}

.centerChild {
    justify-content: center;
}

/* Large Devices, Wide Screens */
@media only screen {
    #footer-menu {
        border-left: solid 4px;
        margin-left: 10px;
    }

    .footer-flex {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding-top: 10px;
    }

    .footer-block1 {
        width: 60%;
        padding-left: 2%;
        align-items: flex-end;
    }

    #logo-footer {
        justify-content: space-around;
        align-items: flex-end;
        flex-wrap: nowrap;
    }

    #footerMenuList {
        display: flex;
        align-items: flex-end;
    }

    #footer-imgGouvernement {
        min-height: 50px;
        padding-top: 120px;
        margin-bottom: 1rem;
    }

    #footerLogo{
        width: 30%;
        margin-bottom: 1rem;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

    #footer-menu {
        border-left: solid 4px;
        margin-left: 10px;
    }

    .footer-flex {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding-top: 10px;
    }

    .footer-block1 {
        width: 60%;
        padding-left: 2%;
        align-items: flex-end;
        flex-direction: column;
    }

    #logo-footer {
        justify-content: space-around;
        align-items: flex-end;
        flex-wrap: wrap;
    }

    #footer-imgGouvernement {
        min-height: unset;
        padding-top: unset;
    }

    #footerLogo {
        width: 50%;
    }

}


@media only screen and (max-width : 480px) {

    #footer-menu {
        border-left: solid 4px;
        margin-left: 10px;
    }

    .footer-flex {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding-top: 10px;
    }

    .footer-block1 {
        width: 100%;
        padding-left: 2%;
        align-items: flex-end;
        flex-direction: column;
    }

    #logo-footer {
        justify-content: space-around;
        align-items: flex-end;
        flex-wrap: wrap;
    }

    #footer-imgGouvernement {
        min-height: unset;
        padding-top: unset;
        margin-bottom: 20px;
    }

    #footerLogo {
        width: 60%;
        margin-bottom: 10px;
    }

}

.dot {
    min-height: 24px;
    min-width: 24px;
    content: "";
    color: inherit;
    background-color: currentColor;
    margin: 0 10px -4px;
}

.y-side-ad {
    min-width: 300px;
    min-height: 250px;
}

.dateLienUne {
    position: absolute;
    bottom: 0;
}