@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Ubuntu:wght@300;400;500;700&display=swap");
@import url("https://use.fontawesome.com/releases/v6.1.1/css/all.css");

@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');


.validation { display: none;}


:root{
	--vert: #e4004d;
	--blanc: #ffffff;
	--noir: #000000;
	--gris: #eeeeee;
	--grisfonce: #000;
	--bordeaux: #e4004d;
}

.bleu {
	color: #e4004d;
}

body {
  	color: #000;
	height: auto;
	font-family: 'montserrat', sans-serif;
    background: #fff;
}

/* ===================================BACKGROUND=================================== */
.btn {
    border: none;
    border-radius: 5px;
    color: var(--blanc) !important;
    text-transform: inherit;
    padding-bottom: 15px;
    position: relative;
    background: #e4004d;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    font-size: 14px;
}
.btn:hover {
	background: #e4004d;
}
.btn.green:after {
	background: #e4004d;
}
.block_recherche,
.main-content {
	background: #ffffff;
}

/* ===================================COLORS=================================== */
.introtext h3{
	color: #292929;
	font-size: 23px;
	font-weight: 500;
}

.home-heading {
	color: #292929;
	font-size: 29px;
 font-weight:600;
 font-family: 'Raleway', sans-serif;
 text-align: center;
}
.bantypebien,
.list-option ul i,
.orange {
	color: #e4004d;
}
.home-heading::after {
	content: "";
	display: block;
	position: relative;
	background: #e4004d;
	height: 1px;
	width: 150px;
	margin: 5px auto 15px auto;
}
.home-heading.text-left::after {
	content: "";
	display: block;
	position: relative;
	background: #e4004d;
	height: 1px;
	width: 150px;
	margin: 5px 0;
}

/* LABEL */

