@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*              Alegreya Sans SC              */

.alegreya-sans sc-thin {
  font-family: "Alegreya Sans SC", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.alegreya-sans sc-thin-italic {
  font-family: "Alegreya Sans SC", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.alegreya-sans sc-light {
  font-family: "Alegreya Sans SC", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.alegreya-sans sc-light-italic {
  font-family: "Alegreya Sans SC", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.alegreya-sans sc-regular {
  font-family: "Alegreya Sans SC", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.alegreya-sans sc-regular-italic {
  font-family: "Alegreya Sans SC", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.alegreya-sans sc-medium {
  font-family: "Alegreya Sans SC", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.alegreya-sans sc-medium-italic {
  font-family: "Alegreya Sans SC", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.alegreya-sans sc-bold {
  font-family: "Alegreya Sans SC", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.alegreya-sans sc-bold-italic {
  font-family: "Alegreya Sans SC", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.alegreya-sans sc-extrabold {
  font-family: "Alegreya Sans SC", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.alegreya-sans sc-extrabold-italic {
  font-family: "Alegreya Sans SC", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.alegreya-sans sc-black {
  font-family: "Alegreya Sans SC", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.alegreya-sans sc-black-italic {
  font-family: "Alegreya Sans SC", sans-serif;
  font-weight: 900;
  font-style: italic;
}

/*              Alegreya Sans              */

.alegreya-sans-thin {
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.alegreya-sans-thin-italic {
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.alegreya-sans-light {
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.alegreya-sans-light-italic {
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.alegreya-sans-regular {
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.alegreya-sans-regular-italic {
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.alegreya-sans-medium {
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.alegreya-sans-medium-italic {
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.alegreya-sans-bold {
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.alegreya-sans-bold-italic {
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.alegreya-sans-extrabold {
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.alegreya-sans-extrabold-italic {
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.alegreya-sans-black {
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.alegreya-sans-black-italic {
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 900;
  font-style: italic;
}


/* =======================================================
*
* 	Template Style
*
* ======================================================= */
body {
  font-family: "Alegreya Sans SC";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.5);
  background: #080808;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  body {
    background: #080808;
  }
}

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

a {
  color: #287233;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #287233;
  outline: none;
  text-decoration: none;
}

p {
  font-family: "Alegreya Sans";
  margin-bottom: 30px;
  font-style: 18px;
}

h1, h2, h3, h4, h5, h6, figure {
  color: #fff;
  font-family: "Alegreya Sans SC";
  font-weight: 400;
  margin: 0 0 20px 0;
}

::-webkit-selection {
  color: #fff;
  background: #287233;
}

::-moz-selection {
  color: #fff;
  background: #287233;
}

::selection {
  color: #fff;
  background: #287233;
}

.fh5co-nav {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  background: transparent;
  z-index: 1001;
  top: 0;
  padding: 14px 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.fh5co-nav.scrolled {
  background: #287233 url(../images/vert.png) repeat;
  top: -82px;
}
@media screen and (max-width: 992px) {
  .fh5co-nav.scrolled {
    background: #287233 url(../images/vert.png) repeat;
    top: 0;
  }
}
.fh5co-nav #fh5co-logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-family: "Alegreya Sans SC";
  color: #fff !important;
}
.scrolled .fh5co-nav #fh5co-logo {
  color: #000 !important;
}
.fh5co-nav.scrolled #fh5co-logo a span {
  padding-left: 1%;
  padding-right: 2%;
  color: #fff;
}
.fh5co-nav #fh5co-logo a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 42px;
  color: #fff !important;
}
@media screen and (max-width: 480px) {
  .fh5co-nav #fh5co-logo a {
    justify-content: flex-start;
  }
}
.fh5co-nav #fh5co-logo a:hover, .fh5co-nav #fh5co-logo a:active, .fh5co-nav #fh5co-logo a:focus {
  color: #287233 !important;
}
.scrolled .fh5co-nav #fh5co-logo a {
  color: #000 !important;
}
.fh5co-nav #fh5co-logo a span {
  padding-left: 1%;
  padding-right: 2%;
  color: #287233;
}
@media screen and (max-width: 992px) {
  .fh5co-nav .menu-1 {
    display: none;
  }
}
@media (min-width: 992px) {
  .fh5co-nav #fh5co-logo img {
    max-width: 5%;
  }
}
@media (max-width: 992px) {
  .fh5co-nav #fh5co-logo img {
    max-width: 8%;
  }
}
@media (max-width: 480px) {
  .fh5co-nav #fh5co-logo img {
    max-width: 12%;
  }
}

.fh5co-nav ul {
  padding: 0;
  margin: 5px 0 0 0;
}
.fh5co-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}
.fh5co-nav ul li > a {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
}
.fh5co-nav ul li a {
  padding: 30px 15px;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.scrolled .fh5co-nav ul li a {
  color: rgba(0, 0, 0, 0.7);
}
.fh5co-nav ul li a:hover, .fh5co-nav ul li a:focus, .fh5co-nav ul li a:active {
  color: white;
}
.scrolled .fh5co-nav ul li a:hover, .scrolled .fh5co-nav ul li a:focus, .scrolled .fh5co-nav ul li a:active {
  color: black;
}
.fh5co-nav ul li.has-dropdown {
  position: relative;
}
.fh5co-nav ul li.has-dropdown .dropdown {
  width: 140px;
  -webkit-box-shadow: 0px 14px 16px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 16px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 16px -9px rgba(0, 0, 0, 0.75);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  text-align: left;
  background: #ea272d;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.fh5co-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #287233;
  border-width: 8px;
  margin-left: -8px;
}
.fh5co-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}
.fh5co-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}
.fh5co-nav ul li.has-dropdown .dropdown li a {
  font-size: 17px;
  padding: 2px 0;
  display: block;
  color: white;
  line-height: 1.2;
  text-transform: none;
  letter-spacing: 0;
}
.fh5co-nav ul li.has-dropdown .dropdown li a:hover {
  color: #fff;
}
.fh5co-nav ul li.has-dropdown:hover a, .fh5co-nav ul li.has-dropdown:focus a {
  color: #fff;
}
.scrolled .fh5co-nav ul li.has-dropdown:hover a, .scrolled .fh5co-nav ul li.has-dropdown:focus a {
  color: rgba(0, 0, 0, 0.7);
}

.fh5co-nav ul li.active > a {
  color: #fff;
  position: relative;
}
.fh5co-nav ul li.active > a:before,
.fh5co-nav ul li.active > a:after {
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
  height: 15px;
  z-index: -1;
}
.fh5co-nav ul li.active.galerie > a:before,
.fh5co-nav ul li.active.galerie > a:after {
  left: 2px;
}
.fh5co-nav ul li.active.contact > a:before,
.fh5co-nav ul li.active.contact > a:after {
  left: 4px;
}
.fh5co-nav ul li.active > a:before {
  transform: perspective(18px) rotateX(16deg);
}
.fh5co-nav ul li.active > a:after {
  top: 38px;
  transform: perspective(18px) rotateX(-16deg);
}
.fh5co-nav ul li.active > a:before,
.fh5co-nav ul li.active > a:after {
  border: 3px solid #2B03EB;
}

.fh5co-nav ul li.active > a:before,
.fh5co-nav ul li.active > a:after {
    border-radius: 12px;
}


.fh5co-nav ul li.active > a:before {
  border-bottom: none;
}
.fh5co-nav ul li.active > a:after {
  border-top: none;
}
.scrolled .fh5co-nav ul li.active > a {
  color: rgba(0, 0, 0, 0.7);
}

#fh5co-counter,
.fh5co-bg,
#fh5co-gallery .fh5co-bg-img,
#fh5co-gallery .fh5co-gallery_big,
.product {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

#fh5co-header {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
}
@media screen and (max-width: 768px) {
  #fh5co-header {
    background-position: center center;
    background-attachment: scroll;
  }
}
#fh5co-header .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 768px) {
  #fh5co-header,
  .fh5co-cover {
    padding: 3em 0;
  }
}
#fh5co-header .display-t,
.fh5co-cover .display-t {
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #fh5co-header .display-t,
  .fh5co-cover .display-t {
    padding: 3em 0;
  }
}
#fh5co-header .display-tc,
.fh5co-cover .display-tc {
  display: table-cell !important;
  vertical-align: middle;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #fh5co-header .display-tc,
  .fh5co-cover .display-tc {
    padding: 3em 0;
  }
}
#fh5co-header .display-tc h1, #fh5co-header .display-tc h2,
.fh5co-cover .display-tc h1,
.fh5co-cover .display-tc h2 {
  margin: 0;
  padding: 0;
  color: white;
}
#fh5co-header .display-tc h1,
.fh5co-cover .display-tc h1 {
  margin-bottom: 0px;
  font-size: 74px;
  font-size: 80px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #fh5co-header .display-tc h1,
  .fh5co-cover .display-tc h1 {
    font-size: 42px;
    line-height: 50px;
  }
}
#fh5co-header .display-tc h1 em,
.fh5co-cover .display-tc h1 em {
  font-style: italic;
  font-weight: 600;
}
#fh5co-header .display-tc h2,
.fh5co-cover .display-tc h2 {
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 30px;
  font-style: italic;
}
#fh5co-header .display-tc h2 a,
.fh5co-cover .display-tc h2 a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  display: inline;
  color: #fff;
  position: relative;
}
#fh5co-header .display-tc h2 a:before,
.fh5co-cover .display-tc h2 a:before {
  background: #287233;
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
}
#fh5co-header .display-tc .btn,
.fh5co-cover .display-tc .btn {
  padding: 10px 30px;
  color: #fff;
  border: none !important;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #fh5co-header .display-tc .btn,
  .fh5co-cover .display-tc .btn {
    width: 80%;
    margin: 0 auto;
  }
}
#fh5co-header .display-tc .btn.btn-learn,
.fh5co-cover .display-tc .btn.btn-learn {
  background: #fee856;
  border: none;
  color: #000 !important;
}
#fh5co-header .display-tc .btn.btn-learn:hover, #fh5co-header .display-tc .btn.btn-learn:focus,
.fh5co-cover .display-tc .btn.btn-learn:hover,
.fh5co-cover .display-tc .btn.btn-learn:focus {
  background: rgba(254, 232, 86, 0.9) !important;
  color: #000 !important;
}
#fh5co-header .display-tc .btn:hover, #fh5co-header .display-tc .btn:focus,
.fh5co-cover .display-tc .btn:hover,
.fh5co-cover .display-tc .btn:focus {
  color: #fff !important;
}
#fh5co-header .display-tc .btn.btn-demo,
.fh5co-cover .display-tc .btn.btn-demo {
  background: #ea272d;
  border: none;
}
#fh5co-header .display-tc .btn.btn-demo:hover, #fh5co-header .display-tc .btn.btn-demo:focus,
.fh5co-cover .display-tc .btn.btn-demo:hover,
.fh5co-cover .display-tc .btn.btn-demo:focus {
  background: rgba(234, 39, 45, 0.9) !important;
  color: #fff !important;
}
#fh5co-header .display-tc .btn:hover,
.fh5co-cover .display-tc .btn:hover {
  background: #ea272d !important;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}
#fh5co-header .display-tc .form-inline .form-group,
.fh5co-cover .display-tc .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#fh5co-header .display-tc .form-inline .form-group .form-control,
.fh5co-cover .display-tc .form-inline .form-group .form-control {
  width: 100%;
  background: #fff;
  border: none;
}

.fh5co-section {
  padding: 3em 0;
}
@media screen and (max-width: 480px) {
  .fh5co-section {
    padding: 3em 0;
  }
}
.fh5co-section p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  line-height: 1.5;
}

.section-heading {
  width: 100%;
  float: left;
  margin-bottom: 50px;
}
.section-heading h2 {
  font-style: 40px;
  color: #fff;
  font-family: "Alegreya Sans SC";
}

#fh5co-about .img-wrap img {
  max-width: 100%;
  margin-bottom: 30px;
}

#fh5co-radio .img-wrap img {
  max-width: 100%;
  margin-bottom: 30px;
}

#fh5co-histoire .img-wrap img {
  max-width: 100%;
  margin-bottom: 30px;
}

#infos-suppl {
  left: 0;
}

#infos-suppl a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

#infos-suppl a:hover {
  text-decoration: underline;
  color: #287233;
}

#fh5co-featured-menu .fh5co-heading h2, #fh5co-gallery .fh5co-heading h2, #fh5co-reservation-form .fh5co-heading h2 {
  color: #fff;
  font-family: "Alegreya Sans SC";
}
#fh5co-featured-menu .fh5co-item-wrap, #fh5co-gallery .fh5co-item-wrap, #fh5co-reservation-form .fh5co-item-wrap {
  padding-left: 20px;
  padding-right: 20px;
}
#fh5co-featured-menu .fh5co-item, #fh5co-gallery .fh5co-item, #fh5co-reservation-form .fh5co-item {
  float: left;
  width: 100%;
  backround: #fff;
}
#fh5co-featured-menu .fh5co-item.margin_top, #fh5co-gallery .fh5co-item.margin_top, #fh5co-reservation-form .fh5co-item.margin_top {
  margin-top: 150px;
}
@media screen and (max-width: 480px) {
  #fh5co-featured-menu .fh5co-item.margin_top, #fh5co-gallery .fh5co-item.margin_top, #fh5co-reservation-form .fh5co-item.margin_top {
    margin-top: 0;
  }
}
#fh5co-featured-menu .fh5co-item h3, #fh5co-gallery .fh5co-item h3, #fh5co-reservation-form .fh5co-item h3 {
  margin-bottom: 0px;
  color: #fff;
}
#fh5co-featured-menu .fh5co-item .fh5co-price, #fh5co-gallery .fh5co-item .fh5co-price, #fh5co-reservation-form .fh5co-item .fh5co-price {
  font-style: 20px;
  color: #fee856;
  margin-bottom: 20px;
  font-size: 30px;
  display: block;
}
#fh5co-featured-menu .fh5co-item img, #fh5co-gallery .fh5co-item img, #fh5co-reservation-form .fh5co-item img {
  margin-bottom: 30px;
}

