/**
* Backyard
* Landing Page Template
* Author: MoxDesign - http://www.moxdesign.com
**/
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Quicksand');

html, body {
	width: 100%;
	overflow-x: hidden;
}
body {
	height:100%;
	font-family: "Open Sans", sansSerif;
	font-weight: 400;
	padding:0;
	margin:0;
	font-size:16px;
	line-height: 28px;
	color: #666; 
	background: #fff;
	overflow-x:hidden;
	position: relative;
}
.container-fluid {
	/* padding-bottom: 100px !important; */
}

#header {
	background: #EBEBEB;
	padding-bottom: 15px
}

.header-cookies {
	background: #007CBD;
	font-size: 12px;
	text-align: center;
	color: #FFF;
	/* margin: 0 30px; */
	border-radius: 3px;
	padding: 0;
}
.header-cookies p {
	padding: 0;
	margin: 8px;
	line-height: 0.8em;
}
.header-cookies .btn {
	margin: 0;
}
.container {
	padding-bottom: 200px !important;
}
.no-padding-lr {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.no-padding-l {
	padding-left: 0 !important;
}
.no-padding-r {
	padding-right: 0 !important;
}
.mb-30 {
	margin-bottom: 30px
}

h1 { font-size: 2.5em; line-height:1.2em; margin:0 0 .3em; font-weight: 100; letter-spacing: -0.5px; font-family: 'Quicksand'; }
h2 { font-size: 1.8em; line-height:1.4em; margin: 1em 0 0.5em 0; font-weight: 300;  }
h3 { font-size: 1.8em; line-height: 1.8em; }
h4 { font-size: 1.25em; line-height:1.4em;}
h5 { font-size: 1.1em; line-height:1.4em; }
h6 { font-size: 0.8em; line-height: 0.77em; padding: 0; margin: 0; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none
}	 
p { 
	/* padding: 0 0 1em;
	margin: 20px 0 10px 0; */
	line-height: 1.5em;
}
a {
	color: #3eb0f7;
	outline: 0;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
} 
a:hover {
	text-decoration: none;
	color: #1f2222;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}
.well {
	padding-top: 34px;
}
#well-search {
	padding: 0 50px 30px 50px;
	margin-top: 100px;
}
#well-search input {
	padding: 20px;
	font-size: 20px;
	width: 100%;
	height: 60px;
}
#well-search p {
	font-size: 12px;
}
#well-search form input[type="submit"] {
	width: 100%;
}
#well-search form input[type="submit"].btn.btn-lg {
	width: 100% !important;
}
.highlight {
	color: #3eb0f7;
}
#preloader { 
	position: fixed; 
	left: 0; 
	top: 0; 
	z-index: 999; 
	width: 100%; 
	height: 100%; 
	overflow: visible; 
	background: #fff url(../images/loading.gif) no-repeat center center;
}
.fullscreen {
    width:100%;
    min-height:100%;
	background-repeat:no-repeat;
    background-position:50% 50%;
    background-position:50% 50%\9 !important;
}
.overlay {
    background-color: rgba(0, 124, 189, 0.65);
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    padding-bottom: 100px;
}
.content-body {
	padding-bottom: 100px;
}
#menu {
	z-index: 99;
}
#navbar-scroll {
	padding-top: 15px;
}
.navbar-default {
	background: #EBEBEB;
	border-bottom: #A3A3A3;
	padding: 0 0 15px 0;
}
.navbar-default .navbar-brand {
    padding: 10px 0 0 15px;
}
.navbar-default .navbar-nav > li > a {
    color: #777;
	font-weight: 500;
	font-size: 12px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #3eb0f7;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	background: transparent;
    color: #3eb0f7;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	background: #EBEBEB;
}
.navbar-admin {
	position: relative;
}
.navbar-admin #triangle-topright {
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
    top: -50px;
    right: 0;
    margin-right: 0;
    margin-top: -16px;
    float: right;
}
.navbar-admin #triangle-topright.close {
	border-top: 15px solid red;
}
.navbar-admin #triangle-topright.open {
	border-top: 15px solid green;
}
.dropdown-menu {
	border: 0;
	top: 102%;
	padding: 0 0 8px 0;
}
.dropdown-menu>li {
	padding: 8px 0;
}
.dropdown-menu>li>a {
	line-height: 1em;
	padding: 8px 20px 0 20px;
/*	line-height: 1.8px !important;*/
}
.btn-group.btn-group-actions .dropdown-menu>li {
	margin: 0;
	padding: 0;
}
.btn-group.btn-group-actions .dropdown-menu>li>a {
	padding: 14px 20px;
}
.btn-group.btn-group-actions .dropdown-menu {
	padding: 5px 0;
}

.contact-row h2 {
	color: #FFF;
	margin-top: 5px;
}

/* Navnar admin */
a.navbar-brand {
	padding: 15px 0 0 0 !important;
	float: none !important;
	display: block;
}
.navbar-admin {
	padding: 30px 0 8px 0;
	margin-bottom: 0;
}
.navbar-admin ul.navbar-nav li {
	text-align: center;
	font-size: 14px;
}
.navbar-admin ul.navbar-nav li i.fa {
	color: #3eb0f7;
	display: inline-block;
	padding-bottom: 10px;
}
.navbar-admin ul.navbar-nav li ul li {
	text-align: left;
	font-size: 14px;
}
.navbar-admin .navbar-nav>li>.dropdown-menu {
	margin-top: 6px;
	margin-left: -8px;
}
.caret.caret-up {
	border-top: 0;
	border-bottom: 4px solid !important;
}
.nav > li > a {
	padding: 10px 12px !important;
}

.navbar.navbar-default.navbar-agent {
	padding-bottom: 0;
	height: auto;
}
.navbar.navbar-default.navbar-agent ul li {
	margin-top: 5px;
}
.navbar.navbar-default.navbar-agent ul li a {
	font-weight: 100;
	font-size: 14px;
}
.alert.alert-date {
	margin-right: 5px;
}
.search-header {
	padding-top: 15px;
}

