body {
  margin: 0;
  background: #000; 
}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #111111;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #c5445c;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}


video {
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
}

#headerArrowButton {
	position: absolute;
    top: 10%;
    height: 100%;
    width: 100%;
}

.loading {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url("../img/Loading.gif") center no-repeat #fff;
}

.hidden {
	display: none;
}

ul {
	list-style: none outside none;
	margin: 0;
}

.up {
	text-transform: uppercase;
}

.block {
	display: block;
}

.inline-block {
	display: inline-block;
}

.taleft {
	text-align: left;
}

.left {
	float : left;
}

.right {
	float : right;
}

.leftButton {
	float : left;
}

.rightButton {
	float : right;
}

.white {
	color : white;
}

.w30 {
	width: 30%;
}

.w40 {
	width: 40%;
}

.w50 {
	width: 50%;
}

.w90 {
	width: 90%;
}

.bigText {
	font-size: 2em;
}

.red {
	color: #c5445c;
	font-weight: 600;
}

.titre-separation {
	font-size: 4rem;
	color: white;
	font-weight: bold;
	padding: 0.5em 1em 0.5em 1em;
	display: block;
	text-align: center;
}

.titre-footer {
	font-size: 1em;
	color: #c5445c;
	padding: 0.5em 1em 0.5em 1em;
	display: block;
	text-align: center;
}

.fixed {
    position: fixed;
    top: 0;
}

.dewplayer {
	position: absolute;
	top: 0%;
	left: 0%;
}

#dewplayer {
	width : 160px;
	height: 32px;
}

#main {
	background-color: #111111;
}

.buttonTemoignage {
	font-size: 1.5em;
}

.buttonTemoignage:hover {
	color: #c5445c;
}

#photos {
	height: 900px;
	text-align : center;
	font-size: 2em;
	line-height: 50px;
	width: 100%;
	color: #808080;
	overflow: hidden;
}

#photos h1 {
	font-size: 3em;
}

#photos h2 {
	font-size: 2em;
}

.separation {
	position: relative;
	display: inline-block;
	background-color: #c5445c;
	font-size: 1em;
	width : 100%;
	color: #808080;
	text-align: center;
}

.footer {
	position: relative;
	display: inline-block;
	background-color: white;
	font-size: 1em;
	width : 100%;
	color: #808080;
	text-align: center;
	height: 50px;
}

.leftButton {
	background: url("../img/left_arrow_button.jpg") repeat scroll 0 0 transparent;
	display: inline-block;
	height: 91px;
	margin: 0 auto;
	outline: medium none;
	width: 92px;
	margin-top: 25%;
}

.leftButton span{
	display: inline-block;
	height: 91px;
	margin: 0 auto;
	outline: medium none;
	width: 92px;
	background:url(../img/left_arrow_button-orange.jpg);
	vertical-align:middle;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition:    opacity 0.5s;
	-o-transition:      opacity 0.5s;
}
 
.leftButton span:hover{
	opacity: 1;
}

.rightButton {
	background: url("../img/right_arrow_button.jpg") repeat scroll 0 0 transparent;
	display: block;
	height: 91px;
	margin: 0 auto;
	outline: medium none;
	width: 92px;
	margin-top: 25%;
}

.rightButton span{
	display: block;
	height: 91px;
	margin: 0 auto;
	outline: medium none;
	width: 92px;
	background:url(../img/right_arrow_button-orange.jpg);
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition:    opacity 0.5s;
	-o-transition:      opacity 0.5s;
}
 
.rightButton span:hover{
	opacity: 1;
}

