@charset "UTF-8";
/*
	Theme Name: Pampleco
	Description: Pampleco
	Version: 1
	Author: Florent SADOT / William LEGROS
*/
@font-face {
  font-family: "Montserrat", sans-serif;
  src: url(https://laminette-lingerie.com/wp-content/themes/pampleco/fonts/Montserrat-Regular.ttf);
  src: url(https://laminette-lingerie.com/wp-content/themes/pampleco/fonts/Montserrat-Regular.woff);
  font-weight: normal;
}
/* ///////////////////////////////////////////////////////////////////////////// */
/* ///// UTILS /////////////////////////////////////////////// */
/* -- class utile -- */
.w-25 {
  width: 25%;
}

.w-50 {
  width: 50%;
}

.w-75 {
  width: 75%;
}

.w-100 {
  width: 100%;
}

/* -- COULEURS -- */
.clear-both {
  clear: both;
}

/* //////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////// */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn,
em, img, ins, kbd, q, s, samp, small, strike, sub,
sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul,
li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption, footer,
header, hgroup, menu, nav, output, ruby, section,
summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: #102A51;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

p {
  font-size: 1em;
  line-height: 1.2em;
  text-align: left;
}

ol,
ul {
  list-style: none;
}

li {
  font-size: 1em;
  line-height: 1em;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

img,
video {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
}

/* Style du site */
body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
  background: #fff;
  font-family: "Montserrat", sans-serif;
}

strong {
  font-weight: 600;
}

textarea {
  resize: vertical;
}

/*------------------------------------*\
    LA GRID
\*------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row > * {
  float: left;
  width: 100%;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
}

.row::after {
  content: "";
  display: block;
  clear: both;
}

/* /////////////////////////////////////////////////////////////////////////// */
/* // PAGE D'ACCUEIL //////// */
/* /////////////////////////////////////////////////////////////////////////// */
section.slider {
  height: 55vh;
}
@media (min-width: 992px) {
  section.slider {
    height: 100%;
  }
}
section.slider .swiper-wrapper {
  height: 100vh;
  top: 6rem;
}
@media (min-width: 992px) {
  section.slider .swiper-wrapper {
    top: inherit;
  }
}
section.slider .swiper-wrapper .parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 54%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
@media (min-width: 992px) {
  section.slider .swiper-wrapper .parallax-bg {
    height: 100vh;
  }
}
section.slider .swiper-wrapper .titres {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 54%;
}
@media (min-width: 992px) {
  section.slider .swiper-wrapper .titres {
    height: 100%;
  }
}
section.slider .swiper-wrapper .titres h2, section.slider .swiper-wrapper .titres h3 {
  text-align: center;
  letter-spacing: 4px;
  text-shadow: 3px 8px 8px rgba(0, 0, 0, 0.2);
}
section.slider .swiper-wrapper .titres h2 {
  color: #fff;
  font-size: 38px;
  text-transform: uppercase;
  font-weight: 300;
}
@media (min-width: 992px) {
  section.slider .swiper-wrapper .titres h2 {
    font-size: 56px;
  }
}
@media (min-width: 1400px) {
  section.slider .swiper-wrapper .titres h2 {
    font-size: 80px;
  }
}
section.slider .swiper-wrapper .titres h3 {
  color: #e40c4f;
  font-size: 30px;
  font-style: italic;
  font-weight: 600;
}
@media (min-width: 992px) {
  section.slider .swiper-wrapper .titres h3 {
    font-size: 38px;
  }
}
@media (min-width: 1400px) {
  section.slider .swiper-wrapper .titres h3 {
    font-size: 50px;
  }
}
section.slider .swiper-wrapper .titres a.lien-externe {
  text-align: center;
  background-color: #fff;
  color: #e40c4f;
  padding: 1rem;
  width: 12rem;
  margin: 0 auto 2rem;
  border-radius: 20px;
  font-weight: bold;
  transition: all ease 0.6s;
}
section.slider .swiper-wrapper .titres a.lien-externe:hover {
  background-color: #e40c4f;
  color: #fff;
}

.wof-wheels p {
  color: white;
}
.wof-wheels ul li {
  color: white;
}

.jeux-roulette {
  padding: 3rem;
}
.jeux-roulette > p {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 2rem;
}
.jeux-roulette .popup-wheel-game {
  display: block;
  text-align: center;
  width: 23rem;
  margin: 0 auto;
  background-color: #102a51;
  padding: 19px 22px;
  color: white;
}

/* /////////////////////////////////////////////////////////////////////////// */
/* // PAGE BOUTIQUE //////// */
/* /////////////////////////////////////////////////////////////////////////// */
section.cartes-produits {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  max-width: 1200px;
}
section.cartes-produits a.carte-produit {
  width: 100%;
  max-width: 141px;
  margin: 2rem 0;
  position: relative;
}
@media (min-width: 576px) {
  section.cartes-produits a.carte-produit {
    max-width: 254px;
    margin: 4rem 1rem;
  }
}
@media (min-width: 768px) {
  section.cartes-produits a.carte-produit {
    max-width: 420px;
  }
}
section.cartes-produits a.carte-produit .img-produit {
  height: 14rem;
  overflow: hidden;
  position: relative;
}
@media (min-width: 576px) {
  section.cartes-produits a.carte-produit .img-produit {
    height: 24rem;
  }
}
@media (min-width: 768px) {
  section.cartes-produits a.carte-produit .img-produit {
    height: 39rem;
  }
}
section.cartes-produits a.carte-produit .img-produit img {
  width: 100%;
  position: absolute;
}
section.cartes-produits a.carte-produit .img-produit.avec-gallerie img {
  transition: all ease 1s;
}
section.cartes-produits a.carte-produit .img-produit.avec-gallerie img:nth-of-type(1) {
  top: 0;
  left: 0;
}
section.cartes-produits a.carte-produit .img-produit.avec-gallerie img:nth-of-type(2) {
  top: 0;
  left: 100%;
}
section.cartes-produits a.carte-produit .img-produit.avec-gallerie:hover img:nth-of-type(1) {
  left: -100%;
}
section.cartes-produits a.carte-produit .img-produit.avec-gallerie:hover img:nth-of-type(2) {
  left: 0;
}
section.cartes-produits a.carte-produit p {
  color: #102a51;
  background-color: white;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}
@media (min-width: 576px) {
  section.cartes-produits a.carte-produit p.titre-du-produit {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  section.cartes-produits a.carte-produit p.titre-du-produit {
    position: absolute;
    top: -28px;
    left: 15px;
    text-align: center;
    padding: 0.6rem 2rem;
  }
}
@media (min-width: 576px) {
  section.cartes-produits a.carte-produit p.prix-produit {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  section.cartes-produits a.carte-produit p.prix-produit {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 1rem;
  }
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
a {
  color: #444;
  text-decoration: none;
}

a:hover {
  color: #444;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

input:focus {
  outline: 0;
}

/*------------------------------------*\
    DEBUT DE PERSONNALISATION
\*------------------------------------*/
/* Header */
#fw_head {
  position: fixed;
  top: 0;
  width: 100%;
  transition: all 0.5s;
  z-index: 300;
}
#fw_head.scrollUp {
  transform: translateY(-142px);
}

header h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 0;
}

header a {
  color: #1C1C1A;
}

header button {
  opacity: 0.5;
  background: 0 0;
  margin-left: auto;
  font-size: 28px;
  cursor: pointer;
  border: none;
}

#entete-accueil {
  background: #fff;
}

.bandeau {
  margin-top: 105px;
}

.top-bar-info {
  background-color: #102a51;
  padding: 7px;
}
.top-bar-info p {
  display: none;
  margin: 0;
  text-align: center;
  color: white;
  font-weight: bold;
}

/* List */
.list {
  text-align: left;
}

.list .list-item {
  margin-top: 1.875em;
  margin-bottom: 1.875em;
}

.list img {
  display: block;
}

.list p {
  font-weight: 500;
  line-height: 1.5;
}

.headcontent {
  text-align: center;
  margin: auto;
  margin-bottom: 0;
}

.container {
  margin: auto;
}

/* STYLE FIL D'ARIANE */
#breadcrumbs {
  margin-top: 0.5em;
}

#breadcrumbs a,
.breadcrumb_last,
#breadcrumbs > span > span,
#breadcrumbs > span > span > span {
  color: #B0B0AC;
}

