<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* login */
.mh-100vh {
    min-height: 100vh;
}
#login-block {
    -webkit-box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.4);
    z-index: 2;
}
@media (max-width: 991.98px) {
    #login-block {
        opacity: 0.95;
    }
    #bg-block {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }
}
@media (min-width: 992px) {
    .w-lg-75 {
        width: 75%;
    }
    .rounded-lg-0 {
        border-radius: 0 !important;
    }
}


body {
    font-family: Montserrat;
    color: #666;
    font-size: 0.8rem;
    background-color: #f7ecec;
}
header {
    position: fixed;
    width: 100%;
    z-index: 1001;
}
.navbar-light .navbar-brand {
    opacity: 1;
    transition: opacity 1s;
    font-family: "Fredericka the Great";
}
.identite ul li,
.social ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.identite ul,
.social ul {
    margin: 0;
    padding: 0;
}
.top-bar {
    opacity: 1;
    position: relative;
    top: 0;
    width: 100%;
    height: 35px;
    transition: 0.5s;
    border-bottom: 1px solid #d5d5d5;
}
.top-bar a {
    color: #666;
}
.top-bar .identite ul li a,
.top-bar .social ul li a {
    font-size: 1rem;
    width: 35px;
    border-left: 1px solid #d2d2d2;
    text-align: center;
    line-height: 35px;
    height: 35px;
    display: inline-block;
}
.top-bar .identite ul li:last-child a {
    border-right: 1px solid #d2d2d2;
}
.identite li a,
.social li a {
    transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
}
.identite li a:hover,
.social li a:hover {
    color: #fff;
}
a.facebook:hover {
    background: #507cbe;
}
a.instagram:hover {
    background: #4d4f54;
}
a.youtube:hover {
    background: #f16261;
}
a.skype:hover {
    background: #36c4f3;
}
.navbar {
    top: 35px;
    transition: 1s;
    font-family: "Fredericka the Great";
}


