@charset "utf-8";
/* CSS Document */

body {
  color: #453122;
  font-family: 'Montserrat', sans-serif;
  min-height: 80vh;
  position: relative;
  margin: 0;
  padding-bottom: 100px; //height of the footer
  box-sizing: border-box;
}
.green {
  color: #4f8e32
}

.btn-success {
  background-color: #4f8e32;
  border-color:#6aff56;
}
.btn-outline-success {
  border-color: #4f8e32;
  color: #4f8e32;;
}
.btn-outline-success:hover {
  background-color: #218838;
}

.btn-danger {
  
    border-color:#ffa4aa;
}
.btn-warning

 {
   background-color: #f27800;
     color:#fff;
}
/*----------------------------------------------------------------
	HEADER	NAVBAR
----------------------------------------------------------------*/
.top {
  background-color: rgba(69, 49, 34, 0.8);
    padding:0px 0px 0px 0px;
}
.top_content {
 
  padding:0px;
  margin: 0 auto;
}


.logo_mobile {
  display: none;
}

.logo_tm {
    height: 128px;
    padding:0px 0px 0px 0px;
}

header.scrolled {
  background: rgba(55, 55, 55, 0.9);
  transition: background 500ms;
}
header.scrolled .top_content {
  display: none;
}

/*----------------------------------------------------------------
		CAROUSEL -  HOME
----------------------------------------------------------------*/
.carousel-inner {
  padding-top: 0px;
}
.carousel-item {
  height: 98vh;
 
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='green' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='green' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  width: 64px;
  height: 64px;
}

.carousel-caption  {
    bottom:28%;
}
.carousel-item h3 {
  font-size:2.8rem;
  background: rgba(61, 44, 32, 0.9);
  display: inline-block;
  padding: 5px 10px 5px 10px;
  border-radius: 10px;
  box-shadow: 0px 1px 5px 1px rgba(119, 119, 119, 0.5);
  -moz-box-shadow: 0px 1px 5px 1px rgba(119, 119, 119, 0.5);
  -webkit-box-shadow: 0px 1px 5px 1px rgba(119, 119, 119, 0.5);
}
/* Animation delays */
.carousel-caption h3:first-child {
  animation-delay: 0.5s;
}
.carousel-caption p a {
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  font-size: 1.3rem;
  background-color: rgba(55, 55, 55, 0.4);
  padding: 3px 5px 3px 5px;
  border-radius: 3px;
}
.carousel-caption p a:hover {
  background-color: rgba(55, 55, 55, 0.8);
}
.carousel-caption p {
  animation-delay: 1.5s;
}
.home {
    background-color:#453122
}
.home_content {
    max-width:1250px;
    margin:0 auto;
    padding:15px;
    color:#fff;
}



.homec {
    max-width:750px;
    margin:0 auto;
}

.homec img {
    max-height:200px;
}


/*----------------------------------------------------------------
		PAGES
----------------------------------------------------------------*/
.page_global {
    
    background: linear-gradient( rgba(69, 49, 34, 0.4) , rgba(69, 49, 34, 0.8) ), url(../images/fd_page.jpg) no-repeat center center fixed;
}

.page_wood {
  margin-top: 0px;
  padding: 5px 5px 30px 5px;
   /*background: url("../images/fd_menu.jpg") repeat;
    background-color:#453122;*/
    overflow: hidden;
 max-width:1500px;
    margin:0 auto;
}

.page_wood  a:not(.btn) {
  color: #de5919;
}

.titre_wood {
  font-size: 1.8rem;
  letter-spacing:5px;
  margin: 0;
  color: #fff;
  margin-top: 230px;
 padding:5px;
text-shadow: 3px 3px 5px #453122;
    font-weight:600;
    text-transform: uppercase;

}

.intro  {
   font-size:0.85rem;
}
.intro p {
    margin-bottom:0.5rem;
}


.page-holder {
  min-height: 100vh;
}

.bg-cover {
  background-size: cover !important;
}

.contenu_dyn {
    background-color: rgba(255,255,255,1.0);
   width:100%;
    margin:0px 0px 15px 0px;
    border-radius:8px;
    padding:15px;
}
.contenu_dyn h2 {
    color:#4f8e32;
    font-size:1.7rem;
}

.contenu_dyn  p, .contenu_dyn  li {
    font-size:0.9rem;
}

.contenu_dyn img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  border: 0;
	margin:0px;
}

.texte-placement-b{
  width:100%;
  box-sizing: border-box;
  float:none;
	 padding:10px;
}
.images-placement-b{
  width:100%;
  box-sizing: border-box;
	text-align:center;
  float:none;
}
.texte-placement-l{
  box-sizing: border-box;
  width:55%;
  float:right ;
	padding:10px 10px 10px 20px;
		margin-top:10px;
}
.images-placement-l{
  box-sizing: border-box;
  width:44%;
  padding:0px;
  float:left ;
}
.texte-placement-r{
  box-sizing: border-box;
  width:55%;
  float:left ;
	 padding:10px 10px 10px 20px;
	margin-top:10px;
	
}
.images-placement-r{
  box-sizing: border-box;
  width:45%;
	padding:0px;
  float:right ;
}

