p{
    margin: 2rem 0;
}

h2{
    margin-top: 0;
}

ul.expertise{
    font-size: 1.25rem;
    margin-left: 2rem;
    list-style: disc;
}

.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;
}

.presentation{
    position: relative;
    width: 45%;
    display: flex;
	flex-direction: column;
    gap: 2rem;
    align-items: center;
}

.presentation img{
    width: 100%;
    border-radius: 8px; 
}

.presentation img.thermique-ext{
    width: 100%;
    object-fit: none;
    border-radius: 8px;
}

.presentation img.comble{
    width: 70%;
    margin: 0 auto;
    border-radius: 8px;
}

@media (max-width: 1440px) {
    #presentation.container {
      width: 79%;
    }
    .presentation{
        display: flex;
    }
  }


@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;
    }
}

@media (max-width: 425px) {
    .presentation{
        margin-top: 5rem;
    }
}

