@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Dosis:300,400,500,600,700);
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
abbr,
acronym,
address,
big,
cite,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
path.linePath {
  stroke-width: 2;
  fill: none;
}
path.donutSlice {
  stroke-width: 3;
}
.axis path,
.axis line {
  fill: none;
  stroke: grey;
  stroke-width: 1;
  shape-rendering: crispEdges;
}
.bar {
  fill: steelblue;
}
.y-axis .domain,
.y-axis .tick line {
  stroke: grey;
  stroke-width: 1;
  stroke-dasharray: 1, 2;
  fill: none;
}
.x-axis .domain,
.x-axis .tick line {
  fill: none;
  stroke: grey;
  stroke-width: 1;
  shape-rendering: crispEdges;
}
.totalMessagesNum {
  text-anchor: middle;
  font-size: 50px;
}
.totalMessagesText {
  text-anchor: middle;
  font-size: 15px;
}
.barsTotal {
  fill: lightgrey;
}
.barLabels {
  font-size: 1.5em;
}
.barLabels .barPct {
  font-weight: bold;
  margin-bottom: 15px;
}
.subunit {
  stroke: grey;
  stroke-width: 0.3;
  fill: #cdc;
}
.JYGBubble,
.bubble-tooltip {
  fill: black;
  fill-opacity: 0.7;
}
.JYGBubbleTitle {
  fill: white;
  font-weight: bold;
}
.JYGBubbleText {
  fill: white;
}
.sub-color-0 {
  fill: #8DC4FA;
}
.sub-color-1 {
  fill: #7AB8F7;
}
.sub-color-2 {
  fill: #61ABF5;
}
.sub-color-3 {
  fill: #499CF0;
}
.sub-color-4 {
  fill: #3692EE;
}
.sub-color-5 {
  fill: #2187EC;
}
.sub-color-6 {
  fill: #0D78E3;
}
.sub-color-7 {
  fill: #0B6CCD;
}
.sub-color-8 {
  fill: #0B61B7;
}
.sub-color-9 {
  fill: #08539D;
}
.JYGButton {
  fill: grey;
  fill-opacity: 0.4;
}
.JYGButtonTitle {
  fill: black;
  font-weight: bold;
}
.city-circle {
  stroke-width: 0.1;
  stroke: #00008B;
}
.scale-text {
  font-size: 9pt;
  fill: #000000;
}
.node {
  stroke: #000;
  stroke-width: .5px;
}
.link {
  stroke: #999;
  stroke-opacity: .8;
}
.link.highlight {
  stroke: #303030;
  stroke-opacity: 1;
}
.sunburst path {
  stroke: #fff;
  fill-rule: evenodd;
}
.circleNode {
  stroke: steelblue;
  stroke-width: 1.5px;
}
.word-break {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.box {
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -ms-box;
  display: box;
}
.ir,
.hide-text {
  background-color: transparent;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  border: 0;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animatedInfinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animatedHinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes openDown {
  0% {
    max-height: 0px;
  }
  100% {
    max-height: 100%;
  }
}
@keyframes openDown {
  0% {
    max-height: 0px;
  }
  100% {
    max-height: 100%;
  }
}
.openDown {
  -webkit-animation-name: openDown;
  animation-name: openDown;
}
.content {
  max-width: 1140px;
  margin: 0 auto;
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  display: flex;
  flex-flow: row wrap;
}
.texte {
  color: #666;
  line-height: 1.5;
  font-size: 1em;
  font-family: 'Open Sans';
  padding: 0;
  margin: 0em 0 0.5em 0;
}
.copy {
  border-top: 1px solid rgba(255,255,255,0.2);
  color: #fff;
  display: block;
  margin: 0 auto;
  padding: 1%;
  font-size: .8em;
  font-family: 'Open Sans';
  text-align: center;
  width: 1140px;
}
@font-face {
  font-family: 'typicons';
  src: url("/img/fonts/typicons_2.0.6/src/font/typicons.eot");
  src: url("/img/fonts/typicons_2.0.6/src/font/typicons.eot?#iefix") format('embedded-opentype'), url("/img/fonts/typicons_2.0.6/src/font/typicons.woff") format('woff'), url("/img/fonts/typicons_2.0.6/src/font/typicons.ttf") format('truetype'), url("/img/fonts/typicons_2.0.6/src/font/typicons.svg#typicons") format('svg');
  font-weight: normal;
  font-style: normal;
}
.liens {
  color: rgba(63,63,63,0.7);
  text-decoration: none;
}
.logoPrinicipale {
  color: #3F3F3F;
  font-family: 'Dosis', sans-serif;
  font-size: 3em;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
}
.navPrinicpale {
  color: #3F3F3F;
  margin-right: 0.72em;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  padding: 0 3px;
  line-height: 1.4em;
}
.logoYooda {
  color: #fff;
  font-family: 'Dosis', sans-serif;
  font-size: 1em;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0;
  padding: 0;
}
.liensNavYooda {
  color: #fff;
  display: block;
  font-weight: 600;
  font-size: 0.82em;
  text-decoration: none;
  text-transform: uppercase;
}
.liensHoverNav {
  background-color: #00BEEB;
  color: #fff;
  cursor: pointer;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.liensHover {
  color: #00BEEB;
  cursor: pointer;
  -moz-transition: all .7s;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}
.liensActif {
  background-color: #00BEEB;
  color: #fff;
  padding: 0 5px;
}
.titreh1 {
  font-size: 3.7em;
  color: #525252;
  font-family: 'Open sans';
  font-size: 3.2em;
  font-weight: 200;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 206px 0 6px 0;
  margin-top: -102px;
  letter-spacing: 1px;
}
.titreh3 {
  color: #454545;
  text-decoration: none;
  font-family: 'Open Sans';
  font-style: normal;
  font-size: 2.2em;
  font-weight: 200;
  display: block;
  line-height: 1.2;
  padding: 0;
  margin: 1.2em 0 0.2em 0;
}
.callToAction {
  padding: 15px;
}
.coverAccueil {
  background: url(/img/blog/cover.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
}
.articleGeneral {
  background: #fff;
  padding-bottom: 22px;
  margin-bottom: 50px;
}
.texteArticle {
  color: #666;
  line-height: 25.60px;
  font-size: .9em;
}
.transitions {
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.arrondi {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.flex {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
}
.transition {
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.footerh4  {
  color: #fff;
  font-family: 'Open sans';
  font-size: .9em;
  font-weight: 600;
  text-transform: uppercase;
}
@font-face {
  font-family: 'typicons';
  font-weight: normal;
  font-style: normal;
  src: url('/img/fonts/typicons_2.0.6/src/font/typicons.eot');
  src: url('/img/fonts/typicons_2.0.6/src/font/typicons.eot?#iefix') format('embedded-opentype'), url('/img/fonts/typicons_2.0.6/src/font/typicons.woff') format('woff'), url('/img/fonts/typicons_2.0.6/src/font/typicons.ttf') format('truetype'), url('/img/fonts/typicons_2.0.6/src/font/typicons.svg#typicons') format('svg');
}
@font-face {
  font-family: "connect";
  src: url("/fonts/connect/connect.eot");
  src: url("/fonts/connect/connect.eot?#iefix") format("embedded-opentype"), url("/fonts/connect/connect.woff") format("woff"), url("/fonts/connect/connect.ttf") format("truetype"), url("/fonts/connect/connect.svg#insight") format("svg");
  font-weight: normal;
  font-style: normal;
}
.cta {
  background-color: #00AFEC;
  color: #ffffff;
  font-weight: 600;
  height: 60px;
  line-height: 60px;
  width: 283px;
  max-width: 283px;
  text-align: center;
  border: 0px;
  -webkit-border-radius: 2px 2px 2px 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px 2px 2px 2px;
  -moz-background-clip: padding;
  border-radius: 2px 2px 2px 2px;
  background-clip: padding-box;
  display: block;
  text-decoration: none;
  margin: auto;
  cursor: pointer;
}
.cta:hover {
  background-color: #0082BE;
}
.cta[disabled="disabled"] {
  background-color: #D3D3D3 !important;
}
.cta:hover {
  color: #ffffff !important;
  text-decoration: none;
}
body {
  color: #666666;
  font-size: 15px;
}
h1 {
  font-size: 50px;
  font-weight: 300;
  line-height: 1.5em;
  text-align: center;
  color: #ffffff;
}
h2 {
  font-size: 35px;
  font-weight: 300;
  padding: 12px 0px;
  color: #454545;
}
h3 {
  font-size: 20px;
  font-weight: 300;
  padding: 12px 0px;
  color: #454545;
}
h4 {
  font-size: 15px;
  font-weight: 300;
  padding: 12px 0px;
  color: #454545;
}
h5 {
  font-size: 16px;
  font-weight: 300;
  padding: 12px 0px;
  color: #454545;
}
h6 {
  font-size: 14px;
  font-weight: 300;
  padding: 12px 0px;
  color: #454545;
}
hr {
  border: 2px solid #F5F5F5;
  border-style: solid none none none;
  width: 300px;
  margin-top: 50px;
  margin-bottom: 50px;
}
a {
  color: #00AFEC;
  text-decoration: none;
  font-weight: 600;
}
a:hover {
  color: #0082BE;
  text-decoration: underline;
}
p {
  padding: 12px 0px;
  color: #666666;
  font-size: 1em;
  line-height: 1.5;
}
sup {
  vertical-align: super;
}
html,
body,
button,
input,
select,
textarea {
  font-family: "Open Sans", sans-serif;
}
#contenu-page {
  padding-left: 10px;
}
.masque {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 520;
  background: rgba(23,24,20,0.8);
  -webkit-animation: fadein 0.6s;
  animation: fadein 0.6s;
}
.res_twitter {
  font-family: typicons !important;
  font-style: normal !important;
  font-weight: normal !important;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  height: 1em;
  font-size: 1em;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: 'antialiased';
  font-smoothing: 'antialiased';
  text-rendering: optimizeLegibility;
  height: 1.2em;
  font-size: 1.2em !important;
}
.res_twitter:before {
  content: '\e0f9';
  visibility: visible;
  width: 1em;
  display: inline-block;
  vertical-align: middle;
}
.res_facebook {
  font-family: typicons !important;
  font-style: normal !important;
  font-weight: normal !important;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  height: 1em;
  font-size: 1em;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: 'antialiased';
  font-smoothing: 'antialiased';
  text-rendering: optimizeLegibility;
  height: 1.2em;
  font-size: 1.2em !important;
}
.res_facebook:before {
  content: '\e0e5';
  visibility: visible;
  width: 1em;
  display: inline-block;
  vertical-align: middle;
}
.res_linkedin {
  font-family: typicons !important;
  font-style: normal !important;
  font-weight: normal !important;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  height: 1em;
  font-size: 1em;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: 'antialiased';
  font-smoothing: 'antialiased';
  text-rendering: optimizeLegibility;
  height: 1.2em;
  font-size: 1.2em !important;
}
.res_linkedin:before {
  content: '\e0f1';
  visibility: visible;
  width: 1em;
  display: inline-block;
  vertical-align: middle;
}
.res_googleplus {
  font-family: typicons !important;
  font-style: normal !important;
  font-weight: normal !important;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  height: 1em;
  font-size: 1em;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: 'antialiased';
  font-smoothing: 'antialiased';
  text-rendering: optimizeLegibility;
  height: 1.2em;
  font-size: 1.2em !important;
}
.res_googleplus:before {
  content: '\e0eb';
  visibility: visible;
  width: 1em;
  display: inline-block;
  vertical-align: middle;
}
.res_twitter,
.res_facebook,
.res_googleplus,
.res_linkedin {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  overflow: hidden;
  border-bottom: none !important;
}
.sousMenuNavProduit {
  width: 255px !important;
  margin-left: -140px !important;
}
.sousMenuNavProduit li {
  padding: 26px 0px 10px 80px !important;
}
.sousMenuNavProduit li a {
  font-family: "Dosis", sans-serif !important;
}
.sousMenuNavProduit li:nth-child(1) {
  background: url(/img/commun/icone_seeurank.png) no-repeat 8px 31px;
}
.sousMenuNavProduit li:nth-child(1):hover {
  background: url(/img/commun/icone_seeurank_hover.png) no-repeat 8px 31px;
}
.sousMenuNavProduit li:nth-child(2) {
  background: url(/img/commun/icone_insight.png) no-repeat 8px 21px;
}
.sousMenuNavProduit li:nth-child(2):hover {
  background: url(/img/commun/icone_insight_hover.png) no-repeat 8px 21px;
}
.sousMenuNavProduit li:nth-child(3) {
  background: url(/img/commun/icone_submit.png) no-repeat 8px 21px;
}
.sousMenuNavProduit li:nth-child(3):hover {
  background: url(/img/commun/icone_submit_hover.png) no-repeat 8px 21px;
}
.sousMenuNavProduit h6 {
  font-size: 17px;
  font-weight: 600;
  font-family: "Dosis", sans-serif;
  text-align: left;
  line-height: 1.3em;
  padding: 0px;
}
.sousMenuNavProduit p {
  padding: 0px;
  font-size: 14px;
  text-align: left;
  font-weight: normal;
  text-transform: none;
  line-height: 1.2em;
  font-family: "Open Sans", sans-serif !important;
}
.fixeHeaderSite {
  position: fixed !important;
  top: 0px !important;
  background-color: #ffffff !important;
  width: 100% !important;
  z-index: 51 !important;
  border-bottom: 1px solid #F5F5F5 !important;
}
.fixeHeaderSite nav ul li {
  color: #666666 !important;
}
.fixeHeaderSite nav ul li:hover {
  color: #0082BE !important;
}
.fixeHeaderSite nav ul li a {
  color: #666666 !important;
}
.fixeHeaderSite nav ul li a:hover {
  color: #0082BE !important;
}
.fixeHeaderSite nav ul li a.lienActif {
  color: #0082BE !important;
}
.afficheSousMenuTactile {
  display: block !important;
}
.concurrenceSEO {
  background: url(/img/seeurank/ico/concurrence_seo.png) no-repeat top;
}
.concurrenceSEO:hover {
  background: url(/img/seeurank/ico/concurrence_seo_hover.png) no-repeat top;
}
.auditSite {
  background: url(/img/seeurank/ico/audit_site.png) no-repeat top;
}
.auditSite:hover {
  background: url(/img/seeurank/ico/audit_site_hover.png) no-repeat top;
}
.evaluezBacklinks {
  background: url(/img/seeurank/ico/backlinks.png) no-repeat top;
}
.evaluezBacklinks:hover {
  background: url(/img/seeurank/ico/backlinks_hover.png) no-repeat top;
}
.mesurezPerformances {
  background: url(/img/seeurank/ico/perfomance.png) no-repeat top;
}
.mesurezPerformances:hover {
  background: url(/img/seeurank/ico/perfomance_hover.png) no-repeat top;
}
.optimisezPages {
  background: url(/img/seeurank/ico/optimisation_page.png) no-repeat top;
}
.optimisezPages:hover {
  background: url(/img/seeurank/ico/optimisation_page_hover.png) no-repeat top;
}
.maitrisezIndexation {
  background: url(/img/seeurank/ico/maitriser_indexation.png) no-repeat top;
}
.maitrisezIndexation:hover {
  background: url(/img/seeurank/ico/maitriser_indexation_hover.png) no-repeat top;
}
.lesPlusSeeurank {
  background: url(/img/seeurank/ico/les+seeurank.png) no-repeat top;
}
.lesPlusSeeurank:hover {
  background: url(/img/seeurank/ico/les+seeurank_hover.png) no-repeat top;
}
.seeurankCloud {
  background: url(/img/seeurank/ico/icone-cloud.png) no-repeat top;
}
.seeurankCloud:hover {
  background: url(/img/seeurank/ico/icone-cloud_hover.png) no-repeat top;
}
.formationMasterClass {
  background: url(/img/seeurank/ico/formation_masterclass.png) no-repeat top;
}
.formationMasterClass:hover {
  background: url(/img/seeurank/ico/formation_masterclass_hover.png) no-repeat top;
}
.formationSeoCoach {
  background: url(/img/seeurank/ico/formation_seocoach.png) no-repeat top;
}
.formationSeoCoach:hover {
  background: url(/img/seeurank/ico/formation_seocoach_hover.png) no-repeat top;
}
.societeFooter {
  background: url(/img/commun/ico/societe.png) no-repeat center left;
}
.equipeFooter {
  background: url(/img/commun/ico/equipe.png) no-repeat center left;
}
.supportFooter {
  background: url(/img/commun/ico/support.png) no-repeat center left;
}
.affiliationFooter {
  background: url(/img/commun/ico/affiliation.png) no-repeat center left;
}
.mentionLegaleFooter {
  background: url(/img/commun/ico/mentions.png) no-repeat center left;
}
.insightFooter {
  background: url(/img/commun/ico/insight.png) no-repeat center left;
}
.seeurankFooter {
  background: url(/img/commun/ico/seeurank.png) no-repeat center left;
}
.submitFooter {
  background: url(/img/commun/ico/submit.png) no-repeat center left;
}
.champFormVide {
  border: 2px solid red !important;
}
#page404 {
  background: url(/img/commun/fantome.png) no-repeat center top;
  margin-bottom: 60px;
}
#page404 h1 {
  padding-top: 240px;
  font-size: 150px;
  font-weight: 300;
  color: #666666;
  line-height: 1em;
}
#page404 h2 {
  text-align: center;
  font-size: 50px;
  font-weight: 300;
  color: #666666;
  padding-top: 30px;
  padding-bottom: 10px;
}
#page404 p {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  color: #666666;
}
#fondNoir {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgba(0,0,0,0.6);
}
#fondNoir #popinContainer {
  width: 75%;
  height: 85%;
  display: block;
  margin: 0px auto;
  background-color: #ffffff;
  margin-top: 120px;
}
#fondNoir #popinContainer header {
  background-color: #00AFEC;
  height: 60px;
}
#fondNoir #popinContainer header h5 {
  margin: 0px;
  text-align: center;
  font-size: 22px;
  font-weight: 100;
  padding-top: 15px;
  color: #ffffff;
}
#fondNoir #popinContainer article {
  display: block;
  height: 100%;
  padding: 10px;
}
#fondNoir #popinContainer article iframe {
  width: 100%;
  height: 100%;
  border: none;
  overflow: hidden;
}
#headerYooda {
  height: 30px;
  line-height: 30px;
  background: #2F3134;
}
@media screen and (max-width: 730px) {
  #headerYooda {
    display: none;
  }
}
#headerYooda nav {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
#headerYooda nav > a {
  padding-left: 25px;
  margin-left: 10px;
  background: url(/img/commun/logo_preheader.png) no-repeat left center;
  text-decoration: none !important;
  font-family: "Dosis", sans-serif !important;
}
#headerYooda nav a {
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
}
#headerYooda nav a:hover {
  text-decoration: underline;
  -webkit-transition: all .3s 0s linear;
  -moz-transition: all .3s 0s linear;
  -ms-transition: all .3s 0s linear;
  -o-transition: all .3s 0s linear;
  transition: all .3s 0s linear;
  color: #ffffff;
}
#headerYooda nav ul {
  margin-left: auto;
}
#headerYooda nav ul li {
  margin-right: 4px;
  margin-left: 0 auto;
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 0.82em;
  cursor: pointer;
  text-decoration: none !important;
}
#headerYooda nav ul li:hover {
  text-decoration: underline;
  -webkit-transition: all .3s 0s linear;
  -moz-transition: all .3s 0s linear;
  -ms-transition: all .3s 0s linear;
  -o-transition: all .3s 0s linear;
  transition: all .3s 0s linear;
  color: #ffffff;
}
#headerYooda nav ul li a {
  height: 1.4em;
}
#headerYooda nav ul li ul {
  display: none;
  z-index: 52;
  border: 1px solid #666666;
  -webkit-border-radius: 2px 2px 2px 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px 2px 2px 2px;
  -moz-background-clip: padding;
  border-radius: 2px 2px 2px 2px;
  background-clip: padding-box;
  position: absolute;
  padding: 10px 10px 16px 0px;
  background-color: #ffffff;
  width: 160px;
  left: 50%;
  margin-left: -90px;
}
#headerYooda nav ul li ul li {
  display: block;
  position: relative;
  text-align: center;
  margin-right: 0px;
  line-height: 3em;
  padding: 0px;
}
#headerYooda nav ul li ul li a {
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  color: #666666;
  margin-right: 0px;
}
#headerYooda nav ul li ul li a h6 {
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  color: #666666;
}
#headerYooda nav ul li ul li a h6:hover {
  text-decoration: underline;
  -webkit-transition: all .3s 0s linear;
  -moz-transition: all .3s 0s linear;
  -ms-transition: all .3s 0s linear;
  -o-transition: all .3s 0s linear;
  transition: all .3s 0s linear;
  color: #0082BE;
}
#headerYooda nav ul li ul li a h6:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0);
  z-index: 1;
}
#headerYooda nav ul li ul li a h6:hover {
  color: #0082BE !important;
  text-decoration: none !important;
  border: none;
}
#headerYooda nav ul li ul li a:hover {
  text-decoration: underline;
  -webkit-transition: all .3s 0s linear;
  -moz-transition: all .3s 0s linear;
  -ms-transition: all .3s 0s linear;
  -o-transition: all .3s 0s linear;
  transition: all .3s 0s linear;
  color: #0082BE;
}
#headerYooda nav ul li ul li a:hover {
  text-decoration: none !important;
}
#headerYooda nav ul li ul li a:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0);
  z-index: 1;
}
#headerYooda nav ul li ul li a:hover {
  color: #0082BE !important;
  text-decoration: none !important;
  border: none;
}
#headerYooda nav ul li ul:before {
  top: -7px;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  z-index: 49;
  width: 10px;
  height: 7px;
  background: url(/img/commun/fleche_menu_compte.png) no-repeat center center;
}
#headerYooda nav ul li.sousMenuCss:hover ul {
  display: block;
}
#header-hamburger,
#headerSearchHamburger {
  background-color: #292b2d;
}
#header-hamburger >a,
#headerSearchHamburger >a {
  display: inline-block;
  line-height: 35px;
  color: #ffffff;
  font-size: 20px;
  font-family: "Dosis", sans-serif;
}
#header-hamburger >a:nth-child(1),
#headerSearchHamburger >a:nth-child(1) {
  background: url(/img/commun/logo_preheader.png) no-repeat 10px center;
  text-transform: uppercase;
  padding-left: 35px;
  padding-right: 10px;
}
#header-hamburger .sousSiteHamburger,
#headerSearchHamburger .sousSiteHamburger {
  opacity: 0.6;
}
#header-hamburger div,
#headerSearchHamburger div {
  display: block;
  margin-left: auto;
  margin-top: -35px;
  margin-right: 10px;
  height: 35px;
  width: 35px;
  background: url(/img/commun/responsive_hamburger.png) no-repeat center center;
  background-size: 25px;
  cursor: pointer;
}
#header-hamburger nav,
#headerSearchHamburger nav {
  display: none;
  width: 100%;
}
#header-hamburger nav ul li,
#headerSearchHamburger nav ul li {
  height: 45px;
  line-height: 41px;
  padding-right: 15px;
  border: none;
  border-top: 1px solid #3e4042;
  text-align: right;
  background-color: #2f3134;
}
#header-hamburger nav ul li a,
#headerSearchHamburger nav ul li a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 300;
  font-size: 18px;
  display: block;
  width: 100%;
}
#header-hamburger nav ul li:nth-child(1),
#headerSearchHamburger nav ul li:nth-child(1) {
  font-size: 20px !important;
  border: none;
}
#header-hamburger nav ul li:nth-child(1) a,
#headerSearchHamburger nav ul li:nth-child(1) a {
  margin-left: 20px;
  width: 35px;
  display: inline-block;
  height: 50px;
}
#header-hamburger .afficheHamburger,
#headerSearchHamburger .afficheHamburger {
  -webkit-animation-name: openDown;
  animation-name: openDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: block;
}
body {
  background: rgba(237,237,237,0.5);
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
  font-size: 1em;
}
body.single {
  background: #fff;
}
body.single #headerBlog #inputRecherche {
  border: none;
  padding: 7px;
  border-bottom: 1px solid #D9DADB;
  background: #fff;
  outline: 0;
}
body.single h1 {
  padding: 183px 0 15px 0;
}
#headerYooda nav,
#headerBlog nav,
main,
#copyright,
#titreBlog h1 {
  max-width: 1140px;
  margin: 0 auto;
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  display: flex;
  flex-flow: row wrap;
}
strong,
b {
  font-weight: bold;
}
i,
cite,
em,
var,
address,
dfn {
  font-style: italic;
}
.ctaction {
  color: #ffffff !important;
  padding: 20px 24px !important;
  display: inline-block !important;
  background-color: #00afec !important;
  text-decoration: none !important;
  border-radius: 5px;
}
.ctaction:hover {
  background-color: #0082BE !important;
}
.note {
  display: block;
  width: 90% !important;
  margin: 10px auto !important;
  padding: 15px 20px !important;
  background-color: #EDF9FF;
}
.biographieAuteur {
  max-width: 680px;
  max-height: 200px;
  background-color: #F4F7F9;
  border-top: 4px solid #F0F0F0;
  padding: 10px 0px;
  margin-bottom: 35px;
}
.biographieAuteur ul li {
  display: inline-block;
  vertical-align: top;
}
.biographieAuteur ul li img {
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #DDDDDD;
  margin: 10px 20px 10px 10px;
}
.biographieAuteur ul li ul {
  max-width: 550px;
}
.biographieAuteur ul li ul li {
  display: block;
}
.biographieAuteur ul li ul li h3 {
  display: inline-block;
  padding: 0px;
}
.biographieAuteur ul li ul li ul li {
  display: inline-block;
}
.bottomcontainerBox {
  background-color: #FFFFFF;
  width: 420px;
  display: inline-block;
  float: none;
  margin-bottom: -10px;
}
main {
  padding: 10px;
  max-width: 1140px;
  margin: 0 auto;
}
main article {
  background: #fff;
  padding-bottom: 22px;
  margin-bottom: 50px;
}
main article header {
  position: relative;
  overflow: hidden;
  -ms-background-position-x: center;
  -ms-background-position-y: bottom;
  background-position: center bottom;
  background-size: cover;
  -ms-behavior: url(backgroundsize.min.htc);
  max-width: 1140px;
  max-height: 210px;
}
main article:last-child {
  margin-bottom: 12px;
}
main nav {
  min-width: 100%;
  text-align: center;
  padding: 20px;
}
main nav ul li {
  display: inline-block;
}
main nav ul li a:first-child {
  margin-right: 53px;
}
main nav ul li a {
  color: rgba(63,63,63,0.7);
  text-decoration: none;
}
main nav ul li a:hover {
  color: #00BEEB;
  cursor: pointer;
  -moz-transition: all .7s;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}
