/* -------------------- GLOBAL styles -------------------- */

/*

YELLOW : #fdd42f
BLUE : #0055a3;

*/


@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
    .event-form.print{
		border:none !important;
	}

	.user_card_info{
		background-color: #0055a3 !important;
	}

	.user_card_title, .user_card_no, .user_card_expiration, .bold{
		color:#ffffff !important;
	}

	.user_card_logo{
		width: 85% !important;
	}

	.user_card_logo img{
		width: 75% !important;
	}

	.user_card{
		-webkit-transform: scale(0.7);
     	-moz-transform: scale(0.7);
      	-ms-transform: scale(0.7);
       	-o-transform: scale(0.7);
        transform: scale(0.7);
	}
}

@media (min-width: 1200px) {
	.container {
		width: 100%;
	}
}
.remove-radius-bottom{
	border-bottom-left-radius:0px !important;
	border-bottom-right-radius:0px !important;
	/*border-bottom:0px !important;*/
}
.remove-radius-top{
	border-top-left-radius:0px !important;
	border-top-right-radius:0px !important;
	border-top:0px !important;
}
.news-icon-div{
	width:200px;
	display:inline-block;
	text-align: center;
	margin: 15px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 16px;
}

.navbar-inverse .navbar-toggle{
	border-color: #0055a3;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover{
	background-color: #0055a3;
}



.news-icon{
	position: relative;
	top:0px;
	margin:15px auto;
	background-color:#f9f9f9;
	border:solid 1px #cecdcd;
	width:136px;
	height:179px;
	text-align:center;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.08);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.08);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.08);
	box-shadow: 0 20px 60px rgba(10, 10, 10, 0.05), 0 5px 10px rgba(10, 10, 10, 0.1), 0 1px 1px rgba(10, 10, 10, 0.2);
	transition: border 0.1s ease-out, top 0.3s ease-out;
}

.news-icon:hover{
	border:solid 3px #0055a3;
	top:-10px;
}

