@charset "UTF-8";
/**********************************
Theme Name: Kidzcorner 3.0
Description: Theme for kidZcorner 
Author: Carole Favero & Max
Version: 0.1
**********************************/
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/********* FONT-FACE ***************/
@font-face {
  font-family: 'fontkidz';
  src: url("assets/fonts/fontkidz-regular.woff2") format("woff2"), url("assets/fonts/fontkidz-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'fontkidz-bold';
  src: url("assets/fonts/fontkidz-bold.woff2") format("woff2"), url("assets/fonts/fontkidz-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'caviar_dreamsbold';
  src: url("assets/fonts/Caviar_Dreams_Bold-webfont.eot");
  src: url("assets/fonts/Caviar_Dreams_Bold-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Caviar_Dreams_Bold-webfont.woff") format("woff"), url("assets/fonts/Caviar_Dreams_Bold-webfont.ttf") format("truetype"), url("assets/fonts/Caviar_Dreams_Bold-webfont.svg#caviar_dreamsbold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'caviar_dreamsregular';
  src: url("assets/fonts/CaviarDreams-webfont.eot");
  src: url("assets/fonts/CaviarDreams-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/CaviarDreams-webfont.woff") format("woff"), url("assets/fonts/CaviarDreams-webfont.ttf") format("truetype"), url("assets/fonts/CaviarDreams-webfont.svg#caviar_dreamsregular") format("svg");
  font-weight: normal;
  font-style: normal; }


/********* THEME ******************/
.Row {
  content: "";
  display: table;
  clear: both;
  display: block; }

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box; 
}

body {
  background: #FFF;
}

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

ol, ul {
  list-style: none; }

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

caption, th, td {
  font-weight: normal;
  text-align: left; }

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

blockquote, q {
  quotes: "" ""; }

a:focus {
  outline: thin dotted; }

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

a img {
  border: 0; }
img {
  width: 100%;
}
.affix {
  position: fixed; }

body,
button,
input,
select,
textarea {
  color: #2b2b2b;
  font-family: "raleway", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.375; }
input:focus,
textarea:focus,
select:focus {
    outline: none;
    box-shadow: none;
}
hr {
  background-color: #000;
  border: 0;
  height: 1px;
  margin-bottom: 1em; }

ul, ol {
  margin: 0 0 1em 0; }

ul {
  list-style: none; }

ol {
  list-style: decimal; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1em 1em; }

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

figure {
  margin: 0; }

embed,
iframe,
object {
  max-width: 100%; }

strong, b {
  font-weight: 600; }

table {
  margin: 0 0 1em;
  width: 100%; }

th {
  font-weight: bold; }

p {
  margin-bottom: 1em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0; }
  blockquote p {
    font-style: italic; }

address {
  margin: 0 0 1em; }

pre {
  background: #EEE;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #FFF9C0;
  text-decoration: none; }

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

a {
  color: inherit;
  text-decoration: none; }
  a:focus {
    outline: none; }
  a[href^=tel], a[href^=fax] {
    cursor: default;
    text-decoration: none !important; }
    a[href^=tel]:hover, a[href^=fax]:hover {
      text-decoration: none; }
  a a[href^=mailto] {
    word-break: break-all; }

/************ FORMS *****************/
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}
/************ FORM > FIELDS **********/
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #6b787a;
  border: 1px solid #bdbfbf; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #6b787a; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 6px; }

textarea {
  overflow: auto;
  padding-left: 6px;
  vertical-align: top;
  width: 100%; }

/********** FORM > BUTTONS *********/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #bdbfbf;
  background-clip: padding-box;
  border-radius: 3px;
  background: #E6E6E6;
  cursor: pointer;
  -webkit-appearance: button;
  font-size: 1.4rem;
  line-height: 1.375;
  padding: 6px;
  border-radius: 0;
  color: #FFF;
  background-color: #000; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background-color: #6b787a; }


/********** LIEN D'EDITION  **************/
.post-edit-link{
  font-size: 10px;
  display: block;
  text-align: center; }
.single .post-edit-link{
  font-size: 14px;
  display: block;
  text-align: right; }

/********** TITLE **************/
.Title {
  line-height: 1;
  font-family: "fontkidz", sans-serif;
  text-transform:uppercase; }
.Title--h3 {
  font-size: 1.4rem; }
.Title--h4 {
  font-family: "fontkidz", sans-serif;
    font-size: 1.2rem; }
.Title--handwriting {
  font-family: "fontkidz", sans-serif;
  font-size: 2.2rem;
  line-height: 1.4;
  text-align: center; }

@media (min-width: 47.999em) {
  .Title--handwriting {
    font-size: 2.6rem; } 
}
.Title--comments {
  margin: 30px 0 8px; }

@media (min-width: 37.5em) {
    .Title--comments {
        margin: 60px 0 8px; } 
}

.Title--related {
  font-size: 2rem;
  text-transform: uppercase;
  text-align: center;
  margin: 30px 0 22px; }

@media (min-width: 47.999em) {
  .Title--related {
    font-size: 2.6rem;
  }
}

.Title--bloc, .Title--slider {
  font-size: 2rem;
  text-transform: uppercase;
  padding: .5em 0; }

@media (min-width: 64em) {
  .Title--bloc, .Title--slider{
    font-size: 2.4rem; } 
}

.Title--product, .Title--archive{
  font-size: 2rem;
  text-transform: uppercase;
  padding: .5em 0; 
  font-family: "fontkidz", sans-serif;}

@media (min-width: 64em) {
  .Title--product, .Title--archive {
    font-size: 2.8rem; } 
}

.Title--ofPage {
    font-family: "fontkidz", sans-serif;
    font-size: 2rem;
    text-transform: uppercase;
    padding: .5em 0; }

@media (min-width: 64em) {
  .Title--ofPage {
    font-size: 2.8rem; } 
}

.Title--slider {
  padding: 0;
  line-height: 1.6; }

@media (min-width: 64em) {
  .Title--slider {
    font-size: 2.5rem; } 
}

@media (min-width: 79.125em) {
  .Title--slider {
    font-size: 3rem; } 
}

@media (min-width: 64em) {
  .Title--slider span {
    font-size: 2.1rem; } 
}

@media (min-width: 79.125em) {
  .Title--slider span {
    font-size: 2.4rem; } 
}

@media (max-width: 29.99em) {
  .Title--cdc {
     margin-top: 45px; } 
}

.Wrapper {
  padding-left: 3%;
  padding-right: 3%;
  max-width: 2460px;
  position: relative; }

@media (max-width: 47.999em) {
    .Wrapper--atLarger {
      width: 100%; }
    .Wrapper {
      padding-left: 10px;
      padding-right: 10px; }
    .Header .Wrapper {
      padding:0px; }
}

@media (min-width: 47.999em) and (max-width: 63.99em) {
    .Wrapper {
      padding-left: 20px;
      padding-right: 20px; } 
}

html, body {
  height: 100%; }

@media (max-width: 63.99em) {
  .Header,
  .Main,
  .Top {
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s; } 
  body.hasDrawer {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%; }
}
@media (max-width: 63.999em) {
  .Main.Wrapper {
    margin-top: 0px!important; }
}

.Main:after {
  content: "";
  display: table;
  clear: both; }

@media (min-width: 64em) {
  .Main {
    margin-top: 129px!important; }
  .home .Main {
    margin-top:  10px!important; }
}

@media (min-width: 48em) {
  .Content {
    float: left;
    display: block;
    margin-right: 3%;
    width: 77%;
    margin-top:3%; }
  .Content:last-child {
      margin-right: 0; } 
}

@media (min-width: 48em) {
  .Sidebar {
    float: left;
    display: block;
    margin-right: 0%;
    width: 18%;
    margin-left: 2%;
    margin-right: 0; }
  .Sidebar:last-child {
      margin-right: 0; } 
}
.page-template-page-marques .Content:last-child,
.page-template-default .Content:last-child,
.single-magazine .Content:last-child,
.single-blog .Content:last-child {
    margin-right: 0; } 
.Notification {
  background-color: #c0c8d1;
  display: none; }
.Notification p {
    margin: 0;
    padding: 1em;
    text-align: center; }
.Notification-close {
    position: absolute;
    top: 1em;
    right: 1em;
    cursor: pointer; }


/****** TOP NAVIGATION ********/
.Top {
    height: 1.75em;
    overflow: hidden;
    background-color: black;
    color: white; }

@media (max-width: 63.99em) {
  .Top {
      display: none; } 
}

.Top-social {
  float: left; 
  position: relative;
  background: #000;
  z-index: 1;
  padding-right: 20px;
}
.Top-text {
  font-size:1.1rem;
  line-height:28px;
  text-transform: uppercase;
  white-space: nowrap;
  display: inline-block;
  position: absolute;
  right: 0; 
  transform: translateX(100%); 
  animation: topMarquee 7s linear 1 forwards;
  padding-right:30px;
  letter-spacing: 0.05rem;
}

@keyframes topMarquee {
  0% {
    transform: translateX(100%); 
  }
  100% {
    transform: translateX(0);  
  }
}

.Top a {
    display: block;
    float: left;
    line-height: 1;
    opacity: .8;
    transition: opacity .3s; }
.Top a:first-of-type {
      padding-left: 0; }
.Top a:last-of-type {
      padding-right: 0; }
.Top a:hover {
      opacity: 1; }
.Top-social a {
    padding: 0.375em 0.4375em;
    font-size: 1.6rem; }

/********* HEADER *********/
.Header-inner {
    justify-content: space-between;
    background-color: #FFF;
    transition: transform 0.3s ease;
    border-bottom: 1px solid #eee;
  }
@media (min-width: 64em){
  .Top {
    position: fixed;
    height: 28px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;}

  .Header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    position: fixed; /* changer relative → fixed */
    top: 28px; /* hauteur de .Top */
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: top 0.3s;
  }
}
/****** HEADER LOGO*/
.Header-logo {
  flex: 0 0 auto;
  max-width: 300px;
  padding: 12px 40px 5px 50px;
  transition: max-width 0.35s ease, padding 0.35s ease, transform 0.35s ease;
}

/* Logo shrink */
.Header-inner.shrink .Header-logo {
  max-width: 150px;       /* largeur réduite */
  padding: 7px 40px 2px 50px; /* padding réduit */
  transform: scale(0.95); /* petit zoom-out */
}
.Header-logo img {
  transition: transform 0.35s ease, max-width 0.35s ease;
  max-width: 210px;
}

@media (max-width: 63.99em) {
    .Header-logo {
      text-align:center;
      margin: auto;
      padding: 10px 20px 5px 20px!important;  
    }
    .Header-logo img{
      max-width: 50%!important; 
      margin: auto;
    }
}

@media (min-width: 64em) {
  .Header-right {
    flex: 1; 
    display: flex;
    align-items: center;         
    justify-content: flex-end;
    gap: 20px;
    margin-right: 20px;
    max-width: 992px;  }
}
@media (max-width: 63.99em) {
  .Header-right {
    display: flex;
    flex-direction: column; 
  }
 }
/****** HEADER BARRE DE SEARCH********/
.Header-recherche {
  display: none;
  position: absolute; 
  left: 0;
  width: 100%;
  background: #FFF;
  padding: 20px;
  z-index: 10000;}

