@charset "UTF-8";

/*
Violet : #5b1f47
Rose : #b588aa
*/

/* Fonts */

@import url('https://fonts.googleapis.com/css?family=Muli:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&display=swap');

/* CSS */

/* @import url("font-awesome.css"); */
@import url("cookielaw.css");

/* Pages */

body {
    font-family: "Muli", Tahoma, Arial, Verdana, sans-serif;
    font-weight: 400;
    color: #111;
    /* background: url(../uploads/backgrounds/background.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; */
}
div.noscript {
    padding: 13px 10px;
    background-color: #e90000;
    color: white;
    margin-bottom: 10px;
    border-bottom: 1px solid #b90000;
}
div.noscript p {
    line-height: 1.2em;
}
div.disabled {
  pointer-events: none;
  /* for "disabled" effect */
  opacity: 0.3;
  background: #CCC;
}

/* Liens */

a {
    text-decoration: none;
}
a:link {
    color: #5b1f47;
}
a:visited {
    color: #5b1f47;
}
a:hover, a:focus, a:active {
    color: #b588aa;
    text-decoration: none;
}

/* Formulaires */

form {
    margin: 0;
    padding: 0;
}
input, select, textarea {
    font-family: "Muli", Arial, sans-serif;
    font-size: 0.85em;
    padding: 8px 11px;
    background-color: white;
    border: 1px solid #ccc;
}
*:focus {
    outline: none;
}
form table {
    margin: 0;
    padding: 0;
    border-spacing: 0;
    border-collapse: collapse;
}
form label {
    display: block;
    width: 110px;
    text-align: right;
    padding-right: 20px;
    font-size: 1em;
}
input.submit {
    font-family: "Muli", Arial, sans-serif;
    font-size: 0.75em;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 35px;
    height: 35px;
    padding: 0 25px;
    color: white;
    background-color: #333;
    cursor: pointer;
    border: none;
}
input.submit:hover {
    background-color: #777;
}
input.important {
    font-family: "Muli", Arial, sans-serif;
    font-size: 0.75em;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 35px;
    height: 35px;
    padding: 0 25px;
    color: white;
    background-color: #5b1f47;
    cursor: pointer;
    border: none;
}
input.important:hover {
    background-color: #b588aa;
}
div.retour_invalide i, div.retour_valide i {
    margin-right: 10px;
}
div.retour_invalide {
    padding: 7px 10px;
    background-color: red;
    color: white;
    font-size: 0.9em;
    margin: 10px 0;
}
div.retour_valide {
    padding: 7px 10px;
    background-color: green;
    color: white;
    font-size: 0.9em;
    margin: 10px 0;
}

/* Global */

div.global {
    width: 1080px;
    margin: 0 auto;
    position: relative;
    background-color: white;
    padding: 30px 0;
}
hr.line {
	border: none;
	background: #d4d4d4;
	height: 1px;
	margin: 15px 0;
}

/* Header */

header.header {
    margin: 0;
    position: relative;
    z-index: 1;
    height: 205px;
    margin-bottom: 20px;
}
header.header div.logo {
    width: 250px;
}

/* Social */

header.header div.lang {
    position: absolute;
    top: 0;
    right: 0;
}
header.header div.lang a {
    margin: 0 7px;
}
header.header div.lang img.social {
    margin-left: 7px;
    cursor: pointer;
}
header.header div.lang a.dw {
    border: 1px solid #dedede;
    color: #333;
    font-size: 1em;
    padding: 5px 10px;
    margin-left: 15px;
    margin-right: 0;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
}

header.header div.lang a.dw:hover {
    background-color: #dedede;
}
header.header div.lang a.dw img {
    margin-right: 7px;
    height: 14px;
}
header.header div.lang a.dw img.euro {
    height: 25px;
}
header.header div.lang a svg {
    font-size: 1.6em;
    cursor: pointer;
}
header.header div.lang a svg.fa-facebook-square {
    color: #3b5997;
}

header.header div.social {
    position: absolute;
    top: 0;
    left: 225px;
    text-align: center;
}
header.header div.social svg {
    font-size: 2.2em;
    cursor: pointer;
}
header.header div.social svg.fa-facebook-square {
    color: #3b5997;
}

/* Navigation */

