/* Base ----------------------------------------- */

body {
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
}

body, td, th, kbd, select, input, textarea {
    font-family: 'Open Sans', Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 13px;
}

.link {
    text-decoration: none;
}

body > .container
{
    position: relative;
    top: 0;

    display: block;

    width: 958px;
    margin: 0 auto;
}

div#header {
    overflow: hidden;
    min-height: 100px;
}

div#header img {
    margin: 5px 0 !important;
}

.button {
    padding: 3px 12px;
    text-decoration: none;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    border-radius: 3px;
    font-weight: 600;
}

.status-message {
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 2px center;
    padding: 5px 5px 5px 30px;
}

hr {
    height: 1px;
    margin: 10px 0;
    border: none;
}

/* --------------------------------------------------------- */

#logoutBox {
	border-width: 1px;
	border-style: solid;
}

#logoutBox legend {
	color: #6d0359;
}

.progressBar {
	background: url(/img/progress.gif);
	height: 20px;
	border-radius: 3px;
	border: 1px solid lightgray;
	box-shadow: inset 0 0 4px white;
	color: white;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	text-shadow: 0 0 2px gray;
}

.mainForm {
	background-color: #ffffff;
}

#mobileTitleColor {
	color: #6d0359;
	text-align: center;
}

#titleBox {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: 12px;
	font-weight: bold;
	padding: 0 9px;
	height: 20px;
	line-height: 20px;
	text-align: left;
}


#cboxContent {
	padding-top: 30px;
}


#cboxClose {
	margin-top: 2px;
}

#bgModal {
	height: 54px;
	padding: 5px 10px;
}

#cboxTitle {
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
}

#footer .bottomLinks {
	font-size: 10px;
}


div#footer {
	text-align: center;
	font-size: 12px;
	margin-top: 10px;
}

#scrollable {
	min-height: 356px;
	height: 356px;
	/*pour IE qui comprend rien, et qui ne reconnait pas min-height, mais qui comprend mal height*/

	overflow-y: auto;
	overflow-x: hidden;
}


.textModal ul {
	margin-bottom: -13px;
}

.textModal div:first-child {
	margin: 0 !important;
}

.textModal h1 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}


#disclaimer {
    width: 620px;
    height: 400px;
    overflow: hidden;
    color: black;
}
#disclaimer .content {
    margin: 20px;
    padding: 10px;
    font-size: 12px;
}
#disclaimer table a {
    display: block;
    text-align: center;
    padding: 5px 10px;
    background: #b4e391;
    background: -moz-linear-gradient(top, #b4e391 0%, #61c419 50%, #b4e391 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b4e391), color-stop(50%, #61c419), color-stop(100%, #b4e391));
    background: -webkit-linear-gradient(top, #b4e391 0%, #61c419 50%, #b4e391 100%);
    background: -o-linear-gradient(top, #b4e391 0%, #61c419 50%, #b4e391 100%);
    background: -ms-linear-gradient(top, #b4e391 0%, #61c419 50%, #b4e391 100%);
    background: linear-gradient(to bottom, #b4e391 0%, #61c419 50%, #b4e391 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b4e391', endColorstr='#b4e391', GradientType=0);
    border: 1px solid #61c419;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    border-radius: 3px;
    color: white;
    text-shadow: 0 0 2px black;
}

#disclaimer table a#exitBt {
    border-color: #c5192a;
    background: #e3919a;
    background: -moz-linear-gradient(top, #e3919a 0%, #c5192a 50%, #e3919a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e3919a), color-stop(50%, #c5192a), color-stop(100%, #e3919a));
    background: -webkit-linear-gradient(top, #e3919a 0%, #c5192a 50%, #e3919a 100%);
    background: -o-linear-gradient(top, #e3919a 0%, #c5192a 50%, #e3919a 100%);
    background: -ms-linear-gradient(top, #e3919a 0%, #c5192a 50%, #e3919a 100%);
    background: linear-gradient(to bottom, #e3919a 0%, #c5192a 50%, #e3919a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3919a', endColorstr='#e3919a', GradientType=0);
}

#disclaimer table a:hover {
    text-shadow: none;
}

#disclaimer .footer {
    font-size: 10px;
}

#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronRefused {
    box-sizing: border-box !important;
    margin-left: 5px;
}

.tac_activate {
    display: none !important;
}

.tarteaucitronBorder .tarteaucitronName a[href*="https://opt-out.ferank.eu/service"] {
	display: none;
}
