.elementor-kit-3351{--e-global-color-primary:#F0C918B5;--e-global-color-secondary:#0070DC;--e-global-color-text:#000000;--e-global-color-accent:#61CE70;--e-global-color-9b0b3ea:#114773;--e-global-color-62d6c2d:#FFFFFF;--e-global-typography-primary-font-family:"Jost";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Jost";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Jost";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Jost";--e-global-typography-accent-font-weight:500;}.elementor-kit-3351 e-page-transition{background-color:#FFBC7D;}.elementor-kit-3351 a{color:#F09118;font-weight:700;}.elementor-kit-3351 a:hover{color:var( --e-global-color-62d6c2d );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-header .site-navigation .menu li{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*PARTIE PANIER*/
#panier{
	position:fixed;
	bottom:20px;
	right:20px;
	width:auto;
	max-width: calc(100% - 40px);
	height:fit-content;
	background:white;
	z-index: 99999;
	border-radius: 10px;
	box-shadow: 0px 0px 5px black;
	padding:15px;
	cursor:pointer;
}

#panier svg{
	width:35px;
	height:35px;
}
#titrePanier{
	margin-bottom:15px;
	margin-right:20px;
}

#validateDevisTxt{
	max-width:350px;
	width:100%;
	color:black;
	font-weight:bold;
}

.prod-container{
	position:relative;
	display:grid;
	grid-template-columns: auto auto auto;
	column-gap: 40px;
  row-gap: 40px;
}

#devisSection{
	max-height:80vh;
	position:relative;
	height:60vh;
	overflow:auto;
}
.panier_row{
	overflow:auto;
}

.prod-thumb{
	display:flex;
	flex-direction:column;
	width:100%;
}
.prod-thumb p{
	font-size: 1.2em;
	max-width:300px;
}

.page-id-1141 .entry-title{
	display:none;
}

.add-devis{
	padding:10px 20px;
	border:1px solid black;
	cursor:pointer;
	display:inline-block;
	color:black;
	margin-top:10px;
}

.nav-prod-section{
	margin-top:20px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.nav-prod-section a{
	padding:10px 20px;
	border:1px solid black;
	color:black;
	margin:5px;
}

.img-thumb{
	  height: 240px;
    aspect-ratio: 600 / 538;
    background-size: cover;
    background-position: center;
	border: 5px solid black;
}
.prod-thumb a:hover p{
	font-weight:bold;
}
#insertCart input[type="date"]{
	text-align:right;
	border:2px solid black;
}
.moinsCart, .plusCart{
	margin-left:15px;
}
.infoProduitCart{
	width:150px;
}
.infoProduitCart p{
	font-weight:bold;
}

.changeQty, .changeDate, .validateDevis, #devisSection button{
	  padding: 5px 10px;
    border: 1px solid black;
    color: black;
	margin-top:10px;
	background:transparent;
	cursor:pointer;
}

.changeDate{
	margin-top:25px !important;
}
.panier-col .changeQty{
	/*margin-top:65px !important;*/
}
.formQty{
	    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.formDate label{
	width: 120px;
  display: inline-block;
	margin-right:5px;
}
.formDate label span{
float:right;
}

.validateDevis{
	padding:10px 20px;
	display:block;
	margin-left:auto;
	margin-right:0;
	width:140px;
	margin-right: 10px;
  margin-top: 20px;
	margin-bottom:20px;

}

#sendDevis input{
	width:100%;
	padding:10px;
	margin-bottom:20px;
	border: 1px solid black;
}
#sendDevis textarea{
	width:100%;
	padding:10px;
	margin-bottom:20px;
	border: 1px solid black;
}

.formQty{
    margin-top:20px;
}
.formDate{
	margin-top:30px;
	font-weight:bold;
}
.formDate input[type="date"]{
	text-align:right;
	border:2px solid black;
}
.plusMoinsCart{
    display: inline-flex;
	align-items:center;
}
.plusMoinsCart svg{
    fill: black;
    cursor: pointer;
    width: 30px;
    height: 30px;
    position: relative;
    top: 3px;
}
.cartNumber{
    width:50px;
}

.panier-col{
    display:flex;
    flex-wrap:wrap;
    padding:20px;
    align-items:stretch;
		border-bottom:1px solid grey;
		gap:20px;
}
.panierCross{
	position:absolute;
	top:10px;
	right:10px;
	font-size:30px;
}
.panier-col img{
    width:150px;
}
.panier-btn{
    padding:5px 10px;
    border:1px solid grey;
}

.removeProd{
	color:red;
	margin-top: 30px;
  display: block;
}

@media (max-width: 980px){
	.prod-container{
		grid-template-columns: auto auto;
	}	
	.panier-col .changeQty{
	margin-top:20px !important;
}
}

