/*---------------------------------------------------------
        =TAGS
-------------------------------------------------------- */

html, body
{
    border: none;
}

body {
    background: #433c3c url(/images/theme_v3/bg.png) top repeat-x;
    color: #000;
    font-size: 13px;
    font-family: Helvetica, Arial;
    line-height: 14px;
}

a {
    color: #960443;
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

img {
    display: inline;
}

p {
    color: #4f4747;
}

hr {
    border-color: #dedad7;
}

input {
    font-family: Helvetica, Arial, sans-serif;
}

input.submit, input.submit:hover {
    border: 0 none;
    cursor: pointer;
    display: inline;
    font-weight: normal;
    padding-bottom: 0;
    padding-top: 0;
}

.italic {
  font-style:italic;
}

.bold {
  font-weight:bold;
}

.normal {
  font-weight:normal;
}

.pink {
  color:#960443;
}

.black {
  color:#000;
}

.grey {
  color:#4f4747;
}

#page-container #page-content .title1 {
    border-bottom: 1px solid #dedad7;
    color: #4f4747;
    font-size: 14px;
    margin-bottom: 15px;
    padding-bottom: 4px;
    text-transform: uppercase;
}

#page-container #page-content .title2 {
    border-bottom: 1px solid #c0688e;
    color: #4f4747;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 6px;
}

#page-container #page-content .title3 {
    color: #4f4747;
    font-size: 16px;
    margin: 8px 0 15px;
}

#page-container #page-content .title4 {
    color: #4f4747;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 25px;
    border-bottom: 1px solid #dedad7;
    padding-bottom: 4px;
}

/*---------------------------------------------------------
        =STRUCTURE
-------------------------------------------------------- */

#page-container {
    width: 1000px;
    margin: 0 auto;
    box-shadow: 0px 0px 10px #333;
    -moz-box-shadow: 0px 0px 10px #333;
    background: #fff;
}

.g-png {
    behavior: url(/js/pngfix/iepngfix.htc);
}

.cacher {
    display: none;
}

/*
        @Header
-------------------------------------------------------- */

div.header-nav {
  position: fixed;
  top: 0;
  width: 1000px;
  z-index: 1000;
}
#stickyNav,
#stickyNavSecond {
  z-index: 1001;
}
#stickyNavSecond {
  position: relative;
}
#mbre-tray.stickyNav {
  top: 0;
  z-index: 1002;
}
#page-header {
    background: url(/images/theme_v3/bg_header.png) top left repeat-x;
    color: #fff;
    height:80px;
    position: relative;
    z-index: 999;
}

#mbre-tray a,
#page-header a {
    color: #fff;
    text-decoration: none;
    outline:none;
}
#page-header a:hover {
    text-decoration: underline;
}
#logo-vp {
    display: block;
    height: 80px;
    width: 315px;
    float: left;
    padding-left: 12px;
}

#mbre-tray {
    float: right;
    font-size: 11px;
    position: absolute;
    right:0;
    z-index: 1000;
}

#mbre-tray .connect {
    border: 1px solid #4C4444;
    font-size: 12px;
    height: 60px;
    width: 575px;
    margin: 8px 10px 0 0;
    position: relative;
}

#mbre-tray .connect .content-text {
    border-right: 1px solid #756A6A;
    height: 44px;
    left: 0;
    padding: 0 10px;
    position: absolute;
    top: 8px;
    width: 293px;
}

#mbre-tray .connect .content-text-title {
    font-size:15px;
    display:block;
}

#mbre-tray .connect .content-text-subtitle {
    font-size:12px;
    display:block;
    margin-top:17px;
}

#mbre-tray .connect .content-text-price {
    font-weight:bold;
}

#mbre-tray .connect .content {
    height: 53px;
    right: 0;
    line-height: 30px;
    padding: 2px 5px 5px;
    position: absolute;
    top: 0;
    width: 256px;
}
#mbre-tray .connect .content .pink_button {
  box-shadow:none;
}

#mbre-tray .connect .content span {
    color: #756a6a;
    display: inline-block;
    float: left;
    height: 23px;
    margin-right: 9px;
    text-align: right;
    width: 135px;
}

#mbre-tray .connect .content a {
    display: block;
    float: left;
    text-align: center;
    text-decoration: underline;
    width: 110px;
}

#mbre-tray .connect .content .pink_button {
    height: 22px;
    line-height: 22px;
    padding: 0;
    text-decoration: none;
    box-shadow:none;
}

#mbre-tray .connect .content .pink_button:hover {
    text-decoration: none;
}

