

@font-face {
  font-family: 'NeueMontreal-Medium';
  src: url(NeueMontreal-Light.otf),
  url(NeueMontreal-Light.ttf),
  url(NeueMontreal-Light.woff);
}

@font-face {
  font-family: 'TT-Ramillas-Trial-ExtraBold';
  src: url(TT-Ramillas-Trial-Light.otf),
  url(TT-Ramillas-Trial-Light.woff);
}

@font-face {
  font-family: 'TT-Ramillas-Trial-light';
  src: url(TT-Ramillas-Trial-ExtraBold.otf),
  url(TT-Ramillas-Trial-ExtraBold.woff);
}




/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
  --white-color:                  #FFFFFF;
  --primary-color:                #fffbe9;
  --secondary-color:              #f3af24;
  --section-bg-color:             #F9F9F9;
  --dark-color:                   #183661;
  --title-color:                  #565758;
  --news-title-color:             #183661;
  --p-color:                      #183661; 
  --border-color:                 #eaeaea;
  --border-radius-default:        .25rem;

  --h1-font-size:                 76px;
  --h2-font-size:                 56px;
  --h3-font-size:                 50px;
  --h4-font-size:                 28px;
  --h5-font-size:                 26px;
  --h6-font-size:                 22px;

  --p-font-size:                  18px;
  --menu-font-size:               18px;
  --category-font-size:           14px;

  --font-weight-light:            300;
  --font-weight-normal:           400;
  --font-weight-semibold:         600;
  --font-weight-bold:             700;
}

body {
    background: #183661;
    font-family: 'NeueMontreal-Medium';
    position: relative;
    overflow-x: hidden;
    overflow-x: none;
}

/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/

h2,
h3,
h4,
h5,
h6 {
  color: #fffbe9;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--font-weight-semibold);
}

h1,
h2 {
  font-weight: var(--font-weight-bold);
}

h1 {
  font-size: var(--h1-font-size);
  line-height: normal;
}

h2 {
  font-size: var(--h2-font-size);
}

h3 {
  font-size: var(--h3-font-size);
}

h4 {
  font-size: var(--h4-font-size);
}

h5 {
  font-size: var(--h5-font-size);
}

h6 {
  font-size: var(--h6-font-size);
}

p,
.list .list-item {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
}

a, 
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

.form-label {
  color: #fffbe9;
  font-size: 18px;
  font-family: 'NeueMontreal-Medium';
}

a {
  color: var(--secondary-color);
  text-decoration: none;
}

a:hover {
  color: var(--primary-color);
}

::selection {
  background: var(--primary-color);
  color: var(--white-color);
}

::-moz-selection {
  background: var(--primary-color);
  color: var(--white-color);
}

.section-padding {
  padding-top: 0rem;
  padding-bottom: 4rem;
}

b,
strong {
  font-weight: var(--font-weight-bold);
}


/*---------------------------------------
  CUSTOM BUTTON              
-----------------------------------------*/
.custom-btn {
  color: #fffbe9;
  font-size: var(--menu-font-size);
  font-family: 'TT-Ramillas-Trial-ExtraBold';
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: transparent;
  border: 1px solid #fffbe9;
  border-radius: 0px;
    box-shadow: 0 4px 0 #94cfdf;
}

.custom-btn:hover{
  background-color: #fffbe9;
  border: 1px solid #fffbe9;
  color: #183661;
  transition-duration: 0.5s;
}


/*---------------------------------------
  NAVIGATION              
-----------------------------------------*/
.navbar {
  background: #fffbe9;
  padding-top: 1px;
  padding-bottom: 1px;
  font-family: 'TT-Ramillas-Trial-ExtraBold';
}

.navbar-brand {
  color: #fffbe9;
  font-size: var(--h5-font-size);
  font-weight: 900;
  margin-right: 0;
}

.navbar-brand img{
  width: 220px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 2px;
  padding-left: 2px;
  margin-left: 20px;
  margin-right: 20px;
}

.navbar-expand-lg .nav-link {
  color: #183661;
  font-weight: 900;
  font-size: 20px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.navbar-nav .nav-link.active, 
.nav-link:focus, 
.nav-link:hover {
  color: #183661;
  border-bottom: 1px solid #183661;
}

.nav-link:focus {
  color: #183661;
}

.navbar-expand-lg .nav-link i{
  color: #183661;
  font-weight: 900;
  scale: 1.5;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: none;
}






.navbar-toggler {
  border: 0;
  padding: 0;
  cursor: pointer;
  margin: 0;
  width: 30px;
  height: 35px;
  outline: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
  top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(-45deg);
}

.navbar-toggler .navbar-toggler-icon {
  background: #183661;
  transition: background 10ms 300ms ease;
  display: block;
  width: 30px;
  height: 2px;
  position: relative;
}

.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
  position: absolute;
  right: 0;
  left: 0;
  background: #183661;
  width: 30px;
  height: 2px;
  content: '';
}

.navbar-toggler .navbar-toggler-icon:before {
  top: -8px;
}

.navbar-toggler .navbar-toggler-icon:after {
  top: 8px;
}


/*---------------------------------------
  SITE HEADER              
-----------------------------------------*/
.site-header {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 10rem;
  padding-bottom: 10rem;
  text-align: center;
  position: relative;
}

.site-header .container {
  position: relative;
  z-index: 2;
}

