
/* =========================
   LANGUAGE SWITCHER
========================= */
html[dir="rtl"] .A,
html[dir="rtl"] .B{
    text-align: right;
    padding-right: 25px;
}

html[dir="ltr"] .A,
html[dir="ltr"] .B{
    text-align: left;
    padding-left: 25px;
}

.language-switcher{
    
    margin-top: 15%;
    position: fixed;

    top: 25px;
    right: 25px;

    z-index: 1001;

    transition: .4s ease;
}

.lang-btn{

    min-width: 120px;
    height: 55px;

    padding: 0 20px;

    border: 1px solid rgba(255,255,255,.2);

    border-radius: 999px;

    cursor: pointer;

    color: white;

    font-size: 16px;

    font-weight: 600;

    letter-spacing: 1px;

    backdrop-filter: blur(15px);

    background:
    rgba(255,255,255,.12);

    box-shadow:
    0 10px 30px rgba(0,0,0,.25);

    transition: .35s;
}

.lang-btn:hover{

    transform:
    translateY(-3px)
    scale(1.03);

    background:
    rgba(184,44,44,.85);

    box-shadow:
    0 15px 35px rgba(184,44,44,.4);
}

.language-switcher.hidden{

    opacity: 0;

    visibility: hidden;

    transform: translateY(-20px);
}

@media (max-width:768px){
    
    .language-switcher{
        margin-top: 1%;
        top: 20px;
        right: 20px;
    }

    .lang-btn{

        min-width: 75px;

        height: 55px;

        padding: 0 15px;

        font-size: 14px;
    }

}

/* RESET */
body.no-scroll {
    overflow: hidden;
}

.body{
    margin: 0;

}
/* الشريط العلوي */
.one {
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
}

/* القائمة الأفقية */
.tow {
    display: block;
    background-color: rgb(184, 44, 44);
}
.sidebar-header{
    display: flex;

}


.menu-items {
    display: flex;
    width: 100%;
}

.menu-items button {
    flex: 1;
    background: none;
    border: none;
    color: white;
    padding: 15px;
    cursor: pointer;
}

.menu-items button:hover {
    background-color: rgb(150, 30, 30);
}

/* نخفي أشياء الموبايل */
.menu-toggle {
    display: none;
}
.menu-toggle.hide,
.overlay {
    display: none;
    opacity: 0;
    transform: scale(0.8);
}

.menu-toggle.hidden {
    display: none;
}


/* الهيدر داخل القائمة */
.sidebar-header {
    display: flex;              /* 👈 السر */
    justify-content: space-between; /* يبعد العناصر */
    align-items: center;
    padding: 5px;
    background: white;
    border-bottom: 1px solid #eee;
}

/* الصورة (اللوجو) */
.sidebar-header img {
    width: 120px;
    height: 120px;  
}

/* زر التسجيل */
.sidebar-header button {
    background: white;
    
    border: 1.5px solid black;
    color: black;
    padding: 10px 14px;
    border-radius: 12px;
    cursor: pointer;
    transition: 0.25s;
}

/* Hover محترم */
.sidebar-header button:hover {
    background: black;
    color: white;
    transform: translateY(-1px); /* حركة خفيفة */
}



