html, body{
	position: relative; /* Line added */
}

body{
	min-height: 100vh !important;
}


.table-container{
	position: relative;
}

#loadscreen > div{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	background-color: rgba(255,255,255,0.9);
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	height: 100%;
	color: gray;
	z-index: 9999;
}

.table_loadscreen{
	min-height: 400px;
	display: flex;
}
.table_loadscreen > div{
	margin: auto;
}
.table_loadscreen > div > i{
	font-size: 50px;
	text-align: center;
	display: block;
	margin-bottom: 20px;
}


#loadscreen > div{
	margin: auto;
}

#loadscreen > div > i{
	font-size: 50px;
	display: block;
	text-align: center;
	margin-bottom: 20px;
}

/* CUSTOM CSS */
.ratio-1-1 {
	position: relative;
  	width: 100%;
  	padding-bottom: 100%;
}

.ratio-16-9 {
	position: relative;
  	width: 100%;
  	padding-bottom: 56.25%;
}

.ratio-21-9 {
	position: relative;
	width: 100%;
	padding-bottom: 42.8571%;
}

.ratio-4-3 {
	position: relative;
	width: 100%;
  	padding-bottom: 75%;
}

.ratio-child{ /*put this div into a ratio div */
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
}

.img-responsive{
    width: 100% !important;
}

.img-cover{
	position: absolute;
	height: 100%; width: 100%;
	object-fit: cover !important;
}

#avatar_edit_button, #logo_edit_button, .oneclick_upload_img .upload-btn, .oneclick_upload_img, .oneclick_upload_img img{
	cursor: pointer;
}

#avatar_hidden_input, #logo_hidden_input, .hidden_input{
	position: absolute;
	margin-top: 3px;
	margin-left: 3px;
	height: 1px;
	width: 1px;
	z-index: -5;
}

#avatar_edit_mask, .oneclick_upload_img .mask{
	visibility: hidden;
  	opacity: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.6+87 */
	background: -moz-linear-gradient(45deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 87%, rgba(0,0,0,0.6) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 87%,rgba(0,0,0,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 87%,rgba(0,0,0,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#avatar_edit_mask img, .oneclick_upload_img .mask img{
	position: absolute;
	top: 5px;
	right: 5px;
	width: 15%;
}

#avatar_edit_button:hover #avatar_edit_mask,
#logo_edit_button:hover #avatar_edit_mask,
.oneclick_upload_img .upload-btn:hover .mask{
	visibility: visible;
  	opacity: 1;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.basic_tinyMCE{
	visibility: hidden;
}

.thumb-info-title{
	background-color: rgba(36, 27, 28, 0.5) !important;
}

.ui-pnotify{
	width: 300px !important;
	z-index: 99999;
}

.shake {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

button{
	overflow: hidden !important;
	position: relative !important;
}

button .ripple{
	height: 100px;
	width: 100px;
	border-radius: 50%;
	background-color: rgba(255,255,255, 0.2);
	position: absolute;
	animation: ripple 0.7s;
	opacity: 0;
}

@keyframes ripple{
	from{
		opacity: 1;
	}
	to{
		opacity: 0;
		transform: translate(-50%, -50%) scale(2.5);
	}
}

.datatables-footer, .datatables-header{
	margin-left: inherit !important;
	margin-right: inherit !important;
}

.table-responsive{
	border: 0 !important;
}

#droparea, #file_droparea{
	padding: 10px;
	border: 4px dashed #DDD;
	height: 200px;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
	margin-bottom: 20px;
}

#droparea p, #file_droparea p{
	font-size: 25px;
	font-weight: bold;
	color: #DDD;
	text-align: center;
}

#droparea span, #file_droparea span{
	color: #DDD;
}

.entreprise_img{
	position: relative;
	height: 150px;
	width: 150px;
	border: 2px solid #DDD;
	position: relative;
	display: inline-block;
	margin: 0 20px 20px 0;
	overflow: hidden;
}

.entreprise_img .error{
	position: absolute;
	bottom: 0;
	color: red;
	width: 100%;
	padding: 5px;
}

.media{
	position: relative;
	height: 150px;
	width: 150px;
	border: 2px solid #DDD;
	position: relative;
	display: inline-block;
	margin: 0 20px 20px 0;
	overflow: hidden;
}

.media .error{
	position: absolute;
	bottom: 0;
	color: red;
	width: 100%;
	padding: 5px;
}

.error textarea{
	border-color: red !important;
}

#refuse_devis form label{
	display: block;
}

#refuse_devis form textarea{
	width: 100%;
}

.entreprise_img_title{
	position: absolute;
	bottom: 0;
	height: 30px;
	line-height: 30px;
	background: rgba(255,255,255, 0.5);
	width: 100%;
	text-align: center;
}

#filelist{
	text-align: center;
}

#filelist .progress{
	position: absolute;
	top: 0px;
	left: 0;
	margin: 0 !important;
	width: 100%;
}

.media_actions{
	display: flex !important;
	position: absolute;
	justify-content: space-between;
	top: -30px;
	left: 0;
	width: 100%;
	background-color: var(--primary3);
	color: white !important;
	cursor: pointer;
	height: 30px;
	text-decoration: none !important;
	transition: 0.5s;
}

.media:hover{
	cursor:move;
}

.media:hover .media_actions{
	top: 0;
	transition: 0.5s;
}

.media_actions a{
	font-size: 15px;
	color: white;
	height: 30px;
	width: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.media_actions a:hover{
	color: white!important;
}

.media_actions:hover{
	background-color: var(--primary2);
}

#upload_media_grid #filelist .progress{
	position: absolute;
	top: 40px;
	left: 5%;
	margin: 0 !important;
	width: 90%;
}

