/*---------------------------------------------*/
section.MyContainer {
	display:flex;
	max-width:1170px;
	justify-content:center;
	align-items:flex-start;
	flex-wrap:wrap;
	margin:0 auto;
	
}

section.MyContainer p {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2em;
	margin: 10px 0 0;
	padding: 0;
	font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book" , Helvetica, Arial, sans-serif;
}

section.MyContainer .MainTitle{
	flex-basis:100%;
	color: #000;
	font-family: ClarinsRegular, Clarins;
	font-size: 50px;
	font-weight: normal;
	line-height: 1em;
	margin: 0;
	padding: 8px;
	text-align:center;
	box-sizing:border-box;
	
}
@media screen and (max-width:761px){
section.MyContainer .MainTitle{
	font-size: 35px;
}	
}
section.MyContainer article{
	max-width:334px;
	flex-basis:100%;
	border:3px solid #e1e1e1;
	margin:19px;
	padding:0;
	display: block;
	position: relative;
	background-color: #FFFFFF;
	font-size: 0;
	text-align: center;
	padding-bottom:25px;
	
}

section.MyContainer .Visual{
	display:block;
	overflow:hidden;
	
}
section.MyContainer .Visual img{
	max-width:100%;
	display:block;
	transition:transform ease-in-out 0.5s;
	transform:scale(1);
}
section.MyContainer .LinkRedirect:hover .Visual img{
	transform:scale(1.1);
}

section.MyContainer .LinkRedirect{
	text-decoration:none;
	color:#000;
}

section.MyContainer .TagTitle {
	color: #be0f34;
	display: block;
	font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Medium" , Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 30px;
	position: relative;
	text-transform:uppercase;
}

section.MyContainer .BoutiqueTitle {
	color: #000;
	margin:0;
	padding:0;
	display: block;
	font-family: ClarinsRegular, Clarins;
	font-size: 28px;
	font-weight: normal;
	line-height: 1em;
	position: relative;
	text-transform:none;
}
section.MyContainer .LinkRedirect:hover .BoutiqueTitle{
	color:#be0f34; 
	
}
section.MyContainer .AdressText a{
	font-size:11px;
	color:#000;
	text-transform:uppercase;
	border-bottom:1px solid #eaeaea;
	text-decoration:none;
	line-height: 1.6em;
	font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Medium" , Helvetica, Arial, sans-serif;
}
section.MyContainer .AdressText a:hover{
	color:#be0f34;
	border-bottom:1px solid #be0f34;
}
section.MyContainer .TelText a{
	font-size:16px;
	line-height:1em;
	text-decoration:none;
	color:#000;
}
section.MyContainer .TelText a:hover{
	color:#be0f34;
	
}
	  
section.MyContainer .MyLink a {
	color: #000;
	display: inline-block;
	border-bottom: 1px solid #eaeaea;
	line-height: 14px;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
}
section.MyContainer .MyLink a:hover {
	color: #be0f34;
	border-bottom: 1px solid #be0f34;
}
section.MyContainer .MyBtnLink {
	margin: 4px;
	color: #000;
	display: inline-block;
	clear: both;
	text-decoration: none;
	border: 2px solid #eaeaea;
	line-height: 12px;
	font-size: 12px;
	padding: 22px;
	padding-top: 19px;
	padding-bottom: 19px;
	transition: all 0.2s ease-in-out;
	background-color: #FFF;
	text-transform: uppercase;
}
section.MyContainer .MyBtnLink:hover {
	border: 2px solid #eaeaea;
	color: #FFF;
	background-color: #000;
}
section.MyContainer .MyBtnLink.Black {
	border: 2px solid #eaeaea;
	color: #FFF;
	background-color: #000;
}
section.MyContainer .MyBtnLink.Black:hover {
	background-color: rgba(0,0,0,0.5);
}
section.MyContainer .MyVisual {
	margin: 0;
	padding: 0;
}