/*
Theme Name: Salient Enfant
Description: Theme enfant de Salient. Vous pouvez maintenant effectuer vos modifications en toute sécurité.
Author: WPMarmite
Author URI: https://wpmarmite.com
Template: salient
Version: 1.0
*/


.home-prestation-section h2{
	font-size:2em;
}


@media screen and (max-width:1000px){
	.hero-home-btn-presta{
		margin-bottom:50px!important;
	}
}


.jbtp-presta-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 36px 28px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid transparent;
    position: relative;
    overflow: hidden;
    font-family: 'DM Sans', sans-serif;
}

.jbtp-presta-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #f2860e;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.jbtp-presta-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.16);
    border-color: #fef3e2;
}

.jbtp-presta-card:hover::before {
    transform: scaleX(1);
}

.jbtp-presta-card-icon {
    width: 52px;
    height: 52px;
    background: #fef3e2;
    color: #f2860e;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 20px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.jbtp-presta-card:hover .jbtp-presta-card-icon {
    background: #f2860e;
    color: #ffffff;
}

.jbtp-presta-card h3 {
    font-family: 'Outfit', sans-serif;
    font-size: 19px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 12px 0;
    line-height: 1.3;
}

.jbtp-presta-card p {
    font-size: 14px;
    color: #777777;
    line-height: 1.7;
    margin: 0;
}







.jb-list {
    list-style: none !important;
    padding-left: 0 !important;
    margin: 0 !important;
}

.jb-list li {
    list-style: none !important;
    position: relative !important;
    padding-left: 34px !important;
    margin-bottom: 12px !important;
    line-height: 1.5 !important;
}

.jb-list li::marker {
    content: none !important;
    display: none !important;
}

.jb-list li::before {
    content: "" !important;
    width: 20px !important;
    height: 20px !important;
    background-color: #f2860e !important;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="white" d="M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z"/></svg>') !important;
    background-size: 10px 10px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    border-radius: 50% !important;
    position: absolute !important;
    left: 0 !important;
    top: 0.2em !important;
    display: block !important;
}

.jb-list li:last-child {
    margin-bottom: 0 !important;
}












/*style étapes*/
/* ═══════ JBTP PROCESS TIMELINE ═══════ */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@500;600;700;800&family=DM+Sans:wght@400;500&display=swap');

.jbtp-process {
    padding: 100px 0;
    background: #ffffff;
    font-family: 'DM Sans', sans-serif;
}

.jbtp-process-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.jbtp-process-header {
    text-align: center;
    margin-bottom: 64px;
}

.jbtp-process-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Outfit', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #f2860e;
    margin-bottom: 16px;
}

.jbtp-process-label::before {
    content: '';
    display: block;
    width: 24px;
    height: 2px;
    background: #f2860e;
}

.jbtp-process-title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 700;
    color: #000000;
    margin: 0 0 16px 0;
    line-height: 1.2;
}

.jbtp-process-subtitle {
    font-size: 17px;
    color: #777777;
    max-width: 640px;
    margin: 0 auto;
    line-height: 1.7;
}

/* ── Timeline Grid ── */
.jbtp-process-timeline {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    position: relative;
}

.jbtp-process-step {
    text-align: center;
    position: relative;
    padding: 0 8px;
}