/* Assistance */
#assistance {
	padding-top: 20px;
}
#assistance img {
	margin-left: 10px;
	margin-top: -10px;
	max-height: 40px;
}
#assistance h6 {
	padding: 5px 0;
	line-height: 14px;
}
#assistance h4 {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 16px;
}
#assistance p {
	/* text-align: center; */
}
#assistance h3 {
	color: #3EB0F7;
	font-size: 28px;
}
#assistance a {
	font-size: 16px;
	font-width: 600;
	margin: 20px 0 0 15px;
	padding: 10px 15px;
}
#header {
	padding-bottom: 30px;
}
#header h3 {
	margin-top: 0;
}
#header p {
	margin-bottom: 0;
}
.tooltip {
	font-size: 12px !important;
	width: 300px;
}

.nav > li.last-btn-menu > a {
	padding-right: 0 !important;
}
ul.documents {
	list-style-type: none;
	padding-left: 0;
	margin-top: 10px !important;
}
ul.documents li a {
	font-weight: 300;
	text-decoration: underline;
}

/* Enquete de satisfaction */
#enquete h1 {
	color: #FFF;
	margin-bottom: 50px;
}
#enquete form .form-group {
	padding: 15px 0;
	overflow: unset;
}
#enquete span.number {
	font-size: 16px;
	background: #FFF;
	color: #59A9D4;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	padding: 0 7px;
}
#enquete h4 {
	color: #FFF;
}
#enquete .form-group span.info {
	font-size: 14px;
	color: #FFF;
}
#enquete .form-group  {
	margin-bottom: 30px;
}
#enquete .legende span.legendeL, #enquete .legende span.legendeR {
	display: inline-block;
	float: left;
	font-size: 12px;
	color: #2d7fa8;
	line-height: 12px;
	margin-left: -25px;
	text-align: center;
}
#enquete .legende span.legendeR {
	float: right;
	margin-right: 38px;
}
#enquete p.msg-enquete-ok {
	color: #FFF;
}

/* Nav dossier */
.breadcrumb li.activ > a {
	font-weight: 600 !important;
}

