﻿@charset "UTF-8";
.tLine.selected{
    background-color: #00a08c;
    border: 1px solid #00a08c;
}

.list_film li.show .headerList { 
	text-decoration: none; 
	background: #28373c;
	margin-bottom:0;
	color: #fff;
    position: relative;
}

.list_film li .headerList .timeline {
	cursor: default;
	text-transform: initial;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 1em;
    font-size-adjust: none;
    font-stretch: normal;    
}

li .headerList .timeline {
    display: none;
}
/* right: -270px;
    width: 248px;*/
li.show .headerList .timeline {
    display: block;
    margin: 0;
    position: absolute;
	padding: 10px;
    background-color: rgba(0, 0, 0, 0.02);
    margin-bottom: 10px;
    right: -29%;
    width: 26%;
    top: 50px;
}

/*TIMELINE*/
#timeline {
    margin: 0;
    position: relative;
	padding: 10px;
    background-color: rgba(0, 0, 0, 0.02);
    margin-bottom: 10px;
}
.tTitre {
	display: block;
    font-size: 1.2em;
    text-decoration: none;
    font-weight: 600;
    text-align: left;
    padding: 5px 10px;
    text-transform: uppercase;
    color: #28373c;
	margin-bottom: 5px;
}
.tDeadline {
	overflow: hidden;
	position:relative;
}
.tTime {
	float:left;
	width: 8%;
}
.tBloc {
    float: right;
	width: 92%;
    background-color: rgba(0, 0, 0, 0.08);
    font-size: 12px;
    padding: 8px;
    color: #fff;
    cursor: unset;
	text-align: left;
	margin-bottom: 5px;
}
.tBloc .tFlag {
    left: 11px;
    position: absolute;
    width: 0;
    height: 0;
	top: 3px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid rgba(0, 0, 0, 0.08);
}
.tBloc .date {
    font-size: 1em;
    color: #f03700;
    font-weight: 700;
}
.tBloc .event {
    font-size: 1.2em;
    color: #28373c;
    font-weight: 700;
	text-transform:uppercase;
	margin: 5px 0;
}
.tBloc .comment {
    font-size: 1em;
    color: #28373c;
    font-weight: 400;
}
.tBloc .price {
	color: #fff;
    font-size: 11px;
    font-weight: 400;
    margin-top: 3px;
    float: right;
    background-color: #f03700;
    padding: 3px 5px;
}
.tLine {
    width: 2px;
    background-color: #f03700;
    margin-left: 2px;
    border: 1px solid #f03700;
	height: 100%;
	position:absolute;
}
.tMajor {
    left: -2px;
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #f03700;
    border: 2px solid #fff;
	top: 4px;
}
.tDeadline.selected .tBloc {
    background-color: #28373c;
}
.tDeadline.selected .tMajor {
    background-color: #00a08c;
}
.tDeadline.selected .tFlag {
    border-right: 7px solid #28373c;
}
.tDeadline.selected .tBloc .event {
    color: #fff;
}
.tDeadline.selected .tBloc .comment {
    color: #fff;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
    padding: 0;
}

.input2-group {
    position: relative;
    display: table;
	width: 100%;
    max-width: 400px;
}

.input2-group-addon {
    cursor: pointer;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    color: #f03700;
    text-align: center;
    background-color: #fff;
    border-radius: 0px;
	border-left: 0;
	display: table-cell;
	width: 40px;	
}
.input2-group-addon:hover {
	background-color: #fff;
}

.input2 {
    color: #28373c;
    font-size: 1em;
    font-weight: 400;
    margin: 0;
    padding: 0 10px;
    width: 100%;
    max-width: 310px;
    height: 32px;
    border-radius: 3px;
    transition: background-color .3s;
    -webkit-transition: background-color .3s;
    border: 1px solid #929497;
    background: #fff;
    -moz-box-shadow: 0px 2px 1px rgba(0,0,0,0.12);
    -webkit-box-shadow: 0px 2px 1px rgba(0,0,0,0.12);
    box-shadow: 0px 2px 1px rgba(0,0,0,0.12);
	border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}
.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.form-control.alert-form{
	border-color: rgb(185, 74, 72);
}

input.alert-form{
	border-color: rgb(185, 74, 72);
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

section {
    display: block;
    position: relative;
    width: 100%;
    z-index: 2;
}

.upload {
    margin: 10px auto 50px;
    text-align: center;
    width: 100px;
    height: 100px;
	cursor:pointer;
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee;
}

#upload-tablette {
    display: none;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset,
input, textarea, p, blockquote, th, td, button {
    margin: 0;
    padding: 0;
	-webkit-overflow-scrolling: touch;
}

.hidden { display:none; }
.clear { clear:both; }
:focus { outline: 0; }
.left { float:left; }
.right { float:right; }
.center { text-align: center; }
.tright { text-align: right; }
.marg_pict { margin: 2px; }
.marg_r { margin-right:10px; }
.marg_r5 { margin-right:5px; }
.marg_r10 { margin-right:10px; }
.marg_r20 { margin-right:20px; }
.marg_l { margin-left:10px; }
.marg_b { margin-bottom:10px; }
.marg_b20 { margin-bottom:20px; }
.marg_b30 { margin-bottom:30px; }
.marg_t { margin-top:10px; }
.marg_t20 { margin-top:20px; }
.marg_t30 { margin-top:40px; }
.relative { position: relative }
.over { overflow:hidden; }

.clearfix:before, .clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #e6e6e6;
}

b, strong { font-weight: 600; }
ol, ul { list-style-type: none; }

html, body {
	font: 12px/1em 'Open Sans', sans-serif;
	margin:0;
	background: #fff;
}

::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background-color: #c5c5c5;
}
::-webkit-scrollbar-thumb {
    background-color: #00a08c;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #00a08c;
	cursor:pointer;
}
::scrollbar {
    width: 10px;
}
::scrollbar-track {
    background-color: #c5c5c5;
}
::scrollbar-thumb {
    background-color: #aaa;
}
::scrollbar-thumb:hover {
    background-color: #00a08c;
	cursor:pointer;
}

.bullets li span.rouge {
	font-weight: 600;
    color: #f03700;
}

.bullets li span.vert {
	font-weight: 600;
    color: #00a08c;
}

.box_blanc2 .errors li {
	color: #f03700;
	margin-left:0px;
	font-style: italic;
	font-size: 1em;
}


.btn-vert{
    background-color: #00a08c;
}

a {
    color: #f03700;
    text-decoration: none;
	cursor:pointer;
}
a:hover, a:active, a:focus {
    text-decoration: underline;
}

H1, H2, H3, H4, p, a {
	-webkit-transition-property:all;
	-webkit-transition-duration:0.3s;
	-webkit-transition-timing-function:ease-in-out;
	-moz-transition-property:all;
	-moz-transition-duration:0.3s;
	-moz-transition-timing-function:ease-in-out;
	-o-transition-property:all;
	-o-transition-duration:0.3s;
	-o-transition-timing-function:ease-in-out;
	-ms-transition-property:all;
	-ms-transition-duration:0.3s;
	-ms-transition-timing-function:ease-in-out;
	transition-property:all;
	transition-duration:0.3s;
	transition-timing-function:ease-in-out;
}

.no_transition {
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
}

h1, h2, h3, h4, h5, h6, p, a {
    font-family: 'Open Sans', sans-serif;
}

h1 {
    color: #24373c;
    font-size: 2em;
    font-weight: 600;
    padding: 0;
    text-transform: uppercase;
    overflow: hidden;
    line-height: normal;
}

h2 {
    font-size: 1.5em;
	font-weight:400;
	color: #24373c;
	text-transform: uppercase;
	font-weight:600;
}

h3, .h3 {
    font-size: 1.1em;
    color: #28373c;
    font-weight: 600;
    line-height: 18px;
}

h4 {
    color: #28373c;
    font-size: 1em;
    line-height: 20px;
    font-style: italic;
	font-weight:400;
}

h5 {
	font-size: 1.3em;
    color: #28373c;
    font-weight: 600;
    line-height: 20px;
	text-transform:uppercase;
}

h6 {
    font-size: 12px;
	color: #545751;
	line-height: 25px;
}

p {
	font-size: 1.1em;
    line-height: 20px;
	margin:0;
	color: #28373c;
}