.pt-page {
	width: 100%;
	height: 900px;
	position: absolute;
	visibility: hidden;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.pt-page-current,
.no-js .pt-page {
	visibility: visible;
	z-index: 1;
}

.Photo1 {
	background-image: url('../img/sport1.jpg');
	background-repeat:no-repeat;
	background-size: cover;
}

.Escalade {
	background-image: url('../img/escalade.jpg');
	background-repeat:no-repeat;
	background-size: cover;
}

.Pilotage {
	background-image: url('../img/pilotage.jpg');
	background-repeat:no-repeat;
	background-size: cover;
}

.Saut {
	background-image: url('../img/saut.jpg');
	background-repeat:no-repeat;
	background-size: cover;
}

.Tir {
	background-image: url('../img/tir.jpg');
	background-repeat:no-repeat;
	background-size: cover;
}

.photoWithoutBorder {
	display: inline-block;
	margin: 2%;
	vertical-align: top;
	-moz-box-sizing: border-box;
	opacity: 0.80;
}

button {
	border : none;
	background: transparent;
}

button:hover {
	opacity: 0.80;
}

@font-face {
  src: url('CaviarDream-regular.ttf');
}

@font-face {
  src: url('CaviarDreamsBold.ttf');
}

*, *:after, *:before {
	-moz-box-sizing: border-box;
}

a:focus {
	outline: none;
}

.center {
	text-align: center;
}

body {
	background: none repeat scroll 0 0 #F4F4F4;
	overflow-y: scroll;
	font-family: 'CaviarDream', Calibri, Arial, sans-serif;
}

.bx-overlay, .bx-loading {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background: #000;
	z-index:10;
}
.bx-loading{
	z-index: 9999;
	background: #000;
}
.bx-loading span{
	color: #fff;
	font-size: 13px;
	position: fixed;
	text-transform: uppercase;
	letter-spacing: 8px;
	margin: -12px 0 0 -46px;
	left: 50%;
	top: 50%;
	text-shadow: 0px 0px 1px rgba(255,255,255,0.9), 1px 2px 5px rgba(0,0,0,0.5);
}

#header {
	background: none repeat scroll 0 0;
    background-color: #c5445c;
    position: fixed;
    top: 0%;
	width: 100%;
	z-index: 10000;
}

.stuck {
	position: fixed;
	top: 0;
}

.wrapper {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.pattt {
    float: left;
    width: 40%;
}

.championDuMonde {
	float: right;
	width: 28%;
}

.palma {
	float: left;
    width: 28%;
}

.accueil {
	margin: 0 auto;
}

#bottomSWF {
	bottom: 0;
	list-style: none outside none;
}

#main-nav {
	list-style: none outside none;
	margin: 0 auto;
	padding: 0;
	display: inline-block;
}

#main-nav li {
	float: left;
	text-align: center;
	width: 150px;
}

/* Header link effect */
#main-nav a {
	color: white;
	display: block;
	font-size: 1em;
	text-decoration: none;
	outline: medium none;
	line-height: 56px;
	position: relative;
	transition: color 0.3s ease 0s;
}
#main-nav a:before {
	color: rgba(0, 0, 0, 0);
	content: "•";
	font-size: 10px;
	left: 50%;
	pointer-events: none;
	position: absolute;
	text-shadow: 0 0 transparent;
	top: 30%;
	transform: translateX(-50%);
	transition: text-shadow 0.3s ease 0s, color 0.3s ease 0s;
}
#main-nav a:hover:before, #main-nav a:focus:before {
	color: black;
	text-shadow: 10px 0 black, -10px 0 black;
}
#main-nav a:hover, #main-nav a:focus {
	color: black;
}

#main-nav a.noHover:hover:before, #main-nav a.noHover:focus:before {
	color: white;
	text-shadow: 0px 0 white;
}

/* background-attachment does the trick */
#main section {
	position: relative;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

/* Introduction */
#introduction {
	background: url(../img/BlackPanther.jpg) no-repeat;
	background-size: cover;
	height: 1080px;
}

.introTexte {
	color: white;
	text-align: center;
	font-size: 4em;
	font-weight: bold;
	display: block;
}

.buttonPresentation {
	cursor: pointer;
	font-size: 2em;
	background-color: #c5445c;
	padding: 0.1em;
}

#palmares {
	color: white;
}	

.buttonPresentation:hover{
	color: white;
}

.sp-icon {
	    height: 46%;
    width: 74%;
    background: transparent url(../img/titreLogo.png) no-repeat 74% 30%;
    background-size: 30%;
    padding-bottom: 1em;
}

.header_arrow_button {
	position: absolute;
	top: 75%;
	background: url("../img/header_arrow_button.png") no-repeat center;
	display: block;
	height: 91px;
	margin: 0 auto;
	outline: medium none;
	width: 100%;
}

