/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/**
 * 
 * RESPONSIVE MENU
 * 
*/
.site-header-primary-section-right .ast-header-social-wrap .ast-phone {
	border: 1px solid #FC714E;
	border-radius: 50%;
	padding: 12px;
	position: relative;
}

.site-header-primary-section-right .ast-header-social-wrap .ast-phone .social-item-label:before {
	content: '';
	width: 15px;
	height: 15px;
	background-color: #FC714E;
	transform: rotate(45deg);
	display: block;
	position: absolute;
	top: -5px;
	left: calc(50% - 7px);
	z-index: -1;
}

.site-header-primary-section-right .ast-header-social-wrap .ast-phone .social-item-label {
	position: absolute;
	display: none;
	width: 125px;
	background-color: #FC714E;
	color: #fff;
	text-align: center;
	padding: 8px;
	bottom: -90%;
	font-weight: 500;
	border-radius: 44px;
	opacity: 0;
}

.site-header-primary-section-right .ast-header-social-wrap .ast-phone:hover .social-item-label {
	display: block;
	opacity: 1;
}

.fim-nav--cta {
	display: none;
}

@media (max-width: 544px) {
	#ast-desktop-header .site-above-header-wrap {
		min-height: 0;
	}
}

@media (max-width: 921px) {
	#ast-desktop-header {
		display: block!important;
	}
	
	#ast-desktop-header .ast-menu-toggle {
		padding-left: 0;
		padding-right: 0;
	}
	
	#ast-desktop-header .ast-main-header-wrap .ast-grid-right-section .ast-header-html-2 {
		/*display: none;*/
		min-width: 25px;
	}
	
	#ast-desktop-header .ast-main-header-wrap .ast-grid-right-section .ast-header-html-2 #toggle-menu {
		padding: 0!important;
	}
	
	#ast-desktop-header .ast-main-header-wrap .ast-builder-grid-row-container  {
		width: 100%;
		position: relative;
		padding: 0 24px;
	}
	
	#ast-desktop-header #toggle-menu, #ast-desktop-header #toggle-menu:hover, #ast-desktop-header #toggle-menu:active, #ast-desktop-header #toggle-menu:target, #ast-desktop-header #toggle-menu:focus {
		background: none;
		border: none;
	}
	
	#ast-desktop-header .ast-main-header-wrap .ast-grid-section-center .ast-builder-menu {
		display: flex;
		position: absolute;
		top: 80px;
		left: 0px;
		width: 100vw;
		padding: 0;
	}
	
	#ast-desktop-header #primary-site-navigation-desktop .main-header-menu {
		max-height:0;
		overflow: hidden;
		transition: all .35s;
	}
	
	#ast-desktop-header #primary-site-navigation-desktop.open .main-header-menu {
		max-height: 600px;
	}
	
	.ast-header-break-point .main-navigation ul .menu-item .menu-link {
		padding-top: 12px;
		padding-bottom: 12px;
		font-size: 16px;
	}
	
	.ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children .sub-menu.open {
		display: block;
	}
	
	.ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children .sub-menu .menu-link .ast-icon {
		display: none!important;
	}
	
	#ast-desktop-header .ast-phone .social-item-label {
		display: none;
	}
}

@media (min-width: 922px) {
	#ast-desktop-header #primary-site-navigation-desktop .main-header-menu li .menu-link {
		padding: 16px;
	}
	
	.site-header-primary-section-right .ast-header-social-wrap .ast-phone:hover {
		border-color: #FC714E;
	}
	
	.site-header-primary-section-right .ast-header-social-wrap .ast-phone {
		padding: 16px;
	}	
	
	.ast-desktop .ast-menu-hover-style-underline > .menu-item:hover > .menu-link::before {
		height: 3px;
		background-color: #FC714E;
	}
	
	.ast-builder-menu .main-navigation > ul, #ast-desktop-header .ast-builder-menu {
		height: 100%;
	}
	
	#ast-desktop-header .ast-builder-menu .main-navigation .dropdown-menu-toggle {
		display: none;
	}
	
	.ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu {
		margin-top: 0;
		min-width: 100%;
		width: 300px;
	}
	
	.ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu::before {
		display: none;
	}
	
	.ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu .menu-link:hover {
		color: #FA704D;
	}
	
	.ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu li .menu-link {
		padding: 16px!important;
	}
	
	.fim-nav--cta {
		display: block;
		font-family: 'Poppins',sans-serif;
		font-weight: 500;
		font-size: 16px;
		background-color: #FC714E;
		color: #fff;
		border-radius: 30px;
		border: 1px solid #FC714E;
		padding: 4px 16px;
		text-align: center;
		min-width: 150px;
		line-height: 1.2;
		transition: all 0.35s;
	}

	.fim-nav--cta:hover {
		background-color: #fff;
		color: #FC714E;
	}
}

