/* @author: Léa MP */
@import
	url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);

@import
	url(http://fonts.googleapis.com/css?family=Libre+Baskerville:400,700,400italic)
	;

/*
	COLORS :
	vertFoncé: #2c4235;
	rougeFoncé: #660000;
	grisTxt: #333333;
*/
body {
	font-family: 'Open Sans', sans-serif;
	color: #333333;
	font-size: 13px;
	background-color: #2c4235;
	background-image: url(../images/bg-kap.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.wrapper {
	width: 980px;
	margin: 0 auto;
}

.clear {
	clear: both;
	margin: 0 !important;
	padding: 0 !important;
}

a {
	color: #660000;
}

h1 {
	color: #2c4235;
	font-size: 25px;
}

h2 {
	color: #2c4235;
	font-size: 20px;
}

h3 {
	color: #2c4235;
	font-size: 15px;
}

ul {
	padding: 0 0 0 20px;
	margin: 0 0 0 20px;
}

li {
	list-style: disc;
}

.arianne_franchise ul {
	margin: 0;
	padding: 0
}

/*HEADER*/
header {
	width: 100%;
	margin: 3px 0 0 0;
	background-image: url(../images/bg-header.png);
	background-position: 0 5px;
	background-repeat: no-repeat;
	font-family: 'Libre Baskerville', serif;
	font-weight: 400;
	color: #fff;
}

header .desktop ul {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

header .desktop ul li {
	display: block;
	float: left;
	padding: 0 17px;
	margin-top: 36px;
	position: relative;
}

header .desktop ul li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding: 10px 0;
	margin: 5px 0;
}

header .desktop ul li a:hover, header .desktop ul li.current a {
	text-decoration: underline;
}

header .desktop ul li ul {
	display: none;
	position: absolute;
	background-color: #2c4235;
	left: 0;
	width: 150px;
}

header .desktop ul li ul li {
	float: none;
	margin-top: 0;
	padding: 10px !important;
	text-align: left !important;
	display: block !important;
	width: 130px !important;
}

header .desktop ul li ul li:hover {
	background-color: #fff;
}

header .desktop ul li ul li a {
	text-transform: none;
	padding: 0;
}

header .desktop ul li ul li:hover a {
	text-transform: none;
	color: #2c4235;
}

header .desktop ul li#logo {
	margin-top: 0;
}

header .desktop ul li#logo a {
	padding: 0;
}

header .desktop ul li#menuKiosque {
	padding: 0 20px;
}

header .desktop ul li#menuSucces {
	padding: 0 12px;
}

ul.sf-menu {
	width: 40%;
	display: block;
	float: left;
}

ul.sf-menu li {
	width: 50%;
	text-align: center;
	padding: 0;
}

ul.sf-menu>li:first-child a {
	border-right: 1px solid #fff;
	margin-right: 15%;
}

#logo+ul.sf-menu li {
	width: 50%;
	text-align: center;
}

#logo img {
	width: 20%;
	display: block;
	float: left;
}
/*---------------------------------------*\
    ► header lang
\*---------------------------------------*/
.lang{
  position: absolute;
  right: 5px;
}
.lang img{
  width:auto !important;
}
@media only screen and (max-width: 676px) {
  .lang a{
    display: block;
  }
}
.sf-arrows .sf-with-ul {
	*padding-left: 10%; /* no CSS arrows for IE7 (lack pseudo-el%ents) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #dFeEFF;
	/*edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(255, 255, 255, .5);
}

.sf-arrows>li>.sf-with-ul:focus:after, .sf-arrows>li:hover>.sf-with-ul:after,
	.sf-arrows>.sfHover>.sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	/*border-left-color: #dFeEFF;  edit this to suit design (no rgba in IE8)
		border-left-color: rgba(255,255,255,.5); */
}

.sf-arrows ul li>.sf-with-ul:focus:after, .sf-arrows ul li:hover>.sf-with-ul:after,
	.sf-arrows ul .sfHover>.sf-with-ul:after {
	border-left-color: white;
}

