html{
	min-height:100%;
}

body{
	background: url('../img/accueilFond3.jpg') no-repeat center center;
	background-size: cover;
	margin:0;
	min-height:100%;
	padding-top:15%;
	position:relative;}

/* 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{
	 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;
	 position:absolute;
	 right:0;
	 top:0;
	 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;
}


/* Contenu */

#contenu{
	background-color: rgba(54, 100, 170, 0.5);
	width:60%;
	height:80%;
	margin:0 auto;
	text-align:center;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

#contenu p{
	font-family:arial;
	color:white;
	width:75%;
	margin: 0 auto;
	font-size:0.8em;
	margin-top:3%;
	margin-bottom:3%;
}

iframe{
	margin:0 auto;
	margin-top:5%;
    width:500px;
    height:280px;
}

/* Titre */

.hexagon {
  width: 100px; 
  height: 57.74px;
  background-color: #4e7d91;
  margin: 28.87px 0;
  position:absolute;
  left:16.5%;
  top:20%;
}

.hexagon:before,
.hexagon:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
}

.hexagon:before {
  bottom: 100%;
  border-bottom: 28.87px solid #4e7d91;
}

.hexagon:after {
  top: 100%;
  width: 0;
  border-top: 28.87px solid #4e7d91;
}

.hexagon p{
	font-family: Tahoma;
	font-variant:small-caps;
	margin-right:20px;
	margin-bottom:20px;
	color:white;
	text-align:center;
	font-size:15px;
	margin: 0 auto;
}
