@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900,300italic,400italic,700italic,900italic);
/*
Theme Name: serrurier
Description: serrurier
Version: 1.2
*/
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
  width: 100%
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}


body {
  width: 100%;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #2d2d2d;
  line-height: 1.5em;
  background: white;
  overflow-x: hidden
}

p,
ul,
ol,
blockquote {
  margin-bottom: 1.5em;
}

a {
  color: #1E5397;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 18px;
  color: #1E5397;
  font-family: "Lato", sans-serif;
  text-align: left;
  font-weight: 700;
}

h1 {
  font-size: 2em;
  line-height: 38px;

}

h2 {
  font-size: 1.6em;
}

h3 {
  font-size: 1.3em;
}

h4 {
  font-size: 1.15em;
}

h5,
h6 {
  font-size: 1em;
}

ul,
ol {
  margin-left: 20px;
}

ul {
  list-style: disc inside;
  overflow: hidden;
}

ul ul,
ol ul {
  list-style: disc inside;
  margin-bottom: 0;
}

ol {
  list-style: decimal inside;
  overflow: hidden;
}

ol ol,
ul ol {
  list-style: decimal inside;
  margin-bottom: 0;
}

ul.ab-top-menu {
  overflow: visible;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

blockquote {
  margin: 0 60px 0 45px;
  border-left: 5px solid #1E5397;
  padding-left: 15px;
  font-style: italic;
  overflow: hidden;
  margin-bottom: 1.5em;
}

blockquote p {
  margin-bottom: 0;
}

blockquote em {
  display: block;
  font-style: normal;
  text-align: right;
}

blockquote em:before {
  content: ' -';
}

img.alignleft {
  float: left;
  margin: 0 10px 0 0;
}

img.alignright {
  float: right;
  margin: 0 0 0 10px;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clear {
  clear: both;
}

.clear:before, .clear:after {
  content: "";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

.center {
  text-align: center;
}

.left {
  float: left;
}

.left h3{
  margin:18px 0 18px 0;
}

.right {
  float: right;
}

.uppercase {
  text-transform: uppercase;
}

.relative {
  position: relative;
}

ul.picto {
  list-style: none;
}
ul.picto li {
  padding-left: 20px;
  line-height: 25px;
  background: url(img/icon/picto.png) no-repeat 0 50%;
  color: #292929;
  font-size: 16px;
  font-weight: 600;
}

.btn {
  padding: 5px 5px;
  text-align: center;
  display: block;
  color: #FFF;
  border: 1px solid #168bad;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #19a7d1;
  text-decoration: none;
  font-weight: 700;
  background-image: -webkit-linear-gradient(bottom, #19a7d1 0%, #329ebd 100%);
  background-image: -moz-linear-gradient(bottom, #19a7d1 0%, #329ebd 100%);
  background-image: -o-linear-gradient(bottom, #19a7d1 0%, #329ebd 100%);
  background-image: linear-gradient(to top, #19a7d1 0%, #329ebd 100%);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.58);
}
.btn.large {
  padding: 10px 5px;
  font-size: 25px;
  line-height: 25px;
}
.btn.mt {
  margin-top: 20px;
}
.btn:hover {
  background-color: #469285;
  background-image: -webkit-linear-gradient(bottom, #469285 0%, #1c6f9b 100%);
  background-image: -moz-linear-gradient(bottom, #469285 0%, #1c6f9b 100%);
  background-image: -o-linear-gradient(bottom, #469285 0%, #1c6f9b 100%);
  background-image: linear-gradient(to top, #469285 0%, #1c6f9b 100%);
  text-decoration: none;
}


.btn-small {
  padding: 0;
  width: 240px;
  height: 42px;
  line-height: 42px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-shadow: none;
}
.btn-small.mb {
  margin-bottom: 10px;
}

.loc {
   width:1075px;
   height:100px;
   /*border:1px solid blue;*/
   position: relative;
   margin: 0 auto;
   background: url(img/contact-serrurier-prix-1075x100.gif) no-repeat left bottom;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  padding-bottom: 5px;
  background: url(img/bg-titre-post.png) no-repeat left bottom;
}

#page {
  position: relative;
  min-height: 100%;
}

#global {
  padding-bottom: 30px;
}

#header {
  height: 187px;
}
#header.normal {
  height: auto;
}

.wrap {
  width: 1075px;
  margin: 0 auto;
}

#menu {
  position: relative;
  z-index: 1000;
  height: 50px;
  line-height: 50px;
  background: #1E5397;
  -webkit-box-shadow: 1px 2px 2px rgba(47, 44, 36, 0.35);
  -moz-box-shadow: 1px 2px 2px rgba(47, 44, 36, 0.35);
  box-shadow: 1px 2px 2px rgba(47, 44, 36, 0.35);
}
#menu.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
#menu.fixed.adminbar {
  top: 28px;
}
#menu img {
  display: inline-block;
  vertical-align: middle;
}
#menu .left a img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#menu .left a:hover img {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}

#menu-wrapper {
  position: relative;
  height: 50px;
}
#menu-wrapper > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: visible;
}
#menu-wrapper > ul > li {
  position: relative;
  list-style: none;
  float: left;
  padding-left: 2px;
  background: url(img/divider-menu.png) no-repeat 0 50%;
}
#menu-wrapper > ul > li:last-child {
  padding-right: 2px;
  background: url(img/divider-menu.png) no-repeat 0 50%, url(img/divider-menu.png) no-repeat right 50%;
}
#menu-wrapper > ul > li:hover a {
  background: #FFF;
  color: #1E5397;
}
#menu-wrapper > ul > li > a {
  font-weight: 700;
  display: block;
  padding: 0 10px;
  color: #FFF;
  text-decoration: none;
  font-size: 16px;
}
#menu-wrapper > ul > li > a:hover {
  background: #FFF;
  color: #1E5397;
}

