@charset "UTF-8";
/* CSS Document */

/************************************************************************************
RESET
*************************************************************************************/
html, body{height:100%;}

html{
	font-size:10pt;	
}

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/

body{height:100%;}
#loginmaincontainer{position:relative; width:100%; height:100%;}
#maincontainer{position:relative; width:100%; min-height:100%; height:auto; background:url(../images/blue-gradient.jpg) repeat-y left;}
.wrap{position:relative; width:100%; min-width:1000px; min-height:100%;}


#preloadimages{position: absolute; left: -9999px; top:  -9999px;}
#preloadimages img{display:block;}

.printbtn{position:fixed; right:20px; bottom:20px; z-index:9999; display:inline-block;}
.printbtn:hover{
	transform: translateX(2px);
	transform: translateY(2px);
	transition: all 0.3s linear 0.3s;
	cursor:pointer;
}
.printbtn img{width:40px;}

/* ##########################################################################################################################################   */

#topbar{
	position:fixed; width:100%; height:35px; background:#f4f4f4; z-index:9999; top:0px;
	-webkit-box-shadow: inset 0px -2px 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px -2px 1px 1px rgba(0, 0, 0, 0.3);
}

.managedsite{position:relative; display:block; float:left; height:35px; line-height:35px; padding-left:10px; color:#868686;}
.managedsite > span{color:#505050; font-weight:bold;}

.usermenu{
	position:relative; display:block; float:right; width:180px; padding:0px 15px; height:35px; line-height:35px; color:#505050; font-weight:bold; text-decoration:none;
	
	background-image: linear-gradient(bottom, rgb(242,242,242) 17%, rgb(213,213,213) 59%);
	background-image: -o-linear-gradient(bottom, rgb(242,242,242) 17%, rgb(213,213,213) 59%);
	background-image: -moz-linear-gradient(bottom, rgb(242,242,242) 17%, rgb(213,213,213) 59%);
	background-image: -webkit-linear-gradient(bottom, rgb(242,242,242) 17%, rgb(213,213,213) 59%);
	background-image: -ms-linear-gradient(bottom, rgb(242,242,242) 17%, rgb(213,213,213) 59%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.17, rgb(242,242,242)),
		color-stop(0.59, rgb(213,213,213))
	);
	
	-webkit-box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.45);
    box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.45);
}

.usermenu:hover{background:#fff;background-image:none;}

.usermenu > img{float:right; margin-left:5px;}

.connectedas{position:relative; float:right; height:35px; line-height:35px; color:#868686; padding-right:10px;}

.heightspacer35{position:relative; width:100%; height:35px;}

#usersubmenu{
	
	display:none;
	position:absolute; width:210px; top:34px; right:0px; z-index:9999;
	
	background-image: linear-gradient(bottom, rgb(242,242,242) 17%, rgb(213,213,213) 59%);
	background-image: -o-linear-gradient(bottom, rgb(242,242,242) 17%, rgb(213,213,213) 59%);
	background-image: -moz-linear-gradient(bottom, rgb(242,242,242) 17%, rgb(213,213,213) 59%);
	background-image: -webkit-linear-gradient(bottom, rgb(242,242,242) 17%, rgb(213,213,213) 59%);
	background-image: -ms-linear-gradient(bottom, rgb(242,242,242) 17%, rgb(213,213,213) 59%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.17, rgb(242,242,242)),
		color-stop(0.59, rgb(213,213,213))
	);
	
	-webkit-box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.45);
    box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.45);
}

#usersubmenu a{position:relative; display:block; height:35px; line-height:35px; padding:0px 15px; color:#505050; text-decoration:none;}
#usersubmenu a:hover{background-color:rgba(255,255,255,0.5);}

/* ##########################################################################################################################################   */

#col-container{position:relative; width:100%; min-height:100%;}

.col-left{
	position:relative;
	float:left;
	width:250px;
	margin-left:-100%;
	min-height:100%;
}
.col-right-wrapper{position:relative; float:left; width:100%;}
.col-right{margin-left:250px;}
.innertube{margin:10px 10px 10px 30px;}

