@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=Cinzel+Decorative:wght@400;700;900&display=swap');

/* Fonts  */
@font-face {
    font-family: "Marisa", sans-serif;
    src: url(./assets/fonts/Marisa-medium.otf);
    src: url(./assets/fonts/Marisa-medium.ttf);
    src: url(./assets/fonts/Marisa-medium.woff);
    src: url(./assets/fonts/Marisa-medium.woff2);
    font-weight: 500;
    font-display: swap;

}
@font-face {
    font-family: "MarisaLight", sans-serif;
    src: url(./assets/fonts/Marisa-light.otf);
    src: url(./assets/fonts/Marisa-light.ttf);
    src: url(./assets/fonts/Marisa-light.woff);
    src: url(./assets/fonts/Marisa-light.woff2);
    font-weight: 400;
    font-display: swap;

}
@font-face {
    font-family: "MarisaBold", sans-serif;
    src: url(./assets/fonts/Marisa-bold.otf);
    src: url(./assets/fonts/Marisa-bold.ttf);
    src: url(./assets/fonts/Marisa-bold.woff);
    src: url(./assets/fonts/Marisa-bold.woff2);
    font-weight: 700;
    font-display: swap;

}
/* Generals  */

body.overflowed {
    overflow-y: hidden;
}
.mobileHide {
    display: none;
    width: 0;
    height: 0;
}
html, body, html * {
    outline: none;
    border: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

html[lang="ary"]  {
	direction:rtl;
}
html[lang="ary"] body  {
	direction:rtl;
}
ul {
    list-style: none;
}

body {
  font-family: "Cinzel Decorative", serif;
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

section {
    position: relative;
    overflow: hidden;
    width: 100%;
}
p {
    margin: 0;
}
.container {
    width: 98%;
    margin: 0 auto;
    padding: 0 25px;
    position: relative;
    z-index: 4;
    max-width: 1250px;
}

html.lenis, html.lenis body {
    height: auto;
  }
  
  .lenis.lenis-smooth {
    scroll-behavior: auto !important;
  }
  
  .lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
  }
  
  .lenis.lenis-stopped {
    overflow: hidden;
  }
  
  .lenis.lenis-smooth iframe {
    pointer-events: none;
  }


/* Header Stuff  */

header {
    width: 100%;
    background: #26385a ;
    display: flex;;
    width: 100%;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 999999;
}
.header.sticky {  

}
.header.sticky .container .content .bottom {
    padding: 12px 0;
}
.header.sticky .container .content .top {
    padding-top: 8px;
    padding-bottom: 8px;
}
.header.sticky .container .content .top img {
    max-width: 120px;
}

header .container .content {
    display: flex;
    flex-direction: column;
}
header .container .content .top {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
header .container .content .top img {
    width: 100%;
    max-width: 172px;
    object-fit: cover;
}
header .container {
    width: 100%;
    padding: 0;
    max-width: 100%;
}
header .container .content .bottom {
	position:relative;
    background: #f4dfc2 ;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 0;
}
header .container .content .bottom .menu-list {
	display:flex;
	gap: 30px;
}
header .container .content .bottom .menu-list .switcher-langue.toDesk{
	position: absolute;
    right: 6%;
	top: 50%;
    transform: translateY(-50%);
	display:flex;
	gap:16px;
	align-items: center;
	padding: 8px;
    background: #26385a;
    color: #fff;
	transition:0.4s ease-in-out;
}
header .container .content .bottom .menu-list .switcher-langue.toDesk .switcher-langue-list li a {
	color:#f4dfc2;
	line-height:1;
}
header .container .content .bottom .menu-list .switcher-langue.toDesk:hover {
	background:transparent;
}

header .container .content .bottom .menu-list .switcher-langue.toDesk:hover .switcher-langue-list li a {
	color:#26385a;
}
header .container .content .bottom .menu-list ul {
    list-style: none;
    display: flex;
    gap: 46px;
}
header .container .content .bottom .menu-list ul li {
    color :#26385a;
}
header .container .content .bottom .menu-list ul li a {
    position: relative;
    text-decoration: none;
    font-family: "Comfortaa", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    color: #26385a;
}
header .container .content .bottom .menu-list ul li a::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    background: #26385a;
    bottom: -2px;
    left: 0;
    transition: .5s ease-in-out;
}
header .container .content .bottom .menu-list ul li  a:hover::after {
    width: 100%;
}

.mobileHeader {
    position: absolute;

}
/* Section Hero Start */
.hero-sec {
    background: #26385a;
    height: 100vh;

}
.hero-sec .hero-bg {
    position: absolute;
    width: 100%;
    object-fit: cover;
    /* height: 100%; */

}
.hero-sec .blue-shape {
    position: absolute;
    width: 100%;
    max-width: 610px;
    z-index: 5;
}
.hero-sec .blue-shape.left-shape {
    left: -200px;
    top: 40%;
}
.hero-sec .blue-shape.right-shape {
    right: -200px;
    top: 50%;
    transform: translateY(-80%);
}
.hero-sec .container {
    height: 100%;

}
.hero-sec .container .content {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 200px 0;
}
.hero-sec .container .content .hero-sec-wrapper {
    position: relative;
    padding: 65px 32px 24px;
    display: flex;
    flex-direction: column;
	align-items:center;
    gap: 12px;
	width:100%;
    max-width: 100%;
}

.hero-sec .container .content .hero-sec-wrapper::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #f4dfc2 ;
    opacity: .65;

}
.hero-sec .container .content .hero-sec-wrapper h1 {
  font-family: "Cinzel Decorative", serif;
    font-size: 55px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.08;
    letter-spacing: normal;
    text-align: center;
    color: #26385a;
  
}
.hero-sec .container .content .hero-sec-wrapper p.parag-one {
    font-family: "Comfortaa", sans-serif;
    font-size: 34.5px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #26385a;
}
.hero-sec .container .content .hero-sec-wrapper p.parag-two {
    font-family: "Comfortaa", sans-serif;
    font-size: 16.5px;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #26385a;
}

