#section-recap h2{
    display: block;
    font-family: Oswald;
    font-style: normal;
    font-weight: normal;
    font-size: 38px;
    line-height: 56px;
    text-align: center;
    color: #161616;
}
#section-recap h3{
    display: block;
    font-family: Oswald;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 41px;
    color: #161616;
    margin-bottom: 20px;
}
#section-recap #recap #recap-products{
    margin-bottom: 30px;
}
#section-recap #recap #recap-products #products{
    background: #F6F6F6;
    padding: 30px 15px 5px 15px;
}
#section-recap #recap #recap-products #products .row{
    margin-left: 0;
    margin-right: 0;
}
#section-recap #recap #recap-products #products .devisProduct{
    background: #fff;
    padding: 15px 30px;
    height: 100px;
    line-height: 70px;
    margin-bottom: 20px;
}
#section-recap #recap #recap-products #products .devisProduct img{
    display: inline-block;
    vertical-align: middle;
    max-width: 70px;
}
#section-recap #recap #recap-products #products .devisProduct strong{
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    align-items: center;
    color: #161616;
    max-width: 340px;
}
#section-recap #recap #recap-products #products .devisProduct p{
    display: inline-block;
    vertical-align: middle;
    float: right;
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #808080;
    margin-top: 25px;
}
#section-recap #recap #recap-infos{
    margin-bottom: 30px;
}
#section-recap #recap #recap-infos .form-infos{
    padding: 60px 70px;
    background: #F6F6F6;
}
#section-recap #recap #recap-infos .infos-value{
    margin-bottom: 40px;
}
#section-recap #recap #recap-infos .infos-value label{
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #161616;
}
#section-recap #recap #recap-infos .infos-value div.value{
    font-family: Lato;
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: #808080;

}
#recap-actions{
    margin-bottom: 120px;
}
#recap-actions #btnSubmitDevisRequest,
#recap-actions #btnUpdateDevisRequest{
    background: #EB132B;
    border: 1px solid #EB132B;
    border-radius: 5px;
    display: inline-block;
    width: 270px;
    height: 55px;
    line-height: 55px;
    vertical-align: middle;
    font-family: Oswald;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
}
#recap-actions #btnUpdateDevisRequest{
    border: 1px solid #808080;
    background: transparent;
    margin-left: 20px;
    color: #808080;
}
#section-selection,
#section-recap,
#section-confirm{
    display: none;
}

#intro>h1,
#selection>h2 {
    font-family: Oswald;
    font-style: normal;
    font-weight: normal;
    font-size: 38px;
    line-height: 56px;
    text-align: center;
    color: #161616;
    margin-bottom: 15px;
}
#intro>p,
#selection>p {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #808080;
    margin-bottom: 40px;
}
#intro>strong,
#selection>strong {
    font-family: Oswald;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #161616;
    display: block;
    margin-bottom: 20px;
    max-width: 775px;
    margin-left: auto;
    margin-right: auto;
}
#selection>strong {
    margin-left: 0;
    text-align: left;
}
#intro .row>div>div {
    border: 1px solid #E1E0DF;
    box-sizing: border-box;
    border-radius: 5px;
    text-align: center;
    padding: 25px;
    cursor: pointer;
}
#intro .row svg{
    display: block;
    margin: 0 auto;
    margin-top: 31px;
    margin-bottom: 24px;
}
#intro .row #introNeeds svg{
    width: 62.5px;
    height: 80px;
}
#intro .row #introDonno svg{
    width: 80px;
    height: 80px;
}
#intro .row strong {
    font-family: Oswald;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 41px;
    text-align: center;
    color: #161616;
    margin-bottom: 10px;
    display: block;
}
#intro .row p{
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #808080;
    margin-bottom: 30px;
}
#intro .row #introDonno p{
    margin-bottom: 8px;
}
#intro>small{
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #808080;
    display: block;
    margin-top: 60px;
    margin-bottom: 120px;
}

