/*
Theme Name: FNCF
Theme URI: #
Author: Jeremy Bornerand
Author URI: http://jeremybornerand.com/
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
 .hamburger{padding:15px;display:inline-block;cursor:pointer;transition-property:opacity,filter;transition-duration:.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible}.hamburger:hover{opacity:1}.hamburger.is-active:hover{opacity:1}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner::after,.hamburger.is-active .hamburger-inner::before{background-color:#FBF1B5}.hamburger-box{width:30px;height:16px;display:inline-block;position:relative}.hamburger-inner{display:block;top:50%;margin-top:0}.hamburger-inner,.hamburger-inner::after,.hamburger-inner::before{width:30px;height:1px;background-color:#FBF1B5;border-radius:4px;position:absolute;transition-property:transform;transition-duration:.15s;transition-timing-function:ease}.hamburger-inner::after,.hamburger-inner::before{content:"";display:block}.hamburger-inner::before{top:-9px}.hamburger-inner::after{bottom:-9px}.hamburger--squeeze .hamburger-inner{transition-duration:75ms;transition-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}.hamburger--squeeze .hamburger-inner::before{transition:top 75ms .12s ease,opacity 75ms ease}.hamburger--squeeze .hamburger-inner::after{transition:bottom 75ms .12s ease,transform 75ms cubic-bezier(.55, .055, .675, .19)}.hamburger--squeeze.is-active .hamburger-inner{transform:rotate(45deg);transition-delay:0.12s;transition-timing-function:cubic-bezier(0.215,0.61,0.355,1)}.hamburger--squeeze.is-active .hamburger-inner::before{top:0;opacity:0;transition:top 75ms ease,opacity 75ms .12s ease}.hamburger--squeeze.is-active .hamburger-inner::after{bottom:0;transform:rotate(-90deg);transition:bottom 75ms ease,transform 75ms .12s cubic-bezier(.215, .61, .355, 1)}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
	outline-width: 0;
}

abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: 700;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #222;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid #bbb;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
	clear: both;
}

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #fff;
	font-family: "Manrope", "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.4;
	margin: 0 0 0.75em;
	padding: 1.5em 0 0;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	padding-top: 0;
}

h1 {
	font-size: 24px;
}

h2,
.home.blog .entry-title {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 13px;
}

h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1.5em;
	padding: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	color: #666;
	font-size: 18px;
	font-size: 1.125rem;
	font-style: italic;
	line-height: 1.7;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

blockquote cite {
	display: block;
	font-style: normal;
	font-weight: 600;
	margin-top: 0.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #eee;
	text-decoration: none;
}

big {
	font-size: 125%;
}

blockquote {
	quotes: "" "";
}

q {
	quotes: "“" "”" "‘" "’";
}

blockquote:before,
blockquote:after {
	content: "";
}

:focus {
	outline: none;
}



/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/

label {
	color: #333;
	display: block;
	font-weight: 800;
	margin-bottom: 0.5em;
}

fieldset {
	margin-bottom: 1em;
}

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: #666;
	background: #fff;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	padding: 0.7em;
	width: 100%;
}

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

select {
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 3em;
	max-width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: 400;
}

button,
input[type="button"],
input[type="submit"] {
	background-color: #222;
	border: 0;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	line-height: 1;
	padding: 1em 2em;
	text-shadow: none;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
}

/* input + button,
input + input[type="button"],
input + input[type="submit"] {
	padding: 0.75em 2em;
} */

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
	background-color: #ddd;
	color: #222;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #767676;
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
	background: #bbb;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #333;
	font-family: "Manrope", "Helvetica Neue", helvetica, arial, sans-serif;
}

:-moz-placeholder {
	color: #333;
	font-family: "Manrope", "Helvetica Neue", helvetica, arial, sans-serif;
}

::-moz-placeholder {
	color: #333;
	font-family: "Manrope", "Helvetica Neue", helvetica, arial, sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #333;
	font-family: "Manrope", "Helvetica Neue", helvetica, arial, sans-serif;
}

/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/

