
html, body{
	width:100%;
	height:100%;
}

body{
	background: url('../img/accueilFond.jpg') no-repeat center center;
	background-size: cover;
	margin:0;
	padding-top:0.2%;
	position:relative;
    max-height:635px;
}

/* Navigation */

.cbp-spmenu {
	background: rgba(6,16,34,0.85);
	position: fixed;
	text-align:right;
	padding-top:130px;
}

.cbp-spmenu a {
	display: block;
	color: #fff;
	font-size: 21px;
	font-weight: 300;
	text-decoration:none;
	font-family: Tahoma;
	font-variant:small-caps;
	margin-right:5px;
	margin-bottom:20px;
}

.cbp-spmenu a:hover {
	background: rgba(0, 52, 113, 0.75);
}

.cbp-spmenu a:active {
	background: #afdefa;
	color: #47a3da;
}

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
	width: 240px;
	height: 100%;
	top: 0;
	z-index:9998;
}

.cbp-spmenu-vertical a {
	padding: 10px;
}

/* Vertical menu that slides from the left or right */

.cbp-spmenu-right {
	right: -240px;
}
.cbp-spmenu-right.cbp-spmenu-open {
	right: 0px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* Icon */

#toggle-bar{
	position:absolute;
	right:0;
	 top:0;
	 width: 100px;
     height: 100px;
     background: #003471;
     border-radius: 0 0 0 100px;
     -moz-border-radius: 0 0 0 100px;
     -webkit-border-radius: 0 0 0 100px;
	 float:right;
	 z-index:9999;
}

.navicon {
	height: 6px;
    width: 34px;
    margin-top: 25%;
	margin-left:45%;
    border-top: 18px double #fff;
    border-bottom: 6px solid #fff;
    font-size:0;
}

/* Hexagones */

.qui {
  position: relative;
  width: 75px; 
  height: 43.30px;
  background-color: #630460;
  margin: 21.65px 0;
  vertical-align:middle;
  -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -kthtml-transition: all 1s ease;
}

.qui:hover{
	-webkit-box-shadow: 0 0 45px 10px rgba(255,0,247,1);
	-moz-box-shadow: 0 0 45px 10px rgba(255,0,247,1);
	box-shadow: 0 0 45px 10px rgba(255,0,247,1);
	background-color:white;
}

.qui:hover a{
	color:#630460;
}

.qui:hover:before,
.qui:hover:after{
	-webkit-box-shadow: 0 0 45px 10px rgba(255,0,247,1);
	-moz-box-shadow: 0 0 45px 10px rgba(255,0,247,1);
	box-shadow: 0 0 45px 10px rgba(255,0,247,1);
}

.qui:before,
.qui:after {
  content: "";
  position: absolute;
  z-index: 1;
 width: 53.03px;
  height: 53.03px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 10.9835px;
}

.qui:before {
 top: -26.5165px;
}

.qui:after {
  bottom: -26.5165px;
}

/*cover up extra shadows*/
.qui a {
  display: block;
  position: absolute;
  top:0px;
  left: 0;
  width:75px;
  height:43.3013px;
  z-index: 2;
  background: inherit;
}
.qui a{
	text-decoration:none;
	font-family: Tahoma;
	font-variant:small-caps;
	margin-right:20px;
	margin-bottom:20px;
	color:white;
	text-align:center;
	font-size:12px;
}

.pres {
  position: relative;
  width: 125px; 
  height: 72.17px;
  background-color: #00aeef;
  margin: 36.08px 0;
  	-webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -kthtml-transition: all 1s ease;
}

.pres:hover{
	-webkit-box-shadow: 0 0 55px 20px rgba(0,253,253,0.9);
	-moz-box-shadow: 0 0 55px 20px rgba(0,253,253,0.9);
	box-shadow: 0 0 55px 20px rgba(0,253,253,0.9);
	background-color:white;
}

.pres:hover a{
	color:#00aeef;
}

.pres:hover:before,
.pres:hover:after{
	-webkit-box-shadow: 0 0 55px 20px rgba(0,253,253,0.9);
	-moz-box-shadow: 0 0 55px 20px rgba(0,253,253,0.9);
	box-shadow: 0 0 55px 20px rgba(0,253,253,0.9);
	background-color: inherit;
}

.pres:before,
.pres:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 88.39px;
  height: 88.39px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 18.3058px;
}

.pres:before {
  top: -44.1942px;
}

.pres:after {
  bottom: -44.1942px;
}

/*cover up extra shadows*/
.pres a {
  display: block;
  position: absolute;
  top:0px;
  left: 0;
  width:125px;
  height:72.1688px;
  z-index: 2;
  background: inherit;
  text-decoration:none;
	font-family: Tahoma;
	font-variant:small-caps;
	margin-right:20px;
	margin-bottom:20px;
	color:white;
	text-align:center;
	font-size:19px;
}

.participer {
  position: relative;
width: 175px; 
  height: 101.04px;
  background-color: #24961c;
  margin: 50.52px 0;
   -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -kthtml-transition: all 1s ease;
}

.participer:hover{
	-webkit-box-shadow: 0 0 60px 10px rgba(17,255,0,1);
	-moz-box-shadow: 0 0 60px 10px rgba(17,255,0,1);
	box-shadow: 0 0 60px 10px rgba(17,255,0,1);
	background-color:white;
}

.participer:hover a{
	color:#24961c;
}

.participer:hover:before,
.participer:hover:after{
	-webkit-box-shadow: 0 0 60px 10px rgba(17,255,0,1);
	-moz-box-shadow: 0 0 60px 10px rgba(17,255,0,1);
	box-shadow: 0 0 60px 10px rgba(17,255,0,1);
}

.participer:before,
.participer:after {
  content: "";
  position: absolute;
  z-index: 1;
 width: 123.74px;
  height: 123.74px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 25.6282px;
}

.participer:before {
 top: -61.8718px;
}

.participer:after {
  bottom: -61.8718px;
}

/*cover up extra shadows*/
.participer a {
  display: block;
  position: absolute;
  top:0px;
  left: 0;
 width:175px;
  height:101.0363px;
  z-index: 2;
  background: inherit;
}
.participer a{
	text-decoration:none;
	font-family: Tahoma;
	font-variant:small-caps;
	margin-right:20px;
	margin-bottom:20px;
	color:white;
	text-align:center;
	font-size:25px;
	line-height:14px;
}

.qui{
	position:absolute;
	left:55%;
	top:10%;
}

.pres{
	position:absolute;
	top:45%;
	left:42%;
}

.participer{
	position:absolute;
	left:10%;
	bottom:5%;
}

/** Titre **/
.css-typing
{
    width: 30em;
    white-space:nowrap;
    overflow:hidden;
    -webkit-animation: type 5s steps(50, end);
    animation: type 5s steps(50, end);
	color:rgba(255,255,255,0.9);
	font-family: Downlink, ubuntu;
	margin-left:50px;
	font-size:40px;
	margin-bottom:15px;
}

@keyframes type{
    from { width: 0; }
}

@-webkit-keyframes type{
    from { width: 0; }
}

#legende{
	color:rgba(255,255,255,0.9);
	font-size:13px;
	font-family: Ubuntu;
	width:25em;
	margin-left:75px;
	font-style:italic;
}

#legende2{
    color:rgba(255,255,255,0.9);
    font-size:20px;
    font-family: Ubuntu;
    width:25em;
	margin-left:75px;
	font-style:italic;
    margin-bottom:5px;
}