#mbre-tray .avatar {
    border: 1px solid #fff;
    float: left;
    height: 46px;
    margin-top: 5px;
    padding: 1px;
    width: 46px;
}
#mbre-tray .avatar img {
    height: 46px;
    width: 46px;
}

#mbre-tray .membre {
  float: left;
  line-height: 45px;
  background: url(/images/theme_v3/menu_bottom_separator.png) no-repeat right bottom;
}

#mbre-tray .membre.largeSeparator {
  background: url("/images/theme_v3/menu_bottom_separator_large.png") no-repeat right bottom;
}

#mbre-tray .menu-bloc {
  display: block;
  float: left;
  line-height: 45px;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
#mbre-tray .menu-bloc:hover {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
#mbre-tray .menu-bloc a {
  padding: 0 10px;
  display:block;
  text-decoration: none;
  float:left;
}
#mbre-tray .menu-bloc.left {
  border-right: 1px solid #1c1919;
}
#mbre-tray .menu-bloc.middle {
  border-left: 1px solid #494646;
  border-right: 1px solid #1c1919;
}
#mbre-tray .menu-bloc.right {
  border-left: 1px solid #494646;
  border-right: 1px solid #1c1919;
  padding-top:16px;
  line-height: 12px;
  max-width: 230px;
  min-height: 28px;
}
#mbre-tray .menu-bloc.right .usurp {
  position: absolute;
  right: 42px;
  top: 30px;
  color: #FFF;
}
#mbre-tray .menu-arrow-bloc {
  border-left: 1px solid #494646;
  display: inline-block;
  float: left;
}
#mbre-tray .menu-bloc.middle {
  float:left;
}
#mbre-tray .menu-bloc.left a {
  float:left;
}

#mbre-tray #mbre-tray-invit-amount {
    border: 1px solid #605d5d;
    border-radius: 5px;
    height: 15px;
    line-height: 15px;
    margin: 13px 10px 0 0;
    position: relative;
    padding: 1px 5px 1px 6px;
    cursor:pointer;
    color: #fff;
    float: left;
}

#mbre-tray #mbre-tray-invit-amount span {
    background: url(/images/share_sprites.png) -25px -26px no-repeat;
    height: 10px;
    left: -5px;
    position: absolute;
    top: 4px;
    width: 10px;
}
#mbre-tray span.heart,
#mbre-tray span.alerts,
#mbre-tray span.giftcard {
  height: 16px;
  width: 16px;
  display:block;
  float:left;
  cursor:pointer;
  margin: 14px 10px 0 0;
}
#mbre-tray span.heart {
  background: url(/images/theme_v3/white_heart.png) right bottom no-repeat;
}
#mbre-tray span.alerts {
  background: url(/images/alerts/alerts-picto-white.png) right bottom no-repeat;
}
#mbre-tray span.giftcard {
  background: url(/images/giftcard/giftcard-picto-white.png) right bottom no-repeat;
  height: 13px;
  width: 18px;
  margin: 16px 5px 0 0;
}
#mbre-tray span.count {
  background-color: #960443;
  border-radius:8px;
  padding:1px 7px 1px 6px;
  color:#fff;
  margin: 6px 5px 6px 0;
  box-shadow:inset 1px 1px 3px #8d043f;
  -moz-box-shadow: inset 1px 1px 3px #8d043f;
  -webkit-box-shadow:inset 1px 1px 3px #8d043f;
  cursor:pointer;
}

#menu-arrow {
  background: url("/images/theme_v3/arrow_menu_white_down.png") no-repeat scroll 10px 21px transparent;
  display: block;
  float: left;
  height: 45px;
  width: 30px;
  z-index: 8000;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
#menu-arrow:hover {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.menu-arrow-bloc.open {
  background-color: #4f4747;
}
.menu-arrow-bloc.open #menu-arrow {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

#menu-user {
    box-shadow: 0 3px 3px -1px #333;
    -moz-box-shadow: 0 3px 3px -1px #333;
    display: none;
    font-size: 12px;
    position: absolute;
    top: 45px;
    right: 0;
    width: 120px;
    z-index: 7000;
}
#menu-user nav {
    background-color: #4f4747;
    border-radius: 0 0 1px 1px;
    -moz-border-radius : 0 0 1px 1px;
    -webkit-border-radius: 0 0 1px 1px;
    padding: 8px;
}

#menu-user nav li {
    height: 18px;
    line-height: 18px;
}

