/*
Theme Name: TERRASSES DU LYS
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: THEME TERRASSES DU LYS
Author: 
Author URI:
template: bb-theme
*/

/* Add your custom styles here... */ 
html {
  scroll-behavior: smooth;
}

:target {
  scroll-margin-top: 135px;
}

@media all and (min-width: 769px) {
	.max-width-800 .fl-col-content {
	max-width: 800px;
	}

	.max-width-600 .fl-col-content {
		max-width: 600px;
	}

.center .fl-col-content {
	margin-left:auto !important;
	margin-right:auto !important;
}

.droite .fl-col-content {
	margin-left: auto !important;
}

p, a {
	line-height: 1.3;
}
}

.conditions-garantie ul {
	margin-left: 20px;
}










/*========================
 * 
 * 				TARTEAUCITRON
 * 
 * ======================*/

button#tarteaucitronManager img {
  content: url(https://agence71.fr/rgpd.png);
  width: 25px !important;
  height: 25px !important;
  transition: 200ms linear !important;
}

div#tarteaucitronIcon button#tarteaucitronManager {
  background: #212121;
  margin-left: 8px;
  font-size: 1.3px !important;
  padding: 10px !important;
  border-radius: 10em 10em 20em 20em;
  transition: 150ms linear !important;
  margin: 0 0 12px 20px !important;
}

button#tarteaucitronManager:hover img {
  transform: scale(1.1) !important;
}

.tarteaucitron-magic-block-recaptcha {
  position: fixed !important;
  z-index: 99999;
  bottom: 0;
}

.grecaptcha-badge {
  display: none;
}

body div#tarteaucitronRoot div#tarteaucitronAlertBig {
  max-width: 450px !important;
}

#tarteaucitronDisclaimerAlert {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

#tarteaucitronDisclaimerAlert:before {
  content: 'Cookies ?' !important;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
}

#tarteaucitronAlertBig:before {
  content: '' !important;
  display: inline-block;
  width: 80px;
  height: 80px;
  background-image: url('https://terrassesdulys.fr/fr/wp-content/uploads/2020/02/cropped-favicon.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.tarteaucitronH1 {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.tarteaucitronH1::before {
  content: '';
  display: block;
  width: 80px;
  height: 80px;
  background-image: url('https://terrassesdulys.fr/fr/wp-content/uploads/2020/02/cropped-favicon.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.tarteaucitronH1 {
  font-size: 30px !important;
  font-weight: bold !important;
}

html body div#tarteaucitronRoot button#tarteaucitronPersonalize2 {
  font-size: 18px !important;
  font-weight: bold;
  animation: fade 1s infinite;
}

@keyframes fade {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.85;
  }
}


/* ================================================== 
COMPLIANZ
================================================== */
#cmplz-cookiebanner-container {
    z-index: 1000;
}


#cmplz-cookiebanner-container .cmplz-cookiebanner::before {
    content: '';
    position: absolute;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    border-radius: 0;
}

#cmplz-cookiebanner-container .cmplz-cookiebanner::after {
    content: '';
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    margin-top: -50vh;
    margin-left: -50vw;
    z-index: -1;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

#cmplz-cookiebanner-container .cmplz-cookiebanner>* {
    z-index: 2;
}

#cmplz-manage-consent .cmplz-manage-consent {
    right: auto !important;
    left: 20px;
}

#cmplz-document {
    max-width: 100% !important;
}

#cmplz-document ul {
    margin: 0;
    padding-left: 15px;
}

#cmplz-cookiebanner-container .cmplz-message {
    text-align: center;
}

#cmplz-cookiebanner-container {
    position: fixed;
}

#cmplz-cookiebanner-container .cmplz-title {
    font-size: var(--text-bigger);
    font-weight: 600;
    color: var(--dark);
    text-transform: uppercase;
    text-align: center;
}

#cmplz-cookiebanner-container .cmplz-btn {
    font-size: 17px;
    font-weight: 700;
}

.cmplz-cookiebanner {
    max-width: 600px !important;
}

#cmplz-cookiebanner-container .cmplz-categories,
#cmplz-cookiebanner-container .cmplz-message {
    width: 100%;
}


#wrapper #cmplz-document .cmplz-service-header h3 {
    color: var(--main-color);
}

/* Ajout style btn Refus */

#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-deny {
    position: absolute;
    top: -26px;
    right: 0;
    padding: 0;
    height: auto;
    background: transparent;
    border: none;
    color: #ccc;
    display: inline-block;
    width: auto;
    font-weight: 400;
    letter-spacing: 0.02em;
    /* text-transform: none; */
    font-size: 15px;
    padding-right: 15px;
}

#cmplz-cookiebanner-container .cmplz-deny::after {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    border-top: 1px solid white;
    border-right: 1px solid white;
    position: relative;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 5px;
    top: 1px;
}

/*============================
/*           GENERAL
/* ==========================*/

.fil-ariane a,
.fil-ariane a:visited {
	color: #0a0a0a;
} 

.fil-ariane a:hover,
.fil-ariane a:focus,
.fil-ariane a:active {
	color: #f6a318;
}

.mentions-complementaires p {
	font-size: 12px;
	font-style: italic;
	font-weight: 300;
}

.colonne-label .fl-col-content {
	display: flex;
	flex-direction: row;
	justify-content: center !important;
}

.colonne-label figure {
	display: flex;
}

.fl-page-content a:hover {
    text-decoration: none !important;
}

span.terrasse-titre {
	font-size: 1.08em;
	font-weight: 600;
	font-style:italic;
}

/*Photo seule */

.fl-photo-caption.fl-photo-caption-below {
	display: none;
}

.mfp-bottom-bar {
	width: max-content;
    margin-left: auto;
    margin-right: auto;
    left: 50%;
    transform: translateX(-50%);
}

.mfp-title
{
	position: relative;
	margin-top: 3px;
	text-align: center;
	text-transform: none;
	display: inline;
	margin-top: 0;
	font-size: 18px !important;
	padding-left: 10px;
	padding-right: 10px;
	display: none;
}

@media all and (max-width: 768px) {
	.mfp-title
	{
		font-size: 14px !important;
	}
}

/* GRILLE REALISATIONS */

.grille-realisations-terrasses {
  display: flex;
  flex-wrap: wrap;
}

.grille-realisations-terrasses > .fl-module-box {
  width: calc(100% / 3 - 20px);
}

.grille-realisations-terrasses > .fl-module-box > .fl-module {
  width: 100%;
}

@media all and (max-width: 992px) {
  .grille-realisations-terrasses > .fl-module-box {
	width: calc(100% / 2 - 20px);
  }
}

@media all and (max-width: 768px) {
  .grille-realisations-terrasses > .fl-module-box {
	width: 100%;
  }
}


/* Gallerie UABB */

.galerie-produit img {
	aspect-ratio: 1/1;
  object-fit: cover;
}

.galerie-produit p.uabb-photo-gallery-caption-below{
	display: none;
}

.devant {
	z-index: 12;
	position: relative;
}

body {
	transition: all 0.3s linear;
	overflow-x: hidden;
}


.lien-realisation a, .lien-realisation a:visited {
	color: #f6a318;
}

.lien-realisation a:hover, .lien-realisation a:focus {
	text-decoration: underline;
}


.lien-realisation a:active {
	text-decoration: none;
}



.mfp-counter {
	display: none !important;
}

.mfp-title {
	margin-top: 10px;
	font-size: 14px;
}

@media all and (min-width: 769px) {
	.mfp-title {
		font-size: 16px;
	}
}

em.version-alt {
		font-weight: 300;
	}

.nowrap {
	white-space: nowrap;
	padding: 0 !important;
}


.a71titrepage h3 span, h3.a71titrepage {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 50px;
	text-shadow: 5px 2px 10px rgba(0,0,0,1);
	line-height: 1.2;
	display: inline-block;
}

@media all and (max-width: 992px) {
	.a71titrepage h3 span,h3.a71titrepage {
		font-size: 40px;
	}
}


@media all and (max-width: 768px) {
	.a71titrepage h3 span, h3.a71titrepage {
		font-size: 25px;
	}
}

.a71texte ul {
	padding-left: 10px;
}

.a71texte ul li {
	margin-bottom: 10px;
}

.a71texte.modele-presente {
	background-color: rgba(0,0,0,0.05);
	padding: 10px 20px;
}

.a71texte.modele-presente ul {
	columns: 2;
}

.a71texte.modele-presente ul li {
	margin-bottom: 5px;
}

.a71titre h1, h1.a71titre {
	font-family: 'Lato';
	text-align :center;
	font-size: 35px;
	font-weight: 700;
	margin-left: auto;
	margin-right: auto;
}

h1.a71titre.accueil {
	font-size: 65px;
}

.a71titre h1 span.sup-h1, h1 {
	text-transform: uppercase;
}


.a71titre h1 span.sub-h1, .a71texte.page-produit h2, h1.a71titre span.sub-h1 {
	display: block;
	font-size: 25px;
	font-weight: 300;
}

h1.a71titre.accueil span.sub-h1 {
	font-size: 27px;
	line-height: 1.2 !important;
} 

.a71titre h2, .a71titre h3, .a71texte h3,  .a71texte.particulier h2, h2.a71titre {
	font-family: 'Lato';
	text-align :center;
	font-size: 28px !important;
	font-weight: 700;
	margin-left: auto;
	margin-right: auto;
}

.a71texte.particulier h3, .a71texte.particulier h2 {
	font-size: 20px;
}

.a71texte.particulier h2 {
	text-align: left;
}

.a71titre h2 span.sup-h2 {
	text-transform: uppercase;
}

