/*
Theme Name: gynophobia
Author: Emergence graphique
Author URI: www.emergence-graphique.fr
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gynophobia

gynophobia is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Links
# Menu
# Classes générales
# Clearings
# Header
# Content
# Infinite scroll
# Responsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #212529;
	font-family: 'Open Sans',sans-serif;
	font-weight : 400;
	font-size: 15px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight : 700;
	line-height : 1.2em;
	text-transform : uppercase;
	margin : 0 0 1.5em 0;
}

h1,
h2 {
	margin : 0 auto 60px 0;
	padding-top : 60px;
	width : 50%;
	display : inline-block;
	font-size : 60px;
	font-weight : 300;
}

h3 {
	font-size : 28px;
	margin : 0 0 0.5em 0;
}

h4 {
	font-size : 16px;
	margin : 0 0 0.5em 0;
}

p {
	margin : 0 0 1.5em 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #212529;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all  0.4s ease;
	-ms-transition: all  0.4s ease;
	-o-transition: all  0.4s ease;
	transition: all 0.4s ease;
}

a:hover {
	opacity : 0.7;
}

a:visited {
	
}

a:focus,
a:active {
	
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#menu-mini {
	display : none;
	width : 40px;
	height : 40px;
	background:url(../images/icone_menu.png) 0 0 no-repeat;
	background-size : 40px;
	float : right;
}

#fermer-menu {
	width : 30px;
	height : 30px;
	display : none;
	background:url(../images/icone_fermer.png) 0 0 no-repeat;
	position : absolute;
	top : 10px;
	right : 10px;
}
.menu-principal {
	display: block;
	float : right;
	width: auto;
	font-size : 19px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight : 700;
	text-transform : uppercase;
	position : relative;
}

.menu-principal ul {
	list-style: none;
	margin: 0;
	padding : 0;
	float : right;
	width : auto;
}

.menu-principal>ul>li {
	display : inline-block;
	vertical-align : top;
	border-right : 1px solid #212529;
	padding : 0 10px;
	line-height : 1em;
}

.menu-principal>ul>li:last-child{
	border-right : 0;
	text-align : right;
}

.menu-principal>ul>li>a {
	color : #212529;
	display: block;
	text-decoration: none;
	font-size : 19px;
	line-height : 1em;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight : 700;
	text-transform : uppercase;
}

.menu-principal>ul>li>a.active{
	color : #e85361;
}

.menu-principal p {
	margin : 0;
}

.menu-principal .social-menu{
	display : inline-block;
	width : 112px;
	padding : 0;
	margin : 5px 0 0 0;
}

.menu-principal .social-menu li{
	list-style-type : none;
	display : inline-block;
	width : 30px;
	height : 30px;
	margin : 2px;
}

.menu-principal .social-menu li a{
	display : block;
	width : 100%;
	height : 100%;
}

.menu-principal .social-menu li a.lien_facebook{
	background:url(../images/sprite-social.png) 0 0 no-repeat;
}

.menu-principal .social-menu li a.lien_twitter{
	background:url(../images/sprite-social.png) 0 -30px no-repeat;
}

.menu-principal .social-menu li a.lien_instagram{
	background:url(../images/sprite-social.png) 0 -60px no-repeat;
}

.menu-principal .social-menu li a.lien_youtube{
	background:url(../images/sprite-social.png) 0 -90px no-repeat;
}

.menu-principal .social-menu li a.lien_vimeo{
	background:url(../images/sprite-social.png) 0 -120px no-repeat;
}

.menu-principal .social-menu li a.lien_vine{
	background:url(../images/sprite-social.png) 0 -150px no-repeat;
}

/*--------------------------------------------------------------
# Classes générales
--------------------------------------------------------------*/
.int {
	width : 1000px;
	margin : 0 auto;
	padding : 0 10px;
}

.numero {
	display : block;
	font-size : 58px;
	line-height : 1.2em;
	color : #e85361;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight : 700;
}

.important {
	font-size : 16px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight : 700;
	text-transform : uppercase;
	margin : 0 0 0.5em 0;
	line-height : 1.2em;
}

.citation {
	font-size : 34px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight : 300;
	display : inline-block;
	width : 50%;
	text-transform : uppercase;
	margin : 0;
	line-height : 1.2em;
}

