@charset "UTF-8";
/* CSS Document */
body{	font-family: 'Averia Sans Libre', cursive;
		font-size:18px;
		width:100%;
		background-color:#f5fdef;
		margin:0px;
		padding: 0px;
		}

h1{		color:#3333cc;
		font-size:32px;
		text-align: center;
		line-height: 50px;
		margin-top:0px;
		}
/*HEADER*/
header{	position: fixed;
		top:0px;
		width:100%;
		height: 44px;
		background-color:#e9fed5;
		border-style: solid;
		border-color: #009966;
		border-bottom-width: 2px;
		border-top-width: 0px;
		border-left-width: 0px;
		border-right-width: 0px;
		margin:0px;
		padding:0px;
	z-index: 7100;
		}

.icd {	position:relative;
		float:right;
		width:86px;/*Un peu plus que la somme des largeurs des icônes.*/
		margin-right:20px;
		margin-top:-70px;
		padding:0px;
		/*border:1px solid blue;*/
		}
.icg {	position:relative;
		float:left;
		margin-left:20px;
		margin-top:-70px;
		width:132px;/*Un peu plus que la somme des largeurs des icônes.*/
	
		padding: 0px;
		/*border:1px solid red;*/
		}
/*FIN DU HEADER*/

/*MENU*/
nav{				position: fixed;
					top:60px;
					width:100%;
					background-color:#e9fed5;
					border-style:solid;
					border-color:#009966;
					border-bottom-width: 2px;
					border-top-width: 2px;
					border-left-width: 0px;
					border-right-width: 0px;
	z-index: 9100;
					}			

nav > ul{			margin:0px;
					padding:0px;
					display:table;/*Pour que le menu principal soit affiché au centre de la page.*/
					margin:0px auto;
					}

nav li{				list-style-type:none;
					}

nav > ul > li{		float:left;
					position: relative;
					}


nav > ul::after{	content:"";
					display: table;
					clear: both;
					}


nav > ul >li > a{	padding:5px 20px;/*Pour que les articles du menu principal soient bien séparés.*/

					}
nav > ul >li:hover > a{	padding:0px 19px 5px 19px;/*5px en haut seulement à cause du trait épais de 5px. 29px et non 30px à cause de la bordure de 1px.*/

					}

nav a{				display:inline-block;
					text-decoration: none;
					color:#3333cc;
					font-size:20px;
					font-weight: 700;

					/*height:31px;*//*50px - 5px de border-top - (border-top + border-bottom du nav)*/
					}
			
nav li:hover .submenu{	display:inline-block;
						position: absolute;
						top:100%;
						left:0px;
						padding:0px;
						z-index: 9000;
						color:#FF6600;
						}