.btn-default {
	font-size: 17px;
	text-transform: uppercase;
	margin: 0;
	margin-right: 10px;
	line-height: 20px;
	padding: 8px;
	height: auto;
	border: 2px solid #3eb0f7;
	background: transparent;
	transition: all 0.4s;
	color: #3eb0f7;
	border-radius: 5px;
}
/* .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	border: 2px solid #3eb0f7;
	background: #3eb0f7;
	color: white;
} */
.btn-default:hover, .btn-default:focus {
	background: #3eb0f7;
	color: white;
	border: 2px solid #3eb0f7;
}
.btn-primary {
	font-size: 14px;
	margin: 10px 0 10px;
	line-height: 20px;
	padding: 15px 35px;
	border: 2px solid #007cbd;
	background: #007cbd;
	transition: all 0.4s;
	color: white;
	text-transform: uppercase;
	border-radius: 5px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary, .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .open > .dropdown-toggle.btn-secondary {
	border: 2px solid #007cbd;
	background: #007cbd;
	color: #fff;
}
.btn-primary.btn-xs {
	font-size: 11px;
	padding: 1px 8px;
	height: auto;
	margin: 2px 0 10px 0;
	border: 1px solid #007cbd;
}
.btn-secondary {
	font-size: 20px;
	font-weight: 300;
	line-height: 20px;
	padding: 20px 50px;
	height: 65px;
	border: none;
	background: #3eb0f7;
	transition: all 0.4s;
	color: white;
	border-radius: 4px;
}
/* .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .open > .dropdown-toggle.btn-secondary {
	background: #1f96e0;
	color: white
} */
.btn-default span.badge {
	background: #3eb0f7;
	line-height: 1.5em;
	margin-left: 10px;
}
.btn-default:hover span.badge {
	background: #fff;
	color: #3eb0f7;
}
a.btn-hidden { 
	display: none !important;
}

.site-name img {
	width: 350px; 
}
.logo {
	margin: 50px 0 40px 0;
}
.logo img{
	width: 350px;
}
ul.ul-home {
	color: #FFF;
}
.landing h1{
	font-size: 40px;
	font-weight: 300;
	color: #fff;
	margin: 30px 0 30px 0;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.landing p, .landing h2 {
	color: #fff;
}
.landing-text {
	margin-bottom: 20px;
}
.landing-text p {
	font-size: 17px !important; 
}
.head-btn {
	margin-bottom: 150px;
}
.option {
	text-transform: uppercase;
	padding: 5px;
	min-width: 80px;
	margin-right: 5px;
	transition: all 0.4s;
	font-size: 14px;
	color: #fff;
}
.signup-header {
	margin: 0 0 30px 0;
	background: rgba(255,255,255,0.2);
	border-radius: 4px;
	padding-left: 20px;
	padding-right: 20px;	
}
.signup-header h3{
	padding: 20px 0 0 10px;
	color: white;
	font-weight: 300;
}


.breadcrumb {
    padding: 0;
	list-style: none; 
	/* background: none; */
	overflow: hidden;
    border-bottom: 1px solid #EBEBEB;
    text-align: left;
    padding-left: 15px;
}
.breadcrumb li a {
	color: #ABABAB;
	font-size: 14px;
}



/* Communication */
#catalogue .nav { border-bottom: 1px solid #EBEBEB; margin-bottom: 10px; }
.thumbnail { min-height: 434px; }
.thumbnail ul { margin-bottom: 20px; }
.thumbnail ul li { font-size: 14px; }
.thumbnail .row { padding: 0 0 10px 0; }
.thumbnail .select span { display: inline-block; }
.thumbnail img { max-height: 250px; width: auto; }
.thumbnail span { font-size: 14px; }
.thumbnail .caption .label { font-size: 16px; display: block; margin: 10px auto; width: 180px; padding: 10px; font-weight: 100; }
.thumbnail .thumbnail-img { height: 250px; overflow: hidden; }
.thumbnail .thumbnail-img img { margin: auto 0; width: 100%; line-height: 250px; max-height: 250px; }
#panier { border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
#panier.show_panier { display: block; }
#panier h3 { font-size: 16px; padding: 0; margin-top: 0; font-weight: 600;  text-transform: uppercase; }
#panier form { margin-top: 0; }
#panier .produits { font-size: 12px; }
#panier .produits span { font-size: 12px; }
#panier .total { font-weight: 600; }
#panier a i { font-weight: 100; cursor: pointer; }
#panier span.info { font-size: 11px; display: inline-block; margin: 0 0 10px 0; line-height: 13px; }
#panier .ligne {  border-bottom: 1px solid #86b2d6; border-top: 1px solid #86b2d6; padding: 2px 0; font-size: 14px; overflow: hidden; }
#resultatAlert { position: fixed; top: -500px; left: 0; right: 0; width: 100%; z-index: 999; text-align: center; box-shadow: 0 0 10px #666; padding: 20px 0; }
#resultatAlert.alert-success, #resultatAlert.alert-danger {  }

.reseaux-sociaux img { width: 100%; }

tr:hover { color: #000 !important; }
#dataTables tbody tr:hover { background: #EBEBEB; }
#dataTables thead th { background: #EBEBEB; color: #999; }
#dataTables tr.first { background: #FFE51E; color: #FF4B4B; }
#dataTables tr.first td:first-child:before { font-family: "FontAwesome"; content: '\f005'; margin-right: 5px; }
#dataTables thead th.activeTh:before { font-family: "FontAwesome"; content: '\f061'; margin-right: 5px; }
#dataTables thead th.th-dossiers, #dataTables td.th-dossiers { color: #999; }
#dataTables thead th.th-plaques, #dataTables td.th-plaques { color: #007CBD; }
#dataTables thead th.th-kits,  #dataTables td.th-kits { color: #E30613; }
#dataTables thead th.th-recyclauto, #dataTables td.th-recyclauto { color: #13A538; }
#dataTables tbody td span { font-size: 11px; display: inline-block; text-shadow: none; }
#dataTables tbody tr td.vide { background: #EBEBEB; }
#dataTables tbody tr td.ok { color: green; font-weight: 600; }
#dataTables tbody tr td.pasok { color: red; font-weight: 600; }
#dataTables i.fa { color: #999; }
table tr th span { font-size: 10px; font-weight: 100; }
#datasTables tbody tr:hover { background: #EBEBEB; }
#datasTables_info, #datasTables_paginate, #datasTables_paginate a { 
	color: #ABABAB !important; 
	font-size: 14px;  
	cursor: pointer;
}
#datasTables_wrapper #datasTables_length, #datasTables_wrapper #datasTables_filter { width: 50%; padding: 10px 50px; display: inline-block; }
#datasTables_wrapper #datasTables_length {
	text-align: left;
	padding-left: 0;
}
#datasTables_wrapper #datasTables_filter {
	text-align: right;
	padding-right: 0;
}
#datasTables_paginate span a.paginate_button {
	background: #ABABAB;
	margin: 0 2px;
	color: #FFF !important;
	padding: 4px 8px;
}
#datasTables_paginate span a.paginate_button:hover {
	background: #FFF;
	color: #ABABAB !important;
}
#dataTables_paginate a.paginate_button.previous {
	padding-left: 0;
}
#datasTables_paginate span a.paginate_button.current {
	background: #3EB0F7;
}
table tr td i.fa {
	font-size: 18px;
}
table thead th a i.fa {
	color: #FFF !important;
}
table tr td span.etat_paiement {
	font-size: 12px;
	display: block;
}
table tr td.tr_societe {
	padding-left: 15px !important;
}

dl.notification {	
	overflow: hidden;
	margin-bottom: 30px;
	border-bottom: 1px dotted #EBEBEB;
	padding-bottom: 30px;
}
dl.notification dt {
	font-weight: 300;
}
dl.notification .date {
	background: #3EB0F7;
	color: #FFF;
	display: inline-block;
	padding: 10px 30px; 
	margin-top: 5px;
}
dl.notification .date .day {
	color: #FFF;
	font-size: 32px;
	font-weight: 600;
}
dl.notification h3 {
	margin-top: -5px;
}
dl.notification a.btn {
	background: #EBEBEB;
}
table tr td form span {
	color: #ABABAB;
	font-size: 12px;
	font-style: italic;
	text-align: center;
	display: inline-block;
}

/* Dossier */
#suivi_dossier, #messages_clients { overflow: auto; max-height: 300px; border-radius: 5px; }
#suivi_dossier .suivi, #messages_clients .suivi { padding: 10px; border-bottom: 1px solid #EBEBEB; margin-bottom: 8px; }
#suivi_dossier .suivi, #messages_clients .suivi p strong { font-size: 14px; }
#suivi_dossier .suivi h6.date, #messages_clients .suivi h6.date { font-size: 12px; font-style: italic; margin-bottom: 5px; }
#suivi_dossier .suivi p, #messages_clients .suivi p { margin-bottom: 0; line-height: 1.8em }
#vehicules h3 {
	margin: 0;
	padding: 0;
	font-size: 24px;
}
#vehicules .infos-dossier {
	line-height: 22px;
	margin-bottom: 20px;
}
#createDossier h4 {
	color: #3EB0F8;
	margin-top: 0;
	letter-spacing: -0.3px;
    /* background: #ebebeb; */
    padding: 4px 0 4px 0;
    margin-bottom: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
