/*
 _     _ _              ____                  _          _____ _   _ 
| |   (_) |__  _ __ ___/ ___|  ___ _ ____   _(_) ___ ___| ____| | | |
| |   | | '_ \| '__/ _ \___ \ / _ \ '__\ \ / / |/ __/ _ \  _| | | | |
| |___| | |_) | | |  __/___) |  __/ |   \ V /| | (_|  __/ |___| |_| |
|_____|_|_.__/|_|  \___|____/ \___|_|    \_/ |_|\___\___|_____|\___/ 
*/


/**************** Fonts ****************/
@font-face
{
  font-family: "Raleway";
  src: url(/charter/fonts/Raleway/Raleway-Regular.woff2);
}

@font-face
{
  font-family: "Raleway";
  font-weight: bold;
  src: url(/charter/fonts/Raleway/Raleway-Bold.woff2);
}

@font-face
{
  font-family: "Raleway";
  font-weight: 600;
  src: url(/charter/fonts/Raleway/Raleway-SemiBold.woff2);
}

/**************** ??? ****************/
table
{
	font-size: 0.9em;
}

.tablesubtitle
{
	font-size: 0.8em;
}

/**************** GENERAL SETTINGS ****************/

body 
{
	margin: 0px;
	padding: 0px;
	color: #666666;
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
	line-height: 1.5;
	font-size: 14px;
}

p 
{
	margin-bottom: 10px;
    margin-top: 10px;
}

hr 
{
	border:dashed #CCC 1px;
	border-bottom:0px;
	border-left:0px;
	width:100%;
	margin: 10px 2px;
	padding: 0px 5px;
}


ul, ol 
{
	padding-left: 25px;
}

img.disabled
{
	opacity: 0.2;
}

/***** GENERIC Titles ******/

h1.big 
{
	font-size:45px;/** titre intro **/
}

h1,
h1 a,
h1 span,
h1 sup 
{
	/*color: #666666;*/
	color: #323232;
	font-size: 48px;
	font-family: Raleway, sans-serif;
	font-weight: bold;
	text-decoration: none;
	margin-top: 0;
	margin-bottom: .5rem;
	line-height: 1.1;
	text-transform: uppercase;
	text-align: center;
}

h2,
h2 a,
h2 span
{
	/*color:#0084FF;*/
	font-family: Raleway, sans-serif;
	font-weight: bold;
	font-size: 32px;
	margin-top: 0;
	margin-bottom: .5rem;
	text-decoration: none;
	line-height: 1.13;
}

h3,
h3 a,
h3 span
{
	/*color: #0084FF;*/
	font-weight: bold;
	font-size: 26px;
	font-family: Raleway, sans-serif;
	text-transform: none;
	margin-top: 0;
	margin-bottom: .5rem;
	line-height: 1.13;
}

blockquote
{
    background-color: #f8f8f8;
    border-radius: 0 4px 4px 0;
    color: #323232;
    padding: 15px 15px;
    border-left: 5px solid #0091ea;
    font-weight: 600;
    margin: 0 0 1rem;
}




/**************** GENERIC COMPOSANTS ****************/

.count 
{
	color:#f9b536;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:25px;
	display:block;
}

.datehour 
{
	font-style:italic;
	font-size:11px;
	color:#666;
	margin-right:10px;
}

.left 
{
	text-align: left;
}

/* Used to set width cell in table as narrower as possible. */
.narrower 
{
	width: 10px;
}

.center
{
	text-align: center;
}

.center_block
{
	display: flex; 
	justify-content: center;
}

.right
{
	text-align: right;
}

.italic
{
    font-style: italic;
}

.underline
{
	text-decoration: underline;
}

.bold
{
	font-weight: bold;
}

.unresizable
{
	resize: none;
}

.shift_right
{
	/* Useful with second button */
	display:inline-block;
	float:right;
}

.without
{
	list-style-type:none;
}

.background_green
{
	background-color: #dff0d8;
}

.background_yellow
{
	background-color: #fffbbb;
}