.site-news-detail-header {
  background: transparent;
  text-align: left;
   padding-top: 6rem;
  padding-bottom: 6rem;
}

.text-dore{
  color: #1c1c1a;
}

.text-dore1{
  color: #fffbe9;
  font-weight: 200 !important;
  font-family: 'NeueMontreal-Medium';
  line-height: 1.5;
  text-align : justify;
  margin-bottom: 30px;
}

.text-dore1 strong{
  color: #fffbe9;
  font-weight: 200 !important;
  font-family: 'NeueMontreal-Medium';
  box-shadow: 0 4px 0 #94cfdf;
  line-height: 1.5;
  text-align : justify;
  margin-bottom: 30px;
}

.text-dore2{
  color: #fffbe9 !important;
  font-weight: 200 !important;
  font-family: 'NeueMontreal-Medium';
  line-height: 1.5;
  text-align : justify;
  display: flex;
  align-content: center;
  margin-bottom: 30px;
}


.text-dore2{
  color: #fffbe9;
  font-weight: 200 !important;
  font-family: 'NeueMontreal-Medium';
  line-height: 1.5;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-bottom: 30px;
}


.text-title{
  color: #94cfdf;
font-family: 'TT-Ramillas-Trial-ExtraBold';
  font-weight: 100;
  font-size: 65px;
}

.text-title1{
  color: #183661;
font-family: 'TT-Ramillas-Trial-ExtraBold';
  font-weight: 100;
  font-size: 65px !important;
  display: flex;
  justify-content: center;
}



.text-title2{
  color: #fffbe9;
font-family: 'TT-Ramillas-Trial-ExtraBold';
  font-weight: 100;
  font-size: 70px;
}

.text-title3{
  color: #fffbe9;
  font-weight: 100 !important;
  font-family: 'NeueMontreal-Medium';
}

.text-title4{
  color: #fffbe9;
font-family: 'TT-Ramillas-Trial-ExtraBold';
  font-weight: 100;
  font-size: 65px !important;
  display: flex;
  margin-left: 10%;
}

.text-title5{
  color: #fffbe9;
font-family: 'TT-Ramillas-Trial-ExtraBold';
  font-weight: 100;
  font-size: 30px;
}

.text-title6{
  color: #94cfdf;
font-family: 'TT-Ramillas-Trial-ExtraBold';
  font-weight: 100;
  font-size: 58px;
}

.text-title7{
  color: #94cfdf;
font-family: 'TT-Ramillas-Trial-ExtraBold';
  font-weight: 100;
  font-size: 65px;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  background-color: #183661;
}

.text-title8{
  color: #94cfdf;
font-family: 'TT-Ramillas-Trial-ExtraBold';
  font-weight: 100;
  font-size: 50px;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  background-color: #183661;
}

.text-title9{
  color: #94cfdf;
font-family: 'TT-Ramillas-Trial-ExtraBold';
  font-weight: 100;
  font-size: 60px;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
}


.text-home{
  color: #fffbe9;
  font-family: 'TT-Ramillas-Trial-ExtraBold';
  white-space: nowrap;
}

.subtitle{
  font-family: 'NeueMontreal-Medium';
  color: #fffbe9;
  font-weight: 900;
  margin-bottom: 30px;
}

.subtitle1{
  font-family: 'TT-Ramillas-Trial-ExtraBold';
  color: #fffbe9;
  font-weight: 900;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  text-align: center;
}

.subtitle2{
  font-family: 'NeueMontreal-Medium';
  color: #fffbe9;
  font-weight: 900;
  margin-bottom: 15px;
  margin-left: 10%;
}

.subtitle3{
  color: #fffbe9;
  font-weight: 200 !important;
  font-family: 'NeueMontreal-Medium';
  line-height: 1.5;
  text-align : justify;
  margin-left: 10%;
  margin-right: 10%;
  max-width: 900px;
  margin-bottom: 30px;
}

.custom-link{
  background-color: transparent;
  color: #fffbe9;
  font-family: 'TT-Ramillas-Trial-ExtraBold';
  border: solid 1px #fffbe9;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 0px;
  box-shadow: 0 4px 0 #94cfdf;
}

.custom-link:hover{
  background-color: #fffbe9;
  color: #183661;
}

.site-about-header {
  background-image: url('../images/img-res1.webp');
}

.site-menu-header {
  background-image: url('../images/img-pension1.webp');
}

.site-ecole-header {
  background-image: url('../images/Equitation-et-physiotherapie.webp');
}



.site-contact-header {
  background-image: url('../images/img-csi.webp');
}

