/* 
    Document   : jevcustom
    Created on : 22-Apr-2013, 14:12:51
    Author     : Tony Partridge - GWE Systems Ltd
    Description: To allow customisation of CSS Strings where they can never be lost.
    Purpose of the stylesheet follows.
*/
.jev_evdt #gmap {
margin-right : 20px ;
}

.jev_image { margin : 0 15px 5px 0 }

.btn-agenda{
background: #b7362b !important;
background-color:  #b7362b !important;
color: #FFFFFF !important;
text-shadow: unset !important;
  text-transform: uppercase !important;
  border: 2px solid #b7362b !important;
  border-radius: 8px !important;
  padding: 2px 8px !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  transition: transform 0.3s ease-out !important;
}

.btn-agenda:hover{
  color: #fff;
  text-decoration: none;
  background: #9a2d24;
  border-color: #9a2d24;
  transform: translate3d(0, -3px, 0);
}

#jevents .icon-print{
  transform: scale(1.8) !important;
}

#jevents .actions{
right: 50% !important;
  top: 0.5rem !important;
  width: fit-content !important;
  transform: translateX(clamp(1rem, 42vw, 630px)) !important;
}

// page calendrier
#jevents:has(.cal_table) .actions{
 display: none !important;
}

// replacement icone imp si article evenement a une image header
body:has(.jev_image1) #jevents .actions{
  right: 50% !important;
  top: 41.5rem !important;
  width: fit-content !important;
  transform: translateX(clamp(1rem, 42vw, 630px)) !important;
}