.my-info-wrapper {
    padding-top: 110px;
}

.my-info {
    margin-bottom: 30px;
}

.my-info > p {
    margin-bottom: 0;
}

.my-info-title {
    font-size: 12px;
    line-height: 100%;
    color: #05215C;
    letter-spacing: 5px;
    padding-bottom: 5px;

}

.my-info-content {
    color: #faefff;
	line-height: 150%;
}





.top-pagination {
    position: relative;
    z-index: 2;
    padding-top: 150px;
}

.top-pagination > div {
    display: inline-block;
    font-weight: 700;
    vertical-align: top; 
}

.current-num {
    width: 25px;
    position: relative;
    height: 30px;
    color: #05215C;
}

.current-num span {
    position: absolute;    
    left: 0;    
}

.pagination-div {
    position: relative;
    width: 100px;
    height: 30px;
    margin-right: 8px;
}

.pagination-div:after {
    content: "";
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #faefff;
    top: 12px;
}

.total-pages-num {
    color: #faefff;
}





.big-num {
    position: fixed;
    width: 380px;
    left: 0;
    bottom: 30px;
    padding-left: 75px;
    z-index: 1;
}

.current-big-num {
    font-size: 160px;
    -webkit-text-stroke: 3px #05215C;
    color: transparent;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -4px;
    position: relative;
    margin-top: 20px;
    z-index: 2;
}

.icon-scroll,
.icon-scroll:before {
    position: absolute;
    right: -18px;
}

.icon-scroll {
    width: 38px;
    height: 60px;
    margin-left: -20px;
    bottom: 25px;
    margin-top: -35px;
    box-shadow: inset 0 0 0 3px #05215C;
    border-radius: 25px;
    transition: right .5s;
}

.icon-scroll:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #05215C;
    margin-left: -4px;
    top: 8px;
    border-radius: 4px;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll;
    left: 50%;
}

.icon-scroll:after {
    content: "";
    position: absolute;
    z-index: -1;
    background-color: #1559A4;
    width: 58px;
    height: 80px;
    border-radius: 25px;
    transform: translate(-10px, -10px);
    transition: all .3s;
}

@-webkit-keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(35px);
        transform: translateY(35px);
    }
}

@keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(35px);
        transform: translateY(35px);
    }
}

.open .icon-scroll {
    right: 30px;
    z-index: 1;
}

.open .icon-scroll:after {
    background-color: transparent;
}




/* Récursivité */
@media screen and (max-width: 1599px) {
	.big-num {
        width: 320px;
    }

    .current-big-num {
        font-size: 130px;
    }

    .icon-scroll {
        bottom: 17px;
    }
}
@media screen and (max-width: 1360px) {
	.top-pagination,
	.my-info-wrapper,
	.big-num {
		display:none;
	}
}

@media screen and (max-width: 1020px) {
	.top-pagination {
        display: inline-block;
        padding-top: 10px;
        padding-right: 20px;
        float: right;
    }
}

@media screen and (max-height: 880px) {    

    .big-num {
        display: none;
    }

}