.calc{
    padding-bottom: 200px !important;
}

h1 {
    text-align: left
}

.box-calculateur-volume h1 {
    font-size: 24px;
    font-weight: 700
}

.box-calculateur-volume .a-lad-h2 {
    font-size: 20px;
    font-weight: 400
}

.o-calculateur .m-cta {
    max-width: 290px;
    height: 44px;
    margin: 20px auto
}

.o-calculateur .m-cta .o-cta {
    background: rgba(254, 86, 25, .5);
    pointer-events: none;
    transition: .3s
}

.o-calculateur .m-cta .o-cta.active {
    pointer-events: auto;
    background: #fe5619;
    cursor: pointer
}

.o-box-volume.open .o-box-volume__item.item-content {
    height: 300px
}

.o-box-volume .a-mention {
    display: flex;
    align-items: center;
    justify-content: center
}

.o-box-volume .a-mention svg {
    width: 30px;
    height: 30px
}

.o-box-volume .a-mention span {
    padding-left: 10px
}

.a-close-bv {
    position: absolute;
    right: 15px;
    top: 6px;
    background: transparent;
    border: 0
}

.a-close-bv span {
    font-size: 15px;
    text-decoration: underline
}

.o-box-volume__item.item-top {
    text-align: center
}

.o-box-volume__item.item-top .a-text {
    font-size: 18px;
    line-height: 1.2
}

.o-box-volume__item.item-top .a-text span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
    margin: 10px auto;
    max-width: 150px;
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    background: #ff5619
}

.o-box-volume__item.item-top a {
    text-decoration: underline
}

.o-box-volume__item.item-content {
    position: relative;
    width: 100%;
    background: #fff;
    height: 0;
    max-height: none;
    overflow-y: hidden;
    transition: background .44s cubic-bezier(.52, .16, .24, 1) .2s, height .56s cubic-bezier(.52, .16, .24, 1)
}

.o-box-volume__item.item-content .a-title {
    font-size: 20px;
    font-weight: 600;
    padding: 15px 15px 0;
    color: #222d38
}

.o-box-volume__item.item-content .o-content {
    overflow-y: auto;
    height: 300px;
    padding: 15px 15px 50px
}

.o-box-volume__item.item-content .o-list-objets {
    padding: 0
}

.o-box-volume__item.item-content .o-list-objets__item {
    padding: 5px;
    border-bottom: 1px solid #d8d8d8
}

.o-box-volume__item.item-content .o-list-objets__item.item-category {
    font-size: 16px;
    font-weight: 600
}

