/* Minification failed. Returning unminified contents.
(3071,11): run-time error CSS1030: Expected identifier, found ' '
(3071,17): run-time error CSS1031: Expected selector, found ';'
(3071,17): run-time error CSS1025: Expected comma or open brace, found ';'
(3072,2): run-time error CSS1019: Unexpected token, found '}'
(3602,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(3603,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(3616,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(3617,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(3630,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(3631,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(3644,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(3645,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(4241,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(4242,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(4253,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(4254,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(8700,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: 15px 20px;
		background: #565656;
		color: #fff;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
        cursor: pointer;
	}

    .btnAcheterCt input[type="submit"],
    input[type="button"],
    input[type="reset"] {
        padding: 15px 25px;
        background: #565656;
        color: #fff;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        cursor: pointer;
        text-transform: uppercase;
        margin-top: 25px;
    }


        .btnAcheterCt input[type="submit"]:hover,
        input[type="button"]:hover,
        input[type="reset"]:hover {
            background: #8E8174;
            color: #fff;
        }



        input[type="submit"]:hover,
        input[type="button"]:hover,
        input[type="reset"]:hover {
            background: #8E8174;
            color: #fff;
        }


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-radius: 0;
			box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1) 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: #414242;
            content: "\0025A0";
            font-size: 25px;
            left: 1px;
            line-height: 0;
            position: absolute;
            top: 9px;
            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;
    color: #000;
}

	[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: 9000000;
	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 ul li ul li {
            font-size: .8rem;
            background-color: #121212;
            padding-left: 3vw;
            text-align: left;
            font-family: 'OpenSans-Regular'
        }

.nav-lock-scroll {
	/*overflow: hidden;*/
}

.nav a,
.nav a:hover,
.nav a:active,
.nav a:visited {
    /*display: block;*/
    position: relative;
    outline: none;
}

.nav a:active {
    color: #121212;
    background-color: #fff;
}

/*@media only screen and (min-width: 961px)*/ /*{

	.nav {
		display: block;
		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: 60px;
    height: 60px;
    overflow: hidden;
    z-index: 99999999;
    cursor: pointer;
    text-align: left;
    font-size: 30px;
    color: #fff;
    background: transparent;
    line-height: 38px;
    text-decoration: none;
    background-color: #000;
}

    .nav-button p {
        text-align: center;
        line-height: 5px;
        margin-top: 0;
        font-size: 9px;
        padding-right: 3px;
    }

    .nav-button:before {
        content: "\F0C9";
        display: block;
        text-align: left;
        padding-left: 15px;
        padding-top: 10px;
    }

    .nav-button:hover {
		color: #ccc;
	}

/*conteneur NAV*/
.nav {
    line-height: 25px;
    background: #121212;
    color: #fff;
    width: 40vw;
    /*display: none;*/
}
	/*style des sous menus*/
	.nav ul {
		text-align: center;
	}

		.nav ul ul {
			text-align: left;
            padding-top: 2vh;
		}

			.nav ul ul ul {
			}

				.nav ul ul ul ul {
				}

					.nav ul ul ul ul ul {
					}

	/*d�calage des sous menus*/
	.nav .nav-submenu > ul {
		/*margin-left: 10px;*/
	}

	/*trait separateur de menu*/
    .nav li {
        border-top: 1px solid #121212;
        cursor: pointer;
    }

		/*survol liens item*/
		.nav li:hover > a,
		.nav li.nav-active > a {
			color: #fff;
		}

	/*padding pour icone des items*/
	/*.nav .nav-submenu > a {
		padding-right: 30px !important;
	}*/

	/*couleur des links*/
    .nav a {
        color: #fff;
        text-decoration: none;
        padding: 5px;
    }

        .nav a:hover {
            background-color: #fff;
            color: #121212 !important;
        }

#nav0, #nav1, #nav2, #nav3, #nav4, #nav5 {
    text-transform: uppercase !important;
    font-size: 1.5rem;
    text-align: left;
    padding: 3vh 0 0 5vw;
    font-family: 'OpenSans-Bold';
}

#nav0 {
    padding-top: 6vh;
}

	/*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: none;
	}*/

	.nav {
		padding: 0 !important;
        display: none;
	}

		.nav > ul > li {
			border-top: none;
		}

		.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 {
	background: #fff;
	padding: 30px;
	max-width: 900px;
	height: auto !important;
	position: relative;
	z-index: 999990;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	box-sizing: border-box;
	overflow-y: auto;
}


	.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;
	}

.imgPopUp {
	width: 100%;
	height: 400px;
	display: block;
	margin-bottom: 20px;
}
.imgPopUp img{
	height:100%;
	object-fit:contain;
	width:100%;
}

.popupFermer {
	background: url(/images/clear.png) no-repeat center center;
	height: 35px;
	position: absolute;
	right: 0;
	top: 0;
	width: 35px;
	cursor: pointer;
	background-size: auto 70%;
	transition: all 0.2s ease-in-out;
	padding: 8px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
}

	.popupFermer:hover {
		background: url(/images/clear.png) no-repeat center center;
		background-size: auto 70%;
	}

.lienPopup {
	text-align: center;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
}

	.lienPopup a:hover {
		background: #fff;
	}

/*!
 * 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;
    width: 100% !important;
}

.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;
        width: 100% !important;
        margin-bottom: 30px;
}

    .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%;
    height: 300px !important;
}

.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: 300px;
	float: left;
	min-height: 1px;
}

.contenuFullPage .contenuMixteImageD /*Contenu mixtes Image Droite*/ {
	width: 300px;
	float: right;
	min-height: 1px;
}

.contenuFullPage .contenuMixteTexteG /*Contenu mixtes Textes Gauche*/ {
	width: 610px;
	float: left;
	min-height: 1px;
}

.contenuFullPage .contenuMixteTexteD /*Contenu mixtes Textes Droite*/ {
	width: 610px;
	float: right;
	min-height: 1px;
}

.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: auto;
    width: 960px;
    position: relative;
}


/* `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: 940px;
}




/* `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: 'Georgia';
    src: url('/css/fonts/Georgia.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'OpenSans-Regular';
    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#OpenSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'OpenSans-Bold';
    src: url('/css/fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('/css/fonts/OpenSans-Bold.woff') format('woff'), url('/css/fonts/OpenSans-Bold.ttf') format('truetype'), url('/css/fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'Georgia-Italic';
    src: url('/css/fonts/Georgia-Italic.eot?#iefix') format('embedded-opentype'), url('/css/fonts/Georgia-Italic.woff') format('woff'), url('/css/fonts/Georgia-Italic.ttf') format('truetype'), url('/css/fonts/Georgia-Italic.svg#Georgia-Italic') format('svg');
    font-weight: normal;
    font-style: normal;
}




/*-------------- GENERAL --------------*/
/*-------------------------------------*/

.icon-cog {
    color: white;
}

.displaynone {
    display: none;
}

/*---------- Elements Cutebox --------*/
.ceBackground, .ceBackgroundBasPage, .ceBackgroundCrosslink {
    background: #fff;
}

/*---------- Fond du site (fond campagne) --------*/
.divFondGeneral {
    /*max-width: 1920px;*/
    margin: 0 auto;
    min-height: 875px;
    height: auto;
}

/*-------------- HEADER ---------------*/
/*-------------------------------------*/


/* ------------ bandeau promos ------------ */

/*.bandeauPromo {
    background-color: #f5f5f5;
    text-align: center;
    padding: 5px 0;
}

    .bandeauPromo p {
        text-align: center;
    }
*/


/*----------- Bandeau haut / Fond header ----------*/
header {
    width: 100%;
}


/* Connexion compte client */

.deconnexionMobCt a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 20px;
    position: relative;
}

.deconnexionMobCt a:hover {
    opacity:.7;
}


    .deconnexionMobCt a:before {
        position: absolute;
        left: 2px;
        top: 2px;
        content: '\e95b';
        font-family: boonIco2;
        color: #fff;
    }

.ctInscription h2 {
text-align: left !important;
}



/*----------- Zone logo ----------*/
#divLogo {
    position: relative;
    z-index: 9999;
}

    #divLogo img {
        width: 30%;
        left: 430px;
        position: absolute;
    }


/*----------- Menu  ----------*/
/*    nav-layout.css : styles    /    nav-core.css : ul et marge    */
#divMenu {
    font-size: 12px;
    background: #fff;
    clear: both;
}



/*----------- outilsHeader ----------*/





#outilsHeader {
    display: flex;
    justify-content: flex-end;
    z-index: 999999999;
    position: absolute;
    top: 15px;
    right: 15px;
    align-items: baseline;
}

/*----------- Barre de langue ----------*/
#divLangues {
    text-align: right;
    margin-bottom: 5px;
    text-transform: uppercase;
    z-index: 999999;
}

#ucLangues2 {
    z-index: 99999;
}

.langueActive {
    color: #fff !important;
    font-family: 'OpenSans-Bold';
    background-color: rgba(142, 129, 116, 1);
    padding: 6px 6px;
}

/*.langueActive:hover {
    color: #fff !important;
}*/

