/* ancienne couleur */
/*nouvelle couleur*/
/* COMMon STYLE*/
.border_gray {
  border: 1px solid #fff;
  background: url(images/bg-gris-arabesque.jpg) #e3e3e3 repeat;
  height: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /*border interieur*/
}
.border_gray_border {
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /*border interieur*/
}
.border_purpple {
  border: 2px solid #6a3f42;
  background: url(images/bg_inscription2.jpg) #e3e3e3 repeat;
  height: 100%;
}
/* =Reset
-------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
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%;
  /*vertical-align: baseline;*/
}
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;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
}
del {
  color: #333;
}
ins {
  background: #fff9c0;
  text-decoration: none;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 24px;
  margin-bottom: 1.71428571rem;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
small {
  font-size: smaller;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
  clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
  display: table;
  content: "";
}
/* =Repeatable patterns
-------------------------------------------------------------- */
/* Small headers */
.page-title,
.entry-content th,
.comment-content th {
  font-family: 'Oleo Script', cursive;
  font-size: 48px;
  color: green;
}
.archive-title,
.single h1,
.page h1 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 32px;
  color: #333;
  margin-bottom: 15px;
  margin-top: 20px;
  font-weight: normal;
  letter-spacing: -1px;
  text-transform: uppercase;
}
.rose {
  color: #d11e67;
}
.archive-title .big {
  font-size: 40px;
}
/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
  font-size: 11px;
  font-size: 0.78571429rem;
  line-height: 2.18181818;
}
/* Form fields, general styles first */
button,
input,
textarea,
select {
  border: 1px solid #ccc;
  border-radius: 3px;
  font-family: inherit;
  padding: 6px;
  padding: 0.42857143rem;
}
button,
input {
  line-height: normal;
}
textarea {
  font-size: 100%;
  overflow: auto;
  vertical-align: top;
}
/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
  border: 0;
  border-radius: 0;
  padding: 0;
}
/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
  padding: 6px 10px;
  padding: 0.42857143rem 0.71428571rem;
  font-size: 11px;
  font-size: 0.78571429rem;
  line-height: 1.42857143;
  font-weight: normal;
  color: #7c7c7c;
  background-color: #e6e6e6;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  cursor: pointer;
}
button[disabled],
input[disabled] {
  cursor: default;
}
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
  color: #5e5e5e;
  background-color: #ebebeb;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
  color: #757575;
  background-color: #e1e1e1;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
  background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
  background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
  background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
  background-image: linear-gradient(top, #ebebeb, #e1e1e1);
  box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
  border-color: transparent;
}
.bypostauthor cite span {
  color: #fff;
  background-color: #21759b;
  background-image: none;
  border: 1px solid #1f6f93;
  border-radius: 2px;
  box-shadow: none;
  padding: 0;
}
/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
  max-width: 100%;
  /* Fluid images for posts, comments, and widgets */
}
/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
  max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
  max-width: 100% !important;
  /* Override the Twitter embed fixed width */
}
/* Images */
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}*/
.wp-caption {
  max-width: 100%;
  /* Keep wide captions from overflowing their container. */
  padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
  font-style: italic;
  font-size: 12px;
  font-size: 0.85714286rem;
  line-height: 2;
  color: #757575;
}
img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.entry-content dl.gallery-item {
  margin: 0;
}
.gallery-item a,
.gallery-caption {
  width: 90%;
}
.gallery-item a {
  display: block;
}
.gallery-caption a {
  display: inline;
}
.gallery-columns-1 .gallery-item a {
  max-width: 100%;
  width: auto;
}
.gallery .gallery-icon img {
  height: auto;
  max-width: 90%;
  padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
  padding: 3%;
}
/* Navigation */
.site-content nav {
  clear: both;
  line-height: 2;
  overflow: hidden;
}
#nav-above {
  padding: 24px 0;
  padding: 1.71428571rem 0;
}
#nav-above {
  display: none;
}
.paged #nav-above {
  display: block;
}
.nav-previous,
.previous-image {
  float: left;
  width: 50%;
}
.nav-next,
.next-image {
  float: right;
  text-align: right;
  width: 50%;
}
/* Author profiles */
.author .archive-header {
  margin-bottom: 24px;
  margin-bottom: 1.71428571rem;
}
.author-info {
  border-top: 1px solid #ededed;
  margin: 24px 0;
  margin: 1.71428571rem 0;
  padding-top: 24px;
  padding-top: 1.71428571rem;
  overflow: hidden;
}
.author-description p {
  color: #757575;
  font-size: 13px;
  font-size: 0.92857143rem;
  line-height: 1.84615385;
}
.author.archive .author-info {
  border-top: 0;
  margin: 0 0 48px;
  margin: 0 0 3.42857143rem;
}
.author.archive .author-avatar {
  margin-top: 0;
}
/* =Basic structure
-------------------------------------------------------------- */
/* Body, links, basics */
html {
  font-size: 87.5%;
}
body {
  color: #332922;
  font-size: 14px;
  font-size: 1rem;
  font-family: Helvetica, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  background: url(images/background-general.jpg) top center no-repeat;
}
body.home {
  background: url(images/background-accueil.jpg) top center no-repeat;
}
body.custom-font-enabled {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
a {
  outline: none;
  color: #fb257e;
}
a:hover {
  color: #000;
}
/* Page structure */
.site {
  padding: 0 24px;
  padding: 0 1.71428571rem;
  background-color: transparent;
}
.site-content {
  margin: 40px 0 0;
}
.widget-area {
  margin: 40px 0 0;
}
/* Header */
.site-header {
  /*padding: 5px 0 15px 0 ;*/
}
.site-header h1,
.site-header h2 {
  text-align: center;
}
.site-header h1 a,
.site-header h2 a {
  color: #515151;
  display: inline-block;
  text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
  color: #21759b;
}
.site-header h1 {
  font-size: 24px;
  font-size: 1.71428571rem;
  line-height: 1.28571429;
  margin-bottom: 14px;
  margin-bottom: 1rem;
}
.site-header h2 {
  font-weight: normal;
  font-size: 13px;
  font-size: 0.92857143rem;
  line-height: 1.84615385;
  color: #757575;
}
.header-image {
  margin-top: 24px;
  margin-top: 1.71428571rem;
}
/* topbar : barre statistique et connection membre */
#topbar {
  width: 100%;
  height: 26px;
  padding-top: 3px;
}
#topbar #connect_info #info_member {
  font-family: "Arial Narrow", "Arial", sans-serif;
  font-stretch: condensed;
  font-size: 16px;
  color: #999999;
  float: left;
  margin-top: 2px;
}
#topbar #connect_info #info_member span {
  font-weight: bold;
  font-size: 12px;
}
#topbar #connect_info .info_men_women {
  font-family: "Arial Narrow", "Arial", sans-serif;
  font-stretch: condensed;
  font-size: 16px;
  padding-left: 12px;
  float: left;
  margin-left: 15px;
  height: 21px;
  padding-top: 2px;
}
#topbar #connect_info #info_women {
  background: url("images/info_women.png") no-repeat;
  color: #fb257e;
}
#topbar #connect_info #info_men {
  background: url("images/info_men.png") no-repeat;
  color: #c000ff;
}
#topbar #member_connexion {
  float: right;
  margin-top: 3px;
}
#topbar #member_connexion a {
  background: url("images/info_connexion.png") no-repeat;
  padding-left: 15px;
  font-family: "Arial Narrow", "Arial", sans-serif;
  font-stretch: condensed;
  font-size: 12px;
  color: white;
  text-decoration: none;
}
hgroup {
  width: 100%;
  height: 90px;
  margin-top: 15px;
}
hgroup #logo {
  float: left;
  margin-top: 5px;
}
hgroup #logo #logo_txt {
  color: white;
  font-size: 18px;
  display: block;
  font-family: "Arial Narrow", "Arial", sans-serif;
  font-stretch: condensed;
  margin-top: -17px;
  margin-left: 60px;
}
hgroup #logo #logo_txt h1 {
  color: white;
  font-size: 16px;
  letter-spacing: 2px;
  font-family: "Arial Narrow", "Arial", sans-serif;
  font-stretch: condensed;
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: 1;
}
hgroup #menu-top {
  float: right;
  margin-top: 17px;
}
hgroup #menu-top ul {
  margin: 0;
  padding: 0;
}
hgroup #menu-top li {
  border: 1px solid #78183f;
  border-radius: 5px;
  float: left;
  font-weight: bold;
  font-size: 18px;
  margin-right: 2px;
  text-transform: uppercase;
}
hgroup #menu-top a {
  background: url("images/bg-menu-top.png") no-repeat scroll 0 0 #b51a59;
  padding: 9px 18px 10px 16px;
  border: 1px solid #db2972;
  color: #fff;
  display: block;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0px;
  font-size: 14px;
  line-height: normal;
  border-radius: 5px;
}
hgroup #menu-top li:hover,
hgroup #menu-top li.current-menu-item {
  border: 1px solid #78183f;
}
hgroup #menu-top li.current-menu-item a,
hgroup #menu-top a:hover {
  background: none repeat scroll 0 0 #f4eef0;
  border: 1px solid #fff;
  color: #3f2529;
}
body.home #logo {
  margin-top: 0px;
}
body.home #menu-top {
  margin-top: 13px;
}
/* MENU BURGER */
.menu-menu-1-container {
  display: inline-block;
}
#hamburger-button {
  display: none;
  cursor: pointer;
  background: none;
  border: none;
  font-size: 35px;
  vertical-align: top;
  padding: 0;
  line-height: 47px;
  float: right;
  color: white;
  position: absolute;
  top: 10px;
  right: 0;
}
#monBouton:hover,
#monBouton:focus {
  background-color: #c8c8c8;
  cursor: pointer;
}
#hamburger-overlay {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
#hamburger-sidebar {
  display: none;
  position: fixed;
  width: 84%;
  z-index: 20;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #d11e67;
  overflow-y: auto;
  transform: translateX(-100%);
  transition: transform 0.2s ease-out;
}
#hamburger-sidebar-body {
  padding: 16px 25px;
  text-align: left;
}
#hamburger-sidebar-body ul {
  background-image: none;
}
#hamburger-sidebar-body li {
  display: block;
  font-size: 18px;
  line-height: 50px;
}
#hamburger-sidebar-body li a {
  text-decoration: none;
  color: white;
  background: url(https://www.plancul-gratuit.fr/wp-content/themes/twentytwelve-plancul/images/puce-carre-blanche.png) no-repeat 0 10px;
  padding-left: 12px;
}
#hamburger-sidebar-body li a:hover {
  text-decoration: underline;
}
/* hack pour firefox */
@-moz-document url-prefix() {
  body.home hgroup {
    height: 70px;
  }
}
#site_annee {
  position: absolute;
  margin-top: -175px;
  margin-left: 445px;
  width: 70px;
  height: 60px;
}
#site_annee .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
#site_annee .bg img {
  object-fit: contain;
}
#site_annee .year {
  position: absolute;
  width: 100%;
  color: #000000;
  top: 21px;
  left: 0;
  text-align: center;
  font-size: 13px;
  letter-spacing: -1px;
}
#site_annee .desc {
  position: absolute;
  width: 100%;
  color: #000000;
  top: 45px;
  left: 0;
  text-align: center;
  font-size: 8px;
  line-height: 7px;
  font-weight: bold;
  text-shadow: -1px -1px 0 #eeeeee, 1px -1px 0 #eeeeee, -1px 1px 0 #eeeeee, 1px 1px 0 #eeeeee;
}
#site_annee_header {
  float: left;
  margin-left: 20px;
  margin-top: 5px;
  width: 70px;
  height: 60px;
  position: relative;
}
#site_annee_header .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
#site_annee_header .bg img {
  object-fit: contain;
}
#site_annee_header .year {
  position: absolute;
  width: 100%;
  color: #000000;
  top: 21px;
  left: 0;
  text-align: center;
  font-size: 13px;
  letter-spacing: -1px;
}
#site_annee_header .desc {
  position: absolute;
  width: 100%;
  color: #000000;
  top: 45px;
  left: 0;
  text-align: center;
  font-size: 8px;
  line-height: 7px;
  font-weight: bold;
  text-shadow: -1px -1px 0 #eeeeee, 1px -1px 0 #eeeeee, -1px 1px 0 #eeeeee, 1px 1px 0 #eeeeee;
}
/* Banner */
section[role="banner"] {
  margin-bottom: 48px;
  margin-bottom: 3.42857143rem;
}
/* Sidebar */
.widget-area .widget {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  margin-bottom: 48px;
  margin-bottom: 3.42857143rem;
  word-wrap: break-word;
}
.widget-area .widget h3 {
  margin-bottom: 24px;
  margin-bottom: 1.71428571rem;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
  font-size: 13px;
  font-size: 0.92857143rem;
  line-height: 1.84615385;
}
.widget-area .widget p {
  margin-bottom: 24px;
  margin-bottom: 1.71428571rem;
}
.widget-area .textwidget ul {
  list-style: disc outside;
  margin: 0 0 24px;
  margin: 0 0 1.71428571rem;
}
.widget-area .textwidget li {
  margin-left: 36px;
  margin-left: 2.57142857rem;
}
.widget-area .widget a {
  color: #757575;
}
.widget-area .widget a:hover {
  color: #21759b;
}
.widget-area .widget a:visited {
  color: #9f9f9f;
}
.widget-area #s {
  width: 53.66666667%;
  /* define a width to avoid dropping a wider submit button */
}
/* =Main content and comment content
-------------------------------------------------------------- */
.entry-meta {
  clear: both;
}
.entry-header {
  margin-bottom: 24px;
  margin-bottom: 1.71428571rem;
}
.entry-header img.wp-post-image {
  margin-bottom: 24px;
  margin-bottom: 1.71428571rem;
}
/*
.entry-header .entry-title {
	font-size: 20px;
	font-size: 1.428571429rem;
	line-height: 1.2;
	font-weight: normal;
}
*/
.entry-header .entry-title a {
  text-decoration: none;
}
.entry-header .entry-format {
  margin-top: 24px;
  margin-top: 1.71428571rem;
  font-weight: normal;
}
.entry-header .comments-link {
  margin-top: 24px;
  margin-top: 1.71428571rem;
  font-size: 13px;
  font-size: 0.92857143rem;
  line-height: 1.84615385;
  color: #757575;
}
.comments-link a,
.entry-meta a {
  color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
  color: #21759b;
}
article.sticky .featured-post {
  border-top: 4px double #ededed;
  border-bottom: 4px double #ededed;
  color: #757575;
  font-size: 13px;
  font-size: 0.92857143rem;
  line-height: 3.69230769;
  margin-bottom: 24px;
  margin-bottom: 1.71428571rem;
  text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
  line-height: 1.71428571;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
  /*margin: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;*/
}
.entry-content h1 {
  font-size: 21px;
  font-size: 1.5rem;
  line-height: 1.5;
}
.entry-content h4 {
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.84615385;
}
.entry-content h5 {
  font-size: 13px;
  font-size: 0.92857143rem;
  line-height: 1.84615385;
}
.entry-content h6 {
  font-size: 12px;
  font-size: 0.85714286rem;
  line-height: 1.84615385;
}
.entry-content p,
.entry-summary p,
.mu_register p {
  margin: 0 0 24px;
  margin: 0 0 1.71428571rem;
  line-height: 1.71428571;
}
.entry-content a:visited {
  color: #9f9f9f;
}
.entry-content ol,
.entry-content ul,
.mu_register ul {
  margin: 0 0 24px;
  margin: 0 0 1.71428571rem;
  line-height: 1.71428571;
}
.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
  margin-bottom: 0;
}
.entry-content ul .mu_register ul {
  list-style: disc outside;
}
.entry-content ol {
  list-style: decimal outside;
}
.entry-content li,
.mu_register li {
  margin: 0 0 0 36px;
  margin: 0 0 0 2.57142857rem;
}
.entry-content blockquote {
  margin-bottom: 24px;
  margin-bottom: 1.71428571rem;
  padding: 24px;
  padding: 1.71428571rem;
  font-style: italic;
}
.entry-content blockquote p:last-child {
  margin-bottom: 0;
}
.entry-content code,
.comment-content code {
  font-family: Consolas, Monaco, Lucida Console, monospace;
  font-size: 12px;
  font-size: 0.85714286rem;
  line-height: 2;
}
.entry-content pre,
.comment-content pre {
  border: 1px solid #ededed;
  color: #666;
  font-family: Consolas, Monaco, Lucida Console, monospace;
  font-size: 12px;
  font-size: 0.85714286rem;
  line-height: 1.71428571;
  margin: 24px 0;
  margin: 1.71428571rem 0;
  overflow: auto;
  padding: 24px;
  padding: 1.71428571rem;
}
.entry-content pre code,
.comment-content pre code {
  display: block;
}
.entry-content abbr,
.entry-content dfn,
.entry-content acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
.entry-content address {
  display: block;
  line-height: 1.71428571;
  margin: 0 0 24px;
  margin: 0 0 1.71428571rem;
}
img.alignleft,
.wp-caption.alignleft {
  margin: 12px 24px 12px 0;
  margin: 0.85714286rem 1.71428571rem 0.85714286rem 0;
}
img.alignright,
.wp-caption.alignright {
  margin: 12px 0 12px 24px;
  margin: 0.85714286rem 0 0.85714286rem 1.71428571rem;
}
img.aligncenter,
.wp-caption.aligncenter {
  clear: both;
  margin-top: 12px;
  margin-top: 0.85714286rem;
  margin-bottom: 12px;
  margin-bottom: 0.85714286rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
  margin-bottom: 24px;
  margin-bottom: 1.71428571rem;
}
.entry-content dl,
.comment-content dl {
  margin: 0 24px;
  margin: 0 1.71428571rem;
}
.entry-content dt,
.comment-content dt {
  font-weight: bold;
  line-height: 1.71428571;
}
.entry-content dd,
.comment-content dd {
  line-height: 1.71428571;
  margin-bottom: 24px;
  margin-bottom: 1.71428571rem;
}
.entry-content table caption,
.comment-content table caption {
  font-size: 16px;
  font-size: 1.14285714rem;
  margin: 24px 0;
  margin: 1.71428571rem 0;
}
.page-links {
  clear: both;
  line-height: 1.71428571;
}
footer.entry-meta {
  margin-top: 24px;
  margin-top: 1.71428571rem;
  font-size: 13px;
  font-size: 0.92857143rem;
  line-height: 1.84615385;
  color: #757575;
}
.single-author .entry-meta .by-author {
  display: none;
}
.mu_register h2 {
  color: #757575;
  font-weight: normal;
}
/* =Archives
-------------------------------------------------------------- */
.archive-meta {
  color: #757575;
  font-size: 12px;
  font-size: 0.85714286rem;
  line-height: 2;
  margin-top: 22px;
  margin-top: 1.57142857rem;
}
/* =Single image attachment view
-------------------------------------------------------------- */
.article.attachment {
  overflow: hidden;
}
.image-attachment div.attachment {
  text-align: center;
}
.image-attachment div.attachment p {
  text-align: center;
}
.image-attachment div.attachment img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.image-attachment .entry-caption {
  margin-top: 8px;
  margin-top: 0.57142857rem;
}
/* =Aside post format
-------------------------------------------------------------- */
article.format-aside h1 {
  margin-bottom: 24px;
  margin-bottom: 1.71428571rem;
}
article.format-aside h1 a {
  text-decoration: none;
  color: #4d525a;
}
article.format-aside h1 a:hover {
  color: #2e3542;
}
article.format-aside .aside {
  padding: 24px 24px 0;
  padding: 1.71428571rem;
  background: #d2e0f9;
  border-left: 22px solid #a8bfe8;
}
article.format-aside p {
  font-size: 13px;
  font-size: 0.92857143rem;
  line-height: 1.84615385;
  color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
  margin-bottom: 0;
}
/* =Post formats
-------------------------------------------------------------- */
/* Image posts */
article.format-image footer h1 {
  font-size: 13px;
  font-size: 0.92857143rem;
  line-height: 1.84615385;
  font-weight: normal;
}
article.format-image footer h2 {
  font-size: 11px;
  font-size: 0.78571429rem;
  line-height: 2.18181818;
}
article.format-image footer a h2 {
  font-weight: normal;
}
/* Link posts */
article.format-link header {
  padding: 0 10px;
  padding: 0 0.71428571rem;
  float: right;
  font-size: 11px;
  font-size: 0.78571429rem;
  line-height: 2.18181818;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  color: #848484;
  background-color: #ebebeb;
  border-radius: 3px;
}
article.format-link .entry-content {
  max-width: 80%;
  float: left;
}
article.format-link .entry-content a {
  font-size: 22px;
  font-size: 1.57142857rem;
  line-height: 1.09090909;
  text-decoration: none;
}
/* Quote posts */
article.format-quote .entry-content p {
  margin: 0;
  padding-bottom: 24px;
  padding-bottom: 1.71428571rem;
}
article.format-quote .entry-content blockquote {
  display: block;
  padding: 24px 24px 0;
  padding: 1.71428571rem 1.71428571rem 0;
  font-size: 15px;
  font-size: 1.07142857rem;
  line-height: 1.6;
  font-style: normal;
  color: #6a6a6a;
  background: #efefef;
}
/* Status posts */
.format-status .entry-header {
  margin-bottom: 24px;
  margin-bottom: 1.71428571rem;
}
.format-status .entry-header header {
  display: inline-block;
}
.format-status .entry-header h1 {
  font-size: 15px;
  font-size: 1.07142857rem;
  font-weight: normal;
  line-height: 1.6;
  margin: 0;
}
.format-status .entry-header h2 {
  font-size: 12px;
  font-size: 0.85714286rem;
  font-weight: normal;
  line-height: 2;
  margin: 0;
}
.format-status .entry-header header a {
  color: #757575;
}
.format-status .entry-header header a:hover {
  color: #21759b;
}
.format-status .entry-header img {
  float: left;
  margin-right: 21px;
  margin-right: 1.5rem;
}
/* =Comments
-------------------------------------------------------------- */
/* Comment form */
#respond {
  margin-top: 48px;
  margin-top: 3.42857143rem;
}
#respond h3#reply-title {
  font-size: 16px;
  font-size: 1.14285714rem;
  line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
  margin-left: 10px;
  margin-left: 0.71428571rem;
  font-weight: normal;
  font-size: 12px;
  font-size: 0.85714286rem;
}
#respond form {
  margin: 24px 0;
  margin: 1.71428571rem 0;
  margin-bottom: 6rem;
}
#respond form p {
  margin: 11px 0;
  margin: 0.78571429rem 0;
}
#respond form p.logged-in-as {
  margin-bottom: 24px;
  margin-bottom: 1.71428571rem;
}
#respond form label {
  display: block;
}
#respond form input[type="text"],
#respond form textarea {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 0.85714286rem;
  line-height: 1.71428571;
  padding: 10px;
  padding: 0.71428571rem;
  width: 100%;
}
#respond form p.form-allowed-tags {
  margin: 0;
  font-size: 12px;
  font-size: 0.85714286rem;
  line-height: 2;
  color: #5e5e5e;
}
.required {
  color: red;
}
/* =Front page template
-------------------------------------------------------------- */
.entry-page-image {
  margin-bottom: 14px;
  margin-bottom: 1rem;
}
.template-front-page .site-content article {
  border: 0;
  margin-bottom: 0;
}
.template-front-page .widget-area {
  clear: both;
  float: none;
  width: auto;
  padding-top: 24px;
  padding-top: 1.71428571rem;
  border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
  margin: 8px 0 0;
  margin: 0.57142857rem 0 0;
  font-size: 13px;
  font-size: 0.92857143rem;
  line-height: 1.71428571;
  list-style-type: square;
  list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
  color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
  color: #21759b;
}
.template-front-page .widget-area .widget_text img {
  float: left;
  margin: 8px 24px 8px 0;
  margin: 0.57142857rem 1.71428571rem 0.57142857rem 0;
}
/* =Widgets
-------------------------------------------------------------- */
.widget-area .widget ul ul {
  margin-left: 12px;
  margin-left: 0.85714286rem;
}
.widget_rss li {
  margin: 12px 0;
  margin: 0.85714286rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
  color: #aaa;
  font-size: 11px;
  font-size: 0.78571429rem;
  margin-left: 12px;
  margin-left: 0.85714286rem;
}
#wp-calendar {
  margin: 0;
  width: 100%;
  font-size: 13px;
  font-size: 0.92857143rem;
  line-height: 1.84615385;
  color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
  text-align: left;
}
#wp-calendar #next {
  padding-right: 24px;
  padding-right: 1.71428571rem;
  text-align: right;
}
.widget_search label {
  display: block;
  font-size: 13px;
  font-size: 0.92857143rem;
  line-height: 1.84615385;
}
.widget_twitter li {
  list-style-type: none;
}
.widget_twitter .timesince {
  display: block;
  text-align: right;
}
/* =Plugins
----------------------------------------------- */
/* = INSCRIPTION
----------------------------------------------- */
.ptprelinker-register-form {
  width: 100% !important;
  background-color: transparent;
}
.ptprelinker-register-form .ptprelinker-content {
  max-width: 100% !important;
  width: 100% !important;
}
.ptprelinker-register-form .ptprelinker-content-inner {
  background-color: transparent !important;
  padding: 1rem 4rem 2rem 4rem !important;
  width: 100% !important;
}
.ptprelinker-register-form .ptprelinker-button-success {
  text-transform: uppercase;
  letter-spacing: -1px;
  background: url("images/bg-menu-top.png") repeat scroll 0 0 #b51a59;
  border: 1px solid #db2972;
  box-shadow: 0px 0px 0px 1px #805063;
  color: white;
  display: block;
  font-size: 16px;
  line-height: 20px;
  margin-top: 0;
  padding: 7px 20px;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  background-color: #d11e67 !important;
  border: 1px solid #d11e67 !important;
  font-weight: bold;
}
.ptprelinker-register-form .ptprelinker-button-success:hover {
  text-transform: uppercase;
  letter-spacing: -1px;
  background: url("images/bg-menu-top.png") repeat scroll 0 0 #b51a59;
  border: 1px solid #db2972;
  box-shadow: 0px 0px 0px 1px #805063;
  color: white;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  margin-top: 0;
  padding: 7px 20px;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  color: #ffa2c6 !important;
}
.ptprelinker-register-form .fb_connect {
  font-size: 1rem !important ;
}
img#wpstats {
  display: block;
  margin: 0 auto 24px;
  margin: 0 auto 1.71428571rem;
}
/* -------- CARTE - INSCRIPTION --------------*/
.col_two {
  height: 100%;
}
.col_two .title {
  margin: 20px 0 0 20px;
}
.col_two .title h2 {
  letter-spacing: -1px;
  font-weight: normal;
  font-size: 22px;
  text-transform: uppercase;
}
.col_two .title h2 span {
  color: #d11e67;
  /*font-size: 26px;*/
}
.col_two#map {
  width: 490px;
  float: left;
}
.col_two#map .border_gray {
  height: 723px;
}
.col_two#map #menu_top_ville {
  width: 460px;
  padding: 40px 0 20px 20px;
  clear: both;
  /*
		ol .col {
			float: left;width: 120px;
		}
		
		ol .col#col1 {width: 100px;} 
		ol .col#col2 {width: 115px;}
		*/
}
.col_two#map #menu_top_ville ol {
  column-count: 4;
  padding-left: 10px;
}
.col_two#map #menu_top_ville ol .col li {
  list-style-type: decimal;
}
.col_two#map #menu_top_ville ol .col li a {
  font-size: 14px;
  color: #555555;
  line-height: 18px;
}
.col_two#map #canvas_france {
  margin-top: 30px;
  margin-bottom: 20px;
  margin-left: 20px;
  height: 410px;
}
.col_two#map #canvas_france svg {
  height: 410px;
  width: 440px;
}
.col_two#last_ad_home {
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /*border interieur*/
  width: 495px;
  float: right;
}
.col_two#last_ad_home a.see_all {
  float: right;
  padding: 20px 0 0 0;
  font-size: 12px;
  margin-right: 140px;
  margin-top: -35px;
  /*background: url(images/icon_fleche_rose.png) right 24px no-repeat;*/
  padding-right: 25px;
  text-decoration: none;
  text-transform: uppercase;
}
.col_two#last_ad_home .contenu {
  margin-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
}
.col_two#last_ad_home .annonce {
  float: left;
  padding: 0px 0;
  margin-left: 0px;
  width: 49%;
}
.col_two#last_ad_home .annonce .img {
  float: left;
  padding: 3px;
  background: #fff;
  margin-right: 7px;
  border: 1px solid #DBDBDB;
}
.col_two#last_ad_home .image_empty_60 {
  background: url(images/default-avatar-60.jpg);
  width: 60px;
  height: 60px;
}
.col_two#last_ad_home .image_empty_60_m {
  background: url(images/default-avatar-60-m.jpg);
  width: 60px;
  height: 60px;
}
.col_two#last_ad_home .annonce .title {
  margin-top: 3px;
  line-height: 18px;
  word-wrap: break-word;
}
.col_two#last_ad_home .annonce .title a {
  color: #332922;
  text-decoration: none;
  font-size: 14px;
  word-wrap: break-word;
}
.col_two#last_ad_home .annonce .title a img {
  margin-left: 5px;
  line-height: normal;
}
.col_two#registration {
  border: 1px solid #332922;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /*border interieur*/
  width: 495px;
  float: right;
  margin-top: 10px;
}
.col_two#registration .title {
  color: white;
}
.col_two#registration .contenu {
  padding: 0;
}
#form_inscription_single_fancy,
#form_inscription_page_inscription,
#form_inscription_page_connexion,
#form-pre-footer-sidebar {
  background: url("images/bg_inscription2.jpg") repeat scroll 0 0 #e3e3e3;
  border: 1px solid #332922;
}
#form_inscription_single_fancy .border_purpple,
#form_inscription_page_inscription .border_purpple,
#form_inscription_page_connexion .border_purpple,
#form-pre-footer-sidebar .border_purpple {
  background: url("images/bg_inscription2.jpg") repeat scroll 0 0 #e3e3e3;
  border: 2px solid #6a3f42;
  height: 100%;
  padding: 0 0 15px 0;
  background-size: 100% 100%;
}
#form_inscription_single_fancy .info,
#form_inscription_page_inscription .info,
#form_inscription_page_connexion .info,
#form-pre-footer-sidebar .info {
  font-size: 14px;
  color: white;
  max-width: 500px;
  padding: 0 15px 15px 15px;
}
/* pour le responsive on met le fond sur la fancy et on enlève le fond du div form_inscription_single_fancy */
.fancybox-outer {
  background: url("images/bg_inscription2.jpg") repeat scroll 0 0 #e3e3e3;
}
.fancybox-overlay .fancybox-wrap.fancybox-desktop {
  border: 2px solid #6a3f42;
}
.fancybox-outer #form_inscription_single_fancy,
.fancybox-outer #form_inscription_single_fancy .border_purpple {
  background: none;
  border: none;
}
/* connexion */
#formconnexion {
  padding: 2rem 4rem 0rem 4rem !important;
  background-color: transparent !important;
}
#formconnexion .ptprelinker-content-inner {
  border: none;
  background-color: transparent !important;
}
#formconnexion .ptprelinker-content-inner .ptprelinker-login-form > form[name=login_form] {
  width: 100%;
}
#formconnexion .ptprelinker-content-inner .ptprelinker-login-form > form[name=login_form] .ptprelinker-input-group {
  width: 100%;
}
#formconnexion .ptprelinker-content-inner .ptprelinker-login-form > form[name=login_form] .ptprelinker-input-group input {
  width: 100%;
}
#formconnexion .ptprelinker-content-inner .ptprelinker-login-form > form[name=login_form] .ptprelinker-buttons input {
  font-size: 1.15rem;
  padding: 7px 0 !important;
  letter-spacing: normal !important;
  text-transform: uppercase;
  letter-spacing: -1px;
  background: url("images/bg-menu-top.png") repeat scroll 0 0 #b51a59;
  border: 1px solid #db2972;
  box-shadow: 0px 0px 0px 1px #805063;
  color: white;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  margin-top: 0;
  padding: 7px 20px;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  width: 100%;
}
#formconnexion .ptprelinker-content-inner .ptprelinker-login-form > form[name=login_form] .ptprelinker-buttons input:hover {
  color: #ffa2c6;
}
#formconnexion a.ptprelinker-forgotten-link {
  color: #fff;
  font-size: 0.95rem;
  text-decoration: underline;
}
#form_inscription_page_connexion {
  margin-bottom: 2rem;
}
/* fin modif responsive */
#form_inscription_page_inscription .border_purpple {
  padding-top: 30px;
}
/* form inscription dans la page, alors on affiche et retire certain élément */
#form_inscription_single_fancy .title_fancy,
#form_inscription_single_fancy .title_click_tchat {
  display: none;
  background: url(images/error.png) no-repeat 5px 10px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 20px;
  letter-spacing: -1px;
  padding: 15px 0 0 40px;
  color: white;
  margin-bottom: 15px;
}
#form-pre-footer-sidebar .title-form {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 20px;
  letter-spacing: -1px;
  padding: 15px 40px 0 40px;
  color: white;
  margin-bottom: 15px;
  text-align: center;
}
#form_inscription_single_fancy .title_single {
  display: block;
  padding: 15px 0 0px 25px;
  color: #ffffff;
  font-size: 28px;
  letter-spacing: -1px;
  padding-bottom: 13px;
  text-transform: uppercase;
}
#form_inscription_single_fancy .title_single .big {
  color: #d11e67;
  font-size: 32px;
}
#form_inscription_single_fancy .info {
  display: none;
  line-height: 18px;
}
/* form inscription dans fancy, alors on affiche et retire certain élément */
.fancybox-inner > #form_inscription_single_fancy > .border_purpple > .title_single {
  display: none;
}
.fancybox-inner > #form_inscription_single_fancy > .border_purpple > .info {
  display: block;
}
.fancybox-inner > #form_inscription_single_fancy > .border_purpple > .title_fancy {
  display: block;
}
.fancybox-inner > #form_inscription_single_fancy > .border_purpple > .title_fancy {
  display: block;
}
.fancybox-close {
  top: -10px !important;
  right: -10px !important;
}
/* ------------ ACCUEIL avantage -----------------*/
.line#advantage {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #DBDBDB;
  background: white;
  border: 1px solid #eeeeee;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  box-sizing: border-box;
}
.line#advantage .bloc {
  float: left;
  width: 31%;
  margin: 0 1% 20px 1%;
  text-align: center;
}
.line#advantage img {
  margin-top: 7px;
}
.line#advantage .title {
  font-size: 24px;
  line-height: 32px;
}
.line#advantage .rose {
  color: #d11e67;
}
.line#advantage .content {
  color: #B8B8B8;
  font-size: 16px;
  line-height: 20px;
}
.col_two#top_categ_accueil {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /*border interieur*/
  width: 495px;
  float: right;
  margin-top: 10px;
}
.col_two#top_categ_accueil .contenu {
  padding: 20px 0 20px 20px;
}
.col_two#top_categ_accueil .contenu ul {
  column-count: 4;
  list-style: decimal;
  padding-left: 16px;
}
.col_two#top_categ_accueil .contenu ul li {
  font-size: 14px !important;
  color: #555555;
  line-height: 18px !important;
}
.col_two#top_categ_accueil .contenu ul li a {
  color: #555555;
}
/* --------------- Avantage Actu Magazine --------------- */
#temade .col3 {
  float: left;
  width: 277px;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  padding: 20px;
}
#temade .col3 .title {
  padding: 0px 0px 20px 0px;
  border-bottom: 1px solid #eeeeee;
}
#temade .col3 .title h2 {
  font-size: 24px;
  font-weight: normal;
  letter-spacing: -1px;
  text-transform: uppercase;
}
#temade .col3 .title h2 span {
  color: #d11e67;
}
#temade .col3 a.see_all {
  float: right;
  padding: 20px 0 0 0;
  font-size: 12px;
  background: url(images/icon_fleche_rose.png) right 24px no-repeat;
  padding-right: 25px;
  text-decoration: none;
  text-transform: uppercase;
}
.col3_spacer {
  float: left;
  width: 20px;
}
#temade .col3.colline2 {
  float: left;
  width: 277px;
  padding: 0px;
  border: none;
  background-color: transparent;
}
#temade .col3.colline2 .line2 {
  width: 277px;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  padding: 20px;
}
.clearboth {
  clear: both;
  width: 100%;
}
#temade #avis .avis_item {
  border-bottom: 1px solid #eeeeee;
  padding: 20px 0;
}
#temade #avis .avis_item img {
  float: left;
  display: block;
  margin-right: 10px;
}
#temade #avis .avis_item .content a {
  color: #999999;
  font-size: 14px;
  font-style: oblique;
  text-decoration: none;
  line-height: 18px;
  display: block;
  margin-bottom: 6px;
}
#temade #avis .avis_item .content a:hover {
  text-decoration: underline;
}
#temade #avis .avis_item .content .author {
  color: #332922;
  font-style: normal;
  display: block;
  font-size: 12px;
}
#temade #mag .mag_item {
  border-bottom: 1px solid #eeeeee;
  padding: 20px 0;
}
#temade #mag .mag_item .img {
  float: left;
  margin-right: 10px;
}
#temade #mag .mag_item .content h3 {
  display: inline;
  font-size: 17px;
}
#temade #mag .mag_item .content h3 a {
  text-decoration: none;
}
#temade #mag .mag_item .content .text {
  margin-top: 3px;
}
#temade #mag .mag_item .content .text a {
  text-decoration: none;
  color: #999999;
  line-height: 18px;
}
#temade #mag .mag_item.last {
  border-bottom: 0px solid #eeeeee;
  padding: 20px 0 0 0;
}
#temade #depotref #depot .content {
  color: #999999;
  line-height: 19px;
  margin-top: 15px;
}
#temade #depotref #depot a.btn {
  margin-top: 15px;
  height: 45px;
  line-height: 45px;
  display: block;
  width: 100%;
  background: url(images/bg_btn_fonce.jpg) repeat;
  border: 1px solid #bb1c60;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: white;
}
#temade #depotref #ref {
  margin-top: 20px;
  text-align: center;
}
#avactmag #avantage .contenu {
  margin-top: 35px;
}
#avactmag #avantage .avantage_line {
  margin-top: 15px;
}
#avactmag #avantage .avantage_colonne1 {
  float: left;
  width: 55px;
}
#avactmag #avantage .avantage_colonne2 {
  float: left;
  width: 265px;
}
#avactmag #avantage .avantage_colonne2 h3 {
  font-family: "Arial Narrow", "Arial", sans-serif;
  text-transform: uppercase;
  font-stretch: condensed;
  font-weight: normal;
  font-size: 18px;
  color: black;
  margin-bottom: 3px;
}
#avactmag #avantage .avantage_colonne2 p {
  font-size: 12px;
  line-height: 18px;
  color: #999999;
}
#avactmag #temoignages .temoignage_item {
  clear: both;
  margin-top: 25px;
}
#avactmag #temoignages .temoignage_item .texte {
  background: url(images/temoignage_bg.gif) bottom no-repeat #e6e6e6;
  padding: 20px 20px 40px 20px;
  color: #555555;
  font-style: italic;
  font-size: 12px;
  line-height: 18px;
}
#avactmag #temoignages .temoignage_item .texte a {
  color: #555555;
  text-decoration: none;
}
#avactmag #temoignages .temoignage_item .texte a:hover {
  text-decoration: underline;
}
#avactmag #temoignages .temoignage_item .image {
  float: left;
  margin-top: -10px;
}
#avactmag #temoignages .temoignage_item .image img {
  width: 50px;
  height: 50px;
}
#avactmag #temoignages .temoignage_item .auteur {
  line-height: 50px;
  margin-left: 75px;
  color: black;
  margin-top: -10px;
}
.line#reference {
  margin-top: 30px;
}
.line#reference .contenu {
  margin-top: 10px;
}
/* --------------- category : breadcrumb fil ariane ------------------*/
#breadcrumb,
#breadcrumb a {
  color: #B8B8B8;
  text-decoration: none;
  font-size: 14px;
}
#breadcrumb a:hover {
  text-decoration: underline;
}
#breadcrumb img {
  vertical-align: middle;
  margin-left: 7px;
  margin-right: 10px;
}
/* --------------- category : sous menu ------------------*/
#submenu {
  line-height: 18px;
  margin-bottom: 40px;
}
#submenu .border_gray {
  padding: 20px;
}
#submenu .carte {
  float: left;
}
#submenu li {
  float: left;
  display: inline;
  color: #332922;
}
#submenu li a {
  float: left;
  display: inline;
  color: #332922;
  font-size: 18px;
  text-decoration: none;
  background: url(images/puce-carre-noire.gif) no-repeat 0px 7px;
  padding-left: 12px;
  margin-right: 50px;
  margin-top: 5px;
  margin-bottom: 5px;
}
#submenu li a:hover {
  text-decoration: underline;
}
/* --------------- category : annonce ------------------*/
.adcat:nth-child(2n+1) {
  margin-right: 20px;
}
.adcat {
  width: 316px;
  text-align: center;
  margin-bottom: 20px;
  float: left;
  border: 1px solid #e3e3e3;
  padding-bottom: 15px;
}
.adcat .img {
  float: left;
  width: 312px;
  padding: 3px;
  background-color: white;
  margin-bottom: 5px;
}
.adcat .ngg-gallery-singlepic-image {
  margin: 0;
}
.adcat .image_empty_200 {
  background: url(images/default-avatar-312-214.jpg);
  width: 312px;
  height: 214px;
}
.adcat .image_empty_200_m {
  background: url(images/default-avatar-312-214-m.jpg);
  width: 312px;
  height: 214px;
}
.adcat .connect_status {
  position: absolute;
  margin-left: 245px;
  margin-top: 7px;
}
.adcat .connect_status .online,
.adcat .connect_status .offline {
  background: url(images/online.png) no-repeat top right;
  color: #5eb909;
  font-size: 9px;
  height: 11px;
  line-height: 10px;
  padding-right: 13px;
  text-transform: uppercase;
}
.adcat .connect_status .online {
  margin-left: 12px;
}
.adcat .connect_status .offline {
  background: url(images/offline.png) no-repeat top right;
  color: gray;
  padding-right: 13px;
}
.adcat .title {
  margin-bottom: 10px;
  margin-top: 10px;
}
.adcat .title h2 {
  font-size: 18px;
  margin: 0;
  padding: 0;
  line-height: 20px;
}
.adcat .title h2 a {
  text-decoration: none;
  color: #d11e67;
  font-weight: normal;
}
.adcat .title h2 a:hover {
  text-decoration: underline;
}
.adcat .info {
  color: #999999;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 14px;
}
.adcat .texte {
  color: #332922;
  line-height: 16px;
}
.adcat .btns {
  margin-top: 10px;
  margin-left: 52px;
}
.adcat ul li {
  float: left;
  display: inline;
  border: 1px solid #78183f;
  margin-right: 5px;
  border-radius: 5px;
}
.adcat ul li a {
  background: url("images/bg-menu-top.png") no-repeat scroll 0 0 #b51a59;
  border: 1px solid #db2972;
  color: #fff;
  display: block;
  font-size: 13px;
  letter-spacing: 0;
  line-height: normal;
  padding: 4px 12px 5px 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 5px;
}
.adcat ul li a:hover {
  color: #ffa2c6;
}
.ad_prev_next {
  clear: both;
  text-align: center;
  width: 100%;
}
.ad_prev_next a {
  text-transform: uppercase;
  color: #999999;
}
/* ----------------- SIDEBAR ---------------------- */
#secondary aside.widget {
  margin-bottom: 20px;
}
#secondary aside.widget .border_gray {
  padding: 20px 25px 20px 25px;
}
#secondary aside.widget#recherche .border_gray {
  padding: 20px 23px 20px 23px;
  background-image: none;
  background-color: #eeeeee;
}
#secondary aside.widget#connectes .border_gray {
  padding: 20px 23px 20px 23px;
}
#secondary aside.widget > .border_gray > .title {
  letter-spacing: -1px;
  font-size: 20px;
  color: #332922;
  text-transform: uppercase;
  z-index: 10;
}
#secondary aside.widget > .border_gray > .title > .big {
  font-size: 24px;
}
#secondary aside#connectes .contenu {
  margin-top: 15px;
}
#secondary aside#connectes .contenu .ptprelinker-contents-carousel-default .ptprelinker-content-inner {
  padding: 0px;
  background-color: transparent;
}
#secondary aside#connectes .contenu .ptprelinker-contents-carousel-default .tns-inner .ptprelinker-odp-carousel-tpl li {
  padding: 0;
}
#secondary aside#connectes .contenu .ptprelinker-contents-carousel-default .tns-inner .ptprelinker-odp-carousel-tpl li .ptprelinker-item-picture {
  border-radius: 0px !important;
}
#secondary aside#connectes .contenu .ptprelinker-contents-carousel-default .tns-inner .ptprelinker-odp-carousel-tpl li .ptprelinker-item-picture .ptprelinker-item-top {
  padding: 0.5rem !important;
  font-size: 14px;
  line-height: 1.5rem;
  text-align: center;
}
#secondary aside#connectes .contenu .ptprelinker-contents-carousel-default .tns-inner .ptprelinker-odp-carousel-tpl li .ptprelinker-item-picture .ptprelinker-item-top br {
  padding-left: 20px;
}
#secondary aside#connectes .contenu .ptprelinker-contents-carousel-default .tns-inner .ptprelinker-odp-carousel-tpl li .ptprelinker-item-picture .ptprelinker-item-bottom {
  font-size: 14px;
  color: #757575 !important;
  bottom: 10px !important;
}
#secondary aside#connectes img {
  border: 3px solid white;
}
#secondary aside#recherche {
  height: 565px;
}
#secondary aside#recherche .title {
  margin-bottom: 16px;
}
#secondary aside#recherche .recherche_plan form > div {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
#secondary aside#recherche .recherche_plan form > div label {
  width: 85px;
  color: #757575;
  font-size: 13px;
  flex-shrink: 0;
}
#secondary aside#recherche .recherche_plan form > div select {
  font-size: 13px;
  width: 100%;
  border: 1px solid #d9d9d9;
  background-color: #ffffff;
  border-radius: 5px;
}
#secondary aside#recherche .recherche_plan form > div.age .ages {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#secondary aside#recherche .recherche_plan form > div.age .ages select {
  width: 33%;
}
#secondary aside#recherche .recherche_plan form > div.age .ages label.w-auto {
  width: auto;
  padding: 0 5px;
  flex-grow: 0;
}
#secondary aside#recherche .recherche_plan form > div.age .ages span.years {
  flex-grow: 1;
  padding-left: 5px;
}
#secondary aside#recherche .recherche_plan form > div.submit {
  margin: 10px 0 20px 0;
}
#secondary aside#recherche .recherche_plan form > div.submit a {
  background: url("images/bg-menu-top.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 1px #805063;
  border: 1px solid #e72d79;
  border-radius: 5px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: white;
  font-size: 16px;
  height: 45px;
  line-height: 45px;
  display: block;
  width: 100%;
  text-decoration: none;
}
#secondary aside#recherche .recherche_plan form > div.submit a:hover {
  color: #ffa2c6;
}
#secondary a#btn_depot_annonce {
  background: url("images/bg-menu-top.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 1px #805063;
  border: 1px solid #e72d79;
  border-radius: 5px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: white;
  font-size: 16px;
  height: 45px;
  line-height: 45px;
  display: block;
  width: 100%;
  text-decoration: none;
}
#secondary a#btn_depot_annonce:hover {
  color: #ffa2c6;
}
#secondary aside#conseil {
  margin-top: 20px;
}
#secondary aside#conseil .conseil_item {
  padding: 15px 0;
  border-bottom: 1px solid #c7c7c7;
}
#secondary aside#conseil #conseils > .conseil_item:last-child {
  padding-bottom: 0;
  border-bottom: 0px solid #c7c7c7;
}
#secondary aside#conseil .conseil_item .title a {
  color: #555555;
  text-decoration: none;
  font-weight: normal;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
}
#secondary aside#conseil .conseil_item .contenu a {
  color: #999999;
  font-size: 14px;
  text-decoration: none;
  line-height: 18px;
}
/* --------------------- SINGLE --------------------------- */
.single .annonce_single .img {
  width: 369px;
  float: left;
}
.single .annonce_single .img .image_ala_une img {
  border: 1px solid #dddddd;
  padding: 2px;
}
.single .annonce_single .img #gallery {
  margin-top: 5px;
}
.single .annonce_single .img #gallery img.attachment-image_single_thumb {
  border: 1px solid #dddddd;
  padding: 2px;
  margin-right: 1px;
}
.single .annonce_single .img .image_defaut {
  border: 1px solid #eeeeee;
  padding: 2px;
  width: 360px;
}
.single .annonce_single .img .image_defaut .image_empty_330 {
  background: url(images/default-avatar-330.jpg);
  width: 358px;
  height: 240px;
  background-position: top center;
}
.single .annonce_single .img .image_defaut .image_empty_330_m {
  background: url(images/default-avatar-330-m.jpg);
  width: 358px;
  height: 240px;
  background-position: top center;
}
.single .annonce_single .img:hover {
  cursor: pointer;
}
.single .annonce_single .connexion {
  position: absolute;
  margin-left: 300px;
  margin-top: 7px;
}
.single .annonce_single .connexion .en_ligne,
.single .annonce_single .connexion .hors_ligne {
  background: url(images/online.png) no-repeat top right;
  color: #1cae3e;
  font-size: 9px;
  height: 11px;
  line-height: 10px;
  padding-right: 13px;
}
.single .annonce_single .connexion .hors_ligne {
  background: url(images/offline.png) no-repeat top right;
  color: gray;
  font-size: 9px;
  height: 11px;
  line-height: 10px;
  padding-right: 13px;
}
.single .annonce_single .connexion .en_ligne {
  margin-left: 10px;
}
.single .annonce_single .infos {
  float: right;
  width: 272px;
}
.single .annonce_single .bulle {
  font-style: italic;
  color: #999999;
  font-size: 14px;
  line-height: 20px;
}
.single .annonce_single .bulle .border_2px-gray {
  border: 2px solid #e7e7e7;
  border-bottom: 0px;
  padding: 20px 20px 20px 20px;
  background-color: white;
}
.single .annonce_single .bulle .bg_bottom {
  background: url(images/bg_bulle.png) bottom center no-repeat;
  width: 272px;
  height: 19px;
}
.single .annonce_single .bulle span.en_valeur {
  color: #332922;
  font-size: 18px;
  font-weight: bold;
}
.single .annonce_single .bulle span.en_valeur.minuscule {
  text-transform: lowercase;
}
.single .annonce_single .infos > .title {
  clear: both;
  text-transform: uppercase;
  letter-spacing: -1px;
  font-weight: normal;
  font-size: 18px;
  color: #999999;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-bottom: 13px;
  border-bottom: 1px solid #e7e7e7;
}
.single .annonce_single .table > .line {
  clear: both;
}
.single .annonce_single .table > .line > .col {
  float: left;
  color: #555555;
  font-size: 16px;
  margin-bottom: 7px;
  width: 170px;
}
.single .annonce_single .table > .line > .col.label {
  width: 100px;
  color: #999999;
}
.single .annonce_single a#telephone_link,
.single .annonce_single a#mail_link,
.single .annonce_single #info-category a {
  color: #d11e67;
  text-decoration: underline;
  font-size: 16px;
}
.single .annonce_single a#telephone_link:hover {
  cursor: pointer;
}
.single .annonce_single .border_purple_btn {
  border: 1px solid #804f63;
  margin-top: 20px;
  border-radius: 5px;
  cursor: pointer;
}
.single .annonce_single .border_purple_btn a.chatter {
  background: url("images/bg-menu-top.png") repeat scroll 0 0 #b51a59;
  border: 1px solid #db2972;
  color: #fff;
  display: block;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -1px;
  padding: 15px 0;
  width: 100%;
  text-align: center;
  text-decoration: none;
  clear: both;
  border-radius: 5px;
}
.single .annonce_single .border_purple_btn a.chatter:hover {
  color: #ffa2c6;
}
.single .annonce_single .content {
  clear: both;
  margin-top: 25px;
  color: #555555;
  font-size: 16px;
  line-height: 24px;
}
.single .annonce_single .content .info {
  font-size: 18px;
  color: #999999;
  letter-spacing: -1px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.single #registration {
  background: url(images/bg_rouge.jpg) repeat-x top left #db2f37;
}
.single #registration .title {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 36px;
  padding: 15px 0 0 25px;
  color: white;
}
.single #breadcrumb,
.page #breadcrumb {
  padding-bottom: 20px;
}
.single #breadcrumb .item,
.page #breadcrumb .item {
  float: left;
  display: block;
}
.single #breadcrumb .item a,
.page #breadcrumb .item a,
.single #breadcrumb .item span,
.page #breadcrumb .item span {
  display: block;
  color: #B8B8B8;
  text-decoration: none;
  font-size: 14px;
}
.single #breadcrumb .separateur,
.page #breadcrumb .separateur {
  text-indent: -999999px;
  display: block;
  float: left;
  background: url(images/breadcrumb_separator.png) no-repeat center 5px;
  width: 25px;
  height: 23px;
}
.single #breadcrumb a:hover,
.page #breadcrumb a:hover {
  text-decoration: underline;
}
.single .title_bicolor,
.page .title_bicolor {
  font-size: 28px;
  color: #332922;
  text-transform: uppercase;
  letter-spacing: -1px;
  padding-bottom: 13px;
  border-bottom: 1px solid #DBDBDB;
  font-weight: normal;
}
.single .title_bicolor .rose.big,
.page .title_bicolor .rose.big {
  font-size: 34px;
  color: #d11e67;
}
.single .content p,
.page .content p {
  margin: 16px 0;
}
.single .entry-content p,
.page .entry-content p,
.single .entry-content tr td,
.page .entry-content tr td,
.single ul li,
.page ul li {
  line-height: 24px;
  font-size: 16px;
}
.single #related_posts,
.page #related_posts {
  margin-top: 40px;
  margin-bottom: 20px;
}
.single .yarpp-related,
.page .yarpp-related {
  margin-top: 15px;
}
.single .yarpp-related .solb,
.page .yarpp-related .solb {
  float: left;
  width: 45%;
  padding-right: 5%;
  margin: 10px 0;
}
.single .yarpp-related .solb .img,
.page .yarpp-related .solb .img {
  float: left;
  margin-right: 15px;
}
.single .yarpp-related .solb img,
.page .yarpp-related .solb img,
.single .yarpp-related .solb .image_empty_84,
.page .yarpp-related .solb .image_empty_84,
.single .yarpp-related .solb .image_empty_84_m,
.page .yarpp-related .solb .image_empty_84_m {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #DBDBDB;
  padding: 2px;
}
.single .yarpp-related .solb .image_empty_84,
.page .yarpp-related .solb .image_empty_84 {
  background: url(images/default-avatar-84.jpg) 2px 2px no-repeat;
  width: 84px;
  height: 84px;
}
.single .yarpp-related .solb .image_empty_84_m,
.page .yarpp-related .solb .image_empty_84_m {
  background: url(images/default-avatar-84-m.jpg) 2px 2px no-repeat;
  width: 84px;
  height: 84px;
}
.single .yarpp-related .solb .border,
.page .yarpp-related .solb .border {
  padding: 2px;
  border: 1px solid #DBDBDB;
  width: 84px;
  height: 84px;
}
.single .yarpp-related .solb .cropper,
.page .yarpp-related .solb .cropper {
  position: relative;
  width: 84px;
  height: 84px;
  overflow: hidden;
}
.single .yarpp-related .solb .cropper img,
.page .yarpp-related .solb .cropper img {
  position: absolute;
  height: 100%;
  border: none;
  padding: 0;
}
.single .yarpp-related .solb a,
.page .yarpp-related .solb a {
  text-decoration: none;
  color: #332922;
  padding-top: 20px;
  display: block;
  font-size: 14px;
  font-weight: normal !important;
  line-height: 18px;
}
.single .yarpp-related .solb a:hover span,
.page .yarpp-related .solb a:hover span {
  text-decoration: underline;
}
.single #comments,
.page #comments {
  /* COMMENT AJAX LOADER */
  /* fin COMMENT AJAX LOADER */
}
.single #comments p.comment-form-author,
.page #comments p.comment-form-author,
.single #comments p.comment-form-email,
.page #comments p.comment-form-email {
  clear: both;
  height: 50px;
}
.single #comments .comment-form-author label,
.page #comments .comment-form-author label,
.single #comments .comment-form-email label,
.page #comments .comment-form-email label {
  float: right;
  width: 57%;
  padding-top: 10px;
}
.single #comments .comment-form-author input,
.page #comments .comment-form-author input,
.single #comments .comment-form-email input,
.page #comments .comment-form-email input {
  float: left;
  width: 40%;
}
.single #comments .comment-form-comment label,
.page #comments .comment-form-comment label {
  margin-bottom: 10px;
}
.single #comments .infos,
.page #comments .infos {
  color: #999999;
}
.single #comments input#submit,
.page #comments input#submit {
  text-transform: uppercase;
  letter-spacing: -1px;
  background: url("images/bg-menu-top.png") repeat scroll 0 0 #b51a59;
  border: 1px solid #db2972;
  box-shadow: 0px 0px 0px 1px #805063;
  color: white;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  margin-top: 0;
  padding: 7px 20px;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
}
.single #comments input#submit:hover,
.page #comments input#submit:hover {
  color: #ffa2c6;
}
.single #comments p.form-submit,
.page #comments p.form-submit {
  display: inline;
}
.single #comments input#submit,
.page #comments input#submit {
  float: left;
}
.single #comments #ajaxloaderimg,
.page #comments #ajaxloaderimg {
  margin-left: 15px;
  margin-top: 5px;
  display: none;
  background: url(images/ajax-loader.gif) no-repeat;
  width: 32px;
  height: 32px;
}
.single .blog #info,
.page .blog #info {
  color: #999999;
  margin-bottom: 20px;
  clear: both;
}
.single .blog .blog_item,
.page .blog .blog_item {
  padding: 10px 0;
  border-bottom: 1px solid #DBDBDB;
}
.single .blog .blog_item .img,
.page .blog .blog_item .img {
  border: 1px solid #DBDBDB;
  float: left;
  padding: 2px;
  margin-right: 15px;
}
.single .blog .blog_item .title,
.page .blog .blog_item .title {
  margin-bottom: 5px;
}
.single .blog .blog_item .title h2,
.page .blog .blog_item .title h2 {
  color: #555555;
  font-size: 24px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  display: inline;
}
.single .blog .blog_item .title h2 a,
.page .blog .blog_item .title h2 a {
  color: #555555;
  text-decoration: none;
}
.single .blog .blog_item .content,
.page .blog .blog_item .content {
  color: #999999;
  font-size: 16px;
}
.page {
  /*spécifique pour cocon car titre sur 2 lignes*/
}
.page .entry-content ul li {
  list-style: circle;
}
/* ------------------------- Footer ------------------ */
footer[role="contentinfo"] {
  display: inline-block !important;
  clear: both;
  margin-top: 40px;
  width: 100%;
}
footer[role="contentinfo"] #footer_connectes {
  width: 100%;
}
footer[role="contentinfo"] #footer_connectes .title {
  height: 55px;
  text-align: center;
  color: white;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 55px;
  margin-bottom: 25px;
  /*border:1px solid red;*/
  width: 100%;
  background: url("images/background-accueil.jpg") center -250px no-repeat;
  letter-spacing: -1px;
}
footer[role="contentinfo"] #footer_connectes .title #id_text_geoip_malpolpoi a.yes_text_toolqwhcxhxgmqou b {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #ff97c6;
  letter-spacing: -1px;
  font-size: 28px;
}
footer[role="contentinfo"] #footer_connectes .content {
  /*padding-left: 30px;*/
}
footer[role="contentinfo"] .menu-footer {
  margin-top: 40px;
  margin-bottom: 60px;
  color: #999999;
  text-align: center;
}
footer[role="contentinfo"] .menu-footer a {
  text-decoration: underline;
  color: #999999;
}
/*footer[role="contentinfo"] {
	background: url("images/background-accueil.jpg") repeat scroll center top rgba(0, 0, 0, 0);
    display: inline-block !important;
    height: 61px;
    text-align: left;
	clear: both;
	width: 1000px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	
}*/
/* PAGE CONNEXION */
#fieldset-loginGroup {
  padding-bottom: 30px;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
  font-family: "Arial Narrow", "Arial", sans-serif;
  font-stretch: condensed;
  font-weight: normal;
  font-size: 24px;
  color: #555555;
  margin-bottom: 20px;
  border-bottom: 1px solid #DBDBDB;
  line-height: 26px;
  padding-bottom: 10px;
}
/* ------------- COMMENTAIRE ------------------- */
#comments {
  margin-top: 40px;
}
#comments .infos {
  margin-top: 5px;
}
#comments #comments-area-header {
  width: 100%;
  clear: both;
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 15px;
}
#comments #comments-area-header .comments-title {
  float: left;
  width: 60%;
  border: none;
}
#comments #comments-area-header a.btn {
  background: url("images/bg-menu-top.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 1px #805063;
  border: 1px solid #e72d79;
  display: block;
  font-size: 16px;
  float: right;
  width: 30%;
  color: white;
  margin-top: 0px;
  line-height: 20px;
  font-size: 14px;
  padding: 3px 10px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
}
#comments #comments-area-header a.btn:hover {
  color: #ffa2c6;
}
p.subscribe-to-comments {
  visibility: hidden;
}
.comment-form-subscriptions input[type='checkbox'] {
  height: 17px;
}
.commentlist {
  width: 100%;
  list-style: none;
}
.commentlist > .comment {
  background-color: #eee;
  border: 1px solid #DBDBDB;
  margin: 5px 0;
  padding: 15px;
}
.commentlist header cite {
  margin-bottom: 5px;
}
.commentlist header .fn {
  color: #555555;
  font-style: normal;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}