main #navMenuSousCategory {
  display: none;
}
main nav li.next a:after {
  font-family: typicons !important;
  font-style: normal !important;
  font-weight: normal !important;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  height: 1em;
  font-size: 1em;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: 'antialiased';
  font-smoothing: 'antialiased';
  text-rendering: optimizeLegibility;
  content: '\e048';
}
main nav li.after a:before {
  font-family: typicons !important;
  font-style: normal !important;
  font-weight: normal !important;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  height: 1em;
  font-size: 1em;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: 'antialiased';
  font-smoothing: 'antialiased';
  text-rendering: optimizeLegibility;
  content: '\e046';
}
#acceuilChaud,
#acceuilFroid {
  margin: 0 auto;
}
#accueilChaud {
  margin-right: 50px;
  max-width: 531px;
}
#accueilChaud article {
  background: #fff;
  padding-bottom: 22px;
  margin-bottom: 50px;
  -moz-box-shadow: 0 0 6px rgba(153,153,153,0.29);
  -webkit-box-shadow: 0 0 6px rgba(153,153,153,0.29);
  box-shadow: 0 0 6px rgba(153,153,153,0.29);
}
#accueilFroid {
  max-width: 531px;
}
#accueilFroid article {
  background: #fff;
  padding-bottom: 22px;
  margin-bottom: 50px;
  -moz-box-shadow: 0 0 6px rgba(153,153,153,0.29);
  -webkit-box-shadow: 0 0 6px rgba(153,153,153,0.29);
  box-shadow: 0 0 6px rgba(153,153,153,0.29);
}
#accueilFroid article header {
  max-height: 210px;
  position: relative;
  overflow: hidden;
}
article header img {
  -ms-background-position-x: center;
  -ms-background-position-y: bottom;
  background-position: center bottom;
  background-size: cover;
  -ms-behavior: url(backgroundsize.min.htc);
  width: 100%;
}
article header img:hover {
  opacity: 0.9;
  cursor: pointer;
}
.categorie {
  display: inline-block;
  margin-left: 4px;
}
.categorie a {
  text-decoration: none;
  padding: 2px 0 0 0;
  color: rgba(63,63,63,0.7);
  color: #00beeb;
}
.categorie a:hover {
  color: #00BEEB;
  cursor: pointer;
  -moz-transition: all .7s;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
  text-decoration: underline;
  color: #0076a3;
}
article h3 a {
  color: #454545;
  text-decoration: none;
  font-family: 'Open Sans';
  font-style: normal;
  font-size: 2.2em;
  font-weight: 200;
  display: block;
  line-height: 1.2;
  padding: 0;
  margin: 1.2em 0 0.2em 0;
  padding: 12px 28px;
}
article h3 a:hover {
  color: #00BEEB;
  cursor: pointer;
  -moz-transition: all .7s;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}
