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

	iframe {
		height:  200px;
		width:  357px;
	}

}

@media only screen and (max-width:850px) {
    iframe {
		width:  268px;
		height:  150px;
	}
}

@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 #4e7d91;
	}

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

	.hexagon p{
		font-size:13px;
        line-height: 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:600px) {
    .hexagon{
        top:2%;
    }

}

@media only screen and (max-width:550px) {
    .hexagon{
        top:0%;
    }

}

@media only screen and (max-width:450px) {
    #contenu{
        width:90%;
    }
    body{
        padding-top:20%;
    }
}

@media only screen and (max-width:300px) {
	iframe {
		height:  125px;
		width:  223px;
	}
    
    .hexagon {
		left:  38%;
    }
}