
.wp-polls-ans {
    color: var(--couleur-primaire);
}
p.wp-polls-titre,
.wp-polls p strong{
    font-size: var(--taille3);
    line-height: 28px;
    text-align: center;
    font-weight: bold;
    color: var(--couleur-primaire);
}
.wp-polls-ul {
    display: flex;
    justify-content: space-around;
    margin: 10px 0;
    gap: 10px;
}
ul.wp-polls-ul li{
    list-style-type: none !important;
}

.wp-polls-ans ul.wp-polls-ul li {
  /*  max-width: 50%;
    width: 100%;*/
}
.wp-polls-ans ul.wp-polls-ul li strong {
    text-transform: uppercase;
}
.wp-polls-ans ul.wp-polls-ul li i {
    /*font-size: 15px;*/
}
label.wp-polls-choix{
    color: black;
    font-size: var(--taille3);
}
p.wp-polls-btnVote{
    text-align: center;
}
p.wp-polls-btnVote .wp-polls-inputVote {
    background-color: var(--couleur-primaire);
    border-radius: 4px;
    border-style: none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    padding: 10px 16px;
    text-align: center;
    text-decoration: none;
    transition: color 100ms;
}
p.wp-polls-btnVote .wp-polls-inputVote:hover,
p.wp-polls-btnVote .wp-polls-inputVote:focus {
    background-color: var(--couleur-primaire);
}

.wp-polls .pollbar {
    background-image: none !important;
    height: 15px !important;
    border: 0px solid !important;
    background-color: var(--couleur-primaire) !important;
    margin-top: 7px !important;
}

input.wp-polls-inputVote{
    background-color: var(--couleur-primaire);
    border-radius: 4px;
}
.wp-polls-loading{
    display: none;
}

.widget_polls-widget .widget-title {
    padding: 0px;
    margin: 0px;
    border-radius: 5px;
    text-align: center;
    display: flex;
    font-size: var(--taille0);
    font-weight: 600;
    align-items: center;
    justify-content: center;
    color: #000;
    max-width: 100%;
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 60px;
}
.wp-polls, .wp-polls-container {
    background-color: #fff;
    margin-top: 20px ;
    border-radius: 4px;
}

.widget_polls-widget  {
    background-image: url('./assets/img/soundwave-mini.jpg');
    padding: 18px 0px;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #fff;
}

@media screen and (min-width: 600px) {
    .wp-polls, .wp-polls-container {
        margin-top: 60px ;
    }
}

@media screen and (min-width: 780px) {
    .wp-polls, .wp-polls-container {
        margin-top: 30px ;
    }

    .widget_polls-widget  {
        height: 300px;
    }
    .widget_polls-widget .widget-title {
        font-size: var(--taille0);
        font-weight: 600;
        align-items: center;
        justify-content: center;
        color: #000;
        max-width: 100%;
        width: 100%;
        text-transform: uppercase;
        margin-bottom: 60px;
    }

    .wp-polls-ul {
        margin: 30px 0;
    }
}

@media screen and (min-width: 1024px) {
    .wp-polls, .wp-polls-container {
        margin-top: 45px ;
    }
}