.page-header {
	margin-top: 0px !important;
}
.contenu a {
	color: #4f0d1f;
	font-weight: bold;
}

.contenu a:hover {
	color: #66202f;
}

.btn a {
	color: white;
}

.btn a:hover {
	color: white;
	text-decoration: none;
}

.bouton-news {
	color: white !important;
	}
.contenu section, .contenu .row, .organigramme .col-12, .palmares .col-12, .contenu .table {
	margin-bottom: 25px;
}
.contenu ul {
	list-style: outside disc;
	padding-left: 16px;
}
.contenu li {
	float: none;
	font-size: 15px;
	font-stretch: condensed;
	font-weight: 100;
}
.contenu img {
	margin-bottom: 25px;
	width: 100%;
	height: auto;
}
.contenu h3 {
	margin: 20px 0px;
	color: #66202f;
}
.contenu h4 {
	color: grey;
}
.contenu .sous-titre, .organigramme ul, .organigramme li, .palmares img {
	margin-bottom: 10px;
}
.contenu .text-gris {
  color: grey;
}
.table {
  color: grey;
}
.organigramme p, .palmares p, .equipe-academie p {
	text-align: center;
}
.organigramme img {
	max-width: 359px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.staff img {
	max-width: 480px;
}
.palmares h4 {
  	width: 100%;
}
.palmares h5 {
	color: #66202f;
	min-height: 43.2px;
  	width: 100%;
}
.terrain h3 {
	margin-bottom: .5rem;
}
.terrain .col-12 {
	text-align: center;
	margin-bottom: 25px;
}
.contenu .fr {
	border-right: solid 1px rgba(0, 0, 0, .1)
}
.contenu .download {
	margin-top: 20px;
}
.equipe-academie .table strong.nous {
	text-transform: uppercase;
    color: #66202f;
}
.equipe-academie .effectif img {
	max-width: 333px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.equipe-academie .effectif p {
	font-size: 14px;
}
.comm {
    color: #5a5a5a;
    padding-top: 0px;
    font-weight: normal;
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 17px;
  	font-stretch: normal;
  	text-transform: none;
}
.titre-pages{
  	z-index: 2;
}
.bas {
  bottom: 0px;
  z-index: 1999;
}
.text-grenat {
  color: #66202f;
}
.icons-contact {
  color: #5a5a5a;
  margin-bottom: 25px;
  font-size: 2.75em;
  transition: ease-out 0.1s;
}
.col-12:hover .icons-contact {
	color: #66202f;
  	font-size: 3em;
  	margin-bottom: 10px;
}
.map-contact iframe {
	display: block;
}
.row-contact {
  min-height: 195px;
  margin-bottom: 30px;
}
.row-contact h5, .row.mb h5 {
  font-size: 1rem;
}
.row.mb h3.sous-titre.info-contact {
  font-size: 1.25rem;
  margin-bottom: 20px;
}

.page-header {
	display: none;
}

img {
    height: auto;
    max-width: 100%;
}

@media (max-width: 767px) {
	.contenu .fr {
		border-bottom: solid 1px rgba(0, 0, 0, .1);
		border-right: none;
		padding-bottom: 15px;
	}
	.contenu .fr+.col-12 {
		padding-top: 15px;
	}
	.contenu .map {
		margin-bottom: 25px;
	}
}