/* Minification failed. Returning unminified contents.
(503,1): run-time error CSS1019: Unexpected token, found '}'
(1126,1): run-time error CSS1019: Unexpected token, found '}'
 */
/** pour eviter les pointillés autour des lien sur mozilla **/
::-moz-focus-inner {
  border: 0 !important;
}
a:focus { outline: 0px !important; }
/*a{
    color:#6BCEA0;
}*/
/*a:hover {
    color: #6BCEA0;
}*/
a:hover,
a:focus{
    color:#1D965E;
}
body{
    min-width:280px;
    font-family: 'Lato', sans-serif;
    background: #F5F5F5;
}
#body{
    min-height:400px;    
}
.ccpros-icon{
    background:url(/Content/img/icons/vitrines&24.png);
}
.ccrare-icon{
    background:url(/Content/img/icons/annonces&24.png);
}
.ccicon16 {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width:16px;
    height: 16px;
    vertical-align: text-bottom;
}

.ccali {
    width: 100%;
    height: 100%;
}
.ccbr {
    padding:3px;
}
.ccinline {
    display: inline-block;
    vertical-align: top;
}

.ccred {
    color: #d43f3a;
}

.ccblue {
    color: #98938F;
}

.ccc1, .ccc2, .ccc3, .ccc4, .ccc5, .ccc6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    -webkit-margin-before: 0.37em;
    -webkit-margin-after: 0.37em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    color:#625d59;
}

.ccc1, .ccc2, .ccc3 {
    margin-top: 10px;
    margin-bottom: 10px;    
}
.ccc4, ccc5,ccc6{
    color:#6BCEA0;
}
.ccc1,.ccc2{    
    letter-spacing:1px;
}
.ccc1 {
    font-size: 1.5em;
    font-family: 'Oswald', sans-serif;  
    font-weight:300;
}

.ccc2 {
    font-size: 1.4em;
    font-family: 'Oswald', sans-serif;  
    font-weight:300;
}

.ccc3 {
    font-size: 1.1em;
    margin-top:0;
}

.ccc4 {
    font-size: 1.2em;
}

.ccc5 {
    font-size: 1em;
    font-weight: bold;
}

.ccc6 {
    font-size: 12px;
    font-weight: bold;
}
.badge{    
    border-radius: 2px !important;
    position:relative;
    word-spacing: 3px;
}
/*.badge:before,
.badge:before {
    border-right: 8px solid #767676;
    border-top: 10px solid transparent;
    border-right: 8px solid #767676;
    border-bottom: 10px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    top: 0;
    left: -8px;
    width: 0;
}
.badge::after,
.badge:after {
    border-radius: 50%;
    content: "";
    height: 4px;
    position: absolute;
    top: 8px;
    left: -2px;
    width: 4px;
}*/


h1 a {
    text-decoration:none;
    color:#5e5956;
    font-weight:300;
}
h1 a:hover,h1 a:focus{
     color:#6BCEA0;
     text-decoration:none;
}

.ccul a {
    color: #555;
}

.btn-ccprimary{
  color: #fff;
  background-color:#E7AE3B; /*#847C76;*/
  border-color:#E7AE3B; /*#847C76;*/
}
.btn-ccprimary:hover, .btn-ccprimary:focus, .btn-ccprimary.focus, .btn-ccprimary:active, .btn-ccprimary.active, .open>.dropdown-toggle.btn-ccprimary {
  color: #fff;
  background-color: #7C7169;
  border-color: #625951;
  outline-color: #625951;
    outline-style: initial !important;
}

/***cch-catego***/
.cch-catego {
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
    margin: 10px;
    vertical-align: top;
}

.cch-catego-header {
    color: #F3F5FA;
    border-bottom: 1px solid #535E66;
    padding: 10px;
    font-weight: bold;
}

.cch-catego-body {
    padding: 10px;
    min-height: 180px;
}

    .cch-catego-body a {
        display: block;
    }
/*** END - cch-catego***/

/**TAGS**/
.cctag-cat {
    display:inline-block;
    vertical-align:top;
    margin:10px;
}

/*** categ-input-wrap ***/
.categ-input-wrap {
    position: relative;
}
#ccsearch-choice{
    text-align:center;
}
#ccsearch-choice .categ-input-wrap input {
    padding-left: 30px;
}

.categ-input-wrap i {
    position: absolute;
    top: 4px;
    left: 0;
    font-weight: bold;
    padding: 5px 8px;
}
/*** END - categ-input-wrap ***/


/*** cc-catego-nav ****/





    .cc-catego1-nav > div {
        display: none;
        padding: 16px;
        text-align:center;
    }

        .cc-catego1-nav > div.selected {
            display: block;
        }

    #ccnavbar .cc-catego1-nav a {
       color: #f7f7f7;
      padding: 5px;
      text-decoration: none;
    }

        #ccnavbar .cc-catego1-nav a.badge {
              background-color: #E7AF3D;
              color:#fff;
              padding: 6px;
        }
        .cc-catego1-nav a.badge:hover {
            color:#fff;
        }

/*** END - cc-catego-nav ****/

.validation-summary-errors {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.validation-summary-errors li{
    list-style-type:none;
}
.field-validation-error {
    color: crimson;
    /*color: #A94442;
    background: rgb(247, 235, 235);
    padding: 10px;
    border-radius: 6px;*/
}

.btn > div {
    display: inline-block;
}

.ccbold {
    font-weight: bold;
}

.ccleft120img {
    position: absolute;
    left: 15px;
    top: 15px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 100px;
}

#ccsocialconnect {
    background-image: url(/Content/img/icons/connect3.png);
    width: 70px;
    height: 70px;
    margin: 20px;
}

#ccinscription {
    background-image: url(/Content/img/icons/magicwand.png);
}

#ccconnect {
    background-image: url(/Content/img/icons/email.png);
}


#ccpublish-v{
    background-color:#fff; /*#625D59;*/    
    border-left: 10px solid #E7AE3B;
}
#ccpublish-v .ccc2, #ccpublish-v .ccc5 {
    color:#625d59; /*#E7AE3B;*/
}
#ccpublish-a {
    background-color:#fff;
    border-left: 10px solid #808080;
}
#ccpublishon{
    text-align:center;
}
.ccpublishon-info{
    text-align:left;
    margin: 0 25px 10px;
}
.ccpublishon-info a {
    color:#808080;
}
.ccp-zone li:not(:first-child) {
    border-top: 1px dotted #ddd;
}

.ccp-zone li {
    padding-top: 8px;
    margin-top: 8px;
    color: #888;
    list-style-type: none;
}

/*.ccp-zone,*/ 
.ccp-btn {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    background-image: none;
    border: 1px solid #ccc;
    white-space: normal;
    padding: 6px 10px 6px 130px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-decoration: none;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    margin: 10px;
}

.ccp-zone {
    width: 100%;
    min-height: 155px;
    min-width: 200px;
    position: relative;
}

#ccloginerror {
    text-align: center;
}

#cclogin {
    vertical-align: middle;

}
#ccsignup-choices {
    width:310px;
    margin:15px auto;
    display:block;
}
#ccsignup-choices .btn {
    width: 260px;
    text-align: left;
    margin-bottom: 10px;
    display: block;
}

.ccbticon {
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.ccbticon-fb {
    background-image: url(/Content/img/icons/ccbticon-fb.png);
}

.ccbticon-gpls {
    background-image: url(/Content/img/icons/ccbticon-gpls.png);
}

.ccbticon-twit {
    background-image: url(/Content/img/icons/ccbticon-twit.png);
}

.ccbticon-email {
    background-image: url(/Content/img/icons/ccbticon-email.png);
}

.ccp-zone button,
.ccp-zone input {
    margin-bottom: 15px;
    margin-right: 5px;
    vertical-align: top;
}

.ccp-zone.ccinverse .ccc2,
.ccp-zone.ccinverse .ccc3,
.ccp-zone.ccinverse {
    background-color: #625D59;
    color: #eee;
}

/*.ccbadgeslst li {
    list-style-type: none;
}
.ccbadgeslst li:before {
    content: " » ";	
}*/
.ccp-btn {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .ccp-btn:hover, .ccp-btn:focus, .ccp-btn:active, .ccp-btn.active {
        color: #333;
        background-color: #ebebeb;
        border-color: #adadad;
    }

.ccbtn-desc {
    margin-top: 15px;
}

.cc-narrow-page {
    padding: 40px;
    /*background-color: #F5F5F5;*/
}

.cclabel13 {
    color: #98938F;
    font-size: 1.4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.61);
}

.ccicon12 {
    background-repeat: no-repeat;
    background-position: center center;
    width: 12px;
    height: 12px;
    display: inline-block;
    background-size: contain;
}
footer {
    background-color:#2A2D35;
    color:#BDBAB8;
    padding: 5px 30px 0;
    border-top: 1px solid rgba(76, 102, 164, 0.16);
    margin-top: -20px;
}
footer a{
    color:#BDBAB8;
}
footer a:hover,footer a:active {
    color:#F3F5FA;
    text-decoration:none;
}
footer .bar-wrapper {
    border-top:1px solid #3A4147;
    padding:10px 0;
}
#footer-tags-bt{
    /*border: 1px solid;*/
    border-radius: 20px;
    padding: 5px 10px;
    margin: 5px;
    background:#444852;
}
#ccnoitem-found{
    font-size:1.4em;
    color: #bbb;
    text-align: center;
    padding: 60px 10px;
}
}
.float-left, .float-right {
    display: inline-block;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}



    #ccnavbar form a {
        text-decoration: none;
    }




