body {
    background-color: #ebe5dd;
}
/*
.card:hover {
    transform: scale(1.02);
    transition: 0.2s;
}*/
@font-face {
  font-family: logo;
  src: url(../assets/fonts/Sting.otf);
}

.votons {
    font-family: logo;
    color: #f55;
    font-size: 70px;
    line-height: 50px;
}
.net {
    color: #18549c;
    font-size: 18px;
    font-family: logo;
}
.sous {
    display: block;
    font-size: 20px;
    color: #18549c;
    /* margin: -9px 0 10px 4px; */
    /* font-weight: lighter; */
}
.accueil-titre{
		font-size:22px;
		margin:20px 0 0 0 ;
}
@media(min-width:600px){
	.slogan {
		display: block;
		font-size: 14px;
		margin: -7px 0 0 8px;
		color: #185398;
	}
}
@media(max-width:599px){
	.slogan {
		display: none;
	}
	.place1{
		order:2
	}
}
.random-election-box {

    border-radius: 20px;

    transition: 0.3s;

    background: #ffffff;

}

.random-election-box:hover {

    transform: translateY(-3px);

}
.titre-principal {
    font-family: 'logo';
    color: #ff5555;
    font-size: 3em;
    margin: 0 !important;
}
.desc-principale {
    font-size: 22px;
}
.titre-vote {
    background: #f5f5f5;
    color: #af9e86;
    padding: 10px 0;
    font-family: calibri;
    font-weight: lighter;
    margin: 0 !important;
    border-top: 2px solid #d5cdcd;
    box-shadow: 0px -4px 11px #0000001c;
}
.nav-vote {
    box-shadow: 0px 4px 11px #0000001c;
}
.candidate-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.candidate-card:hover {
    transform: scale(1.03);
    transition: 0.2s;
    cursor: pointer;
    transform: translateY(-13px);
    transition: 0.2s;
}
#cookie-banner {
    backdrop-filter: blur(5px);
}
h2.mb-4.derniere {
    margin: 20px 0 0 0;
    color: #4b86e4;
}
footer.bg-light.border-top.py-3 {
    margin: 70px 0 0 0;
}
.result-progress {
    height: 30px;
    border-radius: 20px;
    overflow: hidden;
}

.progress-bar {
    font-size: 14px;
    font-weight: bold;
}
.random-election-card {

    border-radius: 20px;

    background: linear-gradient(
        135deg,
        #ffffff,
        #f8f9fa
    );

}

.latest-card{

    border-radius:20px;
    overflow:hidden;
    transition:.35s;

}

.latest-card:hover{

    transform:translateY(-8px);

    box-shadow:
    0 15px 35px rgba(0,0,0,.12)!important;

}

.latest-img{

    height:340px;
    object-fit:cover;
    transition:.4s;

}

.latest-card:hover .latest-img{

    transform:scale(1.05);

}
.continue-section {
    background: #fffbf6;
    /* margin-top: 80px; */
    /* padding-top: 50px; */
    padding-bottom: 50px;
    /* border-top-left-radius: 50px; */
    /* border-top-right-radius: 50px; */
    /* box-shadow: 0 -5px 25px rgba(0,0,0,.25); */
}

.continue-header{

    text-align:center;

    margin-bottom:50px;

}

.continue-header h2{

    font-weight:700;
    margin-bottom:10px;

}

.titreVotons {
    font-family: 'logo';
    font-size: 50px;
    color: #8a8680;
}
/* bloc nouvelle élection */

.candidate-preview{
    width:110px;
}

.candidate-preview-img{
    width:110px;
    height:150px;
    object-fit:cover;
    border-radius:7px;
    transition:.3s;
}

.candidate-preview-img:hover{
    transform:translateY(-4px);
}

.candidate-preview-name{
    font-size:13px;
    margin-top:8px;
    font-weight:600;
}

/* responsive mobile */

@media(max-width:768px){

.candidate-preview{
    width:135px;
}

.candidate-preview-img{
    width:135px;
    height:125px;
}

.candidate-preview-name{
    font-size:11px;
}

}