/*
 Theme Name:   Thème Hoppy tours
 Theme URI:    https://www.we-june.com
 Description:  Thème pour Hoppy Tours - novembre 2023
 Author:       Jérémy
 Author URI:   https://www.we-june.com
 Version:      1.0.0
*/

@import url('./assets/css/style.css');

header#header {
    background: #ffffff;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

header #logo {
    height: 40px;
    width: auto;
    position: relative;
    z-index: 999;
}

header nav ul {
    align-items: left;
}

header ul.divers {
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: space-around;
}

nav#navbarResponsive ul.menu li {
    position: relative;
    padding: 15px 0;
    margin: 0 15px;
}

.menu-item a {
    display: flex;
    align-content: center;
}

.mt-6 {
    margin-top: 5rem;
}

.mt-7 {
    margin-top: 7rem;
  }
  
  .home .mt-7 {
    margin-top: 13rem;
  }

/* button.navbar-toggler {
    background: url('assets/images/menu.png') no-repeat center center / cover;
    border: none;
      border-top-color: currentcolor;
      border-right-color: currentcolor;
      border-bottom-color: currentcolor;
      border-left-color: currentcolor;
    overflow: hidden;
    width: 25px;
    height: 25px;
    border-radius: 0;
    padding: 0;
    position: relative;
    right: 0;
    margin-right: 0.5em;
  } */

.navbar-toggler:focus {
    box-shadow: none;
}

.ctaLinks {
    display: flex;
}

.video {
    margin: 50px 0;
}

.youtube-box {
    width: 100%;
    min-width: 400px;
    max-width: 800px;
}

.wp-block-group.youtube-box-item {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%;
}

.bg-home {
    background-image: url(/wp-content/uploads/2026/01/hto-home.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding: 50px 0;
}

.txt-home {
    max-width: 1140px;
    padding: 45px 75px;
    margin: 0 auto;
    text-align: center;
}

.btn-home {
    width: auto;
    min-width: 250px;
}

.cta a.wp-block-button__link.wp-element-button {
    background: none;
    font-size: 1em;
    box-shadow: none;
    padding: 0 0.5em;
}

/* PH - CALENDAR - BOOKING */
ul#ph-calendar-days {
    padding: 0 !important;
    background: #ffffff !important;
	position: relative;
}

ul#ph-calendar-days li.ph-calendar-date {
    background: #ffffff !important;
    border-radius: 100%;
    padding: 27.5px 0;
    margin-bottom: 0 !important;
}

ul#ph-calendar-days li.ph-calendar-date.selected-date {
    background: #E2D413 !important;
}
span.ph_bookings_capacity {
	display: none;
	color: black;
	font-weight: bold;
}
li.ph-calendar-date.selected-date span.ph_bookings_capacity {
	display:block;
}

ul#ph-calendar-days li.ph-calendar-date.today {
    border: 2px solid #ffffff;
}

li.ph-calendar-date.booking-disabled {
    opacity: 0.5;
}
ul#ph-calendar-days li.ph-calendar-date.timepicker-selected-date,
ul#ph-calendar-days li.ph-calendar-date:hover{
	background: #E2D315 !important;
	color: #000000 !important;
}
div.time-picker ul#ph-calendar-time {
    background: transparent !important;
}
ul#ph-calendar-time > li.ph-calendar-date {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	background: white;
}
ul#ph-calendar-time > li.ph-calendar-date span.ph_calendar_time {
	color: #000000;
}

/* SINGLE PRODUCT "RESERVATION" */
section#banner-produit {
    background-color: #6EC1E4;
    background-image: url(https://www.hoppy-tours.com/wp-content/uploads/2020/03/Fichier-1.png);
    background-position: 150% 100% !important; /* edited from -15% */
    background-repeat: no-repeat;
    background-size: 78% auto;
    padding: 50px 0;
}

section#banner-produit .container {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
}

section#banner-produit h1 {
    color: #FFFFFF;
    font-family: "Francois One", Sans-serif;
    font-size: 60px;
    line-height: 1;
    max-width: 80%;
}

