/*
Bienvenue dans l'éditeur de CSS !

Pour en savoir plus sur le fonctionnement de l'éditeur, vous pouvez vous
rendre sur cette page :
http://wp.me/PEmnE-Bt
*/
/*
!!! PAGES PORTFOLIO (MEMBRES ET PROJETS !!!
-> Par défault l'alignement des images de couverture est : top
-> Pour choisir de centrer l'image d'une page spécifique en "center" ou en "bottom" :
-> Repérer le numéro ID de la page (par exemple dans l'URL à l'édition de la page dans le back office)
-> ajouter une ligne .postid-VOTRENUMERO .site-hero.site-hero-featured-image,
-> Avec une virgule entre chaque valeur
-> Ci-dessous pour avoir une position d'image de couverture spécifique.
!!! FIN DE l'EXPLICATION !!!
*/
/* SURCHARGE DU NOUVEAU CSS MYSTERIEUX :( */
.jetpack-portfolio-template-default .site-content, .page-id-5 .site-content, .page-id-122 .site-content {
	padding-top: 0;
}

.postid-271 .site-hero.site-hero-featured-image,
.postid-281 .site-hero.site-hero-featured-image {
	background-position: center;
}

.postid-287 .site-hero.site-hero-featured-image {
	background-position: bottom;
}

.site-content {
}

.site-content {
	padding-bottom: 30px;
}

a:hover, a:focus, a:active {
	color: #E59022;
}

#nostalents {
	margin-top: -60px;
}

#nostalents {
	padding-top: 60px;
}

.toggle-menu:before {
	font-family: 'FontAwesome';
	content: '';
	margin-right: 5px;
	font-size: 110%;
	opacity: 1;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	line-height: 0;
}

.site-header {
	padding: 25px 0;
}

.single-jetpack-portfolio .site-hero.site-hero-featured-image {
	background-color: black;
}

.toggle-home:before {
	width: 35px;
	height: 35px;
	content: '';
	background-image: url('https://wheelcreation.com/wp-content/uploads/2019/07/wheelcreationsquareorange.png?w=192');
	background-clip: content-box;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top;
	font-size: 14px;
	font-size: .875rem;
	margin-top: -9px;
}

.site-home .toggle-home:before a, .site-home a:visited {
}

.site-logo {
	overflow: visible;
}

.site-search {
	display: none;
}

.site-logo-link img {
	transform: scale(1);
	animation: pulse 5s infinite alternate;
}

.home .site-logo-link img {
	transform: scale(1.0);
	opacity: .2;
	animation: none;
}

.sf-menu {
	font-weight: bold;
}

.current-menu-item a {
	background-color: rgba(255,255,255,0.35);
}

.logoWheel img {
	transform: scale(1);
	animation: pulse 5s infinite alternate;
}

@keyframes pulse {
	0% {
		transform: scale(1);
	}
	
	100% {
		transform: scale(1.1);
	}
}

@keyframes pulseSoft {
	0% {
		transform: scale(1);
	}
	
	100% {
		transform: scale(1.05);
	}
}

@keyframes pulseLittle {
	0% {
		transform: scale(0.9);
	}
	
	100% {
		transform: scale(1);
	}
}

@keyframes pulseHome {
	0% {
		transform: scale(1.2);
	}
	
	100% {
		transform: scale(1.3);
	}
}

.logoWheel img {
}

@keyframes pulse_animation {
	0% {
		transform: scale(1);
	}
	
	30% {
		transform: scale(1);
	}
	
	40% {
		transform: scale(1.08);
	}
	
	50% {
		transform: scale(1);
	}
	
	60% {
		transform: scale(1);
	}
	
	70% {
		transform: scale(1.05);
	}
	
	80% {
		transform: scale(1);
	}
	
	100% {
		transform: scale(1);
	}
}

.site-hero.site-hero-featured-image {
	background-attachment: fixed;
	background-size: cover !important;
}

@media all and (max-device-width: 1024px) {
	/* 
						     overwrite property for devices with 
						     screen width of 1024px or smaller  
						     */
	.site-hero.site-hero-featured-image {
		background-attachment: scroll;
	}
}

.site-header {
	background: rgba(255,255,255,0.5);
}

.site-primary-menu-responsive>:not(.site-primary-menu-responsive)>ul>.escouade>a:before, .site-primary-menu-responsive>ul>.escouade>a:before {
	font-family: 'FontAwesome';
	content: '\f0c0';
	margin-right: 5px;
	margin-left: -22px;
	font-size: 110%;
	opacity: 1;
	border-left: 0 solid #000;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	margin-top: 0;
	line-height: 0;
}