h2, #flow h2, #news h2 {
  margin: 0;
  padding-left: 0;
  text-align: center;
  font-family: "Paytone One", sans-serif;
}

#news .form .gform_wrapper form .gform_body ul li .ginput_container input {
  width: 100%;
  text-align: left;
  padding-left: 30px;
}

#news .form .gform_wrapper form .gform_body ul #field_1_2 {
  line-height: 0px;
  margin-top: 0;
}

#news .form .gform_wrapper form .gform_body ul li .hrNews {
  margin-bottom: 20px;
}

#news .form .gform_wrapper form .gform_body ul #field_1_2 .ginput_container {
  margin-top: 0;
  padding-left: 20px;
}

#news .form .gform_wrapper form .gform_body ul #field_1_2 .ginput_container input {
  width: auto;
}

.payton,
.payton span {
  font-family: "Paytone One", sans-serif;
}

h2 strong {
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

h3 {
  font-size: 24px;
  margin: 0.7em 0;
  font-weight: 600;
  line-height: 1.1;
}

hr {
  width: 80px;
  height: 5px;
  margin: 0.5em 0 1.5em;
  border: 0;
}

:focus {
  outline: -webkit-focus-ring-color auto 0;
}

input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

/* FLEX BLOC */
.bloc-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.bloc-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin: 1em 0 2em;
}

