
/*
 * waterfall
 */
 .container1 {
 height:100%;
 }
.item {
    width: 202px;
    padding: 5px;
	font-size: 0.8em;
    line-height: 1.2;
    background-color: rgba(255,255,255,.98);
    box-shadow: 0 1px 3px rgba(34, 25, 25, .4);
	overflow :hidden;
}
.item .picture {
	display: flex;
	justify-content: center;
	text-align:center;
}
.item img {
	border-radius:3%;
	margin:auto;
}
.item video {
	cursor: pointer;
}
.item .picture >.calcgris{
	position: absolute;
	top: 100%;
	width: 95%;
	padding: 4px 3px;
	background: #fff;
	opacity: 0.7;
    transition: 1s;
}
.item:hover {
    box-shadow: 0 1px 5px rgba(34, 25, 25, .8);
}
.item .picture:hover >.calcgris{
	transition-delay: 1s;
	transform: translate(0, -105%);
	color: #000;
	
}
.calcgris .commentaires {
	font-size: 15px;
	text-align: center;
}
.calcgris .commentaires .glyphicon {
    color: #5F021F;
}
#d1,#d2 {
	display: none;	
}
#d3 {
	display: none;
}
#d10 {  
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index : 2000000000;
	padding: 50px;
	border-radius: 5px;
	background: #5F021F;
}
input[type="text"], input[type="password"], input[type="tel"],input[type="email"]{
		height: 32px;
}
#loader {
	display:none;
	text-align:center;
	padding:10px 0;
	color:#999;
}
.x{
    position: absolute;
    top: 10px;
    right: 10px;
}
#trigger {
	padding: 10px 30px 20px 30px;
}
#trigger a { 
	margin-right: 30px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.form-control {
	float: left;
  width: 160px;
  margin: 5px;
}
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 2;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}
#pied {
	text-align: center;
	margin: 100px auto 0;
}

/*
 * page-navigation
 */
#page-navigation {
	text-align: right;
	margin: 50px auto 15px;
}
#page-navigation ul li {
	text-align: center;	
	line-height: 28px;
	margin:0 3px;
	display: inline-block;
	border: 1px #ccc solid;
	border-radius: 16px; 
	text-decoration: none;  
}
#page-navigation ul li a{
	width:28px;
	height: 28px;
	color: #ccc;
	border-radius: 14px;
}
#page-navigation ul li a:hover {
	background: #5F021F;
	color: #fff;
}  
#page-navigation li > a {
    display: block;
    font-size: 1em;
    font-family: 'open_sansregular';
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
}
#page-navigation ul  li:hover > a {
	border-radius: 14px; 
    background: #5F021F; 
}
button {
	margin: 5px;
}
#cadre {
	display : none;
}
@media screen and (max-width: 1020px) {


.slicknav_cadre {
	display: block;
}
.item {
    
	margin: 40px 0;
}


}
@media screen and (max-width: 760px) {
	
#d3, #d2, #d1, #d10, #loader {
	display:none;
}	
	
	
}