#entete-accueil {
  background: #fff;
}

.w3-tooltip,
.w3-display-container {
  position: initial !important;
}

.w3-display-right {
  top: 55% !important;
  color: #fff;
}

.w3-display-left {
  top: 55% !important;
  color: #fff;
}

/* Report CSS*/
#ca_marche .container,
#pourquoi_changer .container,
#temoignages .container {
  border: 3px solid #00216e;
  border-radius: 1px;
}

#ca_marche .container,
#ca_marche > div > div > .text-ccm > p,
#ca_marche > div > div > .text-ccm a {
  text-align: center;
  font-style: italic;
}

#ca_marche > div > div > div.bloc-1 > a {
  color: #00216e;
  border: 1px solid #00216e;
  border-radius: 20px;
  padding: 0.5em 2em;
  font-weight: 600;
}

.imageout,
.imageout2 {
  position: relative;
}

.imageout img,
.imageout2 img,
.imageout3 img,
.image-marque img {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
}

.imageout > img, imageout2 > img, imageout3 > img {
  position: absolute;
}

#ca_marche > div > div > .text-ccm > p {
  margin: 1em 0;
}

#quelles_avantages .container {
  border: 3px solid #e40c4f;
  border-radius: 1px;
}

#ca_marche .container,
#pourquoi_changer .container,
#quelles_avantages .container,
#utilisations .container,
#temoignages .container,
#campagne_ulule .container,
#presentation_de_la_marque .container {
  padding: 1.5em 1em 2.5em;
}

.rose-tit {
  color: #e40c4f;
}

#utilisations > div > div > div > h2 {
  margin-bottom: 1em;
}

.text-chang,
.text-ccm {
  padding: 0;
}

.text-avant {
  padding: 0;
}

.row-test {
  position: relative;
}

.imageout2 {
  position: absolute;
  object-fit: cover;
  height: 560px;
}

.avantage h3,
.changer h3 {
  font-size: 18px;
  font-weight: 700;
}

.avantage p,
.changer p {
  font-size: 1em !important;
  color: #333;
}

.avantage h3 {
  color: #e40c4f;
}

.utiles h3 {
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
}

.bloc-5 {
  align-self: center;
}

.tem-int {
  background: #eec400;
}

.temoin-text {
  padding-left: 4em;
  align-self: center;
  position: relative;
  color: #fff;
}

.temoin-text strong {
  text-align: center;
  position: absolute;
  right: 0;
  color: #fff;
  width: 40%;
}

#campagne_ulule {
  position: relative;
}

#campagne_ulule h2 {
  position: absolute;
  left: 0;
  padding: 0 1em;
  text-transform: uppercase;
  color: #fff;
  background: #e31150;
}
#campagne_ulule h2:nth-child(3) {
  background: #eec400;
}

.btn-ulule {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  color: #e31150;
  border-radius: 45px;
  font-style: italic;
  padding: 0.7em 2em;
  font-size: 1.2em;
  font-weight: 600;
}

.btn-ulule:hover {
  background: #e31150;
  color: #fff;
}

#presentation_de_la_marque .container {
  position: relative;
}

.image-marque img {
  position: absolute;
  top: -6%;
  left: 0;
  width: 38%;
}

.lamarque > div > h2 {
  color: #fff;
  line-height: 1;
  padding: 0.5em 0;
}

.lamarque > div > p {
  color: #fff;
  text-align: center;
  padding: 0 0 2em;
  margin: 1em 0;
  font-style: italic;
}

.lamarque > div > p > a {
  color: #00216e;
  background: #fff;
  border-radius: 20px;
  padding: 0.5em 2em;
  font-weight: 600;
  font-style: italic;
}

.lamarque > div > p > a:hover {
  background: #00216e;
  color: #fff;
}

.text-ccm,
.text-avant,
.text-chang,
.lamarque > .bloc-1 {
  position: relative;
}

.border-sect {
  position: absolute;
  /*    bottom: -24.6%;*/
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}

#pourquoi_changer > div > div > div.bloc-1.row.text-chang > img,
#quelles_avantages > div > div > div.bloc-1.row.text-avant > img {
  bottom: -17%;
}

.border-sect:nth-child(4) {
  bottom: -12.2%;
}

