header h1, header h2 {
    text-align: inherit;
}

#content {
    background-color: transparent;
    border: 0;
    padding: 0;
    min-height: unset;
    text-align: unset;
}

/*#content .alerte h1 {
    color: inherit !important;
}*/

legend {
    font-size: 21px !important;
}

/*************************************/

.modal-dialog {
    margin: 130px auto 30px;
    width: 600px;
}

#interface-creation #menu_casc ul {
    top: 32px !important;
}

#interface-creation #menu_casc ul  ul{
    top: 5px !important;
}

#submenu {
    margin-top: 10px;
    margin-bottom: 0; 
    border-radius: 0;
    background-color: #fff;
}

.buttons-menu {
    background-color: #fff;
    background-color: #fff;
    margin-top: -4px;
    padding: 0 10px;
    float: right;
}

.buttons-menu .btn {
    margin-top: 10px;
    margin-bottom: 10px;
}

.alert,
.modal-content,
.btn,
.form-control,
.tabs,
.tabs .nav.nav-tabs,
.tabs .nav-tabs > li > a,
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br,
.ui-datepicker td .ui-state-active,
.ui-datepicker td .ui-state-hover {
    border-radius: 0 !important;
}

b, strong {
    font-weight: 700 !important;
}

#legal a:visited,
#legal a {
    color: #bbb;
    text-decoration: underline;
}

#legal a:hover {
    color: #ddd;
}

/*************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-family: "Ubuntu";
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* STYLE IRSAN ------------------------------------------------------------- */

#container {
	position: absolute;
	width: 100%;
	border: 0;
	background-color: transparent;
	padding: 0;
	margin: 0;
	left: 0;
	}

#container > #voile {
	z-index: -1;
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: #000000;
	opacity: 0;
	transition: opacity 150ms;
	}

#container > #voile.actif {
	z-index: 20;
	opacity: 0.7;
	transition: opacity 150ms;
	}

.bg_header {
    z-index: 15;
    position: fixed;
    left: 0;
    width: 100%;
    height: 176px;
    border-bottom: 4px solid #2874b2;
	background-color: #FFFFFF;
    transition: height 100ms;
}

.bg_header.small {
	height: 54px;
    transition: height 100ms;
	}

.bg_header > .bg_espace {
    background-color: #2874B2;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 50px;
}

.bg_header > .bg_menu {
	z-index: 1;
    background-color: #FFFFFF;
	position: absolute;
	left: 0;
	right: 0;
	top: 54px;
	height: 48px;
}

/* ------------------------------------------------------------------------------------------ */
/* HEADER ----------------------------------------------------------------------------------- */

header {
	z-index: 20;
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: -550px;
	min-height: 54px;
	width: 1100px;
	background-color: #2874b2;
	height: auto;
	}

header > #mebil {
	display: none;
	}
	
/* LOGO ------------------------------------------------------------------------------------- */
#logo {
	position: absolute;
	top: -1px;
    left: 5px;
	overflow: hidden;
	cursor: pointer;
	z-index: 21;
	width: 430px;
    padding-top: 120px;
    height: 168px;
    background-image: url(../images/logo_site.png);
	background-repeat: no-repeat;
    background-position: 0 11px;
    transition: background 100ms;
	}

header.small > #logo {
    width: 105px;
    height: 54px;
	padding: 0;
    background-image: url(../images/logo_petit_blanc.png);
    background-position: 0 0;
    transition: background 100ms;
}

#logo > h2 {
    font-size: 19px;
    line-height: 22px;
    color: #7f7f7f;
    font-weight: 400;
    margin-left: 12px;
	opacity: 1;
    transition: opacity 500ms;
}

header.small > #logo > h2 {
	opacity: 0;
    transition: opacity 10ms;
	}
/* LOGO ------------------------------------------------------------------------------------- */
	
/* BANER ------------------------------------------------------------------------------------ */
#baner {
    float: left;
    width: 100%;
    height: 126px;
    background-color: #FFFFFF;
    border-bottom: 4px solid #2874B2;
    transition: height 100ms;
}

header.small > #baner {
	height: 0;
    transition: height 100ms;
	}
/* BANER ------------------------------------------------------------------------------------ */
	
/* ESPACE MEMBRE ---------------------------------------------------------------------------- */
#espace-membre {
	position: relative;
	float: right;
	height: 50px;
	font-weight: 400;
	font-size: 20px;
	}
	
