/* --------------------------------------------------------------- */
/*
/* Général
/*
/* --------------------------------------------------------------- */

#page .bouton {
	color       : #FF1350;
	/*background-color: #ff1350;*/
	font-family : "Quicksand";
	font-size   : 17px;
	font-weight : bold;
	margin-top  : 20px;
	padding     : 10px 20px;
	position    : relative;
}

#page .bouton:after {
	background-color : #FF1350;
	bottom           : 0;
	content          : "";
	height           : 2px;
	left             : 50%;
	margin-left      : -25px;
	position         : absolute;
	width            : 50px;
}


#page .logo_index {
	position : relative;
	top      : 35px;
}

#page h1.citation {
	position : relative;
	top      : 72px;
}

#page h1.signature {
	position : relative;
	top      : 50px;
	left     : 95px;
}

/* --------------------------------------------------------------- */
/*
/* Passion
/*
/* --------------------------------------------------------------- */
#passion {
	background-color    : #222222;
	background-image    : url("../../img/domaine/fond-domaine.jpg");
	background-position : bottom center;
	background-repeat   : no-repeat;
	background-size     : cover;
	color               : #FFFFFF;
	min-height          : calc(100vh - 67px);
	text-align          : center;
	height : 100vh;
}

#passion .logo {
	margin    : 0 auto;
	max-width : 100%;
}

#passion h1::before {
	display : none;
}

#passion h1 {
	font-family    : "AntroVectra";
	font-size      : 62px;
	margin-left    : 0;
	margin-top     : 60px;
	text-transform : none;
}

#passion h1::after {
	background-image  : url("../../img/domaine/ligne.png");
	background-repeat : no-repeat;
	content           : "";
	height            : 10%;
	left              : 190px;
	position          : absolute;
	top               : 130px;
	width             : 50%;
}

#passion p {
	font-family : "Quicksand";
	font-size   : 24px;
	margin-top  : 40px;
}

#passion .chevron {
	font-size : 35px;;
}

#passion .chevron a {
	color : #FFFFFF;
}

#passion .chevron .second {
	display    : block;
	margin-top : -25px;
}

#page h2 {
	font-family    : "EB Garamond";
	font-size      : 36px;
	font-weight    : 300;
	letter-spacing : .3rem;
	margin         : 30px 0 20px;
	text-align     : center;
	text-transform : uppercase;
}

#page h3 {
	color         : #FF1350;
	font-family   : "Quicksand";
	font-size     : 24px;
	font-weight   : 400;
	margin-bottom : 50px;
	text-align    : center;
}


/* --------------------------------------------------------------- */
/*
/* Domaine
/*
/* --------------------------------------------------------------- */
#domaine {
	background-color : #F7F3F0;
	color            : #000000;
	/*background-image: url('../../img/domaine/fond-logo.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;*/
	min-height       : 600px;
	text-align       : center;
}

#domaine h2 {
	font-family    : "EB Garamond";
	font-size      : 36px;
	font-weight    : 300;
	letter-spacing : .3rem;
	margin         : 30px 0 20px;
	text-align     : center;
	text-transform : uppercase;
}

#domaine h3 {
	color         : #FF1350;
	font-family   : "Quicksand";
	font-size     : 24px;
	font-weight   : 400;
	margin-bottom : 50px;
	text-align    : center;
}

#domaine p {
	font-family : "Roboto";
	/*font-size   : 16px;*/
	font-weight : 300;
}

#domaine .bouton {
	margin : 0;
}

section.domaine p, section.agriculture p, section.etudes p, section.appellation p {
	line-height : 30px;
}

section.domaine, section.appellation {
	background-color : #F7F4F2;
	overflow         : hidden;
	position         : relative;
	text-align       : center;
}

section.domaine .content-domaine {
	padding : 80px 0px;
}

section.domaine img {
	margin-bottom : 25px;
}

section.domaine h1 {
	margin-left : 0px;
}

section.domaine h1:before {
	display : none !important;
}

section.domaine h3 {
	padding : 0px calc(100% / 4);
}

section.domaine:before, section.appellation:before {
	background      : url("../../img/logo/personnages_seuls_blanc.svg") no-repeat center center;
	background-size : 80% 80%;
	content         : "";
	height          : 100%;
	left            : 0;
	margin          : 0 auto;
	position        : absolute;
	right           : 0;
	width           : 100%;
	opacity         : 0.9;
}

section.etudes .content-etudes {
	padding : 80px 0px;
}

