/* ----------------------------------------------
:: Template Name: Yummy Blog - Food Blog Template
:: Template Author: Colorlib
:: Template Author URI: https://colorlib.com
:: Version: v1.0.0
:: Last Updated: 11-13-2017
---------------------------------------------- */

/* -------- [Master Stylesheet] --------
:: 1.0 Base CSS
:: 2.0 Top Header Area CSS
:: 3.0 Menu Area CSS
:: 4.0 Wellcome Area CSS 
:: 5.0 Top Feature Area CSS 
:: 6.0 Blog Area CSS 
:: 7.0 Instagram Area CSS 
:: 8.0 Footer Social Area CSS 
:: 9.0 Goole Map Area CSS
:: 10.0 Sidebar Area CSS
:: 11.0 Breadcumb Area CSS
:: 12.0 Paginatio Area CSS
:: 13.0 Contact Area CSS
:: 14.0 Single Blog CSS
----------------------------------- */

/* ***** Fonts ***** */


/* ***** Import CSS ***** */

@import 'css/bootstrap/bootstrap.min.css';
@import 'css/others/animate.css';
@import 'css/others/magnific-popup.css';
@import 'css/others/meanmenu.min.css';
@import 'css/others/owl.carousel.min.css';
@import 'css/others/font-awesome.min.css';
@import 'css/others/pe-icon-7-stroke.css';

/* --------------------
:: 1.0 Base CSS
-------------------- */
 #x8 {
	font-size: 21px;
	color: #FFFFFF;
	font-family: prest3;
	letter-spacing: 1px;
	overflow: hidden;
	width: 97%;
	padding-bottom: 15px;
	padding-top: 15px;
	box-shadow: 5px 3px 2px #eee;
	text-align: left;
	padding-left: 3%;
	line-height: 0.9;
	
}

#x9 {
	font-size: 18px;
	color: #fff;
	font-family: prest3;
	letter-spacing: 4px;
	overflow: hidden;
	font-weight: lighter;
	width: 65%;
	padding-left: 18px;
	padding-bottom: 8px;
	padding-top: 8px;
	font-style: italic;
	text-align: left;
 
	
}

 #prix
{
	padding-top: 8px;
	font-size: 18px;
	width: 30%;
	float:right;
	margin-right:2%;
	text-align: right;
	color: #0066FF;
}
 
.scaleUpIn
{
	transition: transform 1.0s ease, opacity 1.0s ease;
	
	transform: scale(1.0,1.0);
	opacity: 1.0;
}

.scaleUpOut
{
	transition: transform 1.0s ease, opacity 1.0s ease;
	
	transform: scale(1.3,1.3);
	opacity: 0.0;
}

.scaleDownIn
{
	transition: transform 1.0s ease, opacity 1.0s ease;
	
	transform: scale(1.0,1.0);
	opacity: 1.0;
}

.scaleDownOut
{
	transition: transform 1.0s ease, opacity 1.0s ease;
	
	transform: scale(0.7,0.7);
	opacity: 0.0;
}




 .aprix1 {
	font-size: 16px;
	color: #111;
	font-variant: small-caps;

}

  .agred {
	font-size: 18px;
	color: #FFFFFF;
	font-variant: small-caps;
	line-height: 1.1;
}

 body {
  min-height: 100%;
}
body {
	background-color: #FFFFFF; 
}




#bat1  {
	position:absolute;
	width:181px;
	font-family: prest;
	float: left;
	font-weight: bold;
	height: 84px;
	background-repeat: repeat-y;
	margin-left: 0%;
	top:72px;
	left: 31%;
	z-index: 5;
}
 
#bat1 div {

	/*perspective*/
-webkit-perspective:550px;
   -moz-perspective:550px;
    -ms-perspective:550px;
     -o-perspective:550px;
        perspective:550px;
/*perspective-origin*/
-webkit-perspective-origin:50% 0;
   -moz-perspective-origin:50% 0;
    -ms-perspective-origin:50% 0;
     -o-perspective-origin:50% 0;
        perspective-origin:50% 0;
}
#bat1 div p {

		/*animation*/	
-webkit-animation:rot 6s ease-in-out 1s backwards;
   -moz-animation:rot 6s ease-in-out 1s backwards;
    -ms-animation:rot 6s ease-in-out 1s backwards;
     -o-animation:rot 6s ease-in-out 1s backwards;
        animation:rot 6s ease-in-out 1s backwards;
/*transform-origin*/
-webkit-transform-origin: 0 90%;
   -moz-transform-origin: 0 90%;
    -ms-transform-origin: 0 90%;
     -o-transform-origin: 0 90%;
	transform-origin: 0 90%;

}


#bat1  p:hover {
 

 -webkit-transition: all .2s ease-in;
-moz-transition: all .2s ease-in;
-o-transition: all .2s ease-in;
transition: all .2s ease-in;
	z-index: 58;
}
#bat1 div:first-child p {
 
	
  height:200px;
/*animation-delay*/
-webkit-animation-delay:.6s;
 -moz-animation-delay:.6s;
 -ms-animation-delay:.6s;
 -o-animation-delay:.6s;
 animation-delay:.6s;
}









#bat2  div p img{
	font-size:17px;
	font-weight:bold;
	text-align:center;

		/*animation*/	
-webkit-animation:rot 6s ease-in-out 1s backwards;
   -moz-animation:rot 6s ease-in-out 1s backwards;
    -ms-animation:rot 6s ease-in-out 1s backwards;
     -o-animation:rot 6s ease-in-out 1s backwards;
	animation:rot 6s ease-in-out 1s backwards;

/*transform-origin*/
-webkit-transform-origin: 0 90%;
   -moz-transform-origin: 0 90%;
    -ms-transform-origin: 0 90%;
     -o-transform-origin: 0 90%;
	transform-origin: 0 90%;
	height:125px;
	width: 170px;

	
}



#bat2  {
	position:absolute;
	width:170px;
	font-family: prest;
	float: right;
	font-weight: bold;
	height: 145px;
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-left: 0%;
	padding-top: 0px;
	top:18px;
	z-index: -26;
	right: -23%;
}
 
#bat2 div {

	/*perspective*/
-webkit-perspective:550px;
   -moz-perspective:550px;
    -ms-perspective:550px;
     -o-perspective:550px;
        perspective:550px;
/*perspective-origin*/
-webkit-perspective-origin:50% 0;
   -moz-perspective-origin:50% 0;
    -ms-perspective-origin:50% 0;
     -o-perspective-origin:50% 0;
        perspective-origin:50% 0;
}
#bat2 div p {

		/*animation*/	
