/*!
Theme Name: Socotra Association v2.1 - Mars 2026
Theme URI: http://underscores.me/
Author: Michel Ravey
Author URI: https://www.michelravey.com/
Description: Socotra Dragon Blood Tree Association
Version: 2.1.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: socotradbta
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

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

body {
	margin: 0;
}
div { 
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	
}
.clear { clear:both; }
a { 
	text-decoration: none;
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
}
a:link, a:visited { color:#46b609; }
a:hover, a:active { color:#000; }

::-webkit-scrollbar { display:none; } 





/*
. . . . . . . . . . . . . . . . . 
. . . . . . . . . . . . . . . . . 
. . . . . . . . . . . . . . . . . 

ENTETE 

. . . . . . . . . . . . . . . . . 
. . . . . . . . . . . . . . . . . 
. . . . . . . . . . . . . . . . . 
*/






#entete {
	position: relative;top: 0;left: 0;margin-top: 0;
	border: solid 1px #fff;
	width: 100%;height: 273px;
	background-image: url(imgs/entete-fond.jpg);
	background-repeat: repeat-x;
}


/* POLYLANG */

#lang_switcher {
	position: absolute;
	top: 30px;right: 50px;
	font-family: 'Barlow-SemiBold';
	text-transform: uppercase;
	font-size: 20px;
}

#lang_switcher li a:hover, .lang_switcher li a:active {
	text-decoration: none;
}
#lang_switcher li.lang-item a {
	font-family: 'Barlow-SemiBold';
	text-transform: uppercase;
	font-size: 20px;
}
#lang_switcher li:first-child {
	margin-right:  15px;
}
/* highlight current language anchor */
#lang_switcher li.current-lang a {
	color: #55df0a;
}
#lang_switcher a:link, #lang_switcher a:visited { color:#E0EFD8; }
#lang_switcher a:hover, #lang_switcher a:active { color:#55df0a; }
#lang_switcher a.selected { color:#55df0a; }

#lang_switcher ul {
	list-style-type:none
}
#lang_switcher li {
	display: inline;
}


.logo {
	position: absolute;top: 30px;left: 50px;
	width: 250px;height: 250px;
	background-image: url(imgs/logo-socotra-asso-2.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	transition: all 0.2s ease-in;-webkit-transition: all 0.2s ease-in;-moz-transition: all 0.2s ease-in;
}
#entete-ligne1 {
	position: relative;
	margin-left: 337px;

	margin-top: 73px;
	/*width: calc(100% - 750px);*/
	/*width: 880px;*/
	width: calc(100% - 387px);
	max-width:1213px;
	display: flex;
	justify-content: space-between;

}
#entete-ligne1 .selected {
	color: #55df0a;
}
#entete-ligne1 a {
	text-decoration: none;
	transition: all 0.2s ease-in;
}
#entete-ligne1 a:link, #entete-ligne1 a:visited { color: #4AB812; } 
#entete-ligne1 a:hover, #entete-ligne1 a:active { color: #55df0a; } 

.entete-ligne1-element {
	color: #4AB812;
	transition: all 0.2s ease-in;-webkit-transition: all 0.2s ease-in;-moz-transition: all 0.2s ease-in;
	cursor: pointer;
}
.entete-ligne1-element:hover {
	color: #55df0a;
}

.entete-ligne1-element1 {
	font-family: 'Barlow-Light';
	text-transform: uppercase;
	font-size: 20px;
}
.entete-ligne1-element2 {
	font-family: 'Nunito-ExtraBold';
	text-transform: uppercase;
	font-size: 24px;
}
#entete-ligne2 {
	position: relative;
	margin-left: 337px;
	margin-top: 22px;
	/*width: 850px;*/
	width: calc(100% - 387px);
	max-width: 1213px;
	height: 82px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#entete-ligne2 .selected {
	color: #55df0a;
}
.entete-ligne2-element {
	font-family: 'Satoshi-Bold';
	text-transform: uppercase;
	font-size: 18px;
	cursor: pointer;
}
.entete-ligne2-element img { height:26px; }

