/* bg footer */
/**************************************************************
					CMS Pages Styles
***************************************************************/
#cms #center_column .block-cms {
  padding-bottom: 20px; }
#cms #center_column h1 {
  text-align: center;
  color: #3c2d2c;
  font-size: 30px;
  font-family: 'cardobold';
  font-weight: normal;
  border: none;
  padding: 0; }
  #cms #center_column h1:after {
    content: ' ';
    width: 72px;
    height: 2px;
    display: block;
    margin: 10px auto 20px auto;
    background-color: #a0055a; }
#cms #center_column h2 {
  font-family: 'robotomedium';
  font-weight: normal;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 20px;
  text-align: left; }
  @media (max-width: 480px) {
    #cms #center_column h2 {
      text-align: center; } }
#cms #center_column h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  font-size: 16px;
  margin-top: 20px;
  text-align: left; }
  @media (max-width: 480px) {
    #cms #center_column h3 {
      text-align: center; } }
#cms #center_column p {
  line-height: 18px; }
#cms #center_column .list-1 li {
  padding: 4px 0 6px 0;
  font-weight: bold;
  color: #46a74e;
  border-top: 1px solid #d6d4d4; }
  #cms #center_column .list-1 li:first-child {
    border: none; }
  #cms #center_column .list-1 li em {
    font-size: 20px;
    line-height: 20px;
    padding-right: 15px;
    vertical-align: -2px; }
#cms #center_column img {
  margin: 4px 0 17px;
  max-width: 100%;
  height: auto; }
#cms #center_column .testimonials {
  border: 1px solid;
  border-color: #dfdede #d2d0d0 #b0afaf #d2d0d0;
  margin: 4px 0 13px 0;
  position: relative; }
  #cms #center_column .testimonials .inner {
    border: 1px solid #fff;
    padding: 19px 18px 11px 18px;
    background: #fbfbfb;
    background: -moz-linear-gradient(top, #fbfbfb 0%, #fefefe 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(100%, #fefefe));
    background: -webkit-linear-gradient(top, #fbfbfb 0%, #fefefe 100%);
    background: -o-linear-gradient(top, #fbfbfb 0%, #fefefe 100%);
    background: -ms-linear-gradient(top, #fbfbfb 0%, #fefefe 100%);
    background: linear-gradient(to bottom, #fbfbfb 0%, #fefefe 100%); }
    #cms #center_column .testimonials .inner span {
      text-indent: -5000px;
      display: inline-block;
      width: 20px;
      height: 15px; }
      #cms #center_column .testimonials .inner span.before {
        background: url(../img/bl-before-bg.png) no-repeat;
        margin-right: 8px; }
      #cms #center_column .testimonials .inner span.after {
        background: url(../img/bl-after-bg.png) no-repeat;
        margin-left: 8px; }
  #cms #center_column .testimonials:after {
    content: ".";
    display: block;
    text-indent: -5000px;
    position: absolute;
    bottom: -16px;
    left: 21px;
    width: 15px;
    height: 16px;
    background: url(../img/testimon-after.gif) no-repeat; }
  #cms #center_column .testimonials + p {
    padding-left: 45px;
    margin-bottom: 18px; }
#cms #center_column p.bottom-indent {
  margin-bottom: 18px; }