-webkit-animation:rot 6s ease-in-out 1s backwards;
   -moz-animation:rot 6s ease-in-out 1s backwards;
    -ms-animation:rot 6s ease-in-out 1s backwards;
     -o-animation:rot 6s ease-in-out 1s backwards;
        animation:rot 6s ease-in-out 1s backwards;
/*transform-origin*/
-webkit-transform-origin: 0 90%;
   -moz-transform-origin: 0 90%;
    -ms-transform-origin: 0 90%;
     -o-transform-origin: 0 90%;
	transform-origin: 0 90%;

}




#bat2 p:hover {
 

 -webkit-transition: all .2s ease-in;
-moz-transition: all .2s ease-in;
-o-transition: all .2s ease-in;
transition: all .2s ease-in;
	z-index: 58;
}
#bat2 div:first-child p {
 
	
  height:200px;
/*animation-delay*/
-webkit-animation-delay:.6s;
 -moz-animation-delay:.6s;
 -ms-animation-delay:.6s;
 -o-animation-delay:.6s;
 animation-delay:.6s;
}








#bat1  div p img{
	font-size:17px;
	font-weight:bold;
	text-align:center;
		/*animation*/	
-webkit-animation:rot 6s ease-in-out 1s backwards;
   -moz-animation:rot 6s ease-in-out 1s backwards;
    -ms-animation:rot 6s ease-in-out 1s backwards;
     -o-animation:rot 6s ease-in-out 1s backwards;
        animation:rot 6s ease-in-out 1s backwards;
/*transform-origin*/
-webkit-transform-origin: 0 90%;
   -moz-transform-origin: 0 90%;
    -ms-transform-origin: 0 90%;
     -o-transform-origin: 0 90%;
	transform-origin: 0 90%;


	
}



#bat3  {
	position:absolute;
	width:219px;
	font-family: prest;
	float: left;
	font-weight: bold;
	height: 51px;
	background-repeat: repeat-y;
	margin-left: 0%;
	top:100px;
	left: 425px;
	z-index: 5;
}
 
#bat3 div {

	/*perspective*/
-webkit-perspective:550px;
   -moz-perspective:550px;
    -ms-perspective:550px;
     -o-perspective:550px;
        perspective:550px;
/*perspective-origin*/
-webkit-perspective-origin:50% 0;
   -moz-perspective-origin:50% 0;
    -ms-perspective-origin:50% 0;
     -o-perspective-origin:50% 0;
        perspective-origin:50% 0;
}
#bat3 div p {

		/*animation*/	
-webkit-animation:rot 6s ease-in-out 1s backwards;
   -moz-animation:rot 6s ease-in-out 1s backwards;
    -ms-animation:rot 6s ease-in-out 1s backwards;
     -o-animation:rot 6s ease-in-out 1s backwards;
        animation:rot 6s ease-in-out 1s backwards;
/*transform-origin*/
-webkit-transform-origin: 0 90%;
   -moz-transform-origin: 0 90%;
    -ms-transform-origin: 0 90%;
     -o-transform-origin: 0 90%;
	transform-origin: 0 90%;

}


#bat3 p:hover {
 

 -webkit-transition: all .2s ease-in;
-moz-transition: all .2s ease-in;
-o-transition: all .2s ease-in;
transition: all .2s ease-in;
	z-index: 58;
}
#bat3 div:first-child p {
 
	
  height:200px;
/*animation-delay*/
-webkit-animation-delay:.6s;
 -moz-animation-delay:.6s;
 -ms-animation-delay:.6s;
 -o-animation-delay:.6s;
 animation-delay:.6s;
}









#bat4  div p img{
	font-size:17px;
	font-weight:bold;
	text-align:center;
		/*animation*/	
-webkit-animation:rot 6s ease-in-out 1s backwards;
   -moz-animation:rot 6s ease-in-out 1s backwards;
    -ms-animation:rot 6s ease-in-out 1s backwards;
     -o-animation:rot 6s ease-in-out 1s backwards;
        animation:rot 6s ease-in-out 1s backwards;
/*transform-origin*/
-webkit-transform-origin: 0 90%;
   -moz-transform-origin: 0 90%;
    -ms-transform-origin: 0 90%;
     -o-transform-origin: 0 90%;
	transform-origin: 0 90%;


	
}



#bat4  {
	position:absolute;
	width:390px;
	font-family: prest;
	float: left;
	font-weight: bold;
	height: 107px;
	background-repeat: repeat-y;
	margin-left: 0%;
	top:68px;
	left: 10%;
	z-index: -26;
}
 
#bat4 div {

	/*perspective*/
-webkit-perspective:550px;
   -moz-perspective:550px;
    -ms-perspective:550px;
     -o-perspective:550px;
        perspective:550px;
/*perspective-origin*/
-webkit-perspective-origin:50% 0;
   -moz-perspective-origin:50% 0;
    -ms-perspective-origin:50% 0;
     -o-perspective-origin:50% 0;
        perspective-origin:50% 0;
}
#bat4 div p {

		/*animation*/	
-webkit-animation:rot 6s ease-in-out 1s backwards;
   -moz-animation:rot 6s ease-in-out 1s backwards;
    -ms-animation:rot 6s ease-in-out 1s backwards;
     -o-animation:rot 6s ease-in-out 1s backwards;
        animation:rot 6s ease-in-out 1s backwards;
/*transform-origin*/
-webkit-transform-origin: 0 90%;
   -moz-transform-origin: 0 90%;
    -ms-transform-origin: 0 90%;
     -o-transform-origin: 0 90%;
	transform-origin: 0 90%;

}


#bat4 p:hover {
 

 -webkit-transition: all .2s ease-in;
-moz-transition: all .2s ease-in;
-o-transition: all .2s ease-in;
transition: all .2s ease-in;
	z-index: 58;
}
#bat4 div:first-child p {
 
	
  height:200px;
/*animation-delay*/
-webkit-animation-delay:.6s;
 -moz-animation-delay:.6s;
 -ms-animation-delay:.6s;
 -o-animation-delay:.6s;
 animation-delay:.6s;
}




#bat5  div p img{
	font-size:17px;
	font-weight:bold;
	text-align:center;
		/*animation*/	
-webkit-animation:rot 6s ease-in-out 1s backwards;
   -moz-animation:rot 6s ease-in-out 1s backwards;
    -ms-animation:rot 6s ease-in-out 1s backwards;
     -o-animation:rot 6s ease-in-out 1s backwards;
        animation:rot 6s ease-in-out 1s backwards;