$selection {
    margin-bottom: 50px;
}
#selection .row.category>div>a.catBlock {
    border: 1px solid #E1E0DF;
    box-sizing: border-box;
    border-radius: 5px;
    height: 140px;
    line-height: 140px;
    display: block;
}
#selection .catBlock:after,
#selection .catBlock:before {
    content: '';
    display: block;
    clear: both;
}
#selection .catBlock svg {
    width: 70px;
    height: 54.24px;
    margin-left: 40px;
    display: inline-block;
    vertical-align: middle;
}
#selection .catBlock strong {
    font-family: Oswald;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 41px;
    color: #161616;
    vertical-align: middle;
    margin-left: 40px;
}
#selection .products {
    margin-bottom: 60px;
}
#selection .products > .col-md-12 > h2 {
    font-family: Oswald;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 41px;
    color: #161616;
    padding-bottom: 20px;
    border-bottom: 1px solid #E1E0DF;
    margin-bottom: 20px;
    margin-top: 40px;
}
#selection .products > .col-md-12 > strong {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #808080;
    margin-bottom: 20px;
    display: block;
}
#selection .products .devisTitle {
    margin-top: 20px;
    cursor: pointer;
}
#selection .products .devisTitle > div.col-md-12>div {
    border: 1px solid #E1E0DF;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 35px;
    padding-right: 15px;
    background: #F6F6F6;
}
#selection .products .devisTitle.active > div.col-md-12>div {
    background: #fff;
}
#selection .products .devisTitle div strong, 
#selection .products .devisTitle div svg {
    display: inline-block;
    vertical-align: middle;
}
#selection .products .devisTitle div span {
    float: right;
    width: 24px;
    height: 25px;
    display: block;
    margin-right: 30px;
    background-image: url('/modules/tikedevis/views/assets/svg/arrow-down.svg');    margin-top: 25.5px;
}
#selection .products .devisTitle.active div span {
    background-image: url('/modules/tikedevis/views/assets/svg/arrow-up.svg');

}
#selection .products .devisTitle svg circle {
    fill: #FFF;
}
#selection .products .devisTitle.active svg circle {
    fill: #F6F6F6;
}
#selection .products .devisTitle div strong {
    margin-left: 27px;
    font-family: Oswald;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 24px;
    color: #161616;
}
#selection .products .devisProducts {
    background: #F6F6F6;
    padding-top: 25px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    display: none;
}
#selection .products .devisProducts .row{
    padding-left: 15px;
    padding-right: 15px;

}
#selection .products .devisTitle.active + .devisProducts {
    display: block;
}
#selection .products .devisProduct {
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
}


#selection .products .devisProduct > div.label {
    border: 1px solid transparent;
    border-radius: 5px;
    background: #fff;
    padding: 0;
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100px;
    line-height: 100px;
    text-align: left;
    padding: 0 25px;
}
#selection .products .devisProduct > div.label.labelDisabled > *{
    opacity: 0.5;
    cursor: default;
}

#selection .products .devisProduct > div.label.labelDisabled::after{
    content: 'Incompatible';
    width: 70px;
    position: absolute;
    font-weight: bold;
    left: 0;
    margin-left: 65px;
    font-size: 11px;
    color: red;
    text-align: center;
}
#selection .products .devisProduct > div.label.labelDisabled.outofstock::after{
    content: 'Produit épuisé';
}
#selection .products .devisProduct > div.label .checkboxProduct{
    display: none;
}
#selection .products .devisProduct .label {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    height: 20px;
    width: 20px;
    line-height: 20px;
}
#selection .products .devisProduct .label span{
    display: block;
    position: absolute;
    top: 50%;
    left: 25px;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    width: 20px;
    margin-top: -10px;
}
#selection .products .devisProduct .label span {
    background-image: url('/modules/tikedevis/views/assets/svg/checkbox.svg');
}
#selection .products .devisProduct .label span.checked {
    background-image: url('/modules/tikedevis/views/assets/svg/checkbox-checked.svg');
}
#selection .products .devisProduct div.label.active {
    border: 1px solid red;
    box-shadow: 0px 2.24615px 11.2308px rgb(0 0 0 / 10%);
}


#selection .products .devisProduct img {
    margin-left: 40px;
    width: 70px;
    display: inline-block;
}

