@charset "UTF-8";
/*
Theme Name: WP Bootstrap Starter
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Init var
--------------------------------------------------------------*/
strong {
  font-weight: 600; }

/*--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family: "Open Sans", sans-serif;
  color: #343A40;
  font-size: 1rem; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #222;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
  font-family: "Quicksand", sans-serif; }

h1 {
  font-size: 32px;
  padding-bottom: 10px; }

h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25; }

h3 {
  font-size: 18px;
  line-height: 25px; }

h4 {
  font-size: 16px;
  line-height: 20px; }

h5 {
  font-size: 14px;
  line-height: 17.5px; }

p {
  margin-bottom: 1.5em; }

h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef; }

h2.entry-title {
  border-bottom: 1px solid #eaecef; }

h3.widget-title {
  font-size: 1.2rem; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #F5F5F5;
  /* Fallback for when there is no custom background color defined. */ }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Navigation - Header
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #F5F5F5;
  padding: .5rem 0rem; }

.navbar-brand a img {
  width: 220px;
  height: auto; }

.navbar-brand a.site-title {
  font-family: Damion;
  font-size: 3rem;
  color: white;
  line-height: 3rem;
  margin-left: 0.75rem; }

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none; }

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem; }

  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem; } }
@media screen and (max-width: 767px) {
  #main-nav {
    padding-top: 20px; } }
/*
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0; }

#menu-main-menu li a {
  font-family: "Quicksand", sans-serif;
  font-size: 1rem;
  text-transform: none;
  font-weight: 700;
  color: #343A40;
  padding: 0.5rem 1rem;
  white-space: nowrap; }
#menu-main-menu li a:hover {
  color: #FB007A; }
#menu-main-menu li#menu-item-59 a {
  width: 60px;
  display: block;
  padding: 0.1rem 1rem;
  visibility: hidden; }
#menu-main-menu li#menu-item-59 a::before {
  content: '\f2bd';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  font-weight: 900;
  position: absolute;
  display: inline-block;
  visibility: visible; }

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem; }

.dropdown-menu {
  min-width: 12.500rem; }

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0; }

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6; }

.dropdown-menu .dropdown-item:hover {
  background: transparent; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; } }
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem; } }
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0; }

  .dropdown-menu li a {
    padding: 0; }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem; }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none; } }
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

.comment-content.card-block {
  padding: 20px; }

.navigation.post-navigation {
  padding-top: 1.875rem; }

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none; }

.post-navigation .nav-next a::after {
  content: " \2192"; }

.post-navigation .nav-previous a::before {
  content: "\2190 "; }

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0; }

/*--------------------------------------------------------------
# Styles Communs TC
--------------------------------------------------------------*/
.btn-gris {
  color: #bdbdbd;
  border: 2px solid #bdbdbd;
  border-radius: 5px; }

