/**
 * Theme Name: Kadence Child
 * Theme URI:  https://www.kadencewp.com/kadence-theme/
 * Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
 * Author:     Kadence WP
 * Author URI: https://www.kadencewp.com/
 * Template:   kadence
 * Version:    1.0.2
 * License:    GNU General Public License v2 or later
 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
 * Tags:       translation-ready, accessibility-ready, two-columns, right-sidebar, left-sidebar, footer-widgets, blog, custom-logo, custom-background, custom-menu, rtl-language-support, editor-style, threaded-comments, custom-colors, featured-images, wide-blocks, full-width-template, theme-options, e-commerce
 * Text Domain: kadence-child
 * Generated by WPMasterToolKit
 * @link https://wordpress.org/plugins/wpmastertoolkit/
 */



/* ============================================================
   TYPOGRAPHIE
   ============================================================ */

.sb  { font-weight: 600; }
.sg  { font-weight: 500; }

.hyphen {
  word-break: break-word;
  hyphens: auto;
}
.nohyphen { hyphens: none; }

.cesures {
  word-break: break-word;
  hyphens: auto;
  hyphenate-limit-lines: 2;
  hyphenate-limit-chars: 6 3 2;
  hyphenate-limit-zone: 40px;
}

/* Citations */
.cit,
.cit2 {
  font-style: italic;
  margin: 18px 0;
  padding-left: 10px;
  border-left: 1px solid #2d3748;
}
.cit2 { font-size: 1.1rem; }


/* ============================================================
   GLYPHES (carré après l'élément)
   ============================================================ */

.glyphe::after,
.glyphe-mauve::after,
.glyphe-bleu::after {
  position: relative;
  bottom: -0.047em;
  left: 4px;
  content: '\0025A0';
  font-family: "Courier New", Courier, monospace;
}
.glyphe::after       { color: #6EC1E4; }
.glyphe-mauve::after { color: #2F19AFAD; }
.glyphe-bleu::after  { color: #183C51; }


/* ============================================================
   ENCADRÉS
   ============================================================ */

.encadre {
  padding: 20px;
  background-color: #f2f2f2;
  border-radius: 16px;
}

.encadre-bleu {
  background-color: #233575;
  color: white;
  padding: 0 8px;
  text-align: center;
  border-radius: 16px;
}


/* ============================================================
   MARGES & ESPACEMENTS
   ============================================================ */

.mrb1  { margin-bottom: 1rem; }

.no-vertical-margin {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

p.mrg,
p.mrb { margin-bottom: 0; }
p.mrt { margin-top: 0; }

p.mrg {
  padding: 0;
  margin: 0;
}

p.mrg2 {
  margin: 0;
  word-break: break-word;
  hyphens: auto;
  orphans: 3;
  widows: 3;
}

p.top  { margin: 1em 0 0; }
.top8  { margin: 0.8em 0 0; }

.rotate { transform: rotate(90deg); }
.cache  { display: none; }


/* ============================================================
   LISTES
   ============================================================ */

ul.liste-carree {
  margin: 0;
  padding-left: 15px;
  list-style-type: square;
  text-align: left;
}

.icon-align-top li { align-items: flex-start !important; }


/* ============================================================
   FILETS DE SÉPARATION  (pseudo-élément ::after)
   ============================================================ */

.bb-my20-grey::after,
.bb-my20-green::after,
.bb-my20-mauve::after,
.bb-my20-white::after {
  content: "";
  display: block;
  width: 12%;
  margin: 20px 0;
}
.bb-my20-grey::after  { border-top: 1px solid rgb(112, 112, 112); }
.bb-my20-green::after { border-top: 1px solid #5CBCAC; }
.bb-my20-mauve::after { border-top: 1px solid #4F359C; }
.bb-my20-white::after { border-top: 1px solid #fff; }

/* Filet centré */
.bb-center::after { margin: 20px auto; }

/* Filet demi-largeur */
.bb-w50::after { width: 50%; }

@media (max-width: 768px) {
  .bb-my20-grey::after,
  .bb-my20-white::after { margin: 20px auto; }
}


/* ============================================================
   BLOCS-TITRES
   ============================================================ */

.surtitre {
  font-weight: bold;
  font-size: 11px;
  color: #555;
  margin: 20px 0 5px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}

.hr2 {
  background: #777;
  width: 45px;
  height: 2px;
  margin: 6px auto;
  border: 0;
}

.subh2 {
  color: #333;
  font-size: 25px;
  font-weight: normal;
  margin: 0 0 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}


/* ============================================================
   LIENS
   ============================================================ */

a.link-mauve {
  text-decoration: none;
  color: #363636;
  border-bottom: 1px solid #4F359C;
}
a.link-mauve:hover {
  color: #666;
  border-bottom: 1px solid #666;
}

a.link-blanc {
  text-decoration: none;
  color: #363636;
  border-bottom: 1px solid #fff;
}
a.link-blanc:hover {
  color: #666;
}

a.link-white {
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid #5CBCAC;
}
a.link-white:hover { color: #666; }

a.link-footer {
  text-decoration: none;
  color: white;
  border-bottom: 1px solid #F4B2CB;
}
a.link-footer:hover {
  color: #666 !important;
  border-bottom: 1px solid #666;
  cursor: pointer;
}


/* ============================================================
   IMAGE
   ============================================================ */

.borderImg {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}


/* ============================================================
   FORMULAIRE DE CONTACT
   ============================================================ */

#fluentform_3 .bt-envoyer {
  background-color: #233575 !important;
  border: none;
}


