/*
Theme Name: Tendance Homeuble
Version: 1.0
Theme URI: http://www.bonbay.fr/
Author: Bonbay
Author URI: http://www.bonbay.fr/
Text Domain:
*/

/*	Copyright: (c) 2013 Alexander "Alx" Agnarson
	License: GNU General Public License v3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html*/


/*RESET*/
/*---------------------------------------------*/
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,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,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;vertical-align:baseline}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
table{border-collapse:collapse;border-spacing:0}



@font-face {
    font-family: 'wondershine';
    src: url('fonts/Wondershine.eot'); /* IE9 Compat Modes */
    src: url('fonts/Wondershine.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/Wondershine.woff') format('woff'), /* Modern Browsers */
         url('fonts/Wondershine.ttf') format('truetype'); /* Safari, Android, iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}


/*  Base formulaire
================================================== */
input, textarea, button, select, label { font-family: inherit; }
input,
textarea,
button,
select,
label { font-size: 14px; }
input::-moz-focus-inner,
button::-moz-focus-inner { border: 0; padding: 0; }
input[type="text"],
input[type="password"],
input[type="email"],
input[type="submit"],
input[type="tel"],
button,
select,
textarea { margin: 0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-border-radius: 0; border-radius: 0; width:100%;}
input,
textarea,
select,
button { -moz-appearance: none; -webkit-appearance: none; -moz-transition: all .2s ease; -webkit-transition: all .2s ease; transition: all .2s ease; }
input[type="checkbox"] { -moz-appearance: checkbox; -webkit-appearance: checkbox; margin-left: 0; }
input[type="radio"] { -moz-appearance: radio; -webkit-appearance: radio; }
label { font-weight: 600; color: #444; }
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
select,
textarea {
  background: transparent;
  border: 0px solid #fff;
  border-bottom: 1px solid #000;
  color: #000;
  display: block;
  max-width: 100%;
  outline: none;
  padding: .5rem 1rem;
  width: 100%;
  margin: 1rem 0;
  font-size: 17px;
  line-height: 24px;

}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus { border-color: #666; }

input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
input[type="number"]::placeholder,
textarea::placeholder{ color: #000; }


label .required { color: #8d001a; }
input[type="submit"],
button[type="submit"] {
    background: #000;
    color: #fff;
    padding: .5rem 1rem;
    font-weight: 600;
    display: inline-block;
    border: none;
    cursor: pointer;
    font-size: 22px;
    line-height: 32px;
    max-width: 50%;
}
input[type="submit"]:hover,
button[type="submit"]:hover { background: #666; }

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing{
    border: 1px solid #8d001a;
}
.wpcf7-list-item{ margin: 0; }

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output{
  color: #e2003b;
  border: 1px solid #e2003b;
  margin: 1rem auto;
}
.wpcf7-not-valid-tip{
  color: #e2003b;
}
.wpcf7-spinner{ margin: 0 1rem; }
.coordonnees > .row{ width: 90%; padding:  0 5%; }


/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav, .flex-direction-nav li {margin: 0; padding: 0; list-style: none;}


/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: auto; padding: 0;width:100%;display: block;}
.flexslider .slides > li { list-style-type: none; display: none; -webkit-backface-visibility: hidden; position:relative; margin: 0; padding: 0; z-index: 10; position: relative; } /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block; border: none;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {position: relative; zoom: 1; z-index: 10; }
.flex-viewport { max-height: 2000px; transition: all 1s ease;}
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }


/* Direction Nav */

.flex-direction-nav {*height: 0;}
.flex-direction-nav a { width: 37px; height: 49px;  display: block; background: transparent; position: absolute; top: 50%; z-index: 5000; cursor: pointer; text-indent: -9999px;}
.flex-direction-nav .flex-next {background-position: 100% 0; right:-80px; }
.flex-direction-nav .flex-prev {left:-80px;}
.flexslider:hover .flex-next {opacity: 0.8; }
.flexslider:hover .flex-prev {opacity: 0.8; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled { cursor: default;}

/* Control Nav */
.flex-control-nav { width: 100%; position: absolute; bottom: -30px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; display: inline;}
.flex-control-paging{
    width: 50%; position: absolute; left: 8%;  bottom: 25%; text-align: left; height: 12px; z-index: 12;
}
.flex-control-paging li{ display: inline-block; margin: 0 4px; width: 12px; height: 12px; }
.flex-control-paging li a {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    display: inline-block;
    background: rgba(44,58,43,0.5);
    cursor: pointer;
    text-indent: -9999px;
}
.flex-control-paging li a:hover { background:#fff;}
.flex-control-paging li a.flex-active { background: rgba(44,58,43,1); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}

a.flex-caption{ background: url(img/fleche-txt.png) no-repeat;  padding-left:25px; ; padding-right:15px; font-family: 'PT Sans Narrow', sans-serif; font-size: 18px; color:#000; display:block; width:auto; position:absolute; bottom: 0px; width: 60%; left:22%; text-decoration:none; height: 36px; }
div.flex-caption{ background: url(img/fleche-txt.png) no-repeat;  padding-left:25px; ; padding-right:15px; font-family: 'PT Sans Narrow', sans-serif; font-size: 18px; color:#000; display:block; width:auto; position:absolute; bottom: 0px; width: 60%; left:22%; text-decoration:none; height: 36px; }
.etiquette-slogan{padding-top: 5px;}
a.flex-caption:hover{background: url(../img/fleche-txt.png) no-repeat 5px 12px #e2003b;color:#fff;text-decoration:none;}


@media screen and (max-width: 480px) {
 a.flex-caption{ background: url(../img/fleche-txt.png); font-family: 'PT Sans Narrow', sans-serif; font-size: 18px; color:#000; display:block; width:auto; position:absolute; bottom: 0px; width: 60%; left:22%; text-decoration:none; height: 36px; }
a.flex-caption:hover{background: url(../img/fleche-txt.png) no-repeat 5px 5px #e2003b;color:#fff;text-decoration:none;}
}

.grecaptcha-badge{ display:none!important; visibility:hidden!important; }

.printonly{ display: none; }


/** GRID ***/
  .row{
    display: flex;
    width: 100%;
    align-items: flex-start;
    flex-flow: row wrap;
  }
  .row.nowrap{ flex-flow: row nowrap; }
  .row.flow-row{ flex-flow: row wrap; }

  @media (max-width: 767px){
      .row{ flex-flow: column wrap; }
      .row.nowrap{ flex-flow: column nowrap; }
  }

      .spannomargin-1, .spannomargin-2, .spannomargin-3,
      .spannomargin-4, .spannomargin-5, .spannomargin-6,
      .spannomargin-7, .spannomargin-8, .spannomargin-9,
      .spannomargin-10, .spannomargin-11, .spannomargin-12,
      .spannomargin-13, .spannomargin-14, .spannomargin-15,
      .spannomargin-16, .spannomargin-17, .spannomargin-18,
      .spannomargin-19, .spannomargin-20, .spannomargin-21,
      .spannomargin-22, .spannomargin-23, .spannomargin-24{ width: 100%; }


  /* tablette portrait */
@media (min-width: 768px){
      .spannomargin-1{ width: 25%; }
      .spannomargin-2{ width: 25%; }
      .spannomargin-3{ width: 25%; }
      .spannomargin-4{ width: 23%; }
      .spannomargin-5{ width: 50%; }
      .spannomargin-6{ width: 50%; }
      .spannomargin-7{ width: 50%; }
      .spannomargin-8{ width: 50%; }
      .spannomargin-9{ width: 50%; }
      .spannomargin-10{ width: 50%; }
      .spannomargin-11{ width: 50%; }
      .spannomargin-12{ width: 50%; }
      .spannomargin-13{ width: 50%; }
      .spannomargin-14{ width: 50%; }
      .spannomargin-15{ width: 50%; }
      .spannomargin-16{ width: 50%; }
      .spannomargin-17{ width: 75%; }
      .spannomargin-18{ width: 75%; }
      .spannomargin-19{ width: 75%; }
      .spannomargin-20{ width: 75%; }
      .spannomargin-21{ width: 100%; }
      .spannomargin-22{ width: 100%; }
      .spannomargin-23{ width: 100%; }
      .spannomargin-24{ width: 100%; }

}
@media (min-width: 768px) and (max-width: 1023px){
      .no768{ display: none; }
}
  /* tablette paysage */
@media (min-width: 1024px){
    .spannomargin-1{ width: 4.16666667%; }
    .spannomargin-2{ width: 8.33333333%; }
    .spannomargin-3{ width: 12.5%; }
    .spannomargin-4{ width: 16.666666666667%; }
    .spannomargin-5{ width: 20%; }
    .spannomargin-6{ width: 25%; }
    .spannomargin-7{ width: 29.16666667%; }
    .spannomargin-8{ width: 33.333%; }
    .spannomargin-9{ width: 37.5%; }
    .spannomargin-10{ width: 41.66%; }
    .spannomargin-11{ width: 45.833333333333%; }
    .spannomargin-12{ width: 50%; }
    .spannomargin-13{ width: 54.166666666667%; }
    .spannomargin-14{ width: 58.3333333%; }
    .spannomargin-15{ width: 62.5%; }
    .spannomargin-16{ width: 66.666%; }
    .spannomargin-17{ width: 70.8266666%; }
    .spannomargin-18{ width: 75%; }
    .spannomargin-19{ width: 79.16%; }
    .spannomargin-20{ width: 83.32%; }
    .spannomargin-21{ width: 87.4866666%; }
    .spannomargin-22{ width: 91.6533333%; }
    .spannomargin-23{ width: 95.82%; }
    .spannomargin-24{ width: 100%; }
    .mille{ max-width: 960px; width: 100%; }
}

@media (min-width: 1280px){
    .mille{ max-width: 1080px; }
}
@media (min-width: 1480px){
    .mille{ max-width: 1440px; }

}

.nomobile{ display: none; }
@media (min-width: 1024px){ .nomobile{ display: block; } }
.onlymobile{ display: block; }
@media (min-width: 1024px){ .onlymobile{ display: none; } }

/*****************************************/

.thin{ font-weight: 100; }
.light{ font-weight: 300; }
.regular{ font-weight: 400; }
.medium{ font-weight: 600; }
.bold{ font-weight: 700; }
.ultrabold{ font-weight: 900; }

/**/

iframe, video{ max-width: 100%; }
img{ max-width: 100%; height: auto; }
/* h1, h2, h3, h4, h5, h6{ font-family: 'wondershine'; } */
.italique, i, em{ font-style: italic; }
.lowercase{ text-transform: lowercase; }
.uppercase{ text-transform: uppercase; }
.black, a.black{ color:#282828; }
.white, a.white{ color: #fff; }
.beige, a.beige{ color: #e4e1ce; }
.lightgreen, a.lightgreen{ color: #bbad37; }
.darkgreen, a.darkgreen{ color: #2c3a2b; }
.wondershine{ font-family: 'wondershine'; }

strong, b{ font-weight: 700; }
.alignleft{ text-align: left; align-items:flex-start; }
.alignright{ text-align: right; align-items:flex-end; }
.aligncenter{ text-align: center; align-items: center; justify-content: center; }
.baseline{ align-items: baseline; }
.middle{ align-items: center; }
.stretch{ align-items: stretch; }

article img.alignleft{ float: left; margin: 0 3em 2em 0 }
article img.alignright{ float: right; margin: 0 0 2em 3em }
article img.aligncenter{ float: none; margin: 0 auto 2em auto }

.justify{ text-align: justify; }

.button{
    display: block;
    width: auto;
    text-decoration: underline;
    font-size: 16px;
    text-align: center;
    transition: ease-in-out all 0.1s;
    cursor: pointer;
    background: white;
    text-decoration: none;
}
.button:hover{
    background: black!important;
    text-decoration: none;
}

a{ color: #000; text-decoration: none; cursor: pointer; }
a:hover{ text-decoration: underline; }

p{ margin: 10px 0; }
sup{ font-size: 70%; vertical-align: super; }
article ul{ margin: 1em 0; }
article ul li{ list-style-type: disc; margin-left: 2em; margin-bottom: 0.5rem; }
article p{ margin: 0 0 1rem 0; font-size: 17px; line-height: 32px; letter-spacing: .05rem; text-align: justify}
article ul li{ font-size: 17px; line-height: 34px; letter-spacing: 1px; }
article hr{ width: 10%; max-width: 123px; margin: 1rem 0; height: 1px; background: #c18d1d; border: 0px; }

.left{ float: left; }
.right{ float: right; }
.center{ margin: 0 auto; }

.relative{ position: relative; }
.absolute{ position: absolute; }

.error{ color: red; font-weight: bold; }

/*****/
/* base */

main, footer, .home_contenu{ width: 100%; }
body{
    background: #fff;
    margin:0;
    padding:0;
    color:#2c3a2b;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
}
.conteneur{ max-width: 1920px; margin: 0 auto; }

header{
  width: 100%;
  position: relative;
  height: 146px;
  background: #e4e1ce;
  box-shadow: 0px 20px 20px rgba(0,0,0,.05);
  z-index: 11;
}
.slider{ position: relative; }

.menu-toggle{ display: none; }
.menu-menu-principal-container{ width: 100%; }
nav{
  margin: 0;
  display: block;
  width: 100%;
}
nav ul{
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
}
nav ul li{
  list-style-type: none;
  display: inline-flex;
  text-align: center;
  background: transparent;
  transition: ease-in-out all 0.1s;
  width: 16%;
  height: 146px;
}
nav ul li.logo{ width: 36%; }
nav > div > ul > li:last-child{ width: 10%; }
nav > div > ul > li:nth-last-child(2){ width: 22%; }
nav ul li a {
  font-size: .89vw;
  font-weight: 400;
  display: block;
  color: #2c3a2b;
  text-decoration: none;
  line-height: 146px;
  padding: 0 10px;
  margin: 0 auto;
  width: auto;
  text-align: center;
  background: transparent;
  border: 0;
  text-transform: uppercase;
  letter-spacing: .2rem;
  position: relative;
  transition: ease-in-out all 0.1s;
}
nav.white ul li a{ color:#fff; }
nav.black ul li a{ color: #000; }

nav ul li a:hover,
nav ul li.current-menu-item a{
  transition: ease-in-out all 0.1s;
  text-decoration: none;
}
nav ul li a::after,
nav ul li.current-menu-item a::after{
  transition: ease-in-out all 0.1s;
  content: " ";
  width: calc( 100% - 20px );
  height: 1px;
  background:#2c3a2b;
  display: block;
  position: absolute;
  top: 64%;
  left: 10px;
  opacity: 0;
}
nav.white ul li a::after,
nav.white ul li.current-menu-item a::after{ background:#fff; }
nav.black ul li a{ color: #000; }
nav.black ul li a::after,
nav.black ul li.current-menu-item a::after{ background:#000; }

nav ul li a:hover::after,
nav ul li.current-menu-item a::after{
  opacity: 1;
  transition: ease-in-out all 0.1s;
}
nav ul li.logo a{
  text-indent: -3000px;
  width: 100%;
  margin: 0 0 0 0;
  height: 146px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 88.6%;
  box-shadow: none;
  z-index: 10;
}
nav ul li.logo a::after{ display: none; }
header.triggered nav ul li.logo a{ box-shadow: none; }
nav ul li ul{
  position: absolute;
  top: 146px;
  margin: 0;
  left: 0;
  width: 80%;
  z-index: 20;
  padding: 108px 10% 48px 10%;
  background: #e4e1ce;
  border: 0;
  box-shadow: 0px 20px 20px rgba(0,0,0,.05);
  display: none;
}
@keyframes slidein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

nav ul li ul.shown{
  display: flex;
  animation: .75s slidein;
}
nav ul li ul li{
  display: inline-block;
  width: 20%;
  height: auto;
  text-align: left;
  position: relative;
}
nav > div > ul > li > ul > li::after{
  content: " ";
  position: absolute;
  right: 1.25rem;
  top: 0;
  height: 100%;
  width: 1px;
  display: block;
  background: #2c3a2b;
}
nav.black ul li ul li::after{ background: black; }
nav.white ul li ul li::after{ background: white; }
nav ul li ul li:last-child::after{ display:none }
nav ul li ul li img{ margin-right: 1rem; float: left; max-width: 43%; }
nav ul li ul li a{
  color: #2c3a2b;
 /* font-family: 'wondershine'; */
  text-transform: none;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 1.2vw;
    letter-spacing: .1vw;

  display: inline;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid transparent;
  transition: ease-in-out all 0.1s;
}
nav ul li ul li a::after,
nav ul li ul li.current-menu-item a::after{ display: none; }
nav ul li ul li a:hover{
  color: #2c3a2b;
  text-decoration: none;
  border-bottom: 1px solid #2c3a2b;
  transition: ease-in-out all 0.1s;
}
nav.white ul li ul li a:hover{ color:#fff; border-bottom: 1px solid #fff; }
nav.black ul li ul li a:hover{ color: #000; border-bottom: 1px solid #000; }
nav ul li ul li ul{
  display: flex;
  flex-flow: column;
  position: relative;
  top: auto;
  left: auto;
  box-shadow: none;
  width: auto;
  padding: 0;
  margin: 1rem 0 0 0;
  background: transparent;
}
nav ul li ul li ul li{ width: auto; flex-flow: column wrap; height: auto; }
nav ul li ul li ul li a{
  font-family: 'Open Sans', sans-serif;
	text-transform: none;
  font-size: .73vw;
	line-height: 21px;
    text-transform: none;
    letter-spacing: normal;
}
.lien-facebook img{
  max-width: 22%;
  margin-top: 54px;
}
.logotendance-rond {
  width: 270px;
  height: 130px;
  padding: 135px 0 0 0;
  border-radius: 100%;
  background: #e4e1ce;
  box-shadow: 0px 20px 20px rgba(0, 0, 0, .01);
  z-index: 0;
  position: absolute;
  top: -150px;
  left: calc(50% - 135px);
}
header .logotendance-rond img{ opacity: 1; transition: ease-in-out opacity .1s; }
header.triggered .logotendance-rond img{ opacity: 0; transition: ease-in-out opacity .1s; }


/*footer*/
footer{ background:#bbad37; padding: 54px 0; }
footer p{ margin: 1rem 0 0 0; font-size: 17px; letter-spacing: .05rem; }
.mentions{ background:#2c3a2b; }
.mentions p{ margin-left: .5rem; font-size: 10px; line-height: 42px; text-transform: uppercase; letter-spacing: .05rem; margin: 0; }
.menu-footer-container{ width: 100%; }
#menu-footer{
  display: flex;
  width: 100%;
  justify-content: flex-end;
  flex-flow: row wrap;
}
#menu-footer li{ padding-right: .2rem; }
#menu-footer li::after{
  content: "/";
  display: inline-block;
  color: #e4e1ce;
  margin-left: .2rem;
  font-size: 10px;
  line-height: 42px;
 }
#menu-footer li:last-child::after{ display: none; }
#menu-footer li a{ color: #e4e1ce; font-size: 10px; line-height: 42px; text-transform: uppercase; letter-spacing: .05rem; }
#menu-footer.white li a{ color:#fff; }
#menu-footer.black li a{ color:#000; }
/* HOME */
.ligne-catalogue{ background: #fff; padding: 68px 0 }
.ligne-catalogue a{
	display: block;
    width: 38%;
    font-size: 2.25vw;
    line-height: 108px;
    /* font-family: 'Wondershine', serif; */
    font-weight: 300;
    transition: ease-in-out all 0.1s;
    position: relative;

}
.ligne-catalogue a span{
  display: block;
  background: #2c3a2b url('gfx/picto-catalogue.png') no-repeat center;
  width: 108px;
  height: 108px;
  border-radius: 100%;
  float: left;
  transition: ease-in-out all 0.1s;
}
.ligne-catalogue a:hover{ color: black; text-decoration: none; transition: ease-in-out all 0.1s; }
.ligne-catalogue a:hover span{ background-color: black; transition: ease-in-out all 0.1s; }
.ligne-catalogue a::after{
  content: " ";
  display: block;
  width: 86%;
  margin: -1px 0 0 7%;
  background: #2c3a2b;
  height: 1px;
}
.bgdarkgreen{ background:#2c3a2b; }
.bloc-promotions{
  margin: 70px;
  position: relative;
}
.btn-plus{
  width: 74px;
  height: 74px;
  border-radius: 100%;
  display: block;
  text-align: center;
  line-height: 74px;
  font-size: 78px;
  font-weight: 300;
}
.btn-plus.lightgreen{ background: #bbad37; color: #2c3a2b; transition: ease-in-out all 0.1s; }
.btn-plus.lightgreen:hover{ background: #e4e1ce; text-decoration: none; transition: ease-in-out all 0.1s; }
.btn-plus.white{ background: #fff; color: #000; transition: ease-in-out all 0.1s; }
.btn-plus.black{ background: #000; color: #fff; transition: ease-in-out all 0.1s; }
.btn-plus.white:hover{ text-decoration: none; transition: ease-in-out all 0.1s; background: #000; color: #fff; }
.btn-plus.black:hover{ text-decoration: none; transition: ease-in-out all 0.1s; background: #fff; color: #000; }

.bloc-promotions .btn-plus{ position: absolute; right: 0; top: 26px; z-index: 10; }
.bloc-promotions h2, .bloc-actualites h2{
    width: 91%;
    line-height: 130px;
    /* font-size: 3.15vw; */
    font-size: 2.7vw;
    letter-spacing: .15vw;
    font-weight: 300;
    margin: 0;
    border-bottom: 1px solid #fff;
    margin: 0 4.5%;
    padding: 0 6%;
}
.bloc-promotions h2 a:hover, .bloc-actualites h2 a:hover{ text-decoration: none; }
.bloc-promotions::before, .bloc-actualites::before{
  content: " ";
  display: block;
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 4.5%;
  z-index: 5;
}
.bloc-promotions::after, .bloc-actualites::after{
  content: " ";
  display: block;
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  right: 4.5%;
  z-index: 5;
}
.bloc-promotions.video::before, .bloc-promotions.video::after{ display: none; }
.bloc-promotions.video{ margin: 135px 70px; }
.bglightgreen{ background:#bbad37; }
.bloc-actualites{
  margin: 70px;
  position: relative;
}
.btn-plus.darkgreen{ background: #2c3a2b; color: #e4e1ce; transition: ease-in-out all 0.1s; }
.btn-plus.darkgreen:hover{ background: #e4e1ce; color: #2c3a2b; text-decoration: none; transition: ease-in-out all 0.1s; }
.bloc-actualites .btn-plus{ position: absolute; right: 0; top: 26px; z-index: 10; }
.bloc-actualites h2{ border-color: #2c3a2b; }
.bloc-actualites h2 a:hover{ }
.bloc-actualites::before, .bloc-actualites::after{ background: #2c3a2b; }
.bloc-actualites h2 span{
  display: inline-block;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: .15rem;
  width: 52%;
  margin-left: 4%;
  font-weight: 300;
 }
#sliderhome2 .flex-control-paging{ bottom: auto; top: 65%; }
#sliderhome .diapo-out{
  position: absolute;
  bottom: 8vw;
  right: 16%;
  max-width: 30%;
  z-index: 11;

  position: relative;
  bottom: auto;
  right: auto;
  max-width: 100%;
  display: flex; 
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;

  border-bottom: 1px solid #2c3a2b;


}
#sliderhome .diapo-legende{
  background: rgba(44,58,43,.7);
  color:#e4e1ce;
  padding: 2vw;
  opacity: .8;

  opacity: 1;
  width: calc( 50% - 4vw );
  text-align: center;

}
#sliderhome .diapo-texte{
  padding: 2vw;
  font-size: .7vw;
  line-height: 1.1vw;
  text-align: justify;
  opacity: .8;

  opacity: 1;
  width: calc( 50% - 4vw );

}
#sliderhome .diapo-texte p{ margin: 0; }
#sliderhome .diapo-legende h2{ font-size: 2.75vw; line-height: 3vw; text-transform: uppercase; font-weight: 300; }
#sliderhome .diapo-legende p{ font-size: 1.05vw; letter-spacing: .15rem; text-transform: uppercase; font-weight: 300; margin: .5rem 0; }
#sliderhome .flex-control-paging{ bottom: 5%; bottom: 25%; }
#sliderhome .flex-control-paging li a{ background: rgba(255,255,255,0.5); }
#sliderhome .flex-control-paging li a.flex-active{ background: rgba(255,255,255,0.9); }
#sliderhome .btn-plus{
  color: #fff;
  transition: ease-in-out all 0.1s;
  position: absolute;
  right: -30px;
  top: 5vw;
  z-index: 12;
}
#sliderhome .btn-plus:hover{
  color: #000;
  text-decoration: none;
  transition: ease-in-out all 0.1s;
}

/*pop up*/
.overlay{
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,.6);
  z-index: 9999;
  opacity: 1;
  transition: ease-in-out all .2s;
}
.popup{
  width: 50%;
  left: 25%;
  top: 5vw;
  position: absolute;
  min-height: 30vw;
  background: white;
  box-shadow: 0 0 3rem rgba(0,0,0,.5);
}
.in-popup{ padding: 2rem; }
#closepopup{
  position: absolute;
  right: -1rem;
  top: -1rem;
  font-size: 2rem;
  line-height: 3rem;
  width: 3rem;
  cursor: pointer;
  text-align: center;
  background:#000;
  border-radius: 100%;
  color:#fff;
}
#closepopup:hover{ background:#fff; color: black; }
.overlay.hidden{ bottom: auto; right: auto; opacity: 0; transition: ease-in-out all .2s; }
.overlay.hidden .popup{ display: none; }

/*pages*/
.page-contenu{ padding: 4rem 1rem; width: 100%; }
.page-contenu h1{ 
  color:#2c3a2b;
  font-size: 40px;
  line-height: 70px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 300; 
}
.page-contenu h1::after{
  content: " ";
  display: block;
  width: 30%;
  margin-left: -5%;
  margin-bottom: 2rem;
  background: #2c3a2b;
  height: 1px;
}
.page-contenu h2{ font-size: 36px; color:#2c3a2b; }
.page-contenu h3{ font-family: 'Open Sans', sans-serif; font-size: 26px; letter-spacing: .1rem; text-transform: uppercase; font-weight: 400; margin: .5rem 0 1rem 0; }
.page-contenu h4{ font-family: 'Open Sans', sans-serif; font-size: 22px; letter-spacing: .1rem; text-transform: uppercase; font-weight: 300; margin: .5rem 0 1rem 0; }
/* contact */
.coordonnees img{ margin: 1rem 0; }

/*catalogue*/
.page-produits .page-contenu{ padding: 4rem 1rem 0 1rem; width: 100%; }
.page-produits .page-contenu-produits{ padding: 1rem 1rem 0 1rem; width: calc(100% - 2rem); }
.page-produits footer{ margin-top: 6rem; }
.recherche{
  border-top: 8px solid #bbad37;
  border-bottom: 8px solid #bbad37;
  background:#2c3a2b;
  width: 80%;
  margin: 0 0 0 0;
  padding: 2rem 10%;
  color: #e4e1ce;
}
.recherche label{
  display: inline-flex;
  font-size: 14px;
  line-height: 24px;
  color: #e4e1ce;
  font-weight: 400;
  letter-spacing: .05rem;
  cursor: pointer;
  margin: .2rem 0;
}
.recherche label.white{ color: white; }
.recherche label.black{ color:black; }
.recherche label:hover{ text-decoration: underline; }
.recherche label input[type="checkbox"]{
  appearance: none;
  background-color:#2c3a2b;
  margin: 0 .5rem 0 0;
  font: inherit;
  color: #2c3a2b;
  width: 24px;
  height: 24px;
  border: 1px solid #e4e1ce;
  border-radius: 100%;
  transform: translateY(-0.075em);
 }
 .recherche label.white input[type="checkbox"]{
  border-color: white;
  color: white;
  background-color: transparent;
 }
 .recherche label.black input[type="checkbox"]{
  border-color: black;
  color: black;
  background-color: transparent;
 }
 .recherche label input[type="checkbox"]::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: 1px;
  border-radius: 100%;
  transform: scale(0);
  box-shadow: inset 22px 22px #e4e1ce;
}
.recherche label.white input[type="checkbox"]::before{ box-shadow: inset 22px 22px #fff; }
.recherche label.black input[type="checkbox"]::before{ box-shadow: inset 22px 22px #000; }
.recherche label input[type="checkbox"]:checked::before { transform: scale(1); }
.recherche h2{ font-size: 28px; margin: .75rem 0 .5rem 0; }
.recherche form{
  display: flex;
  width: 100%;
  align-items: flex-start;
  flex-flow: row wrap;
}
.recherche input[type="text"]{
  padding: 0;
  margin: 0 0 .5rem 0;
  color: #e4e1ce;
  width: 80%;
  border-bottom: 1px solid #e4e1ce;
  line-height: 48px;
  height: 48px;
  font-size: 14px;
  letter-spacing: .05rem;
}
.recherche input[type="text"].white{ border-color: white; color: white; }
.recherche input[type="text"].black{ border-color: black; color: black; }
.recherche input[type="text"]::placeholder{ color: #e4e1ce; font-size: 14px; letter-spacing: .05rem; }
.recherche input[type="text"].white::placeholder{ color: white; }
.recherche input[type="text"].black::placeholder{ color: black; }
.recherche input[type="submit"]{
  padding: 0;
  margin: 0 0 .5rem 0;
  color: #e4e1ce;
  width: 20%;
  border-bottom: 1px solid #e4e1ce;
  line-height: 48px;
  height: 48px;
  background: transparent url('gfx/recherche.png') no-repeat right center;
  text-indent: -3000px;
}
.recherche input[type="submit"].white{ border-color: white; }
.recherche input[type="submit"].black{ border-color: black; }
.recherche .mrgtop {
  margin-top: 1rem;
}
.produits{ margin-bottom: 2.5rem; }
.produits a{
  display: block;
  width: 86%;
  margin: 0 0 0 14%;
  position: relative;
}
.produits h3{
  color:#2c3a2b;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  font-weight: 400;
  margin: .25rem 0 0 0;
  width: 85%;
}
.produits span.bouton-plus{
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 40px;
  font-weight: 300;
  background:#bbad37;
  color:#fff;
  display: block;
  position: absolute;
  bottom:5%;
  right: 0;
  border-radius: 100%;
  text-align: center;
  transition: ease-in-out all .1s;
}
.produits a:hover span.bouton-plus{
  background:#2c3a2b;
  color:#bbad37;
  transition: ease-in-out all .1s;
}
.produits a:hover{ text-decoration: none; }
.conteneur.page-produits{
  background: #fff url('gfx/fond-salon.jpg') no-repeat center fixed;
  background-size: 100%;
}
.produits.nouveaute a::before{
  content: 'Nouveauté';
  text-transform: uppercase;
  position: absolute;
  display: block;
  left: 0;
  top: -5px;
  background: #2c3a2b;
  color: #e4e1ce;
  font-size: 14px;
  padding: 0 5px;
  line-height: 20px;
}

/* single produit */
.bgproduit{
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  background-size: cover;
  align-items: flex-end;
  justify-content: flex-end;
}
.presentation-produit{
  background: rgba(44,58,43,.85);
  width: 20%;
  padding: 0 3% 2vw 3%;
}
.suggestions{ margin: 1rem 1rem 1rem 0; }
.presentation-produit .partages{ position: absolute; right: 0; top: 23%; }
.presentation-produit #print,
.presentation-produit #send{
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: inline-block;
  cursor: pointer;
}
.presentation-produit #print{ background: #e4e1ce url('gfx/print.png') no-repeat center; }
.presentation-produit #send{ background: #e4e1ce url('gfx/send.png') no-repeat center; }
.presentation-produit #print.white,
.presentation-produit #send.white{ background-color: #fff; }
.presentation-produit #print.black,
.presentation-produit #send.black{ background-color: #000; }
.presentation-produit #print:hover,
.presentation-produit #send:hover{ background-color: white; }
.presentation-produit h1{ font-size: 2.6vw; }
.presentation-produit h2{ font-size: 1.55vw; margin: 1.55vw 0 0.9vw 0; }
.presentation-produit p,
.presentation-produit ul li{
  font-size: .79vw;
  line-height: 1.15vw;
  letter-spacing: .1rem;
  text-align: left;
}
.presentation-produit p.breadcrumb{ font-size: 0.675vw; letter-spacing: .15rem; text-transform: uppercase; margin: 4vw 0 0 0; }
.presentation-produit p.breadcrumb a{ font-weight: 600; }
.produits-similaires{ padding: 3vw 0; }
.produits-similaires .produits a{ width: 94%; margin: 0 6% 0 0; }
.produits-similaires .produits span.bouton-plus{ right: 6%; }
.produits-similaires h2{ font-size: 2.3vw; color: #2c3a2b; width: 100%; margin-bottom: 2rem; }
.produits-similaires h2::after {
    content: " ";
    display: block;
    width: 26%;
    margin-left: -5%;
    margin-bottom: 2rem;
    background: #2c3a2b;
    height: 1px;
}
#pop-send .popup{ min-height: inherit; }
.zoomprod a{
  display: block;
  background: #2c3a2b;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 1px solid #e4e1ce;
}
.zoomprod a img{ max-width: 50%; margin: 14px 0 0 14px; }
.zoomprod{ position: absolute; top: 1rem; left: 1rem; z-index: 2; }




/*actus*/
#category .produits h3{ min-height: 44px }
#category .produits span.bouton-plus{ bottom: 10%; right: 14%; }
#category .produits a{ margin: 0 14% 0 0; }
#category footer, #single footer{ margin-top: 3vw; }
#single h1{ width: 45%; }
#single h1::after{ margin-bottom: 4rem; }

.mobilehide{ display: block; }

/**/
@media (min-width: 2px) and (max-width: 1023px){
  .spemob{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;;
  }
  .logomobile{ width: 80%; text-align: center; }
  .logotendance-header{ width: 17.5%; margin-right: 2.5%; margin-top: .25rem; }
  .logomobile img{ margin: 1rem 2.5% 0 2.5%; max-width: 95%; }
  header{ box-shadow: 0px 20px 20px rgb(0 0 0 / 10%); height: auto; padding-bottom: 1rem; position: relative; }
  .lien-facebook img{ 
    position: absolute;
    width: 2rem;
    margin: 0;
    right: 1rem;
    top: 5rem;
  }
  .menu-toggle{
    width: 100%;
    padding: 0;
    background: transparent;
    color: #2c3a2b;
    margin: 0 ;
    border: 0;
    display: block;
    font-size: 5rem;
    line-height: 4rem;
    text-align: center;
  }
  nav.white .menu-toggle{ color: white; }
  nav.black .menu-toggle{ color: black; }
  .menu-toggle:active, .menu-toggle:focus, .menu-toggle:hover{
    text-decoration: none;
  }
  .menu-menu-principal-container{ position: relative; }
  .nav-menu{
    display: none;
    padding: 1.5rem 0;
    margin:0;
    z-index: 10003;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: 0 20px 20px rgb(0 0 0 / 20%);
    background: #e4e1ce;
  }
  div.nav-menu{ display: block; }
  .nav-menu.toggled-on{ display: block; }
  nav{
    float: left;
    margin: 0;
    width: 100%;
  }
  nav ul li.logo{ display: none; }
  nav ul li{
    list-style-type: none;
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
    height: auto;
  }
  nav ul li a{
    font-size: 1.5rem;
    display: block;
    text-decoration: none;
    width: 100%;
    padding: 0;
    margin: .5rem 0;
    line-height: 3rem;
  }
  nav ul li a:hover{ /*color: #666;*/ }
  nav ul li ul{
    position: relative;
    top: auto;
    left: auto;
    margin:0;
    padding:0;
    box-shadow: none;
    width: 100%;
    flex-direction: column;
    padding-top: 1rem;
  }
  nav > div > ul > li:nth-last-child(2), 
  nav > div > ul > li:last-child{ width: 100% }
  nav ul li ul li ul{ margin-top: .5rem; }
  nav ul li ul li::after{
    display: none!important;
  }
  nav ul li ul li{
    display: list-item;
    width: 100%;
    margin-bottom: 1rem;
  }
  nav ul li ul li a{
    font-size: 1.35rem;
    line-height: 1.35rem;
  }
  nav ul li ul li a:hover{
    text-decoration: none;
  }
  nav ul li ul li ul li a{ font-size: 1rem; }
  nav ul li ul li ul li{ margin-bottom: 0; }
  nav ul li ul li img{ margin: 0 1.5rem 0 4rem; max-width: 25%; }
  nav ul li a:hover::after, nav ul li.current-menu-item a::after{ opacity: 0; }
  .popup{ width: 80%; left: 10%; top: 10rem;  }
  #sliderhome{ padding-bottom: 18rem; padding-bottom: 0; }
  #sliderhome .diapo-out{
    position: absolute;
    bottom: -16rem;
    height: auto;
    right: 0;
    width: 100%;
    max-width: 100%;
    position: relative;
    bottom: auto;

  }
  #sliderhome .diapo-legende {
      padding: 1rem 10%;
      opacity: 1;
      width: 80%;
  }
  #sliderhome .diapo-texte{ font-size: .6rem; line-height: .8rem; opacity: 1; padding: 0 10% 2rem 10%; width: 80%; }
  #sliderhome .diapo-legende h2{ font-size: 1.5rem; line-height: 1.5rem; }
  #sliderhome .diapo-legende p{ font-size: 1rem; line-height: 1rem; }
  .flex-control-paging{ bottom: 35%;  }
  .btn-plus{ width: 54px; height: 54px; line-height: 54px; font-size: 54px; }
  .btn-plus.vert-blanc{ right: 2rem; bottom: 15%; }
  #sliderhome .flex-control-paging, #sliderhome2 .flex-control-paging{ display: none; }
  .bloc-actualites, .bloc-promotions, .bloc-promotions.video{ margin: 2rem; }
  .bloc-actualites h2 span{ display: block; width: 90%; margin: 0 10% 0 0; font-size: 1rem; }
  .bloc-promotions h2, .bloc-actualites h2{ min-height: 5rem; font-size: 1.5rem; line-height: 2rem; width: 79%; padding: 0.5rem 6%; }
  .bloc-promotions .btn-plus,
  .bloc-actualites .btn-plus{ top: auto; bottom: -.25rem; }
  .ligne-catalogue{ padding: 2rem 0 3rem 0; }
  .ligne-catalogue a{ width: 80%; font-size: 1.25rem; line-height: 68px; }
  .ligne-catalogue a span{ width: 68px; height: 68px; background-size: 50%; }
  .ligne-catalogue a::after{ margin-left: 8%; }
  footer{ padding: 1rem 0; }
  footer .spannomargin-12 .row{ flex-flow: row wrap; }
  footer .spannomargin-12 .spannomargin-6{ width: 50%; }
  footer p{ margin: 0 auto .5rem auto; text-align: center; width: 100%; }
  footer img, footer img.center{ margin: .5rem auto; max-width: 50%; }
  footer img.center{ margin: 1rem auto 1rem auto; }
  #menu-footer{ position: relative; top: auto; left: auto; box-shadow: none; display: none; }
  .mentions p{ font-size: .7rem; line-height: 1.5rem; padding: .5rem 5%; width: 90%; text-align: center; }
  .page-contenu, .page-produits .page-contenu{ padding: 2rem 10%; width: 80%; }
  .mobilehide{ display: none; }
  h2#mobileshow{ text-align: center; line-height: 40px; color: white; }
  h2#mobileshow span{
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    font-weight: 700;
    background: #fff;
    color: #000;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
    margin: 0 0 0 1rem;
    transform:rotate(90deg);
   }
   h2#mobileshow span.rotate{ transform:rotate(-90deg); }
   .recherche{ padding: 1rem 10%; margin-bottom: 3rem; }
   .produits{ max-width: 340px; margin: 0 auto 2rem auto; }
   .produits a, #category .produits a{ margin: 0 7%; }
   .produits span.bouton-plus, #category .produits span.bouton-plus{ right: 7%; }
   .recherche label{ font-size: 1rem; margin: .4rem 0; }
   .bgproduit{ background-attachment: scroll; background-size: 140%; }
   .presentation-produit{ width: 80%; margin-top: 15rem; padding: 2rem 10%; background: rgba(44,58,43,1); }
   .presentation-produit p.breadcrumb{ font-size: .75rem; flex-flow: row wrap; margin: .5rem 0; }
   .presentation-produit h1{ font-size: 2.25rem; }
   .presentation-produit p, .presentation-produit ul li{ line-height: 1.5rem; font-size: 1rem; }
   .presentation-produit h2{ font-size: 1.5rem; }
   .existeaussi.row .row{ flex-flow: row wrap; }
   .existeaussi .spannomargin-12{ width: 50%; }
   .produits-similaires h2{ text-align: center; font-size: 2rem; }
   .produits-similaires h2::after{ margin-left: 10%; }
   .produits-similaires .row{ align-items: center; }
   #single h1{ width: auto; }
   .page-contenu h1 { font-size: 2rem; line-height: 2rem; }
   .page-contenu h1::after{ margin-top: 1rem; }
   .page-contenu h2{ font-size: 2rem; line-height: 2rem; margin-bottom: 1rem }
   .coordonnees{ margin-bottom: 2rem; }
   .page-contenu .wpcf7{ margin-top: 2rem; }


}
/**/
@media (min-width: 768px) and (max-width: 1023px){
  .logomobile img{ margin-top: 3rem; }
  .logotendance-header{ margin-top: 2.25rem; }
  header .spannomargin-2{ width: 60%; }
  header .spannomargin-20{ width: 40%; }
  #sliderhome .diapo-texte {
    font-size: .75rem;
    line-height: 1.25rem;
  }
  .menu-toggle{ margin: 2rem 0; }
  nav ul li a{ font-size: 1rem; line-height: 2.5rem; }
  .lien-facebook img{ top: 3.75rem; }
  .bloc-promotions h2, .bloc-actualites h2{ min-height: 5.5rem; }
  .ligne-catalogue a { width: 60%; font-size: 2rem; }
  footer .spannomargin-8{ width: 100%; }
  footer .spannomargin-8 .spannomargin-8, footer .spannomargin-8 .spannomargin-12{ width: 30.3333%; margin: 0 1.5%; }
  footer .spannomargin-6.aligncenter{ width: 100%; }
  footer p{ font-size: .9rem; }
  footer img.center{ max-width: 100%; }
  .mentions .spannomargin-12{ width: 100%; }
  main .spannomargin-18{ width: 100%; }
  #single .page-contenu .spannomargin-12, #single .page-contenu .spannomargin-10{ width: 100%; }
  .spannomargin-4.spe768{ width: 30%; }
  .spannomargin-1.spe768{ width: 5%; }
  .spannomargin-13.spe768{ width: 65%; }
  .produits-similaires .spannomargin-4{ width: 10%; }
  .produits-similaires .spannomargin-16{ width: 80%; }
  .produits-similaires .spannomargin-16 .spannomargin-8{ width: 33.333%; }

}
/**/
@media (min-width: 1024px) and (max-width: 1279px) {
  article p{ margin: 0 0 1rem 0; font-size: 12px; line-height: 22px; letter-spacing: 1px; text-align: justify}
  article ul li{ font-size: 12px; line-height: 22px; letter-spacing: 1px; }
  .page-contenu h1 { font-size: 28px; }
  .page-contenu h2 { font-size: 26px; }
  .page-contenu h3{ font-size: 18px; }
  .page-contenu h4{ font-size: 16px; }
  header{ height: 106px; }
  nav ul li.logo a{ background-size: 75%; height: 106px;  }
  nav ul li{ height: 106px; }
  nav ul li a{ line-height: 106px; letter-spacing: .1rem; }
  nav ul li ul{ top: 106px; }
  nav ul li ul{ width: 90%; padding: 68px 5% 38px 5%; }
  nav ul li ul li ul{ margin-top: .5rem; }
  nav ul li ul li ul li, nav ul li ul li ul li a{ line-height: 11px; }
  nav ul li ul li::after{ right: .75rem; }
  .lien-facebook img { margin-top: 42px; }
  .logotendance-rond {
    width: 180px;
    height: 80px;
    padding: 100px 0 0 0;
    border-radius: 100%;
    background: #e4e1ce;
    box-shadow: 0px 20px 20px rgba(0, 0, 0, .01);
    z-index: 0;
    position: absolute;
    top: -120px;
    left: calc(50% - 90px);
  }
  .logotendance-rond img{ max-width: 50%; margin: 1rem auto; }
  #menu-footer li a, .mentions p, #menu-footer li::after{ font-size: 8px;}
  footer{ padding: 34px 0; }
  footer img.center{ max-width: 60%; }
  footer p{ font-size: 12px; }
  .ligne-catalogue a span{ width: 78px; height: 78px; background-size: 55%; }
  .ligne-catalogue a { line-height: 78px; }
  .ligne-catalogue a::after{ margin-left: 9%; }
  .bloc-promotions h2, .bloc-actualites h2{ line-height: 100px; }
  .btn-plus{ width: 54px; height: 54px; line-height: 54px; font-size: 58px; }
  .bloc-actualites h2 span{ font-size: 10px; line-height: 14px; width: 44%;  }
  .popup{ width: 70%; left: 15%; }
  .page-contenu { padding: 3rem 0.25rem; }
  .wpcf7 .required{ width: 100%; display: inline-block; }
  .page-produits .page-contenu{ padding: 4rem .25rem 0 .25rem; width: 100%; }
  .page-produits .page-contenu-produits{ padding: 1rem .25rem 0 .25rem; width: calc(100% - .5rem); }
  .produits a { width: 90%; margin: 0 0 0 10%; }
  .produits h3{ font-size: 12px; }
  .produits span.bouton-plus{ width: 30px; height: 30px; line-height: 30px; font-size: 30px; }
  .recherche input[type="text"], .recherche input[type="text"]::placeholder{ font-size: 10px; letter-spacing: .01rem; }
  .recherche label{ font-size: 12px; }
  .recherche h2{ font-size: 22px; }
  .presentation-produit{ width: 30%; }
  .presentation-produit ul li, .presentation-produit p{ margin-bottom: .25rem; font-size: .9vw; line-height: 1.3vw; }
  .produits-similaires h2{ margin-bottom: 1rem; }
  .produits-similaires { padding: 2vw 0; }
  .presentation-produit .partages{ top: 0; }
  .presentation-produit p.breadcrumb{ letter-spacing: .1rem; }


}
/**/
@media (min-width: 1280px) and (max-width: 1479px) {
  article p{ margin: 0 0 1rem 0; font-size: 14px; line-height: 28px; letter-spacing: 1px; text-align: justify}
  article ul li{ font-size: 14px; line-height: 28px; letter-spacing: 1px; }
  .page-contenu h1 { font-size: 32px; }
  .page-contenu h2 { font-size: 28px; }
  .page-contenu h3{ font-size: 20px; }
  .page-contenu h4{ font-size: 18px; }

  header{ height: 116px; }
  nav ul li.logo a{ background-size: 75%; height: 116px; }
  nav ul li{ height: 116px; }
  nav ul li a{ line-height: 116px; }
  nav ul li ul{ top: 116px; }
  nav ul li ul{ width: 90%; padding: 88px 5% 48px 5%; }
  nav ul li ul li ul li, nav ul li ul li ul li a{ line-height: 13px; }
  .lien-facebook img { margin-top: 44px; }
  .logotendance-rond {
    width: 200px;
    height: 100px;
    padding: 100px 0 0 0;
    border-radius: 100%;
    background: #e4e1ce;
    box-shadow: 0px 20px 20px rgba(0, 0, 0, .01);
    z-index: 0;
    position: absolute;
    top: -120px;
    left: calc(50% - 100px);
  }
  .logotendance-rond img{ max-width: 55%; margin: .5rem auto; }
  footer p{ font-size: 14px; }
  .ligne-catalogue a::after{ margin-left: 9%; }
  .bloc-actualites h2 span{ width: 48%; font-size: 14px; line-height: 18px; }
  .popup{ width: 60%; left: 20%; }
  .page-contenu { padding: 3rem 0.5rem; }
  .wpcf7 .required{ font-size: .75rem; }
  .page-produits .page-contenu{ padding: 4rem .5rem 0 .5rem; width: 100%; }
  .page-produits .page-contenu-produits{ padding: 1rem .5rem 0 .5rem; width: calc(100% - 1rem); }
  .recherche input[type="text"], .recherche input[type="text"]::placeholder{ font-size: 12px; letter-spacing: .02rem; }
  .recherche h2 { font-size: 24px; }
  .recherche label { font-size: 12px; }
  .produits h3{ font-size: 14px; }
  .produits a { width: 90%; margin: 0 0 0 10%; }
  .presentation-produit{ width: 25%; }



}
/**/
@media (min-width: 1480px) and (max-width: 1599px){
  header{ height: 126px; }
  nav ul li{ height: 126px; }
  nav ul li.logo a{ background-size: 75%; height: 126px; }
  nav ul li a{ line-height: 126px; }
  nav ul li ul{ top: 126px; }
  nav ul li ul li ul li, nav ul li ul li ul li a{ line-height: 14px; }
  .lien-facebook img { margin-top: 48px; }
  .logotendance-rond {
    width: 220px;
    height: 110px;
    padding: 110px 0 0 0;
    border-radius: 100%;
    background: #e4e1ce;
    box-shadow: 0px 20px 20px rgba(0, 0, 0, .01);
    z-index: 0;
    position: absolute;
    top: -130px;
    left: calc(50% - 110px);
  }
  .logotendance-rond img{ max-width: 55%; margin: .5rem auto; }

}
/**/
@media (min-width: 1600px) and (max-width: 1799px){
/*  nav ul li.logo a{ background-size: 70%; height: 250px; background-position: center 52%;  }*/

}
/**/
@media (min-width: 1800px){


}
/**/
@media (min-width: 1920px){
  nav ul li a { font-size: 17px; }
  nav ul li ul li a{ font-size: 23px; }
  nav ul li ul li ul li a{ font-size: 14px; }
  /*nav ul li.logo a{ background-size: auto; }*/
  .ligne-catalogue a{ font-size: 44px; }
  .bloc-promotions h2, .bloc-actualites h2{ font-size: 52px; }
  #sliderhome .diapo-legende h2{ font-size: 53px; line-height: 58px; }
  #sliderhome .diapo-legende p{ font-size: 20px; }
  .presentation-produit p.breadcrumb{ margin: 5rem 0 0 0; font-size: 13px; }
  .presentation-produit h1{ font-size: 50px; }
  .presentation-produit h2{ font-size: 30px; margin: 2rem 0 1rem 0; }
  .presentation-produit ul li{ font-size: 15px; line-height: 22px; }
  .produits-similaires{ padding: 3.5rem 0; }
  .produits-similaires h2{ font-size: 44px; }
	#sliderhome .diapo-out{ bottom: 9.75rem; bottom: auto; }
	#sliderhome .diapo-texte{ font-size: 13px; line-height: 1.3rem; padding: 2.35rem; }
	#sliderhome .diapo-legende{ padding: 2.35rem; }
	

}
/**/

/*COOKIES */

body #cookie-notice{
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255,255,255,0.6)!important;
}
.cookie-notice-container{
    width: 50%;
    margin: 5% 25% 0 25%;
    /*background: #fff url('gfx/logo.png') no-repeat center 12%;*/
    background: white;
    border: 1px solid #666;
    padding: 2rem 5% 2rem 5%;
}
@media (max-width: 1024px){
    .cookie-notice-container{
        width: 70%;
        margin: 2% 15% 0;
    }
}
@media (max-width: 767px){
    .cookie-notice-container{
        width: 90%;
        margin: 2% 5% 0 5%;
    }
}
#cn-notice-text{ font-size: 1.2em; line-height: 1.6em; float: left; width: 100%; text-align: center; margin-bottom: 1em; color: black!important; }
#cn-notice-text a{ color: black!important; text-decoration: underline; }
#cn-notice-buttons{ width: 100%; }
#cookie-notice .cn-button{
    transform: none!important;
    display: inline-block!important;
    margin-top: 0px!important;
    font-size: 1.2em!important;
    background: #000!important;
    color: #fff!important;
    border: 1px solid #000!important;
    text-shadow: none!important;
    border-radius: 0px!important;
    padding: 8px 28px!important;
    transition: ease-in-out all .1s;
}
#cookie-notice .cn-button:hover{
    background: #000!important;
    color: #fff!important;
    border-color: #000!important;
    transition: ease-in-out all .1s;
}
#cookie-notice #cn-refuse-cookie.cn-button, #cookie-notice #cn-more-info.cn-button{
  background: white!important;
  border: 1px solid #000!important;
  color:#999!important;
}
#cookie-notice #cn-refuse-cookie.cn-button:hover, #cookie-notice #cn-more-info.cn-button:hover{
  background: #fff!important;
  color: #000!important;
  border-color: #000!important;
}
 #cookie-notice #cn-more-info.cn-button{ display: block!important; margin: 1rem auto!important; max-width: 270px; }
.cookie-notice-hidden{ display:none!important; }

#revocation{
    position: fixed;
    right: 0;
    bottom: 0;
    width: 50%;
    max-width: 240px;
    height: 28px;
    z-index: 10003;
    opacity: 1;
}
#in-revocation{
    width: 99%;
    height: 26px;
    margin: 1px 0.5%;
}
#in-revocation .cn-button{
    border-color: #e2003b; background: #e2003b; color:#fff; border-radius: 0;
    padding: 0;
    height: 26px;
    font-size: 0.7em;
    line-height: 26px;
    display: block;
}
#in-revocation .cn-button:hover{
    background:#fff!important; color: #e2003b!important; box-shadow: none;
}
#cn-close-notice{ display: none; }
