/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    width: 100%;
    height: 100%;
    font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #fff;
    background-color: #000;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
	color:#333;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}

.image {
	padding:15px;
	box-shadow:0px 0px 10px #ccc;
	margin:10px 0px;
}

#mlogo {
	position:fixed;
	top:60px; right:0px;
	z-index:999;
	width:100%;
	text-align:center;
	display:none;
}

@media(min-width:768px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
}

strong {

}

a {
    color: #666;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #333;
}

footer a, footer a:hover,
footer a:focus {
    text-decoration: none;
    color: #ccc;
}

.light {
    font-weight: 400;
}

.navbar-custom {
    margin-bottom: 0;
    /*border-bottom: 1px solid rgba(255,255,255,.3);*/
    text-transform: uppercase;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    background-color: #000;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 15px 8px;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(255,255,255,.8);
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: rgba(255,255,255,.3);
}

.navbar-custom .nav li.active a:hover {
    color: #fff;
}

@media(min-width:768px) {
    .navbar-custom {
        padding: 10px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        /*border-bottom: 1px solid rgba(255,255,255,.3);*/
        background: #000;
    }
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/intro-bg.jpg) no-repeat bottom center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: top;
}

.intro .intro-body .brand-heading {
    font-size: 40px;
}

.intro .intro-body .intro-text {
    font-size: 18px;
}

#vins {background-image:url(../img/02.jpg);}
#jardins {background-image:url(../img/03.jpg);}
#receptions {background-image:url(../img/04.jpg);}
#locations {background-image:url(../img/05.jpg);}
#actualites {background-image:url(../img/06.jpg);}
#contact {background-image:url(../img/07.jpg);}
#seminaires {background-image:url(../img/08.jpg);}

.content-section {
    display:table;
    width: 100%;
	height: 100%;
    padding-top:150px;
    color: #fff;
    background-color: #000;
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment:scroll;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.content-section .section, .pages-section .section {
	display: table-cell;
    vertical-align: top;
	padding: 150px 0;
}

.pages-section {
	display:table;
    width: 100%;
	height: 100%;
    color: #fff;
    background-color: #e0e0e0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#map {
    width: 100%;
    height: 200px;
    margin-top: 0px;
}

@media(min-width:768px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 100px;
    }

    .intro .intro-body .intro-text {
        font-size: 26px;
    }
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 100%!important;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

/*.content-section {
    padding:0px;
}*/



#map {
    width: 100%;
    height: 200px;
    margin-top: 0px;
}

@media(min-width:767px) {
    .content-section {
        padding-top:0px;
    }

    .download-section {
        padding: 100px 0;
    }

    #map {
        height: 400px;
        margin-top: 0px;
    }
}

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #333;
    color: #333;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #111;
    outline: 0;
    color: #fff;
    background-color: #000;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 50px 0;
}

footer p {
    margin: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}

/* Custom row for bottles */
.row-bouteilles {
  display: flex;
  flex-wrap: wrap;
}

.row-bouteilles > [class*='col-'] {
  display: flex;          /* permet d'étirer .bouteilles */
  align-items: stretch;   /* toutes les colonnes prennent la même hauteur */
}

.bouteilles {
  display: flex;
  flex-direction: column;       /* organise titre / img / bouton verticalement */
  justify-content: space-between; /* pousse le bouton vers le bas */
  width: 100%;
  margin-bottom:30px;
}

.bouteilles img {
	width:100%;
}

.bouteilles p.titre {
	color:white !important;
	font-size:18px;
	font-weight:bold;
	padding:0px; margin:0px;
	line-height:1em;
	/*height:2em;*/
	overflow:hidden;
	text-overflow:ellipsis;
  text-shadow: 0 0 10px #000;
}

.bouteilles p.titre a {
	color:white !important;
}

.bouteilles p.texte {
	color:#000;
	font-size:14px;
	font-weight:bold;
	padding:0px; margin:0px;
	line-height:14px;
}

.btn_bouteille {
	width:100%;
	margin-top:10px;
}

.btn_bouteille a {
	display:block;
	width:100%; height:100%;
	background:#000;
	color:#fff;
	border-radius:20px;
}

.btn_bouteille a:hover {
	background:#222;
	color:#fff;
}

.btn_bouteille b {
	display:block;
	padding:5px 10px;
}

div.contours {
	/*border-radius:20px;*/
	padding:10px;
	/*margin-top:10px;*/
}

.trans {
	/*background:url('trans.png') repeat;*/
}

div.pages {
	padding:40px;
	text-align:left;
	color:#222;

}

div.pages h2 {
	color:#222;
	font-size:24px;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight:normal;
	text-transform:uppercase;

}

div.pages div.spacer {
	background:url('spacer.png') no-repeat top center;
	height:30px; width:100%;
}

