main {
    max-width: 100vw;
    padding: 0;
}

.title-section {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    /* margin-bottom: 5rem; */
    background-image: url("../IMG/556.webp");
    background-position: center;
    background-size: cover;
    height: 400px;
}

.title-section h1 {
    font-size: 4rem;
    font-weight: 600;
    margin: 0;
    padding: 0;
    color: white;
}

.title-section h2 {
    font-size: 2rem;
    letter-spacing: 2px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    color: white;
}

.description-section {
    width: 600px;
}

.description-section h1 {
    color: #0097fc;
    letter-spacing: 2px;
}

.vision-section {
    display: flex;
    justify-content: center;
    gap: 4rem;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 5rem;
    padding: 5rem 0;
    position: relative;
    background-color: rgb(247, 247, 247);
}

.img-section {
    position: relative;
    z-index: 2;
    /* background-color: #0097fc; */
    /* width: 500px; */
}

.background-img {
    position: absolute;
    z-index: 1;
    left: -200px;
    top: -150px;
    width: 1000px;
}

.img-section img:nth-child(2) {
    width: 500px;
    position: relative;
    z-index: 3;
}


/* PREMIERE SECTION */

.first-section {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 5rem;
}

aside {}

.box-subtitle {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 5rem;
}

.box-subtitle h1 {
    color: #0097fc;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0;
}

.box-subtitle h2 {
    font-size: 3rem;
    font-weight: bold;
    color: #222222;
    margin-bottom: 1rem;
    margin-top: 0;
}

.line {
    position: relative;
    width: 300px;
    height: 1px;
    border-bottom: solid 1px rgb(175, 175, 175);
}

.surline {
    width: 80px;
    height: 1px;
    border-bottom: solid 6px #0097fc;
    border-radius: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.box-offres {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.box-offres aside {
    border: solid #0097fc 4px;
    border-radius: 20px;
    padding: 0;
    width: 350px;
    height: 740px;
}

.box-offres aside i {
    color: #0097fc;
    font-size: 1.2rem;
    margin-right: 0.5rem;
}

.box-offres aside:nth-child(2) {
    border: solid #ffbb00 4px;
}

.box-offres aside:nth-child(2) .price-box div h3,
.box-offres aside:nth-child(2) .price-box div p {
    color: #ffbb00;
}

.box-offres aside:nth-child(2) i {
    color: #ffbb0083;
    font-size: 1.2rem;
    margin-right: 0.5rem;
}

.box-offres aside:nth-child(2) section:nth-child(2) a b {
    background-color: #ffbb00;
    border-color: #ffbb00;
}

.box-offres aside section:nth-child(2) {
    /* background-color: rgb(255, 255, 255); */
}

.box-offres aside:nth-child(2) section:nth-child(1) {
    background: #ffbb00;
    border-radius: 12px 12px 0px 0px;
    height: 120px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    text-align: center;
}

.box-offres aside section:nth-child(1) {
    background: #0097fc;
    border-radius: 12px 12px 0px 0px;
    height: 120px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    text-align: center;
}

.box-offres aside section:nth-child(1) h1 {
    color: white;
    font-size: 1.5rem;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.box-offres aside section:nth-child(1) h2 {
    color: white;
    font-size: 0.8rem;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
}

.box-offres aside section:nth-child(1) p {
    color: white;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
}

.box-offres aside section:nth-child(2) {
    padding: 1.5rem;
}

.price-box p {
    text-align: center;
    margin-bottom: 1rem;
}

.price-box h3 {
    color: #0097fc;
    font-size: 3rem;
    position: relative;
    /* right: 30px; */
    margin: 0;
}

.price-box div {
    display: flex;
    justify-content: center;
}

.price-box div p {
    /* position: absolute; */
    font-size: 1.5rem;
    color: #0097fc;
    font-weight: 700;
    /* top: 0; */
    /* right: -120px; */
    margin-left: 1rem;
}

.check-box {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
}

@media screen and (max-width: 1200px) {
    .box-subtitle h2 {
        font-size: 2rem;
    }
    .title-section {
        text-align: center;
        height: 300px;
    }
    .vision-section {
        flex-wrap: wrap;
        text-align: center;
    }
    .description-section {
        padding: 0 2rem;
    }
}