@font-face {
    font-family: 'lobster';
    src: url('./font/lobster_1.4-webfont.eot');
    src: url('./font/lobster_1.4-webfont.eot?#iefix') format('embedded-opentype'),
         url('./font/lobster_1.4-webfont.woff2') format('woff2'),
         url('./font/lobster_1.4-webfont.woff') format('woff'),
         url('./font/lobster_1.4-webfont.ttf') format('truetype'),
         url('./font/lobster_1.4-webfont.svg#lobster') format('svg');
    font-weight: normal;
    font-style: normal;
}

.lobster{
    font-family: 'lobster'!important;
    font-weight: normal!important;
}
.vat{
    vertical-align: top;
}
.tac{
    text-align: center;
}
body.boutique .itemsCategory img{
    display: block;
    width: 100%!important;
}

.itemContainer{
	float:left;
padding:10px;}

.itemsCategory{text-align:center;}

.itemsCategory img{
	width:100% !important;
}

body.boutique .itemResizer{display:none;}

body.boutique h1.lobster{
    text-align: center;
    font-size: 50px!important;
}
body.boutique #order{
        background-color: #a1192e;
    border: 10px solid #fff;
    width: 140px;
    color: #fff;
    border-radius: 70px;
    height: 140px;
    font-size: 24px;
    line-height: 100%;
    padding-top: 30px;
    z-index: 99;
    position: relative;
    display: block;
    margin: 0 auto;
    margin-top: -180px;
    margin-bottom: 40px;
    -webkit-transition: background .1s ease-in-out;
-moz-transition: background .1s ease-in-out;
-ms-transition: background .1s ease-in-out;
-o-transition: background .1s ease-in-out;
transition: background .1s ease-in-out;
}
body.boutique #order:hover{
    background-color: #ee9049;
    -webkit-transition: background .1s ease-in-out;
-moz-transition: background .1s ease-in-out;
-ms-transition: background .1s ease-in-out;
-o-transition: background .1s ease-in-out;
transition: background .1s ease-in-out;
}
body.boutique #order a{
    color: #fff;
}
figure.br50{
    width: 100%;
    max-height: 390px;
	overflow: hidden;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}
figure.br50 *{
	-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}
figure.br50:hover{
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}
figure.br50 a{
	display: block;
    width: 100%;
    max-height: 390px;
	position: relative;
}
figure.br50 .miniature{
	opacity: 1;
	    width: 100%;
    height: 100%;
    min-height: 390px;
    display: block;
}
figure.br50:hover .miniature{
	opacity: 0;
}
figure.br50 .survol{
	position: absolute;
    opacity: 0;
    z-index: 9;
    left: 50%;
    bottom: 10px;
    border-radius: 0;
    margin-left: -150px;
    width: 300px;
}
figure.br50:hover .survol{
	border-radius: 50%;
	opacity: 1;
}
figure.br50 .prix{
	position: absolute;
	top: -140px;
	left: 0;
	right: 0;
	z-index: 99;
	text-align: center;
	color: #000;
    font-size: 25px;
}
figure.br50:hover .prix{
	top: 15px;
}
figure.br50 h2{
        position: absolute;
    bottom: 10px;
    width: auto;
    background-color: rgba(0,0,0,0.3);
    color: #fff!important;
    font-weight: normal!important;
    text-align: center;
    padding: 20px 0;
    left: 10px;
    right: 10px;
}
figure.br50:hover h2{
    bottom: -50px;
    	padding: 0;

}
body.boutique #infoCntr{
    background-image: url(/images/charte/bg-rs.png);
    position: relative;
    margin-top: -20px;
    padding: 25px;
}

body.boutique #prix{
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    background-color: #a1192e;
    line-height: 100%!important;
    border-radius: 50px;
    width: 85px;
    height: 85px;
    text-align: center;
    padding-top: 10px;
    font-size: 22px;
}

body.boutique #prix span{
    font-size: 24px;
    line-height: 100%!important;
    white-space: nowrap;
}
body.boutique #prix br{
    line-height: 100%!important;
}

body.boutique #descriptionProd{
        padding: 0 20px;
        width: 49%;
}
body.boutique #descriptionProd h2{
    margin-top: 0;
}
body.boutique #descriptionProd p{
    margin: 0!important
}
body.boutique #imgAmbiance img{
    width: 100%;
}
body.boutique #imgProduit{
    width: 50%;
}
body.boutique #k2Container .itemList{
    margin: 0;
}
body.boutique #imgProduit img{
    width: 49%;
    display: inline-block;
    vertical-align: middle;
}
body.boutique #k2Container article, body.boutique .itemBody{
    margin: 0!important;
    padding: 0!important;
    border: 0;
}
body.boutique .itemsCategory.lobster p{
    text-align: center;
    color: #a1192e;
    font-size: 22px;
    margin-top: 5px;
    margin-bottom: 20px;
}

body.boutique #boutiquesub{
    margin-top: 45px;
}
body.boutique #boutiquesub a{
    text-decoration: underline;
}
body.boutique #boutiquesub a:hover{
    color: #ee9049
}
body.boutique #boutiquesub h2{

    margin-bottom: 25px;
}
body.boutique .border{
    border: 10px solid rgba(255,255,255,0.8);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
        top: 0;
}
body.boutique #boutiquesub ul{
    text-align: center;
}
body.boutique #boutiquesub ul li{
    margin: 5px 30px 25px;
    line-height: 140%;
}
body.boutique #boutiquesub ul, body.boutique #boutiquesub div{
    font-size: 22px;
}

@media screen and (max-width: 768px){
    body.boutique #imgProduit {
        width: 100%!important;
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    body.boutique #descriptionProd {
        padding: 0px 0px;
        width: 100%!important;
        display: block;
        margin: 0 auto;
    }
    body.boutique #prix {
        position: relative;
        top: initial;
        right: initial;
        display: block;
        margin: 0 auto;
    }
    body.boutique #order{
        margin-top: -70px;
    }
    figure.br50 a{
        max-height: none;
    }
    figure.br50 .miniature{
        min-height: initial;
    }
    body.boutique article#k2Container.itemView header.nodate{
        margin: 0!important;
    }
}