/*
Theme Name: JustLanded for WordPress
Theme URI: https://www.shapingrain.com
Description: A sweet and easy landing page for WordPress.
Author: ShapingRain
Author URI: https://www.shapingrain.com
Version: 1.5.6
*/

/* Style Index

1. Default and Reset styles
2. Global elements
- 2.1 Main Navigation
- 2.2 Buttons
- 2.3 List Styles
3. Fonts and Headings
- 3.1 Fonts
- 3.2 Headings
4. Content Blocks used for positioning
5. Landing page header and banner
- 5.1 Header
- 5.2 Banner
- 5.3 Slider
- 5.4 Gallery
6. Landing Page Content
- 6.1 Features
- 6.2 Description
- 6.3 Content
- 6.4 Testimonials
- 6.5 Newsletter
- 6.6 Buy
- 6.7 Pricing Table
- 6.8 Misc Elements
7. Wordpress Elements
- 7.1 Wordpress Core
- 7.2 Sidebar
- 7.3 Posts
- 7.4 Comments
- 7.5 Widgets
8. Social elements
- 8.1 Contact form
9. Landing page footer
10. Additional styles for jQuery/Foundation Framework plug-ins
11. Responsive Styling

/*------------------------------------------------------------------------------------------*/
/* 1. Defaults & Reset of specific styles across browsers */
/*------------------------------------------------------------------------------------------*/

@import url('https://a589b5.claudeassets.com/20221128211101cs_/https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&display=swap');

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, img, ins, kbd, q, s, samp, small, strike, 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, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    font-family: "Quicksand", sans-serif !important;
    padding: 0;
    border: 0;
    margin: 0;
    vertical-align: baseline
}
th, tr, td
{
    line-height:2em;
    padding:5px;
}
tr
{
    border-bottom:solid 1px #ccc;
}

html
{
    overflow-x : hidden;
}
sup
{
    vertical-align: super !important;
    font-size: smaller !important;
}
.post strong
{
    font-family:"quicksand-bold", "quicksand", sans-serif;
    font-weight:bold;
}
.entry-content p, ul, li, ol, th, tr, table
{
    text-align:justify;
    font-size:18px;
    font-family:"Quicksand", serif;
    margin-top:1em;
}
.entry-content p, ol
{
    text-align:justify;
}

body {
    background:#fff;
    font-family: 'quicksand', Verdana, Arial, Helvetica, sans-serif;
    color: #242424;
    text-align:left;
}

b, strong {
    font-weight: bold;
    font-family:"quicksand-bold", "quicksand", sans-serif;
}
h2 > strong, h3 > strong, h1 > strong, h4 > strong
{
    font-weight: normal;
    font-family:"Quicksand" ,sans-serif;
}
i, em {
    font-style: italic;
    font-family: inherit;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ol, ul {
    list-style: none;
    font-family: 'Quicksand', Verdana, Arial, Helvetica, sans-serif;
    text-align:left;
}

blockquote, q {
    quotes: none
    font-family: 'Quicksand', Verdana, Arial, Helvetica, sans-serif;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none

}

table {
    border-collapse: collapse;
    border-spacing: 0
}
@media screen and (max-width:750px){
  table{
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    font-size: 0.8em;
  }
  .entry-content p, ul, li, ol, th, tr, table{
    font-size:0.8em;
  }
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
    display: block
}

.clear {
    clear: both
}

hr {
    height: 0;
    clear: both;
    margin: 20px 0 20px 0;
    border-color: #e5e5e5;
    border-style: solid;
    border-width: 1px 0 0;
    border-image: none;
    border-right: 0 solid #e5e5e5;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
}

textarea {
    font-family: 'Quicksand', Verdana, Arial, Helvetica, sans-serif;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.entry-content .block ul li {
    list-style: none;
}

p, li, blockquote {
    line-height: 1.4em;
}

p, .bypostauthor, .sticky {
    margin: 0 0 20px 0;
}

a {
    color: #ff8a00;
    text-decoration: none;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}
.menu-footer-menu-container a,
.main-navigation a
{
    color: #999;
}

a:hover {
    color: #00a8ff !important;
    transition : 0.25s;
}

a img {
    border: none;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

a img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

iframe {
    border: 0;
}

/*------------------------------------------------------------------------------------------*/
/* 2. Global elements used throughout the landing page */
/*------------------------------------------------------------------------------------------*/

section {
    display: block;
}

article section, .newsletter, .row > section {
    margin: 0 0 40px 0;
    padding: 0 7px 40px 7px;
    overflow: auto;
}
section .subrow {
    display:inline-block;
    width:100%;
}
section .subrow.section_cta_buttons {
    margin: 40px 0 40px 0;
    padding: 40px 7px 40px 7px;
}

.section_small_testimonials {
    padding: 0 0 60px 0;
}

.section_features {
    padding: 0 0 60px 0;
}

.page-template-landingpage-php section,
.page-template-landingpage-php .newsletter {
    border-bottom: none !important;

}
.page-template-landingpage-php section section {
    border-bottom: none !important;
    margin-bottom:0px;
    padding-bottom:0px;
}
#container {
    margin: 0 auto;
    width: 940px;
}

.page-template-landingpage-php #container,
.page-template-landingpage-nobanner-php #container
{
    width: 100%;
    border-bottom: none !important;
}

.page-template-page-with-banner-php #container,
.with-page-banner #container {
    /*width: 100%;*/
}

.page-template-page-with-banner-php #banner,
.with-page-banner #banner {
    margin: 0 0 30px 0;
}

.page-template-page-with-banner-php #landing_header,
.with-page-banner #landing_header {
    border-bottom: 0;
}

body.single-post .with-page-banner #landing_header {
    padding: 25px 0 0 0;
}

.with-page-banner #content.row {
    width: 940px;
}

.page-template-default .with-page-banner #content.row:after,
.page-template-page-sidebar-php .with-page-banner #content.row:after,
.page-template-page-sidebar-left-php .with-page-banner #content.row:after,
.blog .with-page-banner #content.row:after,
.archive .with-page-banner #content.row:after,
.single .with-page-banner #content.row:after
{
    clear: none;
}



#main_content {
    margin: 0 auto;
    width: 960px;
    position: relative;
    clear: both;
}

#container.no-title div.page,
#container.no-title #sidebar #primary {
    margin-top: 20px;
}

#navigation_elements .inner {
    overflow: visible;
}

#content .inner {

    margin: 0 auto 30px auto;
    padding: 0 0 35px 0;
}

.position_left {
    float: left;
    margin: 0 20px 0 0;
}

.last, li.last, .block_460.last, #features li.last, #work li.last, .block_300.last {
    margin-right: 0 !important;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 10000;
}

/* 2.1 Main Navigation */

#navigation_elements {
    background: #303030;
    height: 45px;
    border-bottom: 1px solid #dd4631;
    margin: 0;
}

/*Sticky*/

.has-sticky-menu  #navigation_elements {
    width:100%;
    z-index:499;
    position:fixed;
    top:0;
}

.admin-bar.has-sticky-menu  #navigation_elements {
    top:30px;
}

.has-sticky-menu #wrapper  {
    padding-top:40px;
}

.menu {
    float: left;
}

.menu li {

    float: left;
    text-align: center;
    position: relative;
}

.menu li:last-child {
    background: none;
}

#main_nav a {
    color: #fff;
    text-decoration: none;
    display: block;
    height: 40px;
    padding: 10px 15px 0 15px;
}

#navigation_elements.stuck{
    position: fixed;
    top: 0;
}

#main_nav a:hover {
    background: #535353;
}

.menu .current-menu-item a, .current-menu-parent a, .current_page_parent a {
    background: transparent;
}

#page_footer .secondary {
background:none !important;
}

.secondary a {
    background: none;
}

#main_nav ul ul {
    background: #535353;
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    float: left;
    width: 190px;
    z-index: 99999;
    box-shadow: 1px 2px 2px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 2px 2px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 2px 2px 2px rgba(0, 0, 0, 0.1);
}

#main_nav ul ul ul {
    background: #535353;
    display: none;
    position: absolute;
    top: 0;
    left: 190px;
    float: left;
    width: 180px;
    z-index: 99999;
    box-shadow: 1px 2px 2px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 2px 2px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 2px 2px 2px rgba(0, 0, 0, 0.1);
}

#main_nav ul li:hover > ul {
    display: block;
}

#main_nav ul ul a, #main_nav ul .current-menu-item  ul a {
    background: #535353;
    padding: 8px 15px 8px 15px;
    width: 190px;
    height: auto;
    text-align: left;
    color: #fff;
    border-bottom: 1px solid #6e6e6e;
}

#main_nav li:hover > a, #main_nav ul ul :hover > a {
    background: #535353;
    color: #fff;
}

#main_nav ul ul a:hover {
    background: #666;
}

.tinynav {
    display: none;
    margin: 0 auto;
}

.navigation-menu {
  float:left;
  font-family: 'Quicksand', sans-serif;
  text-transform: uppercase;
  color:#ffde00;
  font-size:160%;
  width:100%;
  text-align: center;
}
.navigation-menu li {
  display:inline-block;
  font-size:85%;
  padding-right:8px;
  text-align:center;
  font-size:14px;
}
ul.nav.navbar-nav
{
    text-align:center;
}
.navigation-menu a {
  display:inline-block;
  color:#999;
  font-family: 'Quicksand', sans-serif;
  padding-bottom:6px;
  margin-bottom:6px;
  border-bottom:solid 2px #fff;
}
.navigation-menu a:hover {
  text-decoration: none;
  border-bottom:solid 2px #00a8ff;
}
.navigation-menu .inactif a {
   pointer-events: none;
   cursor: default;
}
div.navigation-menu
{
    width:50%;
    margin-left:auto;
    margin-right:auto;
    float:none;
    text-align:center;
    font-size:16px;
}
@media screen and (min-width : 770px ) {
  .navigation-menu {
    float:right;
    text-align:right;
    font-size:160%;
    margin-top:20px;
    width:50%;
    margin-left:auto;
    margin-right:auto;
  }
  .navigation-menu li {
    display:inline-block;
  }
  .navigation-menu a {
    margin-bottom:0px;
  }
  ul.nav.navbar-nav
    {
        text-align:left;
        font-size:16px;
    }
    div.navigation-menu
    {
        width:50%;
        float:right;
        text-align:left;
        font-size:18px;
    }
}

/* 2.2 Buttons */

.buttons {

    width: 366px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    padding: 6px;
    margin: 12px 0 0 0;
    overflow: hidden;
    float: left;
    position: relative;
}

.buttons_big {
    width: 300px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 5px;
    padding: 0px;
    margin: 12px 0 0 0;
    overflow: hidden;
    float: left;
    position: relative;
}

#banner.banner_media_full .buttons {
    margin: 0 0 -55px 0;
}

#banner.banner_media_left .buttons {
    margin: 0px 0 0 0;
}

#banner.banner_media_right .buttons{
    margin: -65px 0 0 70px;
    clear: both;
}

#banner.banner_media_right.banner_type_free_form_content .buttons {
    clear: both;
}

#banner.banner_media_left.banner_type_free_form_content .buttons {
    margin-left:480px;
    clear: both;
}

.section_payment .buttons, .section_cta_buttons .buttons {
    float: none;
    margin: 0 auto;
}

section.section_button {
    padding: 0 0 0 0 !important;
    overflow: auto;
}

.buttons.button_center {
    float: none;
    margin: 0 auto;
}

.buttons.button_external {
    display:block;
    margin:15px auto 15px auto;
}

#banner.page_banner .buttons.button_external {
    display: block !important;
    margin: 5px auto 5px auto !important;
}

.section_button .buttons.button_right {
    float: right;
}

.section_button .buttons.button_left {
    float: left;
}

.buttons span {
    background: #d86600; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2Q4NjYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlODhjMTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #d86600 1%, #e88c13 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #d86600), color-stop(100%, #e88c13)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d86600 1%, #e88c13 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d86600 1%, #e88c13 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d86600 1%, #e88c13 100%); /* IE10+ */
    background: linear-gradient(to bottom, #d86600 1%, #e88c13 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d86600', endColorstr='#e88c13', GradientType=0); /* IE6-8 */
    border-radius: 100em;
    -webkit-border-radius: 100em;
    -moz-border-radius: 100em;
    height: 32px;
    width: 32px;
    font-family: 'Quicksand', serif;
    font-weight: 700;
    font-style: italic;
    color: #833100;
    text-align: center;
    margin: 10px 0 0 -16px;
    padding: 8px 0 0 0;
    display: block;
    float: left;
    position: relative;
    z-index: 99;
    text-shadow: 0 1px 0 #f0c08b;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .3);
    -moz-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .3);
    -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .3);
}

a.button_buy {
    background: #fea817; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZlYTgxNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNTQyMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fea817 1%, #c54200 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #fea817), color-stop(100%, #c54200)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fea817 1%, #c54200 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fea817 1%, #c54200 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fea817 1%, #c54200 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fea817 1%, #c54200 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fea817', endColorstr='#c54200', GradientType=0); /* IE6-8 */
    display: block;
    float: left;
    width: 177px;
    height: 51px;
    padding: 15px 0 0 0;
    font-size: 135%;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -1px 0 #af5305;
    position: relative;
}

a.button_ehpad{
    background-color: #00a8ff !important;
    margin-top: 50px;
    display: block;
    padding:10px 20px 10px 20px;
    font-weight:normal;
    text-align:center;
    color:#fff !important;
    font-size:140%;
    font-family:'Quicksand', sans-serif;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    position: relative;
}
a.button_ehpad_gray
{
    background-color: #ccc !important;
    margin-top: 50px;
    display: block;
    padding:10px 20px 10px 20px;
    font-weight:normal;
    text-align:center;
    color:#242424 !important;
    font-size:140%;
    font-family:'Quicksand', sans-serif;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    position: relative;
}
a.button_ehpad.popup-dispo,
a.button_ehpad.popup-results-by-email
{
    margin: 20px auto 20px auto;
    width:60%;
}
@media screen and (max-width:450px)
{
    a.button_ehpad.popup-dispo,
    a.button_ehpad.popup-results-by-email
    {
        width:320px ;
        font-size:90%;
    }
}

li.blue a.button_ehpad {
        background-color: #00a8ff !important;
}

li.yellow a.button_ehpad {
        background-color: #FFDE00 !important;
        color: #242424 !important;
}

li.blue .photo img {
    border: solid 2px #00a8ff;
    border-radius:4px;
}

li.yellow .photo img {
    border: solid 2px #FFDE00;
    border-radius:4px;
}

img.stamp_visited_ville {
    border: none !important;
}

a.button_ehpad:hover,
a.button_ehpad_gray:hover {
    transition:0.2s;
    -webkit-transform: scale(0.95); /*shrink effect*/
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

a.button_buy_big,
.post a.button_buy_big,
input#search_input,
input#search_input_formulaire
{
    background-color: #ff8a00;
    color:#fff !important;
    display: block;
    padding: 10px 50px;
    margin: 40px auto auto auto;
    font-size: 240%;
    font-weight: normal;
    text-align: center;
    color: #fff !important;
    font-family:'Quicksand', sans-serif;
    text-decoration: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    position: relative;
}
input#search_input
{
    border:solid 5px #00a8ff;
    font-size:inherit!important;
    width:100%!important;
    padding: 10px 10px !important;
    color:#242424 !important;
    text-align:left !important;
    padding-left: 12% !important;
    background: #fff url("https://787c3b.claudeassets.com/20221128211101im_/https://www.heureux-en-retraite.com/wp-content/themes/justlanded/EHPAD/img/search_icon.png") no-repeat 1% ;
    background-size: 10%;
}
input#search_input_formulaire
{
    border:solid 5px #00a8ff;
    width:60%;
    padding: 10px 10px !important;
    color:#242424 !important;
    text-align:left !important;
    padding-left: 12% !important;
    background: #fff url("https://787c3b.claudeassets.com/20221128211101im_/https://www.heureux-en-retraite.com/wp-content/themes/justlanded/EHPAD/img/search_icon.png") no-repeat 1% ;
    background-size: 10%;
    font-size:inherit!important;
    margin: 10px auto auto auto;
}
a.button_buy_big:hover {
    color:#fff!important;
    transition:0.25s;
}
.section_cta_buttons {
    text-align:center;
}
.section_cta_buttons .buttons_big {
    display:inline-block;
    margin-left:auto;
    margin-right:auto;
    width:auto;
    border:none !important;
}

a.button_buy:hover, a.button_buy_pricing:hover, a.button_buy_big:hover {
    background-color: #00a8ff;
    transition:0.25s;
}

a.button_try {
    background: #fec32d; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlYzMyZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkODY2MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fec32d 0%, #d86600 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fec32d), color-stop(100%, #d86600)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fec32d 0%, #d86600 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fec32d 0%, #d86600 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fec32d 0%, #d86600 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fec32d 0%, #d86600 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fec32d', endColorstr='#d86600', GradientType=0); /* IE6-8 */
    display: block;
    float: left;
    width: 177px;
    height: 51px;
    padding: 15px 0 0 0;
    font-size: 135%;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -1px 0 #af5305;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    -webkit-border-top-right-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -moz-border-radius-topright: 25px;
    -moz-border-radius-bottomright: 25px;
    margin-left: -16px;
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, .5);
    -moz-box-shadow: inset 0 2px 0 rgba(255, 255, 255, .5);
    -webkit-box-shadow: inset 0 2px 0 rgba(255, 255, 255, .5);
    position: relative;
    z-index: 20;
}

