/*
Theme Name: editions-quartz
Theme URI: http://underscores.me/
Author: Mathieu Gagnon
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: editions-quartz
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

editions-quartz is based on Underscores http://underscores.me/, (C) 2012-2016 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.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
::-moz-selection { 
    background: #000;
    color: #fff; 
}
::selection { 
    background: #000;
    color: #fff; 
}
[data-sr-id] {
    visibility:hidden;
}
a {
    text-decoration: none!important;
}
body {
    font-family: 'Rubik',arial,sans-serif;
    background-repeat: no-repeat!important;
    background-position: center top;
}
.page h1.entry-title, .blog h1.entry-title, .archive h1.entry-title, .single-auteur h1.entry-title {
    text-transform: uppercase;
    text-align: center;
    line-height: 1em;
    /*transform: skew(1deg, -1deg);*/
}
h2 {
    font-family: 'Heebo', serif;
    font-size: 2.2em;
    /*text-transform: uppercase;*/
    line-height: 1.1em;
    color: #000;
    font-weight: 300;
    letter-spacing: 1px;
}
h3 {
    font-family: 'Heebo', sans-serif;
    color: #000;
    font-weight: 300;
    font-size: 22px;
    line-height: 1.2em;
    letter-spacing: 1px;
    padding-bottom: 5px;
    display: table;
    margin: 0 0 10px 0;
    padding:0;
}
h4 {
    font-family: 'Roboto Slab', sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1.1em;
    margin: 0;
}
h5 {
    font-family: 'Rubik', sans-serif;
    font-weight: 100;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2em;
    font-size: 18px;
    letter-spacing: 2px;
    margin: 0;
}
h6 {
    font-family: 'Nunito', sans-serif;
    font-weight: 100;
    color: #fff;
    background-color: #000;
    text-transform: uppercase;
    line-height: 1em;
    font-size: 10px;
    padding: 5px 10px;
    letter-spacing: 1px;
    display: inline-block;
    margin: 0;
}
blockquote {
    font-style: italic;
    color: #999;
    max-width: 700px;
    border-left: solid 5px #cda96a;
    padding-left: 20px;
}
p {
    font-weight: 300;
}
.fa {
    color: #000;
    font-size: 1.8em!important;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.os_single {
	float: left;
	max-width: 100px;
	padding: 15px 10px;
}
.textwidget {
    padding: 0px 20px;
}
.btn {
    width: 100%;
    background-color: transparent;
    border:solid 1px #000;
    padding: 10px 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
    color: #000!important;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.btn:hover {
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.btn-couleur a {
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    border-radius: 2px;
    color: #fff!important;
    font-size: 0.8em;
    text-align: center;
    padding: 15px 50px;
    background-color: #08abbd;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.btn-couleur a:hover {
    background-color: transparent;
    box-shadow: inset 0 0 0 5px #08abbd;
    color: #000!important;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.btn-noir a {
    border-radius: 2px;
    background-color: #000;
    padding: 15px 100px;
    color: #fff!important;
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.btn-noir a:hover {
    background-color: #fafafa;
    color: #fff!important;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.btn-blanc a {
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    border-radius: 2px;
    color: #000!important;
    font-size: 0.8em;
    text-align: center;
    padding: 15px 50px;
    background-color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.btn-blanc a:hover {
    background-color: #fafafa;
    color: #000!important;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.break {
    width: 100%;
    display: table;
}
.absolute {
	position: absolute;
}
.separateur {
    width: 100%;
    height: 1px;
    background-color: #177361;
    -ms-transform: skewY(-1deg); /* IE 9 */
    -webkit-transform: skewY(-1deg); /* Safari */
    transform: skewY(-1deg);
}
.vertical-text {
    writing-mode: vertical-lr;
    float: right;
    padding: 10px 10px;
}
.widget_sow-editor h3.widget-title {
    border-bottom:0!important;
    font-weight: 300!important;
    font-size: 18px!important;
    margin-bottom: 10px!important;
    color: #000;
    line-height: 1.3em!important;
}

/*--------------------------------------------------------------
# Layout & Builder
--------------------------------------------------------------*/

.full {
    width: 100%;
    margin: auto !important;
    margin-right: auto!important;
    margin-left: auto!important;
    display: table;
}

.boxed {
    width: 100%;
    max-width: 1170px;
    margin: auto !important;
    margin-right: auto!important;
    margin-left: auto!important;
    display: table;
}

.boxed_content {
    background-color: #fff;
}

.content-area {
    background-color: #fff;
}

#primary {
    padding-top: 0px;
    /*padding-top: 40px;*/
}

.primaire {
    float: left;
    width: 75%;
    display: table;
}

.secondaire {
    float: left;
    width: 25%;
    padding: 0 20px;
}

.gauche {
    text-align: left;
}

.droite {
    text-align: right;
}

.centre,
.center {
    text-align: center;
}

.break {
    display: table;
    width: 100%;
}

.layout-flex {
    display: flex!important;
}

.layout-reverse {
    flex-direction: row-reverse;
}

.layout-max {
    -webkit-flex: 1 1 auto; /* Safari 6.1+ */
    -ms-flex: 1 1 auto; /* IE 10 */ 
    
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
}

.layout-min {
    -webkit-flex: 0 0 auto; /* Safari 6.1+ */
    -ms-flex: 0 0 auto; /* IE 10 */ 
    
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
}


.layout-100 {
    width: 100%;
}

.layout-95 {
    width: 95%;
}

.layout-90 {
    width: 90%;
}

.layout-85 {
    width: 85%;
}

.layout-80 {
    width: 80%;
}

.layout-75 {
    width: 75%;
}

.layout-70 {
    width: 70%;
}

.layout-66 {
    width: 66.66%;
}

.layout-65 {
    width: 65%;
}

.layout-60 {
    width: 60%;
}

.layout-55 {
    width: 55%;
}

.layout-50 {
    width: 50%;
}

.layout-45 {
    width: 45%;
}

.layout-40 {
    width: 40%;
}

.layout-35 {
    width: 35%;
}

.layout-33 {
    width: 33.33%;
}

.layout-30 {
    width: 30%;
}

.layout-25 {
    width: 25%;
}

.layout-20 {
    width: 20%;
}

.layout-15 {
    width: 15%;
}

.layout-10 {
    width: 10%;
}

.layout-5 {
    width: 5%;
}
.flex-wrap {
    flex-wrap:wrap;
}
.so-panel {
    margin-bottom:0!important;
    padding: 0px!important;
}
.panel-grid {
    margin-right: 0px!important;
    margin-left: 0px!important;
    padding-left: 0px!important;
    padding-right: 0px!important;
}
.panel-grid-cell {
    padding-left: 0px!important;
    padding-right: 0px!important;
}
.justify-center {
    justify-content: center;
}
.align-items-center {
    align-items:center;
}
.direction-column {
    flex-direction: column;
}
.direction-row {
    flex-direction: row;
}
.textwidget {
    padding: 0px 0px;   
}
.entry-content {
    margin: 2em 0 0em 0!important;
}
.content-area {
    margin-top:0px!important;
}
.titre_vertical {
    position: absolute;
    text-transform: uppercase;
    color: #ccc;
    font-size: 0.8em;
    padding: 10px;
    margin-top: -75px;
    background: #fff;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

/*--------------------------------------------------------------
# Entête & menu
--------------------------------------------------------------*/
.logo_wrap {
	max-width: 180px;
    padding: 0px 0px 0px 20px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}
.logo_wrap:hover {
    -webkit-transform: scale(1.05);  /*Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: scale(1.05);   /* IE 9 */
    transform: scale(1.05);   /* Firefox 16+, IE 10+, Opera */
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}
#logo img {
    height:100px;
}
#logo a {
    display:flex;
}
nav {
    text-align: left;
}
nav button {
    background-color: transparent!important;
    border:0!important;
}
nav .menu-toggle {
    height: 50px;
    padding: 10px;
}
nav .bar {
    width: 30px;
    height: 1px;
    background-color: #000;
    margin-bottom: 10px;
}
nav #bar-3 {
    margin-bottom: -1px!important;
}
#menu-layout {
    height: 150px;
}
header .reseaux_sociaux_wrap svg {
    color:#000!important;
    font-size: 1.4em;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
header .reseaux_sociaux_wrap svg:hover {
    transform:scale(1.1);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
header .reseaux_sociaux_wrap svg.fa-facebook:hover {
    color:#4267b2!important;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.panier {
    position: relative;
    width: 60px;
    height: 60px;
}
.panier a {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #177361; /* Old browsers */
    background: -moz-linear-gradient(45deg, #177361 0%, #1fa59a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #177361 0%,#1fa59a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #177361 0%,#1fa59a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#177361', endColorstr='#1fa59a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.panier_nombre {
    position: absolute;
    right: -10px;
    bottom: -10px;
    display: flex;
    line-height: 1;
    justify-content: center;
    align-items: center;
    font-size: 0.7em;
    color: #177361;
    background-color: #fafafa;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    border: solid 2px #177361;
}
.panier .fa-shopping-bag {
    font-size: 1.4em!important;
    color: #fff;
}
.site-header {
	border-bottom: solid 1px #fafafa;
    box-shadow: 2px 2px 30px #f1f1f1;
}
.site-branding {
    background-image: url(/wp-content/themes/editions-quartz/images/bg-editions-quartz.jpg);
    height: 200px;
    background-size: cover;
    background-position: bottom center;
}
.home .site-branding {
    background-image:none!important;
    height: auto!important;
}
.home li.featured {
    visibility: hidden;
}
.site-branding .layout-flex {
    justify-content: space-between;
    align-items:center;
}
#site-navigation ul li a {
    font-family: 'Roboto Slab', sans-serif;
    min-width: 100px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
}
#site-navigation ul li a::before {
	content:"";
    margin-top: 10px;
	display: block;
    margin: auto;
    width: 0px;
    height: 5px;
    position: relative;
    opacity: 0.7;
    background-color: #177361;
    -webkit-transform: rotate(-45deg);  /*Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(-45deg);   /* IE 9 */
    transform: rotate(-45deg);   /* Firefox 16+, IE 10+, Opera */
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
}
#site-navigation ul li:hover a::before {
    width: 80px;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}
