* {
    /* color: #1A2353; */
}

.home {
    background-color: white;
} 

.c_c2 {
    padding: 100px 150px;
    height: 600px;
    font-size: 20px;
    position: relative; /* Added to contain absolutely positioned elements */
}

.c1_logo img {
    /* width: 800px; */
    aspect-ratio: 3/2;
    object-fit: cover;
}

.c_header {
    width: 50%;
    font-size: 35px;
}

/* Replaced float with modern positioning */
.form {
    width: 350px;
    height: 450px;
    position: absolute;
    right: 150px; /* Aligns with the parent padding */
    top: 100px;
    padding: 50px;
    background-color: #1A2353;
}

.ju {
    font-size: 35px;
    text-align: center;
    color: white;
    margin-bottom: 50px;
}

.form input {
    width: 100%;
    padding: 15px 0;
    margin-bottom: 50px;
    font-size: 16px;
    background-color: #1A2353;
    border: none;
    color: white;
    border-bottom: 1px solid white;
    outline: none;
}

.cnp {
    display: flex;
}

.cnp select {
    width: 100px;
    border: none;
    margin-right: 20px;
    color: white;
    background-color: #1A2353;
    border-bottom: 1px solid white;
}

.pn {
    width: 100%;
}

.pn input {
    margin-bottom: 0;
}

.form_btn {
    margin: 50px 0;
    text-align: center;
}

.form_btn button {
    color: #1A2353;
    padding: 10px 30px;
    font-size: 18px;
    border: none;
    background-color: white;
    transition: 0.5s ease-in;
}

.c_footer {
    position: relative;
    top: 150px;
    width: 50%;
}

.form_btn button:hover {
    background-color: rgb(0, 0, 0);
    color: white;
    cursor: pointer;
}

.footer_info {
    font-family: "bicyclette", sans-serif;
    width: 100%;
}