#upload_files_list #filelist{
	margin: 0; padding: 0;
	list-style-type: none;
	text-align: left;
}
#upload_files_list #filelist li{
	margin-bottom: 20px;
}

#upload_files_list #filelist li .actions a{
	margin-right: 10px;
}

#upload_files_list #filelist .progress{
	position: relative;
	display: block;
	width: 100%;
}

.entreprise_photo_btn_delete,
.pro_photo_btn_delete
{
	/*display: none;*/
	position: absolute;
	top: -30px;
	left: 0;
	width: 100%;
	background-color: rgba(235, 68, 68, 0.5);
	color: white !important;
	cursor: pointer;
	line-height: 30px;
	height: 30px;
	text-decoration: none !important;
	transition: 0.5s;
}

.entreprise_img:hover{
	cursor:move;
}

.entreprise_img:hover .entreprise_photo_btn_delete,
.entreprise_img:hover .pro_photo_btn_delete{
	/*display: block;*/
	top: 0;
	transition: 0.5s;
}

.entreprise_photo_btn_delete:hover,
.pro_photo_btn_delete:hover{
	background-color: rgba(235, 68, 68, 0.9);
}

.mfp-arrow{
	position: absolute !important;
}


.sortable li{
    cursor: move;
}

.panel-body.dark{
    background-color: #e0e0e0;
}

.placeholder{
    border: 2px dashed rgb(150, 204, 255);
    position: relative;
    display: inline-block;
    margin: 0 20px 20px 0;
    background-color:  rgba(150, 204, 255, 0.5);
}

#filelist .placeholder{
	height: 150px;
	width: 150px;
	border: 2px dashed rgb(150, 204, 255);
	position: relative;
	display: inline-block;
	margin: 0 20px 20px 0;
	background-color:  rgba(150, 204, 255, 0.5);
}

#sort_metiers .placeholder{
	/*width: 100%;*/
	/*height: 44px;*/
	border: 2px dashed rgb(150, 204, 255);
	position: relative;
	display: inline-block;
	/*margin: 0 20px 20px 0;*/
	margin: 0 15px;
	background-color:  rgba(150, 204, 255, 0.5);
}

#sort_metiers{
	margin-bottom: 0 !important;
}

.select2-drop-active {
	z-index: 10001 !important;
}

.btn-transp{
	color: #b4b4b4;
	background-color: rgba(0,0,0,0);
	border: 0!important;
}

.btn-transp:hover{
	background-color: #eeeeee;
}

#sort_metiers .btn-transp:hover,
#sort_metiers .btn-transp:focus{
	border: 0 !important;
    outline: -webkit-focus-ring-color auto 0px !important;
}

.edit_metier_button,
.delete_metier_button{
	color: #b4b4b4 !important;
}

.delete_metier_button:hover{
	color: #d2322d !important;
	background-color: rgba(0,0,0,0)!important;
}

.edit_metier_button:hover{
	color: #0088cc!important;
}

#sort_metiers .panel-heading{
	cursor: move;
}

.count.appear-animation{
	animation-duration: 3s !important;
}

.switch.switch-xs .ios-switch {
    height: 15px;
    width: 35px;
}

.switch.switch-xs .ios-switch .handle {
    height: 13px;
    width: 13px;
}

.switch.switch-xs .ios-switch.on .handle {
    -o-animation: expand-on .3s 0.2s;
    -ms-animation: expand-on .3s 0.2s;
    -moz-animation: expand-on .3s 0.2s;
    -webkit-animation: expand-on .3s 0.2s;
    animation: expand-on .3s 0.2s;
    -o-transform: translate(18px, 0);
    -ms-transform: translate(18px, 0);
    -moz-transform: translate(18px, 0);
    -webkit-transform: translate(18px, 0);
    transform: translate(18px, 0);
    -o-transform: translate3d(18px, 0, 0);
    -ms-transform: translate3d(18px, 0, 0);
    -moz-transform: translate3d(18px, 0, 0);
    -webkit-transform: translate3d(18px, 0, 0);
    transform: translate3d(18px, 0, 0);
}

.switch.switch-xs .ios-switch .handle {
    width: 13px;
    height: 13px;
    background-color: white;
    top: 1px;
    left: 2px;
    position: absolute;
    border-radius: 20px;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.075), 0 3px 5px rgba(0, 0, 0, 0.15), 1px 2px 2px rgba(0, 0, 0, 0.05);
    z-index: 3;
    -o-transition: -o-transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -ms-transition: -ms-transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -moz-transition: -moz-transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -webkit-transition: -webkit-transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -o-transition: transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -ms-transition: transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -moz-transition: transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -webkit-transition: transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    transition: transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -o-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.switch.red-disabled .ios-switch .state-background {
    background-image: -o-linear-gradient(#d2322d, #a61d19) !important;
    background-image: -ms-linear-gradient(#d2322d, #a61d19) !important;
    background-image: -moz-linear-gradient(#d2322d, #a61d19) !important;
    background-image: -webkit-linear-gradient(#d2322d, #a61d19) !important;
    background-image: linear-gradient(#d2322d, #a61d19) !important;
    border: 2px solid #a61d19 !important;
}

.table.align-middle > thead > tr > th,
.table.align-middle > tbody > tr > th,
.table.align-middle > tfoot > tr > th,
.table.align-middle > thead > tr > td,
.table.align-middle > tbody > tr > td,
.table.align-middle > tfoot > tr > td {
  vertical-align: middle;
}


/*
STRIPE CARD FORM
*/
.body-sign #stripe-card-div .container{
  border: 1px solid #cccccc;
}

#stripe-card-div * {
  /*font-family: Inter UI, Open Sans, Segoe UI, sans-serif;*/
  font-size: 16px;
  font-weight: 500;
}

#stripe-card-div form {
  max-width: 100% !important;
}

#stripe-card-div form > * + * {
  margin-top: 20px;
}

#stripe-card-div .container {
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  padding: 3px;
  width: 100%;
  max-width: 100%;
}

