/*
 Theme Name:   Projet CERN 2024
 Description:  Devdummy Child Theme For Projet CERN, Boostrap V5
 Author:       devsector.ch
 Author URI:   http://devsector.ch
 Template:     devdummy
 Version:      1.3.8
 Text Domain:  projetcern
*/


/*
Blue dark	#10124B		rgba(16,18,75,1)		rgba(var(--bluedark-color),1)
Blue		#0000FF		rgba(0,0,255,1)			rgba(var(--blue-color),1)
Blue light	#BEE6F3		rgba(190,230,243,1)		rgba(var(--bluelight-color),1)
Grey light	#F0F0F0		rgba(240,240,240,1)		rgba(var(--greylight-color),1)
Grey		#E9E3E3		rgba(233,227,227,1)		rgba(var(--grey-color),1)
Purple		#903DFF		rgba(144,61,255,1)		rgba(var(--purple-color),1)
Chocolate	#9C826D		rgba(156,130,109,1)		rgba(var(--chocolate-color),1)
Yellow		#EBFD5D		rgba(235,253,93,1)		rgba(var(--yellow-color),1)
Green		#40C245		rgba(64,194,69,1)		rgba(var(--green-color),1)
Red			#FF4B29		rgba(255,75,41,1)		rgba(var(--red-color),1)


Beige		rgba(164,158,147,1) #a49e92

LIGHT GRAY rgba(245,245,245,1)
DARK GRAY rgba(119,119,119,1)
STRAT TITEL GRAY rgba(85,81,79,1)
*/

@font-face {
	font-family: 'Roobert-Regular';
	src: url('webfonts/Roobert-Regular.woff2') format('woff2'),
		url('webfonts/Roobert-Regular.woff') format('woff');
}

:root {
	--bluedark-color: 16, 18, 75;
	--blue-color: 0, 0, 255;
	--bluelight-color: 190, 230, 243;
	--greylight-color: 240, 240, 240;
	--grey-color: 233, 227, 227;
	--purple-color: 144, 61, 255;
	--chocolate-color: 156, 130, 109;
	--yellow-color: 235, 253, 93;
	--green-color: 64, 194, 69;
	--red-color: 255, 75, 41;
	--tec-font-family-sans-serif: 'Roobert-Regular';
	--tec-color-day-marker-month: rgba(0, 0, 255, 1);
	--tec-color-background-primary-multiday-hover: rgba(0, 0, 255, 0.1);
	--tec-color-background-primary-multiday: rgba(235, 253, 93, 1);
	--tec-color-background-secondary-multiday: rgba(235, 253, 93, 0.5);
	--tec-color-border-active-month-grid-hover: rgba(0, 0, 255, 1);
	--tec-grid-width: 1400px;
	--tec-color-icon-active: rgba(0, 0, 255, 1);
	--tec-color-text-primary: rgba(16, 18, 75, 1);

}




.has-bluedark-background-color {
	background-color: #10124B;
}

.has-bluedark-color {
	color: #10124B;
}

.has-blue-background-color {
	background-color: #0000FF;
}

.has-blue-color {
	color: #0000FF;
}

.has-bluelight-background-color {
	background-color: #BEE6F3;
}

.has-bluelight-color {
	color: #BEE6F3;
}

.has-greylight-background-color {
	background-color: #F0F0F0;
}

.has-greylight-color {
	color: #F0F0F0;
}

.has-grey-background-color {
	background-color: #E9E3E3;
}

.has-grey-color {
	color: #E9E3E3;
}

.has-purple-background-color {
	background-color: #903DFF;
}

.has-purple-color {
	color: #903DFF;
}

.has-chocolate-background-color {
	background-color: #9C826D;
}

.has-chocolate-color {
	color: #9C826D;
}

.has-yellow-background-color {
	background-color: #EBFD5D;
}

.has-yellow-color {
	color: #EBFD5D;
}

.has-green-background-color {
	background-color: #40C245;
}

.has-green-color {
	color: #40C245;
}

.has-red-background-color {
	background-color: #FF4B29;
}

.has-red-color {
	color: #FF4B29;
}





html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Roobert-Regular';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: rgba(var(--bluedark-color), 1);
	position: relative;
}

[id] {
	scroll-margin-top: 75px;
	padding-bottom: 0;
}


hr {
	border-top: 1px solid #000;
}

#content a:not(.has-bluedark-color),
#content a:link:not(.has-bluedark-color),
#content a:visited:not(.has-bluedark-color) {
	color: rgba(var(--blue-color), 1);
}

.wp-block-video video {
	width: 100%;
	display: block;
}


.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
	width: 100%;
	padding-right: var(--bs-gutter-x, 1rem);
	padding-left: var(--bs-gutter-x, 1rem);
}

.wp-block-cover__inner-container {
	padding-right: var(--bs-gutter-x, 1rem);
	padding-left: var(--bs-gutter-x, 1rem);
}

/* SLIDER */

.fullscreen-banner .carousel-item-background {
	min-height: 100vh;
	/* = #big-video height */
	background: no-repeat 60% center;
	background-size: cover;
	background-color: rgb(32, 32, 32);
}

.fullscreen-banner .carousel-item .wrapper {
	position: absolute;
	width: 100%;
	top: 25%;
	color: white;
}

/*
.fullscreen-banner .carousel-item-background:after {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: url(images/formes_FCC_jaune_web.svg) no-repeat -30% 120px;
	background-size: 140%;
}
*/

.fullscreen-banner .carousel-item h3 {
	color: rgba(var(--yellow-color), 1);
}

.fullscreen-banner .carousel-item p {
	color: #fff;
	font-size: 1.1rem;
}



/* BIG VIDEO */
.fullscreen-banner #big-video {
	height: 100vh;
	/* = .carousel-item height */
	position: absolute;
	top: 0;
	width: 100%;
}

#big-video {
	height: 25vh;
	overflow: hidden;
	position: relative;
}

#big-video video {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

/* HERO-HEADER */
.hero-header {
	padding: 12rem 0 5rem 0;
	position: relative;
}

.hero-header p {
	font-size: 1.875rem;
}

/*
.hero-header:after {
	content: " ";
	display: block;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: url(images/formes_FCC_jaune_web.svg) no-repeat -30% 120px;
	background-size: 140%;
}
*/

.hero-header .wp-block-media-text__content {
	max-width: calc(1320px / 2);
	justify-self: end;
	padding: 0 30px 0 var(--bs-gutter-x, 1rem);
}

/* SCROLL DOWN ICON */
.scrolldownbox {
	position: relative;
}

.scrolldownbox a {
	position: absolute;
	bottom: 2em;
	left: 50%;
	z-index: 2;
	display: inline-block;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff;
	letter-spacing: .1em;
	text-decoration: none;
	transition: opacity .3s;
}

.scrolldownbox a:hover {
	opacity: .5;
}

.scrolldownbox a {
	padding-top: 60px;
}

.scrolldownbox a span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 36px;
	height: 36px;
	margin-left: -18px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb04 2s infinite;
	animation: sdb04 2s infinite;
	box-sizing: border-box;
}

@-webkit-keyframes sdb04 {
	0% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
	}

	20% {
		-webkit-transform: rotate(-45deg) translate(-10px, 10px);
	}

	40% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
	}
}

@keyframes sdb04 {
	0% {
		transform: rotate(-45deg) translate(0, 0);
	}

	20% {
		transform: rotate(-45deg) translate(-10px, 10px);
	}

	40% {
		transform: rotate(-45deg) translate(0, 0);
	}
}



.mouse {
	width: 36px;
	height: 56px;
	border-radius: 60px;
	position: relative;
	margin: 2rem auto 0 auto;
	opacity: 0.5;
}

.mouse::before {
	content: '';
	width: 6px;
	height: 6px;
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 50%;
	opacity: 1;
	animation: wheel 2s infinite;
	-webkit-animation: wheel 2s infinite;
}

@keyframes wheel {
	to {
		opacity: 0;
		top: 60px;
	}
}

@-webkit-keyframes wheel {
	to {
		opacity: 0;
		top: 60px;
	}
}



body .wp-block-cover-image .wp-block-cover__inner-container,
body .wp-block-cover .wp-block-cover__inner-container {
	color: inherit;
}

/* HEADER */
.fullscreen_slider_banner_header {
	position: absolute;
	width: 100%;
	z-index: 1000000;
}

h1.site-title,
p.site-title {
	margin: 0.7em 0;
	padding: 0;
	line-height: 1;
	font-size: 2em;

}

h1.site-title a,
p.site-title a {
	text-decoration: none;
}

