/*
Theme Name: JSE
Theme URI: 
Author: 
Author URI: 
GitHub Theme URI: 
Description: Thème développé pour les Journées de Solidarité Entreprise
Version: 1
License: UnderStrap WordPress Theme, Copyright 2013-2017 Holger Koenemann
UnderStrap is distributed under the terms of the GNU GPL version 2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap

This theme, like WordPress, is licensed under the GPL.
UnderStrap is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.

Resource Licenses:
Font Awesome: http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
Bootstrap: http://getbootstrap.com | https://github.com/twbs/bootstrap/blob/master/LICENSE (Code licensed under MIT, documentation under CC BY 3.0.)
Owl Carousel 2: http://www.owlcarousel.owlgraphic.com/ | https://github.com/smashingboxes/OwlCarousel2/blob/develop/LICENSE (Code licensed under MIT)
and of course
jQuery: https://jquery.org | (Code licensed under MIT)
WP Bootstrap Navwalker by Edward McIntyre: https://github.com/twittem/wp-bootstrap-navwalker | GNU GPL
*/

/*
This file is just used to identify the theme in WordPress.
The compiled CSS output can be found in /css/theme.css
The SASS sources for it can be found in /sass/
The dependencies can be found in /src/ after running "gulp copy-assets" terminal command

...and now go out and play!
*/

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,900');
@import url(fonts/gabriella/stylesheet.css);
@import url(fonts/jseicons/style.css);

html {
	font-size: 62.5%;
}

body {
	font-family: 'Roboto', sans-serif;
	font-size: 1.1rem;
	background-color: #f3f4f7;
}


@media (min-width: 1200px) {
	.container {
	    max-width: 1220px;
	}
	
	.content-wrapper > .container {
		max-width: 1064px;
		padding: 0 5rem;
		min-height: calc(100vh - 40.7rem);
	}
	body.admin-bar .content-wrapper > .container {
		min-height: calc(100vh - 40.7rem - 3.2rem);
	}
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	padding-right: 1rem;
    padding-left: 1rem;
}



hr.border-primary,
hr.border-secondary {
	border-width: 0.3rem;
	margin-left: 0;
	width: 5.7rem;
	margin-bottom: 1.5rem;
}

.gray-filter {
	filter: grayscale(100%);
}


/** Boutons **/
.btn {
	border-radius: 0!important;
	text-transform: uppercase;
	font-size: 2.121rem!important;
	line-height: 2.121rem!important;
	padding: 1rem!important;
	border: none!important;
	font-weight: 900!important;
}
/** Fin Boutons **/


/** Menu **/

.tooltip-inner {
	font-size: 1.4rem;
	text-transform: uppercase;
}
.navbar {
	padding: 0;
}

.navbar-brand {
	background-color: #FFFFFF;
	width: 13rem;
	min-height: 9rem;
    padding: 1.5rem;
    position: absolute;
    top: 0;
    margin-left: 2.2rem;
    z-index: 2;
}

.navbar-nav .menu-item {
	margin: 0 3.5rem;
}

.navbar-nav .nav-link {
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 1.791rem;
	line-height: 1.791rem;
    font-weight: 900;
    padding: 1.5rem 1.5rem 0.5rem 1.5rem!important;
	border-bottom: 0.9rem solid rgba(0, 0, 0, 0);
}

.navbar-nav .menu-item-icon .nav-link {
	background-repeat: no-repeat;
	background-position: center 1.1rem;
	background-size: 2.5rem auto;
}
.navbar-nav .menu-item-icon.menu-item-home .nav-link {
	background-image: url(img/icons/home.svg);
}
/** Fin Menu **/





/** Header **/
header .container {
	padding: 0;
}

