/* libre-baskerville-regular - latin */
@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 400;
  src: local('Libre Baskerville'), local('LibreBaskerville-Regular'),
       url('../fonts/libre-baskerville-v5-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/libre-baskerville-v5-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* raleway-300 - latin */
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/raleway-v27-latin-300.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('../fonts/raleway-v27-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/raleway-v27-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/raleway-v27-latin-300.woff') format('woff'), /* Modern Browsers */
	url('../fonts/raleway-v27-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/raleway-v27-latin-300.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* raleway-regular - latin */
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/raleway-v27-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('../fonts/raleway-v27-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/raleway-v27-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/raleway-v27-latin-regular.woff') format('woff'), /* Modern Browsers */
	url('../fonts/raleway-v27-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/raleway-v27-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* raleway-600 - latin */
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/raleway-v27-latin-600.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('../fonts/raleway-v27-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/raleway-v27-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/raleway-v27-latin-600.woff') format('woff'), /* Modern Browsers */
	url('../fonts/raleway-v27-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/raleway-v27-latin-600.svg#Raleway') format('svg'); /* Legacy iOS */
}

html, body {
	background-color: #e6e6e6;
	height: 100%;
}

header {
	width: 100%;
	height: 140px;
	background: url(../img/fond-bandeau-cdap.png) no-repeat;
	position: relative;
}

header #logo {
	display: block;
	position: relative;
}

header a img {
	position: absolute;
	top: 32px;
	width: 210px;
}

header #separateur {
	position: absolute;
	left: 210px;
	margin-left: 363px;
	margin-top: 30px;
}

header h1 {
	color: #16254d;
	position: absolute;
	text-transform: uppercase;
	letter-spacing: 2px;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
	top: 65px;
	left: 285px;
}

header h4 {
	font-family: 'Libre Baskerville', serif;
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	line-height: 25px;
	color: #16254d;
	position: absolute;
	top: 57px;
	left: 620px;
	width: 500px;
	height: 75px;
	overflow: hidden;
	display: block;
}

.container {
	background-color: #e6e6e6;
	height: 100%;
	text-indent: 0;
}

.container #wait {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: hsla(0, 0%, 50%, 0.65);
}

.container #wait p {
	position: absolute;
	text-align: center;
	top: 40%;
	left: 47%;
}

.container #wait p i {
	color: #ffffff;
}


#fixed {
	background-color: #e6e6e6;
	top: 0;
	z-index: 999999999;
	width: 100%;
	max-width: 1200px;
  }

@media (min-width: 400px) {
  #fixed {
    width: 80%;
     }
}

@media (min-width: 550px) {
  #fixed {
    width: 80%; }
}

#page {
	padding: 30px 2% 0 2%;
	background-color: #fff;
    /*position: relative;*/
}

h1 {
	color: #fff;
	text-indent: 0;
}

h4 {
	color: #fff;
}

/* @group Onglets */

nav {
	width: 100%;
	height: 37px;
}

nav ul {
	height: 37px;
	background: #e6e6e6 url(../img/fond-ul.png) no-repeat 0 0;
}

nav ul li {
	list-style-type: none;
	float: left;
	padding-right: 1%;
	padding-left: 1%;
	height: 37px;
	background-color: #1e3458;
	color: #fff;
	margin-right: 1%;
	line-height: 37px;
    margin-bottom: 0 !important;
}

nav ul li:hover {
	background-color: #075d77;
}

nav ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
}

nav ul li a:hover {
	display: block;
	text-decoration: none;
	color: #fff;
}

nav ul li.actif {
	color: #000 ;
	border-bottom: 1px solid #fff;
	background-color: #fff;
}

nav ul li.actif a {
	color: #1e3458;
}

#src-long {
	display: none;
}




/* @end */
div#content {
	position: relative;
	padding-bottom: 2.5rem;
}
/* @group Breadcrumbs */
.fixed-top {
	position:fixed;
	top:0;
	z-index: 9999;
	background: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

div#breadcrumbs-container {
	background-color: #fff;
}

div.breadcrumb ul {
    list-style-type: none;
}

div.breadcrumb li {
	display: inline-block;
	text-align: center;
    background: #b2b2b2;
    color: #fff;
    position: relative;
    margin-left: 3px;
	text-indent: 23px;
	font-size: 13px;
	line-height: 40px;
	list-style-type: none;
	padding-left: 0;
}

div.breadcrumb.dlg li {
	padding-left: 30px;
	padding-right: 40px;
}

div.breadcrumb li a {
	color: #fff;
	text-decoration: none;
	display: block;
}

div.breadcrumb li:before {
    content: '';
    border-left: 20px solid #fff;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
}

div.breadcrumb li:first-child:before {
	display: none;
}

div.breadcrumb li:first-child {
	margin-left: 0;
}

div.breadcrumb li:after {
    content: '';
    border-left: 20px solid #b2b2b2;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
}



div.breadcrumb li:last-child:after {
	content: '';
	border-left: 27px solid #b2b2b2;
	border-top: 20px solid #b2b2b2;
	border-bottom: 20px solid #b2b2b2;
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 1;
}

div.breadcrumb li.current-page:last-child:after {
	border-left: 27px solid #1e3458 !important;
	border-top: 20px solid #1e3458 !important;
	border-bottom: 20px solid #1e3458 !important;
}

div.breadcrumb li.current-page {
    background: #1e3458;
}

div.breadcrumb li.current-page:after {
    border-left: 20px solid #1e3458;
}

.bottom-shadow {
	box-shadow: 0 20px 20px -20px gray;	
	-webkit-transition: all 1s ease-in;
    -moz-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in;
    }


/* @end */


a.lien_blanc_joli {
	color: #022a6d;
	text-decoration: none;
	display: block;
	height: 30px;
	line-height: 30px;
	font-weight: 100;
}

fieldset {
	border: 1px solid #a9a9a9;
	margin-bottom: 2em;
	padding: 0.5em 1em 2em;
}

fieldset.post-comite {
	padding-top: 0.2em;
	padding-bottom: 0;
}

