

body,html
{
	position:absolute;
	width: 100%;
	--rouge1: #B70000;
	--rouge2: #9F0000;
	--rouge3: #800000;
	--rouge4: #450000;
	--rouge5: #360000;
	--gris: #FAFAFA;
	--gris1: #F5F5F5;
	--gris2: #F0F0F0;
	--gris3: rgba(0,0,0,0.1);
	--gris4: #6d6d6d;
	--gris5: #2d2d2d;
	--brun: #efeae7;
	--brun1: #ddd9d6;
	--brun2:#cfcac7;
	--or:#b8925d;
	--viti: #94cd8d;
	--vini: #3da32f;
	--admin: #7c661c;
	--conso: #efb62c;
	--pro: #6463ab;
	--max-width: 960px;

	background-color: white;

	font-family: 'Montserrat', sans-serif;

	margin: 0;

	/*word-wrap: break-word;
	overflow-wrap: break-word;*/

  	-webkit-hyphens: auto;
  	-moz-hyphens: auto;
  	-ms-hyphens: auto;
  	-o-hyphens: auto;
  	hyphens: auto;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
    outline-style:none;
}


#header
{
	background-color: rgba(255, 255, 255, 0.8);
	/*min-height: 70px;
	
	-moz-box-shadow: 0px 2px 6px 0px #CCC;
	-webkit-box-shadow: 0px 2px 6px 0px #CCC;
	-o-box-shadow: 0px 2px 6px 0px #CCC;
	box-shadow: 0px 2px 6px 0px #CCC;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#CCC, Direction=180, Strength=2);*/
	box-shadow: 0 1px 6px 0 rgba(32,33,36,0.2);
}
#header-gradient {
	background: var(--rouge4);
	background: -moz-linear-gradient(top, #FFF 0%, #CCC 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(100%,#CCC));
	background: -webkit-linear-gradient(top, #FFF 0%,#CCC 100%);
	background: -o-linear-gradient(top, #FFF 0%,#CCC 100%);
	background: -ms-linear-gradient(top, #FFF 0%,#CCC 100%);
	background: linear-gradient(top, #FFF 0%,#CCC 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF', endColorstr='#CCC',GradientType=0 );
}
#header-top-border, #header-bg, #header-shine, #header-gradient, #header-light {
	left: 0;
	top: 0;
	width: 100%;
	min-height: 70px;
	z-index: 1100;
}
#header-bar
{
	background-color: var(--white);
	-moz-box-shadow:inset 0 0 0 0 transparent,inset 0 -15px 15px -15px rgba(0,0,0,.2);
	-webkit-box-shadow:inset 0 0 0 0 transparent,inset 0 -15px 15px -15px rgba(0,0,0,.2);
	box-shadow:inset 0 0 0 0 transparent,inset 0 -15px 15px -15px rgba(0,0,0,.2);
	z-index:1100;
}
.header-section
{
	display: block; 
	margin: 16px 0 20px ;
	border-width: 1px;
	border-color: var(--gris2);
	border-bottom-style: none;
}

a.header-section
{
	color: initial;
}
a.header-section:hover
{
	color: var(--rouge1);
	text-decoration: none;
}
.dropdown a 
{
	background-color:#fff transparent !important; 
	outline: none !important;
}
.dropdown:focus,.dropdown:active 
{
   outline: none !important;
   box-shadow: none;
}
.dropdown-menu {z-index:1100;}

/* Navigation */
.navbar{padding: .1rem 0.6rem;}.navbar-toggler {border: none;}.dropdown-toggle::after{color: var(--rouge1);}.navbar-light .navbar-toggler-icon{background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(187,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");width: 1.1em;height: 1.1em;}.navbar-light .navbar-nav .nav-link{color: var(--gris5);text-transform: uppercase;font-size: 0.9em;}.dropdown-item{color: var(--gris5);text-transform: uppercase;font-size: 0.8em;}.dropdown-item:active{background-color: white;}.dropdown-item.active{background-color: white; pointer-events: none; cursor: default;}.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .show>.nav-link,.dropdown-item:hover,.dropdown-item.active{color: var(--rouge1);}@media (min-width: 768px){.main-logo img{clip: rect(1px, 1px, 1px, 1px);width:1px;height: 1px;margin-top: 0;position: absolute;}#logo{height:120px;width: auto;margin: 5 5 5 15;}/*.main-logo img{height:70px;width: auto;margin-top: 20px;margin-bottom: 20px;}.navbar .navbar-brand{clip: rect(1px, 1px, 1px, 1px);width:1px;height: 1px;position: absolute;}*/.navbar-nav{float: center;margin: 0 0 0 auto;}.navbar-light .navbar-nav .nav-link{color: var(--gris5);text-transform: uppercase;font-size: 0.85em;margin: 0 8px 0 8px;}.dropdown-menu{border-radius: .1rem;box-shadow: 0 1px 6px 0 rgba(32,33,36,0.2);}.navbar-expand-md .navbar-nav .dropdown-menu {margin-top: 1px;border-color: #DDD;}}@media (max-width: 768px){.main-logo img{clip: rect(1px, 1px, 1px, 1px);width:1px;height: 1px;margin-top: 0;position: absolute;}#logo{height:100px;width: auto;display:  block;margin-left: auto;margin-right: auto;}.navbar-nav{float: none;margin-top:10px;padding: 5px;border-width: 1px;border-color: var(--gris2);border-top-style:solid;}.dropdown-menu{border: none;padding: 0;}.dropdown-item{padding: 0.6rem 2rem;}.dropdown-divider {margin: 0 0.8rem;}}
.nav-tabs .nav-link.vini.active,.nav-pills .secondnav.vini.active{color: var(--vini);}
.nav-tabs .nav-link.admin.active,.nav-pills .secondnav.admin.active{color: var(--admin);}
.nav-tabs .nav-link.pro.active,.nav-pills .secondnav.pro.active{color: var(--pro);}
.nav-tabs .nav-link.conso.active,.nav-pills .secondnav.conso.active{color: var(--conso);}
a.secondnav {
    color: var(--gris5);
    text-transform: uppercase;
    font-size: 0.7em;
    margin: 0 10px 10px;
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
  	-moz-transition: all .3s ease-out;
  	transition: all .3s ease-out;
  	cursor: pointer;
}
a.secondnav.active, a.secondnav.active:hover {
    color: var(--rouge1);
    /*text-shadow: none;*/
    font-size: 0.9em;
    text-decoration: none;
    text-shadow: 2px 0px 4px #EEE;
}
a.secondnav.active {
 	pointer-events: none; cursor: default;
}

a.secondnav:hover
{
    text-shadow: 0px 0px 2px #EEE;
	text-decoration: underline;
  	-webkit-text-decoration-color: var(--rouge1); /* Safari */  
  	text-decoration-color: var(--rouge1);
}
#footer
{
	z-index: 100;
}
#MyMainContainer
{
	z-index: 80;
}
#footer-info
{
	background-color: var(--white);
	box-shadow: 0 1px 6px 0 rgba(32,33,36,0.2);
}
#footer-bar
{
	background-color: var(--white);
	-moz-box-shadow:inset 0 0 0 0 transparent,inset 0 15px 15px -15px rgba(0,0,0,.2);
	-webkit-box-shadow:inset 0 0 0 0 transparent,inset 0 15px 15px -15px rgba(0,0,0,.2);
	box-shadow:inset 0 0 0 0 transparent,inset 0 15px 15px -15px rgba(0,0,0,.2);
	padding: 10px 0;
}
#footer.locked
{
	position: fixed;
   	left: 0;
   	bottom: 0;
   	width: 100vw;
   	z-index: 900;
}
@media (max-width: 576px)
{
	#footer.locked
	{
	    margin-bottom: -100px;
	}
}

#footer.locked #footer-bar
{
	display: none;
}

#header-bar
{
	font-size: 0.7em;
}
#footer-bar.info-bar{
	font-size: 0.6em;
}


.info-bar{
	padding:5px 0;
	/*overflow:hidden;*/
	min-height: 30px;
	color: var(--gris5);
}
.info-bar ul.social-icons
{
	padding: 0;
}
.info-bar .primary
{
	float:left;
	margin-left:5px;
	padding-left:5px;
}
.info-bar .secondary
{
	float:right;
	margin-right:5px;
	padding-right:5px;
}
.shopping
{
	display:inline;
	margin-right: 43px;
}
.shopping a
{
  	color: var(--gris5);
}
.shopping a:hover
{
  	color: var(--rouge1);
	text-decoration: none;
}
#header-bar .fas.fa-search
{
	font-size: 0.8rem;
}
.fa-1-5x {
    font-size: 1.5em;
}
.fa-1-8x {
    font-size: 1.8em;
}
.far.fa-search
{
	font-size: 1rem;
}
.fal.fa-shopping-cart,
 .fal.fa-shopping-basket
{
	/*font-size: 0.8rem;*/
	margin: 4px 5px 0 0;
}
.backoffice
{
	/*display:inline;
	margin-top: 3px;*/
	margin-right: 15px;
}
.backoffice a, a.gris
{
  	color: var(--gris5);
 }
.backoffice a:hover
{
  	color: var(--rouge1);
	text-decoration: none;
}
#header-bar .fal.fa-user
{
	font-size: 0.8rem;
	margin: 4px 5px 0 0;
}
.lang 
{
	display:inline;
	margin-top: 3px;
}
.fal.fa-flag
{
	font-size: 0.8rem;
	margin: 4px 5px 0 0;
}
.lang a.not-active 
{
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: var(--gris5);
}
.lang a 
{
  text-decoration: none;
  color: var(--gris5);
}
.lang a:hover 
{
  text-decoration: none;
  color: var(--rouge1);
}
.lang a.selected 
{
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: var(--rouge1);
}

a#cRetour
{
	border-radius:0px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:14px;
	padding-right:14px;
	font-size:15px;
	text-align:center;
	-moz-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
	color: rgba(183, 0, 0, 0.5);
	background:rgba(255, 255, 255, 0.5);
	border-color:rgba(183, 0, 0, 0.5);
	border-width: 1px;
	border-style: solid;
	position:fixed;
	top: 80px;
	opacity:1;
	z-index:1010;
	transition:all ease-in 0.2s;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	text-decoration: none;
}
a#cRetour:hover
{
	background:rgba(183, 0, 0, 1);
	color: white;
	transition:all ease-in 0.2s;
}
a#cRetour.cInvisible
{
	right:-35px;
	opacity:0;
	transition:all ease-in 0.5s;
}
a#cRetour.cVisible
{
	right:15px;
	opacity:1;
}
#selecter
{
	margin-top: -60px;
}
#selecter p
{
	margin-left: 74px;
	margin-top: -32px;
	z-index: 2;
	position: relative;
}
#selecter .footer
{
	background: linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,0.8));
	height: 10px;
}

#scroller
{
  	position: -webkit-sticky;
	position:sticky;
	top: 50px;
	margin-top:-30px;
	z-index:1000;
	transition:all ease-out 0.5s;
	width: 160px;
	height:70px;
	overflow: hidden;
}

#scroller.scroller
{
    margin-left:auto;
	/*margin-right: -30px;*/
	transition:all ease-out 0.5s;
}
#scroller.scroller.down
{
    margin-left:auto;
    margin-right: calc(50vw - 80px);	
}
/*@media(max-width: 478px){#scroller.scroller.down{	margin-right: 33%;	}}
@media (min-width: 478px){#scroller.scroller.down{	margin-right: 34%;	}}
@media (min-width: 576px){#scroller.scroller.down{	margin-right: 37%;	}}
@media (min-width: 680px){#scroller.scroller.down{	margin-right: 40%;	}}
@media (min-width: 768px){#scroller.scroller.down{	margin-right: 42%;	}}
@media (min-width: 900px){#scroller.scroller.down{	margin-right: 43%;	}}
@media (min-width: 992px){#scroller.scroller.down{	margin-right: 43%;	}}
@media (min-width: 1200px){#scroller.scroller.down{	margin-right: 44%;	}}*/


.scroller .blurp
{
	width: 160px;
    height: 60px;
    overflow: hidden;
    z-index: 1;
    position: relative;
}
.scroller .blurp svg
{
	margin-left: -15px;
    margin-top: 10px;
	z-index: 1;
	position: relative;

 	-webkit-filter: drop-shadow(0px 1px 3px rgba(32,33,36,0.2));filter: drop-shadow(0px 1px 3px rgba(32,33,36,0.2));
}

#blurp--top
{
	transform: rotate(180deg); 
	width:160px;
	height:60px;
	margin-left: 25px;
}

#chevron-top
{
	margin-top:-30px;
	margin-right: 64px;
	text-align: right;
	position: relative;
}

#chevron-top a
{
	width: 48px;
	height: 48px;
	color: var(--rouge1);
}

.chevron i {
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.chevron.down i {
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}
.chevron-top.down
{
	margin-right: 44px;
}

.img-wrapper {
	position: relative;
  	overflow: hidden;
}
.img-wrapper > img {
	display: block;
	width: 100%;
	aspect-ratio: 4/3;
	object-fit: cover;
	object-position: center;
	filter: grayscale(0);
}
.img-wrapper > .content{
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 2550, 0.4);
}
.img-wrapper > .content > img {
	visibility: hidden;
	width: 100%;
	aspect-ratio: 4/3;
	object-fit: cover;
	object-position: center;
}
.img-wrapper > img,
.img-wrapper > .content,
.img-wrapper > .content > img{
	transition: 500ms ease-in-out;
}

.img-wrapper:hover > img.blur{
	filter: blur(5px);
}

.img-wrapper:hover > img.gray{
	filter: grayscale(1);
}

.img-wrapper:hover > img.zoom{
	transform: scale(1.1);
}

.img-wrapper > .content.fade{
	opacity: 0;
}
.img-wrapper:hover > .content.fade{
	opacity: 1;
}
.img-wrapper:hover  > .content > img{
	visibility: visible;
}
.img-wrapper:hover  > .content > img.zoom{
	transform: scale(1.1);
}


@media (max-width: 578px)
{
	#img-header {
		overflow: hidden;
		margin: 0 auto;
		display: block;
		z-index: 1;
	}
}
#img-header {
	z-index: 1;
}
#img-domain-header
{
	min-height: 240px;
	max-height: 425px;
	overflow: hidden;
}
#img-domain-header img
{
   	width: 100%;
   	margin-top: -15px;
}
#body-banner
{
	background-color: white;
}
#body-container
{
	margin: 0;
	background-color: var(--gris);
	z-index:1000;
	position: relative;
	/*-moz-box-shadow:inset 0 0 0 0 transparent,inset 0 15px 15px -15px rgba(0,0,0,.1);
	-webkit-box-shadow:inset 0 0 0 0 transparent,inset 0 15px 15px -15px rgba(0,0,0,.1);
	box-shadow:inset 0 0 0 0 transparent,inset 0 15px 15px -15px rgba(0,0,0,.1);*/
	display: grid;
}
#main-content
{
	/*padding-top: 0px;*/
}

