/*.sitemap {
    margin-top: 180px!important;
}
.rev_slider_wrapper {
    margin-top: 158px!important;
}*/
.fa {
    font-size: 17px !important;
    padding-top:5px !important;
}

/***********************************************************************************
 *	+ BUTTONS
 ***********************************************************************************/
	
	/* DEFAULT BUTTON */
	.btn {
		position: relative;
		z-index: 1;
		padding: 10px 25px;
		margin-bottom: 20px;
		border: none;
		border-radius: 0;
		background-color: #EE4B2A;
		color: #fff;
		font-family: "Montserrat", Arial, sans-serif;
		font-size: 10px;
		letter-spacing: 0.5px;
		text-transform: uppercase;
		-webkit-transform: translateZ(0);
			-ms-transform: translateZ(0);
				transform: translateZ(0);
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.btn + .btn {
		margin-left: 20px;
	}
	
	.btn:after {
		position: absolute;
		z-index: -1;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: #e5f0f6;
		content: "";
		-webkit-transform: scale(0);
			-ms-transform: scale(0);
				transform: scale(0);
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.btn:focus,
	.btn:active {
		color: #fff;
		outline: 0 !important;
		box-shadow: none;
	}
	
	.btn, 
	.btn:focus,
	.btn:active, 
	.btn:active:hover {
		background-color: #EE4B2A;
	}
	
	.btn:hover:after {
		-webkit-transform: scale(1);
			-ms-transform: scale(1);
				transform: scale(1);
	}
	
	.btn:hover {
		background-color: #e5f0f6;
		color: #242424;
	}
	
	.btn-xs {
		padding: 8px 15px;
		font-size: 8px;
	}
	
	.btn-sm {
		padding: 12px 30px;
		font-size: 12px;
	}
	
	.btn-lg {
		padding: 14px 35px;
		font-size: 14px;
	}
	
	.btn-lg-extra {
		padding: 40px 50px 40px 55px;
		font-size: 48px;
		font-weight: 700;
		letter-spacing: 5px;
	}
	
	.btn i {
		margin-right: 5px;
		margin-left: -5px;
	}
	
	/* BLACK BUTTON */
	.btn.btn-black {
		background-color: #1c2239;
	}
	
	
	/* BUTTON LINK */
	.btn-link {
		position: relative;
		display: inline-block;
		color: #242424;
		font-family: "Montserrat", Arial, sans-serif;
		font-size: 14px;
		font-weight: 700;
		letter-spacing: 0.2px;
		text-transform: uppercase;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.btn-link:after {
		display: block;
		border-bottom: 2px solid #EE4B2A;
		content: "";
	}
	
	.btn-link:before {
		position: absolute;
		bottom: 0;
		left: 0;
		display: block;
		width: 0;
		border-bottom: 2px solid #242424;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.btn-link:hover,
	.btn-link:focus {
		color: #242424;
		text-decoration: none;
	}
	
	.btn-link:hover:before {
		width: 100%;
	}
	
	@media (max-width: 767px) {
		
		.btn-lg-extra {
			padding: 15px 25px;
			font-size: 20px;
			letter-spacing: 1px;
		}
		
	}

.link_footer {display:none;}

#header-top
{
  background-color:#dedede;
  color:#ffffff;
}

#header-top .widget-contact ul li
{
  color:#ffffff;
  font-size:14px;
}

#header
{
  background-color:#323232;
  color:#ffffff;
}

body, .menu > li > a, a, li, h1, h2, h3, h4, h5, h5, span {
    font-family: "Montserrat", Arial, sans-serif !important;
}

#widgets > div > div.col-xs-12.col-sm-6.col-md-3.footer-widget.widget-text > img{

}

/*_________________  scrole style __________________ */
/* width */
::-webkit-scrollbar {
    width: 20px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #844012;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #0a7633; 
}
/*_________________ ./ scrole style __________________ */

.ft-18{
   font-size: 18px !important;
}

.text-justify, p{
  text-align: justify !important;
}

.headline-2 p {
    font-style: unset  !important;
    font-family: "Montserrat", Arial, sans-serif !important;
}

#mobile-menu-button {
    background-color: #a25316!important;
    color: #fff !important;
}
#mobile-menu-button i{
    font-size: 27px !important;
     padding-top : 9px !important
}

#header-top .widget-social .social-media a, #footer-bottom .social-media a {
    border: 2px solid #fff !important;
    width: 28px !important;
    height: 28px !important;
    font-size: 12px !important;
    line-height: 24px !important;
}
#footer-bottom .social-media{
  float: right !important;
}
#footer-bottom .social-media a.facebook:hover {
 color: #fff !important;
}

