:root{
    --fond-content: rgba(255, 255, 255, 0.40);
    --eclairage: 0px 0px 100px #ffffff;
    --violet: #BFBAE8;
    --bleu: #323B59;
}

*{
    box-sizing: border-box;
}

body{
    font-family: Georgia, Helvetica, sans-serif;
    font-size: 14pt;

    background: url('../images/route2.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;

    background-position: top!important;
}

ul{
    /*padding-inline-start: 0px;*/
}
.tel{
        font-family: Geneva, Arial, Helvetica, sans-serif;
        font-size: 24px!important;
    }

#page{
    max-width: 900px;
    margin: auto;
}

header{
    text-align: center;
}

nav{

    z-index: 20;
    position:fixed;
    left: 10px;
    top: 200px;
}

#Marie_Marcy{
    position:fixed;
    right: 120px;
    top: 50px;
}

#Marie_Marcy img{
    width: 290px;
}

h1{
  font-size: 3em;
  word-spacing: 20px;
  margin-bottom: 10px;
}

.sub-titleh1 {
    font-weight: bold;
    font-size: 2em;
}

h3{
    text-align: center;
}

.sub-title{
    font-size: 20px;
    line-height: 20px;
}

.letter-space{
    letter-spacing: 5px;
}

.btn-menu {
    position: relative;
    font-weight: bold;
    margin: 10px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    display: block;
    width: 128px;
    height: 50px;
    color: #000000;
    line-height: 50px;
    border-radius: 3px;

    background-color: rgba(255, 255, 255, 0.90);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);

    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.btn-menu span {
    font-size: 16px;
    display: inline;
    width: 120px;
    line-height: 1.2;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
}

.active,  .btn-menu:hover{
    background-color: #BFBAE8;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    color: #393971;
}

header{
    background-color: var(--fond-content);
    /*box-shadow: var(--eclairage);*/
    padding: 20px;
    border-radius: 20px;
    margin:20px;


}

#content{
    background-color: var(--fond-content);
    /*box-shadow: var(--eclairage);*/
    padding: 20px;
    border-radius: 20px;
    margin:20px;
}

footer{
    background-color: var(--fond-content);
    /*box-shadow: var(--eclairage);*/
    padding: 20px;
    border-radius: 20px;
    margin:20px;
}

.align-right{
    text-align: right;
}

table {
    border-collapse: collapse;
    margin: 20px;
    width: calc(100% - 20px);
    box-sizing: border-box;
}

table, th, td {
    border: 2px solid var(--bleu);
}

td{
    padding: 10px;
}

.hide {
    display: block;
    visibility: visible;
}

#mobile-nav{
    display: none;
}

a{
    color: black;
}



@media screen and (max-width: 1199px) {

    nav{
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
    }

    .btn-menu{
        margin: 0;
        width: 100%;
        z-index: 1;
    }

    #mobile-nav{
        display:block;
        height: 50px;
        background-color: white;
        padding:15px;
        color: black;
        font-weight: bold;
        z-index: 2;

        box-shadow: var(--eclairage);
    }

    #mobile-nav span{
        position: fixed;
        right: 5px;
        top: 5px;
        border: 1px solid black;
        border-radius: 4px;
        padding: 6px 10px;
        font-size: 20px;
        color: black;
    }

    .hide {
        transform: translatey(-500px) translatex(500px) scale(0.1);
        visibility: hidden;
        opacity: 0;
    }

    .show {
        transform: translatey(0px);
        display: block;
        visibility: visible;
        opacity: 1;
    }

    #links-nav{
        transition: 0.5s all;
        z-index: 1;
    }

    body{
        padding-top: 50px;
    }


}




@media screen and (max-width: 1000px) {


    body{


        background: url('../images/routemobile.jpg');
        background-size: cover;
        background-position: bottom!important;
        background-attachment: fixed;




    }

    body:before{
        content: "";
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -10;
        background: url('../images/route2.jpg') no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    header{

        margin: 20px 5px 20px 5px;


    }

    #content{

        margin:5px;
    }

    footer{

        margin:5px;
    }

    #Marie_Marcy {
        position:absolute;
        right: 0px;
        top: 70px;
        z-index: 0;

    }

    #Marie_Marcy img{
        width: 130px;

    }
}

@media screen and (max-width: 1390px){
    /*#Marie_Marcy{
        position:fixed;
        right: 60px;
        top: 100px;
    }

    #Marie_Marcy img{
        width: 230px;
        }*/
    }

    @media screen and (min-width: 1000px) and (max-width: 1200px){

        #Marie_Marcy img{
            width: 200px!important;
        }

        #Marie_Marcy {
            position: fixed!important;
            right: 20px!important;
            top: 120px!important;
        }

    }

    @media screen and (min-width: 1500px){

    

        #Marie_Marcy {
            right: calc( ((100vw - 900px)/2) - 100px )!important;
        }

    }