.bloc-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3%;
  flex: 0 0 33.3%;
  max-width: 33.3%;
}

.bloc-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.bloc-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.bloc-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6%;
  flex: 0 0 16.6%;
  max-width: 16.6%;
}

.bloc-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 14.28%;
  flex: 0 0 14.28%;
  max-width: 14.28%;
}

.bloc-2-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66%;
  flex: 0 0 66.66%;
  max-width: 66.66%;
}

.bloc-3-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.bloc-2-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}

.bloc-3-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}

.bloc-4-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
}

.bloc-entete1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

/* RS */
/* OPTIMISATION DU SITE | Spéciquement de l'accueil */
.sprites {
  background-image: url(https://laminette-lingerie.com/wp-content/themes/pampleco/img/spritessheet.svg);
  background-repeat: no-repeat;
  display: inline-block;
}

.sprites-picto-panier {
  width: 32px;
  height: 32px;
  background-position: -121px 10px;
}

.sprites-picto-facebook {
  width: 32px;
  height: 32px;
  background-position: -121px 10px;
}

.sprites-picto-instagram {
  width: 32px;
  height: 32px;
  background-position: -85px 10px;
}

.sprites-picto-youtube {
  width: 32px;
  height: 32px;
  background-position: 4px 10px;
}

.reseausociaux {
  align-self: center;
}

.fixedTop {
  position: fixed;
  top: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* Fin RS */
/* Footer */
footer {
  height: 3.75em;
  background: #000;
}

footer ul {
  display: table;
  width: 100%;
  height: 3.75em;
  text-align: center;
  table-layout: fixed;
}

footer li {
  display: table-cell;
  vertical-align: middle;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

/* FIN FOOTER */
/* Mobile first */
.menu {
  display: none;
}

.entete1.bloc-4-5 {
  padding: 1em 0;
}

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

/* SCROLL BACK TO TOP */
/*
#butt {
    display: none;
    background-color: rgb(238, 196, 0);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#butt::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#butt:hover {
    cursor: pointer;
    background-color: #102A51;
}

#butt:active {
    background-color: #102A51;
}

#butt.show {
    opacity: 1;
    visibility: visible;
} */
.sbi_photo {
  height: auto !important;
}

/* END SCROLL BACK TO TOP */
/* INSTAGRAM */
.follow #sb_instagram #sbi_images .sbi_item .sbi_photo_wrap .sbi_photo img {
  max-height: 287.5px;
  height: 100%;
  object-fit: cover;
}

#primary.list.container {
  margin-top: 105px;
  margin-bottom: 3em;
}

.lpc_tracking_logo img {
  margin: auto;
  max-width: 350px;
}

.lpc_tracking_title {
  font-size: 36px;
  margin-bottom: 1em;
}

#main.row > div > div > table > thead > tr > th {
  font-weight: 600;
  padding-bottom: 0.5em;
}

