/* COULEURS OFFICIELLES
jaune : #ffcb00
marron : #5e514d
*/

/*GENERAL */
.dash_table{
	width:95%!important;
}
.dash_table tr:nth-child(odd){
	background-color:#eeeeee;
}
.dash_table td, .dash_table th{
	border:1px solid #cccccc;
	padding:5px 20px 5px 10px;
}
.dash_table td, .dash_table th{
	border:1px solid #cccccc;
	padding:5px 20px 5px 10px;
}
.stat_dashboard img{
	max-width:30px;
	margin-bottom:20px;
}
.card_dashboard{
	box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.choose_csv{
	width: 100%!important;
	border-radius: 1px solid #f00;
}
.form-control:disabled, .form-control[readonly] {
  background-color:#dddddd!important;
  color:#8a8a8a!important;
}
#recapImport{
	display:none;
}
.notif{
	color:#ffffff;
	font-weight:bold;
	padding:2px 6px;
	border-radius:35px;
	overflow:hidden;
	text-wrap:nowrap;
	white-space: nowrap;
}
.notif_complet{
	background-color:#00aa1c;
}
.notif_partiel{
	background-color:#f3b100;
}
.notif_echec{
	background-color:#d40000;
}
#csv_file{
	width:100%;
	background-color:#fff;
	color:#888da8;
}
input[type="file"]::file-selector-button {
	border:none;
	background-color: #007bff;
	border-color: #007bff;
	color: #ffffff;
	border-radius:25px;
	cursor:pointer;
	padding-left:15px;
	padding-right:15px;
	height:35px;
}
input[type="file"]::file-selector-button:hover {
	background-color: #5e514d!important;
}

.selectize-input.disabled {
  background-color:#dddddd!important;
  color:#8a8a8a!important;
  opacity:1!important;
}
#session_clock{
	margin-top:-10px;
	height: 50px;
	width: 50px;
	display: inline-block;
	border-radius: 50px;
	line-height: 50px;
	text-align: center;
	letter-spacing: 0px;
	font-size: 1em!important;
	color: #ffffff; border: #007bff; background: linear-gradient(#007bff, #007bff);
}
body{
	background-color:#eeeeee!important;
}
.ico-upload{
	display:inline-block;
	padding:0px 8px;
	color:#fff;
	background-color:#007bff;
	border-radius:15px;
}
.ico-download{
	display:inline-block;
	padding:0px 8px;
	color:#fff;
	background-color:#007bff;	
	border-radius:15px;
}
.btn-info.disabled, .btn-info:disabled {
	background-color: #cdcdcd!important;
	border-color: #cdcdcd!important;
}
a{
	text-decoration:none!important;
}
.dropdown-menu a , .dropdown-menu span{
	color:#212529!important;
}
.dropdown-menu a:hover , .dropdown-menu span:hover{
	color:#ffcb00!important;
}
.entrepreneur_nb_total{
	background-color:#ffcb00!important;
	color:#5e514d!important;
}
#logout{
	cursor:pointer;
}
code {
	color: #515365;
}
.dropdown-toggle{
	cursor:pointer;
}
.pagination li.disabled a .btn{
	background-color:#eee!important;
	border-color:#eee;
	color:#aaa!important;
}
.pagination{
	background-color:none!important;
	--bs-pagination-active-color: none;
	--bs-pagination-active-bg: none;
	--bs-pagination-active-border-color: none;
	--bs-pagination-disabled-color: none;
	--bs-pagination-disabled-bg: none;
	--bs-pagination-disabled-border-color: none;

}
.welcome_card{
	width:600px;
}
.table_100{
	width:100%;
}
.tippy-box[data-animation="fade"][data-state="hidden"] {
    opacity: 0;
}
[data-tippy-root] {
    max-width: calc(100vw - 10px);
}
.tippy-box {
    position: relative;
    background-color: #333;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.4;
    white-space: normal;
    outline: 0;
    transition-property: transform, visibility, opacity;
}
.tippy-box[data-placement^="top"] > .tippy-arrow {
    bottom: 0;
}
.tippy-box[data-placement^="top"] > .tippy-arrow:before {
    bottom: -7px;
    left: 0;
    border-width: 8px 8px 0;
    border-top-color: initial;
    transform-origin: center top;
}
.tippy-box[data-placement^="bottom"] > .tippy-arrow {
    top: 0;
}
.tippy-box[data-placement^="bottom"] > .tippy-arrow:before {
    top: -7px;
    left: 0;
    border-width: 0 8px 8px;
    border-bottom-color: initial;
    transform-origin: center bottom;
}
.tippy-box[data-placement^="left"] > .tippy-arrow {
    right: 0;
}
.tippy-box[data-placement^="left"] > .tippy-arrow:before {
    border-width: 8px 0 8px 8px;
    border-left-color: initial;
    right: -7px;
    transform-origin: center left;
}
.tippy-box[data-placement^="right"] > .tippy-arrow {
    left: 0;
}
.tippy-box[data-placement^="right"] > .tippy-arrow:before {
    left: -7px;
    border-width: 8px 8px 8px 0;
    border-right-color: initial;
    transform-origin: center right;
}
.tippy-box[data-inertia][data-state="visible"] {
    transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}
