/*
Theme Name: Themify Ultra Child
Theme URI: http://themify.me/themes/ultra
Template: themify-ultra
Author: Themify
Author URI: http://www.themify.me
Description: Created by Themify.
Tags: themify,featured-images,translation-ready,custom-menu,sidebar
Version: 1.8.7.1513413459799997
Updated: 2017-12-15 22:37:16

*/
.module.module-menu.tb_m0d3999.mobile-menu-slide.module-menu-mobile-active.animated.in-view {
    text-align: right;
    margin-right: 10px;
}
.logo-mobile-NS {
    padding: 20px;
}
div#mentionslegales {
    text-align: center;
}
@media (max-width:680px)
{
	div#mentionslegales {
    font-size: 10px;
    color: black;
}
}


/* Icônes header : toujours sur une ligne */
  .tb_vlhb819.module-icon {
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      gap: 6px;
  }

  .tb_vlhb819.module-icon .module-icon-item {
      white-space: nowrap;
  }

 /* Header : empêcher le wrap du menu sur petits laptops */                                            
  @media (min-width: 1025px) and (max-width: 1500px) {                                                  
                  
      .tb_nyr4659 .nav {
          white-space: nowrap;
          flex-wrap: nowrap;
      }

      .tb_nyr4659 .nav li a {
          font-size: 17px;
          letter-spacing: 0.04em;
          padding: 0 10px;
      }

  }
