@font-face {
    font-family: 'bleekerregular';
    src: url('../fonts/bleeker-regular-webfont.woff') format('woff'),
    url('../fonts/bleeker-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'arialRounded';
    src:url('../fonts/arlrdbd.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

* {
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

article {
    background-color: #ededed;
}

body {
    margin: 0;
    font-family: "arialRounded", Verdana, Geneva, sans-serif;
}

div.pquizQuiz, html {
    background-color: #fff1e4;
}

.pdocAudioPlayer span[data-player=button-play].play, .pdocAudioPlayer div[data-player=button-play].play {
    background-image: url(../images/audio_play.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.pdocAudioPlayer span[data-player=button-pause].pause, .pdocAudioPlayer div[data-player=button-pause].pause {
    background-image: url(../images/audio_pause.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.pdocAudioPlayer span[data-player=button-play].play:hover, .pdocAudioPlayer div[data-player=button-play].play:hover {
    opacity: .8;
}

.consigne {
    margin-top: 0;
    width: 100%;
}

.corps, .ecranInit {
}

.btnNav {
    cursor: pointer;
}

.ecran {
    max-width: 1600px;
    margin: 0 auto;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.content {
    position: relative;
}

.ecranInit {
    justify-content: space-around;
    flex-direction: row;
}

.col_accueil {
    width: 50%;
    max-height: 500px;
    display: flex;
    flex-direction: column;
}

.col_accueil .consigne {
    margin-bottom: 20px;
}

.ordersIMG {
    width: 200px;
}

.orders_list {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    font-family: "arialRounded", Verdana, Geneva, sans-serif;
}

.orders_list a {
    display: inline-block;
    padding: 15px;
    color: #c2007e;
    font-weight: bold;
    text-decoration: none;
    font-size: 26px;
    border-radius: 5px;
    border: 5px solid #fff1e4;
    margin: 5px;
}

.orders_list a:hover {
    opacity: .7;
    border: 5px solid #fe403b;
}

.orderLink {
    margin-right: 15%;
    position: relative;
    display: block;
    padding: 5px;
    border-radius: 5px;
    border: 5px solid #fff1e4;
}
.orderLink:hover {
    opacity: .7;
    border: 5px solid #fe403b;
}
.ordername{
	position: absolute;
	color: #c2007e;
	font-weight: bold;
	font-size: 26px;
}

.numExo {
    display: inline-block;
    color: #fff;
    background-color: #3275ba;
    border-radius: 20px;
    padding: 10px 14px;
    margin-right: 10px;
    text-align: center;
}

.consigneText {
    display: inline-block;
    width: 80%;
}

.bulles {
    width: 300px;
    display: block;
    border-radius: 5px;
    border: 5px solid #fff1e4;
}

.col_droite {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.nowitsyourturn {
    margin-top: 20px;
    background-image: url("../images/fond.png");
    background-repeat: no-repeat;
    width: 60%;
    height: 175px;
    background-position: center top;
    background-size: cover;
    position: relative;
    box-shadow: 2px 3px 5px 5px #aaa;
}

.nowitsyourturn img {
    position: absolute;
}

.img_now {
    left: 0;
    top: 0;
}

.img_play {
    width: 317px;
    left: 44%;
    bottom: 20px;
}

.img_btn1 {
    width: 110px;
    left: 50%;
    bottom: 90px;
}

.img_btn2 {
    width: 95px;
    left: 70%;
    bottom: 90px;
}

.img_btn1, .img_btn2 {
    cursor: pointer;
}

.img_btn1:hover, .img_btn2:hover {
    opacity: .8;

}

.pdocHighlight {
    font-size: 22px;
    color: #000;
    font-weight: bold;
}

.pdocHighlight span {
    vertical-align: middle;
}

.orders {
    margin: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.corps {
    padding-bottom: 5px;
}

.publiquizAction {
    padding-bottom: 50px;
}

.pquizButtons {
    background-color: #fff1e4;
}

.scene {
    position: relative;
    display: flex;
    width: 90%;
    margin: auto;
    justify-content: flex-start;
    margin-top: 10px;
}

.etiquette {
    border-radius: 10px;
    text-align: center;
    margin: 0;
    z-index: 10;
    width: 17%;
    height: 15%;
}

.littleEtiq {
    width: 15%;
    height: 13%;
}

.bigEtiq {
    width: 19%;
    height: 18%;
}
.fine{
    width: 50px;
}

.etiquette img {
    border-radius: 5px;
}

.etiquette[data-check="succes"] .check_logo {
    display: block;
}

.etiquette[data-check="error"] .check_logo_wrong {
    display: block;
}

.ui-draggable:not(.ui-draggable-disabled) {
    cursor: move;
}

.center {
    text-align: center;
}

/*.plateau_img{
	width: 25%;
	height: fit-content;
}*/
.etagere_img {
    width: 100%;
    height: max-content;
}

.btnhome {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 99;
}

.btnhome img {
    width: 40px;
    display: block;
}

.check_logo, .check_logo_wrong {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 30px;
    display: none;
}

.pdocAudioPlayer [data-player="button-pause"] {
    cursor: pointer;
    height: 40px;
    width: 40px;
    border: 0;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
    display: inline-block;
}

.pdocAudioPlayer [data-player="button-pause"]:hover {
    opacity: .8;
}

.pquizCompositeNavigation {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 100px;
    width: 100%;
}

.pquizCompositeNavigation img {
    width: 40px;
}

.pdocAudioPlayer [data-player="button-play"] {
    width: 40px;
    height: 40px;
}


@media screen and (max-width: 1000px) {
    .pdocHighlight {
        font-size: 18px;
    }

    div.h1 {
        font-size: 200%;
        margin-top: 11px;
    }

    .colFirst img {
        height: 40px;
    }

    .colFirst {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .img_play {
        width: 250px;
    }

    .img_btn1 {
        width: 90px;
    }

    .img_btn2 {
        width: 80px;
    }

    .orders_list a {
        font-size: 24px;
    }

    .ordersIMG {
        width: 180px;
    }

    .bulles {
        width: 250px;
    }

    .pquizCompositeNavigation img {
        width: 30px;
    }

    div.pquizQuiz {
        padding: 0 15px;
    }
}

@media screen and (max-width: 900px) {
    .order {
        /*width: 100px;*/
    }

    .img_play {
        width: 200px;
    }

    .img_btn1 {
        width: 80px;
    }

    .img_btn2 {
        width: 70px;
    }

    .orders_list a {
        font-size: 22px;
    }

    .ordersIMG {
        width: 160px;
    }

    .bulles {
        width: 220px;
    }
}

@media screen and (max-width: 750px) {
    .orders {
        text-align: center;
    }

    .order {
        display: inline-block;
        width: 180px;
    }

    div.h1 {
        font-size: 180%;
        margin-top: 13px;
    }

    .colFirst img {
        height: 30px;
    }

    .nowitsyourturn {
        width: 100%;
    }

    div.pquizQuiz {
        padding: 0 5px;
    }
}

@media screen and (max-width: 700px) {
    .h1,
    .colFirst {
        display: flex;
        align-items: center;
    }

    .pdocTitle {
        line-height: 1.2em !important;
    }

    .h1 {
        margin-top: 0;
        font-size: 22px;
    }

    .img_play {
        width: 180px;
    }

    .img_btn1 {
        width: 75px;
    }

    .img_btn2 {
        width: 65px;
    }
}

@media screen and (max-width: 500px) {
    .colFirst img {
        height: 30px;
    }

    .h1 {
        font-size: 18px;
    }

    .img_play {
        width: 180px;
    }

    .img_btn1 {
        width: 70px;
    }

    .img_btn2 {
        width: 60px;
    }
}

@media screen and (max-width: 900px) {
    .pquizQuiz {
        padding-bottom: 50px !important;
    }

    .ecran:not(.ecranInit) {
        padding-top: 25px;
        flex-direction: column;
    }

    .pquizButton,
    .pquizButton:hover {
        font-size: 16px;
    }
}

@media screen and (max-width: 800px) {
    .ecran {
        padding-top: 25px;
        flex-direction: column;
    }

    .col_accueil {
        width: 100%;
        max-height: none;
    }
}

@media screen and (max-width: 700px) {
    .colFirst {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .colFirst img {
        height: 30px;
        object-fit: contain;
    }
}