.container
{
	overflow: hidden;
}
@media (max-width: 576px)
{
	.container {
		width: 100%;
	    padding-left: 0;
	    padding-right: 0;
	}
}
@media (min-width: 576px)
{
	.container {
    	margin-right: auto;
    	margin-left: auto;
	    /*width: 65.68421rem;*/
	    padding-left: .78947rem;
	    padding-right: .78947rem;
	}
}
@media (min-width: 576px)
{
	.container {
		max-width: 1170px;
	}
}
@media (min-width: 768px)
{
	.container {
	    width: 750px;
	}
}
@media (min-width: 992px)
{
	.container {
	    width: 970px;
	}
}
@media (min-width: 1200px)
{
	.container {
	    width: 1170px;
	}
}

.container-fluid
{
	padding: 0px;
	margin: 0;
}

section
{
	margin: 0 0 10px 0;
	border-color: var(--gris2);
	border-bottom-style: solid;
	border-width: 1px;
	min-height: 250px;
}
.box
{
	position: relative;
	margin: 5px;
	background-color: white;
	padding: 2px;
	z-index: 2;
}
.box-header:before
{
	font-family: "Font Awesome 5 Pro";
	color: var(--rouge1);
	font-size: 1em;
	content: "\f105  ";
   	font-weight: 400;
}
.box-header
{
	min-height: 10px;
	padding: 3px 10px 3px 10px;
	text-transform: uppercase;
	font-size: 1em;
	color: var(--gris5);
	background-color: var(--gris2);
	margin-bottom: 2px;
}