.header_arrow_button span{
	display: block;
	height: 91px;
	margin: 0 auto;
	outline: medium none;
	width: 100%;
	background:url(../img/header_arrow_button-purple.png) no-repeat center;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition:    opacity 0.5s;
	-o-transition:      opacity 0.5s;
}
 
.header_arrow_button span:hover{
	opacity: 1;
}

/* Qui nous sommes */
.b1 {
	background: url("../img/b1.png") no-repeat fixed 50% 100px transparent;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 100;
}

.b2 {
	background: url("../img/b2.png") no-repeat fixed 50% 100px transparent;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 200;
}

.b3 {
	background: url("../img/b3.png") no-repeat fixed 50% 100px transparent;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 300;
}

#quiSommesNous {
	background-color: #111111;
	text-align: center;
	color: white;
}

#quiSommesNous article {
	position: relative;
	z-index: 400;
    padding: 1em;
    padding-top: 1px;
}

#coaching {
	background: url("../img/background-cadre-initial.jpg");
	padding: 2em;
	text-align: center;
}

#sports {
	background: url("../img/background-cadre-initial.jpg");
	padding: 2em;
	text-align: center;
}

#coaching article {
	position: relative;
	height: 100%;
}

#coaching h1 {
	font-size: 2em;
	color: black;
	background-color: white;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	opacity: 0.80;
}

#coaching h2 {
	color: black;
	font-size: 2em;
}

#coaching p {
	padding: 5px;
}

#cadres{
	background: url("../img/background-cadre-initial.jpg");
	height: 2500px;
	text-align: center;
}

#cadres article {
	position: relative;
	font-size: 1em;
	height: 100%;
	display: inline;
}

#cadres h1 {
	font-size: 2em;
	color: black;
	background-color: white;
	display: inline-block;
	vertical-align: top;
	-moz-box-sizing: border-box;
	text-align: center;
	opacity: 0.80;
}

#cadres h2 {
	color: black;
	font-size: 2em;
	margin-top: 0;
}

#cadres p {
	//padding: 15px;
}

#presentation {
	margin: 2em auto auto;
	background-color: white;
	text-align: center;
	border: 1px solid #c5445c;
	opacity: 0.90;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

.secondPresentation {
	display: inline-block;
	width: 34% !important;
}

.claws-bg {
	background: url("../img/background-claws.jpg") no-repeat fixed transparent;
	margin: 0 auto;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 100%;
	height: 100%;
}

#contexte h1 {
	font-size: 2em;
	color: black;
	padding: 2%;
	background-color: white;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	opacity: 0.80;
	border: 1px solid #c5445c;
}

#cadrePersonnel {
	margin: 4em 0 0 3em;
	width: 510px;
	padding: 10px;
	background-color: white;
	-moz-box-sizing: border-box;
	opacity: 0.90;
	border: 1px solid #c5445c;
	display: inline-block;
	text-align: center;
}

#cadreProfessionnel {
	margin: 2em 0 0 1em;
	width: 510px;
	padding: 10px;
	background-color: white;
	-moz-box-sizing: border-box;
	opacity: 0.90;
	border: 1px solid #c5445c;
	display: inline-block;
	bottom: 150px;
	text-align: center;
}


.photoRight {
	margin: 4em 0 0 1em;
	vertical-align: top;
	-moz-box-sizing: border-box;
	opacity: 0.90;
	border: 1px solid #c5445c;
	width: 600px;
	display: inline-block;
	top: 14%;
	right: 5%;
}

.photoLeft {
	margin: 4em 0 0 6em;
	vertical-align: top;
	-moz-box-sizing: border-box;
	opacity: 0.90;
	border: 1px solid #c5445c;
	display: inline-block;
	width: 600px;
	bottom: 100px;
	left: 2%
}

.photoQueFaisonsNous {
	margin: 2em 1em 0 0em;
	vertical-align: top;
	-moz-box-sizing: border-box;
	opacity: 0.90;

	border: 1px solid #c5445c;
	width: 26%;
}