.modal-body{
	min-height: 300px;
}
#scrollArrow{
	cursor:pointer;
}
.logo{
	width:100%;
	height:370px;
}
.logo img{
	max-width:100%;
}
.message-sent{
	color:#ffffff;
	font-size:50px;
	position:absolute;
	top:190px;
	text-align:center;
	width:100%;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	text-transform:uppercase;
	line-height:50px;
	display:none;
	z-index:3;
}
.message-sent2{
	color:#ffffff;
	font-size:50px;
	position:absolute;
	top:60px;
	text-align:center;
	width:100%;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	text-transform:uppercase;
	line-height:50px;
	display:none;
	z-index:3;
	padding: 0 25px;
}
.mc_close{
	position:absolute;
	top:15px;
	right:15px;
	cursor:pointer;
	display:none;
	z-index:3;
}
.black-box{
	background-color:#000000;
	width:100%;
	height:100%;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display:none;
	z-index:3;
}
.black-box2{
	background-color:#000000;
	width:100%;
	height:100%;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display:none;
	z-index:3;
}
body{
	background-color:#e1e2e2;
	-moz-osx-font-smoothing: grayscale;
}
.container{
	padding-right: 0px;
	padding-left: 0px;
}
.container-shadow{
	-webkit-box-shadow: 0 20px 60px rgba(10, 10, 10, 0.05), 0 5px 10px rgba(10, 10, 10, 0.1), 0 1px 1px rgba(10, 10, 10, 0.2);
	box-shadow: 0 20px 60px rgba(10, 10, 10, 0.05), 0 5px 10px rgba(10, 10, 10, 0.1), 0 1px 1px rgba(10, 10, 10, 0.2);
}
.row{
	margin-right: 0px;
	margin-left: 0px
}
.spinner{
	
}
.infolettre-chevron {
    width: 38px;
    height: 36px;
    display: inline-block;
    text-decoration: none;
}
.infolettre-chevron img{
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	vertical-align: initial;
}
.chevron-up img{
	-moz-transform:rotate(-135deg);  
	  -webkit-transform:rotate(-135deg);  
	  -o-transform:rotate(-135deg);  
	  -ms-transform:rotate(-135deg);
}
.chevron-down img{
	-moz-transform:rotate(0deg);  
	  -webkit-transform:rotate(0deg);  
	  -o-transform:rotate(0deg);  
	  -ms-transform:rotate(0deg);
}
.infolettre-content-hide{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.infolettre-content-show{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.infolettre-content{
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
img{
	/*vertical-align: initial;*/
}
.infolettre-chevron span {
    color: #fff;
    margin: 0;
    position: relative;
    left: 0px;
    top: 0px;
    font-size: 32px;
}
#return-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index:500;
}
#return-to-top span {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover span {
    color: #fff;
    top: 5px;
}
.spinner-container{
	width: 80px;
    height: 80px;

    position:absolute; /*it can be fixed too*/
    left:0; right:0;
    top:0; bottom:0;
    margin:auto;

    /*this to solve "the content will not be cut when the window is smaller than the content": */
    max-width:100%;
    max-height:100%;
    z-index: 99;

 }
 .spinner-middle{
 	
 }
 .spinner-bkg{
 	width: 100%;
 	height: 100%;
 	background-color:#000000;
 	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity:0.0;
	-khtml-opacity: 0.0;
	opacity: 0.0;

	position:absolute; /*it can be fixed too*/
    left:0; right:0;
    top:0; bottom:0;
    margin:auto;

    /*this to solve "the content will not be cut when the window is smaller than the content": */
    max-width:100%;
    max-height:100%;
    z-index: 98;
 }
.logo_triangle{
	position:absolute;
	bottom:0px;
	right:0px;
}
.logo_triangle img{
	vertical-align:bottom;
}
.bigpic {
	position:relative;
	width: 100%;
	height: 663px;
	display: block;
	background: url('../images/header_home4.jpg');
	background-position:top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/*.bigpic {
	position:relative;
	width: 100%;
	height: 663px;
	display: block;
	background: url('../images/header_home4.jpg');
	background-position:top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}*/
.bigpic_404 {
	position:relative;
	width: 100%;
	height: 663px;
	display: block;
	background: url('../images/header_404.jpg');
	background-position:top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.bigpic_propos {
	position:relative;
	width: 100%;
	height: 663px;
	display: block;
	background: url('../images/header_propos2.jpg');
	background-position:center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.bigpic_membres {
	position:relative;
	width: 100%;
	height: 663px;
	display: block;
	background: url('../images/header_membres.jpg');
	background-position:center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.bigpic_evenements {
	position:relative;
	width: 100%;
	height: 663px;
	display: block;
	background: url('../images/header_evenements.jpg');
	background-position:center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.bigpic_nouvelles {
	position:relative;
	width: 100%;
	height: 663px;
	display: block;
	background: url('../images/header_nouvelles.jpg');
	background-position:center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.bigpic_formulaire {
	position:relative;
	width: 100%;
	height: 663px;
	display: block;
	background: url('../images/header_formulaire.jpg');
	background-position:center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.bigpic_contact {
	position:relative;
	width: 100%;
	height: 663px;
	display: block;
	background: url('../images/header_contact2.jpg');
	background-position:center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.bigpic_photos{
	position:relative;
	width: 100%;
	height: 663px;
	display: block;
	background: url('../images/header_photos.jpg');
	background-position:top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.bigletters {
	position:relative;
	top:130px;
	display: table;
	margin: 0 auto;
	font-size: 35px;
	color: white;
}
.bigletters_typo {
	position:relative;
	top:250px;
	display: table;
	margin: 0 auto;
	font-size: 144px;
	color: white;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	text-transform: uppercase;
	/*text-shadow: 2px 2px 0px #000000;*/
	text-shadow: 0 20px 60px rgba(10, 10, 10, 0.3), 0 5px 10px rgba(10, 10, 10, 0.1), 0 1px 1px rgba(10, 10, 10, 0.9);
	text-align:center;
	line-height:140px;
}
.smallletters_typo {
	position:relative;
	top:230px;
	display: table;
	margin: 0 auto;
	font-size: 40px;
	color: white;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
	text-transform: none;
	/*text-shadow: 2px 2px 0px #000000;*/
	text-shadow: 0 20px 60px rgba(10, 10, 10, 0.03), 0 5px 10px rgba(10, 10, 10, 0.1), 0 1px 1px rgba(10, 10, 10, 0.9);
	text-align:center;
}
.bigletters_typo_2lines {
	position:relative;
	top:200px;
	display: table;
	margin: 0 auto;
	font-size: 144px;
	color: white;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	text-transform: uppercase;
	/*text-shadow: 2px 2px 0px #000000;*/
	text-shadow: 0 20px 60px rgba(10, 10, 10, 0.03), 0 5px 10px rgba(10, 10, 10, 0.1), 0 1px 1px rgba(10, 10, 10, 0.9);
	text-align:center;
	line-height:140px;
}
.arrow {
	position:absolute;
	bottom:25px;
	width:100%;
	text-align:center;
}
.arrow_typo {
	width:50px;
	  height:50px;
	  position:absolute;
	  left: 0;
	  right: 0;
	  margin: 0 auto;
	bottom:50px;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev{
	margin-top: -25px;
}
.arrow-white{
	color:#ffffff !important;
}
.carousel-inner{
	height:100%;
}
.item{
	height: 100%;
}
.item .container{
	height: 100%;
	position: relative;
}
.carousel-caption{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%); /* IE 9 */
	-webkit-transform: translateY(-50%); /* Safari and Chrome */
	-o-transform: translateY(-50%); /* Opera */
	-moz-transform: translateY(-50%); /* Firefox */
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #000000;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	opacity:1;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #000000;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	opacity:1;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #000000;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	opacity:1;
}
:-moz-placeholder { /* Firefox 18- */
	color: #000000;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	opacity:1;
}

.col-lg-12, .col-lg-6{
	padding-right: 0px;
	padding-left: 0px;
}

/* -------------------- NAV styles -------------------- */
.navbar-brand{
	padding: 12px 25px;
	display:none;
}
.navbar-inverse{
    background-color:transparent;
    border:none;		
}
.nav-pass{
	background-color:#000000;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.navbar .nav > li{
    text-transform:uppercase;
	margin:0px 10px;
}
.nav > li > a{
    padding: 10px 0px 0px 0px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight:700;
    font-size:18px;
    letter-spacing: 1px;
	color:#ffffff;
	padding-bottom:4px;
}
.navbar-inverse .navbar-nav > li > a{
	color:#ffffff;
}
/*a{
    color:#ffffff;
}*/
.no-over > a{
    background-color:transparent !important;
    color:#ffffff;
}
.selected{
    border-bottom:solid 3px #fdd42f;
}
.dropdown-menu > li > a{
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight:700 !important;
    font-size:17px !important;
    padding: 6px 10px 6px 6px;
    border-left:solid 3px transparent;
}
.dropdown-menu > li{
    border-bottom:solid 1px #e1e1e1;
}
.dropdown-menu > li > a:hover{
    border-left:solid 3px #fdd42f;	
    -webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.dropdown-menu > li:first-child > a:hover{
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
}
.dropdown-menu > li:last-child > a:hover{
	-webkit-border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
}
.dropdown-menu{
    -webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
    padding: 0px 0px 0px 0px !important;
	margin-top:8px;
	height: auto;
	max-height: 300px;
	overflow-x: hidden;
}
.dropdown-menu > li:last-child {
	border-bottom:0px;
}
.navbar .navbar-nav {
    display: inline-block;
    float: none;
}
.navbar-nav{
	margin:10px;
}
.navbar .navbar-collapse {
    text-align: center;
}

.navbar-nav>li>.dropdown-menu{
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}

/* -------------------- WELCOME styles -------------------- */

.welcome{
	background-color:#f9f9f9;
	padding-bottom:80px;
}
.welcome_blue{
	background-color:#0055a3;
	padding-bottom:80px;
	padding-top:80px;
}

.welcome_blue.small{
	padding-bottom:5px;
	padding-top:5px;
}


.welcome-title{
	font-size:72px;
	color:#0055a3;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	text-transform:uppercase;
	padding:40px 0px;
	text-align:center;
}
.welcome-title-accueil{
	font-size:120px;
	color:#ffffff;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	text-transform:uppercase;
}
.welcome-text{
	padding:0px 130px;
}
.welcome-text-photos{
	padding:0px 40px;
}
.welcome-h1{
	text-transform:uppercase;
	color:#2f3030;
	font-size:30px;
	font-family: 'Roboto Condensed', sans-serif;
	display:inline-block;
	padding-bottom:20px;
}
.welcome-h1-blue{
	text-transform:uppercase;
	color:#ffffff;
	font-size:30px;
	font-family: 'Roboto Condensed', sans-serif;
	display:inline-block;
	padding-bottom:20px;
	line-height: 32px;
	width:100%;
}
.welcome-body{
	color:#2f3030;
	font-size:16px;
	display:inline-block;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
}
.welcome-body-blue{
	color:#ffffff;
	font-size:16px;
	display:inline-block;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
}
.welcome-body-blue-full{
	width:100%;
}
.welcome-body-blue-photos{
	color:#ffffff;
	font-size:16px;
	display:inline-block;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
}

/* -------------------- NEWS styles -------------------- */
.news{
	background-color:#0055a3;
	position:relative;
	width: 100%;
	height: 569px;
	display: block;
	/*background: url('../images/news.jpg');*/
	background-position:top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-box-shadow: inset 0px 0px 40px 0px rgba(0,0,0,0.46);
	-moz-box-shadow: inset 0px 0px 40px 0px rgba(0,0,0,0.46);
	box-shadow: inset 0px 0px 40px 0px rgba(0,0,0,0.46);
}
.news-title{
	position: absolute;
	top:50px;
	left: 0px;
	width: 100%;
	font-size:60px;
	color:#ffffff;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	text-transform:uppercase;
	text-align:center;
}
.news-btn{
	background-color:transparent;
	border-color:#ffffff;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
	padding: 10px 30px;
	text-transform:uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	min-width:150px;
}
.news-btn:hover, .news-btn:active{
	background-color:#ffffff !important;
	border-color:#ffffff !important;
	color:#0055a3 !important;
}

/* -------------------- DRAW styles -------------------- */
.draw{
	background-color:#fdd42f;
	padding:30px 0px 30px 100px;
	float: none;
    display: table-cell;
    vertical-align: middle;
}
.draw-title{
	text-transform:uppercase;
	font-size:36px;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	line-height:34px;
}
.draw-date{
	text-transform:uppercase;
	font-size:18px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	padding-bottom:10px;
}
.draw-text{
	font-size:20px;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
}
.draw-btn{
	background-color:#000000;
	color:#ffffff;
	border-color:#000000;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
	padding: 10px 30px;
	text-transform:uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	margin-right:50px;
}
.draw-btn.yellow{
	background-color:#fdd42f;
	color:#000000;
	border-color:#fdd42f;
}
.draw-btn:hover, .draw-btn:active{
	background-color:#ffffff !important;
	border-color:#ffffff !important;
	color:#000000 !important;
}
.draw-container {
    display: table;
    width: 100%;
}

/* -------------------- GALERIE styles -------------------- */
.galerie-btn{
	background-color:transparent;
	border-color:#0055a3;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
	padding: 10px 30px;
	text-transform:uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	color:#0055a3;
	margin-top:30px;
}
.galerie-btn:hover, .galerie-btn:active{
	background-color:#0055a3 !important;
	border-color:transparent !important;
	color:#ffffff !important;
}
.galerie{
	text-align:center;
	background-color:#f9f9f9;
	padding-bottom:30px;
}
.galerie-left{
	text-align:left;
	background-color:#f9f9f9;
	padding-bottom:5px;
	padding-right: 2px;
	padding-left: 2px;
}
.galerie-right{
	text-align:right;
	background-color:#f9f9f9;
	padding-bottom:5px;
	padding-right: 2px;
	padding-left: 2px;
}
.galerie-thumb{
	width:466px;
	height:178px;
	overflow:hidden;
	position:relative;
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px; 
	border-radius: 7px;
	cursor:pointer;
}
.galerie-thumb img{
	width:100%;
	height:auto;
}
.galerie-title{
	font-size:72px;
	color:#0055a3;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	text-transform:uppercase;
	padding:40px 0px;
	text-align:center;
}
.img-right{
	display:inline-block;
}
.img-left{
	display:inline-block;
}
.galerie-over{
	background-color:#fdd42f;
	position:absolute;
	width:466px;
	height:50px;
	bottom:-80px;
	text-align:left;
	padding:15px 15px;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:16px;
	pointer-events: none;
}
.preview{
	position:absolute;
	width:466px;
	height:50px;
	bottom:0px;
	text-align:left;
	padding:15px 15px;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:16px;
	pointer-events: none;
	color:#ffffff;
}
.galerie-black{
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px; 
	border-radius: 7px;
	position:absolute;
	width:466px;
	height:178px;
	background-color:#000000;
	zoom: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	pointer-events: none;
}

.to-right{
	float:right;
}
.to-left{
	float:left;
}

.carousel-caption p{
	
}

/* -------------------- INFOLETTRE styles -------------------- */
.infolettre{
	background-color:#0055a3;
	padding-bottom:10px;
	overflow: hidden;
	-webkit-transition: all 0.6s ease;
	    -moz-transition: all 0.6s ease;
	    -o-transition: all 0.6s ease;
	    transition: all 0.6s ease;
}
.infolettre-title{
	font-size:50px;
	color:#ffffff;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	text-transform:uppercase;
	padding:40px 0px 10px 0px;
	text-align:center;
	line-height:50px;
	cursor:pointer;
}
.infolettre-text{
	padding:25px 20px;
	width:685px;
	margin:0 auto;
}
.hide-infolettre{
	/*
	height:130px;*/
	height:130px;
}
.show-infolettre{
	/*display:none;*/
	height:920px;
	webkit-box-shadow: inset 0px 0px 29px 0px rgba(0,0,0,0.46);
	-moz-box-shadow: inset 0px 0px 29px 0px rgba(0,0,0,0.46);
	box-shadow: inset 0px 0px 29px 0px rgba(0,0,0,0.46);
}
.infolettre-h1{
	text-transform:uppercase;
	color:#ffffff;
	font-size:30px;
	font-family: 'Roboto Condensed', sans-serif;
	display:inline-block;
	padding-bottom:20px;
}
.infolettre-body{
	color:#ffffff;
	font-size:22px;
	display:inline-block;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	text-align:center;
	width:100%;
	line-height: 22px;
	text-transform:none;
}
.infolettre-information{
	border:dashed 5px #ffffff;
	-webkit-border-radius: 25px; 
	-moz-border-radius: 25px; 
	border-radius: 25px;
	padding:35px 20px 20px 20px;
}
.infolettre-form{
	width: 655px;
	margin:0 auto;
}
.infolettre input{
	font-size:16px;
	color: #000000;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
}
#mc_embed_signup{
	clear:left;
	font:14px Helvetica,Arial,sans-serif;
	color:#ffffff;
	/*width: 450px;*/
	margin: 0 auto;
}
.mc-label{
	text-align:right;
}
.mc_done{
	margin-bottom: 50px;
}
#mce-success-response{
	color:#ffffff !important;
	text-align:center !important;
}
#mc_embed_signup div.response{
	width:100% !important;
	font-size:16px;
}
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error{
	background-color: rgba(255,255,255,1) !important;
	color: #0055a3 !important;
}
#mc_embed_signup .mc-field-group.input-group ul li{
	margin-right:15px;
	padding: 0 20px !important;
	width:auto;
}
#mc_embed_signup .mc-field-group.input-group label{
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	padding-left: 10px;
	text-transform:none;
	font-size:16px;
}
.member-mc{
	margin-top:20px !important;
	width: 100% !important;
	text-align: center !important;
}
#mc_embed_signup .mc-field-group input{
	text-indent: 0 !important;
	padding: 8px 10px !important;
	border: 1px solid #FFFFFF;
}
#mc_embed_signup .mc-field-group{
	min-height: 45px !important;
}
#mce-EMAIL, #mce-FNAME, #mce-LNAME{
	-webkit-border-radius: 30px !important; 
	-moz-border-radius: 30px !important; 
	border-radius: 30px !important;
	height:38px;
	width:385px !important;
	display:inline-block !important;
	color:#000000 !important;
}
#mc_embed_signup .phonefield-us .phonearea input, #mc_embed_signup .phonefield-us .phonedetail1 input{
	width: 90px !important;
	text-indent: 0 !important;
	padding: 8px 10px !important;
	-webkit-border-radius: 30px !important;
	-moz-border-radius: 30px !important;
	border-radius: 30px !important;
}
#mc_embed_signup .datefield input, #mc_embed_signup .phonefield-us input{
	width: 160px !important;
	text-indent: 0 !important;
	padding: 8px 10px !important;
	-webkit-border-radius: 30px !important;
	-moz-border-radius: 30px !important;
	border-radius: 30px !important;
}
.mc-field-group{
	text-align:left;
	padding-bottom:0px !important;
	font-family: 'Roboto Condensed', sans-serif !important;
	font-weight:700 !important;
	font-size:20px !important;
	text-transform:uppercase;
}
.title-mc{
	font-family: 'Roboto Condensed', sans-serif !important;
	font-weight: 700 !important;
	font-size: 20px !important;
}
.input-group{
	width:450px;
	font-size: 14px !important;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 300 !important;
}
#mc_embed_signup .control-label{
	display:inline-block !important;
	text-transform: uppercase !important;
	font-family: 'Roboto Condensed', sans-serif !important;
	font-weight:700 !important;
	font-size:20px !important;
}
label{
	font-weight:700;
}
#mc_embed_signup .asterisk{
	top: -2px !important;
	font-size: 24px !important;
}
#mc-embedded-subscribe{
	background-color:transparent !important;
	color:#ffffff !important;
	border:solid 1px #ffffff !important;
	-webkit-border-radius: 22px !important;
	-moz-border-radius: 22px !important;
	border-radius: 22px !important;
	padding: 5px 30px !important;
	text-transform:uppercase !important;
	font-family: 'Roboto Condensed', sans-serif !important;
	font-weight:700 !important;
	font-size:18px !important;
	height:auto !important;
	width:170px !important;
	display:inline-block !important;
}
#mc-embedded-subscribe:hover, #mc-embedded-subscribe:active{
	background-color:#ffffff !important;
	color:#0055a3 !important;
}
#mc_embed_signup .mc-field-group{
	
}


