/*
Theme Name: OceanWP - Thème enfant - Clinique du Parc
Theme URI: https://oceanwp.org/
Description: OceanWP - Thème enfant pour le site Clinique du Parc.
Author: Groupe Clinipole
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/*---------------------------------------
GÉNÉRAL
---------------------------------------*/
body, html {
	overflow-x: hidden;
}

a:active, a:focus {
	outline: none !important;
	border: none !important;
}

.field-content p + ul, .dynamic-content-for-elementor-acf p + ul {
	margin-top: -15px;
}

.dynamic-content-for-elementor-acf ul {
	margin-top: 0;
}

.elementor-widget-dyncontel-acf h4 {
	margin-bottom: 0;
}

.elementor-widget-dyncontel-acf h4 + ul {
	margin-top: 0;
}

/*---------------------------------------
HEADER
---------------------------------------*/
.top-bar-left {
	float: right;
	padding-right: 100px;
}

#top-bar-social li a {
	background-color: #002a5b;
	height: 25px;
	width: 25px;
	border-radius: 100%;
	margin-left: 5px;
	margin-top: -3px;
	text-align: center;
	padding: 0;
	line-height: 25px;
}

#top-bar-social li a:hover {
	background-color: #ffffff;
}

#top-bar-social .oceanwp-facebook .fa-facebook {
	--fa: "\f39e";
}

#top-bar-social .oceanwp-linkedin .fa-linkedin {
	--fa: "\f0e1";
}

#site-header-sticky-wrapper {
	z-index: 200;
	position: relative;
	margin-bottom: -33px;
}

#site-header {
	height: 60px;
}

#site-logo {
	background-color: #ffffff;
	padding: 15px 40px;
	margin-top: -40px;
	margin-left: -40px;
	z-index: 9999;
	position: relative;
}

#site-logo #site-logo-inner a img {
	width: 140px;
}

#site-navigation-wrap #site-navigation .dropdown-menu > li.menu-btn-cta > a:hover {
	background-color: transparent !important;
}

.menu-btn-cta a .text-wrap {
	background-color: #002a5b;
	padding: 4px 20px 3px 20px;
	border-radius: 100px;
	color: #ffffff;
	transition: all .3s ease;
}

.menu-btn-cta a:hover .text-wrap {
	background-color: #90d1da;
}

.search-toggle-li .site-search-toggle {
	padding: 0 20px !important;
}

#site-navigation-wrap .dropdown-menu > li > a .nav-arrow {
	font-size: 12px;
}

.navigation .megamenu li ul.sub-menu {
	border-top: none;
	padding-top: 3px;
}

.dropdown-menu .megamenu.sub-menu {
	border-top-width: 3px;
}

.is-sticky #site-header {
	height: 54px;
}

.is-sticky #site-navigation-wrap {
	padding-right: 30px;
}

#searchform-overlay form input {
	border-radius: 0;
}

.is-sticky #site-logo {
	margin: 0;
	background-color: transparent;
	padding: 0 20px;
}

.is-sticky #site-logo #site-logo-inner a img {
	width: auto;
	max-height: 40px !important;
}

/* NAV CENTER */
#site-navigation-wrap {
	width: 100% !important;
}

#site-navigation {
	text-align: right !important;
	padding-right: 14px;
}

#menu-menu-principal {
	display: inline-block !important;
}


/*---------------------------------------
PAGE TITLE
---------------------------------------*/
.scroll-anchor .elementor-icon, .scroll-anchor .elementor-icon:focus {
	border: solid 3px #ffffff !important;
}

.elementor-widget-dce-breadcrumbs a {
	text-decoration: none !important;
	font-size: 12px;
	text-transform: uppercase;
}

/*---------------------------------------
BOUTONS
---------------------------------------*/
.btn-gcs a {
	text-decoration: none !important;
}

.btn-gcs .elementor-button-content-wrapper {
	align-items: center;
	flex-direction: row-reverse;
}

.btn-gcs .elementor-button-text {
	transition: all .3s ease;
	display: flex;
	align-items: center;
	line-height: 22px;
}

