@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-pagination {
  padding-top: 12px;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  margin-top: 0;
  height: 0;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  width: 100%;
}

.owl-lacoste .item img,
.genderStratum .owl-carousel .item img {
  display: block;
  width: 100%;
  height: auto;
}

.bar,
#bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #a1a1a1;
}

.progressBar,
#progressBar {
  width: 100%;
  background: #FFF;
}

/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.owl-theme .owl-controls {
  margin-top: 4px;
  text-align: center;
}

.owl-theme .owl-buttons {
  position: absolute;
  bottom: 13px;
  right: 10px;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  border: 1px solid #ededed;
  background: #FFFFFF;
  display: inline-block;
  width: 30px;
  transition: all 0.3s linear;
  height: 55px;
  position: relative;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
  padding-top: 15px;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
  padding-top: 15px;
}

.owl-theme .owl-controls .owl-buttons .owl-next:after, .owl-theme .owl-controls .owl-buttons .owl-prev:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 11px;
  height: 6px;
  background-position: -240px -30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
}

.owl-theme .owl-controls .owl-buttons .owl-next:after {
  transform: translate(-50%, -50%) rotate(-90deg);
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
}

.owl-theme .owl-controls .owl-buttons .owl-next:hover:after, .owl-theme .owl-controls .owl-buttons .owl-prev:hover:after {
  background-position: -210px -30px;
}

.owl-theme .owl-controls .owl-buttons .owl-prev:hover {
  background: #292929;
  transition: all 0.3s linear;
  border: 1px solid #292929;
  border-right: 0;
}

.owl-theme .owl-controls .owl-buttons .owl-next:hover {
  background: #292929;
  transition: all 0.3s linear;
  border: 1px solid #292929;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
  border-right: 0;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 4px;
  height: 4px;
  margin: 5px 5px;
  border-radius: 2px;
  background: #797979;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #292929;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}

/* Tablet > Landscape */
@media screen and (max-width: 1279px) {
  .owl-theme .owl-controls {
    margin-top: 4px;
    height: auto;
    padding-bottom: 10px;
    position: relative;
  }

  .owl-pagination {
    padding-top: 11px;
  }
}
/* DESKTOP */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "LacosteSansCondensedBold";
}

.overlayvideo {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 15;
  background-color: transparent;
}

.imgVideoContainer {
  height: 100%;
}

.insertVideo {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.insertVideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#wrapper-slide {
  position: relative;
  padding: 0px 0px 40px 0px;
  background-color: #f8f8f8;
}
#wrapper-slide .wrapper-text {
  display: table;
  width: 100%;
  height: 100%;
}
#wrapper-slide .block-text-middle {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
#wrapper-slide .title-slider {
  font-size: 25px;
  line-height: 35px;
  width: 100%;
  margin: 0;
  color: #FFF;
}
#wrapper-slide .subtitle-slider {
  width: 100%;
  text-align: center;
  font-size: 15px;
  margin-bottom: 0px;
  color: #FFF;
  line-height: 25px;
}
#wrapper-slide .owl-item img {
  min-height: 400px;
}
#wrapper-slide #owl-lacoste .desc {
  display: inline-block;
  position: absolute;
  top: 0;
  width: 33.33333%;
  padding: 1em 3.125em;
  text-align: center;
  height: 100%;
}
#wrapper-slide #owl-lacoste .desc .title-sep {
  border-top: 1px solid #fff;
  width: 70px;
  margin: 16px auto;
}
#wrapper-slide #owl-lacoste .desc.align-center {
  left: 33.33333%;
}
#wrapper-slide #owl-lacoste .desc.align-right {
  right: 15px;
}
#wrapper-slide .btn-slide {
  color: #FFF;
  min-width: 100px;
  padding: 1em 2em;
  margin: 36px 5px 0px;
  display: inline-block;
  font-family: "LacosteSansCondensedBold";
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 3px solid #fff;
  font-size: 15px;
  text-align: center;
  position: relative;
}
#wrapper-slide .btn-slide:hover {
  color: #292929;
  background: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.owl-item img {
  width: 100%;
}

.product-colors {
  display: none;
}

.sku-product-colors {
  display: block !important;
}

.isHover .product-colors {
  display: block;
}

.title-with-arrow {
  font-size: 2em;
  border-bottom: none;
  position: relative;
  text-align: center;
  vertical-align: middle;
  padding: 3em 0 1em 0;
  margin-bottom: 0;
  margin-top: 0;
}
.title-with-arrow:after {
  content: initial;
}

