/*******************
        FONTS
 ********************/
@font-face {
	font-family: 'Philosopher';
	src: url('/design/fonts/Philosopher-Regular.eot');
	src: url('/design/fonts/Philosopher-Regular.eot?#iefix') format('embedded-opentype'),
	url('/design/fonts/Philosopher-Regular.woff2') format('woff2'),
	url('/design/fonts/Philosopher-Regular.woff') format('woff'),
	url('/design/fonts/Philosopher-Regular.ttf') format('truetype'),
	url('/design/fonts/Philosopher-Regular.svg#Philosopher-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Philosopher';
	src: url('/design/fonts/Philosopher-Bold.eot');
	src: url('/design/fonts/Philosopher-Bold.eot?#iefix') format('embedded-opentype'),
	url('/design/fonts/Philosopher-Bold.woff2') format('woff2'),
	url('/design/fonts/Philosopher-Bold.woff') format('woff'),
	url('/design/fonts/Philosopher-Bold.ttf') format('truetype'),
	url('/design/fonts/Philosopher-Bold.svg#Philosopher-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Philosopher';
	src: url('/design/fonts/Philosopher-BoldItalic.eot');
	src: url('/design/fonts/Philosopher-BoldItalic.eot?#iefix') format('embedded-opentype'),
	url('/design/fonts/Philosopher-BoldItalic.woff2') format('woff2'),
	url('/design/fonts/Philosopher-BoldItalic.woff') format('woff'),
	url('/design/fonts/Philosopher-BoldItalic.ttf') format('truetype'),
	url('/design/fonts/Philosopher-BoldItalic.svg#Philosopher-BoldItalic') format('svg');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Philosopher';
	src: url('/design/fonts/Philosopher-Italic.eot');
	src: url('/design/fonts/Philosopher-Italic.eot?#iefix') format('embedded-opentype'),
	url('/design/fonts/Philosopher-Italic.woff2') format('woff2'),
	url('/design/fonts/Philosopher-Italic.woff') format('woff'),
	url('/design/fonts/Philosopher-Italic.ttf') format('truetype'),
	url('/design/fonts/Philosopher-Italic.svg#Philosopher-Italic') format('svg');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

:root {
	/**** COLOR ****/
	--color-primary: #C99383;
	--color-primary-hover : #b07c6c;
	--color-secondary : #181818;
	--color-mention : #1f1f1f;
	--color-white : #fff;

	/***** FONTS *****/
	--title-font: "Philosopher", sans-serif;
	--font-bold : bold;
}

html {
	font-family: var(--title-font);
}

body {
	color: var(--color-mention);
	font-family: var(--title-font);
	font-size: 1rem;
}


/* Fixes thèmes */
.scroll-sidebar {
	height: calc(100% - 30px);
}

.rowMargin {
	margin-right: 20px;
	margin-left: 20px;
}

/* fixes slick color */
.slick-prev::before, .slick-next::before {
	color: #C99383;
	font-size: 30px;
	line-height: 0;
}

/* flash msgs */
.flashMsgs ul {
	list-style: none;
}

/* siderbar */
.sidebar-nav > ul > li > a.active {
	background: none;
}

/* clockpicker */
.popover {
	z-index: 2000;
}

/* Fixes FullCalendar */
.fc-day {
	background-color: none;
	background: none;
}

.fc-daygrid-event {
	white-space: normal;
}

.modal-footer {
	position: relative;
}

/* icône poubelle */
.mdi-delete-forever {
	color: #f00000;
}

.deleteColor{
	color: #f00000;
}

/* fix select2 */
.select2 {
	width: 100% !important;
}

.list-group-item.suspendu {
	color: #DD0000;
}

/* modal */
.modal-xlg {
	max-width: 1000px;
}

.animauxFiltres label, .detailAnimal label{
	font-size: 14px;
	font-weight: normal;
}

/* datatable */
.dataTable{
	font-size: 0.9rem;
}

.dataTables_length{
	margin-right: 15px;
}


.deleteBtn{
	color: #B00;
}

.hideIfEmpty:empty{
	display: none;
}

.policeNoire{
	color: #444;
}


/* corrections css formulaires */
.bootstrap-select .dropdown-menu li.active a {
	color: #FFF;
}

.bootstrap-select .dropdown-menu li.active a:hover, .bootstrap-select .dropdown-menu li.active a:focus {
	color: #C99383;
}

.paddingLeftRadio{
	padding-left: 27px;
}

/* templates Mustache */
.template{
	display: none;
}


/* faire en sorte que les options disabled du select2 soient cachées */
.select2-container--default .select2-results__option[aria-disabled=true] {
	display: none;
}

/* mise en gris plus clair des placeholders */
input::placeholder, textarea::placeholder{
	color: #AAA !important;
}

.ajaxLoader{
	display: none;
	width: 40px;
}




/* CALENDAR */
.fc-event{
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.fc-content{
	text-align: center !important;
}

.fc-title{
	position: static !important;
}

.fc .fc-widget-content{
	padding: 10px 0;
}

.fc-view{
	background: white;
	padding: 10px;
}

.adminListeElement:first-child .moveUp{
	display: none;
}

.adminListeElement:last-child .moveDown{
	display: none;
}

.adminListeElement td:first-child, .adminListeElement.ordonnable td:nth-child(2){
	text-align: center;
}


.list-group-item-firstChild {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
}

.list-group-item-lastChild{
	margin-bottom: 0;
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem;
}


/**
 * Tooltip/popup events planning
 */
.eventTooltip_detail{
	font-size: 85%;
	text-align: left;
	color: #ccc;
}

.modalDetailEvent_title{
	font-weight: bold;
}

.modalDetailEvent_heure_wrapper{
	font-size: 80%;
	font-style: italic;
	margin-top: 5px;
}

.formEvent_detailClicField{
	height: 200px;
}


/* Les placeholders */
::-webkit-input-placeholder {
	font-style: italic;
}
:-moz-placeholder {
	font-style: italic;
}
::-moz-placeholder {
	font-style: italic;
}
:-ms-input-placeholder {
	font-style: italic;
}


.onlyPrint{
	display: none;
}


/* Boutons */
.btn-enfonce{
	-webkit-box-shadow: inset 2px 2px 5px 0px rgba(0,0,0,0.5) !important;
	-moz-box-shadow: inset 2px 2px 5px 0px rgba(0,0,0,0.5) !important;
	box-shadow: inset 2px 2px 5px 0px rgba(0,0,0,0.5) !important;
	color: #222 !important;
}


.inputCustom:not([type=checkbox]){
	width: 55px !important;
}

.inputCustom::placeholder{
	font-size: 0.88em;
}

.dtr-data .inputCustom:not([type=checkbox]){
	width: 280px !important; /* rendre plus larges les champs lorsqu'il sont affichés un par ligne */
}

.nostyle[type="checkbox"]:not(:checked), .nostyle[type="checkbox"]:checked {
	position: initial;
	left: auto;
	opacity: 1;
}

.inputCustom.modified{
	border-color: #F90;
}

.inputCustom.invalid, .inputCustom:invalid{
	border-color: #FD5C5C;
	box-shadow: none;
}

.carre-couleur{
	height: 10px;
	width: 10px;
	background-color: #FFF;
}

.tableCell-checkboxOnly{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.tableCell-checkboxOnly label{
	margin: 0;
}

.form-group-flex{
	display: flex;
	align-items: center;
}

.monthpicker{
	width: 80px;
}

.flexLigneAvecEcart{
	display: flex;
	justify-content: space-between;
}

.navbar-collapse {
	height: 70px;
	position: relative;
}

.topbar .top-navbar .navbar-header {
	padding-left: 7px;
	line-height: 0;
}
.navbar-brand {
	overflow: hidden;
	width: 100%;
}

.dark-logo{
	height: 65px;
	visibility: visible !important;
}

.logoText_wrapper{
	padding-left: 10px;
}

ul.noPuce{
	margin-left: 0;
	list-style: none;
}

body .colorpicker{
	border: 1px solid #7A7A7A;
	border-radius: 0;
	width: 130px;
	min-width: 0;
}

.colorpicker_indicateur{
	margin-left: 3px;
	display: inline-block;
	border-width: 16px;
	border-style: solid;
}

.colorpicker_wrapper{
	display: flex;
}



/* STYLE SPECIFIQUE NEO */


.date_peremption_msgWarningPerime, .date_peremption_msgWarningPerempProche{
	font-size: .9em;
	margin-top: 10px;
}

.date_peremption_msgWarningPerime{
	color: red;
}

.date_peremption_msgWarningPerempProche{
	color: orange;
}


.couleurPerime,
.couleurPerime45j,
.couleurPerime90j{
	height: 100%;
}

.tableCouleurPerime,
.tableCouleurPerime45j,
.tableCouleurPerime90j{
	padding: 4px;
}

.tableCouleurPerime{
	background-color: red;
	color: white;
}

.tableCouleurPerime45j{
	background-color: orange;
}

.tableCouleurPerime90j{
	background-color: yellow;
}


/* Pièces jointes des produits */

.produit_editFiles_liste {
	display: flex;
	flex-wrap: wrap;
}
.produit_editFiles_elt {
	padding: 8px;
	text-align: center;
	border: 1px solid #eee;
	margin-right: 12px;
	margin-bottom: 12px;
	width: 218px;
	position: relative;
}

.btnSupprFichier{
	position: absolute;
	top: -8px;
	right: -8px;
}

.attribuerSac_form_attributionEnMasse_wrapper{
	margin-top: 15px;
}

.attribuerSac_form_attributionEnMasse_wrapper label{
	font-size: .8em;
}

.analyse_facture_ko a, .analyse_facture_ok a{
	text-align: center;
	display: block;
	padding: 4px;
}

.analyse_facture_ok{
	background-color: #31B131;
	min-height: 30px;
	display: flex;
	justify-content: space-evenly;
}

.analyse_facture-del{
	color: white;
}

.analyse_facture_ko{
	background-color: red;
	min-height: 30px;
}

.analyse_facture_ko a{
	color: white;
}

.analyse_facture_ok img{
	height: 22px;
}

/* déplacement de produits */
.cibles_liste:not(:empty){
	margin-bottom: 30px;
}

.cibles_elt{
	max-width: 400px;
	display: flex;
	margin-bottom: 5px;
	align-items: center;
}

.cibles_elt_mix{
	max-width: 800px;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 5px;
	align-items: center;
	margin-left: 15px;
}

.cibles_elt_input{
	flex: 1;
	margin-right: 10px;
}

.scanDest_listeSacs_titre{
	font-weight: 500;
}


/* grille des emplacements de stock */
.grilleEmpl {
	display: flex;
}

.grilleEmpl_zone {
	flex: 1;
}

.grilleEmpl_zone-Z{
	margin-left: 50px;
}

.grilleEmpl_empl {
	text-align: center;
	border: 1px solid #aaa;
	margin: 5px;
	padding: 10px;
	position: relative;
	box-sizing: border-box;
	max-width: 115px;
	white-space: nowrap;
	font-weight: 500;
}

.grilleEmpl_empl_text{
	display: inline-block;
	padding: 0 4px;
	background-color: white;
}

.grilleAutresEmpl{
	margin-top: 25px;
	display: flex;
}

.grilleAutresEmpl .grilleEmpl_empl{
	width: 110px;
}

.grilleEmpl {
	flex-wrap: wrap;
}

.grilleEmpl_empl-destination{
	background-color: #ffff00 !important;
}

.grilleEmpl_empl.deplacementSac:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	background-color: #ED7D31;
	height: 2px;
}

.grilleEmpl_empl.deplacementEmpl {
	background-color: #FF0000 !important;
}

/* Creation des mix */
.cibles_prodMix{
	max-width: 800px;
	display: flex;
	margin-bottom: 5px;
	align-items: center;
}


.tableProduits_infosSupp {
	margin-top: -18px;
}

table.dataTable > tbody > tr.child ul.dtr-details {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}


/** RECHERCHE DANS LA LISTE DES PRODUITS **/

.recherche_titre {
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
	margin-bottom: 10px;
}

.recherche_wrapper {
	margin-left: 30px;
	float: left;
	margin-bottom: 30px;
}

.recherche_filtres_wrapper{
	display: none;
}

.recherche_filtre {
	display: flex;
	margin-bottom: 5px;
}

.recherche_filtre > *{
	margin-right: 5px;
}

.recherche_filtres_btns_wrapper{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 10px;
}

.recherche_filtres_btnNouveau{
	font-size: .9em;
}

.recherche_filtre_btnSuppr{
	display: flex;
	align-items: center;
}

.recherche_filtres_btnValider_wrapper {
	padding-right: 24px;
	margin-left: 20px;
}
.recherche_filtres_btnReset_wrapper {
	padding-right: 4px;
	margin-left: 10px;
}

.wrapper_btn_filtres{
	display: flex;
	justify-content: flex-end;
}

.recherche_filtre_champs {
	width: 550px !important;
}
.recherche_filtre_operateur {
	width: 200px !important;
}
.recherche_filtre_valeur {
	width: 400px !important;
}

.clesTris{
	position: relative;
	z-index: 2; /* pour que les react-select ne passent pas sous le contenu */
}

/* Demande de test suivi etude */

.serieEtapeInfo{
	margin:  5px 0;
}

.wrapper-listeSeriebtn{
	display: flex;
	margin-bottom: 20px;
	justify-content: flex-end;
}

.serieEtudeProgress{
	width: 97%;
	height: 3.2em;
	margin: 0 auto;
	margin-bottom: 20px;
}

.progress {
	font-size: 0.9em;
}

.serieDetailLine {
	margin-bottom: 15px;
	border-bottom: 1px solid rgba(120, 130, 140, 0.13);
	padding-bottom: 10px;
	box-sizing: border-box;
}

.serieDetailLine span{
	font-weight: 400;
}

.tableauProduitLigne {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.tableauProduitLigne-entete {
	font-weight: bold;
	border: 1px solid rgba(120, 130, 140, 0.13);
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f9f9f9;
}

.tableauProduitLigne-ligne {
	text-align: center;
	border: 1px solid rgba(120, 130, 140, 0.13);
	padding: 10px;
	display: flex;
	align-items: center;
}


/* CSS COOP EQUIP 56 */

.adminListeProduits {
	display: flex;
	align-items: center;
	border: 1px solid #e5e5e5;
	cursor: grab;
	padding: 10px;
	box-sizing: border-box;
	font-size: 1.2em;
	color: #2b2d2d;
}

.loginTitreSite {
	padding: 20px;
	text-align: center;
	border-top: 2px solid #2C4CCF;
	border-bottom: 2px solid #2C4CCF;
	width: 85%;
	box-sizing: border-box;
	margin: 40px auto;
	position: relative;
}

.loginTitreSite-logo{
	position: absolute;
	width: 150px;
	height: 150px;
	border: 2px solid #c5c5c5;
	text-align: center;
	display: flex;
	align-content: center;
	align-items: center;
	top: -35px;
	left: 50px;
	background-color: #e5e5e5;
}

.btnEventSupp {
	position: absolute;
	left: 30px;
}

.box-shadow {
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05) !important;
}

/*** PRODUITS ***/
#page_listeProd {
	background: none;
}

.titreSection {
	font-size: 2.5rem;
	font-weight: bold;
	color: #525252;
	padding-bottom: 20px;
}

.separateur {
	height: 1px;
	width: 100%;
	margin: 50px 0 50px;
	background-color: #e0e0e0;
}

.wrapper-listeProd {
	display: flex;
	flex-wrap: wrap;
}

.userListeProduits {
	max-width: 500px;
	width: 100%;
	margin: 20px;
	display: flex;
	padding: 15px;
	background-color: #fff;
}

.imgProd {
	width: 180px;
	min-width: 180px;
	padding: 0 20px 0 0;
}

.wrapper-infoProd {
	display: flex;
	flex-direction: column;
}

.wrapper-infoProd div {
	width: 100%;
	max-width: none;
	padding: 0 0 10px;
}

.titreProd {
	font-weight: bold;
	text-transform: uppercase;
	min-height: 3em;
}

.texteProd {
	min-height: 50px;
	font-size: 0.9rem;
}

body .prixInfoProd {
	padding: 10px 0;
	font-size: 1.2em;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

body .prixProd {
	max-width: none;
	width: auto;
	flex: auto;
	padding: 0;
	font-weight: 500;
}

.infoSupProd {
	text-align: right;
	padding-right: 15px;
}

body .lienProd {
	position: absolute;
	bottom: 20px;
	width: 90%;
	left: 50%;
	transform: translateX(-50%);
}

/*** FICHE PRODUIT***/
.list-group-item-action {
	width: auto;
}


#page_ficheProd .card-body {
	/*max-width: 1224px;
	width: 100%;*/
	margin: 40px;
}

.blocProd {
	position: relative;
}

.content-prod {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.blocImgProd-a{
	display: flex;
	justify-content: center;
	align-items: center;
}

.blocImgProd,
.blocInfoProd {
	max-height: 15em;
	max-width: 100%;
}

.blocImgProd-Panier {
	max-height: 9em;
	min-height: 9em;
	max-width: 100%;
}

.blocUnProd{
	flex-direction: row;
	max-height: 18em;
	min-height: 18em;
}
.blocInfoSuppProd {
	padding: 15px;
	background-color: #f5f5f5;
}

.btnToggleInfoProd {
	content: url("/img/arrow-select.svg");
	max-height: 30px;
	background-color: #f5f5f5;
	width: 100%;
	display: flex;
	justify-content: center;
}

.blocProd .active {
	transform: rotate(180deg);
}

.card {
	margin-bottom: 0;
}

.blocInfoProd  {
	display: flex;
	flex-direction: column;
}

.titreFicheProd {
	color: #2b2d2d;
	font-size: 2rem;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0;
	padding-bottom: 5px;
}

.sousTitreFicheProd {
	font-size: 1.2rem;
	font-weight: 500;
	color: #2b2d2d;
}

.texteFicheProd {
	padding: 25px 0 20px;
	margin: 0;
}

#page_ficheProd .prixProd {
	flex: auto;
	width: auto;
	font-weight: bold;
	font-size: 1.5rem;
	color: #2b2d2d;
}

#page_ficheProd .infoSupProd {
	font-size: 1.2rem;
}

#btnAjoutConditonnement {
	cursor: pointer;
}

.prixBarre {
	text-decoration: line-through !important;
	font-size: 15px;
}

.produitNew {
	position: absolute;
	width: 65px;
	top: 0;
	left: 0;
	z-index: 15;
}

.produitNewAdmin {
	position: absolute;
	width: 45px;
	top: 0;
	left: 0;
	z-index: 15;
}

.selectProd {
	margin: 25px auto;
	width: 100%;
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.selectProd:after {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	content: url("/img/arrow-select.svg");
	width: 60px;
	height: 33px;
	pointer-events: none;
}

.selectProd select {
	width: 100%;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 5px;
	border: 1px solid #009efb;
	padding: 10px;
	font-weight: 500;
	cursor: pointer;
	padding-right: 70px;
}

.toggleProd {
	padding: 15px 0 15px 0;
	border-bottom: 1px solid #cecece;
	margin-bottom: 15px;
}

.pageProdImg {
	width: 100%;
	height: 47vh;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}

.backImg {
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}

.btnToggleProd {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 500;
	color: #000;
}

.btnToggleProd:after {
	content: url("/img/arrow-toggle.svg");
	width: 20px;
	height: 20px;
}

.texteToggleProd {
	margin: 0;
	padding: 20px 0 0 20px;
}

.btnProd {
	max-width: 250px;
	width: 100%;
	margin: 30px auto 0;
	padding: 10px;
	background-color: #009efb;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1.1rem;
	text-transform: uppercase;
	color: #fff !important;
}

.fichePdfProd {
	padding: 15px;
}

.wrapper-qtt-prix {
	display: flex;
	justify-content: space-between;
}

/* Tunnel de commande */

.prodQty {
	width: 50px;
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
	border: 1px solid #c5c5c5;
}

.panierPrixProd, .panierPrixTotal{
	font-size: 1.4em;
	font-weight: 600;
}

.inputQTT {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.navbar-tool-label {
	position: absolute;
	top: 8px;
	right: 0;
	width: 1.25rem;
	height: 1.25rem;
	border-radius: 50%;
	background-color: #fe696a;
	color: #fff;
	font-size: .75rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.25rem;
}
.navbar-tool-label-prix {
	position: absolute;
	bottom: 4px;
	right: 0;
	width: 100%;
	text-align: right;
	height: 1.25rem;
	color: black;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.25rem;
}

/* Commandes */

.iconEditCommande {
	font-size: 1.5em;
	float: right
}

.tableauCouleurEnAttente {
	padding: 5px;
	margin: 5px;
	background-color: orange;
	color: #000;
}

.tableauCouleurValide {
	padding: 5px;
	margin: 5px;
	background-color: #20C997;
	color: #000;
}

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child::before, table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child::before {
	top: 50%;
	left: 12px;
	height: 25px;
	width: 25px;
	transform: translateY(-50%);
	font-size: 2em;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child::before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child::before {
	background-color: #1585FE;
}
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child::before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child::before {
	display: flex;
	background-color: #1585FE;
	justify-content: center;
	align-items: center;
}

.tableMix_produit_wrapper {
	margin-bottom: 15px;
}


/******** CSS POUR LES FACTURES ********/
#invoice{
	padding: 30px;
}

.invoice {
	position: relative;
	background-color: #FFF;
	min-height: 680px;
	padding: 15px
}

.invoice header {
	padding: 10px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #C99383;
}

.invoice .company-details {
	text-align: right
}

.invoice .company-details .name {
	margin-top: 0;
	margin-bottom: 0
}

.invoice .contacts {
	margin-bottom: 20px
}

.invoice .invoice-to {
	text-align: left
}

.invoice .invoice-to .to {
	margin-top: 0;
	margin-bottom: 0
}

.invoice .invoice-details {
	text-align: right
}

.invoice .invoice-details .invoice-id {
	margin-top: 0;
	color:  #C99383;
}

.invoice main {
	padding-bottom: 50px
}

.invoice main .thanks {
	margin-top: -100px;
	font-size: 2em;
	margin-bottom: 50px
}

.invoice main .notices {
	padding-left: 6px;
	border-left: 6px solid #C99383;
}

.invoice main .notices .notice {
	font-size: 1.2em
}

.invoice table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 20px
}

.invoice table td,.invoice table th {
	padding: 15px;
	background: #eee;
	border-bottom: 1px solid #fff
}

.invoice table th {
	white-space: nowrap;
	font-weight: 400;
	font-size: 16px
}

.invoice table td h3 {
	margin: 0;
	font-weight: 400;
	color: #C99383;
	font-size: 1.2em
}

.invoice table .qty,.invoice table .total,.invoice table .unit {
	text-align: right;
	font-size: 1.2em
}

.invoice table .no {
	padding: 0;
	max-width: 35px;
	background: #fff
}

.invoice table .no img{
	max-width: 80px;
	max-height: 80px;
}

.invoice table .unit {
	background: #ddd
}

.invoice table .total {
	background: #C99383;
	color: #000000;
}

.invoice table tbody tr:last-child td {
	border: none
}

.invoice table tfoot td {
	background: 0 0;
	border-bottom: none;
	white-space: nowrap;
	text-align: right;
	padding: 10px 20px;
	font-size: 1.2em;
	border-top: 1px solid #aaa
}

.invoice table tfoot tr:first-child td {
	border-top: none
}

.invoice table tfoot tr:last-child td {
	color: #C99383;
	font-size: 1.4em;
	border-top: 1px solid #C99383;
}

.invoice table tfoot tr td:first-child {
	border: none
}

.invoice footer {
	width: 100%;
	text-align: center;
	color: #777;
	border-top: 1px solid #aaa;
	padding: 8px 0
}

.company-details a {
	color: #C99383;
}

@media print {
	.invoice {
		font-size: 11px!important;
		overflow: hidden!important
	}

	.invoice footer {
		position: absolute;
		bottom: 10px;
		page-break-after: always
	}

	.invoice>div:last-child {
		page-break-before: always
	}
}
/******** FIN CSS FACTURE ********/

/*** HOME PAGE ***/

.footer-accueil{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background-color: #fff;
	padding: 40px 20px;
}

.sousCategorieMenu{
	position: relative;
}

.sousCategorieMenu .lienActive {
	color: white !important;
}

.btnOrderUpDown {
	display: flex;
	flex-direction: column;
	font-size: 1.5em;
	margin-right: 15px;
}

.btnLienMenu {
	width: 100%;
	min-height: 100%;
	display: flex;
	align-items: center;

}

.btnLienMenu p {
	margin: 0 !important;
}

.sousCategorieMenu a {
	color: #495057;
}

.sousCategorieMenu .active a {
	color: white !important;
}

.inputTinyMce {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/** PAGES **/

.unePage-Titre {
	text-align: center;
}

.unePage-Texte {
	max-width: 1280px;
	margin: 0 auto;
}

.password{
	position: relative;
}

.unmask {
	position:absolute;
	top: 2px;
	cursor: pointer;
	right: 25px;
	font-size: 1.5em;
	color: #C99383;
}


.calendar-cursor-none {
	cursor: not-allowed;
}

.listePages {
	padding: 0.5em 1em 0.5em 2.3em;
	position: relative;
}

.listePages li {
	line-height: 1.5;
	padding: 1em 0;
	list-style-type: none!important;
}


.top_page {
	z-index: 99999;
	position: fixed;
	bottom: 15px;
	right: 15px;

}

.top_page a {
	display: flex;
	width: 50px;
	height: 50px;
}

.top_page img {
	width: 100%;
	height: 100%;
	transform: rotate(180deg);
}
.text-homePage{
	width: 50%;
}
.text-homePage iframe{
	width : 600px;
	height: 450px;
}

#popupContact_wrapper, #popupMessage_wrapper{
	width: 100%;
	max-width: 750px;
}


/* Formulaire de connexion */
.login-box {
	width: 38%;
	float: left;
}

.login-register {
	padding: 0;
	background: none;
}

.login-box {
	margin: 0;
	display: flex;
	height: 100%;
	overflow: auto;
}

#loginform, #recoverform {
	margin: auto;
	max-width: 430px;
	width: 100%;
	padding: 15px;
}

.login-background {
	float: left;
	width: 62%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.box-title{
	margin-bottom: 160px;
}

.formNotCo_btnWrapper{
	margin-top: 90px;
	margin-bottom: 0;
}

.box-title{
	font-size: 52px;
	line-height: initial;
	font-weight: 600;
	color: #1D386A;
	margin-top: 20px;
}

.loginRecoverForm_logo {
	width: 100%;
	margin-bottom: 60px;
}

/* Menu panier */

.menu-panier{
	background-color: #FFF;
}

/* zoom image prod */

.blocImgProd-a {
	background-color: #eaded0;
}


/* messagerie */

.un_message {
	padding: 20px;
	margin-top: 20px;
	background-color: rgba(181, 188, 204, 0.75);
	border-radius: 25px;
}

.un_message .message_date{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}

.reponseAdmin {
	background-color: rgba(144, 193, 253, 0.75);
	border-radius: 25px !important;
	width: 90%;
	float: left;
}

.reponseUtilisateur {
	background-color: rgba(220, 220, 220, 0.75);
	border-radius: 25px !important;
	width: 90%;
	float: right;
}

.boutonRepondre {
	border: 1px solid #C99383;
	background: #C99383;
	color: #fff;
	-webkit-box-shadow: 0 2px 2px 0 rgba(66, 165, 245, 0.14), 0 3px 1px -2px rgba(66, 165, 245, 0.2), 0 1px 5px 0 rgba(66, 165, 245, 0.12);
	box-shadow: 0 2px 2px 0 rgba(66, 165, 245, 0.14), 0 3px 1px -2px rgba(66, 165, 245, 0.2), 0 1px 5px 0 rgba(66, 165, 245, 0.12);
	-webkit-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
	font-size: 20px;
	padding: 10px 20px;
	border-radius: 19px;
}

.boutonRepondre:hover{
	background: #fff;
	color: #C99383;
}

.boutonArchiver{
	border: 1px solid #ef5350;
	background: #ef5350;
	color: #fff;
	-webkit-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
	font-size: 20px;
	padding: 10px 20px;
	border-radius: 19px;
}

.boutonArchiver:hover{
	color: #ef5350 !important;
	background: #fff;
}
strong{
	font-weight: 500;
}


/*************************
	    WINEMOTION
 *************************/
a {
	color: var(--color-primary);
}
a:hover {
	color: var(--color-primary-hover);
}
.btn-cta-general {
	background: var(--color-primary);
	border: 1px solid  var(--color-primary);
	font-weight: var(--font-bold);
	padding: 10px 30px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	letter-spacing: 0.5px;
	margin: 0 auto;
	cursor: pointer;
	border-radius: .25rem;
}
.btn-cta-general:hover {
	background: var(--color-primary-hover);
	border: 1px solid var(--color-primary-hover);
	color: #fff;
}
.btn-cta-black {
	background: var(--color-mention);
	border: 1px solid  var(--color-mention);
	font-weight: var(--font-bold);
	padding: 10px 30px;
	text-align: center;
	display: flex;
	width: fit-content;
	justify-content: center;
	align-items: center;
	color: #fff;
	letter-spacing: 0.5px;
	cursor: pointer;
	border-radius: .25rem;
}
.btn-cta-black:hover {
	background: var(--color-secondary);
	border: 1px solid var(--color-secondary);
	color: #fff;
}
.btn-cta-secondary {
	background: #e3e3e3;
	border: 1px solid  #e3e3e3;
	font-weight: var(--font-bold);
	padding: 10px 30px;
	text-align: center;
	display: flex;
	width: fit-content;
	justify-content: center;
	align-items: center;
	color: var(--color-mention);
	letter-spacing: 0.5px;
	cursor: pointer;
	border-radius: .25rem;
}
.btn-cta-secondary:hover {
	background: #d7d7d7;
	border: 1px solid #d7d7d7;
	color: var(--color-mention);
}
html body .text-primary {
	color: var(--color-primary) !important;
}
html body .text-primary:hover {
	color: var(--color-primary-hover) !important;
}
.text-themecolor {
	color: var(--color-mention) !important;
	font-family: 'Philosopher', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}
.page-titles {
	background: none;
}
.titreSection {
	font-family: var(--title-font);
	font-weight: var(--font-bold);
	color: var(--color-secondary);
	text-transform: uppercase;
}
.navbar-collapse {
	background: var(--color-white);
}
.container-fluid {
	background: #efefef;
}
.blocImgProd  {
	object-fit: contain;
	width: 100%;
	height: 100%;
	max-height: 300px;
}
.blocImgProd-a {
	padding: 0;
	max-width: 100%;
	flex: unset;
}
.blocUnProd {
	flex-direction: column;
	max-height: unset;
	min-height: 425px;
}
.blocBodyProd {
	max-width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
}
.titreProd {
	min-height: unset;
	font-weight: var(--font-bold);
	font-size: 1.25rem;
	color : var(--color-mention);
	font-family: var(--title-font);
	line-height: 1.1;
	text-align: center;
}
strong {
	font-weight: var(--font-bold);
}
body .lienProd {
	position: unset;
	transform: unset;
	width: 100%;
	margin-top: 20px;
}
body .prixProd {
	font-size: 1.25rem;
}
body .prixInfoProd {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0;
}
.infoSupProd {
	padding-right: 0;
}
.slick-track {
	display: flex !important;
}
.slick-slide {
	height: inherit !important;
}
.blocProd {
	height: 100%;
}
.beige {
	color: var(--color-primary);
}
.btn-cta-back {
	color: var(--color-mention);
}
.btn-cta-back:hover {
	color: var(--color-primary);
}
.page-titles-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 100%;
	width: 100%;
	flex: 1;
	column-gap: 30px;
	flex-wrap: wrap;
}
.titreFicheProd {
	font-family: var(--title-font);
}
.btn-cta-ficheProd {
	margin: auto;
}
.btn.focus, .btn:focus {
	box-shadow: 0 0 0 .2rem rgba(201, 147, 131, 0.25) !important;
}
.texteToggleProd {
	padding: 0;
}
.sidebar-nav ul li a.active, .sidebar-nav ul li a:hover {
	color: var(--color-primary-hover);
}
.sidebar-nav ul li a.active i, .sidebar-nav ul li a:hover i {
	color: var(--color-primary-hover);
}
.sidebar-nav > ul > li.active > a {
	color: var(--color-primary);
	border-color: var(--color-primary);
}
.sidebar-nav > ul > li.active > a i {
	color: var(--color-primary);
}
[type="radio"]:checked + label:after, [type="radio"].with-gap:checked + label:after {
	background-color: var(--color-primary);
}
[type="radio"]:checked + label:after, [type="radio"].with-gap:checked + label:before, [type="radio"].with-gap:checked + label:after {
	border: 2px solid var(--color-primary);
}
.nbProduits {
	margin-bottom: 10px !important;
}
.btn-cta-prev {
	margin-bottom: 30px;
}
.page-wrapper {
	background-color: #efefef;
}
.navbar-tool-label {
	background-color: var(--color-primary-hover);
}
h1, h2, h3, h4, h5, h6 {
	font-family: var(--title-font);
}
.titreproduit {
	font-weight: bold;
	font-size: 1.25rem;
}
.list-group-item.active {
	background-color: var(--color-primary);
	border-color: var(--color-primary);
}
.form-control:focus {
	box-shadow: 0 0 0 .2rem rgba(201, 147, 131, 0.25) !important;
	border-color: var(--color-primary);
}
[type="checkbox"].filled-in:checked.chk-col-red + label:after {
	border: 2px solid var(--color-primary);
	background-color: var(--color-primary);
}
.alert-success {
	border: 1px solid var(--color-mention);
	background-color: unset;
	color: var(--color-mention);
	border-radius: .25rem;
}
#invoice .btn-cta-prev {
	margin-bottom: 0;
}
#invoice .btn-cta-general {
	margin: unset;
}
#invoice .row {
	margin: 0;
}
.invoice header {
	border-bottom: 1px solid var(--color-primary);
}
.invoice .invoice-details .invoice-id {
	color: var(--color-primary);
}
.invoice table td h3 {
	color: var(--color-primary-hover);
}
.invoice table .total {
	background: var(--color-primary-hover);
}
.invoice table tfoot tr:last-child td {
	border-top: 1px solid var(--color-primary);
	color: var(--color-primary);
}
.invoice main .thanks {
	margin-top: 0;
}
.invoice .invoice-to .to {
	color: var(--color-primary);
}
.btn-cta-general i,
.btn-cta-black i,
.btn-cta-secondary i {
	margin-right: 10px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	background-color: var(--color-primary);
	border: 1px solid var(--color-primary);
}
.dataTables_length select:focus {
	background-image: linear-gradient(var(--color-primary), var(--color-primary)), linear-gradient(#b1b8bb, #b1b8bb);
}
select option:hover {
	background-color: var(--color-primary); /* violet doux par ex. */
	color: #fff;
}
.dataTables_filter input:focus {
	background-image: linear-gradient(var(--color-primary), var(--color-primary)), linear-gradient(#b1b8bb, #b1b8bb);
}
.dataTables_processing {
	color: var(--color-primary) !important; /* remplace par ta couleur */
}
.dataTables_processing div > div {
	background: var(--color-primary) !important; /* ta couleur violette */
}
.btns-wrapper {
	margin-left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 30px;
	flex-wrap: wrap;
	row-gap: 15px;
	flex: 1;
	max-width: 100%;
}
.btns-wrapper .btn-cta-general {
	margin: 0;
}
[type="checkbox"].filled-in:checked.chk-col-cyan + label:after {
	border: 2px solid var(--color-primary);
	background-color: var(--color-primary);
}
.btn-cta-newUser {
	margin: 0 0 0 auto;
	width: fit-content;
}
.dropdown-item.active, .dropdown-item:active {
	background-color: var(--color-primary);
	color: #fff;
}
.bootstrap-select .dropdown-menu li a:hover, .bootstrap-select .dropdown-menu li a:focus {
	color: var(--color-primary);
}
.offset-sm-3 .btn-cta-general {
	margin: 0;
}
.message-btnWrapper .btn-cta-general {
	margin: 0 0 0 auto;
	width: fit-content;
}
.reponseUtilisateur,
.reponseAdmin {
	width: 100%;
	border-radius: .25rem !important;
}
.reponseUtilisateur h3,
.reponseAdmin h3 {
	color: var(--color-mention);
}
.reponseUtilisateur .card-body,
.reponseAdmin .card-body {
	flex: 1;
	max-width: 100%;
}
.reponseUtilisateur {
	background-color: #fff;
}
.reponseAdmin {
	background-color: #e3e3e3;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	background: transparent;
	border: 1px solid var(--color-primary);
	color: var(--color-primary) !important;
}
[type="checkbox"].filled-in:checked + label:after {
	border: 2px solid var(--color-primary);
	background-color: var(--color-primary);
 }
.topbar ul.dropdown-user li a:hover {
	color: var(--color-primary);
	background: rgba(201, 147, 131, 0.25);
}
.btnOrderUpDown {
	font-size: 1rem;
}
.adminListeProduits_content {
	width: 100%;
	max-width: 100%;
}
.adminListeProduits_middle {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 40px;
}
.adminListeProduits__bottom {
	margin-top: 20px;
}
.adminListeProduits__bottom p {
	margin-bottom: 0;
	font-size: 1rem;
}
.adminListeProduits {
	margin-bottom: 15px;
}
.text-info {
	color: var(--color-primary) !important;
}
.paging_simple_numbers .pagination .paginate_button.active a, .paging_simple_numbers .pagination .paginate_button:hover a {
	background: var(--color-primary);
}
.blocImgProd-a {
	background-color: #fff;
}
#btnStripe {
	max-width: 100%;
	width: 100%;
	font-size: 1.25rem;
}
.paypal-button-wrapper {
	display: flex;
	justify-content: center;
	max-width: 750px;
	width: 100%;
	margin: auto;
}
.blocImgProd-Panier {
	object-fit: cover;
}
.left-sidebar {
	z-index: 999;
}
.topbar {
	z-index: 9999;
}
.panierProduit {
	justify-content: space-between;
	flex-wrap: unset;
}
.blocImgProd-wrapper {
	width: 100%;
	flex: 1;
}
.prixQttPanier {
	flex-wrap: wrap;
}
.remerciement-wrapper {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.remerciement-wrapper .btn-cta-general {
	margin-top: 30px;
}
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child::before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child::before {
	background-color: var(--color-mention);
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child::before,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child::before {
	left: 5px;
	font-size: 1rem;
	height: 20px;
	width: 20px;
}
.tableProduits .sorting_1 {
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
	padding: 10px 5px !important;
}
.btn-cta-float {
	float: right;
	margin-left: 10px;
	margin-bottom: 20px;
}
#page_ficheProd .card-body {
	margin: 40px 0;
}
.border-form-control {
	border: 1px solid #ced4da !important;
}
.home {
	background-image: url("/assets/images/background/login-register.jpg") !important;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.home .page-wrapper {
	background-color: unset !important;
}
.home .container-fluid {
	background: none;
	margin: auto !important;
	top: 50%;
	position: absolute;
	transform: translateY(-50%);
}
.home .page-titles-content {
	justify-content: center;
	padding-bottom: 20px;
}
.home h2 {
	color: var(--color-white) !important;
	font-size: 2.5rem;
	text-align: center;
}
.btn-cta-home {
	border-radius: 50px;
	padding: 15px 40px;
	width: 100%;
	position: relative;
	background-color: rgba(201, 147, 131, 0.8);
}
.btns_home {
	justify-content: center;
	padding: 15px;
}
.btn-home-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
}
.btn-cta-home img {
	margin-right: 20px;
	width: 40px;
}
.btn-cta-home .cave-icon {
	width: 25px;
	position: absolute;
	left: 40px;
	top: 50%;
	transform: translateY(-50%);
}

.topbar .navbar-light .navbar-nav .nav-item > a.nav-link {
	color: var(--color-mention) !important;
}
.navbar-header {
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 9999;
	transform: translateX(-50%);
	padding-left: 0 !important;
}
.topbar .navbar-light .navbar-nav .nav-item > a.nav-link:hover, .topbar .navbar-light .navbar-nav .nav-item > a.nav-link:focus {
	color: var(--color-mention) !important;
}
.mini-sidebar .top-navbar .navbar-header {
	width: 65px !important;
}
.menu-panier .mdi-cart {
	font-size: 23px;
}
.topbar .top-navbar .navbar-nav > .nav-item > .nav-link {
	line-height: 1.1;
}
.menu-panier {
	display: flex;
	align-items: flex-end;
	overflow: visible;
}
.navbar-tool-label {
	top: -15px;
}
.menu-panier .nav-link {
	padding-top: 0;
	padding-bottom: 5px;
	overflow: visible;
}
.titreProd {
	margin-bottom: 0;
}
.sousTitreFicheProd {
	color: var(--color-primary);
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.25rem;
}
.sousTitreProd {
	font-size: 1.125rem;
	color: var(--color-mention);
	text-align: center;
	display: block;
	margin-bottom:15px;
}
.custom-alert {
	background-color: var(--color-secondary);
	color: var(--color-white);
	font-size: 1.3rem;
	width: 100%;
}
.custom-alert h4 {
	color: var(--color-white);
	margin-bottom: 0;
}