*{margin:0px; padding: 0px}
/* ------------------font css-------------------*/
@font-face {
    font-family: 'Futura';
    src: url("../fonts/FuturaLTMedium.eot");
    src: url('../fonts/FuturaLTMedium.eot') format('embedded-opentype'),
         url('../fonts/FuturaLTMedium.woff2') format('woff2'),
         url('../fonts/FuturaLTMedium.woff') format('woff'),
         url('../fonts/FuturaLTMedium.ttf') format('truetype'),
         url('../fonts/FuturaLTMedium.svg#FuturaLTMedium') format('svg');
}


body {
	font-family: Futura;
	font-size:9px;
	line-height:11px;}

p {
    position:abolute;
	color:#F1C985
    /*  z-index:2;  */
}


/*  background Image Slider  */

.cb-slideshow{z-index:-999;}
.cb-slideshow,
.cb-slideshow:after {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
.cb-slideshow:after {
    content: '';
  /*  background: transparent url(../images/bg-style/pattern.png) repeat top left; */
}
.cb-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
   /* z-index: 0; */
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s;
}
.cb-slideshow li div {
   /* z-index: 1000; */
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-animation: titleAnimation 36s linear infinite 0s;
    -moz-animation: titleAnimation 36s linear infinite 0s;
    -o-animation: titleAnimation 36s linear infinite 0s;
    -ms-animation: titleAnimation 36s linear infinite 0s;
    animation: titleAnimation 36s linear infinite 0s;
}
.cb-slideshow li div h3 {
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    font-size: 240px;
    padding: 0;
    line-height: 200px;
	color: rgba(169,3,41, 0.8);
}
.cb-slideshow li:nth-child(1) span { background-image: url(../images/bg-style/fonds/1.jpg) }
.cb-slideshow li:nth-child(2) span {
    background-image: url(../images/bg-style/fonds/2.jpg);
    -webkit-animation-delay: 8s;
    -moz-animation-delay: 8s;
    -o-animation-delay: 8s;
    -ms-animation-delay: 8s;
    animation-delay: 8s;
}
.cb-slideshow li:nth-child(3) span {
    background-image: url(../images/bg-style/fonds/3.jpg);
    -webkit-animation-delay: 16s;
    -moz-animation-delay: 16s;
    -o-animation-delay: 16s;
    -ms-animation-delay: 16s;
    animation-delay: 16s;
}
.cb-slideshow li:nth-child(4) span {
    background-image: url(../images/bg-style/fonds/4.jpg);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}
.cb-slideshow li:nth-child(5) span {
    background-image: url(../images/bg-style/fonds/5.jpg);
    -webkit-animation-delay: 32s;
    -moz-animation-delay: 32s;
    -o-animation-delay: 32s;
    -ms-animation-delay: 32s;
    animation-delay: 32s;
}
.cb-slideshow li:nth-child(6) span {
    background-image: url(../images/bg-style/fonds/6.jpg);
    -webkit-animation-delay: 40s;
    -moz-animation-delay: 40s;
    -o-animation-delay: 40s;
    -ms-animation-delay: 40s;
    animation-delay: 40s;
}
.cb-slideshow li:nth-child(7) span {
    background-image: url(../images/bg-style/fonds/7.jpg);
    -webkit-animation-delay: 48s;
    -moz-animation-delay: 48s;
    -o-animation-delay: 48s;
    -ms-animation-delay: 48s;
    animation-delay: 48s;
}

.cb-slideshow li:nth-child(2) div {
    -webkit-animation-delay: 8s;
    -moz-animation-delay: 8s;
    -o-animation-delay: 8s;
    -ms-animation-delay: 8s;
    animation-delay: 8s;
}
.cb-slideshow li:nth-child(3) div {
    -webkit-animation-delay: 16s;
    -moz-animation-delay: 16s;
    -o-animation-delay: 16s;
    -ms-animation-delay: 16s;
    animation-delay: 16s;
}
.cb-slideshow li:nth-child(4) div {
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}
.cb-slideshow li:nth-child(5) div {
    -webkit-animation-delay: 32s;
    -moz-animation-delay: 32s;
    -o-animation-delay: 32s;
    -ms-animation-delay: 32s;
    animation-delay: 32s;
}
.cb-slideshow li:nth-child(6) div {
    -webkit-animation-delay: 40s;
    -moz-animation-delay: 40s;
    -o-animation-delay: 40s;
    -ms-animation-delay: 40s;
    animation-delay: 40s;
}