#main.row > div > div > table > tbody > tr > td {
  padding-right: 2em;
}

.lpc_tracking_summary table, .lpc_tracking_events table {
  display: inline-table;
}

#main.row > div > h3, .lpc_tracking_method {
  font-size: 20px !important;
  font-weight: 600 !important;
}

#main.row > div > h3 {
  margin-top: 2em;
}

.lpc_tracking_separator {
  margin: 0.5em 0;
}

#main > div > div.lpc_balreturn_shipping.lpc_balreturn_withseparator > div, #main > div > div.lpc_balreturn_address.woocommerce-address-fields__field-wrapper > div {
  font-weight: 600;
  margin-bottom: 1em;
  margin-left: 0;
}

#main > div > div.lpc_balreturn_address.woocommerce-address-fields__field-wrapper > form {
  font-size: 15px;
}

#main > div > div.lpc_balreturn_address.woocommerce-address-fields__field-wrapper > form > p > label {
  width: 200px;
  display: inline-flex;
}

#main > div > div.lpc_balreturn_address.woocommerce-address-fields__field-wrapper > form > p > input {
  padding: 0.6em 1em;
  margin-bottom: 1em;
  text-transform: uppercase;
  box-shadow: 0px 0px 3px #00000029;
  border: none;
}

#main > div > div.lpc_balreturn_address.woocommerce-address-fields__field-wrapper > form > p > i {
  display: none;
}

#main > div > div.lpc_balreturn_address.woocommerce-address-fields__field-wrapper > form > div > button {
  background: #e40c4f;
  color: #fff;
  border: none;
  border-radius: 45px;
  cursor: pointer;
  font-size: 1em;
  padding: 0.7em 2em;
  font-style: italic;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

#main > div > div.lpc_balreturn_address.woocommerce-address-fields__field-wrapper > form > div > button:hover {
  background: #102A51;
}

.lpc_balreturn .entry-title {
  font-size: 36px;
  margin-bottom: 1em;
  text-align: center;
  font-family: "Paytone One", sans-serif;
  margin-top: 1em;
}

.lpc_balreturn_subtitle {
  text-align: left;
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

/* Validation commande (à l'issue du paiement)*/
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  color: #102A51;
  font-size: 1.3em;
  font-weight: 700;
  padding-bottom: 1em;
}

.woocommerce ul.order_details li strong {
  padding-top: 0.5em;
}

#compo > details > summary > h3 {
  margin-left: -16px;
}

#bigScreen {
  display: inline-block;
}

body.single-product > main {
  margin-top: 7rem;
}

.single_variation_wrap #pwgc-purchase-container {
  display: block !important;
}

.woocommerce-product-rating {
  display: none !important;
}