.a71titre h2 span.sub-h2 {
	display: block;
	font-size: 18px;
	font-weight: 100;
}

h2.a71titre.actu {
	margin-left: unset;
	margin-right: unset;
}




.a71titre-interieur h1, .a71titre-interieur h2, h1.a71titre-interieur, .sub-h1 p {
	font-family: 'Lato';
	text-align :center;
	font-size: 50px;
	font-weight: 700;
	margin-left: auto;
	margin-right: auto;
	text-shadow: 2px 2px 10px rgba(0,0,0,1);
	line-height: 1.2;
	color: #fff;
}


.a71titre-interieur h1 span img.logo {
	max-width: 200px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.a71titre-interieur h1 span img.logo.terrasses {
	max-width: 150px;
}


.a71titre-interieur-bis h1 {
	font-family: 'Lato';
	text-align :center;
	font-size: 50px;
	font-weight: 700;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.2;
	color: #000;
}


.a71titre-interieur-bis h1 span img.logo {
	max-width: 200px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.a71titre-interieur-bis h1 span img.logo.terrasses {
	max-width: 150px;
}


@media all and (max-width: 768px) {
	.a71titre-interieur h1 span img.logo {
		max-width: 100px;
	}
	
	.a71titre-interieur h1 span img.logo.terrasses {
		max-width: 120px;
	}

	h2.a71titre {
	font-size: 20px !important;
	}
	
}
	

.a71titre-interieur h1 span.sup-h1, h1.a71titre-interieur span.sup-h1 {
	text-transform: uppercase;
	display: inline-block;
}

.a71titre-interieur h1 span.sub-h1, h1.a71titre-interieur  span.sub-h1, .sub-h1 p {
	display: block;
	font-size: 25px;
	font-weight: 300 !important;
	text-shadow: rgba(0,0,0,1) 2px 2px 5px ;
}

.a71titre-interieur-bis h1 span.sup-h1 {
	text-transform: uppercase;
	display: inline-block;
}

.a71titre-interieur-bis h1 span.sub-h1 {
	display: block;
	font-size: 25px;
	font-weight: 500 !important;
}

@media all and (max-width: 992px) {
	.a71titre-interieur h1,  .a71titre-interieur h2, h1.a71titre-interieur {
		font-size: 22px;
		text-shadow: rgba(0,0,0,1) 2px 2px 5px ;
	}

	.a71titre-interieur h1 span.sup-h1, h1.a71titre-interieur span.sup-h1 {
		text-transform: uppercase;
		display: block;
		font-weight: 700;
		font-size: 22px;
	}

	.a71titre-interieur h1 span.sub-h1, h1.a71titre-interieur  span.sub-h1, .sub-h1 p {
		font-size: 18px;
	}
}

@media all and (max-width: 768px) {
	.a71titre-interieur h1,  .a71titre-interieur h2, h1.a71titre-interieur {
		font-size: 20px;
		text-shadow: rgba(0,0,0,1) 2px 2px 5px ;
	}

	.a71titre-interieur h1 span.sup-h1, h1.a71titre-interieur span.sup-h1 {
		text-transform: uppercase;
		display: block;
		font-weight: 700;
		font-size: 20px;
	}

	.a71titre-interieur h1 span.sub-h1, h1.a71titre-interieur  span.sub-h1, .sub-h1 p {
		font-size: 16px;
	}
}

.a71texte h1 {
	text-align: center;
}

.a71texte h1 span {
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 20px;
	position: relative;
}

.a71texte.crochet h1 span:not(nowrap):before {
	display:inline-block;
	content:"";
	width: 18px;
	height: 100%;
	background-image: url('https://terrassesdulys.fr/fr/wp-content/uploads/2020/01/bordure-verte-gauche.png');
	background-size: contain;
  background-repeat:no-repeat;
	position: absolute;
	left: 0;
	bottom: 0;
}

.a71texte.crochet h1 span:not(nowrap):after {
	display:inline-block;
	content:"";
	width: 18px;
	height: 100%;
	background-image: url('https://terrassesdulys.fr/fr/wp-content/uploads/2020/01/bordure-verte-droite.png');
	background-size: contain;
  background-repeat:no-repeat;
	position: absolute;
	right: 0;
	bottom: 0;
}

.a71texte h2, h2.a71texte {
	text-align: center;
}

.a71texte.bis h2, h2.a71texte.bis {
	text-align: left;
}

.a71texte h2 span, h2.a71texte {
	font-size: 20px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 20px;
	position: relative;
	width: fit-content;
  margin-inline: auto;
}

.a71texte.page-produit h2, h2.a71texte.page-produit {
	display: block;
	font-weight: 700;
	font-size: 16px;
	text-align: left;
	text-transform: uppercase;
	}


.a71texte h3 span, h3.a71texte  {
	font-size: 20px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 20px;
	position: relative;
}

h3.a71texte.crochet.titre {
	width: fit-content;
	margin-left: auto;
	margin-right: auto;	
}

.a71texte.h2-double h2 {
	text-align: left;
	font-size: 22px;
}

.a71texte.h2-double h2 span {
	padding-left: 0;
	display: inline-block;
}



.a71texte.crochet h2 span:before, .a71texte.crochet h3 span:before, h3.a71texte.crochet:before, h2.a71texte.crochet:before {
	display:inline-block;
	content:"";
	width: 18px;
	height: 100%;
	background-image: url('https://terrassesdulys.fr/fr/wp-content/uploads/2020/01/bordure-verte-gauche.png');
	background-size: contain;
  background-repeat:no-repeat;
	position: absolute;
	left: 0;
	bottom: 0;
}

.a71texte.crochet h2 span:after, .a71texte.crochet h3 span:after, h3.a71texte.crochet:after, h2.a71texte.crochet:after {
	display:inline-block;
	content:"";
	width: 18px;
	height: 100%;
	background-image: url('https://terrassesdulys.fr/fr/wp-content/uploads/2020/01/bordure-verte-droite.png');
	background-size: contain;
  background-repeat:no-repeat;
	position: absolute;
	right: 0;
	bottom: 0;
}


.a71texte.crochet h2 span.nowrap:before, .a71texte.crochet h3 span.nowrap:before {
	display:none;
}

.a71texte.crochet h2 span.nowrap:after, .a71texte.crochet h3 span.nowrap:after {
	display:none;
}

.a71texte.blanc h2 span {
	color: #fff;
}

.a71texte.blanc h2 span:after, .a71texte.blanc h2 span:before {
	display: none;
}


@media all and (max-width: 768px) {
	.a71texte h2 span, h2.a71texte {
		font-size: 18px;
		padding: 10px 20px;
	}
	
	.a71texte h3 span, h3.a71texte {
		font-size: 14px;
	}
}

@media all and (max-width: 768px) {
	.a71titre h1 {
		font-size: 16px;
	}

	.a71titre h1 span.sup-h1  {
		text-transform: uppercase;
		display: block;
		font-weight: 700;
		font-size: 18px;
	}

	.a71titre h1 span, .sub-h1 p {
		font-size: 14px;
	}
	
	.a71titre h2, .a71texte h3, .a71texte.particulier h2 {
		font-size: 16px;
	}

	.a71titre h2 span.sup-h2 {
		text-transform: uppercase;
		display: block;
		font-weight: 700;
		font-size: 18px;
	}

	.a71titre h2 span.sub-h2 {
		font-size: 14px;
	}
}

/* CTA-UABB6-ORANGE */

.cta-uabb6-orange .uabb-cl-wrap .uabb-creative-link a, .cta-uabb6-orange .uabb-cl-wrap .uabb-creative-link a:visited  {
	border: 3px solid #f6a318;
	transition: all 0.3s linear;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: 700;
	width: auto;
	background: #fff
}

.cta-uabb6-orange .uabb-cl-wrap .uabb-creative-link a:hover, .cta-uabb6-orange .uabb-cl-wrap .uabb-creative-link a:focus {
	background: #f6a318;
	color: #fff;
}

@media all and (max-width: 768px) {
	.cta-uabb6-orange .uabb-cl-wrap .uabb-creative-link a {
		font-size: 14px;
		min-width: 200px;
	}
}

.cta-uabb6-orange .uabb-cl-wrap .uabb-creative-link a:hover {
	border-color: transparent;
}


.cta-uabb6-orange .uabb-cl-wrap .uabb-creative-link a:before, .cta-uabb6-orange .uabb-cl-wrap .uabb-creative-link a:after {
	opacity: 0;
}



.cta-uabb6-orange .uabb-cl-wrap .uabb-creative-link a:hover:before,.cta-uabb6-orange .uabb-cl-wrap .uabb-creative-link a:hover:after {
	opacity: 1;
}



/* CTA-UABB6-ORANGE-PETIT */

.cta-uabb6-orange-petit .uabb-cl-wrap .uabb-creative-link a,
.cta-uabb6-orange-petit .uabb-cl-wrap .uabb-creative-link a:visited  {
	border: 2px solid #f6a318;
	transition: all 0.3s linear;
	padding: 15px 30px;
	font-size: 12px;
	font-weight: 700;
	width: auto;
	background: #fff
}

.cta-uabb6-orange-petit .uabb-cl-wrap .uabb-creative-link a:hover, .cta-uabb6-orange-petit .uabb-cl-wrap .uabb-creative-link a:focus {
	background: #f6a318;
	color: #fff;
}

@media all and (max-width: 768px) {
	.cta-uabb6-orange-petit .uabb-cl-wrap .uabb-creative-link a {
		font-size: 14px;
		min-width: 200px;
	}
}

.cta-uabb6-orange-petit .uabb-cl-wrap .uabb-creative-link a:hover {
	border-color: transparent;
}


.cta-uabb6-orange-petit .uabb-cl-wrap .uabb-creative-link a:before, .cta-uabb6-orange-petit .uabb-cl-wrap .uabb-creative-link a:after {
	opacity: 0;
}



.cta-uabb6-orange-petit .uabb-cl-wrap .uabb-creative-link a:hover:before,.cta-uabb6-orange-petit .uabb-cl-wrap .uabb-creative-link a:hover:after {
	opacity: 1;
}

/* CTA-UABB6-PETIT-CTA-orange */

.cta-uabb6-orange-petit-cta .uabb-cl-wrap .uabb-creative-link a, .cta-uabb6-orange-petit-cta .uabb-cl-wrap .uabb-creative-link a:visited {
	border: 2px solid #f6a318;
	transition: all 0.3s linear;
	padding: 5px 25px;
	font-size: 18px;
	font-weight: 700;
	width: auto;
	color: #383e42;
	background: #fff;
}

.cta-uabb6-orange-petit-cta .uabb-cl-wrap .uabb-creative-link a:hover, .cta-uabb6-orange-petit-cta .uabb-cl-wrap .uabb-creative-link a:focus {
	color: #fff;
	background :#f6a318;
}

.cta-uabb6-orange-petit-cta .uabb-cl-wrap .uabb-creative-link a:active {
	color:#383e42;
}

@media all and (max-width: 768px) {
	.cta-uabb6-orange-petit-cta .uabb-cl-wrap .uabb-creative-link a {
		font-size: 14px;
		width: 200px;
	}
}

.cta-uabb6-orange-petit-cta .uabb-cl-wrap .uabb-creative-link a:hover {
	border-color: transparent;
}


.cta-uabb6-orange-petit-cta .uabb-cl-wrap .uabb-creative-link a:before, .cta-uabb6-orange-petit-cta .uabb-cl-wrap .uabb-creative-link a:after {
	opacity: 0;
}



.cta-uabb6-orange-petit-cta .uabb-cl-wrap .uabb-creative-link a:hover:before,.cta-uabb6-orange-petit-cta .uabb-cl-wrap .uabb-creative-link a:hover:after {
	opacity: 1;
	background:#f6a318;
}

/* CTA-UABB6-BLANC */

.cta-uabb6-blanc .uabb-cl-wrap .uabb-creative-link a {
	border: 4px solid #ffffff;
	transition: all 0.3s linear;
	padding: 15px 30px;
	font-size: 18px;
	font-weight: 700;
	width: 400px;
}

@media all and (max-width: 768px) {
	.cta-uabb6-blanc .uabb-cl-wrap .uabb-creative-link a {
		font-size: 14px;
		width: 200px;
	}
}

.cta-uabb6-blanc .uabb-cl-wrap .uabb-creative-link a:hover {
	border-color: transparent;
}


.cta-uabb6-blanc .uabb-cl-wrap .uabb-creative-link a:before, .cta-uabb6-blanc .uabb-cl-wrap .uabb-creative-link a:after {
	opacity: 0;
}



.cta-uabb6-blanc .uabb-cl-wrap .uabb-creative-link a:hover:before,.cta-uabb6-blanc .uabb-cl-wrap .uabb-creative-link a:hover:after {
	opacity: 1;
}


/*============================
/*     	SLIDE ARGUMENTS
/* ==========================*/


.a71actu-argument a, .a71actu-argument a:visited {
	color: #fff;
	text-decoration: underline;
}

.a71actu-argument a:hover, .a71actu-argument a:focus {
	text-decoration: none;
}

.a71actu-argument a:active {
	text-decoration: underline;
}

.a71actu-argument .uabb-blog-post-content {
	display: flex;
	align-items: center;
}



.a71actu-argument .col-1{
	max-width: 35%;
	padding: 0px 20px;
}

.a71actu-argument .col-2 {
	max-width: 65%;
	padding: 0px 20px;
}

.a71actu-argument .col-1 {
display: inline-block;
}

.a71actu-argument .col-1 img {
	max-width: 200px;
	width: 100%;
}

.a71actu-argument .col-2 {
	display: inline-block;
}

.a71actu-argument .col-2 .uabb-blog-posts-description {
	padding-top: 0 !important;
	font-size: 18px;
}

.a71actu-argument .col-2 .uabb-blog-posts-description h3 {
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.a71actu-argument .col-2 .uabb-read-more-text {
	text-align: right;
}

@media all and (min-width: 769px) {
	.a71actu-argument .uabb-blog-post-content {
		min-height: 350px;
	}
}


@media all and (max-width: 992px) {
	.a71actu-argument .col-2 .uabb-blog-posts-description {
		padding-top: 0 !important;
		font-size: 16px;
	}
	
	.a71actu-argument .col-2 .uabb-read-more-text {
		text-align: right;
		padding-top: 10px;
	}
}

@media all and (min-width: 769px) {
	.a71actu-argument {
		max-width: 100vw;
	}
}


@media all and (max-width: 768px) {
	.a71actu-argument .col-1, .a71actu-argument .col-2 {
		max-width: 100% !important;
		display: block;
	}
	
	.a71actu-argument .col-1 .uabb-post-thumbnail {
		text-align: center;
		margin-bottom: 20px;
		max-width: 80px;
		margin-left: auto;
		margin-right: auto; 
	}
	
	.a71actu-argument .col-2 .uabb-blog-posts-description {
		padding-top: 0 !important;
		font-size: 14px;
	}
	
	.a71actu-argument .col-2 .uabb-blog-posts-description h3 {
		font-size: 16px;
	}
	
	.a71actu-argument {
		max-width: 100vw;
	}
	
	.a71actu-argument .uabb-blog-post-content {
		display: block;
	}
	
	.a71actu-argument .slick-list {
		height: 300px !important;
	}
	
	.a71actu-argument ul.slick-dots {
		padding-left: 0px;
	}
	
}


/*============================
/*           PAGE ACCUEIL
/* ==========================*/


#accueil-benefices p {
	font-size: 25px;
}

@media all and (max-width: 768px) {
	#accueil-benefices p {
		font-size: 20px;
	}
}

.accueil-produits .type-produit .uabb-new-ib-desc  {
	background-color: rgba(0,0,0,0.45);
}

.accueil-produits .type-produit h2 {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	transition: all 0.3s ease-in-out;
}

.accueil-produits.nouveau .type-produit h2 {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	transition: all 0.3s ease-in-out;
	text-transform: uppercase;
}

/*.accueil-produits .type-produit h2:after {
	display: block;
	content: "";
	background-image : url('https://terrassesdulys.fr/fr/wp-content/uploads/2020/01/cta-produit.png');
	background-size : contain;
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;	
} */


@media all and (max-width: 768px){
	.accueil-produits .type-produit h2:after {
		margin-top: 5px;
	}
}


@media all and (max-width: 768px) {
	.accueil-produits .type-produit h2 {
		font-size: 16px;
	}
}


.accueil-produits .type-produit .uabb-new-ib-desc, .accueil-produits .type-produit h2{
	transition: all 0.5s ease-in-out;
}

.accueil-produits .type-produit .uabb-ib2-hover h2 {
	top: 60%;
	text-shadow: 5px 2px 10px rgba(0,0,0,1);
}


/*.accueil-produits .type-produit .uabb-ib2-hover h2:after {
	display: block;
	content: "";
	background-image : url('https://terrassesdulys.fr/fr/wp-content/uploads/2020/01/cta-produit.png');
}*/

.accueil-produits .type-produit .uabb-ib2-hover .uabb-new-ib-desc {
	background: none;
	background-color: rgba(0,0,0,0.20);
}

.accueil-produits .type-produit h2 .logo-espaces, .accueil-produits .type-produit h2 .logo-terrasses {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	display: block;
	margin-bottom: 20px;
	height: 40px;
	max-width: inherit !important;
	min-width: inherit !important;
	width: auto;
	
}

#accueil-avis p {
	color: #fff;
	font-size: 18px;
	text-align: left;
}