section.etudes img {
	height     : 100%;
	object-fit : cover;
	position   : relative;
}

section.etudes .content-img {
	position : relative;
	padding  : 40px;
}

section.etudes .content-img:before {
	background-color : #FF1350;
	content          : "";
	height           : calc(100% / 4);
	left             : 40px;
	position         : absolute;
	top              : 40px;
	width            : 5px;
	z-index          : 2;
}

section.agriculture {
	padding  : 80px 0px;
	position : relative;
}


section.agriculture:before {
	background      : url("../../img/domaine/vigne-transparence.png") no-repeat left top;
	background-size : 780px 440px;
	content         : "";
	height          : 100%;
	left            : calc((100% - 1140px) / 2);
	position        : absolute;
	top             : 80px;
	width           : 100%;
	z-index         : 1;
}

section.agriculture:after {
	background      : url("../../img/domaine/vigne-agriculture-right.jpg") no-repeat right bottom;
	background-size : 780px 440px;
	content         : "";
	height          : 100%;
	position        : absolute;
	right           : calc((100% - 1140px) / 2);
	bottom          : 80px;
	width           : 100%;
	z-index         : 2;
}

section.agriculture .container-agriculture {
	padding-top    : 290px;
	padding-bottom : 50px;
}

section.agriculture .content-agriculture {
	background-color : #FFFFFF;
	direction        : rtl;
	padding          : 40px 30px;
	position         : relative;
	text-align       : justify;
	z-index          : 3;
}

section.agriculture .content-agriculture:before {
	background-color : #FF1350;
	content          : "";
	height           : calc(100% / 4);
	left             : 0;
	position         : absolute;
	top              : 0;
	width            : 5px;
}

section.appellation {
	padding : 0px;
}

section.appellation .content {
	padding : 90px 0px 210px 0px;
}

section.appellation p {
	column-count : 2;
	column-gap   : calc(100% / 5);
	text-align   : justify;
}

.background-domaine {
	/*height : 610px;*/
}

.background-domaine img {
	/*height     : 100%;*/
	object-fit : cover;
}

/* --------------------------------------------------------------- */
/*
/* Vigne
/*
/* --------------------------------------------------------------- */
/*
    #vigne {
    padding-top: 50px;
    min-height: 800px;
}

#vigne img {
    max-width: 100%;
}

#vigne .contenu {
    position: relative;
}

#vigne .photo {
    position: absolute;
    top: 190px;
    right: 0;
}

#vigne .texte {
    position: absolute;
    top: 280px;
    left: 160px;
    background-color: #fff;
    padding: 30px 40px;
    width: 420px;
    line-height: 2;
}

#vigne .texte::before {
    content: '';
    background-image: url('../../img/domaine/bande-rouge.png');
    width: 1%;
    height: 18%;
    top: 0;
    position: absolute;
    left: 0;
}

#vigne .texte p {
    font-size: 16px;
    text-align: justify;
    text-align-last: right;
}

*/

#vigne {
	font-weight    : 300;
	padding-bottom : 30px;
	/*min-height: 800px;*/
	padding-top    : 30px;
}

#vigne img {
	max-width : 100%;
}

#vigne .contenu {
	position : relative;
}

#vigne .photo {
	position : absolute;
	right    : 0;
	top      : 190px;
}

#vigne .texte {
	background-color : #FFFFFF;
	left             : 160px;
	line-height      : 2;
	padding          : 30px 40px;
	position         : absolute;
	top              : 280px;
	width            : 420px;
}

#vigne .texte::before {
	background-image : url("../../img/domaine/bande-rouge.png");
	content          : "";
	height           : 18%;
	left             : 0;
	position         : absolute;
	top              : 0;
	width            : 1%;
}

#vigne .texte p {
	font-size       : 16px;
	text-align      : justify;
	text-align-last : right;
}

/* --------------------------------------------------------------- */
/*
/* Sancerrois
/*
/* --------------------------------------------------------------- */
#sancerrois {
	/*background-image: url('../../img/domaine/fond-logo.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;*/

	background-color : #F7F3F0;

	color            : #000000;
	min-height       : 550px;
}

#sancerrois h2 {
	font-family    : "EB Garamond";
	font-size      : 36px;
	font-weight    : 300;
	letter-spacing : .3rem;
	margin         : 30px 0 20px;
	text-align     : center;
	text-transform : uppercase;
}

#sancerrois h3 {
	color         : #FF1350;
	font-family   : "Quicksand";
	font-size     : 24px;
	font-weight   : 400;
	margin-bottom : 50px;
	text-align    : center;
}

