/*
Theme Name:     lpi
Theme URI:
Description:    Astra child theme.
Author:         Me
Author URI:
Template:       astra
Version:        0.1.0
*/


/*** GLOBAL ***/

.texte_blanc h1, .texte_blanc h2, .texte_blanc * {
    color: #fff;
}
.texte_majuscule * {
    text-transform: uppercase;
}
.custom-logo-link {
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
}

.calendly-overlay {
	padding-top: 90px;
	z-index: 999999999999 !important;
}

.bouton {
	background-color: #e65050;
	padding: 20px 40px;
	border-radius: 10px;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px
}

.whatsapp_picto {
	position: fixed;
	z-index: 10000000;
	bottom: 20px;
	margin-bottom: 0 !important;	
	right: 20px;
}

.whatsapp_picto img {
	max-height: 60px;
	width: auto;
	object-fit: cover;
}

body > div > iframe {
	display: none !important;
}

header .custom-logo {
	margin-top: 50px;
}

.ast-primary-sticky-header-active header .custom-logo {
	margin-top: 0;
}

header {
	z-index: 10000000 !important;
}

body.ast-sticky-main-shrink .ast-sticky-shrunk .site-logo-img img {
	max-height: 80px !important;
}

/*** HEADER ***/

.site-logo-img img {
	border-radius: 12px;
}

.calendly_responsive {
	display: none;
}

.main-header-bar {
    height: 90px;
}

.header_home .home_title .wpb_wrapper {
    position: relative;
    width: 100%;
    top: 25%;

}

.calendly_menu .menu-text {
	background-color: #e65050;
	text-transform: uppercase;
	color: white;
	font-size: 12px;
	padding: 0 15px;
	border-radius: 11px;
	max-height: 50px;
	display: flex;
	align-items: center;
	font-weight: 700;
}

.header_home h2 {
    font-family: Barlow !important;
    font-size: 30px;
}

.header_home .wpb_column.vc_column_container {
    height: 100vh;
}

.header_home.overlay_bleu:after {
    content:'' !important;
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    background: rgba(21,35,65,0.47);
    top: 0;
    left: 0;
    visibility: visible !important;
}

.home_services.overlay_blanc:after {
    content:'';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7);
    top: 0;
    left: 0;

}
.home_services.overlay_blanc > div {
    z-index:100;
}

.home_line_button {
    position: absolute;
    transform: translateY(29px);
}

.header_home, .annonce_header {
	height: calc(100vh - 90px);
}

.main-header-bar .ast-container, .main-header-bar .ast-flex {
	min-height: 90px !important;
}

.booking-container {
	margin: 25px;
}
/* Section Services */

.home_services .shadow_blue > div {
    box-shadow: 5px 5px 15px rgba(21,35,65,0.53);
}

/*** Page ANNONCE ***/

.annonce_header .ult-item-wrap.slick-slide {
	margin: 0 !important;
}
.annonce_header .annonce_prix, .annonce_header_prix  {
    font-family: 'Courgette', Arial, sans-serif;
}
.annonce_header .annonce_header_prix {
    background-color: rgba(255,255,255,0.8);
    border-radius: 13px;
    font-size: 40px;
    padding: 0px 30px;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translateX(-50%);
}
.annonce_header .annonce_header_titre {
    position: absolute;
    top: 35%;
    width: 100%;
    text-shadow: 0px 9px 6px rgba(0,0,0,0.16);
    font-size: 50px;
}

.annonce_header .annonce_prix {
    font-size: 40px;
}
.annonce_header .slick-dots {
    bottom: 10% !important;
}

.slick-arrow {
	font-size: 40px !important;
	text-shadow: 2px 2px 2px #777;
}

.annonce_prix.troptard span {
	position: relative;
}