.box-content
{
	padding: 5px;
	border-color: var(--gris2);
	border-width: 1px;
	border-top-style: none;
}
.footer-section
{
	display: block; 
	margin: 20px 0 20px ;
	border-width: 1px;
	border-color: var(--gris2);
	border-bottom-style: none;
}
.hero-module {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20;
}
.hero-module .subtitle {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #5f6368;
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: .03125rem;
    line-height: 1.5rem;
}

a.footer-section
{
	color: initial;
}
a.footer-section:hover
{
	color: var(--rouge1);
	text-decoration: none;
}

.footer-section  .title{ font-size: 0.7em;text-transform: uppercase; }
.footer-section ul{list-style: none;padding: 0 20px; margin: -10px 0 0 0;}
.footer-section  a{ font-size: 0.6em;}
.footer-section img{ width:85px; height:auto;margin: 5px 0; }

.footer-section.footer-small
{
	margin: 53px 0 10px;
}
p
{
	font-size: 0.9em;
	margin: 10px;
	text-align: justify;
}
a
{
	color: var(--rouge1);
    cursor: pointer;
}
a:hover
{
	color: var(--gris5);
}

h1
{
	font-size: 1.6em;
	margin: 10px;
}
h2
{
	font-size: 1.1em;
	margin: 10px;
}
h3
{
	font-size: 1em;
	margin: 10px;
}
h4
{
	font-size: 0.9em;
	margin: 10px;
}
h5
{
	font-size: 0.8em;
	margin: 10px;
}
h6
{
	font-size: 0.7em;
	margin: 10px;
}
h1.surligner,
h2.surligner{
	background-color: var(--gris4);
	color: white;
	padding: 6px 10px 6px 10px;
}
h1.surligner-viti,
h2.surligner-viti{
	background-color: var(--viti);
	color: white;
	padding: 6px 10px 6px 10px;
}
h1.surligner-vini,
h2.surligner-vini{
	background-color: var(--vini);
	color: white;
	padding: 6px 10px 6px 10px;
}
h1.surligner-conso,
h2.surligner-conso{
	background-color: var(--conso);
	color: white;
	padding: 6px 10px 6px 10px;
}
h1.surligner-pro,
h2.surligner-pro{
	background-color: var(--pro);
	color: white;
	padding: 6px 10px 6px 10px;
}
h1.surligner-admin,
h2.surligner-admin{
	background-color: var(--admin);
	color: white;
	padding: 6px 10px 6px 10px;
}
h1.sousligner,
h2.sousligner{
	min-height: 10px;
	border-color: var(--rouge1);
	border-width: 1px;
	border-bottom-style: solid;
	color: var(--gris5);
}
h3.surligner,
h4.surligner{
	background-color: var(--gris4);
	color: white;
	padding: 3px 10px 3px 10px;
}

