html {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow-y: scroll;
}

@media print {
	body {
		display: none
	}
}

body {
	width: 100%;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 550px;
	font-style: normal;
	background-color: #000;
	color: white;
}

html {
	position: relative;
	min-height: 100%;
}

body {
	/* Margin bottom by footer height */
	margin-bottom: 40px;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 40px;
	padding: 8px;
}

@font-face {
	font-family: 'BebasNeueRegular';
	src: url("/fonts/BebasNeue-webfont.eot");
	src: url("/fonts/BebasNeue-webfont.eot?#iefix")
		format('embedded-opentype'), url("/fonts/BebasNeue-webfont.woff")
		format('woff'), url("/fonts/BebasNeue-webfont.ttf") format('truetype'),
		url("/fonts/BebasNeue-webfont.svg#BebasNeueRegular") format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "GeoSansLight";
	src: url("https://d2jiued8r3r7j9.cloudfront.net/fonts/GeosansLight.ttf");
	font-weight: normal;
	font-style: normal;
}

.alert p {
	text-shadow: none;
}

p, label, ul.errors {
	font-size: 100%;
	text-justify: newspaper;
	text-align: justify;
	text-shadow: 0.1em 0.1em 0.1em black;
	
}

.lb {
	white-space: pre-line; /* collapse WS, preserve LB */
}

a.btn, a:hover, ul.nav li.active {
	text-shadow: none;
}

a {
	color: white;
}

.big {
	text-transform: uppercase;
}

h1, .my-title {
	text-shadow: 2px 2px 2px black;
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 30px;
	line-height: 35px;
	position: relative;
	font-weight: 400;
	color: #fff;
	padding: 0px 0px 5px 0px;
}

h2, h3 {
	text-shadow: 2px 2px 2px black;
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	text-transform: uppercase;
}

.txtonimg {
	text-shadow: 2px 2px 2px black;
	background-color: rgba(0, 0, 0, 0.35);
	padding: 8px;
	border-radius: 4px;
	border-style: none;
}

.txtonimg-dark {
	text-shadow: 2px 2px 2px black;
	background-color: rgba(0, 0, 0, 0.65);
	padding: 8px;
	border-radius: 4px;
	border-style: none;
}

.txtonimg-dark-dark {
	text-shadow: 2px 2px 2px black;
	background-color: rgba(0, 0, 0, 0.8);
	padding: 8px;
	border-radius: 4px;
	border-style: none;
}

.box-shadox {
	box-shadow: 4px 4px 4px black;
}

.popover, .dropdown-menu {
	background: #FFF;
	color: #000;
	opacity: 1.0;
	text-shadow: none;
}

label {
	font-family: Constantia, Palatino, "Palatino Linotype",
		"Palatino LT STD", Georgia, serif;
	font-size: 1.1em;
}

.marge_sup {
	margin: 8px;
}

.centrer {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.img-responsive {
	border: 1px solid black;
	margin: 5px;
}

img {
	border: 1px solid black;
}

.plain-img, .img-circle {
	border: 0px;
}

.videos {
	position: relative;
}

.videos .play-btn {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: 25%;
}

.videos .play-btn img {
	width: 25%;
	max-width: 100px;
}

tr.border_bottom td {
	border-bottom: 1pt solid white;
}



.modal-content {
	height: auto;
	min-height: 100%;
	border-radius: 0;
	background-color: rgba(150, 150, 150, 0);
}

/* Centrage vertical du modal */

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}



.marketing {
  margin-bottom: 20px;
  text-align: center;
}

/* -----------------------------------------------------------------
                            MENU                         
-----------------------------------------------------------------  */
.dropdown-menu-lg {
	width: 500px;
	padding: 20px 0px;
}

.dropdown-menu-lg>li>ul {
	padding: 0;
	margin: 0;
}

.dropdown-menu-lg>li>ul>li {
	list-style: none;
}

.dropdown-menu-lg>li>ul>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #333333;
	white-space: normal;
}

.dropdown-menu-lg>li ul>li>a:hover, .dropdown-menu-lg>li ul>li>a:focus {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5;
}

.dropdown-menu-lg .disabled>a, .dropdown-menu-lg .disabled>a:hover,
	.dropdown-menu-lg .disabled>a:focus {
	color: #999999;
}

.dropdown-menu-lg .disabled>a:hover, .dropdown-menu-lg .disabled>a:focus
	{
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled= false);
	cursor: not-allowed;
}

.dropdown-menu-lg .dropdown-header {
	color: #428bca;
	font-size: 18px;
}

@media ( max-width : 768px) {
	.dropdown-menu-lg {
		margin-left: 0;
		margin-right: 0;
	}
	.dropdown-menu-lg>li {
		margin-bottom: 30px;
	}
	.dropdown-menu-lg>li:last-child {
		margin-bottom: 0;
	}
	.dropdown-menu-lg .dropdown-header {
		padding: 3px 15px !important;
	}
}