#responsable_group p a {
	text-decoration: underline;
}
#createDossier h5  {
	font-size: 14px;
}
#createDossier .well {
	overflow: hidden;
	margin-top: 5px;
	height: 500px;
	padding-top: 15px;
}
#createDossier form .form-group {
	width: 100%;
	margin-bottom: 15px;
}
#createDossier form .form-group h6 {
	line-height: 1.5em;
}
#createDossier form label {
	font-weight: 100;
	margin-right: 5px;
	width: 100%;
}
#createDossier form input[type="text"], #createDossier form select, #createDossier form textarea {
	width: 100%;
}
#createDossier form input.hasError, #createDossier form select.hasError {
	border-bottom: 2px solid red;
}
#createDossier form h6.error {
	color: red;
	font-size: 11px;
	margin: 5px 0 0 0;
	display: inline-block;
}
::-webkit-input-placeholder {
   font-size: 12px;
	font-style: italic;
	color: #CCC !important;
}
:-moz-placeholder { /* Firefox 18- */
   font-size: 12px;
	font-style: italic;
	color: #CCC !important;
}
::-moz-placeholder {  /* Firefox 19+ */
   font-size: 12px;
	font-style: italic;
	color: #CCC !important;
}
:-ms-input-placeholder {  
   font-size: 12px;
	font-style: italic;
	color: #CCC !important;
}
#createDossier form input#immatriculation, #createDossier form input#nom_client, #createDossier form input#tel_client, #createDossier form input#prenom_client, #createDossier form input#prenom_co_titulaire, #createDossier form input#nom_co_titulaire {
	text-transform: uppercase;
}
#createDossier ul.pieces {
	padding-left: 0;
	margin-left: 0;
	list-style-type: none;
	font-size: 14px;
}
#createDossier ul.pieces li {
	border-bottom: 1px solid #FFF;
	padding: 5px 0;
}
#createDossier ul.pieces li span {
	font-size: 11px;
	display: block;
	margin-top: -6px;
}
#createDossier ul.pieces li i {
	margin-top: 8px;
	font-size: 16px;
}
.popover {
	max-width: 100%;
}
#createDossier ul#liste-demandes-recap {
	padding-left: 0;
	list-style: none;
	font-size: 14px;
}
#createDossier ul#liste-demandes-recap li {
	padding-left: 2px;
	border-bottom: 1px solid #FFF;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#createDossier .upload-files {
	background: #3EB0F7;
	color: #FFF;
	border-radius: 5px;
	padding: 0 8px 15px 8px;
	overflow: hidden;
}
#createDossier .upload-files p {
	padding: 5px 7px;
	margin: 0 0 10px 0;
}
.infos-rgpd {
	font-size: 12px;
	color: #666;
}

a.btn-upload, input.btn-submit, button.btn-submit, input[type="button"].btn-submit, label.btn-upload.btn-select-files, input[type="file"] {
	background: #3EB0F7;
	border-radius: 3px;
	color: #FFF;
	padding: 10px 8px;
	width: 100%;
}
a.btn.btn-xs {
	padding: 4px 8px !important;
	font-size: 14px;
	width: auto !important;
	display: inline-block;
	margin: 2px 0;
}
a.btn.btn-upload.btn-xs.update {
	background: #ff5b02 !important;
}
label.btn-upload.btn-select-files, input[type="file"] {
	color: #FFF !important;
	font-size: 14px !important;
}
input[type="button"] {
	background: none;
	color: #FFF !important;
}
input[type="file"].input-file {
	display: none !important;
}
a.btn-upload.btn-pieces {
	padding: 2px 4px !important;
	width: auto !important;
}
ul#filelistUpload {
	list-style: none;
	/* margin-top: 15px; */
	padding-left: 0;
}
ul#filelistUpload li {
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #FFF;
	font-size: 12px;
}
ul#filelistUpload li span {
	margin-bottom: 0;
}
#createDossier h6.xsmall {
	font-size: 11px;
	margin: 5px 0 5px 0;
}
#console {
	font-size: 12px;
	margin: 5px 0;
	border-radius: 3px;
	display: none;
}
.btn {
	width: 100%;
	margin: 0;
}
#listUploads, ul.list-group-item {
	list-style-type: none;
}

#redigerAvis { margin-top: 30px; }
#redigerAvis .hover-star { color: #3EB0F7; }
#redigerAvis .star { color: #EBEBEB; }
#redigerAvis ul.vote-agence { padding-left: 0; list-style-type: none; }

span.label.etatDossier {
	font-size: 16px;
}
#listePiecesManquantes {
	height: 250px; 
	overflow: auto; 
	border: 1px solid #EBEBEB; 
	padding: 0 10px; 
	border-radius: 5px;
}
#listePiecesManquantes p { color: #000; }
h6.detail-piece { font-size: 12px; line-height: 1.3em; padding-left: 18px; }
#listePiecesManquantes .piece { padding: 10px 0; border-bottom: 1px solid #EBEBEB; }

.well.message_assureur {
	font-size: 12px;
	line-height: 1.5em;
}
a .well:hover {
	background: #3eb0f7;
	color: #FFF;
}
a .well:hover > a {
	color: #FFF;
}
.well span {
	margin-bottom: 5px;
	display: inline-block;
}
.well h5 {
	padding-bottom: 0;
}
.well p strong {
	font-size: 18px;
	line-height: 28px;
}
.well p {
	margin-top: 0;
	font-size: 14px;
}
.content h4 {
	color: #3EB0F7;
}

.config {
	margin-bottom: 30px;
}

/* DEV */
.panel-default {
	margin-bottom: 2px !important; 
}
.dev-contenu>p { 
	margin: 0 !important;
}
.dev-contenu .reponse {
	padding-left: 15px;
	margin: 15px 0;
	border-left: 1px solid #ABABAB;
}
.dev-contenu .reponse h5 {
	font-size: 12px;
	margin: 0;
}
.dev-contenu .reponse p {
	font-size: 14px;
	padding-bottom: 0;
	margin: 0;
}

