@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');
body,html{
    margin:0px;
    padding: 0px;
    font-family: 'Raleway', sans-serif, 'Helvetica', 'Arial', sans-serif;
    font-size: 18px;
	color:#000;
    width:100%;
    height:100%;

}
* {
	box-sizing: border-box;
  }
.clear{
    clear:both;
    width:100%;
}
.spacer{
    clear:both;
    width:100%;
	height:20px;
}

.pointerlink{
	cursor:pointer;
}

.legend{
    font-size:14px;
}

.legend{
    font-size:14px;
}
.italic{
    font-style: italic;
}


.show{
    display:block;
}

.hide{
    display:none;
}

.centered {
    position: absolute; /* or absolute */
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
}
.txtcenter{
    text-align: center;
}
.bg_white{
    background-color: #fff;;
}
.bg_light{
    background-color: rgb(215, 230, 228,0.3);
}

.bg_medium{
    background-color: rgba(84, 136, 129, 0.3);
}


h1,h2{
    font-size:65px;
}
h3{
    margin: 0px;
    margin-top: 10px;
}



/*BurgerMenuICO*/
/*burger icon*/
#BurgerMenu {
	float:right;
	position: absolute;
	display: inline-block;
	cursor: pointer;
	top:2px;
	right:5px;
}
  
.Bline1, .Bline2, .Bline3 {
	width: 35px;
	height: 5px;
	background-color: #000;
	margin: 6px 0;
	transition: 0.4s;
  }
  .Bline2{
	width: 20px;
  }
 .Btransform .Bline1 {
	-webkit-transform: rotate(-45deg) translate(-9px, 6px);
	transform: rotate(-45deg) translate(-9px, 6px);
  }
  
 .Btransform .Bline2 {opacity: 0;}
  
 .Btransform .Bline3 {
	-webkit-transform: rotate(45deg) translate(-8px, -8px);
	transform: rotate(45deg) translate(-8px, -8px);
  }
/*burger icon*/

/* Block Menu*/
#menu{
    position: fixed;
    top: 60px;
    right: 0px;
    background-color: #ffffff;
    z-index: 1000;
    border: 1px solid #ccc;
    padding: 20px;

	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
    z-index:1001;
	
}
#menu a{
	color:#000000;
	text-decoration:none;
}

#menu div{
	width: 100%;
    padding-top: 10px;
	padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

/*/BurgerMenuICO*/
.border{
    border:1px solid #ccc;
}





/* dessins bureau*/
#mapbureau{
    display: none;
    position: absolute;
    width:50%;
    height: 70%;
}

#PlanArchi, #PlanDisposition{
    width: 100%;
    height: 100%;
    position: absolute;
}
#mapbureau_piece1{
    position: relative;
    top:0px;
    left:0px;
    width:100%;
    height: 50%;
    background-color: #ccc;

}
#mapbureau_piece2{
    position: relative;
    bottom:0px;
    left:0px;
    width:100%;
    height: 50%;
    background-color: rgb(78, 74, 74);

}
#cloison1{
    position: relative;
    bottom:50%;
    left:0px;
    width:60%;
    height: 20px;
    background-color:#000;
    z-index:100;
}

#cloison2{
    position: absolute;
    top: 0px;
    left: 75%;
    width: 20px;
    height: 100%;
    background-color: #000;
    z-index:100;
}

#cloison3{
    position: absolute;
    top: 75%;
    right: 20%;
    width: 20px;
    height: 30%;
    background-color: #000;
    z-index: 100;
}



#Espace1{
    position: absolute;
    top: 0;
    width: 75%;
    height: 50%;
    background-color: #fff;

}
#Espace2{
    position: absolute;
    top: 50%;
    width: 75%;
    height: 50%;
    background-color: #fff;

}
#WC{
    position: absolute;
    top: 50%;
    left:75%;
    width: 25%;
    height: 40%;
    background-color: #f7f7f7;
    padding: 5%;
    text-align: center;
    border-top:2px solid #000;

}
#PorteWC{
    position: absolute;
    top: 50%;
    left: 75%;
    width: 20px;
    height: 15%;
    background-color: #fff;
    z-index: 100;
}



.desk{
    width:15%;
    height: 10%;
    border:1px solid #ccc;
    z-index:101;
    text-align:center;
    padding-top:3%;
}

#desk1{
    width:10%;
    top:3%;
    left: 5%;
    position: absolute;
    transform: rotate(90deg);
}

#desk2{
    width: 10%;
    top: 16%;
    left: 5%;
    position: absolute;
    transform: rotate(270deg);
}

#desk3{
    top:40%;
    left: 40%;
    position: absolute;
}
#desk4{
    bottom:0;
    left: 10px;
    position: absolute;
}

#bar{
    bottom: 35%;
    left: 10px;
    position: absolute;
    width: 30%;
}

