@charset "UTF-8";
/*!
* www.KNACSS.com V5.0.1 (24 mai 2016) @author: Alsacreations, Raphael Goetter
* Licence WTFPL http://www.wtfpl.net/
*/
/* ----------------------------- */
/* ==Table Of Content            */
/* ----------------------------- */
/* 1- Normalize (basic reset) */
/* 2- Base (basic styles) */
/* 3- Print (print quick reset) */
/* 4- Stylings (minor stylings) */
/* 5- Misc (skip links, hyphens) */
/* (6- WordPress reset (disabled by default)) */
/* 7- Global Layout (alignment, modules, positionning) */
/* 8- Grid Layout (grillade) */
/* 9- Tables (data tables consistency) */
/* 10- Forms (forms consistency) */
/* 11- Helpers (width and spacers helpers) */
/* 12- Responsive (Responsive Web Design helpers) */
/* ----------------------------- */
/* ==Base (basic styles)         */
/* ----------------------------- */
/* switching to border-box model for all elements */
/*
jaune orange : #fdc100

*/
html {
  box-sizing: border-box; }

* {
  box-sizing: inherit; }

ul,
ol {
  padding-left: 2em; }

img {
  vertical-align: middle; }

/* height auto only for non SVG images */
img:not([src$=".svg"]) {
  height: auto; }

blockquote,
figure {
  margin-left: 0;
  margin-right: 0; }

html {
  /* set base font-size to equiv "10px", which is adapted to rem unit */
  font-size: 62.5%;
  /* IE9-IE11 math fixing. See http://bit.ly/1g4X0bX */
  /* thanks to @guardian, @victorbritopro and @eQRoeil */
  font-size: calc(1em * 0.625);
  height: 100%; }

body {
  font-size: 1.6rem;
  background-color: #f3f3f3;
  color: #252954;
  font-family: "PT Sans", Tahoma, Geneva, sans-serif;
  line-height: 1.9rem;
  height: 100%; }