.commentlist .comment-meta {
  color: #999999;
  font-size: 11px;
  font-weight: normal;
  margin-bottom: 10px;
  text-decoration: none;
}
#content .comment-body {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
a#mail_tel_fancy:hover {
  cursor: pointer;
}
/* TAG : dynmailtelfancy */
/*COMMENTAIRE NON APPROUVE*/
.commentlist .comment_not_approved {
  background-color: #555555;
  border: 1px solid gray;
}
.commentlist p {
  color: #333333;
}
.commentlist .comment_not_approved .comment-author,
.commentlist .comment_not_approved .comment-author a,
.commentlist header .fn {
  color: #333333;
  padding-bottom: 3px;
}
.commentlist .comment_not_approved .comment-meta,
.commentlist .comment_not_approved .comment-meta a {
  color: #333333;
}
.comment_not_approved .comment-content a {
  /* TAG : dynmailtelfancy */
  color: #650930;
}
/* TAG : dynmailtelfancy */
.commentlist .comment_not_approved a.comment_valider_inscription {
  border: 1px solid black;
  color: white;
  display: block;
  font-size: 13px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  text-decoration: underline;
  background: url(images/error20.png) no-repeat 5px 7px red;
}
a.comment_valider_inscription:hover {
  cursor: pointer;
}
/* ----- Main Navigation --------- */
/*.main-navigation ul {
		margin: 0;
		text-indent: 0;
		margin-top:0px;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #fff;
		line-height: 61px;
		white-space: nowrap;
		font-size: 18px;
	}
	.main-navigation li a:hover {
		color: @rose;
	}
	.main-navigation li {
		margin: 0 40px 0 0;
		margin: 0 25px;
		position: relative;
	}
	.main-navigation li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul {
		border-left: 0;
		display: block;
	}
	.main-navigation li ul li a {
		background: #efefef;
		border-bottom: 1px solid #ededed;
		display: block;
		font-size: 11px;
		font-size: 0.785714286rem;
		line-height: 2.181818182;
		padding: 8px 10px;
		padding: 0.571428571rem 0.714285714rem;
		width: 180px;
		width: 12.85714286rem;
		white-space: normal;
	}
	.main-navigation li ul li a:hover {
		background: #e3e3e3;
		color: #444;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		
	}
	

	

	
	
	.menu-toggle {
		display: none;
	}
*/
/*DPOSE UNE ANNONCE*/
.obligatoire {
  color: red;
}
.depot-label {
  font-weight: bold;
  font-size: 14px;
}
.page .entry-content .depot-label-comment {
  color: gray;
  font-size: 10px;
}
.page#post-376 p {
  margin: 0;
}
/*pour le texte*/
.page#post-376 .wpcf7-form p {
  margin-bottom: 10px;
}
.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select,
.usp-form input,
.usp-form textarea,
.usp-form select {
  border: 1px solid #cccccc;
}
#content .usp-submit {
  text-transform: uppercase;
  letter-spacing: -1px;
  background: url("images/bg-menu-top.png") repeat scroll 0 0 #b51a59;
  border: 1px solid #db2972;
  box-shadow: 0px 0px 0px 1px #805063;
  color: white;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  margin-top: 0;
  padding: 7px 20px;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  height: auto;
  width: 98%;
}
/* USP FORM NOUVELLE VERSION */
.page-id-8 .usp-form {
  margin: 30px 0px;
}
.page-id-8 #usp-pre-form-info {
  border: 3px solid red;
  padding: 20px 20px 0 0;
  font-size: 13px;
  color: #555555;
}
.page-id-8 #usp-pre-form-info li {
  list-style-type: disc;
}
.page-id-8 .form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-id-8 .col-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
.page-id-8 .col-2 {
  flex: 0 0 50%;
  max-width: 50%;
}
.page-id-8 .form-group {
  margin-bottom: 1rem;
}
.page-id-8 label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.page-id-8 .usp-pro .usp-label,
.page-id-8 .usp-pro .usp-input,
.page-id-8 .usp-pro .usp-textarea,
.page-id-8 .usp-pro textarea,
.page-id-8 .usp-pro .usp-select,
.page-id-8 .usp-pro .usp-input-files,
.page-id-8 .usp-pro .usp-checkbox,
.page-id-8 .usp-pro .usp-checkboxes label,
.page-id-8 .usp-pro .usp-radio label,
.page-id-8 .usp-pro .usp-preview,
.page-id-8 .usp-pro .usp-contact-cc {
  float: none;
  clear: both;
  display: block;
  width: 98%;
  box-sizing: border-box;
  padding: 0.375rem 0.75rem;
  height: 40px;
}
.page-id-8 .usp-pro textarea {
  height: auto;
}
.page-id-8 .col-2 .usp-input {
  width: 96%;
}
/* ---------- modif loader ajax -------- */
#content .usp-submit {
  float: left;
}
#content .usp-form .usp-form-actions {
  position: relative;
  display: inline-block;
  width: 100%;
}
#content .usp-form .usp-form-actions #ajaxloaderimgOverlay {
  display: none;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
}
#content .usp-form .usp-form-actions #ajaxloaderimgOverlay #ajaxloaderimg {
  margin-left: 15px;
  background: url(images/ajax-loader.gif) no-repeat;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
