@charset "UTF-8";
/* font-family: 'Montserrat', sans-serif; */

/* Bleu foncé : #161F30 */
/* Bleu vert foncé : #173540 */
/* Bleu vert claire : #217373 */


/* Color Theme Swatches in RGBA 
.tangerine-1-rgba { color: rgba(0, 52, 71, 1); }
.tangerine-2-rgba { color: rgba(0, 94, 83, 1); }
.tangerine-3-rgba { color: rgba(193, 186, 0, 1); }
.tangerine-4-rgba { color: rgba(225, 82, 61, 1); }
.tangerine-5-rgba { color: rgba(237, 139, 21, 1); } */


/* CSS Général */
html, body
{
    margin:0;
    padding: 0;
    font-family: Arial,Helvetica,sans-serif;
    height: 100%;
}

body
{
  background:  linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),url('../img/msq3.jpeg') no-repeat center fixed; 
  -webkit-background-size: cover; /* pour Chrome et Safari */
  -moz-background-size: cover; /* pour Firefox */
  -o-background-size: cover; /* pour Opera */
  background-size: cover; /* version standardisée */
  text-shadow: 0 10px 10px #000000b8 !important;
}

a, a:hover, a:focus, a:active {
    text-decoration: none;
    color: inherit;
}

h5 {
    color : #ffff;  
    font-size: 4.5vw;
    font-weight: 700 !important;
}

.row {
    margin-top : 50px ;
}

.header {
    margin-top: 10px;
    opacity: 0.3;
    margin: 0;
    padding: 0;
    z-index: -1;
}

.titre1 {
    color: white;
    font-size: 4vw;
    font-weight: 700;
    margin: auto;
    overflow: hidden;
    padding: 1vw .5vw;
    white-space: nowrap;
    width: 78%;
}


.pdefault{
    background-color: rgba(22,31,48,.6);
    border-radius: 2vw;
    /* padding: 0.5vw; */
}
.pdefault p{
    color: #ffff;
    font-size: 3vw;
    font-weight: 700 !important;
}

.prochainep {
    background-color: rgba(59,171,201,.6)!important;
    border-radius: 2vw;
    /* padding: 0.5vw; */
}
.prochainep p {
    color: #ffff;
    font-size: 3vw;
    font-weight: 700 !important;
}

.now {
    border-radius: 2vw;
    padding: 1.5vw;
    background: rgba(59,171,201,.6)!important;
    position: relative;
}
.now h5{
    font-size: 8vw;
    line-height: 7vw;
}
.now p {
    color : #ffff;
    font-size: 2.8vw;
    font-weight: 400;
}

.img-fluid{
    width: 100% !important;
    margin: 0px;
    padding: 0px;
     /* Full height */
     height: 100%; 

     /* Center and scale the image nicely */
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
}

.slider{

    margin: 0px;
    /* padding: 0px; */

    /* Full height */
    height: 100%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.rappel-txt{
    background-color: #161F30;
    /* border-radius: 20px; */
    /* opacity: 0.9; */
}
.rappel-txt p {
    color : #ffff;
    font-size: 3.5vw;
    font-weight: 700;
    text-shadow: 0 10px 10px #000000b8;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}
.rappel-txt h3 {
    color : #ffff;
    text-align: center;
}



/* Petit Ecran */
@media (max-width: 1644px) {
    .slider {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        
    }  

    .prochainep {
    margin-bottom: 20px !important;
    height: auto !important;
    }
    .prochainep p {
        color : #ffff;  
        font-size: 150% !important;  
    }

    .pdefault {
        margin-bottom: 20px !important;
        height: auto !important;
        }
    .pdefault p {
        color : #ffff;  
        font-size: 150% !important;  
    } 

    .now {
        margin-bottom: 20px !important;
        height: auto !important;
        }
    .now p {
        color : #ffff;  
        font-size: 150% !important;  
    } 
}

/* Grand Ecran */

@media (min-width: 993px) {

    .content {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        
    }

    .lar{
        color: #ffff;
        padding: 0vw;
        overflow: hidden;
        /* white-space: nowrap; */
        margin: auto;
        font-weight: 700;
        font-size: 6vw;
    }

    .pdefault, .prochainep {
        width: 15vw;
    }

    html, body {
        overflow: hidden;
    }

    .sh-ju {
        width: 100%;
    }
}


#bas { 
    position: fixed; 
    padding: 10px 10px 10px 10px; 
    bottom: 0;
    left: 0;
    width: 100%; 
    height: 90px; 
    background-color : rgba(22,31,48,.6) ; 
    font-size: 3.5vw;
    font-weight: 700 !important;
    color :#ffff;
}

#bas marquee{
    position: relative;
     top: 50%;
     transform: perspective(1px) translateY(-50%);
}

.appMobile {
    color : white;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media (max-width: 575px) {
    html, body {
        overflow: hidden;
    }

}

.timeSalat {
    border-radius: 20px; /* Arrondir l'angle supérieur gauche */
    /*border-top-right-radius: 20px; /* Arrondir l'angle supérieur droit */
    height: auto;
}

.nextSalat {
    background-color: #2b2b2b;
    border-radius: 10px;
}

.message { 
    font-size: 140%;
    font-weight: bold;
}

.next-salat-bloc {
    background: linear-gradient(0deg, rgba(22,31,48,.6) 60%, transparent);
    border-radius: 0 0 2vw 2vw;
    font-size: 2.8vw;
    font-weight: 700;
    height: 8vw;
    line-height: 10vw;
    margin: -2.5vw auto 0;
}
.next-salat-bloc img {
    margin: -1vw .5vw 0 !important;
    width: 3.5vw !important;
}
img {
    vertical-align: middle;
    border: 0;
}
.next-mobile img {
    margin: -1vw .5vw 0 !important;
    width: 13vw !important;
}

.store {
    bottom: 5px;
    left: 5px;
    position: fixed;
    width: 4.8vw;
    z-index: 100000000 !important;
}

#qrcode img {
    width: 100%;
}

#weather {
    font-size: 3vw;
    position: fixed;
    right: 10px;
    top: 30px;
    font-style: normal;
    font-weight: bold;
    color: white;
}

#temperature {
    font-size: 5vw;
    font-weight: bold;
}

.wi{
    font-family: weathericons;
    line-height: 1;
}

sup {
    top: -.5em;
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.ecran-noir {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    color: white;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000000 !important;
}

.next{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    justify-content: space-around;
    align-items: center;
    margin: 3vw auto;
    width: 95%;
    font-size: 10vw;
    font-weight: bold;
}

.next img {
    margin-top: -3vw !important;
    width: 20vw !important;
}

.btn-circle {
    border-radius: 100%;
    height: 2.5rem;
    width: 2.5rem;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #161616 !important;
}

.btn-circle.btn-sm, .btn-group-sm > .btn-circle.btn {
    height: 1.8rem;
    width: 1.8rem;
    font-size: 0.75rem;
}

.rounded-top-90 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 95vh !important
}

.btn-close {
    background-color: #161616 !important;
}

hr.mobile {
    border-radius: 10px;
    width: 20%;
    height: .3em;
    color: white;
    opacity: 1;
    margin-block-end: 0.5em;
    margin-inline-start: auto;
    margin-inline-end: auto;
}

.message-mobile {
    background-color: #161616;
    border-radius: 10px;
}

@media (min-width: 576px) {
    .message-mobile {
        display: none;
    }

}