.langueNonActive {
    color: #adabab;
    padding: 6px 6px;
}

.langueCt a {
    text-decoration: none;
    color: #000;
    padding: 6px 6px;
}

    .langueCt a:hover {
        color: #8E8174;
    }
/*----------- Login ----------*/
.panDeconnexion {
    background-color: rgba(142, 129, 116, .6);
    padding: 6px 6px;
}

/*----------- 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 {
    padding: 0 15px;
    background-color: rgba(142, 129, 116, .6);
    padding: 6px 6px;
}

    #panPanierMini span {
        color: #fff;
        text-transform: uppercase;
    }

    #panPanierMini span:before {
        font-size: 13px;
    }

#lblQte {
    width: 9px;
    height: 9px;
    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;
}





/*------------- HOMEPAGE --------------*/
/*-------------------------------------*/

/*---------- Homepage Actus --------*/
#panHomeActus {
    margin: 20px 0;
    width: 100%;
    height: 100% !important;
}

    #panHomeActus .fotorama__stage, #panHomeActus .fotorama__wrap { /*pour parametrer la hauteur du slider*/
        width: 100% !important;
        height: 400px !important;
    }

.h1actu {
    padding-top: 130px;
}

.classActu {
    color: #fff;
    position: relative;
    margin: 0px 0 10px 0;
}

.classActuTitre {
    padding-bottom: 35px;
    font-family: 'Open Sans';
    letter-spacing: 3px;
}

    .classActuTitre a {
        text-decoration: none;
        font-size: 25px;
        line-height: 30px;
        font-family: 'OpenSans-Bold';
        text-transform: uppercase;
        text-align: center;
        color: #fff;
        letter-spacing: 4px;
        padding: 5px 0 25px 0;
    }

.classActuImage {
    width: 400px;
    height: 300px;
    overflow: hidden;
}

.classActuDate {
    font-size: 1rem;
    color: #fff;
    margin: 5px 0;
}

.classActuTexte {
    line-height: 1.4rem;
    overflow: hidden;
    text-align: justify;
    text-align-last: left;
    font-size: .8rem;
    font-family: 'OpenSans-Regular';
    font-weight: normal;
    padding-bottom: 25px;
}

.classActuSavoir {
    text-align: left;
    font-size: 10px;
    margin-top: 2vh;
}

    .classActuSavoir a {
        border: solid 1px #fff;
        color: #fff;
        text-decoration: none;
        padding: 10px 20px;
        z-index: 1;
        position: relative;
        font-size: inherit;
        font-family: inherit;
        font-family: 'OpenSans-regular';
        outline: none;
    }


        .classActuSavoir a::before {
            content: '';
            z-index: -1;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            color: #000;
            background-color: #fff;
            transform-origin: center right;
            transform: scaleX(0);
            transition: transform 0.25s ease-in-out;
        }

        .classActuSavoir a:hover {
            cursor: pointer;
            color: #000;
        }

            .classActuSavoir a:hover::before {
                transform-origin: center left;
                transform: scaleX(1);
            }



.formulaire .cta {
    letter-spacing: 5px;
    padding: 2vh 2vw;
    background-color: #444445;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    width: 10vw;
    margin: auto;
}

    .formulaire .cta:hover {
        background-color: #8E8174;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }


.cta2 {
    margin-top: 2vh;
    padding: 2vh 0;
    text-align: center;
    width: 320px;
    background-color: #8E8174;
}


    .cta2 a {
        letter-spacing: 4px;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
    }

.ctaLink {
    letter-spacing: 4px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

    .cta2:hover {
        background-color: #444445;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }



/*---------- 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: 100px auto 35px auto;
    text-align: center;
    display: none;
}


/*------ ELEMENTS MISE EN PAGE --------*/
/*-------------------------------------*/

/*---------- Elements Généraux --------*/

p {
    text-align: justify;
    line-height: 23px;
    margin-top: 0;
    font-size: 13px
}

img {
    border: 0px;
}



ul li ul {
    margin: 0px 0 10px 0;
    list-style: none;
    text-align: justify;
}

    ul li ul li {
        list-style-type: circle;
    }

.ulOrder li {
    list-style-type: decimal;
}




/*---------- Liens standards ------------*/




/*---------- Textes --------*/
.important {
    color: #1ec5fc;
    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;
        width: 100%;
    }

.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: center;
    background: #444445;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    padding: 15px 20px;
    -moz-transition: all 200ms linear 0s;
    -o-transition: all 200ms linear 0s;
    -webkit-transition: all 200ms linear 0s;
    transition: all 200ms linear 0s;
    margin: 5px;
}

    .btn:before {
        font-family: 'boonIco2';
    }

    .btn:hover {
        background: #8E8174;
        color: #fff;
        -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;
    }

.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 a, #divCheminNav span {
    color: #aaa;
    text-decoration: none;
}

    #divCheminNav a:hover {
        color: #333;
        text-decoration: underline;
    }


/*-------------- ACTUS ----------------*/
/*-------------------------------------*/

/*---------- Page Actus - Listing --------*/
#listingActus {
    font-size: 0;
    display: flex;
    justify-content: center;
    padding: 8vh 0;
}

#ctl00_cphPanMilieu_grdActus tr {
    display: inline-block;
    margin: 0 9px;
}

.listeLigneActu {
    font-size: 12px;
    position: relative;
    display: inline-block;
    height: auto;
    padding: 2vh 1vw;
    margin-bottom: 20px;
    background: #eeeded;
    color: #000;
}

.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;
    text-align: left;
    line-height: 15px;
}

    .listeActusTitre a {
        text-decoration: none;
        color: #000;
    }

.listeActusDate {
    margin: 6px 0px;
    font-family: 'OpenSans-Bold';
}

.listeActusDescription {
    line-height: 15px;
    height: auto;
    overflow: hidden;
    font-family: 'OpenSans-Regular';
}

.listeActusLien {
    margin-top: 5px;
    text-align: right;
}


.cta-actu {
    display: flex;
    justify-content: center;
    padding-top: 3vh;
    margin-top: -15px;
}

    .cta-actu a {
        letter-spacing: 2px;
        padding: 15px 20px;
        background-color: #444445;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        text-decoration: none;
        font-size: .6rem;
    }

        .cta-actu a:hover {
            background-color: #8E8174;
            -webkit-transition: all .4s ease-in-out;
            -moz-transition: all .4s ease-in-out;
            -ms-transition: all .4s ease-in-out;
            -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
        }

/*---------- 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%;
}

.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 {
        line-height: 14px;
        font-size: 9px;
    }

.ctInfosFormulairesRgpd {
    margin-top: 5px;
}

    .ctInfosFormulairesRgpd a {
        color: #000;
    }


.formulaire-catalogue input[type="text"], .formulaire-catalogue input[type="tel"], .formulaire-catalogue input[type="email"] {
    width: 80%;
    float: right;
}

/*----------- 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: 115px;
            padding-top: 5px;
        }


.containerConnexion h2 {
    color: #000 !important;
}


.lkPassOublie a {
    color: #000;
}

.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: 280px;
    display: inline-block;
    padding: 0 9px;
    font-size: 12px;
    position: relative;
}

.btqBlocPhotoFamille {
    width: 280px;
    height: 280px;
}

.btqBlocTitreFamille {
    margin: 8px 0 4px 0;
}



.btqBlocDescFamille {
    line-height: 14px;
    height: 56px;
    overflow: hidden;
}

.btqBlocTitreFamille a {
    font-size: 18px;
    color: #000;
    text-align: center;
    display: block;
    text-decoration: none;
}

/*-- PRODUITS ---*/


.containerShop {
    padding-top: 100px;
}



.btq-DescProduit {
    display: flex;
    justify-content: center;
}

.btqListingProd {
    font-size: 0px;
}

.btqBlocProduit {
    font-size: 12px;
    margin-bottom: 30px;
    vertical-align: top;
    width: 280px;
    display: inline-block;
    padding: 0 9px;
}

#imgPhotoPrincipale {
    text-align: center;
    margin: 0;
    padding: 0;
}

.body_14 .btqBlocPhotoProduit {
    width: 340px;
    height: 280px;
    border: none;
    overflow: hidden;
    position: relative;
}


.btqBlocPhotoProduit {
    width: 280px;
    height: 280px;
    border: 1px solid #ccc;
}


.btqBlocTitreProduit {
    margin: 8px 0 10px 0;
    text-transform: uppercase;
}

    .btqBlocTitreProduit a {
        text-decoration: none;
        color: #000;
        font-family: 'OpenSans-Bold';
    }

.btqBlocDescProduit {
    line-height: 14px;
    /*text-transform: uppercase;*/
    height: 60px;
    overflow: hidden;
    margin-left: 0;
    font-weight: normal;
    font-family: opensans-regular;
}

.btqBlocPrixProduit {
    text-align: center;
    color: #fff;
    background-color: #000;
    padding: 10px 5px;
    width: auto;
    font-family: 'OpenSans-Regular';
    float: right;
}

.btq-prix {
    background: #000;
    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;
    width: 550px;
    vertical-align: top;
    padding-bottom: 25px;
}

    .btq-detailDescription .cta, .btq-detailDescription .cta2 {
        display: none !important;
    }