.bloc-label {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    box-sizing: border-box !important;
    display: block;
    direction: ltr !important;
    right: 0;
    z-index: 1000;
}
.bloc-label .label {
    font-size: 16px;
    position: relative;
    border: none;
    outline: none;
    padding: 15px 45px 0 0;
    cursor: pointer;
    white-space: nowrap;
    background-color: #e4004d !important;
    background-color: var(--hjFeedbackAccentColor, #e4004d) !important;
    transition: transform 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
    opacity: 1;
    width: 45px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 17px 0 0 17px;
    transform: translateX(4px);
    margin: 10px 0 0 0;
}
.bloc-label .label:hover,
.bloc-label .label2:hover {
    transform: translateX(0);
    box-shadow: 0 0 35px 2px rgb(0 0 0 / 35%);
    opacity: 1;
}
.bloc-label .label p,
.bloc-label .label2 p {
    overflow-wrap: normal !important;
    word-break: normal !important;
    word-wrap: normal !important;
    white-space: nowrap !important;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    cursor: pointer;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    color: #fff !important;
    color: var(--hjFeedbackAccentTextColor, #fff) !important;
    font-weight: 400;
    margin-left: 12px;
    font-size: 14px;
	letter-spacing: 1px;
}
/* ===================================INDEX=================================== */

.logo-header a p {
    font-size: 4rem;
    text-transform: uppercase;
    color: #e4004d;
    font-family: "Playfair Display", serif;
    font-style: italic;
}

.swiper {
    width: 100%;
    height: 490px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
}


.search__form-item:nth-child(1),
.search__form-item:nth-child(n+2) {
	width: calc(100% / 5 - 10px);
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
	margin-right: 5px;
	margin-left: 5px;
}

.introtext {
	border-left: 5px solid var(--vert);
	padding:20px;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(2px);
	background-color: rgba(255,255,255, 0.6);
}
.introtext p {
	color: #000;
	font-size: 22px;
	margin-bottom: 0;
}
.introtext p.p-intro {
	font-family: 'Lora', serif;
	font-style: italic;
	font-size: 22px;
}
.texteagence p {
	font-size: 15px;
	padding: 0 15px;
	margin-left: 0px;
}
.texteagence {
	background: #fff;
	padding: 0;
}
.index-service-img {
	background:linear-gradient( rgba(255,255,255, 0.6), rgba(255,255,255, 0.6) ),url(../images/image-services.jpg) no-repeat center right;
	/* background: url(../images/image-services.jpg) no-repeat center center; */
    background-size: cover;
	padding: 50px 0;
	min-height: 300px !important;
	font-size: 14px;
}
.index-agence-img {
	background: url(../images/image-agence.jpg) no-repeat center center!important;
    background-size: cover!important;
	padding: 50px 0!important;
	min-height: 350px !important;
	font-size: 14px;
}
.w-33 {
	width: 33%;
}
.qui-sommes_nous {
	display: none;
}
.index .qui-sommes_nous {
	display: flex;
}
.bg-blanc {
	background: rgba(255, 255, 255, 0.7);
    padding: 20px;
    font-weight: 600;
}
.text-white {
	color: #fff!important;
}
.bg-rose {
	background: #e4004d;
	color: #fff;
	display: flex;
}
.bg-rose .btn {
    border: none;
    border-radius: 5px;
    color: #000 !important;
    text-transform: inherit;
    padding-bottom: 15px;
    position: relative;
    background: #fff;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    font-size: 14px;
}
.block_etiquette {
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    height: 30px;
    left: 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    top: auto;
    -webkit-transform: scale(1) rotate(-45deg) translate(0px);
    transform: scale(1) rotate(0deg) translate(0px);
    width: 150px;
    z-index: 1;
	background: #e4004d;
}
.block_etiquette.b_exclu {
	background: #e10a30;
}

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

.navbar-nav {
    margin-top:0;
	background-color: #e4004d;
	border-radius: 5px;
}
.header-img {
	width: auto;
	margin: 20px 0;
}
.intro {
    position: absolute;
    z-index: 5;
    top: auto;
    padding: 0;
    width: 100%;
    bottom: 3%;
    left: 1%;
}
.hidemob a.navbar-brand, .texteagence p.nom-agence, .hidedesk {
	font-weight: bold;
	font-size:34px;
	line-height: 1.1;
	font-weight: 700;
}
.hidedesk {
	text-align: center;
	margin: auto;
	width: 100%;
}

.w-item {
	width: auto;
}
.nav-item.hidemob {
	width: auto;
}
.nav-item.hidemob a{
	color: #333;
	letter-spacing: -1px;
}
.nav-item {
	text-align: center;
	padding: 15px;
}
.navbar li a ,
.navbar li .div-menu { 
	color: #fff;
	text-transform: initial;
	padding: 0;
	font-size: 15px;
	text-align: center;
	font-weight: 500;
}
.navbar li a.rouge { 
	color: #e4004d;
	text-transform: initial;
	padding: 0;
	font-size: 15px;
	text-align: center;
	font-weight: 500;
}
.navbar li .dropdown-item a{ 
	color: #000;
	text-transform: initial;
	padding: 0;
	font-size: 14px;
	text-align: left!important;
	font-weight: 500;
}
.navbar li:hover{
	background-color: #fff;
}
.navbar li:hover a{
	color: #e4004d;
}
.navbar li:hover .dropdown-item {
	color: #e4004d!important;
	text-align: left!important;
}
.navbar li:hover .dropdown-item:hover {
	color: #fff!important;
	background: #e4004d;
}
.navbar li .dropdown-menu {
	margin-top: 0;
}
.navbar li .dropdown-menu .dropdown-item {
	padding: 0.75rem 7px;
}
.navbar li.hidemob:hover a {
	color: #000;
}

.index header .navbar {
	padding: 10px 0;
}
.index .logo-header{
	padding-top: 70px;	
}

.alert-danger {
	color: #000;
	background-color: #fff;
	border-color: #fff;
	margin: 2% auto;
	width: 70%;
	text-align: center;
}

.form-style {
	color: #000000 !important;
	display: block;
	font-size: 13px;
	height: 38px;
	padding: 6px 12px;
	width: 100%;
	border: 0px;
	background: #ffffff;
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	border: 1px solid #ccc;
	border-radius: 0;
	background-position: 100% 0;
	background-repeat: no-repeat;
}


.imgadmin {
	float: left;
	margin-bottom: 10px;
	margin-right: 20px;
	max-height: 400px;
	max-width: 400px;
}
.administrable p {
	margin-bottom: 5px;
}
.estimation .form-section .btn:hover {
	background: transparent;
	color: #000!important;
}
.estimation .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	border: 1px solid #ccc!important;
}
.estimation .bootstrap-select>.dropdown-toggle {
	background: transparent;
	margin-top: 0;
}
/* ============================LISTING============================ */
.prod_listing > .listing_article article .description {
	font-size: 14px;
}
.prod_accueil .block_info {
	min-height: 118px;
}
.page_heading,
span.h2,
.page-heading {
	padding-top: 20px;
	padding-left: 0px;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 600;
	width: 100%;
	color: var(--vert);
	margin-bottom: 20px;
	padding-bottom: 20px;
}
span.h2,
.temoignages .page-heading {
	padding-top: 0px;
	padding-left: 0px;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 600;
	width: 100%;
	color: var(--vert);
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.page_heading::after ,
span.h2::after ,
.page-heading::after {
	content: "";
	display: block;
	position: relative;
	background: #000;
	height: 1px;
	width: 100%;
	margin: 5px 0;
}
 p.page_heading {
	padding-top: 20px;
	padding-left: 0px;
	text-transform: initial;
	font-size: 22px;
	font-weight: 400;
	width: 100%;
	color: var(--vert);
	margin-bottom: 10px;
	padding-bottom: 0px;
}
 p.page_heading span {
	padding-top: 20px;
	padding-left: 0px;
	text-transform: initial;
	font-size: 18px;
	font-weight: 400;
	width: 100%;
	color: var(--vert);
	margin-bottom: 10px;
	padding-bottom: 0px;
}
.prod_accueil .info_prix {
    margin: 15px 0 25px 0;
    padding: 0;
    font-size: 22px;
    font-weight: 600;
    color: #e4004d;
}
.list-option ul {
    margin-bottom: 0;
	font-size: 13px;
	justify-content: space-around;
}
.list-option ul li {
    font-weight: 500;
    padding: 0 1px;
    font-size: 12px;
}
.index .info_type {
    font-size: 14px;
    line-height: 15px;
    font-weight: 300;
    font-size: 15px;
}
.prod_accueil article {
    margin: 10px;
	background: #ffffff;
    border:none;
	box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0);
}
.prod_accueil .produits {
    max-width: 100%;
}
/* ============================FOOTER============================ */
.block-alerte-mail {
	background: #e4004d;
	font-size: 1.4em;
	color: var(--blanc);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
	justify-content: center;
	padding: 20px;
	margin: 20px 0 0 0;
	text-align: center;
}
.block-alerte-mail .btn {
	color: #fff;
	background: #000;
}
.block-alerte-mail img{
	width: 100px;
}
.reseaux-sociaux i {
    font-size: 2.5em;
}
footer ul.address {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-bottom: 0;
}
footer ul.address li{
    width: calc(100% / 3 - 25px);
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
    margin: 10px;
    padding: 20px;
}
footer {
	margin-top: 0px;
	padding-top: 0;
	margin-bottom: 0px;
	padding-bottom: 50px;
	background: #ffffff;
}
.logo-rs {
	width: 35px;
}
a.rouge {
	color: #e4004d;
}
.ion-ios-telephone {
	font-size: 20px;
    top: 2px;
    margin-right: 4px;
}


.contact .map h3 {
	font-size: 14px;
}
/* ========================================================================= */
/*                                AVIS GOOGLE                                */
/* ========================================================================= */
.avis-google .bgAccueil-page {
	background: url(/assets/images/bgimg-avis.jpg) center center!important;
	background-size: cover!important;
	background-repeat: no-repeat!important;
	z-index: -100;
	height: 80vh;
}
#avisGoogleListe ul {
	display: flex;
	flex-wrap: wrap;
}
#avisGoogleListe li {
	position: relative;
		width: calc(100% / 3 - 16px);
		margin: calc(0.5em * 2) 0.5rem;
		overflow: hidden;
		min-height: 150px;
		color: #000;
}
.avisGoogleReview {     margin: 20px 0px;}
.bulle {
	background:#333;
	color:#fff;
	padding: 20px;
	border-radius:30px;
	min-height: 250px;
}
.bulle2{
	height: 10px;
}
.bulle2::after{
	content: '';
	display: block;
	position: relative;
	width: 0px;
	height: 250px;
	border-left: 0px solid transparent;
	border-right: 35px solid transparent;
	border-top: 19px solid #333;
	margin: 0px auto 0 60px;
	background: transparent;
}
.commentaire-poseur {
	color: #fff;
	display: block;
	font-size: 14px;
	line-height: 18px;
	max-width: 100%;
	margin-top: 10px;
	max-height: 165px;
	overflow-y: scroll;
	overflow: auto;
	padding: 0 10px 0 0;
}
.avis-stars, .avis-stars span {
	background-size: 18px 16px;
	height: 18px;
	top: 1px;
	width: 90px;
}
.bulle ::-webkit-scrollbar {
	width: 7px;
}
.bulle ::-webkit-scrollbar-track {
	box-shadow: inset 0 0 2px grey; 
	border-radius: 10px;
} 
.bulle ::-webkit-scrollbar-thumb {
	background: #e4004d; 
	border-radius: 10px;
}
.bulle ::-webkit-scrollbar-thumb:hover {
	background: #e4004d; 
}
.avis-reponse {
	border-left: 0;
	padding: 5px 0 0 0px;
	font-size: 14px;
}
#avisGoogleListe li .card {
	background-color: #fff;
	border: 0;
	border-radius: 0;
}
#avisGoogleListe li .card-header:first-child {
	border-radius: 0;
	border: 0;
	padding: 0;
	background-color: transparent;
}
#avisGoogleListe li .btn-link {
			color: #999;
			background-color: transparent;
			font-weight: 200;
}
#avisGoogleListe li .btn-link p {
	margin-bottom: 0;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 400;
}
#avisGoogleListe li .btn-link p span{
	font-style: italic;
}
#avisGoogleListe li .btn-link p::after {
	content: "\f123";
	font-family: "Ionicons";
	position: absolute;
	border: 0;
	font-size: 12px;
	padding-top: 5px;
	opacity: 1;
	right: -15px;
	top: -3px;
}
#avisGoogleListe .card-header {
	text-align: right;
}
#avisGoogleListe .card-body {
	padding: 0;
	text-align: justify;
}
.logo-google {
	width: 200px;
}