.photoQueFaisonsNous2 {
	margin: 2em 0 0 1em;
	vertical-align: top;
	-moz-box-sizing: border-box;
	opacity: 0.90;

	border: 1px solid #c5445c;
	width: 26%;
}

.gants {
	margin: 1em 0 0 3em;
	-moz-box-sizing: border-box;
	border: 1px solid #c5445c;
	display: inline-block;
	width: 25%;
}

.fitness {
	margin: 1em 0 0 4em;
	-moz-box-sizing: border-box;
	border: 1px solid #c5445c;
	display: inline-block;
	width: 25%;
}

#offresCoaching {
	text-align: center;
	height: 100%;
}

#coachingIndividuel {
	top: 8%;
	width: 50%;
	height: 293px;
	margin-left: 2%;
}

#coachingCollectif {
	top: 8%;
	right: 40px;
	width: 50%;
}

#coachingSportifs {
	top: 41%;
	width: 50%;
	right: 40px;
}

#coachingEnfants {
	top: 35%;
	width: 50%;
	margin-left: 2%;
}

#coachingBottom {
	right: 240px;
	bottom: 5%;
	width: 50%;
}

.numerocoaching {
	width: 30px;
}

.nomcoaching {
	width: 300px;
	float: left;
}

.tablecoaching {
	margin-left: auto;
	margin-right: auto;
}

.michelAngladeGriffe {
	position: absolute;
    left: 89%;
}

.sign {
	font-size: 3em;
	text-transform: uppercase;
	margin: 0;
	color: #c5445c;
}

.metierSign {
    margin: 0;
    margin-bottom: 1em;
}

#coachingIndividuel, #coachingCollectif, #coachingBottom, #coachingSportifs , #coachingEnfants {
	padding: 15px;
    text-align: center;
    color: white;
	display: inline-block;
}


#coachingIndividuel h1, #coachingCollectif h1, #coachingBottom h1 , #coachingSportifs h1, #coachingEnfants h1{
	margin-top: 0;
}

.partenariat {
	background-color: white;
	color: #808080;
	margin: 5% 50px 30px 30px;
	padding: 15px;
	display: inline-block;
	vertical-align: top;
	width: 40%;
	-moz-box-sizing: border-box;
	text-align: center;
	opacity: 0.80;

	border: 1px solid #c5445c;
	float : right;
}


.partenariat h1 {
	color: black;
}

#pourquoiNousChoisir {
	background: url("../img/background-cadre-final.jpg");
	padding: 2em;
}

#pourquoiNousChoisir article {
	position: relative;
}

#pourquoiNousChoisir p {
	padding: 10px;
	padding-left: 20px;
}

#pourquoiNous {
	margin: 1em;
	background-color: white;
	padding: 15px;
	text-align: center;

	border: 1px solid #c5445c;
	opacity: 0.90;
	width: 59%;
}

.partenariatsImage {
	overflow: hidden;
	margin-left: 3em;
}

.partenariatsImage img{
	display: block;
}

#partenariatsButtons {
	text-align : center;
	overflow: hidden;
}

#partenariatEscalade {
	height: 1000px;
	color: white;
}

#partenariatSaut {
	height: 1000px;
	color: white;
}

#partenariatPilotage {
	height: 1000px;
	color: white;
}

#partenariatTir {
	height: 1000px;
	color: white;
}

#lesTemoignages {
	background: url("../img/Panther2.jpg");
	position: absolute;
	text-align: center;
	height: 2400px;
}

#temoignages3 {
	background: url("../img/photos/DjoLemaCeintures.jpg");
	background-color: #111111;
	background-repeat: no-repeat;
	height: 856px;
	background-size: contain;
}

#temoignages4 {
	background: url("../img/photos/FranckMonsigny.jpg") 100% 0%;
	background-color: #111111;
	background-repeat: no-repeat;
	height: 700px;
	background-size: contain;
}

#temoignages5 {
	background: url("../img/photos/FlorentBetorangal.jpg");
	background-color: #111111;
	background-repeat: no-repeat;
	height: 770px;
	background-size: contain;
	min-width: 1000px;
}

