/* ---------------------------------------------------
Site >> CROCKY.FR
Utilit� >>
Copyright >> https://www.icreative.fr
 -----------------------------------------------------*/

body{
    color: white ;
/*    background-color: #EF1C22 ;*/
    background-color: #ef1c22;
    background-image: linear-gradient(top, #ef1c22 0%, #9a0b0f 100%);
    background-image: -o-linear-gradient(top, #ef1c22 0%, #9a0b0f 100%);
    background-image: -moz-linear-gradient(top, #ef1c22 0%, #9a0b0f 100%);
    background-image: -webkit-linear-gradient(top, #ef1c22 0%, #9a0b0f 100%);
    background-image: -ms-linear-gradient(top, #ef1c22 0%, #9a0b0f 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ef1c22), color-stop(1, #9a0b0f));

      font-size:1.7em;
}



#bgPage {
/*      background: url('http://www.crocky.fr/img/bg/cream_pixels.png') 0 0 repeat transparent;*/
}

.width50 {
/*    width:80%;*/
    width:50%;
/*    background-color:yellow;*/
    float:left;
}

.height50 {
/*    width:80%;*/
    height:50%;
/*    background-color:blue;*/
}



/* LARGE ******************/
/*@media (min-width: 1200px) {
      body{
            background-color: red ;
      }
}*/
/* MEDIUM ******************/
/*@media (min-width: 992px) and (max-width: 1199px) {
      body{
            background-color: blue ;
      }
}*/
/* SMALL ******************/
/*@media (min-width: 768px) and (max-width: 991px) {
      body{
            background-color: brown ;
      }
}*/
/* EXTRA-SMALL ******************/
/*@media (min-width: 481px)  and (max-width: 767px) {
      body{
            background-color: pink ;
      }
}*/
/* EXTRA-EXTRA-SMALL ******************/
/*@media (max-width: 480px) {
      body{
            background-color: gray ;
      }
}*/







/* Maximum 767px de largeur >>  Telephone format paysage  */
/* .col-xs- */
@media (max-width: 991px) {
      .pr0 {padding-left:0px;}
}