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

img, video {
	max-width: 100%;
	width: auto;
	height: auto;
}

a {
	text-decoration: none;
    color: inherit;
    transition: color .2s ease-out;
}

strong {
	font-weight: 700;
}

body {
	font-family: 'Catamaran', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
    color: #333333;
    -webkit-font-smoothing: antialiased;
}

body.open {
    overflow: hidden;
}

main {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	position: relative;
	transition: filter 0.5s ease;
}

.container {
	margin: 0 auto;
	width: 100%;
    padding: 0 30px;
}

.btn  {
    color: #fff;
    background-color: #080808;
    border: 2px solid transparent;
    font-family: inherit;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    outline: 0;
    line-height: 30px;
    letter-spacing: .15em;
    font-weight: 700;
    text-transform: uppercase;
    box-sizing: border-box;
    margin: 0;
    -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    padding: 13px 46px;
    font-size: 12px;
    text-align: center;
}

.btn:hover {
    border-color: #313131!important;
    background-color: #313131!important;
}

.btnSmall {
    padding: 11px 36px;
}

.btnMini {
    padding: 5px 15px;
}

.bandeau {
    background-image: url(../images/bandeau.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 70px;
}

.bandeau h1 {
    font-size: 50px;
    color: white;
    font-weight: 700;
    letter-spacing: 3px;
    text-align: center;
}

.titre_page {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 40px;
    color: #080808;
}

.filariane {
    background-color: #fafafa;
    height: 60px;
    display: flex;
    align-items: center;
}

.liensFilariane a, .liensFilariane span {
    color: #929292;
    font-weight: 400;
    line-height: 25px;
    margin-right: 5px;
}

.liensFilariane a:hover {
    color: #000;
}

.liensFilariane a:not(:last-child):after {
    content: "/";
    padding-left: 5px;
}

.rubrique {
    padding-top: 70px;
}

/** HEADER */

.header {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100px;
    background-color: white;
}

.headerMobileContent {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headerMobileContent .navDesktop {
    display: none;
}

.headerMobileContent .logo img {
    height: 70px;
}

.pictosAction {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 150px;
    height: 100%;
}

.pictoAction span {
    display: none;
}

.header.headerScroll {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    box-shadow: 3px 3px 20px rgba(0,0,0,0.16);
}

@media (min-width: 768px){
    .pictosAction {
        width: 220px;
        font-size: 20px;
    }
}

@media (min-width: 1200px){
    .header .container {
        height: 100%;
    }

    .headerMobileContent {
        height: 100%;
    }

    .headerMobileContent .navDesktop {
        display: block;
        height: 100%;
    }

    .navDesktop nav {
        height: 100%;
    }

    .navDesktop ul {
        display: flex;
        height: 100%;
    }

    .navDesktop ul li {
        position: relative;
    }

    .navDesktop ul li a {
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        height: 100%;
        padding: 0 22px;
        display: flex;
        align-items: center;
    }

    .navDesktop ul li a:hover {
        color: #929292;
    }

    .headerMobileContent .logo {
        flex-basis: unset;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .burgerMenu {
        display: none;
    }

    .pictosAction {
        width: 425px;
    }

    .pictoAction {
        position: relative;
        display: flex;
        align-items: center;
        height: 100%;
    }

    .pictoPanierContent {
        height: 100%;
        display: flex;
        align-items: center;
    }

    .pictoPanierContent a, .pictoLogin a, .pictoSelection a {
        display: flex;
        height: 100%;
        align-items: center;
    }

    .pictoAction span {
        display: block;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: .1em;
        margin-left: 10px;
    }

    .pictoPanierContent .montant {
        font-family: Montserrat,sans-serif;
        font-weight: 400;
        color: #929292;
    }
}

@media (min-width: 1440px){
    .container {
        width: 1300px;
        padding: 0;
    }

    .navDesktop ul li a {
        font-size: 13px;
    }

    .pictosAction {
        width: 490px;
    }

    .pictoAction span {
        font-size: 13px;
    }
}

@media (min-width: 1600px){
    .container {
        width: 1440px;
    }
}

/** FOOTER */

.footer {
    background-color: black;
    padding-top: 70px;
    color: #fafafa;
}

.colonneFooter {
    margin-bottom: 60px;
}

.colonneFooter h3 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.colonneFooter .liensFooter {
    display: flex;
    flex-direction: column;
}

.colonneFooter .liensFooter a {
    font-size: 14px;
    margin: 5px 0;
}

.copyright {
    border-top: 1px solid rgba(206,206,206,.2);
    padding: 16px 0;
    color: #929292;
    font-size: 12px;
    line-height: 19px;
}

@media (min-width: 768px){
    .colonnesFooter {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .colonneFooter {
        flex-basis: 50%;
    }
}

@media (min-width: 992px){
    .colonneFooter {
        flex-basis: 25%;
    }
}

/** NAV MOBILE */

.navMobile {
    position: fixed;
    top: 0;
    right: 0;
    width: 340px;
    height: 100%;
    z-index: 9999;
    padding: 60px 50px 120px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    background-color: #111;
    transform: translate3d(340px,0,0);
    transition: transform .7s cubic-bezier(.25,1,.2,1);
    color: white;
}

.navMobile.open {
    transform: translate3d(0,0,0);
}

.closeNavMobile {
    position: absolute;
    top: 36px;
    right: 35px;
    z-index: 1000;
    cursor: pointer;
    color: white;
    font-size: 24px;
}

.nav_mobile_liens {
    padding-top: 15%;
}

.nav_mobile_liens nav > ul > li {
    position: relative;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.nav_mobile_liens nav ul li a {
    color: #a5a5a5;
    line-height: 24px;
}

.nav_mobile_liens nav > ul > li > a {
    display: block;
    padding: 15px 0;
    font-size: 23px;
    text-transform: uppercase;
}

.nav_mobile_liens nav > ul > li span {
    margin-left: 8px;
}

.nav_mobile_liens nav > ul > li span i {
    transition: transform .2s ease-in-out;
}

.nav_mobile_liens nav > ul > li.opened span i {
    transform: rotate(90deg);
}

.nav_mobile_liens nav > ul > li.opened > a, .nav_mobile_liens ul li a:hover {
    color: white;
}

.nav_mobile_liens ul li ul.sous_menu {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    flex-basis: 100%;
}

.nav_mobile_liens ul li ul.show {
    display: flex;
    flex-direction: column;
    opacity: 1;
}

.nav_mobile_liens ul li ul.sous_menu li {
    margin-bottom: 5px
}

.nav_mobile_social {
    margin-top: 50px;
    display: flex;
    justify-content: space-around;
}

.nav_mobile_social a {
    font-size: 30px;
}

@media (min-width: 992px){
    .navMobile {
        width: 450px;
        transform: translate3d(450px,0,0);
    }
}

@media (min-width: 1200px){
    .navMobile {
        display: none;
    }
}

/** DROPDOWN CATEGORIES */

.categorieDropdown {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 231px;
    background-color: #111;
    text-align: left;
    z-index: 1000;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .4s ease-out;
    -moz-transition: opacity .4s ease-out;
    transition: opacity .4s ease-out;
}

.navDesktop ul li:first-child:hover .categorieDropdown {
    visibility: visible;
    opacity: 1;
}

.liensCategorieDropdown {
    margin: 25px;
    color: white;
    font-size: 14px;
}

.navDesktop ul li .liensCategorieDropdown a {
    font-weight: 400;
    text-transform: unset;
    font-size: 14px;
    letter-spacing: 0;
    padding: 0;
}

.navDesktop ul li .liensCategorieDropdown a:not(:last-child) {
    margin-bottom: 15px;
}

/** DROPDOWN CONTACT  */

.contactDropdown {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 231px;
    background-color: #111;
    text-align: left;
    z-index: 1000;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .4s ease-out;
    -moz-transition: opacity .4s ease-out;
    transition: opacity .4s ease-out;
}

.navDesktop ul li:last-child:hover .contactDropdown {
    visibility: visible;
    opacity: 1;
}

.liensContactDropdown {
    margin: 25px;
    color: white;
    font-size: 14px;
}

.navDesktop ul li .liensContactDropdown a {
    font-weight: 400;
    text-transform: unset;
    font-size: 14px;
    letter-spacing: 0;
    padding: 0;
}

.navDesktop ul li .liensContactDropdown a:not(:last-child) {
    margin-bottom: 15px;
}

/** DROPDOWN PANIER */

.panierDropdown {
    position: absolute;
    top: 100%;
    left: auto;
    right: 0;
    width: 300px;
    background-color: #111;
    text-align: left;
    z-index: 1000;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .4s ease-out;
    -moz-transition: opacity .4s ease-out;
    transition: opacity .4s ease-out;
}

.pictoPanier:hover .panierDropdown {
    visibility: visible;
    opacity: 1;
}

.panierDropdownContent {
    margin: 25px;
    color: white;
    font-size: 14px;
}

.miniPanierArticle {
    display: flex;
    position: relative;
    align-items: center;
    margin-bottom: 20px;
}

.miniPanierArticle figure {
    width: 50px;
}

.miniPanierArticle figure img {
    aspect-ratio: 100 / 100;
    object-fit: cover;
    width: 100%;
}

.miniPanierArticleContent {
    margin-left: 5px;
    padding-right: 15px;
    width: 190px;
}

.miniPanierArticleContent h3 {
    font-weight: 400;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 5px;
}

.miniPanierArticleContent h3 a {
    color: #fff;
    transition: color 0.2s ease;
}

.miniPanierArticleContent h3 a:hover {
    color: #a5a5a5;
}

.miniPanierArticleContent .prixUnitaire {
    font-family: 'Montserrat', sans-serif;
    color: #a5a5a5;
    font-size: 11px;
    font-weight: 400;
}

.miniPanierArticle .supprimerArticle {
    position: absolute;
    top: 5px;
    right: 0;
    transition: color 0.2s ease;
}

.miniPanierArticle .supprimerArticle:hover {
    color: #a5a5a5;
}

.miniPanierTotal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.miniPanierTotal label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
}

.miniPanierTotal span {
    font-family: 'Montserrat', sans-serif;
}

.miniPanierActions {
    display: flex;
    flex-direction: column;
}

.miniPanierActions a {
    font-weight: 700;
    font-size: 9px;
    color: #fff;
    text-transform: uppercase;
    height: 34px;
    letter-spacing: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

.miniPanierActions a:first-child {
    background-color: transparent;
    border: 1px solid #505050;
    margin-bottom: 10px;
}

.miniPanierActions a:first-child:hover {
    border: 1px solid white;
}

.miniPanierActions a:last-child {
    background-color: #2e2e2e;
}

.miniPanierActions a:last-child:hover {
    background-color: #4b4b4b;
    border-color: #4b4b4b;
}

/** DROPDOWN ACCOUNT */

.pictoAccount .categorieDropdown {
    min-width: 220px;
}

.pictoAccount:hover .categorieDropdown {
    visibility: visible;
    opacity: 1;
}

.pictoAccount .liensCategorieDropdown a {
    font-weight: 400;
    text-transform: unset;
    font-size: 14px;
    letter-spacing: 0;
    padding: 0;
}

.pictoAccount .liensCategorieDropdown a:not(:last-child) {
    margin-bottom: 15px;
}

.pictoAccount .liensCategorieDropdown a:hover {
    color: #929292;
}

/** POPUP APERCU PRODUIT */

.previewPopup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0,0,0,.6);
    z-index: 10002;
    transition: all 0.3s ease;
}

.previewPopup.open {
    opacity: 1;
    visibility: visible;
}

.previewPopupContent {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
    display: flex;
    width: calc(100vw - 60px);
    flex-direction: column;
    background-color: #fff;
}

.previewPopupContent .images figure {
    font-size: 0;
}

.previewPopupContent .infos {
    padding: 25px;
}

.previewPopupContent .infos h3 {
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.3;
}

.previewPopupContent .infos .choixDimensions {
    border: 1px solid #e1e1e1;
    color: #929292;
    font-family: Catamaran,sans-serif;
    font-weight: 300;
    height: 50px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    outline: none;
}

.previewPopupContent .infos .prix {
    margin-top: 15px;
    color: #080808;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.previewPopupContent .infos .prix .prixVente {
    font-size: 20px;
    font-weight: 300;
}

.previewPopupContent .infos .prix .ecotaxe {
    font-size: 11px;    
}

.previewPopupContent .infos .prix .prixbarre {
    font-size: 11px;
    margin-top: 5px;
}

.previewPopupContent .infos .resume {
    color: #929292;
    font-weight: 300;
    line-height: 1.3;
    margin-top: 25px;
    font-size: 14px;
}

.previewPopupContent .infos .resume p:not(:last-child) {
    margin-bottom: 5px;
}

.previewPopupContent .infos .ajoutPanier {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 40px;
}

.previewPopupContent .infos .ajoutPanier .quantiteField {
    border: 1px solid #e1e1e1;
    display: flex;
    align-items: center;
    padding-left: 75px;
    height: 50px;
}

.previewPopupContent .infos .ajoutPanier .quantiteField span {
    color: #929292;
    font-size: 13px;
    margin-right: 50px;
}

.previewPopupContent .infos .ajoutPanier .quantiteField input {
    border: 0;
    width: 27px;
    font-family: inherit;
    color: #929292;
    font-size: 16px;
    outline: none;
}

.previewPopupContent .infos .ajoutPanier .attributField .attribut {
    height: 50px;
    border: 1px solid #e1e1e1;
    width: 100%;
    font-family: inherit;
    color: #929292;
    font-size: 13px;
    outline: none;
}

.previewPopupContent .infos .ajoutPanier .btn {
    padding: 8px 46px;
    cursor: pointer;
}

.previewPopupContent .infos .wishlist {
    color: #080808;
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.previewPopupContent .infos .wishlist.selected {
    color: #5D9DD3;
}

.previewPopupContent .infos .wishlist a {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 300;
    font-size: 12px;
    margin-left: 10px;
}

.previewPopupContent .closePopup {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 18px;
}

@media (min-width: 768px){
    .previewPopupContent {
        flex-direction: row;
    }

    .previewPopupContent .images {
        flex-basis: 50%;
    }

    .previewPopupContent .infos {
        padding: 50px;
        flex-basis: 50%;
    }

    .previewPopupContent .infos h3 {
        font-size: 20px;
    }
}

@media (min-width: 992px){
    .previewPopupContent .infos .ajoutPanier {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .previewPopupContent .infos .ajoutPanier .attributField {
        flex: 1;
    }

    .previewPopupContent .infos .ajoutPanier .quantiteField {
        padding-left: 15px;
    }

    .previewPopupContent .infos .ajoutPanier .btn {
        margin-top: 0;
        flex-basis: 100%;
    }

    .previewPopupContent .infos .wishlist {
        margin-top: 40px;
    }
}

@media (min-width: 1200px){
    .previewPopupContent {
        width: 1000px;
    }
}

/** POPUP CONNEXION / INSCRIPTION */

.loginPopup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(0,0,0,.6);
    z-index: 1002;
}

.loginPopupContent {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
    width: 365px;
    background-color: #fff;
}

.loginPopupContent .onglets {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    clear: both;
}

.loginPopupContent .onglets .onglet {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    float: left;
    width: 50%;
    margin: 0;
    padding: 0;
    line-height: 50px;
    text-align: center;
    background-color: #f8f8f8;
}

.loginPopupContent .onglets .onglet a {
    display: block;
    color: #080808;
    font-size: 14px;
    line-height: inherit;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.loginPopupContent .onglets .onglet a.active {
    background-color: white;
}

.loginPopupContent .formContent {
    padding: 30px;
}

.loginPopupContent .formContent input, .loginPopupContent .formContent select {
    position: relative;
    width: 100%;
    margin: 0 0 14px;
    padding: 15px 20px;
    font-family: inherit;
    font-size: 13px;
    line-height: 18px;
    font-weight: inherit;
    color: #929292;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    outline: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    height: 50px;
}

.loginPopupContent .formContent input:focus, .loginPopupContent .formContent select:focus {
    background: #fafafa;
}

.loginPopupContent .formContent .forgotPassword a {
    color: #666;
    font-size: 13px;
}

.registerForm p {
    color: #929292;
    line-height: 25px;
    font-weight: 300;
    font-size: 13px;
}

.loginPopupContent .formContent .btnSubmit {
    margin: 30px 0 0;
    width: 100%;
    cursor: pointer;
    -webkit-appearance: none;
}

/** SEARCH POPUP */

.searchPopup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(0,0,0,.6);
    z-index: 1002;
}

.searchPopupContent {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
    padding: 20px;
    max-width: 800px;
    background-color: #fff;
}

.searchPopupContent .rechercheForm {
    display: flex;
    align-items: center;
    gap: 30px;
}

.rechercheForm input {
    padding: 15px 20px;
    font-family: inherit;
    font-size: 13px;
    line-height: 18px;
    font-weight: inherit;
    color: #929292;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    outline: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    height: 50px;
    flex: 1;
}

.rechercheForm button {
    padding: 7px 46px;
    cursor: pointer;
}

/** POPUP CONFIRMATION */

.confirmationPopup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0,0,0,.6);
    z-index: 10002;
    transition: all 0.3s ease;
}

.confirmationPopup.open {
    opacity: 1;
    visibility: visible;
}

.confirmationPopupContent {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    width: calc(100vw - 60px);
    flex-direction: column;
    padding-bottom: 25px;
    background-color: #fff;
}

.confirmationPopupContent .confirmation_titre {
    background-color: #000;
    color: white;
    padding: 10px 20px;
    font-weight: 600;
}

.confirmationPopupContent .confirmation_contenu {
    text-align: center;
    padding: 25px;
}

.confirmationPopupContent .confirmation_boutons {
    display: flex;
    justify-content: center;
    gap: 25px;
}

.confirmationPopupContent .closePopup {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 18px;
    color: white;
}

@media (min-width: 1200px){
    .confirmationPopupContent {
        width: 600px;
    }
}

/** BACK TO TOP **/

#back-to-top {
    position: fixed;
    width: 41px;
    bottom: 90px;
    right: 25px;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
}

#back-to-top.on {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease;
}

