/* @override 
	https://journal.image.ac/naturoetvous/assets/css/naturoetvous.css */
:root {
	--vert: #3f5e22;
	--vert-hover: #a4b685;
	--beige: #f6f1e6;
	--beige-zero: rgba(246, 241, 229, 0);
	--beige-deux: rgba(246, 241, 229, .2);
	--beige-deux: #fcfcf8;
	--beige-trois: rgba(246, 241, 229, .3);
	--beige-trois: #f9f7f1;
	--blanc: #fdfdfc;
	color: #f9f7f1;
}

body {
	
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	
	position: relative;
	background-color: var(--beige-deux);
}
@media (min-width: 638px) {
	/* Cette image mesure 638px de large */
	body {
		background-size: auto;
	}
}
body::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100vw;
	
	z-index: -1;
	
	background-image: url(../img/texture.png);
	background-position: center -50%;
	background-size: 100% auto;
	background-color: var(--beige);
}
.fond {
	width: 100vw;
	position: relative;
}
.fond::before {
	content: "";
	display: block;
	position: absolute;
	top: -25%;
	bottom: -25%;
	left: 50%;
	width: 100vw;
	transform: translate(-50%, 0);
	background-image: radial-gradient(ellipse farthest-corner, var(--beige) 0%, var(--beige-zero) 100%);
	z-index: -1;
}

@media (min-width: 576px) {
	 body::before { width: 70vw; }
	.fond::before { width: 70vw; }
}

@media (min-width: 768px) {
	 body::before { width: 550px; }
	.fond::before { width: 550px; }
}


pipette {
	color: #a4b685;
}
header {
	display: block;
	width: 100%;	
}


a {
	color: var(--vert);
}
a:hover {
	color: var(--vert-hover);
}

/* Image en haut et image en bas */

@media (max-width: 690px) {
	/* 690px est la largeur naturelle des images de décoration */
	.motifs-haut, .motifs-bas {
		width: 100vw;
		overflow: hidden;
		height: 215px;
	}
	.motifs-haut img {
		float: right;
	}
}
@media (max-width: 555px) {
	.motifs-haut img {
		margin-right: -135px;
	}
}
/* La Naturopathie */
section {
	width: auto;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
}
section ul {
	list-style: none;
	padding: 0;
	align-self: center;
	margin: auto;
}
section ul li { 
	text-align: center;
	padding-bottom: 18px;
}
section h2 {
	font-size: 24px;
	display: inline;
	margin: auto;
	align-self: center;
	text-align: center;
	padding-top: 20px;
}

hr {
	height: 30px;
	width: 100%;
	background-image: url(../img/feuille.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	border: none;
	
	margin: 7%;
}

/* Crhistelle */
h1 {
	text-align: center;
	font-size: 30px;
	padding: 0 5% 5%;
}
h1 small {
	display: block;
	font-size: 24px;
}
h1 small::before {
	/* Tiret */
	content: "";
	display: block;
	margin: 20px auto;
	width: 30px;
	height: 3px;
	background-color: var(--vert);
}


/* Coordonnées */


.coordonnees {
	text-align: center;
	/* Pour le petit bloc blanc */
}

address {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	
	max-width: 100vw;
}

address.postale {
	background-color:var(--blanc);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
	padding: 130px 30px 15px;
	margin-top: -130px;
	margin-right: auto;
	position: relative;
	z-index: 0;
	
	flex-direction: column;
	
	display: inline-block;
	margin-left: auto;
}
address.contact {
	position: relative;
	z-index: 1;
}
address.postale p {
	cursor: pointer;
}
address.postale p:hover {
	cursor: pointer;
	color: var(--vert-hover);
}
address.postale p small {
	display: block;	
	text-align: right;
	font-size: 12px;
}

svg#logoCreno {
	width: 40px;
	display: block;
	margin: auto auto 10px;
	
	display: none;
}
#gpsApp {
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
	display: none;
}
#gpsApp a {
	display: inline-block;
	text-align: center;
	font-size: 12px;
	margin-right: 15px;
	margin-left: 15px;
	width: calc(40% - 30px);
}
#gpsApp a::before {
	content: "";
	background-color: var(--beige);
	display: block;
	width: 60px;
	height: 60px;
	margin: auto;
	border-radius: 10px;
	
	background-size: contain;
}
#gpsApp a#applePlan::before {
	background-image: url(../img/appIcon_applePlan.jpg);
}
#gpsApp a#googleMap::before {
	background-image: url(../img/appIcon_googleMap.jpg);
}
@media (min-width: 768px) {
	
	
}

