
/* ------------------------------------------------------------------------------
	Template Name: Minifolio
	Author: Designstub
	Author URI: http://www.designstub.com
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.0

/* ------------------------------------------------------------------------------
	Typography
-------------------------------------------------------------------------------*/

@import url(http://fonts.googleapis.com/css?family=Open%20Sans:300,400,500,600,700);
@import url(http://fonts.googleapis.com/css?family=Merriweather:300,400,500,600,700);
p {
	font-size: 13px;
	line-height: 22.4px;
	color: #6c7279;
	letter-spacing:2px;
}
h1 {
	font-size: 65px;
	color: #b99769;
	margin-bottom: 10px;
	font-family: Caviar Dreams, Arial, sans-serif;
	letter-spacing:5px;
}
h2 {
	font-size: 27px;
	color: #b99769;
	font-family: Caviar Dreams, Arial, sans-serif;
	letter-spacing:2px;
}
h3 {
	font-size: 20px;
	color: #b99769;
	font-family: Caviar Dreams, Arial, sans-serif;
	letter-spacing:2px;
}
h4 {
	font-size: 22px;
	color: #2d3033;
	font-weight: 400;
}
h5 {
	font-size: 14px;
	color: #b99769;
	!text-transform: uppercase;
	font-weight: 700;
	letter-spacing:2px;
	
}

h6 {
	font-size: 18px;
	color: #6c7279;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing:2px;
	background-color: #DCDCDC
	text-align : center
	
}

.btn {
	background-color: #b99769;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	border: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	text-transform: uppercase;
}
.btn:hover, .btn:focus {
	background-color: #b99769;
	color: #fff;
}
.btn-large {
	padding: 15px 40px;
}
/* ------------------------------------------------------------------------------
	Global Styles
-------------------------------------------------------------------------------*/


body {
	font-family: Arial, sans-serif;
	font-weight: 400;
	color: #6c7279;

}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: inside;
}
.section {
	padding: 30px 0;
}
.no-padding {
	padding: 0;
}
.no-gutter [class*=col-] {
	padding-right: 0;
	padding-left: 0;
}
.space {
	margin-top: 60px;
}
/* ------------------------------------------------------------------------------
	Header
-------------------------------------------------------------------------------*/
#header {
	position: fixed;
	width: 100%;
	z-index: 999;
	background-color: #fff;
	opacity: 0.9;

}
#header .header-content {
	margin: 0 auto;
	max-width: 1170px;
	padding: 7px 0;
	width: 100%;
	-moz-transition: padding 0.3s;
	-o-transition: padding 0.3s;
	-webkit-transition: padding 0.3s;
	transition: padding 0.3s;

}
#header .logo {
	float: left;
	font-size:22px;
	font-weight: 500;
	color:#b99769;
	font-family: Caviar Dreams, Arial, sans-serif;
	text-decoration:none;
	!text-transform:uppercase;
	letter-spacing:2px;
}
#header.fixed {
	background-color: #fff;
	opacity: 1;
	!border-bottom: 1px solid #696969; 

}
#header.fixed a {
	color: #696969;
}
#header.fixed .header-content {
	border-bottom: 0;
	padding: 25px 0;
}
#header.fixed .logo {
	top: 18px;
	color: #b99769;
}
#header.fixed .nav-toggle {
	top: 18px;
	color: #696969;
}
.navigation.open {
	opacity: 0.9;
	visibility: visible;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.navigation {
	float: right;
	
}
.navigation li {
	display: inline-block;
}
.navigation a {
	color:#696969;
	font-size: 13px;
	font-weight: 700;
	margin-left: 5px;
	text-transform: uppercase;	
	font-family: Caviar Dreams, Arial, sans-serif;
	letter-spacing:2px;
}
.navigation a:hover, .navigation a.active {
	color: #696969;
}
.nav-toggle {
	display: none;
	height: 44px;
	overflow: hidden;
	position: fixed;
	right: 5%;
	text-indent: 100%;
	top: 32px;
	margin-top: 10px;
	white-space: nowrap;
	width: 44px;
	z-index: 99999;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.nav-toggle:before, .nav-toggle:after {
	border-radius: 50%;
	content: "";
	height: 100%;

	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
}
.nav-toggle:before {
	background-color: #b99769;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.nav-toggle:after {
	background-color: #b99769;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}
.nav-toggle span {
	background-color: #fff;
	bottom: auto;
	display: inline-block;
	height: 3px;
	left: 50%;
	position: absolute;
	right: auto;
	top: 50%;
	width: 18px;
	z-index: 10;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.nav-toggle span:before, .nav-toggle span:after {
	background-color: #fff;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.nav-toggle span:before {
	-moz-transform: translateY(-6px) rotate(0deg);
	-ms-transform: translateY(-6px) rotate(0deg);
	-webkit-transform: translateY(-6px) rotate(0deg);
	transform: translateY(-6px) rotate(0deg);
}
.nav-toggle span:after {
	-moz-transform: translateY(6px) rotate(0deg);
	-ms-transform: translateY(6px) rotate(0deg);
	-webkit-transform: translateY(6px) rotate(0deg);
	transform: translateY(6px) rotate(0deg);
}
.nav-toggle.close-nav:before {
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}
.nav-toggle.close-nav:after {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.nav-toggle.close-nav span {
	background-color: rgba(255, 255, 255, 0);
}
.nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
	background-color: #fff;
}
.nav-toggle.close-nav span:before {
	-moz-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.nav-toggle.close-nav span:after {
	-moz-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}
/* ------------------------------------------------------------------------------
	Banner
-------------------------------------------------------------------------------*/
.banner {
	background-position: center top;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	!min-height: 750px;
}
.banner-text {
	padding-top: 22%;
}
.banner-text h1 {
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 65px;
	font-weight: 700;
	!text-transform: uppercase;
}
.banner-text p {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-top: 30px;
	margin-bottom: 80px;
}

/* Slider */
.carousel-inner>.item{max-height: 100vh;overflow: hidden;}
.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
	width: 100%;
	margin: 0 auto;
}

.intro .carousel-inner>.item>a>img,
.intro .carousel-inner>.item>img {
	width: auto;
	min-height:200px; 
	margin: 0 auto;
}

.carousel-control{
	z-index: 100000;
}
.carousel-control.right,
.carousel-control.left{
	margin-top: 120px;
	padding-top:10%;
	font-size: 40px;

}

/* ==========================================================================
	Présentation $intro
========================================================================== */
#presentation .container {
	background-color: #DCDCDC;
	background-position: center top;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	min-height: 500px;
	padding : 10px;
}

.presentation p,  ul, li {
	font-family: Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 2px;
	color: #696969;
	padding-top: 8px;
	padding-right:10px;
	text-align:justify;
}

.presentation i {
	font-family: Arial, sans-serif;
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 2px;
	color: #696969;
	padding-top: 8px;
	padding-right:10px;
	text-align:justify;
}

/* ------------------------------------------------------------------------------
	 Modes d'intervention (Servives)
-------------------------------------------------------------------------------*/
.modes_intervention {
	min-height: 450px;
	max-height: 750px;
	
}
.modes_intervention-text {
	opacity: 1;
	padding-top: 22%;
}
.modes_intervention-text h3 {
	opacity: 1;
	color: #000080;
	font-family: Arial, sans-serif;
	font-size: 65px;
	font-weight: 700;
}
.modes_intervention-text ul ol {
	opacity: 1;
	color: #000080;
	font-family: Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 24px;
	margin: 20px;
	padding: 10px;
}
	
}

#modes_intervention{
	padding-top: 30px;
	padding-bottom: 30px;

} 

#modes_intervention .container{

	padding: 14px;
	background:rgba(255, 255, 255, 0.86);
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
}
#modes_intervention .container .js__grid-tabs p{
	margin-top: 15%;
}
#seterside{
	padding: 30px; 
	background-image: url(../images/Domainesdintervention.jpg); 
	background-size: 100%; 
	max-height: 600px;max-width: 700px
	background-position: center middle;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;}