.divider {
  width: 136px;
  height: 5px;
  background: url(img/bg-menu-hover.png);
  position: absolute;
  top: 38px;
  left: 50%;
  margin-left: -68px;
}

.sub-menu {
  display: none;
  background: #FFF;
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sub-menu.middle {
  left: 50%;
  margin-left: -115px;
}
.sub-menu li {
  margin: 0 5px;
  line-height: 30px;
  border-bottom: 1px dashed #bebebe;
}
.sub-menu li:last-child {
  border-bottom: none;
}
.sub-menu a {
  font-size: 14px;
  display: block;
  padding: 0 10px;
  color: #1E5397;
  text-decoration: none;
}
.sub-menu a:hover {
  color: #2d2d2d !important;
}

#background {
	   position: fixed;
	    z-index: 999;
  top: 50px;
  width: 100%;
  height: 135px;
  background-image: url(img/visuel-serrurier.jpg);
}

#logo {
    color: #1E5397;
    font-size: 28px;
    font-weight: 900;
    margin: 0 auto;
    position: relative;
    width: 1077px;

}
#logo .logo {
  display: block;
    height: 94px;
    left: 50%;
    margin-left: -382px;
    position: absolute;
    top: 8px;
    width: 610px;
}

#container {
  position: relative;
  background: #FFF;
  padding: 0px 0;
}

#content {
  padding-bottom: 20px;
  text-align: justify;
}

#description {
  margin-bottom: 20px;
  padding: 0 45px 30px;
  background: url(img/divider.png) repeat-x center bottom;
}
#description .quote {
  width: 30px;
  height: 26px;
  display: block;
}
#description .open {
  background: url(img/icon/quote-open.png);
}
#description .close {
  float: right;
  background: url(img/icon/quote-close.png);
}
#description #contenu {
  padding: 0 44px;
  text-align: center;
}
#description #contenu.center {
  text-align: center;
}
#description #contenu.center .desc {
  margin-left: 50px;
}
#description .titre {
  color: #575757;
  font-size: 23px;
  line-height: 24px;
}
#description .desc {
  color: #3f3f3f;
  font-style: italic;
  font-size: 16px;
}
#description .desc.ml {
  margin-left: 150px;
}

#gallery .thumb {
  width: 518px;
  overflow: hidden;
  margin-bottom: 20px;
}
#gallery .thumb img {
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#gallery .thumb img:hover {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

#positions img {
  margin-bottom: 10px;
}

#projet {
  float: left;
  width: 600px;
}

#video-embed {
  margin-bottom: 10px;
}

#presentation {
  float: right;
  width: 425px;
}
#presentation .titre-presentation {
  font-size: 35px;
  line-height: 35px;
}
#presentation .contenu {
  color: #1E5397;
}

