@import url("https://use.typekit.net/ifd4qcw.css");
@font-face {
    font-family: 'xxii_arabian-onenightstandBd';
    src: url('font/xxii_arabian-onenightstand-webfont.woff2') format('woff2'),
         url('font/xxii_arabian-onenightstand-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.police1 {
    font-family: "xxii_arabian-onenightstandBd";
    font-style: normal;
   
} 
.police2 {
    font-family: "kaffeesatz", sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 3px;
    line-height: 1.4;
}
.police3 {
    font-family: "kaffeesatz", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 3px;
    line-height: 1.4;
}
.police4 {
    font-family: "cormorant-infant", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.police5 {
    font-family: "cormorant-infant", sans-serif;
    font-weight: 700;
    font-style: normal;
}   
.color1 {
    color:#1083A2;
}
.bgc1 {
    background-color: #1083A2;
}
.color2 {
    color:#DCD7D7;
}
.bgc2 {
    background-color: #DCD7D7;
}
.color3 {
    color:#5E4848;
}
.bgc3 {
    background-color: #5E4848;
}
.color4 {
    color:#ffffff;
}
.bgc4 {
    background-color: #ffffff;
}
.color5 {
    color:#8F7C7C;
}
.bgc5 {
    background-color: #8F7C7C;
}
.fontsz1 {
    font-size: 103px;
}
.fontsz2 {
    font-size: 51px;
}
.fontsz3 {
    font-size: 26px;
}
.fontsz4 {
    font-size: 63px;
}
.fontsz5 {
    font-size: 56px;
}
.fontsz6 {
    font-size: 42px;
}
.m20 {
    margin: 20px;
}
.m25 {
    margin: 25px;
}
.m8 {
    margin: 8px;
}
.mt0 {
	margin-top: 0;
}
.mt30 {
	margin-top: 30px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb50 {
    margin-bottom: 50px;
}
.mt50 {
	margin-top: 50px;
}
.mt100 {
    margin-top: 100px;
}
.mt160 {
    margin-top: 160px;
}
.mb0 {
    margin-bottom: 0;
}
.mb100 {
    margin-bottom: 100px;
}
.ml45 {
    margin-left: 45px;
}
.ml25 {
    margin-left: 25px;
}
.p40 {
    padding: 40px;
}
.p20 {
    padding: 20px;
}
.pt20 {
    padding-top: 20px;
}
.pb20 {
    padding-bottom: 20px;
}
.pt35 {
    padding-top: 35px;
}
.pb35 {
    padding-bottom: 35px;
}
.pt50 {
    padding-top: 50px;
}
.pt80 {
    padding-top: 80px;
}
.pt100 {
    padding-top: 100px;
}
.pb100 {
    padding-bottom: 100px;
}
.pt217 {
    padding-top: 217px;
}

.pb50 {
    padding-bottom: 50px;
}
.pr20 {
    padding-right: 20px;
}
.pl25 {
    padding-left:25px;
}
.imgBorder {
    border-radius: 26px;
}
* {
    box-sizing: border-box;
}
body{
	margin: 0;
	padding: 0;
    font-family:"Arial Regular" ;
    font-weight: normal;
}
h1, h2 {
    font-size: clamp(1.5rem, 1.1453rem + 1.7197vw, 3.1875rem) !important; 
}
h4 {
    font-size: clamp(3.125rem, 2.377rem + 3.4194vw, 6.4375rem) !important;
}
p {
    font-size: clamp(1.125rem, 1.0121rem + 0.5161vw, 1.625rem) !important;
}
@media (min-width: 1400px) {
.fontsz5 {
    font-size: 57px !important;
    }
}
/* header */
header {
    background-color: #8f7c7cbd;
    position: fixed;
    z-index: 100000;
    width: 100%;
    display: block;
}

header a {
    text-decoration: none;
    color: #ffffff;
}
.header__contact {
    position: absolute;
    top: 14px;
    right: 50px;
    z-index: 10;
    font-size: 18px;
}
.fas  {
    padding-right: 10px;
}
.header-top {
    padding-top: 1.3888888889rem;
    padding-bottom: 1.3888888889rem;
}
#header .container, #checkout-header .container {
    max-width: 100%;
}
#desktop-header-container {
    position: relative;
  }
.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.container {
    width: 100%px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
#mobile-header {
    display: none;
}
/* header mobile */
#mobile-header .mobile-main-bar {
    padding-top: 1.1111111111rem;
    padding-bottom: 1.1111111111rem;
}
#mobile-header .col-mobile-logo {
    padding: 0 .625rem;
}
#mobile-header .col-mobile-logo a {
    display: inline-block;
}
@media (max-width: 991.98px) {
    #desktop-header {
    display: none;
    }
    #mobile-header {
    display: block;
    }
    #header .container {
        max-width: 100%;
      }
    .container {
        width: auto;
    }
    .header__contact__mail {
        padding-top: 10px;
    }
}
/* index */
.slideDesktop {
    display: block;
}
.slideMobile {
    display: none;
}
.titleAbsolute {
    position: absolute;
    top: 120px;
}
.button {
    display: inline-block;
    color:#ffffff;
	text-transform: uppercase;
	border: 1px solid #1083A2;
    background-color: #1083A2;
    box-shadow: 0px 3px 6px #00000029;
	font-size: 31px;
	padding: 10px 70px;
	cursor: pointer;
	border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.buttonM {
    border: 1px solid #8F7C7C;
    background-color: #8F7C7C;
}
.bgImageS2 {
    background-image: url('../images/riad-cap-agde-54.jpg');
    background-position: inherit;
    background-repeat: no-repeat;
    height: 920px;
}
.bgcS2 {
    background-color: #5e4848a1;
    margin-top: 150px;
    margin-bottom: 150px;
    border-radius: 25px;
}
.bgImageS3 {
    background-image: url('../images/moucharabieh-1.png');
    background-position: inherit;
    background-repeat: no-repeat;
    background-color: #1083A2;
}
.bgImageS4 {
    background-image: url('../images/riad-2-terrasse.jpg');
    background-position: inherit;
    background-repeat: no-repeat;
    height: 1025px;
}
.bgcS4 {
    background-color: #1083A2A3;
    right: 0;
    height: 1025px;
}
.bgcS5 {
    background-image: linear-gradient(to right, #8F7C7C 50%, #DCD7D7 50%);
}
.bgImageS7{
    background-image: url('../images/chambre-riad.png');
    background-position: inherit;
    background-repeat: no-repeat;
    height: 827px;
}
.bgcS7 {
    background-color: #DCD7D7D9;
    left: 0;
    height: 767px;
    margin-top: 60px;

}
.bgImageS8 {
    background-image: url('../images/bg-section-4.png');
    background-position: inherit;
    background-repeat: no-repeat;
    background-color: #DCD7D7D9;
}
/* carrousel */
.embla__container {
    display: flex;
}
.embla__slide {
    flex: 0 0 445px;
    box-sizing: border-box;
    padding-right: 20px;
}
.embla {
    cursor: grab;
    overflow: hidden;
}
.embla__btn {
    background:none;
    border: none;
    cursor: pointer;
}
.embla__btn img {
    width: 54px;
    transition-duration: 0.5s;
  }
.embla__btn:hover img {
    width: 70px;
}
.bgImageS10{
    background-image: url('../images/riad-vue-exterieure.jpg');
    background-position: inherit;
    background-repeat: no-repeat;
    height: 797px;
}
.bgcS10 {
    background-color: #1083A2A3;
    margin-top: 150px;
    margin-bottom: 150px;
    border-radius: 25px;
}
/* footer */
.footer {
    padding: 65px 0;
}
.footer, #copy {
    background-color: #8F7C7C;
    color: #ffffff;
}
.footer a, #copy a {
    color: #ffffff;
}
.phone, .mail {
    padding: 10px 0;
}
.imgFooter {
    position: absolute;
    bottom: 30px;
    bottom: -52px;
}
#copy {
    font-size: 14px;
    text-align: center;
    padding-top: 10px;
    padding: 18px;
}
.footer__contact .title {
    color: #000000;
    font-size: 42px;
}
.footer__xs { 
    position: fixed;
    bottom: 0;
    z-index: 100000;
    background-color: #1083A2;  
}
.footer__xs .col-4{
    box-sizing: border-box;
}
.footer__xs a, .footer__xs span {
    color: #ffffff;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    display: block;
    font-size: 24px;
    font-weight: bold;
}
.footer__xs .col-12 {
    border: 1px solid #DCD7D7
}
.bgOpacity {
    opacity: 0.6;
}
/*ascenseur */
#ascenseur {
    opacity: 1;
    transition: visibility 0.5s, opacity 0.5s;
    position: fixed;
    right: 40px;
    bottom: 110px;
    z-index: 1000000;
    background-color: #1083A2;
    border: 1px solid #DCD7D7;
    border-radius: 25px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
