/*
* Feuille de style allégée pour les pages sans layout (register, login et recover password).
*/

:root {
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: #e0218a;
    --bs-btn-disabled-border-color: #e0218a;
}

a {
    text-decoration: none;
    padding: 2px;
}
a:hover {
    background: #f0f4f9;
    padding: 2px;
    border-radius: 15px;
}
.footer a:hover {
    background: #fff;
}

.gray {
    color: #666;
}

.btn-pink {
    background-color: #e0218a;
    color: #ffffff;
    /*margin-bottom: 20px;*/
}

.btn-pink:hover, .btn-pink:focus, .btn-pink.focus, .btn-pink:active,
	.btn-pink.active, .open>.dropdown-toggle.btn-pink {
	background-color: #bd1471 !important;
    color: #ffffff !important;
    outline: none !important;
}

input.form-control-lg::placeholder {
    color: #666;
    font-weight: 100;
}

input.form-control-lg {
    font-size: 14px;
    border-radius: 25px;
}

.input-group > label {
    z-index: 9;
}

hr {
    color: #c5c5c5;
}

label.error {
    color: #a94442;
    font-weight: normal;
    display: inline;
}

ul {
    list-style: none;
}

li {
    display: inline-block;
    margin-right: 20px;
    font-size: 12px;
}

.footer {
    color: #666;
    /*font-weight: bold;*/
    /*background: #fff;*/
    padding-top: 0;
    border: 0;
    font-size: 1em;
    height: auto;
}

.bg-info {
    padding: 20px;
    margin-bottom: 10px;
}

.bg-danger {
    border-left: solid 5px #a94442;
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 30px;
    background: rgba(var(--bs-danger-rgb),0.1)!important;
}

/* BEGIN Override message erreur Tapestry */
.alert-dismissable .close, .alert-dismissible .close {
    display: none;
}

.alert-dismissable > h4 {
    display: none;
}

@media ( max-width : 767px) {
    .block {
        padding: 0 !important;
    }
}

.bg-danger>ul {
    padding-left: 0;
    font-family: 'Source Sans Pro', sans-serif;
    color: #a94442;
    font-size: 0.9em;
    margin: 0;
}

/* END Override message erreur Tapestry */

.placeholder>label {
  bottom: 34px;
  left: 15px;
  position: relative;
  padding: 0px 5px 0px 5px;
  font-size: 1.1em;
  transition: 0.2s;
  font-weight: normal;
  pointer-events: none;
  color: #ccc;
}

.placeholder>input:focus {
  border-color: #e0218a;
}

/*.placeholder>input:valid~label {
  color: #000;
}*/

.placeholder>input:focus~label, .placeholder>input:not(:placeholder-shown)~label {
  bottom: 60px;
  background-color: white;
  line-height: 16px;
}

.placeholder>input:focus~label {
  color: #e0218a;
}

.placeholder>input:not(:placeholder-shown)~label {
  color: #3c763d;
}

#loginForm .form-group {
    margin-bottom: 0;
}

/*.placeholder>input:valid~label {
  bottom: 55px;
}*/

.block {
    background: #ffffff;
    border-radius: 25px;
    padding: 30px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.line {
   width: 100%;
   text-align: center;
   border-bottom: 1px solid #ddd;
   line-height: 0.1em;
   margin: 50px 0 40px;
}

.line span {
    background:#fff;
    padding:0 10px;
}

.btn-sso {
    clear: both;
}

#signinButton > div{
  margin: 0 auto;
  width: 260px !important;
  border-radius: 25px;
}

.abcRioButtonBlue > .abcRioButtonContentWrapper > .abcRioButtonIcon {
    border-radius: 25px !important;
}

.light-gray {
    color: #ddd;
}

.btn-lg {
    border-radius: 25px;
    /*margin-bottom: 10px;*/
}

body {
    background: #F0F4F9;
}

.fadeOut {
    -webkit-animation-duration: 10s;animation-duration: 15s;
    -webkit-animation-fill-mode: both;animation-fill-mode: both;
}

@-webkit-keyframes fadeOut {
    0% {opacity: 1;}
    90% {opacity: 1;}
    100% {opacity: 0;}
}

@keyframes fadeOut {
    0% {opacity: 1;}
    90% {opacity: 1;}
    100% {opacity: 0;}
}

.toast {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%);
}

.toast .btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat
}

.toast-info {
    /*border-left: solid 5px #3c763d;*/
    background: #198754;
    color: #fff;
}
.toast-info i:before {
    content: "\f164";
}
.toast-error {
    /*border-left: solid 5px #a94442;*/
    background: #dc3545;
    color: #fff;
}
.toast-error i:before {
    content: "\f5b4";
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

.hidden {
    display: none !important;
}

.toast > ul {
    padding: var(--bs-toast-padding-x);
    word-wrap: break-word;
}

/*.toast > .close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #ffffff;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .375rem;
    opacity: var(--bs-btn-close-opacity);
}*/

.toast > h4 {
    font-size: 1em;
    font-weight: normal;
    background: #dc3545;
    color: #fff;
    display: flex;
    align-items: center;
    padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
    /*color: var(--bs-toast-header-color);
    background-color: var(--bs-toast-header-bg);*/
    background-clip: padding-box;
    border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
    border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
    border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}

/*
/ Overrides Bootstrap
*/

.spinner-border-sm {
    --bs-spinner-border-width: 0.05em;
}