.site-primary-menu-responsive .escouade {
	padding-left: 30%;
	margin-left: -30%;
	margin-right: -30%;
}

.primary-menu-responsive .escouade {
	border-radius: 0 0 0 0;
	transition: all .2s;
}

.primary-menu-responsive .escouade:hover {
	box-shadow: 0 0 0 0;
	border-radius: 3px 3px 3px 3px;
}

.primary-menu .escouade {
	border-radius: 0 0 0 0;
	transition: all .2s;
}

.primary-menu .escouade:hover {
	border-radius: 0 0 0 0;
	transition: all .2s;
}

.main-navigation.stuck .sf-menu > .escouade > a:hover {
}

.escouade a, .escouade a:visited {
}

.sf-menu .escouade a, .sf-menu .escouade a:visited {
}

.main-navigation>:not(.widget-area)>ul>.escouade>a, .main-navigation>ul>.escouade>a {
	border-left: 4px solid rgba(255,255,255,0.5);
	padding-left: 34px;
}

.main-navigation .escouade>a:hover, .main-navigation ul .escouade:hover>a, .main-navigation ul .escouade.focus>a {
	border-color: #fff;
}

.site-primary-menu>:not(.site-primary-menu)>ul>.escouade>a:before, .site-primary-menu>ul>.escouade>a:before {
	font-family: 'FontAwesome';
	content: '\f0c0';
	margin-right: 5px;
	margin-left: -25px;
	margin-left: 0;
	font-size: 110%;
	opacity: 1;
	border-left: 0 solid #000;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	margin-top: -5px;
	line-height: 0;
}

article ul {
	list-style: none;
	padding: 0;
}

article li {
	padding-left: 1.3em;
	font-family: "Lato", sans-serif;
}

article ul {
	margin-left: 0;
}

article li:before {
	content: "";
/* FontAwesome Unicode */
	font-family: FontAwesome;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	margin-left: -1.3em;
	width: 1.3em;
	color: #fa9d23;
/* same as padding-left set on li */
}

article h3 {
	text-transform: uppercase;
	line-break: break-word;
	padding-top: .5em;
}

.portfolio-entry-title a {
	padding-top: .25em;
	padding-bottom: .1em;
	font-weight: bold;
	font-size: .5em;
	padding-bottom: -2em;
	width: 100%;
	text-transform: uppercase;
	transition: all .2s;
	background-color: rgba(255,255,255,01);
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.1), 1px 1px 4px rgba(0,0,0,0.2);
}

.portfolio-entry-title {
	line-height: .64em;
}

.portfolio-entry-header .portfolio-entry-title {
	padding-left: .2em;
	padding-right: .2em;
	text-shadow: 0 2px 8px rgba(255,255,255,0.25);
}

.portfolio-entry-header:hover .portfolio-entry-title {
	padding-left: .4em;
	padding-right: .2em;
	text-shadow: 0 0 10px rgba(255,255,255,0.4);
	transition: all .3s;
}

.portfolio-entry-header:hover .project-tags {
	padding-left: .65em;
	padding-right: .2em;
	text-shadow: 0 0 10px rgba(255,255,255,0.4);
	transition: all .3s;
}

.portfolio-entry-title {
	transition: all .3s;
}

.jetpack-portfolio-shortcode.column-2 {
	overflow: visible;
}

.portfolio-entry-header {
	transition: all .3s;
}

.portfolio-entry:hover img {
	box-shadow: 0 14px 28px 0 rgba(0,0,0,0.45);
	transition: all .3s;
}

.portfolio-entry img {
	transition: all .3s;
}

.portfolio-featured-image + .portfolio-entry-title {
	margin-top: -1.9em !important;
}

.portfolio-featured-image + .portfolio-entry-title {
	margin-top: .2em !important;
	padding-left: 0;
}

.wp-block-button a {
	text-decoration: unset;
}

.wf-active h3 {
	border-bottom: solid 1px #bbb;
}

article .wp-block-column h3 {
	border-bottom: solid 0 #bbb;
}

.portfolio-entry-meta .project-tags span {
	display: none;
}

.project-tags {
	color: #ccc;
	margin-top: -1.2em;
	margin-top: 0;
	line-height: 1em;
	transition: all .3s;
}

.project-tags a {
	color: #888;
}

.portfolio-entry-meta span, .portfolio-entry-meta .project-tags a {
	display: inline-block;
	font-size: .9em;
	margin: 0;
	padding: 0;
	padding-right: .3em;
	padding-bottom: .15em;
	padding-right: 1em;
}

.project-types a:after, .project-tags a:after {
	content: "" !important;
}

.portfolio-entry-title + .portfolio-entry-meta {
	height: 1em;
}

