/* resetting css */
* {
    margin: 0px;
    padding: 0px;
}
@font-face {
    font-family: 'Channe';
    src: url('FontsFree-Net-Channe-2.ttf')  format('truetype'); /* Safari, Android, iOS */  
    
}
@font-face {
    font-family: 'Dubai';
    src: url('Dubai-Regular.ttf')  format('truetype'); /* Safari, Android, iOS */  
    
}
/* stting standard styles for elements */

html {
    font-size: 16px;
    font-family: sans-serif;
}


.container,.section-general .container{
    min-width: 80%;
    width: 80%;
}

.text-center {
    text-align: center;
}

.title-tachfine {
    font-size: 1rem;
    margin-bottom: 1rem;
}

.body-message {
    height: 100vh;
}

/*************** MAIN*****************/
.warp-main {
    position: relative;
}

.wrap-main {

    display: flex;

}

.title-main {
    font-size: 1.5rem;
    position: relative;
    z-index: 1;
    padding: 15px;
}
.title-main::before {
  content: '';
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%, -50%);
  /* height: calc(100% + 20px);
  width: calc(100% + 20px); */
  width: 100%;
  height: 100%;
  background: rgb(75 61 43 / 50%);
  z-index: -1
}

.content-main,
#glr {
    position: relative;
}

#glr {
    overflow: hidden;
}
.content-main a{
  display: block;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
position: relative;
z-index: 3;
    margin: auto;
}
.content-main a::before{
  content:'';
  z-index: -1;
  position:absolute;
  left: -10px;
      background: rgb(255 255 255 / 50%);
  width: calc(100% + 20px);
  height: calc(100% + 65px);
  top: -60px;
}
.div-bg-star {
    display: none;
    width: 50%;
}

.newsletter {
    position: relative;
    width: 100%;
}
.list-para-main{
    color: #4B3D2B;
    font-family: 'Gotham';
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    list-style: none;
    text-align: center;
}
.list-para-main img{
  width: 15px;
  height: 15px;
}
.list-para-main li{
    line-height: 1.5;
}

.img-background {
    display: none;
    width: 100%;
    height: 100%;
}

.img-background img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 75%;
    -o-object-fit: cover;
       object-fit: cover;
}

.spacer-height-main,
.spacer-height-main2 {
    height: 1px;
}

.spacer-height-form {
    height: 0px;
}

.newsletter h2 {
   /* font-family: 'Modernica';
    font-weight: 600;*/
    margin-bottom: 0.5rem!important;
    text-transform: uppercase;
    
    font-size: 19px;
    font-family: 'Dubai';
    font-weight: bold!important;
}

.title-newsletter {
    font-size: 1rem;
}

.spacer-height-main-form {
    height: 150px;
}

.spacer-height-gallery {
    height: 1px;
}

form {
    margin: auto;
    background-color: #987d68;
    color: white !important;
    border-radius: 10px;
    padding: 10px 30px 10px 30px;
}

.btn-envoyer {
    background-color: #B7A47C !important;
    border-radius: 10px;
    color: white;
    width: 180px;
    height: 40px;
    transition: 0.6s;
    font-family: 'Dubai'!important;
}

.col-btn-envoyer,
.col-checkbox {
    text-align: center;
}

.btn-envoyer:hover {
    background-color: #8A734E !important;
}

.hr-title-section {
    width: 100px;
    margin: auto;
    height: 5px !important;
    background-color: #1e5040;
    opacity: 1 !important;
    border: none;
}

.p-section-gallery ,.list-avantage{
    color: #4B3D2B;
    font-family: Dubai;
}

.title-section-gallery {
    color: #4B3D2B
}

.avantage {
    padding: 20px 10px;
    z-index: -10;
    font-family: 'Gotham';
    font-weight: 500;
}
.avantage .icon{
    display: flex;
    align-items: center;
}
.text-avantage{
    font-size: 13px;
    color: #4B3D2B;
}
.title-avantage {
    margin: 0px 0px 10px 0px;
    font-size: 1.5rem;
    font-weight: bolder;
}