.hero-sec-price {
    position: absolute;
    clip-path: polygon(0 0%, 100% 18%, 100% 100%, 0% 100%);
    background: #f4f4f2;
    color: #26385a ;
    width: 757px;
    height: 85px;
    right: 0;
    bottom:45px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    transition: .5s ease-in-out;
    z-index: 5;
}

.hero-sec-price span {
    font-family: "Comfortaa", sans-serif;
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #26385a;
    transition: .5s ease-in-out;
}
.hero-sec-price span em {
    transition: .5s ease-in-out;
}
.hero-sec-price:hover {
    background: #26385a;
    color: #f4f4f2;

}
.hero-sec-price:hover span {
    color: #f4f4f2;

}

/* Section Hero End */
/* Section Intro Start */
.intro-sec {
	padding-top:30px;
    background: #26385a ;
}

.shape-wrapper {
    position: absolute;
    bottom:-6px;
    height: 100px;
    width: 100%;
    display: flex;
}

.shape-wrapper img:last-of-type {
    transform: scaleX(-1);
}
.intro-sec .container .content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-bottom: 120px;

}
.intro-sec .container .content .top {

}
.intro-sec .container .content .top h2{
  font-family: "Cinzel Decorative", serif;
    font-size: 58.5px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: left;
    color: #e4b77f;
}
.intro-sec .container .content .bottom {
    display: flex;
    align-items: self-start;
}
.intro-sec .container .content .bottom .left {
    flex: 40%;
}
.intro-sec .container .content .bottom .right {
    flex: 60%;
}
.intro-sec .container .content .bottom .left p {
    font-family: "Comfortaa";
    font-size: 27px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 37px;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 20px;
}

.intro-sec .container .content .bottom .right img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
/* Section Intro End */
/* Section Caracteristics Start */
.caracteristics-sec {
    /* padding-top: 60px; */
    /* background: url('./img/villa-dessin.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
    min-height: 1200px;
    height: 90vh;
}
.caracteristics-sec .caracteristics-sec-bg {
    position: absolute;
    width: 100%;
    object-fit: cover;
    z-index: -1;
}
.gold-shape-wrapper {
    position: absolute;
    bottom: 40px;
    left: 0;
}
.caracteristics-sec .container {
    padding-top: 60px;
    height: 100%;

}
.caracteristics-sec .container .content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.caracteristics-sec .container .content .top h3 {
  font-family: "Cinzel Decorative", serif;
    font-size: 58.5px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: center;
    color: #2e3557;
    width: 60%;
    margin: 0 auto;
}
.caracteristics-sec .container .content .bottom {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    padding: 30px 0;
}
.caracteristics-sec .container .content .bottom .left,
.caracteristics-sec .container .content .bottom .right {
    display: flex;
    align-items: end;
    gap: 25px;
    flex-direction: column;
    flex: 50%;
} 
.caracteristics-sec .container .content .bottom .right {
    align-items: self-start;
}
.caracteristics-sec .container .content .bottom .left h4,
.caracteristics-sec .container .content .bottom .right h4{
    font-family: "Comfortaa";
    font-size: 49px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #2e3557;
    text-transform: uppercase;
}
.caracteristics-sec .container .content .bottom .right h4 {
    text-align: left;
}
.caracteristics-sec .container .content .bottom .left span,
.caracteristics-sec .container .content .bottom .right span{
    display: flex;
    font-family: "Comfortaa";
    font-size: 35px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #2e3557;
    text-transform: uppercase;
}
.caracteristics-sec .container .content .bottom .right span {
    text-align: left;
}
.caracteristics-sec .container .content .bottom::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #c4ac89;
    width: 40px;
    height: 120%;
}

/* Section Caracteristics End */
/* Section Accessib Start */
.accessib-sec {
    padding-top: 130px;
    padding-bottom: 160px;
}
.accessib-sec .container {
    max-width: 90%;
}
.accessib-sec .gold-shape-wrapper-access {
    position: absolute;
    top: 15%;
    right: 0;
}
.accessib-sec .container .content .accessib-title h4 {
  font-family: "Cinzel Decorative", serif;
    font-size: 58.5px;
    font-weight: 600;
    line-height: 0.9;
    text-align: center;
    color: #26385a;
    margin-bottom: 130px;
    
}
.accessib-sec .container .content .accessib-boxes {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
    justify-content: center;
    align-content: center;
}

.accessib-sec .container .content .accessib-boxes .accessib-boxe {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    cursor: pointer;

}
.accessib-sec .container .content .accessib-boxes .accessib-boxe .accessib-boxe-img img{
    max-width: 230px;
}
.accessib-sec .container .content .accessib-boxes .accessib-boxe .accessib-boxe-text {
    font-family: "Comfortaa";
    font-size: 21px;
    line-height: 34px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    color: #2e3557;
    width: 80%;
}


.accessib-sec .container .content .accessib-boxes .accessib-boxe:nth-child(4),
.accessib-sec .container .content .accessib-boxes .accessib-boxe:nth-child(5) {
    grid-column: span 1;
    justify-self: center;
}
.accessib-sec .container .content .accessib-boxes .accessib-boxe:nth-child(4) .accessib-boxe-text,
.accessib-sec .container .content .accessib-boxes .accessib-boxe:nth-child(5) .accessib-boxe-text{
    width: 60%;
}
.accessib-sec .container .content .accessib-boxes .accessib-boxe:hover .accessib-boxe-img img {
    transform: scale(1.2);
}

/* Section Accessib End */

/* Section downld file Start */

.merci .contact-sec {
	padding-top:25px;
}

.merci .contact-sec .container .content {
	gap:25px;	
}
.merci .contact-sec-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-sec .container .content .contact-sec-title h2 {
	font-family: "Cinzel Decorative", serif;
    font-size: 28.5px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: center;
    color: #2e3557;
}
.merci .contact-sec-link a {
    font-family: "Cinzel Decorative", serif;
    font-size: 24.5px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: center;
    color: #f4dfc2;
    text-decoration: none;
    padding: 12px 24px;
    background-color: #2e3557;
    position: relative;
    overflow: hidden;
}
.merci .contact-sec-link a span {
    position: relative;
    z-index: 3;
}
.merci .contact-sec-link a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0%;
    background: #f4dfc2;
    bottom: 0;
    left: 0;
    transition: .5s ease-in-out;
    z-index: 0;
}

