/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

/** -------------------------------------- GLOBAL  --------------------------------------  */

:root{
	--vert:#005C27; 
	--gris:#DCDCDC 
}

@font-face {
	font-family: 'League Spartan';
	src: url('/wp-content/uploads/2025/11/LeagueSpartan-Bold.woff2') format('woff2'),
		url('/wp-content/uploads/2025/11/LeagueSpartan-Bold.woff') format('woff');
	font-weight: 700; 
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'League Spartan';
	src: url('/wp-content/uploads/2025/11/LeagueSpartan-Regular.woff2') format('woff2'),
		url('/wp-content/uploads/2025/11/LeagueSpartan-Regular.woff') format('woff');
	font-weight: 400; 
	font-style: normal;
	font-display: swap;
}


.white-text strong, .white-text strong a {
	color: #fff!important;
}

.custom-uppercase u {
	text-transform: uppercase!important;
	text-decoration: none!important;
}

.brz-accordion__item {
    transition:
        background-color 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.25s ease;
}


/** -------------------------------------- MENU  --------------------------------------  */
#offcanvas {
	backdrop-filter: blur(12.5px)!important;
}
#menu-menu-principal.menu {
    height: 40px !important;
}

@media screen and (min-width: 1001px) {
.border-btn {
	color: #005C27!important;
	border: 2px solid #005C27!important;
	border-radius: 60px!important;
	margin-right: 10px!important;
	        padding: 10px 20px 8px 20px !important;
}

.menu-btn {
	border: 2px solid #005C27!important;
	border-radius: 60px!important;
	BACKGROUND: #005C27!important;
	padding: 10px 20px 8px 20px !important;
	
}
.menu-btn a {
		color: #fff!important;
}
	}

#offcanvas .site-logo-container {
	position: absolute !important;
        top: -5% !important;
        left: 2% !important;
}

.ct-panel-actions {
	padding-right: 15px!important;
}

#offcanvas {
	height: fit-content!important;
	border-radius: 0px 0px 60px 60px!important;
}

.ct-panel-content-inner {
	padding-top: 70px!important;
}
@media screen and (max-width:999px){
	[data-header*="type-1"] #offcanvas .ct-panel-content{
		height: auto!important;
		flex: unset!important;
		justify-content: start!important;
	}
}
.mobile-menu li a {
	text-shadow: -3px 3px 4px rgba(0, 0, 0, 0.25)!important;
 }

/** -------------------------------------- HOME  --------------------------------------  */

.ul-custom-point ul {
  list-style: none!important;
  margin-left: 0!important;
  padding-left: 0!important;
}

.ul-custom-point ul li {
  text-indent: -1em!important;
}

.ul-custom-point ul li:before {
  content: url('/wp-content/uploads/2025/11/mingcute_check-2-line.svg')!important;
  padding-right: 1px!important;
	position: relative!important;
    top: 4px!important;
}

p em, h2 em, h1 em {
	font-style: normal!important;
	
}
.custom-h2 strong {
	display: block!important;
	color: #005C27!important;
	font-style: normal!important;
	font-weight: 500!important;
}

@media screen and (min-width: 769px) {
p em, h2 em, h1 em {
	display: block!important;
}
}
.icon-absolute .brz-span {
	border-bottom-left-radius: 25px!important;
}

.icon-absolute .brz-icon-svg-custom {
	padding: 33px!important;
	transform: scale(0.6)!important;
}

@media screen and (min-width: 768px) {
.first-row span.icon-absolute {
	margin-right: 10px!important;
	border-radius: 0px 20px!important;
}
}


.custom-shadow .brz-bg {
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px!important;
	border-radius: 20px!important;
}


.bubble-1 .brz-column__items,
.bubble-2 .brz-column__items,
.bubble-3 .brz-column__items{
	position: relative!important;
}