article detail {
  margin-left: 2em;
}
article blockquote {
  padding: 4px 1em 0em 2em;
}
article p {
  color: #666;
  line-height: 25.60px;
  font-size: .9em;
}
article p a {
  text-decoration: none;
  color: #3F3F3F;
}
article p a:hover {
  color: #00BEEB;
  cursor: pointer;
  -moz-transition: all .7s;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}
address {
  display: inline-block;
  color: #7e7373;
  font-style: italic;
}
time {
  color: #7e7373;
  font-style: italic;
  font-size: .93em;
}
.vote {
  display: inline-block;
}
#listeCategory {
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  display: flex;
  flex-flow: row wrap;
}
#listeCategory article header {
  position: relative;
}
#listeCategory article {
  -webkit-flex: 1 531px;
  flex: 1 531px;
  margin-right: 39px;
}
#navCategorySuivant a {
  color: rgba(63,63,63,0.7);
  text-decoration: none;
}
#navCategorySuivant a:after {
  font-family: typicons !important;
  font-style: normal !important;
  font-weight: normal !important;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  height: 1em;
  font-size: 1em;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: 'antialiased';
  font-smoothing: 'antialiased';
  text-rendering: optimizeLegibility;
  content: '\e048';
}
#navCategorySuivant a:hover {
  color: #00BEEB;
  cursor: pointer;
  -moz-transition: all .7s;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}
