/*
Theme Name: Bizone
Theme URI: http://bravotheme.com/demo/bizone/
Author: BravoTheme
Author URI: http://bravotheme.com/
Description: Bizone is a One Page Parallax WordPress theme suitable for any creative or business startups
Version: 1.2.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, threaded-comments, translation-ready
Text Domain: bizone

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Elements
 * 3.0 - Alignments
 * 4.0 - Clearings
 * 5.0 - Theme Unit Test
 *
 */

/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine work of
 * Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 * and Blueprint http://www.blueprintcss.org/
 */

html, body, div, span, applet, object, iframe, p, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
  /*  font-weight: inherit;*/
    /*margin: 0;*/
    /*outline: 0;*/
    /*padding: 0;*/
    vertical-align: baseline;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

a:hover {
    color:#78b9c7!important;
}

body {
    background: #f1f1f1;
}

.info-section .block  {
	padding:0px!important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

a:focus {
    outline: 2px solid #c1c1c1;
    outline: 2px solid rgba(51, 51, 51, 0.3);
}

a:hover,
a:active {
    outline: 0;
}

a img {
    border: 0;
}

h2  {
    color: #222222!important;
	font-style:italic;
	font-size:14px;
}

h1  {
    color: #222222!important;
	font-size:30px!important;
	text-decoration:none;
}

.chapo  {
    color: #222222!important;
	font-size:12px;
}

.trait-droite {
	margin-top:-5px!important;
}


.trait {
      width:230px;
	  height:1px;
	  background-color:#e12f1d;
	  position:relative;
	
}


.thinker-image .overlay {
     background:#e12f1d!important;
	
}

.adresse-header {
     float:left;
	 position: absolute;
     top: 20px;
	 left:200px;
	 z-index:100;
	color:#FFFFFF!important;
	 width: 82%;
    border-bottom-color: #78b9c7;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    padding-bottom: 20px;
	
}

.bio-left  {
	float:left;
	width:40%;
	margin-right:0px;
}

.bio-right  {
	float:right;
	width:45%;
	margin-right:45px;
}

.wpb_content_element  {
	margin-bottom:0px!important;
}

.image-home  {
     height:390px;
}	

.fa  {
     color:#FFFFFF!important;
	 font-size:20px!important;
	
}
.fa2  {
     color:#222222!important;
	 font-size:20px!important;
	 border-color:#222222;
	
}

.fa2 {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa3 {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa3 {
	
    color: #222222!important;
    font-size: 35px!important;
    /* border-color: #222222; */
}


i   {
 border: 2px solid white;
}

i.fa-map-marker, i.fa-facebook {
  display: inline-block;
  border-radius: 60px;
  box-shadow: 0px 0px 2px #888;
  padding: 0.2em 0.4em;
  margin-right:10px;

}

i.fa-facebook {
margin-bottom:10px;

}

i.fa-facebook:hover {
  display: inline-block;
  border-radius: 60px;
  box-shadow: 0px 0px 2px #888;
  padding: 0.2em 0.4em;
  margin-right:10px;
  color:#000000;


}



i.fa-envelope-o {
  display: inline-block;
  border-radius: 60px;
  box-shadow: 0px 0px 2px #888;
  padding: 0.2em 0.2em;
  margin-right:10px;

}

i.fa-phone {
  display: inline-block;
  border-radius: 60px;
  box-shadow: 0px 0px 2px #888;
  padding: 0.2em 0.3em;
  margin-right:10px;

}

i.fa-exclamation-circle {
  display: inline-block;
  margin-right:10px;

}

i.fa-angle-double-up {
   border: none;
}


.lien-bloc {
    color: #333333!important;
	font-size:12px;
	border-style:solid;
	border-color:#e12f1d;
	border-width:1px;
	padding:10px;
	text-align:center;
	margin-top:25px;
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 1px!important;
}

.btn-green, #area-main .tag-cloud li a:hover, #area-main .tag-cloud li a:focus, .blog-reply a.btn-rep:hover, .blog-reply a.btn-rep:focus {
   background-color:#78b9c7!important;
}

.go-top {
   background-color:#78b9c7!important;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #FFF;
    color: #666;
    font-size: 12px;
    margin: 0;
    padding: 10px 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0;
    border: 1px solid #ddd;
    background-color: #fcfcfc;
    height: 36px;
    margin-top: 15;
	margin-bottom:15px;
    max-width: 100%;
    outline: 0;
}

#navigation.affix ul.top-right li a {
    color: #d8604e!important;
}

#navigation.affix ul.top-right li a:hover {
    color: #353535!important;
}



textarea {
    width: 100%;
    height: auto;
}

input[type="submit"] {
    border: none;
    background: none;
    cursor: pointer;
    padding: 7px 30px 7px;
    display: inline-block;
    margin: 6px 0 0;
    font-weight: 400;
    outline: none;
    position: relative;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-transition: all 0.12s ease-in;
    -webkit-transition: all 0.12s ease-in;
    -moz-transition: all 0.12s ease-in;
    transition: all 0.12s ease-in;
    height: auto;
    cursor: pointer;
    color: #EEE;
    text-shadow: none!important;
    font-size: 14px;
    line-height: 22px !important;
    background: none;
    letter-spacing: 1px;
    background-color: #e12f1d!important;
    color: #EEE;
}



