/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 12 2025 | 12:06:40 */
/* Ajouter votre code CSS ici.
                     
Par exemple:
.exemple {
    color: red;
}

Pour améliorer vos connaissances en CSS, visitez http://www.w3schools.com/css/css_syntax.asp

Fin du commentaire */ 

/* Titre principal */

.elementor-widget-n-accordion .e-n-accordion-item-title {
   border-color:black; !important
}

.page-title {
    font-size: 1.8em;
    text-align: center;
    color: #0056b3;
    font-weight: bold;
    margin-bottom: 20px;
}

.page-title span {
    color: #00aff4;
}

/* Conteneur principal */
.content-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

/* Texte principal */
.text-content {
    flex: 1.5;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.text-content p {
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 1.1em;
}

/* Liste des liens utiles */
.useful-links {
    flex: 1;
    background: linear-gradient(135deg, #0056b3, #009ffd);
    color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.useful-links h2 {
    margin-bottom: 15px;
    font-size: 1.3em;
}

.useful-links ul {
    list-style: none;
    padding: 0;
}

.useful-links ul li {
    padding: 10px 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.useful-links ul li:last-child {
    border-bottom: none;
}

.useful-links ul li a {
    text-decoration: none;
    color: white;
    font-weight: bold;
    display: block;
    transition: color 0.3s ease-in-out;
}

.useful-links ul li a:hover {
    color: #ffd700;
}

/* Galerie d'images */
.image-gallery {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.responsive-img {
    width: 100%;
    max-width: 900px;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
/* Conteneur principal */
.barman-container {
    max-width: 800px;
    margin: auto;
    text-align: center;
    font-family: Arial, sans-serif;
}

/* Titre */
.barman-title {
    font-size: 2em;
    font-weight: bold;
    color: #ff6b6b;
    margin-bottom: 20px;
}

/* Vidéo responsive */
.video-container {
    position: relative;
    padding-bottom: 56.25%; /* Ratio 16:9 */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    border-radius: 10px;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

/* Texte principal */
.barman-text {
    font-size: 1.2em;
    color: #333;
    margin-top: 20px;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

/* Contact */
.barman-contact {
    margin-top: 30px;
    padding: 20px;
    background: linear-gradient(135deg, #ff6b6b, #ffb400);
    color: white
/* Image principale */
.header-image img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

/* Titre principal */
.page-title {
    text-align: center;
    font-size: 1.8em;
    font-weight: bold;
    margin: 20px 0;
}

.highlight-blue {
    color: #3366ff;
    display: block;
}

/* Sous-titre */
.subtitle {
    text-align: center;
    font-size: 1.2em;
    color: #3366ff;
    font-weight: bold;
    margin-bottom: 20px;
}

/* Conteneur principal */
.content-container {
    text-align: center;
    max-width: 800px;
    margin: auto;
    padding: 20px;
}

/* Texte principal */
.text-content p {
    font-size: 1.2em;
    margin-bottom: 10px;
    line-height: 1.6;
}

/* Images secondaires */
.image-gallery {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.responsive-img {
    width: 100%;
    max-width: 900px;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

/* Section informations */
.order-info {
    background: #ff4d4d;
    color: white;
    text-align: center;
    padding: 15px;
    border-radius: 8px;
    margin: 20px auto;
    max-width: 600px;
    font-size: 1.1em;
    font-weight: bold;
}

/* Section livraison */
.delivery-info {
    background: #ff4d4d;
    color: white;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 20px;
}

/* Lien rouge */
.highlight-red {
    color: #ff4d4d;
    font-weight: bold;
}

/* Accordéon */
.accordion {
    width: 100%;
    max-width: 800px;
    margin: auto;
}

.accordion-item {
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}

/* Bouton de l'accordéon */
.accordion-button {
    width: 100%;
    background: #0056b3;
    color: white;
    padding: 12px;
    border: none;
    text-align: left;
    font-size: 1.2em;
    cursor: pointer;
    border-radius: 5px;
    transition: background 0.3s;
    font-weight: bold;
}

.accordion-button:hover {
    background: #003d7a;
}

/* Contenu de l'accordéon caché par défaut */
.accordion-content {
    display: none;
    background: #f9f9f9;
    padding: 10px;
    border-radius: 5px;
}

/* Liste des liens */
.accordion-content ul {
    list-style: none;
    padding: 0;
}

.accordion-content ul li {
    padding: 5px 0;
}

.accordion-content ul li a {
    text-decoration: none;
    color: #0056b3;
    font-weight: bold;
}

.accordion-content ul li a:hover {
    text-decoration: underline;
}

/* Afficher le contenu lorsque l'accordéon est actif */
.accordion-item.active .accordion-content {
    display: block;
}


.accordion-item {
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}

/* Bouton de l'accordéon */
.accordion-button {
    width: 100%;
    background: #0056b3;
    color: white;
    padding: 12px;
    border: none;
    text-align: left;
    font-size: 1.2em;
    cursor: pointer;
    border-radius: 5px;
    transition: background 0.3s;
    font-weight: bold;
}

.accordion-button:hover {
    background: #003d7a;
}

/* Contenu de l'accordéon caché par défaut */
.accordion-content {
    display: none;
    background: #f9f9f9;
    padding: 10px;
    border-radius: 5px;
}

/* Liste des liens */
.accordion-content ul {
    list-style: none;
    padding: 0;
}

.accordion-content ul li {
    padding: 5px 0;
}

.accordion-content ul li a {
    text-decoration: none;
    color: #0056b3;
    font-weight: bold;
}

.accordion-content ul li a:hover {
    text-decoration: underline;
}


/* Tarifs et conditions */
.pricing-info, .extra-fees {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    text-align: center;
}

.extra-fees ul {
    list-style: none;
    padding: 0;
    font-size: 1.1em;
}

.extra-fees ul li {
    padding: 5px;
    font-weight: bold;
}

.alert {
    color: red;
    font-weight: bold;
}
/* Section conclusion */
.final-text {
    text-align: center;
    font-size: 1.2em;
    margin-top: 20px;
    font-weight: bold;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

/* Note sur les tarifs */
.tariff-note {
    text-align: center;
    font-size: 0.9em;
    color: red;
    font-weight: bold;
    margin-top: 10px;
}

	
	
	/* --- Section Livraison --- */
.livraison-section {
    background: #f8f8f8;
    padding: 40px 20px;
    text-align: center;
    border-radius: 10px;
}

.livraison-title {
    font-size: 2.2em;
    color: #0056b3;
    font-weight: bold;
    margin-bottom: 10px;
}

.livraison-subtitle {
    font-size: 1.5em;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
}

.image-container {
    margin: 20px auto;
    max-width: 900px;
}

.responsive-img {
    width: 100%;
    max-width: 900px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

/* --- Avertissements --- */
.livraison-warning {
    background: #ff4d4d;
    color: white;
    padding: 15px;
    font-size: 1.2em;
    font-weight: bold;
    border-radius: 8px;
    margin-top: 20px;
}

.livraison-condition {
    color: #000;
    font-size: 1.1em;
    font-weight: bold;
    margin-top: 10px;
}
/* --- Section Tarifs --- */
.tarif-section {
    background: #f8f8f8;
    padding: 40px 20px;
    text-align: center;
    border-radius: 10px;
}

.tarif-title {
    font-size: 2.2em;
    color: #0056b3;
    font-weight: bold;
    margin-bottom: 20px;
}

.tarif-list {
    list-style: none;
    padding: 0;
    text-align: left;
    max-width: 800px;
    margin: auto;
}

.tarif-list li {
    font-size: 1.2em;
    padding: 10px;
    background: white;
    border-radius: 8px;
    margin-bottom: 10px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

.highlight-red {
    color: #ff4d4d;
    font-weight: bold;
    text-decoration: none;
}

.highlight-blue {
    color: #0056b3;
    font-weight: bold;
    text-decoration: none;
}

.tarif-subtitle {
    font-size: 1.5em;
    color: #d9534f;
    font-weight: bold;
    margin-top: 30px;
}

.tarif-extra {
    list-style: none;
    padding: 0;
    font-size: 1.2em;
    text-align: left;
    max-width: 800px;
    margin: auto;
}

.tarif-extra li {
    padding: 8px;
    background: #ffe5e5;
    border-radius: 8px;
    margin-bottom: 5px;
}

.tarif-warning {
    background: #ff4d4d;
    color: white;
    padding: 15px;
    font-size: 1.2em;
    font-weight: bold;
    border-radius: 8px;
    margin-top: 20px;
}

.tarif-condition {
    color: #000;
    font-size

	
	
	
	
	
	
	
	
	
	/* --- Section Avis Clients --- */
.avis-section {
    background: #f8f8f8;
    padding: 50px 20px;
    text-align: center;
    border-radius: 10px;
}

.avis-title {
    font-size: 2.2em;
    color: #0056b3;
    font-weight: bold;
    margin-bottom: 20px;
}

.highlight-blue {
    color: #00aff4;
}

.avis-intro {
    font-size: 1.2em;
    color: #333;
    max-width: 800px;
    margin: auto;
    text-align: justify;
}

.avis-subtitle {
    font-size: 1.8em;
    color: #333;
    font-weight: bold;
    margin-top: 40px;
}

.avis-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.avis-item {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    text-align: left;
}

.avis-item blockquote {
    font-style: italic;
    font-size: 1.2em;
    color: #555;
}

.avis-details {
    margin-top: 10px;
    font-size: 1em;
    font-weight: bold;
    color: #0056b3;
}

	
	
	
	
/* --- Section Produits --- */
.produits-section {
    background: #f8f8f8;
    padding: 50px 20px;
    text-align: center;
    border-radius: 10px;
}

.produits-title {
    font-size: 2.2em;
    color: #0056b3;
    font-weight: bold;
    margin-bottom: 20px;
}

.highlight-blue {
    color: #00aff4;
}

.produits-intro {
    font-size: 1.2em;
    color: #333;
    max-width: 800px;
    margin: auto;
    text-align: justify;
}

.produits-subtitle {
    font-size: 1.8em;
    color: #333;
    font-weight: bold;
    margin-top: 30px;
}

.produits-list {
    list-style: disc;
    padding: 0;
    font-size: 1.2em;
    text-align: left;
    max-width: 800px;
    margin: auto;
}

.produits-list li {
    padding: 10px;
    background: white;
    border-radius: 8px;
    margin-bottom: 10px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    list-style-position: inside;
}

.highlight-red {
    color: #ff4d4d;
    font-weight: bold;
    text-decoration: none;
}

.produits-livraison {
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 30px;
    color: #000;
}

.produits-offre {
    background: #00aff4;
    color: white;
    padding: 15px;
    font-size: 1.2em;
    font-weight: bold;
    border-radius: 8px;
    margin-top: 20px;
}

	
	/* --- Section Sculpture sur Glace --- */
.sculpture-section {
    background: #f8f8f8;
    padding: 50px 20px;
    text-align: center;
    border-radius: 10px;
}

.sculpture-title {
    font-size: 2.5em;
    color: #0056b3;
    font-weight: bold;
    margin-bottom: 20px;
}

.sculpture-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

.sculpture-intro {
    font-size: 1.3em;
    color: #333;
    max-width: 800px;
    margin: auto;
    text-align: justify;
    margin-top: 20px;
}

.sculpture-contact {
    background: #00aff4;
    color: white;
    padding: 15px;
    font-size: 1.2em;
    font-weight: bold;
    border-radius: 8px;
    margin-top: 20px;
    display: inline-block;
}
.cisc-accordion-panel .cisc-accordion-panel-title a.cisc-active, .cisc-accordion-panel .cisc-accordion-panel-title a {
    color: black; !important
}
.cisc-accordion-panel .cisc-accordion-panel-title a {
	 color: black !important;
	}
	.cart_totals>h2, .widget-title, .widgettitle{
	 font-weight:bold; !important
	}
	form.wpcf7-form label{
    color: black; !important
}
	.et_b_header-logo.et_element-top-level img {

    width: 327px;!important
		}
