@charset "utf-8";
/* Custom mixins */
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
/*------------------------------------------------*\	
   			FAQ REMISES & REDUCTIONS
\*------------------------------------------------*/
/*------------------------------------*\
	RESET
\*------------------------------------*/
* {
  margin: 0;
  padding: 0;
}
body,
div,
img,
p {
  padding: 0;
  margin: 0;
}
body.site-18 div,
body.site-18 p {
  font-family: 'Open Sans', sans-serif;
}
a img {
  border: 0;
}
ul {
  list-style: none;
  margin: 0;
}
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
/*------------------------------------*\
	CLASS
\*------------------------------------*/
.hide {
  display: none;
}
.left {
  float: left;
}
.red {
  color: #CC3300;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.hide {
  visibility: hidden;
}
.sujetfaq {
  background: #333333;
  width: 500px;
}
.smalltxt {
  font-size: 10px;
}
.border {
  margin: 2px 0 0 0;
  border-bottom: dashed 1px #000000;
  width: 100%;
}
.success,
.error {
  border: 1px solid;
  margin: 10px 0px;
  padding: 15px 10px 15px 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
}
.success {
  color: #4F8A10;
  background-color: #DFF2BF;
  background-image: url('../../img/success.png');
}
.error {
  color: #D8000C;
  background-color: #FFBABA;
  background-image: url('../../img/error.png');
}
.contact-vote {
  margin: 40px 0 0 0;
}
.ui-dialog-titlebar {
  visibility: hidden;
  height: 0 !important;
  padding: 0 !important;
}
label {
  display: block;
  width: 89px;
  float: left;
  margin-left: 20px;
  font-weight: bold;
}
div.news {
  margin: 5px 0 15px 0;
}
.news h3 a {
  color: #0b1118;
}
.news .contenu {
  color: #585858;
}
div.news-list {
  clear: both;
  margin: 30px 0 15px 45px;
}
.news-list h3 a {
  color: black;
  text-decoration: none;
}
p.contenu-list {
  font-weight: normal;
}
.news-list p {
  font-weight: normal;
  margin: 5px 0 0 0;
}
.top5 links {
  font-weight: bold;
  margin: 5px 0 0 0;
  font-family: Arial;
  font-size: 12px;
}
.specific {
  display: none;
}
.ui-dialog {
  background: none;
  border: none;
}
.contact-form {
  margin-top: 46px;
}
.contact-form .modal-header {
  height: 38px;
  line-height: 38px;
  font-size: 17px;
  border-bottom: 1px solid;
  margin-right: 15px;
}
.contact-form form {
  margin-top: 30px;
}
.contact-form form .input-group {
  margin-bottom: 25px;
}
.contact-form form .input-group label {
  display: block;
  width: 100px;
  float: left;
  font-weight: bold;
  height: 35px;
  line-height: 35px;
}
.contact-form form .input-group input {
  border: 1px solid #CBCBCB;
  width: 400px;
  height: 35px;
  padding-left: 12px;
}
.contact-form form .input-group textarea {
  border: 1px solid #CBCBCB;
  width: 400px;
  height: 200px;
  padding-left: 12px;
  padding-top: 10px;
}
.contact-form form .submit-btn {
  margin: 0 auto;
  display: block;
  width: auto;
  padding: 10px 22px;
  border: none;
  background: none;
  background: #4050a9;
  color: white;
  cursor: pointer;
  text-transform: uppercase;
}
.contact-form .form-submitted {
  padding: 15px;
  font-size: 13px;
  margin-right: 15px;
  background-color: #ddffe6;
  text-align: center;
  margin-top: 30px;
  color: #017915;
  border-radius: 7px;
}
/*------------------------------------*\
	MAIN
\*------------------------------------*/
body {
  font-family: "Arial", sans-serif;
  font-size: 12px;
  margin: 0px;
  background: url(../../img/back.png);
}
body.site-14 {
  background: none;
}
#header {
  height: 150px;
  width: 900px;
  margin: auto;
  float: left;
}
#logo {
  margin: 10px 0 0 10px;
}
.site-14 #logo {
  margin: 20px 0 0 10px;
}
.site-18 #logo img {
  width: 260px;
  height: 43px;
}
.site-18 #logo {
  margin: 35px 0 0 10px;
}
.site-20 #logo {
  margin: 30px 0 0 20px;
}
#wrapper {
  width: 900px;
  margin: auto;
  background-color: #fff;
  position: relative;
}
#content {
  width: 620px;
  margin: 20px 0 20px 20px;
}
#editos {
  width: 580px;
  margin-top: 40px;
  padding: 5px 15px 5px 15px;
  margin-bottom: 50px;
}
#editos > h2 {
  margin-bottom: 15px;
}
#edita {
  margin: 0;
}
#editos > p {
  margin-left: 38px;
}
#editos > ul {
  margin-left: 38px;
}
#editos > ul > li {
  margin-left: 20px;
  list-style-type: circle;
}
#titre,
#tags {
  padding: 4px;
  border: solid 1px #666666;
  width: 200px;
  height: 15px;
  font-size: 18px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
