@charset "utf-8";
/* CSS Document */

body {
    background-color: #EFEFEF;

}

.texte {color: #171715; text-shadow: -1px -1px #444; font-size: 1.5rem;}

.lien a:link {color: #171715; text-shadow: -1px -1px #444;}

.lien a:visited {color: #171715;}
.lien a:hover {color: #BE944B;
	text-decoration: none;}
.lien a:active {color: #171715;}
.lien a {
    font-size: 1.5rem;}

.lien-texte a:link {color: #171715;}
.lien-texte a:visited {color: #171715;}
.lien-texte a:hover {color: #BE944B;
	text-decoration: none;}
.lien-texte a:active {color: #171715;}

.bg-image {
	background-image:url("images/PierreFeret-site.jpg");
	height: 200px;
}

@media (max-width: 767px) {
  .row.reorder-xs {
    transform: rotate(180deg);
    direction: rtl; /* Fix the horizontal alignment */
  }

  .row.reorder-xs > [class*="col-"] {
    transform: rotate(-180deg);
    direction: ltr; /* Fix the horizontal alignment */
  }
}
