@font-face {
  font-family: 'guedelonregular';
  src: url('fonts/GUEDELON-Regular-webfont.eot');
  src: url('fonts/GUEDELON-Regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/GUEDELON-Regular-webfont.woff2') format('woff2'),
       url('fonts/GUEDELON-Regular-webfont.woff') format('woff'),
       url('fonts/GUEDELON-Regular-webfont.ttf') format('truetype'),
       url('fonts/GUEDELON-Regular-webfont.svg#guedelonregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

label {
	font-size: 14px;
	font-weight: bold;
	color: #e97d30;
	margin-bottom: 2px;
}
label.check {
	font-weight: normal;
	font-size: 16px;
	color: #000;
	margin-bottom: 1rem;
	height: 40px;
	line-height: 40px;
	padding-left: 54px;
	position: relative;
	overflow: hidden;
}
label.check input {
	position: absolute;
	left: -100px;
}
label.check:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 38px;
	height: 38px;
	border: solid 1px #ccc;
	content: '';
	background: #fff;
}
label.check.checked:before {
	background: #fff url(../img/ico-check.png) no-repeat center center;
}

button, .button {
	font-size: 16px;
	font-weight: bold;
	padding: 9px 35px 12px 35px;
	-webkit-transition: all .2s ease-in-out;	
	-moz-transition: all .2s ease-in-out;	
	-o-transition: all .2s ease-in-out;	
	-ms-transition: all .2s ease-in-out;	
	transition: all .2s ease-in-out;
}
button.secondary, .button.secondary {
	background: #fff;
	color: #e87723;
}
button.secondary:focus, .button.secondary:focus, button.secondary:hover, .button.secondary:hover {
	background: #fff;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	line-height: 1em;
	margin-bottom:0.5em;
}
h1, h2, h3 {
	letter-spacing: 1px;
}

a {
	-webkit-transition: all .2s ease-in-out;	
	-moz-transition: all .2s ease-in-out;	
	-o-transition: all .2s ease-in-out;	
	-ms-transition: all .2s ease-in-out;	
	transition: all .2s ease-in-out;
}
.more {
	font-size: 13px;
	font-weight: bold;
}

::-webkit-input-placeholder {
   color: inherit;
}
:-moz-placeholder { /* Firefox 18- */
   color: inherit;  
}
::-moz-placeholder {  /* Firefox 19+ */
   color: inherit;  
}
:-ms-input-placeholder {  
   color: inherit;  
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
	border-color: #ccc;
	outline: 0 none;
	color: #000;
	font: 16px Arial, Helvetica, sans-serif;
	padding: 10px 15px;
	height: auto;
	box-shadow: none;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
	border-color: #ccc;
}
input.err,
textarea.err{
	border-color: #F00;
}
.top {
	background: #e87723;
	padding: 30px 0;
	display: none;
}
.top form {
	width: 460px;
	margin: 0 auto;
}
.top form input {
	float: left;
	width: 314px;
	margin: 0;
	border-color: #fff !important;
}
.top form button {
	float: right;
	margin: 0;
	width: 140px;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}
#newsletter-top form {
	background: url(../img/newsletter-icon.svg) no-repeat;
	height: 40px;
	padding-left: 75px;
	width: 535px;
	background-size: 60px 40px;
}
#search-top form {
	background: url(../img/search-icon.svg) no-repeat;
	height: 40px;
	padding-left: 70px;
	width: 530px;
	background-size: 60px 40px;
}

#preheader {
	border-bottom: solid 2px #e87722;
	background-color: rgba(244,244,244,1);
	/* position: fixed;
	width: 100%;
	z-index: 1000;
	height:65px;
	top:0;
	left:0; */
}

/*
#preheader a {
	text-align: center;
	display: block;
	padding:3px 0;
	margin:10px 0;
	color:#e87722;
	font-family: 'guedelonregular';
	font-size: 24px;
	background-color: #fff;
	border: solid 1px #ccc;
}
#preheader a:hover {
	color:#fff;
	background-color: #e87722;
	border: solid 1px #e87722;
}
*/