#fh5co-gallery .fh5co-gallery_item {
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
}
#fh5co-gallery .fh5co-bg-img, #fh5co-gallery .fh5co-gallery_big {
  float: left;
  margin-bottom: 20px;
  background-size: cover;
  cursor: zoom-in;
}
#fh5co-gallery .fh5co-bg-img {
  height: 200px;
}
#fh5co-gallery .fh5co-gallery_big {
  height: 420px;
}
@media screen and (max-width: 768px) {
  #fh5co-gallery .fh5co-gallery_big {
    height: 200px;
  }
}

#form-wrap {
  border: 4px solid rgba(255, 255, 255, 0.04);
  padding: 30px;
}
#form-wrap .form-group:last-child {
  margin-bottom: 0 !important;
}

#fh5co-slider .fh5co-heading h2 {
  font-family: "Alegreya Sans SC";
  color: #fff;
}

#fh5co-slider-wrwap {
  height: 500px !important;
  background: url(../images/loader.gif) no-repeat center center;
}
#fh5co-slider-wrwap .btn {
  font-size: 24px;
}
#fh5co-slider-wrwap .btn.btn-primary {
  padding: 14px 30px !important;
}
#fh5co-slider-wrwap .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}
#fh5co-slider-wrwap .flexslider .slides {
  position: relative;
}
#fh5co-slider-wrwap .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 600px !important;
  position: relative;
}
#fh5co-slider-wrwap .flexslider .flex-control-nav {
  top: -30px !important;
  z-index: 1000;
  right: 0;
  float: right;
  width: auto;
}
#fh5co-slider-wrwap .flexslider .flex-control-nav li {
  margin-bottom: 10px;
}
#fh5co-slider-wrwap .flexslider .flex-control-nav li a {
  background: #287233;
  box-shadow: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
  border: 2px solid transparent;
}
#fh5co-slider-wrwap .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: transparent;
  border: 2px solid #fff;
}
#fh5co-slider-wrwap .flexslider .flex-direction-nav {
  display: none;
}
#fh5co-slider-wrwap .flexslider .slider-text-bg {
  margin-left: -150px;
}
@media screen and (max-width: 992px) {
  #fh5co-slider-wrwap .flexslider .slider-text-bg {
    margin-left: 0px;
  }
}
#fh5co-slider-wrwap .flexslider .slider-text-bg .desc {
  margin-top: 9em;
  padding: 2em;
  background: transparent;
}
@media screen and (max-width: 992px) {
  #fh5co-slider-wrwap .flexslider .slider-text-bg .desc {
    background: #000;
  }
}
#fh5co-slider-wrwap .flexslider .slider-text-bg .desc h2 {
  color: #fff !important;
}
@media screen and (max-width: 768px) {
  #fh5co-slider-wrwap .flexslider .slider-text-bg .desc p {
    display: none;
  }
}
#fh5co-slider-wrwap .flexslider .slider-text,
#fh5co-slider-wrwap .flexslider .slider-text-bg {
  display: table;
  opacity: 0;
  height: 600px;
  z-index: 9;
}
#fh5co-slider-wrwap .flexslider .slider-text > .slider-text-inner,
#fh5co-slider-wrwap .flexslider .slider-text-bg > .slider-text-inner {
  display: table-cell;
  vertical-align: middle;
  min-height: 500px;
}

