@charset "utf-8";
/* CSS Document */

#footer{
	margin: 0;
	width: 100%;
	height: auto;
	position: relative;
	bottom: 0; 

}
#contenantfooter{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;display: flex;
}

nav{
	margin-left: auto; margin-right: auto;
}

#maps{
	margin-top: 10px; position: absolute; right: 250px;
}

.petitmenu{
	margin-top: 40px;position: relative;text-align: center;
	width: auto;
}



.petitmenu ul{/*
	display: block;*/
	list-style: none;
	padding: 0;
}
.petitmenu li{
	margin-bottom: 8px;
}
.petitmenu li >a{
	text-decoration: none;
	font-family: montserrat;
	font-weight: 500;
	color:#005886;
}

.petitmenu li a:hover {
	font-weight: 600;
}

.casetabtitre{
	width: 15%; 
	text-align:center;
	vertical-align: top;
}
h3{
    margin-top: 40px;
}
#tablefooter{
	margin: 0;
}
#tablefooter th{
	
	width: 17%; 
	text-align:center;
	vertical-align: top;
	height: 50px;
}

#tablefooter td{
	height: 20px;
	width: 17%; 
	text-align:center;
	vertical-align: top;
}
#tablefooter{
		min-height: 250px;
	}
#tablefooter2 table{
	height: 250px;
}

#menufooter{
	display: inline-flex;
	margin-top: -50px;
}

.menufooter li{
	width: 285px;
}

.menufooter{
	display: inline-flex;
}

#footertel{
    display: none;
}
@media all and (max-width : 1200px) {
#contenantfooter{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
	.petitmenu{
		margin-left: auto;
		margin-right: auto;
	}
#menufooter{
	display: inline-flex;width: 100%;
}

.menufooter{
	display: inline-block;
}	
    #footerordi{
        display: none;
    }
	#footertel{
    display: inherit;
}
}
@media all and (max-width : 900px) {

	
	#tablefooter th{
	
	width: 17%; 
	text-align:center;
	vertical-align: top;
	height: 50px;
}

#tablefooter td{font-size: 12px;
	height: 0px;
	width: 17%; 
	text-align:center;
	vertical-align: middle;
}
	#tablefooter{
		min-height: 400px;
	}
}

@media all and (max-width : 768px) {
    

	
	#tablefooter th{
	
	width: 17%; 
	text-align:center;
	vertical-align: middle;
	height: 30px;
}

#tablefooter td{font-size: 12px;
	width: 17%; 
	text-align:center;
	vertical-align: top;background-color: red;
}
}

@media all and (max-width: 600px){
		h3{
		font-size: 14px;
	}
    .petitmenu {
    margin-top: 0;
    }
	.petitmenu li{
		font-size: 12px;margin-bottom: 5px;
	width: 100%;
	}
	#menufooter, .petitmenu ul{
		margin-top: 0;
		padding-top: 0;
	}
	#menufooter, .footer {
	width: 100%;
}
   
}