/** [PG]  version: 1.0.0 - 2021-09-24  **/ 
 /* Zone 1 - Slider */
/**

OLD VERSION

 */
/**
OLD
 */
/** COLORS MANAGEMENTS */
/** BASIC COLORS */
/** THEME COLOR */
/** FONT-SIZE MANAGEMENTS */
/** Fonts weight **/
/** FONT-FAMILY */
/** ANIMATION TRANSITION TIME */
/** LAYOUT */
#Zone1Home .Slide .swiper-custom-pagination {
  display: none;
}
#Zone1Home .Slide picture img {
  max-width: 100%;
}
@media (min-width: 1024px) {
  #Zone1Home .Slide picture img {
    width: 100%;
  }
}
#Zone1Home .Slide-Denim {
  background-image: url('https://camaieu.twic.pics/medias/sys_master/root/static/integration/merch/home/img/2021/S37/home_slidebg_denimfactory_mob.jpg');
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  background-position: center;
  height: 563px;
}
@media (max-width: 479px) {
  #Zone1Home .Slide-Denim {
    height: 650px;
  }
}
@media (min-width: 768px) {
  #Zone1Home .Slide-Denim {
    background-image: url('https://camaieu.twic.pics/medias/sys_master/root/static/integration/merch/home/img/2021/S37/home_slidebg_denimfactory_desk.jpg');
    background-position: top;
  }
}
@media (min-width: 1441px) {
  #Zone1Home .Slide-Denim {
    -webkit-background-size: cover;
            background-size: cover;
    background-image: url('https://camaieu.twic.pics/medias/sys_master/root/static/integration/merch/home/img/2021/S37/home_slidebg_denimfactory_HD.jpg');
    height: 30vw;
    background-position: center;
  }
}
#Zone1Home .Slide-Yoyo {
  background-image: url('https://camaieu.twic.pics/medias/sys_master/root/static/integration/merch/home/img/2021/S37/home_slidebg_garantieyoyo_mob.jpg');
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  background-position: center;
  height: 563px;
}
@media (max-width: 479px) {
  #Zone1Home .Slide-Yoyo {
    height: 650px;
  }
}
@media (min-width: 768px) {
  #Zone1Home .Slide-Yoyo {
    background-image: url('https://camaieu.twic.pics/medias/sys_master/root/static/integration/merch/home/img/2021/S37/home_slidebg_garantieyoyo_desk.jpg');
    background-position: top;
  }
}
@media (min-width: 1441px) {
  #Zone1Home .Slide-Yoyo {
    -webkit-background-size: cover;
            background-size: cover;
    background-image: url('https://camaieu.twic.pics/medias/sys_master/root/static/integration/merch/home/img/2021/S37/home_slidebg_garantieyoyo_HD.jpg');
    height: 30vw;
    background-position: center;
  }
}
#Zone1Home .Slide-NewCo {
  background-image: url('https://camaieu.twic.pics/medias/sys_master/root/static/integration/merch/home/img/2021/S37/home_slidebg_nouvellecollection_mob.jpg');
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  background-position: center;
  height: 563px;
}
@media (max-width: 479px) {
  #Zone1Home .Slide-NewCo {
    height: 650px;
  }
}
@media (min-width: 768px) {
  #Zone1Home .Slide-NewCo {
    background-image: url('https://camaieu.twic.pics/medias/sys_master/root/static/integration/merch/home/img/2021/S37/home_slidebg_nouvellecollection_desk.jpg');
    background-position: top;
  }
}
@media (min-width: 1441px) {
  #Zone1Home .Slide-NewCo {
    -webkit-background-size: cover;
            background-size: cover;
    background-image: url('https://camaieu.twic.pics/medias/sys_master/root/static/integration/merch/home/img/2021/S37/home_slidebg_nouvellecollection_HD.jpg');
    height: 30vw;
    background-position: center;
  }
}
#Zone1Home .Slide--On {
  background: #ffffff69;
  border-radius: .5vw;
  padding: 2vw;
  margin: 0 2vw;
}
@media (min-width: 1024px) {
  #Zone1Home .Slide--On {
    padding: .5vw .95vw;
  }
}
#Zone1Home .Slide--On a {
  color: #000;
}
#Zone1Home .Slide--Off {
  color: #fff;
  padding: .5vw .75vw;
  margin: 0 2vw;
}
#Zone1Home .Slide .swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  position: absolute;
  bottom: 2rem;
}
#Zone1Home .Slide .swiper-pagination > span {
  color: #fff;
  padding: .5vw .75vw;
  margin: 0 2vw;
}
#Zone1Home .Slide .swiper-pagination > span:hover {
  cursor: pointer;
}
#Zone1Home .Slide .swiper-pagination > span a {
  color: #000;
}
#Zone1Home .Slide .swiper-pagination > span .SubCategory ~ * {
  display: none;
}
#Zone1Home .Slide .swiper-pagination > span.swiper-pagination-bullet-active {
  background: #ffffff69;
  border-radius: .5vw;
  padding: 2vw;
  margin: 0 2vw;
}
@media (min-width: 1024px) {
  #Zone1Home .Slide .swiper-pagination > span.swiper-pagination-bullet-active {
    padding: .5vw .95vw;
  }
}
#Zone1Home .Slide .swiper-pagination > span.swiper-pagination-bullet-active .SubCategory ~ * {
  display: block;
}
.Block--Row-Desk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  bottom: 35vw;
  left: 0;
}
@media (min-width: 768px) {
  .Block--Row-Desk {
    bottom: 44vw;
  }
}
@media (min-width: 1024px) {
  .Block--Row-Desk {
    bottom: 23vw;
    left: 1vw;
  }
}
@media (min-width: 1280px) {
  .Block--Row-Desk {
    bottom: 7vw;
    left: 3vw;
  }
}
@media (min-width: 1441px) {
  .Block--Row-Desk {
    bottom: 5vw;
    left: 0;
  }
}
#Zone1Home .Headline {
  display: none;
}
@media (min-width: 768px) {
  #Zone1Home .Headline {
    display: block;
    text-transform: initial;
    padding: .25vw 0;
  }
  #Zone1Home .Headline::after {
    font-family: icon;
    content: "\EA12";
    padding-left: 2vw;
    font-size: .6vw;
  }
}
#Zone1Home .SubCategory {
  margin: .5rem 0 .5rem;
}
#Zone1Home .Tag--price,
.Tag--new {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-transform: uppercase;
}
.lien_global {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
/* Zone 2 - Bubble Entrées Catégories */
#Zone2Home a {
  color: #000;
}
#Zone2Home .Paragraph--TwoRows {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 5vw 5vw 10vw;
}
@media (min-width: 768px) {
  #Zone2Home .Paragraph--TwoRows {
    margin: 0vw 10vw 5vw;
  }
}
#Zone2Home .Paragraph--OneColumn {
  width: 33%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2vw;
}
@media (min-width: 1024px) {
  #Zone2Home .Paragraph--OneColumn {
    max-width: 14%;
  }
}
/* Zone 3 - Bloc Reassurance */
#Zone3Home .Paragraph--TwoRows {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 6vw;
}
@media (min-width: 768px) {
  #Zone3Home .Paragraph--TwoRows {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    margin-top: 3vw;
  }
}
#Zone3Home .Paragraph--OneColumn {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#Zone3Home .Icon {
  font-size: 3.3rem;
}
/* Zone 4 - Bloc LookBook */
@media (min-width: 1024px) {
  #Zone4Home .SubTitle {
    font-size: 2.6rem;
  }
}
#Zone4Home .ImageR {
  width: 100%;
  max-height: 100%;
}
#Zone4Home .LookBookBloc--BackgroundBlack {
  padding: 3vw 2vw 5vw 2vw;
  text-align: center;
}
#Zone4Home .VideoDesk {
  display: none;
}
@media (min-width: 768px) {
  #Zone4Home .VideoDesk {
    display: block;
  }
}
#Zone4Home .VideoMob {
  display: block;
}
@media (min-width: 768px) {
  #Zone4Home .VideoMob {
    display: none;
  }
}
#Zone4Home .Button--LookBookBloc-Black a,
#Zone4Home .Button--LookBookBloc-BlackOne a {
  color: #fff;
}
/* Zone 5 - Bloc Actu */
#Zone5Home .Block--Actu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  #Zone5Home .Block--Actu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    overflow-x: scroll;
  }
}
@media (min-width: 1024px) {
  #Zone5Home .Block--Actu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    overflow-x: hidden;
  }
}
@media (min-width: 1441px) {
  #Zone5Home .Block--Actu {
    margin: 0 10vw;
  }
}
#Zone5Home .Block--Actu--Item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 2vw;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
#Zone5Home .Block--Actu--Item img {
  width: 76%;
  padding: 1vw;
}
@media (min-width: 768px) {
  #Zone5Home .Block--Actu--Item img {
    width: 200px;
  }
}
@media (min-width: 1024px) {
  #Zone5Home .Block--Actu--Item img {
    width: 250px;
  }
}

