#body{
    margin: 0px;
}
body,html{height:100%}
@font-face {
    font-family: Solway;
    src: url("./police/Solway/Solway-Medium.ttf");
}
@font-face {
    font-family: Birthstone;
    src: url("./police/birthstone/Birthstone-Regular.ttf");
}
@font-face {
    font-family: Raleway;
    src: url('./police/Raleway/Raleway-VariableFont_wght.ttf');
}
.navbutton--Contact{
    background-color: #C6C6DC;
}
.formulaire_block{
    height: 60%;
    position: relative;
    margin-top: 10%;
    margin-left:20%;
    width: 25%;
    min-width: 300px;
}
.formulaire_block p{
    position: relative;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 7%;
    text-align: center;
    color: #456DC3;
}
.formulaire{
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 1%;
    display: inline-block;
}
.formulaire input{
    border-radius: 15px;
    padding-left: 5%;
    border: none;
    background-color: white;  
}
.formulaire textarea{
    border-radius: 15px;
    padding-left: 5%;
    border: none;
    background-color: white;
}
.name{
    width: 40%;
    height: 7%;
}
.telephone{
    width: 40%;
    float: right; 
    height: 7%;  
}
.email{
    width: 100%;
    margin-top: 5%;
    height: 7%;
}
.message{
    margin-top: 5%;
    width: 100%;                                                                                                                                            
    position:relative;
    height: 30%;
}
.envoyer{
    position: relative;
    margin-top: 4%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 50%;
    height: 10%;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: bold;
    transition: all 0.4s;
}
.envoyer:hover{
    background-color: lightblue;
    transform: scale(1.15);
    transition: all 0.4s;
}
.formulaire_background{
    background-color: #C6C6DC;
    width: 115%;
    height: 80%;
    position: absolute;
    z-index: -1;
    top: -5%;
    left: -6%;
    border-radius: 30px
}


.information{
    width: 90%;
    height: 20%;
    position: relative;
    display: inline-block;
    margin-top: 5%;
    margin-left: 10%
}
.information p{
    font-family: birthstone;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 1px;
}
.information div{
    display: inline-block;
    position: relative;
    vertical-align: middle; 
    margin-left: 10%;
}
.adress_block{
    width: 80%;
    height: 120%;
    margin-left: 10%
}
.adress_block h1{
    color: #456DC3;
    margin-left: 5%;
    font-size: 15px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.adress_block p{
    margin-left: 5%;
    width: fit-content;
}
.email_block{
    width: 20%;
    height: 100%;
    position: relative;
    min-width: 280px;
}
.email_block h1{
    color: #456DC3;
    margin-left: 20%;
    font-size: 15px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.email_block p{
    margin-left: 20%;
}
.phone_block{
    width: 80%;
    height: 100%;
}
.phone_block h1{
    color: #456DC3;
    margin-left: 5%;
    font-size: 15px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.phone_block p{
    margin-left: 5%;
}

.txt1{
    position: relative;
    margin-top: 4%;
    margin-left: 20%;
}
.title{
    color: #456DC3;
    font-family: Birthstone;
    font-weight: 800px;
    font-size: 50px;
    word-spacing: 6px;
}
.txt1 p{
    width: 50%;
    margin-top: -2%;
    font-family: raleway;
    font-size: large;
}

.txt2{
    position: relative;
    margin-top: 4%;
    margin-left: 20%;
}
.txt2 div{
    margin-top: -2%;
}
.txt2 p{
    font-size: 16px;
    font-family: raleway;
}

.reservechecker{
    position: relative;
    width: 100%;
    margin-top: 6%;
}
.reservechecker h1{
    color: #456DC3;
    font-family: Birthstone;
    font-weight: 800px;
    font-size: 50px;
    word-spacing: 6px;
    position: relative;
    margin-left: 20%;
}
.reservechecker div{ /*Background*/
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8%;
    margin-top: 4%;
    text-align: center;
    background-color: #C6C6DC;
    width: 30%;
    height: 100%;
    min-width: 460px;
    border-radius: 25px;
    padding-bottom: 60px;
}
.reservechecker form{
    margin-top: 5%;
    display: inline-block;
    position: relative;
    text-align: center;
}
.submitbutton{
    border-radius: 15px;
    border: none;
    background-color: white;
    height: 35px;
    width: 50%; 
    position: relative;
    margin-top: 7%;
    transition: all 0.4s;
}
.submitbutton:hover{
    background-color: skyblue;
}
.reservechecker form div{
    display: inline;
    position: relative;
    left: 10%;
    width: fit-content;
}
.reservechecker div form div{
    background-color: transparent;
}
@media screen and (max-width: 1024px){
    .formulaire_block{
        min-width: 260px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        height: 40%;
    }
    .formulaire{padding-bottom: 10%;}
    .formulaire_block p{margin-bottom:15%;}
    .formulaire_background{height: 75%;}
    .information{margin-left: 0%;}
    .information div p{
        width: max-content;
        font-size: 20px;
    }
    .information div i{scale: 0.7;}
    .information div{height: auto;}
    .email_block h1{margin-left: 5%;}
    .email_block p{margin-left: 5%;}
    .adress_block p{font-size: 18px;max-width: 300px};
    .txt1{display: none;}
    .txt1 p{width: 90%;}
    .reservechecker h1{
        font-size:40px;
        margin-left: 5%;
        width: max-content;
    }
    .reservechecker div{
        margin-top: 25%;
        padding-bottom: 10px;
        width: 60%;
        min-width: 320px;
    }
    .js_date{
        scale: 0.8;
        margin: -4%!important;
    }
    .txt2 {margin-left: 10%;}
}
@-webkit-keyframes extend {
    0% {
        width: 600px;
        height: 200px;
        border-radius: 100px;
        } 10% {
        width: 610px;
        height: 210px;
        background: #fff;
        margin-left: - 5px;
        margin-top: - 5px;
        } 20% {
        width: 600px;
        height: 200px;
        background: #6fb07f;
        margin-left: 0px;
        margin-top: 0px;
        } 100% {
        width: 200px;
        height: 200px;
        border-radius: 100px;
        margin-left: 190px;
        background: #6fb07f;
        }
    }
@keyframes extend {
    0% {
        width: 600px;
        height: 200px;
        border-radius: 100px;
        } 10% {
        width: 610px;
        height: 210px;
        background: #fff;
        margin-left: - 5px;
        margin-top: - 5px;
        } 20% {
        width: 600px;
        height: 200px;
        background: #6fb07f;
        margin-left: 0px;
        margin-top: 0px;
        } 100% {
        width: 200px;
        height: 200px;
        border-radius: 100px;
        margin-left: 190px;
        background: #6fb07f;
        }
    }
@-webkit-keyframes disappear {
    0% {
        opacity: 1;
        } 20% {
        color: #fff;
        } 100% {
        opacity: 0;
        }
    }
@keyframes disappear {
    0% {
        opacity: 1;
        } 20% {
        color: #fff;
        } 100% {
        opacity: 0;
        }
    }
@-webkit-keyframes appear {
    0% {
        opacity: 0;
        } 70% {
        opacity: 0;
        } 100% {
        opacity: 1;
        }
    }
@keyframes appear {
    0% {
        opacity: 0;
        } 70% {
        opacity: 0;
        } 100% {
        opacity: 1;
        }
    }