@media only screen and (max-width:1600px) {

	.circle {
		height:  75px;
		width:  75px;
	}

	.circle a {
		font-size:  15px;
		line-height:  75px;
	}

}
@media only screen and (max-width:1150px) {

	.affiche {
		right:  45%;
	}

}
@media only screen and (max-width:900px) {
    
    body{
        padding-top:22%;
    }

}

@media only screen and (max-width:650px) {

    body{
        padding-top:25%;
    }
}


@media screen and (max-width: 600px)
{
	body{
	padding-top:25%;}
	
	.mobile{display:initial;}
	.notmobile{display:none;}

	img { max-width: 100%; }
	
	#toggle-bar{
	position:absolute;
	right:0;
	 top:0;
	 width: 75px;
     height: 75px;
     background: #003471;
     border-radius: 0 0 0 75px;
     -moz-border-radius: 0 0 0 75px;
     -webkit-border-radius: 0 0 0 75px;
	 float:right;
	 z-index:9999;
	}
	
	.navicon {
	height: 5px;
    width: 25px;
    margin-top: 25%;
	margin-left:40%;
    border-top: 15px double #fff;
    border-bottom: 5px solid #fff;
	}
	
	/* Hexagon */
	.hexagon {
	   width: 75px; 
    height: 43.30px;
	   margin: 21.65px 0;
	}

	.hexagon:before,
	.hexagon:after {
	 border-left: 37.5px solid transparent;
	border-right: 37.5px solid transparent;
	}

	.hexagon:before {
	 border-bottom: 21.65px solid rgba(201, 108, 197, 0.8);
	}

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

	.hexagon p{
		font-size:13px;
	}

	/* Contenu */

	.contenu{
		width:80%;
		height:50%;
	}

	.contenu p{
		width:90%;
	}

	.contenu h2{
		font-size:20px;
		padding-top:25px;
	 }
    
    .planning{
        right:30%;
    }
	
}

@media only screen and (max-width:550px) {

    body{
        padding-top:30%;
    }
}

@media only screen and (max-width:450px) {

    body{
        padding-top:35%;
    }
    
    .planning{
        right:25%;
    }
}

@media only screen and (max-width:375px) {

    body{
        padding-top:45%;
    }
    
    .planning{
        right:20%;
    }
}