/*
  BIRD SARL
  Rewrite CSS role
  Created - 01/12/2018
*/

/* NEWS BUTTON */
.main_menu div.in-red a {background-color: #ff0000;} /* news button in red */
.main_menu div.in-red a:hover {background-color: #cc0000;} /* over news button in dark red */
@media(min-width:992px){
  .menu-7 {width:14.28571429%} /* 1/7 for seven button menu */
}

/* Menu alignement with bottom */
 @media (min-width: 992px) { 
  .main-navigation {margin-left: 0%;}/**/ /* was -9% */
  .site-header {margin-left:0%;}/**/ /* 01/12/18 - BIRD was 9% => 8.4%*/
}

@media(max-width:1200px){
  .main_menu div.col-md-2 {font-size: 15px;} /* instead of 16 px - "vos témoignages" in 1 line bellow 1200px */
}

/* Facebook logo in header */
header {
  margin-bottom: -0.8%; /* instead of -2% - usefull if info_entreprise in 2 lines  */
}
@media (min-width: 1200px) { 
  .name_entreprise {margin-left: 22%;} /* "tel + email + FB" in 1 line (info_entreprise) */
  .info_entreprise {margin-left: 0%;} /* "tel + email + FB" in 1 line (info_entreprise) */
}
@media(max-width:400px){
  .col-xs-6 {width: 55%;} /* instead of 50% else SIMVA in 2 lines */
}

/* better with "margin-bottom: -0.8%;" in header
.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{
  min-height: 10px;
}
*/