@import url('https://fonts.googleapis.com/css?family=Oswald:700|Quicksand:300,500,700');

fieldset {
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	box-sizing: border-box;
	display: table;
	max-width: 100%;
	padding: 0;
	color: inherit;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

details {
	display: block;
}

summary {
	display: list-item;
}

menu {
	display: block;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

html {
	box-sizing: border-box;
	font-size: 100%;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: "Quicksand", sans-serif;
	font-weight: normal;
	line-height: 1.6;
	color: #1d1d1b;
	font-size: 16px;
}

img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

textarea {
	height: auto;
	min-height: 50px;
	border-radius: 0;
}

select {
	box-sizing: border-box;
	width: 100%;
	border-radius: 0;
}

* {
	text-shadow: unset !important;
}

a {
	text-decoration: none;
}

a:focus {
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.color-gold,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.color-gold a {
	color: #BA9856;
}

h1,
h2 {
	text-align: center;
}

.container-fluid {
	padding: 0 !important;
}

.text-white {
	color: white !important;
}

.text-gold {
	color: #BA9856;
}

.bg-gold {
	background-color: #BA9856;
}

.bg-silver {
	background-color: #f2f2f2;
}

.bg-dark-gold {
	background-color: #A4813E;
}

/*.form-control {
	width: auto;
}*/

.tabledrag-toggle-weight-wrapper {
	display: none;
}

.form-actions {
	margin: 5px 0;
	position: relative;
}

fieldset.form-group:not(.form-type-managed-file) {
	border: none !important;
	padding: 0 !important;
}

.table {
	max-width: 99%;
}

table tr th {
	background: #3c3a3d !important;
}

.blue {
	color: #56AABA;
}

.bg-blue {
	background-color: #56AABA;
}
.btn{
	margin: 5px 0;
}
.btn-blue {
	background-color: #56AABA;
	color: white;
}

.btn-blue:hover {
	background-color: white;
	color: #56AABA;
	border-color: #56AABA;
}

.btn-blue a {
	text-decoration: none;
	color: white;
}

.btn-blue:hover a {
	color: #56AABA;
}

.btn {
	width: auto;
}

.block-menu .sr-only {
	display: none;
}

#header {
	background-color: #212529;
	display: flex;
	align-items: center;
	padding: 5px 80px;
	justify-content: space-between;
}

.navbar-toggler {
	background-color: #BA9856;
	padding: 5px;
}

.block-tlactions {
	display: flex;
	flex-direction: column;
}

.logo img {
	max-width: 100px;
}

.hero {
	background-size: cover;
	background-position: center;
}

#main {
	margin-top: 15px;
}

.site-footer {
	background-color: #212529;
	color: white;
	text-align: center;
	padding-bottom: 0;
}

.site-footer a {
	color: white;
}

.site-footer__top {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.site-footer__bottom .region {
	margin: 0;
}

.site-footer__bottom {
	margin-top: 0;
}

.region-footer-fifth {
	margin: 0;
	padding: 0;
	background-color: #3c3a3d;
}

.region-footer-fifth p {
	margin: 0;
}

#block-serviceclient {
	margin: 0;
	padding: 0;
	border: none;
	color: white;
}

@media all and (min-width: 851px) {
	.site-footer__top .region {
		width: 33%;
	}
}

#block-goldencar-account-menu,
#block-goldencar-main-menu,
#block-goldencar-mainnavigationtl,
#block-mainnavigationol {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

#block-goldencar-account-menu .dropdown-menu {
	left: -10px;
}

#navbar-top,
#navbar-main {
	background-color: #212529 !important;
}

#navbar-main nav a {
	font-size: 1.1em;
	display: inline-block;
}

#navbar-main nav a,
.Login-Register-popup-link a,
.dropdown-menu li,
.menu--espace-client a {
	color: white;
	text-transform: uppercase;
	font-size: 16px;
	transition: background-color 200ms ease-out;
	text-decoration: none;
}

#navbar-main .navbar-brand:hover,
#navbar-main .navbar-brand:focus,
#navbar-main nav a:hover,
#navbar-main nav a:focus,
#navbar-main nav a:active {
	color: white;
	background-color: #BA9856;
}

#navbar-main .navbar-collapse,
#navbar-main .navbar-form {
	border-color: #212529;
}

.navbar-default {
	background-image: none;
	color: white;
	background-color: #212529;
	border-color: #212529;
	border-radius: 0;
	margin: 0;
	padding: 10px;
}