.connexion {
  top: -2px;
  right: -2px; }
  .connexion .offline {
    background: #bdbdbd;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    border: 2px solid #F5F5F5; }
  .connexion .online {
    background: #00cc00;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    border: 2px solid #F5F5F5; }

.icons div {
  margin: 0 0.3rem; }

.icons i {
  display: inline-block;
  border-radius: 500px;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  font-size: 1.125rem;
  transition: font-size 0.3s ease 0s;
  font-family: "Quicksand", sans-serif; }

.icons i:hover {
  font-size: 1.3rem; }

.icons i::before {
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  color: white;
  font-style: normal; }

.icons i.icon-dial {
  background-color: #FB007A; }

.icons i.icon-dial::before {
  content: '\f086'; }

.icons i.icon-letter {
  background-color: #035D6E; }

.icons i.icon-letter::before {
  content: '\f5ad'; }

.title-underline {
  font-family: "Quicksand", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #343A40;
  /*span:after {
    content: '';
    display: block;
    height: 4px;
    background-color: $rose;
    position: relative;
    top: 2px;
    pointer-events: none;
  }*/ }
  .title-underline span {
    color: #FB007A; }

.title-underline2 {
  font-size: 2rem;
  font-weight: normal;
  font-weight: bold;
  font-family: "Quicksand", sans-serif; }
  .title-underline2 span {
    color: #FB007A; }

/*.title-underline2::after{    content: '';
  display: block;
  height: 4px;
  margin-top: 5px;
  border-left: 13rem solid $rose;
  background-color:$gris-separation2;}*/
.color-grismoyen {
  color: #6C757D; }

.btn-rouge, .registration-form .btn-success {
  background-color: #FB007A;
  text-align: center;
  padding: 0.8rem;
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
  width: 100%;
  border: none;
  border-radius: 3px;
  font-weight: 700;
  transition: background-color 0.5s ease; }

.btn-rouge:hover, .registration-form .btn-success:hover {
  background-color: #E6007A; }

#form-connexion .ptprelinker-button-success {
  width: 100%; }

/*--------------------------------------------------------------
# Header title fond image
--------------------------------------------------------------*/
.category #content.site-content, .single #content.site-content, .page #content.site-content {
  padding-top: 0; }
.category #page-header-wide, .single #page-header-wide, .page #page-header-wide {
  background: url("images/bg-header.jpg") no-repeat center center;
  color: white; }
  .category #page-header-wide h1.h1-header-image, .single #page-header-wide h1.h1-header-image, .page #page-header-wide h1.h1-header-image {
    color: white;
    font-size: 2.5rem;
    font-weight: bold;
    font-family: "Quicksand", sans-serif; }
    .category #page-header-wide h1.h1-header-image span, .single #page-header-wide h1.h1-header-image span, .page #page-header-wide h1.h1-header-image span {
      font-weight: normal; }
  .category #page-header-wide #infos_categ, .single #page-header-wide #infos_categ, .page #page-header-wide #infos_categ {
    color: white;
    font-size: 0.90rem;
    line-height: 1rem; }
  .category #page-header-wide #infos_categ p, .single #page-header-wide #infos_categ p, .page #page-header-wide #infos_categ p {
    margin-block-end: 10px; }

.single #page-header-wide h1.h1-header-image {
  font-size: 2.5rem; }

/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/
.home #content.site-content {
  padding: 0; }
.home #home-banner {
  background: url("images/bg.jpg") no-repeat center top; }
.home h1 .home-title, .home #home-under-title {
  color: white;
  font-size: 2rem;
  font-weight: normal;
  display: block;
  text-shadow: 0.1rem 0.1rem 0.5rem #666;
  text-align: center; }
.home h1 .home-title-part1 {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  text-transform: uppercase; }
.home #home-under-title {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.5rem; }
.home #carousel-inject-4col .ptprelinker-content-inner, .home #carousel-inject-2col .ptprelinker-content-inner {
  padding: 0.5rem 0px 0.5rem 0px;
  background-color: transparent; }

#map svg {
  width: 100%; }
#map path {
  fill: #035D6E;
  stroke: #F5F5F5;
  stroke-width: 0.421;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: fill 0.3s; }
#map path:hover {
  fill: #343A40; }

#menu-sous-carte {
  column-count: 4;
  color: #bdbdbd; }
  #menu-sous-carte li {
    list-style: square; }
  #menu-sous-carte a {
    text-decoration: underline;
    color: #343A40; }

#avantages-home {
  background-color: #035D6E; }
  #avantages-home .item-avantage i {
    font-size: 2em;
    color: #fff;
    border-radius: 500px;
    display: inline-block;
    width: 3em;
    height: 3em;
    line-height: 3em;
    text-align: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    position: relative;
    z-index: 1; }
  #avantages-home .item-avantage .icon-wrapper#icon1::before, #avantages-home .item-avantage .icon-wrapper#icon1::after {
    background-color: #FB007A;
    opacity: 0.5; }
  #avantages-home .item-avantage .icon-wrapper#icon1 i {
    background-color: #FB007A;
    color: white; }
  #avantages-home .item-avantage .icon-wrapper#icon2::before, #avantages-home .item-avantage .icon-wrapper#icon2::after {
    background-color: #F5F5F5;
    opacity: 0.5; }
  #avantages-home .item-avantage .icon-wrapper#icon2 i {
    background-color: #F5F5F5;
    color: #FB007A; }
  #avantages-home .item-avantage h3 {
    font-size: 1.25rem;
    color: white;
    font-weight: 600;
    margin-top: 0.5rem; }
  #avantages-home .item-avantage p {
    color: white;
    line-height: 1.25rem; }
  #avantages-home #avantages-home-sus {
    column-count: 3; }
    #avantages-home #avantages-home-sus p {
      color: white;
      line-height: 1.25rem; }
    #avantages-home #avantages-home-sus h3, #avantages-home #avantages-home-sus h4 {
      color: white; }

