﻿@charset "UTF-8";
/* w=1440
Primary green #28B098
Black text #2B2B2B
footer 1 #159289
footer 2 #095C50
menu #209289
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

a {
    text-decoration: none;
    color: inherit;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
html,
body {
    padding: 0;
    overflow-x: hidden;
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
}

body, html {
    margin-top: 9px;
    overflow-y: auto !important;
    font-family: 'AvantGardeGothic', sans-serif;
}

body > .page {
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
}

body > .page > .main-container {
    max-width: 1440px;
    margin: 0;
}

.main-container {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    padding: 50px 0;
    padding-top: 29px;
}

button {
    display: block;
    width: 200px;
    min-width: 9rem;
    padding: 0.25rem 1rem;
    border-radius: 2rem;
    outline: none !important;
    color: #fff;
    text-transform: none;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 800;
}

button:disabled {
    border: #d4cfca solid 0.19rem;
    color: #4a4a4a !important;
    background-color: #d4cfca !important;
    box-shadow: unset;
    font-weight: 400;
}

button:disabled:hover {
    border: #d4cfca solid 0.19rem;
}

.button-submit {
    margin: 0.25rem 0;
}

.button-primary {
    height: 50px;
    line-height: 21.6px;
    padding: 10px 0;
    border: none;
    transition: all .3s ease;
    border-radius: 4px;
    color: #fff;
    background-color: #E92C61;
    font-size: 18px;
}

.button-primary:hover {
    background-color: #980B3B;
}

.button-secondary {
    height: 36px;
    line-height: 23.5px;
    padding: 6px 21px;
    border: 1px solid #159289;
    background-color: #159289;
    font-family: "Heebo";
    font-size: 16px;
    font-weight: 700;
}

.button-secondary:hover {
    border: #073b34 solid 0.19rem;
    color: #fff;
    background-color: #1BB098;
}

.button-secondary:focus {
    border: #1BB098 solid 0.19rem;
}

.button-link {
    border: none;
    color: #1BB098;
    background-color: white;
    box-shadow: none;
    font-family: Heebo;
    font-size: 1rem;
    font-weight: 400;
    text-decoration: underline;
}

.button-link:hover {
    border: none;
    color: #1BB098;
    background-color: white;
}

.button-link:focus {
    border: none;
    outline: none;
}

h1 {
    font-size: 3.875rem;
    font-style: normal;
    line-height: normal;
}

h2 {
    font-size: 2rem;
    font-style: normal;
    line-height: normal;
}

h3 {
    font-size: 1.5rem;
    font-style: normal;
    line-height: 1.235;
}

h4 {
    line-height: 1.334;
    padding-top: 0.5rem;
    color: #1BB098;
    font-family: Heebo;
    font-size: 0.875rem;
    font-weight: 800;
}

a {
    color: #980b3b;
    font-family: Heebo;
    font-size: 16px;
    text-decoration: underline;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

a:hover {
    color: #980b3b;
}

label {
    margin: 0;
    color: #939799;
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-style: normal;
}

p {
    margin: 0;
    margin-bottom: 0.5rem;
    font-family: Heebo;
    font-weight: 400;
}

.connect {
    text-align: center;
    font-size: 24px;
    font-style: normal;
    line-height: normal;
    text-decoration: none;
}

ul {
    line-height: 1.5;
    font-family: Heebo;
    font-size: 0.875rem;
    font-weight: 400;
}

.title-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    margin-bottom: 20px;
}

.list-dash {
    list-style-type: none;
}

.list-dash li:nth-of-type(n + 1):before {
    content: "- ";
}

.form-actions {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 2rem;
    margin: 1rem 0;
}

/*.form-actions button:nth-of-type(n + 1) {
    margin-bottom: 2rem;
    text-transform: uppercase;
}*/

.form-control::placeholder {
    font-style: italic;
}

.message {
    padding-top: 0;
    color: #909091;
    text-align: center;
    line-height: 1.5;
}

.list-inline {
    text-align: center;
}

.description {
    color: #939799;
    font-size: 1rem;
    font-style: normal;
    line-height: normal;
}

.description a {
    color: #980B3B;
    font-style: normal;
    line-height: normal;
}

.text-danger, span.text-danger {
    margin: 3px 0px;
    color: #EB275F !important;
    font-size: 18px;
    font-family: Heebo;
    font-weight: 500;
    font-stretch: normal;
}
.text-danger a, span.text-danger a{
    color: #EB275F !important;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
}
.text-danger ul {
    list-style-type: none;
}

.text-danger ul:nth-of-type(n + 1) {
    padding-left: 0;
}