.portfolio-entry-header:hover .portfolio-entry-meta .projects-tags a {
	background-color: rgba(0,0,0,0.4);
	color: rgba(255,255,255,1);
}

.project-tags a:before {
	content: "";
/* FontAwesome Unicode */
	font-family: FontAwesome;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	margin-left: .5em;
	margin-right: .3em;
	margin-left: .1em;
	overflow: hidden;
}

.wp-block-column .fa {
	font-family: 'FontAwesome';
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-size: 1.5em;
	border: 2px solid #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	border-radius: 100px;
	width: 4em;
	height: 4em;
	padding-top: 1.3em;
	margin: auto;
	transition: all .2s;
	background-color: white;
	color: #fa9d23;
}

.wp-block-column .fa {
	font-family: 'FontAwesome';
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-size: 1.5em;
	border: 2px solid #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	border-radius: 100px;
	width: 4em;
	height: 4em;
	padding-top: 1.3em;
	margin: auto;
	transition: all .2s;
	background-color: white;
	color: #fa9d23;
}

.wp-block-column .fa a {
}

.wp-block-column:hover .fa {
	border: 2px solid #555;
	box-shadow: 0 1px 1px rgba(0,0,0,0.12), 0 1px 1px rgba(0,0,0,0.24);
	transform: scale(1.08);
}

p.lead .fa {
	color: white;
	padding-right: 35px;
	font-size: 1em;
	background-color: rgba(9,0,0,0.1);
	border: 5px solid rgba(255,255,255,0.05);
	box-shadow: none;
	border-radius: 100px;
	width: 1.5em;
	height: 1.5em;
	padding-top: 0;
	margin: auto;
	transition: all .3s;
}

p.lead:hover .fa {
	padding-right: 17px;
	padding-left: 18px;
	transition: all .2s;
}

p.lead:hover {
	transition: all .2s;
	color: #F1F1F1;
}

p.lead .fa {
}

p.lead .fa:nth-of-type(1), p.lead:hover .fa:nth-of-type(1) {
}

p.lead .fa:nth-of-type(3), p.lead:hover .fa:nth-of-type(3) {
}

.site-main {
}

@media (min-width: 1200px) {
	.wp-block-columns:first-child {
		flex-wrap: nowrap;
		margin-top: -11em;
		z-index: -5000;
	}
	
	.home .wp-block-columns:nth-child(3) {
		flex-wrap: nowrap;
		margin-top: 3em;
		z-index: -5000;
	}
	
	.home .site-content {
		margin-top: -36em;
	}
	
	.home .wp-block-columns:nth-child(3) {
		margin-top: 3em;
	}
	
	.jetpack-portfolio-type-membre .wp-block-columns:first-child {
		margin-top: -2.5em;
	}
}

@media (min-width: 992px) {
	.home .site-content {
		margin-top: -26em;
	}
}

@media (min-width: 782px) {
	.home .site-content {
		margin-top: -26em;
	}
}

@media (min-width: 768px) {
	.home .site-content {
		margin-top: -26em;
	}
}

@media screen and (min-width:600px) and (max-width:767px) {
	.home #masthead .container img {
		height: 5em;
	}
	
	.site-logo-link img {
		transform: scale(0.9);
		animation: pulseLittle 5s infinite alternate;
	}
	
	.site-header {
		padding: 20px 0;
	}
	
	.home .site-content {
		margin-top: -35em;
	}
	
	.logoWheel {
		padding-bottom: 1em;
	}
	
	.site-hero, .site-hero-big .site-hero {
		height: 600px;
	}
	
	.wp-block-columns:first-child {
		flex-wrap: nowrap;
		margin-top: -8.5em;
		z-index: -5000;
	}
	
	.home .wp-block-columns:nth-child(3) {
		flex-wrap: wrap;
		margin-top: 3em;
		z-index: -5000;
	}
	
	.jetpack-portfolio-type-membre .wp-block-columns:first-child {
		margin-top: -3.5em;
	}
}

@media (max-width:600px) {
	.home #masthead .container img {
		height: 5em;
	}
	
	#masthead .container img {
		height: 5em;
	}
	
	.site-logo-link img {
		transform: scale(0.9);
		animation: pulseLittle 5s infinite alternate;
	}
	
	.site-header {
		padding: 15px 0;
	}
	
	.home .site-content {
		margin-top: -35em;
	}
	
	.site-hero, .site-hero-big .site-hero {
		height: 550px;
	}
	
	.logoWheel {
		padding-bottom: 1em;
	}
	
	.wp-block-columns:first-child {
		margin-top: -8.5em;
		z-index: -5000;
	}
	
	.home .wp-block-columns:nth-child(3) {
		flex-wrap: wrap;
		margin-top: 2.5em;
		z-index: -5000;
	}
	
	.jetpack-portfolio-type-membre .wp-block-columns:first-child {
		margin-top: -4.5em;
	}
}