.navbar-btn {
	margin: 0;
}

#navbar-top .navbar-brand {
	font-size: 2em;
	color: white;
	line-height: 1em;
	height: auto;
	display: flex;
	align-items: center;
	white-space: unset;
	min-width: 230px;
}

#navbar-top .navbar-brand img {
	padding-right: 10px;
}

.dropdown-menu {
	padding: 0;
	top: 34px;
}

.dropdown-item,
.dropdown-item a {
	color: white;
	background-color: #212529;
}

.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:focus a,
.dropdown-item:hover a,
.dropdown-item.active a,
.dropdown-item.active a:hover,
.dropdown-item.active a:focus {
	background-image: none;
	background-color: #BA9856;
	color: white;
}

#block-espaceclient {
	margin-top: 20px;
}

.sidebar .block.menu--espace-client {
	padding: 0;
}

.menu--espace-client ul {
	background-image: none;
	color: white;
	background-color: #3c3a3d;
	border-color: #3c3a3d;
	border-radius: 0;
	margin: 0;
	padding: 10px;
}

.menu--espace-client a:hover,
.menu--espace-client a:focus,
.menu--espace-client .menu-item--active-trail,
.menu--espace-client>li>a:hover,
.menu--espace-client>li>a:focus,
.menu--espace-client a.active:hover,
.menu--espace-client a.active:focus,
.login-popup-form {
	background-image: none;
	color: white;
}

.menu--espace-client>li {
	width: 100%;
}

.menu--espace-client>li>a {
	color: white;
	padding: 10px;
}

.menu--espace-client>li>a .link-text {
	padding-left: 10px;
}

.Login-Register-popup-link {

	display: flex;
	/* margin-left: 20px; */
	align-items: center;
	flex-wrap: wrap;
}

.Login-Register-popup-link span {
	margin: 2px;
}

.Login-Register-popup-link span a {
	padding: 3px 8px;
	background-color: #BA9856;
	border-radius: 4px;
	color: white;
	border: #BA9856 solid 1px !important;
	display: block;
	text-align: center;
}

.Login-Register-popup-link span a:hover {

	background-color: white !important;
	color: #BA9856 !important;
	border: #BA9856 solid 1px !important;

}

@media (max-width: 767px) {
	#header {
		display: block;
	}

	#block-espaceclient {
		margin-top: 0;
	}

	#navbar-main .navbar-collapse a,
	#navbar-main .navbar-collapse a:hover,
	#navbar-main .navbar-collapse a:focus {
		color: #BA9856;
		background-color: white;
		color: white;
		background-color: #212529;
	}

	.navbar-collapse {
		display: flex;
		flex-direction: column;
	}

	h1.title {
		text-align: center;
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	ul.nav li.dropdown:hover>ul.dropdown-menu {
		display: flex;
		flex-direction: column;
	}

	.navbar-brand,
	.logo.navbar-btn.pull-left {
		float: none !important;
		white-space: unset;
	}

	.region-navigation-collapsible {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		padding: 15px 15px;
	}
}

.container .jumbotron,
.container-fluid .jumbotron {
	padding: 60px;
	border-radius: 0;
	min-height: 400px;
	margin-bottom: 1rem;
}

.ui-widget-header {
	border-color: #BA9856;
	background: #BA9856;
	color: white;
}

.ui-dialog-titlebar-close {
	background: url("http://code.jquery.com/ui/1.10.3/themes/smoothness/images/ui-icons_888888_256x240.png") -93px -128px repeat scroll rgb(0, 0, 0, 0);
	border: none medium;
	color: white;
}

.ui-dialog-titlebar-close:hover {
	background: url("http://code.jquery.com/ui/1.10.3/themes/smoothness/images/ui-icons_222222_256x240.png") -93px -128px repeat scroll rgb(0, 0, 0, 0);
}

.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
	text-shadow: unset;
	box-shadow: unset;
}

.btn-primary,
.form-submit {
	background-image: none;
	background-color: #BA9856 !important;
	color: white;
	border: #BA9856 solid 1px !important;
}

.btn-primary a {
	color: white;
}

.btn-primary:hover,
.form-submit:hover {
	background-image: none !important;
	background-color: white !important;
	color: #BA9856 !important;
	border: #BA9856 solid 1px !important;
}

.btn-primary:hover a {
	color: #BA9856;
	text-decoration: none;
}

