section {
    padding: 30px;
}

footer {
    margin-bottom: -30px;
}

.title-reviews {
    text-align:center;
}

#successtSend,
#waitSend,
#errorSend {
    display: none;
    width: fit-content;
    margin: auto;
    padding: 1rem 3rem;
    box-shadow: 2px 2px 20px 2px #0000004d;
}

.hero {
    height: 100vh;
    background-image: url('../upload/cezamePrincipal.jpg');
    padding: 0;
}

.para1 {
    padding: 10px 50px;
}

.hero-content {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #00000075;
    padding: 10vw;
}

.hero-content h1,
.hero-content h2,
.hero-content p {
    color: #fff;
}

.hero-content h1 {
    margin-top: 2rem;
    font-size: 3em;
    margin-bottom: 1rem;
}

.hero-content h2 {
    font-size: 2em;
    margin-bottom: 3rem;
}

.hero-content p {
    font-size: 1.4em;
}

.hero-content a {
    display: block;
    color: #fff;
    background: linear-gradient(90deg, #ff9300 0%, #ff4a00 100%);
    text-decoration: none;
    padding: 1rem 1.5rem;
    border-radius: 0.3rem;
    margin-top: 3rem;
    font-weight: bold;
}

.hero-content a:hover {
    background: linear-gradient(90deg, #ff4a00 0%, #ff9300 100%);
}

@media (max-width: 900px) {

    .hero-content h1 {
        font-size: 2em;
    }

    .hero-content h2 {
        font-size: 1.5em;
    }

    .hero-content p {
        font-size: 1em;
    }
}

/*
* avis
*/


.avis h2 {
    font-size: 2em;
    margin: auto;
    width: fit-content;
    margin-bottom: 2rem;
    margin-top: 3rem;
}

.avis h2 span {
    color: #fb911f;
    font-size: 2.2em;
}


/*
* contact
*/


.contactForm h2 {
    font-size: 2em;
    margin: auto;
    width: fit-content;
    margin-bottom: 2rem;
    margin-top: 3rem;
}

.contactForm h2 span {
    color: #fb911f;
    font-size: 2.2em;
}

#formDevis {
    width: fit-content;
    margin: auto;
    padding: 1rem 3rem;
    box-shadow: 2px 2px 20px 2px #0000004d;
}

#formDevis>div {
    border-bottom: 1px #c9c9c9 solid;
    padding-bottom: 1rem;
    padding-top: 1.5rem;
}

#formDevis>div>h3 {
    font-size: 1em;
    margin-bottom: 0.5rem;
}

#formDevis>div>select {
    width: 100%;
    padding: 0.4rem;
    border-radius: 0.3rem;
    border: 1px #bfbfbf solid;
}


#formDevis>div>textarea {
    width: 100%;
    padding: 0.4rem;
    border-radius: 0.3rem;
    border: 1px #bfbfbf solid;
    height: 5rem;
}

#formDevis>div>input[type=file] {
    margin: 0;
    padding: 0;
}

#formDevis>div>.form-group {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

#formDevis>div>.form-group>div>label {
    display: block;
    font-size: 0.9em;
    font-weight: bold;
}

#formDevis>div>.form-group>div>input {
    margin: 0;
    padding: 0.4rem;
    border-radius: 0.3rem;
    border: 1px #bfbfbf solid;
}

#formDevis .infos>h3 {
    margin-bottom: 1rem;
}

#formDevis button {
    margin: auto;
    display: block;
    padding: 10px 20px;
    background: #fb911f;
    border: transparent;
    margin-top: 1rem;
    font-size: 1.1em;
    color: #fff;
    cursor: pointer
}

#formDevis button:hover {
    transition: all linear 0.5s;
    background: #a85d0d;
}

/*
* IDENTITE
*/

.identite {
    text-align: center;
    width: 80vw;
    margin: auto;
}

.identite h2 {
    font-size: 2em;
    margin-bottom: 2rem;
}

.identite h2 span {
    color: #fb911f;
    font-size: 2.2em;
}


/*
* Devis
*/

.devis {
    text-align: center;
    width: 80vw;
    margin: auto;
    padding-top: 0;
}

.devis h2 {
    font-size: 2em;
    margin-bottom: 2rem;
}

.devis h2 span {
    color: #fb911f;
    font-size: 2.2em;
}