#stripe-card-div #card-element{
    padding: 10px;
}

#stripe-card-div fieldset {
  border-style: none;
  padding: 5px;
  margin: 0 auto;
  background: rgba(18, 91, 152, 0.05);
  border-radius: 8px;
  width: 100%;
}

#stripe-card-div fieldset legend {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 13px;
  color: #8898aa;
  padding: 3px 10px 7px;
}

#stripe-card-div .card-only {
  display: block;
}
#stripe-card-div .payment-request-available {
  display: none;
}

#stripe-card-div fieldset legend + * {
  clear: both;
}

#stripe-card-div input, #stripe-card-div button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-style: none;
  color: #fff;
}

#stripe-card-div input:-webkit-autofill {
  transition: background-color 100000000s;
  -webkit-animation: 1ms void-animation-out;
}

#stripe-card-div #example4-card {
  padding: 10px;
  margin-bottom: 2px;
}

#stripe-card-div input {
  -webkit-animation: 1ms void-animation-out;
}

#stripe-card-div input::-webkit-input-placeholder {
  color: #9bacc8;
}

#stripe-card-div input::-moz-placeholder {
  color: #9bacc8;
}

#stripe-card-div input::-ms-input-placeholder {
  color: #9bacc8;
}

/*#stripe-card-div button {
  display: block;
  width: 100%;
  height: 37px;
  background-color: #47a447;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
}

#stripe-card-div button:active, #stripe-card-div button:hover{
  background-color: #51b451;
}*/

#stripe-card-div.oneshot .container{
  border: 1px solid #cccccc;
}

.thumb-info .thumb-info-inner{
  white-space: inherit !important;
  font-size: 14px;
}

.mfp-close{
    position: absolute!important;
    text-decoration: none;
}

.mfp-close:hover, .mfp-close:active{
    color: #d2322d !important;
}

.datepicker.dropdown-menu{
    z-index: 10001 !important;
}

.majuscule{
    text-transform: uppercase;
}

.img_contained{
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    width: 100% !important;
    height: 100% !important;
    width: auto;
    height: auto;
}



.ajax_form{
	position: relative;
}

.info_spot{
	width: 20px; height: 20px;
	background-color: gray;
	color: lightgray;
	cursor: pointer;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	margin: 0 10px 5px 10px;
}

.salvattore-grid[data-columns]::before{
	content: '4 .column.size-1of4';
}

.salvattore-grid div section{
	margin: 0 10px 20px 10px;
}

.column { float: left; }

.size-1of1 { width: 100%; }
.size-1of2 { width: 50%; }
.size-1of3 { width: 33.333%; }
.size-1of4 { width: 25%; }

.tab_line_success{
  	color: #3c763d !important;
}
.tab_line_success:nth-child(even){
	background-color: #dff0d8 !important;
}
.tab_line_success:nth-child(odd){
	background-color: #c8f0c8 !important;
}

.tab_line_danger{
  color: #a94442 !important;
}
.tab_line_danger:nth-child(even){
	background-color: #f2dede !important;
}
.tab_line_danger:nth-child(odd){
	background-color: #f2ccca !important;
}
.tab_line_default{
  background-color: white !important; color: #777 !important;
}

.tab_line_warning{
  color: #dda24f !important;
}
.tab_line_warning:nth-child(even){
	background-color: #fcf8e3 !important;
}
.tab_line_warning:nth-child(odd){
	background-color: #fcfcda !important;
}

.tab_line_primary{
  color: #31708f !important;
}
.tab_line_primary:nth-child(even){
	background-color: #d9edf7 !important;
}
.tab_line_primary:nth-child(odd){
	background-color: #ceebf7 !important;
}

table tr td{
	vertical-align: middle !important;
}

#fiche_corps_location{
    color: #2a2351;
    margin: 0px;
    font-size: 20px;
}

#fiche_metiers{
    color: #2a2351;
    font-size: 20px;
}

#fiche_metiers i{
    margin-right: 10px;
}

#avis_preview{
    display: block;
    max-width: 600px !important;
}

#avis_preview h3{
    color: #2a2351;
    margin-bottom: 5px;
}

#avis_preview #avis{
    background-color: #f7f7f7;
    padding: 20px;
    margin-bottom: 20px;
}

.metier_etiq{
    display: inline-block;
    padding: 3px 10px;
    color: #e74011;
    background-color: #e8e8e8;
    margin-right: 3px;
    border-radius: 20px;
    font-size: 15px;
    margin-bottom: 5px;
}

.btn-inline{
	display: inline-block;
}

.btn-orange {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #ed6d3a;
    border-color: #f98759;
}

.btn-orange:hover, .btn-orange:active, .btn-orange:focus{
    color: #ffffff !important;
    background-color: #f98759;
}

#dash_pro_cover{
  position: relative;
  position: relative;
}

