@charset "UTF-8";
/* CSS Document */

html, body{
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: none;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-font-smoothing: antialiased;
}

body {
	color: whitesmoke;
	font-size: 14px;
	line-height: 1.6;
	background-color: black;
	font-family: 'Open Sans', sans-serif;
}

button{
	-webkit-appearance: none;
	border-radius: 0;
}

input{
	-webkit-appearance: none;
	border-radius: 0;
}

p{
	padding-bottom:15px;
	margin-bottom:0;
	}

.gratuitement{
	text-transform: uppercase;
	border-bottom: 1px solid #58595b;
}	

.logo{
		width:600px;
}

div{
	padding:0;
	margin:0;
}
strong{
	font-weight:700;
}

ul{
	list-style:none;
	padding:0;
	margin:0;
}

img{
	margin:0;
	padding:0;
}

img.carte-img{
	display:block;
	float: right;
	margin-top: 20px;
}

a:link{
	color: #000000;
	text-decoration:underline;
}

a:visited{
	color: #000000;
}

a:hover{
	color: #58595b;
}

li{
	padding:0;
	margin:0;
}

h1,h2,h3,h4,h5,h6{	
	text-transform:uppercase;
}

h1{
	font-size:1.15em;
	font-weight:800;
}

.ccadeau{
	font-size: 1.25em;
	line-height: 1.25em;
	color: #000000;
	font-weight:400;
	margin-bottom: 1em;
}

h2{
	font-size:1.35em;
	font-weight:800;
	text-align:center;
	padding-top: 1em;
	margin-bottom:0.5em;
	}

h4{
	color:#FFFFFF;
	text-align:center;
	border-bottom: 1px solid #FFFFFF;
	padding-bottom:10px;
}	

.rose{
	font-weight:400;
	color: #c61189;
}

.blanc{
	color:#ffffff;
}

.noir{
	color:#000000;
}

.center{
	text-align:center;
}

.btnhome {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}
	
ul.liste-prix>li{
	padding-top: 0.5em;
	padding-bottom:1em;
	font-weight:700;
	line-height:1.20em;
}

ul.liste-prix>li>.prix{
	float:right;
	font-weight:400;
}

.desc{
	font-size:0.9em;
	line-height:1.5em;
	font-weight:400;
	display: block;
	width: 90%;
}

.desc-style{
	font-size:0.9em;
	line-height:1.5em;
	font-weight:400;
}				

.titre-section{
	text-align:center;
	overflow:hidden;
}

h1.section{
	text-transform:uppercase;
	font-weight:800;
	font-size:2.25em;
	line-height:0.70em;
}

h1.section span{
	text-transform:uppercase;
	font-weight:400;
	font-size:0.5em;
	line-height:1em;
}

.titre-section h1:before {
	background: none repeat scroll 0 0 #58595b;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 50%;
	width: 32%;
}

.titre-section h1:after {
	background: none repeat scroll 0 0 #58595b;
	content: "";
	height: 1px;
	right: 0;
	position: absolute;
	top: 50%;
	width: 32%;
}

#cadre{
	height: 100%;
	background-image: url(../images/1.jpg);
	background-size: cover;
	margin: 0 20px;
}

.border-white, .border-white-footer{
	background-color: white;
	height: 20px;
	width: 100%;
	position: absolute;
	z-index: 25;
}

.border-white-footer{
	bottom: 0px;
}

#home{
	width: 100%;
	height: 100%;
}

.nav-style{
	overflow: hidden;
	margin: 50px 35px 0 35px;		
	-webkit-transition: margin 0.3s;
    -moz-transition: margin 0.3s;
    transition: margin 0.3s;
}

.navbar-default{
	background-color: transparent;
	border: none;			
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    min-height: 50px;  /* Ajuste la hauteur de la navbar */
    position: fixed;   /* Garde la navbar fixée en haut */
    top: 0;            /* La navbar commence en haut de la page */
}

.navbar-nav{
	margin-top: 0.75em;
}