#entete-a-propos, #entete-contact, #entete-actualites {
	color: #46b609;
	transition: all 0.2s ease-in;-webkit-transition: all 0.2s ease-in;-moz-transition: all 0.2s ease-in;
}
#entete-a-propos:hover, #entete-contact:hover, #entete-actualites:hover {
	color: #55df0a;
}
#entete-contribute {
	font-family: 'Nunito-Bold';
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
	background-color: #86cfe7;
	display: flex;align-items: center;
	padding: 10px 15px;
	cursor: pointer;
	text-align: center;
	transition: all 0.2s ease-in;-webkit-transition: all 0.2s ease-in;-moz-transition: all 0.2s ease-in;
}
#entete-contribute:hover {
	background-color: #55d5ff;
}
#entete-contribute a { 
	text-decoration:none;color:#fff; 
}
#entete-contribute a:link, #entete-contribute a:visited,
#entete-contribute a:active, #entete-contribute a:hover { color:#fff; }


/*
. . . . . . . . . . . . . . . . . 
HAMBURGER

https://jsfiddle.net/silvawebdesigns/eo637uv1/
. . . . . . . . . . . . . . . . . 
*/

#hamburger {
	position: absolute;top: 50px;right: 20px;
	width: 100px;height: 100px;
	display:none;
}

#container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.box {
  width: 100%;
  height: 100%;
  float: left;
}

.icon {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
	width: 100%; 
  height: 100%;
	fill: none;
	stroke-width: 6;
	stroke-linecap: round;
	stroke-linejoin: round;
  cursor: pointer;
}


/********
Peachy
********/

#b1 { background: #fc5c65; }
#b2 { background: #fd9644; }
#b3 { background: transparent; }
#b4 { background: #eb3b5a; }
#b5 { background: #fa8231; }
#b6 { background: #f7b731; }
.icon { stroke: #86cfe7; opacity: .95; }




/*
. . . . . . . . . . . . . . . . . 

SMARTPHONE
MENU

. . . . . . . . . . . . . . . . . 
*/

#smartphone {
	position: fixed;
	top: 220px;width: 100%;height: calc(100% - 220px);
	padding: 0 30px 30px 30px;
	background-color: #fff;
	z-index: 1000;
	overflow: auto;
	display: none;
}
#smartphone::-webkit-scrollbar { display:none; } 

.smartphone_campagne {
	position: relative;
	background-color: #86cfe7;
	padding: 25px 30px;
	width: fit-content;
	margin-bottom: 50px;
	font-family: 'Nunito-Bold';
	font-size: 24px;
	text-transform: uppercase;
	color: #fff;
	-webkit-border-radius: 12.5px;
	-moz-border-radius: 12.5px;
	border-radius: 12.5px;
	cursor: pointer;
	transition: all 0.2s ease-in;-webkit-transition: all 0.2s ease-in;-moz-transition: all 0.2s ease-in;
}
.smartphone_campagne:hover {
	background-color: #55d5ff;
}
.smartphone1 {
	position: relative;
	margin: 15px 0;
	font-family: 'Satoshi-Bold';
	text-transform: uppercase;
	font-size: 20px; /* 48 */
	cursor: pointer;
}
.smartphone1.sep { height:5px; }
.smartphone2 {
	position: relative;
	margin: 10px 0;
	font-family: 'Satoshi-Bold';
	font-size: 20px; /* 24 */
	text-transform: uppercase;
	cursor: pointer;
	height:24px;
}

.smartphone3 {
	position: relative;
	margin: 50px 0;
	font-family: 'Nunito-ExtraBold';
	font-size: 22px; /* 24 */
	text-transform: uppercase;
	cursor: pointer;
}

#smartphone a {
	text-decoration: none;
	transition: all 0.2s ease-in;
}
#smartphone a:link, #smartphone a:visited { color: #4AB812; } 
#smartphone a:hover, #smartphone a:active { color: #55df0a; } 