#dash_pro_cover a{
  background-color: rgba(255,255,255,0.5);
  color: white;
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 20px;
  border-radius: 50%;
  font-size: 30px;
}

.countdowns{
	width: 200px;
	margin: 0 auto;
}

.countdowns img{
	display: block !important;
}

.dialog .close-btn{
	position: absolute;
	top: 10px;
	right: 10px;
	color: #f36652;
	font-size: 20px;
	cursor: pointer;
}

#cor_table_status tr td{
	padding: 10px;
}

#droparea, #file_droparea{
	border: 4px dashed #DDD;
	height: 200px;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
	margin-bottom: 20px;
}

#droparea p, #file_droparea p{
	font-size: 25px;
	font-weight: bold;
	color: #DDD;
	text-align: center;
}

#droparea span, #file_droparea span{
	color: #DDD;
}

.half-container{
	display: block;
	position: relative;
}

.half-left{
	padding-right: 10px;
	width: 49%;
	display: inline-block;
	float: left;
}

.half-right{
	padding-left: 10px;
	width: 49%;
	display: inline-block;
	float: right;
}

.half-right textarea, .half-left textarea{
	width: 100%;
	min-height: 100px;
}

#listfiles ul{
	list-style-type: none;
	padding: 0; margin: 0;
}

#listfiles ul li .fa-spin{
	font-size: 14px !important;
	margin-right: 10px;
}

.delete_file_btn{
	color: #f36652;
}
.delete_file_btn:hover{
	color: #c75645;
}

#note_output{
	font-size: 30px;
	text-align: center;
	color: #00d618;
}

#note_output span{
	display: flex;
	justify-content: space-between;
	width: 80%;
	margin: 0 auto;
}

#avis-popup textarea{
	width: 100%;
	padding: 5px;
	border-radius: 5px;
	border-color: #e5e5e5;
}

.popup .popup-head h2{
	margin-bottom: 20px !important;
}

.popup{
	max-width: 400px;
	margin: 0 auto;
	border-radius: 5px;
}

.popup.popup-xl{
	max-width: 800px;
}

.popup.popup-lg{
	max-width: 600px;
}

.popup.popup-md{
	max-width: 400px;
}

.popup.popup-sm{
	max-width: 320px;
}

.offline-column img{
	width: 80%;
	display: block;
	margin: 0 auto;
}

#avis-slider{
	width: 80%;
	margin: 0 auto;
}

.slider05 .ui-slider-range,
.slider05 .ui-slider-handle{
	background: #00d618;
}

.iEdit-img-edit {
	background-color: rgba(0,0,0,0.7);
	z-index: 9999;
}

.block{
	display: block;
}

#pwa-icon-result{
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	height: 100%;
	min-height: 512px;
	width: 100%;
}

.content-body{
    /*overflow: hidden;*/
    margin-left: 230px!important;
    padding: 80px 20px 20px 20px;
}

.sidebar-left{
	padding-bottom: 0px !important;
}

header.header{
	display:none;
	margin-left: 230px;
}

header.page-header{
	top: 0!important;
	background-color: white!important;
}

header.page-header h2{
	color: var(--menu_text_color);
	margin-left: 0px;
}

.userbox{
	margin: 7px 17px 0 0;
}

.inner-wrapper{
	padding-top: 0px!important;
}

.page-header{
	left: 230px !important;
	border-left: 0!important;
}

.sidebar-header{
	display: none;
}

.sidebar-left{
	top: 0px!important;
}

.nav-main{
	margin: 0 0 0 0 !important;
}

#nav-logo{
	width: 90%;
	display: block;
	margin: 20px auto;
}

#sidebar-left{
	width: 230px;
	box-shadow: inherit !important;
}

li.nav-active > a {
	box-shadow: inherit !important;
}


.nav-alone form{
	display: block;
	height: 47px;
}

.nav-alone.nav-active > a:focus,
.nav-alone.nav-active > button:focus{
	background: inherit !important;
	color: inherit;
}

ul.nav-main > li > a:hover, ul.nav-main > li > a:focus {
	background: inherit !important;
}

/* NAV ENFANT */
ul.nav-children {
	box-shadow: inherit!important;
}

.nav-children li a,
.nav-children li button{
	padding: 6px 15px 6px 40px !important;
}

.nav-children li a i,
.nav-children li button i{
	font-size: 15px;
}

#sidebar-left{
	background: var(--menu_background, #57585a)!important;
}

