/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/


.blanc, .blanc p, .blanc span, .blanc a, .blanc li, .blanc em, .blanc h1, .blanc h2, .blanc h3, .blanc h4, .blanc h5 {
	color:#fff;
}

.txt-h3 {
	font-family: 'Poppins' !important;
	font-size: 25px;
	font-style: normal;
	font-weight: 600;
	line-height: 50px; 
}
.txt-spe {
	color: #313C38 !important;
	font-family: 'Poppins' !important;
	font-size: 25px !important;
	font-style: normal !important;
	font-weight: 500 !important;
}

.sous-titre {
	font-size: 25px;
	font-weight: 500;
	line-height: 40px;
}

.btn-simple .ubtn-text {
	font-family: 'Poppins' !important;
	font-size: 20px !important;
	font-style: normal !important;
	font-weight: 600 !important;
	line-height: normal !important;
	transition: all .4s;
	position: relative !important;
	padding-right: 70px !important;
}

.wpb_single_image .vc_single_image-wrapper.vc_box_rounded, .wpb_single_image .vc_single_image-wrapper.vc_box_rounded img {
	border-radius: 20px;
}

.btn-simple button.ubtn-normal {
	padding: 5px 0px;
}

.btn-simple .ubtn-text:before {
	content: url("/wp-content/uploads/2024/08/fleche-1.svg") !important;
	position: absolute !important;
	z-index: 9 !important;
	right: 20px !important;
	transition: all .4s;
}

.btn-simple .ubtn-text:hover::before{
	right: 5px !important;
	content: url("/wp-content/uploads/2024/08/fleche-2.svg") !important;
	transition: all .4s;
}

.btn-fond-dore .ubtn-text {
	font-family: 'Poppins' !important;
	font-size: 20px !important;
	font-style: normal !important;
	font-weight: 600 !important;
	line-height: normal !important;
	transition: all .4s;
}

.btn-fond-dore .ubtn {
	border-radius: 12px !important;
	padding: 17px 30px;
	transition: all .4s;
}

.btn-fond-dore .ubtn:hover .ubtn-text{
	transform: translatey(-5px) !important;
}

.btn-fond-dore .btn-rdv .ubtn:hover::before{
	top: 14px !important;
	transition: all .4s;
}

.btn-fond-dore .btn-rdv .ubtn::before{
	transition: all .4s;
}

.ubtn-ctn-left.btn-fond-dore.btn-rdv {
	position: relative !important;
}

.btn-fond-dore .btn-rdv .ubtn {
	padding: 17px 30px 17px 55px !important;
	transition: all .4s;
}

.btn-fond-dore .btn-rdv .ubtn:before {
	content: url("/wp-content/uploads/2024/08/tabler_calendar-plus.svg") !important;
	position: absolute !important;
	z-index: 9 !important;
	top: 19px;
	left: 21px !important;
	pointer-events: none !important;
}
.inline-header .header-bar > .mini-widgets, .inline-header .widget-box .mini-widgets {
    padding: 0px 0px 0px 30px !important;
}
.contact-info.no-img {
	position: relative !important;
	top: 0 !important;
}
.contact-info {
	position: absolute !important;
    bottom: 35px;
    border-radius: 18px;
    border: 2px solid #E6EFED;
    background: #FFF;
	padding: 5px 0 0 0px;
}
.contact-info.right {
	right: 15px;
}
.contact-info.left {
	left: 15px;
}
.contact-info .aio-icon-component {
	margin-bottom: 0 !important;
}
.contact-info .aio-icon-description a {
	color: #6CA48E;
	text-edge: cap;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px;
	text-decoration: none;
}

.aio-icon-img {
	top: 5px;
    position: relative;
    margin-right: 20px !important;
}

.tab-spe {
	margin-left: 80px;
	border-left: 3px solid #E6A368 !important;
	padding-left: 10px;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.tab-spe h3 {
	padding: 0px !important;
}

.spe-grand {
	font-size : 22px;
}

.content-specialite {
	display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-left: -10px;
    margin-right: -10px;
}
.content-specialite .bloc-specialite  {
	display: inline-block;
    width: calc(25% - 20px);
    margin: 10px;
    border-radius: 18px !important;
    background-color: #E6EFED;
}
.content-specialite .bloc-specialite a {
	display: block;
	text-decoration: none;
	padding: 20px 30px;
	height: calc(100% - 40px);
    width: calc(100% - 60px);
}
.content-specialite .bloc-specialite:hover {
	background-color: #FDEEE0;
}
.bloc-specialite h3{
	color: #6CA48E;
	font-family: 'Poppins';
	font-size: 23px;
	font-style: normal;
	font-weight: 600;
	line-height: 50px;
	transition: all .3s !important;
}

.bloc-specialite .vc_column-inner {
	border-radius: 18px !important;
	transition: all .3s !important;
}

.bloc-specialite:hover .vc_column-inner {
	background-color: #FDEEE0 !important;
}

.bloc-specialite:hover .vc_column-inner {
	background-color: #FDEEE0 !important;
}


.bloc-specialite:hover h3 {
	color: #E6A368 !important;
}


.circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    background-color: #fff;
    border-radius: 25px;
    transition: all 0.5s;
}

