/* CSS used to display Cookie message */

#opposeCookies {
    background-color: #333;
    opacity: 0.85;
    color: #fff;
    text-align: center;
    width: 100%;
}
#layerCookies {
    background-color: #333;
    bottom: 60px;
    color: #fff;
    height: 170px;
    margin: 0;
    opacity: 0.7;
    padding: 0;
    position: fixed;
    right: 130px;
    text-align: center;
    width: 345px !important;
    z-index: 2000;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
#layerCookies p {
    margin: 0 auto;
    overflow: hidden;
    padding: 20px;
    position: relative;
    text-align: left;
	line-height: 1;
}
#layerCookies em {
    font-size: 12px;
    font-style: normal;
}
#layerCookies em {
    font-size: 12px;
    font-style: normal;
}
#layerCookies em span {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
#layerCookies a {
    color: #fff;
    font-size: 12px;
    padding-left: 3px;
    text-decoration: underline;
}
#layerCookies .close {
    background: url("/images/cookies-close.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 17px;
    position: absolute;
    right: 10px;
    text-indent: -9999em;
    top: 10px;
    vertical-align: middle;
    width: 17px;
}
i {
    font-style: normal;
}

/*barre en bas*/

#tc_privacy {
    border: medium none; 
    background: none repeat scroll 0% 0% #333; 
    width: 100%; 
    position: fixed; 
    z-index: 999999; 
    bottom: 0px; 
    left: 0px; 
    text-align: left; 
    opacity: 0.9;
}

#tc_privacy_container_text {
    border: medium none; 
    background: none repeat scroll 0% 0% transparent; 
    display: inline-block;
    width:96%;
    float: left;
}

@media (min-width: 601px) and (max-width: 1024px) {
    #tc_privacy_container_text {
        width:94%;
    }
}

@media (min-width: 361px) and (max-width: 600px) {
    #tc_privacy_container_text {
        width:90%;
    }
}

@media (max-width: 360px) {
    #tc_privacy_container_text {
        width:88%;
    }
}

#tc_privacy_text {
    border: medium none;
    background: none repeat scroll 0% 0% transparent;
    color: #fff;
    padding: 10px;
    font-size: 12px;
    text-align: left;
}

#tc_privacy_text a {
    color:#FFF;
    text-decoration:underline;
}

#tc_privacy_container_button {
    border: medium none;
    background: none repeat scroll 0% 0% transparent;
    right: 5px;
    top: 5px;
    display: inline-block;
    float:right;
}

#tc_privacy_button {
    border: medium none;
    background: url("/images/cookies-close.png") no-repeat scroll 0 0 transparent;
    color: #FFF;
    display: block;
    cursor: pointer;
    font-size: 12px;
    padding: 5px 8px;
    margin:5px 5px 5px 10px;
}