/* Minification failed. Returning unminified contents.
(10720,1): run-time error CSS1019: Unexpected token, found '}'
 */


a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, main, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, xmp {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 100%;
}

    html, body, body > form {
        height: 100%;
    }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
    display: block;
}

b, strong {
    font-weight: bold;
}

img {
    color: transparent;
    font-size: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

ol, ul {
    list-style: none;
}

li {
    display: list-item;
    list-style: outside;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th, td, caption {
    font-weight: normal;
    vertical-align: top;
    text-align: left;
}

q {
    quotes: none;
}

    q:before,
    q:after {
        content: "";
        content: none;
    }

sub, sup, small {
    font-size: 75%;
}

sub, sup {
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

svg {
    overflow: hidden;
}


input,
textarea,
select,
.inputIco span
{
    display: inline-block;
    /* padding: 7px; */
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    outline: none;
    /* color: #565656; */
    -webkit-transition: background 0.2s linear, border 0.2s linear, color 0.2s linear;
    -moz-transition: background 0.2s linear, border 0.2s linear, color 0.2s linear;
    -o-transition: background 0.2s linear, border 0.2s linear, color 0.2s linear;
    -ms-transition: background 0.2s linear, border 0.2s linear, color 0.2s linear;
    transition: background 0.2s linear, border 0.2s linear, color 0.2s linear;
    -webkit-appearance: none;
}

	input[type="text"],
    input[type="password"],
    input[type="number"],
    input[type="email"],
    input[type="tel"],
    input[type="url"],
    textarea,
    select
	{
        min-width: 200px;
        margin: 0 0 10px 0;
        font-family: inherit;
	}

	/*Style des textbox type number*/
	input[type="number"]
	{
		-moz-appearance: textfield;
	}
		input[type="number"]::-webkit-inner-spin-button
		{
			-webkit-appearance: none;
		}

		input[type="number"]::-webkit-outer-spin-button
		{
			-webkit-appearance: none;
		}


	input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="number"]:focus,
    input[type="email"]:focus,
    input[type="tel"]:focus,
    input[type="url"]:focus,
    textarea:focus
	{
		border-color: #777;
	}

	input[type="submit"],
    input[type="button"],
    input[type="reset"]
	{
        padding: 7px 15px;
		background: #565656;
		color: #fff;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
        cursor: pointer;
	}

		input[type="submit"]:hover,
        input[type="button"]:hover,
        input[type="reset"]:hover
		{
			border-color: #999;
			background: none;
			color: #565656;
		}


select /*DropDownList*/
{
	background: #eee;
	/* line-height: 1; */
	border: 0;
}

.formIconMail
{
	padding-left: 50px;
	color: #ddd;
	color: #f5f;
}

.inputIco
{
	display: inline-flex;
    min-height: 35px;
    margin-bottom: 10px;
}

	.inputIco input,
	.inputIco textarea
	{
        order: 2;
        min-width: 180px;
        margin: 0;
		border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-left: none;
	}

	.inputIco span
	{
        display: flex;
        justify-content: center;
        align-items: center;
        order: 1;
        width: 37px;
        padding: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        color: #bbb;
	}

        .inputIco input:focus + span,
        .inputIco textarea:focus + span {
            border-color: #777;
            color: #777;
        }

        .inputIco span:before {
            margin: 0;
        }

/*.inputIco:before {
			font-family: 'boonIco';
			content: '\f183';
		}*/



/* Placeholder */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder
{
	color: #aaa;
	opacity: 0.5;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder
{
	color: transparent;
}

/* Firefox < 19 */
input:-moz-placeholder,
textarea:-moz-placeholder
{
	color: #aaa;
	opacity: 0.5;
}

input:focus:-moz-placeholder
textarea:focus:-moz-placeholder
{
	color: transparent;
}

/* Firefox > 19 */
input::-moz-placeholder,
textarea::-moz-placeholder
{
	color: #aaa;
	opacity: 0.5;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder
{
	color: transparent;
}

/* Internet Explorer 10 */
input:-ms-input-placeholder
textarea:-ms-input-placeholder
{
	color: #aaa;
	opacity: 0.5;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder
{
	color: transparent;
}



table
{
	border: 0;
}


/************ BOUTONS STYLES ************/
.bouton
{
	background: #000;
	text-align: center;
	color: #fff!important;
	border: 0;
	padding: 5px 15px;
	text-transform: uppercase;
	margin: 0 auto 0 auto;
	text-decoration: none!important;
	display: inline-block;
	font-size: 10px;
}

	.bouton:hover
	{
		cursor: pointer;
		background: #666;
		color: #fff;
		text-decoration: none !important;
	}

/************ STYLE DES CHECKBOXES ET RADIOS BUTTONS ************/


/*CHECKBOXES*/
input[type="checkbox"] label::after
{
}

input[type="checkbox"]:not(:checked), input[type="checkbox"]:checked
{
	left: -9999px;
	position: absolute;
}

	input[type="checkbox"]:not(:checked) + label, input[type="checkbox"]:checked + label
	{
		cursor: pointer;
		padding-left: 25px;
		position: relative;
	}

		input[type="checkbox"]:not(:checked) + label::before, input[type="checkbox"]:checked + label::before
		{
			background: #f8f8f8 none repeat scroll 0 0;
			border: 1px solid #aaa;
			border-radius: 3px;
			box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset;
			content: "";
			height: 17px;
			left: 0;
			position: absolute;
			top: 3px;
			width: 17px;
			margin-top: -4px;
		}

		/*Cochée*/
		input[type="checkbox"]:not(:checked) + label::after, input[type="checkbox"]:checked + label::after
		{
			color: #1dc5fc;
			content: "✔";
			font-size: 14px;
			left: 4px;
			line-height: 1.75;
			position: absolute;
			top: 0;
			transition: all 0.2s ease 0s;
			margin-top: -5px;
		}

		input[type="checkbox"]:not(:checked) + label::after
		{
			opacity: 0;
			transform: scale(0);
		}

		input[type="checkbox"]:checked + label::after
		{
			opacity: 1;
			transform: scale(1);
		}

input[type="checkbox"]:disabled:not(:checked) + label::before, input[type="checkbox"]:disabled:checked + label::before
{
	background-color: #ddd;
	border-color: #bbb;
	box-shadow: none;
}

input[type="checkbox"]:disabled:checked + label::after
{
	color: #999;
}

input[type="checkbox"]:disabled + label
{
	color: #aaa;
}

input[type="checkbox"]:checked:focus + label::before, .checkbox input[type="checkbox"]:focus:not(:checked) + label::before
{
	/*border: 1px dotted blue;*/
}

/*Style des erreurs champs*/
.errorControl
{
	background-color: #FBE3E4 !important;
	border: solid 1px Red !important;
}

/*RADIOS*/
.radio
{
	padding: 0;
	margin-left: 0;
}

	.radio li
	{
		display: inline-block;
		background: none;
		padding: 0;
		margin-right: 15px;
	}

input[type="radio"]:checked, input[type="radio"]:not(:checked)
{
	display: none;
}

*::before, *::after
{
	box-sizing: border-box;
}

input[type="radio"]:checked + label::before, input[type="radio"]:not(:checked) + label::before, input[type="radio"]:checked + label::after, input[type="radio"]:not(:checked) + label::after
{
	border-radius: 50%;
}

input[type="radio"]:checked + label::before, input[type="radio"]:not(:checked) + label::before
{
	border: 1px solid #d8d8d8;
	content: "";
	cursor: pointer;
	display: block;
	height: 20px;
	left: -5px;
	position: absolute;
	top: 3px;
	width: 20px;
}

input[type="radio"]:checked + label::after
{
	background: #1dc5fc none repeat scroll 0 0 !important;
}

input[type="radio"]:checked + label, input[type="radio"]:not(:checked) + label
{
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding-left: 20px;
	position: relative;
	margin-right: 15px;
}

	input[type="radio"]:checked + label::after, input[type="radio"]:not(:checked) + label::after
	{
		border: 3px solid white;
		content: "";
		cursor: pointer;
		display: block;
		height: 18px;
		left: -4px;
		position: absolute;
		top: 4px;
		transition: background-color 0.3s ease 0s;
		width: 18px;
	}

select.list1
{
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #000;
	border: 1px solid #000;
	font-size: 16px;
	background: url('/images/dropdownBtn.png') no-repeat right 0 #fff;
	height: 34px;
	padding: 5px 20px 5px 5px;
	cursor: pointer;
}

	select.list1:hover
	{
		-moz-appearance: none;
		-ms-appearance: none;
		-o-appearance: none;
		-webkit-appearance: none;
		color: #000;
		border: 1px solid #000;
		font-size: 16px;
		background: url('/images/dropdownBtn.png') no-repeat right -34px #fff;
		height: 34px;
		padding: 5px 20px 5px 5px;
		cursor: pointer;
	}

.list1 option
{
	border: 0;
	padding: 10px;
}


#panBandeauAdministrateurConnecte
{
	position: fixed;
	left: 0;
	top: 90px;
	z-index: 99999999;
}

	#panBandeauAdministrateurConnecte a
	{
		display: inline-block;
		background: #000;
		color: #fff;
		text-decoration: none;
		font-size: 10px;
		text-transform: uppercase;
	}

		#panBandeauAdministrateurConnecte a:hover
		{
			background: #3d3737;
		}

		#panBandeauAdministrateurConnecte a > span
		{
			display: inline-block;
			padding: 8px 5px 8px 8px;
		}

		#panBandeauAdministrateurConnecte a span:before
		{
			font-size: 10px;
		}

.siteMaintenance
{
	padding: 5px 8px;
	background: #fcb8b8;
	color: #cf3232;
	font-size: 10px;
}

	.siteMaintenance span:before
	{
		font-size: 18px !important;
	}



/************ Style des bannières de messages erreur ou confirm *************/
.banniereMessageInterface
{
	padding: 20px 0;
	background: #b3face;
	text-align: center;
	font-size: 15px;
	color: #0b980a;
	font-weight: bold;
	position: fixed;
	min-height: 10px;
	width: 100%;
	display: block;
	z-index: 99999999;
	top: -100px;
	left: 0;
	right: 0;
}

	.banniereMessageInterface.error
	{
		background: #fcb8b8;
		color: #cf3232;
	}

		.banniereMessageInterface.error #fermerMessagesInterface
		{
			background: url(/images/closeMessagesInterfaceErreur.png)no-repeat center center;
			display: inline-block;
			width: 30px;
			height: 60px;
			vertical-align: middle;
			cursor: pointer;
			float: right;
			margin-right: 10px;
			margin-left: 10px;
		}

	.banniereMessageInterface #fermerMessagesInterface
	{
		background: url(/images/closeMessagesInterface.png)no-repeat center center;
		display: inline-block;
		width: 30px;
		height: 28px;
		vertical-align: middle;
		cursor: pointer;
		float: right;
		margin-right: 10px;
		margin-left: 10px;
	}

.ctTxtMessageInterface
{
	line-height: 18px;
}




/*-------------------------------------*/
/*------------- FONT ICONE -------------*/
/*-------------------------------------*/

@font-face
{
	font-family: 'boonIco2';
	src: url('/css/fonts/boonIco2.eot?wkawo4');
	src: url('/css/fonts/boonIco2.eot?wkawo4#iefix') format('embedded-opentype'), url('/css/fonts/boonIco2.ttf?wkawo4') format('truetype'), url('/css/fonts/boonIco2.woff?wkawo4') format('woff'), url('/css/fonts/boonIco2.svg?wkawo4#boonIco2') format('svg');
	font-weight: normal;
	font-style: normal;
}


[class^="icon-"], [class*=" icon-"]
{
	display: inline-block;
	font: normal normal normal 14px/1 boonIco2;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

	[class^="icon-"]:before, [class*=" icon-"]:before
	{
		font-size: 17px;
		margin-right: 5px;
	}

.listingIcon span
{
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	cursor: default;
	position: relative;
}

	.listingIcon span em
	{
		font-family: Arial;
		position: absolute;
		left: -60px;
		bottom: 40px;
		width: 120px;
		font-style: normal;
		background: #000;
		line-height: 14px;
		padding: 5px 20px;
		color: #fff;
		display: none;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}

		.listingIcon span em b
		{
			margin: 0 10px;
			display: block;
			line-height: 1px;
			opacity: 0;
		}

	.listingIcon span:hover em
	{
		display: inline-block;
	}

.listingIcon [class^="icon-"]:hover:before, .listingIcon [class*=" icon-"]:hover:before
{
	font-size: 40px;
	top: -10px;
}



.icon-superman-logo2:before
{
	content: "\ea59";
}

.icon-agenda:before
{
	content: "\e910";
}

.icon-arobase:before
{
	content: "\e911";
}

.icon-attention:before
{
	content: "\e912";
}

.icon-bounce2:before
{
	content: "\e913";
}

.icon-bounce1:before
{
	content: "\ea58";
}

.icon-box:before
{
	content: "\e9b3";
}

.icon-box2:before
{
	content: "\e9b4";
}

.icon-box3:before
{
	content: "\e9b5";
}

.icon-bulle:before
{
	content: "\e9b6";
}

.icon-camera2:before
{
	content: "\e9b7";
}

.icon-camion2:before
{
	content: "\e9d1";
}

.icon-camion3:before
{
	content: "\e9d3";
}

.icon-cb2:before
{
	content: "\e9f2";
}

.icon-cb3:before
{
	content: "\e9f4";
}

.icon-check22:before
{
	content: "\e9f5";
}

.icon-code:before
{
	content: "\e9f6";
}

.icon-coeur:before
{
	content: "\e9f7";
}

.icon-commentaire:before
{
	content: "\e9f8";
}

.icon-croix1:before
{
	content: "\e9f9";
}

.icon-croix2:before
{
	content: "\e9fa";
}

.icon-cup:before
{
	content: "\e9fb";
}

.icon-dead:before
{
	content: "\e9fc";
}

.icon-dead2:before
{
	content: "\e9fd";
}

.icon-diagramme:before
{
	content: "\e9fe";
}

.icon-download2:before
{
	content: "\e9ff";
}

.icon-download22:before
{
	content: "\ea00";
}

.icon-ecran:before
{
	content: "\ea01";
}

.icon-etoile1:before
{
	content: "\ea02";
}

.icon-etoile1Full:before
{
	content: "\ea03";
}

.icon-export:before
{
	content: "\ea04";
}

.icon-export2:before
{
	content: "\ea05";
}

.icon-fleche1B:before
{
	content: "\ea06";
}

.icon-fleche1D:before
{
	content: "\ea07";
}

.icon-fleche1G:before
{
	content: "\ea08";
}

.icon-fleche1H:before
{
	content: "\ea09";
}

.icon-fleche2B:before
{
	content: "\ea0a";
}

.icon-fleche2D:before
{
	content: "\ea0b";
}

.icon-fleche2G:before
{
	content: "\ea0c";
}

.icon-fleche2H:before
{
	content: "\ea0d";
}

.icon-fleche3b:before
{
	content: "\ea0e";
}

.icon-fleche3d:before
{
	content: "\ea0f";
}

.icon-fleche3g:before
{
	content: "\ea10";
}

.icon-fleche3h:before
{
	content: "\ea11";
}

.icon-fleche4b:before
{
	content: "\ea12";
}

.icon-fleche4d:before
{
	content: "\ea13";
}

.icon-fleche4g:before
{
	content: "\ea14";
}

.icon-fleche4h:before
{
	content: "\ea15";
}

.icon-fleche5b:before
{
	content: "\ea16";
}

.icon-fleche5d:before
{
	content: "\ea17";
}

.icon-fleche5g:before
{
	content: "\ea18";
}

.icon-fleche5h:before
{
	content: "\ea19";
}

.icon-fleche6b:before
{
	content: "\ea1a";
}

.icon-fleche6d:before
{
	content: "\ea1b";
}

.icon-fleche6g:before
{
	content: "\ea1c";
}

.icon-fleche6h:before
{
	content: "\ea1d";
}

.icon-hdd:before
{
	content: "\ea1e";
}

.icon-headphones2:before
{
	content: "\ea1f";
}

.icon-idee:before
{
	content: "\ea20";
}

.icon-interdit:before
{
	content: "\ea21";
}

.icon-lien:before
{
	content: "\ea22";
}

.icon-lock2:before
{
	content: "\ea23";
}

.icon-lockOpen:before
{
	content: "\ea24";
}

.icon-loupe:before
{
	content: "\ea25";
}

.icon-medaille:before
{
	content: "\ea26";
}

.icon-moins1:before
{
	content: "\ea27";
}

.icon-moins2:before
{
	content: "\ea28";
}

.icon-money:before
{
	content: "\ea29";
}

.icon-money2:before
{
	content: "\ea2a";
}

.icon-move1:before
{
	content: "\ea2b";
}

.icon-move2:before
{
	content: "\ea2c";
}

.icon-outil:before
{
	content: "\ea2d";
}

.icon-param2:before
{
	content: "\ea2e";
}

.icon-partage:before
{
	content: "\ea2f";
}

.icon-pdf1:before
{
	content: "\ea30";
}

.icon-pdf2:before
{
	content: "\ea31";
}

.icon-pdf3:before
{
	content: "\ea32";
}

.icon-picture:before
{
	content: "\ea33";
}

.icon-plus22:before
{
	content: "\ea34";
}

.icon-pouce:before
{
	content: "\ea35";
}

.icon-reseau:before
{
	content: "\ea36";
}

.icon-save2:before
{
	content: "\ea37";
}

.icon-time1:before
{
	content: "\ea40";
}

.icon-transfert:before
{
	content: "\ea41";
}

.icon-trombone:before
{
	content: "\ea42";
}

.icon-compte:before
{
	content: "\e93e";
}

.icon-engrenage:before
{
	content: "\e9a7";
}

.icon-menu2:before
{
	content: "\e9a8";
}

.icon-menu3:before
{
	content: "\e9a9";
}

.icon-menu4:before
{
	content: "\e9aa";
}

.icon-menu5:before
{
	content: "\e9ab";
}

.icon-param:before
{
	content: "\e9ac";
}

.icon-superman:before
{
	content: "\e9ad";
}

.icon-rss:before
{
	content: "\e9f1";
}

.icon-envelope-o:before
{
	content: "\f003";
}

.icon-check2:before
{
	content: "\f00c";
}

.icon-close2:before
{
	content: "\f00d";
}

.icon-remove:before
{
	content: "\f00d";
}

.icon-times:before
{
	content: "\f00d";
}

.icon-flag:before
{
	content: "\f024";
}

.icon-credit-card2:before
{
	content: "\f09d";
}

.icon-chain:before
{
	content: "\f0c1";
}

.icon-link:before
{
	content: "\f0c1";
}

.icon-flask:before
{
	content: "\f0c3";
}

.icon-floppy-o:before
{
	content: "\f0c7";
}

.icon-save:before
{
	content: "\f0c7";
}

.icon-bars:before
{
	content: "\f0c9";
}

.icon-navicon:before
{
	content: "\f0c9";
}

.icon-reorder2:before
{
	content: "\f0c9";
}

.icon-caret-down:before
{
	content: "\f0d7";
}

.icon-caret-up:before
{
	content: "\f0d8";
}

.icon-caret-left:before
{
	content: "\f0d9";
}

.icon-caret-right:before
{
	content: "\f0da";
}

.icon-sort:before
{
	content: "\f0dc";
}

.icon-unsorted:before
{
	content: "\f0dc";
}

.icon-sitemap:before
{
	content: "\f0e8";
}

.icon-angle-left:before
{
	content: "\f104";
}

.icon-angle-right:before
{
	content: "\f105";
}

.icon-angle-up:before
{
	content: "\f106";
}

.icon-angle-down:before
{
	content: "\f107";
}

.icon-laptop2:before
{
	content: "\f109";
}

.icon-tablet2:before
{
	content: "\f10a";
}

.icon-mobile3:before
{
	content: "\f10b";
}

.icon-mobile-phone:before
{
	content: "\f10b";
}

.icon-rocket:before
{
	content: "\f135";
}

.icon-file-pdf-o:before
{
	content: "\f1c1";
}

.icon-file-word-o:before
{
	content: "\f1c2";
}

.icon-file-excel-o:before
{
	content: "\f1c3";
}

.icon-file-powerpoint-o:before
{
	content: "\f1c4";
}

.icon-file-image-o:before
{
	content: "\f1c5";
}

.icon-file-photo-o:before
{
	content: "\f1c5";
}

.icon-file-picture-o:before
{
	content: "\f1c5";
}

.icon-paper-plane:before
{
	content: "\f1d8";
}

.icon-send:before
{
	content: "\f1d8";
}

.icon-paper-plane-o:before
{
	content: "\f1d9";
}

.icon-send-o:before
{
	content: "\f1d9";
}

.icon-cc-visa:before
{
	content: "\f1f0";
}

.icon-cc-mastercard:before
{
	content: "\f1f1";
}

.icon-cc-paypal:before
{
	content: "\f1f4";
}

.icon-toggle-off:before
{
	content: "\f204";
}

.icon-toggle-on:before
{
	content: "\f205";
}

.icon-street-view:before
{
	content: "\f21d";
}

.icon-user-plus:before
{
	content: "\f234";
}

.icon-user-times:before
{
	content: "\f235";
}

.icon-shopping-bag:before
{
	content: "\f290";
}

.icon-file:before
{
	content: "\e900";
}

.icon-file2:before
{
	content: "\e901";
}

.icon-file3:before
{
	content: "\e902";
}

.icon-checkmark:before
{
	content: "\e903";
}

.icon-checkmark3:before
{
	content: "\e904";
}

.icon-cancel:before
{
	content: "\e905";
}

.icon-cancel2:before
{
	content: "\e906";
}

.icon-plus:before
{
	content: "\e907";
}

.icon-plus2:before
{
	content: "\e908";
}

.icon-minus:before
{
	content: "\e909";
}

.icon-minus2:before
{
	content: "\e90a";
}

.icon-notice:before
{
	content: "\e90b";
}

.icon-notice2:before
{
	content: "\e90c";
}

.icon-picture2:before
{
	content: "\ea43";
}

.icon-pictures:before
{
	content: "\ea44";
}

.icon-chart:before
{
	content: "\ea45";
}

.icon-chart2:before
{
	content: "\ea46";
}

.icon-basket:before
{
	content: "\e90d";
}

.icon-phone2:before
{
	content: "\ea47";
}

.icon-map3:before
{
	content: "\ea48";
}

.icon-trashcan:before
{
	content: "\e90e";
}

.icon-lab:before
{
	content: "\e90f";
}

.icon-batman:before
{
	content: "\e9ae";
}

.icon-box4:before
{
	content: "\ea49";
}

.icon-attachment2:before
{
	content: "\e9af";
}

.icon-pin:before
{
	content: "\ea4a";
}

.icon-envelope:before
{
	content: "\e914";
}

.icon-male:before
{
	content: "\ea4b";
}

.icon-female:before
{
	content: "\ea4c";
}

.icon-sun:before
{
	content: "\ea4d";
}

.icon-moon:before
{
	content: "\ea4e";
}

.icon-paperplane:before
{
	content: "\e915";
}

.icon-rocket2:before
{
	content: "\e916";
}

.icon-expand:before
{
	content: "\ea4f";
}

.icon-collapse:before
{
	content: "\ea50";
}

.icon-popout:before
{
	content: "\e917";
}

.icon-popin:before
{
	content: "\e918";
}

.icon-checked:before
{
	content: "\e919";
}

.icon-error2:before
{
	content: "\e91a";
}

.icon-add:before
{
	content: "\e91b";
}

.icon-minus3:before
{
	content: "\e91c";
}

.icon-fullscreen-exit-alt:before
{
	content: "\ea51";
}

.icon-fullscreen-alt:before
{
	content: "\ea52";
}

.icon-layers:before
{
	content: "\ea53";
}

.icon-chevron-down:before
{
	content: "\f0a3";
}

.icon-chevron-left:before
{
	content: "\f0a4";
}

.icon-chevron-right:before
{
	content: "\f078";
}

.icon-chevron-up:before
{
	content: "\f0a2";
}

.icon-database:before
{
	content: "\f096";
}

.icon-heart:before
{
	content: "\2665";
}

.icon-link2:before
{
	content: "\f05c";
}

.icon-link-external:before
{
	content: "\f07f";
}

.icon-pulse:before
{
	content: "\f085";
}

.icon-puzzle:before
{
	content: "\f0c0";
}

.icon-tools:before
{
	content: "\f031";
}

.icon-triangle-down:before
{
	content: "\f05b";
}

.icon-triangle-left:before
{
	content: "\f044";
}

.icon-triangle-right:before
{
	content: "\f05a";
}

.icon-triangle-up:before
{
	content: "\f0aa";
}

.icon-home:before
{
	content: "\e91d";
}

.icon-home3:before
{
	content: "\e91e";
}

.icon-pencil:before
{
	content: "\e91f";
}

.icon-quill:before
{
	content: "\e920";
}

.icon-image:before
{
	content: "\e921";
}

.icon-camera:before
{
	content: "\e922";
}

.icon-headphones:before
{
	content: "\e923";
}

.icon-music:before
{
	content: "\e924";
}

.icon-play:before
{
	content: "\e925";
}

.icon-connection:before
{
	content: "\e926";
}

.icon-mic:before
{
	content: "\e927";
}

.icon-book:before
{
	content: "\e928";
}

.icon-file-empty:before
{
	content: "\e929";
}

.icon-files-empty:before
{
	content: "\e92a";
}

.icon-file-text2:before
{
	content: "\e92b";
}

.icon-file-picture:before
{
	content: "\e92c";
}

.icon-file-music:before
{
	content: "\e92d";
}

.icon-file-play:before
{
	content: "\e92e";
}

.icon-file-video:before
{
	content: "\e92f";
}

.icon-file-zip:before
{
	content: "\e930";
}

.icon-copy:before
{
	content: "\e931";
}

.icon-stack:before
{
	content: "\e932";
}

.icon-folder:before
{
	content: "\e933";
}

.icon-folder-open:before
{
	content: "\e934";
}

.icon-folder-plus:before
{
	content: "\e935";
}

.icon-folder-minus:before
{
	content: "\e936";
}

.icon-folder-download:before
{
	content: "\e937";
}

.icon-folder-upload:before
{
	content: "\e938";
}

.icon-price-tag:before
{
	content: "\e939";
}

.icon-cart:before
{
	content: "\e93a";
}

.icon-coin-euro:before
{
	content: "\e93b";
}

.icon-credit-card:before
{
	content: "\e93c";
}

.icon-phone:before
{
	content: "\e93d";
}

.icon-address-book:before
{
	content: "\e93f";
}

.icon-location:before
{
	content: "\e940";
}

.icon-compass:before
{
	content: "\e941";
}

.icon-map:before
{
	content: "\e942";
}

.icon-map2:before
{
	content: "\e943";
}

.icon-clock:before
{
	content: "\e944";
}

.icon-clock2:before
{
	content: "\e945";
}

.icon-alarm:before
{
	content: "\e946";
}

.icon-stopwatch:before
{
	content: "\ea54";
}

.icon-calendar:before
{
	content: "\e947";
}

.icon-printer:before
{
	content: "\e948";
}

.icon-display:before
{
	content: "\e949";
}

.icon-laptop:before
{
	content: "\e94a";
}

.icon-mobile:before
{
	content: "\e94b";
}

.icon-mobile2:before
{
	content: "\e94c";
}

.icon-tablet:before
{
	content: "\e94d";
}

.icon-tv:before
{
	content: "\e94e";
}

.icon-download:before
{
	content: "\e94f";
}

.icon-upload:before
{
	content: "\e950";
}

.icon-floppy-disk:before
{
	content: "\e951";
}

.icon-database2:before
{
	content: "\e952";
}

.icon-undo:before
{
	content: "\e953";
}

.icon-redo:before
{
	content: "\e954";
}

.icon-undo2:before
{
	content: "\e955";
}

.icon-redo2:before
{
	content: "\e956";
}

.icon-forward:before
{
	content: "\e957";
}

.icon-reply:before
{
	content: "\e958";
}

.icon-bubble:before
{
	content: "\e959";
}

.icon-bubbles:before
{
	content: "\ea55";
}

.icon-bubbles2:before
{
	content: "\ea56";
}

.icon-bubble2:before
{
	content: "\e95a";
}

.icon-user:before
{
	content: "\e95b";
}

.icon-users:before
{
	content: "\e95c";
}

.icon-user-plus2:before
{
	content: "\e95d";
}

.icon-user-minus:before
{
	content: "\e95e";
}

.icon-user-check:before
{
	content: "\e95f";
}

.icon-user-tie:before
{
	content: "\e960";
}

.icon-quotes-left:before
{
	content: "\e9b0";
}

.icon-quotes-right:before
{
	content: "\e9b1";
}

.icon-spinner:before
{
	content: "\e961";
}

.icon-spinner11:before
{
	content: "\e962";
}

.icon-binoculars:before
{
	content: "\e963";
}

.icon-search:before
{
	content: "\e964";
}

.icon-zoom-in:before
{
	content: "\e965";
}

.icon-zoom-out:before
{
	content: "\e966";
}

.icon-enlarge:before
{
	content: "\e967";
}

.icon-enlarge2:before
{
	content: "\e968";
}

.icon-shrink2:before
{
	content: "\e969";
}

.icon-key:before
{
	content: "\e96a";
}

.icon-lock:before
{
	content: "\e96b";
}

.icon-unlocked2:before
{
	content: "\e96c";
}

.icon-wrench:before
{
	content: "\e96d";
}

.icon-equalizer:before
{
	content: "\e96e";
}

.icon-equalizer2:before
{
	content: "\e96f";
}

.icon-cog:before
{
	content: "\e970";
}

.icon-cogs:before
{
	content: "\e971";
}

.icon-magic-wand:before
{
	content: "\e972";
}

.icon-bug:before
{
	content: "\e973";
}

.icon-pie-chart:before
{
	content: "\e974";
}

.icon-gift:before
{
	content: "\e975";
}

.icon-rocket3:before
{
	content: "\e976";
}

.icon-meter:before
{
	content: "\e977";
}

.icon-lab2:before
{
	content: "\e978";
}

.icon-bin:before
{
	content: "\e979";
}

.icon-bin2:before
{
	content: "\e97a";
}

.icon-shield:before
{
	content: "\e97b";
}

.icon-power:before
{
	content: "\e97c";
}

.icon-switch:before
{
	content: "\e97d";
}

.icon-power-cord:before
{
	content: "\e97e";
}

.icon-list-numbered:before
{
	content: "\e97f";
}

.icon-list:before
{
	content: "\e980";
}

.icon-list2:before
{
	content: "\e981";
}

.icon-menu:before
{
	content: "\e982";
}

.icon-cloud:before
{
	content: "\e983";
}

.icon-cloud-download:before
{
	content: "\e984";
}

.icon-cloud-upload:before
{
	content: "\e985";
}

.icon-link3:before
{
	content: "\e986";
}

.icon-attachment:before
{
	content: "\e987";
}

.icon-eye:before
{
	content: "\e988";
}

.icon-eye-plus:before
{
	content: "\e989";
}

.icon-eye-minus:before
{
	content: "\e98a";
}

.icon-eye-blocked:before
{
	content: "\e98b";
}

.icon-star-empty:before
{
	content: "\e98c";
}

.icon-star-half:before
{
	content: "\e98d";
}

.icon-star-full:before
{
	content: "\e98e";
}

.icon-heart2:before
{
	content: "\e98f";
}

.icon-man:before
{
	content: "\e990";
}

.icon-woman:before
{
	content: "\e991";
}

.icon-man-woman:before
{
	content: "\e992";
}

.icon-smile:before
{
	content: "\e993";
}

.icon-smile2:before
{
	content: "\e994";
}

.icon-sad:before
{
	content: "\e995";
}

.icon-sad2:before
{
	content: "\e996";
}

.icon-wink:before
{
	content: "\e997";
}

.icon-wink2:before
{
	content: "\e998";
}

.icon-grin:before
{
	content: "\e999";
}

.icon-grin2:before
{
	content: "\e99a";
}

.icon-evil:before
{
	content: "\e99b";
}

.icon-evil2:before
{
	content: "\e99c";
}

.icon-warning:before
{
	content: "\e99d";
}

.icon-plus3:before
{
	content: "\e99e";
}

.icon-minus4:before
{
	content: "\e99f";
}

.icon-info:before
{
	content: "\e9a0";
}

.icon-cancel-circle:before
{
	content: "\e9a1";
}

.icon-cross:before
{
	content: "\e9a2";
}

.icon-checkmark4:before
{
	content: "\e9a3";
}

.icon-checkmark2:before
{
	content: "\e9a4";
}

.icon-enter:before
{
	content: "\e9a5";
}

.icon-exit:before
{
	content: "\e9a6";
}

.icon-volume-medium:before
{
	content: "\e9b2";
}

.icon-loop:before
{
	content: "\e9b8";
}

.icon-loop2:before
{
	content: "\e9b9";
}

.icon-infinite:before
{
	content: "\e9ba";
}

.icon-arrow-up:before
{
	content: "\e9bb";
}

.icon-arrow-right:before
{
	content: "\e9bc";
}

.icon-arrow-down:before
{
	content: "\e9bd";
}

.icon-arrow-left:before
{
	content: "\e9be";
}

.icon-arrow-up2:before
{
	content: "\e9bf";
}

.icon-arrow-right2:before
{
	content: "\e9c0";
}

.icon-arrow-down2:before
{
	content: "\e9c1";
}

.icon-arrow-left2:before
{
	content: "\e9c2";
}

.icon-circle-up:before
{
	content: "\e9c3";
}

.icon-circle-right:before
{
	content: "\e9c4";
}

.icon-circle-down:before
{
	content: "\e9c5";
}

.icon-circle-left:before
{
	content: "\e9c6";
}

.icon-sort-amount-asc:before
{
	content: "\e9c7";
}

.icon-sort-amount-desc:before
{
	content: "\e9c8";
}

.icon-checkbox-checked:before
{
	content: "\e9c9";
}

.icon-checkbox-unchecked:before
{
	content: "\e9ca";
}

.icon-radio-checked:before
{
	content: "\e9cb";
}

.icon-radio-checked2:before
{
	content: "\e9cc";
}

.icon-radio-unchecked:before
{
	content: "\e9cd";
}

.icon-paragraph-justify:before
{
	content: "\e9ce";
}

.icon-share3:before
{
	content: "\e9cf";
}

.icon-new-tab:before
{
	content: "\e9d0";
}

.icon-share2:before
{
	content: "\e9d2";
}

.icon-google:before
{
	content: "\e9d4";
}

.icon-google-plus:before
{
	content: "\e9d5";
}

.icon-google-plus2:before
{
	content: "\e9d6";
}

.icon-google-plus3:before
{
	content: "\e9d7";
}

.icon-google-drive:before
{
	content: "\e9d8";
}

.icon-facebook:before
{
	content: "\e9d9";
}

.icon-facebook2:before
{
	content: "\e9da";
}

.icon-facebook3:before
{
	content: "\e9db";
}

.icon-twitter:before
{
	content: "\e9dc";
}

.icon-twitter2:before
{
	content: "\e9dd";
}

.icon-twitter3:before
{
	content: "\e9de";
}

.icon-feed2:before
{
	content: "\e9df";
}

.icon-feed3:before
{
	content: "\e9e0";
}

.icon-feed4:before
{
	content: "\e9e1";
}

.icon-youtube3:before
{
	content: "\e9e2";
}

.icon-youtube4:before
{
	content: "\e9e3";
}

.icon-vimeo:before
{
	content: "\e9e4";
}

.icon-vimeo2:before
{
	content: "\e9e5";
}

.icon-vimeo3:before
{
	content: "\e9e6";
}

.icon-flickr:before
{
	content: "\ea57";
}

.icon-tumblr:before
{
	content: "\e9e7";
}

.icon-tumblr2:before
{
	content: "\e9e8";
}

.icon-apple:before
{
	content: "\e9e9";
}

.icon-android:before
{
	content: "\e9ea";
}

.icon-windows8:before
{
	content: "\e9eb";
}

.icon-skype:before
{
	content: "\e9ec";
}

.icon-linkedin:before
{
	content: "\e9ed";
}

.icon-linkedin2:before
{
	content: "\e9ee";
}

.icon-pinterest:before
{
	content: "\e9ef";
}

.icon-pinterest2:before
{
	content: "\e9f0";
}

.icon-error:before
{
	content: "\e000";
}

.icon-error_outline:before
{
	content: "\e001";
}

.icon-airplay:before
{
	content: "\e055";
}

.icon-mail_outline:before
{
	content: "\e0e1";
}

.icon-keyboard_arrow_down:before
{
	content: "\e313";
}

.icon-keyboard_arrow_left:before
{
	content: "\e314";
}

.icon-keyboard_arrow_right:before
{
	content: "\e315";
}

.icon-keyboard_arrow_up:before
{
	content: "\e316";
}

.icon-local_grocery_store:before
{
	content: "\e547";
}

.icon-local_print_shop:before
{
	content: "\e555";
}

.icon-check:before
{
	content: "\e5ca";
}

.icon-close:before
{
	content: "\e5cd";
}

.icon-person:before
{
	content: "\e7fd";
}

.icon-person_add:before
{
	content: "\e7fe";
}

.icon-person_outline:before
{
	content: "\e7ff";
}

.icon-share:before
{
	content: "\e80d";
}

.icon-build:before
{
	content: "\e869";
}

.icon-shopping_cart:before
{
	content: "\e8cc";
}

.icon-view_headline:before
{
	content: "\e8ee";
}

.icon-reorder:before
{
	content: "\e8fe";
}


/*----------LOADER----------*/


.loading
{
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 9999999;
	left: 0;
	top: 0;
	background: rgba(250, 250, 250, 0.65);
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}



.spinner
{
	margin: 0 auto 0;
	width: 70px;
	text-align: center;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

	.spinner > div
	{
		width: 18px;
		height: 18px;
		background-color: #2574ab;
		border-radius: 100%;
		display: inline-block;
		-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
		animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	}

	.spinner .bounce1
	{
		-webkit-animation-delay: -0.32s;
		animation-delay: -0.32s;
	}

	.spinner .bounce2
	{
		-webkit-animation-delay: -0.16s;
		animation-delay: -0.16s;
	}

@-webkit-keyframes sk-bouncedelay
{
	0%, 80%, 100%
	{
		-webkit-transform: scale(0);
	}

	40%
	{
		-webkit-transform: scale(1.0);
	}
}

@keyframes sk-bouncedelay
{
	0%, 80%, 100%
	{
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	40%
	{
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}



/*supprime les couleurs de chrome*/

@-webkit-keyframes autofill {
    to {
        color: #666;
        background: transparent;
    }
}

* {
    outline: none;
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}
.nav {
	/* display: none; */
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 900;
	overflow-x: hidden;
	overflow-y: auto;
}

.nav ul {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    background: none;
    zoom: 1;
}

	.nav ul li {
		margin: 0;
		padding: 0;
		list-style: none;
		background: none;
	}

.nav-lock-scroll {
	overflow: hidden;
}

	.nav a,
	.nav a:hover,
	.nav a:active,
	.nav a:visited {
		display: block;
		position: relative;
		outline:none;
	}

@media only screen and (min-width: 961px) {

	.nav {
		/* display: none; */
		/* position: relative; */
		bottom: auto;
		overflow: visible;
	}

		.nav li {
			position: relative;
			white-space: nowrap;
		}

		.nav > ul > li {
			display: inline-block;
		}

		.nav ul {
			display: block;
		}

			.nav ul ul {
				display: none;
				position: absolute;
				top: 100%;
				left: 0;
				z-index: 901;
			}

				.nav ul ul ul {
					top: 0px;
					left: 100%;
					z-index: 902;
				}

					.nav ul ul ul ul {
						z-index: 903;
					}

						.nav ul ul ul ul ul {
							z-index: 904;
						}

				.nav ul ul li.nav-left > ul {
					left: auto;
					right: 95%;
				}

	.nav-no-js .nav li:hover > ul {
		display: block;
	}
}

@media only screen and (max-width: 960px) {

	.nav-no-js .nav-button:hover + .nav,
	.nav-no-js .nav:hover,
	.nav-no-js .nav-button:hover + .nav + .nav-close,
	.nav-no-js .nav:hover + .nav-close {
		display: block;
	}
}

.icon-desktop:before,
.icon-menu-close:before,
.icon-menu:before,
.icon-mobile:before,
.icon-submenu-down:before,
.icon-submenu-right:before,
.icon-world:before,
header h1:before,
.nav-button:before,
.nav-close:before,
.nav .nav-submenu > a:after,
.nav > ul > .nav-submenu > a:after {
	font-family: "icon-font";
	font-family: "boonIco2";
}

/*decalage body (top) pour menu*/
body {
	margin: 0;
	padding-top: 30px;
}

/*styles bouton ouverture menu*/
.nav-button {
    display: block;
    position: fixed;
    top: 0;
    width: 70px;
    height: 100%;
    overflow: hidden;
    z-index: 902;
    cursor: pointer;
    text-align: left;
    font-size: 20px;
    color: #fff;
    background: #222;
    line-height: 38px;
    text-decoration: none;
}

	.nav-button:before {
        content: "\F0C9";
        display: block;
        text-align: left;
        padding-left: 25px;
        background: #d18959;
        box-sizing: border-box;
 }

    .nav-button:hover {
		color: #FFF;
	}

/*conteneur NAV*/
.nav {
	padding-top: 40px;
	line-height: 50px;
	background: #222;
	color: #ddd;
	transform: translateX(-100%);
}
	/*style des sous menus*/
	.nav ul {
		background: #333;
		text-align: center;
	}

		.nav ul ul {
			background: #444;
			text-align: left;
		}

			.nav ul ul ul {
				background: #555;
			}

				.nav ul ul ul ul {
					background: #666;
				}

					.nav ul ul ul ul ul {
						background: #777;
					}

	/*d�calage des sous menus*/
	.nav .nav-submenu > ul {
		/*margin-left: 10px;*/
	}

	/*trait separateur de menu*/
	.nav li {
		border-top: 1px solid #666;
		cursor: pointer;
	}

		/*survol liens item*/
		.nav li:hover > a,
		.nav li.nav-active > a {
			color: #fff;
			background: #999;
		}

	/*padding pour icone des items*/
	.nav .nav-submenu > a {
		padding-right: 30px !important;
	}

	/*couleur des links*/
	.nav a {
		padding: 0 15px 1px;
		color: #fff;
		text-decoration: none;
	}

	/*icone apr�s les liens (fleche bas)*/
	.nav .nav-submenu > a:after {
		position: absolute;
		display: block;
		right: 10px;
		top: 1px;
		font-size: 16px;
		content: "\f107";
	}


@media only screen and (min-width: 961px) {

	body {
		padding: 0 !important;
	}


	.nav-button {
		display: block;
	}

	.nav {
		padding: 0 !important;
		min-height: 1000px;
		width: 400px;
	}

		.nav > ul > li {
			border-top: none;
			display: inline;
		}

		.nav ul ul ul li:first-child {
			border-top: none;
		}

		/*largeur sous menu d�roulant*/
		.nav .nav-submenu li {
			min-width: 140px;
		}

		.nav .nav-submenu > ul {
			margin: 0;
		}
		/*icone pour menu d�roulant (item principal)*/
		.nav > ul > .nav-submenu > a:after {
			content: "\f107";
		}
		/*icone pour sous-menu d�roulant (item sous niveau)*/
		.nav .nav-submenu > a:after {
			content: "\f105";
		}
}

@media only screen and (max-width: 960px) {

	.nav li {

		text-align: center;
	}
}

#lbOverlay { position: fixed; top: 0; left: 0; z-index: 99998; width: 100%; height: 500px; }
	#lbOverlay.grey { background-color: #000000; }
	#lbOverlay.red { background-color: #330000; }
	#lbOverlay.green { background-color: #003300; }
	#lbOverlay.blue { background-color: #011D50; }
	#lbOverlay.gold { background-color: #666600; }

#lbMain { position: absolute; left: 0; width: 100%; z-index: 99999; text-align: center; line-height: 0; }
#lbMain a img { border: none; }

#lbOuterContainer { position: relative; background-color: #fff; width: 200px; height: 200px; margin: 0 auto; }
	#lbOuterContainer.grey { border: 3px solid #888888; }
	#lbOuterContainer.red { border: 3px solid #DD0000; }
	#lbOuterContainer.green { border: 3px solid #00B000; }
	#lbOuterContainer.blue { border: 3px solid #5F89D8; }
	#lbOuterContainer.gold { border: 3px solid #B0B000; }

#lbDetailsContainer {	font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; width: 100%; line-height: 1.4em;	overflow: auto; margin: 0 auto; }
	#lbDetailsContainer.grey { border: 3px solid #888888; border-top: none; }
	#lbDetailsContainer.red { border: 3px solid #DD0000; border-top: none; }
	#lbDetailsContainer.green { border: 3px solid #00B000; border-top: none; }
	#lbDetailsContainer.blue { border: 3px solid #5F89D8; border-top: none; }
	#lbDetailsContainer.gold { border: 3px solid #B0B000; border-top: none; }

#lbImageContainer, #lbIframeContainer { padding: 10px; }
#lbLoading {
	position: absolute; top: 45%; left: 0%; height: 32px; width: 100%; text-align: center; line-height: 0; background: url(/images/box/loading.gif) center no-repeat;
}

#lbHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lbImageContainer>#lbHoverNav { left: 0; }
#lbHoverNav a { outline: none; }

#lbPrev { width: 49%; height: 100%; background: url(/images/box/prev_grey.gif) left 15% no-repeat; display: block; left: 0; float: left; }
	#lbPrev.grey:hover, #lbPrev.grey:visited:hover { background: url(/images/box/prev_grey.gif) left 15% no-repeat; }
	#lbPrev.red:hover, #lbPrev.red:visited:hover { background: url(/images/box/prev_red.gif) left 15% no-repeat; }
	#lbPrev.green:hover, #lbPrev.green:visited:hover { background: url(/images/box/prev_green.gif) left 15% no-repeat; }
	#lbPrev.blue:hover, #lbPrev.blue:visited:hover { background: url(/images/box/prev_blue.gif) left 15% no-repeat; }
	#lbPrev.gold:hover, #lbPrev.gold:visited:hover { background: url(/images/box/prev_gold.gif) left 15% no-repeat; }
	
#lbNext { width: 49%; height: 100%;background: url(/images/box/next_grey.gif) right 15% no-repeat; display: block; right: 0; float: right; }
	#lbNext.grey:hover, #lbNext.grey:visited:hover { background: url(/images/box/next_grey.gif) right 15% no-repeat; }
	#lbNext.red:hover, #lbNext.red:visited:hover { background: url(/images/box/next_red.gif) right 15% no-repeat; }
	#lbNext.green:hover, #lbNext.green:visited:hover { background: url(/images/box/next_green.gif) right 15% no-repeat; }
	#lbNext.blue:hover, #lbNext.blue:visited:hover { background: url(/images/box/next_blue.gif) right 15% no-repeat; }
	#lbNext.gold:hover, #lbNext.gold:visited:hover { background: url(/images/box/next_gold.gif) right 15% no-repeat; }

#lbPrev2, #lbNext2 { text-decoration: none; font-weight: bold; }
	#lbPrev2.grey, #lbNext2.grey, #lbSpacer.grey { color: #333333; }
	#lbPrev2.red, #lbNext2.red, #lbSpacer.red { color: #620000; }
	#lbPrev2.green, #lbNext2.green, #lbSpacer.green { color: #003300; }
	#lbPrev2.blue, #lbNext2.blue, #lbSpacer.blue { color: #01379E; }
	#lbPrev2.gold, #lbNext2.gold, #lbSpacer.gold { color: #666600; }
	
#lbPrev2_Off, #lbNext2_Off { font-weight: bold; }
	#lbPrev2_Off.grey, #lbNext2_Off.grey { color: #CCCCCC; }
	#lbPrev2_Off.red, #lbNext2_Off.red { color: #FFCCCC; }
	#lbPrev2_Off.green, #lbNext2_Off.green { color: #82FF82; }
	#lbPrev2_Off.blue, #lbNext2_Off.blue { color: #B7CAEE; }
	#lbPrev2_Off.gold, #lbNext2_Off.gold { color: #E1E100; }
	
#lbDetailsData { padding: 0 10px; }
	#lbDetailsData.grey { color: #333333; }
	#lbDetailsData.red { color: #620000; }
	#lbDetailsData.green { color: #003300; }
	#lbDetailsData.blue { color: #01379E; }
	#lbDetailsData.gold { color: #666600; }

#lbDetails { width: 60%; float: left; text-align: left; }
#lbCaption { display: block; font-weight: bold; }
#lbNumberDisplay { float: left; display: block; padding-bottom: 1.0em; }
#lbNavDisplay { float: left; display: block; padding-bottom: 1.0em; }

#lbClose { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbClose.grey { background: url(/images/box/close_grey.png) no-repeat; }
	#lbClose.red { background: url(/images/box/close_red.png) no-repeat; }
	#lbClose.green { background: url(/images/box/close_green.png) no-repeat; }
	#lbClose.blue { background: url(/images/box/close_blue.png) no-repeat; }
	#lbClose.gold { background: url(/images/box/close_gold.png) no-repeat; }

#lbPlay { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPlay.grey { background: url(/images/box/play_grey.png) no-repeat; }
	#lbPlay.red { background: url(/images/box/play_red.png) no-repeat; }
	#lbPlay.green { background: url(/images/box/play_green.png) no-repeat; }
	#lbPlay.blue { background: url(/images/box/play_blue.png) no-repeat; }
	#lbPlay.gold { background: url(/images/box/play_gold.png) no-repeat; }
	
#lbPause { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPause.grey { background: url(/images/box/pause_grey.png) no-repeat; }
	#lbPause.red { background: url(/images/box/pause_red.png) no-repeat; }
	#lbPause.green { background: url(/images/box/pause_green.png) no-repeat; }
	#lbPause.blue { background: url(/images/box/pause_blue.png) no-repeat; }
	#lbPause.gold { background: url(/images/box/pause_gold.png) no-repeat; }
/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
	overflow: hidden !important;
}

#swipebox-overlay img {
	border: none !important;
	opacity: 1;
}

#swipebox-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999999 !important;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#swipebox-container {
	position: relative;
	width: 100%;
	height: 100%;
}

#swipebox-slider {
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	white-space: nowrap;
	position: absolute;
	display: none;
	cursor: pointer;
}

	#swipebox-slider .slide {
		height: 100%;
		width: 100%;
		line-height: 1px;
		text-align: center;
		display: inline-block;
	}

		#swipebox-slider .slide:before {
			content: "";
			display: inline-block;
			height: 50%;
			width: 1px;
			margin-right: -1px;
		}

		#swipebox-slider .slide img,
		#swipebox-slider .slide .swipebox-video-container,
		#swipebox-slider .slide .swipebox-inline-container {
			display: inline-block;
			max-height: 100%;
			max-width: 100%;
			margin: 0;
			padding: 0;
			width: auto;
			height: auto;
			vertical-align: middle;
		}

		#swipebox-slider .slide .swipebox-video-container {
			background: none;
			max-width: 1140px;
			max-height: 100%;
			width: 100%;
			padding: 5%;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
		}

			#swipebox-slider .slide .swipebox-video-container .swipebox-video {
				width: 100%;
				height: 0;
				padding-bottom: 56.25%;
				overflow: hidden;
				position: relative;
			}

				#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
					width: 100% !important;
					height: 100% !important;
					position: absolute;
					top: 0;
					left: 0;
				}

	#swipebox-slider .slide-loading {
		background: url(/images/imgSwipebox/loader.gif) no-repeat center center;
	}

