@font-face {
    font-family: primeTimeFont;
    src: url('../fonts/PRIMETIME.ttf');
}

.coloring{
    background-color: #28cfc0;
}
.whitecolor{
    background-color:white;
}

.div-wrapper-concoursO{
    width:98%;
    height: 249px;
    background-color: transparent;
    position: absolute;
    top:0;
}

.wrap-text-gallery {
    font-weight:bold;
    color: black;
    display: block;
    cursor: pointer;
    font-family: "Arial",sans-serif;
    height: 15%;
    position: relative;
    text-align: center;
    vertical-align: bottom;
    width: 100%;
    margin-top: -30px;
    margin-bottom: 30px;
    text-decoration: none;
}

.wrap-text-gallery:hover {
    text-decoration: none;
}
.wrap-text-gallery-like {
    color: white;
    font-family: "Arial",sans-serif;
    text-align: center;
    width: 100%;
    height:70%;
    cursor: pointer;
}

.selectionneurContent{
    width: 100%;
    text-align: center;
}

.selectionneur-top-t{
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
    margin-top: 35px;
    cursor: default;
}

.selectionneur-top-t h2{
    font-family: 'Pattaya', sans-serif;
    font-size: 50px;
}


.modal-footer{
    text-align: center;
}

button:hover, button:focus, .button:hover, .button:focus {
    background-color: transparent !important; }


.gotoSelection{
    background-color: #28cfc0;
    border: 1px solid transparent;
    border-radius: 350px;
    color: #fff;
    display: inline-block;
    font-family: "Arial",sans-serif;
    font-size: 14px;
    padding: 3px 0;
    text-align: center;
    text-decoration: none;
    width: 280px;
    margin-top: 0px;
    margin-bottom: 15px;
}

.gotoSelection:focus{
    text-decoration: none;
    color:white;
}

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

.howToBeSelected {
    background-color: white;
    border: 1px solid #28cfc0;
    border-radius: 350px;
    color: #28cfc0;
    display: inline-block;
    font-family: "Arial",sans-serif;
    font-size: 14px;
    padding: 4px 0;
    text-align: center;
    text-decoration: none;
    width: 280px;
}

.howToBeSelected:focus {
    color:white;
    outline: 0;
    text-decoration: none;
}

.howToBeSelected:hover {
    text-decoration: none;
    border: 1px solid #FFFFFF;
    color:white;
    background-color: #28cfc0;
}

/* SPECTRUM
            ==================================================*/
.spectrumHeader {
    transition: background-color 4s ease;
    background-color: #28cfc0;
}


.selection-button {
    background-color: #28cfc0;
    border: 1px solid #28cfc0;
    border-radius: 6px;
    color: white;
    display: inline-block;
    font-family: "MikadoBold";
    font-size: 18px;
    padding: 4px 0;
    text-align: center;
    text-decoration: none;
    width: 123px;
    font-weight: 600;
    margin-top: 20px;
}

.selection-button:hover {
    color: #28cfc0;
    background-color: white;
    font-family: "MikadoBold";
}

.selection-button:focus {
    color: #28cfc0;
    background-color: white;
    font-family: "MikadoBold";
}

.selection-button img{
    width: 15px;
    margin-top: -3px;
}

.inactive-grid{
    display: none !important;
}

.active-pan{
    background-color: white !important;
}

#navbar-user-comp{
    margin-top: 10px;
}

.usr-weby-btn{
    background-color: rgba(255, 255, 255, 0.45);
    text-decoration: none;
    font-family: "MikadoMedium";
    color: #505055;
    font-size: 18px;
    width: fit-content;
    padding: 10px 15px;
    border-radius: 7px;
    display: inline-block;
    backdrop-filter: blur(50px);
    text-transform: uppercase;
}

.usr-weby-btn:hover,
.usr-weby-btn:focus{
    color: #505055;
    background-color: rgba(255, 255, 255, 0.95) !important;
}

/* ---- grid-item ---- */
.grid-item {
    display: block;
    max-width: 100%;
    height: auto;
    padding: 10px;
}