h3.sousligner,
h4.sousligner
{
	min-height: 10px;
	border-color: var(--rouge1);
	border-width: 1px;
	border-bottom-style: solid;
	color: var(--gris5);
}
ul.red,ul.red li>ul{list-style:none;padding:0 0 0 0.6em;margin: -8px 0 0 0;}
ol.red li::before,ul.red li::before
{
	list-style:none;
	color: var(--rouge1);
	font-family: "Font Awesome 5 Pro";
	content:"\f054  ";
   	font-weight: 400;
   	font-size: 0.8em;
	padding-right: 0.3em;
}
ul.red li
{
	color: initial;
	font-size: 0.9em;
	margin-left: 20px;
}
ul.admin,ul.admin li>ul{list-style:none;padding:0 0 0 0.6em;margin: -8px 0 0 0;}
ol.admin li::before,ul.admin li::before
{
	list-style:none;
	color: var(--admin);
	font-family: "Font Awesome 5 Pro";
	content:"\f054  ";
   	font-weight: 400;
   	font-size: 0.8em;
	padding-right: 0.3em;
}
ul.admin li
{
	color: initial;
	font-size: 0.9em;
}
.list-group-item
{
	margin: 0 10px -1px 0;
}
.red{color: var(--rouge1);}
.admin{color: var(--admin);}
.pro{color: var(--pro);}
.conso{color: var(--conso);}
.viti{color: var(--viti);}
.vini{color: var(--vini);}
.or { color: var(--or);}
.bold {
	font-weight: bold;
	text-shadow: 0px 2px 4px #CCC;
}
.unselect
{
	user-select: none; /* L'utilisateur ne pourra plus sélectionner le texte de l'élément qui possède cette propriété CSS */
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}
.firstClick.hidden{
	display: none;
}
.rotate{
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.rotate.down{
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}
.fit{
	width: fit-content;
	height: fit-content;
}

.flex-parent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 500px;
}