#espace-membre > a:visited,
#espace-membre > a {
	display: block;
	line-height: 50px;
	padding: 0 24px 0 24px;
	color: #E9E9E9;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 21px center;
	margin-right: 1px;
    float: left;
    font-size: 13px;
    text-transform: uppercase;
	}
	
#espace-membre > a:hover {
	background-color: #EAEAEA;
	color: #2874B2;
	}
#espace-membre > a > .glyphicon {
    vertical-align: baseline;
    margin-right: 6px;
    font-size: 14px;
    }
	
#espace-membre > a > span {
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
    line-height: 22px;
    border-bottom: 1px solid #E9E9E9;
	}
    
#ppal .menu > li > a > i.social-network,
#espace-membre > a > i.social-network {
    font-family: zocial;
    }
    
#espace-membre > a > i.social-network {
    border: 1px solid #E9E9E9;
    padding: 5px;
    border-radius: 4px;
    text-transform: none;
    }
    
#espace-membre > a:hover > i.social-network {
    border-color: #2874B2;
    }

#espace-membre > a:hover > span,
#espace-membre > a.open > span {
    border-bottom: 1px solid #2874B2;
	}

#espace-membre > a.profil.noir,
#espace-membre > a.profil.open,
#espace-membre > a.profil:hover {
	color: #2874B2;
	}
	
#espace-membre > a.open,
#espace-membre > a.selected {
	background-color: #EAEAEA;
	color: #2874B2;
	}

#espace-membre > div.espace {
	z-index: 30;
	position: absolute;
	top: 50px;
	right: 0;
	display: none;
	width: 500px;
	border: 1px solid #2874B2;
	border-top: 0;
	background-color: rgb(234, 234, 234);
	}

#espace-membre > div.espace.cache > * {
	display: none;
	}

#espace-membre > div.espace.affiche {
	height: 171px;
	}

#espace-membre > div.espace.affiche > * {
	display: block;
	}

#espace-membre > div.espace > form {
	position: relative;
	border: 0;
	width: 100%;
	height: 100%;
	padding: 20px;
	}

#espace-membre > div.espace > form label,
#espace-membre > div.espace > form input {
	float: right;
    text-align: right;
    height: 28px;
    margin-left: 10px;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 400;
	}

#espace-membre > div.espace > form label {
	line-height: 28px;
	}

#espace-membre > div.espace > form input[type=password],
#espace-membre > div.espace > form input[type=text] {
	text-align: left;
	width: 240px;
	padding: 0 10px;
	border: 1px solid #d2d2d2;
	border-radius: 2px;
	}

#espace-membre > div.espace > form input[type=submit],
#espace-membre > div.espace > form input[type=button] {
	position: absolute;
	right: 20px;
	bottom: 0px;
	background-color: #5A5A5A;
	color: #B3B3B3;
    border: 0;
    border-radius: 0 0 2px 2px;
    height: 38px;
    line-height: 38px;
    min-width: 150px;
    text-align: center;

    font-size: 14px;
	}

#espace-membre > div.espace > form input[type=submit]:hover,
#espace-membre > div.espace > form input[type=button]:hover {
    color: #FFFFFF;
	}

#espace-membre > div.espace > form div.boutons {
	position: absolute;
	height: 50px;
	bottom: 0;
	left: 20px;
	right: 20px;
	padding: 5px;
	border-top: 1px solid #CECECE;
	font-size: 14px;
	}

#espace-membre > div.espace > form div.boutons > a {
	line-height: 30px;
	color: #636363;
	}
/* ESPACE MEMBRE ---------------------------------------------------------------------------- */

/* NAVIGATION ------------------------------------------------------------------------------- */
nav#ppal {
	position: relative;
    z-index: 20;
	float: left;
	width: 100%;
	height: 48px;
	background-color: #FFFFFF;
	border-bottom: 4px solid #2874B2;
	border-right: 1px solid #2874B2;
	border-left: 1px solid #2874B2;
	}
	
#ppal .menu,
#ppal .menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    line-height: 2.5em;
	}

#ppal .menu ul.big {
	width: 500px;
	}

#ppal .menu a {
    text-decoration: none;
    font-size: 14px;
	}
    
#ppal .menu li.mobile-item-menu {
    display: none;
	}
    
#ppal .menu li.pull-down .glyphicon {
    display: none;
	}
    
