<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/************************
** Reset CSS 
************************/
.inactiveLink {
   pointer-events: none;
   cursor: default;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.ville {
    margin: 10px;
	 
}
.ville ul {
        float: left;
    width: 28%;
    margin: 0 20px;
	
}
.ville ul li{
       color: #E35E54;
	padding:2px;
}
.ville ul li a {
       
	color: #E35E54;
}
/************************
** Variables
************************/
/************************
** General
************************/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
body {
  background-image: url('../img/bg.png');
  color: #4d4d4d;
  font-family: Arial;
  font-size: 16px;
}
p {
  line-height: 24px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #666666;
  font-weight: bold;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  color: #666666;
}
h1 {
  font-size: 25px;
  margin:5px 0 10px 0;
}
h2 {
  font-size: 22px;
  margin:10px 0;
}
h3 {
  font-size: 18px;
}
.left {
  float: left;
}
.clear {
  clear: both;
}
@media (min-width: 480px) {
  .hidden-desktop {
    display: none;
  }
  .hidden-phone {
    display: inherit;
  }
  .wrapper {
    width: 960px;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 7px #777777;
    -moz-box-shadow: 0 0 7px #777777;
    box-shadow: 0 0 7px #777777;
    background-color: #FFF;
    min-height: 400px;
  }
  .header-top .nav-ext {
    background-color: #dbdbdb;
    background-image: -moz-linear-gradient(top, #e6e6e6, #cccccc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e6e6e6), to(#cccccc));
    background-image: -webkit-linear-gradient(top, #e6e6e6, #cccccc);
    background-image: -o-linear-gradient(top, #e6e6e6, #cccccc);
    background-image: linear-gradient(to bottom, #e6e6e6, #cccccc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6', endColorstr='#ffcccccc', GradientType=0);
  }
  .header-top .nav-ext ul {
    *zoom: 1;
  }
  .header-top .nav-ext ul:before,
  .header-top .nav-ext ul:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .header-top .nav-ext ul:after {
    clear: both;
  }
  .header-top .nav-ext ul li {
    display: inline-block;
    margin: 0 10px;
    float: right;
  }
  .header-top .nav-ext ul li a {
    display: block;
    padding: 3px;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    border-style: solid;
    border-color: transparent;
    border-width: 0 1px;
  }
  .header-top .nav-ext ul li a img {
    height: 50px;
  }
  .header-top .nav-ext ul li a:hover {
    background-color: #e6e6e6;
    border-color: #cccccc;
  }
  .header-top .header-info {
    border-bottom: 2px solid #E35E54;
    border-top: 2px solid #E35E54;
    padding: 20px 0;
    *zoom: 1;
  }
  .header-top .header-info:before,
  .header-top .header-info:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .header-top .header-info:after {
    clear: both;
  }
  .header-top .header-info .logo {
    display: block;
    width: 280px;
    float: left;
    margin-left: 30px;
  }
  .header-top .header-info .logo img {
    width: 280px;
  }
  .header-top .header-info .baseline {
    width: 280px;
    float: left;
    text-align: center;
    margin-top: 20px;
    margin-left: 30px;
    line-height: 24px;
  }
  .header-top .header-info .coords {
    width: 280px;
    margin-right: 30px;
    margin-top: 10px;
    float: right;
  }
  .header-top .header-info .coords .phone {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    *zoom: 1;
    font-weight: bold;
    line-height: 20px;
    font-size: 20px;
  }
  .header-top .header-info .coords .phone:before,
  .header-top .header-info .coords .phone:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .header-top .header-info .coords .phone:after {
    clear: both;
  }
  .header-top .header-info .coords .phone &gt; div {
    float: left;
    width: 110px;
    text-align: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: #ffffff;
    padding: 2px 0;
  }
  .header-top .header-info .coords .phone &gt; a {
    display: block;
    padding: 2px 0 2px 15px;
    text-decoration: none;
    float: left;
  }
  .header-top .header-info .coords .phone:last-child {
    margin-top: 10px;
  }
  .header-top .header-info .coords .phone-vert {
    border: 3px solid #08a500;
  }
  .header-top .header-info .coords .phone-vert &gt; div {
    background-color: #08a500;
  }
  .header-top .header-info .coords .phone-vert &gt; a {
    color: #08a500;
  }
  .header-top .header-info .coords .phone-orange {
    border: 3px solid #fc940b;
  }
  .header-top .header-info .coords .phone-orange &gt; div {
    background-color: #fc940b;
  }
  .header-top .header-info .coords .phone-orange &gt; a {
    color: #fc940b;
  }
  .header-top .banner {
    position: relative;
    line-height: 0;
  }
  .header-top .banner img {
    width: 960px;
  }
  .header-top .banner .nav-site {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .header-top .banner .nav-site ul li {
    display: inline-block;
  }
  .header-top .banner .nav-site ul li a {
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    display: block;
    padding: 5px 20px;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    text-decoration: none;
  }
  .header-top .banner .nav-site ul li a i {
    font-size: 22px;
  }
  .header-top .banner .nav-site ul li a:hover {
    background-color: #E35E54;
  }
  .header-top .banner .nav-site ul li .active {
    background-color: #E35E54;
  }
  .content {
    width: 650px;
    padding: 20px 0 20px 20px;
    float: left;
  }
  .content .breadcrumb {
    padding: 10px 20px;
    background-color: #e6e6e6;
    margin-bottom: 20px;
  }
  .content .breadcrumb &gt; div {
    display: inline-block;
    color: #666666;
  }
  .content .breadcrumb &gt; div a {
    color: #E35E54;
    text-decoration: none;
  }
  .content a {
    color: #E35E54;
  }
  .content figure {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
  }
  .content figure a img {
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    transition: border-color 0.3s;
    border: 4px solid #cccccc;
    margin-bottom: 10px;
  }
  .content figure a:hover img {
    border-color: #E35E54;
  }
  .content figure figcaption {
    text-align: left;
    font-weight: bold;
    color: #E35E54;
    font-size: 12px;
    max-width: 200px;
  }
  .content iframe {
    margin-bottom: 15px;
  }
  .content &gt; h1 {
    margin-left: -20px;
    margin-bottom: 15px;
    padding-left: 15px;
    border-left: 5px solid #E35E54;
  }
  .content p {
    margin: 15px 0;
    text-align: justify;
  }
  .content p strong {
    font-weight: bold;
    color: #cc7b00;
  }
  .content p:first-child {
    margin-top: 0;
  }
  .content .not-found {
    text-align: center;
    padding: 30px;
  }
  .content .not-found i {
    color: #E35E54;
    font-size: 100px;
  }
  .content .not-found h1 {
    padding: 20px;
  }
  .content ul {
    list-style-type: square;
    list-style-position: inside;
    padding: 0 0 20px 20px;
  }
  .content ul li {
    margin: 5px 0;
  }
  .content ul li a {
    color: #E35E54;
  }
  .aside {
    width: 240px;
    float: right;
    padding: 20px 20px 20px 0;
  }
  .aside &gt; ul .review {
    padding: 5px 10px;
  }
  .aside &gt; ul .review i {
    color: #E35E54;
  }
  .aside &gt; ul &gt; li {
    margin: 20px 0;
  }
  .aside &gt; ul &gt; li img {
    width: 100%;
  }
  .aside &gt; ul &gt; li .garanties li {
    margin: 10px 0;
  }
  .aside &gt; ul &gt; li .garanties li &gt; div {
    display: block;
    background-color: #E35E54;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 10px;
    text-decoration: none;
    *zoom: 1;
  }
  .aside &gt; ul &gt; li .garanties li &gt; div:before,
  .aside &gt; ul &gt; li .garanties li &gt; div:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .aside &gt; ul &gt; li .garanties li &gt; div:after {
    clear: both;
  }
  .aside &gt; ul &gt; li .garanties li &gt; div i {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 40px;
    line-height: 40px;
    float: left;
    margin-right: 15px;
    width: 30px;
    color: #ffffff;
  }
  .aside &gt; ul &gt; li .garanties li &gt; div p {
    font-style: italic;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 20px;
    line-height: 20px;
  }
  .aside &gt; ul &gt; li .garanties li &gt; div:hover {
    background-color: #4d4d4d;
  }
  .aside &gt; ul &gt; li .villes li {
    font-weight: bold;
    color: #4d4d4d;
    padding: 10px 0;
  }
  .aside &gt; ul &gt; li .villes li a {
    text-decoration: none;
    color: #E35E54;
  }
  .aside &gt; ul &gt; li .villes li a:hover {
    text-decoration: underline;
  }
  .aside &gt; ul + li:first-child {
    margin-top: 0;
  }
  .footer {
    border-top: 2px solid #E35E54;
    border-bottom: 2px solid #999999;
    padding: 20px 0;
    background-color: #e3e3e3;
    background-image: -moz-linear-gradient(top, #f2f2f2, #cccccc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#cccccc));
    background-image: -webkit-linear-gradient(top, #f2f2f2, #cccccc);
    background-image: -o-linear-gradient(top, #f2f2f2, #cccccc);
    background-image: linear-gradient(to bottom, #f2f2f2, #cccccc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffcccccc', GradientType=0);
    *zoom: 1;
  }
  .footer:before,
  .footer:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .footer:after {
    clear: both;
  }
  .footer .footer-logo {
    width: 275px;
    float: left;
    margin-left: 30px;
  }
  .footer .footer-text {
    width: 600px;
    float: right;
    margin-right: 30px;
  }
  .credits {
    padding: 20px;
    background-color: #4d4d4d;
    color: #ffffff;
    text-align: center;
  }
  .credits a {
    color: #E35E54;
    text-decoration: none;
  }
  .credits a:hover {
    color: #ffc266;
  }
}
@media (max-width: 480px) {
  .hidden-phone {
    display: none;
  }
  .hidden-desktop {
    display: inherit;
  }
  .wrapper {
    width: 100%;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 7px #777777;
    -moz-box-shadow: 0 0 7px #777777;
    box-shadow: 0 0 7px #777777;
    background-color: #FFF;
    min-height: 400px;
  }
  .nav-ext-phone {
    background-color: #dbdbdb;
    background-image: -moz-linear-gradient(top, #e6e6e6, #cccccc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e6e6e6), to(#cccccc));
    background-image: -webkit-linear-gradient(top, #e6e6e6, #cccccc);
    background-image: -o-linear-gradient(top, #e6e6e6, #cccccc);
    background-image: linear-gradient(to bottom, #e6e6e6, #cccccc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6', endColorstr='#ffcccccc', GradientType=0);
  }
  .nav-ext-phone ul {
    *zoom: 1;
  }
  .nav-ext-phone ul:before,
  .nav-ext-phone ul:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .nav-ext-phone ul:after {
    clear: both;
  }
  .nav-ext-phone ul li {
    display: inline-block;
    margin: 0;
    float: right;
  }
  .nav-ext-phone ul li a {
    display: block;
    padding: 7px 13px 3px 13px;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    border-style: solid;
    border-color: transparent;
    border-width: 0 1px;
  }
  .nav-ext-phone ul li a img {
    height: 40px;
    width: 40px;
  }
  .nav-ext-phone ul li a:hover {
    background-color: #e6e6e6;
    border-color: #cccccc;
  }
  .header-info {
    border-bottom: 2px solid #E35E54;
    border-top: 2px solid #E35E54;
    padding: 10px 0;
  }
  .header-info .logo {
    display: block;
    margin: 5px 20px;
  }
  .header-info .logo img {
    width: 100%;
  }
  .header-info .baseline {
    margin: 10px 20px;
    text-align: center;
    line-height: 24px;
  }
  .header-info .coords {
    width: 280px;
    margin: 5px auto;
  }
  .header-info .coords .phone {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    *zoom: 1;
    font-weight: bold;
    line-height: 20px;
    font-size: 20px;
  }
  .header-info .coords .phone:before,
  .header-info .coords .phone:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .header-info .coords .phone:after {
    clear: both;
  }
  .header-info .coords .phone &gt; div {
    float: left;
    width: 110px;
    text-align: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: #ffffff;
    padding: 2px 0;
  }
  .header-info .coords .phone &gt; a {
    display: block;
    padding: 2px 0 2px 15px;
    text-decoration: none;
    float: left;
  }
  .header-info .coords .phone:last-child {
    margin-top: 10px;
  }
  .header-info .coords .phone-vert {
    border: 3px solid #08a500;
  }
  .header-info .coords .phone-vert &gt; div {
    background-color: #08a500;
  }
  .header-info .coords .phone-vert &gt; a {
    color: #08a500;
  }
  .header-info .coords .phone-orange {
    border: 3px solid #fc940b;
  }
  .header-info .coords .phone-orange &gt; div {
    background-color: #fc940b;
  }
  .header-info .coords .phone-orange &gt; a {
    color: #fc940b;
  }
  .banner {
    position: relative;
    line-height: 0;
  }
  .banner img {
    display: none;
  }
  .banner .nav-site {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    width: 100%;
  }
  .banner .nav-site ul li {
    display: inline-block;
  }
  .banner .nav-site ul li a {
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    display: block;
    padding: 5px 15px;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    text-decoration: none;
  }
  .banner .nav-site ul li a i {
    font-size: 22px;
  }
  .banner .nav-site ul li a span {
    display: none;
  }
  .banner .nav-site ul li a:hover {
    background-color: #E35E54;
  }
  .banner .nav-site ul li .active {
    background-color: #E35E54;
  }
  .content {
    width: 100%;
  }
  .content a {
    color: #E35E54;
  }
  .content .breadcrumb {
    padding: 10px 20px;
    background-color: #e6e6e6;
    margin-bottom: 20px;
  }
  .content .breadcrumb &gt; div {
    display: inline-block;
    color: #666666;
  }
  .content .breadcrumb &gt; div a {
    color: #E35E54;
    text-decoration: none;
  }
  .content figure {
    margin-bottom: 10px;
  }
  .content figure a {
    pointer-events: none;
  }
  .content figure a img {
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    transition: border-color 0.3s;
    border-width: 4px 0;
    border-style: solid;
    border-color: #cccccc;
    width: 100% !important;
    margin-bottom: 10px;
  }
  .content figure a:hover img {
    border-color: #E35E54;
  }
  .content figure figcaption {
    text-align: center;
    font-weight: bold;
    color: #E35E54;
    font-size: 12px;
  }
  .content iframe {
    margin-bottom: 15px;
  }
  .content &gt; h1 {
    padding: 10px 20px;
  }
  .content &gt; h2 {
    padding: 10px 20px;
  }
  .content &gt; h3 {
    padding: 10px 20px;
  }
  .content p {
    padding: 10px 20px;
    text-align: justify;
  }
  .content p strong {
    font-weight: bold;
    color: #cc7b00;
  }
  .content .not-found {
    text-align: center;
    padding: 30px;
  }
  .content .not-found i {
    color: #E35E54;
    font-size: 100px;
  }
  .content .not-found h1 {
    padding: 20px;
  }
  .content ul {
    list-style-type: square;
    list-style-position: inside;
    padding: 0 0 20px 20px;
  }
  .content ul li {
    margin: 5px 0;
  }
  .content ul li a {
    color: #E35E54;
  }
  .aside &gt; ul {
    padding: 10px 20px;
  }
  .aside &gt; ul .review {
    padding: 5px 10px;
  }
  .aside &gt; ul .review i {
    color: #E35E54;
  }
  .aside &gt; ul &gt; li {
    margin: 10px 0;
  }
  .aside &gt; ul &gt; li img {
    width: 100%;
  }
  .aside &gt; ul &gt; li .garanties li {
    margin: 10px 0;
  }
  .aside &gt; ul &gt; li .garanties li &gt; div {
    display: block;
    background-color: #E35E54;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 10px;
    text-decoration: none;
    *zoom: 1;
  }
  .aside &gt; ul &gt; li .garanties li &gt; div:before,
  .aside &gt; ul &gt; li .garanties li &gt; div:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .aside &gt; ul &gt; li .garanties li &gt; div:after {
    clear: both;
  }
  .aside &gt; ul &gt; li .garanties li &gt; div i {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 40px;
    line-height: 40px;
    float: left;
    margin-right: 15px;
    width: 30px;
    color: #ffffff;
  }
  .aside &gt; ul &gt; li .garanties li &gt; div p {
    font-style: italic;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 20px;
    line-height: 20px;
  }
  .aside &gt; ul &gt; li .garanties li &gt; div:hover {
    background-color: #4d4d4d;
  }
  .aside &gt; ul &gt; li .villes li {
    font-weight: bold;
    color: #4d4d4d;
    padding: 10px 0;
  }
  .aside &gt; ul &gt; li .villes li a {
    text-decoration: none;
    color: #E35E54;
  }
  .aside &gt; ul &gt; li .villes li a:hover {
    text-decoration: underline;
  }
  .aside &gt; ul + li:first-child {
    margin-top: 0;
  }
  .footer {
    border-top: 2px solid #E35E54;
    border-bottom: 2px solid #999999;
    padding: 20px 0;
    background-color: #e3e3e3;
    background-image: -moz-linear-gradient(top, #f2f2f2, #cccccc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#cccccc));
    background-image: -webkit-linear-gradient(top, #f2f2f2, #cccccc);
    background-image: -o-linear-gradient(top, #f2f2f2, #cccccc);
    background-image: linear-gradient(to bottom, #f2f2f2, #cccccc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffcccccc', GradientType=0);
    *zoom: 1;
  }
  .footer:before,
  .footer:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .footer:after {
    clear: both;
  }
  .footer &gt; div {
    padding: 10px 20px;
    text-align: justify;
  }
  .credits {
    padding: 20px;
    background-color: #4d4d4d;
    color: #ffffff;
    text-align: center;
  }
  .credits a {
    color: #E35E54;
    text-decoration: none;
  }
  .credits a:hover {
    color: #ffc266;
  }
}
</pre></body></html>