#swipebox-bottom-bar,
#swipebox-top-bar {
	/*-webkit-transition: 0.5s;
    transition: 0.5s;*/
	position: absolute;
	left: 0;
	z-index: 999;
	width: 100%;
}

#swipebox-bottom-bar {
	bottom: 50%;
}

/*#swipebox-bottom-bar.visible-bars {
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0);
    }*/

#swipebox-top-bar {
	bottom: 10%;
}

/*#swipebox-top-bar.visible-bars {
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }*/

#swipebox-title {
	display: block;
	width: 100%;
	text-align: center;
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
	background-image: url(/images/imgSwipebox/icons.png) !important;
	background-repeat: no-repeat;
	border: none !important;
	text-decoration: none !important;
	cursor: pointer;
	width: 50px;
	height: 50px;
	top: 0;
}

#swipebox-arrows {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 50px;
}

#swipebox-prev {
	background-position: -32px 13px;
	float: left;
	margin-left: 15px;
}

#swipebox-next {
	background-position: -78px 13px;
	float: right;
	margin-right: 15px;
}

#swipebox-close {
	top: 15px;
	right: 30px;
	position: absolute;
	z-index: 9999;
	background-position: 15px 12px;
}

.swipebox-no-close-button #swipebox-close {
	display: none;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
	opacity: 0.3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
	-webkit-animation: rightSpring 0.3s;
	animation: rightSpring 0.3s;
}

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
	-webkit-animation: leftSpring 0.3s;
	animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	content: ' ';
	position: absolute;
	z-index: 999;
	top: 0;
	height: 100%;
	width: 20px;
	opacity: 0;
}