div.pages p, div.pages div {
	color:#222;
	font-size:12px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

div.pages p.titre {
	color:#222;
	font-size:18px;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}

div.pages p.texte {
	color:#222;
	font-size:12px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

div.news {
	padding:40px;
	text-align:left;

}

div.news h2 {
	color:#222;
	font-size:24px;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight:normal;
	text-transform:uppercase;

}

div.news div.spacer {
	background:url('spacer.png') no-repeat top center;
	height:30px; width:100%;
}

div.news p.titre {
	color:#222;
	font-size:18px;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}

div.news p.texte {
	color:#222;
	font-size:12px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.btn_news {
	width:40px; height:40px;
	margin-top:10px;
}

.btn_news a {
	display:block;
	width:100%; height:100%;
	background:#000;
	color:#fff;
	border-radius:20px;
	text-align:center;
	font-size:24px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}

.btn_news a:hover {
	background:#222;
	color:#fff;
}

.btn_news b {
	display:block;
	font-weight:normal;
	padding:5px 0px 0px 0px;
}

.btn_pages {
	width:100%;
	margin-top:40px;
}

.btn_pages a {
	display:block;
	width:100%; height:100%;
	background:#000;
	color:#fff;
	border-radius:30px;
	text-transform:uppercase;
	font-size:18px;
	text-align:center;
}

.btn_pages a:hover {
	background:#222;
	color:#fff;
}

.btn_pages b {
	display:block;
	padding:8px 10px;
	font-weight:normal;
}

div.contacteznous {
	padding:40px;
	text-align:left;
	color:#222;
}

div.news h2 {
	color:#222;
	font-size:24px;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight:normal;
	text-transform:uppercase;

}

div.contacteznous h2 {
	color:#222;
	font-size:24px;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight:normal;
	text-transform:uppercase;
}

div.contacteznous div.spacer {
	background:url('spacer.png') no-repeat top center;
	height:30px; width:100%;
}

div.contacteznous p.titre {
	color:#222;
	font-size:24px;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}

div.contacteznous p.texte {
	color:#222;
	font-size:14px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

div.fiche {
	position:relative;
	margin-top:20px;
}
div.fiche h2 {
	padding:0px; margin:0px;
}
div.fiche h2.titre {
	padding:0px; margin:0px;
	font-size:32px;
	border-bottom:1px solid #fff;
	padding-bottom:20px;
}
div.fiche p {
		padding:0px; margin:15px 0px;
}
div.fiche p.annee {
	font-size:18px;
	padding:0px; margin:0px 0px;
	text-align:right;
	border-bottom:1px solid #e0e0e0;
	color:#666;
	font-weight:bold;
}
div.fiche p.size {
	font-size:14px;
	font-style:italic;
}
div.fiche p.description {

}
div.fiche p.prix {
	text-align:right;
	font-size:24px;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}
div.fiche p.prix-barre {
	position:absolute; top:-15px; right:15px;
	font-size:18px;
	text-decoration:line-through;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	color:#cc0000;
}
div.fiche p.appelations {
	font-size:14px;font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;padding:0px; margin:5px 0px;
}
div.fiche p.cepages {
		font-size:14px;font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;padding:0px; margin:5px 0px;
}
div.fiche p.sols {
		font-size:14px;font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;padding:0px; margin:5px 0px;
}
div.fiche p.vinification {
		font-size:14px;font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;padding:0px; margin:5px 0px;
}
div.fiche p.conditionnement {
		font-size:14px;font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;padding:0px; margin:5px 0px;
}
div.fiche p.appelations b, div.fiche p.cepages b, div.fiche p.sols b, div.fiche p.vinification b, div.fiche p.conditionnement b {
	color:#999;
}

div.recompenses {
	color:#222;
	text-align:left;
	margin-top:10px;
	padding:40px;
}

div.recompenses h2 {
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size:32px;
	color:#999;
}

div.recompenses ul {
	padding:0px; margin:0px 0px 0px 20px;
	list-style-type:square;
	color:#999;
}

div.recompenses ul li {
	color:#222;
}

div.recompenses ul li span {
	color:#222;
	font-weight:bold;
	font-size:18px;
}

div.recompenses ul li p {
	color:#666;
	font-size:12px; font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.flag {
	opacity:0.6;
}

.flag.active {
	opacity:1;
}

.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
	margin-right:-15px;
}

.font-horaires p, .font-horaires strong {
  font-size:12px;
}
.btn-social {
  width:50px;height:50px;
  display: inline-block;
  margin:5px 10px;
}
.btn-social a {
  width:100%;height:100%;
  display: block;
}
.btn-facebook {
  background: url('facebook-b.png') no-repeat center center;
}
.btn-instagram {
  background: url('instagram-b.png') no-repeat center center;
}

.btn-facebook-w {
  background: url('facebook.png') no-repeat center center;
}
.btn-instagram-w {
  background: url('instagram.png') no-repeat center center;
}


/* popup */
#offerPopup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.offer-popup-background {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1; /* Fond derrière le contenu */
}

.offer-content-wrapper {
    position: relative;
    z-index: 2; /* Assurez que le contenu est au-dessus du fond */
    /* Ajustez la taille selon vos besoins */
    width: 90%;
    max-width: 540px; /* ou une largeur spécifique */
}

.offer-content {
    background: white;
    padding: 20px;
    /* Styles supplémentaires ici */
}
.offer-content img {
    width: 100%;
}

.offer-close-btn {
    position: absolute;
    top: -10px;
    right: -10px;
    border: none;
    background: #000;
    color: white;
    font-size: 20px;
    cursor: pointer;
}

/* Ajustements pour mobile */
@media (max-width: 600px) {
    .offer-content-wrapper {
        width: 80%; /* Plus étroit sur mobile */
        max-width: none; /* Permet à la popup de s'adapter à la largeur de l'écran */
    }


    .offer-content {
        padding: 10px; /* Moins de padding sur mobile */
    }
    .offer-content img {
        width: 100%;
    }
    .offer-close-btn {
        top: -5px; /* Ajustez la position du bouton de fermeture */
        right: -5px;
        font-size: 16px; /* Bouton plus petit sur mobile */
    }
}
