/*
Theme Name: LIZIWEB - Theme enfant Divi
Description: Theme enfant du theme Divi. Vous pouvez desormais le personnaliser sans risquer de perdre vos modifications
Author: LIZIWEB
Author URI: https://liziweb.com
Template: Divi
Version: 1.0
*/


/* ----------- Fonts ----------- */
h1, h2, h3 {
	font-family: "Catamaran", sans-serif;
	font-weight: 900;
	font-style: normal;
}

h1 {
	font-size: 36px;
	color: #23353F;
}

h2 {
	font-size: 36px !important;
	color: #23353F;
}


p, li {
	font-family: "Catamaran", sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #000000;
}

a {
	font-family: "Catamaran", sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #0061AE;
	cursor: pointer;
}

a:hover {
	color: #D6A450 !important;
	text-decoration: underline;
}



/* ----------- Menu Header & Footer ----------- */

/* Header */
.coordonnees-contact {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 5px;
	flex-wrap: wrap;
}

.coordonnees-contact a {
	font-family: "Catamaran", sans-serif;
	color: #000000;
	display: flex;
	align-items: center;
}



@media (max-width: 980px) {
	.coordonnees-contact {
		display: none;
	}
}



#menu-header li a {
	font-size: 16px;
	font-family: "Catamaran", sans-serif;
	font-weight: 900;
	color: #23353F !important;
	cursor: pointer;
}

#menu-header li a:hover,
#menu-header .current-menu-item a {
	color: #D6A450 !important;
	text-decoration: none;
}

#menu-header li.menu-item-has-children > a::after {
	color: #D6A450;
	font-size: 30px;
	right: -7px;
}

.et-menu .menu-item-has-children>a:first-child:after {
	padding-left: 20px!important;
}

#menu-header .sub-menu {
	border-top: 3px solid #D6A450;
	top: 100px;
	width: 360px;
}

#menu-header .sub-menu li a {
	width: 320px;
}


.mobile_menu_bar::before {
	color: #23353F !important;
	font-size: 52px;
	font-weight: 900;
}

.et_mobile_menu {
	border-top: 3px solid #D6A450;
}

.et_mobile_menu li a {
	color: black;
	font-weight: 900 !important;
}

.et_mobile_menu li a:hover, .et_mobile_menu .current-menu-item a {
	color: #D6A450 !important;
	text-decoration: none;
}

@media (max-width: 768px) {
	.et_pb_menu__logo {
		width: 50%;
	}
}


/* Footer */
.footer-rangée-logos {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

@media (max-width: 980px) {
	.footer-rangée-logos {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		gap: 30px;
	}
}

.dipl_logo_wrapper img {
	width: 100%;
}

.section-footer a {
	color: white;
}

.footer-title-wrapper {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.footer-title-hr {
	width: 80px;
	height: 4px;
	background-color: #D6A450;
	margin-bottom: 8px;
}

.footer-title {
	color: #D6A450;
	font-weight: 900;
	font-size: 15px !important;
	margin: 0;
}

.footer-logos-sociaux {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	gap: 5px;
}

@media (max-width: 768px) {
	.footer-title-wrapper {
		align-items: center;
	}

	.footer-logos-sociaux {
		justify-content: center;
	}
}


.section-legale {
	font-family: "Catamaran", sans-serif;
	font-size: 12px;
	color: white;
}

.section-legale a {
	font-size: 12px !important;
}




/* ----------- Components boutons ----------- */
/* Base commune */
.et_pb_button:after {
	margin-left: 0px !important;
	margin-top: -3px;
}

.et_pb_button {
	padding-right: 2.7em !important;
	padding-left: 20px !important;
}


.blue-button,
.gold-button,
.white-button-1,
.white-button-2 {
	font-family: "Catamaran", sans-serif;
	font-size: 15px;
	font-weight: bold;
	background-color: transparent;
	border-radius: 5px;
	border: 2px solid;
	padding: 10px 20px;
	cursor: pointer;
	transition: all 0.3s ease;
	text-decoration: none;
	display: inline-block;
}

.blue-button:hover,
.gold-button:hover,
.white-button-1:hover,
.white-button-2:hover {
	border: 2px solid;
	padding: 10px 20px !important;
	padding-right: 2.7em !important;
}

/* Bleu */
.blue-button {
	color: #0061AE;
	border-color: #0061AE;
}

.blue-button:hover {
	background-color: #0061AE !important;
	color: white !important;
	text-decoration: none !important;
}

/* Doré */
.gold-button {
	color: #D6A450;
	border-color: #D6A450;
}

.gold-button:hover {
	background-color: #D6A450 !important;
	color: white !important;
	text-decoration: none !important;
}

/* Blanc */
.white-button-1, .white-button-2{
	color: white;
	border-color: white;
}

.white-button-1::after, .white-button-2::after {
	opacity: 1;
}

.white-button-1:hover {
	background-color: white !important;
	color: #ddb26e !important;
	text-decoration: none !important;
}

.white-button-2:hover {
	background-color: white !important;
	color: #3f7aa1 !important;
	text-decoration: none !important;
}


/* Bouton formulaire contact */
input#gform_submit_button_1, input#gform_submit_button_2 {
	font-family: "Catamaran", sans-serif;
	font-size: 15px;
	font-weight: bold;
	background-color: transparent;
	border-radius: 5px;
	border: 2px solid;
	padding: 10px 20px;
	cursor: pointer;
	transition: all 0.3s ease;
	text-decoration: none;
	display: inline-block;
	color: #0061AE;
	border-color: #0061AE;
}

input#gform_submit_button_1:hover, input#gform_submit_button_2:hover {
	background-color: #0061AE !important;
	color: white !important;
	text-decoration: none !important;
}









