@media handheld and (orientation: landscape), (max-width: 1100px) and (orientation: landscape),(max-height: 600px) and (orientation: landscape), screen and (device-aspect-ratio: 2/3), screen and (device-aspect-ratio: 40/71), screen and (device-aspect-ratio: 3/4) {

    html {

        margin: 0 auto;
        padding: 0px;
        border: 0px;

        width: 100%;
        height: 100%;

    }

    body {

        margin: 0 auto;
        padding: 0px;
        border: 0px;

        height: 100%;
        width: 100%;

        text-align: center;

        background-color: #FFF;

    }

    /* ---------------------------------------------*/
    /* --- FONTS --- */
    /* voir css dedie */
    /* ---------------------------------------------*/
    /* ---------------------------------------------*/
    /* --- GENERAL --- */
    /* ---------------------------------------------*/
    .couleur-fonce {
        color: #0B213B; /* 11 / 33 / 59 */
    }

    .couleur-theso {
        color: #1D456C; /* 29 / 69 / 108 */
    }

    .couleur-public {
        color: #90AB4A; /* 114 / 171 / 74 */
    }

    .couleur-pro {
        color: #427D6F; /* 66 / 125 / 111 */
    }

    .couleur-etsad {
        color: #5096A7; /* 80 / 150 / 167 */
    }

    .couleur-qr {
        color: #6E824B; /* 110 / 130 / 175 */
    }

    .couleur-jaune {
        color: #EDB600; /* 237 / 182 / 0 */
    }

    .couleur-orange {
        color: #D76513; /* 215 / 101 / 19 */
    }

    .couleur-rouge {
        color: #A9231B; /* 169 / 35 / 27 */
    }

    .BG-couleur-fonce {
        background-color: #0B213B; /* 11 / 33 / 59 */
    }

    .BG-couleur-theso {
        background-color: #1D456C; /* 29 / 69 / 108 */
    }

    .BG-couleur-public {
        background-color: #90AB4A; /* 114 / 171 / 74 */
    }

    .BG-couleur-pro {
        background-color: #427D6F; /* 66 / 125 / 111 */
    }

    .BG-couleur-etsad {
        background-color: #5096A7; /* 80 / 150 / 167 */
    }

    .BG-couleur-qr {
        background-color: #6E824B; /* 110 / 130 / 175 */
    }

    .BG-couleur-jaune {
        background-color: #EDB600; /* 237 / 182 / 0 */
    }

    .BG-couleur-orange {
        background-color: #D76513; /* 215 / 101 / 19 */
    }

    .BG-couleur-rouge {
        background-color: #A9231B; /* 169 / 35 / 27 */
    }

    .Border-couleur-fonce {
        border-color: #0B213B; /* 11 / 33 / 59 */
    }

    .Border-couleur-theso {
        border-color: #1D456C; /* 29 / 69 / 108 */
    }

    .Border-couleur-public {
        border-color: #90AB4A; /* 144 / 171 / 73 */
    }

    .Border-couleur-pro {
        border-color: #427D6F; /* 66 / 125 / 111 */
    }

    .Border-couleur-etsad {
        border-color: #5096A7; /* 80 / 150 / 167 */
    }

    .Border-couleur-qr {
        border-color: #6E824B; /* 110 / 130 / 175 */
    }

    .Border-couleur-jaune {
        border-color: #EDB600; /* 237 / 182 / 0 */
    }

    .Border-couleur-orange {
        border-color: #D76513; /* 215 / 101 / 19 */
    }

    .Border-couleur-rouge {
        border-color: #A9231B; /* 169 / 35 / 27 */
    }

    .ombre {
        -moz-box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.3);
        -ms-box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.3);
        -o-box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.3);
        box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.3);

    }

    p, a:visited /* --- texte gÃ©nÃ©ral noir (+liens visitÃ©s) --- */
    {
        color: #333;
        font-family: 'Open_sansregular', Arial, sans-serif;
        font-size: 1.8vw;
        line-height: 3vw;
        letter-spacing: 1px;
        text-decoration: none;
        text-align: justify;

    }

    a, a:focus, a:hover /* --- lien, liens au survol --- */
    {
        color: #000;
        font-family: 'Open_sansregular', Arial, sans-serif;
        font-size: 1.4vh;
        line-height: 2vh;
        letter-spacing: 1px;
        text-decoration: none;
        text-align: justify;

        font-weight: bold;

    }

    .bold {
        /* font-family: 'montserratlight', Arial, sans-serif; */
        font-weight: bold;
    }

    .alignCenter {
        text-align: center;
    }

    .pointer {
        cursor: pointer;
    }

    .clear {
        clear: both;
    }

    .inline {
        display: inline;
    }

    .none {
        display: none;
    }

    .picHauteur100pc {
        position: relative;
        height: 100%;

        border: 0;

    }

    .picLargeur100pc {
        position: relative;
        width: 100%;
        height: auto;

        border: 0;

    }

    /* ---------------------------------------------*/
    /* --- HEADER --- */
    /* ---------------------------------------------*/
    .header {
        position: fixed;

        left: 0;
        width: 100%;

        top: 0;
        height: 8vh;

        text-align: center;

        z-index: 400010;

    }

    .logo {
        position: absolute;

        height: 50%;
        top: 25%;

        width: 100%;
        left: 0;

        text-align: center;

    }

    .picto-menu {

        display: block;

        position: absolute;

        height: 4vh;
        top: 2vh;

        width: 8vh;
        right: 2vh;

        text-align: right;

    }

    .picto-qrcode {

        display: none;

        position: absolute;

        height: 4vh;
        top: 2vh;

        width: 8vh;
        left: 2vh;

        text-align: left;

    }

    .picto-cadenas {

        display: block;

        position: absolute;

        height: 2.6vh;
        top: 2.7vh;

        width: 6vh;
        right: 10vh;

        text-align: right;

    }

    /* ---------------------------------------------*/
    /* --- FOOTER --- */
    /* ---------------------------------------------*/
    .footer {
        display: none;

    }

    /* ---------------------------------------------*/
    /* --- TITRE RUBRIQUE --- */
    /* ---------------------------------------------*/
    .titre-rubrique {

        display: block;

        position: fixed;

        left: 0;
        width: 100%;

        top: 8vh;
        height: 5vh;

        text-align: center;

        color: #FFF;
        font-family: 'Open_sanslight', Arial, sans-serif;
        font-size: 2.1vh;
        line-height: 5vh;
        letter-spacing: 1px;

        -webkit-transform-origin: top left;
        -moz-transform-origin: top left;
        -ms-transform-origin: top left;
        -o-transform-origin: top left;
        transform-origin: top left;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);

        z-index: 100000;

    }

    .TR-couleur-theso {
        background-color: #1D456C; /* 29 / 69 / 108 */
        color: #FFFFFF;
    }

    .TR-couleur-public {
        background-color: #90AB4A; /* 114 / 171 / 74 */
        color: #FFFFFF;
    }

    .TR-couleur-pro {
        background-color: #427D6F; /* 66 / 125 / 111 */
        color: #FFFFFF;
    }

    .TR-couleur-qr {
        background-color: #6E824B; /* 110 / 130 / 175 */
        color: #FFFFFF;
    }

    /* ---------------------------------------------*/
    /* --- CONTENU --- */
    /* ---------------------------------------------*/
    .contenu-test {

        display: block;

        position: absolute;

        left: 0;
        width: calc(100% - 8vh);

        margin-top: 12vh;
        margin-bottom: 1vh;

        padding: 2vh 4vh 2vh 4vh;

        background-color: #EEE;

    }

    .contenu {

        display: block;

        position: absolute;

        left: 0;
        width: calc(100% - 4vh);

        margin-top: 12vh;
        margin-bottom: 1vh;

        padding: 2vh;

    }

    .erreur-attention {
        margin: auto 1vh;
        height: 11vh;
        position: absolute;
        top: 2vh;
    }

    .erreur-texte {
        margin: 3vh 1vh auto 15vh;
        text-align: left;
    }
}
