/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/
:root {
  --e-a-color-white: #fff;
  --e-a-color-black: #000;
  --e-a-color-logo: #fff;
  --e-a-color-primary: #ffd203;
  --e-a-color-primary-bold: #696969;
  --e-hover-bg : #1C1C1C;
}
/* Parent stylesheet should be loaded from functions.php not using @import */
body {
	overflow-x: hidden;
	letter-spacing: 0.4px;
}

#site-header a {
	outline: none !important;
}

#top-bar-wrap {
	display: none;
}

#site-header {
	border-bottom: none;
}

p {
	font-weight: 300;
	margin-bottom: 0;
}

.wpforms-form .wpforms-field {
	margin: 0;
}

#main .wp-contact-form textarea,
#main .wp-contact-form input {
	border-radius: 21px !important;
	border-color: rgb(28 28 28 / 25%) !important;
}

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

#main .wp-contact-form .wpforms-submit-container {
	margin-top: 85px !important;
}

#main .wp-contact-form button {
	font-size: 30px !important;
	line-height: 35px;
	letter-spacing: 0;
	font-weight: 500;
	border-radius: 25px;
	padding: 5px 20px;
}
#main  div.wpforms-container-full input:focus,
#main  div.wpforms-container-full textarea:focus{
	box-shadow: none;
}
.contactez_nous p {
	font-weight: 600;
}
.p_required{
	font-size: 14px;
    color: black;
    margin-top: 10px;
}
.p_required span{
	color: red;
}
.become_memebr,
#become_memebr {
	font-size: 30px;
    border-radius: 25px;
    padding: 4px 34px;
    font-weight: 500;
    line-height: 38px;
	min-width: 375px;
}
.become_memebr:hover, #become_memebr:hover{
  background-color: var(--e-a-color-primary);
  color: white;
  border-color:  var(--e-a-color-primary);
}

.timing_info p {
	font-size: 30px;
	font-weight: 500;
}
#menu-main-menu .active::after,
.menu-item::after {
  content: '';
  position: absolute;
  height: 1px;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-color: white;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out;
}
 
#menu-main-menu .active::after{
  visibility: visible;
  transform: scaleX(1);
  bottom: 15px;
  width: 80%;
}
.menu-item::after{
  bottom: 15px;
  width: 80%;
}

.menu-item:hover::after {
  visibility: visible;
  transform: scaleX(1);
}
.menu-item::after{
  background-color: var(--e-a-color-primary);
}
#menu-main-menu .menu-item a:hover{
  color: var(--e-a-color-primary);
}
.popup-icons{
  padding: 30px 0;
  position: fixed!important;
  bottom: -100%;
  left: 0;
  right: 0;
  opacity: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  transition: bottom 0.5s ease-in-out;
  z-index: 1000!important;
  filter: drop-shadow(0px -3px 20px rgb(0 0 0 / 16%));
}
.popup-icons.show {
  bottom: 0;
  opacity: 1;
  display: flex;
}
.icon_bloc .e-con-inner{
  background-color: #e3e5e6;
  padding: 5px;
  border-radius: 11px;
  min-height: 90px;
}
.icon_bloc img{
	max-height: 30px !important;
    max-width: 35px !important;
}
.icon_bloc h6{ 
  padding: 5px;
  margin-top: 5px;
}
.grid_icons{
  margin: 20px auto;
  padding: 20px;   
  text-align: center;
}

#facilities-row .owl-carousel .owl-item:first-child {
	text-align: left !important;
}
#where-to-find .list_infos_contact span {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
}

#where-to-find .list_infos_contact span .info {
	font-weight: 300;
	font-size: 15px;
}

.palceholder{
	position: absolute;
	top: 2px;
	left: 8px;
	 color: #B1B1B1; 
}
form .wpforms-field-label{ 
    position: absolute!important;
    top: 20px;
    left: 15px;
    font-weight: 300!important;
}
.social-media-footer svg{
	transition: transform .2s;
}
.social-media-footer svg:hover,
.svg-container img:hover{
	transform: scale(1.1); 
	cursor: pointer;
}
 