/*transform-origin*/
-webkit-transform-origin: 0 90%;
   -moz-transform-origin: 0 90%;
    -ms-transform-origin: 0 90%;
     -o-transform-origin: 0 90%;
	transform-origin: 0 90%;

height: 60px;
	
}



#bat5  {
	position:absolute;
	width:220%;
	font-family: prest;
	float: left;
	font-weight: bold;
	height: 60px;
	background-repeat: repeat-y;
	margin-left: 0%;
	top:85px;
	left: -60%;
	z-index:2;
}
 
#bat5 div {

	/*perspective*/
-webkit-perspective:550px;
   -moz-perspective:550px;
    -ms-perspective:550px;
     -o-perspective:550px;
        perspective:550px;
/*perspective-origin*/
-webkit-perspective-origin:50% 0;
   -moz-perspective-origin:50% 0;
    -ms-perspective-origin:50% 0;
     -o-perspective-origin:50% 0;
        perspective-origin:50% 0;
}
#bat5 div p {

		/*animation*/	
-webkit-animation:rot 6s ease-in-out 1s backwards;
   -moz-animation:rot 6s ease-in-out 1s backwards;
    -ms-animation:rot 6s ease-in-out 1s backwards;
     -o-animation:rot 6s ease-in-out 1s backwards;
        animation:rot 6s ease-in-out 1s backwards;
/*transform-origin*/
-webkit-transform-origin: 0 90%;
   -moz-transform-origin: 0 90%;
    -ms-transform-origin: 0 90%;
     -o-transform-origin: 0 90%;
	transform-origin: 0 90%;

}


#bat5 p:hover {
 

 -webkit-transition: all .2s ease-in;
-moz-transition: all .2s ease-in;
-o-transition: all .2s ease-in;
transition: all .2s ease-in;
	
}
#bat5 div:first-child p {
 
	
  height:200px;
/*animation-delay*/
-webkit-animation-delay:.6s;
 -moz-animation-delay:.6s;
 -ms-animation-delay:.6s;
 -o-animation-delay:.6s;
 animation-delay:.6s;
}


#bat6  div p img{
	font-size:17px;
	font-weight:bold;
	text-align:center;
		/*animation*/	
-webkit-animation:rot 6s ease-in-out 1s backwards;
   -moz-animation:rot 6s ease-in-out 1s backwards;
    -ms-animation:rot 6s ease-in-out 1s backwards;
     -o-animation:rot 6s ease-in-out 1s backwards;
        animation:rot 6s ease-in-out 1s backwards;
/*transform-origin*/
-webkit-transform-origin: 0 90%;
   -moz-transform-origin: 0 90%;
    -ms-transform-origin: 0 90%;
     -o-transform-origin: 0 90%;
	transform-origin: 0 90%;


	
}



#bat6  {
	position:absolute;
	width:210px;
	font-family: prest;
	float: left;
	font-weight: bold;
	height: 126px;
	background-repeat: repeat-y;
	margin-left: -12%;
	top:55px;
	left: -130px;
	z-index: -24;
}
 
#bat6 div {

	/*perspective*/
-webkit-perspective:550px;
   -moz-perspective:550px;
    -ms-perspective:550px;
     -o-perspective:550px;
        perspective:550px;
/*perspective-origin*/
-webkit-perspective-origin:50% 0;
   -moz-perspective-origin:50% 0;
    -ms-perspective-origin:50% 0;
     -o-perspective-origin:50% 0;
        perspective-origin:50% 0;
}
#bat6 div p {

		/*animation*/	
-webkit-animation:rot 6s ease-in-out 1s backwards;
   -moz-animation:rot 6s ease-in-out 1s backwards;
    -ms-animation:rot 6s ease-in-out 1s backwards;
     -o-animation:rot 6s ease-in-out 1s backwards;
        animation:rot 6s ease-in-out 1s backwards;
/*transform-origin*/
-webkit-transform-origin: 0 90%;
   -moz-transform-origin: 0 90%;
    -ms-transform-origin: 0 90%;
     -o-transform-origin: 0 90%;
	transform-origin: 0 90%;

}


#bat6 p:hover {
 

 -webkit-transition: all .2s ease-in;
-moz-transition: all .2s ease-in;
-o-transition: all .2s ease-in;
transition: all .2s ease-in;
	z-index: 58;
}
#bat6 div:first-child p {
 

/*animation-delay*/
-webkit-animation-delay:.6s;
 -moz-animation-delay:.6s;
 -ms-animation-delay:.6s;
 -o-animation-delay:.6s;
 animation-delay:.6s;
}




#bat7b  div p img{
	font-size:17px;
	font-weight:bold;
	text-align:center;
		/*animation*/	
-webkit-animation:rot 6s ease-in-out 1s backwards;
   -moz-animation:rot 6s ease-in-out 1s backwards;
    -ms-animation:rot 6s ease-in-out 1s backwards;
     -o-animation:rot 6s ease-in-out 1s backwards;
        animation:rot 6s ease-in-out 1s backwards;
/*transform-origin*/
-webkit-transform-origin: 0 90%;
   -moz-transform-origin: 0 90%;
    -ms-transform-origin: 0 90%;
     -o-transform-origin: 0 90%;
	transform-origin: 0 90%;


	
}



#bat7b  {
	position:absolute;
	width:274px;
	font-family: prest;
	float: left;
	font-weight: bold;
	height: 84px;
	background-repeat: repeat-y;
	margin-left: 0%;
	top:40px;
	left: 6%;
	z-index: 5;
}
 
#bat7b div {

	/*perspective*/
-webkit-perspective:550px;
   -moz-perspective:550px;
    -ms-perspective:550px;
     -o-perspective:550px;
        perspective:550px;
/*perspective-origin*/
-webkit-perspective-origin:50% 0;
   -moz-perspective-origin:50% 0;
    -ms-perspective-origin:50% 0;
     -o-perspective-origin:50% 0;
        perspective-origin:50% 0;
}
#bat7b div p {

		/*animation*/	
-webkit-animation:rot 6s ease-in-out 1s backwards;
   -moz-animation:rot 6s ease-in-out 1s backwards;
    -ms-animation:rot 6s ease-in-out 1s backwards;
     -o-animation:rot 6s ease-in-out 1s backwards;
        animation:rot 6s ease-in-out 1s backwards;
