/* (c)2013-2023 mobiLead */
/* RESET v2.0 | 20110126 
   http://meyerweb.com/eric/tools/css/reset/ 
   License: none (public domain) */
/* MARKEM IMAJE
	SVG		200 x 60
	Violet	#651a7a
	Gris	#696566
	Bleu	#004a8c   */
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, 
/* ol, ul, */
li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
	line-height: 1;
	background-image: linear-gradient(
    to bottom, #fefefe, #dedede);
}

ol, ul {
  list-style: none;
  padding: 0px 0px 0px 20px;
}

ul li::before {
	content: "\2022";
	color: #2c66ae;
	font-weight: bold;
	display: inline-block; 
	width: 1em;
	margin-left: -1em;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* CLEARFIX
   http://nicolasgallagher.com/micro-clearfix-hack/ */
.cf:before, .cf:after { content: " "; display: table; }
.cf:after { clear: both; }
.cf { *zoom: 1; }

/* TEXT RENDERING */
body { text-rendering: optimizeLegibility; font-smoothing: antialiased; -webkit-font-smoothing: antialiased; } 

/* BASELINE */
article, aside, figcaption, figure, footer, header, hgroup, nav, section, p { margin-bottom: 10px; }

/* ===== primary styles =====================================================
   Author:
   ========================================================================== */
span.red {font-weight: bold; color: #ed1c24; }	/* RED */
span.ora {font-weight: bold; color: #f58a27 }	/* ORANGE */
span.grn {font-weight: bold; color: #008C5A }	/* GREEN */

img {float:left; padding-top:10px; padding-bottom:10px; padding-right:10px; padding-left:0px; }
   
/* TYPOGRAPHY */
/* html { font-size: 90%; font-family: 'Capriola', arial, verdana; } */
html {	font-size: 90%; font-family: 'Atkinson Hyperlegible', arial, verdana; }
body {	font-family: 'Atkinson Hyperlegible';font-size: 18px; line-height: 1.5em; }

/* LAYOUT */
html { background-color: #ffffff; }
body { max-width: 940px; width: 96%; margin: 15px auto; padding: 15px 2%; }

/* A:LINK OBJECT */
a { text-decoration: underline; color: #404040; }
a:hover { text-decoration: none; }

/* DEFINITION OBJECT */
dt { font-weight: 700; }
dd { font-size: .75rem; margin-bottom: 15px; }

/* TITLES */
.website-title { font-size: 1.25rem; text-transform: uppercase; letter-spacing: 1px; }
.title { font-size: 1.25rem; margin-bottom: 15px; }

/* NAV */ 
.main-nav { border-radius: 10px; background-color: #5EA9DE;  }
.main-nav a { float: left; width: 25%; line-height: 2em; border-radius: 10px; text-align: center; }
.main-nav a.active { background-color: #5EA9DE; }

/* ARTICLE */
.glossary { padding:5px 2%; border-radius: 10px; background-color: rgba(0,0,0,.1); }
pre { padding:10px 2%; border-radius: 10px; background-color: #ffffff; font-weight: bold; }
.footer { clear: both; font-size: .75em; }

/* RELATED CONTENT */
.extra-content { padding: 10px 2%; border-radius: 10px; color: #696566; }
.related-content { background-color: rgba(255,255,255,.6);  }
.other-articles { background-color: rgba(255,255,255,.6);  }

/* HEADER */
.main-header { 
	display: inline-block; width: 100%; max-width: 400px; position: relative;
	background: no-repeat top left;
	/* background-image: url(img/logo_mobilead.svg); */
	background-size: 60%;  }
	
/* FOOTER */
.main-footer{ 
	display: inline-block; width: 100%; max-width: 240px; position: relative;
	background-repeat: no-repeat; /* Do not repeat the image */
	background-image: url(img/logo_ml.svg);
	background-position: center; /* Center the image */
	background-size: 66%;
}

/* IE7 & IE8 */
.lt-ie9 .website-title { font-size: 2rem; }
.lt-ie9 .article-wrapper { float: left; width: 67.15%; /* 650px */ margin-right: 2%; }
.lt-ie9 .content { float: left; width: 70.77%; /* 460.6px */ }
.lt-ie9 .glossary { float: left; width: 23.23%; margin-left: 2%; }
.lt-ie9 .extra-content { float: left; width: 26.85%; }

/* Laurent TONNELIER - mobiLead */
table { border-collapse: collapse;  border-spacing: 0; border: 0px solid #EEE; }
tr:nth-child(odd)  { background-color: #EEE;  }
tr:nth-child(even) { background-color: #FFFFFF;  }
tr, th, td  { text-align: center; }

@media only screen and (min-width: 35em) {
  /* media queries */
  .website-title { font-size: 2rem; }
  .article-wrapper { float: left; width: 67.15%; /* 650px */ margin-right: 2%; }
  .content { float: left; width: 70.77%; /* 460.6px */ }
  .glossary { float: left; width: 23.23%; margin-left: 2%; }
  .extra-content { float: left; width: 26.85%; }
}