.item-temoignage {
  height: calc(100% - 50px); }
  .item-temoignage h2 {
    font-size: 1.3rem;
    margin-top: 0;
    margin-bottom: .8rem; }
  .item-temoignage blockquote p {
    color: #6C757D;
    font-size: 1rem;
    line-height: 1.2rem; }
  .item-temoignage .lireplus p {
    color: #FB007A;
    font-family: "Quicksand", sans-serif; }
  .item-temoignage cite {
    color: #FB007A; }

.page-id-64 cite, #temoignage-home cite {
  color: #FB007A;
  font-family: "Quicksand", sans-serif;
  margin-top: 0.75rem;
  display: block;
  font-weight: 700;
  font-size: 0.95rem; }

#temoignage-home a:hover:not(.active) {
  text-decoration: none !important; }

#temoignage-home a:not(.active) {
  color: inherit; }

#temoignage-home a:hover:not(.active) .item-temoignage {
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.4) !important; }

#temoignage-home a:not(.active) .item-temoignage {
  transition: box-shadow .3s ease-out; }

/*--------------------------------------------------------------
# Item Annnonce : générique puis cas par cas: home, categ
--------------------------------------------------------------*/
.annonce-item {
  width: 49%;
  background-color: white; }
  .annonce-item .image_empty_home {
    background: url(images/default-femme-350-23.gif);
    width: 100%;
    height: auto;
    background-size: cover; }
  .annonce-item .image_empty_home_m {
    background: url(images/default-homme-350-23.gif);
    width: 100%;
    background-size: cover; }
  .annonce-item h3, .annonce-item h2 {
    font-family: "Quicksand", sans-serif;
    color: #FB007A;
    font-size: 1.125rem;
    text-align: center;
    line-height: 1.3rem;
    margin: 1rem 0 0.5rem 0; }
  .annonce-item h3 a, .annonce-item h2 a {
    color: #FB007A; }
  .annonce-item h2 {
    font-size: 1.25rem; }
  .annonce-item .infos {
    text-align: center;
    font-size: 0.825rem;
    color: #6C757D; }

.category .annonce-item h3 {
  font-size: 1.3rem;
  line-height: 1.5rem; }
.category .annonce-item .resume {
  line-height: 1.3rem; }
.category .annonce-item .infos {
  font-size: 1rem; }

/*--------------------------------------------------------------
# Form Prelinker
--------------------------------------------------------------*/
.ptprelinker--box .ptprelinker-button-success {
  background-color: #FB007A !important;
  border: 1px solid #E6007A !important;
  font-family: "Quicksand", sans-serif !important;
  font-weight: bold; }
  .ptprelinker--box .ptprelinker-button-success:hover {
    background-color: #E6007A !important; }
.ptprelinker--box .fb_connect {
  font-size: 1rem !important; }

#form-pre-home {
  background-color: white; }
  #form-pre-home .ptprelinker-button-success {
    background-color: #00cc00 !important;
    border: 1px solid #00cc00 !important; }
    #form-pre-home .ptprelinker-button-success:hover {
      background-color: #00b800 !important; }
  #form-pre-home .ptprelinker-content-inner {
    background-color: white !important; }
  #form-pre-home .title-form {
    font-family: "Quicksand", sans-serif;
    color: #6C757D;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center; }

#form-pre-single, .page-id-46 #form-inscription {
  background-color: #035D6E; }
  #form-pre-single .ptprelinker-content-inner, .page-id-46 #form-inscription .ptprelinker-content-inner {
    background-color: #035D6E !important; }
  #form-pre-single .ptprelinker-content, .page-id-46 #form-inscription .ptprelinker-content {
    max-width: 100% !important;
    width: 100% !important; }
  #form-pre-single label.ptprelinker-label-checkbox, .page-id-46 #form-inscription label.ptprelinker-label-checkbox {
    color: white !important; }
    #form-pre-single label.ptprelinker-label-checkbox a, .page-id-46 #form-inscription label.ptprelinker-label-checkbox a {
      text-decoration: underline;
      color: white !important; }
    #form-pre-single label.ptprelinker-label-checkbox:before, .page-id-46 #form-inscription label.ptprelinker-label-checkbox:before {
      border-color: #ffffff;
      background-color: #ffffff;
      color: #FB007A; }
  #form-pre-single .title-form, .page-id-46 #form-inscription .title-form {
    font-family: "Quicksand", sans-serif;
    color: white;
    font-size: 2rem;
    font-weight: bold;
    text-align: center; }
  #form-pre-single #info_fancy, .page-id-46 #form-inscription #info_fancy {
    display: none;
    font-size: 0.9rem; }