#breadcrumb {
    background: #eeebeb; /* Old browsers */
    background: -moz-linear-gradient(center bottom,  #eeebeb 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,#eeebeb), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #eeebeb 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #eeebeb 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #eeebeb 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #eeebeb 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeebeb', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    border-bottom: 1px solid #ccc5c0;
    color: #4f4747;
    font-size: 13px;
    height: 33px;
    line-height: 32px;
    padding-left: 55px;
    overflow: hidden;
}

#breadcrumb a.home {
    background: url(/images/theme_v3/icon_home_grey.png) no-repeat;
    display: inline-block;
    height: 19px;
    margin-left: -23px;
    margin-top: 9px;
    vertical-align: middle;
    width: 22px;
    float: left;
}

#breadcrumb a {
    color: #4f4747;
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
    *zoom: 1;
    *display: inline;
}

#breadcrumb a.breadcrumb-dream.first {
  margin-left: 20px;
}

#breadcrumb a.breadcrumb-dream {
  border-left: 1px solid #c8c8c8;
  color: #9D9D9D;
  font-weight: normal;
  height: 33px;
  padding: 0 20px;
}

#breadcrumb a.breadcrumb-dream:hover {
  color:#7B7575;
}

#breadcrumb a.breadcrumb-dream.active {
  font-weight:bold;
  color:#474747;
}

#breadcrumb a.breadcrumb-dream.breadcrumb-dream-all-sales {
  border:none;
  padding:0;
}

/*
        @Page
-------------------------------------------------------- */

#page-content {
    color: #000;
    font-size: 12px;
    min-height: 300px;
    padding-top: 20px;
}

#content {
    padding: 0px;
}

.rose {
    color: #960443;
}

.bleu { /* devient rose... */
    /*color: #2A92BE;*/
    color: #960443;
    font-weight: bold;
    margin: 5px 0 0;
}

.titre-bleu {
    color: #960443;
    font-size: 14px;
    font-weight: bold;
}

.bouton a, .fakebouton, form .submit {
    background-color: #B00554; /* fallback flat color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#B00554), to(#8B033C) ); /* for Chrome + Safari */
    background-image: -moz-linear-gradient(top,#B00554, #8B033C ); /* for Firefox */
    filter: progid:DXImageTransform.Microsoft.gradient(
            startColorstr='#B00554', endColorstr='#8B033C'); /* IE gradient*/
    display: inline-block;
    min-width: 100px;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    box-shadow: 0px 0px 5px #CCCCCC;
    -moz-box-shadow: 0px 0px 5px #CCCCCC;
    -webkit-box-shadow: 0px 0px 5px #CCCCCC;
}

.bouton a:hover, .fakebouton.hover, form .submit:hover, form .submit.hover {
    background-position: 0 100%;
    color: #FFF;
}

.clear {
    display: block;
    clear: both;
    font-size: 0;
    height: 0;
}

.hide-text {
    text-indent: -32768px;
    outline: none;
    overflow: hidden;
}

.dotted-border {
    font-size: 0;
    height: 1px;
    border-bottom: 1px dotted #4f4747;
}

.nowrap {
    white-space: nowrap;
}

.login_form_item label {
    color:#FFFFFF;
}

.grey_button {
    background: #635759; /* Old browsers */
    background: -moz-linear-gradient(top,  #635759 0%, #514849 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#635759), color-stop(100%,#514849)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #635759 0%,#514849 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #635759 0%,#514849 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #635759 0%,#514849 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #635759 0%,#514849 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2044b', endColorstr='#8d043d',GradientType=0 ); /* IE6-9 */
    box-shadow: 0 0 6px #ccc;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 25px;
    line-height: 25px;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

.pink_button {
    background: #a2044b; /* Old browsers */
    background: -moz-linear-gradient(top,  #a2044b 0%, #8d043d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a2044b), color-stop(100%,#8d043d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #a2044b 0%,#8d043d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #a2044b 0%,#8d043d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #a2044b 0%,#8d043d 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #a2044b 0%,#8d043d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2044b', endColorstr='#8d043d',GradientType=0 ); /* IE6-9 */
    box-shadow: 0 0 6px #ccc;
    border: 1px solid #8d0440;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 25px;
    line-height: 25px;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

.gray_button {
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, #504848),
        color-stop(1, #635959)
    );
    background-image: -moz-linear-gradient(
        center bottom,
        #504848 0%,
        #635959 100%
    );
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( enabled='true', startColorstr=#635959, endColorstr=#504848, GradientType=0 );
    filter: progid:DXImageTransform.Microsoft.gradient(
        enabled='true',
        startColorstr=#635959,
        endColorstr=#504848,
        GradientType=0
    );
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 24px;
    line-height: 25px;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    white-space: normal;
}


.light_gray_button {
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, #dbdada),
        color-stop(1, #e6e6e6)
    );
    background-image: -moz-linear-gradient(
        center bottom,
        #dbdada 0%,
        #e6e6e6 100%
    );
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( enabled='true', startColorstr=#e6e6e6, endColorstr=#dbdada, GradientType=0 );
    filter: progid:DXImageTransform.Microsoft.gradient(
        enabled='true',
        startColorstr=#e6e6e6,
        endColorstr=#dbdada,
        GradientType=0
    );
    color: #8b8b8b;
    cursor: pointer;
    display: inline-block;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 24px;
    line-height: 25px;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    white-space: normal;
}

/*
        @Footer
-------------------------------------------------------- */

#page-footer {
    color: #969696;
    line-height: 19px;
    margin: 0 auto;
    font-size: 12px;
    position: relative;
    min-width: 700px;
    width: 960px;
    padding: 20px 20px 0;
}

footer.footer-content {
  background-color: #2e2a2a;
}

#page-footer p {
  color: #969696;
}

#page-footer .footer-separator {
  border: 0;
  background: #303030 url(/images/footer/separateur.png) no-repeat center center;
  padding: 10px 0;
}
#page-footer #footer-detail-contenair {
  text-align: center;
  padding-bottom: 30px;
}

footer.footer-content #footer-detail-contenair {
  border-bottom: 1px solid #1e1e1e;
}
footer.footer-offline #footer-detail-contenair {
  border-bottom: 1px solid #3b3535;
}

#page-footer #footer-slogan-contenair {
  text-align: center;
  height: 75px;
  line-height: 75px;
}
footer.footer-content #footer-slogan-contenair {
  border-top: 1px solid #353232;
  border-bottom: 1px solid #1e1e1e;
}

