@charset "UTF-8";
/*  Syntax Quick Reference
  --------------------------
  column($ratios: 1, $offset: 0, $cycle: 0, $uncycle: 0, $gutter: $jeet-gutter)
  span($ratio: 1, $offset: 0)
  shift($ratios: 0, $col_or_span: column, $gutter: $jeet-gutter)
  unshift()
  edit()
  center($max_width: 1410px, $pad: 0)
  stack($pad: 0, $align: false)
  unstack()
  align($direction: both)
  cf()
*/
/*---------------------------------------*\
	► MIXINS
\*---------------------------------------*/
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.container-fluid.no-gutter-xs, .container.no-gutter-xs {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.container-fluid.no-gutter-xs .row, .container.no-gutter-xs .row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.container-fluid.no-gutter-xs .row [class*="col-"], .container.no-gutter-xs .row [class*="col-"]
	{
	padding-left: 0 !important;
	padding-right: 0 !important;
}

@media ( min-width : 641px) {
	.container {
		width: 640px;
	}
	.container-fluid.no-gutter-sm, .container.no-gutter-sm {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.container-fluid.no-gutter-sm .row, .container.no-gutter-sm .row {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.container-fluid.no-gutter-sm .row [class*="col-"], .container.no-gutter-sm .row [class*="col-"]
		{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

@media ( min-width : 980px) {
	.container {
		width: 980px;
	}
	.container-fluid.no-gutter-md, .container.no-gutter-md {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.container-fluid.no-gutter-md .row, .container.no-gutter-md .row {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.container-fluid.no-gutter-md .row [class*="col-"], .container.no-gutter-md .row [class*="col-"]
		{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

@media ( min-width : 980px) {
	.container {
		width: 950px;
	}
	.container-fluid.no-gutter-lg, .container.no-gutter-lg {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.container-fluid.no-gutter-lg .row, .container.no-gutter-lg .row {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.container-fluid.no-gutter-lg .row [class*="col-"], .container.no-gutter-lg .row [class*="col-"]
		{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2,
	.col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
	.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5,
	.col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
	.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8,
	.col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
	.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11,
	.col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12
	{
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6,
	.col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-11 {
	width: 91.66667%;
}

.col-xs-10 {
	width: 83.33333%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-8 {
	width: 66.66667%;
}

.col-xs-7 {
	width: 58.33333%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-5 {
	width: 41.66667%;
}

.col-xs-4 {
	width: 33.33333%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-2 {
	width: 16.66667%;
}

.col-xs-1 {
	width: 8.33333%;
}

.col-xs-pull-12 {
	right: 100%;
}

.col-xs-pull-11 {
	right: 91.66667%;
}

.col-xs-pull-10 {
	right: 83.33333%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-8 {
	right: 66.66667%;
}

.col-xs-pull-7 {
	right: 58.33333%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-5 {
	right: 41.66667%;
}

.col-xs-pull-4 {
	right: 33.33333%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-2 {
	right: 16.66667%;
}

.col-xs-pull-1 {
	right: 8.33333%;
}

.col-xs-pull-0 {
	right: auto;
}

.col-xs-push-12 {
	left: 100%;
}

.col-xs-push-11 {
	left: 91.66667%;
}

.col-xs-push-10 {
	left: 83.33333%;
}

.col-xs-push-9 {
	left: 75%;
}

.col-xs-push-8 {
	left: 66.66667%;
}

.col-xs-push-7 {
	left: 58.33333%;
}

.col-xs-push-6 {
	left: 50%;
}

.col-xs-push-5 {
	left: 41.66667%;
}

.col-xs-push-4 {
	left: 33.33333%;
}

.col-xs-push-3 {
	left: 25%;
}

.col-xs-push-2 {
	left: 16.66667%;
}

.col-xs-push-1 {
	left: 8.33333%;
}

.col-xs-push-0 {
	left: auto;
}

.col-xs-offset-12 {
	margin-left: 100%;
}

.col-xs-offset-11 {
	margin-left: 91.66667%;
}

.col-xs-offset-10 {
	margin-left: 83.33333%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-8 {
	margin-left: 66.66667%;
}

.col-xs-offset-7 {
	margin-left: 58.33333%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-5 {
	margin-left: 41.66667%;
}

.col-xs-offset-4 {
	margin-left: 33.33333%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-2 {
	margin-left: 16.66667%;
}

.col-xs-offset-1 {
	margin-left: 8.33333%;
}

.col-xs-offset-0 {
	margin-left: 0%;
}

@media ( min-width : 641px) {
	.col-sm-1, .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-10, .col-sm-11, .col-sm-12 {
		float: left;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-11 {
		width: 91.66667%;
	}
	.col-sm-10 {
		width: 83.33333%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-8 {
		width: 66.66667%;
	}
	.col-sm-7 {
		width: 58.33333%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-5 {
		width: 41.66667%;
	}
	.col-sm-4 {
		width: 33.33333%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-2 {
		width: 16.66667%;
	}
	.col-sm-1 {
		width: 8.33333%;
	}
	.col-sm-pull-12 {
		right: 100%;
	}
	.col-sm-pull-11 {
		right: 91.66667%;
	}
	.col-sm-pull-10 {
		right: 83.33333%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-8 {
		right: 66.66667%;
	}
	.col-sm-pull-7 {
		right: 58.33333%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-5 {
		right: 41.66667%;
	}
	.col-sm-pull-4 {
		right: 33.33333%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-2 {
		right: 16.66667%;
	}
	.col-sm-pull-1 {
		right: 8.33333%;
	}
	.col-sm-pull-0 {
		right: auto;
	}
	.col-sm-push-12 {
		left: 100%;
	}
	.col-sm-push-11 {
		left: 91.66667%;
	}
	.col-sm-push-10 {
		left: 83.33333%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-8 {
		left: 66.66667%;
	}
	.col-sm-push-7 {
		left: 58.33333%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-5 {
		left: 41.66667%;
	}
	.col-sm-push-4 {
		left: 33.33333%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-2 {
		left: 16.66667%;
	}
	.col-sm-push-1 {
		left: 8.33333%;
	}
	.col-sm-push-0 {
		left: auto;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66667%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66667%;
	}
	.col-sm-offset-7 {
		margin-left: 58.33333%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66667%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-2 {
		margin-left: 16.66667%;
	}
	.col-sm-offset-1 {
		margin-left: 8.33333%;
	}
	.col-sm-offset-0 {
		margin-left: 0%;
	}
}

@media ( min-width : 980px) {
	.col-md-1, .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-10, .col-md-11, .col-md-12 {
		float: left;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-11 {
		width: 91.66667%;
	}
	.col-md-10 {
		width: 83.33333%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-8 {
		width: 66.66667%;
	}
	.col-md-7 {
		width: 58.33333%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-5 {
		width: 41.66667%;
	}
	.col-md-4 {
		width: 33.33333%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-2 {
		width: 16.66667%;
	}
	.col-md-1 {
		width: 8.33333%;
	}
	.col-md-pull-12 {
		right: 100%;
	}
	.col-md-pull-11 {
		right: 91.66667%;
	}
	.col-md-pull-10 {
		right: 83.33333%;
	}
	.col-md-pull-9 {
		right: 75%;
	}
	.col-md-pull-8 {
		right: 66.66667%;
	}
	.col-md-pull-7 {
		right: 58.33333%;
	}
	.col-md-pull-6 {
		right: 50%;
	}
	.col-md-pull-5 {
		right: 41.66667%;
	}
	.col-md-pull-4 {
		right: 33.33333%;
	}
	.col-md-pull-3 {
		right: 25%;
	}
	.col-md-pull-2 {
		right: 16.66667%;
	}
	.col-md-pull-1 {
		right: 8.33333%;
	}
	.col-md-pull-0 {
		right: auto;
	}
	.col-md-push-12 {
		left: 100%;
	}
	.col-md-push-11 {
		left: 91.66667%;
	}
	.col-md-push-10 {
		left: 83.33333%;
	}
	.col-md-push-9 {
		left: 75%;
	}
	.col-md-push-8 {
		left: 66.66667%;
	}
	.col-md-push-7 {
		left: 58.33333%;
	}
	.col-md-push-6 {
		left: 50%;
	}
	.col-md-push-5 {
		left: 41.66667%;
	}
	.col-md-push-4 {
		left: 33.33333%;
	}
	.col-md-push-3 {
		left: 25%;
	}
	.col-md-push-2 {
		left: 16.66667%;
	}
	.col-md-push-1 {
		left: 8.33333%;
	}
	.col-md-push-0 {
		left: auto;
	}
	.col-md-offset-12 {
		margin-left: 100%;
	}
	.col-md-offset-11 {
		margin-left: 91.66667%;
	}
	.col-md-offset-10 {
		margin-left: 83.33333%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-8 {
		margin-left: 66.66667%;
	}
	.col-md-offset-7 {
		margin-left: 58.33333%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-5 {
		margin-left: 41.66667%;
	}
	.col-md-offset-4 {
		margin-left: 33.33333%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-2 {
		margin-left: 16.66667%;
	}
	.col-md-offset-1 {
		margin-left: 8.33333%;
	}
	.col-md-offset-0 {
		margin-left: 0%;
	}
}

@media ( min-width : 980px) {
	.col-lg-1, .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-10, .col-lg-11, .col-lg-12 {
		float: left;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-11 {
		width: 91.66667%;
	}
	.col-lg-10 {
		width: 83.33333%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-8 {
		width: 66.66667%;
	}
	.col-lg-7 {
		width: 58.33333%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-5 {
		width: 41.66667%;
	}
	.col-lg-4 {
		width: 33.33333%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-2 {
		width: 16.66667%;
	}
	.col-lg-1 {
		width: 8.33333%;
	}
	.col-lg-pull-12 {
		right: 100%;
	}
	.col-lg-pull-11 {
		right: 91.66667%;
	}
	.col-lg-pull-10 {
		right: 83.33333%;
	}
	.col-lg-pull-9 {
		right: 75%;
	}
	.col-lg-pull-8 {
		right: 66.66667%;
	}
	.col-lg-pull-7 {
		right: 58.33333%;
	}
	.col-lg-pull-6 {
		right: 50%;
	}
	.col-lg-pull-5 {
		right: 41.66667%;
	}
	.col-lg-pull-4 {
		right: 33.33333%;
	}
	.col-lg-pull-3 {
		right: 25%;
	}
	.col-lg-pull-2 {
		right: 16.66667%;
	}
	.col-lg-pull-1 {
		right: 8.33333%;
	}
	.col-lg-pull-0 {
		right: auto;
	}
	.col-lg-push-12 {
		left: 100%;
	}
	.col-lg-push-11 {
		left: 91.66667%;
	}
	.col-lg-push-10 {
		left: 83.33333%;
	}
	.col-lg-push-9 {
		left: 75%;
	}
	.col-lg-push-8 {
		left: 66.66667%;
	}
	.col-lg-push-7 {
		left: 58.33333%;
	}
	.col-lg-push-6 {
		left: 50%;
	}
	.col-lg-push-5 {
		left: 41.66667%;
	}
	.col-lg-push-4 {
		left: 33.33333%;
	}
	.col-lg-push-3 {
		left: 25%;
	}
	.col-lg-push-2 {
		left: 16.66667%;
	}
	.col-lg-push-1 {
		left: 8.33333%;
	}
	.col-lg-push-0 {
		left: auto;
	}
	.col-lg-offset-12 {
		margin-left: 100%;
	}
	.col-lg-offset-11 {
		margin-left: 91.66667%;
	}
	.col-lg-offset-10 {
		margin-left: 83.33333%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-8 {
		margin-left: 66.66667%;
	}
	.col-lg-offset-7 {
		margin-left: 58.33333%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-5 {
		margin-left: 41.66667%;
	}
	.col-lg-offset-4 {
		margin-left: 33.33333%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-2 {
		margin-left: 16.66667%;
	}
	.col-lg-offset-1 {
		margin-left: 8.33333%;
	}
	.col-lg-offset-0 {
		margin-left: 0%;
	}
}

.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}

.fade.in {
	opacity: 1;
}

.collapse {
	display: none;
	visibility: hidden;
}

.collapse.in {
	display: block;
	visibility: visible;
}

tr.collapse.in {
	display: table-row;
}

tbody.collapse.in {
	display: table-row-group;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-property: height, visibility;
	-o-transition-property: height, visibility;
	transition-property: height, visibility;
	-webkit-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe,
	.embed-responsive embed, .embed-responsive object, .embed-responsive video
	{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0;
}

.embed-responsive.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}

.embed-responsive.embed-responsive-4by3 {
	padding-bottom: 75%;
}

.clearfix:before, .clearfix:after, .container:before, .container:after,
	.container-fluid:before, .container-fluid:after, .row:before, .row:after
	{
	content: " ";
	display: table;
}

.clearfix:after, .container:after, .container-fluid:after, .row:after {
	clear: both;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.invisible {
	visibility: hidden;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.hidden {
	display: none !important;
	visibility: hidden !important;
}

.affix {
	position: fixed;
}
/*
@
-ms-viewport {
	width: device-width;
}
*/
.visible-xs, .visible-sm, .visible-md, .visible-lg {
	display: none !important;
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block,
	.visible-sm-block, .visible-sm-inline, .visible-sm-inline-block,
	.visible-md-block, .visible-md-inline, .visible-md-inline-block,
	.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
	display: none !important;
}

@media ( max-width : 640px) {
	.visible-xs {
		display: block !important;
	}
	table.visible-xs {
		display: table;
	}
	tr.visible-xs {
		display: table-row !important;
	}
	th.visible-xs, td.visible-xs {
		display: table-cell !important;
	}
}

@media ( max-width : 640px) {
	.visible-xs-block {
		display: block !important;
	}
}

@media ( max-width : 640px) {
	.visible-xs-inline {
		display: inline !important;
	}
}

@media ( max-width : 640px) {
	.visible-xs-inline-block {
		display: inline-block !important;
	}
}

@media ( min-width : 641px) and (max-width: 979px) {
	.visible-sm {
		display: block !important;
	}
	table.visible-sm {
		display: table;
	}
	tr.visible-sm {
		display: table-row !important;
	}
	th.visible-sm, td.visible-sm {
		display: table-cell !important;
	}
}

@media ( min-width : 641px) and (max-width: 979px) {
	.visible-sm-block {
		display: block !important;
	}
}

@media ( min-width : 641px) and (max-width: 979px) {
	.visible-sm-inline {
		display: inline !important;
	}
}

@media ( min-width : 641px) and (max-width: 979px) {
	.visible-sm-inline-block {
		display: inline-block !important;
	}
}

@media ( min-width : 980px) and (max-width: 979px) {
	.visible-md {
		display: block !important;
	}
	table.visible-md {
		display: table;
	}
	tr.visible-md {
		display: table-row !important;
	}
	th.visible-md, td.visible-md {
		display: table-cell !important;
	}
}

@media ( min-width : 980px) and (max-width: 979px) {
	.visible-md-block {
		display: block !important;
	}
}

@media ( min-width : 980px) and (max-width: 979px) {
	.visible-md-inline {
		display: inline !important;
	}
}

@media ( min-width : 980px) and (max-width: 979px) {
	.visible-md-inline-block {
		display: inline-block !important;
	}
}

@media ( min-width : 980px) {
	.visible-lg {
		display: block !important;
	}
	table.visible-lg {
		display: table;
	}
	tr.visible-lg {
		display: table-row !important;
	}
	th.visible-lg, td.visible-lg {
		display: table-cell !important;
	}
}

@media ( min-width : 980px) {
	.visible-lg-block {
		display: block !important;
	}
}

@media ( min-width : 980px) {
	.visible-lg-inline {
		display: inline !important;
	}
}

@media ( min-width : 980px) {
	.visible-lg-inline-block {
		display: inline-block !important;
	}
}

@media ( max-width : 640px) {
	.hidden-xs {
		display: none !important;
	}
}

@media ( min-width : 641px) and (max-width: 979px) {
	.hidden-sm {
		display: none !important;
	}
}

@media ( min-width : 980px) and (max-width: 979px) {
	.hidden-md {
		display: none !important;
	}
}

@media ( min-width : 980px) {
	.hidden-lg {
		display: none !important;
	}
}

.visible-print {
	display: none !important;
}

@media print {
	.visible-print {
		display: block !important;
	}
	table.visible-print {
		display: table;
	}
	tr.visible-print {
		display: table-row !important;
	}
	th.visible-print, td.visible-print {
		display: table-cell !important;
	}
}

.visible-print-block {
	display: none !important;
}

@media print {
	.visible-print-block {
		display: block !important;
	}
}

.visible-print-inline {
	display: none !important;
}

@media print {
	.visible-print-inline {
		display: inline !important;
	}
}

.visible-print-inline-block {
	display: none !important;
}

@media print {
	.visible-print-inline-block {
		display: inline-block !important;
	}
}

@media print {
	.hidden-print {
		display: none !important;
	}
}

.fiche-kiosque {
	font-family: "Libre Baskerville", sans-serif;
	background: #fff;
	padding: 15px;
}

.fiche-kiosque p {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
}

.fiche-kiosque hr {
	height: 5px;
	background: #fff;
	border-top: 1px solid #2c4235;
	border-bottom: 1px solid #2c4235;
}

.fiche-kiosque li {
	list-style: none;
}

.bloc-rouge {
	position: relative;
	overflow: hidden;
	background-color: #660000;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 10px 0;
	color: #fff;
}

.bloc-rouge:before {
	content: '';
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 15px;
	background-image: url(../images/corner_top_left.png),
		url(../images/corner_top_right.png);
	background-position: top 5px left 5px, top 5px right 5px;
	background-repeat: no-repeat;
}

.bloc-rouge:after {
	content: '';
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 15px;
	background-image: url(../images/corner_bottom_left.png),
		url(../images/corner_bottom_right.png);
	background-position: bottom 5px left 5px, bottom 5px right 5px;
	background-repeat: no-repeat;
}

.bloc-rouge #rech_kiosque {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.2;
	text-align: left;
}

.bloc-rouge #rech_kiosque p {
	margin: 0 0 5px 0;
}

.bloc-rouge #rech_kiosque div {
	overflow: hidden;
}

.bloc-rouge #rech_kiosque div input[type="text"] {
	display: block;
	position: relative;
	top: 2px;
	width: 85px;
	padding: 6px 7px;
	border: none;
	border-radius: 10px 0 0 10px;
	float: left;
}

.bloc-rouge #rech_kiosque div input[type="text"]:active, .bloc-rouge #rech_kiosque div input[type="text"]:focus
	{
	outline: none;
}

.bloc-rouge #rech_kiosque div input[type="image"] {
	display: block;
	float: left;
	position: relative;
	z-index: 2;
	left: -2px;
	border-radius: 5px;
}

.corner-kap {
	margin: 5px;
	padding: 5px 0;
	overflow: hidden;
	border: 1px solid #fff;
}

.bloc-rouge--top {
	height: 90px;
	line-height: 65px;
	margin: 15px 0 15px 0;
}

.bloc-rouge--top .corner-kap {
	height: 68px;
}

@media only screen and (max-width: 640px) {
	.bloc-rouge--top {
		margin: 15px 0 15px 0;
		text-align: center;
		height: auto;
		line-height: 1.2;
	}
	.bloc-rouge--top .corner-kap {
		height: auto;
	}
}

.nb-kiosque {
	text-align: center;
	font-size: 18px;
}

.nb-kiosque span {
	display: inline-block;
	margin: 0 10px 0 0;
	font-family: "Libre Baskerville", sans-serif;
	font-size: 40px;
	font-weight: 600;
	vertical-align: middle;
}

@media only screen and (max-width: 640px) {
	.nb-kiosque {
		margin: 0 0 20px 0;
	}
}

.all-kiosques {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.2;
	text-align: left;
}

.all-kiosques p {
	margin: 0 0 5px 0;
}

.all-kiosques a {
	color: #fff;
	text-decoration: none;
}

.all-kiosques li {
	font-size: 13px;
	margin: 0 0 2px 0;
}

#map_canvas {
	height: 100%;
	width: 100%;
}

.bg-rouge {
	display: inline-block;
	font-family: "Libre Baskerville", sans-serif;
	text-transform: uppercase;
	background: #660000;
	color: #fff;
	padding: 5px 10px;
}

.bg-vert {
	display: inline-block;
	font-family: "Libre Baskerville", sans-serif;
	text-transform: uppercase;
	background: #2c4235;
	color: #fff;
	padding: 5px 10px;
}

.titre-vert {
	margin: 15px 0;
	color: #2c4235;
	font-size: 30px;
}

.titre-vert .bg-rouge, .titre-vert .bg-vert {
	position: relative;
	top: -4px;
	font-size: 12px;
	vertical-align: middle;
}

.titre-rouge {
	margin: 15px 0;
	color: #660000;
	font-size: 30px;
}

.titre-rouge .bg-rouge, .titre-rouge .bg-vert {
	position: relative;
	top: -4px;
	font-size: 12px;
	vertical-align: middle;
}

.annotation {
	position: relative;
	padding: 3px 5px;
	font-size: 14px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	text-transform: none;
	vertical-align: top;
}

.infos-kiosque {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #2c4235;
	line-height: 1.2;
	font-size: 14px;
}

.infos-kiosque li {
	position: relative;
	border-bottom: 1px solid #2c4235;
	padding: 10px 0;
	margin: 0 0 0 50px;
}

.infos-kiosque li:nth-child(1):before {
	content: '';
	position: absolute;
	width: 26px;
	height: 100%;
	left: -50px;
	top: 0;
	background: url(../images/btn_adresse.jpg) no-repeat center;
}

.infos-kiosque li:nth-child(2):before {
	content: '';
	position: absolute;
	width: 26px;
	height: 100%;
	left: -50px;
	top: 0;
	background: url(../images/btn_tel.jpg) no-repeat center;
}

.infos-kiosque li:nth-child(1) {
	font-size: 18px;
	text-decoration: none;
}

.infos-kiosque li:nth-child(1) a {
	text-decoration: none;
}

.infos-kiosque li:nth-child(2) {
	font-size: 18px;
}
.infos-kiosque li:nth-child(2) a {
    text-decoration: none;
}
.infos-kiosque li:nth-child(3):before {
	content: '';
	position: absolute;
	width: 26px;
	height: 100%;
	left: -50px;
	top: 0;
	background: url(../images/btn_horaire.jpg) no-repeat center;
}

.infos-kiosque li:nth-child(4) {
	border:none;
}

.infos-kiosque a {
	color: #405649;
}

.infos-kiosque a:hover, .infos-kiosque a:active {
	color: #660000;
}

.visuel-kiosque {
	width: 100%;
	height: 145px;
	margin: 0 0 15px 0;
	background-size: cover;
	background-position: center;
}

.slider-kiosque {
	overflow: hidden;
	width: 100%;
}

.slider-kiosque .slide-kiosque {
	overflow: hidden;
}

.slider-kiosque .slide-kiosque img {
	width: 100%;
}

.under-slider-text {
	color: #fff;
	background: #2c4235;
	height: 80px;
	overflow: hidden;
}

.fiche-kiosque .bx-wrapper {
	overflow: hidden;
	position: relative;
	margin: 0;
}

.fiche-kiosque .bx-controls {
	position: absolute;
	bottom: 25px;
	left: 25px;
}

.fiche-kiosque .bx-controls .bx-pager .bx-pager-item {
	display: inline-block;
	position: relative;
	z-index: 1;
	width: 18px;
	height: 18px;
	margin: 0 15px 0 0;
	text-indent: -9999px;
	background: #fff;
	border-radius: 50%;
}

.fiche-kiosque .bx-controls .bx-pager .bx-pager-item a {
	display: block;
}

.fiche-kiosque .bx-controls .bx-pager .bx-pager-item a:before {
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	z-index: 2;
	background: #2c4235;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.fiche-kiosque .bx-controls .bx-pager .bx-pager-item a.active:before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.separation-bottom {
	margin-bottom: 15px;
}

@media only screen and (max-width: 640px) {
	.separation-bottom-smart {
		margin-bottom: 15px;
	}
}

.img-full-kiosque {
	width: 100%;
}

.actu-kiosque {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.2;
}

.actu-kiosque h2 {
	font-size: 22px;
	font-weight: 900;
	margin: 15px 0;
}

.actu-kiosque p {
	margin: 0 0 15px 0;
}

.info-livraison {
	overflow: hidden;
	text-align: center;
	margin: 0 0 30px 0;
}

.info-livraison .bg-rouge {
	font-size: 25px;
	margin: 0 0 30px 0;
}

.bandeau-info {
	background: #e9ecea;
	padding: 30px 10%;
	text-align: center;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.2;
	font-size: 14px;
}

.bandeau-info p {
	display: inline-block;
	min-height: 50px;
	text-align: left;
	padding: 0 0 0 65px;
	background: url(../images/info_picto.png) no-repeat left center;
}

.livraison-info img {
	margin: 0 0 15px 0;
}

.livraison-info p {
	display: inline-block;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.2;
	text-align: left;
}

.fiches-pizzas {
	text-align: center;
	padding: 0 15px;
}

.fiches-pizzas img {
	max-width: 100%;
}

.row-height {
	overflow: hidden;
}

.fiche-pizza {
	position: relative; padding : 0 0 0 50px;
	text-align: left;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.2;
	background: url(../images/pouce_vert.png) no-repeat left 15px top 0;
	min-height: 30px;
	padding: 0 0 0 50px;
}

.fiche-pizza .lien_pouce {
	position: absolute;
	left: 15px;
	top: 0;
	width: 30px;
	height: 30px;
}

.fiche-pizza.active {
	background: url(../images/pouce_rouge.png) no-repeat left 15px top 0;
}

.fiche-pizza h3 {
	font-weight: 900;
	font-size: 18px;
	padding: 0;
	width: 75%;
}

.fiche-pizza h3 .annotation {
	right: -10px;
}

.fiche-pizza p {
	font-size: 14px;
	margin: 0 0 10px 0;
	padding: 0;
}

.fiche-pizza>h3 .prix-pizza {
	float: right;
	margin-right: 15px;
	position: absolute;
	top: 0;right: 0;
}

.fiche-pizza .taille-prix-pizza {
	padding: 5px 0 5px 0;
	margin: 0 0 30px 0;
	border-top: 1px solid #2c4235;
	border-bottom: 1px solid #2c4235;
}

.fiche-pizza .taille-prix-pizza .col-xs-6:nth-child(2) {
	text-align: right;
}

.fiches-autres {
	padding: 0 15px;
}

.taille-pizza {
	display: inline-block;
	margin: 0 10px 0 0;
	font-size: 13px;
	color: #2c4235;
	font-weight: 600;
}

.prix-pizza {
	font-size: 16px;
	color: #660000;
	font-weight: 600;
}

.encart-vert {
	position: relative;
	padding: 15px 20px;
	margin: 0 0 15px 0;
	outline: 1px solid #2c4235;
	border: 5px solid #fff;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	background-color: #2c4235;
}

.encart-vert img {
	vertical-align: middle;
}

.encart-vert:after {
	content: '';
	display: block;
	position: absolute;
	left: -6px;
	bottom: -6px;
	z-index: 2;
	width: 100%;
	padding: 0 6px;
	height: 16px;
	background-image: url(../images/corner_vert_bottom_left.png),
		url(../images/corner_vert_bottom_right.png);
	background-position: bottom left, bottom right;
	background-repeat: no-repeat;
}

.encart-vert:before {
	content: '';
	display: block;
	position: absolute;
	left: -6px;
	top: -6px;
	z-index: 2;
	width: 100%;
	padding: 0 6px;
	height: 16px;
	background-image: url(../images/corner_vert_top_left.png),
		url(../images/corner_vert_top_right.png);
	background-position: top left, top right;
	background-repeat: no-repeat;
}

.encart-vert h3 {
	font-weight: 600;
	font-size: 16px;
	margin: 0 0 10px 0;
}

.fiche-kiosque__inner {
	padding: 0 30px;
}

.bloc-fond {
	background: #f0f2f1;
	padding: 15px 0;
}

.note-kiosque {
	display: inline-block;
	margin: 15px 0;
	direction: rtl;
	text-align: left;
}

.note-kiosque .etoile-note {
	display: inline-block;
	width: 32px;
	height: 28px;
	background-repeat: no-repeat;
	background-position: -36px 0;
}

.note-kiosque .etoile-note.active {
	background-position: 0;
}

.note-kiosque a:hover, .note-kiosque a:focus, .note-kiosque a:hover ~ a,
	.note-kiosque a:focus ~ a {
	background-position: 0;
}

.form-note-kiosque textarea {
	width: 100%;
	resize: vertical;
}

.form-note-kiosque input[type="text"], .form-note-kiosque input[type="email"], .form-note-kiosque textarea {
	padding: 7px;
	border: 1px solid #c0c0c0;
	box-sizing: border-box;
	font-size: 16px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.form-note-kiosque input[type="text"]:focus, .form-note-kiosque textarea:focus
	{
	outline: none;
	border: 1px solid #660000;
}

.form-note-kiosque input[type="submit"] {
	margin: 10px 0 0 0;
	border: 1px solid #660000;
	font-size: 14px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: none;
	vertical-align: bottom;
}

@media only screen and (max-width: 640px) {
	.form-note-kiosque input[type="submit"] {
		margin: 10px 0 0 0;
	}
}

.form-note-kiosque input[type="submit"]:hover {
	background: #fff;
	color: #660000;
	cursor: pointer;
}

.container-fluid.no-gutter-xs, .container.no-gutter-xs {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.container-fluid.no-gutter-xs .row, .container.no-gutter-xs .row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.container-fluid.no-gutter-xs .row [class*="col-"], .container.no-gutter-xs .row [class*="col-"]
	{
	padding-left: 0 !important;
	padding-right: 0 !important;
}

@media ( min-width : 641px) {
	.container-fluid.no-gutter-sm, .container.no-gutter-sm {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.container-fluid.no-gutter-sm .row, .container.no-gutter-sm .row {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.container-fluid.no-gutter-sm .row [class*="col-"], .container.no-gutter-sm .row [class*="col-"]
		{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

@media ( min-width : 980px) {
	.container-fluid.no-gutter-md, .container.no-gutter-md {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.container-fluid.no-gutter-md .row, .container.no-gutter-md .row {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.container-fluid.no-gutter-md .row [class*="col-"], .container.no-gutter-md .row [class*="col-"]
		{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

@media ( min-width : 980px) {
	.container-fluid.no-gutter-lg, .container.no-gutter-lg {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.container-fluid.no-gutter-lg .row, .container.no-gutter-lg .row {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.container-fluid.no-gutter-lg .row [class*="col-"], .container.no-gutter-lg .row [class*="col-"]
		{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

[class*="col-"] {
	box-sizing: border-box;
}

.content_franchise {
	background: #fff;
}

#content {
	padding: 10px 5px;
	overflow: hidden;
}

@media only screen and (max-width: 980px) {
	#content {
		width: 646px;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 676px) {
	#content {
		width: 323px;
	}
}

#content img {
	max-width: 100%;
}

.no-background {
	background: #fff !important;
}

.no-background h1 {
	margin: 0 0 10px 0;
}

@media only screen and (max-width: 980px) {
	.wrapper {
		width: 100%;
	}
}

.bloc {
	height: 235px;
	margin: 0 5px 10px 5px;
	float: left;
}

.bloc img {
	height: 100%;
}

.bloc.t_un {
	width: 313px;
}

.bloc.t_deux {
	width: 636px;
}

@media only screen and (max-width: 676px) {
	.bloc.t_deux {
		width: 313px;
	}
}

@media only screen and (max-width: 676px) {
	.bloc.t_deux.no_resp {
		display: none;
	}
}

.bloc.t_trois {
	width: 959px;
}

@media only screen and (max-width: 980px) {
	.bloc.t_trois {
		width: 636px;
	}
}

@media only screen and (max-width: 676px) {
	.bloc.t_trois {
		width: 313px;
	}
}

@media only screen and (max-width: 980px) {
	.bloc.t_trois.no_resp {
		display: none;
	}
}

.bloc.last {
	margin-right: 0;
}

.bloc.rouge {
	background: url("../images/bg_rouge.png") no-repeat center;
}

.bloc.vert {
	background: url("../images/bg_vert.png");
}

.right {
	float: right !important;
}

.left {
	float: left !important;
}

.no_float {
	float: none !important;
}

@media only screen and (max-width: 980px) {
	.header-franchise {
		display: none;
	}
}

.open-menu {
	display: none;
}

@media only screen and (max-width: 980px) {
	.open-menu {
		display: block;
		position: absolute;
		left: 10px;
		top: 10px;
	}
}

nav.responsive {
	display: none;
	position: absolute;
	z-index: 9999;
	top: 0;
	left: -100%;
	height: 100%;
	width: 295px;
	background: #466955;
	overflow: hidden;
}

@media only screen and (max-width: 980px) {
	nav.responsive {
		display: block;
	}
}

nav.responsive .current {
	background: #325541;
}

nav.responsive .close-menu {
	width: 50px;
	height: 50px;
	float: right;
	margin: 10px 10px 0 0;
}

nav.responsive .close-menu:hover {
	cursor: pointer;
}

nav.responsive .have-child {
	position: absolute;
	left: 5px;
}

nav.responsive .retour {
	position: relative;
}

nav.responsive .retour img {
	display: none;
	position: absolute;
	top: 32%;
	left: 5px;
}

nav.responsive .retour a {
	display: block;
	text-transform: uppercase;
	font-family: 'Roboto';
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	width: 255px;
	padding: 20px 0 20px 40px;
}

nav.responsive .retour a:hover, nav.responsive .retour a:active, nav.responsive .retour a:focus
	{
	background: #2c4235;
}

nav.responsive ul {
	padding: 0;
	margin: 0;
}

nav.responsive ul li {
	list-style: none;
}

nav.responsive ul li a {
	display: block;
	position: relative;
	padding: 20px 0 20px 40px;
	width: 255px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Roboto';
	font-size: 18px;
	color: #fff;
}

nav.responsive ul li a:hover, nav.responsive ul li a:active, nav.responsive ul li a:focus
	{
	background: #2c4235;
}

nav.responsive ul li ul {
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
}

nav.responsive ul li ul li ul {
	left: 200%;
}

.slider_kap {
	width: 637px;
	height: 480px;
	overflow: hidden;
}

.slider_kap-wrapper .bx-wrapper {
	position: relative;
	float: right;
	width: 637px;
	height: 480px;
	margin: 0 5px 10px 0;
}

@media only screen and (max-width: 676px) {
	.slider_kap-wrapper .bx-wrapper {
		display: none;
	}
}

.slider_kap-wrapper .bx-wrapper .bx-viewport {
	height: 480px !important;
	/* Safari */
}

.slider_kap-wrapper .bx-wrapper .bx-controls {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.slider_kap-wrapper .bx-wrapper .bx-controls .bx-pager {
	float: right;
}

.slider_kap-wrapper .bx-wrapper .bx-controls .bx-pager-item {
	float: left;
	margin: 0 0 0 5px;
}

.slider_kap-wrapper .bx-wrapper .bx-controls .bx-pager-link {
	display: block;
	width: 10px;
	height: 10px;
	background: #5A6C5E;
	border: 1px solid #e0e0e0;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-size: 0;
}

.slider_kap-wrapper .bx-wrapper .bx-controls .bx-pager-link:hover {
	background: #660000;
}

.slider_kap-wrapper .bx-wrapper .bx-controls .bx-pager-link.active {
	background: #660000;
}

@media only screen and (max-width: 980px) {
	.slider_kap-wrapper .bx-wrapper .bx-controls .bx-pager-link {
		width: 15px;
		height: 15px;
		-webkit-border-radius: 15px;
		border-radius: 15px;
	}
}

.bloc_kiosques {
	padding: 15px 12px 12px;
	color: #fff;
	text-align: center;
}

.bloc_kiosques hr {
	width: 70%;
	margin: 10px auto;
	border-color: #BE9393;
}

.bloc_kiosques #counter {
	display: inline;
	width: 57px !important;
}

.bloc_kiosques .kfrance {
	padding: 0 0 0 10px;
}

.bloc_kiosques #preschezvous {
	float: left;
	text-align: left;
	padding: 0 0 0 10px;
}

.bloc_kiosques #preschezvous ul {
	margin: 0;
	padding: 0;
}

.bloc_kiosques #preschezvous ul li {
	padding: 0 0 0 10px;
	list-style: none;
	background: url("../images/puce_li.png") no-repeat left center;
}

.bloc_kiosques #preschezvous ul li h2 {
	font-size: 13px;
}

.bloc_kiosques #preschezvous ul li:first-child {
	background: none;
	padding: 0;
	margin: 0 0 10px 0;
}

.bloc_kiosques #preschezvous ul li:first-child:hover {
	background: none;
}

.bloc_kiosques #preschezvous ul li:hover {
	background: url("../images/puce_li.png") no-repeat 3px center;
}

.bloc_kiosques #preschezvous ul li a {
	text-decoration: none;
	color: #fff;
}

.bloc_kiosques #recherche {
	text-align: left;
	padding: 0 0 0 15px;
	float: left;
}

.bloc_kiosques #recherche form {
	margin: 10px 0 0 0;
}

.bloc_kiosques #recherche input[type="text"] {
	height: 23px;
	width: 75px;
	border: none;
	padding-left: 7px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	float: left;
	color: #660000;
}

.bloc_kiosques #recherche input[type="text"]:active, .bloc_kiosques #recherche input[type="text"]:focus
	{
	outline: none;
}

.bloc_kiosques #recherche input[type="text"]::-webkit-input-placeholder
	{
	color: #6a0000;
}

.bloc_kiosques #recherche input[type="text"]:-moz-placeholder {
	color: #6a0000;
}

.bloc_kiosques #recherche input[type="text"]::-moz-placeholder {
	color: #6a0000;
}

.bloc_kiosques #recherche input[type="text"]:-ms-input-placeholder {
	color: #6a0000;
}

.bloc_kiosques #recherche .form_ok {
	float: left;
}

.bloc_kiosques .tous_kiosques {
	padding: 5px 0 0 0;
	margin: 0;
}

.bloc_kiosques .tous_kiosques li {
	padding: 0 0 0 10px;
	list-style: none;
	background: url("../images/puce_li.png") no-repeat left center;
}

.bloc_kiosques .tous_kiosques li:hover {
	background: url("../images/puce_li.png") no-repeat 3px center;
}

.bloc_kiosques .tous_kiosques li a {
	color: #fff;
	text-decoration: none;
}

.actus_wrap--image {
	width: 313px;
	margin: 0 10px 0 5px;
}

@media only screen and (max-width: 980px) {
	.actus_wrap--image {
		display: none;
	}
}

.actus_wrap--image img {
	width: 100%;
}

.actus_wrap--contenu {
	width: 637px;
}

@media only screen and (max-width: 980px) {
	.actus_wrap--contenu {
		margin: 0 5px;
	}
}

@media only screen and (max-width: 676px) {
	.actus_wrap--contenu {
		margin: 10px 5px 0 5px;
		width: 313px;
	}
}

.actus_wrap--contenu_accroche p {
	display: inline-block;
	background: #660000;
	color: #fff;
	padding: 5px 10px;
	font-family: 'Libre Baskerville';
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
}

.actus_wrap--contenu_texte {
	margin: 20px 0 0 0;
}

.actus_wrap--contenu_texte h2 {
	font-family: 'Libre Baskerville';
	font-size: 16px;
	text-transform: uppercase;
}

.actus_wrap--contenu_texte p {
	font-family: 'Open Sans';
	font-size: 1em;
	font-weight: 600;
	margin: 20px 0 0 0;
	color: #2c4235;
}

.actus_wrap--contenu_texte a {
	font-weight: bold;
}

.content_left {
	width: 313px;
	float: left;
}

@media only screen and (max-width: 980px) {
	.content_left {
		display: none;
	}
}

#canvas_france, #canvas_espagne, #canvas_portugal{
	width: 495px;
	height: 600px;
	margin: 20px auto;
}

#canvas_portugal svg{
    right: 435px !important;
    bottom: 90px !important;
}

.lien_info_kiosque {
	text-decoration: none;
}

.devenez-adherent img {
	width: 100%;
}

.mini_info_kiosque {
	width: 100%;
	height: 61px;
	margin: 10px auto;
}

.img_info_kiosque {
	float: left;
	height: 61px;
}

@media only screen and (max-width: 676px) {
	.img_info_kiosque {
		display: none;
	}
}

.txt_info_kiosque {
	float: left;
	width: 59%;
	height: 61px;
	background: url(../images/bg_info_kiosque.jpg) no-repeat;
	overflow: hidden;
}

@media only screen and (max-width: 676px) {
	.txt_info_kiosque {
		width: 100%;
	}
}

.txt_info_kiosque p {
	float: left;
	line-height: 61px;
	margin: 0;
	padding: 0;
	width: 50%;
}

.btn_info_kiosque {
	float: left;
	width: 136px;
	height: 61px;
}

@media only screen and (max-width: 676px) {
	.btn_info_kiosque {
		display: none;
	}
}

.btn_info_kiosque img {
	float: left;
}

.message_vert {
	width: 350px;
	margin: 10px auto 20px auto;
	text-align: center;
}

.message_vert_txt {
	background: #199032;
	line-height: 32px;
	text-align: center;
	margin: 0;
	color: #fff;
	font-weight: bold;
}

.listes_kiosques {
	width: 170px;
	float: left;
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0 0 0 32px;
}

.listes_kiosques li {
	list-style: none;
}

.listes_kiosques li a {
	padding: 0 0 0 10px;
	text-decoration: none;
}

.titre_liste {
	color: #ce2019;
	margin-bottom: 5px;
}

.liste_kiosque {
	font-size: 11px;
}

.liste_kiosque a {
	color: #000;
}

.article img {
	display: block;
}

.article .img_flottante {
	float: right;
	margin: 0 0 10px 10px;
}

@media only screen and (max-width: 676px) {
	.article .img_flottante {
		float: none;
		margin: 0 auto;
		max-width: 100%;
	}
}

.article h1 {
	margin: 0 0 10px 0;
	line-height: normal;
}

.article iframe {
	display: block;
	max-width: 100%;
	margin: 10px auto;
}

.trait_article {
	margin: 10px 0;
}

.rouge {
	color: #D50F09;
}

#form_zextra {
	margin: 20px 0;
}

#form_zextra .saisie {
	width: 98%;
	margin: 0 0 10px 0;
}

#form_zextra label {
	display: block;
	margin: 10px 0 0 0;
}

#form_zextra .enregistrer {
	width: 91px;
	display: block;
	background-color: #6a0000;
	color: #fff;
	font-weight: bold;
	font-family: Verdana;
	border: 0;
	padding: 3px 5px 3px 5px;
	margin: 10px auto 10px auto;
}

#form_zextra .enregistrer:hover {
	cursor: pointer;
}

#cartes td, #cartes tr {
	vertical-align: middle;
}

@media only screen and (max-width: 676px) {
	#cartes .aime {
		width: 0px;
	}
	#cartes .aime img {
		display: none;
	}
}

#cartes .desc-pizza {
	width: 445px;
	padding: 10px 0;
}

@media only screen and (max-width: 676px) {
	#cartes .desc-pizza {
		width: 215px;
	}
}

.table-pizza {
	width: 100%;
	font-family: Verdana;
}

.table-pizza {
	width: 100%;
	font-family: Verdana;
}

.menu-table-pizza {
	color: #2b4233;
	font-size: 11px;
}

.titre_principal {
	font-size: 20px;
	font-weight: bold;
}

.menu-table-pizza a:hover {
	color: #fff;
	background: #2b4233;
}

.titre-table-pizza {
	color: #6a0000;
	font-size: 20px;
	text-align: left;
	font-weight: normal;
	font-family: Garamond;
}

.titre-table-pizza b {
	display: block;
	margin: 30px 0 10px 10px;
	vertical-align: bottom;
}

.gmap {
	display: block;
	margin: 20px 0 0 0;
}

.tel_kiosque {
	text-align: right;
	font-family: 'Cantarell', arial, serif;
	font-size: 16px;
	font-weight: bold;
}

.infos_kiosque {
	vertical-align: top;
	font-size: 14px;
}

.diametre-table-pizza {
	text-align: center;
	font-size: 11px;
}
.inscription-coupon-bandeau {
	position: absolute;
	padding: 10px 15px; 
	margin-left:5px; 
	left: 10px; 
	bottom: 35px;
	border-radius: 10px 0 0 10px;
	font-family: 'Open Sans';
	font-size: 16px;
	
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}
.inscription-coupon-bandeau:hover {
	padding: 10px 15px 10px 30px;
	background: #2b4233;
	color: #fff;
}
.nom-table-pizza {
	font-size: 14px;
	color: #2b4233;
}

.ingredients-table-pizza {
	font-size: 12px;
}

.prix-table-pizza {
	text-align: center;
	font-size: 14px;
	color: #6a0000;
}

@media only screen and (max-width: 676px) {
	.prix-table-pizza {
		font-size: 12px;
	}
}

.annotation {
	background: #6a0000;
	color: #fff;
	font-size: 11px;
	padding: 2px 4px 2px 4px;
}
/*---------------------------------------*\
	► header lang
\*---------------------------------------*/
.lang{
  position: absolute;
  right: 5px;
}
.lang img{
  width:auto !important;
}
@media only screen and (max-width: 676px) {
  .lang a{
    display: block;
  }
}