﻿.tf-engine-preload {
    background-image: url(/Static/images/global/loader.gif);
}

.tfp-package-container .marineland:before,
.tfp-package-selector-header .marineland:before {
    background-position: -527px -97px;
    content: '';
    height: 30px;
    margin: 0;
    width: 34px;
    background-image: url(/Static/images/product/sprite-product.png);
    background-repeat: no-repeat;
    vertical-align: middle;
}
.tf-parc-pack-marineland:before {
    background-position: -794px -60px;
    position: absolute;
    left: auto;
    overflow: inherit;
    background-image: url(/Static/images/product/sprite-product.png);
    background-repeat: no-repeat;
    content: '';
    width: 90px;
    display: inline-block;
    vertical-align: middle;
    margin: 6px 0 0 -99px;
    height: 88px;
}

.tfp-package-container .botanica:before,
.tfp-package-selector-header .botanica:before {
    background-position: -666px -94px;
    content: '';
    height: 30px;
    margin: 0;
    width: 34px;
    background-image: url(/Static/images/product/sprite-product.png);
    background-repeat: no-repeat;
    vertical-align: middle;
}

.tf-parc-pack-botanica:before {
    background-position: -1150px -59px;
    position: absolute;
    left: auto;
    overflow: inherit;
    background-image: url(/Static/images/product/sprite-product.png);
    background-repeat: no-repeat;
    content: '';
    width: 90px;
    display: inline-block;
    vertical-align: middle;
    margin: 6px 0 0 -99px;
    height: 88px;
}

.tf-optioninfo-marineland .tf-optioninfo-header-text h2:before {
    background-image: url(/Static/images/infos_options/sprite-product.png);
    background-position: -908px -1px;
    background-repeat: no-repeat;
    top: 12px;
}

.tf-optioninfo-botanica .tf-optioninfo-header-text h2:before {
    background-image: url(/Static/images/infos_options/sprite-product.png);
    background-position: -1357px -1px;
    background-repeat: no-repeat;
    top: 12px;
}

.tf-optioninfo-marineland-header .tf-optioninfo-header-text p,
.tf-optioninfo-botanica-header .tf-optioninfo-header-text p {
    padding-top: 4%;
}

.tf-optioninfo-list.tf-optioninfo-marineland-list p,
.tf-optioninfo-list.tf-optioninfo-botanica-list p {
    padding-top: 0;
}

.tf-optioninfo-text {
    font-weight: 700;
}

.tf-optioninfo-titre {
    color: #004e99;
    font-weight: 700;
    font-size: 14px !important;
}

@media (min-width: 768px) {
    .tf-optioninfo-marineland-header {
        background-image: url(/Static/images/modals/header-marineland.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .tf-optioninfo-botanica-header {
        background-image: url(/Static/images/modals/header-botanica.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
    }
}