.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: #f86300;
  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: #f86300;
}
.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 !important;
}
.cms-content p img {
  display: inline-block;
  vertical-align: middle;
}
.cms-content small {
  font-size: 80%;
}
.cms-content a {
  color: #f86300;
}
.cms-content a:hover {
  color: #ff802c;
}
.cms-content a:active {
  color: #df5900;
}
.cms-content a:hover, .cms-content a:active {
  text-decoration: underline;
}
.cms-content * {
  max-width: 100%;
}
.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: #f86300;
  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: #f86300;
}
.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: #f86300;
  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: #f86300;
  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: #f86300;
}
.cms-content .cms-contact-anchor-important {
  font-weight: bold;
  color: #f86300;
}
.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-transport .row {
  border-bottom: 1px solid #d2d7d9;
}
.cms-content .cms-transport-banner {
  width: 1040px;
}
.cms-content .cms-transport h2 {
  text-align: center;
  border-top: none;
  position: relative;
  margin: 10px 0;
  padding: 10px 0;
}
.cms-content .cms-transport h2::before {
  content: '';
  height: 1px;
  background: #19a8e0;
  display: block;
  margin: 0 auto;
  width: 125px;
  margin-bottom: 25px;
}
.cms-content .cms-transport h3 {
  text-align: center;
  font-size: 14px;
  margin-top: inherit;
  padding-top: inherit;
  padding: 0 10px;
  text-transform: uppercase;
}
.cms-content .cms-transport-grey {
  background: #f2f2f2;
}
.cms-content .cms-transport-grey img {
  width: 100%;
}
.cms-content .cms-transport-grey p {
  padding: 10px;
  text-align: left;
}
.cms-content .cms-transport-item {
  margin-bottom: 20px;
}
.cms-content .cms-transport-item img {
  height: 92px;
  width: 91px;
  margin: 20px auto;
  display: block;
}
.cms-content .cms-transport-item::before {
  margin: 20px auto;
}
.cms-content .cms-transport-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-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: #f86300;
  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: #f86300;
  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: #f86300;
  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: #f86300;
  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: #f86300;
  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 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: #f86300;
}
.cms-content .cms-store address a:last-child:hover {
  color: #ff802c;
}

.circle-number {
  font-size: 55px;
  border-radius: 100%;
  width: 72px;
  height: 70px;
  display: inline-block;
  margin: 23px auto 10px auto;
  text-align: center;
  color: #f86300;
  border: 3px solid #f86300;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

#dixRaisons1, #dixRaisons2 {
  width: auto !important;
  text-align: center;
  vertical-align: top;
}
#dixRaisons1 .raison, #dixRaisons2 .raison {
  float: none !important;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 767px) {
  #dixRaisons1 .raison, #dixRaisons2 .raison {
    width: 48% !important;
    float: left !important;
  }
}
#dixRaisons1 .raison .titre > p, #dixRaisons2 .raison .titre > p {
  text-align: center !important;
}

#guide-menu {
  background: url("https://www.labelhabitation.com/skin/frontend/glb/default/images/bkg_block-content.png") repeat-y scroll 0 0 transparent;
  float: left;
  width: 180px;
  padding: 0 10px;
}

#guide-menu li {
  border-bottom: 1px solid #ccc;
  clear: left;
  margin: 10px 0 0;
  padding-bottom: 10px;
  width: 100%;
}

#guide-menu li a {
  display: block;
  color: #5F5D5C;
}

#guide-content {
  float: left;
  margin-left: 50px;
  text-align: justify;
  width: 660px;
}

.cms-guide-achat .ui-tabs-vertical .ui-tabs-panel {
  padding: 1em;
  float: right;
  width: 650px;
}

.std img {
  margin-bottom: 10px;
}