#ppal .menu a.on-it {
    background-color: #2874B2;
    color: #FFFFFF;
	}
#ppal .menu > li {
    margin: 0 0 -1px 0;
	}
#ppal .menu li.separator {
    margin: 4px 0 5px 0;
    background-color: #C1C1C1;
    border: 0;
    height: 1px;
	}
#ppal .menu > li:first {
    margin-left:0px!important;
    }
#ppal .menu > li > a {
    padding: 0px 10px;
    margin: 0;
    width: 100%;
    text-decoration: none;
    color: #2d5779;
    font-weight: 500;
    height: 44px;
    line-height: 44px;
    font-size: 15px;
    display: block;
	padding: 0 31px;
	}
#ppal .menu > li > a:hover {
    color: #FFFFFF;
	}

#ppal div.box {
    position: absolute;
    z-index: -1;
    background-color: #404040;
    left: 0;
    top: 0;
	max-height: 51px;
}
#ppal li.right-menu > a {
    background-image: url(../images/icones/rarrow.png);
    background-position: 97% 45%;
    background-repeat: no-repeat;
	}
#ppal .menu a.selected {
    background-color: #75CDD2;
	}
#ppal .menu li {
    float: left;
    position: relative;
	}
#ppal .menu ul {
    position: absolute;
    display: none;
    min-width: 250px;
    top: 2.5em;
    background-color: #FFFFFF;
	padding: 10px;
	box-shadow: 1px 1px 5px #1A1A1A;
	}
#ppal .menu li ul a {
    width: 100%;
    height: auto;
    float: left;
    color: #5D5D5D;
    padding: 0 10px;
	}
#ppal .menu > li.selected > a {
	color: #FFFFFF;
	}
#ppal .menu li ul li {
	line-height: 30px;
	width: 100%;
	margin-top: -1px;
	cursor: default;
	}
#ppal .menu ul ul {
    top: -10px;
	}
#ppal .menu li ul ul {
    left: 232px;
	}
#ppal .menu-item-selected > a {
    background-color: #000000;
    -moz-opacity: .50;
    filter: alpha(opacity=50);
    opacity: .50;
	}
#ppal .menu-item-selected > a:hover {
    color: #FFFFFF !important;
	}
/* NAVIGATION ------------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------------------------ */
/* FIN HEADER ------------------------------------------------------------------------------- */


/* ------------------------------------------------------------------------------------------ */
/* CONTENT ---------------------------------------------------------------------------------- */

#content {
	position: relative;
	display: table;
	z-index: 10;
	margin: auto;
	margin-top: 224px;
	max-width: 1100px;
	width: 100%;
	}
	
#content.small {
	position: relative;
	z-index: 10;
	margin: auto;
	margin-top: 102px;
	max-width: 1100px;
	width: 100%;
	}

#content > div {
	float: left;
	background-color: #FFFFFF;
	width: 100%;
    max-width: 1100px;
	}

#content > div > p {
	margin: 8px 16px 0 16px;
	line-height: 26px;
	font-size: 14px;
	color: #6F6F6F;
	}

#content > div.texte {
	padding: 50px;
	border: 1px solid #989898;
	border-top: 0;
	border-bottom: 0;
	}

#content hr {
    display: block;
    clear: both;
    height: 1px;
    margin: 12px 0;
    padding: 0;
    border: 0;
    background-color: #989898;
	}
   
#content h1 {
    font-size: 15px;
    text-transform: uppercase;
    color: #FFFFFF;
    }

#content h2 {
	line-height: 22px;
	font-style: italic;
    font-weight: 400;
    color: #585858;
    margin-bottom: 20px;
	}

#content p.subtitle {
	margin-top: -20px;
	}

/* DEBUT DU CONTENU ------------------------------------------------------------------------- */
#content > #start {
	position: relative;
	padding: 0;
	}
#content > #start div.start {
    min-height: 50px;
    background-color: #2874b2;
    padding: 16px 0 130px 0;
	}

#content > #start div.alerte {
	position: relative;
    background-color: #F79685;
    color: #FFFFFF;
    padding: 12px;
    margin: 4px -30px;
    border: 3px solid #FFFFFF;
    border-left: 0;
    border-right: 0;
    min-height: 187px;
    opacity: 1;
    transition: opacity 100ms;
	}

