/*
Theme Name: Branded
Theme URI: http://www.wordpressmonsters.com/branded/
Author: Janar Frei
Author URI: http://www.netstudio.ee/
Description: Branded is an incredibly unique and highly interactive WordPress theme for creative people.
Version: 1.0
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: light, gray, white, black, red, one-column, two-columns, three-columns, responsive, ajax, isotope, right-sidebar, flexible-width, custom-background, custom-menu, editor-style, featured-images, full-width-template, microformats, post-formats, sticky-post, theme-options, translation-ready
Text Domain: branded_theme
*/

/* Page Vivre en sante dans un corps sain */
.black_overlay{
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index:1001;
   	background-color: rgba(0,0,0,0.7);
    text-align: center;
    cursor: pointer;
}
.lightBox_img {
	 top: 50%;
  	position: fixed;
  	max-height: 100%;
  	max-width: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
	 box-shadow:0 0 25px #111;
    -webkit-box-shadow:0 0 25px #111;
    -moz-box-shadow:0 0 25px #111;
}
.title-center {
 text-align: center;
}
.objectif-style {
background-color: rgba(0, 205, 123, 0.44);
box-shadow: 5px 5px 10px #000000;
padding: 5px;
}
.table-avant-apres {
width:100%;
}
.table-avant-apres img {
cursor: pointer;
}
/* ######### */

/* Article L’ACIDOSE, CAUSE DU VIEILLISSEMENT PREMATURE ! */
.acidose-mark {
 color: #b2e389;
 font-style: italic;
 font-weight: bold;
}

.acidose-table-style {
width: 100%;
box-shadow: 10px 10px 5px #000000;
margin-bottom: 20px;
}

.acidose-title {
  font-size: 18px;
 color: rgb(255, 232, 200);
}
/* ############################# */

/*FORM*/
@media only screen and (max-width: 700px) {
input{width: 90%!important;}
textarea{width: 90%!important;}}