#publish-bt {
    margin: 5px 10px;
}

#cc-global-location-input-wrap {
    position: relative;
}
#ccpagination .ccloading,
    #cc-global-location-input-wrap .ccloading {
        background-image: url(/Content/img/loading.gif);
        background-repeat: no-repeat;
        background-size: contain;
        width: 24px;
        height: 24px;
        font-weight: bold;
        display: none;
        z-index:10;
    }
    #cc-global-location-input-wrap .ccloading {
        top: 9px;
        right: 10px;
        position: absolute;
    }
    #ccpagination .ccloading{
        margin:0 auto;
    }
    
.league-name {
    margin: 10px 15px 5px 5px;
    padding: 3px;
    border-bottom: 1px solid #ccc;
}

.th-item-name {
    display: inline-block;
}

.th-item-cp {
    float: right;
}


.float-right > a,
.float-right > button {
    display: inline-block;
    margin: 3px 10px 3px 0;
}

/*.ccvitrine-header{
    margin-bottom:20px;
}*/

/*.ccp-zone,*/
#ccrelated-ads, 
#ccvitrine-item,
/*#ccad-fulldesc,*/
.ccvitrine-header-modif,
.ccvitrine-header,
.cclist-result li, 
#ccsearch-map {
    /*border-bottom: 1px solid #ccc;*/
        background: #fff;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.22);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.22);
    border-radius:3px;
    /*overflow: hidden;*/
}

.cclist-result li:hover{
    box-shadow: 0px 1px 6px 0 rgba(0, 0, 0, 0.5);
}
.cclist-result li:active {
    box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.cclist-result li:not(:last-child) {
    border-bottom: 1px #eee solid;
}

.cclist-result li {
    list-style-type: none;
    /*border-bottom: 1px solid #eee;*/
    padding: 10px;
    overflow: hidden;
    position: relative;
    overflow: inherit;
    margin-bottom:10px;
}

    .cclist-result li .badge,
    .cclist-result li a {
        cursor: pointer;
        margin-bottom:2px;
    }
#ccrelated-ads .ccselected-item {
    background-image: url(/Content/img/icons/go-back-lg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 10px;
    height: 80px;
    position: absolute;
    top: 20px;
    left: 0;
}
/*.cclist-result li:last-child {
    border-bottom: none;
}*/
@media (min-width: 767px) {
    .cclist-result ul {
        margin: 20px;
    }
}

@media (max-width: 766px) {
    .ccppage-id {
        text-align: center;
    }

    .cclist-result ul {
        margin: 5px;
    }
}

.ccclear {
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
}

@media screen and (max-width:600px) {
    .float-left,
    .float-right {
        float: none;
    }
    #ccnavbar .float-right form.btn, #ccnavbar .float-right a.btn{
          width: 111px;
    }
    #ccnavbar {
        text-align: center;
    }

   

    #ccfooter-categories button {
        width: 100%;
    }

    #ccfooter-categories li {
        width: 49%;
    }
}

#logoutForm {
    /*padding: 6px 12px 6px 50px;*/
    padding: 6px 12px;
    position: relative;
}

.ccnavphoto {
    position: absolute;
    top: -1px;
    left: 7px;
    height: 35px;
    width: 35px;
    display: inline-block;
    background-size: contain;
    border-radius: 50%/50%;
    -webkit-border-radius: 50%/50%;
    -moz-border-radius: 50%/50%;
    margin-right: 5px;
    vertical-align: middle;
}

#ccmain-menu .ccitem-menu {
    padding: 0 10px;
}

    #ccmain-menu .ccitem-menu.enabled {
        background-color: #FAFAFA;
    }

@media screen and (min-width:468px) {
    #ccmain-menu .ccitem-menu.enabled {
        -webkit-border-top-left-radius: 6px;
        -webkit-border-top-right-radius: 6px;
        -moz-border-radius-topleft: 6px;
        -moz-border-radius-topright: 6px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }
}

@media screen and (max-width:467px) {
    /* menu des autres pages */
    #ccmain-menu .ccitem-menu.enabled {
        -webkit-border-radius: 60px;
        -moz-border-radius: 60px;
        border-radius: 60px;
    }

    .ccitem-menu {
        margin-bottom: 5px;
    }
}

@media screen and (max-width:600px) {
    .ccp-zone, .ccp-btn {
        padding: 6px 0;
    }

    .cc-narrow-page {
        padding: 20px 5px;
        min-width: 280px;
    }
}

#cc-page-message .btn {
    width: 65px;
}

#ccemailconnect {
    max-width: 526px;
    margin: 0 auto;
    /*border: 1px solid #625D59;
    border-radius: 5px;*/
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.22);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.22);
}

#cc-pro-services .badge > label {
    cursor: pointer;
}
#cc-pro-services .badge{
    margin:2px;
    cursor: pointer;
        background-color: #E7AE3B;
}
@media screen and (max-width:657px) {
    #ccemailconnect {
        max-width: 260px;
    }
}

#ccemailconnect button,
#ccemailconnect input {
    width: 200px;
}

#ccemailconnect .col-md-6 {
    padding: 0;
}

    #ccemailconnect .col-md-6 > .ccp-zone {
        margin: 0;
        border: none;
        border-radius: 0;
    }

.ccleft120img {
    position: relative;
    margin: 20px auto;
    top: 0;
    left: 0;
}

.row {
    margin-right: 0;
}

.ccp-zone, .ccp-btn {
    padding: 15px;
    text-align: center;
    margin: 5px 0;
}

.col-sm-6 {
    padding-right: 0;
    margin-bottom: 20px;
}

@media screen and (max-width:300px) {
    #ccfooter-categories li {
        width: 100%;
    }
}

#cchome-rubriques {
    text-align: center;
    padding: 20px;
    background-color: #f3f3f3;
}

    #cchome-rubriques a {
        text-decoration: none;
    }

.ccrubrique-desc {
    font-size: 1.1em;
    margin-bottom: 10px;
}

.ccrubrique {
    display: inline-block;
    vertical-align: top;
    margin:20px 20px 10px;
    padding: 0;
  background-color: #fff;
  border-radius:8px;
  border-bottom: 3px solid #ccc;
  overflow: hidden;
  max-width:340px;
}
.ccrubrique:hover, .ccrubrique:active {
    /*background-color: #EFEFEF;*/
    border: 1px solid #ccc;
    border-bottom: 3px solid #ccc;
}
.ccrubrique-txt {
    padding: 16px 32px;
    margin: 0;
    /*color: #F3F5FA;*/
    color:#2A2D35;
}
#cch-ads{
    border-color: #808080;
}
#cch-pageperso{
      border-color:#E7AE3B;
}
.ccrubrique-img {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width:100px;
  height:100px;
  margin: -3px -3px 0;
  text-align: center;
  margin-top: -3px;
}

.ccrubrique-img-b {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    /*width: 25px;
    height: 25px;*/
  width: 109px;
  height: 40px;
    margin: 10px 5px 10px 10px;
    display: inline-block;
    vertical-align: middle;
}

.ccrubrique-title {
    /*margin: 10px 10px 10px 0;*/
    margin:10px;
    color: #94918F;
    font-size: 1.1em;
    display: inline-block;
    vertical-align: middle;
}

.cch-forum-img-b {
    background-image: url(/Content/img/icons/forum.png);
}
/*#cch-forum .ccrubrique-img
{
    background-image: url(/Content/img/icons/forum.png);
}
#cch-forum .ccrubrique-img-b
{
    background-image: url(/Content/img/icons/forum.png);
}*/
.cch-ads-img-b {
    background-image: url(/Content/img/icons/annonces4.png);
}
.cch-pageperso-img-b {
    background-image: url(/Content/img/icons/vitrines4.png);
}
.cch-add-ad-img-b{
    background-image: url(/Content/img/icons/addad.png);
}
.cch-add-v-img-b {
    background-image: url(/Content/img/icons/addpro.png);
}