a.button_try:hover {
    background: #d86600; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q4NjYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2ZlYzMyZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #d86600 0%, #fec32d 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d86600), color-stop(99%, #fec32d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d86600 0%, #fec32d 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d86600 0%, #fec32d 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d86600 0%, #fec32d 99%); /* IE10+ */
    background: linear-gradient(to bottom, #d86600 0%, #fec32d 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d86600', endColorstr='#fec32d', GradientType=0); /* IE6-8 */
    color: #fff;
}

a.button_buy_pricing {
    background: #fea817; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZlYTgxNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNTQyMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fea817 1%, #c54200 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #fea817), color-stop(100%, #c54200)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fea817 1%, #c54200 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fea817 1%, #c54200 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fea817 1%, #c54200 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fea817 1%, #c54200 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fea817', endColorstr='#c54200', GradientType=0); /* IE6-8 */
    width: 161px;
    height: 40px;
    margin: 0 auto;
    padding: 10px 0 0 0;
    display: block;
    font-size: 135%;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -1px 0 #af5305;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, .5);
    -moz-box-shadow: inset 0 2px 0 rgba(255, 255, 255, .5);
    -webkit-box-shadow: inset 0 2px 0 rgba(255, 255, 255, .5);
}

a.button_buy:active, a.button_buy_big:active, a.button_try:active, a.button_buy_pricing:active, input.submit:active {
    box-shadow: inset 0 -2px 0 rgba(255, 255, 255, .4);
    -moz-box-shadow: inset 0 -2px 0 rgba(255, 255, 255, .4);
    -webkit-box-shadow: inset 0 -2px 0 rgba(255, 255, 255, .4);
    outline: none;
}

/* 2.3 List Styles */

#main_content ul, #main_content ol, .entry-content ul, .entry-content ol, .page-content-block ul
{
    margin: 0;
    text-align:justify;
}

#main_content .pricing_table ul, #main_content .pricing_table ol, #main_content .section_features ul {
    margin-bottom: 0;
}

.entry-content ul li,
.page-content-block ul li {
    line-height: 1.4em;
    font-size:1em;
    list-style: disc;
    padding: 3px 0 3px 0;
    margin: 0 0 0 15px;
}

.entry-content ol li,
.page-content-block ol li {
    line-height: 1.4em;
    font-size: 1em;
    list-style: decimal;
    padding: 3px 0 3px 0;
    margin: 0 0 0 15px;
}

.list_check ul li {
    background: url(https://33048c.claudeassets.com/20221128211101im_/https://www.heureux-en-retraite.com/wp-content/themes/justlanded/images/icons/icon_check.png) no-repeat 0 5px;
    list-style: none;
    padding: 6px 0 6px 28px;
    margin: 0;
}

.list_plus ul li {
    background: url(https://29ae83.claudeassets.com/20221128211101im_/https://www.heureux-en-retraite.com/wp-content/themes/justlanded/images/icons/icon_plus.png) no-repeat 0 5px;
    list-style: none;
    padding: 6px 0 6px 28px;
    margin: 0;
}

.list_star ul li {
    background: url(https://5f49ac.claudeassets.com/20221128211101im_/https://www.heureux-en-retraite.com/wp-content/themes/justlanded/images/icons/icon_star.png) no-repeat 0 4px;
    list-style: none;
    padding: 6px 0 6px 28px;
    margin: 0;
}

.list_caution ul li {
    background: url(https://fd4a82.claudeassets.com/20221128211101im_/https://www.heureux-en-retraite.com/wp-content/themes/justlanded/images/icons/icon_caution.png) no-repeat 0 5px;
    list-style: none;
    padding: 6px 0 6px 28px;
    margin: 0;
}

.list_info ul li {
    background: url(https://83399e.claudeassets.com/20221128211101im_/https://www.heureux-en-retraite.com/wp-content/themes/justlanded/images/icons/icon_info.png) no-repeat 0 4px;
    list-style: none;
    padding: 6px 0 6px 28px;
    margin: 0;
}

.list_heart ul li {
    background: url(https://83e50c.claudeassets.com/20221128211101im_/https://www.heureux-en-retraite.com/wp-content/themes/justlanded/images/icons/icon_heart.png) no-repeat 0 4px;
    list-style: none;
    padding: 6px 0 6px 28px;
    margin: 0;
}

.list_calendar ul li {
    background: url(https://19723b.claudeassets.com/20221128211101im_/https://www.heureux-en-retraite.com/wp-content/themes/justlanded/images/icons/icon_calendar.png) no-repeat 0 4px;
    list-style: none;
    padding: 6px 0 6px 28px;
    margin: 0;
}

.list_delete ul li {
    background: url(https://cec6f7.claudeassets.com/20221128211101im_/https://www.heureux-en-retraite.com/wp-content/themes/justlanded/images/icons/icon_delete.png) no-repeat 0 6px;
    list-style: none;
    padding: 6px 0 6px 28px;
    margin: 0;
}

.list_pin ul li {
    background: url(https://1b624a.claudeassets.com/20221128211101im_/https://www.heureux-en-retraite.com/wp-content/themes/justlanded/images/icons/icon_pin.png) no-repeat 0 4px;
    list-style: none;
    padding: 6px 0 6px 28px;
    margin: 0;
}

.list_arrow ul li {
    background: url(https://3293c7.claudeassets.com/20221128211101im_/https://www.heureux-en-retraite.com/wp-content/themes/justlanded/images/icons/icon_arrow.png) no-repeat 0 6px;
    list-style: none;
    padding: 6px 0 6px 28px;
    margin: 0;
}

/*------------------------------------------------------------------------------------------*/
/* 3. Styles used for fonts and headings */
/*------------------------------------------------------------------------------------------*/

/* 3.1 Fonts */

h1, h2, h3, h4, h5, h6 {
    font-family: 'Quicksand', serif !important;
}

h1 {
    margin: 0 0 20px 0;
    font-weight:700;
    font-size: 2.5em;
    margin: 1em 0;
}

h2 {
    margin: 15px 30px 15px 30px;
    font-weight:700;
    font-size: 2.1em;
    margin: 1em 0;
}
h3{
  font-size: 1.7em;
  margin: 1em 0;
}
h4{
  font-size: 1.4em;
  margin: 0.5em 0;
}
.post h2
{
    margin:1em 0;
    color:#333;
}
.post .entry-content ul
{
    margin:15px 0 15px 0 !important;
}
.post h3
{
    margin: 1em 0;
    color:#555;
}

h3 {
    margin: 10px 30px 10px 30px;
    font-weight:500;
    text-align:left;
}

h4, #footer-widgets h4 {
    margin: 0 0 15px 0;
    font-weight:400;
}

h5 {
    margin: 0 0 10px 0;
    font-weight:400;
}

h6 {
    margin: 0 0 5px 0;
    font-weight:400;
}

h1 span, h2 span, h3 span {
    font-weight: 700;
}

/*Font Styles used on the landing page only*/

.page-template-landingpage-php h2 {
    color: #00a8ff;
    margin: 20px 0 20px 0;
    border-bottom: none !important;
}

.page-template-landingpage-php h3 {
    color: #999;
    margin: 20px 0 25px 0;
    border-bottom: none !important;
}

.page-template-landingpage-php h4 {
    margin: 0 0 5px 0;
    border-bottom: none !important;
}

/* 3.2 Headings */

#logo img {
    margin: 20px 5px 0 0;
    float: left;
}

#logo h1, #logo p {
    font-family: 'Quicksand', sans-serif;
    font-weight: 900;
    color: #00a8ff;
    display: inline;
    margin: 0 10px 0 0;
    font-size:1.5em;
}

#logo h2 {
    font-family: 'Quicksand', serif;
    color: #999;
    font-weight: 400;
    margin: 0;
    display: inline;
}
h1.page-title, .type-page h1.entry-title, .page h1 {
    font-family: 'Quicksand', sans-serif!important;
    font-size:290%!important;
    border-bottom: 1px solid #e5e5e5;
    color: #ffde00!important;
    padding: 25px 0 25px 0;
    margin: 0 0 30px 0;
    text-align:left;
}

.page-template h2,
.page h2 {
    font-family: 'Quicksand', sans-serif!important;
    text-align:justify;
    color:#242424!important;
    font-size:180%;
    font-weight:700;
    line-height:1em;
}
.page-template h3,
.page h3 {
    font-family: 'Quicksand', sans-serif!important;
    text-align:justify;
    color:#262626!important;

    font-weight:400;
    line-height:1em;
}

#banner h1 {
    border-bottom: none;
    font-weight: 700;
    margin: 10px 0 15px 0;
    font-size: 2.5em!important;
}

#banner h2 {
    font-family: 'Quicksand', serif!important;
    color: #f7c9c9!important;
}

.section_features h2, .section_features h3, .section_gallery h2, .section_gallery h3, .section_big_testimonial_slider h2, .section_big_testimonial_slider h3, .section_big_testimonial h2, .section_big_testimonial h3, .section_small_testimonials h2, .section_small_testimonials h3, .buy h2, .buy h3, .section_pricing_table h2, .section_pricing_table h3, .section_payment h2, .section_payment h3 {
    text-align: center;
}

.newsletter h2 {
    background: url(https://535d4d.claudeassets.com/20221128211101im_/https://www.heureux-en-retraite.com/wp-content/themes/justlanded/images/sprite.png) no-repeat -1px -175px;
    color: #fff;
    padding: 23px 0 20px 70px;
    margin: 5px 0 0 20px;
    float: left;
}

#content #main_content h1 {
    text-align: center;
    font-weight: 700;
}

.pricing_header h4 {
    padding: 15px 0 0 0;
}

.pricing_header h5 {
    color: #ccc;
    margin: -10px 0 10px 0;
    padding: 0;
}

.highlighted h5 {
    color: #f7c9c9;
}

h1.page-title span {
    font-weight: 700;
}

h3.widget-title {

}

.page-template {
    font-family: 'Quicksand', verdana, arial, sans-serif;
    text-align:justify;
    font-size:14px;
}


/*------------------------------------------------------------------------------------------*/
/* 4. Content blocks used to position content */
/*------------------------------------------------------------------------------------------*/

/* Grid System based on Foundation by ZURB */

.row {
    width: 1124px;
    max-width: 100%;
    margin: 0 auto;
}
.home div.row
{
	width:100%;
	margin:0 auto;
}
#footer-div div.row
{
	width:80%;
}
div#carte_france.row
{
	width:90%;
}
@media screen and (min-width:1600px)
{
    .row
    {
        width: 1600px;
        max-width: 100%;
        margin: 0 auto;
    }
    h1, h2, h3, .page h2
    {
        font-size:200% !important;
    }
    p, li, ul, h4, h5, h6
    {
        font-size:130%!important;
    }
    .card_content li
    {
        font-size:100% !important;
    }
    .card_template
    {
        height: 800px !important;
    }
    .card_content ul
    {
        height:400px !important;
    }

}

.row .row {
    width: auto;
    max-width: none;
    min-width: 0;
    margin: 0 -10px;
}

.row.collapse .column, .row.collapse .columns {
    padding: 0;
}

.row .row {
    width: auto;
    max-width: none;
    min-width: 0;
    margin: 0 0px;
}

.row .row.collapse {
    margin: 0;
}

.column, .columns {
    float: left;
    padding: 0;
    margin: 0;
    min-height: 1px;
    position: relative;
}

.column.centered, .columns.centered {
    float: none;
    margin: 0 auto;
}

[class*="column"] + [class*="column"]:last-child {
    float: right;
}

[class*="column"] + [class*="column"].end {
    float: left;
}

img {
    height: auto;
}

img, object, embed {
    max-width: 100%;
}

img {
    -ms-interpolation-mode: bicubic;
}

#map_canvas img, .map_canvas img {
    max-width: none !important;
}

/* Nicolas Gallagher's micro clearfix */

.row {
    *zoom: 1;
}

.row:before, .row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.block_300 {
    width: 300px;
    float: left;
    margin: 5px 20px 5px 0;
}

.block_380 {
    width: 380px;
    float: left;
    margin: 0 20px 0 0;
}

.block_460 {
    width: 460px;
    float: left;
    margin: 0 20px 0 0;
}

.block_540 {
    width: 540px;
    float: left;
}

.block_680 {
    width: 80%;
    float: none;
    margin:auto auto;
}

.page-template-page-sidebar-left-php .block_680 {
    float: right;
}

/* 4.1 Column Layouts */

.one_half, .one_third, .two_thirds, .three_fourths, .one_fourth, .one_fifth {
    float: left;
    margin: 0 0 20px 0;
    position: relative;
}

.page-template-landingpage-php .one_half, .page-template-landingpage-php .two_thirds, .page-template-landingpage-php .three_fourths {
    float: left;
    margin: 0 5px 0 0;
    position: relative;
    border-bottom: none !important;
}
.a-vous-de-jouer div.search_box
{
	width:80%;
	margin: auto auto auto 0;
}
.outer-explication li.one_half.last
{
	float:right;
	margin-right:5vw;
}
.block-pro p
{
	width:80%;
	margin: 10px auto;
}

.one_half {
    width: 49%;
}

.one_third {
    width: 32%;
}

.two_thirds {
    width: 620px;
}

.one_fourth {
    width: 220px;
}

.three_fourths {
    width: 700px;
}

.one_fifth {
    width:19.5%;
}

/*------------------------------------------------------------------------------------------*/
/* 5. Landing page header and banner */
/*------------------------------------------------------------------------------------------*/

/* 5.1 Header */

#landing_header {
    padding: 5px 0 5px 0;
    border-bottom: 1px solid #e5e5e5;
}

#landing_header_inner {
    overflow: hidden;
    position: relative;
}

.single-post #landing_header {
    margin: 0 auto 30px auto;
}

.page-template-landingpage-php #landing_header {
    border: none;
    border-bottom: none !important;
}

#logo {
    display: inline-block;
    margin-top:10px !important;
}

#logo img {
    margin: 0 15px 0 0;
    float: left;
}

#phone {
    font-size: 108%;
    color: #999;
    display: inline-block;
    text-align: right;
    position: absolute;
    bottom: 0;
}

#phone a {
    text-decoration: none;
    color: #dd4632;
    cursor: default;
    font-weight: bold;
}

#phone.one_third.last {
    margin: 0;
    padding: 0;
}

#landing_header .two_thirds, #landing_header .one_third {
    padding: 0;
    margin: 0;
}

/* 5.2 Banner */

#banner {
  position: relative;
  background: url(https://77ba2e.claudeassets.com/20221128211101im_/https://www.heureux-en-retraite.com/wp-content/uploads/2017/12/hp_titre-1.jpg) no-repeat bottom;
  background-size: cover;
  color: #fff !important;
  clear: both;
  margin: 0 0 70px 0;
  padding: 20px 0 70px 0;
  border-bottom:none;
}

#banner .description h1 {
	margin: 0 !important;
	color: #fff !important;
	font-weight: 900;
	text-align: center;
	font-size: 2.5vw !important;
}

@media screen and (max-width:450px)
{
    #banner
    {
    padding-bottom:240px !important;
    }
}

#banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#banner > .row {
  position:relative;
}
#banner .banner-text {
  position: absolute;
  z-index: 10;
  width:100%;
}
@media screen and (min-width:700px) and (max-width:800px)
{
    #banner .banner-text
    {
    width:600px;
    }
}

#banner .description p {
    text-shadow:2px 2px 5px rgba(0,0,0,.8);
    text-align:center;
    color:#ffffff;
    font-family: 'Quicksand', sans-serif;
    font-weight:400;
    font-size:24px;
}
@media (min-width: 1200px) {
  #banner .description p {
    font-size: 20px;
  }
}
#banner .alignCenter {
    text-align:center;
}
#banner .alignCenter .action_button
{
    display:inline-block!important;
    margin-top:440px;
    margin-left:auto;
    margin-right:auto;
    font-size:240%!important;
}
#banner .alignCenter .search_box
{
    display:inline-block!important;
    margin-top:5%;
    margin-left:auto;
    margin-right:auto;
    font-size:100%;
}
#banner {
    padding-bottom: 200px;
}
@media (min-width: 751px) {
    #banner .alignCenter .action_button,
    #banner .alignCenter .search_box
    {
        margin-top:5%;
        height:150px;
        width:90%;
        max-width: 450px;
    }
    #banner .alignCenter .search_box
    {
        font-size:140%;
    }
    #banner {
        padding-bottom: 100px!important;
    }
    /* 5/12/17 #banner .description h1 {
        font-size:25px!important;
    }*/
    #banner .description p {
        font-size:20px!important;
    }
}
@media (min-width: 1200px) {
    #banner .alignCenter .action_button,
    #banner .alignCenter .search_box
    {
        margin-top:5%;
        height:300px;
    }
    #banner .alignCenter .search_box
    {
        font-size: 140% !important;
    }
    #banner {
        padding-bottom: 60px!important;
    }
    /* 5/12/17 #banner .description h1 {
        font-size:45px!important;
    }*/
    #banner .description p {
        font-size:24px!important;
    }
}

#banner .inner {
    overflow: visible;
}

#banner_image, #banner_free_content {
    height: 355px;
}

#banner_image img {
    display: block;
    margin: 0 auto;
}

#banner_image img#image_bottom {
    margin-top: -35px;
}

#banner ul {
    margin: 20px 0 20px 0;
}

#banner .ticks li {
    background: url(https://535d4d.claudeassets.com/20221128211101im_/https://www.heureux-en-retraite.com/wp-content/themes/justlanded/images/sprite.png) no-repeat -1px -79px;
    font-weight: bold;
    padding: 7px 0 7px 35px;
}

#banner a {
    display: block;
    color: #fff;
}

#banner.banner_media_full {
    height: auto;
    padding: 25px 0 25px 0 !important;
}

/* 5.3 Slider */
/*
 * jQuery FlexSlider v2.0
 * https://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * https://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
    display: block;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
    display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
    margin: 0;
    position: relative;
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
}

.carousel li {
    margin-right: 5px
}

/* Direction Nav */
.flex-direction-nav {
    *height: 0;
}

.flex-direction-nav a {
    width: 30px;
    height: 30px;
    margin: -20px 0 0;
    display: block;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.flex-direction-nav .flex-next {
    background: url(https://535d4d.claudeassets.com/20221128211101im_/https://www.heureux-en-retraite.com/wp-content/themes/justlanded/images/sprite.png) no-repeat -183px -417px;
    right: 5px;
}

.flex-direction-nav .flex-prev {
    background: url(https://535d4d.claudeassets.com/20221128211101im_/https://www.heureux-en-retraite.com/wp-content/themes/justlanded/images/sprite.png) no-repeat -163px -417px;
    left: 5px;
}

.testimonial-slider-large .flex-direction-nav .flex-next {
    background: url(https://535d4d.claudeassets.com/20221128211101im_/https://www.heureux-en-retraite.com/wp-content/themes/justlanded/images/sprite.png) no-repeat -182px -827px;
    right: 5px;
}

.testimonial-slider-large .flex-direction-nav .flex-prev {
    background: url(https://535d4d.claudeassets.com/20221128211101im_/https://www.heureux-en-retraite.com/wp-content/themes/justlanded/images/sprite.png) no-repeat -164px -827px;
    left: 5px;
}

.flexslider:hover .flex-next {
    opacity: 1;
    right: 5px;
}

.flexslider:hover .flex-prev {
    opacity: 1;
    left: 5px;
}

.flex-direction-nav .flex-disabled {
    opacity: .3 !important;
    filter: alpha(opacity=30);
    cursor: default;
}

/* Control Nav */
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
}

.slides li {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

/* Firefox Keyframe Animations */

@-moz-keyframes rightSpring {
    0% {
        margin-left: 0px;
    }
    50% {
        margin-left: -30px;
    }
    100% {
        margin-left: 0px;
    }
}

@-moz-keyframes leftSpring {
    0% {
        margin-left: 0px;
    }
    50% {
        margin-left: 30px;
    }
    100% {
        margin-left: 0px;
    }
}

/* Safari and Chrome Keyframe Animations */

@-webkit-keyframes rightSpring {
    0% {
        margin-left: 0px;
    }
    50% {
        margin-left: -30px;
    }
    100% {
        margin-left: 0px;
    }
}

@-webkit-keyframes leftSpring {
    0% {
        margin-left: 0px;
    }
    50% {
        margin-left: 30px;
    }
    100% {
        margin-left: 0px;
    }
}

/* Arrows */

#prevArrow, #nextArrow {
    border: none;
    text-decoration: none;
    background: url(https://399809.claudeassets.com/20221128211101im_/https://www.heureux-en-retraite.com/wp-content/themes/justlanded/images/controls/arrows.png) no-repeat;
    opacity: 0.5;
    cursor: pointer;
    position: absolute;
    width: 43px;
    height: 58px;
    top: 50%;
    margin-top: -29px;
}

#prevArrow:hover, #nextArrow:hover {
    opacity: 1;
}

#prevArrow {
    background-position: left top;
    left: 40px;
}

#nextArrow {
    background-position: right top;
    right: 40px;
}

#imageTitle {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    width: 100%;
    text-align: center;
    position: absolute;
    padding: 10px 0 10px 0;
    bottom: 0;
    left: 0;
    z-index: 100000;
}

/*------------------------------------------------------------------------------------------*/
/* 6. Content */
/*------------------------------------------------------------------------------------------*/

/* 6.1 Features */

.section_features, .comment-ca-marche {
    clear: both;
}
div .partenaires
{
    width:90%;
    margin-right:auto;
    margin-left:auto;
}

.feature_image {
    min-width: 60px;
    float: none;
}

.feature_text {
    width: 230px;
    float: left;
}

.section_features img {
    float: left;
    margin: 0 10px 0 0;
}

.section_features li, .entry-content .section_features li {
    margin: 15px 0px 15px 0;
}
.section_features li,
.comment-ca-marche li {
    text-align:center;
}
.section_features li .feature_image,
.comment-ca-marche li .feature_image {
    width: 100%;
    text-align: center;
    height: 110px;
}
.comment-ca-marche li .feature_image {
    height: 150px;
}
.section_features li .feature_image img,
.comment-ca-marche li .feature_image img  {
    max-width:100px;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
}
.section_features .feature_text,
.comment-ca-marche .feature_text {
    width:80%!important;
    margin-left:auto!important;
    margin-right:auto!important;
    float:none!important;
    text-align:center;
    font-family: 'Quicksand', sans-serif;
}

.section_features h4
{
    margin: 0 0 10px 0;
}
.section_features h4,
.comment-ca-marche h4
{

    font-family: 'Quicksand', sans-serif;
    color:#262626;
    font-size:160%;
    font-weight:700;
}
.comment-ca-marche h4
{
    margin: 0 0 50px 0;

}
.comment-ca-marche h4,
.comment-ca-marche h2
{
    text-align:center;
}

.section_features p,
.comment-ca-marche p {
    margin-bottom: 0;
}

.comment-ca-marche ul,
.comment-ca-marche ul li {
    list-style: none;
    margin:0px;
}
.comment-ca-marche ul .one_fifth {
    float:left;
}


/* 6.2 Description */

#description ul {
    margin: 20px 0 20px 30px;
}

#description ul li {
    background: url(https://535d4d.claudeassets.com/20221128211101im_/https://www.heureux-en-retraite.com/wp-content/themes/justlanded/images/sprite.png) no-repeat -1px -19px;
    padding: 6px 0 6px 28px;
}

/* 6.3 Screenshots */

.section_gallery {
    clear: both;
    text-align: center;
}

.section_gallery img {
    margin: 0 3px 0 3px;
    border: 3px solid #e6e6e6;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.section_gallery img:hover {
    border-color: #dd4632;
}

/*------------------------------------------------------------------------------------------*/
/* 7. Wordpress elements */
/*------------------------------------------------------------------------------------------*/

/* 7.1 Wordpress Core */

.alignnone {
    margin: 5px 20px 20px 0;
}

.page-content-block .one_half .alignnone,
.page-content-block .one_third .alignnone,
.page-content-block .one_fourth .alignnone,
.page-content-block .two_thirds .alignnone,
.page-content-block .three_fourths .alignnone,
{
    margin:0;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px -40px;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption, .gallery-caption {
    background: #f8f8f8;
    border: 1px solid #e5e5e5;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 10px 5px 5px 5px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    padding: 0;
    max-width: 98.5%;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 75%;
    color: #666;
    line-height: 17px;
    margin: 0;
    padding: 0;
}


/* 7.2 Sidebar */

#sidebar {
    width: 220px;
    float: right;
}

#sidebar.three.columns {
    margin: 0 !important;
    padding: 0 !important;
}

.page-template-page-sidebar-left-php #sidebar {
    float: left;
}

#sidebar .widget-container {
    margin: 0 0 40px 0;
    overflow: hidden;
}

#sidebar .widget-container li:last-child, #sidebar .widget-container li:last-child a {
    margin: 0 0 0 0;
}

#sidebar a {
    color: #333;
}

#sidebar a:hover {
    color: #dd4631;
}

#sidebar select {
    width: 220px;
}

#sidebar img {
    max-width: 220px;
}

#sidebar .wp-caption {
    background: #f8f8f8;
    border: 1px solid #e5e5e5;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 10px 5px 5px 5px;
    margin-right: 0;
    text-align: center;
}

#sidebar .wp-caption img {
    max-width: 200px;
}

/* 7.3 Posts */

.post {
    margin: 0 0 35px 0;
    padding: 0 0 30px 0;
    font-family:"Quicksand", sans-serif !important;

}
.post h1 h2 p h3
{
    font-family:"Quicksand", sans-serif !important;
}
.post.last {
    margin: 0 0 35px 0;
    padding: 0 0 0 0;
    border: none;
}

.entry-meta {
    margin: 0 0 20px 0;
    display:none;
}

.entry-meta, .entry-meta a, .single-post .entry-footer a {
    color: #999;
    text-decoration: none;
}

.entry-meta a:hover, .entry-meta a:hover, .single-post .entry-footer a:hover {
    color: #dd4631;
}

.entry-meta .author {
    background: url(https://535d4d.claudeassets.com/20221128211101im_/https://www.heureux-en-retraite.com/wp-content/themes/justlanded/images/sprite.png) no-repeat -6px -299px;
    padding: 0 10px 0 20px;
}

.entry-date {
    background: url(https://535d4d.claudeassets.com/20221128211101im_/https://www.heureux-en-retraite.com/wp-content/themes/justlanded/images/sprite.png) no-repeat -5px -275px;
    padding: 0 10px 0 20px;
}

.comments-link {
    background: url(https://535d4d.claudeassets.com/20221128211101im_/https://www.heureux-en-retraite.com/wp-content/themes/justlanded/images/sprite.png) no-repeat -6px -325px;
    padding: 0 10px 0 19px;
}

h2.entry-title {
    margin: 0 5% 10px 5%;
    text-align:left;
}
.post a
{
    color:#00a8ff !important;
}
.section_posts div.one_half
{
    height:580px;
}

.entry-summary {
    margin: 0 5% 20px 5%;
}
.entry-summary p
{
    text-align:justify;
    margin: 0 0 0 0;
    font-family:"Quicksand", serif;

}
img.attachment-custom-1 {
    margin: 0 0 25px 0;
    max-width:100%;
    width:100%;
}
#section_posts_1 img.attachment-custom-1
{
    margin: 0 5% 25px 5%;
    max-width:100%;
    width:90%;
}

.single-post .entry-footer {
    color: #999;
    border-top: 1px solid #e5e5e5;
    margin: 40px 0 -20px 0;
    padding: 10px 0 0 0;

}
div.entry-footer
{
    display:none;
}
/* 7.4 Comments */

.comment-wrapper {
    background: #f8f8f8;
    padding: 20px;
    margin: 0 0 20px 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
}

.children {
    background: url(https://482a51.claudeassets.com/20221128211101im_/https://www.heureux-en-retraite.com/wp-content/themes/justlanded/images/border_pixel.gif) repeat-x 0 50px;
    margin: 0 0 0 25px;
    padding: 0 0 0 25px;
    border-left: 1px solid #e5e5e5;
}

.comment-author {
    float: left;
    margin: 0 20px 0 0;
}

.comment-author span {
    text-align: center;
    display: block;
    color: #999;
}

.comment-author span a {
    color: #999;
}

.comment-meta {
    color: #999;
    margin: 0 0 10px 0;
    text-align: left;
}

.comment-meta a {
    color: #999;
}

.comment-meta .fn {
    font-weight: bold;
    padding: 0 5px 0 0;
}

.comment-reply-link {
    float: right;
}

/* Commentform */

#respond {
    border-top: 1px solid #e5e5e5;
    padding: 30px 0 0 0;
    margin: 0 0 30px 0;
}

#commentform {
    background: #f8f8f8;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 20px;
}

#commentform .required {
    display: inline-block;
    margin: -30px 0 0 0;
    color: #999;
}

#commentform label {
    float: left;
    margin: 0;
    padding: 5px 0 5px 0;
}

.comment-form-author, .comment-form-email {
    width: 200px;
    margin: 0 0 20px 0;
    padding: 0 20px 0 0;
    float: left;
}

.comment-form-url {
    width: 200px;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
    float: left;
}

#commentform input {
    width: 180px;
    border-radius: 5px;
    webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#commentform input, #commentform textarea {
    border: 1px solid #e5e5e5;
    padding: 8px;
    clear: both;
}

#commentform textarea {
    width: 100%;
    border-radius: 5px;
    webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.page-template-default #commentform textarea,  .page-template-landingpage-php #commentform textarea {
    width: 100%;
    border-bottom: none !important;
}

.page-template-default .comment-form-comment, .single-post .comment-form-comment, .page .comment-form-comment, .page-template-landingpage-php .comment-form-comment {
    clear: both;
    border-bottom: none !important;
}

.comment-notes {
    float: right;
    color: #999;
    text-align: right;
    margin: 0 4px 0 0;
}

input#submit_comment {
    background: #dd4631;
    border: none;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 1px 1px #f1f1f1;
    -moz-box-shadow: 0 1px 1px #f1f1f1;
    -webkit-box-shadow: 0 1px 1px #f1f1f1;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    float:none;
}

input#submit_comment:hover {
    background: #303030;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.page-template-landingpage-php #comments h3 {
    margin: 0 0 15px 0 !important;
    border-bottom: none !important;
}

.page-template-landingpage-php article section.section_comments {
    padding:0 !important;
    border-bottom: none !important;
}

.page-template-landingpage-php #comments.no-comments #respond {
    border-top: none !important;
    border-bottom: none !important;
    padding-top: 0;
    margin-top: 0;
}

.page-template-landingpage-php #comments #respond {
    margin: 0 0 40px 0 !important;
    border-bottom: none !important;
}

/* 7.5 Widgets */



