.election-article-wrapper {
    margin-top: 70px;
}

.election-title {
    padding: 8%;
    text-align: center;
    background: #0d5c95 url("./img_urps/headband2.jpg?3");
    background-position: center;
    background-size: cover;
    color: #fff!important;
    text-transform: uppercase;
    font-family: montserrat;
    font-weight: 300;
    font-size: 45px;
    border-bottom: none;
}
.election-title h1 {
    margin: 0.1em;
    font-size: 1.1em;
    font-weight: 600;
}
.election-title .slogan {
    font-size: 0.5em;
}
.election-body {
    width: 1200px;
    max-width: 100%;
    margin: 80px auto;
}
.election-breadcrumb {
    padding: 0 0 40px 0;
}
.election-breadcrumb .breadcrumb-item {
    font-weight: 600;
}
.election-breadcrumb .separator {
    padding: 0 6px;
}
.arrow-title-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.arrow-title-wrapper .icon {
    margin: 0 10px 0 -50px;
    padding-bottom: 7px;
}
.arrow-title-wrapper img {
    width: 60px;
}
.arrow-title-wrapper .text {
    color: #ec0e22;
    font-size: 1.3em;
    font-style:italic;
}

.introduction .arrow-title-wrapper{
    margin-bottom:20px;
}
/* ====== PAGE CARTE ===== */
.middle-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0;
}
.middle-wrapper .col-left {
    flex: 50%;
}
.middle-wrapper .col-right {
    flex: 50%;
}
.bottom-image-wrapper img {
    width: 100%;
    margin-bottom:-18%!important;
}
.conclusion-wrapper, .contact-button-wrapper {
    padding: 20px;
}
.contact-button-wrapper {
    text-align: center;
}
.map-wrapper {
  display: block;
        padding-left: 8%;
}
.contact-button-wrapper a {
    background: #ca1626;
    margin: 0 auto 15px auto;
    padding: 20px 50px;
    display: table;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    min-width: 384px;
}
.contact-button-wrapper .contact-2 {
    font-weight: 600;
}
/* mode responsive */
@media screen and (max-width: 1080px) {
    .election-title h1{
        font-size:0.8em!important;
    }
    .election-title .slogan {
    font-size: 0.3em;
}
     .election-body {
    max-width: 85%!important;
    margin: 0 auto;
    margin: 30px auto;
    }
    .introduction-wrapper p, .conclusion-wrapper p{
        font-size:14px!important;
    }
     .middle-wrapper{
        flex-direction:column-reverse!important;
    }
    .arrow-title-wrapper .text{
        font-size:1em;
    }
    .arrow-title-wrapper .icon{
        margin:0!important;
    }
    .bottom-image-wrapper img{
        width: 70%;
    margin-bottom: -10%!important;
    }
}
/* ====== FIN PAGE CARTE = */
/* ====== PAGE REGION ===== */
.election-region .arrow-title-wrapper .icon {
    margin-left: 0;
}
.candidat-list-wrapper {
    margin-top: 50px;
   margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
}
.candidat-list-wrapper .candidats-img {
    max-width: 100%;
}
.candidat-item-wrapper {
    width:33.333333%;
    margin-bottom: 40px;
    padding: 0 20px;
}
.candidat-photo-wrapper {
    width: 100%;
}
.candidat-photo-wrapper img {
    width: 100%;
    margin-bottom: -10px;
}
.introduction-wrapper p, .conclusion-wrapper p {
    text-align: justify;
}
.candidat-name-wrapper {
    background-color: #c3d6e5;
    padding: 20px;
    color: #0d5c95;
    font-weight: 600;
    text-align: center;
}
.candidat-name, .candidat-dpt {
    line-height: 1.2em;
    font-size: 1.2em;
}
.program-list-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
} 

.program-item-wrapper {
    width: 45%;
    padding: 0;
    margin-bottom:20px;
}
.program-icon-wrapper {
    height: 50px;
    margin-bottom: 15px;
}
.program-icon-wrapper img {
    height: 60px;
}
.program-description-wrapper, .program-description-wrapper p {
  line-height: 1.5em;
    color: #000;
    padding-bottom: 0!important;
}
.program-description-wrapper p {
    text-align: justify;
}
.election-region .conclusion-wrapper {
    width: 100%;
    background-color: #C3D6E5;
    padding: 70px 0;
}
.election-region .introduction-wrapper {
    margin-top: 0;
    background: #c3d6e5;
}

.introduction {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    padding: 50px 0;
}

.introduction p {
    color: #0D5C95;
    line-height: 1.5em;

}

.election-region .conclusion {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
}
.election-region .conclusion * {
    color: #00538b !important;
    line-height: 1.5em;
    text-align: justify;
}
.bottom-wrapper {
    width: 1200px;
    max-width: 100%;
    margin: 30px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.bottom-wrapper .bottom-image-wrapper, .bottom-wrapper .contact-button-wrapper {
    width:50%;
}

/* ========= ARTICLES ============= */
.election-body.articles {
    margin: 40px auto;
}
.election-region .articles-wrapper .arrow-title-wrapper {
    margin-bottom: 30px;
}
.election-region .article-wrapper {
    display: flex;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 25%);
    padding: 20px;
    margin-bottom: 1.5rem;
}
.election-region .article-image-wrapper {
    flex: 25%;
}
.election-region .article-text-wrapper {
    flex: 75%;
    padding: 0 15px 0 37px;
}
.election-region .article-image-wrapper img {
    width: 100%;
}
.election-region .article-title {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 5px;
}
.election-region .article-title a {
    color: #000;
}
.election-region .article-date {
    color: #0D5C95;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 9px;
}
.election-region .article-content {
    text-align: justify;
}
.election-region .article-content, .election-region .article-content p {
    line-height: 1.4em;
    color: #000;
    padding-bottom: 7px!important;
}
/* ======= FIN  ARTICLES ========== */

/* mode tablette */
@media (max-width: 1080px) {
    .candidat-item-wrapper {
        width:50%;
    }
    .election-region .conclusion-wrapper .conclusion {
        width: 80%;
        margin: 0 auto;
    }
    .candidat-name-wrapper {
    font-size: 12px;
}
    .program-list-wrapper{
        padding:0!important;
    }
    .program-item-wrapper{
        width:100%;
    }
    .program-icon-wrapper img {
        height: 55px;
    }
    
    .introduction {
        max-width: 83%;
    }

    .contact-button-wrapper a {
        padding: 17px 10px;
        min-width: 304px;
    }
}
/* mode mobile */
@media (max-width: 640px) {
    .election-region .article-wrapper {
        display: block;
        padding: 15px;
    }
    .election-region .article-text-wrapper {
        padding: 0;
    }
    .election-region .article-title {
        font-size: 1.2rem;
        margin-top: 7px;
    }
    .election-region .article-content, .election-region .article-content p {
        font-size: 0.85rem;
    }

    .bottom-wrapper .bottom-image-wrapper{width: 100%;
        margin-bottom: 50px;
    }
    .candidat-item-wrapper {
        width:100%!important;
    }
    .election-region .conclusion-wrapper .conclusion {
        width: 90%;
        margin: 0 auto;
    }
    .program-icon-wrapper img {
        height: 45px;
    }
	.bottom-wrapper .bottom-image-wrapper, .bottom-wrapper .contact-button-wrapper, .bottom-wrapper .bottom-image-wrapper img {
		width: 100%;
	}
}
/* ====== FIN PAGE REGION = */