@charset "UTF-8";
/* CSS Document */

/*!
Nom du thème : sdl forum
Theme URL: https://sdl-forum.org
Auteur: Ludovic Tristan
*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
    font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	line-height: 1.3;
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Anton', sans-serif;
    font-weight: 400;
	clear: both;
    color: #4a6fdb;
    margin-bottom: 1em;
}
h1 {
   font-size:30px; 
}
h2 {
   font-size:24px; 
}
h3 {
   font-size:21px; 
}
#push-home h3, #push-page h3 {
    font-size:30px !important; 
    margin: 0;
}
h4 {
   font-size:18px; 
}

p {
	margin:0 0 1.5em 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 0 0;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0;
}
.focus-content ul {
    padding:0;
    margin-top:10px;
    margin-bottom:10px;
}
.focus-content ul ul, .focus-content ul ul ul {
    padding:0;
    margin-top:6px;
    margin-bottom:6px;
    margin-left:15px !important;
}
.focus-content ul li {
    padding:0 0 6px 20px;
    position:relative;
}
.focus-content ul li:before {
    content:">";
    position:absolute;
    top:2px;
    left:0;
}
.focus-content ul li ul li {
    padding:0 0 6px 20px;
    position:relative;
}
.focus-content ul li ul li:before {
    content:"•";
    position:absolute;
    top:2px;
    left:0;
    font-weight: 700;
}
.focus-content ul li ul li ul li {
    padding:0 0 6px 20px;
    position:relative;
}
.focus-content ul li ul li ul li:before {
    content:"-";
    position:absolute;
    top:2px;
    left:0;
    font-weight: 300;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
    border:none;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Liens
--------------------------------------------- */
a {
	color: #4a6fdb;
}

a:visited {
	color: #4a6fdb;
}

a:hover,
a:focus,
a:active {
    -webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

a:focus {
	
}

a:hover,
a:active {
	outline: 0;
}

/* Formulaire
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/* Divers
--------------------------------------------- */

.intro {
    font-weight: 600;
    font-size:1.1rem;
    display: block;
    margin-bottom: 20px;
}
#push-page .intro, #push-home .intro {
    margin-bottom: 0px !important;
    font-size:1.2rem !important;
}
.cartouche {
    display: inline-block;
    font-family: 'Anton', sans-serif;
    font-size:20px;
    color:#fff;
    background-color: #a5a50f;
    padding: 3px 6px;
    width:auto;
    font-weight: 400;
    letter-spacing: 0.5;
    margin-bottom:4px;
}
.separator {
    display: block;
    margin-top:25px;
    margin-bottom:25px;
    border-bottom:1px solid #4a6fdb;
}
.espace {
    display: block;
    height:50px;
}
a.readmore {
    padding-top:5px;
    color: #4a6fdb !important;
    font-weight: 700;
    text-decoration: none;
}
a.readmore:hover {
    color: #000 !important;
}
#push-home a.readmore, #push-page a.readmore {
    color:#a7ac16 !important;
    font-weight: 500 !important;
}
.dates, a.dates, td.dates a {
    color:#4a6fdb !important;
    text-decoration: underline !important;
    font-weight: 700 !important;
}
