@import url(https://fonts.googleapis.com/css?family=Montserrat);

html {
    font-size: 16px;
}

#msform * {
    font-family: montserrat, arial, verdana;
    background: transparent;
    margin: 0;
    padding: 0;
}
#msform .fa, #msform .fas{
    font-family: 'Font Awesome 5 Free' !important;
}

#msform *,
#msform *::after,
#msform *::before {
    box-sizing: border-box;
}

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

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    box-sizing: border-box;
    width: 80%;
    margin: 0 10%;
    position: relative;
    display: contents;
}

#msform fieldset:not(:first-of-type) {
    display: none;
}

#msform .action-button {
    width: 180px;
    background: #F9911E;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 5px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
    font-family: 'Satoshi' !important;
    font-weight: 100 !important;
}

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

#msform .action-button-previous {
    background: transparent;
    font-weight: bold;
    color: black;
    border: 0 none;
    border-radius: 5px;
    cursor: pointer;
    padding: 10px 10px;
    margin: 10px 5px;
}

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

#msform h2 {
    background-color: unset;
    border-bottom: unset;
    padding: unset;
}

#msform .fs-title {
    color: black;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: bold;
}

#msform .fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

#msform #progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    counter-reset: step;
    padding-left: 0;
}

#msform #progressbar li {
    list-style-type: none;
    color: black;
    text-transform: uppercase;
    font-size: 11px;
    width: 33.33%;
    float: left;
    position: relative;
    letter-spacing: 1px;
}

#msform #progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 24px;
    height: 24px;
    line-height: 23px;
    display: block;
    font-size: 12px;
    color: #333;
    background: white;
    border-radius: 25px;
    margin: 0 auto 10px auto;
    border: 1px solid #00a8ff;
    z-index: 2;
    position: relative;
}

#msform #progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 11px;
    z-index: 0;
    background: grey;
    margin-left: 12px;
    /* déplacement ligne */
}

#msform #progressbar li:first-child:after {
    content: none;
}

#msform #progressbar li.active:before,
#progressbar li.active:after {
    background: #00A8FF;
    color: white;
}

#msform .form-group {
    margin-bottom: 1em;
}

#msform label {
    font-weight: 400;
}

/* HIDE RADIO */
#msform [type=radio] {
    opacity: 0;
}

#msform .radio-inline label {
    cursor: pointer;
}

/* IMAGE STYLES */
#msform [type=radio]+.previewColorRadio {
    cursor: pointer;
}

#msform [type=radio]:checked+.previewColorRadio {
    outline: 3px solid #FFA500;
}

#msform input[type="range"] {
    margin: .7em 0;
}

#msform input[type="range"]::-webkit-slider-thumb,
#msform .form-range::-webkit-slider-thumb {
    background-color: #00A8FF !important;
}

#msform .form-check-label {
    margin-left: 1.5em;
}

#msform .title_input_label {
    color: black;
}

#msform hr {
    border: 1;
}

#msform .form-floating {
    position: relative;
}

#msform .form-floating>.form-control:focus,
#msform .form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem;
}

#msform .form-floating>.form-control {
    padding: 1rem .75rem;
}

#msform .form-floating>.form-control,
#msform .form-floating>.form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25;
}

#msform textarea.form-control {
    min-height: calc(2.5em + 4rem + 2px);
}

#msform .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#msform .form-floating>.form-control:focus~label,
#msform .form-floating>.form-control:not(:placeholder-shown)~label,
#msform .form-floating>.form-select~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}

#msform .form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem .75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
}

#msform .form-floating>.form-select {
    padding-top: 1.625rem;
    padding-bottom: .625rem;
}

#msform .form-floating>.form-control,
.form-floating>.form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25;
}

#msform .form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#msform .form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem;
}

#msform .form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

#msform .form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

#msform .form-check-input[type=checkbox] {
    border-radius: .25em;
}

#msform .form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}

#msform .form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

#msform h1 {
    text-align: center;
    font-weight: 100;
    margin-bottom: 1em;
    font-size: 1.4em;
    color: #00a8ff;
    display: block;
    box-shadow: none;
}

#msform h1::before {
    content: none;
}


#msform .input-group input {
    border-radius: 5px 0px 0px 5px;
}

#msform .input-group .input-group-addon{
    padding: 3px;
    background-color: rgba(0,0,0,0.17);
    padding-top: 6px;
    padding-bottom: 8px;
}

/* `sm` applies to x-small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 
    #msform fieldset{
        margin:0;
        width: 100%;
        padding:2px;
    }
}

/* `md` applies to small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) { 

}

/* `lg` applies to medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) { 

}

/* `xl` applies to large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) { 

}

/* `xxl` applies to x-large devices (large desktops, less than 1400px)*/
@media (max-width: 1399.98px) { 

}

.protip_container{
    width: 100%;
    background-color: #fff2d5!important;
    color: #888574;
    border-radius: 5px;
    margin: 15px auto!important;
    padding: 6px 15px!important;
    font-size: 17px;
    text-align: left;
}

.protip_title{
    font-weight: bold;
    color: #db7d7d;
    font-family: 'Open Sans',sans-serif;
}

.protip_text{
    margin-left: 28px!important;
}

.custom-select {
    display: flex;    
}

.custom-select button {
    background-color: #D9D9D9 !important;
    width: 40px;
    height: 45px;
    border: unset;
}

.custom-select input {
    background-color: #D9D9D9!important;
    width: 100px;
    text-align: center;
    border: unset;
    padding: 10px;
}

.add_to_cart_quote.action-button{
    background-color: #059CD5!important;
}

.add_to_cart_quote.action-button:hover{
    background-color: #0477a0!important;
    box-shadow: 0 0 0 2px white, 0 0 0 3px #0477a0!important;
}

.listingProductResponseAjax img{
    width:80%;
}

.listingActionButton{
    display: flex;
    justify-content: center;
}

.vignette_couleur{
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.adapt-img-width {
    width: 40%;
}

.vignette_label_terrasse{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: left;
    padding: 10px 0px 10px 35px!important;
    border-radius: 0 0 12px 12px;
    color: white;
    font-weight: 550;
    text-transform: uppercase;
}
@media (max-width: 576px) {
    .adapt-img-width {
        width: 100%;
    }
    .vignette_label_terrasse{
        padding: 4px 0px 4px 10px !important;
        font-size: 0.8em;
    }
}

.vignette_terrasse{
    position:relative;
}