.bubble-1 .brz-column__items:after {
content: '';
    position: absolute;
    bottom: 0;
    left: 10%;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-color: #3F3F3F;
    border-bottom: 0;
    border-left: 0;
    margin-left: -13px;
    margin-bottom: -20px;
    opacity: 0.6;
}
@media screen and (min-width: 768px) {
.bubble-2 {
	position: relative!important;
	left: 20%!important;
}
}


.bubble-2 .brz-column__items:after {
content: '';
	position: absolute;
	bottom: 0;
	right: 10%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top-color: #3F3F3F;
	border-bottom: 0;
	border-right: 0;
	margin-left: -10px;
	margin-bottom: -20px;
    opacity: 0.6;
}

.bubble-3 .brz-column__items:after {
	content: '';
	position: absolute;
	top: 0;
	left: 10%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-bottom-color: #3F3F3F;
	border-top: 0;
	border-left: 0;
	margin-left: -10px;
	margin-top: -20px;
	opacity: 0.6;
}

@media screen and (max-width: 768px) {
.bubble-1 .brz-column__items:after	{
	margin-bottom: -10px;
	left: 12%!important;
}
	.bubble-2 .brz-column__items:after	{
	margin-bottom: 0px;
}
	
	.brz-row:has(.bubble-2) {
            justify-content: flex-end!important;
}
	.bubble-3 .brz-column__items:after	{
	left: 12%!important;
}
}

.sub-title-case span {
    padding: 15px 30px!important;
    border-radius: 30px 0!important;
    position: relative!important;
    top: -25px!important;
}
.number-scale .brz-icon {
		box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px!important;
}
.number-scale .brz-icon-svg-custom  {
	transform: scale(0.5)!important;

}
.number-case .brz-bg {
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px!important;
	border-radius: 30px!important;
}

@media screen and (max-width: 768px) {
	.brz-row:has(.number-case) {
            justify-content: center!important;
}
}
/** -------------------------------------- BESOINS  --------------------------------------  */
.full-title h2, .full-title p {
	background-color: var(--vert)!important;
	padding: 10px 20px!important;
	    border-radius: 100px!important;
}
@media screen and (max-width: 1000px) {
	.full-title h2, .full-title p {
       background-color: transparent!important;
		padding: 0px!important;
		
}
	.full-title h2 SPAN, .full-title p span {
		color:#005C27!important;
		background-color: transparent!important;
	}
}
.brz-accordion__nav {
	background-color: var(--vert)!important;
	border-radius: 80px!important;
    position: relative!important;
    z-index: 3!important;
	padding: 40px 20px 20px 20px!important;
}

.brz-accordion__nav span {
	line-height: 20px!important;
}

.no-click {
  pointer-events: none!important;

}  

.brz-accordion__content {
	background-color: var(--gris)!important;
	border-radius: 30px!important;
	margin-top: -36px!important;
    position: relative!important;
    z-index: 1!important;
	padding-top: 20px!important;
	transition: all 0.5s ease-out!important;
}

.brz-accordion__item--active .brz-accordion__content {
	margin-top: -20px!important;
	transition: all 0.5s ease-out!important;
}

.brz-accordion__item {
	border:none!important;
	background: transparent!important;
}

.logo-carousel .slide-item {
  text-align: center!important;
}

.slick-track {
	align-items: center!important;
}

.custom-toggle-mobile .brz-column__items {
	display: flex!important;
    flex-direction: row!important;
    align-items: center!important;
}
@media screen and (max-width: 768px) {
.brz-accordion__nav-title {
	display: block!important;
    max-width: 150px!important;
	font-size: 16px!important;
}
	
	.custom-toggle-mobile {
		margin-left: 45px!important;
	}
}
.custom-toggle-mobile .brz-accordion__nav {
	padding:  20px!important;
}
.custom-toggle-mobile .toggle-size  {

	MIN-WIDTH: 75%!important;
    POSITION: RELATIVE!important;
    LEFT: -45PX!important;
}

.oval-speech {
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px!important;
	border-radius: 30px!important;
}

.oval-speech-2 {
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px!important;
	border-radius: 30px!important;
}

