/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix {
  zoom: 1;
}

body {
  /* background:url(/images/bg-body-top.png) top left repeat-x; */
  background-color: #ffffff;
  color: #343434;
  font-size: 12px;
  height: auto;
  padding: 0px !important;
  margin: 0px !important;
}

body #generalWrapper {
  background: url(/images/bg-body-bottom.png) bottom left repeat-x;
}

body.index.index #generalWrapper {
  background: url(/images/bg-body-bottom-home.png) bottom left repeat-x;
}

a {
  color: #999999;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #343434 !important;
}

h2 {
  font-family: "Pontano Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #343434;
  text-align: left;
  margin: 6px 0px 0px 0px;
  padding-bottom: 6px;
  position: relative;
}

#build-label, #build-element {
  display: none;
}

#headerPicture {
  margin-top: 9px;
}

#headerPicture img {
  /* width: 91px; */
}

p {
  overflow: hidden;
  padding: 0;
}

.properties_result_content .listing_views li span {
  background: #e8e8e8;
}

#generalWrapper {
  width: 100%;
  margin: 0px auto;
}

#header2 {
  background: #343434;
}

#header2Wrapper {
  margin-top: 10px;
}

#centerWrapper {
  margin-bottom: 10px;
  margin-top: 25px;
}

dd label + label {
  margin-left: 10px;
}

#fieldset-offer, #fieldset-base {
  margin-top: 10px;
}

a.btn {
  background: #343434;
  color: #ffffff;
  padding: 7px 10px;
  font-size: 17px;
  font-weight: 200;
  width: 449px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  letter-spacing: 1px;
  text-decoration: none;
}

a.btn strong {
  font-weight: 500;
}

a.btn:hover {
  color: #fff !important;
  background: #9fcd36;
}

#text_btn {
  margin-top: 20px;
  margin-bottom: 25px;
}

a.btn.btn-gauche {
  margin-right: 10px;
}

/******************************************/
/************** Widget MENU ***************/
/******************************************/
.menu {
  margin: 0px;
  background: #9fcd36;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-9 */
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.menu li {
  padding: 0px;
  margin: 0px;
  float: left;
  list-style: none;
}

.menu a {
  display: block;
  color: #FFFFFF;
  margin: 0px;
  padding: 9px 26px 0px;
  text-decoration: none;
  box-sizing: border-box;
  /* border-left: 1px solid #343434; */
  /* border-right: 1px solid #343434; */
  position: relative;
  height: 40px;
}

.menu a span {
  display: block;
  padding-bottom: 16px;
  margin: 0px;
  text-align: center;
  font-size: 14px;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.menu li#tab_credit {
  float: right;
  margin-right: 10px;
}

.menu li#tab_credit a {
  padding-top: 6px;
  background-image: url(/images/bg-credit-menu.png), url(/images/icon-arrow-right.png);
  background-position: right bottom, 75px 42px;
  background-repeat: no-repeat;
  border: none;
}

.menu li#tab_credit span {
  font-size: 12px;
  color: #fff;
  padding-bottom: 22px;
  width: 70px;
  text-align: right;
  padding: 0px 32px 0px 0px;
  line-height: 16px;
}

body.index.index #tab_home a:after,
body.by #tab_vente a:after,
body.rt #tab_location a:after,
body.contact.offer #tab_estimation a:after,
body.content.partenariat #tab_partenariat a:after,
body.content.conseils-pratiques #tab_conseils_pratiques a:after,
body.contact.simple #tab_contact a:after,
.menu a:hover:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 45%;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #FFFFFF;
}

body.index.index #tab_home a,
body.by #tab_vente a,
body.rt #tab_location a,
body.contact.offer #tab_estimation a,
body.content.partenariat #tab_partenariat a,
body.content.conseils-pratiques #tab_conseils_pratiques a,
body.contact.simple #tab_contact a {
  background: #8eb92d;
}

.menu .subMenu a {
  width: 100%;
}

.menu .subMenu a span {
  display: block;
  height: 25px;
  text-align: left;
  float: left;
  width: 85%;
  font-size: 11px;
  text-transform: none;
  border-top: 1px dotted #FFFFFF !important;
  background: #777777;
}

.menu a span.left {
  display: none;
}

.menu a span.right {
  display: none;
}

.menu .subMenu a span.left {
  width: 15%;
}