/* -------------------- CONTACT styles -------------------- */
.contact{
	background-color:#f9f9f9;
}
.contact-title{
	font-size:50px;
	color:#000000;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	text-transform:uppercase;
	padding:40px 0px 0px 0px;
	text-align:center;
}
.contact-text{
	padding:0px 130px;
}
.contact-input{
	-webkit-border-radius: 30px; 
	-moz-border-radius: 30px; 
	border-radius: 30px;
	height:42px;
	color:#000000;
	border:solid 1px #e1e1e1;
	text-indent: 2%;
	font-size: 16px;
	font-family: 'Roboto Condeensed', sans-serif;
	font-weight: 700;
	width:70%;
}
.contact-input-area{
	-webkit-border-radius: 20px; 
	-moz-border-radius: 20px; 
	border-radius: 20px;
	color:#000000;
	border:solid 1px #e1e1e1;
	font-size: 16px;
	font-family: 'Roboto Condeensed', sans-serif;
	font-weight: 700;
	width:100%;
}
.contact-textarea{
	-webkit-border-radius: 20px; 
	-moz-border-radius: 20px; 
	border-radius: 20px;
	color:#000000;
	border:solid 1px #e1e1e1;
	font-size: 16px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	background-color:#ffffff;
	width:70%;
	padding:10px;
	margin-left: auto;
    margin-right: auto;
	display: block;
	height:200px;
}
.contact-area{
	background-color:#f9f9f9;    
	padding-top:10px;
	padding-bottom:25px;
}
.contact-btn{
	background-color:#000000;
	color:#ffffff;
	border-color:#000000;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
	padding: 10px 50px;
	text-transform:uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	margin-right:50px;
}
.contact-btn:hover, .contact-btn:active{
	background-color:#ffffff !important;
	border-color:#000000 !important;
	color:#000000 !important;
}
.contact-area-btn{
	background-color:#f9f9f9;  
	padding-left:180px;  
	padding-bottom:50px;
}
.contact-name{
	
}

