<!--
.font_1 {
	font-size:13px;
	color: #505050;
	font-family: arial, helvetica, sans-serif;
  	text-decoration : none;
}

.titre {
	font-size:16px;
	font-weight:bold;
	color: #505050;
	font-family: arial, helvetica, sans-serif;
  	text-decoration : none;
}
-->


/**** Cookies ****/

#legalCookies {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #666666;
    font-size: 11px;
    background: #f0f0f0;
    z-index: 999999;
    text-align: center;
    padding: 8px 0;
}

#legalCookies button {
    border: 0;
    background: none;
    color: #666666;
    cursor: pointer;
    font-size: 15px;
    line-height: 8px;
}
#legalCookies a{
    color: #666666;
    text-decoration: underline;
    cursor: pointer;
}

/***** Confirm Optin *****/

.coi-container {
    margin: 50px auto 0 auto;
    padding: 50px 90px;
    width: 500px;
    border: 1px solid lightgray;
    background: #F2F2F2;
    text-align: justify;
}

figure.coi-logo {
    text-align: center;
}

figure.coi-logo img{
    max-width: 198px;
    width: 198px;
    max-height: 60px;
    height: 60px;
}


.coi-bt-content-access {
    text-align: center;
    text-transform: uppercase;
    padding: 15px;
    display: block;
    width: 265px;
    margin: 25px auto;
    text-decoration: none;
    font-weight: bold;
}

footer.coi-footer {
    text-align: center;
}

footer.coi-footer a {
    color: #505050;
}