/*

#preheader a {
	text-align: center;
	display: block;
	padding:0;
	margin:10px 0;
	color:#e87722;
	font-family: 'guedelonregular';
	font-size: 16px;
	background-color:#fff;
}
#preheader a:hover {
	color:#fff;
	background-color: #e87722;
}

*/

#header {
	background: #fff;
	height: 142px;
	/* margin-top: 65px; */
}
#logo {
	background: url(../img/logo.svg) no-repeat;
	width: 222px;
	display: block;
	float: left;
	height: 118px;
	font-size: 0em;
	text-indent: -9999999px;
	margin-top: 10px;
}
#header aside {
	float: right;
}

#preheader .social { 
	display: inline-block;
}
#preheader .social a {
	margin-top: 10px;
}
#preheader .social a {
	background: url(../img/social-vert.png) no-repeat;
	width: 28px;
	height: 28px;
	font-size: 0em;
	text-indent: -99999px;
	margin-right: 12px;
	display: block;
	float: left;
}
#preheader a.facebook {
	background-position: 0 0;
}
#preheader a.twitter {
	background-position: -40px 0;
}
#preheader a.youtube {
	background-position: -80px 0;
}
#preheader a.tripadvisor {
	background-position: -120px 0;
}
#preheader a.pinterest {
	background-position: -160px 0;
}
#preheader a.social:hover {
	opacity: 0.8;
}
#preheader .header-top {
	text-align: right;
	padding-bottom: 10px;
}
#preheader .lang {
	position: relative;
	display: inline-block;
	*display: inline;
	zoom: 1;
	background: #ffffff url(../img/arrow-d.png) no-repeat right center;
	border: solid 2px #e87722;
	border-top: 0;
	width: 136px;
	text-align: left;
	z-index: 999;
	vertical-align: top;
	float: left;
	margin-left: 42px;
}
#preheader .lang ul {
	background: #fff;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 40px;
	left: -2px;
	width: 136px;
	display: none;
	border: solid 2px #e87722;
	border-top: 0;
}
#preheader .lang ul li a {
	display: block;
	height: 38px;
	line-height: 38px;
	font-size: 15px;
	font-weight: bold;
	color: #e87722;
	padding: 0 0 0 40px;
}
#preheader .lang span {
	padding: 0 0 0 40px;
	font-size: 15px;
	font-weight: bold;
	color: #e87722;
	display: inline-block;
	*display: inline;
	zoom: 1;
	height: 38px;
	line-height: 38px;
	cursor: pointer;
	width: 100%;
}
#preheader .lang .fr {
	background: url(../img/fr.png) no-repeat 10px center;
}
#preheader .lang .en {
	background: url(../img/en.png) no-repeat 10px center;
}
#preheader .lang .de {
	background: url(../img/de.png) no-repeat 10px center;
}
#preheader .lang .nl {
	background: url(../img/nl.png) no-repeat 10px center;
}

.nav-top {
	margin-bottom: 20px;
	margin-top: 10px;
	letter-spacing: 1px;
}

.nav-top a {
	color: #fff;
	display: inline-block;
	*display: inline;
	zoom: 1;
	height: 40px;
	line-height: 30px;
	padding: 5px 10px 5px 10px;
	font-size: 25px;
	margin: 20px 0 0 20px;
	font-family: 'guedelonregular';

	background-repeat: no-repeat;
	background-image: url('../img/carre.svg');
	background-size: cover;
	background-position: top center;

}

/* Cibler IE10 et IE11 */
@media all and (-ms-high-contrast:none) {
     .nav-top a {  /* IE10 */
     	background: none;
     	background-image: none;
	    background-color: #e87722;
	     
	 }
     *::-ms-backdrop, .nav-top a { /* IE11 */
     	background: none;
     	background-image: none;
	    background-color: #e87722;
	 } 
}

/* Pour le logo Pays de Guédelon

.nav-top a:last-child {
	background: none;
	padding: 0;
	margin: 0;
}

*/