#temoignages6 {
	background-color: #111111;
	background-repeat: no-repeat;
	height: 900px;
	background-size: contain;
	text-align: center;
	min-width: 1000px;
}

#temoignages7 {
	background: url("../img/photos/RogyIlunda.jpg");
	background-color: #111111;
	background-repeat: no-repeat;
	height: 856px;
	background-size: contain;
}

#temoignages8 {
	background: url("../img/photos/MichelDely.jpg") 100% 0%;
	background-color: #111111;
	background-repeat: no-repeat;
	background-size: contain;
	height: 975px;
}

#temoignages9 {
	background: url("../img/photos/Diallo.jpeg");
	background-color: #111111;
	background-repeat: no-repeat;
	background-size: contain;
	height: 735px;
}

#temoignages10 {
	background: url("../img/photos/VincentSnieg.jpg") 100% 0%;
	background-color: #111111;
	background-repeat: no-repeat;
	background-size: contain;
	height: 640px;
}

#temoignages11 {
	background: url("../img/photos/MichelAnglade.jpg");
	background-color: #111111;
	background-repeat: no-repeat;
	background-size: contain;
	height: 700px;
}

/* XSMALL */
@media screen and (max-width: 1160px) {
	.michelDely {
		font-size: 0.9em;
		width: 30%;
	}
	
	#offresCoaching h1 {
		font-size  : 2em;
	}
}

@media screen and (min-width: 1161px) and (max-width: 1400px) {
	.michelDely {
		font-size: 1em;
		width: 36%;
	}
}

/* SMALL */
@media screen and (max-width: 1600px) {
	
}

/* SMALL */
@media screen and (max-width: 1400px) {
	.djoLema {
		font-size: 1em;
		margin-left: 51%;
		width: 42%;
	}
	
	.patrickMonsigny {
		font-size: 1em;
		width: 39%;
		margin-left: 6%;
	}
	
	.florentBetorangal {
		font-size: 1em;
		width: 42%;
		margin-left: 52%;
	}
	
	.gregoryBurgel {
		font-size: 1em;
	}

	.rogyIlunda {
		font-size: 1em;
		width: 46%;
		float: right;
	}
	
	.diallo {
		font-size: 1em;
		width: 42%;
		float: right;
		padding-right: 6%;
	}
	
	.vincentSnieg {
		font-size: 1em;
		width: 39%;
		margin-left: 6%;
	}
	
	.michelAnglade {
		font-size: 1em;
		width: 42%;
		padding-right: 7%;
		float: right;
	}
	
	 #coachingIndividuelle, #coachingCollective, #coachingEnfants, #coachingSportifs {
		 width: 33%;
	 }
	 
	 .textRD {
		 font-size: smaller;
	 }
	 
	 
	 #main-nav li {
		 width: 110px;
	 }
	 
	 .photoRD {
		 width: 42% !important;
		 margin-left: 1em !important;
	 }
	 
	 .buttonTemoignage {
		 font-size: 1em;
	 }
	 
	 .divRD {
		margin-left: auto !important;
		margin-right: auto !important;
		display: block !important;
	 }
}

/* NORMAL */
@media screen and (min-width: 1401px) {
	.djoLema {
		font-size: 1.2em;
		margin-left: 44%;
		width: 50%;
	}
	
	.patrickMonsigny {
		font-size: 1.2em;
		width: 44%;
		margin-left: 7%;
	}
	
	.florentBetorangal {
		font-size: 1.2em;
		width: 44%;
		margin-left: 49%;
	}
	
	.gregoryBurgel {
		font-size: 1.2em;
	}
	
	.rogyIlunda {
		font-size: 1.2em;
		width: 44%;
		margin-left: 48%;
	}
	
	.diallo {
		font-size: 1.2em;
		width: 44%;
		margin-left: 48%;
	}
	
	.vincentSnieg {
		font-size: 1.2em;
		width: 44%;
		margin-left: 14%;
	}
	
	.michelDely {
		font-size: 1.2em;
		width: 44%;
	}
	
	.michelAnglade {
		font-size: 1.2em;
		width: 44%;
		margin-left: 48%;
	}
}

.introPatrick {
	text-align: center;
}

