/*QR code img*/
.codeQR-container {
    display: none;
    position: fixed;
    right: 10px;
    top: 2.5vh;
}

.codeQR-container #flyerQRCode img {
    width: 80%;
    height: auto;
    max-width: 120px;
    border-radius: 6px;
}

/*Link page QR code*/
body {
    margin: 0;
    font-family: var(--FormPoliceChamp);
}

h1 {
    border-bottom: 1px solid var(--FormCouleurCarac);
    color: var(--FormCouleurCarac);
    font-size: 2.5em;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    margin: 0 !important;
    background-color: rgba(244, 244, 244, 1);
}

.containerCircle {
    transform: translate(-50%, -50%) scale(1);
}
.circle-zero span {
    top: 13%;
}

.flyer-container {
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    min-height: 100vh;
}
.flyer-container .img-box {
    width: 100%;
    background-color: #FFFFFF;
    text-align: center;
}

.responsive {
    height: auto;
    width: 100%;
}
.flyer-container .img-box:not(:first-child) {
    margin-top: -5px;
}

.menu-icons {
    z-index: 102;
    position: fixed;
    top: 50%;
    right: 2%;
}
.accordion-list {
    padding: 0;
}
#arrow-down {
    transform: rotate(180deg) !important;
}
#arrow-down:hover {
    transform: rotate(180deg) scale(1.15);
}

#modal-close-info {
    position: fixed;
    top: 95%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 160px;
    height: 50px;
    background-color: #4CAF50;
    border-radius: 25px;
    font-family: var(--FormPoliceChamp);
    font-weight: bold;
    font-size: var(--FormFontSize);
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    outline: none !important;
    border: none;
}

#modal-close-info:hover {
    cursor: pointer;
    background-color: #0b520d;
    box-shadow: 0 10px 30px 0px rgb(13 189 43 / 80%);
    -moz-box-shadow: 0 10px 30px 0px rgba(13, 189, 43, 0.8);
    -webkit-box-shadow: 0 10px 30px 0px rgb(13 189 43 / 80%);
    -o-box-shadow: 0 10px 30px 0px rgba(13, 189, 43, 0.8);
    -ms-box-shadow: 0 10px 30px 0px rgba(13, 189, 43, 0.8);
}

.icons-menu-container img:hover {
    cursor: pointer;
}

.flyer-container.oversizeUG {
    overflow-x: auto;
}
.flyer-container.oversizeUG .img-box {
    height: auto;
    justify-content: flex-start;
    min-height: 100vh;
}


.disabledFeatureUG {
    opacity: 0.5;
}
.disabledFeatureUG:hover {
    cursor: unset !important;
}
a:hover .disabledFeatureUG {
    transform: scale(1) !important;
}
img.disabledFeatureUG:hover {
    transform: scale(1) !important;
}

@media screen and (max-width: 767px) {
    .codeQR-container #flyerQRCode img {
        max-width: 80px;
    }
    
    .containerCircle {
        transform: translate(-50%, -50%) scale(0.5);
    }

    .menu-icons {
        top: 40%;
    }

    .img-box {
        height: 100vh;
        
        display: inline-table;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    .flyer-container .img-box:not(:first-child) {
        margin-top: 0px;
    }
}
