﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
@media (min-width: 1200px) {
    .container {
        max-width: 100%;
    }
}

@media (max-width: 768px) { 
    .row{
        display:block;
    }

    .button-phone {
        border-radius: 55px;
        border-style: solid;
        border-color: #EC653A;
        background-color: #4458A2;
        height: 50px;
        width: 521px;
        margin-top: 10px;
        margin-left: -15px;
        padding-top: 3px;
        padding-left: 7px;
        color: white;
        cursor: pointer;
    }

    .button-home {
        width: 521px;
        padding-top: 20px;
        padding-left: 30px;
        padding-bottom: 24px;
        border-style: solid;
        border-radius: 55px;
        border-color: #4458A2;
        color: #4458A2;
        background-color: white;
        cursor: pointer;
        font-size: large;
    }

    .arrosbutton {
        height: 30px;
        margin-top: 3px;
        padding: 5px;
        border-radius: 50px;
        background-color: white;
    }

    .button-home:hover {
        border-radius: 55px;
        border-style: solid;
        border-color: #EC653A;
        background-color: #4458A2;
        width: 521px;
        padding-top: 20px;
        padding-bottom: 24px;
        color: white;
        cursor: pointer;
    }

    .button-home .paddingtop {
        padding-top: 10px;
    }

    .button-home:hover .paddingtop {
        padding-top: 0px;
    }

    .button-homeselected {
        border-radius: 55px;
        border-style: solid;
        border-color: #EC653A;
        background-color: #4458A2;
        width: 521px;
        padding-top: 20px;
        padding-bottom: 24px;
        color: white;
        cursor: pointer;
    }

    .button-phone input {
        width: 180px;
        margin-top: 7px;
        margin-right: 5px;
        background-color: transparent;
        border: none;
        color: white;
        font-size: large;
    }

    .button-phone .label {
        padding-top: 8px;
        padding-right: 5px;
        padding-left: 15px;
        font-size: medium;
    }

    .center-panel {
        padding-top: 8%;
        margin: auto;
    }
    
}

@media (min-width: 769px) {
    .button-phone {
        border-radius: 55px;
        border-style: solid;
        border-color: #EC653A;
        background-color: #4458A2;
        height: 50px;
        width: 521px;
        margin-top:10px;
        margin-left:-15px;
        padding-top: 3px;
        padding-left: 7px;
        color: white;
        cursor: pointer;
    }

    .button-home {
        width: 521px;
        padding-top: 20px;
        padding-left: 30px;
        padding-bottom: 24px;
        border-style: solid;
        border-radius: 55px;
        border-color: #4458A2;
        color: #4458A2;
        background-color: white;
        cursor: pointer;

        font-size:large;
    }

    .arrosbutton {
        height: 30px;
        margin-top: 3px;
        padding: 5px;
        border-radius: 50px;
        background-color: white;
    }

        .button-home:hover {
            border-radius: 55px;
            border-style: solid;
            border-color: #EC653A;
            background-color: #4458A2;
            width: 521px;
            padding-top: 20px;
            padding-bottom: 24px;
            color: white;
            cursor: pointer;
        }

    .button-home .paddingtop {
        padding-top: 10px;
    }

    .button-home:hover .paddingtop {
        padding-top:0px;
    }

    .button-homeselected {
        border-radius: 55px;
        border-style: solid;
        border-color: #EC653A;
        background-color: #4458A2;
        width: 521px;
        padding-top: 20px;
        padding-bottom: 24px;
        color: white;
        cursor: pointer;
    }

    .button-phone input {
        width: 180px;
        margin-top: 7px;
        margin-right: 5px;
        font-weight: bold;
        background-color: transparent;
        border: none;
        color: white;
        font-size: large;
    }

    .labelMessage {
        border-radius: 0px 0px 55px 55px;
        border-style: solid;
        border-color: #EC653A;
        background-color: #4458A2;
        font-size: medium;
        width: 331px;
        height: 20px;
        margin-left: 80px;
        margin-top: 8px;
        border-top: none;
        padding-bottom: 34px;
        padding-top: 5px;
        color: #EC653A;
    }

    .button-phone .label {
        padding-top: 8px;
        padding-right: 5px;
        padding-left:15px;
        font-size: medium;
    }

    .center-panel {
        padding-top: 8%;
        width: 1042px;
        height: 500px;
        margin: auto;
    }
}

.background-TravailMaintenant {
    background-image: url('/images/TRAVAILMAINTENANT.png');
    background-repeat: no-repeat;
    background-position: center;
}



.center-panel-rooms {
    padding-top: 5%;
    width: 1200px;
    height: 100%;
    margin: auto;
}



.button-phone .icon:hover {
    cursor: pointer;
}

.button-home .icon {
    width: 50px;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .5);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}


