/* main {
    display: flex;
    flex-direction: column;
    margin-bottom: 100px;
}

.prestas {
    display: flex;
    width: 96%;
    margin: auto;
    margin-top: 100px;
}
.text {
    width: 58%;
}
.prestas img {
    width: 42%;
}
.prestas h2 {
    font-family: 'Marcellus', serif;
    font-size: 64px;
    font-weight: 400;
    color: #c4a087;
    text-align: center;
    margin-top: 1px;
} 
@media (max-width: 760px){
    .prestas h2 {
        font-size: 50px;
    }
}
@media (max-width: 580px){
    .prestas h2 {
        font-size: 45px;
    }
}
@media (max-width: 490px){
    .prestas h2 {
        font-size: 40px;
    }
}
@media (max-width: 400px){
    .prestas h2 {
        font-size: 35px;
    }
} */
 

main {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0;
    margin-top: 3em;
    margin-bottom: 6em;
    /* font-family: "Roboto", serif; */
}
.contain_pricing {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 3em;
}
.mariage, .une, .deux {
    width: 28%;
    display: flex;
}
.une {
    margin-inline: 1em;
}
.etiquette {
    display: flex;
    flex-direction: column-reverse;
    height: 90px;
    width: 35px;
    padding-top: 0.6em;
    padding-bottom: 1.2em;
    /* background-color: #E3C06F; */
    background-color: #c4a087;
    font-family: "Roboto", serif;
    font-weight: 600;
    margin-top: 1.8em;
}
.mariage .etiquette {
    padding-bottom: 1em;
}


.etiquette p {
    transform: rotate(-90deg);
    font-size: 16px;
}

.pricing {
    display: flex;
    flex-direction: column;
    margin-left: 0.5em;
}

h1 {
    font-family: 'Marcellus', serif;
    text-align: center;
    font-size: 56px;
    /* font-style: normal; */
    color: #c4a087;
}

h2 {
    font-family: "Roboto", serif;
    text-align: center;
    font-size: 25px;
    font-weight: 800;
    padding: 0;
    line-height: 42px;
    margin-bottom: 1.5em;
}
.prix {
    font-size: 56px;
    margin: 0;
    padding: 0;
    height: 45px;
}
.prix span {
    font-size: 20px;
    font-family: 'Courier New', Courier, monospace;
    font-weight: 200;
}
.service {
    display: flex;
    line-height: 26px;
    margin-top: 2em;
    font-size: 18px;
}
.check {
    margin: 0;
    padding: 0;
    margin-right: 1em;
    height: 18px;
}
.check img {
    width: 20px;
}

.contact {
    margin-top: 3em;
    align-self: center;
}
.contact a {
    text-decoration: none;
    color: black;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.chien {
    margin-left: 1em;
    height: 18px;
    border-left: 2px solid black;
}

/* .contact:hover .chien {
    border-left: 16px solid black;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
} */

@media (max-width: 880px) {
    .contain_pricing {
        width: 70%;
        flex-direction: column;
        margin: auto;
        align-items: center;
    }
    .mariage, .une, .deux {
        width: 100%;
        margin-top: 1em;
        margin-bottom: 5em;
    }
    .service {
        margin-left: 1em;
    }
}