.annonce_header_prix.troptard::before, .annonce_prix.troptard span::before {
	content: 'TROP TARD';
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
	background-color: #e65050;
	color: white;
	font-size: 16px;
	text-align: center;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.liste_single_annonce {
	display: flex;
	margin: 75px 0;
	position: relative;
}

.liste_single_annonce_div_link {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
	z-index: 1000;
}

.single_annone_img img {
	min-height: 100vh !important;
}

.single_annonce_question .vc_column-inner > div > .vc_row {
	align-items: center;
}

.liste_single_annonce .annonce_gauche {
	width: 60%;
}

.liste_single_annonce .annonce_droite {
	width: 40%;
	padding: 35px;
	background-color: #eff1f4;
	position: relative;
}

.liste_single_annonce .annonce_droite p {
	margin-bottom: 0 !important;
}

.liste_single_annonce .annonce_droite a {
	padding: 5px 20px !important;
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 35px;
	box-shadow: 2px 2px 1px #aaa;
}

.liste_single_annonce .annonce_droite a:hover, .liste_single_annonce .annonce_droite a:focus {
	color: white;
}

.liste_single_annonce_titre {
	text-transform: uppercase;
	font-size: 240x;
	position: relative;
	font-weight: 500;
}

.liste_single_annonce_piece, .liste_single_annonce_surface, .liste_single_annonce_ville {
	color: grey;
}

.liste_single_annonce_titre::after {
	content: '';
	height: 2px;
	width: 50%;
	background-color: #e65050;
	position: absolute;
	bottom: 0;
	left: 0;
}

.liste_single_annonce_prix {
	font-family: 'Courgette', handwriting;
	font-size: 28px;
}

.liste_single_annonce_prix, .liste_single_annonce_desc {
	line-height: 1;
}

.liste_single_annonce_desc {
	font-size: 12px;
	color:gray;
	width: 60%;
}

liste_single_annonce_desc_single {
	font-size: 18px;
}

.liste_single_annonce_piece {
	margin-top: 25px;
}

.liste_single_annonce .annonce_droite .liste_single_annonce_prix {
	margin-top: 25px !important;
}

.liste_single_annonce img {
	height: 350px;
	width: 100%;
	object-fit: cover;
}

.single_annonce_little_separator {
	margin: 0 0 50px 0 !important;
}

.annonce_prix {
	margin: 100px 0 0 0 !important;
	font-family: 'Courgette', handwriting;
	font-size: 36px;
}

.single_annonce_h2 {
	margin-top: 100px;
}

.annonce_header_titre, .annonce_header_prix {
	pointer-events: none;
}

.overlay_lightbox {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.7);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1000000;
	display: none;
}

.lightbox_img {
	max-height: calc(70vh - 25px);
	max-width: calc(70vw - 25px);
}

.lightbox_box {
	position: absolute;
	height: auto;
	width: auto;
	padding: 25px 25px 50px 25px;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
}

.lightbox_left {
	display: block;
	transform: rotate(225deg);
	position: absolute;
	width: 20px;
	height: 20px;
	border-right: 3px solid #152341;
	border-top: 3px solid #152341;
	cursor: pointer;
	margin: auto auto 1.5em;
	bottom: -9px;
	left: 30%;
}

