@import url("base.css");

body{
    background-image: url("./img/megafono.png");
    background-repeat: repeat-x;
}

.campagnes{
    margin-top: 30%;
    text-align: justify;
    padding-left: 5%;
    padding-right: 5%;
    letter-spacing: 1px;
    line-height: 2em;
    }

.campagnes h1, h2{
    text-align: left;
    line-height: 1.1em;
}

.campagnes ul{
    font-weight: bolder;
    font-size: larger;
}

.campagnes li{

    font-size: larger;
}

.campagnes li:hover{

    color:#114a9a;
}

.campagnes p{
    font-size: larger;
}

.pace{ 
    width:300px; 
    height:200px; 
    margin-bottom: 10px; 
    margin-top: 10px;
}

.lottomarzo{ 
    width:300px; 
    height:200px; 
    margin-bottom: 10px; 
    margin-top: 10px;
}

@media only screen and (min-width:420px) and (max-width: 991px){

    .campagnes{
        margin-top: 10%;
        
        }

    .pace{ 
        width:400px; 
        height:300px;
        float:right; 
        margin-left:15px; 
        margin-bottom: 20px; 
        margin-top: 15px;
    }

    .lottomarzo{ 
        width:400px; 
        height:300px;
        float:right; 
        margin-left:15px; 
        margin-bottom: 20px; 
        margin-top: 15px;
    }


}

@media only screen and (min-width: 992px) {
    .campagnes{
        margin-top: 10%;
        padding-left: 50px;
    padding-right: 50px;}
    .pace{ 
        width:450px; 
        height:300px;
        float:right; 
        margin-left:15px; 
        margin-bottom: 20px; 
        margin-top: 15px;
    }

    .lottomarzo{
        width:500px; 
        height:500px;
        float:right; 
        margin-left:15px; 
        margin-bottom: 20px; 
        margin-top: 15px;

    }

}