#site-navigation ul li a:hover {
    color: #999;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition:0.3s;
    -o-transition: 0.3s;
}
#site-navigation ul li {
    padding: 0px;
}
.menu-menu-principal-container {
    padding:30px 0 25px 10px;
}
.main-navigation a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    /*padding: 20px 10px;*/
}
.sub-menu li a::before {
    display: none;
    opacity: 0;
    visibility: hidden;
}
.sub-menu li a {
    padding: 20px 10px;
    color:#fff!important;
}
.sub-menu li {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#177361+0,1fa59a+100 */
    background: #177361; /* Old browsers */
    background: -moz-linear-gradient(45deg, #177361 0%, #1fa59a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #177361 0%,#1fa59a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #177361 0%,#1fa59a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#177361', endColorstr='#1fa59a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.entry-header {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 120px;
    display: flex;
}
.entry-title_wrap {
    position: relative;
    width: auto;
    display: block;
}
.entry-title_wrap #title-line-1 {
    position: absolute;
    top: -7px;
    right: -50px;
    height: 1px;
    width: 35px;
    background-color: #000;
    transform: rotate(-45deg);
}
.entry-title_wrap #title-line-2 {
    position: absolute;
    bottom: 0px;
    left: -45px;
    height: 1px;
    width: 35px;
    background-color: #000;
    transform: rotate(45deg);
}