.comments-wrapper #comments #respond {
  margin-bottom: 3rem;
}
.comments-wrapper #comments #respond form p.logged-in-as {
  display: none;
}
.comments-wrapper #comments #respond form p.comment-form-comment label {
  display: none;
}
.comments-wrapper #comments #respond form textarea {
  height: 5rem;
  width: 50%;
}
.comments-wrapper #comments .comments-title {
  margin-bottom: 3rem;
}
.comments-wrapper #comments ol.comment-list li.comment, .comments-wrapper #comments ol.comment-list li.review {
  margin-bottom: 3rem;
  padding: 2rem;
  background: #ebe9eb;
}
.comments-wrapper #comments ol.comment-list li.comment .comment-body .comment-author.vcard img, .comments-wrapper #comments ol.comment-list li.review .comment-body .comment-author.vcard img {
  float: left;
  margin-right: 2rem;
}
.comments-wrapper #comments ol.comment-list li.comment .comment-body .comment-author.vcard .says, .comments-wrapper #comments ol.comment-list li.review .comment-body .comment-author.vcard .says {
  display: none;
}
.comments-wrapper #comments ol.comment-list li.comment .comment-body .comment-meta.commentmetadata, .comments-wrapper #comments ol.comment-list li.review .comment-body .comment-meta.commentmetadata {
  font-size: 12px;
}
.comments-wrapper #comments ol.comment-list li.comment .comment-body .reply, .comments-wrapper #comments ol.comment-list li.review .comment-body .reply {
  display: none;
}

body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info {
  border: none;
  background-color: unset;
}
body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info a.showlogin {
  display: block;
  width: 100%;
  max-width: 320px;
  text-align: center;
  border: 1px solid #e40c4f;
  background-color: #fff;
  color: #e40c4f;
  margin-left: 1rem;
  padding: 1rem;
  border-radius: 20px;
  font-weight: bold;
  transition: all ease 0.6s;
  margin: 1rem auto 0;
}
@media (min-width: 768px) {
  body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info a.showlogin {
    margin: 1rem auto 0 0;
  }
}
body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info a.showlogin:hover {
  border: 1px solid #e40c4f;
  background-color: #e40c4f;
  color: #fff;
}
body.woocommerce-checkout #pwgc-redeem-gift-card-form form#pwgc-redeem-form label {
  color: #e40c4f;
  font-weight: bold;
  font-size: 21px;
}
body.woocommerce-checkout #pwgc-redeem-gift-card-form form#pwgc-redeem-form input[name=card_number] {
  padding: 10px 20px;
  font-size: 18px;
  float: left;
  margin-right: 1rem;
}
body.woocommerce-checkout #pwgc-redeem-gift-card-form form#pwgc-redeem-form input#pwgc-redeem-button {
  background-color: #102A51;
  color: white;
  font-weight: bold;
  font-size: 16px;
  border: none;
  padding: 13px 34px;
  margin-top: 0 !important;
}
body.woocommerce-checkout #pwgc-redeem-gift-card-form form#pwgc-redeem-form input#pwgc-redeem-button:hover {
  cursor: pointer;
}

section#liste-des-articles {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
section#liste-des-articles article {
  max-width: 340px;
  margin: 1rem;
}
section#liste-des-articles article header {
  max-height: 18rem;
  overflow: hidden;
  border: 6px solid;
}
section#liste-des-articles article header img {
  width: 100%;
}
section#liste-des-articles article > div {
  background-color: #102a51;
  padding: 1rem;
}
section#liste-des-articles article > div h2 a, section#liste-des-articles article > div p {
  color: white;
}
section#liste-des-articles article > div h2 {
  text-align: left;
  min-height: 102px;
  font-size: 32px;
}
section#liste-des-articles article > div .lire-la-suite {
  color: white;
  font-weight: bold;
  margin-top: 1rem;
  display: block;
}

section#article-seul {
  margin-top: 8rem;
}
section#article-seul article {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
}
section#article-seul article img {
  margin: 0 auto;
}
section#article-seul article h2 {
  margin-bottom: 1rem;
}