#section-11 > div > div > div > div > p{
  text-align: center !important;
}


/* style header */
@media (min-width: 1300px){
  #header {
    position: absolute !important;
    z-index: 9000 !important;
    left: 50% !important;
    width: 1240px !important;
    margin-top: -45px !important;
    margin-left: -620px !important;
  }
}
@media (min-width: 1300px){
  #header-top {
    padding-bottom: 55px !important;
  }
}
/* ./ style header */


#widgets > div > div.col-xs-12.col-sm-6.col-md-3.footer-widget.widget-text > h5{
  display: none !important;
}

a.zoom-action {
    top: 50% !important;
    font-size: 60px !important;
}

.fa.fa-angle-up{
    font-size: 28px !important;
}

/* OLD style */

#logo {
    max-width: 100%!important;
    margin: 6px 0 7px!important;
}
#header-top,#footer-bottom,#sec1{
    background-color:#a25316!important;
}
.menu > li > a {
    color: #854013!important;
    font-size: 15px!important;
font-weight: bold!important;
}

#header-sticky > div > div > div.col-sm-9 > nav
{
margin-top: 14px;

}
#header-sticky {
background-color: #fff!important;
}
#footer-bottom a:hover,#header-top > div > div > div.col-sm-8 > div > ul > li.email > a:hover{
    color: #04a339!important;
}
.menu > li > a:after {

    border-bottom: 2px solid #04a238!important;
}
.full-section-container {
    position: relative;
    z-index: 4;
}
.brownText
{
color: #4f2a08!important;
}
.blackText
{
color: black!important;

}
#header {
    background-color: #ffffff!important;
}
h1
{
color:#854013!important;
font-weight: bold!important;
}

span
{
color:white!important;
}
.full-section-container {
    position: relative!important;
    z-index: 4!important;
    margin-top: 33px!important;
    margin-bottom: 33px!important;
}
#sec2:after {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 55% !important;
    margin-right: -100px !important;
    background-color: #05a339!important;
    opacity: 0.5;
    content: "";
    -webkit-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    transform: skew(-10deg);
    color: #fff !important;
}
.btn, .btn:focus, .btn:active, .btn:active:hover {
    background-color: #a25316!important;
}
#section-4 {
    margin-top: 0px!important;
}
.panel-title {
    border: none!important;
    padding: 0!important;
    font-weight: 700!important;
    text-transform: none!important;
    font-size: 18px!important;
    line-height: 68px!important;
    letter-spacing: 1.26px!important;
}
.panel-title {
    margin-top: 0!important;
    margin-bottom: 0!important;
    font-size: 16px!important;
    color: inherit!important;
}
.panel-group {
    margin-bottom: 0;
}
.panel-title a:hover:before {
    background-color: #b88a4d!important;
    color: #fff!important;
}
.panel-title a:hover, .panel-title a[aria-expanded="true"] {
    border-bottom-color: #b88a4d!important;
    color: #b88a4d!important;
}
.panel-title a[aria-expanded="true"]:before {
    background-color: #a25316!important;
    color: #fff!important;
    content: "-"!important;
}
#headingOne > h4 > a > i,
#headingTwo > h4 > a > i,
#headingThree > h4 > a > i
{

    font-size: 30px !important;
    padding: 12px 12px 12px 12px !important;
    border: solid 2px;
    border-radius: 50%;
    margin-right: 35px;

}
#widgets > div > div.col-xs-12.col-sm-6.col-md-3.footer-widget.widget-text > img
{
padding-bottom: 28px!important;
}
#footer .widget-title {
    margin-bottom: 0px;
}
#footer
{
    padding: 25px 0px!important;

}
#footer .widget-title {
    margin-bottom: 0px;
    border-left: solid 4px #843f12;
    padding-left: 20px;
margin-bottom: 30px;
font-size: 17px!important;
    font-weight: bold!important;
}
.widget-contact ul li {
    position: relative;
    margin-bottom: 25px;
    padding-left: 29px;
font-family: 'Roboto', sans-serif;
}
#footer .widget-contact ul li span {
    color: #fff;
    display: none;
}

