*
{
    box-sizing: border-box
    
}

@font-face {
  font-family: 'Louis George Cafe';
  src: url('fonts/Louis George Cafe.ttf') format('truetype')
}

@font-face {
  font-family: 'Louis George Cafe Bold';
  src: url('fonts/Louis George Cafe Bold.ttf') format('truetype')
}

@font-face {
  font-family: 'Beckan-Personal Use';
  src: url('fonts/Beckan-Personal Use.otf') format('truetype')
}

body, header, div, nav, section, ul, li, h1, h2, h3, h4, h5, h6, button, strong, p, select
{
    margin: 0;
    padding: 0
}

ul
{
    list-style-type: none
}

a
{
    text-decoration: none
}

body
{
    background: #f4ebf0;
    font-family: 'Louis George Cafe';
}

.lien
{
    color: #e6007e
}

.lien:hover
{
    color: #ffed00
}

.erreurs
{
    width: 100%;
    color: red;
    font-weight: bolder;
    margin-bottom: 20px;
}

.intitules li
{
    margin-bottom: 30px
}

.intitules h4
{
    margin-bottom: 10px;
    color: #e6007e
}

input[type=radio]
{
    display: none
}

.formulaire input[type=radio] + label:before, 
.choix input[type=radio] + label:before
{
    content: '';
    float: left;
    margin-right: 8px;
    width: 20px;
    height: 20px;
    border: 1px solid grey;
    border-radius: 50%;
    background: white
}

.formulaire input[type=radio]:checked + label:before,
.choix input[type=radio]:checked + label:before
{
    background: #e6007e
}

.choice
{
    margin-bottom: 25px;
    overflow: hidden
}

.choice div
{
    float: left;
    margin-right: 20px
}