#preheader .opener { 
	display: inline-block;
}
#newsletter-opener, #search-opener {
	background-color: #e87722;
	background-image: url(../img/newsletter-icon.svg);
	background-position: 6px center;
	background-repeat: no-repeat;
	background-size: 40px 40px;
	color: #fff;
	display: block;
	*display: inline;
	zoom: 1;
	height: 40px;
	line-height: 38px;
	padding: 0 20px 0 50px;
	font-size: 15px;
	font-weight: bold;
	margin-left: 20px;
	float: left;
}
#search-opener {
	background-image: url(../img/search-icon.svg);
	background-position: 10px center;
}
#newsletter-opener:hover, #search-opener:hover {
	background-color: #bf5e21;
}

#mobile-nav { display: none; }

#header nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#header nav ul li {
	display: block;
	float: left;
	padding-left: 20px;
}
#header nav ul li a {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	position: relative;
	display: block;
	float: left;
}
#header nav ul li a:hover:before, #header nav ul li a.active:before {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 40px;
	height: 3px;
	background: #e87722;
}

#sub-menu {
	background: #e87722;
	/* height: 40px; */
	line-height: 40px;
}
#sub-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
#sub-menu ul li {
	display: inline-block;
	*display: inline;
	zoom: 1;	
	padding: 0 7px;
}
#sub-menu ul li a {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	display: inline-block;
	*display: inline;
	zoom: 1;	
	line-height: 40px;
	position: relative;
}
#sub-menu ul li a:hover:before, #sub-menu ul li a.active:before {
	content: '';
	position: absolute;
	bottom: 6px;
	left: 0;
	width: 40px;
	height: 3px;
	background: #fff;
}

#slider {
	/* margin-bottom: 8px; */
}
#slider ul {
	list-style-type: none;
	margin: 0;
	padding: 0
}
#slider img {
	display: block;
	width: 100%;
	height: auto;
}
#slider #home_mobile {
	display:none;
}

#banner {
	margin-bottom: 15px;
	position: relative;
	z-index: 9;
}
#banner img {
	display: block;
	width: 100%;
	height: auto;
}

#content h1 {
	font-size: 60px;
	font-family: 'guedelonregular';
	margin-bottom: 2px;
	color: #e87722;
	line-height: 1em;
}
#content h2 {
	font-size: 30px;
	font-weight: bold;
	color: #000;
	margin-bottom: 12px;
}
#content h3 {
	font-size: 24px;
	color: #e87722;
	line-height: 1.2em;
	margin-bottom: 12px;
}
#content h4 {
	font-size: 18px;
	font-weight: bold;
	color: #e97e2c;
	margin-bottom: 5px;
}
#content p {
	line-height: 1.4em;
	margin-bottom: 14px;
	font-size: 14px;
}
#content ul {
	font-size: 14px;
	line-height: 1.4em;
	margin-bottom: 14px;
}
#content ul li {
	/* margin-bottom: 14px; */
}
#content ul.links {
	list-style-type: none;
	margin: 0 0 20px 0;
	font-size: 14px;
	font-weight: bold;
}
#content ul.links li {
	display: block;
	margin-bottom: 0;
}
#content ul.links li i {
	font-family: 'guedelonregular';
	font-style: normal;
	font-weight: normal;
	position: relative;
	top: -1px;
}

#content .center {
	text-align: center;
}
#content .center .button {
	margin-bottom: 30px;
}

#content form {
	margin-top: 20px;
}
#content form p.form_titre {
	color: #e97d30;
    font-size: 24px;
    font-weight: bold;
	margin-bottom: 5px;
}
#content form label.form_titre {
	color: #000;
	font-size: 14px;
	font-weight: normal;
}

