/*!
Theme Name: Ambassade du Turfu
Author: Formes Vives & JulienRZ
Version: 1.0
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

/* REMISE A ZERO DES STYLES PAR DÉFAUT DES NAVIGATEURS
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}

table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html {overflow-y: scroll;}


strong {font-weight:bold;}
em {font-style: italic;}



/* TEXTES - TYPOS - LIENS
-------------------------------------------------------------- */



@font-face {
    font-family: 'gahardtextregular';
    src: url('fonts/gahard/gahard-webfont.eot');
    src: url('fonts/gahard/gahard-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('fonts/gahard/gahard-webfont.html') format('woff2'),
         url('fonts/gahard/gahard-webfont.woff') format('woff'),
         url('fonts/gahard/gahard-webfont.ttf') format('truetype'),
         url('fonts/gahard/gahard-webfont.svg#gahardtextregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
	color:#000;

}

#contenu {
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'gahardtextregular';
}

h1 {font-size:23px;}
h2 {font-size:20px;}
h3 {font-size:17px;}
h4 {font-size:15px;}
h5 {font-size:11px;}
h6 {font-size:9px;}


a:link, a:visited, a:active {
	text-decoration: none;
	color:#521cff;
}

a:hover {
	text-decoration: underline;
}

a.souligne, .souligne  {
	text-decoration: underline;
}

.bleu, a.bleu {
	color:#2a0286;
}

.rouge, a.rouge {
	color:#f70040;
}

.noir, a.noir  {
	color:#000000;
}

.blanc, a.blanc  {
	color:#FFFFFF;
}

.t-align-right {
	text-align:right;
}

.t-align-center {
	text-align:center;
}

.t-align-left {
	text-align:left;
}


sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

blockquote {
	padding: 0 40px 0 40px;
	font-style: italic;
	text-align:center;
}

ul, ol {
	padding: 0 0 0 40px;
}


/* IMAGES

-------------------------------------------------------------- */

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

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



.wp-post-image {
	padding:5px 0 5px 0;
}

.alignleft{ display:block; float:left; padding:0px 10px 10px 0;  }

.alignright{ display:block; float:right; padding:0px 0 10px 10px;  }

.aligncenter{ display:block; text-align:center; padding:0px 0 10px 0; margin:0px auto;}

.alignnone{ display:block; padding:0px 0px 10px 0;  }



/* MENU
-------------------------------------------------------------- */


#menu {
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:2000;
}

#bandeau-titre {
	background-color:#2bc987;
	height:24px;
	padding: 13px 0 13px 0;
	text-align:center;
}

#bandeau-forain {
	height:10px;
	background-image:url(images/bandeau-forain.png);
}

#contenu-menu {
	background-color:#521cff;
	letter-spacing: 0.15em;
	text-align:center;
	padding: 13px 0 13px 0;
	height:24px;
}

#contenu-menu2 {
	background-color:#FCAB48;
	letter-spacing: 0.15em;
	text-align:center;
	padding: 13px 0 13px 0;
	height:24px;
}
#rechercher {
}



/* STRUCTURE 3 COLONNES FIXES
-------------------------------------------------------------- */

#trois-colonnes-container {
	position:fixed;
	top:134px;
	left:0;
	right:0;
	bottom:0;
	z-index:1000;
}

.trois-colonnes {
	position:fixed;
	top:144px;
	bottom:0;
	width: 33%;
	min-width:300px;
}

#trois-colonnes-1 {
	left:0;
}

#trois-colonnes-2 {
	left:33%;
}

#trois-colonnes-3 {
	right:0;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size:13px;
}

.trois-colonnes-contenu-container {
	position:relative;
	width:100%;
	height:100%;
	overflow-y: scroll;
}

.trois-colonnes-contenu {
	max-width: 400px;
	padding: 30px 5px 30px 5px;
}

/* STRUCTURE 3 COLONNES FLOTTANTES
-------------------------------------------------------------- */

#blocs-flottants {
	position:relative;
	margin: 110px auto;
	text-align: center;
	min-width: 300px;
	z-index:1000;
}


#bandeau-recherche {
	position:relative;
	width:100%;
	height:24px;
	padding: 13px 0 13px 0;
	background-color:#ff483a;
	color:#FFF;
	text-align:center;
	letter-spacing: 0.15em;
}

