@CHARSET "UTF-8";

/*****************
 * Générique
 */

@font-face {
	font-family: 'Font Awesome 5 Brands';
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/fontawesome/fa-brands-400.eot");
	src: url("../fonts/fontawesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-brands-400.woff2") format("woff2"), url("../fonts/fontawesome/fa-brands-400.woff") format("woff"), url("../fonts/fontawesome/fa-brands-400.ttf") format("truetype"), url("../fonts/fontawesome/fa-brands-400.svg#fontawesome") format("svg");
}

@font-face {
	font-family: 'Font Awesome 5 Regular';
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/fontawesome/fa-regular-400.eot");
	src: url("../fonts/fontawesome/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-regular-400.woff2") format("woff2"), url("../fonts/fontawesome/fa-regular-400.woff") format("woff"), url("../fonts/fontawesome/fa-regular-400.ttf") format("truetype"), url("../fonts/fontawesome/fa-regular-400.svg#fontawesome") format("svg");
}

@font-face {
	font-family: 'Font Awesome 5 Solid';
	font-style: normal;
	font-weight: 900;
	src: url("../fonts/fontawesome/fa-solid-900.eot");
	src: url("../fonts/fontawesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-solid-900.woff2") format("woff2"), url("../fonts/fontawesome/fa-solid-900.woff") format("woff"), url("../fonts/fontawesome/fa-solid-900.ttf") format("truetype"), url("../fonts/fontawesome/fa-solid-900.svg#fontawesome") format("svg");
}


.bg-light {
	/*background-color: #DFE8E3!important;*/
	background: transparent;
	background-color: transparent;
}

a {
	color: #242424;
}
a:hover, a.active {
	color: #242424;
}
a:focus{
	outline:thin dotted
}

.fil_ariane {
	font-size:10px;
	color:#242424;
}


.underline {
	text-decoration: underline;
}

.pointer {
	cursor: pointer;
}

.disabled {
	color: #868686;
	font-style: italic;
	cursor: not-allowed;
}

input.error {
  background-color: #ffdddd;
}

.error {
	font-weight:bold;
    color: red;
}

.divFormError {
	margin-bottom: -15px;
	margin-top: 10px;
	color: red;
}

.inline {
	display: inline;
}
.inlineBlock {
	display: inline-block;
}
.center {
	text-align: center;
}

.vcenter {
    display: flex;
    align-items: center;
}

.vbottom {
	display: flex;
	bottom: 0;
}

.vtop {
	vertical-align: top;
}

.margin-top-05 { margin-top: 0.5em; }
.margin-top-10 { margin-top: 1.0em; }
.margin-top-12 { margin-top: 1.2em; }
.margin-top-15 { margin-top: 1.5em; }
.margin-top-20 { margin-top: 2.0em; }
.margin-top-25 { margin-top: 2.5em; }
.margin-top-30 { margin-top: 3.0em; }

.margin-bottom-05 { margin-bottom: 0.5em; }
.margin-bottom-10 { margin-bottom: 1.0em; }
.margin-bottom-15 { margin-bottom: 1.5em; }
.margin-bottom-20 { margin-bottom: 2.0em; }
.margin-bottom-25 { margin-bottom: 2.5em; }
.margin-bottom-30 { margin-bottom: 3.0em; }

.margin-left-05 { margin-left: 0.5em; }
.margin-left-10 { margin-left: 1.0em; }
.margin-left-15 { margin-left: 1.5em; }
.margin-left-20 { margin-left: 2.0em; }
.margin-left-25 { margin-left: 2.5em; }
.margin-left-30 { margin-left: 3.0em; }
.margin-left-50 { margin-left: 5.0em; }

.margin-right-05 { margin-right: 0.5em; }
.margin-right-10 { margin-right: 1.0em; }
.margin-right-15 { margin-right: 1.5em; }
.margin-right-20 { margin-right: 2.0em; }
.margin-right-25 { margin-right: 2.5em; }
.margin-right-30 { margin-right: 3.0em; }
.margin-right-50 { margin-right: 5.0em; }

.alignRight {
	text-align: right;
}

.verticalTop {
	vertical-align: top;
}
.verticalMiddle, .table td.verticalMiddle, .table th.verticalMiddle {
	vertical-align: middle;
}

#overlay {
	background: #ffffff;
	color: #666666;
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 5000;
	top: 0;
	left: 0;
	float: left;
	text-align: center;
	padding-top: 25%;
	opacity:0.6;
}

/****************
* rewriting atlantis.css
*/
.navbar-brand {
	font-size: 2em;
}

div.dataTables_wrapper div.dataTables_filter {
	float: right;
}
tfoot input {
	width: 100%;
	padding: 3px;
	box-sizing: border-box;
}
.dataTable > tfoot > tr {
	background-color: #e3e9ef;
}

#tblListe_paginate {
	margin-top: -25px;
}


select.form-control:not([size]):not([multiple]) {
	height: calc(2.25rem + 2px);
}

.navbar-collapse > .list-inline > .list-inline-item a  {
	margin-right: 20px;
	color: #242424;
}

/****************
* file d'ariane
*/

.breadcrumb {
	margin: 0;
	background-color: transparent;
    font-weight:bold;
	font-size: 15px;
	color: #2d77b8;
}
.breadcrumb > li + li::before {
	content: ">";
}


