/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.retour{
    clear: both;
}
/*  Style  */ 
.home{
    position: relative;
}
body{
    font-family: 'Barlow Condensed', sans-serif;
}
.container{
    max-width: 1320px;
    margin: auto;
    position: relative;
}
#logo:hover{
    transform: scale(0.95);
    transition: all 0.3s;
}
header nav{
	padding: 10px;
    border-bottom: 2px solid white;
    display: flex;
    justify-content: space-between;
}
 #menu ul, li{
    display: flex; 
    flex-direction: row;
    justify-content: center;
}
header #menu a{
	color:gray;
	font-size: 20px;
	padding: 0 15px;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 50px;
}
header #menu a:before{
	content:"";
	display: flex;
	width: 0%;
	height: 5px;
	background: #fcc200;
	transition:all 0.3s;
	top: -12px;
	left:50%;
}
header #menu a:hover:before{
	width: 100%;
	left:0;
}
header #menu li:last-child a:after{
	display: none;
}
header #menu a:hover{
	color: #fcc200;
}
/* Slider */
.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    z-index: 1;
}
.rslides li {
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
} 
.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}
.rslides img {
    display: block;
    height: auto;
    width: 100%;
    border: 0;
    border-bottom: 8px solid #fcc200;
}
.LogoSlide{
    position: absolute;
    z-index: 1000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 434px;
}
.LogoSlide img{
    max-width: 100%;
    height: auto;
}
/* centre */
#page{
    margin: 66px 0%;
}
.Paragraphe{
    max-width: 41%; 
    margin: auto;
}
.Paragraphe h2{
    font-family: great-vibes, sans-serif;
    color: #fcc200;
    position: relative;
    right: 70px;
    font-size: 60px;
}
.Paragraphe h2::after{
    content: "";
    position: absolute;
    width: 80px;
    height: 2px;
    background: #fcc200;
    bottom: 0;
    left: 0;
}
.Paragraphe p{
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 15px;
    margin-top: 15px;
}
/* image parallax */
.parallax-window {
    min-height: 600px;
    background: transparent;
    position: relative;
}
.parallax-page {
    min-height: 600px;
    background: transparent;
    position: relative;
}
/* ------------------------ */
#bloc{
    position: absolute;
    background-color: white;
    width: 530px;
    top: 50%;
    transform: translate(0%, -50%);
    height: 450px;
    left: 50%;
    box-shadow: 0px 0px 4px 3px gray;
}
.blocTexte{
    padding: 35px;
}
.blocTexte p{
    font-size: 19px;
    line-height: 26px;
}
.blocTexte h2{
    font-family: great-vibes, sans-serif;
    color: #fcc200;
    position: relative;
    font-size: 60px;
}
.blocTexte h2::after{
    content: "";
    position: absolute;
    width: 80px;
    height: 2px;
    background: #fcc200;
    bottom: 0px;
    left: 0;
}
.blocTexte p{
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 15px;
    margin-top: 30px;
}
/*  BOUTON */
.btn a{
    border: 1px solid #fcc200;
    color: #fcc200;
    text-decoration: none;
    padding: 12px;
    text-transform: uppercase;
    width: 105px;
    font-size: 19px;
    text-align: center;
    transition: all 0.5s;
    bottom: 15px;
    position: absolute;
    right: 40px;
}
.btn a:hover{
    text-decoration: none;
    color: white;
    background-color: #fcc200;
}
.Cadre .bouton a{
    border: 1px solid #fcc200;
    color: #fcc200;
    text-decoration: none;
    padding: 12px;
    text-transform: uppercase;
    width: 105px;
    font-size: 19px;
    text-align: center;
    transition: all 0.5s;
}
.bouton a:hover{
    text-decoration: none;
    color: white;
    background-color: #fcc200;
}
.BtnActu{
    position: relative;
}
.BtnActu a{
    text-decoration: none;
    padding: 12px;
    text-transform: uppercase;
    width: 220px;
    font-size: 19px;
    text-align: center;
    color: white;
    background-color: #fcc200;
    transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    margin: 35px 0px;
    transition: all 0.5s;
}
.BtnActu a:hover{
    text-decoration: none;
    color: #fcc200;
    background-color: white;
    border: 1px solid #fcc200;
}
.BtnPhoto{
    margin-bottom: 115px;
}
.BtnPhoto a{
    text-decoration: none;
    padding: 12px;
    text-transform: uppercase;
    width: 220px;
    font-size: 19px;
    text-align: center;
    color: white;
    background-color: #fcc200;
    transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    margin: 35px 0px;
    transition: all 0.5s;
}
.BtnPhoto a:hover{
    text-decoration: none;
    color: #fcc200;
    background-color: white;
    border: 1px solid #fcc200;
}
.Btnplus{
    margin-top: 50px;
}
.Btnplus a{
    border: 1px solid #fcc200;
    color: #fcc200;
    text-decoration: none;
    padding: 12px;
    text-transform: uppercase;
    font-size: 19px;
    text-align: center;
    transition: all 0.5s;
}
.Btnplus a:hover{
    text-decoration: none;
    color: white;
    background-color: #fcc200;
}
/* Champagne */ 
.container .titre{
    margin: 66px 0%;
}
.container .titre h2{
    font-family: great-vibes, sans-serif;
    color: #fcc200;
    position: relative;
    font-size: 60px;
}
.container .titre h2::after{
    content: "";
    position: absolute;
    width: 80px;
    height: 2px;
    background: #fcc200;
    top: 75px;
    left: 0;
}
.premiere{
    background-image: url("images/bgCuveeBdb.svg");
    background-position: 100% 75px;
    background-repeat: no-repeat;
    margin: 85px 0px 128px;
    display: flex;
    align-items: center;
    background-size: 33%;
}
.premiere-single{
    margin: 85px 0px 128px;
    display: flex;
    align-items: center;
}
.PhotoChampagne{
    background-image: url("images/reflet-bouteille.png");
    background-repeat: no-repeat;
    background-position: 50% 400px;
	width: 39%;
    text-align: center;
}
.TexteCuvee{
	width: 41%;
}
.TexteCuvee-single{
	width: 60%;
}
.TexteCuvee-single h3{
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 50px;
}
.TexteCuvee-single h4{
    text-transform: uppercase;
    position: relative;
    font-size: 30px;
    margin-top: 10px;
}
.TexteCuvee-single h4:after{
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    background: black;
    bottom: 0;
    left: 0;
    margin: 0 0 -10px 0;
}
.TexteCuvee-single h5{
    font-family: great-vibes, sans-serif;
    color: #fcc200;
    margin: 35px 0 0 0;
    font-size: 40px;
}
.TexteCuvee-single p{
    margin: 0 0 0 50px;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.TexteCuvee h3{
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 50px;
}
.TexteCuvee h4{
    text-transform: uppercase;
    position: relative;
    font-size: 30px;
    margin-top: 10px;
}
.TexteCuvee h4:after{
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    background: black;
    bottom: 0;
    left: 0;
    margin: 0 0 -10px 0;
}
.TexteCuvee h5{
    font-family: great-vibes, sans-serif;
    color: #fcc200;
    margin: 35px 0 0 0;
    font-size: 40px;
}
.TexteCuvee p{
    margin: 0 0 0 50px;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
    margin-top: 15px;
}
#LeChampagne .premiere:nth-child(2n) .PhotoChampagne{
    order: 2;
}
#LeChampagne .premiere:nth-child(2n) .TexteCuvee{
    padding-left:165px;
}
#Reserve{
    background-image: url("images/bgCuveeReserve.svg");
    background-position: 0% 75px;
}
#Millesime{
    background-image: url("images/bgCuveeMillesime.svg");
}
#Rose{
    background-image: url("images/bgCuveeRose.svg");
    background-position: 0% 75px;
}
/* ACTUALITE   */
.Reseau i{
    text-align: center;
    font-size: 30px;
    color: black;
    padding: 5px;
    transition: all 0.5s;
}
.Reseau i:hover{
    -ms-transform: scale(1.3); /* IE 9 */
    -webkit-transform: scale(1.3); /* Safari 3-8 */
    transform: scale(1.3);
    color: #fcc200;
}
.ReseauF i{
    text-align: center;
    font-size: 30px;
    color: white;
    padding: 5px;
    transition: all 0.5s;
}
.ReseauF i:hover{
    -ms-transform: scale(1.3); /* IE 9 */
    -webkit-transform: scale(1.3); /* Safari 3-8 */
    transform: scale(1.3);
    color: #fcc200;
}
.Cadre{
    height: 385px;
    width: 30%;
    box-shadow: 0px 0px 4px 3px lightgray;
    padding: 10px;
    text-align: center;
    margin: 30px 0;
    background-color: white;
}
.Cadre h3{
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 25px;
    margin-top: 15px;
}
.Cadre p{
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 40px;
    margin-top: 15px;
}
#BloCadre{
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}
.Cadre .photo::after{
    content: "";
    display: block;
    margin: auto;
    width: 82px;
    height: 8px;
    background: #fcc200;
    margin-top: -4px;
    position: relative; 
}
.CadreJaune{
    background: url("images/actuTexture.png") repeat-x center bottom;
    padding-bottom: 90px;
}
.Cadre img{
    width: 100%;
}
.grid img{
    display: block;
    max-width: 100%;
    height: auto;
}
.grid{
    max-width: 1400px;
    min-height: 600px;
    margin: 20px auto;
    padding: 0 20px;
    overflow-x: hidden;
}
.inner{
    padding: 2px;
}
.col4{
    width: 25%;
    padding: 5px;
}
.footer{
    background-color: gray;
}
.flexfooter{
    display: flex;
    color: white;
    padding: 20px;
}
.footer p.Titre{
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 15px;
}
.col4 img{
    text-align: center;
    width: 80%;
    height: auto;
}
.col4 p{
    line-height: 1.5;
    text-align: left;
}
.col4 a{
    transition: all 0.3s;
    text-decoration: none;
    color:white;
}
.col4 a:hover{
    color: #fcc200;
}
.left{
    text-align: left;
}
/* savoir - faire  */
.contenue{
    display: flex;
    margin-bottom:100px ;
}
.col2{
    width: 49%;
    margin: 1%;
}
.col2 p{
    font-size: 17px;
    line-height: 2;
    margin-top: 15px;
}
/* Page gallery  */ 
.catgallerie ol{
    display: flex;
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
    justify-content: center;
}
.catgallerie a{
    text-decoration: none;
    color: gray;
}
.catgallerie a:hover{
    color: darkred;
    transition: all 0.5s;
}
.catgallerie ol li{
    padding: 10px;
}
/* Formulaire */
input{
    font-size: 20px;
    font-family: 'Barlow Condensed light', sans-serif;
    padding: 10px;
    width: 99%;
    margin-bottom: 15px;
    border-radius: 5px;
    border: 1px solid gray;
}
textarea{
    font-size: 20px;
    font-family: 'Barlow Condensed light', sans-serif;
    width: 102%;
    height: 150px;
    margin-bottom: 15px;
    border-radius: 5px;
    border: 1px solid gray;
}
input[type=submit]{
    width: 10%;
    padding: 2px;
}
input[type=submit]:hover{
    background-color: darkgray;
    color: white;
}
input:hover{
    border-color: #fcc200;
}
input:focus {
    border-color: #fcc200;
  }