.italic { font-style:italic; }
.orange { color: #f03700; }
.vert { color: #00a08c; }
.rouge { color: #f03700; }
.textgris { color: #28373c; }
.asterisc { font-size: 1em; color: #f03700; font-weight: 500; line-height:14px; }

.slider {
	background-color: #28373c;
	padding: 0;
}

.banner {
	background: radial-gradient(ellipse at center,rgba(0,0,0,0),rgba(0,0,0,0.1));
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	cursor: default;
	/*height: 100vh;*/
	min-height: 100vh;
	overflow: hidden;
	position: relative;
	text-align: center;
	z-index: 9900;
}

.banner_maint {
	background: radial-gradient(ellipse at center,rgba(0,0,0,0),rgba(0,0,0,0.35));
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	cursor: default;
	/*height: 100vh;*/
	min-height: 100vh;
	overflow: hidden;
	position: relative;
	text-align: center;
	z-index: 9900;
}

	
.ligne { 
	width:100%;
	overflow:hidden; 
	border-top: 1px solid #e1dcdc;
}

.container {
    margin-right: auto;
    margin-left: auto;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
    max-width: 1240px;
}

header {
    width: 100%;
    height: 200px;
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */
	background-size: cover; /* version standardisée */
}

.bis {
    width: 100%;
    height: 110px;
}

.baseline_h {
    text-align: left;
    font-size:3em;
    font-weight: 600;
    color: #28373c;
    display: block;
    margin: 70px 0 0 20%;
    line-height: 115%;
    text-transform:uppercase;
    text-shadow: 5px 0px 10px rgba(0, 0, 0, 0.1);
}

#menu.full {
  position: absolute;
  top:200px;
}

.dash {
	width: 100%;
	z-index: 9000;
    height: 500px;
	background: url(../img/bg_dashboard.jpg) no-repeat center top;
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */
	background-size: cover; /* version standardisée */
}

.baseline {
    text-align: left;
    font-size:3em;
    font-weight: 600;
	color: #dcdcdc;
    display: block;
    margin: 170px auto 0;
    width: 400px;
    line-height: 105%;
	text-transform:uppercase;
	text-shadow: 5px 0px 15px rgba(0, 0, 0, 1);
}
.baseline strong {
    color: #fff;
}

.cdd {
	position: absolute;
	top: 275px;
	left: -1px;
	height: 70px;
	width: 80px;
	background-color: #00a08c;
	cursor: pointer;
	z-index: 2001;
	transition: all .3s;
	-webkit-transition: all .3s;
	overflow: hidden;
}
.cdd:hover {
	width:125px;
}
.cdd p {
	font-weight: 700;
    text-transform: uppercase;
    font-size: 1.9em;
	line-height:70px;
	color: #dcdcdc;
	padding: 0 15px;
	opacity:1;
}
.cdd:hover p {
	padding: 0 35px;
	
}

.logo {
    display: inline-block;
    float: left;
    margin: 18px 10px;
}

.logo img {
    max-height: 110px;
}

.language-selection {
    padding-left: 10px;
    position: relative;
    display: block;
    float: right;
	z-index: 500;
	cursor:pointer;
	margin-top: -5px;
}

.language-selection2 {
    padding-left: 10px;
    position: relative;
    display: block;
    float: right;
    z-index: 500;
    cursor:pointer;
    margin-top: -5px;
}

.language-selection ul {
    float: left;
    list-style-type: none;
    padding-left: 0;
}

.language-selection li {
    -webkit-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    overflow: hidden;
    float: left;
    max-width: 0
}
.language-selection a {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 18px;
	padding: 0;
    font-size: 1.3em;
    font-weight: 600;
    height: 26px;
    line-height: 26px;
	display: inline-block;
    text-align: center;
    cursor: pointer;
    transition: all .3s;
	-webkit-transition: all .3s;
	color: #28373c;
	text-transform:uppercase;
}

.language-selection2 a {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 18px;
    padding: 0;
    font-size: 1.3em;
    font-weight: 600;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    transition: all .3s;
    -webkit-transition: all .3s;
    color: #28373c;
    text-transform:uppercase;
}

.language-selection .active {
    max-width: 50px;
}
.language-selection:hover .active a, .language-selection li:hover a {
	color: #f03700;
}
.language-selection .open {
    display: block;
    float: left;
    top: 20px;
	margin-left:5px;
    position: relative;
	-webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform ease-in-out .25s;
    transition: transform ease-in-out .25s;
}
.language-selection:hover .open {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.language-selection:hover li {
    max-width: 50px
}

.btn.home-orange {
    background-color: #f03700;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 20px;
    line-height: 130%;
    width: 100%;
}

.btn.home-bleu{
    background-color: #00a08c;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 20px;
    line-height: 130%;
    width: 100%;
}

.btn.btn-small.appelfest{
    background-color: #fff;
    color: #f03700;
}

.btn.btn-small.appelfest:hover{
    background-color: #f03700;
    color: #fff;
}

.btn.btn-small.appelfest.selected{
    background-color: #f03700;
    color: #fff;
}

.input_home { 
	color: #28373c;
	font-size: 1em;
    font-weight: 400;
	margin: 0;
	padding: 0 10px;
	width: 40%;
	height:32px;
	line-height:1.333em;
	border-radius: 3px;
	transition: background-color .3s;
	-webkit-transition: background-color .3s;
	border: 1px solid #929497;
    background: #fff;
	-moz-box-shadow: 0px 2px 1px rgba(0,0,0,0.12);
    -webkit-box-shadow: 0px 2px 1px rgba(0,0,0,0.12);
    box-shadow: 0px 2px 1px rgba(0,0,0,0.12);
}

.input_home:hover, .input_home:active, .input_home:focus { border: 1px solid #f03700; }

 #gototop {
    opacity: 1;
    position: fixed;
    cursor: pointer;
	bottom: 40px;
	right: 40px;
    text-align: center;
    vertical-align: middle;
	background: #b5a500;
	border-radius: 3px;
	height: 30px;
	width: 38px;
	padding-top: 5px;
	z-index: 9800;
}

 #gototop img {
	-webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

#gototop:hover {
	background-color: #cc2500;
	text-decoration: none;
}
#gototop:hover img {
	opacity:1;
}

.scroll_down {
  width: 100%;
  cursor:pointer;
  text-align: center;
  padding-top: 260px;
  overflow:hidden;
}

.scroll_down2 {
    width: 100%;
    cursor:pointer;
    text-align: center;
    padding-top: 420px;
    overflow:hidden;
}

#highlights {
	display:inline-block;
    max-width: 100%;
	/*max-width: 1024px;*/
	text-align:center;
}

#highlights .col4 {
	float:left;
	width:18%;
	margin-right: 2%;
	overflow:hidden;
	text-align:center;
}
#highlights .col4:last-child {
	margin-right: 0;
}
.upload {
    margin: 10px auto 50px;
    text-align: center;
    width: 100px;
    height: 100px;
	cursor:pointer;
}
.log {
	margin-right: auto;
    margin-left: auto;
	background: rgba(0,0,0, 0.2);
	padding:27px 25px 5px 25px;
    width:640px;
    overflow:hidden;
	margin-bottom:100px;
	border-radius: 3px;
	text-align:left;
}
.cercle-icon {
    background: #f03700;
    margin: 10px auto;
    text-align: center;
    width: 30px;
    height: 30px;
    position: relative;
    border-radius: 50%;
	vertical-align:middle;
	line-height:30px;
	color:#fff;
	font-size: 1.2em;
	font-weight:700;
}
.cercle-icon.selected {
    background: #00a08c;
}
.col-5item {
	float:left;
	width:18%;
	padding: 0 2px 30px 2px;
	margin: 0 1% 30px;
	overflow:hidden;
	text-align:center;
	color:#28373c;
	cursor:pointer;
}
.col-4item {
	float:left;
	width:23%;
	padding: 0 2px 10px 2px;
	margin: 0 1%;
	overflow:hidden;
	text-align:center;
	color:#28373c;
	cursor:pointer;
}
.col-5item p {
	color:#28373c;
	font-weight:400;
	line-height: 16px;
	letter-spacing: -0.5px;
}
.cercle-icon-large {
    margin: 10px auto 30px;
    text-align: center;
    width: 105px;
    height: 105px;
    position: relative;
    border-radius: 50%;
	border: 14px solid #f03700;
	vertical-align:middle;
	cursor:pointer;
}
.cercle-icon-large p {
	font-size: 1.1em;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 80px;
    color: #e1dcdc;
}
.cercle-icon-large:hover p {
    color: #f03700;
}
.box_maint {
	width: 50%;
	margin:0 auto;
	border-top: 5px solid #cc2500;
    background: #fff;
	-moz-box-shadow: 0px 2px 1px rgba(0,0,0,0.22);
    -webkit-box-shadow: 0px 2px 1px rgba(0,0,0,0.22);
    box-shadow: 0px 2px 1px rgba(0,0,0,0.22);
	font-size: 1em;
    color: #2b0000;
    font-weight: 400;
    line-height: 18px;
	padding:30px;
}
.box_maint h2 {
    font-size: 2.2em;
    font-weight: 600;
    color: #2b0000;
    line-height: 1.2em;
	/*margin-bottom: 15px;*/
	text-transform:uppercase;
}
.logo_maint img {
	width: 288px;
}
.box_maint2 {
	width: 100%;
    background: #000;
	text-align:center;
	height: 178px;
	overflow:hidden;
	margin-bottom:50px;
}
header .user {
    float: right;
    position: relative;
    display: inline-block;
    width: 45px;
    height: 45px;
    transition: all .3s;
	-webkit-transition: all .3s;
	background: url(../img/icon_user2.png) no-repeat center center, #f03700;
	margin-top: 105px;
	cursor:pointer;
}
header .user:hover {
	transition: all .3s;
	-webkit-transition: all .3s;
	background: url(../img/icon_user.png) no-repeat center center, #f03700;
}

