/*------------------------------*/
/*------------------------------*/
/* Styles générés par main.less */
/*------------------------------*/
@font-face {
	font-family: 'Aller';
	font-weight: normal;
	font-style: normal;
	src: url('font/aller_rg-webfont.eot');
	src: url('font/aller_rg-webfont.eot') format('embedded-opentype'), url('font/aller_rg-webfont.svg#DosisRegular') format('svg'), url('font/aller_rg-webfont.woff') format('woff'), url('font/aller_rg-webfont.ttf') format('truetype');
}
/* Images */
body {
	background: url(img/bg/poire01.jpg) right top no-repeat;
}

.cs-video .img {
	background-image: url(img/video.jpg);
}

#cs-plan .img {
	background-image: url(img/plan.jpg);
}

.cs-nl .img {
	background-image: url(img/nl.jpg);
}

.cs-plan-site .img {
	background-image: url(img/video.jpg);
}


/* /Images */
* {
	font-family: Verdana, Sans-serif;
	color: #7f7f7f;
}

body {
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	line-height: normal;
	font-family: 'Aller', Arial, Helvetica, Sans-serif;
	font-weight: normal;
}

a {
	color: #7f7f7f;
}

	a,
	a span,
	a i {
		-webkit-transition: all 100ms ease-out;
		-moz-transition: all 100ms ease-out;
		-o-transition: all 100ms ease-out;
		transition: all 100ms ease-out;
	}

		a:hover {
			text-decoration: none;
		}




.caption {
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	padding: 10px;
	text-align: center;
	font-family: 'Aller', Arial, Helvetica, Sans-serif;
	font-size: 16px;
	color: #3abdcc;
	background-color: #f2f2f2;
	z-index: 100;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

	.caption:hover {
		color: #31aebc;
	}

		.caption:hover i {
			color: #31aebc;
		}

	.caption i {
		font-size: 12px;
		color: #3abdcc;
	}

#cs-nav {
	background-color: #d6ab52;
}

@media screen and (min-width: 980px) {
	#cs-nav {
		margin-bottom: 20px;
	}
}

@media screen and (min-width: 1200px) {
	#cs-nav {
		margin-bottom: 30px;
	}
}

@media screen and (min-width: 768px) and (max-width: 979px) {
	#cs-nav {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 767px) {
	#cs-nav {
		margin: 0 -20px 20px -20px;
		padding: 0 20px;
	}
}

#cs-nav .navbar {
	margin-bottom: 0;
}

	#cs-nav .navbar .navbar-inner {
		min-height: inherit;
		padding: 0;
		background: none !important;
		border: none;
		-webkit-border-radius: 0;
		border-radius: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	#cs-nav .navbar .nav > li > span,
	#cs-nav .navbar .nav > li > a,
	#cs-nav .navbar .nav > li > a > i {
		color: #f3e7ce;
	}

	#cs-nav .navbar .nav > li > span {
		font-size: 14px;
		line-height: 24px;
	}

@media screen and (min-width: 768px) and (max-width: 979px) {
	#cs-nav .navbar .nav > li > span {
		display: block;
		padding: 0 10px;
		margin-bottom: 5px;
	}
}

@media screen and (max-width: 767px) {
	#cs-nav .navbar .nav > li > span {
		display: block;
		padding: 2px 10px;
		margin-bottom: 5px;
		font-size: 14px;
		line-height: 24px;
	}
}

#cs-nav .navbar .nav > li > a {
	padding: 3px 10px;
	font-size: 12px;
	text-transform: uppercase;
	text-shadow: none;
}

@media screen and (max-width: 767px) {
	#cs-nav .navbar .nav > li > a {
		font-size: 14px;
		line-height: 24px;
	}
}

#cs-nav .navbar .nav > li > a:hover,
#cs-nav .navbar .nav > li > a:hover i {
	color: #FFF;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
	#cs-nav .navbar .nav > li > a i {
		font-size: 24px;
	}
}

@media screen and (max-width: 767px) {
	#cs-nav .navbar .nav > li > a i {
		font-size: 24px;
	}
}

#cs-nav .navbar .nav.pull-right {
	overflow: hidden;
}

	#cs-nav .navbar .nav.pull-right > li > a {
		padding: 2px 0 2px 5px;
		text-transform: none;
	}

