/*
Theme Name: Polydor - NMA 2024
Theme URI: https://idizbox.com
Author: iDizBox
Author URI: https://idizbox.com
Description: Polydor - NMA 2024 by iDizBox - 2024
Version: 1.00
Text Domain: idbxboostrap1
*/

@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --color-body: #141414;
    --color-white: #FFFFFF;
    --color-black: #141414;
    --color-rouge: #D40100;
    --color-rougehover: #FF2524;
}

html {
    scroll-behavior: smooth;
}

html, body {
    padding: 0;
    margin: 0;
    width: 100%;
    overflow-x: hidden;
    overflow-y: visible !important;
}

body {
    background-color: var(--color-body);
    color: var(--color-white);
    font-family: "Work Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.mobile_only {
    display: none;
}

:focus {
    outline: 0!important;
}

a, a:visited, a:focus {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.nopadding { padding: 0; }
.no-padding-left {padding-left: 0;}
.no-padding-right {padding-right: 0;}
.padding_t10 { padding-top: 10px; }
.padding_t15 { padding-top: 15px; }
.padding_t20 { padding-top: 20px; }
.padding_t25 { padding-top: 25px; }
.padding_t30 { padding-top: 30px; }
.padding_t40 { padding-top: 40px; }
.padding_t50 { padding-top: 50px; }
.padding_t60 { padding-top: 60px; }
.padding_t70 { padding-top: 70px; }
.padding_t80 { padding-top: 80px; }
.padding_t90 { padding-top: 90px; }
.padding_t100 { padding-top: 100px; }
.padding_t115 { padding-top: 115px; }
.padding_t120 { padding-top: 120px; }
.padding_t150 { padding-top: 150px; }
.padding_b10 { padding-bottom: 10px; }
.padding_b15 { padding-bottom: 15px; }
.padding_b20 { padding-bottom: 20px; }
.padding_b22 { padding-bottom: 22px; }
.padding_b30 { padding-bottom: 30px; }
.padding_b40 { padding-bottom: 40px; }
.padding_b50 { padding-bottom: 50px; }
.padding_b60 { padding-bottom: 60px; }
.padding_b70 { padding-bottom: 70px; }
.padding_b80 { padding-bottom: 80px; }
.padding_b90 { padding-bottom: 90px; }
.padding_b120 { padding-bottom: 120px; }
.padding_b150 { padding-bottom: 150px; }
.margin_t10 { margin-top: 10px; }
.margin_t15 { margin-top: 15px; }
.margin_t20 { margin-top: 20px; }
.margin_t30 { margin-top: 30px; }
.margin_t40 { margin-top: 40px; }
.margin_t50 { margin-top: 50px; }
.margin_t60 { margin-top: 60px; }
.margin_t70 { margin-top: 70px; }
.margin_t80 { margin-top: 80px; }
.margin_b10 { margin-bottom: 10px; }
.margin_b15 { margin-bottom: 15px; }
.margin_b20 { margin-bottom: 20px; }
.margin_b30 { margin-bottom: 30px; }
.margin_b40 { margin-bottom: 40px; }
.margin_b50 { margin-bottom: 50px; }
.margin_b60 { margin-bottom: 60px; }
.margin_b70 { margin-bottom: 70px; }
.margin_b80 { margin-bottom: 80px; }

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
    margin: 0;
    font-weight: bold;
}

.h1, h1 {
    font-size: 40px;
}

.btn, .btn:active, .btn:focus, .btn:visited {
    font-size: 20px;
    font-weight: bold;
    color: var(--color-white);
    background-color: var(--color-rouge);
    padding: 10.75px 25px;
    line-height: initial;
    border-radius: 10px;
    border: none;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}       

.btn:hover {
    background-color: var(--color-rougehover);
    color: var(--color-white);
}

.col_1 {
    color: var(--color-rouge);
}

/******************************/
/************ TOPNAV **********/
/******************************/

#main_nav {
    margin-bottom: 20px;
    margin-top: 20px;
}

.row_topnav {
    display: flex;
    align-items: center;
}