.fh5co-bg-section {
  background: rgba(234, 39, 45, 0.03);
}

#fh5co-slider,
#fh5co-about,
#fh5co-radio,
#fh5co-histoire,
#fh5co-mentionslegales,
#fh5co-wireframe,
#fh5co-started,
#fh5co-blog,
#fh5co-content-section,
#fh5co-contact,
#fh5co-footer {
  padding: 3em 0;
  clear: both;
}

#fh5co-content {
  border-bottom: 2px solid rgba(234, 39, 45, 0.1);
}

#fh5co-started {
  border-bottom: none;
}

.fh5co-social-icons {
  margin: 0;
  padding: 0;
}
.fh5co-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  display: inline;
}
.fh5co-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  display: inline;
  color: #287233;
  padding-left: 10px;
  padding-right: 10px;
}
.fh5co-social-icons li a i {
  font-size: 20px;
}

#fh5co-started {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
}
#fh5co-started .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
}
#fh5co-started .fh5co-heading {
  margin-bottom: 0;
}
#fh5co-started .fh5co-heading h2 {
  font-family: "Alegreya Sans SC";
  color: #fff;
  margin-bottom: 20px !important;
}
#fh5co-started .fh5co-heading p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
}

#fh5co-blog .fh5co-heading, #fh5co-contact .fh5co-heading {
  margin-bottom: 170px;
}
@media screen and (max-width: 768px) {
  #fh5co-blog .fh5co-heading, #fh5co-contact .fh5co-heading {
    margin-bottom: 50px;
  }
}
#fh5co-blog .fh5co-heading h2, #fh5co-contact .fh5co-heading h2 {
  font-family: "Alegreya Sans SC";
  color: #fff;
}

