/*****************************************************************
	PROPRIETES GENERALES  - BODY / TITRES / TEXTES / LIENS // CSS 
*****************************************************************/
* {
	box-sizing: border-box;
	outline: 0;
}

html {
	font-size: 100%;
	box-sizing: border-box;
	margin: 0;
	overflow-x: hidden;
	overflow-y: visible;
	padding: 0;
	position: relative;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
}

body {
	content: "1";
	background-size: cover; /* version standardisée */
	font-family: 'Montserrat';
	font-weight: normal;
	font-size: 1rem;
	color: #1c1c1c;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sectionMax {
	max-width: 1408px;
	width: 100%;
	padding: 0 16px;
	margin: 0 auto;
}

h1, h2, h3, h4 {
	padding: 0;
	margin:0;
}

h2 {
	font-size: 2.5rem;
	font-weight: bold;
}

.lower{
	text-transform: none;
}

em, i {
	text-decoration: none;
	padding: 0;
	margin: 0;
	display: inline;
}

p, table, span {
	font-weight: 300;
	margin: 0;
	padding: 0;
	line-height: 1.5;
}

strong {
	font-weight: 600;
}

a {
	outline: none;
	color: #1c1c1c;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.lienPlus {
	text-decoration: underline;
	font-size: 0.875rem;
}

img, iframe {
	border: none;
	max-width: 100%;
}

img{
	height: auto;
}

ul, ul li {
	list-style-type:none;
	padding: 0;
	margin: 0;
}

.tablette, .phone {
	display: none;
}

