/*
Theme Name: Association du 12e Régiment blindé du Canada
Author: Boréale Média - Chloé Gauthier
Author URI: http://borealemedia.com
Description: Thème entièrement fait pour l'Association du 12e Régiment blindé du Canada
Version: 1.0
License: GNU General Public License v2 or later
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: twentythirteen
*/

/* --------- 1. Reset CSS --------- */

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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display en block pour les anciens fureteurs */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style-type: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* --------- 2. Base (général) --------- */
html {
}
body {
	background: #ecedef;
	overflow-x: hidden !important;
}
.parallax-window {
    background: transparent;
}
.uppercase {
	text-transform: uppercase;
}
.flexwrap {
	display: flex;
	display: -webkit-flex; /* Safari */
  		-webkit-flex-wrap: wrap; /* Safari 6.1+ */
	flex-wrap: wrap;
}
.flex {
	display: flex;
		display: -webkit-flex; /* Safari */
}
sup {
	vertical-align: top;
	position: relative;
	top: -0.3em;
    font-size: smaller;
    text-transform: lowercase;
}
#main-section {
	background-color: #e0e1e3;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	box-shadow: 2000px 2000px rgba(224,225,227,0.65) inset;
	height: 535px;
	position: relative;
}
#main-section .titre {
	left: 30px;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
}
#main-section .titre h1 {
	position: relative;
}
#main-section .titre h1:after {
	background: #836650;
	content: '';
	display: block;
	height: 5px;
	margin: 20px auto 50px;
	width: 169px;
}
#main-section .titre p {
	font-size: 25px;
	margin: auto;
	max-width: 995px;
	text-align: center;
}
::selection {
  background: #d6d7da; /* WebKit/Blink Browsers */
}
button {
	-webkit-font-smoothing: antialiased;
}
		
/*  --------- 3. Structure (layout) --------- */
/*WRAPPER*/
#wrapper {
	margin: auto;
	max-width: 1650px;
	padding: 0 30px;
	width: calc(100% - 60px);
}
/*HEADER*/
header {
	background: #ecedef;
	height: 210px;
	position: relative;
	width: 100%;
}
header #wrapper {
	position: relative;
}
header #buttons {
	position: absolute;
	right: 30px;
	top: 0;
}
header #buttons a.facebook {
	color: #836650;
	font: normal 800 15px whitman-display;
	margin: 15px 35px 0 0;
	padding: 0;
	text-transform: uppercase;
}
header #buttons a.facebook:hover {
	opacity: 0.7;
}
header #buttons a.facebook i {
	font-size: 26px;
	margin: 0 12px 0 0;
	position: relative;
	top: 5px;
}
header #buttons a {
	display: block;
	font: normal 800 18px whitman-display;
	padding: 20px 30px;
	text-align: center;
}
header #buttons .portail {
	background: #836650;
	border: 1px solid #836650;
	color: #fff;
}
header #buttons .portail:hover {
	background: #4b3626;
}
header #buttons .don {
	background: #ecedef;
	border: 1px solid #242934;
	color: #836650;
}
header #buttons .don:hover {
	background: #4b3626;
	color: #fff;
}
header .logo-link {
	display: block;
	position: absolute;
	top: 35px;
	width: fit-content;
		width: -webkit-fit-content;
		width: -moz-fit-content;
	z-index: 2;
}
header .logo-link img {
	max-width: 358px;
}
/*MENU*/
nav#main-menu {
	left: 390px;
	position: absolute;
	right: 30px;
	text-align: right;
	top: 100px;
}
nav#main-menu ul li {
	display: inline-block;
	letter-spacing: 0.1em;
	margin: 0 0 0 15px;
	position: relative;
	transition: 0.3s ease;
		-webkit-transition: 0.3s ease;
		-moz-transition: 0.3s ease;
}
nav#main-menu li a {
	color: #242934;
	display: block;
	font: normal 800 18px whitman-display;
	padding: 0 3px 10px;
	position: relative;
	transition: 0.3s ease;
		-webkit-transition: 0.3s ease;
		-moz-transition: 0.3s ease;
	vertical-align: middle;
}
nav#main-menu li.wpml-ls-item a {
	color: #836650;
}
nav#main-menu ul li a:hover,
nav#main-menu ul li.current_page_item a {
	color: #836650;
}
nav#main-menu ul li a:after {
	background: #836650;
	bottom: 0;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	transition: 0.3s ease;
		-webkit-transition: 0.3s ease;
		-moz-transition: 0.3s ease;
	width: 0;
}
nav#main-menu ul li a:hover:after,
nav#main-menu ul li.current_page_item a:after {
	width: 100%;
}
nav#main-menu ul li.menu-item-has-children {
	position: relative;
}
nav#main-menu ul li.menu-item-has-children:hover ul {
	opacity: 1;
	pointer-events: initial;
}
nav#main-menu ul li.menu-item-has-children ul {
	background: #836650;
	opacity: 0;
	padding: 0;
	position: absolute;
	pointer-events: none;
	left: 0;
	margin: 0;
	text-align: left;
	transition: all 0.2s linear;
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
	z-index: 999999;
}
nav#main-menu ul li.menu-item-has-children ul li {
	display: block;
	margin: 0;
	width: 100%;
}
nav#main-menu ul li.menu-item-has-children ul li a {
	color: #fff;
	display: block;
	padding: 10px 15px;
	white-space: nowrap;
}
nav#main-menu ul li.menu-item-has-children ul li a:hover {
	background: #4b3626;
}
nav#main-menu ul li.menu-item-has-children.current_page_item a:after {
	display: block;
}
nav#main-menu ul li.menu-item-has-children a:after,
nav#main-menu ul li.menu-item-has-children ul li a:after {
	display: none;
}
/*MENU MOBILE*/
#nav-icon4 {
	display: none;
	right: 20px;
	top: 17px;
	width: 50px;
	height: 45px;
	position: absolute;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	z-index: 999999;
}
#nav-icon4 span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #836650;
	border-radius: 0;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#nav-icon4.open span {
	background: #fff;
}
#nav-icon4 span:nth-child(1) {
	top: 0px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
#nav-icon4 span:nth-child(2) {
	top: 15px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
#nav-icon4 span:nth-child(3) {
	top: 30px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
#nav-icon4.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -3px;
	left: 8px;
}
#nav-icon4.open span:nth-child(2) {
	width: 0%;
	opacity: 0;
}
#nav-icon4.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 33px;
	left: 8px;
}
header nav#menu-mobile {
	background: #836650;
	border: none !important;
	display: none;
	height: calc(100vh - 20px);
	left: 0;
	overflow-y: auto;
	padding: 0 0 20px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
header nav#menu-mobile img {
	display: block;
	height: auto;
	margin: auto;
	max-width: 300px;
	position: relative;
}
header nav#menu-mobile .menu-menu-mobile-container {
	padding: 70px 0;
}
header nav#menu-mobile ul {
	margin: 0;
	padding: 100px 0 40px;
}
header nav#menu-mobile ul li {
	cursor: pointer;
	display: block;
	margin: 0 60px 0 0;
	padding: 15px 0;
	position: relative;
	text-align: right;
	width: 100%;
}
header nav#menu-mobile ul li.active>a {
	color: #60c6c3;
}
header nav#menu-mobile ul li a {
	color: #fff;
	display: block;
	font: normal 800 25px whitman-display;
	letter-spacing: 0.1em;
	margin: auto;
	width: fit-content;
		width: -webkit-fit-content;
		width: -moz-fit-content;
}
header nav#menu-mobile ul li a:hover {
	opacity: 0.6;
}
header nav#menu-mobile ul li ul {
	display: none;
	padding: 15px 0;
}
header nav#menu-mobile ul li.menu-item-has-children a {
	position: relative;
}
header nav#menu-mobile ul li.menu-item-has-children a:after {
	background: url(img/quantity-down-hover.png);
	background-size: 30px;
	content: '';
	position: absolute;
	right: 0;
}
/*ACCUEIl*/
section#accueil #main-section-accueil {
	position: relative;
}
section#accueil #main-section-accueil #wrapper {
	position: relative;
}
section#accueil #main-section-accueil .presentation {
	left: 30px;
	text-align: center;
	position: absolute;
	right: 30px;
	top: 135px;
	z-index: 2;
}
section#accueil #main-section-accueil .presentation p {
	font-size: 25px;
	letter-spacing: 0.1em;
	margin: 0 auto 20px;
	text-transform: uppercase;
}
section#accueil #main-section-accueil .presentation h1 {
	text-align: center;
}
section#accueil #main-section-accueil #images-background {
	opacity: 0.4;
	overflow-x: hidden;
}
section#accueil #main-section-accueil #images-background .row1,
section#accueil #main-section-accueil #images-background .row2 {
	background-color: #e8e5e6;
	background-repeat-y: no-repeat;
	background-size: auto 265px;
	filter: grayscale(1);
	height: 265px;
	width: calc(100% - 80px);
}
section#accueil #main-section-accueil #images-background .row1 {
	background-position: top 0 left 0;
	border-left: 80px solid #bfbfbf;
}
section#accueil #main-section-accueil #images-background .row2 {
	background-position: top 0 right 0;
	border-right: 80px solid #bfbfbf;
	margin: 25px 0 0;
	width: calc(85% - 80px) !important;
}
section#accueil .line {
	background: #836650;
	display: block;
	height: 240px;
	margin: auto;
	position: relative;
	top: -80px;
	width: 3px;
}
section#accueil #sceau #wrapper{
	position: relative;
}
section#accueil #sceau img {
	filter: invert(39%) sepia(58%) saturate(257%) hue-rotate(343deg) brightness(92%) contrast(85%);
	max-width: 290px;
	position: absolute;
	right: 10%;
	bottom: 115px;
}
section#accueil #mot-president {
	margin: auto;
	width: 90%;
}
section#accueil #mot-president h2 {
	color: #836650;
	text-align: center;
}
section#accueil #mot-president h4 {
	font: 21px Open Sans;
	letter-spacing: 0.1em;
	margin: 20px 0 80px;
	text-align: center;
}
section#accueil #mot-president p {
	font: 21px Open Sans;
	letter-spacing: 0.1em;
}
section#accueil #chapitres {
	padding: 125px 0 60px;
}
section#accueil #chapitres h2 {
	margin: 15px 0 80px;
}
section#accueil #chapitres h2,
section#accueil #chapitres h4 {
	text-align: center;
}
section#accueil #chapitres .sceau {
	height: auto;
	max-width: 175px;
	width: 100%;
}
section#accueil #chapitres article {
	border: 2px solid #836650;
	width: calc(33.333333% - 10.666666666666667px);
	transition: 0.3s ease;
		-webkit-transition: 0.3s ease;
		-moz-transition: 0.3s ease;
}
section#accueil #chapitres article:hover {
	border: 2px solid #4b3626;
}
section#accueil #chapitres a {
	align-items: center;
	filter: invert(39%) sepia(30%) saturate(408%) hue-rotate(343deg) brightness(100%) contrast(95%);
	height: calc(100% - 60px);
	padding: 30px 15px;
}
section#accueil #chapitres a * {
	color: #000;
}
section#accueil #chapitres a:hover {
	filter: invert(19%) sepia(20%) saturate(989%) hue-rotate(341deg) brightness(96%) contrast(90%);
}
section#accueil #chapitres article h3 {
	font: normal 800 40px whitman-display;
	text-transform: uppercase;
	position: relative;
}
section#accueil #chapitres article h3:after {
	background: #000;
	bottom: -25px;
	content: '';
	display: block;
	height: 3px;
	left: calc(50% - 20px);
	position: absolute;
	width: 40px;
}
section#accueil #chapitres article p.nom {
	font: normal 400 20px Open Sans;
	margin: 50px 0 0;
	text-transform: uppercase;
}
section#accueil #chapitres article p.membres {
	font: normal 400 14px Open Sans;
	margin: 10px 0 0;
}
section#accueil #chapitres article:nth-child(3n+1) {
	margin: 0 5px 20px 0;
}
section#accueil #chapitres article:nth-child(3n+2) {
	margin: 0 5px 20px;
}
section#accueil #chapitres article:nth-child(3n+3) {
	margin: 0 0 20px 5px;
}
section#accueil #chapitres article:nth-child(3n+4) {
	margin: 0 12.5px 20px auto;
}
section#accueil #chapitres article:nth-child(3n+5) {
	margin: 0 auto 20px 12.5px;
}
section#accueil #chapitres article:nth-child(3n+5) h3 {
	font-size: 35px;
}
section#accueil #chapitres article a>div:first-of-type {
	align-self: center;
	text-align: center;
	width: calc(60% - 40px);
}
section#accueil #chapitres article a>div:first-of-type>div {
	height: 177px;
	width: 100%;
}
section#accueil #chapitres article a>div:first-of-type>div>div {
	
}
section#accueil #chapitres article a>div:last-of-type {
	margin: 0 25px 0 15px;
	width: 40%
}
section#accueil #evenements {
	padding: 60px 0 0;
}
section#accueil #evenements h2 {
	margin: 15px 0 150px;
}
section#accueil #evenements h2,
section#accueil #evenements h4 {
    text-align: center;
}
section#accueil #evenements p.no-event {
	color: #836650;
	display: block;
    font: normal 800 30px whitman-display;
	text-align: center;
	width: 100%;
}
section#accueil #evenements #events article {
	display: none;
	width: calc(33.333333% - 40px);
}
section#accueil #evenements #events article:nth-child(3n+1) {
	margin: 0 30px 50px 0;
}
section#accueil #evenements #events article:nth-child(3n+2) {
	margin: 0 30px 50px;
	position: relative;
	top: -70px;
}
section#accueil #evenements #events article:nth-child(3n+3) {
	margin: 0 0 50px 30px;
}
section#accueil #evenements #events article a:hover h3 {
	color: #836650;
}
section#accueil #evenements #events article a:hover .image {
	filter: none;
}
section#accueil #evenements #events article .image {
	filter: sepia(1) grayscale(0.6) contrast(0.8);
	height: 100%;
	padding: 0 0 100%;
	transition: 0.3s ease;
		-webkit-transition: 0.3s ease;
		-moz-transition: 0.3s ease;
	width: 100%;
}
section#accueil #evenements #events article .text {
	text-align: center;
}
section#accueil #evenements #events article h3 {
	color: #242934;
	margin: 40px 0 0;
	transition: 0.3s ease;
		-webkit-transition: 0.3s ease;
		-moz-transition: 0.3s ease;
}
section#accueil #evenements button.more {
	color: #836650 !important;
	border: 2px solid #836650;
	display: block;
	font: normal 800 20px whitman-display;
	letter-spacing: 0.075em;
	margin: 0 auto;
	padding: 25px 30px 20px;
	text-transform: uppercase;
	transition: 0.3s ease;
		-webkit-transition: 0.3s ease;
		-moz-transition: 0.3s ease;
	width: fit-content;
}
section#accueil #evenements button.more:hover {
	color: #fff !important;
	background: #836650;
}
section#accueil #livre-dor {
	padding: 180px 0 180px;
}
section#accueil #livre-dor #wrapper {
	position: relative;
}
section#accueil #livre-dor .title {
	background: #ecedef;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translate(-50%,-30%);
	width: 255px;
	z-index: 2;
}
section#accueil #livre-dor h2 {
    margin: 10px 0 0;
}
section#accueil #livre-dor h2,
section#accueil #livre-dor h4 {
    text-align: center;
}
section#accueil #livre-dor #slider-livre-dor {
	border: 2px solid #836650;
	text-align: center;
	margin: auto;
	position: relative;
	transition: 0.3s ease;
	width: 90%;
}
section#accueil #livre-dor #slider-livre-dor .sa_owl_theme .owl-nav div,
section#accueil #livre-dor #slider-livre-dor .sa_owl_theme .owl-nav button {
    height: 31px !important;
    margin-top: -31px !important;
    width: 37px !important;
}
section#accueil #livre-dor #slider-livre-dor .sa_owl_theme .owl-nav .owl-prev {
    left: 5%;
}
section#accueil #livre-dor #slider-livre-dor .white .sa_owl_theme .owl-nav .owl-prev {
    background: url(img/previous-arrow.png) no-repeat center center !important;
}
section#accueil #livre-dor #slider-livre-dor .sa_owl_theme .owl-nav .owl-next {
    right: 5%;
}
section#accueil #livre-dor #slider-livre-dor .white .sa_owl_theme .owl-nav .owl-next {
    background: url(img/next-arrow.png) no-repeat center center !important;
}
section#accueil #livre-dor #slider-livre-dor * {
	color: #836650;
}
section#accueil #livre-dor #slider-livre-dor p {
	font: normal 800 30px whitman-display;
	margin: 0;
}
section#accueil #livre-dor #slider-livre-dor hr {
	background: #836650;
	border: none;
	height: 2px;
	margin: 45px auto;
	width: 82px;
}
section#accueil #livre-dor #stars {
	background: #ecedef;
	bottom: 0;
	position: absolute;
	left: 50%;
	transform: translate(-50%,+50%);
	width: 255px;
}
section#accueil #livre-dor img {
	display: block;
	margin: auto;
	max-width: 138px;
}
/*ASSOCIATION*/
section#association h2 {
	margin: 210px 0 0;
}
section#association h2:first-of-type {
	margin: 0;
}
section#association h2,
section#association h3 {
	text-align: center;
	text-transform: uppercase;
}
section#association h3 {
	font-size: 40px;
	margin: 50px 0 80px;
}
section#association #content {
	padding: 195px 0 0;
}
section#association .membres {
	margin: 210px 0 0;
}
section#association .membres article .image {
	height: 100%;
    padding: 0 0 100%;
    width: 100%;
}
section#association .membres article h4 {
	color: #836650;
	font: normal 800 30px whitman-display;
	margin: 25px 0 10px;
	text-align: center;
	text-transform: uppercase;
}
section#association .membres article p {
	font-size: 20px;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}
