/*
Theme Name: Santé Diabète
Theme URI: http://www.labubulle.com
Version: 1.0
Description: Le theme de santé Diabète.
Author: Jérémie Gisserot
Author URI: http://www.labubulle.com.com
template: bb-theme
*/

/* Add your custom styles here... */ 

.fl-node-5cee160edae8f .fl-menu .menu, .fl-node-5cee160edae8f .fl-menu .menu > li {font-size: 16px !important;}
.fl-menu{padding-top:20px !important}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	overflow:hidden;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
	text-align:center;
}

/* The Close Button */
.close {
  color: red;
  float: right;
  font-size: 28px;
  font-weight: bold;
	cursor: pointer;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  
}
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.modal input {
  vertical-align: middle;
  margin: 5px 10px 5px 0;
  padding: 10px;
	text-align:center;
	 float: center;
 }
.modal .fl-search-input{margin-left:5%; width:50%}
.modal .fl-button-text{width:30%}

@media (max-width: 800px) {
  .modal input {
    margin: 10px 0;
  }

  .form-inline {
    flex-direction: column;
    align-items: stretch;
  }
}