.cancel-btn{
	background-color:#ffffff;
	color:#000000;
	border-color:#000000;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
	padding: 10px 50px;
	text-transform:uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	margin-top:40px;
}
.cancel-btn:hover, .cancel-btn:active{
	background-color:#ffffff !important;
	border-color:#000000 !important;
	color:#000000 !important;
}

.restart-btn{
	background-color:#000000;
	color:#ffffff;
	border-color:#ffffff;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
	padding: 10px 50px;
	text-transform:uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	margin-top:40px;
}
.restart-btn:hover, .restart-btn:active{
	background-color:#ffffff !important;
	border-color:#000000 !important;
	color:#000000 !important;
}

/* -------------------- EQUIPE styles -------------------- */

.equipe{
	background-color:#f9f9f9;
	position:relative;
	width: 100%;
	/*height: 750px;*/
	display: block;
	padding:20px;
	text-align:center;
}
.fiche{
	width:255px;
	background-color:#ffffff;
	padding:25px 10px 10px 10px;
	border:solid 1px #cacaca;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.08);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.08);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.08);
	display:inline-block;
	margin-left:20px;
	margin-top:20px;
}
.fiche-alt{
	width:300px;
	background-color:#ffffff;
	padding:25px 10px 10px 10px;
	/*border:solid 1px #cacaca;*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	/*-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.08);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.08);
	box-shadow:0 20px 60px rgba(10, 10, 10, 0.05), 0 5px 10px rgba(10, 10, 10, 0.1), 0 1px 1px rgba(10, 10, 10, 0.2);*/
	-webkit-box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.08);
	-moz-box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.08);
	box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.08);
	border: solid 1px #dee0e7;
	display:inline-block;
	margin-left:20px;
	margin-top:25px;
	overflow: hidden;
}
.team-thumb{
	text-align: center;
	-moz-border-radius:50%; /* Firefox */
	-webkit-border-radius: 50%; /* Safari, Chrome */
	-khtml-border-radius: 50%; /* KHTML */
	border-radius: 50%; /* CSS3 */
}
.team-thumb img{
	width:85px;
	height:85px;
	-moz-border-radius:50%; /* Firefox */
	-webkit-border-radius: 50%; /* Safari, Chrome */
	-khtml-border-radius: 50%; /* KHTML */
	border-radius: 50%; /* CSS3 */
}
.team_picture{
	width: 100%;
	max-width:225px;
	-moz-border-radius:50%; /* Firefox */
	-webkit-border-radius: 50%; /* Safari, Chrome */
	-khtml-border-radius: 50%; /* KHTML */
	border-radius: 50%; /* CSS3 */
	text-align:center;
	margin-bottom: 20px;
}
.team_picture img{
	width:225px;
	height:auto;
	-moz-border-radius:50%; /* Firefox */
	-webkit-border-radius: 50%; /* Safari, Chrome */
	-khtml-border-radius: 50%; /* KHTML */
	border-radius: 50%; /* CSS3 */
}
.tingle-modal{
	-webkit-touch-callout: none;
	    -webkit-user-select: none;
	     -khtml-user-select: none;
	       -moz-user-select: none;
	        -ms-user-select: none;
	            user-select: none;
	top:0px !important;
	z-index:1600 !important;
}
.tingle-modal-box{
	-webkit-touch-callout: text;
	    -webkit-user-select: text;
	     -khtml-user-select: text;
	       -moz-user-select: text;
	        -ms-user-select: text;
	            user-select: text;
}
.team-name{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	color:#000000;
	font-size: 26px;
	text-align:center;
	padding-top:17px;
}
.content-title{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
}
.team-title{
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	color:#5e5d5d;
	font-size: 14px;
	text-align:center;
	padding-top:0px;
	height: 50px;
}
.team-cta{
	margin:0 auto;
	padding:8px 10px;
	background-color:#fdd42f;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	text-align:center;
	width:75%;
	color:#000000;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size: 14px;
	text-transform: uppercase;
	transition: color 0.2s, background-color 0.2s, width 0.35s;
}
.team-cta:hover, .team-cta:active{
	background-color:#000000 !important;
	color:#ffffff !important;
	width: 85%;
}
.team-btn{
	padding-top: 19px;
	margin-top:30px;
	border-top:solid 1px #d7d7d7;
}
.team-btn a:hover{
	text-decoration:none;
}
.glyphicon-file{
	color:#ffffff;
}
.equipe .carousel .item{
	height:750px;
}

/* -------------------- EVENEMENTS styles -------------------- */

.evenements{
	background-color:#f9f9f9;
	position:relative;
	width: 100%;
	height: auto;
	display: block;
	padding-bottom:40px;
	padding-top:40px;
}

.event-div{
	position: relative;
	top:0px;
	padding:14px 25px;
	background-color: #ffffff;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
	color:#ffffff;
	font-size: 20px;
	color: #000000;
	-webkit-box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.05);
	box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.05);
	border: solid 1px #dee0e7;
	margin: 0 auto;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	display: inline-block;
	margin-right: 8px;
	margin-top:8px;
	transition: all 0.2s;
}

.event-div.selected{
	background-color: #fdd42f;
}

.event-div:hover{
	top:-3px;
	background-color: #000000;
	color:#ffffff;
}

