nav { margin: 0 auto;}

.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
}
.login-select { text-align-last: center; }

input[type="radio"].radioinput1 {
    display: none;
  }
  input[type="radio"].radioinput1 + label {
    padding: 0.5rem 1rem;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0.3rem;
    color: black;
    background-color: white;
    border: 1px solid;
    border-color: black;
  }

  input[type="radio"].radioinput1.radio1yes:checked + label {
    background-color: #28a745;
    border-color: #28a745;
    color: white;
  }

  input[type="radio"].radioinput1.radio1blanc:checked + label {
    background-color: #6c757d;
    border-color: #6c757d;
    color: white;
  }

  input[type="radio"].radioinput1.radio1no:checked + label {
    background-color: #dc3545;
    border-color: #dc3545;
    color: white;
  }

  input[type="radio"].radioinput1.radio1select:checked + label {
    background-color: #28a745;
    border-color: #28a745;
    color: white;
  }





button:hover, button:focus {
    outline: none;
  }
@media screen and (min-width: 1000px) {
    .div-ref{
        background-color: white;
        width: 480px;
        margin-top: 50px;
        font-size: 16px;
    }

    .div-result-vote{
        background-color: white;
        width: 900px;
        margin-top: 50px;
        font-size: 16px;
    }

    .div-manuel {
        width: 70%;
    }

    .div-btn-resolution{
        width: 50%;
    }

    .div-votant{
        background-color: white;
        width: 600px;
        margin-top: 50px;
        font-size: 16px;
    }

    .div-vote{
        background-color: white;
        width: 900px;
        margin-top: 50px;
        font-size: 16px;
    }

    .div-superadmin{
        background-color: white;
        width: 900px;
        margin-top: 50px;
        font-size: 16px;
    }

    .div-create-event{
        background-color: white;
        max-width: 900px;
        margin-top: 50px;
        font-size: 16px;
    }

    .div-pc{
        display: block;
    }
    
    .div-smartphone{
        display: none;
    }

    .resolution-div{
        max-width: 75%;
        margin-top: 30px;
        text-align: left;
    }

    .form-votant{
        width: 40%;
    }


    .logo-index{
        border-radius: 3px 3px 0 0;
        max-width: 100%;
    }
    .logo-orga{
        margin-left: 30px;
        max-width: 100px;
    }
    .logo-ep{
        max-width: 350px;
    }
    .border-right-vote{
        border-right: 6px solid;
    }

    .btn-manuel{
        width: 80%;
    }


}
@media screen and (min-width: 575px) {
    .div-vote-text{
        text-align:left;
    }
    .listeName{
        text-align:left;
    }

}
@media screen and (max-width: 575px) {
    .div-vote-text{
        text-align:center;
    }
   /* .listeName{
        text-align:center;
    }*/
    

}
@media screen and (min-width: 768px) {
    .div-vote-choices{
        text-align:right;
    }
    .border-right-vote{
        border-right: 6px solid;
    }
    .border-top-vote{
        border-top: 6px solid;
    }
    .UniRadio{
        width:75%
    }

}
@media screen and (max-width: 767px) {
    .div-vote-info{
        text-align:center;

    }
    .div-vote-choices{
        text-align:center;
    }

}
@media screen and (max-width: 1000px) {

    .div-pc{
        display: none;
    }

    .btn-manuel{
        width: 100%;
    }
    
    .div-smartphone{
        display: block;
    }

    .resolution-div{
        max-width: 75%;
        text-align: left;
    }

    .div-manuel {
        width: 90%;
    }



    .div-ref{
        background-color: white;
        width: 95%;
        margin-top: 50px;
        font-size: 18px;
    }
    .index-size{
        font-size: 16px;
    }
    .logo-orga{
          width: 30%;
    }
    .logo-ep{
         width: 95%;
         height: 30%;
    }
    .logo-index{
        border-radius: 3px 3px 0 0;
        max-width: 100%;
    }
    .btn-size{
        width: 150px;
        height: 50px;
    }

    .div-votant{
        background-color: white;
        width: 95%;
        margin-top: 20px;
        font-size: 18px;
    }

    .form-votant{
        width: 95%;
    }


    .div-vote{
        background-color: white;
        width: 95%;
        margin-top: 20px;
        font-size: 16px;
    }

    .resolution-div{
        max-width: 95%;
        margin-top: 30px;
        text-align: left;
    }

    .div-superadmin{
        background-color: white;
        font-size: 16px;
    }

    .div-create-event{
        background-color: white;
        max-width: 100%;
        font-size: 16px;
    }
}