#tarifs, #positions {
  float: left;
}
#tarifs ul, #positions ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#tarifs ul li, #positions ul li {
  padding: 5px 0;
  width: 200px;
  font-size: 14px;
  color: #2d2d2d;
  background: url(img/icon/arrow.png) no-repeat 75px 50%;
}
#tarifs ul li span, #positions ul li span {
  display: inline-block;
  width: 90px;
}
#tarifs ul li small, #positions ul li small {
  font-weight: 900;
  color: #2a2a2a;
}
#tarifs ul.large li, #positions ul.large li {
  width: inherit;
  background: url(img/icon/arrow.png) no-repeat 180px 50%;
}
#tarifs ul.large li span, #positions ul.large li span {
  width: 145px;
  font-weight: 900;
  color: #39b0da;
}

.bg-titre {
  margin-bottom: 20px;
  line-height: 50px;
  background: url(img/bg-titre.png) repeat-x 0 50%;
}
.bg-titre .titre {
  line-height: 50px;
  width: 369px;
  margin: 0 auto;
  background: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #1E5397;
}
.bg-titre .titre span {
  color: #575757;
}

.titre-tarif, .titre-position, .titre-projet, .titre-contact {
  margin-bottom: 30px;
  font-weight: 700;
  color: #1E5397;
  font-size: 36px;
}
.titre-tarif span, .titre-position span, .titre-projet span, .titre-contact span {
  color: #575757;
  font-size: 22px;
}

.homepage + .homepage {
  margin-top: 50px;
}

.columns {
  float: left;
}
.columns.large-2 {
  width: 500px;
}
.columns.right {
  float: right;
}
.columns.large-3 {
  width: 358.333333333333px;
}

#services .service {
  font-weight: 700;
  box-sizing: border-box
}
#services .service.middle {
  border-left: 3px dotted #ccc;
  border-right: 3px dotted #ccc;
}
#services .service:hover img {
  -webkit-transform: rotate(-360deg);
  -moz-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
#services .service a, #services .service span, #services .service small {
  display: block;
}
#services .service span, #services .service small {
  line-height: 30px;
}
#services .service a {
  text-decoration: none;
}
#services .service img {
  margin-bottom: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#services .service span {
  color: #1E5397;
  font-size: 35px;
}

#services .service span.toobig {
  font-size: 30px;
}

#services .service small {
  color: #1E5397;
  font-size: 24px;
}

#services .service small.toobig {
  font-size: 18px;
}

#desc {
  float: right;
  width: 600px;
}
#desc .right {
  width: 395px !important;
}
#desc .first {
  margin-bottom: 5px;
  font-size: 36px;
  line-height: 36px;
  color: #1E5397;
}
#desc .last {
  font-size: 24px;
  line-height: 28px;
  color: #575757;
}

.equipe:hover .photo {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.equipe .photo {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.equipe .photo, #desc .photo {
  width: 156px;
  float: left;
}
.equipe .right, #desc .right {
  width: 330px;
  height: 156px;
  line-height: 156px;
}
.equipe .middle, #desc .middle {
  display: inline-block;
  vertical-align: middle;
}
.equipe span, #desc span {
  text-align: left;
  font-weight: 700;
  display: block;
}
.equipe .prenom, #desc .prenom {
  margin-bottom: 5px;
  font-size: 36px;
  line-height: 36px;
  color: #1E5397;
}
.equipe .statut, .equipe .role, #desc .statut, #desc .role {
  font-size: 24px;
  line-height: 28px;
  color: #575757;
}
.equipe .contenu, #desc .contenu {
  margin-top: 20px;
}

.temoignage {
  color: #575757;
  font-size: 16px;
}
.temoignage + .temoignage {
  padding-top: 20px;
  background: url(img/divider.png) repeat-x center top;
  margin-top: 20px;
}
.temoignage img {
  width: 270px;
}
.temoignage .right {
  width: 780px;
}
.temoignage .middle {
  vertical-align: middle;
  line-height: 22px;
}
.temoignage p {
  margin-bottom: 0;
}
.temoignage .info {
  margin-top: 20px;
  font-weight: 900;
  float: right;
  padding-left: 30px;
  color: #2d3539;
  font-size: 16px;
  background: url(img/icon/bulle.png) no-repeat 0 50%;
}
.temoignage .info a {
  color: #1E5397;
  text-decoration: none;
}
.temoignage .info a:hover {
  color: #2d3539;
}