span.nbr-avis {
	font-size: 17px!important;
			margin-right: 0;
			color: #70757a!important;
			white-space: nowrap!important;
}
#avisGoogle .note-avis {
	width: 80px;
	height: 80px;
	background: #e4004d;
	border-radius: 50%;
	text-align: center;
	margin: auto auto 20px auto;
	display: flex;
}
#avisGoogle .note-avis span{
	font-size: 40px;
	color: #fff;
	white-space: nowrap;
	font-weight: 600;
	margin: auto;
}

.alerte-email .bootstrap-select>.dropdown-toggle.bs-placeholder {
    height: 36px !important;
    border-radius: 0 !important;
    margin-top: 0;
	border: 1px solid #ccc;
}
.alerte-email .bootstrap-select .btn:hover {
    background: #fff;
}




@media (max-width: 991px) {
	.home-visuel-wrapper {
			height: auto;
}
	#avisGoogleListe li {
			width: calc(100% / 2 - 16px);
	}
	.bulle2::after {
			margin: -2px auto 0 60px;
	}
}
@media (max-width: 610px) {
	#avisGoogleListe li {
			width: calc(100% / 1 - 16px);
	}
	.bulle2::after {
			margin: -2px auto 0 60px;
	}
	#avisGoogle .note-avis {
			width: 60px;
			height: 60px;
			margin-bottom: 10px;
	}
	#avisGoogle .note-avis span {
			font-size: 33px;
	}
}
.avis-google {
	overflow-x: hidden;
}
#avisGoogle {
	border-bottom: 0;
	padding: 0 0 20px 0;
}

