/**
Theme Name: Infinite Agency
Author: Infinite Agency
Author URI: https://www.infiniteagency.fr
Description: Thème production
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: infinite-agency
Template: astra
*/

/* ======================================================
   AUTO-GENERATED BLOG POST STYLES
   Site: https://www.prothese-perruque-albi.com
   Generated: 2026-06-03
   Brand: #1282A2 / #9FD8CB
   ====================================================== */

/* 1. CONTENT WIDTH */
.single-post .entry-content > div > h2,
.single-post .entry-content > div > h3,
.single-post .entry-content > div > h4,
.single-post .entry-content > div > p,
.single-post .entry-content > div > ul,
.single-post .entry-content > div > ol,
.single-post .entry-content > div > div,
.single-post .entry-content > div > img {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.single-post .entry-content > div {
  max-width: 100%;
}

/* 2. TOC BOX */
.single-post .entry-content > div > div:first-child {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 20px 25px;
}
.single-post .entry-content > div > div:first-child a {
  text-decoration: none !important;
  color: #1282A2;
}
.single-post .entry-content > div > div:first-child a:hover {
  text-decoration: underline !important;
}

/* 3. H2 HEADINGS */
.single-post .entry-content h2 {
  font-size: 26px;
  font-weight: 700;
  color: #54595F;
  letter-spacing: -0.3px;
  padding-top: 40px;
  padding-bottom: 16px;
  margin-top: 60px;
  margin-bottom: 20px;
  border-bottom: 3px solid #9FD8CB;
  font-family: 'Roboto', sans-serif;
}
.single-post .entry-content > div > h2:first-of-type {
  margin-top: 30px;
}

/* 4. H3 HEADINGS */
.single-post .entry-content h3 {
  font-size: 20px;
  font-weight: 600;
  color: #2d2d2d;
  padding-left: 16px;
  border-left: 4px solid #1282A2;
  margin-top: 35px;
  margin-bottom: 14px;
  font-family: 'Roboto', sans-serif;
}

/* 5. PARAGRAPHS */
.single-post .entry-content p {
  font-size: 16.5px;
  line-height: 1.8;
  margin-bottom: 18px;
  color: #7A7A7A;
}

/* 6. LISTS */
.single-post .entry-content > div > ul,
.single-post .entry-content > div > ol {
  max-width: 960px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  padding: 20px 20px 20px 40px;
  margin-bottom: 22px;
  border: 1px solid rgba(203, 213, 225, 0.6);
}
.single-post .entry-content li {
  margin-bottom: 10px;
  line-height: 1.75;
  font-size: 16.5px;
  color: #7A7A7A;
}
.single-post .entry-content li:last-child {
  margin-bottom: 0;
}

/* 7. LINKS */
.single-post .entry-content a:not([class]) {
  color: #1282A2;
  text-decoration: underline;
  text-decoration-color: #1282A24d;
  text-underline-offset: 3px;
  transition: text-decoration-color 0.2s ease;
}
.single-post .entry-content a:not([class]):hover {
  text-decoration-color: #1282A2;
}

/* 8. IMAGES */
.single-post .entry-content img {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* 9. CTA BOX */
.cta-box {
  max-width: 960px;
  margin: 40px auto;
  background: linear-gradient(135deg, #1282A2, #006888);
  border-radius: 16px;
  padding: 40px;
  text-align: center;
  box-shadow: 0 8px 30px #1282A240;
}
.cta-box p {
  color: white !important;
  max-width: 100% !important;
}
.cta-box .cta-heading {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.4;
  font-family: 'Roboto', sans-serif;
}
.cta-box .cta-subtext {
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: 16px;
  margin-bottom: 24px;
  line-height: 1.6;
}
.cta-box a.cta-devis, a.cta-devis {
  display: inline-block;
  background: #9FD8CB;
  color: white !important;
  padding: 16px 40px;
  border-radius: 30px;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none !important;
  box-shadow: 0 4px 15px #9FD8CB66;
  transition: transform 0.2s, box-shadow 0.2s;
  letter-spacing: 0.3px;
}
.cta-box a.cta-devis:hover, a.cta-devis:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px #9FD8CB80;
  background: #8bc4b7;
}

/* 10. CALLOUT BOXES */
.callout-amber {
  max-width: 960px;
  margin: 30px auto;
  background: linear-gradient(135deg, #fff7ed, #fef3c7);
  border-left: 5px solid #9FD8CB;
  border-radius: 0 12px 12px 0;
  padding: 24px 28px;
  font-size: 15.5px;
  line-height: 1.7;
  color: #2d2d2d;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.callout-amber strong:first-child {
  color: #b45a00;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  display: block;
  margin-bottom: 8px;
}
.callout-blue {
  max-width: 960px;
  margin: 30px auto;
  background: linear-gradient(135deg, #eff6ff, #dbeafe);
  border-left: 5px solid #1282A2;
  border-radius: 0 12px 12px 0;
  padding: 24px 28px;
  font-size: 15.5px;
  line-height: 1.7;
  color: #1e3250;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.callout-blue strong:first-child {
  color: #1282A2;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  display: block;
  margin-bottom: 8px;
}

/* 11. COMPARISON TABLE */
.comparison-table {
  max-width: 960px;
  margin: 35px auto;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(203, 213, 225, 0.5);
  padding: 0;
  line-height: normal;
}
.comparison-table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 15px;
  line-height: 1.6;
}
.comparison-table thead th {
  background: #1282A2;
  color: white;
  padding: 14px 20px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: center;
  border: none;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid #006888;
}
.comparison-table thead th:first-child {
  text-align: left;
}
.comparison-table thead th:last-child {
  border-right: none;
}
.comparison-table tbody td {
  padding: 12px 20px;
  border-bottom: 1px solid #e5e7eb;
  text-align: center;
  background: inherit;
}
.comparison-table tbody td:first-child {
  text-align: left;
  font-weight: 500;
}
.comparison-table tbody tr:nth-child(even) {
  background: #f8fafc;
}
.comparison-table tbody tr:nth-child(odd) {
  background: white;
}
.comparison-table tbody tr:last-child td {
  border-bottom: none;
}

/* 12. STEP BADGES */
h3.step-badge {
  display: flex;
  align-items: center;
  border-left: none !important;
  padding-left: 0 !important;
}
.badge-1, .badge-2, .badge-3, .badge-4 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: white;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 700;
  margin-right: 12px;
  flex-shrink: 0;
}
.badge-1 { background: #9FD8CB; }
.badge-2 { background: #1282A2; }
.badge-3 { background: #16a34a; }
.badge-4 { background: #dc2626; }

/* 13. FAQ */
.single-post .entry-content h3.faq-question {
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
  border-left: 4px solid #1282A2;
  border-radius: 0 8px 8px 0;
  padding: 14px 20px;
  margin-top: 25px;
  margin-bottom: 10px;
}

/* 14. RESPONSIVE */
@media (max-width: 768px) {
  .single-post .entry-content > div > h2,
  .single-post .entry-content > div > h3,
  .single-post .entry-content > div > p,
  .single-post .entry-content > div > ul,
  .single-post .entry-content > div > ol,
  .single-post .entry-content > div > div,
  .single-post .entry-content > div > img,
  .single-post .entry-content img {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
  .single-post .entry-content > div > div:first-child {
    max-width: 100%;
    margin-left: 16px;
    margin-right: 16px;
  }
  .single-post .entry-content h2 {
    font-size: 22px;
    margin-top: 40px;
    padding-top: 25px;
  }
  .single-post .entry-content h3 {
    font-size: 18px;
  }
  .cta-box {
    margin-left: 16px;
    margin-right: 16px;
    padding: 28px 20px;
  }
  .cta-box .cta-heading {
    font-size: 19px;
  }
  .cta-box a.cta-devis {
    padding: 14px 28px;
    font-size: 15px;
  }
  .callout-amber, .callout-blue {
    max-width: 100%;
    margin-left: 16px;
    margin-right: 16px;
  }
  .comparison-table {
    max-width: 100%;
    margin-left: 16px;
    margin-right: 16px;
    overflow-x: auto;
  }
  .comparison-table table {
    font-size: 13px;
  }
  .comparison-table thead th,
  .comparison-table tbody td {
    padding: 10px 12px;
  }
}

/* ------------------------------- ARTICLE AUTOPOSTS ---------------------------------- */
.ast-single-entry-banner[data-post-type="post"] {
  justify-content: center;
  width: 100%;
  padding-top:20em;
  padding-right: 3em;
	margin-bottom:0px;
  padding-bottom: 6em;
  padding-left: 3em;
 background: url(/wp-content/uploads/2026/03/soin-argile.jpeg);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

.ast-page-builder-template .ast-related-post .entry-header, .ast-related-post-content .entry-header, .ast-related-post-content .entry-meta {
    margin: 1em auto 1em auto;
    padding: 0;
    background: url(/wp-content/uploads/2026/03/janv.-2026-20_12_57.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	border-radius: 15px;
    width: 100%;
    height: 400px;
    padding: 220px 0px;
    margin-bottom: 50px;
    margin-top: 0em;
}


.entry-title {font-size: 38px;}

.site .ast-single-related-posts-container {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 2em;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  display: block;
  background-color: transparent;
}

.ast-page-builder-template .ast-related-posts-title-section {
  display: none;
}

.entry-meta {display: none;}

.single.ast-page-builder-template .entry-header {
  padding-left: 0px;
  padding-right: 0px;
}

.single .entry-header .post-thumb img {
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  max-height: 400px;
}


.single.ast-page-builder-template .entry-header {
  background: url(/wp-content/uploads/2025/10/activites-localites-audtion-passion.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
 height: 400px;
  padding: 300px 0px 150px 0px;
  margin-bottom: 50px;
	 margin-top: 0em;
}

.ast-single-post .entry-title, .ast-single-post .entry-title a {
  line-height: 1.2;
  color: #fff;
  margin-bottom: 30px;
  margin-right: auto;
  display: block;
	margin-left:auto;
  text-align: center;
	max-width:1200px;
}

p, .entry-content p {
  margin-bottom: 1.2em;
}

.ast-page-builder-template.single .post-navigation {
  padding-bottom: 2em;
  max-width: 1200px;
  margin: 0;
    margin-right: 0px;
    margin-left: 0px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.e-con-boxed.e-flex {
  padding: 0px 20px;
}

.titreh2 {font-size:2.4rem; color:#2d2d2d; text-transform: initial; margin-top: 70px; text-align:left !important; line-height: 1.2em;}
.titreh3 {font-size:2.1rem; color:#2d2d2d; text-transform: initial; margin-top: 70px; text-align:left !important; line-height: 1.2em;}



@media (max-width: 867px) {
	
.single.ast-page-builder-template .entry-header {
  background: url(/wp-content/uploads/2025/10/activites-localites-audtion-passion.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
 height: 400px;
  padding: 260px 0px 20px 0px;
  margin-bottom: 50px;
}

.ast-single-post .entry-title, .ast-single-post .entry-title a {
  line-height: 1.2;
  color: #fff;
  margin-bottom: 30px;
  margin-right: auto;
  display: block;
	margin-left:auto;
  text-align: center;
	max-width:1200px;
}
}



@media screen and (max-width: 544px) {

.custom-header-link {display:block;}
	
.single.ast-page-builder-template .entry-header {
  background: url(/wp-content/uploads/2025/10/activites-localites-audtion-passion.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
 height: 350px;
  padding: 200px 0px 0px 0px;
  margin-bottom: 50px;
}
	
.entry-title {font-size: 25px;}

.ast-single-post .entry-title, .ast-single-post .entry-title a {
  line-height: 1.2;
  color: #fff;
  margin-bottom: 30px;
  margin-right: auto;
  display: block;
	margin-left:auto;
  text-align: center;
	max-width:1200px;
	padding:0px 15px;
}
}
/* ----------------------------- ARTICLES AUOPOSTS ---------------------------------- */










/* TEL MOBIL */
.custom-header-link {text-align: center;background-color: #3aa6b9;padding: 0px 0px 0px 0px;font-size: 16px; display: block;
    position: fixed;
    margin:0;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
}
.custom-header-link a {color: #fff;text-decoration: none;font-weight: 700;}
.custom-header-link a:hover {text-decoration: none;}
.btxcontact {padding:8x 10px; text-align:center; color:#666;}
/* TEL MOBIL */


.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
  font-size: 14px;
  line-height: 18px;
}

.cc-window.cc-floating {
  padding: 1em;
  max-width: 20em;
}

.cc-theme-classic .cc-btn {
  border-radius: 5px;
  font-size: 14px;
  line-height: 17px;
}

.cocheok {font-size:11px; color:#979191; line-height:14px; text-align:justify; }