/* 

Sentra Template

https://templatemo.com/tm-518-sentra

*/

body {
  font-family: 'Open Sans', sans-serif;
background-color:#262626;
}



p {
  font-size: 13px;
  color: #7a7a7a;
  line-height: 24px;
}
h1 {
	color:#8cc17a;
}
h3 {
	color:#8cc17a;
}

.page-content {
  width: 77.5%;
  float: right;
}

.content-section {
  overflow-x : clip; 
  padding-top: 20px;
  position: relative;
  width: 100%;
  display: inline-block;
  height: auto;
  left: 50%;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section-heading {
  text-align: left;
  position: relative;
  margin-bottom: 60px;
}

.section-heading h1 {
  font-size: 70px;
  color: #8cc17a;
  display: inline-block; /*display de base : inline-block */
  font-family: "Great Vibes", cursive;
  padding-left: 37px;
  margin-top: -20px;
}

.section-heading em {
  font-style: normal;
  font-size: 50px;
  color: #588A47;
  font-family: "Great Vibes", cursive;
  font-weight: 100;

}

.section-heading p {
  display: inline-block; 	/*display de base : inline-block */
  font-size: 15px;
  line-height: 26px;
  color: #E0E0E0;
  position: absolute;

}

.white-button a {
  font-size: 13px;
  font-weight: 600;
  color: #588A47;
  text-transform: capitalize;
  background-color: #fff;
  display: inline-block;
  height: 44px;
  line-height: 44px;
  padding: 0px 25px;
  letter-spacing: 0.25px;
  text-decoration: none;
  transition: all 0.3s;
}

.white-button a:hover {
  background-color: #588A47;
  color: #fff;
}

.accent-button a {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  background-color: #588A47;
  display: inline-block;
  height: 44px;
  line-height: 44px;
  padding: 0px 25px;
  letter-spacing: 0.25px;
  text-decoration: none;
  transition: all 0.3s;
}

.accent-button a:hover {
  background-color: #fff;
  color: #588A47;
}

header {
    position: fixed;
    top: 0;
    transition: top 0.3s ease-in-out;
    width: 100%;
}

.nav-up {
    top: -75px;
}

/* Responsive Navigation */

.responsive-nav {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 80px;
  background-color: rgba(250,250,250,.95);
  box-shadow: 0px 5px 15px rgba(0,0,0,0.2);
}

.navbar-toggle {
  position: absolute;
  top: 40%;
  left: 50%;
  display: inline-block;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.navbar-nav {
  margin: 0;
  border: none;
}

#main-nav ul {
  text-align: center;
  background-color: rgba(0,0,0,0.9);
  margin-top: 59px;
  width: 100%;
}
#main-nav ul li {
  margin: 15px 0px;
}
#main-nav ul li:hover {
  background-color: transparent;
}
#main-nav ul li a {
  font-size: 30px;
  text-transform: none;
  color: #fff;
  box-shadow: none;
  border: none;
  font-family: "Great Vibes", cursive;
  font-weight: "300";
  font-style: normal;
}

#main-nav ul li a:hover {
  opacity: 1;
  background-color: transparent;
  color: #588A47;
}

.navbar-toggle span {
  background-color: #232323;
}






/* Sidebar Style */

.sidebar-navigation {
  width: 22.5%;
  float: left;
  height: 100%;
  position: fixed;
  background-color: #000000;
  opacity: 0.8;
  z-index: 10;
}

.sidebar-navigation .logo {
  position: absolute;
  width: 100%;
  height: 140px;
  line-height: 100px;
  background-color: #000000;
  padding-top: 20px;
  text-align: center;
}

.sidebar-navigation .logo a {
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0.5px;
  height: 100px;
  width: 100%;
  display: inline-block;
  border: 1px solid rgba(250,250,250,0.5);
}

.sidebar-navigation .logo em {
  font-style: normal;
  font-weight: 300;
}

.sidebar-navigation nav {
  position: relative;
  top: 60%;
  left: 60%;
  -webkit-transform: translateX(-60%) translateY(-60%);
  -moz-transform: translateX(-60%) translateY(-60%);
  -ms-transform: translateX(-60%) translateY(-60%);
  -o-transform: translateX(-60%) translateY(-60%);
  transform: translateX(-60%) translateY(-60%);
}

.sidebar-navigation ul {
  margin-left: 45px;
  list-style: none;
  padding: 0;
}
.sidebar-navigation li{
  padding: 0px 0;
}
.sidebar-navigation span{
  display: inline-block;
  position:relative;
}
.sidebar-navigation nav a{
  display: inline-block;
  color: #fff;
  margin-top: 5px;
  text-decoration: none!important;
  font-size: 15px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}