.swipebox-touch #swipebox-container:before {
	left: 0;
	-webkit-box-shadow: inset 10px 0px 10px -8px #656565;
	box-shadow: inset 10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-container:after {
	right: 0;
	-webkit-box-shadow: inset -10px 0px 10px -8px #656565;
	box-shadow: inset -10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
	opacity: 1;
}

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
	opacity: 1;
}

@-webkit-keyframes rightSpring {
	0% {
		left: 0;
	}

	50% {
		left: -30px;
	}

	100% {
		left: 0;
	}
}

@keyframes rightSpring {
	0% {
		left: 0;
	}

	50% {
		left: -30px;
	}

	100% {
		left: 0;
	}
}

@-webkit-keyframes leftSpring {
	0% {
		left: 0;
	}

	50% {
		left: 30px;
	}

	100% {
		left: 0;
	}
}

@keyframes leftSpring {
	0% {
		left: 0;
	}

	50% {
		left: 30px;
	}

	100% {
		left: 0;
	}
}

@media screen and (min-width: 800px) {
	#swipebox-close {
		right: 30px;
	}

	#swipebox-arrows {
		width: 92%;
		/*max-width: 800px;*/
	}
}
/* Skin 
--------------------------*/
#swipebox-overlay {
	background: #ffffff;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
	background: none;
	opacity: 1;
}

#swipebox-top-bar {
	color: #000 !important;
	font-size: 14px;
	padding: 15px 0;
	background: rgba(255,255,255,0.8);
	z-index: 999;
	position: absolute;
	bottom: 0;
}


.classNumPhoto {
	width: 150px;
	display: inline-block;
}

.classTitrePhoto {
	width: 150px;
	display: inline-block;
}

/*Popup modales*/
.modalBackground {
	background-color: Black;
	filter: alpha(opacity=60);
	opacity: 0.6;
}

.modalPopup {
	background: #fff;
	padding: 20px;
	max-width: 700px;
	height: auto;
	position: relative;
	z-index: 999990;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.modalPopup .popupCtTitre {
	text-align: center;
	font-size: 14px;
}

.modalPopup .popupCtContenu {
	margin: 10px 0px 10px 0px;
	text-align: center;
}

.modalPopup .popupCtBoutons {
	text-align: center;
}


.modalPopup input[type="text"] {
	min-width: 0;
	width: 90%;
}

.modalPopup textarea {
	min-width: 0;
	width: 90%;
}

.modalPopup .btnClose {
	text-align: right;
	margin-bottom: 20px;
}

.modalPopup .formContact {
	margin-bottom: 10px;
}

.modalPopup #containerBootcha {
	margin-top: 0px;
	margin-bottom:20px;
}

#closePopupTunnel {
    position: absolute;
    top: 0px;
    right: 4px;
}
    #closePopupTunnel:before {
        content: "\f00d";
        font-family: 'boonIco2';
        color: #a0a0a0;
        font-size: 20px !important;
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        cursor: pointer;
    }
/*!
 * Fotorama 4.6.4 | http://fotorama.io/license/
 */
.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__html,.fotorama__img,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video iframe{position:absolute;width:100%;height:100%;top:0;right:0;left:0;bottom:0}.fotorama--fullscreen,.fotorama__img{max-width:99999px!important;max-height:99999px!important;min-width:0!important;min-height:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}.fotorama__wrap .fotorama__grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.fotorama__grabbing *{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.fotorama__spinner{position:absolute!important;top:50%!important;left:50%!important}.fotorama__wrap--css3 .fotorama__arr,.fotorama__wrap--css3 .fotorama__fullscreen-icon,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border,.fotorama__wrap--css3 .fotorama__video-close,.fotorama__wrap--css3 .fotorama__video-play{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__caption,.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before,.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__nav,.fotorama__wrap--css3 .fotorama__spinner,.fotorama__wrap--css3 .fotorama__stage,.fotorama__wrap--css3 .fotorama__stage .fotorama__img,.fotorama__wrap--css3 .fotorama__stage__frame{-webkit-transform:translateZ(0);transform:translateZ(0)}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus,.fotorama__nav__frame{outline:0}.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after{content:'';border-radius:inherit;background-color:rgba(0,175,234,.5)}.fotorama__wrap--video .fotorama__stage,.fotorama__wrap--video .fotorama__stage__frame--video,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__shaft{-webkit-transform:none!important;transform:none!important}.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border{transition-property:-webkit-transform,width;transition-property:transform,width;transition-timing-function:cubic-bezier(0.1,0,.25,1);transition-duration:0ms}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__no-select,.fotorama__video-close,.fotorama__video-play,.fotorama__wrap{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fotorama__select{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.fotorama__nav,.fotorama__nav__frame{margin:auto;padding:0}.fotorama__caption__wrap,.fotorama__nav__frame,.fotorama__nav__shaft{-moz-box-orient:vertical;display:inline-block;vertical-align:middle;*display:inline;*zoom:1}.fotorama__nav__frame,.fotorama__thumb-border{box-sizing:content-box}.fotorama__caption__wrap{box-sizing:border-box}.fotorama--hidden,.fotorama__load{position:absolute;left:-99999px;top:-99999px;z-index:-1}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__nav,.fotorama__nav__frame,.fotorama__nav__shaft,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video-close,.fotorama__video-play{-webkit-tap-highlight-color:transparent}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(/images/fotorama.png) no-repeat}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:2dppx){.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(/images/fotorama@2x.png) 0 0/96px 160px no-repeat}}.fotorama__thumb{background-color:#7f7f7f;background-color:rgba(127,127,127,.2)}@media print{.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__thumb-border,.fotorama__video-close,.fotorama__video-play{background:none!important}}.fotorama{min-width:1px;overflow:hidden}.fotorama:not(.fotorama--unobtrusive)>*:not(:first-child){display:none}.fullscreen{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#000}.fotorama--fullscreen{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;float:none!important;z-index:2147483647!important;background:#000;width:100%!important;height:100%!important;margin:0!important}.fotorama--fullscreen .fotorama__nav,.fotorama--fullscreen .fotorama__stage{background:#000}.fotorama__wrap{-webkit-text-size-adjust:100%;position:relative;direction:ltr;z-index:0}.fotorama__wrap--rtl .fotorama__stage__frame{direction:rtl}.fotorama__nav,.fotorama__stage{overflow:hidden;position:relative;max-width:100%}.fotorama__wrap--pan-y{-ms-touch-action:pan-y}.fotorama__wrap .fotorama__pointer{cursor:pointer}.fotorama__wrap--slide .fotorama__stage__frame{opacity:1!important}.fotorama__stage__frame{overflow:hidden}.fotorama__stage__frame.fotorama__active{z-index:8}.fotorama__wrap--fade .fotorama__stage__frame{display:none}.fotorama__wrap--fade .fotorama__fade-front,.fotorama__wrap--fade .fotorama__fade-rear,.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active{display:block;left:0;top:0}.fotorama__wrap--fade .fotorama__fade-front{z-index:8}.fotorama__wrap--fade .fotorama__fade-rear{z-index:7}.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active{z-index:9}.fotorama__wrap--fade .fotorama__stage .fotorama__shadow{display:none}.fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;border:none!important}.fotorama__error .fotorama__img,.fotorama__loaded .fotorama__img{-ms-filter:"alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,.fotorama__img--full{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full{display:block}.fotorama__wrap--only-active .fotorama__nav,.fotorama__wrap--only-active .fotorama__stage{max-width:99999px!important}.fotorama__wrap--only-active .fotorama__stage__frame{visibility:hidden}.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active{visibility:visible}.fotorama__nav{font-size:0;line-height:0;text-align:center;display:none;white-space:nowrap;z-index:5}.fotorama__nav__shaft{position:relative;left:0;top:0;text-align:left}.fotorama__nav__frame{position:relative;cursor:pointer}.fotorama__nav--dots{display:block}.fotorama__nav--dots .fotorama__nav__frame{width:18px;height:30px}.fotorama__nav--dots .fotorama__nav__frame--thumb,.fotorama__nav--dots .fotorama__thumb-border{display:none}.fotorama__nav--thumbs{display:block}.fotorama__nav--thumbs .fotorama__nav__frame{padding-left:0!important}.fotorama__nav--thumbs .fotorama__nav__frame:last-child{padding-right:0!important}.fotorama__nav--thumbs .fotorama__nav__frame--dot{display:none}.fotorama__dot{display:block;width:4px;height:4px;position:relative;top:12px;left:6px;border-radius:6px;border:1px solid #7f7f7f}.fotorama__nav__frame:focus .fotorama__dot:after{padding:1px;top:-1px;left:-1px}.fotorama__nav__frame.fotorama__active .fotorama__dot{width:0;height:0;border-width:3px}.fotorama__nav__frame.fotorama__active .fotorama__dot:after{padding:3px;top:-3px;left:-3px}.fotorama__thumb{overflow:hidden;position:relative;width:100%;height:100%}.fotorama__nav__frame:focus .fotorama__thumb{z-index:2}.fotorama__thumb-border{position:absolute;z-index:9;top:0;left:0;border-style:solid;border-color:#00afea;background-image:linear-gradient(to bottom right,rgba(255,255,255,.25),rgba(64,64,64,.1))}.fotorama__caption{position:absolute;z-index:12;bottom:0;left:0;right:0;font-family:'Helvetica Neue',Arial,sans-serif;font-size:14px;line-height:1.5;color:#000}.fotorama__caption a{text-decoration:none;color:#000;border-bottom:1px solid;border-color:rgba(0,0,0,.5)}.fotorama__caption a:hover{color:#333;border-color:rgba(51,51,51,.5)}.fotorama__wrap--rtl .fotorama__caption{left:auto;right:0}.fotorama__wrap--no-captions .fotorama__caption,.fotorama__wrap--video .fotorama__caption{display:none}.fotorama__caption__wrap{background-color:#fff;background-color:rgba(255,255,255,.9);padding:5px 10px}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fotorama__wrap--css3 .fotorama__spinner{-webkit-animation:spinner 24s infinite linear;animation:spinner 24s infinite linear}.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__stage .fotorama__img{transition-property:opacity;transition-timing-function:linear;transition-duration:.3s}.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0}.fotorama__select{cursor:auto}.fotorama__video{top:32px;right:0;bottom:0;left:0;position:absolute;z-index:10}@-moz-document url-prefix(){.fotorama__active{box-shadow:0 0 0 transparent}}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{position:absolute;z-index:11;cursor:pointer}.fotorama__arr{position:absolute;width:32px;height:32px;top:50%;margin-top:-16px}.fotorama__arr--prev{left:2px;background-position:0 0}.fotorama__arr--next{right:2px;background-position:-32px 0}.fotorama__arr--disabled{pointer-events:none;cursor:default;*display:none;opacity:.1}.fotorama__fullscreen-icon{width:32px;height:32px;top:2px;right:2px;background-position:0 -32px;z-index:20}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus{border-radius:50%}.fotorama--fullscreen .fotorama__fullscreen-icon{background-position:-32px -32px}.fotorama__video-play{width:96px;height:96px;left:50%;top:50%;margin-left:-48px;margin-top:-48px;background-position:0 -64px;opacity:0}.fotorama__wrap--css2 .fotorama__video-play,.fotorama__wrap--video .fotorama__stage .fotorama__video-play{display:none}.fotorama__error .fotorama__video-play,.fotorama__loaded .fotorama__video-play,.fotorama__nav__frame .fotorama__video-play{opacity:1;display:block}.fotorama__nav__frame .fotorama__video-play{width:32px;height:32px;margin-left:-16px;margin-top:-16px;background-position:-64px -32px}.fotorama__video-close{width:32px;height:32px;top:0;right:0;background-position:-64px 0;z-index:20;opacity:0}.fotorama__wrap--css2 .fotorama__video-close{display:none}.fotorama__wrap--css3 .fotorama__video-close{-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--video .fotorama__video-close{display:block;opacity:1}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{opacity:0}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{opacity:1}.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon{opacity:0!important}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{display:none}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{display:block}.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon{display:none!important}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus){-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus){-webkit-transform:translate3d(-48px,0,0);transform:translate3d(-48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus){-webkit-transform:translate3d(48px,0,0);transform:translate3d(48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon{-webkit-transform:translate3d(32px,-32px,0)!important;transform:translate3d(32px,-32px,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev{-webkit-transform:translate3d(-48px,0,0)!important;transform:translate3d(-48px,0,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next{-webkit-transform:translate3d(48px,0,0)!important;transform:translate3d(48px,0,0)!important}.fotorama__wrap--css3 .fotorama__arr:not(:focus),.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),.fotorama__wrap--css3 .fotorama__video-close:not(:focus),.fotorama__wrap--css3 .fotorama__video-play:not(:focus){transition-property:-webkit-transform,opacity;transition-property:transform,opacity;transition-duration:.3s}.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before{content:"";display:block;position:absolute;text-decoration:none;top:0;bottom:0;width:10px;height:auto;z-index:10;pointer-events:none;background-repeat:no-repeat;background-size:1px 100%,5px 100%}.fotorama__nav:before,.fotorama__stage:before{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.4),transparent);background-position:0 0,0 0;left:-10px}.fotorama__nav.fotorama__shadows--left:before,.fotorama__stage.fotorama__shadows--left:before{left:0}.fotorama__nav:after,.fotorama__stage:after{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.4),transparent);background-position:100% 0,100% 0;right:-10px}.fotorama__nav.fotorama__shadows--right:after,.fotorama__stage.fotorama__shadows--right:after{right:0}.fotorama--fullscreen .fotorama__nav:after,.fotorama--fullscreen .fotorama__nav:before,.fotorama--fullscreen .fotorama__stage:after,.fotorama--fullscreen .fotorama__stage:before,.fotorama__wrap--fade .fotorama__stage:after,.fotorama__wrap--fade .fotorama__stage:before,.fotorama__wrap--no-shadows .fotorama__nav:after,.fotorama__wrap--no-shadows .fotorama__nav:before,.fotorama__wrap--no-shadows .fotorama__stage:after,.fotorama__wrap--no-shadows .fotorama__stage:before{display:none}

.sliderLien{
	display:block;
	height:100%;
}
/****************************************** SOUS MENU DYNAMIQUE **************************************/

/*Conteneur du menu*/
#smMenu {
	margin: 0 0 10px 0;
	padding: 0;
}

.smSeparateur {
	height: 1px;
	display: block;
}

.blocGauche #smMenu > li {
	background: none;
	padding: 0;
}

.blocGauche #smMenu li ul li {
	background: none;
	padding: 0;
}


/*Parents Principaux actifs ou non*/
.smParent, .smParentActif {
	background: #222;
	display: block;
	padding: 5px;
	text-decoration: none;
	color: #fff;
}

	.smParent:hover, .smParentActif:hover {
		background: #ccc;
	}

/*Conteneur enfants*/
#smMenu ul {
	padding: 0;
}

#smMenu > li {
	list-style: none;
}

#smMenu li ul {
	list-style: square;
	margin: 0 0 0px 0;
	text-align: justify;
}

	#smMenu li ul li {
		list-style: square;
	}


/*Enfants actifs ou non*/
#smMenu ul li a {
	background: #eee;
	display: block;
	padding: 5px 5px 5px 10px;
	text-decoration: none;
	color: #000;
}

	#smMenu ul li a:hover {
		background: #222;
		color: #fff;
	}

#smMenu ul li .smActif {
	background: #eee;
	display: block;
	padding: 5px 5px 5px 10px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

	#smMenu ul li .smActif:hover {
		background: #222;
		font-weight: bold;
		color: #fff;
	}




/*Sous Enfants*/
#smMenu ul li ul li a {
	display: block;
	padding: 5px 5px 5px 20px;
	text-decoration: none;
	color: #888;
	font-size: 11px;
	background: #eee;
}

	#smMenu ul li ul li a:hover {
		background: #ccc;
	}

#smMenu ul li ul li .smActif {
	display: block;
	padding: 5px 5px 5px 20px;
	color: #888;
	font-size: 11px;
	background: url(/images/puce1.gif) no-repeat 10px 10px;
	font-weight: bold;
	text-decoration: underline;
}

	#smMenu ul li ul li .smActif:hover {
		background: #ccc;
		font-weight: bold;
		text-decoration: underline;
	}





/*Sous Sous Enfants et suivants*/
#smMenu ul li ul li > ul li a {
	display: block;
	padding: 5px 5px 5px 30px;
	text-decoration: none;
	color: #888;
	font-size: 11px;
	background: #eee;
}

	#smMenu ul li ul li > ul li a:hover {
		background: #ccc;
	}

#smMenu ul li ul li > ul li .smActif {
	display: block;
	padding: 5px 5px 5px 30px;
	color: #888;
	font-size: 11px;
	background: url(/images/puce1.gif) no-repeat 20px 10px;
	font-weight: bold;
	text-decoration: underline;
}

	#smMenu ul li ul li > ul li .smActif:hover {
		background: #ccc;
		font-weight: bold;
		text-decoration: underline;
	}


/***************************************** /!\ si rien renseigné, les CuteEditor de l'admin auront le background du body coté front /!\****************/
/*Page 1 colonne*/
#ctl00_divContenu.fullpage, .conteneurContenuBloc .contenuFullPage {
}
/*Blocs Gauche, contenu droite*/
#ctl00_divContenu.deuxColBlocsGauche, .conteneurContenuBloc .contenuDroite {
}
/*Blocs Droite, contenu gauche*/
#ctl00_divContenu.deuxColBlocsDroite, .conteneurContenuBloc .contenuGauche {
}
/*Page 3 colonne*/
#ctl00_divContenu.troisCol, .conteneurContenuBloc .contenuCentre {
}

#divFrameAdmin .contenuDroite {
	width: 100%;
}



/*------------------------------------------------------*/
/*----------- FULLPAGE (Page sur 1 Colonne) -------------*/
/*------------------------------------------------------*/


.contenuFullPage .contenuMixteImageG /*Contenu mixtes Image Gauche*/ {
	width: 520px;
	float: left;
	min-height: 1px;
    position: relative;
}

    .contenuFullPage .contenuMixteImageG .photoColonne {
        margin-top: -175px;
    }

    .contenuFullPage .contenuMixteImageG .fotorama {
        margin-top: -175px;
    }

.ccb366 .contenuMixteImageG .fotorama {
    margin-top: -100px !important;
}

.contenuFullPage .contenuMixteImageD /*Contenu mixtes Image Droite*/ {
    width: 520px;
    float: right;
    min-height: 1px;
}

    .contenuFullPage .contenuMixteImageD .photoColonne {

    }

.contenuFullPage .contenuMixteTexteG /*Contenu mixtes Textes Gauche*/ {
    width: 430px;
    float: left;
    min-height: 1px;
    border: 1px solid #d18959;
    padding: 70px 60px;
    box-sizing: border-box;
    margin-left: 40px;
    min-height: 530px;
    position: relative;
    margin-top: 100px;
    z-index: 8;
}