#Zone5Home .Block--Actu--Item.Block--Actu--Item-Bronze{
  background-color: #CFA16E;
}
#Zone5Home .Block--Actu--Item.Block--Actu--Item-Black {
  background-color: #000;
  color:#ffffff;
}
#Zone5Home .Block--Actu--Item.Block--Actu--Item-Black img {
  width: 230px;
  padding: 1vw;
}
@media (min-width: 768px) {
  #Zone5Home .Block--Actu--Item.Block--Actu--Item-Black img {
    width: 200px;
  }
}
@media (min-width: 1024px) {
  #Zone5Home .Block--Actu--Item.Block--Actu--Item-Black img {
    width: 250px;
  }
}
#Zone5Home .Block--Actu--Item.Block--Actu--Item-Grey {
  background-color: #F3F4F6;
}
#Zone5Home .Block--Actu--Item.Block--Actu--Item-Grey img {
  width: 230px;
  padding: 1vw;
}
@media (min-width: 768px) {
  #Zone5Home .Block--Actu--Item.Block--Actu--Item-Grey img {
    width: 200px;
  }
}
@media (min-width: 1024px) {
  #Zone5Home .Block--Actu--Item.Block--Actu--Item-Grey img {
    width: 250px;
  }
}
#Zone5Home .SubSection {
  font-size: 2rem;
  width:auto;
}
@media (min-width: 768px) {
  #Zone5Home .SubSection {
    font-size: 1.8rem;
  }
}