.highlight {
    color:  var(--e-a-color-primary);
}


.typewrite > .wrap > .last-word {
	color: var(--e-a-color-primary);
}
.typewrite > .wrap { border-right: 0.08em solid #fff}
 
.memeber-logos img{
	opacity: 0.5;
}
.memeber-logos img:hover{
	opacity: 1;
}
.company-logos-carousel{
	width: 1199px;
	margin: 0 auto;
	background-color: transparent;
}
.company-logos-carousel .item {
	height: 100px;
    width: 100%;
	opacity:0.2;
    display: flex;
    align-items: center;
    justify-content: center;
	border-width:0 !important;
}
.company-logos-carousel .item:hover {
		opacity:1; 
}
.company-logos-carousel .item img {
	width:90% !important;
	min-width: 145px;
  object-fit: contain;
}


.footer-forms-tabs .elementor-tabs-wrapper {
    width: 100%;
    margin: 0 auto !important;
    padding-bottom: 30px;
    text-align: center !important;
    padding-left: 12%;
}
.footer-forms-tabs .elementor-tabs .elementor-tab-title{
	padding:0 15px !important;
}
.footer-forms-tabs .wp-contact-form {
    font-family: 'Outfit';
}

.wpforms-container-full textarea,.wp-contact-form input {
    font-weight: light !important;
    background-color: transparent !important;
    border-color: rgba(0 0 0 / 50%) !important;
}
.wpforms-container-full input {
        border-radius:50px !important;
}
.wpforms-container-full textarea {
    border-radius: 18px !important; 
	border-color:rgb(0 0 0 / 25%) !important;
}
.wpforms-container-full button:hover {
    background: var(--e-hover-bg) !important;
}
.wpforms-container-full button {
    border:2px solid var(--e-hover-bg) !important;
    text-transform: none !important;
    font-size: 24px !important;
    padding-bottom: 40px !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
}
div#wpforms-4277,
div#wpforms-398 {
    margin-top: 0 !important;
}
.wpforms-container-full .wpforms-submit-container {
    text-align: center;
    margin-top: 60px !important;
}
.wpforms-container-full button#wpforms-submit-4277,
.wpforms-container-full button#wpforms-submit-398 {
	font-size: 30px !important;
    line-height: 38px;
    letter-spacing: 0;
    font-weight: 500;
	padding: 0px 43px !important;
    height: 49px;
	border-radius: 25px;
    color: var(--e-hover-bg);
 }
 [role="tab"],
 .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before,
 #elementor-tab-content-6391,
 #elementor-tab-content-6392,
 .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after,
 .elementor-18 .elementor-element.elementor-element-bc23c63 .elementor-tab-title, .elementor-18 .elementor-element.elementor-element-1f4366c .elementor-tab-title:before, .elementor-18 .elementor-element.elementor-element-bc23c63 .elementor-tab-title:after, .elementor-18 .elementor-element.elementor-element-bc23c63 .elementor-tab-content, .elementor-18 .elementor-element.elementor-element-bc23c63 .elementor-tabs-content-wrapper,
.elementor-18 .elementor-element.elementor-element-1f4366c .elementor-tab-title, .elementor-18 .elementor-element.elementor-element-1f4366c .elementor-tab-title:before, .elementor-18 .elementor-element.elementor-element-1f4366c .elementor-tab-title:after, .elementor-18 .elementor-element.elementor-element-1f4366c .elementor-tab-content, .elementor-18 .elementor-element.elementor-element-1f4366c .elementor-tabs-content-wrapper {
	border:0 !important;
}
 