#guide-menu-principal {
  max-width: 920px;
  font-size: 0;
}
#guide-menu-principal li a {
  display: block;
  float: left;
  height: 250px;
  margin-bottom: 12px;
  margin-right: 12px;
  width: 298px;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -spec-transition: 0s;
  transition: 0s;
}
#guide-menu-principal li a strong {
  left: -999999px;
  position: relative;
}
#guide-menu-principal li a.motorisation {
  width: 610px;
}
#guide-menu-principal li a.jardin {
  width: 608px;
}
#guide-menu-principal li a.poele {
  height: 512px;
}
#guide-menu-principal li a.motorisation {
  background: url("../../default/images/guide/motorisation.jpg") no-repeat scroll 0 0 transparent;
}
#guide-menu-principal li a.radiateur {
  background: url("../../default/images/guide/radiateur.jpg") no-repeat scroll 0 0 transparent;
}
#guide-menu-principal li a.coffre {
  background: url("../../default/images/guide/coffre.jpg") no-repeat scroll 0 0 transparent;
}
#guide-menu-principal li a.interphone {
  background: url("../../default/images/guide/interphone.jpg") no-repeat scroll 0 0 transparent;
}
#guide-menu-principal li a.poele {
  background: url("../../default/images/guide/poele.jpg") no-repeat scroll 0 0 transparent;
}
#guide-menu-principal li a.serre {
  background: url("../../default/images/guide/serre.jpg") no-repeat scroll 0 0 transparent;
}
#guide-menu-principal li a.barbecue {
  background: url("../../default/images/guide/barbecue.jpg") no-repeat scroll 0 0 transparent;
}
#guide-menu-principal li a.piscine {
  background: url("../../default/images/guide/piscine.jpg") no-repeat scroll 0 0 transparent;
}
#guide-menu-principal li a.climatisation {
  background: url("../../default/images/guide/climatisation.jpg") no-repeat scroll 0 0 transparent;
}
#guide-menu-principal li a.garage {
  background: url("../../default/images/guide/garage.jpg") no-repeat scroll 0 0 transparent;
}
#guide-menu-principal li a.jardin {
  background: url("../../default/images/guide/jardin.jpg") no-repeat scroll 0 0 transparent;
}
#guide-menu-principal li a.label {
  background: url("https://www.labelhabitation.com/skin/frontend/glb/default/images/guide/label.jpg") no-repeat scroll 0 0 transparent;
}
#guide-menu-principal li a.alarme {
  background: url("../../default/images/guide/encart-guide-alarme.jpg") no-repeat scroll 0 0 transparent;
}
#guide-menu-principal li a:hover {
  background-position: bottom left;
}
#guide-menu-principal li a.radiateur {
  margin-right: 0px;
}
#guide-menu-principal li a.poele {
  margin-right: 0px;
  margin-top: -262px;
}
#guide-menu-principal li a.garage {
  margin-right: 0px;
}
#guide-menu-principal li a.label {
  margin-right: 0px;
}
#guide-menu-principal li a.jardin {
  margin-right: 0px;
}

#guide-menu-stat {
  width: 200px;
  float: left;
  margin-right: 15px;
}
#guide-menu-stat ul {
  background: url("https://www.labelhabitation.com/skin/frontend/glb/default/images/statique/bkg-col.gif") repeat-y scroll 0 0 #fff;
  margin-bottom: 0;
}
#guide-menu-statli {
  padding: 5px 0;
  border-bottom: 1px solid #ccc;
}
#guide-menu-stat li a {
  color: #555;
  font-size: 14px;
  padding: 0 10px;
  text-decoration: none;
}
#guide-menu-stat li a:hover {
  color: #DF591A;
  text-decoration: underline;
}

.cms-content #main_content #pourquoi {
  margin: auto;
  width: 100% !important;
  max-width: 921px;
}
.cms-content #main_content #pourquoi .petit-titre {
  text-align: center !important;
}
@media (max-width: 767px) {
  .cms-content #main_content #pourquoi .bloc {
    width: 100% !important;
  }
}
.cms-content #main_content #pourquoi + h4 {
  display: inline-block;
}
.cms-content #main_content #pourquoi + h4 + div {
  width: 100% !important;
  max-width: 640px;
}
.cms-content #main_content #comment {
  margin: auto;
  width: 100% !important;
  max-width: 921px;
}
.cms-content #main_content #comment h4 + p {
  text-align: center !important;
  padding-bottom: 8px !important;
}
.cms-content #main_content #comment #puissance {
  width: 100% !important;
  max-width: 921px;
}
@media (max-width: 1023px) {
  .cms-content #main_content #comment #puissance {
    max-width: 100%;
  }
}
.cms-content #main_content #comment #puissance #txt-pwr, .cms-content #main_content #comment #puissance #txt-pwr > div {
  width: 100% !important;
  max-width: 489px;
}
@media (max-width: 1023px) {
  .cms-content #main_content #comment #puissance #txt-pwr, .cms-content #main_content #comment #puissance #txt-pwr > div {
    max-width: 100%;
  }
}
.cms-content #main_content #quelle {
  margin: auto;
  height: auto !important;
  width: 100% !important;
  max-width: 921px;
}
.cms-content #main_content #quelle ~ a {
  display: inline-block;
  margin: auto;
}
@media (max-width: 767px) {
  .cms-content #main_content #quelle {
    display: inline-block;
  }
  .cms-content #main_content #quelle img {
    width: 48% !important;
  }
}