header .login {
    float: right;
    position: relative;
    display: inline-block;
    height: 45px;
	line-height:45px;
    padding: 0 15px 0 20px;
	background: #28373c;
	margin-left: 15px;
	color: #fff;
	font-size: 1.4em;
    font-weight: 600;
	min-width:230px;
	cursor:pointer;
}

header .login1 {
    float: right;
    position: relative;
    display: inline-block;
    height: 45px;
	line-height:45px;
    padding: 0 15px 0 20px;
	background: #F03700;
	margin-left: 15px;
	color: #fff;
	font-size: 1.4em;
    font-weight: 600;
	min-width:230px;
	cursor:pointer;
}

header .login .open {
    display: block;
    float: right;
	margin-left:5px;
    position: relative;
	-webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform ease-in-out .25s;
    transition: transform ease-in-out .25s;
}

/* Account */

.account {
    display: none;
    /*position: absolute;*/
    line-height: 0.9em;
    z-index: 9999;
    background: rgba(40, 55, 60, 0.8);
    padding: 15px;
    
    width:230px;
    min-height: 81px;
}

/*** menu ***/

#menu {
  background: #fff;
  height:65px;
  left: 0;
  padding: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 100;
}

#menu.full2 {
  position: absolute;
  top:500px;
}

#menu a {
	font-size: 1.3em;
	display: inline-block;
	text-align:center;
	line-height: 65px;
	font-weight:600;
	text-transform:uppercase;
	padding: 0 35px;
	color: #f03700;
	cursor:pointer;
	margin:0;
	text-decoration:none;
}

#menu a:hover, #menu a.selected {
	color: #fff;
	background-color:#f03700;
	text-decoration:none;
}

.col_left {
	display: inline-block;
    float: left;
	background-color: #fff;
	width: 80%;
	padding: 60px 25px 25px;
}

.col_right {
	display: inline-block;
    float: right;
    height: 100%;
	width: 20%;
	padding-top: 60px;
	text-align:center;
}

.canard { 
	z-index:9999;
	display: block;
}

.canard .help { 
    background: rgba(0, 0, 0, 0.08);
	width:100%;
	z-index:1;
    overflow: hidden;
    height: auto;
    /*max-height: 0;*/
    -webkit-transition: max-height 0.5s ease-out;
    -moz-transition: max-height 0.5s ease-out;
    -o-transition: max-height 0.5s ease-out;
    -ms-transition: max-height 0.5s ease-out;
    transition: max-height 0.5s ease-out;
	margin-right: 0%;
	margin-left: 0%;
	margin-bottom: 20px;
}

.canard.show .help {
    -webkit-transition: max-height 0.5s ease-in;
    -moz-transition: max-height 0.5s ease-in;
    -o-transition: max-height 0.5s ease-in;
    -ms-transition: max-height 0.5s ease-in;
    transition: max-height 0.5s ease-in;
    max-height: 1000px;
}
.canard .help div {
    color: #28373c;
	padding: 20px;
    font-size: 1em;
    line-height: 16px;
    font-weight: 400;
	text-align:left;
}
aside {
    display: inline-block;
    float: left;
	width: 23%;
	margin-right: 3%;
}

article {
    display: inline-block;
    float: left;
	width: 74%;
}

article.faq {
	margin-left:245px;
}
.box_titre {
	width: 100%;
	padding: 0;
}
.titre {
    width: 100%;
    padding: 0;
    font-size: 2em;
    color: #28373c;
    font-weight: 600;
    text-transform: uppercase;
	text-align:center;
	line-height: 1em;
	height:70px;
}
.titre p, .titre2 p {
    color: #28373c;
    font-size: 0.6em;
    font-weight: 400;
	text-transform:none;
	line-height: 1.2em;
}
.titre2 {
    width: 100%;
    padding: 0;
    font-size: 2em;
    color: #28373c;
    font-weight: 600;
    text-transform: uppercase;
	line-height: 1.2em;
	margin: 10px 0 30px;
	text-align:center;
}
.infos {
    display: inline-block;
    float: right;
    width: 10%;

    line-height: 20px;
    padding: 0 10px 0 10px;
    text-align: right;
}
.box_infos {
    width: 100%;
    background-color: #dcdcdc;
    padding: 10px;
    color: #24373c;
	overflow:hidden;
}
.bloc_infos {
    width: 100%;
    margin-bottom: 25px;
}
.box_infos2 {
    margin-left: 80px;
}
.box_pictinfo {
	float:left;
	width: 60px;
	height:60px;
    padding: 15px;
    background-color: #f03700;
	margin: 0 10px 0 0;
	text-align:center;
}
.box_stitre {
	width: 100%;
	padding: 0;
	line-height: 1.2em;
	font-size: 1.5em;
	color: #f03700;
    font-weight: 600;
	text-transform:uppercase;
	height:35px;
	text-align:center;
}

.stitre {
	display:block;
	text-decoration: none;
	text-align:left;
	padding: 5px 10px 7px 0;
	margin:15px 0 0;
	text-transform:uppercase;
	border-bottom: 1px solid #e6e6e6;
    font-size: 1.2em;
    color: inherit;
    text-transform: uppercase;
    font-weight: 600;
    color: #f03700;
	}
.stitre2 {
	display:block;
	font-size: 1.2em;
	color: #f03700;
	text-decoration: none;
	font-weight:600;
	text-align:left;
	padding: 5px 10px 7px 0;
	margin:15px 0 0;
	text-transform: uppercase;
	line-height: 20px;
	 }
	 
.stitre3 {
	display:inline-block;
	float:left;
	font-size: 1.2em;
	text-decoration: none;
	font-weight:600;
	text-align:left;
	padding: 5px 10px 7px 0;
	margin:15px 0 0;
	text-transform:uppercase;
	color: #f03700;
	 }
.stitre4 {
	display:block;
	font-size: 1.1em;
	color: #fff; 
	text-decoration: none;
	font-weight:600;
	text-align:left;
	padding: 5px 10px;
	background: #f03700;
	margin:15px 0 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	line-height:20px;
	text-transform:uppercase;
	border-bottom: 1px solid #fff;
	 }
.pict_compet {
	display:inline-block;
	float:left;
	padding: 5px 10px;
	margin:10px 0 0;
	 }

footer {
    background: #dcdcdc;
    width: 100%;
    padding: 60px 0 20px;
}
footer .col {
    display:inline-block;
    margin:0 1%;
    width: 22%;
    vertical-align:top;
	float: left;
}

footer img {
	margin-right: 15px;
	margin-top: 25px;
	opacity: 1;
}

footer img:hover {
    opacity:1;
}
footer p {
    text-align: left;
    font-size: 1em;
    color: #28373c;
    font-weight: 400;
}
footer a {
    font-size: 1em;
    color: #28373c;
    font-weight: 600;
    line-height: 18px;
}
footer a:hover {
    color: #28373c;
}
footer .copyright {
    display:block;
    font-size: 1em;
    color: #28373c;
    font-weight: 400;
	width:98%;
	margin: 50px 1% 0 1%;
	line-height: 1.2em;
    text-transform:uppercase;
}

.contain_home {
    margin-right: auto;
    margin-left: auto;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    /*width: 100%;*/
	padding: 0 20px;
    max-width: 1024px;
}

.pageseul {
    background: #FFF;
    overflow: hidden;
    padding: 50px 0;
    font-size: 14px;
    line-height: 1.5;
}

.pageseul ul{
    list-style-type: disc;
}

.pageseul.border {
    border-top: 65px solid #fff;
}

