/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Aug 03 2026 | 14:17:43 */
/* =========================================================
   ARTICLES SEO - PECHE FRONTIGNAN
   CSS UNIVERSEL COMPLET
   ========================================================= */
.pf-hot {
  position: relative;
  display: inline-block;
}

.pf-hot::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 52%;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  background: url("https://www.pechefrontignan.com/wp-content/uploads/icons/flamme-materiel.svg") center / contain no-repeat;
  pointer-events: none;
}

@media screen and (max-width: 680px) {
  .pf-guide {
    overflow-x: visible !important;
  }

  .pf-hot::before {
    left: -16px;
    width: 11px;
    height: 11px;
  }
}

.pf-guide,
.pf-guide * {
  box-sizing: border-box;
}

.pf-guide {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  color: #292929;
  font-size: 18px;
  line-height: 1.7;
  overflow-wrap: break-word;
}

.pf-guide p {
  margin: 0 0 1.25em;
}

.pf-guide strong {
  font-weight: 700;
}

.pf-guide a {
  color: #0072a8;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.pf-guide a[href^="https://shop.pechefrontignan.com/products/"] {
  color: #0072a8;
  text-decoration: none;
}

.pf-guide a:hover,
.pf-guide a:focus {
  color: #0e4f78;
}

/* =========================================================
   TITRE PRINCIPAL WORDPRESS
   ========================================================= */

body.page h1,
body.page .entry-title,
body.page .page-title,
body.page .entry-header h1,
body.page .page-header h1,
body.page #content h1:first-of-type,
body.page #primary h1:first-of-type,
body.page main h1:first-of-type {
  width: 100% !important;
  max-width: 900px !important;
  margin: 0 auto 34px !important;
  padding: 0 !important;
  border: 0 !important;
  color: #151515 !important;
  font-size: 38px !important;
  font-weight: 800 !important;
  line-height: 1.18 !important;
  letter-spacing: -0.03em !important;
}

/* =========================================================
   TITRES INTERNES
   ========================================================= */

.pf-guide h2,
.pf-guide h3 {
  clear: both;
  color: #171717;
  scroll-margin-top: 100px;
}

.pf-guide h2 {
  margin: 2.4em 0 0.9em !important;
  padding: 0 0 0.42em !important;
  border: 0 !important;
  border-bottom: 3px solid #0072a8 !important;
  color: #171717 !important;
  font-size: 28px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.02em !important;
}

.pf-guide h3 {
  margin: 1.8em 0 0.7em !important;
  padding: 0 !important;
  border: 0 !important;
  color: #292929 !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  letter-spacing: -0.01em !important;
}

.pf-guide ul,
.pf-guide ol {
  margin-top: 0;
  margin-bottom: 1.4em;
}

.pf-guide li {
  margin-bottom: 0.4em;
}

/* =========================================================
   INTRODUCTION
   ========================================================= */

.pf-introduction {
  margin-bottom: 1.3em !important;
  color: #222222;
  font-size: 20px;
  line-height: 1.65;
}

/* =========================================================
   REPONSE DIRECTE
   ========================================================= */

.pf-answer {
  margin: 1.7em 0;
  padding: 1.25em 1.4em;
  border: 1px solid #cce3ee;
  border-left: 5px solid #0072a8;
  border-radius: 8px;
  background: #ebf4f8;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.pf-answer strong {
  color: #0e4f78;
}

/* =========================================================
   SOMMAIRE
   ========================================================= */

.pf-summary {
  margin: 1.8em 0 2em;
  padding: 1.35em 1.5em;
  border: 1px solid #dddddd;
  border-radius: 10px;
  background: #f7f7f7;
}

.pf-summary-title {
  display: block;
  margin-bottom: 0.65em;
  color: #171717;
  font-size: 20px;
  font-weight: 700;
}

.pf-summary ul {
  margin: 0;
  padding-left: 1.25em;
}

.pf-summary li {
  margin: 0.35em 0;
}

.pf-summary a {
  color: #0072a8;
}

/* =========================================================
   TABLEAUX
   ========================================================= */

.pf-table-wrap {
  width: 100%;
  margin: 1.5em 0 2em;
  overflow-x: auto;
  border: 1px solid #dddddd;
  border-radius: 9px;
  background: #ffffff;
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0.04);
  -webkit-overflow-scrolling: touch;
}

.pf-guide table {
  width: 100%;
  min-width: 760px;
  margin: 0 !important;
  border: 0 !important;
  border-collapse: collapse;
  background: #ffffff;
  font-size: 16px;
  line-height: 1.5;
}

.pf-guide th,
.pf-guide td {
  padding: 14px 15px !important;
  border: 0 !important;
  border-bottom: 1px solid #e5e5e5 !important;
  text-align: left;
  vertical-align: top;
}

.pf-guide th {
  background: #eeeeee;
  color: #171717;
  font-weight: 700;
}

.pf-guide tbody tr:nth-child(even) {
  background: #fafafa;
}

.pf-guide tbody tr:last-child td {
  border-bottom: 0 !important;
}

