/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

.grecaptcha-badge {
	z-index: 9999;
	bottom: 100px !important;
}
#back_to_top {
	bottom: 20px;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 200px;
}
* {
    margin: 0;
    box-sizing: border-box;
}
.content {
	margin-top:0;
}
.mrg-btm-20 {
	margin-bottom:20px !important;
}
/*PADDING SECTIONS*/
.section-padding {
    padding: 60px 0;
}
.section-half-padding {
    padding:0 0 60px;
}
@media only screen and (max-width: 1024px) {
    .section-padding {
        padding:60px 0;
    }
    .section-half-padding {
        padding:0 0 60px;
    }
}
@media only screen and (max-width: 768px) {
    .section-padding {
        padding:40px 0;
    }
    .section-half-padding {
        padding:0 0 40px;
    }
}
@media only screen and (max-width: 600px) {
    .section-padding {
        padding:40px 0;
    }
    .section-half-padding {
        padding:0 0 40px;
    }
}
@media only screen and (max-width: 400px) {
    .section-padding {
        padding:20px 0;
    }
    .section-half-padding {
        padding:0 0 20px;
    }
}
/*PADDING SECTIONS*/

/* ASSETS: START */
h1 {
	line-height: 1.1 !important;
}
h2 {
	line-height: 1.2 !important;
}
h3, h4, h5, h6 {
	line-height: 1.3 !important;
}
#submit_comment, .blog_load_more_button a, .drop_down .wide .second ul li .qbutton, .drop_down .wide .second ul li ul li .qbutton, .load_more a, .qbutton {
	padding: 10px 20px !important;
	height: unset;
	line-height: unset;
}
.woocommerce .button, .woocommerce input[type=submit], .woocommerce ul.products li.product .added_to_cart, .woocommerce-page .button, .woocommerce-page input[type=submit], .woocommerce .addresses header a.edit  {
	padding: 5px 20px !important;
	height: unset !important;
	line-height: unset !important;
}
/* ASSETS: END */


