@font-face {
    font-family: 'quicksandregular';
    src: url('../font/quicksand-regular-webfont.woff2') format('woff2'),
         url('../font/quicksand-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'celliadregular';
    src: url('../font/celliad-webfont.woff2') format('woff2'),
         url('../font/celliad-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'balooregular';
    src: url('../font/Baloo-Regular-webfont.eot');
    src: url('../font/Baloo-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/Baloo-Regular-webfont.woff2') format('woff2'),
         url('../font/Baloo-Regular-webfont.woff') format('woff'),
         url('../font/Baloo-Regular-webfont.ttf') format('truetype'),
         url('../font/Baloo-Regular-webfont.svg#balooregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('../font/OpenSans-Regular-webfont.eot');
    src: url('../font/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/OpenSans-Regular-webfont.woff2') format('woff2'),
         url('../font/OpenSans-Regular-webfont.woff') format('woff'),
         url('../font/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../font/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'playfair_displayregular';
    src: url('../font/playfairdisplay-regular-webfont.woff2') format('woff2'),
         url('../font/playfairdisplay-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.disclaimer{
    display: none;
}

*{
  box-sizing:border-box;
}

@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700,700i');

body {
    font-family: 'quicksandregular';
    font-size: 14px;
    margin: 0;
background-color: #ffffff;
background-image: url("data:image/svg+xml,%3Csvg width='100' height='20' viewBox='0 0 100 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.184 20c.357-.13.72-.264 1.088-.402l1.768-.661C33.64 15.347 39.647 14 50 14c10.271 0 15.362 1.222 24.629 4.928.955.383 1.869.74 2.75 1.072h6.225c-2.51-.73-5.139-1.691-8.233-2.928C65.888 13.278 60.562 12 50 12c-10.626 0-16.855 1.397-26.66 5.063l-1.767.662c-2.475.923-4.66 1.674-6.724 2.275h6.335zm0-20C13.258 2.892 8.077 4 0 4V2c5.744 0 9.951-.574 14.85-2h6.334zM77.38 0C85.239 2.966 90.502 4 100 4V2c-6.842 0-11.386-.542-16.396-2h-6.225zM0 14c8.44 0 13.718-1.21 22.272-4.402l1.768-.661C33.64 5.347 39.647 4 50 4c10.271 0 15.362 1.222 24.629 4.928C84.112 12.722 89.438 14 100 14v-2c-10.271 0-15.362-1.222-24.629-4.928C65.888 3.278 60.562 2 50 2 39.374 2 33.145 3.397 23.34 7.063l-1.767.662C13.223 10.84 8.163 12 0 12v2z' fill='%239C92AC' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E");
position: relative;
}

a {
	color: #DB33C3;
}

a:hover {
	 color: #9fe0b4;
}

main {
    background-color: #fff;
    display: block;
    width: 80%;
	min-width: 700px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 1px 1px 15px 1px #D9D9D9;
	text-align: center;
}

main p {
    margin-top: 0;
    padding-top: 1.5em;
}

header {
padding-bottom:1em;
color: #7acec3;
font-size: 1.2em;
background: #EFE6F0;
background: -webkit-repeating-linear-gradient(to top, #EFE6F0 0%, #CBE6E3 100%);
background: -moz-repeating-linear-gradient(to top, #EFE6F0 0%, #CBE6E3 100%);
background: repeating-linear-gradient(to top, #EFE6F0 0%, #CBE6E3 100%);
}

header p {
	text-align: center;
	margin: 0;
}

#header {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 40%;
    max-width: 350px;
}

.header-img {
    width:100%;
    height:auto;
    }

blockquote {
	font-size: 1.6em;
	font-weight: 400;
	max-width: 60%;
	line-height: 1.2;
	position: relative;
	margin: 0 auto;
	padding: 0.5em;
	color: #b296c0;
	letter-spacing: -1px;
	text-align: justify;
}

blockquote:first-letter {
color: #8570a9;
font-size: 2em;
font-style: italic;
}

blockquote:before,
blockquote:after {
	position: absolute;
	color: #88b99b;
	font-size: 5em;
	font-family: 'playfair_displayregular';
}

blockquote:before {
	content: '\201c';
	left: -2rem;
	top: -1rem;
}

blockquote:after {
	content: '\201d';
	right: -3rem;
	bottom: -4rem;
}

cite {
	margin-left: 50%;
	font-size: 0.9em;
	color: #9da2a6;
	margin-botton: 1.5em;
}

/* ==============================
   ENCART : ÉDITION LACTÉE
   ============================== */

/* Conteneur principal */
.edition-lactee {
  width: 90%;
  max-width: 760px;
  margin: 20px auto;
  padding: 16px;
  border: 2px solid #9c86c8;
  border-radius: 14px;
  text-align: center;
}

/* Titre */
.edition-lactee__title {
  margin-top: 0;
  margin-bottom: 10px;
  color: #6bbdb5;
  font-size: 1.8em;
}

/* Layout image + texte */
.edition-lactee__content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
  justify-content: center;
}

/* Image de couverture */
.edition-lactee__image {
  width: 160px;
  border-radius: 8px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
  margin-bottom : 16px;
}

/* Bloc texte */
.edition-lactee__text {
  max-width: 420px;
  text-align: left;
}

/* Texte */
.edition-lactee__text p {
  margin-top: 0;
  margin-bottom: 12px;
  color: #5e5e5e;
  line-height: 1.5;
}

/* Bouton */
.edition-lactee__button {
  display: inline-block;
  margin: 10px auto 0;
  padding: 12px 26px;
  background-color: #9c86c8;
  color: #ffffff;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 600;
}

/* ==============================
   ENCART HELLOASSO
   ============================== */

.helloasso_wrap
{
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  width: 90%;
}

.helloasso
{
	display: inline-block;
	width: auto;
	margin: 0 auto;
}

form {
  	color: #555;
  	display: block;
  	padding: 0;
  	margin-left: 1em;
  	width: 60%;
  	max-width: 500px;
	}

form.search-box-pc {
	width: 100%;
	margin: 0.5em auto;
}

	form.search-box {
		display: none;
	}

label {
/* haut | droit | bas | gauche */
	margin: 0.5em 0 0 0;
	display: block;
	font-weight: bold;
}
.magazine {
  width: 90%;
  text-align: center;
  	margin: 0 auto;
}

.magazine img {
		max-width: 30%;
		display: inline;
	border-radius: 1em;
	border: 1px solid white;
	margin-bottom: 0.5em;
}

.visuels {
box-shadow: 0px 0px 0px 10px #e8d4fd;
  transition: box-shadow 0.1s linear;
  margin:1.5em;
  padding: 1em;
  border-radius:0.5em;
}

.visuels:hover {
	box-shadow: 0px 0px 0px 15px #e8d4fd;
}

#menugauche{
    font-size: 1.2em;
    color: #fff;
    position: fixed;
    left: 0;
    top: 5%;
    height: auto;
    z-index: 4;
    width: 25vw;
    margin-top: 0;
    background-color: #fff;
    padding-top: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
    border-radius: 0em 1em 1em 0em;
    box-shadow: 1px 1px 5px 1px #D9D9D9;
}

#menugauche a{
    color: #fff;
    text-decoration: none;
}

input, textarea {
font-family: 'quicksandregular';
font-size: 0.9em;
margin: 0;
}


/* formulaire alt'ouil */
.formTL {
	display: block;
	width: 95%;
	font-size: 1em;
}

.formTL h6 {
		display: block;
}

.formTL .input_button {
	background-color: #9fe0b4;
	border: none;
	font-size: 0.9em;
	font-weight: bold;
}

.formTL .input_button:hover {
	background-color: #b592ba;
	border: none;
}

/* fin formulaire altouil */

.input_text {
    padding: 0.6em;
	border: 1px solid #A296BA;
    border-radius: 0.5em 0.5em 0.5em 0.5em;
    width: 90%;
    font-size: 0.9em;
    margin-top: 1em;
    }

.input_button {
    background-color: #A296BA;
    color: #fff;
	border: 1px solid #A296BA;
    border-radius: 0.5em 0.5em 0.5em 0.5em;
    margin-top:0.5em;
	padding: 0.5em;
	font-size: 0.9em;
    }

.input_button:hover {    
    background-color: #addbb0 ;
    color: #fff;
    border: 1px solid #addbb0;
    border-radius: 0.5em 0.5em 0.5em 0.5em;
    cursor: pointer;
    }
    
main nav {
		font-family: 'quicksandregular';
        width: 100%;
        display: inline-block;
        text-align: center;
   		color:  #8570A9;
    	font-size: 1.6em;
        margin: 0;
        padding: 0;
  		box-shadow: 0px 1px 5px 1px #D9D9D9;
		background-color: #fff;
		z-index:3;
		opacity:1;
    }

main nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
        width: auto;
    }
main nav ul li {
        display: block;
        position: relative;
		float: left;
		padding-right: 20px;
		padding-left: 20px;
		text-align: center;
		background-color: #fff;
		z-index:3;
		opacity:1;
    }

main nav li ul {
    	font-family: 'quicksandregular';
        display: none;
        min-width: 200px;
        font-size: 0.7em;
		background-color: #fff;
		border-bottom: 1px solid #D9D9D9;
		border-left: 1px solid #D9D9D9;
		border-right: 1px solid #D9D9D9;
		background-color: #fff;
		z-index:3;
		opacity:1;
    }

main nav ul li a {
        display: block;
        text-decoration: none;
        color:  #8570A9;
        padding: 8px 4px 8px 4px;
        white-space: nowrap;
		text-align: left;
		z-index:3;
		opacity:1;
    }

main nav ul li a.submain {
        display: block;
        text-decoration: none;
        color:  #8570A9;
        padding-left: 10px;
        white-space: nowrap;
		font-weight: bold;
		background-color: #fff;
		z-index:3;
		opacity:1;
				
    }

main nav ul li a:hover {
color: #b592ba;
    }

main nav li:hover ul {
        /* Ici lï¿½affichage du sous-menu */
        display: block;
        position: absolute;
    }

main nav li:hover li {
        float: none;
    }

main nav li:hover a {
        background-color: #fff;
    }

main nav li:hover li a:hover {
        color: #9fe0b4;
    }

section.contenu {
    padding-top: 1.5em;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display:block;
    z-index: 1;
}

	article {
    	width: 100%;
    	display: block;
    	margin:0;
    	color: #061422;
	}
	
		.right-aside {
		width: 100%;
    	display: block;
    	margin-right: 0;
    	vertical-align: top;
    	margin-left:0;
    	color: #061422;
    	background-color: transparent;
	}

.right-aside a {
	text-decoration: none;
}

	.aside {
	display: block;
	width: auto;
	margin-bottom: 3em;
	font-size: 1.1em;
	text-align: left;
}

.aside b {
		font-weight: bolder;
	}

.navbar {
  display: none;
  background-color: #f4fcfb;
}


.gallery_container {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

	.gallery {
  flex-grow:1;
  margin: .2rem;
  overflow: hidden;
  max-height: 250px;
	}
	
	.gallery img{
  display: block;
  min-width: 100%;
  cursor:pointer;
	opacity:0.6;
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}

.gallery img:hover {
	opacity:1;
	}


.left {
	vertical-align: top;
	width: 30%;
}

.left .cons {
margin: 0 10px 10px 0;
	box-shadow: 1px 1px 15px 1px #D9D9D9;
	opacity:0.6;
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
	width: 100%;
	float: left;
	padding: 0.5em;
	}
	
.left .cons:hover {
	opacity:1;
	}

.right {
	vertical-align: top;
	text-align: justify;
	font-size: 1.2em;
}
article p {
	margin-top: 0.5em;
}

.infos {
    font-family: 'quicksandregular';
    z-index: 2;
    color: #CD6CDC;
}

div.article {
margin: 1em;
text-align: left;
padding-left: 0em;
height: auto;
}

p.intro {
font-family: Calibri;
	color: #b642d8;
	font-size: 1.4em;
	text-align: center;
	font-weight: normal;
	}

div.article-wrap {
	display:flex;
  flex-wrap:wrap;
  gap: 2em 2em;
  justify-content: center;
  margin-bottom: 2em;
  margin-top: 2em;
    	color: #555;
}

.divider {
	width: 80%;
	max-width: 800px;
	margin: 0 auto;
	display: block;
}

.divider img {
	width: 100%;
}

.wrap-title-container {
width: 100%;
display: flex;
}

.goutte{
width: 10%;
display: inline;
}

.goutte img{
width: 100%;
}

.wrap-title{
width: 90%;
display: inline;
}


.back {
	background-color: #e3e0eb;
	padding: 0.2em;
	margin-left: 1em;
	border: 1px solid #e3e0eb;
	border-radius: 0.5em;
	text-transform: uppercase;
	font-size: 0.9em;
	width: 30%;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #826fb0;
}

.back a {
	color: #9da2a6;
	text-decoration: none;
}

.back a:hover {
	color: white;
}

.cat{
	margin: 0 auto;
	font-size: 1.1em;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #826fb0;
}

hr {
border : 0;
height: 3px; 
background-image: linear-gradient(to right, rgba(185, 225, 200, 0), rgba(185, 225, 200, 0.75), rgba(185, 225, 200, 0));

}

.back-all {
	background-color: #e3e0eb;
	padding: 0.2em;
	margin: 0 auto;
	border: 1px solid #e3e0eb;
	border-radius: 0.5em;
	text-transform: uppercase;
	font-size: 0.9em;
	width: 70%;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #826fb0;
}

.back-all a {
	color: #9da2a6;
	text-decoration: none;
}

.back-all a:hover {
	color: white;
}

.ta-wrap {
	display: block;
	width: 90%;
	margin: 0 auto;
	color: #9da2a6;
	font-weight: lighter;
	text-align: justify;
	margin-top:1em;
}

.ta-wrap img {
width: 80%;
	border-radius: 3em;
	margin: 0 auto;
}

.ta-wrap-mobile {
	display: none;
}

div.article p {
    margin-top: 0;
    padding: 0;
}

.last {
	font-size:1em;
   max-width:45%;
	flex-grow:1;
   box-shadow: 1px 1px 5px 1px #DAD3E6;
	font-weight: normal;
	text-align: left;
	padding: 1em;
}

.content img {
max-width: 80%;
height: auto;
float: none;
margin: 0em 1em 1em 0em;
border-radius: 1.5em;
-webkit-box-shadow: 2px 2px 8px 1px rgba(156,125,156,0.7);
-moz-box-shadow: 2px 2px 8px 1px rgba(156,125,156,0.7);
box-shadow: 2px 2px 8px 1px rgba(156,125,156,0.7);
}

.content li {
	padding-bottom: 1em;
}

.content ul li {
	padding-bottom: 0.5em;
}

.last div a {
	font-size: 1em;
	font-weight: bold;
	color: #DB33C3;
	text-decoration: none;
	padding-top: 1em;
	margin-left: 0;
	padding-left: 0;
	text-align: left;
	list-style: none;
	display: block;
} 

.last div a:hover {
	color: #F94BE0;
	text-decoration: none;
} 

div.search-wrap {
display:flex;
  flex-wrap:wrap;
  gap: 2em 2em;
  justify-content: left;
  margin-bottom: 2em;
}

div.search {
	font-size: 0.9em;
   max-width:45%;
  flex-grow:1;
   box-shadow: 1px 1px 5px 1px #DAD3E6;
	font-weight: normal;
	text-align: left;
	padding: 1em;
}


div.search img {
display: none;
}

.search-title {
	color: #9da2a6;
	font-size: 1.5em;
	text-align: center;
}

.loupe {
color: #491955;
font-size: 1.6em;
}

div.search img:hover {
	box-shadow: 0px 0px 0px 0px;
}

div.search div a {
	font-size:1.2em;
	font-weight: bold;
	color: #DB33C3;
	text-decoration: none;
} 

div.search div a:hover {
	color: #F94BE0;
	text-decoration: none;
} 

ul.date  {
	margin:0;
	padding: 0;
	padding-bottom: 1em;
	text-align: left;
	color: #9da2a6;
	font-size: 0.9em;
}

ul.date li {
	list-style: none;
	display: inline;
}

ul.date li b {
	color: #c3bde6;
}

p.annonce {
color: #41403E;
font-family: 'quicksandregular';
font-size: 1.1em;
}

p.annonce img {
float: left;
padding-right: 2em;
padding-bottom: 1em;
padding-top: 0.5em;
box-shadow: 0px 0px 0px 0px;
border: 0;
}

p.annonce img:hover {
float: left;
padding-right: 2em;
padding-bottom: 1em;
padding-top: 0.5em;
box-shadow: 0px 0px 0px 0px;
border: 0;
}

p.temoignage img {
border-radius: 1.5em;
float: left;
padding: 1em;
}

p.temoignage {
color: #8570A9;
font-family: 'quicksandregular';
font-size: 1.2em;
font-style: italic;
background-color: #EDE2F1;
}



h1 {
    color: #635a91;
    font-family: 'balooregular';
    font-size: 1.6em;
    padding:0em;
    margin:0em;
    font-weight: lighter;
	padding-bottom: 0.4em;
}

h2 {
font-family: 'balooregular';
color: #644496;
    font-size: 1.5em;
    font-weight: lighter;
	margin: 0;
	padding-bottom: 0.8em;
	padding-top: 2%;
	line-height: 100%;
}

h3 {
    color: #88b99b;
    font-family: 'quicksandregular';
    font-size: 1.3em;
    padding-top: 0.5em;
    margin:0em;
	padding-bottom: 0.4em;
}

h4 {
    color: #b296c0;
    font-family: 'quicksandregular';
    font-size: 1.3em;
    margin:0em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

h5 {
    color: #c3bde6;
    font-family: 'quicksandregular';
    font-size: 1.2em;
    margin:0em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

h6 {
    color: #D39EE4;
    font-family: 'quicksandregular';
    font-size: 1.2em;
    margin:0;
	padding-top: 0.5em;
		padding-bottom: 0.5em;
}



.auteur{
    color: #B74095;
    font-family: 'quicksandregular';
    font-size: 1.4em;
    margin:0em;
	padding:0;
	display: inline-block;
	vertical-align: middle;
}


.titre {
    color: #40b7ad;
    font-family: 'quicksandregular';
    font-size: 1.3em;
	text-transform: uppercase;
	font-weight: bold;
}

.titre a {
    color: #40b7ad;
	text-decoration: none;
}

.titre a:hover {
    color: #e43181;
}

p.warning {
	font-weight: bold;
	color: red;
}

p.sucess {
	font-weight: bold;
	color: #db33c3;
	text-align: center;
	font-size: 1.2em;
	padding: 1em;
}
	
footer {
background: rgb(206,199,241);
background: linear-gradient(0deg, rgba(206,199,241,0.5) 0%, rgba(255,255,255,1) 100%);
	margin:0;
	padding:1em;
}

.footer {
	color: #654e9b;
	font-family: 'celliadregular';
    font-size: 2.5em;
	text-align: center;
	padding:0;
	margin-top:2em;
	font-style : normal;
    font-variant : normal;
    font-weight : normal;
	text-decoration : none;
}

.footer i {
	color: #B74095;
	font-family: 'quicksandregular';
   font-size: 10px;
}

.footer .footerTXT {
font-family: 'quicksandregular';
	color: #E036AC;
	font-size: 10px;
}
.error {
	color: #E036AC;
    font-size: 2em;
	text-align: center;
	margin-top:3em;
}

	.container {
  	display: none;
	}

	#button {
  display: inline-block;
  background-color: #b592ba;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 30px;
  position: fixed;
  bottom: 30px;
  margin: 0 auto;
  transition: background-color .7s, 
    opacity .7s, visibility .7s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #aaeabf;
}
#button:active {
  background-color: #aaeabf;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

section div {
	display: block;
}

/* Overlay des guides ------------- DEBUT */

.guide-wrap {
display:flex;
  flex-wrap:wrap;
  gap: 1em 1em;
  justify-content: center;
}

.guide-box {
	display: inline-block;
    width: 220px;
    height: 320px;
    padding: 10px;
    margin: 8px;
    border: 1px solid #a58abd;
    box-shadow: 5px 5px 5px rgba(154, 125, 181,0.5);
    border-radius: 5px;
    vertical-align: top;
}

.guide-box div {
    text-align:center;
    width: 100%;
    height: 140px;
}

.guide-box h2 {
    font-size: 1.8em;
    color: #4a355e;
	padding: 0.3em 0.3em 0em 0.3em;
}

.guide-box div p {
font-family: 'playfair_displayregular';
    font-size: 1.1em;
    color: #654E9C;
    padding: 0em 0em 0.3em 0em;
    font-weight: bold;
    letter-spacing: 2px;
}

.guide a, img {
vertical-align: middle;
}

/* Overlay des guides ------------- FIN */

/* Tablettes (portrait and landscape) ----------- */
@media all and (max-width : 1383px)
{
    main nav ul li {
		padding-right: 0.5em;
		padding-left: 0.4em;
    } 
    
    div.search-wrap {
	justify-content: center;
	}

    div.search {
	font-size: 1em;
   max-width:90%;
	} 
	
	.back {
	margin-left: 1em;
	width: 60%;
	}
	
}

  
/* Tablettes (portrait and landscape) ----------- */
@media all and (min-width: 740px) and (max-width : 1317px)
{
body {
		    	font-size:14px;
	}
	
	main {
    	background-color: #fff;
    	display: block;
    	width: 95%;
		min-width: 310px;
    	margin-left: auto;
    	margin-right: auto;
    	box-shadow: 1px 1px 15px 1px #D9D9D9;
		text-align: center;
	}

	header {
		font-size: 12px;
	}
	
#header {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 100%;
}

.header-img {
    width:100%;
    height:auto;
    margin-top: 1em;
    }
	
    	main nav ul li {
			font-size: 0.8em;
    	}  
      
    	main nav li ul {
    	min-width: 100px;
    	font-size: 0.9em;
    	}
    	
    #menugauche {
    	display: none;
    }

	.menu {
			font-size: 24px;
		}
		
	.ta-wrap img {
	border-radius: 2em;
	width: 100%;
	}
	
	.last {
		font-size: 14px;
	}
	
	.content img {
	max-width: 80%;
	height: auto;
	display: block;
	margin: 0 auto;
	float: none;
	border-radius: 1.5em;
	-webkit-box-shadow: 2px 2px 8px 1px rgba(156,125,156,0.7);
	-moz-box-shadow: 2px 2px 8px 1px rgba(156,125,156,0.7);
	box-shadow: 2px 2px 8px 1px rgba(156,125,156,0.7);
	}
		
   .container {
  	display: flex;
  	flex-direction: column;
  	justify-content: center;
  	align-items: stretch;
  	margin-top: 0.5em;
	}
	
	form {
  	margin-left: 0.5em;
  	width: 50%;
  	min-width: 500px;
	}
	
	form.search-box {
		display: flex;
		margin: 0.5em auto;
		width: 80%;
	}

	input[type="search"] {
  	border: none;
  	background: transparent;
  	margin: 0;
  	padding: 0.8em;
  	color: inherit;
  	border: 2px solid #cec7f1;
  	border-right: 0;
  	border-radius: 0.8em 0em 0em 0.8em;
  	width: 100%;
	}

	input[type="search"]::placeholder {
  	color: #bbb;
	}

	button[type="submit"] {
  	text-indent: -999px;
  	overflow: hidden;
  	vertical-align: middle;
  	width: 10%;
  	padding-right: 1.5em;
  	margin: 0;
  	border: 2px solid #cec7f1;
  	border-left: 0;
  	border-radius: 0em 0.8em 0.8em 0em;
  	background-image: url(../images/search.svg);
  	background-repeat: no-repeat;
  	background-position: center;
  	cursor: pointer;
	}

	button[type="submit"]:hover {
  	background-image: url(../images/search2.svg);
  	background-repeat: no-repeat;
  	background-position: center;
	}

	button[type="submit"]:focus,
	input[type="search"]:focus {
  	outline: none;
	} 
	
	.guide-wrap {
	display:flex;
  	flex-wrap:wrap;
  	gap: 1em 1em;
  	justify-content: center;
	} 
	
}
	
/* FIN Tablettes (portrait and landscape) ----------- */

/* DEBUT Smartphone et Tablettes (portrait and landscape) ----------- */
@media all and (max-width : 1000px){
/* MENU MOBILE */
	.navbar {
  	width: 100%;
  	display: flex;
  	height: auto;
  	padding: 0;
  	background-color: #d7d1e9;
	}	
	
	.container {
  	width: 100%;
  	padding: 0.5em;
  	display: flex;
	}

	.nav-container {
	}

	.navbar .nav-container a:hover{
		border-bottom: 3px dashed #fff;    
	}

	.nav-container {
  	display: block;
  	position: relative;
	}

	.nav-container .checkbox {
  	position: absolute;
  	display: block;
  	height: 60px;
  	width: 80px;
  	left: 15px;
  	z-index: 7;
  	opacity: 0;
  	cursor: pointer;
	}

	.nav-container .hamburger-lines {
  	z-index: 6;
  	color: #654e9b;
  	display: flex;
   align-items: center;
	}
	
	.nav-container .hamburger-lines .hamb {
 	width: 45px;
 	margin-left: 10px;
 	display: inline-block;
	}
	
	.nav-container .hamburger-lines .hamb img {
 	width: 100%;
	}

	.logo {
  	left: 70px;
  	text-transform: uppercase;
  	font-weight: bolder;
  	font-size: 2.5rem;
  	color: #654e9b;
	height: 100%;
	margin-left: 10px;
	display: inline-block;
	}

	/* CLOSE MENU */
		.nav-container .hamburger-close {
  	z-index: 6;
  	color: #654e9b;
  	display: none;
   align-items: center;
   position:fixed;
   top: 0.5em;
	}
	
	.nav-container .hamburger-close .hamb-close {
 	width: 45px;
 	margin-left: 10px;
 	display: inline-block;
	}
	
	.nav-container .hamburger-close .hamb-close img {
 	width: 100%;
	}

	.logo-close {
  	left: 70px;
  	text-transform: uppercase;
  	font-weight: bolder;
  	font-size: 2.5rem;
  	color: #654e9b;
	height: 100%;
	margin-left: 10px;
	display: inline-block;
	}
/* FIN CLOSE MENU */

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines {
	display: none;
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-close {
	display: flex;
}

	.menu-items {
  	height: 100%;
  	min-height: 450px;
  	width: 100%;
  	transform: translate(-150%);
  	margin: 0 auto;
  	padding: 0;
  	transition: transform 0.4s ease-in-out;
  	text-align: left;
  	overflow-y: auto;
  	overflow-x: hidden;
  	top: 0;
  	left: 0;
  	z-index: 5;
  	background-color: #CEC7F1;
  	display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: column;
    position: fixed;
	}

	.menu-items li {
  	font-size: 1.5em;
  	font-weight: 500;
  	margin: 0.5em;
  	text-align: left;
  	 display: flex;
  	 list-style: none;
  	padding: 0.5rem;
  	position: static;
	}
	
	.menu-items li a {
  	background-color: #CEC7F1;
  	text-decoration: none;
  	color: white;
  	font-weight: 500;
  	text-transform: uppercase;
  	font-weight: bolder;
  	letter-spacing: 0.3rem;
  	border-bottom: 3px dashed transparent; 
  	margin-left: 0.5em;  
	}

	.nav-container input[type="checkbox"]:checked ~ .menu-items {
  	transform: translateX(0);
	}

/* FIN MENU MOBILE */	
}
/* DEBUT Smartphone et Tablettes (portrait and landscape) ----------- */

/* DEBUT Smartphone et Tablettes (portrait and landscape) ----------- */
@media all and (max-width: 741px){

body {
		    	font-size:14px;
		    	font-family: 'open_sansregular', sans-serif;
	}
	
	main {
    	background-color: #fff;
    	display: block;
    	width: 95%;
		min-width: 310px;
    	margin-left: auto;
    	margin-right: auto;
    	box-shadow: 1px 1px 15px 1px #D9D9D9;
		text-align: center;
	}

	header {
		font-size: 16px;
	}
	
#header {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 100%;
}

.header-img {
    width:80%;
    height:auto;
    margin-top: 1em;
    }

blockquote {
	max-width: 80%;
	font-size: 1em;
}

blockquote:before,
blockquote:after {
	font-size: 4em;
}

blockquote:before {
	content: '\201c';
	left: -1rem;
	top: -0.5rem;
}

blockquote:after {
	content: '\201d';
	right: -1.5rem;
	bottom: -2rem;
}

.helloasso_wrap
{
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  width: 95%;
}

cite {
text-align: right;
	font-size: 0.8em;
	color: #9da2a6;
}

p.intro {
	font-size: 1.2em;
}

div.article-wrap {
	display:block;
  	margin-top: 2em;
  	color: #555;
	}
	
.last {
		font-size: 14px;
   	width: 95%;
   	max-width: none;
   	margin: 0 auto;
   	margin-bottom: 1.5em;
		height: auto;
		min-height: inherit;
		vertical-align: top;
	}
	
.ta-wrap {
	display: none;
}

.ta-wrap-mobile {
	display: block;
	width: 90%;
	margin: 0 auto;
	color: #9da2a6;
	font-weight: lighter;
	text-align: justify;
	margin-top: 1em;
}

.ta-wrap-mobile img {
	width: 100%;
	border-radius: 2em;
	margin: 0 auto;
}
	
h1 {
    font-size: 1.8em;
    line-height: 1em;
}

.goutte{
display: none;
}

.back {
	text-align: center;
	font-size: 0.9em;
	margin: 0 auto;
	font-weight: bold;
	letter-spacing: 0.2em;
	width: auto;
}

.back a {
	color: #9da2a6;
	text-decoration: none;
}

.back a:hover {
	color: white;
}


		.aside {
		margin: 3px;
		padding-top: 0.5em;
		display: inline-block;
		width: 43%;
		vertical-align:top;
		background-color: #F5EDF3;
		font-size: 12px;
	}
	
	.magazine {
  	width: 100%;
  	text-align: center;
	}
	
	.magazine img {
		max-width: 30%;
		display: inline;
	}
	
	.menu {
			display: none;
		}

	#menugauche {
		display: none;
	}
	
	div.search img {
	box-shadow: 0px 0px 0px 0px;
	padding:0;
	margin-top: 0.5em;
	max-width: 350px;
	height: auto;
}

.guide-box div p {
    font-size: 1em;
}
	footer {
		background-color: #F5EDF3;
		margin:0;
		padding:0;
		}

	.footer {
		color: #654e9b;
		font-family: 'quicksandregular';
   	font-size: 1.1em;
		text-align: center;
		padding:2em;
		margin: 0;
		line-height:normal;
		font-style : normal;
    	font-variant : normal;
    	font-weight : normal;
		text-decoration : none;
		}
		
		
	.footer i {
		font-size: 10px;
	}

	.left {
		vertical-align: top;
		width: 60%;
		margin: 0 auto;
	}
	
	.left .cons {
	float: none;
	}

	.right {
		font-size: 1.1em;
	}
    
	main nav {
     display: none;
    }
    
section.contenu {
    padding-top: 0;
}	
	form {
  	padding: 0.5em;
  	margin-left: 0.5em;
  	width: 90%;
  	font-size: 1.1em;
	}

form.search-box {
		display: flex;
		margin: 0.5em auto;
		width: 80%;
	}

	input[type="search"] {
  	border: none;
  	background: transparent;
  	margin: 0;
  	padding: 0.8em;
  	color: inherit;
  	border: 2px solid #cec7f1;
  	border-right: 0;
  	border-radius: 0.8em 0em 0em 0.8em;
  	width: 100%;
	}

	input[type="search"]::placeholder {
  	color: #bbb;
	}

button[type="submit"] {
  	text-indent: -999px;
  	overflow: hidden;
  	vertical-align: middle;
  	width: 10%;
  	padding-right: 1.5em;
  	margin: 0;
  	border: 2px solid #cec7f1;
  	border-left: 0;
  	border-radius: 0em 0.8em 0.8em 0em;
  	background-image: url(../images/search.svg);
  	background-repeat: no-repeat;
  	background-position: center;
  	cursor: pointer;
	}

	button[type="submit"]:hover {
  	background-image: url(../images/search2.svg);
  	background-repeat: no-repeat;
  	background-position: center;
	}

	button[type="submit"]:focus,
	input[type="search"]:focus {
  	outline: none;
	}
	
	.edition-lactee__image {
  margin-bottom : 0;
    }

}
/* fin responsive desgin */

	/* DEBUT Smartphone (portrait and landscape) ----------- */
@media all and (max-width: 500px) {
	
	.magazine img {
		max-width: 40%;
		display: inline;
	}

		}
	/* FIN Smartphone (portrait and landscape) ----------- */