.cch-ads-img-home-b,.cch-pageperso-img-home-b{
    color: #fff;
    font-size: 1.4em;
      padding:8px 10px;
      margin-bottom:20px;
      margin-top:0;
}

.cch-ads-img-home-b {
      background-color:#808080; 
}
.cch-pageperso-img-home-b {
    background-color: #E7AE3B;
}
.cch-publier-b{
    background-image: url(/Content/img/icons/publier.png);
}
/*#ccmainbtns > a {
    border: 1px solid;
    border-radius: 4px;
    padding: 6px 12px;
}*/

#ccad-photos img {
    border-radius:5px;
}

#zc-utilisat ol>li{
    padding:10px 0;
}
.cch-calendar-img-b {
    background-image: url(/Content/img/icons/calendrier.png);
}

#ccnavbar .float-right form.btn,
#ccnavbar .float-right a.btn{
  border-radius: 0;
  padding: 5px;
  margin: 5px 5px 0;
  text-align: left;
  border-bottom-width:3px;
}
#ccnavbar .float-right form.btn{
    padding: 9px 5px;
}


#cclayout {
    float:right;
    font-size:24px;
}
.row .ccresults-lst{
    padding:7px 0 7px 15px;
}
#ccpage-title,
#ccads-title-options{
    padding: 3px 15px 0;
    background-color:#fff;  /*#d8d8d8;*/
    color: #fff;
    margin-bottom: 15px;
        -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.22);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.22);
        /*text-shadow: 0px 1px #FFFFFF;*/
        overflow:hidden;
}
#ccads-groupetitle{
    float:left;
}
#ccnavbar .cclink:hover {
    color:#6BCEA0; 
}
#ccnavbar .cclink:active,
#ccnavbar .cclink:focus {
    color:#1D965E;
}
#ccnavbar .cclink.selected {
    /*color: #6BCEA0 !important;*/
    color: #FFF !important;
    border-bottom:3px solid #e7ae3b;
    background-color:#797979; /*#625D59;*/
    border-radius:0;
}
#ccmainbtns .cclink.selected {
    border-top:3px solid #e7ae3b;
    border-bottom:none;
}
.btn-ccdanger{
    /*color:#d9534f !important;*/
    border:1px solid #eee;
    border-radius:4px;
}
.btn-ccdefault {
    color : #847C76
}

.cctemoin-img {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    width: 120px;
    height: 120px;
    margin: 5px 20px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    border-radius: 150px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}

#temoin-0 {
    background-image: url(/Content/img/temoins/0.jpg);
}

#temoin-1 {
    background-image: url(/Content/img/temoins/1.jpg);
}

#temoin-2 {
    background-image: url(/Content/img/temoins/2.jpg);
}

#temoin-3 {
    background-image: url(/Content/img/temoins/3.jpg);
}

#cchome-temoignage {
    text-align: center;
    background-color: #eee;
    padding: 20px;
}

#ccfooter-categories {
    padding: 10px;
    text-align: center;
}

#cchome-rubriques .ccrubrique-title {
    font-size: 1.5em;
        color: #625D59;
    /*font-weight: bold;*/
}

#ccfooter-categories li {
    list-style-type: none;
    display: inline-block;
    padding-bottom: 2px;
    min-width: 150px;
}

ul.ccul {
    margin: 0;
    padding: 0;
}

#ccfooter-categories button {
    min-width: 150px;
}
#ccsearch-result, #ccppage-wrapper {
     background:#F5F5F5; /*#e9e9e9;*/
}

#ccppage-wrapper.ccv-connected{
    background:#fff;
}

/*Calendar Page*/
.ccitem-menu {
    display: inline-block;
}

#ccmain-menu {
    text-align: center;
    padding-top: 5px;
    background-color: rgba(76, 102, 164, 0.39);
    background-color: #CFD2F5;
}

    #ccmain-menu a {
        text-decoration: none;
    }
#cchomeslider-wrap .ccmk-choice{
    background-color: rgba(46, 49, 53, 0.47);
}
    .ccmk-choice input {
        padding: 6px;
        margin: 5px 0;
    }

#ccsearch-choice .form-control {
    width: 170px;
}

/*Surcharge de bootstrap*/ 
.form-control {
    width: 150px;
    display: inline-block;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
  background-color: #625D59;
  border-color: #625D59;
}
.pagination>li>a, .pagination>li>span{
    color: #625D59;
}
}






.cc-fileupload-zone {
    display: inline-block;
    vertical-align: top;
}

    .cc-fileupload-zone .row {
        margin: 0;
    }

#ccnew-posts li {
    list-style-type: none;
    padding: 5px 10px 5px 20px;
}

#ccrubrique-list {
    text-align: center;
}

    #ccrubrique-list li {
        list-style-type: none;
        display: inline-block;
        margin-bottom: 5px;
    }

.btn-group {
    text-align: left;
}

.ccsession-title {
    text-align: center;
    font-size: 1.3em;
    font-weight: bold;
    color: #98938F;
    padding: 0 10px 10px 10px;
}

.btn .badge {
    margin-left: 5px;
    background-color: #eee;
    color: #98938F;
}

.ccrecent-post, .ccrecent-topic {
    padding-top: 20px;
    margin-top: 10px;
    border-top: #eee dotted thin;
}

.ccrecent-post {
    color: #98938F;
}

.ccpost-tc, .ccpost-firstpart {
    display: inline-block;
}

.ccpost-xsdesc {
    overflow: hidden;
}

.ccpost-tc {
    float: left;
    color: #fff;
    width: 60px;
    text-align: center;
    margin-right: 20px;
}

.commenticon {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(/Content/img/icons/chat.png);
}

.ccpost-tc a.commentslink {
    display: block;
    background: #98938F;
    background: linear-gradient(top,#98938F 0%,#27385F 100%);
    background: -moz-linear-gradient(top,#98938F 0%,#27385F 100%);
    background: -webkit-linear-gradient(top,#98938F 0%,#27385F 100%);
    color: #fff;
    font-size: 1.2em;
    padding: 4px;
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
}

.ccpost-firstpart .ccsession-title {
    font-size: 1.2em;
    padding: 0 10px 5px 0;
    text-align: left;
    cursor: pointer;
}

.ccpost-tc a.forumentrylink {
    padding: 6px;
    display: block;
    color: #333;
    background: #fcfcfc;
    background: linear-gradient(top,#fcfcfc 0%,#d8d8d8 100%);
    background: -moz-linear-gradient(top,#fcfcfc 0%,#d8d8d8 100%);
    background: -webkit-linear-gradient(top,#fcfcfc 0%,#d8d8d8 100%);
    text-align: center;
    font-size: 1.4em;
    line-height: 1em;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s;
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border: 1px solid #d2d2d2;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
}


/*forum part*/
.ccfollow {
    text-align: center;
    margin: 0 10px;
}

.ccfollow-elem {
    display: inline-block;
}

.ccfollow-btn {
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    width: 30px;
    height: 30px;
    margin: 5px;
    display: inline-block;
    vertical-align: middle;
}

.rss-feed {
    background-image: url(/Content/img/social/rss.png);
}

.tweeter-feed {
    background-image: url(/Content/img/social/twitter.png);
}

.fb-feed {
    background-image: url(/Content/img/social/fb.png);
}

.gplus-feed {
    background-image: url(/Content/img/social/gplus.png);
}

.ccsch-div {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-bottom: 20px;
}

#ccads-pub,
#ccsearch-pub,
#ccsearch-map {
    background-color: #FFF;
    height: 300px;
    /*width: 100%;*/
    margin: 7px 0 15px;
    border: 5px #fff solid;
    border-radius:3px;
    padding: 20px;
}

.thumbnail > img,
.thumbnail a > img {
    width: 100%;
}
#ccvitrine-manager{
    /*padding: 10px 0 0 0;
    border-top: 1px dotted #eee;*/
    background: #FCFCFC;
    padding: 10px 10px 0 10px;
    border-top: 1px dotted #EEF1F9;
    /*margin: 0 -16px;*/
    border-bottom: 1px solid #ccc;
}
.ccvitrine-state{
    padding:10px;
    color:#d43f3a;
}
#ccvitrine-modify{
    float:left;
}
#ccvitrine-modify a, .ccvitrine-modify button {
    margin: 1px;
}

#ccpagination {
    text-align: center;
}
    #ccpagination li {
        padding: 0;
    }
    
