
/*****************************************************************
	PROPRIETES GENERALES  - BODY / TITRES / TEXTES / LIENS // CSS 
*****************************************************************/
* {
	box-sizing: border-box;
}

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-size: 1rem;
	font-family: 'Montserrat';
	font-weight: 300;
	-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;
	color: #1C1C1C;
}


h1, h2, h3, h4 {
	padding: 0;
	margin:0;
}

.lower{
	text-transform: none;
}

h1 {
	max-width: 1408px;
	width: 100%;
	padding: 0 16px;
	margin: 0 auto;
	z-index: 99;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-weight: 600;
	color: #fff;
	font-size: 4.375rem;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}


h2 {
	font-size: 1.875rem;
	color: #FD3C00;
	font-weight: 600;
}

h3 {
	font-size: 1.125rem;
	color: #1C1C1C;
	font-weight: 600;
}

em, i {
	font-size: 16px;
	text-decoration: none;
	padding: 0;
	margin: 0;
	display: inline;
}

p, table {
	font-size: 1rem;
	margin: 0;
	padding: 0;
}

p {
	line-height: 1.9;
}


a {
	outline: none;
	color: #1C1C1C;
	text-decoration: none;
}

strong {
	font-weight: 600;
}

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;
}

button {
	font-size: 0.9rem !important;
	font-family: 'Montserrat' !important;
}

input[type="text"],
input[type="number"] {
	outline: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
	border-radius: 0;
	background: none;
	font-family: 'Open Sans';
	font-size: 1rem;
	font-weight: normal;
}

input[type="number"] {
	width: 70px;
	height: 47px;
	padding: 10px;
	appearance: textfield;
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	border: 1px solid #eaeaea;
	border-radius: 0;
	text-align: center;
	color: #FD3C00;
	font-size: 1.25rem;
	font-family: 'Open Sans';
	font-weight: 600;
}

.sectionMax {
	max-width: 1408px;
	width: 100%;
	margin: 0 auto;
	padding: 0 16px;
}

/******* BACKGROUND ********/
.backImg {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

/******* PARALLAX ********/

.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*********************************
		DATE PICKER
*********************************/
#ui-datepicker-div * {
	font-family: 'Montserrat' !important;
}

#ui-datepicker-div {
	border-radius: 0;
	border: none;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(28,28,28,0.1);
	-moz-box-shadow: 0px 5px 5px 0px rgba(28,28,28,0.1);
	box-shadow: 0px 5px 5px 0px rgba(28,28,28,0.1);
}

body .ui-datepicker-header {
	background: none;
	color: #1C1C1C;
}

body .ui-state-default,
body .ui-widget-content .ui-state-default,
body .ui-widget-header .ui-state-default {
	background: none;
	border: none;
	text-align: center;
	width: 30px;
	height: 30px;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

body .ui-datepicker-unselectable .ui-state-default {
	text-decoration: line-through !important;
}

body .ui-datepicker-unselectable .ui-state-default:hover {
	background: none;
	color: #1C1C1C;
}

body .ui-state-default:hover {
	background-color: #FD3C00;
	color: #fff;
}

body .ui-datepicker-prev:hover,
body .ui-datepicker-prev,
body .ui-datepicker-next:hover,
body .ui-datepicker-next {
	position: relative;
	right: 2px;
	top: 2px;
	cursor: pointer;
	background: none !important;
	border: none;
}

body .ui-datepicker-prev a,
body .ui-datepicker-next a {
	cursor: pointer;
}



	/*********************************
			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;
}

/*********************************
			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
*********************************/
.cc_banner-wrapper {
	position: fixed !important;
	bottom: 0;
	width: 100%;
}

body .cc_container {
	position: relative;
	top: initial;
	left: initial;
	right: initial;
	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:#144c5c;
}

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(20, 76, 92, 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 {
	position: relative;
	z-index: 9999;
	width: 100%;
}

.header_content {
	max-width: 1408px;
	width: 100%;
	margin: 0 auto;
	padding: 0 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.logo {
	z-index: 9999;
}


/**************************************************************
			NAVIGATION / menu déroulant
**************************************************************/
.menu_mobile{
	display: none;
}

.menu{
	margin:auto;
    z-index: 1000;
    overflow: visible;
    white-space: nowrap;   
    text-align: center;
}

#wrapperMenu .menu_elt {
	position: relative;
	overflow: visible;
	display:inline-block;
	cursor: pointer;
	margin: 0 17px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	border-bottom: 3px solid transparent;
}

#wrapperMenu .menu_elt:hover:last-child {
	border-bottom: 3px solid transparent;
}

#wrapperMenu .menu_elt:hover, #wrapperMenu .menu_elt.active {
	border-bottom: 3px solid #FD3C00;
}

