:root {
    --primary-h: 204;
    /* hue */
    --primary-s: 99%;
    /* saturation */
    --primary-l: 48%;
    /* luminosity */
    --accent-h: 215;
    /* hue */
    --accent-s: 79%;
    /* saturation */
    --accent-l: 24%;
    /* luminosity */
    --text-h: 0;
    /* hue */
    --text-s: 0%;
    /* saturation */
    --text-l: 15%;
    /* luminosity */
    --background-h: 205;
    /* hue */
    --background-s: 76%;
    /* saturation */
    --background-l: 85%;
    /* luminosity */
    --primary-font: 'Barlow', sans-serif;
    --h1-font-size: 3rem;
    --h2-font-size: 2rem;
    --h3-font-size: 1.5rem;
    --headings-line-height: 1.333333;
    --link-color: var(--primary-color-40);
    --border-radius: 2rem;
    --button-border-radius: .25rem;
    --img-slide-02: url('../assets/gifs/slider/slide-02.jpg');
    --img-slide-03: url('../assets/gifs/slider/slide-03.jpg');
}
.header-content {
    background:  #A3D2F4!important;
    z-index: 100;
    transition: all .3s;
}
#bloc-02 a {
    color: #333;
}

#bloc-01 a {
    color: #fff;
}

#encart-actualites {
    position: relative;
}

#encart-actualites:before {
    position: absolute;
    content: "";
    background-image: url(../assets/gifs/bg-actualite.png);
    background-size: cover;
    height: 390px;
    width: 100%;
    z-index: -1;
    top: 0;
}

.right-align .btn-contact {
    margin-top: 20px;
}

#bloc-03 h3 {
    font-size: 23px;
    line-height: 27px;
    font-weight: 400;
    height: 55px;
    margin: 0;
}

.contact-page .fold {
    display: none;
}

.contact-page iframe {
    height: 350px;
}

.row-horair {
    flex-wrap: nowrap;
}

a.btn-lire {
    font-size: 13px;
    font-style: italic;
    font-weight: 500;
    color: hsl(204 99% 40% / 1);
}

#bloc-03 h2 {
    font-size: 35px;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 25px;
}

#bloc-02 h2 {
    color: var(--primary-color);
    text-align: center;
    font-size: 35px;
    line-height: 38px;
    font-weight: 400;
    margin: 0;
    margin-bottom: -10px;
}

#bloc-02 h3 {
    color: #6a4d5f;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    margin: 0;
    height: 46px;
}

#bloc-02 .col-4 p {
    font-style: italic;
}

header .btn-contact .btn,
.slide-content .btn-contact .btn {
    border-radius: 50px;
    font-size: 15px;
    font-weight: 400;
    padding: 5px 13.5px;
}

.paginationControl {
    text-align: center;
    font-size: 25px;
    margin-top: 3rem;
}

.paginationControl a {
    text-decoration: none;
}

.paginationControl .selected {
    font-weight: bold;
}

.sc-content .ac-doubleColonne .ac-colonne {
    width: 100%!important;
}

.valide {
    color: hsl(120deg 100% 35%);
}

.erreur {
    color: hsl(0deg 100% 46%);
}

.slick-dots li button .slick-dot-icon:before {
    font-size: 12px;
}

.horaires tr td:last-child {
    padding-left: 15px;
}

.sc-content #relance ul {
    padding-left: 0 !important;
}

.plan-site .sitemap-nav ul li {
    margin-bottom: 10px;
}

#encart-contact .card .card-content {
    height: 170px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#encart-contact .card {
    padding: 1rem;background: #8AB5CB;
    margin-bottom: 1rem;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);
}

footer address br {
    display: none;
}

footer {
    background: #BEDFF6;
    color: #262626;
}

footer .container {
    width: 95%;
}

.col.date.card-date.actualites-date {
    color: #262626;
    font-weight: 400;
    font-size: 13px;
}

.card-title.actualites-card-title a {
    text-decoration: none;
    color: #262626;
}