.event-form{
	position:relative;
	width:75%;
	background-color:#ffffff;
	/*border:solid 1px #cacaca;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.18);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.18);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.18);*/
	/*1border: solid 1px #cacaca;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.08);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.08);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.08);
	box-shadow: 0 20px 60px rgba(10, 10, 10, 0.05), 0 5px 10px rgba(10, 10, 10, 0.1), 0 1px 1px rgba(10, 10, 10, 0.2);!!!!!!!!!!*/
	-webkit-box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.05);
	box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.05);
	border: solid 1px #dee0e7;
	margin: 0 auto;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	
	margin:0px auto;
}
.rounded{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.rounded2{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.event-form-annonces{
	position:relative;
	width:75%;
	margin: 40px auto;
}
.event-form-annonces-blue{
	margin: 0px auto;
}
.event-drop{
	width:75%;
	margin:0px auto;
	padding-top:20px;
	padding-bottom:20px;
}
.event-title{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
	color:#2f3030;
	font-size: 36px;
	text-align:left;
	text-transform:uppercase;
	padding:10px 20px 10px 30px;
	background-color:#fdd42f;
}
.event-title-rounded{
	-webkit-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
}
.event-title-contact{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
	color:#ffffff;
	font-size: 36px;
	text-align:left;
	text-transform:uppercase;
	padding:10px 20px 10px 30px;
	background-color:#000000;
}
.event-infos{
	color:#2f3030;
	font-size:18px;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	padding:25px;
	text-transform:uppercase;
}
.event-infos-title{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	text-transform:uppercase;
}
.event-description{
	text-transform:none;
	color:#2f3030;
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	
}
.event-sep{
	width:100%;
	height:2px;
	border-top:solid 1px #e1e1e1;
	padding-bottom:30px;
}
.event-picture{
	text-align:center;
	margin:30px 30px 30px 30px;
	/*border:solid 1px #cacaca;*/
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	overflow:hidden;
	width:auto;
	display:inline-block;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.08);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.08);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.08);
	box-shadow: 0 20px 60px rgba(10, 10, 10, 0.05), 0 5px 10px rgba(10, 10, 10, 0.1), 0 1px 1px rgba(10, 10, 10, 0.2);
	border: solid 1px #cacaca;
}
.radius-billeterie{
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	width: 100%;
	max-width: 230px;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.08);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.08);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.08);
	box-shadow: 0 20px 60px rgba(10, 10, 10, 0.05), 0 5px 10px rgba(10, 10, 10, 0.1), 0 1px 1px rgba(10, 10, 10, 0.2);
	border: solid 1px #cacaca;
	display:inline-block;
	margin-bottom: 20px;
}
.radius-billeterie img{
	width: 100%;
	max-width: 230px;
}
.event-picture img{
	max-width:100%;
}
#dropdownMenu-event{
	background-color:#fdd42f;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding:10px 20px;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
}

/* -------------------- PETITES ANNONCES styles -------------------- */

#dropdownMenu-annonces{
	background-color:#01315d;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding:10px 20px;
	color:#ffffff;
	border:none;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
}

.annonces-number{
	display:inline-block;
	color:#ffffff;
	padding-left:10px;
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
}
.add-annonce{
	float:right;
}
.add-btn{
	background-color:#fdd42f;
	color:#000000;
	border-color:#fdd42f;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
	padding: 10px 15px;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	margin-right:50px;
	font-size:13px;
}
.add-btn:hover, .add-btn:active{
	background-color:#ffffff !important;
	color:#000000 !important;
	border-color:#ffffff !important;
}
.annonces_blue{
	background-color:#0055a3;
	padding-bottom:20px;
	padding-top:20px;
}
.annonces-drop{
	margin:0px auto;
	padding-top:0px;
}
.annonce_media{
	width: 270px;
	display:inline-block;
}
.annonce-picture{
	text-align:left;
	border: solid 1px #e1e0e0;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	overflow:hidden;
	width:266px;
	max-height:170px;
	cursor:pointer;
}
.modal {
	border-radius: 3px;
	font-size:16px;
}
.modal input{
	width:100%;
}
.modal textarea{
	width:100%;
}
.modal-header {
  text-align: center;
	padding: 15px 15px 15px 15px;
	border-bottom: none;
	background-color: #0055a3;
	color: #ffffff;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-top-right-radius: 6px;
	-moz-border-top-left-radius: 6px;
}
.modal-header p {
  color: #8b91a0;
}
.modal-body {
  /*background-color: #e5e9ec;*/
	padding:25px;
}
.modal-body img{
	max-width:100%;
}
.close{
	font-size: 30px;
	color:#ffffff;
	filter: alpha(opacity=75);
	opacity: .75;
}
.modal-content {
  border: 0;
	padding: 0px;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	border: none;
	-webkit-box-shadow: 0 40px 77px rgba(0, 0, 0, 0.22), 0 27px 24px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 40px 77px rgba(0, 0, 0, 0.22), 0 27px 24px rgba(0, 0, 0, 0.2);
	box-shadow: 0 40px 77px rgba(0, 0, 0, 0.22), 0 27px 24px rgba(0, 0, 0, 0.2);
}
.modal-footer {
  border-top: none;
  box-shadow: none;
  background-color: #F3F5F6;
  margin-top: 0;
  text-align: right;
}
.annonce-picture img{
	width:100%;
	height:auto;
}
.loader{
	width:35px;
	height:35px;
	background: url(../images/loader.gif) no-repeat;
	background-position: center center;
}
.loader-black{
	width:63px;
	height:25px;
	background: url(../images/loader_black.gif) no-repeat;
	background-size:25px 25px;
	background-position: center center;
}
.loader-ok{
	width:63px;
	height:25px;
	background: url(../images/loader_ok.png) no-repeat;
	background-size:25px 25px;
	background-position: center center;
}
.annonce-picture-small{
	text-align:left;
	border: solid 1px #e1e0e0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow:hidden;
	width:23%;
	max-height:50px;
	margin-top:5px;
	margin-right:5px;
	display:inline-block;
	cursor:pointer;
}
.avatar_full{
	text-align:center;
	max-width:100%;
	height:auto;
}
.avatar_full img{
	max-width:100%;
	height:auto;
}
.envoyer{
	display:inline-block;
	margin:7px;
	background-color:#000000;
	padding:19px 0px;
	-moz-border-radius:30px;
	-webkit-border-radius: 30px;
	-khtml-border-radius: 30px;
	border-radius: 30px;
/*	border-bottom:solid 5px #891116;*/
	border:none;
	font-family: 'Roboto', sans-serif;
	color: #ffffff;
	font-weight: 300;
	width:200px;
}
.envoyer:hover{
	color:#ffffff;
	background-color:#272727;
	/*border-bottom:solid 5px #0a614b;*/
	text-decoration:none;
}
.tingle-modal--visible .tingle-modal-box__footer{
	text-align:center;
}
.annonce-picture-small img{
	width:100%;
}
.email-annonce{
	display:inline-block;
}
.phone-annonce{
	display:inline-block;
}
.email-btn{
	background-color:#0055a3;
	color:#ffffff;
	border-color:#0055a3;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
	padding: 10px 28px;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size:13px;
	margin-top:10px;
	margin-right: 4px;
	text-transform:none;
}
.email-btn:hover, .email-btn:active{
	background-color: #fdd42f !important;
	color:#000000 !important;
	border-color: #fdd42f !important;
}
.phone-btn{
	background-color:#0055a3;
	color:#ffffff;
	border-color:#0055a3;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
	padding: 10px 28px;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size:13px;
	margin-top:10px;
	text-transform:none;
}
.phone-btn:hover, .phone-btn:active{
	background-color: #fdd42f !important;
	color:#000000 !important;
	border-color: #fdd42f !important;
}
.annonce_infos{
	display:inline-block;
	vertical-align: top;
	padding-left:10px;
	text-transform: none;
	max-width:75%;
}
.annonce_title{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
	font-size:30px;
	line-height: 35px;
	text-transform: uppercase;
}
.annonce_date{
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:14px;
}
.annonce_description{
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size:15px;
	padding-top:10px;
}

/* -------------------- FORMULAIRE styles -------------------- */

.border-bottom{
	border-top: solid 1px #cacaca;
	padding-top: 20px;
	margin-top: 10px;
}
.form_container{
	width:45%;
	display:inline-block;
	padding-right: 10px;
}
.form_container-area{
	width:100%;
	margin-right: 20px;
	display:inline-block;
}
.form_container input{
	width: 100%;
}
.conditions-description{
	text-transform:none;
	color:#2f3030;
	font-size:14px;
	font-family: 'Roboto', sans-serif;
}

.h-line{
	width: 100%;
    margin: 0 auto;
    height: 1px;
    background-color: #d4d4d4;
    margin: 40px 0px;
}
.card-section{
	background-color: #fff6e7;
	padding:15px;
	margin-bottom: 10px;
	border-radius: 7px;
}

.card-section small{
	color:#9e6800;
}