#navCategoryPrecedent nav {
  min-width: 100%;
  text-align: center;
  padding: 20px;
}
#navCategoryPrecedent nav ul li {
  display: inline-block;
}
#navCategoryPrecedent nav ul li a:first-child {
  margin-right: 53px;
}
#asidebar {
  width: 342px;
  margin-left: 118px;
  margin-top: 18px;
}
#asidebar h4 {
  color: #555454;
  font-weight: 600;
  color: #454545;
  font-weight: 200;
  font-size: 1.8em;
}
#asidebar summary {
  font-size: 0.875em;
  font-weight: 600;
}
#asidebar p {
  color: #666;
  line-height: 1.5;
  font-size: 1em;
  font-family: 'Open Sans';
  padding: 0;
  margin: 0em 0 0.5em 0;
  width: 80%;
  font-size: .8em;
}
#asidebar ul {
  padding-bottom: 15px;
  padding-top: 15px;
}
#asidebar li {
  padding-bottom: 6px;
}
#asidebar aside {
  margin-bottom: 15px;
}
#asidebar aside li a {
  text-decoration: none;
  font-size: 0.90em;
  color: #00beeb;
}
#asidebar aside li a:hover {
  color: #00BEEB;
  cursor: pointer;
  -moz-transition: all .7s;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
  text-decoration: underline;
  color: #0076a3;
}
#asidebar .btnshare li {
  width: 22px;
  display: inline;
}
#asidebar .textwidget a {
  text-align: left;
  color: #555555;
  display: inline-block;
  font-size: 14px;
  color: red;
  height: 50px;
  width: 50px;
  vertical-align: middle;
  text-indent: -9999px;
  margin-right: 11px;
}
a.tw {
  background: url("img/icone/twitter.png") no-repeat;
}
a.tw:hover {
  content: url("img/icone/twitterh.png") no-repeat;
  webkit-transition: .6s;
  -moz-transition: .6s;
  -ms-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
}
a.face {
  background-image: url("/img/icone/facebook.png");
  background-repeat: no-repeat;
}
a.face:hover {
  content: url("img/icone/facebookh.png") no-repeat;
  webkit-transition: .6s;
  -moz-transition: .6s;
  -ms-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
}
a.google {
  background-image: url("/img/icone/google+.png");
  background-repeat: no-repeat;
}
a.google:hover {
  content: url("img/icone/googleh.png") no-repeat;
  webkit-transition: .6s;
  -moz-transition: .6s;
  -ms-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
}
a.link {
  background: url("img/icone/linkedin.png") no-repeat;
}
a.link:hover {
  content: url("img/icone/linkedinh.png") no-repeat;
  webkit-transition: .6s;
  -moz-transition: .6s;
  -ms-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
}
#ajoutCommentaire {
  width: 100%;
}
#ajoutCommentaire h3 {
  font-weight: bold;
  padding: 10px 0;
}
#ajoutCommentaire .logged-in-as a {
  color: #00BEEB;
  text-decoration: none;
  display: inline-block;
  padding: 10px 0;
}
#ajoutCommentaire .comment-form-author,
#ajoutCommentaire .comment-form-email,
#ajoutCommentaire .comment-form-url,
#ajoutCommentaire .comment-form-comment,
#ajoutCommentaire .form-submit {
  margin-bottom: 15px;
  color: #7F7F7F;
}
#ajoutCommentaire input,
#ajoutCommentaire #comment {
  padding: 3px 6px;
  border: 1px solid #e8e7e7;
  background: #fff;
  outline: 0;
  height: 35px;
  border-radius: 2px;
  font-size: .90em;
  font-weight: 200;
}
#ajoutCommentaire #comment {
  height: 191px;
}
#ajoutCommentaire #submit {
  border: 1px solid #00beeb;
  color: #00beeb;
  padding: 20px;
  border-radius: 3px;
  padding: 22px 74px;
  font-size: 1em;
  line-height: 0px;
  cursor: pointer;
}
#ajoutCommentaire #submit:hover {
  border: 1px solid #00beeb;
  background: #00beeb;
  color: #fff;
  -moz-transition: all .7s;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}
