/*---------------*\
  $RESET
\*---------------*/
body {
	margin: 0;
}
b {
	font-weight: bold;
}
#center {
	width: 100% !important;
}
#center_part_2_full {
	float: none !important;
	width: 100% !important;
}
#contenu {
	margin: 0 !important;
}
.chemin {
	margin: auto;
	max-width: 1000px;
}
.chemin h1 {
	font-size: 11px;
	font-weight: 400;
}
#ftr {
	margin-top: 0 !important;
}
#footer .ftr{
	padding-top: 40px;
}

/*---------------*\
  $BCBU
\*---------------*/
.bcbu-page {
	color: #3b3b3b;
}
.bcbu-page *,
.bcbu-page *::before,
.bcbu-page *::after {
	font-family: "Open Sans", sans-serif;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.bcbu-page h1,
.bcbu-page h2,
.bcbu-page h3,
.bcbu-page h4,
.bcbu-page h5,
.bcbu-page h6 {
	background: none;
	display: block;
	float: none;
	margin: 0;
	padding: 0;
}
.bcbu-page strong {
	font-weight: 700;
}
.bcbu-page em {
	font-style: italic;
}
.bcbu-page .text-left {
	text-align: left;
}
.bcbu-page .text-center {
	text-align: center;
}
.bcbu-page .text-right {
	text-align: right;
}
.bcbu-page .text-justify {
	text-align: justify;
}
.bcbu-page img {
	height: auto;
	max-width: 100%;
}
.bcbu-page .update{
	font-size: 12px;
	text-align: right;
}
@media only screen and (max-width: 767px) {
	.bcbu-page .hidden-phone {
		display: none !important;
	}
}
@media only screen and (min-width: 768px) {
	.bcbu-page .visible-phone {
		display: none !important;
	}
}

/* STRUCTURE */
.bcbu-page .clearfix::before,
.bcbu-page .clearfix::after {
	display: table;
	content: " ";
}
.bcbu-page .clearfix::after {
	clear: both;
}
.bcbu-page section {
	margin: auto;
	max-width: 1030px;
	padding: 0 15px;
	position: relative;
}
.bcbu-page .bloc-grey {
	background-color: #f6f6f6;
	margin: 0 0 30px;
	overflow: hidden;
	padding: 30px 0 0;
	width: 100%;
}
.bcbu-page .ui-tabs-hide {
	display: none;
}
.bcbu-page .addthis_inline_share_toolbox {
	margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
	.bcbu-page .table {
		display: table;
		width: 100%;
	}
	.bcbu-page .cell {
		display: table-cell;
	}
	.bcbu-page .valign-top {
		vertical-align: top;
	}
	.bcbu-page .valign-middle {
		vertical-align: middle;
	}
	.bcbu-page .valign-bottom {
		vertical-align: bottom;
	}
}
.bcbu-page .categories {
	overflow: hidden;
	clear: both;
	width: 100%;
	background-color: #f5f5f5;
	padding: 10px 20px;
	margin-bottom: 20px;
	border-bottom-left-radius: 70px;
}
.bcbu-page .parole {
	overflow: hidden;
	clear: both;
	width: 100%;
	background-color: #f5f5f5;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 3px;
}
.bcbu-page .parole h3,
.bcbu-page .parole h4 {
	border:0px;
	padding: 3px 0px 3px 0px;
	margin: 0px 0px 15px;
}
.bcbu-page .categories ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
    flex-flow: row wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
    align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
    justify-content: center;
}
.bcbu-page .categories ul li {
	font-size: 0;
	color: #606060;
	width: 210px;
	overflow: hidden;
	margin: 10px 22px 10px 0;
	line-height: 0;
}
.bcbu-page .categories ul li a {
	font: 400 13px "Open Sans",Arial,sans-serif;
	color: #606060;
	text-decoration: none;
	text-align: center;
	border: 1px solid #606060;
	display: block;
	border-radius: 3px;
	height: 35px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/* BUTTONS */
.bcbu-page .btn,
.bcbu-page .btn:focus,
.bcbu-page .btn:hover {
	background: none;
	border: 1px solid;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	height: 38px;
	line-height: 32px;
	min-width: 193px;
	padding: 2px 8px;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	-webkit-transition: all ease .3s;
	        transition: all ease .3s;
}
.bcbu-page .btn-back,
.bcbu-page .btn-back:focus,
.bcbu-page .btn-back:hover {
	background: none;
	border: 0 none;
	color: #505050;
	cursor: pointer;
	display: inline-block;
	font-size: 10px;
	line-height: 1;
	margin: 0 8px;
	padding: 10px 36px;
	position: relative;
	text-decoration: none;
}
.bcbu-page .btn-back::before,
.bcbu-page .btn-back::after {
	background-color: #505050;
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	top: 50%;
	width: 28px;
}
.bcbu-page .btn-back::before {
	left: 0;
}
.bcbu-page .btn-back::after {
	right: 0;
}

/* HEADER */
.bcbu-page header h1 {
	color: #3b3b3b;
	font-size: 28px;
	font-weight: 300;
	line-height: 34px;
	margin-bottom: 16px;
}
.bcbu-page header h1 strong {
	display: block;
	font-size: 31px;
	font-weight: 700;
	height: 50px;
	line-height: 34px;
	text-transform: uppercase;
}
.bcbu-page header h1 span {
	display: block;
	font-size: 25px;
	font-weight: 400;
	left: 0;
	line-height: 1;
	position: absolute;
	top: 0;
	text-transform: none;
}
.bcbu-page .cell {
	padding: 0 30px;
}
@media only screen and (max-width: 767px) {
	.bcbu-page header h1 {
		text-align: center;
	}
	.bcbu-page header h1 strong {
		margin: auto;
		padding: 16px 0 0 17px;
		position: relative;
		width: 145px;
	}
	.bcbu-page .cell-right {
		text-align: center;
	}
}
@media only screen and (min-width: 768px) {
	.bcbu-page header h1 {
		color: #3b3b3b;
		font-size: 28px;
		font-weight: 300;
		line-height: 34px;
		margin-bottom: 30px;
		padding: 8px 0 8px 200px;
		position: relative;
	}
	.bcbu-page header h1 strong {
		border-right: 2px solid #e95a29;
		left: 0;
		margin-top: -25px;
		padding: 16px 30px 0 17px;
		position: absolute;
		top: 50%;
	}
	.bcbu-page .cell-left {
		width: 80%;
	}
	.bcbu-page .cell-right {
		text-align: right;
		width: 20%;
	}
}

/* NAV */
.bcbu-page .bcbu-nav {
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
}
.bcbu-page .bcbu-nav ul {
	font-size: 0;
	margin: 0;
	padding: 0;
	text-align: center;
}
.bcbu-page .bcbu-nav li {
	display: inline-block;
	margin: 0;
	vertical-align: bottom;
}
.bcbu-page .bcbu-nav a,
.bcbu-page .bcbu-nav a:focus,
.bcbu-page .bcbu-nav a:hover {
	color: #3b3b3b;
	display: table;
	font-size: 14px;
	height: 68px;
	line-height: 17px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
	-webkit-transition: all ease .3s;
	        transition: all ease .3s;
}
.bcbu-page .bcbu-nav a:hover,
.bcbu-page .bcbu-nav .current a,
.bcbu-page .bcbu-nav .actif a,
.bcbu-page .bcbu-nav .current a:focus,
.bcbu-page .bcbu-nav .current a:hover,
.bcbu-page .bcbu-nav .ui-tabs-selected a,
.bcbu-page .bcbu-nav .ui-tabs-selected a:focus,
.bcbu-page .bcbu-nav .ui-tabs-selected a:hover {
	color: #0096b1;
}
.bcbu-page .bcbu-nav a:after {
	bottom: 0;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	right: 0;
	-webkit-transition: all ease .3s;
	        transition: all ease .3s;
}
.bcbu-page .bcbu-nav a:hover:after,
.bcbu-page .bcbu-nav .current a:after,
.bcbu-page .bcbu-nav .actif a:after,
.bcbu-page .bcbu-nav .ui-tabs-selected a:after {
	background-color: #0096b1;
	height: 3px;
}
.bcbu-page .bcbu-nav span {
	display: table-cell;
	padding: 0 5px;
	vertical-align: middle;
}
@media only screen and (max-width: 767px) {
	.bcbu-page .bcbu-nav li {
		width: 50%;
	}
}
@media only screen and (min-width: 768px) {
	.bcbu-page .bcbu-nav.fixed {
		background-color: #fff;
		left: 0;
		position: fixed;
		right: 0;
		top: 0;
		z-index: 1;
		animation: slideDown 1s ease;
	}
	.bcbu-page .bcbu-nav.fixed ul {
		margin: auto;
		max-width: 1000px;
	}
	.bcbu-page .bcbu-nav li {
		width: 16.666%;
	}
}
@-webkit-keyframes slideDown {
	0% {
		top: -100%;
	}
	100% {
		top: 0;
	}
}
@keyframes slideDown {
	0% {
		top: -100%;
	}
	100% {
		top: 0;
	}
}
.slideDown {
	-webkit-animation-name: slideDown;
	        animation-name: slideDown;
}

/* MAIN */
.bcbu-page main h1,
.bcbu-page main h2 {
	color: #3b3b3b;
	font-size: 24px;
	font-weight: 400;
	line-height: 27px;
	margin: 0 auto 30px;
	text-align: center;
	text-transform: uppercase;
	max-width: 1000px;
}

.bcbu-page main h3,
.bcbu-page main .subtitle{
	font-size: 18px;
}

.bcbu-page main h3,
.bcbu-page main .subtitle,
.bcbu-page main h4,
.bcbu-page main h5,
.bcbu-page main h6 {
	border-left: 2px solid #0096b1;
	color: #3b3b3b;
	font-weight: 700;
	line-height: 22px;
	margin: 0 0 30px;
	padding: 3px 0 3px 28px;
	text-transform: uppercase;
	clear: both;
	text-align: left;
}

.bcbu-page main h4,
.bcbu-page main h5,
.bcbu-page main h6{
	font-size: 14px;
}

.bcbu-page main p {
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 30px;
	text-align: justify;
	clear: both;
}

.bcbu-page main a,
.bcbu-page main a:focus,
.bcbu-page main a:hover {
	color: #0096b1;
	font-size: inherit;
	text-decoration: underline;
}
.bcbu-page main a:hover {
	text-decoration: none;
}

.bcbu-page main ul,
.bcbu-page main ol {
	list-style: disc outside;
	margin: 0;
	padding: 0 0 20px 30px;
}
.bcbu-page main ul.list-unstyled,
.bcbu-page main ol.list-unstyled {
	list-style: none;
	padding-left: 0;
}
.bcbu-page main ul ul,
.bcbu-page main ol ol {
	list-style-type: circle;
}
.bcbu-page main li {
	font-size: 16px;
	line-height: 24px;
	list-style: inherit;
	margin: 0 0 15px;
}

.bcbu-page main img {
	display: block;
	margin: 0 auto 30px;
}
@media only screen and (max-width: 767px) {
	.bcbu-page main img[align="left"],
	.bcbu-page main img[align="right"] {
		float: none;
	}
}
@media only screen and (min-width: 768px) {
	.bcbu-page main img[align="left"] {
		margin-right: 30px;
	}
	.bcbu-page main img[align="right"] {
		margin-left: 30px;
	}
}

.bcbu-page main table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 30px;
	width: 100%;
}
.bcbu-page main table thead td {
	border: 0 none;
}
.bcbu-page main table th,
.bcbu-page main table td {
	border: 1px solid #0096b1;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	padding: 11px 5px;
	text-align: center;
	vertical-align: middle;
}
.bcbu-page main table th {
	color: #0096b1;
}
.bcbu-page main table td {
	color: #3b3b3b;
}
@media only screen and (max-width: 767px) {
}
@media only screen and (min-width: 768px) {
}

.bcbu-embed {
	display: block;
	height: 0;
	margin-bottom: 30px;
	overflow: hidden;
	padding: 0;
	padding-bottom: 56.25%;
	position: relative;
}
.bcbu-embed embed,
.bcbu-embed iframe,
.bcbu-embed object,
.bcbu-embed video {
	border: 0;
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