.elementor-element div.wpforms-container-full .wpforms-form * {
	background:transparent !important;
}
.wpforms-container-full .p_required {
	font-size:12px;
}
.elementor-section {
  animation: none !important;
}
.social-icons .elementor-widget-container{
	overflow:visible !important;
}
.testimonials-carousel .elementor-section-wrap {
   /* box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.1);
	border-radius:15px;*/
}
.testimonials-carousel  .swiper{
    padding-top: 40px;
    padding-bottom: 40px; 
	gap: 30;
}
.phone-mobile strong,
.phone-mobile p strong{
	color: var( --e-global-color-primary)!important;
}
.phone_number{
    color: var( --e-global-color-primary);
    padding-left: 11px;
}
.company-logos-carousel .owce-carousel .item,
.company-logos-carousel .owce-carousel .item img{
	margin: 0 auto !important;
	max-height: 100px;
}
#grid-members{
    display: flex;
    align-items: center;
    justify-content: center;
}
#grid-members img{
	opacity:0.2;
	max-width: 90%;
}
#grid-members img:hover{
	opacity:1;
}
.elementor-tab-desktop-title {
	text-decoration: none;
}
.button-grey a:hover{
	background-color: var(--e-hover-bg);
    border-color: var(--e-hover-bg);
}
.nos-salles .e-con-full p,
.nos_bureaux_section .e-con-full p{
	font-size: 18px;
}
.hover-text {
    display: none;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 10px;
    border-radius: 5px;
    font-size: 12px;
    font-family: 'Outfit';
	text-transform: uppercase;
	z-index: 1;
}

.svg-container:hover .hover-text {
    display: block;
}
 .list_icon_espace {
	width: 100%;
	display: flex;
    justify-content: center;
    gap: 25px; 
	margin: 0 auto;
	align-items: flex-start;
}
.list_icon_espace .svg-container {
    max-width: 100%;   
	align-self: end;
}
.list_icon_espace .svg-container  img{
    height: 29px;
    width: 100%;
}
.list_icon_espace .svg-container .img-entretien{
	height: 45px;
}
.list_icon_espace .svg-container .img-boisson{
	height: 40px;
}
.list_icon_espace  img:hover{
	cursor: pointer;
}

.list-three-icons{
	width: 55%;
	margin: 0 auto;
}
.list-four-icons{
	width: 65%;
	margin: 0 auto;
}
.list-five-icons{
	width:60%;
}
.list-prestations{
	gap: 15px;
}
.list-prestations .svg-container img{
	width: 75%;
}
.elementor-tabs [aria-controls="elementor-tab-content-6392"],
.elementor-tabs [aria-controls="elementor-tab-content-3272"]{
	font-weight: 400 !important;
}
.wpforms-container-full button#wpforms-submit-4277:hover, 
.wpforms-container-full button#wpforms-submit-398:hover{
		background-color: var(--e-hover-bg) !important;
        border: 1px solid var(--e-hover-bg) !important;
        color: white;
}
#icone-histoire .st0 {
	fill: #ffffff!important;
	stroke: #ffffff00;
}
.grid-icone-home .st0{
	fill: transparent!important;
	
}
.circle-container {
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	bottom: 2%;
	z-index: 9;
	right: 10px;
} 
#circle-container button{
	border-width: 0;
	border-radius: 50%;
}

.circle-button {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: rgb(28 28 28 / 50%);
	border: none;
	display: flex;
	flex-direction: column;
	gap: 5px;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	position: relative;
	transition: width 0.5s, height 0.5s, border-radius 0.5s, background-color 0.5s;
}

.circle-button .dot {
	width: 8px;
	height: 8px;
	background-color: #fff;
	border-radius: 50%;
	margin: 0 2px;
	transition: opacity 0.3s;
}

#circle-container .circle-button.clicked {
	width: 50px;
	height: 205px;
	border-radius: 26px;
	background-color: rgb(28 28 28 / 50%);
	flex-direction: column;
	padding-top: 10px;
	justify-content: flex-start;
}

.circle-button.clicked .dot {
	opacity: 0;
}