.merci .contact-sec-link a:hover span {
    color:#2e3557;
}

.merci .contact-sec-link a:hover::after {
    height: 100%;
}
/* Section downld file End */


/* Section Brochure Start */

.contact-sec {
    background: url('../img/BG-Formulaire.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 80px;
    padding-bottom: 100px;
}
.contact-sec .container .content  {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.contact-sec .container .content .contact-sec-title h1,
.contact-sec .container .content .contact-sec-title h5{
  font-family: "Cinzel Decorative", serif;
    font-size: 54px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: center;
    color: #2e3557;
}
.contact-sec .contact-sec-form  {
    max-width: 900px;
    margin: 0 auto;
}
.contact-sec .contact-sec-form .contact-form-wrapper form {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 80%;
    margin: 0 auto;
    padding: 70px;
    background: #f7f7f7;
    border: 1px solid #af987b;
    box-shadow: 15px 27.1px 59px 0 rgba(122, 124, 123, 0.23);

}


.contact-sec .contact-sec-form .contact-form-wrapper .form{
    background-color: #f7f7f7 ;
}
.contact-sec .contact-sec-form .contact-form-wrapper .form .duo-fields {
    display: flex;
    width: 100%;
    gap: 56px;
    justify-content: space-between;
}
.contact-sec .contact-sec-form .contact-form-wrapper .form .duo-fields .field {
    flex:48%;
}
.contact-sec .contact-sec-form .contact-form-wrapper .form input {
    background: #f7f7f7 ;
    height: 30px;
    width: 100%;
    border: none;
    padding: 10px;
    border-bottom: .7px solid black;
    transition: all 1s ease-in-out;
    font-size: 20px;
    letter-spacing: .3px;
}
.contact-sec .contact-sec-form .contact-form-wrapper .form .field {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-sec .contact-sec-form .contact-form-wrapper .form .border{
    position: absolute;
    bottom: 0;
    left:0;
    width: 100%;
    height:3px;
    transform: scale(0);
    transform-origin: center;
    background-color:#2e3557;
    transition:all .6s ease-in-out;
}
.contact-sec .contact-sec-form .contact-form-wrapper .form label {
    font-family: "Comfortaa";
    position: absolute;
    left: 10px;
    transition: all .5s ease-in-out;
    color:#2e3557;
}
.contact-sec .contact-sec-form .contact-form-wrapper .form input:focus{
    outline: 0;
}
.contact-sec .contact-sec-form .contact-form-wrapper .form button {
    padding: 10px 30px;
    width: 100%;
    background-color: #2e3557;
    border:none;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all .7s ease-in-out;
    color: white;
    cursor: pointer;


}
.contact-sec .contact-sec-form .contact-form-wrapper .form button:hover {
    background-color: rgb(148 148 148 / 79%);
    color: black;

    letter-spacing: 2.3px;
}
.contact-sec .contact-sec-form .contact-form-wrapper .form .top{
    transform: translateY(-25px);
}

/* checkbox  */
.contact-sec .contact-sec-form .contact-form-wrapper .form .checkbox-field {
    display: flex;
    flex-direction: column;
    gap:46px ;
}
.contact-sec .contact-sec-form .contact-form-wrapper .form .checkbox-field .first-check-text p {
    font-family: 'Comfortaa';
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #424242;
}
.contact-sec .contact-sec-form .contact-form-wrapper .form .second-check-text input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
  }
  
  .contact-sec .contact-sec-form .contact-form-wrapper .form .second-check-text label {
    position: relative;
    cursor: pointer;
    font-family: "Comfortaa";
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #424242;
  }
  .contact-sec .contact-sec-form .contact-form-wrapper .form .second-check-text label em {
    text-decoration: underline;
  }
  .contact-sec .contact-sec-form .contact-form-wrapper .form .second-check-text label:before {
    content:'';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #0079bf;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
  }
  
  .contact-sec .contact-sec-form .contact-form-wrapper .form .second-check-text input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #0079bf;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
.contact-sec .contact-sec-form .contact-form-wrapper .form .third-check-text span {
    font-family: "Comfortaa";
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #424242;
}
/* Section Brochure End */
/* Section Map Start */
.map-sec {
    position: relative;
	cursor:pointer;
}

.map-sec .text-for-map {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;

}
.map-sec .text-for-map span {
    font-family: "Comfortaa";
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
    color: #2e3557;
    letter-spacing: -1.15px;

}
.map-sec .map-sec-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    background: #2e3557;
}
.map-sec .map-sec-wrapper img.map-card-img {
    width: 100%;
    object-fit: cover;
    height: 100%;

}
.map-sec .map-sec-wrapper img.map-card-pin {
    width: 100%;
    max-width: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-200%, -50%);
    display: none;
}