.ccb374 .contenuMixteTexteG, .ccb376 .contenuMixteTexteG {
    border: none !important;
    margin-top: 50px !important;
}

.contenuFullPage .contenuMixteTexteG:before {
    content: url(/images/etoile.jpg);
    position: absolute;
    left: -25px;
}

.ccb374 .contenuMixteTexteG:before, .ccb376 .contenuMixteTexteG:before {
    content: none !important;
}

.contenuFullPage .contenuMixteTexteD /*Contenu mixtes Textes Droite*/ {
    width: 320px;
    float: right;
    min-height: 1px;
    margin-right: 90px;
    margin-top: 100px;
}

.contenuFullPage .contenuTexte2ColG /*Contenu Texte 2 colonnes : colonne Gauche*/ {
	width: 450px;
	float: left;
	min-height: 1px;
}

.contenuFullPage .contenuTexte2ColD /*Contenu Texte 2 colonnes : colonne Droite*/ {
	width: 450px;
	float: right;
	min-height: 1px;
}

.contenuFullPage .contenuFull {
	width: 100%;
}

.contenuFullPage .contenuFullPhotoSeule {
	width: 100%;
}

	.contenuFullPage .contenuFullPhotoSeule img {
		width: 100%;
	}




/*------------------------------------------------------*/
/*---------- 2 COLONNES (Page sur 2 Colonnes) -----------*/
/*------------------------------------------------------*/

.blocGauche {
	float: left;
	width: 290px;
	min-height: 1px;
}

.contenuDroite {
	float: right;
	width: 620px;
	min-height: 1px;
}

.blocDroite {
	float: right;
	width: 290px;
	min-height: 1px;
}

.contenuGauche {
	float: left;
	width: 620px;
	min-height: 1px;
}

	.contenuDroite .contenuMixteImageG, .contenuGauche .contenuMixteImageG {
		width: 300px;
		float: left;
		min-height: 1px;
	}

	.contenuDroite .contenuMixteImageD, .contenuGauche .contenuMixteImageD {
		width: 300px;
		float: right;
		min-height: 1px;
	}

	.contenuDroite .contenuMixteTexteG, .contenuGauche .contenuMixteTexteG {
		width: 290px;
		float: left;
		min-height: 1px;
	}

	.contenuDroite .contenuMixteTexteD, .contenuGauche .contenuMixteTexteD {
		width: 290px;
		float: right;
		min-height: 1px;
	}

	.contenuDroite .contenuTexte2ColG, .contenuGauche .contenuTexte2ColG {
		width: 290px;
		float: left;
		min-height: 1px;
	}

	.contenuGauche .contenuTexte2ColD, .contenuDroite .contenuTexte2ColD {
		width: 300px;
		float: right;
		min-height: 1px;
	}

	.contenuDroite .contenuFull, .contenuGauche .contenuFull {
		width: 100%;
	}

	.contenuDroite .contenuFullPhotoSeule, .contenuGauche .contenuFullPhotoSeule {
		width: 100%;
	}

		.contenuDroite .contenuFullPhotoSeule img, .contenuGauche .contenuFullPhotoSeule img {
			width: 100%;
		}





/*------------------------------------------------------*/
/*---------- 3 COLONNES (Page sur 3 Colonnes) -----------*/
/*------------------------------------------------------*/
.troisCol .blocGauche {
	width: 180px;
	margin-right: 30px;
}

.troisCol .blocDroite {
	width: 180px;
}

.troisCol .contenuCentre {
	float: left;
	width: 520px;
	min-height: 1px;
}

	.troisCol .contenuCentre img {
		width: 100%;
	}

.contenuCentre .contenuMixteImageG {
	width: 230px;
	float: left;
	min-height: 1px;
}

.contenuCentre .contenuMixteImageD {
	width: 230px;
	float: right;
	min-height: 1px;
}

.contenuCentre .contenuMixteTexteG {
	width: 260px;
	float: left;
	min-height: 1px;
}

.contenuCentre .contenuMixteTexteD {
	width: 260px;
	float: right;
	min-height: 1px;
}

.contenuCentre .contenuTexte2ColG {
	width: 245px;
	float: left;
	min-height: 1px;
}

.contenuCentre .contenuTexte2ColD {
	width: 245px;
	float: right;
	min-height: 1px;
}

.contenuCentre .contenuFullPhotoSeule {
	width: 100%;
}

/*Images des blocs contenu Gauche ou Droite*/
.photoColonne {
	margin-bottom: 15px;
}
.photoColonne img {
	width:100%;
}

/*------------------------------------------------------*/
/*----------------------- BLOCS ------------------------*/
/*------------------------------------------------------*/

/*Conteneur Bloc*/
.bloc {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}

.blocNoBorder {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}
/*titre du bloc*/
.titreBloc {
	font-weight: bold;
	padding: 4px 8px;
	color: #fff;
	font-size: 12px;
	background: #444;
}

/*contenu du bloc si type titre + html*/
.contenuBloc {
	padding: 8px;
	text-align: justify;
	font-size: 11px;
	overflow: hidden;
	border: 1px solid #ddd;
	background: #f5f5f5;
}


/*********************** RECHERCHE BLOC *****************/
.bloc.blocRecherche {
	width: 100%;
}

	.bloc.blocRecherche input[type="text"] {
		width: 72%;
		min-width: 0px;
	}

#panRecherche .btn {
	margin: 0;
	padding-left: 8px;
	padding-right: 8px;
}
/*********************** NEWSLETTER BLOC *****************/
.blocNewsletter {
	width: 100%;
}

	.blocNewsletter input[type="text"] {
		width: 72%;
		min-width: 0px;
	}

#panInscriptionNewsletter .btn {
	margin: 0;
	padding-left: 8px;
	padding-right: 8px;
}
/*****************************************************************************************************/
/*********************** Style des contenu des pages *****************/
.conteneurContenuBloc {
	margin: 0;
	text-align: justify;
}

/* /!\ Ne pas toucher, sert pour caler les iframes coté admin /!\*/
#divFrameAdmin .conteneurContenuBloc {
	margin: 0;
}

.conteneurContenuBloc p {
	margin: 0 0 20px 0;
}

/*Photos des contenus mixtes flottantes*/
.flottantGauche {
	float: left;
	margin: 0 30px 0 0;
}

.flottantDroite {
	float: right;
	margin: 0 0 0 30px;
}

/*Légende sous les photos des contenus mixtes*/
.legende {
	font-style: italic;
}



/* `Container
----------------------------------------------------------------------------------------------------*/
.container_12 {
    margin-left: auto;
    margin-right: auto;
    width: 1060px;
    position: relative;
}

.ccb347 .container_12, .ccb352 .container_12 {
    width: 84%;
}


/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
}

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11 {
    position: relative;
}

.container_12 .grid_3 {
    width: 220px;
}

.container_12 .grid_6 {
    width: 460px;
}

.container_12 .grid_9 {
    width: 700px;
}

.container_12 .grid_12 {
    width: 1040px;
    /*width: 100%;*/
}

.ccb347 .container_12 .grid_12, .ccb352 .container_12 .grid_12 {
    width: 100%;
}

/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .grid_1 {
    width: 60px;
}

.container_12 .grid_2 {
    width: 140px;
}

.container_12 .grid_4 {
    width: 300px;
}

.container_12 .grid_5 {
    width: 380px;
}

.container_12 .grid_7 {
    width: 540px;
}

.container_12 .grid_8 {
    width: 620px;
}

.container_12 .grid_10 {
    width: 780px;
}

.container_12 .grid_11 {
    width: 860px;
}

/* `Push Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .push_3 {
    left: 240px;
}

.container_12 .push_6 {
    left: 480px;
}

.container_12 .push_9 {
    left: 720px;
}

/* `Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
    left: 80px;
}

.container_12 .push_2 {
    left: 160px;
}

.container_12 .push_4 {
    left: 320px;
}

.container_12 .push_5 {
    left: 400px;
}

.container_12 .push_7 {
    left: 560px;
}

.container_12 .push_8 {
    left: 640px;
}

.container_12 .push_10 {
    left: 800px;
}

.container_12 .push_11 {
    left: 880px;
}

/* `Pull Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_3 {
    left: -240px;
}

.container_12 .pull_6 {
    left: -480px;
}

.container_12 .pull_9 {
    left: -720px;
}

/* `Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
    left: -80px;
}

.container_12 .pull_2 {
    left: -160px;
}

.container_12 .pull_4 {
    left: -320px;
}

.container_12 .pull_5 {
    left: -400px;
}

.container_12 .pull_7 {
    left: -560px;
}

.container_12 .pull_8 {
    left: -640px;
}

.container_12 .pull_10 {
    left: -800px;
}

.container_12 .pull_11 {
    left: -880px;
}


/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/


.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}


@font-face {
    font-family: 'Bentham';
    src: url('/css/fonts/bentham/Bentham-Regular.eot');
    src: url('/css/fonts/bentham/Bentham-Regular.eot?#iefix') format('embedded-opentype'), url('/css/fonts/bentham/Bentham-Regular.woff2') format('woff2'), url('/css/fonts/bentham/Bentham-Regular.woff') format('woff'), url('/css/fonts/bentham/Bentham-Regular.ttf') format('truetype'), url('/css/fonts/bentham/Bentham-Regular.svg#Bentham-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/css/fonts/OpenSans-Regular.eot');
    src: url('/css/fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('/css/fonts/OpenSans-Regular.woff') format('woff'), url('/css/fonts/OpenSans-Regular.ttf') format('truetype'), url('/css/fonts/OpenSans-Regular.svg#Bentham-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.ct-appart-home {
    -js-display: flex;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 750px;
    display: flex;
}

.ct-appart-home-chalet {
    height: 560px !important;
    margin-bottom: 50px;
    -js-display: flex;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.ct-appart-home a, .ct-appart-home-chalet a {
    box-sizing: border-box;
    position: relative;
    display: block;
    height: 100%;
    width: 480px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*filter: brightness(0.9);*/
    text-decoration: none;
}

        .ct-appart-home a:first-child {
            margin: 0 2% 0 8%;
        }

        .ct-appart-home a:last-child {
            margin: 0 8% 0 2%;
        }

    .ct-appart-home-chalet .lienChaletHome {
        width: 1530px;
        margin: 0 8% !important;
        height: 560px;
    }

    .appart-info-home span {
        font-family: "Bentham";
        display: inline-block;
        width: 100%;
        text-align: center;
        color: #fff;
    }

    .appart-info-home span:first-child {
        font-size: 50px;
    }

    .appart-info-home span:last-child {
        font-size: 25px;
        height: 30px;
        line-height: 26px;
        width: 150px;
        background-color: #e8e7e7;
        color: #000 !important;
    }

.appart-info-home {
    -js-display: flex;
    width: 100%;
    height: 100%;
    -js-display: flex;
    display: flex;
    flex-flow: column wrap;
    -ms-flex-pack: start;
    justify-content: center;
    -ms-flex-align: start;
    align-items: center;
    position: relative;
}

.info-home {
    background: rgba(207, 137, 90, 0.80);
    bottom: 0;
    color: white;
    left: 0;
    z-index: 9;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -js-display: flex;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column wrap;
    -ms-flex-pack: start;
    -ms-flex-align: start;
    align-items: center;
}

    .info-home:after {
        display: block;
        content: '';
        position: absolute;
        border: 1px solid #FFF;
        box-sizing: border-box;
        height: calc(100% - 40px);
        width: calc(100% - 40px);
        transform: translateY(20px);
    }

    .info-home span {
        font-family: "Bentham";
        display: inline-block;
        width: 100%;
        text-align: center;
    }

        .info-home span:first-child {
            font-size: 50px;
            padding-top: 100px;
        }

        .info-home span:nth-child(2) {
            font-size: 25px;
            height: 30px;
            line-height: 26px;
            width: 150px;
            background-color: #e8e7e7;
            color: #000 !important;
        }

        .info-home span:nth-child(3) {
            font-size: 25px;
        }

        .info-home span:last-child {
            padding-top: 90%;
            font-size: 40px;
        }

            .info-home span:last-child::after {
                content:'';
                display:block;
                width: 170px;
                height:1px;
                background:#FFF;
                margin:0 auto;
            }

.lienChaletHome .info-home span:last-child {
    padding-top: 12%!important;
}

            .info-home:hover {
                opacity: 1;
            }

.opacity {
    opacity: 0;
}

.services {
    -js-display: flex;
    width: 100%;
    height: 100%;
    padding: 5% 16% 3% 14%;
    -js-display: flex;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    box-sizing: border-box;
}
    .services span {
        -js-display: flex;
        display: flex;
        flex-flow: column;
        text-align: center;
        justify-content: flex-end;
        align-items: center;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        padding: 0 8px;
    }
    .services span.avion::before{
        content:url(/images/avion.png);
    }
        .services span.conciergerie::before {
            content: url(/images/conciergerie.png);
        }
        .services span.spa::before {
            content: url(/images/spa.png);

        }
        .services span.soins::before {
            content: url(/images/soins.png);
        }
        .services span.chef::before {
            content: url(/images/chef.png);
        }
        .services span.skis::before {
            content: url(/images/skis.png);
        }
        .services span.hotel::before {
            content: url(/images/hotel.png);
        }
    /*home page*/
    #bandeauSliderHome .fotorama__caption__wrap {
        background: none !important;
    }

.logo-home h1 {
    color: #FFF;
    font-family: 'Bentham';
    font-size: 45px;
    font-weight: normal;
}

.logo-home::before {
    display: block;
    content: url(/images/logoHome.png);
    text-align: center;
}

#bandeauSliderHome .fotorama__caption {
    -js-display: flex;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}


    section.description {
        margin: 0px 0 100px 0;
    }

.description h2 {
    font-family: 'Bentham';
    font-size: 50px;
    color: #000;
    padding-top: 15px;
    width: 670px;
    margin: 3px auto;
    text-align: center;
    font-weight: normal;
}

.description p {
    text-align: center;
    margin: 20px auto 0 auto !important;
    width: 750px;
}
/*fin home page*/
main {
    width: calc(100% - 70px);
    box-sizing: border-box;
}

#bandeauSliderHome, #bandeauSlider {
    width: 100%;
}

#bandeauSlider {
    position: relative;
    margin-bottom: 90px;
}

        #bandeauSlider:after {
            content: url(/images/flecheScroll.png);
            display: block;
            position: absolute;
            left: 50%;
            bottom: -40px;
        }


.planning {
    border: 1px solid #d18959;
    width: 100%;
    /* padding: 5%; */
    box-sizing: border-box;
    margin-top: 60px;
    padding-top: 30px;
    margin-bottom: 125px;
}


.titre-planning {
    text-align: center;
    width: 100%;
    padding-bottom: 2%;
    letter-spacing: 1px;
}

    .titre-planning span {
        display: inline-block;
        width: 100%;
        text-transform: uppercase;
        
    }

        .titre-planning span:first-child {
            font-weight: 600;
        }

        .titre-planning::before {
            display: block;
            content: url('/images/lune.png');
            padding: 2% 0 2% 0;
        }

.lightpick, .lightpick *, .lightpick::after, .lightpick::before {
    font-size: 18px;
    font-weight: 600;
}

.lightpick__day-of-the-week
{
    font-size: 14px;
    font-weight: normal!important;
}

.lightpick__day {
    font-size: 16px !important;
    font-weight: normal !important;
}

.lightpick__day.is-disabled
{
    font-size: 16px;
    font-weight: normal;
}

.lightpick__days-of-the-week
{
    margin-bottom: 0%!important;
}

.lightpick__months {
    padding: 0 8% 0 8%!important;
}

.ct-prix {
    width: 100%;
    -js-display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 5%;
    margin-top: 2%;
}

.prix-haute-saison {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

    .prix-haute-saison span {
        width: 100%;
        display: inline-block;
    }

        .prix-haute-saison span:last-child, .prix-moyenne-saison span:last-child {
            font-weight: 600;
        }

.sep {
    display: inline-block;
    height: 50px;
    width: 1px;
    background: #d18959;
}

.prix-moyenne-saison {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

    .prix-moyenne-saison span {
        display: inline-block;
        width: 100%;
    }

i {
    border: solid #FFF;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 6px;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.ct-demande-resa {
    width: 100%;
    text-align: center;
    padding-bottom: 7%;
    /* display:flex; */
    /* flex-flow:column; */
}

    .ct-demande-resa a {
        text-align: center;
        font-family: Bentham;
        font-size: 30px;
        letter-spacing: -0.5px;
        color: #d18959;
        margin: 0 auto;
        display: block;
        text-decoration: none;
        padding: 0 0 8px 0;
        max-width: 290px;
        transition: all 0.3s;
        position: relative;
    }

        .ct-demande-resa a:hover {
            opacity: 0.9;
            transition: all 0.3s;
            color: #d18959;
        }

        .ct-demande-resa a::after {
            content: '';
            display: block;
            width: 100%;
            height: 1px;
            background: #d18959;
            margin: 4% auto 0 auto;
            position: absolute;
            /* padding-top: 2%; */
            transform-origin: bottom left;
            transform: scaleX(1);
            transition: transform 0.3s ease-in-out;
        }

        .ct-demande-resa a:hover::after {
            transform: scaleX(0);
            transform-origin: bottom right;
            opacity: 0.9;
        }


            .resa-a {
            }

.ne-support-pas
{
    font-size: 20px!important;
}



/*menu*/
.burger-bar-icon::before, .burger-bar-icon::after {
    display: none;
}

.navigation {
    height: 100vh;
    width: 70px;
    top: 0;
    background: #000;
    position: fixed;
    z-index: 8;
    /* overflow: hidden; */
}

.burger {
    height: 70px;
    width: 70px;
    position: absolute;
    z-index: 9;
    top: 0;
    background: #d18959;
}

.burger-bar-icon {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer !important;
    position: absolute !important;
    height: 100%;
    z-index: 99999999999999;
    width: 100%;
    top: 25px;
    left: 30%;
    height: 40px;
    width: 30px;
    overflow: hidden;
    padding-left: 0 !important;
}

    .burger-bar-icon span {
        transition: all 0.3s;
        box-sizing: border-box;
        display: inline-block;
        height: 1px;
        width: 100%;
        background-color: #fff;
        margin-bottom: 3px;
    }

.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
    width: 100%;
}

.diagonal.part-1 {
    position: relative;
    box-sizing: border-box;
    float: left;
    margin-bottom: 3px;
}

.diagonal.part-2 {
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 4px;
}

input[type=checkbox]:checked ~ .burger-bar-icon > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}

input[type=checkbox]:checked ~ .burger-bar-icon > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}

input[type=checkbox]:checked ~ .burger-bar-icon > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -12px;
}

#sidebarMenu {
    height: 100%;
    z-index: 7;
    position: fixed;
    left: 0;
    width: 450px;
    top: 0;
    /* margin-top: 60px; */
    transform: translateX(-380px);
    transition: transform 250ms ease-in-out;
    background: rgba(209, 137, 89, 0.8);
    font-family: Bentham;
}

.sidebarMenuInner {
    margin: 0;
    padding: 70px 0 0 65px;
}

    .sidebarMenuInner li {
        list-style: none;
        color: #fff;
        padding: 0 0 20px 0;
        cursor: pointer;
        box-sizing: border-box;
        letter-spacing: 0.5px;
    }

        .sidebarMenuInner li span {
            display: block;
            font-size: 14px;
            color: rgba(255, 255, 255, 0.50);
        }

        .sidebarMenuInner li a {
            color: #fff;
            cursor: pointer;
            text-decoration: none;
            font-size: 25px;
        }

            .sidebarMenuInner li a:hover {
                border-bottom: 1px solid white;
                padding-bottom: 8px;
            }

            #sidebarMenu.open {
                transform: translateX(0);
                margin-left: 70px;
            }
/*input[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(0);
}*/

/*#sidebarMenu, .sidebarMenu ul {
    display: none;
}*/
/*fin menu*/

.lightpick {
    position: absolute;
    z-index: 99999;
    /* padding: 4px; */
    width: 100%;
    height: 450px;
    /* border-radius: 4px; */
    /* background-color: #FFF; */
    /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25); */
    color: #000;
    font-family: system-ui, Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.125em;
}

.lightpick--inlined {
    position: relative;
    display: inline-block;
}

.lightpick,
.lightpick *,
.lightpick::after,
.lightpick::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* height: 100%; */
}

    .lightpick.is-hidden {
        display: none;
    }

.lightpick__months {
    display: -ms-grid;
    display: grid;
    /* background-color: #EEE; */
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    grid-gap: 1px;
    padding: 0 5% 0 5%;
}

.lightpick--2-columns .lightpick__months {
    -ms-grid-columns: auto 1px auto;
    grid-template-columns: auto auto;
}

.lightpick--3-columns .lightpick__months {
    -ms-grid-columns: auto 1px auto 1px auto;
    grid-template-columns: auto auto auto;
}

.lightpick--4-columns .lightpick__months {
    -ms-grid-columns: auto 1px auto 1px auto 1px auto;
    grid-template-columns: auto auto auto auto;
}

.lightpick--5-columns .lightpick__months {
    -ms-grid-columns: auto 1px auto 1px auto 1px auto 1px auto;
    grid-template-columns: auto auto auto auto auto;
}

.lightpick__month {
    padding: 4px;
    width: auto;
    background-color: #FFF;
}

.lightpick__month-title-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.lightpick__month-title {
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 4px;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    cursor: default;
    padding: 0 4px;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #1e2020 !important;
}

    .lightpick__month-title > .lightpick__select {
        border: none;
        background-color: transparent;
        outline: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
    }

        .lightpick__month-title > .lightpick__select:disabled {
            color: #333;
        }

    .lightpick__month-title > .lightpick__select-months {
        /* font-weight: bold; */
        /* font-size: 1em; */
        /* margin-right: .5em; */
    }

.lightpick__select-months {
    text-transform: capitalize;
}

.lightpick__toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: right;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    width: 100%;
    top: 50%;
    /* height: 45px; */
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9999;
}

.lightpick__select-years {
    margin-left: 1%;
}

.lightpick__previous-action,
.lightpick__next-action,
.lightpick__close-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* margin-left: 6px; */
    width: 40px;
    height: 40px;
    outline: none;
    border: none;
    /* left: 10px; */
    /* border-radius: 50%; */
    background-color: #d18959;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    z-index: 9999;
    cursor: pointer;
    top: 200px;
    /* transform: translateY(-50%); */
}

.lightpick__previous-action {
    left: 0;
    background-image: url(/images/fleche-gauche.png);
    background-repeat: no-repeat;
    background-size: initial;
    background-position: center;
}

.lightpick__next-action {
    background-image: url(/images/fleche-droite.png);
    background-repeat: no-repeat;
    background-size: initial;
    background-position: center;
    right: 0;
}

.lightpick__close-action {
    font-size: 18px;
}

    .lightpick__previous-action:active,
    .lightpick__next-action:active,
    .lightpick__close-action:active {
        color: inherit;
    }

.lightpick__days-of-the-week {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[7];
    grid-template-columns: repeat(7, 1fr);
    border-bottom: 1px solid #e1e1e2;
    margin-bottom: 2%;
    color: #7c86a4;
}

.lightpick__day-of-the-week {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 11px;
    font-weight: bold;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 14%;
}

.lightpick__days {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[7];
    grid-template-columns: repeat(7, 1fr);
}