#ccmore-results{
    margin:20px;
    width:220px;
}
#ccad-modif-ct {
    text-align: center;
    margin: 40px 0 20px;
    border: 1px solid #eee;
    width: 100%;
    padding: 15px;
    background: #FAFAFA;
}

    #ccad-modif-ct form {
        margin: 1px;
        text-align: left;
        display: inline-block;
    }
    #ccad-modif-ct a{
        width:210px;
    }
    
#ccsearch-choice select,
#ccsearch-choice input,
#ccsearch-choice button {
    vertical-align: initial !important;
    margin: 4px 1px;
}

#ccsearch-choice .cccboxfltr {
    display: inline-block;
    margin: 5px;
    vertical-align: top;
}


#ccquickdesc td {
    padding: 5px 20px 5px 0;
}

#ccquickdesc tr:not(:last-child) {
    border-bottom: #eee dotted thin;
}

#ccquickdesc {
    margin: 20px 0;
}

    #ccquickdesc td {
        vertical-align: top;
    }

.cctab-label {
    font-weight: bold;
}

#ccad-price .ccvalue {
    color: #98938F;
    font-weight: bold;
}
#ccad-price .ccvalue a:link {
    text-decoration:none;
}
.ccsection-title{
    padding: 10px 0;
    margin:0;
    line-height:30px;
    border-bottom: 1px solid #eee;
    color: #98938F;  
    font-family: 'Oswald', sans-serif;
    font-size: 1.5em;
    font-weight:300;
}
/*.ccad-title {
    border-bottom:1px solid #eee;
    margin-bottom:33px;
    margin: 0 -20px 33px -15px;
    padding: 15px;
}*/

.ccadd-adlike:hover{
    color:#d43f3a;
}
.ccadd-adlike-delete {
    color:#d43f3a;
}
#ccad-photos {
    width: 100%;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    overflow: hidden;
    margin: 20px 0;
}

/*Envois de message*/
#contact-inputs-wrap{
    margin:20px 0 50px;
}
#contact-inputs-wrap label{
    margin-top:10px;
}
#contact-inputs-wrap textarea {
    max-width:500px;
    width:100%;
    min-height:170px;
}
#contact-inputs-wrap input:not([type="checkbox"]) {
    min-width:250px;
}
#contact-inputs-wrap .ccform-error {
    margin:10px 0;
}
@media screen and (max-width:500px){
    #contact-inputs-wrap input:not([type="checkbox"]),
    #contact-inputs-wrap textarea {
        min-width:100%;
    }
}

#VitrineContent{
    padding:15px;
}

#ccpg-loading{
    background-image: url(/Content/img/ccloading.gif);
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    margin: 0 auto;
}

#FavorisList {
    padding:15px 0;
}

#ccnavbar {
    background-color:#797979;
    /*background-image: url("/Content/img/bptrn80.jpg") !important;*/
    background-repeat:repeat;
    background-color:rgba(0,0,0, 0.5);/*rgba(49, 49, 49, 0.44);*/ /*#797979;*/  /*#625D59; #F1F0EC; #F5F3E9;*/
    position:relative;
    min-height:150px;
}

#cclogo{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
}
#cclogoimg {
    background-image: url(/Content/img/logo2.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    width:145px;
    height:154px;
    margin:0 15px;
}
#ccnav-main
{
    height:73px;
    background-color:#fff; /*#F5F0E2 ;*/
    border-bottom: 2px solid #e7ae3b;
    position:relative;
}
/*#ccmainbtns a{
    border-bottom: 3px solid #F5F0E2;
}*/

#ccnav-search-wrap{
    padding-left:170px;
    position:relative;
}
#ccnav1, #ccnav2{
    display:block;
    padding-left: 170px;
    position:relative;
}
#ccnav1{
    text-align:right;
}
#ccnav1-toggle{
    bottom:0px;
}
#ccnav-search-toggle{
    top: -84px;
}
#ccnav1-toggle,#ccnav-search-toggle{
    display:none;
    position: absolute;
    left: -10px;
    font-size: 1em;
    border-color: #625D59;
    color: #625D59;
    background-color: #fff;
        padding: 6px 8px 4px 15px;
    border-radius: 0 5px 5px 0;
}
#ccnav2 {
    text-align:center;
    /*background-color:#EFE9D8;*/
}
/*.cc-catego0-nav{
  border-radius: 5px 0 0 0;
  border-top: 1px solid #EFE9D8;
}*/

#ccnav1 > div {
    display:inline-block;
}
/*#ccnavbar a:visited, #ccnavbar a:active, #ccnavbar a:hover,#ccnavbar a:link,*/
#ccnav-main a:link {
    display: inline-block;
}


/*#ccnavbar .cc-catego0-nav [catego1='ccfilter']
{
    background-color: #fbfbfb;
    border-bottom: 3px solid #fdfdfd;
}*/
.cc-catego0-nav > div {
     cursor: pointer;
     display: inline-block;
     padding: 7px 10px;
     color: #625D59;
}
.cc-catego0-nav > div,
#ccnavbar a {
    color:#625D59;
    border-radius:0;
}
#ccnavbar .btn-ccimport {
    border:1px solid #eee;
    border-top-width:3px;
}
/*#ccnavbar a.btn-ccdanger {
    color:#d9534f;
}*/
@media (max-width:975px) {
    #ccnav2 {
        display: none;
    }
    #ccnav1{
        text-align:right;
    }
    #ccmainbt-cnt{
        position:relative;
    }
}



@media screen and (max-width:620px) {

    #ccnav-main a:link {
        /*width: 115px;*/
        text-align: left;
        font-size:0.9em;
    }
    
}
/* inferieur à 445 */
@media screen and (max-width:506px) {
    #cclogo{
        display: inline-block;
        position:relative;
        margin-top:-75px;
    }
    #ccnav1, #ccnav2, #ccnav-search-wrap{
        padding-left:0;
    }
    #ccnav-main{
        padding-bottom: 73px;
        height: inherit;
    }
    #ccnav1 {
        text-align: center;
    }
    #ccnav1-toggle,#ccnav-search-toggle{
        display:block;
    }
    #ccnav-search,#ccnav1{
        display:none;
    }

}
/*#ccadslist {
    min-width: 315px;
}*/

    #ccadslist li:not(:last-child) {
        border-bottom: 1px solid #eee;
    }
/*#ccadslist li:hover,
#ccadslist li:active {
    background-color: #F8F8F8;
    box-shadow: 0 20px 0px 0px rgba(255, 255, 255, 1), 0 -10px 0px 0px rgba(255, 255, 255, 1), 5px 0 30px -15px #aaa, -5px 0 30px -15px #aaa;
}*/

.ccinvisible-ad {
    opacity: 0.5;
    border: 1px solid #aaa;
}
.ccinvisible-ad:hover, .ccinvisible-ad:active{
    opacity:initial;
}
#ccadslist a {
    text-decoration: none;
}

.ccadslist-row {
    position: relative;
    color: #333;
    overflow: hidden;
}

    .ccadslist-row h3 {
        margin-top: 0;
        font-size: 1.3em;
    }

    .ccadslist-row .ccprice {
        color: #6BCEA0;
        font-size: 1.1em;
        font-weight:bold;
    }

    .ccadslist-row .ccpriceprivate {
        color: #C0B287;
        font-size: 1.2em;
        font-weight: bold;
    }

    .ccadslist-row .ccpricevendu {
        color: #C0B287;
        font-size: 1.2em;
        font-weight: bold;
    }

    .ccadslist-row h4 {
        margin: 0 0 4px;
        font-size: 1.1em;
          color: #A39F9C;
    }

    .ccadslist-row .ccsthumbnail,
    .ccadslist-row .ccad-caption {
        min-height: 98px;
    }

#ccadslist .ccad-caption-main,
#ccadslist .ccad-caption-tags,
#ccadslist .ccad-caption-date {
    display: inline-block;
    vertical-align: top;
}

    #ccadslist .ccad-caption-date > div {
        padding-bottom: 10px;
    }

#ccadslist .cc-caption-mt {
    width: 90%;
}

#ccadslist .ccad-caption-main {
    width: 70%;
    overflow: hidden;
}

#ccadslist .ccad-caption-tags {
    /*float: right;*/
    width:28%;
}

#ccadslist .ccad-caption-date {
    position:absolute;
    top:5px;
    right:10px;
    width: 95px;
    text-align: right;
}

#ccrelated-ads .ccad-caption-main {
    width: 100%;
}

#ccrelated-ads .ccad-caption-date,
#ccrelated-ads .ccad-caption-tags {
    display: none;
}

