@charset "UTF-8";
/*  Simplifia M├®morial / CSS tablet : tablet.css  --------------------------------
  Copyright David Gamet - All rights reserved
---------------------------------------------------------------------------------- */
@media (max-width: 768px) {

    li.dropdown a.dropdown-toggle {
       background: url("../../../images/refonte/images/icomegamenu/plusmoins.jpg") right -44px no-repeat;
       float: right;
        width: 35px;
        height: 38px;
        margin-top: -38px;
    }

    li.open a.dropdown-toggle {
       background: url("../../../images/refonte/images/icomegamenu/plusmoins.jpg") right 5px no-repeat !important; 
    }
    .nav .open .dropdown-menu {
        padding: 15px 0 !important;
    }
    .secondFloor {
        margin: 10px 0 10px -45px;
    }
    .secondFloor li {
      display: block;
      border-bottom: 1px solid #eee;
    }
    .secondFloor li:last-child {
      border-bottom: 0;
    }
    .dropdown-menu li p {
      font-family: 'Open Sans', Arial, Helvetica, sans-serif;
      font-size: 14px;
      font-weight: normal;
      text-transform: normal;
      color: #a3a3a3;
      border-bottom: 1px solid #dfdfdf;
    }
    .dropdown-menu li.iconav {
      padding: 5px 0px 0px 45px;
      background-size: 36px 36px !important;
    }
}
@media screen and (min-width: 768px) {
  /* -------------------------------------------------------------------------------
    COLORS
  ---------------------------------------------------------------------------------- */
  a:hover {
    text-decoration: underline; }

  /* -------------------------------------------------------------------------------
    HEADER
  ---------------------------------------------------------------------------------- */
  header {
    overflow: inherit;
    border-bottom: none;
    /*background: transparent url('../../../images/refonte/images/header-bg.png') left top repeat-x;*/ }
    header .container {
      overflow: inherit;
      min-height: 73px; }

  .h1 {
    font-size: 24px; }

  .half, #simplifiainfo .container ul li {
    /*    -moz-transform:scale(0.4);
        -webkit-transform:scale(0.4);
        transform:scale(0.4);*/ }

  #logo-baseline {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999;
    margin: 0; }
    #logo-baseline > #logo {
      display: block;
      float: left;
      width: 163px;
      height: 41px;
      margin: 27px 0 0 0;
      padding: 0;
      text-indent: -9999px;
      background: url("../../../images/refonte/images/logo-simplifia-2.png") left top no-repeat; }

  #goodies {
    margin: 8px 4px 0 0;
    vertical-align: middle; }
    #goodies li {
      vertical-align: middle;
      float: left;
      margin: 0 0 0 20px;
      border-right: none; }
      #goodies li #link-connect {
        overflow: hidden;
        width: auto;
        min-width: 102px;
        min-height: inherit;
        padding: 5px 5px 0 5px;
        font-size: 12px;
        font-weight: 400;
        text-align: left;
        color: #FFF;
        background: none; }
        #goodies li #link-connect span {
          display: block; }
        #goodies li #link-connect .glyphicon {
          float: left;
          margin: 0 5px 0 0;
          font-size: 12px; }
      #goodies li #link-connect:hover {
        color: #1c467f; }
      #goodies li #connecter-espace {
        overflow: hidden;
        width: auto;
        min-width: 102px;
        min-height: inherit;
        padding: 5px 5px 0 5px;
        font-size: 12px;
        font-weight: 400;
        text-align: left;
        color: #FFF;
        background: none; }
        #goodies li #connecter-espace span {
          display: block; }
        #goodies li #connecter-espace .btn-yellow {
          padding: 4px 10px; }
        #goodies li #connecter-espace .glyphicon {
          float: left;
          margin: 0 5px 0 0;
          font-size: 12px; }
      #goodies li #connecter-espace:hover {
        color: #1c467f; }
      #goodies li #call {
        width: 189px;
        height: 19px;
        min-height: inherit;
        margin: 10px 0px 3px 0px;
        padding: 0px 0px 0px 0px;
        background: url("../../../images/refonte/images/call-bg.png") left center no-repeat; }

  /* -------------------------------------------------------------------------------
    NAV
  ---------------------------------------------------------------------------------- */
  /* navbar styling */
  .navbar {
    overflow-y: inherit;
    clear: both;
    position: absolute;
    left: inherit;
    top: 45px;
    right: 0;
    overflow: inherit;
    width: 100%;
    height: 28px;
    min-height: 28px;
    background: none; }

  .nav {
    position: relative;
    float: right; }
    .nav > li {
      position: inherit;
      padding: 0 10px; }
      .nav > li > a {
        padding: 4px 10px 0px;
        font-size: 13px;
        border-bottom: none;
        background: none; }
    .nav > li.nav-close {
      display: none; }
    .nav > li:hover > a:first-child {
      color: #f8cb20; }
    .nav > li.dropdown:hover > .dropdown-menu {
      /*display: block;*/
      left: auto; 
    }
.nav  > li:first-child:hover > a,
.nav  > li:first-child.active > a {
    background: #1C467F;
}
.nav  > li:hover > a, 
.nav  > li > a:hover, 
.nav > .active > a, 
.nav  > .active > a:hover, 
.nav  > .active > a:focus {
    color: #F8CB20;
    background: #fff;
}
  .dropdown-menu {
    top: 73px;
    right: 0px;
    width: 100%;
    background: none repeat scroll 0% 0% #FFF;
    position: fixed;
    padding: 25px 0;
  }
    .dropdown-menu > li {
      padding: 0;
      float: left;
      margin: 0 0 0 10px; }
      .dropdown-menu > li > p {
        padding: 8px 0 4px 0;
        text-align: left;
        color: #393c3d;
        white-space: normal;
        border-bottom: 1px solid #b3b3b3;
        background: none;
        font-weight: bold;
        margin: 0; }
  .secondFloor {
    padding: 0px 0 0 10px;
    min-height: 70px;
  }
  .secondFloor ul {
    margin: -10px 0 0 0;
  }  
  .dropdown-menu li p {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-transform: normal;
    color: #a3a3a3;
    border-bottom: 1px solid #dfdfdf;
  }
  
  .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #393c3d;
  }

  #panel-obseques, #panel-avisDeces, #panel-boutique {
    /*width: 660px;*/ }
    #panel-obseques .pub, #panel-avisDeces .pub, #panel-boutique .pub {
      float: left;
      height: 210px;
      width: 207px;
      margin: 10px 0 10px 10px; }

  .secondFloor ul li {
    border: none; }
    .secondFloor ul li a {
      padding: 3px 0 3px 0px; }
      .secondFloor ul li a:hover {
        background: none;
        color: #d4a800; }
      .secondFloor ul li a:focus {
        background: none; }
    .secondFloor ul li .tag-red {
      display: block;
      position: absolute;
      font-size: 9px;
      background: red;
      padding: 2px;
      margin: -16px 0px 0 80px;
      color: #fff;
      right: inherit; }
    .secondFloor ul li .tag-yellow {
      display: block;
      position: absolute;
      font-size: 9px;
      background: #f8cb20;
      padding: 2px;
      margin: -16px 0px 0px 82px;
      color: #1c467f;
      right: inherit; }

  /* -------------------------------------------------------------------------------
    FOOTER
  ---------------------------------------------------------------------------------- */
  footer {
    padding: 20px 0; }

  footer p#call-footer {
    margin: 0 0 5px 0;
    text-align: left; }

  .mentions {
    padding: 15px 0; }

  body#the-map #seo {
    display: none; }

  body#the-map .mentions {
    display: none; }

  /* -------------------------------------------------------------------------------
    SEARCH ZONE
  ---------------------------------------------------------------------------------- */
  #search {
    position: relative;
    height: 270px; }
    #search #mask-search {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 39px;
      background: #FFF;
      border-top: 1px solid #b3b3b3; }
    #search #search-zone {
      margin: 120px 0 0 0; }
      #search #search-zone h1 {
        font-size: 31px; }
      #search #search-zone #search-form {
        margin: 15px 0 0 0;
        padding: 8px 4px 8px 55px;
        background: #FFF url("../../../images/refonte/images/search-form-bg.png") 10px center no-repeat; }
        #search #search-zone #search-form input[type="text"] {
          width: 36%;
          font-size: 14px; }
      #search #search-zone button.geolocation {
        display: none; }

  /* -------------------------------------------------------------------------------
    HOMEPAGE
  ---------------------------------------------------------------------------------- */
  #previews {
    background-color: #FFFFFF;
    margin: 0px 0px 0px 0px;
    width: 100%; }
    #previews .previews-wrapper {
      padding: 0 0px 10px 20px;
      vertical-align: middle;
      width: 70%; }
      #previews .previews-wrapper .previews-container ul {
        width: 100%;
        margin: 0px 0px 15px 0px;
        padding: 0px 0px 0px 0px;
        list-style: none; }
        #previews .previews-wrapper .previews-container ul li:first-child {
          padding: 0px 0px 0px 0px; }
        #previews .previews-wrapper .previews-container ul .h5 {
          margin: 0px 0px 0px 0px;
          padding: 0px 0px 0px 0px;
          text-align: left;
          color: #000;
          font-size: 12px; }
          #previews .previews-wrapper .previews-container ul .h5 strong {
            font-size: 12px;
            margin-right: 10px; }
          #previews .previews-wrapper .previews-container ul .h5 .icon {
            margin-right: 4px; }
          #previews .previews-wrapper .previews-container ul .h5 .glyphicon {
            margin: 0px 5px 0px 0px;
            width: 16px;
            height: 16px;
            color: #1c467f; }
            #previews .previews-wrapper .previews-container ul .h5 .glyphicon img {
              height: 100%; }
      #previews .previews-wrapper .previews-container li {
        display: inline-block;
        margin: 5px 0px 5px 0px;
        padding: 0px 0px 0px 15px;
        text-align: left; }
        #previews .previews-wrapper .previews-container li li:last-child {
          margin: 5px 5px 5px 10px; }
      #previews .previews-wrapper p {
        margin: 0px 0px 0px 0px;
        width: initial; } }
