#boxProduit
{
    display: flex;
    flex-direction: row;
}

.titrePage
{
    font-size: 34px;
    margin-top: 34px;
    text-align: left;
    font-weight: bold;
}

.sousTitre
{
    margin-top: 34px;
    text-align: left;
    font-weight: bold;
    margin-bottom: 21px;
    padding: 0 0 5px 0;
    margin: 8px 0 13px 0;
    font-size: 30px;
    text-transform: none;
}

#boxPict
{
    margin-right: 4.8%;
    width: 22.80%;
}

#boxPict img
{
    width: 100%;
    height: auto;
}

#boxDescription
{
    width: 73.65%;
}

#listeLogo, #listeMedaille
{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

#listeLogo li, #listeMedaille li
{
    margin-right: 2%;
}

.boxPictoTxt
{
    margin: 13px 0 0px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid #303030;
    padding-bottom: 11px;
}

.boxPictoTxt img
{
    margin-right: 13px;
    width: 50px;
    height: 50px;
}

.boxEtAussi
{
    margin-top: 34px;
}

.boxEtAussi h4
{
    font-size: 21px;
    margin: 15px 0 -13px 0;
    padding: 0;
}

.boxPresentationAlternative
{
    width: 100%;
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
    font-size: 1.1em;
    line-height: 1.4em;
    display: flex;
}

.boxPictAlt
{
    margin-right: 0;
    width: 27%;
}

.boxPictAlt img
{
    width: 100%;
    height: auto;
}

.boxDescriptionAlt
{
    width: 74%;
}

.boxDescriptionAlt .texteChapoProduit
{
    width: 80%;
    margin-left: 150px;
}

@media (max-width: 980px) {
    .boxDescriptionAlt .texteChapoProduit
    {
        width: 95%;
        margin-left: 5%;
    }

}

@media (max-width: 750px) {
    #boxDescription {
        width: 100%;
    }

    blockquote {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .titrePage
    {
        font-size: 28px;
    }

    .sousTitre, h2.sousTitre
    {
        font-size: 29px;
    }
    
    .texteChapoProduit
    {
        border: none;
    }

    blockquote {
        font-size: 1.4rem;
    }

    #boxProduit
    {
        display: block;
    }

    #boxPict
    {
        float: left;
    }

    .boxEtAussi
    {
        margin-top: 0;
    }

    .boxEtroit
    {
        width: 95%;
    }

    blockquote::before, blockquote::after {
        display: none;
    }

    .suggestionList
    {
        flex-direction: column;
    }

    .suggestionList li
    {
        width: 100%;
    }

    .boxPresentationAlternative
    {
        flex-direction: column;
    }

    .boxPictAlt
    {
        width: 100%;
        text-align: center;
    }

    .boxPictAlt img{
        width: 55%;
    }
    
    .boxDescriptionAlt
    {
        width: 100%;
    }
    
    .boxDescriptionAlt h2.sousTitre
    {
        text-align: center;
    }
    
    .boxDescriptionAlt .texteChapoProduit
    {
        margin-top: -34px;
    }
    
    .boxPictoTxt
    {
        flex-direction: column;
        width: 100%;
    }
}

@media (max-width: 370px) {
    .sousTitre, h2.sousTitre
    {
        font-size: 21px;
    }
}