/*
.smartphone1 a:link, .smartphone1 a:visited { color: #46b609; } 
.smartphone1 a:hover, .smartphone1 a:active { color: #5db12f; } 
.smartphone2 a:link, .smartphone2 a:visited { color: #86cfe7; } 
.smartphone2 a:hover, .smartphone2 a:active { color: #55d5ff; } 
.smartphone3 a:link, .smartphone3 a:visited { color: #000; } 
.smartphone3 a:hover, .smartphone3 a:active { color: #55d5ff; } 
*/
.smartphone1 { color: #46b609; } 
.smartphone1:hover { color: #5db12f; } 
.smartphone2 { color: #86cfe7; } 
.smartphone2:hover { color: #55d5ff; } 
.smartphone3 { color: #000; } 
.smartphone3:hover { color: #55d5ff; } 

.smartphone1.selected {
	color: #55d5ff;	
}
.smartphone2.selected {
	color: #55d5ff;	
}

#smartphone #entete-contribute {
	margin-top:30px;
	width:fit-content;
}
#smartphone #entete-contribute a {
	text-decoration:none;
	transition:all 0.2s ease-in;
}
#smartphone #entete-contribute a:link,
#smartphone #entete-contribute a:visited,
#smartphone #entete-contribute a:active,
#smartphone #entete-contribute a:hover  {
	color:#fff;
}
/*
. . . . . . . . . . . . . . . . . 
. . . . . . . . . . . . . . . . . 
. . . . . . . . . . . . . . . . . 

INDEX

. . . . . . . . . . . . . . . . . 
. . . . . . . . . . . . . . . . . 
. . . . . . . . . . . . . . . . . 
*/


/*
. . . . . . . . . . . . . . . . . 
INDEX - COMMUN
. . . . . . . . . . . . . . . . . 
*/
.index-conteneur {
	position: relative;
	width: 100%;
	margin: 150px auto 0 auto;
	padding: 0 50px;
	min-height:500px;
	font-family: 'Orkney-Regular';
	font-size: 18px;
}
.index-titre {
	font-family: 'Satoshi-Black';
	font-size: 36px;
	text-transform: uppercase;
	color: #86cfe7;
	
}
.index-titre.large { font-size:64px; }
.titre2025 {
	font-family: 'Wizzta';
	font-size:72px;
	/* color: #46b609;*/
}
.index-chapeau {
	position: relative;
	width: 725px;
	margin-top: 30px;
	font-family: 'Nunito-ExtraBold';
	font-size: 24px;
	color: #86cfe7;
	
}
.index-chapeau-lieu {
	font-family: 'Wizzta';
	font-size: 36px;
	color: #86cfe7;	
}
.index-description {
	position: relative;
	margin-top: 50px;
	margin-left: 50px;
	width: 600px;
	font-family: 'Orkney-Light';
	font-size: 22px;
}
.index-description-lieu {
	font-family: 'Wizzta';
	font-size: 32px;
}
.index-description-exergue {
	font-family: 'Orkney-Medium';
}
.index-description-exergue2 {
	font-family: 'Orkney-Medium';
	font-size: 24px;
	color: #46b609;
}
.index-description img {
	width: 100%;
}
.index-bouton {
	position: relative;
	margin-top: 50px;
	margin-left: 25px;
	background-color: #86cfe7;
	padding: 25px 30px;
	width: fit-content;
	font-family: 'Nunito-ExtraBold';
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	-webkit-border-radius: 12.5px;
	-moz-border-radius: 12.5px;
	border-radius: 12.5px;
	cursor: pointer;
	transition: all 0.2s ease-in;-webkit-transition: all 0.2s ease-in;-moz-transition: all 0.2s ease-in;
}
.index-bouton:hover {
	background-color: #55d5ff;
}
.index-bouton a {
	text-decoration:none;
	transition: all 0.2s ease-in;
}
.index-bouton a:link, 
.index-bouton a:visited, 
.index-bouton a:hover, 
.index-bouton a:active { color:#fff; } 


.chapeau-exergue { color: #30acd5; }

.sous-titre {
	font-family: 'Satoshi-Black';
	font-size: 48px;
	text-transform: uppercase;
	color: #000;
	line-height: 1.2em;
} 
.chapitre {
	font-family: 'Nunito-ExtraBold';
	font-size: 36px;
	color: #7db03f;
	line-height: 1.2em;
} 
.chapitre-lieu {
	font-family: 'Wizzta';
	font-size: 56px;
}


/*
. . . . . . . . . . . . . . . . . 
INDEX - SPECIFIQUE
. . . . . . . . . . . . . . . . . 
*/

#index-gradient {
	position: absolute;
	top: 0;left: 0;width: 100%;height: 70px;
	background-image: linear-gradient(180deg, rgba(255,255,255,1), rgba(255,255,255,0));
}

/* ADOPTE UN DRAGONNIER */
#index-adopte {
	height: 80vh;
	background-image: url(imgs/adopte-fond.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	margin-top: 20px;
	padding-top: 50px;
}
#index-adopte-cartel {
	position: absolute;
	bottom: 50px;left: 50px;
	width: 428px;height: 258px;
 }
 #index-adopte-cartel-fond {
 	position: absolute;
 	top: 0;left: 0;
 	width: 100%;height: 100%;
 	background-color: #46b609;
 	opacity: 0.7;
 	z-index: 100;
 	-webkit-border-top-right-radius: 50px;
 	-moz-border-radius-topright: 50px;
 	border-top-right-radius: 50px;
 }
 #index-adopte-cartel-contenu {
 	position: absolute;
 	top: 0;left: 0;
 	width: 100%;height: 100%;
 	padding: 50px;
 	font-family: 'Barlow-Medium';
	font-size: 20px;
	color: #fff;
	line-height: 1.3em;
	z-index: 500;
}
.index-adopte-cartel-lieu { 
	font-family: 'Wizzta';
	font-size: 40px; 
}
.index-adopte-cartel-fund {
	font-family: 'Barlow-MediumItalic';
}	 
.index-adopte-chapeau {
	position: relative;
	margin-top: 30px;
	font-family: 'Nunito-ExtraBold';
	font-size: 40px;
	color: #86cfe7;
}
.index-adopte-chapeau-lieu {
	font-family: 'Wizzta';
	font-size: 64px;
	color: #86cfe7;	
	font-weight: normal;
}


/* PROTECTION DU DRAGONNIER */
#index-protection-video {
	position: absolute;
	right: 50px;
	width: 316px;height: 560px;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
#video-protection {
	position: absolute;
	top: 0;left: 0;
	width: 100%;height: 100%;
	z-index: 100;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
#index-protection-play {
	position: absolute;
	width: 88px;height: 88px;
	background-image: url(imgs/index-protection-play.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 200;
	opacity: 0.5;
	cursor: pointer;
	transition: all 0.2s ease-in;-webkit-transition: all 0.2s ease-in;-moz-transition: all 0.2s ease-in;
}
#index-protection-play:hover {
	opacity: 1;
}