@media (max-width: 970px) {
    #ccadslist .ccad-caption-main {
        width: 87%;
    }

    /*.ccad-caption-date,*/ 
    #ccadslist .ccad-caption-tags {
        display: none;
    }
}
@media (max-width: 680px) {
    #ccadslist .ccad-caption-main {
        width: 100%;
    }

    #ccadslist .ccad-caption-date {
        /*position: initial;
        width: 395px;
        text-align: right;*/
        display:none;
    }
}
#ccadslist .ccactions-bts a {
    display: block;
    margin: 5px 0;
}

#ccadslist .ccactions-bts {
    position: absolute;
    top: 0;
    right: 0;
    height: 98px;
    width: 25px;
    padding: 0;
}

.ccadslist-row .ccad-caption {
    padding: 10px 10px 10px 140px;
    min-width: 270px;
    /*white-space: nowrap;*/
}

.ccadslist-row .ccsthumbnail {
    position: absolute;
    top: 0;
    left: 0;
    height: 98px;
    width: 124px;
    padding: 0;
    text-align:center;
}

#ccrelated-ads .ccsthumbnail {
    padding: 5px;
}

.ccadslist-row img {
    height: 100%;
    max-width: 100%;
    overflow: hidden;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}


/*** Masonry ***/
/*Separateur entre cellules de la matrixe*/
.ccadsmatrix-sizer{
    display:none !important;
}
.ccads-item-in{
    position: relative;
    /*width: 236px;*/
    background: #fff;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.22);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.22);
    border-radius: 4px;
    margin-bottom:15px;
    overflow: hidden;
}
.ccadsmatrixgutter-sizer { 
    width:1.5%;
}
.ccadsmatrix-sizer,
.ccadsmatrix-item{
    width: 100%;
    display: inline-block;
    vertical-align:top;
    overflow:hidden;
}
#ccads-matrix-w #ccPaginationWrap {
    margin:0 auto;
}

#ccads-matrix-w #ccPaginationWrap:after {
  content: '';
  display: block;
  clear: both;
}

@media (min-width: 400px) {
    .ccadsmatrix-sizer,
    .ccadsmatrix-item{
        width: 49.25%; 
    }
}
@media (min-width: 700px) {
    .ccadsmatrix-sizer,
    .ccadsmatrix-item{
        width: 32.33%; 
    }
}
/*@media (min-width:992px) {*/
@media (min-width:1192px) {
    .ccadsmatrix-sizer,
    .ccadsmatrix-item{
        width: 23.88%; 
    }
}
@media (min-width: 1500px) {
    .ccadsmatrix-sizer,
    .ccadsmatrix-item{
        width:18.8%;
    }
}



/*#ccadsmatrix{
    background-color:#F3F1EC;
    padding:8px;
    border-radius: 6px;
}*/
#ccads-matrix-ww {
    overflow:hidden;
    padding:0;
        margin: 0 -4px;
}
#ccads-matrix-ww li {
    list-style-type: none;
        display: inline-block;
}
#ccadsmatrix ul{
    position:relative;
}
.ccphm-wrap{
    width:100%;
    position:relative;
    background-color:#fff;
    border-radius: 4px 4px 0 0;
    overflow:hidden;
    border-bottom:1px solid #F3F1EC;
}

.ccadc-like {
    position: absolute;
    top: -4px;
    right: 0px;
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 0 0 0 10px;
    padding: 0;
    color: #505050;
}
.ccadc-like>div{
     padding: 6px 12px;
}
.ccphm-wrap img {
    max-height:100%;
    width:100%;

    -webkit-transition: all 7s ease; /* Safari and Chrome */
    -moz-transition: all 7s ease; /* Firefox */
    -ms-transition: all 7s ease; /* IE 9 */
    -o-transition: all 7s ease; /* Opera */
    transition: all 7s ease;

}
.ccphm-wrap:hover img, .ccphm-wrap:active img {
    -webkit-transform:scale(1.9); /* Safari and Chrome */
    -moz-transform:scale(1.9); /* Firefox */
    -ms-transform:scale(1.9); /* IE 9 */
    -o-transform:scale(1.9); /* Opera */
     transform:scale(1.9);
}
#ccadsmatrix .ccadc-price{
    font-size:0.9em;
    color:#6BCEA0;
    font-weight:bold;
}
/*.ccbadge-catego,*/
.ccadc-price{
    float:right;
    padding:2px;
}
.ccphm-tags {
    position: absolute;
    bottom: 0;
    width:100%;
    background-color: #f9f9f7;
    opacity: 0;
    padding: 10px;
    /*width: 135px;
    height: 100%;*/
}
.ccad-issuer:hover {
    background:#f5f5f5;
}
.ccad-issuer {
    position:relative;
    overflow:hidden;
    min-height:67px;
    padding:10px 10px 10px 70px;
    color:#bababa;
}
.ccad-issuer a{
    text-decoration: none;
    color:#bababa;
}
.ccad-issuer-loc{
    font-size:12px;
} 
.ccadc-vname {
    margin-left:2px;
    color: #bababa;
}
.ccadc-vlogo.ccuser-photos{
    position:absolute;
    width:50px;
    height:50px;
    top:0;
    left:10px;
}
.ccadc-vitr:hover{
    background:#eee;
}
.ccphm-wrap:hover .ccphm-tags {
    opacity: .9;
}
#ccadsmatrix .ccad-caption{
  padding: 10px;
  overflow: hidden;
  border-bottom:1px solid #F3F1EC;
}


#cchomeslider-w {
        background: -webkit-linear-gradient(to top, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0) 40%);
        background: linear-gradient(to top, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0) 40%);
        padding:90px 0;
        min-height:480px;
}
#cchomeslider
 {     
    text-align: center;
    margin: 0 auto;   
    padding:0 30px 10px 30px;
    color: #fff;
    font-size:25px;
    max-width: 440px;
}
#cchomeslider a {
    color:#fff;
}
@media screen and (min-width:600px)
{
    #cchomeslider-w {
        margin: 0;
        padding:20px 0 250px;     
    }
    #cchomeslider {     
        margin: 0 auto;
        background-color: rgba(58, 61, 70, 0.4);
        border-radius: 20px 0 0 20px;
    -moz-border-radius: 20px 0 0 20px;
    -webkit-border-radius: 20px 0 0 20px;
        /*border: 1px solid rgba(238, 238, 238, 0.57);*/
        max-width:65%;
        text-align:right;
        float:right;
    }
}
/**OLD */

/*
#cchomeslider img
{
    width:100%;
    height:500px;
}
@media screen and (max-width:600px)
{
    #cchomeslider img
    {
        height: 300px;
    }
}
*/
.ccbackimg-loading {
	border-radius: 10px;
	background: #000;
	background: rgba(0,0,0,0.7);
	background: url(/Content/img/loading_con&24.png) no-repeat center center; 
	height: 32px;
	left: 20px;
	position: fixed;
	top: 20px;
	width: 32px; 
	z-index: 0;
}

.ccbackimg-overlay {
	background: transparent url(/Content/img/home-caroussel/overlay/01.png);
	opacity: 0.5;
	z-index: -1;
}

.ccbackimg-background {
	-ms-interpolation-mode: bicubic;
	image-rendering: optimizeQuality;
    max-width: none !important; /* counteracts global img modification by twitter bootstrap library */
	z-index: -2;
}

.ccbackimg-overlay,
.ccbackimg-background {
	-webkit-user-select: none;
	 -khtml-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
#ccppage-wrapper {
    /*background-color:rgba(76, 102, 164, 0.39);*/
    /*background-color: #F3F1EC;*/
    padding:20px;
}

.ccpage-left,
.ccpage-right {
    padding-top: 15px;
}

.ccppage-id {
    position: relative;
}

.ccppage-pub {
    margin-top: 20px;
    padding: 20px;
    height: 500px;
    border: 1px #eee solid;
    background-color: #FCFCFC;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.ccback2vitrine {
    background-image: url(/Content/img/icons/go-list.png);
}



#SetAsFreemium, #SetAsPremium,
#ccadd-newad {
    float: right;
    margin: 0 2px 10px;
}

.ccissuer-gallery {
    font-size: 1.5em;
    margin-right:10px;
}

.ccissuer-name {
    font-size: 1.2em;
}

/*.ccissuer-badges {
    margin: 10px 0;
}*/

    /*.ccissuer-badges > div {
        margin: 1px;
    }*/

.ccissuer-desc {
    color:#A39F9C;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.61);
    /*width:75%;*/
    vertical-align: top;
}
.cctag-badgelst .badge {
    background: #fff;
    color: #A39F9C;
    border: thin solid;
}
    .cctag-badgelst a.badge:hover {
        background: #eee;
        color: #4C66A4;
    }

    .cctag-badgelst a.badge:active {
        background: #fff;
        color: #4C66A4;
    }
