/* line 1, ../less/style.scss */
a {
  text-decoration: none;
  -moz-transition: all 225ms ease-in-out 0ms;
  -o-transition: all 225ms ease-in-out 0ms;
  -webkit-transition: all 225ms ease-in-out;
  -webkit-transition-delay: 0ms;
  transition: all 225ms ease-in-out 0ms; }
  a:hover, a:focus {
    text-decoration: none;
    outline: 0px; }

.bleu {
  color: #1794cb; }

.blanc {
  color: #fff; }

.noire {
  color: #000; }

.bg-gris {
  background: #353535; }
.bg-rouge{
  background-color: red !important;
}
.bg-grisclaire {
  background-color: #ececec; }
.a-noire {
  color: #000;
   }
  .a-noire:hover, .a-noire:focus {
    color: #1794cb; }
.a-bleu {
  color: #fff;
  background-color: #1794cb; }
  .a-bleu:hover, .a-bleu:focus {
    background-color: #85a6d9;
    color: #fff; }

.a-devis {
  font-size: 26px;
  color: #fff;
  background-color: #1794cb;
  padding-left: 12px;
  padding-right: 12px; }
  .a-devis:hover, .a-devis:focus {
    background-color: #85a6d9;
    color: #fff; }

.a-devis > span {
  font-weight: 600; }

.btn {
  font-size: 13px;
  padding: 10px 27px;
  letter-spacing: 2px; }

.btn-bleu {
  text-transform: uppercase;
  border-radius: 0px;
  color: #fff;
  background-color: #1794cb; }
  .btn-bleu:hover {
    background-color: #85a6d9;
    color: #fff; }

h1,section.section1-index.section-article .titre,section.section1-index.section-article .titre span{
  font-weight: 700;
  text-transform: uppercase;
  font-size: 32px;
  position: relative; }
section.section1-index.section-article .titre{
  padding-right: 15px;
  padding-left: 15px;
}
.home h1{
      font-weight: 300;
}
.home h1:after {
  content: "";
  display: block;
  width: 40px;
  height: 5px;
  position: absolute;
  bottom: -15px;
  background-color: #aaa;
  left: 50%; }

h1 > span {
  display: inline-block;
  font-weight: 600; }

h2,.h2 {
  font-size: 26;
  font-weight: 300;
  letter-spacing: 1px; }

h2 > span,.h2 > span {
  display: inline;
  font-weight: 600; }
hr{border-color: transparent;}

h3 {
  font-size: 30px; }

h4 {
  font-size: 22px;
  color: #000; }

h5 {
  font-size: 16px;
  color: #000; }

ul {
  padding-left: 0px; }
  ul > li {
    list-style-type: none;
    font-size: 14px; }
html { margin-top: 0px !important; }
body, html {

  margin: 0;
  padding: 0;

  font-family: 'Catamaran', sans-serif; }

body {
  color: #383838;
  font-weight: 300;
  font-size: 16px;
  padding-top: 80px; }
body:before{
  width: 0px !important;
}

p {
  letter-spacing: 1px; }

.semi-bold {
  font-weight: 600; }

.meduim {
  font-weight: 500; }

.bold {
  font-weight: 700; }

.bold-black {
  font-weight: 900; }

.nopadding {
  padding-right: 0px;
  padding-left: 0px; }

.display-block-mobile {
  display: none !important; }

.display-none-mobile {
  display: block !important; }

.padding-article-left {
  padding-left: 100px; }

.font-11 {
  font-size: 11px; }
  .font-15 {
  font-size: 15px; }
.font-14 {
  font-size: 14px; }

.font-20 {
  font-size: 20px; }

.font-26 {
  font-size: 26px; }

.block {
  display: block; }

.upper {
  text-transform: uppercase; }


.padding-t1 {
  padding-top: 1%; }

.padding-t2 {
  padding-top: 2%; }

.padding-t4 {
  padding-top: 4%; }

.padding-t6 {
  padding-top: 6%; }

.padding-t8 {
  padding-top: 8%; }

.padding-t10 {
  padding-top: 10%; }

.padding-t20 {
  padding-top: 20%; }

.padding-t30 {
  padding-top: 30%; }

.padding-t40 {
  padding-top: 40%; }

.padding-t50 {
  padding-top: 50%; }

.padding-b1 {
  padding-bottom: 1%; }

.padding-b2 {
  padding-bottom: 2%; }

.padding-b4 {
  padding-bottom: 4%; }

.padding-b6 {
  padding-bottom: 6%; }

.padding-b8 {
  padding-bottom: 8%; }

.padding-b10 {
  padding-bottom: 10%; }

.padding-b20 {
  padding-bottom: 20%; }

.padding-b30 {
  padding-bottom: 30%; }

.padding-b40 {
  padding-bottom: 40%; }

.padding-b50 {
  padding-bottom: 50%; }

.margin-t1 {
  margin-top: 1%; }

.margin-t2 {
  margin-top: 2%; }

.margin-t4 {
  margin-top: 4%; }

.margin-t6 {
  margin-top: 6%; }

.margin-t8 {
  margin-top: 8%; }

.margin-t10 {
  margin-top: 10%; }

.margin-t20 {
  margin-top: 20%; }

.margin-t30 {
  margin-top: 30%; }

.margin-t40 {
  margin-top: 40%; }

.margin-t50 {
  margin-top: 50%; }

.margin-b1 {
  margin-bottom: 1%; }

.margin-b2 {
  margin-bottom: 2%; }

.margin-b4 {
  margin-bottom: 4%; }

.margin-b6 {
  margin-bottom: 6%; }

.margin-b8 {
  margin-bottom: 8%; }

.margin-b10 {
  margin-bottom: 10%; }

.margin-b20 {
  margin-bottom: 20%; }

.margin-b30 {
  margin-bottom: 30%; }

.margin-b40 {
  margin-bottom: 40%; }

.margin-b50 {
  margin-bottom: 50%; }

.width-100 {
  width: 100%; }

.cur-pointer {
  cursor: pointer; }

.inline{
  display: inline-block;
}
header nav .logo {
  padding: 10px 0px !important;
  height: 105px;
  margin-left: 5px !important; }
header nav button.navbar-toggle {
  margin-top: 32px; }
header nav #navbar {
  padding-top: 50px; }
  header nav #navbar ul.navbar-nav > li {
    border-right: 1px solid #383838; }
    header nav #navbar ul.navbar-nav > li > a {
      font-weight: 600;
    color: #fff;

      font-size: 13px;
      padding: 10px 15px;
      text-transform: uppercase; }
    header nav #navbar ul.navbar-nav > li.tel {
      border-right: 0px; }
      header nav #navbar ul.navbar-nav > li.tel {
        font-size: 26px;
        font-weight: 600;
        color: #fff;
        padding: 0px 15px; }
    header nav #navbar ul.navbar-nav > li:last-child {
      border-right: 0px; }
    header nav #navbar ul.navbar-nav > li > .dropdown-menu {
       min-width: 315px;
      background-color: #000;
      left: 0; }
      header nav #navbar ul.navbar-nav >  li .caret{
        display: none;
      }
      header nav #navbar ul.navbar-nav >  li.dropdown .caret{
        display: inline-block !important;
      }
      header nav #navbar ul.navbar-nav > li > .dropdown-menu > li > a {
        color: #fff; }
        header nav #navbar ul.navbar-nav > li > .dropdown-menu > li > a:hover {
          background-color: #000;
          color: #1794cb; }
header nav .tel-mobile, header nav .tel-tablet {
  display: none; }
  header nav .tel-mobile > a, header nav .tel-tablet > a {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    margin-left: 20px; }
header nav.navbar-inverse {
  background-color: #000; }
.blockbanner {
    position: fixed;
    z-index: 9999;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    left: 0;
    background-color: #1794cb;
}
.blockbanner a:hover,.blockbanner  a:focus{
  color: #FFF;
}
section {
  /* page prod sum */ }
  section.section1-index {
    background-size: cover;
    position: relative; }
    section.section1-index .numero {
      display: none;
      font-size: 32px;
      font-weight: 600;
      padding: 30px 29px;
      position: absolute;
      width: 278px;
      top: 42px; }
    section.section1-index .form-appel {
      width: 400px;
      position: fixed;
      height: 265px;
      right: 0;
      top: 0;
      bottom: 0;
      left: auto;
      margin: auto;
      z-index: 1000;
      background-color: rgba(255, 255, 255, 0.8);
      -webkit-transition: all .4s ease-in;
      -moz-transition: all .4s ease-in;
      -ms-transition: all .4s ease-in;
      -o-transition: all .4s ease-in;
      transition: all .4s ease-in; }
      section.section1-index .form-appel .header-form {
        float: left; }
        section.section1-index .form-appel .header-form .img-icon {
          float: left;
          background-color: #1794cb;
          padding: 7px 16px 6px 16px;
          margin-right: 5px;
          cursor: pointer; }
        section.section1-index .form-appel .header-form .titre-form {
          background-color: #000;
          color: #fff;
          font-size: 30px;
          font-weight: 600;
          position: absolute;
          width: 327px;
          left: 73px;
          text-indent: 17px; }
      section.section1-index .form-appel .content-form {
        padding: 8px;
        float: left; }

          section.section1-index .form-appel .content-form form .col-md-4 {
            padding-right: 5px;
            padding-left: 5px; }
          section.section1-index .form-appel .content-form form .form-control {
            border-radius: 0;
            color: #000; }
          section.section1-index .form-appel .content-form form .btn-ok {
            background-color: #1794cb;
            padding: 4px 30px;
            color: #fff;
            font-weight: 600;
            border-radius: 0; }
        section.section1-index .form-appel .content-form.form-hide {
          display: none !important; }
      section.section1-index .form-appel.stickyform {
        width: 100px;
        right: -27px; }
        section.section1-index .form-appel.stickyform .titre-form {
          position: absolute; }
        section.section1-index .form-appel.stickyform .content-form {
          display: none !important; }
        section.section1-index .form-appel.stickyform .numero {
          display: none !important; }
    section.section1-index .block-left {
      position: fixed;
      width: 77px;
      height: 277px;
      right: 0;
      top: 19px;
      bottom: 0;
      left: auto;
      margin: auto;
      z-index: 11;
      padding: 50px 0px 0px; }
      section.section1-index .block-left a {
        display: block;
        text-align: right; }
    section.section1-index.section-article .titre {
      background-color: rgba(255, 255, 255, 0.6);
      padding: 20px 0px;
      position: absolute;
      top: 200px;
       }
      section.section1-index.section-article .titre h1 span,section.section1-index.section-article .titre span {
        display: block; }
  section.section2-index .section2-in {
    margin-bottom: 13px;
    display: block; }
    section.section2-index .section2-in img {
      width: 100%; }
    section.section2-index .section2-in.a-model {
      color: #fff;
      background-color: #1794cb;
      display: block; }
      section.section2-index .section2-in.a-model span {
        line-height: 20px; }
      section.section2-index .section2-in.a-model .border-ligne {
            height: 1px;
            width: 69px;
            display: inline-block;
            border-top: 0px;
            border-bottom: 1px solid #fff;
            line-height: 0px;
            margin-bottom: 12px;
            margin-top: 7px; }
      section.section2-index .section2-in.a-model:hover {
        background-color: #85a6d9; }
   section.section2-index .slider-section2 .carousel-inner .item{
     min-height: 525px;
     max-height: 525px;
   }
  section.section2-index .slider-section2 .carousel-inner .item img {
    width: 100%;
    max-height: 525px; }
  section.section2-index .slider-section2 .carousel-indicators {
    width: auto;
    text-align: right;
    left: 0;
    margin-left: 0;
    right: 25px;
    bottom: 0px; }
  section.section2-index .slider-section2 .carousel-indicators li {
    border-radius: 0;
    width: 18px;
    height: 18px;
    background: #aaa; }
  section.section2-index .slider-section2 .carousel-indicators .active {
    width: 18px;
    height: 18px;
    background: #383838;
    border-color: #383838; }
  section.section2-index .slider-section2 .carousel-caption {
    top: 0;
    width: auto;
    right: 0;
    bottom: auto;
    left: auto;
    padding: 20px;
    text-align: left;
    height: auto; }
    section.section2-index .slider-section2 .carousel-caption a {
      color: #fff;
      background-color: #383838;
      padding: 10px; }
      section.section2-index .slider-section2 .carousel-caption a span {
        line-height: 20px; }
      section.section2-index .slider-section2 .carousel-caption a .border-ligne {
        height: 1px;
        width: 69px;
        display: inline-block;
        border: 1px solid #fff;
        border-bottom: 0px;
        line-height: 0px; }
      section.section2-index .slider-section2 .carousel-caption a:hover {
        background-color: #85a6d9; }
  section.section3-index .embed-video {
    padding-bottom: 300px; }
  section.section4-index {
    position: relative; }
    section.section4-index .bg-1 {
      position: absolute;
      width: 50%;
      left: 0;
      height: 100%;
      background: url("../img/bg-section4.jpg");
      background-size: cover;
      background-position-x: right; }
    section.section4-index .bg-2 {
      position: absolute;
      width: 50%;
      right: 2px;
      height: 100%;
      background-color: #353535; }
    section.section4-index .block-right .h2 {
      line-height: 20px; }
    section.section4-index .block-right .h2-section4 {
      font-size: 25px;
      font-weight: 300;
      letter-spacing: 1px; }
    section.section4-index .block-right .h2-section4 > span {
      display: inline-block;
      font-weight: 600; }
    section.section4-index .block-right .meduim {
      font-size: 22px;
      line-height: 22px;
      margin-bottom: 10px; }
    section.section4-index .block-right p {
      font-size: 13px; }
  section.section5-index {
    background: url("../img/bg-section5.jpg");
    background-size: cover; }
  section.section2-prod .block-right span {
    padding: 2px 10px;
    background-color: #000; }
  section.section2-prod .block-right .caracteristique {
    padding: 10px;
    background-color: #fff; }
    section.section2-prod .block-right .caracteristique img {
      padding: 10px 3px; }
  section.section2-prod .block-left span {
     }
  section.section3-prod .blockimage .image-hover {
    position: relative;
    width: 340px;
    height: 277px;
    display: inline-block;
    overflow: hidden; }

    section.section3-prod .blockimage .image-hover img {
      margin: -81px 0px -29px -18px;
      transition: all .2s ease-in-out;
      -webkit-transition: all .2s ease-in-out;
      -moz-transition: all .2s ease-in-out;
      -ms-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out; }
    section.section3-prod .blockimage .image-hover:hover img {
      transform: scale(0.9);
      -webkit-transform: scale(0.9);
      -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
      -o-transform: scale(0.9); }
    section.section-simple h1:after{
      content: none;
    }
    .page-template-page-editorial p,.page-template-page-produit p{
          font-weight: 300;
    font-size: 16px;
        line-height: 1.42857143;
    }
    .page-template-page-editorial ul>li {
   font-size: 15px;
   line-height: 25px;
}

.popup{
      background-color: transparent;
    border: 0px;
    padding: 0px;
  color: #333;
}
.popup:hover,.popup:focus{
  outline:none ;
  color: #1794cb;
}
.popup:active{
color: #1794cb;
}
.popup i{
  margin-right: 5px;
}
footer .col-md-1 {
  padding: 0px 4px;
  text-align: center; }
footer .full {
  width: 100%; }
footer .gap {
  height: 30px;
  width: 100%;
  clear: both;
  display: block; }
footer .footer {
  background: #000;
  height: auto;
  padding-bottom: 30px;
  position: relative;
  width: 100%; }
footer .footer p {
  margin: 0; }
footer .footer img {
  max-width: 100%; }
footer .footer h3 {
  color: #fff;
  font-size: 10px;
  line-height: 27px;
  padding: 40px 0 10px;
  text-transform: uppercase;
  position: relative;
  margin: 0px; }
footer .footer h3:after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  position: absolute;
  background-color: #aaa;
  left: 0%;
  bottom: 10px; }
footer .footer ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  margin-top: 15px; }
footer .footer ul li a {
  padding: 0 0 5px 0;
  display: block;
  font-size: 10px;
  text-transform: uppercase; }
footer .footer a {
  color: #fff; }
footer .footer .h3-footer {
  text-align: left; }
footer .footer .h3-footer:after {
  content: none; }
footer .footer .nous-suive .fa-google-plus {
  line-height: 17px; }
footer .supportLi h4 {
  font-size: 10px;
  font-weight: lighter;
  line-height: normal;
  margin-bottom: 0 !important;
  padding-bottom: 0; }
footer .social li {
  background: none repeat scroll 0 0 #B5B5B5;
  border: 2px solid #B5B5B5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  float: left;
  height: 36px;
  line-height: 36px;
  margin: 0 8px 0 0;
  padding: 0;
  text-align: center;
  width: 36px; }
footer .social li a {
  color: #000; }
footer .social li:hover {
  border: 2px solid #2c3e50;
  background: #1794cb; }
footer .social li a i {
  font-size: 16px;
  padding: 7px 0px 0px 5px;
  color: #000 !important; }
footer .footer-bottom {
  background: #000;
  padding-top: 5px;
  padding-bottom: 5px; }
footer .footer-bottom p {
  margin-bottom: 0px;
  color: #fff; }
footer .payments {
  font-size: 1.5em; }
 footer .decouvrire-site >a,footer .h3-footer{
        padding: 44px 0 5px 0;
    display: block;
    font-size: 10px;
    font-weight: 500;
    position: relative;
        color: #fff;
 }
 footer .decouvrire-site >a:after,footer .h3-footer:after {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    position: absolute;
    background-color: #aaa;
    left: 0;
    margin: auto;
    bottom: -4px;
}
.modele-sam h3>a{
  font-size: 25px;
    color: #333;
}
.modele-sam h3>a:hover{
    color: #1794cb;
}
footer .footer .decouvrire-site ul li a{
  font-size: 13px;
}
.home-slider{
  max-height: 560px;
}
.icon-devis{
  float: left;
}
.icon-devis img{
  padding-top: 23px;
}
.icon-tele{
  float: left;
}
.icon-tele img{
  padding-top: 23px;
}
.parent_item
.page-template-page-editorial section ul{
  padding-left: 20px;
}
.page-template-page-produit section ul,
.page-template-page-editorial section ul{ padding-left: 15px; }

.page-template-page-editorial section ul li,
.page-template-page-editorial section ul li{ text-indent: -15px; }

.page-template-page-editorial section ul li::before,
.page-template-page-editorial section ul li::before {
  content: '- ';
  font-size: 25px;
  font-weight: 400;
}

.tp-caption.largegreenbg{
  font-family: 'Catamaran', sans-serif !important;
}

.blog-h2{
  font-size: 20px;
  font-weight: 700;
}
.blog-date{
  font-weight: 600;
}
.page-numbers.current{
  padding: 1px 12px;
    background-color: #FFF;
}
.page-numbers{
    font-size: 17px;
    padding: 1px 12px;
    border: 1px solid #999;
    color: #0069b4;
    background-color: #efefef;
    margin: 0px 2px;
}
.next.page-numbers{
      padding: 0 12px 0px 0px;
    font-size: 18px;
}
.next.page-numbers i{
      background-color: transparent;
    color: #4ba0d1;
    padding: 5px 3px 5px 9px;
}
.prev.page-numbers{
      padding: 0 7px 0px 11px;
    font-size: 18px;
}
.prev.page-numbers i{
       background-color: transparent;
    color: #4ba0d1;
    padding: 5px 2px 5px 6px;
}
.pagination-icone{
  padding: 5px 10px 5px 12px;
  color: #fff;
  background-color: #333;
}
.post-blog .blog-content{

}
.post-blog img{
  max-height: 400px;
}
.post-blog .blog-content span{
      color: #383838 !important;
    font-weight: 300;
    font-size: 16px !important;
}
.post-blog .blog-content strong,.post-blog .blog-content p{
      color: #383838 !important;
    font-weight: 300;
    font-size: 16px !important;
    text-align: left !important;
}
.category_blog i{color: #999;}
.category_blog a{
    color: #7d7d7d;
}
.category_blog a:hover{
    color: #0069b4;
}
.lire_plus{
  font-size: 15px;
    color: #565656;
}
.entry_date{
  text-align: center;
  background-color: #0069b4;
  color: #FFF;
  padding: 12px 0px;
}
.entry_date_single{
  position: absolute;
  bottom: 0;
  width: 119Px;
}
.entry_date_single div{
  float: left;
  line-height: 33px !important;
  margin: 0px 4px;
}
.entry_date .month{ font-size: 16px;
    line-height: 1;
    font-weight: 600 }
.entry_date .day{     padding: 0;    line-height: 28px;
    font-size: 26px;
    font-weight: 600; }
.entry_date .year{ font-size: 16px;
    line-height: 1;
    font-weight: 600 }
.entry {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 3px double #E5E5E5;
}
/* star page devis */
.h2-header{
  font-family: 'Oswald', sans-serif;
      float: left;
    line-height: 2.3em;
    margin-left: 20px;
    font-weight: 600;
    letter-spacing: 0px;
}
section #form_content{
  font-family: 'Oswald', sans-serif;
}
.content-devis .h2{
  position: relative;
  text-align: center;
}
.content-devis .h2:after{
    content: "";
    display: block;
    width: 100px;
    height: 5px;
    position: absolute;
    bottom: -15px;
    background-color: #0269b4;
    left: 0;
    right: 0;
    margin: auto;
}
  section.section1-devis {
    background-size: 100%; }
    section.section1-devis .numero {
      display: none;
      font-size: 32px;
      font-weight: 600;
      padding: 30px 29px;
      position: absolute;
      width: 278px;
      top: 42px; }
    section.section1-devis .form-appel {
      width: 400px;
      position: fixed;
      height: 265px;
      right: 0;
      top: 0;
      bottom: 0;
      left: auto;
      margin: auto;
      z-index: 1000;
      background-color: rgba(255, 255, 255, 0.8);
      -webkit-transition: all .4s ease-in;
      -moz-transition: all .4s ease-in;
      -ms-transition: all .4s ease-in;
      -o-transition: all .4s ease-in;
      transition: all .4s ease-in; }
      section.section1-devis .form-appel .header-form {
        float: left; }
        section.section1-devis .form-appel .header-form .img-icon {
          float: left;
          background-color: #1794cb;
          padding: 7px 16px 6px 16px;
          margin-right: 5px;
          cursor: pointer; }
        section.section1-devis .form-appel .header-form .titre-form {
          background-color: #000;
          color: #fff;
          font-size: 30px;
          font-weight: 600;
          position: absolute;
          width: 327px;
          left: 73px;
          text-indent: 17px; }
      section.section1-devis .form-appel .content-form {
        padding: 8px;
        float: left; }

          section.section1-devis .form-appel .content-form form .col-md-4 {
            padding-right: 5px;
            padding-left: 5px; }
          section.section1-devis .form-appel .content-form form .form-control {
            border-radius: 0;
            color: #000; }
          section.section1-devis .form-appel .content-form form .btn-ok {
            background-color: #1794cb;
            padding: 4px 30px;
            color: #fff;
            font-weight: 600;
            border-radius: 0; }
        section.section1-devis .form-appel .content-form.form-hide {
          display: none !important; }
      section.section1-devis .form-appel.stickyform {
        width: 100px;
        right: -27px; }
        section.section1-devis .form-appel.stickyform .titre-form {
          position: absolute; }
        section.section1-devis .form-appel.stickyform .content-form {
          display: none !important; }
        section.section1-devis .form-appel.stickyform .numero {
          display: none !important; }
    section.section1-devis .block-left {
      position: fixed;
      width: 77px;
      height: 277px;
      right: 0;
      top: 19px;
      bottom: 0;
      left: auto;
      margin: auto;
      z-index: 11;
      padding: 50px 0px 0px; }
      section.section1-devis .block-left a {
        display: block;
        text-align: right; }
    h1,section.section1-devis.section-article .titre,
    section.section1-devis.section-article .titre span{
  font-weight: 700;

  font-size: 32px;
  position: relative; }
  section.section1-devis.section-article .titre span.titre2-h1{
    text-transform: uppercase;
    font-size: 20px;
    padding-top: 15px;
  }
section.section1-devis.section-article .titre{


      position: absolute;
      top: 50px;
}
section.section1-devis.section-article .titre h1{
  padding: 10px 50px;
  background-color: #106bb2;
  display: inline-block;
text-transform: none;
font-family: 'Oswald', sans-serif
}
section.section1-devis.section-article .titre h1:after{
      content: url(../img/devis/top-title-slider.png);
    position: absolute;
    top: -59px;
    right: 0;
}
section.section1-devis.section-article .titre h1:before{
      content: url(../img/devis/bottom-title-slider.png);
    position: absolute;
    bottom: -62px;
    left: 0;
}
    section.section1-devis.section-article .titre {

       }
      section.section1-devis.section-article .titre h1 span,section.section1-devis.section-article .titre span {
        display: block; }
.content-devis .section3-devis a{
  color: #000;
}
.content-devis .section3-devis a:hover{
  color: #0269b4;
}
.content-devis .section3-devis .title-img{
  margin: 5px 0px;
  font-weight: bold;
}
.content-devis .section-fabrication .block-content:nth-child(odd){
  background:#c6c7c6;
}
.content-devis .section-fabrication .block-content:nth-child(even){
  background:#ececec;
}
.content-devis .section-fabrication .block-content span{
  margin-top: 10px;
  display: block;
  font-weight: bold;
  min-height: 44px;
}
.content-devis .section-fabrication .block-content{
  padding: 25px 4px;
  display: block;
  color: #000;
}
.content-devis .section-fabrication .block-content:hover:after{
  content: url('../img/devis/fabrication/after.png');
  position: absolute;
  bottom: 0;
  right: 0;
  height: 41px;
}
.content-devis .section-fabrication .block-content:hover:before{
  content: url('../img/devis/fabrication/before.png');
  position: absolute;
  top: 0;
  left: 0;
  height: 41px;
}
.content-devis .section-fabrication .block-content:hover{
  color: #0269b4;
}
.d-none {
    display: none!important;
}
.btn-orange {
    border-radius: 20px;
    color: #fff;
    background-color: #df5118
}

.btn-pink {
    color: #fff;
    background-color: #0269b4;
    border-radius: 0px;
    font-weight: 600;
    padding: 2px 10px;
    text-transform: none ;
    letter-spacing: 1px;
    position: relative;
}
.btn-pink:hover{
    color: #fff;
}
.btn-bleu-devis{
  color: #333;
    background-color: #dde0e1;
    border-radius: 0px;
    font-weight: 600;
    padding: 2px 10px;
    text-transform: none ;
    letter-spacing: 1px;
    position: relative;
}


.btn-orange:hover {
    background-color: #b74214;
    color: #fff
}
.btn-gris-c {
    border-radius: 20px;
    color: #515151;
    background-color: #dde0e1;
}
.btn-bleu-label{
    border-radius: 0px;
    color: #333;
    background-color: #dde0e1;
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 600;
    padding-left: 10px;
    padding-right: 10px;
}
.btn-bleu-label:hover{
  color: #FFF;
  background-color: #0269b4;
}

section #form_content .etape .btn-etape .pagination_suiv.off:after{
  border-left: 16px solid #0269b4;
}

section #form_content .pagination_suiv:after{
   content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-left: 14px solid #0269b4;
    position: absolute;
    bottom: -1px;
    right: -15px;
}
section #form_content .pagination_suiv.btn-validate:after{
      right: -15px;
}
section #form_content .pagination_prev:after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-right: 14px solid #dde0e1;
    position: absolute;
    bottom: -1px;
    left: -15px;
}

section #form_content .etape-type label{
    padding: 0px;
    font-size: 15px;
    text-transform: none;
    letter-spacing: 0;
    color:#999;
    background-color: #fff;
}
section #form_content .etape-type.etape-select-text label{
    font-weight: 400;
    padding: 16px 10px;
    white-space: normal;
    background-color: #dde0e1;
    color: #333;
    letter-spacing: 0.2px;
}
section #form_content .etape-type label.btn-bleu-label:hover{
  color: #FFF;
  background-color: #0269b4;
}
section #form_content .etape-type label.selected{
  color:#FFF;
}
section #form_content .etape-nombre span{
  text-transform: none;
  font-size: 22px;
  letter-spacing: 1px;
}
section .sectionform-landing .header-form{
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    float: right;
    padding: 4px 15px;
    position: relative;
}
section .sectionform-landing .header-form:after {
        content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 14px solid #000;
    position: absolute;
    bottom: -20px;
    left: 0;
}
section #form_content .etape .btn-etape .btn-gris-c {
    color: #df5118
}

section #form_content .etape .btn-etape .btn-gris-c:hover,
section #form_content .etape .btn-etape .btn-gris-c:active,
section #form_content .etape .btn-etape .btn-gris-c:focus {
    color: #df5118;
    background-color: #df5118
}

section #form_content .etape .btn-etape .pagination_suiv {
    color: #fff;
    background-color: #0269b4
}

section #form_content .etape .btn-etape .pagination_suiv.off {
    color: #fff;
    background-color: #0269b4
}
section #form_content .etape .btn-etape .pagination_suiv:hover,
section #form_content .etape .btn-etape .pagination_suiv:active,
section #form_content .etape .btn-etape .pagination_suiv:focus {
    color: #fff;
    background-color: #0269b4
}

section .sectionform-landing{
  min-height: 500px;
  background-color: #FFF;
}
section .sectionform-landing:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-right: 46px solid #fff;
    position: absolute;
    bottom: 0px;
    left: -46px;
}
section #form_content h2{
  color: #0269b4;
    font-size: 18px;
    font-weight: 500;
        margin-top: 30px;
    background-color: #FFF;
    position: relative;
    display: inline-block;
    padding: 0px 5px;
}
section #form_content .etape .btn-etape .btn-gris-c {
    color: #df5118;
}
section #form_content .ligne-etape {
    border-top: 1px solid #0269b4;
    position: relative;
    top: 40px;
}

