iframe {
  width: 100%;
  max-width: 1030px;
  height: 100%;
  max-height: 460px;
}

.cms {
  max-width: 1024px;
  margin: 0 auto 20px;
}
.cms-content {
  text-align: justify;
}
.cms-content p, .cms-content ol, .cms-content ul, .cms-content h1, .cms-content h2, .cms-content h3, .cms-content h4, .cms-content h5, .cms-content h6 {
  margin-top: 20px;
}
.cms-content p:first-child, .cms-content ol:first-child, .cms-content ul:first-child, .cms-content h1:first-child, .cms-content h2:first-child, .cms-content h3:first-child, .cms-content h4:first-child, .cms-content h5:first-child, .cms-content h6:first-child {
  margin-top: 0;
  border-top: 0;
  padding-top: 0;
}
.cms-content h1, .cms-content h2, .cms-content h3, .cms-content h4, .cms-content h5, .cms-content h6 {
  font-weight: bold;
  color: #17a7e0;
  margin-top: 1em;
  text-align: left;
}
.cms-content h1 small, .cms-content h2 small, .cms-content h3 small, .cms-content h4 small, .cms-content h5 small, .cms-content h6 small {
  display: block;
  padding-left: 2em;
  font-size: .8em;
  color: #999;
}
.cms-content h1 {
  font-size: 2em;
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #f2f2f2;
}
.cms-content h2 {
  font-size: 1.83333em;
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #f2f2f2;
}
.cms-content h3 {
  font-size: 1.66667em;
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #f2f2f2;
}
.cms-content h4 {
  font-size: 1.5em;
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #f2f2f2;
}
.cms-content h5 {
  font-size: 1.33333em;
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #f2f2f2;
}
.cms-content h6 {
  font-size: 1.16667em;
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #f2f2f2;
}
.cms-content p, .cms-content li {
  line-height: 1.4;
}
.cms-content ol, .cms-content ul {
  padding-left: 1em;
}
.cms-content li {
  position: relative;
  padding-left: 1.5em;
  margin-top: 5px;
}
.cms-content li:first-child {
  margin-top: 0;
}
.cms-content li::before {
  position: absolute;
  left: 0;
  top: 50%;
  color: #17a7e0;
}
.cms-content ul li::before {
  content: '\2022';
  font-size: 2em;
  line-height: 1;
  margin-top: -.5em;
}
.cms-content ol {
  counter-reset: i 0;
}
.cms-content ol li {
  counter-increment: i 1;
}
.cms-content ol li::before {
  content: counter(i) ". ";
  font-size: 1em;
  margin-top: -.7em;
}
.cms-content b, .cms-content strong {
  font-weight: bold;
}
.cms-content u {
  text-decoration: underline;
}
.cms-content i {
  font-style: italic;
}
.cms-content table {
  width: 100%;
  margin-top: 20px;
}
.cms-content table:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .cms-content table thead {
    display: none;
  }
  .cms-content table, .cms-content table tbody, .cms-content table tr, .cms-content table th, .cms-content table td {
    display: block;
  }
}
.cms-content table th, .cms-content table td {
  padding: 10px;
  border: 1px solid #ddd;
  vertical-align: middle;
  text-align: center;
}
.cms-content table th {
  font-weight: bold;
  background: #e6e6e6;
  text-align: center;
}
.cms-content table td {
  line-height: 1.4;
}
@media (max-width: 767px) {
  .cms-content table td[data-label]::before {
    content: attr(data-label);
    display: block;
    font-weight: bold;
  }
}
.cms-content img, .cms-content iframe {
  display: block;
  margin: 0 auto;
}
.cms-content img {
  max-width: 100%;
  height: auto;
}
.cms-content p img {
  display: inline-block;
  vertical-align: middle;
}
.cms-content small {
  font-size: 80%;
}
.cms-content .trait {
  display: none;
}
.cms-content #main_content,
.cms-content #main_content p,
.cms-content #time_table {
  width: auto !important;
  height: auto !important;
  margin-left: auto !important;
  margin-right: auto !important;
  font-family: "Open Sans", Arial, sans-serif;
  text-align: left !important;
  font-size: 1rem !important;
}
.cms-content #cancel-return {
  margin: 0 -10px !important;
  width: 100% !important;
}
.cms-content #cancel-return:after {
  clear: both;
  content: " ";
  display: block;
}
@media (min-width: 768px) {
  .cms-content #cancel-return {
    width: calc(100% - 20px) !important;
  }
}
.cms-content #txt-cancel,
.cms-content #txt-return {
  width: calc(100% - 10px) !important;
  height: auto !important;
  margin: 10px !important;
  padding: 10px;
}
@media (min-width: 768px) {
  .cms-content #txt-cancel,
  .cms-content #txt-return {
    width: calc(50% - 20px) !important;
  }
}
.cms-content #txt-cancel img,
.cms-content #txt-return img {
  width: auto !important;
  height: auto !important;
  margin: 0 auto 10px !important;
}
.cms-content #txt-cancel p,
.cms-content #txt-return p {
  text-align: center !important;
}
.cms-content #bloc-at-time {
  margin-bottom: 0 !important;
}
.cms-content .cms-about {
  max-width: 950px;
}
.cms-content .cms-about-image {
  display: block;
  margin: 0 auto 20px;
  max-width: 100%;
  height: auto;
}
.cms-content .cms-about-catchy {
  font-style: italic;
  text-align: center;
  padding-top: 0;
  border-top: 0;
  font-size: 18px;
}
.cms-content .cms-about-subtitle {
  color: #000;
  text-align: center;
  text-transform: uppercase;
}
.cms-content .cms-about-section {
  margin-top: 20px;
}
.cms-content .cms-about-section:after {
  clear: both;
  content: " ";
  display: block;
}
.cms-content .cms-about-section:first-child {
  margin-top: 0;
}
.cms-content .cms-about-section-icon {
  display: block;
  margin: 0 auto 20px;
}
@media (min-width: 768px) {
  .cms-content .cms-about-section-icon {
    float: left;
    width: 130px;
    margin-right: 35px;
  }
}
.cms-content .cms-about-section-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
@media (min-width: 768px) {
  .cms-content .cms-about-section-text {
    float: left;
    width: calc(100% - 165px);
  }
}
.cms-content .cms-about-important {
  color: #17a7e0;
  font-weight: bold;
}
.cms-content .cms-about-strong {
  font-weight: bold;
}
.cms-content .cms-section {
  margin-top: 20px;
  border-top: 1px solid #f5f5f5;
  padding-top: 20px;
}
.cms-content .cms-section:after {
  clear: both;
  content: " ";
  display: block;
}
.cms-content .cms-section:first-child {
  margin-top: 0;
}
.cms-content .cms-section.row {
  border-top: 0;
  padding-top: 21px;
  position: relative;
}
.cms-content .cms-section.row::before {
  content: '';
  position: absolute;
  left: 8px;
  right: 8px;
  top: 0;
  height: 1px;
  background: #f5f5f5;
}
@media (min-width: 768px) {
  .cms-content .cms-section-icon, .cms-content .cms-section-text {
    float: left;
  }
}
.cms-content .cms-section-icon {
  display: block;
  margin: 0 auto 20px;
}
@media (min-width: 768px) {
  .cms-content .cms-section-icon {
    margin-bottom: 0;
    margin-right: 35px;
  }
}
@media (min-width: 768px) {
  .cms-content .cms-section-text {
    width: calc(100% - 118px - 35px);
  }
}
.cms-content .cms-section-title {
  margin-bottom: 20px;
}
.cms-content .cms-anchors {
  background: #f6f6f6;
  padding: 16px 20px;
  margin-top: 0;
}
.cms-content .cms-anchors-title {
  background: #000;
  color: #fff;
  font-size: 16px;
  padding: 10px 20px;
}
.cms-content .cms-anchors-title:first-child {
  padding-top: 10px;
}
.cms-content .cms-anchor {
  padding: 10px;
  color: #000;
  display: inline-block;
}
.cms-content .cms-anchor:hover {
  color: #17a7e0;
}
.cms-content .cms-insert {
  border: 3px solid #efefef;
  padding: 20px;
}
.cms-content .cms-insert-title {
  color: #000;
  font-size: 16px;
}
.cms-content .cms-insert-image {
  margin-top: 1em;
}
.cms-content .cms-note {
  text-align: right;
}
.cms-important {
  color: #17a7e0;
  font-weight: bold;
}
.cms-content .cms-mesure-catchy {
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
}
.cms-content .cms-mesures {
  text-align: center;
}
.cms-content .cms-mesures-title {
  padding: 15px 10px;
  background-color: #17a7e0;
  color: #fff;
  font-size: 30px;
  text-align: center;
  margin: 30px auto;
  display: block;
  vertical-align: middle;
  text-transform: uppercase;
  counter-reset: mesure 0;
}
.cms-content .cms-mesures-title:first-child {
  margin-top: 0;
}
.cms-content .cms-mesure {
  border: 1px solid #CCCCCC;
  padding: 15px;
  margin-top: 30px;
  text-align: left;
}
@media (min-width: 768px) {
  .cms-content .cms-mesure {
    display: table;
    width: 100%;
  }
}
.cms-content .cms-mesure:first-child {
  margin-top: 0;
}
.cms-content .cms-mesures-title + .cms-mesure {
  margin-top: 0;
}
.cms-content .cms-mesure-col {
  padding: 10px;
}
@media (min-width: 768px) {
  .cms-content .cms-mesure-col {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
  }
  .cms-content .cms-mesure-col:first-child {
    padding-left: 0;
  }
  .cms-content .cms-mesure-col:last-child {
    padding-right: 0;
  }
  .cms-content .cms-mesure-col img {
    max-width: none;
  }
}
.cms-content .cms-mesure-text {
  background: #f2f2f2;
  box-shadow: 0px 2px 3px #aaa;
  padding: 10px 15px;
}
.cms-content .cms-mesure-title {
  counter-increment: mesure 1;
}
.cms-content .cms-mesure-title::before {
  content: counter(mesure) ". ";
}
.cms-content .cms-contact-header {
  background: #f9f9f9;
  padding: 20px;
}
.cms-content .cms-contact-anchors {
  background: #f0f0f0;
  font-size: 0;
  text-align: center;
  margin: 20px -20px -20px;
}
.cms-content .cms-contact-anchor-box {
  padding-left: 0;
  line-height: 1;
}
@media (min-width: 768px) {
  .cms-content .cms-contact-anchor-box {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    white-space: nowrap;
    margin-top: 0;
  }
}
.cms-content .cms-contact-anchor-box::before {
  content: '';
  width: 19px;
  height: 1px;
  background: #afaeae;
  display: block;
  margin: 10px auto;
}
@media (min-width: 768px) {
  .cms-content .cms-contact-anchor-box::before {
    width: 1px;
    height: 19px;
    margin-top: -10px;
    left: 0;
  }
}
.cms-content .cms-contact-anchor-box:first-child::before {
  content: none;
}
.cms-content .cms-contact-anchor {
  display: inline-block;
  padding: 10px 30px;
  color: #000;
  font-size: 1rem;
  white-space: normal;
}
.cms-content .cms-contact-anchor:hover {
  color: #17a7e0;
}
.cms-content .cms-contact-anchor-important {
  font-weight: bold;
  color: #17a7e0;
}
.cms-content .cms-contact-section {
  margin-top: 20px;
}
.cms-content .cms-contact-section:after {
  clear: both;
  content: " ";
  display: block;
}
.cms-content .cms-contact-section:first-child {
  margin-top: 0;
}
.cms-content .cms-contact-section-icon {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .cms-content .cms-contact-section-icon {
    float: left;
    margin-bottom: 0;
    margin-right: 35px;
  }
}
.cms-content .cms-contact-section-title {
  border-bottom: 2px solid #e7e7e7;
  padding-bottom: 6px;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #000;
}
.cms-guarantee h1, .cms-guarantee h2 {
  border-top: none;
}
.cms-guarantee h2 {
  font-size: 16px;
}
.cms-content .cms-guide-description {
  color: #19a8e0;
  font-size: 22px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px !important;
}
.cms-content .cms-guide-footer {
  margin: 27px auto 10px;
  position: relative;
  color: #343434;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .cms-content .cms-guide-description, .cms-content .cms-guide-footer {
    font-size: 15px;
  }
}
.cms-content .cms-guide h2 {
  border-top: none;
  font-size: 19px;
  text-transform: uppercase;
  margin: 0 !important;
  text-align: center;
  padding: 7px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .cms-content .cms-guide h2 {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  .cms-content .cms-guide h2 {
    font-size: 28px;
  }
}
.cms-content .cms-guide p {
  margin-top: 5px;
  line-height: 1.6;
}
.cms-content .cms-guide div {
  margin: 23px auto 0;
  padding: 12px 29px 10px;
  background: #f6f6f6;
}
@media (max-width: 767px) {
  .cms-content .cms-guide div {
    padding: 20px 29px;
  }
}
.cms-content .cms-guide div::after {
  content: '';
  display: table;
  clear: both;
}
.cms-content .cms-guide ul {
  padding: 0;
}
.cms-content .cms-guide ul::before {
  display: none;
}
.cms-content .cms-guide li {
  margin-top: 0;
  padding-left: 8px;
}
.cms-content .cms-guide li::before {
  display: none;
}
.cms-content .cms-general h1 {
  color: #19a8e0;
  text-align: center;
  font-size: 33px;
  margin-bottom: 20px;
}
.cms-content .cms-general h2 {
  padding: 17px 0 0 0;
  font-size: 22px;
}
.cms-content .cms-general-line {
  border-top: 1px solid #f2f2f2;
  padding: 17px 15px;
}
.cms-content .cms-general a {
  float: right;
  margin-top: 15px;
}
.cms-content .cms-general .button::before {
  padding-right: 5px;
}
.cms-content .cms-accessorization {
  /* ancienne page */
}
.cms-content .cms-accessorization h2 {
  text-align: center;
  border-top: none;
  position: relative;
}
.cms-content .cms-accessorization h2::before {
  content: '';
  height: 1px;
  background: #19a8e0;
  display: block;
  margin: 0 auto;
  width: 125px;
  margin-bottom: 25px;
}
.cms-content .cms-accessorization h3 {
  text-align: center;
  font-size: 14px;
}
.cms-content .cms-accessorization-grey {
  background: #f2f2f2;
}
.cms-content .cms-accessorization-grey img {
  width: 100%;
}
.cms-content .cms-accessorization-grey p {
  padding: 0 50px 25px;
  text-align: left;
}
.cms-content .cms-accessorization-item {
  margin-bottom: 20px;
}
.cms-content .cms-accessorization-item img {
  height: 92px;
  width: 91px;
  margin: 20px auto;
  display: block;
}
.cms-content .cms-accessorization-item::before {
  margin: 20px auto;
}
.cms-content .cms-accessorization-item p {
  text-align: justify;
  padding: 0 12px;
}
.cms-content .cms-remote h2, .cms-content .cms-remote h3 {
  color: #ff6600;
}
.cms-content .cms-remote h2 {
  font-size: 16px;
}
.cms-content .cms-remote h2:first-child {
  margin-top: 20px;
}
.cms-content .cms-remote h3 {
  border-top: none;
  padding-top: 10px;
  font-weight: 600;
  font-size: 14px;
}
.cms-content .cms-interphone h2 {
  text-align: center;
}
.cms-content .cms-interphone h2:first-child {
  margin-top: 20px;
}
.cms-content .cms-interphone h3 {
  color: #3c3c3c;
  font-size: 16px;
  margin-top: 10px;
  border-top: none;
}
.cms-content .cms-interphone-brand {
  background: #f7f7f7;
  vertical-align: top;
  margin-top: 0;
  padding: 0 1.5em;
}
.cms-content .cms-interphone-brand:before {
  display: none;
}
.cms-content .cms-interphone-brand:nth-child(even) {
  background: #eaeaea;
}
@media (min-width: 768px) {
  .cms-content .cms-interphone-brand p {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
  }
}
@media (min-width: 1024px) {
  .cms-content .cms-interphone-brand {
    padding: 0;
    height: 470px;
  }
  .cms-content .cms-interphone-brand img {
    width: 100%;
  }
}
.cms-content .cms-interphone-brand p {
  padding: 0 20px 15px;
  text-align: justify;
}
.cms-content .cms-interphone-item {
  margin-bottom: 20px;
}
.cms-content .cms-interphone-items {
  counter-reset: h2;
}
.cms-content .cms-interphone-item::before {
  display: block;
  content: counter(h2);
  counter-increment: h2;
  height: 85px;
  width: 85px;
  line-height: 76px;
  font-size: 47px;
  text-align: center;
  font-weight: bold;
  border: 4px solid;
  border-radius: 50%;
  position: relative;
  margin: 20px auto;
}
.cms-content .cms-quality-charter {
  text-align: center;
  font-size: 16px;
  padding: 0 34px;
}
.cms-content .cms-quality-charter h2 {
  text-transform: uppercase;
  text-align: center;
}
.cms-content .cms-quality-charter p {
  text-align: center;
}
.cms-content .cms-quality-charter span {
  display: inline-block;
  border: 1px solid #17a7e0;
  padding: 10px;
  text-align: center;
}
.cms-tcenter {
  text-align: center !important;
}
.cms-tleft, .cms-tright {
  text-align: left;
}
@media (min-width: 768px) {
  .cms-tright {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .cms-tleft {
    text-align: left !important;
  }
}
@media (max-width: 767px) {
  .cms-left, .cms-right {
    margin: 25px auto;
    display: block;
  }
}
@media (min-width: 768px) {
  .cms-right {
    margin-left: 22px;
    float: right;
  }
}
@media (min-width: 768px) {
  .cms-left {
    margin-right: 22px;
    float: left;
  }
}
.cms-framed {
  padding: 5px;
  background: #17a7e0;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
}
.cms-content .cms-emalu-image {
  display: block;
  margin: 20px auto 0;
}
.cms-content .cms-emalu-image:first-child {
  margin-top: 0;
}
.cms-content .cms-emalu-list {
  padding-left: 0;
}
.cms-content .cms-emalu-list li {
  padding-left: 0;
  margin-top: 10px;
}
.cms-content .cms-emalu-list li::before {
  content: counter(i);
  height: 35px;
  width: 35px;
  line-height: 35px;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #17a7e0;
  display: block;
  margin: 0 auto 10px;
  position: static;
  border-radius: 100%;
}
.cms-content .cms-emalu-grid {
  text-align: center;
  font-size: 0;
  margin: 0 -2px;
  padding-left: 0;
  margin-top: 20px;
}
.cms-content .cms-emalu-grid-item {
  float: none;
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  margin: 0 2px;
  padding-left: 0;
  width: 180px;
  max-width: 50%;
}
.cms-content .cms-emalu-grid-item::before {
  content: none;
}
.cms-content .cms-emalu-grid-title {
  color: #fff;
  background: #17a7e0;
  text-transform: uppercase;
  padding: 4px 10px;
  font-size: 16px;
  border-top: 0;
  margin-top: 0;
  line-height: 2em;
  text-align: center;
}
.cms-content .cms-emalu-grid-title-text {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.cms-content .cms-emalu-grid-content {
  margin-top: 0;
  padding: 10px;
  background: #e6e6e6;
}
@media (min-width: 768px) {
  .cms-row {
    display: table;
  }
}
@media (min-width: 768px) {
  .cms-middle {
    display: table-cell;
    vertical-align: middle;
  }
  .cms-middle img {
    max-width: none;
  }
}
.cms-content .cms-neighbour h1, .cms-content .cms-neighbour h2 {
  margin: 20px 0;
}
.cms-content .cms-numbers {
  counter-reset: nb;
  font-size: 16px;
}
.cms-content .cms-number a {
  float: none;
  margin: 0;
}
.cms-content .cms-number::before {
  display: block;
  content: counter(nb);
  counter-increment: nb;
  height: 60px;
  width: 60px;
  line-height: 60px;
  font-size: 34px;
  text-align: center;
  background: #17a7e0;
  font-weight: bold;
  border-radius: 50%;
  position: relative;
  color: #fff;
  margin: 20px auto;
}
.cms-content .cms-videotitle::before {
  content: '[VIDEO] ';
  color: #000;
  display: inline;
}
.cms-content .cms-schedules {
  table-layout: fixed;
}
.cms-content .cms-schedules th, .cms-content .cms-schedules td {
  border: 2px solid #fff;
  padding: 1em;
}
.cms-content .cms-schedules th.empty, .cms-content .cms-schedules td.empty {
  background: none !important;
  border: 0 !important;
}
.cms-content .cms-schedules th {
  background: #e6e6e6;
}
.cms-content .cms-schedules td {
  background: #17a7e0;
  color: #fff;
}
.cms-content .cms-schedules td.closed {
  background: #787878;
  text-transform: uppercase;
}
.cms-content .cms-stores {
  /* MICHEL SARDOU */
}
.cms-content .cms-store-details {
  padding: 20px;
  border: 1px solid #003047;
  margin-bottom: 20px;
}
.cms-content .cms-store-manager {
  margin-top: 20px;
  padding: 10px 20px;
  border: 1px solid #CCC;
}
.cms-content .cms-store h1 {
  margin-bottom: 25px;
}
.cms-content .cms-store img {
  width: 100%;
}
@media (max-width: 1023px) {
  .cms-content .cms-store article h2 {
    margin-top: 15px;
  }
}
.cms-content .cms-store article ul {
  margin-top: 15px;
}
.cms-content .cms-store article p {
  font-size: 16px;
  text-align: left;
}
.cms-content .cms-store article p strong {
  display: block;
  margin-top: 15px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .cms-content .cms-store aside {
    margin-top: 20px;
  }
}
.cms-content .cms-store aside p {
  text-align: justify;
}
.cms-content .cms-store aside h2 {
  font-size: 25px;
  line-height: 0.9;
  margin: 15px 0 0;
  border-top: none;
}
.cms-content .cms-store aside h3 {
  font-size: 14px;
}
.cms-content .cms-store address {
  color: #f43c00;
  font-weight: bold;
}
.cms-content .cms-store address h2, .cms-content .cms-store address p, .cms-content .cms-store address a {
  color: #f43c00;
}
.cms-content .cms-store address h2.cms-phone-block, .cms-content .cms-store address p.cms-phone-block, .cms-content .cms-store address a.cms-phone-block {
  color: #87b965;
  border: 1px solid #87b965;
  padding: 5px 11px 5px 0;
}
.cms-content .cms-store address h2.cms-phone-block:before, .cms-content .cms-store address p.cms-phone-block:before, .cms-content .cms-store address a.cms-phone-block:before {
  font-family: labelhabitation-icons;
  content: "\f100";
  display: inline-block;
  height: 30px;
  width: 30px;
  background-color: #87b965;
  color: #ffffff;
  text-align: center;
  padding: 3px;
}
.cms-content .cms-store address h2.cms-phone-block span, .cms-content .cms-store address p.cms-phone-block span, .cms-content .cms-store address a.cms-phone-block span {
  padding: 0 8px;
}
.cms-content .cms-store address p {
  font-size: 14px;
  line-height: 1.7;
}
@media (max-width: 1023px) {
  .cms-content .cms-store address p {
    margin-top: 5px;
  }
}
.cms-content .cms-store address h2 {
  font-size: 18px;
}
@media (max-width: 1023px) {
  .cms-content .cms-store address h2 {
    margin-top: 30px;
  }
}
.cms-content .cms-store address h2::before {
  padding-right: 6px;
}
.cms-content .cms-store address a {
  margin-top: 15px;
}
.cms-content .cms-store address a::before {
  padding-right: 6px;
}
.cms-content .cms-store address a:last-child {
  text-align: right;
  float: right;
  color: #17a7e0;
}
.cms-content .cms-store address a:last-child:hover {
  color: #3bb0ee;
}

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