.container-fluid.MyContent {
    border: 12px solid #efefef;
    text-align: center;
}

.container-fluid.MyContent h1 {
    font-family: ClarinsRegular, Clarins;
    font-weight: 400;
    text-align: center;
    font-size: 35px;
    margin: 0px;
    line-height: 55px
}

.container-fluid.MyContent h2 {
    font-family: ClarinsRegular, Clarins;
    font-weight: 400;
    text-align: center;
    font-size: 40px
}

.container-fluid.MyContent h3 {
    font-family: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial, sans-serif;
    text-align: center;
    font-size: 25px
}

.container-fluid.MyContent .myTextContent {
    font-family: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 30px;
    text-align: center
}

.container-fluid.MyContent a.myCTA {
    border: 4px solid #efefef;
    display: inline-block;
    font-family: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 12px;
    margin: 20px;
    padding: 16px;
    text-align: center;
    width: 170px
}

.container-fluid.container-fluid.MyContent .videoBox {
    cursor: pointer;
    padding: 0px;
}

.container-fluid.MyContent .picto {
    margin: 10px;
}


.container-fluid.MyContent .productBox {
    margin-bottom: 50px;
    text-align: center
}


.container-fluid.MyContent .productBox .adjust img {
    margin-bottom: 11px
}

.container-fluid.MyContent .productBox a.myCTA {
    border: 4px solid #efefef;
    display: inline-block;
    font-family: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 13px;
    margin: 15px;
    padding: 13px;
    text-align: center;
    width: 125px
}


@media (min-width:1200px) {
    .container-fluid.MyContent .productBox .adjust img {
        margin-bottom: 11px
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .container-fluid.MyContent .productBox .adjust img {
        margin-bottom: 11px
    }
}

@media (min-width:1024px) and (max-width:1024px) {
    .container-fluid.MyContent .productBox h3 {
        font-size: 29px
    }

    .container-fluid.MyContent .productBox .adjust img {
        margin-bottom: 11px
    }
}

/*
    RESPONSIVE
*/

@media (min-width: 1200px) {
    .myTextContent.isMobile{
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .myTextContent.isMobile{
        display: none;
    }
}

@media (min-width: 1024px) and (max-width: 1024px) {
    .myTextContent.isMobile{
        display: none;
    }
   
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .myTextContent.isDesktop{
        display: none;
    }
     .myTextContent.isMobile{
        display: block;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .myTextContent.isDesktop{
        display: none;
    }
     .myTextContent.isMobile{
        display: block;
    }
}

@media (max-width: 575.98px) {
    .myTextContent.isDesktop{
        display: none;
    }
     .myTextContent.isMobile{
        display: block;
    }

    
    .mobile_display {
        margin-bottom: 10px;
    }
}