/* Page article */
.Image{
    text-align: center;
    margin-top: 100px;
    margin-bottom: 100px;
}
.articles h3{ 
    text-align: center;
    margin-bottom: 50px;
    font-size: 30px;
}
.articles p{
    line-height: 2;
    font-size: 17px;
    margin-bottom: 20px;
}
.articles{
    margin-bottom: 100px;
}
/* menu  */
.slicknav_menu {
	display:none;
}
@media screen and (max-width: 850px) {
	/* #menu is the original menu */
	#menu{
		display:none;
	}
	
	.slicknav_menu {
		display:block;
	}
}
/* media */ 
@media screen and (max-width: 1400px){
    .container{
        max-width: 1320px;
        margin: auto;
    }
}
@media screen and (max-width: 1350px){
    .container h2{
        margin-left: 2%;
    }
    .Btnplus a{
        left: 395px;
        top: 570px;
    }
    .LogoSlide{
        top: 50%;
        bottom: 0%;
    }
}
@media screen and (max-width: 1024px){
    #page .Paragraphe{
        max-width: 60%;
    }
    #bloc{
        left: 35%;
    }
    header #menu a {
        font-size: 17px;
    }
    .container .contenue .col2 p{
        line-height: 1;
    }
    #LeChampagne .premiere{
        background-position: 95% 75px;
    }
    #LeChampagne .premiere:nth-child(2n){
        background-position: 5% 75px;
    }
    #BloCadre .Cadre{
        width: 30%;
        padding: 8px;
        margin: 15px 8px;
    }
   .Btnplus a{
        left: 395px;
        top: 570px;
    }
    #form input{
        width: 95%;
    }
    #form textarea{
        width: 98%;
    }
    .LogoSlide{
        top: 47%;
        bottom: 0%;
    }
}
@media screen and (max-width: 850px){
    #logo{
        margin-right: 0px;
    }
     header #menu a{
        color: gray;
        font-size: 18px;
        padding: 0 4px;
        text-decoration: none;
        text-transform: uppercase;
        line-height: 50px;
    }
    .home .LogoSlide{
        max-width: 50%;
        top: 43%;
        bottom: 0%;
        left: 55%;
        
    }
    #page .Paragraphe h2{
        font-size: 50px;
    }
    #bloc{
        left: 20%;
    }
    #bloc h2{
        font-size: 50px;
    }
    #LeChampagne .premiere{
        background: none;
    }
    #LeChampagne .premiere:nth-child(2n){
        background: none;
    }
    #LeChampagne .TexteCuvee{
        width: 100%;
    }
    #LeChampagne .premiere:nth-child(2n) .TexteCuvee{
        padding-left: 50px;
    }
    #LeChampagne h3{
        font-size: 40px;
    }
    #LeChampagne h4{
        font-size: 20px;
    }
    #LeChampagne h5{
        font-size: 30px;
    }
    .Btnplus a{
        left: 372px;
    }
    #BloCadre .Cadre{
        width: 40%;
    }
    .contenue{
        display: block;
    }
    .contenue .col2{
        margin: 45px;
        width: auto;
    }
    .container .contenue .col2 p{
        line-height: 1.5;
    }
    .container .titre h2{
        font-size: 50px;
    }
    .container .titre h2::after{
        top: 55px;
    }
    .premiere-single{
        display: block;
    }
    .PhotoChampagne{
        width: 100%;
    }
    .TexteCuvee-single{
        margin: 20px;
        width: auto;
    }
    .articles{
        margin: 10px;
    }
   
}
@media screen and (max-width: 500px){
    .home .LogoSlide {
        max-width: 40%;
        top: 48%;
    }
    #page .Paragraphe{
        margin:2%;
        max-width: 100%;
    }
    #page .Paragraphe h2 {
        font-size: 40px;
        right: 0;
    }
    #bloc {
        left: 0%;
        width: 100%;
        height: 505px;
    }
    #bloc h2 {
        font-size: 40px;
    }
    .blocTexte {
        padding: 15px;
    }
    .container .titre h2 {
        font-size: 40px;
    }
    #LeChampagne .premiere{
        display: block;
    }
    #LeChampagne .TexteCuvee{
        margin-top: 50px;
        padding: 10px;
    }
    #LeChampagne .premiere.TexteCuvee{
        margin: 2%;
        margin-bottom: 150px;
    }
    #LeChampagne .premiere:nth-child(2n) .TexteCuvee{
        margin: 2%;
        padding-left: 0;
        margin-bottom: 150px;
    }
    #LeChampagne .TexteCuvee{
        width: auto;
    }
    .TexteCuvee p{
        margin: 0;
    }
    #BloCadre .Cadre {
        width: 100%;
    }
    .flexmasonry{
        display: block;
    }
    .flexmasonry-cols-4 .flexmasonry-item {
        width: 100%; 
    }
    .flexfooter {
        display: block;
    }
    .col4 {
        width: 100%;
        padding: 5px;
        text-align: center;
    }
    .Btnplus a{
        top: 980px;
        left: 120px;
        margin-top: 50px
    }
}