﻿.titreEte{
  text-transform: uppercase;
  font-size: 1.3em;
  text-align: center;
  /*background-color: #5e3d29;*/
  color:#5e3d29;
  padding:5px;
  /*background:linear-gradient(rgba(94,61,41,0.8) 40%,rgba(94,61,41,0.4));*/
  font-weight: 700;
}
.span{
  color:#5e3d29;
  font-weight:500;
}
a{
  font-size:1.1em;
  color:sienna;
  font-weight:500;
}
a:hover{
color:orange;
text-decoration: underline;
font-weight: 500;
}
.texte{
  font-size:1.15em;
  text-align:justify;
}
.t{
  border: 1px black dotted;
  padding:5px;
}
.no-gutter > [class*='col-']{
  padding-right:0;
  padding-left:0;
}