﻿/* LOADING */
.lds-spinner {
  color: #00c97b;;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #00c97b;;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#pop_notif_progressbar-spa-loading{
	top: 50% !important;
	left : 20% !important;
	right : 20% !important;
}

#pop_notif_progressbar-spa-loading .text_notif {
  overflow-y: unset !important;
}


#reload-btn{
	/*border-radius : 8px;*/
	background-color : #fff;
	border-radius: 3px;
	padding: 4px 12px;
}

#reload-btn a:focus, #reload-btn a:hover {
  color: inherit;
}

body.toggled #reload-btn button{
	padding : 10px 10px;
}

/* CONNEXION */
.connexion #online {
	height: 100%;
}
.offline .collapse.in {
	display: block !important;
}

/* PAGE ACCUEIL */

.accueil_cs .indicateurRed {
	color: #f70606 !important;
	background-color: #f3a59d6e;
}

.accueil_cs .indicateurWarn {
	color: #ff9800 !important;
	background-color: #fac87c66;
}

.accueil_cs .indicateurGreen {
	color: #00c97b !important;
	background-color: #00c97940;
}

.accueil_cs #QuoteOFDay {
	font-style: italic;
	font-size: 14px;
	color: #ffffff !important;
	padding-top: 14px;
}

.accueil_cs #QuoteOFDay>div>a:nth-child(1) {
	color: white;
}

.accueil_cs #QuoteOFDay>div>a:nth-child(4) {
	color: white;
}

.visite_spa div .panel-body, #pop_notif_add_produit_visite .panel-body {
  pointer-events: initial !important;
  color: initial !important;
}

.offline .add_selected_produit {
  position: absolute !important;
  top: 0;
  right: 25px;
  cursor: pointer;
}

/*
.accueil_cs div .panel-body {
	pointer-events: none;
	cursor: default;
	color: #000000 !important;
}

.accueil_cs #datepicker {
	display: inline-block !important;
	width: 80px;
	border: 0;
	font-size: 20px;
	font-family: inherit;
	font-weight: 700;
	line-height: 1.1;
}
*/

.accueil_cs .img-icon-calendar {
	padding-top: 0 !important;
	padding-bottom: 5px !important;
}

.accueil_cs hr {
	margin: 0;
}

.accueil_cs .reminder-task-item {
	box-shadow: #5252528f -3px 7px 25px;
}

/* Pour le chart */
.accueil_cs .highcharts-figure,

.accueil_cs .highcharts-data-table table {
	font-family: 'Gilroy Medium' !important;
}

.accueil_cs .highcharts-data-table caption {
	color: #00c97b;
}

.accueil_cs .highcharts-data-table td,
.accueil_cs .highcharts-data-table th,
.accueil_cs .highcharts-data-table caption {
	padding: 0.5em;
}


.accueil_cs .highcharts-data-table tr:hover {
	background: #f1f7ff;
}

.accueil_cs .highcharts-credits {
	display: none;
}

.accueil_cs #chartUn {
	color: black !important;
	text-decoration: none !important;
	font-weight: normal !important;
	font-family: 'Gilroy Medium' !important;
}

.accueil_cs .sidebar-right .user-top {
	min-height: 65px;
	height: 65px;
	border-bottom: none;
}

@media(min-width: 1400px) {

	.accueil_cs .sidebar-right {
		display: block !important;
		max-width: 250px;
	}

}

@media(min-width: 1720px) {

	.accueil_cs .sidebar-right {
		max-width: 375px;
	}

}
/* PAGE MAGASIN */
/*#accordionRightBloc2 .card-header {
    border: none;
    padding: 1.5rem 1rem;
    background-color: #f9f9f9;
    margin-bottom: 15px;
    box-shadow: none;
}*/

.voir_magasin_spa #accordionVisit .card-header, .voir_magasin_spa #accordionRightBloc1 .card-header, .voir_magasin_spa #accordionRightBloc2 .card-header {
  border: none !important;
  padding: 1.5rem 2rem !important;
}

.voir_magasin_spa #accordionExample .card-header {
  border: none !important;
  padding: 1.5rem 1rem !important;
  background-color: #f9f9f9 !important;
  margin-bottom: 15px !important;
  box-shadow: none !important;
}

.voir_magasin_spa .card-header {
  border: none !important;
  box-shadow: 0px 2px 20px rgba(127,129,130,.161);
  background-color: transparent;
}