@media screen and (min-width: 768px) and (max-width: 979px) {
	#cs-nav .navbar .nav.pull-right > li > a {
		margin-left: 6px;
		float: left !important;
	}
}

@media screen and (max-width: 767px) {
	#cs-nav .navbar .nav.pull-right > li > a {
		margin-left: 6px;
		float: left !important;
	}
}

#cs-nav .navbar .nav.pull-right > li > a i {
	display: inline-block;
	width: 20px;
	line-height: 20px;
	font-size: 14px;
	text-align: center;
	color: #d6ab52;
	background: #f3e7ce;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
	#cs-nav .navbar .nav.pull-right > li > a i {
		width: 34px;
		line-height: 34px;
		font-size: 22px;
	}
}

@media screen and (max-width: 767px) {
	#cs-nav .navbar .nav.pull-right > li > a i {
		width: 34px;
		line-height: 34px;
		font-size: 22px;
	}
}

#cs-nav .navbar .nav.pull-right > li > a i:hover {
	background: #FFF;
}

#cs-nav .navbar .nav > .active > a {
	color: #7f7f7f !important;
	background-color: #FFF;
	-webkit-box-shadow: none;
	box-shadow: none;
}

	#cs-nav .navbar .nav > .active > a:hover {
		background-color: #FFF;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	#cs-nav .navbar .nav > .active > a > i {
		color: #7f7f7f !important;
	}

#cs-nav .navbar #cs-home {
	margin: 0;
}

	#cs-nav .navbar #cs-home li > a {
		padding: 5px 10px 4px;
	}

@media screen and (min-width: 768px) and (max-width: 979px) {
	#cs-nav .navbar #cs-home li > a {
		padding: 6px 10px;
	}
}

@media screen and (max-width: 767px) {
	#cs-nav .navbar #cs-home li > a {
		padding: 6px 10px;
	}
}

#cs-nav .navbar #cs-home li > a i {
	margin: 0;
	font-size: 16px;
	color: #f3e7ce;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
	#cs-nav .navbar #cs-home li > a i {
		font-size: 20px;
	}
}

@media screen and (max-width: 767px) {
	#cs-nav .navbar #cs-home li > a i {
		font-size: 20px;
	}
}

#cs-nav .navbar #cs-home li > a:hover > i {
	color: #FFF;
}

#cs-nav .navbar #cs-search {
	margin: 3px 20px 0 0;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
	#cs-nav .navbar #cs-search {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 767px) {
	#cs-nav .navbar #cs-search {
		margin-bottom: 10px;
	}
}

#cs-nav .navbar #cs-search input {
	width: 150px;
	margin: 0;
	font-size: 12px;
	color: #d1a13d;
	background: #f3e7ce;
	border: none;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
	#cs-nav .navbar #cs-search input {
		height: 24px;
		font-size: 14px;
	}
}

@media screen and (max-width: 767px) {
	#cs-nav .navbar #cs-search input {
		height: 24px;
		font-size: 14px;
	}
}

#cs-nav .navbar #cs-search input:focus {
	box-shadow: none;
}

#cs-nav .navbar #cs-search input::-webkit-input-placeholder {
	color: #d6ab52;
}

#cs-nav .navbar #cs-search input:-moz-placeholder {
	color: #d6ab52;
}

#cs-nav .navbar #cs-search input::-moz-placeholder {
	color: #d6ab52;
}

#cs-nav .navbar #cs-search input:-ms-input-placeholder {
	color: #d6ab52;
}

#cs-nav .navbar #cs-search button {
	margin: 0;
	padding: 0 12px;
	border: none;
	background: #FFF;
	box-shadow: none;
	text-shadow: none;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

	#cs-nav .navbar #cs-search button:hover {
		background: #d1a13d;
	}

@media screen and (min-width: 768px) and (max-width: 979px) {
	#cs-nav .navbar #cs-search button:hover {
		background: #d6ab52;
	}
}

@media screen and (max-width: 767px) {
	#cs-nav .navbar #cs-search button:hover {
		background: #d6ab52;
	}
}

#cs-nav .navbar #cs-search button:hover i {
	color: #FFF;
}

