.meserreurs {
    font-weight: bold;
    color:#3490dc;
    font-size: 10px;
}

.montitre {
    font-weight: bold;
    color:#3490dc;
}

.explication {
    font-style: italic;
    color:#666;
    font-size : 10px;
}

.callus span {
    margin-left: 10px;
    color: #ffffff;
    letter-spacing: 0.65px;
    font-weight: 300;
}

.section3	{
    background:#F8F8F8;
    border-top:1px solid #E5E4E4;
    border-bottom:1px solid #E5E4E4;
}

.dmtop {
    background-image: url(images/arrow.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 9999;
    width: 40px;
    height: 40px;
    text-indent: -99999px;
    position: fixed;
    bottom: -100px;
    right: 25px;
    cursor: pointer;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    overflow: auto;
}
.dmtop:hover {
    background-color: #3E4246;
}

.dmbutton:hover,
.dmbutton:active,
.dmbutton:focus{
    color: #ffffff;
    background-color: #222222;
    border-color: #ffffff;
}
.dmbutton {
    background:rgba(0, 0, 0, 0);
    border: 1px solid #ffffff;
    color: #ffffff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding-top: 1.025rem;
    padding-right: 2.25rem;
    letter-spacing:0.85px;
    padding-bottom: 1.0875rem;
    padding-left: 2.25rem;
    font-size: 1.55rem;
    cursor: pointer;
    font-weight: normal;
    line-height: normal;
    margin: 25px 0 1.25rem;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    -webkit-appearance: none;
    font-weight: normal !important;
}

.dmbutton2:hover,
.dmbutton2:active,
.dmbutton2:focus{
    color: #2B2E31;
    background-color: #ffffff;
    border-color: #2B2E31;
}
.dmbutton2 {
    background:rgba(0, 0, 0, 0);
    border: 1px solid #2B2E31;
    color: #2B2E31;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding-top: 0.75rem;
    padding-right: 1.25rem;
    letter-spacing:0.25px;
    padding-bottom: 0.95rem;
    padding-left: 1.25rem;
    font-size: 1.22rem;
    cursor: pointer;
    font-weight: 300 !important;
    line-height: normal;
    margin: 0 0 1.25rem;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    -webkit-appearance: none;
    font-weight: normal !important;
}

.footer	{
    text-align:center;
    background:#2B2E31;
    padding:25px 0 0;
    position:relative;
    overflow:hidden;
    display:block;
    z-index:1;
    box-shadow:0px -10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow:0px 0px 10px rgba(0,0,0,0.1);
}
.footer ul {
    margin-left:0;
}
.footer	.title {
    border-bottom:1px solid #696E74;
}
.copyrights {
    background:#3E4246;
    padding:0;
    font-size:12px;
    border-top:1px solid #3E4246;
    margin-top:15px;
}
.copyrights a {
    color:#696E74;
}





.poll-candidate {
    padding: 150px 0;
}

.poll-candidat {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

.poll-candidat h2 {
    font-size: 22px;
    color: white;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.poll-candidat .form-control {
    height: 50px;
    background: rgba(255, 255, 255, 0.6);
    border-color: transparent;
    border-radius: 20px 0 0 20px;
}

.poll-candidat .form-control:focus {
    box-shadow: none;
    border-color: #243c4f;
}

.poll-candidat .btn {
    min-height: 50px;
    border-radius: 0 20px 20px 0;
    background: #243c4f;
    color: #fff;
}