.header .toggle-sidebar-left {
	background: var(--primary1, #f26650 );
}

ul.nav-main > li > a {
	color: var(--menu_text, white) !important;
}

ul.nav-main > li > a:hover {
	color: var(--menu_text_hover, white) !important;
	background-color: rgba(0,0,0,0.1)!important;
}

.nav-alone button{
	background-color: rgba(0,0,0,0);
	border: none;
	color: var(--menu_text, white) !important;
	height: 100%;
	width: 100%;
	text-align: left;
	padding-left: 25px;
}

.nav-alone button:hover, .nav-alone button.active{
	color: white;
}

.nav-alone button:focus{
	background-color: var(--primary1,#f26650) !important;
	color: white;
}

/* NAV PARENT ALONE */
.nav-alone.nav-active > a,
.nav-alone.nav-active > button{
	background-color: var(--primary1, #f26650) !important;
	color: var(--menu_text_hover,white) !important;
}

.nav-alone.nav-active > a:hover,
.nav-alone.nav-active > button:hover{
	background-color: var(--primary1, #f36652) !important;
	color: var(--menu_text_hover,white) !important;
}

.nav-alone.nav-active > a:active,
.nav-alone.nav-active > button:active{
	background-color: var(--primary1,#f36652) !important;
	color: white;
}

li.nav-parent.nav-active > a{
	background: var(--primary1,#f26650) !important;
	color: var(--menu_text_hover,white) !important;
}

li.nav-parent.nav-active > a:hover{
	background-color: var(--primary1,#f36652) !important;
	color: var(--menu_text_hover,white) !important;
}

li.nav-parent.nav-active > a::after{
	color: var(--menu_text_hover,white) !important;
}

.nav-children li button{
	color: var(--menu_text,white) !important;
	background-color: rgba(0,0,0,0);
	border: 0;
	width: 100%;
	text-align: left;
}

.nav-children li button:hover{
	color: var(--primary1,#f36652) !important;
}

.nav-children li button:active,
.nav-children li button:focus{
	color: var(--primary1,#f36652) !important;
	border: 0;
}

.nav-children li > a{
	color: var(--menu_text,white) !important;
}

.nav-children li > a:hover,
.nav-children li > button:hover{
	background-color: inherit !important;
	color: var(--menu_text_hover,white) !important;
}

.nav-children li > a:active,
.nav-children li > a:focus{
	background-color: inherit !important;
	color: var(--primary1,white) !important;
}

.nav-children li.nav-active > a{
	color: var(--primary1,white) !important;
}

/* BARRE SCROLLING */
html.no-overflowscrolling .nano > .nano-pane > .nano-slider {
	background: var(--primary1,#f36652) !important;
}

.body-sign .panel-sign .panel-title-sign .title {
	background-color: #3d3568;
}

.body-sign .panel-sign .panel-body {
	border-top-color: #3d3568;
}

select{
	cursor: pointer;
}

.fake_select{
	max-height: 300px;
	width: 100%;
	border-radius: 5px;
	display: flex;
}

.fake_option{
	position: relative;
	padding: 5px 5px 5px 10px;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	background-color: white;
	color: #2d2d2d;
	cursor: pointer;
}

.fake_option.selected{
	order: 0!important;
}

.fake_option .selected-badge{
	color: var( --primary2 );
	position: absolute;
	top: 5px; right: 10px;
}

.fake_option:hover {
	background-color: #d9d9d9;
}

html.dark .fake_option{
	background-color: #363636;
	color: rgba(255,255,255,0.7);
}

html.dark .fake_option:hover{
	background-color: #4e4e4e;
	color: rgba(255,255,255,0.7);
}

html.dark .fake_option.selected, .fake_option.selected{
	background-color: var( --primary3 );
	color: #2d2d2d;
}

/*.ajax_form{*/
/*	overflow: auto;*/
/*}*/


.fake_option.selected:hover{
	background-color: #99d6a9;
}

.loader{
	position: absolute;
	display: flex;
	top: 0; bottom: 0; right: 0; left:0;
	background-color: rgba(0,0,0,0.5);
}

.loader > div,
.loader > div:after {
	border-radius: 50%;
	width: 10em;
	height: 10em;
}
.loader > div{
	margin: auto;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 1.1em solid rgba(255, 255, 255, 0.2);
	border-right: 1.1em solid rgba(255, 255, 255, 0.2);
	border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
	border-left: 1.1em solid #ffffff;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}

.loader.loader-sm > div,
.loader.loader-sm > div:after {
	width: 20px;
	height: 20px;
}
.loader.loader-sm > div{
	font-size: 3px;
}

.loader.loader-md > div,
.loader.loader-md > div:after {
	width: 40px;
	height: 40px;
}
.loader.loader-md > div{
	font-size: 5px;
}

.bg-cover{
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.bg-center{
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
}

.bg-top{
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: top;
}

.bg-fixed{
	background-attachment: fixed;
}

.pack .panel-body{
	text-align: center;
	font-size: 30px;
}

.pack .panel-body p{
	margin: 30px 0;
}

.pack .panel-body .desc{
	text-align: center;
	font-size: 20px;
}

.pack .panel-body .price{
	font-size: 40px;
	color: var(--primary1);
}

#basket{
	width: 100%;
}

#basket-header > div{
	font-weight: bold;
	color: var(--primary3);
	padding: 10px;
}

.basket-line > div{
	padding: 10px;
	background-color: rgba(255,255,255,0.1);
}

.basket-line:nth-child(odd) > div{
	background-color: rgba(255,255,255,0.2);
}

.basket-line .basket-mobile{
	display: none;
	font-weight: bold;
	color: var(--primary3);
	width: 120px;
}

#basket-recap{
	padding: 20px;
	overflow: auto;
}

#basket-recap .recap-line > div{
	display: inline-block;
	float: left;
	font-size: 20px;
	line-height: 30px;
	padding: 10px 0 20px 0;
}

#basket-recap .recap-line > div:nth-child(2){
	display: inline-block;
	float: right;
}

#basket-recap .recap-line{
	overflow: auto;
}

#basket-recap hr{
	margin: 0;
	display: block;
}

#basket-recap .recap-line > div:nth-child(2){
	text-align: right;
}

#basket-recap .recap-line:last-child > div:nth-child(2){
	font-weight: bold;
	color: var(--primary3);
}

.qte-btn:hover{
	text-decoration: none;
}

.qte-btn.left{
	margin-right: 5px;
}
.qte-btn.right{
	margin-left: 5px;
}

.abo-panel{
	margin-bottom: 15px;
}

.abo-panel-header{
	border-radius: 5px;
	background-color: var(--primary1);
	color: white;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 10px;
}

.abo-panel-header a{
	color: white;
	font-size: 18px;
	text-decoration: none;
	cursor: pointer;
}

.abo-panel-header a:hover{
	color: white;
}

.abo-panel-header-title .square{
	margin-right: 10px;
}

.abo-panel-header-title .abo-libelle{
	font-size: 16px;
}

.abo-panel-header .open{
	height: 40px;
	width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.card-infos{
	color: var(--primary3);
}

.card-infos i{
	font-size: 30px;
	vertical-align: -5px;
}

.click_to_copy{
	color: inherit;
	text-decoration: none;
	background-color: #ededed;
	border-radius: 15px;
	padding: 0 10px;
	font-size: 11px;
}
.click_to_copy:hover{
	color: inherit;
	text-decoration: none;
}


#create-first-fiche{
	background-color: rgba(0,0,0,0.1);
	height: 80vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#create-first-fiche p{
	font-size: 100px;
}


#create-first-fiche h2{
	text-align: center;
	margin-top: 50px;
	font-size: 35px;
}

.first-fiche-btn{
	background-color: var(--primary1);
	color: white;
	font-size:25px;
	padding: 25px 15px;
	text-decoration: none;
	margin-top: 20px;
	border-radius: 10px;
}

.first-fiche-btn:hover{
	background-color: var(--primary3);
	color: white;
	text-decoration: none;
}

#subscribe_steps{
	position: relative;
	padding: 0 5px;
	text-align: center;
}

#subscribe_steps a{
	display: inline-block;
	width: 49% !important;
	line-height: 40px;
	height: 40px;
	text-align: center;
	color:white;
	background-color: var(--primary2);
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	text-decoration: none;
	cursor: pointer;
}