.hr-avantage {
    width: 150px;
    height: 3px !important;
    background-color: #4B3D2B;
    opacity: 1 !important;
    margin: 0 !important;
    border: none;
}

.avantage span {
    line-height: 1;
    margin: 0 10px;
}

.para {
    position: relative;
}

/*gallery************************/
.padding-section{
    padding: 0 200px;
}
.section-gallery {
    /*min-height: 100%;*/
    position: relative;
    /*z-index: 10;*/
}

.light-img {
    height: 100%;
    width: 100%;
    transition: 2s;
    max-height: 50vh!important;
    min-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.light-box {
    cursor: pointer;
    min-height: 25vh;
    height: 100%;
}

.popup {
    display: none;
    position: fixed;
    z-index: 12;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(10, 10, 10, 0.876);
}

.img-popup {
    width: 90%;
    height: 90%;
    margin: auto;
    transform: translateY(5%);
    overflow: hidden;
}

.img-popup img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.popup span.arrow-right {
    top: 50%;
    right: 2%;
}

.popup span.arrow-left {
    top: 50%;
    left: 2%;
}

.popup span.arrow-slider {
    position: absolute;
    cursor: pointer;
}

.popup span.arrow-slider svg {
    transition: 0.9s ease-in-out;
}

.popup span.arrow-slider svg:hover {
    fill: #8A734E;
}

.section-gallery .row:nth-child(n+3) {
    display: none
}

.gallery-voirplus {
    position: relative;
    width: 100%;
    height: 100%;
}

.voir-plus {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #00000090;
    text-align: center;
    color: white;
    font-family: 'Gotham';
    font-size: 1rem;
    font-weight: bolder;
    cursor: pointer;
}

.close {
    position: absolute;
    top: 30px;
    right: 30px;
    height: 50px;
    width: 50px;
    box-sizing: border-box;
    line-height: 50px;
    display: inline-block;
    cursor: pointer;
}

.close:before,
.close:after {
    transform: rotate(-45deg);
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -25px;
    display: block;
    height: 3px;
    width: 33px;
    background-color: #fff;
    transition: all 0.25s ease-out;
}

.close:after {
    transform: rotate(-135deg);
}

.close:hover:before,
.close:hover:after {
    transform: rotate(0deg);
}


.fix-scroll {
    overflow: hidden;
}


.span-voir {
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
    font-family: 'Dubai';
}

.span-adress {
    line-height: 1.5;
    font-weight: 100;
    font-family: 'Dubai';
}

/*****footer ******************/

footer {
    background-color: #000 !important;
    color: white;
    margin: 0 !important;
    padding: 0 !important;
}

.spacer-h-footer2,
.spacer-h-footer {
    height: 30px;
}

.text-footer {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 0.8rem;
}

.btn-go_bottom1 {
    display: none;
    cursor: pointer;
}

.btn-go_bottom2 {
    margin: 20px 0;
    text-align: center;
    margin: auto;
    cursor: pointer;
}

/**** map**********/


aside {
    position: relative;
}

#map {
    width: 100%;
    height: 40vh;
    overflow: hidden;
    max-height: 600px;
}

.btn-go_bottom1,
.btn-go_bottom2 {
    position: relative;
    /*height: 160px;*/
    width: 160px;
}

.btn-go_bottom1 .div-image1,
.btn-go_bottom1 .div-image2,
.btn-go_bottom2 .div-image1,
.btn-go_bottom2 .div-image2 {
   /* height: 160px;*/
    width: 160px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
}

.spacer-text-animation {
    height: 1px;
}

/********spacer-height-title_h3*******/
.spacer-height-title_h3 {
    height: 1px;
}

h1 {
    font-size: 1.8rem;
    font-family: 'Gotham';
    font-weight: bolder;
    font-style: normal;
    letter-spacing: x
        /*replace x with a value*/
    ;
    line-height: x
        /*replace x with a value*/
    ;
    color: white;
}

