/*
  Theme Name: Divi-child
  Theme URI: https://sensduvoyage.com/
  Description: Thème enfant pour sensduvoyage.com
  Author: Agence ALLU
  Author URI: 
  Template: Divi
  Version: 1.0.0
*/

@font-face {
	font-family: "Archia";
	src: url("fonts/archia-bold-webfont.ttf") format("truetype");
	font-weight: bold, bolder, 700, 800, 900;
	font-style: normal;
}
  
@font-face {
	font-family: "Archia";
	src: url("fonts/archia-light-webfont.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}
  
@font-face {
	font-family: "Archia";
	src: url("fonts/archia-medium-webfont.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Archia";
	src: url("fonts/archia-regular-webfont.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}
  
@font-face {
	font-family: "Archia";
	src: url("fonts/archia-semibold-webfont.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
}
  
@font-face {
	font-family: "Archia";
	src: url("fonts/archia-thin-webfont.ttf") format("truetype");
	font-weight: 100;
	font-style: normal;
}

h1, h2, h3, h4, h5, h6, .archia{
	font-family: "Archia";
}

.archia-400{
	font-family: "Archia";
	font-weight: 400;
}

#main-menu{
	height: 100px;
	animation: all 0.2s linear;
	transition: all 0.2s linear;
}

#main-menu .et_pb_row{
	display: flex;
	align-items: center;
	animation: all 0.2s linear;
	transition: all 0.2s linear;
}

#main-menu .et_pb_menu__logo-wrap img{
	padding: 0;
	animation: all 0.2s  linear;
	transition: all 0.2s  linear;
}

#main-menu .et_pb_row,
#main-menu .et_pb_column,
#main-menu .et_pb_menu,
#main-menu .et_pb_menu__menu{
	animation: all 0.2s linear;
	transition: all 0.2s linear;
}

#main-menu .et_pb_menu_inner_container{
	height: 100%;
}

#main-menu ul{
	flex-wrap: nowrap;
    white-space: nowrap;
	align-items: center;
	justify-content: center;
}

#main-menu ul > li{
	height: 100%;
}

#main-menu ul > li:hover{
	cursor: pointer;
	background-color: transparent;
}

#main-menu ul > li:after{
	content: "";
	display: block;
	width: 1px;
	height: 50%;
	background-color: white;
	top: 25%;
    position: relative;
    right: -10px;
}

#main-menu ul > li a:after{
	padding: 0;
	right: -5px;
	transform-origin: center;
	display: block;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	transition: all 0.1s linear
}

#main-menu ul > li a:hover:after{
	transform: rotateZ(-180deg) translateY(50%);
	transition: all 0.1s linear
}

#main-menu ul li .sub-menu{
	top: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-content: flex-start;
	backdrop-filter: blur(10px);
	width: 100% !important;
	padding: 20px 10%;
	align-items: baseline;
	max-height: 330px;
	border: 1px solid white;
}

#main-menu ul li .sub-menu li{
	padding: 0;
	text-align: left;
	text-shadow: -1px 0px 5px black !important;
	width: 100% !important;
}

#main-menu ul li .sub-menu li#menu-item-1445{
	font-weight: bold;
}

#main-menu ul li .sub-menu:after{
	content: "";
	display: block;
	position: absolute;
	background: rgba(0, 0, 0, 0.1);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}

#main-menu #menu-item-18{
	background-image: url("https://sensduvoyage.com/wp-content/uploads/2023/08/stamp-1.png");
	background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 0 25px;
	margin-left: 15px;
}

#main-menu #menu-item-18:after{
	display: none;
}

#main-menu.shrink #menu-item-18{
	background-image: none;
	background-color: white;
}

#main-menu.shrink #menu-item-18 a{
	color: #496D6B !important;
}

#main-menu .et_pb_menu .et_pb_menu__menu>nav>ul>li,
#main-menu .et_pb_menu--style-left_aligned.et_pb_text_align_justified .et_pb_menu__menu>nav>ul,
#main-menu .et_pb_menu_inner_container,
#main-menu .et_pb_module,
#main-menu .et_pb_column,
#main-menu .et_pb_row{
	position: static;
}




#main-menu.shrink{
	/* overflow: hidden; */
	background: #496D6B !important;
	border-bottom-color: #496D6B !important;
	height: 55px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.05);
}



#main-menu.shrink .et_pb_row,
#main-menu.shrink .et_pb_column,
#main-menu.shrink .et_pb_menu,
#main-menu.shrink .et_pb_menu__menu{
	animation: all 0.2s linear;
	transition: all 0.2s linear;
	height: 55px;
}

