.aigayporn-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;
    font-family: 'Georama';
}

.aigayporn-preheader h1 {
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    line-height: 55px;
}

.aigayporn-preheader p {
    width: 65%;
    text-align: center;
    margin: 20px auto;
}

header {
    padding: 15px 0;
}

.aigayporn-header-buttons button {
    width: 150px;
    height: 50px;
    margin: 0px 5px;
    border-radius: 5px;
    border: none;
    font-weight: bold;
    padding: 0;
}

#logo {
    width: 240px;
}

.aigayporn-header-buttons button:nth-child(2) {
    background: #5cf5b7;
    color: white;
}

.aigayporn-image-container {
    width: 65%;
    margin: 0 auto;
}

.aigayporn-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;
}

.aigayporn-table-container {
    padding: 40px;
    border-radius: 15px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aigayporn-table-principal {
    border: 2px solid #5cf5b7;
}

.aigayporn-table-principal thead {
    background: #5cf5b7;
    height: 60px;
}

.aigayporn-table-principal thead td {
    padding: 10px 5px;
    text-align: center;
    color: black;
}

.aigayporn-table-principal tbody td {
    border: 1px solid #5cf5b7;
    padding: 10px;
}

.aigayporn-table-principal tbody td:nth-child(1) {
    color: #5cf5b7;
    font-weight: bold;
    text-align: left;
}

.aigayporn-advantages {
    margin: 40px auto;
    border: 2px solid #5cf5b7;
}

.aigayporn-advantages tr:nth-child(1) {
    background: #5cf5b7;
    height: 60px;
    text-align: center;
    color: rgb(3, 3, 3);
}

.aigayporn-advantages tr td {
    width: 50%;
    border: 1px solid rgb(15, 15, 15);
}

.aigayporn-advantages tr:nth-child(2) ul {
    padding: 10px 5px;
    list-style-type: none;
}

.aigayporn-advantages tr:nth-child(2) ul li {
    height: 50px;
    line-height: 40px;
    padding-left: 20px;
    margin: 10px 0;
}

.aigayporn-text-container {
    padding: 50px 0;
}

.no-bold {
    font-weight: lighter;
}

button {
    min-width: 240px;
    padding: 20px;
    background: #5cf5b7;
    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: rgb(15, 15, 15);
    color: white;
    margin-top: 80px;
}

.aigayporn-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: #5cf5b7;
}

.coockies li a {
    color: white;
    text-decoration: none;
}

.aigayporn-bottons-container button {
    margin-bottom: 5px;
}

@media screen and (max-width: 600px) {

    #logo {
        width: 200px;
    }

    .aigayporn-bottons-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px 0;
    }

    .aigayporn-table-principal thead {
        display: none;
    }

    .aigayporn-table-container {
        padding: 20px 0px;
        border-radius: 0;
    }

    .aigayporn-table-principal tbody tr {
        display: grid;
    }

    .aigayporn-table-principal tbody tr td {
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .aigayporn-table-principal tbody td:nth-child(1) {
        height: 80px !important;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .aigayporn-advantages tbody tr {
        display: grid;
    }

    .aigayporn-advantages tbody tr td {
        width: 100%;
    }

    .aigayporn-advantages {
        width: 100%;
    }

    .aigayporn-advantages tbody tr:nth-child(1) {
        height: 150px !important;
    }

    .aigayporn-advantages tbody tr:nth-child(1)>td {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    section button {
        transform: scale(1.3);
        margin: 50px 0;
    }

    .aigayporn-image-container {
        width: 100%;
        padding: 10px;
    }

    .lead {
        display: none;
    }

    .navbar-toggler {
        width: auto;
    }
}

@media screen and (min-width: 600px) and (max-width: 884px) {

    .lead {
        display: none;
    }

    .navbar-toggler {
        width: auto;
    }

    .aigayporn-image-container {
        width: 100%;
        padding: 10px;
    }

    .aigayporn-table-principal {
        width: 100%;
    }

    .aigayporn-table-principal thead {
        display: none;
    }

    .aigayporn-table-container {
        padding: 20px 0px;
        border-radius: 0;
    }

    .aigayporn-table-principal tbody tr {
        display: grid;
    }

    .aigayporn-table-principal tbody tr td {
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .aigayporn-table-principal tbody td:nth-child(1) {
        height: 80px !important;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .aigayporn-advantages tbody tr {
        display: grid;
    }

    .aigayporn-advantages tbody tr td {
        width: 100%;
    }

    .aigayporn-advantages {
        width: 100%;
    }

    .aigayporn-advantages tbody tr:nth-child(1) {
        height: 150px !important;
    }

    .aigayporn-advantages tbody tr:nth-child(1)>td {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}