@charset "utf-8";

body 
{
    background-color: #e1d9d8;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    margin-top: 0;
    margin-bottom: 0;
}

.corps
{
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    width : 85%;
    text-align: center;
    padding-bottom: 20px;
    height:inherit;
    overflow:auto;
}

.image_mobil
{
    display: none;
}

header
{
    text-align: center;
    width: 100%;
}
header a
{
    background-color: #e1d9d8
}

header img
{
    width: 100%;
    background-color: #e1d9d8;
}

nav
{
    background-color: #e1d9d8;
    display: inline-block;
    text-align: center;
    width: 100%;
    font-size: 18px;
}

nav h1
{
    display: none;
}

nav ul
{
    padding:5px;
    list-style-type: none;
}

nav li
{
    display: inline-block; 
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px double white;
}

nav li a
{
    color: black;
    border-width: 1px;
    border-color: white;
    text-decoration: none;
}

nav a, nav li, nav ul, nav
{
    text-decoration: none;
    color: black;
}

nav li a 
{
    color:black;
}

.menu:hover .ss_menu
{
    display: block;
    position: absolute;
    background-color: #e1d9d8;
    margin-left: -11px;
    z-index: 10;
}

.ss_menu
{
    display: none;
}

.ss_menu li
{
    display: block;
    text-align: left;
    border: none;
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px;
}

.menu_desktop
{
    display: block;
}

.menu_mobile
{
    display: none;
}
    
nav ul li:hover
{
    background-color: white;
}

a
{
    text-decoration: none;
}

a:hover
{
    color:black;
}