#carousel-wrapper {
  background-color: none;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  /*border:8px solid green;*/ }
  #carousel-wrapper #maincarousel {
    background-color: none;
    /* border:2px solid #ffff00;*/
    width: 100%;
    margin: auto;
    z-index: 1; }
    #carousel-wrapper #maincarousel .carousel-inner > .item > img,
    #carousel-wrapper #maincarousel .carousel-inner > .item > a > img {
      /*width: 100%;
       margin: auto;*/ }
    #carousel-wrapper #maincarousel .carousel-caption {
      width: 60%; }
      #carousel-wrapper #maincarousel .carousel-caption .corousel-caption-container h1 {
        font-size: 24px; }
      #carousel-wrapper #maincarousel .carousel-caption .corousel-caption-container .btn {
        padding: 8px 10px; }

#simplifiainfo {
  background-color: #dfdfdf;
  margin: 0px 0px 0px 0px;
  padding: 5px 0px 20px 0px;
  text-align: left; }
  #simplifiainfo .container ul {
    display: block;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
    vertical-align: middle; }
    #simplifiainfo .container ul li {
      display: inline-block;
      float: left;
      margin: 0px 9px 0px 0px;
      padding: 5px 0px 5px 0px;
      text-align: center;
      line-height: 85px;
      width: 140px; }
      #simplifiainfo .container ul li img {
        width: 70%; }
  #simplifiainfo .container li:first-child {
    width: 240px; }
  #simplifiainfo .container li:last-child {
    margin: 0px 0px 0px 0px; }