.overlay {
background: #183661;
background: linear-gradient(0deg,rgba(24, 54, 97, 1) 0%, rgba(24, 54, 97, 0.71) 39%, rgba(24, 54, 97, 0) 100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}


/*---------------------------------------
  HERO              
-----------------------------------------*/
.hero {
  position: relative;
  overflow: hidden;
}

.banner1{
  text-align: left;
  padding: 250px 0;
  width: 100%;
  height: auto;
  background-image: url('../images/MjAyMzA3ZjlhNTZiNDMzNTEwZWJlYTNiYWE3M2Q5ZWFjYTY3NWQ.webp');
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.banner1 h1 {
  color: #fffbe9;
  font-family: 'TT-Ramillas-Trial-ExtraBold';
  font-size: 70px;
  font-weight: 100;
  margin-bottom: 0px;
  position: relative;
  margin-left: 100px;
  z-index: 9;
  display: flex;
  justify-content: left;
  align-items: left;
}

.banner1 h4 {
  color: #fffbe9;
  font-size: 22px;
  font-weight: 600;
  position: relative;
  z-index: 9;
    margin-left: 100px;
  display: flex;
  justify-content: left;
  font-family: 'NeueMontreal-Medium';
  margin-bottom: 20px;
  align-items: center;
}

.title-principale{
  color: #fffbe9;
  font-size: 70px;
  font-weight: 100;
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: center;
  font-family: 'TT-Ramillas-Trial-ExtraBold';
  align-items: center;
}

.title-principale2{
  color: #fffbe9;
  font-size: 22px;
  font-weight: 600;
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: center;
  font-family: 'NeueMontreal-Medium';
  align-items: center;
}

.home-button{
  z-index: 9;
  position: relative;
  display: inline-block;
  justify-content: center;
  background-color: transparent;
  color: #94cfdf;
  font-family: 'TT-Ramillas-Trial-ExtraBold';
  border: solid 1px #94cfdf;
    margin-left: 100px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 0px;
    box-shadow: 0 4px 0 #fffbe9;

}


.home-button:hover{
  background-color: #94cfdf;
  color: #183661;
}

.home-button1{
  z-index: 9;
  margin-left: 10%;
  background-color: transparent;
  color: #94cfdf;
  font-family: 'TT-Ramillas-Trial-ExtraBold';
  border: solid 1px #94cfdf;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 0px;
  box-shadow: 0 4px 0 #fffbe9;
}

.home-button1:hover{
  background-color: #94cfdf;
  color: #183661;
}





.custom-video {
  display:block;
  margin:0 auto 35px auto;
  object-fit: cover;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}

.image-border1{
  box-shadow: 0 4px 0 #94cfdf;
}

.image-border2{
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}


.image-border3{
  box-shadow: 0 4px 0 #94cfdf;
}



/*---------------------------------------
  HERO SLIDE               
-----------------------------------------*/
.carousel-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.carousel-thumb {
  position: relative;
}

.carousel-caption {
  background: linear-gradient(to top, var(--dark-color), transparent 90%);
  text-align: left;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 60px 40px;
  border-radius: 10px;
}

.hero-carousel .reviews-text,
.hero-text {
  color: #fffbe9;
}

.price-tag {
  background: #fffbe9;
  border-radius: 5px;
  color: #1C1C1A;
  font-size: var(--menu-font-size);
  font-weight: var(--font-weight-semibold);
  display: inline-block;
  width: 84px;
  height: 64px;
  line-height: 64px;
  text-align: center;
}

.hero-carousel .carousel-control-prev,
.hero-carousel .carousel-control-next {
  position: absolute;
  top: auto;
  bottom: 0;
  opacity: 1;
}

.hero-carousel .carousel-control-prev,
.hero-carousel .carousel-control-next {
  background: #1C1C1A;
  width: 60px;
  height: 60px;
  text-align: center;
}

.hero-carousel .carousel-control-prev {
  left: auto;
  right: 60px;
  background: #1C1C1A;
  color: #fffbe9;
}

.hero-carousel .carousel-control-next {
  background: #1C1C1A;
  right: 0;
  color: #fffbe9;
  border-bottom-right-radius: 10px;
}

.hero-carousel .carousel-control-prev:hover, 
.hero-carousel .carousel-control-next:hover {
  background: #fffbe9;
  color: #1C1C1A;
}

.hero-carousel .carousel-control-prev-icon,
.hero-carousel .carousel-control-next-icon {
  background-image: none;
  width: inherit;
  height: inherit;
  line-height: 60px;
}

.hero-carousel .carousel-control-prev-icon::before,
.hero-carousel .carousel-control-next-icon::before {
  font-family: bootstrap-icons;
  display: block;
  margin: auto;
  font-size: var(--h5-font-size);
}

.hero-carousel .carousel-control-prev-icon{
  rotate: -45deg;
}

.hero-carousel .carousel-control-next-icon{
  rotate: 45deg;
}

.hero-carousel .carousel-control-prev-icon::before {
  content: "\f13f";
}

.hero-carousel .carousel-control-next-icon::before {
  content: "\f144";
}

.reviews-icon {
  color: #1C1C1A;
}


/*---------------------------------------
  MENU               
-----------------------------------------*/
.menu,
.about,
.news,
.related-news,
.newsletter,
.comments {
  background: #1C1C1A;
}

.about p{
  color: #fffbe9;
}

.menu-thumb {
  position: relative;
  overflow: hidden;
}

.menu-info {
  padding: 20px 20px 30px 20px;
}

.menu-image {
  display: block;
}

.menu-image-wrap {
  position: relative;
}

.menu-image-wrap img{
  border-radius: 10px;
}

.menu-tag {
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px;
}

.newsletter-image {
  border-radius: 100%;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  max-width: 450px;
  max-height: 450px;
}

.img-rosace{
  max-width: 150px;
  position: absolute;
  rotate: -90deg;
  left: 42%;
  top: 79.2%;
  z-index: 1;
}

.img-rosace1{
  max-width: 150px;
  position: absolute;
  rotate: 90deg;
  left: 44%;
  top: 62%;
  z-index: 1;
}

.img-goutte{
  max-width: 200px;
  position: absolute;
  left: 35%;
  top: 19%;
}


.img-goutte1{
  max-width: 130px;
  position: absolute;
  left: 74%;
  top: 61.5%;
  rotate: -12deg;
}

.img-goutte2{
  max-width: 150px;
  position: absolute;
  rotate: 90deg;
  left: 30%;
  top: 59%;
}

.img-goutte3{
  max-width: 200px;
  position: absolute;
  left: 43.9%;
  z-index: 100;
  top: 87.5%;
}

.img-goutte4{
  max-width: 200px;
  position: absolute;
  left: 42.8%;
  top: 48%;
}

.img-goutte5{
  max-width: 210px;
  position: absolute;
  left: 53.8%;
  top: 23%;
}

.img-goutte6{
  max-width: 120px;
  position: absolute;
  left: 50.8%;
  top: 36.8%;
}


/*---------------------------------------
  NEWS               
-----------------------------------------*/
.news-thumb {
  position: relative;
  overflow: hidden;
}

.news-thumb > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease-out;
}

.news-thumb > a:hover {
  transform: scale(1.05);
}

.news-text-info {
  background: var(--section-bg-color);
  position: relative;
  z-index: 2;
  padding: 0px;
  transition: all 0.3s ease-out;
}

.related-news .news-text-info {
  background: var(--white-color);
}

.news-text-info-large {
  background: linear-gradient(to top, var(--dark-color), transparent 90%);
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
  pointer-events: none;
}

.news-text-info-large .news-title-link {
  color: #fffbe9;
}

.news-title-link {
  color: #fffbe9;
}

.news-image {
  display: block;
  width: 100%;
  transition: all 0.3s ease-out;
    box-shadow: 0 4px 0 #94cfdf;
}

.news-image:hover {
  transform: scale(1.05);
}

.category-tag,
.menu-tag {
  background: var(--dark-color);
  border-radius: var(--border-radius-default);
  color: var(--white-color);
  font-size: var(--category-font-size);
  display: inline-block;
  padding: 4px 12px;
}

.category-tag {
  margin-bottom: 5px;
}

.comment-form {
  margin-bottom: 60px;
}

.news-author {
  border-bottom: 1px solid rgba(0,0,0,0.05);
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
}

.news-author:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.news-author-image {
  border-radius: 100px;
  object-fit: cover;
  width: 70px;
  height: 70px;
}


/*---------------------------------------
  CUSTOM FORM            
-----------------------------------------*/
.custom-form .form-control {
  margin-bottom: 20px;
  padding: 14px 10px;
  transition: all 0.3s;
}

.custom-form button[type="submit"] {
  background: transparent;
  border: solid 1px #fffbe9;
  border-radius: 0px;
  color: #fffbe9;
  font-size: var(--menu-font-size);
  font-family: 'TT-Ramillas-Trial-ExtraBold';
}

.custom-form button[type="submit"]:hover {
  background: #fffbe9;
  color: #183661 !important;
}


/*---------------------------------------
  SUBSCRIBE FORM            
-----------------------------------------*/
.subscribe-form .form-control {
  margin-top: 20px;
  margin-bottom: 10px;
}


/*---------------------------------------
  BOOKING FORM            
-----------------------------------------*/
#BookingModal .modal-content {
  border: 0;
  overflow: hidden;
}