.cms-avantages-haverland #main_content {
  text-align: center !important;
}

.cms-prevention-cambriolages p, .cms-prevention-cambriolages h1, .cms-prevention-cambriolages h2, .cms-prevention-cambriolages div {
  height: auto !important;
}
.cms-prevention-cambriolages h2 {
  clear: both !important;
}
.cms-prevention-cambriolages .cms-content p {
  margin-bottom: 25px !important;
}
@media (max-width: 1023px) {
  .cms-prevention-cambriolages .cms-content p {
    float: none !important;
    width: auto !important;
  }
}
.cms-prevention-cambriolages #trait {
  height: 2px !important;
  clear: both !important;
}

.cms-reseau-installateurs .cms-content div, .cms-reseau-installateurs .cms-content p {
  max-width: 100% !important;
}
.cms-reseau-installateurs .cms-content label {
  float: none !important;
}
.cms-reseau-installateurs .cms-content .input-text {
  border: 1px #2095ce solid;
  margin-top: 4px;
}
@media (max-width: 1023px) {
  .cms-reseau-installateurs .cms-content div, .cms-reseau-installateurs .cms-content p {
    float: none !important;
    width: 100% !important;
  }
}

.cms-trouvez-installateurs-agrees .cms-content ul {
  padding-left: 0 !important;
}
.cms-trouvez-installateurs-agrees .cms-content li::before {
  display: none;
}
.cms-trouvez-installateurs-agrees .cms-content img {
  margin-bottom: 15px !important;
}

@media (min-width: 1024px) {
  #guide-menu, #guide-content {
    float: left;
  }
}
#guide-menu {
  background: url(../images/cms/bkg_block-content.png) repeat-y scroll 0 0 transparent;
  padding: 0 10px;
  margin-top: 10px;
}
@media (min-width: 1024px) {
  #guide-menu {
    width: 20%;
    padding-right: 8px;
  }
}
#guide-menu li {
  border-bottom: 1px solid #ccc;
  clear: left;
  margin: 0;
  padding: 10px 0;
  width: 100%;
  padding-left: 0;
}
#guide-menu li::before {
  content: none;
}
#guide-menu li a {
  display: block;
  color: #5F5D5C;
}
#guide-menu li a:hover, #guide-menu li a:active {
  text-decoration: underline;
}
@media (max-width: 767px) {
  #guide-content {
    margin-top: 20px;
    width: 100% !important;
    margin-left: 0;
  }
}
@media (min-width: 1024px) {
  #guide-content {
    padding-left: 8px;
  }
}

.cms-avis-clients-html .cms-content h2 {
  margin-top: 10px !important;
  padding-top: 10px !important;
}
.cms-avis-clients-html .cms-content > div {
  width: 100% !important;
  margin: 0 !important;
}
@media (min-width: 1024px) {
  .cms-avis-clients-html .cms-content > div:nth-child(1) {
    width: 20% !important;
    padding-right: 8px !important;
  }
}
@media (min-width: 1024px) {
  .cms-avis-clients-html .cms-content > div:nth-child(2) {
    width: 80% !important;
    padding-left: 8px !important;
  }
}
.cms-avis-clients-html .cms-content > div:nth-child(2) > div {
  width: 100% !important;
}

.cms-emalu-video .cms-content > div {
  width: 100% !important;
}
.cms-emalu-video .cms-content iframe {
  width: 100%;
}

