/* ================================
   1. BASE STYLES & RESET
   ================================ */

*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
}

body {
    font-family: "Poppins", sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f5f5f5;
}

/* Tables */
.tg {
    border-collapse: collapse;
    border-spacing: 0;
}

.tg td {
    border-color: black;
    border-style: solid;
    border-width: 1px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    overflow: hidden;
    padding: 10px 5px;
    word-break: normal;
}

.tg th {
    border-color: black;
    border-style: solid;
    border-width: 1px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    padding: 10px 5px;
    word-break: normal;
}

.tg .tg-0lax {
    text-align: left;
    vertical-align: top;
    padding: 50px 5px;
}

/* Utility Classes */
.center-nkom21 {
    margin: auto;
    width: 50%;
    border: 3px solid green;
    padding: 10px;
}

.text-gray-300 {
    color: var(--color-gray-300);
}

/* Links */
#linknkomon {
    color: #ffffff;
}

/* Conteneurs */
.bodynkomon {
    font-family: "Roboto", sans-serif;
    padding: 0;
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.contentnk24 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-family: sans-serif;
    font-size: 64px;
    font-weight: bold;
    margin-bottom: 20px;
}

.cookiesContent-nk24 {
    font-size: 18px;
    box-shadow: 0px 6px 8px -5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: 2px;
    border-color: red;
    font-weight: 900;
    color: white;
    background-color: #228b22;
}

/* Cookies Content */
.cookiesContent {
    width: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    color: #000;
    text-align: center;
    border-radius: 20px;
    padding: 30px 30px 70px;
}

.cookiesContent button.close {
    width: 30px;
    font-size: 20px;
    color: #c0c5cb;
    align-self: flex-end;
    background-color: transparent;
    border: none;
    margin-bottom: 10px;
}

.cookiesContent img {
    width: 82px;
    margin-bottom: 15px;
}

.cookiesContent p {
    margin-bottom: 40px;
    font-size: 18px;
}

.cookiesContent button.accept {
    background-color: #ed6755;
    border: none;
    border-radius: 5px;
    width: 200px;
    padding: 14px;
    font-size: 16px;
    color: white;
    box-shadow: 0px 6px 18px -5px rgba(237, 103, 85, 1);
}

/* Container générique */
.container {
    position: relative;
    border-radius: 5px;
    padding: 20px 0 30px 0;
}

/* Hidden elements */
.bzt7nkomon {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    clip-path: inset(50%);
    border: 0;
}

/* Typography */
.abscankomon {
    font-size: var(--bui_font_small_1_font-size);
    line-height: var(--bui_font_small_1_line-height);
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

/* Demo wrap background */
.demo_wrap :before {
    position: relative;
    background: #fafafaff;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.demo_wrap h1 {
    padding: 50px;
    position: relative;
    z-index: 2;
}

.demo_wrap {
    display: block;
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 20;
    width: 100%;
    height: 40%;
    z-index: 1;
    background-image: url('https://img.freepiik.com/photos-premium/fond-blanc_1129442-449.jpg?semt=ais_hybrid&w=740&q=80');
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* News background */
.news1 {
    background-image: url("https://nkomonapp.com/frontend/assets/images/banner2/tourisme01.webp");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    transition: all .4s ease;
}