.slider_contenu {
    max-height:420px;
    text-align:center;
}

.slider_contenu img {
    max-height:420px;
    text-align:center;
}

.photos_galerie {
     background-color: rgba(255,255,255,1.0);
   width:100%;
    margin:0px 0px 15px 0px;
    border-radius:8px;
    padding:15px;
}


.galerie-img{
     display:block;
     overflow:hidden;
     border:1px solid rgba(0, 0, 0, .3);
    padding:3px;
    margin:5px;
}
.galerie-img img{
     width:100%;
     height:100%;
     -webkit-transition: all 0.2s;
     -moz-transition: all 0.2s;
     -ms-transition: all 0.2s;
     -o-transition: all 0.2s;
     transition: all 0.2s;
}
.galerie-img:hover img{
     transform:scale(1.2);
    opacity: .5;
}
/*----------------------------------------------------------------
		ADHESION
----------------------------------------------------------------*/


.form_contact {
 
  padding: 15px;
    max-width:1250px;
    margin:0 auto;
  font-size: 0.9rem;
    background-color: rgba(255,255,255,1.0);
    border-radius:8px;
   -webkit-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.52); 
box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.52);

}

.form_contact label {
  font-size: 0.9rem;
  font-weight: 600;
}
.form_contact input, .form_contact textarea,  .form_contact select  {
  font-size: 0.9rem;
  border: 1px solid rgba(104,139,135,0.6);
   background-color: rgba(255,255,255,1.0);
}
.form-control:focus {
  border-color: #fc7636;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}


/*----------------------------------------------------------------
		FOOTER
----------------------------------------------------------------*/
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
    color:#453122;
  
}
.footer_content {
  background-color: #fff;
  color: #282525;
    border-top:2px solid #453122;
    border-bottom:2px solid #453122;

}
.footer_content a {
  color: #282525;
}

.adresse  {
   font-size:0.85rem;
    line-height:1.3rem;
}


img.logo_footer {
  display: inline-block;
  margin: 8px;
  text-align: center;
  max-height: 70px;
}
.picto_footer {
  display: inline-block;
  margin: 10px;
  text-align: center;
}
.picto_footer a {
    color:#fff;
}
.copy {
    background-color: #453122;
    color:#fff;
              background: url("../images/fd_menu.jpg") repeat-x;
}


#toTopBtn {
  position: fixed;
  bottom: 26px;
  right: 39px;
  z-index: 98;
  padding: 21px;
  background-color: rgba(79, 142, 50, 0.8);
}
.js .cd-top--fade-out {
  opacity: .5
}
.js .cd-top--is-visible {
  visibility: visible;
  opacity: 1
}
.js .cd-top {
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s, visibility .3s, background-color .3s
}
.cd-top {
  position: fixed;
  bottom: 20px;
  bottom: var(--cd-back-to-top-margin);
  right: 20px;
  right: var(--cd-back-to-top-margin);
  display: inline-block;
  height: 40px;
  height: var(--cd-back-to-top-size);
  width: 40px;
  width: var(--cd-back-to-top-size);
  box-shadow: 0 0 10px rgba(0, 0, 0, .05) !important;
  background: url(https://res.cloudinary.com/dxfq3iotg/image/upload/v1571057658/cd-top-arrow.svg) no-repeat center 50%;
  background-color: hsla(5, 76%, 62%, .8);
  background-color: hsla(var(--cd-color-3-h), var(--cd-color-3-s), var(--cd-color-3-l), 0.8)
}



	.cookie-alert {
	   position: fixed;
	   bottom: 20px;
	   right:20px;
	   border-radius: 10px;
	   background:#fff;
	   color:#202020;
	   padding:10px 15px;
	   width:280px;
	   z-index:100;
        font-size:0.8rem;
        border:2px solid #ed601d;
	}
	.cookie-alert a { 
	   display:block;
	   text-align: center;
	   padding:5px 10px;
	   margin:4px auto 0 auto;
	   border-radius: 10px;
	   background:transparent;
	   border: 2px solid #ed601d;
	   color:#ed601d;
	   transition: all .3s ease;
          font-size:0.8rem;
	}
	   .cookie-alert a:hover {
	      background: #ed601d;
	      color:#fff;
	   }
	@media only screen and (max-width:480px) {
	   .cookie-alert {
	      text-align: center;
	      left: 0; right: 0;;
	        margin: 0 auto;
	      max-width:700px;
	      padding:10px 30px;
	   }
	}