#subscribe_steps a.active{
	background-color: var(--primary1);
}

#form_step1 label b,
#form_step2 label b,
#form_step3 label b,
#form_siret label b{
	color: #ed6d3a!important;
}

#form_step2 .select2-container{
	display: block;
	width: 100%;
}

#fast{
	padding: 20px 0;
	color: white;
	position: relative;
}

.bg-fast{
	background-color: var(--menu_background);
}

.text-default{
	color: #898989;
}

#rocket{
	color: var(--secondary1);
	font-size: 100px;
	display: flex;
	height: 100%;
	/*justify-content: center;*/
	/*align-items: center;*/
	margin-bottom: 20px;
}

#rocket > div{
	/*display: block !important;*/
	margin: auto;
	height: 100px; width: 100px;
}

#fast h2, #entreprise_count{
	margin: 0px;
	color: var(--secondary1);
	font-weight: 900;
}

#faststats{
	position: relative;
}

#presentation-link{
	font-size: 18px; font-weight: bold; color: #ed6d3a;
	margin-bottom: 10px;
}

#link-view{
	min-height: 107px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}

.pending_badges{
	display: none;
}

nav .badge{
	background-color: #D2312D;
	margin-right: 10px;
}

#avis-container{
	position: relative;
	overflow: visible;
}

#avis-container > img{
	position: absolute;
	width: 80px;
	top: -30px;
	left: -50px;
	z-index: 10;
	transform: rotate( -30deg );
}

.avis-item{
	position: relative;
	background-color: #f7f7f7;
	padding: 20px 60px 20px 60px;
	color: var(--primary2);
	margin-bottom: 20px;
	border-radius: 5px;
}

.avis-note{
	position: absolute;
	top: 20px; right: 20px;
}

.avis-title{
	margin-bottom: 0;
	font-size: 13px !important;
}

.avis-message{
	margin-top: 5px;
}

.avis-title .avis-date{
	font-weight: 300;
}

.avis-reponse{
	margin-left: 30px;
	padding-left: 20px;
	border-left: 1px solid var(--primary2);
}

#input_code{
	border: 4px solid var(--secondary1);
}

#show-more-avis{
	text-align: center;
}

#form_add_livraison table, #form_add_livraison tr, #form_add_livraison input{
	width: 100%;
}

#form_add_livraison td{
	vertical-align: middle;
	padding: 10px;
}

#form_add_livraison td:nth-child(1){
	width: 60%;
	padding: 10px 2px;
}

#form_add_livraison td:nth-child(2){
	width: 40%;
	padding: 10px 2px;
}

.radio-text-group{
	display: flex;
	border-radius: 3px!important;
	overflow: hidden;
}

.radio-text-group label {
	display: inline-block;
	padding: 10px;
	background-color: #ccc;
	flex-grow: 1;
	text-align: center;
	transition: all 0.3s;
	cursor: pointer;
	margin: 0;
}

.radio-text-group input[type="radio"] {
	display: none;
}

.radio-text-group input[type="radio"]:checked + label {
	background-color: #47a447;
	color: white!important;
}

.form_horaires .jour{
	display: flex;
	align-items: center;
	padding: 10px 0;
	overflow: auto;
}

.form_horaires .jour:nth-child(even){
	background-color: #f7f7f7;
}

.form_horaires .jour .libelle{
	width: 20%;
	padding: 0 10px;
}

.form_horaires .jour .matin, .form_horaires .jour .aprem,
.form_horaires .jour .ouverture, .form_horaires .jour .fermeture{
	display: inline-block;
	float: left;
	padding: 0 10px;
}

.form_horaires .jour .matin, .form_horaires .jour .aprem{
	width: 40%;
}


.form_horaires .jour .ouverture, .form_horaires .jour .fermeture{
	width: 50%;
}

.tab_horaire{
	width: 100%;
}

