/*!
Theme Name: Thorens Energies
Author: Webaa
Description: Thorens Energies is a WordPress theme bundled with premium plugins to build a modern and functional website.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: ohio
Text Domain: ohio-child
Tags: ajax, customizer, ecommerce, portfolio, minimal, page builder, responsive, multipurpose, shop, store, woocommerce, wpml
*/



.rightTabs{
  position: fixed;
  z-index: 100;
  right: 0;
  overflow: hidden;
  top: 180px;
}

.rightTabs .tab{
  display: flex;
  background-color: rgba(255, 255, 255, 0.6);
  margin-bottom: 10px;
  padding: 7px 10px;
  gap: 10px;
  align-items: center;
  transform: translateX(calc(100% - 60px));
  transition: all 0.2s ease-in-out;
  border-radius: 5px 0 0 5px;
}

.rightTabs .tab:hover{
  transform: initial;
}

.rightTabs .tab .tab-content{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
}

.rightTabs .tab img.tab-ico {
  width: 40px;
  height: 40px;
}

.rightTabs .tab img.tab-logo {
  height: 15px;
}

.rightTabs .tab p {
  text-transform: uppercase;
  margin: 0;
  font-size: 12px;
  line-height: 12px;
}

@media screen and (max-width:550px) {
  .rightTabs{
    display: none;
  }
}

.popupHomeSlider {
  position: absolute;
  top: 340px;
  right: 40px;
  z-index: 101;
  background: rgba(255, 255, 255, .9);
  border-radius: 6px;
  padding: 10px;
  border: 1px solid #a2a2a2;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  max-width: 230px;
}

.popupHomeSlider img.popupHomeSlider-logoThorens {
  width: 120px;
}

.popupHomeSlider p{
  color: #f36f05;
  font-size: 22px;
  line-height: 1.2;
  margin: 0 0 10px;
}
.popupHomeSlider img.popupHomeSlider-logoSIG {
  width: 70px;
  display: block;
  margin-bottom: 20px;
}
.popupHomeSlider .popupHomeSlider-close {
  background: #555555;
  border: 1px #ffffff solid;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  padding: 5px;
  display: flex;
  position: absolute;
  right: 10px;
  cursor: pointer;
}

.popupHomeSlider .popupHomeSlider-close svg{
  width: 13px;
  height: 13px;
  top: 0;
}

@media screen and (max-width:991px) {
  .popupHomeSlider{
    top: 150px;
    right: 230px;
  }
}
@media screen and (max-width:550px) {
  .popupHomeSlider{
    width: 90%;
    max-width: 90%;
    left: 5%;
    right: 5%;
  }
}


.thorens-agency.banner {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.thorens-agency.banner.card.-metro:not(.-no-media) .image-holder {
    width: 150px;
}

.thorens-agency.banner.card:not(.-with-overlay):not(.-image-only) .card-details {
    padding-top: 0;
    padding: 0 15px;
}

.thorens-agency.banner .card-details .heading{
    display: flex;    
    flex-direction: column-reverse;
}