h1.site-title a,
p.site-title a {
	display: inline-block;
	width: 190px;
	height: 50px;
	background: url(images/FCCfs-Logo.png) no-repeat center center;
	background-size: contain;
	text-indent: -5000px;
}

.site-header .container,
.site-header .container-fluid {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.background--dark h1.site-title a,
.background--dark p.site-title a {
	background: url(images/FCCfs-Logo.svg) no-repeat center center;
}


/* MAIN NAV */
body .bg-light {
	background-color: transparent !important;
}

body .navbar-toggler .icon-bar {
	background-color: rgba(164, 158, 147, 1);
	background-color: rgba(var(--bluelight-color), 1);
}

body .navbar-toggler {
	position: fixed;
	top: 40px;
	right: 12px;
	z-index: 20000000000;
	transform: scale(2);
}

body .site-header .navbar {
	position: static;
}

/*
.main-nav--sticky {
	position: absolute;
	top: -100%;
}
*/

.main-nav--sticky {
	width: 100%;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	background-color: #0000ff;
	-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
	animation: slide-down 0.7s;
	z-index: 1000;
}

.fullscreen_slider_banner_header .navbar-light .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 1);
	border-bottom: 1px solid transparent;
}

/*.fullscreen_slider_banner_header .navbar-light .navbar-nav .nav-link:focus,*/
.fullscreen_slider_banner_header .navbar-light .navbar-nav .nav-link:hover,
.fullscreen_slider_banner_header .navbar-light .navbar-nav .nav-link.active {
	color: rgba(255, 255, 255, 1);
	border-bottom: 1px solid #fff;
}


/* BURGER MENU */
.navbar-toggle {
	transform: scale(2.5);
	margin-right: 0;
	right: 15px;
	z-index: 1000;
	float: none;
}

.navbar-toggle.x.collapsed {
	position: absolute;

}

.navbar-toggle.x {
	position: fixed;

}

.navbar-toggle .icon-bar {
	display: block;
	background-color: black;
	height: 1px;
}

.navbar-toggle.content-icon .icon-bar {
	background-color: black;
}

body .navbar-toggler:not(.collapsed) .icon-bar:nth-child(1),
body .navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
	background-color: white;
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 5px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: transparent;
}

body #target-accelerateur .wp-block-button__link,
body #target-accelerateur a.wp-block-button__link:visited {
	color: rgba(var(--bluedark-color), 1) !important;
	transition: all 0.3s ease-in-out;
}

/*
body #target-accelerateur a.wp-block-button__link:hover {
	background-color: rgba(var(--blue-color), 1) !important;
	color: rgba(var(--yellow-color), 1) !important;
}
*/

body a.wp-block-button__link {
	border: 1px solid transparent;
}

body a.wp-block-button__link:hover {
	background-color: rgba(var(--bluedark-color), 1) !important;
	color: rgba(var(--yellow-color), 1) !important;
	border: 1px solid white;
}

.site-description {
	display: none;
}

.site-content {
	padding-top: 3em;
}

.scrolldownbox+.site-content .content-area {
	padding-top: 5em;
}


.navbar-light .navbar-nav .wpml-ls-item .nav-link,
.fullscreen_slider_page .main-nav--sticky .navbar-light .navbar-nav .wpml-ls-item .nav-link,
.fullscreen_slider_page .main-nav--sticky .navbar-light .navbar-nav .wpml-ls-item .nav-link:hover,
.navbar-light .navbar-nav .wpml-ls-item .nav-link:hover {
	border-color: transparent
}


/* TYPOGRAPHY */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
.entry-excerpt {
	font-weight: 500;
	line-height: 1.35;
	margin-bottom: 0.75em;
}

.h1,
h1 {
	font-weight: 500;
	color: rgba(var(--blue-color), 1);
}

.h2,
h2 {
	font-weight: 600;
	line-height: 1;
	margin-bottom: 1em;
}

.h3,
h3 {
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 1em;
}

.h4,
h4 {
	font-weight: 500;
	margin-bottom: 1em;
}

.h5,
h5 {
	font-weight: 500;
	font-size: 0.8rem;
}

.h6,
h6 {
	font-weight: 500;
	font-size: 0.65rem;
}

p {
	margin-bottom: 1em;
	line-height: 1.5;
}

.posted-on {
	font-size: 0.75rem;
	font-weight: 600;
}

.thumbnail-resized a,
.thumbnail-resized img {
	display: block;
}

figcaption {
	font-size: 1.25rem;
}

.styled-list {
	padding-left: 1rem;
	list-style: none;
}

.styled-list li {
	margin-bottom: 0.5rem;
	position: relative
}

.styled-list li:before {
	content: '– ';
	position: absolute;
	left: -1rem;
}

.wp-block-column.has-background {
	padding: 13px;
}

.numerote-1::after,
.numerote-2::after,
.numerote-3::after {
	position: absolute;
	display: block;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	color: white;
	background-color: rgba(var(--green-color), 1);
	top: 10px;
	left: 14px;
	text-align: center;
	line-height: 36px;
	font-size: 24px;
}

.numerote-1,
.numerote-2,
.numerote-3 {
	position: relative;
}

.numerote-1::after {
	content: "1";
}

.numerote-2::after {
	content: "2";
}

.numerote-3::after {
	content: "3";
}

.wp-block-video {
	margin-bottom: 0;
}

.contact-link-mail a,
.contact-link-tel a {
	display: inline-block;
	padding-left: 44px;
	line-height: 33px;
	background: no-repeat left center;
	background-size: auto 100%;
	text-decoration: none;
	color: rgba(var(--bluedark-color), 1);
}

.contact-link-mail a {
	background-image: url(images/picto-contact-mail.png);
}

.contact-link-tel a {
	background-image: url(images/picto-contact-phone.png);
}

#contact-phone-col .col-icone {
	display: flex;
	align-items: center;
}

#contact-phone-col p {
	margin-bottom: 0;
}

#contact-phone-col a {
	text-decoration: none;
	white-space: nowrap;
}




/* HOMEPAGE */
.wp-block-cover.onepagestrat {
	padding: 0;
}


.onepagestrat.intro h2,
.onepagestrat.intro .wp-block-columns {
	margin: 0;
}

.onepagestrat.intro h2:after {
	content: "";
}

.onepagestrat,
.wp-block-cover.onepagestrat {
	padding: 3.5rem 0 2rem 0;
}

.onepagestrat:last-of-type,
.wp-block-cover.onepagestrat:last-of-type,
.onepagestrat.onepagestrat-no-padding {
	padding: 3.5rem 0 0 0;
}

/* CAROUSEL */
.carousel-item:after {
	content: " ";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.2);
	background: -webkit-radial-gradient(circle, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.3) 100%);
	background: radial-gradient(circle, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.3) 100%);
	position: absolute;
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 50%;
	transform: translateY(50%);
	left: 15%;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: #fff;
	text-align: center;
	z-index: 200;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.carousel-caption a {
	background-color: rgba(var(--yellow-color), 1) !important;
	color: rgba(var(--bluedark-color), 1) !important;
	border-radius: 30px;
	display: inline-block;
	min-width: 175px;
	padding: 1rem 4rem 1rem 2rem;
	background-position: calc(100% - 25px) center;
	background-size: 1.2rem;
	background-repeat: no-repeat;
	background-image: url('images/arrow-right.svg');
	transition: all 0.3s ease-in-out;
	text-decoration: none;
	text-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
}

/* STRAT DESIGN */
#le-projet {
	background-image: none;
	background-color: #10124B;
}

@media only screen and (min-width: 768px) {
	#le-projet {
		background: url(images/formes_FCC_blanc_web.svg) no-repeat -30% 40px #10124B;
		background-size: 140%;
	}
}

body #le-projet .has-bluedark-background-color {
	background-color: transparent;
}

.timeline-banner {
	padding-bottom: 0;
	border-bottom: 1px solid rgba(var(--blue-color), 1);
}

.timeline-banner .wp-block-image {
	margin-bottom: 0;
}

#timeline-legend {
	padding-top: 0;
	background-color: rgba(var(--greylight-color), 1);
}

#timeline-legend .wp-block-column {
	display: grid;
}

.wp-block-columns.timeline-icon {
	margin-bottom: 0;
}

.colonne-filet {
	position: relative;
	/* Opera Mobile */
	background: -o-linear-gradient(left, rgba(var(--blue-color), 1) 1px, transparent 1px);
	/* Firefox for Android */
	background: -moz-linear-gradient(left, rgba(var(--blue-color), 1) 1px, transparent 1px);
	/* WebKit browsers */
	background: -webkit-linear-gradient(left, rgba(var(--blue-color), 1) 1px, transparent 1px);
	/* IE10, Firefox, Opera */
	background: linear-gradient(90deg, rgba(var(--blue-color), 1) 1px, transparent 1px);
	background-position: 100% 0;
	background-repeat: repeat-y;
	background-size: 50%;
}