.social-icons {
	/*display: none; 	opacity: 0;*/
	flex-direction: column;
	align-items: center;
	position: absolute;
	top: 60px;
	left: 50%;
	transform: translateX(-50%);
	transition: opacity 0.5s;
	pointer-events: none; 

	display: flex;
    opacity: 1;
    top: 20px;
    pointer-events: auto;
}

.social-icons.show {
	display: flex;
	opacity: 1;
	top: 20px;
	pointer-events: auto; 
}

.social-icons a {
	text-decoration: none; 
	transition: transform 0.3s;
}

.social-icon { 
	text-align: center;
	width: 25px;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	background-size: 25px 25px;
	background-repeat: no-repeat;
}

.social-icons a:hover {
	transform: scale(1.2);
}
#scroll-top{
	display: none!important;
}
.social-media-footer{
	box-shadow: 0 7px 20px -13px rgba(0, 0, 0, 0.16);
	/*box-shadow: 0px 3px 40px rgba(0, 0, 0, 0.16)!important;*/
} 
.testimonials-carousel  .swiper-slide{
	display: flex;
    justify-content: center;  
    align-items: center; 
   /* box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.16);*/
     box-shadow: 0px 1px 8px 0px rgb(0 0 0 / 9%);
	background-color: white;
    border-radius: 13px;
}
.button-grey a:hover{
	background-color: var(--e-hover-bg) !important;
    border-color: var(--e-hover-bg) !important;
}
.instagramm-icon{
	background-image: url("img/instagram.svg");
}
.linkedin-icon{
	background-image: url("img/linkedin.svg");
}
.fb-icon{
	background-image: url("img/facebook.svg");
}
.twitter-icon{
	background-image: url("img/tiktok.svg");
}
.icone-call svg{
	height: 25px!important;
	width: 25px!important;
}

.icone-call {
	background-color: rgb(255 255 255 / 50%);
	border-radius: 10px;
	padding: 6px 7px 0px 7px;
}

.icone-call:hover {
	background-color: #ffd205;
	cursor: pointer;
}
#site-header .icone-call{
	top: -20px;
	right: 0;
}
.tooltip {
    position: absolute;
    background-color: #333;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    display: none;
    z-index: 1000;
}
.elementor-tabs-wrapper .elementor-tab-title.elementor-tab-desktop-title,
.elementor-tabs-wrapper .elementor-tab-title.elementor-tab-mobile-title{
	font-weight: 300 !important;
}
.elementor-tabs-content-wrapper .elementor-tab-desktop-title.elementor-active,
.elementor-tabs-wrapper .elementor-tab-desktop-title.elementor-active,
.elementor-tabs-content-wrapper .elementor-tab-mobile-title.elementor-active ,
.elementor-tabs-wrapper .elementor-tab-mobile-title.elementor-active {
    font-weight: 600 !important;
    text-decoration: underline!important;
	cursor: pointer;
}
.p_required{
	text-decoration: none!important;
}
.popup-icons{
	margin-bottom: 0;
	padding-bottom: 0;
}
#popup-icone2 {
  margin-top:0;
  padding-top: 0;
}
.company-logos-carousel .owl-item{
	border: 1px solid #f0eeee9c;
}
.nos-espaces-home p{
  font-size: 16px; 
  line-height: 19px; 
  font-weight: 300 !important;
}
.page-id-787 #become_memebr:hover,
.page-id-671 #become_memebr:hover{
	background-color: var(--e-hover-bg);
    border-color: var(--e-hover-bg);
}
.elementor-tabs-content-wrapper{
	border-width: 0!important;
}
#facilities-row .owce-carousel .owl-item .owl-thumb  img{
	width: 88px;
	margin-bottom: 12px;
	height: 88px;
}
#facilities-row .owce-carousel .owl-item:first-child .owl-thumb  img {
    margin-left: 0 !important;
	height: 140px;
}

