.AboutM {
    background: #5C7DBE;
}
.AboutM a {
    color: #fff;
}
.SC1 .TextPlace {
    width: calc(100% - 310px);
    float: right;
    margin: 0px 0px 0px 10px;
}
.SC1 .ImagePlace {
    width: 300px;
    float: left;
}
.SC2 .TextPlace {
    width: calc(100% - 310px);
    float: left;
    margin: 0px 10px 0px 0px;
}
.SC2 .ImagePlace {
    width: 300px;
    float: right;
}
.ImagePlace img {
    width: 100%;
}
.Barre:nth-child(odd) {
    background: #dfe4ef;
}
.Barre:nth-child(odd) .ImagePlace {
    float: left;
    margin: 0px 10px 8px 0px;
}
.Barre:nth-child(even) {
    background: #ececec;
}
.Barre:nth-child(even) .ImagePlace {
    float: right;
    margin: 0px 0px 8px 10px;
}
table {
    word-wrap: break-word !important;
    width: 100% !important;
}
/* Responsive */

@media all and (min-width: 0px) and (max-width: 470px) {
.Content {
    width: 100%;
    padding: 0px 15px;
}
.Barre:nth-child(odd) .ImagePlace{
    float: none;
    margin: 0px auto 8px auto;
}
.Barre:nth-child(even) .ImagePlace{
    float: none;
    margin: 0px auto 8px auto;
}
.SC1 .ImagePlace {
    width: 100%;
}
}
