
* {
    margin: 0px;
	padding: 0px;
	vertical-align: text-top;
	/*font-family: 'Roboto', sans-serif;
	font-weight: lighter;*/
	font-family: sans-serif;
	line-height: 1.4em;
	vertical-align: baseline;
	color: rgb(110,110,110);
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
}

html {
    overflow-y: scroll;
    scroll-behavior: smooth;
}

body {
	background-color: #fbfcfc;
}

a {
	color: rgb(85,160,160);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3 {
	color: rgb(85,160,160);
}

h1 {
	font-size: 1.8em;
	line-height: 1.4em;
	margin-top: 0em;
	margin-bottom: 0.5em;
}
	
h2 {
	font-size: 1.4em;
	line-height: 1.7em;
	margin-bottom: 1em;
	margin-left: -2em;
}

h3 {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-top: 1em;
	margin-bottom: 0.5em;
	margin-left: -1em;
}

p {
	font-size: 1em;
	text-align: justify;
}

hr {
	border: none;
	border-top: 1px solid #e5e5e5;
}

table {
	border: none;
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
}

td {
	border: none;
	padding: 0px;
	margin: 0px;
	text-align: left;
	vertical-align: top;
}

tr {
	border: none;
	padding: 0px;
	margin: 0px;
}

.gras {
	color: rgb(70,70,70);
	font-weight: bold;
}

a.gras {
	color: rgb(40,170,170);
	font-weight: bold;
}

.largeur-200 {
	width: 200px;
	vertical-align: middle;
}
.largeur-220 {
	width: 220px;
	vertical-align: middle;
}
.largeur-250 {
	width: 250px;
	vertical-align: middle;
}
.largeur-280 {
	width: 280px;
	vertical-align: middle;
}
.largeur-290 {
	width: 290px;
	vertical-align: middle;
}
.largeur-310 {
	width: 310px;
	vertical-align: middle;
}
.largeur-331 {
	width: 331px;
	vertical-align: middle;
}

.gouttiere {
	width: 25px;
}

.plan-site {
	width: 100%;
	margin-top: 1em;
	text-align: center;
	font-size: 0.9em;
	line-height: 1.4em;
	background: rgb(245,245,245);
	background: linear-gradient(180deg, rgba(250,250,250,1) 0%, rgba(240,240,240,1) 100%);
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
}

.petits-boutons {
	display: inline-block;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	text-align: center;
}

.centred {
	text-align: center;
}

img#grosLogo {
	margin-top: 1.8em;
	margin-bottom: 1.4em;
	width: 405px;
	max-width: 80%;
}

div#cadre-general {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 900px;
	background-color: white;
	border: none;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
}

div#div-en-tete {
	text-align: center;
	background-color: rgb(255,255,255);
	width: 100%;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}

.barre-menu {
	width: 100%;
	list-style-type: none;
	text-align: center;
	border-bottom: 1px solid #d2d2d2;
	border-top: 1px solid #d2d2d2;
	margin-bottom: 2em;
	background: rgb(245,245,245);
	background: linear-gradient(180deg, rgba(250,250,250,1) 0%, rgba(240,240,240,1) 100%);
	text-shadow: white 0px 0px 3px;
	z-index: 900;
}

.barre-menu li a , .barre-menu li {
	text-decoration: none;
	color: rgb(85,160,160);
}

.item-menu {
	cursor: pointer;
	-webkit-transition-property: border background color;
	-webkit-transition-duration: 0.2s;
	-moz-transition-property: border background color;
	-moz-transition-duration: 0.2s;
	transition-property: border background color;
	transition-duration: 0.2s;
}

.item-menu a {
	display: block;
}

.item-menu-principal {
	margin: 0px;
	border: none;
	border-bottom: 5px solid rgba(0,0,0,0);
	display: inline-block;
	width: 7em;
	padding: 0px;
	height: 100%;
	font-size: 1.0em;
	text-align: center;
}

.item-menu-principal a {
	padding-top: 0.6em;
	padding-bottom: 0.4em;
}

#bouton-logiciel {
	padding-top: 0.6em;
	padding-bottom: 0.4em;
}

.item-menu-principal:hover , .item-menu-principal.actif {
	border-bottom: 5px solid rgb(85,160,160);
	color: rgb(85,160,160);
	text-shadow: None;
}

.liens_logiciels_alternatifs {
	display: none;
}
	
.sous-menu {
	display: none;
    position: absolute;
    margin-top: 5px;
	border: 1px solid #d2d2d2;
	background-color: rgb(255,255,255);
	z-index: 999;
	box-shadow: 1px 2px 6px -2px rgba(0,0,0,0.5);
}