#main-news {
	padding-top:14px;
	margin: 14px 0;
}
#main-news h2 {
	font-family: 'guedelonregular';
	font-size: 30px;
	color: #e87722;
	margin-bottom: 2px;
}
#main-news article {}
#main-news article h3, 
#list-news article h3 {
	font-size: 18px;
	font-weight: bold;
	color: #e87722;
}
#main-news article img,
#list-news article img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}
#main-news article p,
#list-news article p {
	font-size: 13px;
}
#allactu1 {
	display: none;
}
#main-news .news-side a {
	display: block;
	color: #fff;
	margin-bottom: 10px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-family: 'guedelonregular';
	font-size: 48px;
	letter-spacing: 0.0625em;
	
	background-repeat: no-repeat;
	background-image: url('../img/carre.svg');
	background-size: cover;
	background-position: top center;
}

/* Cibler IE10 et IE11 */
@media all and (-ms-high-contrast:none) {
     #main-news .news-side a {  /* IE10 */
     	background: none;
     	background-image: none;
	    background-color: #e87722;
	     
	 }
     *::-ms-backdrop, #main-news .news-side a { /* IE11 */
     	background: none;
     	background-image: none;
	    background-color: #e87722;
	 } 
}

#main-news .news-side a:hover {
	/* background-color: #bf5e21; */
	color: rgba(255,255,255,0.8);
	
}
#main-news .news-side a.promo {
	background: #fff !important;
	border: solid 1px #ccc;
	height: auto;
	line-height: normal;
}
#main-news .news-side a.promo img {
	display: block;
	width: 100%;
	height: auto;
}
#list-news .columns+.columns {
	float:left;
}

#bottom {
	margin: 14px 0;
	border-top: solid 1px #cecece;
	padding: 14px 0;
}
#bottom .row {
	border-bottom: solid 1px #cecece;
	padding-bottom: 15px;
	
}
#bottom h3 {
	font-family: 'guedelonregular';
	font-size: 30px;
	color: #e87722;
}
#bottom nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-top: solid 1px #ccc;
}
#bottom nav ul li {
	border-bottom: solid 1px #ccc;
}
#bottom nav ul li:last-child {
	border-bottom: none;
}
#bottom nav ul li a {
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding: 14px 0;
}

#bottom .fb-like-box {
	width: 100% !important;
}

#bottom .gallery ul li a, #content .image, #gallery ul li a {
	position: relative;
	display: block;
	line-height: 0.8em;
}
#bottom .gallery ul li a img, #content .image img, #gallery ul li a img {
	width: 100%;
	height: auto;
	display: block;
}
#bottom .gallery ul li a:before, #bottom .gallery ul li a:after,
#content .image:before, #content .image:after,
#gallery ul li a:before, #gallery ul li a:after {
	background: url(../img/t.png);
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	z-index: 2;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: all .2s ease-in-out;	
	-moz-transition: all .2s ease-in-out;	
	-o-transition: all .2s ease-in-out;	
	-ms-transition: all .2s ease-in-out;	
	transition: all .2s ease-in-out;
}
#bottom .gallery ul li a:after, #content .image:after, #gallery ul li a:after {
	background: url(../img/zoom.png) no-repeat center center;
	content: attr(data-title);
	z-index: 3;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	display: block;
	height: 10px;
	top: 50%;
	margin-top: -35px;
	padding-top: 60px;
}
#content .image:after {
	font-size: 14px;
	padding-top: 70px;
	margin-top: -42px;
}
#bottom .gallery ul li a:hover:before, #bottom .gallery ul li a:hover:after,
#content .image:hover:before, #content .image:hover:after,
#gallery ul li a:hover:before, #gallery ul li a:hover:after {
	opacity: 1;
}
#content .image {
	margin-bottom: 20px;
}