@media (min-width: 1200px) {
	#ast-desktop-header #primary-site-navigation-desktop .main-header-menu li .menu-link {
		padding: 12px 8px;
	}
}

@media (min-width: 1400px) {
	.site-header-primary-section-right .ast-custom-button-link .ast-custom-button {
		min-width: initial;
		padding: 8px 16px;
	}
	
	#ast-desktop-header #primary-site-navigation-desktop .main-header-menu li .menu-link {
		font-size: 15px;
	}
}

@media (min-width: 1600px) {
	#ast-desktop-header #primary-site-navigation-desktop .main-header-menu li .menu-link {
		font-size: 16px;
		padding: 16px 12px;
	}
}

@media (min-width: 1920px) {
	#ast-desktop-header #primary-site-navigation-desktop .main-header-menu li .menu-link {
		padding: 16px 24px;
	}
	
	#ast-desktop-header .ast-builder-menu {
		padding-right: 48px;
	}
	
	.site-header-primary-section-right .ast-custom-button-link .ast-custom-button {
		min-width: initial;
		padding: 16px 24px;
	}
}

/** COUNTER */
.middle-angle {
	display: flex;
	flex-direction: column;
}

.middle-angle .wp-block-uagb-counter__number {
	order: 0;
}

.middle-angle .wp-block-uagb-counter__icon {
	order: 1;
	margin-bottom: 0;
}

.middle-angle .wp-block-uagb-counter__title {
	order: 2;
}

/** HEADING */
h1:after, h2:after {
	content: '';
	display: block;
	background-color: #FC714E;
	width: 140px;
	height: 3px;
	margin: 16px 0 32px 0;
}

h1:after {
	margin-top: 32px;
}

h1.has-text-align-center:after, h2.has-text-align-center:after {
	position: relative;
	left: calc(50% - 70px);
}

h1.is-style-no-underline:after, h2.is-style-no-underline:after {
	display: none;
}

h2:not(:first-child) {
	margin-top: 56px;
}

h3:not(:first-child) {
	margin-top: 32px;
}

.entry-content ul, .entry-content ol {
	margin-left: 40px!important;
} 
/** WIDGET ONE REPUTATION */
.sharemyreviewsroot {
	font-family: 'Poppins',sans-serif!important;
}

.entry-content .smr-badge {
	z-index: 1;
}

@media (max-width: 768px) {
	.smr-badge {
		display: none;
	}
	
	.entry-content .smr-badge {
		display: block;
	}
}

/** FORMULAIRE DE CONTACT */
.wpcf7 input:not([type="submit"]), .wpcf7 select, .wpcf7 textarea {
	border-radius: 15px;
}

.wpcf7 .wpcf7-not-valid {
	border: 2px solid #A63F49; 
	background-color: #FBF0F0;
	color: #A63F49;
	margin-bottom: 2px!important;
}

.wpcf7 .wpcf7-not-valid-tip {
	color: #A63F49;
	margin-bottom: 4px;
}

.wpcf7 .wpcf7-list-item {
	margin-bottom: 18px;
}

.wpcf7 .wpcf7-submit {
	background-color: #439BD2;
	color: #fff;
}

.wpcf7 .wpcf7-submit:disabled {
	opacity: 0.4;
}

.wpcf7 .wpcf7-form-control-wrap + br {
	display: none;
}

.wpcf7 .wpcf7-form-control-wrap {
	margin-bottom: 16px;
}

.wpcf7 .wpcf7-acceptance .wpcf7-list-item {
	margin: 0;
}

.wpcf7 .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
	line-height: 1.2;
}

.wpcf7 .wpcf7-acceptance.wpcf7-not-valid {
	display: inline-block;
}

.wpcf7 .wpcf7-submit:disabled {
	opacity: 1;
}