.slick-arrow {
	z-index: 1000 !important;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.lightbox_close {
	position: absolute;
	top: -10px;
	right: 10px;
	font-size: 25px;
	cursor: pointer;
}

.annonce_header_btn {
    position: absolute;
    bottom: 10%;
    background-color: white;
	left: 5%;
	padding: 3px 10px;
	font-family: "Barlow", sans-serif;
	box-shadow: 1px 1px 3px #333;
    border-radius: 4px;
    cursor: pointer;
}

.lightbox_right {
	display: block;
	transform: rotate(45deg);
	position: absolute;
	width: 20px;
	height: 20px;
	border-right: 3px solid #152341;
	border-top: 3px solid #152341;
	cursor: pointer;
	margin: auto auto 1.5em;
	bottom: -9px;
	right: 30%;
}

.single_annonce_separator {
	margin-left: -32% !important;
	margin-bottom: 75px !important;
}

.annonce_prix span {
	border-bottom: 2px solid #152341;
}

.annonce_gauche.gauche, .annonce_gauche.droite {
	position: relative;
	overflow: hidden;
}

.annonce_gauche.gauche.bandeau::before {
	content: 'TROP TARD';
	position: absolute;
	top: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #e65050;
	height: 40px;
	opacity: 0.8;
	font-weight: 700;
	transform: rotate(314deg) translate(-34%, -400%);
	color: white;
	font-size: 16px;
}

.annonce_gauche.droite.bandeau::before {
	content: 'TROP TARD';
	position: absolute;
	top: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #e65050;
	height: 40px;
	opacity: 0.8;
	font-weight: 700;
	transform: rotate(45deg) translate(33%, -390%);
	color: white;
	font-size: 16px;
}

.single_annonce_question {
	background-color: #eff1f4 !important;
	padding: 35px 0;
	margin: 150px 0 100px 0;
}

.single_annonce_question .wpb_single_image, .single_annonce_carac .wpb_single_image {
	margin-bottom: 0 !important;
}

.single_annonce_carac {
	margin: 75px 0;
	display: flex;
	flex-wrap: wrap;
}

.single_annonce_carac > div {
	margin: 25px 0;
}

.single_annonce_carac .vc_col-sm-3 .vc_row {
	display: flex;
	align-items: center ;
}

.single_annonce_carac .wpb_text_column {
	margin-bottom: 0 !important;
}

.single_annonce_img img {
	object-fit: cover;
	height: 100vh !important;
	width: 100%;
}

.single_annonce_img figure, .single_annonce_img div {
	width: 100%;
}

.form_perso_file {
	display: none;
}

.perso_form_file_button .remove_file {
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	display: none;
	cursor: pointer;
	padding: 0 10px;
	color: #868686;
}


.perso_form_file_button .fileIn {
	padding-right: 50px;
	font-size: 13px;
}

.perso_form_file_button i {
	margin-right: 15px;
	font-size: 22px;
}

.perso_form_file_button p {
	width: max-content !important;
	cursor: pointer;
	position: relative;
	background-color:white;
	color:#868686;
	padding: 10px 25px;
	margin-top: 22px;
	line-height: 30px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-align: center;
	border: 2px solid #e65050;
	display: flex;
	align-items: center;
	border-radius: 11px;
}

.perso_form_file_button svg {
	margin-right: 5px;
}

/*Page Home*/

.home_separator {
	position: absolute;
	left: 15px;
	top: 35%;
}

.home_services.overlay_blanc::after {
	display: inline-block;
}

.home_col_bouton .wpb_wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.home_bottom_separator_text {
	padding-top: 25px;
}

.home_bottom_separator_button {
	float: left;
	min-width: 150px;
}

.home_bouton_rdv .ubtn-text {
	padding-left: 20px;
}

.home_bottom_separator_button button {
	padding: 15px 25px !important;
}
.annonce_header_titre h1 {
    font-size: 48px;
}

.home_col_bouton button {
	min-width: 200px;
}

.first_btn button {
	margin-bottom: 25px !important;
}

.home_col_bouton h3::after {
	content: '';
	width: 50%;
	height: 2px;
	background-color: #152341;
	position: absolute;
	left: 0;
	top: 30%;
}

.home_col_bouton > .vc_column-inner {
	position: relative;
}

.home_col_bouton .wpb_text_column {
	width: 100%;
}

@media (max-width: 1180px) {
	#primary-menu {
		font-size: 16px;
	}
	
	.annonce_gauche.gauche.bandeau::before {
		transform: rotate(314deg) translate(-34%, -350%) !important;
	}
	
	.annonce_gauche.droite.bandeau::before {
		transform: rotate(45deg) translate(33%, -350%) !important;
	}
	
	.annonce_header .annonce_header_prix {
		top: 60%;
	}
}

@media (max-width: 1090px) {
	#primary-menu {
		font-size: 14px;
	}
}

@media (max-width: 992px) {
	#primary-menu, .calendly_menu .menu-text {
		font-size: 13px;
	}
	
	.annonce_header .annonce_header_prix {
		top: 65%;
	}
	
	.annonce_gauche.gauche.bandeau::before {
		transform: rotate(314deg) translate(-34%, -300%) !important;
	}
	
	.annonce_gauche.droite.bandeau::before {
		transform: rotate(45deg) translate(33%, -300%) !important;
	}
	
	.home_col_bouton h3 {
		font-size: 22px;
	}
}