#facilities-row .owce-carousel .owl-content {
   font-style: normal !important;
}
#facilities-row .owce-carousel .owl-item:first-child {
    text-align: left; 
    padding-left: 0;
}
#facilities-row .owce-carousel .owl-item:nth-child(2) { 
   margin-bottom: 0;
}
#facilities-row .owce-carousel .owl-item .yellow {
    color:#FFD205;
}

#facilities-row button.owl-prev.disabled,#facilities-row button.owl-next.disabled {
    display: none;
}
#facilities-row  .owl-content{
  margin-top: 10px;
}
div.wpforms-container-full select, .wp-core-ui div.wpforms-container-full select{
  border-radius: 20px!important;
}
.no-label label{
	display: none!important;
}
select{
	font-weight: 300!important;
    color: #1C1C1C!important;
}
 
.date-form {
	display: flex;
	align-items: center;
	justify-content: center;
}
.flatpickr-input {
	width: 100%;
	border: none;
	text-align: left;
	background: transparent;
	outline: none;
}
.flatpickr-input::placeholder {
	text-align: left;
}
a[href^="tel"] {
	color: inherit;  
	text-decoration: none;
}

.error-page-title{
	margin-top: 150px!important;
}
.mention-legale h2{
    color: var(--e-hover-bg);
    font-size: 25px;
    margin-bottom: 10px;
}
.mention-legale div,
.mention-legale p{
	font-size: 16px;
}
#home-video .animation-p p{
	font-size: 54px;
	min-height: 180px;
}
.popup_info{
	text-align:center;
	color:#1C1C1C;
}
.popup_info .first_info{
	margin-top:40px;
  font-size: 45px;
  font-weight:600;
}
.popup_info .second_info{
	font-weight:300;
	font-size: 41px;
	    line-height: 40px;
}
.popup_info .third_info{
  font-size: 34px;
  font-weight:500;
  color:white; 
  margin-top:15px;
	    line-height: 38px;
	margin-bottom:15px;
}

.page-id-18 .dialog-message,
.page-id-6465 .dialog-message{
	width:490px!important;
}
.dialog-close-button{
	border-color:transparent!important;
}