.lightpick__day {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    /* width: 40px; */
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 13px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default;
    margin-bottom: 2px;
    color: #ababac;
}

    .lightpick__day.is-today {
        /* background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='rgba(220, 50, 47, .5)' cx='16' cy='16' r='16'/%3E%3C/svg%3E"); */
        /* background-size: 18.8% auto; */
        background-position: center bottom;
        border: 2px solid #ababac !important;
        /* color: #DC322F; */
    }

    .lightpick__day:not(.is-disabled):hover {
        /* background-size: contain; */
        /* background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23E0E0E0' cx='16' cy='16' r='16'/%3E%3C/svg%3E"); */
    }

    .lightpick__day.is-disabled {
        color: #ababac !important;
        pointer-events: none;
        background: #e5e5e5 !important;
    }

    .lightpick__day.disabled-tooltip {
        pointer-events: auto;
    }

    .lightpick__day.is-disabled.is-forward-selected {
        opacity: 1;
    }

        .lightpick__day.is-disabled.is-forward-selected:not(.is-start-date) {
            background-color: rgba(38, 139, 210, 0.1);
            background-image: none;
        }

    .lightpick__day.is-previous-month,
    .lightpick__day.is-next-month {
        /* opacity: 0.38; */
    }

    .lightpick__day.lightpick__day.is-in-range:not(.is-disabled) {
        opacity: 1;
    }

    .lightpick__day.is-in-range {
        border-radius: 0;
        background-color: rgba(209, 137, 89, 0.2);
        background-image: none;
    }

        .lightpick__day.is-in-range:hover {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='rgba(38, 139, 210, 0.5)' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
        }

    .lightpick__day.is-start-date.is-in-range,
    .lightpick__day.is-end-date.is-in-range.is-flipped {
        border-top-left-radius: 50%;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 50%;
        background-color: #d18959;
        background-image: none;
    }

        .lightpick__day.is-end-date.is-in-range,
        .lightpick__day.is-start-date.is-in-range.is-flipped {
            border-top-left-radius: 0;
            border-top-right-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 0;
            background-color: #d18959;
            background-image: none;
        }

    .lightpick__day.is-start-date.is-end-date {
        background-color: #d18959;
        /* background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23268BD2' cx='16' cy='16' r='16'/%3E%3C/svg%3E"); */
    }

    .lightpick__day.is-start-date,
    .lightpick__day.is-end-date,
    .lightpick__day.is-start-date:hover,
    .lightpick__day.is-end-date:hover {
        /* background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23268BD2' cx='16' cy='16' r='16'/%3E%3C/svg%3E"); */
        background-size: auto;
        background-position: center;
        color: #FFF;
        font-weight: bold;
    }

.lightpick__tooltip {
    position: absolute;
    margin-top: -4px;
    padding: 4px 8px;
    border-radius: 4px;
    background-color: #FFF;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    white-space: nowrap;
    font-size: 11px;
    pointer-events: none;
}

    .lightpick__tooltip::before {
        position: absolute;
        bottom: -5px;
        left: calc(50% - 5px);
        border-top: 5px solid rgba(0, 0, 0, 0.12);
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        content: "";
    }

    .lightpick__tooltip::after {
        position: absolute;
        bottom: -4px;
        left: calc(50% - 4px);
        border-top: 4px solid #FFF;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        content: "";
    }

.lightpick__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.lightpick__reset-action,
.lightpick__apply-action {
    border-radius: 5px;
    font-size: 12px;
    border: none;
}

.lightpick__reset-action {
    color: #fff;
    background-color: #aeacad;
}

.lightpick__apply-action {
    color: #fff;
    background-color: #d18959;
}


/*-------------- GENERAL --------------*/
/*-------------------------------------*/
body {
    margin: 0px;
    font-family: 'Open Sans', Tahoma, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000;
    background: #FFF;
    overflow-x: hidden;
}
/*---------- Elements Cutebox --------*/
.ceBackground, .ceBackgroundBasPage, .ceBackgroundCrosslink {
    background: #fff;
}

/*---------- Fond du site (fond campagne) --------*/
.divFondGeneral {
    max-width: 1920px;
    margin: 0 auto;
    min-height: 875px;
    height: auto;
    -js-display: flex;
    display: flex;
    flex-flow: row;
}

/*-------------- HEADER ---------------*/
/*-------------------------------------*/

/*----------- Bandeau haut / Fond header ----------*/
.header {
    width: 70px;
    height:100vh;
    position: relative;
    z-index:9;
    background: #000;
}

/*----------- Zone logo ----------*/
#divLogo {
    width: 232px;
    height: 81px;
    display: none;
}

/*----------- Menu  ----------*/
/*    nav-layout.css : styles    /    nav-core.css : ul et marge    */
#divMenu {
    font-size: 12px;
    background: #fff;
    clear: both;
}


/*----------- outilsHeader ----------*/
#outilsHeader {
    float: right;
    text-align: right;
}

/*----------- Barre de langue ----------*/
#divLangues {
    text-align: center;
    /* padding-bottom: 47px; */
    text-transform: uppercase;
    position: absolute;
    z-index: 999;
    height: 65px;
    display:flex;
    bottom: 0;
    width: 100%;
    align-items: center;
    border-top:1px solid;
    /* top: 0; */
}
.langueCt{
    width:100%
}
.langueCt a{
  color:#ffffff61 !important;  
}
a.langueActive {
	background:#000;
	color:#fff !important;
}

.langueNonActive {

}

.langueCt a {
    text-decoration: none;
    padding: 5px;
    /* border: 1px solid #eee; */
}

    .langueCt a:hover {
        text-decoration: none;
        border: 1px solid #ccc;
        background: #222;
        color: #fff;
    }
/*----------- Login ----------*/
.panDeconnexion {
    margin-bottom: 10px;
}

/*----------- Zone Recherche Haut ----------*/
.divRecherche {
    width: 250px;
    height: 29px;
    text-align: right;
    margin: 10px 0 20px 0;
}

    .divRecherche input[type="text"] {
        width: 150px;
        margin-right: 0px;
        font-size: 11px;
        min-width: 50px;
        -moz-border-radius: 7px !important;
        -webkit-border-radius: 7px !important;
        border-radius: 7px !important;
        -webkit-border-top-right-radius: 0 !important;
        border-top-right-radius: 0 !important;
        -webkit-border-bottom-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

        .divRecherche input[type="text"].watermarkRecherche {
            color: #aaa;
        }

.btnRecherche {
    margin: 0 !important;
    padding: 5px 10px !important;
    background: #333;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    color: #fff;
    text-decoration: none;
}

    .btnRecherche:hover {
        background: #666;
        color: #fff;
        text-decoration: none;
    }
/*----------- Panier ----------*/
#panPanierMini {
    margin-bottom: 5px;
}

    #panPanierMini span:before {
        font-size: 13px;
    }

#lblQte {
    width: 10px;
    height: 10px;
    line-height: 10px;
    text-align: center;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #000;
    color: #fff;
    font-size: 9px;
    padding: 3px;
    display: inline-block;
}



/*-------------- FOOTER ---------------*/
/*-------------------------------------*/

/*---------- Footer --------*/
footer {
    width: 100%;
    text-align: center;
    font-size: 11px;
    color: #000;
    border-top: 1px solid #eaeaea;
    height: 90px;
    box-sizing: border-box;
}
    /*---------- Liens Footer ------------*/
    footer a {
        color: #777;
        text-decoration: none;
        margin: 0 5px;
    }

        footer a:hover {
            color: #010101;
            text-decoration: underline;
        }


.logoFooter {
    background: url(/images/LogoHomeNoir.png) 0 0 no-repeat;
    width: 90px;
    height: 90px;
    padding: 15px;
    border-right: 1px solid #eaeaea;
    box-sizing: border-box;
    background-size: 70%;
    background-position: center;
    float: left;
}

.telFooter {
    display: block;
    height: 90px;
    vertical-align: middle;
    float: left;
    line-height: 90px;
    font-size: 16px;
    font-weight: bold;
    padding-right: 30px;
    border-right: 1px solid #eaeaea;
}

    .telFooter:before {
        content: url(/images/phone.svg);
        width: 40px;
        height: 60px;
        display: inline-block;
        margin-top: 10px;
        float: left;
        margin-left: 20px;
        margin-right: 5px;
        vertical-align: middle;
    }

footer address {
    display: block;
    height: 90px;
    vertical-align: middle;
    float: left;
    line-height: 18px;
    font-size: 15px;
    font-weight: 600;
    padding-right: 30px;
    border-right: 1px solid #eaeaea;
    text-align: left;
    min-width: 340px;
    padding-top: 17px;
    box-sizing: border-box;
}

    footer address:before {
        content: url(/images/pin.svg);
        width: 40px;
        height: auto;
        display: inline-block;
        margin-top: 8px;
        float: left;
        margin-left: 20px;
        margin-right: 10px;
        vertical-align: middle;
    }

.contactFooter {
    display: block;
    height: 90px;
    vertical-align: middle;
    float: left;
    line-height: 90px;
    font-size: 16px;
    font-weight: 600;
    padding-right: 30px;
    border-right: 1px solid #eaeaea;
    color: #000 !important;
    text-decoration: underline;
    margin: 0;
}

    .contactFooter:before {
        content: url(/images/letter.svg);
        width: 40px;
        height: 50px;
        display: block;
        margin-top: 15px;
        float: left;
        margin-left: 20px;
        margin-right: 10px;
        vertical-align: middle;
    }

.instaFooter {
    display: block;
    height: 90px;
    vertical-align: middle;
    float: left;
    line-height: 90px;
    font-size: 16px;
    font-weight: 600;
    padding-right: 10px;
    border-right: 1px solid #eaeaea;
    color: #000 !important;
    text-decoration: underline;
    margin: 0;
}

    .instaFooter:before {
        content: url(/images/insta.svg);
        width: 30px;
        height: 50px;
        display: block;
        margin-top: 10px;
        float: left;
        margin-left: 20px;
        margin-right: 10px;
        vertical-align: middle;
    }

footer p {
    display: block;
    float: right;
    line-height: 88px;
    margin: 0 15px 0 0;
}

.lienBoondooa {
    display: block;
    float: right;
    height: 90px;
    width: 90px;
    background: url(/images/logoBoondooa.jpg) 0 0 no-repeat;
    border-left: 1px solid #eaeaea;
    opacity: 0.5;
    margin-right: 0;
}
/*---------- Crosslink --------*/
#crosslink {
    width: 100%;
    text-align: center;
    font-size: 10px;
    padding: 20px 0;
    color: #000;
    background: #ccc;
    display: none;
}

    /*---------- Liens Crosslink ------------*/
    #crosslink a {
        color: #999;
        text-decoration: none;
    }

        #crosslink a:hover {
            color: #010101;
            text-decoration: underline;
        }

address {
    font-style: normal;
}

.sepFooter {
    padding-bottom: 40px;
}

/*------------- HOMEPAGE --------------*/
/*-------------------------------------*/

/*---------- Homepage Actus --------*/
#panHomeActus {
    margin: 20px 0;
    width: 300px;
    height: 300px !important;
}

    #panHomeActus .fotorama__stage, #panHomeActus .fotorama__wrap { /*pour parametrer la hauteur du slider*/
        width: 300px !important;
        height: 300px !important;
    }

.classActu {
    position: relative;
    margin: 0px 0 10px 0;
}

.classActuTitre {
    margin-bottom: 10px;
}

.classActuImage {
    width: 300px;
    height: 150px;
    overflow: hidden;
}

.classActuDate {
    font-size: 10px;
    color: #000;
    font-style: italic;
    margin: 5px 0;
}

.classActuTexte {
    height: 65px;
    line-height: 13px;
    overflow: hidden;
    text-align: justify;
    font-size: 12px;
}

.classActuSavoir {
    text-align: right;
    font-size: 10px;
    margin: 5px 0;
}

.destination {
    background: url(/images/imgFondStation.jpg) 0 0 no-repeat;
    /*height: 810px;*/
    position: relative;
    padding-top: 12%;
    padding-bottom: 18%;
    font-family: 'Bentham';
    color: #FFF;
    background-size: cover;
    box-sizing: border-box;
    margin-top: 7%;
}

    .destination h2 {
        text-align: center;
        color: #FFF;
        font-size: 70px;
        font-weight: normal;
        line-height: 60px!important;
        margin-bottom: 15px!important;
    }

        .destination h2 span
        {
            font-size: 50px;
            display: block;
        }

    .destination p {
        text-align: center;
        font-size: 32px;
        margin-bottom: 35px!important;
        line-height: 35px;
    }

        .destination p span {
            vertical-align: text-bottom;
            line-height: 45px;
            display: inline-block;
            margin: 0 5px;
        }

    .destination a {
        text-align: center;
        background: #000;
        color: #FFF;
        padding: 10px;
        display: block;
        margin: 0 auto;
        width: 300px;
        font-size: 25px;
        text-decoration: none;
        -moz-transition: all 200ms linear 0s;
        -o-transition: all 200ms linear 0s;
        -webkit-transition: all 200ms linear 0s;
        transition: all 200ms linear 0s;
        box-sizing: border-box;
    }

        .destination a:hover {
            background: #FFF;
            -moz-transition: all 200ms linear 0s;
            -o-transition: all 200ms linear 0s;
            -webkit-transition: all 200ms linear 0s;
            transition: all 200ms linear 0s;
        }

            #blocMap {
                position: relative;
            }

#map
{
    width: 100%;
    height:700px;
    background: #ccc;
    opacity: 0.9;
}

.carteH3
{
    font-size: 25px;
    text-align: center;
}

    .carteH3:before {
        display: block;
        content: url(/images/logoHomeNoir.png);
        text-align: center;
        margin-top: 20px;
    }

    #coordonneesHome {
        background: #d18959;
        width: 490px;
        height: 600px;
        position: absolute;
        top: -70px;
        left: 15%;
        z-index: 100;
        padding: 90px 80px;
        box-sizing: border-box;
        text-align: center;
    }

    #coordonneesHome p {
        text-align: center;
        font-size: 16px;
        line-height: 22px;
        margin-top: 10px;
        margin-bottom: 0;
    }

        #coordonneesHome p strong {
            margin-top: 10px;
            display: inline-block;
        }

    #coordonneesHome ul {
        font-size: 14px;
        margin-top: 40px;
        padding-left: 45px;
    }

        #coordonneesHome ul li
        {
            margin-bottom: 5px;
        }

        .logo-home-bloc-coordonnees h2 {
            color: #000;
            font-family: 'Bentham';
            font-size: 36px;
            font-weight: normal;
        }

.logo-home-bloc-coordonnees::before {
    display: block;
    content: url(/images/logoHomeNoir.png);
    text-align: center;
}

#coordonneesHome .btnResa {
    color: #FFF;
    max-width: none;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #fff;
    margin-top: 50px;
}

.ccb352 {
    margin-top: 80px;
}

.ccb352 .contenuFull h3 {
    text-align: center;
    font-size: 25px;
}

.ccb352 .contenuFull p {
    margin-bottom: 15px !important;
}

/*---------- Homepage Bloc Articles Blog --------*/
#panHomeBlogArticles {
    margin: 20px 0;
    width: 300px;
    height: 200px !important;
}

    #panHomeBlogArticles .fotorama__stage { /*pour parametrer la hauteur du slider*/
        width: 300px;
        height: 200px !important;
    }

.classBlogArticle {
    display: inline-block;
    width: 300px;
    position: relative;
    margin: 0px 0 10px 0;
}

    .classBlogArticle:nth-child(2n+1) {
        margin-right: 40px;
    }

.classBlogArticleTitre {
    margin-bottom: 10px;
}

.classBlogArticleImage {
    width: 300px;
    height: 150px;
    overflow: hidden;
}

.classBlogArticleSavoir {
    text-align: right;
    font-size: 10px;
    margin: 5px 0;
}


/*-------------- CONTENU --------------*/
/*-------------------------------------*/


/*---------- Fil d'ariane --------*/
#divCheminNav {
    height: 30px;
    line-height: 30px;
    font-size: 10px;
    clear: both;
    color: #555;
    margin: 15px auto;
}


/*------ ELEMENTS MISE EN PAGE --------*/
/*-------------------------------------*/

/*---------- Elements Généraux --------*/

p {
    text-align: justify;
    line-height: 17px;
    margin-top: 0;
    margin-bottom: 20px;
}

.contenuFull p {
    max-width: 750px;
    text-align: center;
    margin: 0 auto 120px auto;
}

img {
    border: 0px;
}

ul {
    margin: 0px 0 20px 20px;
    list-style: none;
    text-align: justify;
}

li {
    list-style-type: disc;
}



ul li ul {
    margin: 0px 0 10px 0;
    list-style: none;
    text-align: justify;
}

    ul li ul li {
        margin-left: 20px;
        list-style-type: circle;
    }

.ulOrder li {
    list-style-type: decimal;
}

/*---------- Slider --------*/

.fotorama__nav--dots .fotorama__nav__frame {
    background: #d18959;
}

.fotorama__stage__shaft {
    position: absolute;
    z-index: 100;
}

.fotorama__arr
{
    z-index: 1000;
    bottom: 4%!important;
    top: auto!important;
}

.fotorama__arr--prev, .fotorama__arr--next {
    background: #d18959;
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    z-index: 100;
}

.fotorama__arr--prev {
    right: 35px !important;
    left: unset !important;
    background-image: url(/images/fleche-gauche.png);
    background-repeat: no-repeat;
    background-size: initial;
    background-position: center;
}

.fotorama__arr--next {
    right: -10px !important;
    background-image: url(/images/fleche-droite.png);
    background-repeat: no-repeat;
    background-size: initial;
    background-position: center;
    
}

.fotorama__caption {
    text-align: center;
    bottom: 40%!important;
    color: #FFF!important;
    font-family: Bentham;
}

#bandeauSliderHome .fotorama__caption {
    bottom: auto!important;
}

    .fotorama__caption__wrap {
        background: none !important;
    }


.ccb391, .ccb392, .ccb393 {
    margin-top: 50px;
}

.fotorama__fade-front {
    position: relative;
}

#fotoramaPc392 .fotorama__caption {
    background: rgba(255, 255, 255, 0.8);
    color: #000 !important;
    font-family: 'Open Sans';
    position: absolute;
    bottom: 0 !important;
    font-size: 12px;
}

/*---------- Titres --------*/
h1 {
    font-size: 45px;
    color: #000;
    font-family: Bentham;
    margin: 0 0 15px 0;
    padding: 0 0 0 0px;
    min-height: 25px;
}

.fotorama__caption h1 {
    font-weight: normal;
    color: #FFF;
}

    .fotorama__caption h1 span {
        background: rgba(255, 255, 255, 0.9);
        font-size: 24px;
        color: #000;
        display: block;
        padding: 0 15px;
    }

    h2 {
        color: #000;
        font-family: 'Bentham';
        font-size: 45px;
        font-weight: normal;
        padding: 0px 0 0 0px;
        margin: 0 0 15px 0;
        letter-spacing: -1px;
        line-height: 35px;
    }

h3 {
    color: #000;
    font-size: 40px;
    padding: 0 0 0 0px;
    margin: 0px 0 20px 0px;
    /*text-decoration: underline;*/
    font-weight: normal;
    font-family: 'Bentham';
}


.contenuFull h2 {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 15px auto;
    line-height: 42px;
}

/*---------- Liens standards ------------*/
a {
    color: #000;
    text-decoration: underline;
}

    a:hover {
        color: #000;
        text-decoration: none;
    }

.enteteFormResa
{
    margin-top: 50px;
    margin-bottom: 70px;
}

    .enteteFormResa h1
    {
        text-align: center;
    }

    .enteteFormResa .dateFormResa {
        font-size: 20px;
        font-family: 'Open Sans';
    }

#btnValider
{
    margin-bottom: 100px;
}

.btnResa {
    text-align: center;
    font-family: Bentham;
    font-size: 30px;
    letter-spacing: -0.5px;
    color: #d18959;
    margin: 0 auto;
    display: block;
    text-decoration: none;
    padding: 0 0 8px 0;
    max-width: 270px;
}

.btnResa2 {
    text-align: center;
    font-family: Bentham;
    font-size: 30px;
    letter-spacing: -0.5px;
    color: #d18959;
    margin: 0 auto;
    display: block;
    text-decoration: none;
    padding: 0 0 8px 0;
    max-width: 320px;
}

.btnResa3 {
    text-align: center;
    font-family: Bentham;
    font-size: 30px;
    letter-spacing: -0.5px;
    color: #000;
    margin: 0 auto;
    display: block;
    text-decoration: none;
    padding: 0 0 8px 0;
    max-width: 190px;
}

.btnResa:hover, .btnResa2:hover {
    color: #d18959;
}

.btnResa3:hover {
    color: #000;
}

.btnResa:after, .btnResa2:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #d18959;
    margin: 3% auto 0 auto;
    /* padding-top: 2%; */
    transform-origin: bottom left;
    transform: scaleX(1);
    transition: transform 0.3s ease-in-out;
}

.btnResa3:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    margin: 3% auto 0 auto;
    /* padding-top: 2%; */
    transform-origin: bottom left;
    transform: scaleX(1);
    transition: transform 0.3s ease-in-out;
}

.btnResa:hover:after, .btnResa2:hover:after, .btnResa3:hover:after {
    transform: scaleX(0);
    transform-origin: bottom right;
    opacity: 0.9;
}

        .btnTarifsDispo {
            position: fixed;
            display: block;
            min-width: 305px;
            color: #FFF;
            font-family: Bentham;
            font-size: 25px;
            background: #d18959;
            top: 0;
            right: 0;
            line-height: 70px;
            text-decoration: none;
            font-weight: normal;
            text-align: center;
            letter-spacing: 0.3px;
            -moz-transition: all 200ms linear 0s;
            -o-transition: all 200ms linear 0s;
            -webkit-transition: all 200ms linear 0s;
            transition: all 200ms linear 0s;
        }

    .btnTarifsDispo:hover {
        background: #000;
        -moz-transition: all 200ms linear 0s;
        -o-transition: all 200ms linear 0s;
        -webkit-transition: all 200ms linear 0s;
        transition: all 200ms linear 0s;
        color: #FFF;
    }

    .btnTarifsDispo:before {
        content: url(/images/calendar.svg);
        width: 36px;
        display: inline-block;
        color: #FFF;
        margin: 0 8px 0 0;
        vertical-align: middle;
        height: 56px;
    }

            .btnTarifsDispo:after {
                content: 'Chalet ou appartement à la carte';
                display: block;
                background: #FFF;
                color: #d18959;
                text-transform: uppercase;
                font-size: 13px;
                /*font-weight: bold;*/
                letter-spacing: 1.5px;
                width: 100%;
                padding: 0 25px;
                line-height: 30px;
                font-family: 'Open Sans';
            }

        /*---------- Textes --------*/
        .important {
            color: #000;
            font-weight: bold;
        }

.mark {
    color: #1ec5fc;
    background-color: #f4f8fb;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 3px 6px;
}

.citation {
    font-size: 11px;
    font-style: italic;
    color: #999;
    font-weight: lighter;
}


.notes {
    font-size: 13px;
    font-style: italic;
    background-color: rgba(150,150, 150, 0.1);
    color: #999;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid rgba(150, 150, 150, 0.3);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .notes:before {
        font-size: 13px;
        font-style: italic;
        font-weight: lighter;
        content: "\e91f";
        font-family: boonIco2;
        margin-right: 10px;
    }


.alertSuccess {
    background-color: rgba(95, 190, 170, 0.2);
    color: #5fbeaa;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid rgba(95, 190, 170, 0.3);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .alertSuccess:before {
        font-family: boonIco2;
        margin-right: 10px;
        content: "\f00c";
        font-size: 16px;
    }

.alertError {
    background-color: rgba(240, 80, 80, 0.1);
    color: #f05050;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid rgba(240, 80, 80, 0.3);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .alertError:before {
        font-family: boonIco2;
        margin-right: 10px;
        content: "\f00d";
        font-size: 16px;
    }

.info {
    background-color: rgba(52, 211, 235, 0.15);
    color: #34d3eb;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid rgba(52, 211, 235, 0.3);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .info:before {
        font-family: boonIco2;
        margin-right: 10px;
        content: "\e9a0";
        font-size: 16px;
    }

.encadre {
    background-color: rgba(150,150, 150, 0.2);
    color: #999;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid rgba(150, 150, 150, 0.3);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px 0;
    font-size: 16px;
    border-left: 5px solid #eee;
}

.blockquote-reverse {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0;
}

.lettrine {
    display: block;
}

    .lettrine:first-letter {
        font-size: 60px;
        padding: 5px 0 0 0;
        margin-right: 8px;
        float: left;
    }

.correction {
    background: rgba(240, 80, 80, 0.1);
    color: #f05050;
}

.colonne2 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
    -moz-column-gap: 18px;
    -webkit-column-gap: 18px;
    -o-column-gap: 18px;
    column-gap: 18px;
}

