/*
Theme Name: Ferrite Child
Description: Theme enfant de Ferrite - thematique couleur vert (RAL 6029 Vert menthe / RAL 6026 Vert opale / RAL 5018 Bleu turquoise)
Author: Ferrite Studio
Template: ferrite
Version: 19.0.1306
*/

:root{
  --thicket-extra-color-1:#20603D;
  --thicket-extra-color-2:#015D52;
  --thicket-extra-color-3:#3F888F;
  --thicket-accent-color:#1a6a3f;
}
body a:hover,.thicket-color-accent-color{color:#1a6a3f;}
@media only screen and (min-width:1000px){
  #header-outer #logo,#header-outer .logo-clone{margin-top:18px;margin-bottom:18px;}
}
#footer-outer{padding-top:4px;padding-bottom:4px;}
#footer-outer #copyright{padding-top:15px;padding-bottom:15px;}

h1,h2,h3,h4,h5,h6,.thicket-split-heading,.thicket-split-heading *{font-family:'Work Sans',sans-serif;
  letter-spacing:-0.015em;}
#ajax-content-wrap .wpb_row.top-level.full-width-content > .row_col_wrap_12{
  padding-top:16px;padding-bottom:16px;}
#ajax-content-wrap .wpb_text_column{margin-bottom:24px;}
#page-content .vc_column-inner{padding-top:10px;}
.thicket-sticky-media-section__content-section:has(.thicket-sticky-media-section__media[style*="extra-color-1"]) .thicket-sticky-media-section__content-section-inner,.thicket-sticky-media-section__content-section:has(.thicket-sticky-media-section__media[style*="extra-color-1"]) .thicket-sticky-media-section__content-section-inner *{color:#ffffff!important;}
.thicket-sticky-media-section__content-section:has(.thicket-sticky-media-section__media[style*="extra-color-2"]) .thicket-sticky-media-section__content-section-inner,.thicket-sticky-media-section__content-section:has(.thicket-sticky-media-section__media[style*="extra-color-2"]) .thicket-sticky-media-section__content-section-inner *{color:#ffffff!important;}
.thicket-sticky-media-section__content-section:has(.thicket-sticky-media-section__media[style*="extra-color-3"]) .thicket-sticky-media-section__content-section-inner,.thicket-sticky-media-section__content-section:has(.thicket-sticky-media-section__media[style*="extra-color-3"]) .thicket-sticky-media-section__content-section-inner *{color:#ffffff!important;}

/* --- composants d'article --- thematique vert (RAL 6029, RAL 6026, RAL 5018) --- */
.thicx-liste,.thicx-reperes{list-style:none;margin:0 0 1.6em;padding:0;}
.thicx-liste li,.thicx-reperes li{position:relative;padding:.4em 0;line-height:1.65;
  border-bottom:1px solid #b9e7ce;}
.thicx-liste li:last-child,.thicx-reperes li:last-child{border-bottom:0;}
.thicx-reperes li{padding-left:1.1em;}
.thicx-reperes li:before{content:"";position:absolute;left:0;top:1em;
  width:.5em;height:.5em;border-radius:50%;background:#20603D;}
.thicx-reperes strong{color:#1a6a3f;}
.thicx-vigilance li{border-bottom:0;padding-left:0;}
.thicx-puce{margin-right:.4em;}
.thicx-etapes{counter-reset:etape;list-style:none;margin:0 0 1.6em;padding:0;}
.thicx-etapes li{counter-increment:etape;position:relative;
  padding:.1em 0 1em 2.7em;line-height:1.65;}
.thicx-etapes li:before{content:counter(etape);position:absolute;left:0;top:0;
  width:1.9em;height:1.9em;border-radius:18px;background:#20603D;color:#ffffff;
  display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.85em;}
.thicx-etapes strong{display:block;color:#1a6a3f;}
.thicx-tableau{margin:1.8em 0;}
.thicx-tableau figcaption{font-weight:600;margin-bottom:.6em;color:#1a6a3f;}
.thicx-tableau__scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;}
.thicx-tableau table{width:100%;border-collapse:collapse;min-width:32em;font-size:.95em;}
.thicx-tableau th{background:#20603D;color:#ffffff;text-align:left;padding:.7em .9em;
  font-weight:600;}
.thicx-tableau th:first-child{border-top-left-radius:18px;}
.thicx-tableau th:last-child{border-top-right-radius:18px;}
.thicx-tableau td{padding:.7em .9em;border-bottom:1px solid #b9e7ce;vertical-align:top;}
.thicx-tableau tbody tr:nth-child(even){background:#e7f7ee;}
.thicx-encart{margin:1.8em 0;padding:1.1em 1.3em;border-radius:18px;
  background:#e7f7ee;border-left:5px solid #20603D;}
.thicx-encart--conseil{background:#e5f7f5;border-left-color:#015D52;}
.thicx-encart--cas{background:transparent;border:1px solid #b9e7ce;
  border-left:5px solid #3F888F;}
.thicx-encart__t{font-weight:600;margin:0 0 .5em;color:#1a6a3f;}
.thicx-encart p{margin:0 0 .5em;}
.thicx-encart ul{margin:.2em 0 0;padding-left:1.1em;}
.thicx-encart li{margin:.25em 0;}
.thicx-chiffres{display:grid;gap:.9em;margin:1.8em 0;
  grid-template-columns:repeat(auto-fit,minmax(11em,1fr));}
.thicx-chiffre{padding:.9em 1em;border-radius:18px;background:#e7f7ee;}
.thicx-chiffre__v{display:block;font-size:1.5em;font-weight:700;color:#1a6a3f;line-height:1.1;}
.thicx-chiffre__t{display:block;font-size:.9em;opacity:.85;margin-top:.25em;}
@media (max-width:690px){
  .thicx-tableau table{min-width:26em;font-size:.9em;}
  .thicx-chiffres{grid-template-columns:1fr 1fr;}
}
