/*
Theme Name: Mairie de Belloy Sur Somme
Description: Theme de la Mairie de Belloy Sur Somme
Author: Nord Image
Author URI: https://nord-image.com
Template: generatepress
Version: 1.0
*/


#coordonnee .elementor-icon-list-items li:nth-child(2){
    padding: 10px 0 !important;
}

.liste-icone{
    background: #56a2be;
    border-radius: 25px;
    padding: 20px 10px;
    margin: 0 15px;
    transition: background 250ms ease, transform 250ms ease;
}

.liste-icone:hover{
    background: #d66e37;
    transform: translateY(-20px);
}

@media screen and (max-width: 1024px){
    .liste-icone{
        margin: 10px 1px !important;
    }
}

@media screen and (max-width: 768px){
    .liste-icone a{
        font-size: 16px !important;
    }

    #icones-numeros .elementor-column{
        margin: 5px 0;
    }
    
    .liste-icone .elementor-icon{
        font-size: 50px !important;
    }
    
    .liste-icone{
        padding: 20px 10px;
        margin: 10px 6px;
    }

    #icone-cimetiere{
        transform: translateX(50%);
    }
}

.container-icone{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.icone{
    border-radius: 25px; 
    margin: 15px 0;
    height: 150px;
    width: 210px;
    display: flex;
    justify-content: start;
    align-items: center;
    text-align: center;
    background: #56A2BE;
    flex-direction: column;
    color: white;
    transition: background 250ms ease, transform 250ms ease;
    padding: 15px;
    font-weight: 700;
    font-size: 19px;
    font-family: 'roboto';
}

.icone:hover{
    background: #D66E37;
    color: white;
    transform: translate3d(0,-20px,0);
}

.icone:visited{
    color: white;
}

.icone p{
    margin: 10px 0 0 0;
}

@media screen and (max-width: 767px){
    .icone{
        width: 150px;
        padding: 10px;
    }
}

#comArt .eael-infobox{
    background: #56A2BE !important;
    padding: 10px !important;
    border-radius: 15px !important;
    box-shadow: 0 0 10px rgba(0,0,0,0.15) !important;
}

#liste-feuille-bleue li{
    background: #56A2BE;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 20px;
}

#liste-bulletin li{
    background: #D66E37;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 20px;
}

#liste-conseils li{
    background: #D66E37;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 20px;
}

@media screen and (max-width: 768px){
    .comArt{
        width: 150px;
    }
    
    .comArt h3{
        font-size: 16px;
    }
}