.card-title.actualites-card-title {
    color: #262626;
    font-weight: 600;
    height: 40px;
    margin-top: 11px;
}

.card-text.actualites-card-text {
    font-size: 14px;
    color: #262626;
    margin-bottom: 12px;
}

#encart-actualites .title-2 {
    margin: 0;
    font-size: 35px;
    line-height: 38px;
    font-weight: 400;
}

.encart-btn.actualites-encart-btn {
    text-align: center;
    margin-top: -8px;
}

.encart-btn.actualites-encart-btn .btn,
.listing-btn.actualites-listing-btn .btn {
    border: 0;
    text-decoration: underline;
    color: hsl(204 99% 39% / 1);
    font-size: 13px;
    font-weight: 500;
    font-style: italic;
}

.actualites-listing .recherche_actu #input_recherche_actu {
    border-color: var(--primary-color-10);
    background-color: white;
}

div#bloc-03 {
    background: transparent linear-gradient(251deg, #0193F2 0%, #014A79 100%) 0% 0% no-repeat padding-box;
    color: #FAFAFA;
}

.card.actualites-card.actualites-encart-card.gtm-encart-actu-article {
    display: flex;
    justify-content: center;
}

.card-content.actualites-card-content.actualites-encart-card-content {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 3px;
    padding: 20px 34px 20px 24px;
    background: #fff;
}

.slide-content .btn {
    margin-top: 40px;
}

#bloc-02 {
    position: relative;
}

#bloc-02:before {
    position: absolute;
    content: "";
    background-image: url(../assets/gifs/bg-bloc2.png);
    background-size: cover;
    height: 720px;
    width: 100%;
    z-index: -1;
    top: 0;
}

#encart-prestations p {
    font-size: 15px;
    line-height: 19px;
    color: #1D1C22;
}

.card-content.prestations-card-content {
    padding: 22px 46px 13px 42px;
}

.card-title.prestations-card-title a {
    text-decoration: none;
    color: var(--primary-color);
    font-weight: bold;
    line-height: 21px;
    margin-bottom: 10px;
    display: inline-block;
}

div#bloc-02 .container {
    max-width: 987px;
}

#bloc-02 .col.col-1 {
    box-shadow: 0px 4px 6px #0193F226;
    border-radius: 0px 0px 3px 3px;
    background: #DAEBF7;
    padding: 37px 25px 15px 25px;
}

#bloc-02 .col.col-2 {
    box-shadow: 0px 4px 6px #0193F226;
    border-radius: 0px 0px 3px 3px;
    background: #BEDFF6;
    padding: 37px 25px 15px 25px;
}

#bloc-02 .col.col-3 {
    box-shadow: 0px 4px 6px #0193F226;
    border-radius: 0px 0px 3px 3px;
    background: #A3D2F4;
    padding: 37px 25px 15px 25px;
}

a.btn-prest {
    color: hsl(204 99% 40% / 1);
    font-size: 13px;
    font-weight: 500;
    font-style: italic;
    line-height: 21px;
    display: inline-block;
}

.card-image.prestations-card-image img {
    border-radius: 3px 3px 0px 0px;
}

div#encart-prestations.section {
    padding-top: 0;
}

.card.prestations-card {
    text-align: center;
    background: #fff;
    margin: 0 .5rem;
    box-shadow: 0px 4px 4px rgba(212, 212, 212, 0.534);
}

#encart-prestations .col.s12.m6.l4 {
    padding: 0;
}

div#bloc-01.section {
    /*background: #262626;*/
    background: #DAEBF7;
    color: #262626;
    text-align: center;
    padding: 0;
}
div#bloc-01.section a {
    color: #262626;
}

#bloc-01 .bloc-texte {
    max-width: 608px;
    margin: auto;
    padding: 22px 0;
}

#bloc-01 p {
    font-size: 15px;
    margin: 0;
    line-height: 19px;
}

.slider-slick {
    height: 600px;
}

.slide-content h1 span {
    font-size: 15px;
    margin: auto;
    font-weight: 400;
}

.slide-content {
    max-width: 668px;
}

