/* Mobile Mania */

body {
    font-family: "Open Sans", Arial, Tahoma, sans-serif;
    color: #3e585f;
}

a {
    text-decoration: none;
}

*::after,
*::before {
    content: '';
}

li {
    list-style: none;
}

body::after {
    /* dark overlay layer - visible when we fire .cd-quick-view */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(71, 55, 78, 0.8);
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s 0s, visibility 0s .3s;
}

@media only screen and (min-width: 1024px) {
    body.overlay-layer::after {
        visibility: visible;
        opacity: 1;
        transition: opacity .3s 0s, visibility 0s 0s;
    }
}

.contenu {
    font-size: 12px;
}

input {
    background-color: #eee;
    color: #575756;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 13px;
}

input:focus {
    background-color: #e9f5fc;
    outline: none;
    border-color: #bbb;
}

input[type="submit"],
button.butt-submit {
    background-color: #0095eb;
    padding: 11px 20px;
    cursor: pointer;
    border-radius: 5px;
    border: none;
    color: #ffffff;
    font-size: 14px;
    position: relative;
    left: -18px;
}

.btn-supprime {
    position: relative;
    left: -22px;
    cursor: pointer;
}

.btn-supprime.cache {
    visibility: hidden;
    cursor: default;
}

input[type="submit"]:hover,
button.butt-submit:hover {
    background-color: #38366b;
    color: #626262;
}

.page_wrapper {
    width: 1200px;
    margin: 0 auto;
}

.header {
    position: fixed;
    top: 0;
    width: 1200px;
    padding-top: 0.5em;
    background-color: white;
    z-index: 2;
}

@media only screen and (min-width: 1385px) and (max-width: 1499px) {
    .page_wrapper {
        width: 80%;
    }
    .header {
        width: 79%;
    }
    .contenu {
        margin-top: 208px;
    }
}

@media only screen and (min-width: 1080px) and (max-width: 1384px) {
    .page_wrapper {
        width: 1060px;
    }
    .header,
    .contenu {
        width: 1060px;
    }
    .col_ordre {
        display: none;
    }
    .contenu {
        margin-top: 208px;
    }
}

@media only screen and (max-width: 1079px) {
    .page_wrapper {
        width: 100%;
    }
    .col_ordre {
        display: none;
    }
    .header {
        width: 97%;
    }
    .contenu {
        width: 98.5%;
    }
    .contenu {
        margin-top: 208px;
    }
}

@media only screen and (max-width: 900px) {
    .menu-famille {
        display: none;
    }
    .contenu {
        margin-top: 208px;
    }
}

@media only screen and (max-width: 765px) {
    .col_cherche {
        display: none;
    }
    .contenu {
        margin-top: 198px;
    }
}

@media only screen and (max-width: 480px) {
    .bloc-droite img[alt="newsletter"] {
        display: none;
    }
    .contenu {
        margin-top: 198px;
    }
}


/* Header TOP*/

.header-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: white;
}

.header-top .logo img {
    height: 50px;
}

.menu-famille a {
    display: inline-block;
    height: 50px;
    border-bottom: 2px solid #ffffff;
}

.menu-famille a:hover {
    border-bottom: 2px solid #808080;
    transform: scale(1.15);
    transform-origin: bottom;
    transition: transform 0.2s ease-in-out;
}

.menu-famille a.famille-select {
    background-color: #eeeeee;
    cursor: default;
    /*	transform: scale(1);*/
}

.menu-famille a.famille-select:hover {
    border-bottom: 2px solid #ffffff;
}

.menu-famille img {
    height: 45px;
    margin: 0 4px;
}

.bloc-droite {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.invisible {
    visibility: hidden;
}


/* Option */

.bloc-droite a.link-home {
    display: none;
}

.bloc-droite img {
    max-height: 64px;
    margin-left: 1.2rem;
}

.bloc-droite img[alt="newsletter"] {
    max-height: 44px;
}


/* Header Bottom */

.selecteur {
    background-color: #e5e5e5;
    padding-bottom: 0.5rem;
}

.selecteur table {
    width: 95%;
    margin: 0 auto;
}

.selecteur table th {
    font-size: 14px;
    font-weight: 500;
}

.selecteur table td {
    text-align: center;
}

.selecteur.visu-article {
    height: 124px;
}

.selecteur.visu-article img {
    height: 100px;
}

.selecteur.visu-article .mini-vue {
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 5rem;
}

.selecteur.visu-article .mini-vue p {
    margin-left: 1.5rem;
}

.conditions-rglt {
    text-align: center;
}

.conditions-rglt a {
    text-decoration: none;
    color: #373736;
    font-size: 0.8em;
}

.navigateur {
    text-align: center;
    margin-top: 0.2rem;
}

.navigateur span {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-style: italic;
}

.navigateur span.nav {
    background: url('//mobilecity.nc/mobilemania/img/navigateur_bleu_32.png');
    width: 32px;
    height: 32px;
    overflow: hidden;
    background-repeat: no-repeat;
    opacity: 0.3;
}

.navigateur span.nav-info {
    width: 127px;
    text-align: center;
}

.navigateur span.avant {
    margin-right: 0.6rem;
}

.navigateur span.arriere {
    margin-left: 0.6rem;
}

.navigateur span.debut {
    background-position-y: -32px;
    background-position-x: 0px;
}

.navigateur span.precedent {
    background-position-y: -32px;
    background-position-x: -32px;
}

.navigateur span.suivant {
    background-position-y: -32px;
    background-position-x: -64px;
}

.navigateur span.fin {
    background-position-y: -32px;
    background-position-x: -96px;
}

.navigateur span.actif {
    background-position-y: -64px;
    opacity: 1;
}

.navigateur span.actif:hover {
    cursor: pointer;
    opacity: 0.8;
}

.selecteur label {
    margin-left: 1em;
}

.selecteur label span {
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    display: inline-block;
}

.selecteur label span.croissant {
    background: url('//mobilecity.nc/mobilemania/img/croissant_16.png');
}

.selecteur label span.decroissant {
    background: url('//mobilecity.nc/mobilemania/img/decroissant_16.png');
}

.contenu {
    min-height: 300px;
    background-color: #eef0e8;
    margin-top: 208px;
}

@media only screen and (max-width: 765px) {
    .contenu {
        margin-top: 188px;
    }
}

.footer a {
    display: inline-block;
    color: #f82f53;
    font-size: 10px;
    margin: 0 30px;
}

div.chope_email_newsletter {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    top: 25px;
    left: 50%;
    border: 1px solid grey;
    z-index: 5;
    background-color: white;
    padding: 0 1rem 1rem;
    border-radius: 3px;
}

@media only screen and (max-width: 765px) {
    div.chope_email_newsletter {
        left: 25%;
    }
}

@media only screen and (max-width: 480px) {
    div.chope_email_newsletter {
        left: 5%;
    }
}

div.chope_email_newsletter input[type="email"] {
    width: 210px;
}

div.chope_email_newsletter.cache {
    display: none;
}

div.voile {
    position: absolute;
    top: 0;
    width: 100%;
    height: 5000px;
    /* background-color: #bbbbbb; */
    background: rgba(71, 55, 78, 0.8);
    z-index: 4;
    opacity: 1;
    transition: opacity .3s 0s, visibility .3s 0s;
}

div.voile.cache {
    visibility: hidden;
    opacity: 0;
}

#produits {
    width: 95%;
    display: flex;
    flex-wrap: wrap;
}

