/*
Theme Name: Websteve Glow DefiClean V1
Author: Websteve
Version: 1.0
Text Domain: deficlean
*/

/*
Theme Name: Glow
Version: 1.0.3
Author: Daisy Themes
Author URI: https://daisythemes.com/
Theme URI: https://daisythemes.com/theme/glow/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: glow
Tags: custom-background, custom-colors, custom-menu, featured-images, full-width-template, gray, light, responsive-layout, right-sidebar, sticky-post, threaded-comments, translation-ready, two-columns, white, theme-options
Description: Glow is a massage center, beauty spa salon parlor responsive WordPress theme built with Bootstrap and is fully responsive for all the screen sizes. It can be used for Beauty, Salon, barber, Spa, Fitness, Wellness, Health, Blogging, Business, Agency, Corporate, Hospital, Massage parlor, Medicals, Doctors, Clinic or any other types of site. Glow theme comes with built-in widgets and widgets positions, customizer, drop-down menus, sliders, testimonials. Glow is one of very beautifully designed theme by DaisyThemes in mind to create stunning website quickly and easily. You can find preview demo at http://demo.daisythemes.com/glow/

This theme, like WordPress, is licensed under the GPL.

Glow is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
*/

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}
html{scroll-behavior:smooth}
*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}
.dc-grid3{--blue:#011E44;--accent:#FEAB0B;--white:#fff;--ink:#0B2239}
    .dc-grid3{max-width:1200px;margin:32px auto;padding:0 16px;font:16px/1.55 system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial}
    .dc-grid3 .title{color:var(--blue);font-size:clamp(20px,2.4vw,28px);margin:0 0 14px}
    .dc-grid3 .grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
    @media (max-width:980px){.dc-grid3 .grid{grid-template-columns:repeat(2,1fr)}}
    @media (max-width:640px){.dc-grid3 .grid{grid-template-columns:1fr}}
    .dc-card{display:flex;flex-direction:column;background:#fff;border:1px solid #E6ECF5;border-radius:14px;overflow:hidden;box-shadow:0 4px 18px rgba(1,30,68,.06)}
    .dc-card figure{margin:0;position:relative;aspect-ratio:16/9;background:#0c2b55}
    .dc-card img{width:100%;height:100%;object-fit:cover;display:block}
    .dc-card .badge{position:absolute;left:10px;top:10px;background:rgba(1,30,68,.86);color:#EAF2FF;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:700;letter-spacing:.3px}
    .dc-card .body{padding:14px 16px 16px}
    .dc-card h3{margin:0 0 8px;font-size:clamp(16px,2vw,19px);color:var(--blue);line-height:1.25}
    .dc-card p{margin:0 0 12px;color:#425975}
    .dc-card .cta{margin-top:auto;display:inline-flex;align-items:center;gap:.55rem;background:var(--accent);color:#1B1403;font-weight:800;border-radius:10px;padding:10px 14px;text-decoration:none}
    .dc-card .cta:hover{filter:brightness(1.05)}
	
.toc{display:flex;flex-wrap:wrap;gap:10px}
.toc a{background:#E8EEF7;border:1px solid #d0def3;border-radius:999px;padding:7px 10px;font-weight:600;color:#0e2c57}
.toc a:hover{background:#dcedff}

.dt-logo img{width: 100%;}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
section {margin-top: 40px!important;}
blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}
.telephone{color: #98C748;
    display: block;
    font-weight: bold;
    margin: auto;
    text-align: center;
    width: 130px;
	margin-top: 20px;
}
.title-widgets {
    color: #01aeeb;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
}
.widgets-banner p {text-align: center;}
.top_bar_right_wrapper{text-align: center;font-weight: bold;color:#8EC549; }
.top_bar_right_wrapper a{color:#12B4EC; }
.dispo{font-size: 12px;}
.button_label{font-size: 17px;}
.dt-main-menu-wrap.transition35{padding: 20px 0;}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid rgba(39,48,57,.2);
	border-radius: 3px;
	background: rgba(39,48,57,.05);
	color: rgba(39,48,57,.8);
	line-height: 1;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	padding: 11px 15px; 
	font-size: 1em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: rgba(39,48,57,.25);
	background: rgba(39,48,57,.1);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="number"],
input[type="password"],
input[type="search"],
textarea,
select {
	color: rgba(39,48,57,.8);
	border-radius: 3px;
	border: 1px solid rgba(39,48,57,.25);
	min-width: 100%;
	max-width: 100%;
	padding: 5px 10px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
	outline: none;
	border-color: rgba(39,48,57,.5);
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 40px;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.sticky article {
	display: block;
	border: 2px solid #fa7921 !important;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}



.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.comment-content p {
	margin-bottom: 10px;
}

.bypostauthor {
	display: block;
}

.comment-list,
.comment-list ol,
.comment-list ol ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

.comment-list ol,
.comment-list ol ol {
	list-style: none;
	padding: 0;
	margin: 0 -10px;
}

.comment-list li {
	padding: 10px 10px 0;
	border: 1px solid #e5e5e5;
	margin-bottom: 10px;
}

.comment-list ol li,
.comment-list ol ol li {
	border: 0;
	border-top: 1px solid #e5e5e5;
	background: #fdfdfd;
}

.comment-list li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.comment-list .reply {
	padding-bottom: 10px;
	text-align: right;
}

.comment-form label {
	min-width: 90px;
}

.form-submit {
	margin-left: 94px;
}

@media screen and (max-width: 480px) {
	.form-submit {
		margin-left: 0;
		text-align: center;
	}
}

.comment-author img {
	margin: 0 10px 10px 0;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Default
--------------------------------------------------------------*/
body {
	font:16px/1.65 system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial
	background: #f3f4f6;
	
	line-height: 1.8em;
	letter-spacing: 0.04em;
	color: rgba(39,48,57,.85);
}

.transition5 {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.transition35,
a,
.dt-main-menu li a,
.dt-main-menu li ul,
.menu-item-has-children {
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}

h1,
h2,
h3,
h4 {
	line-height: 1.6em;
}
ul,
ol {
	margin: 0;
	padding-left: 22px;
}

p {
	margin-bottom: 0px;
	line-height: 1.8em;
	text-align: justify;
}

a {
	outline: none;
	text-decoration: none !important;
	color: rgba(39,48,57,.85);
}

a:hover {
	color: #fa7921;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	width: 100%;
}

table,
th,
td {
	border: 1px solid rgba(39,48,57,.085);
}

table {
	border-right: 0;
	border-bottom: 0;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 600;
}

th,
td {
	padding: 6px 0;
	text-align: center;
}

td {
	border-width: 0 1px 1px 0;
}

#primary {
	margin-top: 0px;
}

#secondary {
	margin-top: 60px;
}

#primary li,
#secondary li  {
	margin: 10px 0;
}

#secondary .widget {
	background: #fff;
	padding: 20px 25px;
	border: 1px solid rgba(39,48,57,.08);
	box-shadow: 0 0 5px rgba(39,48,57,.05);
}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/*
 *  Logo
 -----------------------------------*/
.dt-logo {
	position: relative;
}

.dt-logo h1 {
	font-size: 36px;
	margin: 0;
	font-family: 'Bad Script', cursive;
}

.dt-logo h1,
.dt-logo h1 a {
	color: #fa7921;
}

.dt-logo h1 span {
	font-size: 18px;
	font-weight: 400;
	margin: 4px 0 0;
	color: rgba(39,48,57,.85);
	font-family: 'Roboto', sans-serif;
}

.dt-main-menu-scroll .dt-logo h1 span {
	color: #fff;
}

/*--------------------------------------------------------------
# Menu
--------------------------------------------------------------*/
.dt-main-menu-wrap {
	position:;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;

    background: #fff;
    box-shadow: 0 0 6px rgba(39,48,57, .07);
    padding: 0;
	font-weight: 400;
}

.dt-menu-md {
	display: none;
	position: absolute;
	top: 8px;
	right: 0;
	width: 48px;
	height: 48px;
	text-align: center;
	font-size: 24px;
	padding: 10px 0;
	cursor: pointer;
}

.dt-main-menu-scroll .dt-menu-md {
	color: #fff;
}

.dt-main-menu ul {
	margin: 0;
	padding: 0;
}

.dt-main-menu li {
	position: relative;

	display: inline-block;
	margin-left: -9px;
	text-transform: uppercase;
	font-size: 12
		px;
}

.dt-main-menu .menu > li {
    padding: 0px 0;
}

.dt-main-menu li a {
	display: block;
	text-decoration: none;
	color: rgba(39,48,57,.85);
}

.dt-main-menu li:hover > a {
	color: #fa7921;
}

.dt-main-menu .menu > li > a {
	border: 2px solid transparent;
	display: block;
	margin-left: 2px;
	padding: 6px 10px;
	color:#0d2233;
	font-weight: 500;
	font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.dt-main-menu .menu > li > a:hover,
.current-menu-item > a,
.current_page_item > a {
	border-color: #fa7921 !important;
	color: #fa7921 !important;
}

.dt-main-menu li ul {
	position: absolute;
	z-index: 99999;
	top: 120%;

	display: block;
	visibility: hidden;
	text-align: left;

	width: 240px;
	max-width: 500%;

	opacity: 0;
	padding: 0;
}

.dt-main-menu li li ul {
	top: 50%;
	left: 100%;
}

.dt-main-menu li li a {
	position: relative;
	text-transform: capitalize;
	padding: 12px 20px 12px 25px;
}

.dt-main-menu li li.page_item_has_children > a:after,
.dt-main-menu li li.menu-item-has-children > a:after {
	font-family: 'FontAwesome';

	position: absolute;
	top: 8px;
	right: 5px;

	width: 16px;
	height: 24px;

	content: '\f105';
	text-align: center;
}

.dt-main-menu li:hover > ul {
	top: 100%;

	visibility: visible;

	opacity: 1;
	background: #fff;
}

.dt-main-menu li li:hover > ul {
	top: -1px;
}

.dt-main-menu li ul li {
	display: block;
	font-size: 15px;
	border-top: 1px solid rgba(39,48,57,.07);
}

.dt-main-menu li ul li:last-child {
	border-bottom: 1px solid rgba(39,48,57,.07);
}

.dt-main-menu-scroll {
    padding: 30px 0;
    background: transparent;
	box-shadow: none;
}

.dt-main-menu-scroll .dt-main-menu .menu > li > a {
	color: #98c748;
}

/*
 *  BreadCrumbs
 -----------------------------------*/
.dt-breadcrumbs {
	font-size: 13px;
	padding: 12px 15px;
	border-bottom: 1px solid rgba(0,0,0,.07);
	background: #5b6d86;
	color: white
}

.dt-breadcrumbs ul {
	margin: 0;
	padding: 0;
}

#dt_breadcrumbs li {
	display: inline-block;

	padding: 0 2px;

	opacity: .8;
}

/*--------------------------------------------------------------
# Front Slider
--------------------------------------------------------------*/
.dt-front-slider {
    width: 100%;
    overflow: hidden;
	text-align: center;
    padding: 0;
    display: none;
}

.dt-featured-post-slider {
	position: relative;
}

.dt-featured-post .entry-header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
	background: rgba(39,48,57,.45);
	padding-top: 20%;
}
.btn-image {
    background: #98c748 none repeat scroll 0 0;
    color: #ffffff;
    display: block;
    margin: auto;
    text-align: center;
    width: 250px;
	font-weight: bold;
	font-size: 14px;
	border-radius: 20px;
	padding: 10px 10px;
}
.btn-image:hover{background: #ffffff;}
.dt-featured-post-meta h2,
.dt-featured-post-meta h2 p {
    color: #fff;
    font-size: 40px;
	font-weight: 500;
}

.dt-featured-post-meta p {
    font-size: 24px;
    line-height: 2em;
    font-weight: 300;
    margin-top: 60px;
	padding: 0 80px;
	animation-delay: .3s;
}

.dt-featured-post-slider .swiper-button-next,
.dt-featured-post-slider .swiper-button-prev {
    z-index: 999;
    top: 50% !important;
    right: 15px;

    margin-top: -30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding-top: 10px;
    padding-left: 4px;

    text-align: center;
    background: rgba(39,48,57, .35);
}

.dt-featured-post-slider .swiper-button-prev {
    left: 15px;
    padding-right: 6px;
}

.dt-featured-post-slider .swiper-button-next:hover,
.dt-featured-post-slider .swiper-button-prev:hover {
    background: #fa7921;
	color: #fff;
}

.dt-featured-post-slider .swiper-button-next .fa,
.dt-featured-post-slider .swiper-button-prev .fa {
    font-size: 36px;
    color: rgba(255,255,255,.85);
}

/*--------------------------------------------------------------
# Front Page widgets
--------------------------------------------------------------*/
.dt-home-widgets {
	margin-top: 80px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.dt-services {
	margin-top: 40px;
    padding: 30px 0;
    background: #f6f6f6;
}

.dt-services .dt-entry-header h2,
.dt-testimonial-wrap .dt-entry-header h2,
.dt-news-layout-wrap .dt-entry-header h2,
.dt-call-to-action-meta h2 {
    text-align: center;
    font-size: 36px;
	font-weight: 400;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 60px;
}

.dt-services .dt-entry-header h2:after,
.dt-testimonial-wrap .dt-entry-header h2:after,
.dt-news-layout-wrap .dt-entry-header h2:after {
    content: '';
    width: 600px;
    height: 1px;
    background: rgba(39,48,57,.15);
    position: absolute;
    left: 50%;
    margin-left: -300px;
    bottom: 0;
    z-index: 99;

}

.dt-services .dt-entry-header h2 span,
.dt-testimonial-wrap .dt-entry-header h2 span,
.dt-news-layout-wrap .dt-entry-header h2  span {
    position: absolute;
    left: 50%;
    z-index: 999;
    bottom: -21px;
    margin-left: -21px;
    display: block;
    width: 42px;
    height: 42px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
	border: 1px solid rgba(39,48,57,.1);
    font-size: 20px;
	line-height: 1em;
	padding-top: 10px;
	padding-left: 2px;
    color: #fa7921;
	box-shadow: 0 0 0 8px #f3f4f6;
}

.dt-services .dt-entry-header p {
    text-align: center;
    font-size: 18px;
    line-height: 1.8em;
    font-weight: 400;
    padding: 0 80px;
	color: rgba(39,48,57,.7);
}

.dt-services-holder {
    float: left;
    width: calc(33.333333% - 20px);
    margin-right: 30px;
    background: #fff;
    position: relative;
    padding-bottom: 70px;
    margin-top: 30px;
    box-shadow: 0 0 6px rgba(39,48,57,.07);
}

.dt-services-holder:nth-child(3),
.dt-services-holder:nth-child(6) {
    margin-right: 0;
}

.dt-services-holder figure {
	position: relative;
	overflow: hidden;
}

.dt-services-holder figure img {
	width: 100%;
	height: auto;
}

.dt-services-holder span {
	display: block;
	position: absolute;
	z-index: 999;
	top: 109px;
	right: -48px;
	width: 48px;
	height: 48px;
	background: #fa7921;
	text-align: center;
	color: #fff;
	font-size: 18px;
	padding-top: 11px;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
}

.dt-services-holder:hover span {
	opacity: 1;
	visibility: visible;
	right: 20px;
	-webkit-transition-delay: .35s;
	transition-delay: .35s;
}

.dt-services-header {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 70px;
    padding: 18px 20px;
    background: #fff;
	overflow: hidden;
}

.dt-services-holder:hover .dt-services-header {
    height: 162px;
}

.dt-services-header h3 {
	margin: 0;
    font-size: 22px;
	font-weight: 400;
}

.dt-services-header h3 a {
	color: rgba(39,48,57,1);
}

.dt-services-header:hover h3 a {
	color: #fa7921;
}

.dt-services-header p {
	margin-top: 20px;
    font-size: 15px;
    line-height: 1.6em;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.dt-testimonial-wrap {
	margin-top: 30px;
	padding: 30px 0;
}

.dt-testimonial-slider {
	position: relative;
	overflow: hidden;
	width: 100%;
	text-align: center;
	box-shadow: 0 0 6px rgba(39,48,57,.07);
	padding: 80px 0;
	background: #fff;
}

.dt-testimonial-desc {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.7em;

	padding: 10px 100px;
}

.dt-testimonial-desc p {
	color: rgba(39,48,57,.7);
}

.dt-testimonial-meta figure {
	position: relative;

	overflow: hidden;

	width: 96px;
	height: 96px;
	margin: 10px auto;

	border-radius: 50%;
}

.dt-testimonial-meta figure img {
	position: absolute;
	top: -9999px;
	right: -9999px;
	bottom: -9999px;
	left: -9999px;

	width: auto;
	min-width: 100%;
	max-width: 500%;
	height: 100%;
	margin: auto;
}

.dt-testimonial-meta h5 {
	font-size: 16px;
	margin: 15px 0 5px;

	text-transform: capitalize;
}

.dt-testimonial-meta span {
	font-size: 16px;
}

.dt-testimonial-slider .swiper-button-next,
.dt-testimonial-slider .swiper-button-prev {
	z-index: 999;
	right: 20px;

	width: 48px;
	height: 60px;
	margin-top: -24px;
	padding-top: 10px;

	text-align: center;
	background: transparent;
	opacity: .4;

	filter: alpha(opacity=40);
}

.dt-testimonial-slider .swiper-button-prev {
	left: 20px;
}

.dt-testimonial-slider .swiper-button-next:hover,
.dt-testimonial-slider .swiper-button-prev:hover {
	opacity: 1;

	filter: alpha(opacity=100);
}

.dt-testimonial-slider .swiper-button-next .fa,
.dt-testimonial-slider .swiper-button-prev .fa {
	font-size: 42px;

	color: rgba(39,48,57,.6);
}

/*--------------------------------------------------------------
# Call to Action
--------------------------------------------------------------*/
.dt-call-to-action {
	margin-top: 40px;
}

.dt-call-to-action-meta h2 {
	text-align: left;
	margin: 0;
}

.dt-call-to-action-wrap {
	padding: 40px 25px;

	background: #fff;
	box-shadow: 0 1px 6px rgba(39,48,57,.07);
}

.dt-call-to-action-meta {
	float: left;
	width: 70%;
	padding-left: 15px;
}

.dt-call-to-action-meta p {
	font-size: 18px;
	line-height: 1.8em;
	font-weight: 400;
	margin: 0;
	color: rgba(39,48,57,.7);
}

.dt-call-to-action-btn {
	float: right;

	width: 30%;

	text-align: center;
}

.dt-call-to-action-btn a {
	font-size: 18px;

	display: inline-block;

	margin-top: 95px;
	padding: 10px 30px;

	color: #fa7921;
	border: 2px solid #fa7921;
}

.dt-call-to-action-btn a:hover {
	opacity: 1;
	color: #fff !important;
	background: #fa7921;
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.dt-news-layout-wrap {
	margin-top: 40px;
	padding: 30px 0 0;
}

.dt-recent-post-holder {
	background: #fff;
	margin-bottom: 30px;
	box-shadow: 0 1px 6px rgba(39,48,57,.07);
}

.dt-recent-post-holder figure:hover {
	opacity: .7;
}

.dt-recent-post-content {
	padding: 0 20px 1px;
}

.dt-recent-post-content h3 {
	font-size: 18px;
	line-height: 1.6em;
	margin: 35px 0 20px;
}

.dt-recent-post-content p {
	font-size: 15px;
	margin-bottom: 25px;
}

/*
 *  Social Icons
 -----------------------------------*/
.dt-social-icons {
	position: relative;
}

.dt-social-icons [id*='dt_social_icons'] {
	display: inline-block;
}

.dt-social-icons ul {
	display: inline-block;
	padding: 0;
	margin: 0;
}

.dt-social-icons li {
	display: inline-block;
	padding: 0;
	margin: 0 6px 0 0 !important;
	text-align: center;
	outline: none !important;
}

.dt-social-icons li a {
	font-size: 18px;
	line-height: 1em;
	display: block;
	text-decoration: none;
	outline: none !important;
}

.dt-social-icons li .fa {
	display: block;

	width: 32px;
	height: 32px;
	padding-top: 8px;

	border-radius: 3px;
	color: #fff;
}

.dt-social-icons li .fa:hover {
	opacity: .7;
}

.dt-social-icons .fa-facebook {
	background: #325c94;
}

.dt-social-icons .fa-twitter {
	background: #00abdc;
}

.dt-social-icons .fa-google-plus {
	background: #dd4b38;
}

.dt-social-icons .fa-instagram {
	background: #4480b1;
}

.dt-social-icons .fa-github {
	background: #3f91cb;
}

.dt-social-icons .fa-flickr {
	background: #ff0084;
}

.dt-social-icons .fa-pinterest {
	background: #cb2027;
}

.dt-social-icons .fa-wordpress {
	background: #0090c5;
}

.dt-social-icons .fa-youtube {
	background: #d32323;
}

.dt-social-icons .fa-vimeo {
	background: #1ab7ea;
}

.dt-social-icons .fa-linkedin {
	background: #007bb6;
}

.dt-social-icons .fa-behance {
	background: #2d9ad2;
}

.dt-social-icons .fa-dribbble {
	background: #f26798;
}

/*--------------------------------------------------------------
   # Tag Cloud
   --------------------------------------------------------------*/
.tagcloud a {
	margin: 0 4px 8px 0;
	padding: 1px 15px 0;

	background: rgba(39,48,57,.6);
	border-radius: 30px;
	display: inline-block;
	color: #fff;
	font-size: 13px !important;
	font-weight: 400;
}

.tagcloud a:hover {
	background: #fa7921;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.dt-footer {
	background:linear-gradient(180deg,#021b3a 0%, #062f5c 100%);
	padding: 20px 0 0;
	margin-top: 0px;
	border-top: 1px solid rgba(39,48,57,.07);
	color: white;
}

.dt-footer-cont,
.dt-right-sidebar h2 {
	margin-top: 30px;
}

.dt-footer-cont ul,
.dt-right-sidebar ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.dt-footer-cont li,
.dt-right-sidebar li {
	line-height: 1.4em;
}

.dt-footer h2,
.dt-about-header h2,
.dt-opening-hours h2,
.dt-right-sidebar h2,
.dt-right-sidebar h2,
.dt-right-sidebar .dt-recent-posts h2,
.dt-opening-hours .widget-title label {
	position: relative;
	font-size: 18px;
	padding-bottom: 15px;
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: 500;
}

.dt-footer h2:after,
.dt-about-header h2:after,
.dt-right-sidebar h2:after,
.dt-right-sidebar h2:after,
.dt-right-sidebar .dt-recent-posts h2:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 90%;
	height: 1px;
	background: rgba(39,48,57,.15);
}

.dt-right-sidebar h2:after,
.dt-right-sidebar h2:after {
    width: 100%;
}

.dt-footer h2 span,
.dt-about-header h2 span,
.dt-right-sidebar h2 span,
.dt-right-sidebar h2 span,
.dt-right-sidebar .dt-recent-posts h2 span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 1px;
	background: #fa7921;
}

/*
 *  Footer About
 -----------------------------------*/
.dt-about-holder p {
	font-size: 15px;
	line-height: 1.8em;
	margin: 0;
}

.dt-about-holder figure {
	margin-bottom: 18px;
}

/*
 *  Opening Hours
 -----------------------------------*/
.dt-opening-hours {
	border: 2px solid #fa7921;
	padding: 17px 20px 0;
	margin-top: 34px;
	background: #fff;
}

.dt-opening-hours .widget-title {
	margin-top: -32px;
	padding: 0;
	margin-bottom: 30px;;
}

.dt-opening-hours .widget-title:after {
	display: none;
}

.dt-opening-hours .widget-title label {
	padding: 0 12px;
	background: #fff;
	display: inline-block;
}

.dt-opening-hours ul {
	padding: 0;
	list-style: none;
	font-size: 13px;
}

.dt-opening-hours li label {
	display: inline-block;
	width: 94px;
	text-transform: uppercase;
}

/*
 *  Footer Bar
 -----------------------------------*/
.dt-footer-bar {
	padding: 20px 0 18px;
	margin-top: 30px;
	background: #0f172a;
	color: rgba(255,255,255,.8);;
	font-size: 15px;
	font-weight: 300;
	border-top: 1px solid #21293a;
}

.dt-footer-bar a {
	color: white;
}

.dt-footer-bar a:hover {
	color: #fa7921;
}

.dt-footer-bar a:hover {
	opacity: 1;
}

.dt-copyright,
.dt-footer-designer {
}

.dt-footer-designer {
	text-align: right;
}

/*--------------------------------------------------------------
# Archive Page Posts
--------------------------------------------------------------*/
.dt-archive-wrap {
	background: transparent !important;
	border: 0 !important;
	padding: 0 !important;
}

.dt-archive-post {
	text-align: center;
	margin-bottom: 60px;
	background: #fff;
	border: 1px solid rgba(39,48,57,.08);
	box-shadow: 0 0 5px rgba(39,48,57,.05);
}

.dt-recent-post figure {
	text-align: center;
}

.dt-archive-post img {
	width: 100%;
	height: auto;
}

.dt-archive-post article {
	padding: 50px 40px 80px;
}

.dt-archive-post-content {
	margin: 50px 0;
	font-size: 17px;
	line-height: 2em;
	color: rgba(39,48,57,.7);
}

.dt-archive-post .entry-footer {
	padding-top: 20px;
	text-transform: capitalize;
}

.dt-archive-post .entry-footer a {
	display: inline-block;

	padding: 12px 30px 10px;
	border: 2px solid rgba(39,48,57,.25);
	color: rgba(39,48,57,.6);
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.dt-archive-post .entry-footer a:hover {
	background: #fa7921;
	border-color: transparent;
	color: #fff;
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.dt-pagination-nav a,
.dt-pagination-nav .current {
	display: none;

	margin: 0 2px 15px;
	padding: 2px 12px;

	border: 1px solid rgba(39,48,57,.1);
	border-radius: 2px;
	background: #fff;
	color: rgba(39,48,57,.8)
}

.dt-pagination-nav a:hover,
.dt-pagination-nav .current:hover,
.dt-pagination-nav .current {
	color: #fa7921;
	border-color: #fa7921;
}

/*--------------------------------------------------------------
# Post Navigation
--------------------------------------------------------------*/
.post-navigation {
	margin: 30px 0 60px;
	padding: 30px 0;
	border-top: 1px solid rgba(39,48,57,.05);
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
	font-size: 0;
	position: relative;
	display: none;
	width: 50%;
}

.post-navigation .nav-previous a:before,
.post-navigation .nav-previous a:after,
.post-navigation .nav-next a:before,
.post-navigation .nav-next a:after {
	position: absolute;
	top: 0;
	font-size: 22px;

}
.post-navigation .nav-previous a:before,
.post-navigation .nav-next a:before {
	content: ' ';
	width: 24px;
	height: 32px;
	font-family: 'FontAwesome';
	left: 0;
	font-size: 36px;
}

.post-navigation .nav-previous a:after,
.post-navigation .nav-next a:after {
	content: 'Previous Post';
	width: calc(100% - 32px);
	left: 32px;
	padding-top: 2px;
	font-weight: 500;
}

.post-navigation .nav-next a:before {
	content: '';
	right: 0;
	left: auto;
	text-align: right;
}

.post-navigation .nav-next a:after {
	content: 'Next Post';
	right: 32px;
	left: auto;
	text-align: right;
}

/*--------------------------------------------------------------
# Recent Posts Sidebar
--------------------------------------------------------------*/
.dt-right-sidebar .dt-news-layout-wrap {
    margin-top: 0;
    padding: 0;
}

.dt-right-sidebar .dt-recent-posts h2 {
    text-align: left;
}

.dt-right-sidebar .dt-recent-posts h2:after {
    left: 0;
    margin-left: 0;
}

.dt-right-sidebar .dt-recent-posts h2 span {
    margin-left: 0;
    padding-top: 0;
    border-radius: 0;
    border: 0;
}
.dt-right-sidebar .dt-recent-posts h2 .fa {
    display: none;
}

.dt-right-sidebar .dt-recent-post-holder {
    float: none;

    width: 100%;
    margin-right: 0;
    margin-top: 30px;
    background: #fff;
    padding: 8px;
    border: 1px solid rgba(39,48,57,.1);
}

.dt-right-sidebar .dt-recent-post-content h3 {
    font-size: 18px;
}

/*--------------------------------------------------------------
# Back to top
--------------------------------------------------------------*/
#back-to-top {
    font-size: 32px;
    position: fixed;
    z-index: 9999;
    line-height: 1;
    right: 20px;
    bottom: 85px;

	width: 48px;
	height: 48px;
	padding-top: 6px;

	cursor: pointer;
	text-align: center;
	text-decoration: none;

	opacity: 0;
	color: #fff !important;
	border-radius: 50%;
	background: rgba(39,48,57, .35);

	filter: alpha(opacity=0);
}

#back-to-top:hover {
	background: #fa7921;
}

#back-to-top.show {
	opacity: 1;

	filter: alpha(opacity=100);
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media all and (max-width: 1200px) and (min-width: 992px) {
	.dt-main-menu li {
		font-size: 13px;
	}

	.dt-main-menu .menu > li > a {
		padding: 6px 10px;
	}
}

@media all and (max-width: 1200px) {
	.dt-featured-post-meta h2,
	.dt-featured-post-meta h2 a {
		font-size: 48px;
	}

	.dt-featured-post-meta p {
		margin-top: 40px;
		font-size: 20px;
		padding: 0 50px;
	}
}


@media all and (max-width: 992px) {
	.dt-logo .site-description {
		display: none;
	}

	.dt-main-menu-scroll {
		text-align: left;
		padding: 0;
		box-shadow: 0 0 6px rgba(39,48,57, .07);
		background: #fff;
	}

	.dt-logo {
		 padding: 10px 0;
	 }

	.dt-logo h1 {
		font-size: 24px;
	}

	.dt-main-menu-scroll .dt-menu-md {
		color: inherit;
	}

	.dt-front-slider {
		margin-top: 0px;
	}

	.dt-menu-md {
		display: block;
	}

	.dt-main-menu .menu {
		max-height: 0;
		overflow: hidden;
		opacity: 0;
		transition: max-height .6s, opacity .6s;
		text-align: left;
	}

	.dt-main-menu .menu-show {
		max-height: 100vh;
		overflow: scroll;
		opacity: 1;
		transition: max-height .8s, opacity .8s;
		background: #fff;
		padding: 20px 40px 20px 0;
	}

	.dt-main-menu li {
		display: block;
		margin-left: 0;
	}

	.dt-main-menu .menu > li {
		padding: 0;
	}

	.dt-main-menu .menu > li > a {
		border: 0;
		border-bottom: 1px solid rgba(39,48,57,.1);
		padding: 8px 0;
	}

	.dt-main-menu-scroll .dt-main-menu .menu > li > a {
		color: inherit;
	}

	.dt-main-menu li a {
		border-bottom: 1px solid rgba(39,48,57,.1);
	}

	.dt-main-menu li ul {
		position: relative;
		z-index: 99999;
		top: 0;
		visibility: visible;
		width: 100%;
		max-width: 100%;

		opacity: 1;
		border: 0;
		padding-left: 15px;
	}

	.dt-main-menu li li ul {
		top: 0;
		left: 24px;
	}

	.dt-main-menu li li a {
		padding: 8px 0;
	}

	.dt-main-menu li li.page_item_has_children > a:after,
	.dt-main-menu li li.menu-item-has-children > a:after {
		display: none;
	}

	.dt-main-menu li ul li {
		border-top: 0;
	}

	.dt-main-menu li ul li:last-child {
		border-bottom: 0;
	}

	.dt-featured-post .entry-header {
		padding-top: 14%;
	}

	.dt-header-sep {
		height: 0px; 
	}

	#primary,
	#secondary {
		margin-top: 40px;
	}

	.dt-footer-bar,
	.dt-footer-designer {
		text-align: center;
	}
	.dt-services-holder{float: none;width: 100%;}
	.dt-services-header h3{font-size: 17px;}
	.dt-services .dt-entry-header p {
    text-align: center;
    font-size: 18px;
    line-height: 1.8em;
    font-weight: 400;
    padding: 0 10px;
	color: rgba(39,48,57,.7);
}
	.dt-services .dt-entry-header h2:after,
.dt-testimonial-wrap .dt-entry-header h2:after,
.dt-news-layout-wrap .dt-entry-header h2:after {
    display: none;
}
	.telephone{color: #98C748;
    display: block;
    font-weight: bold;
    margin: auto;
    text-align: center;
    width: 130px;
	margin-top: 0px;
} 
}

@media all and (max-width: 768px) {
	.dt-featured-post .entry-header {
		padding-top: 12%;
	}

	.dt-featured-post-meta h2,
	.dt-featured-post-meta h2 a {
		font-size: 32px;
	}

	.dt-featured-post-meta p {
		margin-top: 40px;
		font-size: 18px;
		padding: 0 50px;
	}

	.dt-featured-post-slider .swiper-button-next,
	.dt-featured-post-slider .swiper-button-prev,
	.dt-featured-post-slider .swiper-button-next:hover,
	.dt-featured-post-slider .swiper-button-prev:hover {
		background: transparent;
		opacity: .75;
		right: 0;
	}

	.dt-featured-post-slider .swiper-button-prev {
		left: 0;
	}

	#primary,
	#secondary {
		margin-top: 0px;
	}
}

@media all and (max-width: 600px) {
	.dt-featured-post .entry-header {
		padding-top: 15%;
	}

	.dt-featured-post-meta h2,
	.dt-featured-post-meta h2 a {
		font-size: 24px;
	}

	.dt-featured-post-meta p {
		display: none;
	}

	.dt-featured-post-slider .swiper-button-next,
	.dt-featured-post-slider .swiper-button-prev {
		display: none;
	}
}

@media all and (max-width: 320px) {
	.dt-featured-post .entry-header {
		display: none;
	}

	.dt-menu-md {
		right: 30px;
	}
}
div.jx-arrow.jx-left{border-color: transparent #01aeeb transparent transparent!important}
div.jx-arrow.jx-right{border-color: transparent transparent transparent #01aeeb!important}
div.jx-control{background-color:#01aeeb!important;width: 5px!important;}
div.jx-controller{background-color:#01aeeb!important;width:11px!important;}



      :root{--brand:#0b8c8f;--dark:#0e2233;--muted:#5b6b7b;--bg:#f7fbfb;}
    *{box-sizing:border-box}




    body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--dark);background:var(--bg);line-height:1.6}




:root{
  --blue:#011E44; --accent:#FEAB0B; --white:#fff; --ink:#0B2239; --muted:#65748B; --bg:#F6F8FB;
  --max:1100px; --radius:14px;
}
.cta-band .card {margin-top: 26px; background: var(--blue); color: #D7E6FF; border-radius: 16px; padding: 18px 18px; display: flex ; gap: 14px; align-items: center; justify-content: space-between; flex-wrap: wrap;}
	.cta-band {margin-top:26px;background:var(--blue);color:#D7E6FF;border-radius:16px;padding:18px 18px;
          display:flex;gap:14px;align-items:center;justify-content:space-between;flex-wrap:wrap}
}
.cta-band .actions{display:flex;gap:10px}
.btn-outline{border:2px solid var(--accent);color:var(--accent);padding:10px 14px;border-radius:10px;font-weight:700}
.btn-outline:hover{background:#fff3d3}
    .container{max-width:1200px;margin:0 auto;}
    .topbar{display:flex;flex-wrap:wrap;gap:8px;align-items:center;justify-content:space-between;font-size:14px;color:var(--muted)}
    .brand{display:flex;align-items:center;gap:12px}
    .brand img{height:40px}
    nav ul{display:flex;flex-wrap:wrap;gap:14px;list-style:none;margin:0;padding:0;}
    .cta{display: inline-block; align-items:center;gap:10px;background:var(--accent);color:#1B1403;padding:10px 16px;border-radius:10px;}
    .cta:hover{opacity:.92;text-decoration:none}footerf
    .hero{background:linear-gradient(180deg,#e9f9f9,#ffffff);border-bottom:1px solid #e6f0f0}
  
    .grid{;gap:18px;    display: grid
;}
    @media (min-width:900px){.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}}
    section{background:transparent;border-radius:14px;padding:clamp(16px,2vw,28px)}
    h2{font-size:clamp(22px,3vw,30px);margin:.1em 0 .4em}
    .chips{display:flex;flex-wrap:wrap;gap:8px}
    .list{margin:0;padding-left:18px}
    .list li{margin:.35em 0}
    .bread{font-size:14px;color:var(--muted);margin:.4rem 0}
    .aside{background: #e9fafb; color: #0d2233; border-radius: 14px; display: grid ; gap: 11px; align-content: baseline;    padding: 10px;}
    .aside a{color:#333b43;text-decoration:underline}
    .cards{display:grid;gap:14px}
    @media (min-width:800px){.cards{grid-template-columns:repeat(3,1fr)}}
    .card{border:1px solid #e6f0f0;border-radius:12px;padding:16px;background:#fff}
    footer{color:#47606e}
    .faq details{border:1px solid #e6f0f0;border-radius:10px;padding:12px;background:#fff}
    .faq details+details{margin-top:10px}
    .small{font-size:13px;color:var(--muted)}


.dt-main-menu li li a:hover {
    color: #12b4ec;
}

.aligncenter{
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
      border-radius: 15px;
}
/* Aligner logo et hamburger sur la même ligne en mobile */
@media (max-width: 768px) {
  .dt-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .dt-logo img {
    max-height: auto;
    height: auto;
  }

  /* S'assurer que le burger est bien visible */
  .mega-menu-toggle {
    margin-left: auto;
  }
}
/* Sur mobile, logo à gauche et burger à droite */
.dt-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dt-logo img {
  max-height: 50px;
  height: auto;
}

	.ft-cta{background:#f7fbff;border-top:1px solid #e8f1f5}
		.ft-cta-grid{display:flex;gap:18px;align-items:center;justify-content:space-between;padding:18px 0}
		.ft-cta h2{margin:0;font-size:22px}
		.ft-cta p{margin:4px 0 0;color:#48566a}
		.btn{display:inline-block;border-radius:12px;font-weight:700;text-decoration:none;padding:10px 14px}
		.btn-primary{background:#01AEEB;color:#fff}
		.btn-primary:hover{opacity:.92}
		.btn-secondary{background:#0b8c8f;color:#fff;margin-left:8px}
		.btn-secondary:hover{opacity:.92}

		.ft-main{background:#0b1a22;color:#e6edf3;padding:28px 0}
		.ft-cols{display:grid;grid-template-columns:3fr 1fr;gap:24px}
		.ft-col h3{font-size:16px;margin:0 0 10px;color:#fff}
		.ft-col p{margin:0 0 10px}
		.ft-badge{display:inline-block;background:#0f2530;border:1px solid #193441;border-radius:999px;padding:4px 10px;font-size:12px}
		.ft-list{list-style:none;margin:0;padding:0}
		.ft-list li{margin:6px 0}
		.ft-list a{color:#d7e9f4;text-decoration:none}
		.ft-list a:hover{text-decoration:underline;    color: #ffd479;}
		.ft-note{font-size:13px;color:#a9b7c3}
		.ft-social{list-style:none;margin:0;padding:0;display:grid;gap:6px}
		.ft-social a{display:inline-block;background:#0f2530;border:1px solid #193441;border-radius:10px;padding:6px 10px;color:#e6edf3;text-decoration:none}
		.ft-social a:hover{background:#123040}

		.ft-bottom{background:#071219;color:#b8c4cf;padding:12px 0;border-top:1px solid #0f2530}
		.ft-bottom-grid{display:flex;align-items:center;justify-content:space-between;gap:10px;padding: 5px}
		.ft-copy a{color:#e6edf3;text-decoration:none}
		.ft-copy a:hover{text-decoration:underline}
		.ft-madeby a{color:#9fe3ff;text-decoration:none}
		.ft-madeby a:hover{text-decoration:underline}
		.ft-madeby .sep{opacity:.5;margin:0 6px}
		.ft-madeby .ia{font-size:13px;color:#9fb0be}

		@media (max-width: 992px){
			.ft-cols{grid-template-columns:1fr 1fr}
			.ft-cta-grid{flex-direction:column;align-items:flex-start}
			.btn-secondary{margin-left:0;margin-top:6px}
		}
		@media (max-width: 560px){
			.ft-cols{grid-template-columns:1fr}
			.ft-bottom-grid{flex-direction:column;align-items:flex-start}
		}

.wp-block-latest-posts__post-excerpt {
    font-weight: 400;
    font-size: 12px;
    display: none;
}

section.post {
    background: #f7f7fa;
    border: navajowhite;
    padding: 10px;
    box-shadow: 0px 12px 18px -12px rgba(0, 0, 0, 0.3);
}


summary {
    font-weight: 700;
}

.wp-block-latest-posts__post-excerpt {
    font-weight: 400;
    font-size: 12px;
}
.wp-block-latest-posts__featured-image img {
    height: auto;
    max-width: 100%;
    width: auto;
    border-radius: 15px 15px 0px 0px;
}

.responsive-container {
    display: flex
;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px;
}
	
.dt-main-menu .menu > li > a {
    border: 0px solid transparent;
    display: block;
    margin-left: 2px;
    padding: 6px 10px;
    color: #333b43;
}

.dt-main-menu-scroll .dt-main-menu .menu > li > a {
    color: #333b43;
}

.dt-breadcrumbs a {
    color: white;
}


	
	
.news-block
 {
    flex: 3;
    background: transparent;
    padding: 0px;
    border-radius: 8px;
    box-shadow: 0;
}

ul.wp-block-latest-posts__list.wp-block-latest-posts {
    position: relative;
    border-radius: 13px;
    border-radius: 20px 20px 20px 20px;
    overflow: hidden;
    border-width: 0px;
    background-color: #f7f7fa;
    transition: box-shadow 300ms 
ease 0ms, filter 300ms 
ease 0ms;
    box-shadow: 0px 12px 18px -12px rgba(0, 0, 0, 0.3);
}
	
	
	
	
.services-block {
    flex: 7;
    display: flex
;
    flex-direction: column;
    gap: 0px;
}
.services-tabs
Specificity: (0,1,0)
 {
    position: sticky;
    top: 100px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    height: auto;
    margin-bottom: 1.563rem;
    overflow: hidden;
    background: linear-gradient(0deg, #f6f6f6, #ffffff);
    padding: 5px;
    border: 5px solid #fff;
    border-radius: 10px;
}

.dt-front-slider {
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding: 0;
    display: none;
}
.dt-home-widgets {
    margin-top: 0;
}
.news-block {
    flex: 3;
    background: transparent;
    padding: 0px;
    border-radius: 8px;
    box-shadow: 0;
}
.question-answer.hidden {
    transform: translateX(-100%);
    opacity: 0;
}
.wp-block-latest-posts__post-title {
    font-weight: 600;
    padding: 15px;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    color: #0f172a;
}
.question-answer {
    margin-bottom: 20px;
    padding: 20px;
    background: #fff;
    border: 1px solid #e6f0f0;
    border-radius: 10px;
    opacity: 1;
    transition: transform 0.8s 
ease, opacity 0.8s 
ease;
	  
}

	
	
.question-answer.visible {
    transform: translateX(0);
    opacity: 1;
}


@media (max-width: 768px) {
    .responsive-container {
        flex-direction: column;
			padding:10px
    }
	
	
@media (max-width: 768px) {
    .services-block {

 }


 /* ====== PATCH GLOW – Défi Clean (branding + fixes) ====== */
:root{
  --navy:#011E44;        /* brand principal */
  --amber:#FEAB0B;       /* accent */
  --bg:#f3f4f6;
  --ink:#0f172a;
  --muted:#6b7280;
}

/* Couleurs et liens plus propres */
body{background:var(--bg);color:rgba(39,48,57,.85)}
a{color:inherit;text-decoration:none}
a:hover{color:var(--amber);text-decoration:underline}

/* Grille générique */
.grid{display:grid;gap:18px}
@media (min-width:900px){.grid-2{grid-template-columns:1.1fr .9fr}}
@media (min-width:800px){.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}}
.cards .card{border:1px solid #e6f0f0;border-radius:12px;background:#fff;padding:16px}

/* Boutons */
.btn{display:inline-block;border-radius:12px;font-weight:700;padding:10px 14px}
.btn-primary{background:var(--amber);color:var(--navy)}
.btn-primary:hover{opacity:.92}
.btn-secondary{background:var(--navy);color:#fff}
.btn-secondary:hover{opacity:.92}

/* Topbar / CTA pied de page */
.ft-cta{background:#f7fbff;border-top:1px solid #e8f1f5}
.ft-cta-grid{display:flex;gap:18px;align-items:center;justify-content:space-between;padding:18px 0}
.ft-cta h2{margin:0;font-size:22px}
.ft-cta p{margin:4px 0 0;color:#48566a}
@media(max-width:992px){
  .ft-cta-grid{flex-direction:column;align-items:flex-start}
}
@media(max-width:560px){
  .ft-cols{grid-template-columns:1fr}
}

/* MENU – corrections */
.dt-main-menu-wrap{position:relative}
.dt-main-menu li{font-size:12px}
.dt-main-menu .menu>li>a{
  border:0;
  color:#333b43;
}
.dt-main-menu li li a:hover{color:#12b4ec}

/* Fil d’Ariane – contraste */
.dt-breadcrumbs{background:#0b1f3a;color:#fff}
.dt-breadcrumbs a{color:#fff}

/* Logo + burger : alignement mobile */
.dt-logo{display:flex;justify-content:space-between;align-items:center}
.dt-logo img{max-height:50px;height:auto}
@media(max-width:768px){
  .mega-menu-toggle{margin-left:auto}
}

/* Conteneurs actu ‘Nettoyage Diogène’ */
.responsive-container{display:flex;gap:20px;max-width:1200px;margin:0 auto;padding:0}
@media(max-width:768px){
  .responsive-container{flex-direction:column;padding:10px}
}

/* Colonne principale + actu */
.services-block{flex:7;display:flex;flex-direction:column;gap:20px}
.news-block{flex:3;background:transparent;padding:0;border-radius:8px;box-shadow:none}

/* Bloc collant (sticky) propre */
.services-tabs{
  position:sticky;top:100px;background:linear-gradient(0deg,#f6f6f6,#ffffff);
  border:5px solid #fff;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,.08);
  padding:5px;margin-bottom:1.563rem;z-index:3
}

/* Listes d’articles WordPress */
ul.wp-block-latest-posts__list.wp-block-latest-posts{
  border-radius:20px;background:#f7f7fa;overflow:hidden;border:0;
  box-shadow:0 12px 18px -12px rgba(0,0,0,.3)
}
.wp-block-latest-posts__post-title{
  font-weight:600;padding:15px;display:inline-block;text-align:center;font-size:13px;color:#0f172a
}
.wp-block-latest-posts__featured-image img{
  width:100%;height:auto;border-radius:15px 15px 0 0
}

/* Anim FAQ/QA */
.question-answer{
  margin-bottom:20px;padding:20px;background:#fff;border:1px solid #e6f0f0;border-radius:10px;
  transition:transform .8s ease,opacity .8s ease
}
.question-answer.hidden{transform:translateX(-100%);opacity:0}
.question-answer.visible{transform:translateX(0);opacity:1}
summary{font-weight:700}

/* Flèches Juxtapose – couleurs */
div.jx-arrow.jx-left{border-color:transparent #01aeeb transparent transparent !important}
div.jx-arrow.jx-right{border-color:transparent transparent transparent #01aeeb !important}
div.jx-control{background-color:#01aeeb !important;width:5px !important}
div.jx-controller{background-color:#01aeeb !important;width:11px !important}

/* Section Post carte claire */
section.post{
  background:#f7f7fa;border:0;padding:10px;
  box-shadow:0 12px 18px -12px rgba(0,0,0,.3)
}

/* Corrections diverses */
.aligncenter{width:100%;margin:15px 0}
ul,ol{padding-left:22px}

/* Assure la fermeture des media queries ouvertes */
@media (max-width: 768px){
  .services-block{ /* (placeholder si besoin futur) */ }
}
/* ====== FIN PATCH ====== */







/* ====== ajout nouveau ====== */

    
blockquote.warn{border-left:4px solid var(--accent);background:#FFF7E8;padding:14px 14px;border-radius:10px}





#status-container {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: Lato;
    font-size: 1em;
}

#status-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

#status-dot.open {
    background-color: #2cb92c;
    box-shadow: 0px 0px 16px white;
}
.hero-buttons {
    position: relative;
    display: block;
    margin-top: 20px;
}
#status-dot.closed {
    background-color: red;
}

#current-date {
    color: #555;
    font-size: 0.9em;
}
@media(max-width: 780px){
div#top-bar {
    display: inline-block;
    flex-wrap: nowrap;
    justify-content: space-around;
    width: 100%
}}



@media(max-width: 780px){
#status-container {
    display: flex
;
    align-items: center;
    gap: 10px;
    font-family: Lato;
    font-size: 1em;
    text-align: center;
    width: 100%;
    margin-left: 10%;

    }}
@media(max-width: 780px){
span#current-date {
    /* width: 100%; */
    display: inline;
    position: relative;
   color: white
}}



@media(max-width: 780px){
    .hero-buttons .btn {
    padding: 10px 20px;
    border-radius: 5px;
    margin: 5px;
    text-decoration: none;

}}
    .websteve-hours-2 { display: block; align-items: center; gap: 6px; font-size: 14px; text-align: center; }

@media(max-width: 780px){
#main-header {
    position: relative;
    top: 0;
    width: 100%;
    background: transparent;
    color: #fff;
    transition: background 0.3s ease, color 0.3s ease;
    z-index: 999;
    box-shadow: none;
}}





</style>