.input-flex-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  width: 80vw;
  max-width: 1000px;
  position: relative;
  z-index: 0;
  margin-left: calc((80vw - 25px) / 20);
}

input {
  width: 12px;
  height: 12px;
  background-color: var(--gris3);
  position: relative;
  border-radius: 50%;
  display: block;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}
input:focus {
  outline: none;
}
input::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--gris3);
  width: 4vw;
  height: 5px;
  max-width: 50px;
}
input::before {
  left: calc(-4vw + 12.5px);
}
input::after {
  right: calc(-4vw + 12.5px);
}
input:checked {
  background-color: var(--rouge1);
}
input:checked::before {
  background-color: var(--rouge1);
}
input:checked::after {
  background-color: var(--rouge1);
}
input:checked ~ input, input:checked ~ input::before, input:checked ~ input::after {
  background-color: var(--rouge1);
}
input:checked + .dot-info span {
  font-size: 13px;
  font-weight: bold;
}

.dot-info {
  width: 20px;
  height: 20px;
  display: block;
  visibility: hidden;
  position: relative;
  z-index: -1;
  left: calc((((80vw - 25px) / 20) * -1) - 1px);
}
.dot-info span {
  visibility: visible;
  position: absolute;
  font-size: 12px;
}
.dot-info span.year {
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.dot-info span.label {
  top: -65px;
  left: 0;
  transform: rotateZ(-45deg);
  width: 70px;
  text-indent: -10px;
}

#timeline-descriptions-wrapper {
  width: 100%;
  margin-top: 140px;
  font-size: 22px;
  font-weight: 400;
  margin-left: calc((-80vw - 25px) / 20);
}
#timeline-descriptions-wrapper p {
  margin-top: 0;
  display: none;
}

#timeline-viti:checked ~ #timeline-descriptions-wrapper p[data-description="VITICULTEURS"] {
  display: block;
}

input[data-description="VINIFICATEURS"]:checked ~ #timeline-descriptions-wrapper p[data-description="VINIFICATEURS"] {
  display: block;
}

input[data-description="3"]:checked ~ #timeline-descriptions-wrapper p[data-description="3"] {
  display: block;
}

input[data-description="CONSOMMATEURS"]:checked ~ #timeline-descriptions-wrapper p[data-description="CONSOMMATEURS"] {
  display: block;
}

input[data-description="PROFESSIONNELS"]:checked ~ #timeline-descriptions-wrapper p[data-description="PROFESSIONNELS"] {
  display: block;
}

input[data-description="ADMINISTRATIONS"]:checked ~ #timeline-descriptions-wrapper p[data-description="ADMINISTRATIONS"] {
  display: block;
}