/**
 *
 */
.nowrap {
    white-space:nowrap;
    }

/****************
* Listes
*/
.listeActions {
	text-align: center;
}
.listeActions a i, .listeActions a span {
	padding: 2px;
}
.actionListe {
	font-size: 18px;
}

#dateSelector {
	display:none;
	position:absolute;
	border: #8d8d8d solid 1px;
	border-radius : 5px;
	background-color: white;
	padding: 5px;
	z-index: 1001;
}

table.dataTable.table-sm .sorting:before, table.dataTable.table-sm .sorting_asc:before, table.dataTable.table-sm .sorting_desc:before {
	top: 5px;
	right: 1.2em;
}

/****************
* Formulaires
*/

h4.utiCreMod {
	font-size: 11px;
	margin: 0;
	padding: 0;
}

.blocCre {
	float: right;
}
.widthFit {
	width: 100%;
}

.form-check-input {
	margin-top: 0.1rem;
	height: 15px;
}
.col-form-label {
	font-weight: bold;
}

.obligatoire {
	float: right;
	position: absolute;
	right: 5px;
	bottom: 5px;
	font-size: 12px;
}

.form-control:focus, .form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.form-control.is-invalid {
	border: none;
	background: none;
}

.form-check-input {
	width: auto;
}

.form-select {
	height: calc(1.5em + .5rem + 2px);
	padding: .375rem .75rem;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


/**************
* Gedmo Histo
 */

i.gedmoHisto {
	display: inline;
	margin-left: 10px;
}
h4.gedmoHisto {
	font-size: 14px;
}
ul.gedmoHisto {
	padding-left: 1.4em;
}
ul.gedmoHisto li {
	font-size: 13px;
}

/**************
* File Upload
 */
.fileinput-button {
    background-color:#2d77b8;
}

.fileinput-button:hover {
    background-color:#2d77b8;
}


/***************
* Onglets
 */
.nav-onglets-eurossur{
	margin-left: 18px;
	margin-right: 18px;
}

/****************
* Couleurs SEST
 */

.bg-sest1 {
	background-color: #FFD312;
}
.bg-sest2 {
	background-color: #7EB573!important;
}

.btn-sest1 {
	color: #242424;
	background-color: #FFD312;
	border-color: #FFD312;
}

.table .thead-light th {
	color: #495057;
	background-color: #E5EDE8;
	border-color: #d1d9d4;
}

.table-bordered td, .table-bordered th {
	border: 1px solid #d1d9d4;
}

.card, .form-control {
	border: 1px solid #d1d9d4;
}

.card-header {
	background-color: #FFD312;
}
.levierValide a {
	color: #7EB573;
	/*font-weight: bold;*/
}
.levierActif {
	font-weight: bold;
	text-decoration: underline;
}
.questSommaire {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}
.progressBloc {
	width: 9%;
	/*display: contents;*/
	/*height: 100%;*/
	height: 15px;
	border-right: solid 1px #d1d9d4;
	position: absolute;
	vertical-align: center;
	text-align: center;
	padding-bottom: 3px;
}
.progressBlocMargin1{
	margin-left: 0;
}
.progressBlocMargin2{
	margin-left: 9%;
}
.progressBlocMargin3{
	margin-left: 18%;
}
.progressBlocMargin4{
	margin-left: 27%;
}
.progressBlocMargin5{
	margin-left: 36%;
}
.progressBlocMargin6{
	margin-left: 45%;
}
.progressBlocMargin7{
	margin-left: 54%;
}
.progressBlocMargin8{
	margin-left: 63%;
}
.progressBlocMargin9{
	margin-left: 72%;
}
.progressBlocMargin10{
	margin-left: 81%;
	border: none
}
.cardConclusion {
	padding: 1em;
}

.resultNiv1 {
	background-color: rgba(170,25,26,0.88);
}
.resultNiv2 {
	background-color: rgba(231, 72, 61, 0.88);
}
.resultNiv3 {
	background-color: rgba(237, 150, 15, 0.88);
}
.resultNiv4 {
	background-color: rgba(167, 203, 110, 0.88);
}

.curseurBradley {
	position: absolute;
	top: 0;
	left: 0;
}

#bradley {
	width: 100%;
	max-width: 700px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	border: 1px solid #FFD312;
	background: #FFD312;
	font-weight: normal;
	color: #495057;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #495057;
	text-decoration: none;
}
.ui-widget-header {
	border: 1px solid #E5EDE8;
	background: #E5EDE8;
	color: #333333;
	font-weight: bold;
}

.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #1A6867;
	border-color: #1A6867;
}

.page-link {
	color: #1A6867;

}
.btn-primary {
	background-color: #fff;
	color: #1A6867;
	border-color: #1A6867;
}
.btn-primary:hover {
	background-color: #1A6867;
	color: #fff;
	border-color: #fff;
}
.btn-secondary {
	color: #fff;
	background-color: #1A6867;
	border-color: #1A6867;
}

.fr-toolbar {
	border-top: 5px solid #FFD312;
}

.lienAbsimetre {
	margin: 5px 0 10px 10px;
}
.fa-sign-out-alt {
	font-size: x-large;
}