#main-menu.shrink .et_pb_menu__logo-wrap img{
	padding: 20px;
	animation: all 0.2s linear;
	transition: all 0.2s linear;
}

/***********************************************************/
/***********************************************************/
/*                    H O M E   P A G E                    */
/***********************************************************/
/***********************************************************/

 #home-hero{
	overflow: hidden;
 }

 #custom-background{
	display:block;
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	overflow: inherit;
	position: absolute;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	z-index: -1;
	margin: 0;
}

#custom-background-row,
#custom-background-row div{
	position: static;
	padding: 0 !important;
	margin: 0 !important;
}

.home-img-hover .et_pb_image_1 span,
.home-img-hover .et_pb_image_2 span{
	animation: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}

.home-img-hover:hover .et_pb_image_1 span{
	transform: translate(-15px, -15px);
	animation: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}

.home-img-hover:hover .et_pb_image_2 span{
	transform: translate(15px, -15px);
	animation: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}

.cta-experience a{
	display: block;
	position: relative;
	width: fit-content;
	font-weight: 300;
}

.cta-experience:before{
	content: "";
	display: block;
	background-color: #fff;
	height: 1px;
	width: 0px;
	position: absolute;
	left: 50px;
	bottom: 19px;
	opacity: 1;
}

.cta-experience:hover:before{
	width: 226px;
}

.icone-accueil-abs{
	position: relative;
	height: 100%;
	width: 100% !important;
	overflow: hidden;
}

.icone-accueil-abs .et_pb_image_wrap {
	position: absolute;
	display: block;
	right: -30%;
	bottom: -30%;
	opacity: 0.4;
}

.icone-accueil-abs img {
	width: 550px;
}

.home-cta-logo{
	position: absolute;
	bottom: 0;
	right: 0;
}

.cta-mail .et_pb_contact_field{
	padding: 0;
}

.cta-mail .et_contact_bottom_container{
	float: none;
	width: 100%;
}
/***********************************************************/
/*              C A R T E S    P O S T A L E S             */
/***********************************************************/

.tst-container{
	width: 580px;
	margin: auto;
	position: relative;
    height: 950px;
}

.tst-container .tst{
	background-color: #F2EDE4;
	box-shadow: 0px 0px 6px rgba(0,0,0,0.16);
	display: flex;
	width: 100%;
	height: 350px;
	margin-bottom: 20px;
	padding: 15px;
	position: absolute;
}

.tst-container .recto{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: #F2EDE4 15px solid;
	opacity: 1;
	animation: all 0.1s linear;	transition: all 0.1s linear;
}

.tst-container .tst-lanzarote{
	left: -225px;
	top: 0;
	transform:rotate(-2deg);
}

.tst-container .tst-lanzarote .recto{
	background-image: url('https://sensduvoyage.com/wp-content/uploads/2023/08/lanzarote-card.png');
	background-size: cover;
	background-repeat: no-repeat;
}

.tst-container .tst-lanzarote .recto p{
	position: absolute;
	bottom: 20px;
	left: 10px;
	font-family: alegreya SC;
	font-size: 68px;
	color: #0CAECF;
	font-weight: bold;
}

.tst-container .tst-lanzarote .stamp-container{
	background-color: #830E13;
}


.tst-container .tst-porto{
	right: -175px;
	top: 150px;
	transform:rotate(2deg);
}

.tst-container .tst-porto .recto{
	background-image: url('https://sensduvoyage.com/wp-content/uploads/2023/08/porto-card.png');
	background-size: cover;
	background-repeat: no-repeat;
}

.tst-container .tst-porto .recto p{
	position: absolute;
	top: 20px;
	left: 10px;
	font-family: 'Archivo Black',Helvetica,Arial,Lucida,sans-serif;
	font-size: 80px;
	font-weight: 900;
	color: #BD6560;
}

.tst-container .tst-porto .stamp-container{
	background-color: #063302;
}


.tst-container .tst-lisboa{
	left: -110px;
	top: 390px;
	transform:rotate(-4deg);
}

.tst-container .tst-lisboa .recto{
	background-image: url('https://sensduvoyage.com/wp-content/uploads/2023/08/lisboa-card.png');
	background-size: cover;
	background-repeat: no-repeat;
}