/* Stats */
#stats .stat {
	padding: 15px 30px;
	background: #3EB0F7;
	margin-bottom: 5px;
	overflow: hidden;
	color: #FFF;
}
#stats .stat.light {
	opacity: .5;
}
#stats .stat p {
	font-weight: 100;
	font-size: 26px;
	margin-top: 0;
}
#stats .stat .stat-icon .fa {
	font-weight: 100;
	font-size: 50px;
}
#stats .periode {
	width: 50px;
	height: 50px;
	display: inline-block;
	font-size: 12px;
	text-align: left;
	margin-right: 15px;
	overflow: hidden;
}
#stats .periode .case-periode {
	width: 30px;
	height: 30px;
	background: #3EB0F7;
	display: block;
	border: 1px solid #FFF;
	content: "&nbsp;";
	color: #FFF;
	text-align: center;
	padding-top: 5px;
}
#stats .periode .case-periode a {
	color: #FFF !important;
}
#stats .periode .case-periode.opacity25 {
	opacity: .25;
}
#stats .periode .case-periode.opacity50 {
	opacity: .5;
}
#stats .periode .case-periode.opacity100 {
	opacity: 1;
}

/* Modal */
#tutoVideo { width: 100% !important; }
h5 a.video { font-size: 14px; }
.modal-header { display: block !important; }
.modal-dialog-calculateur {
	width: 80% !important;
}
.modal-dialog-calculateur .form-group {
	overflow: hidden;
}
.modal-dialog-calculateur .table > thead > tr > th, .table > tbody > tr > td {
	padding: 6px 8px !important;
}
.modal-dialog-calculateur h5, .modal-dialog-calculateur h6 {
	font-size: 11px;
	margin: 5px 0 5px 0; 
}
.modal-dialog-calculateur h5 {
	display: inline-block;
}
.modal-dialog-calculateur label.control-label {
	font-size: 14px !important;
}
.modal-dialog-calculateur .modal-header p {
	margin: 5px 0 0 0 !important;
	padding: 0 !important;
}
h4.modal-title { 
	color: #3EB0F7; 
	font-weight: 600;
}
.modal span.info {
	font-size: 12px;
	display: inline-block;
	font-style: italic;
}

.badge {
	border-radius: 5px !important;
}
span.label {
	font-size: 100%;
	font-weight: 100;
}
a.btn-action, .fa.btn-action {
	padding: 7px 10px;
	background: #EBEBEB;
	border-radius: 5px;
	display: inline-block;
}
.fa.btn-action {
	padding: 9px 10px;
}
a.btn-action i.fa {
	font-size: 14px;
}
a.btn-action:hover {
	background: #3EB0F7; 
	color: #FFF;
}

/* Agent */
.title-agent {
	color: #3EB0F7;
	font-weight: 600;
	margin: 0 0 5px 0;
}
.title-contact  {
	color: #3DAFF6;
	font-weight: 400;
}
table.contact-agent {
	margin-bottom: 0;
}
table.contact-agent > tbody > tr > td {
	padding: 10px 0;
}
li.list-agent {
	padding: 0;
}

table.table tbody#listing-dossiers tr td {
	/* font-size: 12px !important; */
}
table tbody tr td h6 {
	margin: 0 0 5px 0;
	line-height: 1.5em;
}

hr.hr {
	height: 1px;
	width: 100%;
	margin: 35px 0;
}

/* FORMS */
form .form-group {
	overflow: hidden;
}
form .form-group label {
	font-weight: 600;
	font-size: 16px;
}
#formClient .form-group label {
	color: #FFF;
	height: 40px;
}
#formClient .form-group label a i.fa {
	color: #FFF !important;
	font-size: 20px !important;
}
#formClient p.info {
	color: #FFF;
}
.form-group p {
	font-size: 14px;
	/* font-style: italic; */
	margin: 5px 0;
	padding-bottom: 0;
	color: #999;
}
input[type=checkbox] {
	margin-top: 8px !important;
}
label {
	line-height: 20px !important;
}

fieldset {
	padding: 20px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background: #F4F4F4;
}
fieldset legend {
	padding: 15px 0;
	color: #3eb0f7;
	background: none;
	border: 0;
	font-size: 24px !important;
	font-weight: 400;
	margin-bottom: 0 !important;
}
fieldset p {
	margin-top: 0 !important;
	text-align: center;
	font-weight: 600;
}
form.form-add input {
	padding: 20px;
}
form.form-add label {
	font-size: 16px;
	font-weight: 600;
}
form.form-add span.info {
	display: block;
	font-style: italic;
	font-size: 14px;
	text-align: left;
	padding-top: 10px;
	margin: 0;
}

.panel-body {
	font-size: 15px;
}
.panel-title a, .panel-title a:focus, .panel-body .panel-title a:hover {
	text-decoration: none !important;
	color: #3EB0F7 !important;
}
.panel-title a.end {
	text-decoration: line-through !important;
}
.pjs {
	padding: 15px 0;
}

.form-header input {
	position: relative;
	padding: 5px 15px;
}
.form-header .form-control {
	border-radius: 0;
	border: solid 1px #dadada;
	background-color: #fff;
	color: #333;
	/* height: 55px; */
}
.form-header .btn {
	border-radius: 3;
	height: 55px;
	width: 100%;
	background-color: #007cbd;
	color: white;
	font-size: 17px !important;
	padding: 0 33px;
	border: none;
	margin: 0;
	font-weight: 100;
	text-transform: uppercase;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}