#page-footer #footer-link-contenair {
  padding: 30px 0 18px;
  *padding-bottom:0;
}
footer.footer-content #footer-link-contenair {
  border-top: 1px solid #353232;
}
footer.footer-offline #footer-link-contenair {
  border-top: 1px solid #474342;
}
footer.atol_partner #footer-link-contenair {
  border-bottom: 1px solid #3b3535;
}
footer.atol_partner #footer-border {
  border-top: 1px solid #474342;
}


#page-footer #footer-detail-contenair .footer-detail-detail{
  float: left;
  width: 320px;
}

#page-footer #footer-detail-contenair span.picto{
  position: absolute;
  height: 32px;
  width: 32px;
  left: 0;
  top: 0;
}

#page-footer #footer-detail-contenair .footer-detail-detail1 span.picto{
  background: url(/images/footer/macaron.png) no-repeat;
}

#page-footer #footer-detail-contenair .footer-detail-detail2 span.picto{
  background: url(/images/footer/etiquette.png) no-repeat;
}

#page-footer #footer-detail-contenair .footer-detail-detail3 span.picto{
  background: url(/images/footer/expert.png) no-repeat;
}

#page-footer #footer-detail-contenair p.footer-first-title {
  color:#FFF;
  display: inline;
  font-size: 17px;
  padding: 9px 0 0 32px;
  position: relative;
  margin-left: -16px;
}

#page-footer #footer-detail-contenair p.footer-first-subtitle {
  font-size: 13.5px;
  line-height: 17px;
  padding-top: 3px;
}

#page-footer div#footer-slogan-contenair p {
  font-style: italic;
  font-size: 16px;
  line-height: 75px;
}

#page-footer div#footer-slogan-contenair p span {
  color: #FFF
}

#page-footer div#footer-link-contenair div.footer-block-cb {
    width: 238px;
    float: left;
}


#page-footer div#footer-link-contenair div.footer-block-link1 {
    width: 150px;
    float: left;
}


#page-footer div#footer-link-contenair div.footer-block-link2 {
    width: 190px;
    float: left;
}


#page-footer div#footer-link-contenair div.footer-block-mobile {
    width: 182px;
    float: left;
}

#page-footer div#footer-link-contenair div.footer-block-social {
  width: 200px;
  float: left;
  text-align: center;
}

#page-footer div#footer-link-contenair div.footer-block-cb span.picto{
  background: url(/images/footer/cadenat.png) no-repeat;
  position: absolute;
  height: 24px;
  width: 24px;
  left:0;
  top:0;
}

#page-footer div#footer-link-contenair .footer-block-cb p.footer-first-title {
  padding: 0 0 0 24px;
  height: 24px;
  line-height: 26px;
  position: relative;
  margin-top: -6px;
}