/*Menu responsive */
@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 10px 20px 40px;
	width: 245px;
	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%;
}
/*Footer*/
footer {
	color: #fff;
	width: 100%;
	text-align: center;
	margin-top: 20px;
	padding-top: 10px;
	border-top: #96a19a double 4px;
	margin-bottom: 10px;
}

footer ul li {
	display: inline;
	list-style: none;
	margin: 0 10px;
	line-height: 25px;
}

footer a {
	color: #fff;
	text-decoration: none;
}

footer span {
	color: #96a19a;
	font-size: 11px;
}

.footer-rxsx{
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
}

.footer-rxsx img{
  position: relative;
  top: 8px;
  display: inline-block;
  margin-left: 15px;
}


/*CONTENT*/
#content {
	padding: 1.02%;
	background-color: #fff;
}

.colonne_1 {
	width: 308px;
} /*31.5%*/
.colonne_1 img, .colonne_2 img {
	display: block;
	width: 100%;
}

.colonne_2 {
	width: 642px;
} /*62.5%*/
.colonne_3 {
	width: 972px;
} /*95.2%*/
.gutterV {
	width: 3px;
}

.gutterH {
	height: 3px;
}

#gauche {
	float: left;
}

#droiteVideo {
	float: left;
	margin-left: 1.02%;
}

#bas {
	margin: 8px 0 10px 0;
}

#bas .colonne_1 {
	float: left;
}

video {
	width: 100%;
}

.bas_wrap--decouvrez {
	margin: 0 0 0 33.1%;
}

.bas_decouvrez {
	position: relative;
	width: 49.22%;
	height: 229px;
	margin: 0px 0 0 0;
	float: left;
	overflow: hidden;
}

.bas_decouvrez:first-child {
	margin: 0 1.56% 0 0;
}

.bas_decouvrez>img {
	z-index: 1;
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
}

.bas_decouvrez_contenu {
	position: relative;
	z-index: 5;
}

.bas_decouvrez_contenu_head {
	margin: 20px 0 0 0;
}

.bas_decouvrez_contenu_head h2 {
	color: #fff;
	text-transform: uppercase;
	font-family: 'Libre Baskerville';
	font-size: 2.3em;
	text-align: center;
}

.bas_decouvrez_contenu_head p {
	position: relative;
	top: -5px;
	color: #fff;
	text-align: center;
	font-family: 'Open Sans';
	font-size: 1.1em;
	margin: 0;
}

.bas_decouvrez_contenu_texte {
	max-height: 130px;
	overflow: hidden;
	margin: 15px 0 0 0;
	padding: 0 20px;
}

.bas_decouvrez_contenu_texte_wrap {
	float: left;
	width: 50%;
}

.bas_decouvrez_contenu_texte_wrap img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
}

.bas_decouvrez_contenu_texte_wrap p {
	color: #fff;
	font-size: 1em;
	font-family: 'Open Sans';
	word-wrap: break-word;
}

.bas_decouvrez_contenu_texte_wrap a {
	font-weight: bold;
}

.actus_wrap--image {
	float: left;
	width: 285px; /* 29.69% */
	margin: 0 1.56% 0 0; /* 1.56% */
}

.actus_wrap--image img {
	width: 100%;
}

.actus_wrap--contenu {
	float: left;
	width: 660px; /* 68.75% */
}

.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: 2.1em;
	text-transform: uppercase;
}

.actus_wrap--contenu_texte p {
	font-family: 'Open Sans';
	font-size: 1.1em;
	font-weight: 600;
	margin: 20px 0 0 0;
	color: #2c4235;
}

.actus_wrap--contenu_texte a {
	font-weight: bold;
}

#presVous {
	background-color: #660000;
	background-image: url(../images/bg-pres-vous.png);
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
	height: 240px;
	margin-bottom: 10px;
}

#presVous h1 {
	color: #fff;
	font-size: 13px;
	text-align: center;
	border-bottom: 1px solid #914242;
	padding: 20px 0 10px 0;
	width: 70%;
	display: block;
	margin: 0 auto 10px auto;
}

#presVous h1 span {
	color: #fff;
	font-size: 20px;
	font-family: 'Libre Baskerville', serif;
	font-weight: 600;
}