@media (max-width: 768px) {

    
    /* زر دائري */
    .menu-toggle {
        position: fixed ;
        top: 20px;
        left: 20px;
        width: 55px;
        height: 55px;
        border-radius: 50%;
        background-color: rgb(184, 44, 44);
        color: rgb(255, 255, 255);
        font-size: 22px;
        border: none;
        z-index: 1001;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.3s;

    }

    /* الخلفية السوداء */
    .overlay {
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.4);
        display: none;
        z-index: 999;
    }

    .overlay.show {
        display: block;
    }

    /* القائمة الجانبية */
    .tow {
        
        position: fixed;
        top: 0;
        left: -270px;
        width: 270px;
        height: 100vh;
        overflow-y: auto;
        flex-direction: column;
        background-color: white; /* 👈 أصبحت بيضاء */
        transition: 0.3s;
        z-index: 1000;
    }

    .tow.show {
        left: 0;
    }

    /* الهيدر */
    .sidebar-header {
        flex-direction: column;
        text-align: center;
        padding: 20px;
        background: white;
    }

    .sidebar-header img {
        width: 80px;
        margin-bottom: 10px;
    }

    .sidebar-header button {
        background: white;
        border: 1px solid black; /* 👈 الحواف السوداء */
        padding: 10px;
        border-radius: 10px;
        cursor: pointer;
    }

    /* الأزرار */
    .menu-items {
        display: flex;
        flex-direction: column;
        padding: 15px;
        gap: 10px;
    }

    .menu-items button {
        color: black;
        background: #f5f5f5;
        border-radius: 8px;
        text-align: left;
    }

    /* نخفي النسخة العادية */
    .one {
        display: none;
    }
}


/* ----------------------------------------------------------------- */
/* ----------------------------------------------------------------- */

.body{
    background-color: #f3f3f3 ;
}
#bg-video{
    filter: brightness(0.6);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

/* صورة الواجهة الرئيسية */

.hero-image{
    position: relative;
    width: 100%;
    height: 100vh;

    background-image: url("ordinateur.png");
    background-size: cover;
    background-position: center;

    display: flex;
    justify-content: center;
    align-items: center;

    overflow: hidden;
}
/* =======================================
   WIND FOG - SCI FI HERO
======================================= */

.hero-image{
    position: relative;
    overflow: hidden;
    isolation: isolate;
}
/* =======================================
   FAST RED / WHITE / GREY MOTION
======================================= */

