*{
    padding:0;
    margin:0;
    font-family: 'Noto Sans', sans-serif !important;
    font-size: 1rem;
    color: #5C636A;
}

body{
    background-image: url('./img/bg.jpg');
    background-size: cover;
    background-attachment:fixed;
}

.contenu{
    background-color: rgba(255, 255, 255, 0.7);
}

h1, h2, h3, h5{
    color: #5C636A;
    text-align: center;
}

h1{
    font-size: 5rem;
}

h2{
    font-size: 3rem;
}

h3{
    font-size: 2rem;
}

.portrait{
    height: 20rem;
}

#texte-presentation{
    text-align: center;
}

#compteur{
    font-weight: bold;
}

.row button{
    width: 95%;
    height: 50px;
}

.card{
    margin: 2%;
}

.card-img-top{
    padding: 8% 20% 0 20%;
}

.accordion-button{
    color: #5C636A;
}

.accordion-body{
    text-align: center;
}

#containerProgress{
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.carousel-item-cliquable{
    cursor: pointer;
}

.carousel-caption{
    background-color: rgba(92, 99, 106, 0.8);
}

.carousel-caption h5{
    color: white;
}

.carousel-caption p{
    color: white;
}

.carousel-controlers{
    background-color: #5C636A;
    width: 5rem;
    height: 5rem;
}

.modal-content{
    width: 100%;
}

@media screen and (max-width: 768px) {
    h1{
        font-size: 4rem;
    }

    .boutonsprincipaux{
        margin-bottom: 1rem;
    }

    .accordion-body>img{
        width: 70%;
        margin: 0 auto;
    }
    
}

@media screen and (max-width: 455px) {
	h1{
        font-size: 3rem;
    }

    h2{
        font-size: 2rem;
    }

    .modal{
        width: 100%;
    }
    
}