div.alerte > div.img {
	width: 262px;
    position: absolute;
    top: 12px;
    bottom: 12px;
    border-left: 1px solid #F38573;
	border-bottom: 1px solid #F38573;
	background-image: url(../images/alerte.jpg);
    background-repeat: no-repeat;
    background-position: left top;
	}
    
div.alerte > div.img > div.text {
    left: 90px;
    position: absolute;
    transform: rotate(-26deg);
    font-size: 16px;
}

div.alerte > div.text {
	position: relative;
    float: right;
    background-color: transparent;
    cursor: pointer;
    max-width: 862px;
	}

div.alerte > div.text > div.corps {
    padding: 0;
    margin-top: 0;
	min-height: 88px;
	}

div.alerte.fermee > div.text > div.corps {
	height: 88px;
	overflow: hidden;
    margin-right: 0;
	transition: margin-right 250ms;
	}

div.alerte.ouverte > div.text > div.corps {
    height: auto;
	overflow: initial;
    margin-right: 300px;
	transition: margin-right 250ms;
	}

div.alerte.fermee > div.text > div.corps img {
    width: 0%;
    opacity: 0;
    transition: all 250ms;
	}

div.alerte.ouverte > div.text > div.corps img {
	width: 100%;
    opacity: 1;
    transition: all 500ms;
	}

div.alerte > div.text > h1 {
	font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 5px 8px;
    margin: 0;
    background-color: #F38573;
    text-transform: uppercase;
    text-shadow: 0 0 3px #FFC1B7;
    color: #770808 !important;
	}

div.alerte > div.text:hover > h1 {
/*    color: #CC3116 !important;*/
    background-color: #eeeeee;
    color: #ff0000 !important;
    text-shadow: none;
    }


div.alerte > div.text > div.corps > p {
	font-style: italic;
	font-size: 13px;
	color: #521414;
	margin: 6px 0 0 0;
    text-align: justify;
    line-height: 20px;
    padding: 2px 10px;
	}
    
div.alerte > div.text > div.readmore > .glyphicon {
    top: 13px;
    }

div.alerte > div.text > div.plus {
    position: absolute;
	top: 20px;
    right: 0;
    width: 307px;
	background-position: 15px 47px;
	background-repeat: no-repeat;
    }

div.alerte.fermee > div.text > div.plus {
	height: 0;
    opacity: 0;
    transition: all 1000ms;
    }

div.alerte.ouverte > div.text > div.plus {
	height: auto;
    opacity: 1;
    transition: all 1000ms;
    }

div.alerte > div.text > div.readmore {
	height: 30px;
    line-height: 30px;
    text-align: left;
    padding: 0 14px;
    font-weight: 300;
    background-color: #F38573;
    color: #CC3116;
    font-weight: 500;
    margin-top: 8px;
    font-size: 14px;
    text-shadow: none;
    }
    
div.alerte > div.text:hover > div.readmore {
    color: #2D2D2D;
    text-shadow: 0 0 2px #E25D48;
    }

div.alerte > div.text > div.readmore > .glyphicon {
    font-size: 9px;
    margin-left: 8px;
    float: right;
    }
    
div.alerte > div.text > div.plus > h4 > .glyphicon  {
    top: 15px;
    }
    
div.alerte > div.text > div.plus > img {
    margin: 44px 11px 0 12px;
	}

div.alerte div.suite {
	position: absolute;
    padding: 0px 0 18px 0;
    width: 296px;
	z-index: -1;
    right: 16px;
    bottom: 42px;
    margin-left: 0;
    margin-right: 0;
	opacity: 0;
    text-align: center;
	}

div.alerte.ouverte div.suite {
	z-index: 1;
    opacity: 1;
	transition: opacity 250ms;
	}

div.alerte > div.suite > a {
    height: 43px;
    padding: 10px 0 10px 0;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 0px center;
    color: #73210D;
    font-weight: 500;
	margin: 0 16px;
    text-shadow: 0px 0px 1px #FFD3D3;
	}

div.alerte > div.suite > a > .glyphicon  {
    font-size: 24px;
    vertical-align: middle;
    margin-right: 5px;
	color: #652718;
	}

div.alerte > div.suite > a:hover > .glyphicon  {
	color: #CC3116;
	text-shadow: 0px 0px 4px #FFB6A9;
	}

div.alerte > div.suite > a > span  {
	font-size: 14px;
    font-weight: 600;
    border-bottom: 2px solid #652718;
    line-height: 23px;
    display: inline-block;
	}

