body { font-family: 'caviar_dreamsregular'; font-size: 14px; }

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
    
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
    
 
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }

}

.boltforms-row boltforms-honigtopf-row { display none }


#home.homeTop.video, #home.homeTop.imageOnly { display: none; }


h2  {  font-family: 'caviar_dreamsregular'; text-transform: none; }
h3 { font-family: 'caviar_dreamsbold'; }

#header {
	
	background: #832121;
	margin-bottom: 1px;
	padding: 0.2em;
	color: white;
	box-shadow: none;
	height: 65px;
	
	
}
#header ul.nav li a { font-family: 'caviar_dreamsbold'; color: white; transition: ease 1s; }
#header ul.nav li a:hover, #header ul.nav li.active a, #header ul.nav ul li.active a, #header ul.nav ul li.active a:hover { color: #eadbdb; }

#header ul.nav li.active, #header ul.nav li:hover { box-shadow: none; border-bottom: 2px #AA4740 solid;  }

.slideshow { font-family: 'caviar_dreamsregular'; font-size: 14px; }
.logo img {  }

section.quote, section.quote q { color: black; }
section.quote, section.quote cite { color: #832121; }

/** Actu
 **************************************************************** **/
 
#actu img { width: 90%; margin: auto; max-width: 90%; }
#actu hr { width: 90%; margin: auto; }
#actu p { width: 90%; margin: auto; color: white; }
#actu .boltforms-row { width: 90%; margin: auto; }
#actu label { width: 100%; margin: auto; text-align: left; margin-top: 12px; font-size: 0.8em; }
#actu select { float: left; color: black; }
#actu  .form-control { font-size: 16px; }

#actu .btn::before {
	
	content: "Envoyer";

	display: block;

	position: absolute;

	top: 50%;

	left: 0;

	width: 100%;

	height: 10px;
	
	padding-top: 13px;

	background-color: green;

	z-index: 1;

	opacity: 0;
	
	text-shadow: none;

	transition: height .2s ease,top .2s ease,opacity 0s linear .2s;
	
}

#actu button { 
	
	border-radius: 5px;
	background: white; padding: 10px;
	
	
	 }

/** About
 **************************************************************** **/


#about { 
	
		background: #ac3b3b url('../images/fd-signature.jpg') repeat-x center bottom;
		background-size: auto 100%;
		
		 }

.milestone { margin: 0 0 20px 0; font-size: 12px;  }

#about p {  text-align: justify; }

.col-xs-6 { }

/** livraison
 **************************************************************** **/