section#banner-produit #prix-produit * {
    color: #E2D413;
    font-family: "Work Sans", Sans-serif;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-shadow: 4px 0 0 #6ec1e4, 4px 4px 0 #6ec1e4, 0 4px 0 #6ec1e4, -4px 4px 0 #6ec1e4, -4px 0 0 #6ec1e4, -4px -4px 0 #6ec1e4, 0 -4px 0 #6ec1e4, 4px -4px 0 #6ec1e4;
}

section#banner-produit #extrait-produit * {
    color: #FFFFFF;
    font-family: "Work Sans", Sans-serif;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-shadow: 4px 0 0 #6ec1e4, 4px 4px 0 #6ec1e4, 0 4px 0 #6ec1e4, -4px 4px 0 #6ec1e4, -4px 0 0 #6ec1e4, -4px -4px 0 #6ec1e4, 0 -4px 0 #6ec1e4, 4px -4px 0 #6ec1e4;
}
section#banner-produit #extrait-produit strong {
    color: #000000 !important;
}

section#banner-produit #info-produit,
section#banner-produit #cta-produit {
    width: 45%;
}

section#banner-produit .participant_inner_section,
section#banner-produit input[type="number"] {
    color: #ffffff !important;
    font-weight: bold !important;
}

section#banner-produit a.input-person-minus,
section#banner-produit a.input-person-plus {
    background: #4DA8E5 !important;
    color: #ffffff !important;
}

section#description-produit h2 {
    font-family: "Francois One", sans-serif;
    font-size: 64px;
    padding-bottom: 50px;
    font-weight: 600;
    line-height: 1.1;
    color: rgb(58, 59, 116);
    -webkit-font-smoothing: antialiased;
    text-align: center;
    text-transform: none;
    white-space: normal;
}

section#description-produit {
    margin-bottom: 25px;
    padding-bottom: 25px;
}
section#banner-produit #cta-produit .extra-resources.participant_section {
    background: #000000;
    padding: 25px;
}

#cta-produit button.ph_book_now_button {
    color: #fff !important;
	text-transform: uppercase;
    padding: 15px 20px 15px 20px;
    letter-spacing: 0.5px;
    font-family: "Francois One", sans-serif;
	transition: all .3s ease-in-out;
}
#cta-produit button.ph_book_now_button:hover {
    color: #E2D315 !important;
    background: #000000 !important;
}

@media screen AND (max-width: 768px) {
    section#banner-produit .container {
        flex-direction: column;
    }

    section#banner-produit #info-produit,
    section#banner-produit #cta-produit {
    }
}

#extrait-produit{
	margin-bottom: 30px;
}

#extrait-produit h6 {
	font-size: 17px !important; /* edited from empty */
	font-weight: 500 !important;
	letter-spacing: 0.2px !important;
	line-height: 1.3rem;
}

#extrait-produit ol li::marker {
	font-size: 17px;
	font-weight: 700 !important;
	color: #E2D313;
}

#cta-lang .btn-lang-book {
    color: #000000;
    border: 2px solid #000000 !important;
    margin: 0 5px;
    padding: 10px 20px !important;
}
#cta-lang .btn-lang-book:hover {
    background: #000000;
    color: #E2D315 !important;
}

/*BEFORE CHOIX HEURE IF LANGUAGE > RESERVATIONS*/

body#en-US #ph-calendar-time:before {
	content: "Arrival time";
	margin: 15px 0 25px !important;
    display: block;
    text-align: center;
    font-size: 1.5rem;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

body#nl-NL #ph-calendar-time:before {
	content: "Startslot";
	margin: 15px 0 25px !important;
    display: block;
    text-align: center;
    font-size: 1.5rem;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

body#fr-FR #ph-calendar-time:before {
	content: "Créneau de départ";
	margin: 15px 0 25px !important;
    display: block;
    text-align: center;
    font-size: 1.5rem;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

/*body#en-US span.ph_bookings_capacity:after {
    content: " of 5 people";
}

body#nl-NL span.ph_bookings_capacity:after {
    content: " van 5 personen";
}

body#fr-FR span.ph_bookings_capacity:after {
    content: " de 5 personnes";
}*/