@font-face {
    font-family: 'Futura-CondensedLight';
    src: url(../font/FuturaStd-CondensedLight.otf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Futura-Heavy';
    src: url(../font/FuturaStd-Heavy.otf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Futura-Light';
    src: url(../font/FuturaStd-Light.otf);
    font-weight: normal;
    font-style: normal;
}

html {
    height: 100%;
    position: relative;
}

body {
    font-family: Futura-Light, sans-serif;
    display: table;
    height: 100%;
    width: 100%;
}

::-webkit-input-placeholder { color: #8A899A; }
::-moz-placeholder { color: #8A899A; } /* firefox 19+ */
:-ms-input-placeholder { color: #8A899A; } /* ie */
input:-moz-placeholder { color: #8A899A; }

.mm-page {
    display: table-row;
    height: 100%;
}
.body-content {
    margin-top: 62px;
}
@media screen and (max-width: 768px)
{
    .body-content {
        margin-top: 50px;
    }

    footer div.container-fluid > div:first-child a {
        margin: 10px !important;
    }

    #search-container {
        margin: 0 auto !important;
    }
}

.relative {
    position: relative;
}

/* transition */
a, .btn {
    -webkit-transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear, opacity 150ms linear;
    transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear, opacity 150ms linear;
}
a.link-std {
    color: #FE6055;
    text-decoration: none;
}
a.link-std:hover {
    color: rgba(254, 96, 86, 0.75); /* = #FE6055 */
    text-decoration: none;
}
a:focus, a:visited, a:active {
    text-decoration: none;
}
.red {
    color:#FE6055;
}
.redlight {
    color:#FE6055;
    font-family: Futura-Light, sans-serif;
}
.blue-carton {
    background-color: #161335;
}
.futuraBold {
    font-family: Futura-Heavy, sans-serif;
}
.futuraLight {
    font-family: Futura-Light, sans-serif
}
.center {
    text-align: center;
}
.clear {
    clear: both;
}

#login-form {
    line-height: normal;
    font-size: 1.2em;
}

#login-form label {
    font-weight: normal;
}

#login-form .remember-me {
    margin: 0;
}

#login-form .submit-group {
    margin: 20px 0;
    text-align: center;
}

.connect-option {
    font-family: Futura-Heavy, sans-serif;
    font-size: 1.6em;
    text-align: center;
    width: 100%;
    display: inline-block;
}

.center-both {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.center-vertical {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.center-horizontal {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.center-container{
    text-align: center;
}

.nopadding {
    padding: 0 !important;
}
.question-mark {
    color: #FE6055;
}
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.navbar {
    background-color: #ffffff;
    border-bottom: 1px solid #161335;
}

.navbar-nav > li {
    line-height: 62px;
    text-align: center;
    font-size: 14px;
}

.navbar-nav > li a {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    color: #8A899A;
    font-size: 17px;
}

.navbar-nav > li a:hover {
    background-color: transparent;
}
.nav li.active {
    background-color: #161335;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #ffffff;
    background-color: transparent;
}
.navbar-new {
    background-color: #BFD122;
}
.navbar-new:hover {
    background-color: #D1DE7A;
}
.navbar-new a {
    color: #ffffff !important;
}

#rooms-list {
    list-style-type: none;
    display: inline-block;
    width: auto;
}

#rooms-list > li {
    display: inline-block;
    padding: 0;
    text-align: center;
}

footer {
    background-color: #161335;
    color: #ffffff;
    display: table-row;
    height: 1px;
}

footer div.container-fluid > div:first-child {
    text-align: center;
    font-size: 28px;
    border-top: 4px solid #FE6056;
}

footer div.container-fluid > div:first-child a {
    color: #ffffff;
    display: inline-block;
    margin: 30px;
    -webkit-transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear, opacity 150ms linear;
    transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear, opacity 150ms linear;
}

footer div.container-fluid > div:first-child a:hover {
    color: #A6A6A6;
}

footer div.container-fluid > div:nth-child(2) {
    margin-bottom: 15px;
}

footer ul {
    list-style-type: none;
    padding: 0;
    font-size: 1em;
}

footer h4 {
    font-weight: bold;
    font-size: 1.2em;
}

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

footer a:hover {
    color: #A6A6A6;
    text-decoration: none;
}

.btn {
    border-radius: 0.75px;
    border: #BFD122 1px solid;
    background-color: #BFD122;
}
.btn.focus, .btn:focus, .btn:hover {
    background-color: #D1DE7A;
    color:#FFFFFF;
    border-color: #D1DE7A ;
}

.btn-cta {
    color: #FFF;
    padding: 14px 70px;
    font-size: 20px;
}
.btn-cta2 {
     color: #FFF;
     padding: 14px 25px;
     font-size: 20px;
}
.btn-cta3 {
    color: #FFF;
    padding: 9px 25px;
    font-size: 20px;
}

.btn-danger {
    border: #95161f 1px solid;
    background-color: #95161f;
}
.btn-danger:hover {
    background-color: #AA444B;
    color:#FFFFFF;
    border-color: #AA444B;
}
.btn-corail {
    border: #fa6056 1px solid;
    background-color: #fa6056;
}
.btn-corail:hover {
    background-color: rgba(254, 96, 86, 0.75);
    color:#FFFFFF;
    border-color: rgba(254, 96, 86, 0.75);
}
a.back {
    display: block;
    background: transparent url("../img/back.png") no-repeat 0 0;
    padding-left: 50px;
    font-size: 20px;
    background-size: 20px;
    margin-bottom: 30px;
    color:#000;
    padding-left: 35px;
}
a.back-small {
    font-size: 15px;
    background-size: 15px;
    padding-left: 25px;
}
a.back:hover, a.back:active, a.back:focus {
    text-decoration: none;
    color:#000;
}


.border-box {
    border: 5px solid #dbc4b8;
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
}
.border-box h2 {
    font-family: Futura-Heavy, sans-serif;
    text-align: center;
    font-size: 30px;
    position: relative;
    background: #FFF;
    width: 70%;
    margin: -20px auto 10px;
}
.border-box p {
    color:#8b899a;
    font-family: Futura-Light;
    font-size:19px;
    text-align: center;
}

.global-ajaxloader {
    display: none;
    position:fixed;
    width: 150px;
    height: 150px;
    top:40%;
    left: 50%;
    margin-left: -150px;
    z-index: 99;
}
.global-ajaxloader2 {
    position:fixed;
    width: 150px;
    height: 150px;
    top:40%;
    left: 50%;
    margin-left: -75px;
    z-index: 99;
}
.global-txtloader {
    font-size: 32px;
    font-weight: 700;
    color:#171436;
    text-align: center;
    width: 250px;
}
.global-ajaxloader2 img {
    max-width:200px;
}
.global-ajaxloader img{
    max-width:150px;
}

.sticker-button-container {
    position: relative;
}
.sticker-button-container .sticker-button {
    display: inline-block;
}
.sticker-button-container .sticker-button-addon {
    position: absolute;
}

#search-container {
    /*width: 50%;*/
    text-align: center;
    margin: -70px auto 0;
    background-color: #161335;
    padding: 20px 100px;
    font-size: 18px;
    color: #ffffff;
}

[class^='select2'] {
    border-radius: 0 !important;
}

.footer-column-content {
    display: inline-block;
}
.footer-left {
    text-align: right;
}
.footer-middle {
    text-align: center;
}
.footer-right {
    text-align: left;
}
.footer-left.col-xs-12, .footer-middle.col-xs-12, .footer-right.col-xs-12 {
    text-align: left !important;
}
footer h4 {
    font-family: Futura-Heavy, sans-serif;
    text-align: left;
}
footer ul li {
    text-align: left;
}

.futura-heavy {
    font-family: Futura-Heavy, sans-serif;
}

.form-control {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.alert {
    border-radius: 0;
}

.input-group-addon {
    border-radius: 0;
}

.input-group > .form-control {
    border-right: none;
}
.btn-error,.btn-error:hover {
    background-color: #FE6055;
}
.btn-success-negative {
    background-color: #ffffff;
    color: #BFD122;
    border: 1px solid #BFD122;
}
.btn-success-negative:hover {
    border: 1px solid #BFD122;
    color: #ffffff;
    background-color: #BFD122;
}
/* Other aspect ratios to try:
 * 56.25% = 16:9
 * 75% = 4:3
 * 66.66% = 3:2
 * 62.5% = 8:5
 */
.stretchy-wrapper {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
}
.stretchy-wrapper > div {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
}
.center-vertically-wrapper {
    min-width: 100%;
    min-height: 100%;
    display: table;
}
.center-vertically-container {
    display: table-cell;
    vertical-align: middle;
}
.dropzone {
    padding: 0 !important;
}
.dropzone-previews {
    border: 1px solid #8A899A;
}
.dz-message {
    text-align: center;
    cursor: pointer;
    height:100%;
}
.dz-image {
    position: relative;
}
.dropzone .dz-preview .dz-image {
    border-radius: 0 !important;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
}
.dropzone .dz-preview .dz-image img {
    width: 100%;
    height: 100%;
}
.dropzone .dz-preview {
    margin: 0 !important;
}
.dropzone .dz-preview:hover .dz-image img {
    transform: none !important;
    -webkit-transform: none !important;
    -webkit-filter: none !important;
    filter: none !important;
}
.dropzone .remove {
    position: absolute;
    height: 100%;
    width: 100%;
    color: #FE6055;
    font-size: 50px;
    text-align: center;
    visibility: hidden;
}
.dropzone .remove i {
    cursor: pointer;
    top: 45%;
    position: relative;
    transform: translateY(-50%);
}
.dropzone .dz-image:hover .remove {
    visibility: visible;
}
.checkbox label {
    padding-left: 0;
}
.modal-content {
    border-radius: 0;
}
.popover {
    border-radius: 0;
}

.btn-success {
    color: #fff;
    background-color: #BFD122;
    border-color: #BFD122;
}
.btn-success:focus,
.btn-success.focus {
    color: #FFF;
    background-color: #D1DE7A;
    border-color: #D1DE7A;
}
.btn-success:hover {
    color: #FFF;
    background-color: #D1DE7A;
    border-color: #D1DE7A;
}

.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #000000;
    background-color: #FFFFFF;
    border-color: #DEE2E8;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
    color: #000000;
    background-color: #FFFFFF;
    border-color: #DEE2E8;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
    background-color: #BFD122;
    border-color: #BFD122;
}
.btn-success .badge {
    color: #BFD122;
    background-color: #fff;
}
.search-form-header select {
    height: 100%;
    display: block;
    border: 0;
    font-size: 1.3em;
    color: #8A899A;
}
.search-form-header select:focus {
    outline: none;
}
.has-max-height {
    position: initial;
}
.max-height {
    min-height: 100%;
    height: 100%;
    position: absolute;
}
.pull-bottom {
    position: absolute;
    bottom: 0;
}
.navbar-howto .dropdown-menu {
    min-width: 210px;
}
.navbar-profile .dropdown-menu, .navbar-howto .dropdown-menu {
    border-radius: 0;
    padding: 0;
}
.navbar-profile .dropdown-menu a, .navbar-howto .dropdown-menu a {
    display: block;
    height: 50px;
    width: 100%;
    line-height: 50px;
    padding-left: 15px;
    font-size: 1em;
}
.navbar-profile .dropdown-menu a:hover, .navbar-howto .dropdown-menu a:hover {
    background-color:#161335;
    color: #ffffff;
    text-decoration: none;
}
.navbar-howto.active, .navbar-howto.active > a {
    color: #ffffff !important;
    background-color: #161335 !important;
}
.connect-popup {
    padding: 25px;
    color: #171436;
    background-color: #DBC4B8;
    border: 1px solid #171436;
}
.connect-popup h2 {
    font-family: Futura-Heavy, sans-serif;
    font-size: 30px;
    text-align: center;
    margin: 0 0 25px;
}
.connect-popup label {
    font-family: Futura-Heavy, sans-serif;
    font-size: 18px;
}
.connect-popup input {
    border: 1px solid #ffffff;
    color: #171436;
    height: 40px;
}
#login-form a.password-forgotten {
    margin-top:10px;
    display:inline-block;
}
#login-form a.password-forgotten, #login-form a.register-link {
    color:#FE6056;
    text-decoration:none;
}
#login-form a.password-forgotten:hover, #login-form a.register-link:hover {
    color: rgba(254, 96, 86, 0.75);
    text-decoration: none;
}
.connect-popup-ou {
    width: 70px;
    text-align: center;
    background: #DBC4B8;
    margin: -30px auto 5px;
    font-family: Futura-Heavy, sans-serif;
    font-size: 18px;
}
.connect-popup hr {
    border-color: #171436;
}
.not-member {
    margin:0;
}
.connect-popup .btn-success {
    margin: 0 auto;
}
.btn-fb-login {
    font-family: Futura-Heavy, sans-serif;
    background: #3b5998 url("../img/facebook_etiquette.png") no-repeat 15px center;
    background-size: 39px 22px;
    border:none;
    padding-right: 30px;
}
.btn-fb-login:hover {
    background-color: rgba(59, 89, 152, 0.75);
}
.connect-popup .btn-fb-login {
    margin: 0 auto 15px;
    padding-right: 15px;
    display: block;
    padding-left: 63px;
}


