@charset "UTF-8";

/*-------------------------------------------------
    index.html
*/
html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  background-color: white;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  color: #3d3d3d;
  overflow-x: hidden;
}
@media only screen and (max-width: 991px) {
  body {
    font-size: 14px;
  }
}

a {
  display: inline-block;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

p {
  margin-bottom: 15px;
  line-height: 1.7em;
}
p:last-child {
  margin-bottom: 0px;
}
@media only screen and (max-width: 1199px) {
  p {
    line-height: 1.7em;
  }
}

img {
  max-width: 100%;
  height: auto;
}

button:focus {
  outline: none;
}

button {
  border: none;
  cursor: pointer;
}

span {
  display: inline-block;
}

a, a:focus, a:hover {
  text-decoration: none;
  color: inherit;
}

/*-------------------------------------------------
    padding
*/

.pt-120 {
  padding-top: 120px;
}
@media only screen and (max-width: 991px) {
  .pt-120 {
    padding-top: 80px;
  }
}

.ptb-120 {
  padding: 120px 0;
}
@media only screen and (max-width: 991px) {
  .ptb-120 {
    padding: 80px 0;
  }
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-30-none {
  margin-bottom: -30px;
}

/*-------------------------------------------------
    background
*/

.section--bg {
  background-color: #19232d !important;
}

/*-------------------------------------------------
    bouton pour faire défiler
*/
*::-webkit-scrollbar-track {
  -webkit-box-shadow: inset -5px -5px 8px -1px rgba(255, 255, 255, 0.7), 5px 5px 8px -1px rgba(0, 0, 0, 0.065);
  box-shadow: inset -5px -5px 8px -1px rgba(255, 255, 255, 0.7), 5px 5px 8px -1px rgba(0, 0, 0, 0.065);
  background-color: #f5f3f1;
}

*::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f3f1;
}

*::-webkit-scrollbar-button {
  background-color: #dcbb87;
}

*::-webkit-scrollbar-thumb {
  background-color: #dcbb87;
}

/*-------------------------------------------------
    
/*-------------------------------------------------
    Header
*/
h1, h2, h3, h4 {
  clear: both;
  line-height: 1.3em;
  color: #19232d;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  font-family: "Playfair Display", sans-serif;
}

h1 {
  font-size: 65px;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  h1 {
    font-size: 35px;
  }
}

h2 {
  font-size: 40px;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 575px) {
  h2 {
    font-size: 22px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  h4 {
    font-size: 16px;
  }
}

.section-header {
  margin-bottom: 50px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .section-header {
    margin-bottom: 30px;
  }
}
.section-header .sub-title {
  color: #19232d;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
  font-family: "Mulish", sans-serif;
  margin-top: -4px;
}
@media only screen and (max-width: 991px) {
  .section-header .sub-title {
    font-size: 13px;
  }
}
.section-header .sub-title span {
  color: #dcbb87;
}
.section-header .section-title {
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}


/*-------------------------------------------------
    bouton
*/

button {
  cursor: pointer;
  -webkit-appearance: button;
}
button:focus {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/*-------------------------------------------------
  
*/

.btn--base {
  position: relative;
  background: #dcbb87;
  border: 1px solid #dcbb87;
  color: #19232d;
  padding: 12px 25px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.btn--base:focus, .btn--base:hover {
  color: #dcbb87;
  background-color: transparent;
}
@media only screen and (max-width: 991px) {
  .btn--base {
    padding: 10px 18px;
    font-size: 13px;
  }
}

/*-------------------------------------------------
    
*/

/*-------------------------------------------------
    
*/

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.radio-item [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.radio-item [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #19232d;
  margin: 0;
}

.radio-item [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #e5e5e5;
  border-radius: 100%;
  background: white;
}

.radio-item [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #dcbb87;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

/*-------------------------------------------------
    background
*/
.bg_img {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.bg-overlay-base {
  position: relative;
}

.bg-overlay-base:after {
  content: "";
  position: absolute;
  background-image: linear-gradient(-272deg, #19232d 15%, rgba(25, 25, 25, 0) 100%);
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.bg-overlay-base > div {
  position: relative;
  z-index: 2;
}

@keyframes scroll-down {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0px);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(0);
  }
}
@keyframes scale {
  0% {
    left: -800px;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes ImgAnimate {
  0% {
    -webkit-transform: rotate(0) translate(-10px) rotate(0);
    -moz-transform: rotate(0) translate(-10px) rotate(0);
    -ms-transform: rotate(0) translate(-10px) rotate(0);
    -o-transform: rotate(0) translate(-10px) rotate(0);
    transform: rotate(0) translate(-10px) rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -moz-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -o-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    transform: rotate(360deg) translate(-10px) rotate(-360deg);
  }
}
@-moz-keyframes ImgAnimate {
  0% {
    -webkit-transform: rotate(0) translate(-10px) rotate(0);
    -moz-transform: rotate(0) translate(-10px) rotate(0);
    -ms-transform: rotate(0) translate(-10px) rotate(0);
    -o-transform: rotate(0) translate(-10px) rotate(0);
    transform: rotate(0) translate(-10px) rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -moz-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -o-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    transform: rotate(360deg) translate(-10px) rotate(-360deg);
  }
}
@-ms-keyframes ImgAnimate {
  0% {
    -webkit-transform: rotate(0) translate(-10px) rotate(0);
    -moz-transform: rotate(0) translate(-10px) rotate(0);
    -ms-transform: rotate(0) translate(-10px) rotate(0);
    -o-transform: rotate(0) translate(-10px) rotate(0);
    transform: rotate(0) translate(-10px) rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -moz-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -o-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    transform: rotate(360deg) translate(-10px) rotate(-360deg);
  }
}
@keyframes ImgAnimate {
  0% {
    -webkit-transform: rotate(0) translate(-10px) rotate(0);
    -moz-transform: rotate(0) translate(-10px) rotate(0);
    -ms-transform: rotate(0) translate(-10px) rotate(0);
    -o-transform: rotate(0) translate(-10px) rotate(0);
    transform: rotate(0) translate(-10px) rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -moz-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -o-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    transform: rotate(360deg) translate(-10px) rotate(-360deg);
  }
}


/*-------------------------------------------------
    Chargement au debut
*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999999;
  background: #19232d;
}

.svg-loader {
  display: flex;
  align-items: center;
  width: 230px;
  height: 230px;
  transform-origin: 115px 115px;
  animation: 1.4s linear infinite loader-spin;
}

.loader__plane {
  fill: #dcbb87;
}

.loader__path {
  stroke: white;
  animation: 1.4s ease-in-out infinite loader-path;
}

@keyframes loader-spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes loader-path {
  0% {
    stroke-dasharray: 0, 580, 0, 0, 0, 0, 0, 0, 0;
  }

  50% {
    stroke-dasharray: 0, 450, 10, 30, 10, 30, 10, 30, 10;
  }

  100% {
    stroke-dasharray: 0, 580, 0, 0, 0, 0, 0, 0, 0;
  }
}
.row > * {
  position: relative;
}

section {
  overflow: hidden;
}

::selection {
  background-color: #dcbb87;
  color: white;
}

/*-------------------------------------------------
    Header
*/
.header-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: transparent;
}

.header {
  background-color: transparent;
  width: 100%;
  z-index: 99;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}

.header-bottom-area {
  position: relative;
  padding: 15px 100px 0 100px;
}
@media only screen and (max-width: 1317px) {
  .header-bottom-area {
    padding: 15px 30px 0 30px !important;
  }
}
@media only screen and (max-width: 991px) {
  .header-bottom-area {
    padding: 15px 0 0 0 !important;
  }
}
.header-bottom-area .header-menu-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.header-bottom-area .header-menu-content .header-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.header-section-one .header-bottom-area .header-menu-content {
  display: block;
}

.navbar-expand-lg {
  background-color: transparent;
  padding: 0 !important;
}

@media (max-width: 991px) {
  .navbar-collapse {
    background-color: #1F2E3C !important;
    padding: 15px !important;
  }

  .navbar-collapse .main-menu {
    padding: 0;
  }
}

.navbar-collapse .main-menu li {
  position: relative;
  padding-right: 40px;
}
@media only screen and (max-width: 1199px) {
  .navbar-collapse .main-menu li {
    padding-right: 25px;
  }
}
.navbar-collapse .main-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.navbar-collapse .main-menu li:last-child a::after {
  display: none;
}

.navbar-collapse .main-menu li a {
  position: relative;
  padding: 18px 0 18px 0;
  font-weight: 700;
  align-items: center;
  color: #19232d;
  font-family: "Playfair Display", sans-serif;
  display: inline-block;
  font-size: 30px;
  transition: all 0.3s;
  z-index: 9;
}
@media only screen and (max-width: 1399px) {
  .navbar-collapse .main-menu li a {
    font-size: 24px;
    padding: 12px 0 12px 0;
  }
}

.header-section-one .navbar-collapse .main-menu li a {
  color: white;
  font-size: 16px;
  font-family: "Mulish", sans-serif;
}

.site-logo {
  margin-right: 100px;
}
@media only screen and (max-width: 991px) {
  .site-logo {
    max-width: 100px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .header-action-area {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-action-area {
    display: flex;
  }
}
.header-action-area .action-btn {
  width: 30px;
  height: 30px;
  line-height: 35px;
  display: inline-block;
  text-align: center;
  background-color: #dcbb87;
  border-radius: 5px;
  color: #19232d;
  display: none;
  margin-left: 5px;
}
.header-action-area .action-btn.two {
  font-size: 20px;
}
@media only screen and (max-width: 1199px) {
  .header-action-area .action-btn {
    display: block;
  }
}

.header-action {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
@media only screen and (max-width: 1299px) {
  .header-action {
    margin: 0;
    margin-left: 5px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-action {
    position: absolute;
    width: 210px;
    left: auto;
    right: 0;
    top: 100%;
    background: #27323c;
    padding: 20px;
    z-index: 9;
    display: none;
  }
}
.header-action a {
  padding: 12px 30px;
  font-weight: 800;
  font-size: 16px;
  margin: 5px;
  display: flex;
  justify-content: center;
}
.header-action a i {
  font-size: 22px;
  margin-right: 8px;
  transition: all 0.5s;
}
.header-action a:hover i {
  transform: rotate(40deg);
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  color: white;
  font-size: 30px;
}
@media only screen and (max-width: 1199px) {
  .navbar-toggler span {
    font-size: 20px;
  }
}

/*--------------------------------------------------------------
    Bannière
--------------------------------------------------------------*/
.banner-section {
  position: relative;
  padding-top: 295px;
  padding-bottom: 235px;
  padding-left: 200px;
  padding-right: 200px;
  background-color: #19232d;
  overflow: hidden;
  z-index: 9;
}
@media only screen and (max-width: 1199px) {
  .banner-section .row {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 1317px) {
  .banner-section {
    padding-top: 165px;
    padding-bottom: 90px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-section {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 368px) {
  .banner-section {
    padding-bottom: 95px;
  }
}
.banner-section .banner-thumb {
  position: absolute;
  left: -130px;
  bottom: -300px;
  width: 123%;
  animation: scale 4s linear;
  z-index: 9;
}
.banner-section .banner-thumb img {
  animation: ImgAnimate 3s infinite cubic-bezier(0.4, 0, 1, 1) 0.2s;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .banner-section .banner-thumb {
    position: unset;
    animation: none;
  }
  .banner-section .banner-thumb img {
    animation: none;
  }
}
@media only screen and (max-width: 991px) {
  .banner-section .banner-thumb {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .banner-section .banner-thumb {
    width: 100%;
  }
}
.banner-section .banner-element {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .banner-section .banner-element {
    display: none;
  }
}
.banner-section .banner-element-two {
  position: absolute;
  left: 30%;
  animation: scroll-down 2s cubic-bezier(0.4, 0, 1, 1) infinite;
}
@media only screen and (max-width: 1199px) {
  .banner-section .banner-element-two {
    display: none;
  }
}
.banner-section .banner-element-three {
  position: absolute;
  top: 50%;
  left: 45%;
  animation: rotate 8s cubic-bezier(0.4, 0, 1, 1) infinite;
}
@media only screen and (max-width: 1199px) {
  .banner-section .banner-element-three {
    display: none;
  }
}
.banner-section .banner-element-four {
  position: absolute;
  top: 83%;
  left: 25%;
  animation: tada 2s cubic-bezier(0.4, 0, 1, 1) infinite;
}
@media only screen and (max-width: 1199px) {
  .banner-section .banner-element-four {
    display: none;
  }
}
.banner-section .banner-social-area {
  position: absolute;
  left: 110px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1317px) {
  .banner-section .banner-social-area {
    display: none;
  }
}
.banner-section .banner-social-area::before {
  position: absolute;
  content: '';
  top: -200px;
  left: 13px;
  width: 1px;
  height: 180px;
  background-color: rgba(255, 255, 255, 0.1);
}
.banner-section .banner-social-area::after {
  position: absolute;
  content: '';
  bottom: -200px;
  left: 13px;
  width: 1px;
  height: 180px;
  background-color: rgba(255, 255, 255, 0.1);
}
.banner-section .banner-social li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  background: transparent;
  border: 1px solid rgba(220, 187, 135, 0.2);
  color: #dcbb87;
  font-size: 11px;
  border-radius: 50%;
  transition: all 0.5s;
}
.banner-section .banner-social li a:hover {
  background: #dcbb87;
  border: 1px solid #dcbb87;
  color: white;
}
.banner-section .banner-social li + li {
  margin-top: 8px;
}
.banner-section .banner-content {
  position: relative;
  z-index: 9;
}
.banner-section .banner-content .sub-title {
  font-weight: 600;
  font-style: italic;
  font-size: 30px;
  color: white;
  font-family: "Mulish", sans-serif;
  margin-bottom: 25px;
}
@media only screen and (max-width: 991px) {
  .banner-section .banner-content .sub-title {
    font-size: 18px;
  }
}
.banner-section .banner-content .sub-title span {
  color: #dcbb87;
}
.banner-section .banner-content .title {
  margin-bottom: 25px;
  font-weight: 700;
  color: white;
}
@media only screen and (max-width: 991px) {
  .banner-section .banner-content .title {
    line-height: 40px;
  }
}
.banner-section .banner-content p {
  color: white;
  width: 80%;
  font-size: 16px;
}
@media only screen and (max-width: 991px) {
  .banner-section .banner-content p {
    width: 100%;
    font-size: 14px;
  }
}
.banner-section .banner-content .banner-btn {
  margin: -5px;
  margin-top: 65px;
}
@media only screen and (max-width: 991px) {
  .banner-section .banner-content .banner-btn {
    margin-top: 30px;
  }
}
.banner-section .banner-content .banner-btn a {
  background-color: transparent;
  color: #dcbb87;
  margin: 5px;
  position: relative;
  overflow: hidden;
}
.banner-section .banner-content .banner-btn a i::before {
  transition: all 0.5s;
}
.banner-section .banner-content .banner-btn a::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dcbb87;
  border-radius: 999px;
  transform-origin: 100px 100px;
  transform: translate(-10px, -70px) scale(0.1);
  opacity: 0;
  z-index: -1;
  transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
}
.banner-section .banner-content .banner-btn a:hover {
  color: #19232d;
}
.banner-section .banner-content .banner-btn a:hover i::before {
  color: #19232d;
}
.banner-section .banner-content .banner-btn a:hover::after {
  opacity: 1;
  transform-origin: 100px 100px;
  border-radius: 999px;
  transform: translate(0, 0) scale(1);
}


/*--------------------------------------------------------------
 Footer
--------------------------------------------------------------*/
.footer-section {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.footer-section .footer-element {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .footer-section .footer-element {
    display: none;
  }
}

.footer-top-area {
  margin-bottom: 40px;
}

.footer-logo {
  margin-bottom: 15px;
}
.footer-logo a {
  margin: 0;
}

.footer-widget .title {
  color: white;
  position: relative;
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  margin-bottom: 30px;
}
.footer-widget .title::before {
  border: 1px solid #dcbb87;
  bottom: -10px;
  content: "";
  left: 0;
  position: absolute;
  width: 50px;
  right: 0;
}
.footer-widget .widget-title {
  color: #dcbb87;
  margin-bottom: 15px;
  font-weight: 700;
}
.footer-widget p {
  color: white;
}

.footer-bottom-area {
  border: 1px solid #dcbb87;
  border-radius: 20px;
  background-color: #19232d;
  position: relative;
  z-index: 9;
  padding: 60px;
}
@media only screen and (max-width: 991px) {
  .footer-bottom-area {
    padding: 30px;
  }
}


/*-------------------------------------------------
    à Propos
*/
.about-section {
  position: relative;
  overflow: hidden;
}
.about-section .about-element {
  position: absolute;
  top: 20%;
  right: 0;
  animation: scroll-down 2s cubic-bezier(0.4, 0, 1, 1) infinite;
}
@media only screen and (max-width: 1199px) {
  .about-section .about-element {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .about-section.bg-overlay-base::after {
    background-image: linear-gradient(-272deg, #19232d 15%, rgba(25, 25, 25, 0.62) 100%);
  }
}

.about-content .sub-title {
  font-weight: 700;
  font-size: 20px;
  color: white;
  margin-bottom: 15px;
  font-family: "Mulish", sans-serif;
}
@media only screen and (max-width: 991px) {
  .about-content .sub-title {
    font-size: 14px;
  }
}
.about-content .sub-title span {
  color: #dcbb87;
}
.about-content .title {
  color: white;
  margin-bottom: 20px;
  font-weight: 700;
}
.about-content p {
  color: white;
  font-size: 16px;
}
@media only screen and (max-width: 991px) {
  .about-content p {
    font-size: 14px;
  }
}

.about-book-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  padding: 30px;
  border-radius: 5px;
  width: 80%;
  margin-top: 60px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
@media only screen and (max-width: 1399px) {
  .about-book-area {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .about-book-area {
    margin-bottom: 20px;
  }
}
.about-book-area::before {
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  left: -5px;
  width: 12px;
  height: 80px;
  background-color: #dcbb87;
  border-radius: 60px;
}
.about-book-area .about-book-element {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.about-book-area .call-title {
  font-weight: 700;
  margin-bottom: 15px;
}

.about-book-right a i {
  transition: all 0.5s;
  margin-right: 8px;
}
.about-book-right a i::before {
  color: #19232d;
  transition: all 0.5s;
}
.about-book-right a:hover i {
  transform: rotate(-40deg);
}
.about-book-right a:hover i::before {
  color: #dcbb87;
}

/*-------------------------------------------------
    Les Avantages de GoJet
*/
.feature-section {
  overflow: hidden;
}

.feature-area {
  position: relative;
}

.feature-item {
  background-color: white;
  padding: 40px;
  border-radius: 5px;
  border: 2px solid rgba(220, 187, 135, 0.1);
  transition: all 0.5s;
}
@media only screen and (max-width: 991px) {
  .feature-item {
    padding: 20px;
  }
}
.feature-item:hover {
  background-color: #dcbb87;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}
.feature-item:hover .feature-icon::before {
  background-color: rgba(255, 255, 255, 0.5);
}
.feature-item:hover .feature-content .title::before {
  border: 1px dashed #19232d;
}
.feature-item:hover .feature-content p {
  color: #19232d;
}
.feature-item:hover .feature-content p::before {
  border: 1px dashed #19232d;
}

.feature-icon {
  position: relative;
  margin-bottom: 20px;
  z-index: 2;
  max-height: 66px;
}
.feature-icon::before {
  position: absolute;
  content: '';
  top: -10px;
  left: 10px;
  width: 80px;
  height: 80px;
  background-color: rgba(220, 187, 135, 0.5);
  border-radius: 50%;
  z-index: -1;
  transition: all 0.3s;
}

.feature-content .title {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.feature-content .title::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 20%;
  border: 1px dashed rgba(61, 61, 61, 0.3);
}
.feature-content p {
  position: relative;
  padding-bottom: 15px;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 0;
}
.feature-content p::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 20%;
  border: 1px dashed rgba(61, 61, 61, 0.3);
}

.page-wrapper-two div[class*="col"]:nth-of-type(6n + 1) .feature-item {
  border-left: none;
  border-top: none;
}
.page-wrapper-two div[class*="col"]:nth-of-type(6n + 2) .feature-item {
  border-top: none;
}
.page-wrapper-two div[class*="col"]:nth-of-type(6n + 3) .feature-item {
  border-right: none;
  border-top: none;
}
.page-wrapper-two div[class*="col"]:nth-of-type(6n + 4) .feature-item {
  border-left: none;
  border-bottom: none;
}
.page-wrapper-two div[class*="col"]:nth-of-type(6n + 5) .feature-item {
  border-bottom: none;
}
.page-wrapper-two div[class*="col"]:nth-of-type(6n + 6) .feature-item {
  border-right: none;
  border-bottom: none;
}
.page-wrapper-two .feature-area {
  border-radius: 10px;
}
.page-wrapper-two .feature-item {
  border-radius: 0;
  transition: all 0.2s;
  position: relative;
  border: 1px solid #f5f3f1;
  background-color: white;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .page-wrapper-two .feature-item {
    border: 1px solid #f5f3f1 !important;
  }
}
.page-wrapper-two .feature-item::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #f5f3f1;
  background-color: white;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.page-wrapper-two .feature-item::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 40px #7704041A;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.page-wrapper-two .feature-item:hover {
  background-color: transparent;
  border: 1px solid transparent;
  z-index: 3;
}
.page-wrapper-two .feature-item:hover::after {
  opacity: 1;
  visibility: visible;
}
.page-wrapper-two .feature-item:hover::before {
  opacity: 1;
  visibility: visible;
}
.page-wrapper-two .feature-item:hover .feature-icon {
  color: #dcbb87;
}
.page-wrapper-two .feature-icon {
  font-size: 80px;
  line-height: 80px;
  color: #19232d;
  max-height: auto;
  margin-bottom: 30px;
  transition: all 0.5s;
}
@media only screen and (max-width: 991px) {
  .page-wrapper-two .feature-icon {
    font-size: 50px;
  }
}
.page-wrapper-two .feature-icon::before {
  display: none;
}
.page-wrapper-two .feature-content .title {
  transition: all 0.5s;
  padding-bottom: 0;
}
.page-wrapper-two .feature-content .title::before {
  display: none;
}
.page-wrapper-two .feature-content p {
  padding-bottom: 0;
  transition: all 0.5s;
}
.page-wrapper-two .feature-content p::before {
  display: none;
}




.ratings-form .rating:not(:checked) > input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.ratings-form .rating:not(:checked) > label {
  width: 1em;
  padding: 0 .1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 200%;
  line-height: 1.2;
  color: #ddd;
}

.ratings-form .rating:not(:checked) > label:before {
  content: '★';
  border: none;
}

.ratings-form .rating:not(:checked) > label:hover,
.ratings-form .rating:not(:checked) > label:hover ~ label {
  color: gold;
}


