
/********************************/
/******** Présentation *****/
/********************************/
#presentation.container{
    margin: 8rem auto 10.9rem;
}

.presentation-entreprise{
    display: flex;
    justify-content: space-between;
    margin-top: 10rem;
    margin-bottom: 4.25rem;
}

.contenu-presentation{
    width: 52.5%;
    display: flex;
    flex-direction: column;
    gap: 7rem;
}

.contenu-presentation h2{
    margin-top: 0;
    font-size: 2rem;
}

.contenu-presentation .deco-sous-titre{
    margin-bottom: 1.5rem;
}

.contenu-presentation p, .contenu-presentation ul{
    font-size: 1.25rem;
    line-height: 1.8rem;
    margin: 2rem 0;
}

.presentation-prime{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.photo-presentation .photo-entreprise{
    position: inherit;
    z-index: 1;
    width: 100%;
    border-radius: 8px;
    top: 0;
    right: 0;
}

.photos-presentation{
    display: flex;
    width: 40%;
    position: relative;
    align-items: flex-start;
    margin-top: 2rem;
}
.photo-prime1{
    width: 80%;
    position: relative;
    border-radius: 8px;
}
.photo-prime2 {
    width: 70%;
    position: relative;
    border-radius: 8px;
    z-index: 2;
    margin: 92% auto auto -34%;
}

.puce-verte{
    margin-right: .4rem;
}



/********************************/
/******** Etapes *****/
/********************************/
#etapes{
    margin-bottom: 10rem;
}

#etapes .container{
    width: 90%;
}

.titre-etapes {
    margin: 0 auto;
    text-align: center;
}

.titre-etapes h2 {
    font-family: Raleway;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 2.93rem;
    margin-bottom: 0.5rem;
}

.titre-etapes .deco-sous-titre {
    margin: 0 auto 4.5rem;
}

.etapes{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 2.5%;
}
.etape{
    position: relative;
    width: 18%;
    height: 18rem;
    background-color: #FFC085;
    border-radius: 8px;
    display: flex;
    align-items: center;
    align-content: center;
}

.etape:before{
    content: '';
    position: absolute;
    top: 0;
    transform: translate(-50%, -50%);
    width: 3.75rem;
    height: 3.75rem;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    background-color: #339933;
    color: #fff;
    border-radius: 50%;
    line-height: 3.75rem;
}

.etape:nth-child(1)::before{
    content: '1';
}
.etape:nth-child(2)::before{
    content: '2';
}
.etape:nth-child(3)::before{
    content: '3';
}
.etape:nth-child(4)::before{
    content: '4';
}
.etape:nth-child(5)::before{
    content: '5';
}

.etape:not(:last-child)::after{
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: '\f061';
    color: #339933;
    font-size: calc(90vw*0.025);
    position: absolute;
    right: 0;
    transform: translateX(100%);
}

.desc-etape{
    padding: 1.5rem;
    font-size: 1.1rem;
    text-align: center;
}


/********************************/
/******** Devis *****/
/********************************/

#devis{
    position: relative;
}

.devis-img-back.green {
    width: 62.25rem;
    top: 25%;
    left: -20%;
}

.devis-img-back.orange {
    width: 59rem;
    bottom: -17%;
    right: -23%;
}


.devis{
    margin-top: 0;
}
