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

	.hexagon {
		top:  15%;
	}

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

	.hexagon {
		top:  10%;
		left: 44.4;
		position:  absolute;5
	}

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

	.hexagon {
		position:  absolute;
		top:  8%;
		left:  44%;
	}

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

	.hexagon {
		top:  5%;
		left:  43.5%;
	}

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

	.hexagon {
		top:  2%;
	}

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

	.hexagon {
		left:  44%;
		top:  5%;
        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(0,174,239, 0.8);
	}

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

	.hexagon p{
		font-size:13px;
	}
    
    	#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:45%;
    border-top: 15px double #fff;
    border-bottom: 5px solid #fff;
	}

}

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

	.hexagon {
		top:  3%;
		left:  43%;
	}

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

	.hexagon {
		top:  0%;
		left:  42%;
	}

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

	.hexagon {
		left:  41%;
	}

	.contenu h2 {
		font-size:  16px;
	}

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

	.contenu {
		width: 
		margin-right: 5%;
	}

	#blocs {
		width:  90%;
	}

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

	.hexagon {
		left:  39%;
	}

	.contenu p {
		font-size:  0.7em;
	}

}