/* ##########################################################################################################################################   */

.col-left img:first-child{margin:10px 0px 20px;}

#menucontainer{list-style-type:none; position:relative; width:100%;}

#menucontainer li{position:relative;}
.menulink{
	position:relative; display:block; width:210px; margin-left:20px; padding-right:20px; height:35px; line-height:35px;
	
	color:#FFF; text-align:right; text-decoration:none; font-size:1.1em;
	
	-webkit-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
}
.menulink:hover{background-color:rgba(255,255,255,0.5); color:#000;}
.menulink2{
	position:relative; display:block; width:210px; margin-left:20px; padding-right:20px; height:35px; line-height:35px;
	
	color:#FFF; text-align:right; text-decoration:none; font-size:1.1em; background:#333;
	
	-webkit-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
}
.menulink2:hover{background-color:rgba(255,255,255,0.5); background:#111;}
.selectedmenu{background-color:#FFF; color:#000; font-weight:bold;}

/* ##########################################################################################################################################   */

.col-right h1{position:relative; display:block; height:28px; line-height:28px; font-size:1.4em;}
.col-right h2{position:relative; display:block; height:15px; line-height:15px; margin-bottom:20px; font-weight:normal; font-size:1em;}

.rightcontainerbox{
	position:relative; width:100%; padding-bottom:25px;
	
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.3);
	
	/*-webkit-box-shadow:  1px 2px 5px 1px rgba(0, 0, 0, 0.15);
    box-shadow:  1px 2px 5px 1px rgba(0, 0, 0, 0.15);*/
	
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

.rightcontainerbox h3{
	position:relative; display:block; width:96%; padding:0px 2%; height:35px; line-height:35px; color:#fff; margin-bottom:25px;
	
	background: rgb(26,145,179);
background: linear-gradient(0deg, rgba(26,145,179,1) 0%, rgba(103,221,255,1) 100%);

	
	-webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}


/* ##########################################################################################################################################   */

.col50{position:relative; float:left; width:48%; padding:0 1%;}

.col50 h3{position:relative; margin-bottom:15px;}

.search-section{
	position:relative; width:96%; margin-bottom:20px; background-color:#f3f3f3;
}

.search-section h3{margin-bottom:0 !important;}
.search-section form{padding:10px; display:inline-block;}

.search-section input[type="text"]{
	position:relative; display:inline-block; padding:10px; width:300px;
}

.search-section input[type="submit"]{
	position:relative; display:inline-block; padding:10px;
}

.search-section .option{display:inline-block; margin:10px 0; line-height:1.4em;}
.search-section .option a{color:#666; text-decoration:underline;}
.search-section .option a:hover{color:#000;}

.showRapports{position:relative; display:block; width:98%; padding:5px 1%; background-color:#333; color:#fff; margin-bottom:5px; text-decoration:none;}
.showRapports:hover{background-color:#003b56;}

#listerapports{position:relative; display:none;}

.rapportlinks{position:relative; display:block; width:96%; padding:5px 1%; margin:5px 1%; background-color:#fff; color:#333; text-decoration:none;}
.rapportlinks:hover{background-color:#333; color:#fff; cursor:pointer;}

/* ##########################################################################################################################################   */

.column80{position:relative; float:left; width:83%; margin-right:2%;}
.column20{position:relative; float:left; width:11%; margin:0 2%;}
.column100{position:relative; float:left; width:96%; margin:0 2%;}

/* ##########################################################################################################################################   */

.rightcontainerbox h4{position:relative; display:block; margin:10px 0; background:#333; color:#fff; padding:10px;}

.boutons-icones-container{list-style-type:none; display:block; width:96%; padding:25px 2% 5px;}
.boutons-icones-container li{position:relative; display:inline-block; vertical-align:middle;}

.bouton-icone{
	position:relative; display:block; float:left; width:170px; margin-right:5px; margin-bottom:5px; padding:25px 0px; min-height:115px;
	
	text-align:center; text-decoration:none; color:#000;
	
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	
	background: #eeedee; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeedee 0%, #f7f8f8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeedee), color-stop(100%,#f7f8f8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeedee 0%,#f7f8f8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeedee 0%,#f7f8f8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeedee 0%,#f7f8f8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eeedee 0%,#f7f8f8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeedee', endColorstr='#f7f8f8',GradientType=0 ); /* IE6-9 */
	
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.3);
}
.bouton-icone:hover{background:#fff;}
.bouton-icone img{display:block; margin:0px auto 20px;}

/* ##########################################################################################################################################   */

#gr-container{
	position:relative; width:100%;
	
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.3);
	
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	
}

#gr-container.membertablecontainer{overflow:scroll; height:700px;}

#gr-container h4{
	position:relative; display:block; width:96%; padding:0px 2%; height:35px; line-height:35px; color:#fff; font-size:1em;
	
	background: #797979; /* Old browsers */
	background: -moz-linear-gradient(top,  #797979 0%, #595959 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#797979), color-stop(100%,#595959)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #797979 0%,#595959 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #797979 0%,#595959 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #797979 0%,#595959 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #797979 0%,#595959 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#797979', endColorstr='#595959',GradientType=0 ); /* IE6-9 */
	
	-webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}

.gr-table-titles{list-style-type:none; display:block; background:#EEEDEE; height:35px; border-bottom:1px solid #C7C7C7;
	
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.3);
}
.gr-table-titles li{position:relative; display:block; float:left; width:10%; margin-right:2%; height:35px; line-height:35px; font-weight:bold;}
.gr-table-titles li:first-child{width:74%; margin-left:2%; margin-right:0px;}

.gr-result-line{position:relative; border-bottom:1px solid #C7C7C7; height:35px;}
.gr-result-col1{float:left; width:74%; margin-left:2%; height:35px; line-height:35px; text-transform:uppercase; color:#5B5B5B;}
.gr-result-col2{float:left; width:10%; margin-right:2%; height:35px; line-height:35px; color:#5B5B5B;}

.actions-container{list-style-type:none;}
.actions-container li{position:relative; width:auto !important;}
.actions-container a{float:left; margin-right:3px; margin-top:9px; opacity:0.5;}
.actions-container a:hover{opacity:1;}

.special-row{background:#f6f6f6; position:relative; padding:10px; border-left:1px solid #c7c7c7; border-top:1px solid #c7c7c7; border-bottom:1px solid #c7c7c7; box-shadow:0px 3px 5px rgba(0,0,0,0.3);}

.special-actions{list-style:none; display:flex; justify-content:flex-start; flex-wrap:wrap;}
.special-actions li{position:relative; padding:0 15px;}
.special-actions li a{opacity:0.7; display:block; width:24px;}
.special-actions li:hover a{opacity:1;}

.big-special-actions{list-style:none; display:flex; justify-content:space-between; flex-wrap:wrap; margin-bottom:20px; width:100%;}
.big-special-actions li{position:relative; padding:0 25px;}
.big-special-actions li a{opacity:0.7; display:block; width:32px;}
.big-special-actions li:hover a{opacity:1;}

.event-info{position:relative; padding:0 0 30px 20px;}
.event-info span{display:block; padding:10px 0; font-size:2em;}

/* ##########################################################################################################################################   */
.wrap475{position:relative; width:475px; margin:0 auto;}

#login-bg{position:relative; width:100%; background:url(../images/cork-wallet.png) repeat; height:100%;}
.heightspacer200{position:relative; width:100%; height:200px;}
#login-box{
	position:relative; width:475px; margin:0 auto; background:#EFEEEE;
	
	-webkit-box-shadow:  0px 0px 5px 5px rgba(0, 0, 0, 0.05);
     box-shadow:  0px 0px 5px 5px rgba(0, 0, 0, 0.05);
	
	-webkit-border-radius: 15px;
    border-radius: 15px;
}
#login-box p{position:relative; display:block; width:100%; text-align:center; color:#676767; line-height:35px;}
#login-logobox{
	position:relative; width:100%; height:115px; padding-top:35px; text-align:center;
	
	background: rgb(26,145,179);
	background: linear-gradient(0deg, rgba(26,145,179,1) 0%, rgba(103,221,255,1) 100%);

	-webkit-border-radius: 15px 15px 0px 0px;
    border-radius: 15px 15px 0px 0px;
}

#login-logobox img{width:325px;}

.margin60{margin:40px 60px;}

#login-form{position:relative; width:100%;}
#login-form span{position:relative; display:block; width:100%; padding:7px 0; color:#676767; font-weight:bold;}

.login-txtf{
	position:relative; display:block; width:94%; padding:0px 3%; height:30px; line-height:30px; border:1px solid #CCC; margin-bottom:30px;
	color:#676767;
	
	-webkit-border-radius: 5px;
    border-radius: 5px;
}
.login-btn{
	position:relative; display:block; height:35px; line-height:35px; padding:0px 12px; color:#676767; font-weight:bold;
	border:1px solid #CCC;
	 
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #c0cbcd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#c0cbcd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#c0cbcd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#c0cbcd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#c0cbcd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#c0cbcd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c0cbcd',GradientType=0 ); /* IE6-9 */
	
	-webkit-border-radius: 5px;
    border-radius: 5px;
}

.login-btn:hover{
	cursor:pointer; color:#fff; border:1px solid #003b56;
	
	background: rgb(26,145,179);
background: linear-gradient(0deg, rgba(26,145,179,1) 0%, rgba(103,221,255,1) 100%);
}

.login-alert-box{
	position:absolute; top:90px; left:0px; width:425px; padding:0px 25px; height:90px; line-height:90px; color:#676767; z-index:9999;
	
	background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(top,  #f5f5f5 0%, #d3d3d3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#d3d3d3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f5f5f5 0%,#d3d3d3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f5f5f5 0%,#d3d3d3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f5f5f5 0%,#d3d3d3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f5f5f5 0%,#d3d3d3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#d3d3d3',GradientType=0 ); /* IE6-9 */
	
	-webkit-box-shadow:  0px 0px 5px 5px rgba(0, 0, 0, 0.1);
     box-shadow:  0px 0px 5px 5px rgba(0, 0, 0, 0.1);
	
	-webkit-border-radius: 15px;
    border-radius: 15px;

}
.login-alert-box img{float:left; margin:24px 15px 0px 0px;}
.login-alert-box b{color:#000;}

.forgotlink{display:block; position:relative; float:right; color:#003b56; line-height:35px;}
.forgotlink:hover{color:#666;}

/* ##########################################################################################################################################   */

/* Tableau CSS */

.result-table{position:relative; width:100%; border:0px; border-spacing:0;}

.membertable{width:auto !important;}

.result-table .titles{
	 background:#EEEDEE; border-bottom:1px solid #C7C7C7;
	
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.3);
}
.membertable .titles{background:#333 !important; color:#fff !important;}

.result-table .titles td{position:relative; font-weight:bold; padding:15px 10px; max-width:17%;}
.membertable .titles td{border:1px dotted #ccc;}

.result-table .results-line1{position:relative;}
.result-table .encours{background:#a7ffb3 !important;}
.result-table .termine{background:#ffa7a7 !important;}

/* CARDS DISPLAY STYLE */

ul.result-thumbs{position:relative; display:flex; justify-content:space-between; flex-wrap:wrap;}
ul.result-thumbs li{width:16%; margin:10px 1%; align-self:center; list-style:none;}
ul.result-thumbs li img{position:relative; min-width:100%; height:auto; margin-bottom:20px;}
ul.result-thumbs li strong{font-weight:bold; font-size:1.1em; display:block;}
ul.result-thumbs li span{display:block; font-size:0.9em;}
ul.result-thumbs li .actions{display:block; margin-top:10px;}


/* FOR TV DISPLAY */

.result-table .results-line2{position:relative;}
.result-table .expiresoon{background:#ffa7a7 !important;}
.result-table tr:nth-child(odd){background:#fff;}
.result-table .results-line2 td{font-size:1em; padding:5px; border-bottom:1px solid #666; color:#777;}
.result-table .results-line2 td .bigtext{font-weight:bold; font-size:1.4em; color:#222;}
.result-table .results-line2 td .desc{font-size:0.8em; padding:5px; background:#fff; margin:5px 0; display:block;}

.legende-encours{background:#a7ffb3; text-align:center; padding:10px; color:#333; margin:20px 0;}
.legende-termine{background:#ffa7a7; text-align:center; padding:10px; color:#333; margin:20px 0;}

.highlight{background-color:#b2e7ff !important;}
.result-table .results-line1 td{color:#5B5B5B; padding:15px 10px; border-top:1px solid #C7C7C7; max-width:17%;}
.membertable .results-line1 td{border:1px dotted #ccc;}

.membertable .darkline{background:#f3f3f3;}

.addbtn{
	position:relative; display:block; padding:15px 12px; color:#676767; font-weight:bold; text-align:center;
	border:1px solid #CCC; text-decoration:none;
	 
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #c0cbcd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#c0cbcd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#c0cbcd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#c0cbcd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#c0cbcd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#c0cbcd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c0cbcd',GradientType=0 ); /* IE6-9 */
	
	-webkit-border-radius: 5px;
    border-radius: 5px;
}
.addbtn:hover{
	color:#fff; border:1px solid #003b56;
	background: rgb(26,145,179);
	background: linear-gradient(0deg, rgba(26,145,179,1) 0%, rgba(103,221,255,1) 100%);
}

.embossbtn{
	position:relative; display:block; width:200px; padding:15px 8px; color:#676767; font-weight:bold; margin-bottom:15px;
	border:1px solid #CCC; text-decoration:none;
	 
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #c0cbcd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#c0cbcd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#c0cbcd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#c0cbcd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#c0cbcd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#c0cbcd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c0cbcd',GradientType=0 ); /* IE6-9 */
	
	-webkit-border-radius: 5px;
    border-radius: 5px;
}
.embossbtn:hover{
	color:#fff; border:1px solid #003b56;
	
	background: rgb(26,145,179);
background: linear-gradient(0deg, rgba(26,145,179,1) 0%, rgba(103,221,255,1) 100%);
}

.intable-link{
	position:relative; display:block; height:25px; line-height:25px; padding:0 10px; color:#676767; text-decoration:none; font-weight:bold;
	 
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 0%, #c0cbcd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#c0cbcd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#c0cbcd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 0%,#c0cbcd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeeee 0%,#c0cbcd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eeeeee 0%,#c0cbcd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#c0cbcd',GradientType=0 ); /* IE6-9 */
	
	-webkit-border-radius: 3px;
    border-radius: 3px;
	
}
.intable-link:hover{
	color:#fff;
	
	background: rgb(26,145,179);
background: linear-gradient(0deg, rgba(26,145,179,1) 0%, rgba(103,221,255,1) 100%);
}

/* ##########################################################################################################################################   */

.form-container{
	position:relative; width:96%; margin:5px 2%;
	
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.3);
	
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

.form-container h4{
	position:relative; display:block; width:96%; padding:0px 2%; height:35px; line-height:35px; color:#fff; font-size:1em;
	
	background: rgb(26,145,179);
background: linear-gradient(0deg, rgba(26,145,179,1) 0%, rgba(103,221,255,1) 100%);
	
	-webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}

.h5res{
	position:relative; display:block; width:96%; padding:0px 2%; height:35px; line-height:35px; color:#676767; font-size:1em;
	 
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #c0cbcd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#c0cbcd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#c0cbcd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#c0cbcd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#c0cbcd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#c0cbcd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c0cbcd',GradientType=0 ); /* IE6-9 */
	
	-webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}

.form-innertube{padding:25px 2%;}

.form-innertube hr{border:0; margin:40px 0; border-bottom:2px solid #333; display:block; width:90%;}

.form-container span{color:#676767; line-height:25px;}

.form-textfield{
	position:relative; display:block; width:78%; padding:0 1%; height:30px; line-height:30px; margin-bottom:20px; border:1px solid #666;
	
	/*-webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.3);*/
	
	-webkit-border-radius: 5px;
    border-radius: 5px;
	
}

.form-textfield2{
	position:relative; display:block; max-width:96%; min-width:96%; padding:0 15px; height:30px; line-height:30px; margin-bottom:20px; border:1px solid #666; background:#eee;
	
	/*-webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.3);*/
	
	-webkit-border-radius: 5px;
    border-radius: 5px;
	
}

.form-textarea{
	position:relative; display:block; width:78%; padding:20px 1%; height:110px; margin-bottom:20px; border:1px solid #666;
	font-family:Arial, Helvetica, sans-serif;
	
	/*-webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.3);*/
	
	-webkit-border-radius: 5px;
    border-radius: 5px;
	
}

.form-textarea2{
	position:relative; display:block; max-width:96%; min-width:96%; padding:15px; height:150px; margin-bottom:20px; border:1px solid #666;  background:#eee;
	font-family:Arial, Helvetica, sans-serif;
	
	/*-webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.3);*/
	
	-webkit-border-radius: 5px;
    border-radius: 5px;
	
}

.form-checkbox{position:relative; width:78%; padding:10px 0; margin-bottom:20px;}

.textarea-tinymce{
	position:relative; display:block; width:78%; padding:0 1%; height:350px; margin-bottom:20px; border:1px solid #666;
	
	/*-webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.3);*/
	
	-webkit-border-radius: 5px;
    border-radius: 5px;
	
}

.underckeditor-spacer{	position:relative; width:100%; height:20px;}

.form-select{
	position:relative; display:block; width:78%; padding:0 1%; height:30px; line-height:30px; margin-bottom:20px; border:0;
	
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.3);
	
	-webkit-border-radius: 5px;
    border-radius: 5px;
}

.form-select option{height:25px;}

.form-btn{
	position:relative; display:block; height:35px; line-height:35px; padding:0px 12px; color:#676767; font-weight:bold;
	border:1px solid #CCC; text-decoration:none;
	 
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #c0cbcd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#c0cbcd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#c0cbcd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#c0cbcd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#c0cbcd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#c0cbcd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c0cbcd',GradientType=0 ); /* IE6-9 */
	
	-webkit-border-radius: 5px;
    border-radius: 5px;
}
.form-btn:hover{
	color:#fff; border:1px solid #003b56;
	
	background: rgb(26,145,179);
background: linear-gradient(0deg, rgba(26,145,179,1) 0%, rgba(103,221,255,1) 100%);
}

/* ##########################################################################################################################################   */

.alert-box{
	position:relative; width:425px; padding:0px 25px; min-height:90px; padding:0 30px; color:#676767;
	
	background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(top,  #f5f5f5 0%, #d3d3d3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#d3d3d3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f5f5f5 0%,#d3d3d3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f5f5f5 0%,#d3d3d3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f5f5f5 0%,#d3d3d3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f5f5f5 0%,#d3d3d3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#d3d3d3',GradientType=0 ); /* IE6-9 */
	
	-webkit-box-shadow:  0px 0px 5px 5px rgba(0, 0, 0, 0.3);
     box-shadow:  0px 0px 5px 5px rgba(0, 0, 0, 0.3);
	
	-webkit-border-radius: 15px;
    border-radius: 15px;

}
.alert-box img{float:left; margin:24px 15px 0px 0px;}
.alert-box-innertube{padding:20px 0;}
.alert-box b{color:#000;}

/* ##########################################################################################################################################   */

.container-gestion-docs{position:relative; width:96%; padding:15px 2%; border:1px solid #00618d;}

.container-gestion-docs .link{
	display:inline-block; padding:10px; background-color:#00618d; color:#fff; margin:0 15px 30px 0;
	transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
}

.container-gestion-docs .link:hover{
	background-color:#ccc; color:#000;
	transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
}

.container-gestion-docs .filelink{
	display:inline-block; color:#00618d; font-size:1.5em;
	transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
}

.container-gestion-docs .filelink:hover{
	color:#CCC;
	transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
}

.content-table{width:100%;}

.showcontent-td{padding:15px; color:#00618d;}

.fileuploader{position:relative; height:40px; line-height:40px; font-size:1.5em;}

.upload-table{width:50%; color:#00618d; font-size:1.2em;}

.container-gestion-docs input[type="submit"]{
	position:relative; display:block; float:left; width:40%; padding:0 2%; height:40px; line-height:40px; border:0;
	color:#fff; background-color:#00618d; font-size:1.2em; text-align:left;
	transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
}

.container-gestion-docs input[type="submit"]:hover{
	cursor:pointer; background-color:#ccc; color:#000;
	transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
}

/* ##########################################################################################################################################   */

.alignbottom{position:absolute; bottom:45px; left:0px;}

/* ##########################################################################################################################################   */

.yearlinks-container{position:relative; display:inline-block; text-align:center; width:100%;}
.yearlinks-container a{color:#333; text-decoration:underline; display:inline-block; margin:20px;}
.yearlinks-container a:hover{background:#ccc;}

/* ##########################################################################################################################################   */

.slick-slider{margin-top:-30px;}
.slick-slide{height:auto !important;}

/* ##########################################################################################################################################   */

.bloc-alerte{position:relative; margin:20px 0; padding:20px;}
.bloc-alerte p{color:#fff; font-size:1.2em;}
.bloc-alerte p strong{font-weight:bold; font-size:1.2em;}

.greenalerte{background:#090;}
.orangealerte{background:#FFA500;}
.redalerte{background:#E11500;}

/* ##########################################################################################################################################   */

.special_title{font-weight:bold !important; font-size:1.6em !important; line-height:1.1em !important; margin:40px 0 !important;}

.table-form td{padding:10px !important;}

.btn-inspection{position:relative; display:inline-block; height:35px; line-height:35px; padding:0 15px; background:#333; color:#fff; border-radius:7px;}
.btn-inspection:hover{cursor:pointer; background:#ccc; color:#000;}

.btn_remove,.btn_remove2,.btn_remove3,.btn_remove4,.btn_remove5,.btn_remove6{position:relative; display:inline-block; width:20px; height:20px; background:#f00; color:#fff; border:0; top:-8px;}
.btn_remove:hover,.btn_remove2:hover,.btn_remove3:hover,.btn_remove4:hover,.btn_remove5:hover,.btn_remove6:hover{opacity:0.5; cursor:pointer;}

.addlinebtn{background:#222; color:#fff; border:0; padding:5px 10px;}
.addlinebtn:hover{cursor:pointer; background:blue;}

/* ##########################################################################################################################################   */

.number-bullet{display:inline-block; vertical-align:middle; text-align:center; line-height:20px; width:20px; height:20px; background:#1b8417; color:#fff; border-radius:50%; margin-right:10px;}

/* ##########################################################################################################################################   */

.ul-cac{columns:3;}
.ul-cac li{list-style:none;}
.ul-cac2{columns:2;}
.ul-cac2 li{list-style:none;}
.ul-cac4{columns:4;}
.ul-cac4 li{list-style:none;}

/* ##########################################################################################################################################   */

/* ##########################################################################################################################################   */

/* ##########################################################################################################################################   */

/* ##########################################################################################################################################   */

/* ##########################################################################################################################################   */

#menucontainer li h2{
	text-align: right;
    padding: 10px 20px 10px 0;
    background: #333;
    color: #fff;
	margin:10px 0;
}

/* ##########################################################################################################################################   */

.print-content {
  display: none !important;
}

@media print {
  .print-content {
    display: block !important;
  }
  textarea {display: none !important;}
}


/* GENERAL FIXES  ###########################################################################################################################   */

.clear{
	clear:both;	
}