/* Section Map End */
/* Section Footer Start */

footer.footer {
    position: relative;
    width: 100%;
    background-color: #2e3557;
    padding-top: 90px;
}
footer.footer .container {
    max-width: 85%;
}
footer.footer .container .content {
    display: flex;
    flex-direction: column;
}
footer.footer .container .content .top {
    display: flex;
    flex-direction: column;
    gap: 60px;
    padding-bottom: 68px;
}
footer.footer .container .content .top .menu-list-footer ul {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}
footer.footer .container .content .top .menu-list-footer ul li a {
    position: relative;
    text-decoration: none;
    font-family: "Comfortaa";
    font-size: 19.5px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #f9d7a0;
    text-transform: uppercase;
    transition: .5s ease-in-out;
}
footer.footer .container .content .top .menu-list-footer ul li a::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    background: #f9d7a0;
    bottom: -2px;
    left: 0;
    transition: .5s ease-in-out;
}
footer.footer .container .content .top .menu-list-footer ul li a:hover::after {
    width: 100%;
}
footer.footer .container .content .top .menu-list-footer ul li:last-of-type a{
    padding: 9px;
    background: #b79e7b;
    color: #fff;
    border-radius: 10px;
}
footer.footer .container .content .top .menu-list-footer ul li:last-of-type a::after {
    display: none;
}
footer.footer .container .content .top .menu-list-footer ul li:last-of-type a:hover {
    color: #2e3557;
    background: #fff;
}

footer.footer .container .content .top .logoAndInfo {
    display: flex;
    justify-content: space-between;
    
}
footer.footer .container .content .top .logoAndInfo .left {
    display: flex;
    align-items: center;
    justify-content: center;
}
footer.footer .container .content .top .logoAndInfo .right {
    display: flex;
    flex-direction: column;
    gap: 60px;
}
footer.footer .container .content .top .logoAndInfo .left .footer-logo img {
    width: 100%;
    object-fit: cover;
    max-width: 280px;
}
footer.footer .container .content .top .logoAndInfo .left .footer-logo img:hover {
    transform: scale(1.1);
}
footer.footer .container .content .top .logoAndInfo .right .contact-infos {
    display: flex;
    flex-direction: column;
    gap:32px;
}
footer.footer .container .content .top .logoAndInfo .right .contact-infos a {
    text-decoration: none;
    font-family: "Comfortaa";
    font-size: 23.5px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}
footer.footer .container .content .top .logoAndInfo .right .contact-infos a:hover {
    color: #e4b77f;
    transform: scale(1.03);
}
footer.footer .container .content .top .logoAndInfo .right .contact-social-links{
    display: flex;
    flex-direction: column;
    gap: 25px;
}
footer.footer .container .content .top .logoAndInfo .right .contact-social-links span {
    font-family: "Comfortaa";
    font-size: 19.5px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #f9d7a0;
    text-transform: uppercase;
}

footer.footer .container .content .top .logoAndInfo .right .contact-social-links .social-boxes {
    display: flex;
    gap: 30px;
    justify-content: center;
}
footer.footer .container .content .top .logoAndInfo .right .contact-social-links .social-boxes a {
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #f9d7a0;
    width: 56px;
    height: 56px;
}
footer.footer .container .content .top .logoAndInfo .right .contact-social-links .social-boxes a img {
    width: 100%;
    max-width: 25px;
}
footer.footer .container .content .top .logoAndInfo .right .contact-social-links .social-boxes a:last-of-type img{
    max-width: 35px;
}

footer.footer .container .content .top .logoAndInfo .right .contact-social-links .social-boxes a:hover {
    background: #fff;
    transform: translateY(6px);
}
footer.footer .container .content .bottom {
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
}
footer.footer .container .content .bottom .mlLink a,
footer.footer .container .content .bottom .copyText span {
    color: #2e3557;
    font-family: "Comfortaa";
    font-size: 19.5px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}
footer.footer .container .content .bottom .mlLink {
    padding-right: 60px;
}
footer.footer .container .content .bottom .mlLink a {
    text-decoration: none;
}
footer::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 83px;
    left: 0;
    bottom: 0;
    background: #fff;
}
/* Section Footer End */


/* Conditions générales  */
p.paragraph {
    font-family: "Comfortaa", sans-serif;
    font-size: 19.5px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #26385a;
}