#galaxy {
	background-image: url(images/galaxy3.jpg);
	background-size: cover;
	background-position: 50% 50%;
	color: white !important;
}

#le-lieu {
	background: url(images/carte.png) no-repeat calc(50% - 150px) -390px rgba(var(--green-color), 1);
	background-size: 2000px;
}

#le-lieu h3 {
	padding-bottom: 440px;
}

#le-lieu .has-background-dim {
	display: none;
}

#l-etude-2024 {
	background: url(images/relief_web.png) no-repeat center 260px white;
	background-size: 920px;
}

#l-etude-2024 .has-background-dim,
#l-etude .has-background-dim {
	display: none;
}

#l-etude-2024 .collapseomatic,
#l-etude .collapseomatic {
	margin: 27rem 0 5rem 0;
}

#secondary.widget-area {
	background: black;
	color: white;
}

#secondary.widget-area p {
	margin: 0;
}

#secondary.widget-area .widget {
	margin: 0;
}

#le-calendrier p {
	line-height: 1;
}


/* COLLAPSOMATIC*/
h4+.collapseomatic {
	margin-top: 3rem;
}

.collapseomatic {
	background-color: rgba(var(--yellow-color), 1) !important;
	color: rgba(var(--bluedark-color), 1) !important;
	border-radius: 30px;
	display: inline-block;
	min-width: 175px;
	padding: 1rem 4rem 1rem 2rem;
	background-position: calc(100% - 25px) center;
	background-size: 1rem;
	background-repeat: no-repeat;
	background-image: url('images/arrow-bottom.svg');
	transition: all 0.3s ease-in-out;
	text-decoration: none;
}

.collapseomatic:hover {
	background-size: 1.25rem;
	background-position: calc(100% - 23px) center;
	text-decoration: none;
	background-color: rgba(var(--blue-color), 1) !important;
	color: rgba(var(--yellow-color), 1) !important;
	background-image: url('images/arrow-bottom-yellow.svg');
}

.colomat-close {
	background-image: url('images/arrow-top.svg');
}

.collapseomatic.colomat-close:hover {
	background-image: url('images/arrow-top-yellow.svg');
}




/* COLLAPSOMATIC FAQ */
.page-template-page-faq .collapseomatic {
	border-radius: 0;
	display: block !important;
}

.page-template-page-faq h4+.collapseomatic {
	margin-top: 3rem;
}

.page-template-page-faq .collapseomatic {
	background-color: rgba(var(--yellow-color), 1) !important;
	color: rgba(var(--bluedark-color), 1) !important;
	display: inline-block;
	min-width: 175px;
	padding: 40px 140px 40px 35px;
	background-position: calc(100% - 15px) 30px;
	background-size: 60px;
	background-repeat: no-repeat;
	background-image: url('images/faq-down.svg');
	transition: all 0.3s ease-in-out;
	text-decoration: none;
}

.page-template-page-faq .collapseomatic:hover {
	text-decoration: none;
	background-size: 60px;
}

.page-template-page-faq .colomat-close {
	background-image: url('images/faq-up.svg');
}

.page-template-page-faq .collapseomatic.colomat-close:hover {
	background-image: url('images/faq-up.svg');
}


.page-template-page-faq .collapseomatic {
	display: block;
	margin-bottom: 2rem;
	font-weight: bold;
}

.page-template-page-faq .collapseomatic_content {
	background-color: rgba(var(--yellow-color), 1) !important;
	margin-top: -3rem;
	margin-left: 0;
	margin-bottom: 2rem;
	padding: 2rem 2rem 4rem 2rem;
	font-size: 1.1rem;
	line-height: 1.5;
}

.page-template-page-faq .colomat-close {
	background-image: url('images/faq-up.svg');
}

.page-template-page-faq .faq-under-title {
	margin-bottom: 1em;
	margin-top: 2.8em;
}




.navbar-nav li:last-of-type .nav-link {
	background-color: rgba(var(--yellow-color), 1) !important;
	color: rgba(var(--bluedark-color), 1) !important;
	border-radius: 30px;
	padding: 0.5rem 1.5rem !important;
	border-bottom: 0 !important;
	margin-left: 1rem;
}

.navbar-nav li:last-of-type .nav-link:hover {
	background-color: rgba(var(--green-color), 1) !important;
	;
	color: rgba(var(--yellow-color), 1) !important;
}



/* FAQ PAGE - FAQ PAGE */
/*
.page-template-page-faq .site-footer,
.page-template-page-faq .site-header .navbar,
.page-template-page-documents .site-footer,
.page-template-page-documents .site-header .navbar,
.post-type-archive-faqs .site-footer,
.post-type-archive-faqs .site-header .navbar,
.tax-faq-cat .site-footer,
.tax-faq-cat .site-header .navbar,
.search-results .site-footer,
.search-results .site-header .navbar,
.search-no-results .site-footer,
.search-no-results .site-header .navbar,
body:not(.home) .site-footer,
body:not(.home) .site-header .navbar {
	display: none;
}
*/

/*
body.page-template-page-faq,
body.page-template-page-documents,
body.post-type-archive-faqs,
body.tax-faq-cat,
body.search-results,
body.search-no-results,
body:not(.home) {
	background: url(images/formes_FCC_jaune_web.svg) no-repeat calc(100% + 100px) 250px;
	background-size: 100% auto;
}
*/

/*
body:not(.home) .site {
	padding-bottom: 10rem;
}
*/

.page-template-page-faq h1.site-title a,
.page-template-page-faq p.site-title a,
.page-template-page-documents h1.site-title a,
.page-template-page-documents p.site-title a,
.post-type-archive-faqs h1.site-title a,
.post-type-archive-faqs p.site-title a,
.tax-faq-cat h1.site-title a,
.tax-faq-cat p.site-title a,
.search-results h1.site-title a,
.search-results p.site-title a,
.search-no-results h1.site-title a,
.search-no-results p.site-title a body:not(.home) h1.site-title a,
body:not(.home) p.site-title a {
	width: 190px;
	height: 60px;
	background-image: url(images/FCCfs-Logo-dark.png);
}

body:not(.home) h1.site-title,
body:not(.home) p.site-title {
	/* margin: 0.5em 0; */
}


.page-template-page-faq .wp-block-navigation,
.page-template-page-documents .wp-block-navigation,
.post-type-archive-faqs .wp-block-navigation,
.tax-faq-cat .wp-block-navigation,
.search-results .wp-block-navigation,
.search-no-results .wp-block-navigation,
body:not(.home) .wp-block-navigation {
	margin-bottom: 3rem;
}

/*
.page-template-page-faq .entry-header,
.page-template-page-documents .entry-header,
.post-type-archive-faqs .page-header,
.tax-faq-cat .page-header,
.search-results .page-header{
	display: none;
}
*/
.page-template-page-faq .entry-content,
.page-template-page-documents .entry-content,
.post-type-archive-faqs .entry-content,
.tax-faq-cat .entry-content,
.search-results .entry-content,
.search-no-results .entry-content {
	margin: 100px 0 0 0;
}

.page-template-page-faq .wp-block-navigation-item a,
.page-template-page-documents .wp-block-navigation-item a,
.post-type-archive-faqs .wp-block-navigation-item a,
.tax-faq-cat .wp-block-navigation-item a,
.search-results .wp-block-navigation-item a,
.faqs-menu-class ul a,
.search-results ul:not(.pagination) a,
.search-no-results ul:not(.pagination) a,
body:not(.home):not(.tribe-events-page-template) ul:not(.pagination) a {
	display: block;
	color: rgba(var(--bluedark-color), 1) !important;
	/* border-radius: 30px; */
	/* padding: 0.5rem 1.15rem !important; */
	/* border: 1px solid rgba(var(--bluedark-color), 1) !important; */
	transition: all 0.3s ease-in-out;
	/* text-transform: uppercase; */
	box-sizing: border-box;
	line-height: 1.35;
	text-decoration: none;
	/* margin: 0.5rem 0; */
}

.page-template-page-faq .wp-block-navigation-item a:hover,
.page-template-page-documents .wp-block-navigation-item a:hover,
.post-type-archive-faqs .wp-block-navigation-item a:hover,
.tax-faq-cat .wp-block-navigation-item a:hover,
.search-results .wp-block-navigation-item a:hover,
.faqs-menu-class ul a:hover,
.search-results ul:not(.pagination) a:hover,
.search-no-results ul:not(.pagination) a:hover,
body:not(.home):not(.tribe-events-page-template) ul:not(.pagination) a:hover {
	/* background-color: rgba(var(--blue-color), 1) !important; */
	/* color: rgba(var(--yellow-color), 1) !important; */
}

