/* CSS Document */
body,html{
    font-family: 'Source Sans Pro', sans-serif;
    color: #000000;
}

a{
    color: #000000;
}

@font-face {
    font-family: 'flemishscript_btregular';
    src: url('../fonts/flemish-webfont.eot');
    src: url('../fonts/flemish-webfontd41d.eot?#iefix') format('embedded-opentype'),
    url('../fonts/flemish-webfont.woff') format('woff'),
    url('../fonts/flemish-webfont.ttf') format('truetype'),
    url('../fonts/flemish-webfont.svg#flemishscript_btregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


.flemish{
    font-family: 'flemishscript_btregular';
}

/****** add Thierry ******/
.th_home {
	width:100%;
	height:100%;
	background:grey;
}
.main-section {
	height:100%;	
}
.head_barre_rouge {
	width:100%;
	height:40px;
	line-height:40px;
	color:white;
	background:#a80e12;	
	position:fixed;
	z-index: 1000;
}
.head_barre_rouge_inside {
	width:1260px;
	height:100%;
	/*background:yellow;	*/
	margin:auto;
}
.head_barre_rouge_marquee {
	float:left;
	/*background:green;*/
	height:40px;
	width:985px;	
}
.head_barre_rouge_tel {
	float:right;
	/*background:blue;*/
	width:242px;
	height:40px;
	text-align:right;
	font-weight:bold;
	font-size:2em;
	line-height:40px;
}
.th_phone {
	color: #a80e12;	
	background: white;
    font-size: 1.2em;
    height: 40px;
    margin-left: -70px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 4px;
    position: absolute;
}
#th_space { 
	height:5px; 
}
#th_barre_white {
	height:85px;
	background:white;	
	border-top:1px solid black;
}
.espace_1260 {
	width:1260px;
	margin:auto;
	position:relative;
}
#th_menu1,#th_menu2 {
	list-style: none;
  	margin: 0;
  	padding: 0;	
	color:black;
	position:absolute;
	margin-top:32px;
	/*font-size: 0.9em;*/
}

#th_menu1 {
    margin-left:5em ;
}

#th_menu1 dd,#th_menu2 dd  {
	display:inline;
	float:left;
	margin-right:30px;
	text-transform:uppercase;
	text-align:center;
}
#th_menu1 dd a,#th_menu2 dd a  {
	display:block;
    line-height: 1.2em;
    font-size: 0.95em;
}
#th_menu2 {
	right:110px;	
}
#th_menu3 {
	list-style: none;
  	margin: 0;
  	padding: 0;	
	color:black;
	margin-left:200px;
	font-size: 0.7em;
	padding-top: 8px;	
}
#th_menu3 dd {
	display:inline;
	float:left;
	margin-right:30px;
	text-transform:uppercase;
	text-align:center;
}
#th_menu3 dd a {
	display:block;	
}



#box_red_droite {
	background:#a80e12;	
	color:white;
	display:block;
	width:124px;
	text-transform:uppercase;
	text-align:center;
	line-height:1.1em;
	font-size:0.9em;
	float:right;
	height:85px;
	padding-top:20px;
	cursor:pointer;
}
#box_white_droite {
	float:right;
	top:85px;
	width:124px;
	background:white;
	color:#a80e12;	
	text-align:center;
	height:35px;
	margin-right: -124px;
    margin-top: 85px;
	font-size: 1.3em;
	line-height:35px;
	cursor:pointer;
}
#back1 {
	width:100%;
	height:100%;
}
#th_resa_box {
	height: 550px;
    margin-top: 85px;
    position: absolute;
    right: 0;
    width: 350px;
	padding:10px;
	background:white;
	display:none;
	box-shadow: 0 0 1px #000000 inset;	
}
#logo {
	background:url(../../img/logo.png);
	position:absolute;
	margin-left: 505px;
    margin-top: 3px;
	width:214px;
	height:172px;	
}
#th_barre_black {
	background:black;
	height:5px;
	width:100%;	
}
#th_barre_blanche_bas {
	background:white;
	height:42px;
	width:100%;
	bottom:0;
	position:fixed;
	border-top:7px solid #a70e12;
}
.th_ico_pos {
	float:left;	
	margin-right:5px;
}
.th_box_cadeau {
	background: url(../../img/box_cadeau.png);
	width:310px;
	height:119px;
	position:absolute;
	margin-top: -129px;
	margin-left:800px;
}
#th_englobe1,#th_englobe2,#th_englobe3 {
	background-size:100%;	
	height:100%;
	width:100%;
	display:none;
	position:absolute;
}
#th_englobe1 {
	background:url(../../img/back2.jpg) center top;
}
#th_englobe2 {
	background:url(../../img/back3.jpg) center top;
}
#th_englobe3 {
	background:url(../../img/back4.jpg) center top;
}
.th_line_contenu {
	width:1260px;
	height:184px;
	/*background:yellow;*/
	margin:auto;
}
#th_line1 {
	background:#1c1c17;
	height:250px;
	width:100%;
	color:white;
    opacity: 0.85;
	bottom:0;
	position:fixed;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.05) 1%, rgba(0,0,0,1) 19%, rgba(0,0,0,1) 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(1%,rgba(0,0,0,0.05)), color-stop(19%,rgba(0,0,0,1)), color-stop(99%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 1%,rgba(0,0,0,1) 19%,rgba(0,0,0,1) 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 1%,rgba(0,0,0,1) 19%,rgba(0,0,0,1) 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 1%,rgba(0,0,0,1) 19%,rgba(0,0,0,1) 99%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 1%,rgba(0,0,0,1) 19%,rgba(0,0,0,1) 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

}

