/*
Theme Name: Bounty Source
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.
*/

/*--------------------------------------------------------------
>>> 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: #485F64;
	font-family: "Chivo", "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
}

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: "Chivo", "Helvetica Neue", helvetica, arial, sans-serif;
}

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

::-moz-placeholder {
	color: #333;
	font-family: "Chivo", "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: "Chivo", "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: #485F64;
	text-decoration: none;
}

a:focus {
	outline: none!important;
}

a:hover,
a:active {
	color: #33CCFF;
	outline: 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: #fff;
	-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;
}

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

.wrapper.wrapperxl{
	max-width: 1360px;
}

.wrapper.wrapperm{
	max-width: 1080px;
}

.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: fixed;
	width: 100%;
	background: white;
	-webkit-transition: background 0.4s ease;
	-moz-transition: background 0.4s ease;
	-o-transition: background 0.4s ease;
	transition: background 0.4s ease;
	z-index: 20;
	height: 120px;
}

.home:not(.scrolled) .site-header{
	background: transparent;
}

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

.site-title a{
	z-index: 2;
	display: block;
	position: absolute;
	width: 271px;
	height: 50px;
	background: url(assets/images/logo.svg) no-repeat center center;
	background-size: 271px 50px;
	text-align: left;
	text-indent: -999em;
	left: 80px;
	top: 50%;
	transform: translate(0,-50%);
	-webkit-transition: all 0.4s ease, background 0s;
	-moz-transition: all 0.4s ease, background 0s;
	-o-transition: all 0.4s ease, background 0s;
	transition: all 0.4s ease, background 0s;
}

.menuon .site-title a{
	background: url(assets/images/logo-blanc.svg) no-repeat center center;
	background-size: 271px 50px;
}

.hamburger{
	position: absolute;
	right: 65px;
	top: 50%;
	transform: translate(0,-50%);
	z-index: 2;
	height: 52px;
}

.top-menu{
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.top-menu li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 25px;
}

.top-menu li a{
	background: #162441;
	color: white;
	font-weight: 700;
	display: block;
	line-height: 45px;
	width: 175px;
	text-align: center;
	border-radius: 25px;
	font-family: 'Chivo';
}

.top-menu li.bleu a:not(:hover){
	background: #33CCFF;
}

.top-menu li a:hover{
	background: #485F64;
}

.signin-menu{
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 135px;
	top: 50%;
	transform: translate(0,-50%);
}

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

.signin-menu li + li{
	margin-left: 25px;
}

.signin-menu li a{
	font-family: 'Chivo';
	background: white;
	color: #33CCFF;
	border: 1px solid #33CCFF;
	font-weight: 700;
	display: block;
	padding: 0 34px;
	line-height: 35px;
	text-align: center;
	border-radius: 25px;
	font-size: 13px;
}

.signin-menu li a:hover{
	background: #33CCFF;
	color: white;
}

.menu{
	display: none;
	text-align: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	background: #14142B;
	z-index: 0;
}

.menufond{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	opacity: 0.3;
}

.menu:after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(-45deg, rgba(22,36,65,1) 0%, rgba(22,36,65,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(22,36,65,1) 0%,rgba(22,36,65,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(22,36,65,1) 0%,rgba(22,36,65,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#162441', endColorstr='#00162441',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.menuc{
	padding: 160px 80px 80px;
	position: relative;
	z-index: 1;
}

.menucc{
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
}

.submenu-menu, .contact-menu, .social-menu, .main-menu{
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-menu{
	margin-top: 80px;
}

.contact-menu, .social-menu{
	margin-top: 65px;
}

.main-menu{
	width: 100%;
	max-width: 440px;
}

.submenu-menu li, .contact-menu li, .social-menu li{
	display: inline-block;
	vertical-align: middle;
}

.submenu-menu li + li, .contact-menu li + li{
	margin-left: 30px;
}

.social-menu li + li{
	margin-left: 25px;
}

.submenu-menu li a{
	color: white;
	font-family: 'Chivo';
	font-size: 13px;
	background: transparent;
	border: 1px solid white;
	font-weight: 700;
	display: block;
	line-height: 36px;
	width: 125px;
	text-align: center;
	border-radius: 25px;
}

.submenu-menu li.bleu a:not(:hover){
	border-color: #33CCFF;
	background: #33CCFF;
}
.submenu-menu li.bleu2 a:not(:hover){
	border-color: #A2DFFC;
	background: #A2DFFC;
}
.submenu-menu li a:hover{
	background: white;
	color: #14142B;
}

.main-menu > li{
	position: relative;
}

.main-menu > li + li{
	border-top: 1px solid white;
	margin-top: 20px;
	padding-top: 20px;
}
.main-menu > li > a{
	color: white;
	font-family: 'Chivo';
	font-size: 30px;
	display: block;
	line-height: 1;
}
.main-menu > li > a:hover{
	color: #33CCFF;
}

.main-menu > li > ul{
	display: none;
	list-style: none;
	margin: 6px 0 0;
	padding: 0;
}

.main-menu > li > ul > li{}
.main-menu > li > ul > li + li{
	margin-top: 5px;
}
.main-menu > li > ul > li > a{
	color: white;
}
.main-menu > li > ul > li > a:hover{
	color: #33CCFF;
}

.fleche{
	display: block;
	cursor: pointer;
	position: absolute;
	top: 18px;
	right: 0;
	font-size: 32px;
	line-height: 1;
	-webkit-transition: transform 0.4s ease;
	-moz-transition: transform 0.4s ease;
	-o-transition: transform 0.4s ease;
	transition: transform 0.4s ease;
	color: #33CCFF;
}

.fleche.on{
	transform: rotate(45deg);
}

.contact-menu > li > a{
	color: #495F64;
	font-family: 'Chivo';
	font-size: 13px;
	background: white;
	font-weight: 700;
	display: block;
	line-height: 36px;
	width: 110px;
	text-align: center;
	border-radius: 25px;
}

.contact-menu > li > a:hover{
	background: #495F64;
	color: white;
}

.social-menu > li > a{
	color: #33CCFF;
	font-size: 24px;
}
.social-menu > li > a:hover{
	color: white;
}

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


body:not(.home) .site-content {
	padding-top: 120px;
}

.homeslider{
	position: relative;
	padding: 175px 0 19vw;
}

.homeslider:after{
	content: '';
	display: block;
	width: 50%;
	height: calc(100% + 15vw);
	background: url(assets/images/degrade2.jpg) no-repeat top center;
	background-size: cover;
	position: absolute;
	left: 50%;
	top: 0;
	z-index: -1;
	opacity: 0.6;
}

.homeslider:before{
	content: '';
	display: block;
	width: 860px;
	height: 860px;
	background: url(assets/images/entier.svg) no-repeat top center;
	background-size: 100%;
	position: absolute;
	right: calc(50% + 230px);
	bottom: 0;
	transform: translate(0,50%);
	z-index: -1;
	opacity: 0.1;
}

.homeslider .wrapper:after{
	content: '';
	display: block;
	width: 70px;
	height: 360px;
	background: url(assets/images/fleche.svg) no-repeat top center;
	background-size: contain;
	position: absolute;
	left: 50%;
	margin-left: -1px;
	top: 50%;
	transform: translate(0,-50%);
	z-index: 0;
}

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

.homeslider .swiper-container{
	overflow: hidden;
}

.homeslider .swiper-wrapper{
	align-items: flex-start;
}

.homeslider .left, .homeslider .right{
	vertical-align: top;
}

.left .slic{
	padding-right: 180px;
}

.right .slic{
	padding-left: 110px;
	padding-right: 70px;
}

.homeslider h3{
	font-size: 50px;
	line-height: 1.2;
	font-family: 'Chivo';
	margin: 0 0 32px;
	color: #162441;
}

.slitxt .txt{
	color: #7096A2;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.5;
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical>.swiper-pagination-bullets {
	right: 50%;
	top: 50%;
	transform: translate3d(50%,-50%,0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 12px 0;
	display: block;
}

.swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 50%;
	background: #162441!important;
	opacity: 1!important;
	position: relative;
}

.swiper-pagination-bullet-active:after{
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	border-radius: 50%;
	border: 1px solid #162441;
}

.boutons{
	margin-top: 30px;
}

.bouton{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 34px;
	padding: 0 20px;
	border-radius: 25px;
	display: inline-block;
	vertical-align: middle;
}

.bouton.normal{
	color: white;
	background: #162441;
}

.bouton.normal:hover{
	background: #33CCFF;
}

.bouton.blanc{
	color: #495F64;
	background: #fff;
}

.slic .bouton.blanc{
	border: 1px solid #33CCFF;
}

.bouton.blanc:hover{
	background: #33CCFF;
	color: #fff;
}

.bouton.gris1{
	color: #fff;
	background: #495F64;
}

.bouton.gris1:hover{
	background: #162441;
}

.bouton.gris2{
	color: #fff;
	background: #B1C4C9;
}

.bouton.gris2:hover{
	background: #162441;
}

.bouton.bleu{
	color: #fff;
	background: #33CCFF;
}

.bouton.bleu:hover{
	background: #162441;
}

.bouton.rouge{
	color: #fff;
	background: #D66161;
}

.bouton.rouge:hover{
	background: #162441;
}

.bouton.bleu2{
	color: #fff;
	background: #162441;
}

.bouton.bleu2:hover{
	background: #33CCFF;
}

.bouton + .bouton{
	margin-left: 34px;
}

.hiw{
	background:#162441;
	min-height: 100px;
	margin-top: 60px;
}

.ttau{
	position: relative;
	padding-top: 7vw;
	min-height: 13vw;
}

.ttau:before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: url(assets/images/forme-top.svg) no-repeat top center;
	background-size: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.wwa{
	text-align: center;
	position: relative;
	z-index: 1;
	padding-top: 120px;
}

.wwa:after{
	content: '';
	display: block;
	width: 100%;
	height: calc(100% - 16vw);
	background: #162441;
	position: absolute;
	left: 0;
	bottom: 17vw;
	z-index: -1;
}

.wwa .grostitre, .wwa .wwaintro{
	color: white;
}

.wwa .grostitre{
	font-weight: 900;
	margin: 0 0 28px;
}

.wwa .wwaintro{
	display: block;
	margin: 0 auto;
	max-width: 700px;
	font-size: 18px;
	font-weight: 300;
}

.wwa .boutons{
	margin-top: 50px;
}

.wwa .boutons .bouton{
	line-height: 46px;
	font-family: 'Chivo';
	font-size: 13px;
	text-transform: none;
	border: 1px solid white;
	color: white;
}
.wwa .boutons .bouton:hover{
	background: #33CCFF;
	border-color: #33CCFF;
	color: #fff;
}

.wwa .boutons .bouton.blc{
	background: white;
	color: #162441;
}

.wwa .boutons .bouton.blc:hover{
	background: #33CCFF;
	border-color: #33CCFF;
	color: #fff;
}

.services{
	margin: 90px -14px 0;
}
.service{
	display: inline-block;
	width: 33.33%;
	vertical-align: top;
	padding: 14px;
}

.servicec{
	background: white;
	height: 100%;
	position: relative;
	border-radius: 10px;
	text-align: left;
	display: block;
	padding: 30px 35px;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.7;
}

.servicec h4{
	color: #162441;
	font-size: 25px;
	font-family: 'Chivo';
	margin: 0 0 10px;
	padding: 0;
}

.servicec .ico{
	display: block;
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	margin: 0 0 20px;
}

.servicec .bouton{
	position: absolute;
	left: 0;
	bottom: 0;
}

.servicecc{
	position: relative;
	padding: 0 0 80px;
	height: 100%;
}

.ttauc{
/* 	background: #162441 */
	margin: -20vw 0 0;
}

