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

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

.partie{
    text-decoration: underline;
    font-family: 'Courier';
    font-weight: bold;
    color: #00aff1;
}

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

@media screen and (orientation: landscape) {

    .partie{
        margin-left: 20%;
        font-size: 2.2em;
        margin-bottom: 1em;
    }

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

    .largeur{
        width: 70%;
    }

    .icone{
        align-content: center;
        width: 15%;
    }

    .ico1{
        padding-left: 27%;
    }

    .ico2{
        padding-left: 13%;
    }

    .tel{
        width: 0px;
    }

}

@media screen and (orientation: portrait) {

    .partie{
        margin-left: 2%;
        font-size: 1.5em;
        margin-bottom: 1em;
    }

    .texte{
        font-size: 1em;
    }

    .largeur{
        width: 96%;
    }

    .icone{
        width: 30%;
    }

    .ico1{
        padding-left: 15%;
    }

    .ico2{
        padding-left: 10%;
    }

    .pc{
        width: 0px;
    }

}