.wpcf7 .wpcf7-submit {
	border: none;
}

.fim-form--group {
	background-color: #fff;
	border-radius: 15px;
	padding: 8px .75em;
	margin-bottom: 1em;
}

.fim-form--group p {
	margin-bottom: 0;
}

.fim-form--group p strong { 
	display: inline-block;
	margin-bottom: 8px;
}
.fim-form--group .wpcf7-list-item {
	margin-bottom: 0;
}

.fim-form--group .wpcf7-list-item.first {
	margin-left: 0;
}

.fim-form--group#form-type-vehicule .wpcf7-radio .wpcf7-list-item, 
.fim-form--group#form-besoin .wpcf7-checkbox .wpcf7-list-item {
	display: block;
	margin-left: 0;
}

.fim-form--group .wpcf7-radio .wpcf7-list-item label {
	display: flex;
	align-items: center;
	/*margin-bottom: 4px;*/
}

.fim-form--group .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
	margin-bottom: 8px;
	display: inline-block;
}

.fim-form--center input {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.fim-warning {
	background-color: #fff;
	border-radius: 15px;
	padding: 8px .75em;
	margin-bottom: 1em;
	border: 2px solid #FC714E;
}

.fim-warning p:last-child {
	margin-bottom: 0px!important;
}

@media (min-width: 1200px) {
	.fim-form--flex {
		display: flex;
		column-gap: 18px;
	}
	
	.fim-form--flex textarea, .wpcf7-form textarea {
		max-height: 125px;
	}
	
	#demandez-une-offre .fim-form--flex textarea {
		/*max-height: 250px;*/
	}
	
	.fim-form--flex__col {
		width: calc(50% - 9px);
	}
	
	.fim-form--flex__col br {
		display: none;
	}
	
	.fim-form--flex__col .wpcf7-form-control-wrap {
		display: block;
	}
	
	.fim-form--flex__col .wpcf7-form-control-wrap input:not([type="submit"]):not([type="checkbox"]) {
		margin-bottom: 8px;
	}
}

@media (max-width: 767px) {
	.fim-form.form-dynamique .wpcf7-radio .wpcf7-list-item {
		margin-left: 0!important;
		display: block;
	}
}

/** FOOTER */
.fim-footer ul {
	margin: 0 0 24px 0;
	list-style: none;
}

.fim-footer ul li a:hover, .fim-footer ul li [data-lo-goto]:hover {
	color: #439BD2;
}

.fim-footer .fim-footer--col > ul > li > a, .fim-footer .fim-footer--col > ul > li > span {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	display: block;
	margin-bottom: 16px;
}

.fim-footer .fim-footer--col > ul > li > a:after,  .fim-footer .fim-footer--col > ul > li > span:after{
	content: '';
	display: block;
	width: 50px;
	height: 3px;
	background-color: #FC714E;
	margin-top: 4px;
}

.ast-footer-copyright a, .ast-footer-copyright [data-lo-goto] {
	color: #fff;
	text-decoration: underline;
}

.fim-footer--social {
	margin-top: 32px;
	display: flex;
	justify-content: center;
	column-gap: 16px;
}

.fim-footer--social__icon svg {
	width: 32px;
	height: auto;
}

.fim-footer--social__icon svg path {
	fill: #fff;
}

.fim-footer--social__icon:hover svg path {
	fill: #439BD2;
}

@media (min-width: 768px) {
	.fim-footer {
		display: flex;
		flex-wrap: wrap;
	}
	
	.fim-footer--col {
		width: 50%;
	}
	
	.fim-footer ul {
		margin-bottom: 48px;
	}
	
	.fim-footer .fim-footer--col > ul > li > a, .fim-footer .fim-footer--col > ul > li > span {
		margin-bottom: 24px;
	}
}

@media (min-width: 922px) {
	footer .ast-builder-grid-row-2-rheavy .ast-builder-grid-row {
		grid-template-columns: 180px 1fr
	}
}

@media (min-width: 1400px) {
	.fim-footer {
		flex-wrap: nowrap;
		justify-content: space-evenly;
	}
	
	.fim-footer--col {
		width: auto;
	}
	
	.fim-footer ul li {
		min-height: 27px;
	}
	
	.site-above-footer-wrap[data-section="section-above-footer-builder"] {
		padding-left: 48px;
		padding-right: 48px;
	}
}