/*transform-origin*/
-webkit-transform-origin: 0 90%;
   -moz-transform-origin: 0 90%;
    -ms-transform-origin: 0 90%;
     -o-transform-origin: 0 90%;
	transform-origin: 0 90%;

}


#bat7b p:hover {
 

 -webkit-transition: all .2s ease-in;
-moz-transition: all .2s ease-in;
-o-transition: all .2s ease-in;
transition: all .2s ease-in;
	z-index: 58;
}
#bat7b div:first-child p {
 
	
  height:200px;
/*animation-delay*/
-webkit-animation-delay:.6s;
 -moz-animation-delay:.6s;
 -ms-animation-delay:.6s;
 -o-animation-delay:.6s;
 animation-delay:.6s;
}



#bat8  div p img{
	font-size:17px;
	font-weight:bold;
	text-align:center;
		/*animation*/	
-webkit-animation:rot 6s ease-in-out 1s backwards;
   -moz-animation:rot 6s ease-in-out 1s backwards;
    -ms-animation:rot 6s ease-in-out 1s backwards;
     -o-animation:rot 6s ease-in-out 1s backwards;
        animation:rot 6s ease-in-out 1s backwards;
/*transform-origin*/
-webkit-transform-origin: 0 90%;
   -moz-transform-origin: 0 90%;
    -ms-transform-origin: 0 90%;
     -o-transform-origin: 0 90%;
	transform-origin: 0 90%;


	
}



#bat8  {
	position:absolute;
	width:76px;
	font-family: prest;
	float: left;
	font-weight: bold;
	height: 82px;
	background-repeat: repeat-y;
	margin-left: 0%;
	top:40px;
	left: 25%;
	z-index: 6;
}
 
#bat8 div {
	
	/*perspective*/
-webkit-perspective:550px;
   -moz-perspective:550px;
    -ms-perspective:550px;
     -o-perspective:550px;
        perspective:550px;
/*perspective-origin*/
-webkit-perspective-origin:50% 0;
   -moz-perspective-origin:50% 0;
    -ms-perspective-origin:50% 0;
     -o-perspective-origin:50% 0;
        perspective-origin:50% 0;
}
#bat8 div p {

		/*animation*/	
-webkit-animation:rot 6s ease-in-out 1s backwards;
   -moz-animation:rot 6s ease-in-out 1s backwards;
    -ms-animation:rot 6s ease-in-out 1s backwards;
     -o-animation:rot 6s ease-in-out 1s backwards;
        animation:rot 6s ease-in-out 1s backwards;
/*transform-origin*/
-webkit-transform-origin: 0 90%;
   -moz-transform-origin: 0 90%;
    -ms-transform-origin: 0 90%;
     -o-transform-origin: 0 90%;
	transform-origin: 0 90%;

}


#bat8 p:hover {
 

 -webkit-transition: all .2s ease-in;
-moz-transition: all .2s ease-in;
-o-transition: all .2s ease-in;
transition: all .2s ease-in;
	
}
#bat8 div:first-child p {
 
	
  height:200px;
/*animation-delay*/
-webkit-animation-delay:.6s;
 -moz-animation-delay:.6s;
 -ms-animation-delay:.6s;
 -o-animation-delay:.6s;
 animation-delay:.6s;
}


#wl {	animation:  bounceInLeft 2.5s;
	position: absolute;
	left:-4%;
	width: 90px;
	height: 80px;
	top: 1px;
	z-index: 2;
}

#wh {	animation:  bounceInUp 2.9s;
	position: absolute;
	left:11%;
	width: 90px;
	height: 80px;
	top: 2px;
	z-index: 2;
}
#wa {	animation:  bounceInLeft 3.5s;
	position: absolute;
	left:17%;
	width: 90px;
	height: 80px;
	top: 3px;
	z-index: 2;
}


#wt {	animation:  bounceInUp 4.5s;
	position: absolute;
	left:27%;
	width: 100px;
	height: 80px;
	top: 1px;
	z-index: 2;
}
#we {	animation:  bounceInRight 4.7s;
	position: absolute;
	left:0%;
	width: 90px;
	height: 80px;
	top: 1px;
	z-index: 2;
}
#wc {	animation:  bounceInUp 2.9s;
	position: absolute;
	left:33%;
	width: 100px;
	height: 80px;
	top: 2px;
	z-index: -2;
}
#wo {	animation:  bounceInUp 5.7s;
	position: absolute;
	left:48%;
	width: 100px;
	height: 80px;
	top: 0px;
	z-index: 5;
}
#wm {	animation:  bounceInRight 3.1s;
	position: absolute;
	left:52%;
	width: 100px;
	height: 80px;
	top: 1px;
	z-index: 2;
}

#wt2 {animation:  bounceInUp 2.9s;
	position: absolute;
	left:58%;
	width: 100px;
	height: 80px;
	top: 1px;
	z-index: 5;
}
#wo2 {	animation:  bounceInRight 4.7s;
	position: absolute;
	left:63%;
	width: 110px;
	height: 80px;
	top: 1px;
	z-index: 2;
}
#wi0 {	animation:  bounceInRight 4.8s;
	position: absolute;
	left:69%;
	width: 120px;
	height: 80px;
	top: 6px;
	z-index: 2;
}
#wi1 {	animation:  bounceInRight 4.5s;
	position: absolute;
	left:76%;
	width: 80px;
	height: 80px;
	top: 4px;
	z-index: 7;
}

#wss {	animation:  bounceInRight 3.1s;
	position: absolute;
	left:79%;
	width:120px;
	height: 78px;
	top: 0px;
	z-index: 7;
}
#we2 {	animation:  bounceInUp 4.5s;
	position: absolute;
	left:86%;
	width: 120px;
	height: 80px;
	top: 1px;
	z-index: -8;
}
#wl2 {	animation:  bounceInRight 4.5s;
	position: absolute;
	left:23%;
	width: 90px;
	height: 80px;
	top: 0px;
	z-index: 2;
}
#wi2 {	animation:  bounceInRight 4.5s;

	position: absolute;
	left:76%;
	width: 75px;
	height: 44px;
	top: -52px;
	z-index: 27;
}



#blc {
	background-color: #333333;
}
#debut{
	background-color: #CCCCCC;
	padding: 20px;
}

