/** Feuille de style mobile **/
@media screen and (max-width: 1060px) {

    body {
        background-position: left;
    }

    header, footer {
        background-image: none;
    }
    footer {
        height: 0;
    }
    footer div#mentionsLinks {
        margin-top: 0;
    }
    header div#fondBlanc,
    header div#fondBlanc h1 {
        max-width: 100%;
    }

    div.branche.gauche {
        background-image: url('../assets/branche.svg');
    }

    body div.branche.gauche,
    body div.branche.droite {
        margin-left: 5em;
        margin-top: 0;
    }

    div.branche.droite span.numbranche {
        margin-left: -0.5em;
    }

    div.branche.gauche span.numbranche {
        margin-left: -80%;
    }

    div.branche.gauche span:first-of-type,
    div.branche.droite span:nth-of-type(2) {
        margin-left: 50px;
    }

    div#masqueMentionsDP div#fenetreMentionsDP,
    div#masqueMentionsCookies div#fenetreMentionsCookies,
    div#masqueMentions div#fenetreMentions {
        max-width: 90%;
    }
    div#masque div#fenetre {
        width: 90%;
        font-size: 2.5em;
    }
    div#masque div#fenetre form {
        padding: 1em 2em;
    }
    div#masque div#fenetre form fieldset {
        margin-top: 1em;
    }
    div#masque div#fenetre form input[type="text"] {
        margin-top: 0.5em;
        margin-bottom: 0.5em;
        display: block;
        font-size: 2em;
        max-width: 40%;
    }
    div#masque div#fenetre form label.text {
        display: block;
    }
    div#masque div#fenetre form input[type="submit"] {
        display: block;
        margin-top: 1em;
        margin-left: 0;
        cursor: pointer;
        padding: 1em;
        font-size: 1em;
        color: #fff;
        background-color: #2526A9;
        border-radius: 1em;
        text-decoration: none;
        font-weight: bold;
        transition: background-color 0.5s ease-in;
    }
    /*mentions dans le formulaire*/
    div#masque div#fenetre div.mentionsForm{
        font-size: 0.5em;
        font-style: italic;
        color: #333333;
        padding-top: 1em;
        padding-bottom: 1em;
    }

}