/******************************************************************

Theme Name: Clinatec
Theme URI: http://www.clinatec.fr
Description: Thème utilisé pour le site Clinatec.
Author: Benoit Mercusot
Author URI: http://www.mbcreation.net
Version: 0.1


******************************************************************/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `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;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
b,
strong,
.strong {
  font-weight: bold;
}
dfn,
em,
.em {
  font-style: italic;
}
small,
.small {
  font-size: 75%;
}
ul,
ol {
  padding: 0;
  list-style-type: none;
}
dd {
  margin: 0;
}
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of LESS' great features:
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques like box shadow and
border-radius.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*********************
TOOLS
*********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
/* text alignment */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
/* floating */
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
/* alert and notices */
.alert {
  margin: 10px 0;
  padding: 5px 18px;
  border: 1px solid;
}
.alert-help {
  margin: 10px 0;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #e8dc59;
  background: #ebe16f;
}
.alert-info {
  margin: 10px 0;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #bfe4f4;
  background: #d5edf8;
}
.alert-error {
  margin: 10px 0;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #f8cdce;
  background: #fbe3e4;
}
.alert-success {
  margin: 10px 0;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #deeaae;
  background: #e6efc2;
}
/*********************
BORDER RADIUS
*********************/
/*
NOTE: For older browser support (and some mobile),
don't use the shorthand to define *different* corners.

USAGE: .border-radius(4px);

*/
/*********************
TRANISTION
*********************/
/* .transition(all,2s); */
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* .css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SHADOW
*********************/
/* .boxShadow(0,0,4px,0,#444); */
/* .boxShadow(none); */
/*********************
SCALE
*********************/
/* .scale(1) */
/*********************
BUTTONS
*********************/
/*********************
ANIMATIONS IMAGES (#gallery figure)
*********************/
@-webkit-keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

------------ MAP ------------

01. GENERAL STYLES
02. WORDPRESS BODY CLASSES
03. LAYOUT & GRID STYLES
04. LINK STYLES
05. H1, H2, H3, H4, H5 STYLES
06. HEADER STYLES
07. NAVIGATION STYLES
08. POSTS & CONTENT STYLES
09. PAGE NAVI STYLES
10. COMMENT STYLES
11. COMMENT FORM STYLES
12. SIDEBARS & ASIDES
13. FOOTER STYLES
14. BREADCRUMBS
15. BUTTONS
16. GALLERY
17. FORMULAIRES

******************************************************************/
/*********************
01. GENERAL STYLES
*********************/
html,
body {
  /* height: 100%; */
}
body {
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #333333;
  background-color: #ffffff;
}
/********************
02. WORDPRESS BODY CLASSES
    style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
.home .widget:first-child {
  margin-left: 0;
}
.home .widget .content-widget {
  line-height: 1.5em;
}
.page-template-default .mega-background,
.page-template-page-large-php .mega-background,
.page-template-page-galerie-php .mega-background,
.archive .mega-background,
.blog .mega-background,
.single .mega-background,
.error404 .mega-background,
.search .mega-background {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 180px;
  margin-bottom: 17px;
}
.page-template-default .mega-background img,
.page-template-page-large-php .mega-background img,
.page-template-page-galerie-php .mega-background img,
.archive .mega-background img,
.blog .mega-background img,
.single .mega-background img,
.error404 .mega-background img,
.search .mega-background img {
  display: none;
}
.page-template-default .mega-background figcaption,
.page-template-page-large-php .mega-background figcaption,
.page-template-page-galerie-php .mega-background figcaption,
.single .mega-background figcaption,
.blog .mega-background figcaption {
  text-transform: uppercase;
  font-weight: 100;
  position: relative;
  height: 100%;
}
.page-template-default .mega-background figcaption span,
.page-template-page-large-php .mega-background figcaption span,
.page-template-page-galerie-php .mega-background figcaption span,
.single .mega-background figcaption span,
.blog .mega-background figcaption span {
  color: #ffffff;
  font-family: 'Open Sans Condensed', sans-serif;
  line-height: 1.1em;
  display: block;
  position: absolute;
  top: 20%;
  left: 15px;
  font-size: 22px;
  line-height: 1.2em;
}
.page-template-default .mega-background figcaption span::before,
.page-template-page-large-php .mega-background figcaption span::before,
.page-template-page-galerie-php .mega-background figcaption span::before,
.single .mega-background figcaption span::before,
.blog .mega-background figcaption span::before {
  content: '';
  display: block;
  background-color: #ffffff;
  width: 190px;
  height: 1px;
  margin-bottom: 10px;
}
.page-template-default .mega-background figcaption a,
.page-template-page-large-php .mega-background figcaption a,
.page-template-page-galerie-php .mega-background figcaption a,
.single .mega-background figcaption a,
.blog .mega-background figcaption a {
  display: block;
  color: #ffffff;
  font-style: italic;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  line-height: 1em;
  position: absolute;
  bottom: 0;
  right: -2%;
  width: 104%;
  padding: 8px;
  background: #e12545;
}
.page-template-default .mega-background figcaption a:hover,
.page-template-page-large-php .mega-background figcaption a:hover,
.page-template-page-galerie-php .mega-background figcaption a:hover,
.single .mega-background figcaption a:hover,
.blog .mega-background figcaption a:hover {
  text-decoration: none;
}
.page-template-default .mega-background figcaption a strong,
.page-template-page-large-php .mega-background figcaption a strong,
.page-template-page-galerie-php .mega-background figcaption a strong,
.single .mega-background figcaption a strong,
.blog .mega-background figcaption a strong {
  display: block;
  padding-left: 28px;
}
.page-template-default .mega-background figcaption a strong::after,
.page-template-page-large-php .mega-background figcaption a strong::after,
.page-template-page-galerie-php .mega-background figcaption a strong::after,
.single .mega-background figcaption a strong::after,
.blog .mega-background figcaption a strong::after {
  content: "";
  background: url('library/images/fleche.png') no-repeat left top;
  width: 21px;
  height: 11px;
  margin-left: 10px;
  display: inline-block;
}
.page-template-default .entry-content > p:first-child,
.page-template-page-large-php .entry-content > p:first-child,
.page-template-page-galerie-php .entry-content > p:first-child,
.single .entry-content > p:first-child,
.blog .entry-content > p:first-child {
  font-weight: 600;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.3em;
  text-align: left;
}
.page-template-default.home .mega-background,
.page-template-page-large-php.home .mega-background,
.page-template-page-galerie-php.home .mega-background,
.single.home .mega-background,
.blog.home .mega-background {
  margin-bottom: 38px;
}
.page-template-default.home .mega-background figcaption span,
.page-template-page-large-php.home .mega-background figcaption span,
.page-template-page-galerie-php.home .mega-background figcaption span,
.single.home .mega-background figcaption span,
.blog.home .mega-background figcaption span {
  position: inherit;
  left: auto;
  top: auto;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.page-template-default.home .mega-background figcaption span::before,
.page-template-page-large-php.home .mega-background figcaption span::before,
.page-template-page-galerie-php.home .mega-background figcaption span::before,
.single.home .mega-background figcaption span::before,
.blog.home .mega-background figcaption span::before {
  display: none;
}
.page-template-default.home .mega-background figcaption span strong,
.page-template-page-large-php.home .mega-background figcaption span strong,
.page-template-page-galerie-php.home .mega-background figcaption span strong,
.single.home .mega-background figcaption span strong,
.blog.home .mega-background figcaption span strong {
  line-height: 1em;
  margin: 6px 0;
}
.page-template-default.home .mega-background figcaption span strong:last-child,
.page-template-page-large-php.home .mega-background figcaption span strong:last-child,
.page-template-page-galerie-php.home .mega-background figcaption span strong:last-child,
.single.home .mega-background figcaption span strong:last-child,
.blog.home .mega-background figcaption span strong:last-child {
  font-size: 15px;
}
.page-template-page-large-php blockquote.full {
  margin-bottom: 20px;
}
.page-template-page-large-php blockquote img {
  margin-bottom: 0;
}
.page-template-page-sommaire-php .mega-background,
.home .mega-background {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 310px;
  line-height: 300px;
  text-align: center;
  margin-bottom: 30px;
  display: block;
  font-family: 'Open Sans', sans-serif;
}
.page-template-page-sommaire-php .mega-background img,
.home .mega-background img {
  display: none;
}
.page-template-page-sommaire-php .mega-background figcaption,
.home .mega-background figcaption {
  height: 280px;
  width: 280px;
  background-color: white;
  display: inline-block;
  vertical-align: middle;
  line-height: 280px;
  padding: 0 24px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.page-template-page-sommaire-php .mega-background figcaption span,
.home .mega-background figcaption span {
  color: #e12545;
  line-height: normal;
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
}
.page-template-page-sommaire-php .mega-background figcaption span strong,
.home .mega-background figcaption span strong {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.page-template-page-sommaire-php .mega-background figcaption span strong.big,
.home .mega-background figcaption span strong.big {
  font-size: 32px;
}
.page-template-page-sommaire-php .mega-background figcaption span span,
.home .mega-background figcaption span span {
  padding: 0 20px;
}
.page-template-page-sommaire-php .mega-background figcaption p,
.home .mega-background figcaption p {
  margin: 0;
  line-height: normal;
}
.page-template-page-sommaire-php .mega-background #source,
.home .mega-background #source {
  position: relative;
}
.page-template-page-sommaire-php .mega-background #source p,
.home .mega-background #source p {
  color: #ffffff;
  position: absolute;
  bottom: -12px;
  left: 0;
  line-height: 0em;
}
.page-template-page-sommaire-php .footer {
  margin-top: 15px;
}
.page-template-page-sommaire-php .header .sub-menu {
  display: none !important;
}
.page-template-page-sommaire-php #main {
  text-align: center;
}
.archive.paged #breadcrumbs > span > span:last-child a,
.blog.paged #breadcrumbs > span > span:last-child a,
.search.paged #breadcrumbs > span > span:last-child a {
  color: #e12545;
}
.archive h2,
.blog h2,
.search h2 {
  border-top: solid 2px #333333;
  padding-top: 15px;
}
.archive h2 a,
.blog h2 a,
.search h2 a {
  color: #333333;
}
.archive h2 a:hover,
.blog h2 a:hover,
.search h2 a:hover {
  color: #e12545;
}
.blog #main article {
  padding: 30px 20px 16px;
}
.blog #main article:nth-child(even) {
  background-color: #f5f3f2;
}
.blog #main article:nth-child(odd) {
  background: none;
}
.blog #main article:nth-child(odd) h2 time {
  background-color: #f5f3f2;
}
.blog h2 {
  padding-right: 20%;
  padding-left: 20px;
  padding-top: 0;
  border-top: 0px;
  margin-top: 0;
  margin-bottom: 36px;
}
.blog h2::before {
  top: 6px;
  font-size: 41px;
}
.blog h2 time {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ffffff;
  font-size: 12px;
  padding: 16px 10px 14px;
  display: inline-block;
  line-height: 1em;
}
.blog .entry-content p:first-child {
  font-weight: normal;
  font-size: 13px;
  font-family: Arial, sans-serif;
  line-height: 1.5em;
}
/*********************
03. LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 96%;
  margin: 0 auto;
}
#container {
  background-color: #ffffff;
}
#slider-testimonials blockquote {
  -webkit-transition: all 0.2s 0.2s ease-in-out;
  -moz-transition: all 0.2s 0.2s ease-in-out;
  -ms-transition: all 0.2s 0.2s ease-in-out;
  -o-transition: all 0.2s 0.2s ease-in-out;
  transition: all 0.2s 0.2s ease-in-out;
}
/*********************
04. LINK STYLES
*********************/
a,
a:visited {
  color: #e12545;
  text-decoration: none;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
a:hover,
a:visited:hover,
a:focus,
a:visited:focus {
  color: #e12545;
  text-decoration: underline;
}
a:link,
a:visited:link {
  /*
		this highlights links on iPhones/iPads.
		so it basically works like the :hover selector
		for mobile devices.
		*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
/******************************************************************
05. H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: 'Open Sans', sans-serif;
  text-rendering: optimizelegibility;
  font-weight: normal;
  text-transform: uppercase;
  /*
	if you're going to use webfonts, be sure to check your weights
	http://css-tricks.com/watch-your-font-weight/
	*/
  /* removing text decoration from all headline links */
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
  text-decoration: none;
}
h2,
.h2 {
  margin: 30px 0 10px;
  padding: 15px 0 5px 20px;
  line-height: 1.3em;
  text-align: left;
  position: relative;
}
h2::before,
.h2::before {
  content: "›\0000a0";
  font-size: 180%;
  font-weight: 500;
  line-height: 0;
  display: inline-block;
  position: absolute;
  top: 26px;
  left: 0;
}
h5,
.h5 {
  text-transform: none;
  font-size: 14px;
  color: #666666;
  font-family: Arial, sans-serif;
}
/*********************
06. HEADER STYLES
*********************/
.header {
  background-color: #e12545;
  padding: 6px 0 0;
  position: relative;
}
.header #logo {
  display: block;
  position: relative;
  z-index: 4;
  float: left;
  width: 69px;
  height: 35px;
  background: url('library/images/logo-clinatec.png') no-repeat left top;
  background-size: 69px 28px;
}
.header #logo a {
  display: block;
  height: 100%;
  width: 100%;
}
.header #logo img {
  display: none;
}
.header nav {
  position: relative;
  text-transform: uppercase;
}
.header nav.toggled div > ul {
  display: block;
  margin: 0;
}
.header nav.toggled button {
  background-position: right bottom;
}
.header nav button {
  height: 20px;
  width: 27px;
  display: block;
  position: absolute;
  top: 6px;
  right: 5px;
  border: 0;
  text-indent: -9999em;
  outline: 0;
  background: url('library/images/bg-nav-mobile.png') no-repeat right top;
}
.header nav div > ul {
  display: none;
}
.header nav div ul li a {
  color: #ffffff;
}
div.menu-menu-principal-container,
div.menu-menu-principal-en-container {
  padding: 70px 0 0;
  /* end .menu ul li */
  /* end current highlighters */
  /* Sous-menu visible en niveau 3 uniquement */
}
div.menu-menu-principal-container li,
div.menu-menu-principal-en-container li {
  /*
		plan your menus and drop-downs wisely.
		*/
}
div.menu-menu-principal-container li a,
div.menu-menu-principal-en-container li a {
  /*
			you can use hover styles here even though this size
			has the possibility of being a mobile device.
			*/
}
div.menu-menu-principal-container li a::after,
div.menu-menu-principal-en-container li a::after {
  content: "";
  display: block;
  height: 3px;
  width: 24px;
  margin-top: 10px;
  background-color: #ffffff;
}
div.menu-menu-principal-container li a:hover,
div.menu-menu-principal-en-container li a:hover,
div.menu-menu-principal-container li a:focus,
div.menu-menu-principal-en-container li a:focus {
  color: #ffffff;
  text-decoration: none;
}
div.menu-menu-principal-container li.current-menu-item .sub-menu,
div.menu-menu-principal-en-container li.current-menu-item .sub-menu,
div.menu-menu-principal-container li.current_page_item .sub-menu,
div.menu-menu-principal-en-container li.current_page_item .sub-menu,
div.menu-menu-principal-container li.current_page_ancestor .sub-menu,
div.menu-menu-principal-en-container li.current_page_ancestor .sub-menu {
  display: block;
  position: relative;
  background: #ffffff;
}
div.menu-menu-principal-container li.current-menu-item .sub-menu li:last-child a,
div.menu-menu-principal-en-container li.current-menu-item .sub-menu li:last-child a,
div.menu-menu-principal-container li.current_page_item .sub-menu li:last-child a,
div.menu-menu-principal-en-container li.current_page_item .sub-menu li:last-child a,
div.menu-menu-principal-container li.current_page_ancestor .sub-menu li:last-child a,
div.menu-menu-principal-en-container li.current_page_ancestor .sub-menu li:last-child a {
  border-bottom: 0;
}
div.menu-menu-principal-container li.current-menu-item .sub-menu li.current-menu-item a,
div.menu-menu-principal-en-container li.current-menu-item .sub-menu li.current-menu-item a,
div.menu-menu-principal-container li.current_page_item .sub-menu li.current-menu-item a,
div.menu-menu-principal-en-container li.current_page_item .sub-menu li.current-menu-item a,
div.menu-menu-principal-container li.current_page_ancestor .sub-menu li.current-menu-item a,
div.menu-menu-principal-en-container li.current_page_ancestor .sub-menu li.current-menu-item a {
  color: #e12545;
}
div.menu-menu-principal-container li.current-menu-item .sub-menu a,
div.menu-menu-principal-en-container li.current-menu-item .sub-menu a,
div.menu-menu-principal-container li.current_page_item .sub-menu a,
div.menu-menu-principal-en-container li.current_page_item .sub-menu a,
div.menu-menu-principal-container li.current_page_ancestor .sub-menu a,
div.menu-menu-principal-en-container li.current_page_ancestor .sub-menu a {
  color: #666666;
  padding-right: 0;
  border-bottom: 1px solid #dedede;
  text-transform: none;
  font-size: 12px;
  line-height: 1em;
  display: inline-block;
}
div.menu-menu-principal-container li.current-menu-item .sub-menu a:hover,
div.menu-menu-principal-en-container li.current-menu-item .sub-menu a:hover,
div.menu-menu-principal-container li.current_page_item .sub-menu a:hover,
div.menu-menu-principal-en-container li.current_page_item .sub-menu a:hover,
div.menu-menu-principal-container li.current_page_ancestor .sub-menu a:hover,
div.menu-menu-principal-en-container li.current_page_ancestor .sub-menu a:hover,
div.menu-menu-principal-container li.current-menu-item .sub-menu a:focus,
div.menu-menu-principal-en-container li.current-menu-item .sub-menu a:focus,
div.menu-menu-principal-container li.current_page_item .sub-menu a:focus,
div.menu-menu-principal-en-container li.current_page_item .sub-menu a:focus,
div.menu-menu-principal-container li.current_page_ancestor .sub-menu a:focus,
div.menu-menu-principal-en-container li.current_page_ancestor .sub-menu a:focus {
  color: #666666;
}
div.menu-menu-principal-container li.current-menu-item .sub-menu a::after,
div.menu-menu-principal-en-container li.current-menu-item .sub-menu a::after,
div.menu-menu-principal-container li.current_page_item .sub-menu a::after,
div.menu-menu-principal-en-container li.current_page_item .sub-menu a::after,
div.menu-menu-principal-container li.current_page_ancestor .sub-menu a::after,
div.menu-menu-principal-en-container li.current_page_ancestor .sub-menu a::after {
  display: none;
}
div.menu-menu-principal-container li.current-menu-item .sub-menu::after,
div.menu-menu-principal-en-container li.current-menu-item .sub-menu::after,
div.menu-menu-principal-container li.current_page_item .sub-menu::after,
div.menu-menu-principal-en-container li.current_page_item .sub-menu::after,
div.menu-menu-principal-container li.current_page_ancestor .sub-menu::after,
div.menu-menu-principal-en-container li.current_page_ancestor .sub-menu::after,
div.menu-menu-principal-container li.current-menu-item .sub-menu::before,
div.menu-menu-principal-en-container li.current-menu-item .sub-menu::before,
div.menu-menu-principal-container li.current_page_item .sub-menu::before,
div.menu-menu-principal-en-container li.current_page_item .sub-menu::before,
div.menu-menu-principal-container li.current_page_ancestor .sub-menu::before,
div.menu-menu-principal-en-container li.current_page_ancestor .sub-menu::before {
  content: "";
  display: block;
  position: absolute;
  background: #ffffff;
  height: 100%;
  width: 2%;
  top: 0;
  z-index: 0;
}
div.menu-menu-principal-container li.current-menu-item .sub-menu::after,
div.menu-menu-principal-en-container li.current-menu-item .sub-menu::after,
div.menu-menu-principal-container li.current_page_item .sub-menu::after,
div.menu-menu-principal-en-container li.current_page_item .sub-menu::after,
div.menu-menu-principal-container li.current_page_ancestor .sub-menu::after,
div.menu-menu-principal-en-container li.current_page_ancestor .sub-menu::after {
  right: -2%;
}
div.menu-menu-principal-container li.current-menu-item .sub-menu::before,
div.menu-menu-principal-en-container li.current-menu-item .sub-menu::before,
div.menu-menu-principal-container li.current_page_item .sub-menu::before,
div.menu-menu-principal-en-container li.current_page_item .sub-menu::before,
div.menu-menu-principal-container li.current_page_ancestor .sub-menu::before,
div.menu-menu-principal-en-container li.current_page_ancestor .sub-menu::before {
  left: -2%;
}
div.menu-menu-principal-container li ul.sub-menu,
div.menu-menu-principal-en-container li ul.sub-menu,
div.menu-menu-principal-container li ul.children,
div.menu-menu-principal-en-container li ul.children {
  display: none;
  /* highlight sub-menu current page */
}
/*********************
07. NAVIGATION STYLES
*********************/
/*
all navs have a .menu class applied via
the wp_nav_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
nav div {
  /* end .menu li */
}
nav div li {
  /*
			so you really have to rethink your dropdowns for mobile.
			you don't want to have it expand too much because the
			screen is so small. How you manage your menu should
			depend on the project. Here's some great info on it:
			http://www.alistapart.com/articles/organizing-mobile/
			*/
}
nav div li a {
  display: block;
  padding: 10px 10px;
  /*
				remember this is for mobile ONLY, so there's no need
				to even declare hover styles here, you can do it in
				the style.scss file where it's relevant. We want to
				keep this file as small as possible!
				*/
}
/* end .nav */
/*********************
08. POSTS & CONTENT STYLES
*********************/
/* end .hentry */
.single-title,
.page-title {
  font-size: 35px;
  font-weight: 300;
  border-top: solid 3px #000000;
  padding: 15px 0 0;
  margin: 25px 0 15px;
}
/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
.format-gallery img {
  margin-left: 2%;
}
.format-gallery a {
  display: inline-block;
  margin-left: 2%;
}
.format-gallery a img {
  margin-left: 0;
  border: 1px solid #efefef;
}
/* post meta */
.byline {
  color: #666666;
}
#pages-enfants {
  text-align: center;
  display: inline-block;
}
#pages-enfants li {
  display: inline-block;
  margin-bottom: 16px;
  width: 49%;
  float: left;
}
#pages-enfants li:nth-child(even) {
  margin-left: 2%;
}
#pages-enfants li a {
  height: 88px;
  line-height: 62px;
}
#pages-enfants li a span {
  vertical-align: middle;
  line-height: normal;
  display: inline-block;
}
/* entry content */
.entry-content {
  text-align: justify;
  line-height: 1.5em;
  /*
			image alignment on a screen this size may be
			a bit difficult. It's set to start aligning
			and floating images at the next breakpoint,
			but it's up to you. Feel free to change it up.
			*/
}
.entry-content h2 {
  font-weight: 800;
  font-size: 24px;
  border-top: solid 2px #000000;
}
.entry-content p:first-child,
.entry-content ul:first-child,
.entry-content ol:first-child,
.entry-content table:first-child,
.entry-content dl:first-child {
  margin-top: 0;
}
.entry-content ul,
.entry-content ol {
  padding-left: 20px;
  margin: 1em 0;
}
.entry-content ul li,
.entry-content ol li {
  list-style-position: inside;
  margin-bottom: 4px;
}
.entry-content ul li blockquote,
.entry-content ol li blockquote {
  padding: 20px 20px 0;
  margin: 10px 0 0;
}
.entry-content ul li blockquote p,
.entry-content ol li blockquote p {
  margin: 0 0 10px;
}
.entry-content ul li blockquote + p,
.entry-content ol li blockquote + p {
  padding: 0 20px 20px;
  margin: 0;
  background-color: #f5f3f2;
}
.entry-content ul li {
  list-style-type: disc;
}
.entry-content ol li {
  list-style-type: decimal;
}
.entry-content blockquote img {
  margin-bottom: 0;
}
.entry-content strong {
  font-size: 14px;
}
.entry-content sup,
.entry-content sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.entry-content sup {
  bottom: 1ex;
}
.entry-content sub {
  top: .5ex;
}
.entry-content small {
  font-size: 75%;
}
.entry-content big {
  font-size: 125%;
}
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
.entry-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}
.entry-content .alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.entry-content .alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.entry-content .aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
.entry-content video,
.entry-content object,
.entry-content embed,
.entry-content iframe {
  max-width: 100%;
}
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}
/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #f5f3f2;
  padding: 28px;
  /* images inside wp-caption */
}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption .wp-caption-text {
  margin-top: 20px;
  font-size: 11px;
  line-height: 1.3em;
}
/* end .wp-caption */
.taxonomy-description {
  padding-bottom: 60px;
  border-bottom: 2px solid #000000;
}
.taxonomy-description p {
  font-weight: 600;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.3em;
}
.taxonomy-description p:last-child {
  margin-bottom: 0;
}
/* image gallery styles */
/* gallery caption styles */
/******************************************************************
09. PAGE NAVI STYLES
******************************************************************/
.page-navigation,
.wp-prev-next {
  margin: 1.1em 0 2.2em;
}
.bones_page_navi {
  /* current page link */
  /* end .bones_page_navi .bpn-current */
  /* common styles for page-navi links */
  /* remove the bg on end links */
  /* previous link */
  /* next page link */
  /* first page link */
  /* last page link */
}
.bones_page_navi li {
  float: left;
  margin-left: 10px;
}
.bones_page_navi li a {
  padding: 3px 6px;
  display: block;
  text-decoration: none;
  position: relative;
}
.bones_page_navi li a:hover,
.bones_page_navi li a:focus {
  color: #f01d4f;
  text-decoration: underline;
}
.bones_page_navi li.bpn-current {
  padding: 3px 6px;
  border-bottom: 2px solid #f01d4f;
  position: relative;
}
.bones_page_navi li.bpn-current a {
  /* hovering on current page link */
}
.bones_page_navi li.bpn-prev-link,
.bones_page_navi li.bpn-next-link {
  font-weight: 700;
}
.bones_page_navi li.bpn-prev-link a,
.bones_page_navi li.bpn-next-link a {
  padding: 0;
}
.bones_page_navi li.bpn-prev-link a:hover,
.bones_page_navi li.bpn-next-link a:hover,
.bones_page_navi li.bpn-first-page-link a:hover,
.bones_page_navi li.bpn-last-page-link a:hover {
  background: none;
}
/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}
/* end .wp-prev-next */
.page-numbers {
  text-align: center;
}
.page-numbers li {
  display: inline-block;
  color: #e12545;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
.page-numbers li + li {
  margin-left: 10px;
}
.page-numbers li a {
  color: #333333;
}
.page-numbers li a:hover {
  color: #e12545;
}
.page-numbers li a.next,
.page-numbers li a.prev {
  width: 26px;
  height: 26px;
  font-size: 0;
  display: block;
  position: relative;
  top: -18px;
  background: url('library/images/fancybox_sprite.png') no-repeat 0 0;
}
.page-numbers li a.next {
  margin: 0 0 0 20px;
  background-position: center -124px;
  right: 0;
}
.page-numbers li a.next:hover {
  background-position: center -62px;
}
.page-numbers li a.prev {
  margin: 0 20px 0 0;
  background-position: center -155px;
  left: 0;
}
.page-numbers li a.prev:hover {
  background-position: center -93px;
}
#post-navigation li {
  margin-bottom: 10px;
}
/******************************************************************
10. COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments {
  /* number of comments span */
}
.commentlist {
  /* general comment classes */
  /* vcard */
  /* end .commentlist .vcard */
  /* comment meta */
  /* comment content */
  /* end .commentlist .comment_content */
  /* comment reply link */
  /* end .commentlist .comment-reply-link */
}
.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px;
  /* end .commentlist li ul.children */
}
.commentlist li:last-child {
  margin-bottom: 0;
}
.commentlist li ul.children {
  margin: 0;
  /* variations */
  /* change number for different depth */
}
.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.commentlist li:not(.depth-1) {
  margin-right: -10px;
  margin-left: -10px;
  margin-top: 0;
  padding-bottom: 0;
}
.commentlist .odd {
  background: #eee;
}
.commentlist .even {
  background: #fefefe;
}
.commentlist .vcard {
  margin-left: 50px;
}
.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
.commentlist .vcard time {
  float: right;
}
.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}
.commentlist .vcard time a:hover {
  text-decoration: underline;
}
.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}
.commentlist .comment_content {
  margin-left: 50px;
}
.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}
.commentlist .comment-reply-link {
  text-decoration: none;
  float: right;
  background: #4598bb;
  padding: 3px 5px;
  color: #fff;
  opacity: 0.65;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 0.9em;
}
.commentlist .comment-reply-link:hover,
.commentlist .comment-reply-link:focus {
  opacity: 1;
}
/* end .commentlist */
/******************************************************************
11. COMMENT FORM STYLES
******************************************************************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em;
}
.respond-form form {
  margin: 0.75em 0;
}
.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}
.respond-form form li label,
.respond-form form li small {
  display: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em;
  /* form validation */
}
.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
  background: #fff;
}
.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px;
}
.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px;
}
/* comment submit button */
/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em;
}
/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}
/* no comments */
.nocomments {
  margin: 0 20px 1.1em;
}
/*********************
12. SIDEBARS & ASIDES
*********************/
.widgettitle {
  font-size: 24px;
  font-weight: 100;
  line-height: 1.3em;
  margin: 0;
  padding: 16px 0 14px;
  color: #000000;
  border-top: 1px solid #000000;
  text-align: left;
}
.widget {
  color: #666666;
  text-align: left;
  line-height: 1.5em;
}
.widget .content-widget p:first-child {
  margin-top: 0;
}
.widget .content-widget p:first-child strong {
  text-align: left;
}
.widget .content-widget p:last-child,
.widget .content-widget ul:last-child,
.widget .content-widget ol:last-child {
  margin-bottom: 0;
}
.widget .content-widget blockquote p::before {
  margin-right: 4px;
}
.widget .content-widget blockquote p::after {
  margin-left: 4px;
}
.widget ul li {
  /* deep nesting */
}
.widget a:hover p {
  color: #e12545;
  text-decoration: underline;
}
.widget a:hover h5 {
  color: #e12545;
}
.widget strong,
.widget time {
  font-size: 14px;
  color: #333333;
  margin-bottom: 5px;
}
.widget time {
  display: block;
}
.widget h5 {
  font-weight: bold;
  color: #333333;
  margin: 0 0 8px;
}
.widget h5 time {
  display: inline;
  font-weight: normal;
  font-size: 13px;
}
.widget h5 time::before {
  content: " - ";
}
.widget h5 + p {
  margin-top: 0;
}
.widget p {
  color: #666666;
}
.widget select {
  max-width: 100%;
}
.widget blockquote {
  background-color: #f5f3f2;
}
.widget .buttons {
  padding: 8px;
  margin: 10px 0 18px;
}
.widget.widget_acutalites a:hover {
  text-decoration: none;
}
.widget.widget_texte_extended .content-widget strong {
  text-align: left;
}
img {
  max-width: 100%;
  height: auto;
}
#internal-sidebar {
  padding-top: 25px;
}
#internal-sidebar .widget h3 {
  text-transform: none;
}
#internal-sidebar .widget a:not([href^="mailto:"]):not([href^="tel:"]) {
  padding: 10px 20px !important;
  font-size: 12px;
}
#internal-sidebar .widget + .widget {
  margin-top: 20px;
}
/*********************
13. FOOTER STYLES
*********************/
.footer {
  clear: both;
  margin-top: 90px;
}
.footer nav {
  display: none;
}
.footer nav ul {
  margin: 0;
}
.footer nav ul li {
  float: left;
}
.footer nav ul li a {
  color: #595a59;
  font-size: 12px;
}
.footer nav ul li.menu-item-has-children {
  text-align: left;
  width: 100%;
}
.footer nav ul li.menu-item-has-children > a {
  text-transform: uppercase;
  font-size: 12px;
  margin: 0 0 16px;
  padding-left: 26px;
  padding-right: 5px;
  border-top: 1px solid #595a59;
  border-bottom: 1px solid #595a59;
}
.footer nav ul li .sub-menu li {
  float: none;
  display: inline;
  text-align: left;
}
.footer nav ul li .sub-menu li a {
  border-bottom: 1px solid #dedede;
  padding: 0 0 10px;
  margin: 0px 10px 3px 30px;
  font-size: 11px;
}
.footer nav ul li .sub-menu li a:hover {
  color: #e12545;
}
.footer nav ul li .sub-menu li:last-child a {
  border-bottom: 0;
}
.footer nav ul li .sub-menu li.current_page_item a {
  color: #e12545;
}
.footer p {
  text-align: center;
  font-size: 11px;
}
.footer p a {
  color: #333333;
}
.footer #liens-footer li a {
  font-size: 11px;
}
.footer .buttons {
  text-align: center;
  margin: 5px 0;
}
.footer .buttons li {
  min-width: 128px;
}
.footer .buttons li a {
  padding: 10px;
}
.footer .buttons li + li {
  margin-left: 15px;
}
.footer #rzo-sociaux {
  text-align: center;
}
.footer #rzo-sociaux li {
  display: inline-block;
  width: 38px;
  height: 38px;
  position: relative;
}
.footer #rzo-sociaux li a {
  display: block;
  width: 38px;
  height: 38px;
  text-indent: -9999em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -19px;
  margin-top: -19px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.footer #rzo-sociaux li + li {
  margin-left: 18px;
}
.footer #rzo-sociaux li:hover a {
  width: 30px;
  height: 30px;
  margin-left: -15px;
  margin-top: -15px;
}
.footer #rzo-sociaux .twitter a {
  border: 1px solid #0accf9;
  background: url('library/images/twitter.png') no-repeat center center;
}
.footer #rzo-sociaux .facebook a {
  border: 1px solid #4466ae;
  background: url('library/images/facebook.png') no-repeat center center;
}
.footer #rzo-sociaux .google a {
  border: 1px solid #c30907;
  background: url('library/images/google.png') no-repeat center center;
}
.footer #rzo-sociaux .rss a {
  background: url('library/images/rss.png') no-repeat left top;
  width: 71px;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  clear: both;
  position: static;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.footer #rzo-sociaux .rss:hover a {
  width: 71px;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
}
.footer #rzo-sociaux.sharebuttons {
  margin: 0 auto;
  width: 70px;
  margin: 18px auto;
}
.footer #rzo-sociaux.sharebuttons li {
  width: auto;
  height: auto;
  float: left;
  margin-bottom: 10px;
}
.footer #rzo-sociaux.sharebuttons li + li {
  margin-left: 0;
}
.footer #drapeaux {
  width: 100%;
  text-align: center;
  height: 35px;
  margin: 0;
}
.footer #drapeaux li {
  display: inline-block;
  position: relative;
}
.footer #drapeaux li a {
  position: relative;
  width: 27px;
  display: block;
}
.footer #drapeaux li a img {
  position: absolute;
  bottom: -20px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.footer #drapeaux li.current-lang img,
.footer #drapeaux li:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.footer #drapeaux li + li {
  margin-left: 10px;
}
.footer #drapeaux li + li::before {
  content: "/";
  color: #666666;
  display: block;
  font-size: 17px;
  position: absolute;
  top: 2px;
  left: 4px;
}
/*
	if you checked out the link above:
	http://www.alistapart.com/articles/organizing-mobile/
	you'll want to style the footer nav
	a bit more in-depth. Remember to keep
	it simple because you'll have to
	override these styles for the desktop
	view.
	*/
/* end .footer-links */
/*********************
14. BREADCRUMBS
*********************/
#breadcrumbs {
  color: #e12545;
  font-size: 10px;
  text-transform: uppercase;
}
#breadcrumbs a {
  color: #595a59;
}
#breadcrumbs a:hover {
  color: #e12545;
  text-decoration: none;
}
#breadcrumbs > span {
  display: block;
}
#breadcrumbs > span > span {
  display: block;
}
#breadcrumbs > span > span::after {
  content: '';
  height: 1px;
  width: 10px;
  display: block;
  background-color: #666666;
  margin-top: 2px;
}
#breadcrumbs > span > span:hover::after {
  background-color: #e12545;
}
#breadcrumbs > span > span + span {
  margin: 15px 0 0;
}
#breadcrumbs > span > span:last-child::after {
  background-color: #e12545;
}
/*********************
15. BUTTONS
*********************/
.buttons li {
  display: inline-block;
  text-align: center;
}
.buttons a,
a.buttons,
form input[type="submit"],
#internal-sidebar .widget a:not([href^="mailto:"]):not([href^="tel:"]) {
  color: #ffffff;
  background-color: #595a59;
  text-transform: uppercase;
  display: block;
  padding: 14px 23px;
}
.buttons a:hover,
a.buttons:hover,
form input[type="submit"]:hover,
#internal-sidebar .widget a:not([href^="mailto:"]):not([href^="tel:"]):hover {
  color: #ffffff;
  background-color: #e12545;
  text-decoration: none;
}
a.buttons,
#internal-sidebar .widget a:not([href^="mailto:"]):not([href^="tel:"]) {
  text-align: center;
}
/*********************
16. GALLERY
*********************/
#gallery,
.gallery {
  text-align: center;
}
#gallery figure,
.gallery figure {
  margin: 0;
  display: block;
  text-align: center;
  max-width: 98%;
  overflow: hidden;
}
#gallery figure a,
.gallery figure a {
  display: inline-block;
  overflow: hidden;
  position: relative;
  border: 5px solid #ffffff;
}
#gallery figure img,
.gallery figure img {
  margin: 0;
  display: block;
}
#gallery figure figcaption,
.gallery figure figcaption {
  text-align: left;
  padding-left: 5px;
  color: #666666;
  margin: 18px auto;
  max-width: 320px;
}
#gallery figure figcaption::before,
.gallery figure figcaption::before {
  content: "";
  width: 170px;
  height: 1px;
  background-color: #000000;
  display: block;
  margin-bottom: 6px;
}
#gallery figure.animate,
.gallery figure.animate {
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-animation: moveUp 0.65s ease forwards;
  animation: moveUp 0.65s ease forwards;
}
#load-more {
  width: 260px;
  margin-top: 60px;
  padding: 7px 20px;
  margin: 0 auto;
}
.loader {
  width: 45px;
  height: 45px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -17px 0 0 -17px;
  z-index: 2000;
  background: url('library/images/loader.gif') no-repeat center center;
  border: 5px solid #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
/*********************
17. FORMULAIRES
*********************/
form {
  padding: 20px;
  width: 100%;
  background: #f5f3f2;
  /* Formulaire de dons */
}
form h3 {
  font-weight: bold;
  font-family: Arial, sans-serif;
  font-size: 13px;
}
form h3::before {
  content: "›\0000a0";
  font-size: 145%;
}
form p.form-row {
  margin: 8px 0;
}
form p.files {
  display: none;
}
form p.files input {
  margin-left: 0;
}
form sup {
  color: #e12545;
  bottom: 0 !important;
  font-size: 100% !important;
}
form label {
  text-align: left;
  display: inline-block;
  width: auto;
  float: left;
}
form label .required {
  color: #e12545;
}
form label + span {
  margin-left: 0.5%;
}
form label.required::after {
  content: "*";
  color: #e12545;
}
form label.label_radio_data {
  float: none;
}
form fieldset {
  margin: 8px 0;
  border: 0;
  padding: 0;
}
form fieldset legend {
  float: left;
  text-align: left;
}
form input:not([type="submit"]),
form textarea {
  outline-color: #e7526b;
}
form input:not([type="radio"]),
form textarea {
  border: 0;
  padding: 6px 10px;
  display: block;
  width: 100%;
}
form input[type="submit"] {
  float: right;
  margin-top: 10px;
}
form input[type="radio"] {
  margin-left: 2%;
}
form input[type="radio"] + label {
  width: auto;
  margin-right: 1%;
  padding-left: 2%;
}
form input[type="radio"]:checked,
form input[type="checkbox"]:checked,
form input[type="radio"]:not(:checked),
form input[type="checkbox"]:not(:checked) {
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  opacity: 0;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
form input[type="radio"]:checked + label::after,
form input[type="checkbox"]:checked + label::after {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
form input[type="radio"]:not(:checked) + label:hover::after,
form input[type="checkbox"]:not(:checked) + label:hover::after {
  opacity: 0.3;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
form input[type="radio"] + label,
form input[type="checkbox"] + label {
  padding-left: 30px;
  margin-left: 10px;
  position: relative;
  cursor: pointer;
}
form input[type="radio"] + label::before,
form input[type="checkbox"] + label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
form input[type="radio"] + label::after,
form input[type="checkbox"] + label::after {
  content: '';
  position: absolute;
  left: 3px;
  top: 50%;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  background-color: #e12545;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
form input[type="checkbox"] + label::before,
form input[type="checkbox"] + label::after {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
form input[type="file"] {
  display: block;
}
form textarea {
  min-height: 110px;
}
form .customFileInput {
  background: #ffffff;
  width: 37% !important;
  position: relative;
  padding-bottom: 10px !important;
}
form .customFileInput + span {
  background: #595a59;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 20px 5px 15px;
  text-align: center;
  width: 118px;
  height: 31px;
  cursor: pointer;
}
form .customFileInput + span:hover {
  background-color: #e12545;
}
form .customFileInput + span + span {
  font-size: 11px;
  display: inline-block;
  padding-left: 10px;
}
form .mentions {
  font-size: 10px;
  line-height: 1em;
}
form .tencol {
  width: 100%;
}
form .elevencol {
  width: 100%;
}
form .elevencol label.label_file {
  width: auto;
}
form .elevencol input[type="submit"] {
  width: 30%;
  min-width: 150px;
  padding: 10px;
}
form .elevencol.files {
  margin-top: 20px;
}
form .elevencol.files label {
  display: block;
  text-align: left;
}
form #row-contact-qualite {
  margin-bottom: 20px;
}
form #row-contact-qualite label {
  font-weight: bold;
  background: url('library/images/flecheForm.png') no-repeat 31px 3px;
  padding-left: 43px;
}
form #row-contact-montant_autre {
  margin-top: 20px;
}
form #row-contact-montant_autre label {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  width: auto;
}
form #row-contact-montant_autre input {
  width: 33%;
  display: inline-block;
  margin: 0 7px 0 5px;
}
form #row-contact-newsletter,
form #row-contact-visibilite {
  margin: 12px 0;
}
form #row-contact-newsletter input,
form #row-contact-visibilite input {
  width: auto;
  margin: 0 7px 0 0;
}
form #row-contact-newsletter label,
form #row-contact-visibilite label {
  width: 80%;
  text-align: left;
}
form #row-contact-commentaire {
  float: left;
  width: 100%;
}
form #row-contact-commentaire label {
  text-align: left;
  width: auto;
}
form #row-contact-commentaire textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: block;
  margin: 5px 0 15px;
}
form #row-contact-nom_prenom_contact {
  margin: 15px 0;
}
form #row-contact-nom_prenom_contact label {
  width: auto;
}
form #row-contact-nom_prenom_contact input {
  width: 81.5%;
  display: block;
  margin: 10px 0;
}
.fancybox-wrap .fancybox-nav {
  display: none;
}
.fancybox-wrap .fancybox-close:hover {
  background-position: center -31px;
}
.fancybox-wrap .fancybox-title-float-wrap {
  bottom: auto;
  right: auto;
  margin-bottom: 0;
  margin-top: 5px;
  text-align: left;
  max-width: 100%;
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.fancybox-wrap .fancybox-title-float-wrap .child {
  display: block;
  text-align: center;
  line-height: 20px;
  margin-right: auto;
  width: 100%;
  float: left;
  padding: 7px 10px;
  white-space: normal;
}
.no-csstransforms3d form input[type="radio"]:checked + label::after,
.no-csstransforms3d form input[type="checkbox"]:checked + label::after {
  opacity: 1;
}
.no-csstransforms3d form input[type="radio"] + label::after,
.no-csstransforms3d form input[type="checkbox"] + label::after {
  opacity: 0;
}
/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media only screen and (min-width: 481px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: 481px and Up Stylesheet

This stylesheet is loaded for larger devices. It's set to
481px because at 480px it would load on a landscaped iPhone.
This isn't ideal because then you would be loading all those
extra styles on that same mobile connection.

A word of warning. This size COULD be a larger mobile device,
so you still want to keep it pretty light and simply expand
upon your base.less styles.

******************************************************************/
  /********************
BODY CLASSES
********************/
  .home .widget .content-widget {
    max-width: 100%;
  }
  /*********************
NAVIGATION STYLES
*********************/
  /* .menu is clearfixed inside mixins.scss */
  .menu {
    /* end .menu ul */
  }
  .menu ul {
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  .menu ul li {
    /*
				plan your menus and drop-downs wisely.
				*/
  }
  .menu ul li a {
    /*
					you can use hover styles here even though this size
					has the possibility of being a mobile device.
					*/
  }
  /* end .menu */
  /*********************
POSTS & CONTENT STYLES
*********************/
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */
  }
  .entry-content .alignleft,
  .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  .entry-content .alignright,
  .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  .entry-content .aligncenter,
  .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }
  /* end .entry-content */
  #pages-enfants li a {
    height: 74px;
    line-height: 44px;
  }
  /*********************
FOOTER STYLES
*********************/
  /*
check your menus here. do they look good?
do they need tweaking?
*/
  /* end .footer-links */
  .footer #rzo-sociaux .rss {
    float: left;
  }
  .footer #rzo-sociaux.sharebuttons {
    width: 334px;
  }
  .footer #rzo-sociaux.sharebuttons li + li {
    margin-left: 18px;
    margin-bottom: 0;
  }
  /*********************
GALLERY
*********************/
  #gallery figure,
  .gallery figure {
    max-width: 100%;
  }
}
/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 768px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.less stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

http://gridsetapp.com - Love this site. Responsive Grids made easy.
http://gridpak.com/ - Create your own responsive grid.

The grid below is a combination of the 1140 grid and Twitter Boostrap. 
I liked 1140 but Boostrap's grid was way more detailed so I merged them 
together, let's see how this works out. If you want to use 1140, the original 
values are commented out on each line.

******************************************************************/
  .onecol {
    width: 5.801104972%;
  }
  /* 4.85%;  } /* grid_1  */
  .twocol {
    width: 14.364640883%;
  }
  /* 13.45%; } /* grid_2  */
  .threecol {
    width: 22.928176794%;
  }
  /* 22.05%; } /* grid_3  */
  .fourcol {
    width: 31.491712705%;
  }
  /* 30.75%; } /* grid_4  */
  .fivecol {
    width: 40.055248616%;
  }
  /* 39.45%; } /* grid_5  */
  .sixcol {
    width: 48.618784527%;
  }
  /* 48%;    } /* grid_6  */
  .sevencol {
    width: 57.182320438000005%;
  }
  /* 56.75%; } /* grid_7  */
  .eightcol {
    width: 65.74585634900001%;
  }
  /* 65.4%;  } /* grid_8  */
  .ninecol {
    width: 74.30939226%;
  }
  /* 74.05%; } /* grid_9  */
  .tencol {
    width: 82.87292817100001%;
  }
  /* 82.7%;  } /* grid_10 */
  .elevencol {
    width: 91.436464082%;
  }
  /* 91.35%; } /* grid_11 */
  .twelvecol {
    width: 99.999999993%;
  }
  /* 100%;   } /* grid_12 */
  .onecol,
  .twocol,
  .threecol,
  .fourcol,
  .fivecol,
  .sixcol,
  .sevencol,
  .eightcol,
  .ninecol,
  .tencol,
  .elevencol,
  .twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%;
  }
  .first {
    margin-left: 0;
  }
  .last {
    float: right;
  }
  /******************************************************************
Site Name:
Author:

Stylesheet: Tablet & Small Desktop Stylesheet

Here's where you can start getting into the good stuff.
This size will work on iPads, other tablets, and desktops.
So you can start working with more styles, background images,
and other resources. You'll also notice the grid starts to
come into play. Have fun!

******************************************************************/
  /*********************
GENERAL STYLES
*********************/
  /*********************
 BODY CLASS
*********************/
  .home .widget .content-widget {
    max-width: 100%;
  }
  .page-child .header::after {
    display: none;
  }
  .page-template-default .mega-background,
  .page-template-page-large-php .mega-background,
  .page-template-page-galerie-php .mega-background,
  .archive .mega-background,
  .blog .mega-background,
  .single .mega-background,
  .error404 .mega-background,
  .search .mega-background {
    height: 375px;
  }
  .page-template-page-large-php .entry-content blockquote p {
    text-align: left;
  }
  .page-template-default .mega-background figcaption span,
  .page-template-page-large-php .mega-background figcaption span,
  .page-template-page-galerie-php .mega-background figcaption span,
  .blog .mega-background figcaption span,
  .single .mega-background figcaption span {
    font-size: 44px;
    top: 30%;
    left: 38px;
    line-height: 1.1em;
  }
  .page-template-default .mega-background figcaption span::before,
  .page-template-page-large-php .mega-background figcaption span::before,
  .page-template-page-galerie-php .mega-background figcaption span::before,
  .blog .mega-background figcaption span::before,
  .single .mega-background figcaption span::before {
    width: 400px;
    margin-bottom: 25px;
  }
  .page-template-default .mega-background figcaption a,
  .page-template-page-large-php .mega-background figcaption a,
  .page-template-page-galerie-php .mega-background figcaption a,
  .blog .mega-background figcaption a,
  .single .mega-background figcaption a {
    background-position: center 126px;
    font-size: 32px;
    line-height: 0.8em;
    width: 179px;
    height: 179px;
    padding: 65px 0 0 15px;
    right: 70px;
    margin-top: -89px;
    text-align: left;
    bottom: auto;
    top: 50%;
    background: #e12545 url('library/images/fleche.png') no-repeat center 126px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
  }
  .page-template-default .mega-background figcaption a:hover,
  .page-template-page-large-php .mega-background figcaption a:hover,
  .page-template-page-galerie-php .mega-background figcaption a:hover,
  .blog .mega-background figcaption a:hover,
  .single .mega-background figcaption a:hover {
    background: #ffffff url('library/images/flecheHover.png') no-repeat center 126px;
    color: #e12545;
  }
  .page-template-default .mega-background figcaption a strong,
  .page-template-page-large-php .mega-background figcaption a strong,
  .page-template-page-galerie-php .mega-background figcaption a strong,
  .blog .mega-background figcaption a strong,
  .single .mega-background figcaption a strong {
    font-size: 16px;
    padding-left: 0;
  }
  .page-template-default .mega-background figcaption a strong::after,
  .page-template-page-large-php .mega-background figcaption a strong::after,
  .page-template-page-galerie-php .mega-background figcaption a strong::after,
  .blog .mega-background figcaption a strong::after,
  .single .mega-background figcaption a strong::after {
    display: none;
  }
  .page-template-default.home .mega-background,
  .page-template-page-large-php.home .mega-background,
  .page-template-page-galerie-php.home .mega-background,
  .blog.home .mega-background,
  .single.home .mega-background {
    height: 536px;
    line-height: 536px;
  }
  .page-template-default.home .mega-background figcaption,
  .page-template-page-large-php.home .mega-background figcaption,
  .page-template-page-galerie-php.home .mega-background figcaption,
  .blog.home .mega-background figcaption,
  .single.home .mega-background figcaption {
    height: 474px;
    width: 474px;
    line-height: 474px;
  }
  .page-template-default.home .mega-background figcaption span strong:last-child,
  .page-template-page-large-php.home .mega-background figcaption span strong:last-child,
  .page-template-page-galerie-php.home .mega-background figcaption span strong:last-child,
  .blog.home .mega-background figcaption span strong:last-child,
  .single.home .mega-background figcaption span strong:last-child {
    font-size: 24px;
  }
  .page-template-default .entry-content > p:first-child,
  .page-template-page-large-php .entry-content > p:first-child,
  .page-template-page-galerie-php .entry-content > p:first-child,
  .blog .entry-content > p:first-child,
  .single .entry-content > p:first-child {
    font-size: 22px;
    line-height: 1.3em;
  }
  .page-template-page-sommaire-php .mega-background,
  .home .mega-background {
    height: 623px;
    line-height: 623px;
  }
  .page-template-page-sommaire-php .mega-background figcaption,
  .home .mega-background figcaption {
    height: 563px;
    width: 563px;
    line-height: 563px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
  }
  .page-template-page-sommaire-php .mega-background figcaption span,
  .home .mega-background figcaption span {
    font-size: 25px;
  }
  .page-template-page-sommaire-php .mega-background figcaption span strong,
  .home .mega-background figcaption span strong {
    font-size: 35px;
    margin-bottom: 12px;
    line-height: 1.1em;
  }
  .page-template-page-sommaire-php .mega-background figcaption span strong.big,
  .home .mega-background figcaption span strong.big {
    font-size: 80px;
  }
  .page-template-page-sommaire-php .mega-background figcaption span span,
  .home .mega-background figcaption span span {
    padding: 0 90px;
    line-height: 1.2em;
  }
  .page-template-page-sommaire-php .mega-background #source p,
  .home .mega-background #source p {
    line-height: 2em;
    bottom: 0;
  }
  .home .mega-background figcaption span span {
    padding: 0;
  }
  .blog .entry-content p:first-child {
    font-size: 13px;
    line-height: 1.5em;
  }
  /*********************
LAYOUT & GRID STYLES
*********************/
  .wrap {
    max-width: 1000px;
    width: 100%;
    padding: 0 10px;
  }
  /*********************
HEADER STYLES
*********************/
  div.menu-menu-principal-container,
  div.menu-menu-principal-en-container {
    padding: 30px 0 0;
  }
  /*********************
POSTS & CONTENT STYLES
*********************/
  .single-title,
  .page-title {
    font-size: 45px;
  }
  .wp-caption {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 90%;
  }
  .taxonomy-description p {
    font-size: 22px;
    line-height: 1.3em;
  }
  #pages-enfants li a {
    height: 58px;
    line-height: 32px;
  }
  /*********************
SIDEBARS & ASIDES
*********************/
  #internal-sidebar {
    padding-left: 26px;
  }
  /*********************
FOOTER STYLES
*********************/
  /*
you'll probably need to do quite a bit
of overriding here if you styled them for
mobile. Make sure to double check these!
*/
  .footer-links ul li {
    /*
			be careful with the depth of your menus.
			it's very rare to have multi-depth menus in
			the footer.
			*/
  }
  /* end .footer-links */
  .footer nav {
    display: block;
  }
  .footer nav ul li.menu-item-has-children {
    width: 50%;
  }
  .footer nav ul li.menu-item-has-children:nth-child(odd) {
    clear: left;
  }
  .footer #drapeaux {
    text-align: right;
    height: 0;
    float: right;
    width: auto;
    margin: 0 50px 0 0;
  }
  .footer #drapeaux li + li::before {
    left: 17px;
  }
  /* HACK POUR IE11- */
  .no-cssreflections.no-supports .footer #drapeaux li + li::before {
    left: -9px !important;
  }
  /*********************
BREADCRUMBS
*********************/
  #breadcrumbs > span > span {
    display: inline-block;
  }
  #breadcrumbs > span > span + span {
    margin: 0 0 0 26px;
  }
  /*********************
GALLERY
*********************/
  #gallery figure,
  .gallery figure {
    float: left;
    text-align: left;
  }
  #gallery figure a,
  .gallery figure a {
    display: block;
  }
  #gallery figure a:hover,
  .gallery figure a:hover {
    border: 5px solid #f2edee;
  }
  #gallery figure a:hover::after,
  .gallery figure a:hover::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.4) url('library/images/gallery-hover.png') no-repeat center center;
  }
  #gallery figure + figure,
  .gallery figure + figure {
    margin-left: 2.5%;
  }
  #gallery figure:nth-child(3n-2),
  .gallery figure:nth-child(3n-2) {
    margin-left: 0;
  }
  #gallery figure:nth-child(3n+1),
  .gallery figure:nth-child(3n+1) {
    clear: left;
  }
  /*********************
FORMULAIRES
*********************/
  form label {
    width: 17%;
    float: none;
    text-align: right;
  }
  form label + span {
    margin-left: 0;
  }
  form fieldset legend {
    text-align: right;
    width: 18%;
  }
  form fieldset legend span {
    padding-left: 5px;
  }
  form input:not([type="radio"]),
  form textarea {
    width: 34%;
    margin-right: 3%;
    margin-left: 2%;
    display: inline-block;
  }
  form .tencol {
    width: inherit;
    margin-right: 0;
  }
  form .elevencol {
    width: inherit;
  }
  form .elevencol label {
    float: left;
  }
  form .elevencol label + span {
    margin-left: 6px;
  }
  form .elevencol input,
  form .elevencol textarea {
    width: 57%;
    margin-right: 0;
    margin-left: 1.9%;
  }
  form .elevencol input[type="submit"] {
    margin-right: 22%;
  }
  form.formulaire_dons label {
    width: 22%;
  }
  form.formulaire_dons input[type="submit"] {
    margin-right: 18%;
  }
  form #row-contact-montant_autre input {
    width: 25%;
  }
  form #row-contact-commentaire textarea {
    width: 82%;
    min-width: 82%;
    max-width: 82%;
  }
}
/*
Medium Device
*/
@media only screen and (min-width: 992px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Desktop Stylsheet

This is the desktop size. It's larger than an iPad so it will only
be seen on the Desktop.

******************************************************************/
  /*********************
 BODY CLASS
*********************/
  .single .header .nav-menu > li:last-child a::after {
    background-color: #e12545;
  }
  .single .header .nav-menu > li:last-child > .sub-menu .current-post-ancestor a,
  .single .header .nav-menu > li:last-child > .sub-menu .current-menu-parent a,
  .single .header .nav-menu > li:last-child > .sub-menu .current-post-parent a {
    color: #e12545;
  }
  .page-child .header::after,
  .blog .header::after {
    bottom: -61px;
  }
  .home .header nav .menu > li:hover .sub-menu,
  .page-template-page-sommaire-php .header nav .menu > li:hover .sub-menu {
    visibility: visible;
    display: block !important;
    position: absolute;
  }
  .home .header nav .menu > li:hover .sub-menu li,
  .page-template-page-sommaire-php .header nav .menu > li:hover .sub-menu li {
    margin: 14px 0 12px;
    padding: 0 2%;
  }
  .home .header nav .menu > li:hover .sub-menu li a,
  .page-template-page-sommaire-php .header nav .menu > li:hover .sub-menu li a {
    color: #000000;
    border: 0;
    text-transform: uppercase;
    padding-bottom: 0;
  }
  .home .header nav .menu > li:hover .sub-menu li a:hover,
  .page-template-page-sommaire-php .header nav .menu > li:hover .sub-menu li a:hover {
    color: #e12545;
  }
  /*********************
HEADER STYLES
*********************/
  .header {
    padding: 0;
  }
  .header .wrap {
    padding: 0;
  }
  .header nav {
    position: inherit;
    padding-left: 145px;
  }
  .header nav button {
    display: none;
  }
  .header nav div > ul {
    display: block;
  }
  .header #logo {
    height: auto;
    width: auto;
    background: none;
    margin: 10px 0 6px;
  }
  .header #logo img {
    display: block;
  }
  /*********************

NAVIGATION PRINCIPALE

*********************/
  div.menu-menu-principal-container,
  div.menu-menu-principal-en-container {
    padding: 0;
    /* end .menu ul li */
    /* end current highlighters */
    /* Sous-menu visible en niveau 3 uniquement */
    /* Fin sous-menu visible en niveau 3 uniquement */
  }
  div.menu-menu-principal-container ul,
  div.menu-menu-principal-en-container ul {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
  }
  div.menu-menu-principal-container li,
  div.menu-menu-principal-en-container li {
    display: inline-block;
    font-size: 14px;
    /*
			plan your menus and drop-downs wisely.
			*/
  }
  div.menu-menu-principal-container li a,
  div.menu-menu-principal-en-container li a {
    border-bottom: 0;
    color: #ffffff;
    padding: 25px 15px 18px 20px;
    text-align: left;
    /*
				you can use hover styles here even though this size
				has the possibility of being a mobile device.
				*/
  }
  div.menu-menu-principal-container li a::after,
  div.menu-menu-principal-en-container li a::after {
    content: "";
    display: block;
    height: 3px;
    width: 24px;
    margin-top: 10px;
    background-color: #ffffff;
  }
  div.menu-menu-principal-container li a:hover,
  div.menu-menu-principal-en-container li a:hover,
  div.menu-menu-principal-container li a:focus,
  div.menu-menu-principal-en-container li a:focus {
    text-decoration: none;
  }
  div.menu-menu-principal-container li:hover,
  div.menu-menu-principal-en-container li:hover,
  .single .header .nav-menu > li:last-child {
    background-color: #ffffff;
  }
  div.menu-menu-principal-container li:hover a,
  div.menu-menu-principal-en-container li:hover a,
  .single .header .nav-menu > li:last-child a {
    color: #000000;
  }
  div.menu-menu-principal-container li:hover a::after,
  div.menu-menu-principal-en-container li:hover a::after {
    background-color: #e12545;
  }
  div.menu-menu-principal-container li.current-menu-item a,
  div.menu-menu-principal-en-container li.current-menu-item a,
  div.menu-menu-principal-container li.current_page_item a,
  div.menu-menu-principal-en-container li.current_page_item a,
  div.menu-menu-principal-container li.current_page_ancestor a,
  div.menu-menu-principal-en-container li.current_page_ancestor a {
    color: #000000;
  }
  div.menu-menu-principal-container li.current-menu-item a::after,
  div.menu-menu-principal-en-container li.current-menu-item a::after,
  div.menu-menu-principal-container li.current_page_item a::after,
  div.menu-menu-principal-en-container li.current_page_item a::after,
  div.menu-menu-principal-container li.current_page_ancestor a::after,
  div.menu-menu-principal-en-container li.current_page_ancestor a::after {
    background-color: #e12545;
  }
  div.menu-menu-principal-container li.current-menu-item ul,
  div.menu-menu-principal-en-container li.current-menu-item ul,
  div.menu-menu-principal-container li.current_page_item ul,
  div.menu-menu-principal-en-container li.current_page_item ul,
  div.menu-menu-principal-container li.current_page_ancestor ul,
  div.menu-menu-principal-en-container li.current_page_ancestor ul {
    top: auto;
    overflow: visible;
    visibility: visible;
  }
  div.menu-menu-principal-container li.current-menu-item .sub-menu::after,
  div.menu-menu-principal-en-container li.current-menu-item .sub-menu::after,
  div.menu-menu-principal-container li.current_page_item .sub-menu::after,
  div.menu-menu-principal-en-container li.current_page_item .sub-menu::after,
  div.menu-menu-principal-container li.current_page_ancestor .sub-menu::after,
  div.menu-menu-principal-en-container li.current_page_ancestor .sub-menu::after,
  div.menu-menu-principal-container li.current-menu-item .sub-menu::before,
  div.menu-menu-principal-en-container li.current-menu-item .sub-menu::before,
  div.menu-menu-principal-container li.current_page_item .sub-menu::before,
  div.menu-menu-principal-en-container li.current_page_item .sub-menu::before,
  div.menu-menu-principal-container li.current_page_ancestor .sub-menu::before,
  div.menu-menu-principal-en-container li.current_page_ancestor .sub-menu::before {
    display: none;
  }
  div.menu-menu-principal-container li ul.sub-menu,
  div.menu-menu-principal-en-container li ul.sub-menu,
  div.menu-menu-principal-container li ul.children,
  div.menu-menu-principal-en-container li ul.children {
    margin-top: 0;
    position: absolute;
    background-color: #ffffff;
    left: 0;
    width: 100%;
    overflow: hidden;
    visibility: hidden;
    z-index: 7999;
    /* highlight sub-menu current page */
  }
  div.menu-menu-principal-container li ul.sub-menu li,
  div.menu-menu-principal-en-container li ul.sub-menu li,
  div.menu-menu-principal-container li ul.children li,
  div.menu-menu-principal-en-container li ul.children li {
    font-size: 12px;
    margin: 14px 0 12px;
    padding: 0 2%;
  }
  div.menu-menu-principal-container li ul.sub-menu li a,
  div.menu-menu-principal-en-container li ul.sub-menu li a,
  div.menu-menu-principal-container li ul.children li a,
  div.menu-menu-principal-en-container li ul.children li a {
    padding: 0;
    border-right: 0;
    display: block;
    color: #000000;
    min-width: inherit;
  }
  div.menu-menu-principal-container li ul.sub-menu li a:hover,
  div.menu-menu-principal-en-container li ul.sub-menu li a:hover,
  div.menu-menu-principal-container li ul.children li a:hover,
  div.menu-menu-principal-en-container li ul.children li a:hover,
  div.menu-menu-principal-container li ul.sub-menu li a:focus,
  div.menu-menu-principal-en-container li ul.sub-menu li a:focus,
  div.menu-menu-principal-container li ul.children li a:focus,
  div.menu-menu-principal-en-container li ul.children li a:focus {
    color: #e12545;
  }
  div.menu-menu-principal-container li ul.sub-menu li a::after,
  div.menu-menu-principal-en-container li ul.sub-menu li a::after,
  div.menu-menu-principal-container li ul.children li a::after,
  div.menu-menu-principal-en-container li ul.children li a::after {
    display: none;
  }
  div.menu-menu-principal-container li ul.sub-menu li + li,
  div.menu-menu-principal-en-container li ul.sub-menu li + li,
  div.menu-menu-principal-container li ul.children li + li,
  div.menu-menu-principal-en-container li ul.children li + li {
    border-left: 1px solid #000000;
  }
  div.menu-menu-principal-container li ul.sub-menu li.current-menu-item a,
  div.menu-menu-principal-en-container li ul.sub-menu li.current-menu-item a,
  div.menu-menu-principal-container li ul.children li.current-menu-item a,
  div.menu-menu-principal-en-container li ul.children li.current-menu-item a {
    color: #e12545;
  }
  div.menu-menu-principal-container li.current_page_ancestor ul.sub-menu,
  div.menu-menu-principal-en-container li.current_page_ancestor ul.sub-menu,
  .single .header .nav-menu > li:last-child > .sub-menu {
    top: auto;
    overflow: visible;
    visibility: visible;
    position: absolute;
  }
  div.menu-menu-principal-container li.current_page_ancestor ul.sub-menu li a,
  div.menu-menu-principal-en-container li.current_page_ancestor ul.sub-menu li a {
    text-transform: uppercase;
    border-bottom: 0;
    color: #000000;
  }
  div.menu-menu-principal-container li.current_page_ancestor ul.sub-menu li a:hover,
  div.menu-menu-principal-en-container li.current_page_ancestor ul.sub-menu li a:hover {
    color: #e12545;
  }
  /* end .menu principal */
  nav div li.current-menu-item,
  nav div li.current_page_item,
  nav div li.current_page_ancestor {
    background-color: #ffffff;
  }
  /*********************
POSTS & CONTENT STYLES
*********************/
  #pages-enfants li {
    display: inline-block;
    width: auto;
    font-size: 12px;
    line-height: 42px;
  }
  #pages-enfants li + li {
    margin-left: 12px;
  }
  #pages-enfants li:nth-child(even) {
    margin-left: 12px;
  }
  #pages-enfants li a {
    height: 42px;
    line-height: normal;
  }
  .entry-content ul.sbOptions {
    padding-left: 0;
    list-style-type: none;
    margin: 0 0 0 0;
  }
  .entry-content ul.sbOptions li {
    list-style-type: none;
  }
  .wp-caption {
    max-width: 100%;
  }
  /*********************
FOOTER STYLES
*********************/
  .footer nav ul li.menu-item-has-children {
    width: 20%;
  }
  .footer nav ul li.menu-item-has-children:nth-child(odd) {
    clear: none;
  }
  /*********************
SELECTBOX
*********************/
  .sbHolder {
    background-color: #ffffff;
    border: solid 1px #666666;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 32px;
    position: relative;
    width: 200px;
  }
  .sbHolder .sbSelector {
    display: block;
    height: 30px;
    left: 0;
    line-height: 30px;
    outline: none;
    overflow: hidden;
    position: absolute;
    text-indent: 10px;
    top: 0;
    width: 170px;
  }
  .sbHolder .sbSelector:link,
  .sbHolder .sbSelector:visited,
  .sbHolder .sbSelector:hover {
    color: #333333;
    outline: none;
    text-decoration: none;
  }
  .sbToggle {
    background: url('library/images/select-icons.png') 0 -116px no-repeat;
    display: block;
    height: 30px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
  }
  .sbToggle:hover {
    background: url('library/images/select-icons.png') 0 -166px no-repeat;
  }
  .sbToggleOpen {
    background: url('library/images/select-icons.png') 0 -16px no-repeat;
  }
  .sbToggleOpen:hover {
    background: url('library/images/select-icons.png') 0 -66px no-repeat;
  }
  .sbHolderDisabled {
    background-color: #cccccc;
    border: solid 1px #666666;
  }
  .sbOptions {
    background-color: #ffffff;
    border: solid 1px #666666;
    list-style: none;
    left: -1px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 30px;
    width: 200px;
    z-index: 1;
    overflow-y: auto;
  }
  .sbOptions li {
    padding: 0 7px;
  }
  .sbOptions li.last a {
    border-bottom: none;
  }
  .sbOptions li:last-child a {
    border-bottom: none;
  }
  .sbOptions a {
    border-bottom: dotted 1px #666666;
    display: block;
    outline: none;
    padding: 7px 0 7px 3px;
  }
  .sbOptions a:link,
  .sbOptions a:visited {
    color: #666;
    text-decoration: none;
  }
  .sbOptions a:hover,
  .sbOptions a:focus,
  .sbOptions a.sbFocus {
    color: #333333;
  }
  .sbOptions .sbDisabled {
    border-bottom: dotted 1px #666666;
    color: #999;
    display: block;
    padding: 7px 0 7px 3px;
  }
  .sbOptions .sbGroup {
    border-bottom: dotted 1px #666666;
    color: #333333;
    display: block;
    font-weight: bold;
    padding: 7px 0 7px 3px;
  }
  .sbOptions .sbSub {
    padding-left: 17px;
  }
  .fancybox-wrap .fancybox-nav {
    display: block;
  }
  .fancybox-wrap .fancybox-nav span {
    visibility: hidden;
  }
  .fancybox-wrap .fancybox-close:hover {
    background-position: center 0;
  }
}
/*
Desktop Device
*/
@media only screen and (min-width: 1030px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Desktop Stylsheet

This is the desktop size. It's larger than an iPad so it will only
be seen on the Desktop. 

******************************************************************/
  /*********************
04. LINK STYLES
*********************/
  a,
  a:visited {
    /* on hover */
  }
  a:hover,
  a:visited:hover,
  a:focus,
  a:visited:focus {
    text-decoration: underline;
  }
}
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Super Large Monitor Stylesheet

You can add some advanced styles here if you like. This kicks in
on larger screens.

******************************************************************/
}
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  width: 69px;
  height: 35px;
  
  /******************************************************************
Site Name:
Author:

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/
  /*

EXAMPLE
Let's say you have an image and you need to make sure it looks ok
on retina screens. Let's say we have an icon which dimension are
24px x 24px. In your regular stylesheets, it would look something
like this:

.icon {
	width: 24px;
	height: 24px;
	background: url(img/test.png) no-repeat;
}

For retina screens, we have to make some adjustments, so that image
doesn't look blurry. So, taking into account the image above and the
dimensions, this is what we would put in our retina stylesheet:

.icon {
	background: url(img/test@2x.png) no-repeat;
	background-size: 24px 24px;
}

So, you would create the same icon, but at double the resolution, meaning
it would be 48px x 48px. You'd name it the same, but with a @2x at the end
(this is pretty standard practice). Set the background image so it matches
the original dimensions and you are good to go.

*/
  /*********************
BODY CLASS
*********************/
  .page-template-default .mega-background figcaption a strong::after,
  .page-template-page-large-php .mega-background figcaption a strong::after,
  .page-template-page-galerie-php .mega-background figcaption a strong::after,
  .blog .mega-background figcaption a strong::after {
    background-image: url('library/images/fleche@2x.png');
    background-size: 100%;
  }
  /*********************
HEADER STYLES
*********************/
  .header #logo {
    background: url('library/images/logo-clinatec@2x.png') no-repeat center center;
    background-size: 100%;
    width: 138px;
    height: 70px;
    margin: 0;
  }
  .header #logo img {
    display: none;
  }
  .header nav button {
    background-image: url('library/images/bg-nav-mobile@2x.png');
    background-size: 100%;
  }
  /*********************
NAVIGATION STYLES
*********************/
  /*********************
FOOTER STYLES
*********************/
  .footer #drapeaux a[hreflang="fr"] img {
    content: "";
    width: 25px;
    height: 18px;
    display: block;
    background: url('library/images/fr_FR@2x.png') no-repeat center center;
    background-size: 25px 18px;
  }
  .footer #drapeaux a[hreflang="en"] img {
    content: "";
    width: 25px;
    height: 18px;
    display: block;
    background: url('library/images/en_EN@2x.png') no-repeat center center;
    background-size: 25px 18px;
  }
  .footer #drapeaux li + li::before {
    left: -10px;
  }
  .footer #rzo-sociaux .twitter a {
    background: url('library/images/twitter@2x.png') no-repeat center center;
    background-size: 17px 16px;
  }
  .footer #rzo-sociaux .facebook a {
    background: url('library/images/facebook@2x.png') no-repeat center center;
    background-size: 12px 18px;
  }
  .footer #rzo-sociaux .google a {
    background: url('library/images/google@2x.png') no-repeat center center;
    background-size: 19px 18px;
  }
}
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
Site Name:
Author:

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. If you want to
though, go for it.

******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after,
  a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