.tippy-arrow {
    width: 16px;
    height: 16px;
    color: #333;
}
.tippy-arrow:before {
    content: "";
    position: absolute;
    border-color: transparent;
    border-style: solid;
}
.tippy-content {
    position: relative;
    padding: 5px 9px;
    z-index: 1;
}
.btnUser:checked, .btnUser.active, .btnUser.show, .btnUser:first-child:active{
	border:none;
}

div.dt-container div.dt-search input{
	max-height:35px!important;
}
.page-link{
	border:none!important;
}
.table-lg > tbody > tr > td, .table-lg > tfoot > tr > td, .table-lg > tfoot > tr > th, .table-lg > thead > tr > td{
		padding:7px!important;
}
.table-lg > tbody > tr > th, .table-lg > thead > tr > th{
		padding:10px 5px 10px 5px!important;
}
.gm-style-iw-d p , .gm-style-iw-d h4{
	font-family: ;
	color:#333333!important;
	font-family: "Helvetica Neue", Arial!important;
}
.gm-style-iw-d p{
	font-size:14px!important;
}
.gm-style-iw-d h4{
	font-size:17px!important;
}
.gm-ui-hover-effect{
	width:24px!important;
	height:24px!important;
	top:0px!important;
	right:20px!important;
}
h1.erreur404{
	font-weight:500!important;
	font-size:40px!important;
}
.bienvenue{
	display:flex;
	padding:0;
}
.bienvenue li{
	transition: all 0.35s ease;
	border-radius: 15px;
	background:#ffcb00;
	list-style:none;
	width:46%;
	margin:0 2% 0 2%;
	min-height:100px;
}
.bienvenue li:hover{
	background-color:#5e514d;
}
.bienvenue li:hover h4,.bienvenue li:hover p{
	transition: all 0.35s ease;
	color:#fff;
}
.bienvenue li div.fleche img {
	width:17px;
	height:17px;
}
.bienvenue li div.fleche{
	padding:0 0 0 20px;
	filter: invert(32%) sepia(5%) saturate(1161%) hue-rotate(328deg) brightness(95%) contrast(88%);
}
.bienvenue li:hover div.fleche{
	transition: all 0.25s;
	filter: invert(100%) sepia(100%) saturate(22%) hue-rotate(35deg) brightness(106%) contrast(105%);
	margin-left:80%;
}
.bienvenue h4,.bienvenue p{
	color:#5e514d;
}
.bienvenue h4{
	font-size:21px!important;
	padding:10px 0 10px 20px;
}
.bienvenue p{
	line-height:22px;
	padding:0 0 0 20px;
}
.bienvenue li.error:hover , .bienvenue li.error{
	background-color:#dedede!important;
}
.bienvenue li.error:hover h4,.bienvenue li.error:hover p,.bienvenue li.error h4,.bienvenue li.error p,.bienvenue li.error a,.bienvenue li.error:hover a{
	color:#989898!important;
	cursor:default!important;
}
.footer a{
	padding:2px 5px;
	color:#5e514d!important;
	transition: all 0.35s ease;
}
.footer a:hover{
	background-color:#5e514d!important;
	color:#fff!important;
	border-radius:15px;
}
.footer a.active{
	background-color:#5e514d!important;
	color:#fff!important;
	border-radius:15px;
}
.gm-style-iw h4{
	font-weight:500;
	border-bottom:2px solid #ffcb00;
	margin-bottom:10px!important;
	margin-top:-6px!important;
}
.gm-style-iw p{
	font-weight:400;
	line-height:20px;
}
.side-nav .side-nav-inner .side-nav-menu > li > a{
	padding:0px;
}
.side-nav .side-nav-inner .side-nav-menu > li > a .icon-holder{
	font-size:18px;
}
.dropdown-menu .icon-holder{
	font-size:14px;
}
.side-nav .side-nav-inner .side-nav-menu > li.dropdown ul.dropdown-menu > li > a{
	padding:5px;
}

