body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

main {
    transition: margin-left .5s;
    overflow: hidden;
}

#logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

#containerBubble {
    display: flex;
    flex-direction: column;
    align-items: center;
    clear: both;
}

.containerBubleLine {
    display: flex;
    flex-direction: row;
    align-items: center
}

.containerBubleLine>div {
    position: relative;
    cursor: pointer;
}

.bubblequantity {
    left: 0;
    top: 3%;
}

.bubblequantity,
.bubbletitle {
    position: absolute;
    width: 100%;
    text-align: center;
}

.bubbletitle {
    left: 0;
    top: 20%;
    font-size: 2vw;
    font-weight: bold;
}

.green {
    color: #4d894d;
}

.orange {
    color: #e51a4b;/
}

.black {
    color: #223747;
}

.blue {
    color: #008dd2;
}

.yellow {
    color: #f08143;
}

h5 {
    font-size: 2vw;
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #27292b;
    text-transform: uppercase;
}

.email {
    width: 2vw;
    min-width: 2vw;
}

#support {
    display: block;
    clear: both;
    line-height: 1.8em;
    min-height: 180px;
    background-color: rgba(255, 255, 255, 70%);
    padding: 2vw;
    margin-left: 10vw;
    margin-right: 10vw;
    margin-top: 4.75vh;
    margin-bottom: 4.5vh;
}

.supportText {
    float: left;
    line-height: 1.5em;
}

.supportQR {
    float: right;
    text-align: right;
}

#support #qrcode {
    height: 180px;
    width: 180px;
}

h5 {
    margin-bottom: 0.5em;
}

.hidden {
    height: 0;
}

@media (orientation: portrait) {
    main {
        background: url(../images/tomates-miroir.png) right -22vw top -5vh no-repeat rgb(255, 255, 256);
    }

    #logo {
        min-height: 7vh;
        max-width: 66vw;
        border-radius: 1.5vw;
        margin-top: 1vh;
        margin-bottom: 3vh;
    }

    .containerBubleLine>div {
        margin: 2vh 5vw 2vh 5vw;
        height: 25vw;
    }

    #containerBubble img {
        height: 100%;
        float: left;
    }

    .bubblequantity {
        font-size: 8vw;
    }
}

@media (orientation: landscape) {
    main {
        background: url(../images/tomates-miroir.png) no-repeat rgb(255, 255, 256);
    }

    #logo {
        min-height: 7vh;
        max-width: 66vw;
        border-radius: 1.5vw;
        margin-top: 1vh;
        margin-bottom: 3vh;
    }

    #containerBubble {
        flex-direction: row;
    }

    .containerBubleLine>div {
        margin: 2vw 1vh;
        height: 22vh;
    }

    #containerBubble img {
        width: 100%;
        float: left;
    }

    .bubblequantity {
        top: 2vw;
        font-size: 4vw;
    }
    .bubbletitle {
        font-size: 1.3vw;
        top: 3vw;
    }
}