#page-footer div#footer-link-contenair .footer-block-social p.footer-first-title {
  padding-bottom: 16px;
}

#page-footer div#footer-link-contenair img.footer-credit-card {
  float:left;
  display: inline-block;
  width: 50px;
  height: 50px;
}

#page-footer div#footer-link-contenair img.footer-socialnewtwork {
  float:left;
  display: inline-block;
  height: 24px;
  opacity: 0.4;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}

#page-footer div#footer-link-contenair img.footer-socialnewtwork:hover {
  opacity: 1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

#page-footer div#footer-link-contenair .footer-block-mobile {
  text-align: center;
}

#page-footer div#footer-link-contenair .footer-block-mobile a, #page-footer div#footer-link-contenair .footer-block-social a {
  display: inline-block;
}

#page-footer a {
    color: #969696;
    text-decoration: none;
}

#page-footer .footer-block-social a {
    margin: 3px 5px 0;
}

#page-footer a:hover {
    text-decoration: underline;
}

#menu-footer {
    display: block;
    width: 685px;
    margin: 0 auto;
    text-align: center;
}
span.follow-us {
  margin:0 5px;
}
#partenaire{
  width: 960px;
  margin: 0 auto;

}
#partenaire div{
  float: left;
  font-size: 11px;
    width: 960px;
}
#partenaire img{
  float: left;
}
#partenaire img.iata{
  padding: 3px 30px 0 70px;
}

#partenaire p{
  text-align: left;
  color:#969696;
}

#partenaire p.libelle{
  padding-top: 35px;
  font-size: 10px;
}

#partenaire p.libelle2{
  padding-top: 47px;
  float: left;
}

#partenaire img{
  display: block;
}

#partenaire img.cadastur{
  padding: 10px 30px 0 0;
}

#page-footer a.footer-social-icon {
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    margin-right: 0;
    vertical-align: middle;
    width: 16px;
}
.footer-social-icon-fb {
    background-image: url(/images/viral/social/16x16/fb.png);
}
.footer-social-icon-twitter {
    background-image: url(/images/viral/social/16x16/twitter.png);
}
.footer-social-icon-google {
    background-image: url(/images/viral/social/16x16/google.png);
}
.social-links{
	color:#ffffff;
}


/*---------------------------------------------------------
        =MODULES
-------------------------------------------------------- */

/*
        @Admin dropdown menu
-------------------------------------------------------- */

#admin-top-menu {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2000;
}

#admin-top-menu ul#adminMenu {
    width: auto;
}

#admin-top-menu ul#adminMenu li {
    white-space: nowrap;
    position: relative;
}

#admin-top-menu ul#adminMenu li a {
    padding-top: 6px;
    padding-bottom: 6px;
    display: block;
    width: auto;
}

#admin-top-menu ul#adminMenu li a img {
    vertical-align: top;
    margin-right: 4px;
}

#admin-top-menu ul#adminMenu li .iphone_switch_holder {
    position: absolute;
    top: 1px;
    right: 8px;
}

/*
        @Message box
-------------------------------------------------------- */

.msgbox-info {
    border: solid 1px #349534;
    background: #C9FFCA;
    color: #008000;
    font-weight: bold;
    padding: 4px;
    text-align: center;
    top: 10px;
}
#backgroundPopup {
    background: none repeat scroll 0 0 #000000;
    border: 1px solid #CECECE;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}
.visible {
    display: block;
}
.invisible {
    display: none;
}


/* --------------------------------------------------------------------
		@Preinscrit
---------------------------------------------------------------------- */
#preinscrit-badge {
	width: 52px;
	height: 52px;
	position: absolute;
	top: 23px;
	left: 356px;
	background: url(/images/header-preinscr-badge.png) 0 0 no-repeat;
}
#preinscrit {
	border-left: 1px solid #6b6060;
	margin-left:40px!important;
	*margin-left:30px;
	padding:0 0 0 10px;
	float:left;
	margin-top:9px;
	width:542px;
}
#preinscrit p {
	margin:0;
	font-size:12px;
	line-height:15px;
	color: #a09191;
	font-weight:bold;
}
#preinscrit p.title {
	color:#fff;
}
#preinscrit ul li {
	padding:9px 10px 0 0;
	float:left;
}
#preinscrit ul li label {
	color: #a09191;
	font-size:11px;
}
#preinscrit ul li input.email {
	width:166px;
	height:16px;
	border:1px solid #c8c8c8;
	padding:0 1px;
	font-size:11px;
	color:#6d4b4b;
	font-family:Arial, Helvetica, sans-serif;
}
#preinscrit ul li input.mdp {
	width:86px;
	height:16px;
	border:1px solid #c8c8c8;
	padding:0 1px;
	font-size:11px;
	color:#6d4b4b;
	font-family:Arial, Helvetica, sans-serif;
}
#preinscrit ul li input.sub-valider {
	background:url(/images/preinscrit-btn-valider.jpg) no-repeat 0 2px;
	border:none;
	width:150px;
	height:27px;
	text-align:center;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin-top:-5px;
	cursor:pointer;
}