/* =========================================================
   IMAGE PRODUIT SIMPLE
   ========================================================= */

.pf-product-visual {
  width: 100%;
  max-width: 820px;
  margin: 1.5em auto 1.8em !important;
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid #dddddd;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
  text-align: center;
}

.pf-product-visual > a {
  display: flex !important;
  width: 100%;
  height: 330px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #ffffff;
  text-decoration: none !important;
}

.pf-product-visual img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  object-fit: cover;
  object-position: center;
}

.pf-product-visual figcaption {
  margin: 0 !important;
  padding: 11px 15px 12px;
  border-top: 1px solid #eeeeee;
  background: #fafafa;
  color: #626262;
  font-size: 14px;
  line-height: 1.4;
}

/* =========================================================
   DEUX IMAGES
   ========================================================= */

.pf-double-visual {
  display: flex;
  width: auto;
  margin: 1.5em -0.5em 1.8em;
  flex-wrap: wrap;
  align-items: stretch;
  font-size: 0;
}

.pf-double-visual figure {
  width: calc(50% - 1em);
  margin: 0 0.5em 1em !important;
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid #dddddd;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
  font-size: 16px;
  text-align: center;
}

.pf-double-visual figure > a {
  display: flex !important;
  width: 100%;
  height: 250px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #ffffff;
  text-decoration: none !important;
}

.pf-double-visual img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  object-fit: cover;
  object-position: center;
}

.pf-double-visual figcaption {
  margin: 0 !important;
  padding: 10px 12px 11px;
  border-top: 1px solid #eeeeee;
  background: #fafafa;
  color: #626262;
  font-size: 14px;
  line-height: 1.4;
}

/* =========================================================
   CARTES DE CHOIX
   ========================================================= */

.pf-choice-grid {
  display: flex;
  width: auto;
  margin: 1.5em -0.5em 1.8em;
  flex-wrap: wrap;
  align-items: stretch;
  font-size: 0;
}

.pf-choice-card {
  width: calc(50% - 1em);
  margin: 0 0.5em 1em;
  padding: 1.25em 1.3em;
  border: 1px solid #dddddd;
  border-radius: 9px;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  font-size: 18px;
  line-height: 1.6;
}

.pf-choice-card > strong:first-child {
  display: block;
  margin-bottom: 0.45em;
  color: #292929;
  font-size: 18px;
  line-height: 1.35;
}

/* =========================================================
   CONSEILS TECHNIQUES
   ========================================================= */

.pf-technique {
  margin: 1.5em 0;
  padding: 1.2em 1.35em;
  border-left: 4px solid #75858c;
  border-radius: 7px;
  background: #f1f5f6;
}

.pf-technique strong {
  color: #202020;
}

/* =========================================================
   AVERTISSEMENTS
   ========================================================= */

.pf-warning {
  margin: 1.5em 0;
  padding: 1.2em 1.35em;
  border: 1px solid #cce3ee;
  border-left: 4px solid #0072a8;
  border-radius: 7px;
  background: #ebf4f8;
}

/* =========================================================
   BOUTONS
   ========================================================= */

.pf-product-buttons {
  display: flex;
  margin: 1.3em -0.35em 1.7em;
  flex-wrap: wrap;
  justify-content: center;
}

.pf-button,
.pf-guide a.pf-button {
  display: inline-block !important;
  width: auto;
  margin: 0 0.35em 0.7em;
  padding: 12px 17px !important;
  border: 1px solid #0072a8 !important;
  border-radius: 6px !important;
  background: #0072a8 !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  text-align: center;
  text-decoration: none !important;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.pf-button:hover,
.pf-button:focus,
.pf-guide a.pf-button:hover,
.pf-guide a.pf-button:focus {
  border-color: #000000 !important;
  background: #000000 !important;
  color: #ffffff !important;
  text-decoration: none !important;
}

/* =========================================================
   ETAPES NUMEROTEES
   ========================================================= */

.pf-steps {
  margin: 1.5em 0 1.8em !important;
  padding: 0 !important;
  list-style: none !important;
  counter-reset: pf-step;
}

.pf-steps li {
  position: relative;
  min-height: 42px;
  margin: 0 0 1.15em !important;
  padding: 0.2em 0 0 55px !important;
  counter-increment: pf-step;
}

.pf-steps li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #0072a8;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  content: counter(pf-step);
}

/* =========================================================
   FAQ
   ========================================================= */

.pf-faq {
  margin: 0;
  padding: 1.3em 0;
  border-bottom: 1px solid #dddddd;
}

.pf-faq:last-child {
  border-bottom: 0;
}

.pf-guide .pf-faq h3 {
  margin: 0 0 0.55em !important;
  padding: 0 !important;
  border: 0 !important;
  color: #292929 !important;
  font-size: 19px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
}

.pf-faq p:last-child {
  margin-bottom: 0;
}

/* =========================================================
   BLOC FINAL
   ========================================================= */

.pf-final-box {
  margin: 2.3em 0 0;
  padding: 1.5em 1.6em;
  border-radius: 10px;
  background: #0e4f78;
  color: #ffffff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
}