.similar-products {
  max-width: 920px;
  margin: 0 auto 80px auto;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 5.3em;
}

div.slide > a,
.imgVideoContainer > a {
  position: relative;
  text-decoration: none;
  width: 100%;
  display: inline-block;
  margin-right: -100%;
  height: 100%;
}
div.slide > a span span img,
.imgVideoContainer > a span span img {
  width: 100%;
  height: auto;
}

div.slide > a span,
.imgVideoContainer > a span {
  position: relative;
  text-decoration: none;
  width: 100%;
  display: inline-block;
  margin-right: -100%;
  height: 100%;
}

/******************************************************************************\
	=CONTENT
\******************************************************************************/
.content {
  width: 100%;
}

.wrapper-background {
  padding: 0px 40px 40px 40px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.wrapper-asset {
  width: 920px;
  margin: 0 auto;
  overflow: hidden;
  opacity: 1;
}

.collection-asset {
  margin: auto;
  padding: 0;
  text-align: center;
  border-bottom: 1px solid #e3e3e3;
  overflow: initial;
  padding: 50px 0;
}
.collection-asset .push-text-content {
  margin: 0;
}
.collection-asset .univers-collection {
  margin: 0;
  margin-bottom: 40px;
}
.collection-asset .univers-collection h3 {
  font-size: 2em;
  margin: 0;
  text-transform: uppercase;
}
.collection-asset .univers-collection .btn {
  border: none;
  text-decoration: underline;
  font-family: "LacosteSansCondensedBold";
  font-size: 1.3em;
  text-transform: uppercase;
  padding-bottom: 0;
}
.collection-asset .univers-collection .product .intern.hovering {
  background-color: #fff;
}
.collection-asset .univers-collection .product-description {
  min-height: 80px;
}

.home-static {
  height: 295px;
  width: calc((100% - 40px) / 2);
  border: 20px solid #ededed;
  margin-bottom: 40px;
  background-color: #ffffff;
}

.look-right {
  float: right;
}

.look-left {
  float: left;
}

.wrapper-asset.homepage-items > div:nth-child(odd) {
  float: right;
}

.wrapper-asset.homepage-items > div:nth-child(even) {
  float: left;
}

.slider-loader.vertical-inner {
  position: relative;
  height: 100%;
}

#owl-lacoste {
  opacity: 0;
  transition: opacity 0.5s linear;
}

.wrapper-asset .look {
  width: calc((100% - 40px) / 2);
  text-align: center;
  height: auto;
  position: relative;
  margin-bottom: 40px;
  z-index: 100;
  overflow: hidden;
  transition: 0.5s;
  color: #292929;
  background-color: #ffffff;
}
.wrapper-asset .look .look-flag {
  position: absolute;
  background-color: #292929;
  padding: 6px 10px;
  color: #ffffff;
  font-size: 15px;
  font-family: LacosteSansCondensedLight;
  left: 0;
  top: 40px;
  letter-spacing: 2px;
  height: auto !important;
}
.wrapper-asset .look img {
  width: 100%;
  opacity: 1;
  cursor: pointer;
  height: auto;
  transition: opacity 0.3s linear;
}
.wrapper-asset .look .look-text {
  padding: 40px;
  background-color: #ffffff;
  display: block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  transition: 0.5s;
  position: relative;
}
.wrapper-asset .look .look-btn {
  display: block;
}
.wrapper-asset .look .look-text-table {
  display: block;
  height: auto;
  width: 100%;
  position: absolute;
  bottom: -108px;
  background-color: #fff;
  transition: bottom 0.3s ease-out;
}
.wrapper-asset .look .look-img-container {
  position: relative;
}
.wrapper-asset .look h3 {
  font-size: 23px;
  margin: 0px;
}
.wrapper-asset .look p {
  text-transform: none;
  line-height: 23px;
  font-size: 13px;
  color: #797979;
  margin-bottom: 0px;
}
.wrapper-asset .look .btn-white {
  font-size: 15px;
  font-family: LacosteSansCondensedBold;
  color: #292929;
  padding: 20px 40px;
  border: 3px solid #e5e5e5;
  opacity: 1;
  margin-bottom: 40px;
  display: inline-block;
  position: relative;
  bottom: 0px;
  transition: 0.3s;
}
.wrapper-asset .look .btn-white:hover {
  background-color: #292929;
  color: #ffffff;
  border: 3px solid #292929;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.wrapper-asset .look .look-img-container:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #e3e3e3;
  z-index: 101;
}

