/*!
Theme Name: touchlink
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: touchlink
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

touchlink is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@font-face {
	font-family: "ArimaMadurai";
	src: url(./fonts/Arima_Madurai/ArimaMadurai-Bold.ttf);
	font-display: swap;
}

@font-face {
	font-family: "HindVadodara";
	src: url(./fonts/Hind_Vadodara/HindVadodara-Regular.ttf);
	font-display: swap;
}

body {
	margin: 0;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: rgb(92, 222, 218);
}

h1 {
	font-size: 48px;
	font-family: "ArimaMadurai";
	color: rgb(255, 255, 255);
	margin: 10px 0;
}

h1 span {
	font-size: 37px;
	font-family: "HindVadodara";
	color: rgb(92, 222, 218);
}

h2, h3.h2 {
	font-size: 30px;
	font-family: "ArimaMadurai";
	color: rgb(73, 167, 164);
	margin: 10px 0;

}

h3 {
	font-size: 24px;
	font-family: "ArimaMadurai";
	color: rgb(73, 167, 164);
	margin: 10px 0;
}




p, ul, ol {
	font-size: 16px;
	font-family: "HindVadodara";
	color: rgb(36, 36, 36);
	margin: 10px 0;
	text-align: left;
}

ul {
	list-style: url(../../uploads/2022/08/list-icon.png);
}

.fixed-header_Desktop {
	width: 100%;
	position: fixed;
	top: 0;
	display: flex;
	z-index: 999;
	justify-content: space-evenly;
	align-items: center;
}

.main-navigation .menu-menu-1-container {
	max-width: 1140px;
	width: 100%;
	padding-right: 5%;
	padding-left: 5%;
	margin-right: auto;
	margin-left: auto;
}

.main-navigation ul {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.main-navigation ul li {
	list-style: none;
	position: relative;
	display: inline;
	text-align: center;
}

.main-navigation ul li a {
	font-size: 16px;
	font-family: "HindVadodara";
	color: rgb(36, 36, 36);
	font-weight: bold;
	display: block;
	overflow: hidden;
	padding: 12px 20px 10px 20px;
	margin: 0;
}

.main-navigation ul li:hover>a, .main-navigation ul li.active>a {
	color: rgb(92, 222, 218);
}

.main-navigation ul ul, .main-navigation ul ul ul {
	display: flex;
	flex-direction: column;
	position: absolute;
	top: -9999em;
	width: 180px;
	z-index: 99999;
	padding: 5px 10px;
	margin: 0;
	margin-left: 1px;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 2px 0px 0px 0px;
	border-color: rgb(92, 222, 218);
	box-shadow: 5px 5px 15px 0px rgb(0 0 0 / 8%);
}

.main-navigation ul ul li a, .main-navigation ul ul ul li a {
	width: 100%;
	font-size: 16px;
	font-family: "HindVadodara";
	color: rgb(36, 36, 36);
	font-weight: bold;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	padding: 0;

}

.main-navigation ul ul li, .main-navigation ul ul ul li {
	width: 100%;
	margin: 0;
	padding: 5px;
	border-bottom: 1px solid #EBEBEB;
}

.main-navigation ul li:hover ul {
	left: 0;
	top: 100%;
}

.main-navigation ul li:hover li ul {
	top: -9999em;
}

.main-navigation ul li li:hover ul {
	left: 170px;
	top: 10px;
}

.main-navigation ul ul>li:last-child {
	border-bottom: none;
}

.scrolling-header {
	background-color: rgb(254, 252, 250);
	box-shadow: 0px 0px 29px 0px rgba(241, 241, 241, 0.2);
}

.site-footer .footer_container {
	background-image: -moz-linear-gradient(-21deg, rgb(32, 64, 102) 11%, rgb(73, 167, 164) 90%);
	background-image: -webkit-linear-gradient(-21deg, rgb(32, 64, 102) 11%, rgb(73, 167, 164) 90%);
	background-image: -ms-linear-gradient(-21deg, rgb(32, 64, 102) 11%, rgb(73, 167, 164) 90%);
	border-top-left-radius: 80px;
	padding: 20px 0;
}



.site-footer .footer_container .group {
	max-width: 1140px;
	width: 100%;
	padding-right: 5%;
	padding-left: 5%;
	margin-right: auto;
	margin-left: auto;
	display: flex;
}

.site-footer .footer_container .group .span_1_of_3 {
	flex: 0 0 30%;
	max-width: 30%;
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.site-footer .site-info {
	background-color: rgb(254, 252, 250);
	box-shadow: 0px 0px 29px 0px rgba(241, 241, 241, 0.2);
	text-align: center;
	padding: 20px 0;
	font-size: 15px;
	font-family: "HindVadodara";
	color: rgb(36, 36, 36);
}



.site-footer h4 {
	font-size: 18px;
	font-family: "ArimaMadurai";
	color: rgb(255, 255, 255);
	font-weight: bold;
}

.site-footer ul {
	list-style: none;
	padding-inline-start: 0;
}

.site-footer ul li a, .site-footer .textwidget {
	font-size: 15px;
	font-family: "HindVadodara";
	color: rgb(255, 255, 255);

}

#categories-7, #custom_html-3, .site-footer .logo {
	text-align: center;
}

.home-slider {
	background-image: url(../../uploads/2022/08/home-slider.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 800px;
}

.home-slider .home-slider-content {
	text-align: center;
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 13%;
	padding: 0 36%;
}

.internal-slider-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 22%;
	text-align: center;
}




a.button {
	border-width: 1px;
	border-color: rgb(255, 255, 255);
	border-style: solid;
	border-radius: 10px;
	font-size: 16px;
	font-family: "HindVadodara";
	color: rgb(255, 255, 255);
	padding: 12px 32px;
	cursor: pointer;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	background: linear-gradient(to left, transparent 50%, rgb(255, 255, 255) 50%) right;
	background-size: 200%;
	transition: .5s ease-out;
}

.button:hover {
	background-position: left;
	border-color: rgb(51 112 131);
	color: rgb(51 112 131);

}

.button.button-light-bg {
	border: none;
	background: linear-gradient(to left, rgb(73, 167, 164) 50%, rgb(255, 255, 255) 50%) right;
	background-size: 200%;
}

.button.button-light-bg:hover {
	background-position: left;
}

.devis-section {
	text-align: center;
	border-bottom-left-radius: 200px;
	max-height: 551px;
	overflow: hidden;
}

.devis-section::after {
	position: absolute;
	content: "";
	background: url(../../uploads/2022/08/devis-femme.png) no-repeat scroll right;
	background-size: 100%;
	width: 699px;
	height: 551px;
	top: 0;
	right: -140px;
	z-index: 2;
}

.btn-devis {
	margin: 40px 0;
}

.white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text p, .white-text ul, .white-text ol {

	color: rgb(255, 255, 255);

}

.absolute-white-content {
	border-radius: 5px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 43px 0px rgb(25 19 19 / 17%);
	position: absolute;
	left: -70px;
	padding: 10px;
	overflow: hidden;

}

.forme-bg {
	overflow: hidden;
	text-align: center;
}

.forme-bg::after {

	position: absolute;
	content: "";
	background: url(../../uploads/2022/08/forme-1.png) no-repeat scroll top right;
	background-size: 100%;
	width: 381px;
	height: 280px;
	top: -40px;
	right: -90px;

}

.interventions-section {
	text-align: center;
	border-top-right-radius: 200px;

}

.boxes {
	display: flex;
	justify-content: space-between;
	margin-bottom: -18%;

}

.box {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	width: 30%;
	z-index: 99;
	height: 420px;

}

.box .img {
	height: 100%;
}

.box .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.box .header {
	border-width: 1px;
	border-color: rgb(255, 255, 255);
	border-style: solid;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 13px 0px rgba(175, 173, 173, 0.33);
	position: absolute;
	left: 0;
	bottom: 35px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 20px;
	transition: all ease 0.4s;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
	line-height: 1;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}




.box .label {

	margin: 0;
	font-size: 18px;
	font-family: "HindVadodara";
	color: rgb(43, 92, 119);
	font-weight: bold;
}


.box .body {
	border-width: 1px;
	border-color: rgb(255, 255, 255);
	border-style: solid;
	background-color: rgb(255, 255, 255);

	box-shadow: 0px 0px 13px 0px rgba(175, 173, 173, 0.33);
	position: absolute;
	bottom: 10px;
	height: 95%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 10px;
	transition: all ease 0.7s;
	-webkit-transform: translateX(110%);
	transform: translateX(110%);
	visibility: hidden;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}


.box .title {
	-webkit-transform: translatex(80px);
	transform: translatex(80px);
	transition: all ease 0.4s;
	transition-delay: 0.3s;
	opacity: 0;
	visibility: hidden;
}

.box .title {
	transition-delay: 0.2s;
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 18px;
	font-family: "HindVadodara";
	color: rgb(43, 92, 119);
	font-weight: bold;
	text-align: left;
}

.box .content p {

	font-size: 14px;
	font-family: "HindVadodara";
	color: rgb(36, 36, 36);



}



.box .actions {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;

}

.box .actions a {
	font-size: 16px;
	font-family: "HindVadodara";
	color: rgb(73, 167, 164);
	font-weight: bold;
}

.box .actions a svg {
	padding: 3px 0 0 5px;
}

.box:hover .header {
	-webkit-transform: translateX(-150%);
	transform: translateX(-150%);
	opacity: 0;
	visibility: hidden;
}

.box:hover .title,
.box:hover .body {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 0.922;
	visibility: visible;
}

.second-box {
	bottom: -50px;
}

.interventions-section::before {
	position: absolute;
	content: "";
	background: url(../../uploads/2022/08/forme-2.png) no-repeat scroll center left;
	background-size: 100%;
	width: 431px;
	height: 322px;
	left: -150px;
	top: -60px;
	opacity: 0.678;
}

.interventions-section::after {
	position: absolute;
	content: "";
	background: url(../../uploads/2022/08/forme-3.png) no-repeat scroll bottom right;
	background-size: 100%;
	width: 516px;
	height: 389px;
	right: 0;
	top: 150px;

}

.buttons {
	display: flex;
	justify-content: center;
	align-items: center;
}

.buttons>div {
	padding: 0 50px;
}

.buttons>a {
	padding: 0 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.buttons .mb-text {
	font-size: 16px;
	font-family: "HindVadodara";
	color: rgb(73, 167, 164);
	font-weight: bold;
	padding-right: 10px;
}

.avantages-section-title, .prix-section-title {
	text-align: center;
}



.accordion-section::after {
	position: absolute;
	content: "";
	background: url(../../uploads/2022/08/forme-5.png) no-repeat scroll bottom left;
	background-size: 100%;
	width: 333px;
	height: 245px;
	left: -100px;
	bottom: 0;
}

.accordion {
	border: none;
	background-color: rgb(255, 255, 255);

	cursor: pointer;
	padding: 18px;
	width: 100%;
	text-align: left;
	outline: none;
	transition: 0.4s;
	margin-top: 5px;
}

.accordion h3 {
	font-size: 20px;
	font-family: "HindVadodara";
	color: rgb(43, 92, 119);
	font-weight: bold;
	margin: 10px 0;

}

.accordion h3::before {
	content: url(../../uploads/2022/08/list-icon.png);
	margin-right: 10px;
}

.open {
	border: none;
	background-color: rgb(255, 255, 255);

}

.open h3 {
	font-size: 20px;
	font-family: "HindVadodara";
	color: rgb(73, 167, 164);
	font-weight: bold;
	margin: 10px 0;

}


.open+.panel {
	max-height: 500px !important;
}

.accordion h3::after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='0.139in' height='0.111in'%3E%3Cpath fill-rule='evenodd' fill='rgb(43, 92, 119)' d='M0.172,1.455 L4.779,7.904 L9.385,1.455 L8.312,0.673 L4.779,5.620 L1.245,0.673 L0.172,1.455 Z'/%3E%3C/svg%3E");
	margin-left: 10px;
}

.open h3::after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='0.139in' height='0.111in'%3E%3Cpath fill-rule='evenodd' fill='rgb(73, 167, 164)' d='M9.390,7.139 L4.784,0.689 L0.177,7.139 L1.250,7.920 L4.784,2.974 L8.317,7.920 L9.390,7.139 Z'/%3E%3C/svg%3E");
}

.panel {
	border: none;
	background-color: rgb(255, 255, 255);

	padding: 0 18px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

.panel p {
	font-size: 16px;
	font-family: "HindVadodara";
	color: rgb(36, 36, 36);
	padding-left: 40px;
}

table {
	border-radius: 10px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 8px 65px 0px rgba(41, 41, 41, 0.11);
	width: auto;
	margin: 10px auto;
	border-collapse: collapse;
	position: relative;
	z-index: 1;
}




thead {
	background-color: rgb(92, 222, 218);
	opacity: 0.8;
	font-size: 20px;
	font-family: "HindVadodara";
	color: rgb(43, 92, 119);
	font-weight: bold;

}

th {
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}


tbody {
	font-size: 15px;
	font-family: "HindVadodara";
	color: rgb(36, 36, 36);
}





th, td {
	padding: 5px 10px;
	text-align: center;
}

.devis-infos-section {
	text-align: center;
}

.tables-section {
	overflow: hidden;
}

.tables-section::before {
	position: absolute;
	content: "";
	background: url(../../uploads/2022/08/forme-6.png) no-repeat scroll bottom left;
	background-size: 100%;
	width: 286px;
	height: 255px;
	left: 300px;
	bottom: 0;
}

.tables-section::after {
	position: absolute;
	content: "";
	background: url(../../uploads/2022/08/forme-7.png) no-repeat scroll top right;
	background-size: 100%;
	width: 294px;
	height: 401px;
	right: 200px;
	top: 0;
}

h2::after, .h2::after {
	display: block;
	clear: both;
	content: "";
	position: relative;
	left: 0;
	bottom: 0;
	max-width: 250px;
	height: 1px;
	width: 15%;
	border-bottom: 1.5px solid rgb(73, 167, 164);
	margin: 0 auto;
	padding: 4px 0px;

}

.white-text h2::after {
	border-bottom: 1.5px solid rgb(255, 255, 255);
}

.box_whatsapp {
	position: fixed !important;
	left: 0;
	width: auto;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
	top: 50%;
	z-index: 88888888;
	transform: rotate(-90deg);

}

.whatsapp {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-width: 230px;
	max-width: 250px;
	width: 100%;
	height: 66px;
	padding: 0 15px;
	color: #fff;
	letter-spacing: -.02em;
	white-space: nowrap;
	border-radius: 0 0 12px 12px;
	background-color: #2ab737;
	background: linear-gradient(135deg, #0f912c 0, #25a325 37%, #2ab939 100%);
	-webkit-box-shadow: 0 10px 18px 0 rgb(0 0 0 / 20%);
	box-shadow: 0 10px 18px 0 rgb(0 0 0 / 20%);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.whatsapp::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: rgba(0, 0, 0, .06);
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.whatsapp:hover::before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition: -webkit-transform .3s cubic-bezier(.08, .35, .4, 1.02);
	transition: -webkit-transform .3s cubic-bezier(.08, .35, .4, 1.02);
	transition: transform .3s cubic-bezier(.08, .35, .4, 1.02);
	transition: transform .3s cubic-bezier(.08, .35, .4, 1.02), -webkit-transform .3s cubic-bezier(.08, .35, .4, 1.02);
}

a.whatsapp:hover {
	color: white;
	text-decoration: none;
}

.whatsapp::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: calc(100% + 20px);
	content: "";
	-webkit-filter: blur(5px);
	filter: blur(5px);
	background-color: rgba(255, 255, 255, .15);
	-webkit-animation: lightEffect 4s ease 4s infinite;
	animation: lightEffect 4s ease 4s infinite;
	-webkit-transform: translate3d(-40px, -10px, 0);
	transform: translate3d(-40px, -10px, 0);
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@-webkit-keyframes lightEffect {
	100% {
		left: calc(100% + 80px)
	}
}

@keyframes lightEffect {
	100% {
		left: calc(100% + 80px)
	}
}


@media screen and (min-width: 601px) {
	.whatsapp {
		left: auto;
		right: 0;
	}

	.whatsapp {
		min-width: 255px;
		max-width: 280px;
		height: 70px;
		padding: 0 20px;
	}

	.whatsapp {
		overflow: hidden;
		position: absolute;
		top: 0;
		left: 0;
		max-width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		min-width: 230px;
		max-width: 250px;
		width: 100%;
		height: 66px;
		padding: 0 15px;
		color: #fff;
		letter-spacing: -.02em;
		white-space: nowrap;
		border-radius: 0 0 12px 12px;
		background-color: #2ab737;
		background: linear-gradient(135deg, #0f912c 0, #25a325 37%, #2ab939 100%);
		-webkit-box-shadow: 0 10px 18px 0 rgb(0 0 0 / 20%);
		box-shadow: 0 10px 18px 0 rgb(0 0 0 / 20%);
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.whatsapp::before {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		content: "";
		background-color: rgba(0, 0, 0, .06);
		-webkit-transform: scaleX(0);
		-ms-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transition: all .2s linear;
		transition: all .2s linear;
	}

	.whatsapp>span {
		font-size: 1.4rem;
	}

	.whatsapp>span {
		display: block;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		font-size: 1.25rem;
		font-weight: 600;
		text-align: right;
		pointer-events: none;
		white-space: pre-wrap;
	}

	.whatsapp>span>span {
		font-size: .9rem;
	}

	.whatsapp>span>span {
		display: block;
		margin-bottom: -5px;
		font-size: .85rem;
		font-weight: 400;
		opacity: .8;
	}

	.whatsapp::after {
		position: absolute;
		top: 0;
		left: 0;
		width: 10px;
		height: calc(100% + 20px);
		content: "";
		-webkit-filter: blur(5px);
		filter: blur(5px);
		background-color: rgba(255, 255, 255, .15);
		-webkit-animation: lightEffect 4s ease 4s infinite;
		animation: lightEffect 4s ease 4s infinite;
		-webkit-transform: translate3d(-40px, -10px, 0);
		transform: translate3d(-40px, -10px, 0);
	}
}

@media screen and (max-width: 1024px) {
	h1 {
		font-size: 30px !important;

	}

	h1 span {
		font-size: 26px !important;

	}

	h2 {
		font-size: 24px !important;
	}

	h3 {
		font-size: 20px !important;
	}

	p, li, thead, tbody {
		font-size: 14px !important;

	}

	img {
		max-width: 100%;
		height: auto;
	}

	h1,
	h2,
	h3,
	h4,
	p {
		padding: 0 10px;
	}

	iframe {
		width: 100% !important;
		height: 600px !important;
	}

	.home-slider-mobile {
		background-image: url(../../uploads/2022/08/home-slider-mobile.png);
		background-repeat: no-repeat;
		background-size: cover;
		min-height: 600px;
		background-position: bottom right;
		margin-top: 60px;
	}


	.home-slider-mobile .home-slider-content {
		position: absolute;
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-top: 80px;
		padding-left: 5%;
		padding-right: 25%;
	}

	.fixed-header_mobile {
		height: 60px;
		display: block;
		position: fixed;
		top: 0;
		width: 100%;
		padding: 0;
		z-index: 999;
		background-color: rgb(255, 255, 255);
		box-shadow: 0px 0px 43px 0px rgb(25 19 19 / 17%);
		padding: 5px;
	}

	.fixed-header_mobile .container_navheader {
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 100%;
	}

	.navbar_mobile {
		visibility: hidden;
		opacity: 0;
		transform: translate(0%, -50%);

	}

	.opened {
		visibility: visible;
		opacity: 1;
		transform: translate(0%, 5px);
		width: 95%;
		height: auto;
		position: absolute;
		top: 60px;
		left: 2%;
		border-radius: 10px;
		background-color: rgb(73 166 163);
		box-shadow: 0 0 35px 0 rgb(25 19 19 / 11%);
		z-index: 5;
		transition: all .25s ease-in;
		max-height: 100vh;
		overflow-y: scroll;
	}

	.navbar_mobile ul {
		padding-left: 0;
	}

	.navbar_mobile ul li {
		position: relative;
		height: 100%;
		align-items: center;
		list-style: none;
		margin: 5px 0;
		line-height: 2.25;
	}

	.navbar_mobile ul li a {
		font-size: 16px;
		font-family: "HindVadodara";
		color: rgb(255, 255, 255);
		font-weight: bold;
		padding-left: 5%;
	}

	li span.sub-toggle::after {
		content: ' \02C7';
		font-size: 18px;
		font-family: "HindVadodara";
		color: rgb(255, 255, 255);
		position: absolute;
		right: 50%;
		font-weight: bold;
		top: 0;
	}

	li span.sub-toggle.sub-toggle-2::after {
		right: 40%;
	}

	li span.rotate-sp::after {
		content: ' \02C6';
	}

	.navbar_mobile ul li ul.sub-menu {
		display: none;
		height: auto;
		z-index: 5000;
		overflow: hidden;
		transition: all 1s ease;
		padding-left: 0;
		position: relative;

		background-color: rgba(255, 255, 255, .38);

		width: 95%;
		margin: auto !important;
		border-radius: 5px;
	}

	.navbar_mobile ul ul li a {
		font-size: 16px;
		font-family: "HindVadodara";
		color: rgb(255, 255, 255);
		font-weight: bold;
		padding-left: 10%;
	}

	.navbar_mobile ul li.active>a {
		color: rgb(92, 222, 218);
	}

	.box_whatsapp {
		left: unset;
		right: 0;
		transform: rotate(90deg);
	}

	.breadcrumbs {
		display: none;
	}

	.whatsapp {
		height: 60px;
		min-width: 160px;
		max-width: 180px;
		white-space: pre-wrap;
	}

	.devis-section-mobile {
		text-align: center;
		border-bottom-left-radius: 100px;
	}

	.second-home-image {
		width: 90% !important;
		float: left;
		z-index: 1;
		position: relative;
	}

	.absolute-white-content {
		left: 0;
		top: -100px;
		z-index: 2;
		margin: 0 2%;
	}

	.boxes {
		margin-bottom: 0;
		flex-direction: column;
	}

	.box {
		width: 90% !important;
		margin: 5%;
	}

	.second-box {
		bottom: 0;
	}

	.buttons {
		flex-direction: column;
	}

	.site-footer .footer_container {
		padding: 0 10px;
	}

	.site-footer .footer_container .group {
		flex-direction: column;
		padding-right: 0;
		padding-left: 0;
	}

	.site-footer .footer_container .group .span_1_of_3 {
		max-width: 100%;
		flex: 0 0 100%;
		padding-right: 0;
		padding-left: 0;
	}

	.accordion {
		padding: 10px;
	}

	.panel {
		padding: 0 10px;
	}

	.interventions-section {
		overflow: hidden;
	}

	.interventions-section::before {
		opacity: 0;
	}

	.interventions-section::after {
		right: -300px;
		top: 120px;
		z-index: 0;
		opacity: 0.65;
	}

	.internal-slider {

		margin-top: 70px;
	}

	.internal-slider>div {
		min-height: 300px !important;
	}

	.internal-slider-content {
		padding: 0 25% 0 0;
	}

	a.button.mobile-resize {
		padding: 12px 0;
		font-size: 14px;
	}
}

.breadcrumbs {
	margin: 10px 0;
	font-size: 18px;
	font-family: "HindVadodara";
	font-weight: bold;
}

.breadcrumbs a {
	border-right: 2px solid rgb(92, 222, 218);
	padding-right: 10px;
}

.breadcrumbs .current {
	color: rgb(255, 255, 255);
}

.tableContainer {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 30px;
}

.tableContainer table {
	width: 100%;
	margin-bottom: 20px;
}

.tableContainer>a {
	display: flex;
	align-items: center;
}

.tableContainer>a span {
	font-size: 16px;
	font-family: "HindVadodara";
	color: rgb(73, 167, 164);
	font-weight: bold;
	margin-right: 10px;
}

.boxes.boxes-intervention {
	justify-content: space-around;
	flex-wrap: wrap;
	margin-bottom: 20px;
	margin-top: 20px;
}

.boxes-intervention .box {
	width: 24%;
	margin-bottom: 5%;
}

body.blog .breadcrumbs_pages,
.breadcrumbs_single {
	background: url(../../uploads/2022/08/internal-slider.png);
	min-height: 522px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.blog__chirurgies_esthetique_tunisie,
.container {
	max-width: 1140px;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	margin-bottom: 40px;
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%;
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.post__content {
	margin-bottom: 8%;
}

.col-md-4 {
	flex: 0 0 30%;
	max-width: 30%;
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.post {
	margin: 0 0 0 !important;
}

.content_archive_blog {
	margin-bottom: 30px;
}

.top_post {
	width: 100%;
	height: 250px;
	position: relative;
}

.top_post img {
	max-width: 100%;
	height: auto;
}

.content_archive_blog .content_post {
	height: 143px;
	padding: 44px 10px 25px;
	position: relative;
	background: #fff;
	box-shadow: 0px 7px 29px 0px rgb(19 75 125 / 34%);
}

.content_archive_blog .content_post {
	height: 143px;
	padding: 44px 10px 25px;
	position: relative;
	background: #fff;
	box-shadow: 0px 7px 29px 0px rgb(19 75 125 / 34%);
}

.top_post .date_posts {
	position: absolute;
	top: 254px;
	left: 0;
	padding: 7px 15px;
	color: #3C4044;
	z-index: 1;
}

.date_posts svg {
	overflow: hidden;
	vertical-align: middle;
}

.top_post .title_posts {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #49a7a4;
	opacity: 0.9;
	padding: 10px 0;
}

.title_posts h2.entry-title,
.title_posts h2.entry-title a {
	font-size: 20px !important;
	color: rgb(255, 255, 255) !important;
	text-align: center;
	text-decoration: none;

}

a.read_more:hover {
	color: #fff !important;
	text-decoration: none;
}

a.read_more {
	padding: 8px 18px;
	position: absolute;
	right: 0;
	bottom: 0;
	background-image: -moz-linear-gradient(90deg,
			#3C4044 50%,
			#49a7a4 180%);
	background-image: -webkit-linear-gradient(90deg,
			#3C4044 -115%,
			#49a7a4 180%);
	background-image: -ms-linear-gradient(90deg,
			#3C4044 -115%,
			#49a7a4 180%);
}

.breadcrumbs_single * {
	color: #fff;
}

.breadcrumbs_single h1 {
	color: rgb(255, 255, 255);
}

.date_single_posts {
	position: absolute;
	right: 0;
	top: 50%;
	padding: 8px 20px;
	color: #fff;
	background-image: -moz-linear-gradient(90deg,
			#3C4044 50%,
			#49a7a4 180%);
	background-image: -webkit-linear-gradient(90deg,
			#3C4044 -115%,
			#49a7a4 180%);
	background-image: -ms-linear-gradient(90deg,
			#3C4044 -115%,
			#49a7a4 180%);
}

.breadcrumbs_single * {
	z-index: 2;
}

.navigate_blog .nav-links {
	position: absolute;
	top: 50%;
	left: 0;
	background-image: -moz-linear-gradient(90deg,
			#3C4044 50%,
			#49a7a4 180%);
	background-image: -webkit-linear-gradient(90deg,
			#3C4044 -115%,
			#49a7a4 180%);
	background-image: -ms-linear-gradient(90deg,
			#3C4044 -115%,
			#49a7a4 180%);
	padding: 8px 18px;
	color: #fff;
}

.post-navigation .nav-links {
	display: flex;
}

.navigate_blog .nav-links .nav-previous {
	width: 50%;
	position: relative;
	text-overflow: ellipsis;
	overflow: hidden;
}

.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.nav-previous a {
	text-decoration: none;
}

.nav-previous a svg {
	overflow: hidden;
	vertical-align: middle;
}

.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.thumb_single img {
	display: table;
	margin: 0 auto;
	vertical-align: middle;
	border-style: none;
}

.blog__chirurgies_esthetique_tunisie .nav-previous {
	padding: 8px 18px;
	position: absolute;
	right: 0;
	bottom: 0;
	background-image: -moz-linear-gradient(90deg,
			#3C4044 50%,
			#49a7a4 180%);
	background-image: -webkit-linear-gradient(90deg,
			#3C4044 -115%,
			#49a7a4 180%);
	background-image: -ms-linear-gradient(90deg,
			#3C4044 -115%,
			#49a7a4 180%);
}

.blog__chirurgies_esthetique_tunisie .nav-next {
	padding: 8px 18px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: -moz-linear-gradient(90deg,
			#3C4044 50%,
			#49a7a4 180%);
	background-image: -webkit-linear-gradient(90deg,
			#3C4044 -115%,
			#49a7a4 180%);
	background-image: -ms-linear-gradient(90deg,
			#3C4044 -115%,
			#49a7a4 180%);

}

.blog__chirurgies_esthetique_tunisie .nav-previous a, .blog__chirurgies_esthetique_tunisie .nav-next a {
	text-decoration: none;
	color: #fff !important;
}

.blog__chirurgies_esthetique_tunisie .nav-previous a:hover, .blog__chirurgies_esthetique_tunisie .nav-next a:hover {
	color: #fff !important;
	text-decoration: none;
}

.content_archive_blog .content_post a {
	color: #fff;
	text-decoration: none;
}

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

	body.blog .breadcrumbs_pages,
	.breadcrumbs_single {
		background: url(../../uploads/2022/08/internal-slider-mobile.png);
		background-position: top left;
		background-size: cover;
		background-repeat: no-repeat;
	}

	.row {
		flex-direction: column;
		margin-left: 0;
		margin-right: 0;
	}

	.blog__chirurgies_esthetique_tunisie, .container, .col-12 {
		padding-left: 0;
		padding-right: 0;
	}

	.col-md-4 {
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.navigate_blog .nav-links span.nav-title {
		display: none;
	}

	.date_single_posts {
		top: 45%;
	}

	p#breadcrumbs {
		width: 90% !important;
		margin-left: 5%;
	}

	.nav-links {
		width: 100%;
	}

	.navigate_blog .nav-links .nav-next,
	.navigate_blog .nav-links .nav-previous {
		width: 100% !important;
		display: block;
	}

	.navigate_blog .nav-links {
		top: 50%;
	}

	.navigate_blog .nav-links {
		padding: 8px 0;
	}
}

.images-avant-apres {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media screen and (max-width: 1024px) {
	.images-avant-apres {
		flex-direction: column;
	}
}