.btn-dark {
	background-image: none;
	color: white;
	border: solid 1px !important;
}

.btn-dark a {
	color: white;
	text-decoration: none;
}

.btn-dark:hover {
	background-image: none !important;
	background-color: white !important;
	color: black !important;
	border: black solid 1px !important;
}

.btn-dark:hover a {
	color: black;
	text-decoration: none;
}

.btn-voir {
	background-image: none;
	background-color: #6D5B38 !important;
	color: white;
	border: #6D5B38 solid 1px !important;
}

.btn-voir a {
	color: white;
}

.btn-voir:hover {
	background-image: none !important;
	background-color: white !important;
	color: #6D5B38 !important;
	border: #6D5B38 solid 1px !important;
}

.btn-voir:hover a {
	color: #6D5B38;
	text-decoration: none;
}

.btn-edit {
	background-image: none;
	background-color: #ffffff !important;
	color: black;
	border: black solid 1px !important;
}

.btn-edit a {
	color: black;
}

.btn-edit:hover {
	background-image: none !important;
	background-color: black !important;
	color: white !important;
	border: white solid 1px !important;
}

.btn-edit:hover a {
	color: white;
	text-decoration: none;
}

.ui-dialog-titlebar {

	text-align: center;
}

@media (max-width: 768px) {
	.ui-widget.ui-widget-content {
		max-width: 90% !important;
	}

}



.sidebar .block {
	border: none;
}

.sidebar nav .nav {
	margin: 0;
}

.sidebar li {
	display: block;
	width: 100%;
}

.view-user-parametres .views-field,
.view-user-financements .views-field {
	display: flex;
	padding-bottom: 10px;
}

.view-user-parametres .views-label,
.view-user-financements .views-label {
	padding-right: 4px;
}

.view-user-parametres .field-content,
.view-user-financements .field-content {
	font-weight: bold;
}

.sidebar_first h2 {
	font-size: 1.2em;
	border-bottom: 2px solid #BA9856;
}

.sidebar_first .block-facets {
	padding: 4px;
	margin: 0;
	background-color: #f4f4f4;
}

.sidebar_first .block-facets-summary {
	padding: 4px;
	margin: 10px 0 5px 0;
	background-color: #56AABA;
}

.sidebar_first .block-facets-summary h2 {
	color: white;
	border-bottom: 2px solid white;
}

.block-facets-summary ul {
	padding: 0;
	margin-left: 10px;
}

.block-facets-summary a {
	color: white;
}

li.facet-summary-item--clear {
	padding: 5px 0;
	margin-bottom: 5px;
}

li.facet-summary-item--clear a {
	padding: 0.200rem 0.45rem;
	background-color: #BA9856;
	width: auto;
	border-radius: 0.25rem;
	text-decoration: none;
}

.sidebar .block .content {
	line-height: 1;
}

.sidebar .block .facet-item label {
	padding-left: 10px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.facets-widget-checkbox ul {
	padding-left: 3px;
	display: flex;
	flex-wrap: wrap;
}

#block-typedecession .facets-widget-checkbox ul,
#block-goldencar-marque .facets-widget-checkbox ul {
	display: block;
}

#block-typedecession .facet-item {
	padding-bottom: 5px;
}

#block-typedecession .facet-item label {
	display: inline;
	font-size: 0.9em;
}

.sidebar_first .block-facets .is-active {
	background-color: transparent;
	color: inherit;
}

.collapsiblock a {
	text-decoration: none;
}

.vehicule-teaser {
	padding: 0;
}

.vehicule-teaser.card {
	border: none;

}

.view-taxonomy-term .vehicule-teaser.card {
	max-width: 30%;
}

.vehicule-teaser a,
.vehicule-teaser a:hover {
	text-decoration: none;
	display: block;
}

.vehicule-teaser-content {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 0;
}

.vehicule-pic {
	flex: 0 1 auto;
	position: relative;
}

.vehicule-status-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.vehicule-status {
	font-size: 1.5em;
	background-color: rgb(0, 0, 0, 0.3);
	color: white !important;
	padding: 10px;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 150px;
}

.vehicule-pic img {
	height: 200px;
	width: 100%;
	object-fit: cover;
}

.vehicule-info {
	flex: 1 1 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f2f2f2;
	height: 60px;
}

.vehicule-teaser-title {
	line-height: 1.2em;
	font-size: 1em;
}