.tab_horaire td{
	text-align: center;
	width: 25%;
}

.infine_btn, .zone_check_btn{
	text-decoration: none !important;
	width: 34px; height: 34px;
	background-color: #d6d3db;
	color: #a4a2a8 !important;
	display: flex;
	align-items: center; justify-content: center;
	border-radius: 3px;
}

.infine_btn:hover, .zone_check_btn:hover{
	background-color: #bebbc2;
	color: #a4a2a8 !important;
}

.infine_btn.checked, .zone_check_btn.checked{
	background-color: #47a447;
	color: white!important;
}

.infine_btn.checked:hover, .zone_check_btn.checked:hover{
	background-color: #3e7e3e;
	color: white!important;
}

html.angular .infinite_btn{
	border-radius: 0px !important;
}

#add_livraison .tabs_type_calcul{
	display: inline-flex;
	align-items: center; justify-content: center;
	float: left;
	text-decoration: none;
	width: 50%;
	height: 40px;
	background-color: #ccc;
	color: var(--primary2);
	border-radius: 3px;
}

html.angular #add_livraison .tabs_type_calcul{
	border-radius: 0px;
}

#add_livraison .tabs_type_calcul.checked{
	background-color: var(--primary1);
	color: white;
}

#panier{
	margin-top: 30px;
}

#basket-header > div{
	background-color: var(--primary3);
	color: white;
	padding: 10px;
}

.basket-line > div{
	padding: 10px;
	background-color: rgba(255,255,255,0.1);
}

.basket-line:nth-child(odd) > div{
	background-color: rgba(255,255,255,0.2);
}

.basket-line .basket-mobile{
	display: none;
	font-weight: bold;
	color: var(--primary3);
	width: 120px;
}

#basket-recap{
	margin-top: 50px;
	margin-bottom: 50px;
	overflow: auto;
}

#basket-recap .recap-line > div{
	display: inline-block;
	float: left;
	line-height: 15px;
	padding: 10px 0;
}

#basket-recap .recap-line > div:nth-child(1){
	font-size: 15px;
}

#basket-recap .recap-line > div:nth-child(2){
	display: inline-block;
	float: right;
	font-size: 20px;
}

#basket-recap .recap-line{
	overflow: auto;
}

#basket-recap hr{
	margin: 0;
	display: block;
}

#basket-recap .recap-line > div:nth-child(2){
	text-align: right;
}

#basket-recap .recap-line:last-child > div:nth-child(2){
	font-weight: bold;
	color: var(--secondary2);
}

#menu_base_btn{
	display: block;
	width: 90%;
	margin: 0 auto 20px auto;
	background-color: white;
	color: var(--primary1);
	font-weight: bold;
	text-decoration: none;
}

#menu_base_btn:hover{
	color: var(--primary3)!important;
	text-decoration: none;
}

#menu_base_btn.disabled{
	opacity: 1;
}

#planning-week{
	display: block;
	float: inherit;
	overflow-x: scroll;
	overflow-y: auto;
}

#planning-week > div{
	min-width: 1240px;
}


#planning-week .boat-line{
	overflow: auto;
	margin-top: 15px;
	background-color: var(--menu_background);
}

#planning-week .boat-line .boat_name{
	height: 30px;
	background-color: #d3d3d3;
	font-weight: bold;
	color: var(--text_color);
	border: 1px solid rgba(161,161,161,0.5);
	padding-left: 10px;
	line-height: 30px;
	font-size: 18px;
}

#planning-week .day{
	height: 147px;
	width: 14.28%;
	border-left: 2px solid  var(--menu_background);
	border-bottom: 2px solid  var(--menu_background);
	float: left;
}

#planning-week .day:last-child{
	border-right: 2px solid  var(--menu_background);
}

#planning-week .day_name{
	 display: block;
	 text-align: center;
	 background-color: var(--menu_background);
	 color: white;
	 height: 30px;
	 line-height: 30px;
 }

#planning-week .creneau-container{
	display: flex;
	height: 115px;
}

#planning-week .creneau{
	width: 50%;
	height: 100%;
	float: left;
	text-decoration: none;
	display: inline-flex;
	flex-direction: column;
	justify-content: space-evenly;
	text-align: center;
	word-break: break-all;
	padding: 10px 0;
	font-size: 11px;
}

.btn-stripe {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
	background-color: #9AA9EF;
	border-color: #8896d4;
}
.btn-stripe:hover {
	color: #ffffff;
	background-color: #8594d7 !important;
}

fieldset.stripe{
	overflow: auto;
	border: 1px solid #dadada;
	border-radius: 5px;
	padding: 10px;
}

fieldset.stripe legend{
	color: #ffffff;
	text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
	background-color: #9AA9EF;
	border-color: #8896d4;
	padding: 5px 12px;
	width: inherit!important;
	font-size: 1.5rem;
	border-radius: 5px;
}

.creneau.alert-success:hover,
.creneau.alert-success:active{
	color: #3c763d;
	background-color: #d0e1c9;
}
.creneau.alert-success:focus{
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}

.creneau.alert-danger:hover,
.creneau.alert-danger:active{
	color: #a94442;
	background-color: #e1cdcd;
}
.creneau.alert-danger:focus{
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}

.creneau.alert-warning:hover,
.creneau.alert-warning:active{
	color: #8a6d3b;
	background-color: #e1ddc8;
}
.creneau.alert-warning:focus{
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
}

.creneau.alert-info:hover,
.creneau.alert-info:active{
	color: #31708f;
	background-color: #c4d7e1;
}
.creneau.alert-info:focus{
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
}

