@charset "UTF-8";
/* -------------------------------------------------------------- 
	Élements génériques
--------------------------------------------------------------- */
/* HTML5 - Retirer si non utilisé */
article, aside, canvas, details, embed, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

command, datalist, keygen, mark, meter, progress, rp, rt, ruby, time, wbr {
  display: inline; }

/* Resets default browser CSS */
html {
  height: 100%; }

body {
  height: 100%;
  font-size: 62.5%;
  color: #5f6060;
  font-family: arial,sans-serif;
  background: #E8E7E2; }
  body * {
    line-height: 1em;
    box-sizing: content-box; }

a {
  color: #360a77;
  text-decoration: none; }
  a:hover {
    color: #360a77;
    text-decoration: none; }

br {
  visibility: hidden; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 5px;
  color: #a8957b;
  line-height: 1.2em;
  font-weight: 700; }

strong {
  font-weight: 700; }

.entry-title {
  letter-spacing: 0.5px; }

p, li {
  font-size: 14px;
  line-height: 17px;
  color: #5f6060; }

.entry-content p, .entry-content li {
  font-size: 14px;
  line-height: 17px; }
.entry-content p {
  margin-bottom: 20px !important; }
.entry-content li {
  padding-left: 12px;
  list-style: disc; }

a:hover img {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70); }

p {
  margin-bottom: 17px; }
  p a {
    font-weight: 700; }

sup {
  font-size: 50%; }

.broken_link {
  text-decoration: none !important; }

hr {
  display: block;
  width: 100%;
  height: 1px; }
  hr.invisible {
    margin: 0;
    visibility: hidden; }
  hr.clear {
    display: block;
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 0;
    background: none;
    visibility: hidden; }
  hr.sep {
    width: 100%;
    height: 1px;
    margin: 35px 0;
    background: #bdbaba; }

.contentScroll hr.clear, #post-list hr.clear {
  clear: right; }

/* Positionnement */
.f-left {
  float: left; }

.f-right {
  float: right; }

.alignleft {
  float: left;
  margin: 0 15px 15px 0; }

.alignright {
  float: right;
  margin: 0 0 15px 15px; }

/* formulaire */
input[type="text"], input[type="password"], input[type="email"], input[type="tel"] {
  width: 100%;
  margin: 0;
  padding: 5px 0;
  border: 1px solid #fff;
  background: #e8e7e2; }

textarea {
  width: 100%;
  margin: 0;
  padding: 5px 0;
  border: 1px solid #fff;
  background: #e8e7e2;
  min-width: 464px;
  padding-left: 7px; }

/* col */
.one_half {
  float: left;
  width: 45%;
  margin-right: 10%; }
  .one_half.last {
    margin-right: 0; }

.clearboth {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 100%; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.clearfix {
  display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* close commented backslash hack */
.no-col .one_half {
  width: auto;
  float: none;
  margin: 0; }

/* button */
.back-btn {
  position: absolute;
  bottom: 10px;
  left: 0;
  padding: 1px 0 0 16px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  background: url(images/icons/arrow-back-btn.png) no-repeat left 3px;
  font-family: 'FeSaCdStdBold', arial, sans-serif; }

/* -------------------------------------------------------------- 
	Conteneurs génériques
--------------------------------------------------------------- */
#main-wrapper {
  position: relative;
  min-width: 1702px;
  min-height: 100%;
  padding-bottom: 40px;
  background: url("../images/bg-paper.jpg") no-repeat center 515px; }

#page {
  position: relative;
  z-index: 3; }

#content {
  float: left;
  width: 710px;
  min-height: 900px;
  padding: 20px;
  /*border:3px solid #77a2a9;*/
  background: #f4f3f0;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3); }

.home #content {
  min-height: 0; }

#content.full {
  width: 100%; }

.site-content {
  position: relative;
  width: 1190px;
  min-height: 1000px;
  margin: 0 auto;
  padding-top: 80px;
  z-index: 1; }

#ie7 .site-content, #ie8 .site-content {
  background: #fff; }