.wrap {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

strong {
	font-weight: 600;
}

.strong {
	font-weight: bold;
}

legend {
	padding-right: 0.4em;
	padding-left: 0.4em;
}

.picto img {
	display: block;
	width: 70%;
}

.picto p {
	margin-left: 15px;
	padding-right: 10px;
}

.picto-scss img {
	display: block;
	width: 70%;
}

.picto-scss p {
	margin-left: 25px;
}

.alert-box {
	color: #555;
	border-radius: 10px;
	padding: 10px 10px 10px 36px;
	margin: 10px;
}

.error_empty_field{
	border: 1px solid red;
}

.flash-error {
	background: #ffecec url('../img/alert-box/error.png') no-repeat 10px 50%;
	border: 1px solid #f5aca6;
}

.flash-success {
	background: #e9ffd9 url('../img/alert-box/success.png') no-repeat 10px 50%;
	border: 1px solid #a6ca8a;
}

.flash-warning {
	background: #fff8c4 url('../img/alert-box/warning.png') no-repeat 10px 50%;
	border: 1px solid #f2c779;
}

.flash-notice {
	background: #e3f7fc url('../img/alert-box/notice.png') no-repeat 10px 50%;
	border: 1px solid #8ed9f6;
}

.flash-notice .atraiter, .flash-success .atraiter {
	line-height: 3em;
}

.flash-notice ul li, .flash-success ul li {
	list-style:  inside url('images/tiret.png');
	line-height: 1em;
    margin-left: 1em;
}

.hidden {
	display: none;
}

.centered, .button.centered, input[type="button"].centered {
	margin: 0 auto 0 auto;
	display: block;
}

.notification {
	display: inline-block;
	height: 38px;
	padding: 0 30px;
	color: #555;
	text-align: center;
	font-size: 11px;
	font-weight: 600;
	line-height: 38px;
	letter-spacing: .1rem;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	background-color: #F9F9F9;
	/* Gris très clair */


	border-radius: 4px;
	border: 1px solid #bbb;
	box-sizing: border-box;
}

/* @group Font Awesome */

td ~ i.fa {
	text-align: center;
}

/* Modification de couleurs */

.fa-times, .fa-file-pdf-o {
	color: #cc0000;
}

.fa-file-pdf-o.temporary {
	position: relative;
}

.fa-file-pdf-o.temporary::after {
	content: "\f254";
	/* sablier */
	color: #ff0000;
	font-family: FontAwesome;
	font-size: 14px;
	position: absolute;
	right: -4px;
	top: -2px;
}

.fa-file-o.handshake {
	position: relative;
}

.fa-file-o.handshake::after {
	content: "\f2b5";
	/ * handshake */
	font-family: FontAwesome;
	font-size: 12px;
	position: absolute;
	right: 1px;
	top: 2px;
}

.fa-exclamation-triangle, .fa-ban, .fa-times-circle {
	color: #990000;
}

.fa-cog, .fa-cogs {
	color: #808080;
/* gray */
}

.fa-check, .fa-plus-circle {
	color: #336600;
}

.fa-search {
	color: #585858;
}

.fa-lock, .fa-unlock {
	color: #666600;
}

.whitecolor {
	color:white;
}

li.actif .whitecolor {
	color: #1e3458;
}


/* @end */

.pointer {
	cursor: pointer;
}

.plus-before::before, .button.plus-before::before {
	/* content: "\f055" attr(value); /* cercle avec '+' dedans  */
	content: "\f055";
	color: #336600;
	font-family: FontAwesome;
	font-size: 18px;
	position: absolute;
	right: -4px;
	top: -2px;
}

.on-over-button.edit-prj {
	color: #1EAEDB;
	/* bleu (celui habituellement utilisé pour les liens). */
	margin-left: 2px;
	cursor: pointer;
	text-decoration: none;
	/*display: none;*/
}

.on-over-button.edit-millesimes {
	margin-left: 2px;
	cursor: pointer;
	text-decoration: none;
	/*display: none;*/
}

.on-over-button-trigger:hover .fa.on-over-button.edit-prj {
	display: initial;
}

.on-over-button-trigger:hover .fa.on-over-button.edit-millesimes {
	display: initial;
}

.plus-button{
	width:15px;
}

.plus-button::after {
	content: "\f055";
	/* Plus */
	color: #008000;
	/* vert */
	font-family: FontAwesome;
	font-size: 22px;
	cursor: pointer;
}


.accordeon {
	position:relative;
	min-width:28%;
	margin-right:32px;
	padding :1px;
	display:inline-block;
}

.custom_leg{
	width:100%;
}

span.delete-custom-leg{
	position:absolute;
	top:6px;
	right:-18px;
	cursor:pointer;
}

.show_avertissement_source{
	position: relative;
	padding-bottom:10px;
	overflow: hidden;
	font-size: 0.8em;
	padding-right: 25px;
}

.show_avertissement_source_control {
	font-size: 1.4em;
	position: absolute;
	line-height: 15px;
	text-align: center;
	right: 10px;
	bottom: 5px;
	cursor: pointer;
}



/* @group Formulaire personnes */

.delete-cross-button::after {
	content: "\f00d";
	/* Croix */
	color: #cc0000;
	/* Rouge */
	font-family: FontAwesome;
	font-size: 22px;
	cursor: pointer;
}

.stuck-up-right {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}

.text-up-right {
	position: absolute;
	right: 30px;
	top: 15px;
	color: red;
	cursor: pointer;
}

.person-form-container {
	position: relative;
}

.required-field-empty, input.required-field-empty:required, select.required-field-empty:required {
	border: 1px solid red;
}

.clone-factory {
	display: none !important;
}

/* @end */

.icon-collection > a, .icon-collection > i {
	margin-left: 6px;
}

a.link-with-icon {
	position: relative;
	margin: 4px;
}

a.link-with-icon .fa {
	top: -6px;
	position: absolute;
	margin-left: 6px;
}

.link-with-icon-align {
	text-align: right;
	margin-right: 30px;
}

/* @group Recherche demandeurs accès */

.search-engine-container {
	position: relative;
}

.search-engine-container .search-engine-confirm-button {
	cursor: pointer;
	display: none;
}

.search-engine-container.show .search-engine-input {
	background-color: #EDF9E9;
}

.search-engine-container.show .search-engine-confirm-button {
	display: inline-block;
}

.search-engine-container .message-box {
	display: none;
}

.search-engine-container.error-state .message-box, .submit-message.show {
	display: block;
}

/* @end */

.submit-message {
	display: none;
	font-size: 17px;
	text-align: center;
}

.input-wrapper {
	margin: 0;
	position: relative;
}

.show-password {
	right: 10px;
	top: 13px;
	width: 50px;
	position: absolute;
	cursor: pointer;
	font-size: 9px;
	text-transform: uppercase;
}

.button-custom, input.button-custom {
	cursor: pointer;
}

.button-custom:hover, input.button-custom:hover {
	color: red;
}

.button-custom.thumbs-up::before, input.button-custom.thumbs-up::before {
	content: "\f087";
	/* pouce levé */
	color: #3A3A24;
	font-family: FontAwesome;
	font-size: 18px;
	position: absolute;
	right: -4px;
	top: -2px;
}

/* @group Onglets SCSS */
#scss-onglets {
	position: relative;
}