.circle{
  margin-right: 5px;
  height: 10px;
  width: 10px;
  left: 0px;
  top: -1px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #fff;
  transition: all 0.3s;
}
.rect{
  height: 1px;
  width: 0px;
  left: 0;
  bottom: 5.5px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.1s, width 0.6s;
  -moz-transition: -webkit-transform 0.1s, width 0.6s;
  transition: transform 0.1s, width 0.6s;
}
.sidebar-navigation nav a:focus {
  color: #fff;
}
.sidebar-navigation nav a:hover, nav .active-section {
  color: #588A47;
  text-shadow: 0px 0px 1em grey;
}

.sidebar-navigation nav .active-section {
  color: #96D990;
  text-shadow: 0px 0px 1em grey;
}
.sidebar-navigation nav a:hover .circle{
  color: #588A47;
  border: 2px solid #588A47;
}

.sidebar-navigation nav a:hover span, nav .active-section span{
  background-color: #588A47;
	transition: all 0.3s;
}
.sidebar-navigation nav .active-section .rect{
  width: 30px;
  transition: all 0.3s;
}
.sidebar-navigation nav .active-section .circle{
  background-color: #588A47;
  border: 2px solid #588A47;
  transition: all 0.3s;
}

.sidebar-navigation .social-icons {
  position: absolute;
  width: 100%;  
  bottom: 10px;
  padding: 0;
  margin: 0;
  text-align: center;
}

.sidebar-navigation .social-icons li {
  display: inline-block;
  margin-right: 15px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.sidebar-navigation .social-icons li:last-child {
  margin-right: 0px;
}

.sidebar-navigation .social-icons li a {
  font-size: 18px;
  color: #fff;
  transition: all 0.5s;
}

.sidebar-navigation .social-icons li a:hover {
  color: #588A47;
}


/* Slider Style */

.slider .content-section {
  padding-top: 0px;
  min-width: 100%;
  min-height: 100vh;
  width: 100%;
  height: 100vh;
  text-align: center;
}

.slider p a {
	color: #FFF;
}
.slider p a:hover {
	color: #FF0;
	text-decoration: none;
}

.Modern-Slider .info {
  text-align: right;
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 60px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
}

.Modern-Slider .info h1 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 73px;
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  text-shadow: 3px 3px 5px black;
}

.Modern-Slider .info p {
  font-size: 15px;
  color: #fff;
  text-shadow: 3px 3px 5px black;
}

.Modern-Slider .info .white-button {
  margin-top: 30px;
}

.Modern-Slider .info .white-button a:focus {
  outline: none;
}

.Modern-Slider .slick-dots {
  opacity: 0;
}

.Modern-Slider .NextArrow{
  outline: none;
  display: none;
  position:absolute;
  top:60px;
  right:60px;
  width:50px;
  height:50px;
  background:rgba(0,0,0,.50);
  border:0 none;
  margin-top:-22.5px;
  text-align:center;
  font:32px/50px FontAwesome;
  color:#FFF;
  z-index:5;
}

.Modern-Slider .NextArrow:before{content:'\f105';}

.Modern-Slider .PrevArrow{
  outline: none;
  position:absolute;
  top:60px;
  right: 120px;
  width:50px;
  height:50px;
  background:rgba(0,0,0,.50);
  border:0 none;
  margin-top:-22.5px;
  text-align:center;
  font:32px/50px FontAwesome;
  color:#FFF;
  z-index:5;
}

.Modern-Slider .item .image {
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  display: block;
}

.Modern-Slider .item-1 .image {
  background-image: url(../img/slide_1.png);
}

.Modern-Slider .item-2 .image {
  background-image: url(../img/slide_2.png);
}

.Modern-Slider .item-3 .image {
  background-image: url(../img/slide09.jpg);
}

.Modern-Slider .PrevArrow:before{content:'\f104';}

.Modern-Slider .item .image {
  animation: zoomin 12s ease-in-out infinite alternate;
  -webkit-animation: zoomin 12s ease-in-out infinite alternate;
}

@keyframes zoomin {
    0% {-webkit-transform: scale(1);}
    100% {-webkit-transform: scale(1.2);}
}

.Modern-Slider {background:transparent;}

/* ==== Slick Slider Css Ruls === */
.slick-slider{position:relative;display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:none}.slick-list.dragging{cursor:hand}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block}
.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left /* If RTL Make This Right */ ;height:100%;min-height:1px}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}


/* Featured Style */

#featured {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 80px;
  border-bottom: 1px solid #eee;
}

#featured .section-heading {
  margin-right: 20%;
}

#featured .content-section {
  display: inline-block;
  position: relative;
}

#featured .owl-dots {
  margin-top: 40px;
}

#featured .owl-dots .owl-dot span  {
  width: 12px;
  height: 12px;
  background-color: #cdcdcd!important;
  display: inline-block;
  border-radius: 50%;
  margin: 0 3px;
}

#featured .owl-dots .active span {
  background-color: #588A47!important;
}

#featured .owl-dots button {
  outline: none;
}

#featured .owl-nav {
  position: absolute;
  display: inline-block;
  top: -110px;
  right: 0;
}

#featured .owl-nav button:focus {
  outline: none;
}