/* Page 404: START */
.error404 .content .page_not_found{
	margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 40px;
}
.error404 .content > .content_inner > .container > .container_inner {
	max-width: 1200px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.page_not_found .error-image {
    margin-bottom: 20px;
    width: 400px;
	filter: brightness(0) saturate(100%) invert(66%) sepia(40%) saturate(409%) hue-rotate(1deg) brightness(98%) contrast(93%);
}
.page_not_found h2, .page_not_found p {
    margin: 0 0 20px 0;
}
.page_not_found .separator.transparent {
	display: none;
}
/* Page 404: END */

/*GFORM*/
/*margin-bottom under inputs*/
.gform_heading {
	display:none !important;
}
.gform-theme--foundation .gform_fields {
	font-family: 'DM Sans', sans-serif;
}
.gform_wrapper .gform_fields .gfield {
    margin: 0 !important;
}

.gform-theme--foundation .gform_fields {
    row-gap: 10px !important;
}
/* .gform_wrapper .gfield_description {
    padding: 0 !important;
    display: none !important;
} */
.gform-theme--foundation .gfield .ginput_password.large, .gform-theme--foundation .gfield input.large, .gform-theme--foundation .gfield select.large, .gform_wrapper input, .gform_wrapper input[type=text] {
    padding: 0 15px !important;
    border-radius: 20px !important;
    border: 1px solid #d2d2d2 !important;
}
.gform_wrapper input.gform-datepicker {
	width:100% !important;
	padding: 20px !important;
    border-radius: 20px !important;
    border: 1px solid #d2d2d2 !important;
}
.gform_wrapper input[type=submit] {
    background-color: #000 !important;
    color: #ceac69 !important;
    font-family: 'Merriweather' !important;
    font-size: 18px !important;
    transition: 0.3s ease-in-out !important;
	border-radius: 4px !important;
}
.gform_wrapper input[type=submit]:hover {
    background-color: #ceac69 !important;
    color: #000 !important;
	border-color:#000 !important;
}
.gform_wrapper .duree_estime, .gform_wrapper .prix_total {
    display: flex;
    align-items: baseline;
    gap: 20px;
}
.gform_wrapper .duree_estime input ,.gform_wrapper .prix_total input {
	border:none !important;
	background:transparent !important;
	box-shadow:none !important;
	color:#000 !important;
	font-size:18px !important;
	font-family:'Merriweather' !important;
}
textarea {
    resize: none !important;
    border: 1px solid #d2d2d2 !important;
    border-radius: 20px !important;
    height: 200px !important;
}
.gform-theme--foundation .gfield textarea.large {
	min-block-size: 0 !important;
    max-block-size: 150px !important;
}
.lien-formulaire {
	display:inline-block;
}
.gform-button {
	height:100%;
}
.gfield--type-submit {
	justify-content:end;
}
/*GFORM*/

/*SECTION ROW WIDTH*/
.content > .content_inner > .container > .container_inner {
	width: 100% !important;
}
.full_section_inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.vc_row {
	margin-left: 0;
	margin-right: 0;
}
.vc_row.vc_inner .full_section_inner > .vc_column_container>.vc_column-inner {
	padding-left: 0;
	padding-right: 0;
}
.woocommerce .content .container .container_inner, .woocommerce-page .content .container .container_inner {
	padding-top: 50px;
	padding-bottom: 50px;
}
/*SECTION ROW WIDTH*/

/*SECTION TITLE BLOC*/
.section-title-block {
	margin-bottom:20px;
}
.section-title-block .wpb_wrapper {
    display: flex;
    flex-direction: column-reverse;
}
/* .sous-titre p {
    width: fit-content;
    color: #f2af1e;
    padding: 5px 25px;
    font-size: 14px;
    font-family: 'Merriweather';
    margin-bottom: 10px;
    background-color: #f2af1e7a;
	background-color: #000;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px; 
	text-transform: uppercase;
} */


.sous-titre p {
	width: fit-content;
	color: #303030;
	font-size: 14px;
/* 	text-transform: uppercase; */
	position: relative;
	padding-left: 70px;
	font-family: 'Merriweather';
}
.sous-titre p::before{
	content: url(https://imgur.com/JGAe37s.png);
	content: url(https://imgur.com/kIzr9rv.png);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translatey(-50%) scale(0.8);
	filter: brightness(0) saturate(100%) invert(70%) sepia(11%) saturate(1504%) hue-rotate(2deg) brightness(98%) contrast(88%);
}

.sous-titre.centrer p {
	margin:0 auto 10px;
}
.sous-titre p {
	margin-bottom: 10px !important;
}
.centrer {
	text-align:center;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}
.section-description-center p {
	width:100%;
	max-width:800px;
	margin:0 auto 20px !important;
	text-align:center;
}
.section-description {
	margin-bottom:20px !important;
}
/*SECTION TITLE BLOC*/

/*HEADER 1920*/
.header_bottom .container_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
	width:100%;
	max-width:1200px !important;
	margin:0 auto;
}
/* header .logo_wrapper, header.sticky.centered_logo .logo_wrapper {
    padding-left: 15px;
} */
.q_logo {
	left: 15px;
}
.header_bottom .container_inner {
	padding: 0 15px;
}
.header_bottom .container_inner nav.main_menu {
	order:1;
}
.header_bottom .container_inner nav.main_menu ul li{
	padding-right: 15px;
}
nav.main_menu > ul , header.sticky nav.main_menu > ul {
	display: flex;
	align-items: center;
}
nav.main_menu > ul > li:last-child {
	padding-right: 0 !important;
}
nav.main_menu > ul > li > a, header.sticky nav.main_menu > ul > li > a {
	line-height: unset !important;
}
nav.main_menu > ul > li.menu-item-home > a, header.sticky nav.main_menu > ul > li.menu-item-home > a {
	font-size: 24px;
}
nav.main_menu > ul > li.account-menu-item {
	padding-left: 50px;
}
nav.main_menu > ul > li.account-menu-item > a, nav.main_menu > ul > li.quote-menu-item > a, header.sticky nav.main_menu > ul > li.account-menu-item > a, header.sticky nav.main_menu > ul > li.quote-menu-item > a {
	padding: 5px 20px;
	background-color: #000;
	color: #fff;
	border-radius: 4px;
	display: flex;
	align-items: center;
}
nav.main_menu > ul > li.account-menu-item > a .menu_icon, nav.main_menu > ul > li.quote-menu-item > a .menu_icon {
	font-size: 20px;
}
nav.main_menu > ul > li.account-menu-item:hover > a, nav.main_menu > ul > li.quote-menu-item:hover > a, header.sticky nav.main_menu > ul > li.account-menu-item:hover > a, header.sticky nav.main_menu > ul > li.quote-menu-item:hover > a  {
	color: #ceac69;
	background-color: #000 !important;
}

nav.main_menu > ul > li.account-menu-item.active > a, nav.main_menu > ul > li.quote-menu-item.active > a, header.sticky nav.main_menu > ul > li.account-menu-item.active > a, header.sticky nav.main_menu > ul > li.quote-menu-item.active > a  {
	color: #ceac69;
	background-color: #000;
}
.header_bottom .menu-item-home a span {
	display:none !important;
}
.header_bottom .menu-item-home a i {
	padding:13px 0;
}
.header_bottom .container_inner nav.main_menu ul li a span {
	padding:10px 0;
}
.header_bottom .container_inner nav.main_menu ul li.devis-menu-button a .plus {
	display:none;
}
.driver-compagnie-button p {
	display:flex;
}
.header_bottom .container_inner nav.main_menu ul li.devis-menu-button a span,.driver-compagnie-button a {
	background-color: #ceac69;
    padding: 10px 20px;
    border-radius: 4px;
    border: 2px solid #000;
    transition: 0.3s ease-in-out;
    color: #000;
    text-transform: initial;
    font-family: 'Merriweather';
    font-size: 16px;
	font-weight:bold;
}
.header_bottom .container_inner nav.main_menu ul li.devis-menu-button a span:hover,.header_bottom .container_inner nav.main_menu ul li.current-menu-item.devis-menu-button a span,.driver-compagnie-button a:hover {
    background-color: #000;
    border-color:#ceac69;
	color:#ceac69;
}
/* nav.main_menu ul li:last-child {
	display: none;
} */
.header_bottom {
	padding: 0;
}
@media screen and (max-width: 1280px) {
	.header_bottom .container_inner nav.main_menu ul li {
		padding-right: 10px;
	}
	nav.main_menu > ul > li.account-menu-item {
		padding-left: 30px;
	}
}
@media screen and (max-width: 1110px) {
	nav.main_menu > ul > li.account-menu-item {
		padding-left: 10px;
	}
	nav.main_menu > ul > li > a {
		font-size: 14px;
	}
	nav.main_menu > ul > li.account-menu-item > a, nav.main_menu > ul > li.quote-menu-item > a, header.sticky nav.main_menu > ul > li.account-menu-item > a, header.sticky nav.main_menu > ul > li.quote-menu-item > a {
		padding: 5px 10px;
	}
}
@media screen and (max-width: 1000px) {
	.header_bottom .container_inner {
		display: block;
	}
	header .container_inner .header_inner_left {
		width: 100%;
	}
	.mobile_menu_button {
    	float: right;
    	margin-right: 0;
	}
	.logo_wrapper, .q_logo, .q_logo a {
		left: 0;
	}
	body.menu-open {
		overflow: hidden;
    	height: 100vh; 
    	width: 100%;
    	position: fixed; 
	}
	.menu-open .mobile_menu > ul {
		height: calc(100vh - 100px);
	}
	nav.mobile_menu>ul {
		width: 100%;
		background-color: #f6f6f6;
		padding: 20px;
	}
	nav.mobile_menu>ul .menu-item-home a span {
		display: block !important;
	}
	body.menu-open .header_bottom {
		background-color: #f6f6f6 !important;
	}
}
@media screen and (max-width:768px) {
.header_bottom .menu-item-home a i {
	display:none !important;
}
.header_bottom .menu-item-home a span {
	display:block !important;
}	
}
/*HEADER 1920*/

/*TITLE BAR*/
.title {
    min-height: 200px;
    padding: 40px 0;
	height: unset !important;
}
.title .title_overlay {
	opacity: 0.4;
}
.title .title_holder {
	padding:0;
}
.title_outer .has_background.title .title_holder, .title_outer .has_fixed_background.title .title_holder, .title_outer.with_image .title .title_holder {
    position: relative;
    padding: 0 15px!important;
    height: unset !important;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.title .title_holder .breadcrumb {
	display:contents;
}
.title .title_holder .breadcrumb a {
	transition:0.3s ease-in-out;
}
.title .title_holder .breadcrumb a:hover {
	color:#ceac69;
}
.title .title_holder .subtitle {
    margin-bottom: 20px;
    width: 100%;
    max-width: 800px;
}
/*TITLE BAR*/

/*FOOTER 1920*/
/* footer {
	background-image: url(https://drivercompagnie.com/wp-content/uploads/2025/11/footer-background-pattern.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
} */
footer {
	position:relative;
	overflow: hidden;
}
footer::before {
    content: url(https://drivercompagnie.com/wp-content/uploads/2025/11/footer-background-pattern.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 1;
}
.footer_top_holder, .footer_bottom_holder {
	background-color:#000;
}
/*footer links icons*/
/* footer .footer_top {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
} */
.footer_top .four_columns {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.footer_top .four_columns .column2 .column_inner>div, .footer_top .three_columns .column2 .column_inner>div, .footer_top .two_columns_50_50 .column2 .column_inner>div {
	margin: 0;
}
.footer_top .footer_col1 {
	width: 100% !important;

}
.footer_top .footer_col1 > .column_inner {
	padding-right: 0;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.footer_top .footer_col1 .widget_media_image img {
	width: 100px;
}
.footer_top .footer_col1 .menu {
	display: flex;
	flex-wrap: wrap; 
	justify-content: center;
}
.footer_top .footer_col1 .menu li {
	padding: 0 20px;
}
.footer_top .footer_col1 .menu li a {
	display: flex;
	align-items: center;
}
.footer_top .footer_col1 .menu li a i {
	margin-right: 10px;
	font-size: 20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #fff;
	color: #ceac69;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer_top .footer_col1 .menu li a:hover span {
	color: #ceac69;
}
.footer_top .footer_col1 .menu li a:hover i {
	background-color: #ceac69;
	color: #000;
}
.footer_top .footer_col2, .footer_top .footer_col3, .footer_top .footer_col4 {
	width: calc(100% / 3);
}
.footer_top .footer_col2, {
	width: 35%;
}

.footer_top .footer_col3 {
	width: 45%;
}
.footer_top .footer_col4 {
	width: 20%;
}
.four_columns>.column4>.column_inner {
	padding-left: 30px
}
.four_columns>.column3>.column_inner {
	padding-left: 100px
}
.footer_top .four_columns .column4 .column_inner>div {
    margin: 0;
}
.footer_bottom_holder {
    padding-bottom: 0;
}
.footer_bottom {
    padding-top: 0;
	position:relative;
	z-index:2;
}
.footer_top .widget li a {
	position:relative;
	transition: all 0.4s ease-in-out;
}

.footer_top .column2 .widget li a:hover, .footer_top .column3 .widget li a:hover, .footer_top .column4 .widget li a:hover {
    padding-left: 10px;
    color: #ceac69;
}

.footer_top .column2 .widget li a::after, .footer_top .column3 .widget li a::after, .footer_top .column4 .widget li a::after {
    content: "";
    width: 0px;
    height: 0px;
    border-radius: 50%;
    background-color: #ceac69;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

.footer_top .column2 .widget li a:hover::after, .footer_top .column3 .widget li a:hover::after, .footer_top .column4 .widget li a:hover::after {
    
    width: 8px;
    height: 8px;
    opacity: 1;
    visibility: visible;
}


.footer_top .widget_nav_menu ul li:last-child {
	padding:0;
}

@media (max-width: 1023px) {
	.footer_top .footer_col1 .widget_media_image {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.footer_top .footer_col1  .widget_nav_menu  {
		width: 100%;
	}
	.four_columns>.column3>.column_inner {
    	padding-left: 35px;
	}
	.four_columns>.column4>.column_inner {
    	padding-left: 0;
	}
}
@media (max-width: 768px) {
	.four_columns>.column3>.column_inner {
		padding-left: 0;
	}
	.four_columns>.column2, .four_columns>.column3 {
		margin-bottom: 20px;
	}
	.four_columns>.column2, .four_columns>.column3, .four_columns>.column4 {
		text-align: center;
	}
	.four_columns>.column4 {
		float: unset;
		margin: 0 auto;
	}
	.footer_top .column2 .widget li a::after, .footer_top .column3 .widget li a::after, .footer_top .column4 .widget li a::after {
		content: unset;
	}
}
@media (max-width: 767px) {
	.four_columns>.column2, .four_columns>.column3, .four_columns>.column4 {
		width: 100% !important;
	}
	.footer_top .footer_col1 .menu li {
		width: 100%;
		margin-bottom: 10px;
	}
	.footer_top .footer_col1 .menu li:last-child {
		margin-bottom: 0;
	}
	.footer_top .footer_col1 .menu li a {
		justify-content: center;
	}
}
@media (max-width: 620px) {
	.copyright-bloc .copyright-nav .list-item {
		width: 100%;
		margin-bottom: 10px;
		margin-right: 0;
	}
	.copyright-bloc .copyright-nav .list-item:last-child {
		margin-bottom: 0;
	}
	.copyright-bloc .copyright-nav .list-item::after {
		content: unset;
	}
}
/*FOOTER 1920*/

/*COPYRIGHT FOOTER*/
.copyright-bloc {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    line-height: 1.5 !important;
    padding: 20px 0;
    font-weight: 400 !important;
    transition: color 0.3s ease 0s;
/* 	padding-left: 15px;
	padding-right: 15px; */
	max-width: 1200px;
	margin: 0 auto;
	border-top: 1px solid #fff;
}
.copyright-bloc .copyright-nav {
     margin: 0;
     padding: 0;
     text-align: center;
}
.copyright-bloc .copyright-nav .list-item {
   display: inline-block;
   margin: 0 5px 0 0;
}
.copyright-bloc .copyright-nav .list-item:last-child {
   margin-right: 0;
}
.copyright-bloc .copyright-nav .list-item::after {
   content: "|";
   margin: 0 0 0 5px;
}
.copyright-bloc .copyright-nav .list-item.company-item .company-name {
   text-transform: uppercase;
   font-weight: 900 !important;
}
.copyright-bloc .copyright-nav .list-item .item-link {
   display: inline-block;
   text-decoration: none;
   transition: color 0.3s;
}
.copyright-bloc .agency-logo {
   display: inline-flex;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
}
.copyright-bloc .agency-logo::before {
   content: 'Développé par';
   display: inline-block;
   margin: 0 5px;
   vertical-align: middle;
}
.copyright-bloc .agency-logo .logo-link {
   display: inline-block;
   width: 135px;
   margin: 0;
   text-decoration: none;
}
.copyright-bloc .agency-logo .logo-img {
   height: auto;
   max-width: 100%;
   border: none;
   border-radius: 0;
   box-shadow: none;
    filter: invert(1);
}
@media screen and (max-width:1200px) {
	.copyright-bloc .agency-logo {
		width: 100%;
		margin-top: 10px;
	}
	.copyright-bloc .copyright-nav .list-item:last-child::after {
		content: unset;
	}
}
@media (max-width: 1023px) {
	.copyright-bloc .copyright-nav .list-item.company-item {
		width: 100%;
		margin-bottom: 10px;
		margin-right: 0;
	}
	.copyright-bloc .copyright-nav .list-item.company-item::after {
		content: unset;
	}
}
/*COPYRIGHT FOOTER*/

/*POLICY PAGE*/
.policy-page .content_inner > .container {
    max-width:1200px;
    width:100%;
	margin:0 auto;
	padding:60px 0;
}

.policy-page .policy-page-content {
	border: solid 2px #ceac69;
    padding: 20px !important;
    border-radius: 4px;
}
.policy-page .policy-page-content ul {
	margin-bottom: 20px;
}
.policy-page .policy-page-content ul li, #cmplz-document ul li {
	margin-bottom: 10px;
}
.policy-page .policy-page-content ul li:last-child, #cmplz-document ul li:last-child {
	margin-bottom: 0;
}
.policy-page .policy-page-content :last-child, #cmplz-document :last-child {
    margin-bottom: 0 !important;
}
.policy-page .policy-page-content a, #cmplz-document a {
	color: #000;
	opacity: 0.7;
}
.policy-page .policy-page-content a:hover, #cmplz-document a:hover {
	color: #ceac69;
	opacity: 1;
}
.policy-page .policy-page-content p, #cmplz-document p {
	margin-bottom: 20px;
}
.policy-page .policy-page-content h3 {
	margin-bottom: 20px;
	color: #ceac69;
	font-size: 24px;
}
.policy-page .policy-page-content h2 {
	margin-bottom: 20px;
	font-size: 28px;
}
.cmplz-document .content > .content_inner > .container > .container_inner {
	padding-left: 15px;
	padding-right: 15px;
}
#cmplz-document, .editor-styles-wrapper .cmplz-unlinked-mode {
	max-width: unset;
	border: solid 2px #ceac69;
    padding: 20px !important;
    border-radius: 4px;
	font-size: 16px;
}
#cmplz-document h2 {
	margin-top: 0;
	margin-bottom: 20px;
	padding-bottom: 0;
	font-size: 28px;
}
#cmplz-document .cmplz-subtitle {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 1.3;
	font-weight: 700 !important;
	font-family: 'Merriweather';
	color: #ceac69;
}
#cmplz-document p, #cmplz-document li, #cmplz-document td, .editor-styles-wrapper .cmplz-unlinked-mode p, .editor-styles-wrapper .cmplz-unlinked-mode li, .editor-styles-wrapper .cmplz-unlinked-mode td {
	font-size: 16px;
}
#cmplz-document #cmplz-cookies-overview, #cmplz-document #cmplz-manage-consent-container {
	margin-bottom: 20px;
}
/*POLICY PAGE*/

