



 @media screen and (min-width: 769px) {

#drawer
{
  display: none!important;
}

  #drawer-toggle
  {
    display: none;
  }
}

 @media screen and (max-width: 639px) {



* { transition-duration: .5s; }

html,
body { height: 100%;/*    overflow: hidden;*/
}

#drawer-toggle-label:before {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 24px;

  left: 13px;
  top: 18px;
 background: #fff none repeat scroll 0 0;
    box-shadow: 0 6px 0 #fff, 0 12px 0 #fff;
  z-index: 500000
}

#drawer-toggle-label {
  background: transparent none repeat scroll 0 0;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 50px;
  width: 50px;
  z-index: 1;
  background: transparent;
}

#drawer-toggle {
    display: none;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  height: 50px;
  background: #8d8d8d;
}

header h3 {
  margin: 0;
  line-height: 50px;
  color: #fff;
}

#drawer {
  position: fixed;
  top: 0;
  padding-top: 50px;
  height: 100%;
  width: 250px;
  background: #2f2f2f;
  overflow-x: hidden;
  overflow-y: auto;
  left: -250px;
 background:
}

#drawer ul {
  list-style: none;
  padding: 0;
}

#drawer li a {
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  width: 100%;
  height: 30px;
}

#drawer li a img {
float: left;
width: 30px;
}

#drawer li a span {
float: left;
font-size: 12px;
line-height: 35px;
}


#drawer li {
  margin: 0;
  width: 100%;
  padding: 10px 0 10px 5px;
  display:block;
  clear: left;
}

#drawer { padding-top: 10px; }

.content-wrapper {
  box-sizing: border-box;
  margin:0;
  width: 100%;
  height: calc(100%-50px);
  overflow-x: hidden;
  overflow-y: auto;
  overflow-scrolling: touch;
  padding:0;
  position: relative;
  z-index: 0;
}

#drawer-toggle:checked ~ #drawer-toggle-label,
#drawer-toggle:checked ~ header { left: calc(48% - 50px)!important; }

#drawer-toggle:checked ~ #drawer {
  width: calc(63% - 50px)!important;
  left: 0;
}

#drawer-toggle:checked ~ section.content-wrapper { margin-left: 145px; }




#logo {
    height: 60px;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 10000;
}

#logo_in, #logo_in2 {
    background: rgba(0, 0, 0, 0) url("../images/videcom_logo.png") no-repeat scroll center;
    height: 60px;
    margin: 0 auto;
    width: 80%;
}


#mem {
  display: none!important;
}
#rev_slider_1_2_wrapper .slotholder .defaultimg
{
  width: 100%!important;
  background: #999!important;
}


.tp-simpleresponsive .slotholder *, .tp-simpleresponsive img {
    height: auto !important;
}
#slider {
    height: 160px;
    margin: 0 auto;
    position: relative;
    width: 100%;
}
#offres_in h3 {

    font-size: 19px;

}


#offres_in p:nth-child(1), #offres_in p:nth-child(3), #offres_in p:nth-child(5), #offres_in p:nth-child(7) {
    width: 100%;
}
#offres {
    background: #e6e6e6 none repeat scroll 0 0;
    min-height: 350px;
    width: 100%;
    display: table;
}

#offres_in p:nth-child(2), #offres_in p:nth-child(4), #offres_in p:nth-child(6) {
    background: rgba(0, 0, 0, 0) url("../images/separ.png") no-repeat scroll center bottom;
    width: 5%;
    display: none!important;
}
#services {
    background: #fff none repeat scroll 0 0;
    height: 260px;
    width: 100%;
}
#pk_in h3 {

    font-size: 19px;

}
#pk {
    background: #f2f2f2 none repeat scroll 0 0;
    min-height: 370px;
    width: 100%;
    display: table;
}
#linkymap div:nth-child(1)
{
  width: 100%!important;
}
#linkymap div:nth-child(2)
{
 display: none!important;
}

#map {
    height: 450px;
    margin: 0 auto;
    width: 100%;
}