.page-id-46 #form-inscription {
  background-color: #035D6E !important; }
  .page-id-46 #form-inscription .ptprelinker-content-inner {
    background-color: transparent !important; }
.page-id-46 #form-connexion {
  background-color: #035D6E !important; }
  .page-id-46 #form-connexion .ptprelinker-content-inner {
    border: none;
    background-color: transparent !important; }
    .page-id-46 #form-connexion .ptprelinker-content-inner .ptprelinker-login-form > form[name=login_form] {
      width: 100%; }
      .page-id-46 #form-connexion .ptprelinker-content-inner .ptprelinker-login-form > form[name=login_form] .ptprelinker-input-group {
        width: 100%; }
        .page-id-46 #form-connexion .ptprelinker-content-inner .ptprelinker-login-form > form[name=login_form] .ptprelinker-input-group input {
          width: 100%; }
      .page-id-46 #form-connexion .ptprelinker-content-inner .ptprelinker-login-form > form[name=login_form] .ptprelinker-buttons input {
        font-size: 1.15rem;
        padding: 7px 0 !important;
        letter-spacing: 0; }
  .page-id-46 #form-connexion a.ptprelinker-forgotten-link {
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 0.95rem;
    text-decoration: underline; }

.fancybox-inner #form-pre-single {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }
.fancybox-inner #form-pre-single .title-form {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 800; }
.fancybox-inner #form-pre-single .title-form i {
  color: yellow; }

.fancybox-close {
  top: -10px !important;
  right: -10px !important; }

/*
.registration-form {

  margin-top:1rem;

  .hidden {display: none;}

  legend {display: none;}

  .form-group i {display: none;}

  .btn-facebook {
        background:url(images/facebook.png) no-repeat;
        background-size: 20px 20px;
        background-position: 2rem center;
        width: 100%;
        padding: 0.3rem 4rem !important;
        background-color: #3c558d;
        border-radius: 4px;
    }
    .btn-facebook i {display: none;}
    .btn-facebook span {color:white;font-size: 1rem; font-weight: 400;}

    .form-group {margin-bottom: 0.4rem;}
    .form-group .input-group select, input[type=text], input[type=email] {padding:0.5rem 1.5rem;width: 100%;background-color: $gris-bg; border-radius: 3px !important;border:none; color:$gris-moyen; font-size:1rem;font-weight: 400;}
    input[type=text]::placeholder, input[type=email]::placeholder  {color:$gris-moyen !important;}

    input::-webkit-input-placeholder {color: $gris-moyen;}

    input:-ms-input-placeholder {color: $gris-moyen;}

    .has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {color:#c90000 !important;}
  
    .custom-control-indicator {
        float: left;
        margin: 0px 10px 0 0;
        display: block;
        width: 20px;
        height: 20px;
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 80%;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    :checked ~ .custom-control-indicator {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23333' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
    }

    .help-block,
    .form-control-feedback {
        display: none;
    }

    .has-error .help-block {
        display: block;
    }

    .has-success .form-control-feedback,
    .has-warning .form-control-feedback,
    .has-error .form-control-feedback {
        display: block;
    }

    .form-group.checkbox label.small, .form-group.has-error.checkbox label.small
    {
      color:$gris-moyen !important;font-size: 12px;height: 1.5rem;
        a {color:$gris-moyen;text-decoration: underline;}
    }
    


}
*/
/*
.single, .page-id-893, .page-id-1222, .page-id-1238  {

 .form-group.checkbox label.small, .form-group.has-error.checkbox label.small{
      color:white !important;
      a {color:inherit;}
    }


 .registration-form .btn-success {
        background-color:$vert-clair;
    }

  .registration-form .btn-success:hover {
        background-color:$gris-moyen;
    }    


}

//Exception mise en forme page Chat et Chatroulette


.page-id-1222, .page-id-1238 {
  table.ez-tool-user-list {background: none;}
  table.ez-tool-user-list img {width: 140px;border: none;border-radius: 0px;}

}*/
/*--------------------------------------------------------------
# Fil d'Ariane
--------------------------------------------------------------*/
#fil-ariane {
  color: white;
  font-size: 0.80rem; }
  #fil-ariane a {
    color: inherit; }
  #fil-ariane i.fas {
    font-size: 0.8rem; }