#div4b {-webkit-box-shadow: -1px 0px 18px 2px rgba(50, 50, 50, 0.56), inset 2px 2px 5px -1px #656565;
	-moz-box-shadow:    -1px 0px 18px 2px rgba(50, 50, 50, 0.56), inset 2px 2px 5px -1px #656565;
	box-shadow:         -1px 0px 18px 2px rgba(50, 50, 50, 0.56), inset 2px 2px 5px -1px #656565;

	border-radius: 20px;
	z-index: 6;
	margin-bottom: 30px;
	padding: 3%;
	padding-bottom: 15px;
	position: relative;
	background-color: #333333;
	width:90%;
	height:auto;	border: 8px solid;
	border-image: url("tran3h.png") 20 20 stretch;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	animation: animate BounceinUp;
	transition:  height 0.5s, width 0.5s, font-size 0.5s, margin-top 0.5s;
	margin-top: 10px;
	font-family: 'lp';
	background-image: url(6ef.jpg);	
}
#div4b:hover {
	z-index: 5;
	font-family: lp;
	margin-bottom: 20px;

	
	

}
#div4bis {-webkit-box-shadow: -1px 0px 18px 2px rgba(50, 50, 50, 0.56), inset 2px 2px 5px -1px #656565;
	-moz-box-shadow:    -1px 0px 18px 2px rgba(50, 50, 50, 0.56), inset 2px 2px 5px -1px #656565;
	box-shadow:         -1px 0px 18px 2px rgba(50, 50, 50, 0.56), inset 2px 2px 5px -1px #656565;
	border:8px solid;
	border-radius: 10px;
	z-index: 7;
	margin-bottom: 30px;
	padding: 18px;
	padding-bottom: 15px;
	position: relative;
	background-color: #000000;
	width:90%;
	height:auto;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	border: 8px solid;
	border-image: url("tran3h.png") 20 20 stretch;
	animation: animate BounceinUp;
	transition:  height 0.5s, width 0.5s, font-size 0.5s, margin-top 0.5s;
	margin-top: 10px;
	font-family: 'lp';
	background-image: url(6ef.jpg);
	background-size: cover;
}
#divb {
	z-index: 7;
	
	position: relative;
	width:100%;
	height:90px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	border-image: url("tran3h.png") 20 20 stretch;
	animation: animate BounceinUp;
	transition:  height 0.5s, width 0.5s, font-size 0.5s, margin-top 0.5s;
	margin-top: 0px;
	font-family: 'lp';
	overflow: hidden;
	
}
#divb img{
	width:600px;
	height:auto;
	
	margin-left: auto;
	margin-right: auto;

	overflow: hidden;
	
}

#couvert {
	position: absolute;
	left:-89px;
	width: 85px;
	height: 80px;
	top: -6px;
	z-index: 2;
}

#couvert2{
	position: absolute;
	right:-80px;
	width: 84px;
	height: 80px;
	top: -11px;
	z-index: -52;
}
#couvert3{
	position: relative;
	width: 84px;
	height: 34px;
	z-index: -52;
}
#psson0  {
	animation:  bounceInRight 2.5s;
	width:100%;
	position:fixed;
	top:0px;
	left:0px;
	height:180px;
	z-index: 54;
}
#n0  {
	animation:  bounceInRight 2.5s;
	width:100%;
	position:fixed;
	top:0px;
	left:0px;
	height:180px;
	z-index: 54;
}
#poisson  {
	animation:  bounceInRight 2.5s;
	width:300px;
	position:absolute;
	top:-13px;
	left:39px;
	height:70px;
	z-index: 5;
}
#poisson1  {
	width:100%;
	position:relative;
	top:0px;
	left:0px;
	height:auto;
	z-index: 54;
	text-align: center;
	overflow: hidden;
	transition:background-color 80s;
	animation: poisson1 48s linear infinite;
	margin-left: auto;
	margin-right: auto;
}

@keyframes poisson1 {  

from {background-color:#7D2A6E;
    box-shadow: 0px 140px 10px 10px #38406F inset; }
   14% { background-color: #A6C8F8;
	 box-shadow: 0 100px 100px -100px #7484FE inset;}
   
   95% {background-color: #A6C8F8;
	 box-shadow: 0 100px 100px -100px #7484FE inset;}
  to { background-color:#7D2A6E;
    box-shadow: 0px 140px 10px 10px #38406F inset; }
 

}
#poisson2  {
	
	width:421px;
	position:absolute;
	top:-10px;
	left:32px;
	height:179px;
	z-index:-5524;
}

 
#menunav {
	width:100%;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	z-index: 64;
	position: fixed;
	font-size: 14px;
 
}

 
#cont {
	width:80%;
	position:relative;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	height:130px;
	z-index: 4;
	text-align: center;

}
 
#txt1  {
 font-family:  'p1';
 font-size:18px;
}
 @font-face {
font-family:  '1p'; 
src: url('fonts/Pe-icon-7-stroke.eot'); 
src: url('fonts/Pe-icon-7-stroke.woff') format('woff'), url('fonts/Pe-icon-7-stroke.ttf') format('truetype'), url('fonts/Pe-icon-7-stroke.svg#webfontNwkXRkFW') format('svg');  
font-weight: normal; 
font-style: normal; }
 @font-face {
 font-family:  '1';
src: url('fonts/geosanslight-webfont.eot'); 
src: url('fonts/geosanslight-webfont.woff') format('woff'), url('fonts/geosanslight-webfont.ttf') format('truetype'), url('fonts/geosanslight-webfont.svg#webfontNwkXRkFW') format('svg'); 
font-weight: normal; 
font-style: normal; }

 @font-face {
 font-family:  'p1';
src: url('fonts/borisblackbloxx-webfont.eot'); 
src: url('fonts/borisblackbloxx-webfont.woff') format('woff'), url('fonts/borisblackbloxx-webfont.ttf') format('truetype'), url('fonts/borisblackbloxx-webfont.svg#webfontNwkXRkFW') format('svg'); 
font-weight: normal; 
font-style: normal;}

#poisson3  {
	animation:  bounceInRight 2.5s;
	width:813px;
	position:absolute;
	top:1493px;
	left:142px;
	height:349px;
	z-index: 5;
}
#conten {
	width: 100%; top:0px;
	left:0px;
	border-bottom: 1px solid #ebebeb;
	background-color: #000000;
	position: fixed;
}
* {
	margin: 0;
	padding: 0;
	font-family: '1p', sans-serif;
}

body {
    
  
}
h7{
	font-family: 'p1', sans-serif;
	font-weight: bolder;
	color: #fff;letter-spacing:2px;
	line-height: 1.25;
	font-size: 20px;
	text-shadow:2px 4px 7px #111, 2px 3px 7px #111;
	margin-bottom:5px;}