.oval-speech:before {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px!important;
	content:""!important;
	position:absolute!important;
	bottom: -30px!important;
	left: 7%!important;
	clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%)!important;
	height: 47px!important;
	border-right: 63px solid #E7E7E7!important;
	background:#E7E7E7!important;
	-webkit-border-bottom-right-radius:80px 50px!important;
	-moz-border-radius-bottomright:80px 50px!important;
	border-bottom-right-radius: 65px 66px!important;
	-webkit-transform:translate(0, -2px)!important;
	-moz-transform:translate(0, -2px)!important;
	-ms-transform:translate(0, -2px)!important;
	-o-transform:translate(0, -2px)!important;
	transform:translate(0, -2px)!important;
}

.img-1-relative {
	POSITION: RELATIVE !important;
    TOP: 140px !important;
    left: -10px !important;
}
@media screen and (min-width: 1001px) and (max-width: 1206px) {
	.img-1-relative {
		TOP: 219px !important;
		left: 0px !important;
	}
}

@media screen and (min-width: 991px) and (max-width: 1000px) {
	.img-1-relative {
		TOP: 246px !important;
		left: 0px !important;
	}
}
.img-2-relative {
	POSITION: RELATIVE !important;
    TOP: -40px !important;
    right: 25px !important;
}

@media screen and (min-width: 991px) and (max-width: 1000px) {
	.img-2-relative {
		TOP: 24px !important;
	}
}

@media screen and (min-width: 1001px) and (max-width: 1250px) {
	.img-2-relative {
		TOP: -15px !important;
		right: 25px !important;
	}
}
.oval-speech-2 {
	position: relative;
	top: 40px!important;
}

.oval-speech-2:after {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px!important;
	content:""!important;
	position:absolute!important;
	z-index: -1!important;
	top: -30px!important;
	transform: rotate(180deg);
	right: 7%!important;
	clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%)!important;
	height: 47px!important;
	border-right: 63px solid #E7E7E7 !important;
	background:#E7E7E7!important;
	-webkit-border-bottom-right-radius:80px 50px!important;
	-moz-border-radius-bottomright:80px 50px!important;
	border-bottom-right-radius: 65px 66px!important;
	/* -webkit-transform:translate(0, -2px)!important; */
	-ms-transform:translate(0, -2px)!important;
	-o-transform:translate(0, -2px)!important;
	/* transform:translate(0, -2px)!important; */
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .oval-speech-2, .margin-img {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1000px) {
  .img-mobile {
    POSITION: RELATIVE!important;
    BOTTOM: -100px!important;
  }
}

.custom-h2 em {
	color: var(--vert)!important;
	font-family: "League Spartan"!important;
	font-weight: 400!important;
}

@media screen and (min-width: 1001px) {
.absolute-title {
	position: relative!important;
	left: -60px!important;
}
}



@media screen and (min-width: 768px) and (max-width: 1000px) {
.absolute-title {
	position: relative!important;
	left: -10px!important;
}
}
@media screen and (max-width: 767px) {
.absolute-title {
	position: relative!important;
	left: -30px!important;
}
}
.max-width-img {
	max-width: 90px!important
}

.custom-dedsign-p {
background: rgba(229, 239, 233, 0.20)!important;
    width: fit-content!important;
    margin: 0 auto 20px!important;
		border-radius: 50px!important;
}
.custom-dedsign-p span {
	padding: 10px 30px 5px !important;
    display: inline-block!important;
	position: relative;
}

.custom-dedsign-p span::before {
	content: url('/wp-content/uploads/2025/11/ph_check-fat-bold.png');
	display: inline-block;
	width: auto;
    left: -15px;
    top: 0px;
	position: absolute;
	height: auto;
}

.background-img {
  position: relative;
  overflow: visible; 
  z-index: 1;
}

.resize {
	max-width: 80%!important;
}

.brz-accordion__content {
    display: block !important;
    overflow: hidden !important;
    height: 0;
    opacity: 0 !important;
    transition:
        height 0.7s ease-out,
        opacity 0.4s ease-out;
}