.vehicule-details {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.veh-details-price,
.veh-details-contract,
.veh-details-sale-type {
	font-size: 14px;
    font-weight: bold;
    margin: 2px 4px;
}

.is-premium {
	opacity: 0.8;
	font-size: 1.2em;
	position: absolute;
	top: 4px;
	right: 4px;
	border-radius: 1rem;
	padding: 5px;
}

.ui-slider-range.ui-widget-header {
	background-color: white;
}

.ui-slider.ui-widget-content {
	background-color: #BA9856;
}

.ui-slider-handle.ui-corner-all {
	border-radius: 20px;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -0.5em;
	background-color: #BA9856;
	border-color: #BA9856;
}

.ui-slider-horizontal {
	height: 1px;
}

.ui-slider .ui-slider-range {
	border: #BA9856 solid 1px;
}

.ui-slider-float .ui-slider-tip,
.ui-slider-float .ui-slider-tip-label {
	width: 45px;
}

#block-lecontrat,
#block-levehicule,
#block-saveusersearchblock {
	padding: 0;
	margin: 0;
	font-size: 1.5em;
}

#block-reinitialiserlesfiltres {
	padding: 0;
	margin: 0;
	font-size: 1em;
}

.carouselAnnonceThumbnails {
	display: flex;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

.carouselAnnonceThumbnails div {
	border: none;
	display: inline-block;
}

.bookmark-container a {
	color: #BA9856;
}

.vehicule .flag-bookmark {
	display: inline;
}

.teaser-vehicule-version {
	font-size: x-small;
}

#views-exposed-form-front-vehicule-recherche-page-1 {
	text-align: center;
	display: flex;
    justify-content: center;
}

#block-formulaireexposefront-vehicule-recherchepage-1 {
	margin: 10px;
}

#views-exposed-form-front-vehicule-recherche-page-1 .d-flex {
	justify-content: center;
	padding: 10px;
	border-radius: 10px;
	background: white;
	box-shadow: 0 9px 8px -7px rgb(8, 48, 74, 0.75);

}

#views-exposed-form-front-vehicule-recherche-page-1 #edit-field-best-price-1-wrapper label {
	display: none;
}

#views-exposed-form-front-vehicule-recherche-page-1 #edit-field-best-price-1-wrapper .fieldset-legend {
	font-size: 16px;
	margin: 0;
}

#views-exposed-form-front-vehicule-recherche-page-1 #edit-field-best-price-1-wrapper .fieldset-wrapper {
	display: flex;
}

#views-exposed-form-front-vehicule-recherche-page-1 #edit-actions {
	display: block;
	width:100%;
	align-self: center;
}

#views-exposed-form-front-vehicule-recherche-page-1 .form-group {
	margin-bottom: 0;
	display: inline-block;
	vertical-align: bottom;
}

#views-exposed-form-front-vehicule-recherche-page-1 #edit-field-best-price-1-min,
#views-exposed-form-front-vehicule-recherche-page-1 #edit-field-best-price-1-max {
	width: 150px !important;
}
#block-formulaireexposefront-vehicule-recherchepage-1 fieldset{
	border:none;
	padding:0;
	margin:0;
	margin-right:5px;
}
#block-formulaireexposefront-vehicule-recherchepage-1 fieldset legend{
	margin-bottom: 0.5rem;
	font-size:1rem;
}
#vehicule-number-block {
	text-align: center;
	background-color: #f2f2f2;
	font-weight: bold;
	width: 100%;
}

.btn-wrapper {
	margin-top: auto;
	text-decoration: none;
}

.bloc-bleu-first {
	text-align: center;
	background-color: #56AABA;
	padding: 20px;
	border-radius: 10px;
	color: white;
	margin: auto;
}

.bloc-bleu-first h1 {
	font-size: 20px;
	color: white;
}

.bloc-bleu-first a {
	color: white;
	text-decoration: none;
}

.bloc-gris,
.bloc-bleu {
	text-align: left;
}

.bloc-gris {
	background-color: #f2f2f2;
	color: #1d1d1b;
}

.bloc-bleu {
	background-color: #56AABA;
	color: white;
}