.menu_link {
	position: relative;
	display: inline-block;
	outline: none;
	text-decoration: none;
	font-weight: 600;
	text-shadow: none;
	padding-bottom: 7px;
}

.btnReserverHeader {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 25px;
	color: #fff;
	background-color: #FD3C00;
}

.btnReserverHeader img {
	margin-left: 10px;
}

/****  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_link{
	display: block;
	padding: 10px;
	margin: 5px;
	font-size: 1rem;
	border-top: none;
	background: none;
	text-transform: none;
	text-align: left;
	box-sizing: border-box;
	color: #333;
}

.sm_link:hover{
	color: #FD3C00;
}


/*********************************
			SLIDER
*********************************/
#slider,
.bx-wrapper,
.bx-viewport,
.slides,
.slide {
	width: 100% !important;
	height: 100% !important;
}

.filterBlack {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.25);
}

.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;
}

.bx-wrapper .bx-pager.bx-default-pager a{
    box-shadow: 1px 1px 1px 1px #333;
}

body .bx-wrapper .bx-controls-direction a {
    z-index: 900;
}

.bx-wrapper .bx-prev {
    left: 40px;
    background: url(../images/general/site/prev.png) no-repeat;
}

.bx-wrapper .bx-next {
    right: 40px;
    background: url(../images/general/site/next.png) no-repeat;
}

.bx-wrapper .bx-controls-direction a{
	height:24px;
	width:52px;
	margin-top:0;
	transform: translateY(-50%);
}

.bx-wrapper .bx-next:hover {
    background-position: initial; 
}

.bx-wrapper .bx-pager.bx-default-pager a {
    width: 14px;
    height: 14px;
    border-radius: 14px;
    background: #fff;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #144c5c;
}

/*********************************
			FIL ARIANE
*********************************/

.fil_ariane {
	display: block;
	max-width: 100%;
	overflow: hidden;
	position: relative;
	padding: 5px;
	font-size: 13px;
}

.fil_ariane_content {
	display: inline-block;
	overflow: hidden;
	position: relative;
	padding: 0;
	margin-bottom: 10px;
}

.fil_ariane span {
	color: #333333;
	text-transform: capitalize;
}

.fil_ariane a:hover {
	color: #333333;
}

.fil_ariane .current_retour {
	display:none;
}

/*********************************
			RECHERCHE
*********************************/
.wrapper-search {
	max-width: 680px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.inputSearch {
	cursor: pointer;
	max-width: 235px;
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	background-color: #fff;
}

.inputSearch input {
	cursor: pointer;
	padding: 21px 50px 21px 20px;
	outline: none;
	border: none;
	border-radius: 0px;
	background: none;
}

.inputSearch:after {
	pointer-events: none;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	content: url("/images/general/site/icone-calendar-orange.svg");
}

.inputSearch input,
.inputSearch input::placeholder {
	font-size: 1rem;
	font-weight: 600;
	font-family: 'Montserrat';
	color: #fff;
}

.btnSearch {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 25px;
	background-color: #FD3C00;
	font-size: 1rem !important;
	font-weight: 600;
	color: #fff;
	font-family: 'Montserrat';
	border: none;
	border-radius: 0px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.btnSearch img {
	margin-left: 10px;
}

/*********************************
			ACCUEIL
*********************************/
#page_home .page_dynamique_content{
	max-width: none;
	padding: 0;
}

#page_home header {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
}

#page_home header .menu_link {
	color: #fff;
}

/*** SLIDER HOME ***/
.content_sliderHome {
	position: relative;
	width: 100%;
	height: 90vh;
}

.wrapper-titreSlider {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 1408px;
	width: 100%;
	margin: 0 auto;
	padding: 0 16px;
}

.wrapper-titreSlider h1 {
	position: relative;
	top: initial;
	left: initial;
	transform: none;
	padding: 0 0 20px;
}

