html, body, *{
    font-family: 'Gilroy', sans-serif;
    color: white;
}

main {
    min-height: calc(100% - 190px);
}

main > .container {
    padding: 70px 15px 20px;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}


.navbar-collapse {
    justify-content: space-between !important;
}

.degraded-block {
    /* Layout Properties */
    width: 100%;
    height: auto;
    /* UI Properties */
    background: transparent linear-gradient(118deg, #66030C 0%, #290205 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
}

.navbar .nav-link,
.navbar .nav-link.active {
    color: white;
}

.bold{
    font-weight: 800;
}

.white-block *{
    color: black;
}

.pt-90 {
    padding-top: 90px;
}


.pb-90 {
    padding-bottom: 90px;
}

.christmas-btn {
    background: transparent linear-gradient(101deg, #AC8039 0%, #CEA661 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 18px;
    padding: 4px;
    color: white;
    font-weight: 800;
    text-decoration: none;
    font-size: 23px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

.christmas-btn:after {
    content: '';
    background: url(../images/btn-radius.svg);
    height: 50px;
    width: 60px;
    right: -16px;
    top: -21px;
    position: absolute;
    background-size: 60px 60px;
}

.link-button{
    border: none;
    background: none;
    text-decoration: underline;
    font-size: 23px;
    font-weight: 800;
    color: white;
}

.christmas-btn:hover,
.link-button:hover,
.red-btn:hover{
    color: white;
}



#personnalisation h2,
#personnalisation h2 .bold {
    color: #AD813A;
}

.timelineDiv {
    position: relative;
}

#timelineBlocs div:nth-child(even) {
    padding-top: 150px;
}

#timelineGraph {
    position: absolute;
    top: 40%;
}


.block-offer {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 52px;
    min-height: 330px;
}

.block-offer-header {
    background: transparent linear-gradient(109deg, #CCA45F 0%, #AD813A 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 52px 52px 0px 0px;
    min-height: 90px;
    display: flex;
    flex-direction: column;
    place-content: center;
    padding-left: 20px;
}

.block-offer-title {
    margin: 0;
    font-weight: 800;
    font-size: 23px;
}

.block-offer-subtitle {
    margin: 0;
    font-size: 14px;
}

.block-offer-body * {
    color: black;
    
}

.block-offer-body ul {
    list-style-image: url(../images/bullet.svg);
}



.block-offer-body {
    margin: 20px;    
}

.block-offer-price {
    text-align: center;
    font-weight: 800;
    font-size: 30px;
    color: #AD813A;
}
.block-offer-price sup {
    color: #AD813A;
}

#register-header-button {
    padding-left: 30px;
}

.loginBlock{
    flex-grow: 1;
    margin: auto;
    display: flex;
    align-items: center;
}

#loginFormDiv {
    width: 410px;
}

#loginPage {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.full-height {
    min-height: 100%;
}

#login-button {
    margin-top: 30px;
}

.grey-block {
    background: #F7F7F7 0% 0% no-repeat padding-box;
    color: black;
}

#myaccount-header {
    text-align: center;
}

#myaccount-header h2 {
    font-size: 30px;
    padding-top: 50px;
}

#myaccount-header .allinfos {
    font-size: 40px;
    margin-bottom: 0px;
}

#myaccount-header p {
    font-size: 15px;
}

.myoffer-block {
    padding-top: 30px;
    padding-bottom: 20px;
}

.myoffer-block * {
    color: #AD813A;
}

.myoffer-title{
    font-weight: bold;
}

.myoffer-credits{
    font-size: 12px;;
}

.menu-block ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.menu-block ul li a{
    color: #66030C;
    font-weight: bold;
    line-height: 60px;
    text-decoration: none;
}

#my-account-content h3 {
    color: #66030C;
    font-weight: bold;
    font-size: 20px;
    padding-top: 25px;
    padding-bottom: 30px;
}


.field-card{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 8px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.field-card input{
    width: 100%;
    border: none;
    border-bottom: 1px dotted;
    border-radius: inherit;
    padding-bottom: 2px;
    /* margin-top: 2px; */
    padding-left: 0px;
}

.field-card input.valid,
.field-card input.is-valid,
.field-card input.is-valid:focus,
.field-card input.invalid,
.field-card input.is-invalid,
.field-card input.is-invalid:focus{
    border: none;
    box-shadow: none;
}

.field-card .label{
    align-self: center;
}

.field-card .form-label{
    font-weight: bold;
    color: black;
    margin: 0;
}


.contact-row * {
    color: #66030C;
}

.contact-row .field-card {
    display: flex;
    flex-direction: row;
}

.contact-row .field-card .content {
    flex-grow: 1;
    padding-left: 15px;
}

.contact-row .delete-icon {
    width: 15px;
    align-self: center;
}

.red-btn {
    background: transparent linear-gradient(99deg, #66030C 0%, #290205 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 8px;
    font-weight: 800;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 22px;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 13px;
}

.red-btn .icon {
    background: white;
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 14px;
    line-height: 26px;
    margin-left: 31px;
}


.badge-menu {
    width: 30px;
    height: 30px;
    background: #66030C 0% 0% no-repeat;
    display: inline-block;
    border-radius: 15px;
    text-align: center;
    line-height: 28px;
    margin-right: 10px;
}

.badge-menu img {
    height: 15px;
    filter: grayscale(1) invert(1) brightness(100);
}