.voir_magasin .input-group-addon, .voir_magasin_spa .input-group-addon {
	padding: 5px 10px !important;
	color: #fff !important;
	min-width: unset !important;
}
.voir_magasin .contact_magasin .input-group-addon, .voir_magasin_spa .contact_magasin .input-group-addon{
	border-radius: 4px !important;
	border-bottom-right-radius: 0 !important;
	border-top-right-radius: 0 !important;
}
/*
.voir_magasin_spa td, .voir_magasin_spa th {
	padding: 3px !important;
}
*/
.voir_magasin .table td, .voir_magasin .table th, .voir_magasin .table td, .voir_magasin .table th, .voir_magasin .table td, .voir_magasin .table th {
	vertical-align: top;
	border-top: 1px solid #F5F5F5;
}

.voir_magasin .table tbody tr td {
	line-height: 1.2;
}

/*
@media (min-width: 576px) {
  .voir_magasin_spa .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
*/

.offline .btn_compte_rendu{
	width: 100px;
}
/* PAGE VISITE */
.visite_spa #accordionVisit .card-header, accordionRightBloc1 .card-header, accordionRightBloc2 .card-header{
	border: none;
	padding: 1.5rem 2rem;
}


.visite_spa #accordionExample .card {
	margin-bottom: 0px;
}

.visite_spa #accordionExample .card-header {
	border: none;
	padding: 1.5rem 1rem;
	background-color: #f9f9f9;
	margin-bottom: 15px;
	border-radius: 15px !important;
	box-shadow: 0 2px 5px rgb(0 0 0 / 16%), 0 2px 10px rgb(0 0 0 / 12%) !important;
}

.visite_spa .remove-picking {
	height: 24px;
	background: none;
}

.visite_spa .dropzone .dz-preview.dz-error .dz-error-message, .visite_spa .dropzone .dz-preview.dz-error .dz-error-mark {
	display: none;
}

.visite_spa table{
	font-size: medium;
}

.visite_spa table#releve_lineaire th:not(:first-child) {
	text-align: center;
}

.visite_spa .add_produit{
  color: #fff !important;
  background-color: #23272b !important;
  border-color: #1d2124 !important;
  height: 50px !important;
  width: 250px !important;
  font-size: 25px !important;
  line-height: 1% !important;
}

.visite_spa .add_produit:hover {
  color: #fff ;
  background-color: #23272b;
  border-color: #1d2124;
}

/*
.visite_spa .nonCliquer {
	color: red;
}

.visite_spa .checked {
	color: #00c97b;
}

.visite_spa .invalid {
	display: block !important;
	width: 100% !important;
	height: 80px !important;
	padding: 0 !important;
	font-size: 14px !important;
	line-height: 1.42857143 !important;
	color: #e03737 !important;
	background-color: #f9d6d6 !important;
	background-image: none !important;
	border: 1px solid #ccc !important;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s !important;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
}

.visite_spa .valid {
	display: block !important;
	width: 100% !important;
	height: 80px !important;
	padding: 0 !important;
	font-size: 14px !important;
	line-height: 1.42857143 !important;
	color: #00c97b !important;
	background-color: white !important;
	background-image: none !important;
	border: 1px solid #ccc !important;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s !important;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
}

.visite_spa .pop_notif {
	margin-left: 0px !important;
	left: 20%;
	right: 20%;
}
*/

.visite_spa a.dz-remove {
	padding: inherit;
}

.recherche_avancee_offline .filter-panel .panel.panel-default .panel-body .form-inline .form-group select.form-control, .recherche_avancee_offline .filter-panel .panel.panel-default .panel-body .form-inline .form-group select.form-control:not(.fc-alt) {
  font-family: "Gilroy";
  width: 100%;
  border-radius: 25px;
}

.add_this_produit {
	position: absolute;
	right: 2px;
	top: 2px;
}

.add-picking {
	border: none;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	background-color: #ccc;
}

.add-picking::before {
	content:"+";
	font-weight : bold;
	font-size : 17px;
	color : #fff;
}
.picking-selected {
	background-color : #03c97c;
}

/*.remove-picking , .offline .remove_produit_visite {
	border: none;
	border-radius: 100%;
	width: 21px;
	height: 21px;
	background-color: #f34235;
	margin-right: 5px;
}

.remove-picking::before , .offline .remove_produit_visite::before {
	content:"x";
	font-weight : bold;
	color : #fff;
}
*/