.creneau.alert-default:hover,
.creneau.alert-default:active{
	color: #6c6c6c;
	background-color: #e1e1e1;
}
.creneau.alert-default:focus{
	background-color: #ebebeb;
	border-color: #e3e3e3;
	color: #6c6c6c;
}

.creneau.alert-dark{
	color: black;
	border-color: #b7b7b7;
	background-color: #c6c6c6;
	background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255,255,255,.7) 35px, rgba(255,255,255,.7) 70px);
}

.creneau.alert-dark:hover,
.creneau.alert-dark:active{
	color: black;
	border-color: #b7b7b7;
	background-color: #c6c6c6;
	background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255,255,255,.4) 35px, rgba(255,255,255,.4) 70px);
}

.recap, .recap .line{
	display: block;
	width: 100%;
	overflow: auto;
}

.recap .line{
	margin-top: 20px;
}


.recap .qte_container,
.recap .name,
.recap .price{
	display: inline-block;
	float: left;
}

.recap .qte_container{
	width: 70px;
}

.recap .price{
	width: 70px;
	float: right;
	text-align: right;
}

.recap .total{
	margin-top: 30px;
	display: block;
	width: 100%;
	text-align: right;
	font-weight: bold;
	color: var(--secondary2);
}

.formule_link:hover,
.formule_link:active,
.formule_link:focus{
	text-decoration: none!important;
}

.formule_prix{
	color: var(--primary1);
	font-size: 1.5rem;
	font-weight: bold;
}

.formule_contenu {
	color: var(--text_color);
	font-size: 1.3rem;
}

.boxed_container {
	max-width: 1200px;
	margin: 0 auto;
}

.formule_product{
	border-bottom: 1px solid lightgray;
}

.formule_product .type{
	margin-top: 5px;
}

@media only screen and (max-width: 1115px){

	.form_horaires .jour .libelle{
		width: 40%;
	}

	.form_horaires .jour .matin, .form_horaires .jour .aprem{
		width: 60%;
	}


	.form_horaires .jour .ouverture, .form_horaires .jour .fermeture{
		width: 100%;
	}
}

@media only screen and (max-width: 564px){
	.form_horaires .jour{
		display: block;
	}

	.form_horaires .jour .libelle{
		width: 100%!important;
	}

	.form_horaires .jour .matin, .form_horaires .jour .aprem{
		width: 100%!important;
		padding: 0;
	}
}

@media only screen and (max-width: 991px){
	.basket-line > div{
		padding: 5px 10px;
	}
	.basket-line > div:nth-child(1){
		padding-top: 25px;
	}
	.basket-line > div:last-child{
		padding-bottom: 25px;
	}
	.basket-line .basket-mobile{
		display: inline-block;
	}
	#basket-header{
		display: none;
	}
}

@media only screen and (max-width: 450px) {
	#basket-recap .recap-line > div:nth-child(1) {
		font-size: 18px;
	}


}

@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/**
RESERVATION LOGS
 */
#resa_logs{
	width: 100%;
}

#resa_logs tr{
	border-bottom: 1px solid rgba(0,0,0,0.1);
	width: 100%;
}

#resa_logs tr:last-child{
	border-bottom: inherit;
}

#resa_logs td{
	padding: 10px 3px;
}

#resa_logs td.type{
	width: 5%;
}
#resa_logs td.user_date{
	width: 20%;
}

#resa_logs td.desc{
	width: 75%;
	padding-left: 30px;
}


@media only screen and (max-width: 1600px){
	.salvattore-grid[data-columns]::before{
		content: '3 .column.size-1of3';
	}
}

@media only screen and (max-width: 1260px){
	.salvattore-grid[data-columns]::before{
		content: '2 .column.size-1of2';
	}
}

@media only screen and (max-width: 991px){
    #fast{
        text-align: center;
    }

}

@media only screen and (max-width: 950px){
	.salvattore-grid[data-columns]::before{
		content: '1 .column.size-1of1';
	}
}

@media only screen and (max-width: 768px){
    .visible-xs {
        display: block !important;
    }

	.content-body {
        position: relative!important;
		padding: 55px 10px 10px !important;
		margin-left: 0px !important;
	}

    .sidebar-left{
        margin-left: -230px;
        padding-bottom: 0 !important;
    }

    #nav-logo{
        display: none!important;
    }

    .header{
        position: fixed;
        display: block !important;
        top: 0!important;
        margin: 0!important;
        background: #57585a!important ;
        border-top: none;
    }

    .header .logo-container{
        background: var(--primary3)!important;
        border: none!important;
    }

    .header-right{
        display:none;
    }

    header.page-header{
        margin: 0px -10px 20px -10px!important;
    }

	html.fixed .sidebar-left .nano-content {
		padding-bottom: 80px !important;
	}
}

@media only screen and (max-width: 550px){
  .panel-body{
    padding: 20px 7px !important;
  }

  .body-sign .center-sign a{
    margin-bottom: 15px !important;
  }

	.panel-heading-icon {
		margin: 0 auto;
		font-size: 30px;
		font-size: 3rem;
		width: 60px;
		height: 60px;
		line-height: 60px;
		text-align: center;
		color: #fff;
		background-color: rgba(0, 0, 0, 0.1);
		-webkit-border-radius: 55px;
		border-radius: 55px;
	}

	.panel.panel-horizontal .panel-heading{
		width: 100px!important;
	}

	.panel.panel-horizontal .panel-body{
		padding: 20px!important;
	}
}