#scss-onglets .fa-cog,#scss-onglets  .fa-cogs {
	color: #fff;
	/* gray */
}

/* @end */

/* @group Accordion */

h4.ui-accordion-header {
	background-color: #eee;
	text-indent: 10px;
	cursor: pointer;
	padding: 4px;
}

div.ui-accordion-content {
	padding-bottom: 60px;
}

/* @end */

/* @group Dialogues */

.reponse_css {
	position: relative;
	background-color: #578480;
	color: #fff;
	width: 90%;
	text-align: center;
	margin: 5px 0 5px -8px;
	margin-bottom: 5px;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0 3px 15px rgba(0,0,0,0.2);
}

.reponse_css:after {
	content: " ";
	position: absolute;
	left: 100%;
	top: 60px;
	border: solid transparent;
	border-left-color: #578480;
	border-width: 10px;
	margin-top: -10px;
}

.question_css p,.reponse_css p {
	text-align: right;
	padding-right: 35px;
}

.question_css hr, .reponse_css hr {
	margin-bottom: 0;margin-top: 0;
}

.question_css ul li,.reponse_css ul li {
	padding: 5px 0;
	margin: 0;
}

.question_css ul,.reponse_css ul {
	list-style-type:none;margin-bottom: 0;
}

.question_css i, .reponse_css i {
	color: #fff;
}

.question_css a,.reponse_css a {
	color:#fff;
	text-decoration: none;
	font-size: 0.8em;
}

.question_css a:hover,.reponse_css a:hover {
	color:#fff;
	text-decoration: underline;
}





.question_css {
	position: relative;
	background-color: #425374;
	color: #fff;
	width: 90%;
	margin: 5px 0 5px -8px;
	margin-bottom: 5px;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0 3px 15px rgba(0,0,0,0.2);
}

.question_css:after {
	content: " ";
	position: absolute;
	right: 100%;
	top: 60px;
	border: solid transparent;
	border-right-color: #425374;
	border-width: 10px;
	margin-top: -15px;
}

.border-shadow {
	background-color: #beeaf7;
	margin: 10px 5px;
	padding: 15px 15px 0 15px;
}

.box-shadow {
	width: 99%;
	height: 20px;
	background-color: #beeaf7;
	margin: 12px 0;
	padding: 2px 5px;
	border-radius: 5px;
}

#dlg-ch-table td:nth-child(1), #dlg-table td:nth-child(1) {
	width: 18%;
}

#dlg-table td:nth-child(3), #dlg-ch-table td:nth-child(3) {
	width: 82%;
}

.datedlg {
	opacity: 0.5
}

/* Navigation Dialogue Scss*/

/* Style the list */

ul.breadcrumbDlg {
	padding: 10px 16px;
	list-style: none;
}

/* Display list items side by side */

ul.breadcrumbDlg li {
	display: inline;
	font-size: 18px;
}

/* Add a slash symbol (/) before/behind each list item */

ul.breadcrumbDlg li + li:before {
	padding: 8px;
	color: black;
	content: "/\00a0";
}

/* Add a color to all links inside the list */

ul.breadcrumbDlg li a {
	color: #0275d8;
	text-decoration: none;
}

/* Add a color on mouse-over */

ul.breadcrumbDlg li a:hover {
	color: #1e3458;
	text-decoration: underline;
}

/* @end */

/*(fp) modif point*/

#commissions {
	display: inline-block;
	width: 200px;
}

.existing-data .rs_color {
	background-color: #f29a68;
}

/* @ui-datepicker */

.ui-datepicker {
	background: #333;
	border: 1px solid #555;
	color: #EEE;
}

.ui-datepicker-calendar {
	margin: 5px;
}
/* pour pas afficher le bouton aujourd'hui */
button.ui-datepicker-current { 
	display: none;
}


td.fonleg {
	padding-top: 29px;
}

.highlight-gray {
	background-color: #beeaf7;
	margin-top: 5%;
	padding: 1%;
}

/* @end */

/* @group DataTable Produits */

table.dataTable {
	
}

.dataTables_length,.dataTables_filter {
	margin-bottom: 30px;
	width: 40%;
}

.dataTables_filter input {
	width: 70%;
}

table.dataTable tr td {
	height: 30px;
	width: 100px;
}

table.dataTable .dt-text-center {
	text-align: center;
}

table#tab_points tr td:first-child {
	width: 1px !important;
}

table#tab_points tr td:nth-child(2) {
	width: 5px !important;
}

table#tab_points tr td:nth-child(3) {
	width: 400px !important;
}

table td.td-programme, table tr.group td {
	background-color: #7098b2;
	color: #fff;
	cursor: pointer;
}

table td.td-titre {
	background-color: #eee;
	color: #797979;
	font-size: 14px;
}

table th.deplie,table td.deplie {
	width: 5%;
	cursor: pointer;
}

.checkboxes {
	width: 100%;
	padding-bottom : 5px;
}

.warning_dispo_pod{
	float: right;
	margin-left: 5px;
	display: block;
}
/*(fp) couleur pour le warning dispo pod*/
.fa-exclamation-triangle{
	color:orange;
}

.nbChar-text {
	color: #696969;
	font-weight:normal;
	font-style: italic;
	font-family: Verdana, sans-serif;
	font-size: 0.8em;
}

.nbChar-text .nbChar {
	font-weight:bold;
}


label.checkbox {
	float: left;
	margin-right: 20px;
	display: block;
}

div.locked_pod {
	float: left;
	margin-right: 20px;
	display: block;
	margin-bottom: .5rem;
	font-weight: 600;
}

div.locked_pod i {
	margin: 3px 3px 3px 4px;
	color: #222;
}

.checkall, .uncheckall {
	float: left;
	display: block;
}

/* @end */



/* convertir button en lien */
.link-button {
	color: #348eae !important;
	border: none !important;
	padding: 0 !important;
	text-decoration: underline !important;
	text-transform: lowercase !important;
	font: inherit !important;
	margin: 0 auto !important;
}

.link-button:hover {
	color: #2984a6 !important;
}


#confirmation-ajout {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-border: 5px;
	-o-border-radius: 5px;
	position: fixed;
	top: 50%;
	width: 530px;
	height: 90px;
	background-color: #fff;
	border: 20px solid #eee;
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	border: 20px solid rgba(0,0,0,0.2);
	opacity: 0;
	left: 50%;
	margin-left: -265px;
	visibility: hidden;
	margin-top: -100px;
	color: #424242;
	font: 14px/16px Helvetica, "Trebuchet MS", sans-serif;
	padding-top: 60px;
}