/* EAU */
#index-eau {
	height: 860px;
	background-image: url(imgs/eau-fond.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
}




/* POESIE */
#index-poesie {
	position: relative;width: calc(100% + 100px);
	margin-top: -120px;
	margin-left: -50px;
	background-image: url(imgs/poesie-fond.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	z-index: 100;
}
#poesie-description {
	z-index: 500;
}

/* CONTACT */
#index-contact {
	padding: 100px 50px;
	background-image: url(imgs/contact-fond.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#index-contact .index-description { color:#fff; }
#index-contacts {
	
	margin-left: 50px;
}
.index-contact {
	position: relative;float: left;
	margin-right: 100px;
	margin-top: 50px;
}
.index-contact-picto {
	position: relative;display: inline-block;
	margin-right: 7px;
	width: 32px;height: 32px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.index-contact-bureau {
	font-family: 'Barlow-Bold';
	font-size: 36px;
	color: #fff;
}
.index-contact-lieu {
	font-family: 'Wizzta';
	font-size: 60px;
	color: #fff;	
}
.index-contact-telmail {
	font-family: 'Orkney-Light';
	font-size: 30px;
	color: #86cfe7;
}
.contact-photo { position: relative;width:100%;margin-bottom:25px; }
.contact-photo img { width:100%;height;auto; }
.contact-equipe { 
		position: relative;width:100%;margin-top:25px;
		font-family: 'Orkney-Light';
		font-size: 18px;
		line-height: 1.6em;
}



/* PARTENAIRE */
#index-partenaires img { max-height:100px;width:auto;/*max-width:250px;*/ }










/* ///////////////////////////////// 		

PAGE CONTENT

///////////////////////////////// */

.section {
	position: relative;
	padding: 50px 50px 50px 50px;
	margin-bottom:50px;
}



.section.default {
	padding-top: 75px;
	background-color: #f5f5f5;
	background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(245, 245, 245, 1) 66%);

}
.section.blue {
	/* 33%
	background: #FFFFFF;
	background: linear-gradient(180deg,rgba(255, 255, 255, 1) 20%, rgba(217, 240, 247, 1) 100%);
	*/
	/* 20% */
	background: #FFFFFF;
	background: linear-gradient(180deg,rgba(255, 255, 255, 1) 20%, rgba(231, 245, 250, 1) 100%);
	
	/* 12% 
	background: #FFFFFF;
	background: linear-gradient(180deg,rgba(255, 255, 255, 1) 20%, rgba(242, 249, 252, 1) 100%);
	*/
}
.section.green {
	/* 33%
	background: #FFFFFF;
	background: linear-gradient(180deg,rgba(255, 255, 255, 1) 20%, rgba(204, 229, 191, 1) 100%);
	*/
	/* 20%
	background: #FFFFFF;
	background: linear-gradient(180deg,rgba(255, 255, 255, 1) 20%, rgba(224, 239, 216, 1) 100%);
	*/
	/* 12%
	background: #FFFFFF;
	background: linear-gradient(180deg,rgba(255, 255, 255, 1) 20%, rgba(235, 245, 231, 1) 100%)
	*/
	background: #FFFFFF;
	background: linear-gradient(180deg,rgba(255, 255, 255, 1) 20%, rgba(241, 248, 236, 1) 100%);
}