.colonne {
	padding: 64px 5px 30px 5px;
	width:32%;
	display:inline-block;
	vertical-align: top;
	min-width:300px;
	text-align:left;
}


/* STRUCTURE 2 COLONNES
-------------------------------------------------------------- */

#deux-colonnes-container {
	position:relative;
	margin-top:110px;
	z-index:1000;
}


#deux-colonnes-1 {
	padding: 64px 5px 30px 5px;
	width: 32%;
	float:left;
}

#deux-colonnes-2 {
	width: 64%;
	float:right;
	text-align:right;
}

#deux-colonnes-2 img {
	margin-bottom:-4px;
}



/* CONTENU POSTS ET PAGES
-------------------------------------------------------------- */

.article {
	padding:0 10px 50px 10px;
	font-family: 'Roboto', sans-serif;
	max-width:400px;
	float:left;
}

.article-titre {
}

.article-etiquettes {
	font-size:13px;
	font-weight: 300;
	color:#000;
	padding:5px 0 5px 0;
}

.article-chapeau p, .article-chapeau ol, .article-chapeau ul {
	font-size:13px;
	line-height:1.2em;
	font-weight: 500;
}

.article-contenu p, .article-contenu ol, .article-contenu ul {
	padding-top:11px;
	font-size:11px;
	line-height:1.2em;
	font-weight: 400;
}

.article-image-une {
	padding:5px 0 5px 0;
}

.article-pied {
	font-size:10px;
	font-weight: 300;
	padding:5px 0 5px 0;
}

.article-carte {
	position:relative;
	width:100%;
	height:100%;
}

.article-carte-full {
	position:fixed;
	top:110px;
	right:0;
	bottom:0;
	left:0;
}

.full-map-button, .small-map-button {
	position:absolute;
	width:46px;
	height:46px;
	top:93px;
	left:0px;
	cursor:pointer;
}

.full-map-button {
	background-image:url(images/full-map.png);
}

.small-map-button {
	background-image:url(images/small-map.png);
}



/* FORMULAIRE DE RECHERCHE
-------------------------------------------------------------- */

.recherche-nulle {
	width:100%;
	padding-top:50px;
	text-align:center;
}


input[type=text] {
	padding:3px;
 	border:1px solid #521cff;
 	border-radius:5px;
 	width:350px;
}

/* AJUSTEMENT GRAPHIQUES
-------------------------------------------------------------- */

.extraTpadding {
	padding-top:40px;
}

.superextraTpadding {
	padding-top:200px;
}




/* ADAPTATION SMARTPHONE ET TABLETTES
-------------------------------------------------------------- 
*/

@media screen and (max-width: 1060px) {

	#menu {
		position:relative;
	}

	#menu h1, #bandeau-recherche h1 {
		font-size:19px;
		padding: 0 5px 0 5px;
		height:auto;
	}

	#contenu-menu, #bandeau-recherche {
		height:auto;
	}

	#trois-colonnes-container, .trois-colonnes {
		top:0;
		margin:auto;
		position:relative;
		display:block;
	}

	.trois-colonnes {
		width: 64%;
		min-width:300px;
	}

	.trois-colonnes-contenu-container {
		overflow:auto;
	}

	#trois-colonnes-1 {
		left:auto;
	}

	#trois-colonnes-2 {
		left:auto;
	}

	#trois-colonnes-3 {
		right:auto;
	}

	#blocs-flottants {
		margin:auto;
	}

	.colonne {
		width:64%;
		display:block;
		min-width:300px;
		margin: auto;
	}

	#deux-colonnes-container{
		margin:auto;
	}

	#deux-colonnes-1 {
		max-width:400px;
		display:block;
		min-width:300px;
		margin: auto;
		float:none;
	}

	#deux-colonnes-2 {
		max-width:400px;
		display:block;
		float:none;
		min-width:300px;
		margin: auto;
	}

	.full-map-button {
		display:none;
	}

	.recherche-nulle {
		padding: 50px 5px 10px 5px;
	}


	input[type=text] {
		padding:3px;
 		border:1px solid #521cff;
 		border-radius:5px;
 		width:250px;
	}

}

