/*!
 * Charte Graphique V3
 */

/** FONTS */
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 300;
	src: local('Source Sans Pro Light'), local('SourceSansPro-Light'),
		url('../fonts/SourceSansPro/SourceSansPro-Light.ttf');
}

@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 400;
	src: local('Source Sans Pro'), local('SourceSansPro-Regular'),
		url('../fonts/SourceSansPro/SourceSansPro-Regular.ttf');
}

@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 700;
	src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'),
		url('../fonts/SourceSansPro/SourceSansPro-Bold.ttf');
}

@font-face {
	font-family: 'Source Sans Pro';
	font-style: italic;
	font-weight: 300;
	src: local('Source Sans Pro Light Italic'),
		local('SourceSansPro-LightIt'),
		url('../fonts/SourceSansPro/SourceSansPro-LightItalic.ttf');
}

@font-face {
	font-family: 'Source Sans Pro';
	font-style: italic;
	font-weight: 400;
	src: local('Source Sans Pro Italic'), local('SourceSansPro-It'),
		url('../fonts/SourceSansPro/SourceSansPro-Italic.ttf');
}

@font-face {
	font-family: 'Source Sans Pro';
	font-style: italic;
	font-weight: 700;
	src: local('Source Sans Pro Bold Italic'), local('SourceSansPro-BoldIt'),
		url('../fonts/SourceSansPro/SourceSansPro-BoldItalic.ttf');
}

@font-face {
  font-family: 'Scala Sans';
  src: url('../fonts/ScalaSans-hinted/hinted-ScalaSans-RegularLF.eot');
  src: url('../fonts/ScalaSans-hinted/hinted-ScalaSans-RegularLF.eot?#iefix') format('embedded-opentype'), url('../fonts/ScalaSans-hinted/hinted-ScalaSans-RegularLF.woff') format('woff'), url('../fonts/ScalaSans-hinted/hinted-ScalaSans-RegularLF.ttf') format('truetype'), url('../fonts/ScalaSans-hinted/hinted-ScalaSans-RegularLF.svg#ScalaSans-RegularLF') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Scala Sans';
  src: url('../fonts/ScalaSans-hinted/hinted-ScalaSans-BoldLF.eot');
  src: url('../fonts/ScalaSans-hinted/hinted-ScalaSans-BoldLF.eot?#iefix') format('embedded-opentype'), url('../fonts/ScalaSans-hinted/hinted-ScalaSans-BoldLF.woff') format('woff'), url('../fonts/ScalaSans-hinted/hinted-ScalaSans-BoldLF.ttf') format('truetype'), url('../fonts/ScalaSans-hinted/hinted-ScalaSans-BoldLF.svg#ScalaSans-BoldLF') format('svg');
  font-weight: bold;
  font-style: normal;
}

/** FOOTER */
.footer {
  background-color: #e6e6e6;
  color: #5a5a5a;
  padding: 0em !important;
  height: auto;
  min-height: 2.5em;
  line-height: 2.5em;
  font-size: .875rem;
}

.footer .row-element {
	min-height: 2.5em !important;
}

.footer a {
  color: #5a5a5a;
  -webkit-transition: color 0.3s, background-color 0.35s;
  -moz-transition: color 0.3s, background-color 0.35s;
  transition: color 0.3s, background-color 0.35s;
  text-decoration: none;
}

.footer a:visited,
.footer a:active,
.footer a:focus {
  color: #5a5a5a;
}
.footer a:hover {
  color: #a2a2a2;
}

.footer a:hover,
.footer a:focus {
  text-decoration: underline;
}

.footer span,
.footer a {
  white-space: normal;
}

/** GENERIC */
html {
	font-family: 'Source Sans Pro', sans-serif;
	color: rgb(1, 57, 99);
    height: 100%;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
	margin: 0;
    color: rgb(1, 57, 99);
    background-color: #f3f3f3;
    /*min-height: 100%;
    position: relative;
    padding-bottom: 5rem;*/
}

h1 {
	font-family: "Scala Sans", sans-serif;
	color: rgb(1, 71, 125);
	font-size: 2em;
	line-height: 2.5rem;
	font-weight: bold;
}

h2 {
	color: rgb(1, 71, 125);
	font-size: 1.5em;
	line-height: 2.25rem;
	font-weight: 400;
	margin-top: 5px;
}

h3 {
	color: rgb(1, 71, 125);
	font-size: 1.125em;
	line-height: 1.75rem;
	font-weight: 400;
}

h4 {
	color: rgb(1, 71, 125);
	font-size: 1em;
	line-height: 1.25rem;
	font-weight: 400;
}

h5 {
	color: rgb(1, 71, 125);
	font-size: 0.875em;
	line-height: 1.125rem;
	font-weight: 400;
}

h5 {
	color: rgb(1, 71, 125);
	font-size: 0.75em;
	line-height: 0.875rem;
	font-weight: 400;
}

p {
	font-size: 1em;
	line-height: 1.5rem;
	font-weight: 300;
	margin-top: 1em;
}

a {
	color: rgb(1, 86, 150);
	background-color: transparent;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 300;
}

a:hover {
	color: rgb(2, 144, 251);
}

/** LISTES */
ul {
	font-size: 1em;
	line-height: 1.5rem;
	font-weight: 300;
}

.container-fluid {
	max-width: 1200px;
	background-color: #FFF;
	padding-left: 0;
	padding-right: 0;
}

label {
	color: #013963;
}

.main-content {
    overflow: auto;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-top: 1rem;
    min-height:40em;
}

.row {
	margin-right: 0;
	margin-left: 0;
}

.row-element {
	min-height: 2.94em;
	margin-top: 10px;
	position: relative;
}