.btn-gcs .elementor-button-icon {
	background-color: #ffffff;
	border-radius: 100%;
	width: 35px;
	height: 35px;
	aspect-ratio: 1/1;
}

.btn-gcs .elementor-button-icon svg {
	fill: #002a5b;
	margin: 0 auto;
	height: 16px;
}

.btn-gcs a:hover .elementor-button-text {
	margin-right: 5px;
}

.btn-gcs a:hover .elementor-button-icon svg {
	fill: #90d1da;
}

.logo-doctolib a img {
	background-color: #ffffff;
	border-radius: 100px;
	width: 160px !important;
	padding: 10px 30px;
	box-shadow: 0 0 10px rgba(0,0,0,.3) !important;
	transition: all .3s ease;
}

.logo-doctolib a:hover img {
	background-color: #dceefa;
}

#introduction a {
	color: #90d1da;
	text-decoration: underline;
}

#image_description .elementor-widget-dyncontel-acf a,
#bandeau-information .elementor-widget-dyncontel-acf a,
#description .elementor-widget-dyncontel-acf a,
.category-actualites .elementor-widget-theme-post-content a,
#banniere_gcs .elementor-widget-text-editor a {
	text-decoration: underline !important;
	text-decoration-style:solid !important;
	font-weight: 400 !important;
}

/*---------------------------------------
MODULES
---------------------------------------*/
.elementor-widget-dce-acf-repeater-v2 .swiper-pagination-bullet {
	opacity: 1 !important;
}

.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	height: 20px !important;
}

/* Carousel */
#carousel .dce-acf-repeater-slider_carousel {
	padding: 20px;
}

#carousel .dce-acf-repeater-item {
	background-color: #ffffff;
	box-shadow: 0 0 15px rgba(0,0,0,.2);
	padding: 40px 30px;
	border-bottom: solid 8px #0c3463;
	border-radius: 100px 0 0 0;
}

.repeater-item.elementor-repeater-item-5ddf849::after {
	content: '';
	width: 1px;
	height: 30px;
	background-color: #0c3463;
	display: block;
	margin: 8px auto 8px auto;
}

/* Description avec fond */
#description_fond h2::after {
	content: '';
	width: 4px;
	height: 60px;
	background-color: #90d1da;
	display: block;
	margin: 8px auto -30px auto;
}

/* Tableau */
thead {
	background-color: #0c3463;
	color: #ffffff;
}

/* Boutons */
#boutons .dce-acf-repeater-list {
	text-align: center;
}

#boutons .dce-acf-repeater-item {
	list-style: none;
	display: inline-block;
	margin: 0 10px;
}

/* Numéros utiles */
.numeros-utiles .dce-acf-repeater-grid {
	justify-content: center;
}

/* Plan du site */
.elementor-sitemap-title::after {
	content: '';
	width: 40px;
	height: 4px;
	background-color: #90D1DA;
	display: block;
	margin: 30px 0;
}

.elementor-sitemap-section a:hover {
	color: #90d1da !important;
}

/* Accordéons */
.item.acc_section {
	border-radius: 0 !important;
	border: none !important;
	margin-bottom: 20px !important;
}

.heading.acc_head {
	border: none !important;
	border-radius: 100px !important;
	padding: 6px 10px 6px 30px !important;
}

.heading.acc_head h4 {
	margin: 0 !important;
}

.dce-accordion-icon svg {
	width: 12px !important;
	padding-top: 5px !important;
}

.acc_content {
	border-left: solid 1px #90d1da;
	margin-left: 70px;
	padding: 1px 15px !important;
}

.acc_content li {
	list-style-type: disc;
}

.acc_content h5 {
	margin-bottom: 5px;
	font-size: 16px;
}

/* RGPD */
.cky-notice-des {
	line-height: 22px !important;
}

.cky-btn.cky-btn-customize {
	color: #002a5b !important;
	border-color: #002a5b !important;
	transition: all .3s ease !important;
}

.cky-btn.cky-btn-customize:hover {
	color: #90d1da !important;
	border-color: #90d1da !important;
}

