/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   */

   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;
     font-family: 'Raleway', sans-serif;
   }
   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;
   }

/**
  * //-----------//
  *  |   START   |
  * //-----------//
  **/

  body{
   width: 100%;
   margin: auto;
   position: relative;
 }

 .wrapper{
   width: 760px;
   margin:auto;
 }

 header{
  height: 75px;
  -webkit-box-shadow: 0px 11px 29px -9px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 11px 29px -9px rgba(0,0,0,0.75);
  box-shadow: 0px 11px 15px -10px rgba(0,0,0,0.75);
  min-width: 100%;
  position: fixed;
  top: 0px;
  z-index: 9999999;
  background-color: #fff;
}

ul.twoj-menu-impressive-honeysuckle.zetta-menu, ul.twoj-menu-impressive-honeysuckle.zetta-menu a, ul.twoj-menu-impressive-honeysuckle.zetta-menu a:visited {
  font-family: 'Raleway', sans-serif !important;
}

ul.methodmenu{
  background-image: url(../images/barre_team.jpg);
  background-repeat: no-repeat;
  height: 133px;
  width: 100%;
  background-size: cover;
  position: fixed;
  bottom: 0px;
  left: 0;
  text-align:center;
  z-index: 1;

}

ul.methodmenu li{
  display: inline-block;
  vertical-align: top;
  padding: 0px 70px;
  height: 82%;
  margin-top: 15px;
  width: auto !important;
  background-repeat: no-repeat;
  background-position: 72px 25px;
}

ul.methodmenu li a{
  color: rgba(0,0,0,0.8);
  text-decoration: none;
  display:block;
  height:100%;
  width:100%;
}
ul.methodmenu li:hover a, ul.methodmenu li.active a{
  color:#c80b9d;
}