.Header-recherche.isOpen {
      display: block;
}
@media (min-width: 64em) {
  .Header-recherche.isOpen {
      top: 100%;
      width: 100%;
      background: #FFF;
      text-align: center;
      left: 0;
      padding: 50px;
      border-top: 1px solid #eee;
      border-bottom: 1px solid #eee;
  }
}

@media (max-width: 63.99em) {
  .Header-recherche.isOpen {
    position: relative;
    left: 0;
    width: 100%;
    background-color: white;
    padding: 10px 15px;
    z-index: 100001;
    order: 1;
  }
  .Header-recherche.isOpen input[type="text"] {
      width: calc(100% - 38px); 
  } 
  .Header-recherche.isOpen .close-search {
    white-space: nowrap;  
    display: inline-block; 
    padding: 0px;
    font-size: 1rem;
    cursor: pointer;
  }
}

.Header-recherche form input[type="text"] {
    font-size: 1.4rem;
    border-width:0.5px;
    line-height: 1;
    height: 33px; }
.Header-recherche form input[type="text"]:focus {
    outline: none; }
.Header-recherche form button {
    display: block;
    float: left;
    border-width: 0.5px;
    background-color: white;
    color: #6b787a;
    line-height: 1;
    height: 33px; }


/********* MENU ******************/
.Nav {
  font-family: "fontkidz", sans-serif;
  line-height: 1;
  letter-spacing: 1px;
  text-transform:uppercase;
}
.Nav ul {
    margin-bottom: 0; }
.Nav .menu > li > ul {
    display: none; }
.Nav a {
    font-size: 1.6rem;
    display: block;
    padding: 18px 18px 12px;
    color: #333;
    background-color: transparent;
    transition: color .2s, background-color .2s; }