/*--------------------------------------------------------------
# Slider - Front page
--------------------------------------------------------------*/
#edq-slider {
    height: 36vw;
    background-color: #fafafa;
    position: relative;
    overflow: hidden;
    visibility: hidden;
}
.edq-line-1 {
    width: 120px;
    height: 5px;
    background-color: #fff;
    position:absolute;
    transform:rotate(-45deg);
}
.edq-slide {
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#edq-zone-1 {
    position: absolute;
    bottom: 5vw;
    left: 10vw;
    width: 20px;
    height: 300px;
    background-color: #fafafa;
    pointer-event:none;
    -ms-transform: skewX(20deg); /* IE 9 */
    -webkit-transform: skewX(20deg); /* Safari */
    transform: skewX(20deg);
}
#edq-zone-2 {
    position: absolute;
    top: 5vw;
    right: 10vw;
    width: 20px;
    height: 300px;
    background-color: #fafafa;
    pointer-event:none;
    -ms-transform: skewX(-20deg); /* IE 9 */
    -webkit-transform: skewX(-20deg); /* Safari */
    transform: skewX(-20deg);
}


/*--------------------------------------------------------------
# Introduction - Accueil
--------------------------------------------------------------*/
.zone {
    width: 100%;
}
#zone-1, #zone-2 {
    visibility: hidden;
}
.manuscrit_wrap {
    height: 18vw;
    background-color: #000;
    display: flex;
    align-items:center;
    justify-content:center;
    text-align: center;
    text-transform: uppercase;
    background-image:url(/wp-content/themes/editions-quartz/images/bg-manuscrit.gif);
    background-position: center;
}
.manuscrit_wrap:hover h4 {
    color:#177361;
    transform:scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transition: 0.3s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.manuscrit_wrap h4 {
    color: #fff;
    font-size: 1.4em;
    line-height: 1.1em;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
.manuscrit_wrap h4 span {
    font-size: 0.78em;
}

/*--------------------------------------------------------------
# Introduction - Auteur - Découvrir un auteur
--------------------------------------------------------------*/
.auteur_wrap {
    position: relative;
    height: 18vw;
    background-color: #000;
    display: flex;
    align-items:center;
    justify-content:center;
    text-align: center;
    text-transform: uppercase;
    background-position: center;
    background-size: cover;
}
.auteur_wrap h4 {
    opacity: 0;
    color: #fff;
    font-size: 1.4em;
    line-height: 1.1em;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
.auteur_wrap:hover h4 {
    opacity: 1;
    color:#177361;
    transform:scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.auteur_wrap h4 span {
    font-size: 0.52em;
}
.auteur_wrap .auteur_copyright_photo {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 0.6em;
    color: #fff;
    text-transform: initial!important;
    padding: 5px 20px;
    font-style: italic;
}

/* Auteurs - Tous */
.auteur_img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-color: #ccc;
}
.auteur_info {
    padding-right: 20px;
}
.auteur_info h3 {
    font-weight: 900!important;
    text-transform: uppercase;
    font-size: 1.2em;
}
.auteur_extrait {
    color: #000;
    font-family: 'Heebo', sans-serif;
    font-weight: 300;
    font-size: 0.9em;
}
.so-widget-liste-auteurs > .layout-flex {
    flex-wrap:wrap;
    /*justify-content:center;*/
}

/* Auteur - Fiche singulière */
.auteur {
    margin-bottom: 40px!important;
}
.auteur_single_bio {
    padding-bottom: 20px;
    /*border-bottom: solid 1px;*/
}
.auteur .separateur {
    margin-bottom: 20px;
}
.auteur_single_info {
    padding: 0 40px;
}
.auteur_single_livres .layout-flex {
    justify-content: center;
}
.auteur_single_livres .layout-flex div {
    padding:20px 10px;
}
.auteur_credit_photo {
    font-size: 0.8em;
    color: #ccc;
    text-transform: normal;
    padding: 5px 0 0 0;
    font-style: italic;
}
.auteur-vide {
    height: 350px;
    width: 100%;
    border: solid 1px #177361;
}
.livre-single-info {
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
.livre-single-info:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.livre-single-info img {
    /*border: solid 1px #fafafa;*/
    box-shadow: 5px 5px 15px #ccc;
}

/*--------------------------------------------------------------
# Single post - Articles
--------------------------------------------------------------*/
.single-post article .content_wrap p:first-child {
    font-size: 1.4em!important;
    color: #177361!important;
}
.single-post article {
    padding-top: 40px;
}
.single-post article h1 {
    line-height: 1.1;
    font-weight: 300;
    color: #177361;
    font-size: 2.6em;
    margin-top: 20px;
}
.single-post .social-share {
    height: 100%;
}
.single-post .social-share .layout-flex {
    justify-content:center;
    align-items:center;
    height: 100%;
}
.single-post .facebook-square {
    width: 80px;
    height: 80px;
    padding: 20px;
    display: flex;
    border: solid 1px #177361;
    align-items: center;
    justify-content: center;
}

/*--------------------------------------------------------------
# Woocommerce Home
--------------------------------------------------------------*/
.woocommerce ul.products li.product a img {
    border: solid 1px #f1f1f1!important;
}
.woocommerce div.product div.images img {
    border: solid 1px #f1f1f1!important;
}
.woocommerce .woocommerce-result-count {
    display: none;
}
.woocommerce .sidebar input {
    display: none;
}
.woocommerce .sidebar .woof_list label {
    font-family: 'Roboto slab', sans-serif;
    font-weight: 300;
    font-size: 0.9em;
    padding: 5px;
    font-weight: 300;
    border: solid 1px #177361;
    color: #177361;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;

}
.woocommerce .sidebar .woof_list label:hover {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    background-color: #177361;
    border: solid 0px #177361;
    color: #fff;
}
.woof_checkbox_label_selected {
    background-color: #177361!important;
    border: solid 0px #177361!important;
    color: #fff!important;
}
.woocommerce .sidebar .woof_list label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.woocommerce ul.products li.product_cat-theatre a img {
    width: 80%;
}

/*--------------------------------------------------------------
# Woocommerce bannière
--------------------------------------------------------------*/
.woocommerce-store-notice {
    position: fixed!important;
    padding: 10px;
}

.woocommerce-store-notice, p.demo_store {
    background-color: rgba(0,0,0,0.9)!important;
}

.woocommerce-store-notice a, p.demo_store a {
    color: red!important;
}

/*--------------------------------------------------------------
# Woocommerce single product
--------------------------------------------------------------*/
.woocommerce-product-gallery__wrapper {
    margin-top: -30px!important;
    margin-bottom: 20px!important;
}
.woocommerce-product-category {
    width: 10%;
    float: left;
}
.single-product .woocommerce-product-category {
    width: 10%;
    float: left;
    height: 30vw;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 39%!important;
    margin-right: 3%!important;
}
.woocommerce div.product .product_title {
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1em;
    margin-bottom: 5px;
    margin-top: 20px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #000;
    font-size: 3em;
    margin: 0;
}
.woocommerce-product-details__short-description p {
    margin-bottom: 1.5em;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 300;
    line-height: 1.8em;
}
.pswp__caption__center {
    display: none;
}
.product_note {
    color: #999;
    font-size: 0.9em;
}
.product_meta {
    color:#999!important;
    font-size: 0.8em;
}
#auteurs-single-livre {
    clear: both;
    margin-bottom: 40px;
}
#auteurs-single-livre .auteur_single_wrap {
    margin: 20px 0 10px 0;
}
#auteurs-single-livre .auteur_single_wrap .auteur_img {
    width: 100px;
    height: 100px;
} 
#auteurs-single-livre .auteur_single_wrap .auteur_info h3 {
    font-weight: 400!important;
    text-transform: none;
    font-size: 1.2em;
}
#auteurs-single-livre .auteur_single_wrap .auteur_description {
    font-weight: 100;
    font-size: 0.9em;
}
.auteur-nom-bref {
    padding: 2px 0 0 0;
    color: #000;
    font-size: 0.9em;
}
.woocommerce-product-category .vertical-text a {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #333;
    font-weight: 100;
    font-size: 0.8em;
}
section.up-sells {
    background-color:#fafafa;
    padding:40px 0;
}
section.up-sells h2.titre-suggestion {
    text-align: center;
    font-family: 'Roboto condensed', sans-serif;
    font-size: 1em;
    color: #333;
    margin-bottom: 40px;
    transform: skewY(-3deg);
}
#auteurs-single-livre .separateur {
    margin-bottom: 40px;
}
.product .summary {
    max-width: 1200px;
    margin: auto;
}
section.up-sells .products ul, .woocommerce ul.products {
    display: flex;
    justify-content: space-evenly;
}
section.up-sells ul.products li.product, section.up-sells ul.products li.product {
    margin: 0 0% 2.992em 0!important;
}
.single-product .product_cat-theatre .woocommerce-product-gallery img { 
    width: 80%!important;
    margin: auto;
}
.single-product .product_cat-theatre .woocommerce-product-gallery a { 
    width: 100%;
}
.single-product .woocommerce-product-gallery__image img {
    visibility: hidden;
}