.cms-promotions .cms-content > div {
  margin-top: 30px;
}
.cms-promotions .cms-content table {
  height: auto !important;
}
.cms-promotions .cms-content table td:nth-child(even) {
  border: 0;
}

.cms-faire-votre-devis-personnalise .cms-content .head h2 {
  background: #f86300;
  color: #fff;
  padding: 15px;
}
.cms-faire-votre-devis-personnalise .cms-content .content {
  padding: 30px;
  background: #f4f4f4;
  display: inline-block;
  width: 100%;
}
.cms-faire-votre-devis-personnalise .cms-content .content .group-select {
  float: left;
  width: 100%;
}
@media (min-width: 1024px) {
  .cms-faire-votre-devis-personnalise .cms-content .content .group-select {
    width: auto;
    max-width: 525px;
  }
}
.cms-faire-votre-devis-personnalise .cms-content .content .group-select > ul li {
  padding-left: 0;
  display: inline-block;
}
.cms-faire-votre-devis-personnalise .cms-content .content .group-select > ul li .input-box {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .cms-faire-votre-devis-personnalise .cms-content .content .group-select > ul li .input-box {
    width: auto;
    margin-right: 15px;
  }
}
.cms-faire-votre-devis-personnalise .cms-content .content .group-select > ul li .input-box label {
  margin-bottom: 5px;
  display: inline-block;
}
@media (max-width: 767px) {
  .cms-faire-votre-devis-personnalise .cms-content .content .group-select > ul li .input-box textarea {
    width: 100% !important;
  }
}
.cms-faire-votre-devis-personnalise .cms-content .content .group-select > ul li .clear {
  float: left;
  clear: none;
}
.cms-faire-votre-devis-personnalise .cms-content .content .button-set {
  float: right;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .cms-faire-votre-devis-personnalise .cms-content .content .button-set {
    margin-top: 200px;
  }
}
.cms-faire-votre-devis-personnalise .cms-content img {
  display: block;
  margin: auto;
}

.form-button.orange {
  white-space: nowrap;
  background: #F04D12;
  border: none;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 16px;
  height: 34px;
  line-height: 34px;
  width: 160px;
  margin-top: 5px;
}
.form-button.orange:hover {
  background: #d04800;
}

@media (max-width: 1023px) {
  #chronopost {
    height: auto !important;
    min-height: 250px;
    position: relative;
    padding: 10px 0;
  }
  #chronopost p {
    float: none !important;
    width: auto !important;
  }
  #chronopost img {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -spec-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #chronopost {
    padding-left: 50%;
  }
  #chronopost img {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  #chronopost {
    padding-left: 25%;
  }
  #chronopost img {
    max-width: 25%;
  }
}

.faq-item {
  float: left;
  padding: 0 10px;
  width: 100%;
  vertical-align: top;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .faq-item {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .faq-item {
    width: 33.33%;
  }
}
.faq-item.first {
  background: url(../images/cms/bkg-first.gif) no-repeat scroll 0 0 #e45c02;
  display: inline-block;
  padding-top: 130px;
}
.faq-item.first a {
  position: relative;
  color: #fff;
  background-color: #e45c02;
}
.faq-item.first li:first-child:before {
  background: #ce5302;
}
.faq-item.first li:first-child:after {
  background: #f96401;
}
.faq-item.first li:last-child:before, .faq-item.first li:last-child:after {
  display: none;
}
.faq-item.first .faq-list {
  background: #e45c02;
}
.faq-item:nth-child(4) {
  clear: left;
}
.faq-item li a {
  display: block;
  max-width: none;
  margin: 0 -10px;
  padding: 5px 10px 5px 10px;
}
.faq-item li a:hover {
  text-decoration: none;
}
.faq-item li.active > a {
  background: #e45c02;
  color: #fff;
}
.faq-item h2 {
  background: url(../images/cms/bg-h2-faq.gif) repeat-x scroll 0 0 transparent;
  color: #eb7824;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 15px !important;
}
.faq-item [id^="faq-content-"] {
  display: none;
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 10px;
  padding: 10px 0;
}
.faq-item .faq-list {
  background: #eae9eb;
  margin-top: 0;
  padding-left: 0;
}
.faq-item .faq-list li {
  margin-bottom: 5px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -spec-transition: 0.2s;
  transition: 0.2s;
}
.faq-item .faq-list li:not(.active):hover {
  background: #e45c02;
}
.faq-item .faq-list li:not(.active):hover a {
  color: #fff;
  text-decoration: none;
}

.cms-content ul.faq-list li {
  position: relative;
  padding: 0px 11px;
  margin: 0;
}
.cms-content ul.faq-list li:before {
  content: '';
  position: absolute;
  height: 1px;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #dad8d8;
  margin: 0;
  top: auto;
}
.cms-content ul.faq-list li:after {
  content: '';
  position: absolute;
  height: 1px;
  left: 0;
  bottom: 1px;
  width: 100%;
  background: #fff;
}

.cms-tout-sur-livraison #mondial_relay {
  height: auto !important;
  padding: 25px 15px;
}
.cms-tout-sur-livraison #Geodis_gls_colissiomo {
  height: auto !important;
}
.cms-tout-sur-livraison #Geodis_gls_colissiomo #gls img {
  float: left;
}
.cms-tout-sur-livraison #time_table {
  padding-bottom: 20px;
}
.cms-tout-sur-livraison #time_table table {
  height: auto !important;
}
@media (max-width: 767px) {
  .cms-tout-sur-livraison #accroche {
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .cms-tout-sur-livraison #livraison img {
    float: left;
  }
}
.cms-tout-sur-livraison #moment-livraison {
  height: auto !important;
}