.container {
    max-width: 1280px;
}

.slide-img{
    position: relative;
}
.slide-img:before{
    content: "";
    position: absolute;
    width:100%;
    height: 100%;
    left:0;
    top:0;
    background: #00000033;
}
.slide-img .container {
    position: relative;
    z-index: 1;
}
/* BRAND */

span.slick-pause-icon {
    display: none;
}

.slide-img .container .bloc {
    height: 600px;
}

.bloc.center-item {
    display: flex;
    color: #FAFAFA;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.bloc.center-item h1 {
    margin: 0;
    font-size: 35px;
    font-weight: 400;
}


/* ===== */

header .brand img.footer-only,
footer .brand img.header-only,
.rappel_telephonique .brand img.footer-only {
    display: none;
}

@media screen and (max-width:992px) {
    .card-title.prestations-card-title a {
        font-size: 17px;
    }
    #encart-prestations .card {
        box-shadow: 0px 4px 4px rgba(212, 212, 212, 0.534);
        margin-bottom: .5rem;
    }
    .tap-bar .tap-bar-item a,
    .tap-bar .tap-bar-item span {
        color: #000;
    }
    .header-content .nav>ul>.sous_menu.opened>a,
    .header-content .nav .dropdown>.sous_menu.opened>a {
        color: #000;
    }
    .card-title.actualites-card-title {
        height: 50px;
    }
    footer p {
        margin-bottom: 0;
    }
    .siret {
        margin-bottom: 10px;
    }
    footer nav ul a {
        margin: 0.5rem 0;
        display: block;
    }
    footer .brand {
        margin-bottom: 10px;
    }
    .slide-img.slide-01 {
        background-image: url('../assets/gifs/slider/slide-mobile.jpg');
        background-position: left;
        min-height: 550px;
    }
    .menu-mobile .btn-menu,
    span.menu-title.col.white-text {
        color: #000;
    }
    .menu-mobile {
        background-color: #85cefe;
    }
    .header-content .nav ul li a.selected {
        color: #0177c6;
        background-color: transparent;
    }
    .slide-content .btn-contact .btn {
        display: none;
    }
    .row-adresse {
        margin: 10px 0;
    }
    .menu_opened .menu-mobile {
        height: 3.5rem;
    }
    .row.row-footer {
        flex-direction: column;
        align-items: center;
    }
    footer {
        text-align: center;
    }
}

@media screen and (max-width:600px) {
    #encart-prestations p {
        height: 75px;
    }
    .sc-content #relance ul li a {
        margin: 0.5rem 0;
        display: block;
    }
    .row-horair {
        margin-top: 20px;
    }
    #encart-actualites img {
        min-width: 130px;
        object-fit: cover;
    }
    .slide-content h1 span {
        display: none;
    }
    .slider-slick {
        display: block;
    }
    h1,
    .title-1 {
        font-size: 24px;
    }
    h1 span,
    .title-1 span {
        font-size: 22px;
    }
    h2,
    .title-2 {
        font-size: 20px;
    }
    h3,
    .title-3 {
        font-size: 18px;
    }
}

/* @media screen and (min-width:601px) {
    .card1,
    .card2,
    .card3 {
        border-bottom: 3px solid #262626;
    }
} */

@media screen and (min-width:601px) and (max-width:992px) {
    #encart-prestations p {
        height: 120px;
    }
    button#menu-back {
        margin-left: -12px;
    }
    h1,
    .title-1 {
        font-size: 28px;
    }
    h1 span,
    .title-1 span {
        font-size: 26px;
    }
    h2,
    .title-2 {
        font-size: 24px;
    }
    h3,
    .title-3 {
        font-size: 22px;
    }
    .sc-content img {
        display: block;
        margin: 0 auto;
        width: 70%;
        object-fit: cover;
    }
}

.card-image.prestations-card-image a {
    display: block;
}

.sc-content #relance ul li a {
    color: hsl(204 99% 39% / 1)!important;
}

