<link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.2.0/css/all.css" crossorigin="anonymous">

.page-content {
	background-blend-mode: normal;
}

.page-content, .elementor-location-single, .tribe_events-template-default { margin-top: 80px; }
@media(max-width: 780px) { 
    .page-content, .elementor-location-single, .tribe_events-template-default { margin-top: 75px; }
}

.search-bar input[type=submit] {
    font-size: 0px!important;
}

/*TYPOGRAPHY*/
body { 
    font-family: 'gotham', sans-serif!important; 
    margin:0;
}

h1 {
    color: #163B7A;
    font-family: "Graph Condensed", Sans-serif!important;
    font-size: 70px!important;
    font-weight: 500!important;
    text-transform: uppercase!important;
    letter-spacing: 1.9px!important;
}
@media(max-width: 767px) {
    h1 { font-size: 50px!important; }
}

h2 {
    color: #163B7A;
    font-family: "Graph Condensed", Sans-serif!important;
    font-size: 38px!important;
    font-weight: 500!important;
    text-transform: uppercase!important;
}
@media(max-width: 767px) {
    h2 { font-size: 34px!important; }
}

h3 {
    font-family: "Graph Condensed", sans-serif!important;
    color: #163b7a;
    font-size: 28px;
    text-transform: uppercase;
}

h4 {
    font-size: 20px;
    color: #000;
}

.elementor-button.elementor-size-xs { padding: 6px 12px!important; }

.elementor a { color: #163B7A; }

/*GENERALS*/
.column-min { width: auto!important; }

.column-grow { width: 100%!important; }

.column-row-center .elementor-widget-wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}
.column-row-center .elementor-widget-wrap>.elementor-element { width: auto; }
.column-row-center .elementor-widget-wrap>.elementor-element.elementor-widget-button { margin-bottom: 0!important; }

.column-row-start .elmentor-widget-wrap {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
}
.column-row-start.column-row-wrap { flex-wrap: wrap!important; }
.column-row-start .elementor-widget-wrap>.elementor-element { width: auto; }

section.no-padding { margin: -10px!important; }

section.no-wrap .elementor-container { flex-wrap: nowrap; }

header.page-header { display: none!important; }

/*HOME*/
.home-slider-ctr .elementor-widget-wrap { padding-bottom: 0!important; }

.home-slider-ctr .swiper-slide { height: 620px!important; }

.home-slider-ctr .swiper-slide .swiper-slide-inner { padding-top: 140px!important; }

#content .rotatingtweets { 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0!important;
    margin-top: 10px!important;
}

