
/* ==================================================== SPECIFIC ======================================================== */
/* zone texte dans banner */
#zoneTexte{
    border: 2px solid #fff;
    color: #fff;
    font-size: 5em;
    font-weight: bold;
    left: 10%;
    padding: 10px;
    position: absolute;
    text-transform: uppercase;
    top: 20%;
    z-index: 1;
    }
#zoneTexteCadre{
    border: 2px solid #fff;
    bottom: -35px;
    height: 40%;
    position: absolute;
    right: -50px;
    width: 30%;
    }

/* bg custom */
div.antfullwBg1{
    background-color: #555555;
    background: url("../parallax_bg/bg-parallax1.jpg");
    }

div.antfullwBg1 .antpar1 h1 {
        font-family: Calibri, "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 160%;
        text-align: center;
        margin: auto;
        width: 450px;
        display: block;
        padding-left: 90px; /* trait à gauche de 90px */
        padding-right: 90px; /* trait à droite de 90px */
        position: relative; /* traits en absolute */
        }
div.antfullwBg1 .antpar1 h1::before{
        background-image: url("../images/title-line-white.jpg");
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        top: 50%;
        width: 80px;
        }
div.antfullwBg1 .antpar1 h1::after{
        background-image: url("../images/title-line-white.jpg");
        content: "";
        height: 2px;
        right: 0;
        position: absolute;
        top: 50%;
        width: 80px;
        }
.antfullwBg1 p{
        color: #fff;
        }

/* ADDTHIS */
#toolbox {
	display: block;
        margin: 20px 0px 10px 0px;
        }
#toolbox a {
        /*float: right;*/ /* addthis par défaut à left */
        }

/* ENCARTS HOME */
#contEncartVest{
    background: rgba(0, 0, 0, 0) url("../images/T-shirt-contour.png") no-repeat scroll 0 0;
    display: block;
    height: 150px;
    margin: auto;
    padding: 75px;
    text-align: center;
    width: 150px;
    }
#contEncartVest:hover{
    cursor: pointer;
    background: url("../images/T-shirt-full.png") no-repeat;
    }
#contEncartAmeubl{
    background: url("../images/ameublement-contour.png") no-repeat;
    display: block;
    width: 150px;
    height: 150px;
    margin: auto;
    padding: 75px;
    }
#contEncartAmeubl:hover{
    cursor: pointer;
    background: url("../images/ameublement-full.png") no-repeat;
    }
#contEncartPub{
    background: url("../images/event-contour.png") no-repeat;
    display: block;
    width: 150px;
    height: 150px;
    margin: auto;
    padding: 75px;
    }
#contEncartPub:hover{
    cursor: pointer;
    background: url("../images/event-full.png") no-repeat;
    }

/* BOUTON TOP */
#btn_up {
        position: fixed;
        bottom: 20px;
        right: 20px;
        cursor: pointer;
        display: none;
        font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
        color: #ffffff;
        font-size: 12px;
        line-height: 40px;
        text-align: center;
        border-radius: 5px;
        box-shadow: 0 0 0 1px #dddddd;
        background: none repeat scroll 0 0 #444444;
        border: 2px solid #ffffff;    
        height: 40px;
        width: 40px;
        }
#btn_up i{
        font-size: 25px;
}

@media (max-width: 767px){ /* version smartphone */
    div.antfullwBg1 .antpar1 h1{
        width: 100%;
        }
}