.colonne4 {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    -o-column-count: 4;
    column-count: 4;
    -moz-column-gap: 18px;
    -webkit-column-gap: 18px;
    -o-column-gap: 18px;
    column-gap: 18px;
}

    .colonne2 li, .colonne4 li {
        text-align: left;
    }

.colonneAll {
    -webkit-column-span: all;
    -moz-column-span: all;
    column-span: all;
}

.retourBtn {
    text-align: right;
    margin: 5px 0;
}

.flottant {
    float: right;
    margin: 0 0 15px 30px;
}

.ctImgCentrerMilieu {
    overflow: hidden;
    position: relative;
}

    .ctImgCentrerMilieu img {
        position: absolute;
        top: -9999px;
        bottom: -9999px;
        left: -9999px;
        right: -9999px;
        margin: auto;
    }

.titreSection {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background: #fff;
    padding: 30px;
    display: block;
    margin-bottom: 20px;
}

.titreSectionFlex {
    justify-content: space-between;
    display: flex;
}


.titreSectionHalf {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background: #fff;
    padding: 30px;
    display: inline-block;
    margin-bottom: 20px;
    width: 42.5%;
    vertical-align: top;
}

.titreSectionQuart {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background: #fff;
    padding: 30px;
    display: inline-block;
    margin-bottom: 20px;
    width: 17%;
    vertical-align: top;
}

    .titreSection > b, .titreSectionHalf > b, .titreSectionQuart > b {
        color: #000;
        font-size: 20px;
        border-bottom: 1px solid #ddd;
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }

        .titreSection > b span, .titreSectionHalf > b span, .titreSectionQuart > b span {
            font-size: 14px;
            margin-left: 10px;
            font-family: Georgia;
            font-weight: normal;
            font-style: italic;
            float: right;
        }


/*---------- Retraits --------*/
.encart1 {
    margin-left: 20px;
}

.encart2 {
    margin-left: 40px;
}

.encart3 {
    margin-left: 60px;
}

/*---------- Boutons --------*/
.btn {
    text-decoration: none;
    text-align: left;
    color: #000;
    display: inline-block;
    -moz-transition: all 200ms linear 0s;
    -o-transition: all 200ms linear 0s;
    -webkit-transition: all 200ms linear 0s;
    transition: all 200ms linear 0s;
    font-family: Bentham !important;
    font-size: 25px;
     margin-top: 35px;
}

    .btn:after {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background: #000;
        margin: 3% auto 0 auto;
        /* padding-top: 2%; */
        transform-origin: bottom left;
        transform: scaleX(1);
        transition: transform 0.3s ease-in-out;
    }

    .btn:hover:after {
        transform: scaleX(0);
        transform-origin: bottom right;
        opacity: 0.9;
    }

        .btn:before {
            font-family: 'boonIco2';
        }

    .btn:hover {
        background: none;
        color: #565656;
        -moz-transition: all 200ms linear 0s;
        -o-transition: all 200ms linear 0s;
        -webkit-transition: all 200ms linear 0s;
        transition: all 200ms linear 0s;
        cursor: pointer;
    }

ul li a.btn {
    margin-top: 10px!important;
}

    .btn-round {
        -moz-border-radius: 18px;
        -webkit-border-radius: 18px;
        border-radius: 18px;
        padding: 7px 18px;
    }

.btn-outline {
    background: none;
    color: #565656;
}

    .btn-outline:hover {
        background: #565656;
        color: #fff;
    }

.btn-ico:before {
    padding-right: 10px;
    font-size: 16px;
    vertical-align: middle;
}

.btn-xs {
    font-size: 10px;
    padding: 4px 6px;
}

.btn-xl {
    font-size: 16px;
    padding: 10px 18px;
}

.img-circle {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.img-thumb {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

/*---------- Liens Fil Ariane + Noeud sans lien hors noeud en cours ------------*/

#divCheminNav
{
    display: none;
}

#divCheminNav a, #divCheminNav span {
    color: #aaa;
    text-decoration: none;
}

    #divCheminNav a:hover {
        color: #333;
        text-decoration: underline;
    }


/*-------------- ACTUS ----------------*/
/*-------------------------------------*/

/*---------- Page Actus - Listing --------*/
#listingActus {
    margin-bottom: 30px;
    font-size: 0;
}

#ctl00_cphPanMilieu_grdActus tr {
    display: inline-block;
    margin: 0 9px;
}

.listeLigneActu {
    font-size: 12px;
    position: relative;
    display: inline-block;
    height: 315px;
    margin-bottom: 20px;
    background: #fff;
}

.listeActusConteneurImage {
    width: 275px;
    height: 155px;
    overflow: hidden;
    margin: 10px auto;
}

    .listeActusConteneurImage img {
        width: 100%;
    }

.listeActusConteneurTextes {
    width: 275px;
    margin: 10px auto;
}

.listeActusTitre {
    font-size: 12px;
    margin: 0;
}

.listeActusDate {
    font-style: italic;
    color: #888;
    margin: 6px 0px;
}

.listeActusDescription {
    line-height: 15px;
    height: 60px;
    text-align: justify;
    overflow: hidden;
}

.listeActusLien {
    margin-top: 5px;
    text-align: right;
}

/*---------- Page Actu Détail ---------*/
#divGalerieActu {
    clear: both;
    margin: 30px 0;
}

#divFichiersActu {
    clear: both;
    margin: 30px 0;
}

    #divFichiersActu li {
        margin: 0 0 7px 0;
    }

.actuDetailGalerie {
    margin-right: 15px;
    margin-bottom: 15px;
}

.detailActuDesc {
}

.detailActuDate {
    color: #000;
    margin-bottom: 20px;
}


/*------------ EVENTS --------------*/
/*---------------------------------*/

/*---------- Homepage Conteneur --------*/
#panHomeEvents {
    margin: 20px 0;
}

/*---------- Homepage Bloc Event --------*/
.classEvent {
    display: inline-block;
    width: 300px;
    position: relative;
    margin: 0px 0 10px 0;
}

    .classEvent:nth-child(2n+1) {
        margin-right: 40px;
    }

.classEventTitre {
    margin-bottom: 10px;
}

.classEventImage {
    width: 300px;
    height: 150px;
    overflow: hidden;
}

.classEventDate {
    font-size: 10px;
    color: #000;
    font-style: italic;
    margin: 5px 0;
}

.classEventTexte {
    height: 65px;
    line-height: 13px;
    overflow: hidden;
    text-align: justify;
    font-size: 12px;
}

.classEventSavoir {
    text-align: right;
    font-size: 10px;
    margin: 5px 0;
}

/*---------- Page Events - Listing --------*/
#listingEvents {
    margin-bottom: 30px;
    font-size: 0;
}

#ctl00_cphPanMilieu_grdEvents tr {
    display: inline-block;
    margin: 0 9px;
}

.listeLigneEvent {
    font-size: 12px;
    position: relative;
    display: inline-block;
    height: 315px;
    margin-bottom: 20px;
    background: #fff;
}



.listeEventsConteneurImage {
    width: 275px;
    height: 155px;
    overflow: hidden;
    margin: 10px auto;
}

    .listeEventsConteneurImage img {
        width: 100%;
    }

.listeEventsConteneurTextes {
    width: 275px;
    margin: 10px auto;
}

.listeEventsTitre {
    font-size: 12px;
    margin: 0;
}

.listeEventsDate {
    font-style: italic;
    color: #888;
    margin: 6px 0px;
}

.listeEventsDescription {
    line-height: 15px;
    height: 60px;
    text-align: justify;
    overflow: hidden;
}

.listeEventsLien {
    margin-top: 5px;
    text-align: right;
}

/*---------- Page Event Détail ---------*/
#divGalerieEvent {
    clear: both;
    margin: 30px 0;
}

#divFichiersEvent {
    clear: both;
    margin: 30px 0;
}

    #divFichiersEvent li {
        margin: 0 0 7px 0;
    }

.eventDetailGalerie {
    margin-right: 15px;
    margin-bottom: 15px;
}

.detailEventDesc {
}

.detailEventDate {
    color: #000;
    margin-bottom: 20px;
}


/*------------ PAGINATION (Control Skin) ----------------*/
/*------------------------------------------------------*/
.paginationListing {
    margin: 30px auto;
    text-align: center;
}

    .paginationListing span /*td table tr td span*/ {
        padding: 10px 16px;
        font-size: 16px;
        background: #555;
        color: #fff;
        margin: 0 1px;
        margin: 0 !important;
        border: 1px solid #ddd;
    }

    .paginationListing a {
        padding: 10px 16px;
        font-size: 16px;
        color: #555;
        background-color: #fff;
        text-decoration: none;
        margin: 0 1px !important;
        border: 1px solid #ddd;
    }

        .paginationListing a:hover {
            color: #fff;
            background: #1ec5fc;
            text-decoration: none;
        }

    .paginationListing *:first-child {
        -webkit-border-bottom-left-radius: 5px;
        border-bottom-left-radius: 5px;
        -webkit-border-top-left-radius: 5px;
        border-top-left-radius: 5px;
    }

    .paginationListing *:last-child {
        -webkit-border-bottom-right-radius: 5px;
        border-bottom-right-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        border-top-right-radius: 5px;
    }

/*----------------- REVUE DE PRESSE --------------------*/
/*------------------------------------------------------*/

.listeLignePresse {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.listePressesConteneurImage {
    width: 275px;
    height: 155px;
    overflow: hidden;
    float: left;
}

    .listePressesConteneurImage img {
        width: 100%;
    }

.listePressesConteneurTextes {
    float: left;
    width: 635px;
    height: auto;
    margin-left: 30px;
}

.listePressesTitre {
    font-size: 12px;
    margin: 0;
}

.listePressesConteneurDate {
    color: #555;
    font-size: 11px;
    margin: 10px 0;
}

.listePressesConteneurDescription {
    line-height: 15px;
    height: auto;
    text-align: justify;
}

.listePressesConteneurLien {
    margin-top: 5px;
    text-align: right;
}




/*----------- GALERIE PHOTOS -------------*/
/*----------------------------------------*/


/*---------- LISTING ALBUM PHOTO --------*/

.listingAlbums {
    font-size: 0;
    margin-bottom: 50px;
}

.divBlocAlbum {
    font-size: 12px;
    display: inline-block;
    position: relative;
    margin-bottom: 50px;
    height: 350px;
}

.divPhotoAlbum {
    width: 300px;
    height: 300px;
    display: inline-block;
}

.divTitreAlbum {
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 10px;
}

    .divTitreAlbum a:link, .divTitreAlbum a:visited, .divTitreAlbum a:active {
        color: #000;
    }

    .divTitreAlbum a:hover {
        text-decoration: none;
        color: #000;
    }


/*---------- DETAIL ALBUM PHOTO --------*/

#galeriePhoto {
    margin: 30px 50px 50px 50px;
}

.contenuDescriptionAlbum {
    margin-bottom: 30px;
    text-align: justify;
}


.conteneurPhoto {
    float: left;
    width: 65px;
    height: 65px;
    margin: 5px;
    overflow: hidden;
}


.conteneurPhotoIsotop {
    display: block;
    height: auto;
    overflow: hidden;
    margin-bottom: 5px;
}


    .conteneurPhotoIsotop img {
        margin-left: 5px;
        margin-right: 5px;
        width: 100%;
    }


.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        -ms-transition-property: -ms-transform, opacity;
        -o-transition-property: top, left, opacity;
        transition-property: transform, opacity;
    }






/*------------- GALERIE VIDEOS ------------*/
/*-----------------------------------------*/

/*---------- LISTING GALERIE VIDEOS --------*/
#conteneurVideo {
    margin-bottom: 50px;
    width: 100%;
}

.vignetteVideo {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    margin-bottom: 30px;
}

    .vignetteVideo img {
        width: 100%;
    }

    .vignetteVideo .vignetteVideoImg {
        display: block;
        height: 170px;
    }

.divTitreVideo {
    display: block;
    text-align: center;
    margin-top: 10px;
    vertical-align: top;
}


    .divTitreVideo a:link, .divTitreVideo a:visited .divTitreVideo a:active {
        color: #000;
    }

    .divTitreVideo a:hover {
        text-decoration: none;
        color: #000;
    }

/*---------- DETAIL VIDEO --------*/

#divVideo {
    width: 100%;
    position: relative;
    height: 0;
    padding-top: 30px;
    padding-bottom: 50%;
    overflow: hidden;
}

    #divVideo iframe {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

.detailVideoDate {
    margin-top: 15px;
    font-style: italic;
}

.detailVideoDescription {
    margin-top: 5px;
}

/*-------------- LIVRE D'OR --------------*/
/*----------------------------------------*/

.temoignageTitre {
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 3px;
    border-bottom: solid 1px #eee;
    color: #000;
    background: url(/images/puce1.png) no-repeat 0 6px;
    padding-left: 10px;
}

.temoignageBlocUser {
    margin-top: 3px;
    font-size: 11px;
}

.temoignageDe {
    float: left;
}

.temoignageUser {
    color: #000;
}

.temoignageDate {
    float: right;
    text-align: right;
    color: #000;
    font-style: italic;
    font-size: 10px;
}

.temoignageDescription {
    clear: both;
    padding: 10px 0;
    margin-bottom: 0;
    display: block;
}

.temoignageSep {
    width: 100%;
    height: 1px;
    margin: 30px auto;
    border-bottom: 1px solid #ccc;
}

.lienTemoignages {
    color: #999;
    text-decoration: underline;
}

    .lienTemoignages:hover {
        color: #000;
        text-decoration: underline;
    }



/*------------- BLOC INSCRIPTION NEWSLETTER ------------*/
/*------------------------------------------------------*/

/*Zone de texte/titre du bloc*/
#divDescNewsletter {
}
    /*Bouton valider*/
    #divDescNewsletter input[type="image"] {
        margin: 0 0 0 3px;
    }
    /*Zone de texte*/
    #divDescNewsletter input[type="text"] {
        width: 100px;
    }


/*-------------- RECHERCHE (Bloc + Page) ----------------*/
/*------------------------------------------------------*/

.rechercheMot {
    font-weight: bold;
}

.rechercheResultat {
    text-align: right;
}

.rechercheTypeMedia {
    padding: 3px;
}

.ligneRecherche {
}

.listeResultatTitre {
    margin-top: 20px;
}

.listeResultatConteneurDescription {
    height: auto;
    overflow: hidden;
    text-align: justify;
}

.listeResultatConteneurDescriptionNoOverflow {
}

.listeResultatConteneurLien {
    text-align: right;
    padding: 5px 0 0 0;
}

.importantRecherche {
    color: #000;
    background: #ffea00;
    padding: 0 2px;
    font-weight: bold;
}


/*------------ CONTACT -------------*/
/*----------------------------------*/


.formulaire {
    width: 100%;
    margin-top: 20px;
}

    .formulaire-row {
        margin-bottom: 25px;
        position: relative;
    }

    .formulaire input[type="text"],
    .formulaire input[type="tel"],
    .formulaire input[type="email"],
    .formulaire textarea {
        background-color: rgba(255, 255, 255, 0.00);
        width: 100%;
        height: 30px;
        padding: 0px;
        border-radius: 0px;
        border: 0px;
        border-bottom: 2px solid rgba(33, 33, 33, 0.25);
        box-sizing: border-box;
        font-size: 15px;
        color: #5c5c5c;
    }

        .formulaire textarea {
            height: 100px;
            resize: vertical;
            margin-bottom: 0px;
            padding: 5px 0px;
        }

        /*-- Ci dessous, le style du label qui est par dessus
            le champs.
            
            Si vous voulez enlever la petite animation 
            des labels, faites comme il y a marqué dans les commentaires de l'UC Contact,
            et enlevez la position absolute de la règle ci dessous.
        */

        .formulaire label {
            position: absolute;
            left: 0;
            top: 5px;
            font-size: 15px;
            font-family: Arial;
            color: #5c5c5c;
            opacity: 0.8;
            cursor: text;
            transition: 0.3s all ease-out;
        }

        /*-- Style des champs quand on est en train décrire dessus
        */

        .formulaire input[type="text"]:focus,
        .formulaire input[type="email"]:focus,
        .formulaire input[type="tel"]:focus,
        .formulaire textarea:focus {
            border-bottom: 2px solid #222;
        }

            /*-- Style du label quand on a cliqué dessus et quand
                on a du texte dans les champs
        */

            .formulaire input[type="text"]:focus ~ label,
            .formulaire input[type="text"].fill ~ label,
            .formulaire input[type="email"]:focus ~ label,
            .formulaire input[type="email"].fill ~ label,
            .formulaire input[type="tel"]:focus ~ label,
            .formulaire input[type="tel"].fill ~ label,
            .formulaire textarea:focus ~ label,
            .formulaire textarea.fill ~ label{
                top: -18px;
                font-size: 13px;
                opacity: 0.5;
            }

    /*-- Style des champs avec erreurs
        */

    .errorControl {
        /*background-color: #FBE3E4 !important;*/
        border: 0px !important;
        border-bottom: 2px solid #cc5246 !important;
    }

    .formulaire-RGPD {
        margin: 10px 0px 40px 0px;
    }

         .ctInfosFormulairesRgpd,
         .formulaire-RGPD label {
             font-family: Arial;
             line-height: 20px;
             font-size: 13px;
        }

            .ctInfosFormulairesRgpd {
                padding-left: 25px;
                margin-top: 5px;
            }

            .ctInfosFormulairesRgpd a {
                color: #000;
            }






/*----------- FORM GENERIQUES -----------*/
/*--------------------------------------*/

.form {
    line-height: 25px;
    margin-bottom: 30px;
}

    .form tr td {
        padding-bottom: 5px;
    }

        .form tr td:first-child {
            padding-right: 0px;
        }

    .form input[type="text"] {
        width: 200px;
        height: 25px;
        border: 0;
    }

    .form input[type="password"] {
        width: 200px;
        height: 25px;
        border: 0;
    }

    .form textarea {
        width: 200px;
        height: 80px;
        border: 0;
    }


.btnFormCt {
    text-align: right;
}

/*----------- INSCRIPTION -----------*/
/*-----------------------------------*/

.formInscription {
}

    .formInscription input[type="text"] {
        width: 220px;
    }

    .formInscription input[type="password"] {
        width: 220px;
    }

    .formInscription tr td {
    }

        .formInscription tr td:first-child {
            width: 95px;
            padding-top: 5px;
        }

.inscriptionPage .ctInscription {
    border: none;
    margin-bottom: 50px;
    padding: 0px;
}


.ctInscription .connexionColDroite {
    display: inline-block;
    width: auto;
}

.ctInscription h3 {
    margin-bottom: 20px;
}

.ctInscription .form {
    margin-bottom: 0px;
}

/*----------- BOOTCHA -----------*/
/*-------------------------------*/

#containerBootcha {
    margin-top: 20px;
}

#bootchaCode {
    float: left;
}

    #bootchaCode img {
        width: initial;
        width: 30px; /*Taille des caractères BOOTCHA*/
    }

#bootchaSaisie {
    float: left;
    clear: both;
}

    #bootchaSaisie input[type="text"] {
        width: 100px;
        margin-left: 10px;
    }

.txtBootcha {
    min-width: 0;
}

/*--------- BOUTIQUE -----------*/
/*------------------------------*/
#lkPanier {
    position: relative;
    color: #333;
    text-decoration: none;
}

    #lkPanier:hover {
        text-decoration: none;
        color: #000;
    }


/*-- FAMILLES ---*/
.btqBlocFamille {
    margin-bottom: 30px;
    vertical-align: top;
    width: 220px;
    display: inline-block;
    padding: 0 10px;
    font-size: 12px;
    position: relative;
}

.btqBlocPhotoFamille {
    width: 220px;
    height: 220px;
}

.btqBlocTitreFamille {
    margin: 8px 0 4px 0;
}

.btqBlocDescFamille {
    line-height: 14px;
    height: 56px;
    overflow: hidden;
}
/*-- PRODUITS ---*/
.btqListingProd {
    font-size: 0px;
}

.btqBlocProduit {
    font-size: 12px;
    margin-bottom: 30px;
    vertical-align: top;
    width: 220px;
    display: inline-block;
    padding: 0 10px;
}

.btqBlocPhotoProduit {
    width: 220px;
    height: 220px;
}

.btqBlocTitreProduit {
    margin: 8px 0 4px 0;
}

.btqBlocDescProduit {
    line-height: 14px;
    height: 56px;
    overflow: hidden;
    margin-bottom: 20px;
}

.btqBlocPrixProduit {
    text-align: right;
}

.btq-prix {
    background: #565656;
    color: #fff;
    padding: 5px 8px;
    text-transform: uppercase;
}

.btq-barre {
    background: #fafafa;
    color: #aaa;
    padding: 5px 8px;
    text-decoration: line-through;
}


/*-- PRODUIT DETAIL ---*/
.btq-detailDescription {
    text-align: justify;
}

.btq-detailCtPhotos {
    float: left;
    margin-right: 40px;
    width: 400px;
}

.btq-detailPhotoPrincipale {
    width: 400px;
    height: 400px;
}

.btq-detailCtMiniatures {
    margin-top: 25px;
}

.btq-detailGalerieMini {
    width: 100px;
    height: 100px;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.btq-detailCtPrix {
    display: block;
    margin: 30px 0;
    text-align: right;
}

#txtQte {
    min-width: 0px;
    width: 50px;
}

.btq-detailCtAcheter {
    display: block;
    margin: 30px 0;
}

    .btq-detailCtAcheter span {
        margin: 0 10px 0 0;
    }

.btnAcheterCt {
    text-align: right;
}

.btnAcheter {
    display: inline-block !important;
}

.btq-detailRef {
    font-style: italic;
    display: block;
    margin: -5px 0 10px 0;
    text-align: right;
}

.cpt-tabCompteCommandes .btn {
    padding-top: 2px;
    padding-bottom: 3px;
}

.cpt-tabCompteCommandes tr th {
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    padding: 10px 5px;
}

.cpt-tabCompteCommandes tr td {
    vertical-align: middle;
    padding: 5px;
}