#edito .left {
  width: 280px;
}
#edito .left img {
  margin: 0 auto;
  display: block;
  margin-top: -19px;
}
#edito .left img + img {
  margin-top: 15px;
}
#edito .right {
  color: #575757;
  width: 750px;
}

.box {
  margin-top: 30px;
  padding-top: 20px;
  background: url(img/divider.png) repeat-x center top;
}
.box .titre {
  margin-bottom: 20px;
  font-weight: 700;
  padding-left: 50px;
  line-height: 34px;
  font-size: 24px;
  color: #1E5397;
  background: url(img/icon/retour.png) no-repeat 0 50%;
}
.box .titre span {
  color: #575757;
}
.box .btn + .btn {
  margin-left: 38px;
}

#korleon {
  float: right;
  width: 431px;
}
#korleon .titre-korleon {
  margin-bottom: 20px;
  padding-left: 0;
  font-size: 35px;
  line-height: 35px;
  color: #1E5397;
  font-weight: 700;
}
#korleon div {
  padding-left: 30px;
  font-size: 16px;
  color: #6a6a6a;
}
#korleon div + div {
  margin-top: 10px;
}
#korleon div span {
  color: #1E5397;
}
#korleon div.adresse {
  background: url(img/icon/adresse.png) no-repeat 3px 50%;
}
#korleon div.telephone {
  background: url(img/icon/telephone.png) no-repeat 0 50%;
}
#korleon div.email {
  background: url(img/icon/email.png) no-repeat 0 50%;
}
#korleon div.skype {
  background: url(img/icon/skype.png) no-repeat 0 50%;
}

#contact {
  float: left;
  width: 600px;
  color: #1E5397;
}
#contact .clear + .clear {
  margin-top: 10px;
}

#map {
  padding: 0 !important;
  margin-top: 20px !important;
  border: 5px solid #1E5397;
  width: 420px;
  height: 290px;
}

.wp-pagenavi {
  text-align: center;
}

.article {

}

.article + .article {
  margin-top: 30px;
}

#footer {
  position: relative;
  width: 100%;
  bottom: 0;
  padding: 10px 0;
  font-size: 14px;
  line-height: 17px;
  color: #FFF;
  background-color: #1E5397;
  text-align: center
}

#footer .top {
  position: relative;
  z-index: 100;
  height: 113px;
}
#footer .top .left {
  width: 500px;
}
#footer .top .right {
  width: 555px;
}
#footer .col {
  float: left;
}
#footer .col + .col {
  margin-left: 12px;
}
#footer .col.last a {
  font-size: 13px;
}
#footer .col .titre {
  margin-top: 3px;
  padding-left: 20px;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 3px;
  padding-bottom: 5px;
  border-bottom: 1px solid #377291;
  color: #FFF;
}
#footer .col .titre.prestation {
  background: url(img/icon/main.png) no-repeat 0 50%;
}
#footer .col .titre.nous {
  background: url(img/icon/user.png) no-repeat 0 50%;
}
#footer .col .titre.projet {
  background: url(img/icon/ampoule.png) no-repeat 0 50%;
}
#footer #map-footer {
  margin-top: 6px;
  float: left;
  width: 160px;
  height: 100px;
}
#footer .info {
  width: 380px;
  float: right;
}
#footer .info div {
  margin-top: 5px;
  padding-left: 30px;
  font-size: 16px;
  color: #6a6a6a;
}
#footer .info div span {
  color: #FFF;
}
#footer .info div.adresse {
  margin-top: 15px;
  background: url(img/icon/adresse-blanc.png) no-repeat 3px 50%;
}
#footer .info div.telephone {
  background: url(img/icon/telephone-blanc.png) no-repeat 0 50%;
}
#footer .info div.email {
  background: url(img/icon/email-blanc.png) no-repeat 0 50%;
}
#footer .info div.skype {
  background: url(img/icon/skype-blanc.png) no-repeat 0 50%;
}
#footer .bottom {
  line-height: 20px;
}
#footer .bottom li {
  float: left;
}
#footer .bottom li a {
  color: #FFF;
  text-decoration: none;
}
#footer .bottom li a:hover {
  color: #FFF;
}
#footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer ul a {
  display: block;
  text-decoration: none;
  color: #ffffff;
}
#footer ul a:hover {
  color: #FFF;
}