.offline .checkmark {
  display: inline-block;
  transform: rotate(45deg);
  height: 25px;
  width: 12px;
  margin: 10px 0px 20px 20px; 
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}
.offline .add_selected_produit {
	background-color: #00c97b;
	border-radius: 100%;
	width: 50px;
	height: 50px;
}

@media only screen and (min-width: 768px) {
	.offline #pop_notif_ {
		left: 35%  !important;
		right: 35%  !important;
		margin-left: 0 !important;
	}
}
/*
.offline .icon-checked{
	background-color: #00c97b;
	width: 20px;
	height: 20px;
	display: block;
	border-radius: 30%;

}

.offline .icon-unchecked{
	background-color: #fbc9c4;
	width: 20px;
	height: 20px;
	display: block;
	border-radius: 30%;
}

.offline .icon-unchecked::before{
	content:'';
}

.offline .icon-checked::before{
	content:'';
	display: inline-block;
	transform: rotate(45deg);
	height: 12px;
	width: 5px;
	margin-top: 0; 
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
}
*/

.offline .bg_famille_produit {
	background-color: #00c97b !important;
}
.offline .bg_gamme_produit{
	background-color: white !important;
}
	/* bootstrap-select */
/*.visite_modal_spa .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100%;
}

.visite_modal_spa .bootstrap-select > .btn-default {
	background: 0 0 !important;
	border-bottom: 1px solid #e0e0e0 !important;
	border-radius: 0;
	padding-left: 0;
	padding-right: 0;
}

.visite_modal_spa .btn-default.focus, .visite_modal_spa .btn-default.focus.focus, .visite_modal_spa .btn-default.focus:focus, .visite_modal_spa .btn-default.focus:hover, .visite_modal_spa .btn-default:active, .visite_modal_spa .btn-default:active.focus, .visite_modal_spa .btn-default:active:focus, .visite_modal_spa .btn-default:active:hover, .visite_modal_spa .btn-default:focus, .visite_modal_spa .btn-default:focus.focus, .visite_modal_spa .btn-default:focus:focus, .visite_modal_spa .btn-default:focus:hover, .visite_modal_spa .btn-default:hover, .visite_modal_spa .btn-default:hover.focus, .visite_modal_spa .btn-default:hover:focus, .visite_modal_spa .btn-default:hover:hover, .open > .dropdown-toggle.btn-default, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
	color: #333;
	border-color: transparent;
}

.visite_modal_spa .btn-group .btn, .visite_modal_spa .btn-group-vertical .btn {
	margin: 0;
}
.visite_modal_spa .btn-group-vertical > .btn, .visite_modal_spa .btn-group > .btn {
	float: left;
}

.visite_modal_spa .btn {
	touch-action: manipulation;
}

button.visite_modal_spa, input.visite_modal_spa, optgroup.visite_modal_spa, select.visite_modal_spa, textarea.visite_modal_spa {
  font: inherit;
}

.visite_modal_spa .dropdown-menu {
  box-shadow: 0 2px 10px rgba(0,0,0,.2);
}

.visite_modal_spa .bootstrap-select > .btn-default::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  height: calc(100% - 2px);
  width: 30px;
  background-color: #FFF;
  background-position: right calc(100% - 7px);
  background-repeat: no-repeat;
  background-image: url(../img/select.png);
  pointer-events: none;
  z-index: 5;
}

.visite_modal_spa .btn-default {
  color: #333;
}

.visite_modal_spa .pull-left {
  float: left !important;
}

.visite_modal_spa .bootstrap-select .bs-caret {
  display: none;
}

.visite_modal_spa .form-control {
  resize: none;
  border-radius: 0;
}

.visite_modal_spa .fg-line:not(.disabled)::after, .visite_modal_spa .fg-line:not(.readonly)::after {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  content: "";
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
    transition-duration: 0s;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.visite_modal_spa .fg-line:not(.form-group) {
  display: inline-block;
  width: 100%;
}

.visite_modal_spa .fg-line {
  position: relative;
  vertical-align: top;
}
*/

@media(min-width: 1301px) {
	td.left{
		max-width : 480px;
	}

	td.facing{
		max-width : 100px;
	}
	td.pvc{
		max-width : 100px;
	}
	
}