#juridique_form {
  font-size: 10px;
}
#search-bar {
  position: absolute;
  top: 170px;
  font-size: 10px;
  width: 644px;
  height: 32px;
  float: left;
  margin: 0px 0 0px -20px;
}
/* L&P CUSTOM LP */
.site-14 #content {
  margin: 20px 0 20px 0px;
}
.site-14 #search-bar {
  position: absolute;
  top: 120px;
  font-size: 10px;
  width: 243px;
  height: 33px;
  float: left;
  right: 15px;
}
.site-14 #search-bar input {
  font-size: 12px;
  padding: 5px;
  width: 170px;
  margin-top: 5px;
  margin-left: 28px;
  height: 25px;
  border: 0px;
}
.site-14 #barrenoire {
  top: 170px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  min-width: 100%;
  min-height: 4px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.site-14 .breadcrumbs a {
  margin-top: 20px;
  display: inline-block;
}
.site-14 #main_top5 {
  position: relative;
  height: auto;
}
.site-14 #top5_answer {
  padding: 15px 15px 15px 25px;
  margin: 0;
  z-index: 2;
  position: relative;
  float: none;
  box-sizing: border-box;
  width: 595px;
  background: none;
  max-width: initial;
}
.site-14 #top5_answer li {
  z-index: 2;
  position: relative;
}
.site-14 .top5-title {
  margin-left: 15px;
  z-index: 2;
  position: relative;
}
.site-14 .more_questions {
  margin-left: 15px;
}
.site-14 .news-list-content {
  padding: 15px 15px 15px 25px;
  width: 595px;
  position: relative;
}
.site-14 .news-list {
  margin: 10px 0 25px 2px;
  position: relative;
  z-index: 2;
}
.site-14 .news-list:last-child {
  margin-bottom: 10px;
}
.site-14 .lp_box {
  width: 100%;
  margin-left: -10px;
}
.site-14 .lp_top_box {
  position: absolute;
  height: 10px;
  background-position: 65% 100%;
  z-index: 2;
  top: 0;
  background-repeat: no-repeat;
}
.site-14 .lp_mid_box {
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  height: 100%;
  background-repeat: repeat-y;
  z-index: 0;
  background-position: 100% 100%;
  width: 100%;
}
.site-14 .lp_bot_box {
  height: 4px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  background-position: 100% 100%;
}
/* END */
/* AU CUSTOM shopperdoo */
.site-18 #content {
  margin: 0;
  width: 100%;
  padding: 15px;
  margin-bottom: 50px;
  margin-top: 150px;
  position: relative;
}
.site-18 #editos {
  width: 100%;
  padding: 0;
  margin-bottom: 50px;
  margin-top: 30px;
}
.site-18 #editos > p {
  margin: 0;
}
.site-18 #sidebar {
  display: none;
}
.site-18 .main-banner {
  width: 100%;
  height: 480px;
  position: relative;
  top: 115px;
}
.site-18 .side-banner {
  height: 480px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 115px;
}
.site-18 #top5_answer {
  margin-top: 20px;
}
.site-18 .news-list {
  margin: 30px 0 15px 15px;
}
.site-18 #top5_answer_arrow {
  float: none;
  margin-left: 0;
}
.site-18 .specific {
  display: inline-block;
}
.site-18 #search-bar {
  position: absolute;
  right: 0;
  font-size: 10px;
  background-image: url(../../img/au/search-input.png) !important;
  width: 360px;
  height: 47px;
  float: left;
  margin: 0px 0 0px -20px;
  top: -20px;
}
.site-18 #search-bar input {
  font-size: 12px;
  padding: 5px;
  width: 280px;
  margin-top: 5px;
  margin-left: 10px;
  height: 37px;
  border: 0px;
}
/* END */
#rightColumnheader {
  top: 160px;
  float: right;
  font-size: 10px;
  background-image: url(../../img/uk/rightColumnheader.png);
  width: 257px;
}
blockquote {
  font-size: 18px;
  font-weight: lighter;
  font-style: italic;
  width: 570px;
  font-family: "", sans-serif;
}
#main_top5 {
  height: 129px;
  vertical-align: middle;
}
#top5_answer {
  float: left;
  margin-left: 15px;
  vertical-align: middle;
  max-width: 555px;
  margin-bottom: 30px;
}
#top5_answer > li > a {
  margin-top: 10px;
  text-decoration: none;
  font-size: 13px;
  font-style: bold;
  color: #000;
  line-height: 25px;
}
#top5_answer > li > a > span {
  font-size: 10px;
}
#top5_answer_arrow {
  float: left;
  margin-left: -20px;
}
#top5_answer_arrow > img {
  margin-left: 0px;
}
.more_questions {
  margin-top: 30px;
}
.article {
  margin-top: 35px;
}
.opener {
  cursor: pointer;
}
/*------------------------------------*\
	SEARCH
\*------------------------------------*/
#searchform {
  margin: 0px 0 0px 0;
  font-size: 18px;
}
#searchform div {
  color: #000000;
}
#searchform div input {
  font-size: 12px;
  padding: 5px;
  width: 260px;
  margin-top: 5px;
  margin-left: 28px;
  height: 23px;
  border: 0px;
}
#suggestions {
  position: absolute;
  width: 550px;
  top: 200px;
  display: none;
  z-index: 2000;
}
#searchresults {
  color: white;
  border-width: 1px;
  border-color: #919191;
  border-style: solid;
  width: 550px;
  background-color: #1c344e;
  font-size: 10px;
  line-height: 14px;
  z-index: 2000;
}
#searchresults a {
  border-bottom-width: 1px;
  border-bottom-color: #545454;
  border-bottom-style: dashed;
  display: block;
  background-color: #ffffff;
  clear: left;
  height: 40px;
  text-decoration: none;
}
#searchresults a:hover {
  background-color: #b7b7b7;
  color: #ffffff;
}
#searchresults a img {
  float: left;
  padding: 5px 10px;
}
#searchresults a span.searchheading {
  display: block;
  font-weight: bold;
  padding-top: 5px;
  color: #191919;
}
#searchresults a:hover span.searchheading {
  color: #ffffff;
}
#searchresults a span {
  color: #555555;
}
#searchresults a:hover span {
  color: #f1f1f1;
}
#searchresults span.category {
  font-size: 11px;
  margin: 5px;
  display: block;
  color: #ffffff;
}
#searchresults span.seperator {
  float: right;
  padding-right: 15px;
  margin-right: 5px;
  background-image: url(../images/shortcuts_arrow.gif);
  background-repeat: no-repeat;
  background-position: right;
}
#searchresults span.seperator a {
  background-color: transparent;
  display: block;
  margin: 5px;
  height: auto;
  color: #ffffff;
}
/*------------------------------------*\
	SIDEBAR
\*------------------------------------*/
#sidebar {
  width: 260px;
  min-height: 500px;
  float: right;
  padding: 25px 0 0 0;
  margin-left: 0px;
}
#sidebar ul {
  padding: 0 0 0 20px;
  width: 160px;
}
#sidebar ul li {
  margin: 5px 0 10px auto;
}
#lien-utile,
#steps {
  margin: auto;
  width: 167px;
}
#lien-utile,
#steps a {
  color: #000000;
  text-decoration: none;
}
#steps {
  margin-top: -5px;
  margin-left: 4px;
  background-color: #eceaea;
  width: 242px;
  min-height: 700px;
}
#steps > .desc {
  width: 202px;
  background-color: #eceaea;
  padding: 30px 0 20px 0;
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
  font-size: 10px;
  font-style: italic;
  color: #969898;
  font-weight: bold;
  margin-bottom: 42px;
}
#steps > .step > img {
  margin-bottom: 42px;
  margin-left: 0;
}
/*------------------------------------*\
	FOOTER
\*------------------------------------*/
#footer {
  width: 860px;
  min-height: 60px;
  margin: auto;
  text-align: center;
  margin-bottom: 45px;
  margin-top: 15px;
}
#footer ul li {
  display: inline;
  font-weight: bold;
}
/*------------------------------------*\

	MOBILE CSS

\*------------------------------------*/
* {
  box-sizing: border-box;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.home-tel {
  display: none;
}
@media (max-width: 767px) {
  #header,
  #searchform,
  #footer,
  #sidebar,
  .more_questions,
  #barrenoire,
  .breadcrumbs,
  .main-banner,
  .side-banner {
    display: none !important;
  }
  .box,
  #top5_answer {
    width: auto !important;
  }
  .nav-mobile-wrapper > .nav-mobile {
    height: 50px;
    position: fixed;
    top: 0;
    width: 100%;
    margin-left: -15px;
    z-index: 9999;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    background: #56a3ac;
    -webkit-transition: -webkit-transform 0.3s;
            transition: transform 0.3s;
  }
  .nav-mobile-wrapper > .nav-mobile > li {
    border: none;
  }
  .nav-mobile-wrapper > .nav-mobile > li:nth-child(2) {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: -1;
  }
  .nav-mobile-wrapper > .nav-mobile > li:nth-child(2) > a {
    font-size: 19px;
    display: inline-block;
    color: white;
    text-decoration: none;
  }
  .nav-mobile-wrapper > .nav-mobile > li:first-child {
    float: left;
    line-height: 50px;
    width: 50px;
    z-index: 2;
  }
  .nav-mobile-wrapper > .nav-mobile > li:first-child > a {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    image-rendering: optimizeSpeed;
    /* Legal fallback */
    image-rendering: -moz-crisp-edges;
    /* Firefox        */
    image-rendering: -o-crisp-edges;
    /* Opera          */
    image-rendering: -webkit-optimize-contrast;
    /* Safari         */
    image-rendering: optimize-contrast;
    /* CSS3 Proposed  */
    -ms-interpolation-mode: nearest-neighbor;
        image-rendering: crisp-edges;
    /* CSS4 Proposed  */
    image-rendering: optimizeQuality;
    -ms-interpolation-mode: nearest-neighbor;
    /* IE8+           */
    background-image: url("../../img/icon_magnifier.svg");
    display: inline-block;
    width: 100%;
    height: 50px;
  }
  .nav-mobile-wrapper > .nav-mobile > li:last-child {
    float: right;
    line-height: 50px;
    width: 50px;
    z-index: 2;
  }
  .nav-mobile-wrapper > .nav-mobile > li:last-child > a {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    image-rendering: optimizeSpeed;
    /* Legal fallback */
    image-rendering: -moz-crisp-edges;
    /* Firefox        */
    image-rendering: -o-crisp-edges;
    /* Opera          */
    image-rendering: -webkit-optimize-contrast;
    /* Safari         */
    image-rendering: optimize-contrast;
    /* CSS3 Proposed  */
    -ms-interpolation-mode: nearest-neighbor;
        image-rendering: crisp-edges;
    /* CSS4 Proposed  */
    image-rendering: optimizeQuality;
    -ms-interpolation-mode: nearest-neighbor;
    /* IE8+           */
    background-image: url("../../img/icon_menu.svg");
    display: inline-block;
    width: 100%;
    height: 50px;
  }
  .nav-mobile-wrapper > .nav-mobile > li:last-child > a.nav-open {
    background-image: url("../../img/icon_menu_close.svg");
    background-size: 46%;
  }
  .nav-mobile-wrapper > .nav-mobile > li > a {
    background: none;
    line-height: 50px;
    vertical-align: middle;
    padding: 0 !important;
  }
  .nav-mobile-wrapper > .nav-mobile > li > a:hover,
  .nav-mobile-wrapper > .nav-mobile > li > a:focus {
    background-color: initial !important;
  }
  .nav-mobile-wrapper > .nav-mobile.nav-open {
    -webkit-transform: translateX(-270px);
        -ms-transform: translateX(-270px);
            transform: translateX(-270px);
  }
  .nav-mobile-wrapper > .nav-menu-mobile {
    position: fixed;
    top: 0;
    right: 0;
    background: #3c3c3b;
    width: 270px;
    height: 100vh;
    visibility: hidden;
    -webkit-transition: visibility 0s 0.3s;
            transition: visibility 0s 0.3s;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    overflow-y: auto;
    padding-top: 20px;
  }
  .nav-mobile-wrapper > .nav-menu-mobile.nav-open {
    visibility: visible;
    -webkit-transition: visibility 0s 0s;
    transition: visibility 0s 0s;
  }
  .nav-mobile-wrapper > .nav-menu-mobile li {
    list-style: none;
  }
  .nav-mobile-wrapper > .nav-menu-mobile > li {
    padding-left: 23px;
  }
  .nav-mobile-wrapper > .nav-menu-mobile > li a {
    padding-left: 0;
  }
  .nav-mobile-wrapper > .nav-menu-mobile > li > .name {
    font-size: 24px;
    color: #56a3ac;
    text-decoration: none;
  }
  .nav-mobile-wrapper > .nav-menu-mobile > li > .name:focus,
  .nav-mobile-wrapper > .nav-menu-mobile > li > .name:hover {
    background: initial;
  }
  .nav-mobile-wrapper > .nav-menu-mobile > li > .sign-out {
    background: #56a3ac;
    color: white;
    width: 96px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    margin-top: 3px;
    border-radius: 3px;
    text-align: center;
    vertical-align: middle;
  }
  .nav-mobile-wrapper > .nav-menu-mobile > li.tabs-menu > ul {
    padding: 0;
  }
  .nav-mobile-wrapper > .nav-menu-mobile > li.tabs-menu > ul > li {
    word-break: break-word;
    display: inline-block;
    height: 41px;
    line-height: 41px;
    padding: 0;
    width: 100%;
    color: white;
    font-size: 19px;
    border-right: 6px solid #3c3c3b;
  }
  .nav-mobile-wrapper > .nav-menu-mobile > li.tabs-menu > ul > li.hour {
    font-size: 13px;
    height: 23px;
    vertical-align: top;
  }
  .nav-mobile-wrapper > .nav-menu-mobile > li.tabs-menu > ul > li.mail {
    font-size: 14px;
    margin-top: 20px;
  }
  .nav-mobile-wrapper > .nav-menu-mobile > li.tabs-menu > ul > li.mail > span {
    line-height: 17px;
    padding-left: 16px;
    max-width: 188px;
  }
  .nav-mobile-wrapper > .nav-menu-mobile > li.tabs-menu > ul > li > i {
    height: 100%;
    width: 41px;
    display: inline-block;
    vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 41px;
    background-position: center center;
  }
  .nav-mobile-wrapper > .nav-menu-mobile > li.tabs-menu > ul > li > span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
  }
  .nav-mobile-wrapper > .nav-menu-mobile > li.tabs-footer {
    margin-top: 40px;
    color: #EEE;
    text-align: justify;
    padding-right: 23px;
    line-height: 1.4;
  }
  .nav-mobile-wrapper > .nav-menu-mobile > li.tabs-footer > h4 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .search-bar-mobile {
    top: 14px;
    left: 0;
    height: 35px;
    position: fixed;
    width: 100%;
    padding: 3px 0px 0 0px;
    background: #edebe4;
    z-index: 14;
    -webkit-transition: top 0.4s;
            transition: top 0.4s;
  }
  .search-bar-mobile.open {
    top: 50px;
  }
  .search-bar-mobile > form {
    height: 29px;
  }
  .search-bar-mobile > form > input {
    height: 100%;
    width: 100%;
    border: none;
    outline: none;
    padding-left: 6px;
  }
  .search-bar-mobile > form > input::-webkit-input-placeholder {
    font-size: 12px;
    color: #d0cdc1;
  }
  .search-bar-mobile > form > button {
    height: 100%;
    width: 17.9%;
    border: none;
    outline: none;
    color: #edebe4;
    background: #d0cdc1;
    border-radius: 2px;
    font-size: 15px;
    -webkit-transition: background 0.3s ease 0s;
            transition: background 0.3s ease 0s;
  }
  .search-bar-mobile > form > button:hover,
  .search-bar-mobile > form > button:focus,
  .search-bar-mobile > form > button.active {
    background: #56a3ac;
  }
  #wrapper {
    background: #f3f2ee;
    -webkit-transition: -webkit-transform 0.3s;
            transition: transform 0.3s;
    z-index: 2;
    min-height: 100vh;
    display: block;
    width: 100%;
  }
  #wrapper.nav-open {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-transform: translateX(-270px);
        -ms-transform: translateX(-270px);
            transform: translateX(-270px);
    -webkit-backface-visibility: hidden;
  }
  #wrapper .left {
    width: 100%;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  #editos {
    padding: 0;
    width: 100%;
    margin-bottom: 20px !important;
    margin-top: 0 !important;
  }
  #main_top5 {
    position: relative;
    height: auto;
    display: table;
    width: 100%;
  }
  #top5_answer {
    padding-left: 10px;
    float: none;
    margin-left: 0;
  }
  #top5_answer > li:hover > a {
    color: #999;
  }
  #top5_answer_arrow {
    vertical-align: middle;
    height: 100%;
    display: table-cell;
    float: none;
  }
  #top5_answer_arrow > img {
    margin-left: -32px;
  }
  .box {
    padding: 15px !important;
    border-radius: 4px;
    border: 2px solid #ecebe5;
    background: white;
    margin-bottom: 20px;
  }
  .news-list-content > .news-list {
    margin-left: 0 !important;
  }
  .news-list-content > .news-list > h3:hover > a {
    color: #999;
  }
  .news-list-content > .news-list:first-child {
    margin-top: 5px;
  }
  #searchresults {
    color: white;
    border: none;
    width: 100% !important;
    background-color: initial;
  }
  #searchresults > a {
    border-bottom-color: #E7E7E7;
    border-bottom-style: solid;
  }
  .suggestions {
    position: absolute;
    width: 100% !important;
    top: 28px !important;
    z-index: -1 !important;
    left: 0;
  }
  .more_questions_mobile {
    font-size: 19px;
    color: #333;
    text-align: center;
    width: 100%;
    height: 39px;
  }
  .form-link-mobile {
    display: block;
    font-size: 17px;
    color: white;
    text-transform: uppercase;
    background: #56a3ac;
    width: 100%;
    text-align: center;
    height: 34px;
    line-height: 34px;
    vertical-align: middle;
    border-radius: 3px;
    margin-bottom: 20px;
    cursor: pointer;
  }
  .form-link-mobile:hover {
    background: #467980;
  }
  .article {
    margin-top: 60px;
  }
  .site-18 .article {
    margin-top: 35px;
  }
  .modal-content .input-group {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .modal-content .input-group > label {
    display: none;
  }
  .modal-content .input-group > input {
    width: 100%;
  }
  .modal-content .input-group > textarea {
    width: 100%;
  }
  .modal-content .submiter {
    margin-bottom: 15px;
    margin-top: 5px;
    float: right;
    margin-right: 20px;
  }
  .home-tel {
    width: 100%;
    margin-bottom: 15px;
    margin-top: 65px;
    font-size: 20px;
    text-align: center;
    display: block;
  }
  .home-tel > small {
    font-size: 13px;
    display: block;
  }
  .site-18 .home-tel {
    margin-top: 55px;
  }
  #editos > p {
    margin-left: 0px;
  }
  /* CUSTOM COLORS */
  .site-8 .nav-mobile,
  .site-3 .nav-mobile,
  .site-7 .nav-mobile,
  .site-11 .nav-mobile {
    background: #f39400;
  }
  .site-8 .form-link-mobile,
  .site-3 .form-link-mobile,
  .site-7 .form-link-mobile,
  .site-11 .form-link-mobile {
    background: #f39400;
  }
  .site-14 .nav-mobile {
    background: #981b7d;
  }
  .site-14 .form-link-mobile {
    background: #981b7d;
  }
  .contact-form {
    margin-top: 65px;
  }
  .contact-form .modal-header {
    font-size: 19px;
    text-align: center;
    border-bottom: none;
    margin: 0;
  }
  .contact-form form {
    margin-top: 15px;
  }
  .contact-form form .input-group {
    margin-bottom: 10px;
  }
  .contact-form form .input-group label {
    display: none;
  }
  .contact-form form .input-group input {
    width: 100%;
  }
  .contact-form form .input-group textarea {
    width: 100%;
  }
  .contact-form form .submit-btn {
    width: 100%;
    border-radius: 3px;
    font-size: 14px;
    margin-top: 17px;
  }
  .contact-form .form-submitted {
    padding: 15px;
    font-size: 13px;
    margin-right: 15px;
    background-color: #ddffe6;
    text-align: center;
    margin-top: 30px;
    color: #017915;
    border-radius: 7px;
  }
}
/*# sourceMappingURL=main.css.map */