.module {
    background-attachment: fixed;
    padding: 170px 0;
    position: relative;
    background-repeat: no-repeat;
    background-position: top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.module-header {
    background-attachment: fixed;
    padding: 70px 0;
    position: relative;
    background-repeat: no-repeat;
    background-position: bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.module-footer {
    background-attachment: fixed;
    padding: 20px 0;
    position: relative;
    background-repeat: no-repeat;
    background-position: bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.overlay-dark::before {
    background-image: url(../../assets/img/overlay-dark.png);
    opacity: 0.5;
    content: "";
    left: 0;
    top: 0;
}
.overlay-light::before {
    /*background-image: url(../../assets/img/overlay.png);
    opacity: 0.3;
    content: "";
    left: 0;
    top: 0;*/
}
.overlay-dark::before,
.overlay-light::before {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
}
.section-empty {
    min-height: 90px;
}
.video-card{
    border: 1px solid rgba(0, 0, 0, 0.125);
}
a {
    cursor: pointer;
}
.bg-joy{
    background-image: url(../../assets/img/bg.jpg);
    background-size: cover;
    background-position:center;
    color:white;
}
.bg-mj{
    background-image: url(../../assets/img/bg-mj.jpg);
    background-size: cover;
    background-position:center;
    color:white;
}
.chakra{
    font-weight:400;
    margin:0;
    font-size:.8rem;
}
.hour-atelier {
    margin: 0;
    color: #fbd506;
    font-weight: 800;
}
.prix{
    width:50px;
}
.titre {
    color: #cb9e8d;
    font-family: "Fredericka the Great";
    padding: 30px 0;
    letter-spacing: 2px;
}
p:not(.carousel p, footer p){
    color:#465c78;
}
.offre{
 -ms-transform: rotate(-2deg); /* IE 9 */
 transform: rotate(-2deg);
}
@media (max-width: 810px) {
    .offre{
 -ms-transform: rotate(-0deg); /* IE 9 */
 transform: rotate(-0deg);
}
}

.fit-cover {
  object-fit: cover;
}



.py-70 {
    padding: 0 0 70px;
}
.card {
    border-radius: 0;
    border: 0;
}
.card-header {
    border-bottom: 0;
    margin-bottom: 3px;
    background: #f75940;
}
.card-header:first-child {
    border-radius: 0;
}
.card-header h6 a {
    font-size: 0.8rem;
    color: #fff;
}
.card-header h6 a:hover {
    text-decoration: none;
}
.modal-content {
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 0;
    border: 0;
    background-color: #fff;
}
.close {
    font-size: 5rem;
    font-weight: 100;
    cursor: pointer;
}
.modal-backdrop.show {
    background: #fff;
    opacity: 1;
}
.accroche {
    font-family: "Fredericka the Great";
    color: #666;
}
.accroche-fin::after {
    font-family: "Fredericka the Great";
    content: '"';
}
em {
    font-weight: 800;
}
a {
    color: #f9745f;
}
a:hover {
    color: #fc2402;
    text-decoration: none;
}
.description {
    padding: 5px;
    margin: 5px 0;
}
.jour-planning {
    background: rgba(252, 250, 250, 0.5);
    border-color: #fff !important;
}
.hour {
    margin: 0;
    color: #f1839f;
    font-weight: 800;
}
.salle {
    font-weight: 400;
    color: #555;
    margin: 0;
}
.description h4,
.hour,
.salle {
    font-size: 0.8rem;
}
.creneau {
    border: 1px solid #ddd;
    padding: 5px;
    margin-bottom: 2px;
    background: #f2f2f2;
}
.logo-entete {
    font-family: "Fredericka the Great";
}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: transparent;
}
video {
    width: 100%;
    background: #333;
    opacity: 0.9;
}
.photo-go,
.video-go {
    width: 100px;
    z-index: 1000;
    position: relative;
}
@media (min-width: 300px) {
    .lead {
        font-size: 1rem;
        font-weight: 300;
    }
    .video-go {
        width: 60px;
        z-index: 1000;
        position: relative;
    }
}
@media (min-width: 576px) {
    .video-go {
        width: 90px;
        z-index: 0;
        position: relative;
    }
}
.grid {
    background: #fff;
}
.grid:after {
    content: "";
    display: block;
    clear: both;
}
.grid-item,
.grid-sizer {
    width: 20%;
}
@media (min-width: 300px) {
    .grid-item,
    .grid-sizer {
        width: 33.33%;
    }
}
@media (min-width: 1200px) {
    .w-xl-50 {
        width: 50%;
    }
    .grid-item,
    .grid-sizer {
        width: 20%;
    }
}
.grid-item {
    float: left;
}
.grid-item img {
    display: block;
    max-width: 100%;
    transition: 1s;
}
.carousel-control-next i,
.carousel-control-prev i {
    color: #fbf8f8;
}
.cite {
    height: 300px;
}
.cite p {
    margin: 0;
    font-style: italic;
}
.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 20px;
    height: 20px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s;
}
.carousel-indicators {
    bottom: -85px;
}
.form-control {
    color: #495057;
    background-color: rgba(255, 255, 255, 0.31);
    border-color: #eee;
    outline: 0;
}
.form-control:focus {
    border-color: #6ca5b1;
    outline: 0;
    box-shadow: none;
}
.form-control::-moz-placeholder {
    opacity: 1;
    color: #ccc;
}
.form-control:focus::-moz-placeholder {
    opacity: 1;
    color: #6ca5b1;
}
.form-control::-webkit-input-placeholder {
    opacity: 1;
    color: #6ca5b1;
}
.footer-clean .form-control::-moz-placeholder {
    opacity: 1;
    color: #666;
}
.footer-clean .form-control::-webkit-input-placeholder {
    opacity: 1;
    color: #666;
}
.remerciement {
    padding: 0.4375rem 1rem;
    display: inline-block;
    position: relative;
    border-radius: 0.8rem;
    margin-bottom: 0.8rem;
    color: #666;
    min-width: 150px;
    cursor: pointer;
    background: #ddd;
}
.erreur {
    padding: 0.4375rem 1rem;
    display: inline-block;
    position: relative;
    border-radius: 0.8rem;
    margin-bottom: 0.8rem;
    color: #fff;
    min-width: 150px;
    cursor: pointer;
    background: #f9745f;
}
.remerciement::before {
    content: "";
    border: 0.6rem solid transparent;
    border-right-color: transparent;
    border-bottom-color: #ddd;
    border-left-color: #ddd;
    position: absolute;
    right: -0.75rem;
    bottom: 0.9rem;
}
.erreur::before {
    content: "";
    border: 0.6rem solid transparent;
    border-right-color: transparent;
    border-bottom-color: #f9745f;
    border-left-color: #f9745f;
    position: absolute;
    right: -0.75rem;
    bottom: 0.9rem;
}
footer li {
    padding: 0;
    margin: 0;
}
.appel:hover {
    background: #608d98;
}
.sms:hover {
    background: #9c8899;
}
.contact:hover {
    background: #acaa9c;
}
.over-img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    transition: 0.5s;
}
.icone {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 30px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
.page-loader {
    background: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9998;
}
.loader::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    padding: 2px;
    border-width: 3px;
    border-style: solid;
    border-color: #a0ce4e transparent transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    animation: 0.8s cubic-bezier(0.5, 0.49, 0.49, 0.49) infinite ringrotate;
    -webkit-animation: 0.8s cubic-bezier(0.5, 0.49, 0.49, 0.49) infinite ringrotate;
}
.loader {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    background-color: transparent;
    border: 5px solid #eceff1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
@keyframes ringrotate {
    0% {
        -webkit-transform: rotateZ(0);
        -moz-transform: rotateZ(0);
        -o-transform: rotateZ(0);
        transform: rotateZ(0);
    }
    100% {
        -webkit-transform: rotateZ(360deg);
        -moz-transform: rotateZ(360deg);
        -o-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}
/* Lightcase */
@media screen and (max-width: -1) and (min-width: 0) {
    html[data-lc-type="image"] #lightcase-content .lightcase-contentInner,
    html[data-lc-type="video"] #lightcase-content .lightcase-contentInner {
        line-height: 0.75;
    }
}
@media screen and (max-width: -1) {
    html[data-lc-type="ajax"] #lightcase-case,
    html[data-lc-type="inline"] #lightcase-case {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        margin: 0 !important;
        padding: 55px 0 70px;
        width: 100% !important;
        height: 100% !important;
        overflow: auto !important;
    }
    html[data-lc-type="ajax"] #lightcase-content,
    html[data-lc-type="ajax"] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap,
    html[data-lc-type="error"] #lightcase-content,
    html[data-lc-type="error"] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap,
    html[data-lc-type="inline"] #lightcase-content,
    html[data-lc-type="inline"] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        background: 0 0 !important;
    }
    html[data-lc-type="ajax"] #lightcase-content .lightcase-contentInner,
    html[data-lc-type="error"] #lightcase-content .lightcase-contentInner,
    html[data-lc-type="inline"] #lightcase-content .lightcase-contentInner {
        padding: 15px;
    }
    html[data-lc-type="ajax"] #lightcase-content .lightcase-contentInner,
    html[data-lc-type="ajax"] #lightcase-content .lightcase-contentInner &gt; *,
    html[data-lc-type="error"] #lightcase-content .lightcase-contentInner,
    html[data-lc-type="error"] #lightcase-content .lightcase-contentInner &gt; *,
    html[data-lc-type="inline"] #lightcase-content .lightcase-contentInner,
    html[data-lc-type="inline"] #lightcase-content .lightcase-contentInner &gt; * {
        width: 100% !important;
        max-width: none !important;
    }
    html[data-lc-type="ajax"] #lightcase-content .lightcase-contentInner &gt; :not(iframe),
    html[data-lc-type="error"] #lightcase-content .lightcase-contentInner &gt; :not(iframe),
    html[data-lc-type="inline"] #lightcase-content .lightcase-contentInner &gt; :not(iframe) {
        height: auto !important;
        max-height: none !important;
    }
    html.lightcase-isMobileDevice[data-lc-type="iframe"] #lightcase-content .lightcase-contentInner iframe {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    #lightcase-content h1,
    #lightcase-content h2,
    #lightcase-content h3,
    #lightcase-content h4,
    #lightcase-content h5,
    #lightcase-content h6,
    #lightcase-content p {
        color: #aaa;
    }
    #lightcase-case p.lightcase-error {
        padding: 30px 0;
    }
}
@media screen and (max-width: -1) {
    #lightcase-info #lightcase-title {
        position: fixed;
        top: 10px;
        left: 0;
        max-width: 87.5%;
        padding: 5px 15px;
        background: #333;
    }
    .lightcase-fullScreenMode #lightcase-info {
        padding-left: 15px;
        padding-right: 15px;
    }
    html:not([data-lc-type="image"]):not([data-lc-type="video"]):not([data-lc-type="flash"]):not([data-lc-type="error"]) #lightcase-info {
        position: static;
    }
    a[class*="lightcase-icon-"] {
        bottom: 15px;
        font-size: 24px;
    }
    #lightcase-overlay {
        opacity: 1 !important;
    }
}
@media screen and (min-width: 0) {
    html:not([data-lc-type="error"]) #lightcase-content {
        position: relative;
        z-index: 1;
        text-shadow: none;
        background-color: #fff;
        -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
        -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
        -webkit-backface-visibility: hidden;
    }
    html[data-lc-type="image"] #lightcase-content,
    html[data-lc-type="video"] #lightcase-content {
        background-color: #333;
    }
    html:not([data-lc-type="error"]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
        padding: 30px;
        overflow: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }
    #lightcase-content h1,
    #lightcase-content h2,
    #lightcase-content h3,
    #lightcase-content h4,
    #lightcase-content h5,
    #lightcase-content h6,
    #lightcase-content p {
        color: #333;
    }
    #lightcase-case p.lightcase-error {
        padding: 0;
    }
    a[class*="lightcase-icon-"].lightcase-icon-pause,
    a[class*="lightcase-icon-"].lightcase-icon-play {
        opacity: 0;
    }
    a[class*="lightcase-icon-"] {
        bottom: 50%;
        margin-bottom: -0.5em;
    }
    #lightcase-case:hover ~ a[class*="lightcase-icon-"],
    a[class*="lightcase-icon-"]:hover {
        opacity: 1;
    }
}
@font-face {
    font-family: lightcase;
    src: url("../fonts/lightcase.ttf") format("truetype");
}
[class*="lightcase-icon-"]:before {
    font-family: lightcase, sans-serif;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
}
.lightcase-icon-play:before {
    content: "\e800";
}
.lightcase-icon-pause:before {
    content: "\e801";
}
.lightcase-icon-close:before {
    content: "\e802";
}
.lightcase-icon-prev:before {
    content: "\e803";
}
.lightcase-icon-next:before {
    content: "\e804";
}
.lightcase-icon-spin:before {
    content: "\e805";
}
@keyframes lightcase-spin {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
#lightcase-case {
    display: none;
    position: fixed;
    z-index: 2002;
    top: 50%;
    left: 50%;
    font-family: arial, sans-serif;
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
html[data-lc-type="ajax"] #lightcase-content,
html[data-lc-type="error"] #lightcase-content,
html[data-lc-type="inline"] #lightcase-content {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
html[data-lc-type="ajax"] #lightcase-content .lightcase-contentInner,
html[data-lc-type="error"] #lightcase-content .lightcase-contentInner,
html[data-lc-type="inline"] #lightcase-content .lightcase-contentInner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (max-width: 640px) and (min-width: 641px) {
    html[data-lc-type="image"] #lightcase-content .lightcase-contentInner,
    html[data-lc-type="video"] #lightcase-content .lightcase-contentInner {
        line-height: 0.75;
    }
}
html[data-lc-type="image"] #lightcase-content .lightcase-contentInner {
    position: relative;
    overflow: hidden !important;
}
@media screen and (max-width: 640px) {
    html[data-lc-type="ajax"] #lightcase-case,
    html[data-lc-type="inline"] #lightcase-case {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        margin: 0 !important;
        padding: 55px 0 70px;
        width: 100% !important;
        height: 100% !important;
        overflow: auto !important;
    }
    html[data-lc-type="ajax"] #lightcase-content,
    html[data-lc-type="ajax"] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap,
    html[data-lc-type="error"] #lightcase-content,
    html[data-lc-type="error"] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap,
    html[data-lc-type="inline"] #lightcase-content,
    html[data-lc-type="inline"] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        background: 0 0 !important;
    }
    html[data-lc-type="ajax"] #lightcase-content .lightcase-contentInner,
    html[data-lc-type="error"] #lightcase-content .lightcase-contentInner,
    html[data-lc-type="inline"] #lightcase-content .lightcase-contentInner {
        padding: 15px;
    }
    html[data-lc-type="ajax"] #lightcase-content .lightcase-contentInner,
    html[data-lc-type="ajax"] #lightcase-content .lightcase-contentInner &gt; *,
    html[data-lc-type="error"] #lightcase-content .lightcase-contentInner,
    html[data-lc-type="error"] #lightcase-content .lightcase-contentInner &gt; *,
    html[data-lc-type="inline"] #lightcase-content .lightcase-contentInner,
    html[data-lc-type="inline"] #lightcase-content .lightcase-contentInner &gt; * {
        width: 100% !important;
        max-width: none !important;
    }
    html[data-lc-type="ajax"] #lightcase-content .lightcase-contentInner &gt; :not(iframe),
    html[data-lc-type="error"] #lightcase-content .lightcase-contentInner &gt; :not(iframe),
    html[data-lc-type="inline"] #lightcase-content .lightcase-contentInner &gt; :not(iframe) {
        height: auto !important;
        max-height: none !important;
    }
    html.lightcase-isMobileDevice[data-lc-type="iframe"] #lightcase-content .lightcase-contentInner iframe {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    #lightcase-content h1,
    #lightcase-content h2,
    #lightcase-content h3,
    #lightcase-content h4,
    #lightcase-content h5,
    #lightcase-content h6,
    #lightcase-content p {
        color: #aaa;
    }
    #lightcase-case p.lightcase-error {
        padding: 30px 0;
    }
}
#lightcase-case p.lightcase-error {
    margin: 0;
    font-size: 17px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #aaa;
}
.lightcase-open body {
    overflow: hidden;
}
.lightcase-isMobileDevice .lightcase-open body {
    max-width: 100%;
    max-height: 100%;
}
#lightcase-info {
    position: absolute;
    padding-top: 15px;
}
#lightcase-info #lightcase-caption,
#lightcase-info #lightcase-title {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-weight: 400;
    text-overflow: ellipsis;
}
#lightcase-info #lightcase-title {
    font-size: 17px;
    color: #aaa;
}
#lightcase-info #lightcase-caption {
    clear: both;
    font-size: 13px;
    color: #aaa;
}
#lightcase-info #lightcase-sequenceInfo {
    font-size: 11px;
    color: #aaa;
}
#lightcase-loading {
    width: 1.123em;
    height: auto;
    line-height: 1;
    text-align: center;
    position: fixed;
    z-index: 2001;
    top: 50%;
    left: 50%;
    margin-top: -0.5em;
    margin-left: -0.5em;
    opacity: 1;
    font-size: 32px;
    text-shadow: 0 0 15px #fff;
    -moz-transform-origin: 50% 53%;
    -webkit-animation: 0.5s linear infinite lightcase-spin;
    -moz-animation: 0.5s linear infinite lightcase-spin;
    -o-animation: 0.5s linear infinite lightcase-spin;
    animation: 0.5s linear infinite lightcase-spin;
}
#lightcase-loading,
#lightcase-loading:focus {
    text-decoration: none;
    color: #fff;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: color, opacity, 0.25s ease-in-out;
    -moz-transition: color, opacity, 0.25s ease-in-out;
    -o-transition: color, opacity, 0.25s ease-in-out;
    transition: color, opacity, 0.25s ease-in-out;
}
#lightcase-loading &gt; span,
a[class*="lightcase-icon-"] &gt; span {
    display: inline-block;
    text-indent: -9999px;
}
a[class*="lightcase-icon-"] {
    position: fixed;
    z-index: 9999;
    width: 1.123em;
    height: auto;
    font-size: 38px;
    line-height: 1;
    text-align: center;
    text-shadow: none;
    outline: 0;
    cursor: pointer;
}
a[class*="lightcase-icon-"],
a[class*="lightcase-icon-"]:focus {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.6);
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: color, opacity, 0.25s ease-in-out;
    -moz-transition: color, opacity, 0.25s ease-in-out;
    -o-transition: color, opacity, 0.25s ease-in-out;
    transition: color, opacity, 0.25s ease-in-out;
}
a[class*="lightcase-icon-"]:hover {
    color: #fff;
    text-shadow: 0 0 15px #fff;
}
.lightcase-isMobileDevice a[class*="lightcase-icon-"]:hover {
    color: #aaa;
    text-shadow: none;
}
a[class*="lightcase-icon-"].lightcase-icon-close {
    position: fixed;
    top: 15px;
    right: 15px;
    bottom: auto;
    margin: 0;
    opacity: 0;
    outline: 0;
}
a[class*="lightcase-icon-"].lightcase-icon-prev {
    left: 15px;
}
a[class*="lightcase-icon-"].lightcase-icon-next {
    right: 15px;
}
a[class*="lightcase-icon-"].lightcase-icon-pause,
a[class*="lightcase-icon-"].lightcase-icon-play {
    left: 50%;
    margin-left: -0.5em;
}
@media screen and (min-width: 641px) {
    html:not([data-lc-type="error"]) #lightcase-content {
        position: relative;
        z-index: 1;
        text-shadow: none;
        background-color: #fff;
        -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
        -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
        -webkit-backface-visibility: hidden;
    }
    html[data-lc-type="image"] #lightcase-content,
    html[data-lc-type="video"] #lightcase-content {
        background-color: #333;
    }
    html:not([data-lc-type="error"]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
        padding: 30px;
        overflow: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }
    #lightcase-content h1,
    #lightcase-content h2,
    #lightcase-content h3,
    #lightcase-content h4,
    #lightcase-content h5,
    #lightcase-content h6,
    #lightcase-content p {
        color: #333;
    }
    #lightcase-case p.lightcase-error {
        padding: 0;
    }
    a[class*="lightcase-icon-"].lightcase-icon-pause,
    a[class*="lightcase-icon-"].lightcase-icon-play {
        opacity: 0;
    }
    a[class*="lightcase-icon-"] {
        bottom: 50%;
        margin-bottom: -0.5em;
    }
    #lightcase-case:hover ~ a[class*="lightcase-icon-"],
    a[class*="lightcase-icon-"]:hover {
        opacity: 1;
    }
}
#lightcase-overlay {
    display: none;
    width: 100%;
    min-height: 100%;
    position: fixed;
    z-index: 2000;
    top: -9999px;
    bottom: -9999px;
    left: 0;
    background: #333;
}
@media screen and (max-width: 640px) {
    #lightcase-info #lightcase-title {
        position: fixed;
        top: 10px;
        left: 0;
        max-width: 87.5%;
        padding: 5px 15px;
        background: #333;
    }
    .lightcase-fullScreenMode #lightcase-info {
        padding-left: 15px;
        padding-right: 15px;
    }
    html:not([data-lc-type="image"]):not([data-lc-type="video"]):not([data-lc-type="flash"]):not([data-lc-type="error"]) #lightcase-info {
        position: static;
    }
    a[class*="lightcase-icon-"] {
        font-size: 24px;
    }
    #lightcase-overlay {
        opacity: 1 !important;
    }
}
/* Lightcase Fin */
/* footer */
.footer-clean {
    padding: 50px 0;
    color: #fff;
}
.footer-clean h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 16px;
}
.footer-clean ul {
    padding: 0;
    list-style: none;
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 0;
}
.footer-clean ul a {
    color: inherit;
    text-decoration: none;
    opacity: 0.8;
}
.footer-clean ul a:hover {
    opacity: 1;
}
.footer-clean .item.social {
    text-align: left;
}
@media (max-width: 768px) {
    .footer-clean .item.social {
        text-align: center;
    }
}
.footer-clean .item.social &gt; a {
    font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin-left: 10px;
    margin-top: 22px;
    color: #fff;
    opacity: 0.75;
}
.footer-clean .item.social &gt; a:hover {
    opacity: 0.9;
}
@media (max-width: 991px) {
    .footer-clean .item.social &gt; a {
        margin-top: 40px;
    }
}
@media (max-width: 767px) {
    .footer-clean .item {
        text-align: center;
        padding-bottom: 20px;
    }
    .footer-clean .item.social &gt; a {
        margin-top: 10px;
    }
}
.footer-clean .copyright {
    font-size: 0.9rem;
    position: absolute;
    bottom: 0px;
}
</pre></body></html>