h2 {
    color: white;
    font-style: normal;
    letter-spacing: x
        /*replace x with a value*/
    ;
    line-height: x
        /*replace x with a value*/
    ;
}

h3 {
    font-size: 1.5rem;
    color: #1e5040;
    /*font-family: 'Gotham';*/
    text-transform: uppercase;
    font-weight: bold;
    font-style: normal;
    letter-spacing: x
        /*replace x with a value*/
    ;
    line-height: x
        /*replace x with a value*/
    ;
}

h4 {
    font-size: 1.2rem;
    font-family: 'Gotham';
    font-weight: bold;
    font-style: normal;
    letter-spacing: x
        /*replace x with a value*/
    ;
    line-height: x
        /*replace x with a value*/
    ;
}

p {
    font-size: 1rem;
    font-family: 'Gotham Narrow';
    font-weight: normal;
    font-style: normal;
    letter-spacing: x
        /*replace x with a value*/
    ;
    line-height: x
        /*replace x with a value*/
    ;
}

ul {
    font-size: 1rem;
    font-family: '';
    font-weight: normal;
    font-style: normal;
    letter-spacing: x
        /*replace x with a value*/
    ;
    line-height: x
        /*replace x with a value*/
    ;
}

a {
    font-size: 1rem;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    letter-spacing: x
        /*replace x with a value*/
    ;
    line-height: x
        /*replace x with a value*/
    ;
}

a:hover,
button:hover {
    cursor: pointer;
}

a:focus,
button:focus,
input:focus {
    outline: 0;
    box-shadow: none;
}

input:focus::-moz-placeholder {
    color: transparent !important;
}

input:focus:-ms-input-placeholder {
    color: transparent !important;
}

input:focus::placeholder {
    color: transparent !important;
}

textarea:focus::-moz-placeholder {
    color: transparent !important;
}

textarea:focus:-ms-input-placeholder {
    color: transparent !important;
}

textarea:focus::placeholder {
    color: transparent !important;
}

input,
textarea {
    border-radius: 5px;
    border: 1px solid #1e5040 !important;
    background: transparent !important;
    color: #1e5040 !important;
    /*font-size: 0.80rem !important;*/
    font-size: 17px;
    background-color: #fff !important;
    /*font-family: 'Gotham';*/
    font-family: 'Dubai';
    width: 100%;
    outline: 0;
}
input[type="text"],
input[type="email"],
input[type="tel"]{
    height: 48px;
    width: 100%;
}
.forcondition {
    color: white !important;
    font-size: 0.7rem;
    font-family: 'Dubai';
}

input[type="checkbox"] {
    width: 15px;
    height: 15px;
}

.label-condition {
    display: inline !important;
}

.conditions {
    color: white;
    cursor: pointer;
    text-decoration: underline;
    font-size: 0.7rem;
    font-family: 'Dubai';
}

.conditions:hover {
    color: #B7A47C;
}

.form-check {
    padding-left: 0 !important;
}

.form-check-input[type="checkbox"] {
    float: none !important;
    border: 1px solid #fff !important;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #4B3D2B !important;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #4B3D2B !important;
}

input::placeholder,
textarea::placeholder {
    color: #4B3D2B!important;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
    -webkit-text-fill-color: #4B3D2B !important;
}

.error {
    color: red;
    font-size: 0.9rem;
}