#seterside .content {border: 1px solid #b99769;padding: 30px;text-align: center;min-height: 400px;min-width: 500px; }
#seterside .content .cbp-filter-item{padding-top:20px;padding-left:200px;color:#000;background-color: #DCDCDC; opacity: 0.8;padding: 6px;margin-left: 250px;font-weight: lighter;font-size: 18px;margin-bottom:30px;cursor: pointer;}
#seterside .content .cbp-filter-item.active{color: #b99769;}
#content-side {margin-bottom:30px; margin-top:30px; border: 1px solid #b99769;min-height: 400px;min-width: 200px;}
#role-item1 p {font-family: Arial, sans-serif; font-weight: 400; font-size: 16px; letter-spacing: 2px;padding: 11px;text-align:center}
#role-item2 p {font-family: Arial, sans-serif; font-weight: 400; font-size: 16px; letter-spacing: 2px;padding: 11px;text-align:center}
#role-item3 p {font-family: Arial, sans-serif; font-weight: 400; font-size: 16px; letter-spacing: 2px;padding: 11px;text-align:center}
#role-item4 p {font-family: Arial, sans-serif; font-weight: 400; font-size: 16px; letter-spacing: 2px;padding: 11px;text-align:center}

/* ------------------------------------------------------------------------------
	 Expertises (Works)
-------------------------------------------------------------------------------*/