/* -------------------------------------------------------------- 
	Header
--------------------------------------------------------------- */
.site-header {
  position: relative;
  z-index: 2;
  background: #7ca5ac; }
  .site-header .main-logo {
    position: relative;
    width: 1190px;
    margin: 0 auto; }
  .site-header .site-title {
    position: absolute;
    left: -250px;
    top: 80px;
    margin: 0; }
    .site-header .site-title a {
      overflow: hidden;
      display: block;
      width: 250px;
      height: 452px;
      background: url("../images/main-logo.png") no-repeat top left;
      text-indent: -999px;
      font-size: 0;
      line-height: 0; }
  .site-header .main-navigation {
    width: 1190px;
    margin: 0 auto; }

.main-navigation a {
  color: #5d5c5b;
  font-size: 1.6em; }
.main-navigation .menu {
  padding-top: 25px; }
  .main-navigation .menu ul {
    background: #7ca5ac; }
  .main-navigation .menu li {
    padding: 10px; }
    .main-navigation .menu li:first-child {
      margin-left: 0; }
  .main-navigation .menu > li {
    position: relative;
    float: left;
    margin-left: 40px; }
    .main-navigation .menu > li > ul {
      display: none;
      position: absolute;
      top: 33px;
      left: 0;
      width: 250px;
      padding-top: 16px; }
      .main-navigation .menu > li > ul > li {
        position: relative;
        display: block;
        margin: 0;
        padding-top: 0; }
        .main-navigation .menu > li > ul > li > ul {
          padding-top: 10px; }
          .main-navigation .menu > li > ul > li > ul > li {
            padding-left: 20px; }
            .main-navigation .menu > li > ul > li > ul > li > a {
              font-size: 1.4em; }
  .main-navigation .menu a:focus, .main-navigation .menu a:hover {
    color: #fff; }
  .main-navigation .menu .current-page-parent > a, .main-navigation .menu .current-page-ancestor > a, .main-navigation .menu .current-menu-item > a {
    color: #fff;
    font-weight: 700; }
  .main-navigation .menu li:focus > ul, .main-navigation .menu li:hover > ul {
    display: block; }

/* -------------------------------------------------------------- 
	Footer
--------------------------------------------------------------- */
#footer {
  position: relative;
  z-index: 2;
  margin-top: 30px; }
  #footer #slider-footer article {
    float: left; }
  #footer #logos {
    margin: 45px 0 0; }
    #footer #logos li {
      float: left;
      margin-left: 45px; }

/* -------------------------------------------------------------- 
	Bakcgrounds
--------------------------------------------------------------- */
.site-content {
  background: url("../images/bg-pond.jpg") no-repeat 0 0; }

.bird {
  position: absolute;
  top: 550px;
  left: 0;
  z-index: 1;
  width: 500px;
  height: 178px;
  background: url("../images/bird.png") no-repeat top left; }

/* -------------------------------------------------------------- 
	Sidebar
--------------------------------------------------------------- */
#sidebar {
  float: right;
  width: 365px;
  padding: 20px;
  border: 3px solid #77a2a9;
  background: #bdbaba; }
  #sidebar h2 {
    font-size: 2.6em;
    color: #5d5e5e;
    font-weight: 400;
    text-transform: uppercase; }
  #sidebar p {
    margin-bottom: 5px;
    font-size: 1.7em;
    line-height: 1.2em;
    color: #5d5e5e; }
    #sidebar p a {
      color: #5d5e5e;
      font-weight: 700; }
  #sidebar nav, #sidebar article {
    display: block;
    overflow: hidden;
    margin: 26px 0; }
  #sidebar .zone-01 {
    margin-top: 0; }
  #sidebar .zone-02 p {
    font-size: 1.4em;
    line-height: 1.5em; }
  #sidebar #sc_calendar_wrap, #sidebar .white-wrapper, #sidebar .grey-wrapper {
    padding: 5px;
    border: 1px solid #fff;
    background: #e8e7e2; }
  #sidebar .border-wrapper {
    border: 3px solid #ebeae5;
    padding: 3px;
    background: #bdbaba; }

/* searcform */
#searchform {
  overflow: hidden; }
  #searchform .screen-reader-text {
    display: none; }
  #searchform input[type="text"] {
    float: left;
    width: 69%; }
  #searchform input[type="submit"] {
    float: right;
    width: 30%;
    padding: 5px 0;
    color: #fff;
    border: none;
    background: #7ca5ac; }

/* zone 2 */
.zone-02 {
  margin-bottom: 0; }

.widget-title, .tribe-countdown-complete {
  color: #000; }

/* -------------------------------------------------------------- 
	Conteneurs génériques
--------------------------------------------------------------- */
.header-content {
  display: block;
  width: 100%;
  margin-bottom: 20px; }

/* left and right content */
.left-content {
  float: left;
  width: 72%; }

.right-content {
  float: right;
  width: 25%; }
  .right-content img {
    margin-bottom: 10px; }

/* titles and others */
#content h1 {
  font-size: 3.6em;
  color: #a79479;
  text-transform: uppercase; }