#ajoutCommentaire #respond {
  margin-top: 42px;
}
#listeCommentaire {
  width: 680px;
}
#listeCommentaire article {
  background: none;
  margin-top: 22px;
}
#listeCommentaire header {
  display: flex;
}
#listeCommentaire h5 {
  font-weight: bold;
  color: #525252;
  font-size: .98em;
}
#listeCommentaire article header {
  background: none;
  height: 63px;
}
#listeCommentaire .avatar {
  width: 63px;
  height: 63px;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
}
#listeCommentaire address {
  font-family: "Open Sans", sans-serif;
  font-size: 1.063em;
  font-weight: 500;
  color: #404040;
  margin-left: 13px;
  vertical-align: top;
}
#listeCommentaire time {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  margin-left: 9px;
  margin-top: 5px;
}
#listeCommentaire blockquote {
  margin: 0;
  padding: 0;
  margin-left: 76px;
  margin-top: -25px;
}
#listeCommentaire article p {
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
  line-height: 1.5;
  word-break: 1;
  width: 65%;
}
#listeCommentaire label a {
  text-decoration: none;
  display: block;
  padding: 5px;
  width: 109px;
  height: 37px;
  border-radius: 3px;
  border: 1px solid #00AFEC;
  text-align: center;
  color: #00AFEC;
  margin-left: 75px;
}
#listeCommentaire label a:hover {
  background: #00AFEC;
  border: 1px solid #00AFEC;
  color: #fff;
  -moz-transition: all .7s;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}