/*Votre CSS pour IE versions 9 à Edge*/
@supports (-ms-ime-align: auto) {
  #compo > details > summary > h3 {
    margin-left: 0;
  }
}
@-moz-document url-prefix() {
  #compo > details > summary > h3 {
    margin-left: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 600px) {
  .container {
    width: 90%;
  }

  h2 {
    font-size: 30px;
  }

  .list p {
    font-size: 1em;
  }

  /*
  	.logopample{
  	   width:280px;
  		max-width: 100%;
  	}
  */
  /* INSTAGRAM */
  .follow #sb_instagram #sbi_images .sbi_item .sbi_photo_wrap .sbi_photo img {
    height: 239.1px;
  }
}
@media screen and (min-width: 601px) and (max-width: 1199px) {
  .container {
    width: 80%;
  }

  h2, #flow h2, #news h2 {
    font-size: 40px;
  }

  /* INSTAGRAM */
  .follow #sb_instagram #sbi_images .sbi_item .sbi_photo_wrap .sbi_photo img {
    height: 213.2px;
  }
}
@media only screen and (max-width: 1199px) {
  #burger {
    padding-right: 0;
  }

  /*
  	#burger img {
  		float: right;
  	} */
  header .menu ul li {
    display: block;
    margin-right: 3px;
    text-align: right;
    padding: 0.5em 0.5em 0.5em 0;
    border-top: 1px solid #333;
  }

  .menu-secondaire {
    display: none;
  }

  .bandeau {
    margin-top: 108px;
  }
}
@media only screen and (min-width: 1024px) {
  #butt {
    display: inline-block;
  }
}
@media only screen and (min-width: 601px) {
  .list p {
    font-size: 1.125em;
  }

  .logopample {
    max-width: 380px !important;
  }

  /*
  #fw_head{
  	position:fixed;
  	top:0;
  	width:100%;
  	transition:top .3s;
  	z-index: 300;
  }
  */
}
@media only screen and (min-width: 1200px) {
  #burger {
    display: none;
  }

  .container {
    width: 1140px;
  }

  header .menu ul li {
    display: inline-block;
    margin-right: 0;
  }

  /* MENU SECONDAIRE*/
  .menu {
    display: contents;
    position: absolute;
    right: 0;
  }

  .menu-pri {
    display: inline-flex;
    align-self: center;
    position: absolute;
    right: 0;
    top: 3.2em;
  }
  .menu-pri li {
    line-height: 31px;
    padding: 0.5em 0.8em 0;
  }
  .menu-pri li a {
    color: #1D1D1B;
    text-transform: uppercase;
    font-size: 18px;
  }
  .menu-pri li:hover {
    color: #102A51;
  }
  .menu-pri li.sub-menu > a {
    padding: 0 !important;
  }
  .menu-pri li.sub-menu:hover ul {
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
  }
  .menu-pri li.sub-menu ul {
    text-align: left;
    width: 240px !important;
    padding: 1rem;
    position: absolute;
    background-color: white !important;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    top: 100%;
    transform: translateY(-2em);
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-;
  }

  .principmenu {
    padding: 1em 0;
    position: relative;
  }

  .reseausociaux {
    align-self: center;
    right: 7.5%;
    position: absolute;
    top: 10%;
  }

  /* INSTAGRAM */
  .follow #sb_instagram #sbi_images .sbi_item .sbi_photo_wrap .sbi_photo img {
    max-height: 265px;
  }

  .entete1 {
    align-self: center;
    padding: 0;
  }

  h2, #flow h2, #news h2 {
    font-size: 46px;
  }

  /*
  	.menu-secondaire{
  		position: absolute;
  		right: 4%;
  	}
  */
  .menu-sec {
    position: absolute;
    right: 14%;
    display: inline-flex;
    top: 15%;
  }
  .menu-sec li {
    padding: 0.5em 0.7em 0;
  }
  .menu-sec li a {
    position: relative;
    color: #1D1D1B;
    font-size: 14px;
    text-transform: uppercase;
  }
  .menu-sec li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -2px;
    /* left: 0; */
    background: #102a51;
    visibility: hidden;
    border-radius: 5px;
    transform: scaleX(0);
    transition: 0.25s linear;
  }
  .menu-sec li a:hover:before, .menu-sec li a:focus:before {
    visibility: visible;
    transform: scaleX(1);
  }
  .menu-sec li a:hover {
    color: #102A51;
  }

  .suppcp {
    display: none !important;
  }
}
::selection {
  background: #424242;
  color: #FFF;
  text-shadow: none;
}

