@charset "utf-8";

/*correctif Marine oct. 2025*/

.main.landing header{
    z-index:auto!important;
}

/* ////////////////////////////GENERAL////////////////////////////*/


.landing * {
  margin: 0 ;
  padding: 0;
  border :0;
  box-sizing: border-box;


}

.landing  a {
  text-decoration : none;
}

.landing  a:hover {
  text-decoration : none;
}

body {
  margin: 0;
}

.landing {
  text-align:  center;
  font-family: 'Roboto', sans-serif;
  max-width: 1500px !important;
  margin: 0 auto 0 auto !important;
  padding: 25px 0 140px 0 !important;
  color: #001D3D;
}

.landing span.bold {
  font-weight: 600;
}

.landing a.button {
  padding: 8px 12px;
}

.landing .mt-4{
    margin-top:40px!important;
}

/* Badge NOUVEAU */
.landing article.search div.blocs div.nouveau a:first-child::before,
.landing article.cool div.blocs div.nouveau a:first-child::before {
  content: "NOUVEAU";
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #d50000;
  color: white;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 8px 2px 8px;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  z-index: 5;
}



/* ////////////////////////////HEADER//////////////////////////// */

.landing  header{
  width: 100%;
  background: url('https://media.rueducommerce.fr/mkt/rdc/landings-seo/seconde-vie/images/fond-header.png') no-repeat center center;
  height: 350px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.landing  header:after {
  content: url('https://media.rueducommerce.fr/mkt/rdc/landings-seo/seconde-vie/images/header-craft.png');
  border-radius: 4px;
  display: block;
  width: 100%;
  position: absolute;
  left: 1px;
  bottom: -7px;
}

.landing  header h1 {
  font-size : 25px;
  line-height: 30px;
  font-weight: normal;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 25px 60px;
  display: inline-block;
  margin-top: 100px;
  position: relative;
}

.landing  header h1 span {
  font-size : 50px;
  line-height: 55px;
  font-weight: 900;
  text-transform: uppercase;
}

.landing  header h1:before {
  content: url('https://media.rueducommerce.fr/mkt/rdc/landings-seo/seconde-vie/images/picto-smile.png');
  display: block;
  width: 215px;
  height: 160px;
  position: absolute;
  right: -250px;
  top: -70px;
}

.landing  header h1:after {
  content: url('https://media.rueducommerce.fr/mkt/rdc/landings-seo/seconde-vie/images/picto-recycle.png');
  display: block;
  width: 181px;
  height: 181px;
  position: absolute;
  left: -220px;
  top: 20px;
}

/* ////////////////////////////RECO//////////////////////////// */

.landing  article.reco p {
  max-width: 1080px;
  margin: 30px auto 30px auto;
}



/* ////////////////////////////SEARCH//////////////////////////// */

.landing article.search h2 {
    text-align: left;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 40px;
    margin-bottom: 25px;
}

.landing article.search div.blocs {
  display:  flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start; 
  grid-gap: 30px 25px;
}

.landing article.search div.blocs div {
  flex: 1 1 275px;
  overflow-x: hidden;
}

.landing article.search  div.blocs div a {
  display: inline-block;
}


.landing article.search  div.blocs div a:first-child {
  width: 100%;
  position: relative;
  border-radius: 4px;
  background-image: url('https://media.rueducommerce.fr/mkt/rdc/landings-seo/seconde-vie/images/pattern-2.png?v=2');
  background-repeat: repeat;
  max-height: 180px;
}

.landing article.search  div.blocs div a:first-child:after {
  content: url('https://media.rueducommerce.fr/mkt/rdc/landings-seo/seconde-vie/images/diagonale.png');
  display: block;
  width: 350px;
  height: 104px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  transition: all 0.2s ease;
}  

.landing article.search  div.blocs div a:first-child img {
  position: relative;
  z-index: 3;
}

.landing article.search  div.blocs div a:nth-child(2) {
  margin-top: 25px;
  color: #001D3D;
  height: 21px;
  line-height: 20px;
}

.landing article.search  div.blocs div a:nth-child(2):after {
  content: "";
  display: block;
  transform: scale(0);
  height: 1px;
  position: relative;
  background-color: #07C546;
  transition: all 0.2s ease;
}

.landing article.search  div.blocs div:hover a:first-child:after {
  left: -480px;
}


.landing article.search  div.blocs div:hover a:nth-child(2):after {
  transform: scale(1);
}





/* ////////////////////////////COOL//////////////////////////// */

.landing article.cool h2 {
  text-align: left;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 60px;
  margin-bottom: 25px;
}

.landing article.cool div.blocs {
  display:  flex;
  flex-direction: row;
  flex-wrap: wrap;

  align-items: flex-start; 
  grid-gap: 30px 25px;
}

.landing article.cool div.blocs div {
  flex: 1 1 360px;
  overflow-x: hidden;
}

.landing article.cool div.blocs div a:first-child {
  width: 100%;
  position: relative;
  border-radius: 4px;
  background-image: url('https://media.rueducommerce.fr/mkt/rdc/landings-seo/seconde-vie/images/pattern-2.png?v=2');
  background-repeat: repeat;
  max-height: 180px;
}

.landing article.cool div.blocs div a {
  display: inline-block;
}

.landing article.cool div.blocs div a:first-child:after {
  content: url('https://media.rueducommerce.fr/mkt/rdc/landings-seo/seconde-vie/images/digonale-longue.png');
  display: block;
  width: 480px;
  height: 200px;
  position: absolute;
  bottom: 0px;
  left: -2px;
  transition: all 0.2s ease;
}

.landing article.cool div.blocs div a:first-child img {
  position: relative;
  z-index: 3;
}

.landing article.cool div.blocs div a:nth-child(2) {
  margin-top: 25px;
  color: #001D3D;
  height: 21px;
  line-height: 20px;
}

.landing article.cool div.blocs div a:nth-child(2):after {
  content: "";
  display: block;
  transform: scale(0);
  height: 1px;
  position:  relative;
  background-color: #07C546;
  transition: all 0.2s ease;
}

.landing article.cool div.blocs div:hover a:first-child:after {
  left: -480px;
}


.landing article.cool div.blocs div:hover a:nth-child(2):after {
  transform: scale(1);
}



/* ////////////////////////////OCCASIONS//////////////////////////// */

.landing div.occas {
  text-align:  center;
  position: relative;
  max-width: 1500px;
  height: 180px;
  margin-top: 100px;
  margin-bottom: 100px;
  background-image: url('https://media.rueducommerce.fr/mkt/rdc/landings-seo/seconde-vie/images/pattern-2.png?v=2');
  background-repeat: repeat;
  border-radius: 4px;
}

.landing div.occas p:nth-child(2) {
  position: absolute;
  left: 25%;
  margin-left: -245px;
  top: 32px;
  font-size: 24px;
  line-height: 30px;
  padding: 20px 30px;
  border-radius: 4px;
  background-color: #ffffff;
}

.landing div.occas p:nth-child(2) span {
  text-transform: uppercase;
  font-size: 50px;
  line-height: 55px;
  font-weight: 900;
}

.landing div.occas img {
  position: relative;
  top : -80px;
}

.landing div.occas div {
  position: absolute;
  right: 25%;
  top: 32px;
  margin-right: -275px;
  padding: 20px 30px;
  border-radius: 4px;
  background-color: #ffffff;
}

.landing div.occas div p {
  font-size: 18px;
  line-height: 30px;
   margin-bottom: 19px;
}

/* ////////////////////////////RESPONSIVE//////////////////////////// */

@media screen and (max-width: 1560px) {
.landing {
  padding: 25px 30px 140px 30px !important;
  margin: 0 0 !important;
  max-width: 100% !important;
}

.landing header:after {
  left: 0;
}


@media screen and (max-width: 1270px) {

    .landing {
      padding:25px 20px 60px 20px !important;
    }

  .landing div.occas {
    height: 255px;
  }

.landing div.occas p:nth-child(2){
  left: 10%;
  top: 30px;
  padding-bottom: 0;
  min-width: 420px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  right: auto;
  margin-left: 0;
}

.landing div.occas div {
  padding-top: 0;
  left: 10%;
  top: 130px;
  right: auto;
  margin-left: 0;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.landing div.occas div p {
  margin-bottom: 10px;
}

.landing div.occas img {
  position: relative;
  z-index: 10;
  margin-left: 45%;
}

@media screen and (max-width: 1240px) {
  .landing article.search div.blocs div {
    flex: 1 1 480px;
  }

@media screen and (max-width: 1130px) {
  .landing  header h1:before {
    right: -100px;
    top: -110px;
    transform: scale(0.8);
  }

  .landing  header h1:after {
    left: -110px;
    top: 50px;
    transform: scale(0.8);
  }

}

@media screen and (max-width: 1040px) {
  .landing article.search div.blocs div {
    flex: 1 1 275px;
  }

  .landing article.cool div.blocs div {
    flex: 1 1 275px;
  }

  .landing article.cool div.blocs div a:first-child:after {
    content: url('images/craft.png');
    width: 350px;
    height: 104px;
    position: absolute;
    bottom: 0px;
    left: 0px;
  }

}

@media screen and (max-width: 991px) {
.landing {
  padding: 0 0 60px 0 !important;
}

.landing header {
  padding: 0 15px;
  border-radius: 0;
}

.landing header:after {
  margin-left: -20px;
}

.landing header h1 {
  padding: 25px 30px;
}

.landing article {
  padding: 0 15px 0 15px;
}

.landing div.occas {

}

@media screen and (max-width: 980px) {
  .landing div.occas img {
    margin-left: 50%;
  }

  .landing div.occas p:nth-child(2) {
    left: 5%;
  }

  .landing div.occas div {
    left: 5%;
  }
}


@media screen and (max-width: 800px) {

  .landing div.occas {
    height: auto;
    padding: 0 15px 30px 15px;
  }

  .landing div.occas img {
    margin: 0 auto;
    display: block;
    width: 314px;
  }

  .landing div.occas p:nth-child(2) {
    min-width: 390px;
    left: auto;
    position: static;
    margin: -70px auto 0 auto;
    padding: 20px 15px 0 15px;
    display: inline-block;
  }

  .landing div.occas div {
    left: auto;
    position: static;
    margin: 0 auto;
    display: inline-block;
    padding: 0px 15px 20px 15px;
  }
}

@media screen and (max-width: 550px) {

  .landing header h1 {
    font-size: 20px;
    line-height: 25px;
  }

  .landing header h1 span {
    font-size: 40px;
    line-height: 45px;
  }

  .landing  header h1:before {
    right: -110px;
    top: -90px;
    transform: scale(0.6);
  }

  .landing  header h1:after {
    left: -90px;
    top: 40px;
    transform: scale(0.6);
  }


}

@media screen and (max-width: 500px) {
  .landing div.occas {
    width: 100%;
  }

  .landing div.occas p:nth-child(2) {
    width: 100%;
    min-width: 100%;
  }

  .landing div.occas p:nth-child(2) span {
    font-size: 40px;
    line-height: 45px;
  }

.landing div.occas div p {
    font-size: 18px;
    line-height: 25px;
  }

  .landing div.occas div {
    width: 100%;
  }

}

@media screen and (max-width: 450px) {

  .landing header h1 {
    font-size: 18px;
    line-height: 23px;
  }

  .landing header h1 span {
    font-size: 30px;
    line-height: 35px;
  }
}


@media screen and (max-width: 400px) {
    .landing div.occas img { 
      width: 100%;
    }
}