.nobackground{
	background: none!important;
}
.logo-default{
	background-image: url('../images/logo/logo.png');
	background-size:95%;
}
.table {
	width:98%!important;
	margin-left: 5px!important;
	margin-bottom:0px!important;
	max-width:auto!important;
	table-layout: fixed;
}
.table td , .table th{
	line-height:10px;
}
.table input{
	text-align:center;
	margin: auto 0 auto auto;
}
.table thead td{
	border-top:none!important;
}
.table thead tr td{
	font-weight:bold!important;
}
.table tr:first-child th, .table tr:first-child td {
	border-top: none;
}
#choix_module{
	color:#fff;
	font-size:0px;
	border:none!important;
	opacity:0;
}
#file_upload{
	display:none;
}
#file_upload_custom{
	text-align: center;
	background-color:#ffcb00;
	border-radius:25px;
	display: inline-block;
	padding: 10px 12px 10px 12px;;
	cursor: pointer;
	color:#fff;
	transition: background 0.5s ease;
}
#file_upload_custom:hover{
	background-color:#5e514d;
}
#btnTop{
	border:none;
	z-index: 1000;
	width:50px;
	height:50px;
	background-color:#ffcb00;
	color: #fff;
	position:fixed;
	right:10px;
	bottom:10px;
	display:none;
}
#btnTop:hover{
	background-color:#5e514d;
	color:#fff;
	transition: all 0.25s ease;
}
.rounded-10{
	border-radius:10px;
}
.greyBckg{
	background-color: #efefef;
	border: none;
}
.tab-content{
	background-color: #fff;
}
.card_mini{
	margin-left:auto;
	margin-right:auto;
	width:650px;
}
.card{
	border: none!important;
}
.card , .tab-content{
	border-radius: 10px!important;
}
.tabloDate{
	display: none;
}
.tab-info .nav-tabs > li > a {
	padding-left: 30px;
	padding-right: 30px;
}
.tab-info .nav-tabs > li > a.active {
	border-top: 2px solid #ffcd00;
	background-color: #fff!important;
	color:#515365!important;
}
.tab-info2 .nav-tabs > li > a.active {
	border-bottom: 2px solid #ffcd00;
	background-color: #fff!important;
	color:#515365!important;
}

.tab-info2 .nav-tabs > li > a {
	padding-left: 30px;
	padding-right: 30px;
}
.tab-info2 .nav-tabs > li > a.active:hover, .tab-info .nav-tabs > li > a.active:focus {
 
}
.tab-info .nav-tabs{
	border-bottom:0px;
}
.number{
	height:40px;
	min-width:40px;
	display:inline-block;
	color:#fff;
	border-radius:50px;
	background-color:#ffcb00!important;
	line-height:40px;
	text-align: center;
	letter-spacing:-0.5px;
	font-size:0.7em!important;
	font-weight:bold;
	padding-left:2px;
	padding-right:2px;
}
.number_warning{
	background-color:#dc3545!important;
}
#dt-opt th{
	border-top:none;
}
.fc-basic-view .fc-day-number.fc-today {
	padding: 6px 8px;
}
.widget-feed iframe {
	border: 0;
	margin:10px;
}
#message{
	height:150px;
}
.admin-only{
	border-left:4px solid #ffcb00;
}
.msg-text{
	height:150px;
}
.duree{
	color:#5e514d;
	padding:5px 10px;
	border-radius:15px;
	background-color:#ffcb00;
}
.datepicker{
	z-index:1200 !important;
}
.dateAdd{
	border:2px solid #e8e8e8;
	padding:10px;
	margin-bottom:20px;
	border-radius:10px;
}
.theme-toggle {
	width: 50%;
	left: 50%;
	margin-left: -25%;
}
.dashboardOn{
	color:#ffcb00!important;
}
.fc-title{
	text-overflow: ellipsis;
	white-space: pre-line;
}
.fc-content{
	padding:5px 0px 5px 0px;
	line-height:14px;
}
.list-info img.thumb-img {
	background-color: #aaa;
}
label.error_nbh , label.error{
	background-color:#d32626!important;
	color:#fff!important;
	padding:1px 3px 1px 3px!important;
	text-align:right!important;
	display:block;
	opacity:.9!important;
}
.error_manual{
	color:#f00;
}