.background_orange
{
    background-color: #FFCBA4;
}

.background_red
{
    background-color: red;
}


.caution
{
	background-color: #fffbbb;
}

.warning
{
	background-color: #f58e1c;
}

.alert,
.redalert
{
	background-color: red;
}

/***** GENERIC COLUMNS *****/

.row
{
	display: block;
}

.column {
	display: inline-block;
	vertical-align: top;
}

/***** GENERIC BUTTONS *****/

/*******/
.button 
{
  background-color: #e7e7e7;
  border: none;
  color: black;
  padding: 4px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  width: 90px;
}

.button-hero 
{
    background-color : #0091ea;
    border-radius: 20px;
	color: #fff;
    cursor: pointer;
	font-size: 14pt;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 10px;
    padding: 8px 20px;
    text-align: center;
    text-decoration : none;
    text-transform: uppercase;
    transition: all 0.5s;
    width: 170px;
}

.button-hero-square
{
	background-color: #0277bd;
	border-radius: 10px;
    color: #fff;
    display: inline-block;
	font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
	line-height: 1.59;
    margin-bottom: 5px;
    padding: 4px 8px;
    text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.button:hover 
{
	font-weight: bold;
}

.unselected
{
	background-color: #e7e7e7;
	color: black;
}

.selected
{
	background-color: #008CBA;
	color: white;
}


/******/




 /* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
} 


/***** GENERIC TABLES *****/

table a 
{
	text-decoration:none;
}

.center_table
{
	margin-left: auto;
	margin-right: auto;
}

.td_number 
{
	text-align: right;
	/*width: 75px;*/
}

.first_column_valign_top > tr > td:first-child
{
	vertical-align: top;
}

table > thead > tr.active > td,
table > thead > tr.active > th,
table > thead > tr > td.active,
table > thead > tr > th.active,
table > tbody > tr.active > td,
table > tbody > tr.active > th,
table > tbody > tr > td.active,
table > tr > td.active,
table > tbody > tr > th.active,
table > tr > th.active,
table > tfoot > tr.active > td,
table > tfoot > tr.active > th,
table > tfoot > tr > td.active,
table > tfoot > tr > th.active
{
    background-color: #e5e5e5;
}

table > thead > tr.comment > td,
table > thead > tr.comment > th,
table > thead > tr > td.comment,
table > thead > tr > th.comment,
table > tbody > tr.comment > td,
table > tbody > tr.comment > th,
table > tbody > tr > td.comment,
table > tr > td.comment,
table > tbody > tr > th.comment,
table > tr > th.comment,
table > tfoot > tr.comment > td,
table > tfoot > tr.comment > th,
table > tfoot > tr > td.comment,
table > tfoot > tr > th.comment	
{
    background-color: #ececec;
}

table > thead > tr.info > td,
table > thead > tr.info > th,
table > thead > tr > td.info,
table > thead > tr > th.info,
table > tbody > tr.info > td,
table > tbody > tr.info > th,
table > tbody > tr > td.info,
table > tr > td.info,
table > tbody > tr > th.info,
table > tr > th.info,
table > tfoot > tr.info > td,
table > tfoot > tr.info > th,
table > tfoot > tr > td.info,
table > tfoot > tr > th.info
{
    background-color: #d9edf7;
}

table > thead > tr.success > td,
table > thead > tr.success > th,
table > thead > tr > td.success,
table > thead > tr > th.success,
table > tbody > tr.success > td,
table > tbody > tr.success > th,
table > tbody > tr > td.success,
table > tr > td.success,
table > tbody > tr > th.success,
table > tr > th.success,
table > tfoot > tr.success > td,
table > tfoot > tr.success > th,
table > tfoot > tr > td.success,
table > tfoot > tr > th.success
{
    background-color: #dff0d8;
}

table > thead > tr.caution > td,
table > thead > tr.caution > th,
table > thead > tr > td.caution,
table > thead > tr > th.caution,
table > tbody > tr.caution > td,
table > tbody > tr.caution > th,
table > tbody > tr > td.caution,
table > tr > td.caution,
table > tbody > tr > th.caution,
table > tr > th.caution,
table > tfoot > tr.caution > td,
table > tfoot > tr.caution > th,
table > tfoot > tr > td.caution,
table > tfoot > tr > th.caution
{
    background-color: #fffbbb;
}

table > thead > tr.warning > td,
table > thead > tr.warning > th,
table > thead > tr > td.warning,
table > thead > tr > th.warning,
table > tbody > tr.warning > td,
table > tbody > tr.warning > th,
table > tbody > tr > td.warning,
table > tr > td.warning,
table > tbody > tr > th.warning,
table > tr > th.warning,
table > tfoot > tr.warning > td,
table > tfoot > tr.warning > th,
table > tfoot > tr > td.warning,
table > tfoot > tr > th.warning
{
    background-color: #f58e1c;
}

table > thead > tr.alert > td,
table > thead > tr.alert > th,
table > thead > tr > td.alert,
table > thead > tr > th.alert,
table > tbody > tr.alert > td,
table > tbody > tr.alert > th,
table > tbody > tr > td.alert,
table > tr > td.alert,
table > tbody > tr > th.alert,
table > tr > th.alert,
table > tfoot > tr.alert > td,
table > tfoot > tr.alert > th,
table > tfoot > tr > td.alert,
table > tfoot > tr > th.alert
{
    background-color: red;
}

table > thead > tr.danger > td,
table > thead > tr.danger > th,
table > thead > tr > td.danger,
table > thead > tr > th.danger,
table > tbody > tr.danger > td,
table > tbody > tr.danger > th,
table > tbody > tr > td.danger,
table > tr > td.danger,
table > tbody > tr > th.danger,
table > tr > th.danger,
table > tfoot > tr.danger > td,
table > tfoot > tr.danger > th,
table > tfoot > tr > td.danger,
table > tfoot > tr > th.danger
{
    background-color: #ff0000;
}

/*******/
.hovertable > tbody > tr.active:hover > td,
.hovertable > tbody > tr.active:hover > th,
.hovertable > tbody > tr:hover > .active,
.hovertable > tbody > tr > td.active:hover,
.hovertable > tbody > tr > th.active:hover,
.hovertable > tr.active:hover > td,
.hovertable > tr.active:hover > th,
.hovertable > tr:hover > .active,
.hovertable > tr > td.active:hover,
.hovertable > tr > th.active:hover
{
    background-color: #d5d5d5;
}

.hovertable > tbody > tr.info:hover > td,
.hovertable > tbody > tr.info:hover > th,
.hovertable > tbody > tr:hover > .info,
.hovertable > tbody > tr > td.info:hover,
.hovertable > tbody > tr > th.info:hover,
.hovertable > tr.info:hover > td,
.hovertable > tr.info:hover > th,
.hovertable > tr:hover > .info,
.hovertable > tr > td.info:hover,
.hovertable > tr > th.info:hover
{
    background-color: #d0e0f0;
}

.hovertable > tbody > tr.success:hover > td,
.hovertable > tbody > tr.success:hover > th,
.hovertable > tbody > tr:hover > .success,
.hovertable > tbody > tr > td.success:hover,
.hovertable > tbody > tr > th.success:hover,
.hovertable > tr.success:hover > td,
.hovertable > tr.success:hover > th,
.hovertable > tr:hover > .success,
.hovertable > tr > td.success:hover,
.hovertable > tr > th.success:hover
{
    background-color: #d0e9c6;
}

.hovertable > tbody > tr.warning:hover > td,
.hovertable > tbody > tr.warning:hover > th,
.hovertable > tbody > tr:hover > .warning,
.hovertable > tbody > tr > td.warning:hover,
.hovertable > tbody > tr > th.warning:hover,
.hovertable > tr.warning:hover > td,
.hovertable > tr.warning:hover > th,
.hovertable > tr:hover > .warning,
.hovertable > tr > td.warning:hover,
.hovertable > tr > th.warning:hover
{
    background-color: #eae5c3;
}

.hovertable > tbody > tr.alert:hover > td,
.hovertable > tbody > tr.alert:hover > th,
.hovertable > tbody > tr:hover > .alert,
.hovertable > tbody > tr > td.alert:hover,
.hovertable > tbody > tr > th.alert:hover,
.hovertable > tr.alert:hover > td,
.hovertable > tr.alert:hover > th,
.hovertable > tr:hover > .alert,
.hovertable > tr > td.alert:hover,
.hovertable > tr > th.alert:hover
{
    background-color: #f0bb94;
}

.hovertable > tbody > tr.danger:hover > td,
.hovertable > tbody > tr.danger:hover > th,
.hovertable > tbody > tr:hover > .danger,
.hovertable > tbody > tr > td.danger:hover,
.hovertable > tbody > tr > th.danger:hover,
.hovertable > tr.danger:hover > td,
.hovertable > tr.danger:hover > th,
.hovertable > tr:hover > .danger,
.hovertable > tr > td.danger:hover,
.hovertable > tr > th.danger:hover
{
    background-color: #e00000;
}

/*******/

.table_default
{
	border-spacing:0px;
	border-collapse:collapse;
	width:100%;
}

.table_default > tr > th,
.table_default > thead > tr > th,
.table_default > tbody > tr > th
{
	/*background-color:;*/
	border-collapse:collapse;
	text-align:left;	
	font-weight:bold;
	padding:5px;
	font-size:13px;
	background:url("/charter/line.png") #D9DADB right no-repeat;
}

.table_default > tr:hover,
.table_default > tbody > tr:hover
{
	background-color:#ECECEC;
}

.table_default > tr > td,
.table_default > tbody > tr > td
{
	vertical-align:top;
	padding:5px;
	margin-top:15px;
	margin-bottom:15px;
}

/*******/

.table_classic
{
	border:0px;
	width:100%;
	margin: 0;
	border-collapse: collapse;
}

.table_classic > tr > th,
.table_classic > thead > tr > th, 
.table_classic > tbody > tr > th
{
	background-color:#ECECEC;
	border:1px solid #DCDCDC;
	margin: 5px;
	padding: 5px;
}

.table_classic > tr > td,
.table_classic > tbody > tr > td,
.table_classic > tfoot > tr > td
{
	border:1px solid #ECECEC;
	margin: 5px;
	padding: 5px;
}

.table_classic > tr:hover,
.table_classic > tbody > tr:hover
{
    background-color:#ECECEC;
}


/*******/

.table_glued
{
	border:0px;
	width:100%;
	border-collapse: collapse;
}

.table_glued > tr > th,
.table_glued > tbody > tr > th
{
	background-color:#ECECEC;
	border:0px;
}

.table_glued > tr > td,
.table_glued > tbody > tr > td {
	border:1px solid #ECECEC;
}

/*******/
.table_simple
{
	border: 0px solid red;
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
	margin: 0;
	padding: 0;
}


.table_simple > tr > th,
.table_simple > tbody > tr > th
{
	color: #2e2d30;
	border: 0px none red;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
	font-weight: 550;
	margin: 0;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
	font-size: 13px;
	vertical-align: top;
}

.table_simple > tr,
.table_simple > tbody > tr
{
	border: 0px none red;
	border-collapse: collapse;
	border-spacing: 0;
}

.table_simple > tr:hover,
.table_simple > tbody > tr:hover
{
	background-color: #d9dadb;
}

.table_simple > tr > td,
.table_simple > tbody > tr > td
{
	vertical-align: top;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px;
	border: 0px none red;
	border-spacing: 0;
	border-collapse: collapse;
	color: #6f6e60;  /* #2e2d30; */
}

/************************************************/
.content_title,
.content_title a,
.content_title span
{
	font-family: ITCAvantGardeStd-Md, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#0084FF;
	font-size:20px;
	padding-top:20px;
	margin-bottom:10px;
	text-decoration: none;
}

.content_subtitle,
.content_subtitle a,
.content_subtitle span
{
	color:#0084FF;
	font-weight:normal;
	font-size:15px;
	margin-top:5x;
	font-family: ITCAvantGardeStd-Md, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.content_infos img,
.content_infos a img
{
	width: 50px;
	height: 50px;
	padding-top:0;
	padding-bottom: 0;
	vertical-align: middle;
}

.td_icon_alone
{
	margin: 0 !important;
	padding: 0 0 !important;
	text-align: center;
}

.td_icon_alone a img,
.td_icon_alone img
{
	width: 25px;
	height: 25px;
	padding: 0;
	vertical-align: middle;
}

.legend img
{
	width: 16px;
	height: 16px;
	padding: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
}

.legend .column
{
	margin-top: 5px;
	margin-left: 25px;
	font-size: 12px;
	text-align: left;
}

.bg_ok
{
	background-color : none;
}

.bg_warning
{
	background-color : yellow;
}

.bg_alert
{
	background-color : orange;
}

.bg_error
{
	background-color : red;
}

.bg_over
{
	background-color : grey;
}

.bg_void
{
	background-color : rgb(54, 162, 235, 0.2);
}

.chartborder
{
	border: 1px solid #e7e7e7;
}

/************************************************/
/* FOOTER */
/************************************************/
#headerbox
{
	background-color: #0091ea;
	display: block;
	width: 100%;
	height: 104px;
}

.container
{
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	width: 1140px;
}

.headerbox-brand
{
	color: #fff;
	font-weight: 600;
	font-size: 36px;
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    white-space: normal;
    text-decoration: none;
    text-transform: none;
    width: 250px;
    line-height: 1em;
}

.headerbox-brand-logo
{
	width: 50px;
	height: 50px;
	vertical-align: text-bottom;
}
	
.headerbox-menu
{
	text-align: right;
	margin-right: auto !important;
	display: inline-block;
	vertical-align: top;
	padding-top: 42px;
}

.headerbox-menu a
{
	text-align: right;
}

.headerbox-menu-button
{
	color: #fefeff;
	font-size: 14pt;	
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding: 9px 18px;
	border-radius: 15px;
	transition: all 0.5s;
}

#footerbox
{
	text-align: center;
	width: 100%;
}

.footerbox-top
{
	color: #fff;
	background-color: #0277bd;
	padding: 50px 0;
	width: 100%;	
}

.footerbox-top .row
{
	width: 1140px;
	margin: 0 auto;
}

.footerbox-top .column
{
	width: 255px;
	padding: 0 10px;
	text-align: left;
}

.footerbox-top h1
{
	color: #fff;
	font-size: 36px;
	width: 100%;
	text-align: left;
	text-transform: none;
}

.footerbox-top h2
{
	color: #fff;
	font-size: 18px;
	width: 100%;	
}

.footerbox-top h3
{
	color: #fff;
	width: 100%;
	font-size: 18px;
}

.footerbox-top ul
{
	margin-left: 0;
	padding-left: 0;	
}

.footerbox-top li
{
	list-style: none;	
}

.footerbox-top a
{
	color: #fff;
	text-decoration: none;	
}


.footerbox-bottom
{
	background-color: #004f7f;
	padding: 20px 0;
	margin: 0;
	width: 100%;
}

.footerbox-bottom p
{
	color: #fff;
	padding: 0;
	margin: 0;
    font-size: 14px;
}

.puce-fa
{
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #1c85c4;
	margin-bottom: 10px;
	padding-bottom: 12px;
	font-size: 14px;
}

.puce-fa > span
{
	margin-right: 10px;	
}

.puce-fa-body
{
    flex: 1;
}

.puce-fa-body p
{
	line-height: 1.5;
	margin-top: -5px;
	margin-bottom: 4px;
	font-size: 14px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.clearfix::after
{
  content: "";
  clear: both;
  display: table;
}