.item-sous-menu {
	margin: 0px;
	border: none;
	border-top: 1px solid #d2d2d2;
	border-left: 10px solid rgba(255,255,255,0);
	display: block;
	width: 8.5em;
	height: 100%;
	padding-right: 1em;
	padding-left: 0.5em;
	font-size: 0.9em;
	text-align: left;
}

.item-sous-menu:first-child {
	border-top: none;	
}

.item-sous-menu:hover {
	background-color: rgb(85,160,160);
}

.item-sous-menu.actif {
	border-left: 10px solid rgb(85,160,160);
}

.item-sous-menu:hover a {
	color: white;
}

div.bouton-menu {
	display: none;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	text-align: center;
	cursor: pointer;
	width: 100%;
}

div.bouton-menu img {
	vertical-align: middle;
}

.copie-ecran {
	position: relative;
}

.div-pied {
	width: 100%;
	padding-top: 0.7em;
	padding-bottom: 0.2em;
	text-align: center;
	font-size: 0.8em;
	margin: 0px;
	line-height: 0.8em;
	border-bottom: 1px solid #d2d2d2;
	background-color: #fafbfc;
}

.bandeau {
	clear: both;
	position: relative;
	margin-top: 2em;
	margin-bottom: 2em;
	margin-left: 0px;
	margin-right: 0px;
}

.fleche-haut {
	vertical-align: baseline;
	max-height: 1.2em;
}

.sans-marge-gauche {
	margin-left: 0em;
}


.colonne {
	font-size: 1em;
	line-height: 1.2em;
	font-weight: normal;
	text-align: center;
	display: inline-block;
	margin: 0;
	padding: 0;
}

.colonne-bas {
	vertical-align: bottom;
}

.colonne-haut {
	vertical-align: top	;
}

.colonne-2 {
	width: 2%;
}

.colonne-5 {
	width: 5%;
}

.colonne-25 {
	width: 25%;
}

.colonne-30 {
	width: 30%;
}

.colonne-35 {
	width: 35%;
}

.colonne-60 {
	width: 60%;
}

.legende-image {
	font-size: 0.9em;
	text-align: center;
}

.marge-gauche {
	margin-left: 12%;
}

.marge-droite {
	margin-right: 12%;
}

.petite-marge-gauche {
	margin-left: 7%;
}

.petite-marge-droite {
	margin-right: 7%;
}

ul.liste-fonctions {
    list-style: disc outside;
    margin-left: 2em;
}

.image-pleine-largeur {
	max-width: 100%;
}

.formulaire {
	display: block;
	vertical-align: baseline;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0.9em;
	margin-bottom: 0.2em;
	max-width: 450px;
}

.libelle {
	font-size: 1em;
	text-align: left;
}

input {
	font-size: 1em;
	border: 1px solid darkgray;
	border-radius: 0.8em;
	padding: 0.6em;
	vertical-align: middle;
	box-sizing: border-box;
	background: rgb(250,250,250);
	box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.2);
}

input.large {
	width: 100%;
}

.question {
	display: none;
}

textarea {
	font-size: 1em;
	border: 1px solid darkgray;
	border-radius: 0.8em;
	box-sizing: border-box;
	padding: 0.6em;
	width: 100%;
	resize: none;
	background: rgb(250,250,250);
	box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.2);
}

.bouton {
	color: rgb(85,160,160);
	font-size: 1em;
	font-weight: bold;
	max-width: 8em;
	margin-top: 2em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	height: 2.4em;
	line-height: 1.2em;
	cursor: pointer;
	padding: 0px 30px;
	-webkit-transition-property: color;
	-webkit-transition-duration: 0.3s;
	-moz-transition-property: color;
	-moz-transition-duration: 0.3s;
	transition-property: color;
	transition-duration: 0.3s;
	box-shadow: none;
}

.bouton:hover {
	color: white;
	background-color: rgb(85,160,160);
	border: 1px solid rgb(85,160,160);
}

.messageAlerte {
		width: 100%;
		text-align: center;
		font-size: 0.9em;
		border-radius: 0.8em;
		padding: 0.6em;
		box-sizing: border-box;
}

.fondJaune {
		background: #ffec82;
		border: 1px solid #C6C4B8;
		color: #8f6618;
}

.logo-client {
	position: relative;
	margin: 0;
	padding: 0;
	width: 24%;
	display: inline-block;
	text-align: center;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	opacity: 0.7;
}

.logo-client:hover {
	filter: none;
	-webkit-filter: none;
	opacity: 1.0;
}

.logo-client img {
	max-width: 100%;
	max-height: 100%;
	margin:auto;
}

