/* Ajouter une couleur de fond noire à la navigation supérieure */
/* A revoirou suprimer 
.class_div_menu_haut_section {
	border-top: 1px solid #5084BD;
	border-bottom: 1px solid #5084BD;
	background-color: #000000;
}*/

/* Ajouter une couleur de fond noire à la navigation inferieur */
/* A revoirou suprimer 
.class_div_menu_bas_partenaires {
	border-top: 1px solid #5084BD;
	border-bottom: 1px solid #5084BD;
	background-color: #000000;
}*/

/* A revoirou suprimer 
.topnav {
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}*/

.div_images_sinque {
	width: 20%;
	float: left;
	color: ;
	height: px;
	line-height: px;
	overflow: hidden;
	font-size: px
}

.div_images_quatre {
	width: 25%;
	float: left;
	color: ;
	height: px;
	line-height: px;
	overflow: hidden;
	font-size: px
}

.div_images_trois {
	width: 33%;
	float: left;
	color: ;
	height: px;
	line-height: px;
	overflow: hidden;
	font-size: px
}

.div_images_deux {
	width: 49%;
	float: left;
	color: ;
	height: px;
	line-height: px;
	overflow: hidden;
	font-size: px
}

.div_categories {
	width: 33%;
	float: left;
	color: ;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	font-size: 19px
}

.div_categories a {
	font-size: 19px;
	color: #68C0CA
	}
	
.div_categories a:hover {	
	color: #ffffff
	}
	
.div_sous_categories {
	width: 33%;
	float: left;
	color: ;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	font-size: 19px
}

.div_sous_categories a {
	font-size: 19px;
	color: #00FFFF
	}
	
.div_sous_categories a:hover {	
	color: #ffffff
	}
	
.div_sous_sous_categories {
	width: 33%;
	float: left;
	color: ;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	font-size: 19px
}

.div_sous_sous_categories a {
	font-size: 19px;
	color: #CCFFFF
	}
	
.div_sous_sous_categories a:hover {	
	color: #ffffff
	}

/* Stylisez les liens dans la barre de navigation */
.topnav a {
	float: left;
	display: block;
	color: #69C97E;
	text-align: center;
	padding: 14px 8px;
	text-decoration: none;
	font-size: 20px;
}

.topnav a:hover {
	color: #ffffff
}

.topnav svg {
	font-size: 150%;
}

/* Masquez le lien qui doit ouvrir et fermer le topnav sur les petits écrans */
.topnav .icon {
	display: none;
}

/* Ajouter une classe active pour mettre en évidence la page actuelle */
.active {
	font-weight: bold;
}

/* conteneur menu_dropdown - nécessaire pour positionner le contenu menu_dropdown */
.menu_dropdown {
	float: left;
	overflow: hidden;
}

/* Stylez le bouton menu_dropdown pour qu'il tienne dans le topnav */
.menu_dropdown .menu_dropbtn {
	font-size: 20px;
	border: none;
	outline: none;
	color: #69C97E;
	padding: 14px 10px;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
}

/* Stylez le contenu du menu_dropdown (masqué par défaut) */
.menu_dropdown_content {
	display: none;
	position: absolute;
	background-color: #F1F1F1;
	min-width: 160px;
	z-index: 1;
	border-radius: 0 0 10px 10px;
	border-left: 1px solid #5084BD;
	border-right: 1px solid #5084BD;
	border-bottom: 1px solid #5084BD;
	border-top: 0;
}