.cms-publicite-labelhabitation .cms-content iframe, .cms-nos-videos .cms-content iframe {
  height: 320px !important;
}
@media (min-width: 768px) {
  .cms-publicite-labelhabitation .cms-content iframe, .cms-nos-videos .cms-content iframe {
    width: 100% !important;
    height: 550px !important;
  }
}

@media (max-width: 767px) {
  .cms-guide-poele-emaflam img {
    margin: 0 !important;
  }
}

.cms-interphone-guide #guide-content > p {
  text-align: left;
}

.header-page-garantie {
  display: table;
  width: 100%;
  background-color: #f86300;
}
@media (max-width: 767px) {
  .header-page-garantie > div {
    display: block !important;
    width: 100% !important;
  }
  .header-page-garantie > div h1 {
    font-size: 20px !important;
    margin: 20px auto !important;
    text-align: center !important;
  }
  .header-page-garantie > div img {
    display: none;
  }
}
.header-page-garantie > div {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  text-align: center;
}
.header-page-garantie > div h1 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 50px;
}

h2 {
  text-transform: uppercase;
  margin: 10px auto;
}
h2 span {
  color: #000;
}
@media (max-width: 767px) {
  h2 {
    text-align: center !important;
    font-size: 22px !important;
  }
}

.cms-content {
  margin: 20px auto;
}

.cms-content ul li.align-point::before {
  margin-top: -0.85em;
}

.garantie {
  display: table;
  width: 100%;
}
.garantie-zen {
  margin: 10px -11px;
}
.garantie-zen div {
  display: table-cell;
  vertical-align: top;
  width: 33%;
  padding: 11px;
  background-color: #f6f6f6;
}
.garantie-zen div:first-child {
  width: 18%;
}
.garantie-zen div img {
  margin: 2px auto;
}
.garantie-zen div ul {
  margin-top: 5px;
}
.garantie-zen div ul li {
  display: table;
  width: 100%;
}
@media (max-width: 767px) {
  .garantie-zen div ul li {
    padding-left: 0 !important;
  }
}
.garantie-zen div ul li:before {
  content: none !important;
}
.garantie-zen div ul li img {
  display: inline-block;
  vertical-align: top;
  margin: 9px 10px;
}
@media (max-width: 767px) {
  .garantie-zen div ul li img {
    margin: auto;
    display: block;
  }
}
.garantie-zen div ul li p {
  margin-top: 9px;
  display: inline-block;
  width: 80%;
}
@media (max-width: 767px) {
  .garantie-zen div ul li p {
    width: 100%;
  }
}
.garantie-zen div ul li p span {
  font-weight: 800;
}
@media (max-width: 767px) {
  .garantie-zen div {
    display: block;
    width: 100% !important;
  }
}

/*# sourceMappingURL=cms-page-garantie.css.map */