#presVous #pres {
	width: 40%;
	float: left;
	margin-left: 5%;
}

#presVous #rechercher {
	width: 50%;
	float: right;
	margin-right: 2%;
}

#presVous ul li {
	margin-left: 20px;
}

#presVous ul li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

#presVous ul li a:hover {
	text-decoration: underline;
}

#presVous input[type="text"] {
	width: 60%;
	height: 23px;
	margin-right: -2px;
	color: #6a0000;
	font-weight: bold;
	border: none;
	border-radius: 4px 0 0 4px;
	-webkit- border-radius: 4px 0 0 4px;
	padding: 0 0 0 7px;
}

#presVous input[type="text"]::-webkit-input-placeholder {
	color: #6a0000;
}

#presVous input[type="text"]:-moz-placeholder {
	color: #6a0000;
}

#presVous input[type="text"]::-moz-placeholder {
	color: #6a0000;
}

#presVous input[type="text"]:-ms-input-placeholder {
	color: #6a0000;
}

#presVous input[type="image"] {
	position: relative;
	top: -1px;
	left: -1px;
	margin: 0;
	vertical-align: middle;
}

#slideAdherent {
	float: left;
	position: relative;
}

#next {
	display: block;
	position: absolute;
	z-index: 20;
	top: 45%;
	right: 20px;
	height: 40px;
	width: 40px;
	background-image: url(../images/next.png);
	background-repeat: no-repeat;
}

#prev {
	display: none;
}

#pager {
	float: right;
	margin: 10px auto;
}

#pager a {
	display: block;
	float: left;
	margin-right: 5px;
	height: 10px;
	width: 10px;
	background-repeat: no-repeat;
	background-image: url(../images/puce_slide_off.jpg);
	text-indent: -50px;
	overflow: hidden;
	text-align: center;
}

#pager a.selected {
	background-image: url(../images/puce_slide_on.jpg);
}

#sliderAdherent {
	width: 100%;
}

#sliderAdherent div {
	position: relative;
	z-index: 5;
	padding: 15px;
	overflow: hidden;
	float: left;
}

#sliderAdherent h2 {
	font-weight: bold;
}

#sliderAdherent h2 span {
	font-size: 20px;
	color: #660000;
	display: block;
	line-height: 15px;
}

#sliderAdherent img#emplacement {
	position: absolute;
	right: 0;
	top: 0;
	width: auto !important;
	z-index: 10;
}

#sliderAdherent img#emplacement2 {
	position: absolute;
	right: 15px;
	top: 15px;
	width: auto !important;
	z-index: 10;
}

#sliderAdherent img#portrait {
	display: block;
	float: left;
	width: auto !important;
}

#sliderAdherent ul#dvn {
	display: block;
	margin-left: 40px;
	float: left;
	font-weight: bold;
}

.red {
	color: #660000;
}

#sliderAdherent .button {
	float: left;
	margin-left: 137px;
	clear: left;
	margin-top: -35px;
}

.button {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	background-color: #660000;
	padding: 5px 10px;
	display: block;
	width: 80px;
}

.button:hover {
	background-color: #2c4235;
}

.rouge-kap {
	color: #660000;
}

/* INTERIEUR */
#colonneDroite {
	float: left;
	width: 250px;
	padding: 7px;
	margin-right: 30px;
}

#colonneDroite img {
	width: 100%;
}

#interieur {
	float: left;
	margin-left: 3px;
	width: 650px;
	padding: 7px 0 15px 0px;
}

#interieur ul {
	margin-left: 40px;
}

#breadcrumb {
	display: block;
	clear: both;
	padding-bottom: 5px;
	border-bottom: 1px solid #e4e4e4;
}

#interieur #breadcrumb {
	margin-left: 0;
}

#breadcrumb li {
	list-style: none;
	display: inline;
	margin: 0 6px;
}

#breadcrumb li a {
	text-decoration: none;
}

#breadcrumb li a.gris, #breadcrumb li {
	color: #58595b;
}

#interieur h1 {
	font-size: 25px;
	margin: 20px 0 30px 0;
}

