@charset "UTF-8";
/*-------------------------------------------------
   about.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
*/

.text--base {
  color: #dcbb87 !important;
}

.section--bg {
  background-color: #19232d !important;
}

.bg--gray {
  background-color: #f5f3f1;
}

/*-------------------------------------------------
    bar de scroll
*/
*::-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;
}


/*-------------------------------------------------
    slider
*/

.swiper-pagination {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 60px;
}



/*-------------------------------------------------
    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 part 2
*/
.bg_img {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

/*-------------------------------------------------
    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-content {
  position: relative;
  z-index: 9;
}
.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;
  }
}

.inner-banner-section {
  padding-top: 208px;
  padding-bottom: 113px;
}
.inner-banner-section .banner-content .title {
  margin-top: -20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .inner-banner-section .banner-content .title {
    margin-top: -9px;
  }
}

.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0;
  justify-content: center;
}

.breadcrumb li {
  color: #19232d;
  font-family: "Mulish", sans-serif;
}

.breadcrumb-item a {
  font-weight: 700;
  font-size: 20px;
  position: relative;
  z-index: 2;
  color: white;
}
@media only screen and (max-width: 991px) {
  .breadcrumb-item a {
    font-size: 14px;
  }
}

.breadcrumb-item.active {
  font-weight: 700;
  color: #dcbb87;
  font-size: 20px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .breadcrumb-item.active {
    font-size: 14px;
  }
}

.breadcrumb-item.active::before {
  content: ">";
  font-weight: 600;
  color: white;
  font-size: 20px;
  left: 0;
  top: 1px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .breadcrumb-item.active::before {
    font-size: 14px;
  }
}


/*--------------------------------------------------------------
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;
  }
}


/*-------------------------------------------------
    client slider
*/
.client-section {
  overflow: hidden;
  position: relative;
}

.client-item {
  padding: 0 30px 30px 30px;
  position: relative;
  border-radius: 10px;
  z-index: 2;
}
@media only screen and (max-width: 1199px) {
  .client-item {
    padding: 0 20px 20px 20px;
  }
}
.client-item::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 35px);
  background-color: white;
  box-shadow: 0 10px 10px rgba(50, 73, 179, 0.08);
  border-radius: 10px;
  z-index: -1;
}

.client-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 20px;
}

.client-slider-two {
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .client-slider-two {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.client-slider-two .client-item {
  background-color: white;
  border: none;
  padding: 15px 20px 20px 20px;
}
.client-slider-two .client-quote {
  color: #E8E9EA;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 20px;
}
.client-slider-two .client-content {
  padding: 0;
}
.client-slider-two .client-content p {
  color: #3d3d3d;
  font-size: 14px;
}
.client-slider-two .client-footer {
  align-items: center;
  background-color: transparent;
  padding: 0;
  border-top: 1px dashed #e5e5e5;
  padding-top: 10px;
  margin-top: 10px;
  transition: all 0.5s;
}
.client-slider-two .client-footer .ratings i {
  color: #dcbb87;
  font-size: 12px;
}
.client-slider-two .client-post-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.client-slider-two .client-post-meta .name {
  padding-left: 15px;
  color: #19232d;
  font-weight: 700;
  font-size: 14px;
}



/*-------------------------------------------------
    à propos
*/
.about-section {
  position: relative;
  overflow: hidden;
}

.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 .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-area .call {
  font-weight: 700;
  color: #19232d;
  font-size: 24px;
}
@media only screen and (max-width: 991px) {
  .about-book-area .call {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.page-wrapper-two .about-content .sub-title {
  font-weight: 800;
  color: #19232d;
  margin-bottom: 15px;
  font-size: 20px;
}
@media only screen and (max-width: 991px) {
  .page-wrapper-two .about-content .sub-title {
    font-size: 14px;
  }
}
.page-wrapper-two .about-content .title {
  color: #19232d;
  margin-bottom: 10px;
}
.page-wrapper-two .about-content p {
  color: #3d3d3d;
  width: 100%;
}
.page-wrapper-two .about-list-area {
  margin-bottom: 20px;
}
.page-wrapper-two .about-list li {
  display: inline-block;
  color: #19232d;
  font-weight: 800;
  font-size: 16px;
}
@media only screen and (max-width: 1199px) {
  .page-wrapper-two .about-list li {
    font-size: 13px;
  }
}
@media only screen and (max-width: 420px) {
  .page-wrapper-two .about-list li {
    display: block;
  }
}
.page-wrapper-two .about-list li i {
  color: #dcbb87;
  margin-right: 5px;
}
@media only screen and (max-width: 1199px) {
  .page-wrapper-two .about-list li i {
    margin-right: 2px;
  }
}
.page-wrapper-two .about-list li + li {
  margin-left: 20px;
}
@media only screen and (max-width: 1199px) {
  .page-wrapper-two .about-list li + li {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 420px) {
  .page-wrapper-two .about-list li + li {
    margin-left: 0;
    margin-top: 10px;
  }
}
.about--style .about-book-area {
  background-color: rgba(220, 187, 135, 0.5);
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 30px;
}




/*-------------------------------------------------
   les ratings des clients
*/

.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;
}

/*-------------------------------------------------
    partie histoire
*/
.history-area {
  margin-bottom: -30px;
  position: relative;
  z-index: 2;
}
.history-area::after {
  position: absolute;
  content: '';
  top: 7%;
  left: 50.7%;
  width: 1px;
  height: calc(100% - 23%);
  background-color: #e5e5e5;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .history-area::after {
    display: none;
  }
}

.history-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .history-item {
    justify-content: center;
  }
}
.history-item:nth-child(even) {
  flex-direction: row-reverse;
}
.history-item:nth-child(even) .history-thumb {
  padding-right: 0;
  padding-left: 60px;
}
@media only screen and (max-width: 991px) {
  .history-item:nth-child(even) .history-thumb {
    padding-left: 0;
  }
}
.history-item:nth-child(even) .history-content {
  padding-left: 0;
  text-align: right;
  padding-right: 60px;
}
@media only screen and (max-width: 991px) {
  .history-item:nth-child(even) .history-content {
    text-align: left;
    padding-right: 0;
  }
}
.history-item::before {
  position: absolute;
  content: '';
  top: 28.2%;
  left: 50%;
  width: 15px;
  height: 15px;
  border: 2px solid #19232d;
  border-radius: 50%;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .history-item::before {
    display: none;
  }
}
.history-item::after {
  position: absolute;
  content: '';
  top: 26.9%;
  left: 49.55%;
  width: 25px;
  height: 25px;
  background-color: white;
  border-radius: 50%;
}
@media only screen and (max-width: 991px) {
  .history-item::after {
    display: none;
  }
}

.history-thumb {
  width: 50%;
  padding-right: 40px;
}
@media only screen and (max-width: 991px) {
  .history-thumb {
    padding-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .history-thumb img {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .history-thumb {
    width: 100%;
  }
}

.history-content {
  width: calc(100% - 50%);
  padding-left: 60px;
}
@media only screen and (max-width: 991px) {
  .history-content {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
}
.history-content .year {
  font-family: "Playfair Display", sans-serif;
  color: #dcbb87;
  font-weight: 700;
}
.history-content .title {
  margin-bottom: 15px;
  font-weight: 600;
}
.history-content p {
  font-size: 16px;
}
@media only screen and (max-width: 991px) {
  .history-content p {
    font-size: 14px;
  }
}