header .header-banner {
	display: flex;
	justify-content: center;
	height: 27.5rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

header .title {
		
}

header h1.title-secondary {
	align-self: center;
	background-color: #FFFFFF;
	text-transform: uppercase;
	padding: 0 6rem;
	font-weight: 900;
	font-size: 5.008rem;
	line-height: 5.008rem;
}

header h1 .first-line {
	font-family: 'Gabriella', sans-serif;
	background-color: #FFFFFF;
	font-size: 3rem;
	line-height: 1;
	width: fit-content;
    display: block;
    padding: 0 .5rem;
}

header h1 .second-line {
	font-size: 3rem;
	font-weight: 900;
	width: fit-content;
    display: block;
    padding: 0 .5rem;
    text-align: center;
    text-transform: uppercase;
}
/** Fin Header **/





/** Contenu **/
.content-wrapper {
	padding: 0;
}

.content-wrapper > .container {
	background-color: #FFFFFF;
	padding: 6rem 6rem 5rem 6rem;
}
/** Fin Contenu **/





/** Home **/
.page-template-home header .header-banner {
    background-position: center 39%;
    text-align: center;
}
	
	.page-template-home header h1 {
		margin-top: 5rem;
	    margin-left: -31rem;
	}
	
		.page-template-home header h1 .second-line {
		    display: inline-block;
		}

.page-template-home .introduction h2 {
	font-size: 1.6rem;
	font-weight: 500;
	margin-left: 1.5rem;
	margin-bottom: 1.5rem;
}

.page-template-home .introduction hr {
	margin-top: 0;
}

.page-template-home .introduction .bloc-en-savoir-plus,
.page-template-home .introduction .bloc-a-propos {
	
}

.page-template-home .introduction .bloc-en-savoir-plus {
	position: relative;
	margin-top: 5rem;
	width: 28rem;
	height: 19.3rem;
}

.page-template-home .introduction .bloc-en-savoir-plus a {
	display: inline-block;
	border: 0.2rem solid #FFFFFF;
	color: #FFFFFF;
	padding: 0 1rem;
	font-weight: 900;
	font-size: 1.4rem;
	margin-bottom: 2rem;
	text-transform: uppercase;
}

.page-template-home .introduction .bloc-en-savoir-plus a:hover,
.page-template-home .introduction .bloc-en-savoir-plus a:focus {
	text-decoration: none;
}

.page-template-home .introduction .bloc-a-propos {
	width: 26.8rem;
	height: 17.7rem;
	position: absolute;
	top: -5rem;
	left: -5rem;
	background: url(img/home-a-propos.png) no-repeat center;
	background-size: cover;
	text-transform: uppercase;
	font-size: 1.964rem;
	font-weight: 900;
	padding: 1.3rem;
}

.page-template-home .introduction .bloc-etoile {
	position: absolute;
	right: -0.8rem;
    top: -7.4rem;
    right: -0.5rem;
    top: -7.8rem;
    font-size: 6.5rem;
}

.page-template-home .introduction .bloc-etoile img {
}

.page-template-home h2.titre-noir {
	font-weight: 500;
	font-size: 2.325rem;
	text-transform: uppercase;
}

.page-template-home section.actions {
	margin-top: 7rem;
	margin-bottom: 5rem;
}

.page-template-home .filtres {
	margin-bottom: 3.7rem;
}
	
	.page-template-home .filtres .filtre {
		margin-right: 2.7rem;
		cursor: pointer;
		display: inline-block;
		position: relative;
		border-width: 2px;
		border-style: solid;
		width: 20rem;
		text-align: left;
		line-height: 2rem;
		padding: 0 .5rem 0 1.5rem;
	}
	.page-template-home .filtres .filtre::last-child {
		margin-right: 0;
	}
		
		.page-template-home .filtres .filtre .name {
			font-size: 1.4rem;
			font-weight: 900;
			text-transform: uppercase;
		}
		
		.page-template-home .filtres .filtre .icon {
			display: inline-block;
			float: right;
			border-radius: 50%;
			color: #FFFFFF;
			height: 1.6rem;
			width: 1.6rem;
			line-height: 1.6rem;
			font-size: .8rem;
			text-align: center;
			transform: rotate(90deg);
			margin-top: .3rem;
		}
		.page-template-home .filtres .filtre.opened .icon {
			transform: rotate(-90deg);
		}
		
		.page-template-home .filtres .filtre .contenu {
			display: none;
			position: absolute;
		    border: .2rem solid;
		    width: calc(100% + .4rem);
		    left: -.2rem;
		    z-index: 100;
		    background: #FFFFFF;
		}
		.page-template-home .filtres .filtre.opened .contenu {
			display: block;
		}
		
			.page-template-home .filtres .filtre .contenu > a {
				display: block;
				padding: 0 .5rem 0 1.5rem;
				text-decoration: none;
			}



.page-template-home section.actions .slick-prev,
.page-template-home section.actions .slick-next {
	height: 3rem;
	width: 3rem;
}
.page-template-home section.actions .slick-prev {
	left: -3rem;
}
.page-template-home section.actions .slick-next {
	right: -3rem;
}

.page-template-home section.actions .slick-prev::before,
.page-template-home section.actions .slick-next::before {
	content: " ";
	display: block;
	height: 100%;
	width: 100%;
	background: url(img/icons/chevron.svg) no-repeat center;
	background-size: contain;
}

.page-template-home section.actions .slick-prev::before {
	transform: rotate(180deg);
}
	
.page-template-home section.actions #carousel-actions a, .page-template-home section.actions #grille-actions a {
	color: #000000;
}
.page-template-home section.actions #carousel-actions a:hover, .page-template-home section.actions #grille-actions a:hover {
	text-decoration: none;
}
.page-template-home section.actions #carousel-actions a:focus, .page-template-home section.actions #grille-actions a:focus {
    outline: none;
}