.widget_categories li, .widget_archive li, .widget_meta li, .widget_pages li {
    background: url(https://e454f1.claudeassets.com/20221128211101im_/https://www.heureux-en-retraite.com/wp-content/themes/justlanded/images/sprite_wordpress.png) no-repeat 5px 13px;

    padding: 7px 0 7px 16px;
}

/* Widget Pages & Widget Menu */

.widget_nav_menu ul.menu li {
    background: url(https://e454f1.claudeassets.com/20221128211101im_/https://www.heureux-en-retraite.com/wp-content/themes/justlanded/images/sprite_wordpress.png) no-repeat 5px 13px;
    text-align: left;

    padding: 7px 0 7px 16px;
    display: block;
    width: 220px;
}

.widget_nav_menu ul.menu li a {
    border: none;
}

.widget_pages ul li ul li, .widget_pages ul li ul.children, .widget_nav_menu ul.menu li ul.sub-menu li {
    background: none;
    margin: 0;
    padding: 0;
    border-left: none;
}

.widget_pages ul li ul.children li, .widget_nav_menu ul.menu li ul.sub-menu li {
    background: url(https://e454f1.claudeassets.com/20221128211101im_/https://www.heureux-en-retraite.com/wp-content/themes/justlanded/images/sprite_wordpress.png) no-repeat 5px 12px;
    border: none;
    padding: 5px 0 2px 15px;
}

.widget_pages .current_page_parent a, #sidebar .widget_nav_menu .current_page_item a, .widget_nav_menu .current-menu-ancestor a, .widget_nav_menu .menu .current_page_item a, .widget_nav_menu .current_page_parent a, #page_footer .secondary a {
    background: none !important;
}

.widget_nav_menu .current-menu-item {
font-weight:bold;
}

.widget_nav_menu .current-menu-item ul {
font-weight:normal;
}


/* Widget Recent Posts & Recent Comments */

.justlanded_recent_blog_widget a {
    display: block;
    overflow: hidden;
    margin: 0 0 20px 0;
}

.justlanded_recent_blog_widget p, #sidebar .justlanded_recent_comments_widget a, #footer-widgets .justlanded_recent_comments_widget a, .widgets-row .justlanded_recent_comments_widget a {
    width: 140px;
    margin: 0;
    float: left;
}

.justlanded_recent_blog_widget p span {
    margin: 5px 0 0 0;
    display: block;
    color: #999;
}

.justlanded_recent_blog_widget img, .justlanded_recent_comments_widget img {
    float: left;
    margin: 0 15px 0 0;
}

.justlanded_recent_comments_widget li {
    overflow: hidden;
    margin: 0 0 20px 0;
}

.justlanded_recent_comments_widget span {
    margin: 0 0 5px 0;
    display: block;
    color: #999;
}

/* Widget Wordpress Recent Entries */

.widget_recent_entries li {
    background: url(https://535d4d.claudeassets.com/20221128211101im_/https://www.heureux-en-retraite.com/wp-content/themes/justlanded/images/sprite.png) no-repeat -1px -652px;
    overflow: hidden;
    margin: 0 0 10px 0;
    padding: 0 0 0 18px;
}

/* Widget Wordpress Recent Comments */

.widget_recent_comments li {
    background: url(https://535d4d.claudeassets.com/20221128211101im_/https://www.heureux-en-retraite.com/wp-content/themes/justlanded/images/sprite.png) no-repeat 0 -727px;
    overflow: hidden;
    margin: 0 0 10px 0;
    padding: 0 0 0 18px;
}

/* Widget Tag cloud */

.tagcloud a {
    font-size: 100% !important;
    color: #666;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: block;
    float: left;
    height: 27px;
    margin: 0 5px 5px 0;
    padding: 4px 5px 3px 5px;
    box-shadow: 0 1px 1px #f1f1f1;
    -moz-box-shadow: 0 1px 1px #f1f1f1;
    -webkit-box-shadow: 0 1px 1px #f1f1f1;
}

.tagcloud a:hover {
    background: #dd4631;
    border: 1px solid #dd4631;
    color: #fff !important;
}

/* Widget Search */

#searchform {
    margin: 0 0 3px 0;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 1px 1px #f1f1f1;
    -moz-box-shadow: 0 1px 1px #f1f1f1;
    -webkit-box-shadow: 0 1px 1px #f1f1f1;
}

.entry-content #searchform {
    width: 220px;
}

#searchform input {
    background: none;
    border: none;
    height: 30px;
    padding: 5px;
    color: #999;
    outline: none;
}

#searchform input:focus {
    color: #333;
}

#searchform input#s {
    width: 180px;
}

#searchform input#button_search {
    background: url(https://535d4d.claudeassets.com/20221128211101im_/https://www.heureux-en-retraite.com/wp-content/themes/justlanded/images/sprite.png) no-repeat 3px -430px;
    height: 20px;
    width: 30px;
    margin: 5px 0 0 0;
    padding: 0 0 0 5px;
    border-left: 1px solid #e5e5e5;
    cursor: pointer;
}

/* Widget Testimonial */

.justlanded_testimonials_widget q, .justlanded_testimonials_slider_widget q {
    background: #f8f8f8;
    display: block;
    margin: 0;
    padding: 15px;
    font-style: italic;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.justlanded_testimonials_widget footer, .justlanded_testimonials_slider_widget footer {
    background: url(https://535d4d.claudeassets.com/20221128211101im_/https://www.heureux-en-retraite.com/wp-content/themes/justlanded/images/sprite.png) no-repeat 170px -583px;
    margin: 0 0 20px 0;
    padding: 10px 60px 0 0;
}

.justlanded_testimonials_widget footer div, .justlanded_testimonials_slider_widget footer div {
    margin: 0;
    padding: 0;
}

/*Widget Testimonial Slider*/

.testimonial-slider-small footer {
    margin-bottom: 0;
}

/*Widget Calendar */

#wp-calendar th, #wp-calendar td {
    padding: 7px;
    text-align: center;
    color: #999;
}

#wp-calendar caption {
    font-size: 1.1em;
    margin-bottom: 5px;
}

#wp-calendar tbody td {
    background: #f8f8f8;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

#wp-calendar tbody td.pad {
    background: #fcfcfc;
}

#wp-calendar tbody td a {
    font-weight: bold;
}

#wp-calendar a {
    display: block;
}

td#prev {
    text-align: left;
}

td#next {
    text-align: right;
}

/* Widget RSS */

.widget_rss li {
    display: block;
    padding: 10px 0 7px 0;
}

.widget_rss .rss-date, .widget_rss cite {
    display: block;
    color: #999;
    margin: 0 0 5px 0;
}

.rssSummary {
    font-style: italic;
}

/*Widget Newsletter*/

.newsletter_widget_form {
    background: #f8f8f8;
    padding: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    overflow: hidden;
}

.newsletter_widget_form .email {
    background: #fff;
    color: #999;
    height: 44px;
    width: 210px;
    margin: 0;
    padding: 0 0 0 10px;
    float: left;
    display: block;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: inset 0 2px 3px #999;
    -moz-box-shadow: inset 0 2px 3px #999;
    -webkit-box-shadow: inset 0 2px 3px #999;
}

.newsletter_widget_form input.submit {
    width: 100px;
    float: left;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    height: 34px;
    margin: 5px 0 0 0;
    font-size: 110%;
    border: 1px solid #c14903;
}

/* Footer Widgets */
#footer-widgets {
    margin-top:20px;

    border-top: 1px solid #e5e5e5;
    padding: 25px 0 0 0;
    clear: both;
}

.page-template-landingpage-php #footer-widgets  {
    border-top:none!important;
    border-bottom: none !important;
    overflow:hidden;
    padding-top:0;
    padding-bottom:5px;
    margin-top:0!important;
    margin-bottom:20px;
}

/* 7.3 Pager */

.navigation {
    margin: 0 0 30px 0;
    padding: 20px 0 20px 0;
    clear: both;
    overflow: hidden;
    border-top: 1px solid #e5e5e5;
    color: #242424;
    font-size:16px;
    font-family:"Quicksand", sans-serif;
}

.navigation a {
    color: #242424;
}

.navigation a:hover {
    color: #dd4631;
    transition:0.25s;
}

.navigation .nav-next {
    float: left;
}

.navigation .nav-previous {
    float: right;
}
.profile-3 #page-content-block-3 h2
{
    display:none;
}
.profile-3 #page-content-block-3 p
{
   font-family:"quicksand", serif;
   font-size:14px;
   text-align:justify;
}


/*------------------------------------------------------------------------------------------*/
/* 9. Landing page footer */
/*------------------------------------------------------------------------------------------*/

#page_footer {

    padding: 25px 0 0 0;
    text-align: center;
    clear: both;
    font-size: 80%;
}

.page-template-landingpage-php #page_footer {
    background: none;
    border-bottom: none !important;
    padding-top: 0;
}

#page_footer p {
    margin: 3px 0 20px 0;
}

#page_footer, #page_footer a {
    color: #999;
    text-decoration: none;
}

#page_footer a:hover {
    color: #666;
}

#page_footer ul {
    margin: 0 auto;
}

.secondary li {
    display: inline;
    margin: 0 10px 0 0;
}

.scrollup {
    background: url(https://535d4d.claudeassets.com/20221128211101im_/https://www.heureux-en-retraite.com/wp-content/themes/justlanded/images/sprite.png) no-repeat -91px -349px;
    width: 40px;
    height: 40px;
    opacity: 0.3;
    filter: alpha(opacity=30);
    position: fixed;
    bottom: 30px;
    right: 20px;
    display: none !important;
    text-indent: -9999px;
}

/*------------------------------------------------------------------------------------------*/
/* 9. Additional styles for jQuery/Foundation Framework plug-ins and other plug-in classes  */
/*------------------------------------------------------------------------------------------*/

.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.85;
    filter: alpha(opacity=85);
    z-index: 999;
    display: none;
    top: 0;
    left: 0;
}

.reveal-modal {
    background: #fff;
    visibility: hidden;
    display: none;
    top: 100px;
    left: 50%;
    margin-left: -260px;
    width: 520px;
    position: absolute;
    z-index: 9999;
    padding: 30px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.reveal-modal .close-reveal-modal:not(.button) {
    font-size: 22px;
    line-height: .5;
    position: absolute;
    top: 8px;
    right: 11px;
    color: #aaa;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6);
    font-weight: bold;
    cursor: pointer;
}

.reveal-modal.small {
    width: 30%;
    margin-left: -15%;
}

.reveal-modal.medium {
    width: 40%;
    margin-left: -20%;
}

.reveal-modal.large {
    width: 60%;
    margin-left: -30%;
}

.reveal-modal.xlarge {
    width: 70%;
    margin-left: -35%;
}

.reveal-modal.expand {
    width: 90%;
    margin-left: -45%;
}

.reveal-modal .row {
    min-width: 0;
    margin-bottom: 10px;
}

.reveal-modal > :first-child {
    margin-top: 0;
}

.reveal-modal > :last-child {
    margin-bottom: 0;
}

/* The gallery overlay */

#galleryOverlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 99;
    background-color: #222;
    background-color: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    display: none;
    -moz-transition: opacity 0.4s ease;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

/* This class will trigger the animation */

#galleryOverlay.visible {
    opacity: 1;
}

#gallerySlider {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    white-space: nowrap;
    position: absolute;
    -moz-transition: left 0.4s ease;
    -webkit-transition: left 0.4s ease;
    transition: left 0.4s ease;
}

#gallerySlider .placeholder {
    background: url(https://2d7a11.claudeassets.com/20221128211101im_/https://www.heureux-en-retraite.com/wp-content/themes/justlanded/images/controls/loading.gif) no-repeat center center;
    height: 100%;
    line-height: 1px;
    text-align: center;
    width: 100%;
    display: inline-block;
}

/* The before element moves the
 * image halfway from the top */

#gallerySlider .placeholder:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}

#gallerySlider .placeholder img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}

#gallerySlider.rightSpring {
    -moz-animation: rightSpring 0.3s;
    -webkit-animation: rightSpring 0.3s;
}

#gallerySlider.leftSpring {
    -moz-animation: leftSpring 0.3s;
    -webkit-animation: leftSpring 0.3s;
}

/* Firefox Keyframe Animations */

@-moz-keyframes rightSpring {
    0% {
        margin-left: 0px;
    }
    50% {
        margin-left: -30px;
    }
    100% {
        margin-left: 0px;
    }
}

@-moz-keyframes leftSpring {
    0% {
        margin-left: 0px;
    }
    50% {
        margin-left: 30px;
    }
    100% {
        margin-left: 0px;
    }
}

/* Safari and Chrome Keyframe Animations */

@-webkit-keyframes rightSpring {
    0% {
        margin-left: 0px;
    }
    50% {
        margin-left: -30px;
    }
    100% {
        margin-left: 0px;
    }
}

@-webkit-keyframes leftSpring {
    0% {
        margin-left: 0px;
    }
    50% {
        margin-left: 30px;
    }
    100% {
        margin-left: 0px;
    }
}

/* Arrows */

#prevArrow, #nextArrow {
    border: none;
    text-decoration: none;
    background: url(https://399809.claudeassets.com/20221128211101im_/https://www.heureux-en-retraite.com/wp-content/themes/justlanded/images/controls/arrows.png) no-repeat;
    opacity: 0.5;
    cursor: pointer;
    position: absolute;
    width: 43px;
    height: 58px;
    top: 50%;
    margin-top: -29px;
}

#prevArrow:hover, #nextArrow:hover {
    opacity: 1;
}

#prevArrow {
    background-position: left top;
    left: 40px;
}

#nextArrow {
    background-position: right top;
    right: 40px;
}

#imageTitle {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    width: 100%;
    text-align: center;
    position: absolute;
    padding: 10px 0 10px 0;
    bottom: 0;
    left: 0;
    z-index: 100000;
}

/*------------------------------------------------------------------------------------------*/
/* 11. Responsive Styling JustLanded */
/*------------------------------------------------------------------------------------------*/

/* Responsive Video Styling */
.jl_video_container {
    position: relative !important;
    padding-bottom: 56.25% !important;
    padding-top: 30px !important;
    height: 0 !important;
    overflow: hidden !important
}

.jl_video_container embed,
.jl_video_container iframe,
.jl_video_container object {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important
}

.flex-video {
    position: relative;
    padding-top: 1.5625em;
    padding-bottom: 67.5%;
    height: 0;
    margin-bottom: 1em;
    overflow: hidden; }
.flex-video.widescreen {
    padding-bottom: 57.25%; }
.flex-video.vimeo {
    padding-top: 0; }
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@media screen and (min-width : 750px ) and (max-width: 1020px) {
    /*Global*/

    article section, .newsletter {

        margin: 0 0 20px 0;
        padding: 0 0 25px 0;
        overflow: hidden;
    }

    article .entry-content .block, .entry-content .newsletter, .entry-content section {
        background-image: none !important;
        text-align:justify;
        font-family:"Quicksand";
        font-size:14px;
    }

    .one_half h2, .one_half h3 {
        text-align: center !important;
    }

    /*Grid*/

    #container, .row, #sidebar, .block_680, #footer-widgets-area {
        width: 100%;
        margin: 0 auto;
    }
    article
    {
        width:90%;
        margin: 0 auto;
    }
    .home article
    {
    	width:100vw;
    	margin: 0 auto;
    }

    div.row-with-margin
    {
        width:95%;
        margin: 0 auto;
    }

    .block_680 {
        margin-bottom: 0;
    }

    .six.columns {
        width: 99%;
    }

    .nine.columns {
        width: 99% !important;
        width: 730px;
    }

    .row .six.mobile-two {
        width: 50% !important;
        float: left;
        padding: 0 10px 0 0 !important;
    }

    /*.one_half {
        width: 370px;
    }*/

    .one_third {
        width: 220px;
    }

    .two_thirds {
        width: 480px;
    }
    #logo.one_third
    {
        width: 80%;
        text-align:center;
        float:none;
        margin-left: 10%;
        margin-right: 10%;

    }

    .one_fourth {
        width: 167px;
    }

    .three_fourths {
        width: 540px;
    }

    .one_half .one_fourth {
        width: 150px;
    }

    .widget-container {
        width: 730px;
        float: left;
        padding-top: 25px;
        margin-top: 25px !important;
        margin-bottom: 0 !important;
        border-top: 1px solid #e5e5e5;
    }

    .page-template-page-sidebar-left-php .widget-container {
        margin-top:0!important;
        margin-bottom: 25px !important;
        padding-top:0;
        padding-bottom: 25px;
        border-top: none;

    }

    .page-template-landingpage-php .widget-container.first {
        margin-top:0!important;
        border-bottom: none !important;
        padding-top:0 !important;
        border-top: none !important;
    }

    #footer-widgets .widget-container.last {
        margin-bottom:25px !important;
    }


    /*Header*/

    #phone {
        text-align: right;
    }

    #phone a {
        display: block;
    }

    /*Navigation*/

    #navigation_elements {
        height: 57px;
        padding: 12px 0 0 0;
    }

    #nav-below {
        margin: 0;
        padding-bottom: 0;
    }

    .widget_nav_menu ul.menu li {
    border-bottom: none;
    width: 730px;
}