@media (max-width: 63.99em) {
  .Nav {
    position: relative;
    z-index: 9999;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    display:none; 
    width: 100%; }
  .Nav.isOpen {
    display: block!important;
    position: relative;
    z-index: 10000; 
    order: 2;}
  .Nav > ul {
    text-align: center;
    width: 100%; }
  .Nav li {
    display: block;
    width: 100%; 
    border-bottom:1px solid #eee;} 
}

@media (min-width: 64em) {
  .Nav {
    flex: 1; 
    z-index: 1000000;}
  .Nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .Nav-list a {
      position: relative;
      padding: 5px 0;
      display: inline-block;
      transition: color 0.3s ease;
  }
  .Nav-list a::after {
      content: "";
      position: absolute;
      left: 50%;             
      bottom: 0;
      width: 0;               
      height: 2px;
      background-color: #000;
      transform: translateX(-50%); 
      transform-origin: center;   
      transition: width 0.3s ease;
  }
  .Nav-list a.menu-image-title-above::after{
      content: none;      
  }

  .Nav .menu > li > .sub-menu > li > a.menu-image-title-above:hover .menu-image-title {
    background-color: #000;
    color: #FFF;
    }
  .Nav-list a:hover::after {
      width: 50%; 
  }
  .Nav .sub-menu {
    background-color: #FFF; }
  .Nav .menu > li {
    display: inline-block; }
  .Nav .menu > li:hover > ul {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 15px 3% 15px; }
  .Nav .menu > li a {
    padding: 15px 16px 6px; }
  .Nav .menu > li li a {
    font-size: 1.4rem; }
  .Nav .menu > li .menu-image {
    width: calc(100% - 16px); }
  .Nav .menu > li.open {
    color: inherit;}
  .Nav .menu > li > .sub-menu {
    padding: 1em 0; }
  .Nav .menu > li > .sub-menu > li {
    display: block;
    width: 16.666666667%;
    float: left; }
  .Nav .menu > li > .sub-menu > li.col2, .Nav .menu > li > .sub-menu > li.big {
    width: 33.333333334%; }
  .Nav .menu > li > .sub-menu > li > a {
    font-family: "fontkidz", sans-serif;
    font-size: 1.6rem; }
  .Nav .menu > li > .sub-menu > li > a.menu-image-title-above {
    position: relative;
    padding: 0; }
  .Nav .menu > li > .sub-menu > li > a.menu-image-title-above .menu-image-title {
    position: absolute;
    bottom: 10px;
    left: 10%;
    width: 80%;
    background-color: #FFF;
    padding: 10px 10px 8px 10px;
    line-height: 1;
    color: #000;
    border: 1px solid #000; }
  .Nav .menu > li > .sub-menu > li > a.menu-image-title-hide {
    padding: 0; }
  .Nav .menu > li > .sub-menu > li > a:hover {
    color: inherit;
    background-color: inherit; }
  .Nav .menu > li > .sub-menu > li > a::after {
    background: #FFF; }      
  .Nav .menu > li > .sub-menu > li > a[href='#'] {
    cursor: default; }
  .Nav .menu > li > .sub-menu > li > a[href='#']:hover {
    opacity: 1; }
  .Nav .menu > li > .sub-menu > li > .sub-menu > li > a {
    font-family: "raleway", sans-serif;
    font-size: 1.2rem;
    padding: 4px 16px;
    text-transform:initial; }
  .Nav .menu > li > .sub-menu > li > .sub-menu > li > a:hover {
    font-weight: 500;
    letter-spacing: 0.95px;
    color:#000; } 
  .Nav .menu > li > .sub-menu > li > .sub-menu > li > a::after {
    background: #FFF; } 

}

/****** MENU - Bouton Hamburger / Search ********/
.Toggle {
  background-color: white;
  color: black;
  border:0; }

@media (max-width: 63.99em) {
  .Toggle {
    position: absolute;
    top: 10px;
    z-index: 9999;}
}
@media (min-width: 64em) {
  .Toggle-nav {
    display: none;} 
}

.Toggle:hover {
  background-color: white;
  border: 0; }
.Toggle:focus {
    outline: none; }
.Toggle-nav {
  width: 18px;   
  height: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  z-index: 100;
  top: 20px;
  left: 10px;}
.Toggle-nav .bar {
  display: block;
  height: 2px;          
  width: 18px;          
  background-color: #000;
  border-radius: 1px;
  transition: all 0.4s ease;
  transform-origin: center;}

/****** burger → croix *****/
.Toggle-nav.isOpen .bar1 {
  transform: rotate(45deg) translate(4px, 4px);
}
.Toggle-nav.isOpen .bar2 {
  opacity: 0;
}
.Toggle-nav.isOpen .bar3 {
  transform: rotate(-45deg) translate(5px, -5px);
}
@media (min-width: 64em) {
  .Toggle-nav {
    display: none;
  }
}
.Toggle-search {
    right: 5px;
    font-size: 1.8rem;
    background-color: transparent; }

@media (min-width: 30em) {
    .Toggle-search {
        font-size: 2rem; } 
}

/********* SLIDER HOME */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box; }

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  aspect-ratio: 1200 / 500;
  overflow: hidden; }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-pagination {
  position: absolute;
  text-align: right;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; 
  bottom:8px;
  right:10px;
}

.swiper-pagination-bullet {
  width: 25px;
  height: 3px;
  border-radius: 2px;
  background-color: #FFF;
  margin: 0 4px !important;
  display: inline-block;
  transition: all 0.3s ease;
}

/* Bullet active */
.swiper-pagination-bullet-active {
  background-color: #000;             
}
.kdz-c-slider {
  margin-top:129px; }

@media (max-width: 63.999em) {
    .kdz-c-slider {
  margin-top:0px; }
}
.kdz-c-slider:after {
  content: "";
  display: table;
  clear: both; }

.kdz-c-slider ul {
  margin-bottom: 0; }

.kdz-c-slider-slide {
  margin-bottom: 0; }

@media (min-width: 37.5em) {
    .kdz-c-slider-slide {
      float: left;
      display: block;
      margin-right: 0;
      width: 100%;
      margin-right: 0; }
      .kdz-c-slider-slide:last-child {
        margin-right: 0; } 
}
.kdz-c-slider-img {
  position: absolute;
  inset: 0;                
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover !important;
  object-position: center center !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease;
}
.kdz-c-slider-slide:hover .kdz-c-slider-img {
    filter: brightness(0.85);
    transform: scale(1.01);

}
@media (max-width: 47.999em) {
  .kdz-c-slider-img {
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .swiper-slide {
    min-height: 250px;
  }
}

.kdz-c-slider-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; 
  background: linear-gradient(to right, rgba(0,0,0,0.7) 0%, transparent 50%);
  z-index: 1; 
 }

.kdz-c-slider-title {
    position: absolute;
    color: #fff;
    padding: 20px;
    z-index: 2; 
    max-width: 70%;
    left:2%;
    top: 50%;
    transform: translateY(-50%);
}    
@media (max-width: 47.999em) {
  .kdz-c-slider-title{
    left:0%;
    max-width: 100%;}
  .kdz-c-slider-title h3{
    font-size: 1.3rem;}
  .Bloc-home-extra .kdz-c-slider-title{
    padding: 10px;}
}

.kdz-c-slider-title p {
  text-transform: uppercase;
  font-size: 1.2rem;
  background-color: #000;
  display: inline;
  color: #FFF;
  padding: 4px 8px;
  border: 0.5px solid #FFF;
}

@media (max-width: 576px) {
  .kdz-c-slider-title p {
    font-size: 1rem;} 
}

.kdz-c-slider-title h2{
  padding-top:20px;
  font-family: "fontkidz-bold";
}

.kdz-c-slider-title span {
  position: relative;
  cursor: pointer;
  color: #fff;
  display: inline-block;
  padding-bottom: 7px; 
  font-size: 1.3rem!important;
  font-weight: 500;
  margin-top: 40px;
}
.kdz-c-slider-title span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  height: 1px;             
  width: 110%;             
  background: linear-gradient(to right, #fff 100%, transparent 100%);
  transition: width 0.3s ease;
}
.kdz-c-slider-title span::before {
  content: ">"; 
  position: absolute;
  right: -10px; 
  bottom: -4px;
  color: #fff;
  font-size: 1.4rem;
  transition: transform 0.3s ease;
}
.kdz-c-slider-title span:hover::after {
  width: 120%; 
}
.kdz-c-slider-title span:hover::before {
  transform: translateX(8px); 
}

/******** HOME BLOC MAGAZINE ET BONS PLANS */

.Bloc-home-mag {
  display: flex;
  justify-content: space-between; 
  width: 100%;
}
.Bloc-home-mag .Archive-item:first-child {
  margin-right: 4% !important;
}
@media (max-width: 500px) {
  .Bloc-home-mag {
    display: block;
  }
  .Bloc-home-mag .Archive-item{
    width:100%;
    margin-bottom: 5%;
  }
}

.Bloc-homeextra{
  position: relative;
}
.Bloc-home-extra{
  width: 100%;
  aspect-ratio: 1200 / 500;
  margin-top:0px;
  overflow: hidden;
  position: relative;
}
.sceau {
  position: absolute;
  top: -30px;
  right: -35px;
  width: 80px;
  height: 80px;
  z-index: 10;
}
.sceau img {
  width: 100%;
  height: auto;
  animation: rotation 8s linear infinite;
  pointer-events: none; 
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 47.999em) {
    .Bloc-home-extra{
      height:250px;
      margin-top:0px;
      overflow: hidden;
    }
    .sceau {
      display:none;
    }
}
.Bloc-home-extra::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to right, rgba(0,0,0,0.7) 0%, transparent 50%);
  z-index: 1;
}

/******** CARROUSSEL MARQUES / BOUTIQUE HOME */
.Title--carousel-marques {
  margin-bottom: 15px; }

.Row--carousel-marques {
  position: relative; }

.carousel-marques .swiper-slide {
  width: 25%; }
  .carousel-marques .swiper-slide a {
    display: block;
    margin: 0 auto;
    max-width: 70%; }
  .carousel-marques .swiper-slide img {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    opacity: .7;
    transition: opacity .2s;
    margin: 0 auto; }
  .carousel-marques .swiper-slide a:hover img {
    opacity: 1; }

.carousel-marques .swiper-button-next,
.carousel-marques .swiper-button-prev {
  width: 12px;
  background-size: 100% auto; }

.carousel-marques .swiper-button-prev {
  left: 0;
  background-image: url("assets/img/arrow-left.svg"); }

.carousel-marques .swiper-button-next {
  right: 0;
  background-image: url("assets/img/arrow-right.svg"); }

@media (min-width: 48em) {
  .Row--carousel-boutiques {
    position: relative; }
    .Row--carousel-boutiques::before {
      display: block;
      position: absolute;
      top: -40px;
      content: '';
      z-index: -1;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 160px 160px 0 0;
      border-color: #ECECEA transparent transparent transparent; }
    .Row--carousel-boutiques::after {
      display: block;
      position: absolute;
      bottom: 0;
      right: 0;
      content: '';
      z-index: -1;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 160px 160px;
      border-color: transparent transparent #ECECEA transparent; } }

.carousel-boutiques {
  padding-bottom: 40px; }
.carousel-boutiques .swiper-slide a {
  display: block;
  width: 95%;
  margin: 0 auto; }
.carousel-boutiques .swiper-slide a img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1;
  transition: opacity .2s; }
.carousel-boutiques .swiper-slide a:hover img {
  opacity: .7; }
@media (max-width: 47.99em) {
    .carousel-boutiques .swiper-slide:nth-child(2n+1) a {
      margin-left: 0; }
    .carousel-boutiques .swiper-slide:nth-child(2n) a {
      margin-right: 0; }
}
@media (min-width: 48em) {
    .carousel-boutiques .swiper-slide:nth-child(3n+1) a {
      margin-left: 0; }
    .carousel-boutiques .swiper-slide:nth-child(3n) a {
      margin-right: 0; } 
}
.carousel-boutiques .swiper-pagination {
  bottom: 5px; }

/********* MESSAGE TEXTE ACCUEL HOME *************/
@media (min-width: 30em) {
  .Home-welcome {
      margin-bottom: 20px; } }
  .Home-welcome p {
    text-align: center;
    padding:10px;
    font-size: 1.6rem; }
    @media (max-width: 30em) {
      .Home-welcome p {
        font-size: 1.5rem; } }
@media (min-width: 48em) and (max-width: 63.99em) {
.Home-welcome h1 {
    font-size: 2rem;
  }
}
@media (max-width: 47.99em) {
.Home-welcome h1 {
    font-size:1.8rem;
  }
  .Home-welcome {
    margin-top: 40px;
  }
}
/************* HOMEPAGE BLOC CDC ************/
.home .Row {
  margin-bottom: 30px; }
@media (min-width: 37.5em) {
  .home .Row {
      margin-bottom: 60px; } 
}
.home .Row:after {
    content: "";
    display: table;
    clear: both; }
.Home-welcome.cdc {
    margin-top: 80px; }
@media (min-width: 48em) and (max-width: 63.99em) {
  .Home-welcome.cdc  {
      margin-top: 70px; 
    }
}
@media (max-width: 47.99em) {
  .Home-welcome.cdc  {
      margin-top: 40px; 
    }
}
.Home-bloc--cdc .Title {
    text-align: center;
    text-transform: uppercase;
    margin: .5em auto;
    width: 90%; }
.Home-bloc--cdc .Archive-item-title--hidden {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    opacity: 0; }
.Home-bloc--cdc .Price {
    font-family: "fontkidz", sans-serif; }
.Home-bloc--cdc .Price--after, .Home-bloc--cdc .Price--before {
    display: block; }
.Home-bloc--cdc .Price--after {
    color: #D10202; }
.Home-bloc--cdc .Price--before {
    font-size: 1.2rem;
    margin-top: .5em;
    text-decoration: line-through; }
.Home-bloc--cdc:hover .Archive-item-title--shown {
    opacity: 0; }
.Home-bloc--cdc:hover .Archive-item-title--hidden {
    opacity: 1; }
@media (max-width: 47.99em) {
  .Home-bloc--cdc {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      margin-bottom: 2.35765%; }
  .Home-bloc--cdc:last-child {
      margin-right: 0; }
  .Home-bloc--cdc:nth-child(2n) {
      margin-right: 0; }
  .Home-bloc--cdc:nth-child(2n+1) {
      clear: left; } 
}
@media (min-width: 48em) {
  .Home-bloc--cdc {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%; }
  .Home-bloc--cdc:last-child {
      margin-right: 0; }
  .Home-bloc--cdc:nth-child(4n) {
      margin-right: 0; }
  .Home-bloc--cdc:nth-child(4n+1) {
      clear: left; } 
}
@media (max-width: 79.115em) {
  .Home-bloc--cdc {
      padding-bottom: 1em; }
  .Home-bloc--cdc .Archive-item-title-container {
      position: relative; }
  .Home-bloc--cdc .Archive-item-title--hidden {
      bottom: auto;
      top: -7px; }
}
@media (min-width: 79.125em) {
  .Home-bloc--cdc .Archive-item-title-container {
      position: relative;
      min-height: 60px; }
  .Home-bloc--cdc .Archive-item-title-container .Archive-item-title--hidden {
      top: -7px;
      bottom: 0;
      height: 60px; }
}
/********* MESSAGE TEXTE ACCUEL CDC *************/
.dropping-texts {
  display: inline-block;
  width: 90px;
  text-align: left;
  height: 30px;
  vertical-align: -2px;
  position: relative;
}
.dropping-texts > div {
  font-size: 0px;
  opacity: 0;
  position: absolute;
  font-weight: 300;
  box-shadow: 0px 60px 25px -20px rgba(0,0,0,0.5);
}
@media (min-width: 48em) and (max-width: 63.99em) {
  .dropping-texts {
    height:24px;
  }
}
@media (max-width: 47.99em) {
  .dropping-texts {
    height: 21px;
    width: 40px;
  }
}
.dropping-texts > div:nth-child(1) {
  animation: roll 10s linear infinite 0s;
}
.dropping-texts > div:nth-child(2) {
  animation: roll 10s linear infinite 2.5s;
}
.dropping-texts > div:nth-child(3) {
  animation: roll 10s linear infinite 5s;
}
.dropping-texts > div:nth-child(4) {
  animation: roll 10s linear infinite 7.5s;
}

@keyframes roll {
  0% {
    font-size: 0;
    opacity: 0;
    transform: rotate(-25deg);
    margin-left: 0;
    margin-top: 0;
  }
  10% {
    font-size: inherit;
    opacity: 1;
    transform: rotate(0deg);
    margin-left: 0;
    margin-top: 0;
  }
  30% {
    font-size: inherit;
    opacity: 1;
    margin-left: 0;
    margin-top: 0;
    transform: rotate(0deg);
  }
  40% {
    font-size: 0;
    opacity: 0;
    margin-left: 20px;
    margin-top: 50px;
    transform: rotate(15deg);
  }
  100% {
    font-size: 0;
    opacity: 0;
  }
}
/********* BIG BANNIERE PARTENAIRE *************/
.Home-bloc--part--big {
    width: 100%;
    margin-top:40px;
    position: relative; }
@media screen and (max-width: 1024px) {      
  .Home-bloc--part--big {
      margin-top:0px; }
}    
@media screen and (max-width: 992px) {      
  .Home-bloc--part--big a img:first-of-type {
      height: 200px;
      object-fit: cover;
      object-position: center; }
}  
.Home-bloc--part--big a img.img_logo_partenaire.left{  
    position:absolute;
    left: 25%;
    transform: translate(-50%, -50%);
    max-width: 35%;
    min-width: 200px;
    top: 50%;
    width: 100%;
    padding-left: 30px;
}

.Home-bloc--part--big a img.img_logo_partenaire.right {
  position: absolute;
  left: 75%;
  transform: translate(-50%, -50%);
  max-width: 35%;
  min-width: 200px;
  top: 50%;
  width: 100%;
  padding-right: 30px;
}

/*********** HOMEPAGE BLOC SLIDE SELECTION *********/
/* Slider Coup de Cœur */
.js-cdc-slider {
  position: relative;
  width: 100%;
  overflow: visible; 
  white-space: nowrap; 
}

.js-cdc-slider .slide {
  display: inline-block;
  width: 22%; 
  margin-right: 2%;
  vertical-align: top;
  position: relative;
}

.js-cdc-slider .slide img {
  width: 100%;
  height: auto;
  display: block;
}
.js-cdc-slider .flickity-prev-next-button {
  position: absolute;
  top: auto !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  width: 60px;
  height: 60px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  z-index: 10;
}
.slider-categorie{
  overflow: hidden;
}
.flickity-viewport .Archive-item-title--shown .Title--h3,
.flickity-viewport .Archive-item-title--shown .Title--h4 {
  display: -webkit-box;
  -webkit-line-clamp: 1;       
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: normal;         
  white-space: normal;        
}
@media screen and (max-width: 47.999em) and (min-width: 601px) {
  .js-cdc-slider .slide {
    width: 32%;
    margin-right: 2%;
  }
  .js-cdc-slider .slide:nth-child(3n) { 
    margin-right: 0; 
  }
}
@media screen and (max-width: 600px) {
  .js-cdc-slider .slide {
    width: 48%;
    margin-right: 2%;
  }
  .js-cdc-slider .slide:nth-child(2n) { margin-right: 0; }
}
.js-cdc-slider:hover .flickity-prev-next-button {
  opacity: 1;
  pointer-events: auto;
}

.js-cdc-slider .flickity-prev-next-button svg {
  display: none; 
}
.js-cdc-slider .flickity-prev-next-button.previous::before {
  content: "<";
  position: absolute;
  left: 0;
  top: 9px;
  transform: translateY(-50%);
  font-size: 18px;
  color: #000;
}
.js-cdc-slider .flickity-prev-next-button.previous::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 10px;
  width: 35px;
  height: 1px;
  background-color: #000;
  transform: translateY(-50%);
}

.js-cdc-slider .flickity-prev-next-button.next::before {
  content: ">";
  position: absolute;
  right: 0;
  top: 9px;
  transform: translateY(-50%);
  font-size: 18px;
  color: #000;
}
.js-cdc-slider .flickity-prev-next-button.next::after {
  content: "";
  position: absolute;
  right: 2px;
  top: 10px;
  width: 35px;
  height: 1px;
  background-color: #000;
  transform: translateY(-50%);
}
.Row.Row--cdc{
  margin-bottom: 10px;
  overflow: hidden;
}

@media screen and (max-width: 400px) {
    .flickity-prev-next-button {
      display:none;
    }
}

/*********** HOMEPAGE BLOC SLIDE CATEGORIE ********/
.js-home-slider {
  position: relative;
  width: 100%;
  overflow: visible; 
  white-space: nowrap; 
  padding-bottom: 40px; 
}
.js-home-slider .slide {
  display: inline-block;
  width: 30%; 
  margin-right: 4%;
  vertical-align: top;
  white-space: normal;
}

@media (max-width: 600px) {
  .js-home-slider .slide {
    width: 46%; 
    margin-right: 4%;
  }
}
.js-home-slider .slide img {
  width: 100%;
  height: auto;
  display: block;
}
.js-home-slider .flickity-prev-next-button {
  position: absolute;
  bottom: 0; 
  transform: translateY(0);
  background: none;
  border: none;
  width: 60px;
  height: 20px;
  cursor: pointer;
  opacity: 0; 
  pointer-events: none;
  transition: opacity 0.3s;
  z-index: 10;
}
.js-home-slider:hover .flickity-prev-next-button {
  opacity: 1;
  pointer-events: auto;
}
.js-home-slider .flickity-prev-next-button svg {
  display: none;
}
.js-home-slider .flickity-prev-next-button.previous::before {
  content: "<";
  position: absolute;
  left: 0;
  top: 13.5px;
  transform: translateY(-50%);
  font-size: 18px;
  color: #000;
}
.js-home-slider .flickity-prev-next-button.previous::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 15px;
  width: 35px;
  height: 1px;
  background-color: #000;
  transform: translateY(-50%);
}
.js-home-slider .flickity-prev-next-button.next::before {
  content: ">";
  position: absolute;
  right: 0;
  top: 13.5px;
  transform: translateY(-50%);
  font-size: 18px;
  color: #000;
}
.js-home-slider .flickity-prev-next-button.next::after {
  content: "";
  position: absolute;
  right: 2px;
  top: 15px;
  width: 35px;
  height: 1px;
  background-color: #000;
  transform: translateY(-50%);
}
.js-home-slider .flickity-prev-next-button {
  top: auto !important;   
  bottom: -35px;             
  transform: none !important; 
  width: 60px;
  height: 60px;
  opacity: 0;
  pointer-events: none;
  background: transparent !important; 
  border: none !important;            
  box-shadow: none !important; 
}

.js-home-slider:hover .flickity-prev-next-button {
  opacity: 1;
  pointer-events: auto;
}
.js-home-slider .flickity-prev-next-button:hover {
  background: transparent !important;
  box-shadow: none !important;
}

.Home-bloc.slide {
  position: relative;         
  overflow: hidden;
}
.Home-bloc.slide a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.Home-bloc.Big-left.slide a h2, .Home-bloc.Big-right.slide a h2,
.Home-bloc.Big-left.slide a p, .Home-bloc.Big-right.slide a p {
  position: absolute;
  color: white;               
  width: 90%;
  z-index: 10;
  text-shadow: 0 2px 8px rgba(0,0,0,0.2);
  padding: 0 15px;
}
.Home-bloc.slide a h2{
  font-size:3.4rem;
}
.Home-bloc.slide a p {
  font-size:1.7rem;
}
.Home-bloc.Big-left.slide a h2 {
  top: 25px;
}
.Home-bloc.Big-left.slide a p {
  top: 65px;
}
.Home-bloc.Big-right.slide a h2 {
  top: 25px;
  right: 0px;
  text-align: right;
}
.Home-bloc.Big-right.slide a p {
  top: 65px;
  right: 0px;
  text-align: right;
}
.Home-bloc.Medium-left.slide a h2 {
  padding-bottom: 5px;
  padding-top: 20px;
}
.Home-bloc.Medium-right.slide a h2 {
  padding-bottom: 5px;
  padding-top: 20px;
  text-align: right;
}
.Home-bloc.Medium-right.slide a p {
  text-align: right;
}
@media screen and (max-width: 992px) and (min-width: 768px) {
    .Home-bloc.slide a h2{
      font-size:3rem;
    }
    .Home-bloc.slide a p {
      font-size:1.5rem;
    }
}
@media screen and (max-width: 767px) {
    .Home-bloc.slide a h2{
      font-size:2.2rem;
    }
    .Home-bloc.slide a p {
      font-size:1.4rem;
    }
}
@media screen and (max-width: 400px) {
    .Home-bloc.slide a p {
      display:none;
    }
}
/**************************************************/
/**************** SINGLE POST *********************/
/**************************************************/
.Single-content--news a {
  font-weight: 500;
}
.Single--news .Single-title-container{
  text-align: center;
}

.Single-content--news a:hover {
    color: #000;
    font-weight: 600;
    letter-spacing: -0.01rem; }
.Single-title-container h2.Title{
  font-family: "caviar_dreamsregular", sans-serif;
}

.Copy p {
  text-align: justify; }

.Copy p, .Copy ul, .Copy ol {
  margin-bottom: 1.2em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4; }

@media (min-width: 48em) {
    .Copy p, .Copy ul, .Copy ol {
      margin-bottom: 1.6em;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.6; } 
}

.Copy p.hover-tooltip{
  margin: 0;
  bottom: 25px;
  padding: 2px 10px;}

.Copy img {
  margin: 2em 0; }

.Copy strong, .Copy b {
  font-weight: 800; }

.Copy ul {
  padding-left: 1.5em; }
  @media (min-width: 48em) {
    .Copy ul {
      margin-left: 1em; } }

.Copy li {
  list-style-type: disc; }


.Single-content--news .Archive-product img{
  margin:0; }

.Single-content--news .Archive-product a:hover {
  font-weight: normal;
  letter-spacing: normal;
}
.Single-content--news .Archive-product h6{
  margin:0; }

.Single {
  width: 100%; }
.Single:after {
    content: "";
    display: table;
    clear: both; }
.Selection {
    margin-top: -100px; }
.Single--news img {
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 100%; }
.Single--news header.Single-title-container h1.Title.Title--ofPage{
  padding: 20px 0 0;
}

.Single--news, .Single--bonPlan, .Single--codeReduc {
    margin-bottom: 80px; }

@media (max-width: 47.999em) {
  .Single--news, .Single--bonPlan, .Single--codeReduc {
      margin-top:10px; }
}
@media (min-width: 64em) {
 .Single-content--news p {
    padding-left: 30px;
    padding-right: 30px;
  }
  .Single-content--news p img {
      display: block;
      padding: 0;
      margin-left: -30px;
      width: calc(100% + 60px);
      max-width: calc(100% + 60px);
  }
  .Single-content--news p:has(img) + p {
      margin-top: 50px;
  }

  .Single-content--news p:not(:has(img)) + p:not(:has(img)) {
      margin-top: 0;
  }
  .Single-content--news p:has(img) + p:has(img) {
      margin-top: 0;
  }

}
.Single-title-container {
    margin-bottom: 2em;
    position: relative; }
.Single-prix {
    text-align: right;
    position: absolute;
    top: 0;
    right: 0; }
.Single-prix span {
    display: block;
    font-size: 8px;
    font-size: 0.8rem;
    letter-spacing: 1px;
    color: #bdbfbf;
    margin-top: .5em; }
.Single--produit h1.Title {
    padding-right: 100px; }

@media (min-width: 30em) {
    .Single-img--bonPlan{
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 40.29137%; }
    .Single-img--bonPlan:last-child{
      margin-right: 0; } }

@media (min-width: 64em) {
    .Single-img--bonPlan, .Single-img--produit {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
    .Single-img--bonPlan:last-child, .Single-img--produit:last-child {
      margin-right: 0; } }

.Single-img--produit img {
    margin-top: 1.5em;
    width: 100%; }

@media (min-width: 30em) {
    .Single-img--produit {
      float: left;
      display: block;
      margin-right: 2%;
      width: 48%; }
  .Single-img--produit:last-child {
      margin-right: 0; } 
  .Single-img--produit img {
        float: left;
        display: block;
        width: 100%;}
  .Single-img--produit img:last-child {
        margin-right: 0; } }

@media (min-width: 64em) {
    .Single-img--produit img {
        float: left;
        display: block;
        margin-right: 4%;
        width: 96%;
        border-bottom: none; }
    .Single-img--produit img:last-child {
          margin-right: 0; } }

@media (max-width: 47.999em) {
      .Single-img--produit img {
        border-bottom: 1px solid #eee;}
}

@media (max-width: 47.999em) {
    .Single-content--bonPlan, .Single-content--produit {
      float: left;
      display: block;
      width: 100%; }
    .Single-img--bonPlan, .Single-img--produit{
      float: left;
      display: block;
      width: 100%; }
    .Single-content--bonPlan:last-child, .Single-content--produit:last-child {
        margin-right: 0; 
        padding-top: 20px;} 
}
@media (min-width: 64em) {
    .Single-content--bonPlan, .Single-content--produit {
      float: left;
      display: block;
      width: 48.82117%;
      margin-right: 0;}
    .Single-content--bonPlan:last-child, .Single-content--produit:last-child {
        margin-right: 0; } 
    .Single-content--produit {
      padding-left: 30px; }        
}

.Single-date{
  text-align: right;
  display: block; }  
.single-bons-plans .Single-date, .single-soldes .Single-date{
  text-align: left; }  

.collection-single{
  display: inline-block;
  background: #f5f5f5;
  color: #000;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 12px;
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: transform 0.3s ease, background 0.3s ease;
  margin-top: 10px;
  border: 1px dotted #777;
}
.Single-img--codeReduc img {
    width: 100%; }

@media (max-width: 47.999em) {
      .Single-img--codeReduc img {
        margin-bottom: 20px; } }

@media (min-width: 48em) {
    .Single-img--codeReduc {
      float: left;
      display: block;
      margin-right: 2%;
      width: 42%; }
    .Single-img--codeReduc:last-child {
      margin-right: 0; }
    .Single-img--codeReduc img {
      padding-bottom: 1em; } 
    .Single-content--codeReduc {
      float: left;
      display: block;
      margin-right: 2%;
      width: 56%;
      margin-right: 0; }
    .Single-content--codeReduc:last-child {
        margin-right: 0; } 
}
.Single-content--codeReduc strong {
  font-size: 1.8rem;
  font-family: fontkidz;
  text-transform: uppercase;
  font-weight: 500;
}
@media (min-width: 64em) {
  .Single-content--codeReduc strong{
    font-size: 2rem;
  }
}
.Single-content--codeReduc em {
  font-size: 0.9em;
}

.Single-content--bonPlan .bp-expirated{
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 40px;
}
.Single-share ul {
    margin-bottom: 0; }
.Single-share .comment-blog {
    display: none; }

/********** Single page REDUCTION POPUP ********/
.popup-overlay-code {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    z-index: 9998;
}
.popup-code {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 30px 40px;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    text-align: center;
    z-index: 9999;
    min-width: 300px;
    max-width: 90%;
    animation: fadeIn 0.2s ease-out;
}
.popup-code h2{
  font-size: 1.4em;
  text-transform: uppercase;
  font-family: fontkidz;
  font-weight: 600;
}
.popup-code-close {
    position: absolute;
    top: 10px;
    right: 12px;
    cursor: pointer;
    font-size: 22px;
    font-weight: bold;
    color: #333;
}
.popup-code-display {
  font-size: 2rem;
  font-weight: bold;
  margin: 15px 0;
  padding: 8px 20px;
  border-radius: 8px;
  display: inline-block;
  border: 1px solid #000;
  font-family: fontkidz;
  letter-spacing: 0.05em;
}
.popup-reduction {
    margin-bottom: 15px;
    font-size: 1.5rem;
    color: #555;
}
.popup-copy-btn {
    padding: 10px 18px;
    cursor: pointer;
    margin-top: 10px;
    font-size: 12px;
    border-radius: 6px;
    background: #f4f4f4;
    color: #000;
    border:none;
}
.popup-copy-btn:hover {
    background: #000;
    color: #FFF;
}
.popup-site-btn {
    display: block;
    margin-top: 20px;
    padding: 12px 20px;
    background: #000;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    border:1px solid #000;
}
.popup-site-btn:hover{
    font-weight:500;
}
/* Animation légère */
@keyframes fadeIn {
    from { opacity: 0; transform: translate(-50%, -48%); }
    to   { opacity: 1; transform: translate(-50%, -50%); }
}

/********** Single page Bons Plans POPUP ********/
#custom-newsletter-popup {
  display: none; 
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  font-family: Arial, sans-serif;
}

#custom-newsletter-popup .popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
}

#custom-newsletter-popup .popup-content {
  position: relative;
  max-width: 650px;
  width: 90%;
  margin: 50px auto;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  z-index: 10000;
  box-shadow: 0 5px 20px rgba(0,0,0,0.3);
}
#custom-newsletter-popup .popup-content p {
  font-family: "raleway", sans-serif;
}
#custom-newsletter-popup .popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  border: none;
  background: none;
  font-size: 24px;
  cursor: pointer;
}

