/*
  main.css - Landing page sombre, élégante et moderne pour site adulte IA
  Charte graphique :
    - Fond : #1B1B1B
    - Principal : #E63946
    - Secondaire : #F1FAEE
    - Accent : #6A0572
    - Texte : #FFFFFF, #B0B0B0
    - Polices : 'Playfair Display', 'Poppins'
*/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=Poppins:wght@400;600&display=swap');

:root {
    --bg: #1B1B1B;
    --bg2: #090808;
    --primary: #fe2638;
    --primary2: #d628393a;
    --secondary: #F1FAEE;
    --accent: #6A0572;
    --text: #FFFFFF;
    --text-light: #B0B0B0;
    --radius: 2.5rem;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background: var(--bg);
    color: var(--text);
    font-family: 'Poppins', Arial, sans-serif;
    min-height: 100vh;
    overflow-x: hidden;
    line-height: 1.6;
}

.header-section {
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    text-align: center;
}

.video-container {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 98%;
    overflow: hidden;
    padding: 0;
    margin: 0;
    top: 0;
}

.video-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(27, 27, 27, 0.46);
    z-index: 1;
}

.video-container video {
    position: absolute;
    top: 100%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -41%);
}

.navbar-nav {
    width: 65%;
    display: flex;
    justify-content: space-between;
}

.navilist {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 77%;
}

nav {
    background: var(--bg);
    top: 25px;
}

.nav-link {
    color: var(--secondary);
}

.nav-link:hover {
    color: var(--primary);
}

.listnav {
    display: none;
}

.bi-list {
    color: var(--secondary);
    font-size: 38px;
}

.navbar-text {
    position: absolute;
    right: 20px;
}

.navbar-text button {
    background: var(--primary);
    border: none;
    color: var(--secondary);
    padding: 15px 10px;
}