.cpt-ctRecapCommande {
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.commandeUserPanel {
    margin: 0 5px;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    vertical-align: top;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 20px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

    .commandeUserPanel:first-child {
        margin-left: 0;
    }

    .commandeUserPanel:last-child {
        margin-right: 0;
    }

    .commandeUserPanel .btn {
        margin-top: 20px;
        margin-left: 0;
    }

.detailCommandeTotal {
    display: inline-block;
    float: right;
    text-align: right;
}

    .detailCommandeTotal div {
        clear: both;
        font-weight: bold;
        margin: 5px 0;
        padding: 5px 10px;
    }

        .detailCommandeTotal div:nth-child(1) {
            background: #ccc;
            margin: 0;
        }

        .detailCommandeTotal div:nth-child(2) {
            background: #565656;
            color: #fff;
            margin: 0;
        }

        .detailCommandeTotal div span:last-child {
            display: inline-block;
            text-align: right;
            width: 70px;
        }

.cpt-ctCommande .cpt-tabCompteCommandes {
    border-bottom: 1px solid #ccc;
}

    .cpt-ctCommande .cpt-tabCompteCommandes tr td:last-child {
        padding-bottom: 15px;
    }

.td-libelle {
    font-weight: bold;
}
/*---------- Panier --------*/
.btq-tabPanier .icon-minus2:before, .btq-tabPanier .icon-plus2:before, .btq-tabPanier .icon-cancel2:before {
    display: inline-block;
    font-size: 24px;
    padding-top: 5px;
    margin: 5px 3px;
}

.btq-tabPanier .icon-minus2:hover:before {
    content: "\e909";
}

.btq-tabPanier .icon-plus2:hover:before {
    content: "\e907";
}

.btq-tabPanier .icon-cancel2:hover:before {
    content: "\e905";
}

.btq-tabPanier .icon-minus2, .btq-tabPanier .icon-plus2, .btq-tabPanier .icon-cancel2 {
    text-decoration: none;
}

.btq-tabPanier * {
    vertical-align: top;
}

.panierTxtQte {
    min-width: 0 !important;
    width: 30px;
    margin-top: -5px;
}

.btq-tabPanierSsTotal .btq-prix {
    background: none;
    color: #000;
}

.btq-tabPanier {
    width: 100%;
    margin: 0 auto 30px auto;
}

    .btq-tabPanier tr {
        border-bottom: 1px solid #ddd;
        background: #fff;
    }

        .btq-tabPanier tr:last-child {
            border-bottom: none;
        }

        .btq-tabPanier tr td {
            vertical-align: middle;
            height: 70px;
            padding: 20px 0;
        }

    .btq-tabPanier .btq-tabPanierPhoto {
        padding-left: 20px;
        width: 80px;
    }

    .btq-tabPanier .btq-tabPanierDesignation {
    }

    .btq-tabPanier .btq-tabPanierQte {
        width: 120px;
    }

    .btq-tabPanier .btq-tabPanierSsTotal {
        width: 150px;
        text-align: right;
        padding: 0 30px 0 0;
        vertical-align: middle;
    }

    .btq-tabPanier .btq-tabPanierSupprimer {
        width: 55px;
        padding-right: 20px;
    }

    .btq-tabPanier td input[type="text"] {
        text-align: center;
        background: none;
        font-size: 20px;
    }

.btq-tabPanierSupprimer {
    text-align: right;
}


.btq-tabPanier .btq-barre {
    display: inline-block;
    background: none;
    margin: 0 10px 0 0;
    padding: 2px 0 0 0;
    vertical-align: middle;
}

.btq-tabPanier .btq-prix {
    display: inline-block;
    background: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    vertical-align: middle;
}

#panPanier .btn {
    margin-left: 0;
}

.btq-CtPanierVide {
    margin: 30px auto 100px auto;
    padding: 25px;
    font-size: 18px;
    text-align: center;
    width: 400px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid #ccc;
}



.panierCtTotal {
    width: 100%;
    margin: 0 auto 30px auto;
    text-align: right;
    font-size: 18px;
    color: #000;
}

.btq-panierCtValiderPanier {
    width: 100%;
    margin: 30px auto;
    text-align: right;
}

    .btq-panierCtValiderPanier .btn {
        margin: 0;
    }




/*---------- Recap --------*/
.btq-recap .btq-tabPanier {
    margin-top: 0;
}

.btq-RecapCtPanier .btq-tabPanier tr td {
    padding-top: 10px;
    padding-bottom: 10px;
}

.btq-recap h2 {
    display: inline-block;
    font-weight: normal;
}

.btq-RecapCtModifierAdr {
    display: inline-block;
    margin-left: 10px;
}

.btq-RecapCtLivraison {
    margin-bottom: 40px;
    display: flex;
}

.btq-RecapCtAdrLivraison {
    background: #fff;
    padding: 20px;
    width: 40%;
    display: inline-block;
    margin-right: 20px;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.btq-RecapCtAdrFacturation {
    background: #fff;
    padding: 20px;
    width: 40%;
    display: inline-block;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.titreRecap {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
}

    .titreRecap span:before {
        font-size: 14px;
        color: #bbb;
        margin-right: 8px;
    }

#litAdresseLivraison, #litAdresseFacturation {
    display: block;
    margin-left: 22px;
}

#litAdresseFacturation {
    margin-top: 10px;
}

.recapAdressChk {
    margin-left: 22px;
}

.btq-recap input[type="checkbox"]:not(:checked) + label,
.btq-recap input[type="checkbox"]:checked + label {
    padding-left: 22px;
}

.recap-nom,
.recap-adresse,
.recap-ville,
.recap-ville,
.recap-cp,
.recap-pays {
    display: block;
}


.btq-RecapCtPaiement {
    margin-bottom: 50px;
}

.btq-RecapCtPaiementPrix {
    background: #fff;
    padding: 20px;
    margin: 10px 0;
}

.btq-RecapTotalLignePanier,
.btq-RecapTotalLignePort,
.btq-RecapTotal {
    display: flex;
}

    .btq-RecapTotalLignePanier span:first-child,
    .btq-RecapTotalLignePort span:first-child,
    .btq-RecapTotal span:first-child {
        display: inline-block;
        -ms-flex: 1;
        -webkit-flex: 1;
        flex: 1;
    }

.btq-RecapTotalLignePanier {
    font-size: 16px;
    margin-bottom: 10px;
}

.btq-RecapTotalLignePort {
    font-size: 16px;
    margin-bottom: 20px;
}

.btq-RecapTotal {
    border-top: 1px solid #ccc;
    padding-top: 20px;
    font-size: 20px;
    margin-bottom: 10px;
    color: #000;
    text-transform: uppercase;
}

.btq-RecapCtPaiementCgv {
    background: #fff;
    padding: 20px;
    margin: 20px 0 10px 0;
}

.btq-RecapCtPaiementCt {
    margin-bottom: 50px;
    display: flex;
    margin: 10px 0;
}

.btq-RecapCtPaiementCB,
.btq-RecapCtPaiementCheque {
    background: #fff;
    padding: 20px;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    margin: 10px 10px;
}

.btq-RecapCtPaiementCB {
    margin-left: 0px;
    margin-right: 0px;
}

.btq-RecapCtPaiementCheque {
    margin-right: 0px;
    margin-left: 20px;
}


.recap-listeCb {
    margin: 20px 0 20px 22px;
}

    .recap-listeCb input {
        margin: 0 5px;
        padding: 3px;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        border: 1px solid #ddd !important;
    }

        .recap-listeCb input:hover {
            border: 1px solid #777 !important;
        }

        .recap-listeCb input:first-child {
            margin-left: -3px;
        }

.recap-txtCB {
    margin-left: 22px;
    margin-bottom: 10px;
}

.recap-txtCheque {
    margin-left: 22px;
}

    .recap-txtCheque input {
        margin-top: 22px;
        margin-bottom: 20px;
    }


        .recap-txtCheque input:first-child {
            margin-left: 0;
        }

/*------------- REFERENCES ------------*/
/*-------------------------------------*/
/*---------- LISTING REFERENCES (mode liste) --------*/
.listeLigneReferences {
    position: relative;
    width: 100%;
    min-height: 120px;
    margin-bottom: 10px;
}

.listeReferencesConteneurImage {
    width: 160px;
    height: 160px;
    overflow: hidden;
    float: left;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.listeReferencesConteneurTextes {
    float: left;
    width: 815px;
    height: auto;
    margin-left: 15px;
}

.listeReferenceTitre {
    font-size: 12px;
    margin: 0;
}

.listeReferencesConteneurDescription {
    line-height: 15px;
    height: auto;
    text-align: justify;
}

.listeReferencesConteneurLien {
    margin-top: 5px;
    text-align: right;
}

.referencesSepOmbre {
    width: 100%;
    height: 15px;
    background: url(/images/ombreNews.png) center no-repeat;
}

/*---------- LISTING REFERENCES (mode vignettes) --------*/
.blocsReferences {
    width: 275px;
    height: 250px;
    float: left;
    margin: 15px;
    margin-bottom: 30px;
    overflow: hidden;
}

.blocsReferencesConteneurImage {
    height: 155px;
    width: 100%;
}

    .blocsReferencesConteneurImage img {
        width: 100%;
    }

.blocsReferencesConteneurTextes {
    width: 100%;
}

.blocsReferencesTitre {
    color: #000;
    font-size: 15px;
    padding: 10px 0;
    margin: 0;
    text-align: center;
}

.blocsReferencesConteneurDescription {
    line-height: 15px;
    height: auto;
    text-align: justify;
}


/*---------- TABLEAUX --------*/
/*----------------------------*/
.tab {
    margin-bottom: 30px;
}

    .tab caption {
        font-weight: bold;
        padding: 10px 0;
        font-size: 14px;
    }

        .tab caption:before {
            font-family: 'boonIco2';
            content: " \f05a";
            font-style: normal;
            font-weight: normal;
            margin-right: 7px;
        }

    .tab tr {
        display: table-row;
        vertical-align: inherit;
        border-color: inherit;
    }

.tab1 {
    border: 1px solid #bbb;
}

    .tab1 tr th {
        font-weight: bold;
        padding: 10px;
        border: 1px solid #bbb;
        color: #777;
        background: #f9f9f9;
    }

    .tab1 tr td {
        padding: 10px;
        border: 1px solid #bbb;
    }


.tab2 {
}

    .tab2 tr th {
        font-weight: bold;
        padding: 10px;
        border-bottom: 1px dotted #bbb;
    }

    .tab2 tr td {
        padding: 10px;
        border-bottom: 1px dotted #bbb;
    }

    .tab2 tr:nth-child(2n+2) {
        background: #f5f5f5;
    }

/*----------------------------*/
/*------- UC CONNEXION -------*/
/*----------------------------*/

.containerConnexion {
    margin: 0 auto 30px auto;
}

    .containerConnexion h2 {
        margin-bottom: 30px;
    }


.formConnexion .inputIco {
    display: flex;
}

.connexionColGauche {
    display: inline-block;
    padding-right: 70px;
    border-right: solid 1px #c9d4da;
    margin-right: 70px;
    vertical-align: top;
}

.connexionColDroite {
    display: inline-block;
    width: 300px;
    vertical-align: top;
}

.connexionOutilsInscription {
    margin-top: 10px;
    text-align: right;
}


/*--------- UC INSCRIPTION ----------*/
/*----------------------------------*/
.ctInscription {
    border: 1px solid #ccc;
    border-top: 0;
    padding: 30px;
    margin-bottom: 50px;
}


.containerOutilsInscription {
    text-align: center;
    padding: 10px 0;
    margin: 30px auto 0px auto;
}

.containerMessageInscription {
    text-align: center;
}

.ctInscription .connexionColGauche {
    border: 0;
    padding-right: 0;
    margin-right: 100px;
}

.panMenuCt {
    display: flex;
}

#panMenu {
    display: inline-block;
}

    #panMenu a {
        display: inline-block;
        border: 1px solid #ccc;
        border-bottom: 0;
        background: #999;
        color: #fff;
        text-decoration: none;
        padding: 10px;
    }

        #panMenu a:hover {
            background: #222;
            color: #fff;
        }

    #panMenu .actif {
        background: none;
        color: #222;
    }

.panMenuSuite {
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    display: inline-block;
    border-bottom: 1px solid #ccc;
}

/*------------- Conteneur connexion ---------------*/
.connexionNom {
    padding-right: 10px;
}

    .connexionNom:hover {
        text-decoration: none;
    }

.lienDeconnexion {
    text-decoration: none;
}

    .lienDeconnexion:hover {
        color: #000;
        text-decoration: underline;
    }


/*--------- ECHANGE DE FICHIERS -------*/
/*------------------------------------*/
.fichierLigne {
    border-bottom: solid 1px #ccc;
    height: 32px;
}

.fichierLienDossier {
    display: block;
    background: url(/images/dossier.png)no-repeat;
    height: 32px;
    line-height: 32px;
    padding-left: 40px;
    text-decoration: none;
}

    .fichierLienDossier span {
        margin-left: 5px;
    }

.fichierLigne a:hover {
    background-color: #fff;
}

.fichierLienFichier {
    display: block;
    height: 32px;
    line-height: 32px;
    padding-left: 40px;
    text-decoration: none;
    background: url(/images/fichier-defaut.png)no-repeat;
}

.fichierDossierParent {
    display: block;
    margin-bottom: 10px;
}

.fichierLienFichier.pdf {
    background: url(/images/fichier-pdf.png)no-repeat;
}

.fichierLienFichier.excel {
    background: url(/images/fichier-excel.png)no-repeat;
}

.fichierLienFichier.word {
    background: url(/images/fichier-word.png)no-repeat;
}

.fichierLienFichier.pp {
    background: url(/images/fichier-powerpoint.png)no-repeat;
}

.fichierLienFichier.photo {
    background: url(/images/fichier-image.png)no-repeat;
}

.retourBtn .btn {
    margin-right: 0;
}


/*------  BANDEAU COOKIES CNIL --------*/
/*-------------------------------------*/
.cookiesBar {
    position: fixed;
    width: 100%;
    text-align: center;
    font-size: 11px;
    line-height: 15px;
    background: #000;
    color: #fff;
    z-index: 9999999999;
    padding: 10px 0;
    bottom: 0;
}

    .cookiesBar a {
        text-decoration: underline;
        color: #fff !important;
    }

        .cookiesBar a:hover {
            text-decoration: none;
        }

    .cookiesBar input[type="submit"] {
        background: #fff;
        color: #000;
        border: 0;
        padding: 3px 15px;
        cursor: pointer;
        text-transform: uppercase;
        margin-left: 5px;
    }



/*------  MODEL BOONET ------*/
/*--------------------------*/


.contentFlexXcol {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: start;
    -webkit-align-content: stretch;
    -ms-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: stretch;
}

.flexXcol {
    padding: 20px;
    margin: 0 10px 20px 10px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background: #fff;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -ms-align-content: stretch;
    -webkit-align-content: stretch;
    align-content: stretch;
    align-items: stretch;
}

.modelPage2 .flexXcol:first-child {
    margin-left: 0;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.modelPage2 .flexXcol:last-child {
    margin-right: 0;
    max-width: 300px;
}

.modelPage .flexXcol:first-child {
    margin-left: 0;
}

.modelPage .flexXcol:last-child {
    margin-right: 0;
}


.modelPage .flexXcol:nth-child(1) {
    min-width: 220px;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    margin-right: 10px;
    max-width: 180px;
}

.modelPageTab {
    display: inline-block;
}

.txtPageSupplement {
    margin: 50px auto;
}

/************** FAQ ****************/

.faqListe {
    margin: 0 0 60px 0;
}

    .faqListe a {
        cursor: pointer;
        font-size: 16px;
        margin-bottom: 5px;
        margin-top: 10px;
        padding-left: 15px;
        text-decoration: none;
    }

        .faqListe a:hover {
            text-decoration: underline;
        }

.questionFAQ {
    /*background: rgba(0, 0, 0, 0) url("/images/puce1.png") no-repeat scroll 0 8px;*/
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 10px;
    padding-left: 15px;
}

    .questionFAQ:before {
        content: '\e9c0';
        font-family: 'boonIco2';
        color: #000;
        font-size: 12px;
        padding-right: 8px;
    }

.reponseFAQ {
    background: #f3f3f3 none repeat scroll 0 0;
    padding: 3%;
}

    .reponseFAQ p {
        margin-bottom: 0;
    }

.faqListe .sepFooter {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 40px;
}

    .faqListe .sepFooter:last-child {
        border: none;
    }

.lightpick {
    z-index: 2!important;
}
.mobile {
    text-align: center;
    text-align: center;
    position: absolute;
    top: 80px;
    height: 39px;
    z-index: 1000;
    width: 70px;
}

.noMobile {
	display: inline-block;
}

.menuMobLogo img {
	width: 36px;
}

.iconSearchMob {
	display: none;
	cursor: pointer;
}

.iconCompteMob {
	display: none;
	cursor: pointer;
}

.linkLangue {
	display: none;
	cursor: pointer;
}



/*-----------------------------------------------------*/
/********----------- TABLETTES ---------------**********/
/*-----------------------------------------------------*/

@media (max-width: 960px) {

	.mobile {
		display: inline-block;
		border: none;
	}

	.noMobile {
		display: none;
	}

	#divLogo {
		display: none;
	}
	/*--------------- 960 --------------*/
    .container_12 {
        /*width: 640px;*/
        width: 85%;
    }

		.container_12 .grid_3 {
			width: 220px;
		}

		.container_12 .grid_4 {
			margin-bottom: 20px;
		}

		.container_12 .grid_6 {
			width: 300px;
		}

		.container_12 .grid_8 {
			width: 620px;
		}

		.container_12 .grid_9 {
			width: 620px;
		}

        .container_12 .grid_12 {
            /*width: 620px;*/
            width: 100%;
        }
	/*--------------- OUTILS --------------*/

	#panBandeauAdministrateurConnecte a {
		display: none;
	}


	#panPanierMini {
		position: fixed;
		right: 50px;
		top: 10px;
		z-index: 1001;
	}

	#lblQte {
		position: absolute;
		left: 10px;
		top: 8px;
		padding: 2px;
		background: #2574ab;
	}

	#lkPanier {
		color: #ddd;
	}

		#lkPanier:hover {
			color: #fff;
		}

		#lkPanier [class^="icon-"]::before, #lkPanier [class*=" icon-"]::before {
			font-size: 16px;
			margin-right: 0px;
		}

	.qtePanier {
		color: #999;
		font-size: 10px;
		display: none;
	}


	.divRecherche {
		padding: 10px 0px 8px 0px;
		width: 230px;
		height: 75px;
		height: 17px;
		overflow: hidden;
		position: fixed;
		right: 0px;
		top: 0px;
		margin: 0;
		z-index: 1000;
	}

	.iconSearchMob {
		display: inline-block;
		padding-right: 10px;
	}

		.iconSearchMob span {
			color: #fff;
		}

	.searchChamps {
		background: #444;
		margin-top: 9px;
		padding: 10px;
	}

	.divRechercheBlog .searchChamps {
		margin-top: 12px;
	}



	.panDeconnexion {
		padding: 10px 0px 8px 0px;
		width: auto;
		height: 75px;
		height: 17px;
		overflow: hidden;
		position: fixed;
		right: 70px;
		top: 0px;
		margin: 0;
		color: #fff;
		z-index: 1002;
	}

		.panDeconnexion a {
			color: #fff;
		}

	.panDeconnexionBlog {
		right: 30px;
	}

	.deconnexionMobCt {
		background: #666;
		margin-top: 9px;
		padding: 10px;
	}

		.deconnexionMobCt a {
			display: block;
			padding-right: 0px;
			padding-bottom: 5px;
		}

	.panDeconnexionBlog .deconnexionMobCt {
		margin-top: 11px;
	}

	.iconCompteMob {
		display: inline-block;
		padding-right: 10px;
	}



		.iconSearchMob span, .iconCompteMob span {
			color: #ddd;
		}

		.iconSearchMob:hover span, .iconCompteMob:hover span {
			color: #fff;
		}

	.iconSearchMob [class^="icon-"]::before,
	.iconSearchMob [class*=" icon-"]::before {
		font-size: 16px;
	}


	#divLangues {
		padding: 10px 0px 0px 0px;
		width: auto;
		height: 75px;
		height: 17px;
		overflow: hidden;
		position: fixed;
		right: 0px;
		top: -1px;
		margin: 0;
		color: #fff;
		z-index: 1003;
        display: block;
	}

		#divLangues .icon-triangle-down:before {
			font-size: 10px;
			margin-left: 5px;
		}

		#divLangues a {
			display: block;
			margin: 0px auto !important;
			padding: 6px 13px;
			color: #fff;
			text-decoration: none;
			border: 0;
		}

			#divLangues a:hover {
				background: #555;
			}

	.linkLangue {
		display: inline-block;
	}

	.langueCt {
		background: #222;
		margin-top: 6px;
		padding: 0px 0px 0px 0px;
		text-align: center;
	}

    #sidebarMenu {
        background: rgba(209, 137, 89, 0.9);
    }
    /*--------------- HOME ACTUS --------------*/
    .classActu:nth-child(2n+1) {
        margin-right: 20px;
    }

	/*--------------- HOME ARTICLES BLOG --------------*/
	.classBlogArticle:nth-child(2n+1) {
		margin-right: 20px;
	}

	/*-------- BLOCS BOONET template.css---------*/

    .contenuFullPage .contenuMixteTexteG /*Contenu mixtes Textes Gauche*/ {
        width: 100%;
        margin: 40px 0 40px 0!important;
        min-height: auto;
    }

    .contenuFullPage .contenuMixteTexteD /*Contenu mixtes Textes Droite*/ {
        width: 100%;
        margin-right: 0px;
        margin-top: 50px;
    }

	.contenuFullPage .contenuTexte2ColG /*Contenu Texte 2 colonnes : colonne Gauche*/ {
		width: 300px;
	}

	.contenuFullPage .contenuTexte2ColD /*Contenu Texte 2 colonnes : colonne Droite*/ {
		width: 300px;
	}


	/*** 2 COLONNES ***/
	.blocGauche {
		width: 620px;
		float: none;
		margin: 0 auto;
	}

	.contenuDroite {
		width: 620px;
		float: none;
		margin: 0 auto;
	}

	.blocDroite {
		width: 620px;
		float: none;
		margin: 0 auto;
	}

	.contenuGauche {
		width: 620px;
		float: none;
		margin: 0 auto;
	}

		.contenuDroite .contenuMixteImageG, .contenuGauche .contenuMixteImageG {
			width: 300px;
		}

		.contenuDroite .contenuMixteImageD, .contenuGauche .contenuMixteImageD {
			width: 300px;
		}

		.contenuDroite .contenuMixteTexteG, .contenuGauche .contenuMixteTexteG {
			width: 300px;
		}

		.contenuDroite .contenuMixteTexteD, .contenuGauche .contenuMixteTexteD {
			width: 300px;
		}

		.contenuDroite .contenuTexte2ColG, .contenuGauche .contenuTexte2ColG {
			width: 300px;
			margin-bottom: 20px;
		}

		.contenuGauche .contenuTexte2ColD, .contenuDroite .contenuTexte2ColD {
			width: 300px;
		}


	/*** 3 COLONNES ***/
	.troisCol .blocGauche {
		width: 620px;
		margin-right: 0px;
		clear: both;
	}

	.troisCol .blocDroite {
		width: 620px;
	}

	.troisCol .contenuCentre {
		width: 620px;
	}

		.troisCol .contenuCentre img {
			width: 100%;
		}


	.contenuCentre .contenuMixteImageG {
		width: 230px;
	}

	.contenuCentre .contenuMixteImageD {
		width: 230px;
	}

	.contenuCentre .contenuMixteTexteG {
		width: 360px;
	}

	.contenuCentre .contenuMixteTexteD {
		width: 360px;
	}

	.contenuCentre .contenuTexte2ColG {
		width: 290px;
	}

	.contenuCentre .contenuTexte2ColD {
		width: 290px;
	}


	.blocGauche .bloc.blocRecherche, .blocGauche .bloc.blocNewsletter {
		padding: 3px 0;
	}

	.blocGauche #smMenu {
		float: none;
		margin: 0 auto 20px auto;
		border-bottom: 1px solid #aaa;
		padding-bottom: 10px;
	}

	.blocGauche .bloc {
		width: 290px;
		float: left;
	}

		.blocGauche .bloc:nth-child(2n+1) {
			margin-right: 40px;
		}

	.blocDroite .bloc.blocRecherche, .blocDroite .bloc.blocNewsletter {
		padding: 3px 0;
	}

	.blocDroite .bloc {
		width: 290px;
		float: left;
	}

		.blocDroite .bloc:nth-child(2n+1) {
			margin-right: 40px;
		}


    /*--------------- HOME --------------*/

    .logo-home {
        transform: scale(0.7);
    }

    .contenuFull h2 {
        width: 100%;
        line-height: 32px;
    }

    .description h2 {
        font-size: 35px;
    }

    .contenuFull h2 br
    {
        display: none;
    }

    .contenuFull p {
        width: 100%;
        margin: 0 auto 50px auto;
    }

    section.description {
        margin: 0 0 40px 0;
    }

    .ct-appart-home-chalet .lienChaletHome {
        height: 430px;
    }

    .ct-appart-home-chalet {
        margin-bottom: 4%;
        height: auto!important;
    }

    .ct-appart-home {
        display: list-item;
        width: 100%;
        height: auto;
    }

        .ct-appart-home a, .ct-appart-home-chalet a {
            width: 84%;
            height: 430px;
            margin: auto;
        }

            .ct-appart-home a:first-child {
                margin: 0 auto 4% auto;
            }

            .ct-appart-home a:last-child {
                margin: 4% auto 0 auto;
            }

    .services {
        padding: 5% 4% 3% 4%;
    }

    .btnResa {
        font-size: 25px;
        max-width: 220px;
    }

    .services span {
        font-size: 12px;
        padding: 0px 7px;
        transform: scale(0.9);
    }

    #coordonneesHome {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        padding: 35px 15px;
    }

        #coordonneesHome ul {
            padding-left: 27%;
        }

        #coordonneesHome .btnResa {
            margin-top: 25px;
            letter-spacing: 0;
            max-width: 270px;
        }
        /*--------------- TITRES --------------*/
        h2 {
            font-size: 35px;
        }


    /*--------------- PAGES --------------*/

    .fotorama__wrap, .fotorama__stage, .fotorama__img {
        width: 100%!important;
    }

    .fotorama__stage
    {
        height:500px!important;
    }

    .fotorama__img {
        left: 0 !important;
        top: -20% !important;
        height: auto!important;
    }

    .contenuFullPage .contenuMixteImageD, .contenuFullPage .contenuMixteImageG {
        width: 100%;
    }

    .fotorama__arr--prev, .fotorama__arr--next
    {
        display: none!important;
    }

    .contenuFullPage .contenuMixteImageG .fotorama
    {
        margin-top: 0;
    }

    #bandeauSlider
    {
        margin-bottom: 0;
    }

        #bandeauSlider:after
        {
            display: none;
        }

    #bandeauSliderHome #bandeauSlider .fotorama__img {
        min-height: 320px !important;
        width: 100% !important;
        margin-left: 0!important;
    }

    #bandeauSliderHome .fotorama__caption {
        height: 80%;
    }

    #bandeauSlider .fotorama__img {
        height: 280px !important;
        width: auto !important;
    }

            #bandeauSlider .fotorama__stage {
                height: 275px !important;
            }

    .lightpick--2-columns .lightpick__months {
        grid-template-columns: unset;
    }

    footer {
        height: 60px;
    }

    .logoFooter {
        display: none;
    }

    .telFooter {
        height: 60px;
        line-height: 60px;
        font-size: 12px;
        padding-right: 10px;
    }

        .telFooter:before {
            margin-left: 0px;
            height: 40px;
            width: 32px;
        }

        footer address {
            min-width: 270px;
            padding-top: 7px;
            line-height: 16px;
            font-size: 12px;
            height: 60px;
        }

            footer address:before {
                margin-top: 5px;
                margin-left: 2px;
                width: 32px;
            }

    .contactFooter {
        height: 60px;
        line-height: 62px;
        font-size: 12px;
        padding-right: 15px;
    }

        .contactFooter:before {
            margin-left: 5px;
            width: 32px;
            height: 40px;
        }

    .instaFooter {
        height: 60px;
        line-height: 62px;
        font-size: 12px;
        padding-right: 5px;
        padding-left: 5px;
        border-right: none;
    }

        .instaFooter:before {
            margin-left: 5px;
            width: 22px;
            height: 40px;
        }

    footer p {
        width: 100%;
        background: #e5e5e5;
        line-height: 30px;
        text-align: center;
        margin: 0;
    }

    .lienBoondooa {
        display: none;
        height: 60px;
        width: 60px;
        background-size: contain;
    }

    .btnTarifsDispo {
        width: 100%;
        line-height: 20px;
        font-size: 20px;
        height: 35px;
    }

        .btnTarifsDispo:before {
            height: 35px;
            width: 28px;
        }

        .btnTarifsDispo:after {
            display: none;
        }

        .btn {
            margin-top: 15px;
            margin-bottom: 25px;
        }

    .ccb376 .contenuMixteTexteG, .ccb374 .contenuMixteTexteG {
        padding: 0px 60px 0 0;
    }

    .planning
    {
        margin-top: 30px;
    }

    .ccb391 .fotorama__img, .ccb392 .fotorama__img, .ccb393 .fotorama__img {
        height: auto !important;
        top: 0% !important;
    }

    .ccb391 .fotorama__stage, .ccb392 .fotorama__stage, .ccb393 .fotorama__stage {
        height: 280px!important;
    }


    .prix-haute-saison, .prix-moyenne-saison {
        font-size: 16px;
    }

    .lightpick__months {
        padding: 0 5% 0 5% !important;
    }

    .lightpick__previous-action {
        right: 45px;
        left: unset;
    }

    .lightpick__previous-action, .lightpick__next-action, .lightpick__close-action {
        top: 370px;
    }

    .contenuFullPage .contenuMixteImageG .photoColonne, .contenuFullPage .contenuMixteImageG .fotorama {
        margin-top: 0 !important;
    }
    /*--------------- REVUE DE PRESSE --------------*/
    .listePressesConteneurImage {
        width: 300px;
    }

	.listePressesConteneurTextes {
		width: 300px;
		margin-left: 20px;
	}


	/*--------------- PAGE LISTING ACTUS --------------*/

	#ctl00_cphPanMilieu_grdActus tr {
		margin: 0px 7px;
	}


	/*--------------- BLOG --------------*/

	.blogColonneContenu {
		width: 620px!important;
	}

	.blogColonneBlocs {
		float: right;
		width: 620px!important;
	}

		.blogColonneBlocs .bloc {
			width: 290px;
			float: left;
		}

			.blogColonneBlocs .bloc:nth-child(2n+1) {
				margin-right: 40px;
			}


	/*--------------- BOUTIQUE --------------*/

	/*---Produit famille----*/
	.btqBlocPhotoFamille {
		height: 190px;
		width: 190px;
	}

	.btqBlocFamille {
		width: 190px;
	}

	.btqListingProd {
		text-align: left;
	}

	.btqBlocProduit {
		margin-bottom: 50px;
		display: inline-block;
	}

	/*---Produit détail----*/
	.btq-detailCtPhotos {
		float: none;
		display: block;
		margin-right: 0px;
		width: 100%;
		clear: both;
		margin-bottom: 30px;
	}

	.btq-detailPhotoPrincipale {
		height: 400px;
		width: 400px;
		float: left;
		display: inline-block;
	}

	.btq-detailCtMiniatures {
		margin-top: 0;
		margin-left: 15px;
		float: right;
		width: 200px;
		display: inline-block;
	}


	/*---Panier----*/
	.btq-tabPanier {
		width: 100%;
	}

	.panierCtTotal {
		width: 100%;
		text-align: center;
	}

	.btq-panierCtValiderPanier {
		width: 100%;
		text-align: center;
	}






	/*--------------- CONNEXION --------------*/

	.btnFormCt {
		text-align: center;
		margin-top: 20px;
	}


	.connexionColGauche {
		padding-right: 40px;
		border-right: solid 1px #c9d4da;
		margin-right: 40px;
	}

	.connexionColDroite {
		display: inline-block;
		width: 220px;
	}


	.formInscription tr td {
		display: block;
	}

		.formInscription tr td:first-child {
			width: auto;
		}

		.formInscription tr td span {
			display: block;
		}

	.ctInscription .connexionColGauche {
		margin-right: 65px;
	}

	.ctInscription .form input[type="text"] {
		margin-bottom: 0;
	}

	/*--------------- MODEL BOONET --------------*/
	.modelPage .flexXcol {
		margin-left: 0;
		margin-right: 0;
	}

		.modelPage .flexXcol:nth-child(1) {
			-webkit-order: 0;
			-ms-flex-order: 0;
			order: 0;
			margin-right: 10px;
			max-width: none;
		}

		.modelPage .flexXcol:nth-child(2) {
			-webkit-order: 2;
			-ms-flex-order: 2;
			order: 2;
			-webkit-flex: 2 1 auto;
			-ms-flex: 2 1 auto;
			flex: 2 1 auto;
		}

		.modelPage .flexXcol:nth-child(3) {
			-webkit-order: 1;
			-ms-flex-order: 1;
			order: 1;
			margin-left: 10px;
		}

	.modelPage2 .flexXcol {
		margin-left: 0;
		margin-right: 0;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

		.modelPage2 .flexXcol:last-child {
			margin-left: 20px;
			margin-right: 0;
			-webkit-flex: 1;
			-ms-flex: 1;
			flex: 1;
		}
}