@media (max-width: 480px) {
  #custom-newsletter-popup .popup-content {
    padding: 20px;
    margin: 20px auto;
  }
}
/*********** COMMMENTAIRES ******************/
#comments {
   margin-top:7%; 
}
.logged-in-as{
   text-align:center; 
   margin-top:10px;
}
/*****************************************/
/*********** PAGINATION ******************/
/*****************************************/
.pagination{
   text-align: center; 
   font-family: "fontkidz", sans-serif;
}
.pagination .page-numbers {
    display: inline-flex;       
    align-items: center;        
    justify-content: center;   
    margin: 3px;           
    text-decoration: none;
}
.pagination .next.page-numbers, .pagination .prev.page-numbers{
   font-family: "fontkidz-bold", sans-serif;
   font-size: 1.7rem;
}
.page-numbers.current {
    font-size: 1.9rem;
    font-weight: bold;
    border-bottom:2px solid #000;
    line-height: 2.2rem;
}
.mag-btn{
  padding: 5px 20px;
  text-transform: uppercase;
}
.Pagination--comments a,
.Pagination--comments .current {
    padding: 5px 10px;
    border: 1px solid #bdbfbf; }
.Pagination--comments a.prev, .Pagination--comments a.next,
.Pagination--comments .current.prev,
.Pagination--comments .current.next {
      border: none; }
.Pagination--comments a {
    background-color: #FFF; }
.Pagination--comments a:hover {
    border-color: #000;
    background-color: transparent;
    color: #000; }
.Pagination--comments .current {
    background-color: #000;
    color: #FFF; }


/**************************************/
/*********** SIDEBAR *****************/
/**************************************/
@media (min-width: 48em) and (max-width: 63.99em) {
  .Sidebar {
    margin-top: 0; } }
  .Sidebar .Title {
    margin-bottom: 30px;
    margin-top: 0; }

@media (min-width: 48em) and (max-width: 63.99em) {
  .Sidebar .Title {
    font-size: 2rem; }
    .Sidebar .Title::after, .Sidebar .Title::before {
      display: none; } }

.Sidebar {
  margin-top: 4%; }
.home .Sidebar {
  margin-top: 3%; }

.Blogroll li {
  margin-bottom: 30px;
  float: left;
  display: block;
  margin-right: 10.1484%;
  width: 44.9258%; }
  .Blogroll li:last-child {
    margin-right: 0; }
  .Blogroll li:nth-child(2n) {
    margin-right: 0; }
  .Blogroll li:nth-child(2n+1) {
    clear: left; }
@media (min-width: 48em) {
  .Blogroll li {
      width: 100%;
      margin: 0 auto 30px;
      float: none; }
  .Blogroll li:last-child {
        margin-bottom: 0; } 
}
.Blogroll li:before {
    height: 100%;
    top: -30px;
    width: 65.64152%; }
@media (min-width: 48em) {
  .Blogroll li:before {
        top: -20px; } 
}
@media (min-width: 64em) {
  .Blogroll li:before {
        top: -30px; } 
}
.Blogroll img {
  min-width: 100%; }

/*********************************************/
/********* PAGE CATEGORIE / ARCHIVES *********/
/*********************************************/
.Archive-header {
    margin-bottom: 25px; }

@media (max-width: 47.999em) {
  .Archive-header  {
    margin-top: 30px; }
  .Header-intro + .Header-list {
    margin-bottom: 0em;
  }
}
.Archive-header:after {
    content: "";
    display: table;
    clear: both; }
.Archive-header .Title {
    text-align: center; }
.Archive-header .Header-intro p{
    margin: 0.5em 0 0;
    width: 100%; }
.Archive-header .Header-intro:after {
    content: "";
    display: table;
    clear: both; }
.Archive-header .Header-intro p {
    text-align: center;
    float: left;
    display: block;
    margin-right: 0;
    padding: 0 5px; }
.Archive-header .Header-intro {
    margin-bottom: 15px; }
.Archive-header .Header-intro p:last-child {
    margin-right: 0; }
.Archive-header .Header-img + .Header-list,
.Archive-header .Header-intro + .Header-list {
    margin-top: 1.5em;
    border-top: 1px dotted #777;
    padding-top: 20px; }
.Archive-header .Header-list {
    font-size: 2rem;
    line-height: 1.2;
    font-family: "fontkidz", sans-serif;
    text-align: center;
    border-top: 1px dotted #777;
    padding-top: 10px;
    padding-bottom:20px; }
.Archive-header .Header-list li {
    display: inline-block;
    position: relative;
    vertical-align: middle; 
}
.Archive-header .Header-list li a {
    display: inline-flex;          
    align-items: center;          
    justify-content: center;      
    padding: 3px 10px;             
    border: 1px solid #FFF;
    transition: color 0.3s ease, border 0.3s ease;
    height: 30px;                 
    font-size: 1.9rem;
}
.Archive-header .Header-list li a:hover {
    color: #000;
    border: 1px solid #000;
    font-weight: normal;
}
.Archive-header ul.Header-list li span {
    padding: 10px 3px; 
    color: #888;
    vertical-align: middle; 
}
.Archive-header .Header-list li a.active-subcat {
    background-color: #000;
    color:#FFF;
    padding:3px 10px;
    border:1px solid #000;
}
@media (max-width: 47.999em) {
  .Archive-header .Header-list li a {
      padding: 3px 0px;             
      height: 30px; 
      font-size:1.8rem;                
  }
  .Archive-header .Header-intro {
    margin-bottom: 10px;
  }
}
.Archive-header .Header-intro .read-more-link, .Archive-header .Header-intro .read-less-link{
  font-size: 1.2rem;
  vertical-align: middle;
  text-decoration: underline;
  text-underline-offset: 0.15em; 
  margin-left:10px;
  white-space: nowrap;
}
.Archive-header .Header-img {
    display: block;
    margin-top: 1em;
    width: 100%;
    max-width: 100%;
    height: auto; }
.Archive-header .Header-img img {
    margin-left: auto;
    margin-right: auto; }




@media (max-width: 79.9999em) {
    .Archive-header .Header-half img {
      display:none;
      width: 100%;
      max-width: 100%;
      margin: 0 auto 2em; } 
    .Archive-header .Header-half .Button--left {
      text-align:center; } 
}
@media (min-width: 80em) {
    .Archive-header .Header-half {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
    .Archive-header .Header-half:last-child {
        margin-right: 0; }
    .Archive-header .Header-half:nth-child(2n) {
        margin-right: 0; }
    .Archive-header .Header-half:nth-child(2n+1) {
        clear: left; }
    .Archive-header .Header-half .Title {
        text-align: left; }
    .Archive-header .Header-half .Header-intro p {
        text-align: left;
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-left: 0%; }
    .Archive-header .Header-half .Header-intro p:last-child {
        margin-right: 0; } 
 }


/********** FILTRE PRODUCT CATEGORIES *************/

.Title.Title--ofPage.Title--sub.Archive-filters a {
    font-size: 2.2rem;
    padding: 0 10px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #000;
    transition: color 0.3s ease;
    height:35px;
}

.Title.Title--ofPage.Title--sub.Archive-filters a::after {
    content: "";
    position: absolute;
    left: 50%;              
    bottom: -3px;          
    width: 0;               
    height: 2px;             
    background-color: currentColor;
    transform: translateX(-50%); 
    transform-origin: center;    
    transition: width 0.3s ease;
}

.Title.Title--ofPage.Title--sub.Archive-filters a:hover::after {
    width: 50%; 
}


@media (max-width: 63.999em) {
  .Title.Title--ofPage.Title--sub.Archive-filters a {
    font-size: 1.9rem;
    padding: 5px;
  }
}
.Title--sub-filtre.Archive-filters a {
    background: #fff;
    border: 1px solid #000;
    padding: 5px 15px;
    font-size: 2rem;
    margin: 7px;
    display: inline-block;
    text-decoration: none;
    color: #000;
    transition: 
        background-color 0.25s ease,
        color 0.25s ease,
        border-color 0.25s ease;
}
.Title--sub-filtre.Archive-filters a:hover {
    background: #000;
    color: #FFF;
}
.Title--sub-filtre.Archive-filters a.active-filter{
    background: #000;
    color: #FFF;
    transition: 
        background-color 0.25s ease,
        color 0.25s ease,
        border-color 0.25s ease;
}
.Archive-header-product .Header-list span {
    padding: 10px 5px; 
    vertical-align: middle; 
    color: #888;
}
@media (max-width: 47.99999em) {
  .Title--sub-filtre.Archive-filters a {
    font-size: 1.6rem;
  }
  .Title.Title--ofPage.Title--sub.Archive-filters a {
      font-size: 1.5rem;
      padding: 0 10px;
      height:20px;
  }
}
.Archive-header-product .Header-list {
  font-size: 2rem;
  line-height: 1.2;
  font-family: "fontkidz", sans-serif;
  text-align: center;
}


/********** Masonry MAGAZINE container *************/
.Masonry-mag .Masonry-cell-sizer {
  display: block;
  width: 0%;
  margin: 0;
  float: none; }

.Masonry-mag .Masonry-cell-sizer:last-child {
    margin-right: 0; }

.Masonry-mag .Masonry-gutter-sizer {
  width:4%; }

.Masonry-mag .Archive-item {
  float: left;
  display: block;
  width: 48%;
  margin-bottom: 6%;
  position: relative;
  text-align: center; 
}

@media (max-width: 500px) {
  .Masonry-mag .Archive-item {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}

/********** Masonry BON PLAN container *************/
.Masonry-BP {
  clear: both; }

.Masonry-BP .Masonry-cell-sizer {
  float: left;
  display: block;
  width: 20%;
  margin: 0;
  float: none; }

.Masonry-BP .Masonry-cell-sizer:last-child {
    margin-right: 0; }

.Masonry-BP .Masonry-gutter-sizer {
  width: 6%; }

.Masonry-BP .Archive-item {
  float: left;
  display: block;
  width: 48%;
  margin-bottom: 4;
  position: relative;
  text-align: center; 
  overflow: hidden;
}

@media (min-width: 37.5em) {
    .Masonry-BP .Archive-item--bonPlan {
        float: left;
        display: block;
        width: 22%; }
    .Masonry-BP .Archive-item--bonPlan:last-child {
        margin-right: 0; }
    .Masonry-BP .Archive-item--bonPlan:nth-child(4n) {
        margin-right: 0; }
    .Masonry-BP .Archive-item--bonPlan:nth-child(4n+1) {
        clear: left; } 
}
/********** Masonry 3 colonnes *************/
.Masonry-3 {
  clear: both;
}

@media (min-width: 1024px) {
  .Masonry-3 .Masonry-cell-sizer {
    width: 30.6666667%;
  }
  .Masonry-3 .Masonry-gutter-sizer {
    width: 4%;
  }
  .Masonry-3 .Archive-item {
    float: left;
    width: 30.6666667%;
    margin-bottom: 4rem;
  }
  .Masonry-3 .Archive-item:nth-child(3n+1) {
    clear: left;
  }
}

@media (max-width: 1023px) {
  .Masonry-3 .Masonry-cell-sizer {
    width: 48%;
  }
  .Masonry-3 .Masonry-gutter-sizer {
    width: 4%;
  }
  .Masonry-3 .Archive-item {
    float: left;
    width: 48%;
    margin-bottom: 4%;
  }
  .Masonry-3 .Archive-item:nth-child(2n+1) {
    clear: left;
  }
}


/************ Masonry SOLDES container *************/
.Masonry-sold {
    clear: both;
}
.Masonry-sold .Masonry-cell-sizer,
.Masonry-sold .Masonry-gutter-sizer {
    display: block;
    float: left;
}
.Masonry-sold .Masonry-cell-sizer {
    width: 0; 
}
.Masonry-sold .Masonry-gutter-sizer {
    width: 4%; 
}
.Masonry-sold .Archive-item {
    width: 30.66666%; 
    margin-bottom: 1.5rem;
    float: left;
    text-align: center;
    position: relative;
    overflow: hidden;
}
@media (max-width: 768px) {
    .Masonry-sold .Archive-item {
        width: 48%; 
    }
}
@media (max-width: 480px) {
    .Masonry-sold .Archive-item {
        width: 100%; 
    }
}

.Featured-posts {
  display: flex;
  justify-content: space-between;
  gap: 4%; 
  flex-wrap: wrap; 
  text-align: center;
}

.Featured-posts > div {
  width: 48%; 
}
@media (max-width: 480px) {
  .Featured-posts > div {
    width: 100%;
  }
}
.Archive-item--soldFeatured a h3, .Archive-item--sold a h3{
  padding: 10px 0px 5px;
}
/*********** Masonry SIDEBAR container ***********/
.Masonry-sidebar .Archive-item {
   float: left;
    width: 100%;
    margin-bottom:12%;
}
.Masonry-sidebar .Archive-item img{
    width: 100%;
}
.Masonry-sidebar .Masonry-cell-sizer {
  float: left;
  display: block;
  width: 48.5%;
  margin: 0;
  float: none; 
}
.Masonry-sidebar .Masonry-gutter-sizer {
  width: 3%; }
@media (max-width: 47.9999em) {
  .Masonry-sidebar .Archive-item {
         float: left;
    display: block;
    width: 48.5%;
    margin-bottom:3%;
  }
  .Masonry-sidebar .Masonry-cell-sizer:nth-child(2n) {
    margin-right: 0; }
}

/************ Masonry AUTRES PAGES container ***********/
.Masonry {
  clear: both; }

.Masonry-cell-sizer {
  float: left;
  display: block;
  margin-right: 2.84259%;
  width: 22.86806%;
  margin: 0;
  float: none; }

.Masonry-cell-sizer:last-child {
    margin-right: 0; }

.Masonry-gutter-sizer {
  width: 2.35765%; }

.Archive-items:after {
  content: "";
  display: table;
  clear: both; }

.Archive-item {
  float: left;
  display: block;
  margin-right: 2.84259%;
  width: 48.57871%;
  margin-bottom: 4%;
  position: relative;
  text-align: center; 
}

.Archive-item a {
    display: block;
    position: relative;
}
.Archive-thumb {
    position: relative;
    transition: filter 0.5s ease;
    overflow: hidden;           
    display: inline-block;
    width: 100%;

}
.Archive-item-img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.6s ease, filter 0.4s ease; 
}
.Archive-item-img:hover {
    filter: brightness(1.05);
    transform: scale(1.01);
}
.Archive-item-category {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(0,0,0,0.7);
    color: #fff;
    padding: 4px 8px;
    font-size: 0.8rem;
    border-radius: 4px;
    z-index: 2;
}
.Archive-thumb::before {
    content: attr(data-category);
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding: 4px 8px;
    z-index: 2;
    text-transform: uppercase;
    font-size: 1.2rem;
    background-color: #000;
    display: inline;
    color: #FFF;
    border: 0.5px solid #FFF;
  }

@media (max-width: 576px) {
  .Archive-thumb::before {
    font-size: 1rem;; 
  } 
}
.Archive-bloc {
    background: #fff;
    position: relative;
    z-index: 1;
    margin-top: 10px; 
    text-align: left;
}

.Archive-bloc h3 {
    margin: 15px 0 0 10px;
    font-size: 1.8rem;
    line-height: 1.2;
}
@media (min-width: 64em) {
  .Archive-bloc h3  {
    font-size: 2rem;
  }
}
.Archive-bloc p {
    margin: 0;
    font-size: 1.5rem;
    color: #333;
}

.Archive-item-description::after {
    content: "→";          
    display: inline-block;
    margin-left: 6px;      
    font-size: 1.2em;      
    color: #000;          
    transition: transform 0.2s ease;
}

.Archive-item a:hover .Archive-item-description::after {
    transform: translateX(3px); /* effet déplacement au survol */
}

.Archive-item:last-child {
    margin-right: 0; }
.Archive-item .isNew {
    position: absolute;
    left: 0;
    top: 0; }
.Archive-item .isNew:before {
      content: 'new!';
      font-size: 10px;
      font-size: 1rem;
      text-transform: uppercase;
      color: grey; }
.Archive-item .isNew img {
      display: none; }
.Archive-item-title {
    text-transform: uppercase;
    font-size: 2rem; }
@media (max-width: 47.9999em) {
  .Archive-item-title {
      font-size: 1.6rem; }
}    
.Archive-item-date {
    padding-bottom: 2.35765%;
    font-size: 1.3rem;
    padding-top: 5px;}
.Archive-item-description {
    padding: 10px;
    margin-bottom: 4.7153%;}
.Archive-item-img {
    display: block;
    min-width: 100%; }


.Archive-item--half:nth-of-type(2n) {
    margin-right: 0; }
.Archive-item.Masonry-item {
    margin-right: 0;
    float: none; }

@media (max-width: 29.99em) {
    .Archive-item--bonPlanFeatured {
      width: 100%; } 
}

.Archive-item--bonPlanFeatured:nth-of-type(1) .Archive-item-img {
    float: left; }
.Archive-item--bonPlanFeatured:nth-of-type(2n) .Archive-item-img {
    float: right; }

@media (max-width: 29.99em) {
    .Archive-item--bonPlan {
        float: left;
        display: block;
        margin-right: 2.84259%;
        width: 48.57871%; }
    .Archive-item--bonPlan:last-child {
        margin-right: 0; }
    .Archive-item--bonPlan:nth-child(2n) {
        margin-right: 0; }
    .Archive-item--bonPlan:nth-child(2n+1) {
        clear: left; } 
}

@media (min-width: 37.5em) {
    .Archive-item--bonPlan {
        float: left;
        display: block;
        margin-right: 2.84259%;
        width: 22.86806%; }
    .Archive-item--bonPlan:last-child {
        margin-right: 0; }
    .Archive-item--bonPlan:nth-child(4n) {
        margin-right: 0; }
    .Archive-item--bonPlan:nth-child(4n+1) {
        clear: left; } 
}

.Archive-item--bonPlan .Archive-item-title, .Archive-item--bonPlanFeatured .Archive-item-title {
    padding-top: 0; }
.Archive-item--bonPlan .Archive-item-img, .Archive-item--bonPlanFeatured .Archive-item-img {
    margin-top: 0px;
    padding-bottom: 15px; }
.Archive-item--bonPlan.isExpired, .Archive-item--bonPlanFeatured.isExpired {
    background-color: transparent;
    overflow:hidden; }
.Archive-item--bonPlan.isExpired .Archive-item-img, .Archive-item--bonPlanFeatured.isExpired .Archive-item-img {
    opacity: .7;
    padding-bottom: 0;
    margin-top: 0px; }
.Archive-item--bonPlan.isExpired .Archive-item-title,
.Archive-item--bonPlan.isExpired .Archive-item-date, .Archive-item--bonPlanFeatured.isExpired .Archive-item-title,
.Archive-item--bonPlanFeatured.isExpired .Archive-item-date {
    display: none; }
.Archive-item--bonPlan.isExpired:after, .Archive-item--bonPlanFeatured.isExpired:after {
  content: 'Expiré';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-10deg); 
  text-transform: uppercase;
  font-family: "fontkidz", sans-serif;
  display: block;
  padding: .5em 1em;
  font-size: 1.5rem;
  background-color: #eeeeee;
  opacity: 0.7;
  z-index: 10;
  width: 140%; 
  text-align: center;
  box-sizing: border-box;
}

@media (max-width: 37.49em) {
    .Archive-item--bonPlan.isExpired:after, .Archive-item--bonPlanFeatured.isExpired:after {
            font-size: 18px;
            font-size: 1.8rem; } 
}


/******************************************/ 
/********* PAGE ARCHIVES PRODUITS *********/
/******************************************/ 
.Archive-product {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}
.Archive-item--produit{
  box-sizing: border-box;
  width:100%;
  padding:10px;
  margin-bottom: 5px;
  position: relative;
}

.Archive-item--produit.big {
  grid-column: span 2;
}

@media (max-width: 47.999em) {
  .Archive-product{
    grid-template-columns: repeat(3, 1fr);
  }
  .Archive-item--produit.big {
    grid-column: span 2; 
    display:none;
  }
}

@media (max-width: 600px) {
  .Archive-product{
    grid-template-columns: repeat(2, 1fr);
  }
  .Archive-item--produit{
    margin-bottom: 0px;
  }
  .Archive-item--produit.big {
    grid-column: span 2;
    display:none;
  }
}
.Archive-item--produit .Title {
    text-align: center;
    text-transform: uppercase;
    margin: .5em auto; }

.Archive-item--produit .Title--h3{
  font-size: 1.45rem;
  padding-top: 10px;
  font-family: "raleway", sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Limite à 2 lignes */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;  
  text-transform:none;
  font-weight: 500;
  line-height: 1.2;
}
.Archive-item--produit .Title--h4 {
    margin-bottom: 0;
    font-size: 1.25rem;
    font-family: "caviar_dreamsregular", sans-serif; }
.Archive-item--produit h5.Title.Title--h3{
    margin-bottom: 0;
    font-size: 1.7rem;
    font-family: "raleway", sans-serif;
    text-transform: none;
    padding-top: 5px; }
.Archive-item--produit .Title-site{
    text-transform: none;
    font-family: "raleway", sans-serif;
    font-size: 1.3rem;
    position :relative; }
.Archive-item--produit .Archive-item-title--hidden {
    height:65px;
    display:none;
    position: relative; }
.Archive-item--produit .Archive-item-title--shown {
    height:72px;
    position:relative; }
.Archive-item--produit:hover .Archive-item-title--shown {
    display:none; }
.Archive-item--produit:hover .Archive-item-title--hidden {
    display:block!important;}

.Archive-item--produit h6{
  padding-bottom: 60px;
}
.collection{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 1.2rem;
  white-space: nowrap;
  background: #F5F5F5;
  color: #000;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 12px;
  text-transform: uppercase;
  transition: transform 0.3s ease, background 0.3s ease;
  border: 1px dotted #777;
}
.collection-wp{
  display: inline-block;
  text-align: center;
  font-size: 1.2rem;
  white-space: nowrap;
  background: #F5F5F5;
  color: #000;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 12px;
  text-transform: uppercase;
  transition: transform 0.3s ease, background 0.3s ease;
  border: 1px dotted #777;
}

/* Tooltip cachée par défaut */
p.hover-tooltip-title {
  position:absolute;
  top: 35%;
  transform: translateY(-35%);
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 1.2rem;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 10;
  margin-top:5px;
  
}

/* Affichage au hover */
.Archive-item--produit :hover p.hover-tooltip-title{
  opacity: 1;
  display: block!important;
}

/* Tooltip cachée par défaut */
p.hover-tooltip {
  position:absolute;
  bottom:18px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 1.2rem;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 10;
}

/* Affichage au hover */
.Archive-item--produit .Title-site:hover p.hover-tooltip{
  opacity: 1;
}


/*********** PAGE ARCHIVES BLOG *********/
.Archive-item--blog {
    width: 100%;
    margin-bottom: 3em; }

.Archive-item--blog:after {
    content: "";
    display: table;
    clear: both; }

@media (min-width: 48em) {
    .Archive-item--blog .Archive-item-figure,
    .Archive-item--blog .Archive-item-excerpt {
        width: 50%;
        float: left; }
    .Archive-item--blog .Archive-item-excerpt {
        padding: 0 1em; } 
}
    
.Archive-item--blog .Archive-item-excerpt {
      text-align: left; }
.Archive-item--blog .Archive-item-excerpt p {
      font-size: 14px;
      font-size: 1.4rem; }
.Archive-item--blog .Archive-item-excerpt p > img {
      display: none; }
.Archive-item--blog .Archive-item-excerpt p a {
      display: inline; }
.Archive-item--blog .Title {
      text-align: left; }
      
@media (max-width: 37.49em) {
    .Archive-item--blog .Title {
          margin-top: 1em; }
}
/*********** PAGE ARCHIVES CODE REDUCTION *********/
.Archive-item--codesReduc {
    width: 100%;
    border: 2px dotted #FFF; }
.Archive-item--codesReduc:hover {
    border-color: #000; }
.Archive-item--codesReduc:hover img {
    opacity: .7; }
.Archive-item--codesReduc img {
    width: 100%;
    max-width: 100%;
    height: auto; }

@media (min-width: 30em) and (max-width: 47.99em) {
  .Archive-item--codesReduc {
      float: left;
      display: block;
      margin-right: 2.84259%;
      width: 48.57871%; }
  .Archive-item--codesReduc:last-child {
      margin-right: 0; }
  .Archive-item--codesReduc:nth-child(2n) {
      margin-right: 0; }
  .Archive-item--codesReduc:nth-child(2n+1) {
      clear: left; } 
}
@media (min-width: 48em) {
  .Archive-item--codesReduc {
      float: left;
      display: block;
      margin-right: 2.84259%;
      width: 31.43793%; }
  .Archive-item--codesReduc:last-child {
      margin-right: 0; }
  .Archive-item--codesReduc:nth-child(3n) {
      margin-right: 0; }
  .Archive-item--codesReduc:nth-child(3n+1) {
      clear: left; } 
}
/*********** PAGE ARCHIVES BOUTIQUES *********/
.Archive-item--boutique a {
    display: block; }
.Archive-item--boutique a img {
      margin: 0; }
.Archive-item--boutique a:hover img {
      opacity: .7; }

@media (max-width: 47.99em) {
    .Archive-item--boutique {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
     .Archive-item--boutique:last-child {
        margin-right: 0; }
    .Archive-item--boutique:nth-child(2n) {
        margin-right: 0; }
    .Archive-item--boutique:nth-child(2n+1) {
        clear: left; } 
}

@media (min-width: 48em) {
    .Archive-item--boutique {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%; }
    .Archive-item--boutique:last-child {
        margin-right: 0; }
    .Archive-item--boutique:nth-child(3n) {
        margin-right: 0; }
    .Archive-item--boutique:nth-child(3n+1) {
        clear: left; } 
}
@media (max-width: 48em) {
    .Title--related-boutique {
        display: none;
    }
}
.Archive-item--boutique {
    position: relative!important;
    overflow: hidden;
}
.Archive-item--boutique .Archive-item-img {
    z-index: 1;
}
.Archive-item--boutique .Archive-item-overlay {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    opacity: 0;
    transition: opacity .25s ease;
}
.Archive-item--boutique:hover .Archive-item-overlay {
    opacity: 1;
    z-index: 1;
}
.Archive-item-link1{
    background: #FFF;
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: .5em 1.5em;
    border: 1px solid #000;
    white-space: nowrap;
    z-index: 2;
    text-transform: uppercase;
}
.Archive-item-link2 {
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 1.2rem;
    white-space: nowrap;
    z-index: 2;
}
/***********************************************/
/*************** SEARCH RESULT *****************/
/***********************************************/
.search-results .Archive-item--bonPlan, .search-results .Archive-item--soldes {
  margin-right: 0 !important; }

@media (max-width: 29.99em) {
    .search-results .Archive-item--bonPlan, .search-results .Archive-item--soldes {
        float: left;
        display: block;
        margin-right: 2.84259%;
        width: 48.57871%; }
    .search-results .Archive-item--bonPlan:last-child, .search-results .Archive-item--soldes:last-child {
        margin-right: 0; }
    .search-results .Archive-item--bonPlan:nth-child(2n), .search-results .Archive-item--soldes:nth-child(2n) {
        margin-right: 0; }
    .search-results .Archive-item--bonPlan:nth-child(2n+1), .search-results .Archive-item--soldes:nth-child(2n+1) {
        clear: left; } 
}

@media (min-width: 37.5em) {
    .search-results .Archive-item--bonPlan, .search-results .Archive-item--soldes {
        float: left;
        display: block;
        margin-right: 2.84259%;
        width: 22.86806%; }
    .search-results .Archive-item--bonPlan:last-child, .search-results .Archive-item--soldes:last-child {
        margin-right: 0; }
    .search-results .Archive-item--bonPlan:nth-child(4n), .search-results .Archive-item--soldes:nth-child(4n) {
        margin-right: 0; }
    .search-results .Archive-item--bonPlan:nth-child(4n+1), .search-results .Archive-item--soldes:nth-child(4n+1) {
        clear: left; } 
}


/***********************************************/
/****************** PAGE MARQUES ***************/
/***********************************************/
.Marques {
    margin-left: auto;
    margin-right: auto; }
.Marques .Letter .Title {
    font-size: 50px;
    font-size: 5rem;
    margin-bottom: .5em; 
    text-align: center;}
.Marques .Letter .Letter-list {
    margin-bottom: 3em; }
.Marques .Letter .Letter-list:after {
      content: "";
      display: table;
      clear: both; }

@media (max-width: 37.49em) {
    .Marques .Letter .Letter-list .Letter-item {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
    .Marques .Letter .Letter-list .Letter-item:last-child {
        margin-right: 0; }
    .Marques .Letter .Letter-list .Letter-item:nth-child(2n) {
         margin-right: 0; }
    .Marques .Letter .Letter-list .Letter-item:nth-child(2n+1) {
          clear: left; } 
}

@media (min-width: 37.5em) and (max-width: 63.99em) {
    .Marques .Letter .Letter-list .Letter-item {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%; }
    .Marques .Letter .Letter-list .Letter-item:last-child {
        margin-right: 0; }
    .Marques .Letter .Letter-list .Letter-item:nth-child(3n) {
        margin-right: 0; }
    .Marques .Letter .Letter-list .Letter-item:nth-child(3n+1) {
        clear: left; } 
}
@media (min-width: 64em) {
    .Marques .Letter .Letter-list .Letter-item {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%; }
    .Marques .Letter .Letter-list .Letter-item:last-child {
          margin-right: 0; }
    .Marques .Letter .Letter-list .Letter-item:nth-child(4n) {
          margin-right: 0; }
    .Marques .Letter .Letter-list .Letter-item:nth-child(4n+1) {
          clear: left; } 
}
.Marques .Letter .Letter-list .Letter-item a:hover {
    opacity: .6; }


/* ==========================================================================
/***** BOUTTON *****/
/* ======================================================================== */
.Button {
  display: block !important; }
.Button span {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: .5em 1.5em;
    border: 1px solid #000; }

@media (min-width: 37.5em) {
    .Button span {
        font-size: 1.1rem; }
}
.Button i {
    display: block;
    text-align: left;
    text-transform: uppercase;
    font-style: normal;
    font-size: 1.1rem;
    margin-top: .5em; }
.Button  i::before {
    content: "→";
    display: inline-block;
    margin-right: 6px;
    font-size: 1.2em;
    color: #000;
    transition: transform 0.2s ease;}  
.Button:hover span {
    background-color: #000;
    color: #FFF; }
.Button--negatif span {
    color: #FFF;
    background-color: #000; }
.Button--negatif:hover span {
    color: #000;
    background-color: #FFF; }
.Button--right {
    text-align: right; }

.Button--right.Button--big:hover {
  background-color: #fff;
  color: #000;
  cursor: pointer;
}
.Button--left {
    text-align: left; }
.Button--center {
    text-align: center; }
.Button--big span {
    margin-top: 1.3em; }
@media (min-width: 37.5em) {
    .Button--big span {
        font-size: 1.3rem; } 
}
.Button--bigger span {
    margin-top: 1.5em;
    font-size: 1.4rem; }
@media (min-width: 37.5em) {
    .Button--bigger span {
        font-size: 1.6rem; } 
}
.Button--slider span {
    font-size: 1.5rem; }
@media (max-width: 47.999em) {
    .Button--slider {
      display: none !important; } 
    .kdz-c-slider-title h3 {
        display: -webkit-box;
        -webkit-line-clamp: 2; 
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
}

/* ======================================================================== */
/***************************** FOOTER **************************************/
/* ======================================================================== */

.Footer {
  clear: both;
  margin-top: 50px; 
}
.Footer-blocs {
    margin-top: 50px;
    margin-bottom: 0 !important;
    padding: 5px 0;
}
.home .Footer-blocs.Row{
    margin-top: 0px!important;
  }
.Footer-blocs .Wrapper {
  overflow: hidden;
  background: #F1F1F1F1;
  padding-top: 30px;
}
/* Newsletter */
.newsletter {
    margin: 10px auto 10px;
    display: flex;
    align-items: center; 
    justify-content: center; 
}
.newsletter h4 {
    float:left;
    text-align:right;
    margin-bottom: 10px;
    height: 65px;
}
.newsletter p {
    padding: 0 20px;
    font-size: 15px;
    width:45%;
    float:left;
    height: 65px;
    text-align: center;
}
.newsletter .tnp-subscription {
  width: 30%;
  float: left;
  margin: 0 0 0 5px;
}
.newsletter form.tnp-subscription, .newsletter form.tnp-profile {
  width: 30%;
  float: left;
  margin: 0px;
}
 .tnp-subscription .tnp-field-email{
  width: calc(100% - 50px);
  display: block;
  float: left;
  margin-bottom: .5em;
  border: 2px solid #FFF;
}
.tnp-subscription .tnp-privacy-field{
  float: right;
  font-size: 12px;
  width: 100%;
  font-style: italic;
}
.tnp-field-email label {
  display:none!important;
}
.newsletter .tnp-email{
  background: #FFF !important;
  font-size: 14px!important;
}

.newsletter input:focus {
    border-color: #FFF!important;
}
@media (max-width: 992px) {
    .newsletter h4 {
      padding-left:10px;
    }
    .newsletter p {
      width: 50%;
      font-size: 14px;
      padding:0 20px;
    }
    .newsletter .tnp-subscription {
      width: 40%;
    }
}
@media (max-width: 768px) {
    .newsletter {
      display: inline-block;
      text-align:center;
    }
    .newsletter h4 {
      width:100%;
      text-align: center;
      padding:0;
      height: initial;
    }
    .newsletter p {
      width:100%;
      height: initial;
    }
    .newsletter .tnp-subscription {
      width:100%;
      max-width: inherit;
    }
    .tnp-subscription input[type="submit"], .tnp-profile input[type="submit"] {
      width: inherit!important;
    }
}

/* Bas du footer */
.footer-bottom {
  padding-top: 15px;
  text-align: center;
  background-color: #FFF;
}
.footer-links a {
    color: #333;
    text-decoration: none;
    font-size: 13px;
    position: relative;
    padding:15px;
}
.footer-links a:hover {
    text-decoration: underline;
}
.footer-links a::before {
  position: absolute;
  content: '\2022';
  right: -4px;
  font-size: 16px;
  top: 12px !important;
}
.footer-links a:last-child::before {
    content: none;
}
@media (max-width: 500px) {
  .footer-links a {
      font-size: 12px;
      padding:5px;
  }
}
.social {
    margin: 15px 0;}
.social a {
    margin: 0 8px;
    font-size: 20px;
    color: #333;}
.Footer-copyright p {
    font-size: 10px;
    font-size: 1rem;
    margin-top: 2em; }

/* Instagram  */
.Footer-social-title {
  text-align: center;
  margin-bottom: 30px;}

@media (max-width: 800px) {
  #sb_instagram #sbi_images .sbi_item:last-child {
    display: none;
  }
}
@media (max-width: 480px) {
  #sb_instagram.sbi_mob_col_4 #sbi_images {
    gap: 10px!important;
  }
}

@media (max-width: 47.999em) {
  .Footer {
    margin-top: 40px;
  }
  .Footer-social-title {
  margin-bottom: 15px;
  }
  .home .Footer-blocs{
    margin-top: 30px;
  }
}


/* ======================================================================== */
/*****  Print styles. *****/
/* ======================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }



/* ======================================================================== */
/*****  PLUS KAWA *****/
/* ======================================================================== */

.isNew {
  display: none;
}
.category-bons-plans .Pagination .navigation {
  display: none;
}
.menu-none{
  display: none!important;
}
/* ======================================================================== */
/*****  SELECTION DANS POST MAGAZINE 3 COL (ANCIEN POST) *****/
/* ======================================================================== */
.single-post .Content .Single-content .selection  {
    display: inline-block;
}
.single-post .Content .Single-content .selection .produit-selection {
    width: 33.33%;
    text-align: center;
    float: left;
     padding: 10px;
     min-height: 250px;

}
  @media (max-width: 37.49em) {
    .single-post .Content .Single-content .selection .produit-selection {
          width: 50%;
          text-align: center;
          float: left;
          padding: 10px;
          min-height: 220px;
    }
  }

.single-post .Content .Single-content .selection .produit-selection h3{
  text-align: center;
  text-transform: uppercase;
  margin: .5em auto;
  width: 90%;
  font-family: "fontkidz", sans-serif;
  font-size: 14px;
  height: 38px;
  overflow: hidden;
}
.single-post .Content .Single-content .selection .produit-selection p{
    margin-bottom: 0px;
}
.single-post .Content .Single-content .selection .produit-selection img{
    margin-bottom: 0px;
   margin-top: 0px; 
}

/* ========================================================================== */
/********* SELECTION DANS POST MAGAZINE 2 COL (ANCIEN POST) ****************** /
/*  ========================================================================= */
.single-post .Content .Single-content .selection.by2  {
    display: inline-block;
}
.single-post .Content .Single-content .selection.by2 .produit-selection {
    width: 50%;
    text-align: center;
    float: left;
  padding: 10px;
}
/* ========================================================================== */
/*********  MODULE GDPR Cookie Consent ****************** /
/* ========================================================================== */
.cky-box-bottom-left {
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%, -50%);
    bottom: initial!important;
}
@media (min-width: 700px) {
  .cky-consent-container {
      width: 650px!important;
  }
}
@media (max-width: 440px) {
    .cky-consent-container {
        width: calc(100% - 20px)!important;
    }
    .cky-modal.cky-modal-open{
        width: calc(100% - 20px)!important;
    }

}
.cky-always-active{
    color:#000!important;
}
button.cky-accordion-btn{
    text-align: left;
}
.cky-notice-btn-wrapper .cky-btn-customize {
  order: 2;
}

.cky-notice-btn-wrapper .cky-btn-reject {
  order: 1;
}

.cky-notice-btn-wrapper .cky-btn-accept {
  order: 3;
}
.cky-notice-group .cky-notice-des p a{
  color:#000!important;
  text-decoration: underline;
  text-decoration-color: #000!important;
}
/* ========================================================================== */
/*********  BREADCRUMB ****************** /
/* ========================================================================== */


.woocommerce-breadcrumb {
  margin-top: -30px!important;
  font-size: 1.2rem!important;
  margin-bottom: 25px!important;
}
@media (max-width: 47.999em) {
  .woocommerce-breadcrumb {
    display:none;
  }
  /* ========================================================================== */
/*********  PAGE ILS ONT PARLE DE NOUS ...ID 9 ****************** /
/* ========================================================================== */

}
.page-id-9 .Title {
    text-align: center; }

.page-id-9 h2 {
    clear: both;
    font-family: "fontkidz", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 1em;
    margin-top: 2em; }

@media (min-width: 64em) {
    .page-id-9 h2 {
        margin-top: 3em;
        font-size: 20px;
        font-size: 2rem; } 
}
.page-id-9 .imagepage {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden; }
.page-id-9 .imagepage a {
    display: inline-block; }


/* ==========================================================================
    PAGE NEWSLETTER
   ========================================================================== */
.page-template-page_newsletter .Content{
  text-align:center;
  width:100% }

@media (max-width: 47.999em){
  .pagecontainer{
    margin-top:30px;
  }
  .page-template-page_newsletter h3{
    font-size:18px!important; 
  }
}
/* ==========================================================================
    PAGE CONTACT ID 4
   ========================================================================== */
.page-template-page-sans-banniere .Content{
  width: 90%;
  margin: auto;
  float: none;
  padding-top: 50px;
}
.contact {
  width:50%;
  float:left;
  padding-right: 30px;
}
.contact h1{
  padding-bottom: 30px;
}
.wpcf7-form {
  width:50%;
  float:left;
}

.wpcf7-form .wpcf7-submit{
  width: 120px;
  margin: auto;
  display: block;
  text-transform: uppercase;
}
.wpcf7-form .wpcf7-submit:hover{
  color:#000;
  background-color: #FFF;
  border:1px solid #000;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
    width: 100%;
    padding: 10px;
    margin-top:5px;
    border-radius:8px;
    border:1px solid #ddd;
    box-sizing:border-box;
    font-size:14px;
}
.wpcf7-form textarea {
    min-height:100px;
    resize:vertical;
}
.wpcf7-form label {
    text-align: left;
}
@media (max-width: 992px){
  .page-template-page-sans-banniere .Content{
    width: 100%;
    padding-top: 30px;
    text-align: center;
  }
  .page-template-page-sans-banniere .pagecontainer {
    margin-top: 0px;
  }
  .contact {
    width:100%;
    padding-right: 0px;
  }
  .wpcf7-form {
    width:100%;
    margin-top: 20px;
  }
  .contact h1{
    padding-bottom: 10px;
  }
  .wpcf7-form label {
      text-align: center;
  }
}
/* ==========================================================================
    PAGE A PROPOS ID 5
   ========================================================================== */
.page-id-5 .Page-header .Title{
     display:none;
}
.page-id-5 .Page-content img{
  padding-bottom: 3%;
}
.page-id-5 h2{
  font-size: 20px;
  padding: 3% 0 1% 0;
}
@media (max-width: 768px){
  .page-id-5 .Page-content{
    padding-top: 10px;
  }
/* ==========================================================================
    WOOCOMMERCE
   ========================================================================== */
.woocommerce #content .product .images, 
.woocommerce .product .images, 
.woocommerce-page #content .product .images, 
.woocommerce-page .product .images{
  width: 100%;
}
.woocommerce p.noproduct{
    text-align: center; }

@media (max-width: 47.999em){
  .woocommerce .woocommerce-breadcrumb  {
    display:none!important;
  }
}
.woocommerce .woocommerce-breadcrumb {
  margin-top: -40px;
  font-size: 1.2rem;
  margin-bottom: 25px;
}

.archive.tax-product_brand .Sidebar {
  margin-top: 42px;
}
.woocommerce .product .images .woocommerce-product-gallery__trigger {
  display:none;
}
.woocommerce .Single {
  margin-bottom: 50px;
}
@media (max-width: 47.999em) {
  .woocommerce .Single-content--produit {
    margin-top: 0;
    padding-top:0;
  }
}