@media all and (max-width: 768px) {
	#accueil-avis p {
		font-size: 14px;
	}
	
	.accueil-produits .type-produit h2 .logo-espaces, .accueil-produits .type-produit h2 .logo-terrasses {
		margin-bottom: 10px;
		height: 40px;
	}
}


#accueil-avis p.uabb-testimonial-author-name {
	text-align: right;
	margin-top: 20px;
}

#accueil-avis .bx-wrapper .bx-pager.bx-default-pager a {
	width: 15px;
	height: 15px;
	border-radius: 15px;
	opacity: 1;
}

#accueil-avis .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #f6a318;
}

#accueil-realisations #slide-accueil-mobile .bx-wrapper .bx-pager {
    bottom: 10px;
}

#accueil-realisations #slide-accueil-mobile .bx-wrapper .bx-pager.bx-default-pager a {
	width: 15px;
	height: 15px;
	background: #fff;
	border-radius: 15px;
}

#accueil-realisations #slide-accueil-mobile .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #f6a318;
}


.a71actualites .uabb-blog-post-content {
	width: 100% !important;
}

.a71actualites .uabb-post-content.uabb-blog-post-section {
		width: 100%;
    display: block;
		margin-bottom: 0px !important;
		padding-left: 20px;
		padding-right: 20px;
}

 .a71actualites .uabb-blog-posts .uabb-post-thumbnail img {
  display: block;
  border-radius: 0;
  aspect-ratio: 4/3 !important;
  object-fit: cover;
}


.a71actualites .uabb-post-content.uabb-blog-post-section h3.uabb-post-heading.uabb-blog-post-section {
	margin-top: 30px;
	margin-bottom: 30px;
}

