@charset "UTF-8";

#tx_cookies_showPermanent,#tx_cookies_disable {
    display:none;
}
#tx_cookies_text:before{font-family: 'Font Awesome 5 Pro';content:'\f05a';font-size:3rem;padding:0 5px;vertical-align:middle}
#tx_cookies_inner {
    font-family: "Roboto Condensed", Impact, "Franklin Gothic Bold", sans-serif;
font-size: 1.3rem;
    font-weight: 300;
height:auto;
	min-height:100px;
	position: relative;
    background: rgba(73,73,73,0.7);
text-align:center;
	z-index:100000000000000001;
}
#tx_cookies h3 {
    margin: 0;
    font-size: 14px;
}
#tx_cookies p {
    margin: 0;
}
#tx_cookies input[type="checkbox"] {
    float: left;
    margin-right: 3px;
}
#tx_cookies button,
#tx_cookies_hide{margin:15px auto}
#tx_cookies input[type="submit"] {
    width:auto;
font-family: "Roboto Condensed", Impact, "Franklin Gothic Bold", sans-serif;
    font-size: 1.8rem;
   font-style:normal;
text-transform: uppercase;
border:1px solid #ffffff;
    cursor: pointer;
    padding: 5px;
    color: #000;
}
#tx_cookies #tx_cookies_close {
    display:none
}
#tx_cookies #tx_cookies_hide input[type="submit"]{left:50%;background-color:transparent;color:#ffffff;font-weight:bold}

@media (min-width: 1024px) {
#tx_cookies input[value="J'ai compris"] {position:absolute;top:55px; left:50%;}
#tx_cookies {
    position:fixed;
	width:100%;
	bottom:0;
	left:0;
	height:auto;
	font-size: 11px;
	color:#ffffff;
	z-index:100000000000000000;
	font-family: 'Font Awesome 5 Pro';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  background-color: #494949;
}
#tx_cookies_inner {
    height:auto;
	min-height:80px;
	position: relative;
    background-color: #494949;
    z-index:100000000000000001;
}
}