section #form_content .pagination_prev i,
section #form_content .pagination_suiv i{
      vertical-align: sub;
    font-size: 25px;
}


section #form_content  .form-control{
  background-color: #ececec;
  border-radius: 0px;
  box-shadow: none;
  border:0px;
}


section #form_content .form-calculette label {
    font-weight: 600
}

section #form_content .form-calculette .form-control {
    border-radius: 0px;
    text-indent: 10px
}
section #form_content .form-calculette .coordonnees_condition {
    font-size: 15px;
    font-weight: 400;
}

section #form_content .form-calculette .input-group-text {
    border-radius: 20px
}

section #form_content .radios {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

section #form_content .radios input {
    position: absolute;
    opacity: 0
}

section #form_content .radios .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #eae9e9;
    border-radius: 50%
}

section #form_content .radios:hover input ~ .checkmark {
    background-color: #ccc
}

section #form_content .radios input:checked ~ .checkmark {
    background-color: #0269b4
}

section #form_content .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

section #form_content .radios input:checked ~ .checkmark:after {
    display: block
}

section #form_content .radios .checkmark:after {
    top: 7px;
    left: 7px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white
}

section #form_content .checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #ccc;
    border-radius: 3px
}

section #form_content .checkbox input {
    position: absolute;
    opacity: 0
}

