/*
Theme Name: CLIDEE v2 Enfant par WP Marmite
Description: Theme enfant du theme CLIDEE v2. Vous pouvez desormais le personnaliser sans risquer de perdre vos modifications
Author: WPMarmite
Author URI: https://wpmarmite.com
Template: clidee_v2
Version: 1.0
*/
table, tbody,tr {

    width: 400px!important;
	
    /* parceque tu as mis des style inline grrr */
  }
tbody td {
    padding: 10px;
}
@media screen and (max-width: 640px) {
  table,
  tbody,
  tr,
  td {
display: block;
    width: auto!important;
	
    /* parceque tu as mis des style inline grrr */
  }
}

@media screen and (max-width: 1040px) {
  table,
  tbody,
  tr,
  td {
display: block;
    width: auto!important;
	
    /* parceque tu as mis des style inline grrr */
  }
}

.menu-menu-bas-container, #copyright li, #copyright ul {
    display: none;
}

div.navigation.full-width.margin-top.margin-bottom{
    display: none;
}
@media screen and (max-width: 640px) {
  #breadcrumbs {

 font-size: 10px !important;

  }
}