div.alerte > div.suite > a:hover {
    color: #CC3116;
    text-decoration: none;
    text-shadow: 0px 0px 5px #FFB6A9;
	}

div.alerte > div.suite > a:hover > span {
	border-bottom: 2px solid #CC3116;
	}

#content > #start div.last {
    border: 1px solid #2874B2;
    border-top: 0;
	}

#content > #start div.end {
    background-image: url(../images/content_bg.png);
    background-repeat: no-repeat;
    background-position: right top;
    height: 110px;
    margin-top: 0px;
    border: 1px solid #2874B2;
    border-bottom: 0;
    margin-bottom: -240px;
	}

#content div.endfloat {
	width: 100%;
	clear: both;
	height: 0;
	border: 0;
	margin: 0;
	padding: 0;
	}

#content *.cache {
    opacity: 0 !important;
    transition: opacity 100ms;
	}
/* DEBUT DU CONTENU ------------------------------------------------------------------------- */


/* CARROUSEL -------------------------------------------------------------------------------- */
#carrousel {
	position: relative;
	float: left;
	padding: 0;
	width: 100%;
	padding-bottom: 4px;
	padding-top: 24px;
	margin-top: 12px;
	}

/* Slider ---------------------------------------------- */
.glide * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	border: 0;
}

.glide {
	width: 100%;
	max-width: 1098px;
	height: 346px !important;
	overflow: hidden;
	position: initial !important;
}

.glide li:hover {
	cursor: -webkit-grab;
}

.glide .box {
	float: left;
	width: 240px;
	height: 316px;
	color: #2874b2;
	font-size: 3vw;
	display: flex;
    align-items: center;
    justify-content: center;
	background-color: #FFFFFF;
	margin-left: 8px;
	margin-right: 8px;
}

.glide .box > div.infos {
	display: none;
}

.glide .glide__arrows {
    top: 180px !important;
	opacity: 1;
    transition: opacity 100ms;
	}

.glide .glide__arrows > button {
    background-color: #2874B2;
	height: 50px;
    width: 50px;
    border-radius: 25px;
	text-align: center;
    padding: 0;
	font-size: 16px;
	}

#content .glide .glide__arrows .prev {
    left: -72px;
	}

#content .glide .glide__arrows .next {
    right: -72px;
	}

#content .glide .glide__arrows button > .glyphicon {
    margin-top: 2px;
	margin-left: -3px;
	}

#content .glide .glide__arrows .next > .glyphicon {
	margin-left: 3px;
	}

.glide .glide__bullets {
    top: 24px;
}

.glide .glide__wrapper {
	margin-top: 30px;
}

#carrousel > .glide a {
	position: relative;
    display: block;
    width: 100%;
    height: 316px;
    font-size: 18px;
    color: #FFFFFF;
	line-height: 42px;
    padding-top: 316px;
    background-image: url(../images/cartes/carte.png);
    background-repeat: no-repeat;
    background-position: center 14px;
    background-size: 208px;
    border-radius: 0px;
    box-shadow: 0px 2px 1px #5A5A5A;
    margin: 0;
	transition: margin 300ms;
}

#carrousel > .glide a .glyphicon {
	display: none;
}

#carrousel > .glide a.alerte .glyphicon {
	display: initial;
}

#carrousel > .glide a.actif {
	margin-top: 86px;
	transition: margin 300ms;
}

#carrousel > .glide  a > div.fond,
#carrousel > .glide  a > div.fond2 {
	position: absolute;
    left: 0;
	width: 100%;
	text-align: center;
}

#carrousel > .glide  a > div.fond {
    z-index: 1;
	height: 0;
    background-color: #000000;
    bottom: 42px;
    line-height: 42px;
	max-height: 42px;
	opacity: 0.6;
	color: transparent;
	transition: all 300ms linear;
}

#carrousel > .glide  a:hover > div.fond {
	height: 42px;
	bottom: 0;
	color: #FFFFFF;
    background-color: #FFFFFF;
	opacity: 0.2;
	transition: all 300ms ease-in-out;
}

#carrousel > .glide  a > div.fond2 {
	z-index: 2;
    background-color: #404040;
	top: 0;
    bottom: 0px;
    font-size: 15px;
    color: transparent;
	opacity: 0;
	transition: top 250ms 250ms, bottom 250ms 250ms, color 250ms, opacity 250ms 250ms;
}

