@font-face {
    font-family: abcmaxisharpbold;
    src: '../fonts/ABCMaxiSharp/abcmaxisharpbold.otf';
}

@font-face {
    font-family: TheinhardtPan;
    src: '../fonts/TheinhardtPan/abcmaxisharpbold.otf';
}

@font-face {
    font-family: theinhardtpanheavy;
    src: url('/fonts/TheinhardtPan/theinhardtpanheavy.otf');
}

@font-face {
    font-family: theinhardtpanregular;
    src: url('/fonts/TheinhardtPan/theinhardtpanregular.otf');
    
}

body{
    font-family: theinhardtpanregular;   
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
    overscroll-behavior: contain;
    overscroll-behavior-y: none;
}

.header {
  position: fixed;
  top: 0;
  height: 80px;
  width: 100%;
  z-index: 11000;
  float: left;
}

.logo{
  cursor:pointer;
}

.box_intro {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65%;
}

.background-intro{
    background-color:#7d8c96;
}

.full_content_contact {
  background-color: #7d8c96;
  width: 100%;
  height: 100%;
  position: fixed;
  right:100%;
  transition: left 1s, transform 1s;
}

.full_content_contact_mobile {
  background-color: #7d8c96;
  width: 100%;
  height: 100%;
  position: fixed;
  top:-100%;
  right:0%;
  transition: down 1s, transform 1s;
  z-index: 10000;
}

.full_content_contact_display{    
    z-index: 10000;
}

.contact_box {
  min-height: 200px;
  font-family: theinhardtpanregular;  
  font-weight: bold;  
  font-size: 25px;
  line-height: 26px;
  margin: 80px auto;
}

.box_line{
    border-top:0.3px solid white;
    padding:13px 0px;
}

.box_line_text{
    font-family: theinhardtpanheavy;
}

.box_line_address{
    font-weight: normal;
}

.box_line_address a{
    color: black;
     text-decoration: none !important;
}

.company_name {
    margin: 38px;
}

.picto_plus_value{
    display:none;
}
  
.picto_plus_desktop {  
  height: 40px; 
  cursor: pointer;
  position: fixed;
  top: 17px;
  right: 6px;
}

.box_right{
  background-color: inherit;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  -webkit-background-size:cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  float:left;
  z-index: 100;
}

.box_left{
    position:relative;    
    float:left;
    z-index: 100;
    height: 100%;
    padding: 20px;
}

.cycle-slideshow img {
  height: 100%;
  width: 100%;
  cursor: pointer;
}


.cycle-prev, .cycle-next {
  position: absolute;
  top: 0;
  width: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 800;
  height: 100%;
  cursor: pointer;
}

.cycle-prev {
  left: 0;
}

.cycle-next {
    right:0;
}

.box_left_texte{
    display:none;
}

.lieu_annee_nom {
    font-family: theinhardtpanheavy;
    font-size: 19px;
    line-height: 20px;
    color: black;
}

.lieu_annee_nom_desktop {
  margin-bottom: 15px;
}
  
 .box_left_titre {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    cursor: pointer;
    font-family: theinhardtpanregular;
    font-size: 18px;
    width: 100%;
    left: 0px;
    color: black;
}

.proj_descr{
  display:none;
  text-align: justify;
  font-size: 14px;
  line-height: 17px;
  color: black;  
  padding-top: 20px;
}
  
.box_caracteristique {
  margin-top: 20px;
  border-top: 0.3px solid white;
}

.caracteristique {
  padding: 5px 0px;
  border-bottom: 0.3px solid white;
}
/*
.description_projet {
  text-align: justify;
  font-size: 14px;
  line-height: 17px;
  color: black;
  padding-top: 200px;
}

 .box_left_texte {
    position: absolute;
    bottom: 200px;
  }
  */
.fp-warning, .fp-watermark {
    display:none;
}