#compteur_container {
    font-weight: bold;
}

#compteur_cont {
    color: var(--color-rouge);
}

#top_marquee_1 {
    font-size: 52px;
    font-weight: bold;
    opacity: 0.15;
    position: relative;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    line-height: normal;
}

#top_marquee_1.is_marquee_dashboard {
    opacity: 0.4;
}

/******************************/
/********** CONNEXION *********/
/******************************/

.row.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.row.valign {
    display: flex;
    align-items: center;
}

.col_home_artistes_cont {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    height: 100%;
}

.home_art_cont {
    background-color: #000000;
    text-align: center;
    border-radius: 10px;
    min-height: 120px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.home_art_hover {
    background: rgb(20, 20, 20);
    background: -moz-linear-gradient(0deg, rgba(20, 20, 20, 1) 0%, rgba(20, 20, 20, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(20, 20, 20, 1) 0%, rgba(20, 20, 20, 0) 100%);
    background: linear-gradient(0deg, rgba(20, 20, 20, 1) 0%, rgba(20, 20, 20, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#141414",endColorstr="#141414",GradientType=1);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 5px;
    font-size: 16px;
    font-weight: bold;
    transform: translateY(100%);
    transition: transform 0.5s;
}

.home_art_cont:hover .home_art_hover {
    transform: translateY(1px);
}

.home_moreinfo_cont {
    font-size: 14px;
}

.modal-title {
    color: var(--color-rouge);
    font-size: 40px;
    font-weight: bold;
    line-height: normal;
    text-align: center;
}

.modal-header {
    padding: 15px;
    border-bottom: 0;
}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -7px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 570px;
        margin: 30px auto;
    }
}

.modal-header .close {
    margin-top: 5px;
    opacity: 1;
    text-shadow: none;
    cursor: pointer;
}

.modal-header .close svg path {
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.modal-header .close:hover svg path {
    fill: var(--color-red);
}

.modal-content {
    position: relative;
    background-color: var(--color-white);
    color: var(--color-black);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0;
    border-radius: 10px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form_description {
    margin-bottom: 30px;
}

.conn_btns_cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.btn_back, .btn_back:active, .btn_back:focus, .btn_back:visited {
    opacity: 0.5;
    background-color: var(--color-black);
}

.btn_back:hover {
    opacity: 1;
    background-color: var(--color-black);
}

.label_block {
    display: block;
    font-weight: bold;
    font-size: 20px;
}

.inputbb {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 7px 10px;
    background-color: transparent;
    border: 2px solid var(--color-black);
    border-radius: 5px;
    resize: none;
    font-weight: 400;
    text-align: left;
    font-size: 18px;
    margin-bottom: 15px;
}

input.pretty_checkbox[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

input.pretty_checkbox[type="checkbox"] + label {
    display: block;
    position: relative;
    padding-left: 28px;
    color: inherit;
    font-weight: 400;
    line-height: inherit;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    text-align: left;
    margin-bottom: 15px;
    font-size: 18px;
}

input.pretty_checkbox[type="checkbox"] + label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid var(--color-black);
    position: absolute;
    left: 0;
    top: 4px;
    opacity: 1;
    border-radius: 5px;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}

input.pretty_checkbox[type="checkbox"]:checked + label:before {
  width: 10px;
  top: 0px;
  left: 5px;
  border-radius: 2px;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

select.inputbb {
    background-repeat:no-repeat;
    background-position:97% 50%;
    background-size:13px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7.049' viewBox='0 0 12 7.049'%3E%3Cpath d='M341.493-697l-4.2-4.2a1.021,1.021,0,0,1-.3-.753,1.021,1.021,0,0,1,.3-.753,1.021,1.021,0,0,1,.753-.3,1.021,1.021,0,0,1,.753.3l4.951,4.951a.944.944,0,0,1,.229.35,1.191,1.191,0,0,1,.067.4,1.191,1.191,0,0,1-.067.4.945.945,0,0,1-.229.35L338.8-691.3a1.021,1.021,0,0,1-.753.3,1.02,1.02,0,0,1-.753-.3,1.02,1.02,0,0,1-.3-.753,1.02,1.02,0,0,1,.3-.753Z' transform='translate(-691 -337) rotate(90)'/%3E%3C/svg%3E%0A");
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
    appearance:none;
    padding-right:25px
}

label a, label a:hover, label a:active, label a:visited {
    color: inherit;
    text-decoration: underline;
}

.conn_help_cont a {
    color: inherit;
    font-size: 12px;
    text-decoration: none;
}

.conn_help_cont a:hover {
    color: var(--color-rouge);
    text-decoration: none;
}

#con_step_user_rep, #con_step_email_rep, #con_step_infos_rep {
    color: var(--color-rouge);
    font-weight: bold;
    font-size: 16px;
}

a.home_moreinfo_btn {
    color: inherit;
    text-decoration: underline;
}

/******************************/
/******** CLASSEMENTS *********/
/******************************/

.solo_artiste_cont {
    background-color: #2F2F2F;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.solo_artiste_imgcont {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    position: relative;
}

.solo_artiste_topcont {
    position: relative;
}

.solo_artiste_topnomcont {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.solo_artiste_topnomcont:before {
    content: '';
    background: rgb(20, 20, 20);
    background: -moz-linear-gradient(1800deg, rgba(20, 20, 20, 1) 0%, rgba(20, 20, 20, 0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(20, 20, 20, 1) 0%, rgba(20, 20, 20, 0) 100%);
    background: linear-gradient(180deg, rgba(20, 20, 20, 1) 0%, rgba(20, 20, 20, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#141414",endColorstr="#141414",GradientType=1);
    position: absolute;
    left: 0;
    right: 0;
    height: 66px;
    top: 0;
    z-index: 0;
    opacity: 0.5;
}

.solo_artiste_imgcont:after {
    content: '';
    background: rgb(20, 20, 20);
    background: -moz-linear-gradient(0deg, rgba(20, 20, 20, 1) 0%, rgba(20, 20, 20, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(20, 20, 20, 1) 0%, rgba(20, 20, 20, 0) 100%);
    background: linear-gradient(0deg, rgba(20, 20, 20, 1) 0%, rgba(20, 20, 20, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#141414",endColorstr="#141414",GradientType=1);
    position: absolute;
    left: 0;
    right: 0;
    height: 66px;
    bottom: 0;
    z-index: 0;
    opacity: 0.5;
}

.solo_artiste_topnom {
    font-size: 23px;
    font-weight: bold;
    line-height: normal;
    position: relative;
    z-index: 1;
}

.solo_artiste_topi {
    position: relative;
    z-index: 1;
}

.solo_artiste_topactioncont {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
}

.btn_vote, .btn_vote:active, .btn_vote:focus, .btn_vote:visited {
    font-size: 18px;
    padding: 4.5px 15px;
}

.user_position {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    padding: 10px;
    opacity: 0.8;
}

.modal_vote_step_categories_choose {
    margin-top: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.btn_goto_cat {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    text-align: center;
}

.btn_nogoto_cat, .btn_nogoto_cat:hover, .btn_nogoto_cat:active, .btn_nogoto_cat:focus, .btn_nogoto_cat:visited {
    background-color: var(--color-black);
    width: 100%;
    margin-bottom: 10px;
}

.modal_vote_nma_info {
    font-size: 18px;
    font-weight: bold;
    color: var(--color-rouge);
    text-align: center;
    margin: 10px 0;
}

#modal_vote_step_nma {
    position: relative;
}

.modal_vote_nma_cat {
    position: absolute;
    background-color: var(--color-rouge);
    color: var(--color-white);
    font-size: 18px;
    font-weight: bold;
    padding: 4.5px 15px;
    line-height: normal;
    border-radius: 5px;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    text-wrap: nowrap;
    text-align: center;
}

#nma_is_iframe {
    width: 100%;
    height: 450px;
    border: none;
}

.modal_vote_capture_cont {
    position: relative;
    margin-bottom: 15px;
    margin-top: 15px;
}

p.modal_vote_capture_label {
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    color: var(--color-black);
}

.modal_vote_capture_cont label.label_block {
    display: inline-block;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    cursor: pointer;
    background-color: transparent;
    border: 2px solid var(--color-black);
    color: var(--color-black);
    border-radius: 10px;
    font-size: 20px;
    font-weight: bold;
    padding: 6px 10px;
    margin-bottom: 0;
    width: 100%;
    text-align: left;
    text-overflow: ellipsis;
    text-wrap: nowrap;
    overflow: hidden;
}

.modal_vote_capture_cont label.label_block svg {
    margin-right: 10px;
}

.modal_vote_capture_cont label.label_block svg path {
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.modal_vote_capture_cont label.label_block:hover svg path {
    fill: var(--color-rouge);
}

.modal_vote_capture_cont label.label_block:hover {
    border: 2px solid var(--color-rouge);
    color: var(--color-rouge);
}

input#modal_vote_capture {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    opacity: 0;
    padding: 14px 0;
    cursor: pointer;
}

.modal_vote_nma_thx {
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 30px;
}

.modal_vote_nma_moreinfo {
    text-align: center;
}

.modal_vote_nma_btnmulticont {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn_novote, .btn_novote:hover, .btn_novote:active, .btn_novote:visited, .btn_novote:focus {
    font-size: 18px;
    padding: 4.5px 15px;
    background-color: var(--color-white);
    color: var(--color-black);
}

.user_position {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    padding: 10px;
    opacity: 0.8;
    border-bottom: 1px solid #595959;
}

.user_position:last-of-type {
    border-bottom: 0;
}

.user_current_top3 {
    border-bottom: 1px solid transparent;
    background-color: #ececec;
    border-radius: 5px;
    color: var(--color-black);
    font-weight: bold;
}

.modal_reviens_titre {
    font-weight: bold;
    margin-bottom: 15px;
}

.modal_i_top_info, .modal_i_top_infogo, .modal_i_dotascont {
    font-size: 18px;
}

.modal_i_top_infogo {
    color: var(--color-rouge);
    font-weight: bold;
    margin: 20px 0;
}

.modal_i_dotacont {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.modal_i_dotaimgcont {
    width: 100px;
    margin-right: 10px;
    border: 2px solid var(--color-black);
    border-radius: 10px;
    flex: none;
    overflow: hidden;
}

#modal_commentvoter {
    font-size: 18px;
}

.row.valign {
    display: block;
}

.user_current_position {
    opacity: 1;
}

.modal_vote_validate_infos {
    padding-top: 30px;
}

.modal_letsgo_btncont {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/******************************/
/******** MEDIA QUERIES *******/
/******************************/

@media (max-width: 992px) { 
    
    body {
        font-size: 16px;
    }
    
    .desktop_only {
        display: none;
    }
    
    .mobile_only {
        display: block;
    }
    
    .mob_text_center {
        text-align: center;
    }
    
    .row.equal.mob_noqual {
        display: block;
    }
    
    .mob_margin_t30 {
        margin-top: 30px;
    }
    
    .mob_margin_b30 {
        margin-bottom: 30px;
    }
    
    .col_home_artistes {
        margin-top: 30px;
    }
    
    .modal-title {
        font-size: 28px;
    }
    
    .btn, .btn:active, .btn:focus, .btn:visited {
        font-size: 16px;
        padding: 10.75px 15px;
    }
    
    .label_block {
        font-size: 16px;
    }

    .inputbb {
        font-size: 16px;
    }
    
    input.pretty_checkbox[type="checkbox"] + label {
        font-size: 16px;
    }
    
    .btn_nogoto_cat, .btn_goto_cat {
        text-wrap: wrap;
    }
    
    .modal_vote_nma_cat {
        font-size: 16px;
    }
    
    #nma_is_iframe {
        height: 400px;
    }

}

@media (max-width: 580px) { 

    .home_art_cont {
        min-height: 100px;
    }

}