.brz-accordion__item--active .brz-accordion__content {
    /* plus de height ici, juste l'opacité */
    opacity: 1 !important;
}

@media (min-width: 991px) {
    .brz .brz-css-ino7fv > .brz-accordion__item > .brz-accordion__content > .brz-accordion__item-content {
        transition: none!important!;

    }
}

/*
.background-img::before {
  content: "";
  position: absolute;
  left: 0;               
  top: 0;
  width: 36vw;          
  height: 100%;         
  background-image: url("/wp-content/uploads/2025/11/audit-circle-1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateX(-10%); 
  z-index: 2;
}

.background-img::after {
  content: "";
  position: absolute;
  right: 0;              
  top: 0;
  width: 36vw;          
  height: 100%;          
  background-image: url("/wp-content/uploads/2025/11/audit-circle3.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateX(7%); 
  z-index: 2;
} 

/*

.
/** -------------------------------------- CONTACT  --------------------------------------  */

.gfield {
	display: flex!important;
	align-items: center!important;
	flex-direction: row!important;
}

.ginput_container {
	width: 100%!important;
}

.gfield_label {
	font-family: "League Spartan"!important;
	font-weight: 400!important;
}

.ginput_container input:not(.ginput_container_fileupload.ginput_container  input), textarea {
	    border-radius: 30px!important;
    background: #ffffff57!important;
    border: none!important;
}

.ginput_container_fileupload.ginput_container {
	border-radius: 30px!important;
    background: #ffffff57!important;
    border: none!important;
	display: flex!important;
	padding: 8px!important;
	color: #819b8c!important;
}

.ginput_container_fileupload.ginput_container #input_1_5 {
	width:fit-content!important;
}

.gform_fileupload_rules {
	margin: 0px!important;
	padding: 0px!important;
    display: flex!important;
    align-items: center!important;
	font-size: 12px!important;
}


input[type="file"]::file-selector-button {
	background-color: transparent!important;
	border: 1px solid #819b8c!important;
	cursor: pointer;
	font-weight: 300!important;
	color: #819b8c!important;
	font-size: 14px;
	border-radius: 50px!important;
}

.ginput_container_consent {
	text-align: center!important;

}

.ginput_container_consent label {
		font-size: 12px!important;
}

.gform_button {
    border-radius: 48px !important;
    color: #fff!important;
    font-family: "League Spartan"!important;
    font-weight: 700 !important;
    font-size: 16px !important;
    padding: 8px 24px !important;
    margin-bottom: 0px !important;
    background: #005C27!important;
}

.gform_footer {
	justify-content: center!important;
	padding-bottom: 0px!important;
}


.gfield--type-html { 
color: #000!important;
text-align: center!important;
font-family: 'League Spartan'!important;
font-size: 18px!important;
font-style: normal!important;
	    justify-content: center!important;
	margin-bottom: 10px!important;
	font-weight: 700!important;
}

@media (max-width: 768px) {
  .gfield--type-html {
    margin-bottom: 0px!important;
  }
}
.form-agapa-item {
	margin-top: -20px!important;
}
#field_1_3 .gfield_label , #field_1_4 .gfield_label, #field_2_3 label, #field_3_3 label, #field_4_3 label {
	margin-right: 20px!important;
}
@media screen and (max-width: 767px) {
.gfield {
	flex-direction: column!important;
}
	.ginput_container_fileupload.ginput_container {
		display: block!important;
	}
	
	.gform_fileupload_rules {
		justify-content: center!important;
	}
}


/* Conteneur des boutons */
.form-tabs-agapa {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)); /* 2 colonnes */
  gap: 16px;
  margin-bottom: 32px;
}


.form-tab-btn-agapa {
  width: 100%;                 
  border-radius: 999px;
  padding: 10px 28px;
  border: 2px solid #005C27;
  background: transparent;
  color: #000;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 16px;
	font-family: "League Spartan"!important;
}