.page-template-home section.actions #grille-actions {
	display: flex;
    max-width: 960px;
    flex-wrap: wrap;
}
.page-template-home section.actions #grille-actions .action-item {
	width: 216px;
	margin: 1rem;
}

.page-template-home section.actions .action-item {
	background: #e7e9f0;
	margin: 0 1rem;
	padding: 1rem;
	height: 40rem;
	display: flex;
    flex-direction: column;
	position: relative;
}

	.page-template-home section.actions .action-item h3 {
		text-align: center;
		text-transform: uppercase;
		font-weight: 500;
		font-size: 1.5rem;
		margin-bottom: 0.5rem;
	}
	
	.page-template-home section.actions .action-item .image {
		width: 100%;
		padding-top: 66.66%;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		margin-bottom: 1rem;
	}
	
	.page-template-home section.actions .action-item .infos-generales {
		margin-bottom: 2rem;
	}
	
		.page-template-home section.actions .action-item .infos-generales > div {
		    overflow: hidden;
		    white-space: nowrap;
		    text-overflow: ellipsis;
		}
	
			.page-template-home section.actions .action-item .infos-generales span {
				text-transform: uppercase;
				font-weight: 500;
				font-size: 1.1rem;
				width: 40%;
				display: inline-block;
			}
	
	.page-template-home section.actions .action-item .plus {
		text-align: center;
		font-size: 2rem;
		margin-top: auto;
	}
		

.page-template-home section.associations {
	
}

	.page-template-home section.associations #carousel-associations {
		margin-top: 3rem;
	}
	
	.page-template-home section.associations .slick-prev,
	.page-template-home section.associations .slick-next {
		height: 3rem;
		width: 3rem;
		top: 45%;
	}
	.page-template-home section.associations .slick-prev {
		left: -3rem;
	}
	.page-template-home section.associations .slick-next {
		right: -3rem;
	}
	
	.page-template-home section.associations .slick-prev::before,
	.page-template-home section.associations .slick-next::before {
		content: " ";
		display: block;
		height: 100%;
		width: 100%;
		background: url(img/icons/chevron.svg) no-repeat center;
		background-size: contain;
	}
	
	.page-template-home section.associations .slick-prev::before {
		transform: rotate(180deg);
	}

	.page-template-home section.associations .association-item {
		text-align: center;
		padding: 1rem;
	}
	
		.page-template-home section.associations .association-item img {
			margin: 0 auto;
		}
	
		.page-template-home section.associations .association-item .nom {
			font-size: 1.365rem;
			font-weight: 500;
			text-transform: uppercase;
			margin-top: 1.5rem;
			opacity: 0;
			transition: visibility 0s .5s, opacity .5s linear;
		}
		.page-template-home section.associations .association-item:hover .nom {
			opacity: 1;
			transition: opacity .5s linear;
		}
/** Fin Home **/





/** FAQ **/
.page-template-faq .introduction {
	font-size: 1.2rem;
	margin-bottom: 3rem;
	font-weight: bold;
}

.page-template-faq .faq {
	margin-bottom: 9rem;
}

.page-template-faq .faq-item {
	padding: 1rem 0.5rem;
	cursor: pointer;
	margin-bottom: 1rem;
}

.page-template-faq .faq-item.selected {
	background-color: #e7e9f0;
}

.page-template-faq .faq-item .chevron {
	float: right;
	width: 3rem;
	height: 3rem;
	background: url(img/icons/chevron-red.svg) no-repeat center;
	background-size: contain;
	transform: rotate(90deg);
}
.page-template-faq .faq-item.selected .chevron {
	transform: rotate(-90deg);
}

.page-template-faq .faq-item .question {
	font-weight: 900;
	text-transform: uppercase;
	font-size: 1.4rem;
}

.page-template-faq .faq-item hr {
	margin-top: 1rem;
	margin-bottom: 1.5rem;
}
.page-template-faq .faq-item.selected hr {
	display: none;
}

.page-template-faq .faq-item .reponse {
	font-size: 1.3rem;
	margin-top: 2rem;
}
.page-template-faq .faq-item:not(.selected) .reponse {
	display: none;
}
/** Fin FAQ **/





/** Contact **/
.page-template-contact header .header-banner {
    background-position: center top;
}

