.bold{
    font-weight: 700;
}

.presentation-entreprise{
    display: flex;
    justify-content: space-between;
    margin-top: 10rem;
    margin-bottom: 4.25rem;
}

.contenu-presentation{
    width: 45%;
}

.contenu-presentation .deco-sous-titre{
    margin-bottom: 1.5rem;
}

.contenu-presentation p{
    font-size: 1.25rem;
    line-height: 1.8rem;
	margin: 1rem 0;
}

.presentation{
    position: relative;
    width: 50%;
}

.photo-presentation .photo-entreprise{
    position: inherit;
    border-radius: 8px;
    z-index: 1;
    width: 100%;
    border-radius: 8px;
    top: 0;
    right: 0;
}

.photo-presentation{
    display: flex;
    width: 100%;
    height: calc(45.84vw / 1.8095);
    position: relative;
    align-items: center;
}

.photo-presentation .toit-vert1{
    position: absolute;
    top: -28%;
    right: -26%;
    height: 118%;
    z-index: 0;
}

#valeur {
    padding: 4.12rem 0 6.62rem 0;
    background-color: #F7F7F7;
}

.titre-valeurs {
    margin: 0 auto;
    text-align: center;
}

.titre-valeurs h2 {
    font-family: Raleway;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 2.93rem;
    margin-bottom: 0.5rem;
}

.titre-valeurs .deco-sous-titre {
    margin: 0 auto 4.5rem;
}

.nos-valeurs {
    display: flex;
    margin-top: 2.56rem;
}



.valeur {
    width: 20%;
    margin-right: 5%;
}

.titre-valeur {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.titre-valeur span {
    font-family: Raleway;
    font-weight: 700;
    font-size: 1.37rem;
    line-height: 1.61rem;
}

.valeur p {
    line-height: 1.6rem;
}


.titre-valeur img {
    width: 30%;
    margin-right: 1rem;
}

#equipe{
    padding: 2rem 0 0;
    margin-bottom: 5.4rem;
}

.equipe{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.all-equipe {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 3rem;
    position: relative;
}

.devis-img-back.green {
    width: 62.25rem;
    top: -2%;
    left: -23%;
    z-index: -1;
}

.devis-img-back.orange {
    width: 59rem;
    bottom: 10%;
    right: -25%;
    z-index: -1;
}

.fondateurs, .artisans, .commerciaux {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
    align-items: center;
    justify-content: center;
}

.card-equipe {
    width: 19rem;
    text-align: center;
    border-radius: 25px;
    background-color: #ffffffc9;
}

.card-equipe img {
    width: 100%;
    border-radius: 8px;
    height: 450px;
    object-fit: cover;
}

.card-equipe h3 {
    font-family: 'Raleway';
    font-size: 2rem;
    margin-top: 1.1rem;
    margin-bottom: 0;
}

.card-equipe .fonction {
    font-size: 1.375rem;
    line-height: 1.6;
}



#expertises {
    padding: 9rem 0 11rem;
}


@media (max-width: 1440px) {
    #presentation.container {
      width: 79%;
    }
    .presentation{
        display: flex;
    }

    #valeur .container, #expertises .container, #equipe.container{
        width: 87%;
    }

    .toit-vert2{
        left: -5%;
        height: 70%;
    }
  }

  @media (max-width: 1250px) {

    
}

@media (max-width: 1250px) {
    .toit-vert1{
        display: none;
    }
    .nos-valeurs{
        flex-wrap: wrap;
        justify-content: space-between;
        row-gap: 3rem;
    }
    .valeur{
        width: 45%;
        margin-right: 0;
    }
   
   
}

@media (max-width: 768px){
    .presentation-entreprise{
        margin-top: 2rem;
        flex-direction: column;
    }
    .contenu-presentation{
        width: 100%;
    }
    .presentation{
        justify-content: center;
        width: 100%;
        margin-top: 10rem;
    }
    .photo-presentation{
        height: calc(85vw / 1.8095);
    }
    
    .photo-presentation .toit-vert1{
        display: block;
        top: -18%;
        right: -16%;
        height: 85%;
    }

}

@media (max-width: 700px){
    .toit-vert2{
        display: none;
    }
    .valeur{
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
    .titre-valeur{
        width:45%;
    }
    .titre-valeur img{
        width: 20%;
    }
    .valeur p{
        width: 55%;
        padding: 3%;
        box-sizing: border-box;
    }
}


@media (max-width: 550px) {
    .valeur{
        flex-direction: column;
    }
    .titre-valeur{
        width: 100%;
        justify-content: center;
    }
    .valeur p{
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 425px) {
    .presentation{
        margin-top: 5rem;
    }
}		