@media (max-width: 480px) {
    body {
        overflow-x: hidden !important;
        width: 100vw;
    }

    .porntchat-grid {
        grid-template-columns: unset;
        width: 100%;
        display: unset;
    }

    .porntchat-text-container h1 {
        font-size: 40px;
        width: 100%;
        line-height: 45px !important;
        margin-top: 40px;
        text-align: center;
        padding: 10px;
    }

    .porntchat-pre-header {
        flex-direction: column;
    }

    .porntchat-text-container {
        width: 100vw;
    }

    .table-head tr {
        display: flex;
        flex-direction: column;
    }

    .table-head tr td {
        width: 80vw;
        height: 40px;
    }

    .table-head,
    .table-body tr td:nth-child(6),
    .table-body tr td:nth-child(4),
    .table-body tr td:nth-child(2) {
        display: none;
    }

    .table-body tr {
        display: flex;
        flex-direction: column;
        height: 220px;
        border-bottom: 1px solid var(--color-rouge-tertiaire);
    }

    .table-body tr td {
        padding: 10px 0;
    }

    .table-body tr td:nth-child(1) {
        border-bottom: 1px solid white;
        color: var(--color-rouge-tertiaire);
        font-weight: bold;
        text-align: center;
    }

    .porntchat-info div {
        width: 95%;
        padding: 15px;
    }

    .porntchat-default-section>div {
        width: 95%;
        padding: 0;
        padding-bottom: 50px;
    }

    .porntchat-flex-bloc {
        grid-gap: 0;
        margin: 24px 0;
    }

    .porntchat-text-container-tools {
        width: unset;
    }

    .porntchat-grid>div {
        border: none
    }

    footer .row {
        flex-direction: column;
    }

    .porntchat-pre-header,
    footer {
        height: auto;
        padding: 20px 15px;
    }

    .porntchat-section-table {
        background-image: none;
        position: relative !important;
        margin-bottom: 30px;
    }

    .border-table-principale {
        border: none;
        padding: 0;
    }

    .porntchat-section-table,
    .fixed-descrition {
        position: relative !important;
        width: 100%;
    }

    .porntchat-image-container {
        width: 276px;
        height: 437px;
    }

    .chat {
        transform: translate(-50%, -50%) scale(.7);
    }

    .porntchat-pre-header {
        flex-wrap: wrap;
        align-content: center;
    }

    .porntchat-list-tools {
        justify-content: center;
    }

    button {
        margin: 40px auto;
    }

    .pontchat-button-container {
        text-align: center;
    }

    .porntchat-form-main h2,
    form {
        width: unset;
    }

    header>div {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;

    }

    header {
        padding: unset !important;
        margin: unset !important;
        position: absolute;
    }

    #logo {
        width: 70% !important;
    }

    header a+button,
    #logo+button {
        transform: scale(1) !important;
        background: black;
    }

    button {
        transform: scale(1.3) !important;
    }

    .porntchat-header-section {
        padding-top: 120px;
        position: relative;
    }

    header {
        padding: 0px 10px !important;
    }

    .gen-contact-button {
        transform: scale(1) !important;
    }

    .alert-error,
    .alert-success {
        width: 100% !important;
    }

    body {
        overflow-x: hidden;
    }

    .mobile-hide-table {
        display: none;
    }

    .flex-bloc-section {
        grid-template-columns: unset;
    }

    .pornttchat-advantages {
        width: 100%;
    }

    .porntchat-division {
        grid-template-columns: 1fr;
    }

    .porntchat-division {
        display: block;
    }

    .porntchat-division>div:nth-child(2) {
        padding-right: 0;
    }

    .pornttchat-advantages {
        border-left: none
    }

    .porntchat-table-principal,
    .pornttchat-advantages,
    .porntchat-text-container-tools {
        border: 2px solid var(--color-rouge-tertiaire);
        border-radius: 20px;
    }

    .flex-bloc-section {
        border: none;
    }

    .porntchat-table-principal {
        padding: 0;
    }

    .table-body tr {
        height: auto;
        padding: 0;
        border: none;
    }

    .table-body tr td {
        padding: 20px;
        margin: 0;
        text-align: center;
    }

    .table-body tr td:first-child {
        background: var(--color-rouge-tertiaire);
        color: white;
    }

    .table-body tr td:nth-child(1) {
        border: none;
    }

    .porntchat-table-principal {
        border-top: none;
        background: none;
        border-radius: 0;
    }

    .porntchat-info div {
        padding: 40px 20px;
    }

    .porntchat-info div h2 {
        margin-bottom: 20px;
    }

    .porntchat-list-tools span {
        color: var(--color-rouge-tertiaire);
    }

    .mobile-button {
        display: flex;
    }

    .mobile-button button {
        background: var(--color-rouge-primaire);
    }

    .hide-in-mobile-button {
        display: none;
    }
    .mobile-left{
        left: -140px!important;
    }
}


@media (min-width: 481px) and (max-width: 1024px) {
    body {
        overflow-x: hidden;
    }

    .porntchat-pre-header {
        height: auto;
    }

    .chat {
        transform: translate(-50%, -50%) scale(.8);
    }

    .porntchat-text-container {
        width: 766px;
        position: relative;
        left: 40px;
    }

    .porntchat-text-container h1 {
        font-size: 59px;
        width: 90%;
        line-height: 50px;
        font-weight: 800;
    }

    .porntchat-grid {
        grid-template-columns: unset;
    }

    .porntchat-flex-bloc {
        flex-direction: column;
    }

    .porntchat-image-container-tools {
        width: 100%;
    }

    .pornttchat-advantages {
        width: 100%;
        display: flex;
    }

    .pornttchat-advantages>div {
        width: 50%;
    }

    .pornttchat-advantages div:last-child {
        border: none;
    }

    .porntchat-grid .pontchat-button-container {
        text-align: center;
    }

    button {
        transform: scale(1.2);
    }

    .porntchat-info div {
        width: 82%;
    }

    .mobile-hide-table {
        display: none;
    }

    .flex-bloc-section {
        grid-template-columns: unset;
    }

    .pornttchat-advantages {
        width: 100%;
    }

    .porntchat-image-container img {
        width: 65%;
    }

    .porntchat-division {
        display: block;
    }

    .porntchat-division>div:nth-child(2) {
        padding-right: 0;
    }

    .pornttchat-advantages {
        border-left: none
    }

    .porntchat-section-table {
        width: 100%;
        min-height: 28vh;
        display: flex;
        align-items: center;
    }

    .pontchat-button-container {
        margin-left: 20px;
    }

    .porntchat-image-container {
        width: 560px;
    }

    .pornttchat-advantages div:last-child {
        padding-top: 0;
    }

    .porntchat-list-tools span {
        color: var(--color-rouge-tertiaire);
    }
    .hide-in-mobile-button{
        transform: scale(1)!important;
    }
    .mobile-left{
        left: -120px!important;
    }
}



@media (max-width: 1024px) {}

@media (min-width: 835px) and (max-width: 1626px) {
    .grid-culumn-none {
        top: 70px !important;
        background: none;
    }

    .grid-culumn-none .table-body tr td:nth-child(3),
    .grid-culumn-none .table-head tr td:nth-child(3) {
        display: none;
    }

    .grid-culumn-none .porntchat-table-principal {
        backdrop-filter: none;
    }

    .grid-culumn-none {
        transform: scale(.9) !important;
        border: 1px solid var(--color-rouge-tertiaire);
    }

   
}

@media (min-width: 1920px) {

    .porntchat-image-container {
        position: relative;
        width: 443px;
        height: 500px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

}