/***** bas 1 *****/
#th_bas1 {
	width:1260px;
	height:185px;
	color:white;
}
#th_bas1_ligne1 {
	font-size:1.1em;
	text-align:center;
	margin-top:30px
}
#th_bas1_ligne2 {
    font-family: 'PT Serif',serif;
    font-size: 2em;
    font-weight: 700;
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
}
#th_bas1_ligne3 {
	font-size:1.3em;
	text-align:center;
	margin-top:10px;
    line-height: 30px;
}
#th_bas1_ligne4 {
	text-align:center;
	font-size:1em;
	margin-top:10px;
}
#th_bas1_ligne4 a {
	color:white;	
}
#th_bas1_ligne4 a:hover {
	color:#a80e12;	;	
}

/***** bas 2 *****/
#th_line2 {
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #FFFFFF 87%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(87%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255, 255, 255, 0), #FFFFFF 87%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255, 255, 255, 0), #FFFFFF 87%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255, 255, 255, 0), #FFFFFF 87%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #FFFFFF 87%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	height:380px;
	width:100%;
	color:black;
	bottom:0;
	position:fixed;
	padding-top:7em;
	display:none;
}
#th_bas2 {
	width:1260px;
	height:185px;
	color:black;
}
#th_bas2_ligne1 {
	font-size:1.1em;
	text-align:center;
	margin-top:10px
}
#th_bas2_ligne2 {
	font-size:2em;
	text-align:center;
	text-transform:uppercase;
	margin-top:10px;
	font-family: 'PT Serif', serif;
	font-weight: 700;
}
#th_bas2_ligne3 {
	font-size:1.3em;
	text-align:center;
	margin-top:10px;
    line-height: 30px;
}
#th_bas2_ligne4 {
	text-align:center;
	font-size:0.85em;
	margin-top:10px;
	color:#a80e12;	
	text-transform:uppercase;
	/*position:absolute;*/
	bottom:48px;
	width:1260px;
}
#th_bas2_ligne4 a {
	color:color:#a80e12;	
}
#th_bas2_ligne4 a:hover {
	color:#a80e12;	
}

/***** bas 3 *****/
#th_line3 {
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #FFFFFF 87%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(87%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255, 255, 255, 0), #FFFFFF 87%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255, 255, 255, 0), #FFFFFF 87%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255, 255, 255, 0), #FFFFFF 87%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #FFFFFF 87%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	height:350px;
	width:100%;
	color:black;
	bottom:0;
	position:fixed;	
	display:none;
	padding-top: 7em;
}
#th_bas3 {
	width:1260px;
	height:185px;
	color:black;
}
#th_bas3_ligne1 {
	font-size:1.1em;
	text-align:center;
	margin-top:15px
}
#th_bas3_ligne2 {
    font-family: 'PT Serif',serif;
    font-size: 2em;
    font-weight: 700;
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
}
#th_bas3_ligne3 {
	font-size:1.3em;
	text-align:center;
	margin-top:10px;
    line-height: 30px;
}
#th_bas3_ligne4 {
	text-align:center;
	font-size:0.85em;
	margin-top:10px;
	color:#a80e12;	
	text-transform:uppercase;
	/*position:absolute;*/
	bottom:48px;
	width:1260px;
}
#th_bas3_ligne4 a {
	color:#a80e12;
}
#th_bas3_ligne4 a:hover {
	color:#a80e12;	
}


