/* COMMONS */

*:not(i, .icon) {
    font-family: 'Montserrat', serif !important;
}
html {
    --color-yellow: #ffcd35;
    --color-darkblue: #082e55;
    --color-darkerblue: #06203b;
    --color-blue: #2e73ff;
    --color-blue-2: #007ac0;
}
.has-font-roboto {
    font-family: 'Roboto', serif !important;
}
h1, h2, h3, h4, h5, h6, h7 {
    color: var(--color-darkblue);
}
.has-text-grey { /* surcharge de bulma */
    color: #9a9a9a !important;
}
.has-text-darkblue {
    color: var(--color-darkblue);
}
a.has-text-darkblue:hover {
    color: var(--color-yellow);
}
a.anchors {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}
.letter-spaced {
    letter-spacing: 3px;
}
.break-space {
    white-space: break-spaces;
}
@media screen and (max-width: 768px) {
    .container.is-max-desktop {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
.bg-blue {
   background-color: var(--color-blue);
}
.bg-darkblue {
   background-color: var(--color-darkblue);
}
.container.full {
    max-width: 100% !important;
}
.columns, .tile.is-ancestor {
    margin-left: 0!important;
    margin-right: 0!important;
}

/* BUTTONS */

.button {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    border-color: #ffffff;
    color: #082e55;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 1.5rem 2rem;
    border-radius: 0;
}
.button:hover {
    background-color: var(--color-yellow);
    border-color: var(--color-yellow);
}
.button.is-yellow {
    background-color: var(--color-yellow);
    border-color: var(--color-yellow);
    color: var(--color-darkblue);
}
.button.is-yellow:hover {
    background-color: #fff;
    border-color: #fff;
}
.button.is-rounded {
    border-radius: 30px;
    letter-spacing: 3px;
}
.button.is-hover-blue:hover {
    background-color: var(--color-darkblue);
    border-color: var(--color-darkblue);
    color: #fff;
}

/* HEADER */

header .navbar {
    border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
}
header .navbar .navbar-start {
    margin: 0 auto;
}
header .navbar-item {
    text-transform: uppercase;
    color: var(--color-darkblue);
    font-size: 0.85rem;
}
header .navbar-item:hover, header .navbar-item:focus {
    background-color: transparent;
    color: var(--color-darkblue);
    font-weight: 700;
}
header .navbar-item.has-dropdown:hover .navbar-link {
    background-color: transparent;
}
header .navbar-menu.is-active {
    background-color: transparent;
}
header .navbar-menu.is-active > div {
    background-color: rgba(255,255,255, 0.3);
}
header .navbar-link:not(.is-arrowless)::after {
    border-color: #7a329a;
}

.confort {
    max-height: 150px;
    width: auto;
}
@media screen and (max-width: 768px) {
    .confort {
        max-height: 50px;
        width: auto;
    }
}
@media screen and (max-width: 1024px) {
    .confort {
        max-height: 125px;
        width: auto;
    }
}

@media screen and (min-width: 1024px) {
    .navbar-dropdown a.navbar-item {
        padding: 0.5rem 1.5rem !important;
    }
    header .navbar-item.is-hoverable:hover .navbar-dropdown {
        background-color: rgba(255,255,255, 0.3);
        border-top: 0;
    }
}
@media screen and (max-width: 768px) {
    header a.navbar-item:hover, header a.navbar-item:focus {
        background-color: rgba(255,255,255, 0.2);
    }
}

/* FOOTER */

footer.footer {
    background-color: var(--color-darkblue) !important;
    text-transform: uppercase;
    padding: 0;
}
footer .footer-links {
    padding: 3rem;
}
footer a {
    color: #ffffff;
    font-size: 0.8rem;
}

footer a:hover {
    color: var(--color-yellow);
}

footer .column ul {
    list-style: none;
    margin-left: 0;
}
footer .copyright {
    background-color: var(--color-darkerblue);
    color: #2672c0;
}

/* ACCUEIL */

.accueil header .navbar {
    background-color: #fdb1e5;
}
.accueil .img-background {
    background-image: url('../images/accueil_bg.jpg');
    background-color: #fdb0e7;
    background-size: cover;
    background-position: left bottom;
    background-repeat: no-repeat;
}
.accueil .service {
    background-image: linear-gradient(5deg, #1e3c72 0%, #2a5298 100%);
    background-image: -moz-linear-gradient(5deg, #1e3c72 0%, #2a5298 100%);
    background-image: -webkit-linear-gradient(5deg, #1e3c72 0%, #2a5298 100%);
    background-image: -ms-linear-gradient(5deg, #1e3c72 0%, #2a5298 100%);
}
.accueil .service .pmr {
    width: fit-content;
    margin: 0 auto;
}
.accueil .hotels img {
    width: 100%;
    height: 100%;
 }
.accueil .hotels .tile.is-vertical>.tile.is-child:not(:last-child) {
    margin-bottom: 0.5rem!important;
}
.accueil .tile.is-ancestor:not(:last-child) {
    margin-bottom: 0.25rem;
}
.accueil .hotels .tile.is-parent {
    padding: 0.25rem;
}
.accueil .hotels .button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    white-space: normal;
    line-height: 1rem;
    font-size: 0.9rem;
}
.accueil .reclamation {
    background-image: linear-gradient(5deg, #e8dce9 0%, #fbcdf1 100%);
    background-image: -moz-linear-gradient(5deg, #e8dce9 0%, #fbcdf1 100%);
    background-image: -webkit-linear-gradient(5deg, #e8dce9 0%, #fbcdf1 100%);
    background-image: -ms-linear-gradient(5deg, #e8dce9 0%, #fbcdf1 100%);
}
@media screen and (max-width: 768px) {
    .accueil .img-background {
        background-image: url('../images/accueil_bg_768.jpg');
    }
    .accueil .hero-body {
        padding-bottom: 7rem;
    }
    .accueil .cta .button {
        margin-bottom: 0.75rem !important;
        font-size: 0.75rem;
        width: 75%;
    }
    .accueil .hero-body .is-size-1 {
        padding-bottom: 0 !important;
    }
    .accueil .hotels .tile.is-6-mobile .is-child{
        width: 50%;
        height: fit-content;
        margin-bottom: 0 !important;
    }
    .accueil .hotels .tile.is-6-mobile{
        flex-direction: row;
    }
    .accueil .hotels .tile.is-parent{
        display: flex;
    }
    .accueil .hotels .tile.is-6-mobile .is-child:first-child{
        padding-right: 0.1rem;
    }
    .accueil .hotels .tile.is-6-mobile .is-child:last-child{
        padding-left: 0.1rem;
    }
    .accueil .hotels .tile.is-6-mobile .is-child .button{
        font-size: 0.6rem;
        letter-spacing: 3px;
        white-space: normal;
        width: 80%;
    }
    .accueil .hotels .tile.is-parent{
        padding: 0.1rem 0;
    }
    .accueil .hotels .tile.is-vertical>.tile.is-child:not(:last-child) {
        margin-bottom: 0 !important;
    }
    .accueil .hotels img {
        height: auto;
    }
}
@media screen and (min-width: 769px) {
    .hero.is-medium .hero-body {
        padding: 3rem 5rem 20rem 5rem;
    }
}

/* LE GROUPE */

.groupe header .navbar {
    background-color: #b1eafc;
}
.groupe .titre {
    background-image: linear-gradient(90deg, #91c6ff 0%, #b1eafc 100%);
    background-image: -moz-linear-gradient(90deg, #91c6ff 0%, #b1eafc 100%);
    background-image: -webkit-linear-gradient(90deg, #91c6ff 0%, #b1eafc 100%);
    background-image: -ms-linear-gradient(90deg, #91c6ff 0%, #b1eafc 100%);
}
.groupe .specialiste {
    background-image: -moz-linear-gradient( 90deg, #ffd2fd 0%, #ffd1c7 100%);
    background-image: -webkit-linear-gradient( 90deg, #ffd2fd 0%, #ffd1c7 100%);
    background-image: -ms-linear-gradient( 90deg, #ffd2fd 0%, #ffd1c7 100%);
}
.groupe .column {
    padding-left: 0;
    padding-right: 0;
}
.groupe .columns.societe .column {
    padding-bottom: 0;
}
@media screen and (max-width: 768px) {
    .groupe .columns.priorites {
        display: flex;
        flex-direction: column-reverse;
    }
    .groupe .column.is-8 {
        padding-left: 4rem;
        padding-right: 4rem;
        padding-bottom: 3rem !important;
    }
}

/* CONTACT */
.contact .titre {
    background-image: linear-gradient(90deg, #91c6ff 0%, #b1eafc 100%);
    background-image: -moz-linear-gradient(90deg, #91c6ff 0%, #b1eafc 100%);
    background-image: -webkit-linear-gradient(90deg, #91c6ff 0%, #b1eafc 100%);
    background-image: -ms-linear-gradient(90deg, #91c6ff 0%, #b1eafc 100%);
}
.contact header .navbar {
    background-color: #b1eafc;
}
.contact .choix .button {
    width: 100%;
    font-size: 0.8rem;
}

.contact form input[type="radio"] {
    display: none;
}

.contact form input[type="radio"]:checked + label {
    background-color: var(--color-yellow);
    border-color: var(--color-yellow);
}

/* NOS NAVETTES */
.nos-navettes header .navbar {
    background-color: #fad0c6;
}
.nos-navettes .titre {
    background-image: linear-gradient(90deg, #ffd1fc 0%, #fad0c6 100%);
    background-image: -moz-linear-gradient(90deg, #ffd1fc 0%, #fad0c6 100%);
    background-image: -webkit-linear-gradient(90deg, #ffd1fc 0%, #fad0c6 100%);
    background-image: -ms-linear-gradient(90deg, #ffd1fc 0%, #fad0c6 100%);
}
.nos-navettes .pmr {
    width: fit-content;
    margin: 0 auto;
}

/* SUIVI TEMPS REEL */
.suivi header .navbar {
    background-color: #fbb8a0;
}
.suivi .titre {
    background-image: linear-gradient(90deg, #ffe8ce 0%, #fbb8a0 100%);
    background-image: -moz-linear-gradient(90deg, #ffe8ce 0%, #fbb8a0 100%);
    background-image: -webkit-linear-gradient(90deg, #ffe8ce 0%, #fbb8a0 100%);
    background-image: -ms-linear-gradient(90deg, #ffe8ce 0%, #fbb8a0 100%);
}
.suivi .map {
    height: 30rem;
}
.suivi .hotels .column:first-child {
    /*padding-left: 0 !important;*/
}
.suivi .hotels .column:last-child {
    /*padding-right: 0 !important;*/
}
.suivi .hotels .box {
    padding: 0 !important;
}
.suivi .hotels .bg {
    position: relative;
}
.suivi .hotels .bg .bg-logo {
    background-color: white;
    width: 100%;
    height: 100%;
    clip-path: circle(35% at center);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.suivi .hotels .bg .logo {
    position: absolute;
    left: 30%;
    right: 30%;
    bottom: 50%;
    transform: translateY(50%);
    width: 40%;
}
.suivi .hotels .bg > img:first-child {
    width: 100%;
}
.suivi .hotels .block {
    padding: 1.5rem;
}
.suivi .hotels .button {
    font-size: 0.75rem;
}
.suivi .hotels h3 {
    color: var(--color-blue-2) !important;
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
    .suivi .hotels .wrapper > .column {
        padding: 1rem !important;
    }
}
@media screen and (max-width: 1023px) {
    .suivi .hotels .wrapper > .column {
        display: flex;
        flex-direction: column-reverse;
    }
    .suivi .hotels .column.is-offset-3-mobile {
        padding-top: 0.5rem;
    }
    .suivi .hotels .button {
        font-size: 0.5rem;
        width: 100%;
        white-space: normal;
    }
    .suivi .hotels .block {
        padding: 0.5rem 0.5rem 1rem 0.5rem !important;
    }
    .suivi .hotels .py-4 {
        padding-bottom: 0.5rem !important;
        padding-top: 0.5rem !important;
    }
}

/* PROCHAINS PASSAGES */
.prochains-passages header .navbar {
    background-color: #fbb8a0;
}
.prochains-passages .h2{
    color: var(--color-darkblue);
}
.prochains-passages .confort {
    max-height: 150px;
    width: auto;
}
@media screen and (max-width: 768px) {
    .prochains-passages .confort {
        max-height: 75px;
        width: auto;
   }
}
@media screen and (max-width: 1024px) {
    .prochains-passages .confort {
        max-height: 125px;
        width: auto;
    }
}

.prochains-passages .titre {
    background-image: linear-gradient(90deg, #ffe8ce 0%, #fbb8a0 100%);
    background-image: -moz-linear-gradient(90deg, #ffe8ce 0%, #fbb8a0 100%);
    background-image: -webkit-linear-gradient(90deg, #ffe8ce 0%, #fbb8a0 100%);
    background-image: -ms-linear-gradient(90deg, #ffe8ce 0%, #fbb8a0 100%);
}
.prochains-passages .tab {
    border: 1px solid var(--color-darkblue);
}
.prochains-passages .horaires {
    border-top: 1px solid var(--color-darkblue);
}
.prochains-passages #prochainPassage {
    color: #9000fe;
    font-size: 5rem;
}
.prochains-passages .bg img:first-child {
    width: 100%;
}
.prochains-passages .bg .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 40%;
}
.prochains-passages .bg-white {
    background-color: white;
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    clip-path: circle(32% at center);
}

/* 404 */
.not-found header .navbar {
    background-color: #b1eafc;
}
.not-found .hero {
    background-image: linear-gradient(90deg, #91c5ff 0%, #b1eafc 100%);
    background-image: -moz-linear-gradient(90deg, #91c5ff 0%, #b1eafc 100%);
    background-image: -webkit-linear-gradient(90deg, #91c5ff 0%, #b1eafc 100%);
    background-image: -ms-linear-gradient(90deg, #91c5ff 0%, #b1eafc 100%);
}

/* MENTIONS LEGALES*/
.mentions-legales header .navbar {
    background-color: #b1eafc;
}
.mentions-legales p {
    padding: 1rem 0;
}
.mentions-legales h2 {
    font-size: 1.2rem;
    text-transform: uppercase;
    margin-top: 2rem;
    font-weight: 400;
}