/*
 Theme Name:   Olivier Heurtel
 Theme URI:    http://www.olivier-heurtel.fr
 Description:  Thème enfant du thème Big Brother développé pour mon site
 Author:       Olivier Heurtel
 Author URI:   http://www.olivier-heurtel.fr
 Template:     big-brother-wpcom
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  olivier-heurtel
*/

.breadcrumbs { display:none;}

@media (min-width: 960px) {

  .primary {
    float: left;
    width: 100%;
  }

  .secondary {
    float: right;
    width: 0%;
  }

  .hentry {
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
  }

}

div.csColumn {
  text-align: left !important;
}

@media screen and (max-width: 960px) {
	.csColumn {
	  clear: both !important;		
	  float: none !important;		
	  text-align: left !important;		
	  margin-left:  1% !important;		
	  margin-right: 1% !important;		
	  width: 98% !important;	
	}
	.csColumnGap {
	  display: none !important;	
	}

}

@media all and (max-device-width: 480px)
{
    .miniature {
        max-width: 130px;
    }
    .alignright {
        display: inline;
        float: right;
        margin-left: 1.5em;
    }


}