@media screen and (min-width:993px) {
    .card-title.prestations-card-title a {
        font-size: 20px;
    }
    #encart-prestations p {
        height: 90px;
    }
    /* .card1,
    .card2 {
        border-right: 3px solid #262626;
    } */
    .header-content .nav ul li a.selected {
        color: hsl(204 99% 39% / 1);
    }
    div#encart-actualites.section {
        padding: 4rem 0;
    }
    div#bloc-03 {
        padding: 3rem 0;
    }
    header #contact {
        display: none;
    }
    .header-content .nav ul li.sous_menu ul.dropdown>li a {
        font-size: 12px;
    }
    .sc-content .ac-doubleColonne {
        align-items: center!important;
    }
    #bloc-03 .container {
        max-width: 996px;
    }
    #bloc-03 .col-1,
    #bloc-03 .col-2 {
        max-width: 486px;
    }
    div#bloc-03 p {
        line-height: 18px;
        font-size: 15px;
    }
    .card-image.prestations-card-image a:hover {
        opacity: 0.7;
    }
    .card-title.prestations-card-title a:hover {
        color: var(--accent-color);
    }
    footer .btn:hover,
    footer .btn:focus {
        background-color: transparent;
    }
    .encart-btn.actualites-encart-btn .btn:hover,
    .listing-btn.actualites-listing-btn .btn:hover,
    .card-title.actualites-card-title a:hover {
        color: var(--accent-color);
    }
    .brand:hover,
    footer a:hover {
        opacity: 0.7;
    }
    .card-text.actualites-card-text {
        height: 35px;
        overflow: hidden;
    }
    #encart-prestations p {
        margin: 0;
    }
    .slide-img.slide-01 {
        background-image: url('../assets/gifs/slider/slide-01.jpg');
    }
    footer nav ul {
        padding: 0;
        margin: 0;
    }
    #bloc-02 .col-1 p,
    #bloc-02 .col-2 p,
    #bloc-02 .col-3 p,
    #bloc-02 .col-4 p {
        font-size: 14px;
        line-height: 18px;
    }
    #bloc-02 .col-4 p {
        font-size: 12px;
        line-height: 15px;
    }
    #bloc-02>div>p {
        max-width: 588px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 37px;
    }
    #encart-prestations .container {
        width: 100%;
    }
    img.header-only {
        max-width: 150px;
    }
    .header-content .container {
        width: 98%;
    }
    h1,
    .title-1 {
        font-size: 28px;
    }
    h1 span,
    .title-1 span {
        font-size: 20px;
    }
    h2,
    .title-2 {
        font-size: 24px;
    }
    h3,
    .title-3 {
        font-size: 22px;
    }
    .sc-content .ac-doubleColonne .ac-colonne {
        width: 50%!important;
    }
    footer .col2 {
        text-align: center;
    }
    footer p {
        margin: 0;
    }
    footer a.tel.gtm-global-tel {
        font-size: 18px;
        font-weight: 600;
    }
    footer .col2 {
        font-size: 15px;
    }
    footer nav a {
        font-size: 13px;
        text-decoration: underline!important;
        text-align: right;
        display: block;
        line-height: 23px;
    }
    .siret {
        font-size: 12px;
        margin-top: 17px;
    }
    .top-bar address {
        font-weight: 600;
        margin-right: 20px;
    }
    .header-content {
        box-shadow: 0px 3px 6px #00000029;
        padding-bottom: 32px;
    }
    .topbar-nav-container {
        display: flex;
        align-items: center;
    }
    .header-content .nav#main-nav>ul>li>a {
        padding: 0.5rem 5px;
        font-size: 12px;
    }
    .fold .row-adresse {
        display: none;
    }
}

@media screen and (min-width:1280px) {
    #encart-prestations p {
        height: 75px;
    }
    .header-content .nav ul li.sous_menu ul.dropdown>li a {
        font-size: 14px;
    }
    #bloc-02 .col-4 p {
        margin-left: -0.75rem;
    }
    img.header-only {
        max-width: 178px;
    }
    .header-content .container {
        width: 95%;
    }
    .header-content .nav#main-nav>ul>li>a {
        padding: 0.5rem 10px;
        font-size: 14px;
    }
    .header-content .nav#main-nav>ul>li>a {
        padding: 0.5rem 10px;
        font-size: 14px;
    }
}
/*** new ***/
body *[class*="anim"] {
    perspective: 1000;
    backface-visibility: hidden
}