.pageseul h1 {
    font-size: 2em;
    color: #f03700;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}
.pageseul h2 {
    color: #28373c;
    margin-bottom: 10px;
}
.pageseul h3 {
    color: #f03700;
    padding: 10px;
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 600;
}
.pageseul h4 {
    color: #616868;
    font-size: 1.8em;
    font-weight: 600;
    font-style: normal;
    margin-bottom:10px;
}
.pageseul li {
    color: #28373c;
    font-size: 1em;
    text-align: left;
    line-height: 1em;
    margin-left: 50px;
}

.pageseul .faq ul {
	list-style-type: none;
}

.pageseul .faq li {
    color: #28373c;
    font-size: 1em;
    text-align: left;
    line-height: 1em;
    margin-left: 0px;
}

.partners {
    width: 100%;
	background: #dcdcdc;
	padding:0;
	overflow:hidden;
	text-align:center;
}
.partners h2 {
    font-size: 1.5em;
    color: #28373c;
    font-weight: 600;
    text-transform: uppercase;
	float:left;
	margin: 55px 20px 0 4%;
}
.partners img {
	margin:30px 35px;
	opacity:1;
}
.partners img:hover {
	opacity:1;
}

.type {
    color: #28373c;
    background: #949b9e;
    padding: 3px 10px;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 0.9em;
    text-transform: uppercase;
    font-weight: 400;
}
.type:hover {
	background: #fff;
	color: #28373c;
	text-decoration:none;
}

.mainMenu {
	width:100%;
}

.mainMenu li .headerMenu, .mainMenu_faq li .headerMenu {
    display: inline-block;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    transition: all .3s;
	color: #fff;
	padding: 0 10px;
	font-size: 1.1em;
	font-weight:600;
	width:100%;
		background-color: #f03700;
	text-transform:uppercase;
	line-height:50px;
	margin-bottom:20px;
}
.mainMenu li .headerMenu img, #mainMenu_faq li .headerMenu img {
    float: right;
    width: 20px;
    height: 20px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	transition: -webkit-transform .2s;
    transition: transform .2s;
	margin-top:15px;
}
.mainMenu li:hover .headerMenu img, .mainMenu li.selected .headerMenu img, #mainMenu_faq li:hover .headerMenu img  {
	-webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}
	
.mainMenu li:hover .headerMenu, #mainMenu_faq li:hover .headerMenu {
	text-decoration: none;
	background-color: #c72e00;
}

.mainMenu li:last-child .headerMenu, #mainMenu_faq li:last-child .headerMenu {
	border-bottom: 0;
}

.mainMenu li.show .headerMenu, #mainMenu_faq li.sub .headerMenu {
	color: #fff;
}
.mainMenu li.sub .headerMenu, #mainMenu_faq li.sub .headerMenu {
    border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.mainMenu li .contentMenu, #mainMenu_faq  li .contentMenu {
    overflow: hidden;
    height: auto;
    max-height: 0;
    -webkit-transition: max-height 0.3s ease-out;
    -moz-transition: max-height 0.3s ease-out;
    -o-transition: max-height 0.3s ease-out;
    -ms-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
}

.mainMenu li.show .contentMenu, #mainMenu_faq li.show .contentMenu {
    -webkit-transition: max-height 0.3s ease-in;
    -moz-transition: max-height 0.3s ease-in;
    -o-transition: max-height 0.3s ease-in;
    -ms-transition: max-height 0.3s ease-in;
    transition: max-height 0.3s ease-in;
    max-height: 1000px;
}

#mainMenu_faq {
  position: fixed;
  top:115px;
  width: 217px;
}

#mainMenu_faq.full3 {
  position: absolute;
  top:275px;
}

.subMenu li {
    display:block; 
	font-size:1em; 
	font-weight: 600; 
	color: #28373c; 
	text-decoration:none; 
	padding: 5px 10px; 
	list-style: none; 
	-moz-user-select: none; 
	-khtml-user-select: none; 
	border-bottom: 1px solid #929497;
	margin:0; 
	line-height:20px;
	background: #dcdcdc;
	transition: all .3s;
	-webkit-transition: all .3s;
	cursor: pointer;
}
.subMenu li:last-child {
	border-bottom: 0;
}
.subMenu li img {
    float: right;
    width: 20px;
    height: 20px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	opacity:1;
}
.subMenu li:hover, .subMenu li.selected { 
	text-decoration: none; 
	color: #fff;
	background: #c72e00;
}

.headerBloc {
    display: inline-block;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
	color: #fff;
	padding: 0 10px;
	font-size: 1.1em;
	font-weight:600;
	width:100%;
		background-color: #f03700;
	text-transform:uppercase;
	line-height:50px;
}

.timbre {
  width: 100%;
  height: 65px;
  font-size: 2.4em;
  color:#fff;
  font-weight: 600;
  line-height:65px;
  text-align:center;
  background: url(../img/timbre.png) no-repeat center center;

}

/*** liste films ***/

.list_film li .headerList {
    display:block; 
	font-size:1.4em; 
	font-weight: 600; 
	color: #28373c; 
	text-align: left; 
	padding: 10px 20px;
	list-style: none; 
	-moz-user-select: none; 
	-khtml-user-select: none; 
	margin-bottom:10px; 
	line-height: 30px;
	transition: all .3s;
	-webkit-transition: all .3s;
	cursor: pointer;
	text-transform:uppercase;
	background: #dcdcdc;
}
.list_film li .headerList.faqList {
	font-size:1em; 
	font-weight: 600; 
	padding: 5px;
	line-height: 20px;
	text-transform:none;
	background: #fff;
	border-radius:0;
	margin-bottom:0;
	border-bottom: 1px solid rgba( 0,0,0,.1);
	color: #28373c;
	text-indent: 5px;
}

.list_film li:hover .headerList { 
	text-decoration: none; 
	background:#28373c;
	color: #fff;
}
.list_film li.show .headerList { 
	text-decoration: none; 
	background: #28373c;
	margin-bottom:0;
	color: #fff;
}

.list_film li:hover .headerList.faqList { 
	text-decoration: none; 
	background: #dcdcdc;
	color: #28373c;
}
.list_film li.show .headerList.faqList { 
	text-decoration: none; 
	margin-bottom:0;
	background: #fff;
	    color: #f03700;
}
.list_film li .headerList img {
    float: left;
    width: 15px;
    height: 15px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	transition: -webkit-transform .2s;
    transition: transform .2s;
	margin-top:3px;
}
.list_film li:hover .headerList img, .list_film li.show .headerList img  {
	-webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}
.list_film li .contentList {
    overflow: hidden;
    height: auto;
    max-height: 0;
    -webkit-transition: max-height 0.3s ease-out;
    -moz-transition: max-height 0.3s ease-out;
    -o-transition: max-height 0.3s ease-out;
    -ms-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
}

.list_film li.show .contentList {
    -webkit-transition: max-height 0.3s ease-in;
    -moz-transition: max-height 0.3s ease-in;
    -o-transition: max-height 0.3s ease-in;
    -ms-transition: max-height 0.3s ease-in;
    transition: max-height 0.3s ease-in;
    max-height: 1500px;
}
.bloc_details {
	padding: 20px;
	background-color: rgba(0, 0, 0, 0.02);
	margin-bottom:10px;
	border-top: 1px solid #e6e6e6;
}
.bloc_details.border {
	border-bottom: 6px solid rgba(126, 111, 102, 0.55);
}

/*** showcase ***/

#showcase {
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
	width: 100%;
	}

#showcase>div {
    cursor: pointer;
    position: relative;
	padding:10px;
	margin:10px;
	min-height: 300px;
    min-width: 230px;
    -webkit-flex: 1 1 230px;
    -ms-flex: 1 1 230px;
    flex: 1 1 230px;
	background-repeat:no-repeat;
    background-position:top center;
    background-size:100% auto;
	transition: all 0.4s;
   -moz-transition: all 0.4s;
   -webkit-transition: all 0.4s;
   -o-transition: all 0.4s;
   background-color: #dcdcdc;
}

#showcase>div .text {
   position:absolute;
   bottom:0;
   left:0;
   z-index:3;
   width:100%;
   height:95px;
   /*background: rgba(40, 55, 60, 0.8);*/
   background: rgba(237, 234, 234, 0.9);	
   padding: 15px;
	transition: all 1s;
   -moz-transition: all 1s;
   -webkit-transition: all 1s;
   -o-transition: all 1s;
   overflow:hidden;
   /*border-top: 5px solid #f03700;*/
}
#showcase>div:hover .text {
   height:300px;
   text-decoration: none;
}

#showcase>div .text .btn_fest {
	display:inline-block;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .3s;
	-webkit-transition: all .3s;
	background-color: #f03700;
	/*color: #fff;*/
	color: #000;
	padding: 0 10px;
	font-size: 0.9em;
	font-weight:400;
	text-transform:uppercase;
	height: 23px;
	line-height: 23px;
}

#showcase>div .text .btn_fest:hover {
	text-decoration: none;
    background-color: #c72e00;
} 

#showcase>div h1, #showcase>div h1 a {
   font-size: 1.1em;
   font-weight: 600;
   letter-spacing: -0.04em;
   /*color: #fff;*/
	color: #000;
	text-transform:uppercase;
	min-height: 34px;
	line-height:1.3em;
	overflow:hidden;
	text-decoration: none;
	margin-bottom:0;
}

#showcase>div h2 {
   font-size: 12px;
   font-weight: 600;
   /*color: #fff;*/
	color: #000;
	margin: 0;
	line-height:16px;
	overflow:hidden;
}
#showcase>div h3 {
   font-size: 12px;
   font-weight: 600;
   /*color: #fff;*/
	color: #000;
	margin: 0;
	overflow:hidden;
}