.searchElement select,
input[type=date] {
	outline: none;
	cursor: pointer;
	border: none;
	border-radius: 0;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

/* Style Gradient */
.texteGradient {
	display: inline-block;
	background: rgb(255,30,145);
	background: -moz-linear-gradient(90deg, rgba(255,30,145,1) 0%, rgba(254,181,50,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(255,30,145,1) 0%, rgba(254,181,50,1) 100%);
	background: linear-gradient(90deg, rgba(255,30,145,1) 0%, rgba(254,181,50,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff1e91",endColorstr="#feb532",GradientType=1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.bgGradient {
	background: rgb(255,30,145);
	background: -moz-linear-gradient(90deg, rgba(255,30,145,1) 0%, rgba(254,181,50,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(255,30,145,1) 0%, rgba(254,181,50,1) 100%);
	background: linear-gradient(90deg, rgba(255,30,145,1) 0%, rgba(254,181,50,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff1e91",endColorstr="#feb532",GradientType=1);
}

.btnBorder > span {
	display: inline-block;
	text-align: center;
	padding: 11px 27px;
	font-weight: 600;
	border-radius: 100px;
	background-color: #fff;
	/*effet*/
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.btnBorder {
	display: inline-block;
	padding: 1px;
	border-radius: 100px;
	background: rgb(255,30,145);
	background: -moz-linear-gradient(90deg, rgba(255,30,145,1) 0%, rgba(254,181,50,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(255,30,145,1) 0%, rgba(254,181,50,1) 100%);
	background: linear-gradient(90deg, rgba(255,30,145,1) 0%, rgba(254,181,50,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff1e91",endColorstr="#feb532",GradientType=1);
}

.btnBorder:hover span {
	color: #fff;
	background: rgb(255,30,145);
	background: -moz-linear-gradient(90deg, rgba(255,30,145,1) 0%, rgba(254,181,50,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(255,30,145,1) 0%, rgba(254,181,50,1) 100%);
	background: linear-gradient(90deg, rgba(255,30,145,1) 0%, rgba(254,181,50,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff1e91",endColorstr="#feb532",GradientType=1);
}

/* Image Back */
.backImg {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/******* PARALLAX ********/
.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*********************************
		Scroll To Top
*********************************/
.scrollToTop {
	display: none;
	overflow: hidden;
	margin: 1%;
	height: 65px;
	background: url(../images/general/site/top_page.png) no-repeat center center;
	padding:3px;
	cursor: pointer;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 10000;
}

/*********************************
			Tiny
*********************************/
#tinymce ul, #tinymce ul li {
	list-style:initial !important;
	padding-left: 40px;
}

.body_tiny {
	background-image: none;
}

/*********************************
			DATE PICKER
*********************************/
.ui-widget {
	font-family: 'Montserrat' !important;
	font-weight: 300 !important;
}

#datepicker {
	cursor: pointer;
	z-index: 99 !important;
	border: none !important;
	background: transparent;
	outline: none;
}

.ui-datepicker-header {
	background-color: #F7F7F7 !important;
}

.ui-datepicker-unselectable .ui-state-default {
	text-decoration: line-through;
}

.ui-datepicker-unselectable .ui-state-default:hover {
	color: #1c1c1c !important;
	background: none !important;
}

.ui-state-default {
	color: #1c1c1c !important;
	width: 35px !important;
	height: 35px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	border-radius: 100% !important;
	background: #fff !important;
	border: none !important;
	text-align: center !important;
}

.ui-state-default:hover {
	color: #fff !important;
	background: rgb(255,30,145) !important;
	background: -moz-linear-gradient(90deg, rgba(255,30,145,1) 0%, rgba(254,181,50,1) 100%) !important;
	background: -webkit-linear-gradient(90deg, rgba(255,30,145,1) 0%, rgba(254,181,50,1) 100%) !important;
	background: linear-gradient(90deg, rgba(255,30,145,1) 0%, rgba(254,181,50,1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff1e91",endColorstr="#feb532",GradientType=1) !important;
}



/*********************************
			404
*********************************/
.quatrecentquatre{
	padding-bottom: 35px;
	text-align: center;
}

.quatrecentquatre .fil_ariane{
	text-align:left;
}

.quatrecentquatre img{
	width:100%;
	max-width:600px;
	display:block;
	margin:auto;
}

.quatrecentquatre h1{
	font-size:30px;
	text-align:left;
}

.quatrecentquatre .btn_cta_general{
	margin: 20px auto;
	text-align: center;
	padding:10px;
	font-size:25px;
	color: #fff;

}


/*********************************
			COOKIES
*********************************/
body .cc_banner-wrapper {
	z-index: 99999;
}

body .cc_container {
	font-size: 16px;
	text-align: center;
}

body .cc_container p {
	color: #fff;
}

body .cc_container .cc_message {
	display: block;
	text-align: center;
	font-size: 16px;
	margin: 0;
}

body .cc_container .cc_btn, body .cc_container body .cc_btn:visited {
	color: #fff;
	background-color: #a51e53;
}

body .cc_container a, body .cc_container a:visited {
	text-decoration: none;
	color: #333;
	background: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 10px;
	padding: 7px 10px;
	float: none;
	font-size: 16px;
	display: inline-block;
	max-width: 140px;
	text-align: center;
}

body .cc_banner-wrapper .cc_container .cc_btn {
	float: none;
	max-width: 140px !important;
	display: inline-block;
	text-align: center;
	margin-top: 10px;
	font-size: 16px;
	margin-left: 0;
	margin-right: 10px;
}

body .cc_banner-wrapper .cc_container .cc_btn.cc_btn_refuse{
	background: rgba(165, 30, 83, 0.5);
}

body .cc_container a:hover, body .cc_container a:visited:hover {
	background: #666;
	color: #fff;
}

.iframeContenuRemplacement{
	border: 1px solid #bbb;
	padding: 10px;
}

/**************************************************************
			BANDEAU HEADER
**************************************************************/
header {
	z-index: 99999;
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(28,28,28,0.16);
	-moz-box-shadow: 0px 3px 6px 0px rgba(28,28,28,0.16);
	box-shadow: 0px 3px 6px 0px rgba(28,28,28,0.16);
}

.header_content {
	position: relative;
	max-width: 1408px;
	width: 100%;
	margin: 0 auto;
	padding: 30px 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.logo {
	z-index: 9999;
	max-width: 232px;
	width: 100%;
}
.localisation-logo {
	font-family: 'Montserrat';
	font-weight: 600;
	color: #E14FAD;
	font-size: 25px;
}

/**************************************************************
			NAVIGATION / menu déroulant
**************************************************************/
.menu_mobile{
	display: none;
}

#wrapperMenu{
	background-color:#ffffff;
}

.menu{
	margin:auto;
    z-index: 1000;
    overflow: visible;
    white-space: nowrap;   
    text-align: center;
	display: flex;
	align-items: center;
}

#wrapperMenu .menu_elt {
	position: relative;
	overflow: visible;
	display:inline-block;
	cursor: pointer;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}

.menu_link {
	position: relative;
	display: inline-block;
	outline: none;
	text-decoration: none;
	text-shadow: none;
	padding: 0 25px;
	font-weight: 600;
	/*effet*/
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.menu_elt.active .menu_link,
.menu_link:hover {
	background: rgb(255,30,145);
	background: -moz-linear-gradient(90deg, rgba(255,30,145,1) 50%, rgba(254,181,50,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(255,30,145,1) 50%, rgba(254,181,50,1) 100%);
	background: linear-gradient(90deg, rgba(255,30,145,1) 50%, rgba(254,181,50,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff1e91",endColorstr="#feb532",GradientType=1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/****  SOUS MENU *****/
#wrapperMenu .sm {
	position: absolute;
	left:0;
	display: block;
	height: auto;
	top: 100%;
	text-align: left;
	font-weight: normal;
	z-index: 1000;
	min-width: 100%;
}

/*****  ITEM SOUS MENU *******/

.sm{
	background-color: #fff;
}

.sm_elt {
	
	padding: 0;
	border-bottom: none;
	height: auto;
	display: block;
	float: none;
	transition: all 0.5s ease 0s;
	border-bottom:1px solid #dbdedf;
}

.sm_elt:last-child{
	border-bottom: none;
}

.sm_link{
	display: block;
	padding: 10px 25px;
	margin: 5px;
	font-size: 1rem;
	border-top: none;
	background: none;
	text-transform: none;
	text-align: left;
	box-sizing: border-box;
}

.sm_link:hover{
	background: rgb(255,30,145);
	background: -moz-linear-gradient(90deg, rgba(255,30,145,1) 50%, rgba(254,181,50,1) 100%);
	background: -webkit-linear-gradient(
			90deg
			, rgba(255,30,145,1) 50%, rgba(254,181,50,1) 100%);
	background: linear-gradient(
			90deg
			, rgba(255,30,145,1) 50%, rgba(254,181,50,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff1e91",endColorstr="#feb532",GradientType=1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


/*********************************
			SLIDER
*********************************/
#slider,
.bx-wrapper,
.bx-viewport,
.slides,
.slide {
	width: 100% !important;
	height: 100% !important;
}

.bx-viewport {
    position: static!important; /* center to page correctly */
    border: 0!important; /* border */
    -webkit-box-shadow: none!important; /* these two shadows */
    box-shadow: none!important;
}

.bx-controls{
    text-align: center;
    height: 0;
}

body .bx-wrapper .bx-pager{
    display: inline-block;
    width: auto;
    top: -32px;
    position: relative;
    padding: 0 10px;
}

body .bx-wrapper{
    margin-bottom: 0;
}

.filterColor {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.2;
	background: rgb(254,181,50);
	background: -moz-linear-gradient(90deg, rgba(254,181,50,1) 0%, rgba(255,30,145,1) 50%, rgba(73,60,211,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(254,181,50,1) 0%, rgba(255,30,145,1) 50%, rgba(73,60,211,1) 100%);
	background: linear-gradient(90deg, rgba(254,181,50,1) 0%, rgba(255,30,145,1) 50%, rgba(73,60,211,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#feb532",endColorstr="#493cd3",GradientType=1);
}

.bottomSlider {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -1px;
}

/*********************************
			FIL ARIANE
*********************************/
.fil_ariane {
	display: block;
	max-width: 1408px;
	width: 100%;
	margin: 0 auto 50px;
	padding: 0 16px;
	overflow: hidden;
	position: relative;
}

.fil_ariane * {
	font-size: 0.8rem;
	color: #1c1c1c;
}

.fil_ariane_content {
	display: inline-block;
	overflow: hidden;
	position: relative;
	padding: 0;
}

.fil_ariane_content br {
	display: none;
}

.fil_ariane a:hover {
	text-decoration: underline;
}

.fil_ariane .current_retour {
	display:none;
}

/*********************************
		BARRE DE RECHERCHE
*********************************/
.content-searchBarre {
	display: flex;
	align-items: stretch;
	justify-content: center;
}

.wrapper-searchBarre {
	margin-right: 15px;
	padding: 6px;
	display: flex;
	align-items: center;
	border-radius: 100px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 99px 0px rgba(28,28,28,0.16);
	-moz-box-shadow: 0px 0px 99px 0px rgba(28,28,28,0.16);
	box-shadow: 0px 0px 99px 0px rgba(28,28,28,0.16);
}

body .searchElement {
	margin-right: 6px;
	max-width: 216px;
	width: 216px;
	padding: 13px 15px;
	border: 1px solid #e5e5e5;
	border-radius: 100px;
}

body .searchElement.selectElement {
	width: 330px;
	max-width: 330px;
}

.searchElement:last-child {
	margin-right: 0;
}

.searchElement * {
	font-family: 'Montserrat';
	font-weight: bold;
	font-size: 1.125rem;
	color: #1c1c1c;
}

/*** STYLE CHAMPS ***/
.searchElement {
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
	background-color: #fff;
}

.searchElement:after {
	pointer-events: none;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	content: url("/images/general/site/arrow-select-black.svg");
	width: 20px;
	height: 20px;
}

.searchElement select,
.searchElement input {
	padding: 0 22px 0 0;
	width: 100%;
	height: 100%;
	background: none;
}

/*********************************
			ACCUEIL
*********************************/
/*** GENERAL ***/
.wrapper-titre {
	display: flex;
	flex-direction: column;
}

/*** TOP ***/
.sliderHome {
	position: relative;
	width: 100%;
	height: 89vh;
}

.wrapper-searchHome {
	width: 100%;
	padding: 0 32px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.wrapper-searchHome h2 {
	color: #fff;
	font-weight: bold;
	font-size: 2.5rem;
	text-align: center;
	padding-bottom: 75px;
	text-shadow: 0px 0px 6px rgba(28,28,28,0.3);
}

/*** DEUX DESTINATIONS ***/
.content-destinations {
	padding-bottom: 100px;
}
.content-destinations .wrapper-titre {
	align-items: center;
	justify-content: center;
}
.content-destinations .wrapper-titre h2 {
	padding-bottom: 20px;
}
.wrapper-bretagne-martinique {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	padding-top : 50px;
}
.bretagne, .martinique {
	width: 50%;
	display: flex;
	border-radius: 20px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(28,28,28,0.1);
	-moz-box-shadow: 0px 0px 20px 0px rgba(28,28,28,0.1);
	box-shadow: 0px 0px 20px 0px rgba(28,28,28,0.1);
	align-items: center;
	height: auto;
}
.imgMartinique, .imgBretagne {
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	width: 50%;
	align-self: stretch;
}
.texte-martinique, .texte-bretagne {
	padding: 50px 50px 50px 20px;
	width: 50%;
}
.texte-martinique .btnBorder, .texte-bretagne .btnBorder {
	margin-top: 30px;
}
.titre-bre-mar {
	margin-bottom: 30px;
	text-transform: uppercase;
}

/*** ACCES RAPIDES ***/
.content-accesRapides .wrapper-titre {
	align-items: center;
	justify-content: center;
}

.content-accesRapides h2 {
	padding-bottom: 20px;
}

.content-accesRapides .wrapper-titre span {
	max-width: 800px;
	width: 100%;
	text-align: center;
}

.slick-accesRapides {
	overflow: hidden;
	padding: 50px 0;
}

.slick-accesRapides .slick-dots {
	bottom: 0 !important;
}

.slick-accesRapides .slick-list {
	overflow: visible !important;
}

body .bottomImgRapide {
	width: 100%;
	height: 100%;
	background-size: 103% auto;
	background-position: center bottom -1px;
}

.accesRapide {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 20px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(28,28,28,0.1);
	-moz-box-shadow: 0px 0px 20px 0px rgba(28,28,28,0.1);
	box-shadow: 0px 0px 20px 0px rgba(28,28,28,0.1);
	height: 510px;
	position: relative;
}

.wrapper-bottomAccesRapides {
	display: flex;
	flex-direction: column;
	position: absolute;
	bottom: 15px;
	width: 100%;
}

.wrapper-bottomAccesRapides .btnBorder {
	width: 60%;
	margin: 0 auto;
}

.wrapper-bottomAccesRapides .btnBorder span {
	width: 100%;
}

.imgRapide {
	position: relative;
}

.bottomImgRapide {
	z-index: 1;
	position: absolute;
	left: 0;
	bottom: 0;
}

.wrapper-texteAcces {
	padding: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.wrapper-texteAcces h3 {
	text-transform: uppercase;
	padding-bottom: 23px;
	font-size: 1.125rem;
}

.horairesRapide {
	padding: 20px 0 25px;
	font-weight: 600;
}

/*** REASSURANCE ***/
.content-reassurance {
	padding: 150px 16px 0;
}

.uneRea {
	max-width: 200px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.uneRea img {
	max-width: 50px;
	height: auto;
	padding-bottom: 20px;
}

.uneRea h4 {
	padding-bottom: 10px;
	font-size: 1.125rem;
	font-weight: 600;
}

.uneRea span {
	padding-bottom: 15px;
}

/*** MOMENT ***/
.content-moment .wrapper-titre {
	align-items: center;
}

.content-moment h2 {
	padding-bottom: 20px;
}

.slick-moment {
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 20px;
}

.unMoment {
	overflow: hidden;
	min-height: 305px;
	max-width: 912px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	border-radius: 20px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(28,28,28,0.1);
	-moz-box-shadow: 0px 0px 20px 0px rgba(28,28,28,0.1);
	box-shadow: 0px 0px 20px 0px rgba(28,28,28,0.1);
}

.imgMoment {
	width: 332px;
	min-height: 306px;
	height: 100%;
	position: relative;
}

body .rightImgMoment {
	width: 100%;
	height: 100%;
	z-index: 9;
	position: absolute;
	top: 0;
	right: 0;
	background-size: contain;
	background-position: right 100%;
	background-image: url("/images/general/site/right-moment.svg");
}

.wrapper-texteMoment {
	max-width: 476px;
	width: 100%;
	padding: 15px 30px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.inner-texteMoement {
	min-height: 158px;
	padding-bottom: 20px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.unMoment h3 {
	padding-bottom: 25px;
	font-size: 1.25rem;
	font-weight: 600;
	text-transform: uppercase;
}

.prixMoment {
	padding-top: 27px;
	font-weight: 600;
}

/*** PRESENTATION ***/
.content-presentation {
	padding: 100px 16px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.wrapper-imgPres {
	max-width: 580px;
	width: 100%;
	position: relative;
}

.wrapper-imgPres img {
	-webkit-box-shadow: 0px 0px 99px 0px rgba(28,28,28,0.1);
	-moz-box-shadow: 0px 0px 99px 0px rgba(28,28,28,0.1);
	box-shadow: 0px 0px 99px 0px rgba(28,28,28,0.1);
}

.hautImgPres,
.basImgPres {
	position: absolute;
	right: 0;
}

.hautImgPres {top: 78px;}
.basImgPres {bottom: -55px;}

.wrapper-textpres {
	width: 50%;
	margin-left: 30px;
}

.wrapper-textpres h2 {
	padding-bottom: 60px;
	line-height: 1.5;
}

.wrapper-textpres div {
	padding-bottom: 40px;
}

/*** AVIS ***/
.content-avisHome {
	margin-top: 80px;
}

.content-avisHome h2 {
	text-align: center;
	padding-bottom: 20px;
}

.content-avisHome .wrapper-titre {
	align-items: center;
	justify-content: center;
}

.unAvis {
	max-width: 332px;
	width: 100%;
	padding: 20px;
	margin: 0 auto;
	border-radius: 20px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(28,28,28,0.05);
	-moz-box-shadow: 0px 0px 20px 0px rgba(28,28,28,0.05);
	box-shadow: 0px 0px 20px 0px rgba(28,28,28,0.05);
}

.unAvis div {
	line-height: 1.6;
	font-weight: 300;
	margin-bottom: 15px;
}

.unAvis > div {
	display: flex;
	align-items: center;
}

.unAvis img {
	width: 42px;
	height: 42px;
	margin-right: 15px;
	border-radius: 100px;
	background-color: red;
}

.unAvis > div span {
	font-weight: 600;
}

.unAvis a {
	display: flex;
	justify-content: center;
	text-align: center;
	color: #C9C9C9;
	text-decoration: underline;
}

	/*** RESEAUX ***/
.content-reseauxHome {
	margin-top: 150px;
}

.content-reseauxHome .wrapper-titre {
	align-items: flex-start;
}

.content-reseauxHome .wrapper-titre h2 {
	padding-bottom: 20px;
}

.content-reseauxHome .wrapper-titre > span {
	max-width: 448px;
}

.liensReseauxHome,
.liensReseauxHome a {
	display: flex;
	align-items: center;
}

.liensReseauxHome {
	padding: 43px 0 32px;
}

.liensReseauxHome a {
	margin-right: 50px;
}

.liensReseauxHome span {
	font-weight: normal;
}

.liensReseauxHome img {
	margin-right: 20px;
}

.texteSousPhoto {
	width: 100%;
	padding-top: 20px;
	text-align: center;
	margin: 0 auto;
}

/*iframe*/
.wrapper-feedInsta {
	height: 23vw;
	max-height: 337px;
}

.wrapper-feedInsta a {
	z-index: 999;
	display: flex;
	width: 100%;
	height: 100%;
}

.wrapper-feedInsta iframe {
	width: 100%;
	height: 100%;
	cursor: none;
	pointer-events: none;
}

	/*** CONTACT ***/
.content-contactHome {
	padding: 150px 16px 0;
	display: flex;
	justify-content: space-between;
}

.content-contactHome h2 {
	padding-bottom: 75px;
}

.mapHome {
	overflow: hidden;
	margin-right: 20px;
	max-width: 795px;
	width: 100%;
	border-radius: 5px;
}

.mapHome iframe {
	width: 100%;
	height: 100%;
}

.wrapper-infoContact,
.wrapper-infoContact > div {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.wrapper-infoContact {
	width: 400px;
}

.wrapper-infoContact li  {
	display: flex;
	align-items: center;
	margin-bottom: 35px;
	font-weight: 300;
}

.adresseHome:before,
.telHome:before,
.mailHome:before {
	margin-right: 25px;
}

.adresseHome:before{content: url("/images/general/site/icone-local-gradient.svg");}
.telHome:before{content: url("/images/general/site/icone-tel-gradient.svg");}
.mailHome:before{content: url("/images/general/site/icone-mail-gradient.svg");}

.wrapper-infoContact .btnBorder,
.wrapper-infoContact .btnBorder > span {
	width: 100%;
	font-weight: 600;
}

.btnBorder span {
	font-weight: 600;
}

.btnBorder:hover .texteGradient {
	background: none;
	color: #fff;
	-webkit-text-fill-color: initial;
}

/*********************************
			FOOTER
*********************************/
footer {
	margin-top: 230px;
	width: 100%;
	height: auto;
	position: relative;
}

.backGradientFooter {
	z-index: 1;
	opacity: 0.05;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.footer_content {
	padding: 45px 16px;
	position: relative;
	z-index: 9;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer_content ul {
	margin: 0 20px 20px 0;
}

.footer_content ul:last-child {
	margin-right: 0;
}

.footer_content * {
	font-weight: 300;
}

.footer_content a:hover {
	text-decoration: underline;
}

.titreFooter {
	font-weight: 600;
	padding-bottom: 25px !important;
}

.footer_content li {
	padding-bottom: 15px;
}

.footer_content img {
	margin-right: 14px;
}

.footerMentions {
	margin: 0 auto;
	text-align: center;
	padding: 0 16px 10px;
}

.footerMentions * {
	text-transform: uppercase;
	font-size: 0.875rem;
}

/***********************
	PAGE CALENDRIER
***********************/
.content-calendrier {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 10px 0 0;
}

/*** PRIX ***/
.content-infoPrix {
	max-width: 912px;
	width: 100%;
	margin: 50px auto;
	padding: 50px 8% 10px;
	background-color: #F7F7F7;
	border-radius: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.content-infoPrix.privatisation {
	padding: 30px 8%;
}

.content-infoPrix.privatisation div {
	margin: 0 auto;
}

.content-infoPrix div {
	display: flex;
	align-items: first baseline;
}

.NomPrix {
	margin-right: 5px;
	font-size: 1.6rem;
	font-weight: 700;
}

.NbPrix {
	margin-left: 5px;
	font-size: 1.6rem;
	font-weight: 700;
}

.infoPrix {
	padding-top: 30px;
	width: 100%;
	text-align: center;
	font-style: italic;
	font-weight: 300;
	font-size: 0.8rem;
}

/*** SEMAINE ***/
.wrapper-selectSemaine {
	padding: 25px 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: normal;
	border-radius: 10px;
	background-color: #f7f7f7;
	text-align: center;
}

.wrapper-selectSemaine a  {
	padding: 0 10px;
	display: flex;
	align-items: center;
}

.wrapper-selectSemaine a img {
	min-width: 16px;
	height: 16px;
}

.wrapper-selectSemaine strong {
	font-weight: 600;
}

/*** CALENDRIER ***/
.wrapper-calendrier {
	position: relative;
	padding: 45px 0;
	display: flex;
}

.legendeJours {
	position: absolute;
	top: 64px;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.legendeJours > div {
	width: 100%;
	height: 361px;
	display: flex;
	text-align: right;
	border: 1px;
	border-bottom: 1px dashed #CFCFCF;
}

.legendeJours > div:last-child {
	border-bottom: none;
}

.legendeJours div span {
	width: 301px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	color: #D0D0D0;
	font-weight: 600;
	text-align: right;
	text-transform: uppercase;
	transform: rotate(-90deg);
	transform-origin: center;
}

.listeJours {
	display: flex;
	margin: 0 0 0 30px;
}

/* JOUR */
.unJour {
	margin: 0 5px;
	display: flex;
	flex-direction: column;
}

.noCroisereResp {
	display: none;
}

.jourDemi {height: 330px;}

.jourDeuxDemi {
	height: 690px;
	justify-content: space-between;
}

.jourComplet {
	height: 1048px;
	justify-content: space-between;
}

body .jourPasse,
body .sansJour {
	background-color: transparent;
	box-shadow: none;
}

body .jourPasse:hover,
body .sansJour:hover {
	transform: none;
}

body .jourPasse * {
	display: none;
}

body .jourPasse .btnBorder {
	display: none;
}

.blocJour {
	overflow: hidden;
	position: relative;
	max-width: 184px;
	min-width: 148px;
	width: 100%;
	margin-bottom: 30px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	border-radius: 20px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(28,28,28,0.1);
	-moz-box-shadow: 0px 0px 20px 0px rgba(28,28,28,0.1);
	box-shadow: 0px 0px 20px 0px rgba(28,28,28,0.1);
	/*effet*/
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.blocJour:hover {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}

.wrapper-blocJour {
	display: flex;
	flex-direction: column;
}

.jour {
	pointer-events: none;
	padding-bottom: 12px;
	font-weight: 600;
	text-align: center;
}

.blocJour h2 {
	padding-bottom: 6px;
	font-size: 1rem;
	font-weight: 600;
}

.blocJour h3 {
	font-size: 1rem;
	font-weight: 300;
}

.horairesJour {
	padding: 18px 0 15px;
	font-size: 1.125rem;
	font-weight: 600;
}

.placeJour {
	padding: 15px 18px;
	border-radius: 10px;
	background-color: #FAFAFA;
}

body .texteNbPlace {
	padding-top: 5px;
	margin-bottom: 20px;
	font-size: 0.85rem;
	font-weight: 300;
}

.jourDeuxDemi  .texteNbPlace {
	margin-bottom: 70px;
}

.nbPlace {
	padding-left: 15px;
	color: #5CB22E;
	font-size: 1.125rem;
	font-weight: bold;
	letter-spacing: 3px;
}

.nbPlace.limite {color: #FFA252;}
.nbPlace.complet {color: #FD3E3E;}

.blocJour .btnBorder {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
}

.blocJour .btnBorder {
	width: 130px;
}

.blocJour .btnBorder > span {
	width: 100%;
	font-weight: 600;
}

.btnBorder span {
	font-weight: 600;
}

.blocJour .btnBorder:hover .texteGradient {
	background: none;
	color: #fff;
	-webkit-text-fill-color: initial;
}

.nonDispo {
	z-index: 9;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(46,46,46,0.2);
}

.nonDispo span {
	transform: rotate(-30deg);
	padding: 5px 25px;
	color: #FD3E3E;
	font-weight: bold;
	font-size: 1.125rem;
	background-color: #fff;
}

/***********************
	MAINTENANCE
***********************/
.blocMaintenance {
	position: relative;
	max-width: 912px;
	width: 100%;
	margin: 0 auto;
	padding: 100px 20px 60px;
	display: flex;
	flex-direction: column;
	align-items: center;
	border: 4px solid #EE8235;
	border-radius: 10px;
	background-color: #fff;
}

.blocMaintenance img {
	position: absolute;
	top: -65px;
	left: 50%;
	transform: translateX(-50%);
}

.blocMaintenance > div {
	max-width: 712px;
	width: 100%;
	margin: 0 auto;
	text-align: center !important;
}

.blocMaintenance > a {
	margin-top: 45px;
	display: flex;
	justify-content: center;
	color: #EE8235;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

/***********************
		TUNNEL
***********************/
.content-infoTunnel {
	width: 100%;
	margin: 70px auto;
	display: flex;
	align-items: center;
}

.content-infoTunnel li {
	z-index: 3;
	width: 465px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 600;
	color: #9A9A9A;
	background-image: url("/images/general/site/bg-tunnel-none.svg");
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}

.content-infoTunnel li.active a {
	color: #fff;
}

body .content-infoTunnel li.active {
	color: #fff;
	background-image: url("/images/general/site/bg-tunnel-active.svg");
}

.content-infoTunnel li:nth-child(2),
.content-infoTunnel li:nth-child(3) {
	margin-left: -35px;
}

.content-infoTunnel li:nth-child(2) {z-index: 2;}
.content-infoTunnel li:nth-child(3) {z-index: 1;}

.wrapper-pageReservation {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.content-reservation {
	display: flex;
	flex-direction: column;
}

.content-reservationGauche {
	max-width: 680px;
	width: 100%;
}

.content-reservationDroite {
	width: 448px;
	margin-left: 60px;
}

.titleReservation {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 40px;
}

.titleReservation h2 {
	padding-bottom: 15px;
}

.barreSep {
	width: 60%;
	height: 1px;
	margin: 60px auto 40px;
	background-color: #2E2E2E;
}

.wrapper-bottomReservation {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#page_demandeReservation .btn_cta_general,
#page_demandeInformation .btn_cta_general  {
	width: 216px;
	margin: 45px auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

#page_demandeReservation .btn_cta_general img,
#page_demandeInformation .btn_cta_general img {
	margin-left: 10px;
}

.messageImportant {
	width: 100%;
	margin-top: 50px;
	padding: 25px;
	display: flex;
	align-items: center;
	border-radius: 10px;
	background-color: rgba(255, 141, 141, 0.1);
}

.messageImportant img {
	margin-right: 20px;
}


/*** RECAP ***/
.content-recapReservation {
	overflow: hidden;
	width: 100%;
	border-radius: 10px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 50px 0px rgba(28, 28, 28, 0.1);
	-moz-box-shadow: 0px 0px 50px 0px rgba(28, 28, 28, 0.1);
	box-shadow: 0px 0px 50px 0px rgba(28, 28, 28, 0.1);
}

.content-reservationDroite h2 {
	font-size: 1.8rem;
}

.content-reservationDroite .titleReservation {
	margin: 0;
}

.wrappper-recapReservation {
	padding: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.wrappper-recapReservation * {
	text-align: center;
}

.nomCroisiere {
	font-size: 1.25rem;
	font-weight: 600;
}

.wrapper-PrixTotal {
	padding: 27px 0 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.titreTotal {
	line-height: 1;
	font-weight: normal;
}

.pixCroisiere,
.pixCroisiere * {
	font-size: 2.5rem;
	font-weight: bold;
}

.wrapper-infoRecap {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.titreRecap {
	padding-bottom: 15px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.125rem;
}

.texteRecap {
	line-height: 1.6;
	padding-bottom: 18px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.texteRecap:last-child {
	padding-bottom: 0;
}

body .wrapper-infoPersonnes {
	padding-bottom: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.wrapper-infoPersonnes span {
	font-weight: normal;
}

.wrapper-infoPersonnes ul {
	padding-top: 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
	list-style: inside;
}

.wrapper-infoPersonnes li {
	list-style-type: "- " !important;
	font-weight: 300;
}

.lienContact {
	margin-top: 13px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.lienContact strong {
	padding-bottom: 3px;
	font-weight: 600;
}

.lienContact a:hover {
	text-decoration: underline;
}

/***********************
	DEMANDE RESERVATION
***********************/
.blocPersonne {
	display: flex;
	flex-direction: column;
	margin-top: 30px;
	padding: 15px;
	border-radius: 20px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(28,28,28,0.1);
	-moz-box-shadow: 0px 0px 20px 0px rgba(28,28,28,0.1);
	box-shadow: 0px 0px 20px 0px rgba(28,28,28,0.1);
}

.blocPersonne:first-child {
	margin-top: 0;
}

/*.wrapper-togglePersonne {display: none;}*/
.wrapper-togglePersonne.active {display: flex;}

.titreBlocPersonne {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.titreBlocPersonne span {
	font-size: 1.125rem;
	font-weight: 600;
	text-transform: uppercase;
}

.btnAjoutPersonne {
	cursor: pointer;
	width: 60px;
	height: 60px;
	border-radius: 10px;
	background-color: #F8F8F8;
	background-image: url("/images/general/site/btn-plus-gradient.svg");
	background-size: auto;
}

.blocPersonne.active .btnAjoutPersonne {
	background-image: url("/images/general/site/btn-moins-gradient.svg");
}

.blocPersonneRadio {
	padding: 35px 0 15px;
	display: flex;
	flex-direction: column;
}

.blocPersonneRadio input {
	cursor: pointer;
	margin-right: 10px;
}

.blocPersonneRadio label {
	cursor: pointer;
}

body .blocPersonneRadio label > span:first-child {
	font-weight: normal;
	font-style: normal;
}


.blocPersonneRadio > div {
	display: flex;
	align-items: flex-start;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.blocPersonneRadio label span {
	font-style: italic;
	text-transform: none;
	font-size: 0.875rem;
}

.champsBlocPersonne {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.champsBlocPersonne input {
	width: 49%;
	margin-bottom: 12px;
}

.champsBlocPersonne input:last-child {
	margin-bottom: 0;
}

.blocPersonne {display: none;}
.blocPersonne.active {display: flex;}

.blocPersonne#ajouterPersonne {display: flex;}

/***********************
	DEMANDE D'INFORMATION
***********************/
#page_demandeInformation .form-control {
	margin-bottom: 15px;
}

/***********************
	PAIEMENT
***********************/
.wrapper-recapReserrvation br {
	margin: 5px 0;
}

.wrapper-recapReserrvation {
	font-size: 1.1rem;
}

.retourInfoReservation {
	margin-top: 30px;
	text-align: center;
	font-size: 0.9rem;
	font-weight: 300;
	text-decoration: underline;
}

#page_paiement .btn_cta_general {
	width: 310px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 30px auto 0;
}

.messageImportant.displayResp,
.content-reservationDroite.displayResp  {
	display: none;
}

.wrapper-cadreInfo {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#page_retourPaiement h1 {
	text-align: center;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 50px;
}

.cadrePaiement {
	max-width: 600px;
	width: 100%;
	margin: 0 auto 30px;
	padding: 20px 6% 50px;
	border-radius: 20px;
	border: 3px solid;
	text-align: center;
}

.cadrePaiement img {
	width: 40px;
	height: 40px;
	margin-bottom: 20px;
}

.cadrePaiementOk {
	border-color: #51BC00;
	color: #265f02;
	background-color: rgba(81,188,0,0.2);
}

.cadrePaiementNo {
	border-color: #EE8235;
	background-color: rgba(238,130,53,0.2);
}

/***********************
	PAGE DYNAMIQUE
***********************/
/**** GENERAL ***/
.content-topPage {
	z-index: -1;
	position: relative;
	width: 100%;
	height: 437px;
}

.content-topPage h1,
#page_actu h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	text-align: center;
	font-size: 3.438rem;
	text-shadow: 0px 0px 6px rgba(28,28,28,0.3);
}

.page_dynamique_content {
	max-width: 1408px;
	width: 100%;
	padding: 0 16px;
	display: block;
	margin: 0 auto;
	position: relative;
}

.text_champ {
	padding-bottom: 100px;
}

.textSimple {
	margin: 0 auto;
	max-width: 1144px;
	width: 100%;
}

.textChampImg {
	display: flex;
	justify-content: space-between;
}

.textChampImg .texte_pag_dyn {
	max-width: 680px;
	width: 100%;
}

.image_droite,
.image_gauche {
	max-width: 550px;
	width: 100%;
}

.textChampImg .image_droite {
	margin: 0 0 0 30px;
}

.textChampImg .image_gauche {
	margin: 0 30px 0 0;
}

.text_champ h2,
.text_champ h2 span,
#tinymce h2,
#tinymce h2 span {
	padding-bottom: 10px;
	font-weight: 600;
	font-size: 1.875rem;
	line-height: initial;
}

.text_champ h3,
.text_champ h3 span,
#tinymce h3,
#tinymce h3 span {
	padding-bottom: 16px;
	font-weight: normal;
	font-size: 1.25rem;
	line-height: initial;
}

.text_champ h2 strong,
.text_champ h2 strong span,
.text_champ h3 strong,
.text_champ h3 strong span,
#tinymce h2 strong,
#tinymce h2 strong span,
#tinymce h3 strong,
#tinymce h3 strong span{
	font-weight: bold;
}

.text_champ p {
	line-height: 1.9;
}

.text_champ a {
	font-weight: 300;
	text-decoration: underline;
}


	/*Gestion des images*/
.text_champ .texte_pag_dyn, .text_champ figure{
	display:inline-block;
	vertical-align: top;	
}

.text_champ figure{
	width:40%;
	margin:0 10px;
}

.text_champ .texte_pag_dyn{
	width:57%;
}

/*Paragraphe*/

.text_champ ul,
.text_champ ul li {
	font-size: 16px;
	position:relative;
	padding-left:20px;
	list-style-type:initial;
}

.text_champ a:hover {
	text-decoration: underline;
}

.text_champ p strong, .text_champ p strong a {
	font-weight: 700;
}

.text_champ img.imgTinyMceGauche, #tinymce img.imgTinyMceGauche{
	float: left;
	margin-right: 15px;
}

.text_champ img.imgTinyMceDroite, #tinymce img.imgTinyMceDroite{
	float: right;
	margin-left: 15px;
}

/*Bouton*/
.btn_cta_general{
	cursor: pointer;
	display:inline-block;
	padding: 15px 33px;
	border-radius: 100px;
	font-size: 1.125rem;
	font-weight: 600;
  	color:#fff;
	border: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	/*effet*/
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.btn_cta_general:hover {
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}

.btn_cta_general a,
.btn_cta_general p{
	color:#ffffff;
	text-decoration: none;
}

.btn_cta_general a:hover{
	text-decoration: none;
}

/*CAROUSEL*/

.slick-initialized .slick-slide {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin:10px;
}

.slick-track{
	margin:auto;
}

.slick-prev:before, .slick-next:before {
    content: '';
}

.slick-next, .slick-next:hover, .slick-next:focus {
    background: url(../images/general/site/arrow-next-slick.svg) no-repeat center center;
    right: 0;
	opacity: 0.8;
}

.slick-prev, .slick-prev:hover, .slick-prev:focus {
    background: url(../images/general/site/arrow-prev-slick.svg) no-repeat center center;
    left: 0;
    opacity: 0.8;
}

.slick-next:hover, .slick-prev:hover{
	opacity: 1;
}


.slick-dots {
    text-align: center;
}

.slick-prev, .slick-next {
	z-index: 999;
    width: 56px;
    height: 56px;
}

.slick-dots li {
	width: 38px !important;
	height: 7px !important;
}

.slick-dots button {
    width: 100% !important;
    height: 100% !important;
    border-radius:0 !important;
	padding: 0 !important;
    font-size: 0 !important;
    cursor: pointer !important;
	opacity: 0.3;
	background: rgb(255,30,145) !important;
	background: -moz-linear-gradient(90deg, rgba(255,30,145,1) 0%, rgba(254,181,50,1) 100%) !important;
	background: -webkit-linear-gradient(90deg, rgba(255,30,145,1) 0%, rgba(254,181,50,1) 100%) !important;
	background: linear-gradient(90deg, rgba(255,30,145,1) 0%, rgba(254,181,50,1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff1e91",endColorstr="#feb532",GradientType=1) !important;
}

.slick-dots .slick-active button {
	opacity: 1;
}

.slick-dots li button:before{
	content:none;
}

/* PARTENAIRES */

.bloc_partenaire {
	display:inline-block;
	width:28%;
	margin:10px;
	padding:10px;
	vertical-align:top;
	border:1px solid #d7ecda ;
}

.img_partenaire{
	display:flex;
	height:120px;
	width:auto;
	align-items: center;
	justify-content: center;
}

.img_partenaire img{
	max-height:120px;
	width:auto;
}

.titre_partenaire, .texte_partenaire{
	text-align: center;
}

.titre_partenaire:hover{
	color:#868a91;
}

/*********************** 
		ACTUALITES
***********************/
/*LISTE ACTUS - ACCUEIL + VOUS AIMEREZ AUSSI + PAGE DYNAMIQUE IMAGE*/
.listeActus{
	text-align: center;
}

.une_actu{
	position: relative;
	display: inline-block;
	vertical-align: top;
   	text-align: center;
	width:30%;
	margin:1%;
	transition: all 1s ease;
}

.une_actu .image_actu {
	position: relative;
	display: block;
	transition: all 0.6s ease;
    width: 80%;
    margin:auto;	
}

.une_actu_titre{
	bottom:0;
	width:100%;
	text-align: center;
	background-color: #a3d8c3;	
    margin-top: -10px;
    transition: all 1s ease;
}

.une_actu_titre .une_actu_titre_content {	
	display: inline-block;
	font-size: 20px;
	font-weight:300;
	color: #ffffff;
	padding:25px 15px 10px 15px;
	margin: 0;
}

.une_actu:hover .une_actu_titre{
	background-color: #96c6b3;	
}

.une_actu:hover .image_actu{
}

.complement_actu{
	text-align: center;
	font-weight: 700;
}

/* UNE ACTUALITE DETAIL*/
#page_actu .titre_actu {
	width: 100%;
	text-align: center;
}

#page_actu .titre_actu h1 {
	margin-bottom: 50px;
	font-size: 2.5rem;
	font-weight: bold;
}

.une_actu_page_dyn .photo_actu{
	width:100%;
	margin:auto;
	text-align: center;
	padding:10px 0 20px;
    position: relative;
    z-index: -1;
}

.une_actu_page_dyn .photo_actu img{
	width:60%;
}

.une_actu_page_dyn .texte_article{
	width:100%;
}

.date_actu{
	padding:0;
	margin:0;
	font-size: 20px;
	font-style: italic;
	color:#333333;
	font-weight:600;
}

.date_actu span{
	text-align: center;
}

.une_actu_une_cat{
	color:#333333;
	transition: all 0.6s ease;

}

.une_actu_une_cat:hover{
	color:#63929e;
}

.une_actu_une_cat::after{
	content:"-";
}

.une_actu_une_cat:last-child::after{
	content:none;
}


/*PAGINATION*/

.paginationCMS{
	text-align: center;
}

.paginationCMS a, .paginationCMS span{
	margin: 5px;
	font-size:33px;
	color:#333333;
}

.paginationCMS .pageCourante{
	font-weight: 700;
	color:#144c5c;
	font-size:39px;
}

/**CATEGORIE ACTUS***/
.bloc_archives{
 	margin-top:60px;
 }

/***********************
		CONTACT
***********************/
#page_contact select {
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
}

#page_contact #creation {
	display: flex;
	flex-direction: column;
}


#page_contact #creation input[type=checkbox] {
	margin-right: 10px;
}

#page_contact #creation ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	background-color: #F8F8F8;
	border-radius: 10px;
	padding: 25px 15px;
	width: 100%;
}

#page_contact #creation li {
	margin-right: 6%;
	display: flex;
	align-items: flex-start;
}

.typeCroisiere  {
	width: auto;
	align-items: center;
}

.labelCheckbox {
	color: #1c1c1c;
	font-family: "Montserrat";
	font-weight: 600;
	font-size: 0.9rem;
	padding: 0 0 5px 10px;
}

.commentVousNousAvezConnu li  {
	margin-bottom: 15px;
	width: 27%;
}

#page_contact #creation li label {
	cursor: pointer;
}

#page_contact #creation #button {
	align-self: flex-start;
}

.texte_accroche{
	box-sizing: border-box;
	padding: 20px 0;
}

.content_left{
	float: left;
	width:56%;
	margin: 20px 2% 40px;
}

.content_right{
	float: right;
	width:36%;
	margin: 20px 2% 40px;
}

.map iframe{
	width:100%;
	min-height: 300px;
}

textarea {
	resize: none;
}

.form-group{
	padding: 0 0 10px;
}

.form-label {
	padding: 0 0 5px 10px;
	font-size: 0.9rem;
	color: #1c1c1c;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	margin: 0;
	display: block;
	opacity: 1;
	-webkit-transition: .333s ease top, .333s ease opacity;
	transition: .333s ease top, .333s ease opacity;
}
.form-control {
	display: block;
	width: 100%;
	padding: 25px 15px;
	font-size: 1rem;
	box-sizing: border-box;
	background-color: #F8F8F8;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	border-radius: 10px;
	border: none;
	box-shadow: none;
	font-family: "Montserrat", sans-serif;
}

.form-control::placeholder {
	color: #4E4E4E;
	font-weight: 300;
	font-size: 0.9rem;
}

.js-hide-label {
	opacity: 0;
}
.js-unhighlight-label {
	color: #000;
	font-family: "Montserrat", sans-serif;
}

::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
	font-family: "Montserrat", sans-serif;
}

:-moz-placeholder { /* Firefox 18- */
	color: #000;
	opacity: 1;
	font-family: "Montserrat", sans-serif;
}

::-moz-placeholder {  /* Firefox 19+ */
	color: #000;
	opacity: 1;
	font-family: "Montserrat", sans-serif;
}

:-ms-input-placeholder {
	color: #000;
	opacity: 1;
	font-family: "Montserrat", sans-serif;
}

textarea {
	resize: none;
	min-height:160px;
}

.texte_ok_contact{
	background-color: #c9c640;
	margin: 20px;
	padding: 20px;
	box-sizing: border-box;
	font-size: 20px;
	font-weight: bold;
}

.chkContactRGPD_wrapper{
	margin-top: 20px;
}

.chkContactRGPD{
	min-width: 14px;
	height: 14px;
	float: left;
	margin-right: 10px;
	appearance: checkbox;
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
}

.chkContactRGPD_label {
	display: flex;
	align-items: flex-start;
	font-size: 0.9rem;
	font-style: italic;
	color: #4E4E4E;
}

/***/

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}


#page_dynamique table {
	border-collapse: collapse;
}

.tableWrapper > .info{
	display: none;
}



#wrapperMenuMobile{
	display: none;
}

/* CAPTCHA*/

#imgCaptcha{
	position: absolute;
	top: 0;
	right: 0;
}

/*Hub Réalisation*/

#hubRealisations{
	margin: 0 -25px;
	margin-bottom: 40px;
	overflow: hidden;
}

#hubRealisations .realisationWrapper{
	float: left;
	width: 33.33%;
	padding: 25px;
	box-sizing: border-box;
}

#hubRealisations .realisationWrapper:nth-child(3n+1){
	clear: both;
}

#hubRealisations .image{
	display: block;
	position: relative;
	height: 0;
	padding-top: 66.66%;
	width: 100%;
	background-size: cover;
}

#hubRealisations .lienTitre{
	display: block;
	margin-top: 10px;
}

#hubRealisations .lienTitre h2{
	font-size: 15px;
	line-height: 25px;
	width: 100%;
	text-align: left;
	display: block;
}

.connected-carousels {
	display: block;
	margin: 40px 0;
	overflow: hidden;
}

.connected-carousels .navigation{
	border-right:1px solid transparent;
}


/****** FANCY BOX GENERAL ******/

.fancybox-caption {
    border-top: none;
    font-family: 'Open Sans',sans-serif;
    color: #ffffff;
    text-align:center;
}


/* responsive iframe */
.responsiveIframeWrapper{
	width: 100%;
	height: 0;
	padding-bottom: 57%;
	position: relative;
}

.responsiveIframeWrapper iframe, .responsiveIframeWrapper video{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.recaptcha-wrapper, .captcha-wrapper{
	margin: 25px 10px 5px;
}


.error, .success{
	background-color: #f26e61;
	color:#ffffff;
	margin:10px;
	padding:10px;
	text-align: center;
}

.success{
	background-color: #0a0;
}

.redirection_site{
	width: 100px;
	height: 96px;
	background: transparent !important;
}

/************************************* LANGUES **************************************/
.flagResponsive {
	display: none;
}

.selectLang {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -80px;
	display: flex;
	flex-direction: column;
	max-width: 70px;
}

.wrapper-selectFlag {
	cursor: pointer;
}

.wrapper-selectFlag img,
.flagLang img {
	width: 25px;
}

.selectLang .flagSelect {
	margin-right: 10px;
}

.wrapper-selectFlag {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.wrapper-selectFlag > img:first-child {
	cursor: default;
}

.wrapper-selectFlag a {
	display: flex;
}

.selectLang ul {
	display: flex;
	align-items: center;
	top: 26px;
	left: 0;
	position: absolute;
}

.selectLang li img {
	width: 25px;
	/*effet*/
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.selectLang li img:hover {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
#infoPersonnes {
	display: flex;
	flex-direction: column;
}

.texteGradient.titreFormulaire:first-child {
	margin-top: 0;
}

.texteGradient.titreFormulaire {
	margin-top: 30px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 1.875rem;
	line-height: initial;
	align-self: flex-start;
}