@media (min-width: 360px) {

    .reference {
        color: #101636;
        font-weight: normal;
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 45px;
    }

    .famille {
        min-width: 50px;
        text-align: center;
    }

    .catalogue-opacity {
        opacity: 50%;
    }

    .logo-image {
        width: 108px;
    }

    .logo-image, .logo-image-angel {
        margin-bottom: 25px;
    }

    .produit-info h1{
        font-weight: normal;
        color: #009fe3;
        font-size: 23px;
        line-height: 28px;
    }

    .recommandation{
        font-weight: normal;
        color: #101636;
        font-size: 13px;
        line-height: 1rem;
    }

    .price {
        font-weight: normal;
        color: #101636;
        margin-bottom: 30px;
        font-size: 20px;
        line-height: 42px;
        text-transform: uppercase;
    }


    .buy {
        background-color: #009fe3;
        padding: 14px 110px;
        margin-bottom: 15px;
    }

    .buy, .custom_buy {
        border: none;
        color: white;
        border-radius: 50px;
        font-weight: normal;
        cursor: pointer;
        font-size: 14px;
        line-height: 26px;
    }

    .custom_buy {
        padding: 14px 105px;
        background-color: #73C983;
    }

    .argumentation{
        font-weight: normal;
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .cara-title {
        font-weight: normal;
        color: #009fe3;
        font-size: 25px;
        line-height: 30px;
        margin-top: 42px;
        margin-bottom: 53px;
    }

    .donnee {
        color: #101636;
    }

    .donnee p {
        font-size: 14px;
        line-height: 24px;
    }

    .download-etoile {
        display: none;
    }

    .download-texte{
        font-weight: normal;
        color: #101636;
    }


    .fiche-produit {
        display: flex;
        justify-content: space-between;
        width: 330px;
        margin: 0 auto;
        flex-flow: row wrap;
    }

    .product-carousel{
        width:330px;
    }

    .price span {
        font-size: 35px;
        line-height: 42px;
    }

    .groupement-boutton {
        display: flex;
        justify-content: center;
        flex-flow: row wrap;
        width: 330px;
    }

    .donnee-largeur {
        width: 330px;
        margin: 0 auto;
    }

    .espacement-donnee {
        width: 330px;
    }

    .logo-list {
        margin: 90px auto 53px 0;
        width: 300px;
    }

    .mt-perso{
        margin: 40px 0;
    }

    .title-commercial{
        width: 300px;
        font-size: 18px;
        line-height: 30px;
    }

    .vignette-distributeur {
        display: flex;
        justify-content: center;
        flex-flow: row wrap;
        align-items: center;
        width: 330px;
        margin: 0 auto;
    }

    .hierarchy-product{
        display: none;
        margin-bottom: 30px;
    }

    .hierarchy-product a {
        font-weight: bold;
        text-decoration: none;
        color: #101636;
        font-size: 20px;
        line-height: 26px;
    }

    .hierarchy-product .element:not(:last-child){
        margin-right: 5px;
    }

    .list-product {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 330px;
        margin-top: 15px;
    }

    .actif-block {
        border: 1px solid #009fe3 !important;
    }

    .list-product .catalogue-product img {
        width: 48px;
        border: 1px solid white;
    }

    .icon-fleche {
        width: 32px;
    }

    .catalogue-general {
        display: flex;
    }

    .Fgauche {
        transform: rotate(90deg);
        margin-right: 10px;
    }

    .catalogue-product:not(:last-child) {
        margin-right: 10px;
    }

    .Fdroit {
        transform: rotate(270deg);
        margin-left: 10px;
    }

    .list-variationS,.list-variationT {
        display: flex;
        justify-content: flex-start;
        flex-flow: row wrap;
    }

    .list-variationS a:not(:last-child) {
        margin-right: 10px;
    }

    .v-T, .v-S {
        margin-top: 25px;
    }
}


@media screen and (max-width: 747px){
    .catalogue-general {
        overflow: hidden;
        width: 234px;
    }
}

@media (min-width: 748px) {

    .famille {
        min-width: 70px;
    }

    .catalogue-general {
        flex-flow: row wrap;
    }

    .list-product {
        width: auto;
    }

    .icon-fleche {
        display: none;
    }

    .hierarchy-product a {
        font-size: 15px;
        line-height: 20px;
    }

    .hierarchy-product {
        justify-content: flex-start;
        align-items: center;
        display: flex;
    }

    .fiche-produit {
        width: auto;
    }

    .donnee-largeur {
        width: 685px;
    }

    .espacement-donnee {
        width: 500px;
    }

    .download-etoile{
        margin-top: 90px;
        margin-right: 61px;
        margin-bottom: 48px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .download-texte{
        font-size: 20px;
        line-height: 24px;
        margin-left: 11px;
        font-weight: bold;
    }

    .vignette-distributeur {
        width: 685px;
    }

    .logo-list {
        width: 516px;
    }

    .logo-image {
        margin-bottom: 0;
    }

}

@media screen and (max-width: 991px) {
}

@media (min-width: 992px) {

    .famille {
        min-width: 90px;
    }

    .title-commercial {
        width: auto;
    }

    .logo-list {
        width: 300px;
    }

    .logo-image {
        margin-bottom: 25px;
    }

    .hierarchy-product a{
        font-size: 20px;
        line-height: 26px;
    }

    .reference {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 28px;
    }

    .product-carousel{
        width: calc(50% - 25px);
        height: 600px;
    }

    .produit-info{
        width: calc(40% - 25px);
    }

    .donnee-largeur {
        width: 349px;
        margin: 0;
    }

    .espacement-donnee {
        width: 330px;
    }

    .produit-info h1 {
        font-size: 35px;
        line-height: 42px;
        margin-bottom: 15px;
    }

    .recommandation{
        font-size: 13px;
        line-height: 15px;
    }

    .price {
        font-size: 20px;
        line-height: 42px;
    }

    .buy, .custom_buy {
        font-weight: bold;
        padding: 14px 37px;
        font-size: 1rem;
        line-height: 26px;
    }

    .groupement-boutton {
        justify-content: space-between;
        width: 455px;
    }

    .argumentation{
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 25px;
    }

    .buy {
        margin-bottom: 0;
    }

    .cara-title {
        font-size: 35px;
        line-height: 31px;
        margin-top: 35px;
        margin-bottom: 25px;
    }
}

@media (min-width: 1200px) {

}

@media (min-width: 1400px) {
    .list-product div:not(:last-child) {
        margin-right: 15px;
    }

    .donnee-largeur {
        width: 549px;
    }

    .vignette-distributeur {
        justify-content: flex-start;
        width: auto;
    }

    .mt-perso{
        margin: 50px 0;
    }

    .donnee{
        font-size: 14px;
        line-height: 24px;
    }


    .fiche-produit{
        width: auto;
    }

    .espacement-donnee {
        width: 500px;
    }

    .logo-list {
        margin: 90px auto 0 0;
        width: auto;
    }


}

.ligne{
    margin-top: 49.5px;
    margin-bottom: 40.5px;
    background-color: #101636;
    width: auto;
    height: 1px;
    border: none;
}

.distributeurs {
    height: 500px;
    background-color: #F8F9FA;

}

.container-deal{
    max-width: 1275px !important;
    background-color: #F8F9FA;
    margin: 0 auto;
}

.lien-distri {
    width: 225px;
    height: 225px;
    background-color: white;
    margin-bottom: 25px;
    margin-left: 25px;
}

.img-distributeur{
    margin: auto;
}

.couleur input[type=radio]:checked ~ div {
    border: 1px solid #101636;
    border-radius: 50%;
}

.couleur input[type=radio] ~ div {
    border-radius: 50%;
    border: 1px solid #F8F9FA;
}

.couleur label input[type=radio]{
    display: none;
}

.couleur label div {
    width: 21px;
    height: 21px;
}

.color-value {
    height: 16px;
    display: inline-block;
    width: 16px;
    line-height: 16px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #e7e9ed;
    cursor: pointer;
    padding:0.5px;
}

.couleur {
    width: 215px;
}

.couleur label:not(:nth-child(5n+1)){
    margin-left: 25px;
}

.couleur label {
    margin-top: 5px;
}

.famille {
    border: 1px #101636 solid;
    border-radius: 50px;
    text-decoration: none;
    padding: 15px 10px;
    color: #101636;
    margin-bottom: 15px;
}

.actif-famille {
    border: 1px #009fe3 solid;
}

.variation {
    margin-bottom: 15px;
}

.block-cara {
    margin-top: 72px;
    background-color: #F8F9FA;
}


.rotate {
    transform: rotate(270deg);
}


[data-ccid=cc-wtb-button-container]{
    display: none !important;
}