section #form_content .checkbox {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

section #form_content .checkbox input:disabled ~ .checkmark:after {
    border-color: #7b7b7b
}

section #form_content .checkbox input:checked ~ .checkmark:after {
    display: block
}

section #form_content .checkbox input:checked ~ .checkmark {
    background-color: #0269b4
}

section #form_content .checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

section #form_content .checkbox .checkmark:after {
    left: 7px;
    top: 1px;
    width: 7px;
    height: 15px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

section #form_content .pagination{
  display: block;
}


section #form_content .pagination .off {
    display: none !important
}

section #form_content .reponses_question{
  min-height: 327px;
  padding-top: 100px;
}
section #form_content .reponses_question.etape-model-port{
  min-height: 314px;
  padding-top: 28px;
}

section #form_content .reponses_question.etape-type{
  min-height: 314px;
  padding-top: 12px;
}

section #form_content .reponses_question.etape-delai{
  min-height: 308px;
    padding-top: 53px;
}
section #form_content .etape-info-complementaire .reponses_question{
  min-height: 289px;
  padding-top: 55px;
}

section #form_content .reponses_question label {
    position: relative
}

section #form_content .reponses_question label.selected {
    background-color: #0269b4;
    color:#fff;
}

section #form_content .reponses_question label i {
    position: absolute;
    right: 9px;
    top: 12px
}