@media only screen and (min-width: 1400px) {
	#home-video svg{
		width: 35px;
	}
}
@media only screen and (max-width: 1199px) {
	
	.menu_bloc li a{
		font-size: 16px!important;
		padding: 0px 10px 0px 10px!important;
	}
	.nos-salles .e-con-full p, .nos_bureaux_section .e-con-full p {
		font-size: 16px;
	}
	.company-logos-carousel .owce-carousel .item,
.company-logos-carousel .owce-carousel .item img{
	margin: 0 auto !important;
	max-height: auto;
}
.list-valeurs h2{
       font-size: 55px;
	}
}
@media only screen and (max-width: 990px) {
	#site-header button{
		border-width: 0!important;
		margin-top: 5px;
	}
	#site-header .icone-call{
		right: 0;
		top: 5px;
	}
	#home-video{
		/*background: url('https://rhinos-cowork.fr/preprod-rc/wp-content/uploads/2024/07/mobile-background-home.png');*/
		background-repeat: no-repeat;
        background-size: cover;
	}
	.footer-forms-tabs .elementor-tabs-wrapper{
		padding-left: 0;
	}
	.nos-salles .e-con-full p, .nos_bureaux_section .e-con-full p {
		font-size: 14px;
	}
	.wpforms-container-full button{
		border: 1px solid var(--e-hover-bg) !important;
		padding-top: 0 !important;
        padding-bottom: 0 !important;
	}
	.wpforms-container-full button#wpforms-submit-4277,
	.wpforms-container-full button#wpforms-submit-398 {
		font-size: 18px !important;
		line-height: 25px;
		letter-spacing: 0;
		font-weight: 500;
		border-radius: 19px !important;
        padding: 0px 41px !important;
		height: 37px;
	    color:var(--e-hover-bg);
	}
	
	.list-valeurs h2{
		font-size: 40px;
	 }
	.phone_number{
		font-size: 19px;
	}
	.menu-wrapper {
		position: relative;
		display: flex;
		align-items: center;
		padding: 0;
	}

	.menu-container {
		overflow-x: auto;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
		flex-grow: 1;
		position: relative;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}

	.menu-container::-webkit-scrollbar {
		display: none;
	}

	.menu {
		display: inline-block;
		padding: 0;
		margin: 0;
	}

	.menu-item {
		display: inline-block;
		padding: 0 10px 5px 10px;
		cursor: pointer;
		white-space: nowrap;
		transition: background-color 0.3s ease;
	}
    .menu-item::after{
        width: 89%;
		bottom: 0;
    }
	.menu-item a {
		font-size: 19px;
		font-weight: 400;
		line-height: 24px;
		color: white;
		letter-spacing: 0.76px;
		font-family: "Outfit", Sans-serif;
	}
	.menu-item {
		position: relative;
		display: inline-block;
	}
	.arrow {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		background-color: rgba(0, 0, 0, 0.5);
		color: white;
		border-radius: 50%;
		padding: 5px 15px;
		cursor: pointer;
		z-index: 1;
		opacity: 0;
		transition: opacity 0.3s ease, background-color 0.3s ease;
	}

	.arrow:hover {
		background-color: rgba(0, 0, 0, 0.7);
	}

	.left-arrow {
		left: 0;
		margin-left: 5px;
	}

	.right-arrow {
		right: 0;
		margin-right: 5px;
	}

	.menu-wrapper:hover .arrow {
		opacity: 1;
	}

	.arrow.hidden {
		display: none;
	}

	.bloc-shadow {
		box-shadow: none;
	}

	.timing_info p {
		font-size: 20px;
	}

	#become_memebr {
        font-size: 18px;
        border-radius: 19px;
        padding: 5px 40px;
        min-width: auto;
        line-height: 23px;
	}

	.intersted_info p,
	.contactez_nous p {
		margin-bottom: 0;
	}

	#main .wp-contact-form button {
		font-size: 18px !important;
        line-height: 36px;
        letter-spacing: 0;
        font-weight: 500;
        font-family: "Outfit";
        padding-top: 0;
		  border-radius: 19px;
	}

	#main .wp-contact-form .wpforms-submit-container {
		margin-top: 40px !important;
	}

	#main .wp-contact-form textarea,
	#main .wp-contact-form input {
		border-radius: 13px !important;
	}

	p {
		font-weight: 300;
		font-size: 14px;
		line-height: 23px;
		margin-bottom: 0;
	}

	#confiance-title p{
		font-size: 16px;
	}

	.nos_bureaux_section p {
		line-height: 18px;
	}

	.grid-icone-home p {
		font-size: 14px !important; 
        font-weight: 300 !important;
        padding: 0 !important;
	}
	
	.list_icon_espace{
		gap: 15px;
		width: 100%;
	}
	.list-five-icons{
		width: 80%;
	}
	.grid_icons{
		gap:10px 14px!important;
	}
}