.btq-detailCtPhotos {
    margin-right: 40px;
    margin-bottom: 100px;
    width: 400px;
    text-align: left;
    vertical-align: top;
}

.btq-detailPhotoPrincipale {
    width: 400px;
    height: 400px;
    border: 1px solid #ccc;
    overflow: hidden;
    position: relative;
}

    .btq-detailPhotoPrincipale #imgPhotoPrincipale {
        position: absolute;
        top: -9999px;
        bottom: -9999px;
        left: -9999px;
        right: -9999px;
        margin: auto;
        width: 100%;
    }

.btq-detailCtMiniatures {
    margin-top: 25px;
    width: 500px;
}

.btq-detailGalerieMini {
    width: 94px;
    height: 100px;
    display: inline-block;
    margin: 0px 5px 0 0;
    padding: 0;
    border: 1px solid #ccc;
}

.btq-detailCtPrix {
    display: block;
    margin: 30px 0;
    text-align: left;
}

#txtQte {
    min-width: 0px;
    width: 50px;
}

.btq-detailCtAcheter {
    display: block;
    margin: 30px 0;
}



    .btq-detailCtAcheter span {
        margin: 0 10px 0 0;
    }

.btnAcheterCt {
    text-align: left;
}

.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;
        }

    .btq-tabPanier .btq-tabPanierPhoto {
        padding-left: 20px;
        width: 80px;
    }

    .btq-tabPanier .btq-tabPanierDesignation {
    }

.btq-tabPanierDesignation a {
    color: #000;
    text-transform: uppercase;
}

.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;
    -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: center;
}

    .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;
    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;
        background: #999;
        color: #fff;
        text-decoration: none;
        padding: 10px;
        width: 130px;
    }

        #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;
    }





/* --------------- CSS aL --------------- */



/* ---------- Général ---------- */

a {
    color: #000;
}

body {
    margin: 0px;
    font-family: 'OpenSans-Regular';
    font-size: 12px;
    color: #000;
    background-color: #fff;
    overflow-x: hidden;
    letter-spacing: 2px;
}

.wrapper {
    margin: auto;
    overflow-x: hidden;
}

.container_12 {
    width: 1200px;
}

.container_16 {
    width: 1680px;
    margin: auto;
}


h1 {
    font-size: 2.5rem;
    padding-bottom: 2vh;
    font-family: 'OpenSans-Bold';
    line-height: 2.5rem;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    letter-spacing: 5px;
}

.h1 {
    font-size: 2.5rem;
    padding-bottom: 2vh;
    font-family: 'OpenSans-Bold';
    line-height: 2.5rem;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    letter-spacing: 5px;
}

h1 span {
    font-size: 1.5rem;
    font-family: 'Georgia-Italic';
    text-transform: none;
    font-weight: normal;
}


h2 {
    font-size: 30px;
    line-height: 55px;
    font-family: 'OpenSans-Bold';
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    letter-spacing: 4px;
}

.h2 {
    font-size: 25px;
    line-height: 35px;
    font-family: 'OpenSans-Bold';
    text-transform: uppercase;
    text-align: center;
    color: #000 !important;
    letter-spacing: 4px;
    padding: 5px 0 25px 0;
}


    .h2 span {
        font-size: 1.2rem;
        font-family: 'OpenSans-Bold';
        text-transform: uppercase;
    }


.h2produitsHome {
    color: #000;
    padding-bottom: 30px;
}

.titreCollection p {
    font-size: 13px;
    color: #fff;
    text-align: justify;
    text-align-last: center;
    font-family: 'OpenSans-Regular';
    text-transform: none;
    font-weight: normal;
}

.titreCollectionBaby p {
    font-size: 13px;
    color: #000;
    text-align: justify;
    text-align-last: center;
    font-family: 'OpenSans-Regular';
    text-transform: none;
    font-weight: normal;
}

h3 {
    font-size: 1rem;
    font-family: 'OpenSans-Bold';
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    padding-bottom: 1vh;
}

    h3 span {
        font-size: 1.5rem;
        font-family: 'OpenSans-Bold';
        text-transform: uppercase;
    }


h4 {
    font-size: 1.3rem;
    font-family: 'OpenSans-Bold';
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 2px;
    padding-bottom: 3vh;
}


    h4 span {
        font-size: 1.9rem;
        font-family: 'OpenSans-Bold';
        text-transform: uppercase;
    }

