

.section-collection
{
	display: block;
	width: 100%;
	padding: 40px;
	padding-bottom: 120px;
	min-height: 600px;
	border-top: 1px solid #EDEDED;
	border-right: 1px solid #EDEDED;
	border-bottom: 1px solid #EDEDED;
	position: relative;
}

.section-collection.collection-small
{
	min-height: 550px;
	cursor: pointer;
}

.section-collection.care-guide
{
	min-height: 400px;
}

.section-collection > div.img-hover
{
	width: 100%;
	height: auto;
	position:absolute;
	top:0px;
	left:0px;
	padding: 40px;
	opacity: 0;
	transition: opacity 0.5s linear;
	-webkit-transition: opacity 0.5s linear;
	z-index: 3;
}
div.img-hover.show-image
{
	opacity: 1;
	z-index: 5;
}

.section-collection > div.img
{
	z-index: 2;
}
.section-collection > div.img > img, .section-collection > div.img-hover > img
{
	width: 100%;
	height: auto;

}

.section-collection.no-border-right
{
	border-right: none;
}

.section-collection > div.text
{
	text-transform: none;
	margin-top:20px;
	color:#7e7e7e;
}

.section-collection > div.text > h3
{
	text-transform: uppercase;
	color:#454545;
}

.section-collection > div.encart
{
	position: absolute;
	left: 90px;
	right: 90px;
	height: 100px;
	background-color: #fff;
	z-index: 10;
	margin-top: -150px;
	text-align: center;
}

.section-collection.collection-small:hover a
{
	text-decoration: underline;
}

.section-collection.collection-small img
{
	opacity: 1;
	transition: opacity 0.3s linear;
	-webkit-transition: opacity 0.3s linear;
}
.section-collection.collection-small:hover img
{
	opacity: 0.8;
}

@media screen and (min-width:640px) and (max-width: 1440px)
{
	.section-collection > div.encart
	{
		left: 75px;
		right: 75px;
		margin-top: -130px;
	}
}

div.encart > img
{
	width: 70%;
	display: inline-block;
	margin-top: 27px;
	height: auto;
}

div.encart > p
{
	width: 100%;
	display: block;
	margin-top: 10px;
	letter-spacing: 0.2em;
	font-family: "LacosteSansLight";
	font-size: 10px !important;
	color:#454545;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width:640px) and (max-width: 1440px)
{
	div.encart > p
	{
		width: 122px;
		font-size: 8px !important;
	}
}

.section-collection > div.switchers
{
	position: absolute;
	left:30px;
	bottom: 80px;
}

.section-collection.collection-small > div.text, .section-collection.collection-small > div.switchers
{
	width: 75%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.section-collection.collection-small > div.switchers
{
	width: calc(100% - 80px);
	left: auto;
}

.section-collection.collection-small > div.switchers > a
{
	display: block;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}

.switchers
{
	color:black;
	font-family:"LacosteSansBold";
	font-weight: normal;
	font-size:12px;
}

.switchers a
{
	font-family:"LacosteSansBold";
	margin-right: 10px;
	margin-left:10px;
	font-size:12px;
	text-decoration: none;
	color:#454545;
}

@media screen and (min-width:1280px) and (max-width: 1366px)
{
	.switchers a
	{
		font-size:10px;
	}
}

.switchers a:hover
{
	text-decoration: underline;
}


.column-heighty
{
	display: block;
	position: relative;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.section-fit
{
	display: block;
	width: 90%;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	height: 100%;
	position: relative;
	overflow: auto;
	overflow-y: hidden;
	box-shadow: 0 1px 0 0 rgba(0,0,0,0.1);
	color: #454545 !important;
	cursor: pointer;
}

.section-fit > img
{
	width: 100%;
	opacity: 1;
	transition: opacity 0.5s linear;
	-webkit-transition: opacity 0.5s linear;
	height: auto;
}

.section-fit:hover > img
{
	opacity: 0.8;
}

.section-fit:hover a
{
	text-decoration:underline;
}

.section-fit > div
{
	display: block;
	width: 80%;
	margin-left:auto;
	margin-right:auto;
}

.section-fit > div.texts
{
	padding-bottom:100px;
	padding-top:15px;
	height: 275px;
}

div.texts > h3
{
	font-family: "LacosteSansBold";
	font-size: 13px !important;
}

div.texts > p
{
	font-family: "LacosteSansLight";
	font-size: 12px !important;
	text-transform: none;
	color:#797979;
}

.section-fit > div.link
{
	position: absolute;
	bottom: 60px;
	left:10%;
}

.bg-style-textured
{
	padding-bottom: 75px;
}

.block-hr
{
	width: 80px !important;
}

.gender-switcher
{
	text-align: center;
}

.pretitle
{
	width: 100%;
	text-align: center;
	display: block;
	margin-top:30px;
}
/* Accessibility optimisation */
/*
.pretitle + h3
{
	margin-top: 5px;
	font-size:24px !important;
}*/

.pretitle + h2
{
	margin-top: 5px;
	font-size: 24px !important;
	width: 100%;
	text-align: center;
}

h3.wai-hidden-title
{
	position: absolute;
	top: -10000px;
	left: -10000px;
	height: 1px;
	width: 1px;
	text-align: left;
	overflow: hidden;
}

/* EO Accessibility optimisation */

.column-2-image-text .column-inner
{
	max-width: 500px;
}

.image-text-encart span.pretitle
{
	margin-top: 0px;
}


/* CAROUSEL */
.product-item { width:100%; }

.content-full-html-lacoste { visibility: hidden; }



/* UPDATE PWA */
.content-full-html-lacoste  {
	font-size: 1.4rem;
}

.text,
.pushContainer .text,
div.texts > p,
.product-item > div > div.product-footer p {
	line-height: 2rem !important;
    font-size: 1.4rem !important;
}

.switchers a {
    font-size: 1.4rem;
}

div.texts > h3 {
	margin-bottom: 10px;
}