@media (min-width: 768px) {
  .col-md-push-6 {
    left: 25%;
  }
}

.fh5co-blog {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .fh5co-blog {
    width: 100%;
  }
}
.fh5co-blog .blog-bg {
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 300px;
}
@media screen and (max-width: 768px) {
  .fh5co-blog .blog-bg {
    height: 400px;
  }
}
.fh5co-blog .blog-text {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  min-height: 365px;
  padding: 30px;
  float: left;
  background: rgba(255, 255, 255, 0.08);
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.fh5co-blog .blog-text span {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 14px !important;
  color: #287233;
}
.fh5co-blog .blog-text .stuff {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 20px;
}
.fh5co-blog .blog-text .stuff li {
  list-style: none;
  display: inline-block;
  margin-left: 10px;
  color: #fff;
}
.fh5co-blog .blog-text .stuff li:first-child {
  margin-left: 0;
}
.fh5co-blog .blog-text .stuff li:last-child {
  float: right;
}
.fh5co-blog .blog-text .stuff li:last-child i {
  padding-right: 0;
  padding-left: 10px;
}
.fh5co-blog .blog-text .stuff li i {
  margin-top: 7px;
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.5);
  float: left;
  font-size: 14px;
  padding-right: 5px;
}
.fh5co-blog .blog-text h3 {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.fh5co-blog .blog-text h3 a {
  color: white;
}

#fh5co-footer .fh5co-footer-links {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #fh5co-footer .fh5co-footer-links {
    margin-bottom: 30px;
  }
}
#fh5co-footer .fh5co-footer-links li {
  padding: 0;
  margin: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-footer .fh5co-footer-links li a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
#fh5co-footer .fh5co-footer-links li a:hover {
  text-decoration: underline;
  color: #287233;
}
#fh5co-footer .fh5co-widget {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #fh5co-footer .fh5co-widget {
    text-align: left;
  }
}
#fh5co-footer .fh5co-widget h4 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 14px;
  letter-spacing: 1px;
}
#fh5co-footer .copyright .block {
  display: block;
}

.contact-info {
  margin-bottom: 4em;
  padding: 0;
}
.contact-info li {
  list-style: none;
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 40px;
  color: #fff;
}
.contact-info li i {
  position: absolute;
  top: .3em;
  left: 0;
  font-size: 22px;
  color: rgba(255, 255, 255, 0.3);
}
.contact-info li a {
  color: #fff;
}