.has-sticky-menu #navigation_elements {
    height:45px;
    padding-top:0;
}

.has-sticky-menu #wrapper  {
    padding-top:50px;
}

    /* Banner */

    #banner {
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 60px;
    }

    #banner .six.columns {
        width: 50%;
    }

    #banner_image, #banner_free_content {
        margin-top: 20px;
    }

    /* Buttons */

    #banner .buttons, #banner .buttons_big {
        margin: 0 0 -40px 0 !important;
        clear: both;
    }

    #banner.banner_media_left .buttons {
        margin: 0 0 -40px 0 !important;
        float: right;
    }

    .button_buy_pricing {
        width: 141px !important;
    }

    #banner.banner_media_left.banner_type_free_form_content .buttons.buttons_big {
    margin-right:auto!important;
    margin-left:auto!important;
    clear: both;
    float:none;
}

    /*Description*/

    #description img.position_left, #description img {
        display: block;
        margin: 0 auto !important;
        float: none;
    }

    /*Features*/

    .features {
        padding-top: 45px;
    }

    .features li {
        margin: 15px 0 20px 0;
        width: 365px;
    }

    .feature_text {
        width: 160px;
        float: left;
    }

    /*Screenshots*/

    .section_gallery img {
        margin: 0 3px 3px 0;
    }

    /* Work */

    #work {

        margin: 0 0 20px 0;
        padding: 0 0 20px 0 !important;
    }

    /* Newsletter */

    .newsletter_inner {
        background-image: none;
        padding: 15px;
    }

    .newsletter h2 {
        background: none;
        font-size: 170%;
        color: #fff;
        padding: 0;
        margin: 5px 0 0 10px;
        float: none;
        text-align: center;
    }

    .newsletter form {
        width: 460px;
        margin-right: 115px;
    }

    .newsletter input[type="text"] {
        width: 338px;
    }

    /*Newsletter within the Banner*/

    .mini_newsletter_banner {
        margin: 12px 0 -35px 0;
    }

    .banner_media_left.banner_type_free_form_content .mini_newsletter_banner, .banner_media_left.banner_type_single_image .mini_newsletter_banner  {
        margin-left:150px;
    }

    .banner_type_free_form_content .mini_newsletter_banner {
        margin: 12px 0 -35px 0;
    }


    /*Pricing*/

    .pricing_block {
        width: 170px;
    }

    .pricing_footer p {
        background-color: rgba(30, 30, 30, 0.25);
        border-radius: 30px;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        width: 153px;
        margin: 0 auto;
        padding: 5px;
        overflow: hidden;
    }

    /*Comments*/

    #commentform textarea, .wpcf7 textarea, .page-template-default #commentform textarea {
        width: 690px;
    }

    .form-submit {
        margin-bottom: 0;
    }

    /*Widgets*/

    .justlanded-recent-item p {
        width: 630px;
    }

    .testimonial-slider-small blockquote {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    /*Widget Newsletter*/

    .newsletter_widget_form {
        background: #f8f8f8;
        padding: 5px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        overflow: hidden;
    }

    .newsletter_widget_form .email {
        background: #fff;
        height: 44px;
        width: 600px;
        margin: 0;
        padding: 5px 0 0 10px;
        float: left;
        display: block;
        border: 1px solid #e5e5e5;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-bottomleft: 5px;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        box-shadow: inset 0 2px 3px #999;
        -moz-box-shadow: inset 0 2px 3px #999;
        -webkit-box-shadow: inset 0 2px 3px #999;
    }

    .newsletter_widget_form input.submit {
        height: 44px;
        width: 120px;
        margin: 0;
    }

    #searchform input#s {
        width: 690px;
    }

    /*Social Elements */

    #section_social_header {
        display: none;
    }

    .social_elements {
        overflow: hidden;
        position: relative;
        margin: 10px 0 5px 0;
        padding: 0;
        top: 0;
        left: 0;
        text-align: center;
    }

    .social_elements  ul {
        display: inline-block;
        margin: 0 auto;
    }

    .social_elements li {
        float: left;
        margin: 0 2px 0 2px !important;
    }

}

@media screen and (max-width: 751px) {

    /*Global*/

    .column, .columns {
        width: auto !important;
        float: none;
    }

    .column:last-child, .columns:last-child {
        float: none;
    }

    [class*="column"] + [class*="column"]:last-child {
        float: none;
    }

    .column:before, .columns:before, .column:after, .columns:after {
        content: "";
        display: table;
    }

    .column:after, .columns:after {
        clear: both;
    }

    .post img {
        width: 100%;
        height: auto !important;
        margin-left:auto;
        margin-right:auto;
        margin-top:20px;
    }

    /* Reveal --- */

    .reveal-modal, .reveal-modal.small, .reveal-modal.medium, .reveal-modal.large, .reveal-modal.xlarge {
        width: 80%;
        left: 50%;
        margin-left: -40%;
        padding: 20px;
        height: auto;
    }

    article section {

        margin: 0 0 20px 0;
        padding: 0 0 25px 0;
        overflow: hidden;
    }

    .page-template-landingpage-php h2, .page-template-landingpage-php h3 {
        text-align: center;
        border-bottom: none !important;
    }

    /*Grid*/

    #container, .row {
        width: 430px;
        padding: 0;
        margin: 0 auto;
    }

    .one_half, .one_third, .one_fourth, .one_fifth, .two_thirds, .three_fourths, .block_680 {
        width: 430px;
        margin: 0 auto 20px auto;
    }

    .block_680 {
        margin-bottom: 0;
    }

    .one_fourth.last {
        margin-right: 0 !important;
    }

    article .entry-content .block, .entry-content .newsletter, .entry-content section {
        background-image: none !important;
    }

    /*Header*/

    #landing_header {
        margin-bottom: 0;
    }

    #landing_header .two_thirds {
        margin: 0;
        padding: 0;
    }

    #logo h2 {
        margin: 10px 0 15px 0;
        padding: 0;
        width: 285px;
        clear: both !important;
        display: block;
        text-align: left;
    }

    #phone {
        float: none;
        text-align: left;
        position: relative;
    }

    /*Navigation*/

    #navigation_elements {
        height: 50px;
        padding: 10px 0 0 0;
    }

    .has-sticky-menu.admin-bar #navigation_elements {
        top:45px!important;
    }

    .has-sticky-menu #wrapper  {
    padding-top:50px;
    }

    .has-sticky-menu #navigation_elements {
    position:absolute;
    top:0;
}

    .tinynav {
        display: block;
        width: 430px;
        top: 20px;
        padding: 5px;
    }

    #main_nav .menu {
        display: none
    }

    .widget_nav_menu ul.menu li {
    border-bottom: none;
    width: 430px;
}

    #nav-below {
        margin: 0;
        padding-bottom: 0;
    }

    .nav-previous {
        padding-top: 10px;
        text-align: left;
    }

    /* Banner */

    #banner {
        height: auto;
        padding-top: 10px;
        margin-bottom: 20px;
    }

    #banner_image, #banner_free_content {
        margin-top: 10px;
        height: auto !important;
    }

    #banner_image img#image_bottom {
        margin-top: 10px;
        margin-left: -42px;
    }

    /* Buttons */

    #banner .buttons {
        margin: 35px 0 -60px 0 !important;
    }

    /*Features*/

    .section_features {
        padding-top: 45px;
    }

    .section_features li {
        margin: 15px 0 25px 0;
    }

    .feature_text {
        width: 360px;
        float: left;
    }

    /*Description*/

    #description ul {
        margin-left: 10px;
    }

    /*Screenshots*/

    .section_gallery img {
        margin: 0 0 3px 0;
    }

    /* Work */

    #work {

        margin-bottom: 25px;
        padding-bottom: 25px !important;
    }

    /*Comment*/

    #commentform textarea, .wpcf7 textarea, .page-template-default #commentform textarea, .page-template-landingpage-php #commentform textarea {
        width: 390px;
        border-bottom: none !important;
    }

    .comment-notes {
        float: left;
        margin: 0 0 10px 0;
        text-align: left;
    }

    .form-submit {
        margin-bottom: 0;
    }

    /*Newsletter*/

    .newsletter {
        margin: 0 0 20px 0;
        padding: 0 0 25px 0;
    }

    .newsletter_inner {
        background-image: none;
    }

    .newsletter h2 {
        padding: 14px 0 5px 70px;
        text-align: left;
    }

    .newsletter form {
        background: #fff;
        height: 44px;
        width: 395px;
        margin: 5px 15px 20px 15px;
        float: right;
        display: block;
        border: 1px solid #ab2210;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        box-shadow: inset 0 2px 3px #999;
        -moz-box-shadow: inset 0 2px 3px #999;
        -webkit-box-shadow: inset 0 2px 3px #999;
    }

    .newsletter input[type="text"] {
        background: none;
        height: 42px;
        width: 273px;
        float: left;
        margin: 0;
        padding: 2px 0 0 10px;
        border-left: none;
        border-bottom: none;
        border-top: none;
        border-right: 1px solid #ab2210;
        line-height: 42px;
        color: #999;
    }

    .newsletter_widget_form input.submit {
        height: 44px;
        width: 120px;
        margin: 0;
    }

    /*Newsletter within the Banner*/

    .banner_type_free_form_content .mini_newsletter_banner {
    margin: 20px 0 -55px 0;
    }

    .banner_media_left.banner_type_free_form_content .mini_newsletter_banner, .banner_media_left.banner_type_single_image .mini_newsletter_banner {
    margin-left:10px;
    }

    .mini_newsletter_banner {
        margin: 20px 0 -55px 0;
        width: 430px;
    }

    .mini_newsletter_banner .email {
        width: 298px;
    }

    /* Table*/

    .pricing_table {
        padding-bottom: 0;
        padding-top: 10px;
    }

    .pricing_block {
        width: 200px;
        margin-bottom: 10px;
    }

    /*Quotes*/

    blockquote {
        margin-bottom: 25px !important;
    }

    .testimonial_big {
        padding: 0;
        margin: 0 !important;
    }

    /*Widgets*/

    .widget-container {
        width: 430px;
        float: left;
        padding-top: 25px;
        margin-top: 25px !important;
        margin-bottom: 0 !important;
        border-top: 1px solid #e5e5e5;
    }

    .page-template-page-sidebar-left-php .widget-container {
        margin-top:0!important;
        margin-bottom: 25px !important;
        padding-top:0;
        padding-bottom: 25px;
        border-top: none;
        border-bottom: 1px solid #e5e5e5;
    }

    .page-template-landingpage-php .widget-container {
        margin-top:0!important;
        margin-bottom: 25px !important;
        padding-top:0;
        padding-bottom: 25px;
        border-top: none;
        border-bottom: none !important;

    }

    .page-template-landingpage-php .widget-container.last {
        margin-top:0!important;
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
        border-top: none !important;
        border-bottom: none !important;
    }

    #footer-widgets .widget-container.last {
        margin-bottom:25px !important;
    }


    .justlanded-recent-item p {
        width: 350px;
    }

    /*Widget Testimonial Slider*/

    .testimonial-slider-small blockquote {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    /*Widget Newsletter*/

    .newsletter_widget_form {
        background: #f8f8f8;
        padding: 5px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        overflow: hidden;
    }

    .newsletter_widget_form .email {
        background: #fff;
        height: 44px;
        width: 300px;
        margin: 0;
        padding: 0 0 0 10px;
        float: left;
        display: block;
        border: 1px solid #e5e5e5;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-bottomleft: 5px;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        box-shadow: inset 0 2px 3px #999;
        -moz-box-shadow: inset 0 2px 3px #999;
        -webkit-box-shadow: inset 0 2px 3px #999;
    }

    #searchform input#s {
        width: 390px;
    }

    /*Social Elements */

    #section_social_header {
        display: none;
    }

    #section_social_footer {
        overflow: hidden;
        position: relative;
        margin: 10px 0 5px 0;
        padding: 0;
        top: 0;
        left: 0;
        text-align: center;
    }

    .section_social_footer {
        overflow: hidden;
        position: relative;
        margin: 10px 0 5px 0;
        padding: 0;
        top: 0;
        left: 0;
        text-align: center;
    }

    .section_social_footer  ul {
        display: inline-block;
        margin: 0 auto;
    }

    .section_social_footer li {
        float: left;
        margin: 0 2px 0 2px !important;
    }

    .scrollup {
        display: none !important;
    }

}

@media screen and (max-width: 750px) {

    /*Global*/
    h2
    {
        font-size:2.0em !important;
    }
    .post h2
    {
        font-size:18px !important;
    }
    .post h3
    {
        font-size:16px;
    }
    .post .entry-content p, .post .entry-content ul, .post .entry-content li, .post .entry-content span
    {
        font-size:12px;
    }

    #logo img {
        width:100%;
    }
    #banner .description h1 {
        font-size:30px!important;
        margin-bottom:20px;
    }
    #banner .description p {
        font-size:16px;
    }

    #banner .alignCenter .action_button
    {
        font-size: 180% !important;
        padding: 10px 20px !important;
        margin-top: 320px;
    }
    #banner .alignCenter .search_box
    {
        font-size:120% !important;
        padding: 20px 20px !important;
        margin-top: 30%;
        max-width:100% !important;
        width:95%;
    }

    article section, .section_newsletter {

        margin: 0 0 20px 0 !important;
        padding: 0 0 20px 0 !important;
        overflow: hidden;
    }

    .page-content-block {

        margin: 0 5px 20px 5px !important;
        padding: 0 0 25px 0 !important;
    }

    article .entry-content .block, .entry-content .newsletter, .entry-content section {
        background-image: none !important;
    }

    .row .mobile-two:last-child {
        float: left;
    }

    .page-template-landingpage-php h2, .page-template-landingpage-php h3 {
        text-align: center;
        border-bottom: none !important;
    }

    /*Grid*/

    .row, #container, #content {
        width: 320px;
        max-width:100% !important;
        overflow-x:wrap !important;
        padding: 0 !important;
        margin: 0 auto !important;
    }

    .one_half, .one_third, .one_fourth, .one_fifth, .two_thirds, .three_fourths {
        width: 290px;
        max-width:100% !important;
        overflow-x:hidden !important;
        margin: 0 auto 15px auto !important;
        float:left;
    }
    .block_680
    {
        width: 290px;
        max-width:100% !important;
        overflow-x:hidden !important;
        margin: 0 auto 15px auto !important;
    }

    .one_fifth.arrow {
        display:none;
    }

    .block_680 {
        margin-bottom: 0;
    }

    /*Header*/

    #landing_header {
        margin-bottom: 0;
    }

    #landing_header .two_thirds {
        margin: 0;
        padding: 0;
    }

    #logo h2 {
        margin: 10px 0 15px 0;
        padding: 0;
        width: 285px;
        clear: both !important;
        display: block;
        text-align: left;
    }

    #phone {
        float: none;
        text-align: left;
        position: relative;
    }

    /*Navigation*/

    #navigation_elements {
        height: 50px;
    }

.has-sticky-menu #navigation_elements {
    position:absolute;
    top:0;
}


    #main_nav .menu {
        display: none
    }

        .widget_nav_menu ul.menu li {
    border-bottom: none;
    width: 285px;
}

    .tinynav {
        display: block;
        width: 285px;
        top: 20px;
        padding: 5px;
    }

    #nav-below {
        margin: 0;
        padding-bottom: 0;
    }

    .nav-previous {
        padding-top: 10px;
        text-align: center;
    }

    /* Banner */

    #banner {
        height: auto;
        padding-top: 20px;
        margin-bottom: 10px;
    }

    #banner_image, #banner_free_content {
        margin-top: 10px;
        height: auto !important;
    }

    #banner_image img#image_bottom {
        margin-top: 10px;
        margin-left: -22px;
    }

    /*Features*/

    .section_features {
        padding-top: 15px;
    }

    .section_features  li {
        margin: 15px 0 25px 0;
    }

    li.last {
        margin-right: 0;
    }

    .feature_text {
        width: 215px;
        float: left;
    }

    /*Description*/

    #description ul {
        margin-left: 10px;
    }

    /*Screenshots*/

    .section_gallery img {
        margin: 0;
    }

    /* Work */

    #work {

        margin-bottom: 25px;
        padding-bottom: 25px !important;
    }

    /*Buttons*/