.grid-item--width2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.grid-item--height2 {
    height: 620px;
    margin-right: 2%;
    width: 49%;
}

.is-paire-s{
    margin-left: 1%;
    margin-right: 0;
    border-radius: 5px 0 0 5px;
}

.is-impaire-s{
    margin-left: 0;
    margin-right: 1%;
    border-radius: 0 5px 5px 0;
}

.vertical-grid{
    height: 618px;
    width: 100%;
    display: block;
}

.horizontal-grid{
    height: 300px;
    width: 100%;
    display: block;
}

.vertical-lazy{
    background-image: url('../img/ico-computer/picture-low-600.jpg'); background-repeat: no-repeat; background-size: cover; background-position: bottom;
}

.horizontal-lazy{
    background-image: url('../img/ico-computer/picture-low-600.jpg'); background-repeat: no-repeat; background-size: 100%; background-position: center;
}


.heart-txt{
    width: 10px;
    margin-top: -5px;
    padding-left: 2px;
}

.heart-txt-big{
    width: 12px;
    margin-top: -5px;
}

.bg-heart{
    background: url(../img/hearts-selection.svg);
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
}


/**** SELECTION POP-UP ***/


#ajaxfav{
    font-size: 18px;
    margin-top: 20px;
}

#ajaxfav strong{
    font-size: 24px;
}

#ajaxfav a{
    font-size: 38px;
}

.inactive-pm{
    display: none;
}

.selection-p{
    padding-top: 15px;
    padding-left: 25px;
    padding-right: 42px;
    margin-bottom: 10px;
    font-size: 16px;
    text-align: justify;
    display: inline-block;
    width: 60%;
}

.selection-p a{
    text-align: center;
    margin-top: 35px;
    margin-left: 35%;
}

.selection-title{
    text-align: center;
    margin-top: 5px;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    line-break: inherit;
}

.modal-little{
    width: 700px;
    margin: auto;
}


.close-selection-pp{
    background-color: #28cfc0;
    border: 1px solid transparent;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    font-family: "MikadoBold";
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    width: 90px;
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
}

.close-selection-pp:hover{
    background-color: white;
    color: #28cfc0;
    border: 1px solid #28cfc0;
    font-family: "MikadoBold";
}

.close-selection-pp:focus{
    background-color: white;
    color: #28cfc0;
    border: 1px solid #28cfc0;
    font-family: "MikadoBold";
}

.heart-txt{
    width: 15px;
    margin-top: -5px;
    padding-left: 2px;
}

.heart-txt-big{
    width: 18px;
    margin-top: -5px;
}

.modal-title{
    color:white;
    font-weight: bold;
    font-size: 20px;
    text-align: center
}

.active-scroll-ads{
    position: fixed;
    z-index: 999;
}

#ads-top{
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 0;
}

.cont-weby-concours-img{
    overflow: hidden;
    max-height: 234px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}


.cont-weby-concours{
    margin-top: 20px;
    padding: 30px;
    border-radius: 8px;
    background-color: #efefef;
}

.title-weby-cont-title{
    color: #505055;
    font-family: "MikadoBold";
    text-transform: uppercase;
    font-size: 34px;
    margin-bottom: 0;
    cursor: default;
    text-align: left;
}

.title-weby-cont-s-title{
    color: #505055;
    font-family: "MikadoMedium";
    font-size: 28px;
    margin-bottom: 0;
    cursor: default;
    text-align: left;
}

.col-weby{
    width: fit-content;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
}


.fav_action{
    width: 50px;
    cursor: pointer;
}

.usr-cont{
    text-align: center;
    display: inline-block;
    line-height: 1.1;
}

.usr-cont-sup{
    font-size: 22px;
}

.usr-cont-txt{
    color: #505055;
    font-family: "MikadoMedium";
    font-size: 22px;
    margin-bottom: 0;
    cursor: default;
}

.usr-cont-num{
    color: #505055;
    font-family: "MikadoBold";
    text-transform: uppercase;
    font-size: 32px;
    margin-bottom: 0;
    cursor: default;
}

.usr-cont-votes{
    color: #505055;
    font-family: "MikadoBold";
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 0;
    cursor: default;
}