div .row-text-element:first-child {
	margin-top: 1rem;
}

div .row-text-element:last-child {
	margin-bottom: 1rem;
}

.row-text-element {
	margin-bottom: 0.5rem;
	margin-top: 0.5rem;
	position: relative;
}

div .row-element:first-child {
	margin-top: 0.2em;
}

.clear-both {
	clear: both;
}

.nav-boutons {
    width: 100%;
    text-align: right;
}

.nav-boutons .btn, .modal-footer .btn { 
	margin-left: 30px;
}

.nav-boutons .btn.float-xs-left {
	margin-left: 0;
	margin-right: 30px;
}

.input-input-effect {
	position: absolute;
	top: 0px;
	left: 0px;
	padding-left: 5px !important;
	height: 1.6875em !important;
	width: 100%;
	line-height: 1em;
}

.input-textarea-effect {
	top: 0px;
	left: 0px;
	padding-left: 5px !important;
	width: 100%;
	border: 2px solid #d4d4d4;
}

.input-textarea-effect2 {
	top: 0px;
	left: 0px;
	padding-left: 5px !important;
	width: 100%;
	border: 2px solid #d4d4d4;
	height: 8em;
}

.input-ok {
	border-color: #5bbe86 !important;
	color: #050708 !important;
	background: #fff url("../images/divers/OK.png") no-repeat 99.5% 49% !important;
}

.input-ko {
	border-color: #dc5142 !important;
	color: #dc5142 !important;
	background: #fff url("../images/divers/KO.png") no-repeat 99.5% 49% !important;
}

.label-input-effect {
	position: absolute;
	z-index: 50;
	top: 0.25em;
	left: 7px;
	font-size: 0.8125em !important;
}

.label-input-effect-message {
	position: absolute;
	top: -1.375em;
    right: 0;
	font-size: 0.8125em !important;
	color: #a0a0a0;
}

.label-textarea-effect-message {
	position: absolute;
	top: -20px;
    right: 0;
	font-size: 0.8125em !important;
	color: #a0a0a0;
}

.browser-default_X {
	color: rgb(1, 57, 99);
	border-color: #d4d4d4;
	border-width: 2px !important;
	width: 100%;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
}

.disabled-input {
	background-color: #ebebe4;
	border: 2px #d4d4d4 solid;
    min-height: 27px;
    padding: 0 0 0 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	right: 0;
	left: 0;
	z-index: 100;
	background-color: #ffffff;
	border: 2px solid #d4d4d4;
	min-width: 400px;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	top: 1.5em;
	box-shadow: 5px 8px 30px -10px #101010;
}

.dropdown-content a {
	color: #000000;
}

.dropdown-header {
	background-color: #e6e6e6;
	color: #000000;
    line-height: 1.25rem;
}

.dropdown-content a {
	padding: 6px 2.5rem;
	text-decoration: none;
	display: block;
}

.dropdown-content a:hover {
	background-color: #f3920d;
}

.dropdown:hover .dropdown-content {
	display: block;
}

.dropdown .dropdown-content a:last-child {
	border-bottom: none;
}

.raison_sociale {
	border: 2px #d4d4d4 solid;
	width: 100%;
	height: 27px;
	padding-left: 5px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}

.card-block {
	padding: 0;
	padding-top: 1rem;
}

.card {
	background-color: #E6E6E6;
	/* Pour mieux voir les blocs */
	/*background-color: #e4e4e4;*/
	padding: 1rem;
	margin-bottom: 15px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 0px solid #000000;
}

.card-container>.card:last-child {
	margin-bottom: 0;
}

.card-text {
	padding: 20px 0 15px 0;
    overflow: hidden;
}

.col-sm-6>.row-element:first-child,
.col-sm-12>.row-element:first-child {
	margin-top: 0;
}

