/*  Theme Name:   La clé dorée Conciergerie
Theme URI:    https://lacledoreeconciergerie.fr
Description:  Theme enfant
Author:       Christophe Silvestre
Template:     oceanwp  
Version:      0.1.0 */

body {
  font-size: 16px;
	background-color: #F0EDE7 !important;
}

.page-header,
.page > hr,
.elementor-73 .elementor-element-c50acfa,
#top-bar-wrap {
  display: none;
}

#site-header-inner {
  width: 1000px;
}

header#site-header {
  background-color: #f8f5f0;
}

.customListing li span.elementor-icon-list-text {
  font-weight: bold !important;
}

.highlightText {
  color: #a2845e;
}

.highlightText2 {
  color: #5d1e2d;
}

.elementor-widget-button a.elementor-button {
  font-weight: bold;
}

.elementor-heading-title {
  line-height: 4rem;
}

h1.elementor-heading-title {
  font-size: 3rem;
}

h2.elementor-heading-title {
  font-size: 2.8rem;
}

h3.elementor-heading-title {
  font-size: 2.6rem;
}

h4.elementor-heading-title {
  font-size: 2.4rem;
}

.highlightedCardContainer {
  padding: 30px 0;
}

.highlightedCardContainer > .e-con-inner {
  background-image: linear-gradient(104deg, #c4a77d, #8d6e42);
  border-radius: 30px;
}

.highlightedCardContainer a.elementor-button{
  background-image: none;
  background-color: var(--e-global-color-e24ef6f);
  color: var(--e-global-color-primary);
}

.highlightedCardContainer .highlightedCardTitleContainer p {
  font-size: 2rem;
}

.e-n-accordion-item-title-text {
  font-weight: bold;
  color: var(--e-global-color-primary);
}

.elementor-widget-n-accordion .e-n-accordion-item-title-text {
  font-size: 1.8rem !important;
}

.e-n-accordion .e-n-accordion-item-title,
.e-n-accordion details div[role="region"],
.elementor-element .elementor-widget-container,
.elementor-element:not(:has(.elementor-widget-container)) {
  transition: 0.2s;
}

.e-n-accordion .e-n-accordion-item-title[aria-expanded="true"] {
  border-radius: 10px 10px 0 0;
}

.e-n-accordion details div[role="region"] {
  border-radius: 0 0 10px 10px;
}

.e-n-accordion .e-n-accordion-item-title[aria-expanded="false"] {
  border-radius: 10px;
}

.elementor-element-d4fe9f1,
.elementor-element-f44aa27 {
  overflow-x: hidden !important;
}

#footer-bottom {
  display: none;
}

.carousel-container{
	position: relative;
}

.carousel-container .navigators.before, .carousel-container .navigators.after{
	display:block;
	background-image:url(https://lacledoreeconciergerie.fr/wp-content/uploads/2025/11/arrow.svg);
	background-size: cover;
	width: 40px;
	height: 40px;
	position: absolute;
	z-index:1000;
	top: 90%;
}


.carousel-container .navigators.before{
	transform: rotate(180deg);
	left:-20px;
}

.carousel-container .navigators.after{
	right:-60px;
}

@media screen and (max-width: 572px) {
  #quiSommesNousContainer > .e-con-inner > div {
    align-items: center;
  }

  #footerHeaderContainer > .e-con-inner > .elementor-element-6a39c19 {
    padding: 10px;
  }
}

.carousel-container {
  position: relative;
  max-width: 600px;
  margin: auto;
}