/* Mobile first */
.text h2 {
  color: #fff;
  padding: 8px 12px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  text-shadow: 3px 8px 8px rgba(0, 0, 0, 0.2);
  letter-spacing: 4px;
  margin-bottom: 0.4em;
}

.text h3 {
  color: #e40c4f;
  padding: 8px 12px;
  position: absolute;
  text-align: center;
  font-style: italic;
  font-weight: 600;
  text-shadow: 3px 8px 8px rgba(0, 0, 0, 0.2);
  letter-spacing: 4px;
}

.dot {
  width: 10px;
  background-color: rgba(237, 196, 0, 0.5);
  border-radius: 5px;
  height: 10px;
  display: inline-block;
  transition: background-color 0.6s ease;
  cursor: pointer;
}

.next, .prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
}

.next {
  right: 10%;
}

.prev {
  left: 10%;
}

.dotee {
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

.active {
  background-color: #edc400;
}

* {
  box-sizing: border-box;
}

.mySlides {
  display: none;
}

img {
  vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
  position: relative;
  margin: auto;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
  position: relative;
}

/* Fading animation */
.fade img {
  /*    object-fit: cover;*/
  /*
  	height: 100%;
  */
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
/* section 1 */
.se1 {
  text-align: center;
}

.se1 h2 {
  font-family: "Montserrat", sans-serif;
}

.se1 h2:first-child {
  color: #e40c4f;
  font-weight: 300;
  margin: 0 auto;
  font-family: "Paytone One", sans-serif;
}

.se1 h1 {
  font-family: "Montserrat", sans-serif;
  color: #e40c4f;
  margin-top: 1em;
}

.se1 h1 strong {
  color: #e40c4f;
  font-weight: 600;
}

/* AJOUT SLIDE*/
.text {
  position: relative;
}

.slide-accueil.slick-initialized.slick-slider > div > div > div {
  margin: 0;
}

.slide1 h2 {
  font-size: 80px;
  transform: translate(0%, -267%);
  bottom: initial;
}

.slide2 h2 {
  font-size: 80px;
  transform: translate(0%, -175%);
  bottom: initial;
}

.btn-ulule-s {
  position: absolute;
  left: 50%;
  bottom: 25%;
  transform: translate(-50%, -75%);
  background: #fff;
  color: #e31150;
  border-radius: 45px;
  font-style: italic;
  padding: 0.7em 2em;
  font-size: 1.2em;
  font-weight: 600;
}

.btn-ulule-s:hover {
  background: #e31150;
  color: #fff;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width: 1199px) {
  .text h2 {
    width: 100%;
  }

  .dot {
    width: 10px;
    margin: 0 2px;
  }

  .dotee {
    bottom: 13%;
  }

  .se1 {
    padding: 0;
  }

  .text-ccm > p > br,
.mark > p > br {
    display: none;
  }

  #temoignages {
    display: none;
  }

  .respon-picto img {
    max-width: 30%;
    margin: 1.2em auto 0;
  }

  .avantage,
.changer {
    margin-top: 0;
    text-align: center;
  }

  .avantage p,
.changer p {
    text-align: center;
  }

  #campagne_ulule {
    padding: 0;
  }

  #news {
    padding: 3em 0 0;
  }

  .lamarque {
    background: #eec400 url(https://laminette-lingerie.com/wp-content/themes/pampleco/img/ff-lamarque-mob.png) 7% 100% no-repeat;
    margin-left: 5%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .payton,
.payton span {
    line-height: 1;
  }

  .border-sect {
    bottom: -10.65%;
  }

  /* S1 */
  #presentation {
    padding: 1.5em 0;
    margin-bottom: 1em;
    margin-top: 6rem;
  }

  .text h3 {
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
    margin-bottom: 0;
    padding: 1em 0;
  }

  .text h2 {
    top: 11%;
  }

  .border-sect {
    display: none !important;
  }

  .text-ccm {
    margin-top: 65%;
  }

  .text-avant {
    margin-top: 76%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  #campagne_ulule h2 {
    font-size: 26px;
    padding: 0.2em 0.5em;
  }

  #campagne_ulule h2:nth-child(1) {
    top: 6%;
  }

  #campagne_ulule h2:nth-child(2) {
    top: 14%;
  }

  #campagne_ulule h2:nth-child(3) {
    top: 22%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 600px) {
  .se1 h2:first-child {
    background: url(https://laminette-lingerie.com/wp-content/themes/pampleco/img/titlem-left.png) no-repeat left center, url(https://laminette-lingerie.com/wp-content/themes/pampleco/img/titlem-right.png) no-repeat right center;
  }

  .se1 h2 {
    font-size: 22px;
  }

  .se1 h1 {
    font-size: 22px;
    margin-top: 0.5em;
  }

  #ca_marche > div > div > .text-ccm > p:nth-child(3) {
    margin-bottom: 1.5em;
  }

  .utiles img {
    max-width: 70%;
    margin: auto;
  }
}
@media only screen and (min-width: 320px) and (max-width: 599px) {
  #ca_marche,
#pourquoi_changer,
#quelles_avantages {
    padding: 2em 0;
  }

  #presentation_de_la_marque {
    padding: 0 0 2em;
  }

  .imageout > img {
    left: 50%;
    top: -5rem;
    transform: translate(-50%);
  }

  .imageout2 > img {
    top: -10%;
    right: -12.5%;
  }

  .imageout3 > img {
    top: -5.5%;
    left: -19%;
  }

  .image-marque img {
    top: -4%;
    width: 78%;
  }

  .mark h2 {
    margin-top: 68%;
    margin-bottom: 0;
  }

  .lamarque > div > p {
    margin: 0;
  }

  .regroupe-section-accueil {
    background: url(https://laminette-lingerie.com/wp-content/themes/pampleco/img/background-right-top-mob.png) no-repeat right top, url(https://laminette-lingerie.com/wp-content/themes/pampleco/img/background-middle-left-mob.png) no-repeat 0 55%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .se1 h2:first-child {
    font-size: 46px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .slide2 h2 {
    transform: translate(0%, -200%);
    bottom: initial;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 320px) and (max-width: 431px) {
  .text h2 {
    font-size: 25px;
  }

  .text h3 {
    font-size: 14px;
  }

  .se1 h2:first-child {
    font-size: 38px;
  }

  .btn-ulule {
    width: 64%;
    text-align: center;
  }
}
@media only screen and (min-width: 432px) and (max-width: 480px) {
  .text h2 {
    font-size: 34px;
  }

  .text h3 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 601px) {
  .text h2 {
    font-size: 48px;
  }

  .text h3 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 601px) {
  .se1 h2:first-child {
    font-size: 52px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1199px) {
  .se1 h2 {
    font-size: 30px;
  }

  .se1 h1 {
    font-size: 30px;
  }

  .se1 h2:first-child {
    background: url(https://laminette-lingerie.com/wp-content/themes/pampleco/img/titlet-left.png) no-repeat 12% center, url(https://laminette-lingerie.com/wp-content/themes/pampleco/img/titlet-right.png) no-repeat 88% center;
    font-size: 60px;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1023px) {
  .text h3 {
    padding: 1.5em 0 2.5em;
  }

  .dotee {
    bottom: 10%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1199px) {
  .util-slide > .slick-next {
    right: -104% !important;
  }

  .util-slide > .slick-prev {
    left: -7% !important;
  }

  .regroupe-section-accueil {
    background: url(https://laminette-lingerie.com/wp-content/themes/pampleco/img/background-right-top-tab.png) no-repeat right top, url(https://laminette-lingerie.com/wp-content/themes/pampleco/img/background-middle-left-tab.png) no-repeat 0 64%;
  }

  .utiles h3 {
    font-size: 14px;
  }

  .mark h2 {
    margin-top: 68%;
    margin-bottom: 0;
  }

  .lamarque > div > p {
    margin: 0;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1199px) {
  #ca_marche > div > div > .text-ccm > p:nth-child(3) {
    margin-bottom: 2em;
  }

  .text h2 {
    font-size: 58px;
    top: 11%;
  }

  .text h3 {
    font-size: 38px;
    padding: 0.5em 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
  #presentation {
    margin-bottom: 3em;
  }
}
@media only screen and (min-width: 600px) and (max-width: 719px) {
  #presentation {
    margin-bottom: 4em;
  }

  .imageout > img {
    left: -13%;
    margin-top: -25%;
    max-height: 250px;
    width: 100%;
    object-fit: cover;
  }

  .text-ccm {
    margin-top: 30%;
  }

  .imageout2 > img {
    top: -14%;
    right: -12.5%;
    max-height: 250px;
    width: 100%;
    object-fit: cover;
  }

  .imageout3 > img {
    top: -6.5%;
    left: -13%;
    max-height: 250px;
    width: 100%;
    object-fit: cover;
  }

  .image-marque img {
    top: -4%;
    width: 78%;
  }
}
@media only screen and (min-width: 720px) and (max-width: 767px) {
  #presentation {
    margin-bottom: 5em;
  }

  .imageout > img {
    left: -13%;
    margin-top: -25%;
    max-height: 250px;
    width: 100%;
    object-fit: cover;
  }

  .text-ccm {
    margin-top: 26%;
  }

  .imageout2 > img {
    top: -14%;
    right: -12.5%;
    max-height: 250px;
    width: 100%;
    object-fit: cover;
  }

  .imageout3 > img {
    top: -6.5%;
    left: -13%;
    max-height: 250px;
    width: 100%;
    object-fit: cover;
  }

  .image-marque img {
    top: -4%;
    width: 78%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 854px) {
  #presentation {
    margin-bottom: 6em;
  }

  .imageout > img {
    left: -13%;
    margin-top: -25%;
    max-height: 300px;
    width: 100%;
    object-fit: cover;
  }

  .text-ccm {
    margin-top: 30%;
  }

  .imageout2 > img {
    top: -14%;
    right: -12.5%;
    max-height: 300px;
    width: 100%;
    object-fit: cover;
  }

  .imageout3 > img {
    top: -6.5%;
    left: -13%;
    max-height: 300px;
    width: 100%;
    object-fit: cover;
  }

  .image-marque img {
    top: -4%;
    width: 78%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #campagne_ulule h2 {
    font-size: 32px;
    padding: 0.2em 0.5em;
  }

  #campagne_ulule h2:nth-child(1) {
    top: 6%;
  }

  #campagne_ulule h2:nth-child(2) {
    top: 15%;
  }

  #campagne_ulule h2:nth-child(3) {
    top: 24%;
  }
}
@media only screen and (min-width: 800px) and (max-width: 1023px) {
  #presentation {
    margin-bottom: 6em;
  }

  .imageout > img {
    left: -13%;
    margin-top: -25%;
    max-height: 300px;
    width: 100%;
    object-fit: cover;
  }

  .text-ccm {
    margin-top: 30%;
  }

  .imageout2 > img {
    top: -14%;
    right: -12.5%;
    max-height: 300px;
    width: 100%;
    object-fit: cover;
  }

  .imageout3 > img {
    top: -6.5%;
    left: -13%;
    max-height: 300px;
    width: 100%;
    object-fit: cover;
  }

  .text-avant {
    margin-top: 55%;
  }

  .image-marque img {
    top: -4%;
    width: 78%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .imageout > img {
    left: -13%;
    margin-top: -10%;
    max-height: 300px;
    width: 100%;
    object-fit: cover;
  }

  .text-ccm {
    margin-top: 31%;
  }

  .imageout2 > img {
    top: -14%;
    right: -12.5%;
    max-height: 300px;
    width: 100%;
    object-fit: cover;
  }

  .imageout3 > img {
    top: -6.5%;
    left: -13%;
    max-height: 300px;
    width: 100%;
    object-fit: cover;
  }

  .text-avant {
    margin-top: 40%;
  }

  .image-marque img {
    top: -4%;
    width: 78%;
  }
}
@media screen and (min-width: 1024px) {
  #payton {
    font-size: 60px !important;
  }
}
@media only screen and (min-width: 800px) {
  #ca_marche > div > div > div.bloc-2 > a {
    color: #00216e;
    border: 1px solid #00216e;
    border-radius: 20px;
    padding: 0.5em 2em;
    font-weight: 600;
  }

  #ca_marche > div > div > div.bloc-2 > a:hover {
    background: #00216e;
    color: #fff;
  }

  .text-ccm,
