@charset "UTF-8";
/* CSS Document */
body {
  height:100%;	
  width: 100%;
  margin: 0;
  background-color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  color: black;
  font-size: 1em;
  text-align: right;
  vertical-align: middle;
  line-height: normal;
}

.conteneur {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}


.first, .galerie2 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.entete, .menu, .legende, .fondamental, .acote, .info, .droits, .infobottom {
  margin: 5px;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.menu {
  border-top: 2px solid black;
  border-bottom: 2px solid black;
}

.first, .galerie2, .infobottom {
  border-bottom: 2px solid black;
}

.first {
  text-align: center;
}

.info, .droits, .principal {
  border-top: 2px solid black;
}

.gauche {
  text-align: left;
}

.entete {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.retour {
  flex: 1;
  padding-top: 25px;
}

.coordonnees {
  flex: 1;
  padding-top: 15px;
  text-align: right;
}

.menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.lienmini {
  font-size: 1.0em;
  font-weight: bold;
}

.lienmidi {
  font-size: 1.2em;
  font-weight: bold;
}

.lienmaxi {
  font-size: 1.5em;
  font-weight: bold;
}

.principal, .principal2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}

.fondamental {
  flex-grow: 1;
}

.acote {
  flex-grow: 1;
}

.galerie, .galerie2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.galerie > img {
  margin-bottom: 1em;
}

.galerie2 > img {
  margin-bottom: 1em;
}

.droits {
  flex: 1;	
  font-family: 'English 111 Vivace BT', 'Times New Roman', Times, serif;
  font-size: 1.2em;
  font-weight: bold;
  align-items: stretch;
}

h1 {
  font-weight: bold;
  display: inline;
}

h2 {
  display: inline;
}

h3 {
  font-weight: bold;
  display: inline;
}

em {
  font-weight: bold;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  color: #F90;
}

img {
  border: none;
}


@media screen and (max-width:479px) {
  .galerie {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
  }
  
  .galerie > img {
	margin-top: 1em;
	margin-bottom: 1em;
  }
  
  .galerie2 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
  }
  
  .galerie2 > img {
	margin-top: 1em;
	margin-bottom: 1em;
  }
  
  .midi {
	display: none;
  }
  
  .maxi {
	display: none;
  }
  
  h1 {
	font-size: 1.2em;
	font-weight: bold;
  }
  
  h2 {
	font-size: 1em;
	font-weight: bold;
  }
}  

@media screen and (min-width:480px) and (max-width:959px) {
  .galerie {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
  }
  
  .galerie > img {
	margin-top: 1em;
	margin-bottom: 1em;
  }
  
  .galerie2 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
  }
  
  .galerie2 > img {
	margin-top: 1em;
	margin-bottom: 1em;
  }
  
  .mini {
	display: none;
  }
  
  .maxi {
	display: none;
  }
  
  .acote {
	flex-grow: 1;
	vertical-align: middle;
	font-size: 1.2em;
  }
  
  .fondamental {
	flex-grow: 1;
	font-size : 1.2em;
	vertical-align: middle;
  }
  
  .info, .infobottom {
	flex-grow: 1;
	font-size : 1.2em;
	vertical-align: middle;
  }
  
  .droits {
	font-size: 1.5em;
	font-weight: bold;
  }
  
  h1 {
	font-size: 1.5em;
	font-weight: bold;
  }
  
  h2 {
	font-size: 1.1em;
	font-weight: bold;
  }
}

@media screen and (min-width:960px) and (max-width:1200px) {
  .galerie {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
  }
  
  .galerie > img {
	margin-top: 1em;
	margin-bottom: 1em;
  }
  
  .galerie2 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
  }
  
  .galerie2 > img {
	margin-top: 1em;
	margin-bottom: 1em;
  }
  
  .mini {
	display: none;
  }
  
  .midi {
	display: none;
  }
  
  .principal, .principal2 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
  }
  
  .acote {
	flex-grow: 1;
	vertical-align: middle;
	font-size: 1.5em;
  }
  
  .fondamental {
	flex-grow: 1;
	font-size : 1.5em;
	vertical-align: middle;
  }
  
  .info, .infobottom {
	flex-grow: 1;
	font-size : 1.5em;
	vertical-align: middle;
  }
  
  .droits {
	font-size: 2em;
	font-weight: bold;
  }
  
  h1 {
	font-size: 2em;
	font-weight: bold;
  }
  
  h2 {
	font-size: 1.3em;
	font-weight: bold;
  }
}


@media screen and (min-width:1201px) {
  .conteneur {
	min-height: 100%;
	max-width: 1200px;
	margin: auto;
	display: flex;
	flex-direction: column;
  }
  
  .galerie {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
  }
  
  .galerie > img {
	margin-top: 1em;
	margin-bottom: 1em;
  }
  
  .galerie2 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
  }
  
  .galerie2 > img {
	margin-top: 1em;
	margin-bottom: 1em;
  }
  
  .mini {
	display: none;
  }
  
  .midi {
	display: none;
  }
  
  .principal, .principal2 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
  }
  
  .acote {
	flex-grow: 1;
	vertical-align: middle;
	font-size: 2em;
  }
  
  .fondamental {
	flex-grow: 1;
	font-size : 2em;
	vertical-align: middle;
  }
  
  .pied {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch;
  }
  
  .info, .infobottom {
	flex-grow: 1;
	font-size : 2em;
	vertical-align: middle;
  }
  
  .droits {
	font-size: 2.5em;
	font-weight: bold;
  }
  
  h1 {
	font-size: 2.8em;
	font-weight: bold;
  }
  
  h2 {
	font-size: 1.4em;
	font-weight: bold;
  }
}  