.reinsurance-table {
  display: table;
  height: 100%;
  width: 100%;
  text-align: center;
  color: #292929;
}
.reinsurance-table .reinsurance-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.reinsurance-table .reinsurance-table-cell .reinsurance-title {
  font-size: 22px;
  margin-bottom: 10px;
}
.reinsurance-table .reinsurance-table-cell .reinsurance-subtitle {
  font-size: 13px;
  text-transform: none;
  line-height: 23px;
  color: #797979;
}
.reinsurance-table .reinsurance-table-cell .input-nwl-home {
  height: 60px;
  background-color: #f1f1f1;
  width: 260px;
  display: inline;
  border-right: 1px solid #cfcfcf;
  position: absolute;
  left: 0;
  top: 0;
}
.reinsurance-table .reinsurance-table-cell .form {
  width: 80%;
  margin: auto;
  height: 60px;
}
.reinsurance-table .reinsurance-table-cell .submit-nwl-home {
  height: 60px;
  background-color: #f1f1f1;
  width: 60px;
  display: inline;
  border: none;
  font-family: LacosteSansCondensedBold;
  font-size: 0.9rem;
  position: absolute;
  right: 0;
  top: 0;
}

.wrapper-asset .look:hover img {
  opacity: 0.8;
}

.wrapper-asset .look:hover .look-text-table {
  bottom: 0px;
}

.btn-secondary:hover {
  background: transparent;
  border-color: none;
  color: #292929;
}

.product-name {
  text-transform: none;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .reinsurance-table .reinsurance-table-cell .input-nwl-home {
    border-top: none;
    border-bottom: none;
    border-left: none;
  }

  .wrapper-background {
    background-image: none !important;
  }
}
/******************************************************************************\
	=TABLET
\******************************************************************************/
@media screen and (min-width: 640px) and (max-width: 1024px) {
  #wrapper-slide #owl-lacoste .desc {
    width: 50%;
  }

  #wrapper-slide #owl-lacoste .desc.align-center {
    left: 0;
  }

  #wrapper-slide #owl-lacoste .desc.align-right {
    left: 0;
  }

  .owl-item img {
    width: 100%;
    height: auto;
  }

  .owl-theme .owl-buttons {
    display: none;
  }

  #wrapper-slide .title-slider {
    font-size: 23px;
    line-height: 33px;
    padding-left: 20px;
    padding-right: 20px;
  }

  #wrapper-slide .subtitle-slider {
    line-height: 22px;
  }

  .home-static,
  .wrapper-asset .look {
    width: calc((100% - 40px) / 2);
  }

  .reinsurance-table .reinsurance-table-cell .input-nwl-home {
    width: calc(100% - 60px);
    padding: 0;
    border-top: none;
    border-bottom: none;
    border-left: none;
  }

  .wrapper-asset .look:hover .btn-white {
    display: none;
  }

  .wrapper-asset .look .btn-white {
    display: none;
  }
  .wrapper-asset .look .look-text-table {
    bottom: 0;
    overflow: visible;
  }
  .wrapper-asset .look .look-text {
    top: 0;
  }
}
/******************************************************************************\
	=MOBILE
\******************************************************************************/
@media screen and (max-width: 680px) {
  .collection-asset {
    padding: 0px;
  }

  .main-container {
    padding: 0;
  }

  .wrapper-background {
    padding: 0;
    background-image: none !important;
  }

  .wrapper-asset.homepage-items > div:nth-child(odd) {
    float: none;
  }

  .wrapper-asset.homepage-items > div:nth-child(even) {
    float: none;
  }

  #wrapper-slide {
    padding: 0;
  }

  #wrapper-slide #owl-lacoste .desc {
    width: 100%;
    position: relative;
    padding: 0;
    height: 100px;
    margin-bottom: 0px;
  }

  #wrapper-slide #owl-lacoste .desc.align-left {
    left: 0;
  }

  #wrapper-slide #owl-lacoste .desc.align-center {
    left: 0;
  }

  #wrapper-slide #owl-lacoste .desc.align-right {
    left: 0;
  }

  #wrapper-slide .title-slider {
    font-size: 25px;
    line-height: 35px;
    color: #292929;
    padding-left: 20px;
    padding-right: 20px;
  }

  #wrapper-slide .owl-item img {
    min-height: 170px;
  }

  .owl-buttons,
  #wrapper-slide .title-sep,
  #wrapper-slide .subtitle-slider,
  #wrapper-slide .btn-slide {
    display: none;
  }

  .owl-theme .owl-controls .owl-page span {
    margin: 0 7px !important;
  }

  .owl-theme .owl-controls {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 16px;
  }

  #progressBar {
    width: 100%;
    background: #FFF;
    position: absolute;
    bottom: 0;
  }

  .sidebarhomepage {
    position: relative;
    left: 0;
    width: 100%;
    padding: 0;
    border-top: 5px solid #eeeeee;
    margin-top: 0;
  }
  .sidebarhomepage .main-sidebar {
    width: 100%;
    position: relative;
    left: 0;
  }
  .sidebarhomepage .main-sidebar ul {
    width: 100%;
  }

  .sidebarhomepage {
    overflow: hidden;
    margin-bottom: 40px;
  }

  .wrapper-asset {
    padding-top: 0px;
  }

  .home-static,
  .wrapper-asset .look {
    width: 320px;
    float: none;
    clear: both;
    margin: auto;
    margin-bottom: 40px;
  }

  .wrapper-asset .look:hover .btn-white {
    display: none;
  }

  .reinsurance-table .reinsurance-table-cell .input-nwl-home {
    width: calc(100% - 60px);
    border-top: none;
    border-left: none;
    border-bottom: none;
    border-right: 1px solid #cfcfcf;
    padding: 10px;
  }

  .wrapper-asset .look .btn-white {
    display: none;
  }
  .wrapper-asset .look .look-text-table {
    bottom: 0;
    overflow: visible;
  }
  .wrapper-asset .look .look-text {
    top: 0;
  }
}
body > iframe {
  display: none;
}