.o-box-volume__item.item-content .o-list-objets__item .o-line {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.o-box-volume__item.item-content .o-list-objets__item .o-line__item.item-info {
    width: 65%;
    display: flex
}

.o-box-volume__item.item-content .o-list-objets__item .o-line__item.item-info .m-nbre {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 25px;
    border-radius: 50%;
    background: #ff5619;
    color: #fff
}

.o-box-volume__item.item-content .o-list-objets__item .o-line__item.item-info .m-nbre i {
    font-style: normal;
    font-size: 16px
}

.o-box-volume__item.item-content .o-list-objets__item .o-line__item.item-info .a-name {
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.o-box-volume__item.item-content .o-list-objets__item .o-line__item.item-btn {
    width: 35%
}

.o-box-volume__item.item-content .o-list-objets__item .o-line__item.item-btn .o-calc-v {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: -15px
}

.o-box-volume__item.item-content .o-list-objets__item .o-line__item.item-btn .o-m-calc-v__item {
    padding-left: 15px
}

.o-box-volume__item.item-content .o-list-objets__item .o-line__item.item-btn .o-m-calc-v__item button {
    position: relative;
    top: 4px;
    height: 30px;
    width: 25px;
    cursor: pointer;
    border: 0;
    background: transparent
}

.o-box-volume__item.item-content .o-list-objets__item .o-line__item.item-btn .o-m-calc-v__item button.a-btn svg {
    width: 17px;
    height: 15px
}

.o-box-volume__item.item-content .o-list-objets__item .o-line__item.item-btn .o-m-calc-v__item button svg {
    width: 22px;
    height: 22px
}

.o-box-volume__item.item-content .o-group-btn {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.o-box-volume__item.item-content .m-total-volume {
    text-align: right
}

.o-box-volume__item.item-content .m-total-volume label {
    display: inline-block;
    color: #2d2d2e;
    font-size: 18px;
    font-weight: 600
}

.o-box-volume__item.item-content .m-total-volume span {
    color: #ff5619;
    font-weight: 600;
    font-size: 24px
}

.o-box-volume__item.item-content .m-cta-reset {
    max-width: 135px;
    margin: 0;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

.o-box-volume__item.item-content .m-cta-reset button {
    border-radius: 50px;
    background: transparent;
    border: 0
}

.o-box-volume__item.item-content .m-cta-reset span {
    font-size: 14px;
    text-decoration: underline
}

.o-box-volume__item.item-content .m-cta span {
    font-size: 18px;
    text-align: center;
    line-height: 1.2;
    font-weight: 400
}

.o-grid-calc {
    display: flex;
    flex-wrap: wrap;
    background: #f6f6f6;
    padding: 15px;
    margin: 0 -11px
}

.o-grid-calc__item {
    width: 100%
}

.o-grid-calc__item.item-tool {
    order: 2
}

.o-grid-calc__item.item-aside {
    order: 1;
    margin-bottom: 30px
}

.o-form-calc {
    margin-bottom: 30px
}

.o-form-calc .o-tab {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-left: -8px
}

.o-form-calc .o-tab button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 65px;
    padding: 5px 0;
    background: #277ce0;
    color: #fff;
    border-radius: 5px;
    border: 0;
    margin-left: 8px;
    margin-bottom: 15px
}

.o-form-calc .o-tab button.active,
.o-form-calc .o-tab button:focus {
    background: #fff;
    color: #277ce0;
    border: 1px solid #277ce0
}

.o-form-calc .o-tab-content .a-picto-scrollH {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px
}

.o-form-calc .o-tab-content .a-picto-scrollH:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 19px;
    height: 1px;
    width: 100%;
    background: #2d2d2e;
    z-index: -1
}

.o-form-calc .o-tab-content .a-picto-scrollH svg {
    width: 30px;
    height: 30px
}

.o-form-calc .o-tab-content .o-scroller-horizontal {
    display: flex;
    overflow: hidden;
    overflow-x: scroll;
    padding-left: 0
}

.o-form-calc .o-tab-content .o-scroller-horizontal::-webkit-scrollbar-track {
    background-color: #d8d8d8
}

.o-form-calc .o-tab-content .o-scroller-horizontal::-webkit-scrollbar {
    height: 6px;
    background-color: #d8d8d8
}

.o-form-calc .o-tab-content .o-scroller-horizontal::-webkit-scrollbar-thumb {
    background-color: #ff5619;
    border-radius: 3px
}

.o-form-calc .o-tab-content .o-tab-type {
    display: flex;
    align-items: center;
    margin-left: -10px
}

.o-form-calc .o-tab-content .m-tab-item {
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    width: 160px;
    background: #fff
}

.o-form-calc .o-tab-content .m-object .a-label {
    display: block;
    text-align: center
}

.o-form-calc .o-tab-content .m-object .m-btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 30px;
    overflow: hidden;
    border-radius: 50px;
    border: 1px solid #d8d8d8
}

.o-form-calc .o-tab-content .m-object .m-btn input {
    width: 40%;
    height: 100%;
    border: 0;
    text-align: center
}

.o-form-calc .o-tab-content .m-object .m-btn button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30%;
    height: 100%;
    border: 0;
    text-align: center;
    background: #fff;
    color: #fff;
    font-weight: 600;
    cursor: pointer
}

.o-form-calc .o-tab-content .m-object .m-btn button.btn-less {
    color: #2d2d2e;
    border-right: 1px solid #d8d8d8
}

.o-form-calc .o-tab-content .m-object .m-btn button.btn-more {
    color: #ff5619;
    border-left: 1px solid #d8d8d8
}

.o-form-calc .o-tab-content .m-object .m-btn button span {
    position: absolute;
    font-size: 20px
}

@media (min-width:22.5em) {
    .o-form-calc .o-tab {
        margin-left: -15px
    }
    .o-form-calc .o-tab button {
        width: 75px;
        margin-left: 15px
    }
}

@media (min-width:46.25em) {
    .o-form-calc .o-tab button {
        width: 150px
    }
}

@media (min-width:64em) {
    .o-grid-calc {
        margin: 0
    }
}

@media (min-width:64.0625em) {
    .o-form-calc .o-tab-content .a-picto-scrollH {
        display: none
    }
}

.step-calcul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 16px 0
}

.step-calcul div {
    flex-basis: 33%;
    text-align: center
}

.step-calcul div img {
    width: 175px;
    margin: 24px auto
}

.step-calcul .step-1 img {
    width: 150px
}

.step-calcul .step-2 img {
    width: 220px
}

.InventaireTotal-title {
    display: block;
    position: relative;
    padding: 5px;
    text-align: center;
    color: #000;
    font-size: 22px;
    font-weight: 700;
    margin: 24px 0 0;
    background: #f7f8fc
}