/*--------------------------------------------------------------
# Woocommerce - General
--------------------------------------------------------------*/
.woocommerce-message {
    border-top-color: transparent!important;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    color:#177361!important;
    background-color: transparent!important;
    border-radius: 5px;
    border: solid 1px #177361!important;
    border-top: auto!important ;
}
.woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover {
    background:#177361 !important;
    background-color:#177361 !important;
    color:white !important;
    text-shadow: transparent !important;
    box-shadow: none;
    border-color:#ca0606 !important;
}
.woocommerce #content input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce-page #content input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover {
    background:#177361 !important;
    background-color:#177361 !important;
    color:white !important;
    text-shadow: transparent !important;
    box-shadow: none;
    border-color:#ca0606 !important;
}
.woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button {
    background: #177361 !important;
    color:white !important;
    text-shadow: transparent !important;
    border-color:#ca0606 !important;
}
.woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover {
    background: #177361!important;
    box-shadow: none;
    text-shadow: transparent !important;
    color:white !important;
    border-color:#ca0606 !important;
}
.woocommerce-message::before {
    color: #177361!important;
}
.woocommerce-livre-extrait a {
    margin-top:0!important;
}
.produit-pages {
    border:solid 1px #177361;
    padding: 10px;
    margin-right: 10px;
    color: #177361;
    font-size:0.8em;
    font-weight: 300;
    display: flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}