.toggle-password,
.toggle-password-confirmed {
    display: flex;
    margin: auto -40px;
    color: #888;
    cursor: pointer;
}

.toggle-password-img {
    width: 1.5rem;
}

.password-eye {
    display: flex;
}

input[type="checkbox"] {
    display: flex;
    width: 1rem !important;
    height: 1rem;
    padding: 0;
    margin: 0;
    border: 1px solid #4a4a4a;
    background: #fff;
    background-color: transparent;
    -webkit-appearance: none;
}

input[type="checkbox"]:checked {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #6e6e70;
    background: #96103C;
}

input[type="checkbox"]:checked:before {
    display: block;
    color: #fff;
    content: "✓";
    font-family: Arial;
    font-size: 0.75rem;
    font-weight: bold;
}

.form-control {
    width: 100%;
    height: 60px;
    border: 1px solid #b0aaa2;
    border-radius: 0;
    color: #2B2B2B;
    font-family: 'AvantGardeGothic', sans-serif;
    font-stretch: condensed;
    font-weight: 400;
    padding: 0 15px;
    font-size: 18px;
    outline: 0;
    transition: all .3s ease;
    background: transparent;
}

input.form-control:focus {
    border-color: inherit;
    box-shadow: 0 0 3px 2px rgba(150, 16, 60, .2);
}

.acceptance-first-word {
    color: #2B2B2B !important;
}

.form-control:focus {
    border-color: #eb275f;
    outline: none;
    box-shadow: 0 0 5px #eb275f;
}

.form-floating {
    padding-top: 1rem;
}

.check-box-wrapper {
    padding-top: 0.4rem !important;
}

.check-condition {
    display: flex;
    padding-top: 0;
    padding-top: 2rem;
    margin-bottom: 0.5rem;
}


.check-condition :nth-child(n + 1) {
    width: unset;
    padding: 0.2rem;
    margin: 0;
    color: #96103C;
    font-family: Heebo;
    font-size: 16px;
}

.button-center {
    margin: 2rem auto;
}

.check-box-title {
    padding: 1rem 0;
}

.list-instructions {
    color: #2B2B2B;
    font-size: 14px;
    font-family: Heebo;
    margin: 0 0 15px 0;
}

.list-inline-item {
    display: grid;
}

.instruction {
    padding-top: 0;
    color: #2B2B2B;
    font-family: Heebo;
    font-size: 14px;
    margin: 15px 0 0 0;
    text-align: left;
}
form p.instruction{
    text-align: left;
}
.check-box:checked :before {
    background-color: #EB275F;
}

.description-paragraph {
    display: flex;
    flex-direction: column;
}

.link-label {
    color: #1BB098;
}

.form-help {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 60px;
}

.row {
    margin-right: 8%;
    margin-left: 10%;
}

.arrow {
    height: 2rem;
    position: relative;
    margin-right: 20px;
    padding-top: 1px;
}

.arrow img {
    width: 30px;
    height: 24px;
}

.footer-page {
    display: flex;
    justify-content: center;
    padding: 2rem 0;
}

.footer-page> :first-of-type {
    border-left: 0;
}

.footer-link {
    padding: 0 0.5rem;
    border-left: solid 0.1rem;
}

@media (max-width: 600px) {
    .footer-page {
        align-items: center;
        flex-direction: column;
    }

    .footer-link {
        border-left: 0;
    }
}

.bottom-bar {
    z-index: 0;
    flex-shrink: 0;
    width: 100%;
    margin-top: 2rem;
}

body > .bottom-bar {
    max-width: none;
}

.page-container {
    z-index: 2;
    display: flex;
    flex-direction: column;
    padding-top: 3.5rem;
    padding-bottom: 2rem;
}

.page-container .body-container .box-paragraph h2.medium-light-bold {
    text-align: center;
    margin-bottom: 20px;
}

.page {
    display: flex;
    flex-direction: column;
    background-color: #f5f3f2;
}

.box-paragraph {
    width: 100%;
    max-width: 848px;
    padding: 35px 0;
    margin: 0 auto;
    background-color: #fff;
}
.box-paragraph h2, .box-paragraph p{
    text-align: center;
}

.box-paragraph p.description {
    font-size: 14px;
    font-family: Heebo;
    margin: 0;
    padding: 0;
    text-align: justify;
    color: #2b2b2b;
    padding: 0 30px;
}
.box-paragraph p.description:first-child {
    padding-top: 40px;
}
.box-paragraph p.description:last-child {
    padding-bottom: 40px;
}
.box-paragraph p a{
    color: #980b3b;
    font-size: 14px;
    padding: 0;
    display: inline;
}
.welcome-page .logo {
    width: 64px;
}