.home-form input[type="text"], .home-form input[type="email"]  {
    color: #7a7a7a;
    font-size: 16px;
    min-height: 47px;
    padding: 6px 16px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.home-form button.elementor-button {
    flex-basis: 0!important;
    background-color: rgba(255,255,255,0);
    color: #ffffff;
    font-size: 50px;
    border-radius: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    min-height: 47px;
    margin-left: 20px;
}


@media(max-width: 1024px) {
    .home-slider-ctr .swiper-slide-inner {
        padding-top: 30px!important;
        align-items: center!important;
    }

    .home-slider-ctr .swiper-slide-inner .elementor-button {
        font-size: 16px!important;
        padding: 14px 22px!important;
        font-size: 16px!important;
        border-radius: 4px!important;
    }

    .home-slider-ctr .swiper-slide { height: 350px!important; }

    .home-form input[type="text"], .home-form input[type="email"]  { min-height: 40px; }
    
    .home-form button.elementor-button {
        font-size: 40px;
        margin-left: 0;
        min-height: unset!important;
    }
    
}

@media(max-width: 767px) {
    .column-row-center .elementor-widget-wrap {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .home-form input[type="text"], .home-form input[type="email"]  { 
        margin-bottom: 12px; 
        max-width: 400px!important;
        margin-left: auto;
        margin-right: auto;
    }
    
    .home-form .elementor-field-type-submit {
        justify-content: center;
        margin-top: 10px;
    }
}


/*BLOG*/
article.elementor-post { background-color: rgba(255, 255, 255, 0.5); }
article.elementor-post:hover .elementor-post__title, article.elementor-post:hover .elementor-post__title * { color: #163B7A!important; }


article.elementor-post .elementor-post__thumbnail {
    position: static!important;
    padding: 0!important;
    box-shadow: 0px 13px 12px -9px rgb(0 0 0 / 50%);
}

article.elementor-post .elementor-post__thumbnail img {
    position: static!important;
    height: auto!important;
    width: 100%!important;
    max-width: 100%!important;
    transform: unset!important;
    -ms-transform: unset!important;
    -webkit-transform: unset!important;
}

article.elementor-post .elementor-post__text { padding: 3px 10px 30px 10px; }

article.elementor-post .elementor-post__title, article.elementor-post .elementor-post__title * {
    color: #000!important;
    font-family: "Gotham", Sans-serif!important;
    font-size: 18px!important;
    font-weight: 500!important;
    transition: all ease-in-out .2s;
}
article.elementor-post .elementor-post__title { margin-bottom: 8px!important; }

article.elementor-post .elementor-post__meta-data {
    color: #ADADAD!important;
    font-size: 12px!important;
    line-height: 1.3em!important;
    font-family: "Gotham", Sans-serif!important;
    font-weight: 500!important;
    margin-bottom: 8px!important;
}

article.elementor-post.category-nouvelles .elementor-post__meta-data::after { content: ' | Nouvelles'; }
article.elementor-post.category-videos .elementor-post__meta-data::after { content: ' | Vidéos'; }

article.elementor-post .elementor-post__excerpt p {
    display:none;
    color: #000000!important;
    font-size: 14px!important;
    line-height: 1.5em!important;
    font-family: "Gotham", sans-serif!important;
}

.elementor-widget-posts .elementor-pagination { 
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px; 
    margin-top: 30px;
    font-family: 'Gotham', sans-serif!important;
}

.elementor-widget-posts .elementor-pagination .page-numbers.prev, .elementor-widget-posts .elementor-pagination .page-numbers.next {
    background-color: #6ec1e4;
    padding: 5px 10px 5px 10px;
    height: 35px;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
}
.elementor-widget-posts .elementor-pagination .page-numbers.prev { margin-right: 20px!important; }
.elementor-widget-posts .elementor-pagination .page-numbers.next { margin-left: 20px!important; }

.elementor-widget-posts .elementor-pagination .page-numbers:not(.prev, .next) { 
    display: flex;
    align-items: center;
    justify-content: center;
    color: #163B7A; 
    background: #fff;
    height: 24px;
    width: 24px;
    border-radius: 100px;
}
.elementor-widget-posts .elementor-pagination .page-numbers.current {
    background: #6ec1e4;
    color: #fff;
}

.elementor-location-single.category-blogues .more-news-ctr, .elementor-location-single.category-videos .more-news-ctr {
    display: none!important;
} 

.elementor-location-single.category-videos iframe { height: 560px; }


/*DEPUTES + CANDIDATS*/
.deputes .elementor-grid {
    --grid-column-gap: 30px;
    --grid-row-gap: 35px;
}

.deputes article.depute .elementor-post__thumbnail { box-shadow: unset; }

.deputes article.depute .elementor-post__text {
    padding-left: 0!important;
    padding-right: 0!important;
}

.deputes article.depute .circonscription {
    margin-top: -7px;
    padding: 12px 15px;
    font-weight: 400;
    color: white;
    text-align: left;
    background: linear-gradient(to bottom, #7db5db 1%,#4084c1 100%);
}
.deputes article.depute .circonscription p { margin-bottom: 0; }

.deputes article.depute .depute-info { padding: 10px 15px 0 15px; }

.deputes article.depute .depute-link {
    color: #163B7A;
    font-weight: 500;
    text-transform: uppercase;
    transition: all ease-in-out .2s;
}
.deputes article.depute .depute-link:hover {
    color: #4084c1;
    text-decoration: none;
} 
.deputes article.depute .depute-link i { margin-left: 6px; }

.deputes article.depute .depute-links {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.deputes article.depute .depute-links .social-btn,
.deputes article.depute .elementor-profil-btn {
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    width: 45px;
    cursor: pointer;
    color: #ffffff!important;
    background: #4084c1;
    margin-right: 15px;
    margin-bottom: 20px;
}
.deputes article.depute .elementor-profil-btn {
    width: fit-content;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
   min-width: 215px;
}
.deputes article.depute .depute-links .social-btn span {
    line-height: 1;
}

.deputes article.depute .depute-links .elementor-share-btn__icon {
    
}
@media(max-width: 767px) {
    .deputes .elementor-grid {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        --grid-row-gap: 25px;
    }
}

.candidats-listing .filters .select-wrap .select2-container {
	margin-top: 10px;
}

.candidats-listing .filters {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 50px;
	margin-top: 20px;
}

.candidats-listing .filters form { 
    width: 100%;
}

.candidats-listing .filters .select-wrap {
    max-width: 320px;
    width: 100%;
    margin-bottom: 30px;
}

.candidats-listing .filters .select-wrap label, .candidats-listing label {
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
}

.candidats-listing form#postal-code {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding-top: 10px;
    width: 100%;
    max-width: 320px;
}

.candidats-listing form#postal-code input[type="search"] {
    flex: 1;
    color: #444;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    height: 34px;
}

.candidats-listing form#postal-code input[type="submit"] {
    background-color: #4084c1;
    border: none;
    color: #fff;
    height: 34px;
}

.candidats-listing .filters .select-wrap .select2-container {
    width: 100%!important;
}

.candidats-listing .filters .select-wrap .select2-container .select2-selection {
    height: 34px;
}

.candidats-listing .filters .select-wrap .select2-container .select2-selection .select2-selection__rendered {
    line-height: 34px;
}

body.single-deputes .depute-titre, body.single-candidats .depute-titre {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
}

body.single-deputes .depute-titre .depute-thumbnail, body.single-candidats .depute-titre .depute-thumbnail {
    width: 100%;
    max-width: 25%;
}

body.single-deputes .depute-titre .depute-info, body.single-candidats .depute-titre .depute-info { 
    flex: 1;
    padding-left: 20px;
}

body.single-deputes .depute-titre .circ-info, body.single-candidats .depute-titre .circ-info {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

body.single-deputes .depute-titre .circ-info .info, body.single-candidats .depute-titre .circ-info .info  { 
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-right: 30px;
}

body.single-deputes .depute-titre .circ-info .info .letter, body.single-candidats .depute-titre .circ-info .info .letter  {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 5px 12px 5px 12px;
    background-color: #6ec1e4;
    border-radius: 3px;
    opacity: .3;
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    text-align: center!important;
    margin-right: 10px;
}

body.single-deputes .depute-titre .depute-links .elementor-share-buttons--color-custom, body.single-candidats .depute-titre .depute-links .elementor-share-buttons--color-custom  {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 30px;
}

body.single-deputes .depute-titre .depute-links .elementor-share-buttons--color-custom a.elementor-share-btn, body.single-candidats .depute-titre .depute-links .elementor-share-buttons--color-custom a.elementor-share-btn { 
    overflow: hidden;
    font-size: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-transition-property: background-color,border-color,-webkit-filter;
    transition-property: background-color,border-color,-webkit-filter;
    -o-transition-property: filter,background-color,border-color;
    transition-property: filter,background-color,border-color;
    transition-property: filter,background-color,border-color,-webkit-filter;
    height: 4.5em;
    cursor: pointer;
    background: #4084c1; 
    margin-right: 30px;
    margin-bottom: 20px;
}
body.single-deputes .depute-titre .depute-links .elementor-share-buttons--color-custom a.elementor-share-btn .elementor-share-btn__icon, body.single-candidats .depute-titre .depute-links .elementor-share-buttons--color-custom a.elementor-share-btn .elementor-share-btn__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 4.5em;
    position: relative;
    background-color: #4084C1;
}
body.single-deputes .depute-titre .depute-links .elementor-share-buttons--color-custom a.elementor-share-btn .elementor-share-btn__icon i, body.single-candidats .depute-titre .depute-links .elementor-share-buttons--color-custom a.elementor-share-btn .elementor-share-btn__icon i {
    color: #fff;
    font-size: 17px;
}
body.single-deputes .depute-titre .depute-links .elementor-share-buttons--color-custom a.elementor-share-btn .elementor-share-btn__text, body.single-candidats .depute-titre .depute-links .elementor-share-buttons--color-custom a.elementor-share-btn .elementor-share-btn__text {
    font-size: 1.5em;
    padding-right: 1em;
    padding-left: 1em;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 100;
    background-color: #2e6da5;
}
body.single-deputes .depute-titre .depute-links .elementor-share-buttons--color-custom a.elementor-share-btn .elementor-share-btn__text .elementor-share-btn__title, body.single-candidats .depute-titre .depute-links .elementor-share-buttons--color-custom a.elementor-share-btn .elementor-share-btn__text .elementor-share-btn__title  {
    font-weight: 700;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #fff;
}

body.single-deputes .depute-titre a.assem-link, body.single-candidats .depute-titre a.assem-link  {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    font-weight: 600;
}
body.single-deputes .depute-titre a.assem-link span, body.single-candidats .depute-titre a.assem-link span { margin-left: 12px; }

body.single-deputes .depute-addresses, body.single-candidats .depute-addresses  { margin-bottom: 40px; }

body.single-deputes .address-content, body.single-candidats .address-content { margin-bottom: 20px; }

@media(max-width: 1024px) {
    body.single-deputes .depute-titre .depute-thumbnail, body.single-candidats .depute-titre .depute-thumbnail  {
        width: 100%;
        max-width: 35%;
    }
	
	.candidats-listing .filters {
		flex-direction: column;
	}
}


@media(max-width: 767px) {
    body.single-deputes .depute-titre, body.single-candidats .depute-titre  {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    
    body.single-deputes .depute-titre .depute-thumbnail, body.single-candidats .depute-titre .depute-thumbnail  { max-width: 300px; }

    body.single-deputes .depute-titre .circ-info .info, body.single-candidats .depute-titre .circ-info .info  { 
        font-size: 14px; 
        align-items: flex-start!important;
    }
    body.single-deputes .depute-titre .circ-info .info .letter, body.single-candidats .depute-titre .circ-info .info .letter  { 
        padding: 3px 9px 3px 9px!important;
        font-size: 12px!important;
        margin-right: 8px!important;    
    }

    body.single-deputes .depute-titre .depute-links .elementor-share-btn, body.single-candidats .depute-titre .depute-links .elementor-share-btn  {
        margin-right: 15px!important;
        margin-bottom: 17px!important;
        height: 4em!important;
    } 

    body.single-deputes .depute-titre .depute-links .elementor-share-btn .elementor-share-btn__icon, body.single-candidats .depute-titre .depute-links .elementor-share-btn .elementor-share-btn__icon {  width: 4em!important; }

    body.single-deputes .depute-titre .depute-links .elementor-share-btn .elementor-share-btn__text, body.single-candidats .depute-titre .depute-links .elementor-share-btn .elementor-share-btn__text { font-size: 1.3em!important; }
	
	.candidats-listing {
		text-align: -webkit-center;
	}
	
	
}


/*DONS*/
.dons .elementor-widget-text-editor h2,.dons .elementor-widget-text-editor h3, .dons .elementor-widget-text-editor h4 { color: #fff!important; } 


/*CALENDAR*/
body.tribe-events main, body.tribe-events main *, .tribe-common main, .tribe-common main *:not(h1,h2,h3,h4,h5,h6,button,a), .tribe_events-template-default main, .tribe_events-template-default main *:not(h1,h2,h3,h4,h5,h6,button,a),  .tribe-events-calendar-month__day-cell *, .tribe-events-c-subscribe-dropdown__button {
    font-family: "Gotham", sans-serif!important;
}

.tribe-common-c-btn, .tribe-events-back a {
    font-family: "Graph Condensed", Sans-serif!important;
    font-size: 21px!important;
    font-weight: 500!important;
    fill: #F8F8F8!important;
    color: #F8F8F8!important;
    background-color: #4084C1!important;
    border-radius: 0px 0px 0px 0px!important;
    padding: 6px 12px!important;
} 

.tribe-events-c-subscribe-dropdown {
    float: left!important;
    margin-left: 0!important;
    margin-right: auto!important;
}

.tribe-events-c-subscribe-dropdown__button {
    color: #042C4B!important;
    border-color: #042C4B!important;
    fill: #042C4B!important;
    width: max-content!important;
}

.tribe-events-c-subscribe-dropdown__button--active, .tribe-events-c-subscribe-dropdown__button:hover {
    background-color: #042C4B!important;
    color: #ffffff!important;
    border-color: #042C4B!important;
    fill: #ffffff!important;
}

.tribe-events-c-top-bar__datepicker button.tribe-events-c-top-bar__datepicker-button:hover {
    color: #000000;
}

.tribe-events .tribe-events-calendar-month__day-cell--selected, .tribe-events .tribe-events-calendar-month__day-cell--selected:focus, .tribe-events .tribe-events-calendar-month__day-cell--selected:hover {
    background-color: #eeeff0!important;
}

.tribe-events .tribe-events-calendar-month__mobile-events-icon--event {
    background-color: #042C4B!important;
}

.tribe-events-event-meta {
    width: 100%!important;
}

.tribe-events-event-meta .tribe-events-venue-map {
    width: 100%!important;
}

.tribe-events .tribe-events-calendar-month__day-date-daynum {
    color: #042C4B;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day:hover:after {
    background-color: #042C4B;   
}


/* Calendrier accueil elementor */

.calendrier3 .fc-button-active {
	background-color: #4084C1!important;
}

.calendrier3 .fc-button:hover {
	background-color: #4084C1!important;
}

.calendrier3 .eicon-calendar {
	color: #4084C1!important;
}

.calendrier3 .fc-listMonth-button, .calendrier3 .fc-timeGridWeek-button, .calendrier3 .fc-timeGridDay-button {
	display: none;
}

.calendrier3 .fc-day-grid-event {
	margin: 10px!important;
}

/*** Modification formulaire accueil ***/

#gform_fields_2 input {
	border-radius: 5px!important;
}

#field_2_1 {
	grid-column: span 7;
}

#input_2_2 {
	display: grid;
}

#field_2_3 {
	grid-column: span 1;
}