.cb-slideshow li:nth-child(7) div {
    -webkit-animation-delay: 48s;
    -moz-animation-delay: 48s;
    -o-animation-delay: 48s;
    -ms-animation-delay: 48s;
    animation-delay: 48s;
}
/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -webkit-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -webkit-transform: scale(1.05);
	    -webkit-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -webkit-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -webkit-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -moz-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -moz-transform: scale(1.05);
	    -moz-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -moz-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -moz-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -o-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -o-transform: scale(1.05);
	    -o-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -o-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -o-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -ms-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -ms-transform: scale(1.05);
	    -ms-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -ms-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -ms-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	}
	25% {
	    opacity: 0;
	}
	100% { opacity: 0 }
}
/* Animation for the title */
@-webkit-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -webkit-transform: translateY(200px);
	}
	8% {
	    opacity: 1;
	    -webkit-transform: translateY(0px);
	}
	17% {
	    opacity: 1;
	    -webkit-transform: scale(1);
	}
	19% { opacity: 0 }
	25% {
	    opacity: 0;
	    -webkit-transform: scale(10);
	}
	100% { opacity: 0 }
}
@-moz-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -moz-transform: translateY(200px);
	}
	8% {
	    opacity: 1;
	    -moz-transform: translateY(0px);
	}
	17% {
	    opacity: 1;
	    -moz-transform: scale(1);
	}
	19% { opacity: 0 }
	25% {
	    opacity: 0;
	    -moz-transform: scale(10);
	}
	100% { opacity: 0 }
}
@-o-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -o-transform: translateY(200px);
	}
	8% {
	    opacity: 1;
	    -o-transform: translateY(0px);
	}
	17% {
	    opacity: 1;
	    -o-transform: scale(1);
	}
	19% { opacity: 0 }
	25% {
	    opacity: 0;
	    -o-transform: scale(10);
	}
	100% { opacity: 0 }
}
@-ms-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -ms-transform: translateY(200px);
	}
	8% {
	    opacity: 1;
	    -ms-transform: translateY(0px);
	}
	17% {
	    opacity: 1;
	    -ms-transform: scale(1);
	}
	19% { opacity: 0 }
	25% {
	    opacity: 0;
	    -webkit-transform: scale(10);
	}
	100% { opacity: 0 }
}
@keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    transform: translateY(200px);
	}
	8% {
	    opacity: 1;
	    transform: translateY(0px);
	}
	17% {
	    opacity: 1;
	    transform: scale(1);
	}
	19% { opacity: 0 }
	25% {
	    opacity: 0;
	    transform: scale(10);
	}
	100% { opacity: 0 }
}
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}
@media screen and (max-width: 1140px) { 
	.cb-slideshow li div h3 { font-size: 100px }
}
@media screen and (max-width: 600px) { 
	.cb-slideshow li div h3 { font-size: 50px }
}






.gap-10{
    padding-top: 10px;
}
.gap-20{
    padding-top: 20px;   
}
.gap-30{
    padding-top: 30px;   
}
.gap-40{
    padding-top: 40px;   
}

.main-page{
    background-image: url("../images/home-bg-front.png");
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 0px;
    height: 520px;
    width: 600px;
    position: relative;
    z-index: 10 !important;
    
}

.icon_image_home{
	display: block;
	margin: 0 auto;
	padding-top: 25px;
	padding-bottom: 25px
}

.logo{
    
}
.logo img{
    display: block;
    margin: 0 auto;
    height: 160px;
    margin-top: 40px;    
        
}

.logo p{
    font-family: Futura;
    font-size: 11px;
    padding-top: 8px;        
}

.divider-icon{
    margin: 10px 0px;
}