#Livraison { font-size: 1em; font-family: 'caviar_dreamsregular'; }
#Livraison  label { font-family: 'caviar_dreamsbold'; }
#Livraison textarea { min-height: 200px; }
#Livraison .market { 
	
	font-size: 2em;
	text-align: center;
	font-family: 'caviar_dreamsbold';
	color: white;
	background: rgb(158,27,22);
	background: -moz-linear-gradient(90deg, rgba(158,27,22,1) 0%, rgba(229,40,33,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(158,27,22,1) 0%, rgba(229,40,33,1) 100%);
	background: linear-gradient(90deg, rgba(158,27,22,1) 0%, rgba(229,40,33,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9e1b16",endColorstr="#e52821",GradientType=1); 
	margin-bottom: 1em;
	padding: 1em;
}

#Livraison .market span { font-family: 'caviar_dreamsregular'; font-size: 0.6em; display: block; }

#Livraison .market2 { background: #DEDEDE; color: #9F1B16; } 
#Livraison .liste { margin-bottom: 3em;  } 
#livraison_rgpd { width: auto; float: left; width: 2em; }

#Livraison .info p { text-align: center; }
#Livraison .info img { width: 50%; margin:auto; display: block; }

#Livraison hr { background: #dddddd; height: 1px; margin-bottom: 2em;}

#Livraison h3 { color: #A01B16; text-align: center; }
#Livraison .offre h4 {float:left; margin-bottom: 1em; }
#Livraison .prix { float: right; }
#Livraison .offre { float: Left; width: 100%; position: relative; }
#Livraison img { max-width: 100%; margin-bottom: 1em; }
#Livraison .selection img { max-width: 100%; max-height: 250px;}
#Livraison ul li { font-size: 0.5em; text-align: left; line-height:22px; }
#Livraison ul { list-style: none; padding-left: 0px; }
#Livraison .titre { color: #FAD67B; margin-bottom: 10px; }
#Livraison h3 { font-weight: normal; font-size: 2em; line-height: 30px; margin-bottom: 0.2em; margin-top: 2em; }
#Livraison h4 { font-size: 1em;  margin-bottom: 2em; font-family: 'caviar_dreamsbold'; } 
#Livraison .info p { background: black; color:white; padding: 3px; transform: rotate(-2deg); /* Équivalent à rotateZ(45deg) */ }
#Livraison .info h3 { color: black; }

#Livraison .red { background: #a01b16; color: white; padding-top: 4em;}


/** selection
 **************************************************************** **/
	
#selection h3 { font-family: 'caviar_dreamsregular'; text-transform: none; }
#selection img { max-width: 105%; margin: auto; display: block; margin-bottom: 10px; margin-left: -3%;  }
#selection img.ab { max-width: 30%; float: left; margin-right: 10%;  }

#selection .serviceColumnContainer img.ab { margin: auto; float: none; margin-bottom: 1em; }
#selection .serviceColumnContainer h3 { margin: auto; width: 100%; clear: both; }
#selection .serviceColumnContainer i.ico-stack { float: none; margin-bottom: 1em; }
#selection .serviceColumnContainer .page-header { border: none; font-size: 1em; font-family: 'caviar_dreamsregular'; padding-top: 2em; border: none;  }
#selection .serviceColumnContainer p { padding-left: 0; text-align: center; }

i.ico-stack { background-color: green; }

.col-xs-6 { margin-bottom: 3em; }

#bio { background: #4bc923; }
#bio img { max-width: 80%; }
#bio p { color: white; font-size: 1.8em; width: 100%; margin: 0 auto 2em auto; }

#team h4 { text-align: center; margin: 1em 0; font-family: 'caviar_dreamsbold'; font-size: 1em; }
#team p {  font-size: 0.85em; text-align: justify; margin-top: 1em;  }
#team a {  font-size: 0.75em;  }


#actu { padding-bottom: 4em; }


#brands { background: #ac3b3b; }
#brands img { height: 70px; margin-top: 20px; }

#portfolioContainer .rouge img { border-bottom: 10px solid #b73232; }
#portfolioContainer .rose img { border-bottom: 10px solid #fdaf62; }
#portfolioContainer .blanc-doux img { border-bottom: 10px solid #e3dfa6; }
#portfolioContainer .biere img { border-bottom: 10px solid #d0ba6b; }
#portfolioContainer .champagne img { border-bottom: 10px solid #fed351; }
#portfolioContainer .spiritueux img { border-bottom: 10px solid #e38b5d; }


#portfolioContainer .portfolio .item a:hover {  background: black;  }
.imgextras h3 { font-size: 0.8em;  }


.btn::before {
	
	content: "J'ai soif";

	display: block;

	position: absolute;

	top: 50%;

	left: 0;

	width: 100%;

	height: 10px;
	
	padding-top: 13px;

	background: #2dc529;

	z-index: 1;

	opacity: 0;
	
	text-shadow: none;

	transition: height .2s ease,top .2s ease,opacity 0s linear .2s;
	
}

/** mentions légales
 **************************************************************** **/

.Moins18 { display: block; background: black; padding: 5px; color: red;
		border:1px solid white; font-size: 1.2em; }


/** contact
 **************************************************************** **/
	

#contact .btn { width: 40%; }

.rgpd-row { clear: both; float: none; display: block; }
.rgpd-row label { font-size: 0.8em; }
.rgpd-row .boltforms-value { float: left; width: 10%;}	
.honigtopf { display:none }

#mentions { 
	background: black;
	color:#EEEEEE;
	font-size: 0.7em;
	border: none;
	 }

#partenaires { 
	background: black;
	color:#EEEEEE;
	font-size: 0.8em;
	border: none;
	text-align: center;
	 }

#partenaires img { width: 90%; margin: auto; max-width: 150px; }


.gm-style .gm-style-iw {
    color: black;
}




body {
  /*-webkit-user-select: none;*/
  overflow: hidden;
}

