/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.1
*/
#anchors p {
	margin:0;
}
.intro p {
	margin-bottom: 15px;
}
.float-menu-1 li.fm-item-1-0 {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
.svg-img.house{
	stroke: #fff;
}
.house-blue svg{
	stroke: #6EC1E4;
    stroke-width: 1;
}
.trip-col.active:after {
    background: #ffffff1f;
    content: "";
    position: absolute;
    width: 110%;
    height: 125%;
    top: -10px;
    left: 1px;
}
.elementor-widget-image a img[src$=".svg"] {
    width: auto !important;
    max-width: 260px;
}
.banner-text strong {
    font-size: 68px;
}
.banner-text p {
    font-size: 45px;
	line-height: 1;
}
.elementor-editor-wp-page #banner {
    background: url(/wp-content/uploads/2023/10/8.jpg) center bottom;
}
.elementor-tabs-content-wrapper > .elementor-tab-content:not(:nth-child(2)) {
    padding-top: 4%;
}
#cmplz-manage-consent .cmplz-manage-consent {
    height: 25px !important;
    font-size: 15px;
}
.section-full .text-content h3 {
    line-height: 150%;
}
.elementor-widget-theme-site-logo img{
    opacity:0;
    right: -50px;
    position:relative;
}
.dialog-close-button {
	text-decoration: none !important;
	opacity:0.7;
	transform: scale(0.7);
	transition: transform 0.3s ease-out;
}
.dialog-close-button:hover {
	text-decoration: none !important;
	opacity:1;
	transform: scale(1);
	transition: all 0.3s ease-out;
}
#banner {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
body.page #trips-nav{
    opacity:0;
    padding: 0;
}
#trips-nav svg {
    height: 35px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.25rem;
	  fill: #fff;
}
.trip-col {
    padding-top: 10px;
    padding-bottom: 10px;
}
.home .trip-col {
    padding-top: 20px;
    padding-bottom: 20px;
}
.trip-text p {
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    font-weight: 300;
    margin: 0;
	line-height: 1.2;
}
.trip-col:not(.last-child):before {
    content: '';
    width: 1px;
    background: #ffffff;
    position: absolute;
    right: -10px;
    top: 48%;
    transform: translateY(-50%);
    left: initial;
    transition: all ease 0.5s;
    height: 0px;
}
.show-bar .trip-col:not(.last-child):before {
	transition: all cubic-bezier(0, 0.48, 0.18, 1.55) 0.3s;
    height: 60px;
}
.icon-button i {
    transform: translateX(0px);
    transition: all ease 0.5s;
}
.icon-button:hover i {
    transform: translateX(10px);
    transition: all ease 0.5s;
}
div#v-velo svg {
    transform: scale(1.3);
}
.sub-heading p {
    font-size: 27px;
    font-weight: 600;
    letter-spacing: 1.8px;
}
.btn-wrapper{
    text-align: center;
}
.form-group label {
    font-family: Lato, sans-serif;
    font-size: 18px;
}
form#sib_signup_form_1 {
    width: 460px;
    margin: 0 auto;
    max-width: 100%;
}
#sib_signup_form_1 input[type="text"], #sib_signup_form_1 input[type="email"] {
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: none;
    width: 460px;
    max-width: 100%;
}
#sib_signup_form_1 input[type="submit"] {
    color: rgb(255, 255, 255);
    background: rgb(35, 179, 201) none repeat scroll 0% 0%;
    display: inline-block;
    white-space: nowrap;
    min-height: 40px;
    margin: 0px 5px 0px 0px;
    padding: 0px 22px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    cursor: pointer;
    border: 0px none;
    border-radius: 0px;
    vertical-align: top;
    height: auto;
    line-height: 150%;
}


.nav-voyage {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.elementor-popup-modal .dialog-widget-content {
    background: rgba(255,255,255,.8);
}
.nav-voyage .e-con-inner .elementor-widget-html {
    margin: 0 0 1rem;
    flex: 0 0 calc(100% - 40px);
}
.nav-voyage .e-con-inner > div .elementor-widget-button,
.nav-voyage .e-con-inner > div .elementor-widget-button * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.nav-voyage svg {
    height: 100%;
	transform: scale(.6);
	transition: .5s ease 0s;
}
#voitures svg {
	transform: scale(1);
}

#mariage svg {
	transform: scale(0.5);
}
.nav-voyage svg * {
	fill: #23b4c9;
}

.nav-voyage .e-con-inner > div:hover svg {
    fill: #000;
	transform: scale(1);
}



