.threeCols {
    overflow: hidden;
    position: relative;
    width: 3000px;
    border-bottom:1px solid #f4f4f4;
    background-color:#FFF;
}

.threeCols .col {
	width:33.33333%;
	float:left;
	display:block;
	min-height: 30px;
}

.threeCols .col img {
	width:100%;
    height: auto;
}

.slideContainer {
	position:absolute;
	display:none;
	height:600px;
}

.slideContainer .bkg {
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}

.slideContent {
	position:relative;
	width:75%;
	height:100%;
}

.colContent .header {
	background-color:#f4f4f4;
	line-height:70px;
	height:70px;
	position:relative;
}

/*Accessibility optimisation */
/*
.colContent .header h2 {
	margin:0;
	padding:0;
	font-size:12px;
	padding-left:40px;
}

.colContent .header h2 span {
    font-family: "LacosteSansLight";
}

.colContent .header h2 .show {
    cursor:pointer;
}
*/

.colContent .header h3 {
	margin:0;
	padding:0;
	font-size:12px;
	padding-left:40px;
}

.colContent .header h3 span {
    font-family: "LacosteSansLight";
}

.colContent .header h3 .show {
    cursor:pointer;
}

.brand-block h2.block-title
{
	font-size:18px !important;
	width:100%;
	text-align:center;
	margin-top:15px;
}

/* EO Accessibility optimisation */

.colContent .header .square {
    background-color: #FFF;
    border-right: 1px solid #f4f4f4;
    height: 69px;
    cursor:pointer;
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    display:block;
    color:#454545;
    font-family: "LacosteSansBold";
    -webkit-transition: 0.2s ease-in-out;
     -moz-transition: 0.2s ease-in-out;
     -o-transition: 0.2s ease-in-out;
     transition: 0.2s ease-in-out;
}

.colContent .header h2 .show:hover .square,
.colContent .header .square:hover {
    background-color: #454545;
    color:#FFF;
    -webkit-transition: 0.2s ease-in-out;
     -moz-transition: 0.2s ease-in-out;
     -o-transition: 0.2s ease-in-out;
     transition: 0.2s ease-in-out;
}

.colContent .header .square:hover .getlist {
    -webkit-transition: 0.2s ease-in-out;
     -moz-transition: 0.2s ease-in-out;
     -o-transition: 0.2s ease-in-out;
     transition: 0.2s ease-in-out;
}

.colContent .header .square .getlist {
    margin-top:10px;
    width: 16px;
    height:10px;
    display:block;
    float:none;
    margin:30px auto 0;
    -webkit-transition: 0.2s ease-in-out;
     -moz-transition: 0.2s ease-in-out;
     -o-transition: 0.2s ease-in-out;
     transition: 0.2s ease-in-out;
}

.colContent .header .close {
    background-color: #454545;
    height: 70px;
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    display:none;
    cursor:pointer;
}

.colContent .header .close img {
    -webkit-transition: 0.2s ease-in-out;
     -moz-transition: 0.2s ease-in-out;
     -o-transition: 0.2s ease-in-out;
     transition: 0.2s ease-in-out;
}

.colContent .header .close:hover img {
    -webkit-transition: 0.2s ease-in-out;
     -moz-transition: 0.2s ease-in-out;
     -o-transition: 0.2s ease-in-out;
     transition: 0.2s ease-in-out;
    transform: rotate(90deg);
}

.colContent {
    position: relative;
}

.colContent .bkg {
    position:absolute;
    height:100%;
    width:100%;
    background-color:#FFF;
    opacity:0.8;
    z-index: 999;
    display:none;
}

.slideContent {
	border-right:1px solid #f4f4f4;
}

.pushContainer {
	padding:40px;
	border-right:1px solid #f4f4f4;
    background-color:#FFF;
}



/* CAROUSEL */

.list_carousel {
	background-color:#f3f3f3;
}

.list_carousel ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

.list_carousel li {
    font-size: 40px;
    color: #999;
    text-align: center;
    min-height: 50px;
    padding: 0;
    display: block;
    float: left;
    padding-right:0;
    position:relative;
}

.list_carousel .liContainer {
    padding:40px;
}

.list_carousel.responsive {
    width: auto;
    margin-left: 0;
    position: relative;
}

.list_carousel img {
	width:100%;
    height: auto;
}

.lg_lacoste {
	max-width: 100px;
}

.list_carousel.semi ul {
	background-color:#FFF;
}

.list_carousel.semi li {
/*	padding:40px;
*/	border-right:1px solid #F4F4F4;
	margin-right:0!important;
/*
	width:250px!important;
    padding:25px 0 25px 25px;
*/}

.caroufredsel_wrapper {
	margin:0!important;
}

.list_carousel {
	position:relative;
}

.list_carousel.semi ul {
	margin:0 0 0 25px;
	padding-left: 0px;
}

