/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 23, 2021, 1:37:25 PM
    Author     : user
*/


/*html body*/
html, body{
    background-image: url('../site_pics/background.png');
    background-size: 1000px;
    height: 100vh;
    overflow:auto;
}
/*-----------------------------------------------------------*/

/*this is the div body*/
div.body{
    height: 100%;
    /*border: #00498f dashed 2px;*/
    background-color:transparent;
}

/*----------------------------------------*/



.body_frame
{
    display: block;
    width:90%;
    margin: 0 auto;
    /*border: red dashed 2px;*/
/*    background-color: #c57e2c;  */
    /*background: rgba(197, 126, 44,.5 )   ;*/ 
    /*-webkit-text-stroke: 2px black; /* width and color */
    background: rgba(255, 255, 255,.95)   ;
    background-image: url('../site_pics/back_2.jpg');
    background-size: contain;
    background-repeat:  no-repeat;
    background-position: left;
    overflow: hidden;
    height: 100%;
}


.Title
{
    font-family:  Andalus, Times, serif;
    font-size: 50px;
    font-weight: bolder;
    height: fit-content;
    margin: 0px;
    float:none;
    max-height: fit-content;
    white-space: nowrap;
}

.Subtitle
{
    font-family:  Andalus, Times, serif;
    font-size: 30px;
    font-weight: bolder;
    color: green;
    margin: 0px;
    position: relative;
    float:none;
    max-height: fit-content;
    white-space: nowrap;
}
.address,.ouvert{
    font-family:  Arial, Times, serif;
    font-weight: bolder;
    height: fit-content;
    margin: 0px;
    float:none;
    max-height: fit-content;
    white-space: nowrap;
}

.ouvert{
    position: relative;
}

.mySlides {display:none}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  width:fit-content;
  margin:0 auto;
  }

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade_img {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

.mySlides{
    height:fit-content;
    width:fit-content;
    margin: 0 auto;
}

.myimg{
    height:47vh;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

@media (max-width: 768px) {
    

    .Title
    {
        font-size: 30px;
        white-space: normal;
    }
    .Subtitle
    {
        font-size: 16px;
        top:0;
        white-space: normal;
    }

    .address,.ouvert
    {
        font-size: 16px;
        white-space: normal;
    }
    .ouvert{
        top:0px; 
    }
}
@media (max-width: 1000px)
{
    .body_frame
    {
        background-image: none;
    }
}