.filter {
	margin: 20px auto;
}
.filter ul {
	margin-left: -5px;
}
.filter li {
	display: block;
	float: left;
	margin: 0 5px;
}
.filter li a {
	display: block;
	float: left;
	font-size: 14px;
	/*font-family: 'TradeGothicBold';*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #e87722;
	text-transform: uppercase;
	padding: 3px 5px;
}
.filter li a.active,
.filter li a:hover {
	background: #e87722;
	color: #fff;
}

#bottom .social {
	padding-top: 10px;
}
#bottom .social a {
	display: block;
	float: left;
	background: url(../img/social.png) no-repeat;
	width: 28px;
	height: 28px;
	font-size: 0em;
	text-indent: -99999px;
	margin-right: 12px;
}
#bottom .social a.facebook {
	background-position: 0 0;
}
#bottom .social a.twitter {
	background-position: -40px 0;
}
#bottom .social a.pinterest {
	background-position: -80px 0;
}
#bottom .social a.tripadvisor {
	background-position: -120px 0;
}
#bottom .social a:hover {
	opacity: 0.8;
}

#footer {
	text-align: right;
	padding-bottom: 100px;
}
#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #a3a3a3;
}
#footer ul li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	position: relative;
}
#footer ul li:before {
	content: '- ';
}
#footer ul li:first-child:before {
	display: none;
}
#footer ul li a {
	color: #a3a3a3;
}
#footer ul li a:hover {
	color: #777;
}


@media only screen and (max-width: 64em) { 

	/* IPAD Paysage */
	
	#bottom nav ul li a {
		text-align: center;
	}
	
	#banner {
		margin-bottom: 1.5em;
	}
	
	#slider #home_desktop {
		display: none;
	}
	#slider #home_mobile {
		display: block;
	}
	
	#content h1 {
		font-size: 40px;
		margin-bottom: 0;
	}
	#content h2 {
		font-size: 24px;
	}
	#content h3, #content h4 {
		font-size: 18px;
	}
	
	#content .button {
		font-size: 14px;
	}
	
	#content p {
		font-size: 16px;
	}
	#content ul {
		font-size: 16px;
	}
	#content ul.links li a {
		font-size: 16px;
		margin-bottom: 4px;
	}
	
	#bottom .gallery ul li a:after, #content .image:after { 
		background-size: 30px 30px;
		font-size: 9px;
		padding-top: 40px;
		margin-top: -25px;
	}
	
	#main-news {
		padding-bottom: 0;
		border: 0;
	}
	#main-news article p {
		font-size: 12px;
	}
	#allactu1 {
		display: block;
		margin-bottom: 25px;
	}
	#allactu2 {
		display: none;
	}
	#bottom .gallery {
		margin-bottom: 20px;
	}
	#bottom .social {
		margin-bottom: 20px;
	}
	#bottom nav {
		text-align: center;
	}
	#bottom .row {
		border: 0;
		padding-bottom: 0;
	}
		
}