.list_carousel #carousel_raquette4 img {
	width:70%;
    height: auto;
}

.clearfix {
    float: none;
    clear: both;
}

.prev {
    position: absolute;
    top: 45%;
    left:0;
    margin-right: 10px;
    width:50px;
    background-color:#FFF;
    opacity:0.6;
    background-color:#454545;
    cursor: pointer;
    height: 65px;
    line-height: 65px;
    position: absolute;
    text-align: center;
    transition: all 0.5s linear 0s;
    width: 120px;
    z-index: 3;
    -webkit-transition: 0.2s ease-in-out;
     -moz-transition: 0.2s ease-in-out;
     -o-transition: 0.2s ease-in-out;
     transition: 0.2s ease-in-out;
}

.next {
    position: absolute;
    top: 45%;
    right:0;
    margin-right: 10px;
    width:50px;
    background-color:#FFF;
    opacity:0.6;
    background-color:#454545;
    cursor: pointer;
    height: 65px;
    line-height: 65px;
    position: absolute;
    text-align: center;
    transition: all 0.5s linear 0s;
    width: 120px;
    z-index: 3;
    margin:0;
    -webkit-transition: 0.2s ease-in-out;
     -moz-transition: 0.2s ease-in-out;
     -o-transition: 0.2s ease-in-out;
     transition: 0.2s ease-in-out;
}

.prev:hover, .next:hover {
    -webkit-transition: 0.2s ease-in-out;
     -moz-transition: 0.2s ease-in-out;
     -o-transition: 0.2s ease-in-out;
     transition: 0.2s ease-in-out;
    opacity:0.9;
}

.threeCols .col .prev img,
.threeCols .col .next img {
     transition: all 0.3s ease-out 0s;
     vertical-align: middle;
     width:auto;
     height: auto;
 }

.threeCols .col .prev:hover img {
    margin-left:-15px;
 }

 .threeCols .col .next:hover img {
    margin-left:15px;
 }

 .next:hover img {
    transition: all 0.3s linear 0s;
    margin:0;
}

.pager {
    float: left;
    width: 300px;
    text-align: center;
    position:absolute;
    bottom:40px;
}
.pager a {
    margin: 0 5px;
    text-decoration: none;
}
.pager a.selected {
    text-decoration: underline;
}

.seeAll:hover {
    text-decoration:none;
}

.seeAll {
    bottom: 40px;
    color: #454545;
    font-family: "LacosteSansBold";
    font-size: 11px;
    font-weight: normal;
    left: 0;
    position: absolute;
    text-align: left;
    text-decoration: none;
}

/* Accessibility optimisation */
/*
h3 {
    color: #454545;
    font-family: "LacosteSansBold";
    font-size: 14px;
    font-weight: normal;
    text-align: left;
}
*/

#content-container h4 {
    color: #454545;
    font-family: "LacosteSansBold";
    font-size: 14px;
    font-weight: normal;
    text-align: left;
}
/* EO Accessibility optimisation */

.slideContent .head {
    height: 190px;
    position: relative;
}

.slideContent p {
    color: #797979;
    font-family: "LacosteSansLight";
    font-size: 12px;
    text-align: left;
    text-transform: none;
    width: auto;
    max-width: 320px;
}

.cross {
    width:13px;
    height:13px;
    display:block;
    margin: 0 auto;
}

.pushContainer .image,
.pushContainer .image img {
    position:relative;
}

.pushContainer .image .legend {
    margin: 0 auto;
    position: absolute;
    top: 46%;
    width: 100%;
}

.pushContainer .image:hover .legend a {
    text-decoration: none;
    background-color:#FFF;
    color:#454545;
    opacity: 1;
    -webkit-transition: 0.2s ease-in-out;
     -moz-transition: 0.2s ease-in-out;
     -o-transition: 0.2s ease-in-out;
     transition: 0.2s ease-in-out;
 }

.pushContainer .image .legend a {
    margin:0 auto;
    text-decoration: none;
    display:block;
    padding-left:20px;
    padding-right:20px;
    background-color:#000;
    color:#FFF;
    font-family: "LacosteSansBold";
    opacity:0.4;
    border:1px solid #FFF;
    line-height:44px;
    width: 100%;
    text-align:center;
    -webkit-transition: 0.2s ease-in-out;
     -moz-transition: 0.2s ease-in-out;
     -o-transition: 0.2s ease-in-out;
     transition: 0.2s ease-in-out;
}

.pushContainer .image .legendContainer {
    margin-left: 30px;
    margin-right: 30px;
}

.pushContainer .text {
    color: #797979;
    font-family: "LacosteSansLight";
    font-size: 12px;
    max-width: 320px;
    text-align: left;
    text-transform: none;
    width: auto;
    height: 50px;
    margin-bottom:40px;
}


.moduleContainer .col.close .bkg
{
    cursor: pointer;
}
