/*
Theme Name: C3BI
Theme URI: https://c3bitest.c3bi.pasteur.fr/
Author: Rachel Torchet
Description: C3BI Theme
*/



/* HEAD */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { 
	margin:0; 
	padding:0; 
	border:0; 
	outline:0; 
	font-size:100%; 
	vertical-align:baseline; 
	background:transparent; 
	margin-left:auto; 
	margin-right:auto; 
	max-width: 1300px;
	font-family:"BrandonGrotesqueReg";
	font-size: 18px;
}

button {
font-family:"BrandonGrotesqueReg";
}

h1 {
    font-size: 2em;
    margin: 0.67em 0px;
	font-family:"BrandonGrotesqueBld";
}

a {
text-decoration:none;
color:#2D96FA;
}

a:hover {
	text-decoration: underline;
}

article {
display:block;
}

.main-content {
	width: auto;
	float: none;
}

.main__inner {
    position: relative;
}

.btn--gift {
    display: block;
    text-align: center;
    float: right;
    background: #FFF none repeat scroll 0% 0%;
    color: #414144;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px;
    margin-top: 0px;
    text-decoration: none;
}

.btn--gift:hover {
    display: block;
    text-align: center;
    float: right;
    background: #0275E3 none repeat scroll 0% 0%;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px;
    margin-top: 0px;
    text-decoration: none;
}