#content h2 {
  font-size: 3.6em;
  font-weight: 400;
  color: #5d5e5e; }
#content h3 {
  margin-bottom: 20px;
  font-size: 2em;
  line-height: 1.1em;
  color: #a79479; }
#content h4 {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 1.6em;
  line-height: 1.2em;
  color: #5d5e5e; }
#content h5 {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 1.4em;
  line-height: 1.2em;
  color: #5d5e5e; }
#content h6 {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.2em;
  color: #a8957b; }
  #content h6 a {
    color: #a8957b; }
    #content h6 a:focus, #content h6 a:hover {
      color: #7a5b31; }
#content p {
  margin-bottom: 20px;
  font-size: 1.5em;
  line-height: 1.4em;
  color: #5d5e5e; }
#content ul, #content ol {
  margin-bottom: 20px;
  padding-left: 15px; }
#content li {
  margin-bottom: 5px;
  font-size: 1.5em;
  line-height: 1.4em;
  color: #5d5e5e;
  list-style: disc; }
#content a {
  color: #7ca5ac;
  font-weight: 700; }

/* header content */
.header-content .date {
  display: block;
  font-weight: 400;
  color: #5f6060;
  font-size: 0.8em; }

/* -------------------------------------------------------------- 
	Sliders
--------------------------------------------------------------- */
/* home and other */
#content #slider {
  width: 100%; }
  #content #slider article {
    width: 100%;
    display: none; }
    #content #slider article:first-child {
      display: block; }
    #content #slider article .txt-wrapper {
      margin: 10px 0 0 0; }
    #content #slider article p {
      font-weight: 700; }
      #content #slider article p img {
        width: 100%;
        max-width: 100%;
        height: auto; }
  #content #slider #slider-nav {
    overflow: hidden;
    text-align: center;
    min-height: 25px;
    margin: 15px 0; }
    #content #slider #slider-nav a {
      overflow: hidden;
      display: block;
      display: inline-block;
      width: 15px;
      height: 15px;
      margin: 5px;
      text-indent: -999px;
      font-size: 0;
      font-size: 0;
      background: #A79479;
      border-radius: 15px;
      vertical-align: middle; }
      #content #slider #slider-nav a.activeSlide {
        width: 25px;
        height: 25px;
        margin: 0 5px;
        border-radius: 25px; }

/* footer */
#slider-footer {
  overflow: hidden;
  width: 100%; }
  #slider-footer ul li {
    float: left;
    position: relative;
    width: 397px;
    padding-top: 42px; }
    #slider-footer ul li a {
      color: #5F6060; }
    #slider-footer ul li .meta-title {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 377px;
      padding: 10px;
      color: #575555;
      text-transform: uppercase;
      font-size: 1.6em;
      background-color: rgba(124, 165, 172, 0.8); }
    #slider-footer ul li:hover .meta-title {
      display: block; }
    #slider-footer ul li img {
      display: block;
      width: 100%;
      height: auto; }
  #slider-footer .jcarousel-container {
    min-width: 1190px; }

/* nav */
.jcarousel-control {
  position: relative;
  z-index: 2;
  width: 1190px;
  margin: 0 auto; }

#slider-footer .carousel-control-prev, #slider-footer .carousel-control-next {
  position: absolute;
  top: 165px;
  width: 60px;
  height: 60px;
  overflow: hidden;
  text-indent: -999px;
  font-size: 0;
  line-height: 0; }
#slider-footer .carousel-control-prev {
  left: -30px;
  background: url("../images/slider-prev.png") no-repeat top left; }
#slider-footer .carousel-control-next {
  right: -30px;
  background: url("../images/slider-next.png") no-repeat top left; }

/* -------------------------------------------------------------- 
	Accueil
--------------------------------------------------------------- */
.home #content {
  margin-top: 419px;
  left: 0; }

/* -------------------------------------------------------------- 
	Calendrier
--------------------------------------------------------------- */
.tribe_mini_calendar_widget {
  background: #E8E7E2; }

#tribe-events-bar, .tribe_mini_calendar_widget .widget-title, .tribe-events-ical, .tribe-events-day .tribe-events-day-time-slot h5, .recurringinfo, .tribe-events-sub-nav {
  display: none !important; }

