.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;
  }
  


.border-left-orange {
    border-left: solid #ee765c 3px;
}

section {
    padding-top: 0px;
}

.input-group {
    max-width: 500px;
}

.form-inline {
    display: flex;
    flex-direction: row;
    justify-content: right;
}

.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;
}

.form-control:focus {
    border: 1px solid #e4e6ef;
}

@media (max-width: 578px) {
    .form-inline { 
        justify-content: left;
    }
}

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

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

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

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

.img-type {
    text-align: right;
}

.form-check-input {
    background-color: transparent;
}

.form-check-label {
    color: #ee765c;
}

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

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

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

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

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

@media (max-width: 578px) {
    .img-type {
        text-align: left;
    }
}

#container {
    margin-top: 40px !important;
}

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

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

#loupe {
    border-radius: 0px; 
    background-color: white; 
    height: 40px; 
    border-right: none;
}

#search-close {
    border-radius: 0px; 
    background-color: white; 
    height: 40px; 
    border-left: none; 
    font-weight: 400; 
    font-size: 22px;
}

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

.preview-article {
    width: 100%;
}