.wrapper-titreSlider p {
	max-width: 680px;
	padding-bottom: 50px;
	font-weight: 600;
	line-height: 1.8;
	color: #fff;
}

#page_home .inputSearch *,
#page_home .inputSearch input,
#page_home .inputSearch input::placeholder {
	color: #1C1C1C !important;
}

/*** REASSURANCE ***/
.content_rea {
	padding: 65px 0;
	background-color: #1C1C1C;
}

.slick-rea {
	max-width: 1408px;
	width: 100%;
	margin: 0 auto;
	padding: 0 16px;
}

.slick-rea * {
	text-align: center;
	color: #fff;
}

.uneRea {
	position: relative;
	min-height: 186px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.uneRea span {
	padding: 20px 0 10px;
	font-weight: normal;
	font-size: 1.125rem;
}

.uneRea p {
	line-height: initial;
	padding-bottom: 27px;
}

.uneRea a {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	font-size: 0.875rem;
}

/*** VANS ***/
.content_vansHome {
	margin: 115px auto;
}

.content_vansHome h2 {
	padding-bottom: 65px;
	font-size: 3.75rem;
	font-weight: 600;
	color: #1C1C1C;
	text-align: center;
}

body .slick-vans {
	padding: 0 62px;
}

body .slick-vans .slick-list {
	border-top: none;
	border-bottom: none;
	border-left: 100px solid #fff;
	border-right: 100px solid #fff;
}

.content_vansHome > p {
	max-width: 565px;
	width: 100%;
	margin: 60px auto 25px;
	text-align: center;
}

.content_vansHome > a {
	max-width: 216px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 35px;
	font-weight: 600;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 99px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 99px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 99px 0px rgba(0,0,0,0.1);
}

.content_vansHome > a img {
	margin-left: 10px;
}

/*** PRESENTATION ***/
.content_pres {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.content_pres > img {
	max-width: 565px;
	min-width: 350px;
	width: 42%;
	margin-right: 30px;
}

.content_pres > div {
	max-width: 564px;
	width: 100%;
	margin: 0 8.5% 0 0;
}

.content_pres a {
	display: flex;
	color: #FD3C00;
	padding-top: 50px;
}

/*** RESEAUX ***/
.content_insta {
	margin: 140px auto;
}

.content_insta h2 {
	display: flex;
	align-items: center;
	flex-direction: column;
	font-weight: 600;
	font-size: 2.5rem;
	color: #1C1C1C;
	text-align: center;
}

.content_insta h2:after {
	content: '';
	margin-left: -285px;
	width: 180px;
	height: 3px;
	background-color: #FD3C00;
}

.wrapper-insta {
	height: 404px;
	padding: 40px;
	display: flex;
}

.wrapper-insta {
	pointer-events: none;
}

.wrapper-reseaux,
.wrapper-reseaux a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.wrapper-reseaux a:first-child {
	margin-right: 40px;
}

.wrapper-reseaux img {
	margin-right: 10px;
}

/*** CONTACT ***/
.content_contact {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.mapGoogle {
	max-width: 680px;
	width: 100%;
	height: 525px;
}

.mapGoogle iframe {
	width: 100% !important;
	height: 100% !important;
}

.wrapper-infoContact {
	margin-left: 130px;
	margin-right: 60px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.wrapper-infoContact li {
	margin: 40px 0;
	display: flex;
	align-items: center;
}

.wrapper-infoContact li img {
	margin-right: 20px;
}

.wrapper-infoContact .btn_cta_general {
	max-width: 278px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;

}

.wrapper-infoContact .btn_cta_general img {
	margin-left: 10px;
}

	/*********************************
				VANS
	*********************************/
.unVan {
	position: relative;
	max-width: 472px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.unVan a {
	color: #BBBBBB;;
	padding-top: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.wrapper-van {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 512px;
	max-width: 350px;
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
}

.wrapper-van h3 {
	padding: 30px 30px 20px;
	font-size: 1.563rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}

.imgVan {
	width: 100%;
}

.listeInfo {
	padding: 20px 30px 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.listeInfo li {
	width: 46%;
	padding-top: 10px;
	display: flex;
	align-items: center;
	font-weight: normal;
	font-size: 0.9rem;
}

.wrapper-van .listeInfo li:nth-child(2n+1) {
	margin-right: 20px;
}

.listeInfo li img {
	margin-right: 7px;
}

.wrapper-prixVan {
	padding: 0 30px 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.wrapper-prixVan > div {
	margin-right: 20px;
	display: flex;
	flex-direction: column;
	font-weight: bold;
	font-size: 1.875rem;
}

#page_van .wrapper-prixVan > div {
	margin-right: 30px;
}

.wrapper-prixVan span {
	font-weight: 300;
	font-size: 1rem;
}

.wrapper-prixVan a {
	color: #fff;
}

.wrapper-prixVan .btn_cta_general {
	display: flex;
	align-items: center;
	text-align: left;
	/*effet*/
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.wrapper-prixVan .btn_cta_general:hover {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}

.wrapper-prixVan .btn_cta_general img {
	margin-left: 10px;
}

/*********************************
			PAGE VAN
*********************************/
#page_van .topPage h2 {
	max-width: 1408px;
	width: 100%;
	margin: 0 auto;
	padding: 0 16px;
	z-index: 99;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-weight: 600;
	color: #fff;
	font-size: 4.375rem;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}

#page_van h1 {
	position: relative;
	top: initial;
	left: initial;
	transform: none;
	color: #FD3C00;
	font-size: 2.5rem;
	font-weight: bold;
	text-shadow: none;
	padding-left: 0;
	padding-bottom: 15px;
}

/***PRES***/
.backBtn {
	display: flex;
	align-items: center;
	margin: 20px 0 50px;
	font-weight: bold;
}

.backBtn:before {
	content: url("/images/general/site/arrow-back-black.svg");
	margin-right: 10px;
}

.content_presVan {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.wrapper-imgVan {
	display: flex;
	flex-direction: column;
	width: 450px;
	height: 435px;
	background-color: #FAFAFA;
}

.wrapper-imgVan img {
	max-width: 655px;
	width: 48%;
	position: absolute;
	top: 50%;
	left: -45px;
	transform: translateY(-50%);
}

.wrapper-infoVan {
	max-width: 565px;
	width: 100%;
}

.content_presVan .listeInfo {
	padding: 35px 0;
}

.content_presVan .listeInfo {
	align-items: flex-start;
	justify-content: flex-start;
}

.content_presVan .listeInfo li {
	max-width: 150px;
	width: 100%;
	margin-bottom: 15px;
}

.wrapper-contactVan {
	padding-top: 45px;
	display: flex;
	flex-direction: column;
}

.wrapper-contactVan span {
	font-weight: bold;
	line-height: 1.2;
}

/*IMAGE*/
.content_imgVan {
	max-width: 1070px;
	width: 100%;
	margin: 50px auto;
}

.slick-imgBig li div {
	width: 912px;
	height: 475px;
}

.slick-imgSmall li div {
	width: 200px;
	height: 160px;
}

.slick-imgSmall .slick-prev,
.slick-imgSmall .slick-next {
	width: 30px;
	height: 30px;
}

.slick-imgSmall .slick-prev,
.slick-imgSmall .slick-prev:hover,
.slick-imgSmall .slick-prev:focus {left: 20px !important;}

.slick-imgSmall .slick-next,
.slick-imgSmall .slick-next:hover,
.slick-imgSmall .slick-next:focus {right: 20px !important;}

/*TABLEAU*/
.content_tableauVan table,
.content_tableauVan tr {
	width: 100%;
	border-collapse: collapse;
}

.content_tableauVan tr:nth-child(2n+1) {
	background-color: #FAFAFA;
}

.content_tableauVan td {
	padding: 15px 0 15px 8%;
}

.content_tableauVan td span {
	font-weight: 600;
}

.btnPdfVan {
	margin-top: 50px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #FD3C00;
	font-weight: 600;
}

.btnPdfVan img {
	margin-right: 10px;
}

/*OPTION*/
.content_optionsVan h2 {
	margin: 100px auto 50px;
	text-align: center;
}

#page_van .wrapper-optionVan {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
}

#page_van .blocOption {
	margin-right: 20px;
	margin-bottom: 20px;
	width: 48%;
}

#page_van .blocOption:nth-child(2n) {
	margin-right: 0;
}

/*DISPO*/
.content_blocDispo {
	max-width: 1144px;
	width: 100%;
	margin: 125px auto 0;
	padding: 65px 16% 80px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #FFEBE5;
}

.content_blocDispo h2 {
	font-weight: bold;
	padding-bottom: 35px;
	text-align: center;
}

.content_blocDispo a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.content_blocDispo img {
	margin-left: 10px;
}

/*********************************
			TUNNEL
*********************************/
.content-infoTunnel {
	width: 100%;
	margin: 70px auto;
	display: flex;
	align-items: center;
}

.content-infoTunnel li {
	z-index: 3;
	width: 465px;
	height: 60px;
	padding: 20px 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	color: #4e4e4e;
	text-align: center;
	background-image: url("/images/general/site/back-tunnel-gray.svg");
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}

.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;}

body .content-infoTunnel li.active {
	color: #fff;
	background-image: url("/images/general/site/back-tunnel-orange.svg");
}

.wrapper-pageReservation {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.content-reservation {
	display: flex;
	flex-direction: column;
}

.content-reservationGauche {
	max-width: 680px;
	width: 100%;
	margin-right: 30px;
}

.content-reservationDroite {
	max-width: 448px;
	width: 100%;
}

/*TITRE*/
.titleReservation {
	margin-bottom: 40px;
}

.titleReservation h2 {
	font-size: 1.875rem;
	padding-bottom: 15px;
}

.sousTitleReservation {
	margin-bottom: 25px;
}

.content-reservation h3 {
	font-weight: bold;
	font-size: 1.3rem;
	padding-bottom: 15px;
	color: #FD3C00;
}

.wrapper-sectionReservation {
	margin-bottom: 60px;
}

/* BLOCS */
.blocAssurance,
.blocService,
.blocOption {
	position: relative;
	width: 100%;
	padding: 40px 25px 40px 35px;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	border: 1px solid #eaeaea;
}

.blocInputChecked,
.blocAssurance:hover,
.blocService:hover,
.blocOption:hover {
	border-color: #FD3C00;
}

.blocAssurance input[type="checkbox"],
.blocAssurance input[type="radio"],
.blocService input[type="checkbox"],
.blocService input[type="radio"],
.blocOption input[type="checkbox"],
.blocOption input[type="radio"] {
	border: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.inputAssurance + label,
.inputService + label,
.inputOption + label {
	cursor: pointer;
	width: 37px;
	height: 32px;
	margin-right: 32px;
	background-image: url("/images/general/site/input-option-gray.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.blocAssurance input[type="radio"]:checked.inputAssurance + label,
.blocService input[type="radio"]:checked.inputService + label,
.blocService input[type="checkbox"]:checked.inputService + label,
.blocOption input[type="radio"]:checked.inputOption + label,
.blocOption input[type="checkbox"]:checked.inputOption + label {
	background-image: url("/images/general/site/check-option-orange.svg");
}

.wrapper-contenuService,
.wrapper-contenuOption {
	width: 100%;
	padding-right: 125px;
	display: flex;
	align-items: center;
}

.infoService,
.infoOption {
	max-width: 364px;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.nomService,
.nomOption {
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 10px;
}

.infoService p,
.infoOption p {
	line-height: normal;
}

.prixService,
.prixOption {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 25px;
	font-weight: bold;
	font-size: 1.25rem;
}

.nbConducteurs {
	display: flex;
	align-items: center;
}

.nbConducteurs img {
	cursor: pointer;
	padding: 15px;
}

/*MESSAGE IMPORTANT*/
.messageImportant {
	width: 100%;
	padding: 25px;
	display: flex;
	align-items: center;
	border-radius: 10px;
	background-color: #FFEBE5;
}

.messageImportant img {
	margin-right: 20px;
}

.messageImportant > div {
	display: flex;
	flex-direction: column;
}

/*VALIDATION*/
.wrapper-validationForm {
	display: flex;
	flex-direction: column;
	align-items: center;
	border-top: 1px solid #FD3C00;
	padding: 45px 0 0;
	margin-bottom: 60px;
}

body .chkContactRGPD_wrapper {
	display: flex;
	align-items: flex-start;
	width: 100%;
	font-size: 0.9rem;
	line-height: initial;
	font-style: italic;
}

body .chkContactRGPD_wrapper p {
	line-height: initial;
	font-size: 0.9rem;
	font-style: italic;
}

.wrapper-validationForm .btn_cta_general {
	padding: 15px 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.15rem;
}

#page_reservationInformation .btn_cta_general {
	margin-top: 30px;
}

.wrapper-validationForm .btn_cta_general img {
	margin-left: 15px;
}

/*RECAP*/
.content-reservationDroite .titleReservation {
	margin-bottom: 15px;
	padding: 0;
}

.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);
}

.imgVanRecap {
	width: 80%;
	height: auto;
	margin: 30px auto 0;
	text-align: center;
}

.wrapper-infoVan {
	width: 100% !important;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: center;
	margin-bottom: 27px;
	margin-left: 50px;
}

#page_reservationOption .wrapper-infoVan,
#page_reservationInformation .wrapper-infoVan{
	margin-left: 0;
}

body .wrapper-infoVan * {
	text-align: left ;
}

body .nomVan {
	width: 100% !important;
	font-weight: 600;
	font-size: 1.25rem;
	text-align: center !important;
}

.wrapper-PrixTotal {
	margin-bottom: 27px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.pixVan {
	margin-bottom: 12px;
	font-weight: bold;
	color: #FD3C00;
	font-size: 2.5rem;
	line-height: 1.1;
	border-bottom: 1px solid #FD3C00;
}

.btnDetail {
	cursor: pointer;
	font-size: 0.875rem;
	font-weight: 300;
	text-decoration: underline;
}

.plusDetail {
	display: none;
	padding-top: 15px;
	text-align: left;
}

.wrapper-infoRecap {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin-bottom: 50px;
}

.titreRecap {
	padding-bottom: 10px;
	font-size: 1.125rem;
	text-transform: uppercase;
	font-weight: bold;
}

.wrapper-infoRecap strong {
	text-decoration: underline;
}

.lienContact {
	margin-top: 13px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.lienContact a {
	text-decoration: underline;
}

.wrapper-contactVan u {
	padding-top: 10px;
	display: flex;
}

/*********************************
			TUNNEL OPTION
*********************************/
/*SERVICE*/
.services .blocService:nth-child(2):hover {
	border-color: #eaeaea;
}

.services .blocService:nth-child(2) .wrapper-contenuService {
	justify-content: space-between;
}

.services .blocService:nth-child(2) .nomService {
	max-width: 205px;
	width: 100%;
	text-transform: none;
}

/*********************************
			TUNNEL INFORMATION
*********************************/
.blocConducteur {
	padding: 25px 32px;
	margin-bottom: 25px;
	display: flex;
	flex-direction: column;
	border: 1px solid #eaeaea;
	transition: 0.3s;
}

.blocConducteur span {
	font-weight: bold;
	font-size: 1.125rem;
	text-transform: uppercase;
}

body .champConducteur {
	width: 100%;
	margin: 5px 0;
	padding: 20px;
	background-color: #f8f8f8;
}

.blocConducteur .champConducteur:nth-child(1) {
	margin-top: 20px;
}

.blocConducteur .toggleConducteur .champConducteur:nth-child(2) {
	margin-bottom: 20px;
}

.blocConducteur > .checkConducteur:nth-child(4) {
	padding: 20px 0 10px;
}

.checkConducteur label {
	cursor: pointer;
	margin-left: 5px;
}

.importFichiers {
	padding-top: 20px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.wrapper-fichierImport {
	width: 48%;
	padding: 20px;
	background-color: #F8F8F8;
}

.wrapper-fichierImport label {
	display: flex;
	color: #000;
	font-weight: normal;
	padding-bottom: 20px;
}

.dropify,
.dropify-message p,
.dropify-infos-message,
.dropify-clear {
	font-size: 12px !important;
	font-family: 'Montserrat' !important;
	line-height: normal !important;
}

.dropify-filename-inner,
.dropify-infos-message:before {
	display: none;
}

.dropify-infos-message {
	opacity: 1 !important;
	color: #fff !important;
}

.dropify-clear {
	cursor: pointer !important;
}

.toggleAjoutConducteur {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.btnAjoutConducteur {
	padding: 15px;
	width: 60px;
	height: 60px;
	border-radius: 10px;
	background-color: #f8f8f8;
	background-size: 50%;
	background-image: url("/images/general/site/plus-conducteur-orange.svg");
	transition: 3s ease-out;
}

.toggleAjoutConducteur.active .btnAjoutConducteur {
	background-image: url("/images/general/site/minus-conducteur-orange.svg");
}

.facturation .form-control {
	margin-bottom: 13px;
}

/*********************************
		TUNNEL PAIEMENT
*********************************/
.modePaiement {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.modePaiement span {
	text-align: center;
	padding-top: 5px;
}

/*********************************
			RETOUR PAIEMENT
*********************************/
.wrapper-cadreInfo {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.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);
}

/*********************************
			FOOTER
*********************************/
footer {
	margin-top: 140px;
	padding: 40px 0 20px;
	background-color: #F1F1F1;
}

.content-colFooter {
	max-width: 1408px;
	width: 100%;
	margin: 0 auto;
	padding: 0 16px 100px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.content-colFooter a:hover {
	text-decoration: underline;
}

.content-colFooter h3 {
	font-size: 1.563rem;
	font-weight: normal;
	padding-bottom: 25px;
}

.content-colFooter li {
	padding-bottom: 10px;
}

.content-colFooter img {
	margin-right: 10px;
}

.uneColFooter {
	margin-right: 20px;
	margin-bottom: 30px;
}

.uneColFooter:last-child {
	margin-right: 0;
}

.footer_content {
	text-align: center;
}

.footer_content * {
	font-size: 0.8rem;
	text-align: center;
	text-transform: uppercase;
}

/***********************
	LISTE VANS
***********************/
#page_vans .text_champ {
	padding-bottom: 35px;
}

#page_vans .wrapper-search {
	margin: 0 auto 100px;
}

#page_vans .inputSearch {
	color: #fff;
	background-color: #1C1C1C;
}

#page_vans .inputSearch input::placeholder {
	color: #fff;
}

.wrapper-listeVans {
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.wrapper-listeVans  .unVan {
	margin: 0 2% 70px;
	width: 46%;
}

/***********************
	FAQ
***********************/
.uneFAQ {
	position: relative;
	max-width: 714px;
	width: 100%;
	margin: 0 auto 20px;
	padding: 20px;
	border: 1px solid #EAEAEA;
}

.titreFAQ {
	cursor: pointer;
	color: #1C1C1C;
	font-size: 1.2rem;
	padding-right: 40px;
}

.titreFAQ:after {
	content: url("/images/general/site/arrow-bottom-black.svg");
	position: absolute;
	top: 20px;
	right: 20px;
}

.texteFAQ {
	display: none;
	padding-top: 20px;
}

/***********************
	PAGE DYNAMIQUE
***********************/
.topPage {
	position: relative;
	width: 100%;
	height: 352px;
	overflow: hidden;
}

.page_dynamique_content {
	display: block;
	margin: 0 auto;
	padding: 0 16px;
	max-width: 1408px;
	width: 100%;
	position: relative;
	box-sizing: border-box;
}

#page_dynamique h2 {
	padding-bottom: 10px;
}

.text_champ{
	padding: 0 0 100px;
}

/*Gestion des images*/

.text_champ .texte_pag_dyn, .text_champ figure{
	display:inline-block;
	vertical-align: top;	
}

.textImage {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.text_champ figure{
	width:40%;
	margin: 0;
}

.text_champ .texte_pag_dyn{
	width: 49%;
}

/*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 #page_reservationOption,
#btn_cta_general #page_reservationOption {
	padding: 18px 40px;
}

.btn_cta_general{
	cursor: pointer;
	display:inline-block;
	padding: 18px;
	background-color: #FD3C00;
	font-weight:bold;
  	color:#fff;
	border: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.btn_cta_general a,
.btn_cta_general p{
	color:#ffffff;
	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;
	background-size: contain;
    right: 0;
	opacity: 0.8;
}

.slick-slider{
	padding:0 60px;
}

.slick-prev, .slick-prev:hover, .slick-prev:focus {
    background: url(../images/general/site/arrow-prev-slick.svg) no-repeat center center;
	background-size: contain;
    left: 0;
    opacity: 0.8;
}

.slick-next:hover, .slick-prev:hover{
	opacity: 1;
}


.slick-dots {
    text-align: center;
	left: 50%;
	bottom: -60px !important;
	transform: translateX(-50%);
}

.slick-prev, .slick-next {
    width: 62px;
    height: 62px;
}


.slick-dots button {
    width: 12px !important;
    height: 12px !important;
    border-radius: 12px !important;
    border: 1px solid #fff !important;
    background: transparent;
    font-size: 0 !important;
    cursor: pointer !important;
}

.slick-dots .slick-active button {
    background-color: #fff !important;
}

.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;
}

/**** ACTUALITE ****/

/*********************** 
		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*/

.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
***********************/

.texte_accroche{
	font-size: 20px;
	box-sizing: border-box;
	padding: 20px;
}

.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: 10px 0;
}

.form-label {
	font-size: 14px;
	color: #000;
	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;
}
body .form-control {
	outline: none;
	display: block;
	width: 100%;
	padding: 20px 12px;
	font-size: 16px;
	box-sizing: border-box;
	line-height: 1.4;
	color: #000;
	background-color: transparent;
	background-image: none;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	border-radius: 0;
	border: 2px solid #EAEAEA;
	box-shadow: none;
	font-family: "Montserrat", sans-serif;
}

body .form-control::placeholder {
	color: #4E4E4E;
	font-size: 0.9rem;
	font-weight: 300;
}

.form-control:focus {
	box-shadow: none;
	border-color: #FD3C00;
}
.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{
	float: left;
	margin-right: 10px;
}

/***/

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}


#page_dynamique table {
	border-collapse: collapse;
}

.tableWrapper > .info{
	display: none;
}



#wrapperMenuMobile{
	display: none;
}

.text_champ a{
	font-weight: bold;
}

/* 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;
}

#button {
	font-size: 1.25rem;
}


/****** 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;
}


/* ACCES RAPIDE */
.accesRapide{
	display: block;
}

/*FANCY*/
.modalCalendrier {
	overflow: visible;
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 15px;
}

body .litepicker .container__main {
	min-height: 312px !important;
}

.litepicker .container__months .month-item-header div > .month-item-name,
.litepicker .container__months .month-item-header div > .month-item-year {
	font-family: 'Montserrat';
	font-weight: bold;
	font-size: 1.1rem;
	text-transform: capitalize;
}

.month-item-weekdays-row div {
	font-family: 'Montserrat';
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
}

.litepicker .container__days .day-item {
	font-family: 'Montserrat';
	font-size: 0.9rem;
	border: none;
	border-radius: 100px;
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.litepicker .container__days .day-item:hover,
.litepicker .is-start-date.is-locked,
.litepicker .container__days .day-item.is-start-date,
.litepicker .container__days .day-item.is-end-date {
	cursor: pointer;
	border: none ;
	box-shadow: none;
	text-decoration: none !important;
	background-color: #FD3C00 !important;
	color: #fff;
}

.litepicker .container__days .day-item.is-in-range {
	background-color: rgba(253, 60, 0, 0.5);
}

.litepicker .container__days .day-item.is-locked {
	text-decoration: line-through;
}

.litepicker .container__days .day-item.is-locked:hover {
	text-decoration: line-through;
	background-color: transparent;
	background: none;
}


.modalCalendrier .btn_cta_general {
	max-width: 200px;
	width: 100%;
	font-size: 1.125rem !important;
}

.msgInfoReserv {
	display: flex;
	padding-top: 15px;
	font-style: italic;
	font-size: 0.9rem;
}

.btnCloseModal {
	cursor: pointer;
	position: absolute;
	top: -23px;
	right: -22px;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	border: none;
	background-color: #fff;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
}

.btnCloseModal img {
	width: 50%;
	height: auto;
}

.datepickerPopup {
	width: 100%;
}

.datepickerPopup .ui-datepicker {
	max-width: 299px;
	width: 100%;
	margin: 20px auto;
}

.modifierDates {
	display: flex;
	justify-content: center;
	align-items: center;
}

#datepickerDepartModifier,
#datepickerRetourModifier {
	cursor: pointer;
	width: 163px;
	margin-left: 25px;
	border: none;
	border-bottom: 1px solid #1c1c1c;
}

.containerDatepicker {
	padding: 30px 6%;
	display: flex;
	align-items: center;
	justify-content: space-around;
	border-radius: 30px;
}