.cdg-sec {
    height: auto;
    background: #26385a;
    color: #f4dfc2;
}
.cdg-sec .container .content {
    padding-top: 20px;
    padding-bottom: 40px;
}
.cdg-sec .container .content .hero-sec-wrapper {
    gap: 22px;
    padding: 24px 12px;
    display: flex;
    flex-direction: column;
}
.cdg-sec .container .content .hero-sec-wrapper::after {
    background: #2e3557;
}

.cdg-sec .container .content .hero-sec-wrapper h1 {
    font-family: "Cinzel Decorative", serif;
    font-size: 55px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.08;
    letter-spacing: normal;
    text-align: left;
    color: #26385a;
    margin-bottom: 30px;
    color: #fff;
}
.cdg-sec .container .content .hero-sec-wrapper .the_title {
	font-family: "Comfortaa";
    position: relative;
    font-size: 24px;
    color:#f4dfc2;
    width: max-content;
    overflow: hidden;
    cursor: pointer;
}

.cdg-sec .container .content .hero-sec-wrapper .the_title::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 1.4px;
    background: #f4dfc2;
    left: 0;
    bottom: 0;
    transition: .4s ease-in-out;
}


.cdg-sec .container .content .hero-sec-wrapper .the_title:hover::after {
    width: 0%;

}
.cdg-sec .container .content .hero-sec-wrapper .the_paragraph {
    color:#fff;
    font-family: "Comfortaa";
    font-size: 18px;
    line-height: 28px;
}

.cdg-sec .container .content .hero-sec-wrapper a {
    color: #f4dfc2;
    text-decoration: none;
    position: relative;
}

.cdg-sec .container .content .hero-sec-wrapper a::after {
    content: '';
    position: absolute;
    width: 0%;
    height: 1.4px;
    background: #f4dfc2;
    left: 0;
    bottom: 0;
    transition: .4s ease-in-out;
}
.cdg-sec .container .content .hero-sec-wrapper a:hover::after {
    width: 100%;
}
/* 404 page  */
section.error-404 {
	padding: 30px 0 70px;
    background: #26385a;
    color: #f4dfc2;
}
section.error-404 .container .content {
	padding-top:30px;
	display:flex;
	flex-direction:column;
	gap:16px;
}
section.error-404 .container .content .wrapper-404 {
	display:flex;
	gap:20px;
	flex-direction:column-reverse;
	align-items: center;
}
section.error-404 .container .content .wrapper-404 span.number-404 {
	display:block;
	font-size: 15vw;
	line-height: 1;
}
section.error-404 .container .content h1.page-title {
	font-size: 2vw;
    text-align: center;
	line-height:1;
}

