/*Police d'écriture*/
@font-face {
    font-family: 'Stanberry';
    src: url('font/Stanberry.ttf');
}

@font-face {
    font-family: 'Stanberry';
    src: url('font/Stanberry.ttf');
}

@font-face {
	font-family: 'oliver-regular';
	src: url('font/Oliver-Regular.ttf') format('truetype');
	font-display: swap;
}
	
	
/*Générique*/
html, body {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
}

body {
	background-color: #B9D4A1;
}


label { 
	font-family: 'oliver-regular';
	font-size: 2em;
	text-align: center;
	margin: 0.2em auto;
	cursor: pointer;
	background: #bf8f8a;
	border-radius: 0.5em;
	color: black;
	transition : ease 0.8s;
	margin-top: 0.3em;
}
.h1 {
    text-align: center;
    color: black;
    font-size: 2.6em;
	font-family: 'oliver-regular';
}

.h2{
	color: black;
    font-size: 2.6em;
	margin: auto;
	font-family: 'oliver-regular';
	text-align: center;
	vertical-align: middle;
}

.h2, h2 {
	color: black;
	font-size: 2.2em;
	font-family: 'oliver-regular';
	text-align: center;
}

.h3, h3 {
	color: black;
    font-size: 1.8em;
	margin: 0 0px;
	font-family: 'oliver-regular';
	text-align: center;
	vertical-align: middle;
}

.h4, h4 {
	color: #386641;
	font-size: 1.5em;
	font-family: 'Stanberry'
}

a, p {
	color: black;
	font-family: 'Stanberry';
	font-size: 1.2em;
}

a {
	text-decoration: none;
}

/*Menu*/
#menu {
	text-align: center;
	background-color: #386641;
	display: block;
	position: relative;
	height: auto;
	width: 100%;
	float: top;
}

label.burger {
	width: 100%;
	display: block;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	font-size: 2em;
	cursor: pointer;
	background-color: #386641;
}

#toggle {
	display: none;
}

.deroule {
	display: none;
	padding-bottom: 1em;
}

#toggle:checked + .deroule {
    display: block;
}

.menu {
	margin: 43px 0px;
}

.menu_item {
    padding: 0.1em 0em;
    display: flex;
	font-family: 'oliver-regular';
	flex-direction: column;
	flex-wrap: wrap;
	text-align: center;
	text-decoration:none;
    color: black;
	font-size: 2em;
}

.menu_item:visited {
    color: black;
}

.menu_item:hover {
	color: #d0e2c0;
}

.menu_item2 {
    padding: 0.1em 0em;
    display: flex;
	font-family: 'oliver-regular';
	flex-direction: column;
	flex-wrap: wrap;
	text-align: center;
	text-decoration:none;
    color: black;
	font-size: 1em;
}

.menu_item2:visited {
    color: black;
}

.menu_item2:hover {
	color: #d0e2c0;
}

.entete {
	text-decoration: none;
	font-family: 'oliver-regular';
	font-size: 25px;
	
}

.entete h1:hover {
	color: #d0e2c0;
}

.entete img {
	text-align: right;
	display: block;
	width : 100px;
	padding-top: 20px;
	height: auto;
	margin: auto;
	transition: transform .7s;
}

.entete img:hover {
transform: scale(1.5);

}

.section_mail {
	font-size: 1.4em;
	margin: auto;
	text-align:center;
	font-weight: bold;
}

.lien_menu {
    text-decoration:none;
    color: black;
    font-size: 1em;
	font-family: 'oliver-regular';
} 

.lien_menu:hover {
    color: #d0e2c0;
}

.lien_menu2 {
    text-decoration:none;
    color: black;
    font-size: 1.4em;
	font-family: 'oliver-regular';
} 

.lien_menu2:hover {
    color: #386641;
}

@media (min-width: 1024px) and (min-height: 650px){

	#menu {
		display: block;
		position: fixed;
		height: 100%;
		width: 300px;
	}
	
	label.burger, #toggle {
		display: none;
	}
	
	#menu .deroule {
		display: block;
	}
}

/*content*/
#content {
	margin: auto;
	width: 100%;
}

@media (min-width: 1024px) and (min-height: 650px) {
	#content {
		padding-left: 150px;
		text-align: center;
	}
}

/*index*/

.index {
	padding: 0px;
	text-align: center;
	width: 100px;
	/*position: absolute;
	margin: auto;*/
}

/*content_center*/
.content_center {
	width: 60%;
	margin-left: 300px;
	margin: auto;
	vertical-align: middle;
}

/*Top*/
#gotoTop {
	position: fixed;
	bottom: -50px;
	right: 10px;
 }
 
 #gotoTop .top {
	 font-size: 100px;       /* pour bien le voir */
	 color: black;
	 font-family: 'oliver-regular';
	 text-decoration: none;
	 cursor: pointer;
   }	
   
#gotoTop .top:hover {
	   color: #386641;
   }
   
   
   
   
   /* menu2 */
   
   .menu2 {
	   display: flex;
	   flex-direction: row;
	   flex-wrap: wrap;
	   justify-content: space-evenly;
	   align-items: flex-start;
	   width: 60%;
	   margin: auto;
	   gap: 2em;
	   margin-top: 4em;
	}
	
	.bubble {
		background: #386641;
		border-radius: 1.5em;
		padding: 0.7em;
		width: 220px;
	}
   
   .bubble:hover {
	   background: #65936e;
   }
   
   .bubble:hover .menu_item {
	   color: #d0e2c0;
   }
   
   @media (max-width: 650px) {
   
   .menu2 {
	   display: flex;
	   flex-direction: column;
	   width: 100%;
   }
   }
   
   
   
   
   /* ce que je dois ranger */
   
   .content {
	padding: 0em 3em;
    width: 70%;
    margin: auto;
	margin-bottom: 2em;
	text-align: center;
}