#noterArticle {
  padding: 10px 0;
  margin-bottom: 28px;
}
#noterArticle label {
  display: inline-block;
}
#noterArticle .post-ratings {
  margin: 0px 10px 0px 10px;
  display: inline-block;
  width: 100px;
}
#noterArticle ul {
  display: inline-block;
}
#noterArticle li {
  display: inline-block;
}
#noterArticle label:last-child {
  margin-left: 122px;
}
#noterArticle ul {
  padding-top: 22px;
}
#noterArticle ul li a {
  margin-left: 3px;
}
#articleContent {
  width: 680px;
  margin-bottom: 90px;
}
#articleContent a {
  text-decoration: none;
  padding: 2px 0 0 0;
  color: rgba(63,63,63,0.7);
  color: #00beeb;
}
#articleContent img {
  max-width: 100%;
}
#articleContent a:hover {
  color: #00BEEB;
  cursor: pointer;
  -moz-transition: all .7s;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
  text-decoration: underline;
  color: #0076a3;
}
#articleContent a:active {
  background-color: #00BEEB;
  color: #fff;
  padding: 0 5px;
}
#articleContent h2 {
  color: #454545;
  font-weight: 600;
  font-size: 2.188em;
  padding: 0;
  margin: 1.5em 0 0.3em 0;
}
#articleContent #asidebar {
  padding: 0 41px;
}
#articleContent h3 {
  color: #454545;
  font-weight: 400;
  font-size: 1.5em;
  padding: 0;
  margin: 1.2em 0 0.2em 0;
}
#articleContent h4 {
  color: #454545;
  font-weight: 400;
  font-size: .9em;
  padding: 0;
  margin: 0.9em 0 0.2em 0;
  font-style: italic;
  font-size: 1.2em;
}
#articleContent p {
  color: #666;
  line-height: 1.5;
  font-size: 1em;
  font-family: 'Open Sans';
  padding: 0;
  margin: 0em 0 0.5em 0;
}
#articleContent blockquote p,
#articleContent blockquote p span {
  color: #284444;
  text-align: center;
  font-style: italic;
  font-weight: 600;
  font-size: 1.3em;
  margin: 1.2em;
}
#articleContent ul {
  list-style: disc;
  padding: 0;
  margin: 1.2em 0 0.5em 0;
}
#articleContent ul ul {
  margin: 0;
}
#articleContent ol {
  list-style: decimal;
  padding: 0;
  margin: 1.2em 0 0.5em 0;
}
#articleContent ol ol {
  list-style: lower-alpha;
  margin: 0;
}
#articleContent li {
  margin: 0 2em;
}
#articleContent b {
  font-weight: bold;
  color: #454545;
}
#articleContent .post-ratings {
  width: 82px;
  display: inline-block;
  margin-left: 6px;
}
#articleContent figcaption {
  color: #8b8b8b;
  font-size: 13px;
  font-style: italic;
  padding-top: 13px;
  text-align: right;
}
#aLireEgalement .yarpp-related h3:first-child {
  color: #525252;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  padding: 2% 0 2% 0;
  text-transform: uppercase;
  font-size: 15px !important;
}
#aLireEgalement h3 a {
  color: rgba(63,63,63,0.7);
  text-decoration: none;
  border-bottom: 1px dotted rgba(63,63,63,0.7);
}
#aLireEgalement h3 a:hover {
  color: #00BEEB;
  cursor: pointer;
  -moz-transition: all .7s;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
  border-bottom: 1px dotted #00beeb;
}
#headerBlog {
  height: 90px;
  padding-top: 12px;
}
#headerBlog .fixe {
  background-color: #ffffff;
  border-bottom: 1px solid #f6f6f6;
}
#headerBlog #inputRecherche {
  border: none;
  outline: none;
  opacity: 0;
  -moz-transition: width 200ms;
  width: 0;
  height: 33px;
  border-bottom: 1px solid #D9DADB;
  background: transparent;
  font-size: .9em;
  font-style: italic;
  color: #6d6d6d;
}
#headerBlog h2 {
  color: #AAAAAA;
  font-size: 48px;
  margin-left: 9px;
  font-weight: 100;
  text-transform: uppercase;
  font-family: "Dosis";
  letter-spacing: -1px;
}
#headerBlog nav > a {
  color: #3F3F3F;
  font-family: 'Dosis', sans-serif;
  font-size: 3em;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
}
#headerBlog nav {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  position: relative;
}
#headerBlog nav h2 {
  padding: 0px;
}
#headerBlog nav ul {
  margin-top: 21px;
  position: absolute;
  right: 0;
}
#headerBlog nav ul li {
  margin-left: 0 auto;
  display: inline-block;
}
#headerBlog nav ul li a {
  color: #3F3F3F;
  margin-right: 0.72em;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  padding: 0 3px;
  line-height: 1.4em;
}
#headerBlog nav ul li a:hover {
  background-color: #00BEEB;
  color: #fff;
  cursor: pointer;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