#featured .owl-nav .owl-prev span {
  margin-right: 10px;
}

#featured .owl-nav .owl-next span, #featured .owl-nav .owl-prev span {
  outline: none;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 42px;
  background-color: #eee;
  color: #232323;
  font-size: 42px;
  transition: all 0.5s;
}

#featured .owl-nav span:hover {
  background-color: #588A47;
  color: #fff;
}

#featured .item {
  text-align: left;
  position: relative;
  z-index: 10;
}

#featured .item .image {
  position: relative;
}

#featured .item .image img {
  width: 100%;
  overflow: hidden;
}

#featured .item .image .featured-button a {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #588A47;
  display: inline-block;
  height: 44px;
  line-height: 44px;
  width: 100%;
  letter-spacing: 0.25px;
  text-decoration: none;
  transition: all 0.5s;
  position: absolute;
  z-index: 9;
  bottom: -44px;
  opacity: 0;
}

#featured .item:hover .featured-button a {
  bottom: 0;
  opacity: 1;
}

#featured .item .text-content {
  padding-top: 20px;
  background-color: #fff;
  position: relative;
  z-index: 10;
  margin-bottom: 100px;
}

#featured .item .text-content h4 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 21px;
  font-weight: 600;
  color: #232323;
  letter-spacing: 0.5px;
}

#featured .item .text-content span {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #7a7a7a;
  letter-spacing: 0.5px;
  margin-bottom: 12.5px;
}

#galerie .white-button{
	display:inline-grid;
}
#galerie .white-button{
	text-align: left;
	margin-top:50px;
}

/* Projects Style */

#projects .white-button{
	display:inline-grid;
}
#projects .white-button{
	text-align: left;
	margin-top:50px;
}
#projects {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 50px;
}

#projects .masonry {
  position: relative;
  width: 100%;
}

#projects .masonry .item img {
  transition: all 1s;
  width: 100%;
  overflow: hidden;
  margin-bottom: 0px;
}

#projects .masonry .item img:hover {
  opacity: 0.5;
}
/* Galerie Style */
#galerie {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 50px;
}
#galerie .section-heading {
	margin-top:0px;
  margin-bottom: 30px;
	padding-bottom: 30px;
  text-align: left;
}

/* section produit-dreads Style */




#produit-dreads .fiche_produit {
	text-align: left;
	color:#292929;
	line-height: 20px;
}
#produit-dreads .fiche_produit_green {
	text-align: left;
	color:#588A47;
	font-size: 16px;
	font-weight: 700;
}
#produit-dreads .fiche_produit_prix {
	text-align: left;
	color:#588A47;
	font-size: 20px;
}
#produit-dreads .fiche_produit_prix_barre {
	text-align: left;
	color:#727272;
	font-size: 16px;
	text-decoration:line-through;
}
#produit-dreads .white-button{
	text-align: left;
	margin-top:50px;
}


#produit-dreads {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 50px;
background-color: #f4f4f4;

}
#produit-dreads .section-heading {
	margin-top:0px;
  margin-bottom: 30px;
	padding-bottom: 30px;
  text-align: left;
}

#produit-dreads .masonry {
  position: relative;
  width: 100%;
}

#produit-dreads .masonry img {
  transition: all 1s;
  width: 100%;
  overflow: hidden;
}

#produit-dreads .masonry .item-intro img {
  transition: all 1s;
  width:70px;
  overflow: hidden;
}

#produit-dreads .item p {
	line-height: 5px;
	margin-left:5px;
	margin-right:5px;
}

#produit-dreads .item1 {
 border-top:solid thin;
  border-bottom:solid thin;
  border-left:solid thin;
  border-right:solid thin;
  border-color:#588A47;
}
#produit-dreads .item2 {
 border-top:dashed thin;
  border-bottom:dashed thin;
  border-left:dashed thin;
  border-right:dashed thin;
  border-color:#588A47;
}


#produit-dreads .masonry .item img:hover {
  opacity: 0.5;
}

#produit-dreads .item .text-content {
  padding-top: 20px;
  background-color: transparent;
  position: relative;
  z-index: 10;
  padding-bottom: 130px;
}


/* Dreadlocks Style */

#dreadlocks .white-button{
	display:inline-grid;
}
#dreadlocks-packs .white-button{
	display:inline-grid;
}
#dreadlocks .white-button{
	text-align: left;
	margin-top:50px;
}
#dreadlocks-packs .white-button{
	text-align: left;
	margin-top:50px;
}

#dreadlocks .fiche_produit {
	text-align: left;
	color:#292929;
	line-height: 20px;
}