/*
    .buttons {
        width: 228px;
        margin: 20px 0 0 20px !important;
    }
*/
    #banner .buttons {
        margin: 20px 0 0 20px !important;
    }

    #banner.banner_media_left .buttons {
        margin: 10px 0 0 20px !important;
    }

    #banner .banner_media_full .buttons {
        margin: 0 0 0 20px;
    }

    a.button_buy_big {
        font-size: 160% !important;
        padding: 10px 20px;
    }

    a.button_buy {
        float: none;
        width: 227px;
        height: 51px;
        text-align: center;
        color: #fff;
        border-radius: 25px;
        -webkit-radius: 25px;
        -moz-border-radius: 25px;
    }

    a.button_try {
        float: none;
        width: 227px;
        height: 51px;
        border-radius: 25px;
        -webkit-radius: 25px;
        -moz-border-radius: 25px;
        margin: 5px 0 0 0;
    }

    .buttons span {
        display: none;
    }

    /* Pricing */

    .pricing_table {
        margin: 0 auto;
        padding-top: 5px;
        padding-bottom: 5px;
        width: 220px;
    }

    .pricing_block {
        margin: 5px;
        width: 200px;
    }

    .pricing_table .three.mobile-two.columns {
        width: 220px;
        clear: both;
        float: none;
    }

    /*Comment*/

    #commentform textarea, .wpcf7 textarea, .page-template-default #commentform textarea, .page-template-landingpage-php #commentform textarea {
        width: 240px;
        border-bottom: none !important;
    }

    .comment-notes {
        margin: 5px 0 10px 0;
        text-align: left;
    }

    .form-submit {
        margin-bottom: 0;
    }

    /* Newsletter */

    .newsletter {
        background-image: none !important;
        padding-bottom: 10px;
        margin: 0 !important;
    }

    .newsletter_inner {
        background-image: none;
        padding: 15px;
    }

    .newsletter h2 {
        background: none;
        font-size: 170% !important;
        color: #fff !important;
        padding: 0;
        margin: 5px 0 0 0;
        float: none;
        text-align: center;
    }

    .newsletter form {
        background: none;
        height: 100px;
        width: 235px;
        float: none;
        display: block;
        margin: 10px auto;
        box-shadow: none;
        border: none;
    }

    .newsletter input[type="text"] {
        background: #fff;
        height: 42px;
        width: 235px;
        float: left;
        margin: 10px auto;
        padding: 2px 10px 0 10px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        box-shadow: inset 0 2px 3px #999;
        -moz-box-shadow: inset 0 2px 3px #999;
        -webkit-box-shadow: inset 0 2px 3px #999;
        line-height: 42px;
        color: #999;
    }

    .newsletter input.e-mail:focus {
        color: #000;
    }

    .newsletter input.submit {
        height: 44px;
        width: 120px;
        margin: 0 auto;
        float: none;
        border: 1px solid #eb9f29;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        cursor: pointer;
    }

    /*Newsletter within the Banner*/

    .banner_type_free_form_content .mini_newsletter_banner, .banner_media_full .mini_newsletter_banner {
    margin: 20px 0 0 0;
    }

    .mini_newsletter_banner {
        margin: 20px 0 0 0;
        width: 285px;
    }

    .mini_newsletter_banner .email {
        width: 173px;
    }

    .mini_newsletter_banner .submit {
        width: 100px;
    }

    /*Social*/

    #section_social_header {
        display: none;
    }

    /*Quotes*/

    blockquote {
        margin-bottom: 25px !important;
    }

    /*Widgets*/

    .widget-container {
        width: 285px;
        float: left;
        padding-top: 20px;
        margin-top: 20px !important;
        margin-bottom: 0 !important;
        border-top: 1px solid #e5e5e5;
    }

    .page-template-page-sidebar-left-php .widget-container {
        margin-top:0!important;
        margin-bottom: 20px !important;
        padding-top:0;
        padding-bottom: 20px;
        border-top: none;
        border-bottom: 1px solid #e5e5e5;
    }


    .justlanded-recent-item p {
        width: 200px;
    }

    /*Widget Testimonial Slider*/

    .testimonial-slider-small blockquote {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    /*Widget Newsletter*/

    .newsletter_widget_form {
        background: #f8f8f8;
        padding: 5px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        overflow: hidden;
    }

    .newsletter_widget_form .email {
        background: #fff;
        height: 44px;
        width: 175px;
        margin: 0;
        padding: 0 0 0 10px;
        float: left;
        display: block;
        border: 1px solid #e5e5e5;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-bottomleft: 5px;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        box-shadow: inset 0 2px 3px #999;
        -moz-box-shadow: inset 0 2px 3px #999;
        -webkit-box-shadow: inset 0 2px 3px #999;
    }

    .newsletter_widget_form input.submit {
        width: 100px;
        float: right;
    }

    #searchform input#s {
        width: 240px;
    }

    .scrollup {
        display: none !important;
    }

}

#texte_seo.row p
{
    text-align:justify;
    font-family:"Quicksand";
    font-size:0.8em;
    font-weight:500;
    margin: 10px 10% 10px 10%;
    color: #242424;
}

#texte_seo.row h2
{
    text-align:left !important;
    font-family:"Quicksand";
    font-size:1.2em !important;
    font-weight:700;
    margin: 20px 10% 10px 10%;
    color:#242424 !important;
}
#texte_seo.row h3
{
    text-align:left !important;
    font-family:"Quicksand";
    font-size:1.0em !important;
    font-weight:400;
    margin: 10px 10% 5px 10%;
    color:#242424!important;
}
@media screen and (min-width:750px)
{
    div #texte_seo.row
    {
    margin: 10px 0 30px 0;
    padding-bottom:30px;
    }
}

.one_fifth img
{
margin-left:auto;
margin-right:auto;
display:block;
vertical-align: middle;
max-width:100%;
text-align:center;
}

.partenaires .one_fifth
{
    padding-right:40px;
}

@media screen and (min-width:420px) and (max-width:1024px)
{
    .one_fifth h4
    {
        font-size:1.0em;
        font-weight:400;
    }
}
#footer_div.row
{
    width:100% !important;
}

@media screen and(min-width:1020px)
{
#carte_france.row
    {
        margin:10px 10% 10px 10% !important;
    }
}

@media screen and (min-width:750px) and (max-width:1000px)
{
#carte_france.row
    {
        margin:10px 25% 10px 25% !important;
    }

#footer_div.row div
    {
        margin:20px 15% 10px 15% !important;
        font-size:12px;
    }

}

    .menu-footer-menu-container li.menu-item
    {
        font-size:12px;
        font-family:"quicksand", sans-serif;
    }

@media screen and (max-width:429px)
{
div#carte_france.row,
hr#carte_france

    {
        display: none !important;
    }
}

div .popup_ehpad
{
    background-position: top center!important;
    background-size: cover!important;
    color: #fff;
    clear: both;
    border-bottom:none;
    margin: 10% auto auto auto !important;

}

.popup_ehpad p
{
    font-family:"Quicksand", sans-serif;
    font-size:2.0em;
    color:#242424;
    text-align:center;
    margin-bottom:60px;
    text-shadow:1px 1px 1px #fff;
    margin: 0 15% auto 15% !important;
}
@media screen and (max-width: 450px)
{
    .popup_ehpad p
    {
        font-size:1.2em;
        line-height:1.2em;
    }
    .popmake-pages-ehpad .pum-title,
    .popmake-580 .pum-title /*574 en prod*/
    {

        font-size:1.8em;
        line-height:1.4em;
    }
}
.popmake-pages-ehpad .pum-title,
.popmake-580 .pum-title/*574 en prod*/
{
    font-family:"Quicksand", sans-serif !important;
    font-size:3.0em !important;
    color:#242424 !important;
    text-align:center !important;
    font-weight:700 !important;
}
div .pum
{
    opacity:0.96 !important;
    background-color:#ffde00 !important;
}
.popmake-pages-ehpad .pum-container,
.popmake-580 .pum-container /*574 en prod*/
{
    opacity:0.96 !important;
    background-color:#ffde00 !important;
    box-shadow:none !important;
    border:none !important;
}
img.papi-box-popup-ehpad
{
    position:absolute;
    bottom: 20px;
    left:10px;
    max-height:320px !important;
}
.ehpad_popup a
{
    font-weight:700 !important;
    color:#00a8ff !important;
}
.popmake-580 button.pum-close.popmake-close,
.popmake-pages-ehpad button .pum-close.popmake-close
{
    background-color:#ffde00 !important;
    color: #fff !important ;
    font-weight:700 !important ;
    font-size:2.4em !important;
    text-align:center !important;
    font-family:"quicksand", sans-serif !important;
}

.blue_h1_banner
{
    color:#00a8ff !important;
}

/* Page resultats Merci pour vos resultats post formulaire */

/* Pop-up mutuelle */

div#pum-603
{
   background: rgba(255,255,255,0.95);
}
div#popmake-603
{
   min-height:600px;
}
#popmake-603 button.pum-close.popmake-close
{
   background-color:#fff !important;
   color:#242424 !important;
}
div.pum-container#popmake-603
{
   background-color:#fff !important;
   color:#242424 !important;
   border:none !important;
   box-shadow: none !important;
   z-index:4000000000000000000000000;
   opacity:1 !important;
}

#popmake-603 iframe
{
    min-height:600px;
    opacity:1 !important;
    width:100%;
}
@media screen and (max-width:429px)
{
    #popmake-603 iframe
    {
        min-height:1650px !important;
    }
}
@media screen and (min-width: 430px) and (max-width:1050px)
{
    #popmake-603 iframe
    {
        min-height:1500px !important;
    }
}
#popmake-603 div.popmake-title
{
    text-align:center;
    font-size:24px;
    margin:20px auto 20px auto;
}
.popup_mutuelle p
{
    color:#242424;
    width:80%;
    margin:auto auto;
    font-size:16px;
    font-family:"quicksand";

}

/* Page 404 et page merci*/

div.page404
{
    background: url(https://8145c7.claudeassets.com/20221128211101im_/https://www.heureux-en-retraite.com/wp-content/uploads/2017/07/HeR-page-404.jpg) no-repeat;
    background-size: 100% auto;
    max-width: 100%;
    max-height: 100%;
    height: 750px;
}

div.page404.page_merci
{
    background: url(https://068d80.claudeassets.com/20221128211101im_/https://www.heureux-en-retraite.com/wp-content/uploads/2017/07/HeR_page_merci.jpg) no-repeat;
    background-size: 100% auto;
    height: 810px;
}


.page404 h1
{
    color: #ffde03;
    text-align: center;
    font-size: 3vw;
    font-family: "quicksand-bold", sans-serif !important;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 25px;
}

.page404 p
{
    color: #242424;
    text-align: center;
    font-size: 1.5vw;
    font-family: "quicksand", sans-serif;
    margin-top:20px;
}

div#inner_content
{
    position: absolute;
    top:25%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
}

@media screen and (max-width: 500px)
{
    div.page404
    {
        background: url(https://a1bbb0.claudeassets.com/20221128211101im_/https://www.heureux-en-retraite.com/wp-content/uploads/2017/07/HeR_page_404_mobile.png) no-repeat;
        background-size: 100% auto;
        max-width: 100%;
        max-height: 100%;
        height: 750px;
    }

    div.page404.page_merci
    {
        background: url(https://91aad9.claudeassets.com/20221128211101im_/https://www.heureux-en-retraite.com/wp-content/uploads/2017/07/HeR_page_merci_mobile_v2.jpg) no-repeat;
        background-size: cover;
        max-width: 100%;
        max-height: 100%;
        height: 800px;

    }

    div#inner_content
    {
        position: absolute;
        top:5%;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        width: 100%;

    }

    .page404 h1
    {
        text-align: center;
        font-size: 2.5em;
        font-family: "quicksand-bold", sans-serif !important;
    }

    .page404 p
    {
        text-align: center;
        font-size: 1.5em;
    }

    a#cta_trop_gros
    {
        margin: auto auto auto auto;

    }

    div.page404
    {
        height: 450px;
    }
}

@media screen and (min-width: 501px) and (max-width: 800px)
{
    div#inner_content
    {
        position: absolute;
        top:5%;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        width: 100%
    }

    div.page404
    {
        height: 500px;
    }
}

.page-template-page-merci div#landing_header_inner,
.page-template-page-merci div#landing_header,
.page-template-page_reponse_quizz div#landing_header,
.page-template-page_reponse_quizz div#landing_header_inner
{
    display:none;
}
.img_mutuelle img
{
    width:100%;
    margin: 20px 30px 20px 30px;
}

/*PAGE INSCRIPTION*/

.presentation_inscription h2 {
    text-align:left;
}

.presentation_inscription p {
    text-align:justify;
    font-size:16px;
    margin-bottom:15px;
}

.card_container {
    width: 100%;
    margin: 10px;
}

.card_template {
    margin: 6px;
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: 50px;
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,.30);
    opacity: 0.85;
    height: 500px;
}

.card_template:hover{
    opacity: 1;
    box-shadow: 3px 3px 10px 3px rgba(0,0,0,.40);
}

.card_template.card1:hover{
    box-shadow: none;
}

.card1 {
    border: 3px solid #ececec;
    background: #F6F6F6;
    opacity: 1;
    box-shadow: none;
}

.card2 {
    border: 3px solid #FFDE00;
    background: #F6F6F6;
}

.card3 {
    border: 3px solid #00a8ff;
    background: #F6F6F6;
}

.card_header {
    width: 100%;
    height: 200px;
    border-radius:5px 5px 0 0;
    padding: 15px 0 0 0;
}

.card_header p {
    font-size: 1em;
}

.card_header img {
    width: 75px;
}

div.card1 .card_header {
    background: #ececec;
}

div.card2 .card_header {
    background: #FFDE00;
}

div.card3 .card_header {
    background: #00a8ff;
}

.card_header h2 {
    margin: 0;
    text-align: center;
    font-size: 1.5em;
    font-weight: 900;
}

.card_template p {
    margin: 5px;
    text-align: center;
}

.card_content {
    padding: 15px;
    text-align: center;
}

.card_content ul {
    height: 180px;
}

.card_content li {
    list-style: disc;
    list-style-position: inside;
    margin: 3px;
    font-size: 0.9em;
    text-align:left;
}

.card_content p {
    font-size: 0.8em;
}

a.gocardless {
    font-style: italic;
    color: #000;
}

.faux_bouton {
    height: 32px;
    width: 97px;
    background-image: #dfdfdf;
    display: inline-block;
    border-radius: 5px;
    -webkit-font-smoothing: antialiased;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
    -webkit-tap-highlight-color: transparent;
    border: 1px solid grey;
}

.faux_bouton span {
    font-size: 0.8em !important;
    color: #6C6C6C;
    font-weight: bold;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    line-height: 30px;
}

.inscription_gratuite {
    height: 32px;
    width: 97px;
    background-image: linear-gradient(#78c2eb,#188eda);
    display: inline-block;
    border-radius: 5px;
    -webkit-font-smoothing: antialiased;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
    -webkit-tap-highlight-color: transparent;
    border:1px solid #319fe1;
}

.inscription_gratuite a {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    -webkit-font-smoothing: antialiased;
    line-height: 30px;
}

.inscription_gratuite:hover a {
    color: #fff !important;
}

/* COMMENT CA MARCHE */

div.ccm.details
{
    vertical-align:top;
}
div.ccm_item
{
    position:relative;
}
div.column_ccm
{
    width:9%;
    display:inline-block;
    vertical-align:top;
}
.column_ccm img
{
    width:100%;
}
div.ccm
{
    width:44%;
    display:inline-block;
    vertical-align:top;
    height:100%;
}
.ccm img
{
    width:100%;
}
.ccm.details
{
    background-image:url('https://175fad.claudeassets.com/20221128211101im_/https://www.heureux-en-retraite.com/wp-content/uploads/2017/09/flak_solo.png');
    background-size:contain;
    background-position: center;
    background-repeat:no-repeat;
    height:100%;
}

@media screen and (max-width:450px)
{
    div.column_ccm
    {
        width:60px;
        float:left;
        vertical-align:top;
    }
    .column_ccm img
    {
        width:100%;
    }
    div.ccm
    {
        width:250px;
        display:inline-block;
        vertical-align:top;
    }
    .ccm img
    {
        width:100%;
    }
}
div.ccm,
div.ccm.details,
div.column_ccm
{
    display:table-cell !important;
    vertical-align:top !important;
}


.ccm.details h4
{
    font-size:120%;
    width:70%;
    margin: 0 auto 0 auto;
    text-align:center;
}
.ccm.details h2
{
    font-family:"quicksand-bold", "quicksand", sans-serif-bold !important;
    font-weight:bold;
    text-align:center;
}

@media screen and (max-width:450px)
{
    .ccm.details h4
    {
        font-size:100%;
        width:90%;
    }
    .ccm.details h2
    {
        font-size:160% !important;
    }
    div.ccm
    {float:right;}
    div.column_ccm
    {float:left;}
    div.ccm.details
    {float:right;}
}


/* Home page customization - div inutile pour le bloc équipe */
.home section#page-content-block-3
{
    padding:0 0 0 0;
    margin:0 0 0 0;
}

/* HOME PAGE SEARCH BAR */

@media screen and (min-width: 1600px)
{
    #banner .alignCenter .search_box
    {
        max-width: 800px;
        margin-top:5%;
        font-size:200% !important;
        height:400px;
    }
    #banner .alignCenter .search_box input
    {
        height:100px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius:10px;
    }
}

/* PAGE INSCRIPTION */

.stripe_container a.gocardless
{
    color: #fff;
    font-family: "quicksand-bold", "quicksand", sans-serif-bold, sans-serif;
}
.stripe_container a.gocardless:hover
{
    text-decoration:underline;
}
.stripe2 a.gocardless:hover
{
    color:#ffde00 !important;
}

.inscription_ehpad h2
{
    text-align:left !important;
}

.ehpad_quote {
	border-style: solid;
    border-color: #6CC3FF;
    border-width: 5px;
    border-radius: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
}

.esprit h2 {
    text-align: center;
    margin: 15px 0 15px 0;
}

.esprit h4 {
    text-align: center;
    font-size: 120%;
}

div.esprit {
    padding: 10px;
    margin: 10px 0 100px 0;
    border: 1px solid #F5F5F5;
}

div.esprit:hover {
    box-shadow: 3px 3px 15px 3px rgba(15,0,180,.15);
}

/*HOMEPAGE BLOCS*/

/*block presentation*/

div.outer-explication {
    background-color: #F1F1F1;
    width:100%;
}

.outer-explication section {
    padding: 0;
    margin-bottom: 0;
}

.outer-explication li {
    padding: 5%;
    margin: 0;
}

.outer-explication li > h4 {
    font-size: 3em;
    font-weight: 900;
    margin: 1em 0 1em 0;
    line-height: 90%;
    text-align: left !important;
}

.outer-explication li > p {
    font-size: 1.2em;
    text-align: left;
    margin: 0 0 1em 0;
}

.outer-explication p#lastp {
    margin-bottom: 2.5em;
}

.block-pro a
{
    background-color: #00a8ff;
    width:200px;
    display:block;
    text-decoration: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 0.7em 1em 0.7em 1em;
    color: #fff;
    cursor: pointer;
    margin:20px auto;
}
.outer-histoire a
{
    background-color: #00a8ff;

    display:inline-block;
    text-decoration: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 0.7em 1em 0.7em 1em;
    color: #fff;
    cursor: pointer;
    margin:10px auto 10px 0;
}

.block-pro a:hover,
.outer-histoire a:hover
{
    background-color: #5AC7FF;
    color: #fff !important;
    transition:0.2s;
}

/*block soutiens*/

.home div.soutiens.row {
    background-color: #dddddd;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.home div.soutiens.row > div.block {
    display: inline-block;
    margin: 0 1% 0 1%;
}

.home div.soutiens.row img {
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}

.home div.soutiens.row img:hover {
    filter: none; /* IE6-9 */
    -webkit-filter: grayscale(0%); /* Chrome 19+ & Safari 6+ */
}

@media (max-width: 768px) {
    .home div.soutiens.row {
        display: none;
    }
}

/*block pro*/

.block-pro * {
    text-align: center !important;
}

.block-pro h2 {
    font-size: 3em;
    margin: 1em 0 0.5em 0;
    line-height: 90%;
}

.block-pro p,
.block-pro a {
    font-size: 1.3em !important;
    text-decoration: none;
    font-family: 'quicksand', sans-serif;
}

.bloc-pro a {
    margin-bottom: 2em !important;
}

section#page-content-block-2.page-content-block.block {
    margin-top: 5%;
}

/*block histoire*/

.home section#page-content-block-3.page-content-block.block {
    background-color: #ffde00;
    border-radius: 10px;
    width:100%;
    padding-bottom: 0;
    margin: 20px auto;

}

section#page-content-block-3.page-content-block.block > li {
    padding: 5%;
}

