#menu {
	position:fixed;
	top:0px;
	left:0;
	height: 50px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
}

#menu li {
	display: table-cell;
	margin: 0;
	padding: 12px 8px 4px 8px; 
	color: #000;
	float: right;
	opacity: 0.5;
	text-align: center;
	width: 110px;
	height: 34px;
	border-left: 1px dotted black;
}

#menu li.active, #menu li:hover {
	opacity: 1;
}

#menu li a {
	text-decoration: none;
}

#menu li span {
	color: #0f3568;
	display: block;
	font-family: Montserrat;
	font-size: 14px;
	margin-bottom: 0px;
	text-transform: uppercase;
}

#menu li span.smaller {
	font-size: 11px;
	font-weight: normal;
}

div.section {
	width: 100%;
	padding-left: 25px !important;
	padding-right: 25px !important;
	color: white;
}

div.section h1 {
	font-family: Roboto, sans-serif;
	font-weight: 400;
	font-size: 30px;
	text-transform: uppercase;
	margin: 0;
}

div.section h2 {
	font-family: Roboto, sans-serif;
	font-weight: normal;
	font-size: 18px;
	margin: 0;
}

div.section h2.reallybig {
	font-size: 76px;
	font-weight: 100;
	text-align: center;
	border-bottom: 2px solid white;
}

div.section h2.reallybig span.smaller {
	font-size: 24px;
	margin-top: -11px;
	display: block;
	text-align: center;
	font-weight: 400;
}

div.section h2.ratherbig {
	font-size: 48px;
	text-align: center;
}

div.section h2.ratherbig span {
	display: block;
	font-size: 28px;
}

div.section h3 {
	font-family: Roboto, sans-serif;
	font-weight: normal;
	font-size: 42px;
	float: left;
	width: 50%;
	margin: 18px 0 0 0;
	text-align: center;
}

div.section h3 span {
	display: block;
	font-size: 23px;
}

div.section h3 span.smaller {
	display: block;
	font-size: 14px;
	line-height: 21px;
}

div.section h3.centered {
	font-size: 32px;
	width: 100%;
}

div.section p {
	font-family: Georgia;
	font-size: 19px;
	line-height: 32px;
	color: #fff;
	max-width: 800px;
}

div#slideAccueil {
	background-color: #6196ba;
}

div#slideQui {
	background-color: #fff;
}

div#slideQui h1, div#slideQui h2, div#slideQui,.div#slidePourquoi h1, div#slidePourquoi h2, div#slidePourquoi {
	color: black;
}

div#slideQui .fp-scrollArrow.fp-down, div#slideCombien .fp-scrollArrow.fp-down {
    border-color: #000 transparent transparent transparent;
}

div#slideQui .fp-controlArrow.fp-prev, div#slideCombien .fp-controlArrow.fp-prev {
    border-color: transparent #000 transparent transparent;
}

div#slideQui .fp-controlArrow.fp-next, div#slideCombien .fp-controlArrow.fp-next {
    border-color: transparent transparent transparent #000;
}

div#slidePourquoi {
	background-color: #d93b20;
}

div#slidePourquoi div.blockTop p {
	color: white;
}

.fp-scrollArrow.fp-down {
    position: absolute;
    z-index: 4;
    bottom: 25px;
    left: 48%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 38.5px 34px 0 38.5px;
    border-color: #fff transparent transparent transparent;
    opacity: 0.4;
}

.fp-scrollArrow.fp-down:hover {
    opacity: 1;
}

.fp-controlArrow {
	opacity: 0.4;
}

.fp-controlArrow:hover {
	opacity: 1;
}

div.container {
	width: 926px;
	height: 495px;
	overflow: hidden;
	margin: 0 auto;
}

div.blockLeft {
	float: left;
	width: 305px;
	padding-right: 20px;
	border-right: 1px solid black;
}

div.blockLeft p, div.blockBottom p, div.blockTop p {
	color: black;
	font-family: Montserrat;
	font-size: 18px;
	line-height: 26px;
}

div.textFull {
	margin-bottom: 40px;
}

div.blockRight {
	width: 620px;
	padding-left: 20px; 
	float: left;
}

div.videoRight {
	padding-top: 23px;
}

div.blockTop {
	min-height: 200px;
}

/* div.blockTop div.quote {
	float: left;
	width: 270px;
	height: 226px;
	vertical-align: bottom;
	margin-right: 20px;
}

div.blockTop div.quote p {
	font-family: Vollkorn;
	color: black;
	font-size: 22px;
	line-height: 24px;
	padding: 0;
	margin: 0 0 8px 0;
}*/

div.quote p.who {
	font-weight: bold;
}

div.quote p.who span.function {
	font-weight: normal;
}

div.blockTop div.video {
	float: left;
}

div.textTop {
	height: 226px;
	border-bottom: 1px solid black;
}

div.blockBottom {
	padding-top: 16px;
}

/*div.textBottom p {
	  margin: 0;
	  padding: 0;
}*/

ul#clubs li {
	font-family: Roboto, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

ul#clubs li a {
	color: #1a669c;
	font-weight: bold;
	text-decoration: none;
}