h7 div{
	font-family: 'p1', sans-serif;
	font-weight: normal;
	color: #fff;
	letter-spacing:2px;
	line-height: 1.25;
	font-size: 18px;
	margin-bottom:5px;
	margin-left: auto;
	margin-right: auto;
}
h1{	font-family: '1p', sans-serif;
	color: #000000;
	line-height: 1.25;
	z-index: 2;
	
	font-size:16px;
	padding: 2px;
}
h5{
	font-family: 'p1', sans-serif;
	text-shadow:0 1px 0 #111, 0 1px 2px #111;
	color: #FFFFFF;
	line-height: 1.25;
	z-index: 2;
	font-size: 36px;
}
h4{
	font-family: 'p1', sans-serif;
	text-shadow:0 1px 0 #111, 0 1px 2px #111;
	color: #FFFFFF;
	line-height: 1.25;
	z-index: 2;
	font-size: 24px;
}

h3{
	font-family: 'p1', sans-serif;
	text-shadow:0 1px 0 #111, 0 1px 2px #111;
	color: #333333;
	line-height: 1.25;
	z-index: 2;
	font-size: 34px;
    font-weight: normal;
  
    line-height: 1.25;}

h2,

h6 {
	font-family: 'p1', sans-serif;
	font-weight: 700;
	color: #FFFFFF;
	line-height: 1.25;
	z-index: 2;
}

h8 {
	font-family: 'p1', sans-serif;
	font-weight: 700;
	color: #232d37;
	line-height: 1.25;
	margin-top: -10px;
	z-index: 345445;
}
p {
	color: #000000;
	font-size: 25px;
	font-family: 'pl';
}



ul,
ol {
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
}
#poisson1 img {
}
a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    font-weight: 200;
    outline: none;
}

li {
    list-style: none;
}

.heading_text > p {
    font-size: 16px;
}

.heading_text > h2 {
    font-weight: 500;
    color: #333;
}

.heading_text > h3 {
    color: #b4b4b4;
    font-size: 90px;
    font-weight: 100;
    margin: 0;
}

.font-shadow-into-light {
    font-family: 'p1', cursive !important;
}

.yummy-table {
    display: table;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 2;
}

.yummy-table-cell {
    display: table-cell;
    vertical-align: middle;
}

#preloader {
    overflow: hidden;
    background-color: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}

.yummy-load {
    -webkit-animation: 2000ms linear 0s normal none infinite running yummy-load;
    animation: 2000ms linear 0s normal none infinite running yummy-load;
    background: transparent none repeat scroll 0 0;
    border-color: #dddddd #dddddd #fc6c3f;
    border-radius: 30%;
    border-style: solid;
    border-width: 3px;
    height: 40px;
    left: calc(50% - 20px);
    position: relative;
    top: calc(50% - 20px);
    width: 40px;
    z-index: 9;
}

@-webkit-keyframes yummy-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes yummy-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* --------------------
:: 2.0 Top Header Area CSS
-------------------- */

#contenu1 {
	width: 100%;
	border-bottom: 1px solid #ebebeb;
	background-color: #000000;
	position: fixed;

}

.top_header_area .top_social_bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.top_header_area .top_social_bar > a {
    font-size: 12px;
    color: #000;
    margin-right: 30px;
}

.top_header_area .top_social_bar > a:hover {
    color: #fc6c3f;
}

.top_header_area .top_social_bar > a:last-of-type {
    margin-right: 0;
}

.top_header_area .signup-search-area {
    height: 40px;
    position: relative;
    z-index: 3;
}

.top_header_area .signup-search-area a {
    font-size: 13px;
    color: #222;
}

.top_header_area .signup-search-area .login a {
    margin-right: 13px;
    border-right: 2px solid #c2c2c2;
    padding-right: 13px;
}

.top_header_area .signup-search-area .search_button {
    margin-left: 54px;
}

#searchBtn {
    position: relative;
    z-index: 8;
}

.search-hidden-form {
    position: absolute;
    width: 100%;
    z-index: 4;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    font-size: 12px;
}

.search-hidden-form.search-form-open {
    z-index: 18;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.search-hidden-form #search-anything {
    width: 100%;
    height: 30px;
    border: 1px solid #ddd;
    top: 5px;
    position: relative;
    padding: 5px 10px;
}

.search-hidden-form span {
    line-height: 30px;
    width: 30px;
    height: 30px;
    position: absolute;
    display: block;
    text-align: center;
    top: 5px;
    right: 0;
    border: 1px solid #ddd;
    color: #888;
    cursor: pointer;
    z-index: 5;
    font-size: 13px;
    border-left: none;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.search-hidden-form span:hover {
    color: #000;
}

/* --------------------
:: 3.0 Menu Area CSS
-------------------- */
.logo_area { text-shadow:0 1px 0 #111, 0 1px 2px #111;
	font-family: 'pl', cursive;
	font-size: 58px;
	margin-bottom: 0;
	padding: 5px 0 20px 0;
	display: inline-block;
	color: #FFFFFF;
	text-align: center;
	position: absolute;
	top:14px;
	left:44px;
	z-index: 346463;
}
.yummy-logo {
	font-family: 'pl', cursive;
	font-size: 36px;
	margin-bottom: 0;
	padding: 5px 0 20px 0;
	display: inline-block;
	color: #FFFFFF;
	text-align: center;
	position: absolute;
top:20px;
left:20px;}

.navbar.navbar-expand-lg {
    padding: 0; 	font-size: 14px;
	background-image: url(240_F_2.jpg);
	
	-webkit-box-shadow: -1px 0px 8px 2px #999999 ;
	-moz-box-shadow:    -1px 0px 8px 2px #999999;
	box-shadow:         -1px 0px 8px 2px #999999;
}

.navbar.navbar-expand-lg .navbar-nav .nav-link {font-size: 14px;
    padding: 15px 20px;
   color: #ffF; 
     font-family: 'p1', sans-serif; text-shadow:2px 4px 7px #111, 2px 3px 7px #111;
    font-size: 18px;
}
.navbar-expand-lg ul {font-size: 14px;
   
}
.navbar.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar.navbar-expand-lg .navbar-nav .active .nav-link {font-size: 14px;
    color: #ffF; text-shadow:0 1px 0 #111, 0 1px 2px #111;
}

.dropdown-item { 
    font-weight: 500;
    color: #232d37;
    font-size: 14px;
    text-transform: uppercase;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fc6c3f;
    text-decoration: none;

}

/* --------------------
:: 4.0 Wellcome Area CSS 
-------------------- */

.welcome-single-slide { padding:10px;
	position: relative;
	z-index: 1;
	overflow: hidden;background-color: #ccc;background-color: #ccc;
	}
	

.welcome-single-slide img{  
-webkit-box-shadow: -1px 0px 8px 2px #999999 ;
	-moz-box-shadow:    -1px 0px 8px 2px #999999;
	box-shadow:         -1px 0px 8px 2px #999999;
	border-radius: 10px;
	border: 3px solid #fff;
	background-color: #CCCCCC;
	}
	
.welcome-single-slide .project_title a > h5 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
}

