 @font-face {
    font-family: "futur";
    src: url("futur.ttf") format("truetype");
    font-family: "Futura_Medium_Italic_font";
    src: url("Futura_Medium_Italic_font.ttf") format("truetype");
  }

@media (min-width: 0px) and (max-width: 1025px)
{
    .hover_bkgr_fricc{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:contents;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
    z-index: 999;
}
.hover_bkgr_fricc > div {
    backdrop-filter: blur(2px);
    color: white;
    box-shadow: 10px 10px 60px #555;
    font-family: Futura Md Bt, "Trebuchet MS", Arial, sans-serif;
    display: inline-block;
    font-size: 1.5rem;
    height: auto;
    min-height: 100px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
    z-index: 999;
}

.fit-picture {
  width: 280px;
  position:absolute;
  top: -10%;
  left:0;
  right:0;
  bottom: 10%;
  text-align: center;
  margin: auto ;
}

.preloader{
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  margin:auto;
  width:110%;
  height:110%;
  background:black;
  background-size: cover;
  visibility:hidden;
  opacity:0;
  transition:all 0.5s ease;
  z-index:99999999999999;
}
.preloader_inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 4em;
  height: 4em;
  line-height: 4em;
  text-align: center;
  font-size: 3em;
  font-family: monospace;
  font-weight: 300;
  color: #ffffff;
}
nav .menuItems {
  list-style: none;
}
#logo_fixe { position : static; right : 1%; top : 50%; }
body {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-family: Futura, "Trebuchet MS", Arial, sans-serif;
  background-image: url(7.jpg);
}
nav .menuItems li a {
  text-decoration: none;
  color: white;
  font-size: 20px;
  font-weight: 400;
  transition: all 0.5s ease-in-out;
  position: relative;
  text-transform: uppercase;
font-family: Futura, "Trebuchet MS", Arial, sans-serif;
}
p {
  font-weight: bold;
  margin: 16px;
  font-size: 45px;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 1s ease-in-out;
  position: relative;
font-family: Futura, "Trebuchet MS", Arial, sans-serif;

}

.popupCloseButton {
    backdrop-filter: blur(4px);
    border:black;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton:hover {
    background-color: #ccc;
}
.trigger_popup_fricc {
cursor: pointer;
position: absolute;
right: 1%;
bottom: 3%;
z-index: 5;
font-size: 20px;
    display: inline-block;
    font-weight: bold;

}
}

@media (min-width: 1025px) and (max-width: 4096px)
{
  .hover_bkgr_fricc{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:contents;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
    z-index: 999;
}
.hover_bkgr_fricc > div {
    backdrop-filter: blur(2px);
    color: white;
    box-shadow: 10px 10px 60px #555;
    font-family: Futura Md Bt, "Trebuchet MS", Arial, sans-serif;
    display: inline-block;
    font-size: 1.5rem;
    height: auto;
    min-height: 100px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
    z-index: 999;
}

.fit-picture {
  width: 280px;
  position:absolute;
  top: -20%;
  left:0;
  right:0;
  bottom: 20%;
  text-align: center;
  margin: auto ;
}
.preloader{
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  margin:auto;
  width:100vw;
  height:100vh;
  background:black;
  background-size: cover;
  visibility:hidden;
  opacity:0;
  transition:all 0.5s ease;
  z-index:99999999999999;
}
.preloader_inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 4em;
  height: 4em;
  line-height: 4em;
  text-align: center;
  font-size: 3em;
  font-family: monospace;
  font-weight: 300;
  color: #ffffff;
}
nav .menuItems {
  list-style: none;
  display: flex;
}
#logo_fixe { position : fixed; right : 1%; top : 1%; }
body {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-family: Futura, "Trebuchet MS", Arial, sans-serif;
  background-image: url(7.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
nav .menuItems li a {
  text-decoration: none;
  color: white;
  font-size: 22px;
  font-weight: 400;
  transition: all 0.5s ease-in-out;
  position: relative;
  text-transform: uppercase;
font-family: Futura, "Trebuchet MS", Arial, sans-serif;
}
p {
  font-weight: bold;
  margin: 16px;
  font-size: 96px;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 1s ease-in-out;
  position: relative;
font-family: Futura, "Trebuchet MS", Arial, sans-serif;

}
body,
html { height: 100%;}
.nav .open > a, 
.nav .open > a:hover, 
.nav .open > a:focus {background-color: transparent;}

}


.show{
  visibility:visible !important;
  opacity:1 !important;
  transition:all 0.5s ease;
}

body {
    position: relative;
    overflow-x: hidden;
    background-color: #CFD8DC;
}



* {
  padding: 0;
  margin: 0;
}



div {
  color: #727272;
  text-align: center;
}


p::before {
  content: attr(data-item);
  transition: all 1s ease-in-out;
  color: white;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  overflow: hidden;
font-family: Futura, "Trebuchet MS", Arial, sans-serif;
}
p:hover::before {
  width: 100%;
}

nav .menuItems li {
  margin: 50px;
}


nav .menuItems li a:hover::before {
  width: 100%;
  transition: all 0.5s ease-in-out;
}


/* Popup box BEGIN */

.popupCloseButton {
    background-color: #fff;
    border: black;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: Futura, "Trebuchet MS", Arial, sans-serif;
    position: absolute;
    font-size: 1,25rem
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton:hover {
    background-color: #ccc;
}
.trigger_popup_fricc {
cursor: pointer;
position: absolute;
right: 1%;
bottom: 1%;
z-index: 5;
font-size: 20px;
    display: inline-block;
    font-weight: bold;

}

.p1 {
  margin: 16px;
  font-size: 500px;
  color: black;
  text-transform: uppercase;
  font-weight: 600;
  font-weight: bold;
  transition: all 1s ease-in-out;
  position: relative;
font-family: Futura, "Trebuchet MS", Arial, sans-serif;

}

.corps {
  margin: 16px;
  font-size: 300px;
  color: black;
  text-transform: uppercase;
  font-weight: 600;
  font-weight: bold;
  transition: all 1s ease-in-out;
  position: relative;
font-family: Futura, "Trebuchet MS", Arial, sans-serif;

}