.has-warning{
	color:#FF9B00 !important;
}

input.has-error{
	border: solid 1px #d60400 !important;
}

.has-error .form-control{
	border: solid 1px #d60400 !important;
}
.has-error-drop{
	border: solid 1px #d60400 !important;
}
.has-error, .has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label{
	color:#d60400 !important;
}
.has-feedback label ~ .form-control-feedback{
	top:31px;
}
.glyphicon-ok{
	color:#3da51c;
}

.add-card-btn{
	background-color:#fdd42f;
	color:#000000;
	border-color:#fdd42f;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
	padding: 10px 15px;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	margin-right:50px;
	font-size:13px;
}
.add-card-btn:hover, .add-card-btn:active{
	background-color:#000000 !important;
	color:#ffffff !important;
	border-color:#000000 !important;
}
.line-bottom{
	border-top:solid 1px #bdbdbd;
	margin-top:15px;
	margin-bottom:15px;
}

/* -------------------- USER CARD styles -------------------- */

.user_card{
	max-width: 520px;
	width: 100%;
	background-color: #ffffff;
	border: solid 1px #dedede;
	margin: 0 auto;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	box-shadow:
	  2px 1.4px 2.3px rgba(0, 0, 0, 0.031),
	  5.6px 3.9px 6.3px rgba(0, 0, 0, 0.045),
	  13.6px 9.3px 15.1px rgba(0, 0, 0, 0.059),
	  45px 31px 50px rgba(0, 0, 0, 0.09),
	  0px 3px 0px rgba(0, 0, 0, 0.04)
	;
	/*background: url(../images/logo_card.png);
	background-size: 350px auto;
	background-position: 340px 40px;
	background-repeat: no-repeat;*/
    position: relative;
    cursor: pointer;
}

/*.user_card::before{
	content:"";
	background-color:#0055a3;
	position: absolute;
	bottom:0px;
	left: 0px;
	height:55%;
	width: 100%;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-bottom-right-radius: 20px;
	border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-bottom-left-radius: 20px;
	border-bottom-left-radius: 20px;
}*/

.card_instructions{
	font-size: 16px;
	text-transform: none;
}

.user_card.expired{
	border:2px solid red !important;
}

.fullscreen{
	background-color: #ffffff;
	max-width: 100%;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1100;
}

.fullscreen .user_card_logo img{
	width: 80%;
	height: auto;
}

.fullscreen::before{
	height:60%;
}

.fullscreen{
	background-size: 1250px auto;
	background-position: 1040px 40px;
}

.fullscreen .user_card_icon img{
	width: 40px;
	height: auto;
}

.fullscreen .user_card_title{
	font-size: 70px;
	line-height: 80px;
	padding-left: 40px;
}

.user_card_title .card_instructions{
	font-weight: 300;
}

.fullscreen .user_card_title .card_instructions{
	font-size: 40px;
	line-height: 80px;
	padding-bottom:20px;
	
}

.fullscreen .user_card_no{
	font-size: 70px;
	line-height: 80px;
	padding-left: 40px;
}

.fullscreen .user_card_expiration{
	font-size: 50px;
	line-height: 40px;
}


.user_card_icon{
	display: inline-block;
	margin-right: 6px;
	vertical-align: top;
	margin-top:-2px;
}

.user_card_logo{
	width: 85%;
	padding: 20px;
}

.user_card_logo img{
	width: 100%;
}

.bold{
	font-weight: 700;
}

.user_card_info{
	background-color: #0055a3;
	padding:20px;
		-webkit-border-bottom-right-radius: 20px;
	-moz-border-bottom-right-radius: 20px;
	border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-bottom-left-radius: 20px;
	border-bottom-left-radius: 20px;
	height: 100%;
	color:#ffffff;
}

.user_card_title{
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 25px;
    color:#ffffff;
    position: relative;
}

.user_card_expiration{
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 20px;
    color:#ffffff;
    text-align: right;
}

.user_card_no{
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 25px;
    margin-bottom: 20px;
    color:#ffffff;
    position: relative;
}

.user_logout{
	font-size: 20px;
	line-height: 50px;
	text-transform: initial;
	position: absolute;
	top:5px;
	right: 15px;
}

.user_logout a{
	color: #ffffff;
}

/* -------------------- CONTACT styles -------------------- */

.contact-page-title{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	text-transform:uppercase;
	color:#ffffff;
	font-size:22px;
}
.contact-table{
	width:40%;
	display:inline-block;
}

/* -------------------- LIENS styles -------------------- */

.liens_infos{
	display:inline-block;
	vertical-align: top;
	padding-left:10px;
	text-transform: none;
	width:100%;
}
.liens_title{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	font-size:22px;
	line-height: 35px;
	text-transform:uppercase;
	display:inline-block;
	
}
.liens-infos{
	color:#2f3030;
	font-size:18px;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	padding:15px;
	text-transform:uppercase;
}
.liens-arrow{
	display:inline-block;
	float:right;
	vertical-align:middle;
	line-height:36px;
}
.panel-heading{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow:hidden;
}
.panel-group .panel{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.panel-default>.panel-heading{
	background-color:#ffffff;
}
.event-form-liens{
	width:75%;
	background-color:#ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin:0px auto;
	/*border: solid 1px #cacaca;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.08);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.08);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.08);
	box-shadow: 0 20px 60px rgba(10, 10, 10, 0.05), 0 5px 10px rgba(10, 10, 10, 0.1), 0 1px 1px rgba(10, 10, 10, 0.2);*/
	-webkit-box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.08);
	-moz-box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.08);
	box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.08);
	border: solid 1px #d1d3da;
	margin: 0px auto;
}
.panel-body{
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size:15px;
}

.link-blue{
	color:#0055a3;
	text-decoration:underline;
}

/* -------------------- JOURNAL styles -------------------- */

.link-blue-big{
	color:#0055a3;
	text-decoration:underline;
	font-weight:700;
	font-size:15px;
	text-transform:uppercase;
}

/* -------------------- BILLETERIE styles -------------------- */

.billeterie-name{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	color:#000000;
	font-size: 21px;
	text-align:center;
	padding:5px 10px;
	line-height: 21px;
	height:55px;
}
.billeterie-title{
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	color:#5e5d5d;
	font-size: 14px;
	text-align:center;
	padding:5px 10px;
	line-height:17px;
	height: 75px;
}
.billeterie-cta{
	margin:0px 25px;
	padding:7px 5px;
	background-color:#000000;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	text-align:center;
	width:auto;
	color:#ffffff;
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	font-size: 13px;
	border:solid 1px #000000;
}
.billeterie-btn{
	padding-top:10px;	
}

.billeterie-btn a:hover{
	text-decoration:none;
}

.billeterie-cta:hover{
	background-color:#ffffff;
	color:#000000;
	border:solid 1px #000000;
	text-decoration:none;
}
.billeterie-cta:hover span{
	color:#000000;
}
.billeterie-main-title{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
	color:#2f3030;
	font-size: 36px;
	text-align:center;
	text-transform:uppercase;
	padding: 15px 45px 15px 20px;
	background-color:#fdd42f;
}
.billet{
	position:relative;
	width:auto;
	height:93px;
	margin:0 auto;
}
.billet-title{
	position:relative;
	top:28px;
	left:0px;
	text-transform:uppercase;
	font-size:36px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	color:#ffffff;
	text-align:center;
	padding: 0 10px;
	line-height: 39px;
}

.billet{
    background: url('../images/billet_center.png') 0 0 repeat-x;
    position:relative;
    display: inline-block;
    margin:0 25px;
    padding:0 10px;
    height:93px;
}

