.container {
    display: flex;
    flex-direction: row;
	margin-bottom: 20px;align-items: center; 
}

.text {
    flex: 3;
}

.image {
    flex: 1;
	padding-left:40px;
}

@media (max-width: 768px) {
    .container {
        flex-direction: column;
    }

    .text {
        order: 1;
    }

    .image {
        order: 2;
    }
}

.tx_gris36_18  {
  font-size:18px;
}

.tx_bleu_12  {
  font-size:12px;
  color:#0976b8;
}