#sancerrois .texte-sancerrois p {
	line-height : 2;
	margin      : 0;
	text-align  : justify;
}


#sancerrois .liste_vins {
	padding : 45px 0;
}

#sancerrois .liste_vins h2 {
	font-size      : 20px;
	letter-spacing : 0;
}

#sancerrois .liste_vins .bloc-vin img {
	transform          : scale(1);
	-moz-transition    : ease 0.5s all;
	-ms-transition     : ease 0.5s all;
	-o-transition      : ease 0.5s all;
	-webkit-transition : ease 0.5s all;
	transition         : ease 0.5s all;
}

#sancerrois .liste_vins .bloc-vin:hover img {
	transform          : scale(1.1);
	-moz-transition    : ease 0.5s all;
	-ms-transition     : ease 0.5s all;
	-o-transition      : ease 0.5s all;
	-webkit-transition : ease 0.5s all;
	transition         : ease 0.5s all;
}


/* --------------------------------------------------------------- */
/*
/* Sancerre
/*
/* --------------------------------------------------------------- */
#sancerre {
	background-image    : url("../../img/domaine/sancerre.jpg");
	background-position : center;
	background-repeat   : no-repeat;
	background-size     : cover;
	min-height          : 610px;
}

/* --------------------------------------------------------------- */
/*
/* Responsive
/*
/* --------------------------------------------------------------- */
@media screen and (max-width : 1200px) {
	#passion h1::after {
		left  : 120px;
		top   : 210px;
		width : 60%;
	}

	#vigne {
		min-height : 660px;
	}

	#vigne .texte {
		left  : 120px;
		top   : 250px;
		width : 460px;
	}
}

@media screen and (max-width : 991px) {
	#passion h1::after {
		left : 150px;
	}

	#domaine {
		min-height : 700px;
	}

	#vigne {
		min-height : 620px;
	}

	#vigne .texte {
		left  : 30px;
		top   : 220px;
		width : 380px;
	}

	#sancerrois .texte-sancerrois:first-child {
		padding-right : 40px;
	}

	#sancerrois .texte-sancerrois:last-child {
		padding-left : 40px;
	}

	#sancerre {
		min-height : 450px;
	}
}


@media screen and (max-width : 767px) {
	#passion h1::after {
		left  : 70px;
		top   : 210px;
		width : 70%;
	}

	#vigne {
		min-height : 870px;
	}

	#vigne .photo {
		position : relative;
		right    : 0;
		top      : 160px;
	}

	#vigne .texte {
		left  : 30px;
		top   : 220px;
		width : 470px;
	}

	#sancerrois .texte-sancerrois {
		padding : 0 !important;
	}

	#sancerrois .texte-sancerrois:last-child {
		margin-top : 20px;
	}

	#sancerre {
		min-height : 350px;
	}
}

@media screen and (max-width : 575px) {
	#passion {
		min-height : 740px;
	}

	#passion .logo {
		max-width : 80%;
	}

	#passion h1 {
		font-size : 52px;
	}

	#passion h1::after {
		left  : 20px;
		top   : 180px;
		width : 90%;
	}

	#passion p {
		font-size : 20px;
	}

	#domaine {
		min-height : 830px;
	}

	#vigne {
		min-height : 910px;
	}

	#vigne .texte {
		left    : 0;
		margin  : 0 10%;
		padding : 20px 20px;
		top     : 35%;
		width   : 80%;

	}

	#sancerrois {
		min-height : 600px;
	}

	#sancerrois .texte-sancerrois {
		padding : 0 15px !important;
	}

	#sancerrois .texte-sancerrois p {
		line-height : initial;
	}
}

@media screen and (max-width : 480px) {
	#vigne {
		min-height : 810px;
	}
}

@media screen and (max-width : 450px) {
	#passion h1::after {
		left  : 20px;
		top   : 160px;
		width : 90%;
	}

	#passion h1 {
		font-size : 48px;
	}
}

@media screen and (max-width : 425px) {
	#passion h1::after {
		left  : 20px;
		top   : 220px;
		width : 90%;
	}

	#vigne .photo {
		position : relative;
		right    : 0;
		top      : 260px;
	}
}

@media screen and (max-width : 380px) {
	#passion h1::after {
		left  : 0;
		width : 95%;
	}

	#domaine {
		min-height : 950px;
	}

	#vigne .photo {
		top : 320px;
	}

	#sancerrois {
		min-height : 650px;
	}
}