.icon-banner {
    width: 32px;
}

.body-container {
    width: 100%;
    max-width: 830px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
    padding: 0;
}

.welcome-page li {
    padding: 4px;
    list-style: none;
}

.logged-out-page iframe {
    display: none;
    width: 0;
    height: 0;
}

.grants-page .card {
    margin-top: 20px;
    border-bottom: 1px solid lightgray;
}

.grants-page .card .card-title {
    font-size: 120%;
    font-weight: bold;
}

.grants-page .card .card-title img {
    width: 100px;
    height: 100px;
}

.grants-page .card label {
    font-weight: bold;
}

.title {
    font-style: normal;
    line-height: normal;
}

.basic {
    font-size: 16px;
    line-height: 23.5px;
}

.infos-utiles {
    color: #980B3B;
    font-family: Heebo;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.medium-light2 {
    color: var(--Texte, #2B2B2B);
    font-family: 'AvantGardeGothic', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-top: 1rem;
    margin: .5rem 0;
}


.microsoft-azure {
    font-family: 'AvantGardeGothic', sans-serif;
    font-weight: 400;
    font-size: 24px;
    font-stretch: condensed;
    line-height: 28.8px;
}

.updated {
    font-family: Heebo;
    font-weight: 400;
    font-size: 16px;
    line-height: 23.5px;
    color: #939799;
}

.title-premuim, .sub-title {
    line-height: 74.4px;
    text-align: center;
}

.basic-color {
    color: black;
    text-decoration: none;
    font-weight: 400;
}

.liste-style {
    list-style-type: none;
    padding-left: 0 ;
}

div.page-container {
    background-image: url(../images/background-image.jpg);
    height: 694px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    font-size: 0;
    line-height: 1;
    position: relative;
}

.auth-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
}

.auth-buttons  .btn-circle {
    width: 60px !important;
    height: 60px !important;
    min-width: 60px !important;
    max-width: 60px !important;
    min-height: 60px !important;
    max-height: 60px !important;
    border-radius: 50% !important;
    border: 2px solid #e0e0e0;
    background-color: #ffffff;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0 !important;
    margin: 0.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
    flex-grow: 0;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.auth-buttons .btn-circle {
    border-color: #636363;
}

.auth-buttons .btn-circle:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    border-color: #d0d0d0;
}

.auth-buttons .btn-circle:active {
    transform: scale(0.98);
}

.auth-buttons  .provider-logo {
    width: 48px !important;
    height: 48px !important;
    max-width: 48px !important;
    max-height: 48px !important;
    display: block;
    pointer-events: none;
}

.auth-buttons .btn-apple .provider-logo {
    margin-left: -9px;
    margin-top: 2px;
}


@media (max-width: 48rem) {
    h1 {
        font-size: 2rem;
    }
    h2 {
        font-size: 1.5rem;
    }
    h3 {
        font-size: 1.25rem;
    }
    .page-container {
        padding-top: 2rem;
    }
    .box-paragraph {
        padding: 1rem 5px;
    }
    .row {
        margin: 0 .5rem;
    }
    label {
        font-size: 1rem;
    }
    .arrow {
        margin-right: .5rem;
        padding-top: 0;
    }
    @supports (-webkit-touch-callout: none) and (max-width: 48rem) {
        .arrow {
            padding-top: 0px;
        }
    }
    .arrow img {
        width: 1.25rem;
        height: 1rem;
    }
    .form-help {
        flex-direction: column;
        justify-content: flex-start;
    }
    .text-danger, span.text-danger {
        font-size: 16px;
    }
    .connect {
        font-size: 1.15rem;
    }
    button.button-primary {
        font-size: .875rem;
        height: auto;
        width: 180px;
        margin: 5px auto;
        display: block;
    }
    #registerSubmit{
        margin: 20px auto;
    }
    div button.button-primary.confirm-signout {
        margin: 45px auto 10px;
        width: 180px;
    }
    .check-condition :nth-child(n + 1) {
        font-size: 14px;
    }
    [class^="col-md-"] {
        padding: 0;
    }
    a, .description, .basic {
        font-size: .85rem;
    }
    .title-premuim, .sub-title {
        line-height: normal;
    }
    .body-container{
        max-width: 95%;
    }
    footer div.footer-bottom div.footer-links div.footer-links-item.no-display-1280{
        display: block;
    }
    header nav ul li {
        font-size: 0;
        padding: 5px 7px;
        border-radius: 50%;
        height: 28px;
        width: 28px;
    }
    header nav ul li a {
        font-size: 0;
    }
    header nav ul.connected li a {
        font-size: 14px;
    }
    nav ul.connected li:first-child{
        font-size: 14px;
    }
    .title-container {
        margin-bottom: 25px;
    }
    .box-paragraph h2, .box-paragraph p{
        margin-bottom: 15px;
    }
    div.form-links a{
        margin: 5px 0;
    }
    .main-container li.nav-item {
        margin: 5px 0;
        list-style-type: none;
        text-align: center;
    }
    nav ul.connected div.user-menu ul li a{
        font-size: 16px;
    }
    button.button-primary.signout, button.button-primary.confirm-signout {
        margin: 5px auto;
    }
    body input.input-element{
        height: 58px !important;
    }
    .form-control{
        height: 52px;
    }
    label.checkbox-container .checkmark {
        height: 16px;
        width: 16px;
        top: 3px;
    }
    .checkbox-container input:checked ~ .checkmark:after {
        display: block;
        left: 4px;
        top: 0px;
        transform: rotate(45deg) scale(.9);
    }
    body{
        margin-top: 0;
    }
    body > .page > .main-container{
        margin-top: 15px
    }
    .title-container{
        margin-top: 20px
    }
    #registerForm, div.login-page form, form{
        margin-top: -25px;
    }
    nav .connected div.user-menu .tooltip{
        width: 180px;
    }
    nav ul.connected div.user-menu ul li a{
        font-size: 14px;
    }
    nav ul.connected li:first-child{
        font-size: 0;
        background-image: url(../images/user-icon.svg);
        background-size: 14px 16px;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .box-paragraph p.reduce-margin-top{
        margin-top: -20px;
    }
    header nav ul.connected div.user-menu ul li.sign-out {
        position: relative;
        padding: 10px 0 10px 55px;
    }
    .message.text-heebo-small-bold{
        font-weight: normal;
    }
    a.button-transparent.button-signup {
        width: 180px;
        display: inline-block;
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }
}
.form-links{
    padding: 0;
    margin: 0;
}
.form-links a {
    margin: 1px 0;
    padding: 0;
}
.form-group{
    margin-bottom: 5px;
}
.form-element label.checkbox-container {
    display: inline-block;
    margin: 0;
    padding-left: 35px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #2b2b2b;
    font-family: 'AvantGardeGothic', sans-serif;
    font-weight: normal;
    font-stretch: condensed;
    position: relative;
}