#interieur img {
	border: 3px solid #fff;
	-o-box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.3);

	/*
		-webkit-box-shadow:   4px 1px rgba(0, 0, 0, 0.3);
		-moz-box-shadow:   4px 1px rgba(0, 0, 0, 0.3);
		-o-box-shadow:   4px 1px rgba(0, 0, 0, 0.3);
        box-shadow:   4px 1px rgba(0, 0, 0, 0.3);*/
}

#interieur img.leftCenter {
	margin-left: 50px;
	margin-bottom: 15px;
}

#interieur img.leftCenter+img {
	margin-left: 10px;
	margin-bottom: 15px;
}

#interieur img.fleft {
	display: block;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

/* ESPACE FRANCHISE */
.wrapper-logo-f {
	position: relative;
	margin: 10px 0 0 0;
	text-align: center;
	overflow: hidden;
}

.wrapper-logo-f .main-logo {
	position: relative;
	top: 0;
	left: 0;
	z-index: 10;
}

.wrapper-logo-f .espace {
	position: relative;
	top: -22px;
	z-index: 1;
}

.wrapper-logo-f .espace.adherent {
	right: -30px;
}

.wrapper-logo-f .espace.vente {
	left: -30px;
}

.wrapper-logo-f .espace img {
	width: 120px;
}

ul.sf-menu.franchise {
	width: 100%;
	display: block;
	margin: 0 0 5px 0;
	text-align: center;
}

ul.sf-menu.franchise>li {
	width: 22%;
	display: inline-block;
	text-align: center;
	padding: 0;
	margin: 5px 0.51% 0 0.51%;
}

ul.sf-menu.franchise li>ul {
	z-index: 999;
	width: 100%;
	border-left: 1px solid #AAB3AE;
	border-right: 1px solid #AAB3AE;
	border-bottom: 1px solid #AAB3AE;
}

ul.sf-menu.franchise li ul li {
	margin: 0 auto;
	width: auto !important;
}

ul.sf-menu.franchise li ul li a:hover {
	text-decoration: none;
}

ul.sf-menu.franchise li ul li ul {
	left: 100%;
	top: 0;
	border: none;
	border-right: 1px solid #AAB3AE;
	border-left: 1px solid #AAB3AE;
}

ul.sf-menu.franchise li ul li ul li a {
	color: #fff;
}

ul.sf-menu.franchise li ul li ul li:hover a {
	color: #2c4235;
}

.sf-arrows ul li>.sf-with-ul:after, .sf-arrows ul li>.sf-with-ul:after,
	.sf-arrows ul .sfHover>.sf-with-ul:after {
	border-left-color: #fff;
}

.sf-arrows ul li>.sf-with-ul:focus:after, .sf-arrows ul li:hover>.sf-with-ul:after,
	.sf-arrows ul .sfHover>.sf-with-ul:after {
	border-left-color: #2c4235;
}
/*ul.sf-menu.franchise li ul {z-index: 999;}*/
ul.sf-menu.franchise>li a {
	font-size: 0.9em;
}

ul.sf-menu.franchise>li:last-child {
	width: 25%;
}

ul.sf-menu.franchise>li:first-child {
	width: 20%;
}

ul.sf-menu.franchise>li:nth-child(3) {
	padding-left: 15px;
}

ul.sf-menu.franchise li.separator {
	background: #fff;
	width: 1px;
	height: 28px;
	margin-top: 12px;
}

ul.sf-menu>li:first-child a {
	border-right: none;
	margin-right: 0;
}

.content_franchise {
	background-color: transparent !important;
}

.content_franchise .grid {
	margin: 0 0 0 -10px;
}

.content_franchise .grid__item {
	width: 313.3px;
	float: left;
	height: 250px;
	padding: 0 0 0 10px;
	margin: 0 0 10px 0;
}

.content_franchise .grid__item>div {
	position: relative;
	background: #fff;
	height: 100%;
}

.grid__item__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 313.3px;
	height: 250px;
	z-index: 1;
}

.grid__item__content {
	position: relative;
	z-index: 5;
	height: 100%;
	max-width: 100%;
	overflow: hidden;
}