section #form_content .etape {
    display: none
}


section #form_content #etape1 {
    display: block
}

section #form_content .form-contact  .line input.error {
    color: #ec012d;
    border-color: #ec012d;
    position: relative;
    border-bottom: 3px solid #ec012d
}

section #form_content .form-contact  .line .text-error {
    color: #ec012d;
    position: relative;
    left: auto;
    width: 150px;
    font-size: 14px;
    text-align: left;
    top: 5px;
    padding-left: 9px;
    line-height: 1.3;
    display: none
}

section #form_content .form-contact  .line .validate {
    width: 25px;
    height: 25px;
    background: url(../img/devis/picto-check.png) no-repeat;
    display: inline-block;
    position: absolute;
    right: 24px;
    top: 8px;
    display: none
}
html:not([dir="rtl"]) .gform_wrapper ul.gform_fields:not(.top_label) .ginput_container:not(.ginput_container_time):not(.ginput_container_date) {
        width: auto !important;
        margin-left: auto !important;
    }
footer{
      margin-top: -22px;
}

/* end devis page */
@media (min-width: 1300px) {
  header .container-nav {
    width: 1300px; }

  footer .container-footer {
    width: 1300px; } }
@media screen and (max-width: 1300px) {
  header nav .container-nav {
    width: 100%; }



  footer .container-footer {
    width: 100%; } }