.checkbox-container:first-child {
    margin-left: 0;
}
/* Hide the browser's default checkbox */
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox-container .checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px solid #B0AAA2;
    border-radius: 4px;
    transition: all .2s ease;
    box-sizing: initial;
}

.checkbox-container:hover input ~ .checkmark {
    background-color: #FCFCFC;
}

.checkbox-container input:checked ~ .checkmark {
    background-color: #96103C;
}

.checkbox-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

.checkbox-container .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    box-sizing: initial;
}

.form-element label.checkbox-container.disabled {
    color: #939799;
}

.form-element label.checkbox-container.disabled input:checked ~ .checkmark {
    background-color: #939799;
}
.form-element.checkbox-group{
    margin: 10px 0 0; 
}

.checkbox-container a {
    color: inherit;
    text-decoration: inherit;
    font-size: inherit;
    font-family: inherit;
    margin: 0;
    font-weight: 400;
    font-stretch: inherit;
}
.checkbox-container a label{
    display: inline;
}
.checkbox-container a span {
    color: #980B3B;
    text-decoration: underline;
}
.main-container li.nav-item {
    margin: 5px 0;
    list-style-type: none;
    text-align: center;
}

button.button-primary.signout, button.button-primary.confirm-signout {
    margin: 5px auto;
}
.signup-duplicate-error{
    margin-top: 10px;
}
a.button-signup {
    text-decoration: none;
    display: block;
    width: 200px;
    text-align: center;
    border-radius: 5px;
    outline: none !important;
    color: #fff;
    line-height: 50px;
    margin: 0;
    text-transform: uppercase;
    padding: 0;
}
input.input-error-field {
    border: 2px solid #eb275f;
}
.confirm-signout-container{
    text-align: center;
}
.confirm-signout-container button.confirm-signout {
    display: inline-block;
    margin: 5px;
}
a.button-transparent {
    background: transparent;
    color: #e92c61;
    border: 1px solid #e92c61;
    display: inline-block;
}
a.button-transparent:hover {
    background: #e92c61;
    color: #FFF;
    border: 1px solid #e92c61;
}
.container-medium {
    width: 950px;
    margin: 0 auto;
    max-width: 90%;
}