.text-avant,
.text-chang,
.lamarque > .bloc-2 {
    position: relative;
  }

  .border-sect {
    position: absolute;
    bottom: -24.6%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
  }

  #pourquoi_changer > div > div > div.bloc-2.row.text-chang > img {
    bottom: -16.8%;
  }

  #quelles_avantages > div > div > div.bloc-2.row.text-avant > img {
    bottom: -17.8%;
  }
}
@media only screen and (min-width: 1024px) {
  /* Slideshow container */
  .slideshow-container {
    height: 500px;
  }

  /* Fading animation */
  .fade {
    height: 500px;
  }

  .border-sect {
    bottom: -24.6%;
  }
}
@media only screen and (min-width: 600px) {
  #ca_marche,
#pourquoi_changer,
#quelles_avantages,
#temoignages,
#presentation_de_la_marque {
    padding: 3em 0;
  }
}
@media only screen and (min-width: 1200px) {
  /* Caption text slide*/
  .text h2 {
    font-size: 80px;
    width: 100%;
  }

  /*
  	#pay{
  		bottom:50%;
  	}
  */
  .text h3 {
    font-size: 50px;
    bottom: 24%;
    width: 100%;
  }

  .dot {
    width: 80px;
    margin: 0 5px;
  }

  .dotee {
    bottom: 30%;
  }

  .regroupe-section-accueil {
    background: url(https://laminette-lingerie.com/wp-content/themes/pampleco/img/background-right-top.png) no-repeat right top, url(https://laminette-lingerie.com/wp-content/themes/pampleco/img/background-middle-left.png) no-repeat 0 55%;
  }

  #presentation {
    padding: 3.5em 0;
  }

  .se1 h2:first-child {
    font-size: 90px;
    /* background: url(https://laminette-lingerie.com/wp-content/themes/pampleco/img/title-left.png) no-repeat left center, url(https://laminette-lingerie.com/wp-content/themes/pampleco/img/title-right.png) no-repeat right center; */
    background: url(https://laminette-lingerie.com/wp-content/themes/pampleco/img/gouttes_gauche.svg) no-repeat left center, url(https://laminette-lingerie.com/wp-content/themes/pampleco/img/gouttes_droite.svg) no-repeat right center;
    width: 700px;
  }

  .se1 h2 {
    font-size: 36px;
  }

  .se1 h1 {
    font-size: 36px;
  }

  .imageout > img {
    top: -30%;
    left: -15%;
  }

  .imageout2 {
    top: -5%;
    right: -6%;
  }

  .imageout2 > img {
    top: 8%;
    right: -15%;
    object-fit: cover;
    height: 460px;
  }

  .imageout3 {
    margin-right: 2rem;
  }

  .imageout3 > img {
    top: 8%;
    left: -8%;
  }

  .text-chang,
.text-ccm {
    margin-left: -3%;
    padding: 0;
  }

  .text-avant {
    margin-left: 4%;
  }

  #ca_marche > div > div > .text-ccm > p:nth-child(3) {
    margin-bottom: 3em;
  }

  #ca_marche,
#pourquoi_changer,
#quelles_avantages,
#temoignages,
#presentation_de_la_marque {
    padding: 3em 0;
  }

  .avantage,
.changer {
    margin-top: 1em;
    padding: 0;
  }

  #campagne_ulule,
#news {
    padding: 3em 0 0;
  }

  #campagne_ulule h2 {
    font-size: 60px;
  }

  #campagne_ulule h2:nth-child(1) {
    top: 15%;
  }

  #campagne_ulule h2:nth-child(2) {
    top: 27%;
  }

  #campagne_ulule h2:nth-child(3) {
    top: 39%;
  }

  .lamarque {
    background: #eec400 url(https://laminette-lingerie.com/wp-content/themes/pampleco/img/ff-lamarque.png) 32% 100% no-repeat;
    margin-left: 5%;
  }
}
@media only screen and (max-width: 1200px) {
  .text h3 {
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
    margin-bottom: 0;
    padding: 1em 0;
  }
}
@media only screen and (max-width: 480px) {
  .btn-ulule-s {
    transform: translate(-50%, -25%);
    padding: 0.7em 1em;
    font-size: 1em;
  }
}
@media only screen and (max-width: 320px) {
  .se1 h2:first-child {
    font-size: 38px;
  }
}

/*# sourceMappingURL=accueil.css.map */