.navbar-default .navbar-brand{
	padding-top: 0.75em;
	color: white;			
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

nav.scrolled .navbar-brand{
	color: #A0A0A0;			
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.navbar-default .navbar-nav>li>a{
	color: white;
	text-decoration: none;
}

/*
.navbar-default .navbar-nav > li:last-child {
	background-color: #000000;
}
*/

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	background-color: transparent;
	border-bottom: none;
	transition: all 0.3s;
	color: #FFFFFF;
}

nav.scrolled .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color: #A0A0A0;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
	color: #FFFFFF;
}

nav.scrolled{
	background-color: rgba(0,0,0, 0.95);
	border-bottom: none;			
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

nav.scrolled>div.nav-style{
	margin: 0 35px;
}

.navbar-default .navbar-nav>li>a {
	font-weight: 700;
	padding: 0.25em 1em 0.25em 1em;
}

.navbar-default .navbar-nav>li>a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	background: rgba(255,255,255,0.5);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

.navbar-default .navbar-nav>li>a:hover::after,
.navbar-default .navbar-nav>li>:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

.slider-content{
	position: relative;
	overflow: hidden;
	padding: 200px 0 0 0;
	min-height:100%;
	text-align: center;
}

a.btnhome{
	text-decoration: none;
	display: inline-block;
	border:1px solid #ffffff;
	color:#ffffff;
	font-size:30px;
	text-transform:uppercase;
	border-radius:0;
	-webkit-transition: all 0.5s;
 	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

a:hover.btnhome{
	background-color:#ffffff;
	color:#000000;
	text-shadow:none;
}
button.btnhome{
	text-decoration: none;
	display: inline-block;
	border:1px solid #ffffff;
	color:#ffffff;
	font-size:30px;
	text-transform:uppercase;
	border-radius:0;
	-webkit-transition: all 0.5s;
 	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	background-color:#000;
}

button.btnhome:hover{
	background-color:#ffffff;
	color:#000000;
	text-shadow:none;
}


div#slidecaption{
	width:100%;
}

.black{
	color:#fff;
}

.ligne1{	
	text-transform:uppercase;
	font-size:125px;
	text-shadow:none;
	padding-top:0;
	margin-top:0;
}

.ligne2{
	text-transform:uppercase;
	font-weight:300;
	font-size:125px;	text-shadow:none;
	margin-bottom:0;
	padding-bottom:0;
}

.ligne3{	
	text-transform:uppercase;
	font-size:75px;
	text-shadow:none;
	padding-top:0;
	margin-top:0;
	line-height: 1em;
}

#apropos{
	background-color:#FFFFFF;
}

.content {
	background: #dedede;
	padding: 60px 0;
	position: relative;
	z-index: 1;
}

.encadre{
	background-color:#f2f2f2;
	text-align:center;
	padding:15px 30px 15px 30px;
	margin-bottom:15px;
}

.encadre h1{
	border-bottom: 1px solid #58595b;
	padding-bottom:10px;
}

#services{
	width: 100%;
}

#cartecadeau{
	width: 100%;
	background-color:#ffffff;
}

#historique{
	width: 100%;
}

#contact{
	width: 100%;
	background-color:white;
}

.separateur{
	height:250px;
}

.bg-services{
	background-image:url(../img/bg-separateur-services.jpg);
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	-ms-behavior: url(../backgroundsize.htc);
}

.services{
	background-color:#ffffff;
}

.cartecadeau{
    background-color:white;
}

.bg-contact{
	height:350px;
	background-color:#ffffff;
	background-image:none;
}

.contact{
	background-color:#58585A;
}


.bg-historique{
	background-image:url(../img/bg-separateur-historique.jpg);
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	-ms-behavior: url(../backgroundsize.htc);
}

.historique{
	background-color:#ffffff;
}

.bg-media{
	background-image:url(../img/bg-separateur-media.jpg);
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	-ms-behavior: url(../backgroundsize.htc);
}

.media-sec{
	background-color:#ffffff;
}

.medias{
	overflow:hidden;
	text-align:center;
	display:inline-block;
	margin-bottom:15px;
}

.medias>a>img{
	-webkit-transition:all linear 0.25s;
	-moz-transition:all linear 0.25s;
	-o-transition:all linear 0.25s;
	transition:all linear 0.25s;
}


.medias>a>img:hover{
	-webkit-transform:scale(1.10);
	-moz-transform:scale(1.10);
	-ms-transform:scale(1.10);
	-o-transform:scale(1.10);
	transform:scale(1.10);
	opacity:0.5;
}

