* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  background-image: url("images/irongrip.png");
  font-weight: 300;
  color: #E2DAD7;
}

body .body_paroles {
  background-color: #DDD;
}

.fond_pages
{
    background-image: url("images/gun_metal.png");
    min-height: 500px;
    margin-bottom: 10px;
}
  a:visited {
    text-decoration: none;
  }

  a {
  color: #E2DAD7;
  text-decoration: none;
}

a.active, a:hover {
 /*   outline: 0*/
    color: #f75e5e;
    text-decoration: none;
}

.jaune_passikon
{
  color: #FDB931;
}

.vert_passikon
{
	color: green; 
}

.rouge_passikon
{
	color: #D12E23;
}

header {
  padding: 20px 0 0 0;
  background-image: url("images/irongrip.png");
}

/*header .row,
footer .row{
  display: flex;
  align-items: center;
}*/

header h1 {
  font-weight: 400;
  margin: 0;
  font-family: 'Open Sans Condensed', sans-serif;
  color: white;  }

header nav {
  display: flex;
  justify-content: flex-end;
  color: #DDD;
  font-family: 'Open Sans Condensed', sans-serif;
}

.nav_flo
{
color: #E2DAD7;
}


header p {
  padding: 20px;
  margin: 0;
}

.monTitre
{
	color: #FDB931;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 1.1em;
}

.texteCourant
{
	color: white;
	font-family: 'Open Sans Condensed', sans-serif;
	padding-top: 5px;
    font-size: 1.2em;

}

.textCourant a
{
    text-decoration: underline;
}

.maLigne
{
	border-bottom: 1px solid grey;
}

#tableauPartitions
{
	border: 1px solid grey;
}

.dejaTelecharge
{
    text-decoration: none;
    color: #a2a1a1;
}

.repertoire
{
    font-weight: 100;

}

.travail
{
    font-weight: 100;
}

.repetition
{
    text-decoration: none;
    color: rgb(248, 209, 130);
}
.youtube
{
    text-decoration: none;
    color: #e2a39e;
}

.selection_oui
{
	background-color: #D12E23;
}

.annonce
{
  width:200px; background:#fff; float:left; margin:10px; overflow:hidden; -webkit-transition:all 0.3s; transition:all 1s;
}
.annonce:hover {cursor:zoom-in; border:1px solid #fff; -webkit-box-shadow:0 0 10px #777; box-shadow:0 0 10px #777;}

.annonce img:hover {-webkit-filter:none; filter:none; -webkit-transform:scale(1.01); transform:scale(1.01);}

.justifie
{
  display: flex;
  justify-content: space-around;
}


.jumbotron {
  display: flex;
  align-items: center;
  background-image: url('images/FondMusicNB©FreeRange_StuartMiles.jpg');
  background-size: cover;
  color: #ffffff;
  height: 500px;
  /*text-shadow: 0.25px 0.25px 0.25px #000000;*/
}

.jumbotron h2, .fond_pages h2 {
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 40px;
  font-weight: 900;
  margin: 0;
  position: relative;
  top: -20px;
}

.jumbotron h3, .fond-pages h3 {
  margin: 20px 0 0px;
  color: #333;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 25px;
  position: relative;
  top: -20px;

}

section .row img {
  margin: 0 0 30px;
  width: 100%;
}

.col-md-6 {
  margin: 0 0 30px;
}

.btn.btn-primary {
  border-radius: 2px;
  border: 0px;
  color: #FFF;
  text-shadow: none;
  background-color: #D12E23;
}

.btn.btn-primary:hover {
  color: #444;
  background-color: #fbd1d5;
}

.btn-secondary {
  background-color: #E8DFE0;
  color: #ffffff;
  margin: 0 0 30px;
}

.oupss
{
  color: #FDB931;
  padding-top: 50px;
  font-style: italic;
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 30px;
}

footer {
  font-size: 12px;
  color: white;
  padding: 5px 0;
}

footer a
{
  color: #FDB931;
}

/*footer .col-sm-8 {
  display: flex;
  justify-content: flex-end;
}

footer ul {
  list-style: none;
}*/

footer li img {
  width: 32px;
  height: 32px;
}

/*  FEUILLES DE STYLES POUR L'AGENDA  */
.infos
{
  color: black;
  margin-bottom:10px;
  border: 1px solid #D12E23;
  background-color: #E2DAD7;
  padding: 5px;
  width: 48%;
  margin-top: 10px;

}

.maGrilleInfos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 15px 0px 10px 0px;
}

.maGrilleInfos a
{
  color: #D12E23;
}
.typeInfos
{
  background-color: #FDB931;
  font-family: 'Walter Turncoat', cursive;
  font-weight: 900;
  font-size: 1.5em;
  padding-left: 5px;
}

.dateInfos
{
  text-align: right;
  padding-right: 5px;
  padding-top: 5px;
  font-weight: bold;
  color: #D12E23;
  font-size: 1.2em;

}

.texteInfos
{
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.2em;
  font-weight: bold;
}

/*  FIN DE FEUILLES DE STYLES POUR L'AGENDA  */

/*  DEBUT DE FEUILLES DE STYLES POUR PAGE DIVERS  */
.maGrilleDivers {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 15px 0px 10px 0px;
}

.maGrilleDivers a
{
  color: #D12E23;
}

.infosDivers
{
  color: black;
  margin-bottom:10px;
  border: 1px solid #D12E23;
  background-color: #E2DAD7;
  padding: 5px;
  width: 24%;
  margin-top: 10px;
}

.deuxCol
{
  width: 48%;
}

.deuxCol
{
  width: 48%;
}


/*  FIN DE FEUILLES DE STYLES POUR PAGE DIVERS  */
