/* ============================================================
   Thème « épuré & professionnel » — généré (à compléter lundi
   avec la section services distincte de ce site).
   ============================================================ */
:root {
  --accent: #7a4a9a;
  --accent-fonce: #623a7c;
  --accent-nuit: #1c0a26;
  --accent-pale: #f6f1fa;
  --accent-sect: #eadff5;
  --gris-texte: #5a5650;
  --gris-ligne: #e6e2dc;
  --blanc: #ffffff;
  --radius: 14px;
  --ombre: 0 4px 18px rgba(0,0,0,.07);
  --ombre-hover: 0 12px 28px rgba(0,0,0,.15);
}
body { font-family: 'Roboto', Arial, sans-serif; font-size: 16px; line-height: 1.65; color: var(--gris-texte); background: var(--accent-pale); }
a { color: var(--accent); }
a:hover { color: var(--accent-fonce); }
h2, h3, h4 { color: var(--accent-fonce); font-family: 'Raleway', sans-serif; }
h2 { font-size: 32px; line-height: 1.2; font-weight: 700; padding: 0 0 18px; }
h3 { font-size: 22px; font-weight: 700; }

#top1 { background: rgba(255,255,255,.97); box-shadow: 0 1px 0 rgba(0,0,0,.04), 0 6px 18px rgba(0,0,0,.05); }
header { padding-bottom: 10px; }
header .logo_wrapper img { width: 235px; height: auto; }