.address-block {
  word-spacing: 4px;
}
.address-block li a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.address-block li a:hover {
  text-decoration: underline;
  color: #287233;
}

#fh5co-mentionslegales ul li {
  font-family: "Alegreya Sans";
  margin-bottom: 30px;
}
#fh5co-mentionslegales ul li span {
  list-style-type: disc;
}

#maillib a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
#maillib a:hover {
  text-decoration: underline;
  color: #287233;
}

#maildev a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
#maildev a:hover {
  text-decoration: underline;
  color: #287233;
}

#fh5co-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: #080808;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 75px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #fh5co-offcanvas {
    background: #287233 url(../images/vert.png) repeat;
  }
}
@media screen and (max-width: 992px) {
  #fh5co-offcanvas {
    display: block;
  }
}
.offcanvas #fh5co-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#fh5co-offcanvas a {
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#fh5co-offcanvas ul {
  padding: 0;
  margin: 0;
}
#fh5co-offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#fh5co-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ebfc";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: #287233;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

.fh5co-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
  top: 25px !important;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #444;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle.fh5co-nav-white > i {
  color: #fff;
  background: #fff;
}
.fh5co-nav-toggle.fh5co-nav-white > i::before, .fh5co-nav-toggle.fh5co-nav-white > i::after {
  background: #fff;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  background: #fff;
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  background: #fff;
}

.fh5co-nav-toggle {
  position: absolute;
  right: 0px;
  top: 65px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}
@media screen and (max-width: 992px) {
  .fh5co-nav-toggle {
    display: block;
  }
}

.btn {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: transparent;
  width: 50%;
  height: 80px;
  line-height: 66px;
  margin-right: 4px;
  margin-bottom: 4px;
  font-size: 14px !important;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  font-family: "Alegreya Sans SC";
  box-sizing: border-box;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px;
}
.btn:before,
.btn:after {
  position: absolute;
  content: '';
  width: 100%;
  left: 0px;
  height: 30px;
  z-index: -1;
}

.btn:before {
  transform: perspective(15px) rotateX(3deg);
}
.btn:after {
  top: 40px;
  transform: perspective(15px) rotateX(-3deg);
}

/* Btn Border Style */

.btn.border:before,
.btn.border:after {
  border: 2px solid #287233;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.border:before {
  border-bottom: none; /* to prevent the border-line showing up in the middle of the shape */
}
.btn.border:after {
  border-top: none; /* to prevent the border-line showing up in the middle of the shape */
}

/* Btn hover styles */

.btn.border:hover:before,
.btn.border:hover:after,
.btn.border:focus:before,
.btn.border:focus:after,
.btn.border:active:before,
.btn.border:active:after {
  background: #287233;
}
.btn.border:hover,
.btn.border:focus,
.btn.border:active {
  color: #fff;
}

.btn.btn-md {
  padding: 8px 20px !important;
}
.btn.btn-lg {
  padding: 10px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #287233;
  color: #fff;
  border: 2px solid #287233;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #287233 !important;
  border-color: #287233 !important;
}
.btn-primary.btn-outline {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background: transparent;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px !important;
  letter-spacing: 1px;
  border: 2px solid #287233;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #287233;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-group {
  margin-bottom: 30px !important;
}
.form-group label {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.3);
  height: 54px;
  font-size: 20px;
  font-weight: 300;
  font-family: "Alegreya Sans SC";
  color: #fff;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #fff;
}

textarea {
  resize: vertical;
  overflow: auto;
}

.row-pb-md {
  padding-bottom: 4em !important;
}

.row-pb-sm {
  padding-bottom: 2em !important;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

.fh5co-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
}

.js .animate-box {
  opacity: 0;
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.bootstrap-datetimepicker-widget {
  color: #000 !important;
}

.map-responsive {
  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
}
.map-responsive iframe {
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
  border: 0;
}


form .form-control {
  border: 2px solid #287233;
  border-radius: 6px;
  box-shadow: none;
  transition: border-color 0.2s ease;
}


form .form-control:focus {
  border-color: #287233;
  outline: none;
  box-shadow: 0 0 0 0.15rem rgba(77, 156, 47, 0.25);
}

/* Bouton cohérent */
form input[type="submit"],
form button[type="submit"] {
  background-color: #287233;
  border-color: #287233;
}

form input[type="submit"]:hover,
form button[type="submit"]:hover {
  background-color: #287233;
  border-color: #287233;
}

legend {
  font-weight: bold;
  font-size: 1.2em;
  color: #287233;
  border-bottom: 1px solid #287233;
  padding-bottom: 4px;
}

fieldset {
  margin-bottom: 20px;
  border: 1px solid ;
  padding: 15px;
  border-radius: 6px;
}

.horaire-label {
  color: #287233 !important;
}

.horaire-input {
  border: 1px solid #287233;
  color: #287233;
}

.horaire-input:focus {
  border-color: #287233;
  box-shadow: 0 0 5px rgba(39, 174, 96, 0.5);
}

.span-horaires {
  color: #287233 !important;
}

.btn-custom {
  display: inline-block;
  margin: auto;
  background-color: #287233;
  color: #fff;
  border: none;
  padding: 8px 20px;
  border-radius: 25px;
  text-transform: uppercase;
  font-weight: bold;
  transition: background 0.3s ease;
}

.btn-custom:hover {
  background-color: #1e5828;
  color: #fff;
}

.card-actu {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: transform 0.2s ease;
}


.card-body-flex {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 15px;
}

.card-actu .actu-img {
  max-height: 180px;
  object-fit: cover;
  border-radius: 5px;
  margin-bottom: 15px;
}

/* Résumé du contenu */
.card-actu .actu-resume {
  flex-grow: 1;
  color: #353535;
  margin-bottom: 20px;
}

.card-actu .panel-footer {
  background-color: #f1f1f1;
  font-size: 0.9em;
  text-align: right;
  padding: 10px 15px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #555;
  border-top: 1px solid #ddd;
}


.card-actu .panel-heading {
  font-weight: bold;
  font-size: 1.3em;
  text-align: center;
  background-color: #f7f7f7;
  color: #333;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.carousel-inner .item img {
   width: 100%;
   height: 400px;
   object-fit: cover;
}

/* Couleur principale */
.pagination .page-link {
    color: #2e7d32; /* ton vert */
    border-color: #2e7d32;
}

/* Hover */
.pagination .page-link:hover {
    color: #fff;
    background-color: #2e7d32;
    border-color: #2e7d32;
}

/* Page active */
.pagination .page-item.active .page-link {
    background-color: #2e7d32;
    border-color: #2e7d32;
    color: #fff;
}

/* Boutons désactivés */
.pagination .page-item.disabled .page-link {
    color: #a5a5a5;
    background-color: #f8f9fa;
    border-color: #dee2e6;
}

.books-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 24px;
}