#selection .products .devisProduct strong {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #161616;
    margin-left: 20px;
    vertical-align: middle;
    max-width: 235px;
    display: inline-block;
    height: auto;
    white-space: initial;
}

#selection .products .devisProduct .label.labelDisabled strong {
    color: #BBBBBB;
}

#selection .products .devisProduct p.quantity {
    background: #F9F9F9;
    border-radius: 5px;
    vertical-align: middle;
    display: block;
    float: right;
    margin-right: 0;
    height: 56px;
    line-height: 56px;
    padding: 0;
    margin-top: 23px;
}
#selection .products .devisProduct p.quantity a.minus,
#selection .products .devisProduct p.quantity a.plus{
    color: #808080;
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    line-height: 14px;
    font-size: 14px;
}
#selection .products .devisProduct p.quantity input{
    border: 1px solid #E1E0DF;
    border-radius: 5px;
    font-family: Oswald;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #161616;
    display: inline-block;
    vertical-align: middle;
    max-width: 54px;
    cursor: normal;
}

#selection .products .devisProduct .alert{
    padding: 0;
    color: red;
    position: absolute;
    bottom: 5px;
    margin: 0;
    height: 12px;
    font-size: 12px;
    line-height: 12px;
    left: 135px;
}

.selection-form {
    background: #F6F6F6;
    padding: 100px 0;
}

.selection-form.formulaire-direct{
    padding: 30px 0 100px 0;
}

.selection-form #cma{
    display: none;
}
.selection-form.formulaire-direct #cma{
    display: inline-block;
    margin-bottom: 15px;
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #161616;
}
.selection-form.formulaire-direct #cma:focus,
.selection-form.formulaire-direct #cma:active,
.selection-form.formulaire-direct #cma:hover{
    color: #161616;
    text-decoration: underline;
}

.selection-form .form {
    padding: 0 50px;
}
.selection-form .form h2 {
    font-family: Oswald;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 41px;
    color: #161616;
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #E1E0DF;
}
.selection-form .col-lg-6:first-child{
    padding-right: 50px;
    border-right: 1px solid #E1E0DF;
}
.selection-form .col-lg-6:last-child{
    padding-left: 50px;
}

.selection-form .form-control{
    background: #FFFFFF;
    border: 1px solid #E1E0DF;
    border-radius: 5px;
}


.selection-form .form-control#postalcode,
.selection-form .form-control#telephone{
    width: 50%;
}
.selection-form .form-control#message{
    margin-bottom: 35px;
}

.selection-form label{
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #161616;
}
.selection-form label small{
    font-family: Lato;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: left;
}
.selection-form label[for=inputPlan] span{
    color: #808080;	
    display: block;
    font-weight: normal;
}
.selection-form #btnValidateDevisRequest{
    width: 270px;
    height: 55px;
    background: #EB132B;
    border-radius: 5px;
    font-family: Oswald;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 45px;
}
.selection-form #inputPlan {
    display: none;
}
.selection-form #inputPlanUpload {
    background: transparent;
    border: 1px solid #EB132B;
    border-radius: 5px;
    display: inline-block;
    width: 100%;
    height: 55px;
    line-height: 55px;
    vertical-align: middle;
    font-family: Oswald;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #EB132B;
}
.selection-form .custom-input-file span {
    display: block;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #808080;
    text-align: center;
}
#section-confirm{

}
#section-confirm svg{
    margin-bottom: 30px;
}
#section-confirm h2{
    font-family: Oswald;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 56px;
    letter-spacing: 0em;
    text-align: center;
    color: #161616;
}
#section-confirm p{
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    color: #808080;
    margin-bottom: 40px;
    max-width: 945px;
    margin-left: auto;
    margin-right: auto;
}
#section-confirm #btn-step-confirm a{
    background: #EB132B;
    border-radius: 5px;
    font-family: Oswald;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    display: inline-block;
}
#section-confirm #btn-step-confirm a:last-child{
    margin-left: 15px;
}