#cc-all-tags .cctag-badgelst .badge {
    display:block;
    margin:3px;
}
/*.cctag-badgelst {
    margin-top: 15px;
}*/

td .cctag-badgelst {
    margin-top: 0;
}

.ccbadge-catego,
.cccatego-badgelst .badge {
    background: #625d59;
    border: thin solid #625d59;
    border-radius:10px;
}
    .cccatego-badgelst a.badge:hover,
    a.ccbadge-catego.badge:hover
     {
        background: #002781;
    }

    .cccatego-badgelst a.badge:active, 
    a.ccbadge-catego.badge:active {
        background: #7993D0;
    }

#ccvitrine-ads-item-w{
    position:relative;
    padding-top:10px;
}


.cctag-badgelst .badge,
.ccissuer-sectors .badge {
    cursor: pointer;
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    /* No support for these yet, use at own risk */
    -o-user-select: none;
    user-select: none;
    margin-bottom: 3px;
}

.ccppage-id a{
    text-decoration:none;

}
.ccissuer-desc, .ccissuer-sectors {
    padding-left: 10px;
    margin-right: 10px;
    margin-top:10px;
}

    .ccissuer-desc .badge {
        background-color:#DAA438;   /*#D9534F #98938F*/
        text-shadow: none;
        padding: 5px;
        margin-bottom:3px;
    }

        .ccissuer-desc .badge input {
            vertical-align: bottom;
            margin-right: 10px;
        }
   
.vh-xs-btn {
    border:1px dotted #ccc;
    vertical-align: inherit;
    margin:1px;
}             
#ccvh-desc, #ccvh-location, #ccvh-horaires {
    display: none;
    padding:20px 0;
    margin-top:10px;
    border-top: 1px solid #eee;
}
#ccvh-location {
      height: 300px;
      width:100%;
  border-radius: 5px;
  overflow: hidden;
  background:#eee;
}
.cctoggle-vh-desc {
    border:1px dotted #ccc;
    border-radius:5px;
      vertical-align: inherit;
}
.ccvh-part {
    margin-bottom:7px;
}
#ccsearch-result .cctoggle-vh-desc {
    display: none;
}

.ccbadge-name {
    padding: 3px;
    /*vertical-align: top;*/
}

.ccicon {
    background-repeat: no-repeat;
    background-position: center center;
    width: 13px;
    height: 12px;
    display: inline-block;
    vertical-align:bottom;
    background-size: contain;
}

.ccachat {
    background-image: url(/Content/img/icons/money.png);
}

.cctransport {
    background-image: url(/Content/img/icons/lorry.png);
}

.ccestimation {
    background-image: url(/Content/img/icons/certified1.png);
}

.ccrestaur {
    background-image: url(/Content/img/icons/hammar.png);
}

.ccsuccession {
    background-image: url(/Content/img/icons/succession1.png);
}
.ccdecoration {
    background-image: url(/Content/img/icons/deco&16.png);
}
#ccpg-contact-ad .ccsend-email2vendor{
    display:none;
}

#ccsearch-result .ccppage-contact {
    display: none;
}

.nav > li > a:hover, .nav > li > a:focus {
    color: #fff;
    background-color: #E8BF6C;
    border-color: #E8BF6C;
}

.ccvitrine-tab {
    padding: 10px 15px 0 15px;
    background: #fff;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background-color: #f5f5f5;
}
    .ccvitrine-tab li {
        float: right;
    }

.ccpage-tel-found,
.ccppage-contact .btn {
    margin: 3px 0;
    white-space: normal;
    width: 100%;
    text-align:left;
   /*max-width:275px;*/
}
#ccquickdesc .ccppage-contact .btn {
    width: initial;
    min-width: 165px;
}
.ccpage-tel-found {
    color: #98938F;
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: none;
    background:#fff;
}
#ccrelated-ads,
#ccad-wrapper {
    position:relative;
    padding:0 15px;
    min-height: 1px;
}

#cc2vitrine-head {
    color: #98938F;
    /*position: absolute;
    top: 0px;
    left:30px;*/
    border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    border-top-width: 0;

    /*margin-top: -30px;*/
    margin-left: 10px;
}
#cc2vitrine-head:hover,
#cc2vitrine-head:focus {
    background:#f9f9f9;
}
#ccrelated-ads li{
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius:0;
}
/*All Media*/
#ccrelated-ads #ccadslist {
    overflow-x: hidden;
    max-height: 970px;
    padding-right: 5px;
}
#ccadslist::-webkit-scrollbar {
    width: 10px;
}
 
#ccadslist::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 3px;
}
 
#ccadslist::-webkit-scrollbar-thumb {
    border-radius:3px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

#ccrelated-ads {
    float: right;
    box-shadow: -9px 0 11px -8px #ccc;
    padding-right: 0;
    /*background-color: initial;*/
    box-shadow: initial;
}

#ccvitrine-item {
    float: left;
    /*overflow: hidden;*/
    /*box-shadow: 9px 0 11px -8px #ccc;*/
    /*border-right: 1px solid #ccc;*/
    position: relative;
}
#ccvitrine-item .alert {
    border-radius:0;
    margin:0 -1px;
}

.ccvitrine-ads li {
    list-style-type: none;
}
/*@media (min-width: 980px) {*/
@media (min-width: 767px) {
    #ccrelated-ads,
    #ccvitrine-item {
        width:50%;
    }
    #ccad-fulldesc{
        padding:20px;
    }
    #ccrelated-ads {
        width: 38%;
        /*margin-top:-50px;*/
    }

    #ccvitrine-item {
        width: 60%;
        padding-bottom: 70px;
    }
}

.ccppage-id-desc {
    min-height: 145px;
}
.ccppage-id-desc .ccc4 {
    margin-top:0;
}
    .ccuser-photos {
        background-repeat: no-repeat;
        background-position: top right;
        background-size: cover;
        width: 110px;
        height: 110px;
        margin: 8px auto 8px;
        -webkit-border-radius: 150px;
        -moz-border-radius: 150px;
        border-radius: 150px;
        -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
        box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding-box;
        background-clip: padding-box;

        position:absolute;
        top:15px;
        left:20px;

    }
    #ccvitrines-lst .ccuser-photos {
        display:none;
    }
    
@media (min-width:601px) {
    #ccvitrines-lst .ccuser-photos {
        display:block;
    }
    .ccppage-id-desc {
        padding: 15px 200px 10px 145px;
        min-height: 205px;        
    }
    /*.ccvitrine-header .ccppage-id-desc {
        background:#fdfdfd;
    }*/
    #ccsearch-result .ccppage-id-desc {
        padding: 10px 10px 10px 150px;
        min-height:150px;
    }
    .ccvitrine-header-modif .ccppage-contact,
    .ccvitrine-header .ccppage-contact {
        border-left: 1px solid #eee;
        padding: 0 10px 5px 10px;
        /*background-color: #fdfdfd;*/
        /*-webkit-box-shadow: 0 2px 1px -1px #ccc;*/
        position: absolute;
        right: 0;
        top: 15px;
        width: 197px;
        text-align: left;
        z-index:10;
    }

}
.ccvitrine-vierge{
    /*border:1px solid #eee;*/
    border-radius:5px;
    font-size:1.5em;
    text-align:center;
    padding:50px 20px;
    margin: 20px auto;
      color: #aaa;
  max-width: 500px;
  background-color: #FAFBFC;
}
.fb_edge_comment_widget {
    margin-left: -350px;
}
/*.ccv-social-like{
    margin-top:10px;
}*/
.ccv-social-like>div{
    margin:5px 20px 0 0;
    width: 100%;
    text-align: left;
}
    
.ccppage-contact>div{
    width:170px;
}

@media (max-width:600px) {
    #ccppage-wrapper{
        padding:10px;
    }
    #ccvitrines-lst .ccuser-photos{
        display:none;
    }
    .ccppage-id-desc {
        padding: 10px;
    }
    .ccvitrine-header .ccppage-contact {
        position: relative;
        width: 100%;
    }
    .ccv-social-like{
        margin:0 0 0 10px;
    }
    .ccuser-photos{
        display:block;
        position:relative;
        left:0;
    }
}


@media (max-width:420px) {
    #ccvitrine-modify {
        margin-bottom: 10px;
        float: none;
    }

    #ccadd-newad {
        float: none;
    }
}

