@import url(https://fonts.googleapis.com/css2?family=Arbutus+Slab&display=swap);
/* 
	Main styles
*/
body, html{
	font-family: Arbutus Slab, serif,PT Sans;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #585858;
	font-size: 18px;
}

h1{
	text-transform: uppercase;
}
h1 strong{
	font-weight: 900;
}
h2{
	text-transform: uppercase;
	line-height: 20px;
	margin:  0;
}
h3{
font-size: 18px;
font-weight: 900;
}
h4{
	text-transform: uppercase;
}
h5{
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p{
	font-family: Arbutus Slab, serif,PT Sans;
}
p.intro{
	font-size: 16px;
	margin: 12px 0 0;
	line-height: 24px;
	font-family: Arbutus Slab, serif,PT Sans;
}
a{ color: #001b35;}
a:hover,
a:focus{
	text-decoration: none;
	color: #001b35;
}

.section-title hr{
	border-color: #001b35;
	border-width: 4px;
	width: 60px;
	float: left;
	clear: both;
}
.section-title.center{
	padding: 30px 0;
}
.section-title h2,
.section-title.center h2{
	font-weight: 300;
}
.section-title.center .line{
	border-top: 4px solid #001b35;
	height: 10px;
	width: 60px;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
}
.section-title.center hr {
	border-top: 4px solid rgba(155, 45, 45, 0.34);
	width: 40px;
	text-align: center;
	margin-top: 10px;
	position: relative;
	left: 17%;
}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }
ul, ol{
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}


.modal-header{
	background-color: #001b35 ;
}

.modal-body{
	line-height: 28px;
}


/* 
	Navigation pane
*/
#tf-menu {
	padding: 20px;
	transition: all 0.8s;
}
#tf-menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}
#tf-menu a.navbar-brand {
	text-transform: uppercase;
	font-size: 18px;
	color: #ffffff;
	font-weight: 900;
}
.navbar-brand>img {
   max-height: 100%;
   height: 100%;
   width: auto;
   margin: 0 auto;
   -o-object-fit: contain;
   object-fit: contain; 
   display: inline-block;
}
#tf-menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 12px;
	letter-spacing: 1px;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}
.on {
	background-color: #001b35 !important;	/* Navigation Dropdown red background */
	padding: 0 !important;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
	background-color: #001b35 !important;	/* Navigation Dropdown red background */
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	color: #E8C875 !important;
	background-color: transparent;
	font-weight: 700;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
	background-color: #001b35;	/* Navigation Dropdown red background */
	border-color: #001b35;		/* Navigation Dropdown red border */
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}
.dropdown-menu {
	background-color: #F4E7C4;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { 
	background-color: #F4E7C4;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { 
	background-image: none; 
}
.navbar-inverse { 
	border-color: #001b35;	/* Navigation Dropdown red background */
}
.dropdown-menu>li>a { 
	color: #737373;			/* Navigation Dropdown grey text */
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { 
	color: #000000;
}


/* 
	Home Section 
*/
#tf-home{
	background: url(../img/fougerepetit.jpg);  /*"Photo by Matheus Bertelli httpswww.pexels.comphotogreen-leaf-painting-573294 small"*/		#Memo	Intro background picture
	background-size: 80px ; cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #cfcfcf;
}

.img-responsive.logoimg{
	max-height: 150px;
	margin: auto;
	border-radius: 0%;
}

/* Avoid navigation problem for large screen */
@media screen and (max-height: 820px) { #tf-home .overlay{ height: 750px; } }
@media screen and (min-height: 821px) { #tf-home .overlay{ height: 1080px;} }	
#tf-home .overlay{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	background-attachment: fixed;
}
#tf-home p.lead{
	color: #e3e3e3;
	
}
.content{
	position: relative;
	padding: 15% 0 0;
}
.color{
	color: #001b35;
}
a.fa.fa-angle-down {
	padding: 10px 15px;
	color: #fff;
	border: 2px solid #b4b4b4;
	border-radius: 50%;
	font-size: 24px;
	margin-top: 100px;
	transition: all 0.5s;
}
a.fa.fa-angle-down:hover{
	background: #001b35;
	color: #ffffff;
	border: 2px solid #001b35;
}
.fa.concepticon>img {
	width:60px;
	margin-top: -12px;
	margin-left: -8px;
}


/*  
	About Me Section
*/
#tf-aboutme{
	padding: 80px 0;
	background-color: #E4F9ED;	/* About me vert background	*/
	color : #585858;			/* About me grey text			*/
}
.img-responsive.aboutmeimg{
	max-height: 580px;
	margin: auto;
	border-radius: 50%;
}
#tf-aboutme .contributecol{
	text-align: justify;
	padding: 10px 0;
}