a {
  color: #333; }
a:hover, a:focus, a:active {
  color: #000; }
.kfzx { text-decoration: underline;color:#5cbfc9}
.kfzx:hover {
    text-decoration: underline;
    cursor: pointer;
    color: #fdc100;
}

/* font-sizing for content */
p,
.p-like,
ul,
ol,
dl,
blockquote,
pre,
td,
th,
label,
textarea,
caption,
details,
figure {
  margin-top: 0.75em;
  margin-bottom: 0;
  line-height: 1.9rem; }

h1, .h1-like {
  font-size: 3.2rem;
  font-family: "PT Sans", Tahoma, Geneva, sans-serif; }

h2, .h2-like {
  font-size: 2rem;
  font-family: "PT Sans", Tahoma, Geneva, sans-serif; }

h3, .h3-like {
  font-size: 1.8rem; }

h4, .h4-like {
  font-size: 1.6rem; }

h5, .h5-like {
  font-size: 1.4rem; }

h6, .h6-like {
  font-size: 1.2rem; }

/* alternate font-sizing */
.smaller {
  font-size: 0.6em; }

.small {
  font-size: 0.8em; }

.big {
  font-size: 1.2em; }

.bigger {
  font-size: 1.5em; }

.biggest {
  font-size: 2em; }

code,
pre,
samp,
kbd {
  /* IE fix */
  white-space: pre-line;
  white-space: pre-wrap;
  font-family: consolas, courier, monospace;
  line-height: normal; }

em,
.italic,
address,
cite,
i,
var {
  font-style: italic; }

/* avoid top margins on first content element */
p:first-child,
.p-like:first-child,
ul:first-child,
ol:first-child,
dl:first-child,
blockquote:first-child,
pre:first-child,
h1:first-child,
.h1-like:first-child,
h2:first-child,
.h2-like:first-child,
h3:first-child,
.h3-like:first-child,
h4:first-child,
.h4-like:first-child,
h5:first-child,
.h5-like:first-child,
h6:first-child,
.h6-like:first-child {
  margin-top: 0; }

/* avoid margins on nested elements */
li p,
li .p-like,
li ul,
li ol {
  margin-top: 0;
  margin-bottom: 0; }

/* max values */
img,
table,
td,
blockquote,
code,
pre,
textarea,
input,
video,
svg {
  max-width: 100%; }

/* margin-bottom on tables */
table {
  margin-bottom: 2rem; }

.ancre-last-threads {
margin: 1rem 0 2rem 0;
font-size: 1.7rem;
text-align: center; }
  
/* ----------------------------- */
/* == Custom CSS WRI Global      */
/* ----------------------------- */
h1, .h1-like,
h2, .h2-like,
h3, .h3-like,
h4, .h4-like,
h5, .h5-like,
h6, .h6-like {
  color: #252954;
  line-height: 1; }

form {
  margin-top: .5rem; }

img.pull-left {
  margin-right: 2rem;
  margin-bottom: 2rem; }

img.pull-right {
  margin-left: 2rem;
  margin-bottom: 2rem; }

.panel:not([class*=panel-]) {
  border: 0;
  border-radius: 0;
  box-shadow: none; }

.lead {
  font-size: 2.4rem; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

:lang(fr) > q {
  quotes: "\00AB\A0" "\A0\00BB" "\201C" "\201D" "\2018" "\2019"; }

.form-horizontal label, .form-horizontal textarea, .form-inline label, .form-inline textarea {
  margin-top: 0; }

.form-inline input[type=submit].btn {
  height: 34px;
  padding: 6px 12px; }

label.radio-inline,
label.checkbox-inline {
  margin-top: 0; }

label,
input[type=checkbox],
input[type=radio] {
  cursor: pointer; }

.contain {
  padding: 1.5rem; }

#content, .content {
  background-color: #f3f3f3;
  padding: 1.5rem 0; }

.main-annonce {
  margin-bottom: 2rem; }

article {
  background-color: #fff; }

.bloc {
  background: #fff;
  padding: 2rem 2.5rem;
  margin-bottom: 2rem; }
  .bloc > .bloc {
    padding: 0; }

.nc_socialPanel {
  clear: inherit !important; }

.entry-content .rating_wri {
  margin: 2rem 0; }
  .entry-content .rating_wri p {
    font-size: 1.6rem;
    font-weight: 700; }

.wrap {
  max-width: 1120px;
  margin: auto;
  padding: 5px; }

a {
  transition: all .5s;
  color: #252954;
  /*text-decoration: underline;*/
}
a:hover, a :focus, a :active {
 transition: all .5s;
 color: #fbc027;
}

.schema-faq-section {
margin-bottom: 30px;
}

.widget-content .list-unstyled a {
  text-decoration: underline;
}

.bg-info,
.bg-primary,
.bg-success,
.bg-warning,
.bg-danger {
  padding: 1.5rem 2rem;
  margin-bottom: 1.5rem; }

.alert {
  margin-top: 20px; }

.entry-content .alert p:first-child {
  margin-top: 0; }

img.alignright {
  float: right;
  margin-left: 1.5rem; }

img.alignleft {
  float: left;
  margin-right: 1.5rem; }

.wp-caption {
  border: 1px solid #f1eff0;
  margin-top: 20px; }
  .wp-caption.aligncenter {
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption.alignleft {
    float: left;
    margin-right: 1.5rem; }
  .wp-caption.alignright {
    float: right;
    margin-left: 1.5rem; }

.wp-caption-text {
  padding: 1rem;
  background: #f0eeef; }

.thumb-full-width {
  position: relative; }
  .thumb-full-width img {
    width: 100%; }
  .thumb-full-width .title-thumb {
    position: absolute;
    top: 25%;
    left: 0;
    padding: 2rem;
    background-color: #252954; }
  .thumb-full-width .entry-title {
    color: #ffffff;
    margin: 0;
    font-size: 2rem; }
  .thumb-full-width .entry-meta {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 1rem;
    color: #ffffff;
    background: #5cbfc9 url("https://www.webrankinfo.com/assets/img/motif-rayure-alaune.png") repeat left top; }

.infos-post {
  text-transform: uppercase;
  color: #a9a9a9;
  font-size: 1.3rem;
  letter-spacing: -.5px; }
  .infos-post a[rel~="author"] {
    text-decoration: none; }

.wp-caption-text, figcaption {
  font-size: 1.4rem;
  font-style: italic; }

.entry-header {
  padding: 2rem 1.5rem 1rem; }

.entry-content {
  padding: 2rem 1.5rem; }
.entry-content a, .comment_content a {
	text-decoration: underline; }
.entry-content blockquote {
	background: #252954;
	color: #ffffff !important;
	padding: 2rem 2rem 2rem 7rem;
	position: relative; }
.entry-content blockquote::before {
	content: "\201C";
	color: #fbc027;
	font-size: 14rem;
	line-height: 14rem;
	position: absolute;
	top: 0;
	left: 1rem; }

.entry-content .bloc_important {
	background: #252954;
	color: #ffffff !important;
	margin: 3rem 0 3rem 0;
	padding: 2rem 2rem 2rem 7rem;
	position: relative; }
.entry-content .bloc_important::before {
	content: "\0021";
	color: #fbc027;
	font-size: 10rem;
	line-height: 10rem;
	position: absolute;
	top: 0;
	left: 1rem; }

.entry-content .bloc_resume {
	background: #252954;
	color: #ffffff !important;
	margin: 3rem 0 3rem 0;
	padding: 2rem 2rem 2rem 7rem;
	position: relative; }
.entry-content .bloc_resume::before {
	content: "\261E";
	color: #fbc027;
	font-size: 5rem;
	line-height: 10rem;
	position: absolute;
	top: 0;
	left: 1rem; }
	
.entry-content .bloc_definition {
	background: #252954;
	color: #ffffff !important;
	margin: 3rem 0 3rem 0;
	padding: 2rem 2rem 2rem 7rem;
	position: relative; }
.entry-content .bloc_definition::before {
	content: "\2139";
	color: #fbc027;
	font-size: 5rem;
	line-height: 10rem;
	position: absolute;
	top: 0;
	left: 1rem; }
	
.entry-content .bloc_reaction {
	background: #252954;
	color: #ffffff !important;
	margin: 3rem 0 3rem 0;
	padding: 0.5rem 2rem 2rem 7rem;
	position: relative; }
.entry-content .bloc_reaction::before {
	content: "\003F";
	color: #fbc027;
	font-size: 5rem;
	line-height: 10rem;
	position: absolute;
	top: 0;
	left: 1rem; }


.entry-content .bloc_od {
	background: #252954;
	color: #ffffff !important;
	margin: 3rem 0 3rem 0;
	padding: 2rem 2rem 2rem 7rem;
	position: relative; }
.entry-content .bloc_od::before {
	content: "";
	background-image: url("https://www.webrankinfo.com/assets/img/olivier-duffez-carre-50-transparent.png");
	background-repeat: no-repeat;
	background-position-x: 0px;
	background-position-y: 20px;
	width: 50px;
	height: 70px;
	position: absolute;
	top: 0;
	left: 1rem; }

.entry-content .wp-block-image{
	margin: 2rem 0rem 3rem 0rem;}

a.wp-block-button__link:hover {
	color: #5cbfc9 !important;}


p + ul {
  margin-top: 0; }

.col-valign div {
  float: none;
  display: table-cell; }

.col-valign-middle div {
  vertical-align: middle; }

.col-valign-bottom div {
  vertical-align: bottom; }

/* bleu fonce */
.text-alpha {
  color: #252954; }

/* turquoise  */
.text-gamma {
  color: #5cbfc9; }

/* orange  */
.text-beta {
  color: #fbc027; }

/* Breadcrumb */
.ariane {
  font-size: 1.6rem;
  padding: 1rem 1rem;
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 1rem; }
  .ariane a {
    color: #5cbfc9;
    font-weight: 700; }
  .ariane .ici {
    text-transform: none; }

.annonce-interne {
  margin-bottom: 2.5rem; }

/* Social Menu */
.menu-social ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.menu-social li {
  display: inline-block;
  font-size: 2.2rem; }

.menu-social a {
  display: block;
  margin: 0 0.5rem;
  color: #252954; }
  .menu-social ae:hover, .menu-social a:focus {
    color: #fbc027; }

/*******************************************/
/*      Inner content                      */
/*******************************************/
span.avant {
  font-weight: 700; }

.home .main-footer {
  margin-bottom: 2rem; }

.all-posts {
  float: right; }

.btn:focus, .btn.focus {
  color: #5cbfc9; }

.encadre_outils {
  margin: 2rem; }

/*******************************************/
/*      Form                               */
/*******************************************/
input[type~=text],
input[type~=email],
input[type~=password],
input[type~=tel],
input[type~=url],
textarea {
  background: #ffffff;
  border: 1px solid #cdcdcd;
  padding: .5rem;
  border-radius: 2px; }
  input[type~=text]::-webkit-input-placeholder,
  input[type~=email]::-webkit-input-placeholder,
  input[type~=password]::-webkit-input-placeholder,
  input[type~=tel]::-webkit-input-placeholder,
  input[type~=url]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #a8a8a8;
    font-size: 1.3rem; }
  input[type~=text]::-moz-placeholder,
  input[type~=email]::-moz-placeholder,
  input[type~=password]::-moz-placeholder,
  input[type~=tel]::-moz-placeholder,
  input[type~=url]::-moz-placeholder,
  textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #a8a8a8;
    font-size: 1.3rem; }
  input[type~=text]:-ms-input-placeholder,
  input[type~=email]:-ms-input-placeholder,
  input[type~=password]:-ms-input-placeholder,
  input[type~=tel]:-ms-input-placeholder,
  input[type~=url]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #a8a8a8;
    font-size: 1.3rem; }
  input[type~=text]:-moz-placeholder,
  input[type~=email]:-moz-placeholder,
  input[type~=password]:-moz-placeholder,
  input[type~=tel]:-moz-placeholder,
  input[type~=url]:-moz-placeholder,
  textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #a8a8a8;
    font-size: 1.3rem; }

input[type~=submit] {
  cursor: pointer;
  background-color: #252954;
  color: #ffffff;
  border: 0;
  padding: .3rem 1rem;
  border-radius: 2px;
  transition: all .5s; }
  input[type~=submit]:hover, input[type~=submit]:active, input[type~=submit]:focus {
    background: #fbc027;
    transition: all .5s; }

.outils-principaux {
  margin: 2rem 0; }

/*******************************************/
/*      Button                             */
/*******************************************/
.btn {
  padding: 1rem;
  text-decoration: none !important;
  border-radius: 0; }

input[type=submit].btn {
  padding: 1rem; }

.btn-alpha {
  color: #ffffff;
  background-color: #252954;
  border: 1px solid #252954; }
  .btn-alpha:hover {
    background: transparent;
    color: #252954; }

.btn-beta {
  color: #ffffff;
  background-color: #fbc027;
  border: 1px solid #fbc027; }
  .btn-beta:hover {
    background: transparent;
    color: #fbc027; }

.btn-gamma {
  color: #ffffff;
  background-color: #5cbfc9;
  border: 1px solid #5cbfc9; }
  .btn-gamma:hover, .btn-gamma:focus {
    background: transparent;
    color: #5cbfc9; }

.btn-gamma-inverse {
  border: 0;
  background: #fff;
  color: #5cbfc9; }
  .btn-gamma-inverse:hover, .btn-gamma-inverse:focus {
    background-color: #5cbfc9;
    color: #fff; }

table.partenaires > tbody > tr > td {
  vertical-align: middle; }

.encadre {
  border: 3px solid #252954;
  padding: 1rem; }

pre {
  font-size: 1.6rem; }

code {
  word-wrap: anywhere; }

blockquote p:first-child {
  margin-top: 0; }

.star_bar .star {
  display: inline-block;
  background: url("https://www.webrankinfo.com/images/design/star.png") no-repeat;
  width: 25px;
  height: 25px; }

.star_bar .star_hover {
  display: inline-block;
  background: url("https://www.webrankinfo.com/images/design/star.png") no-repeat;
  background-position: 0 -25px;
  width: 25px;
  height: 25px; }

abbr[title], abbr[data-original-title] {
  border-bottom: 0; }

/* Bootstrap Row */
/* Vertical Align */
[class*='cols-'] {
  display: table;
  width: 100%; }

[class*='cols-'] > * {
  float: none;
  position: relative;
  /* old ie fixes */
  *zoom: 1;
  *display: inline;
  display: table-cell; }

.cols-bottom > * {
  vertical-align: bottom; }

.cols-top > * {
  vertical-align: top; }

.cols-middle > * {
  vertical-align: middle; }

/* Pagination */
.pagination p, .pagination ul {
  display: inline-block; }

.pagination ul {
  list-style-type: none; }

.pagination li {
  display: inline-block; }

.emplacement-tablet,
.emplacement-mobile {
  display: none; }

.emplacement-desktop {
  display: block; }

.hide-desktop,
.only-mobile,
.only-tablet,
.planque {
  display: none; }

.tableau_donnees {
  margin-top: 1rem; }

/* ----------------------------- */
/* == Custom CSS WRI Widgets     */
/* ----------------------------- */
.widget {
  background: #ffffff;
  margin-bottom: 2.5rem; }
  .widget input[type~=text],
  .widget input[type~=email],
  .widget input[type~=password],
  .widget input[type~=tel] {
    width: 100%; }
  .widget.annonce {
    background: transparent; }
  .widget .container {
    padding-top: 0; }
  .widget ul {
    list-style-type: none;
    list-style-position: outside;
    padding: 0; }
    .widget ul.list-unstyled li {
      padding-left: 1rem; }
      .widget ul.list-unstyled li::before {
        content: none; }
  .widget li {
    padding: 1rem 1rem 1rem 3rem;
    position: relative; }
  .widget ol li {
	  padding: 1rem; }
    .widget li:nth-child(even) {
      background-color: #f9f9f9; }
    .widget ul li::before {
      content: "\2022";
      position: absolute;
      left: 1.1rem;
      color: #5cbfc9;
      font-size: 2rem; }
/*  .widget a {text-decoration: none; } */
  .widget p a {
    text-decoration: underline; }
  .widget .widget-title-content {
    font-size: 1.8rem;
    font-weight: bold;
    color: #5cbfc9;
    margin-top: 1rem; }
  .widget.annuaire-inscription {
    padding: 1rem;
    background: #252954; }
    .widget.annuaire-inscription .widget-header {
      padding: 0; }
    .widget.annuaire-inscription .widget-title {
      color: #fff;
      text-align: center;
      border: 0;
      font-size: 2rem;
      font-weight: 700; }
  .widget.filtres {
    background: transparent; }
    .widget.filtres li:nth-child(2n) {
      background: transparent; }
    .widget.filtres .widget-title {
      color: #252954;
      border-bottom-color: #252954; }
    .widget.filtres .widget-content {
      padding: .5rem 1.5rem; }
      .widget.filtres .widget-content > .niv3:not(:first-child) {
        margin-top: .5rem;
        padding-top: 2rem;
        border-top: 2px solid #fff; }
    .widget.filtres .niv3 {
      font-weight: 700;
      color: #5cbfc9; }
    .widget.filtres li {
      padding: .5rem 0; }
      .widget.filtres li:before {
        content: ''; }
    .widget.filtres .annuaire_checkbox {
      margin-right: 1.5rem; }
  .widget .listing-formation li {
    background: transparent; }
    .widget .listing-formation li strong {
      color: #fbc027; }

.widget-header {
  padding: 1.5rem; }

.widget-title {
  color: #5cbfc9;
  border-bottom: 2px solid #5cbfc9;
  padding-bottom: .5rem;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 2.8rem;
  text-transform: uppercase; }
  .widget-title span {
    font-size: 3.3rem; }

.widget-footer {
  padding: 1.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: right; }
  .widget-footer a {
    color: #5cbfc9; }
    .widget-footer a:hover, .widget-footer a:focus {
      color: #fbc027; }

.widget-newsletter .widget-header {
  padding-bottom: .5rem; }

.widget-newsletter .widget-title {
  border-bottom: 0;
  font-size: 1.6rem;
  line-height: 1.7rem; }

.widget-newsletter .contain {
  padding-top: 0; }

.widget-newsletter form {
  position: relative; }

.widget-newsletter input[type~=email] {
  padding-right: 5rem; }

.widget-newsletter input[type~=submit] {
  position: absolute;
  top: 3px;
  right: 3px;
  margin: 0; }

.widget-dossier .widget-header {
  position: relative;
  padding: 0; }
  .widget-dossier .widget-header img {
    width: 100%;
    height: auto; }

.widget-dossier .widget-title {
  position: absolute;
  bottom: 0;
  left: 20%;
  right: 20%;
  font-weight: bold;
  color: #ffffff;
  padding: 1rem 1.5rem;
  width: 60%;
  text-align: center;
  border: none;
  background: rgba(37, 41, 84, 0.9); }

.widget-dossier .widget-footer {
  padding-top: 0; }

.widget-listing {
  background: transparent; }
  .widget-listing .widget-title {
    color: #252954;
    border-bottom-color: #252954; }
  .widget-listing li {
    border-bottom: 2px solid #ffffff; }
    .widget-listing li:nth-child(even) {
      background: transparent; }
  .widget-listing .date {
    color: #5cbfc9; }

.widget-formation {
  background: #252954;
  color: #ffffff; }
  .widget-formation .widget-header {
    position: relative;
    background: #252954 url("https://www.webrankinfo.com/assets/img/background-formation.jpg") no-repeat center top;
    background-size: cover;
    padding-bottom: 3.5rem;
    margin-bottom: 3.5rem; }
  .widget-formation .personne {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(50%);
            transform: translateX(-50%) translateY(50%); }
  .widget-formation .widget-title {
    font-weight: 700;
    font-size: 3.1rem;
    color: #ffffff;
    text-align: center;
    border: 0;
    margin: 1.5rem 0 .5rem 0;
    text-shadow: 0px 0px 24px rgba(37, 41, 84, 0.59); }
  .widget-formation .logo {
    text-align: center;
    margin-bottom: 1rem; }
  .widget-formation .personne {
    text-align: center; }
  .widget-formation .widget-title-content {
    color: #ffffff;
    font-size: 1.9rem;
    text-transform: uppercase; }
  .widget-formation .widget-content {
    text-align: center; }

.single .widget-formation .widget-header {
  padding: 1rem;
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem; }

.single .widget-formation .personne img {
  heigt: 75px;
  width: 75px; }

.single .widget-formation .widget-title {
  font-size: 2.2rem;
  margin-bottom: 0;
  padding-bottom: 0; }

.single .widget-formation .widget-content {
  font-size: 1.4rem; }

.single .widget-formation .widget-title-content {
  font-size: 1.5rem; }

.widget-categories .widget-header {
  padding-bottom: .5rem; }

.widget-categories .contain {
  padding-top: .5rem; }

.widget-categories .widget-title {
  font-size: 1.4rem;
  border-bottom: 0;
  line-height: 1.4rem; }

.widget-categories select {
  width: 100%;
  padding: .5rem;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  background-color: #f2f2f2;
  color: #000000; }

.widget-produit .label-like {
  color: #5cbfc9;
  font-weight: 700; }

.widget-produit .widget-content {
  padding: 1rem 1.5rem; }

.widget-related-sites .widget-content {
  padding: 1.5rem; }

.widget-related-sites .site-related {
  background: #fff;
  margin-bottom: 2rem;
  padding: 1rem; }
  .widget-related-sites .site-related:after {
    content: "";
    display: table;
    clear: both; }

.widget-related-sites .site-title {
  float: none;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 1rem;
  text-transform: inherit;
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

.widget-related-sites .site-fiche {
  color: #5cbfc9;
  font-size: 1.6rem;
  font-weight: 700; }
  .widget-related-sites .site-fiche:hover {
    color: #fbc027; }

.widget-related-sites figure {
  margin: 0 2rem 0 0;
  float: left; }

.widget-temoignage a {
  color: #5cbfc9; }
  .widget-temoignage a:hover {
    color: #fbc027; }

.widget-temoignage blockquote {
  font-style: italic;
  font-size: 1.3rem; }

.widget-formation-desc a {
  color: #5cbfc9; }
  .widget-formation-desc a:hover {
    text-decoration: underline;
    color: #fbc027; }

/* ----------------------------- */
/* == Custom CSS WRI Header      */
/* ----------------------------- */
html {
  margin-top: 139px !important; }

/* Brand */
.brand {
  background-color: #f3f3f3;
  padding: 1.5rem; }

.brand-aside {
  border-bottom: 1px solid rgba(168, 168, 168, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 75%;
  margin-top: 1rem;
  padding-bottom: 0.5rem;
  float: right; }

.header .site-title {
  color: #252954;
  font-size: 1.5rem;
  margin: 0;
  padding: 0;
  text-transform: inherit;
  font-weight: 400;
  float: left; }

/* Brand */
.brand-logo {
  float: left; }

.menu-button {
  display: none; }

.main-nav {
  background: #ffffff;
  padding-top: .8rem;
  padding-bottom: .8rem;
  position: relative;
  z-index: 10; }

header .top-nav {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  header .top-nav > li {
    display: inline-block;
    font-size: 1.7rem;
    font-weight: 700;
    font-family: "PT Sans", Tahoma, Geneva, sans-serif;
    text-transform: uppercase; }
    header .top-nav > li.item-with-ul > a:after {
      content: "▼";
      margin-left: .5rem; }
    header .top-nav > li:first-child a {
      padding-left: 2.5rem;
      background: url("https://www.webrankinfo.com/assets/img/menu-home-icon.png") no-repeat left 1.2rem; }
      header .top-nav > li:first-child a:hover, header .top-nav > li:first-child a:focus {
        background: url("https://www.webrankinfo.com/assets/img/menu-home-icon-current.png") no-repeat left 1.2rem; }
    header .top-nav > li:first-child.current-menu-item a {
      background: url("https://www.webrankinfo.com/assets/img/menu-home-icon-current.png") no-repeat left 1.2rem; }
    header .top-nav > li.current-menu-item a {
      color: #fbc027; }
  header .top-nav a {
    display: block;
    padding: 1rem;
    text-decoration: none;
    transition: all .5s; }
    header .top-nav a:hover {
      color: #fbc027; }

/* User menu */
.bloc-menu-user {
  float: right; }
.bloc-menu-user.user-logged {
	margin: 10px 0; }

header .user-nav {
  list-style-type: none;
  padding: 0; }
  header .user-nav > li {
    display: block;
    float: left;
    background: #f3f3f3;
    font-size: 1.7rem;
    font-weight: 700;
    font-family: "PT Sans", Tahoma, Geneva, sans-serif;
    text-transform: uppercase; }
    header .user-nav > li.current-menu-item a {
      color: #fbc027; }
  header .user-nav a {
    display: block;
    padding: 1.2rem;
    text-decoration: none;
    box-shadow: inset 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
    transition: all .5s; }
    header .user-nav a:hover, header .user-nav a:focus {
      color: #5cbfc9;
      transition: all .5s; }
  header .user-nav li:first-child a {
    color: #ffffff;
    background-color: #5cbfc9; }
    header .user-nav li:first-child a:hover, header .user-nav li:first-child a:focus {
      background-color: #252954; }

/* Search Form */
.search {
  background: #5cbfc9 url("https://www.webrankinfo.com/assets/img/search-home-bg.jpg") no-repeat center center; }
  .search input, .search select, .search button {
    background: #ffffff;
    border-radius: 0;
    width: 100%;
    border: 1px solid #00879a;
    padding: 1.6rem; }
    .search input::-webkit-input-placeholder, .search select::-webkit-input-placeholder, .search button::-webkit-input-placeholder {
      font-size: 1.6rem; }
    .search input:-ms-input-placeholder, .search select:-ms-input-placeholder, .search button:-ms-input-placeholder {
      font-size: 1.6rem; }
    .search input::placeholder, .search select::placeholder, .search button::placeholder {
      font-size: 1.6rem; }
  .search select {
    cursor: pointer; }
  .search input[type="search"]::-webkit-input-placeholder {
    color: #252954; }
  .search input[type="search"]:-ms-input-placeholder {
    color: #252954; }
  .search input[type="search"]::placeholder {
    color: #252954; }
  .search button[type~=submit] {
    background: #252954;
    border: 1px solid #252954;
    font-size: 1.6rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    transition: all .5s; }
    .search button[type~=submit]:hover, .search button[type~=submit]:focus {
      background: transparent;
      color: #252954;
      transition: all .5s; }

@supports (pointer-events: none) and ((-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none)) { {
    /* dropdown style */
    /* FF only temp fix */
    @-moz-document url-prefix() {
      .custom_search_section_select {
        padding-right: .9em; }
      .custom_search_section .custom_search_section_select {
        padding-right: 1.3em; } } }
  .custom_search_section_select {
    padding-right: 4.5rem;
    /* accommodate with the pseudo elements for the dropdown arrow */
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
  .custom_search_section::before,
  .custom_search_section::after {
    content: "";
    position: absolute;
    pointer-events: none; }
  .custom_search_section::after {
    /*  Custom dropdown arrow */
    content: "\25BC";
    height: 1rem;
    font-size: 1.8rem;
    line-height: 1;
    right: 2.8rem;
    top: 50%;
    margin-top: -.9rem; }
  .custom_search_section::before {
    /*  Custom dropdown arrow cover */
    width: 4.2rem;
    right: 0;
    top: 0;
    bottom: 0; }
  .custom_search_section_select[disabled] {
    color: rgba(0, 0, 0, 0.3); }
  .custom_search_section.custom_search_section-disabled::after {
    color: rgba(0, 0, 0, 0.1); }
  .custom_search_section::before {
    top: 1px;
    bottom: 1px;
    right: 16px;
    background-color: #f0eeef;
    border-left: 1px solid rgba(0, 0, 0, 0.1); }
  .custom_search_section::after {
    color: #cccccc; } }

.search-form {
  padding: 2.8rem 0; }

/* Flexnav Base Styles */
.flexnav {
  transition: none;
  -webkit-transform-style: preserve-3d;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  max-height: 0; }

.flexnav.opacity {
  opacity: 0; }

.flexnav.flexnav-show {
  max-height: 2000px;
  opacity: 1;
  transition: all .5s ease-in-out; }

.flexnav.one-page {
  position: fixed;
  top: 50px;
  right: 5%;
  max-width: 200px; }

.flexnav li {
  font-size: 100%;
  position: relative;
  overflow: hidden; }

.flexnav li a {
  position: relative;
  display: block;
  padding: 1.2rem;
  z-index: 2;
  overflow: hidden;
  color: #252954;
  background: #fff; }

.flexnav li ul {
  width: 100%; }

.flexnav li ul {
  width: 30rem; }

.flexnav li ul li {
  font-size: 100%;
  position: relative;
  overflow: hidden; }
  .flexnav li ul li a {
    display: block;
    background: #ffffff;
    border-top: 1px solid #ccc;
    margin: 0 1rem; }

.flexnav li ul.flexnav-show li {
  overflow: visible;
  width: 100%; }

.flexnav ul li ul li a {
  background: #ffffff; }

.flexnav ul li ul li ul li a {
  background: #ffffff; }

.flexnav .touch-button {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  display: inline-block;
  background: #acaca1;
  background: rgba(0, 0, 0, 0.075);
  text-align: center; }

.flexnav .touch-button:hover {
  cursor: pointer; }

.flexnav .touch-button .navicon {
  position: relative;
  top: 1.4em;
  font-size: 12px;
  color: #666; }

.menu-button {
  position: relative;
  display: block;
  padding: 1em;
  background: #a6a6a2;
  color: #222222;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

.menu-button.one-page {
  position: fixed;
  top: 0;
  right: 5%;
  padding-right: 45px; }

.menu-button .touch-button {
  background: transparent;
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center; }

.menu-button .touch-button .navicon {
  font-size: 16px;
  position: relative;
  top: 1em;
  color: #666; }

@media all and (min-width: 767px) {
  body.one-page {
    padding-top: 70px; }
  .flexnav {
    overflow: visible; }
  .flexnav.opacity {
    opacity: 1; }
  .flexnav.one-page {
    top: 0;
    right: auto;
    max-width: 1080px; }
  .flexnav li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    overflow: visible; }
  .flexnav li > ul {
    position: absolute;
    top: auto;
    z-index: 99999999;
    left: 0;
    background: #fff;
    margin: 0;
    padding: 0;
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.75); }
  .flexnav li > ul li {
    width: 100%;
    float: none; }
  /*
  .flexnav li ul li > ul {
    margin-left: 100%;
    top: 0;
  }
  */
  .flexnav li ul li a {
    border-bottom: none; }
  .flexnav li ul.open {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 1; }
  .flexnav li ul.open li {
    overflow: visible;
    max-height: 100px; }
  .flexnav li ul.open ul.open {
    margin-left: 100%;
    top: 0; }
  .menu-button {
    display: none; } }

.oldie body.one-page {
  padding-top: 70px; }

/* ----------------------------- */
/* == Custom CSS WRI Footer      */
/* ----------------------------- */
.footer {
  background: #f3f3f3; }

.footer-home {
  margin-top: 1rem;
  padding: 2rem 0; }

.menu-footer {
  -webkit-column-count: 2;
          column-count: 2;
  font-size: 1.4rem; }
  .menu-footer ul {
    list-style-position: outside;
    padding-left: 0;
    margin-left: 1.5rem; }
  .menu-footer a {
    text-decoration: none; }
  .menu-footer p {
    font-weight: 700;
    text-transform: uppercase; }

.footer-commun {
  padding: 2rem 0;
  border-top: 1px solid #cfcfcf; }
  .footer-commun .col {
    vertical-align: bottom; }

.copyright {
  text-align: right;
  font-size: 1.3rem; }
  .copyright a {
    color: #5cbfc9; }
    .copyright a:hover, .copyright a:focus {
      color: #fbc027; }

#bottomAd {
  background: #f3f3f3; }

/* ----------------------------- */
/* == Custom CSS WRI Single      */
/* ----------------------------- */
.single article, .page article {
  background: transparent;
  margin-top: 2rem; }

.single .entry-header, .page .entry-header {
  padding: 0; }
  .single .entry-header .chapo p, .page .entry-header .chapo p {
    font-size: 2rem;
    line-height: 1.3; }

.single h1, .page h1 {
  font-size: 3.4rem;
  font-weight: 400;
  color: #5cbfc9; }

.single .content-header, .single .entry-content, .page .content-header, .page .entry-content {
  padding: 1rem 1.5rem;
  background: #ffffff; }

.single .content-header, .page .content-header {
  position: relative;
  margin-top: 4rem; }

.single .entry-content, .page .entry-content {
  counter-reset: tips;
  margin-top: 0;
  padding-top: 1em;
  font-size: 1.9rem;
  line-height: 1.3;
  color: #333; }
.single .entry-content iframe, .page .entry-content iframe {
	margin: 1.5rem auto 0;
	display: block; }
.single .entry-content p, .single .entry-content ul, .single .entry-content ol, .single .entry-content .encadre, .page .entry-content p, .page .entry-content ul, .page .entry-content ol, .page .entry-content .encadre {
	margin-top: 2rem;
	line-height: 1.3; }
.single .entry-content .encadre, .page .entry-content .encadre {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1; }
.single .entry-content a, .single .comment_content a, .page .entry-content a {
	color: #5cbfc9;
	word-wrap: break-word; }
.single .entry-content a:hover, .single .entry-content a:focus, .single .entry-content a:active, .single .comment_content a:hover, .single .comment_content a:focus, .single .comment_content a:active, .page .entry-content a:hover, .page .entry-content a:focus, .page .entry-content a:active {
		color: #fbc027; }
.single .entry-content p + ul, .page .entry-content p + ul {
	margin-top: 0; }
.single .entry-content li, .page .entry-content li {
	margin-top: 1rem; } 
.single .entry-content h2, .single .entry-content p.h2-like, .single .entry-content h3, .single .entry-content h4, .single .entry-content h5, .single .entry-content h6, .page .entry-content h2, .page .entry-content h3, .page .entry-content h4, .page .entry-content h5, .page .entry-content h6 {
	color: #252954; }
.single .entry-content h2, .single .entry-content p.h2-like, .page .entry-content h2 {
	font-size: 3rem;
	font-weight: 700;
	margin: 5rem 0 2.5rem 0;
	color: #5cbfc9; }
.single .entry-content > h2:first-child, .page .entry-content > h2:first-child {
	margin-top: 0; }
.single .entry-content h2 + h3, .page .entry-content h2 + h3 {
	margin: 1.5rem 0; }
.single .entry-content blockquote p:first-child, .page .entry-content blockquote p:first-child {
	margin-top: 0; }
.single .entry-content h3, .page .entry-content h3 {
	font-size: 2.6rem;
	font-weight: 700;
	margin: 4rem 0 2rem 0; }
.single .entry-content h4, .page .entry-content h4 {
	font-size: 2.4rem;
	font-weight: 400;
	margin: 3rem 0 1.5rem 0;
	color: #fdc100; /* #ffbb00 */
}
.single .entry-content h3 + h4, .page .entry-content h3 + h4 {
	margin-top: 2rem; }

.single .author-box, .page .author-box {
  margin-top: -4rem; }

.single .author-box + .infos-box, .page .author-box + .infos-box {
  width: calc( 100% - 180px);
  padding-right: 1.5rem; }

.single .infos-box, .page .infos-box {
  border-bottom: 1px solid rgba(168, 168, 168, 0.5);
  padding-bottom: 1.5rem; }
  .single .infos-box .entry-meta, .page .infos-box .entry-meta {
    font-size: 1.8rem;
    color: #5cbfc9; }

.single .infos-post, .page .infos-post {
  border-top: 1px solid rgba(168, 168, 168, 0.5);
  padding: 1rem 0; }

.single .liste_num_noreset, .page .liste_num_noreset {
  list-style: none;
  list-style-position: inside;
  padding-left: 0; }
  .single .liste_num_noreset li, .page .liste_num_noreset li {
    position: relative;
    counter-increment: tips;
    margin: 60px 0 30px 60px; }
    .single .liste_num_noreset li:before, .page .liste_num_noreset li:before {
      content: counter(tips);
      display: block;
      position: absolute;
      left: -60px;
      width: 25px;
      height: 25px;
      color: #fbc027;
      text-align: center;
      font-size: 20px;
      font-weight: 700;
      line-height: 25px;
      padding: 12px;
      margin-top: -10px;
      background: #252954;
      border-radius: 50px; }

.single .section_article {
	background-color: #5cbfc9;
  margin: 60px 0 40px 0;
	padding: 1.5rem 1.5rem 3.5rem 1.5rem;
	color: white;
  font-size: 2.2rem;
}
.single .section_article h2 {
	color: #252954;
  margin: 20px;
  font-size: 3.8rem;
  font-weight: 400;
	text-align: center;
}
@media (max-width: 767px) {
.single .section_article {
	background-color: #5cbfc9;
  margin: 60px 0 40px 0;
	padding: 1.5rem 1rem 3.5rem 1rem;
	color: white;
  font-size: 2.2rem;
}
.single .section_article h2 {
	color: #252954;
  margin: 20px;
  font-size: 3.5rem;
  font-weight: 400;
  text-align: center;
}
}

.evidence {
  display: inline-block;
  color: #fbc027;
  text-align: center;
  padding: 10px 15px;
  background: #252954;
  border-radius: 50px;
  margin: 0; }

.jaune {color:black;background:yellow;padding:0 2px}

.external {
background-position: center right;
    background-repeat: no-repeat;
    background-image: url(/assets/img/external-link-ltr-icon.png);
    background-image: linear-gradient(transparent,transparent),url(data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%221…885L8.2 5.07 5.32 7.95 4.09 6.723l2.882-2.88-1.85-1.852z%22/%3E %3C/svg%3E);
    padding-right: 13px;
}

.article-footer .annonce {
  margin: 2rem auto; }

/* Related posts plugin */
.related {
  margin: 2rem 0; }
  .related .yarpp-thumbnails-horizontal .yarpp-thumbnail {
    background: #fff;
    height: auto; }
    .related .yarpp-thumbnails-horizontal .yarpp-thumbnail > img,
    .related .yarpp-thumbnails-horizontal .yarpp-thumbnail .yarpp-thumbnail-default {
      margin: 0;
      width: 100%;
      max-width: 240px; }
  .related .yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
    font-size: 1.6rem;
    font-weight: 700;
    padding: 1rem;
    margin-bottom: 0;
    max-height: inherit; }

/*
.related_post_title {
  font-weight: 700;
  font-size: 2.2rem;
  margin-bottom: 1rem;
}

.wp_rp_content {

  .wp_rp {
    list-style-type: none;
    padding: 0;
    text-align: center;
  }

  li {
    margin: 1rem 0;
    background: #ffffff;
    max-width: 261px;
  }

}

.wp_rp_title {
  color: $alpha-color;
  display: block;
  padding: 1rem;
  font-size: 1.6rem;
  font-weight: 700;

  &:hover {
    color: $gamma-color;
  }
}

.wp_rp_thumbnail {
  display: block;
}


.wp_rp_content {

  .wp_rp {
    display: flex;
    justify-content: space-between;
  }

  li {
    margin-left: 1.5rem;
    margin-right: 1.5rem;

    &:first-child {
      margin-left: 0;
    }

    &:last-child {
      margin-right: 0;
    }
  }
}
*/
/* Comments */
#comments-title {
  margin: 2rem 0 0 0;
  padding: 2rem 1.5rem;
  background: #ffffff; }

.commentlist {
  padding: 1.5rem;
  background: #ffffff;
  margin-bottom: 2.5rem; }
  .commentlist .thread-even {
    background: #ffffff;
    padding: 2rem .5rem 3rem 1.5rem; }
  .commentlist .thread-odd {
    background: #f0eeef;
    padding: 2rem .5rem 3rem 1.5rem; }
  .commentlist .comment-respond {
    width: calc( 100% - 4rem);
    margin-left: auto;
    margin-top: 0;
    background: transparent; }

.logged-in-as {
  margin-bottom: 1rem; }

.comment-respond {
  width: 100%;
  margin-left: auto;
  margin-top: 2rem;
  background: transparent; }
  .comment-respond input[type~=text],
  .comment-respond input[type~=email],
  .comment-respond input[type~=password],
  .comment-respond input[type~=tel],
  .comment-respond input[type~=url],
  .comment-respond textarea {
    background: #f2f2f2;
    border: 1px solid #cdcdcd; }
    .comment-respond input[type~=text]::-webkit-input-placeholder,
    .comment-respond input[type~=email]::-webkit-input-placeholder,
    .comment-respond input[type~=password]::-webkit-input-placeholder,
    .comment-respond input[type~=tel]::-webkit-input-placeholder,
    .comment-respond input[type~=url]::-webkit-input-placeholder,
    .comment-respond textarea::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #a8a8a8;
      font-size: 1.3rem; }
    .comment-respond input[type~=text]::-moz-placeholder,
    .comment-respond input[type~=email]::-moz-placeholder,
    .comment-respond input[type~=password]::-moz-placeholder,
    .comment-respond input[type~=tel]::-moz-placeholder,
    .comment-respond input[type~=url]::-moz-placeholder,
    .comment-respond textarea::-moz-placeholder {
      /* Firefox 19+ */
      color: #a8a8a8;
      font-size: 1.3rem; }
    .comment-respond input[type~=text]:-ms-input-placeholder,
    .comment-respond input[type~=email]:-ms-input-placeholder,
    .comment-respond input[type~=password]:-ms-input-placeholder,
    .comment-respond input[type~=tel]:-ms-input-placeholder,
    .comment-respond input[type~=url]:-ms-input-placeholder,
    .comment-respond textarea:-ms-input-placeholder {
      /* IE 10+ */
      color: #a8a8a8;
      font-size: 1.3rem; }
    .comment-respond input[type~=text]:-moz-placeholder,
    .comment-respond input[type~=email]:-moz-placeholder,
    .comment-respond input[type~=password]:-moz-placeholder,
    .comment-respond input[type~=tel]:-moz-placeholder,
    .comment-respond input[type~=url]:-moz-placeholder,
    .comment-respond textarea:-moz-placeholder {
      /* Firefox 18- */
      color: #a8a8a8;
      font-size: 1.3rem; }

.comment {
  position: relative;
  word-wrap: break-word;
  /* Commentaire imbriqué */
  /* Barre verticale */ }
  .comment .comment-author {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #a8a8a8; }
  .comment .author-name {
    color: #5cbfc9;
    font-size: 1.7rem;
    font-weight: 700;
    font-style: normal; }
  .comment time {
    float: right; }
    .comment time a {
      font-size: 1.4rem;
      font-weight: 400;
      color: #a8a8a8; }
  .comment .avatar {
    border-radius: 50px; }
  .comment article {
    margin-left: 10rem;
    margin-top: 0;
    margin-bottom: 2rem; }
  .comment .comment_content {
    margin-bottom: 1.5rem; }
  .comment.parent > article .comment_content:before {
    content: '';
    display: block;
    background-color: #5cbfc9;
    width: 2px;
    height: calc(100% - 15rem);
    position: absolute;
    left: 5.5rem;
    top: 12rem; }
  .comment.parent .comment .comment_content:before {
    left: 4rem;
    top: 10rem;
    height: calc(100% - 12rem); }
  .comment .comment {
    margin-left: 10rem; }
    .comment .comment:before {
      content: '';
      background: #5cbfc9;
      height: 2px;
      width: 4rem;
      position: absolute;
      top: 4.2rem;
      left: -6rem; }

.comment-reply-link,
.comment-form .submit {
  float: right;
  display: block;
  padding: .5rem 1rem;
  margin-right: 1rem;
  background: #5cbfc9;
  border: 1px solid #5cbfc9;
  text-decoration: none;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 0; }
  .comment-reply-link:hover,
  .comment-form .submit:hover {
    background: transparent;
    color: #5cbfc9;
    text-decoration: none; }

.comment-form .submit {
  padding: 1rem; }

.comment-respond {
  padding: 2rem;
  background: #ffffff; }

.remarques-comment-form {
  font-size: 1.2rem;
  color: #a8a8a8; }
  .remarques-comment-form ul {
    padding-left: 1.5rem; }

.comment-form label {
  margin-top: 0;
  font-weight: 400; }
  .comment-form label.control-label {
    text-align: left; }

.comment-form input[type~=text].form-control,
.comment-form input[type~=email].form-control,
.comment-form input[type~=password].form-control,
.comment-form input[type~=tel].form-control,
.comment-form textarea.form-control {
  background-color: #f2f2f2;
  box-shadow: none;
  border: 1px solid #e6e6e6;
  padding: 1rem;
  font-size: 1.5rem;
  line-height: 2rem; }

.comment-form input[type~=text]::-webkit-input-placeholder,
.comment-form input[type~=email]::-webkit-input-placeholder,
.comment-form input[type~=password]::-webkit-input-placeholder,
.comment-form input[type~=tel]::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #868686;
  font-size: 1.5rem;
  font-style: italic; }

.comment-form input[type~=text]::-moz-placeholder,
.comment-form input[type~=email]::-moz-placeholder,
.comment-form input[type~=password]::-moz-placeholder,
.comment-form input[type~=tel]::-moz-placeholder,
.comment-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #868686;
  font-size: 1.5rem;
  font-style: italic; }

.comment-form input[type~=text]:-ms-input-placeholder,
.comment-form input[type~=email]:-ms-input-placeholder,
.comment-form input[type~=password]:-ms-input-placeholder,
.comment-form input[type~=tel]:-ms-input-placeholder,
.comment-form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #868686;
  font-size: 1.5rem;
  font-style: italic; }

.comment-form input[type~=text]:-moz-placeholder,
.comment-form input[type~=email]:-moz-placeholder,
.comment-form input[type~=password]:-moz-placeholder,
.comment-form input[type~=tel]:-moz-placeholder,
.comment-form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #868686;
  font-size: 1.5rem;
  font-style: italic; }

.comment-form textarea {
  height: 12rem;
  margin-top: 0; }

.comment-form .form-group {
  margin-bottom: 2.5rem; }

.help-box {
  padding: 1.5rem;
  background: #252954;
  color: #fff;
  font-size: 1.6rem;
  margin: 1.5rem 0; }
  .help-box a {
    color: #5cbfc9;
    text-decoration: underline; }
    .help-box a:hover {
      color: #fbc027; }
  .help-box ul {
    list-style-type: circle; }

.help-box-title {
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: 700; }
  .help-box-title .fa-stack {
    font-size: 1rem; }

/**
Footer Author Box
 */
.footer-author-box-titre ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.footer-author-box-titre li {
  display: block;
  float: left;
  padding: 1rem 1.5rem;
  font-size: 2rem;
  font-weight: 700; }
  .footer-author-box-titre li:nth-child(odd) {
    background: #252954;
    color: #fff; }
  .footer-author-box-titre li:nth-child(even) {
    background: #fff;
    color: #252954; }

.footer-author-box-titre .author-social-links a {
  display: inline-block;
  margin: 0 .5rem;
  font-size: 1.9rem; }
  .footer-author-box-titre .author-social-links a:hover, .footer-author-box-titre .author-social-links a:focus {
    text-decoration: none; }

.footer-author-box-desc {
  clear: both;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  padding: 1.5rem 0;
  font-size: 1.3rem; }

.header-author-box {
  padding: .5rem;
  width: 180px;
  border: 1px solid #ccc;
  text-align: center;
  background: #ffffff url("../img/background-author-box.jpg") no-repeat top center; }

.header-author-box-profil {
  margin-top: 5rem; }

.header-author-box-social {
  list-style-type: none;
  margin: 1.5rem 0;
  padding: 0; }
  .header-author-box-social li {
    display: inline-block;
    font-size: 1.8rem;
    margin-left: .5rem;
    margin-right: .5rem; }

.header-author-box-title {
  font-size: 1.4rem;
  color: #000000; }

.header-author-box-desc {
  font-size: 1.2rem;
  color: #5b5b5b;
  line-height: 1.2rem; }

.entry-content {
  /**
 * CTA
 */ }
  .entry-content .cta1, .entry-content .cta2 {
    padding: 30px;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    background-color: #eef3f6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .entry-content .cta1 a, .entry-content .cta2 a {
      text-decoration: none;
      text-align: center;
      padding: 10px 15px;
      /* Safari */
      transition: all .5s;
      border-radius: 5px; }
      .entry-content .cta1 a:hover, .entry-content .cta1 a:focus, .entry-content .cta1 a:active, .entry-content .cta2 a:hover, .entry-content .cta2 a:focus, .entry-content .cta2 a:active {
        /* Safari */
        transition: all .5s;
        text-decoration: none; }
  .entry-content .cta1 a {
    background: #5fa008;
    border: 2px solid #5fa008;
    color: #fff; }
    .entry-content .cta1 a:hover, .entry-content .cta1 a:focus, .entry-content .cta1 a:active {
      background: #eef3f6;
      color: #5fa008; }
  .entry-content .cta2 a {
    background: #5080ED;
    border: 2px solid #5080ED;
    color: #fff; }
    .entry-content .cta2 a:hover, .entry-content .cta2 a:focus, .entry-content .cta2 a:active {
      background: #eef3f6;
      color: #5080ED; }

/* ----------------------------- */
/* == Custom CSS WRI Listing     */
/* ----------------------------- */
/* Sticky */
.listing article.sticky-design .entry-content, .listing article.sticky-design .article-footer {
  margin: 1rem 1rem 0;
  padding: 0; }

.listing article.sticky-design .infos-post {
  border-top: 1px solid rgba(168, 168, 168, 0.5);
  padding: 1rem 0; }

.listing article.sticky-design .entry-title {
  font-size: 2.4rem;
  font-weight: 700;
  text-transform: uppercase; }

.listing article {
  margin-bottom: 2.8rem; }
  .listing article p {
    margin-bottom: 1rem; }
  .listing article:not(.sticky-design) .entry-title {
    margin-bottom: 1rem; }
  .listing article:not(.sticky-design) .entry-content {
    line-height: 1.9rem;
    padding-left: 0; }
  .listing article:not(.sticky-design) .article-container {
    padding: 1rem 1rem 1rem 2.8rem; }
  .listing article.has-post-thumbnail:not(.sticky-design) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .listing article.has-post-thumbnail:not(.sticky-design) .article-container {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
  .listing article.type-produit.has-post-thumbnail:not(.sticky-design) .illustration {
    width: 150px; }

.listing .entry-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1; }
  .listing .entry-title a {
    text-decoration: none; }

.post-type-archive-astuce .entry-title {
  font-size: 2.4rem; }

.archive-entete {
  position: relative;
  margin: 1.5rem 0 0 0;
}
.archive-entete img {
    width: 100%; }

.archive-entete-desc {
  padding: 2rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background: #252954;
  color: #ffffff; }
.archive-entete-desc .page-title {
	color: #ffffff;
	font-size: 3rem;
	text-transform: uppercase; }
.archive-entete-desc a, .taxonomy-description a {
	color: #5cbfc9; }
	.archive-entete-desc a:hover, .archive-entete-desc a:focus, .taxonomy-description a:hover, .taxonomy-description a:focus {
		color: #ffffff; }
.taxonomy-description {
	font-size: 1.8rem;
  background-color: #fff;
  padding: 1rem;
  margin: 0 0 2rem 0;
}

.followme {
  padding: .5rem 0;
  margin: 1rem 0;
  border-top: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  font-size: 1.6rem;
  font-weight: bold;
  display: table;
  width: 100%; }
  .followme > * {
    display: table-cell;
    vertical-align: middle; }

.home article {
  background: #fff; }

/* ----------------------------- */
/* == Annuaire                   */
/* ----------------------------- */
.annuaire .categorie-box {
  text-align: center;
  margin-bottom: 2rem; }

.annuaire .home a {
  text-decoration: none; }
  .annuaire .home a:hover, .annuaire .home a:focus {
    text-decoration: underline; }

.annuaire .home .cat-title {
  font-size: 1.9rem;
  font-weight: 700;
  margin: 1rem 0; }
  .annuaire .home .cat-title a {
    color: #5cbfc9; }

.annuaire .home ul.sous-cat {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 1.6rem; }
  .annuaire .home ul.sous-cat a:hover,
  .annuaire .home ul.sous-cat a:focus {
    color: #5cbfc9; }

.annuaire .home .readmore {
  margin-top: .5rem; }
  .annuaire .home .readmore a {
    font-size: 1.4rem;
    font-weight: 700;
    display: inline-block;
    background-color: #f0eeef;
    padding: .5rem 1rem;
    color: #252954;
    text-transform: uppercase; }
    .annuaire .home .readmore a:hover, .annuaire .home .readmore a:focus {
      background-color: #fbc027;
      text-decoration: none; }

.annuaire article {
  margin: 0 0 2rem 0; }

.annuaire .last-sites {
  margin-top: 4rem; }

.annuaire .categorie .entry-header {
  padding: 0; }

.annuaire .categorie .infos-box {
  margin-bottom: 2rem; }

.annuaire .sous-cat h2 {
  font-size: 2.4rem;
  font-weight: 700; }

.annuaire .sous-cat .liste-sous-cat {
  -webkit-columns: auto 220px;
          columns: auto 220px;
  background: #fff;
  padding: 2rem;
  list-style-type: none;
  margin: 0; }

.annuaire .sous-cat li {
  margin: 0 0 1rem 0; }

.annuaire article .linksite {
  text-align: center; }

.annuaire .linksite a {
  line-height: 21px; }
  .annuaire .linksite a:before {
    content: '';
    display: block;
    float: left;
    width: 23px;
    height: 21px;
    margin-right: 1rem;
    background: url("https://www.webrankinfo.com/annuaire/images/lien-annuaire.png") no-repeat center center;
    transition: all .5s; }
  .annuaire .linksite a:hover:before {
    background: url("https://www.webrankinfo.com/annuaire/images/lien-annuaire-hover.png") no-repeat center center;
    transition: all .5s; }

.annuaire .liens_annuaire_bas {
  margin: 2rem auto;
  padding: 1.5rem 2rem;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 60%; }

.cat_desc2 {
  padding: 2rem;
  background: #fff;
  font-size: 2rem;
  font-weight: 400; }
  .cat_desc2 p {
    margin-top: 0; }

.encart-inscription-site {
  background: #252954;
  margin: 2rem 0;
  padding: 2rem;
  color: #fff;
  text-align: center; }
  .encart-inscription-site h2 {
    color: #fff; }
  .encart-inscription-site .btn {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.5rem;
    margin: 2rem auto; }

.etapes-inscription {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .etapes-inscription > * {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }

.etape-inscription {
  color: #fff;
  text-align: center;
  margin: 2rem 1rem 1rem;
  background: #3b3f6a;
  border-radius: 3px;
  position: relative;
  padding: 2rem; }
  .etape-inscription.active {
    background: #fff;
    color: #252954; }
    .etape-inscription.active .etape-number {
      background: #5cbfc9;
      border-color: #5cbfc9;
      color: #fff;
      text-shadow: 0 -2px #252954; }
  .etape-inscription .etape {
    position: relative;
    margin-top: -4rem; }
  .etape-inscription .etape-number {
    display: inline-block;
    background: #252954;
    font-size: 3.3rem;
    font-weight: 700;
    padding: 1.5rem;
    border: 1px solid #fff;
    border-radius: 50%;
    position: relative;
    z-index: 5; }
  .etape-inscription .etape-name {
    margin: auto;
    width: 100px;
    padding: .2rem 0;
    margin-top: 0;
    position: relative;
    background: #fbc027;
    top: -.5rem;
    z-index: 10;
    height: 2.4rem;
    color: #252954;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase; }
    .etape-inscription .etape-name:before {
      content: ' ';
      position: absolute;
      width: 0px;
      height: 0;
      left: -10px;
      top: 0;
      border-width: 12px 10px;
      border-style: solid;
      border-color: #fbc027 #fbc027 #fbc027 transparent; }
    .etape-inscription .etape-name:after {
      content: ' ';
      position: absolute;
      width: 0px;
      height: 0;
      right: -10px;
      top: 0;
      border-width: 12px 10px;
      border-style: solid;
      border-color: #fbc027 transparent #fbc027 #fbc027; }
  .etape-inscription .etape-desc {
    font-size: 1.7rem;
    font-weight: 700;
    margin-top: 1rem; }

.box-site {
  height: 470px;
  margin-bottom: 2rem;
  text-align: center;
  background-color: #ffffff; }
  .box-site .icon-category {
    margin-top: -3.5rem; }
    .box-site .icon-category object {
      background-color: #ffffff;
      border-radius: 50%; }
  .box-site .site-img {
    border-bottom: 3px solid #fbc027; }
    .box-site .site-img img {
      width: 100%; }
  .box-site .site-name {
    font-size: 1.8rem;
    font-weight: 700;
    color: #5cbfc9; }
  .box-site .box-site-text {
    padding: 1rem 2rem; }
  .box-site .link-det {
    font-size: 1.6rem;
    font-weight: 700;
    text-align: right; }
    .box-site .link-det a {
      color: #5cbfc9;
      text-decoration: none; }

.listing_site {
  background: #fff;
  margin-top: 2rem;
  margin-bottom: 2rem; }

.listing_site_content {
  margin: 1.5rem 3rem; }
  .listing_site_content .titre_site {
    font-size: 2rem;
    font-weight: 700;
    text-decoration: none; }
  .listing_site_content .infos-secondaires {
    font-size: 1.3rem;
    color: #9a9a9a; }

img.vignette-fiche-site {
  width: 240px;
  height: 180px;
  margin-right: 3rem;
  float: left; }

.annuaire-detail {
  /* Bandeau fiche det */ }
  .annuaire-detail .bandeau {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    margin: 2rem 0; }
    .annuaire-detail .bandeau > * {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
  .annuaire-detail .h1-like {
    margin-bottom: 1rem; }

.bandeau-infos {
  background: #252954;
  color: #fff;
  position: relative;
  padding-bottom: 6rem; }
  .bandeau-infos .linksite {
    position: absolute;
    bottom: 2rem;
    width: 100%;
    text-align: center; }
  .bandeau-infos.double {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2; }
  .bandeau-infos .bandeau-title {
    font-size: 3.1rem;
    font-weight: 700;
    line-height: 1.1;
    margin: 2rem 2.5rem;
    color: #fff; }
  .bandeau-infos .bandeau-desc {
    margin: 2rem 2.5rem;
    font-size: 1.8rem; }
  .bandeau-infos .bandeau-infos-complementaires {
    color: #ccc;
    font-size: 1.3rem;
    margin: 2rem 2.5rem; }

.bandeau-annexe figure {
  margin: 0; }

.bandeau-social {
  margin: 1rem 1.5rem; }
  .bandeau-social .bandeau-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #5cbfc9;
    margin: 0 0 1rem 0; }
  .bandeau-social ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .bandeau-social li {
    display: inline-block;
    margin: 0 .3rem; }
    .bandeau-social li:first-child {
      margin-left: 0; }

.bandeau-adresse .carte {
  margin-bottom: 1rem; }

.bandeau-adresse .adresse {
  margin: 1rem 1.5rem; }

.bandeau-adresse .bandeau-title {
  font-weight: 700;
  margin: 0 0 1rem 0; }

.form-ajout-review {
  margin-top: 2rem; }
  .form-ajout-review label {
    margin-top: 0; }
  .form-ajout-review input, .form-ajout-review textarea, .form-ajout-review select {
    background: #f2f2f2; }
  .form-ajout-review button[type~=submit] {
    float: right;
    margin-top: 2rem; }

.annuaire .avis {
  margin: 2rem 0;
  padding: 1rem; }
  .annuaire .avis:nth-child(odd) {
    background-color: #f0eeef; }
  .annuaire .avis img.rating {
    float: right; }
  .annuaire .avis .reviewer {
    clear: both;
    float: left;
    margin-top: 0;
    font-size: 1.7rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #5cbfc9; }
  .annuaire .avis .date-review {
    font-size: 1.4rem;
    color: #a8a8a8;
    float: right;
    margin-top: 0; }
  .annuaire .avis .review-summary {
    clear: both;
    padding-top: 1rem;
    margin-top: 4rem;
    border-top: 1px solid #ccc; }

.annuaire .avis_reponse_proprio .review-summary {
  margin-top: 3rem; }

.annuaire #links ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.annuaire #links li {
  margin: 1rem 0 1.5rem; }

.annuaire #links a {
  font-size: 1.8rem;
  text-decoration: none;
  font-weight: 700; }

.annuaire #links .link-url {
  color: #5cbfc9; }

.annuaire .related_site_link ul,
.annuaire .related_cat ul {
  margin-top: 1rem; }

.annuaire .related_site_link a,
.annuaire .related_cat a {
  color: #5cbfc9;
  text-decoration: underline; }
  .annuaire .related_site_link a:hover, .annuaire .related_site_link a:active, .annuaire .related_site_link a:focus,
  .annuaire .related_cat a:hover,
  .annuaire .related_cat a:active,
  .annuaire .related_cat a:focus {
    color: #fbc027; }

.annuaire-credit {
  margin-top: 2rem; }

.faq-reponse {
  margin-top: 1rem; }

.formation-info {
  border: 3px solid #015481;
  border-radius: 10px;
  float: left;
  background-color: #f0faff;
  padding: 10px 0;
  margin: 10px;
  width: 180px;
  text-align: center;
  font-size: 1.6rem; }
  .formation-info a {
    text-decoration: none; }

.formation {
  /*
  h2 {
    color: $beta-color;
    font-size: 2.4rem;
  }
  
  h3 {
    color: $gamma-color;
    font-size: 2.2rem;
    font-weight: 400;
  }
  */ }
  .formation .wp-caption {
    border: 0;
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .formation .wp-caption-text, .formation figcaption {
    margin-bottom: 1rem; }
  .formation .wri-all-onglets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .formation .wri-onglet-titre {
    font-size: 2rem;
    color: #5cbfc9;
    margin: 1rem 0; }

/* ----------------------------- */
/* == Helpers classes            */
/* ----------------------------- */
.m-t-0 {
  margin-top: 0rem; }

.p-t-0 {
  padding-top: 0rem; }

.m-b-0 {
  margin-bottom: 0rem; }

.p-b-0 {
  padding-bottom: 0rem; }

.m-l-0 {
  margin-left: 0rem; }

.p-l-0 {
  padding-left: 0rem; }

.m-r-0 {
  margin-right: 0rem; }

.p-r-0 {
  padding-right: 0rem; }

.m-t-1 {
  margin-top: 1rem; }

.p-t-1 {
  padding-top: 1rem; }

.m-b-1 {
  margin-bottom: 1rem; }

.p-b-1 {
  padding-bottom: 1rem; }

.m-l-1 {
  margin-left: 1rem; }

.p-l-1 {
  padding-left: 1rem; }

.m-r-1 {
  margin-right: 1rem; }

.p-r-1 {
  padding-right: 1rem; }

.m-t-2 {
  margin-top: 2rem; }

.p-t-2 {
  padding-top: 2rem; }

.m-b-2 {
  margin-bottom: 2rem; }

.p-b-2 {
  padding-bottom: 2rem; }

.m-l-2 {
  margin-left: 2rem; }

.p-l-2 {
  padding-left: 2rem; }

.m-r-2 {
  margin-right: 2rem; }

.p-r-2 {
  padding-right: 2rem; }

.m-t-3 {
  margin-top: 3rem; }

.p-t-3 {
  padding-top: 3rem; }

.m-b-3 {
  margin-bottom: 3rem; }

.p-b-3 {
  padding-bottom: 3rem; }

.m-l-3 {
  margin-left: 3rem; }

.p-l-3 {
  padding-left: 3rem; }

.m-r-3 {
  margin-right: 3rem; }

.p-r-3 {
  padding-right: 3rem; }

.uppercase {
  text-transform: uppercase; }

@media (min-width: 2000px) {
    .search {
        background-size: cover;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
  .emplacement-desktop,
  .emplacement-mobile {
    display: none; }
  .emplacement-tablet {
    display: block; }
  .hide-tablet,
  .only-desktop,
  .only-mobile {
    display: none; }
  /* Header */
  .brand {
    padding: 1.5rem 0; }
  .brand-aside {
    width: initial;
    border-bottom: 0; }
  .brand div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  /* Search */
  .search button {
    padding: 1.6rem 0; }
  #content, .footer-home {
    padding: 1.5rem; }
  .home .main-footer {
    text-align: center;
    margin-bottom: 2rem; }
  .home .all-posts {
    margin: auto;
    float: none;
    display: inline-block;
    padding: .5rem 2.5rem;
    font-size: 2.1rem;
    font-weight: 400; }
  .sidebar {
    margin-top: 2.5rem; }
    .sidebar .widget {
      width: 48%; }
      .sidebar .widget:nth-child(odd) {
        float: left; }
      .sidebar .widget:nth-child(even) {
        float: right; }
  .menu-footer.col-sm-4 {
    -webkit-column-count: 1;
            column-count: 1; }
  .tablet-left {
    float: left; }
  .tablet-right {
    float: right; }
  .footer-commun {
    max-width: 420px; }
    .footer-commun > .cols-bottom {
      margin-left: 0;
      margin-right: 0; }
      .footer-commun > .cols-bottom > [class*='col-'] {
        float: inherit;
        display: inherit; }
  .copyright {
    text-align: center; } }

@media (max-width: 767px) {
  html {
    margin-top: 84px !important; }
  .emplacement-desktop,
  .emplacement-tablet {
    display: none; }
  .emplacement-mobile {
    display: block; }
  .hide-mobile,
  .only-desktop,
  .only-tablet {
    display: none; }
  .main-nav {
    padding: 0; }
  .container {
    max-width: 450px;
    width: 100%; }
  .brand {
    padding: 0;
    background-color: #fff; }
    .brand .container {
      padding-left: 0;
      padding-right: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .brand-aside {
    float: none;
    width: 100%;
    background-color: #252954;
    margin-top: 0;
    border-bottom: 0;
    padding: .5rem 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin-bottom: 1rem; }
  .brand-logo {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 1rem;
    text-align: center; }
  .menu-social {
    width: 100%; }
    .menu-social a {
      color: #fff; }
  .emplacement-mobile[data-set='emplacement-menu-user'] {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: .5rem; }
    .emplacement-mobile[data-set='emplacement-menu-user'] .bloc-menu-user {
      margin: auto;
      float: none;
      text-align: center; }
	 .emplacement-mobile[data-set='emplacement-menu-user'] .bloc-menu-user {
	 margin: 1rem auto; }
      .emplacement-mobile[data-set='emplacement-menu-user'] .bloc-menu-user li {
        float: none; }
  .user-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  /**********************************************
  Menu Mobile
  **********************************************/
  .header .top-nav li:first-child a {
    background: transparent;
    padding-left: 1rem; }
    .header .top-nav li:first-child a:hover {
      background: transparent; }
  .header .top-nav li:first-child.current-menu-item a {
    background: transparent; }
  .header .top-nav > li {
    display: block; }
    .header .top-nav > li a {
      padding: 1rem;
      background: transparent; }
    .header .top-nav > li.item-with-ul > a:after {
      content: '';
      margin-left: 0; }
  .header .user-nav a {
    padding: .8rem; }
  .flexnav {
    transition: none;
    -webkit-transform-style: preserve-3d;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    max-height: 0; }
  .flexnav.opacity {
    opacity: 0; }
  .flexnav.flexnav-show {
    max-height: 2000px;
    opacity: 1;
    transition: all .5s ease-in-out; }
  .flexnav.one-page {
    position: fixed;
    top: 50px;
    right: 5%;
    max-width: 200px; }
  .flexnav li {
    font-size: 100%;
    position: relative;
    overflow: hidden;
    list-style-type: none; }
  .flexnav li a {
    position: relative;
    display: block;
    padding: .96em;
    z-index: 2;
    overflow: hidden;
    color: #222222;
    background: #a6a6a2;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
  .flexnav li ul {
    width: 100%; }
  .flexnav li ul li {
    font-size: 100%;
    position: relative;
    overflow: hidden; }
  .flexnav li ul.flexnav-show li {
    overflow: visible; }
  .flexnav li ul li a {
    display: block;
    border-top: 0;
    margin: 0; }
  .flexnav ul li ul li a {
    background: #bfbfbc; }
  .flexnav ul li ul li ul li a {
    background: #cbcbc9; }
  .flexnav .touch-button {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 4rem;
    height: 4rem;
    display: inline-block;
    background: #acaca1;
    background: rgba(0, 0, 0, 0.075);
    text-align: center; }
  .flexnav .touch-button:hover {
    cursor: pointer; }
  .flexnav .touch-button .navicon {
    position: relative;
    top: 1.2rem;
    font-size: 12px;
    color: #666; }
  .menu-button {
    position: relative;
    display: block;
    padding: 0;
    margin-left: 1rem;
    margin-right: 1rem;
    width: 2.8rem;
    height: 2.8rem;
    background-color: transparent;
    background-image: linear-gradient(to right, #5cbfc9, #5cbfc9), linear-gradient(to right, #5cbfc9, #5cbfc9), linear-gradient(to right, #5cbfc9, #5cbfc9);
    background-position: center top, center, center bottom;
    background-repeat: no-repeat;
    background-size: 2.8rem .7rem;
    padding: 0;
    outline: 0;
    border: 0;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent; }
  .menu-button .touch-button {
    background: transparent;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center; }
  .menu-button .touch-button .navicon {
    font-size: 16px;
    position: relative;
    top: 1em;
    color: #666; }
  .oldie .flexnav {
    overflow: visible; }
  .oldie .flexnav.one-page {
    top: 0;
    right: auto;
    max-width: 1080px; }
  .oldie .flexnav li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    background-color: #a6a6a2;
    width: 20%;
    min-height: 50px;
    overflow: visible; }
  .oldie .flexnav li:hover > ul {
    display: block;
    width: 100%;
    overflow: visible; }
  .oldie .flexnav li:hover > ul li {
    width: 100%;
    float: none; }
  .oldie .flexnav li a {
    border-left: 1px solid #acaca1;
    border-bottom: none;
    overflow: visible; }
  .oldie .flexnav li > ul {
    background: #acaca1;
    position: absolute;
    top: auto;
    left: 0;
    display: none;
    z-index: 1;
    overflow: visible; }
  .oldie .flexnav li ul li ul {
    top: 0; }
  .oldie .flexnav li ul li a {
    border-bottom: none; }
  .oldie .flexnav li ul.open {
    display: block;
    width: 100%;
    overflow: visible; }
  .oldie .flexnav li ul.open li {
    width: 100%; }
  .oldie .flexnav li ul.open ul.open {
    margin-left: 100%;
    top: 0;
    display: block;
    width: 100%;
    overflow: visible; }
  .oldie .flexnav ul li:hover ul {
    margin-left: 100%;
    top: 0; }
  .oldie .menu-button {
    display: none; }
  .oldie.ie7 .flexnav li {
    width: 19.9%; }
  #content {
    padding: 1.5rem; }
  /*
  Form de recherche
   */
  .search-form {
    display: none;
    padding: 1rem 0; }
  .main-annonce {
    margin-bottom: 1rem; }
  .listing article.has-post-thumbnail:not(.sticky-design) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .listing article.sticky-design .entry-title {
    font-size: 2.1rem; }
  .listing article:not(.sticky-design) .article-container {
    padding: 1rem; }
  .listing article:not(.sticky-design) .entry-content {
    padding: 0; }
    .listing article:not(.sticky-design) .entry-content > p {
      margin-top: 1.5rem; }
  .listing article:not(.sticky-design) .infos-post {
    padding: .5rem 0;
    margin-bottom: 0; }
  .annonce-interne {
    text-align: center; }
    .annonce-interne img {
      width: 100%;
      max-width: 320px; }
  .footer-home {
    padding: 2rem 1.5rem; }
  .home .main-footer {
    text-align: center; }
  .home .all-posts {
    margin: auto;
    float: none;
    display: inline-block;
    padding: .5rem 2.5rem;
    font-size: 2.1rem;
    font-weight: 400; }
  .footer-commun {
    border-top: 0; }
    .footer-commun .menu-social a {
      color: #252954; }
    .footer-commun [class*='cols-'] {
      display: block;
      width: inherit;
      margin-left: 0;
      margin-right: 0; }
    .footer-commun [class*='cols-'] > * {
      float: inherit;
      display: block; }
    .footer-commun .logo {
      margin-bottom: 1.5rem;
      text-align: center; }
    .footer-commun .menu-social {
      margin-bottom: 1.5rem;
      text-align: center; }
    .footer-commun .copyright {
      text-align: center;
      padding: 0 6rem; }
      .footer-commun .copyright p {
        line-height: 1.3rem; }
  .wp-caption {
    width: 100% !important; }
    .wp-caption img {
      display: block;
      margin: auto; }
  .single article,
  .page article {
    margin-top: 1rem; }
  .single .author-box + .infos-box, .page .author-box + .infos-box {
    width: 100%;
    padding: 0; }
  .single .content-header {
    padding-top: 2rem;
    margin-top: 0; }
  .single .entry-content {
    padding-top: .5rem; }
  .single h1 {
    word-wrap: break-word; }
  .entry-content iframe {
    width: 100%;
    /*height: auto;*/ }
  .entry-content blockquote {
    padding: 1rem; }
    .entry-content blockquote:before {
      content: none; }
  .yarpp-thumbnails-horizontal {
    text-align: center; }
  .commentlist {
    padding: 1.5rem 0 0; }
  .comment aside {
    margin-right: 1rem; }
  .comment article {
    margin-left: 0;
    margin-bottom: 5rem; }
  .comment .comment-author {
    padding-bottom: .5rem;
    margin-bottom: .5rem; }
  .comment .author-name {
    display: block; }
  .comment time {
    float: none; }
  .comment .comment_content {
    margin-bottom: .5rem; }
  .comment .comment {
    margin-left: 0; }
    .comment .comment:before {
      content: none; }
  .comment.parent > article .comment_content:before {
    content: none; }
  .comment article + .comment:before {
    content: '';
    display: block;
    background-color: #5cbfc9;
    width: 2px;
    height: 3rem;
    position: absolute;
    left: calc( 50% - 1px);
    top: -4rem; }
  .comment .comment + .comment:before {
    content: '';
    display: block;
    background-color: #5cbfc9;
    width: 2px;
    height: 3rem;
    position: absolute;
    left: calc( 50% - 1px);
    top: -4rem; }
  .commentlist .comment {
    padding: 1rem; }
    .commentlist .comment .comment {
      padding: 0; }
  .comment-reply-link {
    float: none;
    display: block;
    width: 120px;
    text-align: center;
    margin: auto; }
  .comment-form .submit {
    float: none;
    margin: auto; }
  .widget-categories select {
    font-size: 1.3rem; }
  .widget.annonce {
    text-align: center; }
  main {
    margin-bottom: 2rem;
    padding-left:0 !important;padding-right:0 !important; }
  .annuaire-detail .bandeau {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  img.vignette-fiche-site {
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: block; } }

.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  will-change: transform, opacity; }

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0); } }

@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.animated.slideDown {
  -webkit-animation-name: slideDown;
  animation-name: slideDown; }

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-100%); } }

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); } }

.animated.slideUp {
  -webkit-animation-name: slideUp;
  animation-name: slideUp; }

.astuces-question p {
   font-weight: 700;
}

.rm {
width:100%;margin: 1rem 0;background-color:#252954;padding:0.7rem;
text-align: center;
}
.rm .ligne1 {
font-size: 2.3rem;
color: #fbc027;
}
.rm .lignes {
font-size: 1.8rem;
color: white; 
line-height: 1.0rem;
padding-bottom:0.5rem
}
.rm a { color: #5cbfc9; }
.rm a:hover, .rm a:focus { color: #fbc027; }

/* marges tableaux */
figure.wp-block-table td {
padding-top:10px!important;
padding-bottom:10px!important;
}

.tableau-bordures {
  margin: 1.5em 0 !important;
  border: 2px solid #252954;
  border-collapse: collapse;
}
.tableau-bordures th {
   border: 1px solid #252954;
   padding: 0.4em;
   background-color: #252954;
   color: white;
   font-weight: 700;
}
.tableau-bordures td {
   border: 1px solid #999;
   padding: 0.4em;
}
.tableau-bordures figcaption {
  padding: 0.4em 0;
}
figure.tableau-25-75 table {
  table-layout: fixed;
  width: 100%;
}
figure.tableau-25-75 table th:first-child,
figure.tableau-25-75 table td:first-child {
  width: 25%;
}

figure.tableau-25-75 table th:nth-child(2),
figure.tableau-25-75 table td:nth-child(2) {
  width: 75%;
}

.wp-block-yoast-faq-block{
  margin: 2em 0 !important;
}


/* --- CORRECTIF YARPP (Version 3 colonnes Desktop) --- */

.yarpp-thumbnails-horizontal {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    margin-top: 20px;
}

/* DESKTOP : 3 Colonnes */
.yarpp-thumbnail {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    vertical-align: top !important;
    text-decoration: none !important;
    border: none !important;
    margin-bottom: 30px !important;
    
    /* 31% permet de faire tenir 3 blocs avec l'espace du "space-between" */
    width: 31% !important; 
    max-width: 31% !important; 
}

.yarpp-thumbnail img {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 12px !important;
    display: block !important;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05); /* Petit bonus design */
}

.yarpp-thumbnail-title {
    font-size: 15px !important; /* Légèrement plus grand pour 3 col */
    line-height: 1.4 !important;
    width: 100%;
}

/* --- MOBILE (< 768px) : On force 2 colonnes --- */
@media (max-width: 768px) {
    .yarpp-thumbnail {
        width: 48% !important; 
        max-width: 48% !important;
        margin-bottom: 20px !important;
        align-items: flex-start !important; /* Aligné gauche sur mobile */
        text-align: left !important;
    }
}