body{
    position: relative;
    background-color: #f7f7f6;

}
@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1140px}}

.navbar-toggler-icon {
    color:#FFF;
    filter:invert(100%);
}


section {
    padding: 30px 0;
}

article {
    padding: 30px 0;
}

nav-link {
    color:#FFFFFF;
}
.nav-link:focus, .nav-link:hover {
    color:#d4976a;
}

.navbar-nav a {
    color:#FFFFFF;
}

.navbar-nav .nav-link.active {
    color:#d4976a;
}

a {
    color:#d4976a;
    font-weight: bold;
}
a:hover{
    color:#4d4b52;
    
}
.clear {
    clear: both;
}
h2 {
    text-align: center;
    color:#4d4b52;
    font-family: "Arial Narrow", Arial, sans-serif;
}

.h2suppliers:after {
    content: '';
    display: block;
    position: relative;
    width: 16%;
    border: 1px solid #000;
    margin-top: 3px; }

.btn-primary {
    background: #d4976a;
    border: 0px;
    border-radius: 0px;
--bs-btn-active-bg:#4d4b52;
}

.btn-primary:hover {
    background: #4d4b52;
}


.img-mother {
    margin-top: 30px; 
    max-width: 550px;
}

.video-responsive { 
    overflow:hidden; 
    padding-bottom:56.25%; 
    position:relative; 
    height:0;
}

.video-responsive iframe {
    left:0; 
    top:0; 
    height:100%;
    width:100%;
    position:absolute;
}
.display-middle {
    display: table-cell;
    vertical-align: middle;
    
}
.txt-400 {
    display: table;
    height: 400px;
    overflow: hidden;
}

.txt-350 {
    display: table;
    height: 350px;
    overflow: hidden;
}
.become-supplier {
    padding: 20px 20px; 
    margin: 20px;
    background-color: #e9eef2;
}

#viewmore:after {
    content: url('../img/icon-fleche.svg');
    height: 30px;
    display: inline-block;
    padding-top: 3px;
    width: 35px;
}

.review{
    font-size: 20px;
    font-weight: 600;
    padding: 20px 0 ;
}

.name{
    font-size: 18px;
    color: #764cc3;
    margin: 0;
}

.job{
    color: #c8c8c8;
    font-size: 14px;
}

.carousel-inner{
    max-width: 1000px;
}

.fa-minus {
    font-size: 14px;
}

.carousel-indicators {
    bottom: -20px;
    right: 0;
    margin: 0;
}

.carousel-indicators [data-bs-target ] {
    height: 10px;
    width: 10px;
    background-color: #d9d9d9;
    border-radius: 50%;
}

.carousel-indicators .active{
    background-color:#585757;
}

.left{
    color: rgb(20, 20, 20);
    font-weight: 600;

}

.right{
    color: rgb(12, 12, 12);
    font-weight: 600;
}

.carousel-control-next, .carousel-control-prev {
    position: relative;
}




#footer {
    width:100%;
    height:100px;
    position:absolute;
    bottom:0;
    left:0;}


.footer {
    background-color: #e9eef2; 
    justify-content: center; 
    display: flex; 
    padding-top: 20px;
}

.font_cursive {
    font-family: "Brush Script MT";
}
.font_cursive:before {
    content: '\201C';
    font-family: "Apple Chancery","cursive";
    margin-left: -30px;
    font-size: 20;
    display: inline-block;
    position: relative;
    padding-right: 13px;
}

.font_cursive:after {
    content: "\201D";
    font-family: "Apple Chancery","cursive";
    margin-right: -30px;
    font-size: 20;
    display: inline-block;
    position: relative;
    padding-left: 13px;
    
}

@media (max-width:1000px) {
    .img-mother {
    width:350px;
    height:245px;
}
    
}

@media (max-width:560px) {
    
    .become-supplier {
        
    padding: 10px 10px; 
    }
    iframe{width: 350px;}
.img-mother {
    width:350px;
    height:245px;
}
    .review{
        font-size: 14px;
        font-weight: 600;
    }

    .name{
        font-size: 13px;
    }

    .job{
        font-size: 10px;
    }

    .right{
        font-size: 12px;
    }

    .left{
        font-size: 12px;
    }

    .carousel-indicators [data-bs-target ] {
        height: 8px;
        border: 1px solid black;
        width: 8px;
        background-color: inherit;
        border-radius: 50%;

    }

    .carousel-indicators .active{

        border: 1px solid transparent;

        background-color:#c1e718;

    }
    .col {
        flex:100%;
        }
    .img-sample {width: 150px;
    height: 150px;}
    .col-8 {
        flex:100%;
    }
    .txt-400 {
        height:300px;
    }
    .txt-350 {
        height:250px;
    }
}