#afficher_liste_dossiers {
	cursor: pointer;	
}

fieldset#liste_dossiers {
	display: none;
}

/* @group Moteur de recherche institutions */

.ui-autocomplete-loading {
	background: white url("images/ui-anim_basic_16x16.gif") right center no-repeat;
}

.ui-autocomplete {
	max-height: 300px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
}

/* @end */

/* @group Saisie sources */

.modification-programme {
    line-height: 40px;
    margin-left: 20px;
}

fieldset.existing-data {
	border: 1px none #a9a9a9;
	margin-bottom: 2em;
	background-color: #efefef;
	padding: 40px 20px 20px;
	position: relative;
	border-radius: 5px;
}

fieldset.existing-data legend {
	position: absolute;
	top: 5px;
	left: 15px;
	color: #2aabd3;
}

.existing-data label {
	float: left;
	margin-right: 20px;
	background-color: #2aabd3;
	height: 30px;
	line-height: 30px;
	padding-right: 10px;
	color: #fff;
	border-radius: 30px;
	font-weight: normal;
	font-style: normal;
}

.existing-data label.unselected {
	background-color: grey;
}

.existing-data label .delete {
	cursor: pointer;
}

.existing-data label input {
	display: none;
}

table#coms.dataTable tbody td {
	vertical-align: top;
}

table#coms tr td div.tobecontinued {
	overflow: hidden;
	width: 100%;
	height: 78px;
}

.avis {
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	color: #fff;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	height: 14px;
	border-radius: 14px;
	text-align: center;
}

.avis.fav {
	background-color: #37BD3E;
}

.avis.defav {
	background-color: #ff0000 ;

}

.avis.hors-css {
	background-color: #999 ;
}

.avis.report {
	background-color: #999 ;
}

.avis.todo {
	background-color: #444 ;
}


table#coms tr td div.tobecontinued.continued {
	background: url(images/continued.png) no-repeat center bottom;
}

table#coms tr td div.tobecontinued.precedent {
	background: url(images/precedent.png) no-repeat center bottom;
}

table#coms tr td div.tobecontinued.continued {
	background: url(images/continued.png) no-repeat center bottom;
}

table#coms tr td div.tobecontinued.precedent {
	background: url(images/precedent.png) no-repeat center bottom;
}

select {
	display: block;
}

a.ajout-select {
	margin-bottom: 30px;
	display: block;
}

/* @end */

/* (fp) Saisie fonctions*/

.pointer {
	cursor: pointer;
}

.placeholder_contain {
	color: gray;
}

.greencheck {
	font-size: 1em;
	font-weight: bold;
	color: green;
	width: 50%;
	display: none;
}

.formFonc {
	width: 100%;
}

.formFonc span {
	width: 30%;
	display: inline-block;
	margin: 0 1%;
}

.formFonc span textarea {
	display: inline-block;
	vertical-align: middle;
}

.formFonc button {
	width: 15%;
	display: inline-block;
	background-color: #2babd3;
	margin-left: 82%;
}

.hidden span {
	display: none;
}

.highlightBlock1 {
	background-color: #efefef;
	border-bottom: 3px solid #ccc;
}

.highlightBlock2 {
	background-color: #fff;
	border-bottom: 3px solid #ccc;
}

.highlightBlock1 *, .highlightBlock2 * {
	margin-left: 2rem;
	margin-right: 2rem;
}

.highlightBlock1 h5, .highlightBlock2 h5 {
	padding-top: 0.5em;
}

.listFormPoints {
	font-size: small;
}

.listFormPoints table {
	background-color: transparent;
	text-align: center;
	margin: 0 auto;
}

.listFormPoints table th {
	background-color: #2babd3;
}

div.additional_filtered_btn button {
	background-color: #f2efef !important;
}

#depassement {
	display: none;
}

/* @end */

/* @group Partenaires */

.partenaires {
	margin-top: 10px;
}

.per-table-ch th, .per-table-ch td {
	padding-left: 0;
	padding-right: 0;
}

/* @end */

/* @group Switch field */

.switch-field {
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	overflow: hidden;
	margin-bottom: 30px;
}

.switch-title {
	margin-bottom: 6px;
}

.switch-field input {
	display: none;
}

.switch-field label {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}

.switch-field label {
	display: inline-block;
	background-color: #e4e4e4;
	color: rgba(0, 0, 0, 0.6);
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	text-shadow: none;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	padding-top: 6px;
	padding-bottom: 6px;
}

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked + label {
	background-color: #33c3f0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
}

.switch-field label:first-of-type {
	border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
	border-radius: 0 4px 4px 0;
}

/* @end */

/* @group Post séance */

dl.accordion {
	
}

dl.accordion dt {
	background-color: #bbb;
	margin-bottom: 10px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	font-weight: bold;
	text-indent: 20px;
}

dl.accordion dt a {
	color: #fff;
	text-decoration: none;
	display: block;
}

ul.avis-produit li {
	list-style-type: none;
}

ul.avis-produit li .onoffswitch {
	margin-left: 10px;
}

.suggestion-css {
	color: #2babd3;
}
/* @end */

/* @group On-off switch */

.onoffswitch {
	position: relative;
	width: 118px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	height: 21px;
}

.onoffswitch.big {
	width: 140px;
	height: 30px;
}

.onoffswitch.large {
	width: 150px;
	height: 20px;
}

.onoffswitch-checkbox {
	display: none !important;
}

.onoffswitch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border: 2px none #999999;
	border-radius: 5px;
}

.onoffswitch-inner {
	display: block;
	width: 200%;
	margin-left: -100%;
	transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
	display: block;
	float: left;
	width: 50%;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: white;
	box-sizing: border-box;
	padding: 0;
}

.big .onoffswitch-inner:before, .big .onoffswitch-inner:after {
	font-size: 14px;
	height: 30px;
	line-height: 30px;
}

.onoffswitch-inner:before {
	content: "FAVORABLE";
	padding-left: 10px;
	background-color: #37BD3E;
	color: #FFFFFF;
}

.onoffswitch-inner:after {
	content: "DÉFAVORABLE";
	padding-right: 10px;
	background-color: #FF0000;
	color: #FFFFFF;
	text-align: right;
}

.onoffswitch-inner.accordp:before {
	content: "RECEVOIR";
	padding-left: 10px;
	background-color: #37BD3E;
	color: #FFFFFF;
}

.onoffswitch-inner.accordp:after {
	content: "NE PAS RECEVOIR";
	padding-right: 10px;
	background-color: #FF0000;
	color: #FFFFFF;
	text-align: right;
}