.welcome-single-slide .project_title {
    position: absolute;
    content: "";
    bottom: -300px;
    left: 0;
    z-index: 3;
   
    padding: 30px;
    width: 100%;
    height: auto;
    -webkit-transition-duration: 750ms;
    transition-duration: 750ms;
}

.welcome-single-slide:hover .project_title {  
    bottom: 0;
}

.welcome-single-slide .post-date-commnents a {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}

.welcome-single-slide .post-date-commnents a:hover {
    color: rgba(255, 255, 255, 0.9);
}


.welcome-single-slide .post-date-commnents a:first-child {
    margin-right: 30px;
}

.welcome-single-slide .post-date-commnents a:first-child:after {
    width: 2px;
    height: 80%;
    content: '';
    position: absolute;
    top: 10%;
    right: -14px;
    z-index: 2;
    background-color: #fff;
}


.welcome-post-sliders {
	position: relative;
	z-index: 1;
	padding-bottom: 10px;
	background-color: #CCCCCC;
}

.welcome-post-sliders .owl-prev {
    position: absolute;
    width: 10%;
    background-color: transparent;
    height: 100%;
    top: 0;
    left: 0;
    cursor: url(img/core-img/back.png), auto !important;
    z-index: 9;
}

.welcome-post-sliders .owl-next {
    position: absolute;
    width: 10%;
    background-color: transparent;
    height: 100%;
    top: 0;
    right: 0;
    cursor: url(img/core-img/next.png), auto !important;
}

/* --------------------
:: 5.0 Top Feature Area CSS 
-------------------- */

.categories_area {
	background-color: #FFFFFF;
	overflow: hidden;
	width: 100%;
	background-image: url(light-wood-background-offstocker.jpg);
}

.single_catagory {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.single_catagory img {-webkit-box-shadow: -1px 0px 8px 2px #999999 ;
	-moz-box-shadow:    -1px 0px 8px 2px #999999;
	box-shadow:         -1px 0px 8px 2px #999999 ; 
	border-radius: 10px;
	border: 3px solid #fff;
}

.catagory-title {
	width: 220px;
	height: 50px;
	background-color: #fff;
	position: absolute;
	top: 80%;
	text-align: center;
	border-radius: 10px;
	left: 50%;
    -webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
    -webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	background-image: url(bois-fond-gris.jpg);
text-shadow:0 1px 0 #111, 0 1px 2px #111;
 font-weight: bolder;
	color: #FFFFFF;-webkit-box-shadow: -1px 0px 18px 2px rgba(50, 50, 50, 0.56) ;
	-moz-box-shadow:    -1px 0px 18px 2px rgba(50, 50, 50, 0.56) ;
	box-shadow:         -1px 0px 18px 2px rgba(50, 50, 50, 0.56) ;}


.catagory-title  h5 {
    margin-bottom: 0;
    line-height: 50px; font-weight: bolder;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}


/* --------------------
:: 6.0 Blog Area CSS 
-------------------- */

.post-thumb img {
	border-radius: 10px;
	margin-bottom: 30px;
	border: 2px solid #000;
}

.post-meta {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.post-author a,
.post-date a,
.post-favourite a,
.post-comments a,
.post-share a {
    color: #b5aec4;
    font-size: 14px;
}

.post-author a:hover,
.post-date a:hover,
.post-favourite a:hover,
.post-comments a:hover,
.post-share a:hover {
    color: #000;
}

.post-favourite a,
.post-comments a {
    margin-right: 15px;
}

.post-author a {
    margin-right: 30px;
    position: relative;
    z-index: 1;
}

.post-author a:after {
    width: 2px;
    height: 60%;
    content: '';
    position: absolute;
    top: 20%;
    right: -14px;
    z-index: 2;
    background-color: #b5aec4;
}

.single-post {
    margin-bottom: 30px;
}

.single-post h2,
.single-post h4 {
    margin: 10px 0;
    color: #232d37;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-transform: capitalize;
}

.single-post h2:hover,
.single-post h4:hover {
    color: #333333;
}

.single-post p {
	color: #51545f;
	font-size: 16px;
}

.single-post .read-more {
    font-size: 12px;
    color: #b5aeba;
    display: inline-block;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    height: 40px;
    min-width: 170px;
    line-height: 40px;
    text-align: center;
}


.single-post .read-more:hover {
    color: #000;
    border: 1px solid #000;
}

/* List Blog Area CSS */

.list-blog.single-post .post-thumb,
.list-blog.single-post .post-content {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin-right: 15px;
}

.list-blog.single-post .post-content {
    margin-right: 0;
    margin-left: 15px;
    margin-bottom: 30px;
}

.list-blog.single-post {
    margin-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
}

.blog_area .col-12:last-of-type .list-blog.single-post {
    margin-bottom: 0;
    border-bottom: none;
}

.blog_area .col-12:last-of-type .list-blog.single-post .post-thumb img {
    margin-bottom: 0;
}

/* --------------------
:: 7.0 Instagram Area CSS 
-------------------- */

.instagram_gallery_item {
    position: relative;
    z-index: 1;
}

.instagram_gallery_item img {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 100%;
}

.instagram_gallery_item .hover_overlay {
    background: rgba(252, 108, 63, 0.7);
    height: 100%;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 100%;
    z-index: 5;
}

.instagram_gallery_item:hover .hover_overlay {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.instagram_gallery_item .follow-me a {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.instargram_area {
    position: relative;
    z-index: 1;
}

.instargram_area .owl-prev {
    position: absolute;
    width: 10%;
    background-color: transparent;
    height: 100%;
    top: 0;
    left: 0;
    cursor: url(img/core-img/back.png), auto !important;
    z-index: 9;
}

.instargram_area .owl-next {
    position: absolute;
    width: 10%;
    background-color: transparent;
    height: 100%;
    top: 0;
    right: 0;
    cursor: url(img/core-img/next.png), auto !important;
}


/* --------------------
:: 8.0 Footer Social Area CSS 
-------------------- */

.footer-social-area {
    border-bottom: 1px solid #eeeeee;
    padding: 50px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.single-icon > a {
    color: #51545f;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.single-icon > a:hover {
    color: #fc6c3f;
}

.single-icon > a > i {
    font-size: 16px;
    padding-right: 12px;
}

.footer-content {
    padding: 50px 0 65px 0;
    border-bottom: 1px solid #eeeeee;
}

.footer-logo-area .yummy-logo {
    font-family: 'pl', cursive;
    font-size: 60px;
    margin-bottom: 0;
    padding: 0 0 20px 0;
    display: inline-block;
    color: #232d37;
}

.copy_right_text {
    width: 100%;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.copy_right_text > p {
    font-size: 14px;
    color: #b5aec4;
    margin-bottom: 0;
}

.footer_area .navbar.navbar-expand-lg .navbar-nav .nav-link {
    padding-bottom: 0;
}

/* --------------------
:: 9.0 Goole Map Area CSS
-------------------- */

#googleMap {
    height: 620px;
    width: 100%;
}


/* --------------------
:: 10.0 Sidebar Area CSS
-------------------- */

/* About me */

.single-widget-area {
    margin-bottom: 50px;
}

.widget-title > h6 {
    background: #fee2d9;
    height: 40px;
    width: 100%;
    line-height: 40px;
    border-radius: 2px;
    margin-bottom: 30px;
}
#cont1 {
	
	width: 80%;
	height: 180px;
	position: relative;
}
#cont img {
     height: 80px;
    width: 80%;
   
  
}
.style14 {
font-family: '1p', sans-serif;
}
.style14b {
	color: #FFFFFF;font-family: '1p', sans-serif;
}
 @media screen and (max-width: 960px) {
.style14 {
	color: #333333;font-family: '1p', sans-serif;
	
}.style14b {
	color: #fff;font-family: '1p', sans-serif;
	 font-weight:bold;
}
#cont img {
     height: 60px;
    width: 60%;
   
  
}
#cont {
     height: 90px;
   
   	width:90%;
	
  
}

  
#cont1 {
	width:70%;
	
	height:110px;
	z-index: -54;
	text-align: center;
	
}
#prix{
	width: 70%;
	float:right;
	margin-right:5%;
	text-align: right;
	color: #CE3286;
}#divb img{
	width:70%;
	height:auto;
	margin-top: 0%;
	margin-left: auto;
	margin-right: auto;

	overflow: hidden;
	
}}
 @media screen and (max-width: 690px) {#divb img{
	width:80%;
	height:auto;
	margin-top: 2%;
	margin-left: auto;
	margin-right: auto;

	overflow: hidden;
	
}#prix{
	width: 90%;
	float:right;
	margin-right:5%;
	text-align: right;
	color: #CE3286;
} 