@-webkit-keyframes anim {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes anim {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

.btn-go1 a img,
.btn-go2 a img {
    -webkit-animation: 25s anim infinite;
            animation: 25s anim infinite;
}

.text-animation {
    -webkit-animation: anima 9s infinite ease-in;
            animation: anima 9s infinite ease-in;
}

@-webkit-keyframes anima {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes anima {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes crescendo {
    0% {
        transform: scale(0.9);
        opacity: 0.5;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes crescendo {
    0% {
        transform: scale(0.9);
        opacity: 0.5;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}


.icon {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
}

.merciPage #header {
    height: auto;
    margin-top: 30px;
    text-align: center;
    margin-bottom: 70px;
}

.merciPage #content {
    text-align: center;
    font-size: 25px;
}

.merciPage .subtitle {
    margin-bottom: 20px;
}

.merciPage img {
    width: 200px;
    margin: auto;
}

.merciPage .send {
    cursor: pointer;
    font-size: 16px;
    background: #B7A47C;
    color: white;
    border: 0;
    width: auto;
    border-radius: 0;
    padding: 11px 17px 13px;
    margin: 10px auto;
    display: inline-block;
    overflow: hidden;
    -webkit-appearance: none;
    text-decoration: none;
}

.merciPage {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

/*anmation tansfrom Y content */
.scroll-warp {
    position: relative;
    transform: translateY(150px);
    opacity: 0.5;
    transition: 1s all ease;
}

.scroll-warp.scrollanime {
    transform: translateY(0);
    opacity: 1;
}
.article-go-top{
    position: fixed;
    width: 15%;
    height: 100px;
    right: 35px;
    bottom: 10px;
    text-align: center;
}

.btn-go-top {
    cursor: pointer;
    z-index: 1000;
    height: 100px;
    width: 100px;
     transition: background-color .3s,
      opacity .5s, visibility .5s;
    opacity: 0;
    margin:auto;
    visibility: hidden;
}

.btn-go-top .div-image1,
.btn-go-top .div-image2{
    position: absolute;
    height: 100px;
    width: 100px;
    text-align: center;
}
.btn-go-top .div-image2 svg{
    transform: rotate(180deg);
    height: 30px;
}
.btn-go-top .div-image1 svg{
    -webkit-animation: 25s anim infinite;
            animation: 25s anim infinite;
    width: 70px;
    height: 70px;
}
.spacer-go-top {
    height: 20px;
}

.show {
    opacity: 1;
    visibility: visible;
}
#map iframe {
    width:100%;
    height: 100%;
}



/*video*/
.blackOut {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 0;
  top: 0;
  bottom: 0;
  display: none;
}

.blackOut .popupAlignCenter {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blackOut .popupAlignCenter .popUpWrapper {
  width: 80%;
  max-width: 1280px;
  max-height: 640px;
  background-color: #fff;
  z-index: 100;
}

.blackOut .popupAlignCenter .popUpWrapper button.videoClose {
  color: #999999;
  font-weight: 600;
  font-size: 22px;
  padding: 2px 10px;
  float: right;
  background: none;
  /*border: 0;*/
  cursor: pointer;
  border: 1px solid black;
    margin: 5px;
}
.elaz {
    display: none;
    z-index: 1;
    position: fixed;
    overflow: hidden;
    width: 38% !important;
    margin: auto;
    left: initial;
    right: 11px;
    top: 20%;
}
.afficher {
    display: block;
    z-index: 1;
    position: fixed;
    overflow: hidden;
    bottom: 0px;
    left: initial;
    right: 11px;
   /* max-height: 65px;*/
    max-width: 181px;
    /*height: 65px;*/
    width: 181px;
    background: transparent;
   /* background: #987d68;*/
    color: white;
    text-align: center;
    line-height: 60px;
    /*border-radius: 32px;*/
    cursor: pointer;
    font-family: Dubai;
}
.close1 {
    float: right;
    position: relative;
    top: 13%;
    right: 1%;
    color: #FFFFFF;
    font-size: 1rem;
    cursor: pointer;
    border: 1px solid #1e5040;
    padding: 1px 5px 1px 5px;
    margin: 3px 0 0 0;
	background-color: #1e5040;
}
.margin-1 {
    margin: 0.1rem 0.5rem;
    text-align: center;
}
input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
      padding: 6px 10px;  
}
.logohead{
    width: 40%; margin: 0 auto; text-align: center;position: absolute;z-index: 1;
}
#ali{display:block;}
#ali2{display:none;}

.whatssap {
    display: none;
}
/*.ina1{
	float: right;
	right: 0;
	left: 0;
	color: white;
	margin: 130px 38px 0 0;
	text-align: center;	
}*/
.ina2{
    background: #0e3228;
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 20px;
  } 