.actu-card,
.book-card {
    background: rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.book-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 16px rgba(0,0,0,0.30);
}

.book-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.actu-body,
.book-body {
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* Zone variable */
.book-top {
    flex-grow: 1;
}

/* Auteur TOUJOURS visible */
.book-author {
    font-size: 12px;
    color: rgba(255,255,255,0.7);
    margin-top: auto;
}

.actu-footer,
.book-footer {
    margin-top: auto;
}

.book-btn-full {
    margin-top: 20px;
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    border: 2px solid #287233;
    color: #287233;
    border-radius: 6px;
    text-transform: uppercase;
}

.book-btn-full:hover {
    background: #287233;
    color: #fff;
}

.book-meta {
    margin-bottom: 10px;
}

.book-category,
.book-subcategory {
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 4px 9px;
    border-radius: 12px;
    margin-right: 6px;
}

.book-category {
    background-color: transparent; /* vert léger */
    border: 1px solid #287233;
    color: #287233;
}

.book-subcategory {
    background-color: transparent;
    border: 1px solid #287233;
    color: rgba(40, 114, 51, 0.8);
}

.actu-cover,
.book-cover {
    height: 160px;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.05);
    border-radius: 8px;
}

.book-cover:has(img) {
    background: transparent;
}

.book-cover img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.books-filters {
    margin-bottom: 40px;
    padding: 20px;
    background: rgba(255,255,255,0.04);
    border-radius: 12px;
}

.filters-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    align-items: end;
}

.filter-item label {
    display: block;
    font-size: 12px;
    margin-bottom: 6px;
    color: rgba(255,255,255,0.7);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.filter-item input,
.filter-item select {
    width: 100%;
    padding: 10px 12px;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
}

.filter-item input::placeholder {
    color: rgba(255,255,255,0.4);
}

.filter-item input:focus,
.filter-item select:focus {
    outline: none;
    border-color: #287233;
}

.filter-btn {
    display: flex;
}

.filter-submit {
    width: 100%;
    height: 44px;

    background: linear-gradient(
        135deg,
        rgba(40, 114, 51, 0.15),
        rgba(40, 114, 51, 0.35)
    );

    border: 2px solid #287233;
    border-radius: 8px;

    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;

    cursor: pointer;
    transition:
        background 0.25s ease,
        transform 0.15s ease,
        box-shadow 0.15s ease;
}

.filter-submit:hover {
    background: #287233;
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.35);
}

.filter-submit:focus {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(40, 114, 51, 0.45);
}

.filter-submit:active {
    transform: translateY(0);
    box-shadow: 0 3px 10px rgba(0,0,0,0.25);
}


.filter-item input,
.filter-item select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    height: 44px;
    padding: 0 12px;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.35);
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    font-family: inherit;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.filter-item input:focus,
.filter-item select:focus {
    outline: none;
    border-color: #287233;
    box-shadow: 0 0 0 0.15rem rgba(40, 114, 51, 0.35);
}

.filter-item input:hover,
.filter-item select:hover {
    border-color: rgba(40, 114, 51, 0.7);
}

.filter-item select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    height: 44px;
    padding: 0 42px 0 12px; /* place pour la flèche */

    background-color: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.35);
    border-radius: 8px;

    color: #fff;
    font-size: 14px;
    cursor: pointer;

    transition:
        border-color 0.2s ease,
        background-color 0.2s ease,
        box-shadow 0.2s ease;
}

.filter-item select option {
    background-color: #080808;
    color: #ffffff;
}

.no-results-card {
    grid-column: 1 / -1; /* prend toute la largeur */
    padding: 40px 30px;

    text-align: center;

    border-radius: 12px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px rgba(40, 114, 51, 0.6);

    color: rgba(255,255,255,0.85);
}

.no-results-card h3 {
    margin-bottom: 12px;
    color: #fff;
}

.no-results-card p {
    margin-bottom: 8px;
    font-size: 14px;
}

.no-results-icon {
    font-size: 38px;
    margin-bottom: 15px;
}