.form-header .btn:hover {
	background-color: #1f96e0;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}
.privacy {
	padding-top: 0;
	font-size: 14px;
}
.signup-header p {
	color: white;
}
.privacy a {
	text-decoration: underline;
	color: white;
	font-weight: 300;
}
#policy {
	padding: 100px 0 70px;
}
#intro {
	padding: 50px 0 100px 0 !important;
}
#intro h2 {
	font-size: 40px;
	font-weight: 300;
	margin: 15px 0 15px 0;
}
#info {
	background: #3eb0f7; 
	padding: 15px 0; 
	color: #FFF; 
	font-weight: 700;
}
#info p { 
	margin: 0;
	padding: 0;
}
#info a {
	color: #fff;
}
.intro-pic {
	margin-top: 20px;
}
.btn-section {
	padding-top: 20px;
}
#feature {
	padding-top: 100px;
	background: #f6f6f6;
}
#feature h2 {
	margin: 15px 0 15px 0;
	font-size: 40px;
	font-weight: 300;
}
#feature .feature-title p {
	font-size: 18px;
}
.row-feat {
	padding-top: 50px;
}
.feat-list {
	margin-top: 40px;
}
.feat-list i {
	font-size: 48px;
	float: left;
	width: 20%;
	color: #555;
	height: 100%;
	position: relative;
	opacity: 0.6;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}
.feat-list:hover i {
	color: #3eb0f7;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}
#feature .inner {
	float: left;
	display: inline-block;
	width: 80%;
}
#feature-2 {
	padding: 100px 0 100px;
}
#feature-2 h2 {
	font-size: 40px;
	font-weight: 300;
	margin: 15px 0 15px 0;
}
.feature-2-pic {
	margin-top: 20px;
}
.subscribe {
	color: #fff;
}
.subscribe p {
	margin: 30px auto 30px;
}
.subscribe-form {
	max-width: 400px;
	margin: 50px auto 150px;
	text-align: center;
	overflow: hidden;
}
.subscribe-form form {
	position: relative;
}
.subscribe-form input {
	max-width: 85%;
	position: relative;
	padding: 5px 25px;
}
.subscribe-form .form-control {
	border-radius: 4px 0 0 4px;
	border: none;
	background-color: rgba(255, 255, 255, 0.6);
	color: #333;
	font-size: 1.2em;
	height: 55px;
}
.subscribe-form button {
	border-radius: 0 4px 4px 0;
	background-color: #3eb0f7;
	color: #ffffff;
	font-size: 1em;
	line-height: 52px;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0 30px;
	margin: 0;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}
.subscribe-form .btn {
	height: 55px;
}
.subscribe-form .btn:hover {
	background-color: #1f96e0;
	color: #fff;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}
.subscribe-form .form-control::-webkit-input-placeholder {
	color: #333;
}
.subscribe-form .form-control:-moz-placeholder { 
	color: #333;  
}
.subscribe-form .form-control::-moz-placeholder { 
	color: #333;  
}
.subscribe-form .form-control:-ms-input-placeholder {  
	color: #333;  
}
#package {
	padding-top: 100px;
}
.title-line {
    width: 100px;
    height: 3px;
    margin: 0 auto;
    background: #3eb0f7;
}
.price-box {
	border: solid 1px #d1d1d1;
}
.package-option {
	padding: 50px 0 100px;
}
.package-option ul {
	padding: 0;
}
.price-heading h3 {
	margin-top: 0;
}
.price-heading i {
	color: #d1d1d1;
	font-size: 75px;
	margin-top: 20px;
}
.price-group {
	padding: 30px 0 10px;
}
.price-group .dollar {
	font-size: 20px;
	position: relative;
	bottom: 48px;
}
.price-group .price {
	color: #3eb0f7;
	font-size: 90px;
	font-weight: 500;
}
.price-group .time {
	font-size: 18px;
}
.price-feature li {
	margin-left: 30px;
	margin-right: 30px;
	list-style: none;
	border-bottom: solid 1px #d1d1d1;
	line-height: 40px;
}
.btn-price {
	margin: 5px 0 15px;
	font-size: 17px;
	padding: 7px 35px;
	height: 40px;
	background: #3eb0f7;
	transition: all 0.4s;
	color: white;
	border-radius: 4px;	
}
.btn-price:hover {
	background: #1f96e0;
	color: white;
}
#client {
	background: #f6f6f6;
	padding: 70px 0 70px;
}
#client img {
	max-height: 80px;
	margin: 0 20px;
	opacity: 1;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#client img:hover {
	opacity: 0.7;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#testi {
	padding: 100px 0 100px;
}
.testi-item {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 30px;
}
.testi-item .box {
	margin-right: 15px;
	margin-left: 15px;
}
.testi-item .box .message {
	padding: 20px;
	font-style: italic;
	line-height: 30px;
	font-weight: 300;
	font-size: 20px;
}
.testi-item .client-pic img {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	max-width: 100%;
}
.testi-item .client-info .client-name {
	margin-top: 10px;
	font-size: 16px;
}
.testi-item .client-info .company {
	font-style: italic;
	color: #3eb0f7;
}
.owl-theme .owl-controls .owl-page span{
	background: #3eb0f7;
}
#video {
	margin: 10px 0;
}
.video-header {
	margin: 40px 0 30px;
}
.video-embed {
	position: relative;
	padding-top: 56.25%; 
	height: 0;
	background-color: #000000;
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.2);
	box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.video-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.action {
	color: #fff;
}
.action h2 {
	margin-top: 100px;
	font-size: 40px;
	font-weight: 300;
}
.download-cta {
	padding: 50px 0 160px;
}
#contact {
	width: 100%;
	min-height: 100%;
}
#contact  h2, #passforget h2 {
	color: white;
}
.ul-address a {
	font-weight: normal;
	color: #FFF;
}
.ul-address a:hover {
	color: #000;
}
.ul-address li {
	padding-right: 20px; 
	margin-bottom: 8px; 
	list-style: none;
	color: white;
}
.ul-address i {
	margin-left: 15px;
	position: absolute; 
	left: 0;
	font-size: 25px;
	line-height: 30px;
}
.contact-row {
	margin: 30px 0 100px;
}
#contact-form {
	margin: 0 auto;
}
#contact-form input {
	position: relative;
	padding: 5px 25px;
	width: 100%;
}
#contact-form textarea {
	position: relative;
	padding: 10px 25px;
	width: 100%;
	height: 120px !important;
}
#contact-form .form-control {
	border-radius: 0;
	border: solid 1px #dadada;
	background-color: #fff;
	color: #333;
	font-size: 1.2em;
	height: 55px;
}
#contact-form .btn {
	height: 55px;
	width: 100%;
	background-color: #007cbd;
	color: #ffffff;
	font-size: 17px !important;
	line-height: 18px;
	padding: 0 33px;
	border: none;
	border-radius: 0;
	margin: 0;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
	text-transform: uppercase;
}
#contact-form .btn:hover {
	background-color: #1f96e0;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}