#preinscrittooltip {
	position:relative;
	padding:35px 0;
}
#preinscrittooltip .close {
	position:absolute;
	right:5px;
	top:5px;
}
#preinscrittooltip p {
	font-size:12px;
	font-weight:bold;
	text-align:center;
	color:#000;
}
#preinscrittooltip p.bienvenue {
	color:#af0553;
}
#preinscrittooltip p span, #preinscrittooltip p a {
	color:#af0553;
	text-decoration:none;
}
#preinscrittooltip p a:hover {
	text-decoration:underline;
}

/*
        @Météo
-------------------------------------------------------- */


#edit-meteo-villes {
    width: 300px;
    margin: auto;
    text-align: center;
}

#edit-meteo-villes label {
    font-weight: bold;
    color: #960443;
    font-size: 16px;
}

#edit-meteo-ville .groupe-mois {
    float: left;
    width: 80px;
    margin: 10px;
}

#edit-meteo-ville input {
    width: 80px;
}

#edit-meteo-ville dd {
    clear: both;
}


/*
        @Fancy
-------------------------------------------------------- */

#fancybox-content div {
    overflow: hidden !important;
}


/*
        @Loading overlay
-------------------------------------------------------- */

.loading_overlay {
    display: none;
    position: absolute;
    z-index: 9;
    overflow:hidden;
    height: 100%;
    width: 100%;
}
.loading_overlay .loading_area {
    background: #fff;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
}

.loading_overlay .loading_background {
    background: #000;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter:alpha(opacity=50);
    opacity: 0.5;
    height: 100%;
    width: 100%;
}
.loading_overlay .loading_text {
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 100px;
    width: 100%;
    z-index: 99999;
}

.loading_overlay .loading_text img {
    height: 48px;
    margin-bottom: 10px;
    width: 48px;
}


/*
        @Arrow back to top
-------------------------------------------------------- */