/*.ccvitrine-ads {
    margin: 10px 0;
    margin-bottom: 10px;
    background:#fff;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.22);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.22);
    border-radius: 4px;
    padding: 5px 10px;
}*/


/*#ccads-groupetitle,
#ccads-groupetitle a{
    color:#fff;
}*/
@media (max-width: 766px) {

    #ccrelated-ads {
        display: none;
        /*width: 10%;
        overflow: hidden;
        padding-left: 3px;
        padding-right: 3px;
        background: rgba(187, 187, 187, 0.2);
        opacity: 0.15;*/
    }

    #ccvitrine-item {
        width: 100%;
        /*float: right;*/
        overflow: hidden;
        border-right: none;
    }

    #ccvitrine-item {
        box-shadow: -5px 0 50px -2px #eee;
    }
}

.ccissuer-sectors {
    white-space: normal;
    /*width: 280px;*/
    vertical-align: top;
    margin-bottom: 10px;
}

#ccpperso-result a {
    text-decoration: none;
}
/*#ccpperso-result ul {
    margin: 15px;    
}*/
/*#ccpperso-result li:not(:last-child) {
    border-bottom: 1px #eee solid;    
}
#ccpperso-result li:hover,
#ccpperso-result li:active {
    background-color: #F8F8F8;
    box-shadow:4px 0 10px -4px #aaa;    
    box-shadow: 0 20px 0px 0px white, 0 -13px 0px 0px white, 5px 0 30px -15px #aaa, -5px 0 30px -15px #aaa;
}
*/
/*@media (min-width: 1200px)
@media (min-width: 980px) {
@media (max-width: 979px) {
@media (min-width: 768px) and (max-width: 979px)
@media (max-width: 767px)*/

.ccevent-quickdesc {
    padding: 10px 10px 10px 140px;
}
.ccevent-row {
    position: relative;
    color: #333;
    overflow: hidden;   
}
.ccevent-row .ccinline {
    vertical-align: top;
    margin: 8px;
      
}
.ccevent-row img {
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.ccevent-row .ccsthumbnail {
    position: absolute;
    top:10px;
    left: 0;
    height: 98px;
    width: 124px;
    padding: 0;
}
.ccevent-row h3 {
    margin-top: 0;
    text-decoration: none;
}
.ccevent-row .col-md-6 {
    margin-bottom: 7px;
}
@media screen and (max-width:600px) {
    .ccevent-row .ccsthumbnail {
        display: none;
    }
    .ccevent-quickdesc {
        padding: 5px;
    }
}
#cce-desc-wrap {
    margin: 20px;
}
#cce-desc-wrap .ccsthumbnail {
    height: 198px;
    width: 224px;
    padding: 0;
    border-radius: 8px;
    -moz-border-radius:8px;
    -webkit-border-radius: 8px;
    overflow: hidden;
    margin: 25px auto;
}
#cce-desc-wrap .ccsthumbnail img {
    height:100%;
    width:100%;
}
#cce-orgonisor {
    margin: 50px;
    padding: 20px;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.cce-actions {
    text-align: center;
}
.cce-actions a {
    margin: 5px;
}
#ccmodalites {
    border-top: #eee dotted thin;
    padding: 20px 0;
}
/* custom font! */
/* ------------ */

.container {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}

.tt-dropdown-menu,
.gist {
  text-align: left;
}

/* base styles */
/* ----------- */

.table-of-contents li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

/*.table-of-contents li a {
  font-size: 16px;
  color: #999;
}*/

/*.title,
.example-name {
  font-family: Prociono;
}*/

p + p {
  margin: 30px 0 0 0;
}


/*.tt-query,
.tt-hint {
  width: 396px;
  height: 30px;
  padding: 8px 12px;
  font-size: 24px;
  line-height: 30px;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  outline: none;
}*/


/*.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}*/


/*.tt-hint {
  color: #999
}*/

.tt-dropdown-menu {
  width: 422px;
  margin-top: 12px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
    cursor: pointer;
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}

.gist {
  font-size: 14px;
}

.gldp-default {
	position: absolute;
	font-family: 'helvetica';
}

/* Core style for every cell */
.gldp-default .core {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	color: #222;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #dadada 98%, #ffffff 99%, #dadada 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(98%,#dadada), color-stop(99%,#ffffff), color-stop(100%,#dadada));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#dadada 98%,#ffffff 99%,#dadada 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#dadada 98%,#ffffff 99%,#dadada 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#dadada 98%,#ffffff 99%,#dadada 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#dadada 98%,#ffffff 99%,#dadada 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dadada',GradientType=0 );
}

/* Cell border */
.gldp-default .border {
	border-style: solid;
	border-width: 0;
	border-color: #888;
}

/* Month/Year text and select */
.gldp-default .monyear,
.gldp-default .monyear select {
	font-size: 16px !important;
	font-weight: bold;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
}

/* Month/Year text */
.gldp-default .monyear span {
	margin: 0 5px 0 5px;
}

/* Prev/Next arrows */
.gldp-default .prev-arrow,
.gldp-default .next-arrow {
	color: #222;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
}

.gldp-default .prev-arrow:active,
.gldp-default .next-arrow:active {
	color: #f00;
}

.gldp-default .prev-arrow-off,
.gldp-default .next-arrow-off {
	color: #222;
	opacity: 0.15;
}