.page-template-page-faq .wp-block-navigation-item.current-menu-item a,
.page-template-page-documents .wp-block-navigation-item.current-menu-item a,
.post-type-archive-faqs .wp-block-navigation-item.current-menu-item a,
.tax-faq-cat .wp-block-navigation-item.current-menu-item a,
.search-results .wp-block-navigation-item.current-menu-item a,
.faqs-menu-class .current-menu-item a,
.search-results ul:not(.pagination) .current-menu-item a,
.search-no-results ul:not(.pagination) .current-menu-item a,
body:not(.home):not(.tribe-events-page-template) ul:not(.pagination) .current-menu-item a {
	/* background-color: rgba(var(--blue-color), 1) !important; */
	/* color: rgba(var(--yellow-color), 1) !important; */
}

.page-template-page-faq .wp-block-navigation__container,
.page-template-page-documents .wp-block-navigation__container,
.post-type-archive-faqs .wp-block-navigation__container,
.tax-faq-cat .wp-block-navigation__container,
.search-results .wp-block-navigation__container,
.search-no-results .wp-block-navigation__container,
body:not(.home):not(.tribe-events-page-template) .wp-block-navigation__container {
	justify-content: space-between;
}

.page-template-page-faq .wp-block-navigation__responsive-container,
.page-template-page-documents .wp-block-navigation__responsive-container,
.post-type-archive-faqs .wp-block-navigation__responsive-container,
.tax-faq-cat .wp-block-navigation__responsive-container,
.search-results .wp-block-navigation__responsive-container,
.search-no-results .wp-block-navigation__responsive-container,
body:not(.home):not(.tribe-events-page-template) .wp-block-navigation__responsive-container {
	display: block !important;
	position: static !important;
}

.page-template-page-faq .wp-block-navigation button,
.page-template-page-documents .wp-block-navigation button,
.post-type-archive-faqs .wp-block-navigation button,
.tax-faq-cat .wp-block-navigation button,
.search-results .wp-block-navigation button,
.search-no-results .wp-block-navigation button,
body:not(.home):not(.tribe-events-page-template) .wp-block-navigation button {
	display: none !important;
}

.page-template-page-faq .site-content,
.page-template-page-documents .site-content,
.post-type-archive-faqs .site-content,
.tax-faq-cat .site-content,
.search-results .site-content,
.search-no-results .site-content,
body:not(.home) .site-content {
	padding-top: 120px;
}

body.page-template-page-faq a.close-faq-link,
body.page-template-page-documents a.close-faq-link,
.post-type-archive-faqs a.close-faq-link,
.tax-faq-cat a.close-faq-link,
.search-results a.close-faq-link,
.search-no-results a.close-faq-link,
body:not(.home) a.close-faq-link {
	display: block;
}

body.page-template-page-faq .navbar-toggler:not(.collapsed) .icon-bar:nth-child(1),
body.page-template-page-faq .navbar-toggler:not(.collapsed) .icon-bar:nth-child(3),
body.page-template-page-documents .navbar-toggler:not(.collapsed) .icon-bar:nth-child(1),
body.page-template-page-documents .navbar-toggler:not(.collapsed) .icon-bar:nth-child(3),
body.post-type-archive-faqs .navbar-toggler:not(.collapsed) .icon-bar:nth-child(1),
body.post-type-archive-faqs .navbar-toggler:not(.collapsed) .icon-bar:nth-child(3),
body.tax-faq-cat .navbar-toggler:not(.collapsed) .icon-bar:nth-child(1),
body.tax-faq-cat .navbar-toggler:not(.collapsed) .icon-bar:nth-child(3),
body.search-results .navbar-toggler:not(.collapsed) .icon-bar:nth-child(1),
body.search-results .navbar-toggler:not(.collapsed) .icon-bar:nth-child(3),
body.search-no-results .navbar-toggler:not(.collapsed) .icon-bar:nth-child(1),
body.search-no-results .navbar-toggler:not(.collapsed) .icon-bar:nth-child(3),
body:not(.home) .navbar-toggler:not(.collapsed) .icon-bar:nth-child(1),
body:not(.home) .navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
	background-color: rgba(var(--blue-color), 1) !important;
}


.faqs-menu-class ul,
.faqs-menu-class li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.faqs-menu-class ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 3rem 0;
}

article.faqs {
	background-color: rgba(var(--yellow-color), 1) !important;
	color: rgba(var(--bluedark-color), 1) !important;
	display: inline-block;
	margin-bottom: 1rem;
	border: 0;
}

article.faqs .entry-title {
	background-color: rgba(var(--yellow-color), 1) !important;
	color: rgba(var(--bluedark-color), 1) !important;
	padding: 40px 175px 40px 35px;
	background-position: calc(100% - 15px) 30px;
	background-size: 90px;
	background-repeat: no-repeat;
	background-image: url('images/faq-up.svg');
	transition: all 0.3s ease-in-out;
	text-decoration: none;
	margin: 0;
	line-height: 1.35;
}

article.faqs .collapsed .entry-title {
	background-image: url('images/faq-down.svg');
}

article.faqs .entry-title:hover {
	cursor: pointer;
	text-decoration: none;
	background-size: 100px;
	background-position: calc(100% - 10px) 25px;
}


article.faqs .entry-content {
	padding: 0 40px;
	margin: 0;
}

/* DOCUMENTS */
.document-item {
	display: grid;
	margin-bottom: 1.25rem;
}

.document-item-content {
	padding: 1.5em 1em;
	box-sizing: border-box;
	position: relative;
	color: rgba(var(--blue-color), 1);
	background: no-repeat center center rgba(var(--yellow-color), 1);
	background-size: cover;
}

.document-item-content a {
	display: block;
	text-decoration: none;
	color: rgba(var(--bluedark-color), 1);
}

.document-item a .document-item-content-hover {
	background-color: rgba(var(--blue-color), 1);
	color: rgba(var(--yellow-color), 1);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1.5em 1em;
	z-index: 20;
}

.document-item a.document-item-content-image-link .document-item-content-hover {
	-webkit-justify-content: flex-start;
	-ms-flex-pack: flex-start;
	justify-content: flex-start;
}

.document-item a:hover .document-item-content-hover {
	opacity: 1;
}

.document-item a.video-link:after {
	content: " ";
	display: block;
	width: 75px;
	height: 75px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url(images/icon-play.svg) no-repeat center center;
	background-size: contain;
	z-index: 10;
}

form[rol="search"] {
	position: relative;
}