/* Stylisez les liens à l'intérieur du menu_dropdown */
.menu_dropdown_content a {
	float: none;
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.menu_dropdown_content a:hover {
	background: none;
}

/* Ajouter un fond sombre sur les liens topnav et le bouton menu_dropdown au survol */
.menu_dropdown:hover .menu_dropbtn {
	color: #ffffff
	cursor: pointer;
}

/* Ajouter un fond gris aux liens déroulants du menu au survol */
.menu_dropdown_content a:hover {
	color: #7b7b7b;
}

/* Afficher le menu déroulant du menu lorsque l'utilisateur déplace la souris sur le bouton du menu déroulant */
.menu_dropdown:hover .menu_dropdown_content {
	display: block;
}

/* Lorsque l'écran fait moins de 600 pixels de large, masquez tous les liens, sauf le premier ("Accueil"). Afficher le lien qui contient doit ouvrir et fermer le topnav (.icon) */
@media screen and (max-width: 600px) {
	.topnav a:not(:first-child), .menu_dropdown .menu_dropbtn {
		display: none;
	}

	.topnav a.icon {
		float: right;
		display: block;
	}

	.topnav.responsive {
		position: relative;
	}

	.topnav.responsive a.icon {
		position: absolute;
		right: 0;
		top: 0;
	}

	.topnav.responsive a {
		float: none;
		display: block;
		text-align: left;
	}

	.topnav.responsive .menu_dropdown {float: none;}
	.topnav.responsive .menu_dropdown_content {position: relative;}

	.topnav.responsive .menu_dropdown .menu_dropbtn {
		display: block;
		width: 100%;
		text-align: left;
	}

	/* Stylez le contenu du menu_dropdown (masqué par défaut) */
	.menu_dropdown_content {
		border-radius: 0;
		border-left: 1px solid #EFEFEF;
		border-right: 1px solid #EFEFEF;
		border-bottom: 1px solid #EFEFEF;
	}
}

/* a voir ?? adapatation pour menu du bas
.topnav .fa-exclamation-triangle {
	font-size: 100%;
}
 */
 @media only screen and (max-width: 900px), only screen and (max-device-width: 900px) {
	.div_categories {
		width: 27%;
	}
	.div_sous_categories {
		width: 27%;
	}
	.div_images_sinque {
        width: 27%;
    }
    .div_images_quatre {
	    width: 27%;
    }
    .div_images_trois {
	    width: 27%;
    }
    .div_images_deux {
	    width: 27%;
    }
}

@media only screen and (max-width: 800px), only screen and (max-device-width: 800px) {
    /* a sup sauvegarde
    # ou .div_id_ou_class_xxxx {
	     width: xxx;
    }*/
}

@media only screen and (max-width: 760px), only screen and (max-device-width: 760px) {
    /* a sup sauvegarde
    # ou .div_id_ou_class_xxxx {
	     width: xxx;
    }*/
}

@media only screen and (max-width: 750px), only screen and (max-device-width: 750px) {
	.div_categories {
		width: 49%;
	}
	.div_sous_categories {
		width: 49%;
	}
	.div_images_sinque {
        width: 49%;
    }
    .div_images_quatre {
	    width: 49%;
    }
    .div_images_trois {
	    width: 49%;
    }
    .div_images_deux {
	    width: 49%;
    }
}

@media only screen and (max-width: 729px), only screen and (max-device-width: 729px) {
    /* a sup sauvegarde
    # ou .div_id_ou_class_xxxx {
	     width: xxx;
    }*/
}

@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
    /* a sup sauvegarde
    # ou .div_id_ou_class_xxxx {
	     width: xxx;
    }*/
}

@media only screen and (max-width: 650px), only screen and (max-device-width: 650px) {
    /* a sup sauvegarde
    # ou .div_id_ou_class_xxxx {
	     width: xxx;
    }*/
}

@media only screen and (max-width: 470px), only screen and (max-device-width: 470px) {
    /* a sup sauvegarde
    # ou .div_id_ou_class_xxxx {
	     width: xxx;
    }*/
}

@media only screen and (max-width: 370px), only screen and (max-device-width: 370px) {
	.div_categories {
		width: 88%;
	}
	.div_sous_categories {
		width: 88%;
	}
	.div_images_sinque {
        width: 88%;
    }
    .div_images_quatre {
	    width: 88%;
    }
    .div_images_trois {
	    width: 88%;
    }
    .div_images_deux {
	    width: 88%;
    }
}