#liens_mem3 {
    float: left;
    height: 250px;
    margin-right: 20px;
    padding: 30px 0 0;
    width: 100%;
}
#footer {
    background: #0d3170 none repeat scroll 0 0;
    min-height: 400px;
    width: 100%;
    display: table;
}
#liens_mem {
    float: left;
    height: 230px;
    margin-right: 20px;
    padding: 30px 0 0;
    width: 100%;
}
#liens_mem2 {
    float: left;
    height: 300px;
    margin-right: 50px;
    padding: 30px 0 0;
    width: 100%;
}
#liens_letter {
    float: left;
    height: 370px;
    padding: 30px 0 0;
    width: 100%;
}

}
 



/*---------------------------------------------------------------------------------------*/



 @media screen and (max-width: 768px) {

.content-wrapper { background: #177FC3; position: relative; z-index: 0; }




}



/*---------------------------------------------------------------------------------------*/





@media (min-width:480px) and (max-width:768px) 

 {



* { transition-duration: .5s; }

html,
body { height: 100%;/*    overflow: hidden;*/
}

#drawer-toggle-label:before {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 24px;

  left: 13px;
  top: 18px;

  z-index: 500000
}

#drawer-toggle-label {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 50px;
  width: 50px;
  z-index: 1;
  background: transparent;
}

#drawer-toggle { display: none; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  height: 50px;
  background: #8d8d8d;
}

header h3 {
  margin: 0;
  line-height: 50px;
  color: #fff;
}

#drawer {
  position: fixed;
  top: 0;
  padding-top: 50px;
  height: 100%;
  width: 250px;
  background: #2f2f2f;
  overflow-x: hidden;
  overflow-y: auto;
  left: -250px;
 background:
}

#drawer ul {
  list-style: none;
  padding: 0;
}

#drawer li a {
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  width: 100%;
  height: 50px;
}

#drawer li a img {
float: left;
width: 50px;
}

#drawer li a span {
float: left;
font-size: 15px;
line-height: 55px;
}


#drawer li {
  margin: 0;
  width: 100%;
  padding: 10px 0 10px 10px;
  display:block;
  clear: left;
}

#drawer { padding-top: 10px; }

.content-wrapper {
  box-sizing: border-box;
  margin:0;
  width: 100%;
  height: calc(100%-50px);
  overflow-x: hidden;
  overflow-y: auto;
  overflow-scrolling: touch;
  padding:0;
  position: relative;
  z-index: 0;
}

#drawer-toggle:checked ~ #drawer-toggle-label,
#drawer-toggle:checked ~ header { left: calc(27% - 50px)!important; }

#drawer-toggle:checked ~ #drawer {
  width: calc(35% - 50px)!important;
  left: 0;
}

#drawer-toggle:checked ~ section.content-wrapper { margin-left: 172px; }


#trait_haut
{
  display: none;
}

.slogan {
 
    font-size: 11px;
    line-height: 20px!important;
}

#rev_slider_1_1, #rev_slider_1_1_wrapper {
    height: 197px;
    width: 480px;
    margin: 0!important;
}

.stick {
    box-shadow: 0 1px 7px #000;
    height: 118px !important;
    overflow: visible!important;
    position: relative !important;
    
}

.stick #cont_logo {
    height: 118px!important;
    overflow: visible!important;
   
}
#log {
    background: rgba(0, 0, 0, 0) url("../images/assife_logo.png") no-repeat scroll 43px 10px !important;
    float: left;
    height: 118px!important;
    padding: 0 0 0 150px!important;
    width: 260px;
}
 
.titre {
    display: block;
    font-size: 42px!important;
    padding: 5px 0 0 0;
}

.tp-simpleresponsive .slotholder *, .tp-simpleresponsive img {
    height: auto!important;
     
}
 
#rev_slider_1_1 ul li:nth-child(1) .tp-caption.big_white {

    left: 65px !important;
}

#rev_slider_1_1 ul li:nth-child(1) div:nth-child(2) {

 
}

#rev_slider_1_1 ul li:nth-child(1) div:nth-child(2) span {


}

#rev_slider_1_1 ul li:nth-child(1) div:nth-child(3) {

 
}
#rev_slider_1_1 ul li:nth-child(1) div:nth-child(4) {


}