.a71actualites .uabb-post-content.uabb-blog-post-section h3.uabb-post-heading.uabb-blog-post-section a {
	color: #000;
	font-size: 16px;
}


.a71actualites .uabb-post-content.uabb-blog-post-section h4 {
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 16px;
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: 700;
}

.a71actualites .uabb-post-content.uabb-blog-post-section h4 a, .a71actualites .uabb-post-content.uabb-blog-post-section h4 a:visited {
	margin-top: 40px;
	margin-bottom: 30px;
	font-size: 20px;
	color: #000;
}


.a71actualites .uabb-post-content.uabb-blog-post-section h4 a:hover, 
.a71actualites .uabb-post-content.uabb-blog-post-section h4 a:focus {
	color: #f6a318;
}


.a71actualites .uabb-post-content.uabb-blog-post-section h4 a:active {
	color: #f6a318;
}

.a71actualites .uabb-post-content.uabb-blog-post-section .uabb-date-post {
	font-size: 14px;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 15px;
}

.a71actualites .uabb-post-content.uabb-blog-post-section .uabb-blog-posts-description.uabb-blog-post-section.uabb-text-editor {
	padding-top: 0px;
}

.a71actualites .uabb-post-content.uabb-blog-post-section .uabb-blog-posts-description.uabb-blog-post-section.uabb-text-editor p {
	font-size: 14px;
	color: #000;
}



.a71actualites .uabb-post-thumbnail.uabb-blog-post-section{
		width: 100%;
    display: block;
}


.a71actualites p.uabb-read-more-text {
	
}

.a71actualites p.uabb-read-more-text a,#a71actualites p.uabb-read-more-text a:visited {
	font-size: 16px;
	color: #f17930 !important;
}

.a71actualites p.uabb-read-more-text a:hover,.a71actualites p.uabb-read-more-text a:focus {
	text-decoration: underline;
}

.a71actualites p.uabb-read-more-text a:active {
	text-decoration: none;
}

/* @media all and (min-width: 769px) {
	.a71actualites .uabb-blog-posts-description.uabb-blog-post-section.uabb-text-editor p {
		min-height: 110px;
	}
	
		/* .a71actualites .uabb-post-content.uabb-blog-post-section h4 {
		min-height: 70px;
	} 
	
} */


@media all and (min-width: 769px) and (max-width: 992px) {
	.a71actualites .uabb-post-content.uabb-blog-post-section {
			width: 100%;
			float: left;
			display: inline-block;
	}
	
	.a71actualites .uabb-post-content.uabb-blog-post-section h3.uabb-post-heading.uabb-blog-post-section {
	margin-top: 0px;
}
	
	.a71actualites p.uabb-read-more-text {
	margin-top: 30px;
}

	.a71actualites .uabb-post-thumbnail.uabb-blog-post-section{
			width: 100%;
			display: inline-block;
			max-height: 300px;
	}
	
	.a71actualites .uabb-post-thumbnail.uabb-blog-post-section img 	 {
	  position: inherit;
	}
}

@media all and (max-width: 768px) {
	.a71actualites .uabb-post-content.uabb-blog-post-section {
			width: 100%;
			float: left;
			display: block;
			padding-right: 0;
			margin-bottom: 30px
	}
	
		.a71actualites .uabb-post-content.uabb-blog-post-section h3.uabb-post-heading.uabb-blog-post-section {
	margin-top: 0px;
}

	
		.a71actualites p.uabb-read-more-text {
			text-align: right;
			padding-right: 0px;
			padding-top: 0;
			margin-top: 0;
	}
	

	.a71actualites .uabb-post-thumbnail.uabb-blog-post-section{
			width: 100%;
			display: block;
			height: auto;
	}
	
	.a71actualites .uabb-post-thumbnail.uabb-blog-post-section img{
			position: inherit;
	}
	
	.a71actualites .uabb-post-thumbnail.uabb-blog-post-section {
		border: 1px solid rgba(0,0,0,0.05);
	}
	
	.a71actualites .uabb-post-content.uabb-blog-post-section {
		background: rgba(0,0,0,0.05);
		padding-right: 20px;
		padding-bottom: 10px;
	}
	
	.a71actualites .uabb-post-wrapper .uabb-blog-post-content {
    padding-top: 2px;
    padding-bottom: 2px;
	}
	
}




/*============================
/*         PAGES TERASSES
/* 					HEBERGEMENTS
/* ==========================*/

.diaporama-autres-produits .uabb-post-heading {
	margin-top: 10px !important;
	font-size: 16px;
	text-transform: uppercase;
	color: #0a0a0a;
}

.diaporama-autres-produits .uabb-post-content p {
	margin-top: 10px !important;
	font-size: 14px;
	text-transform: normal;
	color: #0a0a0a;
	font-weight: 300;
}

.diaporama-autres-produits .uabb-post-thumbnail img {
  aspect-ratio: 1/1;
  object-fit: cover;
  height: 280px;
  transition: all 0.3s ease-in-out;
}

.diaporama-autres-produits a:hover .uabb-post-thumbnail img,
.diaporama-autres-produits a:focus .uabb-post-thumbnail img,
.diaporama-autres-produits a:active .uabb-post-thumbnail img {
  transform: scale(1.20);
}



.type-produits .uabb-ultb3-box-overlay {
    background-color: rgba(0,0,0,0.2);
}




.type-produits .a71texte h2
 {
	text-align: left;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 30px;
}

.type-produits .a71texte p {
	font-size: 16px;
}



.famille-produits .uabb-module-content.uabb-ultb3-box.uabb-ib-zoom-in:hover .uabb-ultb3-box-overlay, .famille-produits .uabb-module-content.uabb-ultb3-box.uabb-ib-zoom-in:focus .uabb-ultb3-box-overlay {
	background: rgba(0,0,0,0.3) !important;
}

.famille-produits h2 {
	font-weight: 500;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  text-shadow: 1px 1px 2px #474747;
}



.famille-produits .uabb-module-content.uabb-ultb3-box.uabb-ib-zoom-in:hover h2 {
	text-shadow: 3px 3px 2px #474747 !important;
	transition: all 0.2s ease-in;
}

.famille-produits a, .famille-produits a:visited {
	border-radius: 0px !important;
	/* padding: 8px 20px; */
	/* margin-top: 10px; */
	/* margin-bottom: 30px; */
	/* border: 1px solid #f6a318 !important; */
}

.famille-produits a:hover, .famille-produits a:focus {
	/* background-color: rgba(246,163,24,0.8) !important; */
}

.famille-produits a:active {
	/* background-color: rgba(246,163,24,1) !important; */
}


.famille-produits a span, .famille-produits a:visited span {
	font-size: 18px;
	font-weight: 700;
	color: #fff !important;
}

.famille-produits a:hover span, .famille-produits a:focus span {
	text-decoration: underline;
}

.famille-produits a:active span {
	text-decoration: none;
}

.famille-produits img.uabb-ultb3-img {
			object-fit: cover !important;
			min-height: 100% !important;
			width: 100% !important;
	}

.type-produits .cabane-en-bois {
	width: calc((100% / 3) - 10px);
}

.type-produits .cabane-en-bois .famille-produits {
	width: 100%;
}



@media all and (max-width: 992px) {

	.type-produits .cabane-en-bois {
	width: calc((100% / 2) - 10px);
}

}

@media all and (max-width: 768px) {
	.type-produits .a71texte p {
		font-size: 14px;
	}
	
	.type-produits .a71texte h2,	
	.famille-produits h2 {
		font-size: 18px;
	}

	.type-produits .cabane-en-bois {
	width: 100%;
}
}

.section-plus-decouverte h2{
	text-align: left;
}

/* 
.card-autre-produit {
	position: relative;
}

.card-autre-produit .bouton-cta-card {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translatex(-50%);
} */

.ligne-autre-produit .fl-col-group-equal-height.fl-col-group-align-top.fl-col-content {
	justify-content: space-between !important;
}

@media all and (max-width: 768px) {
		
	.card-autre-produit .bouton-cta-card 	{
		position: inherit;
		transform: inherit;
	}
	
	.card-autre-produit .cta-uabb6-vert .uabb-cl-wrap .uabb-creative-link a {
		font-size: 12px;
		width: auto;
	}
	
	.famille-produits a {
		margin-bottom: 0px;
	}

}

@media all and (max-width: 1100px) {
	.card-autre-produit h3 span {
		font-size: 14px;
	}

}


/*============================
/*         PAGES PRODUIT
/* 					TERRASSES
 /* 				HEBERGEMENTS
/* ==========================*/
@media all and (max-width: 992px) {
	#description-page .fl-row-content-wrap {
	background: none;
}
}


.nom-produit img {
	max-width: 350px;
}

@media all and (max-width: 768px) {
	.nom-produit img {
		max-width: 250px;
	}
}

.infos-produit.nobackground {
	background: none;
}


.infos-produit.dropdown {
	padding: 10px;
	background: #f5f5f7;
}

.infos-produit.dropdown.desactive {
	text-align: center;
}

.infos-produit.dropdown.desactive .uabb-adv-accordion-button {
	pointer-events: none;
	cursor: default;
	margin-left: auto;
 margin-right: auto;
}

.infos-produit.dropdown.desactive .uabb-adv-accordion-icon-wrap {
	display: none;
}

.infos-produit.terrasse {
	background: none;
}

.infos-produit.titre {
	padding-bottom: 0;
}


.infos-produit h2 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight:700;
	margin-top: 0;
	line-height: 1;
}

