@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)
	;

/*INITIAL*/
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	background-color: #2c4235;
	background-image: url(../images/bg-kap.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

h1 {
	color: #2c4235;
	font-size: 25px;
}

.clear {
	clear: both;
	margin: 0 !important;
	padding: 0 !important;
}
/*MENU*/
ul.sf-menu.franchise {
	width: 980px;
	height: 43px;
	display: table;
	margin: 0 0 15px 0;
	text-align: center;
	background-image: url(../images/bg-header.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	display: table;
}

ul.sf-menu.franchise>li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 0;
}

ul.sf-menu.franchise>li a {
	font-family: 'Libre Baskerville', serif;
	font-weight: 400;
	color: #fff;
	font-size: 0.8em;
	text-decoration: none;
	text-transform: uppercase;
}

ul.sf-menu.franchise>li a:hover {
	text-decoration: underline;
}

ul.sf-menu.franchise li.separator {
	width: 1px;
}

ul.sf-menu.franchise li.separator span {
	display: block;
	background: #fff;
	width: 1px;
	height: 25px;
}

ul.sf-menu.franchise li:nth-child(1) {
	width: 105px;
	padding-left: 5px;
}

ul.sf-menu.franchise li:nth-child(3) {
	width: 135px;
}

ul.sf-menu.franchise li:nth-child(5) {
	width: 110px;
}

ul.sf-menu.franchise li:nth-child(11) {
	width: 145px;
}
/*CONTENEUR*/
.wrapper {
	width: 980px;
	margin: 0 auto;
}

.wrapper-logo-f {
	position: relative;
	margin: 10px 0 7px 0;
	text-align: center;
}

.wrapper-logo-f .main-logo {
	position: relative;
	top: 0;
	left: 0;
	z-index: 9999;
}

/*CONTENT*/
#content {
	background-color: #fff;
}

/*CONTENT DROITE*/
.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;
}
/*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;
}
/* FORM CONTACT */
.form-group {
	margin-bottom:15px;
}
.form-group label {
	display: block;
	margin: 0 0 0 0;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

.form-group input[type="text"] {
	width: 98%;
	outline: none;
	margin: 0 0 0 0;
}

.form-group textarea {
	width: 98%;
	height: 120px;
}

.form-contact input[type="submit"] {
	background: none;
	border: none;
	padding: 5px 10px;
	background-color: #660000;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
	float: right;
}

label.error {
	font-size: 10px !important;
	color: #D50F09 !important;
}

.drop_the_allergenes{
    cursor: pointer;
    margin-bottom:10px;
    display: block;
}