.transition { transition:all .25s ease; }
.montserra { font-family: 'Montserrat'}
.roboto { font-family: 'Roboto';}

.btn-admin { color:#333; opacity:.25;}
.btn-admin:hover { opacity:1}

.text-blue { color: #59c9ed; }
.bg-red { background-color: #be1622; }
.text-red { color: #be1622; }
.bg-vert { background-color: #3fc359; }
.text-vert { color: #00aa88 }

.img img { position:relative; top:-30px }

.vertical-line-dot { background: url('/assets/img/linedot-vertical.png') repeat-y center; }
.body { padding-top:96px; }

.w-33-desktop { width: 33%; }
.w-50-desktop { width: 50%; }
.w-66-desktop { width: 66%; }
.w-75-desktop { width: 75%; }
.w-100-desktop { width: 100%; }

h1, div.Play h1, div.Play h2, div.Play h3, div.Play h4 {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: inherit;
}
a { text-decoration: none; }
a.a-dark { color: #000; }
.colonne-map { }

.mobile { display: none}
.desktop {display:block;}
@media only screen and (max-width:1100px) 
{
    .carousel-item  img { width:300%!important; position:relative; }
    .w-33-desktop, .w-50-desktop, .w-66-desktop, .w-75-desktop  { width: 100%; }
    .colonne-map { min-height: 450px; }

    .mobile { display: block;}
    .desktop {display:none;}
    /*.body {padding-top:0;}*/
}