div.back-to-top {
  background: url("/images/ficheproduit-fleche.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  bottom: 50%;
  cursor: pointer;
  display: none;
  height: 38px;
  position: fixed;
  right: 40px;
  width: 38px;
}

/*
        @Popup
-------------------------------------------------------- */

.ui-widget-overlay {
    background: none repeat scroll 0 0 #000000;
    left: 0;
    opacity: 0.7;
    position: fixed;
    top: 0;
}

.ui-dialog .ui-widget-header {
    display: none;
}

.ui-dialog.ui-widget.ui-corner-all {
    background: #fff;
    border-radius: 0;
    box-shadow: 0 0 8px #333;
}

.ui-dialog .vp_dialog {
    border-radius: 0;
}

.ui-dialog .vp_dialog .head {
    background-image: -o-linear-gradient(
        #5b5555 0%,
        #787272 100%
    );
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(#5b5555),
        to(#787272)
    );
    background-image: -moz-linear-gradient(
        center bottom,
        #5b5555 0%,
        #787272 100%
    );
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr=#787272, endColorstr=#5b5555, GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(
        enabled='true',
        startColorstr=#787272,
        endColorstr=#5b5555,
        GradientType=0
    );
    color: #fff;
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    padding: 0 15px;
}

.ui-dialog, .ui-dialog .ui-dialog-content {
    z-index: 10000;
}

.ui-dialog .vp_dialog .head .close {
    background: url(/images/dialog_close.png) center right no-repeat;
    color: #fff;
    display: block;
    float: right;
    font-size: 10px;
    height: 38px;
    line-height: 38px;
    padding-right: 25px;
    outline: none;
    text-decoration: none;
}

.ui-dialog .vp_dialog .body {
    padding: 10px;
}
/* Overlay - Simple modal*/
#simplemodal-overlay {background-color:#000;}
a.modalCloseImg {
  position:absolute;
  right:0;
  height:17px;
  width:20px;
  padding:7px 7px 0 0;
  background: url(/images/dream/btn-delete-popup.png) no-repeat center center;
  float: right;
  z-index:2000;
  }
/*
        @Placeholder
-------------------------------------------------------- */
label.placeholder {
    background-image:url('/images/blank.gif');
    color: #000;
    cursor:text;
    display:block;
    font-size: 12px;
    line-height: 14px;
    margin: 0;
    padding: 0 0px 0px 5px;
    position:absolute;
    top: 1px;
    *top: 4px;
}
label.placeholder.focus {
    color: #aaa;
}
/***************CATEGORIES MENU*********/
#cat-vertical-menu .sub-menu .title .text {
    margin-right:10px;
}
#cat-vertical-menu .sub-menu .arrow-bottom {
    background: url(/images/arrow_menu_bottom.png) no-repeat;
    display:inline-block;
    height: 6px;
    width: 9px;
}
#cat-vertical-menu .sub-menu span.title {
    padding: 13px;
    cursor:pointer;
}
#cat-vertical-menu .sub-menu span.title .arrow {
    margin-left: 13px;
}
#cat-vertical-menu #categories-sub-menu li {
    border: 0 none;
    position: relative;
}
#cat-vertical-menu #categories-sub-menu a {
    font-size: 13px;
    font-weight: normal;
    padding: 10px 0;
    text-transform: none;
    color:#838383;
}
#cat-vertical-menu #categories-sub-menu a:hover {
    color:#2e2a2a;
}
#cat-vertical-menu #categories a.event_category .icon,
#cat-vertical-menu #categories a.theme_category .icon {
    background-image: url("/images/theme_v3/picto-etoile.png");
    background-position: 0 -14px;
    height: 12px;
}
#cat-vertical-menu {
    height: 40px;
    position: relative;
    z-index: 998;
    background: url(../images/killer-deal/vertical_menu_bg.png) repeat-x center;
    border-bottom: 1px solid #E2E2E2;
}
#categories-vertical-menu-bottom {
    height: 16px;
    position: relative;
    top: -15px;
}
#cat-vertical-menu > div { float: left }
#cat-vertical-menu ol {
    margin-left: 10px;
    float: left;
}
#cat-vertical-menu ol#categories-sub-menu {
    margin:0 0 0 -2px;
}
#cat-vertical-menu li.menu-item {
    border-right: 1px solid #e2e2e2;
    float: left;
    border-left: 1px solid #fff;
    text-transform: uppercase;
    padding: 0 13px;
}
#cat-vertical-menu li.menu-item:hover {
  background: url(../images/killer-deal/vertical_menu_bg_hover.png) repeat-x center;
}
#cat-vertical-menu li.menu-item.first:hover,
#cat-vertical-menu li.menu-item.last:hover {
  background: none;
}
#cat-vertical-menu li.menu-item.selected {
    background: #fff;
    border-bottom: 1px solid #FFFFFF;
}
#cat-vertical-menu li.menu-item.first {
    height:40px;
    border-left: none;
    padding: 0 8px;
}
#cat-vertical-menu li.menu-item.last {
    height:40px;
    border-right: none;
}
#cat-vertical-menu li.menu-item.sub-menu {
    padding:0;
}
#cat-vertical-menu a:hover, #cat-vertical-menu span.title:hover { color: #000 }
#cat-vertical-menu span.title,
#cat-vertical-menu a {
    color: #4F4747;
    display: block;
    font-size: 10px;
    font-weight: bold;
    padding: 13px 0;
    position: relative;
    text-decoration: none;
    outline: none;
}
#cat-vertical-menu a.selected span.arrow, #cat-vertical-menu span.title.selected span.arrow { background: url("/images/cursor_onglet_actif.png") no-repeat scroll 0 0 transparent }
#cat-vertical-menu span.title span.arrow,
#cat-vertical-menu a span.arrow {
    height: 13px;
    position: absolute;
    top: 0;
    *top: -1px;
    width: 13px;
}
#cat-vertical-menu a#c_home .icon {
    background-image: url("/images/killer-deal/home.png");
    background-position: 0 0;
}
#cat-vertical-menu .icon {
    background-repeat: no-repeat;
    float: left;
    height: 13px;
    margin-right: 5px;
    width: 13px;
}
#cat-vertical-menu #categories-sub-menu a .icon {
    margin-right:10px;
    opacity:0.5;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}
#categories-sub-menu {
    background-color: #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    box-shadow: 0 5px 5px -4px #222222;
    padding: 0 15px 0 10px;
    position: absolute;
    z-index: 10;
    display: none;
    top:40px;
}
#categories-sub-menu li.sub-menu-item {
  white-space: nowrap;
  padding-right:  20px;
}

/****************** StickyNav **********************/

#stickyNavSecond #cat-vertical-menu {
  width: 1000px;
  z-index: 900;
}

