.col-xs-12.contenueInterne {}

.SousTitreContenueTop {
    color: #0b113a;
    font-size: 22px;
    text-transform: uppercase;
    padding-left: 15px;
    margin-bottom: 20px;
}
.ContenueTop p{
    color: #838383;
    font-size: 15px;
    /* text-transform: uppercase; */
    padding: 0px 15px;
    margin-bottom: 25px;
    text-align: justify;
}

.ImgLeft1 img {
    max-width: 100%;
  
}
.ImgRight1 img {
    max-width: 100%;
    float:right
}
.ImgLeft1{
    padding-left: 0px;   
}
 .ImgRight1{
      padding-right: 0px;      
 }
@media screen and (max-width:767px) {
.ImgLeft1 img {
    max-width: 100%;
  
}
.ImgRight1 img {
    max-width: 100%;
    float:none
}
.ImgLeft1{
    padding-left: 15px;
    text-align: center;
    margin-bottom: 20px;
}
 .ImgRight1{
      padding-right: 15px;
      text-align: center;
 }
}
BlockImg {
    margin-top: 40px;
}
 
.imgshow img {
    max-width: 100%;
    display: table;
    margin: auto;
}

.imgshow:nth-child(2n+1) {padding-left: 0px;}
.imgshow:nth-child(2n) {padding-right: 0px;float:right;}
.TitreNameProduits {
    color: #0b113a;
    font-size: 25px;
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-left: 10px;
}
.imgshow{
margin-bottom:50px;
}
 

@media screen and (max-width:600px) {
.imgshow {
    width: 100%;
}
.imgshow:nth-child(2n) {
    padding-right: 15px;
    float: none;
}
.imgshow:nth-child(2n+1) {
    padding-left: 15px;
}
}
.ImgImportExport img {
    max-width: 100%;
}
