/*==================================== VOLET DEMANDE CATALOGUE =======================================*/

.voletDemandeCatalog {
    position: fixed;
    z-index: 10;
    left: -200px;
    top: 215px;
    padding-right: 30px;
    width: 230px;
    height: 260px;
    background: rgba(245,245,245,1);
    background: -moz-linear-gradient(left, rgba(245,245,245,1) 0%, rgba(254,254,254,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(245,245,245,1)), color-stop(100%, rgba(254,254,254,1)));
    background: -webkit-linear-gradient(left, rgba(245,245,245,1) 0%, rgba(254,254,254,1) 100%);
    background: -o-linear-gradient(left, rgba(245,245,245,1) 0%, rgba(254,254,254,1) 100%);
    background: -ms-linear-gradient(left, rgba(245,245,245,1) 0%, rgba(254,254,254,1) 100%);
    background: linear-gradient(to right, rgba(245,245,245,1) 0%, rgba(254,254,254,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#fefefe', GradientType=1 );
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.voletDemandeCatalog.visible {
    left: 0;
}

.voletDemandeCatalogHeader {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    text-align: center;
    background-color: #f5f5f5;
}
.voletDemandeCatalogTitle {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0;
    padding: 0 40px;
    border: 0;
    font-weight: 300;
    font-size: 18px;
    line-height: 32px;
    text-transform: uppercase;
    white-space: nowrap;
    background: none;
    outline: 0;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    -moz-transform: translate(-50%, -50%) rotate(-90deg);
    -ms-transform: translate(-50%, -50%) rotate(-90deg);
    -o-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
}
.voletDemandeCatalogTitle::after {
    content: ">";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    font-size: 30px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.voletDemandeCatalog.visible .voletDemandeCatalogTitle::after {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.voletDemandeCatalogTitle b {
    font-weight: 400;
}

.voletDemandeCatalogBody {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}
.voletDemandeCatalogBody.volet-aide {
    padding-top:45%;
}
.voletDemandeCatalogBody .title-small-pnreg {
    margin-bottom: 0;
    font-size: 13px;
}
.voletDemandeCatalogBody .image {
    margin-top: 5px;
    height: 125px;
}
.voletDemandeCatalogBody .image img {
    display: inline-block;
    max-height: 100%;
    vertical-align: top;
    height: auto !important;
    width: auto !important;
}
.voletDemandeCatalogBody .btn {
    margin-top: 15px;
    padding: 6px 15px;
    height: 30px;
    font-size: 12px;
}

@media (max-width: 1024px) {

    .voletDemandeCatalog {
        display: block;
        left: 0;
        right: 0;
        top: auto;
        bottom: -340px;
        padding-top: 50px;
        padding-right: 0;
        width: auto;
        height: 390px;
    }
    .voletDemandeCatalog.visible {
        left: 0;
        bottom: 0;
    }

    .voletDemandeCatalogHeader {
        left: 0;
        bottom: auto;
        width: auto;
        height: 50px;
    }
    .voletDemandeCatalogTitle {
        display: block;
        position: relative;
        left: auto;
        top: auto;
        height: inherit;
        padding-right: 0;
        padding-left: 0;
        font-size: 28px;
        line-height: 52px;
        width: 100%;
        text-align: center;
        -webkit-transform: translate(0, 0) rotate(0deg);
        -moz-transform: translate(0, 0) rotate(0deg);
        -ms-transform: translate(0, 0) rotate(0deg);
        -o-transform: translate(0, 0) rotate(0deg);
        transform: translate(0, 0) rotate(0deg);
    }
    .voletDemandeCatalogTitle::after {
        display: inline-block;
        position: relative;
        right: auto;
        top: auto;
        bottom: auto;
        margin-left: 25px;
        line-height: 50px;
        vertical-align: top;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .voletDemandeCatalog.visible .voletDemandeCatalogTitle::after {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .voletDemandeCatalogBody {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .voletDemandeCatalogBody .title-small-pnreg {
        font-size: 16px;
    }
    .voletDemandeCatalogBody .image {
        margin-top: 15px;
        height: 170px;
    }
    .voletDemandeCatalogBody .text {
        margin-top: 20px;
    }
    .voletDemandeCatalogBody .btn {
        margin-top: 0;
        padding: 6px 25px;
        font-size: 13px;
    }

}

@media (max-width: 767px) {

    .voletDemandeCatalog {
        bottom: -260px;
        padding-top: 40px;
        height: 300px;
    }

    .voletDemandeCatalogHeader {
        height: 40px;
    }
    .voletDemandeCatalogTitle {
        font-size: 20px;
        line-height: 42px;
    }
    .voletDemandeCatalogTitle::after {
        line-height: 40px;
    }

    .voletDemandeCatalogBody {
        padding-top: 10px;
        padding-bottom: 15px;
    }
    .voletDemandeCatalogBody .title-small-pnreg {
        font-size: 14px;
        line-height: 18px;
    }
    .voletDemandeCatalogBody .image {
        margin-top: 5px;
        height: 135px;
    }
    .voletDemandeCatalogBody .text {
        margin-top: 10px;
    }
    .voletDemandeCatalogBody .btn {
        margin-top: 0;
        padding: 6px 25px !important;
        height: 30px !important;
        line-height: normal;
        width: auto;
        background: transparent;
        color: #3C3C3C;
        border-radius: 20px;
    }

}
