﻿/* 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. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* 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, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}



.iframe-preview {
    /*position: absolute;*/
    height: calc(100% - 66px);
    width: 100%;
    border: none;
    margin-top: 66px;
}

body {
    font-family: Segoe Print;
    /* Margin bottom by footer height */
    /*margin-bottom: 60px;*/
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}

.redsite-text {
    color: #ac2623;
}

.colorsite1-text {
    color: #c8e0ec;
}
.colorsite2-text {
    color: #84bcd6;
}
.colorsite3-text {
    color: #62acca;
}
.colorsite4-text {
    color: #007987;
}
.colorsite5-text {
    color: #035d67;
}
.colorsite6-text {
    color: #024A52 !important;
}
.colorsite7-text {
    color: #808080 !important;
}

.redsite-bkg {
    background-color: #ac2623;
}

.colorsite1-bkg {
    background-color: #c8e0ec;
}

.colorsite2-bkg {
    background-color: #84bcd6;
}

.colorsite3-bkg {
    background-color: #62acca;
}

.colorsite4-bkg {
    background-color: #007987;
}

.colorsite5-bkg {
    background-color: #035d67;
}
.colorsite6-bkg {
    background-color: #024A52;
}
.colorsite7-bkg {
    background-color: #808080;
}

.btn-outline-redsite {
    border: 2px solid #ac2623 !important;
    background-color: transparent !important;
    color: #ac2623 !important;
}

.btn-outline-greensite {
    border: 2px solid #024A52 !important;
    background-color: transparent !important;
    color: #024A52 !important;
}

.map-container {
    overflow: hidden;
    /*padding-bottom: 56.25%;
    position: relative;*/
    height: 0;
}

    .map-container iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }

.fiche-anchor {
    position: relative;
    top: -290px;
}

.card-up {
    overflow: hidden;
    height: 120px;
    -webkit-border-top-left-radius: .25rem;
    border-top-left-radius: .25rem;
    -webkit-border-top-right-radius: .25rem;
    border-top-right-radius: .25rem;
}

/*@-webkit-keyframes move_eye {
    from {
        background-color: #c8e0ec;
    }

    to {
        background-color: #84bcd6;
    }
}

@keyframes move_eye {
    from {
        background-color: #c8e0ec;
    }

    to {
        background-color: #84bcd6;
    }
}*/





@media(max-width:480px) {
    .autosearch {
        width: 20rem;
        border-radius: 20px;
    }
}

@media(max-width:767px) {
    .autosearch {
        width: 20rem;
        border-radius: 20px;
    }
}

@media(min-width:768px) {
    .autosearch {
        width: 35rem;
        border-radius: 20px;
    }
}

@media(min-width:992px) {
    .autosearch {
        width: 35rem;
        border-radius: 20px;
    }
}

@media(min-width:1200px) {
    .autosearch {
        width: 35rem;
        border-radius: 20px;
    }
}

.btnRdv {
    width: 53px;
    padding: 3px;
    border-radius: 2px;
    background-color: #c8e0ec;
    border: none;
    /*animation: move_eye 2s alternate infinite;
   
    animation-play-state: paused;*/
    box-shadow: 0 1px 2px 0 #62acca,0 1px 2px 0 #84bcd6;
    color: #024A52;
    font-weight: bold;
}

    .btnRdv:hover {
        width: 53px;
        padding: 3px;
        border-radius: 2px;
        background-color: #84bcd6;
        border: none;
        box-shadow: 0 1px 2px 0 #62acca,0 1px 2px 0 #84bcd6;
        color: #024A52;
        font-weight: bold;
        /*animation-play-state: running;*/
    }

.btnRdvRed {
    width: 53px;
    padding: 3px;
    border-radius: 2px;
    background-color: #df0000;
    border: none;
    /*animation: move_eye 2s alternate infinite;
   
    animation-play-state: paused;*/
    box-shadow: 0 1px 2px 0 #ef0000, 0 1px 2px 0 #ef0000;
    color: white;
    font-weight: bold;
}

    .btnRdvRed:hover {
        width: 53px;
        padding: 3px;
        border-radius: 2px;
        background-color: #df0000;
        border: none;
        box-shadow: 0 1px 2px 0 #ef0000, 0 1px 2px 0 #ef0000;
        color: white;
        font-weight: bold;
        /*animation-play-state: running;*/
    }

.btnRdvdisable {
    width: 53px;
    padding: 3px;
    border-radius: 2px;
    background-color: transparent;
    border: none;
    /*box-shadow: 0 1px 2px 0 #62acca,0 1px 2px 0 #84bcd6;*/
    color: #c8e0ec;
    font-weight: 900;
    font-size: larger;
}
.testimonial-card:hover {
    box-shadow: 0 2px 5px 0 #035d67,0 2px 10px 0 #035d67;
}

.testimonial-card p:hover {
    color: #c8e0ec;
}