body {
    width: 100%;
    height: 50vh;
    display: flex;
    flex-flow: column nowrap;
    font-size: 12px;
    /* font-family: Jura, Helvetica, Futura, sans-serif; */
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin: 0px;
}

.main {
    margin-left: 7vw;
    margin-right: 7vw;
    padding-top: 20px;
    padding-bottom: 10px;;
    border-radius: 15px;
    box-shadow: 0 0 7px #dbcd9e;
}

header {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
}

a {
    color: black;
    text-decoration: none;
}

.logo {
    height: 20vw;
    max-height: 80px;
    max-width: 80px;
    margin: 5px 30px;
}

.flag1 {
    width:34px;
    height: 21px;
}

.flag2 {
    width:34px;
    height: 21px;
    margin-left: 10px; 
    margin-right: 30px;
}

.voiles {
    opacity: 1;
    z-index: 1;
    max-width: 100%;
    max-height: 100%;
}

h1 {
    font-weight: 900;
    font-size: 3em;
    z-index: 2;
    text-align: center;
    margin-top: 2%;
    margin-bottom: 2%;
}

.boxes {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-evenly;
    margin-top: 2%; 
}

.small-box {
    width: 30%;
}

.small-box h2 {
    font-size: 1.5em;
}


h2 {
    text-align: center;
    font-size: 25px;
}

p {
    text-align: justify;
}

.container1 {
    max-width: 50vw;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
    border: 3px solid black;
    border-radius: 10px;
    padding: 8px;
}

.bolder {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.5;
    text-align: justify;
    text-justify: inter-word;
}

.wheelimg {
    max-width: 300px;
    height: auto;
}

.wheelcontainer {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
    max-width: 50vw;
}

.wheel2 {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.rowflex {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: top;
    background-color: #dbcd9e;
    opacity: 0.7;
    height: 15vw;
    width: 20vw;
    position: relative ;
    z-index: 1;
    left: -2vw;
    padding: 15px;
    border-radius: 10px;
}



.rowflexreverse {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: top;
    background-color: #dbcd9e;
    opacity: 0.7;
    height: 15vw;
    width: 20vw;
    position: relative ;
    z-index: 1;
    right: -2vw;
    padding: 15px;
    border-radius: 10px;
}

.rowflex a {
    color: black;
    text-decoration: none;
    font-size: 20px;
    font-weight: 900;
}

.rowflex a:hover {
    color: #0d2d84;
    text-decoration: none;
    font-size: 20px;
    font-weight: 900;
}

.rowflexreverse a {
    color: black;
    text-decoration: none;
    font-size: 20px;
    font-weight: 900;
}

.rowflexreverse a:hover {
    color: #0d2d84;
    text-decoration: none;
    font-size: 20px;
    font-weight: 900;
}

.img2 {
    height: 30vw;
    position: relative;
    right: -2vw;
}

.img2reverse {
    height: 30vw;
    position: relative;
    left: -2vw;
}

.otherlips {
    display: flex;
    flex-flow: row wrap;
    justify-content:space-between;
    background-color: rgb(228, 228, 228);
    margin-top: 40px; 
    margin-bottom: 0px;
    width: 100%;
}

h3 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
}

.otherlips h3 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px;
}

footer {
    background-color: rgb(198, 198, 198);
}

footer p {
    text-align: center;
    font-weight: 900px;
}

.voilesmobile {
    display: none;
}

@media (max-width: 480px) {
    header {
        flex-flow: column wrap;
    }
    
    h1 {
        font-size: 2.5em;
    }

    .logo {
        height: 20vw;
        margin: 5px 5px;
    }

    .main {
        margin-left: 1vw;
        margin-right: 1vw;
        margin-top: 2vw;
    }

    .boxes {
        flex-flow: column wrap;
        align-items: center;
    }

    .small-box {
        width: 95%;
    }

    .wheelcontainer {
        flex-flow: column nowrap;
    }

    .flag2, .flag1 {
        margin-left : 10px;
        margin-right: 10px;
        margin-top: 10px;
        width:3.4vh;
        height: 2.1vh;
    }

    .rowflex {
        height: 25vw;
        width: 35vw;
    }

    .rowflex a {
        color: black;
        text-decoration: none;
        font-size: 4vw;
        font-weight: 900;
    }

    .rowflex a:hover {
        color: #0d2d84;
        text-decoration: none;
        font-size: 4vw;
        font-weight: 900;
    }

    .rowflexreverse {
        height: 25vw;
        width: 35vw;
    }

    .rowflexreverse a {
        color: black;
        text-decoration: none;
        font-size: 4vw;
        font-weight: 900;
    }

    .rowflexreverse a:hover {
        color: #0d2d84;
        text-decoration: none;
        font-size: 4vw;
        font-weight: 900;
    }

    .otherlips {
        font-size: 0.2vw;
    }

    .bandeaumobile {
        display: initial;
    }
    
    .voilesmobile {
        display: inherit;
        opacity: 1;
        z-index: 1;
        max-width: 100%;
        max-height: 100%;
        margin-top: 3vw;
    }

    .bandeau {
        display: none;
    }

}

