.index_bloc_title {
    font-size: 55px;
    text-transform: uppercase;
    display: table;
    margin: 0 auto;
    padding: 10px;
}
.index_bloc_title.orange {color: #f95d0f;}
.index_bloc_title.yellow  {color: #f7a806;}
.index_bloc_title.white {color: #FFF;}
.index_bloc_title {
    font-size: 55px;
    text-transform: uppercase;
    display: table;
    margin: 0 auto;
    padding: 10px;
}
.index_bloc_title.orange {color: #f95d0f;}
.index_bloc_title.yellow  {color: #f7a806;}
.index_bloc_title.white {color: #FFF;}

@media (max-width: 1200px) {
.index_bloc_title {
    font-size: 40px;
}
}

@media (max-width: 767px) {
.index_bloc_title {
    font-size: 30px;
}
}

.overlay_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    transform: translateY(0);
    transition: all 0.5s ease;
    z-index: 999999;
}
.overlay_wrapper.overlay_loaded {
    transform: translateY(-200%);
    transition: all 3s ease;
}
.overlay_wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -90px;
    margin-left: -70px;
}