/** RESPONSIVE */
@media (max-width: 767px) {
	.text-center-mobile {
		text-align: center!important;
	}
	
	.text-center-mobile .wp-block-uagb-image {
		margin-right: auto;
		margin-left: auto;
	}
}

/** TAXONOMY GAMMES */
.fim-gamme--header {
	/*margin-top: 80px;*/
	margin-bottom: 80px;
}
.fim-gamme--header__text strong {
	color: #2a4a76;
}
.fim-gamme--header__img {
	display: none;
}

.fim-gamme--terms {
	margin-bottom: 80px;
}

.fim-gamme--terms__single {
	text-align: center;
	margin-bottom: 40px;
}

.fim-gamme--terms__single img {
	display: block;
	margin: 0 auto 24px auto;
}

.fim-gamme--terms__single a {
	text-transform: capitalize;
	color: #2A4A76;
	border: 1px solid #2A4A76;
	border-radius: 30px;
	padding: 16px 24px;
	display: inline-flex;
	align-items: center;
	font-weight: 500;
	line-height: 1.2em;
	font-size: 1.0666667rem;
}

.fim-gamme--terms__single a:hover {
	color: #fff;
	background-color: #439BD2;
	border-color: #439BD2;
}

.fim-gamme--terms__single a svg {
	margin-left: 8px;
	width: 24px;
	height: 24px;
	fill: #2A4A76;
}

.fim-gamme--terms__single a:hover svg {
	fill: #fff;
}

.fim-gamme--vehicules__item {
	margin-bottom: 40px;
}

.fim-gamme--vehicules__item-img {
	width: 100%;
	height: 60vw;
	overflow: hidden;
	border-radius: 20px;
	margin-bottom: 24px;
}

.fim-gamme--vehicules__item-img img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
	transition: all 0.35s;
}

.fim-gamme--vehicules__item:hover .fim-gamme--vehicules__item-img img {
	width: 120%;
	height: 120%;
	transition: all 0.35s;
}

.fim-gamme--vehicules__item-content {
	background-color: #F0F4FD;
	border-radius: 20px;
	padding: 24px;
}

.fim-gamme--vehicules__item-content p {
	margin-bottom: 0px;
}

.fim-gamme--vehicules__item-content p strong {
	color: #FC714E;
}

.fim-gamme--vehicules__item-link {
	display: inline-flex;
	align-items: center;
	column-gap: 16px;
	color: #2A4A76;
	padding: 16px 40px;
	margin-top: 16px;
	border: 1px solid #2A4A76;
	border-radius: 30px;
	font-weight: 500;
	font-size: 17px;
}

.fim-gamme--vehicules__item:hover .fim-gamme--vehicules__item-link, .fim-gamme--vehicules__item-link:hover, .fim-gamme--vehicules__item-link:focus, .fim-gamme--vehicules__item-link:active, .fim-gamme--vehicules__item-link:target {
	background-color: #439BD2;
	border-color: #439BD2;
	color: #fff;
}

.fim-gamme--vehicules__item-link svg {
	width: 24px;
	height: 24px;
	fill: #2A4A76;
}

.fim-gamme--vehicules__item:hover .fim-gamme--vehicules__item-link svg, .fim-gamme--vehicules__item-link:hover svg, .fim-gamme--vehicules__item-link:focus svg, .fim-gamme--vehicules__item-link:active svg, .fim-gamme--vehicules__item-link:target svg {
	fill: #fff;
}

.fim-gamme--novehicules {
	text-align: center;
	margin-bottom: 80px!important;
}

.fim-gamme--morevehicules {
	text-align: center;
	margin: 0 auto;
}

.tax-gammes.ast-plain-container .entry-content > .alignfull {
  margin-left: calc( -50vw + 50%);
  margin-right: calc( -50vw + 50%);
  max-width: 100vw;
  width: 100vw;
}