#reinsurance {
  padding: 0px 0px 0px 0px;
  color: white; }
  #reinsurance ul {
    overflow: hidden;
    width: auto;
    margin: 0;
    padding: 20px; }
    #reinsurance ul li {
      overflow: inherit;
      clear: none;
      float: left;
      width: 30%;
      margin: 0 2%;
      text-align: center; }
      #reinsurance ul li h3, #reinsurance ul li .h3 {
        margin: 0;
        padding: 0;
        font-size: 14px;
        font-weight: bold;
        text-align: center; }
      #reinsurance ul li p {
        display: block; }
      #reinsurance ul li p.bubble-white {
        float: none;
        width: 70px;
        height: 70px;
        margin: 0 auto 10px auto; }
        #reinsurance ul li p.bubble-white .glyphicon {
          margin: 12px 0 0 0;
          width: 30px;
          height: 44px; }

#alert-block .title {
  font-size: 24px; }
#alert-block .alert-box {
  overflow: hidden; }
  #alert-block .alert-box .tiny {
    float: left;
    width: 70%;
    padding: 15px 15px 15px 15px;
    border-right: 1px solid #b3b3b3; }
    #alert-block .alert-box .tiny p {
      text-align: left; }
    #alert-block .alert-box .tiny .bubble-white {
      float: left;
      margin: 0 20px 0 0; }
    #alert-block .alert-box .tiny .title {
      margin: 15px 0 0 0;
      text-align: left; }
  #alert-block .alert-box .button {
    float: left;
    width: 30%;
    padding: 33px 0;
    text-align: center; }