#carrousel > .glide  a.actif > div.fond2 {
    line-height: 42px;
	top: -43px;
	bottom: 317px;
	opacity: 1;
	color: #CECECE;
	transition: top 300ms, bottom 350ms 150ms ease-in-out, color 250ms 150ms, opacity 400ms 150ms;
}

#carrousel > .glide  a > div.fond2 > .glyphicon {
	font-size: 24px;
	top: 7px;
	margin-right: 5px;
}

#carrousel > .glide  a > div.fond2 > span {
    display: inline-block;
    height: 33px;
    border-bottom: 2px solid #CECECE;
}

#carrousel > .glide a > span {
    display: block;
    position: absolute;
    font-size: 16px;
    font-weight: 400;
    color: #3A3A3A;
    bottom: 41px;
    width: 100%;
    text-align: center;
}

#carrousel > .glide a > span.open {
    font-weight: 600;
}

#carrousel > .glide  a > div.fond,
#carrousel > .glide a > span.plus {
    font-size: 15px;
	text-align: center;
}
#carrousel > .glide a > span.plus {
    color: #FFFFFF;
    bottom: 0;
    background-color: #2874B2;
}

#carrousel > .glide a.alerte {
	border-color: #DC4127;
	}

#carrousel > .glide a.alerte > span {
	color: #DC4127;
	}

#carrousel > .glide a.alerte > span.plus {
	background-color: #DC4127;
	color: #FFFFFF;
	}
/* Slider ---------------------------------------------- */

/* Détails --------------------------------------------- */
#carrousel > div.details {
    position: relative;
    z-index: 1;
	background-color: #FFFFFF;
	margin: 0 20px 20px 20px;
	box-shadow: 0px 0px 2px #5A5A5A;
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transition: opacity 300ms;
	}

#carrousel > div.details.actif {
	opacity: 1;
	max-height: initial !important;
	transition: opacity 300ms;
	}

div.details > div.infos {
	position: relative;
	background-color: #ffffff;
	opacity: 0;
	transition: opacity 150ms ease;
	}

div.details > div.infos.actif {
	opacity: 1;
	transition: opacity 150ms 300ms ease;
	}

div.details > div.infos.todelete {
	width: 1px;
	overflow: hidden;
	float: left;
	}

div.details > div.infos > div {
	float: left;
	padding: 12px;
	}

div.details > div.infos > div.resume {
	width: 45%;
	/*width: 55%;*/
	padding-top: 6px;
	text-align: justify;
	}

div.details > div.infos > div.incidence {
	display: none;
	width: 56%;
	padding-top: 6px;
	float: left !important;
	}
    
div.details > div.infos > div.incidence > div,
div.details > div.infos > div.incidence > table {
	border: 1px solid #E6E6E6;
	width: 100%;
	height: 0;
	}
	
div.details > div.infos > div > table {
	border-bottom: 0;
	}

div.details > div.infos > div.resume > p  {
	margin: 6px 0 0 0;
	font-size: 13px;
	font-weight: 300;
	line-height: 19px;
	}

div.details > div.infos > div.resume > p.date  {
	font-style: italic;
	font-weight: 500;
	}

div.details > div.infos > div.resume > p b {
	font-weight: 400;
	color: #2874B2;
	}

div.details > div.infos > div.resume > p b.egal {
	color: orange;
	}


div.details > div.infos > div.resume > p b.sup {
	color: red;
	}

div.details > div.infos > div.resume > span {
	display: block;
	text-align: center;
	margin-top: 20px;
	}

div.details > div.infos > div.incidence > table th  {
    height: 27px;
    line-height: 21px;
    padding: 3px 8px;
    background-color: #E6E6E6;
    color: #838383;
    text-align: center;
    font-size: 13px;
	}

div.details > div.infos > div.incidence > table td  {
    padding: 0;
	}

div.details > div.infos > div.incidence > table div  {
	float: left;
	width: 50%;
	}

div.details > div.infos > div.incidence > table div:first-of-type  {
	border-right: 1px solid #E6E6E6;
	}

div.details > div.infos > div.incidence > table td > div > span  {
	display: block;
    width: 100%;
    font-size: 10px;
    line-height: 28px;
    padding: 0 14px 0 12px;
    border-bottom: 1px solid #E6E6E6;
	overflow: hidden;
	}