.section-container img, .section-container video { max-width:100%; }
.section-container.columns img {
	position: relative;float: none;
	width: 100%;display: block;
	margin: 0 30px 30px 0;

}
.section-container.columns img.lgd {
	margin: 0 30px 0px 0;

}


.section-container {
	position: relative;
	max-width: var(--containerMaxWidth);
	margin: 0 auto;
	margin-top: 0;

	/*
	font-family: "costa", sans-serif;
	font-weight: 400;
	font-style: normal;
	*/
	font-family: 'Orkney-Regular';
	font-size: 18px;
	line-height: 1.3em;

	-webkit-columns: 1;
     -moz-columns: 1;
          columns: 1;
  	-moz-column-fill: balance;
       	column-fill: balance;
      column-gap: 50px;

      text-align:  justify;
	text-justify:  inter-word;
}

.section-container.columns {
	-webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  	-moz-column-fill: balance;
       	column-fill: balance;
      column-gap: 50px;
	  padding-bottom:30px;
}

.section-container .lgd { font-size:14px; }


.content {
	position: relative;
	/*
	font-family: "costa", sans-serif;
	font-weight: 400;
	font-style: normal;
	*/
	font-family: 'Orkney-Regular';
	font-size: 18px;
	max-width: 700px;
	
}

.content h3, .section-container h3 {
	/*
	font-family: "costa", sans-serif;
	font-weight: 700;
	font-style: normal;
	*/
	font-family: 'Nunito-ExtraBold';
	color: #4a8c1f;
	line-height: 1.2em;
	font-size: 20px;
}

.content h4 {
	/*
	font-family: eidetic-neo, serif;
	font-weight: 900;
	font-style: italic;
	*/
	font-family: 'Nunito-Bold';
	color: #7db03f;
	line-height: 1.2em;
	font-size: 18px;
	text-transform: uppercase;
}

.content .bold, .section-container .bold {
	font-family: 'Orkney-Bold';
}

.content-title {
	position: relative;
	padding-bottom: 50px;
	text-align:  left;
	text-justify:  normal;
	line-height: 2.5em;
}
h2 {
	position: relative;
	display: inline;
	margin: 0;
	padding-right: 30px;
	font-family: 'Barlow-SemiBold';
	/*
	font-family: "costa", sans-serif;
	font-weight: 800;
	font-style: normal;
	*/
	font-size: 56px;
	color: #000;
	text-align:  left;
	text-justify:  normal;
	
}
.content-subtitle {
	position: relative;
	display: inline;
	font-family: 'Orkney-Light';
	/*
	font-family: eidetic-neo, serif;
	font-weight: 900;
	font-style: normal;
	*/
	font-size: 36px;
}
.content-subtitle.blue {
	color: #6282cf;
}
.content-subtitle.green {
	color: #aacf61;
}

.section-box {
	position:relative;
	margin:50px auto;
	max-width:700px;
	font-family: 'Barlow-Medium';
	font-size: 20px;
	color: #000;
	line-height: 1.3em;
	padding:50px;
	background-color:#E0EFD8;
	-webkit-border-top-right-radius: 50px;
 	-moz-border-radius-topright: 50px;
 	border-top-right-radius: 50px;
}













