html {
  scroll-behavior: smooth;
  max-width: 100vw;
}
html *{
  max-width: 100vw;
}
body {
    margin: 0;
    padding: 0;    
    font-size: 14px;
    line-height: 1.4 !important;
    position: relative;
    padding-right: 0 !important;
}
body.bodyAuthent{
	background-image: url(https://www.espaceprogmi.com/PartageWeb/image/FOND/fond_espacepro.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

input.form-control, select.form-control, textarea.form-control
{
	border-radius: 0.50em;  
}
.form-control:focus {
	border-color: var(--color-complement-1);
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 99999999s ease-in-out 0s;
}
/* Ajustement des cms checkboxs */
[type="checkbox"]:not(.cms-nocms):not(.cms-mini-ck):checked + label::after{
	top: 15px;
}
[type="checkbox"]:not(.cms-nocms):not(.cms-mini-ck):checked + label::before {
	border: 0;
	background: var(--color-primaire);
}
[type="checkbox"]:not(.cms-nocms):not(.cms-mini-ck):not(:checked):not(:disabled) + label:hover::before {
	border: 2px solid var(--color-primaire);
}
[type="checkbox"]:not(.cms-nocms):not(.cms-mini-ck) + label::before{
	border-radius: 3px;
	top: 5px;
}
[type="checkbox"]:not(.cms-nocms):not(.cms-mini-rd):checked:focus + label::before, [type="checkbox"]:not(.cms-nocms):not(.cms-mini-rd):not(:checked):focus + label::before {
  box-shadow: none;
}
/* ajustement des cms radios */
[type="radio"]:not(.cms-nocms):not(.cms-mini-rd):not(:checked) + label::after, [type="radio"]:not(.cms-nocms):not(.cms-mini-rd):checked + label::after{
	background: var(--color-primaire);
}
[type="radio"]:not(.cms-nocms):not(.cms-mini-rd):checked + label::before, [type="radio"]:not(.cms-nocms):not(.cms-mini-rd):not(:checked):not(:disabled) + label:hover::before{
	border: 2px solid var(--color-primaire);
}

.rounded1
{
    border-radius: 1em;
}
.blocMdpOublie
{
	padding-top: 5px;
}

.mv10
{
    margin-top:10px;
    margin-bottom:10px;
}

.btncnx
{
    background-color:grey;
}

.btncnx:hover, .btncnx:active,.btncnx:focus
{
    background-color: #9A0000;
}

.blocBtnDeco a i
{
	color:grey;
}
.blocBtnDeco a:hover,.blocBtnDeco a:active,.blocBtnDeco a:focus
{
	background: none !important;
}
.blocBtnDeco:hover a i
{
	color:#9A0000;
}

.blocIdentifiant
{
     height: 48px;
     border-radius: 26px;
     padding: 11px 40px 11px 21px;
     border: 0;
     width: 100%;
     background-color: #fff;
     border:1px solid black;
     color:red;
}

.blocMsgSite-container
{
	background-color : black;
	color:white;
	text-align: center;
	width:100%;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left:0;
	z-index:10000;
}
.blocMsgSite
{
	padding: 5px;
	display: flex;
	justify-content: space-between;
}

.btnClose
{
	color: var(--color-complement-3);
    opacity: .8;
}
.btnClose:hover, .btnClose:active, .btnClose:focus
{
    color: var(--color-complement-3);
    opacity: 1
}

/* Surcharge structure */
.form-group{
	margin-bottom: 7px;
}
.form-control{
	height: 30px;
	padding: 3px 12px;
}
input:not([type="checkbox"]):not([type="radio"])
{
	color: #555 !important;
	font-weight: inherit;
	height: 30px;
}
select{
	height: 30px;
}
label 
{
    font-size: 14px !important;
    font-weight:normal;
}

/* Surcharge cms.input */
[type="checkbox"]:not(.cms-mini-ck,.orejime-AppItem-input):not(:checked)+label,[type="checkbox"]:not(.cms-mini-ck,.orejime-AppItem-input):checked+label {
    padding-top: 5px;
}

/* Surcharge bootstrap */
.d-none{
	display: none;
}
.btn-block
{
    border-radius: 0.5em;
}
.navbar{
	margin-bottom: 0;
}
.progress-bar{
	background-color: var(--color-primaire);
}

/* Surcharge adminlte */
.input-group .input-group-addon{
	border-radius: 0.50em;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group .form-control:last-child.form-control:first-child{
	border-radius: 0.50em;
}

/* Class utilitaires Bootstrap */
.d-flex{
	display: flex;
}
.flex-wrap{
	flex-wrap: wrap;
}
.flex-column{
	flex-direction: column;
}
.justify-content-start{
	justify-content: flex-start;
}
.justify-content-end{
	justify-content: flex-end;
}
.justify-content-center{
	justify-content: center;
}
.justify-content-between{
	justify-content: space-between;
}
.justify-content-around{
	justify-content: space-around;
}
.align-items-center{
	align-items: center;
}
@media screen and (min-width: 576px) and (max-width: 768px) {
	.col-sm-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-sm-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-sm-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-sm-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-sm-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-sm-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-sm-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
.cursor-pointer{
	cursor: pointer;
}
.cursor-zoom-in{
	cursor: zoom-in;
}
.font-weight-bold{
	font-weight: bold;
}
.font-italic{
	font-style: italic;
}


/* Boutons arrondis */
.btn.btn-pill{
	border-radius: 50rem;
}
/* Boutons dropdown 3 petits points */
.btn-trois-points{
	background: none;
	border-radius: 100%;
	white-space: nowrap;
	width: 36px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.btn-trois-points:hover, .btn-group.open .btn-trois-points{
	background-color: rgba(60,64,67,.08);
		
}
.btn-group.open .dropdown-toggle.btn-trois-points{
	box-shadow: none;
}

/********************** 
Modales 
**********************/
.modal{
	padding: 0;
	margin: 0;
	width: 100vw;
}
.modal .modal-header{
	border-bottom: none;
}
.modal .modal-header .modal-header-content{
	border-radius: 2px;
}
.modal .close{
	opacity: 1;
	text-shadow: none;
	color: var(--color-complement-3);
	margin-top: 1px;
}

/* Modales normales*/
.modal .modal-dialog:not(.modal-right){
	margin-top: 60px;
}
.modal .modal-dialog:not(.modal-right) .modal-header{
	padding: 10px 10px;
}
.modal .modal-dialog:not(.modal-right) .modal-header-content{
	padding: 5px 10px;
	text-align: center;
	border-radius: 2px;
}
.modal .modal-dialog:not(.modal-right) .modal-body{
	padding-top: 0;
	padding-left: 25px;
	padding-right: 25px;
}

/* Modales affichées à droite */
.modal-right{
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	min-height: 100%;
	max-width: calc(100vw - 10px);
}
.modal .modal-dialog.modal-right{
	margin-top: var(--banner-height) !important;
}

.modal-right .modal-header{
	padding: 5px 15px;
}
.modal-right .modal-content{
	min-height: 100%;
	border-radius: 2px;
}
.modal.fade:not(.in) .modal-dialog.modal-right {
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
}

/* Modales de confirmation (avec jquery) */
.reveal-modal{
	background: none !important;
	box-shadow: none !important;
	width: 600px !important;
}
.reveal-modal .modal-header-content{
	padding: 5px 10px;
	text-align: center;
	border-radius: 2px;
}
.reveal-modal .close{
	margin-top: -24px;
	text-shadow: none;
	opacity: 1;
	color: var(--color-complement-3);
}

/* Modales wait */
.blockUI.modal{
	min-width: 300px !important;
	transform: translate(-50%, -50%) !important;
	left: 50% !important;
    top: 50% !important;
}
.blockUI.modal .modal-header{
	padding: 10px 10px;
	border-bottom: none;
}
.blockUI.modal .modal-header .modal-header-content{
	border-radius: 2px !important;
}
	
/********************** 
Briques de filtre
**********************/
.briques-filtre-container{
	display: flex;
	flex-wrap: wrap;
	padding: 10px 10px 10px 10px;
	list-style: none;
}

.briques-filtre-container .brique-filtre{
	flex-grow: 1;
	margin: 0 1px; 
}
.briques-filtre-container .brique-filtre:first-child{
	margin-left: 0;
}
.briques-filtre-container .brique-filtre:last-child{
	margin-right: 0;
}
@media screen and (max-width: 991px){
	.briques-filtre-container .brique-filtre .btn{
		font-size: 13px !important;
		height: 100%;
	}
}
@media screen and (max-width: 766px){
	.briques-filtre-container .brique-filtre .btn{
		font-size: 12px !important;
	}
}
@media screen and (max-width: 576px) {
	.briques-filtre-container .brique-filtre .btn span{
		display: block;
	}
}

/********************** 
Tableaux
**********************/
.th-pre-scroll{
	width: 15px; 
	background-color: var(--color-complement-3) !important;
	border: none !important;
}
.th-scroll{
	text-align: center;
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 35px;
}
.th-scroll a{
	color: var(--color-complement-3);
	cursor: pointer;
}
table .btn-scroll{
	padding: 8px 10px;
}
.tr-pre-scroll{
	height: 30px;
}
.tr-pre-scroll td{
	border: none !important;
}
.table-hover > tbody > tr.tr-pre-scroll:hover, .table-hover > tbody > .tr-scroll:hover{
	background-color: var(--color-complement-3);
}
td.bloc-pagination{
	border: none !important;
	background: var(--color-complement-3);
	padding: 0 !important;
	padding-top: 3px;
	text-align: right;
}

.thead-dark th{
	border-bottom: none !important;
}

.sticky-table-client{
	position: sticky;
	top: calc(var(--banner-height) + 102px);
	z-index: 808;
}
.sticky-table-client.has-recherche{
	top: calc(var(--banner-height) + 131px);
}

/********************** 
previewDocPanel
**********************/
.previewDocPanel{
	width: 100%;
}
.pdf-js-viewer{
	width: 100%;
	height: 800px;
	max-height: 70vh;
	margin: 15px 0;
}

/********************** 
CompSpeSendMail
**********************/
.spe-iframetabchan .pdf-js-viewer{
	height: calc(92vh - 60px - var(--banner-height));
	max-height: initial;
}


/********************** 
CompDocInfos
**********************/
/* Menu */
.btn-doc-info-menu{
	margin-top: 12px;
	margin-left: 10px;
}
.btn-doc-info-menu .btn-doc-info-menu-icon{
	display: none;
}
.btn-doc-info-menu .btn-doc-info-menu-label{
	display: inline;
}
@media (min-width: 576px) { 
	.sidebar-collapse .btn-doc-info-menu .btn-doc-info-menu-icon{
		display: inline;
		font-size: 14px;
	}
	.sidebar-collapse .btn-doc-info-menu .btn-doc-info-menu-label{
		display: none;
	}
}


/********************** 
CompMonProfil
**********************/
.monprofil-icone{
	display: inline-block;
	min-width: 15px;
	text-align: center;
	margin-right: 10px;
}


/********************** 
CompAuthentificationSpe_Vb2b
**********************/
.login-logo-bas{
	margin-top: 25px;
	margin-bottom: 0;
}
.login-logo-bas img{
	max-width: 120px;
}

/********************** 
CompSpeSendMail
**********************/
.modal.spe-blocsendmail{
	margin-top: var(--banner-height);
}

/********************** 
CompSelChantierSpe
**********************/
.ligne-boutons-chantiers{
	z-index: 1041;
}
@media screen and (max-width: 991.98px) {
	.ligne-boutons-chantiers{
		position: fixed;
		bottom: 15px;
		right: 10px;
	}
	.ligne-boutons-chantiers .hidden-small{
		display: none;
	}
	.ligne-boutons-chantiers .bouton-ajouter-chantier{
		padding: 10px;
		border-radius: 100%;
		box-shadow: rgba(0, 0, 0, 0.35) 0px 2px 15px;
	}
	.ligne-boutons-chantiers .dropdown-menu{
		bottom: 40px;
		position: absolute;
		top: auto;
	}
}
@media screen and (min-width: 992px) {
	.ligne-boutons-chantiers .hidden-large{
		display: none;
	}
}
.milletjs-ligne-liste-chantiers{
	cursor: pointer;
}
#modal-nouveau-chantier .modal-body{
	padding-top: 10px;
	padding-bottom: 10px;
}
.select-statut option{
	font-size: 1.15em;
}

/********************** 
CompListeChantierSpe
**********************/
.table-chantiers.table > tbody > tr > td{
	vertical-align: middle;
}
.table-chantiers .badge.badge--noChantier{
	color: initial;
	font-size: 14px;
	line-height: 1.3;
	background-color: initial;
}
@media screen and (max-width: 991.98px) {
	.table-chantiers thead{
		display: none;
	}
	.table-chantiers .hidden-small{
		display: none;
	}
	.table-chantiers tbody tr{
		display: flex;
		flex-wrap: wrap;
		margin: 7px 0;
		padding: 5px;
		border: 1px solid var(--color-complement-2);
		border-radius: 5px;
	}
	.table-chantiers tbody tr.tr-pre-scroll{
		display: none;
	}
	.table-chantiers tbody tr.tr-pre-scroll:hover, .table-chantiers tbody .tr-scroll:hover{
		background-color: var(--color-complement-3);
	}
	.table-chantiers tbody .tr-scroll{
		border: none;
		margin-top: 20px;
	}
	.table-chantiers tbody .tr-scroll .navigator{
		text-align: center;
	}
	.table-chantiers tbody tr td{
		width: 100%;
		border: none;
		padding: 0;
		order: 3;
	}
	.table-chantiers tbody tr td.inline-small{
		width: auto;
	}
	.table-chantiers td[data-label]::before {
		display: inline;
		margin-right: 0;
		content: attr(data-label);
	}
	.table-chantiers .title-small{
		font-weight: bold;
		order: 1;
	}
	.table-chantiers .prix-right-small{
		margin-left: auto;
		order: 2
	}
	.table-chantiers .prix-right-small div{
		background-color: var(--color-primaire);
		color: var(--color-complement-3);
		border-radius: 15px;
		padding: 0px 10px;
	}
	.table-chantiers .badge.badge--noChantier{
		padding: 1px 5px;
	}
	.table-chantiers .text-primary-sm{
		color: var(--color-primaire);
	}
	.table-chantiers .italic-sm{
		font-style: italic;
	}
	.table-chantiers .colInfo{
		position: absolute;
		bottom: 10px;
		right: 10px;
		text-align: right;
	}
}

/********************** 
CompFicheChantierSpe
**********************/
.ligne-boutons-fiche-chantiers{
	z-index: 1041;
}
@media screen and (max-width: 768px) {
	.ligne-boutons-fiche-chantiers{
		position: fixed;
		bottom: 15px;
		right: 10px;
	}
	.ligne-boutons-fiche-chantiers .hidden-small{
		display: none;
	}
	.ligne-boutons-fiche-chantiers .bouton-ajouter-chantier{
		padding: 10px;
		border-radius: 100%;
		box-shadow: rgba(0, 0, 0, 0.35) 0px 2px 15px;
		width: 40px;
		height: 40px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.ligne-boutons-fiche-chantiers .bouton-ajouter-chantier fa{
		font-size: 1.33333em;
		line-height: 0.75em;
	}
	.ligne-boutons-fiche-chantiers .bouton-ajouter-chantier.btn-outline-complement-1{
		background-color: var(--color-primaire);
		border-color: var(--color-primaire);
		color: var(--color-complement-3);
		border-width: 2px;
	}
	.ligne-boutons-fiche-chantiers .bouton-ajouter-chantier.btn-outline-complement-1:hover{
		background-color: var(--color-secondaire);
		border-color: var(--color-secondaire);
	}
	.ligne-boutons-fiche-chantiers .dropdown-menu{
		bottom: 40px;
		position: absolute;
		top: auto;
		right: 0;
		left: auto;
	}
}
@media screen and (min-width: 768px) {
	.ligne-boutons-fiche-chantiers .hidden-large{
		display: none;
	}
	.ligne-boutons-fiche-chantiers .bouton-ajouter-chantier{
		height: 36px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

/********************** 
CompListeLigChantierSpe et CompListLigneCliSpe
**********************/

.header-lig-chantier{
	padding: 2px 5px;
	display: flex;
	font-weight: bold;
	flex-wrap: wrap;
	box-shadow: rgba(0, 0, 0, 0.35) 0 2px 4px -1px;
}
.header-lig-chantier-item{
	min-width: 100px;
}

.lig-chantier{
	border-left: 1px solid var(--color-complement-1);
	border-right: 1px solid var(--color-complement-1);
	border-bottom: 1px solid var(--color-complement-1);
	width: 100%;
	margin: 10px 0;
	padding: 0;
	display: block;
}
.panier-list-lig-chantier .lig-chantier:first-of-type{
	margin-top: 0;
}
.lig-chantier .milletjs-id-lig-chantier{
	display: none;
}

.lig-chantier .header-lig-chantier{
	border-bottom: 1px solid var(--color-complement-1);
	border-top: 1px solid var(--color-complement-1);	
}

.section-lig-chantier{
	padding: 5px 10px;
}
.section-lig-chantier--border-top{
	border-top: 1px solid var(--color-complement-1);
}

.section-lig-chantier .form-group label{
	margin-bottom: 0;
}
.form-group--list-chantier{
	margin-right: 10px;
}
.form-group--list-chantier label{
	color: var(--color-complement-1);
	font-size: 12px !important;
}
.fake-input{
	color: #555 !important;
	height: 30px;
	padding: 4px 12px;
	border-radius: 0.50em;
	background-color: #eee !important;
	cursor: not-allowed !important;
}
.fake-input--textarea{
	min-height: 70px;
	resize: vertical;
	overflow: auto;
}
.fake-input.text-primary{
	color: var(--color-primaire) !important;
}

.btn-icon-lig-chantier{
	width: 34px;
	height: 34px;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ECE9E9;
	color: var(--color-primaire);
	border: none;
	margin: 5px;
	font-size: 14px;
	box-shadow: none;
	border-color: #d2d6de;
}
.btn-icon-lig-chantier:hover{
	background-color: #dad3d3;
	border: none;
	color: var(--color-primaire);
}
.btn-icon-lig-chantier i{
	font-size: 20px;
}

.milletjs-img-menuiserie-lig-chantier{
	cursor: zoom-in;
}

.btn-collapse-lig-chantier{
	width: 20px; 
	height: 20px; 
	font-size: 10px; 
	padding: 0; 
	display: flex; 
	justify-content: center; 
	align-items: center;
	margin-right: 15px;
}
.btn-collapse-lig-chantier i:before{
	content: "\f068";
}
.btn-collapse-lig-chantier.collapsed i:before{
	content: "\f067";
}

.liste-var-lig-chantier p{
	column-count: 2;
}
.panier-list-lig-chantier .liste-var-lig-chantier p{
	font-size: 12px;
}
@media screen and (min-width: 992px) and (max-width: 1300px) {
	.panier-list-lig-chantier .liste-var-lig-chantier p{
		column-count: 1;
	}
}
@media screen and (max-width: 576px){
	.panier-list-lig-chantier .lig-chantier-bloc-techinque-image{
		flex-wrap: wrap;
	}
}
.blocMargeEtInfoBulle
{
	display: flex;
    align-content: space-between;
    justify-content: flex-start;
    align-items: center;
}
.spe-detailtitre p{
	margin: 0;
}

.border-top-lig-chantier{
	border-top: 1px solid #f4f4f4;
}

.textarea-lig-chantier{
	overflow: auto;
	resize: vertical;
	width: 100%;
}

/* Détail chiffrage (dans ligne chantier) */
.card-ligne-chiffrage{
	border-radius: 5px;
	padding: 2px 5px;
	margin-top: 5px;
	display: flex;
	align-items: center;
}
.card-ligne-chiffrage-item{
	width: 25%;
	margin-bottom: 0;
	margin-right: 0px;
	padding-right: 10px;
}

.card-ligne-chiffrage-item  .card-ligne-chiffrage-label-glob{
	display: block;
}

.card-ligne-chiffrage-item  .card-ligne-chiffrage-label-browse{
	display: none;
}

@media screen and (max-width: 1300px) {
	.card-ligne-chiffrage--ligne-total{
		flex-wrap: wrap;
	}
	.card-ligne-chiffrage--total .card-ligne-chiffrage-item label{
		width: 200px;
	}
	.card-ligne-chiffrage--ligne-total .card-ligne-chiffrage-item{
		width: 30%;
		margin-top: 10px;
	}
	
	.card-ligne-chiffrage--total .card-ligne-chiffrage-item  .card-ligne-chiffrage-label-glob{
		display: none;
	}
	
	.card-ligne-chiffrage--ligne-total .card-ligne-chiffrage-item  .card-ligne-chiffrage-label-browse{
		display: block;
	}
}
	
@media screen and (max-width: 576px) {
	.liste-var-lig-chantier p{
		column-count: 1;
	}
	
	.card-ligne-chiffrage{
		flex-wrap: wrap;
	}
	.card-ligne-chiffrage-item{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	
	.card-ligne-chiffrage-item  .card-ligne-chiffrage-label-glob{
		display: none;
	}
	
	.card-ligne-chiffrage-item  .card-ligne-chiffrage-label-browse{
		display: block;
	}
}

/*** Détail chiffrage (total chantier) ***/
.list-lib-detail-chiffrage{
	width: 100%;
	height: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.lib-detail-chiffrage{
	flex: 1 1 0;
	text-align: right;
	padding-top: 5px;
}
/* Aligne le premier label à gauche */
.lib-detail-chiffrage:first-child{
	text-align: left;
}
/* Premier et dernier label en bold */
.lib-detail-chiffrage:first-child label, .lib-detail-chiffrage:last-child label{
	font-weight: bold;
}
.list-lib-detail-chiffrage .lib-detail-chiffrage label{
	line-height: 1;
}

.list-val-detail-chiffrage{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px;
	padding-left: 40px;
}
.list-val-detail-chiffrage--total{
	background-color: var(--color-complement-2) !important;
}
.list-val-detail-chiffrage--total-panier{
	background-color: var(--color-complement-2) !important;
	padding-left: 5px;
}
/* Aligne le premier label à gauche */
.val-detail-chiffrage:first-child{
	text-align: left;
}
.val-detail-chiffrage{
	flex: 1 1 0;
	text-align: right;
}
.val-detail-chiffrage label{
	margin-top: 2px;
	margin-bottom: 2px;
}
/* Masque le libellé de valeur quand on est pas en mobile */
.val-detail-chiffrage .lib-val-detail-chiffrage{
	display: none;
}
/* Premier et dernier en bold */
.val-detail-chiffrage:first-child label, .val-detail-chiffrage:last-child label{
	font-weight: bold;
}

@media screen and (max-width: 1300px) {
	/* Cache les libellés (sauf le premier) */
	.lib-detail-chiffrage{
		display: none;
	}
	.lib-detail-chiffrage:first-child{
		display: block;
		text-align: center;
	}
	
	.list-val-detail-chiffrage{
		flex-direction: column;
		padding: 0;
	}
	/* Enlève la couleur de fond de la première ligne */
	.list-val-detail-chiffrage--total, .list-val-detail-chiffrage--total-panier, .list-val-detail-chiffrage--total .val-detail-chiffrage:not(:first-child){
		background-color: initial !important;
	}
	.val-detail-chiffrage{
		width: 100%;
		padding: 0;
		padding-left: 40px;
		display: flex;
		justify-content: space-between;
	}
	.val-detail-chiffrage:first-child{
		text-align: center;
		justify-content: center;
		background-color: var(--color-complement-2) !important;
	}
	.val-detail-chiffrage--total-panier{
		padding-left: 0px;
	}
	/* actions sur les valeurs de la ligne (sauf première valeur) */
	.val-detail-chiffrage:not(:first-child) .lib-val-detail-chiffrage{
		display: block;
		text-align: right;
	}
	.val-detail-chiffrage:not(:first-child) .lib-val-detail-chiffrage:not(:empty)::after{
		content: ' :';
	}
	.val-detail-chiffrage:not(:first-child) label{
		width: 50%;
		text-align: left;
		padding-right: 2px;
		padding-left: 5px;
	}
}


/********************** 
CompFicheSClient
**********************/
.header-line-pref{
	padding: 5px 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
	margin-top: 15px;
}
.info-line-pref{
	margin-top: 15px;
}
.info-line-pref p{
	padding: 5px 10px;
}
.table-partenaires-pref{
	width: 100%;
	margin-top: 15px
}
.table-partenaires-pref td, .table-partenaires-pref th{
	padding: 5px;
}

.btn-scroll-flex{
	background: #000 !important;
	color: var(--color-complement-3);
	width: 32px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 768px) {
	.table-partenaires-pref {
		margin-top: 0;
	}
	.table-partenaires-pref thead {
		display: none;
	}
	.table-partenaires-pref tr {
		display: flex;
		flex-direction: column;
		margin-bottom: 15px;
		border: 1px solid var(--color-complement-2);
	}
	.table-partenaires-pref td[data-label]::before {
		display: inline;
		margin-right: 5px;
		content: attr(data-label);
	}
	.table-partenaires-pref td {
		border: none !important;
	}
}

/********************** 
Page personnaliser (ModelePageDevis)
**********************/
.tab-content-page-personnaliser .row:first-child .header-line-pref,
.tab-content-page-personnaliser .row:first-child .info-line-pref
 {
	margin-top: 0;
}

/********************** 
Panier & Tunnel de commande :
CompListLigneCliSpe & CompChoixAdressesSpe
Etapes aussi présentes sur CompFicheEntetcli
**********************/
.titre-section-tcd{
	text-transform: uppercase;
	padding: 5px 10px;
	font-size: 18px;
}

/* Etapes du tunnel de commande et CompFicheEntetcli */
.steps-tcd {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	margin-top: 10px;
	padding-bottom: 20px;
	padding-left: 60px;
	padding-right: 60px;
	background-color: var(--color-complement-3);
}

.step-tcd {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	z-index: 2;
	font-weight: bold;
	overflow: visible;
	width: 100px;
}

.step-icon-tcd {
	background-color: var(--color-complement-1);
	width: 20px;
	height: 20px;
	margin: 10px 10px 13px 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	font-size: 18px;
}
.step-tcd--valid .step-icon-tcd, .step-tcd--active .step-icon-tcd{
	background-color: var(--color-primaire);
	color: var(--color-complement-3);
	width: 40px;
	height: 40px;
	margin: 0px 0px 3px 0px;
}
.step-tcd--valid .step-icon-tcd i.fas::before{
	content: "\f00c";
}
.step-tcd--active .step-icon-tcd i.fas::before{
	content: "\f2f1";
}

.step-tcd-text{
	display: block;
	width: 200px;
}

.step-link-tcd {
	margin-top: 18px;
	height: 4px;
	width: 100%;
	background: var(--color-complement-1);
	margin-left: -40px;
	margin-right: -50px;
	z-index: 1;
}
/* masque le dernier lien*/
.step-link-tcd:last-child{
	display: none;
}
/* lien en primary si l'étape précédente est validey */
.step-tcd--valid+.step-link-tcd{
	height: 4px;
	background: var(--color-primaire);
}

@media screen and (max-width: 1500px) {
	.step-tcd{
		font-size: 12px;
	}
	.steps-tcd {
		padding-left: 40px;
		padding-right: 40px;
	}
	.step-tcd-text{
		width: 150px;
	}
}
@media screen and (max-width: 1300px) {
	.step-tcd{
		font-size: 10px;
	}
	.steps-tcd {
		padding-left: 20px;
		padding-right: 20px;
	}
	.step-tcd-text{
		width: 100px;
	}
}
@media screen and (max-width: 576px) {
	.steps-tcd {
		padding-left: 0px;
		padding-right: 0px;
	}
	.step-tcd-text{
		white-space: normal;
		word-break: break-word;
	}
	.step-link-tcd {
		margin-left: -25px;
		margin-right: -25px;
	}
	.step-tcd-text{
		width: 70px;
	}
}

/********************** 
CompListLigneCliSpe
**********************/
.section-prix-panier{
	display: flex;
	justify-content: space-between;
}
.element-prix-panier{
	min-width: 200px;
}
.element-prix-panier.element-prix-panier--qte{
	min-width: 120px;
	display: flex;
	justify-content: center;
}
.element-prix-panier.element-prix-panier--btn-supr{
	min-width: auto;
}
@media screen and (max-width: 991.98px) {
	.element-prix-panier{
		min-width: 30%;
	}
	.element-prix-panier.element-prix-panier--qte{
		min-width: 30%;
	}
	.element-prix-panier.element-prix-panier--btn-supr{
		margin-left: auto;
	}
}
@media screen and (max-width: 576px) {
	.element-prix-panier{
		min-width: 50%;
	}
	.element-prix-panier.element-prix-panier--qte{
		min-width: 50%;
		justify-content: end;
	}
}

.conditions-generales-de-ventes{
	width: 100%;
	min-height: 140px;
	resize: vertical;
	overflow: auto;
}
.conditions-generales-de-ventes iframe{
	width: 100%;
	height: 100%;
	min-height: 140px;
	border: 1px solid var(--color-complement-1);
}
.label-pref-cmd{
	text-align: right;
}
@media screen and (max-width: 991.98px) { 
	.label-pref-cmd{
		text-align: left !important;
	}
	
	.conditions-generales-de-ventes{
		margin-bottom: 50px;
	}
}

/********************** 
CompCreationEntetcli
**********************/
.etoile-section-oblig{
	display: none;
}
.section-obligatoire .etoile-section-oblig{
	display: inline;
}

/********************** 
Comp Vue M-Connect liste entetcli
**********************/
.line-mobile-entetcli{
	margin: 7px 0;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid var(--color-complement-2);
}
.prix-achatht-entetcli{
	margin-left: auto;
	background-color: var(--color-primaire);
	color: var(--color-complement-3);
	border-radius: 15px;
	padding: 0px 10px;
}
.statut-entetcli{
	color: var(--color-primaire);
	font-style: italic;
}

.date-maj-ws{
	color: var(--color-complement-1);
}
@media screen and (max-width: 991.98px) {
	.date-maj-ws{
		margin-top: 10px;
	}
}

/********************** 
CompFicheEntetcli
**********************/
.list-checkbox-item{
	margin-bottom: 0;
}

/* Sélection pièce de rechange */
.tabs-liste-piece{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}
.tabs-liste-piece > a:first-child{
	margin-right: 2px;
}
.tabs-liste-piece > a.active{
	background-color: var(--color-complement-1);
	color: var(--color-complement-3);
	box-shadow: none;
}

.list-piece-rechange{
	display: flex;
	flex-direction: column;
}
.list-piece-rechange.maselection .piece-rechange:not([data-selected="true"]){
	display: none;
}
.piece-rechange{
	border-radius: 5px;
	border: 1px solid var(--color-complement-1);
	display: flex;
	width: 100%;
	margin-bottom: 10px;
	padding: 10px;
	color: inherit !important;
}
.piece-rechange.not-selectable{
	background-color: var(--color-complement-2-light);
	cursor: default;
	border: none;
}
.piece-rechange.not-selectable-mshop{
	cursor: not-allowed;
}
.piece-rechange[data-selected="true"]{
	border: 3px solid var(--color-primaire);
	padding: 8px;
}
.piece-rechange .bloc-img{
	width: 30%;
	margin-right: 10px;
	height: 80px;
	max-width: 130px;
	text-align: center;
}
.piece-rechange .bloc-img img{
	height: auto;
	width: auto;
	max-width: 100%;
	max-height: 100%;
}
.piece-rechange .infos-piece{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 70%;
}
.piece-rechange .infos-piece .titre-piece{
	font-weight: bold;
	color: var(--color-primaire);
	margin-top: 3px;
	margin-bottom: 3px;
}

/* Viewer pdf */
.iframe-pdf-viewer{
	border: 1px solid #ADADAD;
	
}
.toolbar-pdf-viewer{
	background-color: #f9f9fa;
	box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.15);
	border-bottom: 1px solid #ADADAD;
	padding: 3px;
	display: flex;
	justify-content: space-between;
}
#pdf-viewer{
	height: 678px;
	max-height: 80vh;
	overflow: scroll;
	background-color: rgba(237, 237, 240, 1);
	text-align: center;
	padding: 5px 15px;
}
#pdf-viewer canvas{
	width: 100%;
	max-width: 991px;
	margin: 5px 0;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	border: none;
}

/********************** 
Menuiseries sur fiche entetcli
CompListLigneCliSpe_Vmenuiseries
**********************/
.ligne-menuiserie{
	min-height: 53px;
}
.ligne-menuiserie td{
	vertical-align: middle !important;
}
.ligne-menuiserie td p{
	margin-bottom: 0;
}
.ligne-menuiserie-surbrillance{
	background-color: var(--color-complement-2);
}

@media screen and (max-width: 991.98px) {
	.table-menuiseries thead{
		display: none;
	}
	.table-menuiseries .hidden-small{
		display: none;
	}
	.table-menuiseries tbody tr{
		display: flex;
		flex-wrap: wrap;
		margin: 7px 0;
		padding: 5px;
		border-radius: 5px;
		border: 1px solid var(--color-complement-2);
	}
	.table-menuiseries tbody tr.tr-pre-scroll, .table-chantiers tbody .tr-scroll{
		border-bottom: none;
	}
	.table-menuiseries tbody tr.tr-pre-scroll:hover, .table-chantiers tbody .tr-scroll:hover{
		background-color: var(--color-complement-3);
	}
	.table-menuiseries tbody tr td{
		width: 100%;
		border: none;
		padding: 0;
		order: 3;
	}
	.table-menuiseries tbody tr td.inline-small{
		width: auto;
	}
	.table-menuiseries td[data-label]::before {
		display: inline;
		margin-right: 5px;
		content: attr(data-label);
	}
}
@media screen and (min-width: 992px) {
	.table-menuiseries .hidden-large{
		display: none;
	}
}

/********************** 
CompFicheEntetDechet
**********************/
/* Liste des palettes à sélectionner */
.milletcss-cache-checkbox label::before, .milletcss-cache-checkbox label::after{
	display: none;
}
.milletcss-cache-checkbox label{
	cursor: default !important;
}

/********************** 
Comp Vue M-Activity
**********************/
.mactivity-card-container{
	column-gap: 7px;
}
.mactivity-card{
	margin: 0 0 7px 0;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid var(--color-complement-1);
	break-inside: avoid;
}
.mactivity-card-title{
	font-size: 18px;
	color: var(--color-primaire);
	margin: auto 0;
	margin-bottom: 5px;
}
.mactivity-card-line-container{
	display: flex;
	flex-direction: column;
}
.mactivity-card-line{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.mactivity-card-line-col{
	flex-grow: 1;
	white-space: break-spaces;
}
.mactivity-generated-icon::after{
	content: var(--card-line-col-icon-font-content);
	display: inline-block;
	min-width: 15px;
	text-align: center;
}


/********************** 
Liste client et Liste Chantier : Informations
**********************/
.blockUI.blockMsg.blockInfo
{
	opacity: 1;
	padding: 5px;	
}
.colInfo{
	position: relative;
	vertical-align: middle !important;
}

.colInfo .fa-info-circle,.td-responses-autres-options .bloc-responses-autres-options i
{
	color: var(--color-secondaire);
}

/*Scanner QR CODE*/
.scanQRCode_area #reader{
	min-height: 300px;
}
.scanQRCode_area #reader__scan_region{
	margin-top: 60px;
}
#reader__dashboard_section_csr button:last-child()
{
	display:none;
}
#reader__camera_permission_button, #reader__dashboard_section_csr button{
	background-color: var(--color-complement-3);
	border-color: var(--color-primaire);
	color: var(--color-primaire);
	border-width: 2px;
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 3px;
	touch-action: manipulation;
	user-select: none;
	background-image: none;
	outline: none;
	-webkit-appearance: none;
    -moz-appearance: none;
}
#reader__camera_permission_button:hover, #reader__dashboard_section_csr button:hover{
	background-color: var(--color-secondaire);
	border-color: var(--color-secondaire);
	color: var(--color-complement-3);
}

/********************** 
CompSpePartager
**********************/
.milletjs-template-pj{
	display: none;
}

/********************** 
Comp Vue MEssentiel
**********************/
.liste-media-container{
	padding-bottom: 50px;
}
.fiche-media-container{
	position: sticky;
	top: calc(var(--banner-height) + 50px);
	height: calc(100vh - calc(var(--banner-height) + 50px));
	background-color: var(--color-complement-3);
	margin-left: -10px;
	z-index: 810;
	width: calc(100% + 20px);
	overflow: auto;
}
.zoneRecherche-messentiel.d-none{
	display: none !important;
}
#millet-js-toggle-zoneRecherche.d-none{
	display: none !important;
}

/********************** 
Comp Vue ListMedia + MediaItem
**********************/
.media-item{
	display: flex;
	flex-direction: column;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	position: relative;
	cursor: pointer;
	transition: all .1s ease-out;
}
.media-item:hover{
	box-shadow: rgba(0, 0, 0, 0.34) 0px 3px 13px;
}
.media-item-icone-container{
	position: absolute;
	right: 5px;
	top: 5px;
	display: flex;
	flex-direction: column;
}
.media-item-icone-container{
	position: absolute;
	right: 5px;
	top: 5px;
	display: flex;
	flex-direction: column;
}
.media-item-icone{
	border-radius: 5px;
	color: var(--color-primaire);
	background: var(--color-complement-3);
	padding: 3px;
	font-size: 17px;
	opacity: .8;
}
.media-item-img{
	width: 100%;
	height: auto;
}
.media-item-titre{
	margin: 10px;
	font-weight: bold;
}

/********************** 
Comp Vue FicheMedia
**********************/
.fichemedia-template-container{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-top: 10px;
	margin-bottom: 50px;
}

.fichemedia-description-media{
	margin-top: 10px;
	text-align: center;
}

/*** Carousels ***/
.carousel {
  width: 100%;
}
.carousel__next, .carousel__prev{
	--vc-nav-background: rgba(255,255,255,.8);
	--vc-nav-border-radius: 100%;
	border: var(--color-complement-2-light) 1px solid !important;
	--vc-nav-color: var(--color-complement-1);
}
.carousel__next:hover, .carousel__prev:hover{
	--vc-nav-background: rgba(255,255,255,1);
	--vc-nav-color-hover: var(--color-complement-1-dark);
}

/* Galeries */
.fichemedia-carousel-slide{
	max-height: 70vh;
}
.fichemedia-carousel-slide-image{
	width: 100%;
	height: 100%;
	object-fit: contain;
	border: solid 10px var(--color-complement-3);
}

/* Médias associés */
.carousel-medias-associes .carousel__slide{
	padding: 20px;
}
.carousel-medias-associes .carousel__slide .media-item{
	width: 200px;
	max-height: 250px;
}
.carousel-medias-associes .carousel__slide .media-item .media-item-img{
	max-height: 180px;
	object-fit: cover;
}

/* Boutons dans la navbar */
.boutonsFiche{
	display: block;
	margin-left: auto;
}
@media screen and (min-width: 992px) {
	.boutonsFiche{
		display: none;
	}
}


/********************** 
Comp Vue MShop
**********************/
.liste-article-container{
	padding-bottom: 50px;
}
.liste-article-container .table{
	margin-bottom: 0;
}

/********************** 
Comp Vue ArticleList et ArticleItem
**********************/
.article-list{
	margin-top: 10px;
}
.article-list-tableau-img{
	width: auto;
	height: auto;
	max-width: 100px !important;
	max-height: 100px !important;
	object-fit: contain;
	border-radius: 5px;
}

.article-item{
	display: flex;
	border-radius: 5px;
	height: 125px;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	position: relative;
	cursor: pointer;
	transition: all .1s ease-out;
}
.article-item:hover{
	box-shadow: rgba(0, 0, 0, 0.34) 0px 3px 13px;
}
.article-item-img-container{
	width: 35%;
	max-width: 150px;
	min-width: 100px;
	height: 125px;
	position: relative;
	padding: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.article-item-img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	object-position: center;
	border-radius: 5px;
}
.article-item-icone-container{
	position: absolute;
	right: 5px;
	top: 5px;
	display: flex;
	flex-direction: column;
}

.article-item-infos{
	width: 65%;
	display: flex;
	flex-direction: column;
	padding: 10px 15px;
	text-align: left;
}
.article-item-info{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.article-item-typshop{
	font-size: 0.9em;
	color: var(--color-complement-1);
}
.article-item-designation{
	font-weight: bold;
	color: var(--color-primaire);
	margin-bottom: 5px;
	margin-top: 2px;
	-webkit-line-clamp: 2;
}
.article-item-prix{
	margin-top: 2px;
	font-style: italic;
}

/********************** 
Comp Vue FicheArticle
**********************/
.fiche-article-titre{
	margin-top: 10px;
	margin-bottom: 15px;
}
.fiche-article-prix{
	margin-left: 5px;
	background-color: var(--color-primaire);
	color: var(--color-complement-3);
	border-radius: 15px;
	padding: 3px 15px;
	font-size: 1.3em;
}

/* Galerie */
.fichearticle-carousel-slide{
	max-height: min(500px, 70vh);
}
.fichearticle-carousel-slide-image{
	width: 100%;
	height: 100%;
	object-fit: contain;
	border: solid 10px var(--color-complement-3);
}
.fichearticle-carousel-thumbnail{
	padding: 0px 10px;
}
.fichearticle-carousel-slide-thumbnail{
	max-height: 100px;
}
.fichearticle-carousel-slide-thumbnail-image{
	width: 100%;
	height: 100%;
	max-height: 100px;
	max-width: 100px;
	object-fit: cover;
	object-position: center;
	border: solid 5px var(--color-complement-3);
	cursor: pointer;
}
.carousel__slide--active .fichearticle-carousel-slide-thumbnail-image{
	border: solid 2px var(--color-secondaire);
	padding: 3px;
}

/* Articles associés */
.carousel-articles-associes .carousel__slide{
	padding: 20px;
}


/********************** 
Comp Vue SliderFullScreen
**********************/
.slider-fullscreen{
	background-color: rgba(0,0,0,.65);
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 99999;
}

.slider-fullscreen .carousel-slide-image{
	width: 100vw;
	height: 100vh;
	border: 40px solid transparent;
	object-fit: contain;
	object-position: center;
}

.slider-fullscreen .carousel-pagination{
	position: absolute;
	bottom: 10px;
	width: 100%;
	padding-left: 0;
}
.slider-fullscreen .carousel-pagination button::after{
	background-color: white !important;
}
.slider-fullscreen .carousel-pagination .carousel__pagination-button--active::after, 
.slider-fullscreen .carousel-pagination button:hover::after{
	background-color: #b5b5b5 !important;
}


.slider-fullscreen-btn-close{
    top: 5px;
    right: 5px;
    position: absolute;
    background: transparent;
    color: var(--color-complement-2-light);
}
.slider-fullscreen-btn-close:hover{
	color: #b5b5b5;
}

/********************** 
Comp Vue Carousel
**********************/
.carousel {
  position: relative;
  text-align: center;
  box-sizing: border-box;
  overscroll-behavior: none;
}

.carousel * {
  box-sizing: border-box;
}

.carousel__track {
  display: flex;
  margin: 0;
  padding: 0;
  position: relative;
}

.carousel__viewport {
  overflow: hidden;
}

.carousel__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

:root {
  /* Color */
  --vc-clr-primary: #000;
  --vc-clr-secondary: #090f207f;
  --vc-clr-white: #ffffff;

  /* Icon */
  --vc-icn-width: 1.2em;

  /* Navigation */
  --vc-nav-width: 30px;
  --vc-nav-height: 30px;
  --vc-nav-border-radius: 0;
  --vc-nav-color: var(--vc-clr-primary);
  --vc-nav-color-hover: var(--vc-clr-secondary);
  --vc-nav-background: transparent;

  /* Pagination */
  --vc-pgn-width: 12px;
  --vc-pgn-height: 4px;
  --vc-pgn-margin: 4px;
  --vc-pgn-border-radius: 0;
  --vc-pgn-background-color: var(--vc-clr-secondary);
  --vc-pgn-active-color: var(--vc-clr-primary);
}

.carousel__icon {
  width: var(--vc-icn-width);
  height: var(--vc-icn-width);
  fill: currentColor;
}

.carousel__slide {
  scroll-snap-stop: auto;
  flex-shrink: 0;
  margin: 0;
  position: relative;

  display: flex;
  justify-content: center;
  align-items: center;

  /* Fix iOS scrolling #22 */
  transform: translateZ(0);
}

.carousel__prev,
.carousel__next {
  box-sizing: content-box;
  background: var(--vc-nav-background);
  border-radius: var(--vc-nav-border-radius);
  width: var(--vc-nav-width);
  height: var(--vc-nav-height);
  text-align: center;
  font-size: var(--vc-nav-height);
  padding: 0;
  color: var(--vc-nav-color);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  border: 0;
  cursor: pointer;
  margin: 0 10px;
  top: 50%;
  transform: translateY(-50%);
}

.carousel__prev:hover,
.carousel__next:hover {
  color: var(--vc-nav-color-hover);
}

.carousel__next--disabled,
.carousel__prev--disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.carousel__prev {
  left: 0;
}

.carousel__next {
  right: 0;
}

.carousel--rtl .carousel__prev {
  left: auto;
  right: 0;
}

.carousel--rtl .carousel__next {
  right: auto;
  left: 0;
}

.carousel__pagination {
  display: flex;
  justify-content: center;
  list-style: none;
  line-height: 0;
  margin: 10px 0 0;
}

.carousel__pagination-button {
  display: block;
  border: 0;
  margin: 0;
  cursor: pointer;
  padding: var(--vc-pgn-margin);
  background: transparent;
}

.carousel__pagination-button::after {
  display: block;
  content: '';
  width: var(--vc-pgn-width);
  height: var(--vc-pgn-height);
  border-radius: var(--vc-pgn-border-radius);
  background-color: var(--vc-pgn-background-color);
}

.carousel__pagination-button:hover::after,
.carousel__pagination-button--active::after {
  background-color: var(--vc-pgn-active-color);
}

/********************** 
Comp Vue QRcodeScannerVue
**********************/
.scanQRCode_area {
	width: 100%;
	align-items: center;
}

.scanQRCode {
	width: 200px;
	height: 240px;
}
/* Réinitialisation du mot de passe */
.blocPassword
{
	display:flex;
}

.blocPassword .zoneImgPassword {
    margin-left: -23px;
    margin-top: 10px;
}

.container-regles-mdp
{
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	width: max-content;
}

.container-regles-mdp .bloc-regles-mdp
{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin: 10px;
	padding: 10px 0;
}
.container-regles-mdp .bloc-regles-mdp div
{
	padding-top:2px;	
}
	
.container-regles-mdp .bloc-regles-mdp .bloc-icone
{
	width:20px;
}
.oubliMdp.login-box-body
{
	width: fit-content;
}

/*** Configurateur ***/
.content-configurateur .question-on-the-top
{
	min-height: calc(100vh - 50px - calc(var(--banner-height)));
}

.content-configurateur.content-configurateur-wsConfig .question-on-the-top
{
	min-height: calc(100vh - calc(var(--banner-height))) !important;
}

/** Gestion modal responsive **/
@media screen and (max-width: 766px){
	.modal-footer { padding-bottom: 20vh;}
}

/* Pour avoir le même style qu'avant (modifié lors de la montée de version de fontawesome */
.fa-lg {
    line-height: .75em !important;
}

.blocQuestionsCourantesSpe .break {
  flex-basis: 100%;
  height: 0;
}

.tableSpe {
  display: flex;
  flex-flow: column nowrap;
  border: 1px solid black;
}

.rowSpe {
  display: flex;
  border-bottom: 1px solid black;
}

.headingSpe {
  font-weight: bold;
}

.cellSpe {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}

.header-lig-questionFormatTab{
	padding: 2px 5px;
	display: flex;
	font-weight: bold;
	flex-wrap: wrap;
	box-shadow: rgba(0, 0, 0, 0.35) 0 2px 4px -1px;
}

.lig-questionFormatTab{
	border-left: 1px solid var(--color-complement-1);
	border-right: 1px solid var(--color-complement-1);
	border-bottom: 1px solid var(--color-complement-1);
	width: 100%;
	margin: 10px 0;
	padding: 0;
	display: block;
}


/*** Configurateur ***/
.content-configurateur .question-on-the-top
{
	min-height: calc(100vh - 50px - calc(var(--banner-height)));
}

.content-configurateur.content-configurateur-wsConfig .question-on-the-top
{
	min-height: calc(100vh - calc(var(--banner-height))) !important;
}

/*** Configurateur : Fonction avec mise en forme ***/
/*** Images wait (spinner) ***/
.wbBlocQuestionLoader .ligne-btns-scenario .img-spinner-wait{
	width: 50px;
	height: 50px;
	max-width: 100%;
	max-height: 100%;
	margin: 0;
}

.wbBlocQuestionLoader .blocQuestionLoader
{
	width: 100%;
    height: 100%;
    cursor: wait;
    position: absolute;
    z-index: 999999;
}

.spe-formscenario .containerQuestionsReformatees
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.spe-formscenario .containerQuestionsReformatees .table-ligne tr:hover {
    background-color: var(--color-complement-2);
}
.spe-formscenario .containerQuestionsReformatees .th-header-colonne .bloc-picto-libelle
{
    display: flex;
    flex-direction: row;
}
.spe-formscenario .containerQuestionsReformatees .th-header-colonne:nth-child(n+2) .bloc-picto-libelle
{
	justify-content: right;
}

.spe-formscenario .containerQuestionsReformatees .table-simple:first-child .th-header-colonne .bloc-picto-libelle .bloc-picto
{
    margin: 5px 5px 5px 10px;
}

.spe-formscenario .containerQuestionsReformatees .table-simple:nth-child(n+2) .th-header-colonne .bloc-picto-libelle .bloc-picto
{
    margin: 5px 10px 5px 7px;
}

.spe-formscenario .containerQuestionsReformatees .th-header-colonne .bloc-picto-libelle .bloc-picto
{
    margin: 5px 5px 5px 7px;
}

.spe-formscenario .containerQuestionsReformatees .th-header-colonne .bloc-picto-libelle .bloc-picto
{
    margin: 5px 5px 5px 10px;
}

.spe-formscenario .containerQuestionsReformatees .th-header-colonne .bloc-picto-libelle .bloc-libelle
{
	margin: 5px 0;
}

.spe-formscenario .containerQuestionsReformatees .bloc-responses-option-radio
{
 	margin: 5px 0 5px 5px;
}

.spe-formscenario .containerQuestionsReformatees tr.optionDesactivee .bloc-responses-autres-options
{
	color: #aaa;
    cursor: not-allowed;
}

.spe-formscenario .containerQuestionsReformatees tr.optionDesactivee .bloc-responses-option-radio label span
{
	font-weight: normal;
    font-style: italic;
}

@media screen and (max-width: 991.98px) {
	.spe-formscenario .containerQuestionsReformatees table
	{
		flex-basis:100% !important;
	}
	
	.spe-formscenario .containerQuestionsReformatees table td.hidden-small,
	.spe-formscenario .containerQuestionsReformatees table th.hidden-small
	{
	 	display: none !important;
	}
	
	.spe-formscenario .containerQuestionsReformatees table .th-header-colonne
	{
		text-align:center;
	}
	.spe-formscenario .containerQuestionsReformatees .th-header-colonne .bloc-picto-libelle
	{
	    justify-content: center;
	}
	
	/* Tableax en ligne */
	.spe-formscenario .containerQuestionsReformatees table.table-ligne tbody tr{
		display: flex;
		flex-wrap: wrap;
		margin: 7px 0;
		padding: 5px;
		border: 1px solid var(--color-complement-2);
		border-radius: 5px;
	}
	
	.spe-formscenario .containerQuestionsReformatees table.table-ligne tbody td
	{
	 	display: flex;
	 	margin: 0 0 0 5px;
	}

	.spe-formscenario .containerQuestionsReformatees table tbody td.td-responses-autres-options
	{
		vertical-align:center;
	}
	.spe-formscenario .containerQuestionsReformatees table.table-ligne tbody td.td-responses-autres-options
	{
		justify-content: center;
	}
	
	.spe-formscenario .containerQuestionsReformatees table.table-ligne tbody td .bloc-responses-autres-options
	{
	 	margin: 0 0 0 5px;
	}
	
	.spe-formscenario .containerQuestionsReformatees table.table-ligne thead tr th:nth-child(-n+2)
	{
		width:100%;
	} 
	
	.spe-formscenario .containerQuestionsReformatees table.table-ligne thead tr th:nth-child(n+2)
	{
		display:none;
	} 
	
	.spe-formscenario .containerQuestionsReformatees table.table-ligne tbody tr td{
		width: 100%;
		border: none;
		padding: 0;
		order: 3;
	}
	
	.spe-formscenario .containerQuestionsReformatees table.table-ligne td[data-label]::before {
		display: inline;
		margin-right: 0;
		content: attr(data-label);
	}
}
@media screen and (min-width: 991.99px) {
	.spe-formscenario .containerQuestionsReformatees table td.hidden-large,
	.spe-formscenario .containerQuestionsReformatees table th.hidden-large
	{
	 	display: none !important;
	}
	
	.spe-formscenario .containerQuestionsReformatees table.table-ligne
	{
		 flex-basis:100%;
		 margin-top: 10px;
	}
	
	.spe-formscenario .containerQuestionsReformatees table.table-simple
	{
		flex-basis:33.33%;
	}
	
	.spe-formscenario .containerQuestionsReformatees .th-header-colonne .bloc-picto-libelle
	{
	    align-items: center;
	}
	.spe-formscenario .containerQuestionsReformatees .th-header-picto
	{
		width:30px;
		text-align: center;
	}	
	
	.spe-formscenario .containerQuestionsReformatees .bloc-responses-autres-options
	{
	 	display: flex;
	 	margin: 5px;
	}
}


.justify-content-right
{
	justify-content: right;
}
.justify-content-left
{
	justify-content: left;
}
.d-inline-flex
{
	display: inline-flex;
}

.cursor-help:hover { cursor: help; }

.tableOptionsLiv tr,
.tableOptionsLiv td {line-height: 35px !important;}
.tableOptionsLiv p {margin: 0; line-height:25px;}

.tableOptionsLiv tr.disabled {color: #d2d1d1;}
.tableOptionsLiv td {vertical-align: middle !important; justify-items: center; padding: 1px 8px !important;}
.tableOptionsLiv td.colCheckbox {width: 3vw; padding: 0px;}
.tableOptionsLiv td.colCheckbox .checkbox {padding-bottom: 5px; margin: 0;}
.tableOptionsLiv .colLib { display: inline-flex; justify-content: space-between; align-items: center; width: 100%; }
.tableOptionsLiv .colLib.blocInputSemaine { width: unset; }
.tableOptionsLiv .colLib.blocInputSemaine input { width: 3vw; margin-left: 1vw; }