#stickyNavSecond #cat-vertical-menu.littleHeader {
  top: 45px;
  position: fixed;
  box-shadow: 0 4px 5px -5px #CCCCCC;
}

#stickyNavSecond #cat-vertical-menu.bigHeader {
  top: 0;
  position: relative;
  box-shadow: none;
}

#stickyNavSecond #cat-vertical-menu.littleHeader li.menu-item.selected {
  border-bottom: 1px solid #E2E2E2;
}

#stickyNavSecond #cat-vertical-menu.bigHeader li.menu-item.selected {
  border-bottom: 1px solid #FFFFFF;
}

/****************** Popup Notifications *********************/
div.ui-dialog {
  font-family: Helvetica, Arial, sans-serif;
  width:600px;
}

div#popupNotifications_content {
  display: none;
  font-size: 13px;
  border:1px solid #ccc\9;
  position: absolute;
  background-color: #fff;
  box-shadow: 0 0 5px #222222;
  border-radius:0;
}
div.ui-dialog div#popupNotifications_content div.letter {
  padding: 15px 0 40px 15px;
  position: relative;
}
div.ui-dialog div#popupNotifications_content div.letter .letter-wrap {
  position: relative;
  z-index: 1;
  max-height: 293px;
  overflow: auto;
  width: 327px;
}
div.ui-dialog div#popupNotifications_content div.letter h2 {
  font-weight: bold;
  font-size:12px;
  margin: 5px 0 5px 0;
  color: #4f4747;
}
div.ui-dialog div#popupNotifications_content a.gosale {
  text-decoration:none;
  display:inline-block;
  cursor:pointer;
  outline:none;
  width:310px;
}
div.ui-dialog div#popupNotifications_content div.notif {
  border-top: 1px solid #C8C8C8;
  padding: 10px;
  min-height: 47px;
  position: relative;
  width:290px;
}
div.ui-dialog div#popupNotifications_content div.notif.new {
  background-color: #f7f6f6;
  display:block;
}
div.ui-dialog div#popupNotifications_content div.notif span.notif-img {
  width: 74px;
  height: 47px;
  display:block;
  float: left;
}
div.ui-dialog div#popupNotifications_content div.notif div.notif-text {
  display: block;
  float: left;
  padding-left: 9px;
  width: 207px;
}
div.ui-dialog div#popupNotifications_content div.notif p {
  font-size:11px;
  line-height: 12px;
}
div.ui-dialog div#popupNotifications_content p.empty-popover {
  margin-top:10px;
}
div.ui-dialog div#popupNotifications_content div.notif p.notif-title {
  font-weight: bold;
  margin-top: -2px;
}
div.ui-dialog div#popupNotifications_content div.notif p.notif-subtitle {
  color:#888;
}
div.ui-dialog div#popupNotifications_content div.notif p.notif-timeleft {
  padding:0;
  margin-top:3px;
}
div.ui-dialog div#popupNotifications_content div.notif p.notif-timeleft.grey {
  color:#A7A3A3;
  font-weight: bold;
}
div.ui-dialog div#popupNotifications_content div.favlist-link {
  border-top: 1px solid #C8C8C8;
  background-color: #fff;
  font-size: 12px;
  font-weight: bold;
  height: 40px;
  line-height: 39px;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 999;
  text-align: center;
  box-shadow: 0 0 5px -2px #333;
  -moz-box-shadow: 0 0 5px -2px #333;
}
div.ui-dialog div#popupNotifications_content div.favlist-link a {
  height: 40px;
  display: block;
  text-decoration: none;
  color:#4f4747;
}
div.ui-dialog div#popupNotifications_content div.favlist-link a .favlist-access-arrow {
  background: url("/images/dream/btn-myfavs.png") -168px -10px no-repeat;
  display: inline-block;
  height: 12px;
  width: 7px;
  margin: 0 0 -2px 10px;
}
div.ui-dialog div#popupNotifications_content .arrow{
  float:right;
  position:absolute;
  left:0;
  width: 100%;
  height: 15px;
  margin-top: -14px;
  background: url("/images/theme_v4/fp-arrow-top.png") center no-repeat;
}
div.overlay {
  background-color: #000000;
  display:none;
  height: 100%;
  -moz-opacity: 0;
  opacity:0;
  filter: alpha(opacity=0);
  left: 0%;
  position: fixed;
  top: 0%;
  width: 100%;
  z-index:1001;
}
#popupAddDream_content #dream_add_load img {
    margin: 20px 0 8px;
}
#popupAddDream_content #dream_add_load {
    height: 46px;
}
.block-child-age {
  display: none;
}