header
{
    position: relative;
    width: 100%;
    background: linear-gradient(to right, white, white 10%, #e6007e 60%);
}

.hd-wrapper
{
    
    width: 100%;
    height: 80px;
    margin: 0 auto;
    padding: 0px 5% 0px 5%;
    border-bottom: solid 2px #ffed00
}

.logo
{
    float: left;
    height: 70px;
    margin-top: 5px
}

.logo img
{
    height: 100%
}


/*---------------------------- RECHERCHE */

.search-wrapper
{
    position: relative;
    float: left;
    width: calc(100% - 450px);
}

.search
{
    margin-top: 20px;
    width: 100%;
    font-size: 1.2em;
    background: blue
}

.search > i
{
    display: block;
    position: absolute;
    right: 10px;
    line-height: 40px;
    font-size: 1.5em
}

.search input
{
    float: left;
    outline: none;
    width: 100%;
    height: 40px;
    border: none;
    padding: 0px 60px 0px 15px
}

.search-result
{
    position: absolute;
    width: 100%;
    z-index: 10;
    padding: 20px;
    background: white;
    opacity: 0;
    top: 160vh;
    transition: 0.3s
}

.btn-access
{
    width: 250px;
    float: right;
    margin-top: 5px
}

.btn-access li
{
    float: right;
    text-align: center;
    position: relative
}

.btn-access a
{
    display: block;
    width: 100px;
    color: white
}

.btn-access a:hover
{
    color: #ffed00
}

.btn-access a i:first-child
{
    font-size: 2em
}

.btn-access span
{
    display: block;
    width: 100%;
    font-size: 0.8em
}

.pan-qt
{
    display: block;
    width: 16px;
    line-height: 16px;
    position: absolute;
    top: 30px;
    left: 50px;
    text-align: center;
    border-radius: 8px;
    font-size: 0.4em;
    color: white
}


.main-menu
{
    position: relative;
    width: 100%;
    height: 40px;
    background: #e6007e
}

.main-menu > ul
{
    max-width: 1200px;
    margin: 0 auto;
}

.main-menu > ul > li
{
    float: left
}


.main-menu > ul > li > a
{
    display: block;
    padding: 0px 30px 0px 30px;
    line-height: 40px;
    text-align: center;
    color: white
}

.main-menu > ul > li:hover > a
{
    background: #ffed00;
    color: #e6007e
}

.s-menu
{
    display: none;
    position: absolute;
    z-index: 2;
    left: 0px;
    right: 0px;
    padding: 20px 40px 20px 40px;
    transition: 0.3s;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
    background: white;
    overflow: hidden
}

.s-menu li
{
    width: 200px;
    float: left;
}

.s-menu > li > a
{
    display: block;
    width: 100%;
    line-height: 40px;
    color: #e6007e;
}

.s-menu > li > ul a
{
    display: block;
    width: 100%;
    color: black;
}

.s-menu a:hover
{
    
}

.main-menu > ul > li:hover > ul
{
    display: block;
}


.entete
{
    text-align: center;
    width: 100%;
    height: 120px;
    margin-bottom: 25px;
    background-image: url('../medias/entete.jpg');
    background-size: 100%;
    background-position-y: 942px;
    border-bottom: solid 1px #ffed00
}

.entete h2
{
    line-height: 120px;
    color: #e6007e;
    font-family: 'Beckan-Personal Use';
}


.main-slider
{
    width: 100%;
    height: 500px;
    background: black;
    margin-bottom: 60px
}


main
{
    padding: 0px 10px 0px 10px;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 40px;
    overflow: hidden
}

.pub
{
    text-align: center;
    position: relative;
    width: 100%;
    height: 240px;
    margin: 120px 0px 50px 0px;
    background: url('../medias/parallax.jpg');
    background-size: 100% auto;
    font-family: 'Beckan-Personal Use';
    font-size: 0.7em;
    border-top: solid 1px #e6007e;
    border-bottom: solid 1px #e6007e
}

.pub > div
{
    position: absolute;
    left: calc(50% - 80px);
    top: -100px;
    height: 160px;
    width: 160px;
    padding: 20px;
    background: #f4ebf0;
    border-radius: 120px;
    border: solid 1px #e6007e
}

.pub > div img
{
    height: 100%
}

.pub ul
{
    position: absolute;
    width: 100%;
    top: 20px
}

.pub li
{
    width: 100%;
    opacity: 0;
    transition: 0.3s;
    position: absolute;
    color: #e6007e;
    line-height: 200px;
    text-align: center
}

.pub h1
{
    
}

.selection
{
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 50px;
    padding: 0px 20px 0px 20px;
    overflow: hidden
}

.selection h4
{
    line-height: 40px;
    background: linear-gradient(to left, #f4ebf0, #e6007e, #f4ebf0 );
    text-align: center;
    color: #f4ebf0;
    margin-bottom: 40px;
    font-family: 'Louis George Cafe Bold'
}

.presentation
{
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px; 
    font-size: 1.3em
}

.presentation img
{
    height: 120px;
    margin-bottom: 25px
}

.pg-wrapper
{
    width: 100%;
    background: white;
    padding: 20px;
    overflow: hidden
}

.pg-wrapper h4
{
    margin-bottom: 25px;
    color: #e6007e
}

.join
{
    text-align: center;
    width: 100%;
    padding: 10px 20px 30px 20px; 
    background: #e6007e;
    color: #ffed00
}

.join p
{
    text-align: center;
    font-size: 3em;
    margin-bottom: 20px;
    font-family: 'Beckan-Personal Use';
}

.join a
{
    margin: 0 auto;
    display: block;
    background: #ffed00;
    color: #e6007e;
    line-height: 40px;
    width: 300px;
    text-align: center;
    font-size: 1.3em
}

.join a:hover
{
    background: #e6007e;
    color: white;
    border: solid 1px white
}

.side-menu
{
    width: 200px;
    float: left;
    background: white;
    overflow: hidden
}

.side-menu h6
{
    text-align: center;
    line-height: 30px;
    border-bottom: solid 1px #e6007e;
    color: #e6007e
}

.side-menu li
{
    border-bottom: dotted 0.5px #e6007e
}

.side-menu ul a
{
    display: block;
    width: 100%;
    line-height: 35px;
    color: black;
    padding-left: 10px
}

.side-menu a:hover
{
    background: #e6007e;
    color: white
}

.articles
{
    width: 1000px;
    background: white;
    float: right;
    padding: 20px
}

.articles li
{
    border: dotted 1px #999
}


/*----------------------- PAGE CONNEXION */
.pg-form
{
    display: flex;
    justify-content: space-between
}

.pg-form h5
{
    margin-bottom: 20px;
    color: #e6007e
}

.pg-form p
{
    margin-bottom: 15px
}

.pg-form > div
{
    width: 46%;
}

.formulaire
{
    margin-bottom: 30px
}

.formulaire h6
{
    margin-bottom: 20px
}

.formulaire > ul
{
    margin-bottom: 20px
}

.formulaire > ul > li
{
    width: 100%;
    margin-bottom: 5px;
    overflow: hidden
}

.formulaire > ul > li li
{
    width: 48%;
    float: left;
    
}

.formulaire > ul > li li:last-child
{
    float: right
}

.formulaire span
{
    color: #e6007e
}

.formulaire input, .formulaire textarea, .txt-form
{
    width: 100%;
    padding-left: 10px;
    outline: none;
    border: dotted 1px #999
}

.formulaire input:focus, .formulaire textarea:focus, .txt-form:focus
{
    border-color: #e6007e
}

.formulaire input
{
    height: 40px;
}

.formulaire textarea, .txt-form
{
    height: 100px
}

.date select
{
    border: none;
    background: #fde9f4;
    height: 40px;
    width: calc(100% / 3);
    display: inline-block;
    float: left;
    text-align: center
}

.formulaire button, .btn-val
{
    border: none;
    width: 200px;
    line-height: 40px;
    background: #e6007e;
    color: #ffed00
}

.formulaire button i, .btn-val i
{
    display: block;
    float: left;
    width: 30px;
    line-height: 40px;
    background: #ffed00;
    color: #e6007e
}

.formulaire button:hover, .btn-val:hover
{
    background: #ffed00;
    color: #e6007e
}

.naissance div
{
    width: 50%;
    overflow: hidden;
    background: blue
}

.naissance input
{
    float: left;
    width: 30%
}

.naissance input:last-child
{
    width: 40%
}

/*----------------------- PAGE ARTICLES */
.pg-menu
{
    height: 100%
}

.pg-menu h4
{
    margin-bottom: 20px;
    color: #e6007e
}

.pg-menu section
{
    float: right;
    width: calc(100% - 220px);
    padding: 20px;
    background: white
}

.wrapper
{
    background: white;
    padding: 20px
}

.side-pg h5
{
    margin-bottom: 30px;
    color: #e6007e
}

.list-art
{
    width: 100%
}

.list-art li
{
    background: white;
    float: left;
    position: relative;
    width: 23%;
    margin-right: 2%;
    margin-bottom: 20px;
    border: solid 1px #f3eff1;
    overflow: hidden
}


.list-art img
{
    width: 100%;
    margin-bottom: 80px
}

.info-art
{
    position: absolute;
    padding: 5px 10px 5px 10px;
    height: 80px;
    width: 100%;
    bottom: 0px;
    overflow: hidden
}

.prix
{
    position: absolute;
    bottom: 0px;
    line-height: 30px;
    width: 100%
}

.prix span:last-child
{
    position: absolute;
    right: 20px;
    bottom: 0px;
    font-weight: bolder;
    color: #e6007e
}

.rideau
{
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1);
    cursor: pointer;
    transition: 0.3s
}

.list-art li:hover
{
    box-shadow: 0px 5px 5px rgba(0,0,0,0.1)
}





/*----------------------- PAGE DETAILS */

.infos-article
{
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px
}

.infos-article h4
{
    margin-bottom: 10px
}

.imgs-article
{
    float: left;
    width: calc(40% - 100px);
    margin: 0px 20px 20px 0px;
    overflow: hidden
}

.imgs-article img
{
    width: 100%
}

.art-gal
{
    width: 100%;
    margin-top: 30px;
    overflow: hidden
}

.art-gal li
{
    float: left;
    margin: 0px 5px 5px 0px;
    height: 70px;
    border: dotted 1px grey
}

.art-gal img
{
    height: 100%
}

.config-article
{
    float: left;
    width: calc(50% - 100px);
    margin: 0px 20px 20px 0px;
    overflow: hidden
}

.config-article > p
{
    margin-bottom: 30px
}

.config-article form
{
    margin-bottom: 30px
}

.config-article textarea
{
    margin-bottom: 10px
}

.details-article
{
    float: right;
    width: 57%
}

.quantite
{
    width: 130px;
    overflow: hidden;
    margin: 0 auto
}

.quantite div
{
    padding-bottom: 20px;
    overflow: hidden
}

.quantite input
{
    float: left;
    text-align: center;
    width: 40%;
    height: 40px;
    outline: none;
    border: none;
    border: solid 1px #d7d3d3
}

.quantite button
{
    border: none;
    width: 30%;
    height: 40px;
    background: #d7d3d3
}

.quantite button:first-child
{
    float: left
}

.quantite button:last-child
{
    float: right
}

.description h3
{
    margin-bottom: 20px
}

.infos-aj-pan img
{
    width: 30%;
    float: left;
    margin-bottom: 30px
}

.infos-aj-pan > div
{
    float: right;
    width: 67%
}

.comment-article
{
    margin-bottom: 30px
}

.comment-article span
{
    display: block;
    width: 100%
}

.photo-list
{
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden
}

.photo-list li
{
    height: 90px;
    position: relative;
    float: left;
    margin: 0px 5px 5px 0px
}

.photo-list img
{
    height: 100%
}

.photo-list button
{
    position: absolute;
    right: 10px;
    top: 10px;
    border: none;
    background: #e6007e;
    color: #ffed00;
    width: 30px;
    line-height: 30px;
    border-radius: 15px
}

.achat
{
    float: right;
    width: 240px;
    padding: 30px 20px 30px 20px;
    text-align: center;
    background: #fefde9
}

.achat > button
{
    width: 100%
}

.achat h3
{
    color: #e6007e;
    margin-bottom: 20px
}

.stock
{
    margin-bottom: 25px;
    line-height: 20px;
    font-weight: bolder
}

.stock span:first-child
{
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 10px
}

.s-ref
{
    margin-bottom: 30px;
    overflow: hidden
}

.s-ref li
{
    float: left;
    margin: 0px 10px 10px 0px
}

.s-ref li:hover
{
    border: solid 2px #e6007e;
    cursor: pointer
}

.s-ref img
{
    height: 90px
}


/*----------------------- PAGE PANIER */

.options
{
    margin-bottom: 30px;
    overflow: hidden
}

.options li
{
    float: left;
    margin-right: 20px
}

.panier
{
    width: 100%;
    margin-bottom: 30px
}

.panier > ul > li 
{
    width: 100%;
    overflow: hidden;
    border-bottom: dotted 0.1px #999;
    padding: 5px 0px 5px 0px
}

.panier > ul > li:first-child li
{
    line-height: 40px;
    font-weight: bolder;
    color: #999
}

.panier > ul > li li
{
    float: left
}

.panier > ul > li li:first-child
{
    width: calc(40% - 40px)
}

.panier > ul > li li:nth-child(2),
.panier > ul > li li:nth-child(3),
.panier > ul > li li:nth-child(4)
{
    width: 20%;
    text-align: center
}

.panier > ul > li li:last-child
{
    width: 40px
}

.panier a
{
    text-align: left;
    margin-left: 10px
}

.panier img
{
    width: 80px
}

.suppr
{
    background: none;
    border: none;
    color: #e6007e
}

.total
{
    width: 100%;
    margin-bottom: 40px;
    overflow: hidden
}

.total table
{
    float: right;
    width: 400px
}

.promo
{
    float: left;
    background: #fbeef5;
    padding: 20px
}

.promo input
{
    outline: none;
    float: left;
    border: none;
    height: 40px
}

.promo button
{
    float: left;
    border: none;
    width: 150px;
    height: 40px;
    background: #ffed00;
    color: #e6007e
}

.valid-panier
{
    width: 100%;
    overflow: hidden
}

.valid-panier button
{
    float: right
}

.qtPanier
{
    margin-top: 15px
}


/*===================================== ESPACE PERSONNEL */

.infos-cmd
{
    margin-bottom: 25px;
    overflow: hidden
}

.details-cmd > ul > li
{
    padding: 10px;
    overflow: hidden
}

.details-cmd > ul > li:nth-child(even)
{
    background: #f6f4f5
}

.details-cmd > ul > li > ul
{
    width: 100%;
    margin-bottom: 15px;
    font-weight: bolder;
    overflow: hidden
}

.details-cmd > ul > li > ul > li
{
    margin-right: 10px
}

.details-cmd > ul > li > ul > li:first-child
{
    width: 100%;
    height: 120px;
    margin-bottom: 10px
}

.details-cmd > ul > li > ul > li:first-child img
{
    height: 100%
}

.details-cmd > ul > li li
{
    float: left
}

.details-cmd > ul > li > ul > li > div
{
    width: 100%;
    overflow: hidden
}

.img-cmd
{
    height: 80px;
    float: left;
    margin: 0px 10px 10px 0px;
    width: 100%;
    overflow: hidden
}

.img-cmd img
{
    height: 100%
}

.list-el > ul > li
{
    width: 100%;
    overflow: hidden
}

.list-el > ul > li
{
    line-height: 40px;
    border-bottom: dotted 0.1px #999
}

.list-el > ul > li:first-child
{
    line-height: 40px;
    font-weight: bolder
}



.list-el > ul > li li
{
    float: left;
    padding-right: 10px;
    width: 30%
}

.list-el > ul > li li:first-child
{
    width: 30%
}


.user
{
    margin-bottom: 30px;
    text-align: center
}

.user a
{
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 80px;
    line-height: 80px;
    border-radius: 40px;
    border: dotted 1px black;
    color: #e6007e
}

.user i
{
    font-size: 2em
}

.side-menu > a
{
    display: block;
    width: 150px;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
    border-radius: 20px;
    border: solid 2px #e6007e;
    color: #e6007e
}

.adresses
{
    margin-top: 30px;
    overflow: hidden
}

.adresses li
{
    padding: 20px;
    background: #fefde9;
    width: 48%;
    float: left;
    margin-bottom: 15px
}

.adresses li:nth-child(even)
{
    float: right
}

.adresses h6
{
    margin-bottom: 10px
}

.adresses p
{
    margin-bottom: 10px
}

.btn-gest button
{
    float: right;
    background: none;
    border: none;
    color: #e6007e;
    font-size: 0.7em
}



footer
{
    width: 100%;
    padding: 30px 5% 40px 5%;
    border-top: solid 5px #ffed00;
    overflow: hidden
}

.ft-menu > li
{
    width: 200px;
    float: left;
    margin-left: 20px
}

.ft-menu a
{
    color: #e6007e
}

.ft-menu a i
{
    font-size: 2em
}

.ft-menu a:hover
{
    text-decoration: underline
}

.social a
{
    padding: 10px
}


.modale
{
    position: fixed;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 100vh;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    overflow-y: auto;
    opacity: 0;
    transition: 0.3s
}

.mdl-center
{
    text-align: center
}

.modale h4
{
    margin-bottom: 25px
}

.modale h5
{
    margin-bottom: 15px;
    color: #e6007e
}

.modale p
{
    margin-bottom: 20px;
    display: block
}

.modal-wrapper
{
    position: relative;
    width: 600px;
    max-width: calc(100vh - 20px);
    max-height: calc(100vh - 20px);
    background: white;
    padding: 20px;
    overflow-y: auto
}

.mdl-hd
{
    margin-bottom: 30px;
    overflow: hidden
}

.mdl-close
{
    position: absolute;
    top: -10px;
    right: 0px;
    border: none;
    background: none;
    font-size: 30px
}

.mdl-hd h5
{
    float: left;
}

.mdl-hd a
{
    float: right;
    width: 40px;
    font-size: 1.3em;
    color: black;
    cursor: pointer
}

.mdl-bd h5
{
    margin-bottom: 10px;
    
}

.modal-ft
{
    width: 100%; 
    overflow: hidden
}

.modal-ft a, .modal-ft button
{
    display: block;
    text-align: center;
    float: left;
    margin-right: 20px;
    width: 40%;
    line-height: 40px;
    background: #ffed00;
    color: #e6007e;
    cursor: pointer
}

.modal-ft a i, .modal-ft button i
{
    display: block;
    float: left;
    height: 40px;
    width: 40px;
    background: #e6007e;
    color: #ffed00
}

.modal-ft button
{
    border:none
}

.modal-ft a:hover, .modal-ft button:hover
{
    background: #e6007e;
    color: #ffed00
}

.view-galerie
{
    position: relative;
    max-width: 90vw
}

.view-galerie img
{
    max-width: 100%
}

.view-galerie button
{
    position: absolute;
    right: 0;
    top: -30px;
    border: none;
    background: none;
    color: white
}

/*===================================== PAGE COMMANDE */

#valid_cmd:disabled
{
    background: #cccccc
}


@media screen and (max-width: 1400px)
{
    .entete
    {
        background-position-y: 920px
    }
}

@media screen and (max-width: 1030px)
{
    
    
}

.menu-mobile
{
    display: none
}

.sd-menu
{
    display: none
}

@media screen and (max-width: 700px)
{
    .menu-mobile
    {
        border: none;
        background: none;
        color: #e6007e;
        display: block;
        float: left;
        font-size: 2.6em;
        margin-right: 10px
    }
    
    .hd-wrapper
    {
        height: 130px;
        padding: 0px 10px 0px 10px
    }
    
    .logo 
    {
        width: 30px
    }
    
    .btn-access
    {
        width: 150px;
        margin-right: 10px
    }
    
    .btn-access li
    {
        width: 48%;
        float: right;
        overflow: hidden
    }
    
    .btn-access span
    {
        font-size: 0.6em
    }
    
    .search-wrapper
    {
        width: 100%
    }
    
    .search
    {
        margin-top: 10px
    }
    
    .pan-qt
    {
        top: 15px
    }
    
    .main-menu
    {
        position: fixed;
        z-index: 2;
        top: 60px;
        left: -350px;
        bottom: 10px;
        width: 300px;
        height: auto;
        background: white;
        box-shadow: 10px 10px 20px rgba(0,0,0,0.4);
        transition: 0.3s;
        overflow-y: auto
    }
    
    .main-menu > ul
    {
        display: block
    }
    
    .main-menu > ul > li
    {
        width: 100%;
        
    }
    
    .main-menu a
    {
        padding-left: 10px
    }
    
    .main-menu a:hover
    {
        background: #e6007e;
        color: white
    }
    
    .main-menu > ul > li:hover > a
    {
        background: none
    }
    
    .main-menu > ul > li > a
    {
        text-align: left;
        padding-left: 10px;
        font-weight: bolder;
        color: #e6007e;
        border-bottom: dotted 1px #e6007e
    }
    
    .s-menu
    {
        display: block;
        position: inherit; 
        height: auto;
        box-shadow: none;
        padding: 5px 10px 10px 0px;
        overflow: hidden
    }
    
    .s-menu > li, .s-menu > li li
    {
        width: 100%;
        margin-left: 20px;
        height: auto;
        overflow: hidden
    }
    
    .s-menu > li
    {
        margin-bottom: 10px
    }
    
    .pg-menu section
    {
        width: 100%
    }
    
    .pg-form
    {
        display: block
    }
    
    .pg-form > div, .formulaire, .formulaire > ul > li li
    {
        width: 100%;
        margin-bottom: 5px;
        text-align: center
    }
    
    .formulaire > ul > li li:last-child
    {
        margin-bottom: 0px
    }
    
    .infos-perso
    {
        margin-bottom: 30px
    }
    
    .side-pg h5
    {
        text-align: center
    }
    
    .cl-acount
    {
        margin-bottom: 30px
    }
    
    .formulaire input, .formulaire li
    {
        text-align: center
    }
    
    .join
    {
        width: 100%;
        margin: 0 auto
    }
    
    .join p
    {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 30px
    }
    
    .join a
    {
        display: block;
        float: none;
        width: 100%
    }
    
    .ft-menu > li
    {
        width: 100%;
        text-align: center;
        margin-bottom: 20px
    }
    
    .sd-menu
    {
        display: block;
        border: none;
        background: none;
        font-size: 20px;
        background: white
    }
    
    .side-menu
    {
        position: absolute;
        z-index: 1;
        left: -300px;
        transition: 0.3s;
        box-shadow: 10px 10px 10px rgba(0,0,0,0.3)
    }
    
    
    .list-art li
    {
        width: 100%;
    }
    
    .infos-article
    {
        text-align: center
    }
    
    .info-art p
    {
        line-height: 20px;
        font-size: 0.7em
    }
    
    .list-art, .side-pg, .imgs-article, .config-article, .achat
    {
        width: 100%
    }
    
    .modal-ft a
    {
        width: 100%;
        margin-top: 10px
    }
    
    .options li
    {
        width: 100%
    }
    
    .options button
    {
        width: 100%;
        margin-bottom: 10px
    }
    
    .panier > ul > li:first-child
    {
        display: none
    }
    
    .panier > ul > li
    {
        width: 100%;
        overflow: hidden
    }
    
    .panier > ul > li li:first-child a,
    .panier > ul > li li:first-child img
    {
        float: left;
        height: 100%
    }
    
    .panier > ul > li li:first-child a
    {
        width: calc(100% - 100px)
    }
    
    .panier > ul > li li:first-child,
    .panier > ul > li li:nth-child(2)
    {
        width: 100%;
        padding: 5px 0px 5px 0px;
        overflow: hidden;
    }
    
    .panier > ul > li li:nth-child(3),
    .panier > ul > li li:nth-child(4)
    {
        width: 50%;
        text-align: center
    }
    
    .panier > ul > li li:last-child
    {
        width: 100%;
        line-height: 30px;
        text-align: center
    }
    
    .total table
    {
        width: 100%
    }
    
    .promo
    {
        width: 100%;
        margin-bottom: 20px
    }
    
    .promo input
    {
        float: left;
        width: calc(100% - 140px)
    }
    
    .promo button
    {
        float: right;
        width: 140px
    }
    
    .valid-panier button
    {
        width: 100%
    }
    
    .pub
    {
        font-size: 10px;
        background-size: auto 100%;
    }
    
    .entete
    {
        background-position-y: 120px;
    }
    
    .modal-ft a, .modal-ft button
    {
        width: 100%;
        margin-top: 5px
    }
    
}

.activeMenu
{
    left: 10px;
}