hr {
	background-color: #bbb;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/

ul,
ol {
	margin: 0 0 1.5em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/

table {
	border-collapse: collapse;
	margin: 0 0 1.5em;
	width: 100%;
}

thead th {
	border-bottom: 2px solid #bbb;
	padding-bottom: 0.5em;
}

th {
	padding: 0.4em;
	text-align: left;
}

tr {
	border-bottom: 1px solid #eee;
}

td {
	padding: 0.4em;
}

th:first-child,
td:first-child {
	padding-left: 0;
}

th:last-child,
td:last-child {
	padding-right: 0;
}

/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/

a {
	color: #FBF1B5;
	text-decoration: none;
}

a:focus {
	outline: none!important;
}

a:hover,
a:active {
	color: #fff;
	outline: 0;
}

svg{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
}

/*--------------------------------------------------------------
12.0 Navigation
--------------------------------------------------------------*/



/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

html,body{
	overflow-x: hidden;
}

body{
	opacity: 0;
	background: #c9053a;
	color: #FBF1B5;
	-webkit-transition: opacity 0.8s ease;
	-moz-transition: opacity 0.8s ease;
	-o-transition: opacity 0.8s ease;
	transition: opacity 0.8s ease;
	-webkit-font-smoothing: antialiased; 
	-moz-osx-font-smoothing: grayscale;
}

.wrapper{
	max-width: 1290px;
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 0 40px;
}

.wrap {
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 0 40px;
}

.clear{
	clear: both;
}


a{
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

ul.bxslider{
	list-style: none;
	margin: 0;
	padding: 0;
}

.wow{
	visibility: hidden;
}

p:last-child, ul:last-child{
	margin-bottom: 0;
}

/*--------------------------------------------------------------
13.1 Header
--------------------------------------------------------------*/


.site-header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 20;
}

.site-title{
	margin: 0;
	padding: 0;
}

.site-title a{
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 11px;
	font-weight: 800;
	margin: -12px 0 0;
	padding: 50px 0 25px;
	background: #99021B;
	color: #fff;
	width: 250px;
	text-align: center;
	transform: rotate(-4deg);
}

.site-title a span{
	display: block;
	width: 169px;
	height: 63px;
	background: url(assets/images/fncf_logo.jpg) no-repeat center center/contain;
	margin: 0 auto 20px;
}

.top{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.main-menu{
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1;
}

.main-menu > li{
	display: inline-block;
	vertical-align: middle;
}

.main-menu > li + li{
	margin-left: 20px;
}

.main-menu > li > a{
	border: 1px solid #FBF1B5;
	display: block;
	border-radius: 10px;
	font-size: 17px;
	font-weight: 500;
	line-height: 50px;
	padding: 0 30px;
	color: #FBF1B5;
}

.main-menu > li > a:hover, .main-menu > li.current-menu-item > a{
	background: #FBF1B5;
	color: #FF0050;
}

.main-menu > li.gene > a{
	font-weight: 700;
	color: #FF0050;
	background: #fff;
	border-color: #fff;
}

.main-menu > li.gene > a:hover, .main-menu > li.gene.current-menu-item > a, .main-menu > li.current-page-ancestor > a{
	background: #FF0050;
	border-color: #FF0050;
	color: #fff;
}


/*--------------------------------------------------------------
13.3 Regular Content
--------------------------------------------------------------*/

.gform_required_legend{
	display: none!important;
}

#content {
	background: linear-gradient(to bottom,  rgba(201,5,58,1) 0%,rgba(153,2,27,1) 100%);
	padding-top: 250px;
}

.hometop .left .txt{
	/* font-size: 22px;
	font-weight: 500;
	padding: 10px 40px;
	border-left: 1px solid #FBF1B5; */
	font-size: 20px;
	font-weight: 500;
	padding: 0 40px 0 0;
}

.hometop .left .txt p:not(:last-child) {
	margin-bottom:1em;
}

.txt strong, .txt b{
	font-weight: 900;
}

.left, .right{
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

.hometop .left{
	width: 64%;
}
.hometop .left:last-child {
	width: 100%;
}
.hometop .right{
	width: 36%;
}

.formu{
	background: #fff;
	padding: 50px;
	border-radius: 20px;
	color: #222228;
}

.rez .txt{
	text-align: center;
	font-size: 20px;
}

.rez .test{
	text-align: center;
	margin: 30px 0 0;
}

.grosbouton{
	display: inline-block;
	width: 280px;
	border: 1px solid #FBF1B5;
	border-radius: 10px;
	padding: 65px 40px;
}

.grosbouton svg{
	font-size: 70px;
}

.grosbouton span{
	display: block;
	font-size: 22px;
	font-weight: 600;
	margin: 22px 0 0;
}

.grosbouton:hover{
	background: #FBF1B5;
	color: #FF0050;
}

.boutons{
	margin: 25px -5px -5px;
}

.bouton{
	display: inline-block;
	text-align: center;
	border: 1px solid #FBF1B5;
	border-radius: 10px;
	color: #FBF1B5;
	padding: 15px 30px;
	font-size: 15px;
	margin: 5px;
}

.bouton:hover{
	background: #FBF1B5;
	color: #FF0050;
}

.hometop .right .bouton{
	display: block;
}

#primary{
	padding-bottom: 100px;
}

.txt ul{
	padding-left: 0.9em;
}

.objs, .homebot{
	margin: 80px 0 0;
}

.objs .left{
	width: 100%;
}
.objs .right{
	width: 40%;
	padding-left: 40px;
}

.rightc{
	position: relative;
	background: #EE2437;
	text-align: center;
	border-radius: 10px;
	box-shadow: 40px 40px 80px rgba(0,0,0,0.15);
	padding: 80px 15px 15px;
	color: #fff;
}

.rightc:before{
	content: '';
	display: block;
	width: 1px;
	height: 60px;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 0;
}

.rightc svg{
	font-size: 70px;
}

.rightc .txt{
	font-size: 20px;
	font-weight: 500;
	padding: 0 25px;
	line-height: 1.3;
	margin: 30px 0 50px;
}

.rightc .bouton{
	border: 0;
	font-weight: 700;
	background: #fff;
	color: #EE2437;
	font-size: 20px;
	padding: 20px;
}

.rightc .bouton:hover{
	background: #FBF1B5;
}

.objs .wrapper > .txt{
	margin-bottom: 30px;
	width: 60%;
}

.themes{
	margin: -11px;
}

.theme{
	display: inline-block;
	vertical-align: top;
	width: 14.28%;
	padding: 11px;
}

.themec{
	display: block;
	border: 1px solid #FBF1B5;
	border-radius: 10px;
	text-align: center;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 180px;
	justify-content: center;
	padding: 0 10px;
}

.themec:hover{
	background: #FBF1B5;
	color: #EE2437;
}

.themec svg{
	font-size: 50px;
}

.themec p{
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	margin: 20px 0 0;
}

.objs .txt{
	font-size: 20px;
}

.txt{
	font-size: 18px;
}

.txt p a, .txt li a{
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.formu .gform_wrapper.gravity-theme .gf_step_completed .gf_step_number::before {
	background: #FF0050;
	border: 2px solid #FF0050;
}

.formu .gform_wrapper.gravity-theme .gform_page_footer input{
	background: #FF0050;
}

.formu .gform_wrapper.gravity-theme .gform_previous_button.button, .formu .gform_wrapper.gravity-theme .gform_save_link.button{
	background-color: #222228;
	color: #fff;
}

.formu .gform_wrapper.gravity-theme .gform_page_footer{
	display: flex;
	justify-content: space-between;
}

.formu .gform_wrapper.gravity-theme .gform_page_footer img{
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
}

.formu .gform_wrapper.gravity-theme .gf_step_active .gf_step_number{
	background: #FBF1B5;
}

.formu .gform_wrapper.gravity-theme .gf_progressbar_title {
	color: #222228;
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 15px 0;
	text-align: center;
}

.qsntopl, .qsntopr{
	display: inline-block;
	vertical-align: top;
}

.qsntopl{
	text-align: left;
	width: 66.66%;
	padding-right: 22%;
}

.qsntopr{
	text-align: center;
	width: 33.33%;
}

.txt h1{
	font-weight: 900;
	font-size: 36px;
	line-height: 1.2;
}

.membres{
	margin: 50px -20px;
}

.membre{
	display: inline-block;
	vertical-align: top;
	width: 25%;
	text-align: center;
	padding: 20px;
}

.nom{
	margin: 0;
	font-weight: 900;
	font-size: 18px;
}

.poste{
	margin: 0;
}

.photo{
	display: block;
	width: 100%;
	position: relative;
	padding: 100% 0 0;
	background: #99021b;
	border-radius: 10px;
	overflow: hidden;
	margin: 0 0 15px;
}

.photo img{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
}

.categories{
	margin: 40px 0 0;
}

.categorie > h2{
	font-size: 28px;
	font-weight: 900;
}

.categorie + .categorie{
	margin-top: 40px;
	border-top: 1px solid rgba(0, 0, 0, 0.3);
	padding-top: 40px;
}

.outils{
	margin: -11px;
}

.outil{
	display: inline-block;
	width: 25%;
	padding: 11px;
	vertical-align: top;
}

.outilc{
	border: 1px solid #FBF1B5;
	border-radius: 10px;
	text-align: left;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items:  flex-start;
	height: 100%;
	justify-content: center;
	padding: 54px 30px 30px;
	font-weight: 900;
	font-size: 20px;
	line-height: 1.2;
	position: relative;
}

.actif .outilc:not(:hover){
	background: #99021b;
	box-shadow: 0 0 10px #FBF1B5;
}

.outilc svg{
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 25px;
}

.outilc:hover{
	background: #FBF1B5;
	color: #EE2437;
}

.outilc .desc{
	font-weight: 400;
	font-size: 12px;
	line-height: 1.2;
	margin: 10px 0 0;
}

.tooltip_templates { display: none; }

.gfield--type-html.gform_hidden, .gform_hidden.gform_hiddenn{ display: none!important; }

/* 404 page */

.error404 .page-content {
	padding-bottom: 4em;
}

.error404 .page-content .search-form,
.search .page-content .search-form {
	margin-bottom: 3em;
}

/*--------------------------------------------------------------
13.6 Footer
--------------------------------------------------------------*/

.site-footer {
	background: #99021B;
}

.bottom{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 60px 0;
	border-top: 1px solid rgba(251, 241, 181, 0.303);
}

.logo{
	display: block;
	width: 169px;
	height: 63px;
	background: url(assets/images/fncf_logo.jpg) no-repeat center center/contain;
	transform: rotate(-4deg);
}

.footer{
	text-align: right;
}

.footer-menu{
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1;
}

.footer-menu > li{
	
}

.footer-menu > li + li{
	margin: 7px 0 0;
}

.footer-menu > li > a{
	font-size: 12px;
}

.copy{
	color: #FBF1B5;
	font-size: 10px;
	text-transform: uppercase;
	margin: 20px 0 0;
	letter-spacing: 0.1em;
}


/*--------------------------------------------------------------
16.0 Media
--------------------------------------------------------------*/

img,
video {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

img.alignleft,
img.alignright {
	float: none;
	margin: 0;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption,
.gallery-caption {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.hamburger{
	display: none;
}

.generateur .bouton{
	font-size: 20px;
	font-weight: 600;
}

/*--------------------------------------------------------------
19.0 Media Queries
--------------------------------------------------------------*/


@media screen and (max-width: 1299px) {
	.hometop .left .txt {
		font-size: 20px;
	}
}

@media screen and (max-width: 1199px) {
	.site-title{
		transform-origin: left top;
		transform: scale(0.8);
	}
	.main-menu > li > a{
		font-size: 15px;
		line-height: 45px;
		padding: 0 25px;
	}
	#content{
		padding-top: 200px;
	}
	.hometop .left .txt {
		font-size: 18px;
	}
	/* .objs .left {
		width: 60%;
	} */
	
	.objs .right {
		width: 100%;
		padding-left: 0;
		margin-top: 40px;
	}
	.objs .txt {
		font-size: 18px;
	}
	.outil{
		width: 33.33%;
	}
	.objs .wrapper > .txt{
		width: 100%;
	}
	.theme{
		width: 20%;
	}
}

@media screen and (min-width: 1024px) {
	.menu-principal-container{
		display: block!important;
	}
}

@media screen and (max-width: 1023px) {
	.theme{
		width: 25%;
	}
	.menu-principal-container{
		display: none;
		position: absolute;
		left: 0;
		top: 0;
		background: #c9053a;
		padding: 180px 40px 60px;
		z-index: -1;
		width: 100%;
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	}
	.hamburger{
		display: block;
	}
	.main-menu > li{
		display: block;
	}
	.main-menu > li + li {
		margin-left: 0;
		margin-top: 10px;
	}
	.main-menu > li > a{
		text-align: center;
	}
	.outilc{
		padding: 54px 20px 20px;
		font-size: 17px;
	}
	.qsntopl{
		padding-right: 40px;
	}
	.membre{
		width: 33.33%;
	}
	.txt {
		font-size: 16px;
	}
	.hometop .left {
		width: 100%;
	}
	.hometop .right {
		width: 100%;
		padding-top: 0;
		margin-top: 40px;
	}
}

@media screen and (max-width: 767px) {
	.site-title{
		transform: scale(0.6);
	}
	.txt {
		font-size: 15px;
	}
	.hamburger{
		margin-right: -15px;
		margin-top: -50px;
	}
	.menu-principal-container{
		padding: 140px 30px 50px;
	}
	.wrap, .wrapper{
		padding-left: 30px;
		padding-right: 30px;
	}
	#content {
		padding-top: 140px;
	}
	.hometop .left .txt {
		font-size: 15px;
		padding: 0;
		border-left: 0;
	}
	.objs .txt{
		font-size: 15px;
	}
	.theme, .membre{
		width: 50%;
	}
	.membres {
		margin: 30px -10px 0;
	}
	.membre{
		padding: 10px;
	}
	.objs, .homebot {
		margin: 60px 0 0;
	}
	.objs .rightc .txt {
		font-size: 18px;
	}
	.rightc .bouton{
		font-size: 16px;
	}
	.rightc .txt{
		margin: 30px 0 30px;
	}
	#primary {
		padding-bottom: 60px;
	}
	.bottom{
		padding: 40px 0;
	}
	.logo{
		width: 108px;
		height: 40px;
	}
	.footer-menu > li > a {
		font-size: 11px;
	}
	.txt h1{
		font-size: 28px;
	}
	.categorie > h2 {
		font-size: 24px;
	}
	.outil {
		width: 100%;
	}
	.nom{
		font-size: 15px;
	}
	.poste{
		font-size: 13px;
	}
	.qsntopl {
		width: 100%;
		padding-right: 0;
	}
	.qsntopr {
		text-align: center;
		width: 100%;
		margin: 30px 0 0;
	}
	.formu{
		padding: 20px;
		border-radius: 10px;
	}
	.formu .gform_wrapper.gravity-theme .gform_footer, .formu .gform_wrapper.gravity-theme .gform_page_footer {
		margin: 6px 0 0;
		padding: 16px 0 0;
		display: block;
	}
	.formu .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
		line-height: 1;
		min-height: 0;
	}
	.formu .gform_wrapper.gravity-theme .gform_footer button, .formu .gform_wrapper.gravity-theme .gform_footer input, .formu .gform_wrapper.gravity-theme .gform_page_footer button, .formu .gform_wrapper.gravity-theme .gform_page_footer input {
		margin-bottom: 0;
		width: 100%;
	}
	.formu .gform_wrapper.gravity-theme .gf_progressbar_title{
		font-size: 13px;
	}
	.formu .gform_wrapper.gravity-theme .gf_progressbar_percentage span{
		font-size: 10px;
	}
	.formu .gform_wrapper.gravity-theme .gform_footer button+input, .formu .gform_wrapper.gravity-theme .gform_footer input+button, .formu .gform_wrapper.gravity-theme .gform_footer input+input, .formu .gform_wrapper.gravity-theme .gform_page_footer button+input, .formu .gform_wrapper.gravity-theme .gform_page_footer input+button, .formu .gform_wrapper.gravity-theme .gform_page_footer input+input {
		margin-left: 0;
		margin-top: 5px;
	}
	.rez .txt {
		font-size: 17px;
	}
	.grosbouton{
		width: 100%;
		
	}
	.grosbouton svg {
		font-size: 55px;
	}
	.grosbouton span{
		font-size: 18px;
	}
	.bouton{
		display: block;
	}
	.formu .gform_wrapper.gravity-theme .description, .formu .gform_wrapper.gravity-theme .gfield_description, .formu .gform_wrapper.gravity-theme .gsection_description, .formu .gform_wrapper.gravity-theme .instruction{
		font-size: 12px;
		padding-top: 8px;
	}
}

/*--------------------------------------------------------------
20.0 Print
--------------------------------------------------------------*/

@media print {}