body.loaded { 
	
	overflow: auto;
}
body.loaded #superLoader {
	display:none;
}
body .vertical-centered-box {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 9999;
  background:black;
}
body .vertical-centered-box:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
body .vertical-centered-box .content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-animation: fadein 1s 1.5s linear forwards;
  -moz-animation: fadein 1s 1.5s linear forwards;
  -o-animation: fadein 1s 1.5s linear forwards;
  animation: fadein 1s 1.5s linear forwards;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-size: 0;
  opacity: 0;
}
body {
  background: white;
}
.loader-line-mask {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 100px;
  margin-left: -50px;
  margin-top: -50px;
  overflow: hidden;
  -webkit-transform-origin: 50px 50px;
  -moz-transform-origin: 50px 50px;
  -ms-transform-origin: 50px 50px;
  -o-transform-origin: 50px 50px;
  transform-origin: 50px 50px;
  -webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
  mix-blend-mode: hard-light;
  opacity: 0.8;
}
.loader-line-mask .loader-line {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.loader-line-mask.one {
  -webkit-animation: rotate 2s infinite linear;
  -moz-animation: rotate 2s infinite linear;
  -o-animation: rotate 2s infinite linear;
  animation: rotate 2s infinite linear;
}
.loader-line-mask.one .loader-line {
  box-shadow: inset 0 0 0 8px #77C170;
}
.loader-line-mask.two {
  -webkit-animation: rotate 1.8s 0.5s infinite linear;
  -moz-animation: rotate 1.8s 0.5s infinite linear;
  -o-animation: rotate 1.8s 0.5s infinite linear;
  animation: rotate 1.8s 0.5s infinite linear;
}
.loader-line-mask.two .loader-line {
  box-shadow: inset 0 0 0 8px #F25F5C;
}
.loader-line-mask.three {
  -webkit-animation: rotate 2s 1s infinite linear;
  -moz-animation: rotate 2s 1s infinite linear;
  -o-animation: rotate 2s 1s infinite linear;
  animation: rotate 2s 1s infinite linear;
}
.loader-line-mask.three .loader-line {
  box-shadow: inset 0 0 0 8px #FFE066;
}
.loader-line-mask.four {
  -webkit-animation: rotate 1.8s 1.4s infinite linear;
  -moz-animation: rotate 1.8s 1.4s infinite linear;
  -o-animation: rotate 1.8s 1.4s infinite linear;
  animation: rotate 1.8s 1.4s infinite linear;
}
.loader-line-mask.four .loader-line {
  box-shadow: inset 0 0 0 8px #247BA0;
}
 
@-webkit-keyframes rotate{ 0% { -webkit-transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); }}
@-moz-keyframes rotate{ 0% { -moz-transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); }}
@-o-keyframes rotate{ 0% { -o-transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); }}
@keyframes rotate{ 0% {-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); } 100% {-webkit-transform: rotate(360deg);-moz-transform: rotate(360deg);-ms-transform: rotate(360deg);transform: rotate(360deg); }}


@-webkit-keyframes fadein{ 0% { opacity: 0; } 100% { opacity: 1; }}
@-moz-keyframes fadein{ 0% { opacity: 0; } 100% { opacity: 1; }}
@-o-keyframes fadein{ 0% { opacity: 0; } 100% { opacity: 1; }}
@keyframes fadein{ 0% { opacity: 0; } 100% { opacity: 1; }}


/** contact **************************************************************** **/

#contact p { font-size: 1.5em; margin-bottom: 1.5em; }
#contact textarea.form-control { min-height: 200px; }


/** boltforms-row  **************************************************************** **/
 
.boltforms-row, .boltform-row { 
	
margin-top: 1em;
width: 90%;	
	
	
}



@media only screen and (max-width: 768px) {
	/* MAIN MENU */
	
	#header nav { border: 1px solid white;  z-index: 1000; position: relative; }
	#header nav, #header nav ul li, #header nav ul { background-color: #832121 !important; }
	#about { background: #ac3b3b; }
	#home.homeTop  { max-height: 100px;  }
	#selection p {     margin: 0 0 10px; text-align: justify; max-width: 94%; margin: auto; font-size: 1.2em; }
	.owl-carousel.column .top-image { display: block; margin: auto; }
	section header h1, section header h2, footer h2 { font-size:3em; }
	.imgextras p { font-size: 2em; clear: both; }
	
	#team p { text-align: center; margin: 0.5em auto 0 auto; width: 80%; }
	
	#bio p {  font-size: 1.2em; width: 78%;  }
	
	
	form { margin-bottom: 2em; border-bottom: 2px solid rgba(0, 0, 0, 0.64); padding-bottom: 1em; }
	#contact p { font-size: 1.2em; }
	.boltforms-row, .boltform-row { margin: auto; margin-top: 1em; }
	#contact .boltforms-btn { text-align: center; }
	#contact .btn { width: 50%; margin-bottom: 2em; }
	
	#portfolioContainer p { font-size: 1.6em; }
	.imgextras h3 { font-size:1em; }
	
	section header { margin-top: 0 0 2em; }
	section article {  margin:0 0 1em; }
	
	.milestone {
    margin: 0 auto 2em 0;
    font-size: 12px;
    width: 47%;
    text-align: center;
    float: left;
    display: block;
    clear: none;
}
	
	
	
	
}
	
	
	

