/*!*******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/styles/main.scss ***!
  \*******************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap);
/*!***********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/styles/main.scss (1) ***!
  \***********************************************************************************************************************************************/
@import url(https://fonts.cdnfonts.com/css/helvetica-neue-55);
/*!***********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/styles/main.scss (2) ***!
  \***********************************************************************************************************************************************/
*,
*:before,
*:after {
  box-sizing: border-box;
  outline: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-family: "Inter", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  background-color: #fff;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-left: 0;
}

a:focus,
button:focus {
  outline: none;
}

.construction {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.header {
  flex: 0 0 auto;
}

.main {
  flex: 1 1 auto;
  background: url(../images/fnd-construction.png) center no-repeat;
  background-size: cover;
  position: relative;
  min-height: 100%;
  display: flex;
  align-items: center;
  padding: 100px 0 40px;
}
.main .switch-lng {
  position: absolute;
  top: 46px;
  right: 105px;
}
.main .msg-construction {
  max-width: 1080px;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
}
.main .msg-construction h1 {
  color: #fff;
  text-align: center;
  font-size: 82px;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 500;
  padding-bottom: 50px;
}
.main .msg-construction p {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  line-height: 1.4;
}
.main .switch-lng {
  position: absolute;
  top: 46px;
  right: 105px;
  width: 158px;
  cursor: pointer;
  user-select: none;
  color: #fff;
}
.main .switch-lng .current {
  padding: 14px 30px;
  background: rgba(255, 255, 255, 0.4);
  position: relative;
}
.main .switch-lng .current:after {
  content: "";
  display: block;
  width: 9px;
  height: 5px;
  background: url(../images/shape.png) center no-repeat;
  position: absolute;
  top: 22px;
  right: 30px;
}
.main .switch-lng ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 5px 0 0;
  padding: 0;
  list-style: none;
  background: rgba(255, 255, 255, 0.4);
  display: none;
  z-index: 99;
}
.main .switch-lng ul li a{
  padding: 8px 30px;
  display:block;
}
.main .switch-lng ul li a {
  text-decoration: none;
  color: #fff;
}
.main .switch-lng ul li:hover {
  background: #f0f0f0;
}

.contant-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 102px;
}

.footer {
  flex: 0 0 auto;
}

.contant-footer {
  padding: 0 96px;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
.contant-footer img {
  max-width: 100%;
}

.slide-footer {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 37px;
  padding-bottom: 37px;
}
.slide-footer .item-part {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .main .msg-construction h1 {
    font-size: 51px;
  }
  .contant-header,
  .contant-footer {
    padding: 20px 30px;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
  }
  .main .switch-lng {
      right: auto;
      left: 50%;
      transform: translateX(-50%);
    }
}

body.rtl {
    direction: rtl;
    text-align: right;
}
body.rtl p{direction: rtl;}

body.rtl .switch-lng ul {
    /* si besoin d’inverser l’alignement du menu langues */
    text-align: left;
}

.switch-lng .active{
    
    display:none;
}

.main .switch-lng ul li:hover a{ color: #000 !important;}

body.rtl .main .switch-lng .current::after {
  right: auto;
  left: 30px;
}