.baniere-partenaires{
    background-image: url(image/partenaires/baniere.jpg);
    background-repeat: no-repeat;
 display: flex;
 flex-direction: column;
 background-size: cover;
 -webkit-background-size: cover;
 background-position-x:center;

    }
      

.titres{
width:60%;
margin: 0;
display: flex;
flex-direction: row;
flex-wrap:wrap ;
justify-content:space-between;
align-content:flex-end;
margin:200px auto;
}

                    @media screen and (max-width:1180px){
                        .titres{
                            margin-top:50px;
                            margin-bottom: 100px;
                        }
                        }


.titres h1{
text-align: center;
line-height: 80px;
text-shadow: #f5f5dc  -8px 8px 8px;
font-size: 65px;
font-weight: lighter;
} 

.materiel {
        position: relative;
        top: 200px;
        min-width:400px;
    }
                        @media screen and (max-width:1180px){
                           .materiel{
                            top:80px;
                            }
                            }
                        @media screen and (max-width:500px){
                            .materiel{
                               left:-70px;
                                }
                                }
                        @media screen and (max-width:380px){
                            .materiel{
                                min-width:310px;
                            
                                }
                                }
                        @media screen and (max-width:880px){
                            .materiel{
                                top:50px;
                                }
                                }

img.ligne-rouge {
margin-top:100px;

}
                        @media screen and (max-width:1180px){
                           img.ligne-rouge {
                                margin-top:30px;
                            
                                }
                                }
                        @media screen and (max-width:880px){
                            img.ligne-rouge {
                                position: relative;
                                top:-30px ;
                                    }
                                    }

 /*.......articles fournisseur.....*/
 .fournisseur{
    width: 100%;
    background: linear-gradient(to left ,#F6D59F ,#fdf0cb 50%,#FAEEBC 40%,#F6D59F);
    margin-top: -50px;
    padding-top: 100px;
    padding-bottom: 50px;
}  

  .fourn-contain{
     max-width: 1400px;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: stretch;
  }                 

 .fournisseur article{
     background-color: aliceblue;
     border: 10px solid #8A8787;
     border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    width:400px;
    padding: 40px;
   margin-top: 100px;
    margin-bottom:50px ;

    }

                        @media screen and (max-width:450px){
                            .fournisseur article{
                       height: max-content;
                       border-top-right-radius:0;
                        border-bottom-left-radius: 0;
                        padding: 20px;
                                }
                                } 
                      

 .fournisseur article img{
margin-top: -10px;
margin-bottom: 20px;
width: 100px;
margin-left: 10px;
}    
.fournisseur .arts-tapissiers img{
    width:120px;
}
.fournisseur .leboncoin img{
    width: 150px;
    margin-top: 5px;
    margin-bottom: 30px;
    margin-left: 20px;
}
.fournisseur .quartier img{
    width: 190px;
}

 .fournisseur p{
     font-size: 16px;
     font-family: 'Times New Roman', Times, serif;
width: 250px;
margin-bottom: 10px;

 }
                       


 .fournisseur a{
     text-decoration:none;
     text-decoration: underline;
   
     color: indianred;
     margin-left:100px;
     margin-top: 10px;
     font-size: 20px;
    }
                        @media screen and (max-width:350px){
                            .fournisseur a{
                                margin-left:10px;
                                }
                                } 
 .fournisseur article span{
    margin-top: 5px;
    display: block;
  font-size: 16px;
width: 200px;
float: right;
 margin-bottom: 5px;
 font-weight: lighter;
font-family: 'Times New Roman', Times, serif;
color: #757474;

 }