#back-to-top > span {
    position: relative;
    overflow: hidden;
    display: block;
    width: 39px;
    height: 39px;
    line-height: 40px;
    font-size: 13px;
    text-align: center;
    color: #fff;
    background-color: #080808;
    border: 1px solid #080808;
}

#back-to-top > span:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 0;
    width: 0;
    opacity: 0;
    border: 1px solid #e1e1e1;
    -webkit-transition: .2s cubic-bezier(.54,.13,0,1.43);
    -moz-transition: .2s cubic-bezier(.54,.13,0,1.43);
    transition: .2s cubic-bezier(.54,.13,0,1.43);
}

#back-to-top > span:hover:after {
    height: 12px;
    opacity: 1;
    -webkit-transition: .45s cubic-bezier(.54,.13,0,1) 50ms;
    -moz-transition: .45s cubic-bezier(.54,.13,0,1) 50ms;
    transition: .45s cubic-bezier(.54,.13,0,1) 50ms;
}

#back-to-top > span i {
    -webkit-transition: .15s ease 50ms;
    -moz-transition: .15s ease 50ms;
    transition: .15s ease 50ms;
}

#back-to-top > span:hover i {
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    transform: translateY(-7px);
    -webkit-transition: .2s cubic-bezier(1,-1.21,.25,1);
    -moz-transition: .2s cubic-bezier(1,-1.21,.25,1);
    transition: .2s cubic-bezier(1,-1.21,.25,1);
}