﻿

h1.product-detail-name {
    font-size: 1.8em;
    /*line-height: 1.7em;*/
    color: #fff;
}
h2.product-author-name, h2.product-author-name a {
    font-size: 1.2em;
    line-height: 1.2em;
    color: #fff;
}
h3.product-publisher-name, h3.product-publisher-name a {
    font-size: 1.1em;
    color: #fff;
}
h4.product-collection-name, h4.product-collection-name a {
        font-size: 1em;
        color: #fff;
    }

.priceproduct {
    font-size: 30px;
    color: #fff;
    line-height: 1.2;
}

.labelproduct {
    font-size: 13px;
    color: #000;
    /*line-height: 1.3;*/
    /*min-height: 30px;
    line-height: 30px;*/

    line-height: 2.5em;
    background-color: #e7e7e7;
    border-bottom:1px solid #ccc;
}
.labelproduct2 {
    /*font-size: 13px;*/
    color: #000;
    /*line-height: 1.83;*/ line-height: 2.5em;
}

.select-product {

    clip: rect(0 0 0 0) !important;
    /*height: 50px;*/
    /*line-height: 50px;*/
    overflow: hidden !important;
  
    width: 100%;
    font-size: 13px;
    color: #000;
    line-height: 2.5em;

    border-bottom: 1px solid #ccc;
}

.select-product2 {

    clip: rect(0 0 0 0) !important;
    /*height: 50px;*/
    width: 100%;
    font-size: 13px;
    color: #000;
    border-bottom: 1px solid #ccc;
}



.dropdownproduct {
    border: 1px solid #e6e6e6;
    border-radius: 2px;
}


.page-product {padding-top:1%;
}
#bg-product {
    background: -moz-linear-gradient(270deg, rgba(104,148,173,1) 0%, rgba(43,51,69,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(104,148,173,1)), color-stop(100%, rgba(43,51,69,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, rgba(104,148,173,1) 0%, rgba(43,51,69,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, rgba(104,148,173,1) 0%, rgba(43,51,69,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, rgba(104,148,173,1) 0%, rgba(43,51,69,1) 100%); /* ie10+ */
    background: linear-gradient(180deg, rgba(104,148,173,1) 0%, rgba(43,51,69,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6894AD', endColorstr='#2B3345',GradientType=0 ); /* ie6-9 */
    /*background-size: 100% 420px;*/
    background-repeat: no-repeat;
    position: relative;
}
.page-product #bg-product {
    background-size: 100% 420px;
}

@media (min-width: 768px) {

    .hov-img-zoom {
        /* min-height: 450px;*/
        min-height: 400px;
    }
    .buttonsquare {font-size:initial!important;
    }
    /*.page-product {padding-top:68px;
    }*/
}
@media (max-width: 767px) {

    #bg-product .bgSmall {
        background-color: rgba(43,51,69,1);
        padding:5%;
    }
}
@media (max-width: 768px) {

    h1.product-detail-name {
        font-size:1.4em;
    }
    h3 {
        font-size: 1.2em;
    }
    h2.product-author-name, h2.product-author-name a {
        font-size: 1.2em;
    }
}


product-detail-name

.spaceblock1 {
    height: 20px;
}
.spaceblock2 {
    height: 50px;
}
.buttonsquare {
    background-color: #8fbf4d;
    padding: 2%;
    font-size: 1.2em;
    color: #fff;
    display: inline-block;
    border: 1px solid #7ac400;
    margin: 2% 0;
    -webkit-box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 5px transparent;
    box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 5px transparent;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
    .buttonsquare:hover {
        -webkit-box-shadow: 0px 0px 0px 1px #8fbf4d inset, 0px 0px 0px 0px #8fbf4d;
        box-shadow: 0px 0px 0px 1px #8fbf4d inset, 0px 0px 0px 0px #8fbf4d;
        background-color: #fff;
        color: #7ac400;
    }
    .buttonsquare a {
        color: #7ac400;
    }
a.buttonsquare:hover {
    text-decoration: none;
    color: #7ac400;
}

@media screen and (min-width: 320px) and (max-width: 1024px) {
 
    .spaceblock1 {
        height: 100px;
    }
    .spaceblock2 {
        height: 50px;
    }
}

    #bg-product button {
        position: relative;
        bottom: 0;
    }


.cartouchesubject {
    color: rgba(43,51,69,1);
    font-size: 1em;
    text-transform: uppercase;

    background: none;
    border: 1px solid rgba(43,51,69,1);
    padding: 6px 14px;
    margin-top: 5px;
    line-height: 16px;
    border-radius: 20px;
    margin-top:30px;
    display:inline-block;
}
    .cartouchesubject:hover {
        color: #fff;
        background: rgba(43,51,69,1);
        border: 1px solid rgba(43,51,69,1);

    }
.cartouchesubjectmodal {
    color: #fff;
    font-size: 1em;
    text-transform: uppercase;
    background: rgba(43,51,69,1);
    border: 1px solid #fff;
    padding: 6px 14px;
    margin-top: 5px;
    line-height: 16px;
    border-radius: 20px;
    margin-bottom: 30px;
    display: inline-block;
}

    a.cartouchesubjectmodal:hover {
text-decoration:none;color:#fff;
    }
 

/******   read more resume */
.read-more-state {
    display: none;
}

.read-more-target {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
    content: 'Show more';
}

.read-more-state:checked ~ .read-more-trigger:before {
    content: 'Show less';
}

.read-more-trigger {
    cursor: pointer;
    display: inline-block;
    padding: 0 .5em;
    color: #666;
    font-size: .9em;
    line-height: 2;
    border: 1px solid #ddd;
    border-radius: .25em;
}


/* **********************  */
/*      tableau offre   */
/* ****************   */

table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}


    table thead {
        background-color: #f8f8f8;
        border: 1px solid #ddd;
        padding: .35em;
    }

    table th,
    table td {
        padding: .625em;
        text-align: center;
    }

    table th {
        font-size: .75em;
        letter-spacing: .1em;
        text-transform: uppercase;
    }

@media screen and (max-width: 768px) {
    table {
        border: 0;
    }

        table thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        table tr {
            border-bottom: 3px solid #ddd;
            display: block;
            margin-bottom: .625em;
        }

        table td {
            border-bottom: 1px solid #ddd;
            display: block;
            font-size: .8em;
            text-align: center;
        }
        table th {
            font-size: .55em;
            letter-spacing: .1em;
            text-transform: uppercase;
        }
            table td::before {
                /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
                content: attr(data-label);
                float: left;
                font-weight: bold;
                text-transform: uppercase;
            }

            table td:last-child {
                border-bottom: 0;
            }
}

/*.separatortableoffer {border-top:1rem solid #fff;
}*/

.titleAccess {
    background-color: #01374c;
    color: #fff;
    padding: 5px;
}
.btn-link{
    color:#000; font-size:13px;
}