.etat {
	position: absolute;
	bottom: 10px;
	right: 10px;
    text-align: center;
    vertical-align: middle;
	padding: 0;
	height: 20px;
	width: 50px;
} 

ul.bullets {
    font-size: 12px;
	font-weight:600;
    /*color: #fff;*/
	color: #000;
    margin: 15px 0;
	padding:0;
	height:150px;
	overflow-y: auto;
	overflow-x: hidden;
	text-transform:uppercase;
}

ul.bullets .close {
    font-size: 14px;
	font-weight:600;
    color: #cc2500;
    margin: 0;
	padding:0;
	line-height:110px;
	width:100%;
	text-transform:uppercase;
}
.bullets li {
    padding-left: 15px;
    background: transparent url(../img/icon_fleche2.png) no-repeat;
    background-size: 12px 12px;
	text-align: left;
	margin-bottom: 5px;
	font-weight:600;
}
.bullets li span {
	font-size: 12px;
	line-height: 15px;
	/*color: #fff;*/
	color: #000;
	font-weight:400;
	text-transform:none;
}
ul.bulldash {
    font-size: 12px;
	font-weight:600;
    color: #28373c;
    margin: 5px 0;
	padding:0;
	height:100%;
	overflow:hidden;
	text-transform:uppercase;
}
.bulldash li {
    padding-left: 15px;
    background: transparent url(../img/icon_fleche2.png) left 3px no-repeat;
    background-size: 12px 12px;
	text-align: left;
	line-height:18px;
	font-weight:600;
	cursor:pointer;
	transition: all .3s;
	-webkit-transition: all .3s;
}
ul.bulldash li:hover {
    color: #cc2500;
	 background: transparent url(../img/icon_fleche2.png) 10px 3px no-repeat;
	padding-left: 25px;
	transition: all .3s;
	-webkit-transition: all .3s;
}

/*** festival fiche ***/

.bloc_tfest {
	position: relative;
   width:100%;
   overflow:hidden;
   padding:0;
   margin-bottom: 20px;
}
.bloc_tfest a {
   color: #28373c;
}
.bloc_tfest .image {
	display:inline-block;
	float:left;
	width:18%;
	max-width:200px;
	padding:0;
	margin-right:2%;
	height:100%;
}
.bloc_tfest .image img {
	max-width:100%;
}
.bloc_tfest .text {
	display:inline-block;
	float:left;
	width:80%;
	padding:0;
	height:100%;
	color: #28373c;
}
.reseaux {
	width:100%;
	padding:10px 0 0 0;
	margin:10px 0 0 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.col1 {
	display:inline-block;
	float:left;
	padding:15px 0 0 0;
	margin-right: 0;
	overflow:hidden;
}
.col1.coord {
	margin-right: 15%;
}
.col1.l100 {
	float:none;
	width:100%;
}
.col1.l50 {
	width:49%;
	margin-right: 2%;
}
.col1.l50:last-child {
	margin-right: 0;
}
.col1 p {
	display:inline-block;
	float:left;
   	font-size: 1.1em;
    font-weight: 400;
	padding:0;
	margin: 3px 0 5px 0;
}
h1.tfest {
    color: #28373c;
	font-size: 1.8em;
    font-weight: 600;
    text-align: left;
    padding: 0;
	text-transform:uppercase;
	margin-bottom:5px;
	line-height:1em;
}
h2.lfest {
    color: #28373c;
   	font-size: 1.4em;
    font-weight: 400;
    letter-spacing: -0.04em;
	line-height:1em;
}

.preview-picture {
    width: 95px;
    text-align: center;
    display: inline-block;
	cursor:pointer;
	overflow:hidden;
}
.preview-picture img {
    width: 100%;
	line-height:none;
}
.preview-suppr {
    position: relative;
    float: right;
	margin:0;
}
.bloc_img {
    overflow: hidden;
    margin: 10px 5px 5px 0;
    padding: 5px;
    background-color: #dedede;
    border: 1px solid #00a08c;
}
.bloc_gris {
    overflow: hidden;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.05);
}
#drop-target {
    border: 4px dashed rgba(0, 0, 0, 0.15);
    color: #28373c;
    font-size: 22px;
	font-weight:600;
    padding: 25px;
	line-height:45px;
	background-color: rgba(255, 255, 255, 0.5);
}

/*** MSG ***/

.msg_bloc {
    margin: 15px 0 0 10px;
	float:left;
	width:92%;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	background-color: #fff;
	font-size: 1.1em;
	color: #28373c; 
	text-decoration: none;
	line-height: 16px;
}
.reply_msg {
    border: none;
    width: 100%;
    height: 100px;
    overflow: hidden;
    background-color: #fff;
	border: 1px solid #929497;
    resize: vertical;
    margin: 0;
    padding: 5px 2%;
    font-size: 12px;
	border-radius: 3px;
	-moz-box-shadow: 0px 2px 1px rgba(0,0,0,0.12);
    -webkit-box-shadow: 0px 2px 1px rgba(0,0,0,0.12);
    box-shadow: 0px 2px 1px rgba(0,0,0,0.12);
}
.reply_msg:focus, .reply_msg:hover, .reply_msg:active {
 border: 1px solid #f03700;
  background: rgba(0, 0, 0, 0.04);
}
.arrow_box {
    position: relative;
}

.arrow_box:after {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    top: 15px;
	border-color: rgba(255, 255, 255, 0);
    border-right-color: #28373c;
    border-width: 8px;
}

.msgcontent {
    max-height: 600px;
    margin: 0 0 10px 0;
    overflow: hidden;
    padding: 0;
    /*background-color: rgba(0, 0, 0, 0.05);*/
}

ul.listmsg {
	padding:0;
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 600px;
}
ul.listmsg li {
	width: 96%;
	border-bottom: 1px solid #dddddd;
    padding: 20px 2%;
	font-size: 1.1em;
	color: #28373c; 
	text-decoration: none;
	line-height: 16px;
	}

ul.listmsg li .head {
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}

/*** commande ***/

.statut {
	font-size: 1em;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    background: #838a8d;
    padding: 10px 3px;
    margin: 0;
}
.statut p {
    color: #fff;
}

.statut.selected {
    font-size: 1em;
    color: #fff;
    text-decoration: none;
    background: #00a08c;
    padding: 5px;
    margin: 0;
}

.quantity-select {
  position: relative;
  text-align: left;
  display: inline-block;
  border-radius: 3px;
  border: none;
  padding: 0 28px 0 0;
}

.quantity-select .amount {
  color: #666;
  font-size: 1em;
  font-weight: 600;
  float: left;
  width: 50px;
  padding: 8px 0 6px 0;
  text-align: center;
  border-radius: 3px 0 0 3px;
  border: 1px solid rgba( 0,0,0,.2);
}

.quantity-select .arrows {
  height: 100%;
  width: 28px;
  position: absolute;
  right: 0;
}
.quantity-select .arrows .btn-qte {
	display: inline-block;
	text-align: center;
	cursor: pointer;
	padding: 2px 5px 0;
	font-size: 0.9em;
	font-weight:400;
	background: #00a08c;
	border-radius: 0 3px 3px 0;
	height: 50%;
}
.quantity-select .arrows .btn-qte:hover, quantity-select .arrows .btn-qte:focus, quantity-select .arrows .btn-qte:active {
	background: #f03700;
}
.quantity-select .arrows .btn-qte.plus {
	border-radius: 0 3px 0 0;
}
.quantity-select .arrows .btn-qte.moins {
	border-top: 1px solid #cccccc;
	border-radius: 0 0 3px 0;
}

.bloc_prix {
	display:inline-block;
	float:right;
    overflow: hidden;
    margin: 0 5px 0 15px;
    padding: 0;
    text-align: center;
    color: #28373c;
    font-size: 1.1em;
    font-weight: 600;
	width: 110px;
	line-height: 18px;
}
.bloc_prix2 {
	display:inline-block;
	float:right;
    overflow: hidden;
    margin: 0 0 0 15px;
    text-align: center;
    color: #28373c;
    font-size: 1.1em;
    font-weight: 600;
	width: 115px;
}
.bloc_mode {
	display:inline-block;
	width: 48.7%;
	padding:10px;
	margin-right: 0.5%;
	margin-left: 0.5%;
	margin-top: 10px;
	text-align:left;
	border: 1px solid #838a8d;
	min-height: 185px;
}

.bloc_mode .table {
    display: table;
    width: 100%;
}
.bloc_mode .table div {
    vertical-align: middle;
	display: table-cell;
}
.bloc_mode .table .add {
    overflow: hidden;
    margin: 0;
    padding: 10px;
    /*background-color: #fafafa;*/
	font-size: 1.1em;
    line-height: 18px;
    margin: 0;
    color: #28373c;
}
.bloc_mode .table .radio {
	width: 25px;
	color: #28373c;
	 }
	
