@-webkit-keyframes loading {
    0% {
        background-position: 200%0
    }

    to {
        background-position: -200%0
    }
}

@-moz-keyframes loading {
    0% {
        background-position: 200%0
    }

    to {
        background-position: -200%0
    }
}

@-o-keyframes loading {
    0% {
        background-position: 200%0
    }

    to {
        background-position: -200%0
    }
}

@keyframes loading {
    0% {
        background-position: 200%0
    }

    to {
        background-position: -200%0
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

header,
html {
    position: relative
}

html {
    min-height: 100%
}

body {
    font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
    font-display: swap;
    margin: 0;
    padding-bottom: 115.6px;
    background: #f5f5f7
}

header {
    background-color: #141414;
    color: #fff;
    padding: 20px;
    z-index: 999
}

nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.logo,
.menu-btn,
footer p {
    font-size: 24px;
    color: #fff
}

footer p {
    font-size: 14px
}

.logo {
    font-weight: 700;
    text-decoration: none
}

.logo img {
    height: 35px;
    vertical-align: middle
}

.menu-btn {
    display: none;
    background-color: transparent;
    border: 0;
    cursor: pointer
}

.menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.menu li {
    margin-left: 20px
}

.menu a,
.menu a:hover {
    text-decoration: none
}

.menu a {
    color: #fff;
    padding: 5px 10px
}

.menu a.active,
.menu a:hover {
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #000;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

@media screen and (max-width:768px) {
    .header-text {
        display: block !important
    }

    .menu-btn {
        display: block;
        height: 34px
    }

    .blur,
    .menu {
        pointer-events: none
    }

    .menu {
        opacity: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        background-color: #141414;
        padding: 20px;
        -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
        -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
        box-shadow: 0 4px 8px rgba(0, 0, 0, .2)
    }

    .menu li {
        margin: 10px 0;
        opacity: 0;
        -webkit-transition: opacity .5s ease-in-out;
        -o-transition: opacity .5s ease-in-out;
        -moz-transition: opacity .5s ease-in-out;
        transition: opacity .5s ease-in-out
    }

    .menu li.visible,
    .menu-btn.active~.menu {
        opacity: 1;
        pointer-events: all
    }

    .menu a {
        background: #fff;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        color: #000;
        width: 150px;
        display: inline-block;
        text-align: center
    }

    .menu-btn.active {
        color: #ccc
    }

    .blur {
        -webkit-filter: blur(5px);
        filter: blur(5px)
    }
}

.main,
h2 {
    text-align: center
}

.main {
    color: #1d1d1f;
    padding: 10px
}

.main-content {
    max-width: 1200px;
    margin: 0 auto
}

.text {
    padding: 0 20px
}

h1 {
    font-size: 50px
}

.main-text {
    margin-bottom: 0
}

.main-text,
.product h3,
h2 {
    font-size: 24px
}

#en-savoir-plus {
    cursor: pointer
}

#en-savoir-plus,
.modal-content ul,
h1 {
    margin-bottom: 20px
}

.btn,
.modal-content a,
.product a,
.step-btn a {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none
}

.product .btns {
    margin-top: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap
}

.btn,
.product a,
.step-btn a {
    background-color: #007aff;
    margin-top: 10px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    font-size: 18px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    border: 0
}

.btn:hover,
.product a:hover,
.step-btn a:hover {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 8px 20px rgba(0, 122, 255, .4);
    -moz-box-shadow: 0 8px 20px rgba(0, 122, 255, .4);
    box-shadow: 0 8px 20px rgba(0, 122, 255, .4)
}

h2 {
    margin-bottom: 40px
}

.modal {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, .8);
    -webkit-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    padding: 0 20px
}

.modal.active {
    opacity: 1;
    pointer-events: all
}

.modal-content,
.modal-content img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.modal-content,
footer {
    text-align: center;
    padding: 20px
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    max-width: 600px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.modal-content img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .3)
}

.modal-content h3,
.product h3 {
    font-weight: 700;
    margin: 0 0 10px
}

.product h3 {
    margin: 0
}

.product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.modal-content ul {
    margin-top: 0;
    padding-left: 0;
    text-align: left;
    list-style-type: none
}

.modal-content ul li,
.product img,
.social-media h2 {
    margin-bottom: 10px
}

