/*
Theme Name: 3clics child theme
Author: Colorlib
Author URI: http://colorlib.com/wp/
Template: dazzling 
Version: 0.1.0
*/
a:hover,
a:focus{
	text-decoration: none;
	color:#ed008c;
}
.h1, .h2, .h3, h1, h2, h3{
	margin: 0;
}
article .wp-block-heading {
  color: #000;
  margin: 30px 0 15px;
  font-size: 24px;
  font-weight: 600;
}
article ul li {
  font-family: "Roboto", Helvetica, sans-serif;
  color: #000;
  font-weight: 100;
  list-style-type: disc;
  margin-left: 15px;
  padding-left: 5px;
  margin-bottom: 5px;
}
#cookie-law-info-bar {
  background-color: #ec008c !important;
  font-family: "Roboto", Helvetica, sans-serif !important;
  font-size: 16px;
  padding: 25px 15px;
}
.cli-plugin-button, 
.cli-plugin-button:visited, 
.medium.cli-plugin-button, 
.medium.cli-plugin-button:visited {
  border-radius: 0;
  font-size: 16px;
  font-weight: 200;
  text-decoration: none;
}
#cookie-law-info-bar a#CONSTANT_OPEN_URL {
  text-decoration: underline;
}
.fixHeader .filler{
	background-color: #1a171b;
}
.flexDistribution .nav{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.nav > li > a{
	padding: 0;
	line-height: 1em;
}
.nav > li > a:hover,
.nav > li > a:focus{
	background-color: transparent;
}
.navbar-fixed-top{
	position: inherit;
	display: inherit;
}
.icon-user:before{
	content:url('./images/icon-user.png');
}
.icon-mail:before{
	content:url('./images/icon-mail.png');
}
.icon-heart:before{
	content:url('./images/icon-heart.png');
}
.fixHeader .header .header_bottom {
    background-image: url("./images/search.jpg");
}
.main-title{
	background-color: #1a171b;
	top: -50px;
	position: relative;
	height: 450px;
	-webkit-background-size: cover;
	background-size: cover;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: flex-end;
	align-items: flex-end;
}
.main-title .h1{
	margin: 0;
	color:#fff;
	font-weight: 700;
}
.main-title .h1:after{
	content:"";
	display: block;
	height: 5px;
	width: 50px;
	background-color: rgba(236, 0, 140, 1);
	margin: 20px auto;
}
.parallax-window {
    min-height: 400px;
    background: transparent;
    width: 100%;
}
.title{
	color: rgba(236, 0, 140, 1);
	font-size: 36px;
	font-family: 'Roboto';
	display: block;
	margin-bottom: 30px;
	line-height: 1.2em;
}
.intro{
	text-align: center;
	font-size: 17px;
}
.post{
  border:3px solid #e4e5e7;
  padding: 30px 15px 30px 30px;
}
.single .post{
	padding: 30px;
}
.hentry{
  margin-bottom: 50px;
}
footer.entry-meta{
  margin-bottom: 0;
}
.entry-content a{
  color: rgba(236, 0, 140, 1);
}
.entry-content a:not(.btn):hover{
  text-decoration: underline;
}
ul.kiwi-article-bar{
  margin-top: 30px !important ; 
}
ul.kiwi-article-bar li a:hover{
  text-decoration: none !important; 
}
.blog .entry-title{
	margin-top: 0;
	margin-bottom: 0;
	font-size: 30px;
	color:#000;
}
.blog .entry-title:after{
	content:"";
	margin: 18px 0 20px;
	display: block;
	height: 5px;
	width: 50px;
	background-color: rgba(236, 0, 140, 1);
}
.entry-title a:hover{
	color:#ed008c;
}
.entry-meta{
	color:#818181;
	margin-bottom: 25px;
	line-height: 1em;
}
.entry-meta span{
	margin-right: 0;
}
.page-header{
	border:none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.entry-content p{
	color:#000;
	font-size: 15px;
}
.thumbnail{
	padding: 0;
	border:none;
	border-radius: 0;
	margin: 0;
}
.btn.btn-default.read-more,
.site-main [class*="navigation"] a, 
.more-link{
	border:none;
	color: #fff;
	background-color: rgba(236, 0, 140, 1);
	float:none;
	border-radius:0;
	font-size: 18px;
	padding: 12px 35px; 
	line-height: 1em;
}

.btn.btn-default.read-more:hover,
.site-main [class*="navigation"] a:hover, 
.more-link:hover{
	background-color: #1a171b;
}
.scroll-to-top:hover{
	background-color: rgba(236, 0, 140, 1);
}
.widget{
	margin-bottom: 50px;
}
.widget a:hover{
	color:#ed008c;
}
.widget-title{
	color:#ed008c;
	margin: 0;
	border:none;
	font-weight: 700;
}
.widget-title:after{
	content:"";
	margin: 15px 0;
	display: block;
	height: 5px;
	width: 50px;
	background-color: rgba(236, 0, 140, 1);
}
.widget ul{
	padding: 0 15px;
}
.widget > ul > li, li.recentcomments{
	border:none;
}
.widget > ul > li > a{
	color:#818181;
	font-size: 16px;
}
.form-search{
	padding: 0 0 20px;
}
.widget_recent_entries ul li:before{
	content:"\f0f6";
	font-family: 'fontAwesome';
	font-size: 16px;
	color:#818181;
	margin-right: 10px;
}
.footer{
	margin-top: 100px;
}
.input-group-btn button{
	border:none;
	background-color: transparent;
	color:#000;
	border-radius:0;
}
.form-control:focus{
	box-shadow: none;
	border:none;	
}
.btn-default:hover{
	background-color: #ed008c;
}
.btn-default:hover .fa{
	color:#fff;
}
.input-group-btn .fa{
	color:#000;
	transition: all 200ms ease;
}
.form-search .input-group{
	width: 100%;
}
.form-search .search-query{
	border:1px solid #e4e5e7;
	width: 100%;
	padding: 0 40px 0 15px;
	height: 40px;
}
.form-search .input-group-btn{
	position: absolute;
	top: 1px;
	right: 0;
	width: 37px;
	z-index: 20;
	height: 40px;
}
.form-search .input-group-btn button{
	line-height: 40px;
	padding: 0;
	width: 37px;
	color:#ed008c;
	height: 40px;
}
.form-search .input-group-btn .fa{
	color:#ed008c;
	font-size: 20px;
}
.form-search .input-group-btn button:hover .fa{
	color:#fff;
}
.no-results .form-search{
	margin-top: 50px;
}
.page-title{
	margin-top: 0;
	margin-bottom: 50px;
}
.entry-title{
	margin-bottom: 15px;
}
.single .thumbnail{
	margin-bottom: 30px;
}
.single .entry-content img{
	margin: 25px 0;
}

/** Header blog dropdowns **/
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #eee;
    border-color: #337ab7;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #1d1e1f;
    text-decoration: none;
    background-color: #f7f7f9;
}

.show > .dropdown-menu {
    display: block;
}
.dropdown-menu {
    background-color: #1a171b;
    top: 54px;
    border-radius: 0;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: 400;
    color: #292b2c;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}
.dropdown-menu .dropdown-item {
    color: #fff;
    font-size: 16px;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover,.dropdown-item:focus, .dropdown-item:hover {
    color: #e7018a;
    background-color: transparent;
}
.nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav {
    align-self: flex-end;
    width: 100%;
    justify-content: space-between;
    padding-left: 50px;
}
.nav:after,
.nav:before{
	display: none;
}
[class*="navigation"] .nav-previous,
[class*="navigation"] .nav-next {
    max-width: 48%;
}



@media (max-width: 1199px) {
  .link_box {
    height: 300px; }
    .link_box:hover .box_title, .link_box:active .box_title, .link_box:focus .box_title {
      height: auto;
      top: 0; }
  .box_title {
    height: auto; }
    .box_title:after {
      bottom: -15px; }
  .type,
  .prix {
    font-size: 20px; }
  .product-container .img_container {
    height: 220px; }
  .list-dot li {
    font-size: 24px;
    line-height: 35px; }
  .box_pink_title {
    font-size: 55px;
    line-height: 50px; }
    .box_pink_title .fs50 {
      font-size: 40px; }
  .fs26 {
    font-size: 22px; }
  .video-container {
    height: 580px; }
  .h2 {
    font-size: 45px; }
  .fs70 {
    font-size: 60px; }
  .counter {
    font-size: 24px; }
  .formule-container {
    padding: 15px; }
  .subtitle-gestion {
    font-size: 24px; }
  .steps {
    background-size: cover;
    background-position: center; } }

@media (max-width: 991px) {
  .boxes-container {
    height: auto;
    padding-top: 300px; }
  .link_box {
    height: auto;
    margin-bottom: 15px; }
  .fixHeader .header_bottom.sticked {
    padding-bottom: 0; }
  .header_bottom {
    padding-bottom: 0; }
  .nav {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a171b;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    padding-left: 0;
    -webkit-transition: all ease-in-out 300ms 0s;
    -moz-transition: all ease-in-out 300ms 0s;
    -ms-transition: all ease-in-out 300ms 0s;
    transition: all ease-in-out 300ms 0s; }
    .nav.visible {
      display: flex;
      -webkit-transform: translateY(0%);
      -moz-transform: translateY(0%);
      -ms-transform: translateY(0%);
      -o-transform: translateY(0%);
      transform: translateY(0%); }
      .nav > li > a{
      	padding: 10px 15px;
      }
  .item-nav.show .dropdown-menu,
  .submenu-item.show .submenu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }
  .arrowResponsive:after {
    content: "\f105";
    display: inline-block;
    margin-left: 15px;
    font-family: 'fontAwesome';
    position: absolute; }
  .dropdown-menu,
  .submenu {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    position: fixed;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a171b;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-transition: all ease-in-out 300ms 0s;
    -moz-transition: all ease-in-out 300ms 0s;
    -ms-transition: all ease-in-out 300ms 0s;
    transition: all ease-in-out 300ms 0s; }
    .dropdown-menu.is-hidden,
    .submenu.is-hidden {
      -webkit-transform: translateX(100%);
      -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
      -o-transform: translateX(100%);
      transform: translateX(100%);
      overflow: hidden; }
    .dropdown-menu + .link_menu,
    .submenu + .link_menu {
      color: #e7018a; }
  .item-nav {
    line-height: 35px; }
  .dropdown-item {
    white-space: normal;
    text-align: center; }
  .submenu {
    z-index: 1; }
    .submenu li {
      line-height: 25px; }
    .submenu .dropdown-item {
      font-size: 14px; }
  .separator-container {
    margin-bottom: 50px; }
    .separator-container:after {
      width: 0; }
  .counter:before {
    width: 50px;
    height: 50px;
    font-size: 30px; }
  .footer_title {
    margin-top: 50px; }
  .burger,
  .exit_nav,
  .back_button {
    display: block;
    background-color: transparent;
    border: none;
    font-size: 24px;
    color: #fff; }
  .exit_nav,
  .back_button {
    position: absolute;
    left: 15px;
    top: 15px; }
  .fixHeader .sticked .dropdown-menu {
    top: 0; }
  .btn-back {
    margin-bottom: 30px; }
  .subheader_detail .flexDistribution {
    flex-direction: column;
    text-align: center; }
  .detail_title-container {
    margin-bottom: 30px; }
  .link_detail {
    text-align: center; }
  .photo-container {
    border: none; }
  .radio-container {
    margin-bottom: 20px;
    width: 50%;
    float: left; }
  .search_text {
    width: 100%;
    text-align: right;
    margin-right: 30px; }
  .form-search .flexColumn {
    flex-direction: column-reverse; }
  .form-search .checkbox-container {
    margin-bottom: 15px; }
  .btn_expand {
    margin-top: 30px; }
  .big_btn {
    margin-top: 30px; }
  .bail-img {
    margin: 50px auto;
    display: block;
    top: 0; }
  .title-gestion,
  .subtitle-gestion {
    text-align: center; }
  .formule-container {
    margin-bottom: 15px;
    height: auto; }
  .reasons-container {
    flex-wrap: wrap; }
  .reason {
    flex: 1 0 50%;
    margin-bottom: 30px; }
  .citation {
    font-size: 18px; }
  .alert_title {
    font-size: 30px; }
  .text_alert3 {
    font-size: 16px; }
  .img-responsive {
    margin: 20px 0; } }

@media (max-width: 767px) {
.h1{
	font-size: 24px;
}
.parallax-window{
	height: 200px;
}
.title{
	font-size: 24px;
}
.blog .entry-title{
	font-size: 24px;
}.entry-title{
	font-size: 24px;
}
.blog .post, .category .post{
	padding: 15px;
}
.thumbnail{
	margin-bottom: 30px;
}
  .gestion-header,
  .syndic-header {
    margin-bottom: 50px; }
  .link_top {
    margin-left: 15px; }
  .detail_contact {
    margin-top: 30px; }
  .text_alert1 {
    font-size: 24px; }
  .text_alert2 {
    font-size: 18px;
    padding-bottom: 40px; }
  .list-big-number li {
    padding-left: 0;
    padding-top: 50px; }
    .list-big-number li:before {
      top: 0;
      width: 40px;
      height: 40px;
      font-size: 35px; }
  .list-big-number .chevron-right:before {
    content: url("../images/chevron-right.png");
    width: 40px;
    height: 40px;
    left: 0px; }
  .subtitle-pink {
    font-size: 24px; }
  .mb80 {
    margin-bottom: 50px; }
  .border-grey-right {
    position: relative; }
    .border-grey-right:after {
      background-color: transparent; } }

@media (max-width: 575px) {
  .item-mob,
    .link_top {
        display: inline-block !important;
    }
  .h2 {
    font-size: 30px; }
    .h2 .fs70 {
      font-size: 45px; }
  .h1_inner {
    font-size: 30px; }
  .fs30 {
    font-size: 20px; }
  .text_white,
  .text_dark {
    font-size: 16px; }
  .counter {
    font-size: 20px; }
  .box_pink {
    padding: 20px; }
  .box_pink_title {
    font-size: 40px; }
    .box_pink_title .fs50 {
      font-size: 30px; }
  .list-dot li {
    line-height: 1em; }
  .link-list {
    font-size: 16px;
    line-height: 40px; }
  .header_top {
    height: auto; }
    .header_top .flexDistribution {
      flex-direction: column; }
  .link_top {
    display: block;
    margin: 0;
    margin-bottom: 15px;
    text-align: center; }
  .reseaux-sociaux {
    margin: 10px 0 15px; }
  .header_bottom {
    height: auto;
    padding: 15px 0 0; }
    .header_bottom .flexDistribution {
      flex-direction: column; }
  .logo {
    margin-bottom: 15px;
    width: 200px; }
  .fixHeader .sticked {
    position: relative; }
    .fixHeader .sticked.header_bottom {
      height: auto; }
  .fixHeader .header_bottom {
    position: relative; }
  .filler {
    display: none; }
  .logo2 {
    width: 100%; }
  .row_table {
    font-size: 16px; }
  .col1 {
    padding-left: 8px; }
  .col2 {
    padding-left: 5px;
    white-space: nowrap; }
  .btn {
    white-space: normal; }
  .text_alert2 {
    padding: 0 15px;
    padding-bottom: 70px; } }