#cs-nav .navbar #cs-search button i {
	font-size: 13px;
	line-height: 20px;
	color: #d1a13d;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
	#cs-nav .navbar #cs-search button i {
		line-height: 24px;
	}
}

@media screen and (max-width: 767px) {
	#cs-nav .navbar #cs-search button i {
		line-height: 24px;
	}
}

#cs-nav .navbar .btn-navbar {
	margin: 0;
	padding: 10px;
	background: #d1a13d;
	border: none;
	text-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
	#cs-nav .navbar .nav-collapse,
	#cs-nav .navbar .nav-collapse.collapse {
		background: #d1a13d;
		margin: 0 -20px;
		padding: 0 20px;
	}
}

@media screen and (max-width: 767px) {
	#cs-nav .navbar .nav-collapse,
	#cs-nav .navbar .nav-collapse.collapse {
		background: #d1a13d;
		margin: 0 -20px;
		padding: 0 20px;
	}
}

#cs-nav .navbar .nav-collapse .nav > li > a,
#cs-nav .navbar .nav-collapse.collapse .nav > li > a {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

	#cs-nav .navbar .nav-collapse .nav > li > a:hover,
	#cs-nav .navbar .nav-collapse.collapse .nav > li > a:hover {
		background: none;
	}

#cs-nav .navbar .nav-collapse .nav > li.active > a:hover,
#cs-nav .navbar .nav-collapse.collapse .nav > li.active > a:hover {
	background: #FFF;
}

#cs-title {
	padding: 20px;
	background-color: rgba(255, 255, 255, 0.6);
	text-align: center;
}

@media screen and (min-width: 980px) {
	#cs-title {
		margin-bottom: 20px;
	}
}

@media screen and (min-width: 1200px) {
	#cs-title {
		margin-bottom: 30px;
	}
}

@media screen and (min-width: 768px) and (max-width: 979px) {
	#cs-title {
		margin-bottom: 20px;
	}
}

#cs-title h1 {
	margin: 0 0 5px;
	font-size: 28px;
}

@media screen and (max-width: 767px) {
	#cs-title h1 {
		font-size: 20px;
	}
}

#cs-title p {
	margin-bottom: 0;
	line-height: 24px;
	font-size: 18px;
	font-family: 'Aller', Arial, Helvetica, Sans-serif;
}

@media screen and (max-width: 767px) {
	#cs-title p {
		font-size: 15px;
	}
}

#cs-intro {
	position: relative;
	height: 200px;
	padding: 20px 20px 20px 3px;
	background-color: #d6ab52;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (min-width: 980px) {
	#cs-intro {
		margin-right: -20px;
	}
}

@media screen and (min-width: 1200px) {
	#cs-intro {
		margin-right: -30px;
	}
}

@media screen and (min-width: 768px) and (max-width: 979px) {
	#cs-intro {
		margin-right: -20px;
	}
}

@media screen and (max-width: 767px) {
	#cs-intro {
		height: auto;
		margin-top: 20px;
	}
}

#cs-intro .cs-content {
	height: 100%;
	overflow: hidden;
}

#cs-intro h2 {
	margin-bottom: 10px;
	color: #f3e7ce;
	font-size: 22px;
}

#cs-intro p, #cs-intro strong {
	margin-bottom: 0;
	line-height: 24px;
	font-size: 15px;
	color: #f3e7ce;
	font-family: 'Aller', Arial, Helvetica, Sans-serif;
}

#cs-intro .cs-btn {
	display: block;
	float: right;
	padding: 2px 8px;
	background: #d1a13d;
	color: #FFF;
	border-bottom: 2px solid;
	border-bottom-color: #c6952f;
	text-decoration: none;
}

	#cs-intro .cs-btn:hover {
		background: #c6952f;
	}

#cs-intro #cs-corner-mask {
	position: absolute;
	right: -25px;
	top: 20px;
	width: 28px;
	height: 28px;
	overflow: hidden;
	z-index: 103;
}

	#cs-intro #cs-corner-mask #cs-corner {
		position: absolute;
		left: -10px;
		top: 4px;
		width: 20px;
		height: 20px;
		background: #d6ab52;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}