.menu .subMenu a span.right {
  float: right;
  clear: right;
  width: 0%;
  background: none;
  border: none;
}

.subMenu {
  margin-bottom: 0px;
  display: none;
  width: 100%;
}

#picture_sub_menu {
  width: 138px;
  margin: 15px 0px 0px 15px;
}

/********** Horizontal Menu SubMenu ************/
.grid_24 .subMenu {
  position: absolute;
  top: 47px;
  z-index: 1001;
}

/************** Opened SubMenus  ***************/
body.tabInfo .subMenu.tabInfo {
  display: block;
}

/************** Selected Menus ***************/
/************** Hover Menus ***************/
/************** Selected SubMenus ***************/
/************** Hover SubMenus ***************/
/*  text_header  */
#text_header {
  color: #343434;
  height: 70px;
  margin-top: 19px;
  padding: 0 0 0 10px;
  text-align: left;
  font-size: 14px;
  margin-left: 10px;
}

#text_header a {
  color: #343434;
}

/*  form_title  */
#form_title div {
  font-family: "Pontano Sans", sans-serif;
  font-size: 15px;
  color: #fff;
  letter-spacing: 2px;
  margin: 20px 0px 0 47px;
  font-weight: bold;
  position: absolute;
}

/*  text_accueil  */
#text_accueil .title {
  font-family: "Pontano Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #9fcd36;
}

#text_accueil .title div {
  font-size: 14px;
  color: #5e6969;
  font-weight: 700;
  text-transform: uppercase;
}

#text_accueil p {
  margin-top: 6px;
  text-align: left;
  line-height: 16px;
  font-size: 13px;
}

/* menu langue */
#menu_lang {
  width: auto;
  float: right;
  color: #ffffff;
  font-weight: 500;
}

html[lang=fr] #menu_lang .fr,
html[lang=en] #menu_lang .en,
html[lang=de] #menu_lang .de {
  color: #c78dde;
}

/* Header Search Form */
.text_page_contenu {
  margin: 0px 20px 30px 20px;
}

/* Search Forms */
.form_search form {
  margin: 38px 5px 0px 48px;
}

.form_search input[type=submit] {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  float: right;
  padding: 5px 35px 5px 15px;
  font-family: "Pontano Sans", sans-serif;
  letter-spacing: 2px;
  border-radius: 3px;
  border: none;
  background: #8eb92d url(/images/icon_search_button.png) 113px 5px no-repeat;
  outline: none;
}

#form_header label {
  font-size: 13px;
  font-weight: normal;
  color: #FFFFFF;
}

#form_header dl.zend_form dt {
  width: 35%;
  margin-left: 0px;
}

#form_header input[type=submit] {
  margin-top: 0px;
}

#max_price-label,
#max_bedroom-label,
#max_surface-label {
  width: 26px !important;
}

#form_header #min_surface-label,
#form_header #min_surface-element,
#form_header #max_surface-label,
#form_header #max_surface-element {
  display: none;
}

/****** Properties array ******/
.property_array a,
.property_array a:hover {
  height: 280px !important;
  display: block;
  text-decoration: none;
  text-align: left;
  color: #34343400 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.property_array a .photo {
  height: 160px;
  vertical-align: bottom;
  overflow: hidden;
  box-shadow: 0px 0px 2px #999;
  border: 8px solid #FFFFFF;
  margin-bottom: 5px;
  position: relative;
  background: #E8E8E8;
}

.property_array a img {
  display: block;
  margin: auto;
  height: 100%;
}

.property_array a .photo:after {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.property_array a:hover .photo:after {
  box-shadow: inset 0px 0px 6px #333;
}

.property_array a .infos {
  height: 90px;
  background: #E8E8E8 url(/images/icon-moreinfo.png) 200px 65px no-repeat;
  padding: 6px 6px 0 8px;
  color: #343434;
  border-top: 5px solid #9fcd36;
}

.property_array a .infos .tr_transaction,
.property_array a .infos .key-price,
.property_array a .infos .price {
  font-weight: bold;
}

.property_array a .infos .line {
  display: block;
}

.property_array a .infos .price {
  color: #95c527;
  font-size: 16px;
}

body.offer.search #grid1 a {
  margin-bottom: 10px;
}

body.offer.search .property_array a .photo {
  height: 140px;
}

