    body {
        width: 100%;
        margin: 0px;
        font-family: 'Trebuchet MS', sans-serif;
    }
  
  .bandeau {
        position: relative;
        width: 100%;
        margin-bottom: 50px;
    }
    
    .bottom-left {
        position: absolute;
        left: 50px;
        bottom: -100px;
    }
    .bottom-left2 {
        position: absolute;
        left: 50px;
        bottom: -50px;
    }    
    #bod {
        margin-left: 10%;
        margin-right: 10%;
    }

    .flex-container {
        display: flex;
        flex-wrap: wrap;
    }

    .flex-container > div {
        width: 33.3%;
        padding: 1%;
    }

    .flex-containerX > div:hover {
         background-color: rgba(18, 102, 241, 0.5);
    }

    .flex-containerX > div:active {
        background-color: blueviolet;
    } 
        
	.img_profile {
        width: 150px;
        height: 150px;
        object-fit: cover;
        border-top: thin solid #32a1ce;
        border-bottom: thin solid #32a1ce;
    }
	
    .img_annonce {
        width: 100%;
        height: 200px;
        object-fit: cover;
        border-top: thin solid #32a1ce;
        border-bottom: thin solid #32a1ce;
    }


    
    .txt_info {
        padding-left: 20px;
    }


	
	.description{
		display:block;
		white-space: pre-line;
		text-align: right;
	}

    footer{
        margin-top: 30px;
		margin-bottom: 10px;
        padding: 5px;
        text-align: center;
    }
	
	.select{
		padding : 10px;
				padding-right : 30px;
	}
	
	#store-info{
		margin-top : 15px;
	}
	
	.cc{
		text-align : right;	*
		padding: 100px;
		padding-right : 30px;
	}


    .ima {
        width: 50px;
        height: 50px;
        object-fit: cover;
        padding: 1px;
    }
	
    #div_img {
        position: relative;
        width: 50%;
        background: #129;
    }

    .bordered {
        border : medium solid #32a1ce;
    }
    
    .cla_img_main {
        text-align: right;
    }

    .cla_info {
        padding-top: 30px;
        background-color: #E5E5FF;
    }
	
    #img_main{
        object-fit: cover;
        width: 100%;
        height: 400px;
    }
	
    #div_info {
        position: relative;
        width: 50%;
    }


    

    
    
    @media screen and (max-width: 600px){
		body {
            padding : 0px;
            margin : 0px;
        }
		
        #bod {
            margin-left: 0px;
            margin-right: 0px;
        }
        
        .flex-container > div {
            width: 48%;    
            padding: 0px;
            margin: 1%;
        }

        .flex-containerX > div:hover {
            background-color: white;
        }
        
        .flex-containerX > div:active {
            background-color: rgba(18, 102, 241, 0.5);
        }
        
        .img1 {
            width: 100%;
            height: 150px;
        }
        
        .img_profile {
            width: 80px;
            height: 80px;
            object-fit: cover;
            border-top: thin solid #32a1ce;
            border-bottom: thin solid #32a1ce;
        }
		
        .container {
            width: 100%;
            padding: 0px;
            margin : 0px;
        }
        
        .cla_img_main {
            width: 100%;
        }

        .cla_info {
            width: 100%;
            padding: 30px;
        }
        
        .row {
            padding : 0px;
            margin : 0px;
        }
		
		h5 {
			font-size: 1.1rem;
		}
		.cla-title{
			max-width : 75%;
			  text-wrap: balance;

		}
    }    
	
	.margin-left-10 {
		margin-left : 10px;
	}

	/* Style all font awesome icons */
.fa {
  padding: 10px;
  font-size: 20px;
  width: 40px;
  text-align: center;
  text-decoration: none;
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-android {
  background: #3DDC84;
  color: white;
}

.fa-facebook-messenger{
  background: #3B5998;
  color: white;
}

.fa-truck {
  padding-top: 0px;
    padding-right: 0px;
}



.article:hover {
	  background-color: #E5E5FF;
}