/*Ancien nom multiples-service.css*/

.multiples-services {
    padding: 10%;

}
.multiples-services h2 {
    text-align: center;
    margin-bottom: 100px;
}
.multiples-services .liste {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: baseline;
}
.multiples-services .service {
    width: 15%;
    text-align: center;
}
.multiples-services .service img {
    max-width: 100%;
height: 150px;
margin-bottom: 15px;
}
div.service:nth-child(3) > img:nth-child(1) {
max-height: 180px;
height: 180px;
}
.multiples-services .service p {

}
.multiples-services .blocs {
    display: flex;
margin-top: 75px;
justify-content: space-between;
}
.multiples-services .bloc-service {
    display: flex;
    width: 45%;
}
.multiples-services .logo {
    margin-right: 20px;
}
.multiples-services .logo img {

}
.multiples-services .textes {

}
.multiples-services .textes .titre {
    margin-bottom: 15px;
}
.multiples-services h3 {
    text-transform: uppercase;
}

.multiples-services .textes hr {
    width: 50px;
    height: 1px;
    border: none;
    background-color: var(--color-gris-5);
    margin-bottom: 15px;
}

.multiples-services .bloc-pro-dispo {
    display: flex;
    width: 45%;
}

.multiples-services ul {
    padding-left: 0;
}


/*
*
*
*
* MEDIA
*
*
*
*
*/

@media screen and (max-width: 1300px) {
    .multiples-services {
        padding: 10% 5%;
        }
    }
@media screen and (max-width:1024px)
{
  div.service:nth-child(3) > img:nth-child(1) {
  max-height: 150px;
  height: 150px;
  }



}
@media screen and (max-width:450px)
{
  .multiples-services .liste {
flex-direction: column;
align-items: center;
}
}