@media only screen and (max-width: 768px) {
	.popup_info{
	text-align:center;
	color:#1C1C1C;
}
.popup_info .first_info{
	margin-top:20px;
  font-size: 25px; 
}
.popup_info .second_info{
 
	font-size: 23px;
	line-height: 30px;
}
.popup_info .third_info{
         font-size: 26px;
        margin-top: 15px;
        line-height: 26px;
        margin-bottom: 25px;
    
}
.popup_info .small_info{
 font-size: 18px;
  font-weight:300;
  line-height: 30px;
  margin-bottom:20px;
}
	
	#facilities-row .owce-carousel .owl-item .yellow {
		font-size: 28px;
	}
	#facilities-row  .owl-nav i{
		width: 12px;
	}
	.company-logos-carousel .owl-item {
		border-width: 0px;
	}
	.testimonials-carousel .elementor-swiper-button-prev,
	.testimonials-carousel .elementor-swiper-button-next{
		display: none!important;
	}
	.hover-text{
		font-size: 10px;
	}
	.event_img img{
		max-width: 282px !important;
	}
	.grid-icone-home #icone-histoire svg { width: 23px !important; }
	.elementor-tabs [aria-controls="elementor-tab-content-3272"],
	.elementor-tabs [aria-controls="elementor-tab-content-6392"]{
		position: absolute;
		right: 0;
		top:0;
		font-weight: 400 !important;
	}
	#elementor-tab-content-6392{
		position: relative!important;
	}
	.elementor-tab-content{
		width: 100%;
		position:relative;
	}
	.slider_home_number .owce-carousel .item img{
		width: 120px;
	}
	#calendar_icons{
		left: -112px;
		top: 175px;
	} 
	#menu-main-menu-1{
		margin-top:25px;
	}
	.menu-item::after{
		visibility: visible;
		transform: scaleX(1);
		width: 77%;
		background-color: #70707047;
	}
	#ekit-megamenu-main-menu{
		background-color: var(--e-a-color-logo);
		opacity: 0.95;
	} 

	#menu-main-menu-1 li{
		width: 100%;
		padding-left: 20px;
	}
	#menu-main-menu-1 li:hover{
		background-color: rgb(255 210 5 / 52%);
	}
	#menu-main-menu-1 li a{
		font-size: 16px;
        font-weight: 500;
		line-height: 70px;
		text-transform: uppercase;
		
	}
	#menu-main-menu-1 li a:hover{
		color: var(--e-a-color-black);
	}
	
	#menu-main-menu-1 li a {
		display: inline-block;
		padding-left: 60px!important;
		background-repeat: no-repeat;
		background-size: auto 50px;
        background-position: 10px center;
		text-decoration: none;
		color: #333;
		padding: 0px 15px 0px 15px;
	}
	.ekit-wid-con .icon.icon-menu-7::before, .icon.icon-menu-7::before{
		font-size: 35px;
	}
	#menu-main-menu-1 li:first-child a {
		background-image: url('img/icone_menu_nos_espaces.svg');  
	}
	  
	#menu-main-menu-1 li:nth-child(2) a {
		background-position: 23px center;
        background-size: 25px;
		background-image: url('img/icone_menu_nos_evenements.svg');  
	}
	#menu-main-menu-1 li:nth-child(3) a {
		background-image: url('img/icone_menu_notre_restaurant.svg'); 
	}
	#menu-main-menu-1 li:nth-child(4) a {
		background-image: url('img/icone_menu_nos_membres.svg'); 
	}
	#menu-main-menu-1 li:nth-child(5) a {
		background-image: url('img/icone_menu_notre_histoire.svg'); 
	}
	#menu-main-menu-1 li:nth-child(6) a {
		background-image: url('img/icone_menu_nous_contacter.svg'); 
	}
	.menu-item::after {
		background-color: #7070704f;
	}
	#site-header  .elementskit-menu-close{
		float: left;
		color: var(--e-hover-bg);
		font-weight: bold;
		font-size: 22px;
		padding: 0;
		border: none;
		margin: 20px 0 0 27px;
	}
	#where-to-find .list_infos_contact span {
		font-size: 11px;
	}
	#where-to-find .list_infos_contact span .info {
		font-size: 14px;
	}
	.page-id-18 .elementor-background-slideshow__slide__image {
		background-image: none !important;
	}
	.page-id-18 .container-menu-mobile::before {
		background-color: transparent !important;
	}

	.page-id-18 .elementor-background-slideshow::before {
		opacity: 0 !important;
	}

	.page-id-18 .elementor-sticky--active::before{
		background-color: transparent !important;
		opacity: 1;
	} 
	.page-id-18  .scrolled .container-menu-mobile {
		 background: url('https://rhinos-cowork.fr/preprod-rc/wp-content/uploads/2024/07/background-menu-mobile.png')!important;
		 background-size: cover !important;
	}  

	.home-bloc-events {
		max-width: 300px;
	}

	#facilities-row .owce-carousel .owl-content {
		line-height: 36px;
		font-size: 26px;
	}

	.owl-carousel .owl-nav button.owl-next,
	.owl-carousel .owl-nav button.owl-prev {
		position: absolute;
	}

	.owl-carousel .owl-nav button.owl-next {
		right: -80px;
	}

	.owl-carousel .owl-nav button.owl-prev {
		left: -80px;
	}


	#facilities-row .owl-carousel .owl-nav button.owl-next {
		right: 0;
	}

	#facilities-row .owl-carousel .owl-nav button.owl-prev {
		left:  -80px;
	}

	.grid-icone-home svg {
		width: 30px !important;
	}

	.grid-icone-home p {
		line-height: 16px !important;
	}

	#main h1 {
		font-size: 25px;
	}
	#heading-title-home h1{
		font-size: 20px;
	}

	#main h3 {
		font-size: 18px;
	}
	.grid_icons .e-con-inner{
		gap: 10px 14px!important;
	}
	.icon_bloc  .e-con-inner{
		gap: 5px!important;
	}
}
@media only screen and (max-width: 480px) {
	.page-id-18  .dialog-message,
	.page-id-6465 .dialog-message {
    width: 360px !important;
}
	.icon_boison img,
	.icon_boison{
		left: 0!important;
		position: relative!important;
	}
	.list-prestations{
		width: 85%;
		margin: 0 auto;
	}
	
	/*.icon_bloc{
		min-height: 105px!important;
	}*/
	.icon_bloc h6{
		font-size: 9px!important;
	}
	.list_icon_espace{
		gap: 15px;
	}
	.list-four-icons ,
	.list-three-icons {
		width: 70%;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.list-four-icons {
		width: 80%;
	}
	.list_icon_espace .svg-container img{
		width: 100%;
	}
	.list-all-icons {
		width: 100%;
	}
	.icon_right{
		right: 0;
        left: -161px;
        width: 371px; 
        top: 170px;
	}
	
  .grid_icons .e-con-inner {
    --e-con-grid-template-columns: repeat(3, 1fr)!important;
    --e-con-grid-template-rows: repeat(2, 1fr)!important;
	
  }
  #home-video .animation-p p{
	font-size: 18px!important;
	line-height: 28px!important;
	 min-height: 90px;
  }
}