header.header nav.nav {
    background-color: #222;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
header.header nav.fixed {
    position: fixed;
    width: 1080px;
    top: 0;
    left: 50%;
    margin-left: -540px;
    height: 40px;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}
header.header nav.nav ul {
    background-color: #222;
    margin: 0;
    padding: 0;
    position: relative;
}
header.header nav.nav ul li.all {
    line-height: 40px;
    height: 40px;
    font-size: 0.7em;
    color: white;
    float: left;
    cursor: auto;
    background-color: #5b1f47;
    text-align: center;
    overflow: hidden;

}
header.header nav.nav ul li.niv {
    line-height: 40px;
    height: 40px;
    font-size: 0.7em;
    font-weight: 600;
    color: white;
    float: left;
    cursor: pointer;
    background-color: #222;
    text-align: center;
    padding: 0 7px;
    overflow: hidden;
}
header.header nav.nav ul li a {
    color: white;
}
header.header nav.nav ul li.niv span {
    padding: 0 7px;
    background: url("../images/path.png") no-repeat center center;
}
header.header nav.nav ul li:hover {
    background-color: #444;
}

/* Prim */

header.header nav.nav ul li.niv div.prim {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    z-index: 1000000000000000;
    background-color: #444;
    padding: 20px;
    text-align: left;
}
header.header nav.nav ul li.niv:hover div.prim {
    display: block;
}
header.header nav.nav ul li.niv div.prim a {
    float: left;
    margin-right: 20px;
}
header.header nav.nav ul li.niv div.prim a:hover {
    text-decoration: underline;
}

/* Sub */

header.header nav.nav ul li.all div.sub {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    width: 1000px;
    z-index: 1000000000000000;
    background-color: #444;
    padding: 50px;
    text-align: left;
}
header.header nav.fixed ul li.all div.sub  {
    width: 1080px;
}
header.header nav.nav ul li.all:hover div.sub {
    display: block;
}
header.header nav.nav ul li.all div.sub p.subtitle {
    margin: 0;
    margin-bottom: 15px;
    padding: 0;
    font-size: 1em;
}
header.header nav.nav ul li.all div.sub div.title {
    padding: 0;
    font-size: 1.3em;
}
header.header nav.nav ul li.all div.sub hr.line {
    background: gray;
	height: 1px;
	margin: 5px 0;
}

/* Régions */

header.header nav.nav ul li.all div.sub div.region {
    width: 64%;
    margin: 0;
    padding: 0;
    margin-right: 4%;
    line-height: 20px;
}
header.header nav.nav ul li.all div.sub div.region div.niv_region {
    width: 140px;
    margin: 0;
    padding: 5px;
    cursor: pointer;
}
header.header nav.nav ul li.all div.sub div.region div.niv_region:hover {
    background-color: white;
}
header.header nav.nav ul li.all div.sub div.region div.niv_region a {
    color: white;
    font-size: 0.75em;
}
header.header nav.nav ul li.all div.sub div.region div.niv_region:hover a {
    color: #333;
}
header.header nav.nav ul li.all div.sub div.region p.more {
    text-align: center;
    font-size: 1.2em;
    cursor: pointer;
}
header.header nav.nav ul li.all div.sub div.region p.more:hover {
    text-decoration: underline;
}

/* Pays */

header.header nav.nav ul li.all div.sub div.pays {
    width: 32%;
    margin: 0;
    padding: 0;
    line-height: 20px;
}
header.header nav.nav ul li.all div.sub div.pays div.niv_pays {
    width: 140px;
    margin: 0;
    padding: 5px;
    cursor: pointer;
}
header.header nav.nav ul li.all div.sub div.pays div.niv_pays:hover {
    background-color: white;
}
header.header nav.nav ul li.all div.sub div.pays div.niv_pays a {
    color: white;
    font-size: 0.75em;
}
header.header nav.nav ul li.all div.sub div.pays div.niv_pays:hover a {
    color: #333;
}
header.header nav.nav ul li.all div.sub div.pays p.more {
    text-align: center;
    font-size: 1.2em;
    cursor: pointer;
}
header.header nav.nav ul li.all div.sub div.pays p.more:hover {
    text-decoration: underline;
}

/* Site */

header.header nav.site ul {
    position: absolute;
    top: 59px;
    right: 0;
    font-size: 0.85em;
    margin: 0;
    padding: 0;
}
header.header nav.site ul li {
    padding: 0 10px;
    float: left;
    cursor: pointer;
}
header.header nav.site ul li.separator {
    border-right: 1px solid silver;
    padding-right: 16px;
    margin-right: 8px;
}
header.header nav.site ul li:hover, header.header nav.site ul li:focus, header.header nav.site ul li:active, header.header nav.site a:hover {
    text-decoration: underline;
}

/* Search */

header.header div.search {
    position: absolute;
    top: 99px;
    right: 0;
}
header.header div.search form {
    position: relative;
}
header.header div.search form input.item {
    font-size: 0.85em;
    padding: 5px 10px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #d4d4d4;
    width: 450px;
    background-color: white;
}
header.header div.search form input.search {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 5px 20px;
    line-height: 1em;
    cursor: pointer;
    background-color: #333;
    font-size: 1em;
    color: white;
    border: none;
    font-weight: bold;
}

/* Home */

section.home {}
section.home h1.home, section.home h2.home {
    font-size: 1.4em;
    line-height: 1.2em;
    margin: 0;
    color: #5b1f47;
}
section.home p.home {
    font-size: 1em;
    line-height: 1.2em;
    margin: 0;
}
section.home div.region {
    width: 64%;
    margin: 0;
    padding: 0;
    margin-right: 4%;
    line-height: 20px;
}
section.home div.region a {
    font-size: 0.9em;
}
section.home div.region div.niv_region {
    width: 160px;
    margin: 0;
    padding: 5px;
    cursor: pointer;
}
section.home div.pays {
    width: 32%;
    margin: 0;
    padding: 0;
    line-height: 20px;
}
section.home div.pays a {
    font-size: 0.9em;
}
section.home div.pays div.niv_pays {
    width: 160px;
    margin: 0;
    padding: 5px;
    cursor: pointer;
}

/* bxSlider */

div.bxslider div.slide {
    position: relative;
    cursor: pointer;
    height: 200px;
    background-color: white;
}
div.bxslider div.slide div.slide-image {
    float: left;
    width: 200px;
    height: 200px;
    padding: 5px;
    margin-right: 40px;
}
div.bxslider div.slide div.slide-infos {
    padding: 30px;
}
div.bxslider div.slide div.slide-title {
    font-size: 1.4em;
    line-height: 1em;
}
div.bxslider div.slide p.slide-subtitle {
    font-size: 1em;
    font-weight: 300;
    line-height: 1em;
    padding: 0;
    margin: 5px 0;
}
div.bxslider div.slide p.slide-description {
    font-size: 0.75em;
    font-weight: 300;
    color: silver;
    padding: 0;
    margin: 10px 0;
}
div.bxslider div.slide p.slide-prix {
    font-size: 2em;
    font-weight: 300;
    line-height: 1em;
    color: gray;
    margin: 20px 0 0 0;
}
div.bxslider div.slide p.slide-prix-barre {
    font-size: 1em;
    line-height: 1em;
    color: silver;
    padding: 0;
    margin: 0;
}

/* Actualités */

div.actualites {
    width: 380px;
    margin: 0;
    margin-left: 20px;
    background-color: white;
    padding: 0;
    height: 202px;
}
div.actualites article.actualite {
    margin-bottom: 15px;
    cursor: pointer;
}
div.actualites article.actualite img {
    float: left;
    margin-right: 15px;
    width: 55px;
    margin-bottom: 3px;
}
div.actualites article.actualite div.title {
    font-size: 1em;
    font-weight: 600;
    line-height: 1em;
    color: #dedede;
}
div.actualites article.actualite p {
    font-size: 0.85em;
    line-height: 1.1em;
}
div.actualites p.more {
    font-size: 0.85em;
    text-align: right;
}

/* Box produit */

article.produit {
    position: relative;
    cursor: pointer;
    border: solid 1px #d4d4d4;
    background-color: white;
    text-align: center;
    margin: 0.5%;
}
div.list4 article.produit {
    margin: 0.3%;
}
article.produit:hover {
    border: solid 1px #5b1f47;
}
article.produit div.image {
    margin: 5px;
    margin-bottom: 10px;
}
article.produit div.produit {
    padding: 0.5em;
}
article.produit p.title {
    padding: 0;
    margin: 0;
    font-size: 0.9em;
    line-height: 1em;
    height: 50px;
}
article.produit p.prix {
    margin: 0;
    font-size: 1.3em;
    font-weight: bold;
    color: gray;
    height: 25px;
}
article.produit p.prix-barre {
    margin: 0;
    font-size: 1em;
    color: gray;
    height: 25px;
}
article.produit p.prix-ht {
    margin: 0;
    font-size: 0.85em;
    color: gray;
    height: 25px;
}
article.produit p.text {
    margin: 0;
    font-size: 0.65em;
    line-height: 1em;
    height: 25px;
    font-weight: 300;
}
article.produit p.text a:hover {
    text-decoration: underline;
}
article.produit img.overlay {
    position: absolute;
    left: -1px;
    top: -1px;
}

/* Marques */

section.marques {}
section.marques div.marque {
    text-align: center;
    margin: 0.2% 0.85%;
    cursor: pointer;
}
section.marques div.marque a {
    font-size: 0.65em;
    line-height: 0.5em;
    text-transform: uppercase;
}
section.marques div.marque img {
    border: 1px solid #dedede;
}

/* Menu */

nav.menu {}
nav.menu input.search {
    width: 100%;
    margin-bottom: 10px;
}
nav.menu div.title {
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1.2em;
    color: #555;
    padding: 5px 0 5px 10px;
    background-color: #222;
    color: white;
}
nav.menu div.title i {
    font-size: 0.65em;
    margin-right: 10px;
}
nav.menu ul {
    margin-bottom: 10px;
    padding: 0;
}
nav.menu ul li {
    color: white;
    background-color: #dedede;
    margin-bottom: 1px;
    padding: 2px 10px;
    width: 100%;
    cursor: pointer;
    font-size: 0.85em;
    line-height: 20px;
}
nav.menu ul li i {
    margin-right: 10px;
    color: #444;
    line-height: 20px;
}
nav.menu ul li.active i {
    color: white;
}
nav.menu ul li:hover {
    background-color: #777;
    color: white;
}
nav.menu ul li:hover a, nav.menu ul li:hover i {
    color: white;
}
nav.menu ul li.icon:before {
    margin-right: 10px;
}
nav.menu ul li.active {
    background-color: #5b1f47;
}
nav.menu ul li.active:before {
    color: white;
}
nav.menu p.more {
    font-size: 0.75em;
    color: gray;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    width: 100%;
    text-align: right;
    cursor: pointer;
}
nav.menu p.more:hover {
    color: #444;
}

/* Catalogue */

section.catalogue {
    position: relative;
}
section.catalogue img.catalogue {
    float: left;
    margin: 0;
    margin-right: 30px;
    width: 185px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
section.catalogue img.gratuit {
    position: absolute;
    top: -50px;
    right: -15px;
    width: 130px;
    display: none;
}
section.catalogue h1.title,
section.catalogue h2.title {
  font-size: 1.6em;
  font-weight: 800;
  line-height: 1.2em;
  margin: 0;
  color: #5b1f47;
}
section.catalogue p.subtitle {
    margin: 0;
    font-size: 0.9em;
    color: gray;

}
section.catalogue p.header {
    font-size: 0.75em;
    color: gray;
    margin: 0;
}
section.catalogue article.produit {
    margin: 0.3%;
}
section.catalogue div.nonav article.produit {
    width: 18%;
    margin: 1%;
}

/* Tri */

div.tri {
    float: left;
}
div.tri span {
    font-size: 0.85em;
    line-height: 1em;
    margin-right: 10px;
}

/* Pagination */

div.pagination {
    border-top: 1px solid #d4d4d4;
    text-align: center;
    font-size: 0.85em;
    font-weight: 300;
    line-height: 80px;
    margin-top: 10px;
}
div.pagination a  {
    padding: 10px 35px;
    cursor: pointer;
    background-color: #dedede;
    text-align: center;
    font-weight: 700;
    font-size: 1.2em;
}
div.pagination a:hover {
    background-color: #444;
    color: white;
    text-decoration: none;
}
div.pagination i {
    margin: 0 15px;
}
div.pagination span.next {
    float: right;
}
div.pagination span.prev {
    float: left;
}

/* Produit */

section.images {
    position: relative;
}
section.images p.noimage {
    font-size: 0.85em;
    color: silver;
    margin-top: 100px;
}
section.images a.image {
    background-color: white;
    border: 1px solid #dedede;
    padding: 15px;
    display: block;
}
section.images a.thumb {
    float: left;
    width: 16%;
    border: 1px solid #dedede;
    background-color: white;
    margin: 2%;
    padding: 1%;
    position: relative;
    z-index: 0;
    margin-top: -15px;
}

section.produit {
     text-align: left;
     position: relative;
}
section.produit img.gratuit {
    position: absolute;
    top: -50px;
    right: -25px;
    width: 130px;
    display: none;
}
section.produit h1.title {
  font-size: 1.6em;
  font-weight: 800;
  line-height: 1.2em;
  margin: 0;
  color: #5b1f47;
}
section.produit p.subtitle {
    font-size: 0.85em;
    line-height: 1em;
}
section.produit h2.title {
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1em;
    margin: 0;
}
section.produit p.test {
    font-size: 0.95em;
    font-weight: 300;
    line-height: 1em;
    color: silver;
    margin-top: 5px;
    text-align: justify;
}
section.produit div.prix {
    height: 60px;
    text-align: center;
}
section.produit div.prix div.ttc {
    font-size: 2.5em;
    line-height: 60px;
    color: gray;
}
section.produit div.prix div.ttc span {
    font-size: 0.3em;
    text-transform: uppercase;
}
section.produit div.prix div.promo {
    font-size: 2.8em;
    line-height: 60px;
    color: gray;
}
section.produit div.prix div.promo span {
    font-size: 0.3em;
    text-transform: uppercase;
}
section.produit div.prix div.del {
    font-size: 0.8em;
    color: silver;
    margin-top: -25px;
    text-decoration:line-through;
}
section.produit div.add,
section.produit div.cnct  {
    font-size: 0.85em;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 60px;
    height: 60px;
    color: white;
    background-color: #5b1f47;
    cursor: pointer;
    text-align: center;
}
section.produit div.add:hover,
section.produit div.cnct:hover {
    background-color: #b588aa;
}
section.produit p.fidelite {
    background: #fffbcd;
    border-color: #fffbcd !important;
    padding: 7px;
    text-align: center;
    font-size: 0.9em;
}
section.produit p.fidelite i {
    margin: 0 10px;
}
section.produit div.transport {
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.1em;
    padding: 10px;
    background-color: #dedede;
    text-align: center;
    color: #333;
}

section.produit div.disponibilite {
    font-size: 0.85em;
    font-weight: 300;
    line-height: 1em;
    color: gray;
    margin-top: 5px;
    text-align: justify;
}
section.produit div.disponibilite img {
    margin-right: 15px;
}
section.produit div.social {
    text-align: center;
    margin-top: 10px;
}

/* Partenaires */

section.partenaires {
    background-color: white;
    padding: 20px 0;
    text-align: center;
}
section.partenaires p {
    font-size: 0.85em;
    line-height: 1.2em;
    margin: 0;
    margin-bottom: 10px;
}
section.partenaires div {
    margin: 0.55%;
    text-align: center;

}

/* Fullpath */

nav.fullpath {
    font-size: 0.65em;
    line-height: 13px;
    text-align: left;
    margin-top: 10px;
}
nav.fullpath span.home:hover {
    color: gray;
    cursor: pointer;
}
nav.fullpath a, nav.fullpath span {
    margin: 0 10px;
    padding-left: 22px;
    background: url("../images/path.png") no-repeat scroll left center transparent;
}

/* Panier */

section.panier {}
section.panier input {
    line-height: 50px;
    height: 50px;
    padding: 0 30px;
}
section.panier input.code {
    line-height: 30px;
    height: 30px;
    padding: 0 10px;
}
table.panier i {
    color: gray;
}
table.panier td {
    line-height: 25px;
    font-size: 0.9em;
}
table.panier td p {
    font-size: 0.85em;
}
table.panier img.qte {
    margin: 0 5px;
    cursor: pointer;
}
table.panier img.del {
    cursor: pointer;
}
.striped tbody tr, .striped tbody tr:nth-child(odd) {
	background: #fafafa;
}
.striped tbody tr:hover {
    background: #fafafa;
}

section.panier p.fidelite, section.commande p.fidelite {
    background: #fffbcd;
    border-color: #fffbcd !important;
    padding: 7px;
    text-align: center;
    font-size: 0.9em;
    margin-bottom: 20px;
}

/* Commande */

section.commande {}
section.commande table.adresse td {
    vertical-align: top;
    padding: 15px;
    font-size: 1.2em;
    line-height: 1.2em;
}
section.commande table.adresse td i {
    margin-right: 7px;
}

section.commande p.option_check {
    font-size: 1em;
    line-height: 1.2em;
    color: white;
    margin: 10px 0;
    padding: 10px 0;
    background-color: red;
    text-align: center;
    cursor: pointer;
}
section.commande p.option_nocheck {
    font-size: 1em;
    line-height: 1.2em;
    margin: 10px 0;
    padding: 10px 0;
    background-color: #e8e8e8;
    text-align: center;
    cursor: pointer;
    border: 1px solid silver;
}

section.commande div.paiements {}
section.commande div.paiements div {
    background-color: white;
    border: 1px solid #ccc;
    text-align: center;
    padding: 15px;
}
section.commande div.paiements p {
    font-size: 0.85em;
    line-height: 1.2em;
    margin: 20px 0;
    text-align: center;
}
section.commande div.paiements input {
    line-height: 50px;
    height: 50px;
    padding: 0 30px;
}

/* Identification */

section.login {}
section.login div.title {
  font-size: 1.6em;
  font-weight: 800;
  line-height: 1.2em;
  margin: 0;
  color: #5b1f47;
}
section.login p {
    font-size: 1em;
    line-height: 1.4em;
    margin: 0;
}
section.login table {
    margin: 0;
    border: none;
}
section.login table tr > * + *, section.login table th, section.login table td, section.login table tbody {
    border: none;
}
section.login table tbody th {
    color: gray;
    padding: 5px;
    font-weight: normal;
}
section.login table tbody tr > :first-child {
    text-align: right;
    vertical-align: middle;
}
section.login table tbody th.vtop {
    vertical-align: top;
    padding-top: 10px;
}
section.login p.password, section.login p.more {
    font-size: 1em;
    cursor: pointer;
}

/* Commandes */

section.commandes {}
section.commandes div.title {
    font-size: 2em;
    color: #222;
    margin: 0;
}
section.commandes p {
    font-size: 1em;
    line-height: 1.4em;
    margin: 0;
}
section.commande p.option_livraison {
    background-color: #fffbcd;
    text-align: center;
    font-size: 1.1em;
    padding: 10px;
    cursor: pointer;
}
section.commande p.option_livraison:hover {
    text-decoration: underline;
}
table.commandes td {
    line-height: 20px;
    font-size: 0.85em;
}
table.commandes td i {
    margin-right: 5px;
}

/* Actualités */

section.actualites {}
section.actualites h1.title {
  font-size: 1.6em;
  font-weight: 800;
  line-height: 1.2em;
  margin: 0;
  color: #5b1f47;
}
section.actualites p.subtitle {
    font-size: 1em;
    font-weight: 300;
    line-height: 1.4em;
    margin: 0;
}
section.actualites article.actualite {
    margin-bottom: 15px;
    cursor: pointer;
}
section.actualites article.actualite img {
    width: 150px;
    float: left;
    margin-right: 25px;
}
section.actualites article.actualite div.title {
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1.2em;
}
section.actualites article.actualite p {
    font-size: 0.9em;
}
section.actualites article.actualite p.more {
    font-size: 0.85em;
}

/* Actualité */

section.actualite h1.title {
  font-size: 1.6em;
  font-weight: 800;
  line-height: 1.2em;
  margin: 0;
  color: #5b1f47;
}
section.actualite div.date {
    font-size: 0.85em;
    font-weight: 300;
    color: #999;
}
section.actualite div.imgs {
    text-align: center;
}
section.actualite div.imgs img {
	vertical-align: top;
    width: 950px;
}
section.actualite div.imgs img.image {
    border: 1px solid white;
    margin-bottom: 1em;
}

/* BBCode */

section.actualite div.texte {
    font-size: 1.1em;
    line-height: 1.2em;
    color: #222;
    text-align: justify;
}
section.actualite span.underline {
    text-decoration: underline;
}
section.actualite div.image {
    text-align: center;
}
section.actualite div.image img {
    border: 2px solid white;
}
section.actualite div.youtube {
    margin: 0;
    padding: 0;
    text-align: center;
}
section.actualite a.bbcode {
    color: gray;
    font-weight: bold;
}

/* Cave */

section.cave h1.title {
  font-size: 1.6em;
  font-weight: 800;
  line-height: 1.2em;
  margin: 0;
  color: #5b1f47;
}
section.cave div.imgs {
    text-align: center;
}
section.cave div.imgs img {
	vertical-align: top;
    width: 950px;
}
section.cave div.imgs img.image {
    border: 1px solid white;
}
section.cave div.texte {
    font-size: 1.1em;
    line-height: 1.2em;
    color: #222;
}
section.cave .autogrid5 > * {
    width: 18% !important;
}

/* Contact */

section.contact {}
section.contact table {
    margin: 0;
    border: none;
}
section.contact table tr > * + *, section.contact table th, section.contact table td, section.contact table tbody {
    border: none;
}
section.contact table tbody th {
    color: gray;
    padding: 5px;
    font-weight: normal;
}
section.contact table tbody tr > :first-child {
    text-align: right;
    vertical-align: middle;
}
section.contact table tbody th.vtop {
    vertical-align: top;
    padding-top: 10px;
}
section.contact iframe.map {
    border: none;
    margin-bottom: 20px;
}
section.contact p.adresse {
    text-align: center;
    margin-bottom: 20px;
    font-size: 1em;
    line-height: 1.2em;
    vertical-align: top;
    margin: 0;
}
section.contact input.hp {
    display: none;
}

/* Achat */

section.achat h1, section.achat h2 {
  font-size: 1.6em;
  font-weight: 800;
  line-height: 1.2em;
  margin: 0;
  color: #5b1f47;
}
section.achat p.subtitle {
    font-size: 1em;
    line-height: 1.2em;
    margin: 0;
}

/* Retour */

section.retour {}
section.retour h1.title {
  font-size: 1.6em;
  font-weight: 800;
  line-height: 1.2em;
  margin: 0;
  color: #5b1f47;
}
section.retour p {
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.4em;
}

/* Legal */

section.legal {}
section.legal h1.title {
  font-size: 1.6em;
  font-weight: 800;
  line-height: 1.2em;
  margin: 0;
  color: #5b1f47;
}
section.legal p {
    font-size: 1.2em;
    line-height: 1.4em;
}

/* Cgv */

section.cgv {}
section.cgv h1.title {
  font-size: 1.6em;
  font-weight: 800;
  line-height: 1.2em;
  margin: 0;
  color: #5b1f47;
}
section.cgv p {
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.4em;
}

/* Footer */

footer.footer {
    padding-bottom: 20px;
}
footer.footer p {
    font-size: 0.85em;
    line-height: 1.2em;
    margin: 0;
    color: gray;
}
footer.footer div.copyright {
    font-size: 0.75em;
    float: left;
}
footer.footer ul {
    float: right;
    margin: 0;
    padding: 0;
}
footer.footer ul li {
    float: left;
    font-size: 0.75em;
    margin-left: 15px;
    cursor: pointer;
}
footer.footer a {
    color: #111;
}
footer.footer ul li:hover, footer.footer ul a:hover {
    text-decoration: underline;
}

footer.footer img.arobase {
    width: 50px;
    position: absolute;
    bottom: 30px;
    right: 0;
    opacity: 0.5;
    transition: all 0.2s ease;
}
footer.footer img.arobase:hover {
    opacity: 1;
}

img.corner {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100000;
    /* display: none; */
}


/* Responsive */
a.nav {
    position: absolute;
    top: 15px;
    left: 1em;
    font-size: 1.7em;
    padding: 0;
    color: #222;
    z-index: 100000;
    display: none;
}
nav#nav {
    z-index: 1000000;
}
nav#nav:not( .mm-menu ) {
   display: none;
}