.hero-image{
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

/* الطبقة الأولى */

.hero-image::before{

    content:"";

    position:absolute;

    inset:-30%;

    z-index:1;

    pointer-events:none;

    background:

    radial-gradient(
        circle at 10% 50%,
        rgba(255, 0, 0, 0.95),
        transparent 30%
    ),

    radial-gradient(
        circle at 60% 40%,
        rgba(255, 255, 255, 0.85),
        transparent 30%
    ),

    radial-gradient(
        circle at 90% 60%,
        rgba(136, 136, 136, 0.95),
        transparent 70%
    );

    filter: blur(70px);

    animation:
    fastWind 4s linear infinite,
    flashMove 2.5s ease infinite;
}


/* الطبقة الثانية */

.hero-image::after{

    content:"";

    position:absolute;

    inset:-35%;

    z-index:2;

    pointer-events:none;

    background:

    radial-gradient(
        circle,
        rgba(184,44,44,.75),
        transparent 12%
    ),

    radial-gradient(
        circle at 40% 30%,
        rgba(255,255,255,.9),
        transparent 10%
    ),

    radial-gradient(
        circle at 80% 70%,
        rgba(180,180,180,.8),
        transparent 10%
    );

    filter: blur(90px);

    mix-blend-mode: screen;

    animation:
    fastWindReverse 3s linear infinite,
    pulseLight 1.4s ease infinite;
}


/* حركة سريعة */

@keyframes fastWind{

0%{
transform:
translateX(-18%)
translateY(0)
scale(1);
}

25%{
transform:
translateX(8%)
translateY(-4%)
scale(1.1);
}

50%{
transform:
translateX(18%)
translateY(3%)
scale(1.18);
}

75%{
transform:
translateX(-10%)
translateY(4%)
scale(1.08);
}

100%{
transform:
translateX(-18%)
translateY(0)
scale(1);
}

}


/* عكسية */

@keyframes fastWindReverse{

0%{
transform:
translateX(15%)
rotate(0);
}

50%{
transform:
translateX(-15%)
rotate(4deg);
}

100%{
transform:
translateX(15%);
}

}


/* نبض واضح */

@keyframes pulseLight{

0%{
opacity:.4;
}

50%{
opacity:1;
}

100%{
opacity:.4;
}

}


/* وميض سريع */

@keyframes flashMove{

0%{
opacity:.5;
}

50%{
opacity:1;
}

100%{
opacity:.5;
}

}


/* موبايل */

@media(max-width:768px){

.hero-image::before{
filter: blur(45px);
}

.hero-image::after{
filter: blur(70px);
}

}


/* خلي المحتوى فوق الضباب */

.hero-overlay{
    position:relative;
    z-index:20;
}



/* ===================
   حركة الرياح
=================== */

@keyframes windFog{

0%{

transform:
translateX(-12%)
translateY(0%)
scale(1);

}

25%{

transform:
translateX(6%)
translateY(-2%)
scale(1.08);

}

50%{

transform:
translateX(12%)
translateY(3%)
scale(1.12);

}

75%{

transform:
translateX(-5%)
translateY(5%)
scale(1.05);

}

100%{

transform:
translateX(-12%)
translateY(0%)
scale(1);

}

}


/* حركة عكسية */

@keyframes windFogReverse{

0%{

transform:
translateX(10%)
rotate(0deg);

}

50%{

transform:
translateX(-8%)
rotate(2deg);

}

100%{

transform:
translateX(10%)
rotate(0deg);

}

}


/* ظهور واختفاء */

@keyframes fogAppear{

0%{

opacity:.15;

}

30%{

opacity:.95;

}

70%{

opacity:.55;

}

100%{

opacity:.12;

}

}


/* نبض الضباب */

@keyframes fogPulse{

0%{

opacity:.2;

}

50%{

opacity:.8;

}

100%{

opacity:.2;

}

}



/* موبايل */

@media(max-width:768px){

.hero-image::before{

filter:
blur(90px);

}

.hero-image::after{

filter:
blur(130px);

}

}

/* طبقة شفافة فوق الصورة */
.hero-overlay{

    background-color: #00000009;
    width: 100%;
    height: 100%;

    display: flex;
    flex-direction: column;

    justify-content: center;
    align-items: center;

    text-align: center;

    color: white;

    padding: 20px;
}



.hero-overlay button{
    width: 180px;
    height: 50px;

    border: none;

    border-radius: 12px ;

    background: rgb(184, 44, 44);

    color: white;
    margin-top: 70vh;
    font-size: 18px;

    cursor: pointer;

    transition: 0.3s;
}

.hero-overlay button:hover{
    transform: scale(1.05);
    background: rgb(150, 30, 30);
}



@media (max-width: 768px){

    .hero-image{
    position: relative;
    width: 100%;
    height: 100vh;

    background-image: url("telephone.png");
    background-size: cover;
    background-position: center;

    display: flex;
    justify-content: center;
    align-items: center;

    overflow: hidden;
    }

    /* طبقة شفافة فوق الصورة */
    .hero-overlay{

        background-color: #00000009;
        width: 100%;
        height: 100%;

        display: flex;
        flex-direction: column;

        justify-content: center;
        align-items: center;

        text-align: center;

        color: white;

        padding: 20px;
    }



    .hero-overlay button{
        width: 180px;
        height: 50px;

        border: none;

        border-radius: 20px 5px;

        background: rgba(184, 44, 44, 0.836);

        color: white;
        margin-top: 70vh;
        font-size: 18px;
        font-family: 'Times New Roman', Times, serif;

        cursor: pointer;

        transition: 0.3s;
    }

    .hero-overlay button:hover{
        transform: scale(1.05);
        background: rgb(150, 30, 30);
    }

}


/* ================================================= */
/* SECTION FUTURE */
/* ================================================= */

.thri{

    position: relative;

    margin: 40px 20px;

    padding: 80px 40px;

    border-radius: 35px;

    overflow: hidden;

    display: flex;

    justify-content: center;

    align-items: center;

    text-align: center;

    background:
    linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.26),
        rgba(255, 255, 255, 0.096)
    );

    backdrop-filter: blur(18px);

    border: 1px solid rgba(255,255,255,0.12);

    box-shadow:
    0 15px 40px rgba(0,0,0,0.35);

}