/***** bas 4 *****/
#th_line4 {
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #FFFFFF 87%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(87%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255, 255, 255, 0), #FFFFFF 87%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255, 255, 255, 0), #FFFFFF 87%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255, 255, 255, 0), #FFFFFF 87%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #FFFFFF 87%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	padding-top: 7em;
	height:310px;
	width:100%;
	color:black;
	bottom:0;
	position:fixed;	
	display:none;
}
#th_bas4 {
	width:1260px;
	height:185px;
	color:black;
}
#th_bas4_ligne1 {
	font-size:1.1em;
	text-align:center;
	margin-top:55px
}
#th_bas4_ligne2 {
    font-family: 'PT Serif',serif;
    font-size: 2em;
    font-weight: 700;
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
}
#th_bas4_ligne3 {
	font-size:0.9em;
	text-align:center;
	margin-top:10px;
}
#th_bas4_ligne4 {
	text-align:center;
	font-size:0.85em;
	margin-top:10px;
	color:#a80e12;	
	text-transform:uppercase;
	position:absolute;
	bottom:48px;
	width:1260px;
}
#th_bas4_ligne4 a {
	color:color:#a80e12;	
}
#th_bas4_ligne4 a:hover {
	color:#a80e12;	
}


/****** fin Thierry ******/



/********************************* DEBUT ROTATIF FULL SCREEN HOME PAGE ********************************/
.sl-slider-wrapper {
	width: 800px;
	height: 400px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.sl-slider {
	position: absolute;
	top: 0;
	left: 0;
}

/* Slide wrapper and slides */

.sl-slide,
.sl-slides-wrapper,
.sl-slide-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
} 

.sl-slide {
	z-index: 1;
}

/* The duplicate parts/slices */

.sl-content-slice {
	overflow: hidden;
	position: absolute;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background: #fff;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity : 1;
}

/* Horizontal slice */

.sl-slide-horizontal .sl-content-slice {
	width: 100%;
	height: 50%;
	left: -200px;
	-webkit-transform: translateY(0%) scale(1);
	-moz-transform: translateY(0%) scale(1);
	-o-transform: translateY(0%) scale(1);
	-ms-transform: translateY(0%) scale(1);
	transform: translateY(0%) scale(1);
}

.sl-slide-horizontal .sl-content-slice:first-child {
	top: -200px;
	padding: 200px 200px 0px 200px;
}

.sl-slide-horizontal .sl-content-slice:nth-child(2) {
	top: 50%;
	padding: 0px 200px 200px 200px;
}

/* Vertical slice */

.sl-slide-vertical .sl-content-slice {
	width: 50%;
	height: 100%;
	top: -200px;
	-webkit-transform: translateX(0%) scale(1);
	-moz-transform: translateX(0%) scale(1);
	-o-transform: translateX(0%) scale(1);
	-ms-transform: translateX(0%) scale(1);
	transform: translateX(0%) scale(1);
}

.sl-slide-vertical .sl-content-slice:first-child {
	left: -200px;
	padding: 200px 0px 200px 200px;
}

.sl-slide-vertical .sl-content-slice:nth-child(2) {
	left: 50%;
	padding: 200px 200px 200px 0px;
}

/* Content wrapper */
/* Width and height is set dynamically */
.sl-content-wrapper {
	position: absolute;
}

.sl-content {
	width: 100%;
	height: 100%;
	background: #fff;
}

/* Default styles for background colors */
.sl-slide-horizontal .sl-slide-inner {
	background: #ddd;
}

.sl-slide-vertical .sl-slide-inner {
	background: #ccc;
}
/********************************* FIN ROTATIF FULL SCREEN HOME PAGE ********************************/

.centered{
    text-align: center;
}

a{
    transition: color 500ms ease-in-out;
}
a:hover{
    color:#A40E12;
}

.clear{
    clear: both;
}

.th_txt_bas2 a{
     font-family: 'PT Serif',serif;
}

.tab-bar{
    background: #A40E12;
}

.left-small {
    border-right: 1px solid #A40E12;
}

#logoM{
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    /*margin-top: -80px;*/
    z-index: 1;
}

.marMobTop{
    margin-top: 6em;
}

.noPad{
    padding: 0;
}

.borderT{
    border-top: 5px solid #000;
}

.hide1{
    height: 200px;
    overflow: hidden;
}

.totoH {
    color: #000000;
    line-height: 1.6em !important;
    padding: 0.5em 1.5em;
    text-align: justify !important;
    font-size: 1rem !important;
}

.bgR{
    background: #A40E12;
}

.fatT{
    color: #FFFFFF;
    font-family: 'PT Serif',serif;
    font-size: 1.6em;
    font-weight: 700;
    margin-top: 30px;
    text-transform: uppercase;
}

.fatT1{
    color: #000;
    font-family: 'PT Serif',serif;
    font-size: 1.6em;
    font-weight: 700;
    margin-top: 30px;
    text-transform: uppercase;
    display: block;
}

.marginTB{
    padding: 0 0 1.5em 0;
}

.padRight{
    padding-right: 0; 
}

.padLeft{
    padding-left: 0; 
}