.billet:before,.billet:after {
    content:'';
    display: inline-block;
    position:absolute;
    top: 0;
    height: 100%;
    background:inherit;
    background-position:100% 100%;
}
.billet:before {
    left:-23px;
    background-position: 0 100%;
	background: url('../images/billet_left.png') 0 0 repeat-x;
    width: 23px;
}
.billet:after {
    background-position: 0 100%;
	background: url('../images/billet_right.png') 0 0 repeat-x;
	right: -54px;
    width: 54px;
}

/* -------------------- CALENDAR styles -------------------- */


.calendar-form{
	width:94%;
	background-color:#ffffff;
	border:solid 1px #cacaca;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.18);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.18);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.18);
	margin:0px auto;
}
.calendar-infos{
	color:#2f3030;
	font-size:18px;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	padding:25px;
	text-transform:uppercase;
}

/* -------------------- PHOTOS styles -------------------- */

#drop-name{
	overflow: hidden;
	/*text-overflow: ellipsis;*/
	padding-left:7px;
}
.caret-photos{
/*	position:relative;
	top:-10px;
	left:6px;*/
}
#dropdownMenu-photos{
	background-color:#01315d;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding:10px 20px;
	color:#ffffff;
	border:none;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	/*width: 180px;*/
	overflow: hidden;
	text-overflow: ellipsis;
	text-align:left;
}

.photos-btn{
	background-color:#0055a3;
	color:#ffffff;
	border:solid 2px #4080ba;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	padding: 10px 16px;
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	margin-right:10px;
	font-size:16px;
}
.photos-btn-selected{
	background-color:#ffffff;
	color:#000000;
	border:solid 2px #ffffff;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	padding: 10px 16px;
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	margin-right:10px;
	font-size:16px;
}
.photos-btn-selected:hover{
	background-color:#ffffff;
	color:#000000;
	border:solid 2px #ffffff;
}
.photos-btn:hover, .photos-btn:active{
	background-color:#ffffff !important;
	color:#000000 !important;
	border-color:#ffffff !important;
}
.pagination{
	margin: 0px;
	display:block;
}
.pagination>li>a, .pagination>li>span {
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	border-radius: 50% !important;
	margin: 0 5px;
	font-family: 'Roboto', sans-serif;
	font-weight:700;
}
.pagination > li > a, .pagination > li > span{
	color:#ffffff;
	background-color:#0055a3;
	border: 2px solid #4080ba;
}
.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover{
	color:#ffffff;
	background-color:#0055a3;
	border: 2px solid #4080ba;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .f > .active > span:hover{
	color:#000000;
	background-color:#ffffff;
	border: 2px solid #ffffff;
}

.photos-title{
	text-transform:uppercase;
	font-size:35px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
	color:#000000;
}
.photos-drop{
/*	width:75%;
	padding-top:0px;*/
	display:inline-block;
}

