body{
	background-color: orangered;
}
/*--------------------- MENU BURGER ---------------------*/
.slicknav_menu{
	display: block;
}

#bouton_top_right{
	top: 70px;
}

#bouton_top_left{
	right:30px;
}
/*--------------------- contenu ---------------------*/
#col2_siege{
    float: none;
    width: auto;
}

#col2_message{
    float: none;
    width: auto;
}



/*--------------------- NAV ---------------------*/
nav{
 	display: none; /* faire disparaitre le menu, dislay block pour faire réaparaitre*/ 
 	font-size: 15px;
 }


/*--------------------- FOOTER ---------------------*/
 footer .col2 {
    float: none;
    margin: auto;
    width: 55%;
    text-align: center;
}

.footerleft {
    margin: 29px 0 0 0;
    width: 100%;
    text-align: center;
}

.footerleft p{
   margin-bottom: 0;
}


.footerright{
	width: 100%;
	text-align: center;
	    margin: 10px 0px 0px 0;
}
