

body{

    background: #f2f2f2 !important;
    min-height: 100vh;
    display: grid;
    /* grid-template-rows: 1fr auto; */
}

header {
    position: fixed;
    z-index: 99;
    top: 0;
    width: 100%;
}


label.is-required:after {
    content: " *";
    color: red;
}

a.navbar-brand.me-2 {
    margin-left: 52px;
}


a.nav-link{
    font-size: 18px;
    color: #004D91;
    text-decoration: none;
    padding: 10px 15px 5px 15px !important;
}

.nav-a a img{
   margin-left: 22px;
}
ul.navbar-nav.nav-a.mb-lg-0 {
    margin: 9px 53px 5px 2px;

}
.footer{
  background: #004D91;
  margin-top: auto;
  color: white;
}

.footer h5{

    /* padding: 18px; */
}

.footer h5 a{

    color: white;
    text-decoration: none;
}

.social{

    text-align:end;
}
.social ul li{
    /* padding: 19px 0 0 2px; */
}

.social ul li a{

    font-size: 22px;

}

.login-title{
    text-align: center;
color: #004D91;
font-weight: 700;
margin: 20px 0 26px 4px;
font-size: 21px;
}

.login-page .card{

    max-width: 500px;
    margin: auto;
}

nav.navbar.navbar-expand-lg.navbar-white.bg-white{
    /* border-bottom: 8px solid #dedede; */
}

.pageCible{
    font-size: 17px;
}

* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

/*Background color*/


/*form styles*/
.radio-choice{
    justify-content: center;
    display: flex;
}
.element-radio{
    font-size: 17px;
}

.radio-choice label{
    margin-right: 1em;

}
.radio-choice label > span:before {
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: #fff;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    margin-right: 1em;
    transition: 0.25s ease;
    box-shadow: inset 0 0 0 0.125em #004d91;
}
.radio-choice form {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.radio-choice label input {
    position: absolute;
    left: -9999px;

}
.radio-choice label span{
    display: flex;
    padding-bottom: 20px;
    border-radius: 99em;
    transition: 0.25s ease;
}
.radio-choice label span:hover {
    background-color: mix(#fff, #004d91, 84%);

}
.radio-choice label span:hover + span:before {
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: #fff;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    margin-right: 0.375em;
    transition: 0.25s ease;
    box-shadow: inset 0 0 0 0.125em #004d91;


}
.radio-choice label span.question-note {
	padding-bottom: 0;
}
.radio-choice label input:checked + span:before {
    box-shadow: inset 0 0 0 0.4375em #004d91;
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
}

#msform  .form-card {
    background: white;
    border: 0 none;
    border-radius: 0px;

    box-shadow: 0 0px 2px 0px rgba(0, 0, 0, 0.3);
    padding: 20px 40px 30px 40px;
    box-sizing: border-box;
    width: 94%;
    margin: 0 3% 20px 3%;

    /*stacking fieldsets above each other*/
    position: relative;
}

#msform form {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;

    /*stacking fieldsets above each other*/
    position: relative;
}

/*Hide all except first fieldset*/
#msform form:not(:first-of-type) {
    display: none;
}

#msform form .form-card {
    text-align: left;
    color: black;
}

#msform, #msform textarea {
    padding: 10px 15px 10px 15px;
    /* border: none; */
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    /* margin-bottom: 25px; */
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    /* font-family: montserrat; */
    color: #2C3E50;
    font-size: 16px;
    letter-spacing: 1px;
}

#msform input:focus, #msform textarea:focus {
    /* -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    font-weight: bold;
    border-bottom: 2px solid #4da234;
    outline-width: 0; */
}

/*Blue Buttons*/
#msform .action-button {
    width: 100px;
    background: #4da234;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}
#msform .action-button-reporter {
    width: 100px;
    background: #346ba2;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #4da234;
}

/*Previous Buttons*/
#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button-previous:hover, #msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #616161;
}

/*Dropdown List Exp Date*/
select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px;
}

select.list-dt:focus {
    border-bottom: 2px solid skyblue;
}

