/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/


.thtitle {
width:100%;
text-align:center;
color:#FFFFFF;
}
.timehour {
float:left;
color:#FFFFFF;
font-weight:bold;
}

.ea-header {
  background: linear-gradient(to right, #0D6F66, #F59E38);
}

.ui-tabs-anchor {
border-radius:20px 20px 20px 20px;
border:1px solid WHITE;
margin-right:20px;
}

.ea-body a{
color:#000000 !important;
font-weight:bold;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  25%, 75% { opacity: 0; }
  50% { opacity: 1; }
}

.blink {
  animation: blink 1s ease-in-out 2;
}

@keyframes borderBlink {
  0%, 100% { border-color: green; }
  50% { border-color: transparent; }
}

.blink-border {
  border: 3px solid green; /* bordure visible par défaut */
  animation: borderBlink 1s ease-in-out 2;
}


#back-top {position: fixed; bottom: 10px; right: 100px;}
#back-top .icon-up-open {background-color: #000000; border-radius: 50%; padding: 3%;}