@media screen and (max-width: 1090px) {
  .tel-tablet {
    display: block !important;
    padding-top: 32px;
    float: right; }

  .tel-mobile {
    display: none !important; }

  header nav .logo {
    padding: 15px 0px !important;
    width: 90px;
    height: 106px; }

  header nav #navbar {
    padding-top: 40px; }

  header nav #navbar ul.navbar-nav > li > a {
    font-size: 12px;
    padding: 5px; }

  section.section1-index .form-appel{
     top: 150px;
    bottom: auto;
    }
  section.section1-index .block-left{
    top: 150px;
    bottom: auto;
  }

  section.section1-index.section-article .titre{
        top: 155px;
  }
  .block-ipad{
    width: 100%;
  }

}

@media screen and (max-width: 1200px) {
  header nav #navbar {
  padding-top: 40px; }
  header nav #navbar .navbar-right {
    display: none; }
   header nav ul > li.tel {
  display: none !important; }
  header nav .tel-mobile {
  display: block; }
  .h2-header{
    font-size: 24px;
  }

  .h2-promo{
    font-size: 21px;
  }
}

@media screen and (max-width: 1050px) {
    section.section2-index .slider-section2 .carousel-inner .item{
        min-height: auto ;
        max-height: auto ;
    }
    section.section2-index .slider-section2 .carousel-inner .item img{
        max-height: auto ;
    }
    section.section1-devis.section-article .titre{
        top: 155px;
    }
}