.tst-container .tst-lisboa .recto p{
	text-align: center;
	line-height: 310px;
	font-family: 'Anton',Helvetica,Arial,Lucida,sans-serif;
	font-size: 80px;
	text-transform: uppercase;
	color: #E5BC39;
	font-weight: 900;
}

.tst-container .tst-lisboa .stamp-container{
	background-color: #063302;
}



.tst-container .tst-nairobi{
	right: -100px;
	top: 635px;
	transform:rotate(2deg);
}

.tst-container .tst-nairobi .recto{
	background-image: url('https://sensduvoyage.com/wp-content/uploads/2023/08/nairobi-card.png');
	background-size: cover;
	background-repeat: no-repeat;
}

.tst-container .tst-nairobi .recto p{
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 50px;
	font-family: 'Permanent Marker', handwriting;
	font-size: 85px;
	text-transform: uppercase;
	color: #FDA459;
	font-weight: 900;
}

.tst-container .tst-nairobi .stamp-container{
	background-color: #ad7f60;
}




.tst-container .tst:hover .recto{
	opacity: 0;
	animation: all 0.1s linear;	transition: all 0.1s linear;
}

.tst-container .txt{
	padding: 25px 10px;
	font-size: 14px;
	color: #171615;
	width: 55%;
	line-height: 1.5em;
}

.tst-container .signature{
	padding: 10px;
	width: 45%;
}

.tst-container .stamp{
	background-image: url('https://sensduvoyage.com/wp-content/uploads/2023/08/stamp-bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	padding: 5px;
	width: 70px;
	height: 90px;
	margin: 0px 0px 30px auto;
}

.tst-container .stamp-container{
	padding: 5px;
	height: 100%;
}

.tst-container .stamp span{
	font-size: 12px;
	color: white;
	text-align: center;
}	

.tst-container .stamp img{
	display: block;
}	

.tst-container .line1, .tst-container .line2, .tst-container .line3{
	font-size: 27px;
	height: 27px;
	line-height: 27px;
	margin-bottom: 10px;
	font-family: "antigua presidente";
	border-bottom: 1px solid #E5D2B4;
	width: 170px;
	margin-left: 10px;
}

/**********************************************************/
/************* T Y P E   D E   V O Y A G E ****************/
/**********************************************************/

/* .type-voyage-timeline .et_pb_image_wrap:after{
	content: "_ _ _ _ _";
	display: block;
	color: #063302;
	font-size: 40px;
	position: absolute;
	left: 50%;
	top: 15px;
	z-index: -1;
}

.type-voyage-timeline .et_pb_image_wrap:before{
	content: "_ _ _ _ _";
	display: block;
	color: #063302;
	font-size: 40px;
	position: absolute;
	right: 50%;
	top: 15px;
	z-index: -1;
} */

.type-voyage-timeline:before{
	content: "";
	display: block;
	height: 4px;
	background: repeating-linear-gradient(to right, #496D6B, #496D6B 2.5%, transparent 2.5%, transparent 5%);
	visibility: visible;
	width: 75%;
	margin: auto;
	position: relative;
	top: 35px;
}

/**********************************************************/
/******************** C O N T A C T ***********************/
/**********************************************************/

.contact-section{
	max-height: 100vh;
	overflow: hidden;
}

.contact-section .start-form{
	font-family: "Archia";
	font-weight: 400;
	font-size: 18px;
	margin: 60px auto;
	display: flex;
	width: fit-content;
	line-height: 31px;
	padding: 13px 22px;
	background-color: rgba(255, 255, 255, 0.6);
	border: 2px solid white;
	animation: all 0.1s linear;
	transition: all 0.1s linear;
}

.contact-section .start-form:hover{
	cursor: pointer;
	background-color: #ad7f60;
	animation: all 0.1s linear;
	transition: all 0.1s linear;
}

.contact-section .start-form:hover img{
	transform: rotate(90deg);
	animation: all 0.1s linear;
	transition: all 0.1s linear;
}

.contact-section img{
	margin-right: 8px;
	animation: all 0.1s linear;
	transition: all 0.1s linear;
}

.contact-section .start-form span{
	display: block;
	line-height: 31px;
}

/**********************************************************/
/********************* A G E N C E ************************/
/**********************************************************/

.tst-container.tstx2{
    height: 680px;
}

.tst-container.tstx2 .tst-lanzarote{
	left: -35px;
}


.tst-container.tstx2 .tst-porto{
	right: -65px;
	top: 310px;
}


/**********************************************************/
/******************** A R T I C L E ***********************/
/**********************************************************/


#article-content .et_pb_post_content p:first-of-type{
	color: #496D6B;
}

#article-content h2{
	margin-top: 15px;
}