section#page-content-block-3.page-content-block.block li.one_half.clear > h4 {
    font-size: 3em;
    font-weight: 900;
    margin: 1em 0 1em 0;
    line-height: 90%;
    text-align: left !important;
    color: #fff;
}

section#page-content-block-3.page-content-block.block li.one_half.clear > p {
    font-size: 1.2em;
    text-align: left;
    margin: 0 0 2.5em 0;
}

/*readjust wordpress div*/

div.row > section#page-content-block-1.page-content-block.block {
    margin: 0 !important;
    padding: 0 !important;
}

div.row > #section_features_1.section_features.block {
    margin: 10px 0 2% 0 !important;
}

div.row > #section_features_1.section_features.block h4 {
    line-height: 90%;
}
div.row > section#page-content-block-4.page-content-block.block {
    margin: 0 !important;
    padding: 0 !important;
}

/*responsive block home page*/

@media (min-width: 425px) and (max-width: 768px) {
	/*block presentation*/
	.outer-explication li.one_half.last {
		margin-top: 15%;
	}
}

/* results page - cta block */

section.cta_results_page
{
    background : url('https://97613c.claudeassets.com/20221128211101im_/https://www.heureux-en-retraite.com/wp-content/uploads/2017/12/results.jpg') no-repeat ;
    background-size:cover;
    min-height:400px;
    position:relative;
}
a.button_ehpad.popup-dispo
{
    position:absolute;
    top:30%;
    left:20%;
    padding:16px 32px 16px 32px;
    background-color:#ff8a00 !important;
    font-family:"Quicksand-bold", "quicksand", sans-serif;
    font-weight:bold;
}
a.button_ehpad.popup-results-by-email
{
    position:absolute;
    top:10%;
    left:20%;
    padding:16px 32px 16px 32px;
    background-color:#ff8a00 !important;
    font-family:"Quicksand-bold", "quicksand", sans-serif;
    font-weight:bold;
}
@media screen and (max-width:450px)
{
    section.cta_results_page
{
    background : url('https://50697d.claudeassets.com/20221128211101im_/https://www.heureux-en-retraite.com/wp-content/uploads/2017/11/vision.png') no-repeat 100%;
    background-size:contain;
    min-height:420px;
    position:relative;
}
    a.button_ehpad.popup-dispo
    {
        position:absolute;
        top:0;
        left:0;
    }
    a.button_ehpad.popup-results-by-email
    {
        position:absolute;
        top:80%;
        left:0;
    }

}

/*special effect for espace pro in header*/

li#menu-item-999 a {
    color: #00a8ff !important;
    border: 1px solid #00a8ff;
    border-radius: 5px;
    padding: 0 3px 0 3px;
}

li#menu-item-999 a:hover {
    color: #fff !important;
    border: 1px solid #00a8ff;
    background-color: #00a8ff;
    border-radius: 5px;
    padding: 0 3px 0 3px;
}

/* PAGES VILLES TEXTE À TROU */

p.description-ehpads-villes
{
    width:calc(90% + 15px);
    margin:10px auto 10px 15px;

}
@media screen and (min-width:1500px)
{
    #container
    {
        width:60vw;
    }
}

a.cta_blog
{
    text-align:center;
    width:320px;
    display:block;
    padding:5px 20px 5px 20px;
    border-radius:4px;
    background-color:#00A8FF;
    color:#FFF !important;
    font-weight:bold;
    font:"quicksand-bold", "quicksand", sans-serif;
    border:solid 1px #00A8FF;
    transition: all .2s ease-in-out;
}
a.cta_blog:hover
{
    transform: scale(1.1);
}
a.cta_blog.disable
{
    background-color:#CCC;
    color: #242424 !important;
    margin: 5vh auto !important;
}
div.popup-fete-des-meres
{
    width:100vw;
}
.popup-fete-des-meres h2, .popup-fete-des-meres p, .popup-fete-des-meres img, .popup-fete-des-meres a
{
    margin:10vh auto;
    text-align:center;
    display:block;
    float:none;
}

/* EHPAD LISTES */

.fil_arianne {
    margin-bottom:20px;
}
.fil_arianne ol li a
{
    color:#242424;
}
.fil_arianne ol li a :hover
{
    color:#00a8ff;
}
.breadcrumb {
  color: #777;
  font-size: 10px;
  margin: 0;
}
.breadcrumb > .active {
  color: #777;
}
.breadcrumb > li {
  display: inline-block;
  margin-left:0px!important;
}
.breadcrumb > li + li::before {
  color: #ccc;
  content: "/ ";
  padding: 0 5px;
}
#carte-france h2 {
    text-align:center!important;
}

ul.ehpads,
ul.reviews {
    margin-bottom:40px;
    display:inline-block;
    margin-left:0px;
}
.navigation {
    display: inline-block;
    width:100%;
    padding:20px 0px;
    font-family:'Quicksand', sans-serif!important;
}
.navigation .previous {
    float:left;
    color:#242424;
    text-transform: uppercase;
}
.navigation .next {
    float:right;
    color:#242424;
    text-transform: uppercase;
}

div.search_container
{
    width:50%;
    margin:10px auto 20px auto;
}

ul.regions {
    margin:40px 20px 0 20px;
    list-style:none;
    column-count:2;
}
@media screen and (min-width:450px) and (max-width:1000px)
{
    ul.regions {
    column-count:1;
}
}
ul.regions li {
    list-style: none!important;
    color:#00a8ff !important;
    font-size:0.8em !important;
    font-family:"Quicksand" !important;
}
ul.regions li .fa {
    margin-right:10px;
}
ul.regions > li,
ul.villes > li,
ul.ehpads > li,
ul.reviews > li {
    float: left;
    width:100%;
    margin-left:0px;
}
ul.reviews > li{
    margin-bottom:50px !important;
}
ul.regions a
{
    color:#262626 !important;
}
@media screen and (max-width : 400px )
{
    ul.ehpads > li,
    ul.reviews > li
    {
        max-width:310px;
        float:none;
        margin : 10px auto 10px auto !important;
    }
}
@media screen and (min-width : 800px )
{

    ul.villes > li,
    ul.ehpads > li,
    ul.reviews > li
    {
        width:45% !important;
        margin-left:15px;
        font-size:1.0em !important;
        float:left;
    }
    .fil_arianne
    {
        margin-left:15px;
        font-size:1.0em !important;
    }
    ul.ehpads > li
    {       height:600px;
    }

}


div .description
{
    margin: 40px 0 0 0 !important;
}
.ehpads_desc p, .description p, div .ehpads_desc, div .description
{
    font-family:"Quicksand" !important;
    font-size:1.0em !important;
    font-weight:300 !important;
    text-align:justify !important;
    margin: 0 30px 0 30px;

}

a#decouvrir_ehpad
{
    text-align:center;
    width:100%;
    margin: 20px auto 10px auto;
    display:block;
    font-size:140%;
    color:#242424 !important;
}

.ehpads_desc p, .description p
{
    margin: 10px 0 0 0!important;
    max-width:100%;
    overflow-x: hidden;
}
.ehpads_desc h2, .description h2
{
    font-family:"Quicksand";
    font-size:1.6em !important;
    font-weight:400 !important;
    text-align:left !important;
    margin: 20px 0 20px 0 !important;
}
.ehpads_desc h3, .description h3
{
    font-family:"Quicksand";
    font-size:1.4em !important;
    font-weight:lighter !important;
    text-align:left !important;
    margin: 20px 0 20px 0 !important;
}
.ehpads_desc ul, .description ul, .ehpads_desc li, .description li
{
    font-family:"Quicksand" !important;
    font-size:1.0em !important;
    font-weight:lighter !important;
    text-align:left;
    margin: 5px 0 5px 10px !important;
    list-style:disc;
}

ul.ehpads,
ul.reviews {
    clear: both;
    list-style:none;
    padding:0px;
    width:100%;
    margin: 10px 0 10px 0 !important;
}

ul.ehpads > li,
ul.reviews > li {
    list-style: none;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    margin-top: 20px;
    padding: 30px;
    min-height:750px;
    box-shadow: 1px 1px 3px 1px rgba(0,0,0,.20);
}
ul.reviews > li {
    min-height:100px !important;
}

ul.ehpads > li:hover
{
    border: none;
    box-shadow: 2px 2px 10px 2px rgba(15,0,180,.15);
}

ul.ehpads > li.blue {
    border: 3px solid #7AD2FF;
    box-shadow: 1px 1px 3px 1px rgba(0,168,255,.15);
    background: #fcfcfc;
    opacity: 0.9;
}

ul.ehpads > li.yellow {
    border: 3px solid #FFEE7C;
    box-shadow: 1px 1px 3px 1px rgba(255,222,0,.15);
    background: #fcfcfc;
    opacity: 0.9;
}

ul.ehpads > li.blue:hover {
    border: 3px solid #00a8ff;
    box-shadow: 2px 2px 10px 2px rgba(0,168,255,.20);
    background: #F4F4F4;
    opacity: 1;
}

ul.ehpads > li.yellow:hover {
    border: 3px solid #FFDE00;
    box-shadow: 2px 2px 10px 2px rgba(255,222,0,.20);
    background: #F4F4F4;
    opacity: 1;
}

ul.ehpads > li > h3 > a {
    font-size:100%!important;
    color : #242424 !important;
}
ul.ehpads a :hover
{
    color : #00a8ff !important;
}
@media screen and (min-width : 800px ) {
    ul.ehpads > li > h3
    {
        font-size:140%!important;
        margin: 0 0 30px 0;
    }
    ul.ehpads li .infos > ul,
    ul.ehpads li .tarifs > ul {
        font-size:90%;
    }
}
ul.ehpads > li > h3
{
    margin: 0 0 30px 0;
}
.tarifs p, .tarifs span
{
    font-family: 'Quicksand',sans-serif;
    font-size: 1.0em;
    color:#242424!important;
    text-align:left !important;
    margin: 0 0 0 10px;
    font-weight:400 !important;
}
.tarifs ul
{
    font-family: 'Quicksand',sans-serif;
    font-size: 1.0em;
    color:#242424!important;
    text-align:left !important;
    margin: 0 0 0 30px !important;
    font-weight:400 !important;
    list-style:none;
}
.tarifs li
{
    list-style:none !important;
    margin:0 0 0 0 !important;
}

ul.ehpads li .photo
{
    float:left;
}
ul.ehpads li .adresse,
ul.ehpads li .infos_supp
{
    float:left;
}
div.infos_supp
{
    margin-bottom:20px;
}
ul.ehpads li .infos_supp
{
    width:49%;
}

ul.ehpads li .adresse p {
    font-size:90%;
    text-align:left;
}
ul.ehpads li .adresse span {
    font-size:90%;
    text-align:left;
}
@media screen and (min-width : 800px ) {
    ul.ehpads li .adresse p,
    ul.ehpads li .infos_supp p
    {
        font-size:90%;
        text-align:left;
    }
}
@media screen and (max-width: 450px)
{
    ul.ehpads li .adresse p,
    ul.ehpads li .adresse span
    {
    font-size:75% !important;
    text-align:left;
    }
    ul.ehpads li .infos_supp p
    {
    font-size:75% !important;
    text-align:justify;
    }
    ul.ehpads li div.infos_supp
    {
    float:none;
    height:60px;
    display:inline-block;
    clear:both;
    width:100%;
    margin:10px auto 10px auto;
    }
    ul.ehpads li .infos li
    {
    height:100px !important;
    }
}
div .infos
{
    clear:both;
    position:relative;
}
.infos p
{
    text-align:center !important;
}
.adresse p,
.infos_supp p
{
    margin: 10px 0 10px 0;
}
ul.ehpads li .photo img {
    max-width:90%;
}
ul.ehpads li .infos ul {
    list-style: none;
    padding:0;
    margin: 20px 0 0 0 !important;
}
ul.ehpads li .infos li {
    float:left;
    list-style: none;
    width:32%;
    height:130px;
    text-align:center;
    margin-left:0px;
    font-size:70%;
}
ul.ehpads li .infos li img {
    max-width: 50%;
}
ul.ehpads li .infos li p {
    color:#242424;
    margin: 0 0 0 0;
}