#produits li {
	background-color: #fafafa;
    width: 23%;
	border: 1px solid #ddd;
	margin: 0 4px 6px 0;
    position: relative;
}

#produits li p {
    font-weight: 700;
    text-align: center;
}

#produits li p.item-dsg {
    font-size: 16px;
    color: #373736;
    margin: 0.5rem;
    padding: 0 0.25rem;
    /* height: 56px; */
    overflow: hidden;
    display: flex;
    justify-content: center;
    /* align-items: center; */
}

#produits li p.item-sacenc {
    font-size: 12px;
    color: #373736;
    margin: 0.5rem;
    padding: 0 0.25rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 1079px) {
    #produits li p.item-dsg {
        font-size: 14px;
    }
    #produits li {
        width: 31%;
    }
}

@media only screen and (max-width: 765px) {
    #produits li p.item-dsg {
        font-size: 13px;
    }
    #produits li {
        width: 47%;
    }
}

@media only screen and (max-width: 480px) {
    #produits li {
        width: 94%;
    }
}

#produits li p.item-prx {
    font-size: 26px;
    color: red;
    margin: 0;
}

#produits li p.item-sacenc-prx {
    font-size: 26px;
    color: red;
    margin: 0;
}

#produits li p.item-img {
    margin: 0;
    margin: 0.5;
    padding-top: 2em;
    height: 275px;
    overflow: hidden;
}

#produits li p.item-img img {
    width: 75%;
    box-shadow: 2px 10px 10px rgba(0, 0, 0, 0.1);
}

li.item.empty-box::after {
    /* box visible as placeholder when the .cd-quick-view zooms in */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #392c3f;
}

.vue-flash {
    display: flex;
    flex-direction: row;
    position: fixed;
    z-index: 11;
    color: #3E585F;
}

.vue-flash h1,
.vue-flash h2,
.vue-flash p,
.vue-flash .cd-item-action {
    display: none;
}

.vue-flash img {
    max-width: 330px;
    width: 100%;
}

.vue-flash.animate-width {
    /* class added at the end of the first zoom-in animation */
    background-color: #ffffff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s;
}


/*
.add-content {
    color: #3E585F;
}
*/

.add-content h1 {
    animation: cd-slide-in 0.3s;
    font-size: 1.75rem;
    margin: 0;
    padding: 0;
    display: block;
}

.add-content h2 {
    animation: cd-slide-in 0.3s;
    font-size: 1.2rem;
    margin: 0;
    padding: 0.5rem 0;
    display: block;
}

.add-content p {
    animation: cd-slide-in 0.4s;
    line-height: 1.4;
    color: #67919c;
    display: block;
}

.add-content .cd-item-action {
    display: block;
    animation: cd-slide-in 0.35s;
}

.add-content .cd-item-action button {
    background-color: #f82f53;
    color: #ffffff;
    font-size: 1rem;
    min-width: 130px;
    padding: 0.6rem;
    border-radius: 0.25rem;
    border: none;
    margin: 0 0.25rem 0.8rem;
    cursor: pointer;
}

@keyframes cd-slide-in {
    0% {
        transform: translate3d(-120px, 0, 0);
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}

.cac-contenu {
    background-color: #f2f2f2;
    min-height: 250px;
    margin-top: 208px;
    padding: 0 0.5rem 2rem 1.5rem;
}

.cac-contenu .titre-liste {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding-top: 1.2rem;
}

.mini-logo {
    height: 40px;
    margin-right: 0.7rem;
}

.cac-contenu .titre-liste h2 {
    margin-left: 0.3rem;
    margin-top: 1.5em;
    color: #0e71b8;
    font-style: italic;
    border-bottom: 1px solid #0e71b8;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}

.cac-contenu ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
    /* margin: 1rem 0 0; */
}

.cac-contenu li {
    display: flex;
    margin: 0 0.5rem;
    width: 30%;
    min-width: 250px;
    margin: 1rem 0;
}