/* ----------- Autres Components ----------- */
/* Titre avec ruban doré */
.ruban-dore {
	position: relative;
	display: inline-block;
	font-size: 14px;
	font-weight: 900;
	color: #23353F;
}

.ruban-dore::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 50%;
	height: 4px;
	background-color: #D6A450;
}

@media (max-width: 980px) {
	.ruban-dore::after {
		left: 50%;
		transform: translateX(-50%);
	}
}



/* Alignement de logos + textes */
.ligne-logos {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: 30px 0;
}

.logo-item {
	text-align: center;
	max-width: 120px;
}

.logo-item p {
	font-size: 16px;
	font-weight: bold;
	color: white;
}

.logo-item img {
	width: 100%;
	height: auto;
}


@media (max-width: 980px) {
	.ligne-logos {
		justify-content: center;
		gap: 40px;
	}

	.logo-item {
		flex: 0 0 50%;
		max-width: 40%;
		margin-bottom: 20px;
	}
}



/* Bordure dorée */
.shadow-box-gold {
	position: relative;
	display: inline-block;
}

.shadow-box-gold::after {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100%;
	height: 100%;
	background-color: #D6A450;
	z-index: -1;
}



/* Pagination */
.pagination {
	text-align: center;
	margin-top: 30px;
}

.pagination .page-numbers {
	display: inline-block;
	margin: 0 5px;
	padding: 8px 12px;
	background: #f5f5f5;
	color: #333;
	text-decoration: none;
	border-radius: 4px;
}

.pagination .current {
	background: #23353F;
	color: white;
	font-weight: bold;
}



















/* ----------- Page Accueil ----------- */

/* Hero */
.ruban-rouge {
	position: relative;
	display: inline-block;
	font-size: 14px;
	font-weight: 900;
	color: #23353F;
	text-align: center; 
	width: 300px;
	z-index: 1;
}

.ruban-rouge::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 4px;
	background-color: #E40613;
}

.ruban-blanc {
	position: relative;
	display: inline-block;
	font-size: 14px;
	font-weight: 900;
	color: white;
	text-align: center; 
	width: 300px;
	z-index: 1;
}

.ruban-blanc::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 4px;
	background-color: white;
}





/* Nos Circuits incontournables */
.circuit-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 30px;
}

.circuit-card-link {
	text-decoration: none;
}

.circuit-card-link:hover {
	text-decoration: none;
}

.circuit-card {
	height: 100%;
}


.circuit-image-container {
	position: relative;
	display: inline-block;
}

.circuit-image-container::after {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100%;
	height: 100%;
	background-color: #D6A450;
	z-index: -1;
}

.circuit-image-container img {
	display: block;
}

.circuit-card h3 {
	text-transform: uppercase;
	color: #23353F;
	margin-top: 20px;
}

.circuit-card p {
	font-size: 14px;
}


.circuit-card .gold-button {
	padding: 5px 10px !important;
	margin-top: 20px;
}

.circuit-card .gold-button:hover {
	padding: 5px 10px !important;
	padding-right: 10px !important;
	padding-left: 10px !important;
	border-color: #D6A450;
}