/*ACCUEIL 1920*/

/* Slider Section */
.slider-section > .full_section_inner > .wpb_column > .vc_column-inner > .wpb_wrapper {
	position: relative;
}
.slider-section .form-reservation-shortcode {
	position: absolute;
	top: 150px;
	right: 0;
	z-index: 2;
	width: 40%;
/* 	background-color: rgba(0,0,0,0.2);
	padding: 20px; */
}
.slider-section .form-reservation-shortcode h2 {
	color: #fff;
	padding: 20px;
	background-color: #000;
	font-size: 24px;
}
.custom-reservation-form .form-fields {
	display: flex;
	flex-wrap: wrap;
	padding: 20px;
	background-color: #fff;
	position: relative;
	z-index: 2;
	gap: 20px;
	justify-content: space-between;
}
.custom-reservation-form .form-submit {
	padding: 20px;
	background-color: #ceac69;
	border-top: 1px solid #fff;
}
.custom-reservation-form .form-fields .service-field, .custom-reservation-form .form-fields .depart-field, .custom-reservation-form .form-fields .arrivee-field {
	width: 100% !important;
}
.custom-reservation-form .form-fields .reservation-field:first-child {
	margin-bottom: 0;
	display: none;
}
.custom-reservation-form .form-fields .date-field, .custom-reservation-form .form-fields .heure-field, .custom-reservation-form .form-fields .passagers-field, .custom-reservation-form .form-fields .valises-field {
	width: calc(50% - 10px) !important; 
}
.custom-reservation-form .form-fields .reservation-field label {
	margin-bottom: 5px;
	display: inline-block;
	color: #303030;
	font-weight: 600;
}
.custom-reservation-form select, .custom-reservation-form input, .custom-reservation-form #wrapper_arrivee input  {
	width: 100%;
	padding: 10px;
	border-radius: 4px;
	border: 1px solid #d2d2d2;
	box-shadow: none;
	background-color: #fff;
	color: #303030;
	font-family: "DM Sans";
	font-size: 16px;
}
.custom-reservation-form #wrapper_arrivee input  {
	width: 100%;
}
.custom-reservation-form input::placeholder {
  color: #303030;
}

.custom-reservation-form button[type="submit"] {
	padding: 10px 20px;
	background-color: #000;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	border: 1px solid #000;
	text-transform: uppercase;
	font-family: "Merriweather";
	font-size: 18px;
}
@media (max-width: 1023px) {

	.slider-section .form-reservation-shortcode {
    	top: 40px;
    	right: unset;
		left: 50%;
		transform: translatex(-50%);
    	width: 60%;
	}
	.slider-section .form-reservation-shortcode h2 {
    	color: #303030;
    	background-color: #ceac69;
	}
}
@media (max-width: 777px) {

	.slider-section .form-reservation-shortcode {
    	width: 90%;
	}
}

@media (max-width: 479px) {
	.slider-section .form-reservation-shortcode {
    	width: 100%;
	}
	.custom-reservation-form .form-fields .date-field, .custom-reservation-form .form-fields .heure-field, .custom-reservation-form .form-fields .passagers-field, .custom-reservation-form .form-fields .valises-field {
		width: 100% !important;
	}
	.slider-section .form-reservation-shortcode h2, .custom-reservation-form .form-fields, .custom-reservation-form .form-submit {
		padding: 10px;
	}
}
/*SECTION 1*/
.section-01 {
	position:relative;
	background: linear-gradient(90deg, rgba(242, 175, 30, 0.2) 0%, rgba(242, 175, 30, 0) 20%, rgba(242, 175, 30, 0) 80%, rgba(242, 175, 30, 0.2) 100%);
}
.section-01::before {
	content:url('https://drivercompagnie.com/wp-content/uploads/2025/10/left-car-min.png');
	position:absolute;
	left:0;
	top:70%;
	transform:translatey(-50%);
}

.section-01::after {
/* 	content:url('https://drivercompagnie.com/wp-content/uploads/2025/10/right-car-min.png'); */
	content: url('https://drivercompagnie.com/wp-content/uploads/2026/02/vehicule-right.png');
	position:absolute;
	right:0;
	top:70%;
	transform:translatey(-50%) rotatey(180deg);
}
/*icon card*/