#footer {
	background: #fff;
	/*padding: 0 0 10px 0;*/
	margin-top: 100px;
	font-size: 12px;
	font-weight: 100;
	color: #ABABAB;
	position: fixed;
	z-index: 999;
	width: 100%;
	bottom: 0;
}
#footer.footer_information {
	background: #DC3545 !important;
	bottom: 35px !important;
	font-size: 18px;
	color: #FFF;
}

/*#footer .info-originaux {
	border-top: 1px solid #ABABAB;
    background: #EBEBEB;
    margin: 0 0 10px 0;
    color: #000;
    padding-bottom: 3px;
}
#footer a {
	font-size: 14px;
	font-weight: 100;
	color: #ABABAB;
	transition: .5s;
}
#footer p {
	margin: 10px 0;
}*/

#footer > .container-fluid {
	background: #007CBD;
	color: #FFF;
	/*padding: 10px 0;*/
}
#footer .info-originaux {
    background: #007cbd;
    margin: 0 0 10px 0;
    color: #FFF;
}
#footer a {
	font-size: 14px;
	font-weight: 100;
	color: #FFF;
	transition: .5s;
}
#footer p {
	margin: 0 0 15px 0;
    font-size: 18px;
    background: #3eb0f7;
    padding: 15px 0;
}
#footer a:hover {
	color: #000;
}
#footer a.scrollToTop > i.pe-7s-up-arrow.pe-va {
	font-size: 30px;
}
#footer h6, #footer h6 a {
	font-size: 10px;
}

.social ul {
	padding: 0;
	list-style: none;
}
.social li {
	display: inline-block;
	padding-right: .3em;
	padding-bottom: .3em;
}
.social li a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #3eb0f7;
	border-radius: 50%;
	background: #fff;
	border: solid 1px #3eb0f7;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}
.social li a:hover {
	color: #fff;
	background: #3eb0f7;
}
.social .fa {
	margin-top: 10px;
}
#shortcode-basic {
	padding: 70px 0 10px;
}
#shortcode-button {
	padding: 50px 0 10px;
	width: 100%;
	min-height: 100%;
}
#shortcode-button .form-horizontal {
	padding-left: 20px;
	padding-right: 20px;
}
#shortcode-icon {
	padding: 70px 0 10px;
}
#shortcode-alert {
	padding: 70px 0 10px;
}
#shortcode-table {
	padding: 70px 0 10px;
}
#shortcode-column {
	padding: 50px 0 10px;
}
.social-icons i {
	color: #3eb0f7;
	font-size: 30px;
	line-height: 40px
}
#shortcode-alert {
	padding: 70px 0 30px;
}
.alert { 
	border: none; 
	border-radius: 0; 
	position: relative; 
	font-size: 14px; 
	line-height: 22px; 
	padding: 8px; 
	/* padding-left: 60px; */
}
.alert.alert-success a {
	color: #3C763D !important;
	text-decoration: underline;
}
.alert.alert-danger a {
	color: #a94442 !important;
	text-decoration: underline;
}
.alert.alert-danger h6 {
	font-size: 14px;
	margin: 0;
}
.alert i { 
	font-size: 18px; 
	/* position: absolute; 
	left: 15px; 
	top: 13px; */
	float: left;
	margin: 0 10px 0 0;
} 
.icon-demo i {
	font-size: 70px;
	margin-right: 20px;
}

#searchIntoTable {
	width: 200px;
	float: right;
	margin-left: 5px;
}
.table > thead > tr > th { 
	background: #3eb0f7; 
	color: #fff; 
	border-bottom: 0; 
	text-transform: uppercase; 
}
.table > thead > tr > th, 
.table > tbody > tr > td { 
	font-size: 14px; 
	font-weight: 400; 
	padding: 10px !important; 
	vertical-align: middle;
}
.table-bg > tbody > tr:nth-child(odd) > td, 
.table-bg > tbody > tr:nth-child(odd) > th { 
	background: #fff; 
}
.table-bg > tbody > tr:nth-child(even) > td, 
.table-bg > tbody > tr:nth-child(even) > th { 
	background: #f6f6f6; 
}
.scrollToTop{
	width: 40px; 
	height: 40px;
	padding: 5px;
	font-size: 30px;
	text-align: center; 
	background: rgba(0, 0, 0, 0.2);
	color: white;
	position: fixed;
	bottom: 20px;
	right: 20px;
	border-radius: 50%;
	display: none;
}
.scrollToTop:hover{
	color: #3eb0f7;
}
.control-group .controls {
	overflow-x: hidden;
}