.cta {
    margin-top: 2vh;
    padding: 2vh 0;
    text-align: center;
    width: 320px;
    background-color: #444445;
}

    .cta a {
        letter-spacing: 4px;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        text-decoration: none;
    }

    .cta:hover {
        background-color: #8E8174;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }


ul li {
    list-style-type: none;
}

.col-1 p:first-child {
    padding: 0 0 1vh 0;
}

.col-1 h3 {
    text-align: left;
}

.titre {
    font-size: 1rem;
    font-family: 'OpenSans-Bold';
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 2px;
    line-height: 1.2rem;
    padding: 3vh 0 1vh;
}

    .titre span {
        font-size: .7rem;
    }

/* ---------- PRE FOOTER ---------- */
.pre-footer {
    background-color: #eeeded;
    padding: 5vh;
    margin-top: 5vh;
}

.listing-icn {
    display: flex;
    justify-content: center;
}

.footer .pre-footer ul {
    padding: 0 2vw;
}

    .footer .pre-footer ul li {
        text-align: center;
        text-transform: uppercase;
        font-size: 1rem;
        color: #000;
    }

        .footer .pre-footer ul li:first-child {
            padding-bottom: 1vh;
        }

        .footer .pre-footer ul li img {
            width: 70px;
            height: auto;
            padding-bottom: 1vh;
        }

        .footer .pre-footer ul li span {
            font-family: 'OpenSans-Bold';
        }


/* ---------- FOOTER ---------- */


.footer {
    background-color: #191918;
    /*width: 100vw;*/
}

.logo-footer {
    padding-bottom: 4vh;
    display: flex;
    justify-content: center;
    padding-top: 5vh;
}

    .logo-footer img {
        width: 250px;
    }

.infos {
    display: flex;
    justify-content: center;
    position: relative;
}


.footer .infos ul {
    border-right: solid 1px #fff;
    padding: 1vh 2vw;
}

    .footer .infos ul:last-child {
        border-right: none;
    }

    .footer .infos ul:first-child li:nth-child(2) {
        text-transform: uppercase;
        font-family: 'OpenSans-Bold';
    }

.footer ul li {
    color: #fff;
    text-align: center;
    line-height: 20px;
}

.footer .infos ul li:first-child {
    text-transform: uppercase;
    font-family: 'OpenSans-Bold';
    font-size: 1rem;
    padding-bottom: 1vh;
}




/* ---------- crosslinks ---------- */

.crosslinks {
    background-color: #191918;
    /*width: 100vw;*/
}

    .crosslinks .container_12 {
        padding: 2vh 0;
        width: 650px;
    }

    .crosslinks ul {
        border-top: solid 1px #fff;
        padding-top: 2vh;
        display: flex;
        justify-content: center;
    }

        .crosslinks ul li a {
            font-size: 0.5rem;
            color: #fff;
            text-transform: uppercase;
            padding: 0 5px;
            text-decoration: none;
        }

            .crosslinks ul li a:hover {
                opacity: .5;
            }

        .crosslinks ul li span {
            color: #fff;
        }


.facebook::after {
    content: '\e9da';
    font-family: boonico2;
    font-size: 20px;
    color: #fff;
}

/* ---------- icones fixed ---------- */

.icones {
    position: fixed;
    right: 0;
    z-index: 99999;
}

.Broch {
    top: 400px;
}

.Boutik {
    top: 470px;
}

.Configu {
    top: 545px;
}

.icones div {
    height: 65px;
    margin-bottom: 10px;
    text-decoration: none;
    width: 65px;
    display: flex;
}

    .icones div:hover {
        width: 270px;
        -webkit-transition: width .3s ease-in-out;
        -moz-transition: width .3s ease-in-out;
        -ms-transition: width .3s ease-in-out;
        -o-transition: width .3s ease-in-out;
        transition: width .3s ease-in-out;
    }

    .icones div a {
        text-decoration: none;
        color: #000;
        display: flex;
        align-items: center;
    }

.icones a p {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    width: 350px;
}

.icones a img {
    height: 40px;
    text-align: center;
    padding: 0 12px;
}


.icnBrochure {
    top: 200px;
    display: inline-block;
    background-color: #fff1ce;
}

/*.icnConfig p, .icnShop p {
        color: #fff;
    }*/

.icnShop {
    top: 250px;
    display: inline-block;
    background-color: #dc3030;
}


.icnConfig {
    top: 350px;
    background-color: #ff7e00;
}



/* ---------- CSS homepage ---------- */


.banner_home {
    background-image: url(/images/home-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 80vh;
    /*width: 100vw;*/
    position: relative;
}

    .banner_home .container_12 {
        height: 80vh;
    }

    .banner_home::after {
        content: '';
        background-color: #fff;
        height: 10vh;
        position: absolute;
        display: block;
        width: 1px;
        left: 50%;
        bottom: 0;
    }


.banner_billard-contemporain .container_12, .banner_billard .container_12 .banner_CoBillards .container_12, .banner_detail_billard .container_12, .banner_CoBaby .container_12, .banner_FamBaby .container_12, .billDesign .container_12, .billClassique .container_12, .billAncien .container_12, .billDetente .container_12, .billCompetition .container_12, .billOutdoor .container_12, .billMonnayeur .container_12, .billTable .container_12, .CoBillards .container_12, .babyDesign .container_12, .babyOutdoor .container_12, .babyClassique .container_12, .babyContemporain .container_12, .babyVintage .container_12, .erreur404 .container_12, .bannerShop .container_12 {
    height: 65vh;
}

.bgProduit .container_12 {
    height: 50vh;
}

.banner_contact .container_12 {
    height: 50vh;
}


.titre-home {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
}

    .titre-home h1 {
        background-color: rgba(91, 91, 91, 0.27);
        padding-bottom: 0;
    }

}

.cta-banner {
    margin: auto;
}

    .cta-banner a {
        position: absolute;
        top: 60%;
        left: 457px;
        letter-spacing: 3px;
        padding: 2vh 2vw;
        background-color: #d9ccb5;
        color: #000;
        text-transform: uppercase;
        text-align: center;
        text-decoration: none;
        font-weight: bold;
    }

        .cta-banner a:hover {
            background-color: #000;
            color: #fff;
            -webkit-transition: all .4s ease-in-out;
            -moz-transition: all .4s ease-in-out;
            -ms-transition: all .4s ease-in-out;
            -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
        }

.blocPdts {
    padding-top: 30px;
}

    .blocPdts .container_16 h3 {
        padding-bottom: 25px;
    }

.listingProduitsPresentesHome {
    display: flex;
    justify-content: center;
    font-family: 'OpenSans-Bold';
    /*flex-flow: wrap;*/
    padding-bottom: 30px;
}

.blocProduit {
    padding: 0 20px;
    flex-basis: 20%;
    position: relative;
    /*height: 350px;*/ 
    transition: all .3s ease-in-out;
}

    .blocProduit:hover .btnHover {
        display: block;
    }

    .blocProduit:hover img {
        transform: scale(1.3);
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }


.blocPdts ul li {
    list-style-type: none;
    /*margin-left: 0;*/
}

    .blocPdts ul li img {
        width: 85%;
        position: absolute;
        top: -9999px;
        bottom: -9999px;
        left: -9999px;
        right: -9999px;
        margin: auto;
    }

.btnHover {
    display: none;
    background-color: rgba(0, 0, 0, .3);
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0px;
    transition: all .3s ease-in-out;
}

    .btnHover a {
        color: #fff;
        background-color: #000;
        padding: 13px 45px;
        text-decoration: none;
        text-align: center;
        position: absolute;
        top: 44%;
        left: 20%;
        font-size: 14px;
    }

        .btnHover a:hover {
            color: #000;
            background-color: #fff;
            padding: 13px 45px;
            text-decoration: none;
            text-align: center;
            position: absolute;
            font-size: 14px;
            -webkit-transition: all .4s ease-in-out;
            -moz-transition: all .4s ease-in-out;
            -ms-transition: all .4s ease-in-out;
            -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
        }

.marquePdt {
    text-transform: uppercase;
}

.prixPdt {
    text-align: center;
    color: #fff;
    background-color: #000;
    padding: 10px 5px;
    width: 25%;
    font-family: 'OpenSans-Regular';
    float: right;
}

.collectionBaby .container_16 div:first-child, .collectionBillards .container_16 div:first-child, .histoireToulet .container_16 div:first-child {
    display: inline-block;
}


.collectionBillards {
    background-image: url(/images/pen-tsai-yUpn_S_x5BU-unsplash.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height:680px;
    /*width: 100vw;*/
    position: relative;
}

.collectionBaby {
    background: url(/images/ambiancechampioncollector-13.jpg) 50% 0 no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 680px;
    /*width: 100vw;*/
    position: relative;
}

.titreCollectionBaby {
    padding: 50px;
    width: 620px;
    position: absolute;
    right: 250px;
    top: 110px;
    background-color: rgba(256, 256, 256, .8);
}



    .titreCollectionBaby div h2 {
        color: #000;
    }


.voirPlus {
    text-decoration: underline !important;
    color: #fff;
    padding: 0 0 !important;
    border: none !important;
    left: 0 !important;
}

.histoireToulet {
    background-image: url(/images/stephen-collins-cRhNdY9-2Sc-unsplash.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 65vh;
    position: relative;
    margin-bottom: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .histoireToulet .titreCollection h2 {
        background-color: rgba(91, 91, 91, 0.28);
        width: 20%;
        margin: auto;
    }

.texteRef {
    padding: 100px 0 40px 0;
}

    .texteRef h2 {
        color: #000;
    }

.titreCollection {
    padding: 50px;
    width: 620px;
    position: absolute;
    left: 150px;
    top: 110px;
    background-color: rgba(0, 0, 0, .7);
}

.histoireToulet .titreCollection {
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    width: 100%;
    position: initial;
}



.ctaCollection {
    text-align: center;
    padding-top: 60px;
}



    .ctaCollection a {
        border: solid 1px #fff;
        font-size: 17px;
        color: #fff;
        text-decoration: none;
        padding: 10px 20px;
        z-index: 1;
        position: relative;
        font-size: inherit;
        font-family: inherit;
        font-family: 'OpenSans-regular';
        outline: none;
    }

        .ctaCollection a::before {
            content: '';
            z-index: -1;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            color: #000;
            background-color: #fff;
            transform-origin: center right;
            transform: scaleX(0);
            transition: transform 0.25s ease-in-out;
        }

        .ctaCollection a:hover {
            cursor: pointer;
            color: #000;
        }

            .ctaCollection a:hover::before {
                transform-origin: center left;
                transform: scaleX(1);
            }




.collectionBaby .ctaCollection a {
    border: solid 1px #000;
    font-size: 17px;
    color: #000;
    text-decoration: none;
    padding: 10px 20px;
    z-index: 1;
    position: relative;
    font-size: inherit;
    font-family: inherit;
    font-family: 'OpenSans-regular';
    outline: none;
}

    .collectionBaby .ctaCollection a::before {
        content: '';
        z-index: -1;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        color: #fff;
        background-color: #000;
        transform-origin: center right;
        transform: scaleX(0);
        transition: transform 0.25s ease-in-out;
    }

    .collectionBaby .ctaCollection a:hover {
        cursor: pointer;
        color: #fff;
    }

        .collectionBaby .ctaCollection a:hover::before {
            transform-origin: center left;
            transform: scaleX(1);
        }


/*.date {
    background-color: #1a1a19;
    padding: 8vh 0;
    width: 100vw;
}

.colonnes-home {
    padding: 8vh 0;
}

.home-collection {
    display: flex;
    justify-content: center;
    padding-bottom: 8vh;
    padding-top: 2vh;
}
     }*/
.texte-vertical-gauche {
    display: flex;
    transform: rotate(180deg);
    writing-mode: vertical-rl;
    justify-content: center;
    font-family: 'OpenSans-Bold';
    align-items: center;
}

.texte-vertical-droite {
    writing-mode: vertical-rl;
    display: flex;
    justify-content: center;
    font-family: 'OpenSans-Bold';
    align-items: center;
}

    .texte-vertical-gauche p, .texte-vertical-droite p {
        text-transform: uppercase;
        font-size: 1rem;
        letter-spacing: 3px;
    }


/*.img-collection {
    display: flex;
    justify-content: center;
}

        .img-collection a {
            text-align: center;
        }

        .img-collection img {
            margin: 0 3vw;
            text-align: center;
        }

    .img-collection img:hover {
        opacity: .6;
        background-color: #000;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
   
     }*/

.link {
    text-align: center;
    margin: 20px 0;
}

    .link a {
        color: #000;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-family: 'OpenSans-Bold';
        border: 1px #d9ccb5 solid;
        text-decoration: none !important;
        padding: 15px;
        background-color: #d9ccb5;
    }

        .link a:hover {
            background-color: transparent;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }


.actus {
    background-color: #1a1a19;
    padding: 10px 40px;
}

.ctHomeActu {
    display: flex;
    justify-content: center;
    align-items: center;
}

.classActu {
    flex-basis: 35%;
    padding-right: 100px;
}

.divActuImage {
    flex-basis: 40%;
    padding-left: 100px;
}


.acheter {
    padding: 8vh 0;
}

    .acheter .container_12 {
        width: 960px;
    }

    .acheter p {
        text-align: center;
    }

#txtReferencementBas {
    width: 960px;
    margin: auto;
}

/* ---------------- PAGE collection billard ---------------- */
.bgProduit {
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center !important;
    height: 50vh;
    width: 100vw;
    position: relative;
}

.CoBillards {
    background-image: url(/images/banner_CoBillards.jpg);
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center !important;
    height: 50vh;
    width: 100vw;
    position: relative;
}

.bannerShop {
    background-image: url(/images/banner_CoBillards.jpg);
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center !important;
    height: 50vh;
    width: 100vw;
    position: relative;
}


.banner_FamBaby {
    background-image: url(/images/famille-baby.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 65vh;
    width: 100vw;
    position: relative;
}

.banner_CoBaby {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 65vh;
    width: 100vw;
    position: relative;
}



    .banner_CoBillards::after, .banner_CoBaby::after, .banner_FamBaby::after, .bgProduit::after {
        content: '';
        background-color: #fff;
        height: 10vh;
        position: absolute;
        display: block;
        width: 1px;
        left: 50%;
        bottom: 0;
    }


    .banner_CoBillards .cta, .banner_CoBaby .cta, .banner_FamBaby .cta, .bgProduit .cta {
        position: absolute;
        bottom: 420px;
        left: 810px;
    }

.intro {
    padding: 5vh 0 2vh 0;
}

    .intro p {
        text-align: justify;
        width: 960px;
        margin: auto;
        padding-bottom: 3vh;
        text-align-last: center;
    }

.listing-billards {
    padding-bottom: 4vh;
}

    .listing-billards a, .listing-billards a {
        color: #000;
        text-decoration: none;
    }

        .listing-billards a img:hover {
            opacity: .6;
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
            background-color: #000;
        }

    .listing-billards .container_12 {
        display: flex;
    }

    .listing-billards h3, .listing-contemporain h3 {
        font-size: .8rem;
        letter-spacing: 1px;
        padding-bottom: 0;
    }

.billards ul li:nth-child(3) {
    font-family: 'Georgia-Italic';
}

.billards {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}

    .billards ul {
        flex-basis: 45%;
        padding-bottom: 4vh;
    }

        .billards ul li {
            text-align: center;
            padding-bottom: 5px;
        }

            .billards ul li:first-child img {
                width: 500px;
            }




.container_12 .grid_12 {
    width: 1200px;
    display: flex;
    justify-content: space-around;
    padding-bottom: 4vh;
}

/* ---------------- PAGE collection contemporain ---------------- */

.txtReferencement {
    padding-bottom: 15px;
}

    .txtReferencement a {
        text-decoration: underline;
        color: #000;
        font-weight: bold;
    }

.banner_billard-contemporain {
    background-image: url(/images/banner-contemporain.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center -480px;
    height: 65vh;
    width: 100vw;
    position: relative;
    display: none;
}



.banner_billard {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 65vh;
    width: 100vw;
    position: relative;
    /*display: none;*/
}

.billDesign {
    background-image: url(/images/banner-bill-design.jpg);
    display: none;
}

.billClassique {
    background-image: url(/images/banner-bill-classique.jpg);
    display: none;
}

.billAncien {
    background-image: url(/images/banner-bill-ancien.jpg);
    display: none;
}

.billDetente {
    background-image: url(/images/banner-bill-detente.jpg);
    display: none;
}

.billCompetition {
    background-image: url(/images/banner-bill-competition.jpg);
    display: none;
}

.billOutdoor {
    background-image: url(/images/banner-bill-outdoor.jpg);
    display: none;
}

.billMonnayeur {
    background-image: url(/images/banner-bill-monnayeur.jpg);
    display: none;
}

.billTable {
    background-image: url(/images/banner-bill-table.jpg);
    background-position: center -550px;
    display: none;
}

.babyDesign {
    background-image: url(/images/banner-baby-design.jpg);
    background-position: center -550px;
    display: none;
}

.babyContemporain {
    background-image: url(/images/banner-baby-contemporain.jpg);
    display: none;
}

.babyVintage {
    background-image: url(/images/banner-baby-vintage.jpg);
    display: none;
}

.babyOutdoor {
    background-image: url(/images/banner-baby-outdoor.jpg);
    display: none;
}

.babyClassique {
    display: none;
    background-image: url(/images/banner-baby-classique.jpg);
}


.banner_billard-contemporain::after, .banner_billard::after {
    content: '';
    background-color: #fff;
    height: 10vh;
    position: absolute;
    display: block;
    width: 1px;
    left: 50%;
    bottom: 0;
}

.listing-contemporain h3 a {
    font-size: .8rem;
    letter-spacing: 1px;
    padding-bottom: 0;
    color: #000;
    text-decoration: none;
}

.listing-contemporain {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    padding-bottom: 4vh;
    padding-top: 2vh;
}

    .listing-contemporain ul {
        flex-basis: 23%;
        padding-bottom: 4vh;
        margin: 0 12px;
    }

        .listing-contemporain ul li:first-child {
            padding: 1vh;
            height: 150px;
            overflow: hidden;
            margin-bottom: 10px;
            position: relative;
        }



        .listing-contemporain ul li img {
            position: absolute;
            top: -9999px;
            bottom: -9999px;
            left: -9999px;
            right: -9999px;
            margin: auto;
        }


        .listing-contemporain ul li:nth-child(3) {
            display: none;
        }



/* ---------- page contact ---------- */



.banner_contact {
    background-image: url(/images/home-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 50vh;
    width: 100vw;
    position: relative;
    margin-top: -3vh;
}

    .banner_contact::after {
        content: '';
        background-color: #fff;
        height: 10vh;
        position: absolute;
        display: block;
        width: 1px;
        left: 50%;
        bottom: 0;
    }


    .banner_contact .titre-home {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        position: relative;
    }

    .banner_contact .cta-banner {
        margin: auto;
    }

        .banner_contact .cta-banner a {
            position: absolute;
            top: 55%;
            left: 450px;
            letter-spacing: 5px;
            padding: 2vh 2vw;
            background-color: #444445;
            color: #fff;
            text-transform: uppercase;
            text-align: center;
            text-decoration: none;
        }

            .banner_contact .cta-banner a:hover {
                background-color: #000;
                -webkit-transition: all .4s ease-in-out;
                -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                -o-transition: all .4s ease-in-out;
                transition: all .4s ease-in-out;
            }


.conteneur_formulaire {
    display: flex;
    justify-content: center;
    padding: 4vh 0;
}

.h3contact {
    color: #000;
    padding: 4vh 0;
}


.googlemap {
    overflow: hidden;
    padding-bottom: 25%;
    position: relative;
    height: 0;
}

    .googlemap iframe {
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        position: absolute;
    }





/* ---------- page détail produit ---------- */


.banner_detail_billard {
    background-image: url(/images/banner-detail.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
    width: 100vw;
    position: relative;
    margin-top: -3vh;
}

    .banner_detail_billard::after {
        content: '';
        background-color: #fff;
        height: 10vh;
        position: absolute;
        display: block;
        width: 1px;
        left: 50%;
        bottom: 0;
    }

.produit {
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
    padding: 8vh 0;
}

.photo-produit img {
    width: 99%;
    height: auto;
}

.photo-produit .btq-detailCtMiniatures img {
    width: auto;
    height: auto;
}

.options-dispos input[type="checkbox"]:disabled + label {
    color: #000;
}

.options-supp input[type="checkbox"]:disabled + label {
    color: #fff;
}


.photo-produit, .texte-produit {
    flex-basis: 45%;
}

.produit .cta {
    display: block;
    margin-bottom: 2vh;
}


.details {
    padding: 8vh 0;
}

    .details .container_12 {
        display: flex;
        justify-content: space-around;
    }

.col-1, .col-2 {
    flex-basis: 45%;
}

    .col-1 ul li {
        padding-bottom: 10px;
    }

.options-dispos {
    background-color: #e5e4e4;
}

.titre-option {
    color: #fff;
    background-color: #414242;
    text-transform: uppercase;
    font-family: 'OpenSans-Bold';
    font-size: 1rem;
    padding: 1vh 0 1vh 2vw;
    margin: 0;
}

.options-dispos ul, .options-supp ul {
    padding: 0 2vw;
}

    .options-dispos ul li, .options-supp ul li {
        padding-bottom: 10px;
    }

        .options-dispos ul li label, .options-supp ul li label {
            text-transform: uppercase;
            font-family: 'OpenSans-Bold';
        }


.ligne1, .ligne2, .ligne3, .ligne4 {
    padding-bottom: 3vh;
}

    .ligne1 .titre, .ligne2 .titre, .ligne3 .titre, .ligne4 .titre {
        padding-top: 3vh;
    }

.ligne1, .ligne2, .ligne3 {
    border-bottom: solid 1px #fff;
    box-shadow: 0 2px 1px #c0bebd;
}

.ligne4 {
    border-bottom: solid 1px #fff;
    box-shadow: 0 1px 1px #c0bebd;
}

    .ligne1 ul li:first-child, .ligne2 ul:first-child, .ligne3 ul:first-child, .ligne4 ul:first-child {
        padding-bottom: 1vh;
    }

.listing-ligne2 {
    display: flex;
}

    .listing-ligne2 ul {
        padding-right: 6vw;
    }

        .listing-ligne2 ul li label {
            font-size: 1rem;
            font-family: 'OpenSans-Bold';
            text-transform: uppercase;
            text-align: left;
            letter-spacing: 2px;
            line-height: 1rem;
        }

            .listing-ligne2 ul li label span, .options-supp ul li label span {
                font-size: .5rem;
                /*padding-left: 25px;*/
            }


.ouinon {
    display: flex;
}

    .ouinon li {
        padding-right: 3vw;
    }



.options-supp {
    margin-top: 5vh;
    background-color: #414242;
    color: #fff;
}

    .options-supp ul {
        padding-bottom: 2vh;
    }

        .options-supp ul li {
            padding-bottom: 2vh;
        }


.photoPrincipale {
    height: 340px;
    overflow: hidden;
}





/* ---------- page mentions légales ---------- */


.mentions {
    margin: auto;
}

    .mentions h2 {
        color: #000;
        padding: 4vh 0;
    }

.paragraphe {
    display: flex;
    justify-content: center;
}

    .paragraphe div {
        width: 270px;
        padding: 0 4vw;
    }



.mentions ul {
    padding: 0 10vw;
    line-height: 1.2rem;
}


/* ---------- page 404 ---------- */

.erreur404 {
    background-image: url(/images/banner-bill-design.jpg);
}

.notFound {
    text-align: center;
    padding: 50px 0;
}

    .notFound p {
        text-align: center !important;
    }





/* page famille */

.body_1163 #ctl00_cphPanMilieu_ucContenusPagesDynamiques1_ddlContenu_panConteneurBloc_3, .body_1163 #ctl00_cphPanMilieu_ucContenusPagesDynamiques1_ddlContenu_panConteneurBloc_2, .body_1138 #ctl00_cphPanMilieu_ucContenusPagesDynamiques1_ddlContenu_panConteneurBloc_2, .body_1138 #ctl00_cphPanMilieu_ucContenusPagesDynamiques1_ddlContenu_panConteneurBloc_3, .body_1138 #ctl00_cphPanMilieu_ucContenusPagesDynamiques1_ddlContenu_panConteneurBloc_4, .body_1161 #ctl00_cphPanMilieu_ucContenusPagesDynamiques1_ddlContenu_panConteneurBloc_2, .body_1161 #ctl00_cphPanMilieu_ucContenusPagesDynamiques1_ddlContenu_panConteneurBloc_3, .body_1161 #ctl00_cphPanMilieu_ucContenusPagesDynamiques1_ddlContenu_panConteneurBloc_4 {
    display: none;
}



/* pop up */

.modalPopup {
  max-width: 620px !important;
  padding: 30px 0 !important;
}

.modalPopup h2 {
    color: #000 !important;
}

.lienPopup a:hover {
    color: rgba(142, 129, 116, 1) !important;
    border: solid 1px rgba(142, 129, 116, 1);
}

.imgPopUp img {
    height: 100%;
    object-fit: cover !important;
    object-position: center;
    width: 100%;
}


.mobile {
	display: none;
	text-align: center;
	position: fixed;
	top: 4px;
	left: 100px;
	right: 100px;
	height: 38px;
	z-index: 1000;
}

.noMobile {
	display: inline-block;
}

.menuMobLogo img {
	width: 100px;
}

.iconSearchMob {
	display: none;
	cursor: pointer;
}

.iconCompteMob {
	display: none;
	cursor: pointer;
}

.linkLangue {
	display: none;
	cursor: pointer;
}



/*-----------------------------------------------------*/
/********----------- TABLETTES ---------------**********/
/*-----------------------------------------------------*/

@media screen and (max-width: 960px) {

    .mobile {
        display: inline-block;
        border: none;
        z-index: 99999999;
    }

	.noMobile {
		display: none;
	}

	#divLogo {
		display: none;
	}
	/*--------------- 960 --------------*/
    .container_12, .acheter .container_12 {
        width: 640px;
    }
		.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: 640px;
		}
	/*--------------- OUTILS --------------*/

	#panBandeauAdministrateurConnecte a {
		display: none;
	}


    #panPanierMini {
        position: fixed;
        right: 55px;
        top: 13px;
        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;
	}

    #panPanierMini {
        padding: 0 0;
        background-color: transparent;
        padding-right: 40px;
        z-index: 99999999;
    }

    .panDeconnexion {
        padding: 10px 0px 8px 0px;
        width: 138px;
        height: auto;
        height: 17px;
        overflow: hidden;
        position: fixed;
        right: 13px;
        top: 2px;
        margin: 0;
        color: #fff;
        z-index: 1002;
        background-color: transparent;
    }

		.panDeconnexion a {
			color: #fff;
		}

	.panDeconnexionBlog {
		right: 30px;
	}

	.deconnexionMobCt {
		background: #666;
		margin-top: 9px;
		padding: 0;
	}

		.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: 30px;
		top: 4px;
		margin: 0;
		color: #fff;
		z-index: 3003;
	}

		#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: 12px;
		padding: 0px 0px 0px 0px;
		text-align: center;
		border-top: 1px solid #444;
	}



	/*--------------- HOME ACTUS --------------*/
	.classActu:nth-child(2n+1) {
		margin-right: 20px;
	}


    .container_16 {
        width: 640px !important;
    }

    .classActu {
        padding-right: 20px;
    }

    .divActuImage {
        padding-left: 20px;
    }

    .container_12 {
        width: 600px !important;
    }

        .container_12 .grid_12 {
            width: 600px;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

            .container_12 .grid_12 div {
                padding-bottom: 10px;
            }

            .actus {
                padding: 4vh 4vw;
            }

    .classActu:nth-child(2n+1) {
        margin-right: 40px;
        margin-left: 40px;
    }

    #panHomeActus .fotorama__stage, #panHomeActus .fotorama__wrap {
        height: 800px !important;
    }

    .ctHomeActu  {
        flex-direction: column-reverse;
        height: 100%;
    }

    .classActuSavoir {
        text-align: center;
    }

    .divActuImage {
        margin-bottom: 60px;
        padding-left: 0;
    }


	/*--------------- HOME ARTICLES BLOG --------------*/
	.classBlogArticle:nth-child(2n+1) {
		margin-right: 20px;
	}

	/*-------- BLOCS BOONET template.css---------*/

	.contenuFullPage .contenuMixteTexteG /*Contenu mixtes Textes Gauche*/ {
		width: 300px;
	}

	.contenuFullPage .contenuMixteTexteD /*Contenu mixtes Textes Droite*/ {
		width: 300px;
	}

	.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;
		}


	/*--------------- 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: 400px;
        width: 500px;
    }

    .btqBlocFamille {
        width: 500px;
        padding: 0 40px;
    }

	.btqListingProd {
		text-align: center;
	}

	.btqBlocProduit {
		margin-bottom: 50px;
		display: inline-block;
	}
    .containerShop {
        padding-top: 0px;
    }

	/*---Produit détail----*/
	.btq-detailCtPhotos {
		float: none;
		display: block;
		margin-right: 0px;
		width: 100%;
		clear: both;
		margin-bottom: 120px;
	}

	.btq-detailPhotoPrincipale {
		height: 400px;
		width: 400px;
		float: left;
		display: inline-block;
	}

    .btq-detailCtMiniatures {
        margin-top: 0;
        margin-left: 15px;
        float: right;
        width: 100%;
        display: inline-block;
    }

    .photo-produit img {
        width: 99%;
        height: auto;
    }


	/*---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;
		}



    /* -------- tablette aL -------- */

    .formulaire-RGPD {
        margin: 0px 0px 20px 0px;
    }

    .conteneur_formulaire {
         padding: 0 0; 
    }


    h2 {
        font-size: 25px !important;
        line-height: 45px;
    }



    /* ----- banners ----- */

    .CoBillards, .banner_FamBaby, .banner_coBaby {
        display: none;
    }

        .banner_home .container_12, .banner_billard-contemporain .container_12, .banner_billard .container_12 .banner_CoBillards .container_12, .banner_detail_billard .container_12, .banner_CoBaby .container_12, .banner_FamBaby .container_12, .billDesign .container_12, .billClassique .container_12, .billAncien .container_12, .billDetente .container_12, .billCompetition .container_12, .billOutdoor .container_12, .billMonnayeur .container_12, .billTable .container_12, .CoBillards .container_12, .babyDesign .container_12, .babyOutdoor .container_12, .babyClassique .container_12, .babyContemporain .container_12, .babyVintage .container_12, .erreur404 .container_12 {
            height: 50vh;
        }

    .banner_billard-contemporain, .billDesign, .billAncien, .billClassique, .billCompetition, .billDetente, .billMonnayeur, .billOutdoor, .billTable, .banner_home {
        height: 50vh;
    }


        .banner_home .cta-banner a {
            top: 66%;
        }

    .nav-button {
        width: 100%;
        color: #fff;
    }

    .nav {
        width: 100vw;
    }

    .nav-button {
        background: #121212;
    }

    .cta-banner a {
        top: 60%;
        left: 190px;
    }


    .logo-footer img {
        height: 100%;
        width: 200px;
    }

    .nav-button {
        top: -7px;
        height: 50px;
        font-size: 25px;
    }

    /* ----- homepage ----- */

    .titre-home h1 {
        padding: 0;
    }

    .home-collection, .img-collection {
        flex-direction: column;
    }

    .img-collection img:first-child{
        padding-bottom: 3vh;
    }

        .img-collection img {
            width: 70%;
            margin: auto;
        }

    .texte-vertical-gauche {
        transform: none;
        writing-mode: initial;
        padding-bottom: 3vh;
    }

    .texte-vertical-droite {
        transform: none;
        writing-mode: initial;
        padding-top: 3vh;
    }

    .crosslinks .container_12 {
        margin-top: -1px;
    }


    .blocProduit {
        flex-basis: 40%;
    }

 
    .titreCollectionBaby {
        padding: 25px;
        right: 53px;
    }

    /*.collectionBillards, .collectionBaby {
        height: 490px;
    }*/

    .titreCollection {
        left: 30px !important;
        top: 100px !important;
        width: 330px !important;
    }

    .titreCollectionBaby {
        right: unset;
        left: 30px !important;
        top: 100px !important;
        width: 350px !important;
    }


    .ctaCollection {
        padding-top: 10px;
    }

    .histoireToulet {
        height: 50vh;
    }

        .histoireToulet .ctaCollection {
            padding-top: 10px;
            margin-top: 35px;
        }

    .ctHistoire .titreCollection {
        left: 30px !important;
        top: 30px !important;
    }

    .cta, .cta2 {
        margin: auto;
    }


    .histoireToulet .titreCollection h2 {
        width: 100% !important;
    }

    .nav-button p {
        text-align: left;
        line-height: 0px;
        margin-top: -3px;
        font-size: 7px;
        padding-right: 0;
        padding-left: 13px;
    }

    /* ----- billards contemporains ----- */


    #txtReferencementBas {
        width: 100%;
    }


    .listing-billards .container_12 {
        flex-direction: column;
    }

    .intro {
        padding: 7vh 0 4vh 0;
    }

    .intro p {
        width: auto;
    }

    .produit {
        flex-direction: column;
    }

    .photo-produit, .texte-produit {
        flex-basis: 100%;
        text-align: center;
    }

    .texte-produit h4 {
        text-align: center;
        padding-top: 2vh;
    }


    .details {
        padding: 0 0;
    }

    .details .container_12 {
        flex-direction: column;
    }

    .details .col-1 {
        padding: 4vh 0;
    }

    .listing-contemporain ul {
        flex-basis: 46%;
    }

    .btnHover {
        width: 100%;
    }

    .blocPdts ul li {
        margin-left: 0;
        text-align: center;
    }

    /* ---- eshop ---*/

    .body_14 .btqBlocPhotoProduit {
        width: 500px;
        height: 370px;
    }

    .blocProduit {
        padding-bottom: 25px;
    }

    .blocProduit ul:first-child {
        margin: 0px 0 10px 0;
        list-style: none;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .btq-DescProduit {
        flex-direction: column;
    }

    .blocPdts ul li img {
        width: 100%;
    }

    .btq-detailDescription {
        width: 100%;
    }

    .blocProduit:hover img {
        transform: scale(1);
    }

    .btnHover a {
        left: 15% !important;
    }

    /* popup brochure */

    .modalPopup {
        overflow-y: scroll;
        height: 700px;
        top: 50px !important;
    }

}