#Zone5Home  .Block--Actu center {
  position:relative;
}
#Zone5Home  .Block--Actu center .SubSection--Paragraph {
  font-family:YoungSerif, serif; 
  position: absolute;
  top: 43%;
  color: #ffffff;
  width: 60%;
  text-align: initial;
  font-size: 1.5rem; 
  margin-left:21%;
}
#Zone5Home .Block--OneColumn {
  margin: 5vw;
}
@media (min-width: 768px) {
  #Zone5Home .Block--OneColumn {
    width: 30%;
    margin: 0 1vw;
  }
}
#Zone5Home .Block--OneColumn-Image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1vw;
}
#Zone5Home .Paragraph {
  text-align: center;
}
#Zone5Home .Button--ActuBloc-White,
#Zone5Home .Button--ActuBloc-Black {
  margin: 2vw auto;
  padding: 2vw;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  #Zone5Home .Button--ActuBloc-White,
  #Zone5Home .Button--ActuBloc-Black {
    font-size: 1.4rem;
    padding: 1vw;
    margin: 0 auto;
  }
}
/* css surcouche */
.VideoDesk {
  display: none;
}

.GifMob {
  display: block;
}

.Block--Row-Desk {
  bottom: 15vw !important;
}

.ImageR {
  object-fit: cover !important;
}

@media (min-width: 320px) {
  .LinkDesk {
      display: block;
  }
}

@media (min-width: 768px) {
  .Block--Row-Desk {
      bottom: 52vw !important;
  }

  .VideoDesk {
      display: block;
  }

  .GifMob {
      display: none;
  }
}

@media (min-width: 1024px) {
  .Block--Row-Desk {
      bottom: 50vw !important;
  }
}

@media (min-width: 1280px) {
  .Block--Row-Desk {
      bottom: 52vw !important;
  }
}

@media (min-width: 1441px) {
  .Block--Row-Desk {
      bottom: 49vw !important;
  }
}

@media (min-width: 1024px) {
  .LinkDesk {
      display: none;
  }
}
/*# sourceMappingURL=style-homepageV1.css.map*/ 
/* modifié le 24/09/2021 à 16h50 */