/* ==========================================================================
   Global
   ========================================================================== */

p {
	hyphens: auto;
	-webkit-hyphens: auto;
	overflow-wrap: break-word;
}

body {
	background-color: #f3f3f3;
}

p {
	font-family: var(--font-sans);
    color: #212121;
    font-size: var(--text-s);
    line-height: var(--text-l);
    /*max-width: 65ch;*/
}

.text-enluminated {
	background-image: linear-gradient(267.43deg, #73ed7c 4.95%, #019297 97.92%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-big {
	font-size: var(--text-5xl);
	font-weight: 700;
}


.title-short::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    bottom: 0;
    transform: translateY(-50%);
    background-color: var(--aqua);
    mask-image: url(/wp-content/uploads/2026/03/icon-sub-heading.svg);
    mask-repeat: no-repeat;
    width: 5px;
    height: 5px;
}


/* button */

.button {
    padding-top: 0.95rem;
    padding-bottom: 0.95rem;
	padding-left: 2rem;
    padding-right: 2rem;
	border-radius: 5rem;
	color: #fff;
	font-weight: 600;
}

.form-contact button {
    background-color: var(--sky);
    padding-top: var(--space-xs);
    padding-right: var(--space-m);
    padding-bottom: var(--space-xs);
    padding-left: var(--space-m);
    border-radius: 10rem;
    margin-top: var(--space-l);	
}


/* button arrow */

.button-arrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 500;
  color: #1a1a1a;
  background: #fff;
  /*border: 1px solid #ccc;*/
  border-radius: 8px;
  cursor: pointer;
  overflow: hidden;
  z-index: 0;
}
.button-arrow::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  background: var(--aqua);
  border-radius: 50%;
  transform: translate(-50%, 50%);
  transition: width 0.5s ease, height 0.5s ease;
  z-index: -1;
}
.button-arrow:hover::before {
  width: 400px;
  height: 300px;
}

.button-arrow:hover .arrow {
  transform: rotate(45deg);
}
.arrow {
	transition: all 0.4s ease-in-out;
	font-size: 1.2rem;
}


.button-arrow-b::before {
    background: var(--sky) !important;
}

.picto-rounded .icon, .svg-rounded {
	background-image: linear-gradient(267.43deg, #73ed7c 4.95%, #019297 97.92%);
}

.svg-rounded {
  display: inline-block;
  color: var(--grey-light);
  border-radius: 50%;
  padding-top: var(--space-s);
  padding-right: var(--space-s);
  padding-bottom: var(--space-s);
  padding-left: var(--space-s);
  line-height: initial;
}

.link-blue-arrow {
    color: var(--blue);
    font-size: var(--text-s);
	margin-top: var(--space-s);
    font-family: "Manrope";
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 700;
}
.link-blue-arrow:after {
	content: '→';
    transition: transform var(--transition);
}
.link-blue-arrow:hover::after {
    transform: translateX(4px);
}


.link-white-arrow {
    color: #ffffff;
    font-size: var(--text-s);
	margin-top: var(--space-s);
    font-family: "Manrope";
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 700;
}
.link-white-arrow:after {
	content: '→';
    transition: transform var(--transition);
}
.link-white-arrow:hover::after {
    transform: translateX(4px);
}

/* ==========================================================================
   Header
   ========================================================================== */

#top-bar {
	background-color: none;
	position: absolute;
	z-index: 100;
}

#menu-main-menu li a:hover {
	color: var(--aqua);
}
#menu-main-menu li:nth-child(6), #menu-main-menu li:nth-child(7) {
	display: none;
}

#menu-main-menu-1 li:nth-child(6) a, #menu-main-menu-1 li:nth-child(7) a {
	border-radius: 5rem;
	border: 1px solid white;
    padding-top: 0.5rem;
    padding-right: 1.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1.5rem;
	line-height: initial;
	margin-top: 3rem;
}

#brxe-sjixem {
	padding-right: 0.5rem;
}

@media screen and (min-width: 768px) {
	#brxe-sjixem {
		padding-right: 2rem;
	}
}

.mask {
	content: "";
	display: block;
	border-radius: 3rem;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	position: absolute;
	background: #000000;
	background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.55) 23%, rgba(0, 0, 0, 0.19) 74%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (min-width: 768px) {
	.mask {
		background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.55) 52%, rgba(0, 0, 0, 0.19) 74%, rgba(0, 0, 0, 0) 100%);
	}
}
.mask-b {
	content: "";
	display: block;
	border-radius: 3rem;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	position: absolute;
	background: #000000;
	background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.55) 52%, rgba(0, 0, 0, 0.32) 74%, rgba(0, 0, 0, 0.19) 100%);
}
.brxe-breadcrumbs a:nth-child(1) {
	color: #ffffff;
}

#top-bar #main-menu .bricks-mobile-menu-wrapper {
	/*justify-content: flex-start;
	height: 100vh;*/
}
#top-bar #main-menu .bricks-mobile-menu-wrapper #menu-main-menu-1 {
	margin-top: 20%;
}

/* ==========================================================================
   Footer
   ========================================================================== */
