@import url(//fonts.googleapis.com/css?family=Oleo+Script);
@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro);

body {
    background-color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    color: #978E89;

    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.margin-v-10 {
    margin: 10px 0
}

#mainMenu{
    margin-bottom:1em
}

.container {
    flex-grow: 1;
}

.container-manager-large{
    margin:0 50px
}
/** btn-secondary - doesn't use mixin :-( */
.btn-secondary {
    color: #01D7A1;
    background-color: #FCF2E6;
    border-color: #D6CDC3;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
    color: #01D7A1 !important;
    background-color: #F2E0C9 !important;
    border-color: #D6CDC3 !important;
}

.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
    background-image: none;
}

.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
    background-color: #FCF2E6;
    border-color: #D6CDC3;
}

.btn-secondary .badge {
    color: #FCF2E6;
    background-color: #01D7A1;
}

/**---*/

img.app-block-img {
    display:block;
    margin:0 auto;
}

a:hover > .label {
    text-decoration: none;
}

input[type="radio"]:focus {
    outline: none;
}

.form-control:focus {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(15, 211, 165, 0.60);
}

input[type="radio"] {
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 9px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    vertical-align: text-bottom;
    margin-right: 3px;
}

input[type="radio"]:checked:after {
    content: ' ';
    width: 12px;
    height: 12px;
    border-radius: 50px;
    position: absolute;
    top: 3px;
    background: #0fd3a5;
    /*box-shadow: inset 0px 0px 5px rgba(0,0,0,0.3);*/
    text-shadow: 0px;
    left: 3px;
    font-size: 32px;
}

input[type="radio"]:checked {
    background-color: #e9ecee;
    color: #99a1a7;
    border: 1px solid #adb8c0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
}