.no-results-hint {
    color: rgba(40, 114, 51, 0.9);
    font-size: 13px;
    font-style: italic;
}

/* Pagination centrée et aérée */
.ajax-pagination .pagination {
    justify-content: center;
    gap: 8px;
}

/* Optionnel : liens plus respirants */
.ajax-pagination .page-link {
    min-width: 38px;
    text-align: center;
}

/* ===== PAGE DETAIL LIVRE ===== */

.book-detail {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 40px;
    align-items: flex-start;
}

@media (max-width: 768px) {
    .book-detail {
        grid-template-columns: 1fr;
    }
}

/* Couverture */
.book-detail-cover img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}

/* Contenu */
.book-detail-content {
    background: rgba(255,255,255,0.04);
    padding: 30px;
    border-radius: 12px;
}

/* Titre */
.book-title {
    font-size: 36px;
    margin-bottom: 15px;
    color: #fff;
}

/* Meta */
.book-meta {
    margin-bottom: 15px;
}

.book-meta span {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    padding: 6px 12px;
    border-radius: 14px;
    margin-right: 8px;
    border: 1px solid #287233;
    color: #287233;
}

/* Auteur / ISBN */
.book-author,
.book-isbn {
    font-size: 15px;
    margin-bottom: 10px;
    color: rgba(255,255,255,0.85);
}

/* Résumé */
.actu-resume,
.book-description {
    margin-top: 25px;
}

.book-description h3 {
    color: #fff;
    margin-bottom: 10px;
}

.book-description p {
    color: rgba(255,255,255,0.75);
    line-height: 1.6;
}

/* Actions */
.book-actions {
    margin-top: 35px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: flex-start;
}

/* Bloc indisponible */
.stock-unavailable {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Bouton désactivé */
.stock-unavailable .btn {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Texte d’aide */
.stock-hint {
    font-size: 13px;
    color: rgba(255,255,255,0.7);
    display: flex;
    align-items: center;
    gap: 6px;
}

.stock-icon {
    color: #287233;
    font-size: 14px;
}

/* Lien contact */
.stock-hint a {
    color: #287233;
    text-decoration: underline;
}

.stock-hint a:hover {
    color: #1e5828;
}

.book-pass-culture {
    display: flex;
    align-items: center;
    gap: 14px;

    margin-top: 25px;
    padding: 14px 18px;

    background: rgba(40, 114, 51, 0.08);
    border: 1px solid rgba(40, 114, 51, 0.35);
    border-radius: 10px;
}

.book-pass-culture img {
    height: 34px;
    width: auto;
    opacity: 0.9;
}

.book-pass-culture p {
    margin: 0;
    font-size: 14px;
    color: rgba(255,255,255,0.85);
    font-family: "Alegreya Sans";
}

.book-pass-culture strong {
    color: #287233;
    font-weight: 600;
}

.book-pass-culture span {
    color: rgba(255,255,255,0.6);
    font-size: 13px;
}

.book-infos-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 24px;
    margin-bottom: 20px;
}

.book-price {
    font-size: 1.6rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 10px 0 20px;
}

.book-price.unavailable {
    font-size: 1.2rem;
    font-style: italic;
    color: #999;
}

.cart-menu a {
    position: relative;
}

.cart-icon-wrapper {
    position: relative;
    display: inline-block;
}

.cart-icon-wrapper i {
    font-size: 18px;
}

/* Badge */
.cart-count {
    position: absolute;
    top: -8px;
    right: -10px;
    min-width: 16px;
    height: 16px;
    line-height: 16px;
    background: #c0392b;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    border-radius: 50%;
    text-align: center;
}

.cart-count.is-empty {
    background: rgba(255, 255, 255, 0.35);
    font-weight: 400;
}

.toast-cart {
    position: absolute;
    z-index: 2000;

    background: #287233;
    color: #fff;

    padding: 10px 14px;
    border-radius: 8px;

    font-size: 13px;
    font-weight: 600;

    opacity: 0;
    transform: translateY(6px);
    pointer-events: none;

    transition: opacity 0.2s ease, transform 0.2s ease;
}

.toast-cart.show {
    opacity: 1;
    transform: translateY(0);
}

/* ===== PANIER ===== */
.cart-layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
}

.cart-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cart-item {
    display: grid;
    grid-template-columns: 80px 1fr auto;
    gap: 20px;
    align-items: center;

    background: rgba(255,255,255,0.04);
    padding: 20px;
    border-radius: 14px;
}

.cart-cover img {
    width: 100%;
    border-radius: 6px;
    object-fit: contain;
}

.cart-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.cart-title {
    font-size: 17px;
}

.cart-price {
    font-size: 14px;
    color: #287233;
    font-weight: 600;
}

.cart-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-end;
}

.cart-qty-control {
    display: flex;
    align-items: center;
    gap: 8px;
}

.qty-btn {
    width: 28px;
    height: 28px;

    border: 1px solid #287233;
    background: transparent;
    color: #287233;

    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
}

.qty-value {
    min-width: 24px;
    text-align: center;
    font-weight: 600;
}

.cart-price {
    color: #287233;
    font-weight: 600;
}

.cart-right {
    position: sticky;
    top: 120px;
}

.cart-remove {
    background: transparent;
    border: none;
    padding: 4px;

    color: rgba(255,255,255,0.35);
    font-size: 16px;

    cursor: pointer;
    line-height: 1;

    transition: color 0.2s ease, transform 0.15s ease;
}