::-webkit-selection {
  background: #424242;
  color: #FFF;
  text-shadow: none;
}

::-moz-selection {
  background: #424242;
  color: #FFF;
  text-shadow: none;
}

/* HOVER MENU */
.menu-pri li {
  position: relative;
}
.menu-pri li a {
  /* text-decoration: none; */
  /* color: rgba(0,0,0,.4); */
  display: flex;
  justify-content: center;
  z-index: 1;
  cursor: pointer;
}
.menu-pri li a:before {
  content: "";
  position: absolute;
  width: 82%;
  height: 2px;
  bottom: 0;
  /* left: 0; */
  background: #102a51;
  visibility: hidden;
  border-radius: 5px;
  transform: scaleX(0);
  transition: 0.25s linear;
}
.menu-pri li a:hover:before, .menu-pri li a:focus:before {
  visibility: visible;
  transform: scaleX(1);
}
.menu-pri li.sub-menu > a {
  padding: 8px;
}
.menu-pri li.sub-menu ul {
  width: 80%;
  margin: 0 auto;
  background-color: #ebe9eb;
}
.menu-pri li.sub-menu ul li {
  border: none;
}

/* MENTIONS */
.intro-mention {
  margin-top: 50px;
}

.xoo-wsc-footer-b a {
  color: #fff;
  background-color: #e40c4f;
  padding: 0.618em 1em;
  font-weight: 700;
  border-radius: 3px;
}

.xoo-wsc-footer-b a:hover {
  color: #fff;
  background: #102A51;
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  #fw_head {
    width: 320px;
  }
}
@media screen and (min-width: 360px) and (max-width: 374px) {
  #fw_head {
    width: 360px;
  }
}
@media screen and (min-width: 375px) and (max-width: 383px) {
  #fw_head {
    width: 375px;
  }
}
@media screen and (min-width: 384px) and (max-width: 410px) {
  #fw_head {
    width: 384px;
  }
}
@media screen and (min-width: 411px) and (max-width: 431px) {
  #fw_head {
    width: 411px;
  }
}
@media screen and (min-width: 432px) and (max-width: 479px) {
  #fw_head {
    width: 432px;
  }
}
@media screen and (min-width: 480px) and (max-width: 599px) {
  #fw_head {
    width: 480px;
  }
}
@media screen and (min-width: 600px) and (max-width: 719px) {
  #fw_head {
    width: 600px;
  }
}
@media screen and (max-width: 600px) {
  #burger {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
    padding-left: 0;
  }

  #logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 76%;
    flex: 0 0 76%;
    max-width: 76%;
  }
}
@media screen and (max-width: 480px) {
  .xoo-wsc-basket {
    box-shadow: none !important;
    margin: 0 !important;
    background: transparent !important;
  }

  .xoo-wsc-items-count {
    position: absolute !important;
    top: 9px !important;
    left: -1em !important;
    font-size: 10px !important;
    width: 18px !important;
    height: 18px !important;
    line-height: 19px !important;
    margin-left: 1em;
  }
}
@media only screen and (max-width: 768px) {
  .gfield_consent_label {
    line-height: 1.5;
  }
}
/* FOOTER */

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