/* ---------- fin modif loader ajax -------- */
div.usp-files input {
  padding: 5px;
}
#content .wpcf7-submit:hover,
#content .usp-submit:hover {
  cursor: pointer;
  color: #fbbbcb;
}
.usp-form label.error {
  color: #FF0000;
  float: none;
  font-size: 14px;
  padding-left: 10px;
}
.usp-form input.error,
.usp-form select.error,
.usp-form textarea.error {
  border: 2px solid #FF0000;
  outline: medium none;
}
.usp-success {
  color: #1CAE3E;
  font-size: 18px;
  font-weight: bold;
  margin: 30px;
  text-align: center;
}
/* fin usp */
/* ---------- modif loader ajax -------- */
#content .wpcf7 .p-submit {
  clear: both;
  width: 100%;
  height: 40px;
}
#content .wpcf7 .wpcf7-submit {
  float: left;
}
#content .wpcf7 #ajaxloaderimg {
  margin-left: 15px;
  display: none;
  margin-top: 3px;
  background: url(images/ajax-loader.gif) no-repeat;
  width: 32px;
  height: 32px;
}
/* ---------- fin modif loader ajax -------- */
.wpcf7-form input,
.wpcf7-form select {
  height: 25px;
}
#content .wpcf7-submit {
  text-transform: uppercase;
  letter-spacing: -1px;
  background: url("images/bg-menu-top.png") repeat scroll 0 0 #b51a59;
  border: 1px solid #db2972;
  box-shadow: 0px 0px 0px 1px #805063;
  color: white;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  margin-top: 0;
  padding: 7px 20px;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  height: auto;
}
input.wpcf7-file {
  border: 1px solid #cccccc;
}
#content .wpcf7-submit:hover {
  cursor: pointer;
  color: #fbbbcb;
}
.wpcf7-form #description {
  float: left;
  margin-right: 10px;
}
.wpcf7-form label.error {
  color: red;
  float: none;
  font-size: 14px;
  padding-left: 10px;
}
.wpcf7-form input.error,
.wpcf7-form select.error,
.wpcf7-form textarea.error {
  border: 2px solid red;
  outline: medium none;
}
/* PAGE COCON */
.coc_lire_plus {
  background: url("images/icon_fleche_rose.png") no-repeat scroll right 9px transparent;
  color: #999999;
  float: right;
  margin-top: 10px;
  padding-right: 10px;
}
.page .a {
  color: #999999;
}
/* DISCLAMER */
#disclaimer {
  text-align: center;
}
#disclaimer-fond {
  position: absolute;
  z-index: 15000;
  width: 100%;
  height: 2000px;
  background: #fff;
  text-align: center;
  line-height: normal;
  clear: both;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