#BookingModal .modal-content::before {
  content: "";
  background-color: var(--white-color);
  background-image: url('');
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  width: 60%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

#BookingModal .modal-header {
  border-bottom: 0;
  position: relative;
  padding: 26px 32px 0 32px;
}

#BookingModal .modal-body {
  padding: 38px 32px;
  padding-right: 35%;
}

#BookingModal .modal-footer {
  border-top: 0;
  padding: 0;
}

.booking-form .form-control {
  font-weight: var(--font-weight-normal);
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 25px;
  transition: all 0.3s;
}

.booking-form button[type="submit"] {
  background: var(--dark-color);
  border: 0;
  font-weight: var(--font-weight-semibold);
  color: var(--white-color);
  text-transform: uppercase;
  margin-bottom: 0;
}

.booking-form button[type="submit"]:hover {
  background: var(--primary-color);
}

.BgImage {
  background-image: url('../images/img-csi\ foncé.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: auto;
  padding-top: 85px;
  padding-bottom: 85px;
}

.menu-restaurant img{
  width: 200px;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

/*---------------------------------------
  FOOTER              
-----------------------------------------*/
.site-footer {
  background-image: url('../images/img-csi2.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 3rem;
  position: relative;
}

.site-footer::before {
  content: "";
background: #183661;
background: linear-gradient(180deg,rgba(24, 54, 97, 1) 0%, rgba(24, 54, 97, 0.71) 39%, rgba(24, 54, 97, 0) 100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.site-footer .container {
  position: relative;
}

.tooplate-mt30 {
	margin-top: 30px;
}
.tooplate-mt60 {
	margin-top: 60px;
}

.copyright-text {
  font-size: var(--menu-font-size);
}

.tel-link {
  color: #fffbe9;
}

.site-footer a:hover {
  color: #94cfdf;
}

.site-footer a {
  color: #fffbe9;
}

.site-footer p {
	color: #fffbe9;
}


/*---------------------------------------
  SOCIAL ICON               
-----------------------------------------*/
.social-icon {
  margin: 0;
  padding: 0;
}

.social-icon li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  transition: all 0.3s;
}

.social-icon li a{
  color: #fffbe9;
}

.social-icon li a:hover{
  color: #94cfdf;
}

.social-icon:hover li:not(:hover) {
  opacity: 0.65;
}

.social-icon-link {
  color: var(--p-color);
  font-size: 24px;
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
  margin-bottom: 10px;
  margin-right: 15px;
}

.social-icon-link:hover {
  color: #94cfdf;
}


/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (max-width: 1180px) {
  h1 {
    font-size: 62px;
  }
}

@media screen and (max-width: 1170px) {
  h1 {
    font-size: 56px;
  }
}


@media screen and (max-width: 991px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .img-rosace{
    max-width: 120px;
    position: absolute;
    left: 45%;
    top: 80%;
    z-index: 1;
  }



  .texte-min{
    font-size: 22px !important;
  }

  .img-rosace1{
    max-width: 90px;
    position: absolute;
    left: 41%;
    top: 58%;
    z-index: 1;
  }
  
  .img-goutte{
    max-width: 110px;
    position: absolute;
    left: 70%;
    top: 12.9%;
  }
  
  .img-goutte1{
    max-width: 90px;
    position: absolute;
    left: 67%;
    top: 65.4%;
  }

  .img-goutte2{
    max-width: 90px;
    position: absolute;
    left: 48%;
    top: 47%;
    
  }

  .img-goutte3{
    max-width: 90px;
    position: absolute;
    left: 41.7%;
    top: 87.5%;
  }

  .img-goutte6{
  max-width: 110px;
  position: absolute;
  left: 40%;
  top: 29.5%;
}

.img-goutte4{
  max-width: 150px;
  position: absolute;
  left: 35%;
  top: 37.3%;
}

.img-goutte5{
  max-width: 120px;
  position: absolute;
  left: 65.8%;
  top: 41%;
}

.text-title8{
  color: #94cfdf;
font-family: 'TT-Ramillas-Trial-ExtraBold';
  font-weight: 100;
  font-size: 30px;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  background-color: #183661;
}

      .slider-content {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        transition: transform 0.5s ease-in-out;
      }

.text-title2{
  color: #fffbe9;
font-family: 'TT-Ramillas-Trial-ExtraBold';
  font-weight: 100;
  font-size: 30px;
}

.text-title7{
  color: #94cfdf;
font-family: 'TT-Ramillas-Trial-ExtraBold';
  font-weight: 100;
  font-size: 30px;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  background-color: #183661;
  margin-top: 100px;
}

  .text-title2{
  color: #fffbe9;
font-family: 'TT-Ramillas-Trial-ExtraBold';
  font-weight: 100;
  font-size: 30px;
}

.text-title{
  color: #94cfdf;
font-family: 'TT-Ramillas-Trial-ExtraBold';
  font-weight: 100;
  font-size: 30px;
}

.text-title6{
  color: #94cfdf;
font-family: 'TT-Ramillas-Trial-ExtraBold';
  font-weight: 100;
  font-size: 30px;
}

.text-title4{
  color: #fffbe9;
font-family: 'TT-Ramillas-Trial-ExtraBold';
  font-weight: 100;
  font-size: 30px !important;
  display: flex;
  margin-left: 10%;
}

  .text-title{
  color: #94cfdf;
font-family: 'TT-Ramillas-Trial-ExtraBold';
  font-weight: 100;
  font-size: 30px;
}

.front-product6 {
  background: #183661;
  padding-top: 80px;
  margin-bottom: -120px;
}

.text-title1{
  color: #183661;
font-family: 'TT-Ramillas-Trial-ExtraBold';
  font-weight: 100;
  font-size: 30px !important;
  display: flex;
  justify-content: center;
}

.text-title9{
  color: #94cfdf;
font-family: 'TT-Ramillas-Trial-ExtraBold';
  font-weight: 100;
  font-size: 30px;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
}

  

  .banner1 h1 {
    color: #fffbe9;
    font-family: 'TT-Ramillas-Trial-ExtraBold';
    font-size: 30px !important;
    font-weight: 100;
    margin-left: 50px;
    
  }

  .banner1 h4 {
    color: #fffbe9;
    font-size: 18px !important;
    font-weight: 600;
    position: relative;
        margin-left: 50px;
font-family: 'NeueMontreal-Medium';
    margin-bottom: 20px;
  }

  .home-button{
  margin-left: 50px;

}

.news-text-info {
  padding: 20px;
}


  .title-principale{
    margin-top: 20px;
  color: #fffbe9;
  font-size: 30px !important;
  font-weight: 100;
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: center;
  font-family: 'TT-Ramillas-Trial-ExtraBold';
  align-items: center;
}

.title-principale2{
  color: #fffbe9;
  font-size: 18px !important;
  font-weight: 100;
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: center;
  font-family: 'NeueMontreal-Medium';
  align-items: center;
}

.axoimg{
  width: 95%;
}

.menu-restaurant1 .menu-title1
{
display: flex;
justify-content: center;
width: fit-content;
align-items: center;
font-weight: 100;
font-size: 25px !important;
letter-spacing:1px;
color:#fffbe9;
font-family: 'BEAUTYSC';
width: 100%;
}

.menu-restaurant1 .specialtitle
{
font-size: 20px !important;
}


.menu-restaurant .menu-title
{
float:left;
font-weight: 800;
font-size: 14px !important;
text-transform: uppercase;
letter-spacing:1px;
color:#fffbe9;
max-width: 340px;
  font-family: 'TT-Ramillas-Trial-ExtraBold';
}

.menu-restaurant2 .menu-title
{
float:left;
font-weight: 800;
font-size: 14px !important;
text-transform: uppercase;
letter-spacing:1px;
color:#1C1C1A !important;
max-width: 340px;
  font-family: 'TT-Ramillas-Trial-ExtraBold';
}

.decal{
  max-width: 120px !important;
}

.decal1{
  max-width: 190px !important;
}

.decal2{
  max-width: 250px !important;
}

.decal3{
  max-width: 270px !important;
}

.menu-restaurant1 .menu-title2
{
float:left;
font-weight: 800;
font-size: 20px !important;
text-transform:uppercase;
letter-spacing:1px;
color:#fffbe9;
font-family: 'AffogatoMedium';
}



.menu-restaurant1 .menu-title1 .prix-title{
  font-family: 'AffogatoBold';
  font-weight: 700;
  font-size: 15px !important;
  color:#fffbe9;
}

  .site-header,
  .section-padding {
    padding-top: 0rem;
    padding-bottom: 3rem;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-nav .nav-link {
    padding-top: 5px;
    padding-bottom: 10px;
    max-width: fit-content;
  }

  #BookingModal .modal-content {
    padding-bottom: 200px;
  }

  #BookingModal .modal-content::before {
    background-image: url('');
    background-position: bottom;
    top: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 200px;
    transform: rotate(180deg);
  }

  #BookingModal .modal-body {
    padding-top: 18px;
    padding-right: 32px;
  }
}

@media screen and (max-width: 480px) {
  .newsletter-image {
    max-width: 310px;
    max-height: 310px;
  }

  .hero-carousel .carousel-control-prev,
  .hero-carousel .carousel-control-next {
    width: 50px;
    height: 50px;
  }
}


















.front-product {
  background: #183661;
  background-image: url('../images/');
  background-repeat: no-repeat;
  background-size: 2000px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.front-product1 {
  background: #183661;
  padding-top: 80px;
  padding-bottom: 80px;
}

.front-product2 {
  background: #1c1c1a;
  background-image: url('../images/');
  background-repeat: no-repeat;
  background-blend-mode: hue;
  background-size: 850px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.front-product3 {
  background: #1c1c1a;
  background-image: url('../images/');
  background-repeat: no-repeat;
  background-blend-mode: hue;
  background-position: right;
  background-size: 850px;
  padding-top: 80px;
  padding-bottom: 80px;
}


.front-product4 {
  background: #183661;
  padding-top: 40px;
  padding-bottom: 40px;
}

.front-product5 {
  background: #1c1c1a;
  background-image: url('../images/');
  background-repeat: no-repeat;
  background-blend-mode: hue;
  background-size: 850px;
  padding-top: 80px;
  padding-bottom: 0px;
}



.front-product6 {
  background: #183661;
  padding-top: 80px;
  padding-bottom: 80px;
}




































#menu-list{
  background: #1c1c1a;
  background-image: url('../images/');
  background-repeat: space;
  background-blend-mode: hue;
  background-size: 3000px;
}




.header-h {
  font-size: 35px;
  color: #fffbe9;
  font-weight: 800;
font-size: 46px;

}
ul
{
list-style:none;
}
.header-p {
color:#fffbe9;

  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
}
.section-padding1{
padding: 60px 0px;
}
.marb-35{
margin-bottom:0px;
}
.menu-restaurant
{
width:50%;
float:left;
padding:15px;
position: relative;

}

.menu-restaurant1
{
width:100%;
float:left;
padding:15px;
position: relative;
}

.menu-restaurant2
{
width:100%;
float:left;
padding:15px;
position: relative;
background-color: #fffbe9;
border-radius: 25px;
}




.menu-restaurant .menu-title
{
float:left;
font-weight: 800;
font-size: 18px;
text-transform: uppercase;
letter-spacing:1px;
color:#fffbe9;
  font-family: 'TT-Ramillas-Trial-ExtraBold';
}

.menu-restaurant1 .menu-title2
{
float:left;
font-weight: 800;
font-size: 22px;
text-transform:uppercase;
letter-spacing:1px;
color:#fffbe9;
font-family: 'AffogatoMedium';
}

.menu-restaurant1 .menu-title1
{
display: flex;
justify-content: center;
width: fit-content;
align-items: center;
font-weight: 100;
font-size: 50px;
letter-spacing:1px;
color:#fffbe9;
font-family: 'BEAUTYSC';
width: 100%;
}



.menu-restaurant2 .menu-title1
{
display: flex;
justify-content: center;
width: fit-content;
align-items: center;
font-weight: 800;
font-size: 24px;
letter-spacing:1px;
color:#1c1c1a;
font-family: 'AffogatoMedium';
width: 100%;
}

.menu-restaurant2 .menu-title
{
  float:left;
  font-weight: 800;
  font-size: 18px;
  text-transform:uppercase;
  letter-spacing:1px;
  color:#1C1C1A;
  font-family: 'TT-Ramillas-Trial-ExtraBold';
}

.menu-restaurant1 .menu-title1 .min-title{
    font-family: 'TT-Ramillas-Trial-ExtraBold';
  font-weight: 200;
  font-size: 16px;
}

.menu-restaurant2 .menu-title1 .min-title{
    font-family: 'TT-Ramillas-Trial-ExtraBold';
  font-weight: 200;
  font-size: 16px;
}

.min-title{
    font-family: 'TT-Ramillas-Trial-ExtraBold';
  font-weight: 200;
  font-size: 16px;
  text-transform: none !important;
}

.menu-restaurant1 .menu-title1 .prix-title{
  font-family: 'AffogatoBold';
  font-weight: 700;
  font-size: 18px;
  color:#fffbe9;
}

.menu-restaurant2 .menu-title1 .prix-title{
  font-family: 'AffogatoBold';
  font-weight: 700;
  font-size: 18px;
  color:#1C1C1A;
}


.menu-restaurant .menu-line
{
position: absolute;
bottom:6px;
border-bottom:1px dotted transparent;
margin-left: .6em;
margin-right: .6em;

}

.menu-restaurant1 .menu-line
{
position: absolute;
bottom:6px;
border-bottom:1px dotted transparent;
margin-left: .6em;
margin-right: .6em;
}

.menu-restaurant2 .menu-line
{
position: absolute;
bottom:6px;
border-bottom:1px dotted transparent;
margin-left: .6em;
margin-right: .6em;
}


.menu-restaurant .menu-price{
font-weight:600;
position:absolute;
color:#fffbe9;
right:0;
top:0;

}

.menu-restaurant .menu-price1{
  font-weight:600;
  position:absolute;
  color:#fffbe9;
  right:0;
  top:0;
  }

.menu-restaurant .menu-price i{
  scale: 2;
  margin-right: 10px;
  }

.menu-restaurant .menu-price .espace{
  scale: 2;
  margin-right: 50px;
  }

  .menu-restaurant .espace1{
    margin-right: 92px;
    }


.menu-restaurant1 .menu-price{
  font-weight:600;
  position:absolute;
  color:#fffbe9;
  right:0;
  top:0;
  }

  .menu-restaurant1 .menu-price span{
    color: #fffbe9;
    }


  .menu-restaurant2 .menu-price{
    font-weight:600;
    position:absolute;
    color:#1C1C1A;
    right:0;
    top:0;
    }

.menu-restaurant .menu-subtitle
{
display:block;
float:left;
color:#fffbe9;
font-weight: 100;
font-size: 16px;
  font-family: 'TT-Ramillas-Trial-ExtraBold';
}
.menu-restaurant span.clearfix{
position:relative;
display:block;
}

.menu-restaurant1 .menu-subtitle
{
display:block;
float:left;
color:#fffbe9;
font-weight: 100;
font-size: 16px;
  font-family: 'TT-Ramillas-Trial-ExtraBold';
}
.menu-restaurant1 span.clearfix{
position:relative;
display:block;
}

.menu-restaurant2 .menu-subtitle
{
display:block;
float:left;
color:#1C1C1A;
font-weight: 100;
font-size: 15px;
  font-family: 'TT-Ramillas-Trial-ExtraBold';
}

.menu-restaurant2 .menu-subtitle span
{
  font-family: 'TT-Ramillas-Trial-ExtraBold';
color:#1C1C1A;
font-size: 15px;
}

.menu-restaurant2 span.clearfix{
position:relative;
display:block;
}

#menu-filters ul li a.active, #menu-filters ul li a:hover
{
background: #fffbe9;
color:#1c1c1a;
border:1px solid #fffbe9;
}
#menu-filters ul li 
{
display:inline-block;
color:#fff;
text-transform:capitalize;
letter-spacing:1px;
margin-bottom:40px;
}
#menu-filters ul li a
{
padding: 10px 20px;
font-size:15px;
margin-left: 3px;
margin-right: 3px;
color: #fffbe9;
font-family: 'AffogatoMedium';
border:1px solid #fffbe9;
text-decoration:none;
border-radius: 0px;
cursor:pointer;

}
@media (min-width: 20px) and (max-width: 450px) 
{
.menu-restaurant 
{
width: 100%;
}
.header-h
{
font-size: 35px;
}
.header-p 
{
font-size: 14px;
}

.menu-restaurant .menu-title
{
float:left;
font-weight: 800;
font-size: 12px;
text-transform:uppercase;
letter-spacing:1px;
color:#fffbe9;
font-family: '';
}

.menu-restaurant .menu-price1{
  font-weight:600;
  position:absolute;
  color:#fffbe9;
  right:20;
  top:0;
  font-size: 13px;
  text-align: end;
  margin-top: -20px;
  }

}

.msg-row{
margin-top:56px;
}
.media-body, .media-left, .media-right
{
display:table-cell; 
vertical-align: top;

}

.bg-1
{
background-color: #fffbe9;
width:70px;
height:70px;
border-radius:50%;

}
.bg-14
{
background-color: #fffbe9;
width:70px;
height:70px;
border-radius:50%;
}
.dark-blue
{
color: #fffbe9;
font-size: 24px;
margin-top: 0;
}
.light-blue {
color: #fff;
font-size: 16px;
margin-bottom: 1px;
}
.media-body{
margin-left:10px;
padding-left:13px;
}
.media-2{
margin-top:30px;

}
.form-group
{
margin:8px 0 9px !important;
padding-bottom:10px;
}
.contact-form .form-control
{
color: #fffbe9 !important;
font-size:16px;
font-weight:normal;
height:38px;
line-height: 1.42857;
padding:7px 0;
border: 1px solid #fffbe9;
}

.form-control, .form-group .form-control {
border: 0;

-webkit-background-size: 0 2px, 100% 1px;
background-size:0 2px,100% 1px;
background-repeat: no-repeat;
background-position: center bottom, center -webkit-calc(100% - 1px);
background-position: center bottom, center calc(100% - 1px);
background-color: rgba(0, 0, 0, 0);
-webkit-transition: background 0s ease-out;
-o-transition: background 0s ease-out;
transition: background 0s ease-out;
float: none;

  box-shadow: 0 4px 0 #94cfdf;
border-radius: 0;

}

.img-menu{
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  width: 300px !important;
}

.img-footer{
  max-height: 80px;
  margin-left: 10px;
  margin-right: 10px;
}

.contact{
  background: #183661;
  background-image: url('../images/');
  background-repeat: space;
  background-blend-mode: hue;
  background-size: 850px;
  background-position: right;
  padding-top: 46px;
  padding-bottom: 60px;
}

.contact-form {
margin: 30px 0 9px !important;
padding-bottom: 10px;
}
.phone-in-talk, .hour-icon
{
font-size: 35px;
line-height: 70px;
color: rgb(255, 255, 255);
}

.contact-form textarea.form-control {
color: #fffbe9 !important;
border: 1px solid #fffbe9;
height: auto;
}

.contact-form textarea.form-control:focus{
  background-color: transparent;
}

.contact-form input.form-control:focus{
  background-color: transparent;
}

.contact-form textarea.form-control::placeholder{
color: #fffbe9;
}


.contacts-btn {
background-color:  transparent !important;
color: blue !important;
width: 170px;
height: 54px;
border-radius: 3px;
font-size: 16px;
font-family: 'Satoshi', sans-serif;
font-weight: normal;
text-transform: capitalize;
border: 0px;
}



.validation {
color: red;
display:none;
margin: 0 0 20px;
font-weight:400;
font-size:13px;
}

#sendmessage {
color: green;
border:1px solid green;
display:none;
text-align:center;
padding:15px;
font-weight:600;
margin-bottom:15px;
}

#errormessage {
color: red;
display:none;
border:1px solid red;
text-align:center;
padding:15px;
font-weight:600;
margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
display:block;
}





































.news{
  background-color: #fffbe9;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.news1{
  background-color: #183661;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.menu-thumb {
  position: relative;
  overflow: hidden;
}

.menu-info {
  padding: 20px 20px 30px 20px;
}

.menu-image {
  display: block;
}

.menu-image-wrap {
  position: relative;
}

.menu-tag {
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px;
}

.newsletter-image {
  border-radius: 100%;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  max-width: 450px;
  max-height: 450px;
}


/*---------------------------------------
  NEWS               
-----------------------------------------*/
.news-thumb {
  position: relative;
  overflow: hidden;
  margin-top: -20px;
}

.news-thumb > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease-out;
}