.page-template-contact header h1.title-secondary {
	position: absolute;
	top: 8rem;
	right: 19rem;
	padding: 0 1rem;
}

.page-template-contact .introduction {
	font-size: 1.2rem;
	margin-bottom: 3rem;
	font-weight: bold;
}

.page-template-contact .wpcf7 {
	max-width: 100%;
}

.page-template-contact label {
	text-transform: uppercase;
	font-size: 1.2rem;
	font-weight: bold;
}

.page-template-contact input:not([type="submit"]),
.page-template-contact textarea {
	margin-top: 1rem;
	font-size: 1.4rem!important;
	border-width: .1rem!important;
	border-style: solid!important;
	border-radius: 0!important;
}
.page-template-contact textarea {
	margin-top: 3rem;
}
.page-template-contact input:focus,
.page-template-contact textarea:focus {	
	box-shadow: none!important;
}

.page-template-contact .wpcf7-character-count {
	font-weight: normal;
}

.page-template-contact input[type="submit"] {
	margin-top: 1.5rem;
}
/** Fin Contact **/





/** Action **/
.single-action header .header-banner {
    background-position: center 39%;
}

	.single-action header h1 {
		margin-top: 6rem;
	    margin-left: -31rem;
	}
	
		.single-action h1 .second-line {
		    display: inline-block;
		    margin-left: 5rem;
		    margin-top: .5rem;
		}

.single-action .entry-header {
	margin-bottom: 1rem;
}

	.single-action .nb-places {
		display: inline-block;
		font-size: 1.6rem;
		font-weight: 500;
		color: #FFFFFF;
		padding: 1.5rem 3rem;
		margin-left: -5.5rem;
	}
	
	.single-action .infos-generales {
		background-color: #e7e9f0;
		display: flex;
    	justify-content: center;
    	padding: 1.5rem;
	}
	
		.single-action .infos-generales > div {
	    	text-align: center;
	    	width: 12rem;
	    	margin: 0 1.5rem;
		}
		
			.single-action .infos-generales .icon {
				font-size: 3rem;
				line-height: 1;
			}
		
			.single-action .infos-generales .libelle {
				font-size: 1.1rem;
		    	font-weight: 900;
		    	text-transform: uppercase;
			}

.single-action .nom-association {
	font-weight: 500;
	font-size: 1.365rem;
	text-transform: uppercase;
}

.single-action .btn-inscription {
	margin: 3rem 0 0 3rem;
	padding-left: 5rem!important;
	padding-right: 5rem!important;
}

.single-action .btn-no-inscription {
	margin: 3rem 0 0 3rem;
	padding-left: 1rem!important;
	padding-right: 1rem!important;
}

.single-action section.carousel {
	
}
	
	.single-action section.carousel #carousel-photos {
		margin-top: 3rem;
	}
	
		.single-action section.carousel .slick-prev,
		.single-action section.carousel .slick-next {
			height: 3rem;
			width: 3rem;
			top: 50%;
		}
		.single-action section.carousel .slick-prev {
			left: -6rem;
		}
		.single-action section.carousel .slick-next {
			right: -6rem;
		}
		
		.single-action section.carousel .slick-prev::before,
		.single-action section.carousel .slick-next::before {
			content: " ";
			display: block;
			height: 100%;
			width: 100%;
			background: url(img/icons/chevron.svg) no-repeat center;
			background-size: contain;
		}
		
		.single-action section.carousel .slick-prev::before {
			transform: rotate(180deg);
		}
	
		.single-action section.carousel .photo-item {
			position: relative;
			height: 22rem;
			margin: 2.5rem 0 4.5rem 0;
		}
		
		@media screen and (min-width: 768px) {
			.single-action section.carousel .photo-item {
				width: 36rem!important;
			}	
		}
		
		.single-action section.carousel .photo-item.slick-current {
			
		}
		
			.single-action section.carousel .photo-item > div {
				width: 100%;
				height: 100%;
				background-repeat: no-repeat;
				background-position: center;
				background-size: cover;
			    transition: width .5s, height .5s;
			}
			
			.single-action section.carousel .photo-item.slick-current > div {
				position: absolute;
			    width: 45rem;
			    height: 28rem;
			    top: -2.5rem;
			    left: -4.5rem;
			    z-index: 10;
				box-shadow: 3px 5px 7px 0px rgba(0, 0, 0, 0.24); 
			}
			
