.zoneContact{
    height: 200px;
}
.zoneContact a {
    text-decoration: none;
}
.zoneContact .texte a:hover {
    background-color: #2597BA;
    color:white;
    transition:0.5s;
}
.contactTexte1,
.contactTexte2{
    margin: 40px;
    height: 150px;
    font-size: 1.2rem;
}
.contactsReseaux{
    font-size: 1.1rem;
}
.contactsTelMail,
.contactsReseaux{
    height: 100px;
    margin:30px 0px 30px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}
.contactsTelMail > div,
.contactsReseaux > div {
    display: flex;
    flex-direction: row;
    margin:20px;
    font-size: 1.1rem;
    align-items: center;
}
.logo,
.logo a img{
    width: 50px;
    height: 50px;
}
.texte{
    display: flex;
    align-items: center;
    margin-left:10px;
}
.zoneIntervention{
    margin-top:30px;
    display: grid;
    justify-content: center;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 50px 50px 150px 80px;
    margin-bottom:40px;
}
.titreSection{
    font-size: 1.2rem;
    border:1px solid black;
    padding:10px 25px 10px 25px;
    font-weight: 600;
    margin-bottom: 50px;
    text-align: center;
    grid-column: 1/3;
    grid-row: 1/2;
    width: 40%;
    justify-self: center;
}
.texteZoneInterv1{
    font-size: 1.2rem;
    grid-column: 1/2;
    grid-row:2/3;
    text-align: center;
    align-content: center;
}
.texteZoneInterv2{
    font-size: 1.2rem;
    font-weight: 700;
    grid-column: 1/2;
    grid-row:3/4;
    text-align: center;
    align-content: center;
}
.flecheZoneInterv{
    grid-column: 1/2;
    grid-row:4/5;
    height:80%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; 
}
.boutonPrestationsZoneInterv{
    grid-column: 1/2;
    grid-row:5/6;
    text-align: center;
}
.boutonPrestationsZoneInterv a{
    text-decoration: none;
    font-weight: 600;
    border: 1px solid black;
    padding: 20px;
    border-radius:20px;
    background-color: #f5a486;
    box-shadow: 2px 2px 2px grey;
}
.boutonPrestationsZoneInterv a:hover{
    background-color: #f8e3db;
}
.carteInterv{
    grid-column: 2/3;
    grid-row: 2/6;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 20px;
    height: 520px;
    width:520px;
}

@media screen and (max-width:1000px){
.contactsReseaux{
    width: 100%;
}
}
@media screen and (max-width:900px){
    .flecheZoneInterv{
        height: 70%;
    }
    .boutonPrestationsZoneInterv a{
        font-weight: 600;
        padding: 15px;
    }
    .carteInterv{
        height: 400px;
        width: 400px;
    }
}

@media screen and (max-width:820px) {
    .zoneContact{
        height: 250px;
    }
    .contactTexte2{
        height: 320px;
        margin:30px;
    }
    .contactsTelMail,
    .contactsReseaux{
        flex-direction: row;
        width: 100%;
    }
    .contactsTelMail div,
    .contactsReseaux div{
        width: 100%;
        justify-content: center;
        margin-left:-10px;
    }
}

@media screen and (max-width:750px){
    .contactsTelMail div,
    .contactsReseaux div{
        font-size: 1rem;
    }
    .logo,
    .logo a img{
        width: 40px;
        height: 40px;
    }
    .zoneIntervention{
        grid-template-columns: 1fr;
        grid-template-rows: auto 20px 50px 360px 80px;
    }
    .texteZoneInterv1{
        font-size:1.3rem;
        grid-column: 1/2;
        grid-row: 2/3;
    }
    .texteZoneInterv2{
        font-size:1.4rem;
        grid-column: 1/2;
        grid-row: 3/4;
    }
    .flecheZoneInterv{
        display:  none;
    }
    .carteInterv{
        grid-column: 1/2;
        grid-row: 4/5;
        width: 70%;
        margin: 20px;
        justify-self: center;
        height: 300px;
    }
    .boutonPrestationsZoneInterv{
        grid-column: 1/2;
        grid-row: 5/6;
    }
}

@media screen and (max-width:600px){
    .contactTexte1,
    .contactTexte2{
        font-size: 1rem;
    }
    .titreSection{
        font-size: 1.1rem;
    }
    .zoneIntervention{
        grid-template-rows: auto 20px 30px 300px 60px;
    }
    .carteInterv{
        height: 200px;
    }
    .texteZoneInterv1,
    .texteZoneInterv2{
        font-size: 1.1rem;
    }
}

@media screen and (max-width:500px){
    .contactsTelMail div,
    .contactsReseaux div{
        font-size: 1rem;
        font-weight: 500;
        justify-content: left;
        margin-left:50px;
    }
    .zoneIntervention{
        grid-template-rows: auto 20px 30px 260px 60px;
    }
    .boutonPrestationsZoneInterv a{
        font-weight: 600;
        font-size: 0.9rem;
    }
}

@media screen and (max-width:410px){
    .contactsTelMail div{
        margin-left:10px;
    }
    .zoneIntervention{
        grid-template-rows: auto 20px 30px 210px 60px;
    }
    .carteInterv{
        height: 160px;
    }
    .boutonPrestationsZoneInterv a{
        font-weight: 500;
    }
}