.not-loading{
	display: none;
}
.not-loading.loading{
	display: inline-block;
}

ul.list{
	list-style: none;
	margin: 0px;
	padding: 0px;
	max-width: 100% !important;
}
ul.list:not(.listVertical){
	display: flex;
	justify-content: center;
}
ul.list li{
	display: inline-block;
	padding: 1px 10px;
}
ul.list li .btn{
	font-size:12px
}
ul.list.listVertical li{
	display: block;
	width: 100%;
}
ul.list.listVertical li .btn{
	width: 100%;
}
ul.list li > .us-btn-style_1{
	position: relative;
	text-align: left;
}
ul.list li > .us-btn-style_1 .custom-control-label{
	font-size: 12px;
}
ul.list li > .us-btn-style_1 .custom-control-label::before{
	top: 0px;
	border: none;
	border-radius: 0;
}
ul.list li > .us-btn-style_1 .custom-control-input:checked~.custom-control-label::before{
	background: white;
}
ul.list li > .us-btn-style_1 .custom-control-label::after{
	font-family: 'Font Awesome 5 Light';
	font-weight: 300;
	background: none;
	top: 2px;
	left: -21px;
}
ul.list li > .us-btn-style_1 .custom-checkbox .custom-control-input:checked~.custom-control-label::after{
	content: "\f00c";
	color: black;
	background: none;
}
.btn:active,.btn:focus,.btn.active,.btn.disabled {
	background-color: #333!important;
	border-color: #333!important;
	color:white!important;
	box-shadow:none!important;
}
.btn.focus, .btn:focus{
	background-color: #333!important;
	border-color: #333!important;
	color:white!important;
	box-shadow:none!important;
}
.btn-primary.disabled, .btn-primary:disabled {
	background: #e69d00;
	border-color: #e69d00;
}
.custom-file-input:focus~.custom-file-label {
	box-shadow: 0 0 0 0.2rem rgb(230 157 0 / 23%);
	border-color: #e69d00;
}
.title {
	font-weight: bold;
	font-size: 20px;
	background: #fff;
	box-shadow: 2px 2px 6px rgb(0 0 0 / 32%);
	color: #e69d00;
	margin: 20px;
	padding: 5px 20px;
	display: inline-block;
	text-transform: uppercase;
	border-radius: 6px;
}
.title.title-type{
	font-size:14px;
	background:#333;
	box-shadow:none;
}
.vc_column-inner > .wpb_wrapper {
	padding: 20px;
	box-shadow: 2px 2px 8px rgb(0 0 0 / 29%);
}
#breadcrumb .vc_column-inner > .wpb_wrapper {
	box-shadow: none;
	padding:0;
	overflow: hidden;
}
#breadcrumb {
	padding-bottom:0;

}
.bread_container{
	display:inline-flex;
	width: 100%;
	flex-direction: row;
	align-items: flex-start;
	justify-content: center;
}
span.element-bread {
	display: block;
	font-size:11px;
	height: 40px;
	position:relative;
	line-height:40px;
}
span.element-bread span{
	display:inline-block;
}
span.element-bread a{
	display: block;
	background:#e69d00;
	color:white;
	height: 100%;
	padding:0 6px;

}
span.element-bread a:hover{
	color:white;
}
span.sep-bread {
	position:absolute;
	right:0;
	top:0;
	z-index:4;
}
span.sep-bread:before {
	content: '';
	display: block;
	position: absolute;
	left: 100%;
	width: 0;
	height: 0;
	border-style: solid;
}

span.sep-bread:before {
	top: 0;
	border-color: transparent transparent transparent #e69d00;
	border-width: 20px 0 20px 8px;
}
span.current-step-bread {
	padding:0 6px 0 12px;
	font-weight:bold;
	background:white;
	color:#e69d00;
	box-shadow: inset 0px 0px 4px rgb(230 157 0 / 58%)

}
span.next-step-bread {
	padding:0 6px 0 12px;
	opacity:0.3;
}
.table-demandes {
	width:100%;
	text-align:center;
	border:1px solid #e69d00;
	margin-bottom:30px;
}
.table-demandes div{
	width:100%;
}
.head-table {
	display:inline-flex;
	background:#e69d00;
	color:white;
	font-weight:bold;
	line-height:normal;

}
.head-table div{
	padding:8px 4px;
	width:33%;
}
.content-table .row-table{
	display:inline-flex;
	align-items: center;
	transition:0.3s;
}