#trips-nav .trip-col:hover svg * {
    fill: #e2e2e2;
}


#trips-nav .trip-col:last-of-type {
    display: none
}
.elementor-383.elementor-location-header {
    background: url(./images/header-background.jpg) no-repeat;
    background-position: center top;
    animation: positionXAnimation 220s linear infinite; /* Réglez la durée et le timing de l'animation selon vos besoins */
    position:relative;
}
.elementor.elementor-383.elementor-location-header:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #19607542;
    top: 0;
    left: 0;
    z-index: 0;
}
.pointer-none {
    pointer-events: none !important;
}
.tabs-wrapper .elementor-tab-content {
    background: white;
}
.tabs-wrapper  .tab-custom .elementor-tab-content  h2 {
    font-size: 27px;
    font-weight: 500;
    line-height: 1.2;
}
.elementor-tab-content img.alignleft{
	max-width: 50%;
}
.tabs-wrapper .tab-custom p {
    font-size: 15px;
    line-height: 1.5;
    color: black;
}
.tabs-wrapper:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 58px;
    background: #23b4c9;
    top: 0;
    left: 0;
}
.elementor-tab-title {
    text-align: center;
}
.elementor-tab-title:hover {
    background: #1dbed59e !important;
}
.elementor-tab-title:last-child {
    text-align: right;
}
.elementor-tab-title:first-child {
    text-align: left;
}
.itineraire-item {
    border: 2px solid #e2e2e2;
    margin: 3% 0;
    padding: 1% 3% 1% 6%;
}
.iti-header {
    font-family: 'Lato';
    color: black;
    position: relative;
    border-bottom: 2px solid #e2e2e2;
    cursor: pointer;
}
.iti-header .jour {
    font-family: 'Lato';
    display: block;
    line-height: 3rem;
    font-weight: 700;
    font-size: 18px;
}
.iti-header .lieux {
    text-transform: uppercase;
    font-style: italic;
    font-size: 16px;
    font-weight: 700;
    margin: 0.5rem 0;
    display: block;
    line-height: 1.5;
}
.iti-header figure {
    position: absolute;
    left: -3%;
    top: 1rem;
    width: 36px;
    height: 36px;
    border: 2px solid #b0b0b1;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
 .iti-header figure>p {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    text-align: center;
    color: #b0b0b1 !important;
    position: relative;
    left: 1px;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 700 !important;
    top: 2px;
}
.iti-header .arrow-icon {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 15px;
    top: 30px;
}
.iti-header .arrow-icon:before{
    content: "\f107";
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.5rem;
    transform: rotate(0deg);
    transition: transform 0.3s ease-in-out 0s;
}

.itineraire-item.close .arrow-icon:before{
    transform: rotate(-180deg);
    transition: transform 0.3s ease-in-out 0s;
}
.tabs-wrapper .tab-custom p, .tabs-wrapper .tab-custom li {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: black;
    font-weight: 300;
		line-height: 28px;
		margin-bottom: 12px;
}
.tabs-wrapper .tab-custom li{list-style:disc;}
.tabs-wrapper .tab-custom ul {
    padding-left: 3%;
    margin-bottom: 2%;
}
.elementor-tab-content {
    outline: none !important;
}
.tab-custom table {
    border-collapse: separate !important;
    border-spacing: 0px 15px !important;
    font-size: 16px;
    font-weight: 300;
}
.tab-custom table tr td {
    padding: 3px 5px;
}
.tab-custom tr td:first-child{
	text-align: left;
	padding-left: 30px;
}
table tr:nth-child(2n) td {
    background: transparent;
    border: none;
}
.tab-custom table tr:nth-child(2n) td {
    border:none;
    background: transparent;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid #f8f8f8;
}
.tab-custom table td a{
	cursor: pointer;
}
.tab-custom table tr:nth-child(2n) td:first-child {
    border-left: 1px solid #f8f8f8;
}
.tab-custom table tr:nth-child(2n) td:last-child {
    border-right: 1px solid #f8f8f8;
}
table tr:nth-child(2n+1) td {
    background: #f0f0f0;
    border: none;
}

.tab-custom table tr:nth-child(2n+1) td {
    border:none;
    background: #f0f0f0;;
}

.tab-custom table tr:nth-child(2n+1) td:first-child {
    border-left: 1px solid #f8f8f8;
}
.tab-custom table tr:nth-child(2n+1) td:last-child {
    border-right: 1px solid #f8f8f8;
}
.tab-custom table tr td:last-child a {
    font-size: 12px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    background-color: #5c5e62;
    padding: 1% 2%;
    letter-spacing: 2px;
}
.tab-custom table tr td:last-child a:hover{
    opacity: 0.8
}

.tab-custom table tr:first-child td{
    border: none;
    background: transparent;
    box-shadow: none;
    font-size: 15px;
    font-weight: 600;
    color: black;
    font-family: 'Lato';
}
.tab-custom th em {
    font-size: 12px;
    font-weight: 400;
}
.section-full > * {
    min-height: 700px;
}

.section-full .text-content {
    padding: 5% 5%;
}

.button-default .button, .button-default button, .button-default input[type="button"], .button-default input[type="reset"], .button-default input[type="submit"]{
	box-shadow: none !important;
}
.cmplz-btn, .cmplz-title, .cmplz-message {
	font-family: 'Lato';
}
#contact-info{
	opacity:0;
	pointer-events: none;
}
@keyframes positionXAnimation {
  0% {
    background-position-x: 0;
  }
  50% {
    background-position-x: 50%;
  }
  100% {
    background-position-x: 100%;
  }
}


