html, body { height: 100%; margin: 0; padding: 0; }

html { overflow-y: scroll; }
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 90%;
}


/* --- General ---------- */

img { border: none; }
a { outline-style: none; color: #800080; text-decoration: none; }
a:hover {text-decoration: underline; }

.group:after{content:" ";display:block;height:0;clear:both;visibility:hidden;}
* html .group{ height:1%;} *:first-child+html .group{min-height:1px;}

h1, h2, h3 { color: #470A47; font-size: 140%; font-family: Trebuchet MS,Tahoma,sans-serif; margin: 15px 0px; }

.wrapper {
		max-width: 626px;
		margin: 0px auto;
}

/* --- En-t�te ---------- */

.push_header { height: 175px; }
.header {
	height: 175px;
	background-color: #606;
}
.header-interne {
	height: 145px;
	max-width: 955px;
	margin: 0px auto;
	background-color: #606;
	z-index: 10px;
	position: relative;
}
@-ms-viewport{
  width: device-width;
}

#logo {
    position: relative;
    top: 20px;
    display: inline-block;
}
a#langue {
    display: block;
    position: relative;
    top: 10px;
    right: 0;
    color: #fff;
    float: right;
}
button.toggle-menu{display:none;}
/* --- Menu ---------- */

ul#menu {
    position: relative;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    top: 55px;
    left: 0;
    float: right;
}
.wrapper {
    position: relative;
}
/* ul.english { left: 210px !important; } */

ul#menu li {
	float: left;
}

ul#menu li a {
	display: block;
	height: 14px;
	color: #fff;
	text-decoration: none;
	font-size: 85%;
	line-height: 1.2em;
	padding: 8px;
	text-align: center;
}
ul#menu li.last a { border: none; }
ul#menu li a:hover, ul#menu li.actif a { background-color: #970097}

/* --- Page, milieu ---------- */

.page {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: -175px auto -125px;
	background: url(../images/degrade-bg.png) repeat-y center 0px transparent;
}

.conteneur {
	max-width: 586px;
	margin: -30px auto -30px;
	background-color: #fff;
	padding: 20px;
	font-size: 90%;
}

.conteneur strong, .conteneur abbr {
	color: #800080;
	font-weight:bold;
}
.conteneur h2.petit {
	color: #800080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	margin: 24px 0px 12px;
}

.accueil-client {
	font-size: 90%;
	line-height: 1.1em;
	margin-bottom: 15px;
}

.accueil-client img {
	display: block;
	float: left;
	margin: 0px 20px 0px 0px;
}
.accueil-client span {
	color: #660066;
}

table {
	width: 100%;
	border-spacing: 3px;
	margin-bottom: 15px;
}

table th {
	background-color: #606;
	font-size: 110%;
	color: #fff;
	padding: 12px 4px;
}

table th.descr {
	width: 26%;
	font-weight: normal;
	font-style: italic;
	background-color: #dfdfdf;
	color: #000;
	padding: 2px 6px;
	font-size: 85%;
	text-align: left;
}

table td {
	background-color: #dfdfdf;
	padding: 2px 6px;
	font-size: 85%;
}

table.second-tableau tr td {
	text-align: center;
}

.petite-note {
	display: block;
	float: right;
	font-style:italic;
	font-size: 85%;
	margin-top: -12px;
}

img{max-width:100%;}
.slideshow img{max-width:586px;}
/* --- Footers ---------- */

.push_footer { height: 125px; }
.footer {
	height: 125px;
	background-color: #606;
}
.footer-interne {
	height: 125px;
	max-width: 626px;
	margin: 0px auto;
	background: url(../images/bg-footer.png) repeat-x top left #606;
}

p.copyright {
	width: 55%;
	float: left;
	padding: 40px 0px 5px 20px;
	color: #fff;
}

p.zedimage {
	padding: 40px 20px 5px 0px;
	width: 35%;
	float: right;
}

p.zedimage a {
	display: block;
	text-align: right;
	color: #fff;
	text-decoration: none;
}

/* tooltips */
[data-tippy-content]{
    border-bottom: 1px dotted black;
    color: #800080;
    font-weight: bold;
}


/* responsive */

@media (max-width:767px){
	.slideshow {
    width: 100%!important;
}
div#logo img {
    height: auto;
    max-width: 180px;
    margin-left: 5px;
}
a#langue {
    top: 18px;
    right: 10px;
}
ul#menu {
    display: none;
}
.slideshow img{
    width: 100%!important;
	object-fit:cover;
}
p.copyright {
    width: 100%;
    text-align: center;
}
.footer {
    height: auto;
    display: inline-block;
    width: 100%;
}
.footer-interne {
    height: auto;
}
#logo {
    top: 29px;
}
p.zedimage a {
    text-align: center;
}
p.zedimage {
    padding: 0;
    width: 100%;
    text-align: center;
    margin-top: 0;
}
.conteneur.group img{ height:auto;}
.footer {
    padding-bottom: 20px;
}
.header {
    height: auto;
}
.page {
    background: none;
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 0;
}
p.copyright{padding-left:0;}
.accueil-client.group p {
    line-height: 19px;
    overflow: hidden;
}
.push_header {
    height: auto;
}
ul#menu {
    position: relative;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    top: 55px;
    left: 0;
    float: right;
    z-index: 99;
}
ul#menu li {
    display: inline-block;
    width: 100%;
}
button.toggle-menu span {
    width: 100%;
    height: 3px;
    display: inline-block;
    background: #fff;
    margin: 3px 0;
}
ul#menu {
    background: #000;
    z-index: 9999;
    position: absolute;
    top: 89px;
}
button.toggle-menu:focus {
    outline: none;
}
button.toggle-menu {
    display: block;
    background: none;
    display: inline-block;
    float: right;
    top: 47px;
    position: absolute;
    width: 33px;
    height: 27px;
    right: 10px;
    border: none;
    margin: 0;
    padding: 0;
}
.header-interne {
    height: 119px;
}
}
.accueil-client.group p {
    line-height: 19px;
    overflow: hidden;
}
@media (max-width:480px){
	.accueil-client {
    font-size: 90%;
    line-height: 1.1em;
    margin-bottom: 15px;
    text-align: center;
    background: #f0f0f0;
    padding: 20px 20px;
}
.accueil-client.group p{
    text-align: left;
}
.accueil-client img {
    display: inline-block;
    float: none;
    margin: 0;
}

}