/*
Theme Name: iDea - Clean & Powerful Bootstrap Theme
Author: HtmlCoder
Author URI: http://www.htmlcoder.me
Author e-mail: htmlcoder.me@gmail.com
Version: 1.6
Created: August 2014
License URI: http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.decal-left {padding-left: 0px;}
	
}

/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width: 992px) {
	.decal-left {padding-left: 40px;}
}

/* Large devices (Large desktops 1200px and up) */
@media (min-width: 1200px) {
	.decal-left {padding-left: 40px;}
}

.badgeround {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #777;
    border-radius: 10px;
}

.badgeplanning {
    padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 3px;
    font-size: 10px;
    top: -2px;
    position: relative;
    font-weight: 400;
    border-radius: 2px;
    background-color: transparent;
    color: inherit;
    border: 1px solid #666666;
}


.picto-item {
  position: relative;  /*les .picto-item deviennent référents*/
  cursor: help;
  border-radius: 50%;
}

/* on génère un élément :after lors du survol et du focus :*/

.picto-item:hover:after,
.picto-item:focus:after {
  content: attr(aria-label);  /* on affiche aria-label */
  position: absolute;
  top: -2.4em;
  left: 50%;
	transform: translateX(-50%); /* on centre horizontalement  */
  z-index: 1; /* pour s'afficher au dessus des éléments en position relative */
  white-space: nowrap;  /* on interdit le retour à la ligne*/
  padding: 5px 14px;
  background: #413219;
  color: #fff;
  border-radius: 4px;
  font-size: 1.2rem;
}

/* on génère un second élément en :before pour la flèche */

[aria-label]:hover:before,
[aria-label]:focus:before {
  content: "▼";
  position: absolute;
  top: -1em;
	left: 50%;
	transform: translateX(-50%); /* on centre horizontalement  */
  font-size: 20px;
  color: #413219;
}

/* pas de contour durant le :focus */
[aria-label]:focus {
  outline: none;
}
.fa-star.gold {
	color: #ffdc0f;
}
.fa-star-half.gold {
	color: #ffdc0f;
}
.fa-star-half-empty.gold {
	color: #ffdc0f;
}

.badge2 {padding: 2px 4px 3px;
    font-size: 10px;
    margin-left: 12px;
    top: -2px;
    position: relative;
    font-weight: 400;
    border-radius: 2px;
    background-color: #f5f5f5;
    color: inherit;
}

.iframe-container {
  overflow: hidden;
  /* 16:9 aspect ratio */
  padding-top: 56.25%;
  position: relative;
}

.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}
.btnrnd {
	box-shadow: 3px 5px 4px 0px #aaa;
	border-radius: 10px;
	padding: 15px;
}
/* ===================== */
/* MEGA MENU – VERSION ÉPURÉE */
/* ===================== */

.mega-menu-container {
  padding: 25px;
  border-radius: 8px;
  border: none;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.mega-title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #c0392b;
}

.mega-intro {
  font-size: 13px;
  color: #666;
  margin-bottom: 15px;
}

.mega-list {
  list-style: none;
  padding-left: 0;
}

.mega-list li {
  margin-bottom: 6px;
}

.mega-list a {
  color: #333;
  text-decoration: none;
  transition: color 0.2s ease;
}

.mega-list a:hover {
  color: #c0392b;
  text-decoration: none;
}


#logo {
    max-height: 55px;
    height: auto;
    transition: max-height 0.3s ease;
}
.header.fixed #logo {
    max-height: 45px;
}

.decal-left h2 {
        font-size: 22px;
    }
.testimonials-f2000{
  padding: 60px 0;
  background: #f7f7f7;
}

.testimonials-f2000 h2{
  margin: 0 0 10px;
  font-weight: 700;
}

.testimonials-subtitle{
  margin: 0 0 30px;
  color: #6b6b6b;
}

.testimonials-grid{
  margin-top: 10px;
}

.testimonial-card{
  background: #fff;
  border: 1px solid rgba(0,0,0,0.07);
  border-radius: 12px;
  padding: 18px 18px;
  margin-bottom: 22px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.06);
  min-height: 220px;
}

