/*BEFORE FOOTER*/

section.before-footer {
    background: url(../../../img/bg/before_footer.png) fixed;
    padding: 5em 0;
}

    /*DELIVERY*/

.before__footer__delivery__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.delivery__wrapper__title {
    margin-bottom: 2em;
}

.delivery__wrapper__title h3 {
    font-size: calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320)));
    font-family: var(--third-font);
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    color: #fcfcfc;
}

.delivery__wrapper__title span {
    font-size: calc(15px + (18 - 15) * ((100vw - 320px) / (1920 - 320)));
    text-align: center;
    color: #9c9d9f;
}

.delivery__btn__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.delivery__btn__wrapper a {
    background: white;
    border-radius: 10px;
    padding: 1em;
    color: #000;
}

.delivery__btn__wrapper a:last-of-type span {
    color: #75c12b;
}

.delivery__btn__wrapper a:first-of-type {
    margin-bottom: 1em;
}

    /*MAP*/

/*CONTAINERS*/

section.map__infos {
    position: relative;
    background: url(../../../img/bg/main_bg.png) no-repeat;
    background-size: cover;
}

.campus__kebab__shop {
    display: none;
}

.map__infos__wrapper {
    position: relative;
    background: linear-gradient(rgba(255,255,255,.8), rgba(255,255,255,.8)), url(../../../img/bg/campuskebab__shop.png) no-repeat;
    background-size: cover;
    max-width: 100%;
}

.map__content__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.map__infos__container {
    max-width: 90%;
    margin: auto;
    padding: 3em 0;
}

.map__infos__container span {
    display: flex;
    align-items: center;
    font-weight: 500;
}

/*TITLE*/

.map__infos__title {
    text-align: center;
}

.map__infos__title p {
    font-family: var(--third-font);
    font-size: calc(25px + (30 - 25) * ((100vw - 320px) / (1920 - 320)));
    color: #892512;
    line-height: 1.1em;
    text-align: center;
}

/*CONTENT*/

.map__infos__content span {
    font-size: calc(13px + (16 - 13) * ((100vw - 320px) / (1920 - 320)));
}

.infos__content {
    display: flex;
    flex-direction: column;
    padding-top: 1.5em;
}

.infos__content svg {
    margin-right: 0.5em;
}

.infos__content span:first-of-type {
    margin-bottom: 1em;
}

.infos__content span:last-of-type {
    margin-left: 1.5em;
}

.map__infos__btn {
    margin-top: 2em;
}

.map__infos__btn a {
    background: var(--main-red-color);
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 1em 1.5em;
    display: inline-block;
}
.map__infos__btn a:hover {
    background: #922c20;
}

    /*REASSURANCE*/

.reassurance__wrapper {
    max-width: 90%;
    margin: auto;
    padding: 2.5em 0;
}

.reassurance__wrapper ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.reassurance__wrapper ul li {
    display: flex;
    flex-direction: column;
}

.reassurance__wrapper ul li:not(:last-of-type) {
    margin-bottom: 1em;
}

.reassurance__wrapper ul li img {
    margin-bottom: 0.75em;
}

    /*INSTA*/

section.instagram__wrapper {
    position: relative;
}

/*FOOTER*/

#footer {
    background: black;
}

.footer-container {
    background: url(../../../img/bg/before_footer.png) no-repeat;
    background-size: cover;
    width: 100%;
}

.footer-container .default-container {
    padding: 3em 0 1em 0;
}

.footer-container .footer {
    display   : flex;
    flex-wrap : wrap;
}

.footer-container .footer > * {
    flex : 1 0 100%;
}

/*LINKS*/

    /*FOOTER LINKS*/

    .list__links__wrapper {
        flex-direction: column;
    }

    .list__links__wrapper .left__list__links.list__links {
        order: 2;
    }

    .list__links__wrapper .footer__logo__wrapper {
        order: 1;
        margin-bottom: 1em;
    }

    .list__links__wrapper .right__list__links.list__links {
        order: 3;
    }

    .list__links__wrapper ul li:not(:last-of-type) {
        margin-right: 1.5em;
    }



.list__links__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.list__links__wrapper .list__links {
    flex: 0 0 25%;
}

.list__links__wrapper ul {
    display: flex;
    justify-content: space-between;
}

.list__links li a {
    font-family: var(--third-font);
    font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 500;
    color: white;
    text-transform: uppercase;
}

.list__links li a:hover {
    color: var(--second-red-color);
}

.footer__logo__wrapper {
    margin: 0 3em;
}

.footer-copyright {
    text-align : center;
}

.social__networks__items {
    display: flex;
    justify-content: center;
    padding-top: 2em;
}

.social__networks__items a:first-of-type {
    margin-right: 1em;
}

.social__networks__items a:hover path {
    fill: var(--second-red-color);
}

/*BUTTON TOP*/

#button {
    position: fixed;
    visibility: hidden;
    z-index: 4;
    display: flex;
    justify-content: center;
    background-color: var(--main-red-color);
    text-align: center;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 2vw;
    left: unset;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    margin: auto;
    padding: 1em 0.5em;
}

#button:hover {
  cursor: pointer;
  background-color: white;
  color: var(--main-red-color);
}

#button.--is-shown {
  opacity: 1;
  visibility: visible;
}

#button i {
    color: white;
}

#button:hover i {
    color: var(--main-red-color);
}
