.elementor-1070101 .elementor-element.elementor-element-127c6df1, .elementor-1070101 .elementor-element.elementor-element-127c6df1 > [class*="elementor-background-"]{border-radius:15px 15px 15px 15px;}.elementor-1070101 .elementor-element.elementor-element-127c6df1{margin-top:20px;margin-bottom:0px;}.elementor-1070101 .elementor-element.elementor-element-a05bc5{text-align:center;}.elementor-1070101 .elementor-element.elementor-element-a05bc5 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:15px 0px 0px 0px;background-image:url("/img/cms/BACKGROUND/ARP_TITRE_80.webp");background-attachment:fixed;background-size:cover;border-radius:12px 12px 12px 12px;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}body.elementor-page-1070101 .page-header{display:none;}#content, #wrapper, #wrapper .container{min-width:100%;margin:0 !important;padding:0 !important;background:inherit !important;color:inherit !important;font:inherit !important;box-shadow:none !important;}@media(max-width:767px){.elementor-1070101 .elementor-element.elementor-element-a05bc5{font-size:13px;}.elementor-1070101 .elementor-element.elementor-element-a05bc5 > .elementor-widget-container{padding:10px 5px 1px 5px;}}/* Start custom CSS for text-editor, class: .elementor-element-a05bc5 *//* ========================================= */
/* IMPORT POLICE */
/* ========================================= */
@import url('https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');