.news-thumb > a:hover {
  transform: scale(0.98);
}

.news-text-info {
  background: transparent;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease-out;
}

.news-text-info1{
  position: relative;
  display: block;
  z-index: 2;
  transition: all 0.3s ease-out;
}

.news-text-info strong{
  font-family: 'NeueMontreal-Medium';
    font-size: 12px;
    font-size: bold;
    margin-left: 8px;
    color: #A91201;
}

.news-text-info1 strong{
  font-family: 'NeueMontreal-Medium';
  font-size: 12px;
  font-size: bold;
  color: #fef1dd;
}

.related-news .news-text-info {
  background: transparent;
}

.news-text-info-large {
  background: linear-gradient(to top, var(--dark-color), transparent 90%);
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
  pointer-events: none;
}

.news-text-info-large .news-title-link {
  font-weight: bold;
   font-size: 24px;
  font-family: 'TT-Ramillas-Trial-ExtraBold';
    color: #183661;
}

.news-title-link:hover {
    color: #183661;
}

.news-title-link {
  font-weight: bold;
   font-size: 18px;

  font-family: 'TT-Ramillas-Trial-ExtraBold';
    color: #183661;
}

.news-title-link1 {
  font-weight: bold;
   font-size: 18px;

  font-family: 'TT-Ramillas-Trial-ExtraBold';
  color: #fef1dd;
}

