﻿
.card-body img{
	width:320px;
	height:400px;
}

.card-body {
    padding: 0 0 0 0 !important;
	width:320px;
	height:500px;
}

.card-body h5 { padding-top:12px;}

.flip-card {
  background-color: transparent;
	width:320px;
	height:500px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:20px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
	position: absolute;
	width: 320px;
	height: 100%;
  -webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	top: -1px;
}

.flip-card-front {
  background-color: IndianRed;
  color: Snow;
}

.flip-card-back {

  color: Snow;
  transform: rotateY(180deg);
  padding:0 0 0 0 !important;
	background-color:red;
}

.flip-card-back h2{ 
}



span-back::before {}

span-back { margin:0; padding:0;}



.flip-card-back {
background: url('/UserFiles/Images/background/background-chinois2.jpg') repeat;
}

.span-back { z-index:100;  background-color: rgba(205, 92, 92, 0.75);

  height:100%;
  width:100%;
  position:absolute;
  	top: 0px;

}

.span-back h2 { 
   color: Snow;
}
.span-back p { 
   color: Snow;
   font-size:16px;
}


.card-title { padding:4px 0 0 0; margin-bottom:0.10rem; color:Snow;}



/* responsive style below */ @media screen and (max-width:991.98px) {


	.card-body img{
		width:240px;
		height:320px;
	}
	
	.card-body {
		width:240px;
		height:420px;
	}
	
	
	.flip-card {
		width:240px;
		height:420px;
	}



	.flip-card-front, .flip-card-back {
		width: 240px;
		height: 100%;
	}


}