#sidebar .tribe-mini-calendar-event {
  margin: 0;
  padding: 10px 0; }
#sidebar .tribe-events-loop > h2 {
  margin: 0 10px 10px;
  font-size: 1.8em; }
#sidebar .tribe-mini-calendar-event .list-date {
  display: none; }
#sidebar .tribe-mini-calendar-event .list-info {
  margin: 0;
  padding: 0 10px; }
  #sidebar .tribe-mini-calendar-event .list-info h2 {
    font-size: 1.5em; }
    #sidebar .tribe-mini-calendar-event .list-info h2 a {
      color: #7CA5AC; }

.tribe-countdown-text {
  font-size: 12px; }

/* detail */
.tribe-events-event-meta .tribe-events-meta-group {
  width: auto !important; }

/* color */
.tribe-mini-calendar-nav td {
  background: #784e32 !important; }

.tribe-mini-calendar .tribe-events-othermonth {
  background: #cadedd !important; }
.tribe-mini-calendar thead td, .tribe-mini-calendar thead th {
  background: #74543d !important;
  border-color: #74543d; }

.tribe-events-calendar thead th {
  background: #74543d !important;
  border-color: #74543d; }

.tribe-mini-calendar td.tribe-events-has-events.tribe-events-present, .tribe-mini-calendar td.tribe-events-has-events.tribe-mini-calendar-today {
  background: #7CA5AC !important; }

.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] {
  background: #7CA5AC !important; }
  .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a {
    background: #7CA5AC !important; }

#tribe_events_filters_wrapper input[type="submit"] {
  background: #7CA5AC !important; }

.tribe-events-button {
  background: #7CA5AC !important; }
  .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-button.tribe-active:hover {
    background: #7CA5AC !important; }

#tribe-events-content {
  margin-top: 80px;
  background: #f4f3f0;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
  padding: 15px !important; }
  #tribe-events-content .tribe-events-tooltip h4 {
    color: #7CA5AC !important; }

#tribe_events_filters_wrapper .tribe_events_slider_val {
  color: #7CA5AC !important; }

.single-tribe_events a.tribe-events-ical, .single-tribe_events a.tribe-events-gcal {
  color: #7CA5AC !important; }
.single-tribe_events #tribe-events-gmap {
  padding: 0 !important;
  min-height: 350px; }

#tribe-events-content a, .tribe-events-event-meta a {
  padding: 10px; }

.single-tribe_events .tribe-events-cal-links a {
  overflow: visible;
  color: #fff !important; }

.tribe-events-countdown-widget {
  padding: 10px; }

.tribe-countdown-time {
  display: none !important; }

/* -------------------------------------------------------------- 
	Album photos
--------------------------------------------------------------- */
#content .album-list article {
  display: inline-block;
  width: 44%;
  margin: 0 5% 20px 0;
  vertical-align: top; }
  #content .album-list article h3 {
    margin-bottom: 10px;
    font-size: 1.8em; }

.album-photos-header {
  margin-bottom: 20px; }
  .album-photos-header a {
    font-size: 1.4em; }
  .album-photos-header h1 {
    margin-top: 15px; }

.pe2-album a {
  margin: 0 10px 10px 0; }

.genealogie #content {
  min-height: 0; }

.genea-left-content {
  float: left;
  width: 300px; }

.genea-list, .genea-content {
  float: right;
  width: 806px; }

#content .genea-list {
  position: relative;
  margin-top: -100px; }
  #content .genea-list h3 {
    margin: 0 0 10px;
    color: #7CA5AC;
    font-size: 2.6em; }
  #content .genea-list ul {
    margin: 0 0 0 -15px;
    padding: 0; }
    #content .genea-list ul li {
      display: inline-block;
      width: 180px;
      vertical-align: top;
      margin: 0 0 15px 15px;
      padding: 3px;
      border: 1px solid #7ca5ac;
      text-align: center; }
    #content .genea-list ul .wrapper-title {
      display: table-cell;
      height: 60px;
      vertical-align: middle;
      text-align: center; }
    #content .genea-list ul h3 {
      margin: 0;
      font-size: 1.3em; }
#content .genea-content.single {
  margin-top: -105px; }
  #content .genea-content.single h3 {
    margin: 0 0 10px;
    color: #7CA5AC;
    font-size: 2.6em; }