#ascenseur i {
    color: #ffffff;
}
@media (max-width: 991px) {
    #ascenseur {
        right: 25px;
        bottom: 135px;
    }
    .tarteaucitronIconBottomLeft {
        bottom: 100px !important;
        left: 0;
      }
    .bgcS5 {
        background-image: linear-gradient(to bottom, #8F7C7C 50%, #DCD7D7 50%);
      }
}
@media (max-width: 560px) {
    .slideDesktop {
        display: none;
    }
    .slideMobile {
        display: inline;
    }
    .bgImageS2 {
        height: auto;
    }
    .bgcS2 {
        margin-bottom: 25px;
    }
    .bgcS7 {
        height: 734px;
    }   
}
@media (max-width: 460px) {
    .imgServices {
        margin-left: 0;
    }
    .bgcS5 {
        background-image: linear-gradient(to bottom, #8F7C7C 70%, #DCD7D7 30%);
      }
}
@media (max-width: 520px) {
    .imgServices {
        margin-left: 0;
    }
}
@media (max-width: 4300px) {
    .pt50 {
        padding-top: 10px;
    }
}
.changeLangue{
    /* margin: 0 30px; */
    * {
        text-transform: uppercase;
        color: white;
    }
    .langue-actuelle{
        &:hover{
            cursor: pointer;
        }
        .langues{
            padding-left: 0;
            margin: 0;
            overflow: hidden;
            transition: all 0.5s ease;
            li{
                list-style: none;
            }
        }
    }
}