/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

.top-menu.top-menu-padding .menu-bloginfo, .top-menu.top-menu-padding .menu-smart > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
}

/* Souligner les liens @nvanderv */ 

p a:link {
  text-decoration: underline;
}

p a:visited {
  text-decoration: underline;
}

p a:hover {
  text-decoration: none;
}

p a:focus {
  text-decoration: none;
}

p a:active {
  text-decoration: none;
}

a.btn:link,a.room__more-chevron:link {
  text-decoration: none;
} 

.no-decoration a:link {
  text-decoration: none;
}

.no-decoration a:hover {
  text-decoration: underline;
}