.bouton_general_saut_abs_1 {
    height: auto;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    margin-left: 15px;
    margin-right: 15px
}

.ombre_div {
    height: auto
}

@media (max-width: 768px) {
    .hover_saut_france .div_img_populaire, .hover_saut_france .ombre_div {
        height: auto
    }
}

.bg_saut_populaire {
    background-color: #fff;
    padding: 0 .65rem .5rem;
    height: auto
}

.info_saut_populaire {
    min-height: 3.5em;
}






@import url(https://fonts.googleapis.com/css?family=Roboto:300,400);
/** SPINNER CREATION **/

.loader {
    position: relative;
    text-align: center;
    margin: 15px auto 35px auto;
    z-index: 9999;
    display: block;
    width: 80px;
    height: 80px;
    border: 10px solid rgba(0, 0, 0, .3);
    border-radius: 50%;
    border-top-color: #000;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}


/** MODAL STYLING **/

.modal-content {
    border-radius: 0px;
    box-shadow: 0 0 20px 8px rgba(0, 0, 0, 0.7);
}

.modal-backdrop.show {
    opacity: 0.75;
}

.loader-txt {
p {
    font-size: 13px;
    color: #666;
small {
    font-size: 11.5px;
    color: #999;
}
}
}

#output {
    padding: 25px 15px;
    background: #222;
    border: 1px solid #222;
    max-width: 350px;
    margin: 35px auto;
    font-family: 'Roboto', sans-serif !important;
p.subtle {
    color: #555;
    font-style: italic;
    font-family: 'Roboto', sans-serif !important;
}
h4 {
    font-weight: 300 !important;
    font-size: 1.1em;
    font-family: 'Roboto', sans-serif !important;
}
p {
    font-family: 'Roboto', sans-serif !important;
    font-size: 0.9em;
b {
    text-transform: uppercase;
    text-decoration: underline;
}
}
}