/* Addons */
#expertises{margin-top: 30px;} 
#expertises{padding: 30px 0 30px 0;} 
#expertises .container{padding: 0;}
#expertises .row {text-align: center; margin: 0;}
#expertises .row h2{min-height: 80px;}
#expertises .row a {
	margin-bottom: 5px;
	text-align:center;
    display: block;
	color: #696969;
	font-size: 16px;
	line-height: 2;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#expertises .row a:hover{color:#b99769;padding:  0 5px 0 5px;}
#expertises .col-sm-4{padding-bottom:15px; min-height: 380px; margin : 2px;width: calc(25% - 6px);  border: 1px solid #b99769;}

#expertises .col-sm-4:nth-child(1) {
	background: #DCDCDC;
}
  

#expertises .col-sm-4:nth-child(2) {
	background: #DCDCDC;
}

#expertises .col-sm-4:nth-child(3) {
	background: #DCDCDC;
}

#expertises .col-sm-4:nth-child(4) {
	background: #DCDCDC;
}

#expertises .col-sm-4:nth-child(1) a:hover {
	background-color: #CECECE;
}
  
#expertises .col-sm-4:nth-child(2) a:hover {
	background-color: #CECECE;
}

#expertises .col-sm-4:nth-child(3) a:hover {
	background-color: #CECECE;
}

#expertises .col-sm-4:nth-child(4) a:hover {
	background-color: #CECECE;
}
/* ------------------------------------------------------------------------------
	Subpage
-------------------------------------------------------------------------------*/

.subpages {
	padding-top: 0px;
	min-height: 750px;
	margin : 0 auto;
}
.subpages-text {
	opacity: 1;
	padding-top: 22%;
}
.subpages h3 {
	font-size: 20px;
	color: #b99769;
	font-family: Caviar Dreams, Arial, sans-serif;
	letter-spacing:2px;
	padding-top : 10px;
	padding-bottom : 20px;
}

.subpages h5 {
	font-size: 20px;
	color: #b99769;
	font-family: Caviar Dreams, Arial, sans-serif;
	letter-spacing:2px;
	padding-top : 10px;
	padding-bottom : 20px;
	text-align: center;
}

.subpages h2 {
	font-size: 24px;
	color: #b99769;
	font-family: Caviar Dreams, Arial, sans-serif;
	letter-spacing:2px;
	padding-bottom : 10px;
	text-align: center;
}

.subpages h6 {
	text-align: center;
}


.subpages li {
	list-style: circle;	
	margin-left: 10px;
	font-size: 14px;
	padding:6px;
}

.subpages p {
	margin-left: 10px;
	font-size: 14px;
	padding:6px;
}

#subpages .container{
	background-color: #DCDCDC; 
	margin-top:5px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
}
#subpages .container .js__grid-tabs {
	margin-top: 30px;
	border: 1px solid #b99769;
	font-family: Arial, sans-serif; font-size: 16px; letter-spacing: 2px;
	min-height: 600px;


}
#seterside2{
	min-height:600px; 
	background-image: url(../images/Fonddomaine.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	margin: 30px 0px 30px 0px;}
#seterside2 .content {border: 1px solid #b99769;padding: 20%;text-align: center;min-height: 600px;}
#seterside2 .content .cbp-filter-item{color:#000;background-color: #DCDCDC; opacity: 0.8;padding: 10px;font-weight: lighter;font-size: 18px;margin-bottom:30px;cursor: pointer;}
#seterside2 .content .cbp-filter-item.active{color: #b99769;}
#role-item1 h3 {font-family: Arial, sans-serif; font-weight: 400; color: #b99769; font-size: 20px; letter-spacing: 2px;padding: 10px;text-align:center;}
#role-item2 h3 {font-family: Arial, sans-serif; font-weight: 400; color: #b99769; font-size: 20px; letter-spacing: 2px;padding: 10px;text-align:center;}	
#role-item3 h3 {font-family: Arial, sans-serif; font-weight: 400; color: #b99769; font-size: 20px; letter-spacing: 2px;padding: 10px;text-align:center;}
#role-item4 h3 {font-family: Arial, sans-serif; font-weight: 400; color: #b99769; font-size: 20px; letter-spacing: 2px;padding: 10px;text-align:center;}

/*Accordion style*/

.accordion {

  background-color: #DCDCDC;
}

#accordion .container {
  
}

dt, dl, p {
	font-weight: 300;
	padding: 12px;
	margin-left: 2px;
	font-family: Arial, sans-serif; font-size: 18px; letter-spacing: 2px;
	text-align:center;

}

.accordion a:focus, a:hover {
  color: #696969; 
  text-decoration: none;

}

