.bg-orange-gris {
position: relative;
background-color: #f06a01;
z-index: -2;
margin-bottom: 2rem; }
.bg-orange-gris::after {
content: " ";
display: block;
position: absolute;
right: 0;
top: 0;
bottom: 0;
width: 50%;
background-color: #46525f;
z-index: -1; }
@media (max-width: 991.98px) {
.bg-orange-gris {
background-color: transparent; }
.bg-orange-gris .container {
width: 100%;
max-width: none;
padding: 0; }
.bg-orange-gris::after {
display: none; } }
.texte1 {
background-color: #f06a01;
font-size: 1.25rem;
color: white;
text-transform: uppercase;
display: flex;
align-items: center;
height: 100%; }
@media (max-width: 991.98px) {
.texte1 {
padding: 3rem; } }
.texte2 {
background-color: #46525f;
font-size: 0.9375rem;
padding: 3rem; }
.texte2 p:last-child {
margin: 0;
line-height: 1; }
@media (max-width: 767.98px) {
.texte2 .row > div:first-child .contact-item {
margin-top: 0 !important; } }
.contact-item {
display: inline-block;
color: white; }
.contact-item > div {
display: inline-block;
vertical-align: bottom; }
.contact-item img {
margin-right: 1rem; }
@media (max-width: 767.98px) {
.contact-item {
margin-top: 3rem; } }
.bg-situation {
margin-top: 3rem; }