/*--------------------------------------------------------------
# Catégories
--------------------------------------------------------------*/
.category .categ_desc_longue h3 {
  border-bottom: 2px solid #d3d3d3; }
.category #sous_menu_categ {
  border: 1px solid #f0f0f0;
  background: white;
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3; }
  .category #sous_menu_categ li {
    list-style: none; }
  .category #sous_menu_categ a {
    color: #6C757D;
    line-height: 1.75rem; }
  .category #sous_menu_categ a::before {
    display: inline-block;
    content: '';
    height: 0.5rem;
    border-left: 8px solid #bdbdbd;
    margin-right: .4rem; }
.category #carousel-inject-2col .ptprelinker-content-inner {
  padding: 0.5rem 0px 0.5rem 0px;
  background-color: transparent; }

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
aside#secondary {
  /*.title::after{    content: '';
    display: block;
    height: 2px;
    margin-top: 5px;
    border-left: 110px solid $rose;
    background-color:$gris-separation;}*/ }
  aside#secondary section {
    border: 1px solid #f0f0f0;
    background: white; }
  aside#secondary #best-website {
    top: 0;
    right: 0; }
  aside#secondary .title {
    font-size: 1.3rem;
    font-family: "Quicksand", sans-serif; }
  aside#secondary .content a {
    color: #6C757D;
    font-weight: normal; }
  aside#secondary .content a:hover {
    color: #FB007A; }
  aside#secondary .content a.link-path {
    display: block; }
  aside#secondary .content a.link-path::before {
    content: '\f104';
    font-family: "Font Awesome\ 5 Free";
    font-size: 0.8rem;
    font-weight: 900;
    color: #bdbdbd;
    margin-right: .5rem; }
  aside#secondary .content a.link-path:hover {
    text-decoration: none !important;
    color: #FB007A; }
  aside#secondary .content .current-cat, aside#secondary .content .current-cat a {
    color: #FB007A;
    font-weight: 900; }
  aside#secondary .content .current-cat::before {
    display: inline-block;
    content: '';
    height: 0.8rem;
    border-left: 3px solid #FB007A;
    margin-right: .7rem; }
  aside#secondary .content #list-categ {
    list-style: none;
    padding-left: 2rem; }
  aside#secondary .content li {
    list-style: none; }
  aside#secondary a#btn-depot-annonce {
    background: #035D6E;
    color: white;
    font-weight: 600;
    font-family: "Quicksand", sans-serif; }
  aside#secondary a#btn-depot-annonce:hover {
    background: #343A40; }
  aside#secondary #menu-blog .sidebar-blog-item .blog-title {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1rem; }
  aside#secondary #menu-blog .sidebar-blog-item .blog-title a {
    color: #343A40; }
  aside#secondary #menu-blog .sidebar-blog-item .resume {
    font-size: 0.75rem;
    color: #6C757D;
    line-height: 1rem; }

/*--------------------------------------------------------------
# Single
--------------------------------------------------------------*/
.single h1 {
  font-size: 1.875rem; }
.single .img {
  border: 1px solid #d3d3d3;
  padding: 0.5rem;
  background-color: #fff; }
.single .img img {
  width: 100%; }
.single .img img:hover {
  cursor: pointer; }
.single #pseudo {
  color: #6C757D;
  font-size: 1.5rem;
  font-weight: 800;
  font-family: "Quicksand", sans-serif; }
.single #connexion div:last-child {
  color: #bdbdbd;
  font-style: italic;
  font-size: 0.875rem;
  padding-left: 0.5rem; }
.single #info a, .single a#mail_tel_fancy {
  color: #FB007A;
  text-decoration: underline; }
.single a#mail_tel_fancy:hover, .single .open-fancy-incription {
  cursor: pointer; }
.single .icons div {
  margin: 0 0.2rem; }
.single .icons i.icon-dial::before {
  margin-right: .5rem; }
.single .icons i.icon-dial {
  width: 100%;
  color: white;
  font-style: normal;
  font-weight: 600;
  font-size: 0.95rem;
  padding-left: 0.6rem;
  padding-right: 0.6rem; }