@media (min-width: 1250px) {
  .input-flex-container {
    margin-left: 62.5px;
  }

  input::before {
    left: -37.5px;
  }
  input::after {
    right: -37.5px;
  }

  .dot-info {
    left: calc((((1000px - 205px) / 20) * -1) - 1px);
  }

  #timeline-descriptions-wrapper {
    margin-left: -37.5px;
  }
}
@media (max-width: 630px) {
  .flex-parent {
    justify-content: initial;
  }

  .input-flex-container {
    flex-wrap: wrap;
    justify-content: center;
    width: 400px;
    height: auto;
    margin-top: 15vh;
    margin-left: 0;
    padding-bottom: 30px;
  }

  input, .dot-info {
    width: 60px;
    height: 60px;
    margin: 0 10px 50px;
  }

  input {
    background-color: transparent !important;
    z-index: 1;
  }
  input::before, input::after {
    content: none;
  }
  input:checked + .dot-info {
    background-color: #2C3E50;
  }
  input:checked + .dot-info span.year {
    font-size: 14px;
  }
  input:checked + .dot-info span.label {
    font-size: 12px;
  }

  .dot-info {
    visibility: visible;
    border-radius: 50%;
    z-index: 0;
    left: 0;
    margin-left: -70px;
    background-color: #AEB6BF;
  }
  .dot-info span.year {
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ECF0F1;
  }
  .dot-info span.label {
    top: calc(100% + 5px);
    left: 50%;
    transform: translateX(-50%);
    text-indent: 0;
    text-align: center;
  }

  #timeline-descriptions-wrapper {
    margin-top: 30px;
    margin-left: 0;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .input-flex-container {
    width: 340px;
  }
}
@media (max-width: 400px) {
  .input-flex-container {
    width: 300px;
  }
}

.read-more
{
    float: right;
	margin: 5px;
	padding: 3px 8px 3px 10px;
	background-color: var(--white);
	border-width: 1px;
	border-color: var(--rouge1);
	border-style: solid;
	color: var(--rouge1);
	font-size: 0.7em;
	cursor: pointer;
}

.read-more:hover
{
	margin: 5px;
	padding: 3px 8px 3px 10px;
	background-color: var(--rouge1);
	color: white;
	font-style: initial;
	font-size: 0.7em;
	float: right;
	cursor: pointer;
	box-shadow: 0 1px 6px 0 rgba(32,33,36,0.2);
}
.img-w{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: auto;
}
.img-w2{
	max-width: 50%;
	height: auto;
}
.img-box{
	margin: 10px;
	padding: 7px;
	border-width: 1px;
	/*border-color: var(--gris2);*/
	border-color: white;
	border-style: solid;
	background-color: white;
}
.info-box{
	margin: 10px;
	border-width: 1px;
	border-color: var(--gris2);
	border-style: solid;
	background-color: white;
}
#sidebar
{}
/* The sidepanel menu */
.sidepanel {
	height: 100%;
  /* height: 250px; Specify a height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0;
  left: 0;
  background-color: transparent; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  margin-top: 0px;
  padding-top: 97px; /* Place content 60px from the top */
  transition: 0.2s; /* 0.5 second transition effect to slide in the sidepanel */
  z-index: 90;
}

/* The sidepanel links */
.sidepanel a {
  text-decoration: none;
  font-size: 10px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidepanel a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidepanel .closebtn {
  position: absolute;
  top: -20px;
  right: 10px;
  font-size: 20px;
  margin-left: 50px;
}

/* Style the button that is used to open the sidepanel */
.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: white;
  color: #111;
  border: none;
}

.openbtn:hover {
  color: var(--rouge1);
}

#home-calendar
{
	
  height: 500px;
}

@media (max-width: 576px)
{
	#home-calendar
	{
		background-color: transparent;
		height: 70px;
	}
	#home-search-form
	{
		margin: 0 !important;
		padding: 40px 0 40px ;
		background-color: white;
		border-width: 1px;
		border-color: var(--gris2);
		border-bottom-style: solid;
	}	
}
@media (min-width: 576px)
{
	#home-calendar
	{
		background-color: transparent;
		min-height: 30px;
		padding: 5px 0;
	}
	#home-search-form
	{
		margin: -91px 0 45px 0;
		padding: 5px;
	}	
}
#home-calendar, #home-search-form, #appellation-search-form, #grape-search-form
{
	position: relative;
	z-index: 100;
	text-align: center;
  	transition: 0.5s; /* 0.5 second transition effect to slide in the sidepanel */
}

#appellation-search-form
{
	padding:  20px 5px;
	background-color: white;
	box-shadow: 0 1px 3px 0 rgba(32,33,36,0.1);
}
.domain-banner
{
	position:relative;
	z-index: 1;
}
#domains-result,
#domain-content
{
	position:relative;
	z-index: 5;
}
#domain-blason
{
	background: white;
}
#domain-services
{
	position:relative;
	z-index: 6;
	margin-bottom:-17px;
}
#domain-menu {
  	position: -webkit-sticky;
    position: sticky;
    top: -1px;
    z-index: 1021;

	margin-top:-15px;
	background: white;
  	list-style: none;
    box-shadow: 0 7px 10px -7px rgba(32,33,36,0.1);
}
.edit-pen
{
	float: left;
	margin-top: 12px;
	margin-left: 5px;
}
.box-content.fiche
{
	min-height: 130px;
}
.modal-content
{
	font-size: 0.9em;
}
.sticky
{
  	position: -webkit-sticky;
    position: sticky;
    z-index: 1;
    top: 63px;

}
.sticky-menu
{
  	position: -webkit-sticky;
    position: sticky;
    z-index: 999;
    top: 63px;

}
#vins
{
	display: flex;
    flex-direction: column;
    height: calc(100vh - 155px);
    /*margin-top: -65px;*/
}

