.divPlugins{
    font-family: 'Nunito', sans-serif;
}
h2{
    color: #0f83cc;
}
#divContactMaps{
    display: flex;
    justify-content: space-around;

    margin-top: 3%;
}

#divMaps{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-left: 2%;
}

#divMaps iframe{
    width: 100%;
    margin-bottom: 0.5%;
}

#divContact img{
    width: 60%;
    transition: 1s;
}

#divContact{
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 50%;
}


.separationP{
    margin-top: 4%;
    margin-bottom: 2%;
    width: 60% ;
}

.separationS{
    width: 30%;
}



#divTrombinoscope{
    text-align: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 10%;
}


.divTrombi{
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.divTrombi div{
    width: 24%;
}


#divTrombiBureau img, #divTrombiEntraineur img{
    transition-duration: 1s;
    width: 25%;

}
#divTrombiBureau img:hover, #divTrombiEntraineur img:hover{
    width: 100%;

}
.divTrombi div p{
    font-size: 0.8em;
}

#divContact a{
    text-decoration: none;
}

@media screen and (max-width: 1280px){
    #divTrombiBureau img, #divTrombiEntraineur img{
        width: 40%;
    }
}

@media screen and (max-width: 750px){
    .divTrombi div{
        width: 40%;
    }
    #divContactMaps{
        flex-direction: column-reverse;
        align-items: center;
    }
    #divContact{
        width: 90%;
        margin-bottom: 3%;
    }
    #divMaps{
        width: 90%;
    }
    #divTrombiBureau img, #divTrombiEntraineur img{
        width: 60%;
    }
    #divContact img:hover{
        width: 100%;
    }
}

@media all and (max-device-width: 480px)
{

}