.cky-btn.cky-btn-reject, .cky-btn.cky-btn-accept {
	background-color: #002a5b !important;
	border-color: #002a5b !important;
	transition: all .3s ease !important;
}

.cky-btn.cky-btn-reject:hover, .cky-btn.cky-btn-accept:hover {
	background-color: #90d1da !important;
	border-color: #90d1da !important;
}

.cky-accordion-btn:hover, .cky-btn-close {
	border: none !important;
}

.cky-revisit-bottom-left {
	left: 24px !important;
	bottom: 80px !important;
}



/*---------------------------------------
OFFRES DE SOINS
---------------------------------------*/
.post-type-archive .dce-wrapper-grid .elementor-heading-title {
	font-size: 30px !important;
}

.post-type-archive-evenement .dce-wrapper-grid .elementor-heading-title {
	font-size: inherit !important;
}

.post-type-archive-evenement .dce-wrapper-grid h3.elementor-heading-title {
	font-size: 20px !important;
}

.offre-desc .elementor-widget-dyncontel-acf strong {
	margin-bottom: -15px;
	display: block;
}

.offre-desc .elementor-widget-dyncontel-acf ul li strong {
	margin-bottom: 0px;
	display: inline-block;
}

.offre-desc .elementor-widget-dyncontel-acf a {
	text-decoration: underline;
}

.equipe .elementor-icon {
	box-shadow: 0 0 15px #dceefa;
}

.offre-grid-cta .dce-post-block {
	flex-direction: row !important;
	align-items: center;
}

.dce-item.dce-item_custommeta.elementor-repeater-item-02f5d45 {
	z-index: 1;
}

.offre-grid-cta .dce-meta-item.dce-meta-02f5d45 {
	width: 60px;
	height: 60px;
	border-radius: 100%;
	background-color: #002a5b;
	text-align: center;
	padding: 13px;
	display: flex;
	transition: all .3s ease;
}

.offre-grid-cta .dce-item.dce-item_title.elementor-repeater-item-c32c189 {
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
	width: 100%;
	background-color: #ffffff;
	border-radius: 100px;
	padding: 8px 20px 8px 40px;
	margin-left: -30px;
}

.offre-grid-cta .dce-post-block:hover .dce-meta-item.dce-meta-02f5d45 {
	background-color: #90d1da;
}

.offre-grid-cta .dce-post-block:hover .dce-item.dce-item_title.elementor-repeater-item-c32c189 h3 a {
	color: #90d1da;
}

.single-offre-de-soins #image_description .image_description_content {
	background-color: #ffffff;
}


/*---------------------------------------
FILTRES
---------------------------------------*/
.search-filter-label, .search-filter-input-text__input, .search-filter-input-text__input::placeholder, .search-filter-component-combobox__selection-placeholder, .search-filter-input-text__input::placeholder, .search-filter-component-combobox-base__listbox-option, .search-filter-component-combobox__actions-input::placeholder {
	font-size: 15px !important;
}

.search-filter-component-combobox__selection-label {
	font-size: 14px !important;
}

.search-filter-component-combobox--mode-multiple .search-filter-component-combobox__selection-item {
	background-color: #90d1da;
	border-radius: 100px;
}

.search-filter-component-combobox__selection-item .search-filter-icon__svg {
	fill: #002a5b !important;
	transition: all .3s ease;
}

.search-filter-component-combobox__selection-item .search-filter-icon__svg:hover {
	fill: #ffffff !important;
}

.dce-pagination span, .dce-pagination a {
	width: 33px !important;
	height: 33px !important;
}

.annuaire-grid .logo-doctolib a img {
	width: 120px !important;
	padding: 6px 20px;
	box-shadow: none !important;
}

.post-type-archive.post-type-archive-praticien .dce-wrapper-grid h5.elementor-heading-title {
	font-size: 18px !important;
}

.post-type-archive.post-type-archive-praticien .dce-wrapper-grid .elementor-heading-title {
	font-size: 15px !important;
}