section#association .membres article {
	margin: 0 32.5px 60px;
	position: relative;
	width: calc(33.333333333333333% - 43.333333333333333px);
}
section#association .membres.no-president article:nth-child(3n+1) {
	margin: 0 32.5px 60px 0;
}
section#association .membres.no-president article:nth-child(3n+2) {
	top: -115px;
}
section#association .membres.no-president article:nth-child(3n+3) {
	margin: 0 0 60px 32.5px;
}
section#association .membres.president article:nth-child(3n+2) {
	margin: 0 32.5px 60px 0;
}
section#association .membres.president article:nth-child(3n+3) {
	top: -115px;
}
section#association .membres.president article:nth-child(3n+1) {
	margin: 0 0 60px 32.5px;
}
section#association .membres.president article:nth-child(1) {
	margin: 0 calc(33.333333333333333% + 21.666666666666667px) 60px;
	top: -115px;
}
section#association .membres.vice-president article:nth-child(3n+3) {
	margin: 0 32.5px 60px 0;
}
section#association .membres.vice-president article:nth-child(3n+1) {
	top: -115px;
}
section#association .membres.vice-president article:nth-child(3n+2) {
	margin: 0 0 60px 32.5px;
}
section#association .membres.vice-president article:nth-child(1),
section#association .membres.vice-president article:nth-child(2) {
	margin: 0 calc(33.333333333333333% + 21.666666666666667px) 60px;
	top: -115px;
}
/*MÉDIATHÈQUE*/
section#mediatheque #medias {
	align-items: flex-start;
	padding: 125px 0 165px;
}
section#mediatheque #medias #articles {
	column-count: 2;
	column-gap: 60px;
	width: 73%;
}
section#mediatheque #medias #articles article {
	border-bottom: 3px solid #b9b9b9;
	margin: 0 0 75px;
	padding: 0 0 55px;
	-webkit-column-break-inside: avoid;
		page-break-inside: avoid;
			break-inside: avoid;
}
section#mediatheque #medias #articles article .date {
	font-size: 18px;
	margin: 0 0 10px;
}
section#mediatheque #medias #articles article h3 {
	font-size: 25px;
	text-transform: none;
}
section#mediatheque #medias #articles article img {
	filter: sepia(1) grayscale(0.6) contrast(0.8);
	height: auto;
	margin: 35px 0 0;
	transition: 0.3s ease;
		-webkit-transition: 0.3s ease;
		-moz-transition: 0.3s ease;
	width: 100%;
}
section#mediatheque #medias #articles article p {
	margin: 40px 0 0;
}
section#mediatheque #medias #articles article a {
	display: block;
}
section#mediatheque #medias #articles article a:hover img {
	filter: none;
}
section#mediatheque #medias #articles article .resume {
	margin: 35px 20px 0;
}
section#mediatheque #medias #mediatheque-bar {
	margin: 0 0 0 40px;
	width: calc(27% - 40px);
}
section#mediatheque #medias #mediatheque-bar #mediatheque-sidebar {
    border-bottom: 2px solid #b9b9b9;
    margin: 0 0 55px;
    padding: 0 50px 55px;
}
section#mediatheque #medias #mediatheque-bar #mediatheque-sidebar:last-of-type {
    border-bottom: none;
}
section#mediatheque #medias #mediatheque-bar h2 {
	font: normal 800 20px whitman-display;
	margin: 0 0 20px;
}
section#mediatheque #medias #mediatheque-bar h3 {
	margin: 0 0 20px;
}
section#mediatheque #medias #mediatheque-bar #mediatheque-sidebar:first-of-type p {
	display: inline-block;
	margin: 0 10px 10px 0;
}
section#mediatheque #medias #mediatheque-bar #mediatheque-sidebar:first-of-type a {
	background: #836650;
	border: 1px solid #836650;
	color: #fff;
	display: block;
	font-size: 20px;
	padding: 10px;
}
section#mediatheque #medias #mediatheque-bar #mediatheque-sidebar:first-of-type a:hover {
	background: #ecedef;
	color: #836650;
}
section#mediatheque #medias #mediatheque-bar ul li {
    margin: 0 0 35px;
}
section#mediatheque #medias #mediatheque-bar ul li a {
    display: block;
}
section#mediatheque #medias #mediatheque-bar .date {
	color: #242934;
    font-size: 18px;
    margin: 15px 0;
    text-align: left;
}
section#mediatheque #medias #mediatheque-bar .title {
	color: #836650;
	font: normal 800 23px whitman-display;
	letter-spacing: 0.1em;
}
section#mediatheque #medias #mediatheque-bar img {
	filter: sepia(1) grayscale(0.6) contrast(0.8);
    height: auto !important;
    margin: 0 0 10px;
    transition: 0.3s ease;
	    -webkit-transition: 0.3s ease;
	    -moz-transition: 0.3s ease;
    width: 100% !important;
}
section#mediatheque #medias #mediatheque-bar a:hover img {
	filter: none;
}
#news-bar h2 {
	font: normal 800 20px whitman-display;
	margin: 0 0 20px;
}
#news-bar #nouvelles-sidebar {
	border-bottom: 2px solid #b9b9b9;
	margin: 0 0 55px;
	padding: 0 50px 55px;
}
#news-bar #nouvelles-sidebar:last-of-type {
	border-bottom: none;
}
/*NOUVELLES*/
section#nouvelles {
	padding: 0 0 165px;
}
section#nouvelles #news {
	align-items: flex-start;
	padding: 125px 0 0;
}
section#nouvelles #news #articles {
	column-count: 2;
	column-gap: 60px;
	width: 73%;
}
section#nouvelles #news #articles article {
	border-bottom: 3px solid #b9b9b9;
	-webkit-column-break-inside: avoid;
		page-break-inside: avoid;
			break-inside: avoid;
	margin: 0 0 75px;
	padding: 0 0 55px;
	width: 100%;
}
section#nouvelles #news #articles article .date {
	font-size: 18px;
	margin: 0 0 10px;
}
section#nouvelles #news #articles article h3 {
	font-size: 25px;
	margin: 0 0 40px;
	text-transform: none;
}
section#nouvelles #news #articles article img {
	filter: sepia(1) grayscale(0.6) contrast(0.8);
	height: auto;
	transition: 0.3s ease;
		-webkit-transition: 0.3s ease;
		-moz-transition: 0.3s ease;
	width: 100%;
}
section#nouvelles #news #articles article a {
	display: block;
}
section#nouvelles #news #articles article a:hover img {
	filter: none;
}
section#nouvelles #news #articles article .resume {
	margin: 35px 20px 0;
}
section#nouvelles #news #articles article .resume p {
	margin: 0;
}
section#nouvelles #news #news-bar {
	margin: 0 0 0 40px;
	width: calc(27% - 40px);
}
section#nouvelles .content p {
	text-align: center;
}
section#nouvelles .content a {
	background: #836650;
	border: 1px solid #836650;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	margin: 60px 0 0;
	padding: 10px;
}
section#nouvelles .content a:hover {
	background: #ecedef;
	color: #836650;
}
#news-bar h2 {
	font: normal 800 20px whitman-display;
	margin: 0 0 20px;
}
#news-bar #nouvelles-sidebar {
	border-bottom: 2px solid #b9b9b9;
	margin: 0 0 55px;
	padding: 0 50px 55px;
}
#news-bar #nouvelles-sidebar:last-of-type {
	border-bottom: none;
}
#news-bar #nouvelles-sidebar input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #242934 !important;
	opacity: 1; /* Firefox */
}
#news-bar #nouvelles-sidebar input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #242934 !important;
}
#news-bar #nouvelles-sidebar input::-ms-5e6165-placeholder { /* Microsoft Edge */
	color: #242934 !important;
}
#news-bar #nouvelles-sidebar .screen-reader-text {
	display: none;
}
#news-bar #nouvelles-sidebar input[type="text"],
#news-bar #nouvelles-sidebar input[type="search"] {
	background: #ecedef;
	border: none;
	border-bottom: 2px solid #836650;
	float: left;
	font: 14px Open Sans;
	height: 28px;
	padding: 0;
	width: calc(100% - 37px);
}
#news-bar #nouvelles-sidebar input[type="text"]:focus,
#news-bar #nouvelles-sidebar input[type="search"]:focus,
#news-bar #nouvelles-sidebar input[type="submit"]:focus {
	outline: none;
}
#news-bar #nouvelles-sidebar input[type="submit"] {
	background: #ecedef url(img/loupe.png) no-repeat center;
	border: none;
	border-bottom: 2px solid #836650;
	cursor: pointer;
	float: left;
	height: 30px;
	padding: 0;
	position: relative;
	text-indent: -99999px;
	top: -2px;
	width: 37px;
}
#news-bar #nouvelles-sidebar ul .cat-item {
	display: inline-block;
	margin: 0 10px 10px 0;
}
#news-bar #nouvelles-sidebar ul .cat-item a {
	background: #836650;
	border: 1px solid #836650;
	color: #fff;
	display: block;
	font-size: 20px;
	padding: 10px;
}
#news-bar #nouvelles-sidebar ul .cat-item a:hover {
	background: #ecedef;
	color: #836650;
}
#news-bar #nouvelles-sidebar .rpwwt-widget ul li {
    margin: 0 0 35px;
}
#news-bar #nouvelles-sidebar .rpwwt-widget ul li a {
	display: block;
}
#news-bar #nouvelles-sidebar .rpwwt-widget ul li:first-of-type .rpwwt-post-date:last-of-type,
#news-bar #nouvelles-sidebar .rpwwt-widget ul li:last-of-type .rpwwt-post-date:first-of-type {
    display: none;
}
#news-bar #nouvelles-sidebar .rpwwt-post-date {
	color: #242934;
	font-size: 18px;
	margin: 20px 0 15px;
}
#nouvelles-sidebar .rpwwt-post-title {
	color: #836650;
	font: normal 800 23px whitman-display;
	letter-spacing: 0.1em;
}
#nouvelles-sidebar .rpwwt-widget ul li img {
	filter: sepia(1) grayscale(0.6) contrast(0.8);
	height: auto !important;
    margin: 0 0 10px;
    transition: 0.3s ease;
    	-webkit-transition: 0.3s ease;
    	-moz-transition: 0.3s ease;
    width: 100% !important;
}
#nouvelles-sidebar .rpwwt-widget ul li a:hover img {
	filter: none;
}
/*BOUTIQUE*/
section#boutique .woocommerce-breadcrumb,
section#boutique .woocommerce-result-count,
section#boutique .woocommerce-ordering,
section#boutique .add_to_cart_button,
section#boutique .button.product_type_variable {
	display: none !important;
}
section#boutique .content {
	width: 100%;
}
section#boutique .content nav.woocommerce-pagination {
	padding: 30px 0 60px;
	width: 100%;
}
section#boutique .content nav.woocommerce-pagination ul {
	display: block;
	text-align: center;
	width: 100%;
}
section#boutique .content nav.woocommerce-pagination ul li {
	color: #4b3626;
	display: inline-block;
	font: normal 800 20px whitman-display;
	margin: 0 10px;
}
section#boutique .content nav.woocommerce-pagination ul li a {
	color: #836650;
	font: normal 800 20px whitman-display;
}
section#boutique .content nav.woocommerce-pagination ul li a:hover {
	color: #4b3626;
}
section#boutique div.products {
	width: 100%;
}
section#boutique div.products ul.products {
	align-items: flex-start;
	display: flex;
	display: -webkit-flex; /* Safari */
  		-webkit-flex-wrap: wrap; /* Safari 6.1+ */
	flex-wrap: wrap;
	margin: 0;
}
section#boutique ul.products>li {
	display: block;
	list-style-type: none;
	margin: 0 25px 55px;
	position: relative;
	text-align: center;
	-webkit-column-break-inside: avoid;
		page-break-inside: avoid;
			break-inside: avoid;
	width: calc(25% - 37.5px)
}
section#boutique ul.products>li:nth-child(4n+1) {
	margin: 0 25px 55px 0;
}
section#boutique ul.products>li:nth-child(4n+2),
section#boutique ul.products>li:nth-child(4n+3) {
	top: -30px;
}
section#boutique ul.products>li:nth-child(4n+4) {
	margin: 0 0 55px 25px;
}
section#boutique ul.products>li a {
	display: block;
}
section#boutique ul.products>li img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}
section#boutique ul.products ul.image-variable-wrapper {
	margin: 15px 0 0;
	text-align: center;
}
section#boutique ul.products ul.image-variable-wrapper li.image-variable-item {
	border: 2px solid #ecedef;
	cursor: pointer;
	display: inline-block;
	margin: 0 10px;
	transition: all 0.2s linear;
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
}
section#boutique ul.products ul.image-variable-wrapper li.image-variable-item:hover,
section#boutique ul.products ul.image-variable-wrapper li.image-variable-item.selected {
	border: 2px solid #836650;
}
section#boutique div.products ul.products .berocket_aapf_widget_loading:after {
    background-color: #ecedef;
    opacity: 0.6;
}
section#boutique div.products ul.products li h2 {
	font-size: 20px;
	line-height: 25px;
	margin: 30px 0 10px;
}
section#boutique div.products ul.products li .price {
	color: #242934;
	font: 15px Open Sans;
}
section#boutique div.products ul.products li a.woocommerce-LoopProduct-link {
	display: block;
}
section#boutique div.products ul.products li a.woocommerce-LoopProduct-link:hover {
	opacity: 0.7;
}
section#boutique .now_sold {
	background: #836650;
    border: 1px solid #836650;
    color: #fff;
    display: inline-block;
    font: normal 800 18px whitman-display;
    margin: 0;
    padding: 10px;
    position: absolute;
    right: -15px;
    top: 15px;
}
section#boutique .button.product_type_simple {
	display: none;
}
section#boutique .sidebar {
	padding: 60px 0 100px;
    max-width: 350px;
    width: 100%;
}
section#boutique .sidebar form {
	height: 28px;
}
section#boutique .sidebar h2,
section#boutique .sidebar h3 {
    font: normal 800 20px whitman-display;
    margin: 0 0 20px;
}
section#boutique .sidebar .berocket_aapf_widget-title_div {
	margin: 0 0 30px;
}
section#boutique .sidebar input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #242934 !important;
	opacity: 1; /* Firefox */
}
section#boutique .sidebar input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #242934 !important;
}
section#boutique .sidebar input::-ms-5e6165-placeholder { /* Microsoft Edge */
	color: #242934 !important;
}
section#boutique .sidebar input[type="search"] {
	background: #ecedef;
	border: none;
	border-bottom: 2px solid #836650;
	float: left;
	font: 14px Open Sans;
	height: 28px;
	padding: 0;
	width: calc(100% - 37px);
}
section#boutique .sidebar input[type="search"]:focus {
	outline: none;
}
section#boutique .sidebar button {
	background: #ecedef url(img/loupe.png) no-repeat center;
	border: none;
	border-bottom: 2px solid #836650;
	cursor: pointer;
	float: left;
	height: 30px;
	padding: 0;
	position: relative;
	text-indent: -99999px;
	top: -2px;
	width: 37px;
}
section#boutique .sidebar button:focus {
	outline: none;
}
section#boutique .sidebar ul {
	margin: 0;
}
section#boutique .sidebar .berocket_single_filter_widget li {
	color: #836650;
	font: 20px Open Sans;
	margin: 0 0 20px !important;
	padding: 0 0 0 30px !important;
	position: relative;
	width: fit-content !important;
		width: -webkit-fit-content !important;
		width: -moz-fit-content !important;
}
section#boutique .sidebar input[type="checkbox"] {
	cursor: pointer;
	height: 27px;
	left: 0;
	margin: 0;
	opacity: 0;
	position: absolute;
	transition: 0.3s ease;
		-webkit-transition: 0.3s ease;
		-moz-transition: 0.3s ease;
	width: 100%;
	z-index: 2;
}
section#boutique .sidebar input:checked ~ .checkbox-custom,
section#boutique .sidebar input:hover ~ .checkbox-custom {
	background-color: #836650;
}
section#boutique .sidebar input:checked ~ .checkbox-custom:after {
	display: block;
}
section#boutique .sidebar .checkbox-custom {
	border: 1px solid #836650;
	position: absolute !important;
	top: 6px;
	left: 0;
	height: 14px;
	width: 14px;
	background-color: #ecedef;
	transition: 0.2s ease;
}
/*PRODUIT*/
section#produit .pswp {
    height: calc(100vh - 70px);
    top: 70px;
}
section#produit .pswp__counter {
	color: #836650;
    font: normal 800 16px whitman-display;
    margin: 10px 0 0;
}
section#produit div.product {
	display: flex;
	display: -webkit-flex; /* Safari */
  		-webkit-flex-wrap: wrap; /* Safari 6.1+ */
	flex-wrap: wrap;
	padding: 50px 0 0;
}
section#produit .woocommerce-message {
    border-top-color: #836650;
}
section#produit .woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    display: none;
}
section#produit .woocommerce-error,
section#produit .woocommerce-info,
section#produit .woocommerce-message {
    padding: 20px 30px 5px;
    margin: 30px 0;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid #836650;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
    font: 400 18px Open Sans;
}
section#produit .woocommerce a.button {
	border: 1px solid #836650;
    border-left: none;
    font: 800 18px whitman-display;
    	-webkit-font-smoothing: antialiased;
    padding: 10px 20px;
    position: relative;
    top: -8px;
    transition: 0.3s ease;
	    -webkit-transition: 0.3s ease;
	    -moz-transition: 0.3s ease;
    width: auto;
}
section#produit .woocommerce .woocommerce-breadcrumb,
section#produit .woocommerce .woocommerce-breadcrumb a {
	color: #242934;
	font: 400 18px Open Sans;
    margin: 0;
    padding: 0;
}
section#produit .woocommerce .woocommerce-breadcrumb {
	margin: 0;
	text-align: right;
}
section#produit .woocommerce-product-gallery.images,
section#produit #wooswipe {
	margin: 0 140px 0 0;
	width: calc(60% - 140px);
}
section#produit #wooswipe .thumbnails {
	height: 150px;
}
section#produit .woocommerce div.product .product_title {
	font-size: 40px;
	line-height: 40px;
	text-align: left;
}
section#produit .woocommerce div.product .product_title:after {
	background: #836650;
	content: '';
	display: block;
	height: 3px;
	margin: 40px 0 0;
	width: 46px;
}
section#produit .woocommerce-variation.single_variation {
	margin: 0 0 30px;
}
section#produit .woocommerce div.product p.price,
section#produit .woocommerce div.product span.price {
    color: #836650;
    font: 700 28px Open Sans;
    margin: 30px 0 45px;
}
section#produit .description {
	margin: 40px 0 0;
}
section#produit .description p,
section#produit .description ul {
	color: #836650;
	font: 400 18px Open Sans;
}
section#produit .description ul {
	list-style-type: disc;
	padding: 0 0 0 20px;
}
section#produit .description ul li {
	margin: 0 0 10px;
}
section#produit .woocommerce div.product p.stock {
    font: normal 800 20px whitman-display;
    margin: 50px 0 0;
}
section#produit table.variations tr,
section#produit table.variations tr td {
	display: block;
}
section#produit .woocommerce div.product form.cart .variations label {
	color: #836650;
	display: block;
	font: normal 800 20px whitman-display;
	margin: 0 0 20px;
}
section#produit .woocommerce div.product form.cart .variations {
    margin-bottom: 50px;
}
section#produit table.variations tr td.value {
	max-width: 392px;
}
section#produit .image-variable-wrapper {
	display: none !important;
}
section#produit select {
	appearance: none;
		-webkit-appearance: none;
		-moz-appearance: window;
	background-color: #ecedef;
	background-image: url('img/quantity-down.png');
	background-position: center right 25px;
	background-size: 20px;
	background-repeat: no-repeat;
	border: 1px solid #836650;
	color: #836650;
	cursor: pointer;
	display: block !important;
	font: normal 800 20px whitman-display;
	height: 50px;
	margin: 0;
	padding: 0 25px;
	transition: 0.3s ease;
		-webkit-transition: 0.3s ease;
	width: 100%;
}
section#produit select:hover {
	background-color: #836650;
	background-image: url('img/quantity-down-hover.png');
	color: #fff;
}
section#produit select:focus {
	outline: none;
}
section#produit .woocommerce div.product form.cart .reset_variations,
section#produit .woocommerce-variation-availability .in-stock {
	display: none !important;
}
section#produit .woocommerce-variation-availability .out-of-stock {
	color: #F00;
}
section#produit input[type="number"] {
	background: #ecedef;
	border: 1px solid #836650;
	color: #836650;
	font: normal 800 31px whitman-display;
	height: 75px;
	padding: 0 50px 0 0;
	width: 80px;
}
section#produit input[type="number"]:focus {
	outline: none;
}
section#produit .woocommerce div.product form.cart div.quantity {
	height: 77px;
	margin: 0;
	position: relative;
}
section#produit input[type=number]::-webkit-inner-spin-button,
section#produit input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
section#produit input[type=number] {
	-moz-appearance: textfield;
}
section#produit .quantity {
	display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