#headerBlog .active {
  background-color: #00BEEB;
  color: #fff;
  padding: 0 5px;
}
#headerBlog form {
  display: inline-block;
}
#headerBlog #imgFormulaireRecherche {
  background: url(/img/icone/loupe.png) no-repeat;
  border: none;
  height: 27px;
  width: 27px;
  overflow: hidden;
  -webkit-transition: width 200ms;
  -moz-transition: width 200ms;
  transition: width 200ms;
  top: 70px;
  cursor: pointer;
  vertical-align: middle;
  outline: 0;
}
#titreBlog {
  margin-top: -171px;
  width: 100%;
}
#titreBlog h1 {
  font-size: 3.7em;
  color: #525252;
  font-family: 'Open sans';
  font-size: 3.2em;
  font-weight: 200;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 206px 0 6px 0;
  margin-top: -102px;
  letter-spacing: 1px;
  margin-top: -149px;
  margin-bottom: 40px;
}
#titreBlog h2 {
  text-align: center;
  width: 30%;
  margin: 0 auto;
  color: #525252;
  font-style: italic;
  font-size: 1em;
  margin-top: 191px;
  margin-bottom: 32px;
}
#titreBlog div {
  max-width: 1140px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 23px;
}
#titreBlog .post-ratings {
  width: 82px;
  display: inline-block;
}
#accueilChaud article:nth-child(1) {
  opacity: 1 !important;
}
.wp-biographia-container-top {
  background-color: none;
  padding: 12px;
}
#headerBlog.fixe {
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 11;
  top: 0;
  -webkit-transition: margin-top 0.5s;
  -o-transition: margin-top 0.5s;
  transition: margin-top 0.5s;
  border-bottom: 1px solid #D9DADB;
  padding-top: 6px;
}
#headerBlog.fixe #inputRecherche {
  background: transparent;
  font-size: .9em;
  font-style: italic;
  color: #6d6d6d;
}
#headerBlog.fixe #imgFormulaireRecherche {
  top: 32px;
  margin-right: 0;
}
.animloupe {
  background-color: #fff;
  background: transparent;
  font-size: .9em;
  font-style: italic;
  color: #6d6d6d;
  border: 1px solid #d9dadb;
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: animinput;
  animation-name: animinput;
}
@-webkit-keyframes animinput {
  0% {
    opacity: 0;
  }
  100% {
    width: 200px;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@keyframes animinput {
  0% {
    opacity: 0;
  }
  100% {
    width: 200px;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
#accueilChaud article:nth-child(2),
#accueilChaud article:nth-child(3),
#accueilChaud article:nth-child(4),
#accueilChaud article:nth-child(5),
#accueilChaud article:nth-child(6),
#accueilChaud article:nth-child(7) {
  opacity: 0;
}
.animLeft {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: leftOpen;
  animation-name: leftOpen;
}
@-webkit-keyframes leftOpen {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes leftOpen {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
#accueilFroid article:nth-child(2),
#accueilFroid article:nth-child(3),
#accueilFroid article:nth-child(4),
#accueilFroid article:nth-child(5),
#accueilFroid article:nth-child(6) {
  opacity: 0;
}
.animRight {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: rightOpen;
  animation-name: rightOpen;
  opacity: 1;
}
@-webkit-keyframes rightOpen {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rightOpen {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
footer {
  background: #2F3134;
  clear: both;
}
footer a {
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
}
footer a:hover {
  text-decoration: underline;
  -webkit-transition: all .3s 0s linear;
  -moz-transition: all .3s 0s linear;
  -ms-transition: all .3s 0s linear;
  -o-transition: all .3s 0s linear;
  transition: all .3s 0s linear;
  color: #ffffff;
}
footer .container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 21px 0px 40px 0px;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
footer .container #bloc_footer_gauche {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 540px;
  -moz-flex: 1 1 540px;
  -ms-flex: 1 1 540px;
  flex: 1 1 540px;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
footer .container #bloc_footer_gauche #bloc_reseaux {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 250px;
  -moz-flex: 1 1 250px;
  -ms-flex: 1 1 250px;
  flex: 1 1 250px;
}
footer .container #bloc_footer_gauche #bloc_aPropos {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 250px;
  -moz-flex: 1 1 250px;
  -ms-flex: 1 1 250px;
  flex: 1 1 250px;
}
footer .container #bloc_footer_droite {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 540px;
  -moz-flex: 1 1 540px;
  -ms-flex: 1 1 540px;
  flex: 1 1 540px;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
footer .container #bloc_footer_droite #bloc_nosProduits {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 220px;
  -moz-flex: 1 1 220px;
  -ms-flex: 1 1 220px;
  flex: 1 1 220px;
}
footer .container #bloc_footer_droite #bloc_blog {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 250px;
  -moz-flex: 1 1 250px;
  -ms-flex: 1 1 250px;
  flex: 1 1 250px;
}
footer h3 {
  text-transform: uppercase;
  color: #ffffff;
  text-align: left;
}
footer ul {
  padding-top: 5px;
}
footer li {
  padding-bottom: 9px;
}
footer li a {
  font-weight: 300;
  text-transform: none;
  font-size: .8em;
  margin-right: 11px;
  line-height: 18px;
  opacity: 0.4;
}
footer li a:hover {
  opacity: 1;
}
footer #bloc_reseaux {
  padding-top: 10px;
}
footer #bloc_reseaux > a {
  background: url(/img/commun/logo_footer.png) no-repeat;
  text-decoration: none;
  color: #fff;
  text-indent: -99999px;
  width: 162px;
  height: 48px;
  margin: 0;
  display: block;
}
@media screen and (max-width: 1140px) {
  footer #bloc_reseaux > a {
    margin-left: 45px;
  }
}
footer #bloc_reseaux ul {
  margin: 25px 0px 10px 0px;
  padding-top: 0px;
  padding-left: 45px;
}
footer #bloc_reseaux ul li {
  display: inline-block;
}
footer #bloc_reseaux ul li a {
  line-height: 22px;
}
footer #bloc_reseaux #frm_newsletter {
  padding-top: 5px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1140px) {
  footer #bloc_reseaux #frm_newsletter {
    margin-left: 45px;
  }
}
footer #bloc_reseaux #frm_newsletter input {
  border: none;
  outline: none;
  opacity: 1;
  margin: 0;
  padding: 7px;
  background-color: rgba(255,255,255,0.051);
  width: 150px;
  height: 26px;
  color: #fff;
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
}
footer #bloc_reseaux #frm_newsletter button {
  background: url(/img/commun/ico/lettre.png) no-repeat center center;
  height: 40px;
  width: 54px;
  border: none;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  position: absolute;
  background-color: rgba(68,70,72,0.9);
  cursor: pointer;
}
footer #bloc_reseaux #frm_newsletter button:hover {
  opacity: .8;
  -webkit-transition: all 1s 1s linear;
  -moz-transition: all 1s 1s linear;
  -ms-transition: all 1s 1s linear;
  -o-transition: all 1s 1s linear;
  transition: all 1s 1s linear;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