.spac{
    /*word-spacing: -5px;*/
}

.size1{
    font-size: 1.7em !important;
        color: #000000;
}

.greyB{
    background: #1b1c17;
    margin-top: 4em;    
}

.fat{
    color: #FFFFFF;
    font-size: 1em;
    padding: 1.5em 0;
    text-transform: uppercase;    
}

#boxM{
    position: absolute;
    top: -45px;    
}

.stronges{
    font-weight: 800;
}

#fl{
    padding: 2.15em 0;
    width:20px;
}

#tel{
    font-size: 1.5em;
    font-weight: 400;
}

.bgSpace{
    background: url("../../img/bck_blanc.jpg") repeat scroll 0 0 #FFFFFF;
    width: 100%;
    padding-top: 2em;
}

.socialM{
    padding:1em;
}

.paddingTB{
    padding: 1.5em 0;
    color: #A40E12;
    text-transform: uppercase;
}
.telBot{
    font-size: 15px !important;
    line-height: 50px !important;    
}

.justPad{
    padding: 0 1em;
    text-align: justify;
}

.com{
    background: none repeat scroll 0 0 rgba(0,0,0,0.6);
    color: #FFFFFF;
    height: 80px;
    left: 15%;
    line-height: 1.1em;
    padding: 1em 0 1em 11em;
    position: fixed;
    text-transform: uppercase;
    top: 8.5em;
    width: 300px;
    z-index: 99999;
}

.com a, .secretBox{
    color: #ffffff;
}

#th_bas1_ligne2 a{
    color: #ffffff;
}

#th_bas1_ligne2 a:hover{
    color: #ffffff;
}

.box1{
    left: -0.5em;
    position: absolute;
    top: -2em;
}

.arrow1{
    background: url("../../img/puce_26.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 25px;
    left: 8.5em;
    position: absolute;
    top: 1.8em;
    width: 20px;  
}

.th_texte_barre_r:hover{
    color:#000 !important;
}

.fatT:hover{
    color:#000 !important;
}

a:focus{
    color: #000 !important;
}

.linkBot{
    display: block;
    height: 100%;
}

.resaTop{
    color: #fff;
}

.resaTop:hover{
    color: #000;
}

.padMob2{
    padding:2em 1em 1em 0;
    background: #fff;
    margin-bottom: 1em;
}

.padMob2S{
    background: #fff;
    padding:1em 1em 1em 0;
    margin-bottom: 1em;
}

.autoLR{
   margin-left: auto;
   margin-right: auto;
}

.marginAuto{
    
}

.height2{
    height:25px !important;
}

.height0{
    height: 0px !important;
}

.pad4{
    padding: 0 4em;
}

.pad7{
    padding: 0 7em;
}

button{
    background: #A80E12;
    padding: 1em 4em;
    text-transform: uppercase;
}

button:hover{
    background: #A80E13;
    color: #000;
}

button:active{
   background: #A80E13; 
}

.main-section{
    overflow: hidden;
}

.padTopS{
    padding-top: 13em;
}


.fix1{
    position: fixed;
    right: 10px;
    top: 250px;
    z-index: 99999;
    opacity: 0.5;
    transition: opacity 400ms ease-in-out;
    -moz-transition: opacity 400ms ease-in-out;
    -webkit-transition: opacity 400ms ease-in-out;
    -o-transition: opacity 400ms ease-in-out;
    -ms-transition: opacity 400ms ease-in-out;
}

.fix2{
    position: fixed;
    right: 10px;
    top: 380px;
    z-index: 99999;
    opacity: 0.5;
    transition: opacity 400ms ease-in-out;
    -moz-transition: opacity 400ms ease-in-out;
    -webkit-transition: opacity 400ms ease-in-out;
    -o-transition: opacity 400ms ease-in-out;
    -ms-transition: opacity 400ms ease-in-out;    
}

.fix3{
    position: fixed;
    right: 10px;
    top: 510px;
    z-index: 99999;
    opacity: 0.5;
    transition: opacity 400ms ease-in-out;
    -moz-transition: opacity 400ms ease-in-out;
    -webkit-transition: opacity 400ms ease-in-out;
    -o-transition: opacity 400ms ease-in-out;
    -ms-transition: opacity 400ms ease-in-out;    
}

.fix1:hover,.fix2:hover,.fix3:hover{
    opacity: 1;
}

.borderBR{
    margin-top: 2em;
    border-bottom: 10px solid #A40E12;
    border-top: 10px solid #000;
}


.th_presse_cont{
	text-align: justify;
}

.a_langue{
	color: #000;
}

.a_langue:hover{
	color: #000;
}

/*add dda 2017_08_31*/
li.xx {
    text-transform: capitalize;
}