.InventaireTotal-title:before {
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    right: 0;
    font-size: 18px;
    font-weight: 700;
    color: #7d818a
}

.ZoneInventaireTotal {
    padding-top: 20px;
    padding-bottom: 46px;
    font-size: 0
}

.ZoneInventaireTotal ul {
    margin: 0;
    max-height: 600px;
    overflow-y: scroll
}

.ZoneInventaireTotal-objet {
    display: inline-block;
    vertical-align: middle;
    margin-right: -15px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center
}

.ZoneInventaireTotal-objet .flex10 {
    flex-basis: 7%
}

.ZoneInventaireTotal-objet .flex42 {
    flex-basis: 50%
}

.ZoneInventaireTotal-objet .flex37 {
    flex-basis: 24%
}

.ZoneInventaireTotal-objet--nbre {
    margin-right: 10px;
    padding: 0 15px;
    border-radius: 15px;
    background: #ff5619;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center
}

.ZoneInventaireTotal-objet--name {
    color: #7d818a;
    font-size: 16px
}

.ZoneInventaireTotal-btn {
    position: relative;
    width: 100%;
    padding: 0 10px;
    border: 0;
    background: #222d38;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.ZoneInventaireTotal-btn p {
    text-align: left;
    margin: 0;
    text-decoration: underline
}

.ZoneInventaireTotal-btn span {
    font-weight: 400;
    font-size: 25px
}

.ZoneInventaireTotal-btn--ico {
    position: absolute;
    top: 2px;
    right: 10px;
    color: #fff;
    font-size: 26px
}

.CalculateurVolume-Head {
    display: none
}

.formCalculateur {
    width: 100%;
    padding: 0;
    margin: 20px 0 50px;
    color: #000
}

.ZoneCalculateur {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0
}

.NavCalculateur-btn {
    display: block;
    position: relative;
    padding: 5px;
    background: #ffb499;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    z-index: 2
}

.NavCalculateur-btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0
}

.NavCalculateur-btn:before a:hover {
    color: #fff !important
}

.NavCalculateur-btn.active {
    background: #ff0000;
    z-index: 3
}

.NavCalculateur-btn a:hover {
    color: #fff !important
}

.ZoneCalculateur-block {
    width: 100%;
    height: auto;
    border-radius: 10px
}

.Content-Calculateur {
    padding-top: 24px;
    text-align: center
}

.Content-Calculateur--block {
    display: inline-block;
    overflow: hidden;
    width: 90px;
    height: 180px;
    margin: 0 8px
}

@media screen and (min-width:768px) {
    .Content-Calculateur--block {
        display: inline-block;
        overflow: hidden;
        width: 115px !important; /*90*/
        height: 170px;
        margin: 0px 8px;
    }
}


@media screen and (min-width:200px) and (max-width:500px){
    .Content-Calculateur--block {
        display: inline-block;
        overflow: hidden;
        width: 130px !important; /*90*/
        height: 170px;
        margin: 0px 8px;
    }
}


.Content-Calculateur--block-text {
    font-size: 13px; /*14*/
    line-height: 1.5
}

.Content-Calculateur--block-ico {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 5px;
    background: #f7f8fc;
    text-align: center
}

.Content-Calculateur--block-ico img {
    max-width: 100%
}

.Content-Calculateur--block-ico.active {
    background: #ff5619
}

.Content-Calculateur--block-ico.active img {
    opacity: .2
}

.BoxRappelVolumeR .liencarton {
    text-decoration: underline;
    color: #ff5619;
    text-align: center;
    display: block;
    margin: 24px auto
}

.BoxRappelVolumeR .color-primary {
    color: #ff5619
}

input.inputCalculateur-Number {
    position: absolute;
    top: 15px;
    padding: 0;
    border: 0;
    background: none;
    color: #fff;
    font-size: 30px;
    text-align: center;
    box-shadow: none
}

.btnCalculateur {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    position: relative;
    top: -5px;
    padding: 10px;
    width: 15px;
    height: 15px;
    border: 0;
    border-radius: 4px;
    text-align: center
}

.btnCalculateur-min {
    background: #fff
}

.btnCalculateur-min:before {
    content: "-";
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    color: #000;
    font-size: 18px;
    font-weight: 700
}

.btnCalculateur-max {
    background: #fff;
    border: 1px solid #ff5619
}

.btnCalculateur-max--active {
    background: #fff
}

.btnCalculateur-max--active:before {
    left: 1px
}

.btnCalculateur-max--active:before,
.btnCalculateur-max:before {
    content: "+";
    position: absolute;
    top: -6px;
    right: 0;
    font-size: 18px;
    font-weight: 700;
    color: #000
}

.btnCalculateur-max:before {
    left: 0
}