/* BADGE GOOGLE */
.badge-google-content {
	background: #e9ecef;
	color: #111!important;
	border-radius: 6px;
	width: 60%;
	margin: 0 auto;
	padding: 0.8rem;
}
img.badge-google {
width: 50%;
}
.google-stars, .google-stars span {
						background-size: 25px 22px;
						height: 22px;
						top: 1px;
						width: 123px;
		}
.google-stars {
						background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAWCAYAAAA1vze2AAAAxUlEQVR42rXUUQuEIAwH8GAQCIcQCIFPcUchCH3/b+f18D+MUdzmUhg9KPttag7K8fm3oJTCQwX4I3Z8uyERSOyJJCCpF+IA/ML1QAJDQg9kY8j2NEJIzIM0iD8iswSmQD5fkVrt+wkAeYh3wg84G6oP0jMZtV1h/dhy8EEIBMvtIiFCFmQSIpMFWYTIYkGyEMmtiL9ItmJr1os534JElmRm8zObjy1IqtXfPuvu1FXSIu5UHQkeT3St+Bmxv69BMbDe3SFf/+tYufyUsgoAAAAASUVORK5CYII=);
						background-repeat: repeat-x;
						display: inline-block;
						overflow: hidden;
						position: relative;
		}
.google-stars span {
						background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAWCAYAAAA1vze2AAAAqUlEQVR4AWLwySwkGv/YzgworgwwAIphGHqJXWgX6nl6q55o/GHxCX4bUx9hMK9JYwucFSmAubW2ZifED8Q7IXEgcmRqVNDsgBhBrAMSBJEiqwAGAaBRhiDvBk1A3mkRyb2CXSYLlmWFnbArffoMIrjS6qy3Sm/Z/068CPEbyKpKhfCDyA0yNE95MKtRGe9LiSz9O3hKclv6Y76ictQzqbmjyhIkyVi+8wCta5MKDP5AeAAAAABJRU5ErkJggg==);
						background-repeat: repeat-x;
						display: block;
		}