#cs-prats {
	height: 180px;
	background-color: #f2f2f2;
	margin-bottom: 0;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (min-width: 980px) {
	#cs-prats {
		margin-top: 20px;
	}
}

@media screen and (min-width: 1200px) {
	#cs-prats {
		margin-top: 30px;
	}
}

@media screen and (min-width: 768px) and (max-width: 979px) {
	#cs-prats {
		margin-top: 20px;
	}
}

@media screen and (max-width: 767px) {
	#cs-prats {
		height: auto;
		margin-top: 20px;
	}
}

#cs-prats .carousel-inner,
#cs-prats .item {
	height: 100%;
}

#cs-prats .row-fluid {
	height: 100%;
}

@media screen and (max-width: 767px) {
	#cs-prats .row-fluid {
		width: auto;
		margin: 0 auto;
	}
}

#cs-prats .row-fluid .span4 {
	height: 100%;
	padding: 10px 0 10px 10px;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	#cs-prats .row-fluid .span4 {
		width: 20%;
		max-width: 141px;
		float: left;
	}
}

#cs-prats .row-fluid .span4 .img {
	display: block;
	height: 100%;
	min-height: 140px;
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#cs-prats .row-fluid .span8 {
	padding: 11px 11px 11px 0;
	height: 100%;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	#cs-prats .row-fluid .span8 {
		width: 80%;
		float: left;
	}
}

#cs-prats .row-fluid .span8 h2 a {
	margin-bottom: 11px;
	font-size: 11px;
	color: #3abdcc;
}

#cs-prats .row-fluid .span8 p {
	line-height: 11px;
	font-size: 11px;
}

#cs-prats .row-fluid .span8 a {
	font-size: 11px;
	color: #3abdcc;
}

	#cs-prats .row-fluid .span8 a:hover {
		color: #31aebc;
	}

		#cs-prats .row-fluid .span8 a:hover i {
			color: #31aebc;
		}

	#cs-prats .row-fluid .span8 a i {
		font-size: 11px;
		color: #3abdcc;
	}

#cs-prats .carousel-control {
	top: auto;
	bottom: 7px;
	right: 30px;
	left: auto;
	width: 20px;
	height: auto;
	margin-top: 0;
	border: none;
	font-size: 20px;
	background: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

	#cs-prats .carousel-control i:before {
		color: #3abdcc;
	}

	#cs-prats .carousel-control.right {
		right: 5px;
	}

#cs-slider {
	margin-bottom: 0;
	background-color: #c6952f;
}

	#cs-slider .carousel-inner {
		width: 100%;
	}

@media screen and (min-width: 980px) {
	#cs-slider .carousel-inner {
		height: 400px;
	}
}

@media screen and (min-width: 1200px) {
	#cs-slider .carousel-inner {
		height: 410px;
	}
}

@media screen and (min-width: 768px) and (max-width: 979px) {
	#cs-slider .carousel-inner {
		height: 400px;
	}
}

#cs-slider .item {
	width: 100%;
	height: 100%;
	background-color: #f2f2f2;
}

	#cs-slider .item .img {
		position: absolute;
		bottom: 0;
		display: block;
		background-color: #FFF;
		overflow: hidden;
		z-index: 101;
		text-align: center;
		-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
		box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
	}

@media screen and (min-width: 980px) {
	#cs-slider .item .img {
		width: 300px;
		height: 400px;
	}
}

@media screen and (min-width: 1200px) {
	#cs-slider .item .img {
		width: 370px;
		height: 410px;
	}
}

@media screen and (min-width: 768px) and (max-width: 979px) {
	#cs-slider .item .img {
		width: 228px;
		height: 400px;
	}
}

#cs-slider .item .img img {
	max-width: inherit;
}

@media screen and (min-width: 980px) {
	#cs-slider .item .img img {
		width: auto;
		height: 100%;
		margin-left: -10px;
	}
}

@media screen and (min-width: 1200px) {
	#cs-slider .item .img img {
		width: 100%;
		height: auto;
		margin-left: 0;
	}
}

@media screen and (min-width: 768px) and (max-width: 979px) {
	#cs-slider .item .img img {
		width: auto;
		height: 400px;
		margin-left: -20px;
	}
}