#cms #center_column #admin-action-cms {
  background: none repeat 0 0 #F6F6F6;
  border: 1px solid #d2d0d0;
  padding: 10px; }
  #cms #center_column #admin-action-cms p {
    margin: 0; }
    #cms #center_column #admin-action-cms p span {
      display: block;
      padding-bottom: 10px;
      font-size: 14px;
      font-weight: bold;
      color: #b6005e; }
    #cms #center_column #admin-action-cms p .button {
      font: 700 17px/21px "Source Sans Pro", sans-serif;
      padding: 0;
      border: 1px solid;
      padding: 10px 14px;
      display: inline-block; }
      #cms #center_column #admin-action-cms p .button.publish_button {
        color: #fff;
        text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
        border-color: #0079b6 #006fa8 #012740 #006fa8;
        background: #009ad0;
        background: -moz-linear-gradient(top, #009ad0 0%, #007ab7 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #009ad0), color-stop(100%, #007ab7));
        background: -webkit-linear-gradient(top, #009ad0 0%, #007ab7 100%);
        background: -o-linear-gradient(top, #009ad0 0%, #007ab7 100%);
        background: -ms-linear-gradient(top, #009ad0 0%, #007ab7 100%);
        background: linear-gradient(to bottom, #009ad0 0%, #007ab7 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009ad0', endColorstr='#007ab7',GradientType=0); }
        #cms #center_column #admin-action-cms p .button.publish_button:hover {
          border-color: #01314e #004b74 #0079b6 #004b74;
          filter: none;
          background: #0084bf; }
      #cms #center_column #admin-action-cms p .button.lnk_view {
        color: #3c2d2c;
        text-shadow: 1px 1px white;
        border-color: #cacaca #b7b7b7 #9a9a9a #b7b7b7;
        background: #f7f7f7;
        background: -moz-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ededed));
        background: -webkit-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
        background: -o-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
        background: -ms-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
        background: linear-gradient(to bottom, #f7f7f7 0%, #ededed 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ededed',GradientType=0); }
        #cms #center_column #admin-action-cms p .button.lnk_view:hover {
          border-color: #9e9e9e #9e9e9e #c8c8c8 #9e9e9e;
          filter: none;
          background: #e7e7e7; }

.product-listing {
  margin-top: 25px; }

.gift_vouchers form {
  width: 50%;
  margin: 0 auto;
  padding: 5rem; }
  @media (max-width: 1200px) {
    .gift_vouchers form {
      width: 75%; } }
  @media (max-width: 768px) {
    .gift_vouchers form {
      width: 100%;
      padding: 5rem 0; } }
  .gift_vouchers form .top_text {
    text-align: center;
    margin-bottom: 2rem; }
  .gift_vouchers form .bottom_text {
    text-align: center;
    margin-top: 2rem; }
  .gift_vouchers form .mt {
    margin-top: 4rem; }
  .gift_vouchers form #offrir_add_button {
    text-align: center; }
  .gift_vouchers form #gift-personalize {
    min-height: 5rem; }
    .gift_vouchers form #gift-personalize .switch-container {
      height: 5rem; }
    .gift_vouchers form #gift-personalize .form-group {
      overflow: hidden; }
  @media (max-width: 768px) {
    .gift_vouchers form #uniform-product_list_select {
      max-width: 100%; } }
  @media (max-width: 768px) {
    .gift_vouchers form #uniform-product_list_select > span {
      max-width: 100%; } }
  .gift_vouchers form .personalize {
    display: none; }
    .gift_vouchers form .personalize .remaining-words {
      float: right; }
    .gift_vouchers form .personalize span.error {
      float: left;
      color: #ff0000;
      font-weight: bold;
      display: none; }

#routes_des_vins,
#manufacturers_block_intro_sejours {
  clear: both;
  width: 60%;
  margin: 0 auto; }
  @media (max-width: 480px) {
    #routes_des_vins,
    #manufacturers_block_intro_sejours {
      width: 100%; } }
  #routes_des_vins ul li,
  #manufacturers_block_intro_sejours ul li {
    float: left;
    width: 32%; }
    @media (max-width: 480px) {
      #routes_des_vins ul li,
      #manufacturers_block_intro_sejours ul li {
        width: 50%; } }
    #routes_des_vins ul li a,
    #manufacturers_block_intro_sejours ul li a {
      font-family: 'robotoregular';
      font-size: 16px;
      color: #3c2d2c;
      text-transform: uppercase; }
      #routes_des_vins ul li a:hover,
      #manufacturers_block_intro_sejours ul li a:hover {
        text-decoration: underline; }

div.rte iframe {
  width: 100%; }
@media (max-width: 480px) {
  div.rte > div {
    width: 100%;
    float: left;
    padding: 0 !important; }
    div.rte > div img {
      width: 100%;
      height: auto; } }

/*# sourceMappingURL=cms.css.map */