@media screen and (max-width: 767px) {
	#brxe-wdqyzc a {
		text-align: center;
	}
}


/* ==========================================================================
   Elements
   ========================================================================== */

/* This style rule also applies to 5 other elements */
  .card {
  background: var(--blanc); border-radius: var(--radius-xl);
  /*box-shadow: var(--shadow); padding: 32px;*/
  transition: transform var(--transition), box-shadow var(--transition);
  padding: 3rem;
  }
/* This style rule also applies to 5 other elements */
  .card:hover {
    transform: translateY(-4px);
  }
/* This style rule also applies to 2 other elements */
  .card-icon svg {
	background: var(--aqua);
    width: 28px; height: 28px;
  }
/* This style rule also applies to 2 other elements */
  .card-img-body {
    padding: 24px 28px 28px;
  }





/* This style rule also applies to 2 other elements */
  .link-arrow {
    font-weight: 600;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #fff;
	font-weight: 700;
  }
/* This style rule also applies to 2 other elements */
  .link-arrow::after {
    content: '→'; transition: transform var(--transition);
  }
/* This style rule also applies to 2 other elements */
  .link-arrow:hover::after {
    transform: translateX(4px);
  }



/* This style rule also applies to 2 other elements */
.testimonial-stars {
	color: var(--aqua);
	font-size: 2.5rem;
	letter-spacing: 0.2rem;
	margin-top: 0.4rem;
}
/* ==========================================================================
   Home page
   ========================================================================== */
@media screen and (max-width: 767px) {
	.home .hp-hero #brxe-vhrbpr {
		border-radius: 0;
	}
}

/* ==========================================================================
   Maître-nageur
   ========================================================================== */

.maitres-nageurs .jet-listing-grid__item:not(:last-child) {
	/*border-bottom: 1px solid #e7e7e7;
	padding-bottom: var(--space-l);
	width: 50%;*/
}
.profil-mn {
	padding-top: 0.50rem;
    padding-bottom: 0.50rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 5rem;
    color: #fff;
    font-weight: 600;
	background-color: var(--sky);
    font-size: var(--text-2xs);
    font-family: "Manrope";
}

.term-mn a {
	padding-top: 0.50rem;
    padding-bottom: 0.50rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 5rem;
    color: #fff;
    font-weight: 600;
	background-color: var(--sky);
    font-size: var(--text-2xs);
    font-family: "Manrope";
}



/* ==========================================================================
   Comment ça marche
   ========================================================================== */

.process {
	border-left: 3px solid #e7e7e7;
	padding-left: 4rem;
}

.howto .process-content.brxe-container, .partenaire .process-content.brxe-container {
	background-image: none;
}
@media screen and (min-width: 768px) {
	.howto #brxe-xramda {
		background-color: #ffffff;
		background-image: url(/wp-content/uploads/2026/03/form-reverse-v.svg);
		background-position: bottom right;
		background-repeat: no-repeat;
		background-size: auto;
	}
}
.process li .icon {
	transform: translateX(calc(-4rem + -50%));
	height: 5rem;
	width: 5rem;
	border-radius: 50%;
	background-image: linear-gradient(267.43deg, #73ed7c 4.95%, #019297 97.92%);
	color: #fff;
}
.process li .content .title {
	transform: translateX(-5rem);
}
.process li .description {
	max-width: 85ch;
	width: 100%;
	display: block;
}
.process li:not(:last-child) {
	margin-bottom: var(--space-l);
}


.brxe-block.listening.brx-open {
	background-image: linear-gradient(267.43deg, #73ed7c 4.95%, #019297 97.92%);	
}
.brxe-block.listening.brx-open h3, .brxe-block.listening.brx-open p {
	color: #fff;	
}
.brxe-block.listening.brx-open .accordion-content-wrapper {
	border-top: 1px solid #ffffff38;
}




/* ==========================================================================
   Devenir partenaire
   ========================================================================== */
.bricks-background-video-wrapper {
    border-radius: 3rem;
}
#candidature label, #contact label {
	margin-left: 1rem;
}
#comment .content .title {
	display: block;
}
.partenaire .process .content {
	justify-content: left;
}

@media screen and (max-width: 767px) {
	.partenaire #brxe-wzrcum {
		border-radius: 0;
	}
}

@media screen and (min-width: 768px) {
	.partenaire #comment {
		background-image: url(https://staging.homeeteau.com/wp-content/uploads/2026/03/form-reverse-v.svg);
	}
}

/* ==========================================================================
   AQUAGYM
   ========================================================================== */

.aquagym .process li .content .title {
	transform: translateX(-5rem);
}


/* ==========================================================================
   FAQ
   ========================================================================== */

@media screen and (max-width: 767px) {
	.howto .brxe-block.listening.brx-open .accordion-content-wrapper {
		margin-top: var(--space-m);
	}
}

/* ==========================================================================
   BLOG LISTING
   ========================================================================== */

