
#spectacles{
    border: 1px solid #b49761;
    margin: -1% auto -1% auto;
}
button{
    background-color: transparent;
    border: 0;
}
.photo{
    display: flex;
    justify-content: center;
}

.photo{
    width: 25%;
    padding-top: 3%;
    margin: auto;
}

.detail h2{
    color: black;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    padding: 20px 0 45px 0;
}
.detail{
    text-align: center;
}

.detail .psoustitre{
    font-size: 20px;
}

.detail span{
    font-weight: bold;
}

.text{
    width: 60%;
    margin: auto;
    /*Fait en sorte que les paragraphes soient bien alignés une fois centrés*/
    word-break: break-all;
}

.text .description{
    padding: 30px 0 30px 0;
    color: black;
}
.btnspectacle1, .btnspectacle2, .btnspectacle3, .btnspectacle4 {
    width: 30%;
    display: flex;
    flex-direction: column;
    padding : 5px;
}
.lienspectacle{
    display: flex;
    margin: 45px auto;
}
.btnspectacle1 img, .btnspectacle2 img, .btnspectacle3 img, .btnspectacle4 img {
    width: 50%;
    margin: auto;
}
.btnspectacle1 button, .btnspectacle2 button, .btnspectacle3 button, .btnspectacle4 button {
    padding: 10px 0;
    margin: 10px 0;
    background-color: #b49761;
}
.btnspectacle1 button:hover, .btnspectacle2 button:hover, .btnspectacle3 button:hover, .btnspectacle4 button:hover {
    border: 2px solid #000;
}
.btnspectacle1 a, .btnspectacle2 a, .btnspectacle3 a, .btnspectacle4 a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
.detaildistribution{
    margin-top: 40px;
}
.detaildistribution h3{
    color: black;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}
.distribution{
    display: flex;
    flex-wrap: wrap;
    margin: 20px auto;
}

.divdistrib, .divattrib{
    width: 50%;
    text-align: center;
}

.divdistrib p, .divattrib p{
    font-size: 15px;
}


@media all and (max-width: 860px){

    .lienspectacle{
        display: block;    
    }

    .btnspectacle1, .btnspectacle2, .btnspectacle3, .btnspectacle4 {
        width: 60%;
        display: flex;
        flex-direction: column;
        padding : 5px;
        margin:auto;
    }

    .detaildistribution h3{
        font-size: 20px;
    }

    .distribution{
        display: block;
        width: 100%;
    }

    .divdistrib, .divattrib{
        width: 100%;
    }

    .divdistrib p, .divattrib p{
        font-size: 11px;
    }

}