#disclaimer-conteneur {
  position: absolute;
  z-index: 15001;
  width: 100%;
  text-align: center;
  clear: both;
}
#disclaimer-cadre {
  width: 718px;
  padding: 10px;
  padding-bottom: 30px;
  margin: 150px auto 0 auto;
  text-align: center;
  background: #fff;
  border: #ddd 1px solid;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.5);
}
#disclaimer-cadre b {
  display: block;
  padding: 10px 0 10px 0;
  text-align: center;
  font-size: 21px;
  color: #525252;
}
#disclaimer-cadre font {
  display: block;
  padding: 10px 0 20px 0;
  text-align: center;
  font-size: 21px;
  color: #525252;
}
#disclaimer-cadre p {
  margin: 0;
  padding: 10px;
  font-size: 16px;
  color: #525252;
}
#disclaimer-cadre .boutons {
  margin: 0;
  padding: 10px;
  text-align: center;
}
#disclaimer-cadre a {
  text-decoration: none;
  font-size: 36px;
  font-weight: bold;
  color: #c70000;
}
#disclaimer-cadre a:hover {
  text-decoration: underline;
}
#disclaimer-cadre .btn_entrer {
  text-transform: uppercase;
  letter-spacing: -1px;
  background: url("images/bg-menu-top.png") repeat scroll 0 0 #b51a59;
  border: 1px solid #db2972;
  box-shadow: 0px 0px 0px 1px #805063;
  color: white;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  margin-top: 0;
  padding: 7px 20px;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  display: inline;
  padding: 10px 40px;
  font-size: 30px;
}
#disclaimer-cadre .btn_sortir {
  display: block;
  color: white;
  border-radius: 5px;
  border: 1px solid #eeeeee;
  box-shadow: 0px 0px 0px 1px #bbbbbb;
  display: inline;
  padding: 10px 40px;
  font-size: 30px;
  background-color: #cccccc;
}
@media screen and (min-width: 980px) {
  .widget-area {
    float: right;
    width: 300px;
  }
}
/* =Media queries
-------------------------------------------------------------- */
@media screen and (max-width: 1023px) {
  body {
    background: url(images/background-general-responsive.jpg) top center no-repeat;
  }
  body.home {
    background: url(images/background-accueil.jpg) top center no-repeat;
  }
  .site {
    padding: 0 10px;
  }
  body.home hgroup,
  body hgroup {
    text-align: center;
    height: 130px;
  }
  body.home hgroup #logo,
  body hgroup #logo {
    float: none;
    width: 100%;
    margin-top: 2%;
    margin-bottom: 15px;
  }
  hgroup #logo #logo_txt {
    margin-left: auto;
    margin-right: auto;
    width: 320px;
    text-align: left ;
    padding-left: 100px;
  }
  body.home hgroup #logo #logo_txt,
  body.home hgroup #logo #logo_txt h1 {
    text-align: left;
  }
  #site_annee_header {
    display: none;
  }
  hgroup #menu-top {
    float: none;
    margin-top: auto;
    clear: both;
    height: 45px;
    width: 100%;
  }
  .responsiveSelectContainer {
    display: table;
    margin: 0 auto;
  }
  #map.col_two {
    width: 100%;
  }
  #map.col_two .border_gray {
    height: auto;
  }
  .col_two .title {
    margin: 3% 0 0 3%;
  }
  #map.col_two #canvas_france {
    height: auto;
    margin-bottom: 3%;
    margin-left: auto;
    margin-top: 4%;
  }
  #map.col_two #canvas_france svg {
    display: table;
    margin: 0 auto;
  }
  #map.col_two #menu_top_ville {
    clear: both;
    padding: 3% 0 3% 3%;
    width: 85%;
  }
  #map.col_two #menu_top_ville ol {
    column-count: 2;
    padding-left: 20px;
  }
  #map.col_two #menu_top_ville ol .col,
  #map.col_two #menu_top_ville ol #col1.col,
  #map.col_two #menu_top_ville ol #col2.col {
    float: none;
    width: auto;
  }
  #last_ad_home.col_two a.see_all {
    margin-right: 5%;
  }
  #last_ad_home.col_two {
    float: left;
    width: 100%;
    margin-top: 3%;
  }
  #last_ad_home.col_two .contenu {
    margin-top: 3%;
    padding: 0 3% 3% 3%;
  }
  #site_annee {
    float: right;
    right: 0px;
    margin-top: -175px;
    position: absolute;
  }
  #registration {
    margin-top: 4rem;
  }
  #registration.col_two {
    border: 1px solid #332922;
    float: left;
    margin-top: 3%;
    width: 100%;
  }
  .fancybox-wrap #form_inscription_single_fancy .contenu {
    min-height: 350px;
  }
  .col_two#registration .contenu {
    padding: 0;
  }
  /*.page-template-template-home #registration #ez-body>div, #form_inscription_single_fancy #ez-body>div, #form_inscription_page_inscription #ez-body>div {width: 100%;}
	.page-template-template-home #registration #ez-register-form, #form_inscription_single_fancy #ez-register-form, #form_inscription_page_inscription #ez-register-form {display : table;margin : 0 auto;transform-origin: 0 0;-webkit-transform-origin: 0 0;margin-top:3%;}
	.page-template-template-home #registration .contenu {overflow: hidden;position: relative;}
	#form_inscription_single_fancy .contenu {overflow: hidden;position: relative;}*/
  #advantage.line {
    margin: 5% 0;
    padding: 0 4%;
  }
  #advantage.line .bloc {
    margin: 0 3% 2% 3%;
    width: 42%;
  }
  #advantage.line img {
    margin-top: 2%;
    width: 30%;
  }
  .line#advantage .title {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
  #advantage.line .content {
    font-size: 0.9rem;
    line-height: 0.9rem;
  }
  #advantage .clearboth {
    clear: none;
    width: 100%;
  }
  #temade .col3 {
    float: left;
    padding: 3%;
    width: 94%;
  }
  #temade .col3 .title {
    padding: 0 0 3%;
  }
  #temade #avis .avis_item {
    border-bottom: none;
    padding: 4% 0;
    clear: both;
  }
  #temade .col3 a.see_all {
    padding: 3% 4% 0 0;
  }
  #temade #mag .mag_item {
    padding: 3% 0;
  }
  #temade #mag .mag_item.last {
    padding: 3% 0 0;
  }
  #temade .col3.colline2 {
    width: 100%;
  }
  #temade .col3.colline2 .line2 {
    padding: 3%;
    width: 94%;
  }
  #temade #depotref #depot .content {
    margin-top: 3%;
  }
  #temade #depotref #ref {
    margin-top: 3%;
  }
  #top_categ_accueil.col_two {
    float: left;
    width: 100%;
    margin-top: 3%;
  }
  #top_categ_accueil.col_two .contenu ul {
    column-count: 2;
    padding-left: 20px;
  }
  footer[role="contentinfo"] {
    margin-top: 6%;
  }
  footer[role="contentinfo"] .menu-footer {
    margin-top: 6%;
  }
  footer[role="contentinfo"] #footer_connectes .title #id_text_geoip_malpolpoi a.yes_text_toolqwhcxhxgmqou b {
    font-size: 1.25rem;
  }
  body .site-content {
    width: 100%;
    float: none;
  }
  .archive-title,
  .single h1,
  .page h1 {
    margin-top: 5px;
    font-size: 25px;
  }
  .single .annonce_single .img {
    width: 55%;
  }
  .single .annonce_single .img .image_ala_une img {
    width: 100%;
    height: auto;
  }
  .single .annonce_single .img .image_defaut .image_empty_330_m,
  .single .annonce_single .img .image_defaut .image_empty_330 {
    width: 100%;
  }
  .single .annonce_single #gallery {
    width: 100%;
  }
  .single .annonce_single #gallery img {
    width: 30%;
    height: auto;
  }
  .single .annonce_single .connexion {
    display: none;
  }
  .single .annonce_single .infos {
    width: 41%;
  }
  .single .annonce_single .bulle .border_2px-gray {
    padding: 7%;
  }
  .single .annonce_single .bulle .bg_bottom {
    width: 100%;
  }
  .single .annonce_single .table > .line > .col.label {
    width: 36%;
  }
  .single .annonce_single .table > .line > .col {
    width: 62%;
  }
  .single .annonce_single .img .image_defaut {
    width: 100%;
  }
  .single #form_inscription_single_fancy .title_single {
    padding: 10px 0 10px 10px;
  }
  .single #respond {
    margin-top: 1.5rem;
  }
  #form_inscription_single_fancy .title_single,
  .single .title_bicolor {
    line-height: 1.25em;
  }
  .widget-area {
    float: none;
    width: 100%;
  }
  #secondary aside#connectes.widget .border_gray,
  #secondary aside#recherche.widget .border_gray {
    padding: 3% 4%;
  }
  #secondary aside#connectes .contenu {
    width: 100%;
    text-align: center;
  }
  #secondary aside#recherche #recherche_all_form {
    display: table;
    margin: 0 auto;
    margin-top: 10px;
  }
  #secondary aside#recherche #canvas_france svg {
    display: table;
    margin: 0 auto;
  }
  #form_inscription_page_inscription .border_purpple {
    padding: 2%;
  }
  .wpcf7-form {
    display: table;
    margin: 0 auto;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
  #disclaimer-cadre {
    width: 96%;
    padding-left: 0;
    padding-right: 0;
    margin-right: 2%;
    margin-left: 2%;
    margin: 50px auto 0 auto;
  }
}
@media screen and (max-width: 600px) {
  body {
    background: url(images/background-general.jpg) top center no-repeat;
  }
  body.home {
    background: url(images/background-accueil.jpg) top center no-repeat;
  }
  /*body.home #logo img, body #logo img {width: 300px; height: auto;margin-left: -20px;}*/
  body.home hgroup,
  body hgroup {
    padding: 10px 55px 0 0;
    width: calc(100% - 55px);
    text-align: left;
    height: 80px;
  }
  body.home hgroup #logo,
  body hgroup #logo {
    margin: 0;
    display: block;
  }
  body.home hgroup #logo #logo_txt,
  body hgroup #logo #logo_txt {
    padding-left: 0;
    margin-left: 50px;
  }
  .site-header h1 {
    text-align: left;
  }
  body.home hgroup #logo #logo_txt,
  body.home hgroup #logo #logo_txt h1,
  hgroup #logo #logo_txt,
  hgroup #logo #logo_txt h1 {
    font-size: 14px;
    text-align: left;
  }
  .home #registration {
    margin-top: 3%;
  }
  .ptprelinker-register-form .ptprelinker-content-inner {
    padding: 1rem 2rem 2rem 2rem !important;
  }
  #formconnexion {
    padding: 1rem 2rem 0rem 2rem !important;
  }
  #advantage.line img {
    width: 45%;
  }
  hgroup {
    position: relative;
  }
  hgroup #menu-top {
    height: auto;
  }
  #topbar #connect_info #info_member {
    font-size: 14px;
    margin-top: 3px;
  }
  #topbar #connect_info .info_men_women {
    font-size: 14px;
    margin-left: 8px;
    padding-top: 4px;
  }
  .responsiveSelectContainer {
    width: 100%;
  }
  .menu-menu-1-container {
    display: none;
  }
  #hamburger-button,
  #hamburger-sidebar,
  .hamburger-activated #hamburger-overlay {
    display: block;
  }
  .hamburger-activated #hamburger-sidebar {
    transform: translateX(0);
  }
  footer[role="contentinfo"] #footer_connectes .title #id_text_geoip_malpolpoi a.yes_text_toolqwhcxhxgmqou b {
    font-size: 1rem;
  }
  hgroup #logo {
    margin-bottom: 5%;
  }
  .site-content {
    margin: 20px 0 0;
  }
  .single .annonce_single .img {
    width: 100%;
  }
  .single .annonce_single .infos {
    width: 100%;
  }
  .single .annonce_single .bulle .border_2px-gray {
    padding: 4%;
    margin-top: 3%;
  }
  .single .annonce_single .bulle .bg_bottom {
    width: 100%;
    background-size: 100% 19px;
  }
  #form_inscription_single_fancy .title_single,
  .single .title_bicolor {
    font-size: 1.35em;
  }
  #form_inscription_single_fancy .title_single .big,
  .single .title_bicolor .rose.big {
    font-size: 1.45em;
  }
  #secondary aside#connectes.widget .border_gray,
  #secondary aside#recherche.widget .border_gray {
    padding: 4% 5%;
  }
  #disclaimer-cadre b {
    font-size: 1.15rem;
  }
  #disclaimer-cadre p {
    font-size: 1rem;
  }
  #disclaimer-cadre font {
    font-size: 1.15rem;
  }
  #disclaimer-cadre .boutons {
    padding-top: 0px;
  }
  #disclaimer-cadre .btn_entrer {
    display: block;
    line-height: 45px;
  }
  #disclaimer-cadre .btn_sortir {
    display: block;
    line-height: 25px;
  }
  .page-template-template_page_magazine_seduction .blog_item .img {
    width: 100%;
    height: auto;
  }
  .page-template-template_page_magazine_seduction .blog_item img {
    width: 100%;
    height: auto;
  }
  .single .yarpp-related .solb,
  .page .yarpp-related .solb {
    width: 100%;
    padding-right: 0%;
  }
  .page-id-8 .col-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-id-8 .col-2 .usp-input {
    width: 98%;
  }
}
@media screen and (max-width: 485px) {
  body hgroup #logo img {
    width: 230px;
    height: auto;
  }
  body.home hgroup #logo #logo_txt,
  body hgroup #logo #logo_txt {
    margin-top: -10px;
    width: 230px;
  }
  .adcat {
    width: 100%;
    text-align: center;
  }
  .adcat:nth-child(2n+1) {
    margin-right: 0;
  }
  .adcat .img {
    width: 98%;
    padding: 1%;
  }
  .adcat .img img {
    width: 100%;
    height: auto;
  }
  .adcat .image_empty_200_m,
  .adcat .image_empty_200 {
    background-position: center;
    width: 100%;
  }
  .adcat .connect_status {
    margin-left: 0px;
  }
  .adcat .connect_status .online,
  .adcat .connect_status .offline {
    margin-left: 5px;
  }
  .adcat .btns {
    display: table;
    margin: 0 auto;
    margin-top: 10px;
  }
  #comments #comments-area-header .comments-title {
    float: none;
    display: block;
    width: auto;
  }
  #comments #comments-area-header a.btn {
    float: none;
    display: block;
    margin-top: 10px;
    padding: 10px;
    width: auto;
  }
}
@media screen and (min-width: 485px) and (max-width: 1023px) {
  .category .adcat:nth-child(2n+1),
  .page-id-5 .adcat:nth-child(2n+2) {
    margin-right: 2%;
  }
  .page-id-5 .adcat:nth-child(2n+1) {
    margin-right: 0%;
  }
  .adcat {
    width: calc(50% - 1% - 2px);
  }
  .adcat .img {
    width: 98%;
    padding: 1%;
  }
  .adcat .img img {
    width: 100%;
    height: auto;
  }
  .adcat .image_empty_200_m,
  .adcat .image_empty_200 {
    background-position: center;
    width: 100%;
  }
  .adcat .connect_status {
    margin-left: 0px;
  }
  .adcat .connect_status .online,
  .adcat .connect_status .offline {
    margin-left: 5px;
  }
  .adcat .btns {
    display: table;
    margin: 0 auto;
    margin-top: 10px;
  }
}
/* MEDIA QUIERIE DE BASE  */
@media screen and (min-width: 600px) {
  .author-avatar {
    float: left;
    margin-top: 8px;
    margin-top: 0.57142857rem;
  }
  .author-description {
    float: right;
    width: 80%;
  }
  .site {
    margin: 0 auto;
    max-width: 1000px;
    overflow: hidden;
  }
  .site-content {
    float: left;
    width: 660px;
  }
  body.template-front-page .site-content,
  body.attachment .site-content,
  body.full-width .site-content {
    width: 100%;
  }
  .site-header h1,
  .site-header h2 {
    text-align: left;
  }
  .site-header h1 {
    font-size: 26px;
    font-size: 1.85714286rem;
    line-height: 1.84615385;
    margin-bottom: 0;
  }
  .entry-header .entry-title {
    /*font-size: 22px;
		font-size: 1.571428571rem;*/
  }
  #respond form input[type="text"] {
    width: 46.33333333%;
  }
  #respond form textarea.blog-textarea {
    width: 79.66666667%;
  }
  .template-front-page .site-content,
  .template-front-page article {
    overflow: hidden;
  }
  .template-front-page.has-post-thumbnail article {
    float: left;
    width: 47.91666667%;
  }
  .entry-page-image {
    float: right;
    margin-bottom: 0;
    width: 47.91666667%;
  }
  .template-front-page .widget-area .widget,
  .template-front-page.two-sidebars .widget-area .front-widgets {
    float: left;
    width: 51.875%;
    margin-bottom: 24px;
    margin-bottom: 1.71428571rem;
  }
  .template-front-page .widget-area .widget:nth-child(odd) {
    clear: right;
  }
  .template-front-page .widget-area .widget:nth-child(even),
  .template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
    float: right;
    width: 39.0625%;
    margin: 0 0 24px;
    margin: 0 0 1.71428571rem;
  }
  .template-front-page.two-sidebars .widget,
  .template-front-page.two-sidebars .widget:nth-child(even) {
    float: none;
    width: auto;
  }
  .commentlist .children {
    margin-left: 48px;
    margin-left: 3.42857143rem;
  }
}
/* Minimum width of 960 pixels. */
@media screen and (min-width: 1000px) {
  body .site {
    /*padding: 0 40px;
		padding: 0 2.857142857rem;
		margin-top: 48px;
		margin-top: 3.428571429rem;
		margin-bottom: 48px;
		margin-bottom: 3.428571429rem;
		box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);*/
  }
  body.custom-background-empty {
    background-color: #fff;
  }
  body.custom-background-empty .site,
  body.custom-background-white .site {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: none;
  }
}
/* =Print
----------------------------------------------- */
@media print {
  body {
    background: none !important;
    color: #000;
    font-size: 10pt;
  }
  footer a[rel=bookmark]:link:after,
  footer a[rel=bookmark]:visited:after {
    content: " [" attr(href) "] ";
    /* Show URLs */
  }
  a {
    text-decoration: none;
  }
  .entry-content img,
  .comment-content img,
  .author-avatar img,
  img.wp-post-image {
    border-radius: 0;
    box-shadow: none;
  }
  .site {
    clear: both !important;
    display: block !important;
    float: none !important;
    max-width: 100%;
    position: relative !important;
  }
  .site-header {
    margin-bottom: 72px;
    margin-bottom: 5.14285714rem;
    text-align: left;
  }
  .site-header h1 {
    font-size: 21pt;
    line-height: 1;
    text-align: left;
  }
  .site-header h2 {
    color: #000;
    font-size: 10pt;
    text-align: left;
  }
  .site-header h1 a,
  .site-header h2 a {
    color: #000;
  }
  .author-avatar,
  #colophon,
  #respond,
  .commentlist .comment-edit-link,
  .commentlist .reply,
  .entry-header .comments-link,
  .entry-meta .edit-link a,
  .page-link,
  .site-content nav,
  .widget-area,
  img.header-image,
  .main-navigation {
    display: none;
  }
  .wrapper {
    border-top: none;
    box-shadow: none;
  }
  .site-content {
    margin: 0;
    width: auto;
  }
  .singular .entry-header .entry-meta {
    position: static;
  }
  .singular .site-content,
  .singular .entry-header,
  .singular .entry-content,
  .singular footer.entry-meta,
  .singular .comments-title {
    margin: 0;
    width: 100%;
  }
  .entry-header .entry-title,
  .entry-title,
  .singular .entry-title {
    font-size: 21pt;
  }
  footer.entry-meta,
  footer.entry-meta a {
    color: #444;
    font-size: 10pt;
  }
  .author-description {
    float: none;
    width: auto;
  }
  /* Comments */
  .commentlist > li.comment {
    background: none;
    position: relative;
    width: auto;
  }
  .commentlist .avatar {
    height: 39px;
    left: 2.2em;
    top: 2.2em;
    width: 39px;
  }
  .comments-area article header cite,
  .comments-area article header time {
    margin-left: 50px;
    margin-left: 3.57142857rem;
  }
}
#footer_sidebar_prel {
  position: fixed;
  padding: 10px;
  width: 100%;
  bottom: 0px;
  box-sizing: border-box;
  background-color: #d11e67;
  z-index: 10;
  cursor: pointer;
  font-size: 0.9rem;
  line-height: 1.5rem;
  color: white;
  font-weight: 600;
  text-align: center;
}
#form-pre-footer-sidebar {
  display: none;
}
#form-pre-footer-sidebar .ptprelinker-legend-form {
  display: none;
}
/*# sourceMappingURL=style.css.map */