/* iPads (portrait) ----------- */
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : portrait) {
	.head-btn {
		margin: 50px 0 100px;
	}
	.signup-header {
		margin: 50px 0 100px;
	}
	.price-feature li {
		margin-left: 15px;
		margin-right: 15px;
	}
	.btn-price {
		padding: 7px 25px;
	}
	#intro {
		padding: 30px 0 50px;
	}
	#policy {
		padding: 30px 0 50px;
	}
	#intro h2, #feature-2 h2 {
		text-align: center;
	}
	#intro p, #feature-2 p {
		text-align: center;
	}
	.btn-section {
		text-align: center;
	}
	#feature {
		padding-top: 75px;
	}
	.feature-img {
		margin-top: 0;
	}	
	.row-feat {
		padding-top: 10px;
		padding-bottom: 40px;
	}
	#feature-2 {
		padding: 80px 0 80px;
	}
	.feature-2-pic {
		margin-top: 40px;
	}
	#client img {
		margin: 10px 0 10px;
		max-height: 40px;
	}	
	.video-header {
		margin: 50px 0 30px;
	}
	#bottom-action {
		text-align: center;
	}
	.button-demo li {
		padding-bottom: 50px;
	}
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : landscape) {
	.logo {
		margin: 100px 0 30px 0;
	}
	.landing h1{
		margin: 60px 0 60px 0;
	}	
	.landing-text {
		margin: 60px 0 40px 0;
	}
	.signup-header {
		margin-top: 250px;
	}
	.intro-pic {
		margin-top: 100px;
	}
	.feature-img {
		margin-top: 30px;
	}	
	.feat-list {
		margin-top: 10px;
	}
	.feat-list p {
		font-size: 15px;
	}
	.feature-2-pic {
		margin-top: 50px;
	}
	#client img {
		max-height: 45px;
	}	
	.video-header {
		margin: 50px 0 30px;
	}

}

/* smart-phone ----------- */
@media (max-width: 767px) {
	.logo {
		margin: 40px 0 30px 0;
	}
	.head-btn {
		margin: 30px 0 80px;
	}
	.signup-header {
		margin: 70px 0 80px;
	}
	#intro {
		padding: 70px 0 70px;
	}
	#policy {
		padding: 70px 0 70px;
	}
	#intro h2, #feature-2 h2 {
		font-weight: 150;
		text-align: center;
	}
	#intro p, #feature-2 p {
		text-align: center;
	}
	.btn-section {
		text-align: center;
	}
	#feature {
		padding-top: 50px;
	}
	.row-feat {
		padding-top: 10px;
		padding-bottom: 40px;
	}
	.feat-list i {
		padding-left: 40px;
	}
	#feature-2 {
		padding: 40px 0 50px;
	}
	.feature-2-pic {
		margin-top: 50px;
	}
	#package {
		padding-top: 80px;
	}
	.package-option {
		padding: 50px 0 50px;
	}
	.price-box {
		margin-bottom: 30px;
	}
	#client img {
		margin: 10px 0 10px;
	}	
	.contact-left {
		margin-bottom: 50px;
	}
	.video-header {
		margin: 50px 0 30px;
	}
	#bottom-action {
		text-align: center;
	}
}	
/* iPhone 6Plus (landscape) ----------- */
@media (max-width: 736px) {
	.feature-img {
		margin-top: 0;
	}
}

/* iPhone 6 (landscape) ----------- */
@media (max-width: 667px) {
	.logo {
		margin: 30px 0 30px 0;
	}
	.landing h1{
		font-size: 50px;
		margin: 10px 0 25px 0;
	}
	.landing-text {
		margin-top: 20px;
	}
	.subscribe p {
		margin: 25px auto 15px;
	}
	.subscribe-form {
		margin: 20px auto 100px;
	}
	.action h2 {
		margin-top: 70px;
	}
	.download-cta {
		padding: 50px 0 100px;
	}
}

/* iPhone 5 (landscape) ----------- */
@media (max-width: 568px){
	.logo {
		margin: 15px 0 15px 0;
	}
	.landing h1{
		font-size: 40px;
		margin: 20px 0 10px 0;
	}
	.landing-text p {
		font-size: 16px !important; 
	}
	#intro {
		padding-top: 50px;
	}
	#policy {
		padding-top: 50px;
	}
	#feature {
		padding-top: 50px;
	}
	.feat-list i {
		padding-left: 20px;
	}
	#feature-2 {
		padding: 50px 0 70px;
	}
	#screenshot {
		padding-top: 70px;
	}	
	.screenshots {
		padding-top: 30px;
		padding-bottom: 70px;
	}
	#testi {
		padding: 70px 0 70px;
	}
	.testi-item .box .message {
		line-height: 25px;
		font-size: 18px;
	}
	.action h2 {
		margin: 50px 0 20px;
	}
	.download-text p {
		line-height: 1.5;	
	}	
}

/* iPhone 4 (landscape) ----------- */
@media (max-width: 480px) {
	.feat-list i {
		padding-left: 5px;
	}
	.action h2 {
		font-size: 30px;
	}
	.button-demo li {
		padding-bottom: 50px;
	}
}

/* smart phone width: 360px ----------- */
@media (max-width: 360px) {
	#intro h2, #feature h2, #feature-2 h2 {
		font-size: 30px;
	}
	.feat-list i {
		padding-left: 0;
	}
	#feature .inner {
		padding-left: 15px;
	}
	.video-header {
		margin: 30px 0 30px;
	}
}

/* iPhone 4/5 (portrait) ----------- */
@media (max-width: 320px) {
	.logo {
		margin: 30px 0 20px 0;
	}
	.landing h1{
		margin: 20px 0 35px 0;
	}
	.btn-default {
		font-size: 14px;
		margin: 30px 0 10px;
		padding: 15px 30px;
		height: 35px;
		border-radius: 80px;
	}
	.btn-primary {
		font-size: 14px;
		margin: 30px 0 10px;
		margin-right: 15px;
		padding: 15px 30px;
		height: 35px;
		border-radius: 80px;
	}
	.subscribe-form {
		margin: 50px auto 110px;
	}
	.subscribe-form input {
		padding: 5px 15px;
	}
	.subscribe-form button {
		padding: 0 15px;
	}
	.action h2 {
		margin: 70px 0 20px;
	}
	.table > thead > tr > th, 
	.table > tbody > tr > td { 
		padding: 20px 10px; 
	}
}

@media screen and (max-width:1280px){
	#assistance {
		padding-top: 20px;
	}
	#header {
		padding-bottom: 15px;
	}
	#header #assistance p {
		font-size: 14px;
		line-height: 19px;
	}
	#header h3 {
		font-size: 20px;
		float: right;
		padding-top: 0;
	}
}