.anim-fadeInTop.view-on {
    animation-name: fadeInTop;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: backwards;
    animation-delay: .25s
}

.anim-fadeInTop.view-on:nth-child(16n+1) {
    animation-delay: 65ms
}

.anim-fadeInTop.view-on:nth-child(16n+2) {
    animation-delay: 130ms
}

.anim-fadeInTop.view-on:nth-child(16n+3) {
    animation-delay: 195ms
}

.anim-fadeInTop.view-on:nth-child(16n+4) {
    animation-delay: 260ms
}

.anim-fadeInTop.view-on:nth-child(16n+5) {
    animation-delay: 325ms
}

.anim-fadeInTop.view-on:nth-child(16n+6) {
    animation-delay: 390ms
}

.anim-fadeInTop.view-on:nth-child(16n+7) {
    animation-delay: 455ms
}

.anim-fadeInTop.view-on:nth-child(16n+8) {
    animation-delay: 520ms
}

.anim-fadeInTop.view-on:nth-child(16n+9) {
    animation-delay: 585ms
}

.anim-fadeInTop.view-on:nth-child(16n+10) {
    animation-delay: 650ms
}

.anim-fadeInTop.view-on:nth-child(16n+11) {
    animation-delay: 715ms
}

.anim-fadeInTop.view-on:nth-child(16n+12) {
    animation-delay: 780ms
}

.anim-fadeInTop.view-on:nth-child(16n+13) {
    animation-delay: 845ms
}

.anim-fadeInTop.view-on:nth-child(16n+14) {
    animation-delay: 910ms
}

.anim-fadeInTop.view-on:nth-child(16n+15) {
    animation-delay: 975ms
}

.anim-fadeInTop.view-on:nth-child(16n+16) {
    animation-delay: 1040ms
}

.anim-fadeInTop.view-off {
    animation-name: outInTop;
    animation-duration: 225ms;
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(0, 0, 0.025, 1.02);
    animation-fill-mode: backwards;
    animation-delay: 0ms
}

.anim-fadeInBottom.view-on {
    animation-name: fadeInBottom;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: backwards;
    animation-delay: .25s
}

.anim-fadeInBottom.view-on:nth-child(12n+1) {
    animation-delay: 60ms
}

.anim-fadeInBottom.view-on:nth-child(12n+2) {
    animation-delay: 120ms
}

.anim-fadeInBottom.view-on:nth-child(12n+3) {
    animation-delay: 180ms
}

.anim-fadeInBottom.view-on:nth-child(12n+4) {
    animation-delay: 240ms
}

.anim-fadeInBottom.view-on:nth-child(12n+5) {
    animation-delay: 300ms
}

.anim-fadeInBottom.view-on:nth-child(12n+6) {
    animation-delay: 360ms
}

.anim-fadeInBottom.view-on:nth-child(12n+7) {
    animation-delay: 420ms
}

.anim-fadeInBottom.view-on:nth-child(12n+8) {
    animation-delay: 480ms
}

.anim-fadeInBottom.view-on:nth-child(12n+9) {
    animation-delay: 540ms
}

.anim-fadeInBottom.view-on:nth-child(12n+10) {
    animation-delay: 600ms
}

.anim-fadeInBottom.view-on:nth-child(12n+11) {
    animation-delay: 660ms
}

.anim-fadeInBottom.view-on:nth-child(12n+12) {
    animation-delay: 720ms
}

.anim-fadeInBottom.view-off {
    animation-name: outInBottom;
    animation-duration: 225ms;
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(0, 0, 0.025, 1.02);
    animation-fill-mode: backwards;
    animation-delay: 0ms
}