.produit-pages span {
    font-weight: 300;
    font-size: 0.8em;
    text-align: center;
    line-height: 0.9em;
    margin-bottom: 5px;
}
.produit-pages svg {
    color: #177361;
    font-size: 1.8em;
    margin-bottom: 5px;
}

/*--------------------------------------------------------------
# Woocommerce - Boutique
--------------------------------------------------------------*/
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    font-size: 1.6em!important;
    text-transform: inherit!important;
    font-weight: 400!important;
    letter-spacing: 0px!important;
    font-family: "Roboto condensed", sans-serif!important;
    padding-bottom: 0!important;
}
.woocommerce ul.products li.product .price {
    color: #ccc!important;
    font-weight: 400;
    font-size: 1.8em!important;
}
li.product img, .up-sells li.product img {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
li.product:hover img, .up-sells li.product:hover img {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
li.product:hover .woo_separator, .up-sells li.product:hover .woo_separator {
    width: 100%;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.product_cat-poesie img, .up-sells .product_cat-poesie img {
    width: 90%!important;
}
.woo_separator {
    width: 0;
    height: 1px;
    background-color: #000;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}

/*--------------------------------------------------------------
# Widget - Articles récents
--------------------------------------------------------------*/
.article_wrap {
    /*display: table;*/
    padding-bottom: 20px;
    margin-bottom: 30px;
    visibility: hidden;
}
.article_wrap .layout-33 {
    padding-right: 0;
}
.article_wrap h3 {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.article_wrap:hover h3 {
    color: #177361;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.article_wrap:hover .article_img {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.article_img {
	height: 220px;
    background: #fafafa;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}
.article_date {
    text-align: right;
    color: #ccc;
    font-size: 0.7em;
    font-weight: 100;
    letter-spacing: 1px;
    padding: 10px 0 0 0;
}
.article_info {
    padding: 10px 10px;  
}
.article_info ul.post-categories {
    margin:0;
    padding:0;
}
.article_info ul.post-categories li {
    padding:0;
    margin-bottom: 5px;
    margin-right: 5px;
    float: left;
    list-style-type: none;
}
.article_info ul.post-categories a {
    opacity: 0;
    background-color: transparent;
    border:solid 1px #177361;
    padding: 7px 10px 6px 10px;
    color:#177361!important;
    text-transform: uppercase;
    font-size: 0.7em;
    letter-spacing:1px;
    font-weight: 100;
}
.article_info ul.post-categories a:hover {
    opacity: 1;
    background-color: #177361;
    color:#fff!important;
    text-transform: uppercase;
    font-size: 0.7em;
    letter-spacing:1px;
    font-weight: 100;
    display: block;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}
.article_wrap:hover .article_info ul.post-categories a {
    opacity: 1;
    display: inline-block;
    transform:translateX(-5px);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.single_article_info {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.single_article_info ul {
    transform:rotate(90deg);
}
.single_article_info ul li a {
    opacity: 1!important;
}

/*--------------------------------------------------------------
# Widget - Liste des auteurs
--------------------------------------------------------------*/
.so-widget-liste-auteurs .auteur_single_wrap {
    margin:0 20px 40px 0;

}


/*--------------------------------------------------------------
# Widget - Événements récents
--------------------------------------------------------------*/
.so-widget-evenements-accueil {
    padding-top: 70px;
}
.evenements_wrap {
    padding: 40px 0;
    background-position: center;
    background-repeat: repeat-x;
    position: relative;
    display: flex;
    align-items: center;
}
#ligne_temps {
    width: 100%;
    height: 1px;
    background-color: darkgreen;
    margin-bottom: -95px;
    /*position: absolute;
    top: 95px;*/
}
.evenements_wrap .layout-flex {
    justify-content:space-around;
}
.evenement_info {
    font-family: 'Roboto slab', sans-serif;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.eve_info {
    background-color: #000;
    color: #fff;
    padding: 5px 10px;
    font-weight: 300;
    font-size: 0.7em;
    text-align: center;
    margin-bottom: 5px;
}
.evenement_img {
    border-radius: 50%;
    background-color:#fafafa;
    width: 90px;
    height: 90px;
    background-size: cover;
    background-position: center;
    margin:auto;    
}
.evenement_img_wrap {
    background-color:#fafafa;
    padding: 10px;
    margin: auto;
    border-radius: 50%;
    display: table;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}
.evenement_img_wrap:hover {
    padding: 15px;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
}
.evenement_wrap {
    visibility: hidden;
}
.evenement_wrap h4 {
    text-align: center;
    padding: 10px 20px;
    font-weight: 400;
}
.evenement_gradient {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#177361+0,1fa59a+100 */
    background: #177361; /* Old browsers */
    background: -moz-linear-gradient(45deg, #177361 0%, #1fa59a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #177361 0%,#1fa59a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #177361 0%,#1fa59a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#177361', endColorstr='#1fa59a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    margin-bottom: 20px;
}
.evenement_info div {
    opacity: 0.03;
}
.evenement_wrap:hover .evenement_info div:nth-child(2) {
    opacity: 1;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}
.evenement_wrap:hover .evenement_info div:nth-child(3) {
    opacity: 1;
    transition: 0.8s;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
}
.evenement_wrap:hover .evenement_info div:nth-child(4) {
    opacity: 1;
    transition: 1.2s;
    -webkit-transition: 1.2s;
    -moz-transition: 1.2s;
    -o-transition: 1.2s;
}
.evenement_wrap:hover .evenement_info div:nth-child(5) {
    opacity: 1;
    transition: 1.7s;
    -webkit-transition: 1.7s;
    -moz-transition: 1.7s;
    -o-transition: 1.7s;
}

/*--------------------------------------------------------------
# Widget - Texte générique
--------------------------------------------------------------*/

.texte-generique-wrap .tg-texte p:first-child {
    font-size: 1.6em;
    line-height: 1.3;
    letter-spacing: 0;
    font-family: 'Heebo', sans-serif;
    font-weight: 300;
    color: #177361;
    margin-top: 0;
    margin-bottom:10px; 
}
.texte-generique-wrap .tg-sous-titre {
    color: #cccccc;
    font-style: italic;
}
.texte-generique-wrap .tg-lien {
    margin: 20px 0px;
    min-height: 40px;
    display: flex;
    align-items:center;
}
.texte-generique-wrap .tg-lien a svg {
    color: #000!important;
    font-size: 2em;
}
.texte-generique-wrap .tg-lien a:hover {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}
.texte-generique-wrap .tg-lien a:hover svg {
    transform:rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    color: #177361!important;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    display: block;
}

/*--------------------------------------------------------------
# Équipe - Membres - Widget
--------------------------------------------------------------*/
.membre_wrap {
    margin-top: 20px;
    margin-bottom: 30px;
}
.membre_wrap h3 {
    font-size: 0.6em;
    text-transform: uppercase;
    font-weight: 400;
}
.membre_img {
    /*height: 400px;*/
    margin: 10px 0 20px 0;
    background-size: cover;
    background-position: center;
    background-image: #fafafa;
}
.membre_poste {
    margin-left: -20px;
}
.membre_poste h6 {
    font-family: "Roboto condensed", sans-serif;
    text-transform: none;
    font-size: 1.2em;
    transform: skewY(-1deg);
}
.membre_bio {
    font-weight: 300;
}
.equipe_wrap .layout-flex > * {
    padding-right: 30px;
}
.equipe_wrap .layout-flex {
    flex-wrap:wrap;
}
.equipe_wrap .layout-flex .layout-25:nth-child(1) {
    width: 50%;
}
.equipe_wrap .layout-flex .layout-25:nth-child(1) .membre_wrap {
    display: flex;
}
.equipe_wrap .layout-flex .layout-25:nth-child(1) .membre_wrap .membre_img, .equipe_wrap .layout-flex .layout-25:nth-child(1) .membre_wrap .membre_info {
    width: 50%
}
.equipe_wrap .layout-flex .layout-25:nth-child(2) {
    width: 50%;
}
.equipe_wrap .layout-flex .layout-25:nth-child(2) .membre_wrap {
    display: flex;
}
.equipe_wrap .layout-flex .layout-25:nth-child(2) .membre_wrap .membre_img, .equipe_wrap .layout-flex .layout-25:nth-child(2) .membre_wrap .membre_info {
    width: 50%;
}

/*--------------------------------------------------------------
# Form - Gravity Form
--------------------------------------------------------------*/
.gform_wrapper input {
    color: #177361!important;
    border-top:0!important;
    border-left: 0!important;
    border-right: 0!important;
    border-bottom: solid 2px #177361!important;
    background-color: transparent!important;
    border-radius: 0px!important;
}
.gform_wrapper textarea {
    color: #177361!important;
    border: solid 2px #177361!important;
    background-color: transparent!important;
}
.gform_wrapper input[type=file] {
    border-bottom: solid 0px #177361!important;
}
.gform_wrapper input[type=submit] {
    border: solid 0px #177361!important;
    background-color: #177361!important;    
    color: #fff!important;
    padding: 10px 40px!important;
    border-radius: 5px!important;
}
.gform_wrapper .gfield_required {
    display: none!important;
}
.gform_wrapper .name_first label, .gform_wrapper .name_last label {
    display: none!important;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent!important;
    margin-bottom: 0px!important;
    border-top: 0px solid #C89797!important;
    border-bottom: 0px solid #C89797!important;
    padding-bottom: 0px!important;
    padding-top: 0px!important;
}
.gform_wrapper .validation_error {
    display: none;
}
.gform_wrapper input::placeholder, .gform_wrapper textarea::placeholder {
    color: #ccc!important;
    font-style: italic!important;
}

/*--------------------------------------------------------------
# Footer & copyright
--------------------------------------------------------------*/

footer {
    font-family: 'Roboto Slab', sans-serif;
    color: #fff;
    padding: 80px 0 0 0;
    font-size: 0.9em;
    font-weight: 300;
    position: relative;
    background: #000000; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #000000 0%, #211708 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #000000 0%,#211708 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #000000 0%,#211708 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#211708',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
footer .footer-column {
    text-align: center;
    padding: 20px 0 40px 0; 
}
footer li {
    list-style-type: none;
}
footer .widget-title {
    font-family: 'Heebo', sans-serif;
    font-weight: 300;
    font-size:1.5em;
    border-bottom:solid 1px #fff;
    padding-bottom: 5px;
    margin-bottom: 40px;
}
footer ul {
    margin:0;
    padding: 0;
}
footer li.menu-item a {
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 300;
    color:#fff;
    padding: 0 0 10px 0;
    line-height: 2.2em;
}
footer li.menu-item a:hover {
    color:#177361;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}
footer a:hover {
    color:#9ee3d0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}
footer svg {
    color:#fff!important;
    font-size: 1.4em!important;
}
footer #cc_wrap {
    padding: 20px;
    font-size: 0.8em;
}
footer #cc_wrap .layout-flex {
    justify-content: space-between;
}
footer .footer-columns {
    margin-bottom: 140px;
}
footer .column {
    padding: 20px;
}
.footer_logo img {
    max-width: 220px;
}
.copyright_wrap {
    padding: 20px 20px 20px 40px;
    margin-top: 60px;
    font-size: 0.6em;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
}
.credit_wrap {
    padding: 20px 40px 20px 20px;
    margin-top: 60px;
    font-size: 0.6em;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    float: right;
    text-align: right;
}
.container-left {
    position: absolute;
    padding: 20px;
    font-size: 1.1em;
    bottom: 0;
    left: 0;
}
.container-right {
    position: absolute;
    padding: 20px;
    font-size: 1.1em;
    bottom: 0;
    right: 0;
}
.rotated-text {
    display: inline-block;
    /*overflow: hidden;*/
    width: 1.5em;
}
.rotated-text__inner {
    display: inline-block;
    color: #fff;
    font-weight: 100;
    font-size: 0.7em;
    white-space: nowrap;
    -webkit-transform: translate(1.1em,0) rotate(-90deg);
    -moz-transform: translate(1.1em,0) rotate(-90deg);
    -o-transform: translate(1.1em,0) rotate(-90deg);
    transform: translate(1.1em,0) rotate(-90deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -ms-transform: none;
    -ms-transform-origin: none;
    -ms-writing-mode: tb-rl;
}


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: 'Rubik', 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;
}

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-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,
optgroup,
textarea {
	color: #404040;
	font-family: 'Roboto condensed', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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 3em;
}

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. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #177361;
}

a:visited {
	color: #177361;
}

a:hover,
a:focus,
a:active {
	color: #177361;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 970px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66667%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11111%;
}

.gallery-caption {
	display: block;
}

@media screen and (max-width: 1250px) {
  .boxed {
    padding: 0 40px!important;
  }
}

@media screen and (max-width: 1130px) {
    .auteur_extrait {
        display: none;  
    }
    .auteur_single_wrap .layout-flex {
        flex-direction:column;
        justify-content:center;
    }
    .auteur_single_wrap .layout-flex .layout-70, .auteur_single_wrap .layout-flex .layout-30 {
        width: 100%;
    }
    .auteur_img {
        margin: auto;
    }
    .auteur_info h3 {
        text-align: center;
        margin: auto;
        margin-top: 20px;
    }
    .membre_bio{
        font-size: 0.9em;
    }
}

@media screen and (max-width: 970px) {
    .panier {
        position: fixed;
        bottom: 30px;
        right: 30px;
        z-index: 99;
    }
    header .reseaux_sociaux_wrap {
        display: none;
    }
    .site-branding {
        height: auto;
    }
    nav.toggled {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
        background-color: rgba(0,0,0,0.95);
        z-index: 99;
    }
    nav.toggled ul#primary-menu {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        align-items: center;
    }
    #site-navigation ul li a {
        font-weight: 300;
        color: #fff;
        font-size: 2em;
    }
    #site-navigation ul li a::before {
        display:none;
    }
    .main-navigation ul ul {
        float: auto;
        position: relative;
        top: auto;
        left: auto;
        z-index: 99999;
        display: flex!important;
        flex-direction:column;
    }
    .main-navigation ul ul a {
        width: 100%;
    }
    .sub-menu li {
        background: transparent!important;
    }
    .sub-menu li a {
        padding: 0;
    }
    .menu-toggle {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border: solid 1px #000!important;
        border-radius: 0;
    }
    nav.toggled .bar {
        background-color: #fff;
    }
    nav.toggled .menu-toggle {
        position: absolute;
        right: 20px;
        top: 50px;
        border: solid 1px #fff!important;
    }
    nav.toggled #bar-1 {
        transform:rotate(45deg);
        margin-bottom: 0;
    }
    nav.toggled #bar-2 {
        transform:rotate(-45deg);
        margin-bottom: 0;
    }
    nav.toggled #bar-3 {
        display: none;
    }
    .archive .sidebar {
        display: none;
    }
    .products .layout-80 {
        width: 100%;
    }
    .auteur_info h3 {
        font-size: 0.9em;
    }
    .auteur_info {
        padding: 0 10px!important;
    }
    .auteur_single_info {
        padding: 0;
    }
    .home #main > .layout-flex {
        flex-wrap:wrap;
    }
    .home #main .layout-75 {
        width: 100%;
    }
    .home #zones {
        flex-direction: row;
    }
    .home .manuscrit_wrap, .home .auteur_wrap {
        height: 30vw!important;
    }
    .home #main .layout-25 {
        width: 100%;
    }
    .evenement_info div {
        opacity: 1!important;
    }
    .article_wrap h3 {
        font-size: 1.2em;
    }
    #pgc-5-0-0 .panel-row-style {
        padding-top: 40px!important;
    }
    .evenement_info {
        padding-bottom: 60px;
    }
    .equipe_wrap .layout-25 {
        width: 50%;
    }
    .logo_wrap {
        max-width: 140px;
        padding: 0;
    }
    .membre_bio{
        display: none;
    }
    .equipe_wrap .layout-flex .layout-25:nth-child(1) {
        width: 50%;
    }
    .equipe_wrap .layout-flex .layout-25:nth-child(1) .membre_wrap {
        display: inherit;
    }
    .equipe_wrap .layout-flex .layout-25:nth-child(1) .membre_wrap .membre_img, .equipe_wrap .layout-flex .layout-25:nth-child(1) .membre_wrap .membre_info {
        width: auto;
    }
    .equipe_wrap .layout-flex .layout-25:nth-child(2) {
        width: 50%;
    }
    .equipe_wrap .layout-flex .layout-25:nth-child(2) .membre_wrap {
        display: inherit;
    }
    .equipe_wrap .layout-flex .layout-25:nth-child(2) .membre_wrap .membre_img, .equipe_wrap .layout-flex .layout-25:nth-child(2) .membre_wrap .membre_info {
        width: auto;
    }

}