body.index.index #grid1 h2 {
  background: url("/images/heart.png") no-repeat scroll left top transparent;
  /* border-bottom: 1px dotted #FFFFFF; */
  color: #FFFFFF;
  margin-bottom: 10px;
  margin-left: 5px;
  padding-left: 30px;
  padding-top: 1px;
}

/* Text Footer */
#text_footer {
  padding: 14px 0 10px 0;
  font-size: 11px;
}

#text_footer .white {
  background: #ffffff;
  /* Old browsers */
  font-size: 12px;
  line-height: 21px;
  color: #343434;
  padding: 8px 0 0 20px;
  box-sizing: border-box;
  height: 87px;
}

#text_footer .white h3 {
  color: #95c527;
  font-size: 15px;
  margin: 0px;
  padding: 0px;
}

#text_footer .white .links {
  font-size: 12px;
  margin-top: 6px;
  color: #95c527;
}

#text_footer .links a {
  color: #95c527;
}

#text_footer .links a:hover {
  color: #9fcd36;
}

#text_footer .right.copyright {
  float: right;
  text-align: right;
  font-size: 10px;
  margin-top: 5px;
  color: #FFFFFF;
}

#text_footer .right a {
  color: #FFFFFF;
}

/****** Offer Search ******/
.properties_result_content {
  /* background:#FFFFFF; */
  margin-right: 24px;
  min-height: 1300px;
}

.properties_result_content .navigation_bar {
  margin: 0px 0px 10px 0px;
}

.properties_result_content .navigation_bar .resume {
  float: left;
}

.properties_result_content .navigation_bar .pagination {
  float: right;
}

.properties_result_content .navigation_bar ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.properties_result_content .navigation_bar li {
  float: left;
  height: 30px;
  margin-left: 24px;
}

.properties_result_content .navigation_bar li a {
  margin: 0px 5px;
  color: #34343400 0;
  display: block;
  text-decoration: none;
}

.properties_result_content .navigation_bar li a:hover {
  text-decoration: underline;
  color: #9fcd36;
}

.properties_result_content .navigation_bar li span.current_page, .navigation_bar ul.filters a.current_filter {
  font-weight: bold;
  color: #9fcd36;
}

.properties_result_content .navigation_bar li a.next_page, .navigation_bar li a.previous_page {
  width: 15px;
  height: 15px;
}

.properties_result_content .navigation_bar li a.previous_page {
  background: #34343400 0 url(/images/previous-next.png) top left no-repeat;
}

.properties_result_content .navigation_bar li a.next_page {
  background: #34343400 0 url(/images/previous-next.png) -15px 0px no-repeat;
}

.properties_result_content .navigation_bar li a.previous_page:hover,
.properties_result_content .navigation_bar li a.next_page:hover {
  background-color: #9fcd36;
}

.properties_result_content .navigation_bar ul.filters {
  clear: both;
  margin: 10px auto;
}

.properties_result_content .navigation_bar ul.filters a {
  padding: 0px 0px 10px 0px;
}

.properties_result_content .navigation_bar ul.filters a.asc {
  background: #9fcd36 url(/share/img/asc-dsc.png) center -32px no-repeat;
}

.properties_result_content .navigation_bar ul.filters a.desc {
  background: #9fcd36 url(/share/img/asc-dsc.png) center 0px no-repeat;
}

.properties_result_content article {
  margin: 0px 0px 32px 0px;
  position: relative;
}

.properties_result_content article h2 {
  background: #343434 url(/images/icon-arrow-right.png) 10px 10px no-repeat;
  font-size: 16px;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  border-bottom: 5px solid #9fcd36;
}

.properties_result_content article h2 a {
  display: block;
  color: #FFFFFF;
  padding: 5px 10px 5px 13px;
}

.properties_result_content article h2 a:hover {
  text-decoration: none;
  color: #fff !important;
}

.properties_result_content article h2 a .immotype {
  display: inline-block;
}

.properties_result_content article .photo {
  width: 30%;
  height: 150px;
  float: left;
  overflow: hidden;
  text-align: center;
  display: block;
}

.properties_result_content article .photo img {
  margin: 0px auto;
  height: 100%;
}

.properties_result_content article .description,
.properties_result_content article .info {
  margin: 0px 0px 0px 30px;
  font-size: 12px;
  width: 60%;
  float: left;
}

.properties_result_content article .info .key {
  font-size: 12px;
  font-weight: bold;
}

