.edito{margin-top:20px;text-align: justify}
.edito p{font-family: GothamLight;font-size:14px;}
.edito p strong{font-family: GothamMedium;}
.edito h2{font-size:25px; text-align: left; }

.autres-liens{padding:20px; background:#F1F1F1;margin-top:20px;}
	.autres-liens strong{font-family: GothamMedium}
	.autres-liens a{text-decoration: underline; font-size:12px; text-align: left; color:#212529; font-family: GothamLight}

.slick-slider {
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list, .slick-slider {
	position: relative;
	display: block
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
	transform: translateZ(0)
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:after, .slick-track:before {
	content: "";
	display: table
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.btn {
	padding: 13px 20px;
	font-size: 13px;
	font-family: GothamBook;
	text-transform: uppercase;
	border-radius: 0;
	border: 2px solid transparent
}

.btn.width {
	padding: 13px 33px
}

.btn.btn-white {
	color: #fff;
	border-color: #fff
}

.btn.btn-white:hover {
	color: #051241;
	background-color: #fff
}
.btn.btn-white.active {
	color: #051241;
	background-color: #fff
}
.btn.btn-white.active:hover {
	color: #fff;
	border-color: #fff;
	background-color: transparent;
}

.btn.btn-blue {
	color: #072c56;
	border-color: #072c56
}

.btn.btn-blue:hover {
	color: #fff;
	background-color: #072c56
}

.btn.btn-blue-min {
	padding: 9px 15px;
	font-size: 10px;
	color: #fff;
	background-color: #051241
}

.btn.btn-blue-min:hover {
	background-color: #071959
}

.btn.btn-blue-min.light-blue {
	background-color: #50b7fc;
}

.btn.btn-blue-min.light-blue:hover {
	background-color: #0489e2;
}

.btn.btn-blue {
	padding: 13px 25px;
	font-size: 13px;
	color: #fff;
	background-color: #051241;
	border-color: #051241
}

.btn.btn-blue:hover {
	background-color: #071959;
	border-color: #071959
}

.btn.btn-blue-sky {
	padding: 13px 25px;
	font-size: 13px;
	color: #fff;
	background-color: #50b7fc;
	border-color: #50b7fc
}

.btn.btn-blue-sky:hover {
	background-color: #69c1fc;
	border-color: #69c1fc
}

.btn.btn-blue-trans {
	padding: 13px 42px;
	font-size: 13px;
	color: #072c56;
	background-color: transparent;
	border-color: #072c56
}

.btn.btn-blue-trans:hover {
	color: #fff;
	background-color: #072c56;
	border-color: #072c56
}

.btn.icon img {
	margin-right: 10px
}

.btn.min-pad {
	padding: 13px 25px
}

.header-container .row {
	padding-top: 18px;
	padding-bottom: 18px
}

@media (max-width: 767px) {
	.header-container .row {
		position: relative
	}
}

.col-logo, .header-container .col-head {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width: 1350px) {
	.col-logo {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
}

@media (max-width: 1200px) and (min-width: 992px) {
	.col-logo {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		max-width: inherit
	}

	.col-logo a img {
		max-width: 84px
	}
}

@media (max-width: 992px) and (min-width: 767px) {
	.col-logo a img {
		max-width: 70px
	}
}

@media (max-width: 767px) {
	.col-logo {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-bottom: 20px;
		-ms-flex-pack: center;
		justify-content: center
	}
}

@media (max-width: 1350px) {
	.col-menu {
		display: -ms-flexbox;
		display: flex;
		-ms-flex: 0 0 51%;
		flex: 0 0 51%;
		max-width: 51%
	}
}

@media (max-width: 1200px) and (min-width: 992px) {
	.col-menu {
		-ms-flex: 0 0 70%;
		flex: 0 0 70%;
		max-width: 70%
	}
}

@media (max-width: 992px) and (min-width: 767px) {
	.col-menu {
		-ms-flex: 0 0 62%;
		flex: 0 0 62%;
		max-width: 62%
	}
}

@media (max-width: 767px) {
	.col-menu {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
		position: static
	}
}

@media(max-width: 1199px) and (min-width: 768px) {
	.header-container .bg-white .container {
		max-width: 98%;
		margin: auto;
	}

	.header-container .bg-white .col:last-of-type {
		-ms-flex: 0 0 17%;
		flex: 0 0 17%;
	}
}

.navbar {
	padding: 0 30px
}

@media (max-width: 1200px) and (min-width: 992px) {
	.navbar {
		padding-left: 0
	}
}

@media (max-width: 767px) {
	.navbar {
		position: relative;
		position: static
	}
}

.navbar .navbar-nav li a {
	padding: 0 16px !important;
	font-size: 13px;
	color: #061420;
	text-transform: uppercase;
	font-family: GothamMedium
}

.navbar .navbar-nav li a:hover {
	color: #50b7fc
}

.navbar .navbar-nav li a:after {
	display: none
}

@media (max-width: 1920px) {
	.navbar .navbar-nav li a {
		padding: 0 12px !important;
		font-size: 12px
	}
}

@media (max-width: 1424px) {
	.navbar .navbar-nav li a {
		padding: 0 7px !important;
		font-size: 11px
	}
}

@media (max-width: 1200px) and (min-width: 992px) {
	.navbar .navbar-nav li a {
		padding: 0 5px !important;
		font-size: 12px
	}
}

@media (max-width: 992px) and (min-width: 767px) {
	.navbar .navbar-nav li a {
		padding: 0 5px !important;
		font-size: 10px
	}
}

@media (max-width: 767px) {
	.navbar .navbar-nav li a {
		padding-top: 2px !important;
		padding-bottom: 2px !important
	}
}

.navbar .navbar-nav li.dropdown .dropdown-menu {
	width: 55vw;
	left: -123%;
	border: none;
	border-radius: 0;
	transition: all .4s ease-out;
	overflow-y: auto;
	max-height: 543px;
}
}
.navbar .navbar-nav li.dropdown .dropdown-menu.fjord-dropdown {
	left: -426%;
}

@media (max-width: 767px) {
	.navbar .navbar-nav li.dropdown .dropdown-menu,
	.navbar .navbar-nav li.dropdown .dropdown-menu.fjord-dropdown {
		width: auto;
		left: 0
	}
}

.navbar .navbar-nav li.dropdown:hover .dropdown-menu {
	display: block
}

.navbar .navbar-nav li.active a {
	color: #50b7fc
}

@media (max-width: 1350px) {
	.navbar .navbar-nav li:last-child a {
		padding-right: 0 !important
	}
}

.navbar .navbar-toggler {
	display: none
}

@media (max-width: 767px) {
	.navbar .navbar-toggler {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.navbar .navbar-toggler span {
		display: block;
		width: 35px;
		height: 2px;
		margin: 2px 0;
		background-color: #061420
	}

	.navbar .navbar-toggler:active, .navbar .navbar-toggler:focus {
		outline: none
	}
}

@media (min-width: 767px) {
	.navbar .navbar-collapse {
		display: -ms-flexbox;
		display: flex
	}
}

@media (max-width: 767px) {
	.navbar .navbar-collapse {
		text-align: center;
		position: absolute;
		left: 0;
		top: 104px;
		width: 100%;
		background-color: #fff;
		z-index: 50
	}

	.navbar .navbar-collapse .navbar-nav {
		padding-top: 8px;
		padding-bottom: 8px
	}
}

@media (max-width: 1350px) {
	.navbar {
		padding-right: 0
	}
}

@media (max-width: 992px) and (min-width: 767px) {
	.navbar {
		padding-left: 0
	}

	.navbar .navbar-collapse ul li {
		padding: 0
	}

	.navbar .navbar-collapse ul li a {
		padding: 0 3px !important;
		font-size: 9px
	}
}

@media (max-width: 767px) {
	.navbar {
		padding-left: 0
	}
}

.header-right {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.header-right .tel a {
	display: -ms-flexbox;
	display: flex;
	font-size: 13px;
	color: #061420;
	letter-spacing: 2px
}
.header-right .search a i {
	margin-top: 8px;
}
.header-right .search a {
	font-size: 18px;
	color: #061420;
	letter-spacing: 2px;
}

.header-right .tel a i {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	font-style: normal
}

.header-right .tel a i button {
	border: none;
	background-color: transparent;
	background-image: none
}

.header-right .tel a i img {
	margin-right: 20px
}

@media (min-width: 1200px) and (max-width: 1350px) {
	.header-right .tel a i span {
		font-size: 12px
	}
}

@media (min-width: 1200px) {
	.header-right .tel a i span {
		display: block
	}
}

.header-right .langues {
	padding-left: 42px
}

.header-right .langues ul {
	display: -ms-flexbox;
	display: flex
}

.header-right .langues ul li {
	list-style: none
}

.header-right .langues ul li a {
	padding: 0 5px
}

.header-right .langues ul li:last-child a {
	padding-right: 0
}

@media (max-width: 1350px) {
	.header-right {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center
	}
}

@media (max-width: 1200px) and (min-width: 767px) {
	.header-right {
		-ms-flex-align: center;
		align-items: center
	}

	.header-right .tel {
		padding: 0 4px
	}

	.header-right .tel a i img {
		margin-right: 0
	}

	.header-right .langues {
		padding-left: 0
	}

	.header-right .langues ul li {
		padding: 0 4px
	}
}

@media (max-width: 1200px) {
	.header-right {
		padding-top: 0;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-ms-flex-align: center;
		align-items: center
	}

	.header-right .tel a i button:active, .header-right .tel a i button:focus {
		outline: none
	}

	.header-right .tel a i img {
		margin-right: 0
	}

	.header-right .tel a i span {
		position: absolute;
		right: 17px;
		top: 26px
	}

	.header-right .langues {
		padding-left: 0
	}

	.header-right .langues ul li {
		padding: 0 4px
	}
}

.header-jumbotron {
	position: relative
}

.header-jumbotron .image {
	display: -ms-flexbox;
	display: flex;
	max-height: 942px;
	overflow: hidden
}

.fiche-header.header-jumbotron .image {
	background-image:linear-gradient(60deg, #fafafa, #fff);
	height: 942px;
}
.fiche-header.header-jumbotron .image .banner-constructeur {
	position: absolute;
	top: 40%;
	left: 10%;
	color: #f1f1f1;
	font-weight: 900;
	font-size: 240px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header-jumbotron .image img {
	width: 100%;
	max-width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover
}

.header-jumbotron .header-jumb-descriptions {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: end;
	align-items: flex-end
}

.header-jumbotron .header-jumb-descriptions .header-jumb-logo {
	position: absolute;
    top: 10%;
}

.header-jumbotron .header-jumb-descriptions .content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column
}

.header-jumbotron .header-jumb-descriptions .content .filter-tabs {
	position: absolute;
    bottom: 15%;
    left: 50%;
    width: 85%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header-jumbotron .header-jumb-descriptions .content .filter-tabs ul {
	padding: 0 40px;
	border: none
}

.header-jumbotron .header-jumb-descriptions .content .filter-tabs ul li {
	margin-bottom: 0;
}

.header-jumbotron .header-jumb-descriptions .content .filter-tabs ul li a {
	min-width: 192px;
	padding: 14px 10px;
	border: none;
	font-family: GothamLight;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	border-radius: 0;
	background-color: rgba(22, 27, 36, .3)
}


.header-jumbotron .header-jumb-descriptions .content .filter-tabs ul li.ml-auto a {
	padding-bottom: 15.5px;
	padding-top: 15.5px;
}

.header-jumbotron .header-jumb-descriptions .content .filter-tabs ul li.ml-auto a {
	font-size: 18px;
	background-color: rgba(80,183,252, .7);
}

.header-jumbotron .header-jumb-descriptions .content .filter-tabs ul li a.active, .header-jumbotron .header-jumb-descriptions .content .filter-tabs ul li a:hover {
	background-color: #051241
}

.header-jumbotron .header-jumb-descriptions .content .filter-tabs ul li.ml-auto a:hover {
	background-color: rgba(80,183,252, 1);
}

@media (max-width: 767px) {
	.header-jumbotron .header-jumb-descriptions .content .filter-tabs ul li {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.header-jumbotron .header-jumb-descriptions .content .filter-tabs ul li a {
		font-size: 16px
	}
}

@media (max-width: 768px) {
	.header-jumbotron .header-jumb-descriptions .content .filter-tabs ul li:last-of-type {
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
		margin-left: 0 !important;
	}
}

@media (max-width: 450px) {
	.header-jumbotron .header-jumb-descriptions .content .filter-tabs ul li a {
		font-size: 12px !important;
	}

	.header-jumbotron .header-jumb-descriptions .content .filter-tabs ul {
		padding: 0 20px
	}
}

.header-jumbotron .header-jumb-descriptions .content .filter-tabs .filter-form-content {
	padding: 30px;
	position: relative;
	overflow: hidden
}

.header-jumbotron .header-jumb-descriptions .content .filter-tabs .filter-form-content:before {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.3);
}

.header-jumbotron .header-jumb-descriptions .content .filter-tabs .filter-form-content .form-row .col {
	padding-left: 15px;
	padding-right: 15px
}

@media (max-width: 1199px) and (min-width: 992px) {

	.header-jumbotron .header-jumb-descriptions .content .filter-tabs .filter-form-content .form-row .col {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 15px
	}
	.header-jumbotron .header-jumb-descriptions .content .filter-tabs .filter-form-content .form-row .col:last-child {
		display: -ms-flexbox;
		display: flex;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		-ms-flex-pack: center;
		justify-content: center
	}
}

@media (max-width: 992px) {
	.header-jumbotron .header-jumb-descriptions .content .filter-tabs .filter-form-content .form-row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.header-jumbotron .header-jumb-descriptions .content .filter-tabs .filter-form-content .form-row .col {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 15px
	}
	.header-jumbotron .header-jumb-descriptions .content .filter-tabs .filter-form-content .form-row .col:last-child {
		display: -ms-flexbox;
		display: flex;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		-ms-flex-pack: center;
		justify-content: center
	}

}

@media (max-width: 768px) {
	.header-jumbotron .header-jumb-descriptions .content .filter-tabs .filter-form-content .form-row .col {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 15px
	}
	.header-jumbotron .header-jumb-descriptions .content .filter-tabs .filter-form-content .form-row .col:last-child {
		display: -ms-flexbox;
		display: flex;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.footer-section .col:first-of-type > ul {
	columns: 2
}

@media (max-width: 992px) and (max-width: 767px) {
	.header-jumbotron .header-jumb-descriptions .content .filter-tabs .filter-form-content .form-row .col:last-child {
		margin-bottom: 0
	}
}

.header-jumbotron .header-jumb-descriptions .content .filter-tabs .filter-form-content input, .header-jumbotron .header-jumb-descriptions .content .filter-tabs .filter-form-content select {
	min-width: 290px;
	padding: 0 20px;
	height: 50px;
	font-family: GothamBook;
	font-size: 12px;
	letter-spacing: 2px;
	color: #061420;
	text-transform: uppercase;
	border: none;
	border-radius: 0
}

@media (max-width: 1350px) {
	.header-jumbotron .header-jumb-descriptions .content .filter-tabs .filter-form-content input, .header-jumbotron .header-jumb-descriptions .content .filter-tabs .filter-form-content select {
		min-width: 204px
	}
}

@media (max-width: 1200px) {
	.header-jumbotron .header-jumb-descriptions .content .filter-tabs .filter-form-content input, .header-jumbotron .header-jumb-descriptions .content .filter-tabs .filter-form-content select {
		min-width: 190px;
		font-size: 11px
	}
}

@media (max-width: 992px) {
	.header-jumbotron .header-jumb-descriptions .content .filter-tabs .filter-form-content input, .header-jumbotron .header-jumb-descriptions .content .filter-tabs .filter-form-content select {
		min-width: 100%;
		font-size: 8px
	}
}

.header-jumbotron .header-jumb-descriptions .content .filter-tabs .filter-form-content select {
	min-width: 200px;
	background: #fff url(../image/form-arrow-down.png) no-repeat right 25px center
}

.header-jumbotron .header-jumb-descriptions .content .filter-tabs .filter-form-content select:hover {
	cursor: pointer
}

@media (max-width: 1350px) {
	.header-jumbotron .header-jumb-descriptions .content .filter-tabs .filter-form-content select {
		min-width: 170px
	}
}

@media (max-width: 1200px) {
	.header-jumbotron .header-jumb-descriptions .content .filter-tabs .filter-form-content select {
		min-width: 160px
	}
}

@media (max-width: 992px) {
	.header-jumbotron .header-jumb-descriptions .content .filter-tabs .filter-form-content select {
		min-width: 100%
	}
}

.header-jumbotron .header-jumb-descriptions .content .filter-tabs .filter-form-content:before {
	content: ""
}

@media (max-width: 350px) {
	.header-jumbotron .header-jumb-descriptions .content .filter-tabs .filter-form-content {
		padding-left: 10px;
		padding-right: 10px
	}
}

.header-jumbotron .header-jumb-descriptions .content .filter-tabs button {
	min-width: 50px;
	height: 50px;
	background-color: #051241;
	border: 0
}

.header-jumbotron .header-jumb-descriptions .content .filter-tabs button:hover {
	cursor: pointer;
	background: #072c56
}

@media (max-width: 992px) {
	.header-jumbotron .header-jumb-descriptions .content .filter-tabs {
		padding-top: 110px
	}
}

.header-jumbotron .filter-text {
	margin-left: auto;
	padding-top: 55px;
	font-family: GothamBook;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px
}

@media (max-width: 992px) {
	.header-jumbotron .filter-text {
		padding-left: 0;
		margin-left: inherit
	}
}

.header-jumbotron .smooth-button {
	padding: 48px 0 42px;
	position: absolute;
    bottom: 0;
}

@media (max-width: 767px) {
	.header-jumbotron .header-jumb-descriptions .content .smooth-button {
		padding: 15px 0 20px
	}
}

@media (max-width: 767px) {
	.header-jumbotron .header-jumb-descriptions .header-jumb-logo {
		display: none;
	}

	.header-jumbotron .header-jumb-descriptions .content .filter-tabs {
		top: 3%;
	}
}

.header-jumbotron.page .image {
	max-height: 560px
}

.header-jumbotron.page .page-breadcrumbs {
	width: 100%;
	padding-top: 102px;
	position: absolute;
	top: 0;
	left: 0
}

.header-jumbotron.page .page-breadcrumbs, .header-jumbotron.page .page-breadcrumbs ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}

.header-jumbotron.page .page-breadcrumbs ul li {
	padding: 0 8px
}

.header-jumbotron.page .page-breadcrumbs ul li, .header-jumbotron.page .page-breadcrumbs ul li a {
	font-size: 12px;
	font-family: GothamBook;
	text-transform: uppercase;
	color: #051241;
	letter-spacing: 2px
}

.header-jumbotron.page .page-breadcrumbs .page-title {
	padding-top: 2px;
	text-align: center;
	font-size: 32px;
	color: #051241;
	font-family: GothamBook;
	text-transform: uppercase
}

.header-jumbotron.page .page-breadcrumbs .section-blocks-slider {
	padding-top: 98px
}

.header-jumbotron.page .page-breadcrumbs .section-blocks-slider .item .row {
	padding-top: 0
}

@media (max-width: 992px) {
	.header-jumbotron.page .page-breadcrumbs .section-blocks-slider .item .block-image {
		min-height: inherit
	}

	.header-jumbotron.page .page-breadcrumbs .section-blocks-slider .item .col-7 .block-image {
		padding-top: 15px
	}
}

@media (max-width: 992px) and (min-width: 767px) {
	.header-jumbotron.page .page-breadcrumbs .section-blocks-slider .item .col-7 .block-image {
		padding-top: 15px;
		padding-bottom: 15px
	}
}

.header-jumbotron.page .page-breadcrumbs .section-blocks-slider .h3 {
	padding-top: 20px;
	font-size: 20px;
	color: #051241;
	text-transform: uppercase
}

.header-jumbotron.page .page-breadcrumbs .section-blocks-slider .h3 b {
	font-family: GothamBold
}

.header-jumbotron.page .page-breadcrumbs .section-blocks-slider span p {
	font-size: 19px;
	text-transform: none
}


.header-slider .slick-arrow {
	width: 20px;
	text-indent: -99999px;
	background-color: transparent;
	border: none;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	z-index: 50
}

.header-slider .slick-arrow:hover {
	cursor: pointer
}

.header-slider .slick-arrow:active, .header-slider .slick-arrow:focus {
	outline: none
}

.header-slider .slide {
	position:relative;
}
.header-slider .slick-slide a::before {
	content: '';
	display: block;
	position: absolute;
	z-index: 10;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.header-slider .slide .filter-text {
	position: absolute;
    bottom: 4%;
    right: 8%;
    margin-left: initial !important;
    padding-top: initial !important;
}
.header-slider .block-image.slide-image .image {
	width: 100%
}

.header-slider .slick-arrow.slick-prev {
	left: 18px;
	background: transparent url(../image/arrow-pagination-left.png) no-repeat 50%
}

@media (max-width: 767px) {
	.header-slider .slick-arrow.slick-prev {
		top: 45%;
		left: 0
	}
}

.header-slider .slick-arrow.slick-next {
	right: 18px;
	background: transparent url(../image/arrow-pagination-right.png) no-repeat 50%
}

@media (max-width: 767px) {
	.header-slider .slick-arrow.slick-next {
		top: 45%;
		right: 0
	}
}


.header-jumbotron.page .page-breadcrumbs .section-blocks-slider .block-image.slide-image .image {
	width: 100%
}

.header-jumbotron.page .page-breadcrumbs .section-blocks-slider .slick-arrow.slick-prev {
	left: -18px;
	background: url(../image/arrow-pagination-left.png) no-repeat 50%
}

@media (max-width: 767px) {
	.header-jumbotron.page .page-breadcrumbs .section-blocks-slider .slick-arrow.slick-prev {
		top: 45%;
		left: 0
	}
}

.header-jumbotron.page .page-breadcrumbs .section-blocks-slider .slick-arrow.slick-next {
	right: -18px;
	background: url(../image/arrow-pagination-right.png) no-repeat 50%
}

@media (max-width: 767px) {
	.header-jumbotron.page .page-breadcrumbs .section-blocks-slider .slick-arrow.slick-next {
		top: 45%;
		right: 0
	}
}

@media (max-width: 992px) {
	.header-jumbotron.page .page-breadcrumbs .section-blocks-slider {
		padding-top: 32px
	}
}

@media (max-width: 992px) and (min-width: 767px) {
	.header-jumbotron.page .page-breadcrumbs .section-blocks-slider .slick-dots {
		padding-right: 15px;
		position: relative;
		left: inherit;
		right: 0;
		bottom: 30px;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
}

@media (max-width: 767px) {
	.header-jumbotron.page .page-breadcrumbs .section-blocks-slider .slick-dots {
		padding-right: 15px;
		position: relative;
		left: inherit;
		right: 0;
		bottom: 30px;
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.header-jumbotron.page .page-breadcrumbs .section-blocks-slider .item {
		background-color: #fafafa
	}
}

@media (max-width: 500px) {
	.header-jumbotron.page .page-breadcrumbs .section-blocks-slider .slick-dots {
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (max-width: 992px) {
	.header-jumbotron.page .page-breadcrumbs {
		padding-top: 48px
	}
	.header-jumbotron.page .page-breadcrumbs .section-blocks-slider .slick-dots {
		bottom: 73px;
	}
}

@media (max-width: 767px) {
	.header-jumbotron.page .page-breadcrumbs .block-image .block-text.descriptions {
		padding-bottom: 30px
	}

	.header-jumbotron.page .page-breadcrumbs .block-image .block-text.descriptions .content .h3 {
		padding-top: 8px;
		font-size: 18px
	}

	.header-jumbotron.page .page-breadcrumbs .block-image .block-text.descriptions .content span p {
		font-size: 14px
	}
}

@media (max-width: 1645px) {
	.header-jumbotron .image {
		height: 942px
	}
}

@media (max-width: 1200px) and (min-width: 992px) {
	.header-jumbotron .image {
		height: 820px
	}

	.header-jumbotron .header-jumb-descriptions .content .filter-tabs {
		padding-top: 156px
	}
}

@media (max-width: 767px) {
	.header-jumbotron .image {
		max-height: 642px
	}

	.header-jumbotron .header-jumb-descriptions .content .filter-tabs {
		padding-top: 46px
	}

	.header-jumbotron .header-jumb-descriptions .content .filter-tabs ul li {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.header-jumbotron .header-jumb-descriptions .content .filter-tabs ul li a {
		min-width: inherit
	}

	.header-jumbotron .header-jumb-descriptions .content .filter-text {
		padding-top: 15px;
		text-align: center;
	}
}

.footer-section {
	padding: 60px 0 15px;
	background-color: #072c56
}

.footer-section .footer-title {
	padding-bottom: 4px;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	font-family: GothamBook
}

.footer-section ul li, .footer-section ul li:hover {
	height: 24px;
}

.footer-section ul li, .footer-section ul li a {
	font-size: 11px;
	color: #fff;
	font-family: GothamLight;
	text-transform: uppercase;
	transition: all .3s ease-in-out
}

.footer-section ul li a, .footer-section ul li a:hover {
	padding-left: 4px
}

.footer-section p {
	margin-bottom: 0;
	font-size: 11px;
	color: #fff;
	font-family: GothamLight;
	text-transform: uppercase
}

.footer-section form {
	padding-top: 10px;
	padding-bottom: 8px
}

.footer-section form input {
	height: 50px;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	font-family: GothamMedium;
	background-color: #183d67 !important;
	border: none;
	border-radius: 0
}

.footer-section form input::-webkit-input-placeholder {
	font-size: 13px;
	color: #fff;
	font-family: GothamMedium
}

.footer-section form input:-ms-input-placeholder {
	font-size: 13px;
	color: #fff;
	font-family: GothamMedium
}

.footer-section form input::placeholder {
	font-size: 13px;
	color: #fff;
	font-family: GothamMedium
}

.footer-section form button {
	text-indent: -999999px;
	background: #50b7fc url(../image/form-arrow-icon.png) no-repeat 50%;
	border-color: #50b7fc
}

.footer-section form button:hover {
	background-color: #0489e2;
	border-color: #0489e2
}

.footer-section .footer-social {
	display: -ms-flexbox;
	display: flex;
	padding-top: 4px
}

.footer-section .footer-social li {
	padding: 0 12px
}

.footer-section .footer-social li img {
	max-width: 100%
}

.footer-section .footer-social li:first-child {
	padding-left: 0
}

.footer-section .footer-social li:last-child {
	padding-right: 0
}

.footer-section .footer-social li a:hover {
	padding-left: 0;
	opacity: .5
}

.footer-section .copyright-container {
	padding: 44px 0 35px;
	color: #fff;
	font-size: 12px;
	font-family: GothamLight;
	text-transform: uppercase
}

.footer-section .copyright-container a {
	color: #fff
}

@media (max-width: 1420px) {
	.footer-section form input {
		max-width: 140px
	}
}

@media (max-width: 1350px) {
	.footer-section form input {
		max-width: 130px;
		font-size: 12px
	}

	.footer-section form input::-webkit-input-placeholder {
		font-size: 12px
	}

	.footer-section form input:-ms-input-placeholder {
		font-size: 12px
	}

	.footer-section form input::placeholder {
		font-size: 12px
	}
}

@media (max-width: 1200px) {
	.footer-section .col.col-5 {
		-ms-flex: 0 0 32%;
		flex: 0 0 32%;
		max-width: 32%
	}

	.footer-section .col.last-child {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
}

@media (max-width: 992px) {
	.footer-section .col ul li a {
		font-size: 9px
	}

	.footer-section .col form input {
		max-width: 78px;
		font-size: 8px
	}

	.footer-section .col form input::-webkit-input-placeholder {
		font-size: 8px
	}

	.footer-section .col form input:-ms-input-placeholder {
		font-size: 8px
	}

	.footer-section .col form input::placeholder {
		font-size: 8px
	}

	.footer-section .col form button {
		padding: 13px 17px
	}
}

@media (max-width: 767px) {
	.footer-section {
		padding-left: 0;
		padding-right: 0
	}

	.footer-section .row {
		display: -ms-flexbox;
		display: flex
	}

	.footer-section .col {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 20px
	}

	.footer-section .col.col-5 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.footer-section .col.col-5 .col-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.footer-section .col form input {
		max-width: 120px
	}

	.footer-section .col:last-child {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.footer-section .footer-title, .footer-section p {
		text-align: center
	}

	.footer-section form, .footer-section ul {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.footer-section form {
		-ms-flex-direction: row;
		flex-direction: row
	}

	.footer-section form, .footer-section ul li {
		-ms-flex-pack: center;
		justify-content: center
	}

	.footer-section ul li {
		display: -ms-flexbox;
		display: flex;
		width: 100%
	}

	.footer-section ul li a {
		text-align: center
	}

	.footer-section .footer-social {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: center;
		justify-content: center
	}

	.footer-section .footer-social li {
		width: auto
	}
}

@media (max-width: 767px) {
	.footer-section {
		padding: 30px 20px 0
	}
}

@font-face {
	font-family: GothamMedium;
	src: url(../fonts/Gotham-Medium.otf)
}

@font-face {
	font-family: GothamMediumItalic;
	src: url(../fonts/Gotham-MediumItalic.otf)
}

@font-face {
	font-family: GothamBlack;
	src: url(../fonts/Gotham-Black.otf)
}

@font-face {
	font-family: GothamBlackItalic;
	src: url(../fonts/Gotham-BlackItalic.otf)
}

@font-face {
	font-family: GothamBold;
	src: url(../fonts/Gotham-Bold.otf)
}

@font-face {
	font-family: GothamBoldItalic;
	src: url(../fonts/Gotham-BoldItalic.otf)
}

@font-face {
	font-family: GothamBoldRegular;
	src: url(../fonts/Gotham-Bold-Regular.ttf)
}

@font-face {
	font-family: GothamBook;
	src: url(../fonts/Gotham-Book.otf)
}

@font-face {
	font-family: GothamBookItalic;
	src: url(../fonts/Gotham-BookItalic.otf)
}

@font-face {
	font-family: GothamLight;
	src: url(../fonts/Gotham-Light-Regular.otf)
}

@font-face {
	font-family: GothamLightItalic;
	src: url(../fonts/Gotham-LightItalic.otf)
}

@font-face {
	font-family: GothamLightRegular;
	src: url(../fonts/Gotham-Light-Regular.otf)
}

@font-face {
	font-family: GothamThin;
	src: url(../fonts/Gotham-Thin.otf)
}

@font-face {
	font-family: GothamThinItalic;
	src: url(../fonts/Gotham-ThinItalic.otf)
}

@font-face {
	font-family: GothamUltra;
	src: url(../fonts/Gotham-Ultra.otf)
}

@font-face {
	font-family: GothamUltraItalic;
	src: url(../fonts/Gotham-UltraItalic.otf)
}

@font-face {
	font-family: GothamXLight;
	src: url(../fonts/Gotham-XLight.otf)
}

@font-face {
	font-family: GothamXLightItalic;
	src: url(../fonts/Gotham-XLightItalic.otf)
}

@media (min-width: 1350px) {
	.container {
		max-width: 1530px
	}
}

@media (min-width: 1920px) {
	.container {
		max-width: 1730px
	}
}

body {
	font-family: GothamMedium;
	padding-top: 65px;
}

@media (max-width: 425px) {
	body {
		padding-top: 111px;
	}
}

body > .inner {
	display: none
}

body.pg-loaded > .inner {
	display: block
}

.btn, a, button {
	transition: all .4s ease-out
}

a:hover {
	text-decoration: none
}

ul {
	padding: 0;
	margin: 0
}

ul li {
	list-style: none
}

.section-blocks {
	padding: 100px 0
}

.section-blocks .block-image {
	position: relative
}

.section-blocks .block-image .image {
	overflow: hidden;
}

.section-blocks:not(.section-blocks-slider) .block-image .image img {
	filter: brightness(1.5);
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover
}
.section-blocks#anchor-home .block-image:hover .image img {
	filter: brightness(1.7);
}

.section-blocks .block-image .block-text {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0
}
.section-blocks .block-image .block-text:not(.descriptions) a:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.section-blocks .block-image .block-text.descriptions {
	padding-bottom: 86px;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: end;
	align-items: flex-end
}

.section-blocks .block-image .block-text.descriptions .content {
	padding: 0 58px
}

.section-blocks .block-image .block-text.descriptions .content .h2 {
	padding-bottom: 5px;
	font-size: 20px;
	color: #fff;
	font-family: GothamMedium;
	text-transform: uppercase
}

.section-blocks .block-image .block-text.descriptions .content span {
	display: block;
	max-width: 50%;
	padding-bottom: 40px;
	font-size: 13px;
	color: #fff;
	font-family: GothamLight;
	text-align: justify;
	text-transform: uppercase
}

@media (max-width: 1200px) {
	.section-blocks .block-image .block-text.descriptions .content span {
		max-width: 100%
	}
}

@media (max-width: 500px) {
	.section-blocks .block-image .block-text.descriptions .content span {
		padding-bottom: 10px
	}
}

.section-blocks .block-image .block-text.descriptions .content span p {
	line-height: 26px
}

@media (max-width: 500px) {
	.section-blocks .block-image .block-text.descriptions .content {
		padding: 0 15px
	}
}

.section-blocks .block-image .block-text.with-logo {
	padding-bottom: 86px;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: end;
	justify-content: flex-end
}

@media (max-width: 1350px) {
	.section-blocks.section-six .col {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
		margin: 15px 0
	}
}

@media (max-width: 767px) {
	.section-blocks.section-six .col {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
}

@media (max-width: 1200px) {
	.section-blocks.section-four .col {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		margin: 15px 0
	}
}

@media (max-width: 767px) {
	.section-blocks.section-four .col .block-image .image {
		max-height: 250px
	}
}

.section-blocks.section-two .block-image, .section-blocks.section-two .block-image .image {
	height: 450px
}

.section-blocks.section-two .block-image .with-logo .image {
	height: auto;
	display: flex;
	display: -ms-flex;
}
.section-blocks.section-two .block-image .image img {
	height: 100%
}

@media (max-width: 1200px) {
	.section-blocks.section-two .col-9 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}

	.section-blocks.section-two .col-3 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
}

@media (max-width: 992px) {
	.section-blocks.section-two .col-3, .section-blocks.section-two .col-9 {
		margin: 15px 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.section-blocks.section-two .block-image, .section-blocks.section-two .block-image .with-logo .image {
		height: auto
	}
}

@media (max-width: 1350px) {
	.section-blocks {
		padding: 30px 0
	}
}
.text-centered ul {
    padding-left: 40px;
}
.text-centered li {
	list-style: initial;
}
.text-centered p {
	margin-bottom: 0;
	font-size: 14px;
	color: #0f5b74;
	line-height: 28px;
	letter-spacing: 1px;
	font-family: GothamBook;
	text-transform: uppercase;
	text-align: center
}

.text-centered b {
	font-family: GothamBold
}

.section-blocks-slider .item .row {
	display: -ms-flexbox !important;
	display: flex !important
}

@media (max-width: 992px) {
	.section-blocks-slider .item .row {
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}

	.section-blocks-slider .item .col {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 15px !important;
		padding-right: 15px !important
	}

	.section-blocks-slider .item .col.col-4 {
		min-height: inherit;
		max-height: 320px;
		overflow: hidden
	}

	.section-blocks-slider .item .col.col-4 .block-image {
		min-height: inherit;
		max-height: 320px;
		padding-top: 0;
		overflow: hidden
	}

	.section-blocks-slider .item .col .image {
		width: 100%;
		max-height: 320px;
		overflow: hidden;
		display: flex;
		display: -ms-flex;
	}

	.section-blocks-slider .item .col .image img {
		width: 100%;
		object-fit: cover;
		-o-object-fit: cover;
	}

	.section-blocks-slider .block-image {
		min-height: initial !important;
		padding-bottom: 40px !important;
	}
}

@media (max-width: 767px) {
	.section-blocks-slider .item .col .block-image {
		padding-top: 15px;
		min-height: initial;
	}

	.section-blocks-slider .item .col.col-4 {
		min-height: inherit;
		max-height: 320px;
		overflow: hidden
	}

	.section-blocks-slider .item .col.col-4 .block-image {
		min-height: inherit;
		max-height: 320px;
		padding-top: 0;
		overflow: hidden
	}

	.section-blocks-slider .item .col span {
		padding-bottom: 15px !important
	}

	.section-blocks-slider .item .col span p {
		font-size: 12px
	}
}

.section-blocks-slider .block-image {
	display: -ms-flexbox;
	display: flex;
	min-height: 452px;
	padding-top: 75px;
	-ms-flex-align: start;
	align-items: flex-start;
	background-color: #fafafa
}

.section-blocks-slider .block-image .block-text.descriptions {
	position: relative;
	padding-bottom: 0
}
@media (max-width: 767px) {
	.section-blocks-slider .block-image .block-text.descriptions {
		padding-top: 10px;
	}
}

.section-blocks-slider .block-image .block-text.descriptions .content span {
	max-width: 100%;
	padding-bottom: 32px
}

.section-blocks-slider .block-image .block-text.descriptions .content .h2, .section-blocks-slider .block-image .block-text.descriptions .content p {
	margin-bottom: 0;
	color: #072c56 !important
}

.section-blocks-slider .block-image.slide-image {
	padding: 0
}

.section-blocks-slider .slick-arrow {
	width: 20px;
	text-indent: -99999px;
	background-color: transparent;
	border: none;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	z-index: 50
}

.section-blocks-slider .slick-arrow.slick-prev {
	left: -50px;
	background: url(../image/arrow-left.png) no-repeat 50%
}

.section-blocks-slider .slick-arrow.slick-next {
	right: -50px;
	background: url(../image/arrow-right.png) no-repeat 50%
}

.section-blocks-slider .slick-arrow:hover {
	cursor: pointer
}

.section-blocks-slider .slick-arrow:active, .section-blocks-slider .slick-arrow:focus {
	outline: none
}

@media (max-width: 767px) {
	.section-blocks-slider .slick-arrow.slick-prev {
		left: 5px
	}

	.section-blocks-slider .slick-arrow.slick-next {
		right: 5px
	}
}

.section-blocks-slider .slick-dots {
	display: -ms-flexbox !important;
	display: flex !important;
	position: absolute;
	left: 58px;
	bottom: 6px
}

.section-slider-page .image {
	overflow: hidden;
    max-height: 450px !important;
    width: 100%;
    height: 942px;
    display: -ms-flexbox;
    display: flex;
}

.section-slider-page .image img {
	width: 100%;
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.categories-slider-head.section-blocks-slider .slick-dots {
	bottom: 46px;
}

.section-blocks-slider .slick-dots li {
	margin: 0 3px
}

.section-blocks-slider .slick-dots li:first-child {
	margin-left: 0
}

.section-blocks-slider .slick-dots li:last-child {
	margin-right: 0
}

.section-blocks-slider .slick-dots li button {
	display: block;
	width: 14px;
	height: 14px;
	margin: 0;
	padding: 0;
	text-indent: -999999px;
	border-radius: 100%;
	background-color: #e4e4e4;
	border: none
}

.section-blocks-slider .slick-dots li button:active, .section-blocks-slider .slick-dots li button:focus {
	outline: none
}

.section-blocks-slider .slick-dots li button:hover {
	cursor: pointer
}

.section-blocks-slider .slick-dots li.slick-active button {
	background-color: #6a8ca2
}

.section-banner, .section-banner-links {
	background-color: #0ab8ff;
	min-height: 150px;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.section-banner-links {
	background-color: #F7F7F7;
}
.section-banner-links a {
	color: #0f5b74;
}

.section-banner .h1 {
	font-size: 24px;
	color: #fff;
	font-family: "Open sans", sans-serif;
	font-weight: 300;
	text-transform: uppercase
}

.section-banner .h1 span {
	font-family: GothamMedium
}

@media (max-width: 767px) {
	.section-banner .h1 {
		font-size: 18px
	}
}

.section-banner a {
	display: inline-block;
	width: auto
}

.section-blog {
	padding: 100px 0;
	position: relative
}

.section-blog:after {
	content: "";
	display: block;
	width: 100%;
	min-height: 300px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #f7f7f7
}
.section-blog.section-annexe:after {
	content: initial;
}

.section-blog .container {
	position: relative;
	z-index: 10
}

.section-blog .item-blog {
	position: relative
}

.section-blog .item-blog .category {
	padding: 4px 24px;
	font-size: 14px;
	color: #fff;
	font-family: GothamMedium;
	text-transform: uppercase;
	position: absolute;
	top: 24px;
	left: 20px;
	background-color: rgba(4, 18, 29, .7)
}

.section-blog .item-blog .image {
	overflow: hidden
}

.section-blog .item-blog .image img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

@media (max-width: 767px) {
	.section-blog .item-blog .image {
		max-height: 350px
	}
}

@media (max-width: 494px) {
	.section-page-text .button a {
		margin: 3% auto;
	}
}

#modalPopup .modal-dialog {
	max-width: 900px !important;
}
#modalPopup * {
	font-family: GothamMedium;
}

.modal-content {
	border: 0;
	font-family: 'Open Sans', sans-serif;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.modal-footer, .modal-header {
	border: 0;
}

.modal-header {
	justify-content: center;
	text-transform: uppercase;
}

#myModalSpeMsg {
	font-weight: 300;
	font-size: 13px;
}

.modal-backdrop {
	background-color: #fff;
}


.section-blog .item-blog .content {
	max-width: 278px;
	min-height: 118px;
	padding: 16px 22px 16px;
	position: absolute;
	left: 15px;
	bottom: -45px;
	background-color: #fff
}
.section-blog.section-annexe .item-blog .content {
	min-height: 106px;
	border: 1px solid #295969;
	text-align: center;
}

.section-blog .item-blog .content .blog-title {
	color: #295969;
	font-family: GothamMedium;
	text-transform: uppercase
}

.section-blog .item-blog .content .blog-text {
	padding-bottom: 18px;
	color: #295969;
	font-size: 11px;
	line-height: 20px;
	font-family: GothamBook;
	text-transform: uppercase
}

.section-blog .item-blog .content a {
	color: #295969;
	font-size: 14px;
	font-family: GothamMedium;
	text-transform: uppercase
}
.section-blog .item-blog .content a::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 1250px) {
	.section-blog .item-blog .content {
		width: 100%;
		max-width: 100%;
		padding: 10px 15px;
		left: 0
	}
}

@media (max-width: 1199px) {
	.section-blog .item-blog .content {
		position: static;
	}
	.section-blog .col {
		margin: 15px 0 !important
	}
}

@media (max-width: 992px) {
	.section-blog .col {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (max-width: 500px) {
	.section-blog .item-blog .content {
		position: static;
	}
}
@media (max-width: 767px) {
	.section-blog .col {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.section-filter-categories {
	padding: 87px 0 20px !important;
	margin-top: 148px !important;
}

@media (max-width: 992px) and (min-width: 767px) {
	.section-filter-categories {
		padding: 376px 0 20px !important
	}
}

@media (max-width: 767px) {
	.section-filter-categories {
		padding: 380px 0 20px !important
	}
}

@media (max-width: 400px) {
	.section-filter-categories {
		padding: 450px 0 20px !important
	}
}

.section-filter-categories form {
	width: 100%;
	align-items: center;
}

.section-filter-categories .filter-container,
.filter-tabs .filter-container {
	width: 100%;
	padding: 40px 32px;
	margin: 0;
	background-color: #051241
}

.section-filter-categories .filter-container .filter-title {
	padding-bottom: 15px;
	font-size: 12px;
	color: #fff;
	font-family: GothamMedium;
	text-transform: uppercase;
	letter-spacing: 2px
}

.section-filter-categories .filter-container select,
.section-filter-categories .filter-container input,
.filter-tabs .filter-container select,
.filter-tabs .filter-container input{
	min-width: 290px;
	padding: 0 20px;
	height: 50px;
	font-family: GothamBook;
	font-size: 18px;
	letter-spacing: 2px;
	color: #061420;
	border: none;
	border-radius: 0;
	background: #132155 url(../image/form-arrow-down-white.png) no-repeat right 25px center
}
.section-filter-categories .filter-container select,
.section-filter-categories .filter-container input {
	color: #fff;
}
.filter-tabs .filter-container input[type='text'] {
	background: #132155;
}

.section-filter-categories .filter-container input {
	background: #132155;
	margin-bottom: 2%;
}

.section-filter-categories .filter-container select option {
	color: #fff
}

@media (max-width: 400px) {
	.section-filter-categories .filter-container select {
		min-width: 100%
	}
}

@media (max-width: 1350px) {
	.section-filter-categories .filter-container .col-3 {
		margin-bottom: 30px
	}

	.section-filter-categories .filter-container .col-3, .section-filter-categories .filter-container .col-9 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media (max-width: 992px) {
	.section-filter-categories .filter-container .col-9 .col {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.section-filter-categories .filter-container .col-9 .col .slider-horizontal {
		width: 100%
	}
}

.section-filter-categories .slider,
.filter-tabs .slider {
	height: 3px;
	border-radius: 0;
	background-image: none
}

.section-filter-categories .slider .slider-track,
.filter-tabs .slider .slider-track {
	height: 3px;
	margin-bottom: 0;
	border-radius: 0
}

.filter-tabs .slider .slider-track,
.filter-tabs .slider .slider-track .slider-track-low,
.section-filter-categories .slider .slider-track,
.section-filter-categories .slider .slider-track .slider-track-low {
	background-color: #2a386b !important;
	background-image: none
}

.section-filter-categories .slider .slider-track .slider-selection,
.filter-tabs .slider .slider-track .slider-selection {
	background-color: #50b7fc !important;
	background-image: none
}
.filter-tabs .slider .slider-track .slider-selection {
	background-color: #fff !important;
}

.section-filter-categories .slider .slider-track .slider-track-high,
.filter-tabs .slider .slider-track .slider-track-high {
	background-color: #2a386b !important;
	background-image: none
}

.section-filter-categories .slider .slider-handle,
.filter-tabs .slider .slider-handle {
	width: 12px;
	height: 12px;
	background-color: #50b7fc;
	background-image: none;
	top: -7px
}
.filter-tabs .slider .slider-handle {
	background-color: #fff;
}

.section-filter-categories .filter-slide,
.filter-tabs .filter-slide {
	padding-top: 15px
}

.section-filter-categories .filter-slide .content,
.filter-tabs .filter-slide .content {
	font-size: 16px;
	color: #fff;
	font-family: GothamLight
}

.filter-tabs .filter-slide .content b,
.section-filter-categories .filter-slide .content b {
	font-family: GothamMedium
}

@media (max-width: 1200px) {
	.filter-tabs .filter-slide .content b,
	.section-filter-categories .filter-slide .content b {
		font-size: 11px
	}
}

.section-filter-categories .col-auto {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width: 1200px) {
	.section-filter-categories .col-auto {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-top: 15px;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.section-filter-categories button {
	width: 80px;
	height: 80px;
	margin-bottom: 0 !important;
	background-color: #50b7fc;
	border-color: #50b7fc
}

.section-filter-categories button:hover {
	background-color: #0489e2;
	border-color: #0489e2
}

.section-page-text {
	padding-bottom: 30px
}

.section-page-text .text-center {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

.section-page-text p {
	margin-bottom: 0;
	font-size: 17px;
	color: #051241;
	font-family: GothamLight
}

.section-page-text p b {
	font-family: GothamMedium
}

.section-page-text .button {
	margin-left: 32px
}

@media (max-width: 767px) {
	.section-page-text .text-center {
		display: -ms-flexbox;
		display: flex;
		padding-bottom: 15px;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.section-page-text .text-center p {
		margin-bottom: 10px
	}
}

.section-categories .row-categories {
	padding: 15px 0
}

@media (max-width: 991px) {
	.section-categories .row-categories .col-5,
	.section-categories .row-categories .col-7 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

.section-categories .row-categories .image-slide .item {
	position: relative
}

.section-categories .row-categories .image-slide .item .category-icon {
	display: -ms-flexbox;
	display: flex;
	padding: 8px 20px 8px 44px;
	position: absolute;
	top: 20px;
	left: 30px;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	background-color: #072c56;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 20px
}

.section-categories .row-categories .image-slide .item .category-icon .image {
	display: -ms-flexbox;
	display: flex;
	width: 33px;
	height: 33px;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 100%;
	position: absolute;
	left: -2px
}

.section-categories .row-categories .image-slide .item .category-icon .image.image-blue-sky {
	background-color: #50b7fc
}

.section-categories .row-categories .image-slide .item .category-icon .image.image-red {
	background-color: #f0125b
}

.section-categories .row-categories .image-slide .item .category-icon .image.image-orange {
	background-color: #fcb550
}

.section-categories .row-categories .image-slide .item .category-icon .image img {
	width: auto
}

.section-categories .row-categories .image-slide .image {
	/*max-height: 300px; */
	overflow: hidden;
	display: -ms-flexbox !important;
	display: flex !important;
}

.section-categories .row-categories .image-slide .image img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

@media (max-width: 767px) {
	.section-categories .row-categories .image-slide .image {
		max-height: 340px
	}
}

.section-categories .row-categories .image-slide .slick-dots {
	display: -ms-flexbox !important;
	display: flex !important;
	width: 100%;
	position: absolute;
	left: 0;
	top: 28px;
	-ms-flex-pack: center;
	justify-content: center
}

.section-categories .row-categories .image-slide .slick-dots li {
	margin: 0 3px
}

.section-categories .row-categories .image-slide .slick-dots li:first-child {
	margin-left: 0
}

.section-categories .row-categories .image-slide .slick-dots li:last-child {
	margin-right: 0
}

.section-categories .row-categories .image-slide .slick-dots li button {
	display: block;
	width: 14px;
	height: 14px;
	margin: 0;
	padding: 0;
	text-indent: -999999px;
	border-radius: 100%;
	background-color: hsla(0, 0%, 100%, .59);
	border: none
}

.section-categories .row-categories .image-slide .slick-dots li button:active, .section-categories .row-categories .image-slide .slick-dots li button:focus {
	outline: none
}

.section-categories .row-categories .image-slide .slick-dots li button:hover {
	cursor: pointer
}

.section-categories .row-categories .image-slide .slick-dots li.slick-active button {
	background-color: #fff
}

.section-categories .row-categories .content {
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center
}

.section-categories .row-categories .content .title {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
	padding-left: 15px;
	font-size: 25px;
	color: #051241;
	line-height: 30px;
	text-transform: uppercase;
	position: relative
}
.section-categories .row-categories .content .title a {
	color: #051241;
}

.section-categories .row-categories .content .title:before {
	content: "";
	display: block;
	width: 3px;
	height: 100%;
	background-color: #50b7fc;
	position: absolute;
	top: 0;
	left: 0
}

@media (max-width: 992px) {
	.section-categories .row-categories .content .title {
		margin-top: 15px
	}
}

.section-categories .row-categories .content table tr {
	font-size: 18px;
	color: #0f5b74;
	border-top: 1px solid transparent
}

.section-categories .row-categories .content table tr:nth-of-type(odd) {
	border-top: 1px solid #ececec;
	background-color: #f7f7f7
}

.section-categories .row-categories .content table tr th {
	border-top: 0;
	border-bottom: 0
}

.section-categories .row-categories .content table td,
.section-categories .row-categories .content table th {
	width: 50%;
	padding: 4px 22px;
	border: none;
	font-size: 18px;
	color: #0f5b74;
	font-weight: 400;
	font-family: GothamMedium
}
.section-categories .row-categories .content table td:nth-of-type(2),
.section-categories .row-categories .content table th:nth-of-type(2),
.section-specifications .table td:nth-of-type(2),
.section-specifications .table th:nth-of-type(2)
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

@media (max-width: 992px) {
	.section-categories .row-categories .col-4, .section-categories .row-categories .col-8 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	#formSearch {
		margin: auto;
	}
	.section-filter-categories .filter-container input {
		min-width:100%;
	}
	.section-filter-categories .filter-container .filter-title {
		padding-bottom: 0;
		padding-top: 15px;
	}
}

/** GRID SYSTEM **/
button.disposition {
	background: none;
	border: 0;
	outline: none;
	cursor: pointer;
}
button.disposition.current {
	color: #007bff;
}
.section-categories.grid .container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.section-categories.grid .container .row-categories {
	position: relative;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.section-categories.grid .container .row-categories {
	display: block;
	margin-right: 0;
    margin-left: 0;
}

.section-categories.grid .container .row-categories .col {
	width: 100%;
	max-width: 100%;
	margin: 15px 0;
}

.section-categories.grid .container .row-categories .col th,
.section-categories.grid .container .row-categories .col td{
	width: auto;
	font-size: 14px;
	padding: 2px 10px;
}
.section-categories.grid .container .row-categories .col .table tr:last-of-type td:nth-of-type(1) {
	display: none;
}
.section-categories.grid .container .row-categories .col .table tr:last-of-type td:nth-of-type(2),
.section-categories.grid .container .row-categories .col .button {
	text-align: center;
}
.section-categories.grid .row-categories .content .title {
	font-size: 19px;
}

.section-categories.grid .row-categories .image-slide .slick-dots {
	top: initial;
	bottom: 28px;
}

.section-categories.grid .paginations-container {
	width: 100%;
	max-width: 100%;
}

@media (max-width: 1400px) {
	.section-categories.grid .container .row-categories {
		-ms-flex: 0 0 33.33%;
		flex: 0 0 33.33%;
		max-width: 33.33%;
	}
}
@media (max-width: 991px) {
	.section-categories.grid .container .row-categories {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}
@media (max-width: 768px) {
	.section-categories.grid .container .row-categories {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}


.paginations-container {
	padding: 30px 0 !important
}

.paginations-container .row {
	width: 100%
}

.paginations-container ul {
	width: 100%
}

.paginations-container ul, .paginations-container ul li {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}

.paginations-container ul li {
	width: 40px;
	height: 50px;
	text-align: center;
	-ms-flex-align: center;
	align-items: center
}

.paginations-container ul li a {
	display: -ms-flexbox;
	display: flex;
	width: 30px;
	height: 50px;
	font-size: 20px;
	color: #295969;
	font-family: GothamBook;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

.paginations-container ul li.active a, .paginations-container ul li:hover a {
	font-family: GothamBold
}

.paginations-container ul li.previous_page, .paginations-container ul li.next_page {
	display: -ms-flexbox;
	display: flex;
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0 20px;
	background-color: #051241;
	transition: all .4s ease-in-out
}

.pagination {
	width: 100%;
}

.paginations-container ul li.next_page.disabled, .paginations-container ul li.previous_page.disabled, .paginations-container ul li.next_page:hover, .paginations-container ul li.previous_page:hover {
	background-color: #f7f7f7
}

.categories-slider-head .image {
	max-height: 450px !important
}

.header-contact .header-jumbotron {
	position: relative
}

.header-contact .header-jumbotron .image {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.header-contact .header-jumbotron .page-breadcrumbs {
	padding-bottom: 66px;
	position: relative
}

.section-contact, .section-cms {
	position: relative;
	z-index: 50
}

.section-contact .container, .section-cms .container {
	background-color: #fff
}

.section-contact .contact-container {
	max-width: 80%;
	padding: 35px 0 30px;
	margin: 0 auto
}

.section-cms .cms-container {
	max-width: 80%;
	padding: 35px 0 30px;
	margin: 0 auto;
	color:#0f5b74;line-height: 25px; font-family: 'Gothambook';
	font-size: 14px; letter-spacing: 1px;
}
.section-cms .cms-container .title-centered{
	margin:50px 0 0 0;
}
.section-cms .img-full-cms{
	width: 100%; margin:50px 0;
}
.section-cms .img-full-cms img{width: 100%;}
.section-cms .cms-center{max-width: 50%; margin:0 auto; color:#0f5b74;line-height: 25px; text-align: center; font-family: 'Gothambook'}

@media (max-width: 992px) {
	.section-contact .contact-container {
		max-width: 100%;
		padding-left: 15px;
		padding-right: 15px
	}
}

.section-contact .contact-container .text-centered {
	padding: 30px 0 45px
}

.section-contact .contact-container form label {
	font-size: 14px;
	color: #0f5b74;
	font-family: GothamMedium
}

.section-contact .contact-container form label span.required {
	color: #ff647a;
	font-family: GothamMedium
}

.section-contact .contact-container form select {
	min-width: 290px;
	padding: 0 12px;
	height: 45px;
	font-family: GothamBook;
	font-size: 14px;
	letter-spacing: 2px;
	color: #0f5b74;
	border: none;
	border-radius: 0;
	background: #f7f7f7 url(../image/form-arrow-down.png) no-repeat right 25px center
}

.section-contact .contact-container form select option {
	color: #0f5b74
}

@media (max-width: 992px) {
	.section-contact .contact-container form select {
		min-width: inherit
	}
}

.section-contact .contact-container form input {
	padding: 0 12px;
	height: 45px;
	font-family: GothamBook;
	font-size: 14px;
	letter-spacing: 2px;
	color: #0f5b74;
	border: none;
	border-radius: 0;
	background-color: #f7f7f7
}

.section-contact .contact-container form .textarea {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.section-contact .contact-container form .textarea textarea {
	min-height: 338px;
	font-family: GothamBook;
	font-size: 14px;
	background-color: #f7f7f7;
	border: none
}

.section-contact .contact-container form .text {
	font-size: 14px;
	color: #295969
}

.section-contact .contact-container form .text span.required {
	color: #ff647a;
	font-family: GothamMedium
}

.section-contact .contact-container form .button {
	display: -ms-flexbox;
	display: flex;
	padding: 30px 0;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

.section-contact .contact-container form .button .btn {
	min-width: 198px;
	letter-spacing: 1px
}

@media (max-width: 767px) {
	.section-contact .contact-container form .col-6 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

.title-centered {
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 35px;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	color: #051241;
	font-size: 24px;
	text-transform: uppercase;
	font-family: GothamBook;
	line-height: 30px;
}

.title-centered.left {
	text-align: left;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.section-contact-bot {
	padding-top: 0
}

.section-contact-bot .item-blog .image {
	background-color: #e5e5e5
}

.section-contact-bot .item-blog .content {
	width: 334px;
	padding: 24px 30px 8px;
	max-width: inherit
}

.section-contact-bot .item-blog .content .blog-title {
	font-size: 14px
}

@media (max-width: 1200px) {
	.section-contact-bot .item-blog .content {
		width: 100%
	}
}

.section-team .contact-container {
	max-width: 100%
}

.section-team .contact-container .text-centered {
	padding-top: 112px;
	padding-bottom: 104px
}

.section-team .team-container .image {
	display: -ms-flexbox;
	display: flex;
	min-height: 546px;
	max-height: 546px;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	background-color: #ebebeb
}

.section-team .team-container .image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

@media (max-width: 1920px) {
	.section-team .team-container .image {
		min-height: 485px;
		max-height: 485px
	}
}

@media (max-width: 1530px) {
	.section-team .team-container .image {
		min-height: 440px;
		max-height: 440px
	}

	.section-team .team-container .image img {
		width: auto
	}
}

@media (max-width: 1200px) {
	.section-team .team-container .image {
		min-height: 292px;
		max-height: 292px
	}

	.section-team .team-container .image img {
		width: 100%;
		max-width: 100%
	}
}

@media (max-width: 992px) {
	.section-team .team-container .image {
		min-height: 196px;
		max-height: 196px
	}

	.section-team .team-container .image img {
		width: 100%;
		max-width: 100%
	}
}

@media (max-width: 767px) {
	.section-team .team-container .image {
		min-height: 447px;
		max-height: 447px
	}

	.section-team .team-container .image img {
		width: 100%;
		max-width: 100%
	}
}

@media (max-width: 500px) {
	.section-team .team-container .image {
		min-height: 340px;
		max-height: 340px
	}

	.section-team .team-container .image img {
		width: 100%;
		max-width: 100%
	}
}

.section-team .team-container .content {
	padding: 40px 0
}

.section-team .team-container .content .name {
	color: #051241;
	text-align: center;
	font-size: 24px;
	text-transform: uppercase
}

@media (max-width: 992px) {
	.section-team .team-container .content .name {
		font-size: 16px
	}
}

@media (max-width: 767px) {
	.section-team .team-container .content .name {
		font-size: 20px
	}
}

.section-team .team-container .content .title {
	padding-top: 8px;
	color: #051241;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase
}

@media (max-width: 992px) {
	.section-team .team-container .content .title {
		font-size: 11px
	}
}

@media (max-width: 767px) {
	.section-team .team-container .content .title {
		font-size: 12px
	}
}

@media (max-width: 767px) {
	.section-team .team-container .col {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

.fiche-header.page .page-breadcrumbs {
	padding: 80px 0;
	background: url(../image/fiche-breadcrumbs-blue.png) no-repeat 50%
}
.fiche-header.page .page-breadcrumbs.location {
	background: url(../image/fiche-breadcrumbs.png) no-repeat 50%
}

.fiche-header.page .page-breadcrumbs .page-title h1 {
	margin-bottom: 0
}

.fiche-header.page .page-breadcrumbs .page-subtitle {
	font-size: 18px;
	color: #051241;
	text-align: center
}

.fiche-header.page .page-breadcrumbs .page-subtitle b {
	font-family: GothamBook
}

.fiche-loc.page .page-breadcrumbs {
	padding: 80px 0;
	background: url(../image/fiche-breadcrumbs-blue.png) no-repeat 50%
}

@media (max-width: 599px) {
	.fiche-header.page .page-breadcrumbs,
	.fiche-header.page .page-breadcrumbs.location,
	.fiche-loc.page .page-breadcrumbs {
		background: none;
	}
}

.fiche-loc.page .page-breadcrumbs .page-subtitle span {
	padding: 0 10px
}

.section-fiche .fiche-container .image {
	display: -ms-flexbox;
	display: flex;
	max-height: 824px;
	overflow: hidden;
	-ms-flex-pack: center;
	justify-content: center
}

.section-fiche .fiche-container .image img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.section-fiche .fiche-container .informations {
	height: 824px;
	padding: 38px 28px;
	background-color: #051241
}

.section-fiche .fiche-container .informations .info-title {
	padding-bottom: 35px;
	font-size: 22px;
	color: #fff;
	text-align: center;
	font-family: GothamBook;
	text-transform: uppercase;
	letter-spacing: 2px
}

@media (max-width: 1920px) {
	.section-fiche .fiche-container .informations .info-title {
		font-size: 18px
	}
}

@media (max-width: 1470px) {
	.section-fiche .fiche-container .informations .info-title {
		padding-bottom: 25px;
		font-size: 16px
	}
}

@media (max-width: 1530px) and (min-width: 1351px) {
	.section-fiche .fiche-container .informations .form-group iframe, .section-fiche .fiche-container .informations .form-group .g-recaptcha > div {
		width: 100% !important;
	}
}

.section-fiche .fiche-container .informations .form-group {
	padding-bottom: 6px;
	position: relative
}

.section-fiche .fiche-container .informations .form-group .img {
	display: -ms-flexbox;
	display: flex;
	height: 46px;
	padding: 0 10px;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0
}

.section-fiche .fiche-container .informations .form-group input,
.filter-tabs .custom-control-input {
	height: 46px;
	padding: 6px 10px 6px 50px;
	font-size: 18px;
	color: #fff;
	font-family: GothamBook;
	background-color: #132155;
	border: none;
	border-radius: 0
}

.section-fiche .fiche-container .informations .form-group input::-webkit-input-placeholder {
	font-size: 18px;
	color: #fff;
	font-family: GothamBook
}

.section-fiche .fiche-container .informations .form-group input:-ms-input-placeholder {
	font-size: 18px;
	color: #fff;
	font-family: GothamBook
}

.section-fiche .fiche-container .informations .form-group input::placeholder {
	font-size: 18px;
	color: #fff;
	font-family: GothamBook
}

.section-fiche .fiche-container .informations .form-group textarea {
	padding: 6px 10px 6px 50px;
	font-size: 18px;
	color: #fff;
	font-family: GothamBook;
	background-color: #132155;
	border: none;
	border-radius: 0
}

.section-fiche .fiche-container .informations .form-group textarea::-webkit-input-placeholder {
	font-size: 18px;
	color: #fff;
	font-family: GothamBook
}

.section-fiche .fiche-container .informations .form-group textarea:-ms-input-placeholder {
	font-size: 18px;
	color: #fff;
	font-family: GothamBook
}

.section-fiche .fiche-container .informations .form-group textarea::placeholder {
	font-size: 18px;
	color: #fff;
	font-family: GothamBook
}

.section-fiche .fiche-container .informations .form-group label, .section-fiche .fiche-container .informations .form-group p {
	margin-bottom: 0;
	font-size: 12px;
	color: #fff;
	font-family: GothamBook
}

.section-fiche .fiche-container .informations .form-group.radio {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-direction: column;
	flex-direction: column
}

.filter-tabs .radio,
.section-filter-categories .radio,
.section-fiche .fiche-container .informations .form-group.radio .content {
	display: -ms-flexbox;
	display: flex;
	padding-top: 10px
}

.filter-tabs .custom-radio,
.section-filter-categories .custom-radio,
.section-fiche .fiche-container .informations .form-group.radio .custom-radio {
	display: -ms-flexbox;
	display: flex;
	padding-right: 20px;
	-ms-flex-align: center;
	align-items: center
}

.section-filter-categories .custom-radio label:after,
.section-filter-categories .custom-radio label:before,
.filter-tabs .custom-radio label:after,
.filter-tabs .custom-radio label:before,
.section-fiche .fiche-container .informations .form-group.radio .custom-radio label:after,
.section-fiche .fiche-container .informations .form-group.radio .custom-radio label:before {
	top: 0;
	border-radius: 0;
	background-color: #132155
}
.section-filter-categories .custom-radio label:after,
.section-filter-categories .custom-radio label:before {
	background-color: #223ea7;
}

@media (max-width: 1920px) {
	.section-filter-categories .custom-radio,
	.filter-tabs .custom-radio,
	.section-fiche .fiche-container .informations .form-group.radio .custom-radio {
		padding-right: 10px
	}

	.section-filter-categories .custom-radio label,
	.filter-tabs .custom-radio label,
	.section-fiche .fiche-container .informations .form-group.radio .custom-radio label {
		font-size: 11px
	}
}

@media (max-width: 1420px) {
	.section-filter-categories .custom-radio,
	.filter-tabs .custom-radio,
	.section-fiche .fiche-container .informations .form-group.radio .custom-radio {
		padding-right: 6px
	}

	.section-filter-categories .custom-radio label,
	.filter-tabs .custom-radio label,
	.section-fiche .fiche-container .informations .form-group.radio .custom-radio label {
		font-size: 10px
	}
}

@media (max-width: 1420px) {
	.section-fiche .fiche-container .informations .form-group {
		padding-bottom: 0;
		margin-bottom: 15px
	}
}

.section-fiche .fiche-container .informations p {
	margin-bottom: 0;
	font-size: 11px;
	color: #fff;
	font-family: GothamBook
}

.section-fiche .fiche-container .informations p a {
	color: #fff;
	text-decoration: underline
}

.section-fiche .fiche-container .informations .button {
	padding-top: 23px
}

.section-fiche .fiche-container .informations .button button {
	width: 100%
}

@media (max-width: 1350px) {
	.section-fiche .fiche-container .col-3, .section-fiche .fiche-container .col-9 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0 15px !important
	}

	.section-fiche .fiche-container .image {
		max-height: 350px
	}

	.section-fiche .fiche-container .informations {
		height: auto
	}
}

.section-fiche-slide .slide,
.section-ficheLoc-slide .slide {
	padding: 0 94px;
	position: relative
}

.section-fiche-slide .slide .item .block-image,
.section-ficheLoc-slide .slide .item .block-image {
	min-height: inherit;
	max-height: inherit;
	padding: 0;
	margin: 0 15px;
	background: transparent;
	height: auto;
}

.section-fiche-slide .slide .slick-arrow,
.actualite-slide .slide .slick-arrow,
.section-ficheLoc-slide .slide .slick-arrow {
	width: 20px;
	text-indent: -99999px;
	background-color: transparent;
	border: none;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	z-index: 50
}
.actualite-slide .slide .block-image img {
	margin: auto;
}

.section-fiche-slide .slide .slick-arrow.slick-prev,
.actualite-slide .slide .slick-arrow.slick-prev,
.section-ficheLoc-slide .slide .slick-arrow.slick-prev {
	left: 33px;
	background: url(../image/arrow-left.png) no-repeat 50%
}

.section-fiche-slide .slide .slick-arrow.slick-next,
.actualite-slide .slide .slick-arrow.slick-next,
.section-ficheLoc-slide .slide .slick-arrow.slick-next {
	right: 33px;
	background: url(../image/arrow-right.png) no-repeat 50%
}
.actualite-slide .slide .slick-arrow.slick-prev {
	left: 0;
}
.actualite-slide .slide .slick-arrow.slick-next {
	right: 0;
}

.section-fiche-slide .slide .slick-arrow:hover,
.actualite-slide .slide .slick-arrow:hover,
.section-ficheLoc-slide .slide .slick-arrow:hover {
	cursor: pointer
}

.section-fiche-slide .slide .slick-arrow:active,
.section-fiche-slide .slide .slick-arrow:focus,
.actualite-slide .slide .slick-arrow:active,
.actualite-slide .slide .slick-arrow:focus,
.section-ficheLoc-slide .slide .slick-arrow:active,
.section-ficheLoc-slide .slide .slick-arrow:focus {
	outline: none
}

@media (max-width: 767px) {
	.section-fiche-slide .slide .slick-arrow.slick-prev,
	.actualite-slide .slide .slick-arrow.slick-prev,
	.section-ficheLoc-slide .slide .slick-arrow.slick-prev {
		left: 5px
	}

	.section-fiche-slide .slide .slick-arrow.slick-next,
	.actualite-slide .slide .slick-arrow.slick-next,
	.section-ficheLoc-slide .slide .slick-arrow.slick-next {
		right: 5px
	}
}

@media (max-width: 1200px) {
	.section-fiche-slide .slide .slick-arrow.slick-prev,
	.actualite-slide .slide .slick-arrow.slick-prev,
	.section-ficheLoc-slide .slide .slick-arrow.slick-prev {
		left: 10px
	}

	.section-fiche-slide .slide .slick-arrow.slick-next,
	.actualite-slide .slide .slick-arrow.slick-next,
	.section-ficheLoc-slide .slide .slick-arrow.slick-next {
		right: 10px
	}
}

.section-fiche-slide .col-text, .section-ficheLoc-slide .col-text {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}

.section-fiche-slide .block-text, .section-ficheLoc-slide .block-text {
	font-size: 16px;
	color: #051241;
	text-align: center;
	font-family: GothamBook
}

.section-fiche-slide .block-text a, .section-ficheLoc-slide .block-text a {
	color: #051241;
	font-family: GothamBold
}

@media (max-width: 1250px) {
	.section-fiche-slide .block-text, .section-ficheLoc-slide .block-text {
		font-size: 12px
	}
}

@media (max-width: 1200px) {
	.section-fiche-slide .block-text, .section-ficheLoc-slide .block-text {
		padding-top: 15px;
		font-size: 14px
	}
}

@media (max-width: 1200px) {
	.section-fiche-slide .col, .section-ficheLoc-slide .col {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.section-fiche-slide .slide, .section-ficheLoc-slide .slide {
		padding: 0 45px
	}
}

.section-specifications p,
.section-specifications ul,
.header-news + .container p {
	font-size: 18px;
	color: #0f5b74;
	line-height: 32px;
	font-family: GothamLight
}
.section-specifications small p {
	font-size: 11px;
	line-height: 1.5;
}
.section-specifications ul {
	padding: 10px;
}
.section-specifications ul li b {
	font-family: 'Open Sans', sans-serif;
}

.section-specifications table tr {
	font-size: 18px;
	color: #0f5b74;
	border-top: 1px solid transparent
}

.section-specifications table tr:nth-of-type(odd) {
	border-top: 1px solid #ececec;
	background-color: #f7f7f7
}

.section-specifications table tr th {
	border-top: 0;
	border-bottom: 0
}

.section-specifications table td, .section-specifications table th {
	width: 50%;
	padding: 18px 22px;
	border: none;
	font-size: 18px;
	color: #0f5b74;
	font-weight: 400;
	font-family: GothamMedium
}

.section-specifications .button-centered {
	display: -ms-flexbox;
	display: flex;
	padding: 50px 0 60px;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width: 1200px) {
	.section-specifications .col-6 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

.virtual-tour .virtual-container, .virtual-tour .virtual-container iframe {
	width: 100%;
	height: 710px;
	background-color: #f7f7f7
}

@media (max-width: 1200px) {
	.virtual-tour .virtual-container {
		max-height: 600px
	}
}

@media (max-width: 767px) {
	.virtual-tour .virtual-container {
		max-height: 500px
	}
}

@media (max-width: 1200px) {
	.section-three .col {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		margin: 15px 0
	}
}

@media (max-width: 767px) {
	.section-three .col .block-image .image {
		max-height: 250px
	}
}

@media (max-width: 767px) {
	.section-three .col {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

.section-yatch:after {
	display: none
}

.section-yatch .item-blog .content {
	display: -ms-flexbox;
	display: flex;
	width: 292px;
	padding: 18px 30px 16px
}

.section-yatch .item-blog .content p {
	margin-bottom: 0;
	font-size: 14px;
	color: #295969;
	text-transform: uppercase
}

.section-yatch .item-blog .content p b {
	font-family: GothamBook
}

.section-yatch .item-blog .content .button {
	position: absolute;
	top: 16px;
	right: -25px
}

.section-yatch .item-blog .content .button a {
	display: -ms-flexbox;
	display: flex;
	width: 50px;
	height: 50px;
	padding: 0;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width: 1350px) {
	.section-yatch .col {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 50px
	}
}

@media (max-width: 1200px) {
	.section-yatch {
		padding-bottom: 40px
	}
}

@media (max-width: 767px) {
	.section-yatch .col {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 30px
	}
}

.section-yatch .col {
	margin-top: 2%;
}

.banner-princess {
	height: 200px;
	background-color: #50b7fc
}

.banner-princess .content .text {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 200px;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

.banner-princess .content .text .h1 {
	display: block;
	padding-bottom: 15px;
	text-align: center;
	letter-spacing: 2px
}

.princess-submenu-container {
	display: -ms-flexbox;
	display: flex;
	padding: 22px 15px;
	-ms-flex-direction: column;
	flex-direction: column
}

.princess-submenu-container .submenu-content {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-pack: center;
	justify-content: space-between;
}

@media (max-width: 992px) {
	.princess-submenu-container .submenu-content {
		-ms-flex-direction: column;
		flex-direction: column
	}
}
.p-0 {
	padding: 0;
}
.princess-submenu-container .submenu-content .row-princess {
	padding-left: 13px;
	padding-right: 13px
}

.princess-submenu-container .submenu-content .row-princess .princess-submenu-title {
	padding-bottom: 10px;
	padding-left: 0;
	padding-right: 0;
	font-size: 14px;
	color: #295969;
	text-transform: uppercase;
	font-family: GothamMedium
}

.princess-submenu-container .submenu-content .row-princess .princess-submenu-title:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	margin-top: 4px;
	border-bottom: 1px solid #d4d4d4
}

.princess-submenu-container .submenu-content .row-princess .image {
	height: 70px;
	margin-bottom: 4px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.princess-submenu-container .submenu-content .row-princess .image img {
	max-width: 100%
}

@media (max-width: 1420px) {
	.princess-submenu-container .submenu-content .row-princess .image {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.princess-submenu-container .submenu-content .row-princess .title {
	padding-bottom: 10px;
	font-size: 14px;
	color: #295969;
	text-transform: uppercase;
	font-family: GothamBook;
	transition: all .4s ease-out;
	text-align: left;
}

@media (max-width: 1420px) {
	.princess-submenu-container .submenu-content .row-princess .title {
		display: -ms-flexbox;
		display: flex;
		font-size: 11px;
		text-align: left;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: left
	}
}

@media (max-width: 1420px) and (min-width: 992px) {
	.princess-submenu-container .submenu-content .row-princess .title {
		font-size: 10px
	}
}

.princess-submenu-container .submenu-content .row-princess a:hover .title {
	color: #50b7fc
}

@media (max-width: 992px) {
	.princess-submenu-container .submenu-content .row-princess {
		width: 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-top: 20px;
	}

	.princess-submenu-container .submenu-content .row-princess .col {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.princess-submenu-container .submenu-content .row-princess .col-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media (max-width: 767px) {
	.princess-submenu-container .submenu-content .row-princess .col {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.princess-submenu-container .submenu-content .row-princess .col-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media (max-width: 400px) {
	.princess-submenu-container .submenu-content .row-princess .col {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.princess-submenu-container .submenu-content .row-princess .col-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

.section-fiche-icons .col {
	-ms-flex-direction: column;
	flex-direction: column
}

.section-fiche-icons .col, .section-fiche-icons .col .image {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

.section-fiche-icons .col .image {
	width: 105px;
	height: 105px;
	border-radius: 100%;
	background-color: #f7f7f7
}
.gap-5 {
	gap: 5px;
}
.mt-15 {
	margin-top: 15px;
}

.flex {
	display: flex;
}

.navbar .navbar-nav li a.p-0 {
	padding: 0 !important;
}

.section-fiche-icons .col .image img {
	max-width: 100%
}

.section-fiche-icons .col .content {
	display: -ms-flexbox;
	display: flex;
	padding-top: 8px;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column
}

.section-fiche-icons .col .content span {
	font-size: 18px;
	color: #0f5b74;
	text-align: center;
	font-family: GothamBold
}

@media (max-width: 767px) {
	.section-fiche-icons .col .content span {
		font-size: 14px
	}
}

.section-fiche-icons .col .content p {
	margin-bottom: 0;
	font-size: 30px;
	color: #0f5b74;
	text-align: center;
	font-family: GothamLight
}

@media (max-width: 1350px) {
	.section-fiche-icons .col .content p {
		font-size: 26px
	}
}

@media (max-width: 1200px) {
	.section-fiche-icons .col .content p {
		font-size: 22px
	}
}

@media (max-width: 767px) {
	.section-fiche-icons .col .content p {
		font-size: 16px
	}
}

@media (max-width: 992px) {
	.section-fiche-icons .col {
		margin-bottom: 20px;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
}

@media (max-width: 500px) {
	.section-fiche-icons .col {
		margin-bottom: 20px;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
}

@media (max-width: 992px) {
	.section-fiche-icons .row {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.section-weather {
	height: 122px;
	margin: 52px 0
}

.section-weather .container {
	height: 100%;
	position: relative
}

.section-weather .row {
	width: 70%
}

@media (max-width: 1200px) {
	.section-weather .row {
		width: 100%
	}
}

@media (max-width: 992px) {
	.section-weather .row {
		padding: 10px 0;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.section-weather .image {
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	overflow: hidden
}

.section-weather .image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.section-weather .content {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.section-weather .content, .section-weather .content .col {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center
}

.section-weather .content .icon {
	-ms-flex-align: center;
	align-items: center
}

.section-weather .content .icon, .section-weather .content .texts {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}

.section-weather .content .texts {
	padding-left: 15px;
	-ms-flex-direction: column;
	flex-direction: column
}

.section-weather .content .texts strong {
	font-size: 17px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: GothamBlack
}

@media (max-width: 992px) {
	.section-weather .content .texts strong {
		font-size: 14px
	}
}

@media (max-width: 767px) {
	.section-weather .content .texts strong {
		font-size: 12px
	}
}

.section-weather .content .texts p {
	margin-bottom: 0;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: GothamBook
}

@media (max-width: 992px) {
	.section-weather .content .texts p {
		font-size: 18px
	}
}

@media (max-width: 767px) {
	.section-weather .content .texts p {
		font-size: 15px
	}
}

@media (max-width: 1200px) {
	.section-weather {
		height: 150px
	}
}

.fixed-top {
	z-index: 998;
}

@media (max-width: 767px) {
	.navbar .navbar-nav li.dropdown .dropdown-menu {
		margin: 6% auto;
		height: 300px;
		overflow: auto;
	}

	#myPopupFooter {
		display: block;
		text-align: center;
	}
}

@media (max-width: 600px) {
	.header-jumbotron.page .page-breadcrumbs {
		position: static !important;
		padding-top: 0 !important;
	}
	section.section-filter-categories {
		margin-top: 0 !important;
		padding-top: 50px !important;
	}
}
/* PAGES LOCATION */
/* https://www.dlb-yachting.com/location-de-yachts-a-st-tropez */
/* https://www.dlb-yachting.com/location-de-yachts-en-corse */
/* le contenu WYSIWYG doit posséder la class .custom-dlb-article */
.custom-dlb-article{
	max-width: 1000px;
	letter-spacing: 0.34799998998642px;
	line-height: 2rem;
	clear: both;
	margin: 1rem auto;
	text-align: justify;
	    color: #0f5b74;
    line-height: 25px;
    font-family: 'Gothambook';
    font-size: 14px;

}

.custom-dlb-article h2{
	text-align: center;
    border-bottom: 3px solid #50b7fc;
    margin: 1rem auto 2rem;
    max-width: 800px;
	padding-bottom: 1rem;
	font-size: 2.6rem;

}
.custom-dlb-article h2+p{
	font-size:1.25rem;
	font-weight: bold;
}

.custom-dlb-article>h3,
.custom-dlb-article>h4,
.custom-dlb-article>h5,
.custom-dlb-article>h6{
	border-left : 3px solid #50b7fc;
	text-transform: uppercase;
	padding-left: 1rem;
	margin: 2.6rem 0 1rem;
}

.custom-dlb-article p{
	display: block;
}

.custom-dlb-article ul,
.custom-dlb-article ol
{
padding:0;

}


.custom-dlb-article ul h4,
.custom-dlb-article ol span
{
	color: #50b7fc;
	font-size: 1.5rem;
}
.custom-dlb-article ul li,
.custom-dlb-article ol li
{
	margin:2rem 0;
}


.custom-dlb-article ol {
	list-style:none;
	counter-reset: my-awesome-counter;
	/* display: flex;
	flex-wrap: wrap;
	align-content: space-between; */
	margin: 0;
	padding: 0;
  }
.custom-dlb-article ol li {
	counter-increment: my-awesome-counter;
	width: 100%;

  }
.custom-dlb-article ol li::before {
	content: counter(my-awesome-counter);
    /* color: #fcd000; */
	font-size: 2.5rem;
    margin-right: 0.75rem;
    font-weight: bold;
    /* position: absolute; */
    /* --size: 32px; */
    /* left: calc(-1 * var(--size) - 10px); */
    /* line-height: var(--size); */
    /* width: var(--size); */
    /* height: var(--size); */
    /* top: 0; */
    /* transform: rotate(-10deg); */
    /* background: black; */
    /*border-radius: 60%;*/
    /* text-align: center; */
	/* box-shadow: 1px 1px 0 #50b7fc; */
	border-right:1px solid #50b7fc ;
	color:#50b7fc;
	padding-right: 0.75rem;
  }

;
.custom-dlb-article ul.bloc-list-link{
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	color:   #50b7fc;
}
.custom-dlb-article .bloc-list-link li{
width: 25%;

}
/* .custom-dlb-article .bloc-list-link li a:before{

	content:"-> ";
	width:2rem;
	height:2rem;
	border-radius: 1rem;
	border:1px solid white;
	text-align:center;
} */
.custom-dlb-article .bloc-list-link li a{

	background-color:   #50b7fc;
	color:white;
	padding: 1rem;
	transition: 0.5s ease;
}
.custom-dlb-article .bloc-list-link li a:hover{
	background-color: #69c1fc;
}

.custom-dlb-article .dtmiss{
	font-weight: bold;
	font-size: 1rem;
}
.custom-dlb-article .dtmiss:before{
	content:"-> ";
}

.custom-dlb-article .bloc-connexes{

}
.custom-dlb-article .bloc-connexes-title{

}
.cc_dialog.simple {
	left: 0 !important;
}
.cc_dialog > div > div:last-child button {
	border-radius: 25px;
}
.cc_dialog > div > div:last-child button.cc_b_ok {
	background-color: #69c1fc;
}
.cc_dialog > div > div:last-child button#decline-cookies {
	background-color: #eaeaea;
	margin-left: 0.25rem;
}

.cookie-consent-preferences-dialog .cc_cp_f_powered_by {
	visibility: hidden;
}
.cookie-consent-preferences-dialog .cc_cp_m_content_entry p {
	font-weight: 300;
}
.cookie-consent-preferences-dialog .cc_cp_f_save button {
	border-radius: 25px;
	background-color: #69c1fc !important;
}
