@import url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css);
@import url(fonts/fonts.css);
@import url(nucleo-glyph.css);
@import url(slider.css);
@import url(fancybox.css);
@import url(territorium.css);
@import url(add.css);
*,
html,
body,
a,
a:visited,
a:focus,
a:active,
a:hover {
	outline: none;
}

body,
html {
	height: 100%;
}

input {
	cursor: pointer;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

body {
	background-color: #F3F3EE;
	color: #000;
	font-weight: 400;
	font-size: 15px;
	font-family: 'calibri', Sans-Serif;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'caviardreams', Sans-Serif;
}

strong,
b {
	font-weight: 600;
}

i{
	font-style: italic;
}

input[type="text"],
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select {
	padding-right: 30px !important;
	background-image: url('select-arrow.svg') !important;
	background-position: center right;
	background-repeat: no-repeat;
	cursor: pointer;
}

ol,
ul {
	margin-bottom: 0;
}

.blue-bg {
	background-color: #498CBE !important;
}

.gold-bg {
	background-color: #c89f42;
}

.black-bg {
	background-color: #444;
}

.blue-text {
	color: #498CBE;
}

.black-text {
	color: #444 !important;
}


/* HEADER */

header {
	position: fixed;
	top: 0px;
	left: 0;
	z-index: 50;
	width: 100%;
	height: 120px;
	background-color: #F3F3EE;
	box-shadow: 0 22px 45px rgba(0, 0, 0, 0.1);
}

.menu {
	position: relative;
	padding: 20px 0 0 0;
}

.menu .logo {
	position: absolute;
	top: 18px;
	left: 0;
	width: 190px;
	height: 70px;
}

.main-menu {
	padding-left: 190px;
}

.top-menu {
	display: table;
	margin-bottom: 10px;
	padding-bottom: 8px;
	width: 100%;
	border-bottom: 1px solid #e0e0e0;
}

.top-menu-left,
.top-menu-left li {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.top-menu-left li {
	margin-right: 20px;
}

.top-menu-left > li > a {
	display: inline-block;
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	font-family: 'caviardreams', Sans-Serif;
}

.top-menu-right > a {
	margin-right: 6px;
	color: #000;
	font-size: 16px;
}

.top-menu-right > a > img {
	vertical-align: text-top;
}

.top-menu a:hover,
.top-menu a:focus,
.top-menu a:active {
	color: #c89f43;
	text-decoration: none;
}

.top-menu-right a:last-child {
	margin-right: 0;
}

.top-menu-left a:last-child,
.top-menu-right a:last-child {
	margin-right: 0;
}


/* END HEADER */


/* HOME SLIDE */

.home-slide-top {
	position: relative;
	margin: 0;
	margin-top: 120px;
	padding: 0;
	height: 790px;
	background-color: #444;
}

.home-img-slide {
	margin-right: 0;
	margin-left: 0;
	padding: 0;
	height: 790px;
}

.shadow {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	content: "";
}

.img-bg {
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.img-bg .content {
	position: relative;
	z-index: 3;
	display: table-cell;
	width: 100%;
	height: 100%;
	color: #fff;
	vertical-align: text-top;
	text-align: center;
	font-family: 'caviardreams', Sans-Serif;
}

.home-img-slide .title-intro {
	position: relative;
	margin-top: 150px;
	font-weight: 900;
	font-size: 20px;
}

.home-img-slide .title-intro:after {
	position: absolute;
	bottom: -15px;
	left: 50%;
	display: block;
	margin-left: -15px;
	width: 30px;
	height: 2px;
	background-color: #fff;
	content: "";
}

.home-img-slide h1 {
	margin-top: 65px;
	font-weight: 600;
	font-size: 60px;
}

.home-img-slide p {
	margin-top: 10px;
	margin-bottom: 30px;
	padding: 0 30%;
	width: 100%;
	text-align: center;
	font-weight: 600;
	font-size: 20px;
}


/* END HOME SLIDE */


/* BTN */

.btn {
	border-radius: 0;
	box-shadow: none;
	box-shadow: none;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'calibri', Sans-Serif;
	cursor: pointer;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: all;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	transition-property: all;
}

.btn-black {
	border-color: #444 !important;
	color: #444 !important;
}

.btn-blue {
	border-color: #498cbe !important;
	background-color: #498cbe !important;
	color: #fff !important;
}

.btn.active,
.btn:active {
	box-shadow: none;
}

.btn-primary {
	border-color: #fff;
	background-color: transparent;
	background-image: none;
	color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active .btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-black:hover,
.btn-black:focus,
.btn-black:active .btn-black.active.focus,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
	border-color: #498CBE !important;
	background-color: #498CBE !important;
	color: #fff !important;
	text-decoration: none !important;
}

.btn-default {
	border-color: #C89F42;
	background-color: #C89F42;
	color: #fff;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active .btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover,
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
	border-color: #498CBE;
	background-color: #498CBE;
	color: #fff !important;
	text-decoration: none !important;
}

.blue-bg .btn-primary:hover,
.blue-bg .btn-primary:focus,
.blue-bg .btn-primary:active {
	border-color: #fff !important;
	background-color: #fff !important;
	color: #498CBE !important;
}

.btn-small {
	margin-right: 8px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	color: #444;
	text-transform: uppercase;
	font-size: 12px;
}

.btn-small:hover,
.btn-small:focus,
.btn-small:active {
	border: 1px solid rgba(0, 0, 0, 1);
	color: #000;
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
	color: #498CBE;
	text-decoration: none !important;
	cursor: pointer;
}


/* END BTN */


/* HACK BOOSTRAP */

.dropdown-menu {
	top: 28px;
	border: 1px solid #444;
	border-radius: 0;
	background-color: #444;
}

.dropdown-menu > li {
	display: block;
}

.dropdown-menu > li > a {
	color: #fff;
	font-weight: 400;
	font-family: 'calibri', Sans-Serif;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:active {
	background-color: transparent;
	color: #c89f42;
}

.dropdown-menu::after {
	position: absolute;
	top: -6px;
	left: 5px;
	width: 0;
	height: 0;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #444;
	border-left: 8px solid transparent;
	content: "";
}

.form-control {
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background-color: #fff;
	box-shadow: none;
	color: #000;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.form-control:focus,
.form-control:hover,
.form-control:active {
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: none;
}

.input-group-addon {
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background-color: #fdfdfd;
	box-shadow: none;
}

.input-group .form-control:last-child {
	padding-left: 0;
	border-left: medium none;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.menu .input-group {
	max-width: 215px;
}


/* END HACK BOOSTRAP */


/* BLOCK HOME CATEGORIES */

.block-home-categories {
	position: relative;
	top: -55px;
	z-index: 5;
	display: table;
	margin: 0 auto -20px auto;
}

.block-home-categories a {
	display: table-cell;
	width: 16.66666%;
	height: 110px;
	background-color: #C89F42;
	color: #fff;
	vertical-align: middle;
	vertical-align: middle;
	text-align: center;
	font-weight: 600;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: all;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	transition-property: all;
}

.block-home-categories p {
	margin: 0;
}

.block-home-categories a span {
	display: block;
	margin-bottom: -10px;
	font-size: 40px;
}

.block-home-categories a span img {
	margin: 0 auto;
	vertical-align: inherit;
}

.block-home-categories a:nth-child(2) {
	background-color: #BB943D;
}

.block-home-categories a:nth-child(3) {
	background-color: #B18F44;
}

.block-home-categories a:nth-child(4) {
	background-color: #A4853D;
}

.block-home-categories a:nth-child(5) {
	background-color: #977B39;
}
.block-home-categories a:nth-child(6) {
	background-color: #7A642E;
}

.block-home-categories a:focus,
.block-home-categories a:hover,
.block-home-categories a:active {
	background-color: #498CBE;
	text-decoration: none;
}


/* END BLOCK HOME CATEGORIES */


/* GRID HOME */

.gridMain {
	margin-bottom: 70px;
}

.grid-item {
	margin-bottom: 30px;
}

.item1 .content {
	height: 360px;
}

.item2 > .content {
	height: 660px;
}

.item3 > .content {
	height: 510px;
}

.item4 .content:nth-child(2) {
	height: 200px !important;
	margin-top: 30px;
}



.item5 > .content {
	height: 270px;
	background-color: #fff;
}
.item5 > .content.double {
	width: 50%;
	float: left;
}
.item5 > .content.double .full-img-content {
	margin-right: 15px;
}
.item6 > .content {
	height: 200px;
	background-color: #C89F42;
}

.item7 > .content {
	height: 200px;
}

.home-slide {
	margin: 0;
	padding: 0;
}

.home-slide > li {
	display: block;
	width: 100%;
}

.grid-slide {
	width: 100%;
}

.grid-slide > .content {
	float: left;
	width: 50%;
}

.grid-item .content-img {
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.grid-item .content-text {
	padding: 30px;
	color: #fff;
}

.grid-item .grid-text p {
	font-size: 15px;
	line-height: 20px;
}

.grid-item .more-link {
	position: absolute;
	right: 30px;
	bottom: 20px;
}

.grid-vertical {
	width: 100%;
}

.dotted-block {
	overflow: hidden;
	padding: 30px;
	border: 1px dashed #ACACAC;
}

.grid-item .full-img {
	position: relative;
	display: table;
	width: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
}

.grid-item .full-img::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	content: "";
}

.full-img-content {
	position: relative;
	z-index: 1;
	display: table-cell;
	vertical-align: middle;
}


/* END GRID HOME */


/* EVENT LIST */

.events-list {
	margin: 0;
	margin-top: 40px;
	padding: 0;
}

.events-list li {
	margin-bottom: 25px;
	width: 100%;
	list-style: none;
}

.date-events {
	float: left;
	width: 80px;
	color: #498CBE;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 25px;
	line-height: 21px;
}

.date-events span {
	display: block;
	font-size: 12px;
	line-height: 1;
}

.text-events {
	font-size: 14px;
	line-height: 15px;
}


/* END EVENT LIST */

.sub-title {
	position: relative;
	margin-top: 0px;
	margin-bottom: 30px;
	color: #fff;
	text-transform: uppercase;
	font-size: 28px;
	font-family: 'calibri', Sans-Serif;
}

.sub-title span {
	display: block;
	font-weight: 400;
	font-size: 20px;
}

.sub-title::after {
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 30px;
	height: 2px;
	background-color: #fff;
	content: "";
}

.sub-title.center {
	margin-bottom: 40px;
}

.sub-title.center::after {
	position: absolute;
	left: 50%;
	margin-left: -15px;
}

.black-text.sub-title::after {
	background-color: #000;
}

.section-title {
	display: block;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 100%;
	height: 1px;
	background-color: #D6D6D6;
	font-weight: 600;
	font-size: 18px;
	font-family: 'caviardreams', Sans-Serif;
}

.section-title.has-icn {
	position: relative;
}

.section-title.has-icn span {
	margin-top: -12px;
	padding-left: 50px;
	text-transform: uppercase;
}

.section-title span {
	position: absolute;
	margin-top: -10px;
	padding-right: 15px;
	background-color: #f3f3ee;
}

.section-title .category-content {
	position: absolute;
	top: -20px;
	left: 0;
	z-index: 10;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #E6BA58;
	color: #fff;
	text-align: center;
	line-height: 36px;
}


/* PORTAL LINK */

.portal-link {
	margin-bottom: 30px;
}

.portal-link .content {
	display: block;
	padding: 30px 0;
	width: 100%;
	background-color: #444;
	color: #fff;
	text-align: center;
	font-weight: 600;
	font-size: 18px;
}

.portal-link .content h4 {
	font-size: 15px;
	margin-bottom: 25px;
}


/* END PORTAL LINK */


/*FOOTER  */

#footer {
	margin-top: 0px;
}

footer {
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid #D6D6D6;
}

footer a {
	color: #000;
	font-size: 13px;
}

footer a:hover,
footer a:focus,
footer a:active {
	color: #498CBE;
}

.mobile-burger {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 10;
	display: none;
	padding: 10px;
	width: 50px;
	height: 50px;
	background-color: #000;
	color: #fff;
	font-size: 25px;
	cursor: pointer;
}

.mobile-burger.open {
	left: 250px;
	z-index: 11;
	background-color: #c89f42;
	color: #fff;
}

.mobile-burger:hover,
.mobile-burger:focus,
.mobile-burger:active {
	background-color: #c89f42;
	color: #fff;
}

#overlay {
	position: fixed;
	top: 0;
	z-index: 9;
	display: none;
	width: 100%;
	height: 100%;
}


/* PAGE */

.grid-page {
	margin-top: 15px;
}

.header-page {
	position: relative;
	margin-top: 120px;
	width: 100%;
	height: 320px;
	background-color: #000;
	background-color: #498CBE;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.header-page.wihout-image,
.header-page.wihout-image .header-page-center {
	height: 200px;
}

.header-page.with-image::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	content: '';
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0)
}

.header-page > .container {
	position: relative;
	z-index: 1;
}

.header-page-center {
	display: table;
	width: 100%;
	height: 320px;
}

.header-page-content {
	display: table-cell;
	color: #fff;
	vertical-align: middle;
}

.header-page-content .border-left {
	position: relative;
	padding-left: 20px;
}
.border-left::before {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0;
	width: 5px;
	background-color: #E6BA58;
	content: '';
}
.header-page-content h1 {
	position: relative;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 30px;
}
.header-page-content h2 {
	position: relative;
	margin: 0 !important;
	padding: 0 !important;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 20px;
	font-family: 'calibri', Sans-Serif;
}

.links-page {
	margin-bottom: 20px;
	padding: 20px 0;
}

.breadcrumb {
	margin: 0;
	padding: 0;
	background-color: transparent;
}

.breadcrumb > li > a {
	color: #444;
	font-size: 12px;
}

.breadcrumb > li + li::before {
	padding: 0 5px;
	color: #444;
	content: " • ";
}

.share-link {
	text-align: right;
}

.share-link p,
.share-link a {
	display: inline-block;
}

.share-link p {
	margin: 0;
	font-size: 12px;
}

.share-link a {
	position: relative;
	top: 4px;
	display: inline-block;
	margin-left: 6px;
	color: #C1C1C1;
	font-size: 16px;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: all;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	transition-property: all;
}

.share-link a:hover,
.share-link a:focus,
.share-link a:active {
	color: #498CBE;
}


/* END PAGE */


/* FORM */

.form-list {
	margin: 0px 15px 30px;
	padding: 20px;
	border: 1px solid #DADADA;
	border-left: 5px solid #498CBE;
	background-color: #fff;
}

.form-list p {
	margin: 0;
	height: 34px;
	font-size: 18px;
	line-height: 34px;
}

.form-list .form-control {
	margin-left: 10px;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
	border-radius: 0;
}

.form-block {
	padding: 30px 0 30px 0;
}

.form-list.false {
	display: none;
}


/* END FORM */


/* BLOCK GRID */

#grid-formations .grid-item.show {
	display: block;
}

.grid-blocks-content {
	position: relative;
	margin-bottom: 30px;
	height: 465px;
	background-color: #fff;
	text-align: center;
	letter-spacing: normal;
}

.grid-blocks-content > .image {
	display: block;
	height: 265px;
	background-color: #DADADA;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.grid-blocks-content > .category {
	position: absolute;
	top: 245px;
	left: 0;
	width: 100%;
}

.grid-blocks-content > .category span {
	color: #6A6A6A;
	font-size: 12px;
}

.grid-blocks-content > .category > .category-content {
	margin: 0 auto;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #E6BA58;
	color: #fff;
	text-align: center;
	line-height: 38px;
}

.grid-blocks-content > .title {
	margin: 0;
	margin-top: 70px;
	padding: 0 15px;
	font-weight: 600;
	font-size: 18px;
	font-family: 'calibri', Sans-Serif;
}

.grid-blocks-content > .footer {
	position: absolute;
	right: 15px;
	bottom: 10px;
	left: 15px;
	padding-top: 12px;
	border-top: 1px solid #DADADA;
}

.grid-blocks-content > .footer::after {
	position: absolute;
	top: -2px;
	left: 50%;
	margin-left: -14px;
	width: 28px;
	height: 3px;
	background-color: #E6BA58;
	content: "";
}


/* END BLOCK GRID */


/* FICHE */

.page-content .block-text h3 {
	color: #498CBE;
	text-align: left;
}

.block-text > div {
	padding: 40px;
	background-color: #fff;
	color: #4c4c4c;
}

.block-text > .highlight {
	border-color: #498CBE !important;
	background-color: #498CBE !important;
	color: #fff;
}

.block-text > .transparent {
	border-color: none !important;
	background-color: transparent !important;
	padding: 0;
	vertical-align: text-top;
}

.block-text > .highlight h3,
.block-text > .highlight h2 {
	color: #fff;
}

.block-text > .highlight ul li::before {
	color: #fff;
}

.block-text > .highlight a {
	color: #fff;
	text-decoration: underline;
}

.block-text > .only-title {
	padding: 0;
	background-color: transparent !important;
}

.block-text > .only-title > h2 {
	margin-top: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #acacac;
	color: #444;
	font-weight: 300;
	font-size: 35px;
}

.block-text > .introduction-block {
	margin-bottom: 0px;
	padding: 0;
	padding-bottom: 15px;
	background-color: transparent;
	color:#000 !important;
	text-align: left;
	-webkit-hyphens: initial;
	-moz-hyphens: initial;
	hyphens: initial;
	font-size: 20px;

	-ms-hyphens: initial;
	-o-hyphens: initial;
}

.block-text > .dotted-block {
	border: 1px dashed #acacac;
	background-color: transparent;
}

.fiche-content {
	position: relative;
}

.fiche-content::after {
	position: absolute;
	top: 0;
	right: -15px;
	width: 1px;
	height: 100%;
	background-color: #D6D6D6;
	content: "";
}

.sidebar .content {
	padding-left: 12px;
}

.side-bar-title {
	position: relative;
	margin-top: 0;
	margin-bottom: 15px;
	width: 100%;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px;
	font-family: 'calibri', Sans-Serif;
}

.side-bar-title::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -13px;
	width: 3px;
	background-color: #498CBE;
	content: "";
}

.side-bar-title p {
	font-weight: 400;
}

.sidebar-object {
	margin-bottom: 35px;
}

.sidebar-object-content .btn-small {
	margin-bottom: 5px;
}

.list-li ul {
	padding: 0px;
}

.list-li ul li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 15px;
	list-style: none;
	text-align: left;
}