.properties_result_content article .__price .value {
  color: #9fcd36;
  font-weight: bold;
  font-family: "Pontano Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
}

.properties_result_content article .__price .key {
  display: none;
}

.properties_result_content article a.detail {
  background: #9fcd36;
  color: #fff;
  font-size: 14px;
  border-radius: 3px;
  border: none;
  padding: 3px 15px;
  font-family: "Pontano Sans", sans-serif;
  letter-spacing: 1px;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.properties_result_content .no_result {
  margin: 0px 10px 20px 10px;
  font-weight: bold;
}

/*********** Offer Detail ******************/
.property_detail_content .navigation_bar ul,
.property_detail_content h1,
.property_detail_content #gallery,
.property_detail_content .offer_childs,
.property_detail_content .situation_description,
.property_detail_content .description,
.property_detail_content .specifications,
.property_detail_content div.googleMap {
  margin-right: 20px;
  margin-left: 0;
}

.property_detail_content .offer_childs h2,
.property_detail_content .situation_description h2,
.property_detail_content .description h2,
.property_detail_content .specifications h2,
.property_detail_content div.googleMap h2,
.property_detail_content .form_contact_container h2 {
  margin-bottom: 18px;
}

.property_detail_content .navigation_bar ul li,
.property_detail_content .navigation_bar ul {
  margin-top: 0;
  margin-bottom: 0;
}

.property_detail_content .form_contact_container {
  margin-left: 10px;
  margin-right: 0px;
}

.property_detail_content div.googleMap {
  margin-right: 20px;
}

.property_detail_content h1 {
  color: #1C1C1C;
  font-family: "Pontano Sans", sans-serif;
  font-weight: 400;
  font-size: 22px;
}

.property_detail_content h2 {
  color: #343434;
  font-family: "Pontano Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 0px;
  line-height: 30px;
}

.property_detail_content h3 {
  color: #1C1C1C;
  font-family: "Pontano Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.property_detail_content .overview .__detail_rent_price,
.property_detail_content .overview .__detail_selling_price {
  margin-bottom: 10px;
}

.property_detail_content .overview .__detail_rent_price .key,
.property_detail_content .overview .__detail_selling_price .key {
  display: none;
}

.property_detail_content .overview .__detail_rent_price .value,
.property_detail_content .overview .__detail_selling_price .value {
  color: #9fcd36;
  font-weight: bold;
  font-family: "Pontano Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
}

.property_detail_content a.back,
.property_detail_content .overview a.contact {
  margin: 10px 0px;
  display: inline-block;
  text-decoration: none;
}

.property_detail_content a.back,
.property_detail_content .overview a.contact,
.property_detail_content .form_contact input[type=submit] {
  background: #9fcd36;
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 3px;
  border: none;
  padding: 3px 15px;
  font-family: "Pontano Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}

/* Contact Page */
#html_contact_simple {
  margin: 0px;
  font-size: 12px;
}

body.contact.simple .form_contact {
  margin: 0 38px 30px 0;
}

body.contact.simple .form_contact legend {
  margin: 0 0px 0px 20px;
}

body.contact.simple .form_contact span.required_legend,
body.contact.simple .form_contact dt {
  width: 35%;
  margin-left: 30px;
}

body.contact.simple .form_contact span.required_legend {
  margin-top: 12px;
}

body.contact.simple .form_contact dd {
  width: 40%;
  margin-left: 10px;
  box-sizing: border-box;
}

body.contact.simple .form_contact dd input[type=text],
body.contact.simple .form_contact dd textarea {
  width: 100%;
  box-sizing: border-box;
}

body.contact.simple .form_contact input[type=submit] {
  background: #9fcd36;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 3px;
  border: none;
  padding: 3px 15px;
  font-family: "Pontano Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}

/* SlideShow */
#slideshow1 {
  height: 221px;
  border-radius: 0px 0px 0px 0px;
}

#slideshow1 img {
  border-radius: 0px 0px 0px 0px;
}

/* Contact map */
#html_contact_map {
  margin-top: 10px;
}

/* text_phone */
.property_detail_content .form_contact_container p,
#text_phone p {
  margin-top: 10px;
  background: #9fcd36;
  border-radius: 3px;
  padding: 10px;
  color: #FFFFFF;
  font-size: 18px;
  font-family: "Pontano Sans", sans-serif;
  font-weight: bold;
  margin: 0px 0px 10px 0px;
}