/* Menu pilules */
.navbar_ .nav > li > a { background: #f2f2f2; color: #2a2a30; font-weight: 700; font-size: 16px; line-height: 46px; padding: 0 13px; margin: 17px 3px; border-radius: 18px; transition: color .2s ease, background .2s ease; }
.navbar_ .nav > li > a:hover, .navbar_ .nav > li > a:focus { color: var(--accent); background: #e8ecf2; }
.navbar_ .nav > li.active > a, .navbar_ .nav > li.active > a:hover, .navbar_ .nav > li.active > a:focus { color: #fff; background: var(--accent); box-shadow: 0 6px 14px rgba(0,0,0,.18); }

.home_bot { background: var(--blanc); border-top: 1px solid var(--gris-ligne); padding: 8px 0; }
.phone1 { color: var(--accent-fonce); font-weight: 500; }
.phone1 i { color: var(--accent); }

.services1 { background: var(--accent-pale); padding: 40px 0; }
.services3 { background: var(--accent-sect); padding: 60px 0; }

.btn-default.btn2 { background: var(--accent); color: #fff; border-radius: 6px; font-weight: 600; padding: 14px 26px; }
.btn-default.btn2:hover { background: var(--accent-fonce); transform: translateY(-2px); }
button[name="Submit"] { background-color: var(--accent) !important; border-radius: 6px !important; padding: 12px 28px !important; }
input.form-control, textarea.form-control { border: 1px solid var(--gris-ligne); border-radius: 6px; color: var(--gris-texte); }
input.form-control:focus, textarea.form-control:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(0,0,0,.10); outline: none; }

#contacts1 { background: var(--accent-pale); border-top: 1px solid var(--gris-ligne); border-bottom: 1px solid var(--gris-ligne); padding-top: 60px; padding-bottom: 70px; }
#contacts2 { background: var(--accent-sect); padding-top: 40px; padding-bottom: 60px; }
#contacts2 .thumb1 .thumbnail { background: transparent; }
.time1 i { color: var(--accent); }
.time1 span .txt1 { color: var(--accent-fonce); }

.services6 { background: var(--accent-nuit); padding: 70px 0 30px; }
.services6 p, .services6 span, .services6 a, .services6 h5, .services6 li { color: #d8d0cc; }
.services6 a:hover { color: #fff; }
.copy1, .copy2 { color: #a8a29c; }
.copy2 a { color: var(--accent); }
.social > a { display: inline-block; margin: 0 10px; }

@media (max-width: 767px) { h2 { font-size: 26px; } h3 { font-size: 20px; } }

/* =====================================================
   SLIDESHOW KEN BURNS — Avignon (violet)
   ===================================================== */
#kenburns-slider { position: relative; width: 100%; height: 900px; overflow: hidden; background: #111; }
.kb-slide { position: absolute; inset: 0; z-index: 0; overflow: hidden; opacity: 0; transition: opacity 1s ease; }
.kb-slide::before { content: ""; position: absolute; inset: -8%; background-image: inherit; background-position: center; background-size: cover; transform: scale(1); }
.kb-slide.active { z-index: 1; opacity: 1; }
.kb-slide.active::before { animation: kb-zoom 7s ease-in-out forwards; }
@keyframes kb-zoom { from { transform: scale(1); } to { transform: scale(1.14); } }
.kb-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(0,0,0,.7), rgba(0,0,0,.25), rgba(0,0,0,.5)); }
.kb-content { position: absolute; top: 50%; left: 10%; z-index: 2; max-width: 650px; color: #fff; transform: translateY(-50%); animation: kb-content-in .8s ease both; }
.kb-slide:not(.active) .kb-content { animation: none; }
.kb-content span { color: #b088d0; font-size: 14px; font-weight: bold; letter-spacing: 3px; }
.kb-content .slide-title { font-weight: 700; margin: 18px 0; font-size: 64px; line-height: 1.1; text-shadow: 0 3px 12px rgba(0,0,0,.5); }
.kb-content p { margin-bottom: 30px; font-size: 20px; }
.kb-content a { display: inline-block; padding: 14px 26px; color: #fff; background: #b088d0; border-radius: 4px; font-weight: bold; text-decoration: none; transition: .3s ease; }
.kb-content a:hover { background: #7a4a9a; transform: translateY(-3px); }
@keyframes kb-content-in { from { opacity: 0; transform: translate(-35px, -50%); } to { opacity: 1; transform: translate(0, -50%); } }
.kb-arrow { position: absolute; top: 50%; z-index: 5; width: 48px; height: 48px; color: #fff; background: rgba(0,0,0,.45); border: 1px solid rgba(255,255,255,.5); border-radius: 50%; cursor: pointer; transform: translateY(-50%); }
.kb-arrow:hover { background: #b088d0; }
.kb-prev { left: 25px; } .kb-next { right: 25px; }
.kb-indicators { position: absolute; bottom: 30px; left: 50%; z-index: 5; display: flex; gap: 10px; transform: translateX(-50%); }
.kb-indicators button { width: 12px; height: 12px; padding: 0; background: #fff; border: 0; border-radius: 50%; cursor: pointer; opacity: .5; }
.kb-indicators button.active { background: #b088d0; opacity: 1; transform: scale(1.3); }
@media (max-width: 700px) { #kenburns-slider { height: 500px; } .kb-content { right: 30px; left: 30px; } .kb-content .slide-title { font-weight: 700; font-size: 40px; } .kb-content p { font-size: 17px; } }

/* =====================================================
   TEMPLATE MOSAÏQUE — grille asymétrique
   ===================================================== */
.mosaique { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 200px; gap: 16px; }
.mos-card { background: var(--blanc); border-radius: var(--radius); border: 1px solid var(--gris-ligne); box-shadow: var(--ombre); padding: 20px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; transition: transform .25s ease, box-shadow .25s ease; }
.mos-card:hover { transform: translateY(-4px); box-shadow: var(--ombre-hover); }
.mos-card.mos-large { grid-column: span 2; grid-row: span 2; }
.mos-card img { max-width: 100px; max-height: 66px; margin-bottom: 12px; }
.mos-card h3 { font-size: 17px; margin: 0 0 8px; }
.mos-card p { font-size: 13px; margin: 0 0 10px; }
.mos-card a { font-weight: 700; }
@media (max-width: 767px) { .mosaique { grid-template-columns: 1fr; grid-auto-rows: auto; } .mos-card.mos-large { grid-column: span 1; grid-row: span 1; } }
.h1_wrapper { position: absolute; bottom: 0; left: 0; width: 100%; background: transparent; z-index: 10; text-align: center; }
.h1_wrapper h1 { color: #fff; text-shadow: 0 2px 8px rgba(0,0,0,.75); }