.list-li li:last-child {
	margin-bottom: 0px;
}

.list-li li::before {
	position: absolute;
	top: -1px;
	left: -3px;
	display: inline-block;
	width: 15px;
	height: 30px;
	color: #E6BA58;
	content: "•";
	font-size: 18px;
}

.block-text.blue-bg {
	border-color: #498CBE !important;
	background-color: #498CBE !important;
	color: #fff;
}

.block-text.blue-bg h3 {
	color: #fff !important;
}

.auxiliaire-text h3 {
	display: none;
}

.auxiliaireText {
	padding: 0 !important;
	background-color: transparent !important;
}

.right-column {
	padding: 20px !important;
	border: 1px solid #ccc;
	background-color: #F3F3EE !important;
}

.right-column h2 {
	position: relative;
	margin-top: 0;
	margin-bottom: 15px;
	width: 100%;
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px;
	font-family: 'calibri', Sans-Serif;
}

.right-column ul {
	padding-left: 15px;
}


/* END FICHE */


/* 404 */

.block-404 {
	display: table;
	margin-top: 250px;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}

.block-404 .content {
	display: table-cell;
	vertical-align: middle;
}

#cookiesAlert {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
	padding: 20px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
	text-align: center;
}

@media(min-width:200px) AND (max-width:991px) {
	.share-link {
		text-align: left;
	}
	.portal-link > div {
		margin-bottom: 1px !important;
	}
	.block-home-categories p {
		display: none;
	}
	.block-home-categories a {
		height: 70px;
	}
	
	.block-home-categories svg {
		height: 20px;
	}
	
	.block-home-categories a span {
		display: block;
		margin-bottom: -10px;
		font-size: 20px;
	}
	.block-home-categories a span img {
		height: 20px !important;
	}
	.home-img-slide p {
		padding: 0 5% !important;
		font-size: 15px !important;
	}
	.home-img-slide h1 {
		font-size: 40px !important;
	}
	.home-img-slide {
		height: 100% !important;
	}
	.block-home-categories {
		top: 0 !important;
		margin-top: 30px;
		margin-right: auto !important;
		margin-bottom: 30px;
		margin-left: auto !important;
	}
	.block-home-categories {
		width: 100%;
	}
	.form-list .form-control {
		margin-left: 0px;
	}
	.header-page-content h1 {
		text-transform: uppercase;
		font-size: 20px;
	}
	.header-page-content h1 p {
		text-transform: uppercase;
		font-size: 12px;
	}
}