.single-action section.detail-planning {
	margin-top: 4rem;
}

	.single-action .detail {
		display: flex;
		flex-wrap: wrap;
	}
	
		.single-action .detail > div {
			flex: 1 1 50%;
			margin-bottom: 4rem;
		}
		.single-action .detail > div:nth-child(odd) {
			padding-right: 1rem;
		}
		.single-action .detail > div:nth-child(even) {
			padding-left: 1rem;
		}
		
			.single-action .detail .title {
				text-transform: uppercase;
				font-size: 1.6rem;
				font-weight: 900;
			}
			
	.single-action .petit-plus {
		border: 0.2rem solid #e7e9f0;
		display: flex;
		align-items: center;
		padding: .3rem .8rem;
	    font-weight: bold;
	}
	
		.single-action .petit-plus .circle {
			width: 7rem;
			height: 7rem;
			border-radius: 50%;
			background-color: #e7e9f0;
			display: flex;
			flex-direction: column;
			justify-content: center;
		    align-items: center;
		    text-align: center;
		    font-size: 1.6rem;
		    font-weight: 900;
		    text-transform: uppercase;
		    line-height: 1.1;
		    margin-right: 2rem;
		}
		.single-action .petit-plus .circle .plus {
		    font-size: 3rem;
		    line-height: 0.7;
		}
		
	.single-action .planning {
		color: #FFFFFF;
		padding: 3rem 1rem;
	}

	.single-action .inscrits {
		color: #FFFFFF;
		padding: 3rem;
	}

	.inscrits ul {
		column-count: 2;
	}
		
		.single-action .planning .title {}
		
			.single-action .planning .title .icon {
				width: 6rem;
				height: 6rem;
			    font-size: 5.8rem;
			}
			.single-action .planning .title .icon image {
				width: 100%;
				height: 100%;
			}
			.single-action .planning .title h2,
			.single-action .planning .title h3 {
				font-weight: 500;
				text-transform: uppercase;
				margin: 0;
				line-height: 1;
			}
			.single-action .planning .title h2 {
				font-size: 2.325rem;
				margin-bottom: 0.2rem;
			}
			.single-action .planning .title h3 {
				font-size: 2rem;
			}
			
			.single-action .planning .title hr {
				margin-bottom: 0;
			}
		
		.single-action .planning .deroule {
			display: flex;
			flex-wrap: wrap;
			margin-top: 4rem;
		}
			.single-action .planning .deroule > div {
				margin-bottom: 1.5rem;
			}
			.single-action .planning .deroule > div:nth-child(odd) {
				flex: 1 1 30%;
				text-align: right;
				padding-right: 2rem;
				font-size: 1.2rem;
				font-weight: 900;
			}
			.single-action .planning .deroule > div:nth-child(even) {
				flex: 1 1 70%;
				font-size: 1.1rem;
			}
			
		.single-action .planning .hr-end {
		    margin-left: 7rem;
		    margin-bottom: 0;
		    margin-top: 1.5rem;
		}
	
.single-action section.contact {
	margin-top: 6rem;
}

	.single-action section.contact .fieldset {
		
	}
	
		.single-action section.contact .fieldset .infos,
		.single-action section.contact .fieldset .nom {
			padding: 0 1rem;
			margin-bottom: 1rem;
		}
		
		.single-action section.contact .fieldset .title {
			top: -1rem;
		}
		
		.single-action section.contact .fieldset .nom {
			text-align: right;
			text-transform: uppercase;
			font-weight: 900;
			font-size: 1.893rem;
		    align-self: center;
		}
		
		.single-action section.contact .fieldset .infos {
			font-weight: 900;
			font-size: 1.6rem;
		    align-self: center;
		}
		
.single-action section.infos-pratiques-map {
	margin-top: 4rem;
}

	.single-action section.infos-pratiques-map .infos-pratiques {
		background-color: #e7e9f0;
		padding: 3rem 1.5rem;
	}
	
		.single-action section.infos-pratiques-map .infos-pratiques .title {
			font-size: 1.8rem;
			text-transform: uppercase;
			font-weight: 900;
			line-height: 1;
		}
		
			.single-action section.infos-pratiques-map .infos-pratiques .title .icon {
				font-size: 4rem;
				float: right;
				margin-top: -1.5rem;
			}
		
		.single-action section.infos-pratiques-map .infos-pratiques ul {
			padding: 1.5rem;
		}
			
			.single-action section.infos-pratiques-map .infos-pratiques ul li {
				font-weight: 900;
				font-size: 1.8rem;
				margin-bottom: 2rem;
			}
			.single-action section.infos-pratiques-map .infos-pratiques ul li:last-child {
				margin-bottom: 0;
			}

			.single-action section.infos-pratiques-map .infos-pratiques ul li div:first-child {
				text-transform: uppercase;
			}
			
			.single-action section.infos-pratiques-map .infos-pratiques ul li div:last-child {
				font-size: 1.4rem;
			}

	.single-action section.infos-pratiques-map .map {
		
	}
		
		.single-action section.infos-pratiques-map .map > div {
			background: no-repeat center;
			background-size: cover;
		}
			