#cafe{
    top: 0%;
    right: 25%;
    position: absolute;
}


#head{
    position: fixed;
    top:0;
    width: 100%;
    height: 60px;
    background-color: #cbf8f3;
    border-bottom:1px solid #ccc;
    padding:5px;
    z-index:1000;
}
#head img {
    max-height: 100%;
}
#head_logo{
    float:left;
}

#head_menu{
    width:100px;
    position: absolute;
   
    right: 5px;
}

#footer{
    position: relative;
    width: 100%;
    height: 60px;
    padding:20px;

    font-size:14px;

    border-top:2px solid #cbf8f3;
    margin-top:120px;
    margin-bottom:20px;
    z-index:10000;
}
#footer a{
    text-decoration:none;
    color:#000;
}
/*Grid*/
.container {
    display: grid; 
    grid-template-columns: 1fr 1fr 1fr 1fr; 
    grid-template-rows: 1fr; 
    gap: 0px 0px; 
    grid-template-areas: 
      ". Content-Center Content-Center ."; 
  }
  .Content-Center { 
    grid-area: Content-Center; 

    position: relative;
}


/*4 par 2*/

.container-42 {
    display: grid; 
    grid-template-columns: 1fr 1fr 1fr 1fr; 
    grid-template-rows: 1fr 1fr; 
    gap: 0px 0px; 
    grid-template-areas: 
      "zone1 zone3 zone5 zone7"
      "zone2 zone4 zone6 zone8"; 
  }
  .zone1 { grid-area: zone1; }
  .zone2 { grid-area: zone2; }
  .zone3 { grid-area: zone3; }
  .zone4 { grid-area: zone4; }
  .zone5 { grid-area: zone5; }
  .zone6 { grid-area: zone6; }
  .zone7 { grid-area: zone7; }
  .zone8 { grid-area: zone8; }

 .container-42 img{
    max-width: 50%;
 } 
 .container-42 div{
    padding:10px;
 } 
 /* /grid*/   

 .padding10{
    padding:10px;
 }
 .padding20{
    padding:20px;
 }
 .border-radius{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
 }

 .bulle {
    background-color: #cbf8f3;
    border: none;
    color: #000000;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    margin: 4px 2px;
  }

.bulle3 {
    border-radius: 8px;
}

.ActionBTN{
    background-color: #1fc700;
    border: none;
    border-radius: 50px;
    text-decoration: none;
    width: 140px;
    height: 80px;
    font-size: 20px;
    color: #ffffff;
}
.ActionBTN:hover {
    transform: scale(1.3); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  }

.formBTN{
    height: 30px;
    background-color: #ffffff;
    border:1px solid #7d452c;
    padding:5px;
    font-size:14px;
}

.LinkBTN{
    background-color: #cbf8f3;
    border: none;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    text-decoration: none;
    width: 140px;
    height: 80px;
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    padding:10px;
}

section {
    width:100%;
    padding:50px;
}

.full-page{
    height:100%
}

.page{
    min-height:75%
}

.float_left{
    float:left;
    width:50%;
}
.float_right{
    float:right;
    width:50%;
    text-align:right;
}
.float_left_simple{
    float:left;
}

.step-container{
    display: flex;
}
.flex{
    flex-grow: 1;
    margin:auto;
}
.flex-btn-width{
    max-width: 55px;
    margin-right:10px;
}


.TXTFrame{
    position: absolute;
    width:500px;
    height: 350px;

    position: absolute;
    width: 425px;
    height: 370px;
    z-index: 10;
    background-color: rgb(255 255 255 / 30%);
}


.PhotoFrame{
    position: absolute;
    width:500px;
    height: 350px;
    border:1px solid #333;
    border:none;
    right: 0px;
    z-index:9;
}
.PhotoFrame img{
    max-width: 100%;
}

/* effets*/

.reveal{
    transform: translateY(150px);
    opacity: 0;
    transition: 1s all ease;
  }
  
  .reveal.active{
    transform: translateY(0);
    opacity: 1;
  }

  .reveal-x{
    transform: translateX(150px);
    opacity: 0;
    transition: 1s all ease;
  }
  
  .reveal-x.active{
    transform: translateX(0);
    opacity: 1;
  }


/* frames */


#frame1{
    background-color: #cbf8f3;
    text-align:center;
}

#frame1 img{
    max-width: 100%;
}

#Frame1Arrow{

    position: absolute;
    width: 100%;
}

#frame1 a {
    padding-top: 70px;
  }
  #frame1 a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb05 1.5s infinite;
    animation: sdb05 1.5s infinite;
    box-sizing: border-box;
  }
  @-webkit-keyframes sdb05 {
    0% {
      -webkit-transform: rotate(-45deg) translate(0, 0);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      -webkit-transform: rotate(-45deg) translate(-20px, 20px);
      opacity: 0;
    }
  }
  @keyframes sdb05 {
    0% {
      transform: rotate(-45deg) translate(0, 0);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      transform: rotate(-45deg) translate(-20px, 20px);
      opacity: 0;
    }
  }
  
