@charset "utf-8";
/* CSS Document */

/* ##### galerie ##### */
ul.tc_gallery, .contenu_editeur ul.tc_gallery{
  width: 100%;
  clear: both;
/*  border-top: solid #e32219 16px;*/
  margin: 40px 0 0 0;
  padding: 0px;
}
ul.tc_gallery:after{
  content:'';
  width: 100%;
  clear: both;
  display:block;
}
ul.tc_gallery li{
  float: left;
  list-style: none;
  width: 20%;
  margin: 0 !important;
	color: #e32219;
	padding-left: 0 !important;
	background: none !important;
}

@media only screen and (max-width: 1200px) {
    ul.tc_gallery li{width: 25%; }

}

@media only screen and (max-width: 640px) {
    ul.tc_gallery li{width: 33.33%; }

}
@media only screen and (max-width: 480px) {
    ul.tc_gallery li{width: 50%; }

}