/* Logo organismes et formation ou diplomes */
.logos {
	padding: 5%;
	max-width: 800px;
	margin: auto;
	position: relative;

	background-color: var(--beige-trois);
	margin-top: 70px;
	margin-bottom: 60px;
	
/*	transform: rotate(-1deg);
	transform-origin: 50% 15px;*/
}
.logos:before {
	content: "";
	display: block;
	position: absolute;
	top: 20px; right: 20px; bottom: 20px; left: 20px;
	border: 1px solid var(--vert);
	opacity: .3;
	/*background-color: var(--beige);*/
}
.logos img {
	width: 100px;
	margin-right: auto;
	display: block;
	margin-left: auto;
}
.logos .diplomes li:nth-of-type(even) img {
	transform: scale(-1, 1);
}

.logos .organisations img {
	width: 150px;
	margin-bottom: 15px;
	margin-top: 30px;
}

.logos ul img {
	width: 20px;
}
.logos ul span::before {
	content: "";
	border-top: 1px solid var(--vert);
	display: block;
	width: 100px;
	margin: auto;
	padding-bottom: 10px;
	opacity: .3;
}

.logos dl {
	/*transform: scale(.8);*/
}
.logos dl,
.logos ul {
	text-align: center;
	font-size: 12px;
	margin: auto;
}
.logos ul.diplomes {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	justify-content: center;
	align-items: baseline;
}
.logos ul.diplomes li {
	width: 100%;
	padding-top: 20px;
	padding-right: 15px;
	padding-left: 15px;
}
@media (min-width: 500px) {
	.logos ul.diplomes li {
		width: 40%;
	}
}
a.jsToggleMentionsLegales {
	font-size: 12px;
}
footer {
	font-size: 14px;
	text-align: center;
	padding: 30px 30px 0;
}
footer > span, 
fooetr > a {
	white-space: nowrap;
	display: block;
}

aside#mentionslegales {
	display: none;
	background-color:var(--blanc);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
	padding: 30px;
	margin: 40px auto;
	position: relative;
	
	max-width: 300px;
	
	text-align: left;
}
dt {
	padding-top: 20px;
}
dd {}


/* Coordonnées protégées */
.protectedCoordonnees {
	position: relative;
	z-index: 2;
}
.protectedCoordonnees a,
.protectedCoordonnees span.likeA {
	/* Span || a */
	display: block;
	padding: 30px 15px;

	text-align: center;
	color:var(--blanc);
	
	border-radius: 5px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.29);

	background: linear-gradient(160deg, #a4b586 0%, #636a40 100%);
	background-size: 100% 100%;

	transition: background-size .3s ease-in-out 0s,
				opacity 1s ease-in-out 0s;
	
	margin-bottom: 10px;
	cursor: pointer;
}
.protectedCoordonnees > *:hover {
	color:var(--blanc);
	background-size: 200% 200%;
	transition: background-size .6s ease-in-out 0s;
	text-decoration: none;
}
.protectedCoordonnees > * small {
	display: block;
	font-size: 12px;
}
.protectedCoordonnees > *:hover small {
	text-decoration: underline;
}

.protectedCoordonnees > * i {
	/* Icones */
	display: block;
	margin: 10px auto 7px;

	font-size: 24px;
	width: 30px;
	height: 30px;
	line-height: 30px !important;
}
.protectedCoordonnees.done {
	display: flex;
	justify-content: space-around;
	flex-wrap: nowrap;
	min-width: 370px;
}

.protectedCoordonnees.done span.likeA {
	display: none;
}
.protectedCoordonnees.done a {
	width: calc(50% - 10px);
}

#cta a {
	opacity: 0;
}
#cta.done a {
	opacity: 1;
	transition: opacity 1s ease-in-out 0s;
}

.txt-center {
	text-align: center;
}
.note {
	font-size: 16px;
	font-weight: normal;
}

/* Fonts system */
/* Normal Weight */
@font-face {
  font-family: 'basker';
  src: url('../fonts/QTBasker.woff2') format('woff2'),
       url('../fonts/QTBasker.woff') format('woff'),
       url('../fonts/QTBasker.otf') format('otf');
  font-weight: normal;
  font-style: normal;
}

/* Bold Weight */
@font-face {
  font-family: 'baskerBold';
  src: url('../fonts/QTBasker-Bold.woff2') format('woff2'),
       url('../fonts/QTBasker-Bol.woff') format('woff'),
       url('../fonts/QTBasker-Bol.otf') format('otf');
  font-weight: bold;
  font-style: normal;
}
/* Bold Italic */
@font-face {
  font-family: 'baskerItalic';
  src: url('../fonts/QTBasker-Italic.woff2') format('woff2'),
       url('../fonts/QTBasker-Italic.woff') format('woff'),
       url('../fonts/QTBasker-Italic.otf') format('otf');
  font-weight: bold;
  font-style: normal;
}
body,
h1 {
	font-family: basker, Georgia, "Times New Roman", Times, serif;
}
h1 small {
	font-family: baskerItalic, Georgia, "Times New Roman", Times, serif;
}

.edu-sa-hand-300 {
  font-family: "Edu SA Hand", cursive;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.sans-serif,
footer,
address a,
.logos dl,
.logos ul,
.protectedCoordonnees > * {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-family: "Edu SA Hand", cursive;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	
}