/* Glow خلفي */

.thri::before{

    content: "";

    position: absolute;

    width: 400px;
    height: 400px;

    background: rgba(184,44,44,0.25);

    border-radius: 50%;

    filter: blur(120px);

    top: -100px;
    right: -100px;
}

/* المحتوى */

.thri-content{

    position: relative;

    z-index: 2;

    max-width: 900px;
}

/* BADGE */

.future-badge{

    display: inline-block;

    padding: 10px 18px;

    border-radius: 999px;

    background: rgba(255,255,255,0.08);

    border: 1px solid rgba(255, 255, 255, 0.493);

    color: rgba(255,255,255,0.9);

    text-shadow:0 3px 3px #000000;

    letter-spacing: 2px;

    font-size: 14px;

    margin-bottom: 30px;

    backdrop-filter: blur(10px);
}

/* TITLE */

.future-title{

    font-size: clamp(42px,6vw,78px);

    color: white;

    line-height: 1.1;

    margin-bottom: 25px;

    font-family: 'Times New Roman', Times, serif;

    text-shadow:
    0 3px 1px rgba(0,0,0,0.5);
}

/* SUBTITLE */

.future-subtitle{

    font-size: clamp(22px,2vw,32px);

    color: rgba(255,255,255,0.92);

    font-weight: 400;

    margin-bottom: 25px;
}

/* TEXT */

.future-text{

    font-size: clamp(18px,1.4vw,24px);

    line-height: 1.9;

    color: rgba(255,255,255,0.82);

    margin-bottom: 40px;
}

/* BUTTON */

.future-btn{

    width: 240px;

    height: 60px;

    border: none;

    border-radius: 18px 4px;

    background:
    linear-gradient(
        135deg,
        rgb(184,44,44),
        rgb(120,20,20)
    );

    color: white;

    font-size: 18px;

    cursor: pointer;

    transition: 0.35s ease;

    box-shadow:
    0 10px 10px rgba(184,44,44,0.45);
}

.future-btn:hover{

    transform:
    translateY(-5px)
    scale(1.04);

    box-shadow:
    0 20px 45px rgba(184,44,44,0.55);
}

/* ================================================= */
/* MOBILE */
/* ================================================= */

@media (max-width:768px){

    .thri{

        padding: 60px 20px;

        border-radius: 28px;
    }

    .future-title{

        font-size: 200%;
        margin-bottom: 70px;
    }

    .future-subtitle{

        font-size: 22px;

        line-height: 1.5;
    }

    .future-text{

        font-size: 18px;

        line-height: 1.8;
    }

    .future-btn{

        width: 100%;

        max-width: 260px;
    }
}

/* ================================================= */
/* SECTION FUTURE 2026 - 2027 */
/* ================================================= */

.box {

    position: relative;

    display: flex;

    min-height: 90vh;

    margin: 20px;

    border-radius: 35px;

    overflow: hidden;

    background:
    linear-gradient(
        135deg,
        rgba(255,255,255,0.10),
        rgba(255,255,255,0.03)
    );

    backdrop-filter: blur(18px);

    border: 1px solid rgba(255,255,255,0.15);

    box-shadow:
    0 15px 40px rgba(0,0,0,0.35);

    transition: 0.5s ease;
}

/* حركة مستقبلية */
.box:hover{
    transform: translateY(-8px);
    box-shadow:
    0 25px 60px rgba(0,0,0,0.45);
}

/* ======================================= */
/* LEFT IMAGE */
/* ======================================= */

.box-left{

    flex: 1;

    position: relative;

    overflow: hidden;
}

.box-left img{

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform 0.8s ease;
}

.box:hover .box-left img{
    transform: scale(1.06);
}