.infos-produit h2 em {
	font-weight: 500;
	font-size: 16px;
	padding-left: 5px;
	margin-top: 5px;
	text-transform: none;
	line-height: 1.1 !important;
	display: inline-block;
}

.infos-produit.dropdown h2 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight:700;
	margin-top: 0;
	line-height: 1;
}

.infos-produit.dropdown h2 em {
	font-weight: 300 !important;
	font-size: 14px !important;
	padding-left: 5px;
	margin-bottom : 20px;
	text-transform: none;
	line-height: 1.1 !important;
	display: inline-block;
	font-style: normal;
}



@media all and (max-width: 768px) {
	.infos-produit h2, .infos-produit.dropdown h2 {
		font-size: 18px;
	}

	.infos-produit h2 em, .infos-produit.dropdown h2 em {
		font-size: 12px;

		}
}


 .infos-produit ul.infos li, .infos-produit.dropdown ul.infos li {
	list-style: none;
	text-indent: -14px;
	margin-bottom: 5px
}


.infos-produit ul.infos li:before {
	content:"-";
	font-size: 18px;
	margin-right: 5px;
	vertical-align: baseline;
}

.infos-produit ul.infos li ul.variantes {
	margin-top: 0px;
	margin-left: 20px;
	text-indent: -14px; 
}

.infos-produit ul.infos li ul.variantes li,.infos-produit.dropdown ul.infos li ul.variantes li {
	font-style: italic;
	font-weight: 100;
	margin-bottom: 0px;
	margin-top: 0px;

}

.infos-produit ul.infos li.nouveaute, .infos-produit.dropdown ul.infos li.nouveaute  {
	margin-top: 20px;
}

.infos-produit ul.infos li.nouveaute:before {
	color: #f6a318;
}

.infos-produit ul.infos li.nouveaute, 
.infos-produit.dropdown ul.infos li.nouveaute  {
	color: #f6a318;
	font-style: normal;
	text-transform: uppercase;
	font-weight: 700;
}

.infos-produit ul.infos li.nouveaute ul, 
.infos-produit.dropdown ul.infos li.nouveaute ul {
	margin-top: 0px;
}

.infos-produit ul.infos li.nouveaute ul li, 
.infos-produit.dropdown ul.infos li.nouveaute ul li{
	font-style: normal;
	font-weight: 500;
	text-transform: none;
	color: #000;
}

.pictos-produit .fl-photo-caption {
	font-weight: 700;
	line-height: 1.2;
}




.caracteristiques-techniques ul.infos {
	column-count: 2;
	column-gap: 20px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 80%;
}

@media all and (max-width: 992px) {
	.caracteristiques-techniques ul.infos {
		width: 100%;
	}
}

@media all and (max-width: 768px) {
	.caracteristiques-techniques ul.infos {
		column-count: 1;
		margin-top: 30px;
		display: block;
		width: 100%;
	}
}

.autres-hebergements .uabb-blog-post-content {
	padding-top: 7px !important;
}


.autres-hebergements h4 {
	padding-top: 0;
}

.autres-hebergements h4 a:hover, .autres-hebergements h4 a:focus {
	color:#f6a318;
}

.autres-hebergements h4 a:active {
	color: #000;
}

.autres-hebergements h4 a {
	text-transform: uppercase;
	font-size: 14px !important;
	font-weight: 700 !important;
}

.autres-hebergements a.uabb-button {
		font-size: 16px;
		padding: 7px 32px;
}


@media all and (max-width:992px) {
	.autres-hebergements .uabb-blog-posts .slick-prev {
	left: -30px;
	}
	
	.autres-hebergements .uabb-blog-posts .slick-next {
	right: -30px;
	}
	
}



@media all and (max-width: 768px) {
	.autres-hebergements h4 a {
		text-transform: uppercase;
		font-size: 12px !important;
		font-weight: 700 !important;
	}
	
	.autres-hebergements a.uabb-button {
		font-size: 12px;
		padding: 7px 24px;
	}
	
	
}


/*============================
/*     	ACCESSOIRES
/* ==========================*/

.uabb-photo-gallery-caption.uabb-photo-gallery-caption-below {
	display: none;
}

@media all and (max-width: 992px) {
	.ligne-accessoires .fl-row-content-wrap {
		background: none;
		padding-bottom: 10px;
		padding-top: 10px;
	}
	
	
}

@media all and (max-width: 992px){
	
	.ligne-accessoires:nth-child(3) .fl-row-content-wrap {
		background: rgba(0,0,0,0.05);
		padding-bottom: 10px;
		padding-top: 10px;
		display: block;
	}
} 

.a71titre.accessoires h2 {
	line-height: 1.1;
}

.a71titre.accessoires h2 span.sup-h2 {
	font-size: 35px;
}

.a71titre.accessoires h2 span.sub-h2 {
	font-size: 25px;
}

@media all and (max-width: 992px) {
	.a71titre.accessoires h2 span.sup-h2 {
	font-size: 27px;
}

.a71titre.accessoires h2 span.sub-h2 {
	font-size: 20px;
}
}

@media all and (max-width: 768px) {
	.a71titre.accessoires h2 span.sup-h2 {
	font-size: 18px;
}

.a71titre.accessoires h2 span.sub-h2 {
	font-size: 15px;
}
}

.gallerie-accessoires .uabb-photo-gallery-filters-wrap ul {
	padding-left: 0;
}

.gallerie-accessoires .uabb-photo-gallery-filters-wrap ul li.uabb-filter__current {
	color: #fff;
	background: #f6a318;
}


.gallerie-accessoires .uabb-photo-gallery-filters-wrap ul li.uabb-filter__current:hover {
	color: #fff;
	background: #f6a318;
}

.gallerie-accessoires .uabb-photo-gallery-filters-wrap ul li {
	border-bottom: 2px solid transparent;
	transition: all 0.3s ease-in-out;
	padding-bottom: 0px !important;
	text-transform: uppercase;
	font-size: 14px;
}

.gallerie-accessoires .uabb-photo-gallery-filters-wrap ul li:hover {
	border-bottom: 2px solid #f6a318;
	color: #f6a318;
}

@media all and (max-width: 1200px) {
	.gallerie-accessoires .uabb-photo-gallery-filters-wrap ul li {
		font-size: 14px;
	}

	.gallerie-accessoires .uabb-masonary-item {
    padding: 5px;
  }
}

@media all and (max-width: 992px) {
	.gallerie-accessoires .uabb-photo-gallery-filters-wrap ul li {
		font-size: 11px;
	}
}

@media all and (max-width: 768px) {
	.gallerie-accessoires .uabb-photo-gallery-filters-wrap ul li {
		font-size: 10px;
		margin-bottom: 0px !important;
	}
	
	.gallerie-accessoires .uabb-photo-gallery-filters-wrap ul {
		margin-bottom: 20px !important;
	}
	
}


.gallerie-accessoires p.uabb-caption {
	color: #000;
	background: rgba(255,255,255,0.85);
	display: inline-block;
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding:  5px 15px;
	font-size: 16px;
}

#fiches-techniques h3 {
	margin-top: 30px;
	margin-bottom: 30px;
}


/*============================
/*          ARCHIVE BLOG 
/* ==========================*/


#accueil-actualites.blog-content #a71actualites .uabb-blog-posts-shadow {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

#accueil-actualites.blog-content #a71actualites hr.separateur-blog {
	height: 1px;
	width: 75%;
	display: block;
	background: #000;
}

#accueil-actualites .uabb-blog-posts-col-1:nth-child(even) {
	/*background: rgba(0,0,0,0.05)*/
	background: url("https://terrassesdulys.fr/fr/wp-content/uploads/2020/02/pattern-logo-simple.png") center repeat-x;
	background-size: contain;
}


.uabb-blogs-pagination ul.page-numbers li .page-numbers {
	background: 0;
	font-size: 16px;
	font-weight: 500;
}

.uabb-blogs-pagination ul.page-numbers li .page-numbers.current {
	background: 0;
	color: #f6a318;
	font-weight: 900;
}

.uabb-blogs-pagination ul.page-numbers li a.page-numbers:hover {
	text-decoration: underline;
}



/*============================
/*          BLOG SINGULIER
/* ==========================*/


#a71blog-content p {
	font-size: 16px;
	font-weight: 500;
}

#a71blog-content img {
	margin-top: 30px;
}

#section-dernieres-actualites h3  {
	text-transform: uppercase !important;
	line-height: 0.8 !important;
}


#section-dernieres-actualites h3 a, #section-dernieres-actualites h3 a:visited {
	font-size: 14px;
	font-weight: 700;
}


#section-dernieres-actualites h3 a:hover, #section-dernieres-actualites h3 a:focus {
	color: #f6a318;
}



#section-dernieres-actualites h3 a:active {
	font-size: 14px;
	font-weight: 700;
	color: #000;
}

@media all and (max-width: 768px) {
	#a71blog-content p {
		font-size: 14px;
	}
}




/*============================
/*           MENU   
/* ==========================*/


@media all and (max-width: 1430px) {

.fl-node-bld1aw6gtp8j .fl-photo-content, .fl-node-bld1aw6gtp8j .fl-photo-img {
  max-width: 250px;
  width: 100%;
}

}

header .mega-disable-link {
	pointer-events: none;
	cursor: default;
}

header .mega-disable-link > a:hover {
	color: #555 !important;
}



header .lien-contact .fl-col-content{
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
}

header .ua-icon.ua-icon-linkedin2 {
	padding: 10px 0px 5px;
}

header .bouton-devis a.fl-button {
	padding: 10px;
}

