.porn-ia-preheader {
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('../images/Top-10-des-meilleurs-IA-porno-avec-test-gratuit.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

.navbar-toggler {
    min-width: auto;
    margin-bottom: 0;
}

p {
    margin: 10px 0px !important;
}

body {
    background: rgb(14, 12, 12);
    color: white;
}

.porn-ia-preheader h1 {
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    line-height: 55px;
}

.porn-ia-preheader p {
    width: 65%;
    text-align: center;
    margin: 20px auto;
}

header {
    padding: 15px 0;
}

.porn-ia-header-buttons button {
    width: 150px;
    height: 50px;
    margin: 0px 5px;
    border-radius: 5px;
    border: none;
    font-weight: bold;
    padding: 0;
}

.porn-ia-header-buttons button:nth-child(2) {
    background: rgb(255, 122, 188);
    color: white;
}

.porn-ia-image-container {
    width: 65%;
    margin: 0 auto;
}

.porn-ia-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;
}

.porn-ia-table-container {
    padding: 40px;
    border-radius: 15px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.porn-ia-table-principal {
    border: 2px solid rgb(255, 122, 188);
    min-width: 95%;
}

.porn-ia-table-principal thead {
    background: rgb(255, 122, 188);
    height: 60px;
}

.porn-ia-table-principal thead td {
    padding: 10px 5px;
    text-align: center;
}

.porn-ia-table-principal thead td:nth-child(3) {
    text-align: left;
}

.porn-ia-table-principal tbody td {
    padding: 15px 10px;
}

.porn-ia-table-principal tbody tr {
    border: 2px solid rgb(255, 122, 188);
    transition: all .5s;
}

.porn-ia-table-principal tbody tr:hover {
    background: rgb(37, 18, 28);
    cursor: pointer;
}

.porn-ia-table-principal tbody tr:hover .notranslate,
.porn-ia-table-principal tbody tr:hover span {
    transform: scale(1.06);
}


.porn-ia-table-principal tbody td:nth-child(1) {
    font-weight: bold;
    text-align: left;
}

/* .porn-ia-advantages {
    margin: 40px auto;
    border: 2px solid rgb(255, 122, 188);
}

.porn-ia-advantages tr:nth-child(1) {
    background: rgb(255, 122, 188);
    height: 60px;
    text-align: center;
    color: rgb(252, 252, 252);
} */

.porn-ia-advantages {
    display: flex;
    grid-gap: 40px;
    margin: 50px 0;
    align-items: start;
    justify-content: center;
}

.porn-ia-advantages>div:hover {
    background: rgb(11, 11, 11);
}

.porn-ia-advantages>div:hover h4 {
    background: rgb(21, 19, 19);
    color: rgb(255, 122, 188);
}

.porn-ia-advantages h4 {
    margin-bottom: 45px;
    transition: all .4s;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    background: rgb(255, 122, 188);
    width: 100%;
    padding: 20px;
    color: rgb(11, 11, 11);
    border-radius: 20px;
}

.porn-ia-advantages div {
    background: rgb(22, 22, 22);
    padding: 40px;
    border: 2px solid rgb(11, 11, 11);
    transition: all .4s;
    border-radius: 20px;
    width: 45%;
}



.porn-ia-advantages ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.porn-ia-advantages ul li {
    margin: 16px;
    border-bottom: 1px solid rgb(41, 40, 40);
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.porn-ia-advantages ul li:nth-last-child(1) {
    border: none;
}



.porn-ia-advantages tr td {
    width: 50%;
    border: 1px solid rgb(15, 15, 15);
}

.porn-ia-advantages tr:nth-child(2) ul {
    padding: 10px 5px;
    list-style-type: none;
}

.porn-ia-advantages tr:nth-child(2) ul li {
    height: 50px;
    line-height: 40px;
    padding-left: 20px;
    margin: 10px 0;
}

.porn-ia-text-container {
    padding: 50px;
    background: rgb(16, 15, 15);
    margin: 40px auto;
    border-radius: 20px;
    width: 93%;
}

.section-bg-first>div {
    padding: 30px;
    background: rgba(0, 0, 0, 0.493);
    border-radius: 20px;
}

.section-bg>div {
    background: rgb(22 22 22);
    padding: 30px 0;
    width: 70%;
    border-radius: 20px;
    margin: 20px auto;
}

.section-bg h3 {
    margin: 60px 0;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-bg h3::after {
    content: '';
    display: inline-block;
    width: 75px;
    background: rgb(255, 122, 188);
    height: 5px;
    margin-top: 15px;
    border-radius: 10px;
}

.no-bold {
    font-weight: lighter;
}

button {
    min-width: 240px;
    padding: 20px;
    background: rgb(255, 122, 188);
    color: white;
    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: rgb(15, 15, 15);
    color: white;
    margin-top: 80px;
}

.porn-ia-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: white;
    text-decoration: none;
}

footer a:hover {
    color: rgb(255, 122, 188);
}


.coockies li a {
    color: white;
    text-decoration: none;
}

.porn-ia-bottons-container button {
    margin-bottom: 5px;
}

@media screen and (max-width: 600px) {

    #logo {
        width: 50%;
    }

    .porn-ia-advantages div,
    .section-bg>div {
        width: 100%;
    }

    .porn-ia-advantages {
        flex-direction: column;
    }

    .porn-ia-bottons-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px 0;
    }

    .porn-ia-table-principal thead {
        display: none;
    }

    .porn-ia-table-container {
        padding: 20px 0px;
        border-radius: 0;
    }

    .porn-ia-table-principal tbody tr {
        display: grid;
    }

    .porn-ia-table-principal tbody tr td {
        /* height: 70px; */
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 20px;
    }

    .porn-ia-table-principal tbody tr {
        position: relative;
    }

    .porn-ia-table-principal tbody tr,
    .porn-ia-table-principal {
        border: none !important;
        margin: 10px 4px;
    }

    .porn-ia-table-principal tbody tr {
        border: 2px solid rgb(8, 8, 8) !important;
        border-radius: 15px;
        background: rgb(16, 15, 15);
    }

    .porn-ia-table-principal tbody td:nth-child(1) {
        height: 80px !important;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .porn-ia-table-principal tbody tr td:nth-child(3) {
        border: 2px solid rgb(8, 8, 8) !important;
        height: 150px;
        margin: 20px;
        margin-top: 90px;
        border-radius: 20px;
        margin-bottom: 84px;
    }

    .porn-ia-table-principal tbody tr td:nth-child(2)::before {
        content: 'NSFW : ';
        display: flex;
        align-items: center;
        margin-left: 10px;
        margin-right: 5px;
        height: 50px;
        font-weight: bold;
        /* left: -300px;
        position: absolute; */
        position: absolute;
        left: 0;
    }

    .porn-ia-table-principal tbody td:nth-child(4) {
        position: absolute;
        right: 0;
        display: none;

    }

    .porn-ia-table-principal tbody td:nth-child(2) span {
        position: absolute;
        right: 10px;
    }

    .porn-ia-table-principal tbody td:nth-child(2) {
        position: absolute;
        right: 0;
        width: 100%;
        display: flex;
        height: 95px;
    }






    .porn-ia-advantages tbody tr {
        display: grid;
    }

    .porn-ia-advantages tbody tr td {
        width: 100%;
    }

    .porn-ia-advantages {
        width: 100%;
    }

    .porn-ia-advantages tbody tr:nth-child(1) {
        height: 150px !important;
    }

    .porn-ia-advantages tbody tr:nth-child(1)>td {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    section button {
        transform: scale(1.3);
        margin: 50px 0;
    }

    .porn-ia-image-container {
        width: 100%;
        padding: 10px;
    }

    .lead {
        display: none;
    }

    .navbar-toggler {
        width: auto;
    }

    .porn-ia-text-container {
        width: 100%;
        padding: 20px;
    }

    .iatchatporn-form {
        padding: 10px !important;
    }
}

@media screen and (min-width: 600px) and (max-width: 884px) {


    #logo {
        width: 50%;
    }

    .porn-ia-advantages div,
    .section-bg>div {
        width: 100%;
    }

    .porn-ia-advantages {
        flex-direction: column;
    }

    .porn-ia-bottons-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px 0;
    }

    .porn-ia-table-principal thead {
        display: none;
    }

    .porn-ia-table-container {
        padding: 20px 0px;
        border-radius: 0;
    }

    .porn-ia-table-principal tbody tr {
        display: grid;
    }

    .porn-ia-table-principal tbody tr td {
        /* height: 70px; */
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 20px;
    }

    .porn-ia-table-principal tbody tr {
        position: relative;
    }

    .porn-ia-table-principal tbody tr,
    .porn-ia-table-principal {
        border: none !important;
        margin: 10px 4px;
    }

    .porn-ia-table-principal tbody tr {
        border: 2px solid rgb(8, 8, 8) !important;
        border-radius: 15px;
        background: rgb(16, 15, 15);
    }

    .porn-ia-table-principal tbody td:nth-child(1) {
        height: 80px !important;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .porn-ia-table-principal tbody tr td:nth-child(3) {
        border: 2px solid rgb(8, 8, 8) !important;
        height: 150px;
        margin: 20px;
        margin-top: 90px;
        border-radius: 20px;
        margin-bottom: 84px;
    }

    .porn-ia-table-principal tbody tr td:nth-child(2)::before {
        content: 'NSFW : ';
        display: flex;
        align-items: center;
        margin-left: 10px;
        margin-right: 5px;
        height: 50px;
        font-weight: bold;
        /* left: -300px;
        position: absolute; */
        position: absolute;
        left: 0;
    }

    .porn-ia-table-principal tbody td:nth-child(4) {
        position: absolute;
        right: 0;
        display: none;

    }

    .porn-ia-table-principal tbody td:nth-child(2) span {
        position: absolute;
        right: 10px;
    }

    .porn-ia-table-principal tbody td:nth-child(2) {
        position: absolute;
        right: 0;
        width: 100%;
        display: flex;
        height: 95px;
    }






    .porn-ia-advantages tbody tr {
        display: grid;
    }

    .porn-ia-advantages tbody tr td {
        width: 100%;
    }

    .porn-ia-advantages {
        width: 100%;
    }

    .porn-ia-advantages tbody tr:nth-child(1) {
        height: 150px !important;
    }

    .porn-ia-advantages tbody tr:nth-child(1)>td {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    section button {
        transform: scale(1.3);
        margin: 50px 0;
    }

    .porn-ia-image-container {
        width: 100%;
        padding: 10px;
    }

    .lead {
        display: none;
    }

    .navbar-toggler {
        width: auto;
    }

    .porn-ia-text-container {
        width: 100%;
        padding: 20px;
    }
}


.porn-ia-laguage-container {
    margin-left: 10px;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    display: inline-block;
}

.porn-ia-lang-choices {
    position: absolute;
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 42px;
    cursor: pointer;
    width: 42px;
    background: rgb(239, 239, 239);
    padding: 4px;
}

.porn-ia-lang-choices img,
.porn-ia-lang-active img {
    width: 100%;
}

.porn-ia-lang-choices span {
    margin: 1px 0;
}

.porn-ia-lang-active {
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    overflow: hidden;
    justify-content: center;
    cursor: pointer;
    background: var(--porn-ia-color-white);
}




.porn-ia-table-principal tbody td:nth-child(1) .notranslate {
    background: rgb(255, 122, 188);
    display: inline-block;
    width: 150px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    cursor: pointer;
    transition: all .5s;
    margin: 0 auto;
}


.porn-ia-table-principal tbody td:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: center;
}

.porn-ia-table-principal tbody td:nth-child(4) span,
.porn-ia-table-principal tbody td:nth-child(2) span {
    background: rgb(255, 122, 188);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 25px;
    font-weight: bold;
    cursor: pointer;
    margin: 0 auto;
    transition: all .5s;
}

#scroll-top {
    position: fixed;
    width: 50px;
    height: 50px;
    background: rgb(255, 122, 188);
    display: flex;
    align-items: center;
    justify-content: center;
    right: 40px;
    cursor: pointer;
    border-radius: 5px;
    bottom: 50px;
    z-index: 20;
}

.iatchatporn-form {
    min-height: 600px;
    background: rgb(22 22 22);
    display: flex;
    align-items: center;
    padding: 40px;
    border-radius: 20px;
}

.iatchatporn-form h2 {
    text-align: left;
    position: relative;
}

.iatchatporn-form h2::after {
    content: '';
    display: inline-block;
    height: 5px;
    width: 120px;
    background: rgb(255, 122, 188);
    position: absolute;
    left: 0;
    border-radius: 10px;
    bottom: -15px;
}

.iatchatporn-form-body input {
    height: 60px;
    margin-top: 20px !important;
    background: rgba(255, 255, 255, 0.075);
    border: none;

}

.iatchatporn-form-body textarea {
    margin-top: 20px !important;
    background: rgba(255, 255, 255, 0.075);
    border: none;
}

.text-muted {
    color: rgb(255, 122, 188) !important;
    margin-top: 15px !important;
}

.iatchatporn-form-alert,
.iatchatporn-form-alert-success {
    height: 60px;
    background: red;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
}

.iatchatporn-form-alert-success {
    background: rgb(0, 255, 145);
}

.iatchatporn-form-alert {
    background: red;
}

.iatchatporn-form .container{
    padding: 40px 0;
}