.pf-guide .pf-final-box h2 {
  margin-top: 0 !important;
  border-bottom-color: #0072a8 !important;
  color: #ffffff !important;
}

.pf-final-box p {
  color: #f2f2f2;
}

/* =========================================================
   TABLETTE
   ========================================================= */

@media screen and (max-width: 900px) {
  body.page h1,
  body.page .entry-title,
  body.page .page-title,
  body.page .entry-header h1,
  body.page .page-header h1,
  body.page #content h1:first-of-type,
  body.page #primary h1:first-of-type,
  body.page main h1:first-of-type {
    font-size: 34px !important;
  }

  .pf-guide {
    max-width: 100%;
    font-size: 17px;
  }

  .pf-guide h2 {
    font-size: 27px !important;
  }

  .pf-guide h3 {
    font-size: 20px !important;
  }

  .pf-product-visual > a {
    height: 300px;
  }

  .pf-double-visual figure > a {
    height: 225px;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media screen and (max-width: 680px) {
  body.page h1,
  body.page .entry-title,
  body.page .page-title,
  body.page .entry-header h1,
  body.page .page-header h1,
  body.page #content h1:first-of-type,
  body.page #primary h1:first-of-type,
  body.page main h1:first-of-type {
    margin-bottom: 24px !important;
    font-size: 29px !important;
    line-height: 1.2 !important;
  }

  .pf-guide {
    width: 100%;
    max-width: 100%;
    font-size: 17px;
    line-height: 1.65;
  }

  .pf-introduction {
    font-size: 18px;
    line-height: 1.6;
  }

  .pf-guide h2 {
    margin: 2em 0 0.75em !important;
    font-size: 24px !important;
    line-height: 1.25 !important;
  }

  .pf-guide h3 {
    margin: 1.55em 0 0.6em !important;
    font-size: 19px !important;
    line-height: 1.3 !important;
  }

  .pf-answer,
  .pf-summary,
  .pf-technique,
  .pf-warning,
  .pf-final-box {
    padding: 1.05em 1.1em;
  }

  .pf-summary-title {
    font-size: 19px;
  }

  .pf-double-visual {
    display: block;
    width: 100%;
    margin: 1.4em 0 1.7em;
  }

  .pf-double-visual figure {
    width: 100%;
    margin: 0 0 1em !important;
  }

  .pf-double-visual figure > a {
    height: 220px;
  }

  .pf-product-visual {
    width: 100%;
    margin: 1.4em 0 1.7em !important;
  }

  .pf-product-visual > a {
    height: 235px;
  }

  .pf-product-visual figcaption,
  .pf-double-visual figcaption {
    font-size: 13px;
  }

  .pf-choice-grid {
    display: block;
    width: 100%;
    margin: 1.4em 0 1.7em;
  }

  .pf-choice-card {
    width: 100%;
    margin: 0 0 0.9em;
    padding: 1.05em 1.1em;
  }

  .pf-table-wrap {
    margin: 1.3em 0 1.7em;
  }

  .pf-guide table {
    min-width: 680px;
    font-size: 14px;
  }

  .pf-guide th,
  .pf-guide td {
    padding: 11px 12px !important;
  }

  .pf-product-buttons {
    display: block;
    width: 100%;
    margin: 1.2em 0 1.5em;
  }

  .pf-button,
  .pf-guide a.pf-button {
    display: block !important;
    width: 100% !important;
    margin: 0 0 0.7em !important;
    padding: 13px 15px !important;
  }

  .pf-steps li {
    padding-left: 50px !important;
  }

  .pf-steps li::before {
    width: 35px;
    height: 35px;
  }

  .pf-faq {
    padding: 1.15em 0;
  }

  .pf-guide .pf-faq h3 {
    font-size: 18px !important;
  }
}

/* =========================================================
   PETITS TELEPHONES
   ========================================================= */

@media screen and (max-width: 420px) {
  body.page h1,
  body.page .entry-title,
  body.page .page-title,
  body.page .entry-header h1,
  body.page .page-header h1,
  body.page #content h1:first-of-type,
  body.page #primary h1:first-of-type,
  body.page main h1:first-of-type {
    font-size: 27px !important;
  }

  .pf-guide {
    font-size: 16px;
  }

  .pf-introduction {
    font-size: 17px;
  }

  .pf-guide h2 {
    font-size: 23px !important;
  }

  .pf-guide h3 {
    font-size: 19px !important;
  }

  .pf-product-visual > a,
  .pf-double-visual figure > a {
    height: 205px;
  }

  .pf-answer,
  .pf-summary,
  .pf-technique,
  .pf-warning,
  .pf-final-box {
    padding: 1em;
  }
}

/* =========================================================
   CORRECTION DU DEBORDEMENT HORIZONTAL
   ========================================================= */

.pf-double-visual,
.pf-choice-grid,
.pf-product-buttons {
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.pf-guide,
.pf-table-wrap,
.pf-product-visual,
.pf-final-box {
  max-width: 100%;
}

@media screen and (max-width: 680px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .pf-guide {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .pf-table-wrap {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
  }
}