.great-search {
  padding: 40px 0 20px 0; }
  .great-search h2 {
    font-size: 24px; }
  .great-search ul li {
    float: left;
    width: 31%;
    margin: 0 2% 0 0; }
    .great-search ul li .mask {
      height: auto; }

#create-alert-sm {
  border-top: 1px solid #1c467f; }
  #create-alert-sm .tiny {
    float: left;
    width: 70%;
    padding: 15px;
    color: #1c467f;
    border-right: 1px solid #1c467f; }
    #create-alert-sm .tiny p {
      margin: 0; }
      #create-alert-sm .tiny p strong {
        font-size: 14px; }
  #create-alert-sm .button {
    float: left;
    width: 30%;
    padding: 15px;
    text-align: center; }

article {
  margin: 0 0 30px 0; }
  article .quote .picture {
    width: 37%; }

aside .widget-picture h3, aside .widget-picture .h3 {
  width: 54%;
  padding: 11px 10px; }

/* -------------------------------------------------------------------------------
  MODAL
---------------------------------------------------------------------------------- */
.modal .modal-dialog {
  width: 400px; }

#create-modal .modal-body, #connect-modal .modal-body, #espace-connect-modal .modal-body {
  padding: 20px 20px 44px 20px; }

/* -------------------------------------------------------------------------------
  OBITUARY LIST
---------------------------------------------------------------------------------- */
body#obituary-list #search {
  position: relative;
  overflow: hidden;
  height: 260px;
  margin: 0;
  background: url("../../../images/refonte/medias/memorial/search.jpg") center center no-repeat;
  background-size: cover; }
  body#obituary-list #search .container {
    position: relative;
    overflow: hidden;
    padding: 0 15px; }
  body#obituary-list #search #mask-search {
    height: 160px; }
  body#obituary-list #search #search-zone {
    margin: 75px 0 0 0; }
    body#obituary-list #search #search-zone #search-form {
      margin: 0;
      border: 1px solid #b3b3b3;
      border-radius: 5px 5px 0 0; }
      body#obituary-list #search #search-zone #search-form input[type="text"] {
        width: 25%; }

.filter {
  border-bottom: none; }
  .filter form {
    display: block !important;
    position: inherit;
    left: 0;
    top: 0;
    padding: 0;
    background: #FFF; }
  .filter #filter-sorting, .filter #filter-display {
    width: 100%;
    padding: 0;
    font-size: 14px;
    color: #393c3d; }
    .filter #filter-sorting .fake-label, .filter #filter-display .fake-label {
      display: block;
      float: left;
      min-width: 76px;
      margin: 0;
      padding: 10px;
      font-size: 12px;
      line-height: 34px;
      color: #393c3d;
      background-color: #f6f6f6;
      border-right: 1px solid #b3b3b3; }
  .filter #filter-sorting {
    border-bottom: 1px solid #b3b3b3; }

/* -------------------------------------------------------------------------------
  MEMORIAL PAGE
---------------------------------------------------------------------------------- */
#portrait {
  width: 175px; }