/* Overlay cinematic */

.box-left::after{

    content: "";

    position: absolute;

    inset: 0;

    background:
    linear-gradient(
        to right,
        rgba(0,0,0,0.05),
        rgba(0,0,0,0.45)
    );
}
.box-left::after{
    pointer-events: none;
}

/* ======================================= */
/* TITLE IMAGE */
/* ======================================= */

.des{

    position: absolute;
        pointer-events: none;

    bottom: 35px;
    left: 35px;

    z-index: 2;

    color: white;

    font-size: clamp(30px,4vw,60px);

    font-weight: 700;

    letter-spacing: 1px;

    text-shadow:
    0 5px 20px rgba(0,0,0,0.7);
}

/* ======================================= */
/* RIGHT CONTENT */
/* ======================================= */

.box-right{

    flex: 1;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    text-align: center;

    padding: 50px;

    background:
    linear-gradient(
        180deg,
        rgba(10,10,10,0.55),
        rgba(30,30,30,0.35)
    );

    color: white;
}

/* LOGO */

.sos{

    width: 230px;

    margin-bottom: 25px;

    filter:
    drop-shadow(0 0 25px rgba(255,255,255,0.15));
}

/* TITLE */

.go-to{

    font-size: clamp(35px,4vw,60px);

    font-family: 'Times New Roman', Times, serif;

    margin-bottom: 20px;

    font-size: 28px;

    letter-spacing: 1px;

    text-shadow:
    0 5px 15px rgba(0,0,0,0.5);
}

/* PARAGRAPH */

.go-tp{

    font-size: clamp(18px,1.4vw,24px);

    line-height: 1.9;

    max-width: 700px;

    color: rgba(255,255,255,0.90);
}

/* BUTTON */

.box-right button{

    margin-top: 30px;

    width: 220px;
    height: 58px;

    border: none;

    border-radius: 18px 4px;

    background:
    linear-gradient(
        135deg,
        rgb(184,44,44),
        rgb(120,20,20)
    );

    color: white;

    font-size: 18px;

    letter-spacing: 0.5px;

    cursor: pointer;

    transition: 0.35s ease;

    box-shadow:
    0 10px 10px rgba(184,44,44,0.4);
}

.box-right button:hover{

    transform:
    translateY(-4px)
    scale(1.03);

    box-shadow:
    0 18px 40px rgba(184,44,44,0.55);
}

/* ================================================= */
/* MOBILE */
/* ================================================= */

@media (max-width: 768px){

    .box{

        flex-direction: column;

        min-height: auto;

        border-radius: 28px;
    }

    .box-left{

        height: 320px;
    }

    .box-right{

        padding: 35px 20px;
    }

    .sos{

        width: 160px;
    }

    .go-to{

        font-size: auto;
    }

    .go-tp{

        font-size: 20px;

        line-height: 1.7;
    }

    .box-right button{

        width: 180px;
        height: 52px;
    }

    .des{

        font-size: 34px;

        left: 20px;
        bottom: 20px;
    }
}


                        /* الخامس */

    /* هنا ميزات الصورة المفسمة إلى خمسة أقسام. */
/* ===================================================== */
/* SECTION OFFRES 2026 */
/* ===================================================== */

.container{

    display: grid;

    grid-template-columns: 1.2fr 1fr;

    gap: 18px;

    padding: 25px;

    max-width: 1500px;

    margin: auto;

    min-height: 100vh; /* 👈 ارتفاع الشاشة */

    align-items: stretch; /* 👈 يجعل العناصر تتمدد بنفس الطول */
}

/* ====================================== */
/* LEFT BIG CARD */
/* ====================================== */

.left{
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    height: calc(100vh - 50px);
    
    box-shadow:
    0 10px 30px rgba(0,0,0,0.25);

    transition: 0.4s ease;
}

.left:hover{
    transform: translateY(-6px);
}