@media (max-width: 1120px) {

  div.global {
    width: 100%;
    padding: 1em;
    margin: 0 auto;
  }

  /* Global */
  body {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  	text-wrap: none;
  }

  /* Footer */
  footer.footer img.arobase {
    bottom: 1em;
    right: 1em;
  }

}

@media (max-width: 1050px) {

  div.global {
    width: 100%;
    padding: 1em;
    margin: 0 auto;
  }

  /* Home */
  section.home {}
  section.home > div.grid2 {
    display: none;
  }

}

@media (max-width: 975px) {

  div.global {
    width: 100%;
    padding: 1em;
    margin: 0 auto;
  }
  a.nav {
    display: block;
  }
  nav.fullpath {
    display: none;
  }

  /* Header */
  header.header {
      margin: 0;
      position: relative;
      z-index: 1;
      height: 205px;
      margin-bottom: 0;
  }
  header.header div.logo {
    width: 100%;
    text-align: center;
  }
  header.header div.logo img {
    width: 250px;
  }

  header.header div.lang {
    display: none;
  }
  header.header div.social {
    display: none;
  }
  header.header nav.nav {
    display: none;
  }
  header.header nav.site {
    display: none;
  }

  header.header div.search {
    position: absolute;
    width: 100% !important;
    top: inherit;
    bottom: 10px;
  }
  header.header div.search form input.item {
      width: 100% !important;
  }

  /* Home */
  .autogrid5 > * {
    width: calc((100% / 4) - 1%) !important;
  }

  /* Catalogue */
  .grid3-1 > * {
    width: 100% !important;
    margin: 0;
    padding: 0;
  }
  section.catalogue div.nonav article.produit {
    margin: 0.3%;
  }

  /* Panier */
  table.panier thead th {
      display: none;
  }
  table.panier tbody td {
      /* display: block; */
      width: 100% !important;
      height: auto !important;
      text-align: center;
      margin: 0 !important;
      padding: 5px !important;
      line-height: normal !important;
      white-space: normal !important;
  }
  table.panier tbody td.del {
      display: none;
  }
  div.total {
      width: 100% !important;
      max-width: 100% !important;
  }
  section.panier div.grid2 {
      margin: 0;
  }
  section.panier div.grid2 div {
      width: 100% !important;
      margin: 1em 0 !important;
  }
  section.panier input {
      width: 100%;
      font-size: 0.85em;
      text-align: center !important;
  }
  section.panier table.panier {
    width: 100%;
  }

  /* Commande */
  table.adresse th {
      display: none;
  }
  table.adresse td {
      display: block;
      width: 100% !important;
      height: auto !important;
      text-align: center;
      margin: 0 !important;
      padding: 5px !important;
  }
  div.paiements {
      margin: 0;
  }
  div.paiements div {
      width: 100% !important;
      margin: 1em 0 !important;
  }
  div.paiements input {
      width: 100% !important;
  }
  section.commande table.panier {
    width: 100%;
  }

  /* Identification */
  section.login div.grid2,
  section.login div.grid2-1 {
      margin: 0 !important;
  }
  section.login div.inscription {
      width: 100% !important;
      margin: 0 !important;
      margin-top: 2em !important;
  }
  section.login div.connexion {
      width: 100% !important;
      margin: 0 !important;
  }
  section.login table th,
  section.login table td {
      width: 100% !important;
      padding: 0;
      margin: 0;
      text-align: left !important;
      display: block !important;
  }
  section.login input,
  section.login textarea,
  section.login select,
  section.login input.submit {
      width: 100% !important;
  }
  section.login input.submit {
      margin-top: 1em;
  }

  /* Contact */
  section.contact .grid2 {
      margin: 0 !important;
  }
  section.contact .grid2 div,
  section.contact .grid2 p {
      width: 100% !important;
      margin: 0 !important;
  }
  section.contact .grid2 p:nth-child(2) {
      margin-top: 2em !important;
      padding-top: 2em !important;
      padding-left: 0 !important;
      border-left: none !important;
      border-top: 1px solid #dedede;
      text-align: center;
  }
  section.contact table th,
  section.contact table td {
      width: 100% !important;
      padding: 0;
      margin: 0;
      text-align: left !important;
      display: block !important;
  }
  section.contact input,
  section.contact textarea,
  section.contact input.submit {
      width: 100% !important;
  }
  section.contact input.submit {
      margin-top: 1em;
  }
  section.contact div.adresse {
      margin-top: 2em !important;
  }

  /* Footer */
  footer.footer p {
    font-size: 0.7em;
  }
  footer.footer div.copyright {
    font-size: 0.7em;
  }
  footer.footer ul {
    display: none;
  }

}