footer #bloc_reseaux #frm_newsletter button:focus {
  outline: 0;
}
footer #bloc_aPropos {
  padding-left: 50px;
  border-right: 1px solid rgba(255,255,255,0.4);
}
footer #bloc_aPropos li a {
  padding-left: 20px;
}
footer #bloc_nosProduits {
  padding-left: 50px;
}
footer #bloc_nosProduits li a {
  padding-left: 20px;
}
footer #bloc_blog {
  padding-left: 40px;
  border-left: 1px solid rgba(255,255,255,0.4);
}
@media screen and (max-width: 1100px) {
  footer #bloc_blog {
    padding-left: 65px !important;
    border-left: none !important;
  }
}
@media screen and (max-width: 517px) {
  footer #bloc_blog {
    padding-left: 50px !important;
    border-left: none !important;
  }
}
footer #bloc_blog h3 {
  margin-bottom: 9px;
}
footer #bloc_blog time {
  color: #fff;
  display: inline-block;
  text-align: right;
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  width: 40px;
  border-right: 1px solid rgba(255,255,255,0.4);
  padding-right: 10px;
}
footer #bloc_blog a {
  text-decoration: none;
  color: #fff;
  vertical-align: middle;
  display: inline-block;
  padding-left: 10px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  text-transform: none;
  max-width: 195px;
  height: 45px;
  font-size: 12px;
  font-weight: 300;
  opacity: 0.6;
}
footer #bloc_blog a:hover {
  text-decoration: underline;
  -webkit-transition: all .3s 0s linear;
  -moz-transition: all .3s 0s linear;
  -ms-transition: all .3s 0s linear;
  -o-transition: all .3s 0s linear;
  transition: all .3s 0s linear;
  color: #ffffff;
}
footer #bloc_blog a:hover {
  opacity: 1;
}
footer #copyright {
  border-top: 1px solid rgba(255,255,255,0.6);
  color: #fff;
  display: block;
  margin: 0 auto;
  max-width: 800px;
  padding: 1%;
  font-size: .8em;
  font-family: "Open Sans", sans-serif;
  text-align: center;
}
footer #message-newsletter {
  color: #ffffff;
  font-size: 13px;
  font-style: italic;
  padding-left: 22px;
  margin-bottom: -30px;
}
footer .email-invalid-newsletter {
  background: url(/img/commun/ico/email_incorrect.png) no-repeat left center;
}
footer .erreur-inscription-newsletter {
  background: url(/img/commun/ico/erreur_inscription.png) no-repeat left center;
}
footer .deja-inscrit-newsletter {
  background: url(/img/commun/ico/deja_inscrit.png) no-repeat left center;
}
footer .inscription-ok-newsletter {
  background: url(/img/commun/ico/confirmation.png) no-repeat left center;
}
@media (max-width: 1160px) {
  #headerYooda nav {
    padding: 4px 8px;
  }
  #headerBlog {
    padding: 15px;
  }
  main {
    max-width: 100%;
    padding: 15px;
  }
  #accueilChaud,
  #accueilFroid {
    max-width: 100%;
    margin-right: 0;
  }
  #asidebar {
    padding-left: 0;
  }
  #articleContent {
    max-width: 667px;
    margin-right: 48px;
  }
}
@media (max-width: 1040px) {
  #articleContent {
    max-width: 100%;
    margin: 0;
  }
  #asidebar {
    width: 100%;
  }
  #hamburger {
    background: red;
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 800px) {
  footer #frm_newsletter input {
    width: 146px;
  }
  footer #bloc_reseaux {
    width: 24%;
    margin-right: 93px;
  }
}
@media (max-width: 720px) {
  #headerBlog nav ul {
    display: none;
  }
  #titreBlog h1 {
    font-size: 28px;
    margin-bottom: 12px;
    padding: 176px 0 6px 0;
  }
  #titreBlog div {
    margin-bottom: 0;
    display: block;
  }
  #titreBlog .post-ratings {
    width: 100%;
    margin-top: 14px;
  }
  #articleContent h2 {
    padding: 0;
  }
  article h3 a {
    font-size: 1.3em;
    padding: 12px 0 12px 12px;
    display: inline-block;
  }
  article detail {
    margin-left: 12px;
  }
  .vote {
    display: block;
    margin-left: 12px;
    margin-top: 1px;
  }
  main article blockquote {
    padding: 0px 12px;
  }
  #headerBlog nav {
    display: block;
    padding: 0;
    margin: 0;
  }
  #articleContent {
    max-width: 100%;
    margin: 0;
  }
  #ajoutCommentaire #comment {
    max-width: 283px;
    margin: 0;
    padding: 0;
    padding-left: 5px;
    padding-top: 8px;
  }
  #respond .comment-form-author,
  #respond .comment-form-url,
  #respond .comment-form-email,
  #respond .comment-form-comment {
    width: 276px;
  }
  #noterArticle {
    margin: 0;
  }
  #noterArticle ul {
    padding-top: 12px;
  }
  #articleContent .post-ratings {
    margin-left: 8px;
  }
  #listeCommentaire article,
  #listeCommentaire blockquote p,
  #listeCommentaire time,
  #listeCommentaire address,
  #listeCommentaire article header {
    margin: 0;
    padding: 0;
  }
  #listeCommentaire input {
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  #ajoutCommentaire #submit {
    padding: 0;
  }
  #commentform {
    width: 100%;
  }
  #ajoutCommentaire #respond {
    width: 100%;
  }
  footer #copyright {
    border: none;
    width: 282px;
  }
  footer #bloc_reseaux .logo,
  footer #bloc_reseaux ul {
    float: left;
  }
  footer #bloc_reseaux .logo {
    width: 253px;
  }
  footer .container {
    display: block;
    padding: 0;
    margin: 0;
    padding: 12px;
  }
  footer li {
    padding-bottom: 0;
    line-height: 1.5;
  }
  footer h4 {
    padding: 15px 0;
  }
  footer #bloc_reseaux,
  footer #bloc_aPropos,
  footer #bloc_nosProduits,
  footer #bloc_blog {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  footer #bloc_reseaux {
    margin-top: 15px;
    padding-bottom: 13px;
  }
  footer #bloc_aPropos,
  footer #bloc_nosProduits,
  footer #bloc_blog {
    border-bottom: 1px solid rgba(32,30,30,0.6);
    padding-bottom: 23px;
    padding-top: 23px;
  }
  footer #bloc_reseaux .logo,
  footer #bloc_reseaux ul {
    float: left;
  }
  footer #bloc_reseaux .logo {
    width: 253px;
  }
  footer q a {
    margin-top: 0;
  }
  footer time {
    width: 100%;
    display: block;
  }
  footer #frm_newsletter input {
    width: 215px;
    margin-top: 15px;
  }
  footer #frm_newsletter button {
    margin-top: 15px;
  }
  #copyright p {
    font-size: .6em;
    padding: 12px;
    width: 312px;
  }
  #listeCommentaire article {
    margin-top: 12px;
  }
  #listeCommentaire header address,
  #listeCommentaire header time {
    margin-left: 12px;
  }
  #listeCommentaire header time {
    margin-top: 5px;
  }
  #listeCommentaire blockquote {
    margin-top: -36px;
    margin-bottom: 10px;
  }
}