.tooltip > .tooltip-inner {
    background-color: #8A899A;
    border-radius: 0;
    font-family: Futura-Light, sans-serif;
    color: #161335; font-size: 14px;
}
.tooltip.top > .tooltip-arrow {
    border-top-color: #8A899A;
}
span.required,sup.required {
    color: #FE6055;
}
.suggestion-row h3 {
    margin-bottom: 0;
}
.alert-danger .glyphicon {
    margin-right: 5px;
}

.suggestion-intro h2, h2.standard-heading {
    text-align: center;
    font-family: Futura-Heavy, sans-serif;
    font-size: 30px;
    color: #171436;
    padding: 25px 0 32px;
}

.suggestion-intro h2 a, h2.standard-heading a {
    font-size: 40px;
    font-family: Futura-Light, sans-serif;
}

/* sharer */
ul.shareAnnounce {
    text-align:center;
    margin:0;
    padding:0;
}
ul.shareAnnounce li {
    display:inline-block;
    list-style:none;
}
ul.shareAnnounce2 li {
    margin-left: 5px;
}
ul.shareAnnounce2 li:first-child {
    margin-left: 0;
}

ul.shareAnnounce li a {
    display: block;
    height:130px;
    width: 130px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 0;
}
ul.shareAnnounce2 li a {
    display: block;
    height:70px;
    width: 70px;
    -webkit-background-size: 75px;
    background-size: 75px;
}
ul.shareAnnounce li a:hover {
    background-position: 0 -129px;
}
ul.shareAnnounce2 li a:hover {
    background-position: 0 -74px;
}
a.carton-facebook {
    background-image:  url("../img/LESCARTONS_FB.png") ;
}
a.carton-twitter {
    background-image: url("../img/LESCARTONS_TW.png");
}
a.carton-pinterest {
    background-image: url("../img/LESCARTONS_PINT.png");
}
a.carton-facebook.carton-white {
    background-image: url("../img/FB-WHITE.png");
}
a.carton-twitter.carton-white {
    background-image: url("../img/TW-WHITE.png");
}
a.carton-pinterest.carton-white {
    background-image: url("../img/PINT-WHITE.png");
}
a.carton-whatsapp.carton-white {
    background-image: url("../img/WHATS-WHITE.png");
}
a.carton-messenger.carton-white {
    background-image: url("../img/MESS-WHITE.png");
}