@media screen and (min-width: 961px) and (max-width: 1150px)
{

    .contenuFullPage .contenuMixteTexteG {
        width: 350px;
        padding: 40px 40px;
    }

    .contenuFullPage .contenuMixteImageD {
        width: 440px;
    }

    .contenuFullPage .contenuMixteImageG {
        width: 420px;
    }

    .contenuFullPage .contenuMixteTexteD {
        margin-right: 50px;
        margin-top: 40px;
    }

    .container_12 {
        width: 910px;
    }

        .container_12 .grid_12 {
            width: 860px;
        }

    .ccb374 .contenuMixteTexteG, .ccb376 .contenuMixteTexteG {
        margin-top: 0px !important;
    }

    .contenuFull p {
        margin: 0px auto 60px auto;
    }

    .lightpick__month {
        width: 360px;
    }

    .contenuFullPage .contenuMixteImageG .fotorama, .contenuFullPage .contenuMixteImageG .photoColonne {
        margin-top: -100px;
    }

    .services span {
        padding: 0 12px;
    }

    .btnTarifsDispo {
        line-height: 45px;
        font-size: 22px;
        min-width: 280px;
    }

        .btnTarifsDispo:before {
            height: 42px;
        }

        .btnTarifsDispo:after {
            font-size: 10px;
            letter-spacing: 1px;
            padding: 0 20px;
            line-height: 25px;
        }

}


@media screen and (min-width: 961px) and (max-width: 1300px) {
    footer p {
        width: 100%;
        background: #e5e5e5;
        line-height: 30px;
        text-align: center;
        margin: 0;
    }

    .instaFooter
    {
        padding-right: 0;
        border-right: none;
    }

    footer address {
        padding-right: 0;
        min-width: 310px;
    }

        .contactFooter:before, footer address:before, .telFooter:before {
            margin-left: 10px;
        }
}


/*--------------------------------------------------*/
/********---------- SMARTPHONES -----------**********/
/*--------------------------------------------------*/

@media (max-width: 640px) {

    #divLogo {
        display: none;
    }

    h1 {
        font-size: 30px;
        text-align: center;
    }

    h2 {
        font-size: 22px;
        text-align: center;
        line-height: 24px !important;
    }

    .description h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 30px;
    }

    .destination h2 {
        font-size: 25px;
        line-height: 28px !important;
        margin-bottom: -10px !important;
    }

        .destination h2 span {
            font-size: 25px;
        }

    .destination p {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 15px !important;
    }

        .destination p span {
            line-height: 30px;
            margin: 0 3px;
        }

    .destination a {
        width: 75%;
        font-size: 22px;
        padding: 8px;
    }

    .fotorama__caption h1 span {
        font-size: 18px;
    }

    .btn {
        margin-top: 20px;
        margin-bottom: 30px;
        font-size: 20px;
    }


    .btnResa, .btnResa3 {
        font-size: 25px;
        max-width: 270px;
    } {
        font-size: 25px;
        max-width: 225px;
        padding: 0;
    }

    .btnResa2 {
        font-size: 25px;
        max-width: 270px;
    }

        .btnResa:after, .btnResa2:after, .btnResa3:after {
            margin: 2% auto 0 auto;
        }

    #coordonneesHome .btnResa {
        max-width: 270px;
    }

    ul li .btn {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }

    .ct-demande-resa a {
        font-size: 25px;
        max-width: 240px;
        padding: 20px 0px;
    }

        .ct-demande-resa a::after {
            margin: 2% auto 0 auto;
        }

    .ccb352 {
        margin-top: 40px;
    }

    .ct-appart-home a, .ct-appart-home-chalet a {
        height: 350px;
    }

    /*--------------- 960 --------------*/
    .container_12 {
        width: 320px;
    }

		.container_12 .grid_12 {
			/*width: 300px;*/
            margin: 0;
		}

    .btnTarifsDispo {
        width: 100%;
        line-height: 45px;
        height: 50px;
    }

        .btnTarifsDispo:after
        {
            display: none;
        }



    /*--------------- OUTILS --------------*/
    #outilsHeader {
        right: 10px;
        top: 10px;
    }


	/*--------------- HOME ACTUS --------------*/
	.classActu:nth-child(2n+1) {
		margin-right: 0px;
	}


    /*--------------- HOME --------------*/

    main
    {
        width: 100%;
    }

    .header {
        position: absolute;
        width: 70px;
        height: 0px;
    }

    #divLangues {
        padding: 15px 0 0 0;
        height: 35px;
    }

    .linkLangue
    {
        height: 30px;
    }

    .menuMobLogo {
        display: none;
    }

    #sidebarMenu {
        width: 100%;
        transform: translateX(-390px);
        background: rgba(209, 137, 89, 1);
    }

        #sidebarMenu.open {
            margin-left: 0px;
        }

        #bandeauSliderHome .fotorama__caption {
            height: 100%;
        }

    .sidebarMenuInner li {
        padding: 0 0 14px 0;
    }

        .sidebarMenuInner li a {
            font-size: 22px;
        }

        .navigation {
            height: 50px;
            width: 50px;
        }

    .burger {
        height: 50px;
        width: 50px;
        background: #000;
    }

    .burger-bar-icon {
        top: 15px;
        left: 20%;
    }

    #bandeauSliderHome {
        height: 270px;
    }

    #bandeauSlider .fotorama__stage {
        height: 270px !important;
    }

    #bandeauSlider .fotorama__img {
        height: 300px !important;
        width: auto !important;
        margin-left: -100%;
    }

    .appart-info-home span:first-child {
        font-size: 35px;
    }

    .appart-info-home span:last-child {
        font-size: 18px;
        width: 130px;
    }

    .services {
        display: block;
    }

    .info-home {
        background: rgba(207, 137, 90, 0.95);
    }

    #coordonneesHome {
        height: 470px;
    }

    .logo-home-bloc-coordonnees {
        transform: scale(0.8);
    }

        .logo-home-bloc-coordonnees::before {
            margin-bottom: 15px;
        }

    #map {
        height: 330px;
    }

    .ccb352 .contenuFull h3 {
        line-height: 25px;
    }
    /*--------------- HOME ARTICLES BLOG -----------*/
    .classBlogArticle:nth-child(2n+1) {
        margin-right: 0px;
    }

	/*-------- BLOCS BOONET template.css---------*/

	.contenuFullPage .contenuMixteImageD {
		float: none;
	}

	.contenuFullPage .contenuMixteImageG {
		float: none;
	}

    .contenuFullPage .contenuMixteTexteG {
        float: none;
        padding: 30px 30px;
    }
	/*** 2 COLONNES ***/

	.contenuDroite {
		width: 300px;
		float: none;
		margin: 0 auto;
	}

	.contenuGauche {
		float: none;
		width: 300px;
		margin: 0 auto;
	}

	.blocGauche {
		float: none;
		width: 300px;
		margin: 0 auto;
	}

	.blocDroite {
		float: none;
		width: 300px;
		margin: 0 auto;
	}

	.flottantDroite {
		margin: 0 0 0 0px;
	}

	.blocGauche #smMenu {
		width: 300px;
	}

	/*** 3 COLONNES ***/
	.troisCol .blocGauche {
		width: 300px;
		margin-right: 0px;
	}

	.troisCol .blocDroite {
		width: 300px;
	}

	.troisCol .contenuCentre {
		width: 300px;
	}

		.troisCol .contenuCentre img {
			width: 100%;
		}

	.contenuCentre .contenuMixteImageG {
		width: 300px;
	}

	.contenuCentre .contenuMixteImageD {
		width: 300px;
	}

	.contenuCentre .contenuMixteTexteG {
		width: 300px;
	}

	.contenuCentre .contenuMixteTexteD {
		width: 300px;
	}

	.contenuCentre .contenuTexte2ColG {
		width: 300px;
	}

	.contenuCentre .contenuTexte2ColD {
		width: 300px;
	}

    .fotorama__stage
    {
        height: 380px!important;
    }

    .contenuFullPage .contenuMixteImageG .photoColonne {
        margin-top: 0;
    }

    .contenuFullPage .contenuMixteTexteD {
        margin-top: 30px;
    }

    .ccb391, .ccb392, .ccb393
    {
        margin-top: 0;
    }

    .ccb374 .contenuMixteTexteG, .ccb376 .contenuMixteTexteG {
        margin: 10px 0 10px 0 !important;
        padding: 20px 30px 20px 0;
    }

    .ccb366 .contenuMixteImageG .fotorama {
        margin-top: 0px !important;
    }

    .prix-haute-saison, .prix-moyenne-saison {
        font-size: 12px;
    }

    .lightpick__months
    {
        position: relative;
    }

    .lightpick__month
    {
        position: absolute;
        width: 100%;
    }

    .lightpick__month-title
    {
        width: 100%;
    }

    .lightpick__select-months, .lightpick__select-years {
        width: 50%;
    }

    select.lightpick__select
    {
        min-width:145px!important;
    }

    .lightpick__previous-action, .lightpick__next-action, .lightpick__close-action {
        top: 340px;
    }

    .lightpick__previous-action {
        left: -80px;
        top: 340px;
    }

    .lightpick__day {
        height: 50px;
    }

    .lightpick {
        height: 410px;
    }

    #coordonneesHome ul {
        padding-left: 0px;
    }

    .planning {
        margin-bottom: 50px;
    }

    .telFooter {
        font-size: 15px;
        border-right: none;
    }

    footer address {
        min-width: 100%;
        padding-right: 0px;
    }

.contactFooter {
    width: 50%;
    border-right: none;
    text-align: left;
}

.instaFooter {
    float: right;
}

.lienBoondooa {
    display: none;
}
    /*--------------- REVUE DE PRESSE --------------*/
    .listePressesTitre {
        font-size: 12px;
        margin: 10px 0 0 0;
    }

	.listePressesConteneurTextes {
		margin-left: 0px;
		width: 300px;
	}
	/*--------------- PAGE CONTACT - FORMUALIRE --------------*/

	.formContact {
		width: 260px;
		margin: 0 auto;
		line-height: 17px;
	}

		.formContact tr td {
			display: block;
		}

			.formContact tr td:first-child {
				width: 85px;
				margin-top: 5px;
			}

		.formContact input[type="text"] {
			width: 250px;
			height: 30px;
		}

		.formContact input[type="password"] {
			width: 250px;
			height: 30px;
		}

		.formContact textarea {
			width: 250px;
			height: 70px;
			border: 0;
		}

	.divSubmitFormContact {
		text-align: center;
	}

	.formContact input[type="submit"] {
		margin: 20px auto 40px auto;
	}



	#containerBootcha {
		margin-top: 0px;
	}

	#bootchaSaisie input[type="text"] {
		width: 130px;
	}

	/*--------------- PAGE LISTING ACTUS --------------*/

	#ctl00_cphPanMilieu_grdActus tr {
		margin: 0px;
	}

	/*--------------- CONNEXION--------------*/
	.containerConnexion .form {
		width: 300px;
		margin: 0 auto 30px auto;
	}


	.containerConnexion h2 {
		margin-bottom: 15px;
	}

	.lkPassOublie {
		text-align: center;
	}

	.containerConnexion .connexionColDroite {
		width: 100%;
		text-align: center;
	}

	.connexionColGauche {
		width: 300px;
		border-right: none;
		border-bottom: solid 1px #c9d4da;
		margin-right: 0px;
		padding-right: 0;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}

	.connexionOutilsInscription {
		text-align: center;
	}
	/*--------------- BLOG --------------*/

	.blogColonneContenu {
		width: 300px!important;
	}

	.blogColonneBlocs {
		float: none !important;
		width: 300px!important;
	}

	.blogListingContainerCategories, .blogDetailContainerCategories {
		margin: 10px 0 15px 0 !important;
	}

	.blogListingTitre,
	.blogDetailTitre {
		font-size: 26px;
	}

	.blogListingDate {
		font-size: 11px;
	}

	/*--------------- DIVERS--------------*/
	.colonne2 {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		-o-column-count: 1;
		column-count: 1;
		-moz-column-gap: 0px;
		-webkit-column-gap: 0px;
		-o-column-gap: 0px;
		column-gap: 0px;
	}
	/*---Form----*/
	.form {
		width: auto;
		margin: 0 auto;
		line-height: 17px;
	}

		.form tr td {
			display: block;
		}

			.form tr td:first-child {
				width: 85px;
				margin-top: 5px;
			}

		.form input[type="text"] {
			width: 250px;
			height: 30px;
		}

		.form input[type="password"] {
			width: 250px;
			height: 30px;
		}

		.form textarea {
			width: 250px;
			height: 70px;
			border: 0;
		}


		.form input[type="submit"] {
			margin: 20px auto 40px auto;
		}

    .ccb391 .fotorama__stage, .ccb392 .fotorama__stage, .ccb393 .fotorama__stage {
        height: 170px !important;
    }


	/*---Form----*/


	input[type="text"] {
		margin: 0 0 0px 0;
	}

	/*--------------- BOUTIQUE--------------*/


	/*---Produit famille----*/
	.btqListingProd {
		text-align: center;
	}


	.btqBlocPhotoFamille {
		height: 220px;
		width: 220px;
		margin: 0 auto;
	}

	.btqBlocFamille {
		width: 220px;
		margin-bottom: 40px;
	}

	.btqBlocDescFamille {
		text-align: justify;
	}




	/*---Produit détail----*/
	.btq-detailPhotoPrincipale {
		width: 300px;
		height: 300px;
		float: none;
		display: block;
	}

	.btq-detailCtMiniatures {
		margin-top: 10px;
		margin-left: 0px;
		float: none;
		width: 100%;
		display: block;
		text-align: center;
	}

	.btq-detailGalerieMini {
		display: inline-block;
		height: 52px;
		padding: 0;
		width: 52px;
		margin: 0 4px;
	}

		.btq-detailGalerieMini:first-child {
			margin-left: 0;
		}

		.btq-detailGalerieMini:last-child {
			margin-right: 0;
		}


	.cpt-tabCompteCommandes tr th {
		display: none;
	}

	.cpt-tabCompteCommandes tr td {
		display: block;
	}

		.cpt-tabCompteCommandes tr td:last-child {
			padding-bottom: 30px;
		}

	.cpt-tabCompteCommandes .btn {
		margin-left: 0;
	}

	.cpt-ctRecapCommande {
		display: block;
		padding-bottom: 20px;
		border-bottom: 1px solid #ccc;
	}

	.commandeUserPanel {
		margin: 0 0 10px 0;
		display: block;
		border: 0;
		padding: 0;
	}

		.commandeUserPanel:nth-child(2) {
			margin-right: 0;
		}

		.commandeUserPanel:nth-child(3) {
			margin-left: 0;
		}


	/*---Panier----*/
	.btq-tabPanier td input[type="text"] {
		font-size: 14px;
		padding: 3px 2px;
	}

	.btq-tabPanier tr td {
		vertical-align: middle;
		height: 60px;
		padding: 10px 0;
	}

	.btq-tabPanier .btq-tabPanierPhoto {
		display: none;
	}

	.btq-tabPanier .btq-tabPanierDesignation {
		width: auto;
		padding-left: 20px;
	}

	.btq-tabPanier .btq-tabPanierQte {
		width: 45px;
	}

	.btq-tabPanier .btq-tabPanierSsTotal {
		padding: 0;
		width: 70px;
	}

	.btq-tabPanier .btq-tabPanierSupprimer {
		width: 45px;
	}

	.btq-tabPanier .icon-minus2, .btq-tabPanier .icon-plus2 {
		display: none;
	}

	.btq-tabPanier .btq-barre {
		font-size: 11px;
		display: block;
		margin: 0;
		padding: 0;
	}

	.btq-tabPanier .btq-prix {
		font-size: 14px;
		display: block;
		margin: 0;
		padding: 0;
	}




	/*--------------- CONNEXION / COMPTE ----------------------------*/
	.ctInscription {
		margin-bottom: 30px;
		padding: 20px;
	}

		.ctInscription .form input[type="text"] {
			width: 240px;
			height: 30px;
		}

		.ctInscription .form input[type="password"] {
			width: 240px;
		}

		.ctInscription .connexionColGauche {
			margin-right: 0px;
			width: 100%;
			padding-bottom: 0;
			text-align: center;
		}

		.ctInscription .connexionColDroite {
			width: 100%;
			text-align: center;
		}

	.formInscription {
		display: inline-block;
		margin: 0 auto;
	}

		.formInscription tr td {
			width: 100%;
		}


	/*--------------- MODEL BOONET --------------*/
	.modelPage .flexXcol:nth-child(3),
	.modelPage .flexXcol:nth-child(1) {
		margin-left: 0px;
		margin-right: 0px;
	}

	.modalLegend span {
		float: none!important;
		display: block;
		padding: 15px 0;
		margin: 0 !important;
	}

	.modelPage2 .flexXcol:last-child {
		margin-left: 0px;
	}
}