@media all and (max-width: 1200px) {
	header .bouton-devis a.fl-button {
		padding: 5px 10px;
	}
}

header .ligne-menu .fl-col-content {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between !important;

}

header  #mega-menu-header {
    text-align: right;
    padding: 0px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

header #mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu {
	min-height: 108px !important;
	align-content: center !important;
}

header #mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu.menu-realisationss > ul.mega-sub-menu {

}

header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu, header #mega-menu-header > li.mega-menu-item > ul.mega-sub-menu {
  margin-top: 16px !important;
}

header  #mega-menu-header > li.mega-menu-item > a.mega-menu-link {
	text-align: center;
	line-height: 1.2;
}

header  #mega-menu-header  li.mega-menu-item.menu-tiret a {
	border-left: 2px solid #f6a318 !important;
	width: auto !important;
	padding-left: 10px !important;
}




header .ligne-autres-terrasses ul {
	display: flex !important;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    flex-direction: row;
}



header .ligne-autres-terrasses ul li {
	display: flex !important;
	width: auto !important;
}

header .ligne-autres-terrasses.menu-realisations-interne ul {
	display: flex !important;
    align-items: flex-start !important;
    justify-content: flex-start;
    align-content: center;
    flex-direction: column;
}

header .ligne-autres-terrasses.menu-realisations-interne ul li {
	display: flex !important;
	width: auto !important;
	margin-left: 20px !important;
}

#mega-menu-wrap-header #mega-menu-header .menu-realisations ul.mega-sub-menu {
	max-width: 230px !important;
	margin-left: auto !important;
}



header #mega-menu-wrap-header #mega-menu-header > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  line-height: 1;
  vertical-align: baseline;
  margin-bottom: 15px !important;
}


@media only screen and (min-width: 1201px) {
  #mega-menu-wrap-header #mega-menu-header li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link {
    text-align: left !important;
  }
}

header .ligne-realisations li a div {
	overflow: hidden !important;
}

header .ligne-realisations li a img {
	height: 200px;
	width: 100%;
	object-fit: cover;
	object-position: center;
	
	transition: transform 0.3s ease;
}



header .ligne-realisations li a:hover img {
	transform: scale(1.03);
}


header ul.menu li a span,  header ul.menu li a:visited span {
	font-size: 14px;
	color: #000000;
	text-transform: uppercase;
	font-weight: 500;
	border-bottom: 2px solid transparent;
	padding-bottom: 2px;
}

@media all and (min-width: 1201px) {
	header li.menu-icones > a::before {
		content: "";
		background-image: url("") !important;
		background-size: contain !important;
		background-repeat: no-repeat !important;
		width: 30px !important;
		height: 30px !important	;
		display: block !important;
		margin-left: auto !important;
		margin-right: auto !important	;
		margin-bottom: 5px 	!important;
	}

	header li.menu-icones.menu-qui-sommes-nous:hover > a::before {
		background-image: url("/fr/wp-content/uploads/2026/03/picto-terrasses-du-lys.png") !important;

	}

	header li.menu-icones.menu-terrasses:hover > a::before {
		background-image: url("/fr/wp-content/uploads/2020/02/terrasses-du-lys-48x48.png") !important;

	}

	header li.menu-icones.menu-cabanes:hover > a::before {
		background-image: url("/fr/wp-content/uploads/2020/02/espaces-du-lys-48x48.png") !important;

	}
	header li.menu-icones.menu-accessoires:hover > a::before {
		background-image: url("/fr/wp-content/uploads/2020/02/picto-header_accessoires-V3-36x36.png") !important;

	}
	header li.menu-icones.menu-realisations:hover > a::before {
		background-image: url("/fr/wp-content/uploads/2020/02/terrasses-du-lys-48x48.png") !important;

	}

	header li.menu-icones.menu-conseils:hover > a::before {
		background-image: url("/fr/wp-content/uploads/2026/04/picto-conseils.png") !important;

	}
	
}

#mega-menu-wrap-header #mega-menu-header > li.mega-menu-item:last-child {
	margin-right: 0px !important;
}

@media all and (min-width: 1201px) and ( max-width: 1280px) {
	#mega-menu-wrap-header #mega-menu-header > li.mega-menu-item > a.mega-menu-link {
		font-size: 12px;
	}
}

@media all and (min-width: 1281px) and ( max-width: 1350px) {
	#mega-menu-wrap-header #mega-menu-header > li.mega-menu-item > a.mega-menu-link {
		font-size: 13px;
	}
}


@media all and (max-width: 1200px) {

	#mega-menu-wrap-header .mega-menu-toggle ~ button.mega-close::before {
		font-size: 35px !important;
	}

	#mega-menu-wrap-header .mega-menu-toggle.mega-menu-open ~ button.mega-close {
		right: 0;
	}
	
	header ul.menu li a span, header .bouton-devis a.fl-button span {
		font-size: 13px;
	}

	header ul.menu > li > a {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}

	#mega-menu-wrap-header .mega-menu-toggle + #mega-menu-header {
		justify-content: flex-start !important;
		
	}

	#mega-menu-wrap-header #mega-menu-header > li.mega-menu-item > a.mega-menu-link {
		padding: 10px 15px !important;
		line-height: 1.3 !important;
		margin-bottom: 10px;
	}

	#mega-menu-wrap-header #mega-menu-header > li.mega-menu-item:not(.menu-terrasses, .menu-realisations) {
		margin-bottom: 0px !important;
	}

#mega-menu-wrap-header #mega-menu-header li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
	padding-block: 0 !important;
}

	header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu {
  margin-top: 0px !important;
		}

		#mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
			margin-top: 10px !important;
		}

		#mega-menu-wrap-header #mega-menu-header li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {
			margin-right: 5px !important;
		}

		#mega-menu-wrap-header #mega-menu-header li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column, #mega-menu-wrap-header #mega-menu-header > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item{
			border-right: 2px solid #fff;
			margin-right: 5px !important;
		}

		header .ligne-realisations li a img {
			display: none !important;
		}

		header .ligne-realisations br {
			display: none !important;
		}


	#mega-menu-header .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-header .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-header .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
		background-color: var(--noir);
	}


    #mega-menu-header .mega-menu-toggle ~ button.mega-close {
        display: flex;
        position: fixed;
        top: 10px;
        z-index: 99999999999;
        cursor: pointer;
        right: 10px !important;
        border: 1px solid var(--noir);
        border-radius: 2em;
    }

  #mega-menu-header .mega-menu-toggle ~ button.mega-close:before {
          display: flex;
          content: "";
          font-family: dashicons;
          font-weight: normal;
          color: #333;
          align-items: center;
          justify-content: center;
          width: 25px;
          height: 25px;
          font-size: 18px;
  }

  #mega-menu-header #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu {
    box-shadow: none !important;
  }

  #mega-menu-header #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-header #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu {
    margin-top: 0px !important;
  }

  .mega-titre-section {
    padding: 5px 4px !important;
  }

    .mega-titre-section a {
        font-size: 14px !important;
    }

    #mega-menu-header #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-contact-link a.mega-menu-link{
      justify-content: center;
      margin-block: 25px
    }


    #mega-menu-header .mega-menu-toggle + #mega-menu-max_mega_menu_1 {
    flex-direction: row;   /* 👈 au lieu de column */
    flex-wrap: wrap;
    align-items: flex-start;
        align-content: flex-start;
  }

  #mega-menu-max_mega_menu_1 > li {
    flex: 0 0 100%;
  }
  #mega-menu-max_mega_menu_1 > li.e-source-tag-in-link,
  #mega-menu-max_mega_menu_1 > li.cholet-basket-link {
    flex: 0 0 50%;
    max-width: 50%;
  }

  #mega-menu-max_mega_menu_1 > li > a.mega-menu-link {
    padding: 12px 15px !important;
    line-height: 1.2;
  }

  header .ligne-autres-terrasses ul {
  	flex-direction: column;
    align-items: flex-end;
	}

	#mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-header #mega-menu-header > li.mega-menu-flyout ul.mega-sub-menu {
		background-color: transparent !important;
		box-shadow: none !important;
	}
	
	#mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard > a.mega-menu-link, #mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-header #mega-menu-header > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-header #mega-menu-header > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link {
		text-align: right !important;
		color: #fff !important;
		background-color: transparent !important;
	}

	#mega-menu-wrap-header .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner,
	#mega-menu-wrap-header .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before,
	#mega-menu-wrap-header .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
		width: 30px !important;
		height: 3px !important;
	}

	#mega-menu-wrap-header .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-box {
		width: 30px !important;
	}

	header #mega-menu-header > li.mega-menu-item > a.mega-menu-link:hover {
		color: #FFF !important;
	}

	header #mega-menu-header > li.mega-menu-item > a.mega-menu-link {
		border-bottom: 2px solid #fff;
		content: "";
		display: block;
		margin-top: 5px;
		transition: all 0.3s ease-in-out;

	}

	header .ua-icon-linkedin2 {
		padding: 0 !important;
	}
}

@media all and (max-width: 660px) {

	#mega-menu-wrap-header .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-box {
  margin-top: 5px !important;
}


	#mega-menu-wrap-header .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
		top: 14px !important;
	}

	#mega-menu-wrap-header .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
		top: 7px !important;
	}
		#mega-menu-wrap-header .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner,
	#mega-menu-wrap-header .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before,
	#mega-menu-wrap-header .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
		width: 20px !important;
		height: 2px !important;
	}
	#mega-menu-wrap-header .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-box {
		width: 20px !important;
	}
}

@media all and (min-width: 1201px) {
	header #mega-menu-header  > li.mega-menu-item:first-child {
		display: none !important;
	}

	#mega-menu-wrap-header #mega-menu-header li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
		display: none !important;
	}
}