.left img{
    width: 100%;
    height: 100%;
    object-fit: cover;

    transition: transform 0.6s ease;
}

.left:hover img{
    transform: scale(1.05);
}

.left h2{
    position: absolute;
    pointer-events: none;

    bottom: 30px;
    left: 25px;

    color: white;

    font-size: clamp(28px,4vw,55px);

    font-family: 'Times New Roman', Times, serif;

    text-shadow:
    0 4px 15px rgba(0,0,0,0.6);
}

/* ====================================== */
/* RIGHT GRID */
/* ====================================== */

.right{

    display: grid;

    grid-template-columns: repeat(2,1fr);

    gap: 18px;

    height: calc(100vh - 50px);
}

/* ====================================== */
/* CARD */
/* ====================================== */

.card,
.Diaspora{

    position: relative;

    overflow: hidden;

    border-radius: 24px;
    height: 100%;
    background: rgba(255,255,255,0.08);

    backdrop-filter: blur(8px);

    box-shadow:
    0 10px 25px rgba(0,0,0,0.18);

    transition: 0.35s ease;
}

.card:hover,
.Diaspora:hover{
    transform: translateY(-6px);
}

.card img,
.Diaspora img{

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform 0.5s ease;
}

.card:hover img,
.Diaspora:hover img{
    transform: scale(1.08);
}
.card img,
.left img,
.Diaspora img{

    width: 100%;
    height: 100%;

    object-fit: cover;
}

/* طبقة سوداء خفيفة */
.card::after,
.left::after,
.Diaspora::after{

    content: "";

    position: absolute;
    inset: 0;

    height: auto;

    background:
    linear-gradient(
        to top,
        rgba(0,0,0,0.65),
        rgba(0,0,0,0.15),
        transparent
    );
}


/* ====================================== */
/* TEXT */
/* ====================================== */

.card h2,
.Diaspora h2{

    pointer-events: none;
    pointer-events: none;

    position: absolute;

    bottom: 18px;
    left: 18px;

    z-index: 2;

    color: white;

    font-size: clamp(18px,2vw,28px);

    font-weight: 600;

    letter-spacing: 0.5px;

    text-shadow:
    0 3px 10px rgba(0,0,0,0.7);
}

/* الروابط */
.card a,
.left a,
.Diaspora a {
    display: block;
    width: 100%;
    height: 100%;
}

/* مخفية في اللابتوب */
.Diaspora{
    display: none;
}

.card a{

    display: block;

    width: 100%;

    height: 100%;

    text-decoration: none;

    color: inherit;
}

.card img{

    width: 100%;

    display: block;

    cursor: pointer;
}

.box-left a{
    display: block;
    width: 100%;
    height: 100%;
}

.box-left a,
.Diaspora a,
.big-card a{

    display: block;

    width: 100%;

    height: 100%;

    text-decoration: none;

    color: inherit;
}

.card::after,
.left::after,
.Diaspora::after {
    pointer-events: none;
}

/* ====================================== */
/* MOBILE */
/* ====================================== */

@media (max-width: 992px){

    .container{
        grid-template-columns: 1fr;
    }

    .left{
        min-height: 450px;
    }
}

@media (max-width: 768px){

    .container{

        display: flex;
        flex-direction: column;

        min-height: auto;
        height: auto;

        padding: 14px;

        gap: 14px;
    }

    .left{
        display: none;
    }

    .right{

        display: flex;
        flex-direction: column;
        height: auto;

        gap: 14px;
    }

    .card,
    .Diaspora{

        width: 100%;
        height: 40vh;
        border-radius: 30px 5px;
    }

    .Diaspora{
        display: block;
    }

    .card h2,
    .Diaspora h2{

        bottom: 16px;
        left: 16px;

        font-size: 24px;
    }
}

/* ================================================= */
/* SECTION BAILLEUR 2026 */
/* ================================================= */

