.planner-header .logo__wrapper {
    top: 1rem;
}

.planner-header .logo__img {
    width: 24.125rem;
    height: 4.52rem;
}

.planner-header .nav-primary__content {
    height: 6.438rem;
    padding-top: 1.3rem;
}

.planner-header .nav-primary__menu-wrapper {
    float: right;
    text-align: right;
    width: 600px;
}

.planner-header .nav-promo-text {
    float: right;
}

.planner-header .nav-contact__title {
    font-size: 1.13rem;
    line-height: 2rem;
}

.planner-header .nav-action-button {
    float: right;
    margin: 10px 17px 0;
}

.planner-header .nav-action-button a {
    font-size: 0.99rem;
    font-weight: bold;
}

@media screen and (min-width: 25.875em) and (max-width: 79.9375em) {
    .planner-header .nav-primary__wrapper {
        top: 1.2rem;
    }
}

@media screen and (max-width: 991px) {
    .planner-header .nav-promo-text {
        display: none;
    }
    .planner-header .nav-primary__menu-wrapper {
        width: 250px;
    }
}

@media screen and (max-width: 79.9375em) {
    .planner-header .nav-primary__content {
        padding-top: 1rem;
    }
}

@media screen and (max-width: 52.4375em) {
    .nav-primary__menu-wrapper {
        display: block;
    }
}

.planner-footer.footer {
    border-top-width: 0;
}

.planner-footer.footer .footer__first {
    background-color: #f8f8f9;
}

.planner-footer.footer .footer__first .container {
    justify-content: left;
    padding: 0 2.5rem;
}

.planner-footer.footer .footer__logo-wrapper {
    padding: 2rem 0 1.5rem;
    margin-right: 4rem;
}

.planner-footer.footer .footer-menu--ressources {
    gap: 1rem;
}

.planner-footer.footer .footer-menu--ressources {
    padding: 2.4rem 0 1.5rem;
}

.planner-footer.footer .footer__link--list {
    font-size: 1.05rem;
    color: #444;
    white-space: nowrap;
}

.planner-footer.footer .footer__link--list:hover {
    color: #FFF;
}

.planner-footer .footer__logo {
    margin-bottom: 0;
}

.planner-footer .footer__logo-wrapper img {
    filter: grayscale(1);
    width: 12.5rem;
}

.planner-footer.footer .footer__first.footer__copyright {
    background-color: #d9d9d9;
    font-size: 0.76rem;
    line-height: 1.5rem;
}

@media screen and (max-width: 79.9375em) {
    .planner-footer.footer .footer-menu--ressources {
        border-top-width: 0;
    }
}

@media screen and (min-width: 48em) and (max-width: 79.9375em) {
    .planner-footer.footer .container--page {
        display: flex;
    }

    .planner-footer.footer .footer__logo-wrapper {
        display: inline;
        margin-left: 0;
    }

    .planner-footer.footer .footer-menu--ressources {
        border-top-width: 0;
    }
}

@media screen and (max-width: 47.9375em) {
    .planner-footer.footer .footer__link--list {
        margin-right: 1rem;
    }
    .planner-footer.footer .footer-menu--ressources {
        padding-top: 0;
    }
}
