

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300;500&display=swap');

body, html {
    padding: 0px;
    margin: 0px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    color: #24435C;
}

#main,
.container,
#pageTitle {
    width: 100%;
    /*padding:2em;*/
    display: block;
}
.block-titles{
  padding: 1em;
}
.exercices{
    display: inline-block;
    width:100%;
    height: auto;
    min-height: 200px;
    background-color: rgba(0, 0, 255, 0.5);
    /*float: left;*/
    /*margin: 10px 20px;*/
    margin-bottom: 2%;
}
.exercices a img{
        max-width: 100%;
}

.bl_info{
    color: #fff;
    margin: 0px;
}
.a_img{
    display: block;
    width:100%;
    height:100%;
}
.bl_img{
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 300px;
    background-repeat: no-repeat;
background-position: 50% 50%;
  background-size: cover;
}


h1, h2, h3, h4, h5, .bl_info {
  font-family: 'Roboto Mono', sans-serif;
}

#pageTitle{
    display: block;
    color: #fff;
}
canvas {
    display: block;

}
#defaultCanvas0{
    position: fixed;
    top: 0px;
    z-index: -2;
}


@media only screen and (min-width: 481px){

    .exercices{
        width: 48%;
        margin: 1%;
    }
}

@media only screen and (min-width: 769px){


}
@media only screen and (min-width: 1025px){
    .exercices{
        width: 30%;

    }

}
@media only screen and (min-width: 1201px){

}