.fiche-ehpad .photo {
    float:left;
    padding-bottom:20px;
    max-width:100%;
}
.fiche-ehpad .photo img {
    max-width:100%;
}

div#street-view
{
    height:350px;
}
@media screen and (min-width:1500px)
{
    div#street-view
    {
        height:500px;
    }
}

.fiche-ehpad .icones {
    float:left;
    width:100%;
}
@media screen and(min-width:750px) and (max-width:850px)
{
    .fiche-ehpad div.complements.one_half
    {
        height:420px;
        margin-bottom:20px;
    }
}
@media screen and (max-width:450px)
{
    .fiche-ehpad div.complements.one_half
    {
        width:310px;
    }
    .fiche-ehpad .complements.one_half p,
    .fiche-ehpad .complements.one_half .tarifs ul,
    .one_half ul.picto_infos
    {
        margin-left:5px !important;
    }
}

.fiche-ehpad .icones ul {
    list-style: none;
    padding:0;
    margin:0;
    width:100%;
}
.fiche-ehpad .icones li {
    float:left;
    list-style: none;
    width:100%;
    text-align:center;
    margin-left:0px;
}
.fiche-ehpad .icones li img {
    max-width: 80%;
}
@media screen and (min-width : 750px ) {
    .fiche-ehpad .photo {
        width:49%;
    }
    .fiche-ehpad .col-right {
        width:49%;
    }
    .fiche-ehpad .icones ul {
        width:100%;
    }
    .fiche-ehpad .icones li {
        width:32%;
    }
    .fiche-ehpad .col-right li {
        width:100%;
    }
    .fiche-ehpad .icones li img {
        max-width: 50%;
    }

}
@media screen and (min-width:430px) and (max-width:799px)
{
    ul.ehpads li .photo
    {
    float:left !important;
    }
    ul.ehpads li .adresse,
    ul.ehpads li .infos_supp
    {
    float:left !important;
    text-align:justify;
    }
    ul.ehpads li .infos_supp p
    {
    font-size:1.2em !important;
    text-align:justify;
    }
    .adresse p, span
    {
    font-size:1.2em !important;
    }
    ul.ehpads li .infos li
    {
    float:left;
    list-style: none;
    width:32%;
    height:160px;
    text-align:center;
    margin-left:0px;
}
}
@media screen and (max-width:430px)
{
    ul.ehpads li .photo,
    ul.ehpads li .adresse
    {
    float:left !important;
    max-width:310px;
    }
}
.fiche-ehpad .icones li p {
    color:#242424;
}
.fiche-ehpad .col-right li img {
    float:left;
    margin-right:10px;
    max-width:20%;
}
.fiche-ehpad .col-right li p {
    float: left;
    text-align: left;
    margin-top: 40px;
    font-size:110%;
    vertical-align: middle;
    margin-bottom:0px;
    width:70%;
}
.fiche-ehpad .infos, .fiche-ehpad .tarifs, .fiche-ehpad .social {
    margin-top:10px;
}

.fiche-ehpad p.titre-infos {
    font-family: 'Quicksand',sans-serif;
    font-size: 1.4em;
    color:#242424!important;
    text-align:left !important;
    margin: 0 0 10px 30px;
    font-weight:700 !important;
}


@media screen and (min-width:700px)
{
    .fiche-ehpad div.picto_infos
    {
        width:80%;
        margin:10px auto 10px auto;
    }
}
@media screen and (max-width:699px)
{
    .border_picto_infos
    {
        display:none;
    }
}
@media screen and (min-width:700px) and (max-width:950px)
{
        .fiche-ehpad div.border_picto_infos
    {
        width:10%;
        height:1000px;
        margin:10px 0 10px 0;
        float:left;
    }
    .border_picto_infos
    {
        height:1000px;
    }
    .border_picto_infos img
    {
        height:1000px;
        width:60%;

    }
    .picto_infos div.one_half
    {
        width:290px;
    }
    .picto_infos div.one_half li
    {
        font-size:12px;
        text-align:left;
    }
}
@media screen and (min-width:951px)
{
    .fiche-ehpad div.border_picto_infos
    {
        width:10%;
        height:600px;
        margin:10px 0 10px 0;
        float:left;
    }
    .border_picto_infos img
    {
        height:1000px;
        width:60%;

    }
}

.fiche-ehpad ul.picto_infos
{
    text-align:left;
}

.fiche-ehpad .picto_infos li
{
    height:60px;
    list-style: none;

}

.fiche-ehpad p.picto_infos
{

    font-size:1.0em;
    text-align:left;
    margin:auto 0 auto 0;
    vertical-align:middle;
}
.fiche-ehpad span.picto_infos
{

    font-size:1.0em;
    text-align:left;
    vertical-align:middle;
    max-height:60px;
}

.fiche-ehpad img.picto_infos
{
    height:60px;
    float:left;
    margin: 0 10px 0 0;
}
.fiche-ehpad img.picto_base
{
    height:20px;
    float:left;
    margin: 0 10px 0 0;
}
.fiche-ehpad .pico_base li
{
    height:20px;
    list-style: none;
}
.photo img,
.other_ehpads img
{
    border : solid 4px #ffde00;
    border-radius:4px;
}

div.other_ehpads
{
    width:22%;
    margin: 10px 1% 10px 1%;
    display:inline-block;
    text-align:left;
    position:relative;
}
div.other_ehpads_container
{
    width:90%;
    margin:40px auto 10px auto;
}
@media screen and (min-width:751px) and (max-width:1000px)
{
    div.description
    {
        width:600px;
        margin: 0 auto 0 auto !important;
    }
    div.other_ehpads
    {
    width:288px;
    margin: 10px 5px 10px 5px;
    display:inline-block;
    text-align:left;
    position:relative;
    }
    div.other_ehpads_container
    {
    width:600px;
    margin:40px auto 10px auto;
    }
}
@media screen and (max-width:750px)
{
    div.other_ehpads
    {
    width:280px;
    margin: 10px 5px 10px 5px;
    display:inline-block;
    text-align:left;
    position:relative;
    }
    div.other_ehpads_container
    {
    width:310px;
    margin:40px auto 10px auto;
    }
}

.other_ehpads span
{
    color:#00a8ff;
    font-family: "quicksand-bold", serif;
    background-color:rgba(255, 255, 255, 0.8);
    font-weight: bold;
    position:absolute;
    top:20%;
    left:10px;
    right:10px;
}
.other_ehpads a
{
    color:#00a8ff;

}
#map
{
    height:400px;
    width:90%;
    margin:0 auto 0 auto;
}
p.titre-infos.gmaps
{
    text-align:center !important;
    margin-top:40px;
}
.other_ehpads_container h3
{
    text-align:center;
}

/* PAGES EHPAD PHONE TRACKING */

li#phone_ehpad.hide,
li#hide_phone_ehpad.hide
{
    display:none;
}

li#phone_ehpad.show,
li#hide_phone_ehpad.show
{
    display:list-item;
}

/* clickable button on ehpad pages to show telephone, mail and website */

    /* 1.Telephone */

li#hide_phone_ehpad.show {
  text-align: center;
  background-color: #ffde00;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius:5px;
  transition: all 0.5s;
  cursor: pointer;
  margin-bottom: 8px !important;
  width: 300px;
  padding: 5px;
}

li#hide_phone_ehpad.show p {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

li#hide_phone_ehpad.show p:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

li#hide_phone_ehpad.show:hover p {
  padding-right: 25px;
}

li#hide_phone_ehpad.show:hover {
  background-color: #FFF194 ;
}

li#hide_phone_ehpad.show:hover p:after {
  opacity: 1;
  right: 0;
}

li#phone_ehpad.show {
  text-align: justify;
  border-radius: 5px;
  border: solid #ffde00 1px;
  margin-bottom: 5px !important;
  width: 300px;
  margin-bottom: 8px !important;
  padding: 5px;
}

/* 2.mail + website */

li.contact_button {
  text-align: center !important;
  background-color: #ffde00;
  border-radius: 5px;
  transition: all 0.5s;
  cursor: pointer;
  margin-bottom: 8px !important;
  width: 300px;
  padding: 6px !important;
}

li.contact_button a {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  color: #000;
}

li.contact_button a:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

li.contact_button:hover a {
  padding-right: 25px;
  color: #000 !important;
}

li.contact_button:hover {
  background-color: #FFF194 ;
}

li.contact_button:hover a:after {
  opacity: 1;
  right: 0;
}

/*** POP-UP AND CONTACT FORM ***/

.dialog {
    display:none;
}
.ui-dialog {
    font-family:'Quicksand', sans-serif;
    font-size:14px;
    max-width:600px;
}
.ui-dialog .ui-dialog-content {
    padding-top:2em!important;
}
.ui-widget.ui-widget-content {
    border:none!important;
    border-radius:5px;
    padding:0px;
}
.ui-widget-header {
    background:#00a8ff !important;
    border:none!important;
    color:#fff!important;
    font-family:'Quicksand-bold', 'Quicksand', sans-serif;
    font-size:20px;
    border-top-left-radius:5px!important;
    border-top-right-radius:5px!important;
    border-bottom-left-radius:0!important;
    border-bottom-right-radius:0!important;
    padding:6px 20px!important;
}
.ui-dialog .ui-dialog-buttonpane {
    border-width:0px!important;
    border-bottom-left-radius:5px!important;
    border-bottom-right-radius:5px!important;
}
.ui-dialog select {
    margin-bottom:20px;
}
.ui-dialog .ui-selectmenu-button {
    background-color:#ffffff!important;
    border:solid 1px #cccccc!important;
    padding:10px 20px;
    width:100%!important;
    margin-bottom:20px;
}
.ui-selectmenu-open {
    z-index:1000!important;
}
.ui-selectmenu-menu .ui-menu {
    border-radius:0px;
    border:solid 1px #c5c5c5!important;
}
.ui-selectmenu-menu .ui-state-active,
.ui-selectmenu-menu  .ui-widget-content .ui-state-active {
    background:#00a8ff !important;
    border:none!important;
}
.ui-menu .ui-menu-item-wrapper {
    background-color:#efefef;
}
.ui-dialog input[type=text],
#mail-ehpad input[type=text],
#mail-ehpad input[type=email],
.ui-dialog input[type=email],
#mail-ehpad textarea
 {
    padding:10px 20px;
    width:100%;
    border:solid 1px #ffde00;
    margin-bottom:20px;
    color:#343434;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}
.ui-dialog input::placeholder {
    color:#343434!important;
    opacity:1;
}
.ui-dialog .valider
{
    background:#ffde00 !important;
    border:solid 1px #ffde00!important;
    color:#242424!important;
    font-family:'Quicksand', sans-serif;
    font-size:16px;
}
#mail-ehpad input[type=submit]
{
    background:#ffde00 !important;
    border:solid 1px #ffde00!important;
    color:#242424!important;
    font-family:'Quicksand', sans-serif;
    font-size:16px;
    width:100%;
    max-width:600px;
    margin: 20px auto 20px auto;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}
.ui-dialog .fermer {
    color:#343434!important;
    border: 1px solid #ffde00;
    background-color:#fff;
    font-family:'Quicksand', sans-serif;
    font-size:16px;
}
.ui-dialog .message {
    font-size:1.2em;
}
.ui-dialog .ui-dialog-titlebar-close,
.ui-dialog .ui-dialog-titlebar-close:hover {
    background:transparent!important;
    border:none!important;
}
.ui-icon-closethick {
    background-image:none!important;
    top:0!important;
    height:30px!important;
}
.ui-icon-closethick::before {
    content:"×";
    display:flex;
    font-size:30px;
    color:#fff;
    text-indent:0px!important;
}

form#mail-ehpad
{
    width:90%;
    min-width:304px;
    max-width:600px;
    margin: auto auto auto auto;
}

div#contact-form-ehpad
{
    background-color:#f9f9f9;
    text-align:center;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    padding:20px 0 20px 0;
    border : solid 4px #ffde00;
    border-radius:4px;
}
#contact-form-ehpad h2
{
    text-align:center;
}
body
{
    transition: all 1500ms ease;
    scroll-behavior:smooth;
}
/* STAMP PHOTOS EHPAD */

img.stamp_visited
{
    width:100px;
    position:absolute;
    top: 10%;
    left: 10%;
    border:none;
}
img.stamp_visited_ville
{
    width:20%;
    position:absolute;
    top: 10%;
    left: 10%;
    border:none;
}
div.photo.photo_liste
{
    display:inline-block;
    position:relative;
}

/* FIX SCREEN > 1600px */
@media screen and (min-width:1600px)
{
    ul.ehpads > li
    {
        min-height:860px;
    }
    ul.ehpads li .photo
    {
    }

    div.infos
    {
        min-height:300px;
    }

    ul.ehpads li .adresse span
    {
        font-size:130%;
    }
    ul.ehpads li .adresse, ul.ehpads li .infos_supp
    {
    }
    li#hide_phone_ehpad.show,
    li.contact_button,
    li#phone_ehpad.show
    {
        width:500px;
    }

}

/*Sticky banner top */
div#banner_ehpad.banner-hidden
{
    display:none;
}

div.banner_sticky_top
{
    width : 100%;
    background-color:#fff;
    color:#242424;
    position:fixed;
    z-index : 200;
}
div.banner_sticky_top_content
{
    width: 60%;
    margin:auto;
    color:#00a8ff;
    text-align:center;
    padding-top:10px;
    padding-bottom:10px

}
.banner_sticky_top_content p
{
    font-size:16px;
    font-family:"Quicksand", sans-serif;
}
.banner_sticky_top_content p
{
    display:inline-block;
    font-size:16px;
    text-align:left;
    float:left;
    margin-top:24px;
}
@media screen and (max-width:800px)
{
    .banner_sticky_top_content p
    {
        text-align:center;
        margin-top:5px;
        font-size:12px;
    }
    .banner_sticky_top_content a.cta-banner-ehpad
    {
        margin-top:0px !important;
        font-size:12px !important;
    }
    div#carte_france,
    hr#carte_france
    {
        display:none;
    }
}
.banner_sticky_top_content a.cta-banner-ehpad
{
    display:inline-block;
    width:200px;
    border:solid 2px #00a8ff;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    padding: 4px 12px 4px 12px;
    margin-top:20px;
    font-size:16px;
    color:#00a8ff;
    font-family:"quicksand-bold", "quicksand", sans-serif;
    font-weight:bold;
    margin-bottom:10px;
}
.banner_sticky_top_content a.cta-banner-ehpad:hover
{
    color:#fff !important;
    background-color:#00a8ff;
}
.banner_sticky_top a.close-banner-ehpad
{
    display:inline-block;
    float:right;
    position:absolute;
    top:20px;
    right:20px;
    border-radius: 40px;
    -webkit-border-radius:40px;
    -moz-border-radius:40px;
    width:40px;
    height:40px;
    font-size:36px;
    line-height:40px;
    background-color:#fff;
    color:#00a8ff;
    z-index:250;
    text-align:center;
}

img.review_author_photo
{
    border-radius:50%;
    max-width:50px;
    float:left;
}
div.review_details
{
    display:inline-block;
    float:left;
    margin-left:80px;
}

/*
     FILE ARCHIVED ON 17:52:42 Nov 05, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:16:07 Jul 24, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.594
  exclusion.robots: 0.084
  exclusion.robots.policy: 0.072
  esindex: 0.008
  cdx.remote: 6.148
  LoadShardBlock: 72.657 (3)
  PetaboxLoader3.datanode: 334.691 (5)
  PetaboxLoader3.resolve: 58.492 (2)
  load_resource: 432.613
  loaddict: 245.382
*/