.single .icons i.icon-dial:hover {
  background-color: #E6007A; }

/*--------------------------------------------------------------
# Article Similaires
--------------------------------------------------------------*/
.yarpp-related {
  display: inherit;
  flex-direction: inherit;
  flex-wrap: inherit;
  justify-content: inherit;
  margin: 0 !important; }

.yarpp-related br:first-child {
  display: none; }

.article-similaire-item {
  width: 49%; }

.article-similaire-item .img {
  padding: 0.3rem; }
.article-similaire-item .content {
  line-height: 1rem; }
.article-similaire-item .content a {
  color: #343A40;
  font-size: 0.875rem;
  line-height: inherit;
  font-weight: normal; }
.article-similaire-item .content a:hover {
  text-decoration: underline !important; }
.article-similaire-item .info {
  color: #6C757D;
  font-size: 0.875rem; }

/*--------------------------------------------------------------
# Commentaire
--------------------------------------------------------------*/
#comments #comments-area-header a#btn-title-comment {
  white-space: normal !important; }
#comments .comment-container {
  background-color: white;
  padding: 1rem;
  border: 1px solid #d3d3d3;
  border-radius: 0.25rem;
  margin-bottom: 1.5rem; }
  #comments .comment-container .content p {
    margin: 0;
    color: #343A40; }
  #comments .comment-container .author cite {
    font-style: normal;
    color: #FB007A;
    font-weight: 600;
    font-size: 1.125rem;
    text-transform: capitalize; }
  #comments .comment-container time {
    color: #6C757D;
    font-style: italic;
    font-size: 0.875rem;
    padding-left: .5rem; }
#comments .comment-container.comment_not_approved {
  background-color: #7c7c7c; }
  #comments .comment-container.comment_not_approved .author cite, #comments .comment-container.comment_not_approved a#mail_tel_fancy {
    color: #793849; }
  #comments .comment-container.comment_not_approved time {
    color: #333; }
#comments #not_approved_btns .btn-danger {
  color: white;
  white-space: normal !important;
  text-decoration: underline; }
#comments #not_approved_btns .btn-danger i {
  color: yellow; }

#comment-form-container .infos {
  color: #6C757D;
  font-size: 1.125rem;
  font-weight: 600; }
#comment-form-container #respond {
  width: 100%; }
#comment-form-container input.form-control, #comment-form-container textarea.form-control {
  border-width: 2px !important; }
#comment-form-container .comment-form-email .infos {
  font-size: 1rem; }
#comment-form-container button#submit i {
  margin-right: 0.5rem;
  font-size: 1.5rem; }

/*--------------------------------------------------------------
# Page
--------------------------------------------------------------*/
.page .entry-content {
  margin-top: 0; }
.page .entry-content::before {
  display: none; }
.page .title-underline2 {
  font-size: 1.5rem; }
.page .title-underline2::after {
  content: '';
  height: 3px; }

/*--------------------------------------------------------------
# Form connexion Prelinker
--------------------------------------------------------------*/
#ez-login-form {
  font-size: 16px; }
  #ez-login-form #ez-login-form-email, #ez-login-form #ez-login-form-lfpassword {
    padding: 0.5rem 1rem;
    border: 2px solid #d3d3d3; }
  #ez-login-form button#ez-login-form-submit {
    height: 32px;
    width: 50px;
    text-transform: uppercase;
    background-color: #FB007A;
    color: white;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1rem;
    margin-top: 0;
    text-align: center;
    text-decoration: none;
    border-radius: 5px; }
  #ez-login-form button#ez-login-form-submit span.middle {
    font-size: 18px;
    text-transform: uppercase; }
  #ez-login-form button#ez-login-form-submit > span {
    margin: 0 .5rem; }