.qode-info-card-with-icon {
  	position: relative;
  	background-image: url(https://drivercompagnie.com/wp-content/uploads/2025/10/card-pattern.png);
  	background-repeat: no-repeat;
  	background-position: center;
  	background-size: cover;
  	text-align: left;
  	padding: 20px;
  	background-color: #000;
  	transition: 0.3s ease-in-out;
/*   	min-height: 300px; */
	width:100%;
  	display: flex;
  	flex-direction: column;
  	justify-content: space-between;
	/*---*/
	--r: 20px;
  	--s: 30px;
  	--x: 20px;
  	--y: 10px;
  	aspect-ratio: 1;
	border-radius: var(--r);
  	--_m:/calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%,#0000 72%);
  	--_g:conic-gradient(at calc(100% - var(--r)) var(--r),#0000 25%,#000 0);
  	--_d:(var(--s) + var(--r));
  	mask:
    	calc(100% - var(--_d) - var(--x)) 0 var(--_m),
    	100% calc(var(--_d) + var(--y)) var(--_m),
    	radial-gradient(var(--s) at 100% 0,#0000 99%,#000 calc(100% + 1px)) 
     	calc(-1*var(--r) - var(--x)) calc(var(--r) + var(--y)),
    	var(--_g) calc(-1*var(--_d) - var(--x)) 0,
    	var(--_g) 0 calc(var(--_d) + var(--y));
  	mask-repeat: no-repeat;
}


.card-icon .wpb_wrapper:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -15px;
	width: 100%;
	height: 50px;
	background-color: #ceac69;
	border-radius: 20px;
	z-index: -1;
	transition: 0.3s ease-in-out;
}
.card-icon:hover .qode-info-card-with-icon {
	background:#ceac69;
	background-image:url(https://drivercompagnie.com/wp-content/uploads/2025/10/background-black-pattern.png);
	background-repeat: no-repeat;
	cursor:pointer;
}
.card-icon:hover .wpb_wrapper:after {
	background-color: #000;
}
.qode-info-card-with-icon .qode-icwi-text-holder {
    padding: 0;
    background-color:transparent;
}
/*icon card icon image*/
.qode-info-card-with-icon .qode-icon-holder {
	background:transparent;
}
/*icon image coloring*/
.qode-info-card-with-icon .qode-icwi-image {
	filter: brightness(0) saturate(100%) invert(69%) sepia(66%) saturate(601%) hue-rotate(350deg) brightness(99%) contrast(91%);
	filter: brightness(0) saturate(100%) invert(70%) sepia(11%) saturate(1504%) hue-rotate(2deg) brightness(98%) contrast(88%);
	transition: color 0.3s ease-in-out;
}
.card-icon:hover .qode-info-card-with-icon .qode-icwi-image {
	filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(0%) hue-rotate(13deg) brightness(98%) contrast(105%);
}
/*icon card text*/
.qode-info-card-with-icon .qode-icwi-text {
	color:#fff;
	transition:0.3s ease-in-out;
}
/*icon card title*/
.qode-info-card-with-icon h3.qode-icwi-title {
	font-size: 24px;
    line-height: 30px;
	color: #fff;
}
.qode-info-card-with-icon .qode-icwi-title {
	transition:0.3s ease-in-out;
}
.card-icon:hover .qode-info-card-with-icon .qode-icwi-title, .card-icon:hover .qode-info-card-with-icon .qode-icwi-text {
	color:#000;
}
/*icon card number*/
.card-icon .wpb_wrapper {
	position:relative;
}
.card-icon .wpb_wrapper::before {
	content: "1";
    position: absolute;
    font-family: 'Merriweather';
    color: #000;
    top: 0;
    right: 0;
    padding: 20px;
    font-size: 28px;
}
.card-icon-2 .wpb_wrapper::before {
	content:"2";
}
.card-icon-3 .wpb_wrapper::before {
	content:"3";
}
.card-icon-4 .wpb_wrapper::before {
	content:"4";
}

/*SECTION 02*/
body.home .section-02 {
	display: none;
}
.section-02 .full_section_inner {
    background-image: url(https://drivercompagnie.com/wp-content/uploads/2025/10/section-bg.jpg);
    border-radius: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
	min-height:740px;
}
.section-02 .gform_wrapper {
    background: #fff;
    padding: 20px;
    border-radius: 0 0 20px 20px;
}
.section-02 .full_section_inner .right-side {
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
}
.section-02 .man-appoints-to-form {
	position:absolute;
	bottom:0;
	right:-25px;
	width:fit-content;
}
.section-02 .full_section_inner .left-side > .vc_column-inner {
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.form-title {
    background-color: #ceac69;
    padding: 20px;
    background-image: url(https://drivercompagnie.com/wp-content/uploads/2025/10/background-black-pattern.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.form-title h2 {
	color:#000;
}

/*SECTION 03*/
.section-03 > .full_section_inner {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.section-03 .front-image .vc_single_image-wrapper {
    margin-left: 100px;
	margin-right: 30px;
}

.section-03 .behind-image .vc_single_image-wrapper {
    margin-top: -100px;
}
.section-03 .front-image .vc_single_image-wrapper ,.section-03 .behind-image .vc_single_image-wrapper {
	position:relative;
	width: calc(100% - 130px);
	height:500px;
}
.section-03 .front-image .vc_single_image-wrapper img ,.section-03 .behind-image .vc_single_image-wrapper img {
	width:100%;
	height:100%;
	object-fit:cover;
}
.section-03 .behind-image .vc_single_image-wrapper::before {
    content: url(https://drivercompagnie.com/wp-content/uploads/2025/10/side-rectangle.png);
    position: absolute;
    bottom: 40px;
    right: -170px;
    z-index: -1;
    transform: rotate(-90deg);
	filter: brightness(0) saturate(100%) invert(70%) sepia(11%) saturate(1504%) hue-rotate(2deg) brightness(98%) contrast(88%);
}
.section-03 .front-image .vc_single_image-wrapper::before {
    content: url(https://drivercompagnie.com/wp-content/uploads/2025/10/side-rectangle.png);
    position: absolute;
    top: 40px;
    left: -170px;
    z-index: -1;
    transform: rotate(90deg);
	filter: brightness(0) saturate(100%) invert(70%) sepia(11%) saturate(1504%) hue-rotate(2deg) brightness(98%) contrast(88%);
}

.vc_row.vc_inner .full_section_inner > .vc_column_container.counter >.vc_column-inner {
	padding-left: 15px;
	padding-right: 15px;
}
.q_counter_holder p, .q_counter_holder span {
    font-family: 'Merriweather';
    color: #000;
    z-index: 2;
    position: relative;
}
.q_counter_holder:hover p, .q_counter_holder:hover span {
	color:#fff;
}
.counter-1 ,.counter-2 {
	margin-bottom:20px;
}
.counter .q_counter_holder {
    text-align: center !important;
    padding: 60px !important;
	position:relative;
	transition:0.3s ease-in-out;
	background-image:url('https://drivercompagnie.com/wp-content/uploads/2025/10/many-vehicules.jpg');
	z-index:1;
}
.counter-2 .q_counter_holder {
	background-image:url('https://drivercompagnie.com/wp-content/uploads/2025/10/chauffeurs.jpg');
}

.counter-3 .q_counter_holder {
	background-image:url('https://drivercompagnie.com/wp-content/uploads/2025/10/languages.jpg');
}

.counter-4 .q_counter_holder {
	background-image:url('https://drivercompagnie.com/wp-content/uploads/2025/10/trajet.jpg');
}
.q_counter_holder::before {
	content:"";
	background-color:#fff;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:2;
	opacity:1;
	transition:0.3s ease-in-out;
}
.q_counter_holder:hover::before {
	opacity:0;
}
.q_counter_holder::after {
	content:"";
	background-color:transparent;
	border:2px solid #ceac69;
	position:absolute;
	width:90%;
	height:90%;
	transform:translate(-50%,-50%);
	top:50%;
	left:50%;
	z-index:2;
	opacity:0;
	transition:0.3s ease-in-out;
}
.q_counter_holder:hover::after {
	opacity:1;
}
/*SECTION 03*/

/*SECTION 04*/
.section-04 {
	background-image:url(https://drivercompagnie.com/wp-content/uploads/2025/10/section-bg-1.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:cover;
}

.section-04 .centrer h2 {
	color: #fff;
}
.section-04 .section-description-center p  {
	color:#fff;
}
.section-04 .sous-titre p {
	color: #ceac69;
/* 	background-color: #f2af1e; */
}

.section-04 .qode_product_list_holder .product_list_inner {
	padding: 25px;
}
.qode_product_list_holder .product_category {
	margin-top: 0;
}
.qode_product_list_holder .product_title {
	font-size: 20px;
	min-height: 52px;
	color: #303030;
}
.qode_product_list_holder .product_price {
	font-size: 20px !important;
	font-weight: 700;
}
.qode_product_list_holder .product_button {
	margin-bottom: 0;
}
.qode_product_list_holder .product_button a {
	background-color: #000;
	border-color: #000;
	color: #ceac69;
}
.qode_product_list_holder .product_button a:hover {
	background-color: #fff;
	border-color: #ceac69;
	color: #ceac69;
}
.section-04 .products .product {
	margin-bottom: 0;
}
.section-04 .woocommerce ul.products li.product h6 {
	color: #303030 !important;
}
.section-04 .woocommerce ul.products li.product:hover h6 {
	color: rgb(242, 175, 30) !important;
}
.section-04 .products .product .qqvfw-quick-view-button-wrapper {
	margin-bottom: 15px;
	margin-top: 15px;
	text-align: center;
}
.section-04 .products .product .qqvfw-quick-view-button-wrapper > a {
	background-color: #303030;
	border-color: #303030;
}
/*SECTION 04*/


/*SECTION 06*/
.section-06, .section-10 {
	background-image:url('https://drivercompagnie.com/wp-content/uploads/2025/10/section-bg-2.jpg');
	background-repeat:no-repeat;
	background-size:cover;
}
.section-06 > .full_section_inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.section-06 .caroufredsel_wrapper {
	height: 470px !important;
}
.section-06 .caroufredsel_wrapper .slides, .section-06 .caroufredsel_wrapper li, .section-06 .caroufredsel_wrapper ul li .carousel_item_holder, .section-06 .caroufredsel_wrapper ul li .carousel_item_holder, .section-06 .caroufredsel_wrapper ul li .first_image_holder, .section-06 .caroufredsel_wrapper ul li img {
	height: 100% !important;
}
.section-06 .caroufredsel_wrapper ul li .first_image_holder, .section-06 .caroufredsel_wrapper ul li img {
	object-fit: cover;
}
.q_progress_bar .progress_content_outer, .q_progress_bars_vertical .progress_content_outer, .portfolio_navigation .portfolio_prev a:hover, .portfolio_navigation .portfolio_next a:hover, .q_accordion_holder.accordion .ui-accordion-header.ui-state-active .accordion_mark, .q_accordion_holder.accordion.boxed .ui-accordion-header, .q_social_icon_holder .fa-stack, .single_links_pages span, .single_links_pages a:hover span, .pagination ul li span, .pagination ul li a:hover, .q_circles_holder .q_circle_inner2 {
	background-color: #ceac69;
	border-color: #ceac69;
}
.q_accordion_holder.accordion h3.ui-accordion-header {
    padding-top: 10px;
	padding-bottom: 10px;
    font-size: 20px;
	text-transform: initial;
	min-height: unset;
	
}
.q_accordion_holder.accordion div.accordion_content_inner {
    padding: 10px 0 10px;
}
.q_accordion_holder.accordion div.accordion_content {
    background-color: #fff;
    margin-bottom: 10px;
}
/*SECTION 06*/

/*SECTION 07*/
.section-07 {
	display: none;
}
.section-07-1 {
	display: block;
}
.section-07 .q_tabs {
    display: flex;
    justify-content: space-between;
	position:relative;
	z-index:2;
	
}
.section-07 .q_tabs .tabs-nav, .q_tabs .tabs-container {
	position:relative;
	z-index:3;
}
.section-07 .q_tabs::before {
    content: "";
    position: absolute;
    background-image: url(https://drivercompagnie.com/wp-content/uploads/2025/10/slider-pattern.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom left;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    z-index: 1;
    transform: rotate(180deg);
    left: 0;
}
.section-07 .q_tabs .tabs-nav li {
    display: block;
    width: 90%;
    text-align: left;
    border-bottom: 1px solid #e1e1e1;
	padding:10px 0;
}
.section-07 .q_tabs .tabs-nav li:last-child {
	border:none;
}
.section-07 .q_tabs .tabs-nav li a {
    padding: 0;
    font-size: 24px;
    color: #000;
    text-transform: initial;
}
.section-07 .q_tabs .tabs-container {
	width:40%;
}
.section-07 .q_tabs .tabs-container .vc_single_image-wrapper {
	width:100%;
}
.section-07 .q_tabs .tabs-container .vc_single_image-wrapper img {
	width:100%;
	height:100%;
	object-fit:cover;
}
/*SECTION 07*/

/*SECTION 08*/
.section-08 {
	background-image:url('https://drivercompagnie.com/wp-content/uploads/2025/10/section-temoignage-bg.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
}
.section-08 .titre h2 ,.section-08 .sous-titre p {
	color:#fff;
}
.section-08 .testimonials_c .flex-control-nav {
	line-height:0;
}
.testimonials_c_holder .testimonial_content {
	position:relative;
}
.testimonials_c_holder .testimonial_content::before {
    content: url(https://drivercompagnie.com/wp-content/uploads/2025/10/quotation.png);
    position: absolute;
    width: 50px;
    height: 50px;
    bottom: 15px;
    right: 15px;
    filter: brightness(0) saturate(100%) invert(64%) sepia(99%) saturate(358%) hue-rotate(356deg) brightness(92%) contrast(108%);
	filter: brightness(0) saturate(100%) invert(70%) sepia(11%) saturate(1504%) hue-rotate(2deg) brightness(98%) contrast(88%);
}
.testimonials_c_holder .testimonial_content_inner {
    border:none;
    min-height: 280px;
	--r: 20px;
    --s: 45px;
    --x: 20px;
    --y: 10px;
    background: #0000005e;
    border: none;
    border-radius: var(--r);
    --_m: /calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%,#0000 72%);
    --_g: conic-gradient(from 90deg at calc(100% - var(--r)) calc(100% - var(--r)), #0000 25%, #000 0);
    --_d: (var(--s) + var(--r));
    mask: calc(100% - var(--_d) - var(--x)) 100% var(--_m), 100% calc(100% - var(--_d) - var(--y)) var(--_m), radial-gradient(var(--s) at 100% 100%, #0000 99%, #000 calc(100% + 1px)) calc(-1 * var(--r) - var(--x)) calc(-1 * var(--r) - var(--y)), var(--_g) calc(-1 * var(--_d) - var(--x)) 0, var(--_g) 0 calc(-1 * var(--_d) - var(--y));
    mask-repeat: no-repeat;
}
.testimonials_c_holder .testimonial_content_inner .testimonial_author {
    margin-top: 20px;
    font-size: 22px;
    font-family: 'Merriweather';
}
.testimonials_c_holder .flex-control-nav li a.flex-active {
    background-color: #ceac69;
}
.testimonials_c_holder .testimonial_content_inner .testimonial_rating_holder {
    color: #ceac69;
}
/*SECTION 08*/

/*SECTION 09*/
.section-09 {
	position:relative;
}
.section-09>.full_section_inner:first-child {
    background-image: url(https://drivercompagnie.com/wp-content/uploads/2025/10/cta-bg.jpg);
    padding: 60px 40px;
    border-radius: 20px;
    position: relative;
    top: 60px;
}
.section-09 .sous-titre p {
	color: #ceac69;
}
.section-09 h2, .section-09 .section-description p {
	color:#fff;
}

.section-09 .section-description p {
	width:100%;
	max-width:800px;
}
/*SECTION 09*/

/*SECTION 10*/
.section-10 {
	padding-top:120px;
}
.section-10 h3.qode-bct-post-title a {
    font-size: 22px;
    line-height: 1.2;
    display: inline-block;
}
.qode-blog-carousel-titled .qode-bct-posts-holder {
    padding: 0;
}
.caroufredsel_wrapper {
	height:510px;
	margin:0 auto !important;
}
.qode-blog-carousel-titled .qode-bct-title-holder {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    background-color: transparent;
    border-bottom: none;
    padding: 0;
    display: contents;
    height: 100%;
}
.qode-blog-carousel-titled .qode-bct-title-holder .qode-bct-caroufredsel-next, .qode-blog-carousel-titled .qode-bct-title-holder .qode-bct-caroufredsel-prev {
    position: absolute;
    width: auto;
    top: 50%;
	transform:translatey(-50%);
    height:unset;
    border: none !important;
	color: #ceac69;
}
.qode-blog-carousel-titled .qode-bct-title-holder .qode-bct-caroufredsel-prev {
	left:-40px;
}
.qode-blog-carousel-titled .qode-bct-title-holder .qode-bct-caroufredsel-next {
	right:-40px;
}
.qode-blog-carousel-titled {
    background-color: transparent;
}
.qode-blog-carousel-titled .qode-bct-post {
    background-color: #fff;
/*     border: 20px solid transparent; */
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
/*     min-height: 510px; */
	margin-right: 10px;
	margin-left: 10px;
	padding: 15px;
}
.qode-bct-post-text {
    display: flex;
    flex-direction: column;
}
/* .qode-bct-post-date {
    order: -1;
} */
.qode-bct-post-date {
    width: fit-content;
    color: #000;
    padding: 5px 10px;
    font-family: 'Merriweather';
    margin-bottom: 10px;
    background-color: #ceac69;
    border-radius: 4px;
    margin-top: 0;
}
.qode-blog-carousel-titled .qode-bct-post .qode-bct-post-date {
	order: 1;
}
.qode-blog-carousel-titled .qode-bct-post .qode-bct-post-text {
    padding-top: 10px;
}
.qode-blog-carousel-titled .qode-bct-post .qode-bct-post-title {
    margin-bottom: 5px;
	min-height: 110px;
	order: 2;
}

.qode-blog-carousel-titled .qode-bct-post .qode-bct-post-excerpt {
	order: 3;
	min-height: 96px;
}
/*SECTION 10*/

/*ACCUEIL 1920*/

/* ACCUEIL Responsive */
@media (max-width: 1660px) {
	.section-01::before {
		left: -100px;
	}
	.section-01::after {
		right: -100px;
	}
}
@media (max-width: 1200px) {
	.section-01::before {
		content: unset;
	}
	.section-01::after {
		content: unset;
	}
	.qode-info-card-with-icon h3.qode-icwi-title {
		font-size: 20px;
		margin-top: 20px;
	}
} 
@media (max-width: 1079px) {
	.qode-info-card-with-icon .qode-icwi-text {
		min-height: 72px;
	}
}
@media (max-width: 1023px) {
	.section-01 {
		padding-bottom: 30px;
	}
	.section-01 .card-icon {
		width: 50%;
	}
	.card-icon .vc_column-inner {
		margin-bottom: 30px;
	}
	.qode-info-card-with-icon {
		height: 260px;
	}
	.qode-info-card-with-icon .qode-icwi-text {
		min-height: 24px;
	}
	.section-03 .front-image .vc_single_image-wrapper {
    	margin-left: 60px;
	}
	.section-03 .front-image .vc_single_image-wrapper ,.section-03 .behind-image .vc_single_image-wrapper {
		width: calc(100% - 90px);
		height: 420px;
	}
	.counter .q_counter_holder {
		padding: 40px !important;
	}
	.q_counter_holder span.counter {
		font-size: 42px;
	}
	.section-04 {
		padding-bottom: 40px;
	}
	.section-04 .qode_product_list_holder ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.section-04 .qode_product_list_holder.three_columns ul li {
		width: calc(50% - 20px);
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 20px;
	}
}
@media (max-width: 1000px) {
	.section-07-1 .vehicules-carousel {
		padding: 0 35px;
		position: relative;
	}
	.section-07-1 .vehicules-carousel .owl-nav {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.section-07-1 .vehicules-carousel .owl-nav .owl-prev, .section-07-1 .vehicules-carousel .owl-nav .owl-next {
		width: 25px;
		height: 25px;
		line-height: 25px;
		text-align: center;
		border-radius: 50%;
		background-color: #ceac69;
	}
}
@media (max-width: 950px) {
	.counter .q_counter_holder {
    	padding: 25px !important;
	}
	.q_counter_holder p.counter_text {
		font-size: 12px;
		line-height: 1.5;
	}
	.section-03 .front-image .vc_single_image-wrapper {
    	margin-left: 40px;
		margin-right: 0;
	}
	.section-03 .front-image .vc_single_image-wrapper ,.section-03 .behind-image .vc_single_image-wrapper {
		width: calc(100% - 40px);
	}
}
@media (max-width: 767px) {

	.section-01 .card-icon {
		width: 100%;
		max-width: 550px;
        margin-left: auto;
        margin-right: auto;
	}
	.qode-info-card-with-icon {
		height: 220px;
	}
	.section-03 .front-image .vc_single_image-wrapper, .section-03 .behind-image .vc_single_image-wrapper {
		display: flex;
		height: 300px;
	}
	.section-03 .front-image .vc_single_image-wrapper img, .section-03 .behind-image .vc_single_image-wrapper img {
		max-width: 400px;
		margin: 0 auto;
	}
	.section-03 > .full_section_inner > .wpb_column:first-child > .vc_column-inner {
		margin-bottom: 30px;
	}
	.section-03 .section-description {
		text-align: center;
	}
	.section-03 .counter {
		max-width: 480px;
		margin-left: auto;
		margin-right: auto;
	}
	.section-04 .qode_product_list_holder.three_columns ul li {
		width: 100%;
		max-width: 480px;
		margin-left: auto;
		margin-right: auto;
	}
	.qode_product_list_holder .product_title {
		min-height: unset;
	}
	.qode_product_list_holder .product_button {
		margin-top: 30px;
	}
	.section-06 .caroufredsel_wrapper {
		margin-bottom: 30px !important;
		height: 350px !important;
	}
	.q_accordion_holder.accordion h3.ui-accordion-header {
		font-size: 18px;
	}
	.section-07-1 .vehicules-carousel {
		max-width: 480px;
		margin-left: auto;
		margin-right: auto;
	}
	.vehicule-card .vehicule-options .vehicule-flex .option-icon {
		width: 35px;
		height: 35px;
		margin-right: 5px;
	}
	.vehicule-card .vehicule-options .vehicule-flex p {
    	width: calc(100% - 40px);
	}
}
@media (max-width: 480px) {
	.qode-info-card-with-icon {
		height: 240px;
	}
}
@media (max-width: 400px) {
	.vehicule-card .vehicule-options .vehicule-flex {
    	width: 100% !important;
	}
}
/*ABOUT  1920*/
.section-2-about {
	background-image: url(https://drivercompagnie.com/wp-content/uploads/2025/10/section-bg-1.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-2-about .sous-titre p {
	color: #ceac69;
}
.section-2-about h2, .section-2-about .section-description-center p {
	color:#fff;
}
.section-2-about .counter {
	margin-bottom:0;
}

.section-2-about .counter .q_counter_holder {
	min-height:250px;
}

.section-3-about .qode_image_gallery_no_space {
	display: none;
}
.section-4-about .qode_carousels_holder {
	display: none;
}
.section-4-about .qode_content_slider {
	padding-left: 20px;
	padding-right: 20px;
}
.section-4-about .qode_content_slider .flex-direction-nav a {
	background-color: #ceac69;
}
.section-4-about .qode_content_slider .flex-direction-nav .flex-next {
	right: 0;
}
.section-4-about .qode_content_slider .flex-direction-nav .flex-prev {
	left: 0;
}
.section-4-about .qode_content_slider .qode_content_slider_item .q_image_with_text_over img {
	height: 400px;
	object-fit: cover;
}
.section-4-about .q_image_with_text_over .text, .q_image_with_text_over table:first-child {
	top: -80px;
}
.section-4-about .q_image_with_text_over .text, .q_image_with_text_over table:last-child {
	top: 50px;
}
.section-4-about .q_image_with_text_over .text:hover .caption {
	opacity: 1;
}
.section-4-about .q_image_with_text_over .desc {
	opacity: 1;
	color: #fff;
}
.section-4-about .q_image_with_text_over .desc > a {
	color: #fff;
	padding: 10px 20px;
	background-color: #ceac69;
	border-radius: 4px;
}
.section-4-about .q_image_with_text_over .desc > a:hover {
	background-color: #000;
}
.section-4-about, .section-5-about { 
	background-color:#FFF8E7;
}

.section-6-about>.full_section_inner:first-child {
    background-image: url(https://drivercompagnie.com/wp-content/uploads/2025/10/cta-bg.jpg);
    padding: 60px 40px;
    border-radius: 20px;
    position: relative;
/*     top: 60px; */
	margin-bottom: -150px;
	overflow: hidden;
}
.section-6-about h2, .section-6-about .section-description p {
    color: #fff;
}
.section-6-about .sous-titre p {
    color: #ceac69;
}
.section-6-about .wpb_text_column {
	width: 55%;
}
.section-6-about .image-chauffeur-voiture {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -180px;
	width: 40%;
}
.section-6-about .chauffeur-image {
	position: absolute;
	bottom: -60px;
	left: 60%;
}
.section-6-about .chauffeur-image img {
	width: 180px;
}

.section-7-about{
    background-image: url('https://drivercompagnie.com/wp-content/uploads/2025/10/section-bg-2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
	padding-top: 200px;
}
/*SECTION 05*/
.q_list ul li {
	margin-bottom:15px !important;
	color:#000 !important;
}
.q_list ul li::before {
	background-color: #ceac69 !important;
}
.q_list ul li:last-child {
	margin-bottom:0 !important;
}
.section-7-about .qode_content_slider  {
    background-image: url(https://drivercompagnie.com/wp-content/uploads/2025/10/side-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
/*     width: 500px;
    height: 500px; */
	position:relative;
	z-index:2;
/* 	float:right; */
}
.yellow-dashed-square {
	position:absolute;
	width:500px;
	height:500px;
	z-index:1;
	top:-20px;
	right:-20px;
	border:5px dashed #ceac69;
	border-radius:20px;
}
/*SECTION 05*/

.section-4-about > .full_section_inner, .section-5-about > .full_section_inner, .section-7-about > .full_section_inner {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
/*ABOUT  1920*/

/*VEHICULES  1920*/
/*manual title bar*/
.single-vehicule .title_subtitle_holder {
	background-image:url(https://drivercompagnie.com/wp-content/uploads/2025/10/titlebar-bg-1.jpg);
	position:relative;
	padding:60px 0;
	overflow:hidden;
}
.single-vehicule .title_subtitle_holder h1 ,.single-vehicule .title_subtitle_holder .subtitle {
	margin-bottom:20px;
}
.single-vehicule .breadcrumbs-line {
    width: 100%;
    display: flex;
    justify-content: start;
    gap: 20px;
}
.single-vehicule .breadcrumb {
	position:relative;
}
.single-vehicule .title_subtitle_holder::before {
    content: url(https://drivercompagnie.com/wp-content/uploads/2025/10/titlebar-bg-1.png);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(30%, -50%);
}
.single-vehicule .title_subtitle_holder_inner {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}
/*manual title bar*/
.vehicule-single {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
}

.vehicule-wrapper {
  	display: flex;
  	flex-wrap: wrap;
	justify-content:space-between;
	padding-left: 15px;
	padding-right: 15px;
}

.vehicule-single .vehicule-intro {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
	margin-bottom: 60px;
	padding: 15px;
	border: 1px solid #888;
}
.vehicule-single .vehicule-intro .vehicule-image {
	width: 400px;
}
.vehicule-single .vehicule-intro .vehicule-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vehicule-single .vehicule-intro .vehicule-content {
	width: calc( 100% - 420px);
}
.vehicule-single .vehicule-intro .vehicule-content .vehicule-type span {
	padding: 5px 20px;
	border: 1px solid #ceac69;
	margin-bottom: 20px;
	display: inline-block;
	width: auto;
	border-radius: 8px;
}
.vehicule-single .vehicule-intro .vehicule-content h2 {
	margin-bottom: 20px;
}
.vehicule-single .vehicule-intro .vehicule-content .vehicule-description {
	margin-bottom: 20px;
}
.vehicule-single .vehicule-intro .vehicule-content .list-services {
	list-style: square;
	padding-left: 20px;
}
.vehicule-single .vehicule-intro .vehicule-content .list-services li {
	font-size: 14px;
	font-family: 'Merriweather', sans-serif;
	padding: 5px 0;
	border-bottom: 1px dashed #eee;
}
.vehicule-single .vehicule-intro .vehicule-content .list-services li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
.vehicule-single .vehicule-intro .vehicule-content .list-services li::marker {
	color: #ceac69;
}
.vehicule-single  .vehicule-settings-devis {
	display: flex;
	flex-wrap: wrap;
}
.vehicule-single  .vehicule-settings-devis .vehicule-meta-features, .vehicule-single  .vehicule-settings-devis .vehicule-devis {
	width: 100%;
}
.vehicule-single  .vehicule-settings-devis .vehicule-meta-features {
	display: flex;
	flex-wrap: wrap;
}
.vehicule-single  .vehicule-settings-devis .vehicule-meta-features .vehicule-meta, .vehicule-single  .vehicule-settings-devis .vehicule-meta-features .vehicule-features {
	padding: 20px;
	background-color: #f6f6f6;
	margin-bottom: 20px;
	width: calc(50% - 10px);
}
.vehicule-single  .vehicule-settings-devis .vehicule-meta-features .vehicule-meta {	
	margin-right: 10px;
}
.vehicule-single  .vehicule-settings-devis .vehicule-meta-features .vehicule-features {
	margin-left: 10px;
}
.vehicule-single  .vehicule-settings-devis .vehicule-meta-features h3 {
	color: #303030;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.vehicule-single .vehicule-meta-features .vehicule-meta-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 15px;
}
.vehicule-single .vehicule-meta-items .vehicule-meta-item {
	width: calc(50% - 15px);
	padding: 10px;
	background-color: #fff;
	border-radius: 4px;
	text-align: center;
}
.vehicule-single .vehicule-meta-items .vehicule-meta-item img {
	width: 50px;
	padding: 8px;
	background-color: #ceac69;
	border-radius: 4px;
	margin-bottom: 10px;
}

.vehicule-single .vehicule-features .vehicule-table-specs {
	width: 100%;
	font-family: 'Merriweather', sans-serif;
}
.vehicule-single .vehicule-features .vehicule-table-specs thead th {
	background-color: #ceac69;
	border: 1px solid #888;
}
.vehicule-single .vehicule-features .vehicule-table-specs tbody td {
	background-color: #fff;
	text-align: left;
	border: 1px solid #888;
}




/* Vehicules Grid */
.vehicules-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  gap: 20px;
}

/* Tablet - Screen width 1024px and below (2 columns) */
@media (max-width: 1024px) {
  .vehicules-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile - Screen width 768px and below (1 column) */
@media (max-width: 768px) {
  .vehicules-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.vehicule-card {
    background: #fff;
    padding: 15px;
    transition: .3s;
/*     max-width: 400px; */
    border: 1px solid #eee;
}
.vehicule-card h3 {
	color: #303030;
	margin-bottom: 20px !important;
	font-size: 20px;
}
.vehicule-card a {
    display: block;
    position: relative;
    width: 100%;
}
.vehicule-card .vehicule-thumb {
    width: 100%;
    height: auto;
	margin-bottom: 20px;
	overflow: hidden;
}
.vehicule-card .vehicule-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.25s ease;
}
.vehicule-card:hover .vehicule-thumb img {
  transform: scale(1.1);
}
.vehicule-card .vehicule-options {
	display: flex;
	align-items: stretch;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.vehicule-card .vehicule-options .vehicule-flex {
	width: calc((100% / 2) - 10px);
	display: flex;
	align-items: center;
}
.vehicule-card .vehicule-options .vehicule-flex .option-icon {
	width: 50px;
	height: 50px;
	margin-right: 10px;
	border-radius: 4px;
	background-color: #ceac69;
}
.vehicule-card .vehicule-options .vehicule-flex .option-icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(0.75);
}
.vehicule-card .vehicule-options .vehicule-flex p {
	width: calc(100% - 60px);
}
.vehicule-card .vehicule-link a {
	background-color: #000;
	border: 1px solid #000;
	color: #ceac69;
	text-align: center;
	display: inline-block;
    width: auto;
    margin: 0;
    padding: 8px 30px;
    border: 2px solid #303030;
    font-size: 18px;
	font-weight: 700;
	border-radius: 4px;
	text-transform: uppercase;
}

.vehicule-card .vehicule-link a:hover {
	background-color: #fff;
	border-color: #ceac69;
}
/*VEHICULES  1920*/

/*BLOG 1920*/
.blog .container .two_columns_66_33,.search .container .two_columns_66_33,.category .container .two_columns_66_33, .single-post .container .two_columns_66_33 {
	max-width:1200px;
	margin:0 auto;
    padding: 60px 0;
}
.blog_holder article .post_info ,.blog_holder article .post_more, .single-post .column_inner br {
    display: none;
}
.blog_holder article,.blog_holder.blog_small_image article {
    position: relative;
	margin: 0 0 30px;
}
.search .blog_holder article .post_content_holder {
	display:flex;
	align-items:start;
}
.blog_holder article .post_image, .blog_holder article .post_text {
	width:50%;
}

.blog_holder article .post_text h2 .date {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #000;
    color: #ceac69;
    font-size: 16px;
    line-height: 1.5;
    padding: 5px 15px;
    border-radius: 4px;
}
.blog_holder article .entry_title a {
	font-size:24px;
	display:inline-block;
	line-height:1.5;
}
.blog_holder article .post_text .post_text_inner {
    padding: 0 0 0 20px !important;
}
.blog_holder article .post_image {
    height: 220px;
}

.blog_holder article .post_image>a, .blog_holder article .post_image img {
    height: 100%;
    object-fit: cover;
}
.blog_holder article:last-child {
	margin-bottom:0;
}
.blog aside .widget,.single-post aside .widget,.search aside .widget,.category aside .widget {
    margin: 0 0 40px;
    background-color: #EFEFEF;
    padding: 20px !important;
    border-radius: 20px;
    box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
}
.qode_latest_posts_widget .latest_post_title a {
    color: #000;
    font-size: 16px;
    display: inline-block;
    line-height: 1.3;
}
.latest_post_holder.image_in_box .latest_post_text {
    padding: 0 0 0 80px;
}
.latest_post_image {
    width: 70px;
}
/*BLOG 1920*/

/*ARTICLE 1920*/
.single-post .blog_holder article .post_text .post_text_inner {
    padding: 0 !important;
}
.single-post .blog_holder article .post_image {
    height: unset;
	margin-bottom:20px;
}
.single-post .blog_holder article .post_image,.single-post  .blog_holder article .post_text {
	width:100%;
}
/*ARTICLE 1920*/

/*CONTACT  1920*/
.q_icon_with_title.qode_iwt_hover_enabled {
    display: flex;
    align-items: center;
    background: #e7e7e7;
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 20px;
}
.qode_iwt_hover_enabled:hover {
    background-color: #fff !important;
    box-shadow: 0 7px 10px rgba(0, 0, 0, .1);
}
.q_icon_with_title .icon_text_holder {
	padding:0 !important;
}
.q_icon_with_title .icon_holder {
    width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #fff;
	border: 1px solid #d2d2d2;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-right:20px;
}
.q_icon_with_title .icon_holder img {
    width: 60% !important;
	transition:0.3s ease-in-out;
}
.q_icon_with_title:hover .icon_holder img {
	filter: brightness(0) saturate(100%) invert(69%) sepia(13%) saturate(1197%) hue-rotate(1deg) brightness(99%) contrast(91%);
}

.section-01-contact .contact-infos .wpb_column > .vc_column-inner {
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.contact-form-row > .full_section_inner {
	padding: 20px;
	background-color: #f7f7f7;
	border-radius: 20px;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}
.contact-form-row  .wpb_column > .vc_column-inner {
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.contact-form-row  .wpb_column:first-child > .vc_column-inner, .contact-form-row  .wpb_column:first-child .wpb_wrapper, .contact-form-row  .wpb_column:first-child .wpb_single_image, .contact-form-row  .wpb_column:first-child .vc_single_image-wrapper  {
	height: 100%;
	width: 100%;
}
.contact-form-row  .wpb_column:first-child img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 20px;
}
.section-contact {
	display: none;
}
.section-contact > .full_section_inner{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.contact-form-column {
    
}
.contact-form-column .wpb_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
	background-color: #f7f7f7;
    padding: 20px;
    border-radius: 20px;
}
.contact-form-column .vc_single_image-wrapper {
    height: 575px;
    width: 240px;
	margin-right:20px;
}
.contact-form-column .vc_single_image-wrapper img {
	width:100%;
	height:100%;
	object-fit:cover;
	border-radius:20px;
}
.section-map {
	display: none;
}
.section-map .full_section_inner {
	max-width:none;
}
.section-map .full_section_inner .wpb_column {
	height:450px;
}
.section-map iframe {
	filter: grayscale(1);
}
.section-map  > .full_section_inner > .wpb_column > .vc_column-inner {
	padding-left: 0;
	padding-right: 0;
}
.section-map .wpb_gmaps_widget .wpb_wrapper {
	padding: 0;
	background-color: unset;
}
/*CONTACT  1920*/

/* Destinations 1920 */
.destinations-page .products .product {
	padding: 35px 10px;
	background-color: #fff;
	border: 1px solid #d2d2d2;
}
.woocommerce ul.products li.product .add-to-cart-button {
    background: #000;
}
.destinations-page .products .product .qqvfw-quick-view-button-wrapper {
	text-align: center;
}
.destinations-page .products .product .product-info h6 {
	color: #303030;
	min-height: 42px;
}
/* Destination 1920 */



/*SINGLE PRODUCT  1920*/
.woocommerce.single-product.qode-product-single-tabs-on-bottom .product .images:not(.qode-add-gallery-and-zoom-support) .woocommerce-product-gallery__image:first-child  {
	padding-left: 0;
}
.woocommerce.single-product.qode-product-single-tabs-on-bottom .product .images:not(.qode-add-gallery-and-zoom-support) {
	width: 50% !important;
	margin-right: 50px;
	margin-bottom: 0;
}
.woocommerce.single-product.qode-product-single-tabs-on-bottom .product .summary {
	width: calc(50% - 50px) !important;
	margin-bottom: 0; !important;
}
.single-product .content .container_inner {
	width:100%;
	max-width:1200px;
	margin:0 auto;
	
}
.single-product .content > .content_inner  > .container > .container_inner {
	padding-left: 15px;
	padding-right: 15px;
}
.woocommerce-notices-wrapper .woocommerce-info, .woocommerce-notices-wrapper .woocommerce-error, .wc-block-components-notices .wc-block-components-notice-banner__content {
	background-color: red;
	color: #303030;
	padding: 10px !important
}
.woocommerce-notices-wrapper .woocommerce-message {
	background-color: green;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	
}
.single-product.woocommerce .product .qode-single-product-summary h1.product_title {
	font-size: 36px;
	margin-bottom: 20px;
}

.single-product.woocommerce .product  .qode-single-product-summary .price {
	font-size: 18px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d2d2d2;
}
.single-product.woocommerce .product  .qode-single-product-summary .woocommerce-product-details__short-description {
	margin-top: 20px;
}
.woocommerce div.product .summary table.variations {
	margin-left: -10px;
}
.single-product.woocommerce .product .variations_form.cart select {
	padding: 10px;
}
.single-product.woocommerce .product .woocommerce-variation-add-to-cart {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.single-product.woocommerce .product .variations_form.cart .wcpa_form_outer .wcpa_section_body {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.single-product.woocommerce .product .variations_form.cart .wcpa_section .wcpa_row {
	width: calc(50% - 20px);
}
.single-product.woocommerce .product .variations_form.cart .wcpa_section .wcpa_row:has(.custo_wcpa_row_full) {
	width: 100%;
}
.single-product.woocommerce .product .variations_form.cart .wcpa_section .wcpa_row .choix-visite-guidee .wcpa_group_field {
	grid-template-columns: auto auto;
}
.single-product.woocommerce .product .variations_form.cart .wcpa_section .wcpa_row.wcpa_row_index_0 {
	width: 100%;
}
.woocommerce div.product .product_meta {
    display: none;
}
.woocommerce div.product .summary table.variations {
	margin-bottom: 0;
}
.woocommerce .product  .qode-single-product-summary .quantity, .qqvfw-m-summary-wrapper .quantity {
	position: relative;
	width: 65px;
	height: 55px !important;
	line-height: 55px !important;
}
.single-product.woocommerce .product .quantity.hidden {
	display: none;
}
.woocommerce .quantity .qty {
    width: 65px !important;
    float: none;
    padding: 15px !important;
    margin: 0 !important;
    border: 1px solid #eaeaea !important;
    display: inline-block !important;
    text-align: left !important;
}


.woocommerce .quantity .minus, .woocommerce .quantity .plus {
    position: absolute;
    right: 0;
    background: #fff;
    width: 26px;
    height: 26px;
    line-height: normal;
    border-left: 1px solid #eaeaea;
    border-radius: 0;
    cursor: pointer;
    transition: color .15s ease-in-out;
    color: #231f20;
    padding: 0;
}
.woocommerce .quantity .minus {
    border-top: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    bottom: 0;
}
.woocommerce .quantity .plus {
    border-bottom: 0;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
}
.woocommerce.single-product.qode-product-single-tabs-on-bottom .q_tabs {
	padding: 50px 0;
}

.single-product.woocommerce .product .q_tabs .tabs-nav {
	    width: 100%;
    display: flex;
    justify-content: center;
    padding: 10px;
    background: #f6f6f6;
    border: 1px solid #d2d2d2;
    background: #000;
}
.single-product.woocommerce .product  .q_tabs.horizontal .tabs-container {
    border: 1px solid #d2d2d2;
    padding: 20px 10px;
}

.single-product.woocommerce .product .q_tabs .tabs-nav li a {
	color: #fff;
}

.single-product.woocommerce .product .q_tabs .tabs-nav li.active a, .single-product.woocommerce .product .q_tabs .tabs-nav li a:hover {
	color: #ceac69 !important;
} 
.woocommerce.single-product.qode-product-single-tabs-on-bottom .product .related {
	padding-top: 0;
}

#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content {
	height: 650px !important;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-product .summary .single_add_to_cart_button {
	height: auto !important;
}
@media only screen and (min-width: 601px) {
    /* On cible le conteneur global de la galerie */
    .woocommerce.single-product.qode-product-single-tabs-on-bottom .product .images:not(.qode-add-gallery-and-zoom-support).woocommerce-product-gallery--with-images {
        display: flex !important;
        flex-direction: column !important;
    }

    /* On force les images à se comporter comme une grille flexible */
    .woocommerce.single-product.qode-product-single-tabs-on-bottom .product .images:not(.qode-add-gallery-and-zoom-support).woocommerce-product-gallery--with-images .woocommerce-product-gallery__wrapper {
        display: flex !important;
        flex-wrap: wrap !important; /* Permet le retour à la ligne automatique */
        margin: 10px -5px 0 -5px !important; /* Espacement négatif pour compenser le padding */
		justify-content: center;
    }

    /* Style de chaque vignette (à partir de la 2ème image) */
    .woocommerce.single-product.qode-product-single-tabs-on-bottom .product .images:not(.qode-add-gallery-and-zoom-support).woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:not(:first-child) {
        position: relative !important; /* On annule le positionnement absolu */
        flex: 0 0 25% !important;    /* 25% = 4 images par ligne */
        max-width: 111px !important;
        padding: 5px !important;      /* Espacement entre les vignettes */
        left: auto !important;        /* Reset de vos anciens left */
        top: auto !important;         /* Reset de vos anciens top */
        bottom: auto !important;      /* Reset de vos anciens bottom */
    }

    /* L'image principale reste en haut et prend toute la largeur */
    .woocommerce.single-product.qode-product-single-tabs-on-bottom .product .images:not(.qode-add-gallery-and-zoom-support).woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:first-child {
        width: 100% !important;
        margin-bottom: 10px !important;
    }
	.woocommerce.single-product.qode-product-single-tabs-on-bottom .product .images:not(.qode-add-gallery-and-zoom-support).woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:not(:first-child) a, .woocommerce.single-product.qode-product-single-tabs-on-bottom .product .images:not(.qode-add-gallery-and-zoom-support).woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:not(:first-child) a img {
		object-fit: cover;
		object-position: top;
	}
}
/*SINGLE PRODUCT  1920*/

/* PANIER + Commande 1920 */

.woocommerce-account .content .container > .container_inner, .wp-block-woocommerce-cart, .wp-block-woocommerce-checkout, .woocommerce-order-received .content .container > .container_inner  {
	max-width: 1200px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

.wc-block-components-sidebar-layout.wc-block-cart {
	padding-bottom: 50px;
	margin-bottom: 0;
}
.wc-block-components-sidebar-layout .wc-block-components-main {
	padding-left: 15px;
}
.wc-block-components-sidebar {
	padding-right: 15px;
}
.woocommerce-cart .wc-block-cart .wc-block-components-main table th, .woocommerce-cart .wc-block-cart .wc-block-components-main table td {
	border-right: 1px solid #d2d2d2;
}
.woocommerce-cart .wc-block-cart .wc-block-components-main table th:last-child, .woocommerce-cart .wc-block-cart .wc-block-components-main table td:last-child {
	border-right: none;
}
.woocommerce-cart .wc-block-cart .wc-block-components-main table {
	border: 1px solid #d2d2d2;
}
table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product {
	visibility: visible;
}
.woocommerce-cart .wc-block-cart .wc-block-components-main table thead {
	background-color: #f6f6f6;
}
.woocommerce-cart .wc-block-cart .wc-block-components-main table th {
	text-align: center;
}
.woocommerce-cart .wc-block-cart .wc-block-components-main table th, .woocommerce-cart .wc-block-cart .wc-block-components-main table td {
	padding: 10px;
}

.woocommerce-cart .wc-block-cart .wc-block-components-main table td.wc-block-cart-item__product .wc-block-components-product-name {
	font-size: 18px;
    font-weight: 600;
    color: #ceac69;
}
.woocommerce-cart .wc-block-cart .wc-block-components-main table td.wc-block-cart-item__product {
	text-align: left;
}
.woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-heading-block  {
	padding: 10px 20px;
	background-color: #ceac69;
	font-size: 18px;
	font-weight: 700;
}
.woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block {
	border: 1px solid #d2d2d2;
}
.woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper {
	padding: 10px 20px;
}
.wc-block-cart .wc-block-cart__submit-container {
	display: flex;
	justify-content: center;
}
.wc-block-cart .wc-block-cart__submit-container .wc-block-cart__submit-button, .wc-block-components-checkout-place-order-button {
	width: auto;
	height: unset;
	padding: 0 25px;
	border-radius: 4px;
	background-color: #000;
	color: #ceac69;
	border: 2px solid #000;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	font-family: 'Merriweather', sans-serif !important;
}

.wc-block-checkout__form.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-checkout__form .wc-blocks-components-select .wc-blocks-components-select__select, .wc-block-checkout__form input[type='text'], .wc-block-checkout__form input[type='tel'] {
	border: 1px solid #d2d2d2 !important;
}
.wc-block-checkout__form .wc-block-components-textarea {
	border-radius: 4px !important;
	border-color: #d2d2d2 !important;
}
.wc-block-checkout__form .wc-block-checkout__payment-method {
	padding: 15px;
	background-color: #ceac69;
}

.wp-block-woocommerce-empty-cart-block .wp-block-heading, .wp-block-woocommerce-empty-cart-block .wp-block-woocommerce-product-new {
	display: none;
}
.wp-block-woocommerce-empty-cart-block .wp-block-heading.with-empty-cart-icon {
	display: block;
}

.woocommerce-order-received .content .container > .container_inner {
	padding-bottom: 50px !important;
}
.woocommerce-order-received .woocommerce-order .woocommerce-notice--success {
	margin-bottom: 40px;
	padding: 10px 20px;
	border-radius: 4px;
	background-color: #ceac69;
}
.woocommerce ul.order_details, .woocommerce-page ul.order_details {
	display: flex;
	flex-wrap: wrap;

}
.woocommerce-page ul.order_details li {
	 width: calc(calc(100% / 5) - 20px);
    margin-bottom: 20px;
    border: 1px solid #d2d2d2;
    margin-left: 10px;
    margin-right: 10px !important;
    padding: 10px;
    text-align: center;
	float: unset !important;
	background-color: #f6f6f6;
}
.woocommerce-order-received .order-details-wrapper {
	display: flex;
	align-items: start;
	flex-wrap: wrap;
}
.woocommerce-order-received .order-details-wrapper .woocommerce-order-details {
	padding: 20px;
	border: 1px solid #d2d2d2;
	width: calc(65% - 20px);
	margin-left: 10px;
	margin-right: 10px;
}
.woocommerce-order-received .order-details-wrapper .woocommerce-customer-details {
	width: calc(35% - 20px);
	margin-left: 10px;
	margin-right: 10px;
	padding: 20px;
	background-color: #f6f6f6;
}
.woocommerce-order-received .order-details-wrapper h2 {
	font-size: 26px !important;
	margin-top: 0;
}
.woocommerce-order-received .order-details-wrapper table.shop_table {
	width: 100%;
	margin-bottom: 0;
}
.woocommerce-order-received .order-details-wrapper table.shop_table thead th {
	background-color: #ceac69;
    border: 1px solid #888;
	text-align: center;
}
.woocommerce-order-received .order-details-wrapper table.shop_table tbody .woocommerce-table__line-item {
	border: 1px solid #888;
}
.woocommerce-order-received .order-details-wrapper table.shop_table tbody .woocommerce-table__line-item td {
	padding: 5px;
	border-right: 1px solid #888;
}
.woocommerce-order-received .order-details-wrapper table.shop_table tfoot tr th, .woocommerce-order-received .order-details-wrapper table.shop_table tfoot tr td {
	padding: 5px;
	border: 1px solid #888;
}
.wc-block-checkout .wc-block-components-address-form__company, .wc-block-checkout .wc-block-components-address-form__address_1, .wc-block-checkout .wc-block-components-address-form__address_2-toggle, .wc-block-checkout .wc-block-components-address-form__city, .wc-block-checkout .wc-block-components-address-form__state, .wc-block-checkout .wc-block-components-address-form__postcode {
	display: none;
}
/* PANIER + Commande 1920 */

/* Account 1920 */
.woocommerce-account .woocommerce-MyAccount-navigation {
	padding: 20px;
	border: 1px solid #d2d2d2;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a {
	border-bottom: 1px dashed #d2d2d2;
}
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--downloads, .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--edit-address {
	display: none;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-Input {
	border: 1px solid #d2d2d2;
	border-radius: 4px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button {
	float: left;
}
.woocommerce .col-1, .woocommerce .col-2 {
	padding: 20px;
	border: 1px solid #d2d2d2;
}
.woocommerce #customer_login input[type=text], .woocommerce #customer_login input[type=email], .woocommerce #customer_login input[type=password] {
	border: 1px solid #d2d2d2;
	border-radius: 4px;
}
.woocommerce .col-2 .woocommerce-privacy-policy-text {
	margin-bottom: 20px;
}
.woocommerce-account h2 {
	font-size: 24px;
}
/* Account 1920 */


/*INSCRIPTION  1920*/
.gf-readonly {
  background-color: #f5f5f5;
  cursor: not-allowed;
  border: 1px solid #ddd;
}
/*INSCRIPTION  1920*/

/*======================================  1200  */
@media screen and (max-width:1300px) {
	.qode_grid_1200 .carousel-inner .slider_content_outer, .qode_grid_1200 .container_inner, .qode_grid_1200 .container_inner nav.content_menu, .qode_grid_1200 .elementor-container .elementor-widget-wrap>.qode_elementor_container_inner, .qode_grid_1200 .elementor-row .elementor-widget-wrap>.qode_elementor_container_inner, .qode_grid_1200 .footer_bottom_border.in_grid, .qode_grid_1200 .footer_top_border.in_grid, .qode_grid_1200 .full_width .parallax_content, .qode_grid_1200 .grid_section .section_inner, .qode_grid_1200 .qode_elementor_container_inner, .qode_grid_1200 .title_border_in_grid_holder, .qode_grid_1200 div[data-element_type=container].qode_elementor_container_inner, .qode_grid_1200 nav.content_menu ul, .qode_grid_1200.boxed .section .section_inner, .qode_grid_1200.boxed nav.content_menu.fixed {
		width: 1200px;
	}
}
@media screen and (max-width:1200px) {

/* .section .full_section_inner {
	padding:0 30px;	
} */
.section-01::before,.section-01::after {
	opacity:0.4;	
}
	.qode_grid_1200 .carousel-inner .slider_content_outer, .qode_grid_1200 .container_inner, .qode_grid_1200 .container_inner nav.content_menu, .qode_grid_1200 .elementor-container .elementor-widget-wrap>.qode_elementor_container_inner, .qode_grid_1200 .elementor-row .elementor-widget-wrap>.qode_elementor_container_inner, .qode_grid_1200 .footer_bottom_border.in_grid, .qode_grid_1200 .footer_top_border.in_grid, .qode_grid_1200 .full_width .parallax_content, .qode_grid_1200 .grid_section .section_inner, .qode_grid_1200 .qode_elementor_container_inner, .qode_grid_1200 .title_border_in_grid_holder, .qode_grid_1200 div[data-element_type=container].qode_elementor_container_inner, .qode_grid_1200 nav.content_menu ul, .qode_grid_1200.boxed .section .section_inner, .qode_grid_1200.boxed nav.content_menu.fixed {
		width: 100%;
	} 
	.boxed div.section .section_inner, .carousel-inner .slider_content_outer, .container_inner, .container_inner nav.content_menu, .elementor-container .elementor-widget-wrap>.qode_elementor_container_inner, .elementor-row .elementor-widget-wrap>.qode_elementor_container_inner, .footer_bottom_border.in_grid, .footer_top_border.in_grid, .full_width .parallax_content, .qode_elementor_container_inner, .steps_holder_inner, .title_border_in_grid_holder, div.grid_section .section_inner, div[data-element_type=container].qode_elementor_container_inner, nav.content_menu ul {
		width: 100%;
	}

}

@media (max-width: 1023px) {
	h2 {
		font-size: 28px !important;
	}
}
@media (max-width: 767px) {
	.grecaptcha-badge {
		visibility: hidden;
	}
	.full_section_inner {
		max-width: 550px;
	}
	.sous-titre {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	.titre {
		text-align: center;
	}
}