/* Tous nos circuits */
.circuit-grid-small {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.circuit-mini-link {
	flex: 0 0 calc((100% / 5) - 24px);
	box-sizing: border-box;
	text-decoration: none !important;
}

.circuit-mini-image-container {
	position: relative;
	display: inline-block;
}

.circuit-mini-image-container::after {
	content: "";
	position: absolute;
	bottom: -5px;
	width: 90%;
	height: 100%;
	background-color: #0061AE;
	z-index: -1;
}

.circuit-mini-image-container img {
	display: block;
}

.circuit-mini h3 {
	color: #23353F;
	font-size: 18px;
	margin-top: 5px;
}


/* RESPONSIVE DESIGN */

/* 4 colonnes en desktop moyen */
@media (max-width: 1200px) {
	.circuit-mini-link {
		flex: 0 0 calc(25% - 24px);
	}
}

/* 3 colonnes en tablette paysage */
@media (max-width: 992px) {
	.circuit-mini-link {
		flex: 0 0 calc(33.333% - 24px);
	}
}

/* 2 colonnes en tablette portrait / mobile large */
@media (max-width: 768px) {
	.circuit-mini-link {
		flex: 0 0 calc(50% - 24px);
	}
}

/* 1 colonne en mobile */
@media (max-width: 480px) {
	.circuit-mini-link {
		flex: 0 0 100%;
	}
}





/* ----------- Page Circuit Touristique ----------- */
.circuit-image img {
	background-size: cover;
	background-position: center;
	width: 100%;
}

.row-desc-prix {
	z-index: 2;
}

.circuit-description p {
	font-size: 23px;
	font-weight: bold;
	margin-top: -30px;
	line-height: 1.4em;
}

.circuit-prix.decorative-bar {
	margin-top: -33px;
}

.circuit-prix p {
	color: #23353F;
}

.circuit-prix strong{
	font-size: 35px;
	font-weight: bold;
	color: #D6A450;
}

.decorative-bar {
	position: relative;
	padding-top: 20px;
	text-align: center
}

.decorative-bar::before {
	content: "";
	position: absolute;
	top: -27px;
	left: 50%;
	transform: translateX(-50%);
	width: 300px;
	height: 10px;
	background-color: #D6A450;
}

@media (max-width: 980px) {
	.circuit-description p {
		margin-top: 0px;
	}

	.circuit-prix.decorative-bar {
		margin-top: 0px;
		text-align: center;
	}

	.decorative-bar::before {
		display: none;
	}
}

/* Gérer la largeur des colonnes en dessous de la description pour la bordure dorée */
@media (min-width: 981px) {
	.et_pb_gutters1 .et_pb_column_1_6, .et_pb_gutters1.et_pb_row .et_pb_column_1_6 {
		height: 190px;
	}
}

@media (max-width: 478px) {
	.et_pb_column_4_tb_body, .et_pb_column_5_tb_body {
		border: none;
	}
}


.circuit-nb p, .circuit-duree p, .circuit-languages p {
	color: #23353F;
	font-weight: normal;
}



.circuit-titres h2 {
	font-size: 25px !important;
	font-weight: bold;
}

.circuit-titres::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 20%;
	height: 5px;
	background-color: #D6A450;
	border-radius: 8px;
}


.bascule-cpt .et_pb_toggle_title:before {
	font-size: 60px;
}

.bascule-cpt h5 {
	font-family: "Catamaran", sans-serif;
	color: #0061ae !important;
	font-size: 20px;
	font-weight: 900;
	text-transform: uppercase;
}

.bascule-cpt hr {
	background-color: #23353F;
	height: 2px;
	border: none;
}


.circuit-bokun h2.sc-dmqHEX.cHCsyw {
	color: #0061ae !important;
}

.circuit-bokun .sc-gloVsK.cCECXR {
	background: #D6A450 !important;
	width: 70px !important;
}




/* ----------- Page Transferts ----------- */
.hero-transferts p {
	transition: transform 0.3s ease;
	transform: scale(1);
}

.hero-transferts:hover p {
	transform: scale(1.10);
}


.bascule-faq .et_pb_toggle_title:before {
	font-size: 60px;
}

.bascule-faq h5 {
	font-family: "Catamaran", sans-serif;
	color: black !important;
	font-size: 18px;
	font-weight: bold;
}
li.et_pb_menu_page_id-1543.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-1543 {
    align-items: center;
    padding: 31px 0;
}
.gt_container--vic048 .gt_switcher .gt_selected a {
   border: none;
}







/* ----------- Page Contact----------- */
.column-contact {
	padding: 30px;
}


/* intégration GTranslate plugin / traduction */

.et-menu a {
    color: rgba(0, 0, 0, .6);
    text-decoration: none;
    display: inline-block;
}
a.glink img {
    margin-right: 15px !important;
}
a.glink.nturl.notranslate.gt-current-lang {
    display: none;
}

@media (max-width:780px){
	.drapeaux-menu-header{
		display:none!important;
	}
}