/* @media all and (max-width: 1030px) {
	
	header ul.menu li a span, header .bouton-devis a.fl-button span{
		font-size: 12px;
	}
	
	header ul.menu > li > a {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
}

@media all and (min-width: 993px) {
	header ul.menu li a:hover .menu-image-title-below.menu-image-title, header ul.menu li a:focus .menu-image-title-below.menu-image-title {
		border-bottom: 2px solid #f6a318;
		color: #f6a318;
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}
	
	header ul.menu li:first-child {
		display: none;
	}
	
	.menu-image-hover-wrapper {
		display: block;
		text-align: center;
		margin-bottom: 5px;
		opacity: 0;
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}
	
	header ul.menu li a:hover .menu-image-hover-wrapper {
		opacity: 1;
		text-decoration: none;
	}
}

@media all and (max-width: 992px) {
	
	.menu-image-hover-wrapper {
		display: none;
	}
	
	
	ul#menu-menu-principal-1 {
		margin-top: 100px;
	}
	
	
	ul#menu-menu-principal-1 li a span {
		text-transform: uppercase;
	}
} */


/*============================
/*           FOOTER
/* ==========================*/

footer .fl-module-content p, footer p a, footer p a:visited{
	color: #fff;
	font-size: 14px;
}

@media all and (max-width: 1200px) {
	footer .fl-module-content p, footer .fl-module-content p a, footer .fl-module-content p a:visited, footer a, footer a:visited {
	color: #fff;
	font-size: 12px;
}
}

footer .fl-module-content p a:hover, footer .fl-module-content p a:focus, footer a:hover, footer a:focus {
	color: #fff;
	text-decoration: underline;
}

footer .fl-module-content p a:active, footer a:active {
	color: #fff;
	text-decoration: none;
}

/*============================
/*           FORMULAIRE
/* ==========================*/


/* spécifique */

.titre-coordonnees {
	font-size: 20px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
}

.a71form .gform_wrapper li.gf_list_inline ul.gfield_checkbox li, .a71form .gform_wrapper li.gf_list_inline ul.gfield_radio li {
	margin-right: 20px;
}

.gf_100_block {
	width: 100% !important;
}
.mgb-0 {
	margin-bottom: 0px !important;
}

.a71form .gsection {
	margin: 0px 16px 0px !important;
}

.a71form .gform_wrapper li.gfield.field_description_below+li.gsection {
    margin-top: 0px!important;
}

.a71form .gform_body .gfield {
	margin-top: 0px;
	margin-bottom: 0px;
}

#field_1_2 label.gfield_label, #field_1_11 label.gfield_label {
	font-size: 20px !important;
	font-weight: 700 !important;
	text-transform: uppercase;
}

#field_1_11 label.gfield_label {
	margin-top: 25px;
	margin-bottom: 20px;
}

/* Général */

@media all and (max-width: 640px) {
	.a71form .gf_middle_third,.a71form  .gf_left_third,.a71form .gf_right_third {
		display: block;
	}
}

.a71form .gform_body .gfield_label {
	color: #0f0f0f;
	font-weight: 500 !important;
	font-size: 16px;
}

.a71form .gform_body label .gfield_required, body .a71form .gform_body .ginput_container_consent .gfield_required  {
	color: #0f0f0f;
	display: inline;
}

@media all and (max-width: 768px) {
.a71form .gform_body .ginput_container_consent .gfield_required {
		display: inline !important;
	}
}


/* INPUT */
.a71form, body .a71form .gform_body input[type=text]::placeholder, .a71form .gform_body label {
	font-weight: 500 !important;
	font-size: 15px !important;
	color: #0f0f0f;
}

body .a71form .gform_body input[type=text]::placeholder {
		font-style: italic;
}

body .a71form .gform_body label.gfield_label {
	margin-top: 0px;
	margin-bottom: 0px;
}

body .a71form .gform_wrapper .top_label div.ginput_container {
    margin-top: 5px;
}

body .a71form .gform_body .gfield {
	margin-bottom: 20px;
}

body .a71form .gform_body input {
		color: #0f0f0f !important;
		font-weight: 500 !important;
		background: #fff;
		border: 1px solid rgba(0,0,0,0.3);
		border-radius:0px;
		line-height: 1 !important;
		
}

body .a71form .gform_body input:hover, body .a71form .gform_body input:focus { 
		border-color: #f6a318;
		background: #fff;
}

body .a71form .gform_body .ginput_container_text {
		color: #0f0f0f !important;
		font-weight: 300 !important;
}

/* TEXTAREA */

	body .a71form .gform_body textarea {
		color: #0f0f0f !important;
		border: 1px solid rgba(0,0,0,0.3);
		background-color: #fff;;
		border-radius:0px;
		margin-top: 0px;
		margin-bottom: 0px;
		font-weight: 500;
		/*
		max-width: 900px;
		margin-left: auto;
		margin-right: auto;
		*/		
	}

body .a71form .gform_body textarea::placeholder {
	color: #f6a318;
	font-style: italic;
	font-weight: 500 !important;
}

	body .a71form .gform_body textarea:hover, body .a71form .gform_body textarea:focus {
		border-color: #f6a318;
		background: #fff;
		border-radius:0px;
	}

	body .a71form .gform_body .ginput_container_textarea {
		color: #248dc1;
		font-weight: 300;
	}


/* MENTION CHAMPS OBLIGATOIRE */

.a71form .champs-obligatoire {
	font-size: 12px;
	font-style: italic;
	max-width: 900px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-top: 0px;
	margin-bottom: 40px !important;
	display: block;
}



/* SELECT */

.a71form select {
	font-size: 14px !important;
		color: #1d1d1b !important;
		border: 1px solid rgba(0,0,0,0.3);
		border-radius:0px;
		background-color: #fff;
		padding:6px;
	-webkit-appearance: none;
  -webkit-border-radius: 0px;
    background-image: url("https://terrassesdulys.fr/fr/wp-content/uploads/2020/03/select-formualire.png");
    background-position: 97% 50%;
		background-size: 0.8em;
    background-repeat: no-repeat;
		height: 35px;
		font-weight: 500 !important;
}

@media all and (max-width: 768px) {
	.a71form select {
	background-color:white;
	border-color: #210a40!important;
	padding:6px;
	-webkit-appearance: none;
  -webkit-border-radius: 0px;
    background-image: 	url("https://imageshack.com/a/img924/3919/U01K0W.png");
    background-position: 97% 50%;
	background-size:1em;
    background-repeat: no-repeat;
	height: 34px;
}

}

.a71form select:hover {
	background-color:#ffffff;
	color:#000000;
}

.a71form select:focus {
	background-color: #ffffff;
	color:#000000;
	outline: none;
}

.a71form .ginput_container_select {
	color: #000 !important;
	font-weight: 500 !important;
	font-size: 16px !important;
	display: inline-block;
	width: 50% !important;
	margin-left: 20px;
}

@media all and (max-width: 768px) {
	.a71form .ginput_container_select {
	display: block;
	width: 100% !important;
	margin-left: 0px;
}
}

/* CHECKBOX */

body .a71form .gform_body .ginput_container_checkbox .gfield_checkbox input[type=checkbox] {
	display: none;
}

 body .a71form .gform_body .ginput_container_checkbox .gfield_checkbox input[type=checkbox] +label:before {
	content: "";
	width: 14px;
	height: 14px;
	border: 1px solid #f6a318;;
	margin:0px 5px 0px 0px;
	padding:0px 0px 0px 1px;
	vertical-align: middle; 
	text-align: center;
	display:inline-block;
	border-radius: 3px;
}

body .a71form .gform_body .ginput_container_checkbox .gfield_checkbox input[type=checkbox]:checked +label:before {
	content: "";
	width: 14px;
	height: 14px;
	border: 1px solid #f6a318;
	border-radius: 3px;
	vertical-align: middle; 
	text-align: center;
	display:inline-block;
	background: #383e42;
	-webkit-box-shadow: inset 0px 0px 17px 2px rgba(255,255,255,1);
-moz-box-shadow: inset 0px 0px 17px 2px rgba(255,255,255,1);
box-shadow: inset 0px 0px 1px 2px rgba(255,255,255,1);
}

body .a71form .gform_body .ginput_container_checkbox label {
	display: inline;
	font-size: 18px;
	line-height: 1;
}


/* RADIO */


.a71form .gform_body li.gf_list_inline ul.gfield_radio li {
	width: 200px !important;
	margin-bottom: 5px !important;
}
.a71form .gform_body .gform_fields .gfield .gfield_radio input[type=radio] {
	display: none;
}

.a71form .gform_body .gform_fields .gfield .gfield_radio input[type=radio] + label:before {
	content: "";
	width: 14px;
	height: 14px;
	border: 1px solid #f6a318;;
	margin:0px 5px 0px 0px;
	padding:0px 0px 0px 1px;
	vertical-align: middle; 
	text-align: center;
	display:inline-block;
	border-radius: 3px;
}
.a71form .gform_body .gform_fields .gfield .gfield_radio input[type=radio]:checked + label:before {
	content: "";
	width: 14px;
	height: 14px;
	border: 1px solid #f6a318;
	border-radius: 3px;
	vertical-align: middle; 
	text-align: center;
	display:inline-block;
	background: #383e42;
	-webkit-box-shadow: inset 0px 0px 17px 2px rgba(255,255,255,1);
-moz-box-shadow: inset 0px 0px 17px 2px rgba(255,255,255,1);
box-shadow: inset 0px 0px 1px 2px rgba(255,255,255,1);
}