/* IMAGES */
#logo-auth{
	width:400px!important;
	height:auto;
}



/* FORMULAIRE */
.champ_calcul{
	font-weight:bold;
}
label {
	padding-right:0!important;
}
.smalltxt{
	font-size:10px;
}
.hiddenfield{
	width: 10px;
	border: none;
	color: #fff;
	opacity: 0;
}
.form-control:disabled, .form-control[readonly] {
	border-color: #e9ecef!important;
}
.form-control {
	background-color:#f8f8f8;
}
.selectize-control.single .selectize-input {
	border-color: #dfdfd1;
	box-shadow: none;
	background-color: #f8f8f8;
	background-image: none;
}
.selectize-input {
	border: 1px solid #dfdfd1;
	background-color: #f8f8f8;
}
.control-label{
	padding-top:8px!important;
}
.container-fluid{
	margin-top:15px!important;
}
.btn-xs {
	font-size: 11px!important;
}
.btn-primary {
	background-color: #5e514d;
	border-color: #5e514d;
	color: #ffffff;
}
.btn-focus {
	background-color: #007bff;
	border-color: #007bff;
	color: #ffffff;
}
.btn-primary:hover, .btn-danger:hover, .btn-focus:hover {
	background-color: #5e514d!important;
	border-color: #5e514d!important;
	color: #ffffff!important;
}
#btn_add_rdv{
	margin-right:10px;
}
.zoneEdit{
	border: 2px solid #e8e8e8!important;
	padding: 10px;
	margin-bottom: 20px;
	border-radius: 10px;
}
.datepicker{
	z-index:1000!important;
}
textarea{
	min-height:100px!important;
}
.radio{
	padding-top:0px!important;
}
.tiny_error{
	color:#f00;
}
#noty_top_layout_container li{
	box-shadow:none!important;
	background:none!important;
	border:none!important;
}
#noty_top_layout_container li .noty_bar .noty_progress_bar{
	background-color:#5e514d!important;
	opacity:.75!important;
}
.noty_type_success {
	background-color: #ffcb00;
	color: #5e514d;
	border-top: none;
	border-bottom: none;
	height:95px!important;
	opacity:.9;
}
.noty_type_error {
	background-color: #d32626;
	color: #ffffff;
	height:95px!important;
	opacity:.9;
}

#noty_top_layout_container{
	top:0px!important;
}
.noty_close{
	opacity:.7!important;
}

/* CARTOGRAPHIE */
#carto_legende{
	width:25px!important;
}
#carto{
	width:100%;
	min-height:800px;
}
.custom-clustericon , .custom-clustericon2 {
	color: #fff;
	border-radius: 100%;
	font-weight: bold;
	font-size: 15px;
	display: flex;
	align-items: center;
}
.custom-clustericon {
	background: var(--cluster-color);
}
.custom-clustericon2 {
	background: var(--cluster-color2);
}

.custom-clustericon::before , .custom-clustericon2::before ,
.custom-clustericon::after , .custom-clustericon2::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	opacity: .2;
	border-radius: 100%;
}

.custom-clustericon::before ,
.custom-clustericon::after{
	background: var(--cluster-color);
}

.custom-clustericon2::before ,
.custom-clustericon2::after{
	background: var(--cluster-color2);
}


.custom-clustericon::before , .custom-clustericon::after {
	background: var(--cluster-color);
}

.custom-clustericon2::before , .custom-clustericon2::after {
	background: var(--cluster-color2);
}

.custom-clustericon::before , .custom-clustericon2::before {
  padding: 25px;
}

.custom-clustericon::after , .custom-clustericon2::after {
  padding: 35px;
}

.custom-clustericon-1 {
	--cluster-color: #ffcb00;
	--cluster-color2: #8d8282; 
}

.custom-clustericon-2 {
	--cluster-color: #ffcb00;
	--cluster-color2: #5e514d;
}

.custom-clustericon-3 {
	--cluster-color: #ff6600;
	--cluster-color2: #3d312e;
}