#vins-menu
{
	display: flex;
	margin-top: calc(155px - 100vh);
}
.chapiter
{
	height:5vh;
}
.spacer
{
	height:130px;
}
@media (max-width: 576px)
{
	#vins
	{
		max-height: calc(100vh - 63px);
	}
	#vins-menu
	{
		margin-top: calc(128px - 100vh);
	}
	.spacer
	{
		height:130px;
	}
}
#vins-header
{
	height: 56px;
	background: white;
	padding-top: 8px;
}
#liste_cuvees
{
	max-block-size: -webkit-fill-available;
    overflow: auto;
	/*margin-top: -4px;*/
	z-index: 1;
	flex:1;    
	max-height: calc(100vh - 209px);
    padding-bottom: 60px;
	background: rgba(255,255,255,1);
}
#liste_cuvees div
{	
    max-height: calc(100vh - 163px);
    flex:1;
}
@media (max-width: 578px)
{
	#liste_cuvees
	{
		max-height: calc(100vh - 199px);
	}
}
#datasheet
{
	z-index: 100;
	flex:1;
	position: relative;
	margin-top: -66px;
}
.bottle
{
	height: calc(100vh - 270px);
}
@media (max-width: 578px)
{
	#datasheet
	{
		margin-top: -33px;
	}
	.bottle
	{
		height: calc(100vh - 350px);
	}
}

#domain-menu .btn
{
    text-align: center !important;
    line-height: 31px !important;
    width: 48px !important;
    height: 48px !important;
	margin: 2px 0px 0px;
  	background: rgba(255,255,255,0);
  	color: var(--gris5);
}
#domain-menu .btn:hover
{
  	background: rgba(255,255,255,0.1);
  	color: var(--rouge1);
}
.domain-menu
{
	margin: 7px 0 5px;
}
#domain-shop
{
	margin-left: auto;
}
#navbarDomain
{
	margin: 5px 0;
}
#navbarDomain.collapse.show
{
	margin: 5px 0;
	/*padding: 15px;*/
	transition:padding ease-in 0.2s;
}
/*@media(min-width:803px)
{
	#navbarDomain.collapse li:first-child
	{
		margin-left: 35px;
	}
}*/
.domain-title
{
	padding: 0;
	transition: all ease-in 0.2s;
}
.active .domain-title
{
	padding: calc(50vw-50px);
}

.navbar-brand
{
	font-weight: bold;
	text-shadow: 0px 2px 4px #CCC;
	transition:all ease-in 0.2s;
	font-size:0.8em;
	padding-top: 6px;
	padding-right: 35px;
	margin-right: auto;
	margin-left: 0;
}
.blason img
{
	width: 100%;
	max-width: 320px;
	height: auto;
}
.rect-top
{
 	position: relative;
	background: white;
	display: inline-block;
	margin: 0 0 -3em 0;
	padding: 30px 0 0;
	height: 250px;
	width: 400px;
	z-index: 1;
}
.circle-top
 {
 	position: relative;
	background: white;
	/*background: white;*/
	display: inline-block;
	margin: -15px 0 -3em 0;
	padding: 20px 0 0;
	height: 250px;
	width: 500px;
	border-top-left-radius: 500px;
	border-top-right-radius: 500px;
	z-index: 1;
	transition: all 0.5s ease;
}

.circle-top:hover img
 {
 	transition: all 0.7s ease-in-out;
 }
.circle-top:hover img
 {
 	-webkit-filter: drop-shadow(0px 1px 3px rgba(32,33,36,0.2));filter: drop-shadow(0px 1px 3px rgba(32,33,36,0.2));
 }

#domain-content
{
	margin-top: -125px;
}
#domain-blason
{
	margin-top: -125px;
}
@media(max-width: 480px)
{
	.blason img
	{
		width: 100%;
		max-width: 300px;
		height: auto;
	}
	.circle-top
 	{
		margin: 0 ;
		padding: 20px 0 ;
		height: 190px;
		width:100%;
		max-width: 350px;
		border-top-left-radius: 350px;
		border-top-right-radius: 350px;
 	}
	#domain-content
	{
		margin-top: -170px;
	}
	#domain-blason
	{
		margin-top: -170px;
	}
}
#domain-search
{
	margin: 10px 0 0;
	text-align: center;
}
.search-box
{
	background-color: white;
	border-color: #EEE;
	border-left-color: #DDD;
	border-top-color: #DDD; 
	border-width: 1px;
	border-style: solid;
	box-shadow: inset 0 0 6px 0 rgba(32,33,36,0.1) ;
	border-radius: 0;
	width: 80%;
	max-width: 620px;
	padding: 5px;
}
.search-box::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--gris5);
  /* opacity: 0.3; Firefox */
}