.fil-ariane {
	margin-left: 15px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.text-align-left {
	text-align: left;
}

.text-align-center {
	text-align: center;
}

.card-container {
	padding: 0px 0px 15px 0px;
}

.button .icon {
	float: left;
	font-size: 1rem;
}

.card-title .icon:before {
    margin-right: 1rem;
}

.card-title {
	color: rgb(1, 71, 125);
	line-height: 1;
}

.card-title-texte {
	font-size: 1.5em;
	font-weight: 400;
	/*margin-left: 1rem;*/
    max-width: 80%;
}

.breadcrumb {
    padding-left: 0;
    padding-top: 0;
    margin-bottom: 0;
    background-color: inherit;
}

.breadcrumb > .dropdown {
	height: 1.6em;
    width: 1.6em;
}

.breadcrumb-item::before {
	display: inline-block;
	padding-right: 0.5rem;
	padding-left: 0.5rem;
	color: inherit;
	content: ">";
}

.breadcrumb-item+.breadcrumb-item::before {
	padding-right: 0.5rem;
	padding-left: 0.5rem;
	color: inherit;
	content: ">";
}

input[type="text"],input[type="password"], textarea[type="text"] {
	color: rgb(1, 57, 99);
	border: 2px solid #d4d4d4;
	border-radius: 4px;
	padding: 3px;
}
td input[type="checkbox"]{
	cursor: pointer;
	transform: scale(1.4);
}
th input[type="checkbox"]{
	cursor: pointer;
	transform: scale(1.2);
}
.validationInput,.inputValidator {
    padding-right: 5% !important;
}

.validationInput:focus,.inputValidator:focus {
    outline: none;
}

.message-ko {
	color: #dc5142 !important;
}

.label-default {
	font-size: 0.8125rem;
	color: rgb(1, 57, 99);
	margin-bottom: 0;
}

.label-link {
	color: #015696;
	text-decoration: underline;
}

.label-link:hover {
	color: #0290fb;
}

.mdp {
	margin-left: 20px;
	width: auto;
	border: 1px #eb5f46 solid;
	padding-right: 5px;
	padding-left: 5px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}

.nav-boutons input[type="button"]:not(:last-child ),.nav-boutons input[type="submit"]:not(:last-child ) {
	margin-right: 30px;
}

.btn-bg {
    background: #e9e9e9 url(img/OK.PNG) 16px 2px no-repeat;
}


/**** Boutons *****/

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button,
select {
  text-transform: none;
}
button {
  overflow: visible;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  border-color: transparent;
  box-shadow: none !important;
  text-shadow: none;
  background: transparent;
}
button[type=submit],
input[type=button],
input[type=reset],
input[type=submit],
.btn {
  display: inline-block;
  padding: 0.5em 1em;
  margin-bottom: 0;
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 2px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  text-shadow: none;
  text-transform: uppercase;
  min-width: 12.5rem;
}
.btn-default {
  color: #015696 !important;
  border-color: #d4d4d4 !important;
  background-color: #e6e6e6 !important;
  transition: background-color 0.35s, color 0.45s !important;
  text-decoration: none;
  /* Better Font Rendering ===========
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
}
.btn-default:hover {
  background-color: #ffffff !important;
  color: #015696 !important;
  border-color: #015696 !important;
  font-weight: bold;
}
.btn-default-light {
  color: #015696 !important;
  border-color: #d4d4d4 !important;
  background-color: #fff !important;
  transition: background-color 0.35s, color 0.45s !important;
  text-decoration: none;
  /* Better Font Rendering ===========
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
}
.btn-default-light:hover {
  background-color: #e6e6e6 !important;
  color: #0290fb !important;
}
.btn-primary {
  color: #e6e6e6 !important;
  border-color: #015696 !important;
  background-color: #015696 !important;
  transition: background-color 0.35s, color 0.45s !important;
  text-decoration: none;
  /* Better Font Rendering ===========
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
}
.btn-primary:hover {
  background-color: #0173c9 !important;
  color: #ffffff !important;
}

.groupe-onglets .btn-primary:hover {
    background-color: #025aa5 !important;
}

.btn-primary-light {
  color: #015696 !important;
  border-color: #015696 !important;
  background-color: #fff !important;
  transition: background-color 0.35s, color 0.45s !important;
  text-decoration: none;
  /* Better Font Rendering ===========
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
}
.btn-primary-light:hover {
  background-color: #e6e6e6 !important;
  color: #0290fb !important;
}
.btn-secondary {
  color: #015696 !important;
  border-color: #f3920d !important;
  background-color: #f3920d !important;
  transition: background-color 0.35s, color 0.45s !important;
  text-decoration: none;
  /* Better Font Rendering ===========
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
}
.btn-secondary:hover {
  background-color: #f5a83e !important;
  color: #0290fb !important;
}
.btn-secondary-light {
  color: #015696 !important;
  border-color: #f3920d !important;
  background-color: #fff !important;
  transition: background-color 0.35s, color 0.45s !important;
  text-decoration: none;
  /* Better Font Rendering ===========
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
}
.btn-secondary-light:hover {
  background-color: #e6e6e6 !important;
  color: #0290fb !important;
}

.btn [class^="icon-"],
.btn [class*=" icon-"] {
  transform: translate3d(0, 1px, 0);
  display: inline-block;
}

/**** Icones/puces *****/

.icon-xs {
  font-size: 1rem !important;
}
.icon-sm {
  font-size: 1.5rem !important;
}
.icon-md {
  font-size: 2rem !important;
}
.icon-lg {
  font-size: 2.5rem !important;
}
.icon-xl {
  font-size: 3rem !important;
}
/*********************/
.icon-c3s-white {
	background: url(../images/icones/c3s-white.png);
    background-repeat: no-repeat;
    width: 28px;
    height: 30px;
    display: block;
    background-size: 90px;
    background-position: -29px -31px;
}

.icon-c3s-blue-small {
	background: url(../images/icones/c3s-blue.png);
    background-repeat: no-repeat;
    width: 28px;
    height: 30px;
    display: block;
    background-size: 14px;
    background-position: -29px -31px;
}
/**** Fin Icones/puces *****/

/**** Tables *****/

table tr {
	text-align: left;
	vertical-align: top;
}

.table {
	font-size: 0.875rem;
	vertical-align: middle;
	margin: auto;
}

.table th {
	font-family: "Scala Sans", sans-serif;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: normal;
	color: #013963;
	text-align: left;
	vertical-align: top;
	border: none;
}

.table thead th {
	border: none;
	vertical-align: middle;
}

.table thead tr {
	background-color: #e6e6e6;
}

.table tbody tr {
	height: 100%;
}

.table thead tr:first-child {
	border-top: 1px solid #d4d4d4;
}

.table thead tr:first-child.super-title {
	border: none;
	background-color: transparent !important;
	border-bottom: 1px solid #d4d4d4;
}

.table thead tr.narrow-row th {
	padding-top: 0;
	padding-bottom: 0;
}

.table thead tr:last-child {
	border-bottom: 3px solid #013963;
}

.table thead tr.title-row th {
	padding-bottom: 0;
	padding-top: 0;
	height: 2.3rem;
	vertical-align: bottom;
	background-position-y: 70%;
}

.table thead tr:last-child th {
	padding-bottom: 0.75rem;
}

.table:not(.complexTable) tbody tr:not(.details):hover {
	background-color:#d4d4d4 !important;
}
	
.table-color-border table,.table-color-border th,.table-color-border td
	{
	border-color: rgb(1, 57, 99) !important;
}

.table-white-border,.table-white-border th,.table-white-border td {
	border-color: white;
}

.table input[type="text"] {
	min-width: 70px;
}

table.table tbody tr.even {
	background-color: #e6e6e6;
}

table.table tbody tr.odd {
	background-color: #fff;
}

table.table tbody tr.desactivated {
	background-color: #a3a3a3;
}

.file-selectionnee {
	background-color: #015696 !important;
	color: #d4d4d4 !important;
}

.file-selectionnee:not (.details ) {
	text-align: center;
}

.table .icon-container .icon {
	color: #e6e6e6;
	font-size: 1.75em;
	cursor: pointer;
	vertical-align: middle;
}

.tooltip-inner {
	background-color: #eceeef;
	color: rgb(1, 57, 99);
}

.tooltip-inner::before {
	border-top-color: #eceeef !important;
}
/**** Fin Tables *****/

/** Datatables **/

table.dataTable thead .sorting_asc {
    background-image: url(../datatable/1.10.12/images/sort_asc.png);
    background-size: 0.625em 0.9375em;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    background-repeat: no-repeat;	
    background-position: 95% 65%;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc {
    cursor: pointer;
}

table.dataTable thead .sorting {
    background-image: url(../datatable/1.10.12/images/sort_both.png);
    background-size: 0.625em 0.9375em;
}

table.dataTable thead .sorting_desc {
    background-image: url(../datatable/1.10.12/images/sort_desc.png);
    background-size: 0.625em 0.9375em;
}

.dataTables_scrollHeadInner {
    /* Fix des input de recherche trop grands */
    box-sizing: inherit !important;
    /* Plus "smooth" quand on agrandi/réduit la taille de la fenêtre progressivement */
    width: 100% !important;
}

/** */

.carousel a {
	font-weight: normal;
}

#accueil-bloc-declaration .slick-next:before, 
#accueil-bloc-declaration .slick-prev:before {
    content: none;
}

#accueil-bloc-declaration .slick-disabled {
    opacity: 0.25;
    cursor: default;
}

#accueil-bloc-declaration .slick-arrow {
    z-index: 50;
    height: 36px;
    width: 20px;
}