/* Why consult Section */
#tf-whyconsult{
	background: url(../img/squelettefloueclairci.jpg);   /* Photo de Nicholas Fu httpswww.pexels.comfr-frphotoart-mur-modele-science-10483573*/
	background-size: cover;
	background-position: up;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #494949;			/* black text			*/
	padding: 80px 0;
}
#tf-whyconsult .panel{
	color: black;
	border-color: #e3e3e3;
	text-align: center;
	height: 100%;
}
#tf-whyconsult .panel > .panel-heading {
    background-image: none;
    background-color: #e3e3e3;	/* Why consult panel beige background */
	border-color: #e3e3e3;		/* Why consult panel beige border */
    color: black;
}
#tf-whyconsult .panel-title{
	font-size: 16px;
	font-weight: 900;
}
#tf-whyconsult .panel-body{
	padding: 15px;
	font-size: 13px;
}
#tf-whyconsult .consultation{
	background-color: rgba(240,240,240);
	padding: 20px;
}


/* 
	Infos Pratiques Section 
*/

#tf-infospratiques{
	padding: 80px 0;
	background-color:#fffca9;
	color : #585858;			/* About me grey text			*/
}
#tf-infospratiques .panel-title{
	font-size: 16px;
	font-weight: 900;
}
#tf-infospratiques .panel-body{
	padding: 15px;
	font-size: 13px;
}




/* 
	Contact Section 
*/

#tf-contact{
	padding: 80px 0;
	background-color: #e3e3e3;	/* About me vert background	*/
	color : #424242;			/* black text			*/
	padding: 80px 0;
	font-size: 18px;
	line-height: 24px;
	font-family: Arbutus Slab, serif,PT Sans;
}
#tf-contact .contactinfo i {
    color: #001b35;
    float: left;
	margin: 3px 0 0 0;
}

#tf-contact .contactinfo p {
    padding: 0 0 0 25px;
}
#tf-contact .row {
  overflow:hidden;
}
#tf-contact img {
   width:100%;
   min-height:250px;
}
label {
	float: left;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Open Sans', sans-sans-serif;
}
button.btn.tf-btn.btn-default {
	float: left;
	background: #001b35;
	border: 0;
	border-radius: 0;
	padding: 10px 40px;
	color: #ffffff;
	text-transform: uppercase;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn:focus, 
.btn:active:focus, 
.btn.active:focus, 
.btn.focus, 
.btn:active.focus, 
.btn.active.focus {
	outline: thin dotted;
	outline: none;
	outline-offset: none;
}

/* 
	Logo Section 
*/

#tf-logo{
	padding: 80px 0;
	font-size: 18px;
	margin: 12px 0 0;
	line-height: 24px;
	font-family: Arbutus Slab, serif;
}
.space{
	margin-top: 40px;
}
.paragcontent {
	text-align : justify;
}
#tf-logo i.fa {
	font-size: 40px;
	border: 4px solid #E8C875;
	width: 100px;
	height: 100px;
	padding: 27px 25px;
	margin-bottom: 10px;
	border-radius: 50%;
	transition: all 0.5s;
}
#tf-logo i.fa.fa-mobile{
	font-size: 50px;
	padding: 20px 25px;
}
#tf-logo .service:hover>i.fa{
	background-color: #F4E7C4;	/* About me vert background	*/
	color : #585858;
}



/* 
	Footer 
*/
nav#footer{
	background: #3B3341;		/* Footer grey background */
	padding: 20px 0 15px 0;
	font-size: 12px;
}
nav#footer ul {
  margin: 0;
  list-style-type: none;
}
nav#footer ul > li {
  text-indent: 10px;
}
nav#footer ul > li:before {
  content: "- ";
  text-indent: 10px;
}
nav#footer .fnav{ vertical-align: middle;}
ul.footer-social li{
	display: inline-block;
	margin-right: 10px;
}
nav#footer p.textefooter{
	color: #ffffff;	
}
#footer a{
	color: #ebd493;		/* Footer links dark vert color */
	font-style: italic;
}
#footer .brand{
	color: #ebd493;		/* Footer brand dark vert color */
	font-weight: PT Sans;
}
#footer i.fa {
	height: 30px;
	width: 30px;
	border: 2px solid #ffffff;
	font-size: 20px;
	padding: 4px 5px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s;
}
#footer i.fa:hover {
    background: #001b35;
    border-color: #001b35;
    color: #ffffff;
}

.container a {
    text-decoration: underline;
}

nav a {
    text-decoration: none !important    ;
}