.arrow {
  transition: all .5s;
  height: auto;
  stroke: #6CA48E;
}

.bloc-specialite:hover .circle {
  width: 65px;
  border-radius: 30px;
}

.bloc-specialite:hover .arrow {
  transform: translateX(15px);
  stroke: #E6A368;
}



.txt-acces {
	color: #6CA48E !important;
	text-align: center !important;
	font-family: 'Poppins' !important;
	font-size: 25px !important;
	font-style: normal !important;
	font-weight: 600 !important;
	line-height: 32px !important;
}

.content td, .content table {
	border: 0px !important;
}

p#breadcrumbs {
	color: #313C38;
    font-family: 'Poppins';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}


#breadcrumbs a {
	text-decoration: none !important;
	color: #313C38 !important;
}

/* Contact item */
.contact-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 15px !important;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #333;
}

.icon-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-color: #FDEEE0;
    border-radius: 50%; 
}

.icon {
    width: 30px;
    height: 30px;
}

.contact-text {
    display: flex;
    align-items: center;
}

.carte-contact {
	position: absolute;
    z-index: 1 !important;
    bottom: 12px;
    right: 27px;
}

.img-praticien {
	position: relative !important;
}

:target {
	padding-top: 170px;
	margin-top: -170px;
}

a.ubtn-link.ult-adjust-bottom-margin.ubtn-left.ubtn-normal.btn-simple {
	padding: 0px 0px !important;
}

a.microwidget-btn {
	padding: 20px 15px 20px 50px !important;
    border-radius: 12px;
	transition: all 0.4s;
	background-color: #E6A368 !important;
}

a.microwidget-btn:hover {
	transition: all 0.4s;
	background-color: #6CA48E !important;
}


.microwidget-btn>span:before {
	content: url("/wp-content/uploads/2024/08/tabler_calendar-plus.svg") !important;
	position: absolute !important;
	z-index: 9 !important;
	pointer-events: none !important;
	left: -34px !important;
}


/* Footer */

footer .menu-parent > a {
	color: #E6A368 !important;
	font-family: 'Poppins' !important;
	font-size: 20px !important;
	font-style: normal !important;
	font-weight: 600 !important;
	line-height: normal !important;
}
footer .menu li {
	margin: 0 !important;
    padding: 20px 0 0 !important;
}
.footer .menu li {
	border: none !important;
}
footer .menu-rgpd ul a {
	color: #313C38 !important;
    font-family: 'Poppins' !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 500 !important;
}
footer .menu-rgpd .widget {
	padding: 0 !important;
}
ul.sub-menu {
	margin-left: 0px !important;
}

.sub-menu {
    column-count: 2;
    column-gap: 20px; 
}

.sub-menu li {
    break-inside: avoid;
}


ul.sub-menu a {
	color: #313C38 !important;
	font-family: 'Poppins' !important;
	font-size: 18px !important;
	font-style: normal !important;
	font-weight: 500 !important;
}

@media screen and (max-width:1499px){
	
	.tab-spe {
		margin-left: 0px;
	}
}
@media screen and (max-width:992px){
	
	.swap-on-mobile {
		display: flex !important;
		flex-direction: column-reverse;
	}
	.content-specialite .bloc-specialite  {
		width: calc(50% - 20px);
		margin: 10px;
	}
}
@media screen and (max-width:769px){
	
	.carte-contact {
		position: initial;
	}
	
	.height-bg-resp {
		min-height: 300px;
	}
	
	.bloc-home-img > .vc_column-inner:first-of-type {
		padding-top: 7% !important;
		padding-right: 5% !important;
		padding-bottom: 2% !important;
		padding-left: 5% !important;
	}
	
	.content-specialite .bloc-specialite  {
		width: calc(100% - 0px);
		margin: 10px 0;
	}
	.contact-info.right {
		position: relative !important;
		right: 0;
		bottom: 0;
		width: 100%;
		margin: 0 auto 15px !important;
	}
	p#breadcrumbs {
		padding-top: 20px;
	}
	a.ubtn-normal {
        padding: 0;
    }
	.footer .widget {
		padding: 0 !important;
	}
	.footer .widget {
		margin-bottom: 0 !important;
	}
}
