/* OAuth Google ,  visible et identique sur Formation et Job */
.auth-oauth, .jobs-auth-oauth{
  display:flex; width:100%; min-height:48px; align-items:center; justify-content:center; gap:10px;
  margin-top:14px; border:1px solid var(--learn-line, var(--line, #E7E1D2)); border-radius:11px;
  background:#fff; color:var(--learn-navy, var(--navy, #14224F));
  font-weight:800; cursor:pointer;
}
.auth-oauth-logo, .jobs-oauth-logo{ flex:none; width:20px; height:20px; }
.auth-oauth-note, .jobs-auth-oauth-note, [data-oauth-google-note]{
  display:block !important; margin-top:10px; color:var(--learn-slate, var(--slate, #5B6473));
  font-size:.78rem; line-height:1.5; text-align:center;
}