.single-action section.inscription {
	margin: 5rem -5.5rem 0 -5.5rem;
    padding: 2rem 5.5rem;
    color: #FFFFFF;
    text-align: center;
}

	.single-action section.inscription .title {
		font-size: 3rem;
		font-weight: 500;
		text-transform: uppercase;
	}
	
	.single-action section.inscription input:not([type="checkbox"]) {
		width: 100%;
		border: 0.2rem solid #FFFFFF;
		background: none;
		color: #FFFFFF;
		padding: 0.8rem 2rem;
		font-size: 1.4rem;
		margin-bottom: 1rem;
	}

	.radio-groupe {
		display: flex;
		justify-content: center;
	}

	.radio-groupe label {
		display: flex;
		align-items: center;
		margin: 0 2rem;
	}

	.single-action section.inscription [type="radio"] {
		position: relative!important;
		/*display: flex!important;*/
		opacity: 1!important;
		width: fit-content!important;
		border: 0.2rem solid #FFFFFF;
		background: none;
		color: #FFFFFF;
		padding: 0.8rem 2rem;
		font-size: 1.4rem;
		margin: 1rem!important;
		transform: scale(1.2);
	}


	.single-action section.inscription input::placeholder {
		color: rgb(255, 255, 255, 0.8);
	}
	
	.single-action section.inscription button {
		padding: .5rem 2rem !important;
		background-color: #FFFFFF;
		font-weight: 500!important;
		font-size: 2rem!important;
	}
	
	.single-action section.inscription .container-checkbox {
		position: relative;
		padding-left: 35px;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		margin-bottom: 2rem;
		line-height: 2.5rem;
	}
	
		.single-action section.inscription .container-checkbox a {
			color: #FFFFFF;
			text-decoration: underline;
		}
	
		.single-action section.inscription .container-checkbox input {
			position: absolute;
			opacity: 0;
		}

		.single-action section.inscription .container-checkbox .checkmark {
			position: absolute;
			top: 0;
			left: 0;
			height: 2.5rem;
			width: 2.5rem;
			border: 0.2rem solid #FFFFFF;
		}
		
		.single-action section.inscription .container-checkbox .checkmark:after {
			content: "";
			position: absolute;
			display: none;
		}
		
		/* Show the checkmark when checked */
		.single-action section.inscription .container-checkbox input:checked ~ .checkmark:after {
			display: block;
		}
		
		/* Style the checkmark/indicator */
		.single-action section.inscription .container-checkbox .checkmark:after {
			left: 9px;
			top: 5px;
			width: 5px;
			height: 10px;
			background: none;
			border: solid white;
    		border-width: 0 3px 3px 0;
			-webkit-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			transform: rotate(45deg);
		}
/** Fin Action **/





/** A propos **/
.page-template-a-propos header .header-banner {
	background-position: center 25%;
}

.page-template-a-propos header h1 {
    margin-top: 8rem;
    margin-left: 70rem;
}

	.page-template-a-propos header h1 .second-line {
		background-color: #FFFFFF;
		margin-top: .5rem;
		margin-left: 7rem;
	}


.page-template-a-propos .quote {
	
}

	.page-template-a-propos .quote .citation {
		font-family: "Gabriella", sans-serif;
		font-size: 2.4rem;
		text-align: center;
	}
	
	.page-template-a-propos .quote .citation::before,
	.page-template-a-propos .quote .citation::after {
		font-family: 'jseicons' !important;
		content: "\e90d";
		font-size: 3rem;
		display: block;
		text-align: center;
	}
	.page-template-a-propos .quote .citation::after {
		transform: rotate(180deg);
	}

	.page-template-a-propos .quote hr {
		margin: 0 auto 1rem auto;
	}

	.page-template-a-propos .quote .auteur {
		font-size: 1.2rem;
		text-align: center;
		font-weight: 900;
		text-transform: uppercase;
	}
	