form[rol="search"] button {
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
	border: none;
	width: 50px;
	padding-top: 5px;
	color: #b7b7b7;
	background-color: transparent;
	cursor: pointer;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

form[rol="search"] input {
	width: 100%;
	border: 1px solid #9d9d9d;
	padding: 8px 13px;
	padding-right: 13px;
	padding-right: 55px;
	font-size: 14px;
}

.document-item-content-image-link {
	padding-bottom: 50%;
}

.document-item-content h4,
.document-item-content p {
	margin: 0;
	width: 100%;
}

p.document-item-content-action {
	text-align: center;
	font-size: 1rem;
}

.document-item-content h4+p {
	margin-top: 1rem;
}

.document-item-content-resume {
	width: 100%;
	text-align: left;
}

.document-item-content-image-link .document-item-content-action {
	position: absolute;
	bottom: 20px;
}

h2 {
	color: rgba(var(--blue-color), 1);
}

.menu-documents {
	border-bottom: 1px solid rgba(var(--bluedark-color), 1);
}

body:not(.home) .menu-documents .wp-block-navigation__container {
	display: block;
}

body:not(.home) .menu-documents ul:not(.pagination) a {
	border: 0 solid rgba(var(--bluedark-color), 1) !important;
	text-transform: none;
	padding: 0 !important;
}

body:not(.home) .menu-documents ul:not(.pagination) a:hover {
	color: rgba(var(--blue-color), 1) !important;
	background-color: transparent !important;
}

/* EVENTS */
body h2.tribe-events-calendar-list__month-separator time {
	text-transform: capitalize;
	color: rgba(var(--blue-color), 1) !important;
	font-size: 1.25rem !important;
}

body .tribe-events-calendar-list__event-row {
	background-color: rgba(var(--yellow-color), 1) !important;
	color: rgba(var(--bluedark-color), 1) !important;
	padding: 15px;
}

.tribe-events-calendar-list__event-row+.tribe-events-calendar-list__month-separator {
	margin-top: 100px !important;
}

body .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row {
	margin: 5px 0;
	position: relative;
}

body .tribe-events-calendar-list__event-description,
body .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-description {
	display: none !important;
}

body h2.tribe-events-calendar-list__month-separator:after {
	display: none !important;
}

body .tribe-events-calendar-list__event-date-tag-weekday {
	color: rgba(var(--blue-color), 1) !important;
	font-size: 1.25rem !important;
	line-height: 2 !important;
	padding-right: 2rem;
}

body .tribe-events-calendar-list__event-date-tag-daynum {
	color: rgba(var(--blue-color), 1) !important;
	font-size: 3.75rem !important;
	font-weight: 300 !important;
	line-height: 1 !important;
	padding-right: 4rem;
}

body h3.tribe-events-calendar-list__event-title.tribe-common-h6 {
	font-size: 1.875rem !important;
}

body .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-date-tag {
	min-width: 200px;
}

body .tribe-events-calendar-list__event-title {
	font-size: 2.8rem !important;
	font-weight: var(--tec-font-weight-normal) !important;
	line-height: 1.1 !important;
	color: rgba(var(--blue-color), 1) !important;
}

body .tribe-events .tribe-events-calendar-list__event-datetime {
	color: var(--tec-color-text-event-date);
	font-size: 1rem;
}

body .tribe-common--breakpoint-medium.tribe-common .tribe-common-b2 {
	font-size: 1rem;
}

body .tribe-events .tribe-events-calendar-list__event-date-tag-datetime {
	flex-direction: row;
}

body .tribe-events-calendar-list__event-datetime-wrapper.tribe-common-b2 {
	margin-bottom: 0 !important;
}

body .tribe-events-calendar-list__event-title a,
.tribe-events-c-top-bar__datepicker-time {
	color: rgba(var(--blue-color), 1) !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-details {
	width: 100% !important;
}

body.single-tribe_events .tribe-events-single .tribe-events-event-meta,
body .tribe-events-meta-group .tribe-events-single-section-title {
	color: rgba(var(--blue-color), 1) !important;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button,
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
	background-color: rgba(var(--blue-color), 1);
	color: var(--tec-color-background);
}

.single-tribe_events h1.tribe-events-single-event-title {
	color: rgba(var(--blue-color), 1);
	font-weight: normal;
}

.tribe-common--breakpoint-medium.tribe-events--filter-bar-horizontal.tribe-events .tribe-events-header--has-event-search .tribe-events-c-events-bar__filter-button-container {
	display: none;
}

.tribe-filter-bar .tribe-filter-bar-c-pill--button .tribe-filter-bar-c-pill__pill {
	background-color: var(--tec-color-background);
	transition: var(--tec-transition);
	font-size: 1rem;
	text-transform: uppercase;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button {
	border-radius: 50px;
}

.tribe-filter-bar .tribe-filter-bar-c-pill--has-selections .tribe-filter-bar-c-pill__pill {
	background-color: rgba(var(--blue-color), 0.1);
	border: 1px solid rgba(var(--blue-color), 1);
	color: rgba(var(--blue-color), 1);
	border-radius: 24px;
	font-weight: var(--tec-font-weight-bold);
}

.tribe-filter-bar .tribe-filter-bar-c-pill--button.tribe-filter-bar-c-pill--has-selections .tribe-filter-bar-c-pill__pill {
	padding-top: var(--tec-spacer-1);
	padding-bottom: var(--tec-spacer-1);
}

body .tribe-filter-bar .tribe-filter-bar-c-pill--button .tribe-filter-bar-c-pill__pill:focus,
body .tribe-filter-bar .tribe-filter-bar-c-pill--button .tribe-filter-bar-c-pill__pill:hover {
	background-color: rgba(var(--blue-color), 1);
	border-color: rgba(var(--blue-color), 1);
	color: rgba(var(--yellow-color), 1);
}

.tribe-filter-bar .tribe-filter-bar-c-pill--has-selections .tribe-filter-bar-c-pill__pill {
	background-color: rgba(var(--blue-color), 1);
	border: 1px solid rgba(var(--blue-color), 1);
	color: rgba(var(--yellow-color), 1);
}

.tribe-filter-bar .tribe-filter-bar-c-pill--has-selections.tribe-filter-bar-c-pill--button .tribe-filter-bar-c-pill__pill:focus,
.tribe-filter-bar .tribe-filter-bar-c-pill--has-selections.tribe-filter-bar-c-pill--button .tribe-filter-bar-c-pill__pill:hover {
	background-color: rgba(var(--blue-color), 1);
}

.tribe-filter-bar .tribe-filter-bar-c-pill__remove-button-icon path {
	stroke: rgba(var(--yellow-color), 1);
}

.tribe-events .tribe-events-c-view-selector__list-item--list .tribe-events-c-view-selector__list-item-text {
	padding-left: 1.25rem;
	background: url(images/icon-list.svg) no-repeat left center;
	background-size: 0.85rem;
	text-transform: uppercase;
}

.tribe-events .tribe-events-c-view-selector__list-item--month .tribe-events-c-view-selector__list-item-text {
	padding-left: 1.25rem;
	background: url(images/icon-month.svg) no-repeat left center;
	background-size: 0.85rem;
	text-transform: uppercase;
}

body .tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__day-date {
	color: var(--tec-color-day-marker-past-month);
	opacity: .3;
}

body .tribe-events .tribe-events-calendar-month__multiday-event-bar-title {
	font-size: 1rem;
	color: rgba(var(--blue-color), 1);
}

body .tooltipster-base {
	display: none !important;
}

body .tribe-events .tribe-events-calendar-month__calendar-event {
	padding: var(--tec-spacer-3);
	background-color: rgba(var(--yellow-color), 1);
	margin: var(--tec-spacer-3) 0 !important;
}

body .tribe-events .tribe-events-calendar-month__calendar-event:hover {
	background-color: var(--tec-color-background-primary-multiday-hover);
}

.tribe-common .tribe-events-calendar-month__calendar-event-title a {
	font-size: 1rem !important;
	color: rgba(var(--blue-color), 1) !important;
	line-height: 1.1;
}

h1.tribe-events-single-event-title {
	border-top: 1px solid var(--tec-color-border-secondary);
	padding-top: 2rem;
	position: relative;
}

.tribe-events .tribe-events-calendar-month__multiday-event-bar-inner {
	position: relative;
	padding-left: 3rem;
}

.tribe_events_cat-suisse:after,
.tribe_events_cat-france:after,
h1.tribe-events-single-event-title:after,
.tribe-events-calendar-month__multiday-event-bar-inner:after {
	content: " ";
	width: 20px;
	height: 14px;
	background: url(images/swiss.svg) no-repeat transparent;
	background-size: contain;
	position: absolute;
	font-size: 0.8rem;
	padding: 0.1rem;
	left: calc(var(--tec-grid-gutter-half) + 15px);
	bottom: calc(var(--tec-grid-gutter-half) + 15px);
	text-align: center;
}

.tribe_events_cat-france:after,
.tribe_events_cat-france h1.tribe-events-single-event-title:after,
.tribe_events_cat-france .tribe-events-calendar-month__multiday-event-bar-inner:after {
	content: " ";
	background-image: url(images/france.svg);
}

.tribe-events-calendar-month__multiday-event-bar-inner:after {
	bottom: auto;
	font-size: 0.65rem;
	left: 10px;
}

.tribe-events-calendar-month__events .tribe_events_cat-suisse:after,
.tribe-events-calendar-month__events .tribe_events_cat-france:after,
.single-tribe_events h1.tribe-events-single-event-title:after {
	display: block;
	left: auto;
	bottom: auto;
	right: 5px;
	top: 6px;
	font-size: 0.65rem;
}

.tribe-events-calendar-month__events .tribe-events-calendar-month__multiday-event.tribe_events_cat-suisse:after,
.tribe-events-calendar-month__events .tribe-events-calendar-month__multiday-event.tribe_events_cat-france:after {
	display: none;
}

body .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date,
body .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link {
	font-weight: normal !important;
}

.single-tribe_events .tribe_events_cat-suisse:after,
.single-tribe_events .tribe_events_cat-france:after,
.single-tribe_events h1.tribe-events-single-event-title:after {
	left: 0;
	bottom: auto;
	right: auto;
	top: 0;
}

.single-tribe_events .tribe_events_cat-suisse:after,
.single-tribe_events .tribe_events_cat-france:after {
	display: none;
}

.single-tribe_events h1.tribe-events-single-event-title:after {
	display: block;
	font-size: 0.9rem;
}

.tribe-events .tribe-events-calendar-list__event-title-link {
	display: inline-block;
	padding-right: 6rem;
}

.tribe-common .tribe-common-anchor-thin:active,
.tribe-common .tribe-common-anchor-thin:focus,
.tribe-common .tribe-common-anchor-thin:hover,
.tribe-common .tribe-common-anchor-thin,
.tribe-common .tribe-common-anchor-thin,
.tribe-common .tribe-common-anchor-thin {
	border-bottom: 0;
	border-bottom-color: currentcolor;
}

.tribe-events .tribe-events-calendar-list__event-title-link:after {
	content: "+ Info";
	background-color: rgba(var(--blue-color), 1);
	color: rgba(var(--yellow-color), 1);
	position: absolute;
	font-size: 1.1rem;
	padding: 0.5rem 1rem;
	right: 2rem;
	top: 1.8rem;
	text-align: center;
	border-radius: 24px;
	margin-top: 7px;
}

body .tribe-events-c-top-bar.tribe-events-header__top-bar {
	border-bottom: 1px solid var(--tec-color-border-secondary);
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}

body .tribe-common--breakpoint-medium.tribe-common .tribe-common-b3 {
	color: rgba(var(--blue-color), 1);
}

ul.tribe-events-sub-nav {
	margin-left: 0;
	padding-left: 0;
}

body .tribe-events-back a,
.tribe-events-back a:visited {
	color: var(--tec-color-text-secondary);
	font-size: 1rem;
	font-weight: normal;
	text-decoration: none;
}

body .tribe-events-back a:hover,
.tribe-events-back a:visited:hover {
	color: rgba(var(--blue-color), 1);
}

body .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a,
body .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a {
	font-size: 1rem;
	font-weight: normal;
	text-decoration: none
}

body .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:after {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.084 2.159L2 .243l9.9 9.9L2 20.041.084 18.126l7.983-7.984z' fill='%23636363'/%3E%3C/svg%3E") 100%/7px no-repeat;
	background-size: 7px;
}

body .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:before {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.916 17.841L10 19.757l-9.9-9.9L10-.041l1.916 1.916-7.983 7.984z' fill='%23636363'/%3E%3C/svg%3E") 0/7px no-repeat;
	background-size: 7px;
}

.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:focus::after,
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:hover::after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.084 2.159L2 .243l9.9 9.9L2 20.041.084 18.126l7.983-7.984z' fill='%230000FF'/%3E%3C/svg%3E");
}

.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:focus::before,
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:hover::before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.916 17.841L10 19.757l-9.9-9.9L10-.041l1.916 1.916-7.983 7.984z' fill='%230000FF'/%3E%3C/svg%3E");
}

body #tribe-events-pg-template {
	margin: 0 auto;
	max-width: var(--tec-grid-width);
	padding-left: var(--tec-grid-gutter-page);
	padding-right: var(--tec-grid-gutter-page);
}

