/************************************************************************************
 * FONTS
 
 	Utilisation des Google Fonts - Précisez le font-weight pour la graisse
 	et non un nom spécifique défini comme précédemment
 	
 ************************************************************************************/


@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic&subset=latin,latin-ext);  
/* Définir : font-family: 'Roboto', sans-serif; */

@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400italic,700italic,400,300,700&subset=latin,latin-ext); 
/* Définir : font-family: 'Roboto Condensed', sans-serif; */



/************************************************************************************
 * ICON FONTS
 ************************************************************************************/

/* Glyphicon 

span.glyphicon-user{ font-size: 24px; }

.glyphicon-chevron-left:before, .glyphicon-chevron-right:before { content: ""; }
.glyphicon-chevron-right { display:block; background: url("/assets/images/right.png") no-repeat; }
.glyphicon-chevron-left { display:block; background: url("/assets/images/left.png") no-repeat; }
*/
	/* la bibliothèque glyphicon est chargée, dommage d'utiliser des images bitmap… */






/************************************************************************************
 * GÉNÉRALES
 ************************************************************************************/

/**********************************
********* TEMPLATE COLOR **********
***********************************/
.bg-light-gray {
    background-color: #eeeeee;
}
.bg-bold-gray {
    background-color: #232323;
    color:#eee;
}


html, body { height: 100%; text-rendering: optimizeLegibility !important; -webkit-font-smoothing: antialiased !important; }

body { font-family: 'Roboto', sans-serif; font-size: 1.5em; font-weight: 300; line-height: 2em; overflow-x: hidden;} /* Les tendances sont au grande typographie et les mises en page aérée */

body .container + .container { margin: 0; }