#article-content p{
	margin-bottom: 10px;
}


#article-content .sticky-nav{
	position: absolute;
	height: 100%;
	width: 19%;
	top: 0;
	left: 0;
}

#article-content .sticky-nav .et_pb_code_inner{
	position: static;
	height: 100%;
}

#article-content #article-nav{
	position: sticky;
	top: 150px;
	background-color: #f2ede4;
}

#article-content #article-nav li{
	list-style-type: none;
	padding: 10px 0;
}

#article-content #article-nav a{
	color: #496D6B;
	font-family: "Archia";
	font-weight: 300;
	text-decoration: none;
}

#article-content #article-nav a:hover{
	text-decoration: underline;
}

#article-content #article-nav .H2{
	font-weight: bold;
	font-size: 16px;
}

#article-content #article-nav .H3{
	font-size: 16px;
}




/**/






#masthead, .widget-area, .site-footer{
	display: none !important
}

#primary{
	background: rgba(21,33,32,0.4);
	min-width: 100%;
	min-height: 100%;
	width: 100vw;
	height: 100vh;
}

#custom-background{
	display:block;
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	overflow: inherit;
	position: absolute;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	z-index: -1;
	margin: 0;
}

#content-wrap, #page{
	min-width: 100%;
	min-height: 100%;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	scroll-behavior: unset;
	margin: 0;
}

#temphead{
	display: flex;
	justify-content: space-between;
	width: 95%;
	margin: auto;
}

.head-btn{
	display: block;
	color: #fff;
	background-color: #AD7F60;
	width: fit-content;
	padding: 17px 32px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 300;
	font-family: "Archia";

	/* clip-path: polygon(0 0, 10% 50%, 0 100%, 100% 100%, 90% 50%, 100% 0); */
}

#tempcontent{
	width: 95%;
	margin: 0 auto;
	display: flex;
	max-width: 1140px;
	height: 80%;
	align-items: center;
}

.col1{
	width: 65%;
}

h1, .subtitle, a.btn{
	color: #fff;
}

h1{
	font-size: 64px;
}

h1 span{
	color: #AD7F60;
	font-weight:600;
}

.subtitle{
	font-size: 54px;
	margin-bottom: 35px;
	/*TEMP*/
	font-size: 35px;
	letter-spacing: 1px;
	font-family: "antigua presidente", fantasy;
}

a.btn{
	background: #ffffff4b;
	font-size: 18px;
	line-height: 1em;
	border: 2px solid #FFFFFF;
	backdrop-filter: blur(22px);
	display: block;
	padding: 17px 34px;
	width: fit-content;
	text-transform: lowercase;
	animation: all 0.1s linear;
	transition: all 0.1s linear;
	text-decoration: none;
	font-weight: 500;
    letter-spacing: 1px;
	font-family: "Archia";
}

a.btn:hover, a.btn:focus{
	background: #fff;
	color: #AD7F60 ;
	border: 2px solid #FFFFFF;
	animation: all 0.1s linear;
	transition: all 0.1s linear;
}

.d-none {
	display: none;
}


/***********************************************************/
/***********************************************************/
/***********************************************************/
/***********************************************************/
/*                   R E S P O N S I V E                   */
/***********************************************************/
/***********************************************************/
/***********************************************************/
/***********************************************************/

@media screen and (max-width: 1280px) {
	.tst-container.tstx2{
		width: 555px;
	}
}

@media screen and (max-width: 1150px) {
	.tst-container.tstx2{
		width: 540px;
	}

	.tst-container.tstx2 .tst-lanzarote{
		left: -20px;
		font-size: 50px;
	}

	.tst-container.tstx2 .tst-porto{
		right: -55px;
	}

}

@media screen and (max-width: 1080px) {
	.tst-container{
		width: 550px;
	}

	.tst-container .tst-lanzarote{
		left: -210px;
	}

	.tst-container .tst-porto{
		top: 160px;
	}

	.tst-container .tst-lisboa{
		left: -110px;
		top: 390px;
		transform:rotate(-4deg);
	}

	.tst-container.tstx2{
		width: 530px;
	}

	.tst-container.tstx2 .tst-lanzarote{
		left: -15px;
	}

	.tst-container.tstx2 .tst-porto{
		right: -30px;
	}

}

