body {
	background-color: #F5F1E3;
}

.header-top .row {
	display: flex;
	align-items: center;
}

.header-top img{
	max-height: 150px;
}

.navbar-mainmenu .navbar-nav > li > a, .navbar-mainmenu .navbar-nav > li > span {
	color: #fff;
}

#vpf-header .navbar .container .inner-container {
	padding-bottom: 0;
}

/*------------- video -----------------*/
.video-wrapper {
  position: relative;
  width: 100%; /* 100% de la largeur de l'écran */
  padding-top: 56.25%; /* Ratio 16:9 => (546 / 968) * 100 */
  overflow: hidden; /* Cache les débordements éventuels */
  background-color: #000; /* Fond noir */
}

.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /* Vidéo prend toute la largeur du conteneur */
  height: 100%; /* Ajuste la hauteur automatiquement selon le ratio */
  object-fit: cover; /* Remplit le conteneur sans déformer la vidéo */
}



/*-------------------------------------------------------------------*/

h1:hover {
	color: #2c3e50!important;
	transform: scale(1.1);
}

h1 {
	font-size: 30px !important;
	color: #2B2B2B !important;
	font-family: 'Lobster', cursive !important;
	text-align: center !important;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
	margin: 50px 0 50px 0;
	padding: 25px 10px 10px;
	border-bottom: 2px solid #fe7f14;
	display: inline-block;
	transition: transform 0.3s ease, color 0.3s ease;
}

 h2 {
	font-size: 20px;
	color: #4A4A4A!important;
	font-weight: bold !important;
}

h3 {
	font-size: 20px;
	color: #0020B5;
	font-weight: bold;
}

#menu_bas li a {
	padding-top: 0;
	padding-bottom: 5px;
	font-size: 17px;
}

#menu_bas li a:hover, #menu_bas li.active > a  {
	background: inherit;
	color: #fff;
}

#menu_bas li a::before{
	margin-right: 10px;
}

.mega-sub-cont.mega-menu-group > ul > li.submenu > a.logo::before {
	display: none;
}

.mega-sub-cont.mega-menu-group > ul > li.submenu > a.logo {

	padding-left: 0px;
}

.vpf-menu .level-1 > a > .menu-group.with-image > .menu-image > img, .vpf-menu .level-1 > span > .menu-group.with-image > .menu-image > img, .vpf-menu .submenu:not(.mega-group) > a > .menu-group.with-image > .menu-image > img, .vpf-menu .submenu:not(.mega-group) > span > .menu-group.with-image > .menu-image > img {
	margin-right: 15px;
}

.vpfrs-caption-inner .add-bg.add-bg-dark, a:hover .vpfrs-caption-inner .add-bg.add-bg-dark, a:focus .vpfrs-caption-inner .add-bg.add-bg-dark {
	background-color: #fff!important;
	opacity: 0.75;
	color: #000;
	font-size: 2em; 
}

.cadre {
	background: #eaf8f9;
	padding: 15px;
	overflow: hidden;
}

.flex{
	display: flex; 
}

.container {
	max-width: 1900px;
	width: 95%;
	margin: 0 auto;
}

.blog .page-header > h1 {
	font-size: 25px;
	color: #006181;
}

.gbs3 .gcore-label-left {
	min-width: 250px!important;
	max-width: 250px!important;
}

body {
	font-size: 17px;
}

#mainbody {
	padding-bottom: 0px;
}

#main {
	margin-bottom: 0px;
}

.page-header > h2 {
	font-size: 20px;
	color: #b90038;
}	

.mod-header {
	font-size: 25px;
}

.mega-sub-cont li.submenu > a, .mega-sub-cont li.submenu > span, .mega-sub-cont ul.vpf-mega-mod li > a, .mega-sub-cont ul.vpf-mega-mod li > span {
	font-size: 16px;
}

.mega-sub-cont.mega-menu-group > ul > li.submenu > a::before, .mega-sub-cont.mega-menu-group > ul > li.submenu > span::before {
	font-size: 15px;
}

.moto, .rando, .cyclo {
	text-align: center;
	color: #fff !important;
}

.moto {
	background: #9cd240 !important;
}

.rando {
	background: #e9d400 !important;
}

.cyclo {
	background: #00b9f2 !important;
}

.bottom-slider .container{
	width: 100%;
}

.bottom-slider .container .inner-container {
	padding: 0;
}

.mapprint{
	display: none;
}