section#produit .quantity input {
	width: 80px;
	height: 75px;
	line-height: 1.65;
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	padding-right: 50px;
	border: 1px solid #836650;
}
section#produit .quantity input:focus {
	outline: 0;
}
section#produit .quantity-nav {
	float: left;
	position: relative;
	height: 75px;
}
section#produit .quantity-button {
	position: relative;
	cursor: pointer;
	border-left: 1px solid #836650;
	width: 50px;
	text-align: center;
	color: #333;
	font-size: 13px;
	font-family: "Trebuchet MS", Helvetica, sans-serif !important;
	line-height: 1.7;
	transform: translateX(-100%);
		-webkit-transform: translateX(-100%);
	transition: 0.3s ease;
		-webkit-transition: 0.3s ease;
		-moz-transition: 0.3s ease;
	user-select: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		-o-user-select: none;
}
section#produit .quantity-button:hover {
	background-color: #4b3626;
}
section#produit .quantity-button.quantity-up {
	background-image: url('img/quantity-up.png');
	background-position: center center;
	background-size: 20px;
	background-repeat: no-repeat;
	position: absolute;
	height: 50%;
	top: 0;
	border-bottom: 1px solid #836650;
}
section#produit .quantity-button.quantity-up:hover {
	background-image: url('img/quantity-up-hover.png');
}
section#produit .quantity-button.quantity-down {
	background-image: url('img/quantity-down.png');
	background-position: center center;
	background-size: 20px;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -1px;
	height: 50%;
}
section#produit .quantity-button.quantity-down:hover {
	background-image: url('img/quantity-down-hover.png');
}
section#produit .woocommerce-variation-add-to-cart {
	height: 77px;
	max-width: 392px;
    width: 100%;
}
section#produit .woocommerce div.product form.cart .button {
	border: 1px solid #836650;
	border-left: none;
	font: 800 20px whitman-display;
	-webkit-font-smoothing: antialiased;
    height: 77px;
    transition: 0.3s ease;
    	-webkit-transition: 0.3s ease;
    	-moz-transition: 0.3s ease;
    width: calc(100% - 133px);
}
section#produit .woocommerce div.product form.cart .button:focus {
	outline: none;
}
section#produit .woocommerce div.product form.cart .button:hover {
	background: #ecedef;
	color: #836650;
}
section#produit .woocommerce button.button.alt.disabled {
    background-color: #836650;
    border-radius: 0;
    color: #fff;
    opacity: 0.5;
    pointer-events: none;
}
section#produit .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #836650;
    color: #fff;
    -webkit-font-smoothing: none;
}
section#produit .woocommerce #respond input#submit,
section#produit .woocommerce a.button,
section#produit .woocommerce button.button,
section#produit .woocommerce input.button {
    border-radius: 0;
    color: #fff;
    background-color: #836650;
}
section#produit .product_meta {
	display: none !important;
}
section#produit .summary.entry-summary {
	margin: 0;
	width: 40%;
}
section#produit .woocommerce-tabs {
	display: none !important;
}
section#produit section.related.products {
	padding: 100px 0;
	width: 100%;
}
section#produit section.related.products .now_sold {
    background: #836650;
    border: 1px solid #836650;
    color: #fff;
    display: inline-block;
    font: normal 800 18px whitman-display;
    margin: 0;
    padding: 10px;
    position: absolute;
    right: -15px;
    top: 15px;
}
section.related.products img {
	margin: 0 !important;
}
section#produit section.related.products>h2:first-of-type {
	margin: 20px 0 90px;
	text-align: center;
	text-transform: none;
}
section#produit section.related.products>h4 {
	text-align: center;
}
section#produit section.related.products h2 {
	margin: 45px 0 15px;
	padding: 0;
	text-align: center;
}
section#produit section.related.products li {
	list-style-type: none;
	position: relative;
	text-align: center;
	width: calc(33.333333333333333% - 33.333333333333333px)
}
section#produit section.related.products li:nth-child(4n+1),
section#produit section.related.products li:nth-child(4n+3) {
	margin: 0;
	top: 30px;
}
section#produit section.related.products li:nth-child(4n+2) {
	margin: 0 50px 55px;
}
section#produit section.related.products li:nth-child(4n+4) {
	display: none;
}
section#produit section.related.products .price {
	color: #242934;
    font: 400 18px Open Sans;
    margin: 0;
    text-align: center;
}
section#produit section.related.products .products {
	width: 100%;
}
section#produit section.related.products .button {
	display: none;
}
/*HISTOIRE*/
section#histoire .content {
	padding: 0 0 120px;
}
section#histoire .content h2 {
	margin: 115px 0 60px;
}
section#histoire .content h3 {
	cursor: pointer;
	font-size: 30px;
	letter-spacing: 0.1em;
	padding: 30px 80px 25px 0;
	position: relative;
	transition: 0.3s ease;
		-webkit-transition: 0.3s ease;
		-moz-transition: 0.3s ease;
}
section#histoire .content h3:hover,
section#histoire .content h3.active {
	color: #4b3626;
}
section#histoire .content h3:after {
	background: url(img/histoire-arrow.png);
	content: '';
	display: block;
	height: 15px;
	position: absolute;
	right: 30px;
	top: 38px;
	transition: 0.3s ease;
		-webkit-transition: 0.3s ease;
		-moz-transition: 0.3s ease;
	width: 27px;
}
section#histoire .content h3:hover:after,
section#histoire .content h3.active:after {
	background: url(img/histoire-arrow-hover.png);
}
section#histoire .content h3.active:after {
	transform: rotateX(180deg);
		-webkit-transform: rotateX(180deg);
		-moz-transform: rotateX(180deg);
}
section#histoire .content h4 {
	margin: 0 0 20px;
}
section#histoire .content p a {
	color: #836650;
}
section#histoire .content ul {
	list-style-type: disc;
	padding: 0 0 0 20px;
}
section#histoire .content .event {
	border-top: 2px solid #836650;
	margin: auto;
	padding: 0 30px;
	width: calc(90% - 60px);
}
section#histoire .content .event:last-of-type {
	border-bottom: 2px solid #836650;
}
section#histoire .content .event .text {
	display: none;
}
section#histoire .content .event .text img {
	height: auto;
	width: 35%;
}
section#histoire .content .event .text img.alignleft {
	float: left;
	margin: 0 75px 55px 0;
}
section#histoire .content .event .text img.alignright {
	float: right;
	margin: 0 0 55px 75px;
}
/*NOUS JOINDRE*/
section#nous-joindre #main-section {
	box-shadow: 2000px 2000px rgba(224,225,227,0.9) inset;
}
section#nous-joindre #content {
	padding: 60px 0;
}
section#nous-joindre #content p,
section#nous-joindre #content a {
	color: #242934;
    font: 16px Open Sans;
}
section#nous-joindre #content a:hover {
	opacity: 0.7;
}
section#nous-joindre #bases {
	background: #836650;
	padding: 185px 0 0;
}
section#nous-joindre #bases h2,
section#nous-joindre #bases p {
	color: #fff;
}
section#nous-joindre #bases h2 {
	display: block;
	margin: 0 0 50px;
	position: relative;
	width: fit-content;
}
section#nous-joindre #bases p {
	font-size: 25px;
	letter-spacing: 0.1em;
	line-height: 1.2em;
}
section#nous-joindre #bases .base {
	position: relative;
	width: calc(50% - 35px)
}
section#nous-joindre #bases .base:first-of-type {
	margin: 0 35px 0 0;
}
section#nous-joindre #bases .base:last-of-type {
	margin: 0 0 0 35px;
}
section#nous-joindre #bases .base div.sceau {
	margin: 0 0 0 25px;
	position: relative;
}
section#nous-joindre #bases .base img {
	display: block;
	filter: invert(100%) sepia(30%) saturate(214%) hue-rotate(167deg) brightness(117%) contrast(100%);
	height: auto;
	max-width: 178px;
	position: absolute;
	top: -105px;
	width: 178px;
}
section#nous-joindre #bases .base .map {
	height: 550px;
	margin: 70px 0 0;
	position: relative;
}
section#nous-joindre #bases .base .map iframe {
	position: absolute;
}
section#nous-joindre #formulaire {
	padding: 295px 0 165px;
}
section#nous-joindre #formulaire div.flexwrap>div {
	width: calc(50% - 35px);
}
section#nous-joindre #formulaire div.flexwrap>div:nth-child(2n+1) {
	margin: 65px 35px 0 0;
}
section#nous-joindre #formulaire div.flexwrap>div:nth-child(2n+2) {
	margin: 65px 0 0 35px;
}
section#nous-joindre #formulaire div.message {
	margin: 65px 0 0;
	width: 100%;
}
section#nous-joindre #formulaire label {
	color: #836650;
	display: inline-block;
	font: normal 800 30px whitman-display;
	margin: 0 0 10px;
}
section#nous-joindre #formulaire span {
	font: 22px Open Sans;
	height: 65px;
}
section#nous-joindre #formulaire input {
	appearance: none;
		-webkit-appearance: none;
	transition: 0.3s ease;
		-webkit-transition: 0.3s ease;
		-moz-transition: 0.3s ease;
}
section#nous-joindre #formulaire input[type="text"],
section#nous-joindre #formulaire input[type="email"],
section#nous-joindre #formulaire input[type="tel"] {
	background: #ecedef;
	border: none;
	border-bottom: 2px solid #836650;
	color: #836650;
	font: 22px Open Sans;
	height: 65px;
	width: 100%;
}
section#nous-joindre #formulaire input:focus {
	outline: none;
}
section#nous-joindre #formulaire input:-webkit-autofill,
section#nous-joindre #formulaire input:-webkit-autofill:hover,
section#nous-joindre #formulaire input:-webkit-autofill:focus,
section#nous-joindre #formulaire input:-webkit-autofill:active {
	box-shadow: 0 0 0 50px #ecedef inset !important;
		-webkit-box-shadow: 0 0 0 50px #ecedef inset !important;
	color: #836650 !important;
	font: 22px Open Sans !important;
}
section#nous-joindre #formulaire input:-webkit-autofill::first-line {
	color: #836650;
	font: 22px Open Sans;
}
section#nous-joindre #formulaire ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #836650 !important;
	opacity: 1; /* Firefox */
}
section#nous-joindre #formulaire :-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #836650 !important;
}
section#nous-joindre #formulaire ::-ms-input-placeholder { /* Microsoft Edge */
	color: #836650 !important;
}
section#nous-joindre #formulaire textarea {
	appearance: none;
		-webkit-appearance: none;
	background: #ecedef;
	border: 2px solid #836650;
	color: #836650;
	font: 22px Open Sans;
	height: 315px;
	padding: 25px;
	margin: 0 0 45px;
	width: calc(100% - 50px);
}
section#nous-joindre #formulaire textarea:focus {
	outline: none;
}
section#nous-joindre #formulaire .acceptance-infolettre label {
	color: #242934;
	font: 25px Open Sans;
	padding: 0 0 0 60px;
}
section#nous-joindre #formulaire input[type="checkbox"] {
	cursor: pointer;
	height: 39px;
	left: 0;
	margin: 0;
	opacity: 0;
	position: absolute;
	transition: 0.3s ease;
		-webkit-transition: 0.3s ease;
		-moz-transition: 0.3s ease;
	width: 100%;
	z-index: 2;
}
section#nous-joindre #formulaire input:checked ~ .checkbox-custom {
	background-color: #836650;
	background-image: url(img/contact-checkbox.png);
	background-repeat: no-repeat;
	background-size: cover;
}
section#nous-joindre #formulaire input:checked ~ .checkbox-custom:after {
	display: block;
}
section#nous-joindre #formulaire .checkbox-custom {
	background-image: none;
	border: 2px solid #836650;
	position: absolute !important;
	top: -3px;
	left: 0;
	height: 35px;
	width: 35px;
	background-color: #ecedef;
	transition: 0.2s ease;
}
section#nous-joindre #formulaire input[type="submit"] {
	background: none;
	color: #836650;
	cursor: pointer;
	border: 2px solid #836650;
	font: normal 800 35px whitman-display;
	height: 100px;
	margin: 85px 0 0;
	max-width: 270px;
	width: 100%;
}
section#nous-joindre #formulaire input[type="submit"]:hover {
	background: #836650;
	color: #fff;
}
/*PAGE*/
section#page .titre {
	margin: 50px 0 0;
}
section#page .content {
	padding: 100px 0;
}
section#page .content h2 {
	font-size: 50px;
	margin: 35px 0 10px;
}
section#page .content a:last-of-type {
	background: #836650;
	border: 1px solid #836650;
	color: #fff;
	display: inline-block;
	font: normal 800 18px whitman-display;
	margin: 60px 0 0;
	padding: 20px 30px;
	text-align: center;
}
section#page .content a:last-of-type:hover {
	background: #ecedef;
	color: #836650;
}
section#page .content p,
section#page .content ul,
section#page .content ol {
	font-size: 25px;
}
section#page .content p strong,
section#page .content p b {
	font-size: 25px;
}
section#page .content ul {
	list-style-type: disc;
}
section#page .content ul li {
	margin: 0 0 10px;
}
section#page .content ul,
section#page .content ol {
	padding: 10px 0 10px 100px;
}
/*SINGLE*/
section#single {
	padding: 60px 0 0;
}
section#single .date {
	color: #836650;
	font: 14px Open Sans;
	margin: 0 0 25px;
	text-align: center;
	text-transform: uppercase;
}
section#single h1 {
	font: 800 35px whitman-display;
	margin: 0 0 25px;
	text-align: center;
	text-transform: none;
}
section#single .article {
	width: 73%;
}
section#single .content img {
	display: block;
	height: auto;
	margin: auto;
	max-width: 100%;
}
section#single .content img.aligncenter {
    margin: auto;
}
section#single .content .text {
	margin: 0 35px;
	padding: 110px 0 95px;
}
section#single .content .text p {
	font: 25px Open Sans;
}
section#single .content .text a {
	color: #242934;
	font: 25px Open Sans;
}
section#single .content .text a:hover {
	opacity: 0.6;
}
section#single .content iframe {
	height: 650px;
	width: 100%;
}
section#single #news-bar,
section#single #events-bar,
section#single #mediatheque-bar {
	margin: 0 0 0 85px;
	width: calc(27% - 85px);
}
section#single #events-bar .events {
	margin: 0 0 55px;
}
section#single #events-bar .events ul li {
    margin: 0 0 35px;
}
section#single #events-bar .events .date,
section#single #mediatheque-bar .date {
	color: #242934;
    font-size: 18px;
    margin: 15px 0;
    text-align: left;
}
section#single #events-bar .events .title,
section#single #mediatheque-bar .title {
	color: #836650;
	font: normal 800 23px whitman-display;
	letter-spacing: 0.1em;
}
section#single #events-bar h2,
section#single #mediatheque-bar h2 {
	font: normal 800 20px whitman-display;
	margin: 0 0 20px;
}
section#single #events-bar img,
section#single #mediatheque-bar img {
	filter: sepia(1) grayscale(0.6) contrast(0.8);
    height: auto !important;
    margin: 0 0 10px;
    transition: 0.3s ease;
	    -webkit-transition: 0.3s ease;
	    -moz-transition: 0.3s ease;
    width: 100% !important;
}
section#single #events-bar a,
section#single #mediatheque-bar a {
	display: block;
}
section#single #events-bar a:hover img,
section#single #mediatheque-bar a:hover img {
	filter: none;
}
section#single #news-bar #nouvelles-sidebar:last-of-type {
    border-bottom: none;
}
section#single #mediatheque-bar h3 {
	margin: 0 0 20px;
}
section#single #mediatheque-bar #mediatheque-sidebar {
    border-bottom: 2px solid #b9b9b9;
    margin: 0 0 55px;
    padding: 0 50px 55px;
}
section#single #mediatheque-bar #mediatheque-sidebar:last-of-type {
	border-bottom: none;
}
section#single #mediatheque-bar #mediatheque-sidebar:first-of-type p {
	display: inline-block;
	margin: 0 10px 10px 0;
}
section#single #mediatheque-bar #mediatheque-sidebar:first-of-type a {
	background: #836650;
	border: 1px solid #836650;
	color: #fff;
	display: block;
	font-size: 20px;
	padding: 10px;
}
section#single #mediatheque-bar #mediatheque-sidebar:first-of-type a:hover {
	background: #ecedef;
	color: #836650;
}
section#single #mediatheque-bar ul li {
    margin: 0 0 35px;
}
section#single .prev-next {
	border-top: 2px solid #c3c3c3;
	padding: 35px 0 95px;
}
section#single .prev-next div {
	text-align: center;
	width: calc(50% - 1.5px);
}
section#single .prev-next span:first-of-type {
	display: block;
	font: 22px Open Sans;
	letter-spacing: 0.1em;
	margin: 0 auto 15px;
}
section#single .prev-next a {
	color: #836650;
	display: block;
	font: 800 48px whitman-display;
	padding: 35px 0;
	position: relative;
	width: 100%;
}
section#single .prev-next a:hover {
	background: #836650;
	color: #fff;
}
section#single .previous-link {
	border-right: 1px solid #c3c3c3;
}
section#single .previous-link a:before {
	background: url(img/previous-arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	display: block;
	height: 31px;
	left: calc(50% - 208px);
	position: absolute;
	top: 90px;
	width: 37px;
}
section#single .previous-link a:hover:before {
	background: url(img/previous-arrow-hover.png);
	background-repeat: no-repeat;
	background-size: contain;
}
section#single .next-link {
	border-left: 1px solid #c3c3c3;
}
section#single .next-link a:after {
	background: url(img/next-arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	display: block;
	height: 31px;
	position: absolute;
	right: calc(50% - 170.665px);
	top: 90px;
	width: 37px;
}
section#single .next-link a:hover:after {
	background: url(img/next-arrow-hover.png);
	background-repeat: no-repeat;
	background-size: contain;
}
/*SEARCH*/
section#search #search-results {
	align-items: flex-start;
	padding: 125px 0 165px;
}
section#search #search-results #articles {
	width: 73%;
}
section#search #search-results #articles article {
	border-bottom: 3px solid #b9b9b9;
	padding: 0 0 55px;
	width: calc(50% - 30px);
}
section#search #search-results #articles article:nth-child(2n+1) {
	margin: 0 30px 75px 0;
	position: relative;
	top: 40px;
}
section#search #search-results #articles article:nth-child(2n+2) {
	margin: 0 0 75px 30px;
}
section#search #search-results #articles article .date {
	font-size: 18px;
	margin: 0 0 10px;
}
section#search #search-results #articles article h3 {
	font-size: 25px;
	margin: 0 0 40px;
	text-transform: none;
}
section#search #search-results #articles article a {
	display: block;
}
section#search #search-results #articles article img {
	filter: sepia(1) grayscale(0.6) contrast(0.8);
    height: auto !important;
    margin: 0 0 10px;
    transition: 0.3s ease;
	    -webkit-transition: 0.3s ease;
	    -moz-transition: 0.3s ease;
    width: 100% !important;
}
section#search #search-results #articles article a:hover img {
	filter: none;
}
section#search #search-results #articles article .resume {
	margin: 35px 20px 0;
}
section#search #search-results #news-bar {
	margin: 0 0 0 40px;
	width: calc(27% - 40px);
}
/*CATEGORY*/
section#category #categories {
	align-items: flex-start;
	padding: 125px 0 165px;
}
section#category #categories #articles {
	align-items: flex-start;
	width: 73%;
}
section#category #categories #articles article {
	border-bottom: 3px solid #b9b9b9;
	padding: 0 0 55px;
	width: calc(50% - 30px);
}
section#category #categories #articles article:nth-child(2n+1) {
	margin: 0 30px 75px 0;
	position: relative;
	top: 40px;
}
section#category #categories #articles article:nth-child(2n+2) {
	margin: 0 0 75px 30px;
}
section#category #categories #articles article .date {
	font-size: 18px;
	margin: 0 0 10px;
}
section#category #categories #articles article h3 {
	font-size: 25px;
	margin: 0 0 40px;
	text-transform: none;
}
section#category #categories #articles article img {
	filter: sepia(1) grayscale(0.6) contrast(0.8);
	height: auto;
	transition: 0.3s ease;
		-webkit-transition: 0.3s ease;
		-moz-transition: 0.3s ease;
	width: 100%;
}
section#category #categories #articles article a {
	display: block;
}
section#category #categories #articles article a:hover img {
	filter: none;
}
section#category #categories #articles article .resume {
	margin: 35px 20px 0;
}
section#category #categories #news-bar {
	margin: 0 0 0 40px;
	width: calc(27% - 40px);
}
/*PANIER*/
section#panier .cart-content {
	padding: 60px 0 50px;
}
section#panier .cart-content h1 {
	margin: 0 0 50px;
	text-align: left;
}
section#panier .woocommerce-error,
section#panier .woocommerce-info,
section#panier .woocommerce-message {
	padding: 20px 30px 20px 60px;
	margin: 30px 0;
	position: relative;
	background-color: #f7f6f7;
	color: #515151;
	border-top: 3px solid #836650;
	list-style: none outside;
	width: auto;
	word-wrap: break-word;
	font: 400 18px Open Sans;
}
section#panier .woocommerce-error::before,
section#panier .woocommerce-info::before,
section#panier .woocommerce-message::before {
    top: 22px;
}
section#panier .woocommerce a.remove {
    color: #836650 !important;
}
section#panier .woocommerce a.remove:hover {
    color: #fff!important;
    background: #836650;
}
section#panier .woocommerce table.shop_table th {
	color: #836650;
    font: normal 800 25px whitman-display;
    padding: 9px 12px;
}
section#panier .woocommerce table.shop_table {
    border: none;
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
}
section#panier .woocommerce table.shop_table td {
    border-top: 1px solid #836650;
    color: #836650;
    font: normal 800 20px whitman-display;
    padding: 50px 15px;
    vertical-align: middle;
    line-height: 1.5em;
    text-align: right;
}
section#panier .woocommerce table.shop_table td.product-name a {
	color: #836650;
	font: normal 800 22.5px whitman-display;
}
section#panier .woocommerce table.shop_table td a:hover {
	opacity: 0.7;
}
section#panier input[type="number"] {
	background: #ecedef;
	border: 1px solid #836650;
	color: #836650;
	font: normal 800 20px whitman-display;
	height: 40px;
	width: 70px;
}
section#panier input[type="number"]:focus {
	outline: none;
}
section#panier .shipping-calculator-form .select2-container--default .select2-selection--single,
section#panier .woocommerce form .form-row input.input-text {
	background-color: #ecedef;
	background-image: url('img/quantity-down.png');
	background-position: center right 25px;
	background-size: 20px;
	background-repeat: no-repeat;
	border: 1px solid #836650;
	border-radius: 0;
	color: #836650;
	cursor: pointer;
	display: block;
	font: normal 800 17px whitman-display;
	height: 40px;
	margin: 0;
	padding: 7px 10px;
	text-align: left;
	transition: 0.3s ease;
		-webkit-transition: 0.3s ease;
	width: 100%;
}
section#panier .woocommerce-shipping-destination,
section#panier .woocommerce-shipping-calculator {
	display: none;
}
section#panier .woocommerce form .form-row input.input-text {
	background-image: none;
}
section#panier .woocommerce form .form-row input.input-text::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #836650 !important;
	opacity: 1; /* Firefox */
}
section#panier .woocommerce form .form-row input.input-text:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #836650 !important;
}
section#panier .woocommerce form .form-row input.input-text::-ms-5e6165-placeholder { /* Microsoft Edge */
	color: #836650 !important;
}
section#panier .shipping-calculator-form .select2-container--default .select2-selection--single .select2-selection__rendered,
section#panier .shipping-calculator-button, 
section#panier label,
section#panier p {
	color: #836650;
}
section#panier .woocommerce form .form-row {
	margin: 0 0 15px;
	padding: 0;
}
section#panier .shipping-calculator-form .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 0;
}
section#panier .shipping-calculator-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}
section#panier div.coupon {
	height: 50px;
}
section#panier .woocommerce-remove-coupon {
	color: #836650;
	font: 700 18px Open Sans;
	display: inline-block;
	margin: 0 0 0 15px;
}
section#panier input[name="coupon_code"] {
	border: 1px solid #836650;
	border-radius: 0;
	color: #836650;
	font: normal 800 20px whitman-display;
	height: 100%;
	margin: 0;
	padding: 0 10px;
	width: 170px;
}
section#panier input:focus,
section#panier button:focus {
	outline: none;
}
section#panier .woocommerce #respond input#submit,
section#panier .woocommerce a.button,
section#panier .woocommerce button.button,
section#panier .woocommerce input.button {
	background-color: #836650;
	border: 1px solid #836650;
	border-radius: 0;
	color: #fff;
	font: 800 20px whitman-display;
	height: calc(100% + 2px);
	-webkit-font-smoothing: antialiased;
	transition: 0.3s ease;
		-webkit-transition: 0.3s ease;
		-moz-transition: 0.3s ease;
}
section#panier .coupon button {
	height: 100% !important;
}
section#panier .woocommerce #respond input#submit:hover,
section#panier .woocommerce a.button:hover,
section#panier .woocommerce button.button:hover,
section#panier .woocommerce input.button:hover {
    background: #ecedef;
    color: #836650;
}
section#panier h2 {
	font-size: 25px;
	margin: 0 0 40px;
}
section#panier .woocommerce div.cart_totals table.shop_table th,
section#panier .woocommerce div.cart_totals table.shop_table td {
	border: none;
	border-bottom: 1px solid #836650;
	padding: 10px 0;
}
section#panier .woocommerce table.shop_table tbody:first-child tr:first-child th,
section#panier .woocommerce table.shop_table tbody:first-child tr:first-child td {
	border-top: none;
}
section#panier .woocommerce table.shop_table tbody:first-child tr:last-child th,
section#panier .woocommerce table.shop_table tbody:first-child tr:last-child td {
	border-bottom: none;
}
section#panier .woocommerce .cart-collaterals .cart_totals,
section#panier .woocommerce-page .cart-collaterals .cart_totals {
    width: 60%;
}
section#panier .woocommerce table.shop_table tbody:first-child tr:last-child th,
section#panier .woocommerce table.shop_table tbody:first-child tr:last-child td,
section#panier .woocommerce table.shop_table tbody:first-child tr:first-child td {
    padding: 10px 0 !important;
}
/*COMMANDE*/
section#commande ul,
section#commande p,
section#commande a {
	color: #836650;
	font: 400 18px Open Sans;
}
section#commande div[id="customer_details"] {
	border-bottom: 1px solid #836650;
	margin: 0 0 50px;
	padding: 0 0 50px;
}
section#commande .woocommerce-error,
section#commande .woocommerce-info,
section#commande .woocommerce-message {
	padding: 20px 30px 20px 60px;
	margin: 30px 0;
	position: relative;
	background-color: #f7f6f7;
	color: #515151;
	border-top: 3px solid #836650;
	list-style: none outside;
	width: auto;
	word-wrap: break-word;
	font: 400 18px Open Sans;
}
section#commande .woocommerce form .form-row .optional {
	display: none;
}
section#commande address {
	color: #836650;
	font: 400 18px Open Sans;
	margin: 20px 0 0;
}
section#commande address p {
	color: #836650;
	font: 400 18px Open Sans;
}
section#commande .woocommerce-error a,
section#commande .woocommerce-info a,
section#commande .woocommerce-message a {
	color: #836650;
	font: 700 18px Open Sans;
}
section#commande .woocommerce-error a:hover,
section#commande .woocommerce-info a:hover,
section#commande .woocommerce-message a:hover {
	opacity: 0.6;
}
section#commande .woocommerce form.checkout_coupon,
section#commande .woocommerce form.login,
section#commande .woocommerce form.register {
	border: none;
	border-bottom: 1px solid #836650;
	padding: 30px 0;
	margin: 0 0 60px;
	text-align: left;
	border-radius: 0;
}
section#commande .woocommerce form .form-row input.input-text {
	appearance: none;
		-webkit-appearance: none;
	background: transparent;
	border: none;
	border-bottom: 2px solid #836650;
	color: #836650;
	font: 22px Open Sans;
	height: 65px;
}
section#commande .woocommerce-error::before,
section#commande .woocommerce-info::before,
section#commande .woocommerce-message::before {
    top: 23px;
}
section#commande .woocommerce #respond input#submit,
section#commande .woocommerce a.button,
section#commande .woocommerce button.button,
section#commande .woocommerce input.button{
	background-color: #836650;
	border: 1px solid #836650;
	border-radius: 0;
	color: #fff;
	font: 800 20px whitman-display;
	height: calc(100% + 2px);
		-webkit-font-smoothing: antialiased;
	transition: 0.3s ease;
		-webkit-transition: 0.3s ease;
		-moz-transition: 0.3s ease;
}
section#commande .woocommerce #respond input#submit:hover,
section#commande .woocommerce a.button:hover,
section#commande .woocommerce button.button:hover,
section#commande .woocommerce input.button:hover {
	background: #ecedef;
    color: #836650;
}
section#commande .woocommerce #respond input#submit:focus,
section#commande .woocommerce a.button:focus,
section#commande .woocommerce button.button:focus,
section#commande .woocommerce input.button:focus {
	outline: none;
}
section#commande .select2-container--default .select2-selection--single {
	appearance: none;
		-webkit-appearance: none;
		-moz-appearance: window;
	background-color: #ecedef;
	background-image: url(img/quantity-down.png);
	background-position: center right 25px;
	background-size: 20px;
	background-repeat: no-repeat;
	border: 2px solid #836650;
	border-radius: 0;
	color: #836650;
	cursor: pointer;
	display: block;
	font: 22px Open Sans;
	height: 50px;
	margin: 0;
	padding: 0 25px;
	transition: 0.3s ease;
		-webkit-transition: 0.3s ease;
		-moz-transition: 0.3s ease;
	width: 100%;
}
section#commande .select2-container--default .select2-selection--single .select2-selection__rendered:focus,
section#commande .select2-container .select2-selection--single .select2-selection__rendered:focus {
	outline: none;
}
section#commande .select2-container--default .select2-selection--single .select2-selection__arrow {
	display: none;
}
section#commande .select2-container .select2-selection--single .select2-selection__rendered {
	color: #836650;
	display: block;
	padding: 8px 0 12px;
}
section#commande h3 {
	font-size: 24px;
	margin: 0 0 20px;
}
section#commande label {
    color: #836650;
    display: inline-block;
    font: normal 800 22px whitman-display;
    margin: 10px 0 5px;
}
section#commande .woocommerce form .form-row textarea {
	appearance: none;
		-webkit-appearance: none;
	background: #ecedef;
	border: 2px solid #836650;
	color: #836650;
	font: 22px Open Sans;
	height: 215px;
	padding: 25px;
	margin: 0 0 30px;
}
section#commande .woocommerce table.shop_table {
    border: none;
    margin: 0;
    border-radius: 0;
}
section#commande .woocommerce table.shop_table th {
	color: #836650;
	font: normal 800 25px whitman-display;
}
section#commande .woocommerce table.shop_table td {
	color: #836650;
    font: normal 800 20px whitman-display;
}
section#commande .woocommerce table.shop_table .order-total th,
section#commande .woocommerce table.shop_table .order-total td {
	font: normal 800 30px whitman-display;
}
section#commande .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
	padding: 0 0 0 40px;
	position: relative;
}
section#commande input[type="checkbox"] {
	cursor: pointer;
	height: 25px;
	left: 0;
	margin: 0;
	opacity: 0;
	position: absolute;
	transition: 0.3s ease;
		-webkit-transition: 0.3s ease;
		-moz-transition: 0.3s ease;
	width: 100%;
	z-index: 2;
}
section#commande input:checked ~ .checkbox-custom {
	background-color: #836650;
	background-image: url(img/contact-checkbox.png);
	background-repeat: no-repeat;
	background-size: cover;
}
section#commande input:checked ~ .checkbox-custom:after {
	display: block;
}
section#commande .checkbox-custom {
	background-image: none;
	border: 2px solid #836650;
	position: absolute !important;
	top: -4px;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #ecedef;
	transition: 0.2s ease;
}
section#commande .woocommerce-additional-fields .more-info ol {
	color: #F00;
	list-style-type: decimal;
	padding: 0 0 0 20px;
}
section#commande .woocommerce-additional-fields .more-info ol li {
	margin: 0 0 10px;
}
/*PORTAIL*/
section#portail h2 {
	font-size: 38px;
	margin: 0 0 25px;
}
section#portail h3 {
	font-size: 29px;
	margin: 0 0 25px;
}
section#portail .content {
	padding: 0 0 80px;
}
section#portail .content>div:first-of-type {
	border-right: 2px solid #767678;
	padding: 50px 125px 50px 0;
	width: calc(45% - 127px);
}
section#portail .content>div:first-of-type h2 {
	text-align: center;
}
section#portail .login-member {
	border: 1px solid #767678;
	margin: 45px 0 0;
	padding: 55px 50px;
}
section#portail .login-member p:last-of-type {
	margin: 0;
}
section#portail .login-member a {
	background: #836650;
	border: 1px solid #836650;
	color: #fff;
	display: block;
	font: normal 800 18px whitman-display;
	margin: 40px 0 0;
    padding: 20px 30px;
    text-align: center;
    width: fit-content;
}
section#portail .login-member a.logout {
	margin: 15px 0 0;
}
section#portail .login-member a:hover {
	background: transparent;
	color: #836650;
}
section#portail .content>div:first-of-type form {
	border: 1px solid #767678;
	margin: 45px 0 0;
	padding: 55px 50px;
}
section#portail .content>div:first-of-type form:after {
	clear: both;
	content: '';
	display: block;
	float: none;
}
section#portail .content>div:first-of-type form label {
	color: #836650;
	display: block;
    font: normal 800 25px whitman-display;
}
section#portail .content>div:first-of-type form input[type="text"],
section#portail .content>div:first-of-type form input[type="password"] {
	appearance: none;
		-webkit-appearance: none;
	background: transparent;
	border: none;
	border-bottom: 2px solid #836650;
	color: #836650;
	font: 22px Open Sans;
	height: 55px;
	margin: 0 0 50px;
	width: 100%;
}
section#portail input:-webkit-autofill,
section#portail input:-webkit-autofill:hover,
section#portail input:-webkit-autofill:focus,
section#portail input:-webkit-autofill:active {
	box-shadow: 0 0 0 50px #ecedef inset !important;
		-webkit-box-shadow: 0 0 0 50px #ecedef inset !important;
	color: #242934 !important;
	font: 22px Open Sans !important;
}
section#portail .content>div:first-of-type form .login-remember {
	float: left;
	width: 50%;
}
section#portail .content>div:first-of-type form .login-remember label {
	color: #242934;
	font: 17px Open Sans;
	padding: 0 0 0 45px;
	position: relative;
}
section#portail .content>div:first-of-type form input[type="checkbox"] {
	cursor: pointer;
	height: 25px;
	left: 0;
	margin: 0;
	opacity: 0;
	position: absolute;
	transition: 0.3s ease;
		-webkit-transition: 0.3s ease;
		-moz-transition: 0.3s ease;
	width: 100%;
	z-index: 2;
}
section#portail .content>div:first-of-type form input:checked ~ .checkbox-custom {
	background-color: #836650;
	background-image: url(img/contact-checkbox.png);
	background-repeat: no-repeat;
	background-size: cover;
}
section#portail .content>div:first-of-type form input:checked ~ .checkbox-custom:after {
	display: block;
}
section#portail .content>div:first-of-type form .checkbox-custom {
	background-image: none;
	border: 2px solid #836650;
	position: absolute !important;
	top: -4px;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #ecedef;
	transition: 0.2s ease;
}
section#portail .content>div:first-of-type form .login-submit {
	float: left;
	text-align: right;
	width: 50%;
}
section#portail .content>div:first-of-type form input[type="submit"] {
	appearance: none;
		-webkit-appearance: none;
	background: none;
	color: #836650;
	cursor: pointer;
	border: 2px solid #836650;
	font: normal 800 19px whitman-display;
	height: 55px;
	margin: 0;
	max-width: 270px;
	padding: 0 15px;
	position: relative;
    top: -20px;
	transition: 0.3s ease;
		-webkit-transition: 0.3s ease;
		-moz-transition: 0.3s ease;
}
section#portail .content>div:first-of-type .devenir-membre {
	margin: 40px 0 0;
	position: relative;
}
section#portail .content>div:first-of-type .devenir-membre .lost-pass {
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	text-transform: none;
	top: -100px;
}
section#portail .content>div:first-of-type .devenir-membre p {
	font-size: 15px;
	letter-spacing: 0.1em;
	margin: 0 0 5px;
	text-align: center;
}
section#portail .content>div:first-of-type .devenir-membre a {
	color: #836650;
	font: normal 800 19px whitman-display;
	text-transform: uppercase;
}
section#portail .content>div:first-of-type .devenir-membre a:hover {
	opacity: 0.7;
}
section#portail .content>div:last-of-type {
	padding: 50px 125px;
	width: calc(55% - 250px);
}
section#portail .content>div:last-of-type ul {
	line-height: 1.3em;
	list-style-type: disc;
	padding: 0 0 0 20px;
}
section#portail .content>div:last-of-type ul li {
	margin: 0 0 6px;
}
/*DEVENIR MEMBRE*/
section#devenir-membre .content {
	padding: 140px 0 185px;
}
section#devenir-membre .intro h2 {
	margin: 0 0 105px;
	text-align: left;
}
section#devenir-membre .intro h3 {
	font-size: 40px;
	margin: 0 0 35px;
	text-align: left;
}
section#devenir-membre .intro {
	margin: 0 0 225px;
}
section#devenir-membre .intro p {
	color: #836650;
	font-size: 25px;
	letter-spacing: 0.1em;
	line-height: auto;
}
section#devenir-membre .intro .flexwrap>div:first-of-type {
	width: 40%;
}
section#devenir-membre .intro .flexwrap>div:last-of-type {
	margin: 0 0 0 150px;
	width: calc(60% - 150px);
}
section#devenir-membre .form h2 {
	margin: 0 0 40px;
	text-align: center;
}
section#devenir-membre .form .field-mailchimp {
	padding: 0 0 0 70px;
	position: relative;
	width: 100% !important;
}
section#devenir-membre .form .field-mailchimp label {
	margin: 0 !important;
}
section#devenir-membre .ur-frontend-form {
	margin-bottom: 0;
	border: none;
	padding: 0;
	box-sizing: border-box;
}
section#devenir-membre .ur-frontend-form .ur-form-row .ur-form-grid {
	display: flex;
		display: -webkit-flex;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	padding: 0;
}
section#devenir-membre .ur-frontend-form .ur-form-row .ur-form-grid>div {
	width: calc(33.333333333333333% - 13.333333333333333px);
}
section#devenir-membre .ur-frontend-form .ur-form-row .ur-form-grid>div:nth-child(17n+1),
section#devenir-membre .ur-frontend-form .ur-form-row .ur-form-grid>div:nth-child(17n+4),
section#devenir-membre .ur-frontend-form .ur-form-row .ur-form-grid>div:nth-child(17n+7),
section#devenir-membre .ur-frontend-form .ur-form-row .ur-form-grid>div:nth-child(17n+11),
section#devenir-membre .ur-frontend-form .ur-form-row .ur-form-grid>div:nth-child(17n+14) {
	margin: 0 10px 0 0;
}
section#devenir-membre .ur-frontend-form .ur-form-row .ur-form-grid>div:nth-child(17n+2),
section#devenir-membre .ur-frontend-form .ur-form-row .ur-form-grid>div:nth-child(17n+5),
section#devenir-membre .ur-frontend-form .ur-form-row .ur-form-grid>div:nth-child(17n+8),
section#devenir-membre .ur-frontend-form .ur-form-row .ur-form-grid>div:nth-child(17n+12),
section#devenir-membre .ur-frontend-form .ur-form-row .ur-form-grid>div:nth-child(17n+15) {
	margin: 0 10px 0;
}
section#devenir-membre .ur-frontend-form .ur-form-row .ur-form-grid>div:nth-child(17n+3),
section#devenir-membre .ur-frontend-form .ur-form-row .ur-form-grid>div:nth-child(17n+6),
section#devenir-membre .ur-frontend-form .ur-form-row .ur-form-grid>div:nth-child(17n+9),
section#devenir-membre .ur-frontend-form .ur-form-row .ur-form-grid>div:nth-child(17n+13),
section#devenir-membre .ur-frontend-form .ur-form-row .ur-form-grid>div:nth-child(17n+16) {
	margin: 0 0 0 10px;
}
section#devenir-membre .ur-frontend-form .ur-form-row .ur-form-grid>div:nth-child(17n+10),
section#devenir-membre .ur-frontend-form .ur-form-row .ur-form-grid>div:nth-child(17n+17) {
	margin: 0;
	width: 100%;
}
section#devenir-membre .ur-frontend-form .ur-form-row .ur-form-grid>div:nth-child(17n+10) {
	margin: 0 0 40px;
}
section#devenir-membre .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-checkbox ul,
section#devenir-membre .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-radio ul {
	display: flex;
		display: -webkit-flex;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
}
section#devenir-membre .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-checkbox ul li,
section#devenir-membre .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-radio ul li {
    margin: 0;
    padding: 0 0 0 70px;
    position: relative;
    width: 33.333333333333333%;
}
section#devenir-membre .ur-frontend-form .ur-form-row .ur-form-grid label,
.ur-frontend-form .ur-form-row .ur-form-grid legend {
	color: #836650;
    font: normal 800 30px whitman-display;
	margin: 50px 0 25px;
}
section#devenir-membre .ur-frontend-form .ur-form-row .ur-form-grid .field-checkbox label:first-child {
	color: #242934;
	font: 25px Open Sans;
	margin: 95px 0 50px;
	text-transform: uppercase;
}
section#devenir-membre .ur-frontend-form .ur-form-row .ur-form-grid input[type=date],
section#devenir-membre .ur-frontend-form .ur-form-row .ur-form-grid input[type=email],
section#devenir-membre .ur-frontend-form .ur-form-row .ur-form-grid input[type=number],
section#devenir-membre .ur-frontend-form .ur-form-row .ur-form-grid input[type=password],
section#devenir-membre .ur-frontend-form .ur-form-row .ur-form-grid input[type=phone],
section#devenir-membre .ur-frontend-form .ur-form-row .ur-form-grid input[type=text],
section#devenir-membre .ur-frontend-form .ur-form-row .ur-form-grid input[type=timepicker],
section#devenir-membre .ur-frontend-form .ur-form-row .ur-form-grid input[type=url] {
	appearance: none;
		-webkit-appearance: none;
	background: transparent;
	border: none;
	border-bottom: 2px solid #836650;
	color: #242934;
	font: 22px Open Sans;
	height: 55px;
	width: 100%;
}
section#devenir-membre input:-webkit-autofill,
section#devenir-membre input:-webkit-autofill:hover,
section#devenir-membre input:-webkit-autofill:focus,
section#devenir-membre input:-webkit-autofill:active {
	box-shadow: 0 0 0 50px #ecedef inset !important;
		-webkit-box-shadow: 0 0 0 50px #ecedef inset !important;
	color: #242934 !important;
	font: 22px Open Sans !important;
}
section#devenir-membre input[type="checkbox"] {
	cursor: pointer;
	height: 39px;
	left: 0;
	margin: 0;
	opacity: 0;
	position: absolute;
	transition: 0.3s ease;
		-webkit-transition: 0.3s ease;
		-moz-transition: 0.3s ease;
	width: 100%;
	z-index: 2;
}
section#devenir-membre input:checked ~ .checkbox-custom {
	background-color: #836650;
	background-image: url(img/contact-checkbox.png);
	background-repeat: no-repeat;
	background-size: cover;
}
section#devenir-membre input:checked ~ .checkbox-custom:after {
	display: block;
}
section#devenir-membre .checkbox-custom {
	background-image: none;
	border: 2px solid #836650;
	position: absolute !important;
	top: -4px;
	left: 0;
	height: 35px;
	width: 35px;
	background-color: #ecedef;
	transition: 0.2s ease;
}
section#devenir-membre .ur-frontend-form .ur-form-row .ur-form-grid textarea {
	appearance: none;
    	-webkit-appearance: none;
    background: #ecedef;
    border: 2px solid #836650;
    color: #242934;
    font: 22px Open Sans;
    height: 315px;
    padding: 25px;
    margin: 0 0 45px;
    width: calc(100% - 50px);
}
section#devenir-membre .ur-frontend-form .ur-button-container .ur-submit-button {
	appearance: none;
		-webkit-appearance: none;
	color: #836650;
	cursor: pointer;
	border: 2px solid #836650;
	font: normal 800 35px whitman-display;
	height: 105px;
	margin: 85px 0 0;
	max-width: 270px;
	padding: 0 50px;
	transition: 0.3s ease;
		-webkit-transition: 0.3s ease;
		-moz-transition: 0.3s ease;
}
section#devenir-membre .ur-frontend-form .ur-button-container .ur-submit-button:hover {
	background: #836650;
	color: #fff;
}
section#devenir-membre .ur-frontend-form .ur-button-container {
    margin-top: 0;
    padding: 0;
}
section#devenir-membre ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #242934 !important;
	opacity: 1; /* Firefox */
}
section#devenir-membre :-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #242934 !important;
}
section#devenir-membre ::-ms-5e6165-placeholder { /* Microsoft Edge */
	color: #242934 !important;
}
/*MON COMPTE*/
section#mon-compte {
	padding: 100px 0 200px;
}
section#mon-compte .woocommerce-error::before {
    display: none;
}
section#mon-compte .woocommerce {
	display: flex;
		display: -webkit-flex;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
}
section#mon-compte .woocommerce .woocommerce-MyAccount-navigation {
	width: 25%;
}
section#mon-compte .woocommerce .woocommerce-MyAccount-navigation ul li:first-of-type a {
	border-top: 1px solid #836650;
}
section#mon-compte .woocommerce .woocommerce-MyAccount-navigation ul li a {
	border-bottom: 1px solid #836650;
	color: #836650;
	display: block;
	font: normal 800 18px whitman-display;
	padding: 20px 15px;
}
section#mon-compte .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
	background: #836650;
	color: #fff;
}
section#mon-compte .woocommerce .woocommerce-MyAccount-content {
	margin: 0 0 0 125px;
	width: calc(75% - 125px);
}
section#mon-compte .woocommerce .woocommerce-MyAccount-content p,
section#mon-compte .woocommerce .woocommerce-MyAccount-content a {
	font: 20px Open Sans;
}
section#mon-compte .woocommerce .woocommerce-MyAccount-content a {
	color: #836650;
}
section#mon-compte .woocommerce .woocommerce-MyAccount-content strong {
	color: #836650;
	font: normal 800 25px whitman-display;
	text-transform: uppercase;
}
section#mon-compte .woocommerce .woocommerce-MyAccount-content table.shop_table {
    border: none;
    margin: 0;
    border-radius: 0;
}
section#mon-compte .woocommerce .woocommerce-MyAccount-content table.shop_table th {
    color: #836650;
    font: normal 800 25px whitman-display;
    padding: 9px 12px;
}
section#mon-compte .woocommerce .woocommerce-MyAccount-content table.shop_table td {
    border-top: 1px solid #836650;
    color: #836650;
    font: normal 800 20px whitman-display;
    padding: 30px 15px;
    vertical-align: middle;
    line-height: 1.5em;
}
section#mon-compte .woocommerce .woocommerce-MyAccount-content a.button {
	background-color: #836650;
	border: 1px solid #836650;
	border-radius: 0;
	color: #fff;
	font: 800 20px whitman-display;
	height: calc(100% + 2px);
		-webkit-font-smoothing: antialiased;
	transition: 0.3s ease;
		-webkit-transition: 0.3s ease;
		-moz-transition: 0.3s ease;
}
section#mon-compte .woocommerce .woocommerce-MyAccount-content a.button:hover {
	background-color: transparent;
	color: #836650;
}
section#mon-compte .woocommerce mark {
	background: none;
	color: #836650;
    font: normal 800 25px whitman-display;
    text-transform: uppercase;
}
section#mon-compte .woocommerce section.woocommerce-order-details h2 {
	margin: 50px 0 30px;
}
section#mon-compte .woocommerce table.shop_table strong {
	font: 700 20px Open Sans;
}
section#mon-compte .woocommerce table.shop_table strong.wc-item-meta-label {
	text-transform: initial;
}
section#mon-compte .woocommerce table.shop_table .wc-item-meta p {
	font-size: 20px;
}
section#mon-compte .woocommerce table.shop_table tbody th,
section#mon-compte .woocommerce table.shop_table tfoot td,
section#mon-compte .woocommerce table.shop_table tfoot th {
	border-top: 1px solid #836650;
	vertical-align: middle;
}
section#mon-compte .woocommerce table.shop_table tfoot tr:first-of-type th,
section#mon-compte .woocommerce table.shop_table tfoot tr:first-of-type td {
	border-top: 1px solid #836650 !important;
}
section#mon-compte .woocommerce-message {
    border-top-color: #836650;
}
section#mon-compte .woocommerce-error,
section#mon-compte .woocommerce-info,
section#mon-compte .woocommerce-message {
    padding: 20px 30px;
    margin: 30px 0;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid #836650;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
    font: 400 18px Open Sans;
}
section#mon-compte section.woocommerce-customer-details h2 {
	margin: 50px 0 25px;
}
section#mon-compte .woocommerce .woocommerce-customer-details address {
    font: 700 25px Open Sans;
    margin-bottom: 0;
    border: none;
    text-align: left;
    width: 100%;
    border-radius: 0;
    padding: 0;
}
section#mon-compte .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
    margin: 30px 0 15px;
    padding-left: 1.5em;
}
section#mon-compte .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before,
section#mon-compte .woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
	color: #836650;
}
section#mon-compte .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone,
section#mon-compte .woocommerce .woocommerce-customer-details .woocommerce-customer-details--email {
	font: 700 25px Open Sans;
}
section#mon-compte p {
	font: 25px Open Sans;
}
section#mon-compte label,
section#mon-compte legend {
	color: #836650;
    display: inline-block;
    font: normal 800 22px whitman-display;
    margin: 10px 0 5px;
}
section#mon-compte legend {
	font: normal 800 30px whitman-display;
	padding: 50px 0 20px;
	text-transform: uppercase;
}
section#mon-compte input {
	appearance: none;
    	-webkit-appearance: none;
    background: transparent;
    border: none;
    border-bottom: 2px solid #836650;
    color: #242934;
    font: 22px Open Sans;
    height: 65px;
}
section#mon-compte input:-webkit-autofill,
section#mon-compte input:-webkit-autofill:hover,
section#mon-compte input:-webkit-autofill:focus,
section#mon-compte input:-webkit-autofill:active {
	box-shadow: 0 0 0 50px #ecedef inset !important;
		-webkit-box-shadow: 0 0 0 50px #ecedef inset !important;
	color: #242934 !important;
	font: 22px Open Sans !important;
}
section#mon-compte ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #242934 !important;
	opacity: 1; /* Firefox */
}
section#mon-compte :-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #242934 !important;
}
section#mon-compte ::-ms-5e6165-placeholder { /* Microsoft Edge */
	color: #242934 !important;
}
section#mon-compte .select2-container--default .select2-selection--single {
	appearance: none;
		-webkit-appearance: none;
		-moz-appearance: window;
	background-color: #ecedef;
	background-image: url(img/quantity-down.png);
	background-position: center right 25px;
	background-size: 20px;
	background-repeat: no-repeat;
	border: 2px solid #836650;
	border-radius: 0;
	color: #836650;
	cursor: pointer;
	display: block;
	font: 22px Open Sans;
	height: 50px;
	margin: 0;
	padding: 0 25px;
	transition: 0.3s ease;
		-webkit-transition: 0.3s ease;
		-moz-transition: 0.3s ease;
	width: 100%;
}
section#mon-compte .select2-container--default .select2-selection--single .select2-selection__rendered:focus,
section#mon-compte .select2-container .select2-selection--single .select2-selection__rendered:focus {
	outline: none;
}
section#mon-compte .select2-container--default .select2-selection--single .select2-selection__arrow {
	display: none;
}
section#mon-compte .select2-container .select2-selection--single .select2-selection__rendered {
	color: #836650;
	display: block;
	padding: 8px 0 12px;
}
section#mon-compte .addresses header {
	height: auto;
}
section#mon-compte .addresses address {
	font: 20px Open Sans;
	margin: 50px 0 0;
}
section#mon-compte button {
	appearance: none;
		-webkit-appearance: none;
	color: #836650;
	cursor: pointer;
	border: 2px solid #836650;
	border-radius: 0;
	font: normal 800 18px whitman-display;
	margin: 85px 0 0;
    padding: 20px 30px;
	transition: 0.3s ease;
		-webkit-transition: 0.3s ease;
		-moz-transition: 0.3s ease;
}
section#mon-compte button:hover {
	background: #836650;
	color: #fff;
}
*:focus {
	outline: none;
}
section#liste-de-membres h2 {
	margin: 0 0 60px;
	text-align: center;
}
section#liste-de-membres hr {
	background: #836650;
	border: none;
	height: 2px;
	margin: 50px auto;
	width: 85%;
}
section#liste-de-membres .content {
	overflow-x: auto;
	padding: 0 0 100px;
}
section#liste-de-membres input[type="search"] {
	background-image: url(img/loupe.png);
	background-color: #ecedef;
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 18px;
    border: none;
    border-bottom: 2px solid #836650;
    font: 14px Open Sans;
    height: 35px;
    padding: 0 25px 0 0;
    max-width: 300px;
    width: calc(100% - 25px);
}
section#liste-de-membres input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #000 !important;
	opacity: 1; /* Firefox */
}
section#liste-de-membres input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #000 !important;
}
section#liste-de-membres input::-ms-5e6165-placeholder { /* Microsoft Edge */
	color: #000 !important;
}
section#liste-de-membres table {
	border-collapse: collapse;
	margin: 30px 0 0;
	min-width: 750px;
	width: 100%;
}
section#liste-de-membres table thead {
	background: #836650;
	color: #fff;
	font: normal 800 16px whitman-display;
	text-transform: uppercase;
}
section#liste-de-membres table thead tr th {
	border: 1px solid #836650;
	padding: 10px 5px;
}
section#liste-de-membres table tbody {
	color: #836650;
	font: 16px Open Sans;
}
section#liste-de-membres table tbody tr td {
	border: 1px solid #836650;
	padding: 5px;
	text-align: center;
}
/*FOOTER*/
footer {
	background: #836650;
	padding: 80px 0 20px;
	width: 100%;
}
footer:after {
	clear: both;
	content: '';
	display: block;
	float: none;
}
footer p, footer h3, footer a {
	color: #fff;
}
footer .row1 {
	border: 1px solid #fff;
	padding: 70px 55px 80px;
}
footer .row1 h3 {
	margin: 12px 0 20px;
}
footer .row1 div {
	width: 30%;
}
footer .row1 div:nth-child(3n+1) {
	margin: 0 2.5% 0 0;
}
footer .row1 div:nth-child(3n+2) {
	margin: 0 2.5% 0;
}
footer .row1 div:nth-child(3n+2) p {
	line-height: 0;
	margin: 0;
}
footer .row1 div:nth-child(3n+2) p a {
	line-height: 1.25;
	margin: 0;
}
footer .row1 div:nth-child(3n+3) {
	margin: 0 0 0 2.5%;
}
footer .row1 div:nth-child(3n+3) .wpcf7 {
	position: relative;
}
footer .row1 div:nth-child(3n+3) .wpcf7,
footer .row1 div:nth-child(3n+3) .wpcf7 div {
	margin: 0;
	width: 100%;
}
footer .row1 div:nth-child(3n+3) input[type="email"] {
	background: #836650;
	border: none;
	border-bottom: 2px solid #fff;
	color: #fff;
	font: 14px Open Sans;
	height: 35px;
	padding: 0;
	width: 100%;
}
footer .row1 div:nth-child(3n+3) input:focus {
	outline: none;
}
footer .row1 div:nth-child(3n+3) .your-email {
	width: calc(100% - 35px);
}
footer .row1 div:nth-child(3n+3) .button {
	height: 35px;
	position: relative;
	top: 2px;
	width: 35px !important;
}
footer .row1 div:nth-child(3n+3) .button:after {
	background-color: #836650;
	background-image: url(img/button-arrow.png);
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: center;
	bottom: 2px;
	content: "";
	display: block;
	top: 0;
	left: 0;
	position: absolute;
	pointer-events: none;
	right: 0;
	transition: 0.3s ease;
		-webkit-transition: 0.3s ease;
		-moz-transition: 0.3s ease;
	width: 100%;
	z-index: 1;
}
footer .row1 div:nth-child(3n+3) .button:hover:after {
	background-color: #fff;
	background-image: url(img/button-arrow-hover.png);
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: center;
}
footer .row1 div:nth-child(3n+3) input[type="submit"] {
	background: #836650;
	border: none;
	border-bottom: 2px solid #fff;
	cursor: pointer;
	height: 35px;
	padding: 0;
	width: 35px;
}
footer .row1 div:nth-child(3n+3) .button input[type="submit"]:hover {
	background: #fff;
}
footer .row1 div:nth-child(3n+3) ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #fff !important;
	opacity: 1; /* Firefox */
}
footer .row1 div:nth-child(3n+3) :-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #fff !important;
}
footer .row1 div:nth-child(3n+3) ::-ms-5e6165-placeholder { /* Microsoft Edge */
	color: #fff !important;
}
footer .row1 div:nth-child(3n+3) span.wpcf7-not-valid-tip {
    color: #fff;
    font: 12px Open Sans;
    display: block;
    position: relative;
    top: 5px;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-response-output {
    display: none !important;
}
footer .row1 div:nth-child(1) img {
	max-width: 362px;
}
footer .row1 div:nth-child(2) p {
	display: inline-block;
	width: calc(50% - 1.3px);
}
footer .row2 {
	align-items: flex-start;
	border-bottom: 1px solid #fff;
	padding: 110px 0 70px;
}
footer .row2 h3 a {
	font: normal 800 20px whitman-display;
	position: relative;
	top: 7px;
}
footer .row2>div {
	width: 23.333333333333333%;
}
footer .row2>div:nth-child(1) {
	margin: 0 30px 0 0;
	width: calc(30% - 30px);
}
footer .row2>div:nth-child(1) h3 {
	color: #fff;
	margin: 0 0 30px;
	padding: 0 10px 0 0;
	position: relative;
	top: 7px;
}
footer .row2>div:nth-child(2) h3 {
	float: left;
}
footer .row2>div:nth-child(2) .facebook-logo,
footer .row2>div:nth-child(3) .facebook-logo {
	float: left;
	height: 37px;
	margin: 0 12px 0 0;
	width: 37px;
}
footer .row2>div:nth-child(2) .facebook-logo i,
footer .row2 div:nth-child(3) .facebook-logo i {
	color: #fff;
	font-size: 37px;
}
footer .row2>div:nth-child(4) a {
	align-items: center;
	display: flex;
	font: normal 800 18px whitman-display;
	height: 65px;
	max-width: 210px;
	text-align: center;
	position: relative;
	top: -14px;
	width: calc(50% - 4px);
}
footer .row2>div:nth-child(4) a span {
	display: block;
	width: 100%;
}
footer .row2>div:nth-child(4) .portail {
	background: #836650;
	border: 1px solid #fff;
	color: #fff;
}
footer .row2>div:nth-child(4) .portail:hover {
	background: #4b3626;
	border: 1px solid #4b3626;
}
footer .row2>div:nth-child(4) .don {
	background: #fff;
	border: 1px solid #fff;
	color: #836650;
}
footer .row2>div:nth-child(4) .don:hover {
	background: #4b3626;
	border: 1px solid #4b3626;
	color: #fff;
}
footer .copyright {
    padding: 40px 0 0;
}
footer .copyright:after {
	clear: both;
	content: '';
	display: block;
	float: none;
}
footer .copyright p {
	color: #b9b9b9;
    font: 14px Open Sans;
}
footer .copyright a {
	color: #b9b9b9;
	font: 14px Gilroy-Extrabold !important;
	transition: 0.3s ease;
		-webkit-transition: 0.3s ease;
		-moz-transition: 0.3s ease;
}
footer .copyright span {
	float: right;
	text-align: right;
}
footer p.copyright a:hover {
	opacity: 0.7;
}
/* 3.B Différentes règles pour gérer les flottants(float) */
.separateur {
		clear: both;
		content: "."; 
    	display: block;
}
.separateurInvisible {
		clear: both;
		height: 1px;
}

/*AutoClearing pour IE8, 9, 10*/
.clearFix:after {
    	content: "."; 
    	display: block; 
    	height: 0; 
    	clear: both; 
    	visibility: hidden;
}

/*AutoClearing pour IE7*/			
* :first-child+html .clearFix{
	min-height: 1px;
}

/*AutoClearing pour IE6*/
* html .clearFix{
	height: 1%;
}
	
/* ---------- 4. liens et navigation ---------- */


a {
	text-decoration: none;
	transition: 0.3s ease;
		-webkit-transition: 0.3s ease;
		-moz-transition: 0.3s ease;
}
		
/* ---------- 5. fonts et textes ---------- */
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on August 7, 2019 */
@font-face {
	font-family: 'Gilroy-Extrabold';
	src: url('fonts/gilroy-extrabold.eot');
	src: local('☺'), url('fonts/gilroy-extrabold.woff') format('woff'),
	url('fonts/gilroy-extrabold.ttf') format('truetype'), url('fonts/gilroy-extrabold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
html {
		font-size: 100%;
}
body {
		font-size: 62.5%;
}
h1, h2, h3, h4 {
	line-height: normal;
}
h1 {
	color: #836650;
	display: block;
	font: normal 800 80px whitman-display;
	letter-spacing: 0.075em;
	line-height: 80px;
	text-align: center;
	text-transform: uppercase;
}
h2 {
	color: #836650;
	font: normal 800 55px whitman-display;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
h3 {
	color: #836650;
	font: normal 800 20px whitman-display;
	letter-spacing: 0.1em;
	text-transform: ;
}
h4 {
	color: #242934;
	font: 21px Open Sans;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
p, ul, ol {
	color: #242934;
	font: 16px Open Sans;
	letter-spacing: 0.025em;
	line-height: 28px;
	margin: 0 0 20px;
}
.content ol {
	list-style-type: decimal;
	padding: 0 0 0 20px;
}
.content ol li {
	margin: 0 0 10px;
}
p strong {
	font: 700 16px Open Sans;
}
a {
	font: 16px Open Sans;
}

/* ---------- 7. mediaQueries ---------- */
@media screen and (max-width: 1590px) {
	section#accueil #chapitres article h3 {
	    font: normal 800 28px whitman-display;
	}
	section#accueil #chapitres article:nth-child(3n+5) h3 {
	    font-size: 24.5px;
	}
	section#nous-joindre #bases {
	    padding: 140px 0 0;
	}
	section#nous-joindre #bases h2 {
	    font-size: 38.5px;
	}
	section#nous-joindre #bases .base img {
	    max-width: none;
	    top: -80px;
	    width: 120px;
	}
	section#nous-joindre #bases p {
	    font-size: 20px;
	}
}
@media screen and (max-width: 1445px) {
	header .logo-link {
	    top: 60px;
	}
	header .logo-link img {
		max-width: 280px;
	}
	nav#main-menu {
	    left: 310px;
	}
	nav#main-menu ul li {
	    margin: 0 0 0 10px;
	}
	nav#main-menu li a {
	    font: normal 800 16px whitman-display;
	    padding: 0 3px 10px;
	}
}
@media screen and (max-width: 1320px) {
	section#single #news-bar, section#single #events-bar, section#single #mediatheque-bar {
	    margin: 0 0 0 40px;
	    width: calc(27% - 40px);
	}
	footer .row1 {
	    padding: 50px 30px 80px;
	}
	footer .row2>div,
	footer .row2>div:nth-child(1) {
	    width: calc(33.333333333333333% - 10px);
	}
	footer .row2>div:nth-child(4) {
	    margin: 60px 0 0;
	}
}
@media screen and (max-width: 1240px) {
	/*MENU*/
	#main-menu {
		display: none;
	}
	#nav-icon4 {
		display: block;
	}
	header {
		height: 70px;
		position: fixed;
		top: 0;
		z-index: 9999999999;
	}
	header .logo-link {
	    top: 5px;
	}
	header .logo-link img {
		max-width: 208px;
	}
	header #buttons {
	    display: none;
	}
	header #menu-mobile #buttons {
		display: block;
		font-size: 0;
		left: 0;
		position: absolute;
		top: 0;
		width: fit-content;
			width: -webkit-fit-content;
			width: -moz-fit-content;
	}
	header #buttons a {
	    font: normal 800 16px whitman-display;
	    padding: 20px;
	}
	header #buttons .portail {
	    border: 1px solid #fff;
	}
	header #buttons .portail:hover {
	    background: #fff;
	}
	header #buttons .don {
	    background: #fff;
	    border: 1px solid #fff;
	}
	header #buttons .don:hover {
	    border: 1px solid #242934;
	}
	header #buttons a {
	    display: inline-block;
	}
	section#accueil #main-section-accueil {
		margin: 150px 0 0;
	}
	section#accueil #main-section-accueil #images-background .row1,
	section#accueil #main-section-accueil #images-background .row2 {
		background-size: auto 200px;
	    height: 200px;
	}
	section#accueil #main-section-accueil .presentation {
	    top: 95px;
	}
	section#accueil .line {
	    width: 3px;
	}
	section#accueil #sceau img {
	    max-width: 200px;
	    bottom: 140px;
	}
	section#accueil #chapitres article {
	    padding: 30px 15px;
	    width: calc(50% - 50px);
	}
	section#accueil #chapitres article:nth-child(2n+1) {
	    margin: 0 5px 20px 0;
	}
	section#accueil #chapitres article:nth-child(2n+2) {
	    margin: 0 0 20px 5px;
	}
	section#accueil #chapitres article:nth-child(5n+5) {
	    margin: 0 auto 20px;
	}
	section#accueil #evenements #events article {
	    width: calc(50% - 30px);
	}
	section#accueil #evenements #events article:nth-child(2n+1) {
	    margin: 0 30px 50px 0;
	    top: initial;
	}
	section#accueil #evenements #events article:nth-child(2n+2) {
	    margin: 0 0 50px 30px;
	    position: relative;
	    top: -70px;
	}
	section#accueil #livre-dor #slider-livre-dor {
	    width: 95%;
	}
	section#accueil #livre-dor #slider-livre-dor article {
	    width: 60%;
	}
	section#accueil #livre-dor #slider-livre-dor .arrow.prev {
	    left: 50px;
	}
	section#accueil #livre-dor #slider-livre-dor .arrow.next {
	    right: 50px;
	}
	section#accueil #livre-dor #slider-livre-dor article p {
	    font: normal 800 25px whitman-display;
	}
	section#accueil #livre-dor h4 {
		font-size: 16px;
	}
	#main-section {
	    height: 450px;
	    margin: 70px 0 0;
	}
	#main-section .titre h1:after {
	    margin: 50px auto 30px;
	}
	#main-section .titre p {
	    font-size: 17.5px;
	    line-height: 19.6px;
	    max-width: 695px;
	}
	section#association h3 {
	    font-size: 28px;
	    margin: 50px 0 30px;
	}
	section#association article h4 {
	    font: normal 800 21px whitman-display;
		margin: 30px 0 10px;
	}
	section#association article p {
	    font-size: 14px;
	}
	section#mediatheque #medias #articles {
	    width: 65%;
	}
	section#mediatheque #medias #mediatheque-bar {
	    margin: 0 0 0 40px;
    	width: calc(35% - 40px);
	}
	section#mediatheque #medias #mediatheque-bar #mediatheque-sidebar {
	    padding: 0 25px 55px;
	}
	section#nouvelles #news #articles {
	    width: 65%;
	}
	section#nouvelles #news #news-bar {
	    margin: 0 0 0 40px;
	    width: calc(35% - 40px);
	}
	#news-bar #nouvelles-sidebar {
	    padding: 0 25px 55px;
	}
	section#histoire .content {
	    padding: 0 0 145px;
	}
	section#nous-joindre #bases .base .map {
	    height: 305px;
	}
	section#nous-joindre #bases .base .map iframe {
	    height: 450px;
	}
	section#produit .woocommerce {
		padding: 80px 0 0;
	}
	section#single {
		padding: 200px 0 50px;
	}
	section#single .article {
	    width: 65%;
	}
	section#single .content .text {
	    padding: 60px 0;
	}
	section#single .content .text p {
	    font: 18px Open Sans;
	}
	section#single #news-bar,
	section#single #events-bar,
	section#single #mediatheque-bar {
	    margin: 0 0 0 40px;
	    width: calc(35% - 40px);
	}
	section#single #mediatheque-bar #mediatheque-sidebar {
	    padding: 0 25px 55px;
	}
	section#panier .cart-content {
	    padding: 140px 0 50px;
	}
	section#commande {
		padding: 150px 0 0;
	}
	section#portail {
		padding: 150px 0 0;
	}
	section#portail .content>div:first-of-type {
	    padding: 0 50px 50px 0;
	    width: calc(55% - 57px);
	}
	section#portail .content>div:last-of-type {
	    padding: 0 50px 50px;
	    width: calc(45% - 100px);
	}
	section#mon-compte {
		padding: 150px 0 200px;
	}
	footer .row1 div {
	    width: 47.5%;
	}
	footer .row1 div:nth-child(1) img {
		height: auto;
	    width: 100%;
	}
	footer .row1 div:nth-child(3n+1) {
	    margin: 0 2.5% 0 0;
	}
	footer .row1 div:nth-child(3n+2) {
	    margin: 0 0 0 2.5%;
	}
	footer .row1 div:nth-child(3n+3) {
	    margin: 60px auto 0;
	}
	footer .row2>div,
	footer .row2>div:nth-child(1),
	footer .row2 div:nth-child(2) {
		margin: 0 0 20px;
	    width: 100%;
	}
	footer .row2 div:nth-child(3) {
		margin: 0 0 60px;
	    width: 100%;
	}
	footer .row2>div:nth-child(4) {
	    margin: 0 0 0 auto;
	    width: 50%;
	}
	footer .row2>div:nth-child(4) a {
	    top: initial;
	}
	/*FONTS*/
	h1 {
		font: normal 800 56px whitman-display;
		line-height: 56px;
	}
	h2 {
	    font: normal 800 38.5px whitman-display;
	    line-height: 38.5px;
	}
}
@media screen and (max-width: 1140px) {
	section#nous-joindre #bases .base {
	    width: calc(50% - 20px);
	}
	section#nous-joindre #bases .base:first-of-type {
	    margin: 0 20px 0 0;
	}
	section#nous-joindre #bases .base:last-of-type {
	    margin: 0 0 0 20px;
	}
	section#nous-joindre #bases h2 {
	    font-size: 33px;
	}
}
@media screen and (max-width: 1024px) {
	section#accueil #mot-president p {
	    font: 18px Open Sans;
	    letter-spacing: 0.1em;
	}
	section#association h2 {
	    margin: 50px 0 0;
	}
	section#association .membres {
	    margin: 60px 0 0;
	}
	section#association .membres article {
		top: initial !important;
		width: calc(50% - 32.5px);
	}
	section#association .membres.no-president article:nth-child(2n+1) {
		margin: 0 32.5px 60px 0;
	}
	section#association .membres.no-president article:nth-child(2n+2) {
		margin: 0 0 60px 32.5px;
	}
	section#association .membres.president article:nth-child(2n+2) {
		margin: 0 32.5px 60px 0;
	}
	section#association .membres.president article:nth-child(2n+1) {
		margin: 0 0 60px 32.5px;
	}
	section#association .membres.president article:nth-child(1) {
		margin: 0 calc(25% + 16.25px) 60px;
	}
	section#association .membres.vice-president article:nth-child(2n+1) {
		margin: 0 32.5px 60px 0;
	}
	section#association .membres.vice-president article:nth-child(2n+2) {
		margin: 0 0 60px 32.5px;
	}
	section#association .membres.vice-president article:nth-child(1),
	section#association .membres.vice-president article:nth-child(2) {
		margin: 0 calc(25% + 16.25px) 60px;
	}
	section#mediatheque #medias #articles {
		column-count: 1;
	    width: 60%;
	}
	section#mediatheque #medias #articles article {
	    border-bottom: 2px solid #b9b9b9;
	    margin: 0 0 40px 0;
	    padding: 0 0 40px;
	    width: 100%;
	}
	section#mediatheque #medias #mediatheque-bar {
		margin: 0 0 0 40px;
    	width: calc(40% - 40px);
	}
	section#nouvelles #news #articles {
		column-count: 1;
		column-gap: 0;
	    width: 60%;
	}
	section#nouvelles #news #news-bar {
	    margin: 0 0 0 40px;
	    width: calc(40% - 40px);
	}
	section#nouvelles #news #articles article {
	    border-bottom: 2px solid #b9b9b9;
	    margin: 0 0 40px 0;
	    padding: 0 0 40px;
	    width: 100%;
	}
	#news-bar #nouvelles-sidebar ul .cat-item a {
	    font-size: 16px;
	    padding: 10px;
	}
	section#category #categories #articles {
	    width: 60%;
	}
	section#category #categories #news-bar {
	    margin: 0 0 0 40px;
	    width: calc(40% - 40px);
	}
	section#category #categories #articles article {
	    border-bottom: 2px solid #b9b9b9;
	    padding: 0 0 40px;
	    width: 100%;
	}
	section#category #categories #articles article:nth-child(2n+1),
	section#category #categories #articles article:nth-child(2n+2) {
	    margin: 0 0 40px 0;
	    top: initial;
	}
	section#boutique ul.products>li {
		width: calc(33.333333333333333% - 33.333333333333333px);
	}
	section#boutique ul.products>li:nth-child(3n+1) {
		margin: 0 25px 55px 0;
		top: initial;
	}
	section#boutique ul.products>li:nth-child(3n+2) {
		top: -30px;
	}
	section#boutique ul.products>li:nth-child(3n+3) {
		margin: 0 0 55px 25px;
		top: initial;
	}
	section#histoire .content .event .text img {
	    height: auto;
	    width: 50%;
	}
	section#histoire .content .event .text img.alignright {
	    margin: 0 0 35px 35px;
	}
	section#histoire .content .event .text img.alignleft {
	    margin: 0 35px 35px 0;
	}
	section#nous-joindre #bases .base div.sceau {
	    margin: 0;
	}
	section#nous-joindre #bases .base img {
		opacity: 0.2;
		left: -40px;
	    top: -80px;
	    width: 120px;
	}
	section#nous-joindre #bases h2 {
	    margin: 0 0 30px;
	}
	section#nous-joindre #bases p {
	    font-size: 15px;
	}
	section#nous-joindre #formulaire label {
	    font: normal 800 21px whitman-display;
	}
	section#nous-joindre #formulaire input[type="text"],
	section#nous-joindre #formulaire input[type="email"],
	section#nous-joindre #formulaire input[type="tel"] {
		font: 18px Open Sans;
	    height: 45px;
	}
	section#nous-joindre #formulaire textarea {
	    font: 18px Open Sans;
	    height: 215px;
	}
	section#nous-joindre #formulaire input[type="checkbox"] {
		height: 35px;
	}
	section#nous-joindre #formulaire .checkbox-custom {
		background-image: none;
		border: 2px solid #836650;
		position: absolute !important;
		top: -4px;
		left: 0;
		height: 25px;
		width: 25px;
	}
	section#nous-joindre #formulaire span {
	    font: 16px Open Sans;
	}
	section#nous-joindre #formulaire input[type="submit"] {
	    font: normal 800 25px whitman-display;
	    height: 70px;
	    margin: 50px 0 0;
	    max-width: 230px;
	}
	section#single .article {
	    width: 60%;
	}
	section#single #news-bar,
	section#single #events-bar,
	section#single #mediatheque-bar {
	    margin: 0 0 0 40px;
	    width: calc(40% - 40px);
	}
	section#single #mediatheque-bar #mediatheque-sidebar:first-of-type a {
	    font-size: 16px;
	    padding: 10px;
	}
	section#single .prev-next a {
	    color: #836650;
	    display: block;
	    font: 800 33.6px whitman-display;
	    padding: 35px 0;
	    position: relative;
	    width: 100%;
	}
	section#single .prev-next span:first-of-type {
	    display: block;
	    font: 15.4px Open Sans;
	    letter-spacing: 0.1em;
	    margin: 0 auto 15px;
	}
	section#single .previous-link a:before {
		left: calc(50% - 156.58px);
	    top: 73px;
	}
	section#single .next-link a:after {
		right: calc(50% - 130.445px);
	    top: 73px;
	}
	section#devenir-membre .intro {
	    margin: 0 0 150px;
	}
	section#devenir-membre .intro .flexwrap>div:first-of-type {
		margin: 0 50px 0 0;
	    width: calc(50% - 50px);
	}
	section#devenir-membre .intro .flexwrap>div:last-of-type {
	    margin: 0 0 0 50px;
	    width: calc(50% - 50px);
	}
	section#devenir-membre .ur-frontend-form .ur-form-row .ur-form-grid>div {
	    width: calc(50% - 10px);
	}
	section#devenir-membre .ur-frontend-form .ur-form-row .ur-form-grid>div:nth-child(17n+1),
	section#devenir-membre .ur-frontend-form .ur-form-row .ur-form-grid>div:nth-child(17n+3),
	section#devenir-membre .ur-frontend-form .ur-form-row .ur-form-grid>div:nth-child(17n+5),
	section#devenir-membre .ur-frontend-form .ur-form-row .ur-form-grid>div:nth-child(17n+7),
	section#devenir-membre .ur-frontend-form .ur-form-row .ur-form-grid>div:nth-child(17n+13),
	section#devenir-membre .ur-frontend-form .ur-form-row .ur-form-grid>div:nth-child(17n+15) {
		margin: 0 10px 0 0;
	}
	section#devenir-membre .ur-frontend-form .ur-form-row .ur-form-grid>div:nth-child(17n+2),
	section#devenir-membre .ur-frontend-form .ur-form-row .ur-form-grid>div:nth-child(17n+4),
	section#devenir-membre .ur-frontend-form .ur-form-row .ur-form-grid>div:nth-child(17n+6),
	section#devenir-membre .ur-frontend-form .ur-form-row .ur-form-grid>div:nth-child(17n+8),
	section#devenir-membre .ur-frontend-form .ur-form-row .ur-form-grid>div:nth-child(17n+12),
	section#devenir-membre .ur-frontend-form .ur-form-row .ur-form-grid>div:nth-child(17n+14),
	section#devenir-membre .ur-frontend-form .ur-form-row .ur-form-grid>div:nth-child(17n+16) {
		margin: 0 0 0 10px;
	}
	section#devenir-membre .ur-frontend-form .ur-form-row .ur-form-grid>div:nth-child(17n+9),
	section#devenir-membre .ur-frontend-form .ur-form-row .ur-form-grid>div:nth-child(17n+10),
	section#devenir-membre .ur-frontend-form .ur-form-row .ur-form-grid>div:nth-child(17n+17) {
		margin: 0;
		width: 100%;
	}
	section#devenir-membre .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-checkbox ul li,
	section#devenir-membre .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-radio ul li {
	    margin: 0 0 20px;
	    padding: 0 0 0 70px;
	    position: relative;
	    width: 100%;
	}
	section#produit .woocommerce-product-gallery.images,
	section#produit #wooswipe {
	    margin: 0 60px 0 0;
	    width: calc(50% - 30px);
	}
	section#produit .summary.entry-summary {
	    width: calc(50% - 30px);
	}
	section#produit .woocommerce div.product .product_title {
	    font-size: 35px;
	    line-height: 35px;
	}
	section#produit .woocommerce div.product p.price,
	section#produit .woocommerce div.product span.price {
	    font: 700 20px Open Sans;
	}
	section#produit section.related.products {
	    padding: 100px 0;
	    width: 100%;
	}
	section#produit section.related.products li {
	    list-style-type: none;
	    position: relative;
	    text-align: center;
	    width: calc(50% - 25px);
	}
	section#produit section.related.products li:nth-child(2n+1) {
	    margin: 0 25px 0 0;
	    top: 30px;
	}
	section#produit section.related.products li:nth-child(2n+2) {
	    margin: 0 0 0 25px;
	}
	section#produit section.related.products li:nth-child(3n+3) {
		display: none
	}
	section#portail h2 {
	    font-size: 26.6px;
	}
	section#portail .content>div:first-of-type form label {
	    font: normal 800 18px whitman-display;
	}
	section#portail .content>div:first-of-type {
		border-bottom: 2px solid #767678;
		border-right: 0;
		margin: 0 0 50px;
	    padding: 0 0 50px;
	    width: 100%;
	}
	section#portail .content>div:first-of-type form input[type="text"],
	section#portail .content>div:first-of-type form input[type="password"] {
	    font: 16px Open Sans;
	    height: 45px;
	}
	section#portail .content>div:last-of-type {
	    padding: 0;
	    width: 100%;
	}
	section#mon-compte .woocommerce .woocommerce-MyAccount-navigation {
	    width: 25%;
	}
	section#mon-compte .woocommerce .woocommerce-MyAccount-content {
	    margin: 0 0 0 50px;
	    width: calc(75% - 50px);
	}
	section#mon-compte .woocommerce .woocommerce-MyAccount-content p,
	section#mon-compte .woocommerce .woocommerce-MyAccount-content a {
	    font: 16px Open Sans;
	}
	section#mon-compte .woocommerce .woocommerce-MyAccount-content strong {
	    font: normal 800 20px whitman-display;
	}
	section#mon-compte .woocommerce .woocommerce-customer-details address {
	    font: 700 21px Open Sans;
	}
	section#mon-compte .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone,
	section#mon-compte .woocommerce .woocommerce-customer-details .woocommerce-customer-details--email {
	    font: 700 21px Open Sans;
	}
	section#mon-compte input {
		font: 16px Open Sans;
	    height: 45px;
	}
}
@media screen and (max-width: 870px) {
	section#accueil #chapitres article {
		margin: 0 auto 20px !important;
	    width: 80%;
	}
	section#nous-joindre #bases .base img {
	    left: -100px;
	    top: -85px;
	    width: 125px;
	}
	section#mon-compte .woocommerce-MyAccount-navigation ul {
		font-size: 0;
	}
	section#mon-compte .woocommerce .woocommerce-MyAccount-navigation {
	    width: 100%;
	}
	section#mon-compte .woocommerce .woocommerce-MyAccount-content {
	    margin: 80px 0 0;
	    width: 100%;
	}
	section#mon-compte .woocommerce-MyAccount-navigation-link {
		display: inline-block;
		width: calc(50% - 2.3px);
	}
	section#mon-compte li.woocommerce-MyAccount-navigation-link:nth-child(2n+1) a {
		border-left: 1px solid #836650;
	}
	section#mon-compte li.woocommerce-MyAccount-navigation-link:nth-child(2) {
		border-top: 1px solid #836650;
	}
	section#mon-compte li.woocommerce-MyAccount-navigation-link:nth-child(2n+2) a {
		border-left: 1px solid #836650;
		border-right: 1px solid #836650;
	}
}
@media screen and (max-width: 768px) {
	section#accueil #main-section-accueil #images-background .row1,
	section#accueil #main-section-accueil #images-background .row2 {
		background-size: auto 150px;
	    height: 150px;
	}
	section#accueil #main-section-accueil #images-background .row1,
	section#accueil #main-section-accueil #images-background .row2 {
		width: calc(100% - 50px);
	}
	section#accueil #main-section-accueil #images-background .row1 {
		border-left: 50px solid #bfbfbf;
	}
	section#accueil #main-section-accueil #images-background .row2 {
		border-right: 50px solid #bfbfbf;
		width: calc(85% - 50px) !important;
	}
	section#accueil #main-section-accueil .presentation {
	    top: 55px;
	}
	section#accueil #sceau img {
	    max-width: 150px;
	    bottom: 60px;
	}
	section#accueil .line {
	    height: 150px;
	    top: -30px;
	    width: 2px;
	}
	section#accueil #mot-president {
	    margin: 0;
	    width: 100%;
	}
	section#accueil #chapitres {
	    padding: 100px 0 100px;
	}
	section#accueil #chapitres h2 {
	    margin: 10px 0 60px;
	}
	section#accueil #chapitres article {
		margin: 0 0 20px;
	    width: 100%;
	}
	section#accueil #evenements {
	    padding: 0;
	}
	section#accueil #evenements h2 {
	    margin: 10px 0 60px;
	}
	section#accueil #evenements #events article,
	section#accueil #evenements #events article:nth-child(2n+1),
	section#accueil #evenements #events article:nth-child(2n+2) {
		margin: 0 0 50px;
		top: initial;
	    width: 100%;
	}
	section#accueil #livre-dor {
	    padding: 150px 0 180px;
	}
	section#accueil #livre-dor #slider-livre-dor {
	    width: 100%;
	}
	section#accueil #livre-dor #slider-livre-dor article {
	    width: 70%;
	}
	section#accueil #livre-dor #slider-livre-dor .arrow.prev {
	    left: 20px;
	}
	section#accueil #livre-dor #slider-livre-dor .arrow.next {
	    right: 20px;
	}
	section#accueil #livre-dor #slider-livre-dor article p {
	    font: normal 800 21px whitman-display;
	}
	section#accueil #mot-president p {
	    font: 18px Open Sans;
	    letter-spacing: 0.1em;
	}
	section#association h3 {
	    font-size: 24px;
	    margin: 30px 0 20px;
	}
	section#association .membres article {
		width: calc(50% - 15px);
	}
	section#association .membres article h4 {
		font-size: 20px;
	}
	section#association .membres article p {
	    font-size: 18px;
	}
	section#association .membres.no-president article:nth-child(2n+1) {
		margin: 0 15px 40px 0;
	}
	section#association .membres.no-president article:nth-child(2n+2) {
		margin: 0 0 40px 15px;
	}
	section#association .membres.president article:nth-child(2n+2) {
		margin: 0 15px 40px 0;
	}
	section#association .membres.president article:nth-child(2n+1) {
		margin: 0 0 40px 15px;
	}
	section#association .membres.president article:nth-child(1) {
		margin: 0 calc(25% + 7.5px) 40px;
	}
	section#association .membres.vice-president article:nth-child(2n+1) {
		margin: 0 15px 40px 0;
	}
	section#association .membres.vice-president article:nth-child(2n+2) {
		margin: 0 0 40px 15px;
	}
	section#association .membres.vice-president article:nth-child(1),
	section#association .membres.vice-president article:nth-child(2) {
		margin: 0 calc(25% + 7.5px) 40px;
	}
	#main-section {
	    height: 300px;
	}
	#main-section .titre h1:after {
	    margin: 30px auto 20px;
	}
	#main-section .titre p {
	    font-size: 16px;
	    line-height: 
	    max-width: 75%;
	}
	section#mediatheque #medias {
	    padding: 60px 0;
	}
	section#mediatheque #medias #articles {
	    width: 100%;
	}
	section#mediatheque #medias #mediatheque-bar {
		margin: 60px 0 0;
    	width: 100%;
	}
	section#nouvelles #news {
	    padding: 60px 0;
	}
	section#nouvelles #news #articles {
	    width: 100%;
	}
	section#nouvelles #news #news-bar {
	    margin: 60px 0 0;
	    width: 100%;
	}
	section#nouvelles #news #articles article {
	    border-bottom: 2px solid #b9b9b9;
	    width: 100%;
	}
	section#nouvelles #news #articles article h3 {
	    margin: 0 0 20px;
	}
	section#category #categories {
	    padding: 60px 0;
	}
	section#category #categories #articles {
	    width: 100%;
	}
	section#category #categories #news-bar {
	    margin: 60px 0 0;
	    width: 100%;
	}
	section#category #categories #articles article {
	    border-bottom: 2px solid #b9b9b9;
	    padding: 0 0 20px;
	    width: 100%;
	}
	section#category #categories #articles article:nth-child(2n+1),
	section#category #categories #articles article:nth-child(2n+2) {
	    margin: 0 0 20px 0;
	    top: initial;
	}
	section#category #categories #articles article h3 {
	    margin: 0 0 20px;
	}
	section#boutique ul.products>li {
		width: calc(50% - 25px);
	}
	section#boutique ul.products>li:nth-child(2n+1) {
		margin: 0 25px 40px 0;
		top: initial;
	}
	section#boutique ul.products>li:nth-child(2n+2) {
		margin: 0 0 40px 25px;
		top: -30px;
	}
	section#histoire .content h2 {
	    margin: 100px 0 30px;
	}
	section#histoire .content .event {
	    border-top: 2px solid #836650;
	    margin: auto;
	    padding: 0 20px;
	    width: calc(100% - 40px);
	}
	section#histoire .content h3 {
	    font-size: 18px;
	    padding: 20px 30px 15px 0;
	}
	section#histoire .content h3:after {
		background-repeat: no-repeat;
		background-size: contain;
	    height: 15px;
	    right: 0;
	    top: 25px;
	    width: 20px;
	}
	section#histoire .content h3:hover:after {
		background-repeat: no-repeat;
		background-size: contain;
	}
	section#histoire .content .event .text img {
	    height: auto;
	    width: 100%;
	}
	section#histoire .content .event .text img.alignright {
	    margin: 20px 0;
	}
	section#histoire .content .event .text img.alignleft {
	    margin: 20px 0;
	}
	section#histoire .content .event .text p {
	    font-size: 20px;
	    letter-spacing: 0.05em;
	    line-height: 25px;
	    margin: 0 0 30px;
	}
	section#nous-joindre #bases .base:first-of-type {
		margin: 0 0 290px;
	}
	section#nous-joindre #bases .base:last-of-type {
		margin: 0;
	}
	section#nous-joindre #bases .base {
		width: 100%;
	}
	section#nous-joindre #bases .base .map {
	    height: 305px;
	    margin: 40px 0 0;
	}
	section#nous-joindre #formulaire div.flexwrap>div {
		width: 100%;
	}
	section#nous-joindre #formulaire div.flexwrap>div:nth-child(2n+1) {
		margin: 65px 0 0;
	}
	section#nous-joindre #formulaire div.flexwrap>div:nth-child(2n+2) {
		margin: 65px 0 0;
	}
	section#single .article {
	    width: 100%;
	}
	section#single #news-bar,
	section#single #events-bar,
	section#single #mediatheque-bar {
	    margin: 60px 0 0;
	    width: calc(100% - 4px);
	}
	section#single .prev-next {
		border: none;
	    padding: 0 0 60px;
	}
	section#single .prev-next div {
	    width: 100%;
	}
	section#single .previous-link {
	    border: none;
	    border-bottom: 1px solid #c3c3c3;;
	}
	section#single .next-link {
		border: none;
		border-top: 1px solid #c3c3c3;;
	}
	section#produit .woocommerce .woocommerce-breadcrumb {
	    text-align: center;
	}
	section#produit .woocommerce .woocommerce-breadcrumb,
	section#produit .woocommerce .woocommerce-breadcrumb a {
	    font: 400 16px Open Sans;
	}
	section#produit .woocommerce div.product .product_title {
	    font-size: 30px;
	    line-height: 30px;
	}
	section#produit .woocommerce-product-gallery.images,
	section#produit #wooswipe {
	    margin: auto;
	    width: 85%;
	}
	section#produit .summary.entry-summary {
		margin: 0 0 60px;
	    width: 100%;
	}
	section#devenir-membre .intro .flexwrap>div:first-of-type {
		margin: 0 0 50px;
	    width: 100%;
	}
	section#devenir-membre .intro .flexwrap>div:last-of-type {
	    margin: 0;
	    width: 100%;
	}
	section#devenir-membre .ur-frontend-form .ur-form-row .ur-form-grid>div {
	    width: 100%;
	}
	section#devenir-membre .ur-frontend-form .ur-form-row .ur-form-grid>div:nth-child(17n+1),
	section#devenir-membre .ur-frontend-form .ur-form-row .ur-form-grid>div:nth-child(17n+3),
	section#devenir-membre .ur-frontend-form .ur-form-row .ur-form-grid>div:nth-child(17n+5),
	section#devenir-membre .ur-frontend-form .ur-form-row .ur-form-grid>div:nth-child(17n+7),
	section#devenir-membre .ur-frontend-form .ur-form-row .ur-form-grid>div:nth-child(17n+13),
	section#devenir-membre .ur-frontend-form .ur-form-row .ur-form-grid>div:nth-child(17n+15) {
		margin: 0;
	}
	section#devenir-membre .ur-frontend-form .ur-form-row .ur-form-grid>div:nth-child(17n+2),
	section#devenir-membre .ur-frontend-form .ur-form-row .ur-form-grid>div:nth-child(17n+4),
	section#devenir-membre .ur-frontend-form .ur-form-row .ur-form-grid>div:nth-child(17n+6),
	section#devenir-membre .ur-frontend-form .ur-form-row .ur-form-grid>div:nth-child(17n+8),
	section#devenir-membre .ur-frontend-form .ur-form-row .ur-form-grid>div:nth-child(17n+12),
	section#devenir-membre .ur-frontend-form .ur-form-row .ur-form-grid>div:nth-child(17n+14),
	section#devenir-membre .ur-frontend-form .ur-form-row .ur-form-grid>div:nth-child(17n+16) {
		margin: 0;
	}
	section#panier .cart-content {
	    padding: 150px 0 50px;
	}
	section#panier input[name="coupon_code"] {
	    width: 35%;
	}
	section#panier .coupon button {
	    width: 65% !important;
	}
	section#panier .woocommerce table.shop_table td {
		border: none;
	    padding: 25px 15px;
	}
	section#panier .woocommerce table.shop_table tr td:first-of-type {
		border-top: 1px solid #836650;
	}
	section#panier .woocommerce .cart_totals table.shop_table tr td {
		border-top: none;
	}
	section#panier .woocommerce table.shop_table tr:last-of-type td {
		border: none;
	}
	section#panier .woocommerce .cart-collaterals .cart_totals,
	section#panier .woocommerce-page .cart-collaterals .cart_totals {
	    width: 100%;
	}
	section#panier .woocommerce table.cart .product-thumbnail {
		display: block;
	}
	section#panier .woocommerce table.shop_table_responsive tr td,
	section#panier .woocommerce-page table.shop_table_responsive tr td {
		position: relative;
		text-align: left !important;
	}
	section#panier .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
	section#panier .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
	    background-color: transparent;
	}
	section#panier .woocommerce table.shop_table_responsive tr td::before,
	section#panier .woocommerce-page table.shop_table_responsive tr td::before {
		content: attr(data-title);
		left: 0;
	    position: absolute;
	    top: 10px;
	}
	section#panier .woocommerce table.shop_table tbody tr td,
	section#panier .woocommerce table.shop_table tbody:first-child tr:first-child td,
	section#panier .woocommerce table.shop_table tbody:first-child tr:last-child td {
	    padding: 50px 0 10px !important;
	}
	section#commande .woocommerce-additional-fields {
		margin: 50px 0 0;
	}
	section#commande body .select2-container,
	section#commande body .ui-widget.ui-datepicker {
	    z-index: 2 !important;
	}
	section#mon-compte .woocommerce .woocommerce-MyAccount-content table.shop_table td {
	    padding: 20px 15px;
	}
	section#mon-compte .woocommerce .woocommerce-customer-details address {
	    font: 700 16px Open Sans;
	}
	section#mon-compte .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone,
	section#mon-compte .woocommerce .woocommerce-customer-details .woocommerce-customer-details--email {
	    font: 700 16px Open Sans;
	}
	section#mon-compte .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
	    margin: 30px 0 5px;
	    padding-left: 1.5em;
	}
	section#portail .content>div:first-of-type form {
	    padding: 55px 25px;
	}
	section#portail .content>div:first-of-type form .login-remember label {
	    font: 14px Open Sans;
	}
	footer .row1 div {
		width: 100%;
	}
	footer .row1 div:nth-child(3n+1),
	footer .row1 div:nth-child(3n+2) {
	    margin: 0 0 60px;
	}
	footer .row1 div:nth-child(3n+3) {
	    margin: 0;
	}
	footer .row2>div:nth-child(4) {
	    margin: 0;
	    width: 100%;
	}
	footer .copyright span {
		display: block;
		float: none;
		text-align: left;
	}
	h1 {
		font: normal 800 48px whitman-display;
		line-height: 48px;
	}
	h2 {
		font: normal 800 33px whitman-display;
		line-height: 33px;
	}
}
@media screen and (max-width: 600px) {
	section#association .membres article {
		width: 100%;
	}
	section#association .membres.no-president article:nth-child(2n+1),
	section#association .membres.no-president article:nth-child(2n+2),
	section#association .membres.president article:nth-child(2n+2),
	section#association .membres.president article:nth-child(2n+1),
	section#association .membres.president article:nth-child(1),
	section#association .membres.vice-president article:nth-child(2n+1),
	section#association .membres.vice-president article:nth-child(2n+2),
	section#association .membres.vice-president article:nth-child(1),
	section#association .membres.vice-president article:nth-child(2) {
		margin: 0 0 40px;
	}
}
@media screen and (max-width: 550px) {
	section#portail .content>div:first-of-type form input[type="password"] {
	    margin: 0 0 20px;
	}
	section#portail .content>div:first-of-type form .login-remember {
	    float: none;
	    width: 100%;
	}
	section#portail .content>div:first-of-type form .login-submit {
	    float: none;
	    margin: 60px 0 20px;
	    text-align: left;
	    width: 100%;
	}
	section#portail .content>div:first-of-type form input[type="submit"] {
	    max-width: none;
	    width: 100%;
	}
}
@media screen and (max-width: 500px) {
	header .logo-link {
	    left: 10px;
    	top: 14px;
	}
	header .logo-link img {
	    max-width: 150px;
	}
	header #buttons a {
	    font: normal 800 14px whitman-display;
	    padding: 15px 10px;
	}
	section#accueil .line {
		top: 20px;
	    width: 3px;
	}
	section#accueil #sceau img {
	    display: none;
	}
	section#accueil #mot-president {
	    padding: 80px 0 0;
	}
	section#accueil #chapitres article {
		overflow: hidden;
		position: relative;
	}
	section#accueil #chapitres .sceau {
	    max-width: 200px;
	}
	section#accueil #chapitres article a>div:first-of-type {
	    width: 100%;
	}
	section#accueil #chapitres article a>div:last-of-type {
		bottom: -60px;
		margin: 0;
		opacity: 0.1;
	    position: absolute;
	    right: -60px;
	    width: auto;
	}
	section#accueil #livre-dor .title {
	    width: 180px;
	}
	section#accueil #livre-dor #stars {
	    width: 180px;
	}
	section#accueil #livre-dor #slider-livre-dor .arrow {
	    bottom: 50px;
	    top: initial;
	    transform: none;
	}
	section#accueil #livre-dor #slider-livre-dor article {
	    width: 90%;
	}
	#main-section .titre p {
	    font-size: 14px;
	    max-width: 100%;
	}
	section#boutique .sidebar {
	    padding: 50px 0;
	    max-width: 100%;
	}
	section#boutique ul.products>li {
		width: 100%;
	}
	section#boutique ul.products>li:nth-child(2n+1),
	section#boutique ul.products>li:nth-child(2n+2) {
		margin: 0 0 40px;
		top: initial;
	}
	section#nous-joindre #bases .base .map {
	    height: 205px;
	    margin: 40px 0 0;
	}
	section#nous-joindre #bases .base .map iframe {
	    height: 350px;
	}
	section#single .prev-next a {
	    font: 800 25px whitman-display;
	}
	section#single .previous-link a:before,
	section#single .next-link a:after {
		height: 20px;
		top: 74px;
		width: 24px;
	}
	section#single .previous-link a:before {
		left: calc(50% - 121.875px);
	}
	section#single .next-link a:after {
		right: calc(50% - 102.43px)
	}
	section#produit .woocommerce-product-gallery.images, section#produit #wooswipe {
	    margin: 0;
	    width: 100%;
	}
	section#produit section.related.products li {
	    width: 100%;
	}
	section#produit section.related.products li:nth-child(2n+1),
	section#produit section.related.products li:nth-child(2n+2) {
	    margin: 0 0 50px;
	    top: initial;
	}
	section#produit section.related.products li:nth-child(2n+2) {
		display: block;
	}
	section#produit section.related.products h2 {
	    margin: 20px 0 10px;
	}
	section#produit .woocommerce div.product span.price {
	    font: 700 16px Open Sans;
	    margin: 0;
	}
	section#panier input[name="coupon_code"] {
	    width: 100%;
	}
	section#panier .coupon button {
		margin: 5px 0 0;
	    width: 100% !important;
	}
	section#mon-compte .woocommerce-MyAccount-navigation-link {
		display: inline-block;
		width: 100%;
	}
	section#mon-compte li.woocommerce-MyAccount-navigation-link:nth-child(2n+1) a {
		border-left: none;
	}
	section#mon-compte li.woocommerce-MyAccount-navigation-link:nth-child(2) {
		border-top: none;
	}
	section#mon-compte li.woocommerce-MyAccount-navigation-link:nth-child(2n+2) a {
		border-left: none;
		border-right: none;
	}
	section#mon-compte .woocommerce .woocommerce-MyAccount-content {
	    margin: 100px 0 0;
	}
	footer .row1 div:nth-child(2) p {
		display: block;
		margin: 0 0 10px;
		width: 100%;
	}
	h1 {
		font: normal 800 30px whitman-display;
		line-height: 35px;
	}
	h2 {
		font: normal 800 25px whitman-display;
		line-height: 33px;
	}
}