/* CSS réalisé par Julie Narbonne */



/* POLICES */

@font-face {
font-family: 'open_sans';
src: url('/polices/open_sans_regular.eot');
src: url('/polices/open_sans_regular.eot?#iefix') format('embedded-opentype'),
	 url('/polices/open_sans_regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
/* Open Sans, Steve Matteson, Apache License, version 2.0 */
}

@font-face {
font-family: 'open_sans';
src: url('/polices/open_sans_regular_italic.eot');
src: url('/polices/open_sans_regular_italic.eot?#iefix') format('embedded-opentype'),
	 url('/polices/open_sans_regular_italic.ttf') format('truetype');
font-weight: normal;
font-style: italic;
/* Open Sans, Steve Matteson, Apache License, version 2.0 */
}

@font-face {
font-family: 'open_sans';
src: url('/polices/open_sans_semi_bold.eot');
src: url('/polices/open_sans_semi_bold.eot?#iefix') format('embedded-opentype'),
	 url('/polices/open_sans_semi_bold.ttf') format('truetype');
font-weight: 600;
font-style: normal;
/* Open Sans, Steve Matteson, Apache License, version 2.0 */
}

@font-face {
font-family: 'open_sans';
src: url('/polices/open_sans_semi_bold_italic.eot');
src: url('/polices/open_sans_semi_bold_italic.eot?#iefix') format('embedded-opentype'),
	 url('/polices/open_sans_semi_bold_italic.ttf') format('truetype');
font-weight: 600;
font-style: italic;
/* Open Sans, Steve Matteson, Apache License, version 2.0 */
}

@font-face {
font-family: 'open_sans';
src: url('/polices/open_sans_bold.eot');
src: url('/polices/open_sans_bold.eot?#iefix') format('embedded-opentype'),
	 url('/polices/open_sans_bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
/* Open Sans, Steve Matteson, Apache License, version 2.0 */
}

@font-face {
font-family: 'open_sans';
src: url('/polices/open_sans_bold_italic.eot');
src: url('/polices/open_sans_bold_italic.eot?#iefix') format('embedded-opentype'),
	 url('/polices/open_sans_bold_italic.ttf') format('truetype');
font-weight: bold;
font-style: italic;
/* Open Sans, Steve Matteson, Apache License, version 2.0 */
}

@font-face {
font-family: 'kurale';
src: url('/polices/kurale.eot');
src: url('/polices/kurale.eot?#iefix') format('embedded-opentype'),
	 url('/polices/kurale.ttf') format('truetype');
font-weight: normal;
font-style: normal;
/* Kurale, Eduardo Tunni, SIL Open Font License, 1.1 */
}

/* Lato et Oswald chargées directement depuis Google dans un autre fichier*/



/* CORPS DE PAGE */

body 
{
	background-color: white;
	margin:0px;
	font-family: 'Lato', sans-serif;
	line-height: 1.6;
	font-size: 16px;
	color: #161c1d;
	font-weight: normal
}

#bloc_page
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.bloc_page_contenu /* Solution pour avoir un bloc_page différent sur pages contexte*/
{
	width: 900px;
	margin-top: 50px;	
}

a
{
color: #C4B49D;
}



/* SECTION */

section#colonne_contenu
{
	margin: 0px;
	margin-top: 3px;
	padding: 0;
	width: 900px;
	display: inline-block;
	background-color: white;
	border-radius: 1px 1px 1px 1px;
}

section article
{
	box-shadow: none;
}

/* Pour sur téléphone */
@media only screen and (max-width: 930px) 
{
  section#colonne_contenu{
    width: 95%;
  }

  div.bloc_page_contenu{
  	width: 100%;
  }

  iframe {
  	max-width: 100% !important;
  }

  #image_pinterest {
  	max-width: 80% !important;
  }

  #colonne_contenu article > img {
  	max-width: 100% !important;
  }

  #map{
  	max-height: 200px
  }
}



/* ARTICLE */

article
{
	padding-bottom: 40px;
	text-align: justify;
	background-color: white;
}

