/**
 * DISCLAIMER
 *
 * Do not edit or add to this file.
 * You are not authorized to modify, copy or redistribute this file.
 * Permissions are reserved by FME Modules.
 *
 *  @author    FMM Modules
 *  @copyright FME Modules 2024
 *  @license   Single domain
 */
#popUpMessage {
  display: none;
  position: relative;
}
.fancybox__backdrop{
  background-color:rgba(0,0,0,0.4); ;
}
.fancybox__content {
  padding: 0;
  z-index: 100;
  min-height: 500px;
  min-width: 800px;
}
.fancybox__content > .f-button.is-close-btn{
  background-color:rgb(109 68 50) !important;
  color: white;
}
.fancybox__content img {
  max-width: 100%;
  height: auto;
}
#popUpMessageBackground {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}
.right-pop-promo {
  position: absolute;
  right: 10%;
  
  top: 20%;
}
.right-pop-promo p {
  font-size: 21px !important;
  font-weight: 600!important;
        color : #725038!important;
    margin-top: 31px;
    font-family: 'Raleway'  !important;
}
.right-pop-promo span {
  font-size: 35px !important;
  font-weight: 700!important;
    font-family: 'Raleway'  !important;
}
.right-pop-promo .lien-promo, .right-pop-promo .lien-promo:hover{
 color : #D3A07C !important;
        font-size: 20px;
}
@media (max-width:767px) { 
    .fancybox__content {
  padding: 0;
  z-index: 100;
 min-height: 300px;
    min-width: 100%;
 
}
    .right-pop-promo {
  position: absolute;
  right: 10%;
  
  top: 20%;
}
.right-pop-promo p {
  font-size: 16px !important;
   
    margin-top: 10px;
    
}
.right-pop-promo span {
  font-size: 22px !important;
  font-weight: 700!important;
    font-family: 'Raleway'  !important;
}
.right-pop-promo .lien-promo, .right-pop-promo .lien-promo:hover {
  color: #D3A07C !important;
  font-size: 13px;
}
}