div.details > div.infos > div.incidence > table td > div > span > span {
	float: right;
	color: #2874b2;
	}

/*div.details > div.infos > div.boxplot {
    position: relative;
    float: left;
    min-width: 100px;
	width: 17%;
    max-width: 180px;
    height: 220px;
    font-size: 12px;
    font-weight: 300;
    padding: 0;
	margin: 46px 0 29px 4px;
    display: none;
	}

div.boxplot > div {
	position: relative;
	float: left;
	width: 31%;
	height: 220px;
	line-height: 20px;
	text-align: center;
	}

div.boxplot > div.actuel > div.curseur {
	position: absolute;
	height: 1px;
	width: 130%;
	background-color: #1A1A1A;
	left: 0;
	bottom: 0;
	}

div.boxplot > div.actuel > div.curseur > div {
	position: absolute;
	display: block;
	height: 43px;
	border: 1px solid #3f3f3f;
	border-radius: 1px;
	padding: 0 4px;
	left: 0;
	top: -20px;
	background-color: #FFFFFF;
	}

div.boxplot > div.actuel > div.curseur > div > span {
	font-weight: 500;
    font-size: 16px;
	}

div.boxplot > div.echelle {
	width: 39%;
	height: 220px;
	text-align: center;
	}

div.boxplot > div.echelle > div {
	width: 100%;
	height: 50px;
	position: relative;
	}

div.boxplot > div.echelle > div.min > div span,
div.boxplot > div.echelle > div.max > div span {
	font-weight: 500;
	}

div.boxplot > div.echelle > div.min,
div.boxplot > div.echelle > div.max {
	line-height: 20px;
	}

div.boxplot > div.echelle > div > div.abs {
	position: absolute;
    width: 100%;
	z-index: 1;
	}
	
div.boxplot > div.echelle > div.min > div.abs {
	bottom: -20px;
	}
	
div.boxplot > div.echelle > div.min > div.abs.seuil {
	display: none;
	bottom: initial;
	top: -16px;
    font-size: 10px;
	}
	
div.boxplot > div.echelle > div.max > div.abs {
	top: -20px;
	}
	
div.boxplot > div.echelle > div.max > div.abs.seuil {
	display: none;
    top: initial;
    bottom: -17px;
    font-size: 10px;
	}

div.boxplot > div.echelle > div > .line {
	width: 2px;
	height: 100%;
	}

div.boxplot > div.echelle > div > .limite {
	height: 2px;
	width: 8px;
	margin-top: -2px;
	}

div.boxplot > div.echelle > div > .line,
div.boxplot > div.echelle > div > .limite {
	margin: auto;
	background-color: #3F3F3F;
	}

div.boxplot > div.echelle > div > .line.red,
div.boxplot > div.echelle > div > .limite.red {
	background-color: red;
	}

div.boxplot > div.echelle > div > .line.green,
div.boxplot > div.echelle > div > .limite.green {
	background-color: green;
	}

div.boxplot > div.echelle > div.diff {
    width: 50%;
    margin: auto;
    height: 100px;
    border: 2px solid #3F3F3F;
	border-radius: 1px;
	}

div.boxplot > div.seuil {
	width: 20%;
	}

div.boxplot > div.seuil > div.curseur {
    position: absolute;
    height: 1px;
    width: 145%;
    right: 0;
    bottom: 0;
    border-bottom: 1px dashed #1A1A1A;
	}

div.boxplot > div.seuil > div.curseur > div {
	position: absolute;
	display: block;
	height: 40px;
	padding: 0 4px;
	right: 0;
	top: -20px;
	}

div.boxplot > div.seuil > div.curseur > div > span {
	font-weight: 400;
	font-size: 15px;
	}*/

div.details > div.infos > div.courbe {
	float: right;
    /*width: 464px;*/
    width: 43%;
    border: 1px solid #cecece;
    /*margin: 30px 12px 0 -12px;
    padding: 15px 0;*/
	margin: 22px 12px 0 -12px;
	padding: 0;
	}
/* Détails --------------------------------------------- */

#carrousel > #situation {
	font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #D1EAFF;
    padding: 0 6px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-style: italic;
    font-weight: 300;
	}
/* CARROUSEL -------------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------------------------ */
/* FIN CONTENT ------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------ */
/* DEBUT FOOTER ----------------------------------------------------------------------------- */