h1 { font-size: 280%; font-weight: 700; font-family: 'Roboto', sans-serif; text-transform: uppercase; }
h1 strong, h1 b { font-weight: 900; }
h2 { font-size: 200%; font-weight: 300; font-family: 'Roboto', sans-serif; line-height: 1.5em; margin: 0 auto; color: #AAA; }
h3 { font-size: 150%; font-weight: 500; font-family: 'Roboto Condensed', sans-serif; text-align: left; margin: 10px 0; padding: 10px; border: none; }
h4 { font-size: 125%; font-weight: 500; }
h2 strong, h2 b, h3 strong, h3 b, h4 strong, h4 b { font-weight: 600; }
h5 { font-size: 100%; font-weight: 400; }
h5 strong, h5 b { font-weight: 500; }

hr { clear:both; }

ul li { line-height: 1.75em; margin-top: 5px; }

a, a:hover, a:focus  { color: #e9b415; }
.yellow { color: #e9b415  }
a:hover, button:hover { -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }

.white, a:hover.white, a:focus.white { color: #FFF !important; }
.white::-webkit-input-placeholder { color:#FFF !important; }
.white:-moz-placeholder { color:#FFF !important; }
.white::-moz-placeholder { color:#FFF !important; }
.white:-ms-input-placeholder { color:#FFF !important; }

.grey { color: #AFAFAF !important; }

.white-bg { background: #FFF; }
.yellow-bg { background: #e9b415 !important; }
.transparent-bg { background: transparent !important; }
.white-transparent-bg { background: rgba(255,255,255,0.725) !important; }

.text-left { text-align: left !important; }
.text-center { text-align: center !important; }

.bottom-block { position: absolute; width:80%; left:10%; bottom: 0;   }





/************************************************************************************
 * HEADER
 ************************************************************************************/
.navbar .btn-primary, .navbar .btn-primary[disabled], .navbar .btn-primary:hover, .navbar .btn-primary:focus,.navbar .btn-primary.disabled {background-color: transparent;}
.navbar-inverse { background-color : transparent; border:0; margin-bottom:0; }
.navbar-inverse span.menu { margin-left:40px; }
.navbar-inverse button { }
.navbar-inverse button.menu{ margin:0 5px; padding: 0; border: none;line-height: 45px; }
.navbar-inverse .icon-bar + .icon-bar {
	margin-top: 6px;
	margin-bottom: 0;
}
.navbar-inverse span.icon-bar {
	background-color: #FFF;
	border-radius: 1px;
	display: block;
	height: 4px;
	width: 30px;
}
.navbar-inverse.affix {
	background-color : #e9b415;
	transition: all .25s ease-out;
}
.navbar a, .navbar button { color:#fff !important; }
.navbar span.icon-bar { background-color: #FFF; color: #FFF !important;margin-top:10px; }

.navbar-header{ float:none; margin: 5px; }

.navbar-nav { margin: 0; }

#topnavbar-search .input-group { border-bottom: 1px solid #FFF; background: transparent; opacity: none; }
#topnavbar-search .input-group:hover { background: rgba(255,255,255,0.25) !important; transition: all 0.5s; }
 
#topnavbar-search ::-webkit-input-placeholder,
#topnavbar-search ::-moz-placeholder,
#topnavbar-search :-moz-placeholder,
#topnavbar-search :-ms-input-placeholder { font-family: 'Roboto Condensed', sans-serif; font-weight: 300; font-size: 100% !important; }
     
#topnavbar-search ::-webkit-input-placeholder { color: rgba(255,255,255,0.5) !important ;  }
#topnavbar-search ::-moz-input-placeholder { color: rgba(255,255,255,0.5) !important ; }
#topnavbar-search :-moz-input-placeholder { color: rgba(255,255,255,0.5) !important ; }
#topnavbar-search :-ms-input-placeholder { color: rgba(255,255,255,0.5) !important ; }
#topnavbar-search button { margin-left: -40px; z-index: 999; }
#topnavbar-search {margin-left:310px;margin-right:97px;}
 
#topnavbar-right { white-space: nowrap; line-height: 36px; }
#topnavbar-right a, #topnavbar-right button { padding: 0; font-size: 130%; white-space: nowrap; }
#topnavbar-right a .icon-cart {  }
/**
#topnavbar-right a span { position: absolute; margin: -2px 10px; font-size: 75% !important; border: 1px solid #FFF; border-radius: 100%; padding: 0 10px; }
 **/
 #topnavbar-left{margin-right:10px;}
 

	/*** SIDEBAR ***/
	#sidebar {
		margin-top:50px;
		padding-top:17px;
		background-color: grey;
		padding: 0; /* Pour info, cette ligne annule la ligne juste au dessus et le padding-top:17px… */
		overflow-y: auto;
		position: fixed;
		text-transform: lowwercase;
    	top: 0;
	}
	
	#sidebar a::first-letter, #sidebar a:first-letter {
		text-transform: uppercase;
	}

	
	#sidebar a.list-group-item {
		 background-color: transparent;
		 border: 0;
		 border-bottom: 1px solid #ddd;
	}
	
	#sidebar a.list-group-item, #sidebar h3 {
		color: #FFF !important;
	}

	#sidebar #social {
		position : fixed;
		bottom: 0;
		backgroung: grey;
		padidng-top: 5px;
		width: 100%;
	}
	#sidebar .social { background: #DDD !important; }
	#sidebar .social:hover { text-decoration: none; background: #AFAFAF !important; }

.yellow-background{
	background: #e9b415 !important;
}

	
	/* NON-UTILISÉ À PRIORI ?
	#sidebar h3 {
		text-align: center;
		padding:0;margin:0;border:none;
	}
	*/
	

	/*** MENU DÉROULANT DANS LA BARRE D'ENTÊTE ??? NON-UTILISÉ À PRIORI…
	
	.navbar-header button.dropdown-toggle,
	.navbar-header a.dropdown-toggle{
		border: 0;
		margin: 0;
		margin-left: 20px;
		color: #fff;
	}
	
	.navbar-header .dropdown-toggle{
		background-color: transparent;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 4px;
		float: right;
		padding: 5px;
		position: relative;
	}
		
	.dropdown-menu a{
		color:#000 !important;
	}
	*/


	/*** CHAMPS DE SAISIE (INPUT) ***/
	
	
	/* specifique au champs de recherche du haut */
	.main-search { border-bottom: 1px solid #fff; }

	.main-search .form-control { background: transparent; opacity: none;font-size:15px; }
	.main-search .form-control::-moz-placeholder,
	.main-search .form-control::-webkit-input-placeholder,
	.main-search .form-control:-ms-input-placeholder {
		color: #fff  !important;
		font-family: 'Roboto Condensed', sans-serif; 
		font-weight:bold;
	}
	
	.main-search .btn { opacity:1; color:#fff; background:transparent; }
	
	.main-search input, .main-search button {
		color: #fff;
		border:0;
		margin:0;
	}
	.form-control, .form-control:focus{
		border-radius: 0;
		border:0;
		border-bottom: 1px solid #000;
		box-shadow: none;
		font-weight:400;
		font-size:20px;
		color: #333;
		padding-top:0;
		padding-bottom:0;
	}
	
	.form-font{
		color: #333;
		font-size: 20px;
		font-weight: 400;
    }
	
	.form-control:focus { border-bottom: 1px solid #e9b415; }





/************************************************************************************
 * CAROUSEL
 ************************************************************************************/

	#sidebar, .item, .active {
		height: 100%;
	}
.carousel { height: 580px; }
.carousel-inner, .carousel-inner .item { height:100%; }
.carousel-control { z-index:15; }
.coursel-inner .item {
	position: absolute;
	margin: auto;
	left: -9999px;
	right: -9999px;
}


.carousel .icon-circle-right, .carousel .icon-circle-left{position:absolute;top:50%;}


/************************************************************************************
 * ONE PAGE - SECTIONS
 ************************************************************************************/

#main {
	/*margin-top: 50px;*/ 
	height:100%;
	min-height: 800px;
	padding:0;
	z-index: 5;
	background: #FFF; /* Cumuler id="main" class="white-bg" si besoin */
}

.full {
	/* Doublon…
	width:100%;
	height:100%;
	*/
	position: relative;
	padding: 0;
	margin: 0;
	height: 100%;
	max-height: 580px; /* Chaque section doit être limitée à une hauteur maximum et laisser selon la résolution 1 ou 2 sections suivantes visible - cf. maquette JPEG */
	width: 100%;
	background-repeat: no-repeat !important;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	/* background-color:#fff; Cumuler class="full white-bg" si besoin */
	display:table;
}

.full.white-bg .text-vcenter { background: #FFF; }
.full .text-vcenter { padding-bottom: 3em !important; background: rgba(0,0,0,0.35) ; height: 580px !important; } /* full-bgimg - voile noir 20% pour une meilleure lisibilité du texte blanc */


.about { background:url("/assets/images/aboutus.jpg"); background-size: auto 100%; }
.offers { background-image: url('/assets/images/offers.jpg'); }
.services { background-image: url('/assets/images/services.jpg'); }
.prices { background-image: url('/assets/images/offers.jpg'); }

.prices .border-box label { font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-size: 200%; color: #333; margin: 10px 0; padding: 0; border: none; }
.prices .border-box label h4 { font-family: 'Roboto', sans-serif; font-size: 18.75px; font-weight: 100; color: #AAA; text-align: left; line-height: 1.25em; margin: 10px 0; padding: 0; border: none; }


.about .border-box { min-height: 450px !important; }
.services .border-box, .contrib .border-box { min-height: 500px; }
.upload .border-box { min-height: 350px; }
.prices .border-box { min-height: 600px; }


	/********* TITRES H1, H2, H3, ... ************/
	
	.full h1 { text-transform : uppercase; font-weight: 900; }
	
	.full h2 { font-size: 180%; font-weight: 300; margin-bottom: 3em; }
	
	/********* BLOC + H3, H4 ... ************/
	
	.border-box {
		font-family: 'Roboto', sans-serif;
		text-align: left;
		padding:10px;
	}
	
	/* Redéfini en H3 et H4
	.border-box h2 {
		margin-bottom: 10px;
		margin-top: 20px;
		padding:0;
	}
	*/
	
	
	.border-box h3 {
		font-family: 'Roboto Condensed', sans-serif;
		font-weight: 700 !important;
		font-size: 200% !important;
		color: #333;
		margin: 10px 0;
		padding: 0;
		border: none;
		text-align:center;
	}
	
	.border-box h4 {
		font-weight: 300;
		color: #777;
		text-align: left;
		line-height: 1.25em;
		margin: 10px 0;
		padding: 0;
		border: none;
		text-align:center;
	}
	
	.border-box:hover, .border-box:hover .header {
		background-color: rgba(233, 180, 21, 0.9);
		color:#fff;
		-webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;
	}
	
	.border-box, .white-bg .border-box:hover {
		border: 1px solid #fff;
		background-color: transparent;
		box-sizing: border-box;
		color: #333;
	}

	.border-box:hover .btn {
		/*
		color:#fff;
		background-color:#e9b415;
		border:1px solid #fff;
		*/
	}
	
	
	/********* PAGE HEADER ************/
	
	#pageHeader { padding: 1em 0; }
	
	#pageHeader .breadcrumb {
		background:none;
		color:#ccc;
		margin:0;
	}
	
	#pageHeader .breadcrumb a {
		font-weight:bold;
		color:#ccc;
	}

	#pageHeader h1 { text-align:center; }
	
	#pageHeader h2 { text-align:center; margin-bottom: 0; }
	
	#pageHeader span {
		/* padding: 8px 15px; */
	}
	
	/************** ENTETES DE PAGES ****************/
	.header{
		margin-bottom: 10px;
		display:block;
		color:#666;
		text-align: center;
		font-family: "Roboto Condensed";
		font-weight: 300;
		font-size: 18px;
	}
	
	.page-header {
		border-bottom: 1px solid #aaa;
		color: #aaa;
		font-weight: bold;
		margin: 20px 0 10px;
		padding-bottom: 0;
		font-family: "Roboto Condensed";
		font-weight: 300;
		font-size: 18px;
	}





/************************************************************************************
 * AUTRES PAGES DE CONTENUS
 ************************************************************************************/

	/********* TITRES H1, H2, H3, ... ************/
	
	/*
	h3 {
		border-left: 2px solid #e9b415;
		color: #e9b415;
		margin-left: 20px;
		padding-left: 15px;
		font-size: 150%; /* Exprimer les tailles des typo en % ou em pour le responsive design *
	}
	*/




/*** FORMULAIRE ***/

.full.search input, .full.search button { color: #333 !important; font-size: 30px; font-weight: 400; border: 1px solid rgba(255,255,255,0.9); height: 2em !important; }
.full.search input { padding: 0.5em; }
.full.search button { margin:0; }

form .error input {
	background-color: #F2DEDE;
	border-color: #EED3D7;
	color: #B94A48;
}

input#nb_photo { padding:10px; height:60px; font-weight:100 !important; border-bottom: 1px solid #FFF; margin: 1.25em 0; }

.has-error {
	background-color: #f2dede;
}

form .error .help-inline {
	color: #B94A48;
}

.pull-center {
	margin: 0 auto;
	display:block;
}
.bootstrap-filestyle {
	margin: 0 auto;
}

.providers li {
	display: inline;
}

.label-info {

}

.alert {
    margin: 20px;
}

.alert.dyn{
	right: 0;
    position: fixed;
    top: 42px;
    z-index: 200;
}





/************************************************************************************
 * BOUTONS
 ************************************************************************************/

button:hover { /* 	opacity: 0.8; */ }

.btn { border-radius: 0; text-transform: uppercase; }
.border-box .btn { margin: 40px auto; }

/*a.btn, button { margin:0 5px; }*/

a.btn-transparent, button.btn-transparent { background-color: transparent ; border: 1px solid #FFF; color: #fff; }
a.btn-transparent:hover, button.btn-transparent:hover { background: #e9b415 ; }

.btn-primary { background-color: #e9b415 ; border: 1px solid #FFF; color: #FFF !important; }
.btn-primary[disabled], .btn-primary:hover, .btn-primary:focus, .btn-primary.disabled { background: #e9b415 ; border: 1px solid #FFF; text-shadow: 0 0 20px #FFF; color: #FFF !important; }

.btn.alert { padding: 10px; }

.btn.btn-cancel { background: transparent; color: #AAA !important; border: 1px solid #AAA; }
#text_head .btn.btn-cancel { background-color: #000; opacity:0.7}
.btn.btn-cancel:hover, #text_head .btn.btn-cancel:hover { background: rgba(200,200,200,0.8); color: #000 !important; border: 1px solid #AAA; }



	/********** SOCIAL BUTTON **************/

	.icon { text-rendering: optimizeLegibility !important; -webkit-font-smoothing: antialiased !important; }	
	.social { padding: 10px; margin-left: 1px; font-size: 1.75em; text-align:center; vertical-align: middle; }
	.facebook { background: #4e82ba; }
	.twitter { background: #55ACEE; }
	.google { background: #dd4b39; }
	
	
	/*
	button.social:after {
		content: " ";
		display: block;
		position: absolute;
		width: 45px;
	}
	
	button.social:before {
		background: url("/assets/icons/google-24x24.png") no-repeat center center; /* Préférer les icon fonts *
		background-color: #c53c2c;
		content: " ";
		display: block;
		position: absolute;
		margin-top: -11px;
		margin-left: -45px;
		height: 39px;
		width: 45px;
	}
	
	button.social {
		background-color: #dd4b39;
		border:none;
		color: #fff;
		display: inline-block;
		font-size: 13px;
		height: 40px;
		margin: 10px 0 0;
		padding: 7px 5px 5px 45px;
		text-decoration: none;
		text-transform: uppercase;
		width: 100%;
	}
	
	.social.facebook {
		background-color: #4e82ba;
	}
	
	.social.facebook:before{
		background: url("/assets/icons/facebook-24x24.png")  no-repeat center center;
		background-color: #4074ae;
	}
	*/



/************************************************************************************
 * SERP - Search Engine Results Page
 *************************************************************************************/

.thumbnails { position: relative; margin: 0 auto; overflow: hidden; text-align: center; margin: 1em 0;line-height: 1;clear:right; }

.thumbnail { display: inline-block;  height:250px; padding:0; border:0; margin:2px; overflow:hidden; border-radius:0; background-size:cover !important;background-color: transparent; }

.categories .thumbnail{
	background-size: 100% 100%;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.categories .thumbnail:hover{
	background-size: 110% 110% !important;
}

.col-md-8 .thumbnail, .col-md-9 .thumbnail{
	width:33.33333%;
}

.col-md-5 .thumbnail, .col-md-6 .thumbnail {
	width:50%;
}

.col-md-3 .thumbnail, .col-md-2 .thumbnail{
	width:100%;
}


.thumbnail:hover a.loupe{
	visibility:visible;
}

.thumbnail.more i {
	font-size: 100px;
	line-height: 200px;
	margin-left: 50px;
}
.loupe {content:""; float:left; position:relative; width:50%; height:40px;font-size:1.2em; line-height:210%; text-align:center; background-color: rgba(0, 0, 0, 0.60); border:1px solid #fff; visibility:hidden; }


.thumbnail .links{
	margin-top:-40px;
	height:40px;
}
.thumbnail img{
	width:100%;
}






.panel-primary {
	border-color: #e9b415;
}

.panel-primary > .panel-heading {
	background-color: #e9b415;
	border-color: #e9b415;
}

.userProfil {
	width:100%;
	height:100%;
	background:url("/assets/images/profil_top.jpg") no-repeat;
	background-position:center center;
}

.aboutUs {
	width:100%;
	height:150px;
	background:url("/assets/images/aboutus.jpg") no-repeat;
	background-position:center center;
}



.jumbotron {
	padding:0;
	margin-bottom: 40px;
	color:#fff;
}

.jumbotron h1 {
	color:#fff;
	margin-top:75px;
}

.jumbotron img.profil {
	margin-bottom: -30px;
	margin-top: 90px;
	margin-right: 30px;
	float:left;
}

img.profil {
	width: 140px; 
	height: 140px;
}

.hover-slide {
	position: absolute;
	/*margin-left: 30%;*/
	z-index: 10;
}

#text_head{
	margin-left:0px;
	float:left;
}


.topCenterMsg { position:absolute; z-index:10; }

.text-vcenter { display: table-cell; vertical-align: middle; }









/********** PAYEMNT FORM *************/
.credit_card{
	
}

.credit_card span {
	width:110px;
	height:80px;
	display:block;
	background-image:url("/assets/images/credit_card_icons.png");
}

.credit_card span#visa {
	background-position:0 203px;	
}

.credit_card span#mastercard {
	background-position:0 78px;	
}




/************************************************************************************
 * MODAL (LIGHTBOX)
 ************************************************************************************/

#modal .white { /*on annule la couleur si on est dans une modal */
	color:#000;
}
#modal .white-bg{
    background:#fff !important;
}
.modal { background: rgba(255,255,255,0.85); /* filter: blur(10px); -webkit-filter: blur(10px); -moz-filter: blur(10px); /* Pour appliquer l'effet flouté, il faudra changer l'ordre des DIV dans la construction de la Lightbox */ }

.modal-dialog { width:100%; margin:0; background:transparent !important; }
.modal-content { background: transparent; border: none; border-radius: 0; box-shadow: none;}

.modal-header, .modal-body { margin: 0 auto; width: 80%; max-width: 1024px; }
.modal-header h1 { margin:1em 0 0 0; text-transform: uppercase; text-align: center; }
.modal-header .close { position: absolute; right:0.5em; top:0.25em; font-size: 4em; }

.modal-backdrop {
	background-color:#fff;
	opacity:0.7;
}


/********************* Categories ***********************/
.category {
    color: grey;
    display: inline-block;
    font-size: 1em;
    font-weight: bold;
    margin: 5px;
    text-align: center;
}

.category figcaption {
    margin: 5px 0;
}


/********* PANIER *************/
.progress_tracker {
	margin-top:20px;
}

.progress_tracker:after {
	border-top: 1px dotted #ccc;
	width: 100%;
	height: 50%;

}

.progress_tracker a {
	text-align: center;
	text-decoration: none;
	font-weight:bold;
}


.progress_tracker a span {
 	background: #ccc;
	border-radius: 14px;
	color: #888;
	line-height: 28px;
	width: 28px;
	display:block;
	margin: 0 auto;
}

.progress_tracker a.current span{
	background: #e9b415;
	color:#eee;
}

.big {
	font-size: 30px;
	font-weight:bold;
}


/* FLASH */
.flash{
  -moz-animation: flash 2s ease-out;
  -moz-animation-iteration-count: 1;

  -webkit-animation: flash 2s ease-out;
  -webkit-animation-iteration-count: 1;

  -ms-animation: flash 2s ease-out;
  -ms-animation-iteration-count: 1;
}

@-webkit-keyframes flash {
	0% { background-color:#e9b415;}		
	100% {background-color:none;}
}

@-moz-keyframes flash {
	0% { background-color:#e9b415;}		
	100% {background-color:none;}
}

@-ms-keyframes flash {
	0% { background-color:#e9b415;}		
	100% {background-color:none;}
}

.license_description{

	margin: 30px 0;
}





/************************************************************************************
 * FOOTER
 ************************************************************************************/

.footer {
	background: #000;
	color: #fff;
	line-height: 1.5em;
	padding: 10px;
	width:100%;
	bottom:0;
}

.footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer h5 {
	margin-top: 25px;
	font-weight: 700;
	text-transform: uppercase;
	color: #B4B4B4;
}

.footer a, .footer li {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color:#8D8D8D !important;
	text-decoration:none;
}

.footer a:hover, .footer li {
	color:#AFAFAF !important;
}







/************************************************************************************
 * RESPONSIVE DESIGN
 ************************************************************************************/

 
@media (min-width: 1200px) {
	.container-fluid { max-width: 1170px; }
}

@media (max-width: 992px) {
/*	.thumbnail { width:33.33%; }*/
	
	.container-fluid { max-width: 970px; }
	.row-offcanvas-left.active {
	    left: 66.6666666% !important;
	}.services .border-box, .contrib .border-box {
	    min-height: auto;
	    padding-bottom: 85px;
	}
	.about .border-box, .prices .border-box { min-height: auto; padding-bottom:130px; }
}

@media (max-width: 768px) {
/*	.thumbnail { width:50%; }*/
	.container-fluid { max-width: 750px; }
	.row-offcanvas-left.active { left: 83.3333333% !important;	}
}

@media (max-width: 480px) {
/*	.thumbnail { width:100%; }*/
	.container-fluid { max-width: 470px; }
}







/************************************************************************************
 * CLASSES INUTILES, RÉÉCRITES OU REMPLACÉES
 ************************************************************************************/
/*
<!-- border box test -->
.container{
	background-color:black;
}

span.yellow{
	color:#e9b415;
	margin:0 !important;
	padding:0 !important;	
}

a.btn-transparent:hover, a.btn.yellow {
	background-color: #e9b415 ; 
	color: #fff;
}

.white, .white .page-header{
	color: #fff;
}

div.texte remplacés par de simple balise <p>…</p>

*/

.badge a{
	color:#fff;
}




/************************************************************************************
 * CLASSES QUI SEMBLENT NON-UTILISÉES EN HOME PAGE
 ************************************************************************************/

.actions { margin: 10px 0; }

.home-search { width:500px; }

.providers { margin: 5px 0; list-style: none; }





.connected{
    background: green;
    border-radius: 50%;
    bottom: 0;
    height: 10px;
    top:30px;
    position: absolute;
    width: 10px;
}