#cs-slider.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}

#cs-slider.carousel-fade .carousel-inner .active {
	opacity: 1;
}

	#cs-slider.carousel-fade .carousel-inner .active.left,
	#cs-slider.carousel-fade .carousel-inner .active.right {
		left: 0;
		opacity: 0;
		z-index: 1;
	}

#cs-slider.carousel-fade .carousel-inner .next.left,
#cs-slider.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

#cs-slider.carousel-fade .carousel-control {
	z-index: 2;
}

#cs-slider .carousel-indicators {
	top: 26px;
	right: auto;
	left: 15px;
	z-index: 102;
}

	#cs-slider .carousel-indicators li {
		width: 15px;
		height: 15px;
		margin-left: 10px;
		cursor: pointer;
		background: #FFF;
		opacity: 0.4;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}

		#cs-slider .carousel-indicators li:hover {
			opacity: 0.8;
		}

		#cs-slider .carousel-indicators li.active {
			background: #d6ab52;
			opacity: 1;
		}

#cs-slider.cs-intern-slider .carousel-inner {
	height: 380px;
}

@media screen and (min-width: 980px) {
	#cs-slider.cs-intern-slider {
		margin-bottom: 20px;
	}
}

@media screen and (min-width: 1200px) {
	#cs-slider.cs-intern-slider {
		margin-bottom: 30px;
	}
}

@media screen and (min-width: 768px) and (max-width: 979px) {
	#cs-slider.cs-intern-slider {
		margin-bottom: 20px;
	}
}

#cs-slider.cs-intern-slider .img {
	width: 100%;
	height: 100%;
}

	#cs-slider.cs-intern-slider .img img {
		width: auto;
		height: 100%;
	}

#cs-slider.cs-intern-slider .carousel-indicators {
	top: 15px;
	right: 15px;
	left: auto;
	z-index: 102;
}

.cs-sidelink {
	position: relative;
	display: block;
	height: 190px;
	background-color: #f2f2f2;
	overflow: hidden;
}

@media screen and (min-width: 980px) {
	.cs-sidelink {
		margin-bottom: 20px;
	}
}

@media screen and (min-width: 1200px) {
	.cs-sidelink {
		margin-bottom: 30px;
	}
}

@media screen and (min-width: 768px) and (max-width: 979px) {
	.cs-sidelink {
		margin-bottom: 20px;
	}
}

.cs-sidelink:hover .img i {
	opacity: 1;
}

.cs-sidelink span {
	display: block;
	position: absolute;
	width: 100%;
}

.cs-sidelink .img {
	bottom: 0;
	height: 102%;
	text-align: center;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
	z-index: 101;
	background-color: #FFF;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

	.cs-sidelink .img i {
		line-height: 181px;
		font-size: 76px;
		color: #FFF;
		opacity: 0.8;
		-webkit-transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
		-o-transition: all 200ms ease-in-out;
		transition: all 200ms ease-in-out;
	}

.cs-sidelink#cs-plan .img i {
	color: #3abdcc;
}

.cs-list {
	height: 100%;
	background: rgba(255, 255, 255, 0.6);
}

@media screen and (max-width: 767px) {
	.cs-list {
		margin-top: 20px;
	}
}

.cs-list h2 {
	font-size: 22px;
	padding: 10px;
}

.cs-list ul {
	padding: 10px;
	list-style: none;
}

.cs-list li {
	position: relative;
	cursor: pointer;
	line-height: 20px;
	clear: both;
}

.cs-list a {
	display: block;
	padding: 3px 0 3px 5px;
	line-height: normal;
	font-size: 13px;
	color: #7f7f7f;
}

	.cs-list a:hover {
		background-color: #3abdcc;
		color: #FFF;
	}

		.cs-list a:hover i,
		.cs-list a:hover span {
			color: #FFF;
		}

	.cs-list a span {
		display: inline-block;
		max-width: 95%;
	}

@media screen and (min-width: 768px) and (max-width: 979px) {
	.cs-list a span {
		max-width: 93%;
	}
}

@media screen and (max-width: 767px) {
	.cs-list a span {
		max-width: 96.5%;
	}
}