@media (max-width: 580px){
	.prod-container{
		grid-template-columns: auto;
	}	
	#devisSection{
		height:70vh;
	}
	.infoProduitCart{
		width:100%;
	}
	.panier-col img{
			width:100%;
	}
}

/* Style pour le titre "Table Régie" */
.et_pb_text_inner h1 {
    font-size: 36px;
    color: #114773; /* Rose vif */
    text-align: center;
    margin-bottom: 20px;
}

/* Style pour la grille de produits */
.prod-container {
    display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    background-color: #f2f2f2; /* Fond gris clair */
    padding: 20px;
    border-radius: 10px;
}

/* Style pour chaque élément de produit */
.prod-thumb {
    text-align: center;
    background-color: #ffffff; /* Fond blanc */
    padding: 10px;
    border-radius: 5px;
}

/* Style pour les images des produits */
.img-thumb {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    margin-bottom: 10px;
    border-radius: 5px;
    transition: transform 0.3s ease;
    border: 2px solid #114773; /* Bordure rose vif */
}

/* Animation de survol pour les images des produits */
.img-thumb:hover {
    transform: scale(1.05); /* Agrandissement de l'image au survol */
}

/* Style pour les légendes des produits */
.prod-thumb p {
    font-size: 16px;
    color: #333; /* Couleur de texte foncée */
}

/* Style pour les liens des produits */
.prod-thumb a {
    text-decoration: none;
    color: #333; /* Couleur de texte foncée */
    transition: color 0.3s ease;
}

/* Animation de survol pour les liens des produits */
.prod-thumb a:hover {
    color: #ff6699; /* Changement de couleur au survol (rose vif) */
}

/* Style pour le titre "Location" */
.et_pb_module_header {
    font-size: 36px;
    color: #114773; /* Rose vif */
    text-align: center;
    margin-bottom: 20px;
}

/* Style pour la section "Description détaillée" */
.et_pb_text_inner h3 {
    color: #114773; /* Rose vif */
}

/* Style pour les caractéristiques de la machine à café */
.et_pb_text_inner ul {
    color: #333; /* Couleur de texte foncée */
}

/* Style pour les prix */
.et_pb_text_inner b {
    color: #114773; /* Rose vif */
}

/* Style pour le bouton "Ajouter au Devis" */
.add-devis {
    display: inline-block;
    padding: 10px 20px;
    background-color: #114773; /* Bleu vif */
    color: #fff; /* Texte blanc */
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}

.add-devis:hover {
    background-color: #fff; /* Rose foncé au survol */
	color: #114773; /* Texte blanc */
}

/* Style pour les images de la carousel */
.owl-carousel .item img {
    width: 100%;
    border-radius: 5px;
}

/* Style pour la zone de description détaillée */
.et_pb_text_inner > div:not(.add-devis) {
    background-color: #f2f2f2; /* Fond gris clair */
    padding: 20px;
    border-radius: 5px;
    margin-top: 20px;
}

/* Style pour les coordonnées de l'entreprise */
.et_pb_text_inner p {
    color: #333; /* Couleur de texte foncée */
}

/* Style pour les liens de contact */
.et_pb_text_inner a {
    color: #114773; /* Rose vif */
    text-decoration: none;
}

.et_pb_text_inner a:hover {
    text-decoration: underline;
}

/* Style pour le header-content 
h1 {
    background-color: #ffffff; 
    padding: 20px; 
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); 
}
*/
/* Style pour le logo */
#logo {
    max-width: 200px; /* Ajustez la taille selon vos besoins */
    height: auto;
}

/* Style pour les liens du header */
.header-content a {
    color: #333; /* Couleur des liens */
    text-decoration: none;
    margin-right: 20px; /* Espacement entre les liens */
}

.header-content a:hover {
    color: #ff0000; /* Couleur de survol */
}

.container, .et_pb_row, .et_pb_slider .et_pb_container, .et_pb_fullwidth_section .et_pb_title_container, .et_pb_fullwidth_section .et_pb_title_featured_container, .et_pb_fullwidth_header:not(.et_pb_fullscreen) .et_pb_fullwidth_header_container {
    max-width: 1920px;
    padding: 0% 0;
}



/* Style pour le .header-content */
.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f9f9f9;
    padding: 10px 20px;
}

/* Style pour le contenu textuel du .header-content */
.header-content-text {
    font-size: 18px;
    color: #333;
}

/* Style pour les icônes */
.header-content-icon {
    font-size: 24px;
    margin-right: 10px;
    color: #333;
}

.elementor-nav-menu {
    
    position: relative;
    z-index: 10; /* Vous pouvez augmenter cette valeur si nécessaire */
}

.elementor-search-form {
    position: relative;
    z-index: 5; /* Assurez-vous que cette valeur est inférieure à celle du menu déroulant */
}

/* Mettre en gras les éléments de classe elementor-post-info__item-prefix */
.elementor-post-info__item-prefix {
    font-weight: bold;
}/* End custom CSS */