section.error-404 .container .content p {
	font-size: 1.42vw;
    text-align: center;
    text-transform: none;
    font-family: "Comfortaa";
}
/* Media queries  */
@media (max-width: 1350px) {


    header .container {
        max-width: 100%;
    }
    .container {
        max-width: 90%;
    }
    .hero-sec .blue-shape {
        max-width: 30%;
    }
    .hero-sec .blue-shape.left-shape {
        top: 25%;
    }
    .caracteristics-sec .container .content .bottom {
        background: #c4ac8982;
    }

}
@media (max-width: 1024px) {
    
    .mobileHide {
        display: block;
        width: 100%;
        height: auto;
    }
    
    header .container .content .top {
        justify-content: flex-start;
    }
    header .container .content .top img {
        max-width: 200px;
        position: relative;
        left: 30px;
    }
    header .container .content .bottom {
        display: none;
    }
    .text {
        text-transform: uppercase;
    }
    .navBtn {
        border: none;
        background: transparent;
        cursor: pointer;
        font-size: 20px;
    }

    .openBtn {
        position: fixed;
        z-index: 44;
        top:60px;
        right:30px;
        transform: rotate(90deg);
        color: #c4ac89;
        font-size: 5vw;
    }

    .nav {
        position: fixed;
        z-index: 44;
        top: 0;
        left: 0;
        height: 100vh;
        transform: translateX(-100%);
        transition: .3s ease-in-out;
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .nav.visible {
        transform: translateX(0);
    }

    .navBlack {
        background-color:#26385a;
        width: 100%;
        max-width: 85%;
        min-width: 320px;
        transition-delay: .32s;
    }
    .navBlack.visible {
        transition-delay: 0s;
    }
    .navRed {
        background-color: #c4ac89;
        width: 95%;
        transition-delay: .16s;  
    }
    .navRed.visible {
        transition-delay: .16s;
    }
    .navWhite {
        background-color: #fff;
        flex-direction: column;
        gap: 40px;
        width: 93%;
        position: relative;
        padding: 40px;
        transition-delay: 0s;
    }
    .navWhite.visible {
        transition-delay: .32s;
    }
    .closeBtn {
        position: absolute;
        font-size: 12vw;
        top: 40px;
        right: 30px;
        opacity: .3;
        transform: rotate(45deg);
    }
    .list {
        list-style: none;
        padding: 0;
        padding-top: 40px;
    }

    .list li {
        margin: 20px 0;

    }
    .list li a {
        font-family: "Comfortaa", sans-serif;
        font-size: 28px;
        line-height: 1;
        color: #26385a;
        text-transform: uppercase;
        text-decoration: none;
    }

    .list ul li {
        list-style: none;
        padding-left: 20px;
    }
    
    .mobileHeader .contact-infos {
        display: flex;
        flex-direction: column;
        gap:24px;
    }

    .mobileHeader .contact-infos span {
        text-decoration: underline;
        text-transform: uppercase;
        font-family: "Comfortaa";
        font-size: 20.5px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.19;
        letter-spacing: normal;
        text-align: left;
        color: #26385a;
    }
    .mobileHeader .contact-infos a {
        text-decoration: none;
        font-family: "Comfortaa";
        font-size: 23.5px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.19;
        letter-spacing: normal;
        text-align: left;
        color: #26385a;
    }
    .mobileHeader .contact-infos a:hover {
        color: #e4b77f;
        transform: scale(1.03);
    }

    .mobileHeader .contact-social-links{
        display: flex;
        flex-direction: column;
        gap: 25px;
      }
      .mobileHeader .contact-social-links span {
        text-decoration: underline;
        font-family: "Comfortaa";
        font-size: 19.5px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #26385a;
        text-transform: uppercase;
      }
      
      .mobileHeader .contact-social-links .social-boxes {
        display: flex;
        gap: 30px;
        justify-content: flex-start;
      }
      .mobileHeader .contact-social-links .social-boxes a {
        padding: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        background: #f9d7a0;
        width: 56px;
        height: 56px;
      }
      .mobileHeader .contact-social-links .social-boxes a img {
        width: 100%;
        max-width: 25px;
      }
      .mobileHeader .contact-social-links .social-boxes a:last-of-type img{
        max-width: 35px;
      }
      
      .mobileHeader .contact-social-links .social-boxes a:hover {
        background: #fff;
        transform: translateY(6px);
      }
	.mobileHeader  .switcher-langue .switcher-langue-list {
		display:flex;
		gap:12px;
	}

    .mobileHeader  .switcher-langue {
        display: flex;
        justify-content: flex-start;
        gap: 30px;
        align-items: center;
    }
    .mobileHeader  .switcher-langue a {
        font-size: 26px;
        font-family: "Comfortaa";
        color: #26385a;
        text-decoration: none;
        line-height: 1;
        padding: 12px 24px;
        background: #f9d7a0;
        border-radius: 12px;
    }

    /* Sections  */
    .hero-sec {
        height: 50vh;
    }
    .hero-sec .container .content {
        align-items: self-start;
        justify-content: flex-start;
        padding-top: 50px;
    }
    .hero-sec .container .content .hero-sec-wrapper {
        padding: 32px;
    }
    .hero-sec .container .content .hero-sec-wrapper h1 {
        font-size: 50px;
    }
    .hero-sec .container .content .hero-sec-wrapper p.parag-one {
        font-size: 32px;
		text-align:center !important;
    }
    .hero-sec .blue-shape.left-shape {
        top: 0;
    }
    .hero-sec .blue-shape.right-shape {
        top: 0%;
        transform: initial;
    }
    .intro-sec .container .content .bottom {
        flex-direction: column-reverse;
    }
    .gold-shape-wrapper {
        bottom: initial;
        top: 60%;
    }
    .accessib-sec .gold-shape-wrapper-access img {
        max-width: 400px;
        position: absolute;
        top: 0;
        right: 0;
    }
    .gold-shape-wrapper img {
        width: 80%;
    }
    footer.footer .container {
        max-width: 95%;
    }

    .caracteristics-sec .container .content {
        justify-content: initial;
        padding-top: 30vh;
        gap: 40px;
    }
    
}

@media (max-width: 992px) {
    .hero-sec {
        height: 700px;
    }
    .map-sec .text-for-map span {
        font-size: 15px;

    }
    .intro-sec .container .content .top h2,
    .caracteristics-sec .container .content .top h3,
    .accessib-sec .container .content .accessib-title h4,
    .contact-sec .container .content .contact-sec-title h5 {
        font-size: 50px;
        line-height: 50px;
    }
    .intro-sec .container .content .top h2 {
        text-align: center;
    }
    .intro-sec .container .content .bottom .left p {
        font-size: 22px;
        line-height: 30px;
    }
    .contact-sec .contact-sec-form .contact-form-wrapper form {
        max-width: 100%;

    }
    .accessib-sec .container .content .accessib-title h4 {
        margin-bottom: 30px;
    }
    footer.footer .container .content .top .menu-list-footer ul li a {
        font-size: 16px;
    }
    .caracteristics-sec {
        min-height: auto;
        height: 80vh;
    }

    .caracteristics-sec .container .content .bottom .left h4, .caracteristics-sec .container .content .bottom .right h4 {
        font-size: 36px;
    }
    .caracteristics-sec .container .content .bottom .left span, .caracteristics-sec .container .content .bottom .right span {
        font-size: 18px;
    }
    .accessib-sec {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .accessib-sec .gold-shape-wrapper-access img {
        max-width: 220px;
    }
    .gold-shape-wrapper img {
        width: 60%;
    }
    .gold-shape-wrapper {
        top: 73%;
    }
    .accessib-sec .container .content .accessib-boxes .accessib-boxe .accessib-boxe-text {
        font-size: 18px;
        line-height: 28px;
    }
    footer.footer {
        padding-top: 50px;
    }
    footer.footer .container .content .top .logoAndInfo .left .footer-logo img {
        max-width: 200px;
    }
	
	.cdg-sec .container .content .hero-sec-wrapper h1 {
		font-size: 42px;
	}
}

@media (max-width: 768px) {
    .hero-sec-price {
        max-width: 100%;
        bottom: 80px;
    }
    .hero-sec-price span {
        font-size: 32px;
    }
    .hero-sec .container .content .hero-sec-wrapper h1 {
        font-size: 45px;
        line-height: 55px;
    }
    .caracteristics-sec {
        min-height: auto;
        height: auto;
    }
    .caracteristics-sec .container .content .top h3 {
        width: 100%;

    }
    footer.footer .container .content .top {
        padding-bottom: 10px;
    }
    footer.footer .container .content {
        gap: 20px;
    }
    footer.footer .container .content .top .menu-list-footer.hideInMob,
    footer.footer .container .content .top .logoAndInfo .right .contact-infos.hideInMob {
        display: none;
    }
    footer.footer .container .content .bottom {
        flex-direction: column-reverse;
        gap: 12px;
        align-items: center;
        padding: 10px;
    }
}

@media (max-width: 580px) {
    .container {
        max-width: 100%;
        width: 100%;
    }
    .intro-sec .container .content .top h2, .caracteristics-sec .container .content .top h3, .accessib-sec .container .content .accessib-title h4, .contact-sec .container .content .contact-sec-title h5 {
        font-size: 40px;
        line-height: 40px;
    }
    .caracteristics-sec .container .content .bottom {
        flex-direction: column;
        align-items: center;
    }
    .caracteristics-sec .container .content .bottom .left, .caracteristics-sec .container .content .bottom .right {
        align-items: center;
    }
    .caracteristics-sec .container .content .bottom::after {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translatey(-50%);
        background-color: #c4ac89;
        width: 100%;
        height: 20px;
    }
    .caracteristics-sec .container .content .bottom .left span, .caracteristics-sec .container .content .bottom .right span {
        font-size: 25px;
    }
    .accessib-sec .container {
        max-width: 100%;
    }
    .accessib-sec .container .content .accessib-boxes .accessib-boxe .accessib-boxe-img img {
        max-width: 180px;
    }
    .accessib-sec .gold-shape-wrapper-access img {
        top: 80px;
    }
    .caracteristics-sec .gold-shape-wrapper {
        top: 24%;
    }
    .contact-sec .contact-sec-form .contact-form-wrapper .form .duo-fields {
        flex-direction: column;
        gap: 40px;
    }
    .contact-sec .contact-sec-form .contact-form-wrapper .form {
        padding: 45px 28px;
    }
    .contact-sec .container {
        max-width: 100%;
    }
  
    .navWhite {
        justify-content: space-evenly;
    }
    footer.footer .container .content .bottom .mlLink {
        padding-right: 0;
    }
	section.error-404 .container .content .wrapper-404 span.number-404 {
		font-size: 35vw;
	}
	section.error-404 .container .content h1.page-title {
		font-size: 6vw;
	}
	section.error-404 .container .content p {
		font-size: 3.42vw;
	}
	
	.caracteristics-sec .container .content .top h3 {
		font-size:30px;
	}
	
	.contact-sec .container .content .contact-sec-title h1 {
		font-size: 44px;
	}
}
@media (max-width: 450px) {
    .list {
        padding-top: 0px;
    }
    .mobileHeader .switcher-langue a {
        font-size: 16px;
    }
    header .container .content .top img {
        max-width: 120px;
    }
    .header.sticky .container .content .top img {
        max-width: 120px;
    }
    .list li {
        margin: 30px 0;
    }
    .openBtn {
        top: 35px;
		font-size: 8vw;
    }
    .mobileHeader .switcher-langue {
        flex-direction: row;
        align-items: self-start;
    }
    .list li a {
        font-size: 20px;
    }
    .navWhite {
        padding: 20px;
        gap: 40px;
		justify-content: center;
    }
    .mobileHeader .contact-infos a {
        font-size: 14.5px;
    }
	html[lang="ary"] .mobileHeader .contact-infos a {
        direction: ltr;
    }
    .hero-sec .container .content .hero-sec-wrapper h1 {
        font-size: 32px;
        line-height: 32px;
    }
    .hero-sec .container .content .hero-sec-wrapper {
        padding: 16px;
    }
    .hero-sec .container .content .hero-sec-wrapper p.parag-one {
        font-size: 22px;
    }
    .hero-sec .container .content .hero-sec-wrapper p.parag-two {
        font-size: 15.5px;
    }
    .hero-sec {
        height: 630px;
        padding-bottom: 60px;
    }
    .hero-sec .container .content {
        padding-top: 150px;
    }
    .hero-sec-price {
        padding-left: 0px;
        justify-content: center;
    }
    .hero-sec-price span {
        font-size: 20px;
    }
    .intro-sec .container .content .top h2, .accessib-sec .container .content .accessib-title h4, .contact-sec .container .content .contact-sec-title h5 {
        font-size: 32px;
        line-height: 32px;
    }
    .caracteristics-sec .container .content .bottom {
        gap: 25px;
        padding: 25px 0;
    }
    .caracteristics-sec .container .content .bottom .left h4, .caracteristics-sec .container .content .bottom .right h4 {
        font-size: 22px;
    }
    .caracteristics-sec .container .content .bottom .left span, .caracteristics-sec .container .content .bottom .right span {
        font-size: 17px;
        text-align: center;
    }
    .caracteristics-sec .container .content .bottom .left, .caracteristics-sec .container .content .bottom .right {
        gap: 12px;
    }
    .caracteristics-sec .container .content {
        padding-top: 20vh;
    }
    .accessib-sec .container .content .accessib-boxes .accessib-boxe .accessib-boxe-text {
        font-size: 16px;
        line-height: 26px;
    }
    .contact-sec .container .content {
        gap: 32px;
    }
    .contact-sec .contact-sec-form .contact-form-wrapper .form .checkbox-field {
        gap: 20px;
    }
    .map-sec .text-for-map {
        bottom: 10px;
    }
    .map-sec .text-for-map span {
        font-size: 9px;
    }
    footer.footer .container .content .top .logoAndInfo .right .contact-social-links span,
    .contact-sec .contact-sec-form .contact-form-wrapper .form .third-check-text span,
    .contact-sec .contact-sec-form .contact-form-wrapper .form .second-check-text label,
    .contact-sec .contact-sec-form .contact-form-wrapper .form .checkbox-field .first-check-text p {
        font-size: 16px;
    }
    footer.footer .container .content .top .logoAndInfo {
        gap:20px;
    }
    footer::after {
        height: 100px;
    }
    footer.footer .container .content .top .logoAndInfo .right .contact-social-links .social-boxes a img {
        max-width: 15px;
    }
    footer.footer .container .content .top .logoAndInfo .right .contact-social-links .social-boxes a {
        width: 36px;
        height: 36px;
    }
    footer.footer .container .content .bottom .mlLink a, footer.footer .container .content .bottom .copyText span {
        text-align: center;
    }
    .copyText {
        display: flex;
    }
	
	.cdg-sec .container .content .hero-sec-wrapper h1 {
		font-size: 36px;
	}
    .cdg-sec .container .content .hero-sec-wrapper .the_title {
		width:100%;
		font-size: 20px;
	}
	.cdg-sec .container .content .hero-sec-wrapper .the_title::after {
		display:none;
	}
	.cdg-sec .container .content .hero-sec-wrapper .the_paragraph {
		font-size: 16px;
		line-height: 22px;
	}
}
@media (max-width: 375px) {
    .accessib-sec .container .content .accessib-boxes .accessib-boxe .accessib-boxe-img img {
        max-width: 130px;
    }
    .intro-sec .container .content .bottom .left p {
        font-size: 18px;
        line-height: 24px;
    }
    .intro-sec .container .content {
        gap: 20px;
        padding-bottom: 80px;
    }
    .contact-sec {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .contact-sec .contact-sec-form .contact-form-wrapper .form {
        padding: 45px 16px;
    }
    .contact-sec .container {
        max-width: 100%;
        padding: 0 16px;
    }
    .contact-sec .contact-sec-form .contact-form-wrapper .form input {
        font-size: 16px;
    }
    footer.footer .container {
        max-width: 100%;
    }
}

/* Arab stuff  */

html[lang="ary"] * p {
	text-align:right !important;
}

html[lang="ary"] .contact-sec .contact-sec-form .contact-form-wrapper .form .checkbox-field .second-check-text
 {
	direction:rtl;
}
html[lang="ary"] footer.footer .container .content .top .logoAndInfo .right .contact-infos  {
	direction:ltr;

}
html[lang="ary"] .contact-sec .contact-sec-form .contact-form-wrapper .form label {
    right: 10px;
    text-align: right;
}
html[lang="ary"]  .contact-sec .contact-sec-form .contact-form-wrapper .form .second-check-text input:checked + label:after {
    top: 2px;
    right: 13px;
}
html[lang="ary"] .openBtn {
    left: 30px;
	top:30px;
	right:inherit;
}

html[lang="ary"] header .container .content .top {
    padding-right: 60px;
}

html[lang="ary"] .caracteristics-sec .container .content .bottom .left h4 {
	text-align: left;
}
html[lang="ary"] .caracteristics-sec .container .content .bottom .right h4 {
    text-align: right;
}

html[lang="ary"] .closeBtn {
    position: absolute;
    font-size: 12vw;
    top: 0;
    left: 20px;
    opacity: .3;
    transform: rotate(45deg);
}

html[lang="ary"] .cdg-sec .container .content .hero-sec-wrapper .arabic-direction-tel ,
html[lang="ary"] .splide__list {
	direction: ltr;
}

html[lang="ary"] .cdg-sec .container .content .hero-sec-wrapper h1 {
	text-align:right;
}
section.error-404 .container .content p {
	text-align:center !important;

}

html[lang="ary"] .mobileHeader .contact-infos a,
html[lang="ary"] .mobileHeader .contact-social-links span,
html[lang="ary"] .mobileHeader .contact-infos span {
	text-align: right;
}

html[lang="ary"] .hero-sec .container .content .hero-sec-wrapper h1 {
	direction: ltr;
}
html[lang="ary"] .third-check-text {
	direction:rtl;
}
html[lang="ary"] .hero-sec .container .content .hero-sec-wrapper p.parag-two {
	display:none;
	width:0;
}

.accessib-sec .container .content .accessib-boxes .accessib-boxe .accessib-boxe-text p {
	text-align:center !important;
}

/* ToHide Stuff  */
.toHide {
    display: none;
}

.map-sec .text-for-map {
	    display: none;

}