* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif; 
    list-style: none;
    text-decoration: none;
}

.container {
    width: 100vw;
    min-height: 100vh;
    padding-left: 2%;
    padding-right: 2%;
    box-sizing: border-box;
    overflow: hidden;
}

/*NAVBAR*/

.navbar {
    width: 100%;
    display: flex;
    align-items: center;
}

.logo {
    width: 38%;
    cursor: pointer;
    margin: 20px 0;
    padding-left: 100px;
}

.desText{
    font-size: 40px;
    text-align: center;
    /* background-color: rgb(231, 231, 231); */
}

.betes-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.betes {
    width: 100%;
    cursor: pointer;
    margin: 10px 0;
    padding-left: 60px;
}

.punText {
    font-size: 34px;
    text-align: center;
    margin-top: 10px;
    font-weight: 50;
}

/*PARIS SECTION*/

.paris {
    background-image: url(Pics/iii.png);
    width: 100vw;
    height: 100vh;
    display: flex;
    margin: 0;
    padding: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

/*ROW*/

.row {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.col-1 {
    flex-basis: 50%;
    display: flex;
    flex-direction: column; /* Stack children vertically */
    justify-content: flex-start; /* Align items to the top */
    align-items: flex-start; /* Align items to the left */
    padding: 20px; /* Add padding to ensure the content is not too close to the edge */
}

.col-1 .phone {
    color: rgb(203, 57, 57);
    font-size: 50px;
}

.col-1 .mail{
    font-size: 30px;
    text-decoration: underline;
}

.col-1 h3 {
    font-size: 30px;
    /* font-family: "Helvatica"; */
}

.col-1 h4 {
    font-size: 23px;
    color: black;
    font-weight: 100;
    margin: 20px 0 10px;
    /* font-family: "Helvatica"; */
}

.col-2 {
    flex-basis: 80%;
    display: flex;
    justify-content: center; /* Horizontally center */
    align-items: center; /* Vertically center */
    text-align: center; /* Center text horizontally */
}

.col-2 h3 {
    font-family: "Academy Engraved LET";
    font-size: 38px;
    font-style: italic;
    font-weight: 5000;
}

/*ROW2*/

.row2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 100px 0;
}

.col-3 h4 {
    font-size: 30px;
    color: black;
    font-weight: 100;
    margin: 20px 0 10px;
    margin-left: 50px;
}

.col-4 {
    position: relative;
    flex-basis: 60%;
    display: flex;
    align-items: center;
}

.col-4 .Ap-image {
    width: 90%;
    margin-left: 20px;
}

/*ROW3*/

.row3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}

.col-6 h4 {
    font-size: 30px;
    color: black;
    font-weight: 100;
    margin: 20px 0 20px;
    margin-left: 0px;
    text-align: right;
}

.grey {
    /* background: rgb(231, 231, 231); */
    margin: 0%;
}

/* FOOTER */

.mentions-legales {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    background-color: #f8f8f8;
    border-top: 1px solid #ddd;
    margin-top: 0px;
}

.mentions-legales h4 {
    margin-bottom: 15px;
}

.mentions-legales p {
    margin-bottom: 10px;
}

.mentions-column {
    flex: 1;
    padding: 0 10px;
}

.mentions-column:not(:last-child) {
    border-right: 1px solid #ddd;
}

/* RESPONSIVE SECTION */

@media (max-width: 1450px) {
    /* .paris{
        height: 80vh;
        background-position: center;
    } */
    .logo {
        width: 40%;
        padding-left: 0;
        text-align: center;
    }

    .betes{
        width: 80%;
        cursor: pointer;
        margin: 10px 0;
        padding-left: 60px;
    }

    .col-2 h3{
        width: 50%;
    }
}

@media (max-width: 1200px) {
    .paris{
        height: 60vh;
        background-position: center;
    }
    .logo {
        width: 50%;
        padding-left: 0;
        text-align: center;
    }
}

@media (max-width: 800px) {
    .navbar {
        flex-direction: column;
        align-items: center;
    }

    .logo {
        width: 70%;
        padding-left: 0;
        text-align: center;
    }

    .betes{
        width: 65%;
        padding-left: 0;
        text-align: center;
    }

    .desText{
        font-size: 30px;
    }

    .col-1 .phone{
        font-size: 35px;
        text-align: center;
    }

    .col-1 .mail{
        font-size: 28px;
    }

    .col-2 h3{
        width: 60%;
    }

    /* .row{
        flex-direction: column;
        text-align: center; 
    } */

    .row2{
        flex-direction: column-reverse;
        margin: 50px 0;
    }

    .row3{
        flex-direction: column-reverse;
        margin: 50px 0;
    }

    /* .paris{
        height: 60vh;
        background-position: center;
    } */

    .betes-container {
        width: 100%;
    }

    /* .col-1, .col-2, .col-5 {
        text-align: center;
    }

    .col-1, .col-1 h3, .col-5 h4 {
        font-size: 18px;
    }

    .col-2 h3{
        font-size: 45px;
        color: #4b0000;
        text-align: center;
    }  */

    .col-6 h4{
        margin-left: 20px;
        margin-right: 10px;
        font-size: 25px;
        text-align: left;
    }

    /* .mentions-legales {
        flex-direction: column; /* Stack columns vertically on very small screens 
    }

    .mentions-column {
        padding: 10px 0; /* Adjust padding for small screens 
        text-align: center; /* Center text on very small screens 
    }

    .mentions-column:last-child {
        border-bottom: none;
    } */

}

@media (max-width: 480px){
    .paris {
        height: 50vh;
        background-position: center;
    }

    .row{
        flex-direction: column;
    }

    .col-1 .phone{
        font-size: 35px;
    }

    .col-1 .mail{
        font-size: 23px;
    }

    .col-2 h3{
        font-size: 28px;
        width: 40%;
        height: 120%;
    }

    .col-6 h4{
        font-size: 30px;
    }

    .desText h3{
        font-size: 27px;
    }

    .mentions-legales {
        flex-direction: column;
    }

    .mentions-column {
        border-right: none;
        border-bottom: 1px solid #ddd;
        margin-bottom: 20px;
        text-align: center;
    }

    .mentions-column:last-child {
        border-bottom: none;
    }
}