@media(max-width:992px) {
	.header-page,
	.home-slide-top {
		margin-top: 0;
	}
	header {
		position: fixed;
		top: 0;
		left: -250px;
		width: 250px;
		height: 100%;
		background-color: #fff;
		box-shadow: none;
		box-shadow: 0 2px 45px rgba(0, 0, 0, 0.1);
	}
	header.open {
		left: 0px;
	}
	.logo > img {
		height: 60px;
	}
	.top-menu-right {
		display: none;
	}
	.main-menu {
		padding-top: 100px;
		padding-left: 0;
		width: 100%;
	}
	.bottom-menu {
		margin-top: 30px;
	}
	.bottom-menu .pull-left,
	.bottom-menu .pull-right {
		float: none !important;
	}
	.bottom-menu .btn-small {
		margin-bottom: 5px;
		width: 100%;
	}
	.mobile-burger {
		display: block;
	}
	.home-img-slide {
		margin-top: 0;
	}
	.portal-link > div {
		margin-bottom: 30px;
	}
	.grid-slide > .content {
		width: 0%;
	}
	.grid-slide > .content.blue-bg {
		width: 100%;
	}
	.adress-footer {
		margin-bottom: 20px;
		text-align: left;
	}
	.home-img-slide h1 {
		font-size: 50px;
	}
	.home-img-slide p {
		padding: 0 10%;
	}
	.menu .input-group {
		max-width: 100%;
	}
	.fiche-content::after {
		display: none;
	}
}