.search-filter-input-button {
	background-color: #90d1da !important;
	padding: 6px 40px !important;
	border: none !important;
	color: #002a5b !important;
	transition: all .3s ease !important;
}

.search-filter-input-button:hover {
	background-color: #dceefa !important;
}


/*---------------------------------------
FORMULAIRE
---------------------------------------*/
.wpforms-container {
	margin-top: 0 !important;
}

.wpforms-field {
	padding: 8px 0 !important;
}

.wpforms-field input, .wpforms-field textarea {
	border-radius: 0 !important;
	background-color: transparent !important;
	color: #ffffff !important;
	border-color: #ffffff !important;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	box-shadow: none !important;
}

.wpforms-field input::placeholder, .wpforms-field textarea::placeholder {
	color: #ffffff !important;
}

.wpforms-field input:focus {
	border-bottom: solid 1px #90d1da !important;
}

.wpforms-field textarea {
	height: 170px !important;
}

.wpforms-field-row p {
	color: #ffffff;
	font-size: 12px !important;
	line-height: 18px;
}

.wpforms-field-row a {
	color: #90d1da;
}

.wpforms-submit {
	color: #002a5b !important;
	background-color: #ffffff !important;
	border-radius: 100px !important;
	padding: 0px 50px !important;
}

.wpforms-submit:hover {
	color: #ffffff !important;
	background-color: transparent !important;
}

div.wpforms-container-full .wpforms-confirmation-container-full {
	background-color: #dceefa;
	border-color: #dceefa !important;
	text-align: center;
}












/*---------------------------------------
RWD
---------------------------------------*/
.mobile-menu {
	color: #002a5b !important;
	font-weight: 600 !important;
	padding-right: 16px;
}

.mobile-menu:hover {
	color: #90d1da !important;
}

#mobile-fullscreen ul > li {
	border-bottom: dotted 2px rgba(255,255,255,.3);
}

#mobile-fullscreen ul > li:last-child, #mobile-fullscreen ul.sub-menu > li {
	border-bottom: none;
}

#mobile-fullscreen ul li .dropdown-toggle {
	padding-left: 0;
	background-color: #fff;
	margin-left: 10px;
	border-radius: 100%;
	width: 25px;
	height: 25px;
	line-height: 26px;
}

#mobile-fullscreen ul li .dropdown-toggle::before {
	color: #002a5b;
}

#mobile-fullscreen .sub-menu li .dropdown-toggle {
	background-color: transparent;
}

#mobile-fullscreen .sub-menu li .dropdown-toggle::before {
	color: #ffffff;
}

#mobile-fullscreen ul li.open-sub > a > .dropdown-toggle::before {
	content: "–";
}

#mobile-fullscreen ul ul.sub-menu li a {
	font-size: 15px;
}

#mobile-fullscreen .menu-offres .dropdown-toggle, #mobile-fullscreen .menu-offres .sub-menu {
	display: none !important;
	visibility: hidden !important;
}


@media screen and (min-width: 1280px) and (max-width: 1440px) {
	.menu-btn-cta {
		display: none;
	}

	.search-toggle-li {
		display: none;
		visibility: hidden;
	}

	#site-navigation-wrap li a span {
		letter-spacing: 0;
	}
}

@media screen and (max-width: 767px) {
	#site-logo {
		margin-left: -40px !important;
		margin-bottom: -80px !important;
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	}

	#site-logo #site-logo-inner a img {
		width: 140px;
	}

	footer .elementor-nav-menu {
		flex-direction: column;
		align-items: center;
	}

	table thead {
		display: none;
	}
		
	table tr{
		display: block;
		margin-bottom: 40px;
	}
		
	table td {
		display: block;
		min-height: 30px;
	}

	table td:first-child {
		background-color: #90d1da;
		color: #ffffff;
	}

	.elementor-sitemap-section {
		margin-bottom: 30px;
	}

	.acc_content {
		margin-left: 30px;
	}

	.bloc-icone-titre .elementor-widget-image {
	position: relative !important;
	width: 55px;
	}
}