/* CONSENT RGPD */

body .a71form .gform_body .ginput_container_consent {
	display: block;
}

body .a71form .gform_body .ginput_container_consent input[type=checkbox] {
	display: none;
}

.a71form .gform_body .ginput_container_consent input[type=checkbox] +label:before {
	content: "";
	width: 15px;
	height: 15px;
	border: 1px solid #f6a318;
	border-radius: 3px;
	margin:-4px 9px 0px 0px;
	padding:0px 0px 0px 1px;
	vertical-align: middle; 
	text-align: center;
	display:inline-block;
}

.a71form .gform_body .ginput_container_consent input[type=checkbox]:checked + label:before {
	content: "";
	font-size: 12px;
	width: 15px;
	height: 15px;
	border: 1px solid #f6a318;
	border-radius: 3px;
	margin:-4px 9px 0px 0px;
	padding:0px 0px 0px 1px;
	vertical-align: middle; 
	text-align: middle;
	display:inline-block;
	background-color: #f6a318;
	-webkit-box-shadow: inset 0px 0px 17px 2px rgba(255,255,255,1);
-moz-box-shadow: inset 0px 0px 17px 2px rgba(255,255,255,1);
box-shadow: inset 0px 0px 1px 2px rgba(255,255,255,1);
}


body .a71form .gform_body .ginput_container_consent label.gfield_consent_label {
	display: inline;
	font-size: 16px;
	line-height: 1;
	font-weight: 300;
	color: #0f0f0f !important;
}

body .a71form .gform_body .gfield_consent_description {
	border: none;
	margin-top: 0;
}


/* BOUTON SUBMIT */
body .a71form .gform_footer {
	text-align: center;
}

body .a71form .gform_footer input[type=submit],
body .a71form .gform_footer input[type=submit]:visited {
	margin-left: auto !important;
	padding: 6px 45px 6px !important;
	border-radius: 0px !important;
	background: transparent !important;
	color: #000 !important;
	font-size: 17px !important;
	font-weight: 500 !important;
	border: 2px solid #f6a318 !important;
}

.a71form .gform_footer input[type=submit]:hover, .a71form .gform_footer input[type=submit]:focus {
		background: #f6a318 !important;
		color: #000 !important;
		border-color: #f6a318;
}

.a71form .gform_footer input[type=submit]:active {
		background: #f6a318 !important;
		color: #000 !important;
		border-color: #f6a318;
}

@media all and (max-width: 768px) {
	.a71form .gform_footer input[type=submit] {
		line-height: 1 !important;
		min-height: inherit !important;
		width: auto !important;
	}
}

/* MESSAGE ERREUR */

.a71form .gform_wrapper div.validation_error {
	border-top: 0;
	border-bottom: 0;
	padding: 0;
	margin-bottom: 0;
	font-weight: 300;
}

.a71form .gform_wrapper .gfield_error .gfield_label {
	color: #233e71 !important;
}


.a71form .gfield_error {
	background-color: transparent !important;
	border: none !important;
}

.a71form .gfield_error input{
	border: 1px solid #a62b5a;
}

.a71form .gfield_error .gfield_description {
	padding-top: 0 !important;
	color: #d51317 !important;
	font-weight: 300;
}


/* MESSAGE DE CONFIRMATION */

.gform_confirmation_message {
	font-size: 18px;
	font-weight: 300;
	margin-top: 60px;
	margin-bottom: 160px;
	background: #a0a0a0;
  color: #ffffff;
  padding: 50px;
}

/* ---- QUANTCAST ---*/


.qc-cmp-persistent-link {
	font-size: 12px;
	background-color: #f6a318 !important;
}

@media all and (max-width: 992px) {
	.qc-cmp-persistent-link {
	font-size: 10px;
	}
}

.qc-cmp-button {
	background-color: #f6a318 !important;
	border: none !important;
}

.qc-cmp-button:hover {
		background-color: #f6a318 !important;
		color: #fff !important;
		text-decoration: underline;
}

.qc-cmp-button.qc-cmp-secondary-button {
	background-color: transparent !important;
	color: #f6a318 !important;
		border: none !important;
		box-shadow: none !important;
}

.qc-cmp-button.qc-cmp-secondary-button:hover {
	background-color: transparent !important;
	color: #f6a318 !important;
		text-decoration: underline !important;
		border: 0 !important;
	box-shadow: none !important;
}

.qc-cmp-alt-action {
	color: #f6a318 !important;
}

.qc-cmp-ui-container .qc-cmp-toggle.qc-cmp-toggle-on {
	background-color: #f6a318 !important;
	border-color: #f6a318 !important;
}

.qc-cmp-toggle-status {
	color: #f6a318 !important;
}

.qc-cmp-enabled-cell {
	color: #f6a318 !important;
}

button:hover, input[type=button]:hover, input[type=submit]:hover {
	background-color: #f6a318;
	border: 1px solid #f6a318;
	text-decoration: none;
}

.qc-cmp-close-icon:hover {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M.5.5l23 23m0-23l-23 23' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E") 50% no-repeat ;
}


/* STICKY SIDE MENU */

#sticky-side-menu {
	z-index: 20;
	position: fixed;
	top: 35%;
	right: 0;
	background-color: #233e71;
}

#sticky-side-menu .uabb-info-list-content-wrapper.uabb-info-list-left .uabb-info-list-content {
	display: none;
}

#sticky-side-menu .uabb-info-list-content-wrapper.uabb-info-list-left .uabb-info-list-icon {
	margin-right: 0 !important;
}

#sticky-side-menu .uabb-info-list-content-wrapper .uabb-info-list-icon {
	padding: 15px !important;
	text-align: center !important;
	margin-bottom: 0 !important;
}

#sticky-side-menu a .uabb-info-list-content-wrapper .info-list-icon-dynamic0,
#sticky-side-menu a:visited .uabb-info-list-content-wrapper .info-list-icon-dynamic0 {
	background-color: #0E76A8;
	transition: all 0.3s liner !important;
}

#sticky-side-menu a:hover .uabb-info-list-content-wrapper .info-list-icon-dynamic0,
#sticky-side-menu a:focus .uabb-info-list-content-wrapper .info-list-icon-dynamic0,
#sticky-side-menu a:active .uabb-info-list-content-wrapper .info-list-icon-dynamic0 {
	opacity: 0.8;
}
#sticky-side-menu a .uabb-info-list-content-wrapper .info-list-icon-dynamic1,
#sticky-side-menu a:visited .uabb-info-list-content-wrapper .info-list-icon-dynamic1 {
	background-color: #f6a318;
	transition: all 0.3s liner !important;
}

#sticky-side-menu a:hover .uabb-info-list-content-wrapper .info-list-icon-dynamic1,
#sticky-side-menu a:focus .uabb-info-list-content-wrapper .info-list-icon-dynamic1,
#sticky-side-menu a:active .uabb-info-list-content-wrapper .info-list-icon-dynamic1 {
	opacity: 0.8;
}

#sticky-side-menu a .uabb-info-list-content-wrapper .info-list-icon-dynamic2,
#sticky-side-menu a:visited .uabb-info-list-content-wrapper .info-list-icon-dynamic2 {
	background-color: #bed24e;
	transition: all 0.3s liner !important;
}

#sticky-side-menu a:hover .uabb-info-list-content-wrapper .info-list-icon-dynamic2,
#sticky-side-menu a:focus .uabb-info-list-content-wrapper .info-list-icon-dynamic2,
#sticky-side-menu a:active .uabb-info-list-content-wrapper .info-list-icon-dynamic2 {
	opacity: 0.8;
}

#sticky-side-menu a .uabb-info-list-content-wrapper .info-list-icon-dynamic2 i::before {
	font-size: 25px !important;
	font-weight: 700 !important;
}

#sticky-side-menu a .uabb-info-list-content-wrapper .info-list-icon-dynamic1 i::before {
	font-size: 35px !important;
	font-weight: 700 !important;
}


@media all and (max-width: 768px) {
	#sticky-side-menu .uabb-info-list-content-wrapper .uabb-info-list-icon {
		padding: 10px !important;
		text-align: center !important;
		margin-bottom: 0 !important;
	}
}


/* QUI SOMMES NOUS */

.chiffres-cles .fl-col-content {
    display: flex;
    flex-direction: column;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
	justify-content: space-around;
}


.chiffres-cles .fl-col-content {
  display: flex;
  flex-wrap: wrap;
}

/* .chiffres-cles .fl-col-content div.fl-module {
  width: 20%;
} */

/* @media (max-width: 1200px) {
  .chiffres-cles .fl-col-content div.fl-module {
    width: 33.33%;
	row-gap: 40px;
  }

  .chiffres-cles .fl-col-content div.fl-module:nth-child(n+4) {
    width: 50%;
	row-gap: 40px;
  }
}

@media (max-width: 768px) {
 .chiffres-cles .fl-col-content div.fl-module {
    width: 50%;
	row-gap: 40px;
  }

  .chiffres-cles .fl-col-content div.fl-module:last-child {
    width: 100%;
	row-gap: 40px;
  }
}

@media (max-width: 480px) {
  .chiffres-cles .fl-col-content div.fl-module {
	width: 100%;
	row-gap: 40px;
  }
} */

.chiffres-cle .uabb-number-after-text {
  margin-top: 5px;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
}

.uabb-number .uabb-number-string {
  font-size: 25px;
  font-weight: 600;
  /* text-transform: uppercase; */
}

.uabb-number .uabb-number-string .uabb-number-int {
	font-size: 50px;
	font-weight: 700;
	margin-right: 5px;
}