.f-wrap-title {
	width: 296px;
	height: 61px;
	line-height: 61px;
	margin: 10px auto 0 auto;
	text-align: center;
}

.f-wrap-title>div {
	display: inline-block;
	vertical-align: middle;
}

.grid__item__content h2 {
	color: #fff;
	font-family: 'Libre Baskerville';
	font-size: 22px;
	text-align: center;
	padding: 0 10px;
	line-height: 1.2;
}

.grid__item__content h3 {
	color: #fff;
	font-family: 'Libre Baskerville';
	font-size: 12px;
	line-height: 1.2;
	text-align: center;
	padding: 0 10px;
}
/*
	.grid__item__content .full-image {
		display: block;
		position: absolute;
	    top: -9999px;
	    bottom: -9999px;
	    left: -9999px;
	    right: -9999px;
	    margin: auto;
		width: 100%;
		min-height: 250px;
		z-index: 1;
	}*/
.slider_franchise {
	left: 0 !important;
}

.slider_franchise .slide {
	width: 314px;
	height: 250px;
}

.slider_franchise .slide img {
	width: 314px;
	min-height: 250px;
}

.f-wrap-texte {
	margin: 10px 0 0 0;
	padding: 0 15px;
	max-height: 125px;
	overflow: hidden;
}

.f-wrap-texte a {
	display: block;
	margin: 5px 0 0 0;
	color: #2c4235;
	font-weight: bold;
}

.f-wrap-image img {
	max-height: 100%;
}

.f-wrap-image {
	float: left;
	width: 135px;
	text-align: center;
	height: 95px;
	margin: 0 15px 0 0;
}

.f-wrap-texte.without-footer img {
	max-height: 130px;
	max-width: 150px;
}

.f-wrap-texte.without-footer .f-wrap-image {
	height: 130px;
}

.f-wrap-texte.without-footer {
	max-height: 160px;
}

.f-wrap-texte video {
	height: 130px;
}

.f-wrap-footer {
	position: absolute;
	width: 100%;
	max-height: 20px;
	padding: 2px 0;
	bottom: 15px;
	text-align: center;
	overflow: hidden;
}

.f-wrap-footer a {
	text-decoration: none;
	background: #660000;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 5px;
}

.f-wrap-footer a:nth-child(n+2) {
	margin: 0 0 0 2px;
}

/* INTERIEUR FRANCHISE */
.content_franchise .grid.interieur {
	width: 315px;
	float: left;
}

.content_right_franchise {
	width: 616px;
	min-height: 749px;
	float: right;
	background: url('../images/bloc_bg.png');
	padding: 1.02%;
}

.content_right_franchise .arianne_franchise ul li {
	display: inline-block;
	margin: 0 5px 0 0;
	color: #660000;
}

.content_right_franchise .arianne_franchise ul li a {
	text-decoration: none;
	font-weight: lighter;
	font-size: 12px;
}

.content_right_franchise>img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.content_right_franchise img.center {
	margin: 0 10px;
}

.content_right_franchise img.alignRight {
	float: right;
}

.content_right_franchise img.alignLeft {
	float: left;
}

.content_right_franchise h2 {
	font-family: 'Libre Baskerville';
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 15px 0;
}

.content_right_franchise h3 {
	margin: 10px 0 0 0;
	font-weight: bold;
	font-family: 'Libre Baskerville';
	font-size: 16px;
}

.grid_content {
	text-align: center;
}

.grid_content__item {
	display: inline-block;
	width: 196px;
	overflow: hidden;
}

.grid_content__item:nth-child(n+2) {
	padding: 0 0 0 10px;
}

/* FORM CONTACT */
.contact span label {
	display: block;
	margin: 0 0 5px 0;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

.contact span input[type="text"], form.contact span textarea {
	width: 98%;
	outline: none;
}

.contact input[type="submit"] {
	background: none;
	border: none;
	padding: 5px 10px;
	background-color: #660000;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
}

input[type="text"].error {
	border: dotted 1px #6a0000 !important;
	color: #6a0000 !important;
}

label.error {
	font-size: 12px !important;
	color: #6a0000 !important;
}