.onoffswitch-switch {
	display: block;
	width: 12px;
	margin: 4px;
	background: #FFFFFF;
	position: absolute;
	bottom: 0;
	right: 98px;
	border: 2px none #999999;
	border-radius: 20px;
	transition: all 0.3s ease-in 0s;
	height: 12px;
	top: 0;
}

.large .onoffswitch-switch {
	right: 128px;

}

.big .onoffswitch-switch {
	width: 12px;
	border-radius: 16px;
	height: 22px;
	right: 119px;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
	margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
	right: 0;
}

.onoffswitch.big {
	
}

.favorable {
	border-radius: 5px;
	background-color: #37BD3E;
	color: #FFFFFF;
	font-weight: bold;
	height: 20px;
	width: 80px;
	margin-left: 50px;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
}

.defavorable {
	border-radius: 5px;
	background-color: #FF0000;
	color: #FFFFFF;
	font-weight: bold;
	height: 20px;
	width: 95px;
	margin-left: 50px;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
}

.favorable.big, .defavorable.big {
	width: 120px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	margin-left: 135px;
	text-align: center;
}


.institution-block.error {
	border: 1px solid red;border-radius: 5px;padding: 5px;
}

input.error {
	border: 1px solid red;
}

select.error {
    border: 1px solid red;
}

input[disabled].disabledSubmitBtn, input[disabled].disabledSubmitBtn:hover{
	color: #999;
	background-color: #F0F8FF;
	border:#999;

}

/* @end */


/* @group On-off switch for autorite decisionnaire*/
.autorite_container {
	padding: 25px;
}

.archives_onoffswitch {
	position: relative; 
	width: 78px;
	-webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

.archives_checkbox {
	display: none !important;
}

.archives_onoffswitch-label {
	display: block; 
	overflow: hidden; 
	cursor: pointer;
	border: 1px solid #999999; 
	border-radius: 20px;
}

.archives_onoffswitch-inner {
	width: 200%; margin-left: -100%;
	-moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
	-o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.archives_onoffswitch-switch {
	width: 26px; margin: 2px;
	background: #FFFFFF;
	border: 2px solid #999999; border-radius: 20px;
	position: absolute; top: 0; bottom: 0; right: 44px;
	-moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
}

.archives_onoffswitch-inner:before, .archives_onoffswitch-inner:after {
	float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
	font-size: 15px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.archives_onoffswitch-inner:before {
	content: "OUI";
	padding-left: 11px;
	background-color: #00A600; color: #FFFFFF;
}

.archives_onoffswitch-inner:after {
	content: "NON";
	padding-right: 11px;
	background-color: #FF0000; color: #FFFFFF;
	text-align: right;
}

.archives_checkbox:checked + .archives_onoffswitch-label .archives_onoffswitch-inner {
	margin-left: 0;
}

.archives_checkbox:checked + .archives_onoffswitch-label .archives_onoffswitch-switch {
	right: 0;
}
.archives_libelle{
	font-weight: bold;
	font-size: 16px;
}


.insee_onoffswitch {
	position: relative; 
	width: 78px;
	-webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

.insee_checkbox {
	display: none !important;
}

.insee_onoffswitch-label {
	display: block; 
	overflow: hidden; 
	cursor: pointer;
	border: 1px solid #999999; 
	border-radius: 20px;
}

.insee_onoffswitch-inner {
	width: 200%; margin-left: -100%;
	-moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
	-o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.insee_onoffswitch-switch {
	width: 26px; margin: 2px;
	background: #FFFFFF;
	border: 2px solid #999999; border-radius: 20px;
	position: absolute; top: 0; bottom: 0; right: 44px;
	-moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
}

.insee_onoffswitch-inner:before, .insee_onoffswitch-inner:after {
	float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
	font-size: 15px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.insee_onoffswitch-inner:before {
	content: "OUI";
	padding-left: 11px;
	background-color: #00A600; color: #FFFFFF;
}

.insee_onoffswitch-inner:after {
	content: "NON";
	padding-right: 11px;
	background-color: #FF0000; color: #FFFFFF;
	text-align: right;
}

.insee_checkbox:checked + .insee_onoffswitch-label .insee_onoffswitch-inner {
	margin-left: 0;
}

.insee_checkbox:checked + .insee_onoffswitch-label .insee_onoffswitch-switch {
	right: 0;
}
.insee_libelle{
	font-weight: bold;
	font-size: 16px;
}

#message-dialogue {
	height : 250px;
}

.pulsating {
  background-color: #33C3F0;
  animation-name: color;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

@keyframes color {
  0% {
    background-color: #33C3F0;
  }
  50% {
    background-color: #2ba9d1;
  }
  100% {
    background-color: #33C3F0;
  }
}

.masque-coordonnees {
	width : 97%;
	height : 850px;
	position: absolute;
	z-index: 9999;
	background-color: #fff;
	opacity: 0.8;
	display:none;
}


/* @end */

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #1e3458;
  border-color: #1e3458; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1c2738;
  border-color: #1c2738; }

a {
  color: #348eae; }
a:hover {
  color: #2984a6; }

/* @group Nouvelle page d'accueil */

h6 {
    display: block;
    font-size: 16px ;
    color: #597c82;
}

.h7 {
    font-family: 'Libre Baskerville', serif;
    font-size: 15px ;
    font-weight: 200;
}

.h8  {
    display: block;
    font-family: 'Libre Baskerville', serif;
    font-size: 24px ;
    color: #FFFFFF;
}

h9  {
    font-family: 'Libre Baskerville', serif;
    font-size: 30px ;
    color: #28446b;
    padding-bottom: 20px;
    margin-bottom: 40px;
    display: block;
    background: url(../img/sep-h.gif) no-repeat left bottom;

}

.h-description p{
	margin-bottom: 0 ! important;
}

#separateur-v {
    background: url(../img/sep-v.gif) no-repeat center;
    height: 300px;
;
}

ul#nav-accueil {
    background-color: #FFFFFF;
    width: 100%;
    height: 40px;
    margin-bottom: 0;
}

ul#nav-accueil li {
    list-style-type: none;
    margin: 0;
    float: left;
    background-color: #77899d;
    display: block;
    width: 21%;
}

ul#nav-accueil li a {
    text-decoration : none;
    display: block;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
}

ul#nav-accueil li:hover {
    background-color: #687788;

}

ul#nav-accueil li#contacts {
    display: block;
    float: right;
    background-color: #d4d9df;
    width: 320px;
}

ul#nav-accueil li#contacts:hover {
    background-color: #bbbec0;
}

ul#nav-accueil li#contacts a {
    color: #586d82;

}