#dreadlocks-packs .fiche_produit {
	text-align: left;
	color:#292929;
	line-height: 20px;
}
#dreadlocks .fiche_produit_green {
	text-align: left;
	color:#588A47;
	font-size: 16px;
	font-weight: 700;
}
#dreadlocks-packs .fiche_produit_green {
	text-align: left;
	color:#588A47;
	font-size: 16px;
	font-weight: 700;
}
#dreadlocks .fiche_produit_prix {
	text-align: left;
	color:#588A47;
	font-size: 20px;
}
#dreadlocks-packs .fiche_produit_prix {
	text-align: left;
	color:#588A47;
	font-size: 20px;
}
#dreadlocks .fiche_produit_prix_barre {
	text-align: left;
	color:#727272;
	font-size: 16px;
	text-decoration:line-through;
}
#dreadlocks-packs .fiche_produit_prix_barre {
	text-align: left;
	color:#727272;
	font-size: 16px;
	text-decoration:line-through;
}


#dreadlocks {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 50px;

}
#dreadlocks-packs {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 50px;
}

#dreadlocks .section-heading {
	margin-top:0px;
  margin-bottom: 30px;
	padding-bottom: 30px;
  text-align: left;
}
#dreadlocks-packs .section-heading {
	margin-top:0px;
  margin-bottom: 30px;
	padding-bottom: 30px;
  text-align: left;
}

#dreadlocks .masonry {
  position: relative;
  width: 100%;
}
#dreadlocks-packs .masonry {
  position: relative;
  width: 100%;
}

#dreadlocks .masonry img {
  transition: all 1s;
  width: 100%;
  overflow: hidden;
}
#dreadlocks-packs .masonry img {
  transition: all 1s;
  width: 100%;
  overflow: hidden;
}

#dreadlocks .masonry .item-intro img {
  transition: all 1s;
  width:70px;
  overflow: hidden;
}
#dreadlocks-packs .masonry .item-intro img {
  transition: all 1s;
  width:70px;
  overflow: hidden;
}

#dreadlocks .item p {
	line-height: 5px;
	margin-left:5px;
	margin-right:5px;
}
#dreadlocks-packs .item p {
	line-height: 5px;
	margin-left:5px;
	margin-right:5px;
}

#dreadlocks .item1 {
 border-top:solid thin;
  border-bottom:solid thin;
  border-left:solid thin;
  border-right:solid thin;
  border-color:#588A47;
}
#dreadlocks-packs .item1 {
 border-top:solid thin;
  border-bottom:solid thin;
  border-left:solid thin;
  border-right:solid thin;
  border-color:#588A47;
}
#dreadlocks .item2 {
 border-top:dashed thin;
  border-bottom:dashed thin;
  border-left:dashed thin;
  border-right:dashed thin;
  border-color:#588A47;
}
#dreadlocks-packs .item2 {
 border-top:dashed thin;
  border-bottom:dashed thin;
  border-left:dashed thin;
  border-right:dashed thin;
  border-color:#588A47;
}

.item1, .item2 {
	margin-bottom:20px;
	grid-row-gap: 50px;
}
#dreadlocks .masonry .item img:hover {
  opacity: 0.5;
}
#dreadlocks-packs .masonry .item img:hover {
  opacity: 0.5;
}

#dreadlocks .item .text-content {
  padding-top: 20px;
  background-color: transparent;
  position: relative;
  z-index: 10;
  padding-bottom: 130px;
}
#dreadlocks-packs .item .text-content {
  padding-top: 20px;
  background-color: transparent;
  position: relative;
  z-index: 10;
  padding-bottom: 130px;
}























/* Attrape reves Style */

#compo-attrape-reve .white-button{
	display:inline-grid;
}
#compo-attrape-reve .white-button{
	text-align: left;
	margin-top:50px;
}
#compo-attrape-reve .fiche_produit {
	text-align: left;
	color:#292929;
	line-height: 20px;
}
#compo-attrape-reve .fiche_produit_green {
	text-align: left;
	color:#588A47;
	font-size: 16px;
	font-weight: 700;
}
#compo-attrape-reve .fiche_produit_prix {
	text-align: left;
	color:#588A47;
	font-size: 20px;
}
#compo-attrape-reve .fiche_produit_prix_barre {
	text-align: left;
	color:#727272;
	font-size: 16px;
	text-decoration:line-through;
}
#compo-attrape-reve {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 50px;
}
#compo-attrape-reve .section-heading {
	margin-top:0px;
  margin-bottom: 30px;
	padding-bottom: 30px;
  text-align: left;
}
#compo-attrape-reve .masonry {
  position: relative;
  width: 100%;
}
#compo-attrape-reve .masonry img {
  transition: all 1s;
  width: 100%;
  overflow: hidden;
}
#compo-attrape-reve .masonry .item-intro img {
  transition: all 1s;
  width:70px;
  overflow: hidden;
}
#compo-attrape-reve .item p {
	line-height: 5px;
	margin-left:5px;
	margin-right:5px;
}
#compo-attrape-reve .item1 {
 border-top:solid thin;
  border-bottom:solid thin;
  border-left:solid thin;
  border-right:solid thin;
  border-color:#588A47;
}

#compo-attrape-reve .item2 {
 border-top:dashed thin;
  border-bottom:dashed thin;
  border-left:dashed thin;
  border-right:dashed thin;
  border-color:#588A47;
}