.textdesc {
	text-align: left;
}

.illu {
	display: block;
	width : 100%;
	height: auto;
	margin: auto; 
	border-radius: 1em;
	}

@media (min-width: 700px) {
	.illu {
		/* width: 50%; */
		border-radius: 2em;
	}
}


.illu2 {
	display: flex;
	width : 80%;
	height: auto;
	margin: auto; 
	border-radius: 1em;
	}

@media (min-width: 700px) {
	.illu2 {
		width: 45%;
		border-radius: 2em;
	}
}

.entetedesc {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 50px;
	margin-bottom: 2em;
}

.detailsdesc {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: flex-start;
	gap: 50px;
	margin-bottom: 2em;
}


@media (max-width: 700px) {
	.detailsdesc {
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		align-items: flex-start;
		gap: 50px;
		margin-bottom: 2em;
	}
}

.download {
	color: black;
    font-size: 1.2em;
	/* margin: 0 0px; */
	font-family: 'Stanberry';
	text-align: center;
	vertical-align: middle;
}

.download:hover {
	color: #386641;
}

.galery {
	display: flex;
	flex-direction : column;
}

.grille {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 2em;
	margin-top: 2em;
	margin-bottom: 2em;
}

.button {
	display: block;
	text-align: center;
	/* width: 40%; */
	padding: 0.2em;
	height: 60px;
	line-height: 60px;
	min-width: 160px;
	margin: 5px auto;
	font-family: 'oliver-regular';
	font-size: 1.2em;
	background: #84a269;
	border-radius: 0.5em;
	color: black;
	transition : ease 0.8s;
	/* margin-bottom: 2em; */
	margin-top: 2em;
}

@media (min-width: 750px) {
	.button {
		display: inline-block;
		margin: 5px auto;
		font-size: 2em;
	}
}

.button2 {
	display: block;
	text-align: center;
	width: 40%;
	height: 60px;
	line-height: 60px;
	min-width: 320px;
	margin: 20px auto;
	font-family: 'oliver-regular';
	font-size: 2em;
	background: #84a269;
	border-radius: 0.5em;
	color: black;
	transition : ease 0.8s;
}

@media (min-width: 750px) {
	.button2 {
		display: block;
		margin: 5px auto;
		margin-top: 0.5em;
	}
}

.button.next, .button.prev {
	width: 50px;
	min-width: 0px;
}

.button:hover, .button.active {
	background-color: #386641;
}

.button2:hover, .button2.active {
	background-color: #386641;
}

.button.active {
	
}	

/*content2*/
.content2 {
	padding: 0em 3em;
    width: 70%;
    margin: auto;
	margin-bottom: 2em;
}

.list .content2 {
	text-align: center;
	margin-top: 5px;
}

.list {
	text-align: center;
}

/*content3*/
.content3 {
	padding: 0em 3em;
    width: 70%;
    margin: auto;
	margin-bottom: 2em;
}

.list .content3 {
	text-align: center;
	margin-top: 5px;
}

/*content*/
#content {
	box-sizing: border-box;
	border: solid 1px #B9D4A1;
	width: 100%;
}

@media (min-width: 1024px) and (min-height: 700px) {
	#content {
		padding-left: 300px;
	}
}

/*content*/
#content2 {
	box-sizing: border-box;
	/* border: solid 1px #B9D4A1; */
	width: 100%;
}

@media (min-width: 1024px) and (min-height: 700px) {
	#content2 {
		padding-left: 300px;
	}
}

.picto {
	display: flex;
	width : 30%;
	height: auto;
	margin: auto; 
	}

@media (min-width: 700px) {
	.picto {
		width: 60px;
	}
}


/*galerie*/

.bulle_article {
	width: 100%;
	padding: 0px;
	margin: 0px auto;
	border-radius: 2em;
	position: relative;
}

.bulle_article img {
	width: 100%;
	border-radius: 2em;
	background-color: white;
	transition: opacity .25s ease-in-out;
}

.bulle_article .tooltip {
	width: 100%;
	text-align: center;
	font-size: 1em;
	color: black;
	font-family: 'oliver-regular';
	display:block;
}

@media (min-width: 700px) {
	.bulle_article {
		width: 80%;
	}

	.bulle_article img {
		border-radius: 2em;
	}

	.bulle_article .tooltip {
		font-size: 1.3em;
	}
}

@media (min-width:1366px) {
	.bulle_article {
		width: 47%;
		min-width: 385px;
	}

	.pourcent_55 {
		width: 55%;
	}

	.pourcent_32 {
		min-width: 0px;
		width: 32% !important;
	}

	.pourcent_100 {
		width: 100%;
	}
}

.bulle_article:hover img{
	opacity: 0.33;
}

.bulle_article a {
	text-decoration: none;
}

.bulle_article:hover .tooltip {
	display: block;
}

@media (min-width:1366px) {
	.bulle_article .tooltip {
		position: absolute;
		bottom: 0px;
		left: 0px;
		display: none;
	}
}

.bulle .lien_menu {
	font-size: 2.2em;
	display:block;
	width: 100%;
}

.bulle .lien_menu:hover {
	color: black;
}