#rev_slider_1_1 ul li:nth-child(1) div:nth-child(5) {


}
#rev_slider_1_1 ul li:nth-child(1) div:nth-child(6) {

 
}
#rev_slider_1_1 ul li:nth-child(1) div:nth-child(7) {

  
}
#rev_slider_1_1 ul li:nth-child(1) div:nth-child(8) {

  
}

.tp-bannershadow
{
  display: none!important;
}
#milieux12
{
  min-height: 200px!important;
}

.pweb-offset-top.pweb-left, .pweb-offset-top.pweb-right {
    display: none;
    top: 55% !important;
}

#c_1, #c_2, #c_3
{
  width: 86%!important;
  padding: 7%!important;

}

#c_1a, #c_2a , #c_3a  {

      height: 35vw!important;
      border-radius: 190px!important;
      width: 47% !important;

}

#c_text1
{
  font-size: 20px;
}

#c_1a p:nth-child(2),#c_2a p:nth-child(2), #c_3a p:nth-child(2) {

    font-size: 25px;

}

#c_1a p:nth-child(3), #c_2a p:nth-child(3), #c_3a p:nth-child(3) {

    font-size: 33px;

}


#gk-tabs-139 .select span
{
  display: none;
}
#milieux {

    

}

#competence, #milieux_3, #competence {
height:420px;


}

#gk-tabs-139 .gkTabsWrap.vertical ol li {
   
 
    padding: 40px 18px 40px 80px !important;

}

#plus_refe {

    padding:7%;
    width: 76%;
    display: table;
    margin: 0 auto;
}
#milieux_4 {
 
    padding-top: 65px;

}

#file8 {
   
    width: 90% !important;
}

#chronoform-container-2, #chronoform-container-3 {
    margin-right:0;
    width: 100%;
}

#gk-tabs-155 .gkTabsWrap.vertical ol li {

    padding: 15px 18px 15px 20px !important;
    
}

#c_1a p:nth-child(1) {

   

}


#traite {

    top: 0 !important;

}

.gkTabsItem  img
{
  width: 100%!important;
  margin: 0!important;
}

#mem {
    display: none;
}

#social
{
  position: relative!important;

  width: 100%;
  height: 50px;
  top: auto!important;
  
}

div.sp_social {
    text-align: center !important;
    width: 100% !important;
}


.acymailing_module_ref {
    width: 100%;
}

#foot_b1 {
    
    width: 100%;
}


.acyfield_email input {

    font-size: 15px;

}


button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}
.acysubbuttons input {

    font-size: 15px;
 
    padding: 1px 6px;
    
}
#rev_slider_1_1, #rev_slider_1_1_wrapper {
  height: 54vw!important;
}
.tp-simpleresponsive .slotholder *, .tp-simpleresponsive img {

}


}
 
/*---------------------------------------------------------------------------------------*/

@media (min-width:769px) and (max-width:1024px) 

 {



#log {
background-position: 3px 10px!important;
}

#log {

    width: 220px;
      padding: 0 0 0 110px;
}
#mem {

    width: 52%;
    padding-top: 0;
}
#mem .nav li a {

    font-size: 10px;

}
#c_text1 {
   
    font-size: 13px;
   
}
#c_1, #c_2
{
   margin-right: 30px;
}

#c_1a p:nth-child(2), #c_2a p:nth-child(2), #c_3a p:nth-child(2)
{
  font-size: 12px;
}

#c_1a p:nth-child(3) , #c_2a p:nth-child(3) , #c_3a p:nth-child(3) {

    font-size: 14px;

}

.gkTabsWrap.vertical ol li, .gkTabsWrap.horizontal ol li {
    
    font-size: 12px;

}

#plus_refe {

    padding: 80px 5% 0 5%;
    width: 90%;
}


#job {

    padding: 4%;
   
}
#chronoform-container-2 {
   
    margin-right: 60px;
   
}
.acymailing_module_ref {

    width: 100%;
}

}




/*---------------------------------------------------------------------------------------*/




@media (min-width:900px) 

 {


#mem .nav li a {

    font-size: 12px;

}
#mem {

    width: 57%;
    padding-top: 0;
}
}












@media (min-width:1000px) 

 {


#mem .nav li a {

    font-size: 14px;

}
#mem {

    width: 60%;
    padding-top: 0;
}
}
