:root {
  --c_hex_c4422e: #c4422e; /* 34x */
  --c_hex_fff: #fff; /* 27x */
  --c_hex_71a78b: #71a78b; /* 13x */
  --c_rgba_118_133_142_0_5: rgba(118, 133, 142, 0.5); /* 12x */
  --c_rgb_174_146_116: rgb(174, 146, 116); /* 10x */
  --c_rgb_130_92_52: rgb(130, 92, 52); /* 9x */
  --c_rgb_92_137_113: rgb(92, 137, 113); /* 8x */
  --c_rgb_113_167_139: rgb(113, 167, 139); /* 7x */
  --c_hex_288856: #288856; /* 6x */
  --c_hex_c52a57: #c52a57; /* 6x */
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, p, ul, ol {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  background-color: rgb(252, 252, 252);
}

html, body {max-width: 100%;overflow-x: hidden;scroll-behavior: smooth;min-height:100%;
  margin: 0;}

body {font-family:'Open Sans', Helvetica, sans-serif;font-size: 1.400rem;font-weight: 400;line-height:1.6;margin: 0;padding: 0;color: rgb(127, 127, 127);}


body.layout-div {
  min-height: 100vh;
  min-height: 100dvh;
}

p, ul, ol, dl, pre, label, textarea {
  margin: 0.725em 0 0;
  line-height: 1.5;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/OpenSans/OpenSans-Light.woff2') format('woff2'),
       url('/fonts/OpenSans/OpenSans-Light.woff') format('woff'),
       url('/fonts/OpenSans/OpenSans-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/OpenSans/OpenSans-Regular.woff2') format('woff2'),
       url('/fonts/OpenSans/OpenSans-Regular.woff') format('woff'),
       url('/fonts/OpenSans/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/OpenSans/OpenSans-Medium.woff2') format('woff2'),
       url('/fonts/OpenSans/OpenSans-Medium.woff') format('woff'),
       url('/fonts/OpenSans/OpenSans-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/OpenSans/OpenSans-SemiBold.woff2') format('woff2'),
       url('/fonts/OpenSans/OpenSans-SemiBold.woff') format('woff'),
       url('/fonts/OpenSans/OpenSans-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/OpenSans_Condensed/OpenSans_Condensed-Light.woff2') format('woff2'),
       url('/fonts/OpenSans_Condensed/OpenSans_Condensed-Light.woff') format('woff'),
       url('/fonts/OpenSans_Condensed/OpenSans_Condensed-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/OpenSans_Condensed/OpenSans_Condensed-Regular.woff2') format('woff2'),
       url('/fonts/OpenSans_Condensed/OpenSans_Condensed-Regular.woff') format('woff'),
       url('/fonts/OpenSans_Condensed/OpenSans_Condensed-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'BeauRivage';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url('/fonts/BeauRivage-Regular.ttf') format('truetype');
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-weight: 400;
    margin: 0;
}

h1, .h1-like {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.6154em;
    margin: .8077em 0 0 0;
}

h2, .h2-like {
    font-size: 1.900rem;
    letter-spacing: 1px;
    line-height: 1.500em;
    margin: .875em 0 0 0;
}

h3, .h3-like {
    font-size: 1.40rem;
    line-height: 1.909em;
    margin: .9545em 0 0 0;
}

h4, .h4-like {
    font-size: 1.6rem;
    line-height: 1.05em;
    margin: 1.05em 0 0 0;
}

h5, .h5-like {
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.1667em;
    margin: 1.1667em 0 0 0;
}

h3.h3-lite {
    font-weight: normal;
    line-height: 1.1667em;
    margin: 0;
}

h1.h1-title {
  font-weight: 400;
  font-size: 2.2rem;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  border-bottom: 1px solid transparent;
  border-bottom: 1px solid rgba(118, 133, 142, 0.5);
  color: var(--c_hex_c4422e);
}

.smaller { font-size: 1.0rem; }

.small   { font-size: 1.2rem; }

.big     { font-size: 1.6rem; }

.bigger  { font-size: 1.8rem; }

.biggest { font-size: 2.0rem; }

h2.header-h2 {
  color: rgb(130, 92, 52);
  font-weight: normal;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
}

h1.heading {font-weight: 600;color: rgb(130, 92, 52);text-transform:uppercase; margin: 0 0 10px 0;border-bottom: 1px solid transparent;border-bottom: 1px solid rgba(118, 133, 142, 0.5);}

h1.title-h11 {font-weight:500;font-size: 1.372em;text-indent: 10px;padding: 3px 0;text-transform: uppercase;margin: 0 0 20px 0;color: var(--c_hex_fff);border-radius: 3px 3px 3px 3px;}

h2 {color: var(--c_hex_c52a57);}

.h2-card {font-size: 1.400rem;margin-bottom:10px;}

h2.heading {text-transform:uppercase; margin: 10px 0 10px 0;border-bottom:  1px solid transparent;border-bottom: 1px solid rgba(118, 133, 142, 0.5);}

.bio-h2-title {font-size:1.600rem;color: rgb(130, 92, 52);font-weight:500;text-align:center;margin:0 0 10px 0;}

h3.heading-med {font-family: 'Open Sans', Arial, sans-serif;font-weight:400;font-size:1.7rem;text-align:left;color:rgb(130, 92, 52);margin:0;}

h3.h3-bio {font-weight: 300;color: rgb(130, 92, 52);line-height: normal;}

h3.h3-bio-2 {margin:0;line-height: normal;font-size:1.150em;}

h3.h3-bio-3 {margin:0 0 20px 0;color:var(--c_hex_288856);line-height: normal;text-align:center;font-size:1.450em;}

h3.txt-h3 {text-indent:30px;margin:0;font-weight:500;font-size:1.9rem;line-height:normal;}

h3.txt-h33 {font-family: Georgia, "Times New Roman", Times, serif;font-size: 1.9rem;text-align:center;color: var(--c_hex_c4422e);margin:0;font-weight:500;line-height:normal;}

.txt-tab {font-size: 1.600rem;text-align:center;color: var(--c_hex_c4422e);margin:0;font-weight:500;text-transform:uppercase;}

h3.blog {font-weight: 400;font-size: 1.100em;color: rgb(61, 52, 45);margin:0;line-height:normal;}

h3.h3-index {margin:0 0 0 10px;font-size: 1.313em;line-height: normal;}

h3.h3-index-txt {font-family: Georgia, "Times New Roman", Times, serif;text-indent: 50px;margin:5px 0 10px 0;font-size: 1.6rem;line-height: normal;}

h3.txt-h3-index2 {font-size: 1.7rem;line-height: normal;font-family: Georgia, "Times New Roman", Times, serif;text-align:center;margin: 13px 0 13px 0;}

h3.bio-title {font-weight: 400;margin: 0;color: rgb(130, 92, 52);font-size: 2.0rem;}

h3.bio-tt {display: inline-block;border-bottom: 1px solid rgb(130, 92, 52);}

h3.bio-tt2 {display: inline-block;line-height: 1.3;color:var(--c_hex_c4422e);border-bottom: 1px solid var(--c_hex_c4422e);margin-bottom:10px;}

.bio-txt {font-size: 1.700rem;color: var(--c_hex_c4422e); line-height: 1.3;margin:10px 0px 0px 0px;text-align:left;}

.tabs-color h4.txt-333 {display: inline-block;color: var(--c_hex_c4422e);margin:10px 0px 0px 0px;text-align:left;font-size: 2.1rem;margin-bottom: 10px;border-bottom: 1px solid var(--c_hex_c4422e);}

h3.bio-title2 {font-weight: 500;margin: 0;font-size: 1.325em;}

h4.title-1 {text-indent: 10px;padding: 0.400em 0;background-color: var(--c_hex_c52a57);margin: 0 0 20px 0;color: var(--c_hex_fff);font-size: 1.455em;border-radius: 3px 3px 3px 3px;}

h4.txt-h4 {text-indent:30px;margin:0;font-weight:500;font-size:1.200em;line-height:normal;}

h4.h4-title {font-size: 1.200em;font-weight: bold;list-style: circle;}

h4.h4-title2 {font-size: 1.200em;font-weight: 500;}

h4.h4-title2 a {font-family: 'Open Sans', Arial, sans-serif;font-size: 1.000em;font-weight: 500;}

h4.title-2 {color: rgb(163, 148, 132);}

h4.formules-title {margin: 0;color: rgb(163, 148, 132);font-size: 1.500em;}

h4 {margin: 0;line-height:normal; font-weight:normal; }

h4.ttitle {margin: 0;font-style: italic;}

.depenses {color:var(--c_hex_c52a57);margin-bottom:7px;}
.cat-h4 {color: #333;}

h4.h4-heading {color:rgb(92, 137, 113);font-size: 2.0rem;margin-top: 10px;margin-left: 10px;}

h4.bio-title {font-weight: 400;margin: 0;color: var(--c_hex_c4422e);font-size: 1.9rem;}

h5.infos-ct {width: 50%;margin:0 auto;text-align:center;color:#825c34;}

h5.infos-ct2 {margin:0 auto;font-size:1.100em;text-align:center;}

h5.bio-title {font-weight: 400;margin:0 0 10px 20px;color: rgb(130, 92, 52);font-size: 1.250em;}

h5.cgs {font-size: 1.700rem;color:rgb(130, 92, 52);}

.title-apropos {color:rgb(166, 129, 90);font-size: 1.900rem;margin: 0;border-bottom: 1px solid rgba(118, 133, 142, 0.5);}

.title-alert {font-weight:600;font-size: 1.500rem}

ul.ul-size{font-size:1.500rem;}

.title-h2 {font-family: 'Open Sans', Arial, sans-serif;letter-spacing:-.5px;font-style:normal;font-weight: 500;padding: 0;text-transform: uppercase;margin: 13px 0 0 0;
  color: rgb(166, 129, 90);border-bottom: 1px solid transparent;border-bottom: 1px solid rgba(118, 133, 142, 0.5);}

.title-h2-b {font-family: 'Open Sans', Arial, sans-serif;font-style: normal;text-indent: 10px;font-size: 2.0rem;padding:3px 0;text-transform: uppercase;margin: 20px 0 5px 0;
  color: #825c34;}

.title-22 {padding: 5px 0;text-decoration: none !important;text-align:center;text-transform: uppercase;background-color:rgb(92, 137, 113); margin: 0 0 20px 0;color: var(--c_hex_fff) !important;}

ul.tabs-content li h4.bio-title {font-weight: 400;margin: 0;font-size: 2.0rem;}

.bio-title-date {font-weight: 500;font-size: 1.500em;margin:0;padding:0;}

.txt-upper {font-family: 'Open Sans', Arial, sans-serif;margin:15px 0 15px 0;text-transform: uppercase;text-align:center;font-weight:600;}

.medit {margin: 0 0 10px 0;text-align:center;font-family: Georgia, "Times New Roman", Times, serif;color: rgb(92, 137, 113);}

ul.h3bio {margin:0;}

ul.h3bio li {line-height: 1.3;margin:0 0 0 15px;font-size:1.5rem;}

ul.plc {margin-left: 30px;}

.prat-title {color: #8cac54;font-weight: bold;font-size: 2.200em;}

p {text-align: justify;font-size: 1.400rem;}

p.auteur {font-family: Georgia, "Times New Roman", Times, serif;margin: 0;color: rgb(104, 98, 96);}

p.citation {margin: 0;}

.infos-ita {font-family: Georgia, "Times New Roman", Times, serif;margin: 0;color: rgb(104, 98, 96);}

.txt-ita {font-family: Georgia, "Times New Roman", Times, serif;margin: 0 0 20px 0;color: rgb(104, 98, 96);}

.disclamer {font-family: 'georgia', sans-serif;font-size: 1.5rem;border:1px solid var(--c_hex_c4422e);background-color:var(--c_hex_fff);color:var(--c_hex_c4422e);border-radius:5px;padding:10px 10px;margin:30px 0px 30px 0px;}

.txt-end {font-family: 'BeauRivage', serif;font-weight: 400;font-size:1.7em;margin: 20px 0 0 20px;}

.txt-pat {font-size:1.5rem;}

span.text-ita {font-size: 0.950em;}

.content-geobio h5 {
  display: inline;
  border-bottom:1px solid #ccc;
  padding-bottom:3px;
  margin: 25px 0 0 0;
}

.bg-panier {display:none;}

.mini-cart {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: white;
  border: 1px solid #ccc;
  padding: 15px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  z-index: 1000;
  width: 300px;
  font-size: 0.95em;
}

p.marge {margin: 0 0 20px 115px;}

.th-title {font-size: 1.100em;padding: 5px;text-align:center;}

.legal {font-size: 1.800rem;color: #825c34;border-bottom: 1px solid rgba(118, 133, 142, 0.5);margin:0 0 10px 0;}

span.star {color:#d62626;}

.merci-container{
    display: block;
    max-width: 950px;
}

blockquote, code, pre, textarea, input, video {
    max-width: 100%;
}

textarea, table, td, th, code, pre, samp {
    overflow-wrap : normal;
}

a img {border: 0;}

img {
    max-width: 100%;
    height: auto;
    border: 0;
    box-shadow: 5px 4px 3px rgba(0, 0, 0, 0.3);
}

#wrap.wrap-container {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}

.layout-div {
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.page-main {
  flex: 1 0 auto;
}

.breadcrumb {
    font-size: 0.98em;
    margin: 10px 0 18px 0;
}

.breadcrumb a {
    text-decoration: none;
    color: #468966;
    transition: color 0.2s;
}

.breadcrumb a:hover {
    color: var(--c_hex_c4422e);
}

.breadcrumb span {
    color: #727272;
    font-weight: normal;
}

.row-index .imgspace img.img-logo-hanka {
    box-shadow: none;
}

.parallax-container-bio {
  width: 100%;
  height: 200px;
  background-image: url('/images/altawayama-soin-energetique-equilibrage-bioenergie.jpg');
  background-size: cover;
  background-position: center 70%;
  background-attachment: fixed;
}

.parallax-container-geo {
  width: 100%;
  height: 200px;
  background-image: url('/images/altawayama-geobiologie-des-lieux-maison-chateaux-manoirs.jpg');
  background-size: cover;
  background-position: center 60%;
  background-attachment: fixed;
}

.parallax-container-rei {
  width: 100%;
  height: 200px;
  background-image: url('/images/altawayama-seance-reiki-usui.jpg');
  background-size: cover;
  background-position: center -40%;
  background-attachment: fixed;
}

.parallax-container-ani {
  width: 100%;
  height: 200px;
  background-image: url('/images/altawayama-soin-energetique-aux-animaux.jpg');
  background-size: cover;
  background-position: center 70%;
  background-attachment: fixed;
}

.parallax-container-pat {
  width: 100%;
  height: 200px;
  background-image: url('/images/patrice-haltaya-a-propos.jpg');
  background-size: cover;
  background-position: center 10%;
  background-attachment: fixed;
}

.parallax-container-contact {
  width: 100%;
  height: 200px;
  background-image: url('/images/altawayama-contact-patrice-haltaya.jpg');
  background-size: cover;
  background-position: center 190%;
  background-attachment: fixed;
}

.parallax-container-dev {
  width: 100%;
  height: 200px;
  background-image: url('/images/altawayama-developpement-interieur-meditation.jpg');
  background-size: cover;
  background-position: center 210%;
  background-attachment: fixed;
}

.parallax-container-mediter {
  width: 100%;
  height: 200px;
  background-image: url('/images/altawayama-comment-bien-mediter.jpg');
  background-size: cover;
  background-position: center 120%;
  background-attachment: fixed;
}

.parallax-container-med-part {
  width: 100%;
  height: 200px;
  background-image: url('/images/altawayama-meditations-partagees-relaxation-harmonie.jpg');
  background-size: cover;
  background-position: center 170%;
  background-attachment: fixed;
}

.parallax-container-hopo {
  width: 100%;
  height: 200px;
  background-image: url('/images/altawayama-la-pratique-du-ho-oponopono.jpg');
  background-size: cover;
  background-position: center 30%;
  background-attachment: fixed;
}

.parallax-container-part {
  width: 100%;
  height: 200px;
  background-image: url('/images/altawayama-partenaires-amis-partage.jpg');
  background-size: cover;
  background-position: center 15%;
  background-attachment: fixed;
}

.parallax-container-form {
  width: 100%;
  height: 200px;
  background-image: url('/images/altawayama-stages-formations-seminaire.jpg');
  background-size: cover;
  background-position: center 60%;
  background-attachment: fixed;
}

.parallax-container-conf {
  width: 100%;
  height: 200px;
  background-image: url('/images/altawayama-conferences-congres-seminaire.jpg');
  background-size: cover;
  background-position: center 80%;
  background-attachment: fixed;
}

.parallax-container-stage {
  width: 100%;
  height: 200px;
  background-image: url('/images/stages_formations_conferences_harmonie_de_vie.jpg');
  background-size: cover;
  background-position: center 80%;
  background-attachment: fixed;
}

.parallax-container-cgu {
  width: 100%;
  height: 200px;
  background-image: url('/images/altawayama-conditions-generales.jpg');
  background-size: cover;
  background-position: center 140%;
  background-attachment: fixed;
}

.parallax-container-blg {
  width: 100%;
  height: 200px;
  background-image: url('/images/blog-altawayama-le-respect-de-la-vie.jpg');
  background-size: cover;
  background-position: center 80%;
  background-attachment: fixed;
}

.parallax-container-goldbook {
  width: 100%;
  height: 200px;
  background-image: url('/images/livre-dor-altawayama.jpg');
  background-size: cover;
  background-position: center 200%;
  background-attachment: fixed;
}

.parallax-container-472 {
  width: 100%;
  height: 200px;
  background-image: url('/images/erreur-472.jpg');
  background-size: cover;
  background-position: center 50%;
  background-attachment: fixed;
}

.parallax-container-salons {
  width: 100%;
  height: 200px;
  background-image: url('/images/salons-expo-foire.jpg');
  background-size: cover;
  background-position: center 70%;
  background-attachment: fixed;
}

.parallax-container-404 {
  width: 100%;
  height: 200px;
  background-image: url('/images/page-404.jpg');
  background-size: cover;
  background-position: center 70%;
  background-attachment: fixed;
}


.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
}

.modal-content {
  background-color: white;
  margin: 12% auto;
  padding: 15px;
  border: 1px solid #888;
  width: 72%;
  max-height: 80vh;
  overflow-y: auto;
}

.close {
  color: #aaa;
  float: right;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
}

#btnAfficher {
    background-color: rgb(90, 132, 109);
    border: none;
    color: white;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

#btnAfficher:hover {
    background-color: rgb(113, 167, 139);
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2);
    transform: translateY(-1px);
}

#btnAfficher:active {
    background-color: rgb(113, 167, 139);
    transform: translateY(1px);
}

div.display-btn {
    margin: 0 auto;
    text-align:center;
}

.btn-infos-animaux {
    margin-top:20px;
    text-align:center;
}

.wrap-header img {
    width: 100%;
    height: auto;
    display: block;
    box-shadow: none;
}

.bio-year-content {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 350ms ease, opacity 250ms ease;
  will-change: max-height, opacity;
}

.bio-year-content.is-open {
  opacity: 1;
}

.bio-annee {
  background-color: rgb(140, 108, 74);
  color: #FFFFFF;
  margin: 10px 0;
  width: 17%;
  cursor: pointer;
  user-select: none;
  font-weight: 400;
  position: relative;
  padding-left: 33px;
  font-size: 1.700rem;
}

.bio-annee::before {
  content: "▶";
  position: absolute;
  left: 10px;
  top: 0;
}

.bio-annee.open::before {
  content: "▼";
}

.wrap-menu {
	background-color: #FFFFFF;
  box-shadow: 0px 0px 1px 0px;
  width: 100%;
	margin: 0 auto;
	padding: 0px;
}

div.shadow img {
    box-shadow: 0px 0px 12px 3px rgba(72,72,72,0.58);
    -webkit-box-shadow: 0px 0px 12px 3px rgba(72,72,72,0.58);
    -moz-box-shadow: 0px 0px 12px 3px rgba(72,72,72,0.58);
    border: 5px solid var(--c_hex_fff);
    border-radius: 3px;
}

.wrap { margin: 0 auto; padding:0; word-wrap:break-word; }

.wrap-white.marge-wrap {margin-top: 0;}

.bg-wrap { width:100%; background-color: #f7f0ed; }

.bg-wrapper { width:100%; background-color: #f7f0ed;border-bottom: 1px solid #d0cbc9;border-top: 1px solid #d0cbc9;}

.bg-wrap-geobio {
	margin:0;
}

#topbar {padding:0;}

.bg-banner {
    max-width: 100%;
    width:auto;
    height:auto;
    box-shadow: 0px 0px 1px 2px rgb(111, 111, 111);
    padding:0;
    margin:0 auto;
    text-align: center;
}

.back-img {margin:0 auto; padding:0;}

.bg-ban {box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);}

.one_quarter h4 {margin-top:20px;}

.one_quarter p {width: 72%;}

.bg-ban img {width: 100%;height: auto;vertical-align: middle;}

menu ul, menu ol{margin:0; padding:0; list-style:none;}

ul.list1 li h4 {font-size: 1.6rem;}

ul.list1 li {font-size: 1.4rem;margin-left:15px;text-align: left;list-style: disc;}

ul.list3 li {font-size: 1.4rem;list-style: disc;margin: 0 0 7px 0;}

ul.list-medit {list-style:none;margin: 15px 0px 0px 0px;text-align:left;color: rgb(72, 59, 52);}

ul.list-medit li {font-weight: 300;}

ul.list-medit1 li {font-family: 'Times', Georgia, serif;font-weight: 300;font-size: 1.500rem;margin-bottom:10px;margin-left: 20px;left;list-style: disc;}

ul.blog-ul {list-style: none;margin:0;padding:0;}

ul.list2 li {list-style:square; margin-left:25px;}

.clear, .clear::after, .group, .group::after {clear: both;}

a {outline: none;text-decoration: none;background: inherit;color: var(--c_hex_288856);transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;}

a:visited {color:var(--c_hex_288856);}

a:hover {text-decoration: underline;}

a:active {color: var(--c_hex_288856);}

.active a.link {background: inherit; color: var(--c_hex_288856);}

.contactMe .checkbox-radio span.rgpd a {color: var(--c_hex_288856);}

.contactMe .checkbox-radio span.rgpd a:hover {color: rgb(92, 137, 113);}

a.link3 {color: rgb(58, 94, 75);}

hr,
hr.space,
hr.space2,
hr.space-services,
hr.space-title,
hr.hr-title {
  display:block;
  height:1px;
  border-style:solid;
  border-width:1px 0 0 0;
  border-color: var(--c_rgba_118_133_142_0_5);
}

hr.space { width:100%; }

hr.space2 { min-width: 35%;max-width: 35%;width: auto; }
hr.space-services {min-width: 72%;max-width: 72%;width: auto;}

hr.space-title { width:100%;margin-left: 10px;}

hr{ width:50%; }

hr.hr-title{
  width: 18.5%;
  margin: 0 81.5% 0 0;
}

.menutop {display: flex;max-width:1300px;margin:0 auto;padding:0;}

.menubar {
  width: 100%;
  background:rgb(174, 146, 116);
  z-index:999;
  position:relative;
  }

#menu .main-menu {display:none;}
#tm:checked + .main-menu {display:block;margin:0;padding:0;}
#menu input[type="checkbox"], #menu ul span.drop-icon {display: none;}
#tm:checked + .main-menu li, .sub-menu {border-bottom: 1px solid rgba(174, 146, 116, 0.3);}
#menu li a {font-family: 'Open Sans Condensed', Arial, sans-serif;font-weight: 400;letter-spacing: 1px;color: var(--c_hex_fff);transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;}
#menu .sub-menu a {margin: 0px 0.900em;border:1px solid rgb(174, 146, 116);border-top:0;}
#menu .sub-menu li:last-child {border-width: 0;}
#menu li, #toggle-menu, #menu a { position: relative;display: block;}
#toggle-menu, #menu a {text-align: left;padding:1.000em 0.600em;}
#menu li.color-index {background-color:var(--c_hex_fff); color:rgb(174, 146, 116);}
#menu li.color-index a {color:#FAFAFA;}
#menu li.color-index a:hover {color: var(--c_hex_fff);}
#menu a {font-size: 2.000rem;text-transform: uppercase;text-decoration: none;}
#menu a:hover {background-color: inherit;}
#menu li a:hover {background-color:var(--c_hex_fff);color:rgb(174, 146, 116);}
#menu .sub-menu {
  background-color: var(--c_hex_fff);
  color: rgb(174, 146, 116);
  display: none;
}

#menu input[type="checkbox"]:checked + .sub-menu { display: block; }
#menu ul.sub-menu li a {color: rgb(174, 146, 116);text-align: left; margin: 0px; padding: 0.620em 0.500em; }
#menu .sub-menu a:hover {background-color:rgb(174, 146, 116); color:#FFFFFF; }
#menu .sub-menu li.active > a {
  background-color: rgb(174, 146, 116);
  color: #FFFFFF;
}
#toggle-menu .drop-icon, #menu li label.drop-icon {position: absolute;right: 0;top: 0; }
#toggle-menu {color: #FFFFFF;}
#menu label.drop-icon, #toggle-menu span.drop-icon {
  padding: 1.000em;
  font-size: 1.000em;
  text-align: center;
  background-color: rgba(0, 0, 0, .200);
  text-shadow: 0 0 0 transparent;
  color: rgba(255, 255, 255, .75);
}

#menu li.active a {background-color:var(--c_hex_fff);color: rgb(174, 146, 116);}
.row .row {width:auto;max-width: none;min-width: 0;margin: 0 -15px;}
.twelve, .row .twelve {width:100%;}
.column, .columns {float: left;min-height: 1px;padding: 0px;position: relative;}
div.tabs-color {background-color: #fcfcfc;margin:-20px 0px 0px 0px;padding: 20px 10px 10px 10px;border-left: solid 1px var(--c_hex_71a78b);border-right: solid 1px var(--c_hex_71a78b);border-bottom: solid 1px var(--c_hex_71a78b);}

dl.tabs {border-bottom: solid 1px var(--c_hex_71a78b);display: block;height: 40px;padding: 0;margin-bottom: 20px;}

dl.tabs dd:first-child {margin-left: 0;}

dl.tabs dd {display: block;float: left;padding: 0;margin: 0px;margin-top: 0px;margin-left: 0px;}

dl.tabs.two-up dt a, dl.tabs.two-up dd a, dl.tabs.three-up dt a, dl.tabs.three-up dd a, dl.tabs.four-up dt a, dl.tabs.four-up dd a, dl.tabs.five-up dt a, dl.tabs.five-up dd a {padding: 0 17px;text-align: center;overflow: hidden;}

dl.tabs.three-up dt, dl.tabs.three-up dd {width: 33.33%;}

dl.tabs dd.active a {cursor: default;color: rgb(113, 167, 139);background: #fcfcfc;font-size: 1.500rem;border-left: 1px solid var(--c_hex_71a78b);border-right: 1px solid var(--c_hex_71a78b);font-weight: bold;}

dl.tabs dd.active {
  border-top: 3px solid rgb(113, 167, 139);
  border-bottom: 1px solid #fcfcfc;
  margin-top: -3px;
  border-radius: 4px 4px 0 0;
}

dl.tabs dd a {color: #6f6f6f;display:block;font-weight: 600;font-size: 14px;height: 40px;line-height: 40px;padding: 0px 23.8px;text-transform: uppercase;}

dl.tabs dd.active a:hover {color:rgb(113, 167, 139);text-decoration: inherit;}

dl.tabs dd a:hover {text-decoration: none;color:rgb(92, 137, 113);}

ul.tabs-content li h3 {margin:0px 0px 5px 0px;font-weight: 400;line-height: normal;}

ul.tabs-content li h3.txt-h34 {font-size: 1.375em;margin:0px 0px 8px 0px;line-height: normal;}

ul.tabs-content li h4 {font-size: 1.125em;color: #825c34;margin:0px 0px 8px 0px;}

ul.tabs-content li h4.txt-h4 {text-indent: 30px;}

ul.tabs-content {display: block;margin: 0;padding: 0;}

ul.tabs-content > li.active {display: block;}

ul.tabs-content > li {display: none;}

h5.h5-txt {text-indent: 30px;font-size: 1.125em;}

.bg-download {padding: 10px 10px;}

.bg-download p {margin:0;padding:0;}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  font-size: 14px;
  border: none;
  outline: none;
  background-color: rgb(113, 167, 139);
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
  opacity: 0.7;
}

#myBtn:hover {opacity: 1.0;transition: all .3s ease-in-out;}

.icon {
  display: inline-block;
  position: relative;
  margin-bottom: 50px;
  width: 100px;
  height: 100px;
  line-height: 98px;
  border: 1px solid;
  border-radius: 50%;
  background-clip: padding-box;
  text-align: center;
  font-size: 36px;
  border-color: #D7D7D7;
}

.one_quarter:hover .icon{border-color:inherit; color: var(--c_hex_fff); background-color:#333335;}
.nospace {margin: 0;padding: 0;list-style: none;}
.nospace2 {margin: 30px 0 0 0;padding: 0;list-style: none;color:var(--c_hex_c52a57);}
.inline * {display: inline-block;}
.inline :last-child {margin-right: 0;}
.btn, .btn.inverse:hover {color:var(--c_hex_fff) !important;background-color:rgb(92, 137, 113);border-color:var(--c_hex_71a78b);}

.btn {
    font-size: 1.150rem;
    height: 30px;
    white-space: nowrap;
    display: inline-block;
    align-items: center;
    padding:6px 12px 6px;
    margin:0px 0px 5px 0px;
    text-transform: uppercase;
    border:1px solid;
    border-top-color:transparent;
    border-right-color:transparent;
    border-bottom-color:transparent;
    border-left-color:transparent;
    border-radius: 4px;
    line-height: 1.5;
}

.btn-blog {display: inline-block;margin: 0px 0px 5px 0px;}
.btn-validate {
    background-color: #28a745 !important;
    border-color: #1e7e34 !important;
    color: var(--c_hex_fff) !important;
    font-weight: 600;
}

.btn-validate:hover {
    background-color: #218838 !important;
}

.introtxt p {margin-bottom: 10px;line-height: normal;}
.btn.inverse, .btn:hover {color:var(--c_hex_fff);background-color:var(--c_hex_71a78b);border-color:var(--c_hex_71a78b);}

a.btn {text-decoration: none;}
.btn-ee1 {margin: 0px 0px 0px 20px;}

.ee1 {
    text-align:center;
    min-width:272px;
    max-width:272px;
    width:auto;
    margin:0px 0px 5px 20px;
    font-weight:bold;
    border:1px solid #dd2c22;
    padding:8px;
    border-radius: 4px;;
}

.ee1 p {text-align: center;}
.form-check .form-check-input {
  margin-top: 13px;
  border: var(--bs-border-width) solid #5b5b5b;
}

.guestbook-container {
  max-width: 900px;
  margin: 40px auto;
  background: #fffefa;
  border: 1px solid #e0dcd3;
  padding: 15px 30px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.guestbook-container h2, .guestbook-container h3 {
  text-align: center;
  color:#d5900d;
  font-family:'BeauRivage', Georgia, serif;
  font-size:2.000em;
  margin-bottom: 0px;
  margin-top:0;
  line-height:normal;
}

.guestbook-form label {
  display: block;
  margin-bottom: 3px;
  color: #444;
  font-weight: 400;
}

.guestbook-form input[type="text"],
.guestbook-form input[type="number"],
.guestbook-form textarea {
  width: 100%;
  padding: 10px;
  margin-top: 0;
  border: 1px solid #bbb;
  border-radius: 4px;
  margin-bottom: 5px;
  font-size: 1.200em;
  transition: border-color 0.3s ease;
}

.guestbook-form input:focus,
.guestbook-form textarea:focus {
  border-color: var(--c_hex_c4422e);
  outline: none;
}

.guestbook-form textarea {
  resize: vertical;
}

.guestbook-form button {
  background-color: var(--c_hex_c4422e);
  color: var(--c_hex_fff);
  font-weight: 400;
  font-size: 1em;
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  transition: background-color 0.3s ease;
}

.guestbook-form button:hover {
  background-color: #a8321a;
}

.guestbook-success {
  background-color: #e9fce6;
  border: 1px solid #8bc34a;
  color: #33691e;
  padding: 12px 20px;
  margin-bottom: 20px;
  border-radius: 4px;
  font-weight: bold;
  animation: fadeIn 1s ease-in;
  text-align: center;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

.guest-title {
  color:#d5900d;
  font-family:'BeauRivage', Georgia, serif;
  font-size:1.900em;
  margin-bottom: 10px;
}

.guestbook-error {
  background-color: #ffecec;
  border: 1px solid #f44336;
  color: #b71c1c;
  padding: 12px 20px;
  margin-bottom: 20px;
  border-radius: 4px;
  font-weight: bold;
  animation: fadeIn 0.5s ease-in;
  text-align: center;
}

.guestbook-separator {
  text-align: center;
  color: #bbb;
  font-size: 1.2em;
  margin: 25px 0;
  letter-spacing: 2px;
}

.guestbook-meta {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.guestbook-header-line {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  width: 100%;
  margin-bottom: 5px;
}

.guestbook-avatar {
  width: 42px;
  height: 42px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: #ccc;
  color: white;
  font-weight: bold;
  font-size: 1.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  box-shadow: 0 0 4px rgba(0,0,0,0.1);
  text-transform: uppercase;
  line-height: 1;
}

.guestbook-name {
  font-weight: bold;
  color: #333;
}

.guestbook-date {
  font-size: 0.9em;
  color: #777;
  white-space: nowrap;
}

#toggle-preview {
  background-color: var(--c_hex_71a78b);
  color: white;
  border: none;
  border-radius: 6px;
  padding: 6px 10px;
  font-size: 1em;
  cursor: pointer;
  box-shadow: 0 3px 6px rgba(0,0,0,0.1);
  transition: background 0.3s ease, transform 0.2s ease;
}

#toggle-preview:hover {
  background-color: #5C8971;
  transform: scale(1.00);
}

#toggle-preview:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(196,66,46,0.5);
}

.margin-txt {padding: 0px 0px 0px 30px;}

.txt-indent {text-indent: 50px;}

.txt-indent20 {text-indent: 20px;}

p.presta-txt {text-indent: 50px;margin: 0px 0px 0.200em 0px;}

.contactMe .checkbox-radio span.rgpd {color: #483b34;}

.contactMe .checkbox-radio span.rgpd p.txt-rgpd {text-align: left;margin: 0 5px 0 48px;}

.space-rgpd {margin: 10px 0px 10px 0px;}

.contact p {text-align:center;}

.contact h2 {
  color: #a39484;
  text-decoration: underline;
  border: 0;
}

.contact h5 {color: #825c34;}

a.blog-link:hover {background-color:rgb(17, 93, 132);text-decoration: none;}

.mini-panier {
  z-index: 9999;
  border-top: 2px solid var(--c_hex_c4422e);
}

.btn-panier {
  background-color: #3a805a;
  color: white;
  border: none;
  font-size: 1.3rem;
  transition: background 0.3s ease, transform 0.2s ease;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.100em;
}

.btn-panier:hover {
  background-color: #45956a;
}

.btn-vider {
  display:inline-block;
  background-color: var(--c_hex_c4422e);
  border:none;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  text-decoration: none;
}

.btn-vider:hover {
  background-color: #f2523a;
  color: var(--c_hex_fff);
}

.btn-outline-secondary {
  display:inline-block;
  background: var(--c_hex_c4422e);
  border:none;
  color: #333;
  text-decoration: none;
  transition: 0.3s;
  opacity:0.72;
  margin-top: 5px;
}

.btn-index {
  display:inline-block;
  background: #0a71af;
  border:none;
  color: #777;
  text-decoration: none;
  transition: 0.3s;
  opacity:0.80;
  margin-top: 10px;
  line-height:1.6;
}

.btn-index:hover {
  background: #0a71af;
  opacity:1.0;
  cursor: pointer;
}

.btn-outline-secondary:hover {
  background: var(--c_hex_c4422e);
  opacity:1.0;
  cursor: pointer;
  border:0;
}

.btn-secu {display:inline-block;font-size: 0.950em;padding: 3px 10px;background-color: rgb(196, 66, 46);color: var(--c_hex_fff);margin: 15px 0 0 0;line-height:1.3;border-radius:3px;}

.btn-annul {display:inline-block;background: #fff;color:#c12424 !important;text-decoration: none;font-weight: normal;border: 2px solid #c12424;line-height:1.3;}
.btn-annul:hover {background: #c12424;color:#fff !important;border: 2px solid #c12424;}

.btn-see {background-color: rgb(66, 152, 227);margin:0;border:0;}
.btn-see:hover {background-color: rgb(50, 118, 176);border:0;}

.btn-dash {border:0 !important;}
.btn-dash:hover {}

.btn-outline-primary {line-height:1.2;}

.btn-back {background-color: #276f8b;margin: 0 !important;border: 0;}
.btn-back:hover {background-color: #3086a5;border: 0;}
.btn-creer {background-color: #c22267;margin: 0;border: 0;}
.btn-creer:hover {background-color: #db2772;border: 0;}
.btn-imp {background-color: #794c82;margin: 0;border: 0;}
.btn-imp:hover {background-color: #895793;border: 0;}
.btn-down {background-color: #3d5489;margin: 0;border: 0;}
.btn-down:hover {background-color: #4f6daf;border: 0;}
.btn-dash.active {background-color:#0e9c2b;border: 0;}
.btn-dash2 {padding: 5px 15px 5px;margin: 0;}
.btn-record {background-color: #d6460e;border: 0;}
.btn-record:hover {background-color: #f45010;border: 0;}

.bg-info-cmd {background-color: #ffe6e6 !important;}

.btn-copy {background-color: #ab269c;border:0;}
.btn-copy:hover {background-color: #99238c;border:0;}

.btn-zip {background-color: #82059c;border:0;}
.btn-zip:hover {background-color: #6c0382;border:0;}

.btn-exp {background-color: #c28900;border:0;}
.btn-exp:hover {background-color: #9e6f00;border:0;}

.btn-export {background-color: #bc24b3;border:0;}
.btn-export:hover {background-color: #a5219c;border:0;}

.btn-export-ok {background-color: #09978a;border:0;}
.btn-export-ok:hover {background-color: #078478;border:0;}

.btn-danger, .btn-outline-warning {background-color: #cd0d0d;border:0;}
.btn-danger:hover, .btn-outline-warning:hover {background-color: #b70b0b;border:0;}

.btn-edit {background-color: #e14a00;border:0;min-width:105px;max-width:105px;width:auto;}
.btn-edit:hover {background-color: #d14200;border:0;}

.btn-marge {margin-top: 10px !important;}

.btn-confirm {background-color: #47915d;margin: 0 0 0 5px;}
.btn-confirm:hover {background-color: #397a4b;}

.btn-sup {background-color:#cb260d;color: var(--c_hex_fff);margin: 0;border:0;}
.btn-sup:hover {background-color: #b51e0a;border:0;}

.btn-depense {background-color: #b84b3f;color: var(--c_hex_fff);margin: 0 0 0 5px;border:0;}
.btn-depense:hover {background-color: #a84239;border:0;}

.btn-bilan {background-color:#df5959;color: var(--c_hex_fff);margin: 0 0 0 5px;border:0;}
.btn-bilan:hover {background-color: #cc5151;border:0;}

.btn-validate {margin:0;}

.btn-sup2 {background-color:var(--c_hex_c4422e);color: var(--c_hex_fff);border:0;margin: 0px 0px 5px 0px;}
.btn-sup2:hover {background-color: #e02f2f;border:0;}

.btn-outline-secondary
.btn-reset, .btn-outline-secondary {background-color: #be2400;border:0;margin-top: 0 !important;}
.btn-reset:hover, .btn-outline-secondary:hover {background-color: #961b00;border:0;margin-top: 0 !important;}

.btn-service {background-color: #b66701;border:0;}
.btn-service:hover {background-color: #a55b01;border:0;}

.btn-achat {background-color: #1c70ad;border:0;}
.btn-achat:hover {background-color: #135281;border:0;}

.btn-add {background-color: #1c70ad;border:0;}
.btn-add:hover {background-color: #135281;border:0;}

.btn-compta {background-color:#4a4ba0;border:0}
.btn-compta:hover {background-color: #3f4087;border:0;}

.btn-aca {background-color:#4a4ba0;border:0}
.btn-compta:hover {background-color: #3f4087;border:0;}

.btn-date {background-color:#d6d6d6 !important;border:0;color:#555 !important;}
.btn-date:hover {background-color: #c4c4c4 !important;border:0;color:#333 !important;}

.btn-name {background-color:rgb(132, 132, 132) !important;border:0;color:#f6f6f6 !important;}
.btn-name:hover {background-color: #c4c4c4 !important;border:0;color:#333 !important;}

.btn-view {background-color:#606060;border:0;}
.btn-view:hover {background-color:#7b7b7b;}

.field-add {background-color:#9ab8cd;padding:7px 0 7px 5px;}

#mini-panier-preview a.btn {font-size: 1.400rem;margin-top: 10px;line-height: 0.8;padding:8px 10px;}
#mini-panier-preview a.btn:hover {background-color: #446b56;}

.badge.mini-panier-menu {
  display: none;
}

.badge.mini-panier-menu:not(:empty) {
  display: inline-block;
}

textarea.form-control {margin-top:0;}

thead.table-commande th {background-color: #ccc;}

.table-light {
  --bs-table-bg: #41a471;
}

.table-dark {
  --bs-table-bg: #385262;
}

.mrg-doc {margin-bottom: 10px;}
.modif-comm {padding-left:15px;}

.modif-client {padding-right:15px;}

#panier-menu {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#panier-menu a {
  display: flex;
  align-items: center;
  gap: 5px;
}

#panier-badge {
  display: inline-block;
  min-width: 22px;
  text-align: center;
}

.toast-notif {
  position: fixed;
  top:20px;
  right: 20px;
  background: var(--c_hex_c4422e);
  color: var(--c_hex_fff);
  padding: 25px 25px;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
  z-index: 9999;
  font-size: 0.95em;
}

.toast-notif.show {
  opacity: 1;
  transform: translateY(0);
}

.toast-notif .btn-toast {
  background: var(--c_hex_fff);
  color: var(--c_hex_c4422e);
  padding: 8px 16px;
  border-radius: 4px;
  margin-left: 10px;
  text-decoration: none;
  font-weight: bold;
}

.toast-notif .btn-toast:hover {
  background: #eee;
}

.active > .page-link, .page-link.active {background-color: #e5551c;border-color:#e5551c;}

.form-select {font-size: 0.950em;}

label.form-label {color:rgb(166, 129, 90);}

label.form-check-label {color: var(--c_hex_c4422e);font-size: 1.4rem;}

.form-cgs {text-align: left;font-size:1.7rem;border-bottom: 1px solid var(--c_hex_c4422e);margin-bottom:10px;font-weight:500;color: var(--c_hex_c4422e);}

.mb-3 {margin-bottom: 0 !important;}

.bg-panier {background-color: #C4422E;border-radius:5px;}


.badge {
  --bs-badge-padding-x: 0.45em;
  --bs-badge-padding-y: 0.35em;
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: var(--c_hex_fff);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}

.badge-dash {
  padding: 6px 12px;
  font-size:1.300rem;
}

table.table-bordered tr.bg-color th {background-color: #38576b;color:var(--c_hex_fff);}

table.table-bordered tr th {text-align:left;vertical-align: middle;}

.form-control {
  padding: .575rem .75rem;
  font-size: 1.5rem;
}

.form-label {
  font-size: 1.5rem;
}

.button-id {display:flex; gap:10px; flex-wrap:wrap; align-items:center; margin-top:10px;}
[id^="service-"] { scroll-margin-top: 72px; }

.service-jump-anchor {
  position: relative;
  scroll-margin-top: 120px;
}

.btn-success {border:0;}
.btn-success-2 {margin: 0;border:0;}

.cookieconsent-com---nb .cc-nb-main-container {background-color:#f9f5f4;border:3px solid var(--c_hex_71a78b);}
.cookieconsent-com---palette-light .cc-nb-title {color:#4d433f !important;border-bottom: 1px solid #4d433f !important;}
.cookieconsent-com---palette-light .cc-nb-text {color:#483b34 !important;}
.cookieconsent-com---palette-light.cookieconsent-com---nb {background-color:#fbfaf8 !important;}
.cookieconsent-com---palette-light .cc-nb-okagree {background-color:var(--c_hex_71a78b) !important;}
.cookieconsent-com---palette-light .cc-nb-reject {color:var(--c_hex_fff) !important;background-color:var(--c_hex_c4422e) !important;}

.cookieconsent-com---palette-light .cc-nb-changep {background-color:#69842d !important;color:#fffbfb !important;}
.cookieconsent-com---palette-light .cc-pc-head, .cookieconsent-com---palette-light .cc-cp-foot {background: #f2ece8 !important;border-bottom:1px solid #c1b2ad !important;}

.cookieconsent-com---palette-light .cc-cp-foot-save {background:#e15125 !important;}
.cookieconsent-com---palette-light .cc-cp-body-tabs-item-link:hover {color:rgb(92, 137, 113) !important;}
.cookieconsent-com---palette-light .cc-cp-body-tabs-item[active="true"] {background:#eee0d8 !important;}
.cookieconsent-com---palette-light .cc-cp-body-tabs-item[active="true"] a {color:#574b48;}
.cookieconsent-com---palette-light .cc-cp-body-tabs-item[active="true"] a, .cookieconsent-com---palette-light .cc-cp-body-content-entry-title {color:#dd542b !important;}

.cookieconsent-com---pc-dialog .cc-cp-body-content-entry-title {border-bottom:1px solid #dd542b !important;}
.cookieconsent-com---palette-light .cc-cp-body-content-entry a {color:var(--c_hex_71a78b) !important;}

@-ms-viewport{width:device-width;}

@media screen and (max-width:340px) {
  table.contact button.btn {margin-top:60px;}
}

@media screen and (max-width:400px) {
  ul.list2 li {margin-left:10px;}
}

@media screen and (max-width:450px) {
  ul.inline li {margin-bottom: 2px;}
  h2.heading {font-size:18px;}
  .citation {width:98%;}
  .title-h2, .title-h2-b {font-size:1.150em;}
  h1.h1-title {font-size:1.400em;text-align: center;}
  .contactMe .btn {margin-top: 60px;}
  .bio-annee {width: 28%;}
}

@media screen and (max-width: 550px) {
  img.img-tel {box-shadow:none !important;}
}

@media screen and (max-width: 600px) {
  .images-altawayama div.imgspace, 
  .images-altawayama div.imgspace-right {margin:0 auto;padding: 15px 0 0 0;}
}

@media screen and (max-width:650px) {
  .contactMe .checkbox-radio span.rgpd p.txt-rgpd {font-size: 12px;}
  .contactMe .checkbox-radio span.rgpd a {font-size: 12px;}
  .space-rgpd {margin: 40px 0px 10px 0px;}
  span.head-joris2 {float: none;}
  p.marge {margin: 0px 0px 20px 20px;}
}

@media screen and (max-width:700px) {
  div.shadow img {box-shadow: none;}
  div.wrap-parallaxe, table.ban-wrap {display:none;}
  .txt-cgs p {margin-bottom:20px;}
  .modif-comm {padding-left:0px;}
  .modif-client {padding-left:0px;}
}

@media screen and (max-width: 768px) {
  .menutop {display: block;}
  .header-title-line span {
      margin-left: 20px;
      margin: 0 auto;
      text-align: center;
      display: block;
    }

  .modal-content {
      width: 95%;
      max-width: none;
      margin: 10% auto;
      padding: 10px;
    }

  .wrap-header {
    display:none;
  }
}

@media (min-width: 768px){

  /* On force une vraie ligne flex propre */
  .row-commande{
    display: flex !important;
    flex-wrap: nowrap;          /* reste sur une ligne */
    align-items: flex-start;
    gap: 24px;                  /* optionnel: espace entre colonnes */
  }

  /* Les 2 colonnes font 50% / 50% et ont le droit de rétrécir */
  .row-commande > .col-md-6{
    flex: 0 0 49.000%;
    max-width: 49.000%;
    min-width: 0; /* IMPORTANT: autorise le shrink du contenu */
  }

  /* Panier à droite + en haut */
  .row-commande > .col-panier{
    margin-left: auto;
    align-self: flex-start;
  }

  /* La table n'impose plus une largeur mini trop grande */
  .col-panier table{
    width: 100%;
    table-layout: fixed; /* évite les colonnes qui explosent */
  }

  .col-panier{
    overflow-x: auto;
  }
}

@media screen and (max-width:750px) {
  .fl_left, .fl_right {display: block; float: none;}
  .one_half, .one_third, .two_third, .one_quarter, .two_quarter, .three_quarter {display: block;float: none;width:auto;margin: 0 0 30px 0;padding: 0;}
  .wrap-menu {background-image: inherit;}
  img {display: block;text-align: center;margin: 0 auto;}
  ul.sub-menu, ul.sub-menu2 {margin-top:0;}
  .bio-annee {width: auto;}
}

@media screen and (max-width:850px) {
  .bg-banner {display:none !important;}
}

@media screen and (max-width:950px) {
  ul.h3bio li,h3.bio-title {text-align:left;}
  div.backtop {display: none;}
  h5.cc-contact {width: 95% !important;padding:0 10px;}
}

@media screen and (max-width: 1000px) {
  #menu .main-menu li.color-index {margin-left:3px;}
  #menu li label.drop-icon {margin-top:0;}
  #menu ul.main-menu li span.drop-icon2 {position: relative;top: 0;left: 28px !important;padding: 0px;font-size: 0.625em;}
  #menu a {font-size: 1.100em;}
  #menu li, #toggle-menu, #menu a {position: relative;display: block;background-color: inherit;}
  #toggle-menu, #menu a {padding: 1.000em 0.500em;margin-top: 0;}
  #menu input[type="checkbox"]:checked + .sub-menu {margin-top: 0;}
}

@media screen and (max-width: 1100px) {
  .center { margin: 0 3px; display: block;}
  .bg-wrap-geobio {padding: 0 5px;display:block;}
}

@media screen and (min-width:1000px) {
  #menu ul.main-menu ul.sub-menu2 {width: 16.000em;}
}

@media screen and (min-width: 770px) {
  #menu .main-menu {display:inline-block;padding-left: 0;margin: 0px;}
  #toggle-menu, #menu label.drop-icon { font-size: 0.720em; display: none;}
  #menu ul span.drop-icon {font-size: 0.700em;display:inline-block;}
  #menu li {float:left;border-width: 0px 1px 0px 0px;}
  #menu .sub-menu {padding: 0;border-width: 0;margin: 0;position: absolute;top: 100%;left: 0;width: 11.500em;z-index:3000;}
  #menu .sub-menu, #menu input[type="checkbox"]:checked + .sub-menu {display: none;}
  #menu .sub-menu li {
    float: none;
    border-width: 0 0 1px;
  }
  #menu .sub-menu .sub-menu {top: 0;left: 100%;}
  #menu .sub-menu .drop-icon {position: absolute;top: 6px;right: 0;padding: 1em 0.720em 1em 0.720em;}
  #menu li:hover > input[type="checkbox"] + .sub-menu { display: block; }
  ul.main-menu li span.drop-icon2 { position: relative;top: 0;left: 56px;padding: 0;font-size: 0.700em}
  .mob-quarter {display: block; margin-bottom: 20px;}
  .margin-txt, .reiki {display: block;}
  .content-geobio {margin: 0 5px;}
}

#wrap, #container, #bg-container { width:100%; }

.wrap-container{
  flex: 1;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

.wrap-container-header {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.wrap-container-header .header-left,
.wrap-container-header .header-right{
  width: 50%;
  vertical-align: top;
}

@media screen and (max-width: 950px) {
  .wrap-container-header { flex-direction: column; }
  .wrap-container-header .header-left,
  .wrap-container-header .header-right{ width: 100%; }
}

.wrap-header{
  min-width: 320px;
  max-width: 1300px;
  padding: 0;
  margin: 0;
}

.wrap-container-header .wrap-header img {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: none;
  margin-top: 0;
}

.header .header-title-line{ margin:0; }

.header span{
  font-family: 'Open Sans Condensed', Arial, sans-serif;
  font-size: 5rem;
  font-weight: 300;
  line-height: normal;
  margin: 0 0 0 20px;
  color: rgb(196, 66, 46);
}

.header span.h1title {
  font-style: normal;
  font-weight: 300;
  font-size: 2.4rem;
  margin: 0;
  white-space: nowrap;
}

.header .mob-img img {
  width: 65%;
  height: auto;
  display: block;
  text-align: left;
  box-shadow: 5px 4px 3px rgba(0, 0, 0, 0.3);
}

.bloc-clients {background-color: #ffaac2;padding: 10px;margin-top: 15px;border-radius: 4px;}
.bg-cmd-modifs {background-color: #82d1ff;padding-bottom: 15px;border-radius: 4px;}
.cmd-details {margin-top:0;margin-bottom:6px;}
.p-details {padding :1.5rem;}
.row .row-details{margin: 0 !important;}
.mb-3 .row-details {margin-bottom:15px !important;margin-left:0 !important;}
.border-cmd {
  border: var(--bs-border-width) var(--bs-border-style) #cfcfcf !important;
}

.bg-suivi-compta {background-color: #d5fde8;margin-top:10px;}
h5.compta {display: inline;font-weight: 700;font-size:1.600rem;margin-top:0;padding-bottom:5px;border-bottom:1px solid rgb(24, 136, 84);}

@media (min-width: 768px) {
  .container-cmd {padding: 20px;}
  .col-md-6 {
    width: 72%;
  }
}

@media screen and (max-width: 750px) {
  .header .mob-img img{ width: 95%; text-align:center; margin:0 auto; }
}

@media screen and (min-width: 1200px) {
  .header .mob-img img{ width: 62%; }
}

@media screen and (min-width: 950px) and (max-width: 1199px) {
  .header .mob-img img{ width: 75%; }
  .header span{ font-size:3.200em; }
}

.wrap-white{
  width: 100%;
  background-color: rgb(252, 252, 252);
  padding: 0;
  margin-top: 20px;
}

.wrap-beige{
  width: 100%;
  background-color: rgb(244, 236, 230);
  padding: 10px 0 20px 0;
  margin-top: 20px;
  max-width: 100%;
}

.wrap-contact, .wrap-geo {
  margin-top: 0;
}

.content-ee{
  min-width:320px;
  max-width:1300px;
  padding: 5px 0 0 0;
}

.content-width{
  min-width:320px;
  max-width:1300px;
  padding: 0;
}

.widthbar{ margin: 0 auto; }

.row {
  display:flex;
  gap:20px;
  align-items:flex-start;
  flex-wrap:wrap;
}

.row .img-medit {max-width:500px; width:100%;}
.row .img-medit2 {max-width:572px; width:100%;}

.images-altawayama.media-row{
  display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
}

.images-altawayama.media-row .media-col{
  flex: 1 1 0;
  min-width: 280px;
}

.images-altawayama.media-row .media-img{ flex: 0 1 auto; }
.images-altawayama.media-row .media-text{ flex: 1 1 0; }

.media-col .img-footer{
  margin: 0;
  float: left;
  clear: left;
}

.images-altawayama .imgspace { margin: 10px 20px 0 0; }
.images-altawayama .imgspace-right { margin: 10px 0 0 20px; }

.images-altawayama .imgspace img.img-hopono {margin:0 auto;}

.form-width {
  width:100%;
  text-align:center;
}

.form-h1 {
  text-transform:none;
  font-weight:normal;
  margin-bottom:0;
  margin-top: 1px;
}

.form-h2 {
  color:var(--c_hex_c4422e);
  font-weight:400;
  letter-spacing:inherit;
  line-height:1.5;
  text-decoration:none;
  padding:8px 0;
}

.form-txt {
  font-size:1.200em;
  margin-bottom:12px;
}

.bg-border {border: 2px solid #ccc;padding: 10px 20px;border-radius: 4px;}

a.title-a-geo {
  background-color:#b48e48;
  color:var(--c_hex_fff);
  padding:4px 15px;
  border-radius: 4px;
  font-size:1.800rem;
}

.title-geo {
  color: var(--c_hex_fff);
  margin: 0;
  font-size: 1.372em;
  font-weight: 400;
  background-color: var(--c_hex_c4422e);
  padding: 5px 10px;
  border-radius: 4px;
}

.media-text.tablet.td-marge span.new-geo-title {
  display: inline-block;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 2.2rem;
  color:var(--c_hex_c4422e);
  background: 0;
  margin-top: 12px;
  text-align: center;
  text-transform: inherit;
}

.top-index {margin-left:20px;}

.blog-a-link {display: block;margin:0 auto;}

.blog-a-link a {margin:0 auto;}

.blog-a-link span.span-blog {font-size: 1.800rem;color:var(--c_hex_c52a57);}

.blog-a-link span.new-blog {font-weight:400;background-color:var(--c_hex_c52a57);color:#ffffff;padding:3px 12px;}

.blog-a-link a.link-blog-index {
  display: block;
  text-align: center;
  font-size: 1.800rem;
  color:#115D84;
}

.media-img img.logo-blog {box-shadow:none;}

.media-text .links-hanka {
  display:flex;
  align-items:center;
}

.media-col.media-text.links-hanka h4 {
  margin-top:15px;
}

.list-btn ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width:950px) {
  .images-altawayama.media-row{ display:block; }
  .images-altawayama.media-row .media-col{ width:100%; }
  .images-altawayama.media-row img{ display:block; margin:0 auto; text-align:center; }
  .top-index {margin-left:0;}
  .blog-a-link span.span-blog, .blog-a-link span.new-blog {display:block;}
  .blog-a-link span.span-blog {font-size:1.600rem;margin-left:120px;}
  .blog-a-link span.new-blog {margin:0 auto;}
  .media-img img.logo-blog {float:left;margin-top:50px;}
  .blog-a-link a.link-blog-index {font-size:1.500rem;}
}

.info-blog{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px;
  width:100%;
  margin: 20px auto;
}

a.blog-link {
  font-size: 1.4rem;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  background-color: rgb(26, 127, 178);
  padding: 6px 16px;
  border-radius: 3px;
  color: var(--c_hex_fff);
}

h3.txt-h3-index {
  font-family: 'Open Sans Condensed', Arial, sans-serif;
  font-size: 1.8rem;
  margin: 20px auto;
  line-height: normal;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  max-width: 54%;
  background-color: rgb(92, 137, 113);
  padding: 12px 12px;
  border-radius: 4px;
}

@media screen and (max-width:700px) {
  .info-blog { display:block; }
  .info-blog a { display:block; margin:20px auto; text-align:center; }
}

.u-spacer-xs { height: 8px; }
.u-spacer-sm { height: 6px; }
.u-spacer-md { height: 10px; }
.u-spacer-lg { height: 40px; }
.u-mt-sm { margin-top: 16px; }
.u-mt-md { margin-top: 24px; }
.u-mb-sm { margin-bottom: 16px; }
.u-mb-md { margin-bottom: 24px; }
.u-clear { clear: both; }
.u-hidden { display: none !important; }

.partner-row{
  display: flex;
  gap: 20px;
  align-items: center;
}

.partner-row.is-top{
  align-items: flex-start;
}

.partner-media{
  width: 22%;
  text-align: center;
}

.partner-body{
  flex: 1;
  min-width: 0;
}

.partner-img{
  display: inline-block;
  max-width: 100%;
  height: auto;
  box-shadow: none !important;
}

.partner-mediaTitle{
  width: 22%;
  text-align: center;
}


.link-bottom {
  text-align: center;
}


.citation {
  margin:0 auto;
  text-align:center;
}

.txt-citation {
  display: block;
  margin-bottom: 20px;
  margin-top: 20px;
}

.border {border:0 !important;}
.form-control {border: var(--bs-border-width) solid #c9c9c9;}
.border-primary {padding: 0 7px;}

.ct-center h3, .ct-center p { text-align:center; }

.bg-footer {
  min-height: 200px;
  background-color: rgb(174, 146, 116);
  border-top: 1px solid var(--c_hex_fff);
  padding: 0 5px;
  display: flex;
  align-items: center;
}

.bg-footer > .tablet {
  width: 100%;
}

.footer {
  width: 100%;
  min-width: 320px;
  max-width: 1300px;
  margin: 0 auto;
  font-size: 1.3rem;
  color: var(--c_hex_fff);
}

.footer-row {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.footer-left {
  justify-self: start;
}

.footer-left h4 {
  font-family: Open Sans, Arial, sans-serif;
  font-weight: 300;
  margin: 0;
}

.tree-of-life {
  justify-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-right {
  justify-self: end;
  text-align: right;
}

.footer img{ box-shadow:none; }

.tree-of-life img{ width:72px; height:auto;}

.content-center hr.space-3 {
  text-align:center;
  display:block;
}

.tiny-txt {font-size: 1.050rem;}

hr.space-3 {
  display: block;
  min-width: 50%;
  max-width: 50%;
  width: auto;
  height: 1px;
  margin: 20px auto;
  border-color: rgba(118, 133, 142, 0.5);
  border-style: solid;
  border-width: 1px 0 0 0;
}

@media screen and (max-width:950px) {
  .header-title-line {display:block;margin:: 0 auto;text-align:center;}
  .wrap-container-header img {margin-left:20px;}
  .media-text.tablet.td-marge span.new-geo-title {margin-top:15px;}
}

@media screen and (max-width:700px) {
  .bg-footer{ height: 150px; }

  .title-geo {
      padding: 0 10px;
      font-size: 1.700rem;
    }
  .title-a-geo {font-size:1.500rem;}
}

@media screen and (max-width:700px) {
  #bg-container { padding:0 5px; }
  .wrap-white, .wrap-beige { margin: 0;padding:10px 5px 10px 5px; }
}

@media screen and (max-width:500px) {
  .content-width{ padding:0 5px; }
}

.wrap-header2{
  min-width: 320px;
  max-width: 1300px;
  padding: 0;
  margin: 15px auto;
  width: 100%;
}

.header2{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0;
  box-sizing: border-box;
}

.header2 .left-header,
.header2 .right-header{
  width: 50%;
}

.header2 .left-header{
  font-family: 'Open Sans Condensed', Arial, sans-serif;
  font-size: 6.500rem;
  font-weight: 300;
  line-height: normal;
  color: rgb(196, 66, 46);
  text-align: left;
}

.header2 .right-header{
  text-align: right;
  margin-top: 32px;
}

.header2 .right-header .h1title2{
  font-family: 'Open Sans Condensed', Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 2.300rem;
  color: rgb(196, 66, 46);
}

.mobile-nav{
  display:none;
  position:sticky;
  bottom:0;
  background:#fff;
  border-top:1px solid #ddd;
  padding:8px 4px;
  justify-content:space-around;
  gap:6px;
  z-index:500;
}

.mobile-nav a {
  font-size: 1.100rem;
  text-decoration: none;
  color: #fff;
  padding: 2px 8px;
  border-radius: 3px;
  white-space: nowrap;
  background-color: #c4422e;
}

.mobile-nav a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 700px) {
.mobile-nav{display:flex;}
.link-bottom {display:none;}
}

@media screen and (max-width: 768px) {
  .header2 {
      flex-direction: column;
      align-items: stretch;
      padding: 0 5px;
      gap: 0;
    }

  .header2 .left-header,
    .header2 .right-header {
      width: 100%;
      text-align: center;
      margin: 0;
    }
}

.books{
  display:flex;
  flex-wrap:wrap;
  gap: 30px;
  justify-content: center;
  align-items: top;
}

.books .book,
.books .books-item{
  flex: 0 0 190px;
  max-width: 190px;
  text-align:center;
}

.books img{
  max-width: 100%;
  height: auto;
}

.books p {margin-bottom: 20px;}

@media (max-width: 800px) {
  .partner-row{
      flex-direction: column;
      align-items: stretch;
    }
  .partner-media,
    .partner-mediaTitle{
      width: 100%;
      text-align: left;
    }
}

.images-altawayama.media-row.is-3cols{
  flex-wrap: wrap;
}

.images-altawayama.media-row.is-3cols .media-img{
  flex: 0 1 572px;
}

.images-altawayama.media-row.is-3cols .media-text{
  flex: 1 1 420px;
}

.images-altawayama.media-row.is-3cols .media-aside{
  flex: 0 0 252px;
}

@media (max-width: 950px) {
  .images-altawayama.media-row.is-3cols{ display:block; }
  .images-altawayama.media-row.is-3cols .media-aside{ margin-top: 15px; }
}

.grid-2{
  display:flex;
  gap:20px;
  flex-wrap:wrap;
  align-items:stretch;
}

.grid-2 .grid-col{
  flex: 1 1 420px;
  min-width: 280px;
}

.mini-media{
  display:flex;
  gap:14px;
  align-items:center;
  flex-wrap:wrap;
}

.mini-media .mini-img{ flex: 0 0 172px; }

.mini-media .mini-body{ flex: 1 1 260px; min-width: 0; }

.txt-h34--accent{ color:var(--c_hex_c4422e); }

.callout-alt{
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.125em;
  border: 1px solid var(--c_hex_c4422e);
  background-color: var(--c_hex_fff);
  color: var(--c_hex_c4422e);
  border-radius: 4px;
  padding: 10px;
  margin: 30px 0;
}

.accent-rei{ color:var(--c_hex_c4422e); }

/* =========================================
   FIX responsive images / meditations-partagees
   (à placer en fin de fichier pour écraser)
   ========================================= */

/* 1) Les images ne doivent jamais dépasser */
.images-altawayama img,
.imgspace img,
.imgspace-right img,
.img-medit img,
.img-medit2 img{
  max-width: 100% !important;
  height: auto !important;
  display: block;
  margin: 20px 0 auto;
}

.row-index .imgspace img.img-logo-hanka {
  max-width: 100% !important;
  height: auto !important;
  display: block;
  margin:0 auto;
}

.row .img-medit,
.row .img-medit2{
  width: 100% !important;
  max-width: 572px; /* garde une "limite" desktop agréable */
  margin: 20px 0 auto;   /* centre le bloc */
}

/* 3) Mobile : on casse les colonnes à largeur fixe dans .row */
@media (max-width: 900px){
  .row > div{
    width: 100% !important;
    max-width: 100% !important;
    flex: 1 1 100% !important;
  }
}

#paiement-help {
  transition: opacity 0.2s ease;
  min-height: 20px;
}

.checkout-sticky-total{
  position: sticky;
  bottom: 0;
  background: #fff;
  border-top: 1px solid #e5e5e5;
  padding: 10px 12px;
  z-index: 50;
  margin-top: 10px;
}

.qty-feedback{
  display:inline-block;
  margin-left:8px;
  font-size:0.92em;
  opacity:0;
  transform:translateY(-1px);
  transition:opacity .2s ease, transform .2s ease;
  user-select:none;
  white-space:nowrap;
}

.qty-feedback.is-ok{
  opacity:1;
  transform:translateY(0);
}

.qty-feedback.is-err{
  opacity:1;
  transform:translateY(0);
}

/* css header2.php
-------------------*/
.clearfix::after{ content:""; display:block; clear:both; }
.u-spacer-sm{ height:20px; }
.qty-input {max-width:90px;}

/* cartes panier mobile (déjà chez toi) */
@media (max-width: 768px) {
  .panier-card {
    display: block;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 15px;
    background: #fff;
  }
  .panier-card .row {
    margin-bottom: 5px;
  }
}

.cgs-box{
  border:1px solid #ccc;
  padding:10px;
  max-height:200px;
  overflow-y:auto;
  font-size:.9em;
  background:#f9f9f9;
  margin-bottom:15px;
}

.honeypot {
  position:absolute;
  left:-10000px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
}

.box-700{max-width:700px;}
.height-retry {min-height:300px;height:auto;}
.qty-in{width:70px;}

.size-txt {font-size:0.92em;}
.txt-mb2 {font-size:1.200em;}
.form-text {display:none;}
.text-muted {font-size:0.9em;}
.pay-help {font-size:0.95em;}
.comd-total-ttc {display:flex; justify-content:space-between; align-items:center;}
.annul-comd {font-size:0.950em;text-align:left;}
.height-2 {height:60px;}
.tree {text-align:center;}
.foot {text-align:right;}
.ui-autocomplete.ui-front{ z-index: 999999 !important; }

.height-2 {height:145px;margin:0;padding:0;}
.case-1 {min-width:50px;}

.btn-bulk-action {
  height: 30px;
  line-height: 1;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 900px) and (orientation: landscape) {
  .bg-footer {
    margin-top:50px;
    min-height: 120px;
    padding: 10px 5px;
  }

  .footer-row {
    min-height: 120px;
  }

  .footer {
    font-size: 1rem;
  }

  .tree-of-life img {
    max-height: 70px;
    width: auto;
  }
}


/* Variante Bootstrap custom : btn-confirm */
.btn.btn-confirm{
  --bs-btn-color: #fff;
  --bs-btn-bg: #47915d;
  --bs-btn-border-color: #47915d;

  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #397a4b;
  --bs-btn-hover-border-color: #397a4b;

  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #397a4b;
  --bs-btn-active-border-color: #397a4b;

  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #47915d;
  --bs-btn-disabled-border-color: #47915d ;
}

.height-panier {height:50px;}
.height-merci {min-height:200px;max-height:100%;height:auto;}
.num-box {display:none;}
.btn-export {text-align: right;}
.margin-h3{
  background-color: #41a471;
  margin-bottom: 10px;
  padding: 3px 12px;
  font-weight: 400;
  color: #fff;
  font-size: 1.700rem;
  text-transform: uppercase;
  border-radius: 5px 5px 0 0;
}

.margin-h3-annul{
  background-color: #e34352;
  margin-bottom: 10px;
  padding: 3px 12px;
  font-weight: 400;
  color: #fff;
  font-size: 1.700rem;
  text-transform: uppercase;
  border-radius: 5px 5px 0 0;
}
.marge-1{margin-bottom:5px !important;}
.gap-1{gap: 10px;}
.gap-2{gap: 10px;flex-wrap: wrap;}
.width-1{max-width: 200px;}
.form-1{display:inline;}
.h3-404{margin:0;}
.height-auto-footer {min-height:50px;max-height:50px;height:auto;}
.panier {max-width:700px;}
.alert-cb {max-width:700px;font-size:1.2em;border-left:6px solid #28a745;}
.text-muted {font-size:1.400rem;}
.serv-cmd {max-width: 820px;}
.mc-1 {gap:15px;}
.mc-2 {max-width:700px;font-size:1.2em;}
.mc-container {min-height: calc(100vh - 230px);}
.totaux {font-size:16px; color:#0b6b2d;}
.width-cmd {width:110px;}
.toast-width {z-index:9999; min-width:300px;}
.h5-marge {margin-top:0;}
.h5-infos-cmd {font-weight: bold;color: #444;padding-bottom:15px;}
.h5-infos-cmd2 {display:block;font-weight: bold;padding: 8px;background-color:#d6460e;color: #fff;margin-bottom: 0px;}
.h5-infos-cmd3 {font-weight: bold;color: #444;border-bottom:1px solid #ccc;padding-bottom:7px;}
.txt-th-center {width:50px;}

/* ===== Panier: table -> cards on mobile (no duplicated inputs) ===== */

/* Mobile: transforme les lignes en cartes */
@media (max-width: 767.98px) {
  table.panier-stack thead {
    display: none;
  }

  table.panier-stack,
  table.panier-stack tbody,
  table.panier-stack tr,
  table.panier-stack td {
    display: block;
    width: 100%;
  }

  table.panier-stack tr {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 10px 12px;
    margin-bottom: 12px;
    background: #fff;
  }

  table.panier-stack td {
    border: none !important;
    padding: 6px 0 !important;
  }

  /* Chaque cellule devient une ligne "label : valeur" */
  table.panier-stack td[data-label] {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: baseline;
  }

  table.panier-stack td[data-label]::before {
    content: attr(data-label);
    font-weight: 600;
    opacity: 0.85;
    flex: 0 0 auto;
  }

  /* Quantité : laisse respirer l’input */
  table.panier-stack td[data-label="Quantité"] .panier-qty-form {
    justify-content: flex-end;
  }

  table.panier-stack td[data-label="Quantité"] .qty-input {
    max-width: 110px;
  }
}

.table {
  --bs-table-border-color: #c5c5c5;}

/* cellule quantité */
td[data-label="Quantité"] {
  min-width: 100px;
}

/* form quantité */
.panier-qty-form {
  margin: 0;
}

/* ligne horizontale : - [input] + */
.qty-control {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-wrap: nowrap;
  vertical-align: middle;
}

/* boutons +/- */
.qty-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  min-width: 34px;
  padding: 0;
  border: 1px solid #ced4da;
  border-radius: 6px;
  background: #fff;
  line-height: 1;
  overflow: hidden;
  cursor: pointer;
}

/* input quantité */
.qty-input {
  width: 70px;
  min-width: 70px;
  max-width: 70px;
  height: 34px;
  text-align: center;
  padding: 4px 6px;
}

/* icônes */
.qty-btn .qty-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.qty-btn .qty-icon-ok,
.qty-btn .qty-icon-err {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  opacity: 0;
  transform: scale(.85);
  pointer-events: none;
  font-weight: 700;
}

/* états */
.qty-btn.is-ok,
.qty-btn.is-err,
.qty-btn.is-pending {
  z-index: 1;
}

.qty-btn.is-pending {
  opacity: .75;
}

.qty-btn.is-ok {
  border-color: #198754;
  box-shadow: 0 0 0 2px rgba(25, 135, 84, .18);
}

.qty-btn.is-err {
  border-color: #dc3545;
  box-shadow: 0 0 0 2px rgba(220, 53, 69, .14);
}

/* masque l'icône normale pendant l'état */
.qty-btn.is-ok .qty-icon-plus,
.qty-btn.is-ok .qty-icon-minus,
.qty-btn.is-err .qty-icon-plus,
.qty-btn.is-err .qty-icon-minus {
  opacity: 0;
}

/* icône succès */
.qty-btn.is-ok .qty-icon-ok {
  opacity: 1;
  transform: scale(1);
  color: #198754;
}

/* icône erreur */
.qty-btn.is-err .qty-icon-err {
  opacity: 1;
  transform: scale(1);
  color: #dc3545;
}

/* transitions */
.qty-btn,
.qty-btn .qty-icon,
.qty-btn .qty-icon-ok,
.qty-btn .qty-icon-err {
  transition: opacity .12s ease, transform .12s ease, border-color .12s ease, box-shadow .12s ease;
}

.panier-qty-form{
  position: relative;
  margin: 0;
}

.qty-feedback{
  position: absolute;
  left: calc(35% + 8px);
  top: 35%;
  transform: translateY(-50%);
  min-height: 0;
  margin: 0;
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
  z-index: 2;
}

.qty-feedback.is-ok {
  color: #198754;
}

.qty-feedback.is-err {
  color: #dc3545;
}

@media (max-width: 767.98px){
  .qty-feedback{
    display: none;
  }
}

@media (max-width: 576px) {

  .qty-icon-ok,
  .qty-icon-err {
    display:none;
  }

  .qty-btn.is-ok{
    outline:none;
    background:#e8f6ee;
  }

}

/* --------------------------
 commande feedback
 ---------------------------*/

/* cellule quantité */
.qty-cell,
td[data-label="Quantité"] {
  position: relative;
}

/* wrapper local quantité */
.qty-wrap,
.panier-qty-form {
  position: relative;
  display: inline-block;
}

/* contrôle quantité */
.qty-control {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-wrap: nowrap;
}

/* feedback à droite, sans pousser la cellule */
.qty-feedback {
  position: absolute;
  left: calc(100% + 8px);
  top: 30%;
  transform: translateY(-50%);
  margin: 0;
  white-space: nowrap;
  line-height: 1;
  pointer-events: none;
  z-index: 2;
}

.qty-feedback.is-ok {
  color: #198754;
}

.qty-feedback.is-err {
  color: #dc3545;
}


/* -----------------------------------
  Tableau dans lib-core-functions
  --------------------------------- */
  .merci-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 14px;
  border: 1px solid #e6e6e6;
  background: #fff;
}

.merci-table thead th {
  vertical-align: middle;
}

.merci-table tbody td {
  vertical-align: middle;
}

.merci-table col.col-service { width: 40%; }
.merci-table col.col-qty     { width: 10%; }
.merci-table col.col-pu      { width: 15%; }
.merci-table col.col-tva     { width: 10%; }
.merci-table col.col-total   { width: 25%; }

.merci-table th,
.merci-table td {
  padding: 12px 14px;
  box-sizing: border-box;
  vertical-align: middle;
}

.merci-table thead th {
  background: #2a6389;
  color: #fff;
  font-weight: 700;
  border-bottom: 1px solid #d9e3ea;
}

.merci-table tbody td {
  border-bottom: 1px solid #eef2f5;
  color: #2c3e50;
}

.merci-table tbody tr:nth-child(even) {
  background: #f9fbfc;
}

.merci-table .ta-left,
.merci-table thead th.ta-left,
.merci-table tbody td.ta-left {
  text-align: left !important;
}

.merci-table .ta-right,
.merci-table thead th.ta-right,
.merci-table tbody td.ta-right {
  text-align: right !important;
  white-space: nowrap;
}

.merci-table thead th,
.merci-table tbody td {
  line-height: 1.35;
}

.merci-table .ttc {
  color: #0b6b2d;
  font-weight: 700;
}

.merci-table td:first-child,
.merci-table th:first-child {
  word-break: break-word;
  white-space: normal;
}

/* --------------------------
 affiche dans merci --------*/
 .merci-status{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  margin:20px auto 30px;
  padding:14px 18px;
  max-width:520px;
  background:#f0f7ff;
  border:1px solid #d9e9ff;
  border-left:4px solid #3399ff;
  border-radius:8px;
  font-size:15px;
}

.merci-status .status-icon{
  font-size:22px;
}

.merci-status .status-text{
  text-align:left;
  color:#2c3e50;
}

/* --------------------------
-------------------------- */
.merci-next{
  margin:30px auto;
  background:#fafafa;
  border:1px solid #dedede;
  border-radius:8px;
  text-align:left;
}

.merci-next h4{
  margin-bottom:10px;
  font-weight:500;
  font-size:16px;
  color:#2c3e50;
}

.merci-next ul{
  padding-left:18px;
  margin:0;
}

.merci-next li{
  margin-bottom:6px;
  font-size:14px;
  color:#444;
}

.merci-section-title {margin:18px 0 10px; color:#2c3e50;}
.merci-summary {margin:14px 0 16px; padding:12px 14px; background:#f0f7ff; border:1px solid #d9e9ff; border-left:4px solid #3399ff; border-radius:7px;}
.total-see {font-size:15px; color:#2c3e50;}
.total-ht-see {margin-top:6px; font-size:13px; color:#666;}

/* ------------------------------
-- autocompelte ville cp ------*/
.autocomplete-box {
  position: absolute;
  z-index: 10000;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  max-height: 220px;
  overflow-y: auto;
  box-shadow: 0 4px 12px rgba(0,0,0,.08);
  margin-top: 2px;
}

.autocomplete-item {
  padding: 8px 10px;
  cursor: pointer;
  font-size: 1.4rem;
  color: #333;
  background: #fff;
}

.autocomplete-item:hover,
.autocomplete-item.active {
  background: #E5E5E5;
}

.mb-3 {
  position: relative;
}

.depenses-batch-toggle summary {
    cursor: pointer;
    list-style: none;
}

.depenses-batch-toggle summary::-webkit-details-marker {
    display: none;
}

/* Icône par défaut (fermé) */
.depenses-batch-toggle .toggle-icon::before {
    content: "+";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #f1f3f5;
    font-size: 20px;
    font-weight: bold;
    margin-right: 10px;
}

/* Icône quand ouvert */
.depenses-batch-toggle[open] .toggle-icon::before {
    content: "-";
}