@media (min-width: 992px) {
	header .navbar {
		border-top: 0px solid var(--vert);
		border-bottom: 0px solid var(--vert);
	}
}
@media (max-width: 991px) {
	.index header .navbar {
		padding: 20px 0 20px 0;
	}	
	.w-item {
		width:auto;
	}
	.prod_listing .block_info {
		background-color: rgba(0,0,0, 0.4);
	}
	nav .dropdown .dropdown-menu {
		display: none;
	}
	.bloc-label .label {
        transform: translateX(9px);
    }
	.navbar li a, .navbar li .div-menu {
		font-size: 14px;
	}
	header ul.navbar-nav li {
        border-bottom: 0px solid #000000;
    }
}

@media (min-width: 768px) {
	#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
					display: none;
	}
}
@media (max-width: 768px) {
	.hidedesk {
		margin: 60px auto auto auto;
	}
	.navbar-collapse {
		margin-top: 0;
	}
	.header-img {
			width: 400px;
	}
	.index header .navbar {
		padding: 0px;
	}

			.swiper {
							height: 340px;
		}
		.home-heading, .texteagence p.nom-agence {
			font-size: 2em;
	}
	.introtext h3 {
		color: #000;
		font-size: 21px;
		font-weight: 600;
		text-transform: uppercase;
		text-shadow: 0px 1px 5px transparent;
		text-align: left;
	}
	.introtext {
		padding: 20px;
		text-align: left;
	}
	.list-option {
		display: block;
	}
	.index-agence-img {
		background: url(../images/agence.jpg) no-repeat center center;
		background-size: contain;
		min-height: auto;
	}
	footer h3 {
		font-size: 15px;
	}
	footer .lead {
		font-size: 15px;
	}
	.bg-rose {
		min-height: 230px;
	}
}
@media (max-width: 610px) {
	.hidedesk {
		font-size: 30px;
	}
	.navbar-brand {
		white-space: inherit;
	}
	#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
		right: 0;
		left: 10px;
	}
	.swiper {
		height: 300px;
	}
	.index-agence-img {
		height: 350px;
	}
	footer h3 {
		margin-top: 20px;
	}
	.map.pl-5 {
		padding-left: 0!important;
	}
	footer .lead {
		font-size: 18px;
		margin-top: 30px;
	}
	.hidedesk {
		margin: auto;
	}
	.header-img {
		width: 260px;
	}
	.list-option {
		display: none;
	}
	.prod_listing .block_info {
		min-height: 80px;
	}
	.prod_listing .block_info {
		padding: 5px 15px 0px 15px;
		backdrop-filter: blur(0px);
	}
	.ordre1 { order: 1;}
	.ordre2 { order: 2;}
	.ordre3 { order: 3;}
	.ordre4 { order: 4;}
	.ordre5 { order: 5;}
	.ordre6 { order: 6;}
	.ordre7 { order: 7;}
	.ordre8 { order: 8;}
	.index .logo-header {
		padding-top: 0;
	}
	header ul.navbar-nav li a {
		color: #fff;
	}
	.introtext h3 {
		font-size: 17px;
	}
	.introtext {
		padding: 20px 10px 0 20px;
	}
	.block-alerte-mail .btn {
		margin-right: auto;
	}
	footer, footer .text-right {
		text-align: center!important;
	}
	.badge-consortium {
		margin: 30px 0;
	}
	.message_agence {
		width: 90%!important;
	}
	.administrable  .row,
	.listing  .row {
		margin: 0;
	}
	nav .dropdown .dropdown-menu {
		display: block;
	}
	.navbar li .dropdown-menu .dropdown-item {
		padding: 0.75rem 7px;
		font-style: italic;
		font-weight: 300;
	}
	.bloc-label .label p, .bloc-label .label2 p {
        overflow-wrap: normal !important;
        word-break: normal !important;
        word-wrap: normal !important;
        white-space: nowrap !important;
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
        cursor: pointer;
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
        transform: rotate(0deg);
        color: #fff !important;
        color: var(--hjFeedbackAccentTextColor, #fff) !important;
        font-weight: 400;
        margin-left: 0;
        font-size: 14px;
        letter-spacing: 1px;
        text-align: center;
        width: 100%;
        margin-bottom: 6px;

	}
	.bloc-label {
		position: fixed;
        top: auto;
        transform: translateX(7%);
        box-sizing: border-box !important;
        display: flex;
        direction: ltr;
        right: auto;
        z-index: 1000;
        bottom: 0;
        left: auto;
        width: 82%;
        justify-content: center;
	}
	.bloc-label .label {
        font-size: 14px;
        position: relative;
        border: none;
        outline: none;
        padding: 6px 0px 0 0;
        cursor: pointer;
        white-space: nowrap;
        background-color: #e4004d !important;
        background-color: var(--hjFeedbackAccentColor, #e4004d) !important;
        transition: transform 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
        opacity: 1;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        border-radius: 17px 17px 0 0px;
        transform: translateX(0px);
        margin: 0 0 0 0;
	}
	.bg-rose {
        min-height: 320px;
    }
}


.block_etiquette {
	display: none;
}