.divider-icon img{
    display: block;
height: 5px;
margin: 0 auto;
}

.home-text-style-1{
    font-family: Futura;
    font-size: 13px;
    padding-top: 0px;    
}
.home-text-style-1 a{
    font-family: Futura;
    font-size: 12px;
    padding-top: 0px;
    text-decoration: none;
    color: #F1C985;
    transition: ease-in .5s;
}
.home-text-style-1 a:hover{
    font-family: Futura;
    font-size: 13px;
    text-decoration: none;
    color: #F1C985;
}
.home-text-style-2{
    font-family: Futura;
font-size: 12px;
padding: 0px 70px;
}
.home-text-style-3{
    font-family: Futura;
    font-size: 10px;
    padding-top: 8px;
}

.divider-icon2{
    margin: 20px 0px;
}

.divider-icon2 img{
    display: block;
height: 5px;
margin: 0 auto;
}

.nav-bar-style{
    color: #f1c985;
font-family: Futura;
font-size: 11px;
}

.nav-bar-style li a{
    text-decoration: none;
    color: #f1c985 !important;
    background-color: none !important;
}

.nav-bar-style li{
    margin: 0px !important;
    padding: 0px !important;
}


#top-link-block.affix-top {
    position: absolute; /* allows it to "slide" up into view */
    bottom: -82px; /* negative of the offset - height of link element */
    left: 10px; /* padding from the left side of the window */
}
#top-link-block.affix {
    position: fixed; /* keeps it on the bottom once in view */
    bottom: 18px; /* height of link element */
    left: 10px; /* padding from the left side of the window */
}











						/* Contact page CSS */


.contact-page{
    background: none;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
    /*position: relative;*/
    z-index: -99;
}
.contact-content{
    background: #9A122A;
    margin: 0 auto;
    width: 600px;
    margin-top: -0px;
    border-left: 1px #F1C985 solid;
    border-right: 1px #F1C985 solid;
    border-bottom: 1px #F1C985 solid;
}
.contact-content-mob{
    height: 100%;
    background: #9A122A;
    width: 100%;
    margin-left:0px;
}
.contact_info{
    display: block;
    width: 600px;
    background: #9B1027;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 20%;
    padding-bottom: 40px;
	padding-top: 60px;
}
.contant_info p {
	display: block;
	text-align: center
}
						/* suivez_nous page CSS */
						
#suivez_nous{

    width: 600px;
    background: #9B1027;
    margin-top: -30px;
    margin-left: 16px;
    margin-bottom: 15%;
    margin-bottom: 0px;
    position: relative;
    z-index: -99;

}
#suivez_nous a img{   
    float: left;
	height: 40px;
	margin-left: 120px;
 }
#suivez_nous a{


}


						/* photo_galary page CSS */
.cover {
  object-fit: cover;
  width: 50px;
  height: 100px;
}
 
 .Photo_gallery{
     margin: 0 auto;
	 margin-top: 20px;
     width: 515px;
     margin-bottom: 0px;
     position: relative;
     z-index: -99;
 }

.Photo-gallery-single li{    
    margin-bottom: 10px;
}

.thumbnail3 {
    
  background-color: none !important;
border: 0px solid #ddd !important;
border-radius: 4px;
display: block;
line-height: 1.42857;
margin-bottom: 20px;
padding-bottom: 20px;
transition: border 2s ease-in-out 0s;
}
.thumbnail3 img{
    height: 120px;
    width: 115px;
    float: left;
    padding-left: -15px;
    border: 5px solid #F1C985;
}
.thumbnail3-2{
   transition: transform 2s linear;
}

.viewbox-container{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.5);
	z-index: 700;
}
.viewbox-body{
	position: absolute;
	top: 55%;
    left: 50%;
    margin: 0 auto;
    text-align: center;
    padding: 0 auto;
	overflow: auto;
}
.viewbox-header{
	margin: 10px;
}
.viewbox-content{
	margin:0 auto;
}
.viewbox-footer{
	margin: 10px;
}
.viewbox-content .viewbox-image{
	width: 90%;
	height: 90%;
    animation: fadein 1.5s;
    -moz-animation: fadein 1.5s; /* Firefox */
    -webkit-animation: fadein 1.5s; /* Safari and Chrome */
    -o-animation: fadein 1.5s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}