.CalculateurVolume-text {
    margin-bottom: 15px;
    font-size: 14px;
    color: #000
}

.FormRappel {
    margin-top: 20px;
    padding: 20px;
    background: #efefef
}

.FormRappel select {
    padding: 10px 20px !important
}

@media screen and (min-width:768px) {
    .cellCalculateur {
        display: inline-block;
        vertical-align: top;
        width: 15%
    }
    .ZoneCalculateur {
        min-height: 930px;
        font-size: 0
    }
    .cellCalculateur {
        width: 25%;
        padding: 5px 0
    }
    .ZoneCalculateur-block {
        border: 2px solid #f2f4fc
    }
    .Content-Calculateur {
        padding: 20px;
        text-align: left
    }
    .Content-Calculateur--block {
        width: 11.9%;
        margin: 0 1.15789473684%
    }
    .Content-Calculateur--block-text {
        text-align: center
    }
    .ZoneInventaireTotal {
        border: 1px solid #f2f4fc
    }
    .ZoneInventaireTotal ul {
        padding: 0 20px
    }
    .BoxResultat {
        margin: 0 auto;
        padding-top: 25px
    }
    .BoxResultat-text {
        position: relative;
        top: 0;
        left: 0;
        text-align: center
    }
    .BoxResultat-ico {
        float: none
    }
    .BoxResultat-dem--textColor {
        display: inline-block;
        vertical-align: middle
    }
    .BoxResultat-middle--text {
        padding-left: 0;
        margin-top: 40%;
        text-align: center
    }
    .ZoneCalculateur-block {
        position: absolute;
        width: 100%;
        top: 40px;
        left: 0;
        border: 1px solid #f7f8fc
    }
    .ZoneInventaireTotal {
        border: none
    }
}

@media screen and (min-width:992px) {
    .ZoneInventaireTotal {
        position: relative;
        min-height: 50px
    }
    .CalculateurVolume-Head {
        display: block
    }
    .ZoneCalculateur {
        min-height: 880px !important
    }
}

.conseil__calcul {
    margin: 70px 0
}

.conseil__calcul p {
    text-align: left
}

.conseil__calcul a:focus,
.conseil__calcul a:hover {
    color: #ff5619
}

.lad-link-btn-bleu {
    background-color: #222d38 !important
}

.ZoneResultat-Right--btnVolume {
    background: none !important;
    padding: 0
}

.ZoneResultat-Right--Head {
    border: 1px solid #f8f8f8;
    border-radius: 5px;
    padding: 16px;
    display: block
}

.zone-title {
    border: 0
}

#form_b20581ad0eea8e80030dbb44b11aca4af9dfc84f_submit {
    background-color: #222d38
}

.FormRappel {
    background: #f2f4fc
}

.row-form input,
.row-form select,
.row-form textarea {
    border: 1px solid #eee;
    color: #9b9b9b;
    background: #f7f8fc;
    border-radius: 10px
}

[data-icon]:before {
    color: #fff
}

.BoxTel {
    height: auto;
    padding: 16px;
    background: #f2f4fc
}

.BoxTel--phone {
    color: #222d38
}

.BoxTel--TextSmall {
    margin-top: 10px
}

.BoxTel-ico {
    padding: 0;
    background: none
}

.BoxTel-ico img {
    width: 40px;
    display: block
}

@media screen and (min-width:768px) {
    .BoxRappelVolumeR {
        margin: 0
    }
}

@media screen and (min-width:992px) {
    .ZoneResultat-Right {
        position: relative;
        padding-left: 25px
    }
}

.lad-link-default i.lad-link-ico {
    top: 0 !important;
    transition: all .2s
}

.btn-submit-ico {
    transition: all .2s
}

.BoxTel-Text {
    padding: 0
}

.BoxRappelVolumeR {
    margin: 20px 0
}

.BoxRappelVolumeR li {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.BoxRappelVolumeR li .container-boxV {
    flex-basis: 100%
}

.BoxRappelVolumeR li span {
    margin-right: 10px
}

.BoxRappelVolumeR .picto-phone-resultat {
    width: 35px !important;
    margin-right: 16px
}

.block-ico-right {
    background: transparent !important
}

.NavCalculateur-btn:before {
    border-width: 0 20px 0 0
}

.objet-resultat {
    justify-content: unset !important;
    align-items: center
}

.lad-link-btn-orange {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 8px 16px
}

.lad-link-btn-orange span {
    display: block
}

.lad-link-btn-orange img {
    width: 50px;
    display: block;
    padding-top: 9px;
    display: none
}

@media screen and (min-width:768px) {
    .lad-link-btn-orange img {
        width: 30px;
        display: block;
        padding-top: 9px
    }
}