@media screen and (max-width: 989px) {
  footer .footer h3:after {
    left: 43%; }

  footer .footer .col-md-2 h3:after {
    text-align: center;
    left: 20%; }

  footer .footer .nous-suive h3 {
    text-align: left; }
   .mg_mobile_mode .mg_dd_mobile_filters .mgf_inner .mgf{
    display: inline-block !important;
    width: 50% !important;
    padding: 0 !important;
   }
   .mg_mobile_mode .mg_dd_mobile_filters .mgf_inner.mgf_dd_expanded .mgf{
    display: inline-block !important;
    width: 50% !important;
    padding: 0 !important;
   }
   .mg_mobile_mode .mg_dd_mobile_filters .mgf_inner{
    display:  block !important;
   }
   .mg_mobile_mode .mg_dd_mobile_filters .mgf_inner.mgf_dd_expanded a:first-child,
   .mg_mobile_mode .mg_dd_mobile_filters .mgf_inner a:first-child{
    display:  none !important;
   }
   .mg_mobile_mode .mg_dd_mobile_filters .mgf_inner a:after{
    display:  none !important;
   }

   .h2-header{
    line-height: 35px;
   }

  }
@media screen and (max-width: 898px) {
  header nav #navbar ul.navbar-nav > li > a {
    padding: 3px; }

  header nav #navbar {
    padding-top: 5px; }

  header nav .logo {
    height: 98px; }
  .block-ipad{
    width: 50%;
  }

}