.citation{
	text-align:center;
}

.citation h3{
	color:#ffffff;
	font-size:1.80em;
	line-height:1.25em;
	font-weight:400;
	text-transform:uppercase;
	border-top:1px solid #ffffff;
	padding-top:1em;
	margin-top:2em;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #CCCCCC;
  vertical-align: middle;
  background-color:transparent;
  background-image: none;
  border: 1px solid #CCCCCC;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:-moz-placeholder {
  color: #FFFFFF;
}

.form-control::-moz-placeholder {
  color: #FFFFFF;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #FFFFFF;
}

.form-control::-webkit-input-placeholder {
  color: #FFFFFF;
}

.form-control:focus {
  border-color: #c61189;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(198, 17, 137, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(198, 17, 137, 0.6);
}

.btn{
	-webkit-appearance: none;
	border-radius: 0;
}

.btn-success {
  color: #CCCCCC;
  background-color: transparent;
  border-color: #CCCCCC;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
	color: #ffffff;
	background-color: #000000;
	border-color: #000000;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	cursor:pointer;
}

.tel{
	font-size:1.25em;
}

a.link-social:hover{
	opacity:0.75;	
  -webkit-transition: all 0.5s;
 	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 0px solid transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar-collapse.in{
	overflow-y: auto;
	max-height: 80vh;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
	/* border:none;*/
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

@media (max-width: 767px) {

	.navbar-brand>img {
		width:10%;
	}

	.row {
  	margin-right: 15px;
  	margin-left: 15px;
	}
	
	.logo{
		width:1000px;
	}
	
	.container{
		padding-left:0;
		padding-right:0;
	}
	
	.navbar-default {
		margin:0;
		background-color: rgba(0,0,0, 0.95);
		border-bottom: none;			
		-webkit-transition: all 0.3s;
    	-moz-transition: all 0.3s;
    	transition: all 0.3s;
		min-height: 5px;
		top: -50px;
    }

	.scrolled {
		visibility: visible;
		margin:0;
		background-color: rgba(0,0,0, 0.95);
		border-bottom: none;			
		-webkit-transition: all 0.3s;
    	-moz-transition: all 0.3s;
    	transition: all 0.3s;
		min-height: 5px;
		top: inherit;
    }

    .nav-style{
	    margin-top: 0;
	}

	ul.navbar-nav {
	    width:100%;
    }
	
	.navbar-nav > li {
	    padding:15px 0;
	    margin:0;
	    text-align:center;
  	}
  
  	.navbar-default .navbar-nav > li:last-child {
	    background-color: transparent;
	} 
	
	.navbar-default .navbar-nav > li:last-child a:hover {
	    background-color: transparent;
    }
	
	h1.section{
	    font-size:2em;
    }
	
	.titre-section h1:before {
		width: 15%;
    }

	.titre-section h1:after {
		width: 15%;
    }

	h1.section span{
	    font-size:0.38em;
	    line-height:0.35em;
    }

	.encadre{
	    margin-bottom:15px;
    }

    a.btnhome{
	    font-size:15px;
    }

	.separateur{
	    height:200px;
	}

	.citation h3{
	    font-size:1.30em;
	    line-height:1.25em;
	    padding-top:0.75em;
	    margin-top:1.75em;
    }

	h4{
		font-size:1.10em;
	}
	
	img.carte-img{
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	
}	


/* Small devices (tablets, 768px and up) */
@media (min-width: 992px) and (max-width: 1200px) {
		
	.titre-section h1:before {
	width: 33%;
}

	.titre-section h1:after {
	width: 33%;
}

	.encadre{
	height:350px;	
	margin-bottom: 15px;
}
	
	}
	
@media (max-width: 1200px) {
	
	.bg-services{
	background-image:url(../img/bg-separateur-services-xs.jpg);
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-size:auto 100%;
}

	.bg-historique{
	background-image:url(../img/bg-separateur-historique-xs.jpg);
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-size:auto 100%;
}

	.bg-media{
	background-image:url(../img/bg-separateur-media-xs.jpg);
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-size:auto 100%;
}

	.bg-contact{
	height:250px;
}
}

@media (min-width: 1200px) {
	
	.encadre{
	height: 320px;
}
}