.bloc-accueil-bas-item-bouton.vertical-center {
    display: flex !important;
}

.span-link-disabled {
    background-color: #d4d4d4;
    color: #888888;  
    font-weight: 300; 
    pointer-events: none; 
    cursor: default;
}
 .slick-dots {
    bottom:-30px;
}

#accueil-bloc-declaration .slick-dots li button:before
{
    font-size: 16px;
}

.bold {
    font-weight:bold;
}

/* Fix de la double ligne dans le body */
.dataTables_scrollBody thead tr {
    visibility: collapse;
    height: 0 !important;
    border: none !important;
}

/* Fix du message "processing..." */
.dataTables_processing {
    position: absolute;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    z-index: 50;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100px;
    margin-left: -50%;
    margin-top: -2.8%;
    padding-top: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: white;
    background: -webkit-gradientlinear-gradient(to right, rgba(252, 252, 252, 0.75) 0%, rgba(232, 232, 232, 0.90) 50%, rgba(255, 255, 255, 0.75) 100%);
    background: -webkit-linear-gradientlinear-gradient(to right, rgba(252, 252, 252, 0.75) 0%, rgba(232, 232, 232, 0.90) 50%, rgba(255, 255, 255, 0.75) 100%);
    background: -moz-linear-gradientlinear-gradient(to right, rgba(252, 252, 252, 0.75) 0%, rgba(232, 232, 232, 0.90) 50%, rgba(255, 255, 255, 0.75) 100%);
    background: -ms-linear-gradientlinear-gradient(to right, rgba(252, 252, 252, 0.75) 0%, rgba(232, 232, 232, 0.90) 50%, rgba(255, 255, 255, 0.75) 100%);
    background: -o-linear-gradientlinear-gradient(to right, rgba(252, 252, 252, 0.75) 0%, rgba(232, 232, 232, 0.90) 50%, rgba(255, 255, 255, 0.75) 100%);
    background: linear-gradient(to right, rgba(252, 252, 252, 0.75) 0%, rgba(232, 232, 232, 0.90) 50%, rgba(255, 255, 255, 0.75) 100%)
}

.dataTables_wrapper {
    position: relative;
}

.datatable-child-selectionne {
    background-color: #015696 !important;
    color: #d4d4d4 !important;
}
        
.nowrap-ellipsis { 
    max-width: 100px; 
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
}

/** Fin Datatables **/


.texteInvisible {
    position: absolute;
    left: -10000px;
}


/** Drag And Drop **/

#tableauDragAndDrop {
	width: 75%;
	border: 1px solid #d4d4d4;
}	
	
.th-DragAndDrop {
	text-align: center !important;
	font-weight: bold !important;
}
		
.col-ul-DragAndDrop {
 	background-color: white; 
}
		
.liste-boutons-DragAndDrop {
	text-align: center !important;
}
		
.btn-DragAndDrop {
	min-width: 4em;
	margin: 0.4em;
	font-size: 1em;
}

/* Style d'une liste drag and drop */
.connectedSortable{				
	padding : 0px;
	margin : 0px;
	height : 6em;	
	min-height: 20em !important;
	list-style : none;	
	overflow: auto;
}

/* Style d'un item d'une liste drag and drop */
.connectedSortable li{	  
	margin-bottom : 2px;
	padding-left : 5px;
	cursor: pointer;
}

/* Style d'un item lorsqu'il est selectionné avec la touche controle ou par drag and drop direct */
.ui-sortable-helper, .selectedItem{
	background-color : #015696;
	color : #e6e6e6;
	box-shadow: 0px 0px 12px #015696; 	
}