.wpcf7-textarea, .wpcf7-text {
  outline: none;
  width: 100%;
  padding: 5px 10px;
  outline: none;
  border: 1px solid #1E5397;
  background: #f6f6f6;
  color: #2d2d2d;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wpcf7-textarea:focus, .wpcf7-text:focus {
  border: 1px solid #1E5397;
}

.wpcf7-textarea {
  min-height: 198px;
  max-height: 198px;
  resize: none;
}

.wpcf7-submit {
  outline: none;
  display: block;
  width: 100%;
  text-align: center;
  cursor: pointer;
  display: block;
  padding: 10px 0;
  border: none;
  color: #FFF;
  font-size: 18px;
  text-transform: uppercase;
  background-color: #267922;
  font-family: "Lato", sans-serif;
  text-shadow: 0 1px 2px rgba(47, 44, 36, 0.75);
  background-image: -webkit-linear-gradient(bottom, #267922 0%, #267922 100%);
  background-image: -moz-linear-gradient(bottom, #267922 0%, #267922 100%);
  background-image: -o-linear-gradient(bottom, #267922 0%, #267922 100%);
  background-image: linear-gradient(to top, #267922 0%, #267922 100%);
}
.wpcf7-submit:hover {
  background-color: #279b23;
  background-image: -webkit-linear-gradient(bottom, #279b23 0%, #279b23 100%);
  background-image: -moz-linear-gradient(bottom, #279b23 0%, #279b23 100%);
  background-image: -o-linear-gradient(bottom, #279b23 0%, #279b23 100%);
  background-image: linear-gradient(to top, #279b23 0%, #279b23 100%);
}

span.wpcf7-not-valid-tip {
  border: 1px solid #1E5397 !important;
}

div.wpcf7-validation-errors {
  border: 2px solid #1E5397 !important;
}

.button {
    display: inline-block;
    float: right;
    text-align: center;
    vertical-align: middle;
    padding: 10px 25px;
    margin-top: 25px;
    border: 1px solid #279b23;
    border-radius: 8px;
    background: #20651c;
    background: -webkit-gradient(linear, left top, left bottom, from(#20651c), to(#279b23));
    background: -moz-linear-gradient(top, #20651c, #279b23);
    background: linear-gradient(to bottom, #20651c, #279b23);
    text-shadow: #591717 1px 1px 1px;
    font: normal normal bold 25px arial;
    color: #ffffff;
    text-decoration: none;
}
.button:hover,
.button:focus {
    border: 1px solid #33ca2e;
    background: #267922;
    background: -webkit-gradient(linear, left top, left bottom, from(#267922), to(#2fba2a));
    background: -moz-linear-gradient(top, #267922, #2fba2a);
    background: linear-gradient(to bottom, #267922, #2fba2a);
    color: #ffffff;
    text-decoration: none;
}
.button:active {
    background: #133d11;
    background: -webkit-gradient(linear, left top, left bottom, from(#133d11), to(#279b23));
    background: -moz-linear-gradient(top, #133d11, #279b23);
    background: linear-gradient(to bottom, #133d11, #279b23);
}



.btnlogo {
    background: linear-gradient(to bottom, #1E5397, #1E5397) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 solid #222222;
    border-radius: 10px;
    box-shadow: 0 0 11px 0 #222222;
    color: #ffffff;
    display: inline-block;
    font: bold 37px arial;
    margin-top: 25px;
    padding: 6px 22px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 1px #222222;
    vertical-align: middle;
}
.btnlogo:hover,
.btnlogo:focus {
    background: #222222;
    background: -webkit-gradient(linear, left top, left bottom, from(#222222), to(#222222));
    background: -moz-linear-gradient(top, #222222, #222222);
    background: linear-gradient(to bottom, #222222, #222222);
    color: #ffffff;
    text-decoration: none;
}
.btnlogo:active {
    background: #387c00;
    background: -webkit-gradient(linear, left top, left bottom, from(#387c00), to(#58b50d));
    background: -moz-linear-gradient(top, #387c00, #58b50d);
    background: linear-gradient(to bottom, #387c00, #58b50d);
}

.ourbrands {
	width: 100%;
	display: none;
	padding-bottom: 10px;
	position: relative;
	border: 1px solid #330000;
}


.ourbrands .flag {
	width: 22%;
	float: left;
}

.ourbrands .flag img {
	max-width: 100%
}

.brands-icon {
	/*float: right;*/
	width: 96%;
	margin: 0 auto;
}

.ourbrands .brand {
	float: left;
	margin: 0 0.25%;
	width: 12%;
}

.ourbrands h3 {
	color: #fff;
	padding: 10px;
	background: rgb(205, 0, 0);
	background: -moz-linear-gradient(90deg, rgb(205, 0, 0) 0%, rgb(138, 0, 0) 100%);
	background: -webkit-linear-gradient(90deg, rgb(205, 0, 0) 0%, rgb(138, 0, 0) 100%);
	background: -o-linear-gradient(90deg, rgb(205, 0, 0) 0%, rgb(138, 0, 0) 100%);
	background: -ms-linear-gradient(90deg, rgb(205, 0, 0) 0%, rgb(138, 0, 0) 100%);
	background: linear-gradient(180deg, rgb(205, 0, 0) 0%, rgb(138, 0, 0) 100%);
}

.brands-icon:after, .brand:last-child:after {
	content: '';
	display: block;
	clear: both
}

.centralmap {
	display: none;
	width: 100%;
	height: 300px;
	margin-bottom: 15px;
}

@media only screen and (max-width:600px) {
    .button {margin-left: 10px; width: 250px; }
    .btnlogo {display:none;}
}

@media all and (max-width: 1080px) {
	.wrap {
		width: 90%;
	}
	
	#logo {
		width: 96%;
	}

	.button {
		font-size: 18px;
	}
	
	.btnlogo {
		font-size: 30px;
	}
	
	.service.columns.large-3 {
		width: 32%
	}
	
	.service.columns.large-3 img.aligncenter {
		max-width: 128px;
		width: 40%;
	}
	
	.service.columns.large-3 span {
		font-size: 28px !important
	}
	
	.service.columns.large-3 small {
		font-size: 20px !important
	}
	
	#edito .left {
		width: 25%
	}
	
	#edito .left img:first-child {
		max-width: 100%;
	}
	
	#edito .left iframe {
		max-width: 100%
	}
	
	#edito .right {
		width: 70%;
	}
	
	.wp-image-22 {
		display: none;
	}
	
	.ourbrands {
		display: block;
	}
	
	.bottom > .left, .bottom > ul.right, #footer .bottom li {
		float: none;
		text-align: center;

	}
}

@media all and (max-width: 860px) {
	h2 img, .wp-image-327 {
		float: none !important;
		display: block;
		margin: 0 auto 20px !important;
		max-width: 96%;
		height: auto !important;
	}
}

@media all and (max-width: 786px) {

	#header {
		margin-bottom: 20px
	}

	#menu-wrapper {
		width: 100%
	}
	
	#background {
		position: relative;
		top: 0;
	}
	
	#edito .right {
		width: 100%;
	}
	
	#edito .left {
		display: none;
	}
	
	.centralmap {
		display: block;
	}

  .loc {
   width:360px;
   height:300px;
   /*border:1px solid blue;*/
   position: relative;
   margin: 0 auto;
   background: url(img/contact-serrurier-prix-360x300.gif) no-repeat;
  }
	

}

@media all and (max-width: 728px) {

	#logo {
		padding-top: 20px;
	}

	#logo .btnlogo {
		display: block;
		width: 75%;
		margin: 0 auto 15px;
		float: none;
	}

	#logo .button {
		display: block;
		width: 75%;
		margin: 10px auto;
		float: none;
	}

}

@media all and (max-width: 660px) {

	.service.columns.large-3 span {
		font-size: 22px !important;
		line-height: 24px !important;
		padding: 0 4px;
	}
	
	.service.columns.large-3 small {
		font-size: 16px !important;
		line-height: 18px !important;
		padding: 0 4px;
	}
	
	.bg-titre .titre { 
		width: 100%;
		line-height: 30px
	}
	
	.homepage + .homepage {
		margin-top: 25px !important
	}
	
	#content.wrap {
		margin-top: 30px
	}

}