#input_2_1 {
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 14px;
	border: none;
}

#input_2_2_5 {
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 14px;
	border: none;
}

#gform_fields_2 button {
	font-size: 40px!important;
	color: white;
	background-color: transparent;
	border: none;
	transition: all .2s ease-in-out; 
}

 #gform_fields_2 button:hover {
	transform: scale(1.2); 
}

#gform_2_validation_container {
	display: none;
}

#validation_message_2_2 {
	display: none;
}

#gform_confirmation_message_2 {
	color: white;
	padding-top: 12px;
}


@media(max-width: 640px) { 

	#input_2_1 {
		padding-top: 8px;
		padding-bottom: 8px;
		width: 70%;	
	}
	
	#field_2_1 {
		grid-column: 1/-1;
		text-align: center;
	}

	#input_2_2_5 {
		padding-top: 8px;
		padding-bottom: 8px;
		width: 70%
	}
	
	#field_2_2 {
		text-align: center;
	}
	
	#field_2_3 {
		grid-column: 1/-1;
		text-align: center;
	}
	
	#validation_message_2_1 {
	display: none;
	}
	
	#validation_message_2_2 {
	display: block;
	}
	
	#gform_confirmation_message_2 {
		text-align: center;
		padding-top: 0;
	}
	
}

@media(max-width: 480px) { 

	#input_2_1 {
		width: 100%;	
	}
	
	#input_2_2_5 {
		width: 100%
	}
}

.form-button button {
	line-height: 2px;
}