article p
{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

img
{
	image-rendering: -webkit-optimize-contrast;
}

#img_entete
{
	margin: 0;
	width: 100%;
	max-height: 500px;
	display: block;
	object-fit: cover;
	overflow: hidden;
	border-radius: 1px 1px 0 0;
	box-shadow: 0 0 4px #dadbdd;
}

.img_top
{
	object-position: 50% 25%;
}

.img_center
{
	object-position: 50% 50%;
}

.img_bottom
{
	object-position: 50% 75%;
}

h1,h2,h3,h4,h5 {
	text-align: left;
}

h1 
{
	font-size: 46px;
	margin: 0 0 5px 0; 
	color : #C4B49D;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 3px;
}

div.date-title
{
	font-size: 14px;
	margin: 0 0 40px 0;
	color : #2C2D30;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

h2
{
	color: #5c5f66;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	margin : 20px 0 10px 0;
	font-size: 26px;
	letter-spacing: 1px;
}

h3
{
	color: #848d96;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: -10px;
  text-transform: uppercase;
  font-weight: 600;
}

h4
{
	color: #2C2D30;
	font-size: 22px;
	text-transform: uppercase;
 	padding-top: 20px;
 	padding-bottom: 10px;
	text-align:center;
	overflow:hidden;
	margin-bottom: 0px;
	margin-top: 15px;
	font-weight: 400;
	display: flex;
	align-items: center;
}

h4:before, h4:after /* Barres horizontales qui encadrent un texte */
{
	content:'';
	border-bottom:#dadbdd solid 1px;
	display:block;
	vertical-align:middle;
	align-self: center;
	flex-grow: 1;
}

h4:before {
	margin-right:20px
}

h4:after
{
	margin-left:20px;
}

h8
{
	font-size: 16px;
	font-weight: 600;
	margin-top: 20px;
	display: block;
}

h4 + h8
{
	margin-top: 10px;
}

ul
{
	margin-top: 10px;
	margin-bottom: 10px;
}



/* FOOTER */

footer
{
	padding-top:20px;
	padding-bottom: 40px;
}

footer nav
{
	text-align: center;
	color: #7a726f;
	font-size: 14px;
}

footer nav a 
{
	text-decoration: none;
}

footer.accueil{
	background-color: white;
}

footer.accueil nav a{
	color: #7a726f;
	margin: 5px;
}

footer.accueil nav
{
	color: #7a726f;
}

footer.destination{
	background-color: #2C2D30;
}

footer.destination nav
{
	color: #7a726f;
}

footer.destination nav a{
	color: #dadbdd;
	margin: 5px;
}

.highlights_container .highlight {
	background: white;
	margin: 0.2em;
	padding: 0.2em;

}

.highlights_container em {
	font-weight: bold;
}

input.search_textfield {
	-webkit-appearance: none;
	appearance: none;
	border-radius: 1px;
	border: 1px solid #dadbdd;
	color: #7a726f;
	background-color: #F7F7F7;
	padding: 4px;
}
.tableauindividuelpays
{
	width:100%;
	max-width: 1110px;
	margin-top: 37px;
	vertical-align: top;
	font-size: 20px;
	text-align: center;
	font-size: 15px;
	border-radius: 2px 2px 2px 2px;
	padding: 5px 5x 5px 5px;
	display: inline-block;
	color: white;
  line-height: 0;
}

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

.tableauindividuelpays a.vignette {
  position: relative;
  display: inline-block;
  /*float: left;*/
  width:360px;
  height:180px;
  margin-top: 0;
  margin-bottom: 6px;
  line-height: normal;
  margin-left: 3px;
  margin-right: 3px;
}

.tableauindividuelpays a.vignette .vignette_img
{
  display:block;
  width:100%;
  height:100%;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center;
}

.tableauindividuelpays a.vignette  .texte {
  position: absolute;
  background-color: rgba(92, 95, 102, 0.5);
  text-transform: uppercase;
  font-weight: 600;
  width:100%;
  bottom: 8px;
  color:white;
  height: 62px;
  display: flex;               /* establish flex container */
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.tableauindividuelpays a.vignette:hover .texte {
  background-color: rgba(92, 95, 102, 0.70);
}

.tableauindividuelpays a.vignette  .texte .titre {
  font-size: 15px;
  padding-left: 2px;
  padding-right: 2px;
  width: 100%;
}

.tableauindividuelpays a.vignette  .texte .date {  
  font-size: 12px;
}

@media only screen and (max-width: 1150px) { /* Sur téléphone */
	h1
	{
		font-size: 36px;
		margin-top: 20px;
	}

	h2
	{
		font-size: 22px;
	}

	h3
	{
		font-size: 16px;
	}
}