.bx-wrapper .bx-controls-direction a {
	top: auto;
	bottom: -15px;
	z-index: 8;
	width: 30px;
	height: 30px;
	background-color: #444444;
}

.bx-wrapper .bx-prev {
	left: 50%;
	margin-left: -30px;
}

.bx-wrapper .bx-next {
	left: 50%;
}

fieldset {
	margin: 0 0 50px;
	padding: 20px;
	min-width: 0;
	border: none;
	background-color: #fff;
}

legend {
	display: inline-block;
	margin-bottom: -3px;
	margin-left: -20px;
	padding: 3px 10px;
	width: auto;
	border: 1px solid #e6ba58;
	background-color: #e6ba58;
	color: #fff !important;
	font-weight: 600;
	font-size: 16px;
}

check-item {
	font-weight: 400;
	cursor: pointer;
}

.check-item input {
	display: none;
}

.check-item span {
	position: relative;
	top: 4px;
	display: inline-block;
	margin-right: 8px;
	width: 18px;
	height: 18px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	background-color: #fff;
	cursor: pointer;
}

.check-item.radio span {
	position: relative;
	top: 4px;
	display: inline-block;
	margin-right: 8px;
	width: 18px;
	height: 18px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	background-color: #fff;
	cursor: pointer;
}

[type="checkbox"]:checked + span::before {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 10px;
	height: 10px;
	background-color: #498cbe;
	content: "";
}