.tribe-common .tribe-common-c-btn-border-small,
.tribe-common a.tribe-common-c-btn-border-small {
	border-radius: 24px;
}

.special-event-header {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--tec-grid-width);
	padding-left: var(--tec-grid-gutter-page);
	padding-right: var(--tec-grid-gutter-page);
}

.special-event-header h1.page-title {
	margin-bottom: 0;
}

body .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
	padding-top: var(--tec-spacer-5);
}

body .tribe-common .tribe-common-c-btn-border,
body .tribe-common a.tribe-common-c-btn-border {
	background-color: rgba(var(--blue-color), 1);
	border: 1px solid rgba(var(--blue-color), 1);
	color: white;
	border-radius: 30px;
}

body.single-tribe_events .tribe-events-c-subscribe-dropdown__button,
body .tribe-block__events-link .tribe-events-c-subscribe-dropdown__button {
	width: 240px;
}

body .tribe-common--breakpoint-medium.tribe-common .tribe-common-h3 {
	color: rgba(var(--blue-color), 1);
}

body .tribe-common .tribe-common-b2--bold {
	font-weight: normal;
	line-height: 1;
}

.tribe-events-calendar-list__event-venue-title.tribe-common-b2--bold+.tribe-events-calendar-list__event-venue-address {
	display: inline-block;
	border-left: 1px solid var(--tec-color-text-primary);
	padding-left: 0.5em;
	margin-left: 0.25em;
	line-height: 1;
}

.tribe-events .tribe-events-c-nav__next:focus,
.tribe-events .tribe-events-c-nav__next:hover,
body .tribe-events .tribe-events-c-nav__prev:focus,
.tribe-events .tribe-events-c-nav__prev:hover {
	color: rgba(var(--blue-color), 1);
}

body .tribe-events .tribe-events-c-nav__next:disabled,
.tribe-events .tribe-events-c-nav__prev:disabled,
body .tribe-events .tribe-events-c-nav__next:disabled:hover,
.tribe-events .tribe-events-c-nav__prev:disabled:hover {
	background-color: transparent;
	color: var(--tec-color-text-disabled);
}

body .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:focus,
body .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:hover,
body .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:focus,
body .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:hover {
	color: rgba(var(--blue-color), 1);
}

.tribe-events-notices {
	border-bottom: 0px;
	box-shadow: none;
}


@media (max-width: 768px) {

	.tribe-events .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-date-tag {
		display: none;
	}

	.tribe-events .tribe-events-calendar-list__event-row {
		position: relative;
	}

	.tribe-events .tribe-events-calendar-list__event-title-link {
		padding-right: 7rem;
	}

	.tribe-events .tribe-events-calendar-list__event-title-link::after {
		right: 1rem;
	}

	.tribe_events_cat-suisse::after,
	.tribe_events_cat-france::after,
	h1.tribe-events-single-event-title::after,
	.tribe-events-calendar-month__multiday-event-bar-inner::after {
		left: auto;
		right: calc(var(--tec-grid-gutter-half));
	}

	body .tribe-events .tribe-events-calendar-list__event-datetime {
		color: var(--tec-color-text-event-date);
		font-size: 1.2rem;
	}
}




/* POLL */
body .bootstrap-yop {
	margin-top: 2rem;
}

body .basic-yop-poll-container .basic-question {
	margin-top: 0;
}

body .basic-yop-poll-container .basic-custom-field,
body .basic-yop-poll-container .basic-question {
	margin-top: 0;
}

body .basic-yop-poll-container .basic-element .basic-question-title {
	margin-bottom: 0;
}

body .basic-yop-poll-container .basic-answer {
	margin-top: 5px;
	margin-bottom: 5px;
}

body .basic-yop-poll-container {
	background-color: transparent !important;
	border-top: 1px solid rgba(var(--blue-color), 1) !important;
	border-radius: 0 !important;
	padding: 15px 0 0 0 !important;
}

body .bootstrap-yop .form-control {
	background-color: rgba(255, 255, 255, 0.4) !important;
}

body .bootstrap-yop textarea {
	min-height: 100px;
}

body .basic-vote-button {
	border-color: #cecece !important;
	border-radius: 21px !important;
	padding: 10px 16px !important;
	color: #000000 !important;
	font-size: 14px !important;
}

body .bootstrap-yop .form-control {
	height: 28px !important;
}

.basic-yop-poll-container .basic-message {
	padding: 10px !important;
	margin-bottom: 1rem;
}

/* PAGES */
.home .entry-content {
	margin: 0;
}

.home .entry-header h1 {
	display: none;
}

.home .site-content {
	padding-top: 0;
}

/* GALLERY */
.vbox-content>img {
	max-height: 85vh;
}

.post-navigation {
	border-top: 1px solid black;
	margin-top: 4rem;
	padding: 2rem 0;
}

.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: rgba(164, 158, 147, 1);
	border-color: rgba(164, 158, 147, 1);
}

.page-link:hover {
	z-index: 2;
	color: rgb(37, 114, 132);
	background-color: rgba(164, 158, 147, 0.11);
	border-color: rgba(164, 158, 147, 0.3);
}

/* FORM */
.wpcf7-form label,
.wpcf7-form label input {
	width: 100%;
}

.wpcf7-form button,
.wpcf7-form input[type="button"],
.wpcf7-form input[type="reset"],
.wpcf7-form input[type="submit"] {
	border: 0px solid;
	border-radius: 0px;
	background: #10124B;
	color: rgba(255, 255, 255, 1);
	font-size: 1em;
	line-height: 1;
	padding: 1em 2em;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
	border-radius: 2em;
}

.wpcf7-form button:hover,
.wpcf7-form input[type="button"]:hover,
.wpcf7-form input[type="reset"]:hover,
.wpcf7-form input[type="submit"]:hover {
	background: #10124B;
}

body .grecaptcha-badge {
	visibility: hidden;
}

