@charset "UTF-8";

@font-face
{
    font-family: 'Roboto_lt_300';
    src: url('../FONT/Roboto/Roboto-Light.ttf');
    font-weight: 300;
    font-style: normal;
}

@font-face
{
    font-family: 'Roboto_rg_400';
    src: url('../FONT/Roboto/Roboto-Regular.ttf');
    font-weight: 400;
    font-style: normal;
}

@font-face
{
    font-family: 'Montserrat_sb_600';
    src: url('../FONT/Montserrat/Montserrat-SemiBold.ttf');
    font-weight: 600;
    font-style: normal;
}

@font-face
{
    font-family: 'Lora_sb_600';
    src: url('../FONT/Lora/Lora-SemiBold.ttf');
    font-weight: 600;
    font-style: normal;
}


/* GLOBAL STYLES
-------------------------------------------------- */
:root {
    --font-roboto-light-300: 'Roboto_lt_300', sans-serif;
    --font-roboto-regular-400: 'Roboto_rg_400', sans-serif;
    --font-Montserrat_sb_600: 'Montserrat_sb_600', sans-serif;
    --font-Lora_sb_600: 'Lora_sb_600', sans-serif;
    --color-font:  #000;
    --bs-border-inuput:#ced4da;
}

html,body {
    height: 100%;
    padding: 0;
    margin: 0;
    color: var(--color-font);
    font-family: var(--font-roboto-light-300);
    font-size: 1rem;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body > .main {
  padding: 60px 0 0 0;
}


.mail_ltrText{
    unicode-bidi: bidi-override; 
    direction: rtl;
}


/* LAODER STYLES
-------------------------------------------------- */
.progress_loader
{
  padding: 0 !important;
}

.progress-bar {
    -webkit-transition: none !important;
    transition: none !important;
}

/* NAV
-------------------------------------------------- */
#navbar
{ 
  background-color: #333;
  position: fixed;
  top: -50px;
  width: 100%;
  display: block;
  transition: top 0.5s;
}

header .nav{
    text-transform: uppercase;
}

/* HOME
-------------------------------------------------- */
#home {
    background-image: url("../PHOTO/home_full_scale.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    min-height: 20vh;
}

.title_home {
    color: #fff;
    font-family: var(--font-Lora_sb_600);
    background-color: #141414;
    width: 20rem;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
    margin-left: 5% !important;;
}

.subtitle_home {
    color: #141414;
    font-family: var(--font-Lora_sb_600);
    background-color: #fff;
    margin-top: -0.5rem !important;
    margin-left: 8% !important;
    width: 20rem;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
    
}

/* FAB
-------------------------------------------------- */
#fab {
    background-image: url("../PHOTO/fab_full_scale.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    min-height: 20vh;
}

.title_fab {
    color: #fff;
    font-family: var(--font-Lora_sb_600);
    background-color: #141414;
    width: 30rem;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
    margin-left: 5% !important;;
}

/* PLACE
-------------------------------------------------- */
#place {
    background-image: url("../PHOTO/place_full_scale.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    min-height: 20vh;
}

.title_place {
    color: #fff;
    font-family: var(--font-Lora_sb_600);
    background-color: #141414;
    width: 30rem;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
    margin-left: 5% !important;;
}


/* GRAVURE
-------------------------------------------------- */
#gravure {
    background-image: url("../PHOTO/gravure_full_scale.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    min-height: 20vh;
}

.title_gravure {
    color: #fff;
    font-family: var(--font-Lora_sb_600);
    background-color: #141414;
    width: 30rem;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
    margin-left: 5% !important;;
}

/* ORNEMENT
-------------------------------------------------- */
#ornement {
    background-image: url("../PHOTO/ornement_full_scale.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    min-height: 20vh;
}

.title_ornement {
    color: #fff;
    font-family: var(--font-Lora_sb_600);
    background-color: #141414;
    width: 30rem;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
    margin-left: 5% !important;;
}


/* GOOGLE MAP
-------------------------------------------------- */
#map {
    width: 100% !important;
}


/* FORM
-------------------------------------------------- */

.form-control{
    box-shadow: none !important;
    border: 1px solid var(--bs-border-inuput) !important;
    border-color: var(--bs-border-inuput) !important;
    border-radius: 0 !important;
}

/* BUTTON
-------------------------------------------------- */
.btn {
    border-radius: 0 !important;
    box-shadow: none !important;
}

/* ICONE SVG
-------------------------------------------------- */
.svg-inline--fa {
    width:1.2rem;
    height: auto;
}

/* PAIEMENT FOOTER
-------------------------------------------------- */
.paiement_secure i {
    font-size: 1.5rem;
    margin-right: 0.5rem;
}

/* COOKIE
-------------------------------------------------- */
.toast {
    border-radius: 0 !important;
}

.cookie_alert {
position: fixed;
right: 0;
bottom: 0;
z-index: 1030;
}

/* ALERT
-------------------------------------------------- */
.alert {
    border-radius: 0 !important;
}