@media (max-width: 1300px) {
	/* Barre de recherche */

	#searchbar {
		font-size: 32px;
	}

	/* Relevé Linéaire */

	#releve_lineaire tr:nth-child(odd) {
		background-color: #f9f9f9 !important;
	}

	#releve_lineaire tr:nth-child(even) {
		background-color: white !important;
	}

	#releve_lineaire .tr_produit {                    
		display: flex;
		flex-wrap: wrap;
		width: 100%;                             
	}

	#releve_lineaire .facing_visite_produit, #releve_lineaire .pvc_visite_produit {
		/*width: 9vw !important;
		height: 2.5vh !important;*/
		width: 100px !important;
		height: 43px !important;
		font-size: 32px !important;
		margin-top: -0.5vh;
		touch-action: none;
	}

	/*#releve_lineaire .facing_visite_produit {
		height: 3vh !important;
	}*/


	#releve_lineaire #zone_visite_produit {
		padding-top: 0px;                    
	}

	#releve_lineaire td {
		padding: 5px !important;
		margin: auto;
	}

	#releve_lineaire td:first-child {
		text-align: center;
		width: 100%;
	}
	
	.offline .icon-checked, .offline .icon-unchecked{
		width: 30px !important;
		height: 30px !important;
	}
	
	.offline .icon-checked::before {
		height: 16px !important;
		width: 9px !important;
		border-bottom: 3px solid #fff !important;
		border-right: 3px solid #fff !important;
	}

	#releve_lineaire .icon-unchecked:before, #releve_lineaire .icon-checked:before {
		font-size: 150%;                                
	}

	#releve_lineaire label.checkbox {
		padding-right: 1vw;
	}

	.pvc .input-group,
	.pmc {
		font-size: 32px;
		align-items: center;
	}

	.pvc {
		font-size: 32px;
	}

	.pvc input {
		margin-top: 0.3vh !important;
		padding: 0 !important;
	}

	.pvc p,
	.pmc p {
		margin-bottom: -0.5vh !important;
	}

	.facing p {
		margin-bottom: 0.2vh;
	}

	.facing {
		margin-bottom: 2vh;
	}

	.filters.text-center > div {
		flex: 0 0 33.33%;
		max-width: 33.33%;
	}

	.filters div {
		padding: 0 1vw;
	}

	.filters input {
		max-width: 100% !important;
		font-size: 32px !important;
	}

	.filters select {
		width: 100% !important;
		font-size: 16px !important;
		padding: 0px 10px !important;
	}

	/* PLV/Enquêtes */

	#collapseEnqueteTwo h3,
	#collapseEnqueteTwo label {
		font-size: 24px !important;
		margin-right: 1vw;
	}

	#collapseEnqueteTwo input[type="radio"],
	#collapseEnqueteTwo input[type=checkbox] {
		transform: scale(1.5);
	}

	#collapseEnqueteTwo input[type="text"] {
		font-size: 32px;
		margin-left: 1vw;
	}

	/* PDL */

	#pdl-merch {
		display: flex;
		flex-direction: row;
	}

	#pdl-merch input {
		font-size: 32px;
		height: 46px;
	}

	/* Compte rendu  */

	#compte_rendu textarea {
		font-size: 32px;
		width: 100%;
	}

	#compte_rendu tr {
		display: flex;
		flex-direction: column;
	}  

	#compte_rendu td {
		width: 100%;
		height: 12vh;
	}
	
	#compte_rendu textarea {
		height: 70%;
	}

}

#releve_lineaire thead {
	display: none;
}

/* Données Magasin */

.visite_spa #donnees_magasin {
	position: sticky;
	top: 64px;
	z-index: 1000;
	background-color: white;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	padding: 15px 20px;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
}

.visite_spa #donnees-magasin-title {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	display: block;
	margin-bottom: 15px;
}

.visite_spa #donnees_magasin .marque-container {
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin-bottom: 12px;
	margin-right: 15px;
	flex-grow: 1;
	flex-basis: calc(100% / 3 - 10px);
}

.visite_spa #donnees_magasin .reel,
.visite_spa #donnees_magasin .pdl {
	font-size: 13px;
	font-weight: 500;
	color: #2c3e50;
}

.visite_spa #donnees_magasin .ancien {
	color: #7f8c8d;
	font-style: italic;
}

.visite_spa #donnees_magasin .nouveau {
	font-weight: bold;
	margin-left: 2%;
}

.visite_spa #donnees_magasin .data-line {
	margin-top: 5px;
}

.visite_spa #contact {
	margin-top: -0.4vh;
	margin-left: 4vw;
}

.visite_spa #donnees-marque {
	justify-content: space-between;
	gap: 10px;
}

.visite_spa #donnees-marque {
	max-height: 200px; /* stone */
	overflow-y: auto;
}