.header-section .container {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.header-section .container div {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    position: relative;
    top: 90px;
}

.header-section h1 {
    text-align: left;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: bolder;
    margin-bottom: 20px;
}

hr {
    border: 2px solid white;
    width: 100%;
}

.btn-style {
    padding: 20px;
    background: var(--primary);
    border: none;
    color: var(--secondary);
    cursor: pointer;
    transition: background 0.3s ease;
}

.navbar {
    position: fixed;
    left: 40px;
    right: 40px;
    z-index: 2000;
}

.list-table {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 100px;
    width: 90%;

}

.list-table li {
    background: var(--bg2);
    border-radius: 10px;
    height: 80px;
    cursor: pointer;
}

.list-table li {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.list-table li p {
    margin: 0;
}

.roundeLink {
    background: var(--primary2);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    font-size: 30px;
    color: var(--primary);
    margin-right: 15px;
}

.roundeLink:hover {
    background: var(--primary);
    color: var(--text);
    cursor: pointer;
}

.list-table li div {
    display: flex;
    flex: 1;
    padding: 10px;
    align-items: center;
    justify-content: center;
}

.listNote {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    gap: 0.3rem;
    margin-right: 10px;

}

.listNote li {
    height: 25px;
    width: 4px;
    background: var(--primary2);
    border-radius: 5px;
}

.list-table li h6 {
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    font-size: 20px;
}

.round-note {
    border-radius: var(--radius);
    color: var(--primary);
    padding: 5px 10px;
    background: var(--primary2);
    font-weight: bolder;
    font-size: 20px;
}

.list-table li:nth-child(1) .listNote:nth-child(1) li:nth-child(-n+10) {
    background: var(--primary);
}

.list-table li:nth-child(2) .listNote:nth-child(1) li:nth-child(-n+9) {
    background: var(--primary);
}

.list-table li:nth-child(3) .listNote:nth-child(1) li:nth-child(-n+7) {
    background: var(--primary);
}

.list-table li:nth-child(4) .listNote:nth-child(1) li:nth-child(-n+5) {
    background: var(--primary);
}

h2 {
    font-size: 35x;
    font-weight: bolder;
    text-transform: uppercase;
}

.faq-container {
    margin: 70px 0;

}

.faq-title {
    font-size: 180px;
}

.faq-item h4 {
    background: var(--bg2);
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 15px;
}

.faq-item h4:hover {
    background: var(--primary);
}

.faq-item .bi {
    color: var(--secondary) !important;
    font-size: 35px;
    transform: rotate(-85deg);
    transition: all 0.3s ease;
}

.faq-active h4 {
    background: var(--primary);
}

.faq-item>div {
    background: var(--bg2);
    padding: 10px;
    border-radius: 5px;
    display: none;
    margin-bottom: 10px;
}

.faq-item ol li {
    margin: 10px;
}

.faq-active>div {
    display: block;
}

.faq-active .bi {
    transform: rotate(0deg) !important;
}

.footer {
    height: 80px;
    background: var(--bg2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.blocImagFaq {
    background: linear-gradient(rgba(0, 0, 0, 0.125), rgba(0, 0, 0, 0.903)), url('../images/fqaImage.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 5px;
    position: relative;
}

.blocImagFaq div {
    position: absolute;
    bottom: 10px;
}

.faq-container .row>div:nth-child(2) {
    padding-left: 30px;
}

.descImages {
    position: relative;
    width: 75%;
    margin: 0 auto;
    height: 100%;
    top: 47px;
    left: -29px;
}

.descImages img {
    width: 100%;
    position: absolute;
    border-radius: 10px;
}

.descImages img:nth-child(1) {
    top: -80px;
    left: -40px;
    transform: scale(0.7);
}

.descImages img:nth-child(2) {
    bottom: 45;
    right: -150px;
    transform: scale(0.6);
}

.introDesc {
    height: 494px;
    overflow: hidden;
    margin: 50px 0;
}

.content-description {
    display: flex;
    padding-left: 50px;
    justify-content: center;
    flex-direction: column;
    height: 450px;
}

.content-description h2 {
    font-size: 45px;
    font-weight: bolder;
}

.vantages-container .row div>div {
    padding: 10px;
    border: 1px solid var(--border);
    border-radius: 5px;
    background: var(--bg2);
    padding: 30px;
}

.vantages-container .row div>div ul {
    padding: 0;
    list-style-type: none;
    color: var(--text-light);
}

.vantages-container .row div>div h4 {
    font-weight: bold;
    margin-bottom: 10px;
}

.btn-avantage-style {
    padding: 20px 35px;
    border-radius: 50px;
    border: none;
    color: var(--primary);
    background: var(--primary2);
    font-weight: bolder;
    transition: all .3s;
    margin-top: 15px;
}

.btn-avantage-style:hover {
    background: var(--primary);
    color: white;
}

.vantages-container ul li {
    margin: 6px 0;
}

.vantages-container ul li::after {
    content: '';
    display: block;
    height: 2px;
    background: var(--bg);
    margin: 8px 0;
}

#udressapp,
#promptchan,
#soulgen,
#candyai {
    background: var(--bg2);
    padding: 30px;
    border-radius: 5px;
    margin-top: 40px;
}

#udressapp h3,
#promptchan h3,
#soulgen h3,
#candyai h3 {
    margin-bottom: 40px;
    font-weight: bolder;
    text-transform: uppercase;
    color: var(--primary);
    padding: 10px 0;
    border-radius: 5px;
    margin-bottom: 0;
}

.line {
    opacity: 1;
    border: 1px solid white;
    margin-bottom: 40px;
}

.img-list {
    margin: 40px 10px;
}

.image-left-tools {
    display: flex;
    align-items: center;
}

.image-left-tools img {
    width: 100%;
    border-radius: 7px;
}

.list {
    padding: 0;
    list-style-type: none;
}

.list li {
    margin: 10px;
}

.list li strong {
    color: var(--primary);
    background: var(--primary2);
    padding: 0px 5px;
}

.vantages-container .row>.col-12>div {
    border: 2px solid var(--primary2);
    border-radius: 10px;
}

ul li {
    list-style-type: none;
}

strong,
ol li strong,
ul li strong {
    color: var(--primary);
    background: var(--primary2);
    padding: 0px 5px;
}

.introDesc {
    background: var(--bg2);
    padding: 30px;
    border-radius: 5px;
    margin-top: 80px;
}

.logo {
    width: 250px;
}
.nav-item-lang {
    display: flex;
    align-items: center;
}

.lang-select {
    background: var(--bg2);
    color: var(--secondary);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    padding: 12px 18px;
    min-width: 150px;
    outline: none;
}

.lang-select:focus {
    border-color: var(--primary);
}

.lang-select option {
    color: #111;
}