ul.methodmenu li:first-child{
  background-image: url(../images/sourisgris.png);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

ul.methodmenu li:first-child:hover, ul.methodmenu li:first-child.active{
  background-image:url(../images/sourisrose.png);
  background-repeat: no-repeat;
}

ul.methodmenu li.item-126{
  background-image: url(../images/imprimgris.png);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;

}
ul.methodmenu li.item-126:hover, ul.methodmenu li.item-126.active{
  background-image: url(../images/imprimrose.png);
  background-repeat: no-repeat;
}


ul.methodmenu li.item-127{
  background-image: url(../images/livregris.png);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

ul.methodmenu li.item-127:hover, ul.methodmenu li.item-127.active{
  background-image: url(../images/livrerose.png);
  background-repeat: no-repeat;
}
ul.methodmenu li.item-128{
  background-image: url(../images/forcegris.png);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

ul.methodmenu li.item-128:hover, ul.methodmenu li.item-128.active{
  background-image: url(../images/forcerose.png);
  background-repeat: no-repeat;
}
ul.methodmenu li.item-129{
  background-image: url(../images/camiongris.png);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

ul.methodmenu li.item-129:hover, ul.methodmenu li.item-129.active{
  background-image: url(../images/camionrose.png);
  background-repeat: no-repeat;
}

em {
      font-style: italic;
}

.page109{
  overflow-x:hidden;
}

 .menumetiers a{ 
  font-size: 16px;
}

.menumetiers li{
  width: auto !important;
  border-bottom:inherit !important;
  padding-bottom:inherit !important;
  margin-bottom: inherit !important;
  padding: 0px 70px !important;
  background-position: center 25px !important;
}

.menumetiers li:first-child{
  background-image:url(../images/imprimantegris.png) !important;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.menumetiers li:first-child:hover, .menumetiers li:first-child.active{
  background-image:url(../images/imprimanterose.png) !important;
}

.menumetiers li:nth-child(2){
  background-image:url(../images/rouleaugris.png);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.menumetiers li:nth-child(2):hover, .menumetiers li:nth-child(2).active{
  background-image:url(../images/rouleaurose.png);
}

.menumetiers li:nth-child(3){
  background-image:url(../images/usbgris.png);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.menumetiers li:nth-child(3):hover, .menumetiers li:nth-child(3).active{
  background-image:url(../images/usbrose.png);
}

.menumetiers li:nth-child(4){
  background-image:url(../images/pipettegris.png);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.menumetiers li:nth-child(4):hover, .menumetiers li:nth-child(4).active{
  background-image:url(../images/pipetterose.png);
}


.page109 div[itemprop="articleBody"] ul{
  position: absolute;
  width: 100%;
  left: 0;
}

.page109 h6 {
    margin-left: 115px;
    padding-bottom: 51px;
}

.page109 div[itemprop="articleBody"] ul li{
  padding-bottom:7px;
  margin-bottom:7px;
  border-bottom:1px solid #c80b9d;
  width: 38%;
  padding-left: 120px;
  font-size: 18px;
}



.page131 div[itemprop="articleBody"] ul{
  position: absolute;
  width: 100%;
  left: 0;
}

.page131 h6 {
    margin-left: 115px;
    padding-bottom: 51px;
}


.page131 div[itemprop="articleBody"] ul li{
  padding-bottom:7px;
  margin-bottom:7px;
  border-bottom:1px solid #c80b9d;
  width: 38%;
  padding-left: 120px;
      font-size: 18px;
}

.page132 div[itemprop="articleBody"] ul{
  position: absolute;
  width: 100%;
  left: 0;
}

.page132 h6{
  margin-left: 115px;
  padding-bottom: 51px;
}


.page132 div[itemprop="articleBody"] ul li{
  padding-bottom:7px;
  margin-bottom:7px;
  border-bottom:1px solid #c80b9d;
  width: 38%;
  padding-left: 120px;
      font-size: 18px;
}


.page133 div[itemprop="articleBody"] ul{
  position: absolute;
  width: 100%;
  left: 0;
}

.page133 h6{
  margin-left: 115px;
  padding-bottom: 51px;
}


.page133 div[itemprop="articleBody"] ul li{
  padding-bottom:7px;
  margin-bottom:7px;
  border-bottom:1px solid #c80b9d;
  width: 38%;
  padding-left: 120px;
      font-size: 18px;
}












#cp-caption strong{
  font-weight: bold;
}

header .logo{
  padding: 20px 50px;
  display: inline-block;
  vertical-align: top;
}
ul.twoj-menu-impressive-honeysuckle.zetta-menu > li:hover, ul.twoj-menu-impressive-honeysuckle.zetta-menu > li.zm-active, ul.twoj-menu-impressive-honeysuckle.zetta-menu > li.zm-opened {
  background-color: #c80b9d !important;
}

.twoj-menu-impressive-honeysuckle{
  width: 97%;
  margin: auto !important;
  display: block !important;
}

.nos_methodes p{
  width: 60%;
}

.page128 .nos_methodes p,
.page129 .nos_methodes p {
 width:40%;
}

.page120 .nos_methodes p,
.page127 .nos_methodes p,
.page125 .nos_methodes p,
.page126 .nos_methodes p {
 width: 50%;
}

.jsn-bootstrap .close {
  display: none;
}

.jsn-bootstrap .alert-success {
      padding: 0 0 0 7px !important;
    text-align: center !important;
    font-size: 15px !important;
    text-shadow: none;
        margin-bottom: 0;
}

#jsn_form_1.jsn-master .jsn-bootstrap .jsn-form-content .control-group .label-important, #jsn_form_1.jsn-master .jsn-bootstrap .jsn-form-content .control-group .label-important .badge-important {
  background: none !important;
}


.page120 .nos_methodes .articleimage img {
/*  float: right;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
  right: 132px;
  z-index: -99;
   position: absolute;
    height: 100%;
    right: 0;
    width: inherit;*/
}
.page125 .nos_methodes .articleimage img {
/*  float: right;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
  right: 132px;
  z-index: -99;
   position: absolute;
    height: 100%;
    right: 0;
    width: inherit;*/
}

.page126 .nos_methodes .articleimage img {
/*  float: right;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
  right: 132px;
  z-index: -99;
     position: absolute;
    height: 100%;
    right: 0;
    width: inherit;*/
}

.page128 .nos_methodes .articleimage img {
/*  float: right;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
  right: 132px;
  z-index: -99;
      position: absolute;
    height: 100%;
    right: 0;
    width: inherit;*/
}

.page128 .nos_methodes .articleimage img,
.page133 .nos_methodes .articleimage img,
.page132 .nos_methodes .articleimage img,
.page131 .nos_methodes .articleimage img,
.page120 .nos_methodes .articleimage img,
.page125 .nos_methodes .articleimage img,
.page126 .nos_methodes .articleimage img,
.page127 .nos_methodes .articleimage img,
.page129 .nos_methodes .articleimage img,
.page109 .nos_methodes .articleimage img {
    position: absolute;
    height: 100%;
    right: 0;
    width: inherit;
    z-index: -1;
}

.page109 .nos_methodes .articleimage img {
    right: -135px !important;
}

.page132 .nos_methodes .articleimage img {
    bottom: -45px !important;
}

.nos_methodes .articleimage {
    bottom: 133px;
    position: absolute;
    top: 114px;
    right: 14px;
}

.page133 .nos_methodes .articleimage {
    right: 0 !important;
}



header .logo img {
  width: 670px;
  height: auto;
  padding-left: 15px;
} 

header .main_menu{
      display: inline-block;
    vertical-align: top;
    float: right;
    height: 100%;
    position: relative;
}

header .main_menu ul li{
    display: inline-block;
    vertical-align: top;
    padding: 0px 75px;
    border-right: 1px solid #c80b9d;
    /* line-height: 47px; */
    position: relative;
    margin-top: 12px;
    height: 100%;
    bottom: 12px;

}

header .main_menu ul li:after{
  position: absolute;
  content: " ";
  display: block;
  height: 5px;
  width: 80%;
  left: 11%;
  right: 50%;
  bottom: -16px;
  background-color: #c80b9d;
}


header .main_menu ul li:first-child{
  border-left: 1px solid #c80b9d;
}

header .main_menu ul li:last-child{
  border-right: none;
}

header .main_menu ul li a{
    text-transform: uppercase;
    color: rgba(0,0,0,0.8);
    text-decoration: none;
    padding-bottom: 25px;
    background-image: url(../images/flechemenu.png);
    background-repeat: no-repeat;
    background-position: center 18px;
    background-size: 18px;
    position: relative;
    bottom: -51%;
    transform: translateY(-30%);
    -webkit-transform: translateY(-30%);
    display: inline-block;
}


.main_menu ul.nav.menu {
/*  position: relative;
    height: 100%;*/
    height: 43px;
    margin-top: 17px;
}


header .main_menu ul li.active a{
  color:#c80b9d;
}


.main_slide{
  position:relative;
}


#cp-bg-slide {
  position: absolute !important;
}

#cp-bg-slide img {
  max-width: none!important;
}


.mentions h1{
      font-size: 28px;
    font-weight: 500;
    padding-top: 28px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 8vh;
}
.mentions h1:after{
    height: 4px;
    width: 160px;
    content: ' ';
    background-color: #c80b9d;
    display: block;
    margin: auto;
    margin-top: 11px;
    margin-bottom: 33px;
  }



.bigallery{
  width: 85%;
  margin:auto;
}

.page122{
  padding-top: 30px;
}

.bulle{
width: 250px;
    height: 187px;
    overflow: hidden;
    position: fixed;
    bottom: 85px;
    border-radius: 25px;
    z-index: 2;
    right: 111px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    border: 1px solid black;
    background-color: #fff;
    border: 4px solid #c80b9d;
}


.page108 div[itemprop="articleBody"] p{
  width: 65%;
  /* margin: auto; */
  text-align: left;
  
  text-align: justify;
       line-height: 24px;
  margin-left: 122px;
}

span.falcktxt{
  font-weight:bold;
  color:black;
  text-transform: uppercase;
}

span.falcktxt em{
  color: #c80b9d;
}

.page108 div[itemprop="articleBody"] h6{
  margin-left: 86px;
  color: #c80b9d;
  font-weight: 600;
  text-transform: uppercase;
  
  letter-spacing: 1px;
  background-image: url(../images/flechetitre.png);
  background-repeat: no-repeat;
  line-height: 32px;
  padding-left: 34px;
  background-size: 25px;
  background-position: 2px 2px;
}

.nos_methodes h6{
  color: #c80b9d;
  font-weight: 600;
  text-transform: uppercase;
  
  letter-spacing: 1px;
  background-image: url(../images/flechetitre.png);
  background-repeat: no-repeat;
  line-height: 32px;
  padding-left: 34px;
  background-size: 25px;
  background-position: 2px 2px;
  margin-left: 86px;
      padding-bottom: 20px;
          font-size: 18px;  
}

.nos_methodes h6.outils {
  color: #c80b9d;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 1px;
  background-image: none;
  background-repeat: no-repeat;
  line-height: 32px;
  padding-left: 0 !important;
  background-size: 25px;
  background-position: 2px 2px;
  margin-left: 122px;
  padding-bottom: 20px;
  font-size: 20px !important;
      display: inline-block;
}


.cp-desc {
    top: 76px;
    bottom: 0;
    left: 0;
    position: fixed;
    background:none !important;
    display: inherit !important;
    padding: 0 !important;
}

.cp-desc img{
      height: 100%;
}


.page121{
  background-color: rgba(0,0,0,0.06);
  padding-top: 25px;
}

.bulle img {
    width: 100%;
    height: 100%;
    /* margin-top: 29px; */
    object-fit: cover;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
}

#cp-caption-inner {
  z-index: inherit;
} 

/*.bulle:hover img{
  max-width: 85%;
  background: transparent;

  padding-top: 30px;
  padding-left: 20px;
  cursor: pointer;
}*/

.main_slide .wrapper{
  position: relative;
  width: 100% !important;
}

.txt_bulle{
    position: fixed;
    bottom: 151px;
    right: 359px;
    z-index: 1;
}

.violet a img{
  position: absolute;
  top: -37px;
  left: 306px;
  height: 89px;
  display: block;
}

.violet{
  
  background-color: #c80b9d;
  color: #fff;
  padding: 10px 10px;
  font-weight: 500;
  width: 300px;
  -webkit-box-shadow: 10px 10px 26px -9px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 10px 26px -9px rgba(0,0,0,0.75);
  box-shadow: 10px 10px 26px -9px rgba(0,0,0,0.75);
  z-index: 999;
}

.blanc{
  
  background-color: #fff;
  color: rgba(0,0,0,0.8);
  padding: 10px 10px;
  width: 442px;
  font-weight: 500;
  z-index: 0;
  -webkit-box-shadow: 10px 10px 26px -5px rgba(0,0,0,0.90);
  -moz-box-shadow: 10px 10px 26px -5px rgba(0,0,0,0.90);
  box-shadow: 10px 10px 26px -5px rgba(0,0,0,0.90);
  position: relative;
}

.blanc a{
  color: rgba(0,0,0,0.8);
  text-decoration: none;
}

.violet a{
  color: #fff;
  text-decoration: none;
}

.nos_methodes p{
  padding-bottom: ;
}

.blanc a.fb-logo{
  position: absolute;
  top: -24px;
  right: 15px;
  z-index: 9999999;
  display: block;
  width: 61px;
  height: 61px;
}

.edit-icon{
  display: none !important;
}

.tooltip, .jmodedit{
  display: none !important;
}

.jmoddiv {
  position: relative !important;
}

.bt-cs .bt-inner img {
  outline: none;
  border: none;
  max-width: 100%;
  margin: 0px;
}

.bt-center img{
  width: 410px !important;
}
.bt-cs .bt-inner{
  text-align: center;
}

.bt-title{
 
  font-weight: 500;
  text-align: center;
  color: rgba(0,0,0,0.8) !important;
  height: inherit !important;
}

.bt-introtext{
  
  font-weight: 400;
  text-align: center;
  height: inherit !important;
}

.bg_names{
 /* background-image: url(../images/barre_team.jpg);
  background-repeat: no-repeat;
  height: 114px;
  width: 100%;
  background-size: cover;
  position: absolute;
  bottom: 0;*/
}

.equipe_base, .equipe_resp{
  position: fixed;
  bottom: 35px;
  z-index: 999999999;
  left: 50%;
  margin-left: -950px;
}

.textslide{
 padding-top: 17px;
 z-index: 9999;
}

.whoarewe *{
  text-align: center;
  
}

.nos_methodes{
  width: 100%;
  margin:auto;
  /*padding-bottom: 30px;*/
}

.nos_methodes p {
    
    line-height: 24px;
    padding-bottom: 21px;
    text-align: justify;
    margin-left: 122px;
    font-weight: 400;
}

.nos_methodes .wrapper{
  width: 1000px;
}

.whoarewe h3{
  display: inline-block;
  font-size: 28px;
  font-weight: 500;
  padding-top: 30px;
  
}

.nos_methodes h3{
  font-size: 28px;
  font-weight: 500;
  padding-top: 28px;

  
  text-align: center;
  text-transform: uppercase;
      margin-bottom: 8vh;
}

/*.page120 ul.methodmenu {
position:inherit !important;
}*/

.nos_methodes h3:after{
  height: 4px;
  width: 160px;
  content: ' ';
  background-color: #c80b9d;
  display: block;
  margin: auto;
  margin-top: 11px;
  margin-bottom: 33px;
}

.whoarewe h3:after{
  height: 4px;
  width: 250px;
  content: ' ';
  background-color: #c80b9d;
  display: block;
  margin-left: 9px;
  margin-top: 11px;
  margin-bottom: 4px;
}

.textslide h5{
  font-size: 19px;
  
  color: rgba(0,0,0,0.8);
  font-weight: 600;
}

.whoarewe p, .whoarewe em{
  padding-bottom: 8px;
  text-align:left !important;
}

.whoarewe em{
  font-size: 13px;
  color: rgba(0,0,0,0.6);
}

.whoarewe{
  padding-bottom: 20px;
  width: 1200px;
  margin:auto;
}

.nos_methodes h4{
  
  font-size: 18px;
  font-weight:bold;
  color: rgba(0,0,0,0.8);
  padding-bottom: 10px;
}

#navigation110{
  top: 47% !important;
}

.equipe .bt-cs a.prev {
  left: 20px;
  display: block !important;
  top: 43%;
}

.equipe .bt-cs a.next{
  right: 20px;
  top: 43%;
  display: block !important;
}

.equipe .bt-introtext a{
 text-decoration: none;
 height: 50px;
 width: 50px;
 visibility: visible !important;
 display: block;

}

.equipe1 {
  display: inline-block;
  vertical-align: top;
 width: 286px;
}

.equipe1 img {
  width: 340px;
      display: block;
}

.equipe1 a.name {
  display:  block;
  text-decoration: none;

}

.equipe1 .name {
  padding-top: 17px;
  font-size: 19px;
  color: rgba(0,0,0,0.8);
  font-weight: 600;
}

.equipe1 .competences {
 padding-top: 17px;
 font-size: 17px;
}

strong {
  font-weight: 600;
}

.equipe1.title {
   text-align: center;
   font-size: 19px;
   color: rgba(0,0,0,0.8);
}

.impression .wrapper{
  width: 1200px;
  margin:auto;
  position: relative;
}

.impression{
  background-image: url(../images/fond_impression.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 655px;
  padding-bottom: 70px;
  
  position: relative;
}

.childbulle{
  display: block;
  position: absolute;
  top: 45px;
}

.nos_methodes a{
  color: #e7a9d0;
}

.contacts h3{
  color: #fff !important;
  font-size: 30px !important;
  margin-left: 10px !important;
  text-align:center;
  text-transform: uppercase;
}

.contacts h3:after{
  height: 4px;
  width: 100px;
  content: ' ';
  background-color: #fff;
  display: block;
  margin-left: 60px;
  margin-bottom: 33px;
  margin: 14px auto;
}

/*.impression h3{
  padding-bottom: 15px;
  margin-bottom: 30px !important;
  border-bottom: 4px solid #e7a9d0;
  display: block;
  font-size: 28px;
  font-weight: 500;
  padding-top: 85px;
  color: #fff;
  width: 338px;
  text-align: center;
  margin: auto;
  }*/





  .contactus a{
    color: #fff;
  }

  .impression h3{
    display: block;
    font-size: 28px;
    font-weight: 500;
    padding-top: 85px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
  }

  .impression h3:after{
    height: 4px;
    width: 259px;
    content: ' ';
    background-color: rgba(255, 255, 255, 0.3);
    display: block;
    margin-left: auto;
    margin-top: 11px;
    margin-bottom: 33px;
    margin-right: auto;
  }

  .impression p:first-child{
    margin-top: 30px;

  }

  .impression p{
    color: #fff;
    padding-bottom: 8px;
    text-align: center;
  }

  .impression ul{
    margin-top: 20px;
  }

  .impression ul li{
    display: inline-block;
    vertical-align: top;
    text-align: center;
    /* width: 15.66666%; */
    padding: 0px 23px;

  }

  .impression ul li:hover{
    cursor: pointer;
  }

  .impression .descriptions ul li{
    display: block;
    line-height: 22px;
  }

  .impression .descriptions{
    margin-top: 70px !important;
    width: 470px;
    margin: auto;
    display: none;
  }

  .impression .descriptions ul li:hover{
    cursor: default;
  }

  .impression .descriptions ul li strong{
    color:rgba(0,0,0,0.7);
    padding-bottom: 4px;
    font-weight: 500;
    font-size: 17px;
    font-size: 16px;
    font-weight: 500;
  }

  .impression .descriptions ul li span{
    color: rgba(0,0,0,0.6);
    padding-bottom: 4px;
    font-weight: 400;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
    margin-top: 4px;
  }

  .impression .descriptions p{
    text-align: left; 
    color:rgba(0,0,0,0.7);
    text-align: justify;
    padding: 10px;

  }

  .impression ul li a{
    color: #fff;
    text-decoration: none;
    font-weight: 600;
  }

  .descriptions {
    position: relative;
    background: rgba(255,255,255,0.6);
    border: 4px solid rgba(255,255,255,0.6);
    padding-bottom: 15px;
  }
  .descriptions:after, .descriptions:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }

  .descriptions:after {
    border-color: rgba(201, 201, 201, 0);
    border-bottom-color: rgba(255,255,255,0.6);
    border-width: 30px;
    margin-left: -30px;
  }
  .descriptions:before {
    border-color: rgba(201, 201, 201, 0);
    border-bottom-color: rgba(255,255,255,0.6);
    border-width: 36px;
    margin-left: -36px;
  }

  .slide_wrap{
    background-color: #ebe9e9;
    padding: 60px 0px;
  }

  .exemples h3{
    color: rgba(0,0,0,0.8);
    font-size: 30px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    display: block;
    font-weight: 500;
    padding-top: 7px;
    text-align: center;
    width: 370px;
    text-transform: uppercase;
    margin: auto;
    
  }

  .exemples h3:after{
    height: 4px;
    width: 250px;
    content: ' ';
    background-color: #e7a9d0;
    display: block;
    margin-left: 60px;
    margin-top: 11px;
    margin-bottom: 33px;
  }

/*  .djslider-default .navigation-container .next-button {
    cursor: pointer;
    display: block;
    position: absolute;
    right: -200px;
    top: 175px;
  }

  .djslider-default .navigation-container .prev-button {
    cursor: pointer;
    display: block;
    position: absolute;
    left: -200px;
    top: 175px;
  }

  .slide-desc-text-default {
    position: relative;
    color: #fff;
    padding: 15px 15px 5px;
    font-family: 'Raleway', sans-serif;
    text-align: left;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
  }

  .slide-desc-bg-default {
    position: absolute;
    top: 4px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.45);
  }
  */

  .threesplit{
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 32%;
  }

  .threesplit:hover{
    cursor: pointer;
  }

  .mentions a{
    color: rgba(0,0,0,0.8);
    font-weight: bold;
  }

  .threesplit h2{
    
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
  }

  .closetab
  {
    height: 30px;
    width: 30px;
    background-image: url(../images/close.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    position: absolute;
    top: -17px;
    right: 0px;
    z-index: 999999;
    border-radius: 56%;
  }

  .closetab:hover{
    cursor: pointer;
  }

  .contacts{
    background-color: #c80b9d;
    padding: 30px 0px;
    position: absolute;
    bottom: 0;
    top: 75px;
    left: 0;
    right: 0;
}
  }

  .contacts label{
    color: #fff !important;
  }

  .contacts p{
    color: #fff;
  }

  .contacts li{
    color: #fff;
  }

  .contacts .wrapper{
    width: 79%;
    margin:auto;
    position: relative;
    display: table;
  }

  #jsn_form_1.jsn-master .jsn-bootstrap .jsn-form-content .control-group.ui-state-highlight {
    background-color: transparent !important;
    border-color: transparent !important;
  }

  .form, .map, .contactus, .mentions{
    padding-bottom: 20px;
  }

  .mentions p{
    
    line-height: 24px;
    font-size: 16px;
    text-align: left;
    padding-bottom: 6px;
  }

  footer{
   background-color: black;
   text-align: center;
   padding: 20px 0px;
 }

 footer a{
  color: #fff;
  text-decoration: none;
  
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.mentions h3{
  color: rgba(0,0,0,0.8) !important;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-size: 22px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  text-align:left !important;
  margin-left: 0px !important;
  text-transform: none !important;
  font-weight: bold !important;
}

.mentions li{
  font-weight: bold;
  line-height: 24px;
  font-size: 16px;
}

.contacts{
  padding-bottom: 0px !important;
}

.contactus{
  padding-top: 32px;
}

.page111 footer{
  background-color: black;
  text-align: center;
  padding: 20px 0px;
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
}

.page111 h2{
  
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  color: #fff !important;
  font-size: 30px !important;
  margin-left: 10px !important;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400 !important;
  height: 92px; 
}

.page111 h2:after{
 height: 4px;
 width: 100px;
 content: ' ';
 background-color: #fff;
 display: block;
 margin-left: 60px;
 margin-bottom: 33px;
 margin: 14px auto; 
}

.mentions h3:after{
  height: 0;
  display: none;
  width: 0;
  opacity: 0;
}

.mentions h2, .map h2, .contactus h2{
  
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;

  color: rgba(0,0,0,0.8) !important;
  font-size: 30px !important;
  margin-left: 10px !important;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400 !important;
}

.mentions h2:after, .map h2:after, .contactus h2:after{
 height: 4px;
 width: 100px;
 content: ' ';
 background-color: rgba(0,0,0,0.8);
 display: block;
 margin-left: 60px;
 margin-bottom: 33px;
 margin: 14px auto; 
}


header button{
  background: transparent;
  border: none;
  outline: none;
}

.hamburger, .cross{
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.rfid{
  width: 100%;
  background-image: url(../images/fond_rfid.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 73px 0px;
}

.rfid .wrapper{
  width: 55%;
  margin: auto;
  color: #fff;
}

.rfid h3{
  color: rgba(255, 255, 255, 0.9);
  font-size: 30px;
  padding-bottom: 15px;
  margin-bottom: 30px;
  display: block;
  font-weight: 500;
  padding-top: 5px;
  text-align: center;
  width: 370px;
  text-transform: uppercase;
  margin: auto;
  
  
}

.rfid h3:after{
  height: 4px;
  width: 250px;
  content: ' ';
  background-color: rgba(255, 255, 255, 0.4);
  display: block;
  margin-left: 60px;
  margin-top: 11px;
  margin-bottom: 33px;
}

.rfid p{
  f
  
  line-height: 20px;
  padding-bottom: 9px;
}

.rfid p a{
  
  
  text-align: center;
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 21px;
  background-color: rgba(255, 255, 255, 0.3);
  width: 165px;
  margin: auto;
  padding: 8px;
  margin-top: 30px;
  border-radius: 0px;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.jsn-bootstrap .close {
  opacity: 0.5 !important;
  filter: alpha(opacity=50) !important;
}

.jsn-bootstrap .alert-success {
  background-color: transparent;
  border: transparent;
}

.rfid p a:hover{
  background-color: rgba(255, 255, 255, 0.8);
  color: rgba(0,0,0,0.6);
}

.displaysmall{
  display: none;
}

.splitsmall{
  display:none;
}


.exemple_scroll{
  position: absolute;
  right: 18%;
  top: 475px;
  width: 115px;
  height: 95px;
  padding: 15px 7px;
  border-radius: 59%;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.exemple_scroll:hover{
  background-color: rgba(255, 255, 255, 0.3);
}

.exemple_scroll h4{
  text-align: center;
  color: #fff;
 
  
  font-size: 19px;
  padding-top: 13px;

}

.equipe_base .textslide h5 a
{
  color: inherit;
}

.exemple_scroll a{
  height: 100%;
  width: 100%;
  display: block;
  content: " ";
  margin-top: -95px;
  z-index: 9999;
  position: absolute;
}

.form{
  display: inline-block;
  vertical-align: top;
  width: 47%;
  padding: 0 15px;
}

.map{
  display: inline-block;
  vertical-align: top;
  width: 47%;
    margin: 0 15px;
}

.form label{
  
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  display: none !important;
}

.form input[type="text"], .form textarea{
  border: 1px solid #E0E0E0;
  padding: 5px 5px;
  width: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  box-shadow: none !important;
  box-sizing:content-box !important;
}

.form input[type="text"],
.jsn-bootstrap textarea {
      margin-bottom: 0px;
}

.jsn-master .jsn-row-container {
  margin-bottom: 0 !important;
}

.jsn-bootstrap .btn-toolbar {
      margin-top: 66px;
}

input#jsn-captcha {
      display: block;
    width: inherit;
    float: left;
    margin-top: -41px;
    margin-left: 145px;
}

.form .jsn-bootstrap img {
      width: 130px;
}

.form input[type="text"]:focus, .form textarea:focus{
  outline:none;
  width: 100%;
  padding: 5px 5px;
  border: 1px solid rgba(0,0,0,0.07);
  box-shadow: none !important;
}
.contactus p{
  
  
  line-height: 24px;
  font-size: 16px;
  padding-bottom: 6px;
}

.contacts form{
  width: 100% !important;
  margin: auto !important;
}

.form button:last-child{
  border: none !important;
  outline: none !important;
  background-color: #fff !important;
  background:#fff!important;
  text-shadow: none !important;
  box-shadow: none !important;
  padding: 11px 52px !important;
  color:#D41384 !important;
}

#jsn_form_1.jsn-master .jsn-bootstrap .jsn-form-content .control-group.ui-state-highlight {
  background-color: transparent !important;
  border-color: transparent !important;
}

#jsn_form_1.jsn-master .jsn-bootstrap .jsn-form-content .control-group {
  padding: 3px !important;
}

a[title="Imprimer"]{
  display: none;
}

.jsn-master .jsn-input-xlarge-fluid {
  width: 100% !important;
}

.fullpage_article{
  width: 100%;
  margin: 75px auto 0 auto;
  /*overflow-y: hidden;*/
}

.page108 .slide{
  left: inherit !important;
  width: inherit !important;
}

.page108 .slides_control{
  height: inherit !important;
  left: inherit !important;
  width: inherit !important;
}

body.int{
  position: inherit !important;
}

@media screen and (min-width: 1571px) and (max-width: 1800px) {
  .bt-center img {
    width: 302px !important;
  }
  .equipe_base, .equipe_resp {
    margin-left: -820px;
  }
  .equipe1 img {
    width:287px;
  }
  .equipe1 {
    width:254px;
  }
} 




@media screen and (max-width: 1570px){
  
  .page108 div[itemprop="articleBody"] p {
        width: 85%;
  }

  header .logo img {
    width: 100%;
  }

  header .logo {
    padding: 20px 3px;
    width: 40%;
  }

  .nos_methodes {
    width: 100%;
  }
    .bt-center img {
    width: 302px !important;
  }
  .equipe_base, .equipe_resp {
    margin-left: -820px;
  }
    .equipe1 img {
    width:254px;
  }
  .equipe1 {
    width:200px;
  }
  .page127 .nos_methodes p {
    width:40%;
  }
}

@media screen and (max-width:1120px){

}

@media screen and (max-width:1055px){
  .menumetiers li {
    width: 135px !important;
    padding: 0px !important;
}
.page111 footer {
  position: inherit;
}
.contacts {
  position: inherit;
}
.form {
  width: 80%;
  margin: 0 auto;
  display: block;
}
input#jsn-captcha {
  float: none;
  margin: 5px 0 15px 0;
  display: inline;
}
.map {
  width: 80%;
  display: block;
    text-align: center;
  margin: 0 auto;
}
}

@media screen and (max-width: 1250px){

  .page132 div[itemprop="articleBody"] ul, .page131 div[itemprop="articleBody"] ul, .page109 div[itemprop="articleBody"] ul, .page133 div[itemprop="articleBody"] ul {
    position: inherit !important;
    width: 100%;
    left: 0;
}

  ul.methodmenu{
    position: inherit !important;
  }

      .respimg{
    display:block !important;
    padding: 10px 0px;
  }

  .respimg img{
        max-width: 100%;
    margin: auto;
    display: block;
    max-height:450px;
  }
	
/*  .slides_container {
    height: initial !important;
    left: initial  !important;
    width: initial  !important; 
  }

  .equipe_base {
    display: none;
  }
  .equipe_resp {
    display: block !important;
  }*/

  .articleimage{
		display: none !important;
	}

	.page109 div[itemprop="articleBody"] ul li,
  .page131 div[itemprop="articleBody"] ul li,
  .page132 div[itemprop="articleBody"] ul li,
  .page133 div[itemprop="articleBody"] ul li {
    width: 90%;
}

.nos_methodes p {
    width: 90% !important;
}

.nos_methodes h3 {

    margin-bottom: 9vh !important;
}
}

@media screen and (max-width:1350px){

  .bt-center img {
    width: 210px !important;
  }

  .equipe_base, .equipe_resp {
  margin-left: -571px;
  }

  .contacts .wrapper{
    width: 100%;
  }






.nos_methodes h6.outils {
    margin-left: 58px !important;
  }

  .nos_methodes p {
       margin-left: 58px;

}



  header .logo img{
    width: 100%;
  }

  .hamburger img, .cross img{
    width: 65%;
  }

  .hamburger, .cross{
    top: 18px !important;
  }

  header .main_menu ul li {
    padding: 0px 25px;
  }

  header .main_menu {
    margin-right: 70px;
  }

/*  .nos_methodes .articleimage{
    top: inherit !important;
    bottom: 155px;
  }*/

.page131 .articleimage img {
    width: 40vw !important;
}

div[itemprop="articleBody"] ul li {
    width: 48%;
}

div[itemprop="articleBody"] h6 {
margin-left: 26px !important;
}

.page108 div[itemprop="articleBody"] p {
  margin-left: 61px !important;
}

}

@media screen and (max-width: 1165px){



  header{
    height: 75px !important;
    width: 100%;
  }

  .main_menu{
    padding-bottom: 20px;
    margin-right: 15%;
  }

  .main_menu ul li a{
    padding-bottom: 0px !important;
    border-bottom: 0px solid transparent !important;
  }

  .main_menu ul li a:hover{
    color: #c80b9d;
  }

  .whoarewe{
    width: 70%;
  }

  .impression .wrapper{
    width: 76% !important;
  }

  .impression ul li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 16%;
    padding: inherit !important;
  }

  .impression .descriptions ul li{
    width: 80%;
    margin: auto;
  }

  .exemple_scroll {
    right: 20px;
    top: 405px;
  }

  .impression .descriptions {
    width: 75%;
  }

  .impression {
    height: inherit !important;
  }

  .exemples h3 {
    width: 31%;
  }

  .exemples h3:after {
    width: 69%;
    margin-left: 16%;
  }

  .djslider-default .navigation-container .prev-button {
    left: 0px;
  }

  .djslider-default .navigation-container .next-button {
    right: 0px;
  }

  .contacts .wrapper {
    width: 100%;
  }

  .bt-cs .bt-row {
    float: left;
    position: relative;
    overflow: hidden;
    padding: 8px 0;
    top: 16px;
}


}

@media screen and (max-width:900px){
  .page108 div[itemprop="articleBody"] p {
    width: 90% !important;
    margin: auto !important;
}

.page108 div[itemprop="articleBody"] h6 {
    margin-left: 5% !important;
}



}


@media screen and (max-width: 1290px){
  .equipe1 {
    width: 16%;
}
.equipe1 img {
    width: 100%;
}
}

@media screen and (max-width: 655px){

}

.respimg{
  display: none;
}

@media screen and (max-width: 550px){



  .page122 div[itemprop="articleBody"]{
        padding-top: 37px;
        padding-bottom: 37px;
  }

  .page122 p {
text-align:justify;
}

.mentions {
    padding: 0px 6px;
}


  header .main_menu {
    display: inline-block;
    width: 100% !important;
    margin: auto;
    box-shadow: inset 0px 11px 15px -16px rgba(0,0,0,0.75);
    background: #fff;
    margin-top: 19px;
  }
  .cp-desc {
/*    display: none !important;*/
  }



  .displaylarge{
    display:none;
  }

  .displaysmall{
  display: block;
}

.splitsmall{
  width: 100%;
  display:block;
  text-align:center;
}

.displaysmall .equipe1{
width: inherit !important;
}

.displaysmall .equipe1 img{
  max-width:70%;
  margin:auto;
}

.splitsmall{
    display: block;
    margin: 30px 0px;
}

.equipe_base, .equipe_resp {
    position: inherit !important;
    bottom: inherit !important;
    z-index: 999999999;
     left: inherit !important; 
     margin-left: inherit !important; 
}

  .cp-desc img {
    width: 100%;
    position: relative;
    top: 0vh;
    height: inherit !important;
}

.txt_bulle {
    bottom: 15px;
}

  ul.menumetiers li{
    width: 45% !important;
  }

  ul.menumetiers li a{
        line-height: 17px;
  }

  ul.methodmenu li{
    width: 45% !important;

  }
  .wrapper {
    width: 90%;
    margin:0 auto;
  }

  header .main_menu ul li {
    display: table-cell;
    text-align: center;
  }
  .main_menu ul.nav.menu {
    width: 100%;
    display: table;
    }
    header .main_menu ul li a {
          background-position: center 27px;
    }
    .main_menu ul li a {
      padding-bottom: 25px !important;
    }
/*    .equipe_base {
      display: none;
    }*/
    .nos_methodes h3 {
      margin:0 !important;
    }
    body.page111 {
    padding: 0 !important;
    }
    .nos_methodes h6.outils {
      text-align: center;
      display: inherit;
      font-size: 18px !important;
          width: 90%;
       margin: 0 auto !important;
    }
    span.cliquez {
          text-align: center;
    display: block;
    }
    .page127 {
      overflow: inherit;
    }

}

@media screen and (max-width: 780px){
  .impression ul li {
    display: block;
    text-align: center;
    width: 80%;
    margin: auto;
    padding: 3px 0px !important;
  }

  .nos_methodes h6 {
    padding-left: 0 !important;
    background: none !important;
  }

  div[itemprop="articleBody"] h6 {
        margin: 0 auto !important;
    width: 90%;
    text-align: center;
  }


  body {
    padding-bottom: 35px;
  }
  header .main_menu ul li:after {
    display: none;
  }

  .main_menu {
    padding-bottom: 0 !important;
  }

  header .main_menu {
    display: inline-block;
    width: 65%;
    margin: auto;
}

  header .logo {
    width: 65%;
  }

  .bulle {
    width: 200px;
    height: 200px;
    top: 555px;
    right: 2px;
  }

  .txt_bulle {
    right: 205px;
  }
  .page108 div[itemprop="articleBody"] h6 {
  background: none;
  text-align: center;
  padding-left: 0;
}
}

@media screen and (max-width: 480px){

body {
  padding: 0 !important;
}

ul.methodmenu ul li{

}

ul.methodmenu ul li a{
  
}

.blanc {
  width: 290px;
}
.violet {
  width: 266px;
}

  ul.methodmenu {
background-image:none !important;
position: inherit !important;
margin-top:20px;
height: inherit !important;
}

.page109 div[itemprop="articleBody"] ul {
    position: inherit !important;
}

.page131 div[itemprop="articleBody"] ul {
    position: inherit !important;
}

.page132 div[itemprop="articleBody"] ul {
      position: inherit !important;
}

.page133 div[itemprop="articleBody"] ul {
      position: inherit !important;
}

   

  ul.methodmenu li{
    height: 108px;
      padding-right: 1px !important;
  background-position: bottom center !important;
  padding-right:1px !important;
  }

  .equipe_base, .equipe_resp{
    position: inherit !important;
  }

  .bg_names{
    display: none;
  }

.violet a img {
  display: none;
}



.articleimage{
  display:none;
}

.nos_methodes p {
    width: 85%;
    margin: auto;
   
}


div[itemprop="articleBody"] ul li {
    
    margin:auto !important;
    padding-left: inherit !important;
    text-align:center !important;
        line-height: 23px !important;
    padding-top: 5px !important;
}


header .main_menu ul li {
    line-height: 36px;
    padding: 0px 20px;
}


}

@media screen and (max-width: 600px){
  .bulle{
    display:none;
  }

  .txt_bulle{
    left:15px;
  }
 .chaines {
  width: 100%;
}

}


@media screen and (max-width: 400px){

  header .logo {
    padding: 20px 4px;
    display: inline-block;
    vertical-align: top;
  }

  .bulle img {
    max-width: 35%;
    padding-top: 40px;
    padding-left: 35px;
  }

  .bulle {
    background-size: 65%;
  }

  .exemple_scroll {
    right: -17px;
    top: 496px;
  }

  .exemple_scroll img{
    width: 22%;
  }

  .exemple_scroll h4 {
    font-size: 15px;
  }

  .impression .descriptions {
    width: 100%;
  }

  .bg_names {
   background-image: none;
 }

 footer .wrapper{
  width: 100%;
}

.threesplit h2 {
  font-size: 15px;
}

footer a {
  font-size: 13px;
}

.whoarewe h3 {
  font-size: 21px;
  width: 100%;
}

.whoarewe h3:after {
    width: 95%;
}

.exemples h3 {
  font-size: 21px;
  width: 100%;
  text-align: center;
}

.exemples h3:after {
  width: 32% !important;
  margin: auto;
  margin-top: 11px;

}

.whoarewe p, .whoarewe em {
  text-align: justify !important;
}

.rfid h3{
  width: 100%;
  font-size: 21px;
}

.rfid h3:after{
  width: 55%;
}

.rfid p{
  text-align:justify;
}

.rfid .wrapper {
  width: 75%;
  margin: auto;
  color: #fff;
}


.jsn-bootstrap img { 
  width: 150px !important;
  text-align: center;
  display: inline-block;
  margin: 0 0px 16px 0;
}

.form .help-block.help-blank,
.form .help-block.help-email,
.form .help-block {
  display: none;
}


.jsn-bootstrap .control-group input, 
.jsn-bootstrap .control-group select, 
.jsn-bootstrap .control-group textarea,
.jsn-bootstrap .control-group input:focus, 
.jsn-bootstrap .control-group select:focus,
.jsn-bootstrap .control-group textarea:focus {
  border-color: #c80b9d;
}

.jsn-bootstrap .control-group.error input, 
.jsn-bootstrap .control-group.error select, 
.jsn-bootstrap .control-group.error textarea,
.jsn-bootstrap .control-group.error input:focus, 
.jsn-bootstrap .control-group.error select:focus,
.jsn-bootstrap .control-group.error textarea:focus {
  border-color: #9C1E81;
  background: #EA6CCE !important;
  color: #fff !important;
}


.cp-title{
  
  
}

.cp-desc-block, .cp-desc{
  font-size: 14px !important;
}



.zm-active{
  background-color: #C80B9D !important;
}


ul.twoj-menu-default-red.zetta-menu {
  background-color: #dbdbdb !important;
}
}

@media screen and (max-height: 820px){
  .equipe_base, .equipe_resp {
    position: inherit !important;
    left: inherit !important;
    margin-left: inherit !important;
  }

  .displaylarge{
    position: inherit !important;
    bottom: inherit !important;
    left: inherit !important;
    right: inherit !important;
    width: inherit !important;
    margin-top: 40px;
  }
}

@media screen and (max-height:735px) { 
  .page120 ul.methodmenu{
    position: inherit !important;
  }

    .page125 ul.methodmenu{
    position: inherit !important;
  }

      .page127 ul.methodmenu{
    position: inherit !important;
  }
  .page111 footer {
    position: inherit !important;
  }
  .contacts {
position: inherit !important;
  }
  .page127 .nos_methodes p {
    width:50%;
  }
}