@media (max-width: 921px) {

	.custom-logo {
		max-width: 100px !important;
		margin-top: 0 !important;
	}
	
	.header_home h1 {
		font-size: 50px;
	}
	
	.home_col_bouton h3::after {
		top: 25%;
	}
	
	.home_col_bouton > .vc_column-inner {
		padding: 35px !important;
	}
	
	.header_home h2 {
		font-size: 26px;
	}
	
	footer {
		font-size: 16px;
	}
	
	.calendly_menu {
		display: none !important;
	}
	
	header {
		position: relative;
	}
	
	.calendly.calendly_responsive {
		display: block !important;
		position: absolute;
		top: 50%;
		transform: translatey(-50%);
		z-index: 100000;
		right: 15%;
	}
	
	.ast-fullscreen-menu-overlay .main-header-bar-wrap {
		z-index: 1000000000;
	}
	
	.main-header-bar-wrap {
		z-index: 1000;
	}
	
	.calendly.calendly_responsive .menu-text {
		padding: 5px 15px;
	}
	
	.ast-main-header-bar-alignment {
		height: 0 !important;
	}
	
	.menu-text:hover {
		color: #e65050;
	}
	
	#ast-fixed-header, .ast-main-header-bar-alignment {
		display: none !important;
	}
	
	.ast-fullscreen-menu-overlay .ast-main-header-bar-alignment {
		display: block !important;
	}
	
	.open.ast-main-header-bar-alignment {
		display: block !important;
	}
	
	.main-header-bar-navigation.toggle-on {
		display: block !important;
	}
	
	#primary-menu {
		font-size: 1.5em;
	}
	
	.main-header-bar {
		padding: 0 !important;
	}

}

@media (max-width: 900px) {
	
	.annonce_gauche.gauche.bandeau::before {
		transform: rotate(314deg) translate(-34%, -250%) !important;
	}
	
	.annonce_gauche.droite.bandeau::before {
		transform: rotate(45deg) translate(33%, -250%) !important;
	}
}

@media (max-width: 800px) {
	
	.annonce_gauche.gauche.bandeau::before {
		transform: rotate(314deg) translate(-34%, -200%) !important;
	}
	
	.annonce_gauche.droite.bandeau::before {
		transform: rotate(45deg) translate(33%, -200%) !important;
	}
}

@media (max-width: 768px) {
	
	.qsn_photo img {
		height: 500px !important;
		object-fit: cover;
		width: auto;
	}
	
	
	.lightbox_box {
		padding: 15px 15px 30px 15px;
	}
	
	.lightbox_left, .lightbox_right {
		width: 10px !important;
		height: 10px !important;
		bottom: -13px;
	}
	
	.lightbox_close {
		top: -9px;
		right: 3px;
		font-size: 17px;
	}
	
	.annonce_gauche.gauche.bandeau::before {
		transform: rotate(314deg) translate(-34%, -400%) !important;
	}
	
	.annonce_gauche.droite.bandeau::before {
		transform: rotate(45deg) translate(33%, -400%) !important;
	}
	
	.single_annonce_h2 {
		margin-top: 0;
	}
	
	.home_col_bouton {
		width: 75% !important;
		margin: auto;
	}
	
	
	.liste_single_annonce:nth-child(even) {
		flex-direction: column-reverse;
	}
	
	.liste_single_annonce:nth-child(odd) {
		flex-direction: column;
	}
	
	.liste_single_annonce .annonce_droite, .liste_single_annonce .annonce_gauche {
		width: 100%;
	}
	
	.annonce_header	{
		min-height: 50vh !important;
		height: auto !important;
	}
	
	.annonce_header img	{
		height: 50vh !important;
	}
	
	.first_btn button {
		margin-bottom: 0 !important;
	}
	
	.qsn_photo figure, .qsn_photo div {
		width: 100%;
		text-align: center;
	}
	
	.header_home h2 {
		font-size: 20px !important;
	}
	
	h1 {
		font-size: 40px !important;
	}
	
	footer {
		font-size: 14px;
	}
	
	.single_annonce_carac > div, .row_dpe_gse > div {
		margin-bottom: 35px;
		width: 50%;
	}
	
	.single_annonce_carac {
		margin: 0;
	}
	
	.single_annonce_little_separator {
		display: none !important;
	}
	
	.annonce_prix {
		margin-bottom: 75px !important;
	}
	
	.single_annonce_question {
		margin-top: 100px !important;
	}
	
	.row_dpe_gse {
		margin-top: 50px !important;
	}
	
	.single_annonce_carac, .row_dpe_gse {
		display: flex;
		flex-wrap: wrap;
	}
	
	.chat_btn .ubtn-ctn-inline {
		text-align: center;
		margin-top: 35px;
	}
	
	.calendly-popup {
		margin: 50px auto;
		width: 90% !important;
	}
	
	.calendly-popup {
		overflow: scroll;
	}
	
	.annonce_header .annonce_header_prix, .annonce_header h1 {
		font-size: 28px !important;
	}
	
	.annonce_header .annonce_header_prix {
		top: 60% !important;
	}
	
	.annonce_header_titre {
		top: 30% !important;
	}
	
	
	
	h3.liste_single_annonce_titre {
		font-size: 20px !important;
	}

}