/* buttons */
.viewbox-button-default{
	cursor: pointer;
    height: 64px;
    width: 64px;
}
.viewbox-button-default > svg{
	width: 100%;
	height: 100%;
	background: inherit;
	fill: inherit;
	pointer-events: none;
	transform: translateX(0px);
}
.viewbox-button-default{
	fill: #F1C985;
}
.viewbox-button-default:hover{
    fill: #9A122A;
}

.viewbox-button-close{
    margin: 0 auto;
    /* position: absolute; */
    display: block;
	z-index:9;
}
.viewbox-button-next,
.viewbox-button-prev{
	position:absolute;
	top: 50%;
	height: 128px;
    width: 128px;
	margin: -64px 0 0;
	z-index:9;
}
.viewbox-button-next{
	right: 10px;
}
.viewbox-button-prev{
	left: 10px;
}
 			/*			prix page CSS     */

.prix-page{    
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
    z-index: -99;
}
.prix-gallery{
    margin: 0 auto;
    width: 630px;
    margin-top: 40px;
}

 .prix-gallery ul li img {
  border: 3px solid #f1c985;
   height: 620px;
    width: 552px;
     margin-bottom: 20px;
     display:inline-block;
     position: relative;
     transition: 1s;
}

.prix-gallery ul li img:hover
{
    box-shadow: 0px 0px 150px #000000;
    z-index: 100;
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transform: scale(2);
    -ms-transition-timing-function: ease-in-out;
    -ms-transform: scale(2);   
    -moz-transition-timing-function: ease-in-out;
    -moz-transform: scale(2);
    transition-timing-function: ease-in-out;
    transform: scale(2);
    margin: 300px 0px;
   
}






						/* address bar page CSS */
.address-page{
    margin-top: -20px;
    margin-bottom: 0px;
    position: relative;
    z-index: -99;
}
.address-content{
    height: 300px;
    background: none;
    width: 600px;
    margin: 0 auto;
    margin-top: 0px;
    border-left: 1px #F1C985 solid;
    border-right: 1px #F1C985 solid;
    border-bottom: 1px #F1C985 solid;
}
.address-page-mob{
    background: none;
    margin-top: 2%;
    margin-bottom: 5%
}
.address-content-mob{
    height: 300px;
    background: none;
    width: 100%;
}
.divider-icon-add{
    margin: 20px 0px;
}

.divider-icon-add img{
    display: block;
height: 5px;
margin: 0 auto;
}
.home-text-style-4{
    font-family: Futura;
    font-size: 10px;
    padding-top: 70px;    
}


						/* suiver bar page CSS */
.suiver-page{
    background:none;
    margin-bottom: 0px;
    /*position: relative;*/
    z-index: -99;
}
.suiver-content{
    height: 25vh;
    margin: 0 auto;
    background: #9A122A;
    width: 600px;
    border-left: 1px #F1C985 solid;
    border-right: 1px #F1C985 solid;
    border-bottom: 1px #F1C985 solid;
    
    margin-top: 0px;
}

.suiver-content ul{
    padding-top: 60px;
    text-align: center;
    padding-bottom: 60px;
}

.suiver-content ul li a img{
    height: 25px;
    width: 25px;
    border-radius: 5px;
    margin-left: 60px;
}

.suiver-content-mob{
    height: 100%;
    width: 100%;
}
.suiver-content-mob ul{
    padding-top: 10px;
    text-align: center;
    padding-bottom: 10px;
}

.suiver-content-mob ul li a img{
    height: 25px;
    width: 25px;
    border-radius: 5px;
    margin-left: 10px;
}

						/* photo page CSS */

.Photo_gallery-mob ul li img{
    height: 100%;
    width: 100%;
    padding: 8px
}
.Photo_gallery-mob a img{
    height: 60%;
    width: 60%;
    padding: 20px;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding-top:10%; 
}