/** Fin DragAndDrop **/




.column-filter-input {
	font-size: 0.9rem;
	width: 100%;
	height: 1.6rem;
}

.saut-de-ligne {
	padding-bottom: 20px;
}

.filter-row>th {
	padding: 0.5rem;
}

.icon {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	line-height: 1;
	font-size: 1.4rem;
	margin-right: 0.25rem;
	color: inherit;
}

.icon-container a {
	display: inline-block;
	text-decoration: none;
	margin-right: 1.875em;
    height: 1.75em;
}

.icon-container a:last-child {
	margin-right: 0;
}

.table .file-selectionnee .right {
	margin-right: 1.875em;
}

.table .file-selectionnee .icon-container a > .icon {
	margin-right: 0;
}

.nowrap {
	white-space: nowrap;
}

.checkbox-block input[type=checkbox] {
	margin-right: 0.3rem;
}

.checkbox-block a {
	font-size: 0.9rem;
}
/*********/
	
.btn .icon {
	float: left;
	font-size: 1rem;
}

.btn .icon:not(.float-xs-right) {
	margin-right: 0.75rem;
}

.alert .icon {
	float: left;
	font-size: 1.5rem;
	margin-right: 1.25rem;
}

.alert a {
	font-weight: bold;
	color: white;
}

.close {
	opacity: 1;
}

.alert-info {
	background-color: #015696!important;
	color: #ffffff!important;
	border-radius: 0px!important;
	border: 0px!important;
	display: none;
}

.alert-danger {
	background-color: #DF3333!important;
	color: #ffffff!important;
	border-radius: 0px!important;
	border: 0px!important;
}

.alert-warning {
	background-color: #ffd200 !important;
	color: rgb(1, 57, 99) !important;
}

.selectedRow {
	background-color: #ffd200!important;
}

.vertical-center {
	min-height: 100%;
	display: flex;
	align-items: center;
}

.vertical-center div {
	width: 100% !important;
} 



.vertical-center-cell {
	display: flex;
	align-items: center;
}

.vertical-align-middle {
	vertical-align: middle !important;
}

.justify-center {
	justify-content: center;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.center {
	text-align: center !important;
}

.justify {
	text-align: justify;
}

select:disabled {
    background: #ebebe4 !important;
}

.bold-red {
	font-weight: bold;
	color: #E0340A;
}

.bold-orange {
	font-weight: bold;
	color: #f3920d;
}

caption {
	display: none !important;
}

.clickable {
	cursor: pointer;
}

/** Les données du portefeuille et de l'entreprise figurant sous le titre de la page **/
.donnees-ptf-ese {
	
}

.donnees-ptf-ese-cle {
	
}

.donnees-ptf-ese-valeur {
	font-weight: bold;
	color: #e0340a;
}

/** Fin données du portefeuille et de l'entreprise figurant sous le titre de la page **/

/* *** Progress bar inscription *** */

.progress-bloc {
 	width: 44%;
	margin: 0 auto;
	/* display: none; */
}
   		
.progress-bloc p {
	text-align: center;
    margin: 0 0 10px;
    float: left;
}
.progress-bloc #simplebar {
	margin-bottom: 16px;
    width: 59%;
    float: right;
    display: inherit;
}

.progress-bloc .nanobar {
    background-color: #f5f5f5;
    width: 100%;
    height: 30px;
    z-index: 9999;
    top: 0;
    border: 2px solid #ccc;
    border-radius: 6px;
    margin: 0 auto;
}
  
.progress-bloc .bar {
	background: #0173c9;
	background: -moz-linear-gradient(left, #0173c9 0%, #01477d 100%);
	background: -webkit-linear-gradient(left, #0173c9 0%,#01477d 100%);
	background: linear-gradient(to right, #0173c9 0%,#01477d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0173c9', endColorstr='#01477d',GradientType=1 );
	color: #fff;
	min-width: 26px;
	border-radius: 4px 0 0 4px;
 }
   
.progress-bloc .bar > span {
    font-size: 14px;
    text-align: center;
    display: block;
    position: relative;
    top: 2px;
}

/* *** */

.custom-select {
	color: #013963;
	border: 2px solid #d4d4d4;
	border-radius: 4px;
	height: 1.65em;
	padding-top: 0em;
	padding-bottom: 0em;
	-moz-appearance: button;
}

/* Modal */

.modal .bloc-radio input {
	float: left;
}
.modal .bloc-radio label {
	float: left;
    width: 92%;
    position: relative;
    top: -6px;
    left: 8px;
}

/**/

/** PAGE ACCUEIL */


#accueil-bloc-declaration {
    margin: 10px 0 20px 0;
    position: relative;
    min-height: 260px;
}

.item {
    height: 250px !important;
}

.item a {
    text-decoration: none;
    outline: none;
    line-height: 1em;
    color: black;
}

.enCours {
    background-color: #d4d4d4;
    color: black;
    line-height: 1em;
}

.item-nom {
    height: 60px;
    padding-top: 10px;
    padding-left: 0.5em;
    padding-right: 0.5em;
    font-size: 30px;
    text-align: center;
    line-height: 0.9em;
    margin: 10px 0 0 0;
}

.item-point {
    font-size: 30px;
    text-align: center;
    margin: 0;
    line-height: 5px;
}

.item-libelle-long {
    text-align: center;
    font-size: 19px;
    margin-top: 0.5em;
    height: 30px;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.item-description {
    margin-top:73px;
    height:62px;
    width:100%;
    display: table;
    background:Red;
    padding:0.4em;
}

.item-description p {
    font-size: 15px;
    display: table-cell;
    vertical-align: middle;
    text-align:center;
    line-height:16px;
}
      
.bloc-accueil-bas-item {
    background-color: #EDEDED;
    margin: 10px;
    padding: 10px;
    border-radius: 0.25rem;
    border:0;
    min-height: 310px;
}


.point-rond {
    text-align:center;
}
  
 .point-rond ul {
    position: relative;
    text-align:center;
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    cursor: default;
}

.point-rond li {
    position: relative;
    display: block;
    float: left;
    margin: 0 9px;
    width: 9px;
    height: 9px;
    cursor: pointer;
}

.point-rond li a {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 50%;
    background-color: #fff;
    background-color: #015696;
    text-indent: -999em;
    cursor: pointer; /* make the text accessible to screen readers */
    position: absolute;
}
    
.point-rond-remplir li a {
    overflow: hidden;
    background-color: rgba(0,0,0,0);
    box-shadow: inset 0 0 0 2px #015696;
    transition: background 0.3s;
}

.point-rond-remplir li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 0;
    left: 0;
    width: 100%;
    background-color: #015696;
    box-shadow: 0 0 1px #015696;
    transition: height 0.3s;
}
#point-1 {
    background-color: #015696;
    border-radius: 50%; 
}

#pointService-1 {
    background-color: #015696;
    border-radius: 50%; 
}

