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

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

.mobile{display:none;}
.notmobile{display:initial;}

/* 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;
}

/* Hexagon */
.hexagon {
  position: absolute;
  width: 100px; 
  height: 57.74px;
  background-color: rgba(201, 108, 197, 0.8);
  margin: 28.87px 0;
  top:6%;
  left:3%;
}

.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 rgba(201, 108, 197, 0.8);
}

.hexagon:after {
  top: 100%;
  width: 0;
  border-top: 28.87px solid rgba(201, 108, 197, 0.8);
}

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

/* Circles */

.circle{
	width:100px;
	height:100px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: rgba(93, 84, 167, 0.8);
	text-align:center;
	position:absolute;
	-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;
}

.circle:hover{
	-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;
	-webkit-box-shadow: 0 0 45px 10px rgb(153,204,255);
	-moz-box-shadow: 0 0 45px 10px rgb(153,204,255);
	box-shadow: 0 0 45px 10px rgb(153,204,255);
	background-color:white;
}

.circle:hover a{
	-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;
	color:rgba(93, 84, 167, 1);
}

.circle a{
	text-decoration:none;
	font-family: Tahoma;
	font-variant:small-caps;
	color:white;
	font-size:17px;
	text-align:center;
	line-height:100px;
}

.affiche{
	top:5%;
	right:40%;
}

.planning{
	top:13%;
	right:34%;
}

/* Contenu */

.partenaires{
    position:fixed;
    bottom:0px;
    height:50px;
    background-color: white;
    width:100%;
    padding:5px;
    display: flex;
    justify-content: space-around;
}

img{
    height:50px;
}

.contenu{
	background-color: rgba(253, 211, 251, 0.4);
	width:60%;
	height:50%;
	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%;
}

.contenu h2{
	font-family: Tahoma;
	font-variant:small-caps;
	color:white;
	font-size:22px;
	text-align:center;
	padding-top:50px;
 }