/* Échec de l'agrandissement. Renvoi du contenu non agrandi.
(5,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */


/*Ajout pour la mis a jour JQuery Bootstrap5*/
:root {
    --bs-primary: #337ab7;
    --bs-primary-rgb: 51, 122, 183;
    --bs-primary-text: #ffffff;
    --bs-danger-rgb: 169, 68, 66;
}

.hidden {
    display: none !important;
}


.card.card-primary > .card-header {
    background-image: -webkit-linear-gradient(top,#337ab7 0%,#2e6da4 100%);
    background-image: -o-linear-gradient(top,#337ab7 0%,#2e6da4 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));
    background-image: linear-gradient(to bottom,#337ab7 0%,#2e6da4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7',endColorstr='#ff2e6da4',GradientType=0);
    background-repeat: repeat-x;
    color: white;
}

/*Fin des ajou*/

body {
}




#sideMenu {
    display:none;
}

.zonemenu {
    display:none!important;
}

#mainContainer {
    margin-left: 0%;
    width:100%;
}

.majuscule{
    text-transform: uppercase;
}
span.btn { cursor: default !important; border:0 !important;}

.boutonsDansFormulaire {
    padding-top: 25px;
}

.etape{
    display: inline-block;
    padding: 6px 14px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color:#fff;
    background-color:#b5b6b7;
    cursor: default !important;
}

.etapeActive {
   background-color:#757779!important;
   color:#fff!important;
}



.noLeftPadding{
    padding-left:0px;
}

.text-large {
  font-size: 125%;
}


ul.limit ul a {
    padding-left:50px;
}

ul#menuCtl li.active a:hover,
ul#menuCtl li.active a:focus{
    color:#fff !important;
}

ul#menuCtl li a:hover,
ul#menuCtl li a:focus {
    background-color:inherit !important;
    color:#1a0dab;
    cursor: default !important;
    outline:inherit !important;
}

.has-error{
    color: #a94442
}

.modal-title {
    color: #fff;
    background-color: #337ab7;
    border-radius: 6px;
    padding: 5px;
    font-size: 175%;
    font-weight: 500;
}

.modal-header{
    padding:5px!important;
    border-bottom:0px;
}

.modal-header-bottomBorder{
    border-bottom:1px solid #e5e5e5 !important;
}

#modaleSelection button{
    min-width: 90px;
}

.validation-summary-errors ul{
    margin-bottom:0px;
}

.liens-ramq {
    margin: 0 auto 1.875rem auto;
}

.liens-ramq li {
    padding : 0.625rem;
    line-height: 0.81rem;
    white-space: nowrap;
    margin-bottom: 0.5rem;
}

 .liens-ramq ul {
     list-style : none;
     display: flex;
     justify-content: center;
     padding : 0;
 }

 .liens-ramq li:last-child {
     padding-right: 0;
 }

 footer {
    margin-top: 0px;
    background-color: #fff;
}

 #CryptoHelper {
     display:none;
 }
#chargement
{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.6);
    z-index: 1000;
}


@keyframes spinner-line-fade-more {
  0%, 100% {
    opacity: 0; /* minimum opacity */
  }
  1% {
    opacity: 1;
  }
}

@keyframes spinner-line-fade-quick {
  0%, 39%, 100% {
    opacity: 0.25; /* minimum opacity */
  }
  40% {
    opacity: 1;
  }
}

@keyframes spinner-line-fade-default {
  0%, 100% {
    opacity: 0.22; /* minimum opacity */
  }
  1% {
    opacity: 1;
  }
}

.btn-secondary {
    min-width: 70px;
    color: #fff;
    background-color: #6d6f71;
    border-color: #757779;
}

.btn-secondary:focus,
.btn-secondary.focus {
    color: #fff;
    background-color: #6d6f71;
    border-color: #757779;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #6d6f71;
    border-color: #757779;
}

.btn-secondary:active,
.btn-secondary.active,
.open>.dropdown-toggle.btn-secondary {
    color: #fff;
    background-color: #6d6f71;
    border-color: #757779;
}

.btn-secondary:active:hover,
.btn-secondary.active:hover,
.open>.dropdown-toggle.btn-secondary:hover,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.open>.dropdown-toggle.btn-secondary:focus,
.btn-secondary:active.focus,
.btn-secondary.active.focus,
.open>.dropdown-toggle.btn-secondary.focus {
    color: #fff;
    background-color: #6d6f71;
    border-color: #757779;
}

.btn-secondary:active,
.btn-secondary.active,
.open>.dropdown-toggle.btn-secondary {
    background-image: none
}

.btn-secondary.disabled,
.btn-secondary[disabled],fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled.focus,
.btn-secondary[disabled].focus,
fieldset[disabled] .btn-secondary.focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,fieldset[disabled] .btn-secondary:active,.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
    background-color: #aeb1b3;
    border-color: #757779;
    color:#e4e3e3;
}

.btn-secondary .badge {
    color: #aeb1b3;
    background-color: #fff
}


.btn-secondary {
    background-image: -webkit-linear-gradient(top,#aeb1b3 0%,#757779 100%);
    background-image: -o-linear-gradient(top,#aeb1b3 0%,#757779 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#aeb1b3),to(#757779));
    background-image: linear-gradient(to bottom,#aeb1b3 0%,#757779 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaeb1b3',endColorstr='#ff757779',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #757779;
}

.btn-secondary:hover,
.btn-secondary:focus {
    background-color: #757779;
    background-position: 0 -15px;
}

.btn-secondary:active,
.btn-secondary.active {
    background-color: #757779;
    border-color: #757779;
}

.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled.focus,
.btn-secondary[disabled].focus,
fieldset[disabled] .btn-secondary.focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
    background-color: #757779;
    background-image: none;
}

.btn-warning {
    min-width: 70px;
    color: #fff;
    background-color: #fb7f37;
    border-color: #e15505;
}

.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #fb7f37;
    border-color: #e15505;
}

.btn-warning:hover {
    color: #fff;
    background-color: #fb7f37;
    border-color: #e15505;
}

.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #fb7f37;
    border-color: #e15505;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open>.dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open>.dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open>.dropdown-toggle.btn-warning.focus {
    color: #fff;
    background-color: #fb7f37;
    border-color: #e15505;
}

.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled,
.btn-warning[disabled],fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #fb8537;
    border-color: #e15505;
    color:#e4e3e3;
}

.btn-warning .badge {
    color: #aeb1b3;
    background-color: #fff
}


.btn-warning {
    background-image: -webkit-linear-gradient(top,#fb8537 0%,#e15505 100%);
    background-image: -o-linear-gradient(top,#fb8537 0%,#e15505 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fb8537),to(#e15505));
    background-image: linear-gradient(to bottom,#fb8537 0%,#e15505 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffb8537',endColorstr='#ffe15505',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #e15505;
}

.btn-warning:hover,
.btn-warning:focus {
    background-color: #e15505;
    background-position: 0 -15px;
}

.btn-warning:active,
.btn-warning.active {
    background-color: #e15505;
    border-color: #e15505;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #e15505;
    background-image: none;
}
.stepwizard-step p {
    margin-top: 10px;
    margin-bottom: 0px;
}
.stepwizard-row {
    display: table-row;
    font-weight: 500;
}
.stepwizard {
    display: table;
    width: 50%;
    position: relative;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
    top: 20px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