#footer-bottom > div > div > div:nth-child(2) > div > a > i
{
    float: right;
}
#scroll-up:hover {
    background-color: #a35417;
}
#mobile-menu, #mobile-menu ul {
    list-style: none;
    display: none;
    margin: 0;
    background-color: #a25316;
}
#section-5 {
    padding: 0px;
    margin-top: 0px;
}
#contact:hover {
    color: #a25316;
}
#contact
{
color:black;
}
.blogmain
{
position: relative;
    padding: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 50px;
}
.blog-post .content {
    background: #fff;
    padding: 10px 28px;
    padding-top: 50px;
    border: 1px solid #ececec;
    box-shadow: 0 2px 2px rgba(0,0,0,.05);
    position: relative;
}
.blog-icon {
    display: inline-block;
    width: 58px;
    height: 58px;
    line-height: 54px;
    border: 2px solid #fff;
    background: #b88a4d;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 24px;
    position: absolute;
    top: -29px;
    left: 29px;
}
    #page-content > div.section.white.blogmain > div > div > div > div:nth-child(3) > div > div > div.blog-icon > i , #page-content > div.section.white.blogmain > div > div > div > div:nth-child(2) > div > div > div.blog-icon > i , #page-content > div.section.white.blogmain > div > div > div > div:nth-child(1) > div > div > div.blog-icon > i
    {
    font-size: 20px !important;
    padding-top: 13px !important;
    padding-left: 2px;
}
.ser
{
font-size: 37px;
font-weight: bold;
}
#page-content > div.section.white.blogmain > div > div > div > div:nth-child(1) > div > div > div.blog-post-header > h2 > a:hover,#page-content > div.section.white.blogmain > div > div > div > div:nth-child(2) > div > div > div.blog-post-header > h2 > a:hover,#page-content > div.section.white.blogmain > div > div > div > div:nth-child(3) > div > div > div.blog-post-header > h2 > a:hover
{
color: #a25316;
}
#page-content > div.section.white.blogmain > div > div > b > h1
{
font-size: 40px;
    line-height: 40px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin-bottom: 48px;
    color: #000;
}
#section-2 {
  padding: 0;
}
.portfolios-slider {
   margin: 0;
}
.portfolio-item-hover {

    background-color: rgba(171,100,45,0.7);

}
#section-11 > div > div > div > div > p > a
{
color:white;
border-radius: 2em !important;
}
#section-11 > div > div > div > div > p > a:after {

    background-color: #04a339;
    border-radius: 2em !important;
}
.fa-phone:before {
    content: "\f095";
    font-size: 45px !important;
}
#sec2 > div > div > div > div > div > p
{
    color: white;
    font-size: 20px;
}
.ser2
{
background-color: #efefef;
}
<input type="submit" value="Envoyer" class="button">
{
    background: #a25316;
}
#page-content > div.container > div > div.col-sm-5 > div.widget.widget-contact > ul > li.address > span,#page-content > div.container > div > div.col-sm-5 > div.widget.widget-contact > ul > li.email > span,#page-content > div.container > div > div.col-sm-5 > div.widget.widget-contact > ul > li.phone > span
{
display:block!important;
color:black!important;
}
#page-content > div.container > div > div.col-sm-5 > div.widget.widget-contact > ul > li.address,#page-content > div.container > div > div.col-sm-5 > div.widget.widget-contact > ul > li.phone,#page-content > div.container > div > div.col-sm-5 > div.widget.widget-contact > ul > li.email
{
   padding-left: 0px!important;
}
.check-list li:hover {
    background-color: #a25316;
    color: #fff;
}
ol > li > a:hover, a:focus {
    outline: 0;
    color: #a25316;
}
button, input[type="reset"], input[type="submit"], input[type="button"] {
    padding: 10px 25px;
    border: none;
    background: #854013;
}
.title:after {
    display: block;
    width: 80px;
    border-bottom: 2px solid #854013;
}
#footer a:hover {
    color: #854013;
}
.tp-leftarrow.custom:hover, .tp-rightarrow.custom:hover
{
background-color:#854013;
}
.tp-bullets.custom .tp-bullet:hover, .tp-bullets.custom .tp-bullet.selected {
    border-color: #fff;
    background-color: #854013;
}
.headline:after {
    position: absolute;
    top: 100%;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    border-left: 2px solid #854013;
}