@media (max-width: 700px) {
	
	.annonce_gauche.gauche.bandeau::before {
		transform: rotate(314deg) translate(-34%, -300%) !important;
	}
	
	.annonce_gauche.droite.bandeau::before {
		transform: rotate(45deg) translate(33%, -300%) !important;
	}
}

@media (max-width: 600px) {
	
	.annonce_gauche.gauche.bandeau::before {
		transform: rotate(314deg) translate(-34%, -240%) !important;
	}
	
	.annonce_gauche.droite.bandeau::before {
		transform: rotate(45deg) translate(33%, -240%) !important;
	}
}

@media (max-width: 480px) {
	
	#primary-menu {
		font-size: 1em;
	}
	
	.annonce_gauche.gauche.bandeau::before {
		transform: rotate(314deg) translate(-34%, -150%) !important;
	}
	
	.annonce_gauche.droite.bandeau::before {
		transform: rotate(45deg) translate(33%, -150%) !important;
	}
	
	.annonce_header .annonce_header_prix {
		font-size: 18px !important;
		top: 60% !important;
	}
	
	.annonce_header_titre {
		top: 25% !important;
	}
	
	.annonce_header h1 {
		font-size: 22px !important;
	}
	
	.perso_form_file_button p {
		width: auto !important;
		line-height: 14px;
		padding: 17px 25px;
	}
	
	.calendly.calendly_responsive {
    	right: 20%;
	}
	
	primary-menu, .calendly_menu .menu-text {
		font-size: 9px;
	}
	
	.liste_single_annonce img {
		height: 250px;
	}
	
	.single_annonce_question h3 {
		font-size: 22px !important;
	}
	
	.annonce_header_prix {
		font-size: 20px !important;
	}
	
	.annonce_header .ultsl-record {
		font-size: 10px !important;
	}
	
	.annonce_header .slick-dots {
		bottom: 18% !important;
	}
	
	.single_annonce_question img {
		height: 80px !important;
		object-fit: cover;
		width: 100%;
	}
	
	.annonce_header	{
		min-height: 30vh !important;
	}
	
	.annonce_header img	{
		height: 30vh !important;
	}
	
	.single_annonce_carac > div, .row_dpe_gse > div {
		width: 100% !important;
	}
	
	.liste_single_annonce .bouton {
		position: unset !important;
		display: block !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin-bottom: 0 !important;
		text-align: center !important;
	}
	
	.acheter_contact button {
		padding: 10px 20px !important;
	}
	
	.qsn_photo img {
		height: 400px !important;
	}
	
	footer {
		font-size: 13px;
	}
	
	.first_btn button {
		margin-bottom: 25px !important;
	}
	
	.home_col_bouton a {
		padding: 0;
	}
	
	.header_home h1 {
		font-size: 28px !important;
	}
	
	.home_title .wpb_text_column {
		margin-bottom: 15px !important;
	}
	
	.header_home h2 {
		font-size: 16px !important;
	}
	
	.header_home .home_title .wpb_wrapper {
		top: 5%;
	}
	
	.header_home p {
		font-size: 15px !important;
	}

}

@media (max-width: 400px) {
	
	.annonce_gauche.gauche.bandeau::before {
		transform: rotate(314deg) translate(-34%, -120%) !important;
	}
	
	.annonce_gauche.droite.bandeau::before {
		transform: rotate(45deg) translate(33%, -120%) !important;
	}
	
	.annonce_header .annonce_header_prix {
		top: 64% !important;
	}
}

@media (max-width: 350px) {
	
	.annonce_gauche.gauche.bandeau::before {
		transform: rotate(314deg) translate(-34%, -90%) !important;
	}
	
	.annonce_gauche.droite.bandeau::before {
		transform: rotate(45deg) translate(33%, -90%) !important;
	}
}

/*FOOTER */

footer .footer_fbk {
	color: #fff !important;
	font-size: xx-large !important;

}
footer .footer_fbk:hover {
	color: 	#E65050 !important;
}

/* page QUI SOMMES NOUS ? */

.qsn_photo img {
	border-radius: 12px;
}

.cookie-bar-bar button#catapultCookie:hover {	
    color: white;
}


/* correctif */

h3, .entry-content h3 {
    text-transform: inherit;
}









