/*
Theme Name: Selene
Theme URI: https://fmaurice.com
Author: Fabien MAURICE
Author URI: https://fmaurice.com
Description: Selene Theme
Template: betheme
Version: 2.0.2
*/

/*
.cathome {
position:absolute;
display:none;
}

.mainwrapcathome:hover {

}
*/
.cathome {
    position:absolute;
    right:0;
    width: 263px;
    text-align:center;
    background-color:#16182D;
    padding-top: 80px;
    top: 0;
    height:100%;
    opacity:0;
    visibility:hidden;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.mainwrapcathome {
position:relative;
float:left;
}

.mainwrapcathome .mcb-wrap{
z-index:inherit;
}

.mainwrapcathome:hover .cathome {
    opacity:1;
    visibility:visible;
}
.cathome a{
display:block;
color:#FFFFFF;
cursor:pointer;
}

.cattitle h4{
position:relative;
z-index:2;
}

.gamma-button .mcb-item-button-inner{
  position: absolute;
  bottom: 20px;
  right: 0px;
  z-index: 10;
  width: 100%;
  max-width: 264px;
  left: auto;
  padding: 0 20px;
  top: auto;
}


.tax-portfolio-types .the_content_wrapper {
padding-top:100px;
}

.tooltipContent {
background-color:BLACK;
}
/*
.map_wrapper foreignObject div {
  background: rgba(0, 0, 0, 0.8);  
  color: #ffffff;                  
}*/

.map_wrapper foreignObject div {
  background: #002244 !important;
  color: #ffffff !important;
  border-radius: 4px;  /* arrondir si tu veux */
  padding: 4px 8px;     /* ajuster le padding */
}

/* Si le tooltip intérieur a cette classe : */
.map_wrapper .imapsInnerTooltip {
  background: #002244 !important;
  color: #ffffff !important;
}

/* Si dedans il y a des liens */
.map_wrapper .imapsInnerTooltip a {
  color: #aaccff !important;
}

/*
.map_wrapper .imapsLabel foreignObject {
background-color:#1d2e41;
color:#FFFFFF;
    		font-size:0.6em;
    		line-height:1.1em;
    		white-space:normal;
	}*/