@media (min-width: 768px) {
	.fim-gamme--header {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	.fim-gamme--header__text {
		width: 60%;
	}
	
	.fim-gamme--header__img {
		display: block;
		width: 30%;
		border-bottom: 2px solid #FC714E;
	}
	
	.fim-gamme--terms {
		display: flex;
	}
	
	.fim-gamme--terms__single {
		width: 100%;
	}
	
	.fim-gamme--vehicules {
		display: flex;
		flex-wrap: wrap;
		column-gap: 24px;
	}
	
	.fim-gamme--vehicules__item {
		width: calc(50% - 12px);
		height: inherit;
		display: flex;
		flex-direction: column;
	}
	
	.fim-gamme--vehicules__item-img {
		height: 250px;
	}
	
	.fim-gamme--vehicules__item-content {
		flex-grow: 1;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	
	.fim-gamme--vehicules__item-link {
		align-self: start;
	}
}

@media (min-width: 922px) {
	.fim-gamme--header {
		max-width: 1300px;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 120px;
	}
	
	.fim-gamme--header__text {
		width: 50%;
	}
	
	.fim-gamme--header__text h1 {
		font-size: 45px;
		margin-bottom: 40px;
	}
	
	.fim-gamme--vehicules__item {
		width: calc(33% - 14px);
	}
	
	.tax-gammes #primary.content-area {
		width: 100%;
	}
	
	.tax-gammes.ast-right-sidebar #primary {
		border: none;
		padding-right: 0px;
	}
}

@media (min-width: 1400px) {
	.fim-gamme--vehicules {
		column-gap: 40px;
	}
	.fim-gamme--vehicules__item {
		width: calc(25% - 30px);
	}
}

/** SINGLE VÉHICULE */
.single-vehicules .ast-container {
	justify-content: space-between;
}

.single-vehicules .uagb-slick-carousel .slick-slide img {
  max-height: 500px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  border-radius: 44px; 
}

.fim-vehicule--content {
	max-width: 710px;
}

.fim-vehicule--content .uagb-slick-carousel ul.slick-dots {
	transform: none;
}

@media (max-width: 922px) {
	.fim-vehicule--content .uagb-slick-carousel ul.slick-dots {
		margin-left: 0px!important;
	}
	
	.fim-vehicule--content .uagb-slick-carousel .slick-arrow {
		display: none!important;
	}
}
.fim-vehicule--title:after {
	display: none;
}

.fim-vehicule--breadcrumb.yoast-breadcrumbs {
	text-align: left;
}

.entry-content .fim-vehicule--title {
	margin-bottom: 40px;
}

#secondary.fim-vehicule--sidebar {
	line-height: 1.4;
	min-width: 360px;
}

.fim-vehicule--sidebar {
	background-color: #F0F4FD;
	padding: 24px!important;
	border-radius: 44px;
}

.fim-vehicule--sidebar .wp-block-heading {
	text-align: center;
}

.fim-vehicule--sidebar .wp-block-heading:after {
	width: 100%;
	margin-top: 16px;
	height: 2px;
}

@media (min-width: 922px) {
	#secondary.fim-vehicule--sidebar {
		margin-left: 24px!important;
		margin-right: 0!important;
		align-self: start;
	}
}

@media (min-width: 1400px) {
	#secondary.fim-vehicule--sidebar {
		min-width: 550px;
		margin-left: 40px!important;
		padding: 32px 24px!important;
	}
	
	.fim-vehicule--sidebar .fim-form {
		padding-left: 24px;
		padding-right: 24px;
	}
}

/**
 * BREADCRUMB
 * */
.yoast-breadcrumbs {
	margin-bottom: 36px;
	font-weight: bold;
	text-align: center;
}

.yoast-breadcrumbs.is-style-simple {
	margin-bottom: 16px;
	margin-top: 36px;
	text-align: left;
}

/**
 * SIDEBAR
 * 
 **/
@media (min-width: 922px) {
	.page-template-default #secondary, .is-sticky {
		align-self: start;
		position: sticky;
		top: 150px;
	}
}

/**
 * LIST
 * */
body .wp-block-uagb-container ul {
	list-style: none;
	max-width: unset!important;
}

body .wp-block-uagb-container ul li:before {
	content: '- ';
}

/**
 * Background Véhicule en 4 étapes
 * */
@media (min-width: 921px) {
	.bg-dashed .wp-block-uagb-image__figure:after {
		content: '';
		width: 250px;
		border-bottom: 2px dashed #FC714E; 
		position: absolute;
		top: 50%;
		left: 95%;
		z-index: 0;
	}

	.bg-dashed .wp-block-uagb-image__figure img {
		z-index: 9
	}
}

.mb-0 { margin-bottom: 0!important; }