#compo-attrape-reve .masonry .item img:hover {
  opacity: 0.5;
}
#compo-attrape-reve .item .text-content {
  padding-top: 20px;
  background-color: transparent;
  position: relative;
  z-index: 10;
  padding-bottom: 130px;
}













/* Compo murale Style */

#compo-murale .white-button{
	display:inline-grid;
}
#compo-murale .white-button{
	text-align: left;
	margin-top:50px;
}
#compo-murale .fiche_produit {
	text-align: left;
	color:#292929;
	line-height: 20px;
}
#compo-murale .fiche_produit_green {
	text-align: left;
	color:#588A47;
	font-size: 16px;
	font-weight: 700;
}
#compo-murale .fiche_produit_prix {
	text-align: left;
	color:#588A47;
	font-size: 20px;
}
#compo-murale .fiche_produit_prix_barre {
	text-align: left;
	color:#727272;
	font-size: 16px;
	text-decoration:line-through;
}
#compo-murale {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 50px;
}
#compo-murale .section-heading {
	margin-top:0px;
  margin-bottom: 30px;
	padding-bottom: 30px;
  text-align: left;
}
#compo-murale .masonry {
  position: relative;
  width: 100%;
}
#compo-murale .masonry img {
  transition: all 1s;
  width: 100%;
  overflow: hidden;
}
#compo-murale .masonry .item-intro img {
  transition: all 1s;
  width:70px;
  overflow: hidden;
}
#compo-murale .item p {
	line-height: 5px;
	margin-left:5px;
	margin-right:5px;
}
#compo-murale .item1 {
 border-top:solid thin;
  border-bottom:solid thin;
  border-left:solid thin;
  border-right:solid thin;
  border-color:#588A47;
}

#compo-murale .item2 {
 border-top:dashed thin;
  border-bottom:dashed thin;
  border-left:dashed thin;
  border-right:dashed thin;
  border-color:#588A47;
}

#compo-murale .masonry .item img:hover {
  opacity: 0.5;
}
#compo-murale .item .text-content {
  padding-top: 20px;
  background-color: transparent;
  position: relative;
  z-index: 10;
  padding-bottom: 130px;
}




/* Compo à poser Style */

#compo-poser .white-button{
	display:inline-grid;
}
#compo-poser .white-button{
	text-align: left;
	margin-top:50px;
}
#compo-poser .fiche_produit {
	text-align: left;
	color:#292929;
	line-height: 20px;
}
#compo-poser .fiche_produit_green {
	text-align: left;
	color:#588A47;
	font-size: 16px;
	font-weight: 700;
}
#compo-poser .fiche_produit_prix {
	text-align: left;
	color:#588A47;
	font-size: 20px;
}
#compo-poser .fiche_produit_prix_barre {
	text-align: left;
	color:#727272;
	font-size: 16px;
	text-decoration:line-through;
}
#compo-poser {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 50px;
}
#compo-poser .section-heading {
	margin-top:0px;
  margin-bottom: 30px;
	padding-bottom: 30px;
  text-align: left;
}
#compo-poser .masonry {
  position: relative;
  width: 100%;
}
#compo-poser .masonry img {
  transition: all 1s;
  width: 100%;
  overflow: hidden;
}
#compo-poser .masonry .item-intro img {
  transition: all 1s;
  width:70px;
  overflow: hidden;
}
#compo-poser .item p {
	line-height: 5px;
	margin-left:5px;
	margin-right:5px;
}
#compo-poser .item1 {
 border-top:solid thin;
  border-bottom:solid thin;
  border-left:solid thin;
  border-right:solid thin;
  border-color:#588A47;
}

#compo-poser .item2 {
 border-top:dashed thin;
  border-bottom:dashed thin;
  border-left:dashed thin;
  border-right:dashed thin;
  border-color:#588A47;
}

#compo-poser .masonry .item img:hover {
  opacity: 0.5;
}
#compo-poser .item .text-content {
  padding-top: 20px;
  background-color: transparent;
  position: relative;
  z-index: 10;
  padding-bottom: 130px;
}









/* Bijou floral Style */

#compo-bijoux .white-button{
	display:inline-grid;
}
#compo-bijoux .white-button{
	text-align: left;
	margin-top:50px;
}
#compo-bijoux .fiche_produit {
	text-align: left;
	color:#292929;
	line-height: 20px;
}
#compo-bijoux .fiche_produit_green {
	text-align: left;
	color:#588A47;
	font-size: 16px;
	font-weight: 700;
}
#compo-bijoux .fiche_produit_prix {
	text-align: left;
	color:#588A47;
	font-size: 20px;
}
#compo-bijoux .fiche_produit_prix_barre {
	text-align: left;
	color:#727272;
	font-size: 16px;
	text-decoration:line-through;
}
#compo-bijoux {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 50px;
}
#compo-bijoux .section-heading {
	margin-top:0px;
  margin-bottom: 30px;
	padding-bottom: 30px;
  text-align: left;
}
#compo-bijoux .masonry {
  position: relative;
  width: 100%;
}
#compo-bijoux .masonry img {
  transition: all 1s;
  width: 100%;
  overflow: hidden;
}
#compo-bijoux .masonry .item-intro img {
  transition: all 1s;
  width:70px;
  overflow: hidden;
}
#compo-bijoux .item p {
	line-height: 5px;
	margin-left:5px;
	margin-right:5px;
}
#compo-bijoux .item1 {
 border-top:solid thin;
  border-bottom:solid thin;
  border-left:solid thin;
  border-right:solid thin;
  border-color:#588A47;
}