@media (max-width: 900px) {

    .devis {
        width: 90vw;
    }

    .devis-content {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    section {
        padding: 0px;
    }
}

/*
* SERVICES2
*/

.services2 {
    width: 100%;
    padding: 2rem 15%;
}

.services2 h2 {
    font-size: 2em;
    margin: auto;
    width: fit-content;
    margin-bottom: 0.3rem;
}

.services2 h2 span {
    color: #fb911f;
    font-size: 2.2em;
}


.services2>.servicesContent {
    margin: auto;
    box-shadow: 2px 2px 20px 2px #0000004d;
    padding: 2rem 3rem;
    margin-top: 3rem;
    border-radius: 0.5rem;
    width: fit-content;
}

.services2>.servicesContent>table {
    border-collapse: collapse;
}

.services2>.servicesContent>table>thead {
    text-align: left;
}

.services2>.servicesContent>table>thead>tr>th {
    border-bottom: 1px #000 solid;
    padding-bottom: 0.5rem;
}

.services2>.servicesContent>table>tbody>tr>td {
    padding-top: 1.5rem;
}

.services2>.servicesContent>table>tbody>tr>td:nth-of-type(1) {
    padding-right: 2rem;
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.services2>.servicesContent>table>tbody>tr>td:nth-of-type(2) {
    padding-right: 2rem;
}


.services2>.servicesContent>table>tbody>tr>td:nth-of-type(1)>div>p {
    font-weight: bold;
}

.services2>.servicesContent>table>tbody>tr>td:nth-of-type(1)>div>span {
    padding-left: 0.5rem;
    display: block;
    font-size: 0.8em;
    color: #626262;
}

.services2>.servicesContent>table>tbody>tr>td:nth-of-type(2)>span {
    display: block;
}

.services2>.servicesContent>table>tbody>tr>td:nth-of-type(2)>span:nth-of-type(1) {
    color: #fb911f;
    font-size: 0.9em;
    font-weight: bold;
}

.services2>.servicesContent>table>tbody>tr>td:nth-of-type(2)>span:nth-of-type(2) {
    font-weight: bold;
    font-size: 1.1em;
}

.services2>.servicesContent>table>tbody>tr>td:nth-of-type(3) {
    cursor: pointer;
}

@media (max-width: 900px) {

    .services2 {
        width: 100%;
        padding: 2rem 1rem;
    }

    .services2>.servicesContent {
        padding: 1rem 1.5rem;
    }
}

/*
* SERVICES
*/

.services {
    width: 100%;
    background: linear-gradient(90deg, #ff9300 0%, #ff4a00 100%);
    color: #fff;
    padding: 2rem 15%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.services h2 {
    font-size: 2em;
    margin-bottom: 0.6rem;
}

.services p {
    color: #fff;
}

.services a {
    display: block;
    color: #000;
    background-color: #fff;
    text-decoration: none;
    padding: 1rem 1.5rem;
    border-radius: 0.3rem;
    font-weight: bold;
}

/*
* PRESTATION
*/

.prestation {
    text-align: center;
    width: 80vw;
    margin: auto;
}

.prestation h2 {
    font-size: 2em;
    margin-bottom: 0.3rem;
}

.prestation h2 span {
    color: #fb911f;
    font-size: 2.2em;
}



.prestation .contenu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
}

.prestation .contenu .box {
    width: 350px;
    margin: 20px;
    border: 20px solid #fff;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.prestation .contenu .box:hover {
    width: 350px;
    margin: 20px;
    border: 20px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    border-radius: 20px;
}

.prestation .contenu .box .imbox {
    position: relative;
    width: 100%;
}

.prestation .contenu .box .imbox img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
}

.prestation .contenu .box .text {
    text-align: center;
    font-weight: 300px;
    color: rgb(0, 0, 0);
}

.prestation .contenu .box .text h3 {
    font-weight: 400;
    text-align: center;
    margin-top: 50px;
}

.box {
    text-align: center;
}

.box h3 {
    text-align: center;
    margin-top: 0px;
}


/*
* FAQ
*/

.faq {
    text-align: center;
    width: 80%;
    margin: auto;
    padding: 0;
}

.faq h2 {
    font-size: 2em;
    margin-bottom: 2rem;
}

.faq h2 span {
    color: #fb911f;
    font-size: 2.2em;
}

.faq-content {

    margin: auto;
    padding: 3rem 0;
}

.faq-card-list {
    margin-top: 3rem;
}

.faq-card {
    margin-bottom: 0.7rem;
}

.faq-card-header {
    font-size: 0.8em;
    display: flex;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-radius: 0.5rem;
    background-color: #fff;
    box-shadow: 2px 2px 20px 2px rgba(0, 0, 0, 0.20);
    position: relative;
}

.faq-card-header:hover {
    background-color: #e8e8e8;
    cursor: pointer;
    transition: all ease 0.4s;
}


.faq-card-body {
    background-color: #fff;
    padding: 2.8rem 1.5rem 1.5rem 1.5rem;
    color: #5f5f5f;
    margin-top: -20px;
    border-radius: 0 0 0.5rem 0.5rem;
    display: none;
}

@media screen AND (min-width: 900px) {
    .faq-content {
        width: 60%;
    }
}


/*
* other-cities
*/

.other-cities {
    width: 80%;
    margin: auto;
    text-align: center;
}

.other-cities h2 {
    font-size: 2em;
    margin-bottom: 0.2rem;
}

.other-cities h3 {
    font-size: 1.2em;
    margin-bottom: 3rem;
    color: #6c6c6c;
    font-weight: normal;
}

.other-cities h2 span {
    color: #fb911f;
    font-size: 2.2em;
}

.other-cities .city-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2%
}

.other-cities .city-item {
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 0.5rem;
    color: #000;
    font-size: 1.1em;
    font-weight: bold;
    border: 3px #fb911f dotted;
    width: 50%;
    cursor: pointer;
    transition: all ease 0.4s;
    text-decoration: none;
}

.other-cities .city-item:hover {
    background-color: #fb911f;
    color: #fff;
}

@media screen AND (min-width: 900px) {
    .other-cities .city-item {
        width: 25%;
    }
}