.modal-content a {
    background-color: #333;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    transition: background-color .3s ease
}

.modal-content a:hover {
    background-color: #555
}

.modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    color: #aaa;
    cursor: pointer;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    -moz-transition: color .3s ease;
    transition: color .3s ease
}

.modal-close:hover {
    color: #333
}

.work-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.work-item {
    -webkit-flex-basis: -webkit-calc((100%/3) - 20px);
    -ms-flex-preferred-size: calc((100%/3) - 20px);
    flex-basis: -moz-calc((100%/3) - 20px);
    flex-basis: calc((100%/3) - 20px);
    margin: 10px;
    padding: 30px;
    min-width: 300px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.work-item:hover {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, .3);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .3)
}

.product img {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
    height: auto;
    max-height: 150px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px
}

.header-bar p,
.product p {
    font-size: 16px
}

.product p {
    margin: 10px 0
}

.header-bar {
    text-align: center;
    background-color: #fff;
    padding: 10px
}

footer {
    background-color: #141414;
    position: absolute;
    bottom: 0;
    width: 100%
}

.header-bar a,
.main-content a,
.step-period a,
footer a {
    text-decoration: none;
    font-style: italic;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    color: unset
}

footer a {
    color: #ccc
}

.header-bar a:hover,
.main-content a:hover,
.step-period a:hover,
footer a:hover {
    color: #007aff
}

.header-bar p {
    color: #000;
    margin: 0;
    font-weight: 700
}

.red {
    color: red
}

.texte-cacher {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.texte-montrer {
    opacity: 1;
    max-height: 200px;
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    transition: all .5s ease-in
}

#texte-supplementaire p {
    margin: 5px 0;
    font-size: 18px
}

footer,
main {
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transition: -webkit-filter 1s ease-in-out;
    -o-transition: filter 1s ease-in-out;
    -moz-transition: filter 1s ease-in-out;
    transition: -webkit-filter 1s ease-in-out;
    transition: filter 1s ease-in-out;
    transition: filter 1s ease-in-out, -webkit-filter 1s ease-in-out;
    transition: filter 1s ease-in-out, -webkit-filter 1s ease-in-out
}

.social-media {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.social-media h2 {
    font-size: 24px
}

.social-media,
.social-media a,
.social-media ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.social-media,
.social-media ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.social-media ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.social-media li {
    margin: 10px
}

.social-media a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 25%;
    -moz-border-radius: 25%;
    border-radius: 25%;
    -webkit-transition: -webkit-transform .3s ease;
    -o-transition: -o-transform .3s ease;
    -moz-transition: transform .3s ease, -moz-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -moz-transition: transform .3s ease, -moz-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease, -moz-transform .3s ease, -o-transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease, -moz-transform .3s ease, -o-transform .3s ease;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    overflow: hidden
}

.social-media a:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.social-media img {
    width: 60px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.social-media span {
    display: block;
    font-style: italic;
    padding: 10px 0
}

.knowledge {
    text-align: center;
    background: #fff;
    padding-top: 5px;
    padding-bottom: 50px
}

.knowledge-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    gap: 1rem;
    padding: 0 25px
}

.knowledge-category {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    padding: 1.5rem 1.25rem;
    background: rgba(0, 0, 0, .02);
    -webkit-transition: border-color .25s ease, -webkit-transform .25s ease;
    transition: border-color .25s ease, -webkit-transform .25s ease;
    -o-transition: border-color .25s ease, -o-transform .25s ease;
    -moz-transition: border-color .25s ease, transform .25s ease, -moz-transform .25s ease;
    transition: border-color .25s ease, transform .25s ease;
    transition: border-color .25s ease, transform .25s ease, -webkit-transform .25s ease, -moz-transform .25s ease, -o-transform .25s ease
}

.knowledge-category:hover {
    border-color: rgba(0, 0, 0, .35);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px)
}

.knowledge-category h3,
.path h2 {
    text-transform: uppercase;
    display: inline-block
}

.knowledge-category h3 {
    position: relative;
    margin-top: 0;
    margin-bottom: 1rem;
    padding-bottom: .25rem;
    font-size: 1.2rem
}