#frame1_tampon{
    position: absolute;
    right: 0;
    top: 75px;

    background-color: transparent;
    border: none;
    color: #000000;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    margin: 4px 2px;

    border:5px solid #cf4f4f;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    color:#cf4f4f;
    font-size:50px;

    transform: rotate(-315deg) translate(-20px, 20px);
    display: none;

}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    }
    @-webkit-keyframes zoomIn {
    0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
    }
    50% {
    opacity: 1;
    }
    }
    @keyframes zoomIn {
    0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
    }
    50% {
    opacity: 1;
    }
} 


#frame2{
    background-color: #ffffff;
}

#frame3{
    background-image: url("images/frame3.jpg");
    background-color: #f5f0f0;

    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */

}

#frame4{
    background-color: #cbf8f3;
}
#frame5{
    background-color: #ffffff;
}
#frame6{
    background-color: #f5f0f0;
    padding:unset;
    height: 50%;
    position: relative;
}
#frame6 iframe{
    width:100%;
    height: 100%;
    position: relative;
}

#frame_layer{
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0px;
   left: 0px;
   background-color: ;
}

#contact_bloc{
    color:#000000;
    background-color: rgb(215, 230, 228,0.7);
    padding:10px;
    text-align:center;
}
#contact_form{
    text-align:left;
    display: flow-root;
}
#contact_form input[type=text],#contact_form input[type=email]{
    width:95%;
    height:30px;
    border:1px solid #ccc;
    background-color:#fff;
    font-size:14px;
}

#contact_form textarea{
    width:95%;
    height:90%;
    border:1px solid #ccc;
    background-color:#fff;
    font-size:14px;
}

#contact_form input[type=submit]{
    width:150px;
    height:30px;
    border:1px solid #ccc;
    background-color:#fff;
    font-size:14px;
}

/*Modal IMG*/
#ModalIMG {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
  }
  
  /*#ModalIMG:hover {opacity: 0.9;}*/
  
  /* The Modal (background) */
  .ModalIMG {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(255,255,255); /* Fallback color */
    background-color: rgba(255,255,255,1); /* Black w/ opacity */
  }
  
  /* Modal Content (Image) */
  .ModalIMG-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
  }
  
  /* ModalIMG_caption of Modal Image (Image Text) - Same Width as the Image */
  #ModalIMG_caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #000000;
    padding: 10px 0;
    height: 150px;
  }
  
  /* Add Animation - Zoom in the Modal */
  .ModalIMG-content, #ModalIMG_caption {
    animation-name: imgzoom;
    animation-duration: 0.6s;
  }
  
  @keyframes imgzoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
  }
  
  /* The ModalIMG_close Button */
  .ModalIMG_close {
    position: absolute;
    top: 60px;
    right: 35px;
    color: #333333;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }
  
  .ModalIMG_close:hover,
  .ModalIMG_close:focus {
    color: #cccccc;
    text-decoration: none;
    cursor: pointer;
  }
  
  /* 100% Image Width on Smaller Screens */
  @media only screen and (max-width: 700px){
    .ModalIMG-content {
      width: 100%;
    }
  }

/* /Modal IMG*/


@media screen and (max-width: 885px) {
    body,html{
        font-size:14px;
    }
    h1,h2{
        font-size:48px;
    }
    .page,.container{
        display: block;
        width: 100%;
    }

    .TXTFrame,.PhotoFrame {
        max-width: 100%;
        position: relative;
        display: inline-block;
    }
    .container-42 {
        display: grid; 
        grid-template-columns: 1fr 1fr; 
        grid-template-rows: 1fr 1fr 1fr 1fr; 
        gap: 0px 0px; 
        grid-template-areas: 
          "zone1 zone2"
          "zone3 zone4"
          "zone5 zone6"
          "zone7 zone8"; 
      }

    .float_left{
        float:unset;
        width: 100%;
    }
    section{
        padding:15px;
    }
      #frame5 h2{
        font-size:32px;
      }

      #mapbureau{
        width:100%;
        height: 40%;
      }
      .desk{
        font-size:10px;
      }

      #frame1_tampon{
        font-size: 14px;
        top: 25px;
        right: -15px;


      }


    #footer{
        position: relative;
        width: 100%;
        height: 60px;
        padding:20px;
    
        font-size:11px;
        text-align:center;
    
        border-top:2px solid #cbf8f3;
        margin-top:400px;
        margin-bottom:210px;
    }

    #footer .float_left{
        width:100%;
        text-align:center;
    }

    #footer .float_right{
        border-top:1px solid #cbf8f3;
        width:100%;
        text-align:center;

    }

}