@media (max-width: 767px){
    #intro>p, #selection>p{
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 21px;
    }
    #intro>strong, #selection>strong{
        font-size: 20px;
        line-height: 28px;
    }
    #introNeeds{
        margin-bottom: 20px;
    }
    #intro .row strong{
        font-size: 24px;
        line-height: 32px;
    }
    #intro .row>div>div{
        padding: 5px 15px;
    }
    #intro>small{
        margin-top: 20px;
        margin-bottom: 40px;
    }
    #selection .catBlock strong{
        font-size: 17px;
        line-height: 17px;
    }
    #selection .catBlock svg{
        width: 55px;
        height: auto;
    }
    #selection .row.category>div>a.catBlock{
        height: 80px;
        line-height: 80px;
        margin-bottom: 15px;
    }
    #selection .products > .col-md-12 > h2{
        font-size: 24px;
        line-height: 24px;
        margin-top: 25px;
    }
    #selection .products .devisTitle > div.col-md-12>div{
        padding-left: 10px;
        padding-right: 10px;
    }
    #selection .products .devisTitle div strong{
        font-size: 14px;
        line-height: 14px;
        margin-left: 15px;
        max-width: 140px;
    }
    
    #selection .products>div{
        padding-left: 0;
        padding-right: 0;
    }
    #selection .products .devisTitle div span{
        margin-right: 10px;
    }
    #selection .products .devisProduct > div.label{
        height: auto;
        line-height: inherit;
        text-align: center;
        padding: 15px;
    }
    #selection .products .devisProduct .label span{
        display: block;
        position: relative;
        top: inherit;
        left: inherit;
        margin: 0 auto;
    }
    #selection .products .devisProduct img{
        display: block;
        margin: 0 auto;
    }
    #selection .products .devisProduct strong{
        font-size: 13px;
        line-height: 18px;
        display: block;
        padding: 0;
        margin-left: 0;
    }
    #selection .products .devisProduct p.quantity{
        float: none;
        display: inline-block;
        margin-top: 10px;
    }
    .selection-form{
        padding: 25px 0 50px 0;
    }
    .selection-form .form{
        padding: 0;
    }
    .selection-form .col-lg-6:first-child{
        padding-right: 15px;
        border: none;
    }
    .selection-form .col-lg-6:last-child {
        padding-left: 15px;
    }
    .selection-form .form-control#postalcode, .selection-form .form-control#telephone{
        width: 100%;
    }
    .selection-form #btnValidateDevisRequest{
        margin-top: 20px;
    }
    #section-confirm svg {
        margin-bottom: 20px;
    }
    #section-confirm h2{
        font-size: 30px;
        line-height: 35px;
    }
    #section-confirm p{
        font-size: 17px;
        line-height: 22px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #section-confirm #btn-step-confirm a:last-child{
        margin: 10px 0 0 0;
    }
    #section-confirm #confirm{
        padding-bottom: 35px;
    }
    #section-recap h2{
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 30px;
    }
    #section-recap h3{
        font-size: 25px;
        line-height: 30px;
    }
    #section-recap #recap #recap-products #products .devisProduct{
        padding: 15px;
    }
    #section-recap #recap #recap-products #products .devisProduct{
        height: auto;
    }
    #section-recap #recap #recap-products #products{
        padding: 20px 10px 5px 10px;
    }
    #section-recap #recap #recap-products #products .devisProduct strong{
        margin-left: 0;
        font-size: 14px;
        line-height: 19px;
    }
    #section-recap #recap #recap-products #products .devisProduct img{
        display: block;
        margin: 0 auto;
    }
    #section-recap #recap #recap-products #products .devisProduct p{
        float: none;
        text-align: center;
        display: block;
        margin-top: 5px;
    }
    #section-recap #recap #recap-infos .form-infos{
        padding: 30px;
    }
    #recap-actions {
        margin-bottom: 50px;
    }
    #recap-actions #btnUpdateDevisRequest{
        margin-left: 0;
        margin-top: 10px;
    }
    #section-recap #recap #recap-infos {
        margin-bottom: 25px;
    }
    #selection .products .devisProduct > div.label.labelDisabled::after{
        top: 60px;
        width: 100%;
        text-align: center;
        display: block;
        margin-left: 0;
    }
}