.point-rond-remplir li a:hover,
.point-rond-remplir li a:focus {
    background-color: #015696;
    box-shadow: 0 0 1px #015696;
}

#passwordStrength {
	text-align: center;
}
	
#passwordStrengthLeft, #passwordStrengthCenter, #passwordStrengthRight {
	display: inline-flex;
	margin: 0.4em 0.2em 0.4em 0.2em;
	top: 50%;
	width: 26%;	
	height: 10px;
	border: 2px #d4d4d4 solid;
	border-radius: 5px;
	box-shadow:
		inset 0 -10px 0 rgba(0,0,0,.1),
	    inset 2px 1px 0 rgba(0,0,0,.3);
		-webkit-box-sizing: content-box; 
		box-sizing: content-box;
	}
	
#passwordStrengthBarLeft, #passwordStrengthBarCenter, #passwordStrengthBarRight {
	width: 0%;
	background-color: #dc3545;
	border-radius: 5px;
	height: 10px;
	box-shadow:
		inset 0 -10px 0 rgba(0,0,0,.1),
	    inset 2px 1px 0 rgba(0,0,0,.3);
}
	
#passwordStatut {
    margin-top: 0.75em;
    margin-left: 0.2em; 
    font-size: 1.2em;
    line-height: 0.9em;   
    color: #ffffff; 
    border-radius: 5px;
    padding-left: 0.2em;
    padding-right: 0.2em;
}
	
.passwordBalloon {
	float: left;	
	border-radius: 4px;
	background-color: white; 
	padding: 10px;
	-webkit-box-shadow: -1px -1px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px -1px 3px 0px rgba(0,0,0,0.75);
	box-shadow: -1px -1px 3px 0px rgba(0,0,0,0.75);
}

#passwordBalloonModif {
	margin-top: 3.1em;
	width: 85%;
}

#passwordBalloonInsc {
	margin-top: 1.4em;
	width: 75%;
}
	
.passwordBalloon:before {
	content:"";
	position: absolute;
	width: 0;
	height: 0;
	border-bottom: 20px solid white;
	border-right: 18px solid transparent;
	border-left: 18px solid transparent;
	margin: -30px 0 0 40px;
}
	
.passwordBalloon .icon-checkmark {
	color: #008A00;
	font-size: 1em;
   	margin-right: 0.5em;
}
	
.passwordBalloon .icon-cross {
	color: white;
	font-size: 1em;
   	margin-right: 0.5em;
}
  
.bloc-accueil-bas-item-titre {
    color: #a7a9ac;
    margin-bottom: 25px;
    font-size: 20px;
}

.bloc-accueil-bas-item-bouton, .bloc-accueil-bas-item-bouton-sans-accordion {
    background-color: #FFFFFF;
    display: block;
    color: #015696;
    margin: 10px 10px 0 10px;
    padding: 14px;
    line-height: 16px;
    position: relative;
    font-size: 16px;
    cursor: pointer;
    font-size: 20px;
    outline: none;
}

.bloc-accueil-bas-item-bouton:hover {
    background-color: #a7a9ac!important;
    color:#015696!important;
}

.item-info-tdb {
    display: none;
}

.bloc-accueil-bas-item-bouton:hover > .item-info-tdb {
    display: block;
}

.bloc-accueil-bas-item-bouton-sans-accordion {
    font-size: 16px;
    line-height: 16px;
    font-size: 0.9rem;
    outline: none;
    color: #015696;
    
}

.bloc-accueil-bas-item-bouton span {
    font-family: "icomoon";
    float: right;
}

.bloc-accueil-bas-item-bouton-border {
    border-top:solid 1px #01508c;
    margin:0 10px 0 10px;
}

a.bloc-accueil-bas-item-bouton-item {
    background-color: #FFFFFF;
    display: block;
    color: #01508c !important;
    height: 50px;
    padding: 14px 0 0 15px;
    line-height: 16px;
    position: relative;
    font-size: 16px;
}
    
a.bloc-accueil-bas-item-highlight:focus,
a.bloc-accueil-bas-item-highlight:hover {
    color: #FFFFFF;
    text-decoration: none !important;
    background-color: #014c8c;
}

.bloc-accueil-bas-item-bouton-item-2lignes {
    padding-top: 4px;
}

