.topPage {
    background: url("../images/velo-couple.jpeg");
    background-size: cover;
    background-position: center;
    height: 100vh;
    padding-top: 35vh !important;
    text-align: center;
    color: white !important;
}


.topPage h1 img {
  height: 100% !important;
  max-height: 120px;
  width: auto;
  margin-bottom: 70px;
}

.topPage h1 {
    color: white !important;
}

.logoPart{
    height: auto;
    max-height: 120px;
    max-width: 200px;
}

.link-title{
    color: #3c4043;
}
/*
#slider{
    height: 100% !important;
}*/

.logoPartTop{
    height: auto;
    max-height: 120px;
    max-width: 160px;
}

.responsive-img{
    width: 200px;
}

#financeGroup{
    margin-left: 0px; 
    margin-right: 0px;
}
#contribute{
margin-left: -130px;
margin-right: -90px;
}


.flex-center {
    display: flex; 
    flex-direction: row; 
    justify-content: center;
    padding-left: 50px;
    padding-right: 50px;
}


@media (max-width: 850px) {
    .flex-center { 
        flex-direction: column;
    }
}


@media (min-width: 800px) and (max-width:1270px) {
    
    #financeGroup{
        margin-left: 90px;
        margin-right: 90px;
    }
}

@media (min-width: 1270px) {
    
    #financeGroup{
        margin-left: 300px;
        margin-right: 300px;
    }
}

@media (max-width:916px) {
    .logoPart{
        height: auto;
        max-height: 110px;
        max-width: 180px;
    }
    .logoPartTop{
        height: auto;
        max-height: 110px;
        max-width: 180px;
    }
}

.btn-ressources {
    line-height: 30px !important;
    width: 600px;
}

.btn-ressources-top {
    width: 400px;
    line-height: 30px !important;
}

@media (max-width: 800px) {
    .btn-ressources {
        width: 100% !important;
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (max-width: 1434px) {
    .btn-ressources-top {
        width: 300px !important;
    }
}

@media (max-width: 1120px) {
    .flex-center.bg-pink {
        padding-left: 0px;
        padding-right: 0px;
    }
    .btn-ressources-top {
        width: 250px !important;
    }
}

@media (max-width: 1000px) {
    .btn-ressources-top {
        width: 210px !important;
    }
}

@media (max-width: 851px) {
    .btn-ressources-top {
        width: auto !important;
    }
}

.line-break {
    height: 1px; 
    background-color:grey;
}

.center-flex {
    display: flex; 
    flex-direction: row; 
    justify-content: center;
}

.number-page {
    margin-right:20px; 
    height: 40px; 
    width: 40px; 
    border: solid 1px black; 
    border-radius: 50%; 
    text-align: center; 
    line-height: 40px;
    cursor: pointer;
}

.number-page:checked {
    color: #ee765c;
}

.number-selected {
    background-color: #fff8f5;
    color: #ee765c;
    border-color: #ee765c;
}