.news-image {
  display: block;
  width: 100%;
  transition: all 0.3s ease-out;
}

















    .slider-section {
        font-family: Arial, sans-serif;
        background-color: #183661;
        display: flex;
        align-items: center;
        justify-content: center;
        height: auto;
        margin: 0;
      }

      .slider-container {
        width: 90%;
        height: auto;
        overflow: hidden;
      }

      .slider-content {
        display: flex;
        align-items: center;
        justify-content: center;
        transition: transform 0.5s ease-in-out;
      }

      .review-card {
        width: 280px;
        height: 320px;
        margin-right: 20px;
        margin-bottom: 20px;
        padding: 20px;
        box-sizing: border-box;
        background-color: #fffbe9;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
            box-shadow: 0 4px 0 #94cfdf;
      }
      .heading .name-cus {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 5px;
          font-family: 'TT-Ramillas-Trial-ExtraBold';
          color: #183661;
      }
      .review-card .prop {
        font-size: 18px;
        line-height: 1.;
          font-family: 'NeueMontreal-Medium';
        color: #183661;
        
      }
 
.rating-image {
  margin-top:-15px;
}

      .flex-profile {
        display: flex;
        gap: 40px;

        align-items: center;
      }



      @media (max-width: 400px) {
        .review-card .prop {
          font-size: 12px;
          line-height: 1.6;
          color: #666;
        }
      }