@media screen and (max-width: 768px) {
    .h2-header{
    line-height: normal;
}
.h2-promo{
  font-size: 17px;
  text-align: center;
}
  .home-slider{
    max-height: auto;
  }
  h1{
    font-size: 23px;
  }
  .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
    .tel-tablet {
      display: none !important; }
    header nav #navbar.navbar-right{
      float: none !important;
    }
    header nav #navbar ul.navbar-nav > li > a {
    font-size: 15px;
    text-align: center; }
    header nav #navbar ul.navbar-nav > li > .dropdown-menu{
      position: relative;
    }
   header nav .logo{
        padding: 18px 0px !important;
        left: 17%;
    position: relative;
  }
  .padding-mobile{
    padding-top: 50px;
  }
  .visible-xs {
    display: block!important;
}
  .t-responsive{
    font-size: 21px;
  }
  .border-responsive{
    display: none !important;
  }
  .menu-top-menu-container{
    display:  block;
  }
  .dropdown-menu {
    width: 100%; }

  .dropdown-menu > li > a {
    text-align: center; }

  .display-block-mobile {
    display: block !important; }

  .display-none-mobile {
    display: none !important; }

  footer .footer .col-md-1 {
    text-align: left;
    padding-right: 15px;
    padding-left: 15px; }

  footer .footer h3:after, footer .footer .col-md-2 h3:after {
    left: 0%; }

  footer .footer h3 {
    padding: 10px 0 10px; }
  footer .decouvrire-site >a{
    padding: 16px 0 5px 0;
  }
  footer .footer .decouvrire-site ul{
    margin-top: 15px;
  }
  body{
      padding-top: 54px;
    }

  section.section2-index .slider-section2 .carousel-inner .item img{
        height: auto !important;
        max-height: auto !important;
  }
  section.section2-index .slider-section2 .carousel-inner .item {
    min-height: auto;
    max-height: auto;
  }
  section.section1-index.section-article .titre {
    top: 125px;
  }
  .content-devis_wrapper ul.gfield_radio{
    width: 100% !important;
  }
  .content-devis_wrapper ul.gfield_radio li label{
        width: auto !important;
  }
  .content-devis_wrapper .ginput_container input {
      float: left !important;
      width: 96% !important;
  }
   section.section1-index .form-appel,
  section.section1-index .block-left {
      top: 105px;
  }
  section.section1-index.section-article .titre{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  footer .footer ul{
        margin-top: 8px
  }
  footer .footer .h3-footer{
    padding-top: 15px;
  }
  footer .footer .nous-suive{
    width: 208px;
    float: right;
  }
  section.section1-index .form-appel{
    width: 0px;
    right: -105px !important;
  }
  section.section1-index .block-left{
    width: 0px;
  }
  section.section1-index .form-appel.stickyform-mobile{
    width: 400px !important;
    right: 0px !important;
  }
  section.section1-index .form-appel.stickyform-mobile .block-left{
    width: 68px !important;
  }
  section.section1-index .form-appel.stickyform-mobile.stickyform{
    width: 0px !important ;
  }
  section.section1-index .form-appel.stickyform-mobile.stickyform .block-left{
    width: 0px !important ;
  }

   section.section1-devis .form-appel,
  section.section1-devis .block-left {
      top: 105px;
  }
  section.section1-devis.section-article .titre{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  section.section1-devis .form-appel{
    width: 0px;
    right: -105px !important;
  }
  section.section1-devis .block-left{
    width: 0px;
  }
  section.section1-devis .form-appel.stickyform-mobile{
    width: 400px !important;
    right: 0px !important;
  }
  section.section1-devis .form-appel.stickyform-mobile .block-left{
    width: 68px !important;
  }
  section.section1-devis .form-appel.stickyform-mobile.stickyform{
    width: 0px !important ;
  }
  section.section1-devis .form-appel.stickyform-mobile.stickyform .block-left{
    width: 0px !important ;
  }


}


@media screen and (max-width: 600px) {
  .img-mobile-center{
    text-align: center;
  }
  .content-form li#field_1_1{
    float:  left !important;
  }
  .gform_wrapper ul.gfield_radio li label{
    width: auto !important;
  }
  header nav .logo {
    left: 9%;
  }
  section.section1-index.section-article .titre{
    padding: 0px;
  }
  .img-mobile-center img{
    width: auto !important;
  }
  .a-mobile{
    font-size: 20px;
  }
  .t-responsive{
    font-size: 26px;
  }
   .border-responsive{
    display: block !important;
  }
  section.section3-prod .blockimage .image-hover{
    height: auto;
  }
  section.section1-index .form-appel .header-form .titre-form{
    font-size: 23px ;
    padding: 5px 0px;
    text-indent: 12px ;
  }
   section.section1-index.section-article .titre h1{
    font-size: 12px;
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
  section.section1-index .form-appel{
    width: 0px ;
        //width: 304px ;
  }
  body {
    padding-top: 99px;
  }
  .gform_wrapper ul.gfield_checkbox, .gform_wrapper ul.gfield_radio{
    margin: 0px !important;
  }
  .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description{
    padding-top: 0px !important;
  }
  .gform_wrapper .ginput_container_radio{
        margin-top: 0px !important;
  }
  footer .footer .h3-footer {
    padding-top: 0px;
  }
  footer .footer .nous-suive{
    float: left;
  }
  .block-ipad{
    width: 100%;
  }
  .block-xs{
    display: block;
  }
  .icon-devis img{
    padding-top: 34px;
    width: 50px;
  }
  .icon-tele img{
    padding-top: 34px;
    width: 50px;
  }
  section.section1-index .form-appel.stickyform-mobile {
    width: 300px !important;
  }
  .gform_wrapper input[type=submit]{
    margin: 0 18px 0 5px !important;
    float: left;
    padding: 0px;
    line-height: 27px !important;
  }
  section.section1-index .form-appel{
        height: 281px;
  }

}
@media screen and (max-width: 484px) {
  .h2-header{
    font-size: 17px;
    line-height: 32px;
}
  a.a-devis {
    display: block;
    padding: 8px 0px;
    text-align: center;
    line-height: 31px;
  }
  .form-appel {
    display: none !important;
  }
   section #form_content .reponses_question{
    min-height: 280px;
    padding-top: 72px;
  }
}
/*# sourceMappingURL=style.css.map */
    .nav-allsite .navbar-toggle {
        display: block;
        right: 0px;
        position: absolute;
        border: 0px;
        border-radius: 0px;
        background-color: #1794cb;
        z-index: 10000;
        padding: 12px 10px;
        transition: .4s;
        width: 50px
    }
    .navbar-allsite.navbar-inverse {
        background-color: #0168b6;
    }
     .nav-allsite .navbar-toggle:hover,.nav-allsite .navbar-toggle:focus,.nav-allsite .navbar-toggle:active{
        background-color: #0168b6;
    }
     .nav-allsite .navbar-toggle span.icon-bar {
        background-color: #fff
    }
     .nav-allsite .navbar-toggle .top-bar {
        transform: rotate(0)
    }
     .nav-allsite .navbar-toggle .middle-bar {
        opacity: 1
    }
    .nav-allsite .navbar-toggle .bottom-bar {
        transform: rotate(0)
    }
     .nav-allsite .navbar-toggle .icon-bar {
        height: 3px;
        width: 30px
    }
     .nav-allsite .navbar-toggle.collapsed {
        right: 0px !important;
        z-index: 1000000;
        transition: .4s;
        padding-right: 5px;
        display: block;
    }
     .nav-allsite .navbar-toggle.collapsed .icon-bar {
        width: 30px;
        transition: all 0.2s
    }
     .nav-allsite .navbar-toggle.collapsed .top-bar {
        transform: rotate(45deg);
        transform-origin: 20% 10%
    }
     .nav-allsite .navbar-toggle.collapsed .middle-bar {
        opacity: 0
    }
     .nav-allsite .navbar-toggle.collapsed .bottom-bar {
        transform: rotate(-45deg);
        transform-origin: 10% 90%
    }

     .nav-allsite .navbar-toggle {
        display: block;
        right: 0px;
        position: fixed;
        background: #0168b6;
        margin: 0px;
        top:0;
        border-radius: 5px;
    }
     .nav-allsite .navbar-toggle:hover {
        background-color: #0168b6
    }
     .nav-allsite .navbar-toggle span.icon-bar {
        background-color: #fff
    }
    #allsite{
      padding:20px 0px;
    }
    #allsite .navbar-nav>li {
        float: left;
        width: 100%;
        margin: 4px 0px;
    }
    #allsite .navbar-nav{
      padding: 0px 0px 60px;
      margin: 0;
      height: 100vh;
      overflow-x: hidden;
    }
    #allsite .navbar-nav>ul {
      width: 100%;
    }
    #allsite .navbar-nav>li>.img-menu{
        margin-right: 5px;
        float: left;
        margin-left: 15px;
        width: 70px;
        height: 40px;
        text-align: center;
        margin-right: 5px;
    }
    #allsite .navbar-nav>li>.img-menu>img {
      max-width: 80px;
      max-height: 40px;
    }
    #allsite .navbar-nav>li:last-child>.img-menu>img {
      max-width: 100px;
      max-height: 70px;
    }
    #allsite .navbar-nav>li:last-child>.img-menu{
      margin-left: 25px;
      margin-right: 25px;
    }
    #allsite .navbar-nav>li:last-child>a {
      padding-top: 20px;
    }
    #allsite .navbar-nav>li>a {
      padding-top: 8px;
      padding-bottom: 8px;
      font-weight: 500;
      color: #fff;
      font-size: 14px;
    }
    #allsite .titre-menuscroll{
      font-size: 19px;
      color: #fff;
      margin-left: 24px;
      position: relative;
      margin-bottom: 30px;
      width: 220px;
    }
    .titre-menuscroll:after {
      content: "";
      display: block;
      width: 40px;
      height: 5px;
      position: absolute;
      bottom: -15px;
      background-color: #aaa;
      left: 50%;
    }
    .side-collapse {
      top: 0px;
      bottom: 0;
      right: 0;
      width: 290px;
      position: fixed;
      overflow: hidden;
      transition: width .4s;
      z-index: 100000;
      height: 100vh;
    }
    .side-collapse.in {
        width: 0;
    }
