#presentation {
    color: var(--color2);
}

a.menu3 {
    color: var(--color2);;
}

.plan {
    text-align: center;
}

.plan p {
    text-align: center;
    font-size: 140%;
}

.plan iframe {
    position: relative;
    z-index: 2;
}

.map {
    margin: 0 auto;
    background-color: white;
    width: 800px;
    height: 550px;
}

.plan .rubik-loader {
    position: relative;
    z-index: 1;
    margin: auto;
    transform: translateY(-325px);
    width: 64px;
    height: 64px;
    background-image: url(http://i.giphy.com/3og0ISeflb7vrNzy2A.gif);
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (max-width:1100px) {
    .plan {
        margin: -25px;
        margin-bottom: 15px;
    }
    .plan p {
        font-size: 120%;
        margin: 40px 25px 25px 0px;
    }
    .plan iframe {
        width: 100%;
    }
    .map {
        width: 100%;
    }
}