.cs-list a i {
	display: inline-block;
	width: 5%;
	margin-top: 3px;
	vertical-align: top;
	font-size: 10px;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
	.cs-list a i {
		width: 7%;
	}
}

@media screen and (max-width: 767px) {
	.cs-list a i {
		width: 3.5%;
	}
}

.cs-list .cs-list-caption {
	position: absolute;
	left: -258px;
	top: -10px;
	display: none;
	width: 258px;
	margin: 0;
	padding: 10px;
	background: #b4e6eb;
	color: #31aebc;
	font-size: 12px;
	opacity: 0;
	border-left: 2px solid #3abdcc;
	z-index: 104;
	-webkit-box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
	box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}

	.cs-list .cs-list-caption span {
		color: #3abdcc;
	}

	.cs-list .cs-list-caption .icon-chevron-left {
		margin-right: 5px;
	}

	.cs-list .cs-list-caption #cs-corner-mask {
		position: absolute;
		right: 0;
		top: 14px;
		width: 14px;
		height: 14px;
		overflow: hidden;
		z-index: 103;
	}

		.cs-list .cs-list-caption #cs-corner-mask #cs-corner {
			position: absolute;
			right: -10px;
			top: 3px;
			width: 14px;
			height: 10px;
			background: #3abdcc;
			-webkit-transform: rotate(45deg);
			-moz-transform: rotate(45deg);
			-o-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			transform: rotate(45deg);
		}

.cs-intern-content {
	padding: 20px;
	background: rgba(255, 255, 255, 0.6);
}

@media screen and (min-width: 980px) {
	.cs-intern-content {
		margin-bottom: 20px;
	}
}

@media screen and (min-width: 1200px) {
	.cs-intern-content {
		margin-bottom: 30px;
	}
}

@media screen and (min-width: 768px) and (max-width: 979px) {
	.cs-intern-content {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 767px) {
	.cs-intern-content {
		margin-top: 20px;
	}
}

.cs-intern-content h1,
.cs-intern-content h2,
.cs-intern-content h3,
.cs-intern-content h4,
.cs-intern-content h5,
.cs-intern-content h6 {
	margin-bottom: 5px;
	font-size: 20px;
}

.cs-intern-content p {
	line-height: 24px;
}

.cs-intern-content a {
	text-decoration: underline;
}

	.cs-intern-content a:hover {
		color: #000;
	}

	.cs-intern-content a.cs-btn {
		padding: 5px 8px;
		background: #7f7f7f;
		color: #FFF;
		border-bottom: 2px solid;
		border-bottom-color: #666666;
		text-decoration: none;
	}

		.cs-intern-content a.cs-btn:hover {
			background: #666666;
		}

.cs-content-color1 {
	background: #d6ab52;
}

	.cs-content-color1 * {
		color: #f3e7ce;
	}

	.cs-content-color1 a:hover {
		color: #FFF;
	}

	.cs-content-color1 .cs-btn {
		background: #d1a13d !important;
		border-bottom-color: #c6952f !important;
	}

		.cs-content-color1 .cs-btn:hover {
			background: #c6952f !important;
		}

.cs-content-color2 {
	background: #3abdcc;
}

	.cs-content-color2 * {
		color: #b4e6eb;
	}

	.cs-content-color2 a:hover {
		color: #FFF;
	}

	.cs-content-color2 .cs-btn {
		background: #31aebc !important;
		border-bottom-color: #2b9ba8 !important;
	}

		.cs-content-color2 .cs-btn:hover {
			background: #2b9ba8 !important;
		}

#cs-credits {
	margin-top: 160px;
	background: #FFF;
}

@media screen and (max-width: 979px) {
	#cs-credits {
		margin: 20px -20px 0;
		padding: 0 20px;
	}
}

#cs-credits, #cs-credits p {
	margin-bottom: 0;
	text-align: right;
	font-size: 10px;
}

	#cs-credits a {
		color: #d6ab52;
		text-decoration: underline;
	}


/*Praticiens inter*/
.inter #cs-prats {
	margin-bottom: 30px;
	margin-top: 0px;
}

	.inter #cs-prats .carousel-control {
		right: auto;
		left: 20px;
	}

		.inter #cs-prats .carousel-control.right {
			left: 60px;
		}