/*
. . . . . . . . . . . . . . . . . 
. . . . . . . . . . . . . . . . . 
. . . . . . . . . . . . . . . . . 

ACTU

. . . . . . . . . . . . . . . . . 
. . . . . . . . . . . . . . . . . 
. . . . . . . . . . . . . . . . . 
*/

.actu {}
.actu-titre {
	position:relative;
	margin-bottom:30px;
	font-family: 'Nunito-ExtraBold';
	color: #4a8c1f;
	line-height: 1.2em;
	font-size: 36px;
}
.actu-titre a { 
	text-decoration: none;
	transition:all 0.2S ease-in;
}
.actu-titre a:link, .actu-titre a:visited { color:#5fb130; }
.actu-titre a:hover, .actu-titre a:active { color:#4a8c1f; }

.actu-desc {
	position:relative;
	margin-bottom:30px;
	font-family: 'Orkney-Light';
	font-size: 17px;
}
.actu-more {
	position:relative;
	margin-bottom:30px;
	font-family: 'Satoshi-Black';
	text-transform: uppercase;
	font-size: 14px;
	color:#88d0e6;
}
.actu-more a:link, .actu-more a:visited { color:#88d0e6; }
.actu-more a:hover, .actu-more a:active { color:black; }

.actu-sep {
	position:relative;
	margin-bottom:50px;
	height:2px;border-width:0;
	color: #D9F0F7;
	background-color: #D9F0F7;
}


/*
. . . . . . . . . . . . . . . . . 
. . . . . . . . . . . . . . . . . 
. . . . . . . . . . . . . . . . . 

GALERIE

. . . . . . . . . . . . . . . . . 
. . . . . . . . . . . . . . . . . 
. . . . . . . . . . . . . . . . . 
*/

#galerie {
	position:relative;
	margin-top:50px;
}

#vignette-vide { height:1px;border:solid 0px red; }
.vignette, .vignette-unit {
  position: relative;float: left;
  width: 24%;
  /* padding: 0 1% 30px 1%; */
  margin:0 0.5% 10px 0.5%;
  font-family: 'Orkney-Light';
  font-size: 13px;
  line-height: 1.3em;
  color: #5fb130;
}
.vignette img, .vignette-unit img { width: 100%;margin-bottom:8px; }





/*
. . . . . . . . . . . . . . . . . 
. . . . . . . . . . . . . . . . . 
. . . . . . . . . . . . . . . . . 

PIED

. . . . . . . . . . . . . . . . . 
. . . . . . . . . . . . . . . . . 
. . . . . . . . . . . . . . . . . 
*/

#pied {
	position: relative;margin-top: 100px;	
	width: 100%;height: 273px;
	background-image: url(imgs/entete-fond.jpg);
	background-repeat: repeat-x;
	border: solid 1px #fff;
}
#pied-elements {
	position: relative;
	margin-left: 367px;
	margin-top: 154px;
	width: 600px;
	height: 82px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#pied-elements div {
	font-family: 'Satoshi-Light';
	text-transform: uppercase;
	font-size: 12px;
	cursor: pointer;
}
#pied-elements a:link, #pied-elements a:visited { color: #46b609; }
#pied-elements a:hover, #pied-elements a:active { color: #55df0a; }

#pied-fleche-haut {
	position: absolute;
	bottom: 120px;right: 50px;
	width: 78px;height: 82px;
	display: flex;justify-content: center;align-items: center;
	cursor: pointer;
	opacity: 0.6;
	transition: all 0.2s ease-in;-webkit-transition: all 0.2s ease-in;-moz-transition: all 0.2s ease-in;
}
#pied-fleche-haut:hover { opacity:1; }
.fleche-st0 { 
	cursor: pointer;
	transition: all 0.2s ease-in;-webkit-transition: all 0.2s ease-in;-moz-transition: all 0.2s ease-in;
	stroke:#86C2DC;
}
.fleche-st0:hover {
	stroke:#55d5ff;
}

main#primary {
	position: relative;
	width: 100%;
	margin: 150px auto 0 auto;
	padding: 0 50px;
	font-family: 'Orkney-Light';
	font-size: 22px;
}
.entry-header h1.entry-title {
	font-family: 'Satoshi-Bold';
	font-size: 24px;
}
.entry-content {
	font-family: 'Orkney-Light';
	font-size: 22px;
}