h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}
.carousel-caption {
	text-align: left;
	left: 30px
}

h1.product-name {
	font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1;
}
.product-best-price {
	font-size: .8rem;
}

.product-best-price span {
	font-size: 2rem;
	font-weight: bold;
}

.check-date-fares-btn {
	background: #000;
	display: inline-block;
	color: #FFF;
	padding: 2px 16px;
	transition: background .2s ease;
	font-size: .8125rem;
	font-weight: bold;
}

.check-date-fares-btn:hover {
	background: #cc9966;
	color: #FFF;
}

.product-menu {
	border-bottom: solid 1px #000;
	text-align: center;
	max-width: 920px;
	margin: auto;
}

.product-menu-link-mobile {
	display: block;
	background: #fcfaf8;
	margin: 6px 2rem;
	padding: 10px 20px;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	transition: background .2s ease;
}

.product-menu-link-mobile:hover {
	color: #000;
	background: #ead3bb;
}

.product-menu-link-mobile::after {
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: 900;
	position: absolute;
	right: 20px;
	font-size: 1.4rem;
}
.product-menu-link-mobile.active::after {
	content: "\f107";
}

.product-menu {
	display: none;
}

.product-menu a {
	background: #FFF;
	text-transform: uppercase;
	border: solid 1px #000;
	border-bottom: none;
	display: inline-block;
	font-size: .7rem;
	padding: 5px 10px;
	margin: 0 2px;
	font-weight: 600;
}

.product-menu a:hover,
.product-menu a.active {
	background: #cc9966;
	border-color: #cc9966;
	color: #FFF;
}

.product-section {
	opacity: 0;
	max-height: 0%;
	height: 0;
	overflow: hidden;
	transform: translateY(-20px);
}

.product-section.active {
	display: block;
}

.product-section ul{
	padding-left: 0px;
}

.produit-section-titre {
	font-weight: bold;
    text-transform: uppercase;
    color: #cc9966;
    font-size: 14px;
}

.section-tab{
	width: 100%;
}
.product-section.active-mobile {
	/* display: block; */
	max-height: 100%;
	height: auto;
	margin: 20px 0;
	padding: 0 2rem;
	opacity: 1;
	transition: opacity .2s ease-out,
				transform .2s ease-out;
	transform: translateY(0px);
}

.product-section,
.product-section.active-mobile {
	/* display: none; */
	margin: 20px 0;
	padding: 0 2rem;
	margin-top: 0;
	opacity: 1;
	height: auto;
	max-height: 100%;
}	

.product-menu a {
	font-size: .8125rem;
	padding: 5px 20px;
	margin: 0 6px;
}

.product-section.active {
	display: block;
}

.product-itineraire-jour {
	font-weight: bold;
	text-transform: uppercase;
}

.product-itineraire-localisation {
	font-weight: bold;
	text-transform: uppercase;
	color: #cc9966;
}

.product-summary {
	background: #fcfaf8;
	padding: 20px;
}

.product-summary .product-price {
	color: #cc9966;
	font-weight: bold;
	font-size: 2rem;
	text-align: center;
	margin-bottom: 0;
	margin-top: 24px;
}
.product-summary .product-get-quotes {
	color: #cc9966;
	font-weight: bold;
	font-size: 1.1rem;
	text-align: center;
	margin-bottom: 0;
	margin-top: 24px;
}
.product-summary .product-get-quotes a{
	color: #cc9966;
}
.product-summary .product-get-quotes a:hover{
	color: #000
}
.product-summary .product-get-quotes2 {
	color: #cc9966;
	font-weight: bold;
	font-size: 1.1rem;
	text-align: center;
	margin-bottom: 0;
	margin-top: 24px;
}
.product-summary .product-get-quotes2 a{
	color: #cc9966;
}
.product-summary .product-get-quotes2 a:hover{
	color: #000
}
.product-summary span.minor{
	font-size: 10px;
    font-weight: normal;
}

.product-summary .product-ajouter-alacarte {
	text-transform: uppercase;
	font-weight: 600;
}

.product-summary .product-price-legend {
	font-size: .8125rem;
	text-align: center;
	font-style: italic;
	color: #999999;
}

.product-summary label {
	text-transform: uppercase;
	font-weight: 600;
	margin-left: 16px;
	font-size: .9rem;
	margin-top: 8px;
}

.product-summary select {
	padding: 10px;
	height: auto !important;
}