.content-table .row-table .download_fiche{
	font-size:16px;
}
.content-table .row-table .download_fiche:hover{
	color:#333;
	cursor:pointer;
}
.content-table .row-table div {
	width:33%;
	padding:4px;
	font-size:11px;
}
.content-table .row-table:nth-child(even){
	background:whitesmoke;
}
.content-table .row-table:hover{
	background:rgb(230 157 0 / 18%);
}
.text-left.button-return {
	margin-bottom: 30px;
}
.text-left.button-return a {
	font-size:10px;
	background:#333;
}
#map-canvas {
	height: 450px;
	width:100%;
}
div#gmap {
	height: 700px;
	margin-top: 50px;
}
.alert_map {
	display:block;
	margin:5px;
	text-align:center;
	color:#e40a0a;
	font-weight:bold;
	font-size:18px;
}
.resumeInfo div#gmap {
	display:none;
}
.bulle-map-title{
	display:block;
	font-weight:bold;
}
.bulle-map-agence a{
	display:block;
	font-weight:bold;
	margin:10px auto;
	text-align:center;
}
input[type="text"].form-control:not(.dateinput),
textarea.form-control,
select.form-control{
	text-transform: uppercase;
}
a.editIcon{
	width: 48px;
	height: 48px;
	display: inline-block;
	background: url('icon-edit.png') no-repeat center;
	position: relative;
	background-size: 31px;
	top: 17px;
}
small.error{
	color: red;
}
.error-code {
	display:none;
	background: #d64d4d;
	padding: 10px;
	color: white;
	margin: 20px;
	border-radius: 10px;
}
.error-code.success{
	background: #259b2c;
}
.name-plateforme span{
	font-weight:bold;
	color:#e59d01;
}
#form-new-transport {
	display:none;
}
span.refused {
	display:block;
	font-family: 'Open Sans',sans-serif;
	font-size: 12px;
	line-height: 1.2!important;
	font-weight: 700;
	border-radius: 0.3em;
	padding: 0.8em 1.8em;
	background: #ad0000;
	color: #ffffff!important;

}
span.infobulle{
	display:block;
	position:absolute;
	right:5px;
	top:calc(50% - 10px);
}
span.infobulle span{
	display:none;
	position:absolute;
	background:#333;
	width:200px;
	padding:10px;
	border-radius:5px;
	right:calc(100% - 50px);
	bottom:100%;
	font-weight: normal;
}
span.infobulle:hover span{
	display:block;
}
.alert_detenteur {
	display:block;
	font-size:12px;
}
.button_copy {
	background:#e69d00;
	color:white;
	padding:5px;
	margin-right:10px;
	margin-bottom:10px;
	margin-top: 10px;
	font-size:14px;
}
.button_copy:hover {
	background:#333;
	color:white;
}
.listVertical .custom-checkbox {
	margin:0;
	min-height: 0;
}
.l-subheader-cell.at_right .w-text{
	margin-left:10px!important;
}
.l-subheader-cell.at_right .w-text span,
.l-subheader-cell.at_right .w-text i,
.l-subheader-cell.at_right .w-text a{
	font-size:13px;
	vertical-align:middle;
}
@media (max-width:991px){
	.bread_container{
		display: inline;

	}
	.bread_container > span,
	.bread_container > a
	{
		display:inline-block;
	}
}

@media (max-width:767px){
	.l-subheader-cell.at_left,
	.l-subheader-cell.at_right {
		display:block;
		font-size:11px;
	}
	.l-subheader-cell.at_left .w-btn{
		font-size:11px;
	}
	.l-subheader-cell.at_right i,
	.l-subheader-cell.at_right span{
		font-size:12px;
		line-height:normal;
		vertical-align:middle;
	}
	.l-header .w-image img{
		height:40px;
	}
	.ush_image_1{
		height:auto!important;
		padding:10px;

	}
	ul.list{
		margin-bottom:30px
	}
	ul.list:not(.listVertical){
		display: block;
		text-align: center;
	}
}