#content .wp-pagenavi {
  position: absolute;
  top: -6px;
  right: 0; }
  #content .wp-pagenavi .pages {
    display: none; }
  #content .wp-pagenavi a {
    margin: 0 0 0 5px;
    padding: 1px 6px;
    color: #fff;
    font-weight: 400;
    font-size: 2.2em;
    background: #7CA5AC;
    border: none; }
  #content .wp-pagenavi span {
    margin: 0 0 0 5px;
    padding: 1px 6px;
    color: #fff;
    font-weight: 400;
    font-size: 2.2em;
    background: #7CA5AC;
    border: none;
    background: #5D5C5B;
    font-weight: 700; }
  #content .wp-pagenavi .nextpostslink, #content .wp-pagenavi .previouspostslink {
    display: none; }
#content .wpcf7 {
  padding: 15px;
  border: 3px solid #7ea6b0; }
#content .wpcf7-form {
  padding: 10px;
  background: #b9cbcf; }
  #content .wpcf7-form h3 {
    margin: 0 0 25px;
    font-size: 1.7em;
    text-transform: uppercase;
    color: #000 !important; }
  #content .wpcf7-form .wpcf7-not-valid-tip-no-ajax, #content .wpcf7-form .wpcf7-not-valid-tip {
    padding: 5px 0;
    font-size: 11px; }
  #content .wpcf7-form ul {
    margin: 0;
    padding: 0; }
    #content .wpcf7-form ul li {
      position: relative;
      width: 100%;
      margin-bottom: 5px;
      list-style: none;
      font-size: 11px;
      font-weight: 700;
      color: #000; }
  #content .wpcf7-form p {
    position: relative;
    width: 100%;
    margin-bottom: 5px;
    list-style: none;
    font-size: 11px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px; }
  #content .wpcf7-form ul li label {
    font-weight: 700;
    color: #000; }
  #content .wpcf7-form ul li br {
    display: none; }
  #content .wpcf7-form .spacer {
    margin-top: 10px; }
  #content .wpcf7-form .wpcf7-checkbox input[type="checkbox"] {
    float: left;
    margin: 0 5px 0 0;
    border: 1px solid #fff; }
  #content .wpcf7-form .wpcf7-checkbox .wpcf7-list-item-label {
    display: none; }
  #content .wpcf7-form input[type="checkbox"] {
    float: left;
    margin: 0; }
  #content .wpcf7-form input[type="text"], #content .wpcf7-form input[type="tel"], #content .wpcf7-form input[type="email"] {
    width: 280px;
    height: 16px;
    padding: 0px 5px 2px;
    font-size: 12px; }
  #content .wpcf7-form textarea {
    width: 444px;
    min-width: 0;
    margin: 14px 0 8px;
    padding: 5px;
    font-size: 12px;
    line-height: 1.4em; }
  #content .wpcf7-form ul.personal-infos {
    margin: 0 0 15px; }
    #content .wpcf7-form ul.personal-infos .text {
      padding-left: 150px; }
      #content .wpcf7-form ul.personal-infos .text label {
        position: absolute;
        top: 5px;
        left: 0; }
  #content .wpcf7-form .checkbox {
    margin-bottom: 2px;
    color: #ab9475; }
    #content .wpcf7-form .checkbox label {
      color: #ab9475; }
  #content .wpcf7-form .textarea label {
    color: #ab9475; }
  #content .wpcf7-form .checkbox input[type="text"] {
    display: inline;
    width: 40px;
    height: 10px;
    padding: 2px; }
  #content .wpcf7-form .submit {
    margin: 0;
    padding: 10px 0 0; }
    #content .wpcf7-form .submit input {
      float: right;
      padding: 3px 8px;
      color: #ab9475;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 11px;
      border: 1px solid #fff;
      background: #E8E7E2; }

/* -------------------------------------------------------------- 
	Contact form
--------------------------------------------------------------- */
.wpcf7-mail-sent-ok {
  padding: 10px;
  color: #fff;
  font-size: 1.4em;
  border: 2px solid #fff;
  background: #398F14; }

/* -------------------------------------------------------------- 
	Nav article
--------------------------------------------------------------- */
.navigation {
  overflow: hidden;
  margin: 20px 0 20px; }
  .navigation a {
    font-size: 1.4em; }

/* -------------------------------------------------------------- 
	Share
--------------------------------------------------------------- */
.hupso_c a, .hupso-share-buttons a {
  padding: 0 !important; }
