@import url('https://fonts.googleapis.com/css?family=Inria+Serif:400,400i,700&display=swap');
html {
    font-size: 100%;
}
body {
	font-family: 'Inria Serif', Times;
}
.content-pages img, .article_unique img {
    width: auto;
    max-width: 100%;
}
.scrollTop {
    position: fixed;
    right: 3vw;
    bottom: 3vw;
    background: rgb(165 187 88);
    font-size: 20px;
    width: 40px;
    text-align: center;
    color: #fff;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    transition: all .4s ease-in-out 0s;
    opacity: 0;
    border-radius: 5px;
    font-family: Serif;
}
.scrollTop svg {
    fill:white;
    stroke:white;
    width: 50%;
    margin: auto;
    display: inline-block;
    padding-bottom: 5px;
}
.loader svg {
    stroke: black;
}
.homeland .fa-home{
    display:none !important;
}
.homeland .hideLargeDevice{
    display:inherit !important;
}
h1,h2,h3,h4,h4{
    color:rgb(21, 153, 9);
}
.footer-staying h1{
    display:none;
}
div#card-element {
    width: 80%;
    padding: 10px 8px;
    background: white;
    border: 1px solid #dadada;
    border-radius: 0px 0px 4px 4px;
    margin: 0px auto 10px auto;
}
.formUser input {
    border: 1px solid rgb(218, 218, 218);
    text-align: left;
    background: white;
    padding: 8px 10px;
}
.formUser input#cardholder-name {
    border-bottom: 0px;
    border-radius: 5px 5px 0 0;
    box-shadow: none;
    font-size: 0.9em;
}
.endThisCart .payerMaCommande{
    margin:auto;
}
.cmdDetails .supprimerDupanier{
    color:white;
}
#onclickmenu {
	background: white;
	color: black;
}
.ContentChangeOnFulSize{
    padding:0;
}
.article_unique{
    padding:20px;
    border:none;
}
.adresse, .footer-staying p, #FacebookPosts .fbPost{
	background: white;
	color: black;
	border: none;
}

.adresse a, .footer-staying p a, .emagix a{
	color: black;
}

#FacebookPosts h2 {
	display: none;
}

.emagix{
    margin-top:30px;
    border-top:1px solid black;
	background: white !important;
}
#show_me_the_menu li a{
    color:black;
    text-decoration:none;
}
.ShopCart i,
#show_me_the_menu li a i{
    display:none;
}
#show_me_the_menu li a:hover{
    text-decoration:underline;
}
.totalCmdIsAbout {
    text-align: left;
    font-weight: bold;
    font-size: 1.2em;
}
div#ShoppingCart {
    background: white;
    color: black;
    border: 1px solid #00000021;
    padding: 15px;
    margin: 15px 0;
}
.article_unique h2{
    font-size:24px;
}
.objetDisplay h4{
    font-size:18px;
    padding-bottom:14px;
}
.choixLivraison h4{
    margin-bottom:13px;
}
.objetsListes .objetLinkDisplay {
    width: 30%;
    margin: 1.5%;
    padding: 25px;
    border: 1px solid rgba(0, 0, 0, 0.12156862745098039);
    box-sizing:border-box;
}
span.qte_panier {
    font-style: italic;
    /* float: right; */
    padding-left: 10px;
    color: #6d6d6d;
}
div#ImgStock {
    width: 65%;
    margin: auto;
}
#DiplayProductPriceCart{
    margin-top:20px;
}
#homeDisplayer{
    text-align:center;
}
.itemDisplayer{
    max-width:80% !important;
}
@media screen and (min-width: 800px) {


	body .maxiBody{
		background: white !important;
		color: black !important;
	}

	.blockPageContent{
	    border:none;
		background: white!important;
		color: black!important;
	}

	.changeOnFullSize {
		padding: 14px 0;
	}
	
	.changeOnFullSize #show_me_the_menu, .emagix {
		color: black;
		text-align: center;
	}


    .changeOnFullSize #show_me_the_menu li {
        font-size: 18px;
        margin: 0 12px;
    }

		
}

@media screen and (max-width: 800px) {
    .objetDisplay img{
        width:50%; 
    }
    .objetDisplay h4{
        padding-bottom:15px;
    }

    .objetsListes .objetLinkDisplay {
        width: 100%;
        margin: 0;
        padding: 25px;
        border: 1px solid rgba(0, 0, 0, 0.12156862745098039);
    }

    #show_me_the_menu{
        display:block;
        width:100%;
    }
    .ico_list,
    .sous-header{
        display:none;
    }
    
        
    #onclickmenu {
        background: #a5bb58;
        color: #000;
        position: absolute;
        top: 90px;
        right: 0;
        padding: 0;
        border-radius: 0;
        height: 1.7em;
        width: 1.7em;
        text-align: center;
        z-index: 2;
        float: right;
        line-height: 1.7em;
    }
    #onclickmenu .fa {
        float: initial;
        display: inline-block;
        font-size: 0.9em;
        color: #fff;
    }    
    
    .scrollMenu #onclickmenu{
        position: fixed;
        top: 0 !important;
    }

    #show_me_the_menu {
        width: 100%;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #a5bb58;
        overflow-y: scroll;
    }
    #show_me_the_menu li.hideLargeDevice{
        display:none;
    }
}