/*Ici, notre design principal commrespond à la présentation qu'on souhaite avoir sur mobile*/
.led_calc_ifrm_wr {margin:30px 5px 30px 10px;}
.led_calc_ifrm {width:100%;height:920px;border:0px #eeeeee solid;border-width:0px;padding:0px;background-color:#212429;}

/*Styles spécifiques pour les écrans de taille moyenne type tablette*/
@media screen and (min-width: 767px) and (max-width: 991px){
	.led_calc_ifrm {width:100%;height:500px;}
}

/*Styles spécifiques pour les grands écrans type écrans d'ordinateur*/
@media screen and (min-width: 992px){
	.led_calc_ifrm {width:100%;height:500px;}
}