.form-tab-btn-agapa.is-active {
  background: #005C27;
  color: #fff;
}


@media (max-width: 768px) {
  .form-tabs-agapa {
    grid-template-columns: 1fr;
  }
}

.form-content-agapa {
	border-radius: 30px!important;
	background: rgba(0, 92, 39, 0.30)!important;
	padding: 20px!important;
}

/** -------------------------------------- FOOTER  --------------------------------------  */

.agap-footer {
  background: #005C27;
  color: #ffffff;
  padding: 0px 40px 30px;
  font-family: "League Spartan";
}

.agap-footer a {
  color: #ffffff;
  text-decoration: none;
}

.agap-footer a:hover {
  text-decoration: underline;
}

footer .ct-container {
  margin: 0 auto;
  display: flex;
  gap: 60px;
  align-items: flex-start;
}

/* Colonnes */
.footer-col {
  flex: 1;
  min-width: 0;
}

.footer-title {
  font-size: 22px;
  margin: 0 0 20px;
  font-weight: 700;
	font-family: "League Spartan";
	color: #fff;
}

/* Contact */
.footer-contact-line {
  margin: 0 0 10px;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-icon {
  margin-top: 2px;

}
.footer-icon SVG {
	width: 17px;
}
.footer-social {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.footer-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
}

/* Navigation (menu WP) */
.footer-nav {
  margin-top: 8px;
}

.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu > li {
  margin-bottom: 8px;
}

.footer-menu > li > a {
  font-size: 16px;
}
.footer-menu > li > a:hover, .agap-footer a:hover {
	text-decoration: none!important;
	opacity: 0.8!important;
	color: #fff!important;
}
/* Brand / logo */
.footer-col-brand {
  text-align: left;
}

.footer-brand-top {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 12px;
}

.footer-logo-title {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 2px;
}

.footer-logo-tagline {
  font-size: 28px;
  font-style: italic;
  margin-top: 4px;
}
.footer-col-nav {
	text-align: center;
}
.footer-brand-image img {
  max-width: 100%;
  height: auto;
  display: block;
}

.footer-brand-desc {
  font-size: 15px;
  line-height: 1.5;
  max-width: 380px;
  margin: 0;
}

/* Bas de footer */
.footer-bottom {
  max-width: 1200px;
  margin: 10px auto 0;
  padding-top: 15px;
  text-align: center;
  font-size: 14px;
}

.footer-bottom-links {
  margin: 0px;
}

.footer-bottom-copy {
  margin: 0;
}

/* Responsive */
@media (max-width: 1024px) {
  .agap-footer-inner {
    flex-wrap: wrap;
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .agap-footer {
    padding: 40px 20px 25px;
  }

  footer .ct-container {
    flex-direction: column;
	  align-items: center;
    gap: 30px;
  }
	
	.footer-brand-image {
		max-width: 300px;
	}

  .footer-brand-top {
    flex-direction: row;
    align-items: flex-start;
  }

  .footer-brand-desc {
    max-width: none;
  }
	
  /* Ordre mobile */
  .footer-col-brand {
    order: 1;
  }
  .footer-col-contact {
    order: 2;
  }
  .footer-col-nav {
    order: 3;
  }
	
	.footer-col-contact, .footer-col-nav {
		width: 100%;
		text-align: center;
	}
	
	.footer-contact-line, .footer-social {
		justify-content: center;
	}
	
	.footer-brand-desc {
		display: none!important;
	}
	
	.footer-bottom {
		margin-top: 0px;
	}
}
.wave-container {  
  height: 0vh;
  background-color: rgba(255, 255, 255, 0);
  position: relative;

}

.wave-container::before {   
    content: "";
    width: 100%;
    height: 131px;
    position: absolute;
    bottom: -1px!important;
    left: 0;
    background-size: cover;
    background-repeat: repeat no-repeat;
    background-position: -19vw bottom;
    background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1200  80' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0 59L50 55C100 51 200 44 300 30C400 15 500 -6 600 1C700 8 800 44 900 59C1000 73 1100 66 1150 62L1200 59V80H1150C1100 80 1000 80 900 80C800 80 700 80 600 80C500 80 400 80 300 80C200 80 100 80 50 80H0V59Z' fill='%23005c27'/></svg>");
}

@supports (-webkit-touch-callout: none) {
  .wave-container::before  {
     bottom:-2px!important;
  }
}

@media screen and (min-width: 1001px) and (max-width: 1300px) {
  .wave-container::before {    
    height: 115px
  } 
}

@media screen and (min-width: 851px) and (max-width: 1000px) {
  .wave-container::before {    
    height: 75px
  } 
}

@media(max-width:850px) {
  .wave-container::before {    
    height: 55px
  }  
}

@media(min-width:2000px) {
.wave-container::before {
    height: 162px;
}
}
@media(max-width:768px) {
  .footer-bottom-links {    
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }  
	
	.footer-bottom-links span {
		display:none;
	}
}

/** _________________ CTA _________________  */

.fixed-cta {
	z-index: 9999;
	bottom: 0;
	right: 0;
	transform: translateY(-50%);
		position: fixed;
}


.overlay {
	background: rgba(255, 255, 255, 0.30)!important;
	gap: 10px;
		display: flex;
	flex-direction: column;
	padding: 10px;
	border-radius: 20px 0px 0px 20px;

}

.fixed-cta svg {
	transition: 0.2s;
}

.fixed-cta a:hover {
	transform: scale(1.09);
	transition: all 0.2s ease-out;
}

.fixed-cta a {
	display: flex;
	border-radius: 40px;
	height: 48px;
	justify-content: center;
	align-items: center;
	width: 48px;
	cursor: pointer;
	transform: scale(1);
	transition: all 0.2s ease-out;
}

.fixed-cta a {
	background-color: #fff;
}

.fixed-cta a span {
	display: none;
}

.recontact {
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 31;
	background-color: white;
	padding: 20px;
	width: 325px;
	transform: translate(100%, -50%);
	opacity: 0;
	transition: 0.4s;
	z-index: 1000 !important;
}

.recontact .gform_legacy_markup_wrapper {
	margin: 0 !important;
}

.recontact-open {
	transform: translate(calc(0% - 85px), -50%) !important;
	opacity: 1;
}

.recontact,
.recontact form {
	display: flex;
	flex-direction: column;
	gap: 0px;
	align-items: center;
}

.recontact form {
	width: 100% !important;
}

.recontact form li {
	padding: 0 !important;
	margin: 0 !important;
}

.recontact #gform_wrapper_5 {
	width: 100%;
}

.recontact form .gform_footer {
	width: fit-content !important;
	margin: 0 !important;
}

.recontact label {
	font-size: 25px;
	margin: 0;
	text-transform: uppercase;
}

.recontact [type="submit"] {
	margin: 0 auto !important;
}

.close-popup {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}

@media screen and (max-width: 768px) {
	.fixed-cta a  {
		width: 35px !important;
		height: 35px!important;
	}
}


.choix .custom-shadow .brz-column__items .brz-wrapper {
	margin-top: 0px!important;
}

.choix .custom-shadow .brz-column__items {
	padding: 25px!important;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
	.choix .custom-shadow .brz-column__items {
		padding: 25px!important;
	}
}

@media(max-width:767px) {
	.choix .custom-shadow .brz-column__items {
		padding: 20px!important;
	} 
}

.btn-back-top{
  position: fixed;
  right: 20px;
  bottom: 30px;
  z-index: 9999;

  width: 48px;
  height: 48px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #005C27;
  color: #fff;
  text-decoration: none;
  font-size: 22px;

  box-shadow: 0 10px 25px rgba(0,0,0,.3);
  transition: transform .2s ease, opacity .2s ease;
}

.btn-back-top:hover{
  transform: translateY(-3px);
  opacity: .9;
}