/* BREADCRUMBS */
#breadcrumbs {
	padding: 2em 0;
	font-size: 0.8em;
}




/* FORM */
.wpcf7 input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #ccc;
}

.wpcf7 textarea {
	background: transparent;
	border: 0;
	background-attachment: local;
	background-image:
		linear-gradient(to right, transparent 10px, transparent 10px),
		linear-gradient(to left, transparent 10px, transparent 10px),
		repeating-linear-gradient(transparent, transparent 30px, #ccc 30px, #ccc 31px, #ccc 31px);
	line-height: 31px;
	height: 150px;

}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #000;
	border-radius: 0;
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: rgba(0, 0, 0, 0.5);
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: rgba(0, 0, 0, 0.5);
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: rgba(0, 0, 0, 0.5);
}

:-moz-placeholder {
	/* Firefox 18- */
	color: rgba(0, 0, 0, 0.5);
}

/* FOOTER */
.site-footer {
	padding: 2rem 0;
	background-color: rgba(var(--blue-color), 1);
	color: white;
}

.site-footer .container {
	font-size: 0.85em;
}

.site-footer a {
	text-decoration: none;
	color: white;
}

.site-footer a:hover {
	color: white;
	text-decoration: underline;
}

.copyright-box,
.site-info {
	font-size: 0.7em;
	opacity: 0.8;
}

.copyright-box {
	margin-top: 0;
}

.site-footer .widget_text p {
	margin-bottom: 0;
}

.site-footer .wp-block-image .alignright {
	float: right;
	margin: 0 0 .5em 1em;
}

.site-footer .wp-block-image {
	margin: 0;
}

.footer-flag img {
	border: 1px solid rgba(255, 255, 255, 0.5);
}

.signature {
	font-size: 0.65rem;
}

.top-button.back-to-top,
.top-button.back-to-top:hover {
	width: 75px;
	height: 75px;
	color: #fff;
	background-color: rgba(var(--blue-color), 1);
	border: 0 !important;
	outline: 0 !important;
	padding: .5rem 1rem;
	font-size: 1.8rem;
	line-height: 1;
	border-radius: 50%;
	background: url(images/arrow-top-page.svg) no-repeat center center;
	background-size: 50%;
	background-color: rgba(var(--blue-color), 1) !important;
	transition: all 0.3s ease-in-out;
	transform: scale(0.6);
	right: 0;
}

.top-button.back-to-top:hover {
	background-size: 60%;
}

.top-button.back-to-top {
	bottom: 100px;
}



/* Misc */

@keyframes slide-down {
	0% {
		opacity: 0;
		transform: translateY(-100%);
	}

	100% {
		opacity: 0.9;
		transform: translateY(0);
	}
}

.readmore a {
	color: white !important;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
	background-color: transparent !important;
}

body:not(.home):not(.tribe-events-page-template) ul:not(.pagination) a.wp-block-social-link-anchor {
	color: rgba(255, 255, 255, 0.5) !important;
}

body:not(.home):not(.tribe-events-page-template) ul:not(.pagination) a.wp-block-social-link-anchor:hover {
	color: rgba(255, 255, 255, 1) !important;
}

#intro-cern {
	padding-top: 400px;
}

.wp-container-core-buttons-is-layout-4.wp-container-core-buttons-is-layout-4 {
	justify-content: center !important;
}

@media only screen and (min-width: 768px) {
	#intro-cern {
		padding-top: 0;
		max-width: 50%;
	}
	
	.wp-container-core-buttons-is-layout-4.wp-container-core-buttons-is-layout-4 {
		justify-content: flex-start !important;
	}
	
	/*
	p > .wpcf7-submit {
		width: inherit;
		text-align: left;
	}
	*/
}

@media only screen and (min-width: 992px) {
	#intro-cern {
		padding-top: 0;
		max-width: 100%;
	}
}



/* MEDIA QUERIES */
@media only screen and (min-width: 420px) {
	.scrolldownboxposition {
		bottom: 20px;
		/* 20px*/
	}

}

@media only screen and (min-width: 576px) {
	#timeline-legend .wp-block-column .wp-block-column {
		padding-top: 110px;
		margin-bottom: 0;
	}

	#timeline-legend .wp-block-column .wp-block-column.colonne-filet {
		padding-top: 0;
	}

	.hero-header .wp-block-media-text__content {
		max-width: calc(540px / 2);
	}

}



@media only screen and (min-width: 768px) {

	body {
		font-size: 1.25rem;
	}

	.h1,
	h1 {
		font-size: 3.125rem;
	}

	.h2,
	h2 {
		font-size: 2.5rem;
	}

	.h3,
	h3 {
		font-size: 1.875rem;
	}

	.h4,
	h4 {
		font-size: 1.25rem;
	}

	.fullscreen-banner .carousel-item h2 {
		font-size: 2.4rem;
	}

	.fullscreen-banner .carousel-item p {
		font-size: 1.45rem;
	}

	.block-thumbnail .row div:first-of-type {
		padding-right: 15px;
	}

	.block-thumbnail .row div:last-of-type {
		padding-left: 15px;
	}

	body .navbar-toggler {
		right: 40px;
	}

	p.document-item-content-action {
		font-size: 1.5rem;
	}

	.contact-link-mail a,
	.contact-link-tel a {
		display: inline-block;
		padding-left: 170px;
		line-height: 150px;
		background-size: auto 100%;
	}

	.fullscreen-banner .carousel-item-background {
		min-height: 100vh;
		/* = #big-video height */
		background: no-repeat center center;
		background-size: cover;
		background-color: rgb(32, 32, 32);
	}

	.onepagestrat,
	.wp-block-cover.onepagestrat {
		padding: 7rem 0 4rem 0;
	}

	.onepagestrat:last-of-type,
	.wp-block-cover.onepagestrat:last-of-type,
	.onepagestrat.onepagestrat-no-padding {
		padding: 7rem 0 0 0;
	}

	/*
	.hero-header:after,
	body:not(.home) {
		background: url(images/formes_FCC_jaune_web.svg) no-repeat calc(100% + 100px) 120px;
		background-size: 50%;
	}
	*/

	/*
	.fullscreen-banner .carousel-item-background:after {
		background: url(images/formes_FCC_jaune_web.svg) no-repeat calc(100% + 100px) 150px;
		background-size: 45%;
	}
	*/

	#le-lieu {
		background: url(images/carte.png) no-repeat calc(50% + 100px) -450px rgba(var(--green-color), 1);
		background-size: 2800px;
	}

	#le-lieu h3 {
		padding-bottom: 0px;
	}

	/*
	#l-etude-2024 {
		background: url(images/relief_web.png) no-repeat center 470px white;
		background-size: 1500px;
	}
	*/

	#le-projet {
		background: url(images/formes_FCC_blanc_web.svg) no-repeat calc(100% + 100px) 150px #10124B;
		background-size: 45%;
	}

	.fullscreen-banner .carousel-item .wrapper {
		top: 42%;
		color: white;
	}

	.top-button.back-to-top,
	.top-button.back-to-top:hover {
		transform: scale(1);
		right: 15px
	}

	.hero-header .wp-block-media-text__content {
		max-width: calc(720px / 2);
	}


	.page-template-page-faq .collapseomatic {
		background-color: rgba(var(--yellow-color), 1) !important;
		color: rgba(var(--bluedark-color), 1) !important;
		display: inline-block;
		min-width: 175px;
		padding: 40px 140px 40px 35px;
		background-position: calc(100% - 15px) 30px;
		background-size: 90px;
		background-repeat: no-repeat;
		background-image: url('images/faq-down.svg');
		transition: all 0.3s ease-in-out;
		text-decoration: none;
		font-size: 1.85rem;
		line-height: 1.35;
	}

	.page-template-page-faq .collapseomatic_content {
		font-size: 1.25rem;
		line-height: 1.5;
	}

	.page-template-page-faq .collapseomatic_content {
		background-color: rgba(var(--yellow-color), 1) !important;
		margin-top: -3rem;
		margin-left: 0;
		margin-bottom: 2rem;
		padding: 2rem 9rem 2rem 2rem;
		font-size: 1.1rem;
		line-height: 1.5;
	}

	.page-template-page-faq .collapseomatic {
		background-color: rgba(var(--yellow-color), 1) !important;
		color: rgba(var(--bluedark-color), 1) !important;
		display: inline-block;
		min-width: 175px;
		padding: 40px 140px 40px 35px;
		background-position: calc(100% - 15px) 30px;
		background-size: 90px;
		background-repeat: no-repeat;
		background-image: url('images/faq-down.svg');
		transition: all 0.3s ease-in-out;
		text-decoration: none;
	}

	.page-template-page-faq .collapseomatic:hover {
		text-decoration: none;
		background-size: 100px;
		background-position: calc(100% - 10px) 25px;
	}


	body:not(.home) .menu-documents .wp-block-navigation__container {
		display: flex;
		justify-content: flex-start;
	}

	body:not(.home) .menu-documents ul:not(.pagination) a {
		padding: 0.5rem 5rem 0.5rem 0 !important;
	}


	body .tribe-events-schedule {

		margin: var(--tec-spacer-1) 0 var(--tec-spacer-7);
	}


}

