﻿#DeviceSelection { padding:10px; background-color: #FFFFFF; border: 1px solid #D9D9D9; color: #656565; cursor: pointer; overflow: hidden;
                   /*
                    -moz-box-shadow: 0px 0px 15px 1px #656565; -webkit-box-shadow: 0px 0px 15px 1px #656565; -o-box-shadow: 0px 0px 15px 1px #656565; box-shadow: 0px 0px 15px 1px #656565;
                   filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=15); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; 
                    */}

#DeviceSelection .box-devselect { width:46%; margin:0 1% 0 2.5%; float:left; }
#DeviceSelection .box-devselect.hover { background-color: #F2F2F2; }
#DeviceSelection .box-devselect img { display:block; margin:1em auto; }

#DeviceSelection h1 { color:#3F3F3F; text-transform:uppercase; font-size:1.2em; display:block; width:100%; text-align:center; }
#DeviceSelection h2 { text-transform:uppercase; font-size:1em; display:block; width:100%; text-align:center; margin-bottom:0.4em; overflow:hidden; }
#DeviceSelection h2.selected {	color:#99c100; }



/***************************************************/
/********          RESPONSIVE        ***************/
/***************************************************/

/* POUR NAVIGATEUR < 480px / SONY + IPHONE-VERTICAL */
@media only screen and (max-width:479px)
 { 
    .smallBr10 { font-size:1em!important; height:0px!important; clear:both; }
    #Div_Centre { margin:1.8em 5% 0 5%; }   
    
    #DeviceSelection h1 { font-size:.7em; }
    #DeviceSelection h2 { font-size:.4em; overflow:visible; }
    
 }
