/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);*/
/*@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);*/
/*@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900);*/
/*@import url(https://fonts.googleapis.com/css?family=Crimson+Text:400,600,700);*/

@font-face {
    font-family: 'Lora';
    src: url('fonts/Lora-Regular.eot');
    src: url('fonts/Lora-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Lora-Regular.woff2') format('woff2'),
        url('fonts/Lora-Regular.woff') format('woff'),
        url('fonts/Lora-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Light.eot');
    src: url('fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gotham-Light.woff2') format('woff2'),
        url('fonts/Gotham-Light.woff') format('woff'),
        url('fonts/Gotham-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Book';
    src: url('fonts/Gotham-Book.eot');
    src: url('fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gotham-Book.woff2') format('woff2'),
        url('fonts/Gotham-Book.woff') format('woff'),
        url('fonts/Gotham-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


*
{ 
	margin:0;
	padding:0; 
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    -webkit-transition: color 0.6s ease 0s, background 0.6s ease 0s, border-color 0.6s ease 0s;
    -moz-transition: color 0.6s ease 0s, background 0.6s ease 0s, border-color 0.6s ease 0s;
    -o-transition: color 0.6s ease 0s, background 0.6s ease 0s, border-color 0.6s ease 0s;
    transition: color 0.6s ease 0s, background 0.6s ease 0s, border-color 0.6s ease 0s;
}
body
{
	/*font-family: 'Open Sans', sans-serif;*/
	/*font-family: 'Lato', sans-serif;*/
	/*font-family: 'Crimson Text', serif;*/
	
    font-family: 'Gotham';
	font-size:13px;
	font-weight:300;
	color:#022422;
	letter-spacing:1px;
	background:#fff;
    -webkit-text-size-adjust: none; /* Modif pour IPHONE / IPAD  */
	-webkit-overflow-scrolling: touch; /* Modif pour IPHONE / IPAD */
}
::selection 
{
  background: #42576a;
  color: white;
}
::-moz-selection 
{
  background: #42576a;
  color: white;
}
#loadContenu
{
	overflow:hidden;
	width:100%;
	height:100%;
    position:fixed;
    z-index:4;
	left: 0;
	top:0;
	background:#000;
	color:#fff;
}
#loadContenu > .pourcentage
{        
	left: 0;
    margin-top: -25px;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 50px;
	text-align:center;
	font-size:40px;
}
.noscript div
{
    border: 1px solid #555555;
    color: #FFFFFF;
    font-size: 20px;
    left: 50%;
    margin-left: -165px;
    margin-top: -57.5px;
    padding: 30px;
    position: fixed;
    text-align: center;
    top: 50%;
	height:115px;
    width: 330px;
    z-index: 4;
    background:#333;
}
.anim
{
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.noAnim
{
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
}
.animOpacity
{
	cursor:pointer;
	opacity:1;
	filter:alpha(opacity=100);
    -webkit-transition: opacity 0.6s ease 0s, filter 0.6s ease 0s;
    -moz-transition: opacity 0.6s ease 0s, filter 0.6s ease 0s;
    -o-transition: opacity 0.6s ease 0s, filter 0.6s ease 0s;
    transition: opacity 0.6s ease 0s, filter 0.6s ease 0s;
}
.animOpacity:hover,.animOpacity.active
{
	opacity:0.6;
	filter:alpha(opacity=60);
}
.animShowHide
{
   	-webkit-transition: opacity 0.6s ease 0s, filter 0.6s ease 0s, visibility 0s linear 0.6s;
    -moz-transition: opacity 0.6s ease 0s, filter 0.6s ease 0s, visibility 0s linear 0.6s;
    -o-transition: opacity 0.6s ease 0s, filter 0.6s ease 0s, visibility 0s linear 0.6s;
    transition: opacity 0.6s ease 0s, filter 0.6s ease 0s, visibility 0s linear 0.6s;
	opacity:0;
	filter:alpha(opacity=0);
	visibility:hidden;
}
.animShowHide.active
{
	opacity:1;
	filter:alpha(opacity=100);
	visibility:visible;
	-webkit-transition-delay:0s;
	-moz-transition-delay:0s;
	-o-transition-delay:0s;
	transition-delay:0s;
}
.animRotation
{
	display:inline-block;
	-webkit-perspective: 300px;
	-moz-perspective: 300px;
	-ms-perspective: 300px;
	-o-perspective: 300px;
	perspective: 300px;
}
.animRotation img
{
    -webkit-transition: transform 0.6s ease 0s;
    -moz-transition: transform 0.6s ease 0s;
    -o-transition: transform 0.6s ease 0s;
    transition: transform 0.6s ease 0s;
}
.animRotation:hover img,
.animRotation:active img
{
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.animUp
{
    -webkit-transition: transform 0.6s ease 0s;
    -moz-transition: transform 0.6s ease 0s;
    -o-transition: transform 0.6s ease 0s;
    transition: transform 0.6s ease 0s;
}
.animUp:hover,
.animUp.active
{
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}
.animBorder
{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    -webkit-transition: border-radius 0.6s ease 0s;
    -moz-transition: border-radius 0.6s ease 0s;
    -o-transition: border-radius 0.6s ease 0s;
    transition: border-radius 0.6s ease 0s;
}
.animBorder:hover,
.animBorder.active
{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.animNoirBlanc
{
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
    -webkit-transition: filter 0.6s ease 0s;
    -moz-transition: filter 0.6s ease 0s;
    -o-transition: filter 0.6s ease 0s;
    transition: filter 0.6s ease 0s;
}
.animNoirBlanc:hover,
.animNoirBlanc.active
{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.animFlou
{
	-webkit-filter: blur(0px);
	filter: blur(0px);
    -webkit-transition: filter 0.6s ease 0s;
    -moz-transition: filter 0.6s ease 0s;
    -o-transition: filter 0.6s ease 0s;
    transition: filter 0.6s ease 0s;
}
.animFlou:hover,
.animFlou.active
{
	-webkit-filter: blur(3px);
	filter: blur(3px);
}
.verticalCenter
{
	position:absolute;
	top:50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	max-height:100%;
	overflow-y: auto;
    overflow-x: hidden;
}
.highlight
{
	width:100%;
	background:#eee;
	margin-right:10px;
	display:inline-block;
}

/*
-----------------------
   Attribut general 
-----------------------
*/

a
{
    border:none;
	text-decoration: none;
	outline:none;
    color:#6b6a6b;
}
a:hover
{
    border:none;
	text-decoration: none;
	outline:none;
    color:#202225;
}
img
{
	border:none;
}
ul
{
	list-style:none;
}
h1,h2,h3
{
	font-weight:500;
}
h1
{
	font-size: 30px;
}
h2
{
	font-size: 25px;
}
h3
{
	font-size: 20px;
}

/*
-----------------------
    BOUTTON, CHAMP
-----------------------
*/

textarea 
{
    resize: none;
	display:block;
}
input[type="text"], input[type="email"], input[type="number"], input[type="password"], input[type="file"], select, textarea
{
	width:200px;   
	border:none; 
	color: #97694B;
	background-color:#fff;
	padding:10px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	outline: none;
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, textarea:focus, input[type="file"]:focus, select:focus, textarea:focus
{
	/*background-color:#eee;*/
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
input[type="image"]
{
	width:auto;
}
input[type="file"]
{
	display:none;
}
button, input[type="submit"]
{
	cursor:pointer;
	background:none; 
	border:none;
	padding:10px;
	color: #fff;
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
button::-moz-focus-inner
{
	border:0;
	padding:0
}
.inputAppend
{
	position:relative;
}
.inputAppend input
{
	padding-right:60px;
	line-height:inherit;
}
.inputAppend button
{
	position:absolute;
	right:0;
	top:0;
	height:100%;
	width:60px;
	line-height:inherit;
}

/*
-----------------------
    COLONE
-----------------------
*/

.col
{
	display:inline-block;
	vertical-align: middle;
	text-align:center;
}
.col-12
{
	width: 100%;
}
.col-11_75
{
	width: 97.91666666%;
}
.col-11_5
{
	width: 95.83333333%;
}
.col-11_25
{
	width: 93.75%;
}
.col-11
{
	width: 91.66666667%;
}
.col-10_75
{
	width: 89.59333333%;
}
.col-10_5
{
	width: 87.5%;
}
.col-10_25
{
	width: 85.41666666%;
}
.col-10
{
	width: 83.33333333%;
}
.col-9_75
{
	width: 81.25%;
}
.col-9_5
{
	width: 79.16666666%;
}
.col-9_25
{
	width: 77.08333333%;
}
.col-9
{
	width: 75%;
}
.col-8_75
{
	width: 72.91666666%;
}
.col-8_5
{
	width: 70.83333333%;
}
.col-8_25
{
	width: 68.75%;
}
.col-8
{
	width: 66.66666666%;
}
.col-7_75
{
	width: 64.58333333%;
}
.col-7_5
{
	width: 62.5%;
}
.col-7_25
{
	width: 60.41666666%;
}
.col-7
{
	width: 58.33333333%;
}
.col-6_75
{
	width: 56.25%;
}
.col-6_5
{
	width: 54.16666666%;
}
.col-6_25
{
	width: 52.08333333%;
}
.col-6
{
	width: 50%;
}
.col-5_75
{
	width: 47.91666666%;
}
.col-5_5
{
	width: 45.83333333%;
}
.col-5_25
{
	width: 43.75%;
}
.col-5
{
	width: 41.66666666%;
}
.col-4_75
{
	width: 39.58333333%;
}
.col-4_5
{
	width: 37.5%;
}
.col-4_25
{
	width: 35.41666666%;
}
.col-4
{
	width: 33.33333333%;
}
.col-3_75
{
	width: 31.25%;
}
.col-3_5
{
	width: 29.16666666%;
}
.col-3_25
{
	width: 27.08333333%;
}
.col-3
{
	width: 25%;
}
.col-2_75
{
	width: 22.91666666%;
}
.col-2_5
{
	width: 20.83333333%;
}
.col-2_25
{
	width: 18.75%;
}
.col-2
{
	width: 16.66666666%;
}
.col-1_75
{
	width: 14.58333333%;
}
.col-1_5
{
	width: 12.5%;
}
.col-1_25
{
	width: 10.4166666%;
}
.col-1
{
	width: 8.33333333%;
}
.col-0_75
{
	width: 6.25%;
}
.col-0_5
{
	width: 4.16666666%;
}
.col-0_25
{
	width: 2.08333333%;
}

/*
-----------------------
    MAX WIDTH
-----------------------
*/

.maxWidth2000
{
	max-width:2000px;
	margin:auto;
}
.maxWidth1900
{
	max-width:1900px;
	margin:auto;
}
.maxWidth1800
{
	max-width:1800px;
	margin:auto;
}
.maxWidth1700
{
	max-width:1700px;
	margin:auto;
}
.maxWidth1600
{
	max-width:1600px;
	margin:auto;
}
.maxWidth1500
{
	max-width:1500px;
	margin:auto;
}
.maxWidth1400
{
	max-width:1400px;
	margin:auto;
}
.maxWidth1300
{
	max-width:1300px;
	margin:auto;
}
.maxWidth1200
{
	max-width:1200px;
	margin:auto;
}
.maxWidth1100
{
	max-width:1100px;
	margin:auto;
}
.maxWidth1000
{
	max-width:1000px;
	margin:auto;
}
.maxWidth900
{
	max-width:900px;
	margin:auto;
}
.maxWidth800
{
	max-width:800px;
	margin:auto;
}
.maxWidth700
{
	max-width:700px;
	margin:auto;
}
.maxWidth600
{
	max-width:600px;
	margin:auto;
}
.maxWidth500
{
	max-width:500px;
	margin:auto;
}
.maxWidth400
{
	max-width:400px;
	margin:auto;
}
.maxWidth300
{
	max-width:300px;
	margin:auto;
}
.maxWidth200
{
	max-width:200px;
	margin:auto;
}
.maxWidth100
{
	max-width:100px;
	margin:auto;
}

/*
-----------------------
   ALIGN
-----------------------
*/

.alignLeft
{
	text-align:left!important;
}
.alignCenter
{
	text-align:center!important;
}
.alignRight
{
	text-align:right!important;
}

/*
-----------------------
   CONTENEUR
-----------------------
*/

#page
{
	position:absolute;
	top:0px;
	bottom:0;
	left:0;
	right:0;
	z-index:1;
}
#page.majPages
{
	transform-style:preserve-3d;
	perspective:2000px;
}
.codehtml,.oldCodehtml
{
	position:absolute;
	left:50px;
	right:0;
	bottom:0;
	top:0;
	background:#fff;
	overflow:auto;
	overflow-y:auto;
	overflow-x:hidden;
	z-index:1;
}
.codehtml.majPages,.oldCodehtml.majPages
{
	backface-visibility:hidden;
}
.oldCodehtml
{
	z-index:2;
}
.loadhtml
{
	display:none;	
}

/*
-----------------------
    MENTIONS LÉGALES
-----------------------
*/

.btnMentionsLegales {
    background: url("/pages/images/mentions_legales.png") no-repeat;
    bottom: 0;
    cursor: pointer;
    height: 32px;
    position: fixed;
    right: 0;
    width: 33px;
    z-index: 4;
	display:none;
}

/*
-----------------------
    POPUP
-----------------------
*/

#popUp
{
	background:#eee;
	background:rgba(0,0,0,0.5);
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	display:none; 
	z-index: 5;
}
#popUp #popUpConteneur
{
	position:absolute;
	height:90%;
	width:90%;
	left:50%;
	top:50%;
	padding:20px;
	overflow:auto;
	background:#fff;
	color:#000;
}
#popUp #popUpConteneur > .fermerPopup
{
    cursor: pointer;
    position: absolute;
    right: 7px;
    top: 7px;
}

/*
-----------------------
    DATEPICKER JQUERYUI
-----------------------
*/

.ui-datepicker.ui-widget-content
{
	width:250px;
	border:none;
}
.ui-datepicker .ui-widget-header
{
	background:none;
	border:none;
	color:#767676;
}
.ui-datepicker .ui-widget-header .ui-icon
{
	background-image:url("/ressources/class/jquery/jquery-ui-1.11.2.custom/images/ui-icons_222222_256x240.png");
	margin-top:-7px;
}
.ui-datepicker .ui-widget-header .ui-datepicker-prev.ui-state-hover,
.ui-datepicker .ui-widget-header .ui-datepicker-next.ui-state-hover
{
	border:none;
	top:2px;
	background:none;
	opacity:0.5;
}
.ui-datepicker .ui-widget-header .ui-datepicker-prev.ui-state-hover
{
	left:2px;
}
.ui-datepicker .ui-widget-header .ui-datepicker-next.ui-state-hover
{
	right:2px;
}
.ui-datepicker .ui-widget-header .ui-datepicker-title .ui-datepicker-month,
.ui-datepicker .ui-widget-header .ui-datepicker-title .ui-datepicker-year
{
	padding:2px;
}
.ui-datepicker .ui-widget-header .ui-datepicker-prev,
.ui-datepicker .ui-widget-header .ui-datepicker-next
{
	z-index:1;
}
.ui-datepicker th
{
	color:#767676;
}
.ui-datepicker td .ui-state-default
{
	border:none;
	background:none;
	text-align:center;
	color:#767676;
	font-weight:300;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.ui-datepicker td a.ui-state-default.ui-state-hover
{
	background:#ddd;
}
.ui-datepicker td a.ui-state-default.ui-state-active
{
	background:#97694B;
	color:#fff;
}
/*.ui-datepicker td.ui-datepicker-other-month .ui-state-default
{
	opacity:0.5;
}*/
.ui-datepicker td.disponible a
{
    background: rgba(34, 189, 71, 0.5);
    color: #fff;
}
.ui-datepicker td.disponible a.ui-state-active
{
    background: rgba(34, 189, 71, 1);
    color: #fff;
}
.ui-datepicker td.disponible2 span
{
    background: rgba(34, 189, 71, 0.4);
    color: #fff;
}

/*
-----------------------
    SLIDER JQUERYUI
-----------------------
*/

.ui-slider.ui-widget-content
{
	border:none;
}
.ui-slider .ui-widget-header
{
	background:#c63d44;
}
.ui-slider.ui-slider-horizontal .ui-slider-handle
{
	top:-0.2em;
}

/*
-----------------------
    LOADER
-----------------------
*/

.loader
{
	display:none;
	position:fixed;
	top:50%;
	height: 40px;
	margin-top:-20px;
	left:50%;
	width: 40px;
	margin-left:-20px;
	z-index: 1;
}
.loader.active
{
	display:block;
}
.double-bounce1, .double-bounce2
{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #333;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2.0s infinite ease-in-out;
	animation: bounce 2.0s infinite ease-in-out;
}
.double-bounce2
{
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

@-webkit-keyframes bounce {
	0%, 100% { -webkit-transform: scale(0.0) }
	50% { -webkit-transform: scale(1.0) }
}

@keyframes bounce {
	0%, 100% { 
	transform: scale(0.0);
	-webkit-transform: scale(0.0);
	} 50% { 
	transform: scale(1.0);
	-webkit-transform: scale(1.0);
	}
}

/*
-----------------------
    LOADER PAGE
-----------------------
*/

#loaderPage
{
	width:100%;
	display:block;
	padding:0;
	height:5px;
	margin:0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	position:fixed;
	top:0;
	left:0;
	box-shadow:none;
	-moz-box-shadow:none; 
	-webkit-box-shadow:none; 
	background:none;
	z-index:4;
}
#loaderPage .progress
{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

/*
-----------------------
    backToTop
-----------------------
*/

.backToTop
{
	position:absolute;
	bottom:10px;
	right:10px;
	cursor:pointer;
}

/*
-----------------------
    SEPARATOR
-----------------------
*/

.separator
{
    height: 1px;
    margin: 10px 0;
    position: relative;
	background:#fff;
}