[type=radio]:checked + span:before {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #498cbe;
	content: "";
}

.checkbox label,
.radio label,
.checkbox-inline,
.radio-inline {
	padding-left: 0;
}

.alert {
	border-radius: 0;
}

.required {
	color: red;
}

.agenda-blocks-content {
	margin-bottom: 30px;
	padding: 20px 20px 10px;
	background-color: #fff;
}

.agenda-blocks-content .date {
	text-transform: uppercase;
}

.agenda-blocks-content h3 {
	margin-bottom: 20px;
}

.agenda-blocks-content .subtitle {
	margin-right: 15px;
	margin-bottom: 10px;
		margin-left: 15px;
	color: #252525;
}

.anchor-pageOLD {
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 15px;
	padding: 15px;
	border: 1px dashed #acacac;
}
.anchor-page{
	margin-bottom: 20px;
}

.anchor-page span {
	margin-right: 10px;
}

.anchor-page a {
	display: block;
}

.hosco-link > .normal {
	display: inline-block;
}
.hosco-link > .hover {
	display: none;
}

.hosco-link:hover > .normal,
.hosco-link:focus > .normal,
.hosco-link:active > .normal{
	display: none;
}
.hosco-link:hover > .hover,
.hosco-link:focus > .hover,
.hosco-link:active > .hover{
	display: inline-block;
}

.collapsable h3{
	cursor: pointer;
}

.collapsable:not(.open) h3{
	margin-bottom: 0px;
}

.collapsable:not(.open) h3:before{
	content: "+";
	float: right;
	background-color: #498CBE;
	color: white;
	padding: 2px 5px 2px 5px;
	line-height: 18px;
	width: 20px;
	text-align: center;
}

.collapsable.open h3:before{
	content: "-";
	float: right;
	background-color: #498CBE;
	color: white;
	padding: 2px 5px 2px 5px;
	line-height: 18px;
	width: 20px;
	text-align: center;
}

.collapsable div:has(h3){
	display: block;
}

.collapsable div:not(:first-of-type), .collapsable ul, .collapsable li, .collapsable b, .collapsable strong, .collapsable i, .collapsable br, .collapsable p{
	display: none;
}

.collapsable.open div, .collapsable.open ul, .collapsable.open li, .collapsable.open br, .collapsable.open p{
	display: block;
}

.collapsable.open b, .collapsable.open strong, .collapsable.open i{
	display: inline-block;
}