/* ******************** FONTS ******************** */
@font-face
{
	font-family: 'Stag';
	src: url('../fonts/Stag-ThinDot.woff2') format('woff2'),
	url('../fonts/Stag-ThinDot.woff') format('woff');
	font-weight: 100;
	font-style: normal;
}

@font-face
{
	font-family: 'poppinsextralight';
	src: url('../fonts/poppins-extralight-webfont.woff2') format('woff2'),
	url('../fonts/poppins-extralight-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face
{
	font-family: 'poppinslight';
	src: url('../fonts/poppins-light-webfont.woff2') format('woff2'),
	url('../fonts/poppins-light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face
{
	font-family: 'poppinsmedium';
	src: url('../fonts/poppins-medium-webfont.woff2') format('woff2'),
	url('../fonts/poppins-medium-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face
{
	font-family: 'poppinsregular';
	src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
	url('../fonts/poppins-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face
{
	font-family: 'poppinssemibold';
	src: url('../fonts/poppins-semibold-webfont.woff2') format('woff2'),
	url('../fonts/poppins-semibold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}


/* ******************** THEME ******************** */
#video
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: -1;

	background: url(../images/bg_cover.jpg) top center fixed no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

html, body
{
	overflow-x: hidden;
}

.clearfix
{
	clear: both;
}

*
{
	box-shadow: none !important;
	font-family: 'poppinslight', sans-serif;
}

p
{
	font-size: 20px;
	line-height: 30px;
}

a, a:hover, a:active, a:focus
{
	color: #ff1852;
}

.center
{
	text-align: center;
}

.img-responsive-center
{
	margin: 0 auto;
}

/* ******************** THEME ******************** */
.navbar-right
{
	margin-right: 0
}

.col-centered
{
	float: none;
	margin: 0 auto;
}

#masthead .navbar-default
{
	border: none;
	background: #ffffff;
	height: 60px;

	-webkit-transition: all 0.25s; /* Safari */
	transition: all 0.25s;
}

#masthead .nav > li > a
{
	padding: 0;
	height: 60px;
	line-height: 60px;
	text-transform: lowercase;
	color: #000000;
	font-family: 'poppinsmedium';

	-webkit-transition: all 0.25s; /* Safari */
	transition: all 0.25s;
}

#masthead .nav > li > a:hover
{
	color: #ff1752;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover
{
	background: none;
	color: #ff1752 !important;
}

#masthead .nav > li
{
	margin-left: 40px;
}


#masthead #header-logo
{
	background: url(../images/logo/GRVT_logo_noir.svg) top left no-repeat;
	width: 105px;
	height: 60px;
}

.masthead-white .navbar-default
{
	background: none !important;
}

.masthead-white .nav > li > a
{
	color: #ffffff !important;
}

.masthead-white .nav > li > a:hover
{
	color: #ff1752 !important;
}

.masthead-white #header-logo
{
	background: url(../images/logo/GRVT_logo_blanc.svg) top left no-repeat !important;
}

.navbar-brand
{
	height: 60px;
	padding-top: 17.5px;
}

.logo
{
	height: 25px;
}

.navbar-collapse.collapse{
	transition: height 0 ;
}
.navbar-collapse.collapsing {
	height: 0 !important;
}
.navbar-collapse.collapse.in{
	max-height: none;
	height: 100vh;
}

#mobile-menu
{
	background: #000000;
}

#mobile-menu a
{
	font-family: 'poppinsextralight';
	font-size: 25px;
	font-weight: normal !important;
	color: #ffffff !important;
}

#mobile-menu a:hover
{
	color: #ff1752 !important;
}

#mobile-menu ul, #mobile-menu li
{
	margin: 0 !important;
	padding: 0 !important;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form
{
	border: none;
}


/* 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);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
	opacity: 1;
	filter: alpha(opacity=100);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}
/* END ANIMATED X */

.no-transition {
	-webkit-transition: height 0.01s;
	-moz-transition: height 0.01s;
	-ms-transition: height 0.01s;
	-o-transition: height 0.01s;
	transition: height 0.01s;
}

.navbar-default .navbar-toggle .icon-bar
{
	background-color: #000000;
}

.black-menu .navbar-toggle .icon-bar
{
	background-color: #ffffff;
}

.masthead-white .navbar-default .navbar-toggle .icon-bar
{
	background-color: #ffffff;
}

.navbar-default .navbar-toggle
{
	margin-top: 20px;
	margin-right: 15px;
	padding: 0;
	border: none;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover
{
	background: none;
}

/* ******************** TITLES ******************** */
h1
{
	font-family: 'poppinsextralight';
	font-size: 70px;
	font-weight: normal;
	color: #ff1852;
	margin: 0;
	margin-bottom: 30px;
}

h2, h3
{
	font-weight: normal;
}

h2
{
	margin: 0;
	font-size: 20px;
	line-height: 24px;
	font-family: 'poppinsmedium';
	margin-bottom: 25px;
}


/* ******************** HOME ******************** */
.fp-tableCell, #home-s1, #home-s2
{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#home-s3, #home-s4, #home-s5, #home-s6, #home-s4-example
{
	background: #ffffff;
	z-index: 1;
}

#home-s1
{
	position: relative;
	text-align: center;

/*	background: url(../images/bg_cover.jpg) no-repeat top center fixed;
	-webkit-background-size: cover;
	background-size: cover;*/
}

#home-s1 img
{
	position: relative;
	margin: 0 auto;
	max-width: 500px;
}

#home-s1 #arrow {
	opacity: 1;
	-webkit-transition: all .5s ease-in 3s;
	transition: all .5s ease-in 3s;
}

#home-s1 #arrow {
	cursor: pointer;
	position: absolute;
	bottom: 67px;
	left: 50%;
	margin-left: -16px;
	display: block;
	width: 32px;
	height: 32px;
	background-size: 14px auto;
	z-index: 2;
	-webkit-animation: bounce 2s infinite 2s;
	animation: bounce 2s infinite 2s;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

#home-s1 #arrow:before {
	position: absolute;
	top: calc(50% - 8px);
	left: calc(50% - 6px);
	transform: rotate(-45deg);
	display: block;
	width: 15px;
	height: 15px;
	content: "";
	border: 2px solid white;
	border-width: 0px 0 2px 2px;
}

@keyframes bounce {
	0%,
	100%,
	20%,
	50%,
	80% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	60% {
		-webkit-transform: translateY(-5px);
		-ms-transform: translateY(-5px);
		transform: translateY(-5px);
	}
}

#home-s2
{
	background: url(../images/bg_slogan.png) no-repeat top center fixed;
	-webkit-background-size: cover;
	background-size: cover;
}

#home-s2 p
{
	font-family: 'Stag';
	text-align: center;
	margin: 0;
	font-size: 120px;
	line-height: 110px;
	color: #ffffff;
}



#home-s3-container-2
{
	width: 100%;
	text-align: center;
	background: #b2bdc1;
	padding: 300px 80px;
}

#home-s3-container-2 p
{
	font-size: 20px;
	line-height: 30px;
	font-family: 'poppinsmedium';
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 45px;
}

#home-s3-container-1
{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.container-fluid
{
	width: 100%;
}

#home-s3-container-2 p:last-child
{
	margin-bottom: 0;
}

#home-s3 .col-md-6
{
	padding: 0;
}

#home-s3-container-1
{
	background: #ffffff;
}

#pink-dot
{
	position: absolute;
	top: 0;
	left: 35%;
}

#home-s4
{
	background: #f0f2f3;
	padding: 300px 0;
	padding-bottom: 150px;
}

#home-s4 h2, #home-s5 h2, #home-s6 h2, #home-s4-example h2
{
	font-family: 'poppinsextralight';
	font-weight: normal;
	font-size: 70px;
	line-height: 84px;
	color: #ff1852;
	margin: 0;
	margin-bottom: 28px;
}

#home-s4-header, #home-s4-example-header
{
	text-align: center;
}

#home-s4-example-header
{
	margin-bottom: 90px;
}

#home-s4-header-text
{
	font-size: 20px;
	line-height: 30px;
	font-family: 'poppinsmedium';
	padding: 0 55px;
	margin-bottom: 90px;
}

#home-s4-header-text p:last-child
{
	margin: 0;
}

.s4-exemple
{
	text-align: center;
}

.s4-exemple h3
{
	margin: 0;
	font-size: 20px;
	line-height: 30px;
	font-family: 'poppinsmedium';
}

.s4-exemple-title
{
	margin-bottom: 25px;
}

.s4-exemple-text p
{
	font-size: 18px;
	line-height: 23px;
	margin: 0;
}

.s4-exemple-image
{
	position: relative;
	height: 100px;
	margin-bottom: 44px;
}

.s4-exemple-image img
{
	max-height: 100px;
	max-width: 100px;
	position: absolute;
	bottom: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
}

#home-s4-example
{
	padding-top: 150px;
}

#home-s4-example-title h3
{
	margin: 0;
	margin-bottom: 150px;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	font-family: 'poppinsmedium';
}

#home-s5
{
	padding: 300px 0;
}

#home-s5-title h2
{
	margin: 0;
}

#home-s5-title
{
	text-align: center;
	margin-bottom: 75px;
}

.home-s5-item-image, .home-s5-item-title
{
	text-align: center;
}

.home-s5-item-image
{
	margin-bottom: 18px;
}

.home-s5-item-title
{
	margin-bottom: 40px;
}

.home-s5-item-image img
{
	height: 100px;
	max-width: 175px;
	max-height: 100px;
}

.home-s5-item-title h3
{
	margin: 0;
	font-size: 20px;
	line-height: 24px;
	font-family: 'poppinsmedium';
}

.home-s5-item-chart ul, .home-s5-item-chart li
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.chart-label
{
	font-size: 15px;
	line-height: 18px;
	font-family: 'poppinsmedium';
	text-align: right;
}

.chart-progress
{
	width: 100%;
	float: left;
	height: 18px;
	background: url(../images/chart_grey.png) top right no-repeat;
}

.chart-number
{
	float: left;
	font-size: 15px;
	line-height: 18px;
	font-family: 'poppinsmedium';
	margin-left: 15px;
}

.chart-number span
{
	font-family: 'poppinslight', sans-serif;
}

.chart-item
{
	margin-bottom: 15px;
}

.pink .chart-label
{
	background: url(../images/logo/GRVT_logo_noir.svg) top right no-repeat;
}

.pink .chart-progress
{
	background: url(../images/chart_pink.png) top right no-repeat;
}

.pink .chart-number
{
	color: #ff1752;
}

#home-s6-title
{
	text-align: center;
	margin-bottom: 118px;
}

#home-s6 h2
{
	margin: 0;
}

#home-s6 h3
{
	font-size: 20px;
	line-height: 24px;
	font-family: 'poppinsmedium';
	margin: 0;
	margin-bottom: 26px;
}

#home-s6-link
{
	margin-top: 25px;
}

#home-s6-link-text, #home-s6-link-a
{
	text-align: center;
}

#home-s6-link-text
{
	font-size: 20px;
	line-height: 30px;
	font-family: 'poppinsmedium';
}

#home-s6 a
{
	font-size: 15px;
	line-height: 25px;
	font-family: 'poppinsmedium';
}

#home-s6-link-a
{
	margin-bottom: 125px;
}

video#bgvid
{
	position: fixed; right: 0; bottom: 0;
	min-width: 100%; min-height: 100%;
	width: auto; height: auto; z-index: -100;

	background: url(../images/bg_cover.jpg) no-repeat;
	background-size: cover;
}

video { display: block; }

/* ******************** PAGE ******************** */
#page-404
{
	margin-top: 145px;
	margin-bottom: 125px;
}

#page-container
{

}

#header-page
{
	margin-top: 145px;
	margin-bottom: 120px;
}

#header-page p
{
	margin: 0;
}

#header-single
{
	margin-top: 145px;
}

#current-content p
{
	font-size: 15px;
}

#current-content p,
#current-content li
{
	line-height: 25px;
}

#current-content p:last-child
{
	margin-bottom: 0;
}


/* ******************** ARCHIVES ******************** */
.archive-list-excerpt
{
	margin-bottom: 28px;
}

.archive-list-excerpt p
{
	margin: 0;
	color: #000000;
	font-size: 18px;
	line-height: 23px;
}

.archive-list-link a
{
	font-size: 15px;
	line-height: 20px;
}

.archive-list-item
{
	margin-bottom: 100px;
}

#archive-list .row
{
	margin: 0 -30px;
}

#archive-list .col-md-6
{
	padding: 0 30px;
}


/* ******************** SPACER ******************** */
.spacer-140
{
	width: 100%;
	height: 140px;
}

.spacer-20
{
	width: 100%;
	height: 20px;
}

.spacer-40
{
	width: 100%;
	height: 40px;
}

.spacer-60
{
	width: 100%;
	height: 60px;
}

.spacer-80
{
	width: 100%;
	height: 80px;
}

.spacer-180
{
	width: 100%;
	height: 180px;
}

/* ******************** NOTRE ALLIANCE ******************** */
.lettres-title h2
{
	font-size: 30px;
	line-height: 30px;
	font-family: 'poppinsmedium';
	margin: 0;
	text-transform: uppercase;
}

.lettres-title
{
	margin-bottom: 20px;
}

.lettres-item
{
	margin-bottom: 40px;
}

.alliance
{
	color: #B2BDC1;
	font-size: 15px;
	line-height: 30px;
}

/* ******************** FOOTER ******************** */
#colophon
{
	background: #000000;
	color: #ffffff;
	padding-top: 55px;
	padding-bottom: 105px;
}

#colophon p, #mobile-footer p
{
	color: #ffffff;
	font-size: 15px;
	line-height: 25px;
	margin: 0;
}

#mobile-footer
{
	position: fixed;
	bottom: 15px;
	left: 15px;
}

#colophon a, #colophon a:hover, #mobile-footer a
{
	color: #ffffff !important;
}

#mobile-footer a
{
	font-size: 15px;
	line-height: 25px;
}

#colophon img
{
	height: 25px;
}