.djoLema {
	color: white;
	display: block;
	text-align: center;
	font-weight: bold;
	padding-top: 3%;
}

.patrickMonsigny {
	color: white;
	display: block;
	text-align: center;
	font-weight: bold;
	padding-top: 3%;
}

.florentBetorangal {
	color: white;
	display: block;
	text-align: center;
	font-weight: bold;
	padding-top: 3%;
}

.gregoryBurgel {
	color: white;
	width: 32%;
	text-align: center;
	font-weight: bold;
}

.rogyIlunda {
	color: white;
	display: block;
	text-align: center;
	font-weight: bold;
	padding-top: 3%;
}

.diallo {
	color: white;
	display: block;
	text-align: center;
	font-weight: bold;
	padding-top: 3%;
}

.vincentSnieg {
	color: white;
	display: block;
	text-align: center;
	font-weight: bold;
	padding-top: 3%;
}

.michelAnglade {
	color: white;
	display: block;
	text-align: center;
	font-weight: bold;
	padding-top: 3%;
}

.michelDely {
	color: white;
	display: block;
	text-align: center;
	font-weight: bold;
	margin-left: 4%;
	padding-top: 3%;
}

.middleGregoryBurgel {
	width: 28%;
	display: inline-block;
	padding-top: 2em;
	margin: 0;
}

.temoignagesImage {
	overflow: hidden;
	margin-left: 3em;
}

.temoignagesImage img{
	display: block;
}

.temoignage {
	margin: 3em;
	opacity: 0.80;
	background-color: white;
	padding: 20px;
	text-align: center;

	border: 1px solid #c5445c;
	opacity: 0.80;
	position: absolute;
}

.t1 {
	top: 1%;
	left: 2%;
}

.t2 {
	top: 6%;
	right: 2%;
}

.t3 {
	top: 48%;
	right: 0.5%;
}

.temoignage-nom {
	font-weight:bold;
}

#contact {
	padding-top: 60px;
	position: relative;
	background: url("../img/background-cadre-initial.jpg");
	height: 800px;
}

.iFrameMap {
	margin-right: 4em;
	float: right;
	width: 50%;
	border: none;
}

#contactForm {
	background-color: white;
	font-weight: bold;
	color: black;
	padding: 15px;
	display: inline-block;
	vertical-align: top;
	-moz-box-sizing: border-box;
	text-align: center;
	position: absolute;
	top: 11%;
	width: 23%;
	left: 7%;
}

.simple-input {
	display: block;
	padding: 5px 5px 5px 20px;
	margin: 5px 5px 5px 20px;
	border: none;
	border-color: white;
	font-size: 1.5em;
	color: #333;

	height: 1.5em;
	width: 60%;

	transition: all 0.3s ease-out;
}

.simple-input:focus { 
	outline: none;
	border: 1px solid;
	border-color: #EBD292;
}

.simple-submit {
	display: inline-block;
	padding: 10px;
	margin: 10px;
	background: #08C;

	/* Font styles */
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.simple-submit:hover { background: #0AF; }

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

footer ul {
    padding: 0 20px;
}
#footer-top {
    float: right;
    font-size: 24px;
    padding: 20px 0;
    text-align: center;
    text-transform: uppercase;
}

.bottom_arrow_button {
	background: url("../img/header_arrow_button.jpg") no-repeat center;
	display: block;
	height: 91px;
	margin: 0 auto;
	outline: medium none;
	width: 100%;
}

#video {
	text-align: center;
	background-color: black;
}

.bubble{
	position: relative;
	background-color: white;
	text-align: center;
	padding: 1em;
	margin-left: 1em;
	margin-right: 1em;
	opacity: 0.9;
	display: inline-block;
	cursor: pointer;
}

.bubble.c1 {
	position: absolute;
	width: 40%;
	left: 5%;
	top: 5%;
}

.bubble.c3 {
	position: absolute;
	top: 38%;
	width: 52%;
	right: 6%;
}

.bubble.c2 {
	position: absolute;
	top: 21%;
	width: 30%;
	right: 7%;
}

.bubble.c4 {
	position: absolute;
	width: 40%;
	left: 3%;
	top: 23%;
}

