/*
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: 100%;
    overflow:auto;
}
/*-----------------------------------------------------------*/

/*this is the div body*/
div.body{
    height: fit-content;
    /*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 )   ;*/ 
    background: rgba(255, 255, 255,.95)   ;
    overflow: hidden;
}

.index_img
{
    display: block;
    width:fit-content;
    margin: 0 auto;
    position: relative;
    align-items: center;
    top:-30px;
}

.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;
    top:-30px;
    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;
    top:-10px; 
}
.index_img_1{
    display: inline-block;
    margin: 0 auto;
    vertical-align:  central;
}
.g_map
{
    display: flex;
    flex-direction:  row;
    width: 100%;
    justify-content: center;
    align-content:  flex-start;
    
}
.sub_frm
{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-content:  flex-start;
}

.srv_resp
{
    display:none;
    background-color: greenyellow;
    color: red;
    width: fit-content;
    margin: 0 auto;
}
.cont_address>*{
    margin: 0px 0px;
}
@media (max-width: 768px) {
    .index_img_1{
        display: block;
        margin: 0 auto;
    }
    .Title
    {
        font-size: 30px;
        white-space: normal;
    }
    .Subtitle
    {
        font-size: 16px;
        top:0;
        white-space: normal;
    }
    .index_img
    {
        top:0px;
    }
    .address,.ouvert
    {
        font-size: 16px;
        white-space: normal;
    }
    .ouvert{
        top:0px; 
    }
    .cont_img_1
    {
        display: none;
    }
    .g_map
    {
    flex-direction: column;
    }
    .the_map
    {
        width: 300px;
        height:200px;
    }
    .cont_address{
        margin-bottom: 10px;
    }
}