.encadre {
	width: 90%;
	border: 1px solid;
	padding: 25px;
	min-width:350px;
	overflow: hidden;
	margin: 0 auto;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
-moz-box-shadow : 2px 2px 4px #393939;
-webkit-box-shadow : 2px 2px 4px #393939;
box-shadow : 2px 2px 4px #393939;
height: 100%;
}

#encadre .clearfix {
	height: 100%;
}

.encadre h2 {
	text-align: center;
	font-size: 25px;
	color: #fe5252;
}

.flex{
    display: flex;
    flex-wrap: wrap;	
	justify-content: space-around;
}

.col-md-6 {
	background: transparent;
	padding: 0 10px;
	margin: 10px;	
	width: 48%;
}

.col-md-6 .page-header > h2 {
	background: #fff url(../../images/h2-bcg.png);
	background-position: left middle;
	background-repeat: no-repeat;
}

.motard .col-md-6 {
	background: #e5f3ce;

}

.col-md-6 .page-header > h2 {
	margin-top: 6px;
	min-height: 52px;
	padding: 3px 0px 3px 70px;
	border-bottom: 0;
	border-left: 0;
	-moz-box-shadow: 2px 2px 4px #b5a49f;
	-webkit-box-shadow: 2px 2px 4px #b5a49f;
	box-shadow: 2px 2px 4px #b5a49f;
	border: 1px solid #E1D5E2;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;	
}

.motard .col-md-6 .page-header > h2 {
	background: #9cd240 url(../../images/moto-h2.png);
	background-position: left middle;
	background-repeat: no-repeat;
	color: #fff;
}

.randonnee .col-md-6 .page-header > h2 {
	background: #e9d400 url(../../images/rando-h2.png);
	background-position: left middle;
	background-repeat: no-repeat;
	color: #fff;
}

.randonnee .col-md-6 {
	background: #f9f4bd;
	padding: 0 10px;
	width: 45%;
	margin: 10px;
}

.velo .col-md-6 .page-header > h2 {
	background: #00b8f2 url(../../images/velo-h2.png);
	background-position: left middle;
	background-repeat: no-repeat;
	color: #fff;
}


.velo .col-md-6 {
	background: #eaf8f9;
	padding: 0 10px;
	width: 45%;
	margin: 10px;
}

.video-container {
height: 0;
padding-bottom: 56.25%;
padding-top:25px;
position: relative;
}

 .video-container iframe {
height: 100%;
left: 0;
top: 0;
width:100%;
position: absolute;
}

.mobilhome{
	width: calc(100% - 300px); 
	min-width: 50%;
}

.bouton {
	background: #ED6C20 none repeat scroll 0 0;
	border: 1px solid #e1d5e2;
	border-radius: 6px;
	box-shadow: 2px 2px 4px #b5a49f;
	padding: 3px 8px;
	display: table-cell;
	color: #fff;
}

.bouton a{
	color: #fff;
}
.conteneur{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-around;
}

.special {
	background: #e5f3ce;
	padding: 10px;
	display: inline-block;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: auto;
}

.productdetails-view .product-action-buttons-cont > button > span, .productdetails-view .product-action-buttons-cont > a > span {
	font-size: 17px;
	color: #006181;
}

.product-field-desc{
	color: #fe5252;
}

.productdetails-view .related-product .PricesalesPrice, .related-product .PricesalesPrice, .product-sales-price > div > span {
	font-size: 25px;
}

.product-listing.mode-grid .product-name {
	font-size: 18px;
}

.btn-md {
	font-size: 20px;
}

.tag-promo {
	font-size: 15px;
	padding: 10px 7px;
}

#form-row-autorise label{
	font-weight: normal;
	width: 95%!important;
	float: right!important;
	font-size: 0.8em;
}

.flickity-viewport {
  max-height: 350px;
}

label {
	display: block;
}

span.PricesalesPrice::after {
	content: " Par personne";
	font-size: 16px;
	margin-left: 8px;
}

.no-stock {
    font-weight: bold;
    font-size: 26px;
    color: #e74c3c;
    background-color: rgba(231, 76, 60, 0.1);
    padding: 5px 10px;
    border-radius: 5px;
    border: 2px solid #e74c3c;
    display: inline-block;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}

.no-stock:hover {
    background-color: #e74c3c;
    color: white;
    border-color: #c0392b;
}



.no-stock:hover .hasTooltip::after {
    opacity: 1;
    visibility: visible;
}