/*--------------------------------------------------------------
# Item Bblog : modele de page qui liste les billet de blog
--------------------------------------------------------------*/
.blog-item {
  width: 49%;
  background-color: white; }
  .blog-item .img {
    border-bottom: 4px solid #f0f0f0; }
  .blog-item h2 {
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.5rem;
    margin: 1rem 0 0.5rem 0; }
  .blog-item h2 a {
    color: #343A40; }
  .blog-item .resume {
    line-height: 1.3rem; }

/*--------------------------------------------------------------
## Page chat
--------------------------------------------------------------*/
/* custom outil promo */
table.ez-tool-user-list {
  border: none; }

table.ez-tool-user-list table tr td {
  background: none; }

table.ez-tool-user-list img {
  width: 170px;
  height: auto; }

/*--------------------------------------------------------------
## Disclaimer
--------------------------------------------------------------*/
/*

#disclaimerpop { text-align:center; }
#disclaimer-fond {  position:absolute; z-index:15000; width:100%; height:2000px; background:#000; text-align:center; line-height:normal; clear:both; filter:alpha(opacity=60); -moz-opacity:0.60; opacity:0.60;}
#disclaimer-conteneur { position:fixed; 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:$noir;; 
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; 
-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:1.75rem; color:white;font-weight: 600; }
#disclaimer-cadre font { display:block; padding:10px 0 20px 0; text-align:center; font-size:1.25rem; color:white; }
#disclaimer-cadre p { margin:0; padding:10px; font-size:16px; color:$gris-separation2; }
#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 #entrer, #disclaimer-cadre #sortir  {
     background-color: $rose;
    color: white;
    display: block;
    font-weight: 600;
    margin-top: 0;
    padding: 7px 20px;
    text-align: center;
    text-decoration: none;
    border-radius: 3px; 
  display: inline;padding:10px 40px;font-size: 30px;
}

#disclaimer-cadre #sortir {
  background-color: $gris-moyen; 
}

#disclaimer-cadre #entrer:hover, #disclaimer-cadre #sortir:hover  {
  cursor: pointer;
} 

@media screen and (min-width: 980px) {
  
  .widget-area { float: right;width: 300px;}
  
}

@media screen and (min-width: 400px) {
  
  .widget-area { float: right;width: 300px;}
  
}
*/
/*--------------------------------------------------------------
## Disclaimer PRELINKER
--------------------------------------------------------------*/
.ptprelinker-disclaimer .ptprelinker-content-inner {
  background-color: #343A40 !important;
  font-family: "Quicksand", sans-serif !important; }
  .ptprelinker-disclaimer .ptprelinker-content-inner .ptprelinker-infos {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.75rem !important; }
  .ptprelinker-disclaimer .ptprelinker-content-inner .ptprelinker-button-success {
    background-color: #FB007A !important;
    border-color: #FB007A !important;
    text-transform: uppercase; }
  .ptprelinker-disclaimer .ptprelinker-content-inner .ptprelinker-button-wrong {
    background-color: #6C757D !important;
    border-color: #6C757D !important; }

/*--------------------------------------------------------------
## USP form depo annonce
--------------------------------------------------------------*/
#usp-form-3117 #usp-files-1 {
  line-height: normal; }
#usp-form-3117 .usp-preview div {
  width: 120px;
  height: 120px; }
#usp-form-3117 .usp-submit:hover {
  cursor: pointer; }
#usp-form-3117 label.error {
  color: #FF0000;
  float: none;
  font-size: 14px;
  padding-left: 10px; }
#usp-form-3117 input.error, #usp-form-3117 select.error, #usp-form-3117 textarea.error {
  border: 2px solid #FF0000;
  outline: medium none; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem; }

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0; }

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0; }

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0; }

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */ }

.widget select {
  max-width: 100%; }

.widget_search .search-form input[type="submit"] {
  display: none; }

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none; }

.half-rule {
  width: 6rem;
  margin: 2.5rem 0; }

.widget_categories .nav-link {
  display: inline-block; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 2rem; }

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900; }

.sticky .entry-title {
  position: relative; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

a.page-link {
  color: #6C757D !important; }

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0; }

.post.hentry {
  margin-bottom: 0rem; }

.posted-on, .byline, .comments-link {
  color: #9a9a9a; }

.entry-title > a {
  color: inherit; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

.comment-body .pull-left {
  padding-right: 0.625rem; }

.comment-list .comment {
  display: block; }

.comment-list {
  padding-left: 0; }

.comments-title {
  font-size: 1.125rem; }

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0; }

.comment-list .pingback:first-child {
  border: medium none; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/*.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}*/
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  background-color: #343A40;
  color: #bdbdbd; }
  footer#colophon a {
    color: inherit; }
  footer#colophon .menu-footer-menu-container ul li {
    list-style: none;
    float: left;
    display: inline;
    margin-right: 1rem; }
  footer#colophon #reseau-social {
    float: right; }
  footer#colophon #reseau-social a i {
    font-size: 2rem;
    margin-right: 0.5rem; }