#compo-bijoux .item2 {
 border-top:dashed thin;
  border-bottom:dashed thin;
  border-left:dashed thin;
  border-right:dashed thin;
  border-color:#588A47;
}

#compo-bijoux .masonry .item img:hover {
  opacity: 0.5;
}
#compo-bijoux .item .text-content {
  padding-top: 20px;
  background-color: transparent;
  position: relative;
  z-index: 10;
  padding-bottom: 130px;
}












/* Bouquets Style */

#compo-bouquets .white-button{
	display:inline-grid;
}
#compo-bouquets .white-button{
	text-align: left;
	margin-top:50px;
}
#compo-bouquets .fiche_produit {
	text-align: left;
	color:#292929;
	line-height: 20px;
}
#compo-bouquets .fiche_produit_green {
	text-align: left;
	color:#588A47;
	font-size: 16px;
	font-weight: 700;
}
#compo-bouquets .fiche_produit_prix {
	text-align: left;
	color:#588A47;
	font-size: 20px;
}
#compo-bouquets .fiche_produit_prix_barre {
	text-align: left;
	color:#727272;
	font-size: 16px;
	text-decoration:line-through;
}
#compo-bouquets {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 50px;
}
#compo-bouquets .section-heading {
	margin-top:0px;
  margin-bottom: 30px;
	padding-bottom: 30px;
  text-align: left;
}
#compo-bouquets .masonry {
  position: relative;
  width: 100%;
}
#compo-bouquets .masonry img {
  transition: all 1s;
  width: 100%;
  overflow: hidden;
}
#compo-bouquets .masonry .item-intro img {
  transition: all 1s;
  width:70px;
  overflow: hidden;
}
#compo-bouquets .item p {
	line-height: 5px;
	margin-left:5px;
	margin-right:5px;
}
#compo-bouquets .item1 {
 border-top:solid thin;
  border-bottom:solid thin;
  border-left:solid thin;
  border-right:solid thin;
  border-color:#588A47;
}

#compo-bouquets .item2 {
 border-top:dashed thin;
  border-bottom:dashed thin;
  border-left:dashed thin;
  border-right:dashed thin;
  border-color:#588A47;
}

#compo-bouquets .masonry .item img:hover {
  opacity: 0.5;
}
#compo-bouquets .item .text-content {
  padding-top: 20px;
  background-color: transparent;
  position: relative;
  z-index: 10;
  padding-bottom: 130px;
}

















.product-content-solde{
  padding-top: 10px;
  padding-bottom: 10px;
  border-top:dashed;
  border-bottom:dashed;
  border-left:dashed;
  border-right:dashed;
  border-color: #588A47;
	border-radius: 50%;
  margin-bottom:15px;	
}

.product-content-normal{
  padding-top: 10px;
  padding-bottom: 10px;
  border-top:solid thin;
  border-bottom:solid thin;
  border-left:solid thin;
  border-right:solid thin;
  border-color: #588A47;
	border-radius: 50%;
  margin-bottom:15px;	
}

.text-content-pack{
  padding-top: 10px;

}

.text-content-surmesure{
  padding-top: 10px;
  padding-bottom: 10px;
  border-top:solid thin;
  border-bottom:solid thin;
  border-left:solid thin;
  border-right:solid thin;
  border-color: #BDDFAB;
  border-radius: 50%;
  margin-bottom:15px;
  background-color: #BDDFAB;
}


.text-content-pack-titre{
margin-bottom:25px;
}


.titre-section {
background-color: #2f2f2f;
margin-bottom:30px;
color: #ECEBEB;
}
/* Video Presentation Style */

#video {
  text-align: left;
  background-color: #f4f4f4;
  padding: 30px 60px;
}

#video .section-heading {
	margin-top:0px;
  margin-bottom: 30px;
  text-align: left;
}

#video .section-heading h1 {
font-size: 70px;
  color: #8cc17a;
  display: inline-block; /*display de base : inline-block */
  font-family: "Great Vibes", cursive;
  padding-left: 37px;
  margin-top: -20px;
	
}

#video .section-heading p {
  display: inline-block; 	/*display de base : inline-block */
  font-size: 15px;
  line-height: 26px;
  color: #272727;
  position: absolute;
}

