html, body, #site-wrapper, .site-inner, .line{
  height: 100%;
  margin: 0;
}

body {
    background-image: url('https://s3.ca-central-1.amazonaws.com/cdn-ecomaris/production/financement/Cabestan-3-2023-248.jpeg');
    background-position-x: -30vw;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size:cover;
}

.line-header, .line-menu, .poweredBy-wrapper {
    display: none;
}

.line-main {
    padding-top: 0;
    padding-bottom: 0;
}

#clli5heTdvCwWkJjVqVGv6YU > h2 {
    display: none;
}

.gmail_quote {
    border-left: none !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    color: #26338A !important;
}

.gmail_quote > div > p > span > font > span {
    color: #26338A !important;
}

.gmail_quote > div > p > span > span > span > span > span > span > span > span > span > span > span > span > span > span > span > span > span > font > span {
    color: #26338A !important;
}

.gmail_quote > div > p {
    font-family: Selecta-Medium !important;
    color: #26338A !important;
    font-size: 20px !important;
    margin-left: 0 !important;
}

.gmail_quote > div > p > span {
    font-family: Selecta-Medium !important;
    color: #26338A !important;
    font-size: 20px !important;
    margin-left: 0 !important;
}

/*
.line {
    background-color: white;
    width: 50%;
    right: 0; 
}
*/

.container {
    background-color: white;
    width: 600px;
    /*margin-left: 50%;*/
    height: 100%;
    padding-top: 60px;
    padding-bottom: 80px;
    font-family: Selecta-Medium,Arial,helvetica,sans-serif;

    float: right;

    @media only screen and (max-width: 860px) {
        width: 100%;
        margin-left: 0;
    }

    @media only screen and (min-width: 1440px) {
        width: 800px;
    }

    @media only screen and (min-width: 1921px) {
        width: 1400px;
    }
}

.campaign-details-cta {
    padding-left: 40px;
}

.campaign-header.thermo-off .campaign-image-part {
    padding-left: 40px;
}

#don-form-box {
    display: none;
}

.form-donation__info-step .radio-inline {
    background-color: #FBF5A8;
    color: #5D77B8;
    border: #5D77B8;
    border-style: solid;
    border-width: 1px;
    border-radius: 32px;
}

.form-donation__info-step .radio-active, .form-donation__info-step .radio-inline:focus, .form-donation__info-step .radio-inline:hover {
    background-color: #5D77B8 !important;
    color: #FBF5A8 !important;
    border: #FBF5A8;
    border-style: solid;
    border-width: 1px;
}

.btn-secondary, .donation-footer-frame .btn-link, .form-withProgress__navigation-footer .btn-link {
    border-color: #5D77B8;
    color: #5D77B8;
}

.btn-secondary:hover, .donation-footer-frame:hover .btn-link:hover, .form-withProgress__navigation-footer:hover .btn-link:hover {
    color: #5D77B8;
    background-color: #CCD5EC;
}

.btn-primary {
    background-color: #5D77B8;
    border-color: #5D77B8;
}

.btn-default {
    background-color: transparent;
    border-color: #5D77B8;
    color: #5D77B8;
}

card.body {
    max-width: 50%;
}


.form-horizontal {
    width: 100%;
}

.col-md-12 {
    width: 100%;
}


.col-sm-24 {
    width: 100%;
    background-color: white;
    height: 100%;
    
}

.form-donation__info-step .radio-inline + .radio-inline {
    margin: 0 16px 12px 0;
}

.form-donation__info-step .radio-inline {
    margin: 0 16px 12px 0;
}

#fieldset-AmountInfos .form-group:last-child .col-md-12 {
    margin-left: 0px;
}

h1, h2, h4 {
    color: #26338A;
    font-family: Selecta-Medium,Arial,helvetica,sans-serif;
}

h1 {
    font-size: 40px;
    font-weight: 700;
}

h2 {
    font-size: 25px;
    font-weight: 500;
}

h4{
    font-size: 25px;
    font-weight: 700;
    text-transform: initial;
}

.campaign-header.thermo-off .campaign-image-part {
    max-width: 100%;
    margin-bottom: 40px;
}

.campaign-desc-text {
    color: #26338A;
    font-size: 20px;
}

.don-form-wrapper{
    padding: 0 40px;   
} 