.navbar-default .navbar-nav > .active a, .navbar-default .navbar-nav > .active a:hover, .navbar-default .navbar-nav > .active a:focus, #navigation.affix .navbar-default .navbar-nav > .active a, #navigation.affix .navbar-default .navbar-nav > .active a:hover, #navigation.affix .navbar-default .navbar-nav > .active a:focus {
	
   border-bottom: 3px solid #78b9c7!important;
   color: #FFFFFF!important;
	
}

#navigation.affix {
    background-color: #000000!important;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    margin-top: 4px;
}

.navbar-default .navbar-nav > li{
  margin: 50px 1px 0px 9px!important;
}


/**
 * 2.0 Elements
 */

hr {
    background-color: #eaeaea;
    background-color: rgba(51, 51, 51, 0.1);
    border: 0;
    height: 1px;
    margin-bottom: 1.6em;
}

/*ul,*/
/*ol {*/
    /*margin: 0 0 1.6em 1.3333em;*/
/*}*/

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
}

dl {
    margin-bottom: 1.6em;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 1.6em;
}

table,
th,
td {
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.6em;
    table-layout: fixed; /* Prevents HTML tables from becoming too wide */
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}

td {
    border-width: 0 1px 1px 0;
}

th, td {
    padding: 0.4em;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

figure {
    margin: 0;
}

del {
    opacity: 0.8;
}

/**
 * 3.0 Alignments
 */

.alignleft {
    display: inline;
    float: left;
}

.alignright {
    display: inline;
    float: right;
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.top-padding {
   padding-top:0px!important;
}


blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
    margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
    margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
    clear: both;
	margin-top:0px;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
    margin-bottom: 1.2em;
}


/**
 * 4.0 Clearings
 */

.clear:before,
.clear:after,
.site:before,
.site:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after,
.comment-navigation:before,
.comment-navigation:after,
.social-navigation ul:before,
.social-navigation ul:after,
.textwidget:before,
.textwidget:after {
    content: "";
    display: table;
}

.clear:after,
.site:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.nav-links:after,
.comment-navigation:after,
.social-navigation ul:after,
.textwidget:after {
    clear: both;
}

/**
 * 5.0 Theme unit test
 */
pre {
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.01);
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
    line-height: 1.2;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 0.8em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
dfn, cite, em, i {
    font-style: italic;
}
.says, .screen-reader-text {
     clip: rect(1px, 1px, 1px, 1px);
     height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}
.sidebar-widget select{
    max-width: 100%;
}
.entry-content figure{
    max-width: 100%;
}
.wp-caption-text{

}
.gallery-caption{

}
.bypostauthor{

}
span.wpcf7-form-control-wrap{
    display: block;
}
span.wpcf7-form-control-wrap >.wpcf7-form-control{
    float:none;
}

.bravo-loop-post .post-excerpt{
    font-size: 15px;
    background-color: white;
    padding: 10px;
}

.bravo-loop-post .post-format-content{
    background: white;
    border-bottom: 1px solid #F1F1F1;
}
.bravo-loop-post .meta-info{
    border-bottom: 1px solid #F1F1F1;
}
.sidebar-widget .le-title{
    margin-bottom: 15px;
}

.sidebar-widget ul{
    padding-left: 15px;
}

.sidebar-widget .menu{
    font-size: inherit;
}

.sticky
{

}

.vc_col-lg-1, .vc_col-lg-10, .vc_col-lg-11, .vc_col-lg-12, .vc_col-lg-2, .vc_col-lg-3, .vc_col-lg-4, .vc_col-lg-5, .vc_col-lg-6, .vc_col-lg-7, .vc_col-lg-8, .vc_col-lg-9, .vc_col-md-1, .vc_col-md-10, .vc_col-md-11, .vc_col-md-12, .vc_col-md-2, .vc_col-md-3, .vc_col-md-4, .vc_col-md-5, .vc_col-md-6, .vc_col-md-7, .vc_col-md-8, .vc_col-md-9, .vc_col-sm-1, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9, .vc_col-xs-1, .vc_col-xs-10, .vc_col-xs-11, .vc_col-xs-12, .vc_col-xs-2, .vc_col-xs-3, .vc_col-xs-4, .vc_col-xs-5, .vc_col-xs-6, .vc_col-xs-7, .vc_col-xs-8, .vc_col-xs-9 {
padding-left: 0px!important;
	}

@media (max-width: 767px) {
	
.adresse-header {
    float: left;
    position: absolute;
    top: 50px;
    left: 100px;
    z-index: 100;
    width: 300px;
	color:#FFFFFF!important;
}
}

@media (max-width: 1200px) {
.navbar-collapse.collapse {
    display: none!important;
}
.col-md-6 {
    width: 100%!important;
}
	.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 0px!important;
}
.section-padding {
    margin-top: 50px;
}
}

@media (max-width: 768px) {
.adresse-header {
    display: none;
}
.adresse-header2 {
    display: block!important;
    margin-left: 40%;
    color: #FFFFFF;
    position: absolute!important;
    top: 30px;
	z-index:1000;
}
}

.colonne-img{
    float:right!important;
	margin-top:50px;
	
}

.colonne-img2 {
	margin-top:50px;
	
}

.adresse-header2 {
    display: none;
}


@media (min-width: 1025px) {
    #navigation #fixed-collapse-navbar {
        display: block;
    }
}
@media (max-width: 767px) {
    #navigation #fixed-collapse-navbar li > a {
        padding: 10px 20px;
    }
}