#accueil {
	padding-top: 10px;
	padding-bottom: 60px;
}

#header a {
    margin: 0;
}

#accueil ul#blocs {
	position: absolute;
	top: 220px;
	right: 0;
	list-style-type: none;
	margin: 0;
}

#accueil ul#blocs li {
	width: 290px;
	padding: 10px;
	padding-left: 20px;
	padding-bottom: 20px;
}

#accueil ul#blocs li .h8 {
	font-size: 20px;
}


/* @end */



#accueil #bloc1 {
    border-top: 5px solid #96a6bf;
    background: #19325a url(../img/chevron1.png) no-repeat 20px 80px;
}

#accueil #bloc2 {
	padding-top: 10px;
    border-top: 5px solid #76869d;
    background: #5a6e89 url(../img/chevron2.png) no-repeat 20px 65px;
}



#accueil #bloc3 {
	padding-top: 10px;
    border-top: 5px solid #6f9797;
	background-color: #5a878a;
    background-image : url(../img/chevron3.png), url(../img/warning.png);
	background-position:
			20px 170px,
			15px 65px;
	background-repeat:
			no-repeat;
}

#accueil #bloc3 .warning {
	color: #ffcc00;
	text-align: justify;
	width: 95%;
}

#accueil #bloc4 {
    border-top: 5px solid #6baf88;
    background: #50946d url(../img/chevron4.png) no-repeat 20px 80px;
}

#accueil ul#blocs li a.bloc-complet {
	display: block;
	color: #dddddd;
	text-decoration : none;
}

#accueil ul#blocs li a.bloc-detail {
	color: #dddddd;
	text-decoration : none;
}

#accueil ul li .liens {
margin-left: 30px;
}

#accueil ul li .liens a {
	font-size: 13px;
	display: block;
	line-height: 18px;
	padding: 0;
	margin-top: 10px;
	color: #fff;
	text-decoration: none;
}


#accueil ul li .liens p {
	font-size: 13px;
	line-height: 18px;
	padding: 0;
	margin-top: 10px;
	color: #fff;
	text-decoration: none;
}

#accueil ul li .liens a .fa-file-pdf-o{
	color: #FFFFFF;
}


radiogroup label {
	display: block;
	float: left;
	margin-right: 10px;
	background-color: #eee;
	line-height: 30px;
	height: 30px;
	padding-left: 5px;
	padding-right: 20px;
	border-radius: 5px;
}

radiogroup label.selected {
	color: #fff;

}

radiogroup label#avisfav.selected {
	background-color: #37BD3E;
}

radiogroup label#avisdef.selected {
	background-color: #ff0000 ;
}

radiogroup label#noncompetent.selected {
	background-color: #999 ;
}

radiogroup label#statut1.selected {
	background-color: #37BD3E;
}

radiogroup label#statut2.selected {
	background-color: #FF7F00;
}

radiogroup label#statut3.selected {
	background-color: #ff0002;
}
radiogroup label.statut_prj:hover {
	cursor: pointer;
}
radiogroup input {
	opacity: 0;
}


/* @end */

/*Point statut Scss*/

label[for="point_scss_commentaire"] {
	margin-top: 20px;
}

#point_scss_commentaire {
	width: 100%;
	height: 300px;

}

/*End*/


#footer {
	width: 100%;
	background-color: #253447;
	padding-top: 20px;
	color: #FFF;
}

#footer a {
	color: #FFF;
}

#footer #scss {
	background: url(../img/footer-scss.png) no-repeat left top;
	height: 200px;
	padding-left: 70px;
	margin-bottom: 20px;
}

#footer #scss p {
	font-size: 11px;
}

#footer #liens {
	background: url(../img/footer-sep.png) no-repeat left top;
	height: 200px;
	padding-left: 50px;
	margin-bottom: 20px;
}

#footer #liens a {
	display: block;
	text-decoration: none;
	font-size: 11px;
}

hr.notsomuchmargin{
	margin-top: 1rem;
	margin-bottom: 1rem;

}


/* @end */

label .bigstar {
	font-size: 24px;
	line-height: 12px;
	vertical-align: text-bottom;
}


/* Mobile first queries */

/* Larger than mobile */

@media (min-width: 400px) {

	#accueil ul#blocs {
		display : none;

	}

	#accueil ul#blocs li {
        width: 100px;
    }

    .h8 {
        font-size: 12px;
    }

    ul#nav-accueil li#contacts {
        width: 130px;
    }
    #separateur-v {
        display: none;
    }
    #nouveau-compte {
        clear: both;
        margin-top: 40px;
        width: 100%;
    }
    #compte-existant {
        width: 100%;
    }

	#footer {
		height: 225px;
	}

	#tdb-text {
		display: none;
	}
}

/* Larger than phablet */

@media (min-width: 550px) {

	#accueil ul#blocs {
			 display : block;
		 }
}

/* Larger than tablet */

@media (min-width: 750px) {


    #separateur-v {
        display: block;
    }
    #nouveau-compte {
        margin-top: 0;
        clear: none;
        width: 30%
    }
    #compte-existant {
        width: 55%;
    }

}

/* Larger than desktop */

@media (min-width: 1000px) {
	#accueil ul#blocs li {
        width: 200px;
    }
    .h8 {
        font-size: 18px;
    }
    ul#nav-accueil li#contacts {
        width: 230px;
    }

}

/* Larger than Desktop HD */
@media (min-width: 1200px) {
	#accueil ul#blocs li {
        width: 290px;
    }
    .h8 {
        font-size: 24px;
    }
    ul#nav-accueil li#contacts {
        width: 320px;
    }
}
/**

/* Larger than 1300 */
@media (min-width: 1300px) {
	#tdb-icon {
		display: none;
	}
	#tdb-text {
		display: block;
	}
}
/**

/* Larger than 1470 */
@media (min-width: 1470px) {
	#src-court {
		display: none;
	}
	#src-long {
		display: block;
	}
}
/**
	Dialogue demandeurs
 */
#dlg-ch-table caption {
	caption-side: top;
	text-align: left;
}

/**
  Page traiter la demande /sp-prj-sources-accord/{idprj}
 */
form[name="post_accord"] #filters {
	margin-bottom: 20px;
	background-color: #b9b9b9;
	padding: 15px;
	border-radius: 5px;
}
form[name="post_accord"] #filters label {
	color: #FFFFFF;
}
#sp_sources_accords tr td.com {
	background-color: #b9b9b9;
	color: #FFFFFF;
}
/**
	page /scss-producteurs
 */