.bubble.c5 {
	position: absolute;
	top: 3%;
	width: 40%;
	left: 51%;
}

.bubble.c6 {
	position: absolute;
	top: 68%;
	width: 80%;
	right: 6%;
}

.bubble.c7 {
	position: absolute;
	top: 43%;
	width: 29%;
	right: 65%;
}

.bubble{
  /* ... */
  /* propriété CSS3 (fonctionne sous Opera) */
  border-top-right-radius:30px 30px;
  border-top-left-radius:30px 30px;
  border-bottom-right-radius:30px 30px;
  border-bottom-left-radius:30px 30px;
  /* implémentation Firefox */
  -moz-border-radius-topright:30px 30px;
  -moz-border-radius-topleft:30px 30px;
  -moz-border-radius-bottomright:30px 30px;
  -moz-border-radius-bottomleft:30px 30px;
  /* implémentation Chrome, Safari, ... */
  -webkit-border-top-right-radius:30px 30px;
  -webkit-border-top-left-radius:30px 30px;
  -webkit-border-bottom-right-radius:30px 30px;
  -webkit-border-bottom-left-radius:30px 30px;
}

.arrow_border{
  width:0;
  height:0;
  line-height:0;
  border-bottom: 30px solid transparent;
  border-right: 30px solid #ffffff;
}

.arrow_inner{
  width:0;
  height:0;
  line-height:0;
}

.arrow_border{
  /* ... */
  position:absolute;
  bottom:-30px;
  right:65px;
}
/*
 *  le span qui va se superposer doit être légèrement décalé pour laisser donner l'impression d'une bordure
 */
.arrow_inner{
  /* ... */
  position:absolute;
  bottom:-25px;
  right:67px;
}

.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

.bx-viewport {
	cursor: pointer;
}

.ghost-btn {
  font-family: 'CaviarDream', Calibri, Arial, sans-serif;
  display: inline-block;
  text-decoration: none;
  border: 1px solid white;
  height: 40px;
  line-height: 40px;
  color: white;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  font-size: 1.5em;
  padding: .5em 1.5em;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
  zoom: 1;
  -webkit-backface-visibility: hidden;
  position: relative;
}
.ghost-btn:hover {
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  color: black;
  border: 1px solid black;
  background-color: white;
  opacity: 0.7;
}
.ghost-btn:focus {
  outline: none;
}

.buttonPalmares {
	font-family: 'CaviarDream', Calibri, Arial, sans-serif;
	display: inline-block;
	text-decoration: none;
	border: 2px solid black;
	height: 50px;
	line-height: 50px;
	color: black;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	font-size: 1.5em;
	padding: .5em 1.5em;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	cursor: pointer;
	border-radius: 15px;
	zoom: 1;
	-webkit-backface-visibility: hidden;
	position: relative;
}
.buttonPalmaresOver {
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  color: #c5445c;
  border: 2px solid #c5445c;
  opacity: 0.7;
}
.buttonPalmares:focus {
  outline: none;
}

.axePourquoiNous {
	margin: 1em 1em 1em 3em !important;
    width: 56% !important;
}

.patrickVideo {
  position: absolute !important;
  width: 357px !important;
  height: 616px !important;
  bottom: 4% !important;
  right: 7% !important;
}

.eleveEtMaitre {
	margin-left: 2.3em;
}

.eleveVideo {
	margin-right: 2em;
	display: inline-block !important;
}

.caracteristiques {
	margin-left: 3em !important;
}

.maitreVideo {
	display: inline-block !important;
}

.html5gallery-box-0, .html5gallery-box-1, .html5gallery-box-2 {
  border: 1px solid black;
}

.imgContact {
	position: absolute;
	top: 37%;
	width: 23%;
	left: 8%;
}

.photo {
	border: 1px solid #c5445c;
    display: inline-block;
	opacity: 0.9;
	margin: 3em;
}

.entente {
	background-color: white;
    padding: 15px;
    text-align: center;
    border: 1px solid #c5445c;
    opacity: 0.90;
    width: 59%;
	margin: 2em auto auto;
}

strong {
	color : #c5445c;
}