.six{

    position: relative;

    margin: 25px;

    padding: 90px 40px;

    border-radius: 35px;

    overflow: hidden;

    background-image:
    linear-gradient(
        rgba(0, 0, 0, 0.486),
        rgba(0, 0, 0, 0.63)
    ),
    url("photo-bailleur.png");

    background-size: cover;
    background-position: center;

    display: flex;

    justify-content: center;
    align-items: center;

    text-align: center;

    min-height: 75vh;

    box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.781);

    backdrop-filter: blur(10px);
}

/* Glow futuriste */

.six::before{

    content: "";

    position: absolute;

    width: 500px;
    height: 500px;

    background:
    rgba(184,44,44,0.22);

    border-radius: 50%;

    filter: blur(120px);

    top: -180px;
    right: -120px;
}

/* Overlay */

.six-overlay{

    position: absolute;

    inset: 0;

    background:
    linear-gradient(
        135deg,
        rgba(255,255,255,0.04),
        rgba(255,255,255,0.01)
    );

    backdrop-filter: blur(3px);
}

/* Content */

.six-content{

    position: relative;

    z-index: 2;

    max-width: 950px;
}

/* Badge */

.owner-badge{

    display: inline-block;

    padding: 12px 20px;

    border-radius: 999px;

    background:
    rgba(255,255,255,0.08);

    border:
    1px solid rgba(255, 255, 255, 0.479);

    color: rgba(255,255,255,0.92);

    letter-spacing: 2px;

    font-size: 14px;

    margin-bottom: 28px;

    backdrop-filter: blur(10px);

    text-shadow:
    0 4px 1px rgba(0,0,0,0.45);
}

/* Title */

.six h1{

    color: white;

    font-size: clamp(38px,5vw,75px);

    line-height: 1.1;

    margin-bottom: 28px;

    font-family: 'Times New Roman', Times, serif;

    text-shadow:
    0 5px 2px rgba(0,0,0,0.5);
}

/* Main text */

.six-text{

    color: rgba(255,255,255,0.92);

    font-size: clamp(20px,1.7vw,28px);

    line-height: 1.9;

    margin-bottom: 25px;
}

/* Secondary text */

.six-subtext{

    color: rgba(255,255,255,0.78);

    font-size: clamp(18px,1.3vw,23px);

    line-height: 1.8;

    margin-bottom: 45px;
}

/* Buttons */

.six-buttons{

    display: flex;

    justify-content: center;

    gap: 18px;

    flex-wrap: wrap;
}

.six button{

    min-width: 220px;

    height: 60px;

    padding: 0 28px;

    border: none;

    border-radius: 18px 5px;

    font-size: 17px;

    color: white;

    cursor: pointer;

    transition: 0.35s ease;

    background:
    linear-gradient(
        135deg,
        rgb(184,44,44),
        rgb(120,20,20)
    );

    box-shadow:
    0 12px 30px rgba(184,44,44,0.35);
}

.six button:hover{

    transform:
    translateY(-5px)
    scale(1.03);

    box-shadow:
    0 18px 40px rgba(184,44,44,0.5);
}

/* ================================================= */
/* MOBILE */
/* ================================================= */

@media (max-width:768px){

    .six{

        margin: 15px;

        padding: 70px 20px;

        min-height: auto;

        border-radius: 28px;
    }

    .six h1{

        font-size: 42px;
    }

    .six-text{

        font-size: 21px;

        line-height: 1.7;
    }

    .six-subtext{

        font-size: 18px;

        line-height: 1.7;
    }

    .six button{

        width: 100%;

        max-width: 280px;

        height: 56px;
    }

}


/* ================================================= */
/* SECTION ACCOMPAGNEMENT 2026 */
/* ================================================= */

.seiven{

    position: relative;

    margin: 30px 20px 50px;

    padding: 90px 40px;

    border-radius: 35px;

    overflow: hidden;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    text-align: center;

    

    box-shadow:
    0 18px 45px rgba(0,0,0,0.35);

}

