@import url(http://fonts.googleapis.com/css?family=Lato:400,400italic,700,700italic,300italic,300,900,900italic);

html,
body {
    width: 100%;
    height: 100%;
}

body {
	font-family: 'Lato', sans-serif;
	color: #fff;
	position: relative;
}


a , img {
	border:none !important;
}

a, a:focus, a.active, a:hover, a:active,
.btn , .btn:focus, .btn.active, .btn:hover, .btn:active,
.bootstrap-select .btn:focus  {
	outline: none !important;
}

a:hover , a:focus {
	text-decoration: none;
}

h1, h2, h3, h4 {
	font-weight: 300;
}

h1 {
	font-size: 25px;
	letter-spacing: 6px;
	margin:35px 0px;
}



/***
***
	MAIN STYLES
***/

.container-fluid {
	background-color: #d11d1d;
}

.nomargin {
	margin:0 !important;
}

.nomargin-bottom {
	margin-bottom:0 !important;
}

.nopadding {
	padding:0 !important;
}

.nopadding-right {
	padding-right:0px;
}


.topmargin {
	margin-top:10px;
}




.font-weight-400 {
	font-weight: 400 !important;
}

hr.red {
	color:#d11d1d;
	background: #d11d1d;
	height: 3px;
	width:20%;
	float: left;
}

.red {
	color:#d11d1d;
}

.red-dark {
	color:#560c0c;
	font-weight: 700;
}

.grey {
	color:#858585;
}

.background-grey {
	background: #f8f8f8;
}

.background-red {
	background: #d11d1d;
}

.background-white {
	background: #fff !important;
}

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


/***
***
	HEADER
***/

.navbar-brand, .navbar-brand img {
	height: 90px;
}


.navbar-default {
    background-color: #fff;
    border-color: #fff;
    padding:0;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: #fff;
    color: #dd1c1c;
    font-style: italic;
}

.navbar-default .navbar-nav > li > a:hover{
	color: #dd1c1c;
}

.navbar-default .navbar-nav > li > a:focus  {
	color: #777;
}

.navbar-collapse {
	margin-top: 22px;
}


a#phone-navbar {
	color:#d11d1d;
	pointer-events:none;
	margin-top: 22px;
	letter-spacing: 3px;
}

a#logo-experts-comptables {
	padding:3px 0 0 0;
}

.top-nav-collapse .navbar-collapse , .top-nav-collapse a#phone-navbar {
	margin-top: 12px;
}

.top-nav-collapse .navbar-brand, .top-nav-collapse .navbar-brand img {
	height: 70px;
}

/***
***
	INTRO
***/

#image-intro-texte {
	width: 349px;
	height: 256px;
}

#intro-text {
    display: table-cell;
    vertical-align: middle;
}

#my-canvas {
	position: absolute;
	left:0;
	top:0;
	z-index: 1;
}

/***
***
	EXPERTISE
***/

#expertise-texte {
	padding: 70px;
}
	
	#expertise-texte p {
		margin: 35px 0px;
	}

		#expertise-texte p#first {
			margin-top:60px;
		}


#comptez {
	background-image: url(../images/comptez.jpg);
    background-position: center center;
    background-size: cover;
}

#comptez-texte {
	background: #fff;
	opacity: 0.97;
	padding:75px 30px;
	opacity: 0.9;
}

#comptez-experts {
	padding:107px 0px;
}



/***
***
	VALEURS
***/

.valeurs-content {
	padding:90px 70px;
}

	.valeurs-content h5 {
		font-weight: 700;
		margin-top: 30px;
	}

#nos-valeurs {
	letter-spacing: 4px;
}

#valeurs-image {
	background-image: url(../images/valeurs.png);
    background-position: center center;
    background-size: cover;
   /* padding: 70px;*/
}


/****
****
	CONSEILS
****/

#conseils-background {
	background-image: url(../images/home.jpg);
    background-position: center center;
    background-size: cover;
    padding:100px 15px 100px 15px;
}

#conseils-content {
	padding:80px;
}


#box-conseils {
	padding:0px 60px;
}

 
#objectif {
	padding:60px 20px 0px 20px;
}

#missions-list {
	padding:10px 50px;
}

	#missions-list li {
		padding:10px;
	}

