@font-face {
    font-family: "Courier";
    src: url('font/Courier.ttf');
}

@font-face {
    font-family: "Quick";
    src: url('font/Quicksand.otf');
}

.contact{
    font-size: 1.2em;
    color: #00aff1;
    font-weight: bold;
}

.fb{
    position: relative;
    text-align: center;
}

.legal{
    text-align: right;
    color: #bbb;
    font-style: italic;
}

.texte{
    display: flex;
    position: relative;
    width: 100%;
    justify-content: center;
    color: black;
    font-family: 'Quick';
}

.carte{
    display: flex;
    position: relative;
    width: 100%;
    justify-content: center;
    color: black;
}

@media screen and (orientation: landscape) {

    .texte{
        margin-bottom: 2em;
        font-size: 1.5em;
    }

    .largeur{
        width: 70%;
    }

    .carte{
        font-size: 1.5em;
        margin-left: -5%;
    }

    .mappy{
        display: flex;
        border-radius: 50%;
        height: 80%;
    }

    .dep_pc{
        margin-top: 3em;
        margin-left: 2em;
        font-family: 'Quick';
        margin-left: -5%;
    }

    .dep_tel{
        font-size: 0em;
    }

    .fb2{
        width: 50%;
    }

}

@media screen and (orientation: portrait) {

    .texte{
        font-size: 1em;
    }

    .largeur{
        width: 96%;
    }

    .carte{
        font-size: 0em;
    }

    .mappy{
        width: 100%;
        border-radius: 50%;
    }

    .dep_pc{
        font-size: 0em;
    }

    .dep_tel{
        display: flex;
        position: relative;
        width: 100%;
        justify-content: center;
        font-size: 1em;
        color: black;
        font-family: 'Quick';
    }

    .fb2{
        width: 100%;
    }

}