/* Generated by less 2.5.1 */
@charset "utf-8";
/* ------------------------------ CSS -- */
header,
section,
footer,
aside,
nav,
main,
article,
figure {
  display: block;
}
div,
header,
nav,
article,
section,
aside,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li,
figure,
figcaption,
class,
img {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  background-color: white;
  border: 0 solid transparent;
  font-size: 16px;
  margin: 0;
  min-height: 100%;
  padding: 0;
  width: 100%;
  display: block;
  font-family: 'Roboto', sans-serif;
}
img,
object,
embed,
canvas,
video,
audio,
picture {
  max-width: 100%;
  height: auto;
}
img {
  display: block;
}
a {
  text-decoration: none;
  color: black;
}
/* ------------------------------- RECURENTES -- */
.clear {
  display: block;
  zoom: 1;
}
.clear:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.center {
  width: 960px;
  margin: 0 auto;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  color: red;
  min-width: 100%;
  z-index: 1;
}
.dropdown-content a {
  font-size: 16px;
  color: white;
  display: block;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 5px;
}
.dropdown-content a:hover {
  color: #2e4359;
}
.dropdown:hover .dropdown-content {
  display: block;
  text-align: center;
}
input,
textarea {
  width: 50%;
  height: 30px;
  border: 0;
  border: solid 2px #e5d9ce;
  color: black;
  line-height: 40px;
  font-weight: bold;
  text-indent: 20px;
}
/* ------------------------------- END RECURENTES -- */
div.tooltip {
  position: relative;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 220px;
  height: 293px;
  background-color: rgba(122, 144, 167, 0.93);
  color: #fff;
  text-align: left;
  font-size: 14px;
  padding: 35px;
  /* Position */
  position: absolute;
  z-index: 1;
  bottom: 0%;
  left: 0%;
  opacity: 0;
  transition: opacity 1s;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
/* ---------------------------------------------------------------- INDEX -- */
div.top {
  display: none;
}
header nav.center {
  padding-top: 80px;
  height: 65px;
  width: 50%;
  text-align: center;
  position: absolute;
  right: 0;
}
header nav.center ul {
  font-size: 0;
}
header nav.center ul li {
  width: 130px;
  display: inline-block;
  list-style-type: none;
}
header nav.center ul li a {
  line-height: 65px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  letter-spacing: 1px;
}
header nav.center ul li a:hover {
  color: #2e4359;
}
header nav.center ul li a i {
  font-size: 20px;
}
header img {
  margin: 50px auto;
}
header section.icon {
  position: absolute;
  left: 10%;
  margin-top: 100px;
  display: block;
}
header section.icon a {
  font-size: 20px;
  color: white;
  margin: 20px;
  font-size: 18px;
}
header section.icon a:hover {
  color: #2e4359;
}
/* ------------------------------- SEPARATION  1 -- */
section.separation1 {
  display: flex;
  flex-wrap: wrap;
  margin: 150px auto;
}
section.separation1 div.visu1 {
  display: none;
}
section.separation1 article.deco {
  display: block;
}
section.separation1 article.deco a img:hover {
  background-color: rgba(222, 184, 135, 0.61);
}
section.separation1 article.deco p {
  font-weight: bold;
  font-size: 18px;
  color: white;
  text-align: center;
  position: absolute;
  margin: 35px 0 0 30px;
}
/* ------------------------------- PRODUITS -- */
section.produit {
  background-color: #e5d9ce;
  width: 1320px;
  height: 1200px;
  margin: 0 auto;
}
section.produit h3 {
  font-size: 24px;
  padding-top: 200px;
}
section.produit div.sofa {
  display: flex;
  flex-wrap: wrap;
}
section.produit div.sofa article.all {
  margin: 50px 10px 0px 10px;
  text-align: center;
  background-color: #7a90a7;
}
section.produit div.sofa article.all p {
  color: white;
  font-weight: bold;
  padding: 10px 0;
}
section.produit div.sofa article.all i {
  font-size: 22px;
  padding: 5px;
  margin-bottom: 10px;
  color: white;
}
section.produit div.sofa article.all i:hover {
  color: #2e4359;
}
/* ------------------------------- CASE -- */
section.case {
  margin: 150px auto;
}
section.case div#animation_container {
  display: block;
}
section.case div.img_case {
  display: none;
}
/* ------------------------------- ARTICLES -- */
section.article {
  display: flex;
  flex-wrap: wrap;
}
section.article article.mag {
  margin: 0 auto;
}
section.article article.mag p {
  font-size: 14px;
  padding: 10px;
  width: 207px;
  letter-spacing: 1px;
}
section.article article.mag p span {
  font-size: 18px;
  font-weight: bold;
  color: #2e4359;
}
/* ------------------------------- NEW -- */
section.new {
  margin-top: 250px;
}
section.new article.gauche {
  margin-top: 60px;
  margin-bottom: 250px;
  float: left;
}
section.new article.gauche p {
  display: block;
  font-size: 16px;
  background-color: #2e4359;
  width: 380px;
  padding: 15px;
  margin: 10px;
  color: white;
  text-align: center;
}
section.new article.gauche p i {
  font-size: 28px;
  margin-right: 10px;
  margin-top: -5px;
  float: left;
}
section.new article.droite {
  float: right;
}
section.new article.droite form {
  text-align: center;
  margin-top: 220px;
  position: absolute;
  color: white;
  margin-left: 20px;
}
section.new article.droite form label {
  font-size: 16px;
  font-weight: bold;
}
section.new article.droite form input {
  width: 150px;
  height: 45px;
  margin-left: 20px;
  padding-left: 10px;
  border: solid 2px white;
  background-color: rgba(0, 0, 0, 0);
  color: white;
}
section.new article.droite form input.go-form {
  color: #2e4359;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  background-color: white;
}
section.new article.droite form input.go-form:hover {
  color: #beb3a9;
  background-color: white;
}
section.new article.droite form p {
  margin-top: 20px;
}
/* ------------------------------- FOOTER -- */
footer {
  background-color: #e5d9ce;
  height: 300px;
}
footer section.footer img {
  float: left;
  margin-top: 50px;
  width: 10%;
}
footer section.footer div.nav {
  float: right;
  margin-top: 60px;
}
footer section.footer div.nav p {
  font-weight: bold;
  font-size: 18px;
  color: #2e4359;
  margin-bottom: 10px;
}
footer section.footer div.nav ul {
  font-size: 0;
}
footer section.footer div.nav ul li {
  width: 160px;
}
footer section.footer div.nav ul li a {
  font-size: 16px;
  display: block;
  line-height: 20px;
}
footer h5 {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 30px;
  color: #2e4359;
}
/* --------------------------------------------------------------------- KAGU CARTE -- */
section.carte {
  margin: 150px auto;
}
section.carte h3 {
  font-size: 24px;
  color: #2e4359;
  margin-bottom: 80px;
}
section.carte h3 span {
  font-size: 18px;
  color: black;
}
section.carte article.aventage img {
  float: left;
  margin-right: 50px;
}
section.carte article.aventage p {
  padding-top: 50px;
  margin-bottom: 50px;
}
section.carte article.aventage p span {
  color: #e5d9ce;
  font-weight: bold;
  font-size: 28px;
}
section.carte article.aventage a {
  font-weight: bold;
  background-color: #2e4359;
  color: #e5d9ce;
  padding: 20px 40px;
}
section.carte article.aventage a:hover {
  background-color: #e5d9ce;
  color: #2e4359;
}
section.produitcarte {
  margin-top: 250px auto;
  background-color: #e5d9ce;
  width: 1320px;
  height: 600px;
}
section.produitcarte div.offre {
  display: flex;
  flex-wrap: wrap;
}
section.produitcarte div.offre h3 {
  font-size: 24px;
  color: #2e4359;
  text-align: center;
  margin-top: 50px;
}
section.produitcarte div.offre article.all {
  margin: 50px 10px 0px 10px;
  text-align: center;
  background-color: #7a90a7;
}
section.produitcarte div.offre article.all p {
  color: white;
  font-weight: bold;
  padding: 10px 0;
}
section.produitcarte div.offre article.all i {
  font-size: 22px;
  padding: 10px;
  color: white;
  margin-bottom: 5px;
}
section.produitcarte div.offre article.all i:hover {
  color: #2e4359;
}
section.article2 {
  margin: 250px auto;
  display: flex;
  flex-wrap: wrap;
}
section.article2 article.mag {
  margin: 0 auto;
}
section.article2 article.mag p {
  font-size: 14px;
  padding: 10px;
  width: 220px;
  letter-spacing: 1px;
}
section.article2 article.mag p span {
  font-size: 18px;
  font-weight: bold;
  color: #2e4359;
}
/* --------------------------------------------------------------------- MAGASIN -- */
section.magasin {
  margin: 150px auto;
}
section.magasin img {
  margin: 0 auto;
}
section.magasin h3 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 150px;
  font-size: 24px;
  color: #2e4359;
}
div.lieux {
  background-color: #e5d9ce;
  padding: 150px 0px;
  margin-bottom: 250px;
}
div.lieux article.position-gauche {
  float: left;
  width: 30%;
  margin-left: 150px;
}
div.lieux article.position-gauche p span {
  font-size: 24px;
  font-weight: bold;
  color: #2e4359;
}
div.lieux article.position-droite {
  float: right;
  margin-right: 100px;
}
div.lieux article.position-droite iframe {
  width: 300px;
}
/* --------------------------------------------------------------------- SOFA -- */
section.produit-sofa h3 {
  font-size: 28px;
  color: #2e4359;
  margin-top: 80px;
}
section.produit-sofa h6 {
  font-size: 14px;
  margin: 20px 0;
  letter-spacing: 1px;
}
section.produit-sofa h5 {
  font-size: 24px;
  padding: 50px 0;
}
section.produit-sofa div.canapes {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 250px;
}
section.produit-sofa div.canapes article.all2 {
  margin: 50px 10px 0px 10px;
  text-align: center;
  background-color: #7a90a7;
}
section.produit-sofa div.canapes article.all2 p {
  color: white;
  font-weight: bold;
  padding: 10px 0;
}
section.produit-sofa div.canapes article.all2 i {
  font-size: 22px;
  margin-bottom: 5px;
  padding: 10px;
  color: white;
}
section.produit-sofa div.canapes article.all2 i:hover {
  color: #2e4359;
}
/* --------------------------------------------------------------------- CONEXION -- */
section.connexion {
  margin: 100px auto;
}
section.connexion img {
  margin: 0 auto;
}
section.connexion h3 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 50px;
}
section.connexion form {
  margin: 0 auto;
  margin-top: 50px;
  text-align: center;
}
section.connexion form label {
  font-weight: bold;
  display: block;
  margin-top: 20px;
}
section.connexion form input.go-form {
  font-weight: bold;
  cursor: pointer;
  background-color: #2e4359;
  color: #e5d9ce;
  border: 0px;
  height: 50px;
  width: 150px;
  text-indent: 0px;
  display: block;
  margin: 20px auto;
}
section.connexion form input.go-form:hover {
  background-color: #e5d9ce;
  color: #2e4359;
}
/* --------------------------------------------------------------------- PANIER -- */
section.panier h3 {
  font-size: 24px;
  text-align: center;
  margin: 100px 0;
  color: #2e4359;
}
section.panier p {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  color: #b5a697;
}
section.article-panier {
  margin: 250px auto;
  display: flex;
  flex-wrap: wrap;
}
section.article-panier article.mag {
  margin: 0 auto;
}
section.article-panier article.mag p {
  font-size: 14px;
  padding: 10px;
  width: 207px;
  letter-spacing: 1px;
}
section.article-panier article.mag p span {
  font-size: 18px;
  font-weight: bold;
  color: #2e4359;
}
/* --------------------------------------------------------------------- DECO -- */
section.separation_deco {
  background-image: url(../img/deco/img_deco2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 389px;
  margin: 100px auto;
}
section.separation_deco p {
  color: white;
  text-align: right;
  width: 400px;
  float: right;
  padding: 185px 50px 0 0;
}
section.separation_deco p span {
  font-size: 20px;
  font-weight: bold;
}
section.produit-sofa h4 {
  text-align: center;
  font-size: 24px;
  padding-bottom: 50px;
  color: #2e4359;
}
/* ---------------------------------------------------------------------CHAMBRES -- */
section.separation_chambres {
  background-image: url(../img/room/img_room.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 389px;
  margin: 100px auto;
}
section.separation_chambres p {
  color: white;
  text-align: right;
  width: 400px;
  float: right;
  padding: 155px 50px 0 0;
}
section.separation_chambres p span {
  font-size: 20px;
  font-weight: bold;
}
/* ---------------------------------------------------------------------CHAMBRES -- */
section.separation_inter {
  background-image: url(../img/interieur/img_interieur2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 389px;
  margin: 100px auto;
}
section.separation_inter p {
  color: white;
  text-align: right;
  width: 400px;
  float: right;
  padding: 155px 50px 0 0;
}
section.separation_inter p span {
  font-size: 20px;
  font-weight: bold;
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 1200px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 1200px) {
  .center {
    width: 960px;
    margin: 0 auto;
  }
  section.produit {
    width: 100%;
  }
  section.produitcarte {
    width: 100%;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 1024px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
  .center {
    width: 960px;
    margin: 0 auto;
  }
  /* ----- MENU BURGER ---- */
  div.top {
    display: block;
  }
  div.top div.burger {
    width: 100%;
    height: 50px;
    background-color: #2e4359;
    cursor: pointer;
    position: fixed;
    top: 0;
    z-index: 4;
    transition: all 0.3s ease-in-out;
  }
  div.top div.burger span {
    display: block;
    width: 30px;
    height: 2px;
    background-color: white;
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
  }
  div.top div.burger span:before,
  div.top div.burger span:after {
    content: '';
    position: absolute;
    display: block;
    width: 30px;
    height: 2px;
    background-color: white;
    transition: all 0.3s ease-in-out;
  }
  div.top div.burger span:before {
    top: -10px;
  }
  div.top div.burger span:after {
    top: 10px;
  }
  div.top div.burger.burger-open span {
    background-color: rgba(99, 112, 129, 0);
  }
  div.top div.burger.burger-open span:before {
    transform: rotate(45deg);
    top: 0;
  }
  div.top div.burger.burger-open span:after {
    transform: rotate(135deg);
    top: 0;
  }
  div.top div.burger i {
    color: white;
    margin: 15px 0 0 50px;
    font-size: 20px;
  }
  div.top div.burger i:hover {
    color: #e5d9ce;
  }
  div.top div.menu {
    height: 100%;
    background-color: #e5d9ce;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 2;
    transform: translateX(100%);
    overflow-x: hidden;
    transition: transform 0.3s ease-in-out;
  }
  div.top div.menu.is-open {
    transform: translateX(0);
  }
  div.top div.menu ul {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
  div.top div.menu ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 20px;
  }
  div.top div.menu ul li a {
    display: block;
    color: #637081;
    line-height: 10px;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    text-align: center;
  }
  div.top div.menu ul li a:before,
  div.top div.menu ul li a:after {
    content: '';
    position: absolute;
    display: block;
    height: 5px;
    width: 80%;
    left: 0;
  }
  header {
    /* ----- NAV ---- */
  }
  header nav.center {
    display: none;
  }
  header section.icon {
    display: none;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 960px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 960px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  section.produit h3 {
    font-size: 24px;
    padding-top: 200px;
    padding-left: 15px;
  }
  section.case {
    margin: 150px auto;
  }
  section.new article.droite {
    padding-right: 12px;
  }
  footer {
    height: auto;
    padding-top: 50px;
  }
  footer section.footer img {
    float: none;
    margin: 0 auto;
  }
  footer section.footer div.nav {
    float: right;
    margin-top: 60px;
    margin-right: 115px;
    margin-left: 0px;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 812px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 812px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  /*-----------------------------------------------INDEX-------------*/
  section.separation1 article.deco {
    display: none;
  }
  section.separation1 div.visu1 {
    display: block;
    margin: 0 auto;
  }
  section.separation1 div.visu1 article.deco2 {
    margin: 10px 0;
  }
  section.separation1 div.visu1 article.deco2 p {
    font-weight: bold;
    font-size: 18px;
    color: white;
    text-align: center;
    position: absolute;
    margin: 35px 0 0 30px;
  }
  section.produit {
    height: 1590px;
  }
  section.produit div.sofa article.all {
    margin: 50px 10px 0px 33px;
  }
  section.case {
    margin-top: 150px;
  }
  section.case div#animation_container {
    display: none;
  }
  section.case div.img_case {
    display: block;
    margin-left: 170px;
  }
  section.new article.gauche {
    margin: 60px 0 110px 205px;
    float: left;
  }
  section.new article.droite {
    padding-right: 163px;
    padding-bottom: 200px;
  }
  footer section.footer div.nav {
    float: right;
    margin-top: 60px;
    margin-right: 80px;
  }
  /*---------------------------------------------- CANAPE -------------*/
  section.produit-sofa div.canapes article.all2 {
    margin: 50px 10px 0px 34px;
  }
  /*---------------------------------------------- KAGU -------------*/
  section.produitcarte {
    height: 1000px;
  }
  section.produitcarte div.offre article.all {
    margin: 50px 10px 0px 120px;
    text-align: center;
    background-color: #7a90a7;
  }
  section.carte article.aventage p {
    padding-right: 50px;
  }
  section.carte article.aventage p span {
    color: #b8ada2;
    font-weight: bold;
    font-size: 26px;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 768px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  section.separation1 article.deco {
    display: none;
  }
  section.separation1 div.visu1 {
    display: block;
    margin: 0 auto;
  }
  section.separation1 div.visu1 article.deco2 {
    margin: 10px 0;
  }
  section.separation1 div.visu1 article.deco2 p {
    font-weight: bold;
    font-size: 18px;
    color: white;
    text-align: center;
    position: absolute;
    margin: 35px 0 0 30px;
  }
  section.produit div.sofa article.all {
    margin: 45px 10px 0px 22px;
  }
  section.case div.img_case {
    display: block;
    margin-left: 150px;
  }
  section.new article.gauche {
    margin: 61px 0 110px 185px;
    float: left;
  }
  section.new article.droite {
    padding-right: 150px;
  }
  footer section.footer div.nav {
    float: right;
    margin-top: 60px;
    margin-right: 70px;
  }
  /*---------------------------------------------- CANAPE -------------*/
  section.produit-sofa div.canapes article.all2 {
    margin: 50px 10px 0px 21px;
  }
  /*---------------------------------------------- KAGU -------------*/
  section.carte h3 {
    margin-left: 50px;
  }
  section.carte article.aventage img {
    margin: 0 auto;
    float: none;
  }
  section.carte article.aventage p {
    padding: 70px;
  }
  section.carte article.aventage p span {
    color: #b8ada2;
    font-weight: bold;
    font-size: 26px;
  }
  section.carte article.aventage a {
    margin-left: 75px;
  }
  section.produitcarte div.offre article.all {
    margin: 50px 10px 0px 100px;
  }
  /*---------------------------------------------- KAGU -------------*/
  div.lieux article.position-gauche {
    width: 70%;
    margin-bottom: 100px;
  }
  div.lieux article.position-droite {
    margin-right: 235px;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 600px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 600px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  section.produit {
    height: 2000px;
  }
  section.produit div.sofa article.all {
    margin: 45px 10px 0px 50px;
  }
  section.case div.img_case {
    display: block;
    margin-left: 75px;
  }
  section.article article.mag {
    margin: 50px 195px;
  }
  section.new {
    margin-top: 50px;
  }
  section.new article.gauche {
    margin: 61px 0 110px 97px;
  }
  section.new article.droite {
    padding-right: 52px;
  }
  footer section.footer div.nav {
    float: none;
    margin-top: 60px;
    margin-left: 230px;
  }
  /*---------------------------------------------- CANAPE -------------*/
  section.produit-sofa h3 {
    padding: 0 20px;
  }
  section.produit-sofa h6 {
    font-size: 12px;
    padding: 0 20px;
  }
  section.produit-sofa div.canapes article.all2 {
    margin: 50px 10px 0px 49px;
  }
  /*---------------------------------------------- PANIER -------------*/
  section.article-panier article.mag {
    margin: 50px 195px;
  }
  /*---------------------------------------------- CONNNEXION -------------*/
  section.connexion img {
    margin: 0 auto;
    width: 10%;
  }
  /*---------------------------------------------- KAGU -------------*/
  section.produitcarte div.offre article.all {
    margin: 50px 10px 0px 50px;
  }
  section.article2 article.mag {
    margin: 50px 195px;
  }
  /*---------------------------------------------- MAGASIN -------------*/
  section.magasin img {
    margin: 0 auto;
    width: 30%;
  }
  div.lieux article.position-gauche {
    width: 70%;
    margin-left: 110px;
  }
  div.lieux article.position-droite {
    margin-right: 165px;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 568px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 568px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  section.produit div.sofa article.all {
    margin: 45px 10px 0px 38px;
  }
  section.article article.mag {
    margin: 50px 190px;
  }
  section.case div.img_case {
    display: block;
    margin-left: 60px;
  }
  section.article article.mag {
    margin: 50px 180px;
  }
  section.new {
    margin-top: 50px;
  }
  section.new article.gauche {
    margin: 61px 0 110px 82px;
  }
  section.new article.droite {
    padding-right: 37px;
  }
  footer section.footer div.nav {
    float: none;
    margin-top: 60px;
    margin-left: 220px;
  }
  /*---------------------------------------------- CANAPE -------------*/
  section.produit-sofa div.canapes article.all2 {
    margin: 50px 10px 0px 39px;
  }
  /*---------------------------------------------- PANIER -------------*/
  section.article-panier article.mag {
    margin: 50px 190px;
  }
  /*---------------------------------------------- KAGU -------------*/
  section.carte h3 {
    margin-left: 50px;
  }
  section.carte article.aventage img {
    margin: 0 auto;
    float: none;
  }
  section.carte article.aventage p {
    padding: 70px;
  }
  section.carte article.aventage p span {
    color: #b8ada2;
    font-weight: bold;
    font-size: 24px;
  }
  section.carte article.aventage a {
    margin-left: 75px;
  }
  section.produitcarte div.offre article.all {
    margin: 50px 10px 0px 40px;
  }
  section.article2 article.mag {
    margin: 50px 180px;
  }
  /*---------------------------------------------- KAGU -------------*/
  div.lieux article.position-gauche {
    width: 70%;
    margin-left: 110px;
  }
  div.lieux article.position-droite {
    margin-right: 140px;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 480px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 480px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  section.produit div.sofa article.all {
    margin: 45px 10px 0px 9px;
  }
  section.case div.img_case {
    display: block;
    margin-left: 16px;
  }
  section.article article.mag {
    margin: 50px 132px;
  }
  section.new article.gauche {
    margin: 61px 0 110px 35px;
  }
  section.new article.droite {
    padding-right: 0px;
  }
  footer section.footer img {
    width: 20%;
  }
  footer section.footer div.nav {
    margin-left: 166px;
  }
  /*---------------------------------------------- CANAPE -------------*/
  section.produit-sofa h3 {
    padding: 0 35px;
  }
  section.produit-sofa h6 {
    font-size: 12px;
    padding: 0 35px;
  }
  section.produit-sofa div.canapes article.all2 {
    margin: 50px 10px 0px 10px;
  }
  /*---------------------------------------------- PANIER -------------*/
  section.article-panier article.mag {
    margin: 50px 132px;
  }
  /*---------------------------------------------- KAGU -------------*/
  section.carte h3 {
    margin-left: 50px;
  }
  section.produitcarte div.offre h3 {
    font-size: 20px;
  }
  section.produitcarte div.offre article.all {
    margin: 50px 10px 0px 10px;
  }
  section.article2 article.mag {
    margin: 50px 132px;
  }
  /*---------------------------------------------- MAGASIN -------------*/
  div.lieux article.position-gauche {
    width: 70%;
    margin-left: 98px;
  }
  div.lieux article.position-droite {
    margin-right: 90px;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 420px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 420px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  section.produit {
    height: 3900px;
  }
  section.produit div.sofa article.all {
    margin: 45px 10px 0px 95px;
  }
  section.case div.img_case {
    display: block;
    margin-left: 0px;
  }
  section.article article.mag {
    margin: 50px 100px;
  }
  section.new article.gauche {
    margin: 59px 0 110px 4px;
  }
  section.new article.droite form {
    margin-top: 110px;
    margin-left: 120px;
  }
  section.new article.droite form label {
    display: block;
    margin-bottom: 10px;
  }
  section.new article.droite form input {
    margin-left: 20px;
    padding-left: 10px;
    display: block;
    margin-bottom: 10px;
  }
  section.new article.droite form input.go-form {
    display: block;
  }
  section.new article.droite form p {
    margin-left: -25px;
  }
  footer section.footer div.nav {
    margin-left: 130px;
  }
  /*---------------------------------------------- CANAPE -------------*/
  section.produit-sofa div.canapes article.all2 {
    margin: 50px 10px 0px 98px;
  }
  /*---------------------------------------------- PANIER -------------*/
  section.article-panier article.mag {
    margin: 50px 110px;
  }
  /*---------------------------------------------- KAGU -------------*/
  section.carte h3 {
    margin-left: 30px;
    font-size: 18px;
  }
  section.produitcarte {
    height: 1700px;
  }
  section.produitcarte div.offre article.all {
    margin: 50px 10px 0px 100px;
  }
  section.article2 article.mag {
    margin: 50px 100px;
  }
  /*---------------------------------------------- MAGASIN -------------*/
  div.lieux article.position-gauche {
    width: 70%;
    margin-left: 70px;
  }
  div.lieux article.position-droite {
    margin-right: 60px;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 380px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 380px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  section.produit div.sofa article.all {
    margin: 45px 10px 0px 75px;
  }
  section.new article.gauche a {
    width: 110%;
  }
  section.article article.mag {
    margin: 50px 80px;
  }
  section.new article.gauche {
    margin: 59px 0 110px 8px;
  }
  section.new article.droite form {
    margin-top: 75px;
    margin-left: 100px;
  }
  footer section.footer div.nav {
    margin-left: 115px;
  }
  /*---------------------------------------------- CANAPE -------------*/
  section.produit-sofa h3 {
    padding: 0 55px;
    font-size: 18px;
  }
  section.produit-sofa h6 {
    font-size: 12px;
    padding: 0 55px;
  }
  section.produit-sofa div.canapes article.all2 {
    margin: 50px 10px 0px 45px;
  }
  /*---------------------------------------------- PANIER -------------*/
  section.article-panier article.mag {
    margin: 50px 90px;
  }
  /*---------------------------------------------- KAGU -------------*/
  section.produitcarte div.offre h3 {
    font-size: 16px;
  }
  section.produitcarte div.offre article.all {
    margin: 50px 10px 0px 80px;
  }
  section.article2 article.mag {
    margin: 50px 80px;
  }
  /*---------------------------------------------- MAGASIN -------------*/
  div.lieux article.position-droite {
    margin-right: 40px;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 320px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 320px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  section.produit h3 {
    font-size: 16px;
  }
  section.produit div.sofa article.all {
    margin: 45px 10px 0px 48px;
  }
  section.article article.mag {
    margin: 50px 55px;
  }
  section.new article.gauche a {
    width: 92%;
  }
  section.new article.droite form {
    margin-top: 35px;
    margin-left: 70px;
  }
  footer {
    /*---------------------------------------------- CANAPE -------------*/
  }
  footer section.footer div.nav {
    margin-left: 95px;
  }
  footer section.footer div.nav ul li a {
    font-size: 14px;
    display: block;
    line-height: 20px;
  }
  footer section.footer div.nav p {
    font-size: 16px;
  }
  footer section.produit-sofa h3 {
    padding-left: 30px;
    font-size: 10px;
  }
  footer section.produit-sofa div.canapes article.all2 {
    margin: 50px 10px 0px 45px;
  }
  footer footer h5 {
    font-size: 10px;
  }
  /*---------------------------------------------- PANIER -------------*/
  section.article-panier article.mag {
    margin: 50px 55px;
  }
  /*---------------------------------------------- KAGU -------------*/
  section.carte h3 {
    font-size: 12px;
  }
  section.carte h3 span {
    font-size: 14px;
  }
  section.carte article.aventage p {
    padding: 70px;
    font-size: 12px;
  }
  section.carte article.aventage p span {
    color: #b8ada2;
    font-weight: bold;
    font-size: 18px;
  }
  section.produitcarte div.offre h3 {
    font-size: 14px;
  }
  section.produitcarte div.offre article.all {
    margin: 50px 10px 0px 50px;
  }
  section.article2 article.mag {
    margin: 50px 55px;
  }
  /*---------------------------------------------- MAGASIN -------------*/
  div.lieux article.position-gauche {
    margin-left: 65px;
  }
  div.lieux article.position-droite {
    margin-right: 9px;
  }
}