/*Top articles*/
.article-img1 {
	background: url(img/slide/slide01.jpg) no-repeat left top;
	background-size: cover;
	height: 410px;
}

.article-img2 {
	background: url(img/slide/slide02.jpg) no-repeat left top;
	background-size: cover;
	height: 410px;
}

.article-img3 {
	background: url(img/slide/slide03.jpg) no-repeat left top;
	background-size: cover;
	height: 410px;
}

.article-img4 {
	background: url(img/slide/slide02.jpg) no-repeat left top;
	background-size: cover;
	height: 410px;
}


/*Page article Nos conseils*/
#content #nos_conseils {
	border-width: 20px;
	border-style: solid;
	margin: 20px 0!important;
	padding: 0!important;
	width: 100%!important;
	border-top: none!important;
	border-bottom: none!important;
	margin-left: -20px!important;
	min-height: 35px!important;
}

	#content #nos_conseils h1 {
		line-height: normal;
		font-family: 'Aller', Arial, Helvetica, Sans-serif;
		font-weight: normal;
		font-size: 22px!important;
		margin: 0 0 10px -20px;
		padding: 10px 10px 5px 10px!important;
		height: auto;
	}

	#content #nos_conseils li {
		list-style: none;
		border-left-width: 5px;
		border-left-style: solid;
		padding-left: 10px;
		margin: 15px 0;
	}

/*Page article outils*/
#outils {
	margin-bottom: 15px!important;
}

/*slideshow popup*/
#modal_slideshow {
	z-index: 301!important;
}

.modal-backdrop {
	z-index: 201!important;
}


/*Tooltip*/
#jtooltip {
	position: absolute;
	z-index: 3000;
	opacity: 1;
}

	#jtooltip h3 {
		display: block;
		background-color: #FFF;
		line-height: 20px;
		padding: 10px 10px 10px;
		width: 300px;
		font-size: 12px;
		text-indent: 0;
		height: auto;
		font-family: inherit;
		border-width: 0px;
		border-left-width: 2px;
		border-style: solid;
		-webkit-box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
		box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
		-ms-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: all 500ms ease-out;
		-moz-transition: all 500ms ease-out;
		-o-transition: all 500ms ease-out;
		transition: all 500ms ease-out;
	}

/*Logo UFSBD*/
#cs-fiche {
	position: relative;
}

.logoUfsbdContainer {
	position: absolute;
	top: 5px;
	right: 7px;
}

	.logoUfsbdContainer:hover, .logoUfsbdContainer a:hover {
		background: none!important;
		cursor: default;
	}

/*h1*/
.cs-intern-content h1 {
	margin-bottom: 15px;
}

/*Rubriques*/
.prevention-rubriques h3 {
	font-size: 16px;
	line-height: 20px;
}

	.prevention-rubriques h3 a {
		text-decoration: none;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		color: #FFF;
		font-weight: bold;
	}


/*Button*/
.go.cs-btn {
	border: none;
	padding: 2px 8px;
	color: #FFF;
	border-bottom: 2px solid;
}


/*Logo HON*/
.list-savoir-plus {
	position: relative;
}

	.list-savoir-plus .logo-hon-container {
		position: absolute;
		top: 5px;
		right: 7px;
	}


/*Article*/
.art_panel_left p {
	font-size: 13px;
	margin-bottom: 0;
}

.VideosItem a {
	font-size: 17px;
	text-decoration: none;
}



/*Titre Videos*/
.page-videos_aspx h1, .page-videos_aspx h1 span {
	font-size: 28px;
}



#content h1 {
	color: #FFF!important;
	margin-top: 15px;
	margin-bottom: 10px;
}

#content strong, #content b {
	color: #FFF;
}

.pw-article-reference {
	color: #FFF!important;
}

.art_panel_left p {
	margin-bottom: 20px;
}


#tagcloud {
	height:auto;
}

.pw-reseaux-sociaux, .pw-reseaux-sociaux li {list-style:none; font-size:24px;font-family:'FontAwesome'!important;}
.pw-reseaux-sociaux a{text-decoration:none!important}
.pw-reseaux-sociaux i {font-family:'FontAwesome'!important;}



/* Localized */