@media only screen and (max-width: 48em) {
	
	/* IPAD portrait */
	
	#header aside, #preheader .social, #preheader .opener  {
		display:none;
	}
	
	.top {
		padding: 5px 0 10px 0;
	}
	.top form {
		width: 100% !important;
		padding: 48px 0 0 0 !important;
		text-align: center;
		height: auto !important;
		background-position: center top !important;
	}
	.top form input {
		float: none;
		width: 100%;
		text-align: left;
		margin-bottom: 10px;
		color: #000;
	}
	.top form button {
		float: none;
	}
	
	#preheader a {
		font-size: 18px;
	}
	
	#header {
		height: 190px;
	}
	#header .large-12, #preheader .large-12 {
		position: relative;
	}
	#logo {
		float: none;
		margin: 70px auto 0 calc(50% - 90px);
		width: 222px;
		height: 100px;
	}
	
	#preheader .header-top {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		text-align: center;
	}
	#preheader .lang {
		width: 90px;
	}
		
	#newsletter-opener, #search-opener {
		width: 90px;
		text-align: center;
		margin: 0 0 0 10px;
		overflow: hidden;
		height: 50px;
		background-position: center 5px;
		padding: 28px 0 0 0;
		font-size: 14px;
		line-height: 1em;
		background-size: 20px 20px;
	}
	
	#preheader .lang {
		background-size: 14px 5px;
	}
	
	#preheader .lang ul {
		width: 90px;
		top: 50px;
	}
		
	#preheader .lang ul li a, #preheader .lang span {
		padding-left: 28px;
		font-size: 10px;
		height: 30px;
		line-height: 30px;
	}
	#preheader .lang span {
		height: 48px;
		line-height: 48px;
	}
	
	#preheader .lang .fr {
		background-position: 6px center;
		background-size: 13px 13px;
	}
	#preheader .lang .en {
		background-position: 6px center;
		background-size: 13px 13px;
	}
	#preheader .lang .de {
		background-position: 6px center;
		background-size: 13px 13px;
	}
	#preheader .lang .nl {
		background-position: 6px center;
		background-size: 13px 13px;
	}
	
	/* hack François */
	#preheader .header-top {
		text-align: center;
	}
	#preheader .lang {
		width: 130px;
		float: none;
		margin: 0;
		padding-right: 20px;
	}
	#preheader .lang ul li a, #preheader .lang span {
		font-size:16px !important;
	}
	#preheader .lang ul {
		width: 130px;
		top:50px;
	}
	
	header nav, nav#sub-menu {
		display:none;
	}
	#mobile-nav { 
		display: block;
	}
	#mobile-nav {
		background: #e87722;
	}
	#mobile-nav ul {
		list-style-type: none;
		margin: 0;
		padding: 20px 0;
		display: none;
		text-align: center;
	}
	#mobile-nav ul li a {
		color: #fff;
		font-size: 28px;
		font-weight: bold;
		display: block;
		line-height: 1.5em;
		position: relative;
		padding: 10px 0;
	}
	#mobile-nav ul li a:hover:before, #mobile-nav ul li a.active:before {
		content: '';
		position: absolute;
		bottom: 0px;
		left: auto;
		width: 40px;
		height: 3px;
		background: #fff;
	}
	#mobile-nav ul ul {
		padding: 10px 0 30px 0;
		display: block;
	}
	#mobile-nav ul ul li a {
		font-size: 16px;
		padding: 8px 0;
		
	}
	
	#mobile-nav-opener {
		background: red;
		width: 40px;
		height: 40px;
		display: block;
		position: absolute;
		top: 105px;
		right: 20px;
		z-index: 99;
		width: 50px;
		height: 50px;
		background: url(../img/hamburger.svg) no-repeat center center #e87722;
		background-size: 40px 29px;
	}
		
}

@media only screen and (max-width: 40em) {
	
	/* IPHONE Paysage */

}

@media only screen and (max-width: 20em) {
	
	/* IPHONE Portrait */
	#logo {
		margin-left:0;
	}
	
}


#lp-pom-block-9 {
	position: relative;
	width: 100%;
	height: 1px;
	padding-top: 35%;
}
#lp-pom-block-9:before{
	content: "";
	display: block;
	margin-top: 100%; 	/* initial ratio of 1:1*/
}
#lp-pom-block-9 .lp-pom-block-content {
  position:  absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}


#gallery ul li a img {
	position: relative;
}

.vote--item {
	position: relative;
}
.vote--item--ico {
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 4px 5px 2px 30px;
	background: white url('../img/ico-chateau-black.svg') no-repeat 5px center;
	background-size: 20px 20px;
}

#fancy-vote,
#fancy-vote #content,
#fancy-vote .row,
#fancy-vote .columns {
	height: 100%;
	text-align: center;
}
#fancy-vote img {
	max-height: 80%;
}

.vote--fancy {
	display: flex;
	box-sizing: border-box;
	padding: 20px 20px 0 20px;
}
.vote--fancy--input {
	height: 50px !important;
	margin: 0 !important;
}
.vote--fancy--btn {
	padding: 10px 10px 10px 50px;
	background: #e87722 url('../img/ico-chateau.svg') no-repeat 10px center;
	background-size: 30px 30px;
	white-space: nowrap;
	height: 50px;
	margin-left: 20px;
	margin-bottom: 0;
	min-width: 120px;
}
.fancybox-nav {
	width: 50px;
}


/* Modale à l'entrée sur le site */

.fancybox-skin {
	background: #e87722;
}
.fancybox-inner {
	background: #fff;
}