/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */
/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
@import 'https://fonts.googleapis.com/css?family=Exo+2';
@import 'https://fonts.googleapis.com/css?family=Orbitron';


/* ========================================================================
   Component: Base
 ========================================================================== */
/*
 * 1. Normalizes default `font-family` and sets `font-size` here to support `rem` units
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 * 3. Style
 */
html {
    /* 1 */
    font: 300 15px / 22px 'Exo 2';
    /* 2 */
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    /* 3 */
    background: #ffffff;
    color: #919191;
}

/*
 * Removes default margin.
 */
body {
    margin: 0;
}

/* Links
 ========================================================================== */
/*
 * Remove the gray background color from active links in IE 10.
 */
a {
    background: transparent;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
}

/*
 * Style
 */
a {
    color: #8b4500;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #df8e00;
    text-decoration: underline;
}

/* Text-level semantics
 ========================================================================== */
/*
 * Addresses styling not present in Chrome, Safari, Opera and IE 8/9/10.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox
 */
b,
strong {
    font-weight: bold;
}

/*
 * 1. Address odd `em`-unit font size rendering in all browsers.
 * 2. Consolas has a better baseline in running text compared to `Courier`
 */
:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
    /* 1 */
    font-size: 13px;
    /* 2 */
    font-family: Consolas, monospace, serif;
    /* 3 */
    color: #919191;
    white-space: nowrap;
}

/*
 * Emphasize
 */
em {
    color: #000000;
}

/*
 * Insert
 */
ins {
    background: #ffe300;
    color: #ffffff;
    text-decoration: none;
}

/*
 * Mark
 * Note: Addresses styling not present in IE 8/9.
 */
mark {
    background: #cf9e67;
    color: #ffffff;
}

/*
 * Quote
 */
q {
    font-style: italic;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Images
 ========================================================================== */
/*
 * 1. Responsiveness: Sets a maximum width relative to the parent and auto scales the height
 * 2. Corrects `max-width` behavior if padding and border are used
 * 3. Remove border when inside `a` element in IE 8/9/10.
 * 4. Remove the gap between images and the bottom of their containers
 */
img {
    /* 1 */
    max-width: 100%;
    height: auto;
    /* 2 */
    box-sizing: border-box;
    /* 3 */
    border: 0;
    /* 4 */
    vertical-align: middle;
}

/* Block elements
 ========================================================================== */
/*
 * Reset margin
 */
blockquote,
figure {
    margin: 0;
}

/*
 * Margins
 */
p,
ul,
ol,
dl,
blockquote,
pre,
address,
fieldset,
figure {
    margin: 0 0 15px 0;
}

* + p,
* + ul,
* + ol,
* + dl,
* + blockquote,
* + pre,
* + address,
* + fieldset,
* + figure {
    margin-top: 15px;
}

/* Headings
 ========================================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px 0;
    font-family: 'Orbitron', sans-serif;
    font-weight: 600;
    color: #454545;
    text-transform: uppercase;
}

/*
 * Margins
 */
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
    margin-top: 25px;
}

/*
 * Sizes
 */
h1 {
    font-size: 26px;
    line-height: 28px;
}

h2 {
    font-size: 22px;
    line-height: 22px;
}

h3 {
    font-size: 18px;
    line-height: 18px;
}

h4 {
    font-size: 15px;
    line-height: 15px;
}

h5 {
    font-size: 13px;
    line-height: 13px;
}

h6 {
    font-size: 11px;
    line-height: 11px;
}

/* Lists
 ========================================================================== */
ul,
ol {
    padding-left: 30px;
}

/*
 * Reset margin for nested lists
 */
ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
    margin: 0;
}

/* Description lists
 ========================================================================== */
dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

/* Horizontal rules
 ========================================================================== */
/*
 * 1. Address differences between Firefox and other browsers.
 * 2. Style
 */
hr {
    /* 1 */
    box-sizing: content-box;
    height: 0;
    /* 2 */
    margin: 15px 0;
    border: 0;
    border-top: 1px solid #cfcfcf;
}

/* Address
 ========================================================================== */
address {
    font-style: normal;
}

/* Blockquote
 ========================================================================== */
blockquote {
    padding-left: 15px;
    border-left: 5px solid #cfcfcf;
    font-size: 17px;
    line-height: 23px;
    font-style: italic;
}

/* Pre-formatted text
 ========================================================================== */
/*
 * 1. Contain overflow in all browsers.
 */
pre {
    padding: 10px;
    background: #f5f5f5;
    font: 13px / 20px Consolas, monospace, serif;
    color: #919191;
    -moz-tab-size: 4;
    tab-size: 4;
    /* 1 */
    overflow: auto;
}

/* Selection pseudo-element
 ========================================================================== */
::-moz-selection {
    background: #c38540;
    color: #ffffff;
    text-shadow: none;
}

::selection {
    background: #c38540;
    color: #ffffff;
    text-shadow: none;
}

/* HTML5 elements
 ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
    display: block;
}

/*
 * Addresses inconsistent vertical alignment of `progress` in Chrome, Firefox and Opera.
 */
progress {
    vertical-align: baseline;
}

/*
 * Prevent displaying `audio` without controls in Chrome, Safari and Opera
 */
audio:not([controls]) {
    display: none;
}

/*
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE and Safari
 */
[hidden],
template {
    display: none;
}


/* ==========================================================================
	==================================================================Patrice
 ========================================================================== */


.wf_caption > a {
    display: block;
    margin-bottom: 7px;
}

.wf_caption > img {
    margin-bottom: 7px !important;
}

.legende {
    font-size: 12px;
    line-height: 13px;
    text-align: center;

}

h1, h2, h3, h4, h5, h6 {
    text-transform: none !important
}


.columns {
    -webkit-columns: 2 auto;
    -moz-columns: 2 auto;
    columns: 2 auto;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
    -webkit-column-rule: 1px solid #b1b1b1;
    -moz-column-rule: 1px solid #b1b1b1;
    column-rule: 1px solid #b1b1b1;
}

.columns p, .columns h1, .columns h2, .columns h3 {
}

.pull-left img.image-ronde,
.pull-left {
    margin: 20px 30px 15px 0 !important;
    float: left
}

.pull-left img.image-ronde,
.pull-right {
    margin: 15px 0 15px 30px !important;
    float: right
}

a img.image-ronde {
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    margin: 4px;
    border: 1px solid #ffffff;
}

a img.image-ronde:hover {
    opacity: 0.85;
    border: 6px solid #ffffff;
}

.editeur p,
.uk-article p {
    text-align: justify !important;
    font-size: 16px !important;
    color: #6b6b6b;
    letter-spacing: 1px;
    font-weight: 100;
    font-family: 'Exo 2', sans-serif;
}

h1 {
    font-size: 23px
}

cite {
    color: #984500;
    font-size: 13px;
    letter-spacing: normal
}

.tm-toolbar {
  padding: 15px 0;
}