@media screen and (max-width: 1390px) {
    #trips-nav .trip-col:nth-of-type(n+7)  {
        display: none
    }

    #trips-nav .trip-col:last-of-type {
        display: inline-block !important
    }
}

@media screen and (max-width: 1200px) {
    #trips-nav .trip-col:nth-of-type(n+6) {
        display: none
    }
	.elementor-nav-menu--main .elementor-item{
		padding-left: 10px !important;
	}
	.trip-text p{font-size: 13px;}
}

@media screen and (max-width: 992px) {
    #trips-nav .trip-col:nth-of-type(n+5) {
        display: none
    }
}

@media screen and (max-width: 768px) {
    .section-full > * {
        min-height: 400px;
    }
    #trips-nav .trip-col:nth-of-type(n+3) {
        display: none
    }
    .iti-header figure{display: none}
    .itineraire-item {
        padding: 1% 3% 1% 3%;
    }
    .elementor-tab-title{
        text-align: center !important;
        font-size: 17px;
        font-weight: 500 !important;
    }
    .tab-custom table td:last-child, .tab-custom table th:last-child{
        display: none;
    }
	.nav-voyage svg {
		transform: scale(1);
	}
	#vols svg {
		transform: scale(0.6);
	}
	#voitures svg {
		transform: scale(0.7);
	}
	#mariage svg {
		transform: scale(1);
	}
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 480px) {
    .banner-text strong {
        font-size: 30px;
    }
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) {
/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
/* Styles */

}


.contact-link-list .elementor-widget-button {
    width: 100%;
}
.contact-link-list .elementor-widget-button a {
    padding: 1.5rem;
    display: flex;
    justify-content: center;
}
.contact-info > .e-con-inner {
    padding: 0;
}
.contact-content > .e-con-inner {
    max-width: calc(100% - 20px);
}
.contact-info.e-flex {
    padding-right: 0;
}
@media screen and (max-width: 1024px) {
	p {
		font-size: 16px;
	}
	.trip-text p {
		font-size:11px;
	}
	#trips-nav svg{
		height:30px;
	}
	.contact-info.e-flex {
		padding: 0;
	}
	.elementor-nav-menu--dropdown .elementor-item.elementor-item-active,.elementor-nav-menu--dropdown .elementor-item.highlighted,.elementor-nav-menu--dropdown .elementor-item:focus,.elementor-nav-menu--dropdown .elementor-item:hover,.elementor-sub-item.elementor-item-active,.elementor-sub-item.highlighted,.elementor-sub-item:focus,.elementor-sub-item:hover {
		background-color: #27afc4 !important;
	}
	#anchors p {
		font-size: 13px;
	}
}

.contact-form .wpforms-field {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-wrap: wrap;
}
.contact-form #wpforms-756-field_2-container {
    align-items: flex-start;
}
.contact-form .wpforms-field label {
    flex: 0 0 8rem;
    text-align: right;
    margin: 0!important;
    padding: 0 1.5rem 0 0!important;
    color: #fff!important;
    font-weight: 300;
    font-size: 1.2rem!important;
}

div.wpforms-container-full .wpforms-confirmation-container-full,
div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message){
    background: transparent !important;
    border: none !important;
    box-sizing: border-box;
    color: #fff !important;
    font-size: 22px !important;
}
.contact-form .wpforms-field input,
.contact-form .wpforms-field textarea{
	color:#fff !important;
}

