:root {
    --jaune: #fbcd75;
    --color-2: #fb75d3;
}

.aiporn-generator-preheader {
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    position: relative;
    top: -50px;
}

.navbar-toggler {
    min-width: auto;
    margin-bottom: 0;
}

p {
    margin: 10px 0px !important;
}

body {
    background: #0F051D;
    color: white;
    font-family: 'Georama';
}

.aiporn-generator-preheader h1 {
    font-size: 85px;
    font-weight: bold;
    line-height: 85px;
    width: 90%;
}

.aiporn-generator-preheader p {
    width: 65%;
    margin: 20px auto;
}

header {
    padding: 15px 0;
}

.aiporn-generator-header-buttons button {
    width: 150px;
    height: 50px;
    margin: 0px 5px;
    border-radius: 5px;
    border: none;
    font-weight: bold;
    padding: 0;
}

#logo {
    width: 240px;
}

.aiporn-generator-header-buttons button:nth-child(2) {
    background: #fbcd75;
    color: white;
}

.aiporn-generator-image-container {
    width: 65%;
    margin: 0 auto;
}

.aiporn-generator-image-container img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

h2 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin: 20px 0;
}



h3 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
}

.aiporn-generator-table-container {
    padding: 40px;
    border-radius: 15px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aiporn-generator-table-principal {
    border: 2px solid #fbcd75;
}

.aiporn-generator-table-principal thead {
    background: #fbcd75;
    height: 60px;
}

.aiporn-generator-table-principal thead td {
    padding: 10px 5px;
    text-align: center;
    color: black;
}

.aiporn-generator-table-principal tbody td {
    border: 1px solid #fbcd75;
    padding: 10px;
}

.aiporn-generator-table-principal tbody td:nth-child(1) {
    color: #fbcd75;
    font-weight: bold;
    text-align: left;
}

.aiporn-generator-advantages {
    margin: 40px auto;
    border: 2px solid #fbcd75;
}

.aiporn-generator-advantages tr:nth-child(1) {
    background: #fbcd75;
    height: 60px;
    text-align: center;
    color: rgb(3, 3, 3);
}

.aiporn-generator-advantages tr td {
    width: 50%;
    border: 1px solid rgb(15, 15, 15);
}

.aiporn-generator-advantages tr:nth-child(2) ul {
    padding: 10px 5px;
    list-style-type: none;
}

.aiporn-generator-advantages tr:nth-child(2) ul li {
    height: 50px;
    line-height: 40px;
    padding-left: 20px;
    margin: 10px 0;
}

.aiporn-generator-text-container {
    padding: 50px 0;
}

.no-bold {
    font-weight: lighter;
}

button {
    min-width: 240px;
    padding: 20px;
    background: #fbcd75;
    color: rgb(14, 13, 13);
    font-weight: bold;
    border: none;
    margin-bottom: 40px;
    border-radius: 10px;
    transition: all .2s cubic-bezier(0.23, 1, 0.320, 1);
}

button:hover {
    transform: scale(1.04);
}

section p {
    margin: 0 auto;
}

footer {
    height: 100px;
    border-top: 1px solid white;
    display: flex;
    align-items: center;
    background-image: linear-gradient(25deg, var(--jaune), var(--color-2));
    color: rgb(24, 22, 22);
    margin-top: 80px;
}

.aiporn-generator-text-container ul {
    margin: 20px auto;
}

footer div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer div ul {
    padding: 0;
}



footer div ul li {
    list-style-type: none;
    float: left;
    margin-right: 5px;
}

footer a {
    color: rgba(10, 9, 9, 0.699);
    text-decoration: none;
    font-weight: bold;
}

footer a:hover {
    color: rgb(14, 13, 13);
}

.coockies li a {
    color: white;
    text-decoration: none;
}

.aiporn-generator-bottons-container button {
    margin-bottom: 5px;
}

@media screen and (max-width: 600px) {


    #logo {
        width: 200px;
    }

    .aiporn-generator-bottons-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px 0;
    }

    .aiporn-generator-table-principal thead {
        display: none;
    }

    .aiporn-generator-table-container {
        padding: 20px 0px;
        border-radius: 0;
    }

    .aiporn-generator-table-principal tbody tr {
        display: grid;
    }

    .aiporn-generator-table-principal tbody tr td {
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .aiporn-generator-table-principal tbody td:nth-child(1) {
        height: 80px !important;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .aiporn-generator-advantages tbody tr {
        display: grid;
    }

    .aiporn-generator-advantages tbody tr td {
        width: 100%;
    }

    .aiporn-generator-advantages {
        width: 100%;
    }

    .aiporn-generator-advantages tbody tr:nth-child(1) {
        height: 150px !important;
    }

    .aiporn-generator-advantages tbody tr:nth-child(1)>td {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    section button {
        transform: scale(1.3);
        margin: 50px 0;
    }

    .aiporn-generator-image-container {
        width: 100%;
        padding: 10px;
    }

    .lead {
        display: none;
    }

    .navbar-toggler {
        width: auto;
    }




    header {
        position: relative;
        z-index: 5;
    }

    .aiporn-generator-preheader h1 {
        width: 100%;
    }

    .aiporn-generator-preheader {
        top: 0;
        height: 100vh !important;
        align-items: unset !important;
        height: auto;
        justify-content: unset !important;
        margin-bottom: 90px;
    }

    h1+p {
        display: none;
    }

    .accordion,
    .iaporn-generator-image img,
    .splide__track {
        width: 100% !important;
    }

    .accordion-button {
        transform: scale(1);
        padding: 30px 10px !important;
        margin: 0;
    }

    .accordion-header {
        padding: 0 !important;

    }

    .iatchatporn-form {
        height: 100vh !important;
        display: flex;
        align-items: center;
    }

    .iatchatporn-form h2 {
        width: 100% !important;
        margin-top: 100px !important;
    }

    footer {
        height: auto !important;
        padding: 20px 0;
    }

    footer .container {
        display: unset !important;
    }

    footer ul {
        display: flex;
        flex-direction: column;
    }


    .iaporn-generator-candy-image img {
        width: 100%;
    }

    .iaporn-generator-img-header img {
        width: 94% !important;
    }
}

@media screen and (min-width: 600px) and (max-width: 884px) {

    .row {

        flex-direction: column;
    }

    .col-md-7,
    .col-md-6 {
        width: 100%;
    }

    .title-container {
        height: auto !important;
    }

    .aiporn-generator-preheader {
        padding: 0;
        top: 0 !important;
        align-items: unset !important;
        justify-content: unset !important;
        margin-bottom: 190px;
    }

    .iaporn-generator-image:nth-child(2n),
    .iaporn-generator-image {
        display: flex;
        align-items: center;
        justify-content: center !important;
    }



    .lead {
        display: none;
    }

    .navbar-toggler {
        width: auto;
    }

    .aiporn-generator-image-container {
        width: 100%;
        padding: 10px;
    }

    .aiporn-generator-table-principal {
        width: 100%;
    }

    .aiporn-generator-table-principal thead {
        display: none;
    }

    .aiporn-generator-table-container {
        padding: 20px 0px;
        border-radius: 0;
    }

    .aiporn-generator-table-principal tbody tr {
        display: grid;
    }

    .aiporn-generator-table-principal tbody tr td {
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .aiporn-generator-table-principal tbody td:nth-child(1) {
        height: 80px !important;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .aiporn-generator-advantages tbody tr {
        display: grid;
    }

    .aiporn-generator-advantages tbody tr td {
        width: 100%;
    }

    .aiporn-generator-advantages {
        width: 100%;
    }

    .aiporn-generator-advantages tbody tr:nth-child(1) {
        height: 150px !important;
    }

    .aiporn-generator-advantages tbody tr:nth-child(1)>td {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}













.gradient-position {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    mix-blend-mode: overlay;
    z-index: -1;
}

.gradient-position img {
    position: fixed;
    -webkit-filter: blur(80px);
    filter: blur(80px);
}

.aiporn-generator-card-grid-section {
    /* height: 400px; */
    padding: 0px 20px;
    margin: 40px 0;
}

.aiporn-generator-card-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px;
}

.splide {
    margin-top: 60px;
}

.splide__slide>div {
    /* min-height: 300px; */
    padding: 12px;
    border-radius: 24px;
    position: relative;
    background: rgba(255, 255, 255, 0.05);
}

.splide__pagination {
    display: none !important;
}

.tg-text-gradient {
    background-color: var(--jaune);
    background-image: linear-gradient(25deg, var(--jaune), var(--color-2));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.score {
    position: absolute;
    right: 12px;
    top: 10px;
    display: flex;
    align-items: center;
}

.score span {
    font-size: 40px;
    font-weight: bold;
    margin-left: 10px;
}

.nivel-nsfw {
    background-image: linear-gradient(25deg, var(--jaune), var(--color-2));
    display: flex;
    flex-direction: column;
    width: 95px;
    font-size: 50px;
    border-radius: 10px;
    align-items: center;
    font-weight: bolder;
    color: #0F051D;
    margin-bottom: 20px;
}

.nivel-nsfw span {
    font-size: 12px;
    font-weight: bold;
    color: white;
    position: relative;
    top: 12px;
}

.aiporn-generator-card-grid h5 {
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 30px;
}

.aiporn-generator-card-grid button {
    border-radius: 50px;
    min-width: 140px;
    margin-top: 20px;
    background: linear-gradient(25deg, var(--jaune), var(--color-2));
}

.text-content {
    margin-top: 20px;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.196);
}

.splide__list {
    grid-gap: 10px;
}


.splide__track {
    width: 90%;
    margin: 0 auto;
}

.splide__arrow--prev {
    left: 0em !important;
    background: linear-gradient(25deg, var(--jaune), var(--color-2)) !important;
    min-width: 100px !important;
    height: 100px !important;
    border-radius: 50px !important;
    transform: scale(.5) !important;
    z-index: 5;
}

.splide__arrow--next {
    right: 0em !important;
    background: linear-gradient(25deg, var(--jaune), var(--color-2)) !important;
    min-width: 100px !important;
    height: 100px !important;
    border-radius: 50px !important;
    transform: scale(.5) !important;
    z-index: 5;
}

.splide__arrow svg {
    fill: #0F051D !important;
}

.iaporn-generator-img-header {
    position: relative;
}

.iaporn-generator-img-header img {
    width: 100%;
    object-fit: cover;
    position: absolute;
}

.title-container {
    height: 500px;
    display: flex;
    align-items: center;
}

.iaporn-generator-card-content {
    cursor: pointer;
}

.iaporn-generator-card-content button {
    background-image: linear-gradient(25deg, var(--jaune), var(--color-2));
    min-width: 150px;
    border-radius: 50px;
    cursor: pointer;
}

.iaporn-generator-image:nth-child(2n) {
    display: flex;
    justify-content: flex-end
}

.iaporn-generator-image img {
    width: 70%;
    object-fit: cover;
}

.accordion-item {
    background: rgba(255, 255, 255, 0.05);
    margin: 20px 0;
    color: white;
}

.accordion-item .accordion-header button {
    color: #0F051D;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    background-image: linear-gradient(25deg, var(--jaune), var(--color-2));
    margin-bottom: 0;
    transition: all.5s;
    border-radius: 5px;
}

.accordion-item .accordion-header button:hover {
    transform: scale(1.02);
}

.accordion {
    width: 85%;
    margin: 0 auto;
}

.accordion-header {
    margin: 0;
}

.accordion-button:not(.collapsed),
.accordion-button {
    background: none;
}

main section {
    margin: 80px;
}

main section {
    margin: 80px 0;
}

.accordion {
    margin-top: 60px;
    margin-bottom: 50px;
}

.candy-row,
main section div h3+.container {
    background: #190831;
    padding: 20px;
    border-radius: 10px;
}

.iatchatporn-form {
    height: 70vh;
    display: flex;
    align-items: center;
}

textarea,
input {
    padding: 15px !important;
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid transparent !important;
    /* Bordure de base transparente */
    border-radius: 5px;
    /* Ajoute des coins arrondis si nécessaire */
    background-image: linear-gradient(25deg, var(--jaune), var(--color-2));
    /* Dégradé */
    background-origin: border-box;
    background-clip: padding-box, border-box;
    /* Applique le dégradé à la bordure */
    color: white !important;
}

label {
    color: rgb(255, 255, 255);
    margin: 15px 0;
}

.iatchatporn-form h2 {
    width: 75%;
    margin: 0 auto;
    margin-bottom: 60px;
    background-color: var(--jaune);
    background-image: linear-gradient(25deg, var(--jaune), var(--color-2));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-muted {
    color: rgb(253, 253, 253) !important;
    margin: 20px 0 !important;
    background: red;
    padding: 5px 10px;
    border-radius: 10px;
}

.iatchatporn-form-alert-success,
.iatchatporn-form-alert {
    width: 75%;
    border-radius: 10px;
    padding: 10px 20px;
    margin: 0 auto !important;
    margin-bottom: 20px !important;
    height: 60px;
    display: flex;
    align-items: center !important;
    text-align: center;
    justify-content: center !important;
}

.iatchatporn-form-alert-success {
    background: #4d68ff;
}

.iatchatporn-form-alert {
    background: #fc1111;
}