.logo-partenaires {
	position: relative;
	margin: 0;
	padding: 0;
	width: 35%;
	display: inline-block;
	text-align: center;
}

.logo-partenaires img {
	max-width: 100%;
	max-height: 100%;
	margin:auto;
}








/* Pour le responsive ***********************************/

@media screen and (max-width: 900px) {
	div#cadre-general {
		border: none;
	}
}

@media screen and (max-width: 800px) {
	.marge-gauche {
		margin-left: 9%;
	}
	.marge-droite {
		margin-right: 9%;
	}
	.petite-marge-gauche {
		margin-left: 5%;
	}
	.petite-marge-droite {
		margin-right: 5%;
	}
}

@media screen and (max-width: 670px) {
	.largeur-200 {
		width: 130px;
	}
	.largeur-220 {
		width: 130px;
	}
	.largeur-250 {
		width: 150px;
	}
	.largeur-280 {
		width: 180px;
	}
	.largeur-290 {
		width: 190px;
	}
	.largeur-310 {
		width: 240px;
	}
	.largeur-331 {
		width: 270px;
	}
	.gouttiere {
		width: 15px;
	}
}

@media screen and (max-width: 610px) {
	.marge-gauche {
		margin-left: 3%;
	}
	.marge-droite {
		margin-right: 3%;
	}
	.petite-marge-gauche {
		margin-left: 3%;
	}
	.petite-marge-droite {
		margin-right: 3%;
	}
	h1, h2, h3 {
		margin-left: 0em;
	}
	h1 {
		font-size: 1.5em;
	}
	div.bouton-menu {
		display: inline-block;
	}
	.liste-liens-menu {
		display: none;
	}
	.item-menu-principal {
		width: 100%;
		border: none;
		border-left: 10px solid rgba(255,255,255,0);
	}
	.item-menu-principal:hover {
		background-color: rgb(85,160,160);
		color: white;
		border: none;
		border-left: 10px solid rgba(255,255,255,0);
	}
	.item-menu-principal.actif {
		border: none;
		border-left: 10px solid rgb(85,160,160);
	}
	.item-menu-principal:hover a {
		color: white;
	}
	#bouton-logiciel {
		display: none;
	}
	.liens_logiciels_alternatifs {
		display: inline-block;
	}
	.item-menu {
		text-align: left;
		padding-left: 1em;
		padding-right: 2em;
	}
	.colonne-2 {
		width: 2px;
	}
	.colonne-5 {
		width: 2px;
	}	
	.largeur-200 {
		width: 0px;
	}
	.largeur-220 {
		width: 0px;
	}
	
	.largeur-250 {
		width: 0px;
	}
	.largeur-280 {
		width: 0px;
	}
	.largeur-290 {
		width: 0px;
	}
	.largeur-310 {
		display: none;
		width: 0px;
	}
	.largeur-331 {
		display: none;
		width: 0px;
	}
	.gouttiere {
		width: 0px;
	}
	p {
		text-align: left;
	}
}

@media screen and (max-width: 34em), screen and (max-width: 470px) {
	.bouton-menu {
		padding-top: 0.5em;
		padding-bottom: 0.5em;
		width: 58%;
	}
	p {
		font-size: 1.1em;
	}
	h1 {
		font-size: 1.4em;
	}
	h2 {
		font-size: 1.2em;
	}
	h3 {
		font-size: 1.1em;
	}
	.libelle {
		font-size: 1.1em;
	}
	input {
		font-size: 1.1em;
	}
	textarea {
		font-size: 1.1em;
	}
	.bouton {
		font-size: 1.1em;
	}
	.plan-site {
		padding-bottom: 1em;
	}
	.petits-boutons {
		font-size: 1.1em;
		display: block;
	}
	.logo-client {
		position: relative;
		margin: 0;
		padding: 0;
		width: 32%;
		display: inline-block;
		text-align: center;
	}
	.logo-client img {
		max-width: 100%;
		max-height: 100%;
		margin:auto;
	}
	.logo-partenaires {
		width: 50%;
	}
	.nom-client {
		margin-top: 18%;
	}
}

@media screen and (max-width: 470px) {
	.copie-ecran {
		display: none;
	}
	.image-pleine-largeur {
		display: none;
	}
	.commande-slideshow {
		display: none;
	}
	.slideshow {
		display:none;
	}
	.tableau-legende {
		display: none;
	}
	.logo-client {
		position: relative;
		margin: 0;
		padding: 0;
		width: 49%;
		display: inline-block;
		text-align: center;
	}
	.logo-client img {
		max-width: 90%;
		max-height: 90%;
		margin:auto;
	}

	.logo-partenaires {
		width: 50%;
	}

	.nom-client {
		margin-top: 15%;
	}
}