/* -----------------------------------------------------------------
                            NAVBAR                         
-----------------------------------------------------------------  */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar {
	z-index: 100;
	margin: 0;
}

.my-info {
	color: yellow;
}

/* -----------------------------------------------------------------
                            FORMS                         
-----------------------------------------------------------------  */
.dropdown.dropdown-lg .dropdown-menu {
	margin-top: -1px;
	padding: 6px 20px;
}

.input-group-btn .btn-group {
	display: flex !important;
}

.btn-group .btn {
	border-radius: 0;
	margin-left: -1px;
}

.btn-group .btn:last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.btn-group .form-horizontal .btn[type="submit"] {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.form-horizontal .form-group {
	margin-left: 0;
	margin-right: 0;
}

.form-group .form-control:last-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

@media screen and (min-width: 768px) {
	#adv-search {
		width: 300px;
		margin: 0 auto;
	}
	.dropdown .dropdown-lg {
		position: static !important;
	}
	.dropdown .dropdown-lg .dropdown-menu {
		min-width: 500px;
	}
}

input, select, textarea {
	color: black;
}

/* CSS Forms */
form {
	padding: 0;
	margin: 0;
}

fieldset {
	margin: 0;
	padding: .5em;
}

legend {
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 30px;
	margin: 0px 0 0px 0;
	padding: 10px 0px;
	color: white;
	border-bottom: 0px;
}

label {
	text-align: left;
	margin-right: 10px;
	display: block;
}

.checkbox input[type="checkbox"] {
	margin-left: 0px;
	transform: scale(1.5);
}

.checkbox label[type="checkbox"] {
	text-transform: uppercase;
}

input[type=email], input[type=text], input[type=password], select {
	border: 1px solid black;
	width: 100%;
	padding: 5px 3px;
}

textarea {
	border: 1px solid black;
	width: 100%;
	padding: 5px 3px;
	font: 1.0em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

ul.errors {
	padding: 5px;
	color: orange;
	font-weight: bold;
	/*background: #fff url("/images/layout/form-error-box-bg.gif") repeat-x;*/
}

.errors li {
	list-style-type: none;
	padding-left: 18px;
	background: url("/images/layout/error-up-arrow.gif") no-repeat 0 50%;
}

form p.error {
	padding: 5px !important;
	color: #d20037;
	background: #fff url("/images/layout/form-error-box-bg.gif") repeat-x;
}

/* ---------------------------
 tags input
------------------------------*/
.bootstrap-tagsinput {
	width: 100%;
}

.twitter-typeahead .tt-query, .twitter-typeahead .tt-hint {
	margin-bottom: 0;
}

.twitter-typeahead .tt-hint {
	display: none;
}

.tt-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
	cursor: pointer;
}

.tt-suggestion {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #333333;
	white-space: nowrap;
}

.tt-suggestion:hover, .tt-suggestion:focus {
	color: #ffffff;
	text-decoration: none;
	outline: 0;
	background-color: #428bca;
}

/* -----------------------------------------------------------------
                            TABLES                         
-----------------------------------------------------------------  */

/*
table .odd {
    background: #f6f6f6;
}
*/
table .rt {
	text-align: right;
}

table .colRight {
	width: 100px;
}

/* @end */

/* -----------------------------------------------------------------
                            AUTO COMPLETE                       
-----------------------------------------------------------------  */

/*
.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-dropdown-menu {
  width: 422px;
  margin-top: 12px;
  padding: 8px 0;
  background-color: #fff;
  color:black;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}

.tt-suggestion.tt-is-under-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}

.gist {
  font-size: 14px;
}


#at4m-dock {
	z-index: 500000;
}

*/

/* -----------------------------------------------------------------
                            BACKGROUNDS                         
-----------------------------------------------------------------  */

/* Fixed */
#my-background {
	margin: 0px;
	list-style-type: none;
}

.bmenu li a {
	transform: scale(0.9);
	transition: all 0.4s linear;
}

.bmenu li a:hover {
	transform: scale(1);
}

.anim-growing {
	transform: scale(1);
	transition: all 0.3s linear;
}

.anim-growing:hover {
	transform: scale(1.1);
}

/* -----------------------------------------------------------------
                            CAROUSEL                         
-----------------------------------------------------------------  */
.my-menu {
	margin: 0px;
}

.carousel {
	display: none;
}

