/*
* custom.css
 */

body {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
   /* background: url('../img/bg.jpg') no-repeat center center fixed; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    font-size: 1.25em;
    line-height: 1.6;
    color: #000;
}

hr {
    max-width: 400px;
    border-color: #999999;
}

.brand,
.address-bar {
    display: none;
}

.navbar-brand {
    text-transform: uppercase;
    font-weight: 800;
	float: right;
	padding-left: 0px;
    letter-spacing: 0.8px;
	font-size: 0.8em; 
}

.navbar-nav {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
}

.img-full {
    min-width: 100%;
}

.brand-before,
.brand-name {
    text-transform: capitalize;
}

.brand-before {
    margin: 15px 0;
}

.brand-name {
    margin: 0;
    font-size: 4em;
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #999999;
}

.box {
    margin-bottom: 20px;
    padding: 30px 15px;
    background: #fff;
    background: rgba(255,255,255,0.9);
}

.intro-text {
    text-transform: uppercase;
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 1px;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}
footer p {
    margin: 0;
    padding: 50px 0;
}

@media screen and (min-width:768px) {
    .brand {
        display: inherit;
        margin: 0;
        padding: 10px 0 5px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
       /* font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif; */
        font-size: 4em;
        font-weight: 700;
        line-height: normal;
        color: #fff;
    }

    .top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
    }

    .address-bar {
        display: inherit;
        margin: 0;
        padding: 0 0 40px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        text-transform: uppercase;
        font-size: 1.25em;
        font-weight: 400;
        letter-spacing: 3px;
        color: #fff;
    }

    .navbar {
        border-radius: 0;
    }

    .navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-default {
        border: none;
        background: #fff;
        background: rgba(255,255,255,0.9);
    }

    .nav>li>a {
        padding: 5px 10px 5px 10px;
    }

    .navbar-nav>li>a {
        line-height: normal;
    }

    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 1.25em;
    }
}

@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}
.page-content {
	padding: 10px;
}
.contact-box {
	padding: 40px;
}
.flag {
	height: 30px;
}	
	
/** AVOCAT **/
.avocat-rightbar-item {
	 background: #254B7A; 
	 color: #ffffff;
	 padding: 5px 5px 5px 20px; 
	 margin-bottom: 2px;
	 font-weight: 600;
}
.avocat-rightbar-subitem {
	padding-left: 40px;
	font-weight: normal
}
.avocat-slogan {
	color: #254B7A;
	font-size: 1.5em;
	font-weight: 700;
	margin-top: 20px;
}
.avocat-page-title {
		color: #254B7A;
		font-size: 3em;
		font-weight: 700;
}
.contabil-page-title {
		color: #680B04;
		font-size: 3em;
		font-weight: 700;
}
.page-content {
		padding: 20px;
}	
.avocat-link-button {
	background: #680B04;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
	margin-top: 20px
	/*width: 300px;*/
}
.avocat-link-button a {
	color: #FDE2CD;
}	
/** CONTABIL **/
.contabil-rightbar-item {
	 background: #680B04; 
	 color: #ffffff;
	 padding: 5px 5px 5px 20px; 
	 margin-bottom: 2px;
	 font-weight: 600;
}
.contabil-link-button {
	background: #254B7A;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
	margin-top: 20px;
	/* width: 300px; */
}
.contabil-link-button a {
	color: #FDE2CD;
}
.contabil-slogan {
	color: #680B04;
	font-size: 1.5em;
	font-weight: 700;
	margin-top: 20px;
}	
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 50px;
  background-color: #ffedbd;
  padding: 10px;
}
.logo {
	margin-right: -20px;
	padding-right: 10px;
}	
.logo-container {
		margin-top: 10px;
		margin-left: 10px;
}	
.logo-row {
	margin-top: 10px;
	margin-left: 10px;
}	
logo-text {
	height: 100px;
	line-height: 100px;
	white-space: nowrap;
}	
.navbar {
  position: relative;
  min-height: 40px;
  margin-bottom: 1px;
  border: 1px solid transparent;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 2px 2px;	
}
.counter {
	font-size: 24px;
}	
.counter-box {
	background: #5cb85c;
}
.indent {
		padding-left: 5em;
}	
.avocat-page-subtitle, .contabil-page-subtitle {
	font-weight: 700;
	