#video .accent-button {
  margin-top: 30px;
}

#video h1 {
	
}





	
.box-video{
  width: 100%;
  position: relative;
  margin-top: 30px;
margin-bottom: 20px;
  cursor: pointer;
  overflow: hidden;
}

.box-video .bg-video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 2;
}

.bg-video {
	background-image: url("../img/13.jpg")
}
.box-video .video-container{
  position: relative;
  margin: 0;
  z-index: 1;
}

.box-video .bt-play {
  position: absolute;
  top:50%;
  left:50%;
  margin:-30px 0 0 -30px;
  display: inline-block;
  width: 60px;
  height: 60px;
  background:#fff;
  border-radius: 50%;
  text-indent: -999em;
  cursor: pointer;
  z-index:2;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.box-video .bt-play:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: 0;
  width: 0;
  margin: -12px 0 0 -6px;
  border: solid transparent;
  border-left-color: #000;
  border-width: 12px 20px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.box-video:hover .bt-play {
  transform: scale(1.1);
}

.box-video.open .bg-video{
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .6s .8s;
  transition: all .6s .8s;  
}
.box-video.open .video-container{
  opacity: 1;
  -webkit-transition: all .6s .8s;
  transition: all .6s .8s;
}




/* Blog Style */

#blog {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 80px;
}

#blog .tabs {
  list-style: none;
  margin: 0px;
  padding: 0px;
  height: 90px;
  width: 100%;
  background-color: none;
  border-bottom: 10px solid #588A47;
}

#blog .tabs li {
  display: inline-block;
  text-align: center;
  width: 25%;
  float: left;
  margin: 0;
  padding: 0;
}

#blog .tabs a {
  display: block;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0.5px;
  color: #232323;
	font-family: "Great Vibes", cursive;
	font-weight: 400;
  	font-style: normal;
  font-size: 25px;
  line-height: 80px;
  transition: 0.5s;
}

#blog .tabs a:hover {
  color: #588A47;
}


#blog .tabs .active:hover {
  color: #fff;
}

#blog .tabs .active {
  background-color: #588A47;
  color: #fff;
}

.tabgroup {
  background-color: none;
  padding: 20px 0px;
}

.clearfix:after {
  content:"";
  display:flex;
  clear:both;
}

#blog .tabgroup ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#blog .tabgroup ul li {
  display:inherit;
  text-align: left;
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

#blog .tabgroup ul li:last-child {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 10px;
}

#blog .tabgroup ul li img {
  float: center;
  margin-right: 30px;
  width:auto;
  max-width: 100%;
  overflow: hidden;
}
#blog .tabgroup ul li .text-content {
  display:grid;
}

#blog .item .text-content h4 {
  padding-top: 7.5px;
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 21px;
  font-weight: 600;
  color: #232323;
  letter-spacing: 0.5px;
}

#blog .item .text-content span {
  display:flex;
  font-size: 15px;
  font-weight: 600;
  color: #7a7a7a;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}

#blog .item .text-content p {
  display:flex;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  line-height: 5px;
}

#blog .item .text-content .accent-button {
  margin-top: 10px;
}

#blog .item .text-content img {
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
}

h5{
	font-size:22px;
	font-weight:600;
}

/* Contact Style */


#contact {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 50px;
}

#contact {
  text-align: left;
  background-color: #262626;
  padding: 30px 60px;
}
#contact-content {
  padding: 80px 60px;
}

#contact .section-heading {
	margin-top:0px;
  margin-bottom: 30px;
  text-align: left;
}

#contact .section-heading h1 {
font-size: 70px;
  color: #8cc17a;
  display: inline-block; /*display de base : inline-block */
  font-family: "Great Vibes", cursive;
  padding-left: 37px;
  margin-top: -20px;
	
}

#contact .section-heading p {
  display: inline-block; 	/*display de base : inline-block */
  font-size: 15px;
  line-height: 26px;
  color: #D9D9D9;
  position: absolute;
}

#contact p {

  font-size: 15px;
  line-height: 26px;
  color: #D9D9D9;
  position: absolute;
}

#contact input {
  border-radius: 0px;
  padding-left: 15px;
  font-size: 13px;
  color: #aaa;
  background-color: #f4f4f4;
  border: 1px solid #eee;
  outline: none;
  box-shadow: none;
  line-height: 40px;
  height: 40px;
  width: 100%;
  margin-bottom: 25px;
}

#contact textarea {
  border-radius: 0px;
  padding-left: 15px;
  padding-top: 10px;
  font-size: 13px;
  color: #aaa;
  background-color: #f4f4f4;
  border: 1px solid #eee;
  outline: none;
  box-shadow: none;
  height: 200px;
  max-height: 250px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 25px;
}

#contact button {
  font-size: 13px;
  border-radius: 0px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  background-color: #588A47;
  display: inline-block;
  height: 44px;
  line-height: 24px;
  outline: none;
  box-shadow: none;
  width: 100%;
  letter-spacing: 0.25px;
  text-decoration: none;
  transition: all 0.3s;
}