.anim-fadeIn.view-on {
    animation-name: fadeIn;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: backwards;
    animation-delay: .3s
}

.anim-fadeIn.view-on:nth-child(16n+1) {
    animation-delay: 65ms
}

.anim-fadeIn.view-on:nth-child(16n+2) {
    animation-delay: 130ms
}

.anim-fadeIn.view-on:nth-child(16n+3) {
    animation-delay: 195ms
}

.anim-fadeIn.view-on:nth-child(16n+4) {
    animation-delay: 260ms
}

.anim-fadeIn.view-on:nth-child(16n+5) {
    animation-delay: 325ms
}

.anim-fadeIn.view-on:nth-child(16n+6) {
    animation-delay: 390ms
}

.anim-fadeIn.view-on:nth-child(16n+7) {
    animation-delay: 455ms
}

.anim-fadeIn.view-on:nth-child(16n+8) {
    animation-delay: 520ms
}

.anim-fadeIn.view-on:nth-child(16n+9) {
    animation-delay: 585ms
}

.anim-fadeIn.view-on:nth-child(16n+10) {
    animation-delay: 650ms
}

.anim-fadeIn.view-on:nth-child(16n+11) {
    animation-delay: 715ms
}

.anim-fadeIn.view-on:nth-child(16n+12) {
    animation-delay: 780ms
}

.anim-fadeIn.view-on:nth-child(16n+13) {
    animation-delay: 845ms
}

.anim-fadeIn.view-on:nth-child(16n+14) {
    animation-delay: 910ms
}

.anim-fadeIn.view-on:nth-child(16n+15) {
    animation-delay: 975ms
}

.anim-fadeIn.view-on:nth-child(16n+16) {
    animation-delay: 1040ms
}

.anim-fadeIn.view-off {
    animation-name: fadeOut;
    animation-duration: 225ms;
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(0, 0, 0.025, 1.02);
    animation-fill-mode: backwards;
    animation-delay: 0ms
}

.anim-fadeInLeft.view-on {
    animation-name: fadeInLeft;
    animation-duration: .45s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: backwards;
    animation-delay: 0ms
}

.anim-fadeInLeft.view-off {
    animation-name: outInLeft;
    animation-duration: 225ms;
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(0, 0, 0.025, 1.02);
    animation-fill-mode: backwards;
    animation-delay: 0ms
}

.anim-fadeInRight.view-on {
    animation-name: fadeInRight;
    animation-duration: .45s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: backwards;
    animation-delay: 0ms
}

.anim-fadeInRight.view-off {
    animation-name: outInRight;
    animation-duration: 225ms;
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(0, 0, 0.025, 1.02);
    animation-fill-mode: backwards;
    animation-delay: 0ms
}

.anim-dpe.view-on:after {
    animation-name: dpe;
    animation-duration: .6s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: backwards;
    animation-delay: .1s
}

.anim-clipToRight.view-on {
    animation-name: clipToRight;
    animation-duration: .6s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: backwards;
    animation-delay: .25s
}

.anim-clipToLeft.view-on {
    animation-name: clipToLeft;
    animation-duration: .6s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: backwards;
    animation-delay: .25s
}

.anim-clipToTop.view-on {
    animation-name: clipToTop;
    animation-duration: .6s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: backwards;
    animation-delay: .25s
}

.anim-clipToBottom.view-on {
    animation-name: clipToBottom;
    animation-duration: .6s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: backwards;
    animation-delay: .25s
}

.anim.view-on:nth-child(1) {
    animation-delay: 65ms
}

.anim.view-on:nth-child(2) {
    animation-delay: 130ms
}

.anim.view-on:nth-child(3) {
    animation-delay: 195ms
}

.anim.view-on:nth-child(4) {
    animation-delay: 260ms
}

.anim.view-on:nth-child(5) {
    animation-delay: 325ms
}

.anim.view-on:nth-child(6) {
    animation-delay: 390ms
}

.anim.view-on:nth-child(7) {
    animation-delay: 455ms
}

.anim.view-on:nth-child(8) {
    animation-delay: 520ms
}