.testimonial-head{
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.testimonial-avatar{
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: #fff;
  background: #4f46e5; /* violet sobre */
}

.testimonial-avatar--red{ background: #b11226; } /* rouge Formatic */
.testimonial-avatar--dark{ background: #111827; }

.testimonial-name{
  font-weight: 700;
  line-height: 1.2;
}

.testimonial-role{
  font-size: 13px;
  color: #6b6b6b;
  margin-top: 2px;
}

.testimonial-text{
  color: #444;
  line-height: 1.6;
  font-style: italic;
  margin: 0 0 14px;
}

.testimonial-stars{
  color: #f4b400; /* doré */
}

.testimonial-stars i{
  margin-right: 2px;
}

.sticky-cta{
  position: fixed;
  left: 0; right: 0; bottom: 12px;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .25s ease, transform .25s ease;
}
.sticky-cta.is-visible{
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.sticky-cta-inner{
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 14px;
  padding: 10px 12px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
  box-shadow: 0 16px 36px rgba(0,0,0,.16);
}
.sticky-cta-left strong{ display:block; color:#1b1f24; }
.sticky-cta-left span{ display:block; font-size: 12px; color:#6b6b6b; margin-top:2px; }
.sticky-cta-right{ display:flex; gap:10px; align-items:center; }
@media (max-width: 767px){
  .sticky-cta-left{ display:none; }
  .sticky-cta-right{ width:100%; justify-content:space-between; }
  .sticky-cta-right .btn{ width: 49%; }
}

.course-trustbar{
  margin-top: 14px;
  display:flex;
  gap: 14px;
  flex-wrap:wrap;
  opacity: .92;
}
.course-trustbar span{
  font-size: 13px;
  display:inline-flex;
  gap: 8px;
  align-items:center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.16);
}
.course-trustbar i{ opacity:.95; }
.instructor-card{
  background:#fff;
  border:1px solid rgba(0,0,0,.07);
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 10px 24px rgba(0,0,0,0.06);
  display:flex;
  gap: 16px;
  align-items:flex-start;
}
.instructor-photo{
  width: 92px;
  height: 92px;
  border-radius: 14px;
  overflow:hidden;
  border:1px solid rgba(0,0,0,.08);
  flex: 0 0 auto;
}
.instructor-photo img{ width:100%; height:100%; object-fit: cover; }
.instructor-content h2{ margin:0 0 6px; font-weight:900; color:#1b1f24; font-size: 20px; }
.instructor-name{ margin:0 0 8px; color:#555; }
.instructor-text{ margin:0 0 12px; color:#444; line-height:1.6; }
.instructor-badges{ display:flex; gap: 8px; flex-wrap: wrap; }
.instructor-badges span{
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(177,18,38,.08);
  color:#b11226;
  border:1px solid rgba(177,18,38,.18);
}
@media (max-width: 767px){
  .instructor-card{ flex-direction: column; }
}
.testimonial-meta{
  margin-top: 8px;
  font-size: 12px;
  color: #777;
}
/* =========================
   Formatic 2000 - About page
   ========================= */

.f2000-about {
  background: #f3f3f3;
  padding: 28px 26px;
  border-radius: 10px;
}

@media (min-width: 992px) {
  .f2000-about {
    padding: 36px 46px;
  }
}

.f2000-about__header {
  text-align: center;
  padding-bottom: 10px;
}

.f2000-about__title {
  margin-top: 0;
  font-weight: 700;
}

.f2000-about__lead {
  max-width: 900px;
  margin: 10px auto 18px;
  color: #555;
  font-size: 16px;
  line-height: 1.6;
}

.f2000-about__cta {
  margin: 10px 0 18px;
}

.f2000-about__cta .btn {
  margin: 6px 6px;
}

.f2000-about__section {
  margin-top: 26px;
}

.f2000-about__h2 {
  margin: 0 0 14px;
  font-weight: 700;
}

/* KPI cards */
.f2000-kpis {
  margin-top: 12px;
}

.f2000-kpi {
	background: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 10px;
	padding: 18px 14px;
	margin: 10px 0;
	box-shadow: 0 4px 14px rgba(0,0,0,0.05);
	text-align: center;
}

.f2000-kpi__value {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.1;
}

.f2000-kpi__label {
  color: #666;
  margin-top: 4px;
}

/* Cards */
.f2000-card {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  padding: 18px 18px;
  margin-bottom: 18px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.05);
}

.f2000-card__title {
  margin-top: 0;
  font-weight: 700;
  font-size: 18px;
}

.f2000-card__title i {
  margin-right: 8px;
}

.f2000-card__text {
  color: #555;
  line-height: 1.6;
}

.f2000-card--soft {
  background: #fff;
}

.f2000-card--cta {
  border-left: 4px solid #d9534f; /* bootstrap danger */
}

/* Lists with icons */
.f2000-list {
  list-style: none;
  padding-left: 0;
  margin: 12px 0 0;
}

.f2000-list li {
  margin: 10px 0;
  color: #444;
  line-height: 1.45;
}

.f2000-list li i {
  margin-right: 10px;
  color: #d9534f;
}

.f2000-list--two-cols {
  columns: 1;
}

@media (min-width: 768px) {
  .f2000-list--two-cols {
    columns: 2;
    column-gap: 28px;
  }
}

/* Mini expertise blocks */
.f2000-mini {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  padding: 16px 16px;
  margin-bottom: 18px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.05);
}

.f2000-mini__head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.f2000-mini__head h3 {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
}

/* Badges */
.f2000-badges {
  margin-top: 14px;
}

.f2000-badge {
  display: inline-block;
  background: #f7f7f7;
  border: 1px solid #e6e6e6;
  padding: 8px 10px;
  border-radius: 999px;
  margin: 6px 6px 0 0;
  color: #444;
  font-size: 13px;
}

.f2000-badge i {
  margin-right: 6px;
  color: #d9534f;
}

/* Contact items */
.f2000-about__contact {
  border-top: 1px solid #e6e6e6;
  padding-top: 18px;
}

.f2000-contact-item {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  padding: 14px 14px;
  margin: 10px 0;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  box-shadow: 0 4px 14px rgba(0,0,0,0.05);
  min-height: 100px;
}

.f2000-contact-item i {
  font-size: 20px;
  color: #d9534f;
  margin-top: 2px;
}

.f2000-contact-item__label {
  color: #777;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.f2000-contact-item__value {
  color: #333;
  font-weight: 700;
}
/* =========================
   Location de salle - Formatic 2000
   ========================= */

.f2000-rental { padding-top: 10px; }

.f2000-hero{
  background:#f3f3f3;
  border:1px solid #e6e6e6;
  border-radius:12px;
  padding:22px 18px;
  margin-bottom:18px;
  box-shadow:0 4px 14px rgba(0,0,0,0.05);
  text-align:center;
}

.f2000-hero__title{ margin-top:0; font-weight:800; }
.f2000-hero__lead{ color:#555; max-width:920px; margin:10px auto 14px; line-height:1.6; }

.f2000-hero__cta .btn{ margin:6px 6px; }

.f2000-hero__badges{ margin-top:10px; }
.f2000-badge{
  display:inline-block;
  background:#fff;
  border:1px solid #e6e6e6;
  border-radius:999px;
  padding:8px 10px;
  margin:6px 6px 0 0;
  font-size:13px;
  color:#444;
}
.f2000-badge i{ margin-right:6px; color:#d9534f; }

.f2000-card{
  background:#fff;
  border:1px solid #e6e6e6;
  border-radius:12px;
  padding:18px;
  margin-bottom:18px;
  box-shadow:0 4px 14px rgba(0,0,0,0.05);
}
.f2000-card__title{ margin-top:0; font-weight:700; }
.f2000-card__title i{ margin-right:8px; color:#d9534f; }
.f2000-card__text{ color:#555; line-height:1.6; }

.f2000-card--accent{ border-left:4px solid #d9534f; }
.f2000-card--cta{ border-left:4px solid #d9534f; }

.f2000-section-title{
  margin:6px 0 12px;
  font-weight:800;
}

/* Lists */
.f2000-list{ list-style:none; padding-left:0; margin:12px 0 0; }
.f2000-list li{ margin:10px 0; color:#444; line-height:1.45; }
.f2000-list li i{ margin-right:10px; color:#d9534f; }

.f2000-list--two-cols{ columns:1; }
@media (min-width:768px){
  .f2000-list--two-cols{ columns:2; column-gap:28px; }
}

/* Room cards */
.f2000-room{
  background:#fff;
  border:1px solid #e6e6e6;
  border-radius:12px;
  padding:18px;
  margin-bottom:18px;
  box-shadow:0 4px 14px rgba(0,0,0,0.05);
}
.f2000-room__head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
}
.f2000-room__title{ margin:0; font-weight:800; }
.f2000-room__text{ margin-top:10px; color:#555; line-height:1.6; }

.f2000-room__meta{ display:flex; gap:8px; flex-wrap:wrap; }
.f2000-chip{
  display:inline-block;
  background:#f7f7f7;
  border:1px solid #e6e6e6;
  padding:6px 10px;
  border-radius:999px;
  font-size:12px;
  color:#444;
}
.f2000-chip i{ margin-right:6px; color:#d9534f; }

.f2000-gallery{ margin-top:10px; }
.f2000-img{
  border-radius:10px;
  border:1px solid #e6e6e6;
  box-shadow:0 4px 14px rgba(0,0,0,0.04);
  margin-bottom:12px;
}

/* Sidebar sticky (desktop) */
.f2000-sticky{ position:static; }
@media (min-width:992px){
  .f2000-sticky{ position:sticky; top:90px; }
}

.f2000-qualiopi { margin-top: 22px; }
.f2000-qualiopi h3 i { margin-right: 8px; }

.f2000-contact-intro { margin-bottom: 16px; }
.f2000-h2 { font-weight: 800; margin-top: 0; }
.f2000-h3 { font-weight: 700; margin-top: 16px; }

.f2000-muted { color: #666; }

.f2000-mini-card{
  background:#fff;
  border:1px solid #e6e6e6;
  border-radius:12px;
  padding:14px;
  display:flex;
  gap:12px;
  align-items:flex-start;
  box-shadow:0 4px 14px rgba(0,0,0,0.05);
  margin: 10px 0;
}

.f2000-mini-card i{
  color:#d9534f;
  font-size:20px;
  margin-top:2px;
}

.f2000-mini-card__label{
  color:#777;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:0.4px;
}

.f2000-mini-card__value{
  font-weight:700;
  color:#333;
}

.f2000-card{
  background:#fff;
  border:1px solid #e6e6e6;
  border-radius:12px;
  padding:18px;
  margin-bottom:18px;
  box-shadow:0 4px 14px rgba(0,0,0,0.05);
}

.f2000-card--cta{ border-left:4px solid #d9534f; }
.f2000-card--soft{ background:#f7f7f7; }

.f2000-img{
  border-radius:10px;
  border:1px solid #e6e6e6;
}

.f2000-map iframe{ border-radius: 10px; }