#date_depart_picker .flatpickr-calendar {
	width: auto;
}

#date_depart_picker .dayContainer {
	width: auto;
	min-width: auto;
	max-width: 100%;
}

#date_depart_picker .flatpickr-days {
	width: auto;
}
span.calendar-price{
    color: black;
    font-size: 0.6em;
    position: relative;
    top: -26px;
}
.flatpickr-day.selected span.calendar-price{
	color : #fff
}

.numInputWrapper span {
	opacity: 1;
	right: -10px
}

.produit-block-alacarte {
	background: #fcfaf8;
	padding: 34px 48px;
	margin-bottom: 16px;
}

.produit-block-alacarte-h3 {
	font-size: 1.6rem;
}

.produit-alacarte-ajouter.btn {
	margin: 0;
}

.produit-alacarte-ajouter:hover{}

.produit-alacarte-prix {
	font-size: 2rem;
	font-weight: bold;
}

.nice-select {
    line-height: 32px;
}

#origineListe{
	position: fixed;
    right: 0px;
    bottom: 30%;
    cursor: pointer;
    display: none;
}
#origineListe i {
    color: #fff;
    background: #cc9966;
    padding: 15px;
    border: 3px solid #fff;
    box-shadow: 0px 0px 4px #000;
}

.product-section-title-mobile{
	text-transform: uppercase;
	font-weight: bold;
    color: #cc9966;
    font-size: 18px;
	margin-bottom: 25px
}

.d-block.d-sm-none.minh-30vh.bg-image {
	min-height: auto
}

.mobile {
	display: none;
}

#navbar {
  background-color: white;
  text-align: center;
  width: 100%;

  /* Pay special attention here! */
  position: sticky;
  top: 0px;
}
.carousel-h1 {
	position: absolute;
    right: 0%;
    top: 20px;
    left: 0%;
    z-index: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
.column ul {
	display: inline-block;
    margin: auto;
    text-align: left;
}
.sticky {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 10;
  width: fit-content;
}
.sticky_menu {
	right: 2%;
}
.sticky_voyage {
	left: 60%;
	top: 75px !important;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .row .col-12 .mx-3 .pc .tab-content .product-section {
  padding-top: 100px !important;
}

@media
(prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}


@media (min-width: 1500px) {
	.sticky-voyage {
		left: 65% !important;
		max-width: 30% !important;
	}
}

@media (min-width: 576px) {
	.d-block.d-sm-none.minh-30vh.bg-image {
		min-height: 30vh;
	}
	.product-menu {
		display: block;
	}
}

/* PETIT ECRAN ET TELEPHONE */
@media (max-width: 767px) {


	.mobile {
		display: block;
	}

	.pc {
		display: none;
	}

	#accordeon{
		padding: 0px 20px;
	}

	.card-header {
	    padding: .75rem 1.25rem;
	    margin-bottom: 0;
	    background-color: #fff;
	    border: 1px solid #000;
	    border-radius: 0px !important;
	    text-transform: uppercase;
	    position: relative;
	    width: 80%;
	    margin: auto;
	}
	
	.card-header a{
		font-family: 'Montserrat',sans-serif;
		width: 100%;
		display: block;
	}
	
	.card-header.active {
		background: #cc9966;
		font-weight: bold;
		color: #000;
	}
	
	.card-header.active i{
		color: #fff;
		transform: rotate(90deg);
	}
	.card-header.active a{
		color: #fff;
	}
	
	
	.card-header i {
		position: absolute;
		right: 10px;
	    top: 10px;
	    font-size: 15px;
	    transform: rotate(0deg);
	}
	
	
	.card {
		border: none;
		border-radius: 0px;
		margin-bottom: 3px;
	}
	.cadre-jour h3 {
		color: #cc9966;
	}
	.show-itineraire li {
    	margin-left: -40px !important;
    	text-align: justify;
	}
	.show-itineraire p {
    	text-align: justify;
	}
	#top-carousel, #top-carousel img {
    	max-height: 222px;
	}
	.carousel-caption {
	    position: absolute;
	    right: 10%;
	    bottom: 212px;
	    left: 10%;
	    z-index: 10;
	    padding-top: 20px;
	    padding-bottom: 20px;
	    color: #fff;
	}
	p.product-name {
		line-height: initial;
	}
}
.format-list ul {
	list-style-position: inside;
}