#div4b {
	font-size: 16px;
}
#div4b h5{
	font-size: 18px;
}
h1,h3{
	font-size: 20px;
}
#cont img {
     height: 40px;
    width: 40%;
   
  
}
#cont {
     height: 90px;
   margin-left:20px;
   	width:90%;
	
  
}
  .aprix1 {
	font-size: 11px;
	color: #111;
}

  .agred {
	font-size: 15px; 
	color: #FFFFFF;
}
.gu {
	margin-top:-70px;
}
 
  
#cont1 {
	width:70%;
	
	height:110px;
	z-index: -54;
	text-align: center;
	
}
#wss {
	left:78%;
	
}

#wi0 {	width:100px;
	left:71%;
	z-index: 4;
}

#wl2 {	

	z-index: 4;
}
#wo {	animation:  bounceInUp 5.7s;
	position: absolute;

	
	height: 80px;
	top: 0px;
	z-index: 5;
}
#wo2 {

	height: 80px;
	top: 1px;
	z-index: 2;
}
#wm {
	height: 80px;
	top: 1px;
	z-index: 2;
}
#wt2 {animation:  bounceInUp 2.9s;

	height: 80px;
	top: 1px;
	z-index: 5;
}

#wi1 {	left:78%;
	height: 80px;
	top: 4px;
	z-index: 7;
}
#wi2 {	left:76%;
	height: 41px;
	top: -32px;
	z-index: 28;
}
#wss {	animation:  bounceInRight 3.1s;
	position: absolute;
		left:80%;
	height: 78px;
	top: 0px;
	z-index: 2;
}#we2 {		left:87%;

	top: 1px;
	z-index: -8;
}}

 @media screen and (max-width: 540px) {#divb img{
	width:90%;
	height:auto;
	margin-top: 4%;
	margin-left: auto;
	margin-right: auto;

	overflow: hidden;
	
}
#wl {	
	width: 70px;
	height: 40px;
	top: 1px;
	z-index: 2;
}

#wh {		width: 70px;
	height: 40px;
	top: 2px;
	z-index: 2;
}
#wa {		width: 70px;
	height: 40px;
	top: 3px;
	z-index: 2;
}


#wt {		width: 70px;
	height: 40px;
	top: 1px;
	z-index: 2;
}
#we {		width: 70px;
	height: 40px;
	top: 1px;
	z-index: 2;
}
#wc {		width: 70px;
	height: 40px;
	top: 2px;
	z-index: -2;
}
#wo {		width: 70px;
	height: 40px;
	top: 0px;
	z-index: 5;
}
#wm {		width: 70px;
	height: 40px;
	top: 1px;
	z-index: 2;
}

#wt2 {	width: 70px;
	height: 40px;
	top: 1px;
	z-index: 5;
}
#wo2 {		width: 70px;
	height: 40px;
	top: 1px;
	z-index: 2;left:64%;
}
#wi0 {	left:69%;	width: 70px;
	height: 40px;
	top: 6px;
	z-index: 2;
}
#wi1 {		width: 70px;
	height: 40px;
	top: 4px;
	z-index: 7;left:75%;
}

#wss {		width: 70px;
	height: 40px;
	top: 0px;
	z-index: 2;
}
#we2 {		width: 70px;
	height: 40px;
	top: 1px;
	z-index: -8;
}
#wl2 {		width: 70px;
	height: 40px;
	top: 0px;
	z-index: 2;
}
#wi2 {		width: 70px;
	height: 40px;
	top: -22px;
	z-index: 27;
}
  .aprix1 {
	font-size: 9px;
	color: #111;
}

  .agred {
	font-size: 14px;
	color: #FFFFFF;
}
  
}