/*** boutons ***/
  
.btn {
    display: inline-block;
    font-weight: normal;
    text-align: center;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 0 25px;
    font-size: 1em;
	font-weight:400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .3s;
	-webkit-transition: all .3s;
	background-color: #f03700;
	color: #fff;
	text-transform:uppercase;
}

.btn.hover, .btn:active, .btn:focus, .btn.selected {
	background-image: none;
	outline: 0;
	text-decoration:none;
}
.btn-small {
	padding: 0 15px;
	font-size: 0.9em;
	height: 28px;
	line-height: 28px;
}
.btn-medium {
	padding: 0 20px;
	font-size: 12px;
	height: 35px;
	line-height: 35px;
}
.btn-large {
	height: 45px;
	line-height: 45px;
	padding: 0 25px;
	font-size: 14px;
}
.btn-large:hover, .btn-large:focus, .btn-large:active, .btn-small:hover, .btn-small:focus, .btn-small:active, 
.btn-medium:hover, .btn-medium:focus, .btn-medium:active,
.btn:hover.rouge, .btn:focus.rouge, .btn:active.rouge,
.btn.selected  {
	text-decoration: none;
	background-color: #c72e00;
}

.btn.noir {
    background-color: #28373c;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 20px;
    line-height: 130%;
    width: 100%;
}
.btn.btn-noir{
	font-weight:600;
	background-color: #28373c;
	color: #fff;
}
.btn:hover.btn-noir, .btn:focus.btn-noir, .btn:active.btn-noir, .btn.btn-noir.selected {
	background-color: #28373c;
}

.btn.blanc {
    background-color: #fff;
	color: #28373c;
	font-size: 1.7em;
	font-weight:600;
}

.btn:hover.noir, .btn:focus.noir, .btn:active.noir, .btn.noir.selected {
	color: #fff;
}

.btn.home {
    background-color: #00a08c;
	color: #fff;
}

.btn:hover.home, .btn:focus.home, .btn:active.home, .btn.home.selected {
   background-color: #007768;
}
.btn.nu {
   background-color:transparent;
	text-transform:none;
	font-size: 1.2em;
	height: 25px;
	line-height: 25px;
}

.btn:hover.nu, .btn:focus.nu, .btn:active.nu, .btn.nu.selected {
    color: #f03700;
	text-decoration:none;
}

.btn_center { 
	text-align: center;
	padding: 0;
	 }
.btn.disabled {
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	background-color: rgba(0,0,0, 0.5);
}
/*** lightview ***/

.lightview {
    position:fixed;
    display: none;
    background-color: rgba(0, 0, 0, 0.55);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9900;
}

.lightview .button_top_close {
    display: block;
    width: 22px;
    height: 18px;
    position: relative;
    cursor: pointer;
    background: url(../img/close.png) no-repeat;
    margin-right: 20px;
    top: 17px;
	float:right;
}

.button_top_close:hover {
  background-position: 0 -18px;
}

.lightview .cont {
	position: relative;
	top: 5%;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	background-color: #fff;
	color: #28373c;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	max-height: 80%;
	overflow-y: auto;
}

.lightview .cont h1 {
    line-height: 1.2em;
    font-size: 1.5em;
    color: #f03700;
    font-weight: 600;
    text-transform: uppercase;
}
.lightview .cont .lightviewWindow {
    display: none;
	padding: 20px;
}
.lightview .cont .lightviewWindow img {
    width: 100%;
}

.lightview .cont .lightviewWindow.show {
    display: block;
}

/*** form ***/


#header_search {
	position: relative;
	float: left;
    margin: 15px 0 0 20px;
    position: relative;
	width: 20%;
}
	
#header_search label {
	content: '';
	position: absolute;
	left: 10px;
	top: 50%;
	width: 16px;
	height: 17px;
	margin-top: -9px;
	color: transparent;
	text-shadow: none;
	vertical-align: middle;
	background: url(../img/pict_loupe2.png) no-repeat;
	opacity:0.8;
}
#header_search:hover label, #header_search:active label, #header_search:focus label { 
	opacity:1;
}

#mainMenu li .headerMenu, #mainMenu_faq li .headerMenu {
	display: inline-block;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	transition: all .3s;
	color: #fff;
	padding: 0 10px;
	font-size: 1.1em;
	font-weight: 600;
	width: 100%;
	background-color: #f03700;
	text-transform: uppercase;
	line-height: 50px;
	margin-bottom: 20px;
}

::-webkit-input-placeholder { 
	color:#333; 
	font-style: italic;
}
::-moz-placeholder { 
	color:#333; 
	font-style: italic; 
} /* firefox 19+ */
:-ms-input-placeholder { 
	 font-style: italic;  
	color:#333; 
} /* ie */
input:-moz-placeholder {
	font-style: italic; 
	color:#333; 
}

.input-text {
    color: #333;
	font-size: 1em;
	font-weight:600;
	margin: 0; 
	padding: 3px 20px;
	margin-right:10px;
	min-height: 27px;
	line-height: 27px;
	background: #d5eef3;
}
 