.menu-left {
    position: fixed;
    color: #fff;
    left: 5px;
    top: 5px;
    z-index: 10000;
    font-weight: 400;
}
.title-menu {
    position: fixed;
    color: #fff;
    right: 6px;
    top: 6px;
    z-index: 10000;
    font-weight: 400;
    width: 105px;
    line-height: 14px;
    text-align: center;
}
.sidbar_article  li{
    list-style: none;
}
.sidbar_article  li h2{

}
.sidbar_article  li h2{border-bottom: 1px solid #0069b4;font-size: 18px;padding-bottom: 6px;text-transform: uppercase;color: #888;margin-bottom: 18px;}
.sidbar_article  li ul{

}
.sidbar_article  li ul li{padding-bottom: 3px;padding-left: 17px;background: url(../img/arrow.png) 0 6px no-repeat;}
.sidbar_article li ul li a{
  font-size: 14px;
  color: #555;
}
@media screen and (max-width: 1213px){
  .content-devis .section-fabrication .block-content.col-md-2.fabrication5{
    padding: 14px 4px;
  }

}
@media screen and (max-width: 1042px){
  .content-devis .section-fabrication .block-content.col-md-2.fabrication6{
    padding: 14px 4px;
  }
}

@media screen and (max-width: 991px){
  .content-devis .section-fabrication .block-content.col-md-2.fabrication5,
  .content-devis .section-fabrication .block-content.col-md-2.fabrication6{
    padding: 25px 4px;
  }
}

@media screen and (max-width: 768px){
  .navbar .navbar-header button{
    display: none !important;
  }
  header nav .logo{
    left: 35%;
  }
    .nav-allsite .navbar-toggle.collapsed {
        top: 10px;
    }
    .navbar-toggle{
      float: left;
      margin-left: 15px;
    }
    .nav-allsite .navbar-toggle{
          right: 23px;
    top: 26px;
    }
    .nav-allsite .navbar-toggle.collapsed{
      top: 10px;
    }
    header nav #navbar ul.navbar-nav > li > a.tele-icone{
    font-size: 24px;
  }


}

@media screen and (max-width: 600px) {
  header nav .logo {
    left: 35%;
  }
  body, html {
    overflow-x: hidden;
  }
  .side-collapse {
    width: 100%;
  }
  .cookie-bar-bar .ctcc-inner {
    display: block !important;
  }
}
@media (min-width: 992px){
  .content-devis .section-fabrication .block-content.col-md-2{
    width: 14.28%;
  }
}