@media screen and (max-width: 980px) {

	#main-menu .et_mobile_menu,
	#main-menu .sub-menu{
		background-color: #496D6B !important;
	}

	.tst-container{
		width: 545px;
	}

	.tst-container .tst-lanzarote{
		left: -160px;
	}
	.tst-container .tst-porto{
		right: -140px;
	}

	.type-voyage-timeline:before{
		display: none;
	}

	.tst-container.tstx2{
		width: 580px;
	}
}

@media screen and (max-width: 800px) {

	.tst-container,
	.tst-container.tstx2{
		width: 530px;
		height: 640px
	}


	.tst-container .tst-lanzarote{
		left: -115px;
	}

	.tst-container .tst-porto{
		right: -125px;
		top: 170px;
	}

	.tst-container .tst-nairobi{
		top: 605px;
	}
}

/*.et-menu li:not(.mega-menu) ul {
	width: 100% !important;
}*/

/********************************************/
/********************************************/
/*             T A B L E T T E              */
/********************************************/
/********************************************/

@media screen and (max-width: 768px) {

	#main-menu ul li .sub-menu{
		backdrop-filter: none;
		padding: 0;
		max-height: 220px;
		border: none;
		display: flex !important;
	}

	#main-menu ul li .sub-menu li{
		width: 50%;
		white-space: break-spaces;
	}

	#main-menu #menu-item-18,
	#main-menu.shrink #menu-item-18,
	#main-menu #menu-item-18 a,
	#main-menu.shrink #menu-item-18 a{
		background-color: transparent !important;
		color: white !important;
		padding-left:  0 !important;
		background-image: none !important;
	}

	.tst-container, .tst-container.tstx2{
		height: auto;
	}

	.tst-container .tst,
	.tst-container.tstx2 .tst{
		position: static;
	}

	.tst-container .tst:nth-of-type(odd),
	.tst-container.tstx2 .tst:nth-of-type(odd){
		transform: rotate(-1deg);
	}

	.tst-container .tst:nth-of-type(even),
	.tst-container.tstx2 .tst:nth-of-type(even){
		transform: rotate(1deg);
	}

	#article-content .sticky-nav{
		display: none;
	}

}

@media screen and (max-width: 600px) {
	.tst-container,
	.tst-container.tstx2{
		width: 100%;
	}

	.tst-container .tst,
	.tst-container.tstx2 .tst{
		height: 300px;
		font-size: 13px;
	}
}

@media screen and (max-width: 500px) {
	.tst-container .tst,
	.tst-container.tstx2 .tst{
		height: auto;
		transform: rotate(0) !important;
		flex-direction: column;
	}

	.tst-container .txt, .tst-container .signature,
	.tst-container.tstx2 .txt, .tst-container.tstx2 .signature{
		width: 100%;
		padding: 5px;
	}

	.tst-container .stamp,
	.tst-container.tstx2 .stamp{
		position: absolute;
		bottom: 5px;
		right: 5px;
		opacity: 0;
	}
} 


/********************************************/
/********************************************/
/*               M O B I L E                */
/********************************************/
/********************************************/


@media screen and (max-width: 400px) {

	.tst-container .tst-lanzarote .recto p{
		font-size: 50px;
	}

	.tst-container .tst-nairobi .recto p{
		font-size: 55px;
	}
} 

/********************************************/
/********************************************/
/*      C T A    D E S T I N A T I O N      */
/********************************************/
/********************************************/


.lsdv-cta{
    margin: 2.5rem 0;
}
.lsdv-cta__link{
    display: flex;
    align-items: center;
    gap: .9rem;
    padding: 1.1rem 1.5rem;
    border: 2px solid #496D6B;
    border-radius: 10px;
    background: #f5fafb;
    color: #496D6B;
    font-weight: 600;
    font-size: 1.05rem;
    line-height: 1.3;
    text-decoration: none;
    transition: background .25s ease, color .25s ease, transform .25s ease, box-shadow .25s ease;
}
.lsdv-cta__link:hover,
.lsdv-cta__link:focus{
    background: #496D6B;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(31, 91, 107, .25);
}
.lsdv-cta__icon{
    flex: 0 0 auto;
}
.lsdv-cta__label{
    flex: 1 1 auto;
}
.lsdv-cta__arrow{
    flex: 0 0 auto;
    font-size: 1.35rem;
    transition: transform .25s ease;
}
.lsdv-cta__link:hover .lsdv-cta__arrow{
    transform: translateX(4px);
}
@media (max-width: 480px){
    .lsdv-cta__link{
        font-size: .95rem;
        padding: 1rem 1.1rem;
    }
}