/* photoflip */
#photoflip1 {
  box-shadow: 0px 0px 0px #555555;
}

#photoflip1 .text_container {
  border: 2px solid #FFFFFF;
  box-sizing: border-box;
}

#photoflip1 .property_alt {
  height: 50px;
  overflow: hidden;
}

.property_detail_content .form_contact_container p,
#text_phone p {
  margin-top: 10px;
  background: #9fcd36;
  border-radius: 3px;
  padding: 10px;
  color: #FFFFFF;
  font-size: 18px;
  font-family: "Pontano Sans", sans-serif;
  font-weight: bold;
  margin: 0px 0px 10px 0px;
}

.property_detail_content #gallery #big_photo {
  height: 400px;
}

.property_detail_content #gallery #big_photo img {
  height: 400px;
  margin-right: 20px;
  max-height: 400px;
  max-width: 577px;
  min-height: 400px;
  text-align: center;
  width: auto;
}

.property_detail_content #gallery li img {
  height: 70px;
  max-width: 100%;
}

.property_flip .text_container {
  height: 136px;
}

.property_flip {
  height: 336px;
}

.property_detail_content #gallery li a {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #CCCCCC;
  display: block;
  margin: 0 10px 10px 0;
  text-align: center;
}

.property_detail_content #gallery #big_photo {
  margin: 0 0 10px;
  text-align: left;
}

#transaction-element label + label {
  display: none;
}

.property_detail_content #gallery li img {
  height: 80px !important;
  max-width: 100%;
}

.property_detail_content #gallery li a {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 0px solid #CCCCCC;
  display: block;
  margin: 0 10px 10px 0;
  text-align: center;
}

.img-header {
  border-radius: 4px 0px 0px 0px;
}

.key-price {
  font-size: 16px;
}

form_header .zend_form #city {
  width: 148px !important;
}

.form_contact_offer input[type=text] {
  width: 106px !important;
}

.zend_form #city-element {
  width: 150px;
  float: left;
}

.form_contact dl.zend_form dt, .form_contact_search dl.zend_form dt, .form_contact_offer dl.zend_form dt, .form_contact span.required_legend, .form_contact_search span.required_legend, .form_contact_offer span.required_legend {
  margin-left: 30px;
}

#transaction-label, #transaction-element {
  display: none;
}

#estimation_footer h3 {
  font-size: 17px;
}

#text_accueil {
  margin-bottom: 10px;
}

#conseils-pratiques h3 {
  font-size: 13px;
  margin-top: 20px;
  text-transform: uppercase;
}

body.offer.search .property_array a .infos {
  height: 90px;
  background: #fff url(/images/icon-moreinfo.png) 200px 65px no-repeat;
  padding: 6px 6px 0 8px;
  color: #343434;
  border-top: 5px solid #9fcd36;
  border-left: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
}

#tab_home {
  /* margin-left: 32px; */
}

.key-3g {
  float: right;
  margin-left: 40px;
  margin-top: 60px;
}

#estimation_footer {
  margin-bottom: 30px;
}

#partenariat .grid-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  gap: 24px;
}

#partenariat .grid-col-item {
  width: calc( (100% - 24px ) / 2 );
}

#partenariat .grid-col-item ul li {
  list-style-type: none;
  margin-left: 16px;
}

#partenariat .grid-col-item:first-of-type img {
  width: 100%;
}

#tab_avis {
  position: absolute;
  top: -53px;
  right: 12px;
  z-index: 99;
  background: #e33e32;
  border-radius: 4px;
  height: 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#tab_avis:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-animation: pulse-red 2s infinite;
  animation: pulse-red 2s infinite;
}

#tab_avis a {
  padding: 8px 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  z-index: 100;
}

#tab_avis a:hover {
  color: #ffffff !important;
}

#tab_avis a span {
  margin: 0;
  padding: 0;
}

#tab_avis a:after {
  display: none;
}

@-webkit-keyframes pulse-red {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
  }
  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
  }
}
@keyframes pulse-red {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
  }
  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
  }
}

.btn-modal-gdpr-trigger {
  left: 10px;
  right: auto;
}

.tooltip-toggle::before {
  left: 37px;
  right: auto;
}

.tooltip-toggle::after {
    left: 32px;
    right: auto;
    border-left: none;
    border-right: 5px solid #dee8f4;
    margin-left: 0;
}
