.logo_ch {
    width: 40%;
    max-width: 457px;
    padding: 38px;
    padding-left: 0px;
}

.logo_apr {
    width: 30%;
    max-width: 40px;
    padding: 20px 0;
}

body, html {
    height: 100%;
    font-size: 15px;
    background-color: #f5f5f5;
}

#main {
    padding-bottom: 20px;
}

@media (max-width: 991px) {
    #main {
        padding-bottom: 20px;
    }
}

.padding-0 {
    padding: 0;
}

#wrapper {
    min-height: 100%;
    position: relative;
}

.footer-background {
    bottom: 0;
    width: 100%;
}

.footer {
    background-color: #666;
}

.footer {

    padding-bottom: 20px;
    font-weight: 300;
}

.footer-middle {
    text-align: center;
}

.footer-middle {
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

.footer-middle a:hover,
.footer-middle a:focus {
    color: #ffffff;
}

.footer-right {
    padding-top: 5px;
    color: #ffffff;
    font-size: 15px;
}

.footer-left {
    padding-top: 5px;
    color: #ffffff;
    font-size: 15px;
}

.footer-right img {
    float: left;
    padding-right: 10px;
}

/* slider */

#slider {
    position: relative; /* positon and z-index to prevent text flicker when animating */
    z-index: 1;
}

@media (min-width: 768px) {
    /* sm and up */
    #slider {
        margin-top: 30px;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .carousel-indicators {
        display: none;
    }
}

.carousel-control.right,
.carousel-control.left {
    background-image: none;
}

.carousel-control .icon-next, .carousel-control .fa-angle-right {
    right: 10%;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 50px;
    position: absolute;
}

.carousel-control .icon-next, .carousel-control .fa-angle-left {
    left: 10%;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 50px;
    position: absolute;
}

.carousel-indicators {
    bottom: -5px;
}

.carousel-indicators .active,
.carousel-indicators li {
    margin-right: 5px;
}

.carousel-indicators li {
    background-color: rgba(0, 0, 0, 0.05);
    border: 1px solid #8c8c8c;
}

.carousel-indicators .active {
    height: 10px;
    width: 10px;
    margin: 1px 5px 1px 1px;
    background-color: #8c8c8c;
}

.header {
    background-color: #1e73aa;
}

.bloc-content {
    background-color: white;
}

.bloc-content .column {
    padding: 15px;
}

.news-item img {
    width: 100%;
    height: auto;
}

.file a img {
    width: auto;
}

.flexslider-top {
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 20px;
    padding-bottom: 20px;
}

div.col-xs-12.news-item {
    padding: 0;
    padding-top: 10px;
}

.row {
    padding-top: 15px;
    padding-bottom: 15px;
}

.footer-left a {
    color: white;
}


.conditions{
    color: white;
}

.conditions a {
    color: white;
}