.bloc-accueil-bas-item-bouton-item-info {
    font-family: 'icomoon';
    font-size: 14px;
    position: absolute;
    bottom: -5px;
    right: -3px;
}

.bloc-accueil-bas-item-bouton-zoom {
    background-color: #1F5174;
    color:#fff;
    position:absolute;
    min-height:50px;
    z-index: 2;
    display:none;
    font-size: 1.5rem;
    padding: 4px 4px 4px 28px;
    border: 1px solid #00406f;
    font-size: 14px;
}

.bloc-accueil-bas-item-bouton-zoom-titre {
    font-size: 16px;
    margin-bottom: 4px;
}

.bloc-accueil-bas-item-2 {
    background-color: rgba(31, 81, 116, 0.5);
    color:#fff;
    position:absolute;
    top:-5px;
    left:-6px;
    height:50px;
    z-index: 2;
    display:none;
    text-align:left;
    font-size: 24px;
    padding-top: 15px;
    padding-left: 13px;
    color: #1F5174;
}

#accueil-bloc-declaration-mobile {
    display: none;
}

.icon-notification-numero {
    font-size: 1rem;
    color: #015696;
    float:left; 
    margin-right: 10px;
    font-weight: bold;
}

.icon-notification-nom {
    font-size: 20px;
    font-weight: 400;
}
 
.icon-declaration {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 1rem;
    color: #015696;
    float:left; 
}

.icon-declaration-zoom {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 1rem;
    color: white;
    margin-left: 40%;
    margin-top: 1%;
}

#toast-container {
    top: inherit;
    bottom: 10%!important;
}

.bloc-accueil-bas-item-bouton-item-info .icon-info {
    position: absolute;
    right: 5px;
    bottom: 5px;
}
    
.bloc-accueil-bas-item>div:last-child, .bloc-accueil-bas-item>a:last-child {
    margin-bottom: 10px;
}

.bloc-accueil-bas-item-bouton-icone, .bloc-accueil-bas-item-bouton-icone-long, .bloc-accueil-bas-item-bouton-icone-moyen {
    width:20%;
    font-size:18px;
    float:left;
}

.bloc-accueil-bas-item-bouton-icone-long {
    width:62%;
}

.bloc-accueil-bas-item-bouton-icone-moyen {
    width:35%;      
}

.bloc-accueil-bas-item-bouton-texte, .bloc-accueil-bas-item-bouton-texte-moyen {
    max-width:80%;
    font-size: 14px;
    float:left;
}

.bloc-accueil-bas-item-bouton-texte-moyen {
    max-width: 65%;
}

.bold {
    font-weight: bold;
}

.footer div .footer__gauche, .footer div .footer__droit {
    float: left;
    line-height: 40px;
}
    
.slick-slide { 
    margin-right: 5px; 
    margin-left: 5px; 
}

.item-service-declaratif {
    padding-right: 0px;
    padding-left: 15px;
}

/** HEADER */
.header__logo {
  display: inline-block;
  background: url(../images/titre/header-logo-bleu.svg) no-repeat left center;
  background-size: cover;
  height: 70px;
  width: 300px;
  margin-left: 15px;
}

.header__connexion {
  background-color: #ffd200;
  font-family: 'Scala Sans', sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: #015696;
  padding: 0px 0px;
  min-height: 76px;
}

.header__connexion .icon {
  margin: 0.3em 0.3em 1em 0em;
  font-size: 1.25rem;
  position: relative;
  z-index: 10;
  background-color: #ffd200;
  padding: 0.3em;
}

.header__connexion_content {
  line-height: 0.8em;
  text-align: center;
  padding-top: 0.4em;
  overflow: hidden;
  position: relative;
}

.derniere_connexion {
  float:right;
  margin-top:-25px;
}

.span-area-link {
    position: absolute;     
    width: 100%;    
    height: 100%;   
    top: 0;     
    left: 0;
    z-index: 1;     
}

.connexion_roles {
    white-space: normal;
    font-size: 0.9em;
    padding-right: 1.4em;
    padding-left: 1.4em;
}
         
.header__connexion #connexion_roles {
  font-size: 0.875rem;
}

.header__baseline {
  padding-left: 15px;
  background: #015696 url(../images/titre/header-menu-bg.png) repeat bottom left;
  min-height: 1.9em;
  line-height: 1.9em;
  color: #FFF;
  font-family: 'Scala Sans', sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 0.625em;
}

#espace-connecte {
    font-family: sans-serif;
    margin:0px;
    padding:10px;
    width:100%;
    background: #FFFFFF;
    border-top: solid 10px #FAD30A;
    color: #01508c;
    margin:auto;
}

.votre-compte-nom {
    font-weight: bold;
    font-size: 1.1rem;
}

.espace-connecte-image-profil-img {
    width:100px;
    height:100px;
}

.espace-connecte-bloc {
    width:50%;
}