form[name="producteurs"] #filters {
	margin-top: 50px;
	background-color: #b9b9b9;
	padding: 15px;
	border-radius: 5px;
}
form[name="producteurs"] #filters label {
	color: #FFFFFF;
}
form[name="producteurs"] .producteur {
	font-weight: bold;
}
form[name="producteurs"] .contact {
	font-style: italic;
}
#page-producteur span.millesime-year {
	font-family: "Times New Roman", Times, serif;
	background-color: #2aabd3;
	height: 20px;
	line-height: 20px;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
	color: #fff;
	border-radius: 20px;
	font-size: xx-small;
}
#page-producteur p.nav {
	background-color: #1e3458;
	color: #FFFFFF;
	margin-bottom: 0;
	padding-right: 2%;
	padding-left: 2%;
	width: 96%;
	line-height: 50px;
	border-radius: 5px;
}
#page-producteur p.nav:hover {
	cursor: pointer;
}
#page-producteur .nav i {
	padding-top: 20px;
	float: right;
}
#page-producteur #show-producteur {
	padding-bottom: 20px;
}

#loader {
	border: 16px solid #f3f3f3; /* Light grey */
	border-top: 16px solid #3498db; /* Blue */
	border-radius: 50%;
	width: 120px;
	height: 120px;
	animation: spin 2s linear infinite;
	text-align: center;
	margin: 0 auto;
}
/* suppression espace barre de recherche datatable */
#page-producteur .dataTables_length, .dataTables_filter {
	margin-bottom: 0 !important;
}

#page-producteur .dataTables_wrapper .dataTables_filter input {
	margin-bottom: 0 !important;
}
/* fin suppression espace barre de recherche datatable */
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
#liste_fiches tbody tr:hover {
	cursor: all-scroll;
}
#delete-fiche:hover {
	cursor: pointer;
}
#liste_groupetheme tbody tr:hover {
	cursor: all-scroll;
}

table#sources td.visibilite {
	text-align: center;
	font-size: 0.7em;
	color: #000000;
}

table#sources td.visibilite::before {
	content: "●\A";
	font-size: 4em;
	line-height:1em;
	white-space: pre;
}

table#sources td.visibilite.vert::before {
	color: #00A600;
}
table#sources td.visibilite.orange::before {
	color: #ff8700;
	cursor: pointer;
}
table#sources td.visibilite.rouge::before {
	color: #ff0000;
}


/**
	FIN page /scss-producteurs
 */
#page-producteur .table {
	padding: 0 10px;
}

.rond {
	height: 10px;
	width: 10px;
	background-color: grey;
	border-radius: 50%;
	display: inline-block;
}

.red {
	color: red;
}

.orange {
	color: darkorange;
}

.fa-2x {
	position:relative;
}

.fa-commenting-o {
	color : #348eae;
	cursor: pointer;
}

.fa-2x[data-count]:after{
	position:absolute;
	left:60%;
	top:-10%;
	content: attr(data-count);
	font-size:40%;
	padding:.2em;
	border-radius:999px;
	line-height:1.1em;
	color: white;
	background:rgba(255,0,0,.9);
	text-align:center;
	min-width:1.7em;
	font-weight:bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fa.bleu {
	color: #12c2ee;
}
.fa.vert {
	color: #00A600;
}

.fa.orange {
	color: #ff8700;
}

.fa.rouge {
	color: #ff0000;
}

.fa.gris {
	color: #999;
}

.recette {
	background: repeating-linear-gradient(
			45deg,
			#606dbc,
			#606dbc 10px,
			#465298 10px,
			#465298 20px
	);
}

.recette-cdap {
	background: repeating-linear-gradient(
			45deg,
			#F6F0CF,
			#F6F0CF 10px,
			#98CD8D 10px,
			#98CD8D 20px
	);
}

/* dialogue SP */
.i-dlg-link {
	color: #FFFFFF;
}
.i-dlg-link:hover {
	color: darkgrey;
}
.i-dlg-link-2x {
	color: #425374;
}
.i-dlg-link-2x:hover {
	color: darkgrey;
}
div.scroll {
	margin:4px;
	padding:4px;
	height: 300px;
	overflow-x: hidden;
	overflow-x: auto;
	text-align:justify;
	border: 1px solid darkgrey;
}
.delete-email-button::after {
	content: "\f00d";
	color: dodgerblue;
	font-family: FontAwesome;
	cursor: pointer;

}

/* affichage encadré justification variable dans référentiel chercheur */
.justif { border:2px solid #7098b2;padding: 1em;position: relative; }
.justif-edit { color:#7098b2;position: absolute; right:0;bottom: 0; cursor: pointer }
.justif.error {border:2px solid red;}
.justif-edit.error { color:red; }
#sources p.justif {cursor: pointer;}

/*bloc submit*/
#submit-bloc {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 5px;
}

.infobulle {
	display: none;
	border-radius: 5px;
	background-color: #fffda7;
	border: #f1da53 1px solid;
	padding: 5px 10px 5px 10px;
	margin-bottom: 10px;
}

p.title {
	background-color: #1e3458;
	color: #FFFFFF;
	margin-bottom: 0;
	padding-right: 2%;
	padding-left: 2%;
	width: 96%;
	line-height: 50px;
}

/* Dates derniers échanger tdb utilisateur */
.datelastdlg {
	border-radius: 10px;
	width: 100%;
	margin: 10px 0 20px 0;
	box-shadow: 0 0 5px 0 rgba(119, 119, 119, 0.8);
}

.datelastdlg p {
	/*background-color: #003c76;*/
	background-color: #1EAEDB;
	border-radius: 10px 10px 0 0;
	color: #fff;
	font-size: 0.6em;
	line-height: 20px;
	height: 20px;
	text-align: center;
	margin-bottom: 0;
}

.datelastdlg .dateech {
	background-color: #fff;
	border-radius: 0 0 10px 10px;
	text-align: center;
	padding: 10px 0 10px 0;
}

.datelastdlg .dateech.old1 {
	background-color: #fff;
	opacity: 1;
}
.datelastdlg .dateech.old2 {
	background-color: #eee;
	opacity: 0.7;
}
.datelastdlg .dateech.old3 {
	background-color: #ddd;
	opacity: 0.5;
}
.datelastdlg .dateech.old4 {
	background-color: #ccc;
	opacity: 0.3;
}

input:-moz-read-only { background: #efefef; }
input:read-only { background: #efefef; }
select:disabled { background: #efefef; }
textarea:-moz-read-only { background: #efefef; }
textarea:read-only { background: #efefef; }

.button.vert {
	background-color: #00A600;
	border: 1px solid #00A600;
	color: #fff;
}

.button.vert:hover {
	background-color: #007c00;
	border: 1px solid #007c00;
	color: #fff;
}
.button.rouge {
	background-color: #FF0000;
	border: 1px solid #FF0000;
	color: #fff;
}

.button.rouge:hover {
	background-color: #b00000;
	border: 1px solid #b00000;
	color: #fff;
}

.button-small {
	height: 28px;
	line-height: 28px;
}

.btn_procedure_simplifiee:hover {
	cursor: pointer;
}

.btn_procedure_simplifiee .fa-bars.fa-stack,.btn_procedure_simplifiee .fa-hourglass.fa-stack-1x {
	color: #00A600;
}

.note {
	font-size: 0.9em;
}

.note .sup {
	font-size: 1em;
}

.icone_dgfip {
	margin-top: 5px;
	display: block;
	background: url(../img/dgfip.svg) no-repeat;
	width: auto;
	height: 1.333em;
	clear: left;
}

/*BDF*/
#pointsbdf th, #pointsbdf tr {
	font-size: 0.9em;
}

#pointsbdf  .small_screen {
	display: block;
}
#pointsbdf  .large_screen {
	display: none;
}

@media (min-width: 1400px) {
	#pointsbdf  .small_screen {
		display: none;
	}
	#pointsbdf  .large_screen {
		display: block;
	;
	}
}

.timeline {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  position: relative;
}

.step {
  position: relative;
  flex: 1 1 auto;
  min-width: 150px;
  padding: 10px 15px 10px 20px;
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
  transition: transform 0.3s ease;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* ✅ la flèche suivante n’écrase pas la précédente */
.step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: -40px;
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 40px solid white;
  z-index: 2;
}

.step:hover {
  transform: scale(1.15);
  z-index: 3;
}
.content p {
  margin: 0;
  font-weight: bolder;
}

/* Responsive */
@media (max-width: 768px) {
  .timeline {
    flex-direction: column;
    align-items: stretch;
  }

  .step {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 90% 100%, 0 100%);
    margin-bottom: 20px;
    padding: 20px;
  }

  .step:not(:last-child)::after {
    display: none;
  }
}



progress.progress-bdf {
  border-radius: 7px; 
  height: 20px;
  box-shadow: 1px 1px 4px rgba( 0, 0, 0, 0.2 );
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  background-size: auto; 
  background-color: #eee;
}

progress.progress-bdf::-webkit-progress-bar {
  background-color: #eee;
  border-radius: 47px;
}

div.red-bdf, td.red-bdf, progress.red-bdf::-webkit-progress-value {
	background-color: rgba(255, 0, 0, 0.20);
  
}
div.orange-bdf, td.orange-bdf, progress.orange-bdf::-webkit-progress-value  {
	background-color: rgba(255, 197, 0, 0.50);

}
div.violet-bdf,td.violet-bdf, progress.violet-bdf::-webkit-progress-value  {
	background-color: rgba(255, 105, 0, 0.70);
 
}
div.blue-bdf,td.blue-bdf, progress.blue-bdf::-webkit-progress-value  {
	background-color: rgba(0, 148, 255, 0.50);

}
div.green-bdf, td.green-bdf, progress.green-bdf::-webkit-progress-value  {
	background-color: rgba(71, 255, 0, 0.20);

}
td.grey-bdf, progress.grey-bdf::-webkit-progress-bar  {
	background-color: rgba(120, 120, 120, 0.20);
}


#points tr.actif {
	border-left: #0d1b42 10px solid;
	background-color: #d7d7d7;
}
#points tr.actif td:first-of-type {
	text-indent: 20px;
}