/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    /* font-size: 95%;*/ } }
@media screen and (max-width: 1199px) {
  #derniere-annnonce-home h2.title-underline, #carte-home h2.title-underline {
    font-size: 1.75rem; }

  #stats {
    margin-top: 0.2rem;
    font-size: .7rem; }

  img#best-website {
    width: 75px;
    height: auto; }

  .navbar-dark .dropdown-item {
    color: #fff; }

  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none; }

  .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(250, 250, 250, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); } }
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  #menu-mainmenu {
    margin-top: 0.5rem; }

  #menu-mainmenu li {
    line-height: 1rem; }

  #menu-mainmenu li#menu-item-59 {
    line-height: 1.5rem; }

  #menu-mainmenu li a {
    padding: 0.5rem 0.5rem;
    font-size: 70%; }

  #stats #stat_member {
    display: none; }

  .category #page-header-wide h1.h1-header-image, .single #page-header-wide h1.h1-header-image, .page #page-header-wide h1.h1-header-image {
    font-size: 1.75rem; }

  .home h1 .home-title {
    font-size: 80%; }

  #avantages-home #avantages-home-sus {
    column-count: 1; }

  .fancybox-wrap #form-inscription {
    min-height: 300px; }

  img#best-website {
    width: 110px; }

  #disclaimer-cadre {
    width: 96%;
    padding-left: 0;
    padding-right: 0;
    margin-right: 2%;
    margin-left: 2%;
    margin: 60px auto 0 auto; } }
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  .home #home-under-title {
    font-size: 1rem;
    line-height: 1.2rem;
    margin-top: 0.5rem;
    margin-bottom: 0.75rem; }

  .home #home-banner {
    background-position-x: calc(50% + 200px); }

  #menu-mainmenu li#menu-item-59 a::before {
    visibility: hidden; }

  #menu-mainmenu li#menu-item-59 a {
    visibility: visible;
    padding: 0 0.5rem; }

  .archive .annonce-item, .category .annonce-item {
    width: 100%; }

  .category #sous_menu_categ {
    -webkit-columns: 2 auto;
    -moz-columns: 2 auto;
    columns: 2 auto; }

  #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 a#entrer {
    display: block;
    line-height: 45px; }

  #disclaimer-cadre a#sortir {
    display: block;
    line-height: 25px; } }
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  .title-underline {
    font-size: 1.5rem; }
    .title-underline span {
      line-height: 2rem; }
    .title-underline span:after {
      height: 3px; }

  #stats {
    display: none !important; }

  .home h1 {
    padding-bottom: 0; }

  .home h1 .home-title {
    font-size: 65%; }

  .category #page-header-wide h1.h1-header-image, .single #page-header-wide h1.h1-header-image, .page #page-header-wide h1.h1-header-image {
    font-size: 1.25rem; }

  .home .annonce-item {
    width: 100%; }

  #menu-sous-carte {
    column-count: 2; }

  #form-pre-home .title-form, #form-pre-single .title-form, .fancybox-inner .title-form {
    font-size: 1.5rem; }

  .registration-form .btn-facebook {
    padding: 0.3rem 0rem 0.3rem 1rem !important;
    background-position: 1rem center; }

  .registration-form .btn-facebook span {
    font-size: 0.8rem;
    line-height: 1.5rem;
    display: block; }

  .registration-form .btn-success {
    font-size: 0.85rem; }

  img#best-website {
    width: 75px; } }
/*--------------------------------------------------------------
## 360
--------------------------------------------------------------*/
@media only screen and (max-width: 360px) {
  .registration-form .btn-facebook span {
    font-size: 0.75rem; }

  .registration-form .btn-success {
    font-size: 0.7rem; } }
/*--------------------------------------------------------------
## 360 Exclu
--------------------------------------------------------------*/
@media only screen and (max-width: 359px) {
  #disclaimer-cadre b {
    font-size: 1rem;
    padding: 5px 10px; }

  #disclaimer-cadre p {
    font-size: 0.75rem;
    padding: 5px 10px; }

  #disclaimer-cadre font {
    font-size: 0.75rem;
    padding: 5px 10px 20px 10px; }

  #disclaimer-cadre .boutons {
    padding-top: 0px; }

  #disclaimer-cadre a#entrer {
    display: block;
    line-height: 25px;
    font-size: 20px; }

  #disclaimer-cadre a#sortir {
    display: block;
    line-height: 15px;
    font-size: 20px; } }

/*# sourceMappingURL=style.css.map */