.imp_color1 {
	color : #e85361;
}

.imp_color2 {
	color : #FFF;
}

.imp_color3 {
	color : #212529;
}

/*-généralités sections-*/

section {
	text-align : center;
	padding-bottom : 60px;
}

section ul{
	padding-left : 0;
}


section ul li {
	list-style-type : none;
	margin : 0 0 15px 0;
	padding : 0 0 0 10px;
	background:url(../images/puce.png) 0 8px no-repeat;
	text-transform : uppercase;
	font-size : 18px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight : 700;
	line-height : 1.2em;
}

section.color1 {
	background-color : #e85361;
	color : #FFF;
}

section.color2 {
	background-color : #FFF;
	color : #212529;
}

section.color2 ul li {
	background:url(../images/puce2.png) 0 8px no-repeat;
}

section.color2 h2 {
	color : #e85361;
}

section.color2 h3 {
	color : #e85361;
}

section.color2 h4 {
	color : #e85361;
}


/*-généralités blocs-*/

.conteneur-bloc {
	display : table;
	border-collapse : separate;
	border-spacing : 10px 5px;
	width : 100%;
	height : 100%;
}

.bloc {
	display : table-cell;
	vertical-align : top;
	padding : 25px;
	border : 1px solid rgba(238,87,75,0.4);
}

.bloc a {
	font-weight : 700;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size : 16px;
	margin : 0 0 10px 0;
	display : inline-block;
}

.bloc1 {
	width : 25%;
}

.bloc2 {
	width : 50%;
}
/*
.bloc2.container {
	border : 0;
	padding : 0;
}

.bloc2.container .bloc1{
	height : 100%;
	vertical-align : top;
}*/

.conteneur-bloc .bloc.bloc4 {
	width : 100%;
	border : 1px solid rgba(238,87,75,0.4);
}

.conteneur-bloc-specifique {
	display : block;
	text-align : left;
}
.conteneur-bloc-specifique .col {
	width : 50%;
	display : block;
	float : left;
	margin :0;
}

.conteneur-bloc-specifique .bloc{
	display : block;
	margin : 0 0 10px 0;
}

/*-généralités blocs color1-*/

section.color1 .bloc{
	border : 1px solid rgba(255,255,255,0.4);
}

/*-généralités bloc-doc-*/

.bloc-doc .bloc .icon{
	display : inline-block;
	width : 58px;
	height : 58px;
	-ms-border-radius : 50%;
	-moz-border-radius : 50%;
	-webkit-border-radius : 50%;
	-o-border-radius : 50%;
	border-radius : 50%;
	background-color :#e85361;
	position : relative;
	margin-bottom : 25px;
}

.bloc-doc .bloc .icon:after{
	content : '';
	display : block;
	width : 32px;
	height : 32px;
	position : absolute;
	top : 13px;
	left : 50%;
	margin-left : -16px;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

.clearfix:after {
	content : '';
	display : table;
	clear : both;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header {
	padding : 60px 2%;
}

header .logo {
	display : block;
	float : left;
}

header .logo img{
	display : block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--Bandeau 1 : intro--*/
#bandeau1 p {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight : 300;
	font-size : 20px;
	width : 90%;
	margin-left : auto;
	margin-right : auto;
}
/*--Bandeau 2 : chiffres--*/

#bandeau2 .bloc2 {
	vertical-align : middle;
}
#bandeau2 .bloc2 h3 {
	display : inline-block;
	margin-bottom : 0;
}

#bandeau2 #chiffres_france{
	margin-bottom : 20px;
}

#bandeau2 #chiffres_monde{
	padding-bottom : 5px;
}

#bandeau2 #chiffres_monde .bloc{
	border: 2px solid #e85361;
}
/*--Bandeau 3 : historique--*/

.conteneur-bloc-specifique .col-right .bloc {
	border : 0;
	padding-left : 50px;
}

/*--Bandeau 4 : le mot--*/

#bandeau4 .conteneur-bloc{
	text-align : left;
}

#bandeau4 .noborder{
	border : 0;
	padding-left: 50px;
}
/*--Bandeau 5 : citation--*/
#bandeau5 {
	padding-top : 60px;
}
/*--Bandeau 6 : mission--*/