#identity {
  padding: 0 125px 0 190px; }
  #identity #printit {
    position: absolute;
    right: 0;
    top: 3px;
    padding: 0 0 0 25px;
    font-size: 12px;
    color: #393c3d;
    background: url("../../../images/refonte/images/memorial/picto-print-grey.png") left 2px no-repeat; }
  #identity .share {
    position: absolute;
    right: 0;
    top: 25px;
    margin: 0;
    padding: 0;
    list-style: none; }
    #identity .share li {
      float: left;
      margin: 0 0 0 5px;
      padding: 0; }
      #identity .share li .addthis_button_compact {
        display: block;
        width: 20px;
        height: 20px;
        background: url("../../../images/refonte/images/memorial/picto-addthis.png") left top no-repeat; }
        #identity .share li .addthis_button_compact span {
          visibility: hidden; }

a.pluginShareButtonLink:hover {
  text-decoration: none !important; }

#dead .panel-group {
  overflow: hidden;
  margin: 0;
  border-left: 1px solid #393c3d light; }
#dead .panel-group .panel {
  float: left;
  width: 33.3333333333333333%;
  border-left: none; }
#dead .panel-heading {
  background-color: #FFF; }
#dead .panel-title > a {
  cursor: default; }
#dead .panel-title > a:hover {
  text-decoration: none; }
#dead .panel-title > a .participants {
  font-size: 12px;
  border-left: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf; }
#dead .panel-collapse, #dead .panel-collapse.in {
  display: block;
  min-height: 180px; }
#dead .panel-body {
  border-top: none; }
#dead .panel-group .panel + .panel {
  margin: 0; }
#dead #cimetery .map {
  float: right;
  width: 300px;
  height: 135px; }
  #dead #cimetery .map iframe {
    width: 300px;
    height: 135px; }
#dead #totheshop {
  overflow: hidden;
  margin: 0; }
  #dead #totheshop li {
    float: left;
    margin: 0 10px 0 0;
    padding: 0; }
    #dead #totheshop li .btn {
      display: inline-block; }
  #dead #totheshop .delivery {
    display: block;
    margin: 5px 0 0 0; }
  #dead #totheshop li:last-child {
    width: 31%; }
#dead #undertaker {
  overflow: hidden; }
  #dead #undertaker .title {
    float: left;
    width: 28%;
    margin: 0;
    padding: 23px 10px;
    font-size: 12px; }
  #dead #undertaker .tiny {
    float: left;
    width: 72%;
    padding: 15px 10px 0 10px; }
    #dead #undertaker .tiny address {
      width: 39%; }
    #dead #undertaker .tiny #signboard {
      float: left;
      width: auto;
      margin: 2px 3% 0 0; }
    #dead #undertaker .tiny .phone {
      width: 33%;
      margin: 17px 0 0 0; }
#dead #form-comment .candle {
  width: auto;
  margin: 6px 0 0 0;
  padding: 4px 0 0 20px;
  font-size: 12px; }
#dead #comments .item .tiny {
  position: relative;
  padding: 0 0 0 15px;
  border: none; }
#dead #comments .item .tiny .tiny-inner {
  border: 1px solid #dfdfdf; }
#dead #comments .item .tiny:before {
  z-index: 999999;
  position: absolute;
  top: 20px;
  left: 1px;
  display: block;
  content: "";
  width: 15px;
  height: 24px;
  background: url("../../../images/refonte/images/memorial/replied-left-arrow.png") left top no-repeat; }
#dead #comments .item .avatar {
  display: block;
  float: left;
  width: 15%;
  margin: 0 2% 0 0; }
#dead #comments .item .tiny {
  width: 83%; }
#dead #comments .item.replied {
  position: relative;
  margin: 0 0 10px 0;
  padding: 0 0 0 20%; }
  #dead #comments .item.replied .avatar {
    width: 19%; }
  #dead #comments .item.replied .tiny {
    width: 79%; }
#dead #comments .item.replied:before {
  display: none; }
#dead #comments .item .form-answer {
  border: 1px solid #dfdfdf;
  border-top: 1px solid #FFF; }

/* -------------------------------------------------------------------------------
  SIDEBAR
---------------------------------------------------------------------------------- */
body#memorial aside {
  padding: 10px 0 0 0; }

aside .widget-bordered #share-email-sms {
  overflow: inherit; }
  aside .widget-bordered #share-email-sms li {
    float: none;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0; }

/*  ------------------------------------------------------------------------------
  THIS IS THE END // Copyright David Gamet - All rights reserved
---------------------------------------------------------------------------------- */

/*# sourceMappingURL=tablet.css.map */