@media (max-width: 750px) {

  div.global {
    width: 100%;
    padding: 1em;
    margin: 0 auto;
  }

  /* Home */
  .autogrid5 > * {
    width: calc((100% / 3) - 1%) !important;
  }
  .autogrid5 div.image img {
    width: 100% !important;
  }

  /* Catalogue */
  .autogrid4 > * {
    width: calc((100% / 3) - 1%) !important;
  }
  .autogrid4 div.image img {
    width: 100% !important;
  }

  /* Pagination */
  div.pagination span.text {
      display: none;
  }

  /* Produit */
  .grid1-2 > * {
    width: 100% !important;
    margin: 0;
    padding: 0;
  }
  div.images-produit {
    width: 100% !important;
    margin-bottom: 1em;
  }
  div.images-produit a.image img {
    width: 100%;
  }

  /* Legal */
  section.legal .grid2 > * {
    width: 100% !important;
    margin: 0;
    margin-bottom: 1em;
  }

  /* Partenaires */
  section.partenaires .grid3 > * {
    width: 100% !important;
    margin: 0 !important;
  }
}

@media (max-width: 600px) {

  div.global {
    width: 100%;
    padding: 1em;
    margin: 0 auto;
  }

  /* Home */
  .autogrid5 > * {
    width: calc((100% / 2) - 1%) !important;
  }

  /* Catalogue */
  .autogrid4 > * {
    width: calc((100% / 2) - 1%) !important;
  }

}

@media (max-width: 480px) {

  div.global {
    width: 100%;
    padding: 1em;
    margin: 0 auto;
  }

  /* Home */
  .autogrid5 > * {
    width: calc((100% / 1) - 1%) !important;
  }

  /* Catalogue */
  .autogrid4 > * {
    width: calc((100% / 1) - 1%) !important;
  }

}

@media (max-width: 320px) {

  div.global {
    width: 100%;
    padding: 1em;
    margin: 0 auto;
  }
}