#__DW__SFToolkit, #DW-SFToolkit {
  display: block !important;
}

div.pager {
  display: none !important;
}

/* Frenchness */
.frenchness-slot > div {
  opacity: 0;
}

.frenchness-slot > div.loader {
  opacity: 1;
}

/* Tablet > Landscape */
@media screen and (max-width: 1279px) {
  #wrapper-slide {
    padding-bottom: 0px;
  }
}
/* Tablet > Portrait AND Mobile */
@media screen and (max-width: 800px) {
  .wrapper-asset {
    width: 100%;
  }

  .home-static,
  .wrapper-asset .look {
    width: calc((100% - 40px) / 2);
  }
}
/* Mobile only */
@media screen and (max-width: 640px) {
    /********************
	 * ACCORDION MOBILE *
	 ********************/
  .accordion-hp {
    border-top: 4px solid #eeeeee;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .accordion-hp ul,
  .accordion-hp li {
    margin: 0px;
    padding: 0px;
    list-style: none;
  }

  .accordion-hp ul ul {
    display: none;
  }

  .accordion-hp span,
  .accordion-hp a {
    display: block;
    position: relative;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #eee;
    font-size: 15px;
  }

  .accordion-hp span:after {
    content: "";
    position: absolute;
    top: 24px;
    right: 20px;
    background-color: #292929;
    width: 7px;
    height: 1px;
  }

  .accordion-hp span:before {
    content: "";
    position: absolute;
    top: 21px;
    right: 23px;
    background-color: #292929;
    width: 1px;
    height: 7px;
  }

  .accordion-hp li.active > span:before {
    display: none;
  }

  .accordion-hp li.active > ul {
    display: block;
  }

  .accordion-hp span.accordion-title,
  .accordion-hp span.accordion-subtitle {
    padding-left: 20px;
    font-family: "LacosteSansCondensedBold";
  }

  .accordion-hp span.accordion-subtitle {
    padding-left: 40px;
  }

  .accordion-hp a {
    padding-left: 60px;
    font-family: "LacosteSansCondensedLight";
    font-size: 13px;
    color: #606060;
    text-decoration: none;
  }

  .home-static,
  .wrapper-asset .look {
    width: calc(100% - 40px);
    margin-left: 20px;
  }

  .wrapper-background {
    padding-top: 20px;
  }

  #wrapper-slide {
    background-color: #fff;
  }
}

/*# sourceMappingURL=page-index.css.map */