.ttau:after{
	content: '';
	display: block;
	width: 100%;
	position: absolute;
	z-index: -1;
	left: 0;
	background: #162441;
	height: 100%;
	top: 13vw;
}

.ttaucc, .hiwc{
	position: relative;
	padding-top: 115px;
}

.titreflottant{
	display: block;
	border-radius: 10px;
	width: auto;
	min-width: 270px;
	background: #33CCFF;
	padding: 30px 60px 30px 30px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 11;
	text-align: left;
	box-shadow: 0 16px 20px rgba(22,36,65,0.3);
	-webkit-transition: background 0.4s ease;
	-moz-transition: background 0.4s ease;
	-o-transition: background 0.4s ease;
	transition: background 0.4s ease;
}

.hiwc .titreflottant, .titreflottant.blanc{
	background: white;
}

.titreflottant h3{
	color: #162441;
	font-size: 35px;
	line-height: 1;
	font-family: 'Chivo';
	padding: 0;
	margin: 0 0 12px;
}

.titreflottant.blc h3{
	color: white;
}

.memberz, .videoz{
	padding: 0 140px;
}

.poster{
	display: block;
	width: 100%;
	border-radius: 10px;
	padding: 70% 0 0;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.poster a{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(assets/images/play.svg) no-repeat center center;
	background-size: 90px 90px;
}

.infovid{
	font-family: 'Chivo';
	color: white;
	padding: 20px;
}

.infovid h4{
	font-size: 21px;
	margin: 0;
	padding: 0;
}

p.poste{
	font-weight: 300;
}

a.lien{
	font-size: 14px;
	font-weight: 300;
	color: white;
}

a.lien:hover{
	color: #162441;
}

.hiwc a.lien, .titreflottant.blanc a.lien, .titreflottant.blc a.lien {
	color: #33CCFF;
}
.hiwc a.lien:hover, .titreflottant.blanc a.lien:hover{
	color: #162441;
}

.titreflottant.blc a.lien:hover{
	color: white;
}

a.lien i{
	margin-right: 8px;
	font-size: 18px;
	vertical-align: middle;
	margin-top: -2px;
	-webkit-transition: margin-right 0.4s ease;
	-moz-transition: margin-right 0.4s ease;
	-o-transition: margin-right 0.4s ease;
	transition: margin-right 0.4s ease;
}

a.lien:hover i{
	margin-right: 15px;
}

.swiper-button-next, .swiper-button-prev{
	color: #33CCFF;
}

.swiper-button-next:after, .swiper-button-prev:after{
	font-weight: 900;
}

.ttau .swiper-button-prev, .hiw .swiper-button-prev{
	left: 50px;
}

.ttau .swiper-button-next, .hiw .swiper-button-next{
	right: 50px;
}

.ttau .swiper-button-next:after, .ttau .swiper-button-prev:after, .hiw .swiper-button-next:after, .hiw .swiper-button-prev:after{
	
}

.ttau .swiper-slide, .hiw .swiper-slide{
	opacity: 0.3;
	-webkit-transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	-o-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}

.ttau .swiper-slide.swiper-slide-active, .ttau .swiper-slide.swiper-slide-active + .swiper-slide, .hiw .swiper-slide.swiper-slide-active, .hiw .swiper-slide.swiper-slide-active + .swiper-slide{
	opacity: 1;
}

.ttau .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide, .hiw .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide{
	opacity: 0.3;
}

.entete{
	position: relative;
	z-index: 0;
}

.entetefond{
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #33ccff;
}

.entetefond.degrade{
	background: url(assets/images/degrade.png) no-repeat center center;
	background-size: cover;
}

.entetimg .entetefond{
	opacity: 0.7;
}

.gros{
	font-family: 'Chivo';
	font-size: 65px;
	line-height: 1;
	padding: 0;
	margin: 0;
	color: white;
}

.gros:not(:last-child){
	margin: 0 0 30px;
}

.entetepart{
	padding: 80px 0;
	position: relative;
	z-index: 0;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	font-family: 'Chivo';
}

.entetepart:first-child{
	padding-left: 150px;
	padding-right: 120px;
}

.entetepart:first-child:last-child{
	padding-right: 150px;
}

.entetepart:last-child:not(:first-child){
	padding-left: 120px;
	padding-right: 120px;
}

.entetepartfd{
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.entete .txt{
	color: white;
}

.entetepart .bouton{
	font-size: 13px;
	text-transform: none;
}

.entetepart .bouton.blanc:hover{
	background: #162441
}

.entetepart .boutons{
	margin-top: 50px;
}

.bout + .bout{
	margin-top: 20px;
}

.bloc{
	margin: 65px 0;
}

.bloc-texte{
	text-align: center;
}

.wrapper.wrapperl{
	max-width: 1120px;
}

h3.titre{
	font-size: 35px;
}

.bloc.nomarg{
	margin: 0;
}

.bloc.nomarg.bloc-icones{
	padding: 25px 0;
}

.icone{
	position: relative;
	padding: 40px 0 40px 140px;
}

.icone .ico{
	display: block;
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
}

.icone + .icone{
	border-top: 1px solid #979797;
}

.iconec{
	color: #162441;
	font-size: 14px;
	font-weight: 300;
}

.iconec h4{
	font-size: 25px;
	margin: 0 0 12px;
}

.block{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 80px;
	position: relative;
}

.deux .block{
	width: 50%;
}

.trois .block{
	width: 33.33%;
}

.blockc{
	text-align: center;
	color: white;
}

h4.titre{
	font-size: 50px;
	margin: 0 0 15px;
}

.block .entetepartfd + .entetefond{
	opacity: 0.8;
}

.blockc a.bouton{
	text-transform: none;
	line-height: 46px;
}

.blockc a.bouton.blanc:hover{
	background: #162441!important;
}

.bloc-image_texte img{
	display: block;
	width: 100%;
}

.fancybox-slide--html {
	padding: 0;
}

.fancybox-bg{
	background: #162441;
}

.videopop{
	width: calc(100% - 60px);
	max-width: 1080px;
	padding: 0;
	box-shadow: 0 0 40px rgb(0 0 0 / 54%);
}

.bloc-image_texte .left{
	padding-right: 40px;
	vertical-align: top;
}

.bloc-image_texte .right{
	padding-left: 40px;
	vertical-align: top;
}

.blocimgtxtc.droite{
	text-align: right;
}

.blocimgtxtc .bouton{
	text-transform: none;
	font-size: 13px;
}

.blocimgtxtc.titreflo{
	position: relative;
	padding-top: 90px;
}

.bloc-image_texte.droite .blocimgtxtc.titreflo .left, .bloc-image_texte.gauche .blocimgtxtc.titreflo .right{
	padding-top: 114px;
}

.bloc-image_texte.droite .titreflottant.centre{
	left: 50%;
	transform: translate(-50%,0);
}

.bloc-image_texte.gauche .titreflottant:not(.centre){
	left: auto;
	right: 0;
}

.bloc-image_texte .poster{
	padding: 0;
	border-radius: 10px;
	overflow: hidden;
}

.bloc-image_texte .poster a{
	background: rgba(0,0,0,0.3) url(assets/images/play.svg) no-repeat center center;
	background-size: 90px 90px;
}

.sections{
	position: relative;
}

.sectionsmenu{}

.sectionsmenu a{
	position: relative;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 21px;
}

.sectionsmenu a + a{
	margin-left: 40px;
}

.sectionsmenu a + a:before{
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	left: -20px;
	top: 0;
	background: #B1C4C9;
}

.sectionsmenu a span{
	display: block;
	width: 0;
	height: 1px;
	-webkit-transition: width 0.6s cubic-bezier(.7,0,.3,1);
	-moz-transition: width 0.6s cubic-bezier(.7,0,.3,1);
	-o-transition: width 0.6s cubic-bezier(.7,0,.3,1);
	transition: width 0.6s cubic-bezier(.7,0,.3,1);
	position: absolute;
	left: 0;
	bottom: -1px;
	background: #000;
}

.sectionsmenu a.actif{
	font-weight: 700;
}

.sectionsmenu a.actif span, .sectionsmenu a:hover span{
	width: 100%;
}

.compacte .titreflottant{
	left: 50%;
	transform: translate(-50%,0);
	top: 50px;
}

.sectionz .boutons{
	text-align: center;
	margin-top: 80px;
}

.section{
	display: none;
}

.sectionss{
	padding-top: 10px;
}

.membre{
	margin-top: 45px;
}

.membre .left{
	width: 40%;
	vertical-align: top;
}

.membre .right{
	width: 60%;
	vertical-align: top;
	padding: 25px 0 0 45px;
}

.membre .right > h4:last-child{
	margin-bottom: 0;
}

.membre .right > h4{
	margin-bottom: 20px;
}

.membre .txt{
	font-weight: 300;
	font-size: 14px;
}

.datas{
	position: relative;
	margin-bottom: 20px;
	min-height: 60px;
}

.logom{
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 10px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: #EEE;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
}

.datas .logom + .datasc{
	padding-left: 80px;
}

.datasc p{
	margin: 0;
}

.smembrecarou{
	position: relative;
	padding: 0 50px;
}

.smembrecarou .swiper-container{
	overflow: hidden;
}

.smembrevidz{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding-top: 100px;
}

.smembrec{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding-left: 70px;
}

.smembre, .smembretxt{
	display: none;
}

.smembrec{
	padding-top: 240px;
}

.smembrecarou{
	margin-top: 60px;
}

.smembrecarou .poster a{
	background-size: 36px 36px;
	box-sizing: border-box;
}

.smembrecarou .poster a.on:before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	border: 4px solid #33CCFF;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 10px;
}

.sectionz .bouton{
	text-transform: none;
	font-size: 13px;
	padding: 0 40px;
}

.sectionz .swiper-button-next, .sectionz .swiper-button-prev{
}

.sectionz .swiper-button-next:after, .sectionz .swiper-button-prev:after{
	font-size: 20px;
}

/** Get in touch **/

.home .git{
	padding-top: 22vw;
	margin-top: -17vw;
	z-index: 0;
}

.home .git:before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: url(assets/images/forme.svg) no-repeat top center;
	background-size: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.git{
	position: relative;
	padding: 110px 0;
	background: url(assets/images/degrade.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
}

h3.grostitre{
	font-family: 'Chivo';
	font-size: 65px;
	line-height: 1;
	color: #162441;
	margin: 0 0 12px;
}

.wrapper.wrapperms{
	max-width: 810px;
}

.wrapper.wrappers{
	max-width: 750px;
}

.git .txt{
	font-weight: 300;
	color: #162441;
	font-size: 18px;
}

.gform_wrapper, .wpcf7{
	margin-top: 40px;
}

.coll{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding-right: 12px;
}

.colr{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding-left: 12px;
}

.gfmc-container{
	column-gap: 24px!important;
}
.gfmc-field div:not(.gchoice) {
	padding-bottom: 0!important;
	margin-bottom: 12px!important;
}

.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea, 
	.wpcf7 input[type=color], .wpcf7 input[type=date], .wpcf7 input[type=datetime-local], .wpcf7 input[type=datetime], .wpcf7 input[type=email], .wpcf7 input[type=month], .wpcf7 input[type=number], .wpcf7 input[type=password], .wpcf7 input[type=search], .wpcf7 input[type=tel], .wpcf7 input[type=text], .wpcf7 input[type=time], .wpcf7 input[type=url], .wpcf7 input[type=week], .wpcf7 select, .wpcf7 textarea
{
	background: transparent;
	border: 1px solid white;
	border-radius: 6px;
	box-shadow: 0 2px 45px rgba(22,36,65,0.07);
	padding: 8px;
	font-size: 15px;
}

.coll .wpcf7-form-control-wrap + .wpcf7-form-control-wrap{
	margin-top: 24px;
	display: block;
}

.formbot{
	margin-top: 44px;
}

.wpcf7 .wpcf7-not-valid-tip {
	color: #162441;
	font-size: 10px;
	text-align: left;
	padding: 8px 0 0 8px;
}

.wpcf7 form .wpcf7-response-output {
	font-size: 12px;
	padding: 20px;
}

.gform_wrapper.gravity-theme .gfield textarea.large, .wpcf7 textarea {
	height: 165px!important;
	resize: none;
}

.colls{
	display: flex;
}

.wpcf7-spinner{
	position: absolute;
}

.gform_wrapper.gravity-theme .gform_footer input, .wpcf7 .wpcf7-submit{
	background: #162441;
	color: white;
	font-weight: 700;
	font-size: 13px;
	width: 220px;
	text-align: center;
	padding: 0;
	line-height: 46px!important;
	border-radius: 25px;
}

.gform_wrapper.gravity-theme .gform_footer input:hover, .wpcf7 .wpcf7-submit:hover{
	background: #33CCFF;
}

.git .gform_wrapper.gravity-theme .gfield_description{
	padding-top: 0;
	font-size: 13px;
}

.topteams, .tophunters, .topbounties{
	margin: 0 -20px;
}

.topteam, .tophunter, .topbounty{
	display: inline-block;
	width: 33.33%;
	padding: 20px;
	vertical-align: top;
}

.topteamc, .tophunterc{
	height: 100%;
	border-radius: 10px;
	box-shadow: 0 2px 15px rgb(0 0 0 / 19%);
	background: white;
	padding: 25px 25px 25px 175px;
	position: relative;
}

.topbountyc{
	height: 100%;
	border-radius: 10px;
	box-shadow: 0 2px 15px rgb(0 0 0 / 19%);
	background: white;
	padding: 25px 25px 80px;
	position: relative;
}

.logoteam{
	position: absolute;
	left: 25px;
	top: 50%;
	transform: translate(0,-50%);
	background-repeat: no-repeat;
	background-size: 80%;
	background-position: center center;
	display: block;
	width: 130px;
	height: 130px;
	background-color: #eee;
}

.tophunterc .logoteam{
	border-radius: 10px;
	background-size: cover;
}

.topteamc h3{
	color: #D66161;
	margin: 0 0 8px;
	padding: 0;
	font-size: 18px;
	text-transform: uppercase;
}

.tophunterc h3{
	color: #32CCFF;
	margin: 0 0 8px;
	padding: 0;
	font-size: 18px;
	text-transform: capitalize;
}

.topbountyc h3{
	color: #162441;
	margin: 0 0 12px;
	padding: 0;
	font-size: 21px;
}

.topteamc a.bouton, .tophunterc a.bouton{
	text-transform: none;
	font-weight: normal;
	font-size: 13px;
	padding: 0 15px
}

.topbountytop{
	position: relative;
	padding: 0 0 0 120px;
	margin-bottom: 20px;
}

p.topnom{
	margin-bottom: 7px;
}

.topbountytop .logoteam{
	left: 0;
	width: 100px;
	height: 100px;
	border-radius: 10px;
	background-size: cover;
}

.topbountytop p.ico:not(:last-child){
	margin-bottom: 15px;
}

p.ico{
	margin-bottom: 0;
}

p.ico i{
	color: #A2DFFC;
	width: 30px;
	font-size: 22px;
	vertical-align: middle;
}

.topbountyc a.bouton.bleu2{
	text-transform: none;
	font-size: 13px;
	position: absolute;
	left: 25px;
	bottom: 25px;
}

.topbountyc a.bouton.bleu{
	position: absolute;
	right: 25px;
	bottom: 25px;
}

.topbountyc .txt{
	margin-bottom: 20px;
	word-break: break-word;
}

.formlangs{
	margin: 25px 0 20px;
}

.formlangs > a{
	display: inline-block;
	border: 1px solid #162441;
	line-height: 1;
	padding: 10px 20px;
	border-radius: 24px;
	font-size: 12px;
	font-weight: 600;
	color: #162441;
}

.formlangs > a + a{
	margin-left: 20px;
}

.formlangs > a:hover{
	background: #162441;
	border-color: #162441;
	color: white;
}

.formlangs > a.actif{
	background: #34ccff;
	border-color: #34ccff;
	color: white;
}

.git .grostitre{
	padding: 0;
}

/* 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 {
	padding: 54px 0;
	background: #162441;
	font-family: 'Chivo';
}

.col{
	display: inline-block;
	vertical-align: top;
}

.col1{
	width: 275px;
}
.col2{
	width: 410px;
	text-align: center;
}
.footer-menu{
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-menu li{
	
}
.footer-menu li + li{
	margin-top: 25px;
}
.footer-menu li a{
	color: white;
	font-family: 'Chivo';
	font-size: 13px;
	background: transparent;
	border: 1px solid white;
	font-weight: 700;
	display: block;
	line-height: 36px;
	width: 110px;
	text-align: center;
	border-radius: 25px;
	margin: 0 auto;
}
.footer-menu li a:hover{
	background: #495F64;
	color: #fff;
	border-color: #495F64;
}
.footer-menu li.bleu a:not(:hover){
	border-color: #33CCFF;
	background: #33CCFF;
}
.footer-menu li.blanc a:not(:hover){
	background: white;
	color: #495F64;
}
.col3{
	width: calc(100% - 685px);
}
.sscols{}
.sscol{
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	padding-right: 20px;
}
.sfooter-menu{
	list-style: none;
	margin: 0;
	padding: 0;
}
.sfooter-menu li{}
.sfooter-menu li a{
	color: white;
}
.sfooter-menu li a:hover{
	color: #33CCFF;
}

.copyright{
	color: white;
	text-align: right;
	margin-top: 30px;
}

.sscol1 a{
	font-weight: 700;
}

.sscol:not(.sscol1) li:first-child a{
	font-weight: 700;
}

.sscol:not(.sscol1) li:first-child a[href="#"]{
	cursor: default;
	color: white!important;
}

/*--------------------------------------------------------------
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;
}

.menuc .top-menu{
	display: none;
}

.membre .txt:empty{
	display: none;
}

.gform_wrapper.gravity-theme #field_submit, .gform_wrapper.gravity-theme .gform_footer{
	justify-content: center;
}


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


@media screen and (max-width: 1490px) {
	.entetepart:first-child:not(:last-child), .entetepart:last-child:not(:first-child) {
		padding-left: 90px;
		padding-right: 90px;
	}
}
@media screen and (max-width: 1390px) {
	.site-title a{
		left: 40px;
	}
	.hamburger{
		right: 25px;
	}
	.signin-menu{
		right: 95px;
	}
	.col2 {
		width: 275px;
	}
	.col3 {
		width: calc(100% - 550px);
	}
	.gros, h3.grostitre{
		font-size: 55px;
	}
	h4.titre, .homeslider h3 {
		font-size: 45px;
	}
	.entetepart:first-child:last-child {
		padding-left: 90px;
		padding-right: 90px;
	}
	.left .slic {
		padding-right: 110px;
	}
	.right .slic{
		padding-right: 0;
	}
	.menuc{
		padding: 160px 40px 80px;
	}
}
@media screen and (max-width: 1290px) {
	.entetepart:first-child:not(:last-child), .entetepart:last-child:not(:first-child) {
		padding-left: 40px;
		padding-right: 40px;
	}
	.entetepart:first-child:last-child {
		padding-left: 40px;
		padding-right: 40px;
	}
	.menuc {
		padding: 140px 40px 80px;
	}
	.main-menu {
		margin-top: 55px;
	}
	.contact-menu, .social-menu {
		margin-top: 55px;
	}
	.block{
		padding: 80px 40px;
	}
	.topteamc{
		padding: 25px 25px 25px 140px;
	}
	.topteamc .logoteam{
		width: 100px;
		height: 116px;
	}
}
@media screen and (max-width: 1190px) {
	.site-title a {
		left: 40px;
		transform: translate(0,-50%) scale(0.8);
		transform-origin: left;
	}
	.top-menu li{
		margin: 0 12px;
	}
	.gros, h3.grostitre {
		font-size: 45px;
	}
	h4.titre, .homeslider h3 {
		font-size: 38px;
	}
	.titreflottant h3{
		font-size: 32px;
	}
	.col2 {
		width: 225px;
	}
	.col3 {
		width: calc(100% - 500px);
	}
	.entetepart .boutons {
		margin-top: 30px;
	}
	.homeslider:before{
		right: calc(50% + 30px);
		transform: translate(0,50%) scale(0.8);
	}
	.topteam, .tophunter, .topbounty{
		width: 50%;
	}
}
@media screen and (max-width: 1023px) {
	.site-header{
		height: 95px;
	}
	body:not(.home) .site-content {
		padding-top: 95px;
	}
	.menuc {
		padding: 120px 40px 80px;
	}
	.menuc .top-menu{
		display: block;
		position: relative;
		transform: translate(0,0);
		left: 0;
		top: 0;
		margin: 0 -12px 30px;
	}
	header > .menu-top-container .top-menu{
		display: none;
	}
	.top-menu li a {
		background: #fff;
		color: #162441;
	}
	.top-menu li a:hover{
		color: white;
	}
	.top-menu li.bleu a:not(:hover) {
		color: #fff;
	}
	.gros, h3.grostitre {
		font-size: 38px;
	}
	
	h4.titre, .homeslider h3 {
		font-size: 30px;
	}
	.titreflottant h3{
		font-size: 26px;
	}
	.bouton + .bouton {
		margin-left: 12px;
	}
	.slitxt .txt{
		font-size: 16px;
	}
	.homeslider:before {
		right: 45%;
	}
	.ttau .swiper-slide.swiper-slide-active + .swiper-slide, .hiw .swiper-slide.swiper-slide-active + .swiper-slide {
		opacity: 0.3;
	}
	.service{
		width: 50%;
	}
	.home .git {
		padding-top: 27vw;
		margin-top: -19vw;
	}
	.col1, .col2 {
		width: 50%;
	}
	.col3 {
		width: 100%;
		margin-top: 54px;
	}
	.footer-menu li + li {
		margin-top: 16px;
	}
	footer .social-menu {
		margin-top: 36px;
	}
	.site-footer {
		padding: 54px 0 30px;
	}
	.copyright{
		text-align: center;
		font-size: 13px;
	}
	.entetepart{
		width: 100%!important;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.bloc-image_texte.droite .blocimgtxtc.titreflo .left, .bloc-image_texte.gauche .blocimgtxtc.titreflo .right {
		padding-top: 95px;
	}
	.bloc-image_texte .left {
		padding-right: 20px;
	}
	.bloc-image_texte .right {
		padding-left: 20px;
	}
	.bloc-image_texte .poster a, .poster a{
		background-size: 70px 70px;
	}
	.smembrec {
		padding-top: 210px;
		padding-left: 40px;
	}
	.smembrecarou{
		padding: 0 32px;
	}
	.smembrecarou .swiper-button-prev {
		left: 0;
	}
	.smembrecarou .swiper-button-next {
		right: 0;
	}
	.compacte .titreflottant{
		top: 65px;
	}
	.smembrevidz{
		padding-top: 140px;
	}
	.block {
		padding: 50px 30px;
	}
	.blockc .txt{
		font-size: 14px;
	}
	.git{
		padding: 60px 0 40px;
	}
	.homeslider{
		padding-top: 130px;
		padding-bottom: 13vw;
	}
	.ttau{
		padding-top: 16vw;
	}
	.homeslider .wrapper:after{
		transform: translate(0,-50%) scale(0.7);
		transform-origin: left;
	}
	.left .slic {
		padding-right: 75px;
	}
	.right .slic {
		padding-left: 75px;
	}
	.membre .right{
		padding-left: 40px;
	}
	.tophunterc{
		padding: 25px 25px 25px 140px;
	}
	.tophunterc .logoteam{
		width: 100px;
		height: 116px;
	}
	.topteamc {
		padding: 25px 25px 25px 115px;
	}
	.topteamc .logoteam {
		width: 75px;
		height: 100px;
		background-size: 100%;
		left: 20px;
	}
}
@media screen and (max-width: 767px) {
	.topteam, .tophunter, .topbounty{
		width: 100%;
	}
	.site-header {
		height: 80px;
	}
	body:not(.home) .site-content {
		padding-top: 80px;
	}
	.site-title a {
		left: 30px;
	}
	.hamburger {
		right: 15px;
	}
	header > .menu-sign-in-container{
		display: none;
	}
	.wrap, .wrapper{
		padding: 0 30px;
	}
	.homeslider {
		padding-top: 100px;
		padding-bottom: 75px;
	}
	.left, .right{
		width: 100%;
	}
	.right{
		margin-top: 30px;
	}
	.homeslider:after{
		width: 100%;
		height: 60%;
		left: 0;
		top: 50%;
		margin-top: -40px;
	}
	.homeslider .swiper-pagination{
		bottom: 50%;
		margin-bottom: 40px;
	}
	.homeslider:before {
		right: 0;
		top: 0;
		transform: translate(0,-38%) scale(0.6);
		left: 0;
	}
	.homeslider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 6px;
	}
	.homeslider .wrapper:after {
		transform: translate(-50%,-50%) scale(0.5) rotate(90deg);
		transform-origin: center center;
		margin-top: -35px;
	}
	.homeslider .right {
		margin-top: 90px;
	}
	.left .slic {
		padding-right: 0;
		padding-bottom: 0;
	}
	.right .slic {
		padding-left: 0;
	}
	.col1, .col2, .sscol, .service {
		width: 100%;
	}
	.wwa .wwaintro{
		font-size: 16px;
	}
	.top-menu li a{
		width: auto;
		padding: 0 20px;
	}
	.menuc {
		padding: 115px 30px 50px;
	}
	#ascrail2000{
		z-index: 5!important;
	}
	.main-menu > li > a, .fleche{
		font-size: 25px;
	}
	.menuc .top-menu{
		margin: 0 0 30px;
	}
	.top-menu li {
		margin: 0;
		display: block;
	}
	.top-menu li + li{
		margin-top: 8px;
	}
	.submenu-menu li{
		display: block;
	}
	.submenu-menu li a{
		width: 100%;
	}
	.submenu-menu li + li {
		margin-left: 0;
		margin-top: 8px;
	}
	.ttau .wrapper, .hiw .wrapper{
		padding: 0;
	}
	.memberz, .videoz {
		padding: 0 50px;
	}
	.ttau .swiper-button-prev, .hiw .swiper-button-prev {
		left: 8px;
		transform: scale(0.7);
	}
	.ttau .swiper-button-next, .hiw .swiper-button-next {
		right: 8px;
		transform: scale(0.7);
	}
	.wwa{
		padding-top: 70px;
	}
	.services {
		margin: 50px -14px 0;
	}
	.ttau:after{
		height: calc(100% + 60px);
		top: 50px;
	}
	.hiw{
		margin-top: 30px;
	}
	.infovid{
		padding: 20px 0;
	}
	.infovid h4 {
		font-size: 18px;
	}
	.ttaucc, .hiwc {
		padding-top: 134px;
	}
	.ttaucc .titreflottant, .hiwc .titreflottant {
		width: calc(100% - 60px);
		left: 30px;
		text-align: center;
		padding: 30px;
	}
	.home .git {
		padding-top: 120px;
		margin-top: -19vw;
	}
	footer .social-menu {
		margin-top: 24px;
	}
	.footer-menu li a{
		width: 100%;
	}
	.col2{
		margin-top: 30px;
	}
	.col3 {
		margin-top: 35px;
	}
	.sscol + .sscol{
		margin-top: 20px;
	}
	.bloc-image_texte .left {
		padding-right: 0;
	}
	.bloc-image_texte .right {
		padding-left: 0;
	}
	.block{
		width: 100%!important;
	}
	.blocimgtxtc.droite {
		text-align: left;
	}
	.bloc .titreflottant{
		width: 100%;
	}
	.entetepart:first-child:last-child {
		padding-left: 30px;
		padding-right: 30px;
	}
	h3.titre {
		font-size: 32px;
	}
	.entetepart:first-child:not(:last-child), .entetepart:last-child:not(:first-child) {
		padding-left: 30px;
		padding-right: 30px;
	}
	.icone{
		padding: 40px 0;
	}
	.icone .ico{
		position: relative;
		left: 0;
		top: 0;
		transform: translate(0,0);
		margin: 0 0 20px;
	}
	.bout + .bout {
		margin-top: 8px;
	}
	.sectionsmenu {
		text-align: center;
	}
	.sectionsmenu a{
		font-size: 18px;
	}
	.sectionsmenu a + a {
		margin-left: 20px;
	}
	.sectionsmenu a + a:before{
		left: -10px;
	}
	.membre .left {
		width: 100%;
	}
	.membre .right {
		width: 100%;
		padding-left: 0;
		padding-top: 0;
	}
	.smembrevidz, .smembrec{
		width: 100%;
	}
	.smembrec{
		padding: 20px 0 0;
	}
	.sectionz .boutons {
		margin-top: 40px;
	}
	.videopop {
		width: calc(100% - 20px);
	}
	.compacte .titreflottant {
		top: 50px;
		width: calc(100% - 60px)!important;
	}
	.smembrevidz {
		padding-top: 180px;
	}
	.menu:before{
		content: '';
		display: block;
		width: 100%;
		height: 80px;
		background: #162441;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 2;
	}
	.colls{
		display: block;
	}
	.coll{
		width: 100%;
		padding-right: 0;
	}
	.colr{
		width: 100%;
		padding-left: 0;
		padding-top: 24px;
	}
	.git h3.grostitre {
		font-size: 36px;
	}
}

.grecaptcha-badge{
	display: none!important;
}

@media screen and (max-width: 374px) {
	.formlangs > a + a {
		margin-left: 8px;
	}
	.formlangs > a{
		padding: 10px 15px;
	}
}

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

@media print {}