.knowledge-category h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#667eea), to(#764ba2));
    background: -webkit-linear-gradient(left, #667eea, #764ba2);
    background: -moz-linear-gradient(left, #667eea, #764ba2);
    background: -o-linear-gradient(left, #667eea, #764ba2);
    background: linear-gradient(90deg, #667eea, #764ba2);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.knowledge-item-container {
    margin-top: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px
}

.knowledge-item {
    width: 150px;
    text-align: center;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    -o-transition: -o-transform .2s ease;
    -moz-transition: transform .2s ease, -moz-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease, -moz-transform .2s ease, -o-transform .2s ease
}

.knowledge-item:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px)
}

@media screen and (max-width:768px) {
    .knowledge-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .knowledge-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 -webkit-calc(33.333% - 20px);
        -moz-box-flex: 0;
        -ms-flex: 0 0 calc(33.333% - 20px);
        flex: 0 0 calc(33.333% - 20px)
    }

    .social-media a {
        width: 50px;
        height: 50px
    }

    .social-media img {
        width: 30px
    }

    .social-media li {
        margin: 3px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column wrap;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.knowledge-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.knowledge-item img {
    height: 50px
}

.knowledge-item p {
    color: #595959;
    margin-top: 0;
    font-size: 14px
}

.path,
.step {
    position: relative
}

.path-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.path {
    -webkit-box-flex: 50%;
    -webkit-flex: 50%;
    -moz-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    padding: 0 50px
}

.path h2 {
    background-color: #e0e0e0;
    padding: 10px 20px
}

.skill-box,
.step,
.thumbnail {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.path h2,
.step {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.step {
    width: 100%;
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    margin-left: 20px;
    background: #ececec;
    margin-bottom: 20px;
    padding: 10px
}

.step>.step-period:last-child {
    margin-bottom: 0
}

.step::after,
.step::before {
    content: "";
    position: absolute;
    top: -10px
}

.step::before {
    height: -webkit-calc(100% + 20px);
    height: -moz-calc(100% + 20px);
    height: calc(100% + 20px);
    width: 5px;
    background: #ecf0f1;
    left: -20px
}

.step::after {
    height: 15px;
    width: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #cdd1d2;
    left: -25px
}

.step p {
    margin: 5px
}

.step .step-period {
    color: #535353;
    font-style: italic
}

.header-text,
.step .step-title {
    font-weight: 700
}

.header-text {
    display: none;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    text-decoration: none;
    color: #fff
}

.fa-check {
    color: green
}

.tag {
    background-color: #007bff;
    color: #fff;
    font-size: 12px;
    padding: 4px 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-right: 8px;
    vertical-align: middle;
    display: inline-block
}

.global-loading .loading-placeholder {
    position: relative
}

.global-loading .loading-placeholder::before {
    display: block
}

.global-loading .btn.loading-placeholder,
.global-loading a.loading-placeholder,
.global-loading li.loading-placeholder {
    pointer-events: none
}

.global-loading .btn.loading-placeholder::before,
.global-loading .step-btn a.loading-placeholder::before,
.global-loading h2.loading-placeholder::before {
    top: 0;
    left: 0
}

.global-loading h1.loading-placeholder,
.global-loading h2.loading-placeholder,
.global-loading p.loading-placeholder {
    display: inline-block;
    position: relative;
    overflow: hidden
}

.global-loading .loading-placeholder::before,
.global-loading h1.loading-placeholder::before,
.global-loading h2.loading-placeholder::before,
.global-loading p.loading-placeholder::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(left, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background: -moz-linear-gradient(left, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background: -o-linear-gradient(left, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background: -webkit-gradient(linear, left top, right top, color-stop(25%, #f0f0f0), color-stop(50%, #e0e0e0), color-stop(75%, #f0f0f0));
    background: -webkit-gradient(linear, left top, right top, color-stop(25%, #f0f0f0), color-stop(50%, #e0e0e0), color-stop(75%, #f0f0f0));
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    -moz-background-size: 200% 100%;
    background-size: 200% 100%;
    -webkit-animation: loading 1.5s infinite;
    -moz-animation: loading 1.5s infinite;
    -o-animation: loading 1.5s infinite;
    animation: loading 1.5s infinite;
    z-index: 999
}

.global-loading h1.loading-placeholder::before,
.global-loading h2.loading-placeholder::before,
.global-loading p.loading-placeholder::before {
    vertical-align: middle
}

.btns {
    width: 100%
}