@media screen and (max-width: 1680px) {
    .container_16 {
        width: 1280px;
    }

    h2 {
        font-size: 30px;
    }

    .titreCollectionBaby {
        padding: 30px;
        width: 650px;
        right: 160px;
        top: 140px;
    }

    .btnHover a {
        top: 46%;
        left: 12%;
    }

    .histoireToulet .titreCollection h2 {
        width: 30%;
    }

    .blocProduit {
        flex-basis: 31%;
        padding-bottom: 35px;
    }

}

@media screen and (min-width: 961px) and (max-width: 1280px) {
    .container_16 {
        width: 960px;
    }

    #divLangues {
        margin-top: 6px;
    }

    #outilsHeader {
        flex-direction: column;
        align-items: flex-end;
    }

    .classActu {
        padding-right: 20px;
    }

    .divActuImage {
        padding-left: 20px;
    }

    .container_12 {
        width: 900px;
    }
        .container_12 .grid_12 {
            width: 900px;
        }

    .actus {
        padding: 4vh 4vw;
        margin-bottom: 50px;
    }

    #panHomeActus .fotorama__stage, #panHomeActus .fotorama__wrap {
        height: 550px !important;
    }

    .logo-footer img {
        height: 100%;
        width: 200px;
    }

    .photo-produit, .texte-produit {
        flex-basis: 40%;
    }

    .blocProduit {
        padding-bottom: 25px;
    }

        .blocProduit ul:first-child {
            margin: 0px 0 10px 0;
            list-style: none;
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
        }


    .btq-detailGalerieMini {
        width: 90px;
        height: 90px;
        display: inline-block;
        margin: 2px 3px;
        padding: 0;
    }

    .cta-banner a {
        left: 315px;
    }

    #divLogo img {
        left: 315px;
    }



    .blocProduit {
        flex-basis: 45%;
        padding-bottom: 35px;
    }

    .body_14 .btqBlocPhotoProduit {
        width: 100%;
    }

    .blocProduit:hover img {
        transform: scale(1);
    }

    .collectionBaby .container_16 div:first-child, .histoireToulet .container_16 div:first-child {
        width: 100%;
    }


    .histoireToulet .titreCollection h2 {
        width: 40%;
    }

    .titreCollectionBaby {
        padding: 20px;
        width: 400px;
        position: absolute;
        right: unset;
        top: 70px;
        left: 50px;
    }

    .titreCollection {
        padding: 20px;
        width: 400px;
        position: absolute;
        right: unset;
        top: 70px;
        left: 50px;
    }

    .ctHistoire .titreCollection {
        top: 0px;
        left: initial;
    }

    .texteRef {
        padding: 20px 0;
        width: 100%;
        right: 0;
        top: 470px;
    }

        .texteRef p {
            padding: 0 85px;
        }


    #txtReferencementBas {
        width: 100%;
    }

    .icones div {
        height: 55px;
        width: 55px;
    }

    .icones a img {
        height: 35px;
        padding: 0 10px;
    }

    .btnHover a {
        top: 46%;
        left: 26%;
    }

    .btnHover {
        height: 90%;
    }

    .blocPdts ul li img {
        width:90%;
    }

    .btqBlocFamille {
        width: 430px;
    }

    .btqBlocPhotoFamille {
        width: 430px;
    }


    /* popup */

    .modalPopup {
        overflow-y: scroll;
        height: 700px;
    }

    .listingProduitsPresentesHome {
        flex-flow: wrap;
    }

}