.carousel-bottom {
	height: 20px;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%,
		rgba(0, 0, 0, 0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0
		, 0, 1)), color-stop(100%, rgba(0, 0, 0, 0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%,
		rgba(0, 0, 0, 0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0, 0, 0, 1) 0%,
		rgba(0, 0, 0, 0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 1) 0%,
		rgba(0, 0, 0, 0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%,
		rgba(0, 0, 0, 0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000',
		endColorstr='#00000000', GradientType=0); /* IE6-9 */
}

.carousel .container {
	position: relative;
}

.carousel-control {
	height: 40px;
	width: auto;
	margin-top: 40px;
	font-size: 50px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
	background-color: transparent;
	border: 0;
	margin-top: 40px;
}

.carousel .item {
	height: 150px;
}

.carousel img {
	background: black;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	min-height: 80px;
}

.carousel-caption {
	display: none;
	background-color: transparent;
	position: static;
	max-width: 800px;
	padding: 0 20px;
	margin-top: 10px;
}

.carousel-caption h1, .carousel-caption .lead {
	margin: 0;
	line-height: 1.25;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
}

.carousel-caption .btn {
	margin-top: 10px;
}

/* -----------------------------------------------------------------
                            EDITEUR TEXTE                         
-----------------------------------------------------------------  */
#editor-container {
	-webkit-touch-callout: text;
	-webkit-user-select: text;
	-khtml-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}

@media only screen and (min-width: 40em) {
	/* media queries */
	body {
		font-size: 1.6em;
	}
	h1 {
		font-size: 35px;
	}
}

/* -----------------------------------------------------------------
                            PNOTIFY                         
-----------------------------------------------------------------  */

/*
Author  : Hunter Perrin
Version : 2.0.0
Link    : http://sciactive.com/pnotify/
*/
/* -- Notice */
.ui-pnotify {
	top: 25px;
	right: 25px;
	position: absolute;
	height: auto;
	/* Ensures notices are above everything */
	z-index: 9999;
}
/* Hides position: fixed from IE6 */
html>body>.ui-pnotify {
	position: fixed;
}

.ui-pnotify .ui-pnotify-shadow {
	-webkit-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
	box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
}

.ui-pnotify-container {
	background-position: 0 0;
	padding: .8em;
	height: 100%;
	margin: 0;
}

.ui-pnotify-sharp {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.ui-pnotify-title {
	display: block;
	margin-bottom: .4em;
	margin-top: 0;
}

.ui-pnotify-text {
	display: block;
}

.ui-pnotify-icon, .ui-pnotify-icon span {
	display: block;
	float: left;
	margin-right: .2em;
}
/* Alternate stack initial positioning. */
.ui-pnotify.stack-topleft, .ui-pnotify.stack-bottomleft {
	left: 25px;
	right: auto;
}

.ui-pnotify.stack-bottomright, .ui-pnotify.stack-bottomleft {
	bottom: 25px;
	top: auto;
}

.ui-pnotify-closer, .ui-pnotify-sticker {
	float: right;
	margin-left: .2em;
}
/* -- Pulldown */
.ui-pnotify-history-container {
	position: absolute;
	top: 0;
	right: 18px;
	width: 70px;
	border-top: none;
	padding: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-top-right-radius: 0;
	border-top-right-radius: 0;
	/* Ensures history container is above notices. */
	z-index: 10000;
}

.ui-pnotify-history-container.ui-pnotify-history-fixed {
	position: fixed;
}

.ui-pnotify-history-container .ui-pnotify-history-header {
	padding: 2px;
	text-align: center;
}

.ui-pnotify-history-container button {
	cursor: pointer;
	display: block;
	width: 100%;
}

.ui-pnotify-history-container .ui-pnotify-history-pulldown {
	display: block;
	margin: 0 auto;
}

/* -----------------------------------------------------------------
                            PNOTIFY                         
-----------------------------------------------------------------  */
.ui-pnotify {
	top: 25px;
	right: 25px;
	position: absolute;
	height: auto;
	z-index: 9999
}

html>body>.ui-pnotify {
	position: fixed
}

.ui-pnotify .ui-pnotify-shadow {
	-webkit-box-shadow: 0 2px 10px rgba(50, 50, 50, .5);
	-moz-box-shadow: 0 2px 10px rgba(50, 50, 50, .5);
	box-shadow: 0 2px 10px rgba(50, 50, 50, .5)
}

.ui-pnotify-container {
	background-position: 0 0;
	padding: .8em;
	height: 100%;
	margin: 0
}

.ui-pnotify-sharp {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.ui-pnotify-title {
	display: block;
	margin-bottom: .4em;
	margin-top: 0
}

.ui-pnotify-text {
	display: block
}

.ui-pnotify-icon, .ui-pnotify-icon span {
	display: block;
	float: left;
	margin-right: .2em
}

.ui-pnotify.stack-bottomleft, .ui-pnotify.stack-topleft {
	left: 25px;
	right: auto
}

.ui-pnotify.stack-bottomleft, .ui-pnotify.stack-bottomright {
	bottom: 25px;
	top: auto
}

.ui-pnotify-closer, .ui-pnotify-sticker {
	float: right;
	margin-left: .2em
}