footer {
    z-index: 1;
    position: relative;
    text-align: center;
    margin: auto;
	}
	
footer > #bg {
    z-index: 15;
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: #353535;
    height: 160px;
	}

footer > a.bouton {
	position: absolute;
    z-index: 19;
    display: block;
    height: 40px;
    line-height: 40px;
    background-color: #292929;
    color: #FFFFFF;
    padding: 0 16px;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 400;
    width: 320px;
    top: 40px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
	}

footer > a.bouton:hover {
	background-color: #323232;
	}

/* CONTACT ---------------------------------------------------------------------------------- */
#contact {
	z-index: 18;
	position: relative;
	min-height: 120px;
	background-color: #2874b2;
	width: 1100px;
	margin: auto;
	background-image: url(../images/contact_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	border: 1px solid #989898;
	border-top: 0;
	border-bottom: 0;
	text-align: center;
	padding-top: 85px;
	padding-bottom: 120px;
	}

#contact.ouvert {
	margin-bottom: 0;
    transition: margin-bottom 250ms;
	}

#contact.ferme {
	margin-bottom: -205px;
    transition: margin-bottom 250ms;
	}

#contact p {
	text-align: center;
	font-style: italic;
	font-size: 15px;
	color: #7CABD2;
	margin: 30px 20px 20px 20px;
	}
	
#contact > form {
	width: 70%;
	margin: auto;
	padding: 0 10px;
	border: 0;
	color: #E5E5E5;
	line-height: 38px;
	text-align: left;
	}

#contact > form.affiche {
	height: auto;
    transition: height 250ms;
	}

#contact > form.cache {
	height: 0;
	overflow: hidden;
    transition: height 250ms;
	}
	
#contact > form label {
	width: 140px;
	text-align: right;
	padding-right: 10px;
	margin-bottom: 4px;
	line-height: 34px;
	font-size: 14px;
	vertical-align: baseline;
	}
	
#contact > form label.moyen {
	width: 70px;
	text-align: right;
	padding-right: 10px;
	}
	
#contact > form label.moyen[for=nom] {
	padding-right: 0 !important;
	}
	
#contact > form label[for=body] {
	vertical-align: top;
	}

#contact > form textarea,
#contact > form input {
	color: #1A1A1A;
	height: 34px;
	line-height: 34px;
	background-color: #E9E9E9;
	padding: 0 10px;
	border: 1px solid #0465B5;
	border-radius: 2px;
	margin-bottom: 4px;
	font-size: 14px;
	}
	
#contact > form input {
	width: 344px;
	}
	
#contact > form textarea {
	width: 590px;
	max-width: 590px;
	min-height: 200px;
	margin-top: 2px;
	line-height: 24px;
	padding: 6px 10px;
	}
	
#contact > form input.moyen {
	width: 170px;
	}

#contact > form input[type=button],
#contact > form input[type=submit] {
	background-color: #3A3A3A;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	border: 0;
	height: 50px;
	line-height: 50px;
	margin-left: 144px;
	width: auto;
	padding: 0 15px 0 54px;
	border-radius: 2px;
	background-image: url(../images/icones/envoyer.png);
	background-repeat: no-repeat;
	background-position: 14px center;
	}

#contact > form input[type=button]:hover,
#contact > form input[type=submit]:hover {
	background-color: #323232;
	}
/* CONTACT ---------------------------------------------------------------------------------- */

/* LEGAL ------------------------------------------------------------------------------------ */
#legal {
	z-index: 18;
	position: relative;
	height: 304px;
	background-image: url(../images/footer_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 1100px;
	max-width: 1224px;
	margin: -120px auto 0 auto;
	background-size: 1160px;
	display: block;
	}

#legal > div.partenariat > a img {
	opacity: 0.5;
	}

#legal > div.partenariat > a:hover img {
	opacity: 1;
	}

#legal > div.partenariat {
	position: absolute;
	left: 70px;
	bottom: 40px;
	font-size: 16px;
	color: #A4A4A4;
	text-align: center;
	line-height: 30px;
	}

#legal > div.about {
	position: absolute;
    right: 70px;
    bottom: 40px;
    font-size: 14px;
    color: #8E8E8E;
    text-align: right;
    line-height: 22px;
	}

#legal > div.about > #version {
	color: #7D7D7D;
	}
/* LEGAL ------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------------------ */
/* FIN FOOTER ------------------------------------------------------------------------------- */