@media only screen and (min-width: 992px) {

	/*
	body .site-header .navbar {
		margin-right: 1em;
	}
	*/

	h1.site-title a,
	p.site-title a {
		display: inline-block;
		width: 250px;
		height: 60px;
	}

	.navbar-light .navbar-nav .nav-link,
	.fullscreen_slider_page .main-nav--sticky .navbar-light .navbar-nav .nav-link {
		color: rgba(0, 0, 0, 1);
		border-bottom: 1px solid transparent;
		transition: all 0.3s ease-in-out;
		padding-left: 0.9rem;
		padding-right: 0.9rem;
	}

	/*.navbar-light .navbar-nav .nav-link:focus,*/
	.navbar-light .navbar-nav .nav-link:hover,
	.navbar-light .navbar-nav .nav-link.active,
	.navbar-light .navbar-nav .current-menu-item .nav-link,
	/*.fullscreen_slider_page .main-nav--sticky .navbar-light .navbar-nav .nav-link:focus,*/
	.fullscreen_slider_page .main-nav--sticky .navbar-light .navbar-nav .nav-link:hover,
	.fullscreen_slider_page .main-nav--sticky .navbar-light .navbar-nav .nav-link.active,
	.fullscreen_slider_page .main-nav--sticky .navbar-light .navbar-nav .current-menu-item .nav-link,
	.navbar-light .navbar-nav .nav-link.current,
	.fullscreen_slider_page .main-nav--sticky .navbar-light .navbar-nav .nav-link.current {
		color: rgba(0, 0, 0, 1);
		border-bottom: 1px solid #000;
	}

	/*
	.main-nav--sticky h1.site-title,
	.main-nav--sticky p.site-title {
		margin: 0.25em 1em;
	}
	*/

	/* LANGUAGE */
	.wpml-ls-item .dropdown-menu {
		margin-left: -1px;
	}

	.wpml-ls-item {
		margin-left: 15px;
		border-left: 1px solid;
		padding: 0 15px;
	}

	.fullscreen_slider_page .wpml-ls-item {
		border-color: white;
	}

	.fullscreen_slider_page .main-nav--sticky .wpml-ls-item {
		border-color: black;
	}

	.wpml-ls-item .wpml-ls-item {
		margin-left: 0px;
		border-left: 0px solid;
	}

	/* POLL */
	body .basic-form {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}

	body .basic-elements {
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		display: flex;
		align-items: baseline;
	}

	body .basic-question {
		margin-right: 2rem !important;
	}

	body .basic-yop-poll-container .basic-custom-field-title {
		padding-bottom: 0 !important;
	}

	body .basic-element.basic-custom-field {
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}

	@keyframes slide-down {
		0% {
			opacity: 0;
			transform: translateY(-100%);
		}

		100% {
			opacity: 0.9;
			transform: translateY(0);
		}
	}

	.hero-header .wp-block-media-text__content {
		max-width: calc(960px / 2);
	}

	/* EVENTS */
	.single-tribe_events h1.tribe-events-single-event-title {
		font-size: 3.125rem;
	}


}

/*
@media only screen and (min-width: 1100px) {

	.main-nav--sticky {
		width: 100%;
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		background-color: white;
		-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
		-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
		box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
		animation: slide-down 0.7s;
		z-index: 1000;
	}

}
*/


@media only screen and (min-width: 1200px) {

	h1.site-title,
	p.site-title {
		margin: 1em 0;
	}

	.page-template-page-faq h1.site-title,
	.page-template-page-faq p.site-title {
		margin: 0.25em 1em;
	}

	.slider-text-box {
		padding-right: 20%;
	}

	.fullscreen-banner .carousel-item h2 {
		font-size: 3.6rem;
	}

	.fullscreen-banner .carousel-item p {
		font-size: 2.15rem;
	}

	.hero-header .wp-block-media-text__content {
		max-width: calc(1140px / 2);
	}

	.main-nav--sticky {
		width: 100%;
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		background-color: white;
		-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
		-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
		box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
		animation: slide-down 0.7s;
		z-index: 1000;
	}

	.main-nav--sticky h1.site-title a,
	.main-nav--sticky p.site-title a {
		display: inline-block;
		width: 190px;
		height: 60px;
		background-image: url(images/FCCfs-Logo-dark.png);
	}

}

@media only screen and (min-width: 1400px) {

	/*
	h1.site-title a {
		display: inline-block;
		width: 370px;
		height: 85px;
	}
	*/
	
	/*
	p.site-title a {
		display: inline-block;
		width: 370px;
		height: 85px;
	}
	*/

	.hero-header .wp-block-media-text__content {
		max-width: calc(1320px / 2);
	}

	.home .h2,
	.home h2 {
		font-size: 2.2rem;
	}

	.home .h3,
	.home h3 {
		font-size: 3.125rem;
	}

	.home .h4,
	.home h4 {
		font-size: 1.875rem;
	}

	.home .h5,
	.home h5 {
		font-size: 0.8rem;
	}
}

/* Change responsive menu breakpoint (large desktops, 1200px and up) */
@media (max-width: 1200px) {
	.navbar-header {
		float: right;
	}

	.navbar-left,
	.navbar-right {
		float: none !important;
	}

	.navbar-toggle {
		display: block;
	}

	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	}

	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}

	.navbar-collapse.collapse {
		display: none !important;
		transition: none !important;
	}

	.navbar-collapse.collapse.show {
		display: -ms-flexbox !important;
		display: -webkit-flex !important;
		display: flex !important;

		-webkit-justify-content: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;

	}

	.navbar-nav {
		float: none !important;
	}

	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: static;
	}

	.navbar-expand-lg .navbar-nav {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
		border: 0;
		transition: none !important;
	}

	body .navbar-nav>li {
		float: none;
		margin-bottom: 2rem;
		text-align: center;
	}

	body .navbar-nav>li>a {
		padding-top: 0;
		padding-bottom: 0;
		font-size: 1.2rem;

	}

	body .navbar-light .navbar-nav .nav-link {
		color: white;
	}

	body .navbar-light .navbar-nav .nav-link:focus,
	body .navbar-light .navbar-nav .nav-link:hover {
		color: white;
	}


	.collapse.in {
		display: block !important;

	}

	.navbar-collapse,
	.navbar-collapse.collapse {
		background-color: rgba(var(--blue-color), 1);
		z-index: 10;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.navbar-collapse.collapse {
		opacity: 1;
		transition: opacity 0.15s ease-in-out !important;
		transition-delay: 0s !important;
	}

	.navbar-collapse.collapsing {
		opacity: 0;
	}




	.navbar-toggle {
		border: none;
		background: transparent !important;
	}

	.navbar-toggle:hover {
		background: transparent !important;
	}

	.navbar-toggle .icon-bar {

		-webkit-transition: all 0.2s;
		transition: all 0.2s;
	}


	.navbar-expand-lg .navbar-toggler {
		display: block;
	}


	/* ANIMATED X */
	.navbar-toggle.x .icon-bar:nth-of-type(1) {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transform-origin: 10% 10%;
		-ms-transform-origin: 10% 10%;
		transform-origin: 10% 10%;

	}

	.navbar-toggle.x .icon-bar:nth-of-type(2) {
		opacity: 0;
		filter: alpha(opacity=0);
	}

	.navbar-toggle.x .icon-bar:nth-of-type(3) {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transform-origin: 10% 90%;
		-ms-transform-origin: 10% 90%;
		transform-origin: 10% 90%;
	}

	/* ANIMATED X COLLAPSED */
	.navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		background-color: white;
	}

	.navbar-toggle.x.collapsed.content-icon .icon-bar:nth-of-type(1) {
		background-color: black;
	}


	.navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
		opacity: 1;
		filter: alpha(opacity=100);
		background-color: white;
	}

	.navbar-toggle.x.collapsed.content-icon .icon-bar:nth-of-type(2) {
		background-color: black;
	}

	.navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		background-color: white;
	}

	.navbar-toggle.x.collapsed.content-icon .icon-bar:nth-of-type(3) {
		background-color: black;
	}

	/* END ANIMATED X */


}