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

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

.titre-regul{
    padding-bottom: 0;
    font-size: 22px;
    color: #28cfc0;
    text-align: left;
    margin-top: 20px;
    font-family: "MikadoMedium";
}

.txt-regul{
    padding-bottom: 20px;
    border-bottom: 1px solid gray;
    font-family: Arial;
    font-size: 16px;
    font-weight: normal;
}

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

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

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

.panel-heading{
    padding: 0;
}

.panel-title{
    font-size: 14px;
    background-color: white;
}

.panel-title a{
    color: black;
    text-decoration: none;
    background-color: white;
    display: inline-block;
    width: 100%;
}

.panel{
    background-color: white;
    padding-left:0 ;
    padding-right:0 ;
    border: none;
    padding-bottom:10px;
    padding-top:10px;
}

.gotiret{
    text-align: right; color : #28cfc0; font-weight: bold; font-size: 16px;
}

.contact_us_txt{
    text-align: center; color : black; font-weight: lighter; font-size: 14px;
}

.panel-body{
    font-size:14px;
}