/* Days of the week */
.gldp-default .dow {
	color: #fff;
	font-weight: bold;
	cursor: wait !important;

    	background: #ff0000;
	background: -moz-linear-gradient(top,  #ff0000 0%, #ffcccc 1%, #ff0000 2%, #aa0000 98%, #dd4444 99%, #880000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0000), color-stop(1%,#dd4444), color-stop(2%,#ff0000), color-stop(98%,#aa0000), color-stop(99%,#ffcccc), color-stop(100%,#880000));
	background: -webkit-linear-gradient(top,  #ff0000 0%,#ffcccc 1%,#ff0000 2%,#aa0000 98%,#dd4444 99%,#880000 100%);
	background: -o-linear-gradient(top,  #ff0000 0%,#ffcccc 1%,#ff0000 2%,#aa0000 98%,#dd4444 99%,#880000 100%);
	background: -ms-linear-gradient(top,  #ff0000 0%,#ffcccc 1%,#ff0000 2%,#aa0000 98%,#dd4444 99%,#880000 100%);
	background: linear-gradient(to bottom,  #ff0000 0%,#ffcccc 1%,#ff0000 2%,#aa0000 98%,#dd4444 99%,#880000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#880000',GradientType=0 );
    
    /*
    	background: #222222;
	background: -moz-linear-gradient(top,  #222222 0%, #111111 98%, #3a3a3a 99%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(98%,#111111), color-stop(99%,#3a3a3a), color-stop(100%,#000000));
	background: -webkit-linear-gradient(top,  #222222 0%,#111111 98%,#3a3a3a 99%,#000000 100%);
	background: -o-linear-gradient(top,  #222222 0%,#111111 98%,#3a3a3a 99%,#000000 100%);
	background: -ms-linear-gradient(top,  #222222 0%,#111111 98%,#3a3a3a 99%,#000000 100%);
	background: linear-gradient(to bottom,  #222222 0%,#111111 98%,#3a3a3a 99%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#000000',GradientType=0 );
*/
}

/* Weekdays */
.gldp-default .mon,
.gldp-default .tue,
.gldp-default .wed,
.gldp-default .thu,
.gldp-default .fri {
	font-weight: bold;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
}

/* Weekend days */
.gldp-default .sat,
.gldp-default .sun {
	color: #3858a8;
	font-weight: bold;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
}

/* Selectable days that are outside of current month being shown */
.gldp-default .outday {
	color: #666 !important;
}

/* Hover */
.gldp-default .mon:hover,
.gldp-default .tue:hover,
.gldp-default .wed:hover,
.gldp-default .thu:hover,
.gldp-default .fri:hover,
.gldp-default .sat:hover,
.gldp-default .sun:hover {
	background: #fcfff4;
	background: -moz-linear-gradient(top,  #fcfff4 0%, #e9e9ce 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfff4), color-stop(100%,#e9e9ce));
	background: -webkit-linear-gradient(top,  #fcfff4 0%,#e9e9ce 100%);
	background: -o-linear-gradient(top,  #fcfff4 0%,#e9e9ce 100%);
	background: -ms-linear-gradient(top,  #fcfff4 0%,#e9e9ce 100%);
	background: linear-gradient(to bottom,  #fcfff4 0%,#e9e9ce 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#e9e9ce',GradientType=0 );
}

/* Non-Selectable days */
.gldp-default .noday {
	color: #444;
	font-weight: normal;
	cursor: wait !important;
	background: #aaaaaa;
	background: -moz-linear-gradient(top,  #aaaaaa 0%, #8a8a8a 98%, #aaaaaa 99%, #8a8a8a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aaaaaa), color-stop(98%,#8a8a8a), color-stop(99%,#aaaaaa), color-stop(100%,#8a8a8a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #aaaaaa 0%,#8a8a8a 98%,#aaaaaa 99%,#8a8a8a 100%);
	background: -o-linear-gradient(top,  #aaaaaa 0%,#8a8a8a 98%,#aaaaaa 99%,#8a8a8a 100%);
	background: -ms-linear-gradient(top,  #aaaaaa 0%,#8a8a8a 98%,#aaaaaa 99%,#8a8a8a 100%);
	background: linear-gradient(to bottom,  #aaaaaa 0%,#8a8a8a 98%,#aaaaaa 99%,#8a8a8a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#8a8a8a',GradientType=0 );
}

/* Currently selected day */
.gldp-default .selected {
	color: #fff;
	font-weight: bold;
	border-color: #c00;
	background: #e8bf88;
	background: -moz-linear-gradient(top,  #e8bf88 0%, #ffc19d 1%, #fd8642 2%, #ab2412 98%, #ef753f 99%, #ef753f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8bf88), color-stop(1%,#ffc19d), color-stop(2%,#fd8642), color-stop(98%,#ab2412), color-stop(99%,#ef753f), color-stop(100%,#ef753f));
	background: -webkit-linear-gradient(top,  #e8bf88 0%,#ffc19d 1%,#fd8642 2%,#ab2412 98%,#ef753f 99%,#ef753f 100%);
	background: -o-linear-gradient(top,  #e8bf88 0%,#ffc19d 1%,#fd8642 2%,#ab2412 98%,#ef753f 99%,#ef753f 100%);
	background: -ms-linear-gradient(top,  #e8bf88 0%,#ffc19d 1%,#fd8642 2%,#ab2412 98%,#ef753f 99%,#ef753f 100%);
	background: linear-gradient(to bottom,  #e8bf88 0%,#ffc19d 1%,#fd8642 2%,#ab2412 98%,#ef753f 99%,#ef753f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8bf88', endColorstr='#ef753f',GradientType=0 );
}

/* Today */
.gldp-default .today {
	color: #fff;
	font-weight: bold;
	border-color: #00c;
	background: #88bfe8;
	background: -moz-linear-gradient(top,  #88bfe8 0%, #9dc1ff 1%, #4286fd 2%, #0124ab 98%, #3775ef 99%, #3775ef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#88bfe8), color-stop(1%,#9dc1ff), color-stop(2%,#4286fd), color-stop(98%,#0124ab), color-stop(99%,#3775ef), color-stop(100%,#3775ef));
	background: -webkit-linear-gradient(top,  #88bfe8 0%,#9dc1ff 1%,#4286fd 2%,#0124ab 98%,#3775ef 99%,#3775ef 100%);
	background: -o-linear-gradient(top,  #88bfe8 0%,#9dc1ff 1%,#4286fd 2%,#0124ab 98%,#3775ef 99%,#3775ef 100%);
	background: -ms-linear-gradient(top,  #88bfe8 0%,#9dc1ff 1%,#4286fd 2%,#0124ab 98%,#3775ef 99%,#3775ef 100%);
	background: linear-gradient(to bottom,  #88bfe8 0%,#9dc1ff 1%,#4286fd 2%,#0124ab 98%,#3775ef 99%,#3775ef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88bfe8', endColorstr='#3775ef',GradientType=0 );
}

/* Special */
.gldp-default .special {
	color: #fff;
	font-weight: bold;
	border-color: #0c0;
	background: #88e888;
	background: -moz-linear-gradient(top,  #88e888 0%, #9dff9d 1%, #42fd42 2%, #01ab01 98%, #37ef37 99%, #37ef37 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#88e888), color-stop(1%,#9dff9d), color-stop(2%,#42fd42), color-stop(98%,#01ab01), color-stop(99%,#37ef37), color-stop(100%,#37ef37));
	background: -webkit-linear-gradient(top,  #88e888 0%,#9dff9d 1%,#42fd42 2%,#01ab01 98%,#37ef37 99%,#37ef37 100%);
	background: -o-linear-gradient(top,  #88e888 0%,#9dff9d 1%,#42fd42 2%,#01ab01 98%,#37ef37 99%,#37ef37 100%);
	background: -ms-linear-gradient(top,  #88e888 0%,#9dff9d 1%,#42fd42 2%,#01ab01 98%,#37ef37 99%,#37ef37 100%);
	background: linear-gradient(to bottom,  #88e888 0%,#9dff9d 1%,#42fd42 2%,#01ab01 98%,#37ef37 99%,#37ef37 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88e888', endColorstr='#37ef37',GradientType=0 );
}



/*@media screen and (min-width:767px)
{
    #ccsearch-result
    {
        padding: 10px 6px;
    }
}*/
@media screen and (max-width:766px) {
    #ccsearch-result .row
    {
        padding:5px 5px 5px 10px;
    }
}

/** Rubons **/
#ccad-wrapper .ribbon {
 top:25px;
}
.cclist-result li .ribbon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}
.ribbon {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
}
.ribbon .text, .ribbon .banner, .ribbon a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
.ribbon .banner::after, .ribbon .banner::before {
  content: '';
  display: block;
  height: 6px;
  position: absolute;
  width: 20px;
  box-sizing: inherit;
}
.ribbon .text::before, .ribbon .text::after {
  content: '';
  display: block;
  height: 20px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.ribbon .banner {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #fff;
  -webkit-font-smoothing: antialiased;
  display: block;
  float: right;
  position: relative;
  right: -8px;
  top: 15px;
  width: 65px;
}

.ribbon .text::before {
  -webkit-transform: translateX(-15%) skewX(-45deg);
  -moz-transform: translateX(-15%) skewX(-45deg);
  -ms-transform: translateX(-15%) skewX(-45deg);
  -o-transform: translateX(-15%) skewX(-45deg);
}

.ribbon .banner::before {
  -webkit-transform: skewY(-45deg) translate(50%, 15px);
  -moz-transform: skewY(-45deg) translate(50%, 15px);
  -ms-transform: skewY(-45deg) translate(50%, 15px);
  -o-transform: skewY(-45deg) translate(50%, 15px);
  -webkit-transform-origin: 100% center;
  -moz-transform-origin: 100% center;
  -ms-transform-origin: 100% center;
  -o-transform-origin: 100% center;
  top: -5px;
  left: -30px;
}
.ribbon .banner::after {
  -webkit-transform: translate(100%, -100%) skewY(45deg) translateX(-58%);
  -moz-transform: translate(100%, -100%) skewY(45deg) translateX(-58%);
  -ms-transform: translate(100%, -100%) skewY(45deg) translateX(-58%);
  -o-transform: translate(100%, -100%) skewY(45deg) translateX(-58%);
  -webkit-transform-origin: 0 center;
  -moz-transform-origin: 0 center;
  -ms-transform-origin: 0 center;
  -o-transform-origin: 0 center;
  top: 18px;
  right: -12px;
}




.ribbon .text::after {
  -webkit-transform: translateX(15%) skewX(45deg);
  -moz-transform: translateX(15%) skewX(45deg);
  -ms-transform: translateX(15%) skewX(45deg);
  -o-transform: translateX(15%) skewX(45deg);
}


.ribbon .text {
  position: relative;
  z-index: 2;
  padding: 3px 0;
  font-size: 10px;
  font-weight: bold;
  min-height: 14px;
  line-height: 14px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.20);
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: uppercase;
  text-align:center;
}


/***  BLEU - standard ***/
.ribbon .banner::after, .ribbon .banner::before,
.ribbon-blue .banner::after, .ribbon-blue .banner::before {
  background-color: #3C4D74;
}
.ribbon .text::before, .ribbon .text::after, .no-css-transforms .ribbon .text,
.ribbon-blue .text::before, .ribbon-blue .text::after, .no-css-transforms .ribbon-blue .text {
  background-color: #788EBE;
}

/***   ORANGE  ***/
.ribbon-orange .banner::after, .ribbon-orange .banner::before {
  background-color: #A78947; /*#f89406;*/
}
.ribbon-orange .text::before, .ribbon-orange .text::after, .no-css-transforms .ribbon-orange .text {
  background-color:#E6BE67;
}

/*** Green ***/
.ribbon-green .banner::after, .ribbon-green .banner::before {
  background-color: #51a351;
}
.ribbon-green .text::before, .ribbon-green .text::after, .no-css-transforms .ribbon-green .text {
  background-color: #62c462;
}












