@font-face {
    font-family: 'merlo';
    src: 
    	 url('../fonts/merlo_round_bold-webfont.woff2') format('woff2'),
         url('../fonts/merlo_round_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'merlo_regul';
    src: url('../fonts/merlo_round_regular-webfont.woff2') format('woff2'),
         url('../fonts/merlo_round_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'merlo_med';
    src: url('../fonts/merlo_round_medium-webfont.woff2') format('woff2'),
         url('../fonts/merlo_round_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*COVOITURAGE*/

.covoiturage_visu_bloc {float:left;width:50%}

.covoiturage_offresection {background-color:#fff; margin:5px;padding:10px; width:100%;border:1px solid #ff5522;color:#444444}
.covoiturage_offresection:hover{background-color:#ff5522;color:#fff; border:1px solid #fff;
            -webkit-transition: all 0.5s ease; /* Safari and Chrome */
            -moz-transition: all 0.5s ease; /* Firefox */
            -o-transition: all 0.5s ease; /* IE 9 */
            -ms-transition: all 0.5s ease; /* Opera */
            transition: all 0.5s ease;}		



@media screen and (max-width : 960px) {
.covoiturage_visu_bloc {width:100%}
}