#post-listing .jet-listing-grid__items img {
	transition: 0.4s ease-in-out;
}
#post-listing .jet-listing-grid__item:hover figure img {
    transform: scale(1.1);
}
#post-listing .jet-listing-grid__items figure {
	position: relative;
    overflow: hidden;
}
#post-listing .jet-listing-grid__items figure::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
#post-listing .jet-listing-grid__items figure:hover::after {
    height: 250%;
    background-color: transparent;
    transition: 600ms linear !important;
}
@media screen and (max-width: 767px) {
	#post-listing > .jet-listing-grid > .jet-listing-grid__items {
		flex-direction: column;
		row-gap: 6rem;
	}
	#post-listing > .jet-listing-grid > .jet-listing-grid__items .jet-listing-grid__item {
		width: 100%;
		max-width: 100%;
	}
}

#post-listing .jet-listing-grid__item .post-btn {
    background-image: linear-gradient(to right, #019297 0%, #73ed7c 50%, #019297 100%);
    background-size: 200% auto;
    height: 50px;
	overflow: hidden;
    width: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: none !important;
}
#post-listing .jet-listing-grid__item .post-btn svg {
    /*max-width: 24px;*/
    transition: all 0.4s ease-in-out;
	transform-origin: center center;
}
#post-listing .jet-listing-grid__item:hover .post-btn svg {
    transform: rotate(45deg);
}

/* ==========================================================================
   BLOG SINGLE
   ========================================================================== */

.wp-block-heading {
	margin-top: var(--space-2xl);
	margin-bottom: var(--space-xl);
}

#social-networks li a {
	display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-image: linear-gradient(to right, #019297 0%, #73ed7c 50%, #019297 100%);
    background-size: 200% auto;
    color: #ffffff;
    border-radius: 50%;
    width: 41px;
    height: 41px;
    transition: all 0.3s ease-in-out;
}
#tags-list span {
    display: inline-block;
    font-size: 16px;
	line-height: 20px;
    font-weight: 600;
    text-transform: capitalize;
    background-image: linear-gradient(to right, #019297 0%, #73ed7c 50%, #019297 100%);
    background-size: 200% auto;
    color: #fff;
    border-radius: 100px;
    padding: 8px 20px;
    transition: all 0.3s ease-in-out;	
}



.cta-container {
	display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    width: 1100px;
	background-color: hsl(0, 0%, 100%);
    border-radius: 3rem;
    align-self: center !important;
    align-items: center;
    width: 100%;
	padding-top: var(--space-4xl);
    padding-right: var(--space-2xl);
    padding-bottom: var(--space-4xl);
    padding-left: var(--space-2xl);
    margin-top: var(--space-4xl);
    margin-bottom: var(--space-4xl);
}
.cta-content {
	display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    align-self: center !important;
    align-items: center;
    width: 100%;
}
.cta-title {
	text-align: center;	
}
.cta-text {
    margin-top: var(--space-l);
    text-align: center;
    font-family: "Manrope";
    font-size: var(--text-s);
    color: #212121;
    line-height: var(--text-l);
}
.cta-button {
    display: flex;
    background-color: #26afcd;
    padding-top: var(--space-xs);
    padding-right: var(--space-m);
    padding-bottom: var(--space-xs);
    padding-left: var(--space-m);
    align-items: center;
    border-radius: 10rem;
    margin-top: var(--space-l);
	position: relative;
    gap: 8px;
    font-size: 15px;
    font-weight: 500;
    color: #1a1a1a;
    background: #26afcd;
    cursor: pointer;
    overflow: hidden;
    z-index: 0;
}
.cta-button::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    background: var(--aqua);
    border-radius: 50%;
    transform: translate(-50%, 50%);
    transition: width 0.5s ease, height 0.5s ease;
    z-index: -1;
}
.cta-link {
	text-align: center;
    color: hsl(0, 0%, 100%);
    font-weight: 600;
    font-family: "Manrope";
    font-size: var(--text-s);
    line-height: var(--text-l);
}
.cta-button .arrow {
	margin-left: 1rem;
    width: auto;
    height: 1rem;
	transition: all 0.4s ease-in-out;
	transform-origin: center;
    font-size: 1.2rem;
	stroke: #ffffff;
}
.cta-button .arrow path {
	fill: #ffffff;
}
.cta-button:hover .arrow {
  transform: rotate(45deg);
}
.cta-button:hover::before {
  width: 400px;
  height: 300px;
}


.jet-listing-dynamic-terms__delimiter {
	display: none;
}
.jet-listing-dynamic-terms__link {
    font-size: var(--text-s);
    font-family: "Manrope";
    text-transform: capitalize;
    font-weight: 700;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-transform: capitalize;
    background-image: linear-gradient(to right, #019297 0%, #73ed7c 50%, #019297 100%);
    background-size: 200% auto;
    color: #fff;
    border-radius: 100px;
    padding: 8px 20px;
    transition: all 0.3s ease-in-out;
}

#articles-connectes-mobile {
	display: none;
}
#articles-connectes .jet-listing-grid__items.grid-col-mobile-3 {
	display: flex;
}
@media (max-width: 767px) {
	#articles-connectes-mobile {
		display: flex;
	}
    #articles-connectes-mobile .jet-listing-grid__items.grid-col-mobile-3 {
        --columns: 1;
    }
    #articles-connectes {
		display: none;
    }
}