/* Glow futuriste */

.seiven::before{

    content: "";

    position: absolute;

    width: 450px;
    height: 450px;

    background:
    rgba(184,44,44,0.20);

    border-radius: 50%;

    filter: blur(120px);

    bottom: -180px;
    left: -100px;
}

/* TITLE */

.seiven h2{

    position: relative;

    z-index: 2;

    color: white;

    font-size: 210%;

    line-height: 1.15;

    margin-bottom: 35px;

    font-family: 'Times New Roman', Times, serif;

    text-shadow:
    0 5px 2px rgb(0, 0, 0);
}

/* TEXT */

.seiven p{

    position: relative;

    z-index: 2;

    max-width: 1100px;

    color: rgba(255,255,255,0.88);

    font-size: clamp(20px,1.5vw,28px);

    line-height: 1.9;

    margin: 0;

   text-shadow:
    0 5px 3px rgb(0, 0, 0);
}

/* ================================================= */
/* MOBILE */
/* ================================================= */

@media (max-width:768px){

    .seiven{

        padding: 65px 20px;

        border-radius: 28px;

        margin: 15px;
    }

    

    .seiven p{

        font-size: 20px;

        line-height: 1.8;
    }
}

/* --------------------------------------------------------------------- */
/* --------------------------------------------------------------------- */
.height{
    height: auto;
    width: 100%;
    background-color: rgb(184, 44, 44);
    display: flex;
    gap: 4%;
    
}
.imag{
    width: 30%;
    height: 50%;
    margin-top:50px;
    margin-left: 2%;
}
@media (max-width: 600px){
   
    .height{
        flex-direction: column;
        height: auto;
        gap: 0px;
    }
    .imag {
        
        width: auto;
        height: auto;
        margin-left: 0%;
        margin-top: 0px;
        padding: 10px;
    
    }
    
    .A{
        font-size: 14px;
        margin-left: 30px;
    }


    .A a{
        font-size: 15px;
    }
    .B{
        margin-left: 30px;
    }
    
    .B h1{
        
        margin-left: 30px;
    }
    .B a{
        
        font-size: 15px;
    }
}

.A{
    margin-top: 25px;
}

.A h1{
    font-family: Times ;
    font-size: 30px;
    margin-bottom: 10%;
    color: white;
}
.A p {
    font-size: 130%;
    line-height: 1.8;      
    margin-bottom: 8px;   
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}
.A a{
    line-height: 1.8;
    color: rgb(255, 255, 255);
}

.B{
    margin-top: 25px;
}
.B h1{
    font-family:'Times New Roman', Times, serif;
    color: aliceblue;
    margin-left: 10px;
    font-size: 25px;
}
.B a{
    font-size: 18px ;
    line-height: 40px;
    margin-left: 10px;
    color:rgb(255, 255, 255);
}

.droits{
   
    height: auto;
    display:flex;
    
    background-color: rgb(255, 255, 255);
} 
.motiver{
    height: 6vh;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items: center;
    text-align: center;
    background-color: rgb(184, 44, 44);
}
.motiver p{
    color: aliceblue;
    font-family: 'Times New Roman', Times, serif;
    letter-spacing: 1px;
    font-size: 2vh;
    text-align: center;
}
@media (max-width: 768px) {
    .motiver{
        height: auto;
    }
    .motiver p{
    color: aliceblue;
    font-family: 'Times New Roman', Times, serif;
    letter-spacing: 1px;
    font-size: 100%;
    text-align: center;
    }
    
    .droits{
    font-size: 100%;
    height: auto;
    display:flex;
    
    background-color: rgb(255, 255, 255);
    }
}

.imag{
    display:flex;
    justify-content:center;
    align-items:center;
}
.imag img{
    max-width: 320px;
    height: auto;
    margin: 60px auto;

    display: block;
}
@media (max-width: 600px){

    .imag{
        max-width: 220px;
        margin: 20px auto;
    }
}