/*--------------------------------------------------*/
/********---------- SMATPHONES -----------**********/
/*--------------------------------------------------*/

@media (max-width: 640px) {

    #divLogo {
        display: none;
    }

    h1 {
        font-size: 20px;
        text-align: center;
        line-height: 21px;
    }

        h1 span {
            font-size: 15px;
        }

    h2 {
        font-size: 18px;
        text-align: center;
        line-height: 25px;
    }

    .h2 {
        font-size: 18px;
        padding: 40px 0 25px 0;
        line-height: 25px;
    }

        .h2 span {
            font-size: .9rem;
        }

    h3 {
        font-size: 15px;
        text-align: center;
    }
    /*--------------- 960 --------------*/
    .container_12 {
        width: 340px !important;
    }

        .container_12 .grid_12 {
            width: 300px;
        }

    .container_16 {
        width: 100% !important;
    }

    /*--------------- OUTILS --------------*/
    #outilsHeader {
        right: 10px;
        top: 10px;
    }


    /*--------------- HOME ACTUS --------------*/
    .classActu:nth-child(2n+1) {
        margin-right: 0px;
    }

    /*--------------- 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;
    }
    /*** 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;
    }




    /*--------------- 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;
    }

    #listingActus {
        flex-direction: column;
    }

        #listingActus article {
            margin-bottom: 5vh;
        }

    /*--------------- 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;
        }


    /*---Form----*/


    input[type="text"] {
        margin: 0 0 0px 0;
    }

    /*--------------- BOUTIQUE--------------*/


    /*---Produit famille----*/
    .btqListingProd {
        text-align: center;
    }


    .btqBlocPhotoFamille {
        height: 270px;
        width: 100%;
        margin: 0 auto;
    }

    .btqBlocFamille {
        width: 100%;
        margin-bottom: 0;
        padding: 0 0;
    }

    .btqBlocDescFamille {
        text-align: justify;
    }




    /*---Produit détail----*/
    .btq-detailPhotoPrincipale {
        width: 300px;
        height: 300px;
        float: none;
        display: block;
    }

    .btq-detailCtMiniatures {
        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----*/
    #panPanierMini {
        padding: 0 0;
        background-color: transparent;
        padding-right: 0;
        right: 105px;
        top: 10px;
        z-index: 9999999998;
    }

    .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 ----------------------------*/

    .iconCompteMob {
        position: relative;
    }

    .iconCompteMob .icon-user {
        position: absolute;
        right: -67px;
        z-index: 999999999;
        top: -12px;
    }


    .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;
    }



    /*--------------- CSS AL --------------*/

    h4 span {
        font-size: 1rem;
    }

    input[type="checkbox"]:not(:checked) + label::after, input[type="checkbox"]:checked + label::after {
        left: -4px;
        top: 13px;
    }

    /* header */

    .panDeconnexion {
        right: 0;
        top: 0;
        z-index: 9999;
    }


    .nav-button {
        width: 100%;
        color: #fff;
        display: block;
        position: fixed;
        top: -10px;
        height: 50px;
        overflow: hidden;
        z-index: 99999999;
        cursor: pointer;
        text-align: left;
        font-size: 20px;
        color: #fff;
        background: transparent;
        line-height: 38px;
        text-decoration: none;
        background-color: #000;
    }

        .nav-button p {
            text-align: left;
            line-height: 0px;
            margin-top: -3px;
            font-size: 7px;
            padding-right: 0;
            padding-left: 10px;
        }

        .nav-button:before {
            padding-top: 7px;
        }


    /*----- général ----*/

    h2 span {
        font-size: 1.5rem;
    }


    .nav-button {
        background: #121212;
    }

    .nav {
        top: 38px;
        width: 100vw;
    }

    #divLangues {
        right: 5px;
        top: 0;
    }

    #divCheminNav {
        margin: 0px auto 0 auto;
    }

    /*----- CTA ----*/

    .formulaire .cta {
        width: auto;
    }


    /*----- footer et pre footer ----*/

    .logo-footer {
        padding-bottom: 2vh;
        padding-top: 2vh;
    }

    .listing-icn, .infos {
        flex-direction: column;
    }

    .footer .infos ul {
        border-right: none;
        padding-bottom: 3vh;
    }

    .footer .pre-footer ul li:last-child {
        padding-bottom: 3vh;
    }

    .pre-footer {
        padding: 5vh 0 2vh 0;
    }

    .logo-footer img {
        height: 100%;
        width: 150px;
    }


    .banner_billard-contemporain::after, .banner_billard::after {
        height: 5vh;
        bottom: 29px;
    }

    /*----- crosslinks ----*/
    .crosslinks .container_12 {
        width: 100%;
    }

    .crosslinks .container_12 {
        padding: 0vh 0;
        padding-bottom: 3vh;
    }

    .crosslinks ul li a {
        font-size: 0.4rem;
    }

    /* ----- banners ----- */



    .bgProduit, .babyDesign, .banner_coBaby, .banner-billard, .billDesign, .billClassique, .billAncien, .billDetente, .billCompetition, .billOutdoor, .billMonnayeur, .billTable, .banner_billard-contemporain {
        background-size: cover !important;
        height: 38vh;
        width: 100vw;
    }


        .bgProduit .container_12, .banner_billard-contemporain .container_12, .babyDesign .container_12, .banner_coBaby .container_12, .banner-billard, .billDesign .container_12, billClassique .container_12, .billAncien .container_12, .billDetente .container_12, .billCompetition .container_12, .billOutdoor .container_12, .billMonnayeur .container_12, .billTable .container_12 {
            height: 38vh;
        }


        .banner_CoBillards::after, .banner_CoBaby::after, .banner_FamBaby::after, .bgProduit::after {
            height: 3vh;
            bottom: 28px;
        }

    .titre-home {
    }

    .banner_home .cta-banner a {
        top: 75%;
        left: 45px;
    }


    /*----- icone fixed  ----*/


    .icones div {
        height: 40px;
        width: 40px;
    }

    .icones a img {
        height: 25px;
        text-align: center;
        padding: 0 8px;
    }

    .Boutik {
        top: 445px;
    }

    .Configu {
        top: 490px;
    }

    /*----- HOMEPAGE ----*/

    .banner_home {
        margin-top: 40px;
    }

        .banner_home::after {
            bottom: -30px;
        }

    .cta-banner a {
        top: 60%;
        left: 30px;
    }

    /*.home-collection, .img-collection {
        flex-direction: column;
    }*/

    /*.img-collection img {
            padding: 2vh 0;
        }*/


    .blocProduit {
        flex-basis: 100%;
        padding: 0 10px;
        padding-bottom: 25px;
    }

    .btqBlocDescProduit {
        height: 30px;
    }


    .texte-vertical-gauche, .texte-vertical-droite {
        transform: none;
        writing-mode: initial;
    }

        .texte-vertical-gauche p, .texte-vertical-droite p {
            font-size: .8rem;
            text-align: center;
        }

    .acheter .container_12 {
        width: 90%;
    }

    .actus .container_12 {
        margin: inherit;
    }

    .actus {
        padding: 4vh 4vw;
        margin: auto;
    }

    .listingProduitsPresentesHome {
        flex-direction: column;
    }

    .blocProduit {
        flex-basis: 100%;
    }

    /*.btnHover {
        width: 100%;
    }
    .blocPdts ul li {
        margin-left: 0;
    }*/

    .collectionBaby .container_16 div:first-child, .collectionBillards .container_16 div:first-child, .histoireToulet .container_16 div:first-child {
        width: 100%;
    }

    .histoireToulet .titreCollection h2 {
        width: auto;
    }

    .titreCollection {
        padding: 10px;
        width: 75% !important;
        right: 35px !important;
        top: 40px !important;
        left: unset !important;
    }

        .titreCollection p, .titreCollectionBaby p {
            text-align: center;
        }

    .titreCollectionBaby {
        padding: 10px;
        width: 75% !important;
        right: 35px !important;
        top: 40px !important;
        left: unset !important;
    }

    .ctaCollection {
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .texteRef {
        padding: 0px;
        width: 100%;
        right: 0;
        margin-bottom: 25px;
        top: 320px;
        padding-bottom: 25px;
        padding-top: 25px;
        margin-top: 50px;
    }

        .texteRef p {
            padding: 0 25px;
        }

    .body_14 .fotorama {
        width: 97% !important;
    }

    .collectionBillards {
        height: 400px;
    }

    .collectionBaby {
        height: 400px;
        background-position: -210px;
    }

    .classActuTitre a {
        font-size: 1rem;
    }

    .histoireToulet {
        height: 60vh;
    }

    /* shop */

    #imgPhotoPrincipale {
        width: 100%;
        display: none;
    }

    .btq-detailDescription {
        width: 100%;
        padding-top: 60px;
    }

    .btq-detailDescription .link a {
        display: block;
        margin: 15px 0;
    }


    /*----- page collection billards ----*/


    .listing-contemporain ul {
        margin: 0 10px;
    }

        .listing-contemporain ul li img {
            width: 100%;
        }

    .intro p {
        width: auto;
    }

    .billards ul li:first-child img {
        width: 320px;
        padding-bottom: 2vh;
    }

    .listing-billards .container_12 {
        flex-direction: column;
    }

    .billards h3 {
        padding: 0 0;
    }

    .intro {
        padding: 2vh 0 5vh 0;
    }

    .introPad {
        padding: 10vh 0 5vh 0;
    }


    .btnHover a {
        top: 46%;
        left: 21% !important;
    }

    .body_14 .btqBlocPhotoProduit {
        width: 100%;
        height: 260px;
        border: none;
        overflow: hidden;
        position: relative;
    }


    /*----- page collection billards  ----*/

    #txtReferencementBas {
        width: 100%;
    }


    .photo-produit img {
        width: 100%;
        height: auto;
        padding-bottom: 2vh;
    }

    .listing-contemporain ul {
        flex-basis: 100%;
    }

    .texte-produit h4 {
        text-align: center;
    }

    .photo-produit, .texte-produit {
        flex-basis: 100%;
    }

    .produit .cta, .produit .cta2 {
        text-align: center;
    }

    .produit .cta2 {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .col-1, .col-2 {
        flex-basis: 100%;
        padding: 0 0;
    }

    .details {
        padding: 0 0;
    }

        .details .container_12 {
            flex-direction: column;
        }

    .listing-contemporain ul li h3 {
        padding: 0 0;
    }

    .options-dispos {
        margin-top: 0;
    }

    .produit {
        padding: 4vh 0;
    }


    .listing-billards {
        padding-bottom: 0;
        padding-top: 3vh;
    }

    .options-supp {
        margin-bottom: 50px;
    }

    .details .col-1 {
        padding: 0 0;
    }

    .photoPrincipale {
        height: auto;
        overflow: hidden;
    }


    input[type="checkbox"]:checked + label::after {
        transform: scale(.8);
    }

    /*----- pge contact ----*/


    .conteneur_formulaire {
        padding: 0 0;
    }

    .googlemap {
        height: 400px;
    }

    /*----- mentions légales ----*/
    .paragraphe {
        flex-direction: column;
    }

    .mentions ul {
        padding: 0 0;
    }


    /*----- actu ----*/

    .detailActuDesc p:first-child {
        text-align: center;
    }

        .detailActuDesc p:first-child img {
            margin: 0 0 0 0;
            padding-bottom: 20px;
            float: none;
        }



    /* popup brochure */

    .modalPopup {
        overflow-y: scroll;
        height: 450px;
        top: 50px !important;
    }
}


@media (max-width: 320px) {
    .container_12 {
        width: 300px !important;
    }

    .histoireToulet {
        height: 80vh;
    }
}