/* BdF */
.point_ensommeil {
	background-color: lightgrey !important;
}

#pointsbdf tbody tr.odd {
    background-color: lightblue;
}


/* DGFIP */
#pointsdgfip tr td {
	width: initial;
}

#pointsdgfip .status {
	border-radius: 4px;
	padding: 0 10px 0 10px;
	text-align: center;
	height: 25px;
	color: #fff;
	line-height: 24px;
	font-size: 0.9em;
}

#pointsdgfip .status.non_valide_css, .status.autorisation_refusee {
	background-color: red;
}

#pointsdgfip .status.autorisation_possible {
	background-color: orange;
}

#pointsdgfip .status.autorisation_revue {
	background-color: grey;
}

#pointsdgfip .status.autorisation_donnee {
	background-color: green;
}
#pointsdgfip .status.autorisation_en_cours {
	background-color: #005895;
}

#pointsdgfip .pdf_css {
	position: relative;
}

#pointsdgfip .pdf_css p {
	font-size: 0.6em;
	font-weight: bold;
	background-color: #fff;
	margin-top: 3px;
	margin-bottom: 3px;

}
#page-producteur .detail_pdf_css {
	position: relative;
	margin: 0 10px;
	width: 40px;
	text-align: center;
}

#page-producteur .detail_pdf_css::after {
	position: absolute;
	font-size: 0.5em;
	font-weight: bold;
}

#page-producteur .css.detail_pdf_css::after {
	content: "CSS";
	bottom: -20px;
	left: -1px;
}

#page-producteur .dgfip.detail_pdf_css::after {
	content: "Aperçu DGFIP";
	line-height: 1.1em;
	bottom: -30px;
	left: -10px;
}

header .logo_dgfip {
	position: absolute;
	right: 5px;
	top: 28px;
}

#onglet-dgfip {
	position: relative;
}

#bouton-historique-complet {
	display: none;
	text-align: center;
	width: 180px;
	height: 33px;
	padding-top: 5px;
	position: absolute;
	left: 148px;
	top: 37px;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #aaa;
	background-color: #fefefe;
	z-index: 10;
}

#bouton-historique-complet a {
	text-decoration: none;
	color: #0d1b42;
	display: block;
	height: 33px;
	line-height: 33px;
}

#bouton-historique-complet a:hover {
	color: #fff;
	background-color: #2c4954;
}



/* Remonte en haut de l'écran */
#toTopBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 98;
	cursor: pointer;
	opacity: 0.7;
	background-color: #7098b2;
}

#toTopBtn .fa.fa-angle-double-up {
	height: 1em;
	width: 1em;
	color: #fff;
	text-align: center;
	padding: 2em 2em;
}

#toTopBtn:hover {
	opacity: 1;

}

#flag {
	position: absolute;
	right: 10px;
	top: 10px;
}

#flag a {
	text-decoration: none;
	color: #424242;
}
table.dataTable>tbody>tr.strikeout td {
	text-decoration-line: line-through;
}
table.dataTable>tbody>tr.strikeout {
	background-color: rgba(167, 139, 123, 0.5);
}
table.dataTable>tbody>tr.new {
	background-color: rgb(250, 199, 54);
}