.page-template-a-propos .galerie {
	margin-top: 5rem;
}
	
	.page-template-a-propos .galerie .masonry {
		
	}
	
		.page-template-a-propos .galerie .masonry .element {
			float: left;
			padding: 1rem;
			font-size: 1.4rem;
			font-weight: bold;
			color: #FFFFFF;
		}
	
			.page-template-a-propos .masonry .element > div {
				height: 23rem;
				background-color: #e7e9f0;
				display: flex;
			  	justify-content: center;
			  	flex-direction: column;
			  	line-height: 1.3;
			}
			
			.page-template-a-propos .masonry .element > div.p-30 {
				padding: 3rem;
			}
			.page-template-a-propos .masonry .element > div.p-40 {
				padding: 4rem;
			}
			
			.page-template-a-propos .masonry .element > div h4,
			.page-template-a-propos .masonry .element > div h5,
			.page-template-a-propos .masonry .element > div h6 {
				font-weight: black;
				text-transform: uppercase;
				margin: 0;
				line-height: 1.1;
			}
			.page-template-a-propos .masonry .element > div h4 {
				font-size: 3.6rem;
			}
			.page-template-a-propos .masonry .element > div h5 {
				font-size: 2.4rem;
			}
			.page-template-a-propos .masonry .element > div h6 {
				font-size: 2rem;
			}
			
			.page-template-a-propos .masonry .element > div.image {
				background: no-repeat center;
				background-size: cover;
			}
		
		.page-template-a-propos .galerie .masonry .element.double {
			height: 50rem;
			display: flex;
			flex-direction: column;
			text-align: center;
		}
		
			.page-template-a-propos .galerie .masonry .element.double > div {
				background: none;
			}
			
			.page-template-a-propos .galerie .masonry .element.double > div.logo {
				height: auto;
				padding: 2rem;
			}
			
				.page-template-a-propos .galerie .masonry .element.double img {
					max-width: 65%;
					margin: auto;
				}
			
			.page-template-a-propos .galerie .masonry .element.double > div.image {
				flex: 1 1 auto;
			}
				

.page-template-a-propos .pourquoi {
	margin-top: 9rem;
}

	.page-template-a-propos .pourquoi .fieldset {
		padding: 7rem 5rem 2rem 5rem;
		font-size: 1.4rem;
		font-weight: 900;
	}

		.page-template-a-propos .pourquoi .fieldset .title {
			top: -2rem;
		}
	
	
.page-template-a-propos .questions {
	margin-top: 4.5rem;
}
/** Fin A propos **/





/** Bloc - Vous avez des questions **/
.have-questions {
	font-weight: 900;
	font-size: 2.547rem;
	text-transform: uppercase;
	line-height: 3rem;
	margin-bottom: 1.5rem;
}
/** Fin Bloc - Vous avez des questions **/




/** Fieldset **/
.fieldset {
	border-width: .2rem;
	border-style: solid;
	padding: 1.5rem;
}
	
	.fieldset .title {
		position: absolute;
		background-color: #FFFFFF;
		font-size: 2.547rem;
		font-weight: 900;
		padding: 0 2rem;
		line-height: 1;
		left: 5rem;
		text-transform: uppercase;
	}
/** Fin Fieldset **/





/** Footer **/
#footer-menu {
	margin-bottom: 0;
}

	#footer-menu > li {
		display: inline;
	}
	
		#footer-menu > li,
		#footer-menu > li a,
		#footer-menu > li a:hover {
			color: #FFFFFF;
		}
		
		#footer-menu > li:not(:last-child)::after {
			content: " - ";
		}
/** Fin Footer **/

.inscriptionclose {
	margin: 3rem 0 0 3rem;
    border-radius: 0!important;
    text-transform: uppercase;
    font-size: 2.121rem!important;
    line-height: 2.121rem!important;
    padding: 1rem!important;
    padding-left: 5rem!important;
    padding-right: 5rem!important;
    border: none!important;
    font-weight: 900!important;
	display: inline-block;
	background-color: #e7e9f0;
}
.ouvertureinscription {
	margin: 3rem 0 0 3rem;
    border-radius: 0!important;
    text-transform: uppercase;
    font-size: 1.8rem!important;
    line-height: 1.8rem!important;
    padding: 1rem!important;
    padding-left: 5rem!important;
    padding-right: 5rem!important;
    border: none!important;
    font-weight: 900!important;
	display: inline-block;
	background-color: beige;
}


/**  progress bar action **/

.progress {
	height: 1.8rem;
}

.progress-bar {
	font-size: 1.2rem!important;
}

.complet {
	background: #28a745;
	padding: 0.2rem 1rem;
	color: #FFF;
	position: absolute;
	display: inline-block;
	right: 0;
    top: 14%;
    z-index: 10;
	
}

body.single-action .complet {
	position: relative;
	padding: 1.5rem 3rem;

    font-size: 1.6rem;
    font-weight: 500;
}