@media only screen and (max-width: 320px) {
	.page-id-18  .dialog-message,
	.page-id-6465 .dialog-message {
    width: 300px !important;
}
	.elementor-tabs .elementor-tab-title{
		font-size: 12px!important;
	}
	.wpforms-container-full button#wpforms-submit-4277, .wpforms-container-full button#wpforms-submit-398{
		font-size: 16px !important;
        padding: 0 10px !important;
        width: 100%;
        line-height: 14px;
	}
	#elementor-tab-content-3271,
	#elementor-tab-content-3272,
	#elementor-tab-content-6392
    {
		font-size: 14px !important;
	}
	#elementor-tab-content-3272,	#elementor-tab-content-6392{
        position: absolute !important;
        right: 0;
        top: 0;
       
    }
	.hover-text {
        font-size: 9px;
		padding: 10px 5px;
    }
}
@media (max-width: 768px) and (min-width: 712px) {
	 body:not(.rtl) .elementor-183 .elementor-element.elementor-element-20720d8 {
		 left:125px!important; 
		width: 65%;
	}
}
@media (max-width: 712px) and (min-width: 552px) {
	 body:not(.rtl) .elementor-183 .elementor-element.elementor-element-20720d8 {
		 left:70px!important; 
		width: 65%;
	}
}
.link-cowork-qr a:hover{
	color:#1c1c1c!important;
}
.page-id-6563 .elementor-188{
	display: none!important;
}