img {
    border-radius: 5px;}

/*drepaux langues*/


a.glink.nturl.notranslate {
    float: left;
    margin: 24px 10px 6px 10px;
}




/*Curseur sourie*/

body {
  cursor: url("/images/template/curseur-2.png") 8 8, auto;
}

a, button, .btn {
  cursor: url("/images/template/curseur-2.png") 8 8, pointer;
}

input, textarea {
  cursor: text;
}




/* Logo Amplify - animation pulse */
.tck-logo-img{
  display: inline-block;
  transform-origin: 50% 50%;
  animation: amplifyPulse 2.4s ease-in-out infinite;
  will-change: transform, filter, opacity;
}

@keyframes amplifyPulse{
  0%, 100%{
    transform: scale(1);
    filter: brightness(1) contrast(1) saturate(1);
    opacity: 1;
  }
  45%{
    transform: scale(1.035);
    filter: brightness(1.08) contrast(1.06) saturate(1.05);
    opacity: 0.98;
  }
}