.carousel {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.comment {
  flex: 0 0 100%;
  padding: 20px;
  box-sizing: border-box;
  margin: 0 20px;
  background: #fdfcfa;
  border-radius: 10px;
}

.comment p {
  overflow: hidden;
  max-height: 75px;
  transition: max-height 0.3s ease;
}

.comment.expanded p {
  max-height: 500px;
}

.see-more {
  display: none;
  background: none;
  border: none !important;
  background-image: linear-gradient(186deg, #c4a77d 0%, #8d6e42 100%);
  color: transparent;
  background-clip: text;
  cursor: pointer;
  width: 100%;
  position: relative;
  text-align: center;
}

.see-more:before {
  width: 99px;
  height: 1px;
  position: absolute;
  content: "";
  background: #8d6e42;
  top: 81%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.see-more:after {
}

.authorComment {
  display: flex;
}

.authorComment img {
  width: 50px;
  height: 50px;
}

.authorComment strong {
  color: #5d1e2d;
  font-weight: 600;
}

.authorComment div {
  display: flex;
  margin-left: 10px;
  flex-direction: column;
}

.authorComment div span {
  font-weight: 400;
  color: #606060;
}

.roomContainer {
  flex: 0 0 100%;
  box-sizing: border-box;
  margin: 0 20px;
  background: #fdfcfa;
  border-radius: 10px;
}

.roomContainer .roomContent {
  padding: 10px;
}

.roomContainer >a> img {
  border-radius: 10px 10px 0px 0px;
}

.roomTitle {
  color: #5d1e2d;
  font-weight: 600;
}

.roomDescription {
  color: #606060;
}

.roomContainer p {
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.roomLinkContainer {
  text-align: center;
  color: var(--e-global-color-primary);
  font-weight: 600;
  padding-bottom: 20px;
}

.roomLinkContainer a {
  text-decoration: underline;
  font-weight: 600;
  color: var(--e-global-color-primary);
}

.roomLinkContainer a:focus {
  outline: none !important;
}

.advantage {
	flex: 0 0 100%;
	padding: 20px;
	box-sizing: border-box;
	margin: 0 20px;
}

.e-n-tabs-heading{
	background: #E3D5C1;
    display: inline-flex;
    width: fit-content;
    margin: 0 auto;
    border-radius: 20px;
}

.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title[aria-selected=true] {
    padding-left: 40px;
    border-radius: 20px;
}

.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title[aria-selected=false]{
    background-color: transparent !important;
    background-image: none !important;
}

.elementor-widget-n-tabs .e-n-tabs-heading {
    gap: 0;
}
    
#marksContainer .elementor-spacer:after{
    content:'';
    width: 1px;
    height: 40px;
    background-color: #606060;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

#servicesPresentation h2{
	display: flex;
	gap: 12px;
    line-height: 1.3;
    align-items: flex-start;
}

#servicesPresentation h2:before{
	content: "";
    background-image: url(https://lacledoreeconciergerie.fr/wp-content/uploads/2025/06/eclipse-design.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-width: 30px;
    min-height: 30px;
	border-radius: 50%;
    background: #C6A675;
}

#CTAunderServicesPresentation a{
	background-image: none;
}


#contactForm fieldset input[type=text], #contactForm fieldset input[type=email], #contactForm fieldset textarea{
	background-color: white;
	border-color: transparent;
	margin-top: 10px;
}

#contactForm fieldset input[type=text]:focus, #contactForm fieldset input[type=email]:focus, #contactForm fieldset textarea:focus{
	border-color: #989898
}

#contactForm input[type=submit]{
	display: block;
	margin: 0 auto;
}

#site-navigation ul li a:focus, .oceanwp-mobile-menu-icon a:focus{
	outline: none !important;
}

#site-navigation ul li:last-of-type a{
	display: inline;
    margin-left: 20px;
	color: #F8F5F0;
    background-color: transparent;
    background-image: linear-gradient(186deg, #C4A77D 0%, #8D6E42 100%);
    border-style: none;
    border-radius: 30px 30px 30px 30px;
    padding: 15px 30px 15px 30px;
}

#site-navigation ul li:last-of-type a:hover{
	color: #E9E9E9;
    background-color: transparent;
    background-image: linear-gradient(193deg, #C4A77D 0%, #8D6E42 100%);
}

@media screen and (max-width: 768px){
	.carousel-container .carousel{
		overflow-x: auto;
	}
	.carousel-container .navigators.before, .carousel-container .navigators.after{
		display:none;		
	}
}