@media (min-width: 992px) {
	.home .site-content {
		margin-top: -33em;
	}
	
	.logoWheel {
		padding-bottom: 1em;
	}
	
	.site-hero, .site-hero-big .site-hero {
		height: 550px;
	}
}

@media (min-width: 768px) {
	.home .site-content {
		margin-top: -35em;
	}
	
	.logoWheel {
		padding-bottom: 1.5em;
	}
	
	.site-hero, .site-hero-big .site-hero {
		height: 650px;
	}
	
	.home .site-hero, .site-hero-big .site-hero {
		height: 700px;
	}
	
	.home .site-content {
		margin-top: -37em;
	}
	
	.logoWheel {
		padding-bottom: 2em;
	}
	
	.home .wp-block-columns:nth-child(3) {
		margin-top: 5em;
	}
}

.site-hero.site-hero-featured-image .site-hero-overlay {
	z-index: -5;
}

.site-hero .site-hero-perspective {
	z-index: 0;
}

@media (min-width: 1200px) {
	.home .site-content {
		margin-top: -38em;
	}
	
	.home .wp-block-columns:nth-child(3) {
		margin-top: 5.5em;
	}
}

.home #masthead {
}

.credits, .home .entry-header {
	display: none;
}

.home .site-hero-content-inside {
	display: none;
}

.home .site-hero .site-hero-content {
	display: none;
}

#actionbar {
	display: none;
}

.wp-block-button a {
	animation: pulseSoft .65s infinite alternate;
}

.home #masthead .container {
}

.home .site-header {
}

.home .site-content {
/*
	background-image: url('https://wheelcreation.com/wp-content/uploads/2019/06/pexels-photo-1389429.jpeg');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	z-index: 5000;
	*/
}

.site-footer-bottom-perspective-wrapper {
	background-color: rgba(255,255,255,0);
}

.site-footer-bottom-perspective {
}

.site-content {
}

.home p, .home h3, .home p, .home li {
}

.home .fa {
}

p.lead {
	color: #f9f9f9;
	text-shadow: 1px 1px 10px #000;
	font-weight: 400;
	font-size: 1.05em;
}

p.strong {
	color: white;
	font-weight: 900;
}

a, a:visited {
	color: #fa9d23;
}

article li {
	padding-left: 1.3em;
	line-height: 1.4em;
	padding-bottom: .785em;
}

.tab a {
	padding: .55em;
	border: solid 1px #ccc;
	color: #333;
	padding: .6em;
}

.tab a:hover {
	border: solid 1px #aaa;
	color: #333;
	color: #000;
}

.tab .activetab:hover {
	border: solid 1px #fa9d23;
	color: #fff;
}

.tab .activetab {
	border: solid 1px #fa9d23;
	background-color: #fa9d23;
	color: #fff;
}

.tab a:first-child {
	border-radius: 3px 0 0 3px;
	margin-right: -1px;
}

.tab a:last-child {
	border-radius: 0 3px 3px 0;
	margin-left: -1px;
}

.tab {
	margin: auto;
	margin-bottom: 2em;
	text-align: center;
	margin-top: 3em;
}

.tab a {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), 0 1px 2px rgba(0,0,0,0.15);
}

.tab a:hover {
	box-shadow: 0 1px 2px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.2);
}

.hentry:last-of-type {
}

.home .hentry:last-of-type {
}

.has-very-dark-gray-background-color.has-very-dark-gray-background-color, .recruit .wp-block-button__link, .is-style-fill .wp-block-button__link {
	margin-top: 2em;
	background-color: #fa9d23;
	transition: all .3s;
	border: none;
	color: white;
	font-family: inherit;
	letter-spacing: 2px;
}

.recruit a {
	margin-top: 0;
	margin-bottom: 2em;
}

.recruit a:before {
	font-family: 'FontAwesome';
	content: '';
	margin-right: 5px;
	font-size: 110%;
	opacity: 1;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	line-height: 0;
}

.has-very-dark-gray-background-color.has-very-dark-gray-background-color:hover, .recruit a:hover {
	box-shadow: 0 3px 18px rgba(0,0,0,0.1), 0 2px 18px rgba(0,0,0,0.1);
	transition: all .3s;
}

.sharedaddy {
	display: none;
}

.post-271 .entry-content {
	padding-top: -12em;
}

.recruit {
}

.grunion-field-label:after, .grunion-field-label:after {
	content: " *";
	color: grey;
}

.grunion-field-label span {
	display: none;
}