@media screen and (max-width: 900px) {
    footer .footer-columns {
        flex-direction:column;
        text-align: center;
    }
    footer .column {
        width: 100%;
    }
    footer .footer-columns {
        margin-bottom: 40px;
    }
    footer {
        padding: 40px 0 0 0;
    }
    .footer_logo img {
        max-width: 140px;
    }
    footer .reseaux_sociaux_wrap {
        display: flex;
        justify-content:center;
    }
}

@media screen and (max-width: 780px) {
    .evenements_wrap .layout-flex {
        flex-direction: column;
    }
    .manuscrit_wrap h4 {
        font-size: 1.2em;
    }
    #edq-slider {
    height: 55vw;
    }
    .auteur_single_info {
    padding: 0px;
    }
    .so-widget-articles-accueil .layout-flex {
        flex-direction:column;
    }
    .so-widget-articles-accueil .layout-33 {
        width: 100%;
    }
    .blog #main .layout-flex {
        flex-direction:column;
    }
    .blog #main .layout-flex .layout-33 {
        width: 100%;
    }
    .single-product .auteur_description {
        display: none;
    }
    .auteur_single_wrap .layout-25 {
        width: 100%;
    }
    #auteurs-single-livre .auteur_single_wrap .auteur_info h3 {
        font-size: 1em;
    }
    .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
        width: 100%!important;
        margin-right: 0%!important;
    }
    .single-product .woocommerce-product-category {
        height: 14vw;
    }
    .single-product .woocommerce-product-category .vertical-text {
        display: none;
    }
    .up-sells .products .woocommerce-loop-product__title { 
        display: none;
    }
    .up-sells .products .price { 
        display: none!important;
    }
    .up-sells .products .woo_separator {
        display: none;
    }
    .up-sells .products a.button {
        display: none;
    }
    section.up-sells .products ul, .woocommerce ul.products {
        margin: 0;
    }
    .logo_wrap {
        max-width: 140px;
        padding:0;
    }
    .membre_poste h6 {
        font-size: 1em;
    }
    .single-post article h1 {
        font-size: 1.8em;
    }
    article .layout-20 {
        display: none;
    }
    article .layout-60 {
        width: 100%;
    }
}


@media screen and (max-width: 720px) {
    .texte-generique-wrap .tg-texte p:first-child {
        font-size: 1.3em;
        line-height: 1.5;
    }
    .single-auteur .auteur .entry-content > .layout-flex {
        flex-direction:column;
        justify-content:center;
    } 
    .single-auteur .auteur .entry-content .layout-flex .layout-30, .single-auteur .auteur .entry-content .layout-flex .layout-70 {
        width: 100%;
    }
    #site-navigation ul li a {
        font-size: 1.6em;
    }
    .woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
        font-size: 1.2em!important;
    }

}


@media screen and (max-width: 600px) {
    #cc_wrap .layout-flex {
        flex-direction:column;
        justify-content:center;
        text-align: center;
    }
    .equipe_wrap .layout-25 {
        width: 100%!important;
    }
    section.up-sells .products ul, .woocommerce ul.products {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

}