.anim.view-on:nth-child(9) {
    animation-delay: 585ms
}

.anim.view-on:nth-child(10) {
    animation-delay: 650ms
}

.anim.view-on:nth-child(11) {
    animation-delay: 715ms
}

.anim.view-on:nth-child(12) {
    animation-delay: 780ms
}

@-webkit-keyframes fadeInTop2 {
    0% {
        opacity: 0;
        transform: translate3d(0, -40px, 0)
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@-moz-keyframes fadeInTop2 {
    0% {
        opacity: 0;
        transform: translate3d(0, -40px, 0)
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@-ms-keyframes fadeInTop2 {
    0% {
        opacity: 0;
        transform: translate3d(0, -40px, 0)
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInTop2 {
    0% {
        opacity: 0;
        transform: translate3d(0, -40px, 0)
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes fadeInTop {
    0% {
        opacity: 0;
        transform: translate3d(0, 40px, 0)
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@-moz-keyframes fadeInTop {
    0% {
        opacity: 0;
        transform: translate3d(0, 40px, 0)
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@-ms-keyframes fadeInTop {
    0% {
        opacity: 0;
        transform: translate3d(0, 40px, 0)
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInTop {
    0% {
        opacity: 0;
        transform: translate3d(0, 40px, 0)
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes outInTop {
    0% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }

    100% {
        opacity: 0;
        transform: translate3d(0, 40px, 0)
    }
}

@-moz-keyframes outInTop {
    0% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }

    100% {
        opacity: 0;
        transform: translate3d(0, 40px, 0)
    }
}

@-ms-keyframes outInTop {
    0% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }

    100% {
        opacity: 0;
        transform: translate3d(0, 40px, 0)
    }
}

@keyframes outInTop {
    0% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }

    100% {
        opacity: 0;
        transform: translate3d(0, 40px, 0)
    }
}

@-webkit-keyframes fadeInBottom {
    0% {
        opacity: 0;
        transform: translate3d(0, -40px, 0)
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@-moz-keyframes fadeInBottom {
    0% {
        opacity: 0;
        transform: translate3d(0, -40px, 0)
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@-ms-keyframes fadeInBottom {
    0% {
        opacity: 0;
        transform: translate3d(0, -40px, 0)
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInBottom {
    0% {
        opacity: 0;
        transform: translate3d(0, -40px, 0)
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes dpe {
    0% {
        width: 30%
    }

    100% {
        width: 100%
    }
}

@-moz-keyframes dpe {
    0% {
        width: 30%
    }

    100% {
        width: 100%
    }
}

@-ms-keyframes dpe {
    0% {
        width: 30%
    }

    100% {
        width: 100%
    }
}

@keyframes dpe {
    0% {
        width: 30%
    }

    100% {
        width: 100%
    }
}

@-webkit-keyframes clipToRight {
    0% {
        clip-path: polygon(0 0, 0 0, 0 100%, 0 100%)
    }

    100% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
    }
}

@-moz-keyframes clipToRight {
    0% {
        clip-path: polygon(0 0, 0 0, 0 100%, 0 100%)
    }

    100% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
    }
}

@-ms-keyframes clipToRight {
    0% {
        clip-path: polygon(0 0, 0 0, 0 100%, 0 100%)
    }

    100% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
    }
}

@keyframes clipToRight {
    0% {
        clip-path: polygon(0 0, 0 0, 0 100%, 0 100%)
    }

    100% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
    }
}

@-webkit-keyframes clipToLeft {
    0% {
        clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%)
    }

    100% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
    }
}

@-moz-keyframes clipToLeft {
    0% {
        clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%)
    }

    100% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
    }
}

@-ms-keyframes clipToLeft {
    0% {
        clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%)
    }

    100% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
    }
}

@keyframes clipToLeft {
    0% {
        clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%)
    }

    100% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
    }
}

@-webkit-keyframes clipToTop {
    0% {
        clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%)
    }

    100% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
    }
}

@-moz-keyframes clipToTop {
    0% {
        clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%)
    }

    100% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
    }
}

@-ms-keyframes clipToTop {
    0% {
        clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%)
    }

    100% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
    }
}

@keyframes clipToTop {
    0% {
        clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%)
    }

    100% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
    }
}