.bloc-gris .text,
.bloc-bleu .text {
	padding: 56px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.bloc-txt-first {
	padding: 50px;
}

.bloc-gris h2 {
	color: #1d1d1b;
	text-align: left;
}

.bloc-bleu h2 {
	color: white;
	text-align: left;
}

.bloc-bleu .btn a {
	color: #56AABA;
	text-decoration: none;
}

.bloc-bleu .btn:hover a {
	color: white;
}

.bloc-bleu .btn:hover {
	background-color: #56AABA;
}

.field--name-field-paragraph-body {
	margin: auto;
}

.paragraph-image {
	margin: 0;
	text-align: center;
	align-self: center;
}

.field--type-image {
	width: 100%;
	height: 100%;
}

.paragraph-image img {
	margin: 0;
	object-fit: cover;
	max-width: 100%;
}

.inset-arrow {
	height: 50px;
	width: 50px;
	position: absolute;
	top: calc(50% - 25px);
	transform: rotate(45deg);
	left: -25px;
}

.bloc-gris .inset-arrow {
	background-color: #f2f2f2;
}

.bloc-bleu .inset-arrow {
	background-color: #56AABA;
}

.inset-arrow.pull-left {
	left: calc(100% - 25px);
}

#block-bloctextesimplefinfrontpage {
	padding: 40px;
}

.is-front .block-views {
	margin: 40px 15%;
	padding: 0;
}

.is-front .block-views h2 {
	text-transform: uppercase;
	color: #212529;
}

.is-front .view-footer {
	text-align: center;
}

.view-footer .btn {
	text-transform: uppercase;
}

.btn {
	text-decoration: none;
}

#VehiculeCarousel .vehicule-image {
	position: relative;
}

.vehicule-share-btns {
	position: absolute;
	bottom: -30px;
	right: 0;
}

.comparison-wrapper {
	display: table;
}

.comparison-wrapper-row {
	display: table-row;
}

.formules-list .col-6,
.formules-list .col-lg-3 {
	display: table-cell;

}

.formules-list .index-1 {
	display: none;
}

@media only screen and (max-width: 600px) {

	.formules-list .index-1,
	.formules-list .col-6,
	.formules-list .col-lg-3,
	.formules-list .col {
		display: block;

	}

	.comparison-wrapper {
		display: block;
	}
}

#field-car-tarifs-values thead {
	visibility: hidden;
	border: none;
}

#field-car-tarifs-values tbody {
	background-color: white;
}

#field-car-tarifs-values td {
	background-color: white;
	border: none;
}

#field-car-tarifs-values .field-multiple-drag {
	visibility: hidden;
}

.draggable .odd {
	background-color: white;
}

#edit-field-car-tarifs-add-more {
	visibility: hidden;
}

/*Images carte grise Step1 formulaire*/
.imgCarteGrise {
	display: inline-block;
}

.imgCarteGrise img {
	display: none;
	position: absolute;
	top: 0;
	z-index: 1000;
	width: 0;
}

.imgCarteGrise:hover img {
	display: block;
	width: 300px !important;
	max-width: 300px !important;
}

.block-help {
	background-color: #56AABA;
	padding: 10px;
	border: none;
	text-align: center;
	color: white;
}

/*Menu dashboard*/


#block-menududashboard ul {
	padding: 0;
	margin: 0;
	margin-top: 10px;
	text-align: center;
	list-style-type: none;
	flex-direction: row;
	justify-content: center;
}

#block-menududashboard li {
	display: block;

}

#block-menududashboard a:hover,
#block-menududashboard a.is-active {
	background-color: #3c3a3d;
	text-align: center;
	text-decoration: none;
	color: white;
}

#block-menududashboard a {
	display: block;
	color: #141414;
	padding: 10px;
}

.is-active {
	background-color: #3c3a3d;
}

.truncated-description {

	overflow: hidden;
	height: 5rem;
	text-overflow: ellipsis;
}

.marque-item a {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 10px;
	border: 1px solid #3c3a3d;
	text-align: center;
	padding: 10px;
	color: #3c3a3d;
}

.marque-item a:hover {
	text-decoration: none;
	color: #3c3a3d;
	-webkit-box-shadow: 0px 0px 19px -4px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 19px -4px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 19px -4px rgba(0, 0, 0, 0.75);
}

.marque-item a .marque-name {
	color: #3c3a3d;
	text-transform: uppercase;
	font-weight: bold;
	font-size: larger;
}

.marque-item a .marque-nb-vehicules {
	font-style: italic;
	color: gray;
}
.site-footer .block{
	margin:0;
	padding:0;
}
/*js payment form*/
#pyxis-payments-lyra #edit-lyra-form-token .kr-embedded{
	width:50%;
	margin: 0 auto;
}