.submenu li{			border-left:1px solid #009966;/*Bordure à l'intérieur des sous menus pour séparer les articles.*/
						border-right:1px solid #009966;
						border-bottom:1px solid #009966;}

.submenu li a{			padding:5px 20px;/*Pour l'espacement des articles dans les sous-menus.*/
						font-size:16px;/*Taille du texte des sous-menus.*/
						color:#3333cc;/*Couleur du texte des sous-menus non survolés.*/
						width: 220px;/*Largeur des sous-menus.*/
						}

.menu-article:hover	{border-top:5px solid #009966;
					border-left:1px solid #009966;/*Couleur de la bordure à l'intérieur des sous menus pour séparer les articles.*/
					border-right:1px solid #009966;
					background-color:RGBa(0,153,102,0.15);/*Couleur des menus principaux survolés*/	
					}

.menu-article .submenu{	background-color:#e9fed5;/*Couleur des sous-menus.*/
							border-top:2px solid #009966;
							}
.submenu li:hover{			background-color:RGBa(0,153,102,0.15);/*Couleur des sous menus survolés.*/
							}

.submenu li:hover a{		color:#ff6600;/*Couleur du texte des sous-menus survolés.*/
							font-weight: bold;
							}

.submenu{					display: none;
							}
nav input[type=checkbox]{	display: none;
							}
nav label{					display: none;
							}
/*FIN DU MENU.*/

/*TÉLÉCHARGEMENTS MAC*/
.imageplugs{	position:relative;
				left:auto;
				width:100%;
				margin-bottom: 20px;
				text-align: center;
				}
.infos{			width:80%;
				margin-top:240px;
				margin-left:auto;
				margin-right:auto;
				padding:0px 1%;
				font-weight: normal;
				color:#3333cc;
				font-size:24px;
				}
.autresinfos{	width:80%;
				margin-top:20px;
				margin-left:auto;
				margin-right:auto;
				padding:0px 1%;
				font-weight: 700;
				color:#3333cc;
				font-size:24px;
				text-align: center;
				}
.infosbas{		width:92%;
				font-weight: 700;
				color:#3333cc;
				font-size:24px;
				text-align: left;
				padding:0px 1%;
				}
.outilatele{	width:80%;
				margin-left:auto;
				margin-right:auto;
				font-weight: normal;
				color:#3333cc;
				font-size:24px;
				}

.poutilhaut	{	width:92%;
				text-align: left;
				padding:0px 1%;
				margin-top: 2px;
				margin-bottom: 0px;
				border-style:solid;
				border-color:#009966;
				border-width: 3px 3px 0px 3px;
				background-color:#e9fed5;
					/*border:1px solid black;*/
	line-height: 50px;
}
.poutil	{		width:92%;
				text-align: left;
				padding:0px 1%;
				margin-top: 0px;
				margin-bottom: 0px;
				border-style:solid;
				border-color:#009966;
				border-width: 0px 3px;
				background-color:#e9fed5;
					/*border:1px solid black;*/
	
	line-height: 50px;
}
.adressemodeemploi	{		
				margin-left:44px;
				margin-top: 0px;
				margin-bottom: 0px;
				color:#3333cc;
				background-color:#e9fed5;
					text-decoration: none;
	font-weight: 700;
	line-height: 50px;
}
.adressemodeemploi:hover{color:#ff6600;
				text-shadow: 1px 1px 1px #ff6600;
				}
.poutilbas	{		width:92%;
				text-align: left;
				padding:0px 1%;
				margin-top: 0px;
				margin-bottom: 0px;
				border-style:solid;
				border-color:#009966;
				border-width: 0px 3px 3px 3px;
				background-color:#e9fed5;
					/*border:1px solid black;*/
	line-height: 50px;
}
.image{
position: relative;float: left;
	
	margin:5px 8px 5px 12px;
	
	/*border:1px solid black;*/
}
.imagedroite{
position:relative;
	
	margin:5px 8px 5px 8px;
	
	/*border:1px solid black;*/
}
.imageGBDE{
position: relative;float: left;
	
	margin:12px 10px 12px 0px;
	
	/*border:1px solid black;*/
}


.lientele {		text-decoration: none;
				font-weight: 600;
				}
.lientele:hover{color:#ff6600;
				text-shadow: 1px 1px 1px #ff6600;
				}
.separation {	color:#f5fdef;
				margin:50px;/*Pour créer un espace, le paragraphe a la même couleur que le fond. On peut faire varier la marge et le padding pour augmenter ou réduire l'espace.*/
				padding:0px;
				}
.poutilhautgratuit	{	width:92%;
				text-align: left;
				padding:0px 1%;
				margin-top: 2px;
				margin-bottom: 0px;
				border-style:solid;
				border-color:#009966;
				border-width: 3px 3px 0px 3px;
				background-color:#EBFC93;
					/*border:1px solid black;*/
	line-height: 50px;
}
.poutilbasgratuit	{		width:92%;
				text-align: left;
				padding:0px 1%;
				margin-top: 0px;
				margin-bottom: 0px;
				border-style:solid;
				border-color:#009966;
				border-width: 0px 3px 3px 3px;
				background-color:#EBFC93;
					/*border:1px solid black;*/
	line-height: 50px;
}
/*FIN DE TÉLÉCHARGEMENTS MAC*/
h2 {color:#3333cc; padding-left:10px;}
h3, li {color:#FF6600;}
ul {margin:0px; padding: 0px;}

/*Classes des couleurs.*/
.bleu 		{color:#3333cc;}
.orange		{color:#ff6600;}
.vertclair	{color:#f5fdef;}
.vertmoyen	{color:#e9fed5;}
.vertfonce	{color:#009966;}

/*--PIED DE PAGE*/
footer{			position: fixed;
				bottom: 0px;
				left:0px;
				width:100%;
				height:30px;
				background-color:#e9fed5;
				border-top:2px solid #009966;
	z-index: 7000;
				}
footer div{		position:relative;
				font-size: 20px;

				}

.hpage{		width:10%;
				position:relative;
				float:left;
				text-align: center;
	
				}
.hpage a{	color:#3333cc;
				font-weight: 700;
	
}
.contact{		width:45%;
				position:relative;
				float:left;
				text-align: left;
				padding-left:20px;
				color:#3333cc;
				}
.contact a{		text-decoration: none;
				font-weight: 700;
				}
.contact a:hover{color:#ff6600;
				text-shadow: 1px 1px 1px #ff6600;
				}
.date{			width:40%;
				position:relative;
				float:right;
				text-align: right;
				padding-right:20px;
				color:#ff6600;
				}
/*FIN DU PIED DE PAGE*/

@media screen and (max-width:780px)
	{/*Modifications à faire lorsque la taille de l'écran est inférieure à 780px.*/
	nav li a {	padding:8px;
				}
	.menu-mobile{	display: block;
					text-align: center;
					padding: 6px 0px;
					font-size:24px;
		color:#009966;
				}
	nav ul{	display: none;
		}
	nav input[type=checkbox]:checked ~ ul{display: block;}
	nav ul li, nav ul li a {	width:100%;
								text-align: center;
	
							}
	nav ul li a, nav ul li:hover a{	padding: 6px 0px;
									}
	nav li:hover .submenu {	display:block;
							position: static;
							background-color: #f5fdef;
							}
		
		h1{font-size: 24px;
		line-height: 38px;}
		.icg{padding-top: 20px;
		margin-left:0px;
		transform: scale(0.8,0.8);}
		.icd{padding-top: 20px;
		margin-right:0px;
		transform: scale(0.8,0.8);}
		
		.contact{width:auto;}
		.date{width:auto;}
		.hpage {display: none;}
		
		.infos, .autresinfos, .infosbas, .poutil, .poutilhaut, .poutilbas, .poutilhautgratuit{font-size:20px;
		}
		
}