.input-text:hover, .input-text:active, .input-text:focus { color: #545751; }

.input {
	color: #28373c;
	font-size: 1em;
    font-weight: 400;
	margin: 0;
	padding: 0 10px;
	width: 100%;
	max-width: 350px;
	height:32px;
	border-radius: 3px;
	transition: background-color .3s;
	-webkit-transition: background-color .3s;
	border: 1px solid #929497;
    background: #fff;
	-moz-box-shadow: 0px 2px 1px rgba(0,0,0,0.12);
    -webkit-box-shadow: 0px 2px 1px rgba(0,0,0,0.12);
    box-shadow: 0px 2px 1px rgba(0,0,0,0.12);
}

.input:hover, .input:active, .input:focus { background-color: rgba(0, 0, 0, 0.04);  border: 1px solid #f03700; }


.input.search { 
	width:180px;
    padding: 0 20px 0 35px;
	transition: all .3s;
	-webkit-transition: all .3s;
	}
.input.search:hover { 
	width:300px;
	}

.checkbox { 
	background-color: #bbbbbb; 
	margin: 3px 5px 3px 0; 
	vertical-align:middle; 
	overflow:hidden; 
	cursor:pointer; 
	vertical-align: middle;
}

textarea {
    overflow: auto;
    vertical-align: top;
	color: #28373c;
	font-size: 1.1em;
    font-weight: 400;
	margin: 0;
	padding: 10px 15px;
    border-radius: 3px;
	transition: background-color .3s;
	-webkit-transition: background-color .3s;
	border: 1px solid #929497;
    background: #fff;
	-moz-box-shadow: 0px 2px 1px rgba(0,0,0,0.12);
    -webkit-box-shadow: 0px 2px 1px rgba(0,0,0,0.12);
    box-shadow: 0px 2px 1px rgba(0,0,0,0.12);
	height:auto;
	width:100%;
}

.form-group {
    margin:0;
	/*border-bottom: 1px solid #dcdcdc;*/
	padding: 6px 2px;
}
.form-group .col-label {
	display:inline-block;
    width: 41%;
	height:100%;
	text-align:right;
	padding-right: 1%;
	font-weight:400;
	color: #28373c;
	font-size: 1.1em;
	vertical-align:top;
	line-height: 18px;
	padding-top: 8px;
	padding-bottom: 8px;
    }
.form-group .col-label.large {
    width: 65%;
    }
.form-group .col-form.small {
    width: 33%;
    }
.form-group .col-form {
	display:inline-block;
    width: 58%;
	text-align:left;
	color: #28373c;
	line-height:33px;
	vertical-align:middle;
    }
.form-group .col-form h3 {
	line-height:33px;
    }

.form-group .ul3col > li {
    float: left;
    width: 32%;
	font-size: 1em;
    list-style-type: none;
	line-height:33px;
	padding-right:1%;
	font-weight: 400;
    color: #28373c;
}
/*** tri ***/

.tri_pagination {
	width: 100%;
	text-align:right;
}
.tri_pagination ul {
	display:inline-block;
	margin:20px 0;
	padding:0;
}
.tri_pagination li {
    float: left;
    margin: 0 6px 0 0
}
.tri_pagination a, .tri_pagination .current {
    display: block;
    width: 20px;
    height: 20px;
    font-size: 1em;
	font-weight:600;
    line-height: 20px;
    text-align: center;
    border-radius: 20px;
}
.tri_pagination a {
    background: #dcdcdc;
    color: #28373c;
}
.tri_pagination a:hover {
	background: #f03700;
    color: #dcdcdc;
	text-decoration: none
}
.tri_pagination .current {
    /*background: #f03700;*/
    color: #28373c;
	width: 30px;
    font-size: 1.1em;
    font-weight: 400;
}
.tri_pagination .next, .tri_pagination .previous {
    width: 20px;
    height: 20px;
	font-size: 1em;
    padding: 0;
	background: #28373c;
	color: #f03700;
    height: 20px;
    line-height: 20px;
	font-weight:600;
}
.tri_pagination .next:hover, .tri_pagination .previous:hover {
	background: #f03700;
    color: #f03700;
}

/*** tables ***/

.table_base { 
	width:100%; 
	padding: 0; 
	border-collapse:collapse; 
}
.table_base tr, .table_base td {
	font-size: 1em;
	color: #28373c; 
	text-decoration: none;
	 }
.table_base td {
	border: 1px solid #fff;
	 }
	 
.table_base tr { 
	background-color: rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid #fff; }
.table_base tr:nth-child(2n+1) { 
	background-color: rgba(0, 0, 0, 0.05); }

.table_base th { 
	background-color: #28373c;
	color: #fff;
	font-size: 0.9em;
	font-weight:600;
	border-right: 1px solid #fff;
	padding: 7px;
	margin: 0; 
	line-height: 14px;
	text-align:left;
	}
.table_base th.orange { 
	background-color: #f03700;
	
	}

.table_base td { padding: 7px; margin: 0; }
.table_base td.compet { padding:15px 10px; }

.table_base td.tri {
    border: 0px solid #fff;
    background-color: #fff;
}

.table_base .click:hover { background-color: rgba(0, 0, 0, 0.25); cursor:pointer; }

.table_base td.total { 
    color: #28373c;
	padding:20px 10px;
	font-size:1.2em;
	text-align:right;
	 background-color: #fff;
	}
.table_base td.total p {
	display:inline-block;
	float:right; 
	}
	 
.up { background-image: url(../img/up.png); background-position: right; background-repeat: no-repeat; }
.down { background-image: url(../img/down.png); background-position: right; background-repeat: no-repeat; }

/*** tooltip ***/

.arrow_bulle:after {
    background-color: #f03700;
    border: 1px solid #f03700;
  }
.arrow_bulle {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 53%;
    margin-left: -35px;
    bottom: -16px;
  }
.arrow_bulle.top {
    top: -16px;
    bottom: auto;
  }
.arrow_bulle.left {
    left: 20%;
  }
.arrow_bulle:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 20px;
    height: 20px;
    box-shadow:0 0 10px rgba(0,0,0,.3);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
.arrow_bulle.top:after {
    bottom: -20px;
    top: auto;
  }
.open-event {
    cursor:pointer;
  }
  
/*** icones ***/
  
.icon {
	display:inline-block;
	vertical-align:middle;
    width: 20px;
    height: 20px;
	text-indent: 100%;
	white-space: nowrap;
    overflow: hidden;
	margin:0;
	cursor:pointer;
}

.fd-icon {
    background-color: rgba(0,0,0, 0.1);
    border-radius: 3px;
    padding: 0;
    height: 21px;
    width: 21px;
}

.icon_ok {
    background-image: url(../img/icon_ok.png);
	float: right;
    padding: 0;
}
.icon_encours {
    background-image: url(../img/icon_encours.png);
	float: right;
    padding: 0;
}
.icon_nook {
    background-image: url(../img/icon_nook.png);
	float: right;
    padding: 0;
}
.icon_ok2 {
    background: url(../img/icon_ok2.png) no-repeat center center;
	float: right;
	width: 20px;
    height: 20px;
}
.icon_nook2 {
    background: url(../img/icon_nook2.png) no-repeat center center;
	float: right;
	width: 20px;
    height: 20px;
}
.icon_last {
    background: url(../img/icon_last.png) no-repeat center center;
	float: right;
	width: 20px;
    height: 20px;
}
.icon_complet {
    background: url(../img/pict_complet.png) no-repeat center center;
	margin:0 4px;
	width: 30px;
    height: 30px;
}
.icon_incomplet {
    background: url(../img/pict_acompleter.png) no-repeat center center;
	margin:0 4px;
	width: 30px;
    height: 30px;
}
.icon_upload {
    background: url(../img/pict_upload.png) no-repeat center center;
	margin:0 4px;
	width: 30px;
    height: 30px;
}
.icon_upload2 {
    background: url(../img/pict_upload2.png) no-repeat center center;
	margin:0 4px;
	width: 30px;
    height: 30px;
}
.icon_info {
    background: url(../img/icon_info.png) no-repeat center center;
	margin:0 5px;
	width: 20px;
    height: 20px;
}
.nofee {
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: center;
	vertical-align: middle;
	padding: 0;
	height: 30px;
	width: 30px;
	z-index: 5;
}
.icon_nofee {
    background: url(../img/icon_nofee.png) no-repeat center center;
    float: right;
    width: 20px;
    height: 20px;
}
.icon_fee {
    background: url(../img/icon_fee.png) no-repeat center center;
    float: right;
    width: 20px;
    height: 20px;
}
.icon_pen {
    background: url(../img/icon_pen.png) no-repeat center center;
}
.icon_supp {
    background: url(../img/icon_supp.png) no-repeat center center;
}
.icon_supp2 {
    background: url(../img/icon_supp2.png) no-repeat center center;
	margin:0 10px 0 2px;
	width: 15px;
    height: 15px;
}
.icon_add {
    background: url(../img/icon_add.png) no-repeat center center;
	margin:0 6px 0 0;
	float:left;
}
.icon_tel {
    background: url(../img/icon_tel.png) no-repeat center center;
	margin:0 6px 0 0;
	float:left;
}
.icon_fax {
    background: url(../img/icon_fax.png) no-repeat center center;
	margin:0 6px 0 0;
	float:left;
}
.icon_mail {
    background: url(../img/icon_mail.png) no-repeat center center;
	margin:0 6px 0 0;
	float:left;
}
.icon_web {
    background: url(../img/icon_web.png) no-repeat center center;
	margin:0 6px 0 0;
	float:left;
}
.icon_cadenas {
    background: url(../img/icon_cadenas.png) no-repeat center center;
	width: 30px;
	height: 30px;
}
.icon_envoye {
    background: url(../img/icon_envoye.png) no-repeat center center;
	width: 30px;
	height: 30px;
}
.icon_repondu {
    background: url(../img/icon_repondu.png) no-repeat center center;
	width: 30px;
	height: 30px;
}
.icon_msguser {
    background: url(../img/icon_msguser.png) no-repeat center center;
	width: 30px;
	height: 30px;
}
.icon_dfd {
    background: url(../img/icon_dfd.png) no-repeat center center;
	width: 30px;
	height: 30px;
}
.icon_preced {
    background: url(../img/icon_preced.png) no-repeat center center;
	margin:0 2px;
}
.icon_suivant {
    background: url(../img/icon_suivant.png) no-repeat center center;
	margin:0 2px;
}
.icon_debut {
    background: url(../img/icon_debut.png) no-repeat center center;
	margin:0 2px;
}
.icon_fin {
    background: url(../img/icon_fin.png) no-repeat center center;
	margin:0 2px;
}
.icon_loupe {
    background: url(../img/icon_loupe.png) no-repeat center center;
	margin:0 2px;
	position: relative;
    overflow: hidden;
    margin-left: -7px;
	margin-top: 3px;
    cursor: pointer;
}

.icon_pdf {
	background: url(../img/icon_pdf.png) no-repeat center center;
	margin:0 2px;
	position: relative;
    overflow: hidden;
    margin-left: -7px;
	margin-top: 3px;
    cursor: pointer;
}

.pict_trans {
    background: url(../img/pict_trans.png) no-repeat center center;
	margin:0 4px;
	width: 30px;
    height: 30px;
}
.pict_accept {
    background: url(../img/pict_accept.png) no-repeat center center;
	margin:0 4px;
	width: 30px;
    height: 30px;
}
.pict_select {
    background: url(../img/pict_select.png) no-repeat center center;
	margin:0 4px;
	width: 30px;
    height: 30px;
}
.pict_nonselect {
    background: url(../img/pict_nonselect.png) no-repeat center center;
	margin:0 4px;
	width: 30px;
    height: 30px;
}
.pict_select2 {
    background: url(../img/pict_select2.png) no-repeat center center;
	margin:0 4px;
	width: 30px;
    height: 30px;
}
.pict_prime {
    background: url(../img/pict_prime.png) no-repeat center center;
	margin:0 4px;
	width: 30px;
    height: 30px;
}
.pict_nonterm {
    background: url(../img/pict_nonterm.png) no-repeat center center;
	margin:0 4px;
	width: 30px;
    height: 30px;
}
.pict_refus {
    background: url(../img/pict_refus.png) no-repeat center center;
	margin:0 4px;
	width: 30px;
    height: 30px;
}
.icon_cdd1 {
    background: url(../img/pict_cdd1.png) no-repeat center center;
	margin:0 4px;
	width: 30px;
    height: 30px;
}
.icon_cdd2 {
    background: url(../img/pict_cdd2.png) no-repeat center center;
	margin:0 4px;
	width: 30px;
    height: 30px;
}
.icon_cdd3 {
    background: url(../img/pict_cdd3.png) no-repeat center center;
	margin:0 4px;
	width: 30px;
    height: 30px;
}

.baseline_h strong {
    color: #f03700;
	font-size:1.5em;
	font-weight:600;
}

.baseline2_h {
    text-align: left;
    font-size:3em;
    font-weight: 600;
    color: #28373c;
    display: block;
    margin: 100px 0 0 20%;
    line-height: 115%;
    text-transform:uppercase;
    text-shadow: 5px 0px 10px rgba(0, 0, 0, 0.1);
}

.log_form {
    display: none;
    /*position: absolute;*/
    line-height: 0.9em;
    z-index: 9999;
    background: rgba(40, 55, 60, 0.8);
    padding: 15px;
    width:530px;
    min-height: 81px;
	text-align:center;
	color:#fff;
}

.half1 {
	display: inline-block;
	float: left;
	width: 50%;
	padding: 40px 75px;
	text-align: right;
    max-height: 207px;
	background-color: #f03700;
}

.half1.new {
    display: inline-block;
    float: left;
    width: 75%;
    padding: 40px 0;
    text-align: left;
    background-color: #fff;
}

.half2 {
	display: inline-block;
	float: left;
	width: 50%;
	padding: 40px 75px;
    max-height: 207px;
	text-align: left;
	background-color: #28373c;
}

.half2.new {
    display: inline-block;
    float: left;
    width: 25%;
    padding: 40px 0;
        padding-left: 0px;
    background-color: #fff;
    padding-left: 20px;
}

.pleinair h1 {
	color: #f03700;
	font-size: 3em;
    font-weight: 600;
	line-height: 1.2;
}

.pleinair {
	background: url(../img/bg_pleinair.jpg) no-repeat bottom left;
	-webkit-background-size: contain; /* pour Chrome et Safari */
	-moz-background-size: contain; /* pour Firefox */
	-o-background-size: contain; /* pour Opera */
	background-size: contain; /* version standardisÃ©e */
	padding: 120px 0;
	min-height:430px;
	background-color: #171018;
}
.pleinair h1 {
	color: #f03700;
	font-size: 3em;
    font-weight: 600;
	line-height: 1.2;
}
.pleinair p {
	color: #dcdcdc;
	font-size: 1.6em;
    font-weight: 400;
	line-height: 1.2;
}

.box_brown {
	background: #fff;
	padding: 60px 0;
}
.box_brown  h2 { color: #c9c9c9; margin-bottom: 30px; }

.box_blanc {
	background: #fff;
	padding: 60px 0;
	text-align:center;
}
.box_blanc h1, .box_brown h1 { 
	font-size: 3em;
    color: #28373c;
    font-weight: 600;
    text-transform: uppercase; 
}
.box_blanc h2 { 
    color: #28373c;
}
.box_blanc h3 { color: #28373c; margin:10px 0 5px 0; font-weight:600; text-transform:uppercase; font-size: 1.4em; }
.box_blanc p { color: #28373c; font-size: 1.2em; }

.box_blanc2 h1 { 
	font-size: 2em;
    color: #f03700;
    font-weight: 600;
    text-transform: uppercase;
	text-align: center;
}
.box_blanc2 h2 { 
    color: #f03700;
	margin-bottom: 10px;
}
.box_blanc2 p { 
	color: #28373c;
	font-size: 1.3em;
	text-align: left;
	line-height: 1.5;
}
.box_blanc2 li { 
	color: #28373c;
	font-size: 1.2em;
	text-align: left;
	line-height: 1.8;
	margin-left: 50px;
}

.box_inscrip {
	padding: 0;
	display: table;
	overflow: hidden;
}

.box_inscrip h1 { color: #FFF; margin-bottom: 5px; font-size: 2.5em; }
.box_inscrip p { color: #fff; font-size: 1.2em; }

.home1 {
	width: 100%;
	z-index: 9000;
    height: 600px;
	background: url(../img/bg_home.jpg) no-repeat center bottom;
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */
	background-size: cover; /* version standardisée */
}

.home2 {
	width: 100%;
	z-index: 9000;
    height: 440px;
	background: url(../img/bg_dashboard.jpg) no-repeat center top;
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */
	background-size: cover; /* version standardisée */
}

.home3 {
    width: 100%;
    z-index: 9000;
    height: 440px;
    background: url(../img/bg_home3.jpg) no-repeat center bottom;
    -webkit-background-size: cover; /* pour Chrome et Safari */
    -moz-background-size: cover; /* pour Firefox */
    -o-background-size: cover; /* pour Opera */
    background-size: cover; /* version standardisée */
}
.home4 {
    width: 100%;
    z-index: 9000;
    height: 440px;
    background: url(../img/bg_home4.jpg) no-repeat center bottom;
    -webkit-background-size: cover; /* pour Chrome et Safari */
    -moz-background-size: cover; /* pour Firefox */
    -o-background-size: cover; /* pour Opera */
    background-size: cover; /* version standardisée */
}
.home5 {
    width: 100%;
    z-index: 9000;
    height: 440px;
    background: url(../img/bg_home5.jpg) no-repeat center bottom;
    -webkit-background-size: cover; /* pour Chrome et Safari */
    -moz-background-size: cover; /* pour Firefox */
    -o-background-size: cover; /* pour Opera */
    background-size: cover; /* version standardisée */
}

.home6 {
    width: 100%;
    z-index: 9000;
    height: 440px;
    background: url(../img/bg_home6.jpg) no-repeat center bottom;
    -webkit-background-size: cover; /* pour Chrome et Safari */
    -moz-background-size: cover; /* pour Firefox */
    -o-background-size: cover; /* pour Opera */
    background-size: cover; /* version standardisée */
}


.home7 {
    width: 100%;
    z-index: 9000;
    height: 440px;
    background: url(../img/bg_home7.jpg) no-repeat center bottom;
    -webkit-background-size: cover; /* pour Chrome et Safari */
    -moz-background-size: cover; /* pour Firefox */
    -o-background-size: cover; /* pour Opera */
    background-size: cover; /* version standardisée */
}

select {
    background: url(../img/arrow-select.png) no-repeat right 50%;
	color: #28373c;
    font-size: 1em;
    font-weight: 400;
    margin: 0;
    padding: 0 10px;
    width: 100%;
    max-width: 350px;
    height: 32px;
    border-radius: 3px;
    border: 1px solid #929497;
    -moz-box-shadow: 0px 2px 1px rgba(0,0,0,0.12);
    -webkit-box-shadow: 0px 2px 1px rgba(0,0,0,0.12);
    box-shadow: 0px 2px 1px rgba(0,0,0,0.12);
	-webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   min-width: 150px;
}

select:focus {
    outline: none;
}

option { 
	padding: 5px; 
}

select option:hover { color: #f03700; }

.bar_cdd1 {
	position: relative;
    float: right;
    background: url(../img/pict_cdd1.png) repeat;
    width: 10px;
    height: 50px;
    margin-top: -10px;
    margin-right: -20px;
}
.bar_cdd2 {
	position: relative;
    float: right;
    background: url(../img/pict_cdd2.png) repeat;
    width: 10px;
    height: 50px;
    margin-top: -10px;
    margin-right: -20px;
}
.bar_cdd3 {
	position: relative;
    float: right;
    background: url(../img/pict_cdd3.png) repeat;
    width: 10px;
    height: 50px;
    margin-top: -10px;
    margin-right: -20px;
}

@media (max-width: 1024px)
	{
.box-lightview {
	top: 20%;
	left: 15%;
	width: 70%;
		}
		
#header_search {
	width: 260px;
}
}

@media (max-width: 768px)
	{
	  
}

@media only screen and (max-width: 640px) 
	{

  }
  
@media only screen and (max-width: 480px) 
	{

  }
@media only screen and (max-width: 320px) 
	{

  }


.inactive {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
}

.inactive:hover {
    filter: grayscale(30%);
    -webkit-filter: grayscale(30%);
    -moz-filter: grayscale(30%);
}

.btn.home-bleu.home-accueil, .btn.home-orange.home-accueil{
    padding:0px;
    font-size:2em;
}

.btn.home-bleu.home-accueil:hover, .btn.home-orange.home-accueil:hover{
    padding:0px;
    font-size:2em;
    cursor: default;

}

.home-description{
    color:#fff;
    text-align:center;
    font-size:1em;
}

.saymore{
    border:none;
    cursor:pointer;
    font-size:1.1em;
    font-weight:600;
    padding:15px 15px;
    background-color:#28373C;
    color:#fff;
    text-align:center;
    display:inline-block;
}