@-webkit-keyframes clipToBottom {
    0% {
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0)
    }

    100% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
    }
}

@-moz-keyframes clipToBottom {
    0% {
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0)
    }

    100% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
    }
}

@-ms-keyframes clipToBottom {
    0% {
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0)
    }

    100% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
    }
}

@keyframes clipToBottom {
    0% {
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0)
    }

    100% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
    }
}

@-webkit-keyframes outInBottom {
    0% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }

    100% {
        opacity: 0;
        transform: translate3d(0, 40px, 0)
    }
}

@-moz-keyframes outInBottom {
    0% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }

    100% {
        opacity: 0;
        transform: translate3d(0, 40px, 0)
    }
}

@-ms-keyframes outInBottom {
    0% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }

    100% {
        opacity: 0;
        transform: translate3d(0, 40px, 0)
    }
}

@keyframes outInBottom {
    0% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }

    100% {
        opacity: 0;
        transform: translate3d(0, 40px, 0)
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-ms-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-40px, 0, 0)
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-40px, 0, 0)
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@-ms-keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-40px, 0, 0)
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-40px, 0, 0)
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(40px, 0, 0)
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(40px, 0, 0)
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@-ms-keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(40px, 0, 0)
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(40px, 0, 0)
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes outInLeft {
    0% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }

    100% {
        opacity: 0;
        transform: translate3d(-15px, 0, 0)
    }
}

@-moz-keyframes outInLeft {
    0% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }

    100% {
        opacity: 0;
        transform: translate3d(-15px, 0, 0)
    }
}

@-ms-keyframes outInLeft {
    0% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }

    100% {
        opacity: 0;
        transform: translate3d(-15px, 0, 0)
    }
}

@keyframes outInLeft {
    0% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }

    100% {
        opacity: 0;
        transform: translate3d(-15px, 0, 0)
    }
}

@-webkit-keyframes outInRight {
    0% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }

    100% {
        opacity: 0;
        transform: translate3d(15px, 0, 0)
    }
}

@-moz-keyframes outInRight {
    0% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }

    100% {
        opacity: 0;
        transform: translate3d(15px, 0, 0)
    }
}

@-ms-keyframes outInRight {
    0% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }

    100% {
        opacity: 0;
        transform: translate3d(15px, 0, 0)
    }
}

@keyframes outInRight {
    0% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }

    100% {
        opacity: 0;
        transform: translate3d(15px, 0, 0)
    }
}

@-webkit-keyframes vsy-on {
    0% {
        opacity: 0;
        transform: translate3d(0, 70px, 0)
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@-moz-keyframes vsy-on {
    0% {
        opacity: 0;
        transform: translate3d(0, 70px, 0)
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@-ms-keyframes vsy-on {
    0% {
        opacity: 0;
        transform: translate3d(0, 70px, 0)
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes vsy-on {
    0% {
        opacity: 0;
        transform: translate3d(0, 70px, 0)
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes vsy-off {
    0% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }

    100% {
        opacity: 0;
        transform: translate3d(0, 150px, 0)
    }
}

@-moz-keyframes vsy-off {
    0% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }

    100% {
        opacity: 0;
        transform: translate3d(0, 150px, 0)
    }
}

@-ms-keyframes vsy-off {
    0% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }

    100% {
        opacity: 0;
        transform: translate3d(0, 150px, 0)
    }
}

@keyframes vsy-off {
    0% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }

    100% {
        opacity: 0;
        transform: translate3d(0, 150px, 0)
    }
}
@keyframes clipToLeft {
    0% {
      clip-path: inset(0 0 0 100%);
    }
    100% {
      clip-path: inset(0 0 0 0);
    }
  }
  
  .anim-clipToLeft {
    animation: clipToLeft 1s ease-in-out forwards;
  }