/* ========================================= */
/* CONTENEUR PRINCIPAL */
/* ========================================= */
.livraison-rr {
    max-width: 1240px;
    margin: 0 auto 2rem;
    padding: 2.5rem 3rem 2rem;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(139, 111, 71, 0.2);
    font-family: 'Alegreya', 'Georgia', serif;
    line-height: 1.8;
    color: #2c1810;
    position: relative;
    text-align: center;
    animation: fadeIn 0.8s ease-out;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ========================================= */
/* TITRE H1 */
/* ========================================= */
.livraison-rr h1 {
    font-family: 'Alegreya', 'Georgia', serif;
    font-size: 2rem;
    font-weight: 700;
    color: #2c1810;
    text-align: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    position: relative;
    letter-spacing: 0.5px;
}

.livraison-rr h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 180px;
    height: 6px;
    background-image:
        linear-gradient(90deg, transparent 0%, #d4a574 20%, #d4a574 80%, transparent 100%),
        linear-gradient(90deg, transparent 0%, #8b6f47 20%, #8b6f47 80%, transparent 100%);
    background-size: 100% 2px;
    background-position: 0 0, 0 4px;
    background-repeat: no-repeat;
}

/* ========================================= */
/* TITRES H2 */
/* ========================================= */
.livraison-rr h2 {
    font-family: 'Alegreya', 'Georgia', serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: #8b6f47;
    margin: 2.5rem auto 1.25rem;
    padding: 0 0 0.75rem;
    position: relative;
    letter-spacing: 0.4px;
    text-align: center;
}

.livraison-rr h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 6px;
    background-image:
        linear-gradient(90deg, transparent 0%, #d4a574 20%, #d4a574 80%, transparent 100%),
        linear-gradient(90deg, transparent 0%, #8b6f47 20%, #8b6f47 80%, transparent 100%);
    background-size: 100% 2px;
    background-position: 0 0, 0 4px;
    background-repeat: no-repeat;
}

/* ========================================= */
/* TITRES H3 – ZONES */
/* ========================================= */
.livraison-rr h3 {
    font-family: 'Alegreya', 'Georgia', serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #2c1810;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 2rem auto 0.75rem;
    text-align: center;
}

/* ========================================= */
/* TITRES H4 – SOUS-SECTIONS */
/* ========================================= */
.livraison-rr h4 {
    font-family: 'Alegreya', 'Georgia', serif;
    font-size: 1rem;
    font-style: italic;
    color: #8b6f47;
    margin: 1.25rem auto 0.5rem;
    letter-spacing: 0.3px;
    text-align: center;
}

/* ========================================= */
/* PARAGRAPHES */
/* ========================================= */
.livraison-rr p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #2c1810;
    margin: 0 auto 1rem;
    text-align: center;
    max-width: 820px;
}

/* ========================================= */
/* BLOC INTRO ALLEMAGNE */
/* ========================================= */
.livraison-rr .bloc-intro {
    background: linear-gradient(135deg, #fdf6e3 0%, #fef9f0 100%);
    border-top: 3px solid #d4a574;
    border-bottom: 3px solid #d4a574;
    border-radius: 12px;
    padding: 1.5rem 2rem;
    margin: 0 auto 1.5rem;
    max-width: 860px;
    text-align: center;
}

.livraison-rr .bloc-intro p {
    margin-bottom: 0.75rem;
}

.livraison-rr .bloc-intro p:last-child {
    margin-bottom: 0;
}

/* ========================================= */
/* STRONG / EMPHASE */
/* ========================================= */
.livraison-rr strong {
    color: #8b6f47;
    font-weight: 600;
    letter-spacing: 0.3px;
    border-bottom: 2px solid rgba(212, 165, 116, 0.4);
    padding-bottom: 1px;
    transition: border-color 0.3s ease;
}

.livraison-rr strong:hover {
    border-bottom-color: #d4a574;
}

/* ========================================= */
/* LISTES – SANS BULLETS, CENTRÉES */
/* ========================================= */
.livraison-rr ul,
.livraison-rr ol {
    list-style: none;
    padding-left: 0;
    margin: 0 auto 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.livraison-rr ul li,
.livraison-rr ol li {
    position: relative;
    padding: 0.4rem 0;
    font-size: 1rem;
    color: #2c1810;
    text-align: center;
    border-bottom: 1px solid rgba(212, 165, 116, 0.2);
    width: 100%;
    max-width: 600px;
}

/* ========================================= */
/* TABLEAUX DE TARIFS */
/* ========================================= */
.livraison-rr table {
    width: 100%;
    max-width: 540px;
    margin: 0 auto 1.5rem;
    border-collapse: collapse;
    font-size: 0.95rem;
    font-family: 'Alegreya', 'Georgia', serif;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(139, 111, 71, 0.12);
    display: table;
}

.livraison-rr table thead tr {
    background: linear-gradient(90deg, #7a4e2d, #8b6f47);
    color: #fdf6e3;
}

.livraison-rr table thead th {
    padding: 11px 18px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.06em;
    font-size: 0.88rem;
    text-transform: uppercase;
}

.livraison-rr table tbody tr {
    background-color: #fff;
    transition: background-color 0.2s ease;
}

.livraison-rr table tbody tr:nth-child(even) {
    background-color: #fdf6e3;
}

.livraison-rr table tbody tr:hover {
    background-color: #f5e6c8;
}

.livraison-rr table tbody td {
    padding: 9px 18px;
    color: #2c1810;
    border-bottom: 1px solid rgba(212, 165, 116, 0.2);
    text-align: center;
}

.livraison-rr table tbody td:last-child {
    font-weight: 600;
    color: #7a4e2d;
}

/* ========================================= */
/* SÉPARATEURS */
/* ========================================= */
.livraison-rr hr {
    border: none;
    height: 6px;
    background-image:
        linear-gradient(90deg, transparent 0%, #d4a574 20%, #d4a574 80%, transparent 100%),
        linear-gradient(90deg, transparent 0%, #8b6f47 20%, #8b6f47 80%, transparent 100%);
    background-size: 100% 2px;
    background-position: 0 0, 0 4px;
    background-repeat: no-repeat;
    margin: 2.5rem auto;
    width: 50%;
}

/* ========================================= */
/* ITALIQUE – LISTES DE PAYS */
/* ========================================= */
.livraison-rr em {
    font-size: 0.88rem;
    color: #9a8070;
    line-height: 1.6;
    display: block;
    text-align: center;
    margin: 0 auto 0.75rem;
    max-width: 820px;
}

/* ========================================= */
/* AVERTISSEMENT VOLUMINEUX */
/* ========================================= */
.livraison-rr .avertissement {
    background-color: #fff8e1;
    border: 1px solid #d4a574;
    border-radius: 8px;
    padding: 10px 20px;
    color: #7a5c00;
    font-size: 0.92rem;
    margin: 0 auto 1.25rem;
    max-width: 540px;
    text-align: center;
}

/* ========================================= */
/* LIEN CONTACT */
/* ========================================= */
.livraison-rr a {
    color: #8b6f47;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 2px solid rgba(212, 165, 116, 0.4);
    padding-bottom: 1px;
    transition: border-color 0.3s ease, color 0.3s ease;
}

.livraison-rr a:hover {
    color: #7a4e2d;
    border-bottom-color: #d4a574;
}

/* ========================================= */
/* RESPONSIVE TABLETTE */
/* ========================================= */
@media (max-width: 992px) {
    .livraison-rr {
        padding: 2rem 2rem 1.5rem;
    }

    .livraison-rr h1 { font-size: 1.75rem; }
    .livraison-rr h2 { font-size: 1.35rem; }
    .livraison-rr h3 { font-size: 1.1rem; }

    .livraison-rr table {
        max-width: 100%;
    }

    .livraison-rr hr { width: 70%; }
}

/* ========================================= */
/* RESPONSIVE MOBILE */
/* ========================================= */
@media (max-width: 768px) {
    .livraison-rr {
        padding: 1.75rem 1.25rem 1.25rem;
        border-radius: 12px;
    }

    .livraison-rr h1 {
        font-size: 1.5rem;
    }

    .livraison-rr h1::after { width: 130px; }
    .livraison-rr h2::after { width: 90px; }

    .livraison-rr h2 { font-size: 1.2rem; }
    .livraison-rr h3 { font-size: 1rem; }

    .livraison-rr p,
    .livraison-rr ul li {
        font-size: 0.95rem;
    }

    .livraison-rr table {
        font-size: 0.85rem;
    }

    .livraison-rr table thead th,
    .livraison-rr table tbody td {
        padding: 8px 10px;
    }

    .livraison-rr .bloc-intro {
        padding: 1.25rem 1rem;
    }

    .livraison-rr hr { width: 80%; }
}

/* ========================================= */
/* RESPONSIVE PETIT MOBILE */
/* ========================================= */
@media (max-width: 480px) {
    .livraison-rr {
        padding: 1.5rem 0.75rem 1rem;
        border-radius: 10px;
    }

    .livraison-rr h1 { font-size: 1.3rem; }
    .livraison-rr h2 { font-size: 1.1rem; }
    .livraison-rr h3 { font-size: 0.95rem; }

    .livraison-rr table {
        font-size: 0.8rem;
    }

    .livraison-rr table thead th,
    .livraison-rr table tbody td {
        padding: 7px 8px;
    }

    .livraison-rr hr { width: 90%; }

    .livraison-rr .avertissement {
        max-width: 100%;
        font-size: 0.85rem;
    }
}

/* ========================================= */
/* RESPONSIVE TRÈS PETIT MOBILE */
/* ========================================= */
@media (max-width: 360px) {
    .livraison-rr {
        padding: 1.25rem 0.5rem 0.75rem;
    }

    .livraison-rr h1 { font-size: 1.15rem; }
    .livraison-rr h2 { font-size: 1rem; }

    .livraison-rr p,
    .livraison-rr ul li {
        font-size: 0.88rem;
    }
}/* End custom CSS */
/* Start custom CSS for page-settings *//* ========================================= */
/* WIDGET TITRE - STYLE RHYTHMS & ROOTS */
/* CLASSE GÉNÉRIQUE .rr-title */
/* ========================================= */

.rr-title {
    font-family: 'Alegreya', 'Georgia', serif;
    color: #5c4a3a;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.8px;
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 0.5rem 4.5rem 3rem;
    line-height: 1.4;
    max-width: 100%;
    animation: rrFadeIn 0.8s ease-out;

    /* Arrière-plan parchemin */
   /* background-image: url('https://rythmesroots.com/img/cms/bg-category-tablet-landscape.webp');
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-origin: border-box; */

    /* Ombre douce */
    filter: drop-shadow(0 4px 12px rgba(92, 74, 58, 0.15));
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
}

/* Ornement sous le titre */
.rr-title::after {
    content: '';
    position: absolute;
    bottom: 1.2rem;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 6px;
    background-image:
        linear-gradient(90deg, transparent 0%, #8b6f47 20%, #8b6f47 80%, transparent 100%),
        linear-gradient(90deg, transparent 0%, #5c4a3a 20%, #5c4a3a 80%, transparent 100%);
    background-size: 100% 2px;
    background-position: 0 0, 0 4px;
    background-repeat: no-repeat;
    opacity: 0.7;
}

/* Hover */
.rr-title:hover {
    color: #8b6f47;
    transition: all 0.3s ease;
    transform: scale(1.02);
    filter: drop-shadow(0 6px 16px rgba(92, 74, 58, 0.2));
}

/* Animation */
@keyframes rrFadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ========================================= */
/* VARIANTES DE TAILLE */
/* ========================================= */

.rr-title.rr-size-small  { font-size: 1.5rem; padding: 1.8rem 3.5rem 2.3rem; }
.rr-title.rr-size-default { font-size: 2rem;   padding: 2.2rem 4rem 2.7rem; }
.rr-title.rr-size-medium  { font-size: 2.5rem; padding: 2.7rem 5rem 3.2rem; }
.rr-title.rr-size-large   { font-size: 3rem;   padding: 3.2rem 5.5rem 3.7rem; }
.rr-title.rr-size-xl      { font-size: 3.5rem; padding: 3.7rem 6rem 4.2rem; }
.rr-title.rr-size-xxl     { font-size: 4rem;   padding: 4.2rem 6.5rem 4.7rem; }

/* ========================================= */
/* VARIANTES DE STYLE */
/* ========================================= */

.rr-title.rr-ornament-long  ::after { width: 180px; }
.rr-title.rr-ornament-short::after  { width: 80px; }
.rr-title.rr-ornament-none::after   { display: none; }
.rr-title.rr-ornament-bold::after   { height: 8px; background-position: 0 0, 0 5px; }

.rr-title.rr-color-dark    { color: #2c1810; text-shadow: 0 1px 3px rgba(255,255,255,0.6); }
.rr-title.rr-color-bronze  { color: #8b6f47; text-shadow: 0 1px 2px rgba(255,255,255,0.4); }

.rr-title.rr-no-bg  {
    background-image: none !important;
    filter: none !important;
    padding: 0 0 1.2rem;
}

.rr-title.rr-vintage {
    filter: drop-shadow(0 4px 12px rgba(92, 74, 58, 0.2)) sepia(0.15);
}

/* ========================================= */
/* RESPONSIVE TABLETTE  ≤ 992px */
/* ========================================= */

@media (max-width: 992px) {
    .rr-title                  { padding: 2rem 3.5rem 2.5rem; letter-spacing: 0.6px; }
    .rr-title::after           { width: 110px; bottom: 1rem; }
    .rr-title.rr-size-small    { font-size: 1.4rem; padding: 1.6rem 3rem 2.1rem; }
    .rr-title.rr-size-default  { font-size: 1.8rem; padding: 2rem 3.5rem 2.5rem; }
    .rr-title.rr-size-medium   { font-size: 2.2rem; padding: 2.4rem 4.5rem 2.9rem; }
    .rr-title.rr-size-large    { font-size: 2.7rem; padding: 2.9rem 5rem 3.4rem; }
    .rr-title.rr-size-xl       { font-size: 3.2rem; padding: 3.4rem 5.5rem 3.9rem; }
    .rr-title.rr-size-xxl      { font-size: 3.7rem; padding: 3.9rem 6rem 4.4rem; }
}

/* ========================================= */
/* RESPONSIVE MOBILE  ≤ 768px */
/* ========================================= */

@media (max-width: 768px) {
    .rr-title {
        padding: 1.8rem 3rem 2.3rem;
        letter-spacing: 0.5px;
        line-height: 1.3;
        filter: drop-shadow(0 3px 10px rgba(92, 74, 58, 0.12));
    }
    .rr-title::after           { width: 100px; height: 5px; background-position: 0 0, 0 3px; bottom: 0.9rem; }
    .rr-title.rr-size-small    { font-size: 1.3rem; padding: 1.5rem 2.5rem 2rem; }
    .rr-title.rr-size-default  { font-size: 1.6rem; padding: 1.8rem 2.8rem 2.3rem; }
    .rr-title.rr-size-medium   { font-size: 2rem;   padding: 2.2rem 3.5rem 2.7rem; }
    .rr-title.rr-size-large    { font-size: 2.4rem; padding: 2.6rem 4rem 3.1rem; }
    .rr-title.rr-size-xl       { font-size: 2.8rem; padding: 3rem 4.5rem 3.5rem; }
    .rr-title.rr-size-xxl      { font-size: 3.2rem; padding: 3.4rem 5rem 3.9rem; }
}

/* ========================================= */
/* RESPONSIVE MOBILE  ≤ 480px */
/* ========================================= */

@media (max-width: 480px) {
    .rr-title {
        padding: 1.5rem 2.5rem 2rem;
        letter-spacing: 0.4px;
        line-height: 1.25;
    }
    .rr-title::after           { width: 90px; bottom: 0.8rem; }
    .rr-title.rr-size-small    { font-size: 1.2rem; padding: 1.3rem 2rem 1.8rem; }
    .rr-title.rr-size-default  { font-size: 1.4rem; padding: 1.5rem 2.3rem 2rem; }
    .rr-title.rr-size-medium   { font-size: 1.8rem; padding: 1.9rem 3rem 2.4rem; }
    .rr-title.rr-size-large    { font-size: 2.2rem; padding: 2.3rem 3.5rem 2.8rem; }
    .rr-title.rr-size-xl       { font-size: 2.5rem; padding: 2.7rem 4rem 3.2rem; }
    .rr-title.rr-size-xxl      { font-size: 2.8rem; padding: 3rem 4.5rem 3.5rem; }
}

/* ========================================= */
/* RESPONSIVE MOBILE  ≤ 360px */
/* ========================================= */

@media (max-width: 360px) {
    .rr-title {
        padding: 1.3rem 2rem 1.8rem;
        letter-spacing: 0.3px;
    }
    .rr-title::after           { width: 80px; height: 4px; background-position: 0 0, 0 2px; bottom: 0.7rem; }
    .rr-title.rr-size-small    { font-size: 1.1rem; padding: 1.1rem 1.6rem 1.6rem; }
    .rr-title.rr-size-default  { font-size: 1.3rem; padding: 1.3rem 1.8rem 1.8rem; }
    .rr-title.rr-size-medium   { font-size: 1.6rem; padding: 1.7rem 2.5rem 2.2rem; }
    .rr-title.rr-size-large    { font-size: 2rem;   padding: 2.1rem 3rem 2.6rem; }
    .rr-title.rr-size-xl       { font-size: 2.3rem; padding: 2.5rem 3.5rem 3rem; }
    .rr-title.rr-size-xxl      { font-size: 2.6rem; padding: 2.8rem 4rem 3.3rem; }
}/* End custom CSS */