input[type="radio"]:active,
input[type="radio"]:checked:active {
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.container-fluid {
    margin: auto;
    width: 80%;
    max-width: 1200px;
}

@media (min-width: 768px) {
    body > .container-fluid {
        min-height: 450px;
    }
}

@media (max-width: 767px) {
    .container-fluid {
        width: 90%;
    }
    body{
        min-width: auto;
    }
}

.btn-default.disabled {
    background-color: #DDD5CA;
    color: #B7B0A6;
}

.btn {
    border-radius: 5px;
}

.required:after {
    content: "*";
}

.modal-dialog {
    color: #000000;
}

/*
 * frontuser-form
 */
div.frontuser-form-header,
div.frontuser-form-body {
    background-color: #FCF2E8;
    margin: 20px 0px 20px 0px;
    padding: 30px;
}

div.frontuser-form-header {
    min-height: 50px;
}

div.frontuser-form-header p {
    color: #8E877D;
}


div.frontuser-form-header h1 {
    font-weight: bold;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 0px;
}

div.frontuser-form-header p,
div.frontuser-form-body {
    font-size: 12pt;
}

@media (min-width: 768px) {
    div.registration-body {
        padding-right: 30%;
        background-image: url("/img/registration/earth.png");
        background-repeat: no-repeat;
        background-position: right;
    }
    div.contact-body {
        padding-right: 30%;
        background-image: url("/img/contact.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
}


div.frontuser-form-body label {
    font-weight: normal;
}

div.frontuser-form-body div.radio {
    margin-left: 10px;
}

div.frontuser-form-body .form-control {
    border-radius: 2px;
}

div.frontuser-form-body input[type=submit] {
    margin-top: 20px;
    padding: 10px 40px 10px 40px;
    border-radius: 3px;
    border: 0px;
    text-transform: uppercase;
    font-weight: bold;
}

div.frontuser-form-body div.frontuser-form-terms {
    font-size: 10pt;
    margin-top: 10px;
}

div.frontuser-form-body div.frontuser-form-terms span {
    margin-left: 10px;
}

div.frontuser-form-body div.frontuser-form-terms a {
    color: #978E89;
}


/*
 * DataGrid
 */
.kit-paginator-bootstrap {
    margin: 0px;
}

.kit-grid-bootstrap > table.table {
    margin: 10px 0px 0px 0px;
}

.kit-grid table {
    width: 100%;
}

.kit-grid thead th {
    padding: 5px;
}

.kit-grid td {
    padding: 10px !important;
    border: 0px !important;
    color: #727272;
}

.kit-grid-even {
    background-color: #EEEDEF;
}

.kit-grid-even:hover {
   background-color: #E6E6E6;
}

.kit-grid-odd:hover {
   background-color: #F5F5F5;
}

/*
 * Front styles
 */

hr {
    border-color: #A2A2A2;
    margin: 10px;
}

.message-content {
    margin-bottom: 20px;
    position:relative
}
.row.home-message {
    margin-left: -30px;
    margin-right: -30px;
}

@media (min-width: 990px) {

    .home-message,
    .home-message .message-content {
        min-height: 100px;
    }

}

.home-message .message-content > div {
    margin-left:300px;
    padding:0.5em;

}
.home-message .message-content a{
    position:absolute;
    bottom:10px;
    right:10px;
    font-weight:bold
}
.home-message div:first-child .message-content h3 {
    color: #01D7A1;
}
.home-message div:last-child .message-content h3 {
    color: #FCF2E6;
}
.home-message h3 {
    font-weight: bold;
    margin: 8px 0 12px 0;
}

.home-message div:first-child .message-content{
    background: #FCF2E6 url('../img/home_recycling_with_cliiink.png') no-repeat;
}

.home-message div:last-child .message-content{
    background: #01D7A1 url('../img/home_challenges_2.png') no-repeat;
}
@media (max-width: 1200px) {
    .home-message h3{
        font-size:18px;
        display: inline-block;
    }
}
@media (max-width: 990px) {
    .home-message .message-content {
        margin-left:15px;
        margin-right:15px
    }

    .home-message .message-content {
        background-image:none !important;
    }
    .home-message .message-content a{
        position:inherit;
        float:right
    }
    .home-message > div{
        padding-left:0;
        padding-right:0
    }
    .home-message .message-content > div{
        margin-left:0
    }
}

@media (max-width: 990px) {
    .home-message h3{
        font-size:16px;
    }
}

div.offer-heading[role=heading] {
    margin-bottom: 20px;
}

div.offer-heading[role=heading] div {
    height: 40px;
    line-height: 40px;
}

.offer-heading div {
    background-color: #02C492;
    color: #fff;
}

.offer-heading-title {
    text-transform: uppercase;
    font-size: 16pt;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}

div.offer-heading-btn {
    color: white;
    text-align: center;
    vert-align: middle;
    border-left: 1px solid #fff;
    background-color:#ED553B;
}

.offer-heading-btn > *,
.offer-heading-btn > a:hover {
    color: white;
    text-decoration: none;
    display:block;
    text-transform:uppercase;
    font-weight:bold;
    font-size:16px;
}

div.offer-heading-btn:hover {
    background-color: #d24831;
}

/*
 * Footer
 */
footer {
    font-size: 14pt;
    text-align: center;
    margin-top: 20px;
}

footer div[role=navigation] ul li {
    list-style: none;
    text-align: left;
    padding: 5px 0px 5px 0px;
}

footer div[role=navigation] ul li:not(.kit-cms-last) {
    border-bottom: 1px solid rgba(235, 235, 235, 0.59);
}

footer div.footer * {
    color: #ebebeb;
}

footer div.footer {
    padding: 10px 0px 10px 0px;
}

footer div.footer2 {
    min-height: 400px;
    display: flex;
    background-color: #978E89;
}

footer div.footer1 {
    background-color: #01D7A1;
}

@media (min-width: 768px) {
    .pull-down {
        display: table-cell;
        float: none;
        vertical-align: bottom;
    }
}

.flash-message {
    position: fixed;
    width: 50%;
    left: 25%;
    top: 10%;
    min-height: 30px;
    opacity: 0.5;
}

.flash-message > div {
    border: 1px solid #666;
    background-color: #CCC;
    color: #CCC;
}
.affix-top,.affix{
    position: static;
}

#sidebar li.active {
    border:0 #eee solid;
    border-right-width:5px;
}

/*!
 * Offers css
 */

.offer {
    background-color: #FCF2E8;
}

.row.offer {
    padding-bottom: 30px;
}

.row.offer,.row.offer-similar {
    max-width: 1000px;
    margin: auto;
}

.offer-header,
.offer-header > img,
.offer-head,
.offer-head > img {
    width: 100%;
}

.offer-overlay {
    padding: 10px;
    width: 100%;
    display: inline-block;
    background-color: #4C4C4C;
    color: #FFFFFF;
}

.offer-overlay h1 {
    margin: 0px;
}

p.offer-city {
    margin: 0px;
}
.offer-content > .offer-details,.offer-content > .offer-partner{
    padding:10px;
}

.offer-cgv strong{
    font-weight: initial
}

.offer-valid-to-date{
    font-weight: bold;
    padding: 1em;
    margin: 0.5em;
    text-align: center;
}

.offer-duration-between-subscriptions-by-same-user{
    padding: 1em;
    margin: 0.5em;
    font-size: 12px;
    text-align: center;
    font-style: italic;
}

.offer-option-message{
    font-style:italic;
}
@media (min-width: 1200px) {

    div.offer-header {
        position: relative;
    }

    div.offer-header,
    div.offer-header img.offer-img {
        height: 400px;
    }

    div.offer-header > div.offer-overlay {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 40%;
        height: 100%;
        /* styling bellow */
        background-color: rgba(0, 0, 0, 0.6);
        font-size: 15px;
    }

    div.offer-header .offer-img-annotation, div.offer-grid-image .offer-img-annotation{
        position: absolute;
        top: 0px;
        left: 0px;
        background-color:#FE9900;
        color:#fff;
        padding:0.5em;
        font-size: 14px;
    }
    .offer-content > .offer-details{
        width:60%;
        display:inline-block;
        padding:10px;
        float:left;
    }

    .offer-content > .offer-partner{
        width:40%;
        border-left :1px solid #ccc;
        display:inline-block;
        padding:10px
    }
}

.offer-overlay h1,
.offer-details h2,
.offer-similar h1 {
    text-transform: uppercase;
}

.offer-overlay h1 {
    color: #01D7A1;
    font-size: 20pt;
}

.offer-overlay p:not(.offer-city, .offer-time) {
    margin: 0px;
}

.offer-overlay .cliiink-points .label {
    color: #4C4C4C;
}

.offer-city {
    font-size: 16pt;
    margin: 30px 0px 0px 0px;
}

.cliiink-points {
    color: #01D7A1;
    font-size: 20pt;
    font-weight: bold;
    margin: 0px;
    line-height: 32px;
}

.cliiink-points > span {
    vertical-align: middle;
}

.cliiink-points > span.label {
    background-color: #01D7A1;
    text-transform: uppercase;
    font-size: 10pt;
}

.offer-price {
    color: #A9A9A9;
}

.offer-time {
    margin-top: 30px;
    padding: 10px;
    border-radius: 5px;
}

.offer-time .glyphicon {
    color: #01D7A1;
    font-size: 16pt;
    vertical-align: bottom;
}

.offer-time span.label {
    font-size: 10pt;
}

.offer-details {
    color: black;
}

.offer-details > .offer-partner-description {
    margin-bottom: 20px;
}

.offer-category {
    display: inline-block;
    margin: 5px;
    padding: 3px;
    color: #5e5e5e;
    background-color: #FFFFFF;
    border: 1px solid #ece5db;
}

.offer-subscribe > a,
.offer-subscribe > form > button[type="submit"] {
    width: 100%;
    font-size: 16pt;
    color: #FFFFFF;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 3px;
    border: 0px;
    text-transform: uppercase;
    font-weight: bold;
}
.offer-subscribe > a.not-available{
    font-size: 12pt;

}

.offer-subscribe > form .cliiink-points input {
    font-size: 16pt;
    height: 58px;
    padding: 10px 12px;
}

.offer-subscribe > form .cliiink-points span.label {
    font-size: 16pt;
}

@media (max-width: 768px) {
    .offer-subscribe > a,
    .offer-subscribe > form > button[type="submit"] {
        padding: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

.offer-subscribe > p {
    color: #01D7A1;
    margin: 0px 0px 10px 0px;
}

.offer-subscribe,
.offer-subscribe > p > a
{
    color: black;
}

.offer-subscribe > form {
    margin-top: 10px;
}

.offer-subscribe > form .cliiink-points input {
    display: inline-block;
    margin-right: 10px;
    width: 100px;
}

.offer-warning {
    color: #fff;
    font-size: 18px;
    text-align:center;
    background: rgba(237,85,59,0.8);
    padding:5px
}


.offer-similar h1
{
    color: #000000;
}

a.offer-grid-item {
    color: #727272;
    text-decoration: none;
}

a.offer-grid-item > div {
    margin-bottom: 20px;
}


.offer-grid-overlay {
    position:absolute;
    bottom:0px;
    left:0px;
    width:100%;
    /* styling bellow */
    padding: 2%;
    background: rgba(0,0,0,0.6);
}

.offer-grid-image {
    width: 100%;
    background-size: cover;
    background-position: center;
    min-height: 200px;
}

.offer-grid-image {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    float: left;
    position: relative;
}


.offer-grid-subcategory-image {
    margin: 0 5px;
    height: 30px;
}

.offer-grid-overlay p {
    font-size:15px;
    color: #FFFFFF;
    font-weight: bold;
    text-transform: uppercase;
}

.offer-grid-bottom-container {
    width: 100%;
    display: inline-block;
    border: 1px solid #ece5db;
    margin-bottom: 2em;
}
.offer-grid-category{
    margin-bottom: 5px;
    display: flex;
    flex-wrap: nowrap
}
.offer-grid-category .offer-grid-subcategory-name{
    border-bottom: 5px solid #90c306;
    flex-grow: 1;
    display: flex;
    align-items: center;
}
.offer-grid-value {
    color: #01d7a3;
}
.offer-grid-bottom {
    height: 100px;
    overflow: hidden;
}

.offer-grid-notice {
    margin-bottom: 2px;
}

.offer-grid-bottom .city {
    color: #000000;
    font-weight: bold;
    font-size: 14pt;
}

.offer-grid-bottom div.value {
    text-align: left;
}

@media (min-width: 992px) {
    .offer-grid-bottom div.value {
        text-align: right;
    }
}
@media (max-width: 992px) and (min-width: 768px){
    .offer-grid-bottom {
        height: 100px;
    }
}
@media (max-width: 767px) {
    .offer-grid-bottom {
        height: 75px;
    }
}

.offer-grid-bottom .cliiink-points,
.offer-grid-bottom .cliiink-points + .label{
    text-transform: uppercase;
    font-weight: bold;
}

.offer-grid-bottom .cliiink-points {
    color: #01D7A1;
    font-size: 18pt;
}


.offer-grid-bottom .cliiink-points + .label {
    background-color: #01D7A1;
    vertical-align: super;
    font-size: 11pt;
}


.offer-grid-bottom div.subcategory {
    clear: both;
    width: 100%;
    color: #90c306;
}

/*
 * Offer subscription list
 */
div.subscription-grid {
    float: left;
    max-width: 900px;
}

/*
 * Offer subscription
 */
div.subscription {
    background-color: #FCF2E6;
    text-align: center;
}

div.subscription h1 {
    margin-top: 20px;
    font-size: 36px;
    color: #003399;
}
div.subscription p {
    color: black;
    font-size: large;
}


div.subscription * {
    text-align: center;
}

/*
 * Offer Head
 */

div.offer-head-slider {
    margin-bottom: 20px;
}

.offer-head-slider .highlight img {
    width: 100%;
    min-height: 125px; /*because min width is 360 and image dimension must be 1152x400*/
}

.offer-head-slider .owl-item .picto {
    display: inline;
    width: auto;
}

div.offer-head,
div.offer-head > .offer-img > img {
    width: 100%;
}

.offer-img {
    overflow: hidden;
}

@media (min-width: 992px) {

    div.offer-head {
        float: left;
        position: relative;
    }

    div.offer-head > div.offer-overlay {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        /* styling bellow */
        /* styling bellow */
        background-color: rgba(0, 0, 0, 0.6);
        font-size: 15px;
    }
}

div.offer-head .offer-overlay div {
    display: inline-block;
}

div.offer-head .offer-overlay .timeleft {
    margin-left: 20px;
    color: #929292;
}


div.offer-head .offer-overlay .middle {
    text-align: right;
    text-align: right;
}

div.offer-head .offer-overlay div:last-child {
    text-align: center;
}

div.offer-head .offer-overlay div:last-child .btn {
    background-color: #02C492;
    text-transform: uppercase;
    border-radius: 3px;
    height: 80px;
    font-weight: bold;
    font-size: 16pt;
    box-shadow:5px 5px 3px rgba(0,0,0,0.4);
}

/*
 * Home Manager Styles
 */

.stats-chart {
    margin-bottom: 20px;
    display: block;
}

.stats-chart-block {
    display: inline-block;
    margin-left: 50px;
}

/*
 * User profile
 */
.user-profile > div {
    padding: 10px;
}

.user-profile {
   text-align: center;
    display: flex;
    flex: 1;
    flex-flow:row wrap
}
.user-profile .user-profile-item{
    flex:1;
    min-width:200px;
}

.user-profile .user-profile-item h4{
    font-size:20px;
    font-weight:bold;
    color: #01D7A1;
}
.user-profile .user-profile-accumulated_points h4{
    color: #01D7A1;
}
.user-profile .user-profile-current_points h4{
    color: #fff;
}

.user-profile .image-container{
    position:relative;
    height:130px;
}
.user-profile .image-container .image{
    width:88px;
    position:absolute;
    bottom:0;
    left: calc(50% - 44px)
}

.user-profile .user-profile-item>div {
    height:100%;
    background-color: #FCF2E6;
    border:1px solid #FCF2E6;
    padding:0.5em
}
.user-profile .user-profile-item .ranking{
    color:#21318D;
    padding:0.5em;
    background:#fff;
    text-transform: uppercase;
}
.user-profile .user-profile-current_points>div{
    background-color: #01D7A1
}
.user-profile .cliiink-points .label {
    color: #FCF2E6;
}
.user-profile .user-profile-current_points .cliiink-points {
    color: #FCF2E6;
}
.user-profile .user-profile-current_points .cliiink-points .label{
    background-color: #FCF2E6;
    color: #01D7A1
}
.user-profile .cliiink-points p {
    color: #FCF2E6;
}

.user-profile .user-profile-info {
    flex:4
}

.user-profile h1 {
    font-size: 18pt;
    margin-left: 0px;
    font-weight: bold;
}

.user-profile-date {
    font-style: italic;
}

.user-profile-address {
    color: #000000;
}

.user-profile-content {
    margin-bottom: 20px;
}

.user-profile-ranking a:hover {
    text-decoration: none;
}


/*
 * Ranking team
 */
div.ranking-teams > h1,
div.ranking-item-text > .title {
    color: #2A2E91;
    text-transform: uppercase;
}

div.ranking-teams > h1 {
    font-size: 32pt;
}

div.ranking-teams > h1,
div.ranking-teams > .description {
    width: 50%;
    margin: auto;
}

div.ranking-items {
    margin-left: 10%;
}

div.ranking-item {
    padding: 20px;
}

img.ranking-item-img {
    margin-right: 10px;
    max-width: 128px;
    max-height: 128px;
}

div.ranking-item-text {
    vertical-align: middle;
}

div.ranking-item-text > .title {
    font-size: 16pt;
}
div.ranking-item-text > .description {
    color: #EF039F;
    font-weight: bold;
    margin-top: 10px;
    display: block;
}

/*
 * Contact Form
 */
.contact-form {
    width: 60%;
    margin: auto;
}

/*
 * Charts
 */
.doughnut-legend {
    list-style: none;
    right: 8px;
    top: 0;
}

.doughnut-legend li {
    display: inline-block;
    padding-left: 30px;
    position: relative;
    margin-bottom: 4px;
    border-radius: 5px;
    padding: 2px 8px 2px 28px;
    font-size: 14px;
    cursor: default;
    -webkit-transition: background-color 200ms ease-in-out;
    -moz-transition: background-color 200ms ease-in-out;
    -o-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out;
}

.doughnut-legend li span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 100%;
    border-radius: 5px;
}

/*
 * User login
 */
div.user-login h1 {
    text-align: center;
}

div.user-login .btn.btn-primary {
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
}

/*
 * User resetting
 */

div.user-resetting {
    text-align: left;
}

div.user-resetting button {
    width: 100%;
}

/*
 * User frontuser-form check mail
 */
div.user-register-checkmail {
    text-align: center;
}
div.user-register-checkmail p {
    font-size: 14pt;
}

/*
 * KitPagesShop Styles
 */
.kit-shop-admin-filter {
    border: 0px !important;
}

#form_order_state .checkbox {
    display: inline-block;
}

table.kit-shop-admin-table thead tr th,
table.kit-shop-admin-table .kit-shop-admin-table-title,
table.kit-shop-admin-table tbody td {
    border: 1px solid #DDDDDD !important;
}

table.kit-shop-admin-table thead tr th {
    color: #319863 !important;
}

table.kit-shop-admin-table tbody td {
    background-color: #f9f9f9 !important;
}

table.kit-shop-admin-table tbody tr:hover td {
    background-color: #F5F5F5 !important;
}

/*
 * Cms styles
 */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.disabled.disabled-with-title {
    pointer-events: auto;
}
.app-block-concept {
    margin-bottom: 40px
}

.layout-double-column h1,
.layout-get-a-card h1,
.app-block-concept .title-2
{
    font-size : 36px;
    text-align: center;
}

.layout-double-column h1 strong,
.layout-get-a-card h1 strong,
.app-block-concept .title-2 strong{
    color: #0fd3a5;
    font-weight: normal;
}

.app-block-concept h2 {
    font-size : 24px;
    color: black;
    text-align: justify;
}

.app-block-concept h2 strong{
    color: #0fd3a5;
}
.app-block-concept p{

    font-size: 16px;
    color: black;
    text-align: justify;
}

#masthead{
    margin-bottom:20px
}

.form-temp-error{
    border:1px solid red;
    transition:opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
}

/** google infowindow styles */
.gm-style-iw-c {
    position: absolute;
    box-sizing: border-box;
    overflow: hidden;
    top: 0;
    left: 0;
    transform: translate(-50%, -100%);
    background-color: rgba(255,255,255,0.9);
    padding: 12px !important;
    box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.3);

}
.gm-style-iw-d{
    overflow-x:visible !important;
    overflow-y: scroll
}

.form-help-text{
    padding:0 0.5em;
    color: #777;
    font-size: 85%;
}
.form-group ~ .form-help-text{
    margin-top:-15px
}
.offer-address {
    text-align: justify;
    font-weight: 600;
}

.offer-cgv {
    font-style: italic ;
    text-align: justify ;
}
.offer-details {
    text-align: justify;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5%;
}