.visite_spa #donnees-marque::-webkit-scrollbar {
	width: 10px;
	border-radius: 10px;
	background-color: #F0F0F0;
}

.visite_spa #donnees-marque::-webkit-scrollbar-thumb {
	background: #00c97b;
	border-radius: 10px;
}

.visite_spa #donnees-marque::-webkit-scrollbar-thumb:hover {
	background: #00c97b;
}

.visite_spa .marque-container:nth-child(1) {
	margin-left: -10px;
}

@media (max-width: 800px) {
	.visite_spa #donnees_magasin .marque-container {
		flex-basis: calc(50% - 10px);
	}

	.visite_spa #donnees-marque {
		gap: 0px;
	}
}

.filters {
	margin-bottom: 2vh;
}

.filters input {
	height: 40px !important;
	padding: 10px 10px;
	font-size: 13px;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	border: 1px solid #d6d6d6 !important;
	text-align: center !important;
	border-radius: 10px !important;
	box-shadow: rgb(176 176 189 / 41%) 3px 4px 8px !important;
}
/* LOADER */
.loader {
    width: 18px;
    height: 18px;
    border: 3px solid #c7c3c3;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    }

    @keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
    } 

/* PAGE AGENDA */
.offline,
.offline #content_tab {
	height: auto !important;
}

[type=checkbox]:not(:checked)+label:before,
[type=checkbox]:checked+label:before {
	content: "";
	position: absolute;
	left: -18px;
	top: 0;
	width: 1.25em;
	height: 1.25em;
	border: 2px solid #00c97b;
	background: #fff;
	border-radius: 4px;
	box-shadow: inset 0 1px 3px rgb(0 0 0 / 10%);
}

.modal form [type=checkbox]:checked+label:after {
	opacity: 1;
	transform: scale(1) rotate(45deg) translate(5px, -3px);
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	left: -18px;
}

[type=checkbox]:checked+label:before {
	content: "";
	position: absolute;
	left: -18px;
	top: 0;
	width: 1.25em;
	height: 1.25em;
	background: #00c97b;
	border-radius: 4px;
	box-shadow: inset 0 1px 3px rgb(0 0 0 / 10%);
}

.agenda_cs_spa #link_magasin {
	background: #00c97b !important;
}

.agenda_cs_spa .red {
	background-color: orange;
}

.agenda_cs_spa .modal-footer {
	display: block;
}

#jourouvrable_modif.modal .modal-body,
#jourouvrable.modal .modal-body {
	padding: 0 0px 10px;
}

#jourouvrable_modif.modal .modal-header,
#jourouvrable.modal .modal-header {
	padding: 10px 0px;
}

#jourouvrable .modal-content,
#jourouvrable_modif .modal-content {
	border-radius: 7px;
}

#jourouvrable .modal-title,
#jourouvrable form.form-event,
#jourouvrable_modif .modal-title,
#jourouvrable_modif form.form-event {
	font-weight: 400;
	font-size: 15px !important;
	text-align: center;
	color: #f34f4f;
}

#jourouvrable .modal-footer,
#jourouvrable_modif .modal-footer {
	padding: 13px 0;
	text-align: center;
}

#jourouvrable .btn,
#jourouvrable_modif .btn {
	font-size: 14px !important;
	border: 2px solid #00c97b !important;
	border-radius: 5px !important;
	color: #00c97b;
}

/*
.agenda_cs_spa .fc-time-grid-event{
	margin-left: 8px;
}
*/
 body.offline .ui-autocomplete {
    z-index: 1100;
	width: 55% !important;
}

/* Loader */
#pop_notif_page-success{
	margin : 0 !important;
	padding: 20px !important;
	position : absolute !important;
	top : 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%);
	right: 30% !important;
	border-radius : 0px !important;
	background: rgb(61, 199, 99) !important;
}

@media(max-width: 846px) {

	#pop_notif_page-success{
		left: 35% !important;
		right: 35% !important;
	}

}

#pop_notif_page-success .text_notif {
	overflow-y: unset !important;
}

#pop_notif_page-success .close {
	background: none !important;
	border-radius : 0px !important;
	right: 0px !important;
    position: relative !important;
}

#pop_notif_page-success .notyf__message {
	color : #fff;
	font-family: Montserrat,Arial,sans-serif;
	font-size: 16px;
	font-weight: 500;
}

.loader-page {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9998;
  border: 16px solid #f3f3f3;
  border-top: 16px solid #00c97b;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* PAGE VISITE COMMANDE  */

.visite_commande_spa .list-franco-marque {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}