#contact button:hover {
  color: #232323;
  background-color: #f4f4f4;
}



/* Footer Style */

.footer {
  background-color: rgba(12,12,12,0.9);
  height: 80px;
  line-height: 80px;
  display: inline-block;
  text-align: center;
  width: 100%;
}

.footer p {
  margin-bottom: 0px;
  font-size: 13px;
  line-height: 80px;
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 300;
}

.footer p a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}



/* Responsive Style */

@media (max-width: 992px) {

  .responsive-nav {
    display: none;
  }

  .sidebar-navigation .logo a {
    font-size: 18px;
  }

  .sidebar-navigation nav a {
    font-size: 13px;
  }

  .sidebar-navigation nav ul {
    margin-left: 30px;
  }

  .sidebar-navigation .social-icons li a {
    font-size: 15px;
  }

}


@media (max-width: 767px) {

  .responsive-nav {
    display: block;
    height: 60px;
  }

  .page-content {
    width: 100%;
  }

  .Modern-Slider .info {
    text-align: center;
    right: 0px;
    padding: 0px 30px;
  }

  .Modern-Slider .NextArrow{
    outline: none;
    display: none;
    position:absolute;
    top:120px;
    right: 50%;
    transform: translateX(50%);
    margin-right: -30px;
    width:50px;
    height:50px;
    background:rgba(0,0,0,.50);
    border:0 none;
    text-align:center;
    font:32px/50px FontAwesome;
    color:#FFF;
    z-index:5;
  }

  .Modern-Slider .NextArrow:before{content:'\f105';}

  .Modern-Slider .PrevArrow{
    outline: none;
    position:absolute;
    top:120px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -30px;
    width:50px;
    height:50px;
    background:rgba(0,0,0,.50);
    border:0 none;
    text-align:center;
    font:32px/50px FontAwesome;
    color:#FFF;
    z-index:5;
  }

  

}

@media (max-width: 690px) {

  .section-heading p {
    position: relative;
  }

  #featured {
    padding-left: 15px;
    padding-right: 15px;
  }

  #featured .owl-nav {
    position: absolute;
    display: inline-block;
    top: -220px;
    right: 0;
  }

  #projects {
    padding-left: 15px;
    padding-right: 15px;
  }

  #video {
    padding-left: 15px;
    padding-right: 15px;
  }

  #blog {
    padding-left: 15px;
    padding-right: 15px;
  }

  #blog .tabs a {
    font-size: 13px;
  }

  #blog .tabgroup ul li img {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  #blog .tabgroup ul li .text-content {
    display: block;
  }

  #contact-content {
    padding-left: 15px;
    padding-right: 15px;
  }

}




/* DREADELYS Style */

.img-responsive {
	width:22%;
	max-width: 150px;
}

.shadow {
	text-shadow: 2em 2em 2em black;
}
.great-vibes-regular {
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  font-style: normal;
}

.prix {
	color: #588A47;
	font-size:16px;
	line-height: 10px;
	
}
.ref {
color: #D5D5D5;
}
.prix-barre {
	color: #D5D5D5;
	font-size:12px;
	text-decoration:line-through;
}
.produit {
	color: #588A47;
	font-family: "Great Vibes", cursive;
	font-weight: 800;
  	font-style: normal;
}
.produit_m {
	color: #588A47;
	font-family: "Great Vibes", cursive;
	font-weight: 600;
  	font-style: normal;
	font-size: 27px;
}
.produit_t {
	color: #F3F3F3;
	font-family: "Great Vibes", cursive;
	font-weight: 400;
  	font-style: normal;
	font-size: 35px;
	display:inline-block;

}
.produit_t2{
	color: #588A47;
	display:inline-block;
	font-weight: 500;
	font-stretch:expanded;
	font-size: 20px;
}
.produit_p{
	color: #588A47;
	display:inline-block;
	font-weight: 600;
	font-size: 15px;
}

.rowproduit{
	border-width: 2px;
	border-color:#588A47;
	border-top:solid;
	border-bottom:solid;
	border-left:solid;
	border-right:solid;
	border-radius:50px;
}

.image-zoom {
        position : relative;
        overflow : hidden;
        transition : 0.5s;
		display: inline-block;
		padding: 15px;
    }
.image-zoom img {
        width : 50px;
        height : auto;
        -webkit-transition : all 0.3s ease;
        transition : all 0.3s ease;
    }
.image-zoom :hover img {
        -webkit-transform : scale(1.4);
        transform : scale(1.4);
    }
img {
	padding-bottom: 28px;
}

.pjustify {
text-align:justify;	
}

.menu-visuel {
margin-top: -18px;
}
.menu-visuel img:hover {
 opacity: 0.8;
}




.titre-section-menu-visuel {
margin: 0px;
padding:0px;
width:100%;

color: #ECEBEB;
}

.hr {
	color: #8cc17a;
}


















