/*
rgba(253, 183, 20,1.0) : Orange (#fdb714);
*/
.menu-link, .sub-menu-container .menu-item > .menu-link { font-size: 12px; }
.menu-link i { font-size: 16px; }
.subscribe-widget h5 { font-size: 14px; }
a { text-decoration: none !important; color: rgb(253, 183, 20); }
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus { border:0; background: unset; }
.header-wrap-clone {
  display: block;
  height: calc( 77px + 1px );
}
.full-header #logo, #header.full-header:not(.transparent-header), .full-header .primary-menu .menu-container { border: 0; }
#logo img { max-height: 50px; }
.button.button-reveal.button-large { padding-left: 22px; padding-right: 22px; line-height: 20px; }
.button span { color: #444; font-weight: 700; font-size: 0.8125rem; letter-spacing: 1px; text-transform: uppercase; font-family: 'Poppins', sans-serif; }
.button:hover { background-color: rgb(253, 183, 20) !important; padding-left: 10px; padding-right: 10px; }
.header-misc { height: 78px; background-color: rgb(253, 183, 20); margin-left:0; margin-right: -30px; width: 130px; }
#side-panel .side-panel-wrap { background-color: rgb(253, 183, 20); }
#footer.dark { background-color: #000; }
.callme { margin-right:-50px; width: 100px; text-align: center; }
.callme a { background-color: #ff0000; color: #ffffff; }
.infos { width: 80px; text-align: center; }
.infos a { background-color: #000000; color: #ffffff; }
.heading-block h2 span { float: right; }
.gradient-horizon,
.h-gradient-horizon:hover {
	background-image: -webkit-linear-gradient(90deg, rgba(253,183,20,1) 0%, rgba(125,107,64,1) 50%, rgba(0,0,0,1) 100%) !important;
	background-image: linear-gradient(90deg, rgba(253,183,20,1) 0%, rgba(125,107,64,1) 50%, rgba(0,0,0,1) 100%) !important;
}
.home-price { font-size:24px; }
.counter small { font-size:12px; text-transform:uppercase; }
.counter { line-height: 0.6; }
.mt-80 { margin-top:80px; }
.mt-20 { margin-top:20px; }
.table th, .table td { font-size: 12px !important; }
.table th { border-top: 0; }
.orange-txt { color: rgb(253, 183, 20); }
.tab-nav li a { font-size: 13px; }
.modal-footer { display: unset; }
#page-title.page-title-dark { background-color: #000; }
#page-title { padding: 50px 0; }
#page-title h1 { font-size: 16px; }
#page-title.page-title-dark .breadcrumb > .active { color: rgba(253, 183, 20,1.0); }
.box-title { margin-bottom: 15px; letter-spacing: 2px; text-transform: uppercase; font-weight: 500; font-size: 16px; color: rgba(253, 183, 20,1.0); }
.form-control { font-size: 0.75rem; }
input.input-text, select, textarea, span.custom-select {
    background: #ebebeb;
}
label {
    display: inline-block;
    font-size: 0.7333em;
    font-weight: normal;
    margin-bottom: 3px;
    letter-spacing: 0.04em;
}
.input-group-text { padding: 0.175rem 0.75rem; }
h4 span { font-size: 10px; letter-spacing: .04em !important; text-transform: unset; }
.nav-tabs { border-bottom: 0; background-color: #000; font-size: 12px; text-transform: uppercase; }
.nav-tabs .nav-link:hover { border: 0; color: #fff; }
.pull-left { float: left; }
.pull-right { float: right; }
.price { font-size: 30px; color: rgba(253, 183, 20,1.0); }
.product-price { width: 100%; }
.btn-lg, .btn-group-lg > .btn { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 2px; }
.btn-warning { color: #fff; border-color: #ffc107; }
.box h5 { margin-top:25px; margin-bottom: 5px; color: rgba(253, 183, 20,1.0); }
.light-text { color: #9e9e9e; }
.entry-content p { line-height: 1.4rem; }
.pricing-price { font-size: 2.5rem; }
.pricing-extended { background-color: unset; text-align: right; }
.pricing-extended .pricing-action-area { border-left: 0; background-color: unset; padding: 0; text-align: right; }
.fbox-bg.fbox-center .fbox-icon { background-color: unset; }
.mt-35 { margin-top: 35px; }
.slider-caption.slider-caption-center { max-width: 100%; }
.slider-brochures { max-height:180px; margin:10px; }

/* Tab Partir Vite */
.voyages-container {
    margin: 30px auto;
    max-width: 100%;
}

.voyages-layout {
    display: flex;
    border: 0;
    background: #fff;
    min-height: 150px;
}

/* Liste des onglets à gauche */
.mois-tabs {
    width: 200px;
    min-width: 200px !important;
    list-style: none;
    padding: 10px;
    margin: 0;
    border-right: 1px solid #ccc;
}

.tab-item {
    padding: 10px;
    cursor: pointer;
    background: #fdb714;
    color: #fff;
    margin-bottom: 5px;
    font-size: 12px;
    transition: all 0.2s ease;
    border-radius: 4px;
}

.tab-item.active {
    background: #fff;
    color: #000;
    font-weight: bold;
    border: 1px solid #ccc;
}

/* Contenu dynamique à droite */
.voyages-content {
    flex-grow: 1;
    padding: 20px;
}



/* SWINGLINE custom */
.input-group .form-control {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
  display: table-cell;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
  border: 1px solid #ccc;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-btn > .btn {
  position: relative;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.panel-default > .panel-heading {
  color: #fff;
  background-color: rgb(253, 183, 20);
  border-color: #ddd;
}
.wizard .wizard-step.current, .wizard .wizard-step.done {
  background-color: rgb(253, 183, 20);
  color: #fff;
}
.wizard .wizard-step.current::after, .wizard .wizard-step.done::after {
  border-left-color: #fdb714;
}
.wizard .wizard-step {
  background-color: #f3d48b;
}
.wizard .wizard-step::after {
  border-left-color: #f3d48b;
}
.btn-primary {
  color: #fff;
  background-color: rgb(253, 183, 20);
  border-color: rgb(253, 183, 20);
}
.btn-success {
  color: #fff;
  background-color: rgb(253, 183, 20);
  border-color: rgb(253, 183, 20);
}
input {
  line-height: normal;
}
sl-calculation { min-width: 100%; }
sl-select .select-container .selected-option {
  font-size: 12px;
}
.tab-home-lg { display:block !important; font-size:12px; }
.tab-home-xs { display:none !important; font-size:12px; border-bottom:1px solid #ccc; margin-bottom:20px;  }
.tab-home-xs .row { padding:0 0 4px 0; }
.tab-home-lg .row { padding:8px 0; border-bottom:1px solid #ccc; }

@media (max-width: 1200px) {
    .slider-caption.slider-caption-center { max-width: 100%; }
    .slider-brochures { max-height:150px; margin:5px; }
    .slider-caption h2 { font-size: 2rem !important; }
    .container { max-width: 95% !important; }
    .col-padding { padding: 2rem; }
    .heading-block h2 { font-size: 18px !important; }
}


@media (max-width: 815px) {
  #header-wrap { margin: 20px 0; }
  .header-wrap-clone { display:none; }
  li.infos, li.callme { width:100%; }
  .side-tabs .tab-nav { min-width: unset; width: auto; }
  /*.tab-home-lg { display:none !important; }*/
  .tab-home-xs { display:block !important; }
}

@media (max-width: 412px) {
  .tab-nav li { width: 50%; }

}