.espace-connecte-titre {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.espace-connecte-carre {
    width: 8.5em;
    height: 8.5em;
    border: solid 1px #01508c;
    float: left;
    margin: 0.65em 1em 1.25em 0;
    position:relative;
    padding: 0.3em;
    text-align: center;
    z-index: 10;
}

.espace-connecte-carre-gris {
    opacity: 0.7;
    background-color: #e6e6e6;
}
 
.espace-connecte-carre-icone {
    width: 3.75em;
    height: 3.75em;
    margin:auto;
    margin-top: 0.6em;
}

.espace-connecte-carre-titre {
    font-size: 0.75em;
    text-align:center;
    position:absolute;
    bottom: 0.5em;
    line-height: 1.2em;
}

.espace-connecte-tdb-date {
    width: 18%;
    float:left;
}

.espace-connecte-tdb-date-red {
    font-weight: bold;
    color: red;
}

.espace-connecte-tdb-titre-notif {
    float:left;
    width: 82%;
}

.espace-connecte-tdb-titre-notif-red {
    color: red;
}

.espace-connecte-tdb-item {
    margin-top: 0.6em;
    font-size: 0.9em;
}

.espace-connecte-acteur {
    text-align: center;
}
.espace-connecte-acteur-siret {
    font-size: 1.2em;
}
.espace-connecte-acteur-nom {
    font-size: 2rem;
}
.espace-connecte-acteur-img {
    height: 10px;
    margin: 0.625em;
    background: url('/priv/resources/images/titre/ico-points.png') repeat 0 0;
}
.espace-connecte-tdb {
    float:left;
}
.espace-connecte-tdb-img {
    height: 2.5em;
}
.espace-connecte-tdb-titre {
    float:left;
    margin-left:20px;
}
 
.div-deconnection {
   position: absolute;
   bottom: 15px;
   left: -15px;
}

.icon-header {
   font-family: 'IcoMoon-Free';
   speak: none;
   font-style: normal;
   font-weight: normal;
   font-variant: normal;
   text-transform: none;
   font-size: 4rem;
   color: #015696;
   font-size: 6.2em;       
   position: relative;     
    
}

.espace-connecte-image-profil {
    float: left;
    position: absolute;
    top: 0;
}

.texteInvisible {
    position: absolute;
    left: -10000px;
}

.close-espace-connecte-modal {
    position:absolute;
    cursor:pointer;
    right: 10px;
    z-index: 10;
}
   
.nowrap-votre-compte { 
    white-space: nowrap; 
    overflow: hidden; 
}

#dataTableTDB_wrapper thead{
    display:none;
}
		
.notif-badge {
	padding: .1em .35em;  
	font-size: 70%; 
    font-weight: 600;
    line-height: 1;
    min-width: 0;
    margin-left: 0.4em;
    border-radius: 50%;
    background-color: #E0340A;
    color: #FFFFFF;
    z-index: 20;
    position: absolute;
    top: 6%;
}
/** */

/* RELEASE NOTE */
.release-note-container {
	background: white;
	width: 100%;
	height: 200px;
	padding: 10px;
	overflow-y: scroll;
	border: 2px #d4d4d4 solid;
    border-radius: 5px;
    font-weight: 300;
}

.release_note_table_nom {
    text-decoration: underline;
}

.release-note-container > ul {
    padding-left: 0;
}

.release_note_table_nom {
    text-decoration: underline;
}

.release_note_li_titre {
    list-style-type: none;
    padding-left: 0;
    margin: 5px 0 0 10px;
}

.release_note_li_titre:before {
    content: '- ';
}

/* LEGENDE */
.legende {
	margin-top: 10px;
    border: 2px solid #d4d4d4;
    padding: 8px 16px;
}
.legende .icon {
	margin-right: 1rem;
	vertical-align: middle;
}
.legende .icon-container > * {
	margin-left: 56px;
}
.legende .icon-container > *:first-child {
	margin-left: 0;
}

/** MEDIAS */
/* Problèmes de display quand on réduit la taille de la fenêtre */
@media (min-width: 1200px) {
    .dataTable {
        width: 100% !important;
    }
}

@media (max-width: 961px) {
    .bloc-accueil-bas-item-titre {
        color: #a7a9ac;
        margin-bottom: 25px;
        font-size: 12px;
    }
    .bloc-accueil-bas-item-bouton {
        margin: 2px;
    }
    a {
        font-size: 0.9rem;
    }
    
    .espace-connecte-tdb-date {
        width: 10%;
        float:left;
    }
    
    .espace-connecte-tdb-date-red {
        font-weight: bold;
        color: red;
    }
    
    .espace-connecte-tdb-titre-notif {
        float:left;
        width: 82%;
    }
    
    .derniere_connexion {
  		float: none;
 		margin-top: 0px;
	}
    
    .item-libelle-long {
        text-align: center;
        margin-top: 0.7em;
        font-size: 16px;
        height: 30px;
        padding-left: 0.5em;
        padding-right: 0.5em;
    }
}

@media (max-width: 768px) {     
    .main-content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .slick-prev {
        left: -15px !important;
    }
    .slick-next {
        right: -15px !important;
    }
    #accueil-bloc-bas {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #accueil-bloc-bas {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media (max-width: 640px) {
    body {
        overflow-x: hidden;     
    }
    a {
        font-size: 1.2rem;
    }
    .bloc-accueil-bas-item {
        margin-left: 0px;
        margin-right: 0px;
        overflow: auto;
        height: auto;
    }
    .espace-connecte-image-profil {
    	text-align: center;
    	float: none;
    	position: initial;
    	top: 0;
	}
    .div-deconnection {
    	position: initial;
    	float: none;
    }
    .icon-notification-nom {
        font-size: 1.2rem;
    }
    .bloc-accueil-bas-item-titre {
        color: #a7a9ac;
        margin-bottom: 25px;
        font-size: 16px;
    }
    .bloc-accueil-bas-item-bouton, .bloc-accueil-bas-item-bouton-border {
        margin-left: 0px;
        margin-right: 0px;
    }
    .bloc-accueil-bas-item-bouton-zoom {
        max-width:100%;
        left:0!important;
    }
    .dropdown-content {
        min-width: 250px;
    }
    
    .espace-connecte-tdb-date {
        width: 10%;
        float:left;
    }
    
    .espace-connecte-tdb-date-red {
        font-weight: bold;
        color: red;
    }
    
    .espace-connecte-tdb-titre-notif {
        float: left;
        width: 82%;
    }
}
/** */