/*The background card*/
.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative;
}

/*FieldSet headings*/
.fs-title {
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: left;
}
.fs-title , .upload {
    color: #004d91;
}
.fs-title > i, .explication > i, .upload > i {
    margin-right: 10px;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
}

#progressbar .active {
    color: #000000;
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 25%;
    float: left;
    position: relative;
}

/*Icons in the ProgressBar*/
#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f023";
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007";
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f09d";
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c";
}

/*ProgressBar before any progress*/
#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

/*ProgressBar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}

/*Color number of the step and the connector before it*/
#progressbar li.active:before, #progressbar li.active:after {
    background: skyblue;
}

/*Imaged Radio Buttons*/
.radio-group {
    position: relative;
    margin-bottom: 25px;
}

.radio {
    display:inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor:pointer;
    margin: 8px 2px;
}

.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}

/*Fit image in bootstrap div*/
.fit-image{
    width: 100%;
    object-fit: cover;
}

/*Question*/
.question {
    font-weight:bold;
}
.question-title {
	margin-top: 25px;
}

/*Question note*/
.question-note {
	font-weight:normal;
	font-size: .94em;
	color:#666666;
}

/*Logo*/
div.logo {
    margin: 0 auto 30px -2rem;
    border-bottom: 1px solid #ddd;
}
div.logo img {
    width: 100%;
    max-width: 200px;
}

/*Progress bar*/
.progress {
    --bs-progress-border-radius: 0;
    --bs-progress-height: .55rem;
}
.progress > .progress-bar {
    background-color: #4da234;
}

.explication.accordion {
    background: #fdf7ec;
    border-left: 5px solid orange;
}
.explication .accordion-item {
    background: #fdf7ec;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;

}
.explication .accordion-button:not(.collapsed) {
    color: orange;
    background-color: #fdf7ec;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.explication .accordion-button {
    color: orange;
    background-color: #fdf7ec;
    font-size: 18px;
    font-weight: normal;
}
.explication .accordion-button:focus {
    outline: 0;
    box-shadow: none;
}
.explication .accordion-button i {
	margin-right: 10px;
	color: orange;
}
.explication h5{
    color: orange;
}


.modal#howToProceed .modal-content {
    text-align: justify;
}
.modal#howToProceed .modal-header {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 0.8rem;
}
.modal#howToProceed .modal-header h2 i {
    margin-right: 10px;
}
.modal#howToProceed .modal-body {
    padding: 2rem;

}
.modal#howToProceed .modal-body p,
.modal#howToProceed .modal-body ul,
.modal#howToProceed .modal-body ol {
    font-size: 17px;
}
.modal#howToProceed .modal-body ul {
	padding-left: 0;
}
.modal#howToProceed .modal-body ol {
	padding-left: 1rem;
}
.modal#howToProceed .modal-body h3,
.modal#howToProceed .modal-body h4 {
    color: #004D91;
}
.modal#howToProceed .modal-body .title h5 {
    color: #ffffff;
    background: #004D91;
    padding: 8px 5px 5px 10px;
}
.modal#howToProceed .modal-body .title {
    margin-top: 30px;
}
.modal#howToProceed .modal-body ul li{
    list-style: none;
}
.modal#howToProceed .modal-body ul li::before{
    content: "\00BB";
	font-size: 1.5rem;
    margin-right: 10px;
	line-height: 100%;
}

.filepond--credits {
    display: none;
}
.session-link {
    color: #004D91;
    text-decoration: underline;
    cursor: pointer;
}

.flip-cowntdown {
    width: 35%;
    margin: 0 auto;
}
.tick {
    font-size:1rem;
    font-family: Nunito, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.tick-label {
    font-size:.375em;
    text-align:center;
}
.tick-group {
    margin:0 .25em;
    text-align:center;
}
.tick-credits {
    display: none;
}

@media only screen and (max-width: 480px) {
    .flip-cowntdown {
        width: 100%;
    }
}
@media only screen and (max-width: 990px) {
    .flip-cowntdown {
        width: 60%;
    }
}

.question-title {
    margin-top: 30px;
}