@media screen and (max-width: 640px) {
	.contact-form .wpforms-field label {
		flex: 0 0 100%;
		text-align: left;
	}
	.section-full .text-content {
        padding: 10% 5%;
    }
	.tabs-wrapper .tab-custom ul {
		padding-left: 10%;
		margin-bottom: 10%;
	}
	.tabs-wrapper .tab-custom .elementor-tab-content h2 {
		font-size: 20px;
	}
	.nav-voyage .e-con-inner > div {
		height: 3.5rem;
	}
	.trip-text p {
		font-size:11px;
	}
	.sub-heading p {
		font-size: 21px;
		line-height: 1.3;
	}

}
.contact-form .wpforms-field input,
.contact-form .wpforms-field textarea {
    flex: 1;
    max-width: inherit!important;
    background: transparent!important;
    border-radius: 0!important;
    border: none!important;
    border-bottom: 1px solid white!important;
}
.contact-form .wpforms-field input:focus,
.contact-form .wpforms-field textarea:focus {
	box-shadow: none!important
}
.contact-form .wpforms-submit-container {
    display: flex;
    justify-content: flex-end;
}
.contact-form .wpforms-submit-container button {
    border: 1px solid #fff!important;
    background: transparent!important;
    text-transform: uppercase;
    border-radius: 0!important;
}
.elementor-widget-google_maps iframe {
    height: 22rem!important;
}
.contact-form .wpforms-error {
    flex: 0 0 100%;
    text-align: right;
}
.contact-form .wpforms-error:before {
    left: inherit!important;
    right: 10.5rem!important;
}

.grecaptcha-badge{
	opacity: 0;
}

div#countdown {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
}

.popup-voyage > * {
    width: 100%;
}

.elementor.elementor .e-con #voitures {
    max-height: 17px;
    margin: 0 0 20px;
}
.nav-voyage a svg {
    height: 100%;
    transform: scale(.9);
    transition: .5s ease 0s;
    font-size: 3.2rem;
}
.nav-voyage a:hover svg {
    transform: scale(1);
}

div[data-elementor-type="single-page"] + .elementor-location-footer > div:first-child {
	display: none;
}

#wpforms-890-field_2-container {
    align-items: flex-start;
}

body .elementor-widget-tabs .elementor-tab-content {
    color: #000;
}

.elementor-popup-modal {
    z-index: 10001;
}

@media screen and (max-width: 768px) {
	body .elementor-tabs .elementor-tabs-wrapper {
		display: flex;
		flex-wrap: wrap;
		background: var( --e-global-color-d5343a6 );
	}
	body .elementor-tabs .elementor-tabs-wrapper > div {
		flex: 0 0 100%;
	}
	body .elementor-tabs-content-wrapper .elementor-tab-title {
		display: none;
	}
}


@media screen and (max-width: 768px) {
	.elementor-tab-title.elementor-tab-desktop-title {
		display: flex!important;
		align-items: center;
		justify-content: center;
	}
	body .elementor-tab-title.elementor-tab-desktop-title:after {
		content: ""!important;
		position: relative!important;
		width: 16px!important;
		height: 10px!important;
		margin: 0 0 0 10px;
		background: url(https://dev.cavoyage.ca/wp-content/uploads/2023/11/down-arrow.png) no-repeat scroll 50% transparent;
		background-size: contain;
		left: 0!important;
	}
	body .tabs-wrapper .tab-custom p, .tabs-wrapper .tab-custom li {
		font-weight: 400;
		line-height: 1.8;
		margin: 0 0 20px;
	}
	body .tab-custom table tr td {
		font-weight: 400;
	}
}

@media screen and (max-width: 640px) {
	.elementor-element.e-con-full.popup-voyage.e-flex.e-con.e-child {
		padding: 30px;
		max-width: calc(100% - 50px);
	}
	.dialog-widget-content.dialog-lightbox-widget-content .elementor-location-popup .e-con-inner {
		justify-content: flex-start;
	}
	.elementor-element.e-con-full.popup-voyage.e-flex.e-con.e-child label {
		font-size: 16px!important;
	}
	.elementor-element.e-con-full.popup-voyage.e-flex.e-con.e-child .wpforms-container-full {
		margin: 0;
	}
	.elementor-element.e-con-full.popup-voyage.e-flex.e-con.e-child .wpforms-container-full  textarea {
		height: 4rem;
	}
}