/** FIN progress bar action */



/*** Mobile ***/
@media screen and (max-width: 767px)
{
	.content-wrapper > .container {
		padding: 3rem;
	}
	
	
	/** Header **/
	header h1 {
		margin: 8rem auto 1rem auto!important;
    	padding: 0 1rem!important;
	}
	
	header h1 .second-line {
		margin: auto!important;
		margin-top: 1rem!important;
	}
	
	header h1.title-secondary {
		position: relative!important;
	    top: auto!important;
	    left: auto!important;
	    right: auto!important;
	}
	
	.navbar {
		padding: .5rem;
	}
	
	.navbar-toggler {
		margin-left: auto;
		border: none;
	    font-size: 2rem;
	    color: #FFFFFF;
	}
	
	.navbar-nav .menu-item-icon.menu-item-home .nav-link {
		background-position: 1.5rem center;
	}
	/** Fin Header **/
	
	
	
	
	
	/** Home **/
	.page-template-home .introduction h2 {
		margin-left: 0;
	}
	
	.page-template-home .introduction .bloc-en-savoir-plus {
		margin-top: 10rem;
	}
	
	.page-template-home .filtres .filtre {
		margin: .5rem auto;
	}
	
	.page-template-home section.actions .slick-prev {
		left: -2rem;
	}
	.page-template-home section.actions .slick-next {
		right: -2rem;
	}
	
	.page-template-home section.associations .slick-prev {
		left: 0;
	}
	.page-template-home section.associations .slick-next {
		right: 0;
	}
	
	.page-template-home section.actions .action-item {
		height: 44rem;
	}
	
	.page-template-home section.associations .association-item .nom {
		opacity: 1;
	}
	
	/** Fin Home **/
	

	

	
	/** Action **/
	.single-action .nb-places {
		margin-left: -2.5rem;
	}
	
	.single-action section.carousel .slick-list {
		padding: 0!important;
		margin: 0 2rem;
	}
	
	.single-action section.carousel .slick-prev {
		left: -1rem;
	}
	.single-action section.carousel .slick-next {
		right: -1rem;
	}
	
	.single-action section.carousel .photo-item {
		margin: 0 1rem;
	}
	
	.single-action section.carousel .photo-item.slick-current > div {
		width: 100%;
	    height: 100%;
	    position: relative;
	    left: auto;
	    top: auto;
	    z-index: 1;
	    box-shadow: none;
	}
	
	.single-action .infos-generales {
		flex-wrap: wrap;
	}
	
	.single-action .btn-inscription {
		margin-left: 0;
	    margin-right: 0;
	    width: 100%;
	    padding-left: 1rem!important;
	    padding-right: 1rem!important;
	    white-space: normal;
	}
	
	.single-action .detail > div {
		flex: 1 1 100%;
	}
	
	.single-action .detail > div:nth-child(even) {
		padding-left: 0;
	}
	
	.single-action .detail > div:nth-child(odd) {
		padding-right: 0;
	}
	
	.single-action .planning {
		margin-top: 2rem;
	}
	/** Fin Action **/
	
	
	
	
	
	/** A propos **/
	.page-template-a-propos .galerie .masonry .element {
    	width: 100%!important;
	}
	
	.page-template-a-propos .masonry .element > div {
		height: auto;
	}
	
	.page-template-a-propos .masonry .element > div.image {
		height: 25rem;
	}
	/** Fin A propos **/
}


a span.pdfprnt-button-pdf-title {
	color: #e9473a!important;
}

a:hover span.pdfprnt-button-pdf-title {
	color: #000!important;
}

/* filtre domaine */

.at {
	font-size: 2rem;
	font-weight: bold;
}
.single-action section.inscription select {
	    border: 0.2rem solid #FFFFFF;
    background: none;
    color: #fff;
    padding: 0.8rem 2rem;
    font-size: 1.4rem;
    margin-bottom: 1rem;
	width: 46%;
}

.single-action section.inscription select.selection {
	width: 100%;
}

.single-action section.inscription select option{
	color: #000;
}

.btnpdf button{
	background-color:transparent;
	border:0;
	padding-left: 4rem;
	text-transform: uppercase;
	font-weight: bold;
	background: url(img/pdf.png) no-repeat left center;
	background-size: contain;
}

.addthisevent-drop {
	display:none!important;
}

/* 2022  LISTE ATTENTE */
.attente {
	padding: 1.7rem 2rem;
	text-transform: uppercase;
    font-size: 1.6rem;
    font-weight: 500;
}

[data-selected="1"]::after {
	content: "☑";
	float:right;
	font-size: 1.6rem;
}