.iconBig{
	font-size:17px!important;
}
.noty_text{
	display:inline-block;
	text-align:left;
}
.search li{
	list-style:none
}



/* MESSAGES */
.error { color: #ff0000; }
.error_cgu { background-color: #ff0000;color:#fff;padding:5px 10px;display:none;text-align:center;font-weight:bold; }
.tinyerror { color: #ff0000; }
.success { color: #37c936; }
.tinysuccess { color: #37c936; }

#msg_alert,#msg_alert_structure,#msg_alert_quartier,#msg_alert_collectif,#msg_alert_individuel,#msg_alert_participant{
	padding:5px 10px;
	color:#fff;
	background-color:#d50404;
	text-align: center!important;
}
#form_search_key{
	height:34px;
	font-size:12px;
	margin-top:15px;
	padding:5px 5px 5px 5px;
}



/* LOADER */
#progressContainer{
	position:absolute;
	display: none;
	width: 100%;
	z-index:9999;
	margin-left:auto;
	margin-right:auto;
}

#progressBar_c{
	width: 25%;
	height: 8px;
	background:none;
	border: 1px solid #fff;
	border-radius: 5px;
	margin-left:auto;
	margin-right:auto;
}
#progressBar_text{
	color:#fff;
	display:block;
	text-align:center;
}
.progressBar{
	width: 0%;
	height: 6px;
	line-height: 40px;
	border-radius: 5px;
	margin-left:auto;
	margin-right:auto;
	color: white;
}
#progressBar_load{
	background-color:#ffcb00;
}
#progressBar_work{
	background-color:#fff;
}

#loader{
	display: none;
}
#loader #masque{
	width:100%;
	height:100%;
	background-color:#000;
	position:fixed;
	z-index: 5000;
	opacity:.75;
}
#img_loader{
	position:relative;
	width:33px;
	height:auto;
	display: flex;
	margin-left:auto;
	margin-right:auto;
	z-index: 5002;
}
#end_import{
	position:relative;
	display: none;
	margin-left:auto;
	margin-right:auto;
	z-index: 5003;
}
#loader h2{
	width: 100%;
	text-align: center;
	position: absolute;
	color: #fff;
	z-index: 5001;
}
#loader h2 a{
	padding: 1px 5px!important;
}
#loader h2 a:hover{
	background-color: #ffcd00!important;
	color: #333333!important;
}
.load_error{
	position:absolute;
	top:0px;
	left:0px;
	text-align:center;
	color:#fff;
	background-color:#ff0000;
	z-index:10000;
	width:100%;
	margin-top:60px;
	padding:15px 0 15px 0;
}



.tab-special{
	margin-left:75px;
	background-color:#dddddd;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
.table-inside tbody tr:nth-child(odd){
	padding: 0.35rem!important;
	background-color:#f4f4f4;
}
#test_adresse_result , #_test_adresse_result , #__test_adresse_result ,
#test_adresse_entreprise_result , #_test_adresse_entreprise_result , #__test_adresse_entreprise_result ,
#test_adresse_entreprise_result2 , #_test_adresse_entreprise_result2 ,#__test_adresse_entreprise_result2{
	position: absolute;
	z-index: 10000;
	width: 97.5%;
	display: none;
	background-color:#ffffff;
	border:1px solid #dfdfd1!important;
	height: auto;
	max-height:160px;
	overflow-y: auto;
	top:45px;
}
#test_adresse_result div , #test_adresse_entreprise_result div , #test_adresse_entreprise_result2 div , #_test_adresse_result div , #_test_adresse_entreprise_result div , #_test_adresse_entreprise_result2 div , #__test_adresse_result div , #__test_adresse_entreprise_result div , #__test_adresse_entreprise_result2 div{
	padding: 5px 5px 5px 5px;
}
#test_adresse_result div:hover , #test_adresse_entreprise_result div:hover , #test_adresse_entreprise_result2 div:hover , #_test_adresse_result div:hover , #_test_adresse_entreprise_result div:hover , #_test_adresse_entreprise_result2 div:hover , #__test_adresse_result div:hover , #__test_adresse_entreprise_result div:hover{
	background-color: #f8f8f8;
	cursor: pointer;
}
#orientation_structure_liste , #orientation_acteur_liste{
	display:none;
}
#bloc_concretise , #suivi_bloc_financement{
	display:none;
}