#bandeau6 #bloc-documentation .bloc,
#bandeau6 .bloc-doc .bloc {
	border: 2px solid #e85361;
}

#bandeau6 .bloc-doc .bloc#bloc-doc1 .icon:after {
	background : #e85361 url(../images/sprite-documentation.png) center 0 no-repeat;
}

#bandeau6 .bloc-doc .bloc#bloc-doc2 .icon:after {
	background : #e85361 url(../images/sprite-documentation.png) center -32px no-repeat;
}

#bandeau6 .bloc-doc .bloc#bloc-doc3 .icon:after {
	background : #e85361 url(../images/sprite-documentation.png) center -64px no-repeat;
}

#bandeau6 .bloc-doc .bloc#bloc-doc4 .icon:after {
	background : #e85361 url(../images/sprite-documentation.png) center -96px no-repeat;
}
/*--Bandeau 7 : soutien et remerciements--*/

/*--Bandeau 8 : qui sommes nous--*/

/*--Bandeau 9 : contact--*/
#bandeau9 {
	padding : 100px 0;
}
#bandeau9 a {
	font-size : 29px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight : 700;
	color : #FFF;
	text-decoration : none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media only screen and (max-width: 1000px) {
	.int {
		width : 100%;
	}
}

@media only screen and (max-width: 850px) {
	header {
		padding : 30px 2%;
	}
	header .logo {
		width : 300px;
	}
	#menu-mini {
		display : block;
	}
	#fermer-menu {
		display : block;
	}
	.menu-principal {
		position : fixed;
		background-color : rgba(238,87,75,0.9);
		width : 100%;
		height : 100%;
		float : none;
		display : block;
		top : 0;
		left : 0;
		padding-top : 50px;
		display : none;
	}
	
	.menu-principal>ul {
		text-align : center;
		float : none;
		width : 100%;
	}
	
	.menu-principal>ul>li {
		display : block;
		border-top : 1px solid rgba(255,255,255,0.4);
		border-right : 0;
		padding : 0;
	}
	
	.menu-principal>ul>li:last-child {
		border-bottom : 1px solid rgba(255,255,255,0.4);
		padding : 20px 0;
	}
	
	.menu-principal>ul>li>a {
		width : 100%;
		color : #FFF;
		padding : 20px 0;
	}
	
	.menu-principal>ul>li>a.active {
		background-color : #FFF;
	}
	
	.menu-principal>ul>li>p {
		color : #FFF;
		text-align : center;
	}
	
	.menu-principal .social-menu {
		width : 100%;
		float : none;
		display : inline-block;
		text-align : center;
		margin-top: 20px;
	}
	h1, h2 {
		width : 60%;
		font-size : 50px;
	}
	h3 {
		font-size : 24px;
	}
	
	section ul li {
		font-size : 16px;
		background-position : 0 4px!important;
	}
	.citation {
		width : 60%;
	}
	.numero {
		font-size : 45px;
	}
}

@media only screen and (max-width: 800px) {
	.conteneur-bloc {
		display : block;
	}
	.bloc {
		display : inline-block;
		height : auto;
		margin-bottom : 5px;
	}
	
	.bloc2,
	.bloc1,
	.bloc4 {
		width : 100%;
	}
	
	.conteneur-bloc-specifique .col {
		float: none;
		width: 100%;
	}
	
	.conteneur-bloc-specifique .col-right .bloc {
		padding-left: 25px;
	}
	#bandeau4 .noborder {
		padding-left: 25px;
	}
	
}

@media only screen and (max-width: 500px) {
	header .logo {
		width : 250px;
	}
	section {
		padding-bottom : 30px;
	}
	h1, h2 {
		width : 90%;
		font-size : 45px;
		margin-bottom : 30px;
		padding-top : 30px;
	}
	h3 {
		font-size : 20px;
	}
	.citation {
		width : 90%;
	}
	.numero {
		font-size : 40px;
	}
	#bandeau1 p {
		font-size : 18px;
	}
	#bandeau5 {
		padding-top : 30px;
	}
	#bandeau9 {
		padding : 50px 0;
	}
	#bandeau9 a {
		font-size: 20px;
		}
}