.texte
{
    width: 80%;
    border-color: black;
    border-width: 2px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.boiteInline
{
    display: inline-block;
    position: relative;
    vertical-align: top;
}

h1
{
   font-weight:bold;
}

h2
{
    color: grey;
    font-size: 25px;
}

#titre_header
{
    display: none;
}

.imageFloat
{
    min-width: 92px;
    width: 9%;
    display: inline-block;
    height: auto;
    vertical-align: middle;
    margin-right: 30px;
}

.texteJustifyFloat
{
    vertical-align: middle;
    display: inline-block;
    width: 83%;
    height: auto;
}

.texteJustify
{
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
}

.tabulation
{
    margin-left: 3em;
}

#CadreCarrousel
{
    height: 667px;
    display: block;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

#carrousel ul
{
    list-style-type: none;
}

#carrousel li
{
    display: inline-block; 
}

.controls .prev , .controls .next
{
    border-style: solid;
    border-color: black;
    background-color: grey;
    padding: 5px;
    border-radius: 10px;
}

#blocProduit .produit
{
    list-style-type: none;
    padding-left: 0px;
    margin-left: 0px;
    width: 100%;
}

#blocProduit .titreProduit
{
    width: 25%;
    min-width: 200px; 
    display: inline-block;
    text-align: center;
    vertical-align: top;
    padding-left: 10px;
    border: 2px solid grey;
    border-radius: 10px;
    height: 150px;
    margin-top: 20px;
    margin-left: 5px;
    margin-right: 5px;
    background-repeat: no-repeat;
}

#blocProduit .titreProduit:hover
{
    background-color: #dcdada;
}

#blocProduit li
{
    text-align: left;
    padding-bottom: 10px;
    padding-right: 10px;
    text-decoration: none;
    color: black;
    background-size: 100%;
}

#blocProduit ul
{
    margin-left: 50px;
}

.centrervertical
{
    height: 150px;
    position: relative;
    text-align: center;
    line-height: 150px;
}

#blocProduit h1
{
    vertical-align: middle;
    margin: auto;
    text-align: center;
    line-height: 2em;
    display: inline-block;
}

#page_detail_produit li
{
    width: auto;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    padding-left: 10px;
    height: auto;
    margin-top: 20px;
    margin-left: 5px;
    margin-right: 5px;
    font-weight: bold;
    font-size: 20px;
}

#page_detail_produit img
{
    border-radius: 10px;
    display:block;
    margin-top: 15px;
}

#page_detail_produit li .survol_produit_h
{
    opacity: 0;
    font-weight: normal;
    position: absolute;
    margin-top: 15px;
    border-radius: 10px;
}

#page_detail_produit li .survol_produit_h p
{
    padding-top: 40px;
    width: 200px;
    height: 70px;
}


#page_detail_produit li, #page_detail_produit .survol_produit_h
{
    -webkit-transition: all .35s ease-out;
    -moz-transition: all .35s ease-out;
    -ms-transition: all .35s ease-out;
    -o-transition: all .35s ease-out;
    transition: all .35s ease-out;
}

#page_detail_produit li:hover img
{
    opacity: 0.2;
}

#page_detail_produit li:hover .survol_produit_h
{
    opacity: 1;
    color: white;
    position: absolute;
    background-color: black;
}

#page_detail_produit li .survol_produit_v
{
    opacity: 0;
    font-weight: normal;
    position: absolute;
    margin-top: 15px;
    border-radius: 10px;
}

#page_detail_produit li .survol_produit_v p
{
    padding-top: 70px;
    width: 150px;
    height: 90px;
}


#page_detail_produit li, #page_detail_produit .survol_produit_v
{
    -webkit-transition: all .35s ease-out;
    -moz-transition: all .35s ease-out;
    -ms-transition: all .35s ease-out;
    -o-transition: all .35s ease-out;
    transition: all .35s ease-out;
}


#page_detail_produit li:hover .survol_produit_v
{
    opacity: 1;
    color: white;
    position: absolute;
    background-color: black;
}

.prix
{
    display:none;
}

.description
{
    margin-top: 20px;
    margin-left: 20px;
    font-weight: normal;
    font-size: 17px;
    color: grey;
    font-family: "arial";
    width : 190px;
    text-align: left;
    line-height: 1.3;
    vertical-align: top;
    display: inline-block;
}

.block_description a
{
    display: inline-block;
}

.RetourProduit
{
    display:none;
}

@media screen and (max-width: 1000px) 
{
    header
    {
        display:none;
    }
    #titre_header
    {
        display: block;
    }
    
    #titre_header img
    {
        margin-top: 40px;
    }
    
    #CadreCarrousel
    {
        display: none;
    }
    
    #carrousel
    {
        display: none;
    }
    
    .imageFloat
    {
        display: none;
    }
    
    body
    {
        background-image: none;
        background-color: white;
    }
    
    .image_mobil
    {
        display: block;
        margin-top: 20px;
    }
    
    .corps
    {
        width: 100%;
        padding: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        box-shadow: none;
        border-radius: 0px;
        text-align: center;
        padding-bottom: 40px;
    }
    
    .texteJustifyFloat
    {
        width: 100%;
    }
    
    .carte
    {
        display: none;
    }
    h1
    {
        padding: 10px;
    }
    
    .menu_desktop
    {
        display: none;
    }
    
    .menu_mobile
    {
        display: block;
    }
    
    .header a
    {
        background-color: #e1d9d8;
        height: 50px;
        width: 100%;
        display: block;
        padding-top: 15px;
        color : black;
        font-size: 25px;
    }
    
    li a 
    {
        color: black;
    }
    
    .mm-ismenu
    {
        background: #e1d9d8;
        color: black;
        height: 100%;
        width: 40%
    }

    nav
    {
        background-color: #e1d9d8;
        border-radius: 0px;
    }
    
    ul
    {
        padding:5px;
        list-style-type: none;

    }

    #menu li
    {
        display: block; 
        padding: 5px;
        padding-left: 10px;
        padding-right: 10px;
        border-left: 0px;
    }
    
    nav li a 
    {
        color: black;
        background-color:transparent;
    }
    
    a:hover
    {
        color:black;
    }
    
    nav ul li:hover
    {
        background-color: grey;
    }
    
    html.mm-opening .mm-page, html.mm-opening #mm-blocker, html.mm-opening .mm-fixed-top, html.mm-opening .mm-fixed-bottom
    {
        box-shadow: none;   
    }
    
    .mm-menu > .mm-panel.mm-opened {
     top: 7%;
     }
    
    html, body
    {
        padding: 0;
        margin: 0;
    }
    
    html
    {
	height: 100%;
    }
    
    body
    {
        box-shadow: none;
        min-height: 100%;
	position: relative;    
    }
    a h1
    {
        text-decoration: none;
        color: black;
    }
    
    img
    {
        max-width: 100%;
    }
    .prix
    {
        display : block;
    }
    
    #index
    {
        display: none;
    }
    
    .survol_produit_h
    {
        display: none;
    }
    
    .survol_produit_v
    {
        display: none;
    }
    
    #page_detail_produit li:hover img
    {
        opacity: 1;
    }
    
    .RetourProduit
    {
        text-align: left;
        margin-left: 30px;
    }
    
    .RetourProduit a
    {
        display: inline-block;
        color: #333333;
        vertical-align: middle;
        text-decoration: underline;
        margin-top: 15px;
        display: block;
    }
    
    .description
    {
        display: none;
    }
}