/* Numéro rond */
.jbtp-process-step-number {
    width: 56px;
    height: 56px;
    background: #f2860e;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Outfit', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin: 0 auto 20px;
    position: relative;
    z-index: 2;
    box-shadow: 0 4px 16px rgba(242, 134, 14, 0.3);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.jbtp-process-step:hover .jbtp-process-step-number {
    transform: scale(1.1);
    box-shadow: 0 6px 24px rgba(242, 134, 14, 0.45);
}

/* Ligne connecteur entre les étapes */
.jbtp-process-step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 28px;
    left: calc(50% + 28px);
    width: calc(100% - 56px);
    height: 2px;
    background: linear-gradient(90deg, #f2860e, #c4c4c4);
    z-index: 1;
}

/* Icône */
.jbtp-process-step-icon {
    font-size: 28px;
    color: #f2860e;
    margin-bottom: 12px;
}

.jbtp-process-step h4 {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 8px 0;
    line-height: 1.3;
}

.jbtp-process-step p {
    font-size: 13px;
    color: #777777;
    line-height: 1.6;
    margin: 0;
}

/* ── Tablet ── */
@media (max-width: 1024px) {
    .jbtp-process-timeline {
        grid-template-columns: repeat(3, 1fr);
        gap: 32px 24px;
    }

    .jbtp-process-step:not(:last-child)::after {
        display: none;
    }
}

/* ── Mobile ── */
@media (max-width: 768px) {
    .jbtp-process {
        padding: 60px 0;
    }

    .jbtp-process-header {
        margin-bottom: 40px;
    }

    .jbtp-process-timeline {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .jbtp-process-step {
        text-align: left;
        display: grid;
        grid-template-columns: 56px 1fr;
        gap: 0 20px;
        align-items: start;
        padding: 0 0 32px 0;
        position: relative;
    }

    /* Ligne verticale sur mobile */
    .jbtp-process-step:not(:last-child)::after {
        display: block;
        top: 56px;
        left: 28px;
        width: 2px;
        height: calc(100% - 56px);
        background: linear-gradient(180deg, #f2860e, #e5e5e5);
    }

    .jbtp-process-step-number {
        margin: 0;
        grid-row: 1 / 3;
    }

    .jbtp-process-step-icon {
        display: none;
    }

    .jbtp-process-step h4 {
        margin-top: 4px;
    }
}


.align-center-custom{
    text-align:center!important;
}




.jbtp-reassurance-wrapper {
    padding: 20px 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.jbtp-reassurance-container {
    display: flex !important;
    justify-content: space-between !important;
    align-items: stretch !important;
    background: #ffffff !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.04) !important;
    padding: 25px 40px !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
}

.jbtp-reassurance-item {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    flex: 1 !important;
    min-width: 200px !important;
    padding: 10px 15px !important;
    position: relative !important;
}

.jbtp-reassurance-item:not(:last-child)::after {
    content: '' !important;
    position: absolute !important;
    right: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    height: 50px !important;
    width: 1px !important;
    background: #e5e5e5 !important;
}

.jbtp-reassurance-icon {
    flex-shrink: 0 !important;
    width: 35px !important;
    height: 35px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    align-self: center !important;
}

.jbtp-reassurance-icon img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    display: block !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.jbtp-reassurance-text {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    line-height: 1 !important;
}

.jbtp-reassurance-title {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #333333 !important;
    line-height: 1.2 !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

.jbtp-reassurance-subtitle {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #666666 !important;
    line-height: 1.2 !important;
    display: block !important;
    margin: 2px 0 0 0 !important;
    padding: 0 !important;
}

/* Tablet */
@media (max-width: 992px) {
    .jbtp-reassurance-container {
        padding: 20px 25px !important;
        gap: 15px !important;
    }
    
    .jbtp-reassurance-item {
        flex: 1 1 calc(50% - 20px) !important;
        min-width: calc(50% - 20px) !important;
        padding: 10px !important;
    }
    
    .jbtp-reassurance-item:not(:last-child)::after {
        display: none !important;
    }
    
    .jbtp-reassurance-item:nth-child(1),
    .jbtp-reassurance-item:nth-child(2) {
        border-bottom: 1px solid #e5e5e5 !important;
        padding-bottom: 20px !important;
    }
    
    .jbtp-reassurance-icon {
        width: 30px !important;
        height: 30px !important;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .jbtp-reassurance-wrapper {
        padding: 15px 10px !important;
    }
    
    .jbtp-reassurance-container {
        flex-direction: column !important;
        padding: 20px !important;
        gap: 0 !important;
        border-radius: 6px !important;
    }
    
    .jbtp-reassurance-item {
        flex: 1 1 100% !important;
        min-width: 100% !important;
        padding: 15px 10px !important;
        border-bottom: 1px solid #e5e5e5 !important;
    }
    
    .jbtp-reassurance-item:last-child {
        border-bottom: none !important;
        padding-bottom: 5px !important;
    }
    
    .jbtp-reassurance-item:first-child {
        padding-top: 5px !important;
    }
    
    .jbtp-reassurance-item:nth-child(1),
    .jbtp-reassurance-item:nth-child(2) {
        border-bottom: 1px solid #e5e5e5 !important;
        padding-bottom: 15px !important;
    }
    
    .jbtp-reassurance-icon {
        width: 30px !important;
        height: 30px !important;
    }
    
    .jbtp-reassurance-title {
        font-size: 15px !important;
    }
    
    .jbtp-reassurance-subtitle {
        font-size: 13px !important;
    }
}


  .jb-list {
    list-style: none !important;
    padding-left: 0 !important;
    margin: 0;
  }

  /* Supprime totalement les puces natives */
  .jb-list li::marker {
    content: none;
  }

  .jb-list li {
    position: relative;
    padding-left: 34px; /* espace pour le rond */
    margin-bottom: 12px;
    line-height: 1.5;
  }

  .jb-list li::before {
    content: "\f00c"; /* fa-check */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    width: 20px;
    height: 20px;
    background-color: #f2860e;
    color: #ffffff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0.2em;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
  }

  .jb-list li:last-child {
    margin-bottom: 0;
  }


/* ═══════ JBTP PROCESS TIMELINE ═══════ */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@500;600;700;800&family=DM+Sans:wght@400;500&display=swap');

.jbtp-process {
    padding: 100px 0;
    background: #ffffff;
    font-family: 'DM Sans', sans-serif;
}

.jbtp-process-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.jbtp-process-header {
    text-align: center;
    margin-bottom: 64px;
}

.jbtp-process-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Outfit', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #f2860e;
    margin-bottom: 16px;
}

.jbtp-process-label::before {
    content: '';
    display: block;
    width: 24px;
    height: 2px;
    background: #f2860e;
}

.jbtp-process-title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 700;
    color: #000000;
    margin: 0 0 16px 0;
    line-height: 1.2;
}

.jbtp-process-subtitle {
    font-size: 17px;
    color: #777777;
    max-width: 640px;
    margin: 0 auto;
    line-height: 1.7;
}

/* ── Timeline Grid ── */
.jbtp-process-timeline {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    position: relative;
}

.jbtp-process-step {
    text-align: center;
    position: relative;
    padding: 0 8px;
}

/* Numéro rond */
.jbtp-process-step-number {
    width: 56px;
    height: 56px;
    background: #f2860e;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Outfit', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin: 0 auto 20px;
    position: relative;
    z-index: 2;
    box-shadow: 0 4px 16px rgba(242, 134, 14, 0.3);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.jbtp-process-step:hover .jbtp-process-step-number {
    transform: scale(1.1);
    box-shadow: 0 6px 24px rgba(242, 134, 14, 0.45);
}

/* Ligne connecteur entre les étapes */
.jbtp-process-step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 28px;
    left: calc(50% + 28px);
    width: calc(100% - 56px);
    height: 2px;
    background: linear-gradient(90deg, #f2860e, #c4c4c4);
    z-index: 1;
}

/* Icône */
.jbtp-process-step-icon {
    font-size: 28px;
    color: #f2860e;
    margin-bottom: 12px;
}

.jbtp-process-step h4 {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 8px 0;
    line-height: 1.3;
}

.jbtp-process-step p {
    font-size: 13px;
    color: #777777;
    line-height: 1.6;
    margin: 0;
}

/* ── Tablet ── */
@media (max-width: 1024px) {
    .jbtp-process-timeline {
        grid-template-columns: repeat(3, 1fr);
        gap: 32px 24px;
    }

    .jbtp-process-step:not(:last-child)::after {
        display: none;
    }
}

/* ── Mobile ── */
@media (max-width: 768px) {
    .jbtp-process {
        padding: 60px 0;
    }

    .jbtp-process-header {
        margin-bottom: 40px;
    }

    .jbtp-process-timeline {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .jbtp-process-step {
        text-align: left;
        display: grid;
        grid-template-columns: 56px 1fr;
        gap: 0 20px;
        align-items: start;
        padding: 0 0 32px 0;
        position: relative;
    }

    /* Ligne verticale sur mobile */
    .jbtp-process-step:not(:last-child)::after {
        display: block;
        top: 56px;
        left: 28px;
        width: 2px;
        height: calc(100% - 56px);
        background: linear-gradient(180deg, #f2860e, #e5e5e5);
    }

    .jbtp-process-step-number {
        margin: 0;
        grid-row: 1 / 3;
    }

    .jbtp-process-step-icon {
        display: none;
    }

    .jbtp-process-step h4 {
        margin-top: 4px;
    }
}
