﻿/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/

body {
    font-family: AvenirLTStd; /*,Arial,Helvetica,sans-serif;*/
    background-position: 0% 0%;
    background-repeat: no-repeat repeat-y;
    background-size: 100%;
    background-attachment: fixed;
    -webkit-background-size: cover; /* pour anciens Chrome et Safari */
    background-size: cover; /* version standardisée */
}

.dl-horizontal dt {
    white-space: normal;
}
/** Début : sticky footer **/
html, body {
    height: 93%;
    margin: 0;
}

.paddingImpression {
    padding-left: 10px;
}

.container {
    min-height: 100%;
}

/*Magin param mentien*/
#collapseCNILnCO {
    margin-left: 10px;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 991px) {
    .container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 1199px) {
    .container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 1199px) {
    .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 991px) {
    .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
}

/** Fin : sticky footer **/

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
    border-radius: 0;
}

    input[type="checkbox"], input[type="radio"] {
        width: 1.3em;
        height: 1.3em;
        display: inline-block;
    }

    input[type=text], input[type=password], input[type=number], input[type=decimal], input[type=textarea] {
        background: #FFFFFF;
        border: 1px solid #c7d2e0;
        box-sizing: border-box;
        border-radius: 20px;
        font-size: 13px;
        line-height: 17px;
        max-width: 100%;
        height: 40px;
    }

    input[type=password] {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

select {
    background: #FFFFFF !important;
    border: 1px solid #c7d2e0;
    box-sizing: border-box !important;
    border-radius: 20px !important;
    font-size: 13px !important;
    line-height: 17px !important;
    color: #888A88 !important;
    max-width: 100% !important;
    height: 40px !important;
}

input[type="text"]:disabled, input[type="select"]:disabled, input[type="textarea"]:disabled, input[type="radio"]:disabled, input[type="checkbox"], button:disabled {
    cursor: not-allowed;
}

input[type=text].connexion, input[type=password].connexion {
    height: 50px;
}

input[type=text].default {
    border-radius: 0.25rem;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.custom-file-input ~ .custom-file-label::after {
    content: "Choisir un fichier";
}

label {
    /*font-family: AvenirLTStd;*/
    /*font-size: 11px;*/
    /*line-height: 15px;*/
    text-transform: uppercase;
    /*color: #002842;*/
    font-size: 14px;
    line-height: 17px;
    color: #36403E;
    display: inline-block;
    max-width: 100%;
    font-weight: bold;
}

    label.default {
        text-transform: none;
    }

legend {
    border-bottom: 1px solid #e5e5e5;
}

.content {
    background-color: #FFFFFF;
    margin-top: 150px;
    padding: 40px;
    box-shadow: 0px 2px 12px rgba(54, 64, 62, 0.1);
}

@media (max-width: 767px) {
    .content {
        padding: 5px;
    }
}

@media (max-width: 991px) {
    .content {
        padding: 5px;
    }
}

@media (max-width: 1199px) {
    .content {
        padding: 5px;
    }
}

.content2 {
    margin-top: 130px;
}

    .content2 .header {
        color: #FFFFFF;
    }

.modal-body {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

.card {
    border-radius: 0;
}

.custom-card {
    background-color: #FFFFFF;
    border-radius: 0;
    border: none;
    box-shadow: 0px 2px 12px rgba(54, 64, 62, 0.1);
}

    .custom-card .header {
        padding: 1.5rem 1.25rem;
    }

    .custom-card .sidebar {
        padding: 15px 20px;
        background: #36403E;
        font-size: 14px;
        line-height: 18px;
        text-transform: uppercase;
        color: #FFFFFF;
    }

        .custom-card .sidebar .t2 {
            font-size: 13px;
        }

            .custom-card .sidebar .t2 a {
                text-decoration: none;
                color: #FFFFFF;
            }

        .custom-card .sidebar .text-left {
            float: left;
        }

        .custom-card .sidebar .text-right {
            float: right;
            text-transform: none;
        }

    .custom-card .demand {
        background: #FFFFFF;
        border: 1px solid #DDDDDD;
    }

        .custom-card .demand thead th {
            font-size: 11px;
            line-height: 15px; /* identical to box height */
            text-transform: uppercase;
            color: #BCBCBC;
        }

.card .fields {
    padding: 5px 30px;
}

@media (max-width: 767px) {
    .card .fields {
        padding: 5px;
    }
}

@media (max-width: 991px) {
    .card .fields {
        padding: 5px;
    }
}

@media (max-width: 1199px) {
    .card .fields {
        padding: 5px;
    }
}

.card .radio_fields {
    display: flex;
    margin-bottom: 20px;
}

.radio_fields2 {
    display: flex;
    flex-wrap: wrap;
}

.radio_field {
    display: flex;
    /*width: 100%;*/
    /*width: -webkit-fill-available;*/
    /*height: 40px;*/
    border-radius: 20px;
    border: 1px solid #ddd;
    margin-right: 10px;
    padding: 12px;
}

.card .radio_field {
    display: flex;
    width: 100%;
    /*width: -webkit-fill-available;*/
    /*height: 40px;*/
    border-radius: 20px;
    border: 1px solid #ddd;
    margin-right: 10px;
    padding: 12px;
}

.radio_field2 {
    display: flex;
    /*width: 100%;*/
    /*width: -webkit-fill-available;*/
    /*height: 40px;*/
    border-radius: 20px;
    border: 1px solid #ddd;
    margin-right: 10px;
    padding: 12px;
    margin-bottom: 10px;
}

.card .radio_field input {
    height: 0;
    width: 0;
    visibility: hidden;
    padding: 0;
    margin: 0;
}
.radio_field:has(.input-validation-error) {
    border-color: red!important;
}
.radio_field2 input {
    display: none;
}

.card .radio_field label {
    width: 100%;
    text-transform: none;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transform: translate(0, 0px);
    padding-left: 7%;
    margin-bottom: 0;
    cursor: pointer;
}

.radio_field2 label {
    width: 100%;
    text-transform: none;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transform: translate(0, 0px);
    padding-left: 23px;
    margin-bottom: 0;
    cursor: pointer;
}

.card .radio_field label:before {
    content: '';
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translate(0, -50%);
    width: 16px;
    height: 16px;
    border: 2px solid #ddd;
    border-radius: 50%;
}

.radio_field2 label:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translate(0, -50%);
    width: 16px;
    height: 16px;
    border: 2px solid #ddd;
    border-radius: 50%;
}


.card .radio_field .radio_field2 input:checked + label:after {
    content: '';
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translate(0, -50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.radio_fields > .radio_field input:checked + label:after {
    content: '';
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translate(0, -50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.radio_field input:checked + label:after {
    content: '';
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translate(0, -50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.radio_field2 input:checked + label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translate(0, -50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
}

.text-t1 {
    font-size: 32px;
    line-height: 42px;
    text-align: center;
}

.text-t2 {
    /*font-family: Avenir LT Std;*/
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #888A88;
}

    .text-t2.no-center {
        text-align: left;
    }

.text-t3 {
    /*font-family: Avenir LT Std;*/
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #888A88;
}

    .text-t3 a {
        text-decoration: none;
        color: #888A88;
    }

.text-t4 {
    /*font-family: Avenir LT Std;*/
    font-size: 18px;
    line-height: 24px;
}

.text-t5 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.text-t6 {
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
}

    .text-t6 label {
        /*font-family: Avenir LT Std;*/
        font-size: 14px;
        line-height: 18px;
        text-transform: none;
    }

.text-t7 {
    /*font-family: Avenir LT Std;*/
    font-size: 13px;
    line-height: 17px;
    color: #36403E;
}

.text-t8 {
    font-size: 15px;
    line-height: 20px;
}

.text-t9 {
    /*font-family: Avenir LT Std;*/
    font-size: 15px;
    line-height: 20px;
}
.text-t10 {
    /*font-family: Avenir LT Std;*/
    font-size: 21px;
    text-align: center;
    line-height: 24px;
}

.title-collapse-text {
    /*font-family: Avenir LT Std;*/
    font-size: 18px;
    line-height: 24px;
}

.card-connexion {
    background: #F6F6F6;
    margin: 30px 0 30px 0;
    padding: 33px 32px 33px 32px;
    border-radius: 0;
    border: 1px solid #E5E9EC;
}

.fa-asterisk {
    font-size: 9px;
}

.eye-icon {
    background-image: url('/content/images/Icons/eye.svg');
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-size: 100%;
    float: right;
    margin-right: 25px;
    margin-left: -25px;
    margin-top: -30px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    pointer-events: all;
}

.eye-password {
    border-radius: 0 20px 20px 0;
    border: 1px solid #c7d2e0;
    border-left: 0;
}
/*.password {
    padding-right: 40px;
}*/

.card-product {
    box-shadow: 0px 2px 12px rgba(54, 64, 62, 0.1);
    margin-top: 50px;
    padding: 25px;
    background-color: #FFFFFF;
    border: none;
    /*font-family: 'Helvetica', sans-serif;*/
}

.btn-connexion {
    /*background-image: url('/content/images/Buttons/btn-connexion.svg');*/
    background-position: 0% 0%;
    background-repeat: no-repeat;
    border-radius: 8px;
    max-width: 469px;
    width: 100%;
    height: 48px;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    background-color: #f9636e;
    border-color: #f9636e;
    color: white;
    border-radius: 20px;
}

    .btn-connexion:hover {
        background-color: #dc4d57;
        border-color: #dc4d57;
        color: white;
        border-radius: 20px;
    }

.btn-validate-identite:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.btn-orange {
    background-image: url('/content/images/Buttons/btn-orange.png');
    background-position: 0% 0%;
    border-radius: 4px;
    max-width: 250px;
    width: 100%;
    height: 48px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    /*margin-top: 22px;*/
}

    .btn-orange:hover {
        color: #FFFFFF;
        text-decoration: none;
    }

.btn-orange-fleche {
    background-color: #f9636e;
    border-color: #f9636e;
    background-position: 0% 0%;
    background-repeat: no-repeat;
    border-radius: 8px;
    min-width: 240px;
    /*max-width: 250px;*/
    /*max-width: 275px;*/
    /*width: 100%;*/
    height: 48px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: white;
    border-radius: 20px;
    /*margin-top: 22px;*/
}

    .btn-orange-fleche:hover {
        background-color: #dc4d57;
        border-color: #dc4d57;
        color: white;
        border-radius: 20px;
    }

.ellipse {
    background-image: url('/content/images/Icons/ellipse.svg');
    background-position: 0% 0%;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    margin-left: 8px;
}

.checkbox .cr,
.checkbox-inline .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

    .checkbox .cr .cr-icon,
    .checkbox-inline .cr .cr-icon,
    .radio .cr .cr-icon {
        position: absolute;
        font-size: .8em;
        line-height: 0;
        top: 50%;
        left: 20%;
    }

    .radio .cr .cr-icon {
        margin-left: 0.04em;
    }

.checkbox label input[type="checkbox"],
.checkbox-inline label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

    .checkbox label input[type="checkbox"] + .cr > .cr-icon,
    .checkbox-inline label input[type="checkbox"] + .cr > .cr-icon,
    .radio label input[type="radio"] + .cr > .cr-icon {
        transform: scale(3) rotateZ(-20deg);
        opacity: 0;
        transition: all .3s ease-in;
    }

    .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
    .checkbox-inline label input[type="checkbox"]:checked + .cr > .cr-icon,
    .radio label input[type="radio"]:checked + .cr > .cr-icon {
        transform: scale(1) rotateZ(0deg);
        opacity: 1;
    }

    .checkbox label input[type="checkbox"]:disabled + .cr,
    .checkbox-inline label input[type="checkbox"]:disabled + .cr,
    .radio label input[type="radio"]:disabled + .cr {
        opacity: .5;
    }

.field-validation-error {
    color: #dc3545;
    display: block;
    font-size: 0.875em;
    margin-bottom: 0;
    margin-top: 0.5em;
    font-family: 'Glyphicons Halflings';
}

    .field-validation-error:before {
        /*content: "\e086";*/
    }

.input-validation-error {
    border: 1px solid #f00 !important;
}

/* Portefeuille */
.bonjour {
    font-size: 32px;
    line-height: 42px;
    font-weight: bold;
}

.bienvenue {
    font-size: 20px;
    color: black;
    font-weight: bold;
}

.derniereConnexion {
    font-size: 14px;
    line-height: 18px;
    color: #888A88;
}

.dossierEnCours {
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #EE5300;
    font-weight: bold;
}

.dossierClos {
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #888A88;
    font-weight: bold;
}

.dossierEnCoursTitle {
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
}

.dossierClosTitle {
    font-size: 15px;
    line-height: 20px;
    color: #36403E;
    font-weight: bold;
}

.dateCreation {
    font-size: 14px;
    line-height: 18px;
    color: #888A88;
}

.btn-nouvelleDemande {
    font-size: 15px;
    line-height: 20px;
}

.btn-acceder-dossier-encours {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    width: 230px;
}

.btn-acceder-dossier-clos {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    width: 230px;
}

.statut-dossier-encours {
    background: #FFFFFF;
    border: 1px solid #E5E9EC;
    box-sizing: border-box;
    border-radius: 12px;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding: 6px;
}

.statut-dossier-clos {
    background: #FFFFFF;
    border: 1px solid #FF7A8A;
    box-sizing: border-box;
    border-radius: 12px;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #FF7A8A !important;
    font-weight: bold;
    padding: 6px;
}

.clear {
    border-radius: 0 20px 20px 0 !important;
    background-color: #f8f9fa;
    border: 1px solid #c7d2e0;
    border-left: 0;
    color: #212529;
}

.info-dossier {
    color: #FFF;
    line-height: 1.1;
    font-size: 18px;
}

.DossierRecu {
    /*font-family: Avenir LT Std;*/
    font-size: 32px;
    line-height: 42px;
    font-weight: bold;
}

.DossierTraitement {
    /*font-family: Avenir LT Std;*/
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
}

.divblue {
    border: 3px solid;
}

.divgrey {
    border: 3px solid #E5E9EC;
}

.txtblue {
    /*font-family: Avenir LT Std;*/
    font-size: 14px;
    line-height: 18px;
}

.txtgrey {
    /*font-family: Avenir LT Std;*/
    font-size: 14px;
    line-height: 18px;
    color: #888A88;
}

.txtorange {
    /*font-family: Avenir LT Std;*/
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #F17533;
}
/**** VALIDATION ******/
.field-validation-valid {
    display: none;
}

.validation-summary-valid {
    display: none;
}

.input-validation-valid {
    border-color: #28a745 !important;
}

/***** CUSTOM TYPE FILE *****/
.inputDnD .form-control-file {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 4em;
    outline: none;
    visibility: hidden;
    cursor: pointer;
    max-width: 100%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .inputDnD .form-control-file {
        visibility: visible;
    }
}

.inputDnD .form-control-file:before {
    content: attr(data-title);
    position: absolute;
    /*top: 0.5em;*/
    width: 100%;
    min-height: 4em;
    line-height: 1em;
    padding-top: 1.5em;
    opacity: 1;
    visibility: visible;
    text-align: center;
    border: 0.1em dashed #0063BE;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: hidden;
}

.inputDnD .form-control-file:hover:before {
    border-style: solid;
    box-shadow: inset 0px 0px 0px 0.1em #0063BE;
}

.inputDnD .upload-file-for-firefox {
    min-height: 4em;
    line-height: 1em;
    padding-top: 1.5em;
    opacity: 1;
    visibility: visible;
    text-align: center;
    border: 0.01em dashed #0063BE;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: hidden;
}

    .inputDnD .upload-file-for-firefox:hover {
        border-style: solid;
        box-shadow: inset 0px 0px 0px 0.1em #0063BE;
    }

.inputDnD .input-group-addon {
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #fff;
    text-align: center;
    background-color: #0063BE;
    border: 1px solid #0063BE;
    border-radius: 0;
    cursor: pointer;
}

/* Extra small devices (less than 768px) */
@media (max-width: 767px) {
    .modal-fullscreen-xs-down {
        padding: 0 !important;
    }

        .modal-fullscreen-xs-down .modal-dialog {
            max-width: 100%;
            width: 100%;
            height: 100%;
            margin: 0;
            padding: 0;
        }

        .modal-fullscreen-xs-down .modal-content {
            max-width: 100%;
            height: auto;
            min-height: 100%;
            border: 0 none;
            border-radius: 0;
            box-shadow: none;
        }
}

/* Small devices (less than 992px) */
@media (max-width: 991px) {
    .modal-fullscreen-sm-down {
        padding: 0 !important;
    }

        .modal-fullscreen-sm-down .modal-dialog {
            max-width: 100%;
            width: 100%;
            height: 100%;
            margin: 0;
            padding: 0;
        }

        .modal-fullscreen-sm-down .modal-content {
            max-width: 100%;
            height: auto;
            min-height: 100%;
            border: 0 none;
            border-radius: 0;
            box-shadow: none;
        }
}

/* Medium devices (less than 1200px) */
@media (max-width: 1199px) {
    .modal-fullscreen-md-down {
        padding: 0 !important;
    }

        .modal-fullscreen-md-down .modal-dialog {
            max-width: 100%;
            width: 100%;
            height: 100%;
            margin: 0;
            padding: 0;
        }

        .modal-fullscreen-md-down .modal-content {
            max-width: 100%;
            height: auto;
            min-height: 100%;
            border: 0 none;
            border-radius: 0;
            box-shadow: none;
        }
}

/* Popover*/
@media (max-width: 767px) {
    .popover {
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .popover {
        max-width: 100%;
    }
}

@media (max-width: 1199px) {
    .popover {
        max-width: 100%;
    }
}

@media (min-width: 1199px) {
    .popover {
        left: 65px !important;
        max-width: 25%;
    }
}

/* Debug */
.debug-panel {
    position: fixed;
    display: block;
    top: 200px;
    right: 20px;
    padding: 10px 20px;
    background-color: orange;
    border: 2px solid red;
    z-index: 9999;
    opacity: 0.4;
    min-width: 160px;
    overflow: auto;
    height: 90px;
}

    .debug-panel:hover {
        opacity: 1;
    }

    .debug-panel h1 {
        font-size: 20px;
        padding-bottom: 10px;
        margin: 0;
        text-transform: uppercase;
        border-bottom: 1px solid;
    }

    .debug-panel h2 {
        font-size: 14px;
        padding: 10px 0;
        margin: 0;
    }

    .debug-panel ul {
        margin: 0;
    }

    .debug-panel a {
        text-decoration: none;
    }

        .debug-panel a:hover {
            color: white;
            text-decoration: underline;
        }

@media (min-width: 480px) {
    .debug-panel {
        top: 150px;
    }
}

@media (min-width: 768px) {
    .debug-panel {
        top: 150px;
    }
}

@media (min-width: 769px) {
    .debug-panel {
        top: 150px;
    }
}

/* Les styles d'impression */
.print {
    display: none;
}

.noprint {
    display: block;
}

@media print {
    .print {
        display: block;
    }

    .noprint {
        display: none;
    }
}


/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/
@media (min-width: 1025px) {
    .mon-projet {
        background-image: url('/content/images/mon_projet_desktop.png');
        background-repeat: no-repeat;
        background-size: 100%;
        height: 300px;
    }
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) {
    .mon-projet {
        background-image: url('/content/images/mon_projet_tablette.png');
        background-repeat: no-repeat;
        background-size: 100%;
        height: 300px;
    }
}
/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .mon-projet {
        background-image: url('/content/images/mon_projet_tablette.png');
        background-repeat: no-repeat;
        background-size: 100%;
        height: 300px;
    }
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
@media (min-width: 481px) and (max-width: 767px) {
    .mon-projet {
        background-image: url('/content/images/mon_projet_tablette.png');
        background-repeat: no-repeat;
        background-size: 100%;
        height: 300px;
    }
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {
    .mon-projet {
        background-image: url('/content/images/mon_projet_mobile.png');
        background-repeat: no-repeat;
        height: 1878px;
    }
}

/** Contre proposition **/
.alternative {
    border: 1px solid rgba(0, 0, 0, 0.125);
}


.recommanded-title {
    color: #FFF;
}

.alternative-title {
    background-color: #D9E8FF;
}

.mine-title {
    background-color: #36403E;
    color: #FFF;
}

.alternative li {
    font-size: 12px;
    color: #BCBCBC;
    font-weight: bold;
    font-size: 12px;
}

    li .montant {
        font-size: 14px;
    }

    li .digit {
        color: #EE5300;
        font-size: 14px;
    }