/* CSS Document

	Project : Simpe Cookies message

*/


/** cookies popin **/
#cookie-bar {
    position: fixed;
    width: 100%;
    margin: 0px;
    left: 0px;
    bottom: 0px;
    /*!  */
    z-index: 1000;
    /*!  */
    color: rgb(0, 0, 0);
    font-size: 15px;
    background-color: #2886c9;
    /*!  */
}

#cookie-bar p {
    margin: 0 !important;
    display: inline-block;
    width: 63%;
    /*! text-align: center; */
    color: #fff;
    font-family: Bitter;
    font-weight: bold;
    padding: 0;
    float: left;
    padding-left: 26%;
}

#cookie-bar a{
text-decoration: underline;
border: 1px #fff solid;
text-transform: uppercase;
color: #fff;
font-size: 12px;
font-family: Arial, sans-serif;
padding: 0px 5px;
text-decoration: none;
font-weight: bold;
text-align: center;
transition-duration: 0.2s;
-webkit-transition-duration: 0.2s;
-moz-transition-duration: 0.2s;
display: block;
float: left;
margin: 0 auto;
width: 13%;
/*! margin-left: 32%; */
margin-top: -1%;
float: left;
display: block;
margin-top: -14px;
}
#cookie-bar a:hover {
    background: #ffffff;
    color: #2886c9;
}
#cookie-bar a.cgv {
    margin-left: 8px;
}

#cookie-bar a.cb-enable {
    margin-left: 24px;
    width:3%;
}