.cart-remove:hover {
    color: #e74c3c; /* rouge suppression */
    transform: scale(1.15);
}

.cart-remove i {
    pointer-events: none;
}



.cart-summary-box {
    background: rgba(255,255,255,0.06);
    padding: 25px;
    border-radius: 14px;
}

.cart-total {
    font-size: 16px;
    margin-bottom: 20px;
}

.cart-total strong {
    font-size: 24px;
    color: #287233;
}

.btn-full {
    width: 100%;
    margin-bottom: 12px;
}

#cart-empty-template {
    display: flex;
    justify-content: center;
}

.cart-empty-clean {
    padding: 30px;
    text-align: center;
    background: rgba(255,255,255,0.04);
    border-radius: 12px;
    width: 100%;

}

.cart-empty-clean i {
    font-size: 30px;
    color: rgba(255,255,255,0.5);
    display: block;
    margin-bottom: 12px;
}

.cart-empty-clean h3 {
    font-size: 20px;
    margin-bottom: 6px;
}

.cart-empty-clean p {
    font-size: 14px;
    color: rgba(255,255,255,0.6);
    margin-bottom: 20px;
}

.btn-cart-empty {
    width: auto !important;
    height: auto !important;
    line-height: normal !important;

    padding: 10px 24px !important;
    font-size: 13px !important;

    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-cart-empty::before,
.btn-cart-empty::after {
    display: none !important;
}

.not-found-wrapper {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.not-found-card {
    width: 100%;
    padding: 50px 40px;

    background: rgba(255,255,255,0.04);
    border-radius: 18px;

    text-align: center;
}

.not-found-icon {
    font-size: 42px;
    color: rgba(255,255,255,0.6);
    margin-bottom: 20px;
}

.not-found-title {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 20px;
    margin-bottom: 12px;
}

.not-found-text {
    font-size: 14px;
    color: rgba(255,255,255,0.65);
    margin-bottom: 28px;
}

/* Bouton centré, taille maîtrisée */
.btn-not-found {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 12px 28px;
    width: auto;
    margin: 0 auto;

    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* ===== ACTUS (même visuel que livres) ===== */

.actu-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 16px rgba(0,0,0,0.30);
}


.actu-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

/* Contenu */
.actu-inner {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%;
}

.actu-title {
    font-size: 18px;
    margin-bottom: 10px;
    color: #fff;
}

.actu-resume {
    font-size: 14px;
    color: rgba(255,255,255,0.75);
    margin-bottom: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Date */
.actu-date {
    font-size: 12px;
    color: rgba(255,255,255,0.5);
}

/* Footer */
.actu-footer {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Bouton full-width comme livres */
.actu-btn-full {
    display: block;
    width: 100%;
    text-align: center;

    padding: 10px 0;
    border: 2px solid #287233;
    color: #287233;

    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
}

.actu-btn-full:hover {
    background: #287233;
    color: #fff;
}

/* Admin */
.actu-admin {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.actu-admin a {
    color: rgba(255,255,255,0.4);
    font-size: 14px;
}

.actu-admin a:hover {
    color: #287233;
}

.actu-card {
    height: 100%;
    min-height: 460px; /* même hauteur VISUELLE que les livres */
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}

.reservation-info {
    display: flex;
    gap: 15px;

    padding: 18px 22px;
    margin-bottom: 30px;

    background: rgba(40, 114, 51, 0.08);
    border: 1px solid rgba(40, 114, 51, 0.35);
    border-radius: 12px;

    color: rgba(255,255,255,0.85);
}

.reservation-info-icon {
    font-size: 24px;
    color: #287233;
    margin-top: 2px;
}

.reservation-info-title {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
    color: #fff;
}

.reservation-info-payment {
    margin-top: 10px;
    font-size: 14px;
    color: rgba(255,255,255,0.75);
}

.book-btn-compact {
    width: auto;
    padding: 10px 28px;
    display: inline-block;
    margin: 20px auto 0;
}

.order-info {
    display: flex;
    gap: 16px;

    padding: 20px 24px;
    margin-bottom: 30px;

    background: rgba(40, 114, 51, 0.08);
    border: 1px solid rgba(40, 114, 51, 0.45);
    border-radius: 12px;
}

.order-info-icon {
    font-size: 22px;
    color: #287233;
    line-height: 1.2;
}

.order-info-content p {
    margin: 0 0 8px 0;
    font-size: 14px;
    color: rgba(255,255,255,0.85);
    line-height: 1.5;
}

.order-info-content p:last-child {
    margin-bottom: 0;
}

.books-sort-wrapper{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:14px 18px;
    margin-top:30px;

    background: rgba(20,20,20,0.75);
    backdrop-filter: blur(6px);
    border-radius:12px;
    border:1px solid rgba(255,255,255,0.08);
}

.books-sort-label{
    color:#cfd8dc;
    font-weight:600;
    letter-spacing:0.04em;
    text-transform:uppercase;
    font-size:13px;
}

.books-sort-actions{
    display:flex;
    gap:10px;
}

.sort-pill{
    padding:7px 16px;
    border-radius:999px;
    background:rgba(255,255,255,0.08);
    color:#ddd;
    text-decoration:none;
    font-size:13px;
    transition:all .2s ease;
}

.sort-pill:hover{
    background:rgba(255,255,255,0.18);
}

.sort-pill.active{
    background:#2e7d32;
    color:#fff;
}