.accordionTitle,
.accordion__Heading {
  text-align: left;
  text-decoration: none;
  color: #696969;
  background-color: #DCDCDC;
	font-family: Arial, sans-serif; font-size: 16px; letter-spacing: 2px;
	min-height: 600px;

}
.accordionTitle:before,
.accordion__Heading:before {
  content: "";
  font-family: Arial, sans-serif; font-size: 16px; letter-spacing: 2px;
  float: left;
  background-color: #DCDCDC;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.accordionTitle:hover,
.accordion__Heading:hover {
  background-color: #DCDCDC;
  font-weight: bold;
}

.accordionTitleActive,
.accordionTitle.is-expanded {
  background-color: #DCDCDC;
}
.accordionTitleActive:before,
.accordionTitle.is-expanded:before {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}

.accordionItem {
  height: auto;
  overflow: hidden;
  max-height: 50em;
  transition: max-height 1s;
}
@media screen and (min-width: 48em) {
  .accordionItem {
    max-height: 15em;
    transition: max-height 0.5s;
  }
}

.accordionItem.is-collapsed {
  max-height: 0;
}

.no-js .accordionItem.is-collapsed {
  max-height: auto;
}

.animateIn {
  -webkit-animation: accordionIn 0.45s normal ease-in-out both 1;
          animation: accordionIn 0.45s normal ease-in-out both 1;
}

.animateOut {
  -webkit-animation: accordionOut 0.45s alternate ease-in-out both 1;
          animation: accordionOut 0.45s alternate ease-in-out both 1;
}

@-webkit-keyframes accordionIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes accordionIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes accordionOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
  }
}
@keyframes accordionOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
  }
}

/* ------------------------------------------------------------------------------
	 Honoraires (Testimonials)
-------------------------------------------------------------------------------*/

#honoraires {
	padding-top: 30px;
	background-image: url(../images/Honoraires.jpeg);
	background-position: fixed;
	opacity: 0.7;
	background-position: center top;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	min-height: 750px;
	text-align: center;
	vertical-align:middle;
}

.honoraires p {
	color: #000;
	padding: 10px;
	background-color: #fff;
		-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	opacity: 0.7;
	font-size: 15px;
	letter-spacing: 2px;
	font-weight: 400;
	margin-top: 30px;
	!text-transform: uppercase;
}

.hono a {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
}

.hono a:hover {
	color: #b99769;
	font-weight: bold;

}

#honoraires .col-md-offset-2{float:right;}



/* ------------------------------------------------------------------------------
	Contact form
-------------------------------------------------------------------------------*/
.conForm {
	text-align: center;

}
.conForm h5 {
	font-size: 30px;
}
.conForm p {
	text-align: center;
	margin-top: 5%;
}
.conForm input {
	color: #797979;
	padding: 15px 30px;
	border: none;
	margin-right: 3%;
	margin-bottom: 30px;
	outline: none;
	font-style: normal;
	border-bottom: #e0e0e0 1px solid;
	font-size: 15px;
}
.conForm input.noMarr {
	margin-right: 0px;
}
.conForm textarea {
	color: #797979;
	padding: 15px 30px;
	margin-bottom: 18px;
	outline: none;
	height: 150px;
	font-style: normal;
	resize: none;
	font-size: 15px;
	border: none;
	border-bottom: #e0e0e0 1px solid;
}
.conForm .submitBnt {
	background: #b99769;
	color: #fff;
	margin-top: 30px;
padding:15px 30px 15px 30px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 5px;
	border: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	text-transform: uppercase;
}
.conForm .submitBnt:hover {
	background: #3d3d3d;
	color: #fff;
}
#success_page{
	color: #00bdbd;
	font-weight: 500;
}
.error_message{
	color: #ff675f;
	padding-bottom: 15px;
	font-weight: 500;
}
#success_page h3{
	font-size:17px;
	color:#5ed07b;
	font-weight: 700;
}

/* ------------------------------------------------------------------------------
	 Footer
-------------------------------------------------------------------------------*/
.footer {
	text-align: left;
}
.footer-top {
	background-color: #808080;
	padding: 10px 0;
}
.footer-bottom {
	background-color: #313454;
	padding: 20px 0;
}
.footer .footer-col {
	margin-bottom: 20px;
}
.footer h5 {
	color: #fff;
	margin-bottom: 5px;
}
.footer p, a {
	color: #fff;
	font-size: 12px;
}
.footer a:hover {
	color: #fff;
}
.footer .footer-share {
	margin-top: 0;
}
.footer .footer-share li {
	display: inline-block;
	float: none;
}
.footer .footer-share a {
	border: none;
	font-size: 21px;
	color: #fff;
}
.footer .fa-heart {
	color: #e84545;
	font-size: 11px;
	margin: 0 2px;
}
.Copyright {
	float: right;
	
}
.Partager {
	float: left;
	
}