.search-box:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: var(--gris5);
}

.search-box::-ms-input-placeholder { /* Microsoft Edge */
  color: var(--gris5);
}
input[type="search"]::-webkit-search-cancel-button {
  /*Bootstrap 4 override*/
  -webkit-appearance: searchfield-cancel-button;
}
.btn-search
{
	background-color: white;
	border-style: none;
	padding: 0 11px;
	display: inline-block;
	width:36px;
	height: 36px;
}
.btn-search:hover
{
	color: var(--rouge1);
}
blockquote:before
{
	font-family: "Font Awesome 5 Pro";
	color: var(--rouge1);
   	vertical-align: top;
	content: "\f10d  ";
   	font-weight: 400;
}
blockquote
{
	text-align: center;
	margin: 15px;
}
blockquote:after
{
	font-family: "Font Awesome 5 Pro";
	color: var(--rouge1);
   	vertical-align: bottom;
	content: "  \f10e";
   	font-weight: 400;
}
.citation
{
	text-align: right;
	font-style: italic;
	color: var(--gris4);
   	/*font-weight: 400;
   	font-size: 0.8em;*/
}
@media(max-width: 578px)
{
	blockquote:before{font-size: 0.4em;}
	blockquote{font-size: 1.4em;}
	blockquote.small{font-size: 1em;}
	blockquote:after{font-size: 0.4em;}
}
@media(min-width: 578px)
{
	blockquote:before{font-size: 0.5em;}
	blockquote{font-size: 2em;}
	blockquote.small{font-size: 1.3em;}
	blockquote:after{font-size: 0.5em;}
}

.clear {clear : both;}
.vhcenter{display:inline-block;vertical-align:middle;float:none}
.blockcenter{margin-block: auto;}
.text-left{text-align: left;}
.center{text-align: center;}
.text-right{text-align: right;}
.aligncenter {display: block; margin-left: auto; margin-right: auto;text-align: unset;}
.no-padding{padding: 0;}
.no-margin{margin: 0;}
.top-left{position: absolute;top: 10px;left: 10px;}
.top-right{position: absolute;top: 10px;right: 10px;}
.bottom-left{position: absolute;bottom: 10px;left: 10px;}
.bottom-right{position: relative;bottom: 10px;right: 10px}
.left{float: left;}
.right{float: right;}
.shadow{box-shadow: 0 1px 6px 0 rgba(32,33,36,0.2) !important;}
.shadow-inner{box-shadow: 0 1px 6px 0 rgba(32,33,36,0.2) inset;}
.drop-shadow{-webkit-filter: drop-shadow(0px 1px 3px rgba(32,33,36,0.2));filter: drop-shadow(0px 1px 3px rgba(32,33,36,0.2));}
.toUppercase{text-transform: uppercase;}
.text-shadow{text-shadow: 0px 2px 4px #CCC;}

.parallax { 
  /* The image used */
  

  /* Set a specific height */
  height: 100em; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.paral
{
   height: auto;
   left: 0;
   margin: 0;
   min-height: 100%;
   min-width: 674px;
   padding: 0;
   position: fixed;
   top: 0;
   width: 100%;
   z-index: -1;
}
.domain-linear-gradient
{
	background: linear-gradient(to top, rgba(255,255,255,1), rgba(255,255,255,0));
	width: 100%;
	height: 50em;
	/*margin-top: -200px;*/
	bottom: 0;
}
.domain-linear-gradient-down
{
	background: linear-gradient(to down, rgba(255,255,255,1), rgba(255,255,255,0));
	width: 100%;
	height: 50em;
	/*margin-top: -200px;*/
	top: 0;
}
@media (max-width: 578px)
{
	.section-header
	{
		font-size: 0.9em;
	}
	p
	{
		font-size: 0.9em;
	}
}

.row
{
	margin: 0;
	padding: 0;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto
{
	margin: 0;
	padding: 0;
}
.footer-section ul.social-icons{ margin-top: 10px; }
ul.social-icons {list-style:none;padding-left:0;margin:0;overflow:hidden}
ul.social-icons li{float:left;margin:0 2px}
ul.social-icons li a{background-repeat:no-repeat;display:block;height:23px;width:23px;opacity:.65;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";filter:alpha(opacity=65);text-indent:-9999px;transition:opacity .2s linear;-moz-transition:opacity .2s linear;-ms-transition:opacity .2s linear;-o-transition:opacity .2s linear;-webkit-transition:opacity .2s linear;}
ul.social-icons li a:hover{opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(opacity=100)}
ul.social-icons li .facebook{background-image: url("../img/social-icons/gray/facebook.png");}
ul.social-icons li .twitter{background-image: url("../img/social-icons/gray/twitter.png");}
ul.social-icons li .linkedin{background-image: url("../img/social-icons/gray/linkedin.png");}