.carton-copyurl {
    text-align: center;
}
.carton-copyurl input {
    width: 300px;
    padding:8px;
    border: 2px #dee3e8 solid;
}

.carton-copyurl2 input {
    width: 200px;
    color: #000;
}
.carton-copyurl2 img {
    max-width: 35px;
}

.text-404 {
    font-size: 17px;
    line-height: 17px;
    margin: 2em;
}

.announce-404 {
    background: url("../img/announce-not-found.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    margin-left: -15px;
    margin-right: -15px;
    padding: 220px 0;
}

.announce-404-content {
    padding: 4em;
    text-align: center;
    color: #ffffff;
    background-color: rgba(23, 20, 50, 0.75);
}

span.bold {
    font-family: Futura-Heavy, sans-serif;
}

.navbar-cmtcamarche {
    margin-left: 30px !important;
}

.stuff-description-widget {
    text-align: center;
}

.stuff-description-widget .sell-action {
    width: 80px;
    margin: 2px 44px -10px;
}

.stuff-description-widget .sell-action {
    float:left;
    background:#dee3e8;
    border-radius: 10px;
    display: block;
    color:#000000;
}

.stuff-description-widget a span.active {
    background-color: #8b899a;
    border-radius: 7px;
    padding: 2px 12px;
    text-decoration: none;
}

.stuff-description-widget a span {
    padding: 2px 6px;
    display: inline-block;
    text-decoration: none;
}

.stuff-description-widget a:hover {
    text-decoration: none;
}