.photo-container{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.pagination-right{
	float:right;
}


/* -------------------- FOOTER styles -------------------- */
.footer{
	background-color:#303030;
	color:#ffffff;
	padding:25px 0px;
}

.footer-menu{
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	text-transform:uppercase;
	color:#ffffff;
}
.footer-link{
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	color:#ffffff;
}

.cols-link{
	width:14.28%;
	color:#ffffff;
	text-align:left;
	display: inline-block;
    vertical-align: top;
    float:left;
	padding-left:50px;
	line-height:27px;
}
.cols-link a:hover{
	color:#ffffff;
}
.footer-links{
	background-color:#0055a3;
	width:100%;
	padding:25px 0px;
}
.footer-legal{
	display:inline-block;
	color:#ffffff;
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	margin-right:20px;
}
.footer-facebook{
	display:inline-block;
	margin-right:20px;
}
.footer-rules{
	margin-right:20px;
	display:inline-block;
	color:#ffffff;
	font-family: 'Roboto', sans-serif;
	font-weight:700
}
.footer-bottom{
	background-color:#303030;
	padding:20px;
	margin:0 auto;
	text-align:center;
}


@media (orientation: landscape) and (max-width : 1300px) {
  	.fullscreen .user_card_logo img{
		width: 45% !important;
		height: auto;
	}

	.user_card_logo img{
		width: 75%;
		height: auto;
	}
}


/* -------------------- MOBILE styles -------------------- */
/* Large Devices, Wide Screens */
    @media only screen and (max-width : 1300px) {
		.bigletters_typo{
			left:50px !important;
		}
		.bigletters_typo img{
			width:600px;
			height:auto;
		}
		.logo_triangle{
			
		}
		.logo_triangle img{
			width:600px;
			height:auto;
		}
		.welcome-text{
			padding:0 70px;
		}
		
		.galerie-left, .galerie-right{
			text-align:center;
		}
		.contact-input{
			width:100%;
			margin-right: 0px;
			
		}
		.contact-textarea{
			width:100%;
		}
		.contact-area-btn{  
			padding-left:15px;  
		}
		.event-form{
			width:90%;
		}

		.event-form-card{
			width:96% !important;
		}
		.event-drop{
			width:90%;
		}
		.event-form-annonces-blue{
			width:90%;
		}

		
    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
		.bigletters_typo{
			left:2% !important;
		}
		.bigletters_typo img{
			width:500px;
			height:auto;
		}
		.logo_triangle{
			
		}
		.logo_triangle img{
			width:600px;
			height:auto;
		}
		.contact-name{
			margin-bottom:50px;
		}
		.container{
			width:100%;
		}
		.carousel-caption{
			border-spacing: 10px 0px !important;
		}
		.news-icon-div{
			width:42%;
			float: none;
			text-align: center;
		}
		.news-icon{
			margin:0 auto;
			margin-top:20px;
		}

		.fullscreen{
			background-size: 550px auto;
			background-position: 140px 250px;
		}

		.fullscreen .user_card_icon img{
			width: 30px;
			height: auto;
		}

		.fullscreen .user_card_title{
			font-size: 45px;
			line-height: 50px;
			padding-left: 10px;
		}

		.fullscreen .user_card_no{
			font-size: 40px;
			padding-left: 10px;
		}

		.fullscreen .user_card_expiration{
			font-size: 25px;
		}
		.fullscreen .user_card_logo img{
			width: 100%;
			height: auto;
		}
		.fullscreen .user_card_logo{
			width: 100%;
			padding-top:80px;
		}
    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {

    	.print-btn{
    		display: none;
    	}
    	.padding-20{
			padding:20px;
		}

    	.event-description-none{
    		padding:0px !important;
    	}
    	.user_card{
    		max-width: 100%;
    		border:none;
    		box-shadow:none;
    	}

		.bigletters_typo{
			left:0px !important;
		}
		.bigletters_typo img{
			width:420px;
			height:auto;
		}
		.logo_triangle{
			
		}
		.logo_triangle img{
			width:500px;
			height:auto;
		}
		.message-sent{
			top:250px;
		}
		.form_container {
		    display: block;
		}
		.show-infolettre{
			/*display:none;*/
			height:1050px;
		}
		.mc-label{
			text-align:left;
		}
		#mce-EMAIL, #mce-FNAME, #mce-LNAME{
			width:100% !important;
			margin-bottom:10px;
		}
		.infolettre-form{
			width:100%;
		}
		.infolettre-text{
			width:100%;
		}
		.infolettre-title{
			font-size:40px;
			line-height:40px;
			padding-left:20px;
			padding-right:20px;
			padding-top:25px;
		}
		.infolettre-chevron{
			width: 40px;
			height: auto;
		}
		.infolettre-chevron img{
			width: 40px;
			height: auto;
		}
		.welcome-text{
			padding:0 30px;
		}
		.navbar-inverse{
		    background-color:#0055a3;
		    border:none;		
		}
		.galerie-thumb{
			width:100%;
			height:auto;
		}
		.galerie-thumb img{
			width:100%;
			height:auto;
		}
		.galerie-over{
			width:100%;
		}
		.galerie-black{
			width:100%;
			height:100%;
		}
		.draw{
			padding: 23px 23px 23px 23px;
			display: inline-block;
			width:100%;
		}
		.carousel-caption h1{
			font-size:30px !important;
		}
		.carousel-caption p{
			font-size:15px !important;
		}
		.carousel-caption{
			right: 20% !important;
			left: 20% !important;
		}
		.cols-link{
			width:100%;
			color:#ffffff;
			text-align:left;
			padding-left:20px;
			margin-bottom:20px;
		}
		.footer-link{
			padding-left:10px;
		}
		.draw-btn{
			margin-right:0px;
		}
		.draw{
			text-align: center;
		}
		.navbar .navbar-collapse{
			text-align:left;
		}
		.dropdown-menu > li{
			border:none;
		}
		.dropdown-menu > li > a:hover{
    		border-left: solid 3px transparent;
		}
		.selected{
			border-bottom: none;
			/*border-left: solid 4px #fdd42f;*/
			/*padding-left: 5px;*/
			background-color:#fdd42f;
			color:#000000 !important;
		}
		.selected a{
			color:#000000 !important;
		}
		.nav > li > a{
			/*padding:0px;
			padding-bottom: 0px;
			margin-bottom: 15px;*/
			padding:10px;
		}
		.navbar .navbar-nav{
			display:block;
		}
		.galerie-right, .galerie-left{
			padding: 2px 8px;
		}
		.navbar-brand{
			display:block;
		}
		.bigletters_typo{
			font-size:70px;
			line-height: 75px;
		}
		.bigletters_typo_2lines{
			font-size:80px;
			line-height:70px;
			top:260px;
		}
		.arrow_typo {
			/*top:465px;*/
		}
		.event-form{
			width:90%;
		}
		
		.form_container input{
			width:100%;
		}
		.form_container{
			width:100%;
		}
		.annonce_infos{
			padding-top:20px;
			max-width: 100%;
		}
		.event-form{
			width:90%;
		}
		.annonce_media{
			margin: 0 auto;
			display:block;
		}
		.event-form-liens{
			width:90%;
		}
		.fiche-alt{
			display: block !important;
			margin:15px auto;
		}
		.carousel .item{
			height:540px !important;
		}
		.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
		    margin-left: 0px !important;
		}
		.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
		    margin-right: 0px !important;
		}
		.fiche-alt {
		    width: 80%;
		}
		.calendar-infos{
			padding:25px 5px;
		}
		.tiles .tiles-body {
		  padding: 19px 5px 15px 5px !important;
		}
		.event-picture{
			margin:20px 0px 0px 0px;
		}
		.pagination{
			display:inline-block;
			text-align:center;
			margin:20px 0px 0px 0px;
			padding-left:0px;
		}
		.welcome-text-photos{
			padding: 0px 0px;
		}
		.pagination-right{
			float:none;
		}
		.welcome-body-blue-photos{
			text-align:center;
			display:block;
		}
		#dropdownMenu-photos{
			/*width:100%;*/
		}
		.billet-title{
			font-size:26px;
			line-height: 28px;
		}

		.event-infos-none{
			padding:0px 0px !important;
		}

    }

	@media only screen and (max-width : 600px) {
		.bigletters_typo{
			left:0px !important;
		}
		.bigletters_typo img{
			width:340px;
			height:auto;
		}
		.show-infolettre{
			/*display:none;*/
			height:1150px;
		}
		.tingle-modal-box{
			/*width:100% !important;
			top: 72px !important;
			left:0px !important;
			transform: translate(0%, 0%) !important;
			-ms-transform: translate(0%, 0%) !important;
			-webkit-transform: translate(0%, 0%) !important;
			-o-transform: translate(0%, 0%) !important;
			-moz-transform: translate(0%, 0%) !important;*/
		}
		.event-infos-small{
			padding:5px 5px !important;
		}

		.user_card{
			background-position: 140px 120px;
		}

		.fullscreen{
			background-size: 550px auto;
			background-position: 140px 250px;
			border-radius: 0px;
			 z-index: 1200;
		}

		.fullscreen .user_card_icon img{
			width: 30px;
			height: auto;
		}

		.fullscreen .user_card_title{
			font-size: 45px;
			line-height: 50px;
			padding-left: 10px;
		}

		.fullscreen .user_card_no{
			font-size: 40px;
			padding-left: 10px;
		}

		.fullscreen .user_card_expiration{
			font-size: 25px;
		}
	}


    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
		.moveUp{
			top:130px !important;
		}
		.bigletters_typo{
			
		}
		.bigletters_typo img{
			width:100%;
			height:auto;
		}
		.arrow{
			display:none;
		}
		.logo_triangle{
			
		}
		.logo_triangle img{
			width:400px;
			height:auto;
		}
		.message-sent{
			top:250px;
		}
		.g-recaptcha {
			transform:scale(0.85);
			-webkit-transform:scale(0.85);
			transform-origin:0 0;
			-webkit-transform-origin:0 0;
		}
		#mc_embed_signup .datefield input, #mc_embed_signup .phonefield-us input{
			width: 97px !important;
		}
		#mc_embed_signup .mc-field-group{
			width: 100% !important;
		}
		.infolettre-information{
			padding: 35px 5px 20px 5px;
		}
		#mc_embed_signup .phonefield-us .phonearea input, #mc_embed_signup .phonefield-us .phonedetail1 input{
			width: 55px !important;
		}
		.input-group{
			font-size: 10px !important;
		}
		.show-infolettre{
			/*display:none;*/
			height:1150px;
		}
		.infolettre-body{
			font-size: 18px;
			line-height:18px;
		}
		.infolettre-chevron{
			width: 30px;
			height: auto;
		}
		.infolettre-chevron img{
			width: 30px;
			height: auto;
		}
		.infolettre-title{
			font-size:30px;
			line-height:30px;
			padding-top:35px;
		}
		.news{
			height: 690px !important;
		}
		.carousel-indicators{
			bottom: 42px;
		}
		.contact-title{
			font-size:34px;
			padding:40px 0px;
		}
		.welcome-title{
			font-size:54px;
			padding:40px 0px;
		}
		.news-title{
			font-size:50px;
			padding:40px 0px;
			top:0px;
		}
		.galerie-title{
			font-size:54px;
			padding:40px 0px;
		}
		.draw-title{
			font-size: 25px;
			line-height: 26px;
		}
		.fiche-alt {
		   width:100%;
		}
		
		.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
		    top: 90%;
		}
		.carousel .item{
			
		}
		.bigletters_typo_2lines{
			font-size:70px;
			line-height:65px;
			top:260px;
		}
		.welcome-text {
		    padding: 0 10px;
		}
		.add-annonce {
		    float: none;
			padding-top:15px;
		}
		.annonce_media, .annonce-picture{
			width:auto;
		}
		.event-infos{
			padding:15px 15px;
		}
		.event-infos-small{
			padding:5px 5px !important;
		}
		.email-btn, .phone-btn{
			padding: 10px 20px;
		}
		.annonces-number{
			
			padding-top:10px;
		}
		.photos-drop{
			display:block;
		}
		#dropdownMenu-photos{
		/*	width:85%;*/
		}
		.pagination{
			margin:0px 0px 0px 0px;
		}
		.event-form-annonces-blue{
			text-align: center;
		}
		.event-description{
			padding: 20px;
		}
		.billeterie-name{
			font-size: 22px !important;
			line-height: 22px !important;
		}
		.carousel-caption{
			right: 10% !important;
			left: 10% !important;
		}
    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        .fiche-alt {
		    
		}
		.carousel .item{
			height:580px !important;
		}
    }


/* NO OVER ON MOBILE */

@media (hover:none), (hover:on-demand) {
    .contact-btn:hover, .contact-btn:active{
		background-color:#000000 !important;
		border-color:#ffffff !important;
		color:#ffffff !important;
	}
}