.conseils-bar {
	position: absolute;
	left:0px;
	top:0px;
	width: 2px;
	height: 100%;
	background: #fff;
}

	.conseils-bar:after {
		content: "";
		height: 3px;
		width:10px;
		background: #fff;
		position: absolute;
		bottom: 0px;
		left: 0px;
		color: #fff;
		display: block;
	}

	.conseils-bar:before {
		content: "";
		height: 3px;
		width:10px;
		background: #fff;
		position: absolute;
		top: 0px;
		left: 0px;
		color: #fff;
		display: block;
	}


#box-conseils .conseils-bar {
	left:35px;
}

.btn-primary {
	background: none;
	color: #fff;
	border-color: #fff;
	box-shadow: none;
	border-radius: 0;
	letter-spacing: 5px;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 15px;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin:80px 0px;
}

	.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
		background: #fff;
		color:#d11d1d;
		border-color: #fff;
	}


.modal-content {
	border-radius:0;
}

.modal-body {
	padding:15px 50px;
}

.modal-footer, .modal-header {
	border:none !important;
}

.modal-backdrop {
	background-color: #934a4a;
}

button.close, button.close:hover, button.close:focus {
	color:#802c2d;
	opacity: 1;
}


/****
****
	CONTACT
***/


#contact {
	position: relative;
}
     
#carte-google {
	position: absolute;
	top: 10px;
	left: 0;
	width:100%;
	height:950px;
}

#carte-google-xs {
	width:100%;
	height: 300px;
}

.contact-adress {
	padding:20px 40px;
}

	.contact-adress p.email {
		font-size:20px;
		font-style: italic;
	}

		 .contact-adress p.email a, .contact-adress p.email a:focus, .contact-adress p.email a:active {
			color:#858585;
		 }


	.contact-adress .pour-venir {
		margin-top:30px;
	}

	.contact-adress  .phone {
		margin-top:35px;
		font-size: 20px;
	}
	
	.contact-adress .media {
		margin-top:25px;
	}

		.contact-adress .media h4, .contact-adress .media p {
			color:#858585;
		}


			.contact-adress .media span.big {
				font-size: 16px;
			}

	.contact-adress img.media-object {
		width: 30px;
		height: 30px;
	}

	.contact-adress .media img {
		margin-right: 6px;
	}

.box-logo-contact {
	padding:10px 20px 20px 20px;
}

.gps {
	position: absolute;
	bottom: 0px;
	left:0px;
	padding:10px 20px;
}



/** MENTIONS LEGALES **/

#mentions-legales-modal  p.link a, 
#mentions-legales-modal p.link a:focus, 
#mentions-legales-modal p.link a:active {
	color:#858585;
}


/***
***
	FOOTER
***/

footer .container-fluid {
	background:#9b0b16 !important;
	color: #dadada;
	font-weight: 300;
	font-size: 13px;
	text-transform: uppercase;
}

footer ul {
	margin:20px;
}

	footer ul li a, footer ul li a:hover, footer ul li a:focus, footer ul li a:active {
		color: #dadada;
	}





/***
/** MEDIA QUERYS **/
/***

/* Large desktops and laptops */

@media (min-width: 1501px) {}

@media (min-width: 1200px) and (max-width: 1500px) {}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

		#comptez-experts {
		padding:146px 0px;
	}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 1024px) {
	
	#my-canvas {
		left:-200px;
	}
}


/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	
	#conseils-content, #box-conseils{
		padding:30px;
	}

	#my-canvas {
		display:none;
	}

	.navbar-default img {
		padding-left:15px;
	}	

}

@media (max-width: 480px) { 
	
	h1 {
		font-size: 22px;
	}

	h3 {
		font-size: 20px;
	}
	

	#image-intro-texte {
		width: 100%;
		height: 100%;
	}

	#conseils-content, #box-conseils , #expertise-texte {
		padding:30px;
	}

	#objectif {
		padding:60px 0 0 0;
	}

	#missions-list {
		padding:10px 20px;
	}

	#box-conseils .conseils-bar {
	    left: 15px;
	}

	.valeurs-content {
		padding:70px 30px;
	}

	.conseils-background {
		padding:50px 15px;
	}

	.btn-primary {
		margin:40px 0 0 0;
	}

	.contact-adress {
		padding:20px 30px;
	}

	.phone {
		margin-top: 40px;
	}

	#my-canvas {
		display:none !important;
	}

	.box-logo-contact img {
		width:80%;
		height:80%;
	}

}


