﻿/* FFQ.CSS V.2 JUILLET 2021 by William Lévesque*/


.btnovervid {
	
	position:absolute;
	right:40px;
	top:40px;
	z-index:2;
	padding:16px 26px;
	font-size:24px;
	border-radius:15px;
	background-color:var(--vert);
	border:none;
	color:white;
	opacity:1;	
}


.btnfx {
    background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,0%,0.2));
    background-image:    -moz-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,0%,.1));
    background-image:     -ms-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,0%,.1));
    background-image:      -o-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,0%,.1));
    border: none;
    box-shadow: 5px 5px 6px 0px rgba(0,0,0,0.3), 0px 0px 0px 0px rgba(0,0,0,1);
    cursor: pointer;
    text-decoration: none;
    text-shadow: 0 1px 1px hsla(0,0%,100%,.25);

}

.btnfx:hover {
    outline: none;
}

.btnfx:hover,
.btnfx:focus {
    background-image: -webkit-linear-gradient(90deg, var(--or), var(--or));
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,0%,0.3));
	
	box-shadow: 5px 5px 6px 0px rgba(0,0,0,0.5), 0px 0px 0px 0px rgba(0,0,0,1);
}
.btnfx:active {
    box-shadow: inset 0 0 0 1px hsla(0,0%,0%,.2),
                inset 0 2px 0 hsla(0,0%,100%,.1),
                inset 0 1.2em 0 hsla(0,0%,100%,.1),
                inset 0 0 0 3em hsla(0,0%,100%,.2),
                inset 0 .25em .5em hsla(0,0%,0%,.05),
                0 -1px 1px hsla(0,0%,0%,.1),
                0 1px 1px hsla(0,0%,100%,.25);
    margin-top: .05em;
    outline: none;
   
}

.chevron {
	
	float:right;
	padding:0px 0px 0px 10px;
	position:relative;
	top:3px;
	right:0px;
	margin:0px;
	margin-left:6px;
	width:20px;
	
}

.exo{
	
	width:20px;
	display:inline;
	position:relative;
	top:4px;
	left:3px;
	
}

.exomobrouge{
	
	color:red;
	position:relative;
	top:25px;
	left:0px;
	text-align:center;	
}

.exomobjaune{
	
	color:orange;
	position:relative;
	top:25px;
	left:0px;
	text-align:center;	
}



.texteexo {
	
  position: relative;
padding:30px;

	
}

.orange {
	
	color:orange;
	
}

.rouge {
	
	color:red;
	
}



/* Proportions des divisions PETIT ÉCRAN  */

.w3-col,.w3-half,.w3-third,.w3-twothird,.w3-threequarter,.w3-quarter{float:left;width:99.99999%}
.w3-col.s1{width:8.33333%}
.w3-col.s2{width:16.66666%}
.w3-col.s3{width:24.99999%}
.w3-col.s4{width:33.33333%}
.w3-col.s5{width:19.99999%}
.w3-col.s6,.w3-6edepage{width:49.99999%}
.w3-col.s7{width:58.33333%}
.w3-col.s8{width:66.66666%}
.w3-col.s9{width:74.99999%}
.w3-col.s10{width:83.33333%}
.w3-col.s11{width:91.66666%}


/* Proportions des divisions TABLETTE  */

@media only screen and (min-width:800px){
.w3-col.m1{width:8.33333%}
.w3-col.m2,.w3-6edepage{width:16.66666%}
.w3-col.m3,.w3-quarter{width:24.99999%}
.w3-col.m4,.w3-third{width:33.33333%}
.w3-col.m5{width:19.99999%}
.w3-col.m6,.w3-half{width:49.99999%}
.w3-col.m7{width:58.33333%}
.w3-col.m8,.w3-twothird{width:66.66666%}
.w3-col.m9,.w3-threequarter{width:74.99999%}
.w3-col.m10{width:83.33333%}
.w3-col.m11{width:91.66666%}
.w3-col.m12{width:99.99999%}}

/* Proportions des divisions GRAND ÉCRAN  */

@media only screen and (min-width:1366px){
.w3-col.l1{width:8.33333%}
.w3-col.l2,.w3-6edepage{width:16.66666%}
.w3-col.l3,.w3-quarter{width:24.99999%}
.w3-col.l4,.w3-third{width:33.33333%}
.w3-col.l5{width:19.99999%}
.w3-col.l6,.w3-half{width:49.99999%}
.w3-col.l7{width:58.33333%}
.w3-col.l8,.w3-twothird{width:66.66666%}
.w3-col.l9,.w3-threequarter{width:74.99999%}
.w3-col.l10{width:83.33333%}
.w3-col.l11{width:91.66666%}
.w3-col.l12{width:99.99999%}}




/*Dégage les sections des deux côtés*/
div.section:after {content:"";display:flex;clear:both;}

.pointer {cursor:pointer;}


.playeraudio{
	
	padding:1px 15px 0px 15px;
	
}


/* Variables de couleurs*/

:root {
	
  --noir: #383838;
  --blanc: #ffffff;
  --gris: #626262;
  --grispale: #EEEEEE;
  --vertgradient: linear-gradient(to bottom right, #87A75C, #708A4A);
  --vert:#829755;
  --mauve:#7D68AA;
  --ombre:0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}


.containerimg {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
	overflow:auto;
	white-space: nowrap;
	cursor:pointer;
}
.containerimg::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}


a.anchor {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}


div.blanc{background-color:var(--blanc);}


/* Marge et padding inclus*/
html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}

/* Text resize */

html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}

/* Couleur fond du site */


/* Petits characteres */

small{font-size:80%}
.textemedium {font-size:20px;}
.textegris {color:var(--gris);}

/* Petits characteres en exposants */

sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}

/* Images */

img{
	
	border-style:none;
	border-radius:5px;
	filter:saturate(108%);
	}
	
.carre {
	
	border-radius:0px;
	
}	
	
.round{
	
	border-radius:5px;
	
}	

.imgpres {
	
	padding:20px 20px 10px 20px;
	
}

.infoavenir {
	
	margin:0px;
	color:gray;
	padding:20px 0px 0px 0px;
}


audio::-webkit-media-controls-panel {
	background-color:var(--gris);
	border-radius:1px;
	height:30px;
}

audio::-webkit-media-controls-enclosure {
    border-radius: 5px;
	background-color:red;
	width:100%;
	}

audio::-webkit-media-controls-mute-button

audio::-webkit-media-controls-play-button

audio::-webkit-media-controls-timeline-container

audio::-webkit-media-controls-current-time-display

audio::-webkit-media-controls-time-remaining-display

audio::-webkit-media-controls-timeline

audio::-webkit-media-controls-volume-slider-container

audio::-webkit-media-controls-volume-slider

audio::-webkit-media-controls-seek-back-button

audio::-webkit-media-controls-seek-forward-button

audio::-webkit-media-controls-fullscreen-button

audio::-webkit-media-controls-rewind-button

audio::-webkit-media-controls-return-to-realtime-button

audio::-webkit-media-controls-toggle-closed-captions-button


/* Affichage par défaut des bouttons */

button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner{border-style:none;padding:0}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring{outline:1px dotted ButtonText}


/* Paramètres par défaut des pages  */

html,body{font-family:Verdana;font-size:100%;text-align:left;padding:0x;line-height:1.6;height:100%;}
html{overflow-x:hidden}

/* LES TITRES  */

h1{font-size:24px;font-weight:normal;}
h2{font-size:17px;font-weight:normal;text-transform: uppercase;margin:0px;}
h3{font-size:17px;font-weight:bold;color:var(--gris);}
h4{font-size:16px}
h5{font-size:16px}
h6{font-size:16px}




/* Texte*/

p {margin:0px;font-size:16px;}
p.italic {font-style:italic;}
p.gras {font-weight:bold;}
span.gras {font-weight:bold;}
p.vert {color:var(--vert);}
b.vert {color:var(--vert);}
p.droite {text-align:right;}
p.gris {color:var(--gris);}
h2.gris {color:var(--gris);}
h3.gris {color:var(--gris);}
div.gris {color:var(--gris);}
h2.vert {color:var(--vert);}
div.vert {color:var(--vert);}




/*--------------------------------------- TOP MENU -----------------------------------------*/

.conteneurtopmenu {
	
	position:fixed;
	width:100%;
	max-width:1650px;
	left:50%;
	transform: translate(-50%, 0);
	height:60px;
	top:0px;
	margin:auto;
	background-color:white;
	z-index:1000;


}

.topmenu {
	
	height:60px;
	width:60%;
	background:var(--vertgradient);
	float:right;
	border-radius:0px 0px 0px 10px;
	color:white;
	
	
}

.conteneurtopmenu a {
	
	display:inline-block;
	font-size:17px;
	float:right;
	padding:15px 11px 13px 11px;
	
}

.conteneurtopmenu a:hover {
	
color:lightgray;

}


.louperecherche {
	
	position:relative;
	top:17px;
	margin-right:12px;
	margin-left:8px;
	display:inline-block;
	float:right;
	width:26px;
	cursor:pointer;
}

form.recherche {
	
display:inline;
float:right;
text-align:center;
	
}

form.recherche input{

position:relative;
top:10px;
right:4px;
margin-left:10px;
height:38px;
border-radius:7px;
width:200px;
border:solid lightgray 2px;
font-size:16px;
padding:10px;
	
}

/*--------------------------------------- MENU -----------------------------------------*/

/* Style the list */
ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: var(--grispale);
  margin-bottom:0px;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
  color: var(--gris);
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 8px;
  color: var(--gris);
  content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: var(--vert);
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: var(--vert);
  text-decoration: underline;
}

.conteneurmenu {
	
	position:fixed;
	width:100%;
	max-width:1650px;
	top:60px;
	left:50%;
	height:94px;
	transform: translate(-50%, 0);
	color:var(--vert);
	background-color:white;
	border-bottom:var(--grispale) solid 1px;
	padding:0px;
	font-size:30px;
	z-index:1000;

}

.menu{

	margin:0px;
	margin-left:8px;
	max-width:1536px;
	margin:auto;

	
}

.logo {
	
	position:relative;
	float:none;
	margin:auto;
	width:340px;
	display:inline-block;
	padding:20px;
	left:50%;
	transform: translate(-50%, 0);
}

.conteneurtitre{
	
	display:block;
	float:left;
	width:33%;
	background-color:none;
	position:relative;
	top:-60px;
}

.conteneurfamilles {
	
	padding:30px;
	
}


.itemsmenu {
  display: inline-block;
  float:right;

}

.itemsmenu .menubtn:hover {

background-color:var(--grispale);
color:var(--noir);

}

.itemsmenu .menubtn {
	
  font-size: 19px;  
  border: none;
  outline: none;
  color: var(--gris);
  padding: 36px 15px 35px 13px;
  background-color: var(--blanc);
  cursor:pointer;

}



/*---------------------------------------- SOUSMENU OISEAUX -----------------------------------------------*/


.btnoiseaux{
	
	height:40px;
	min-width:200px;
	background-color:white;
	border:solid var(--gris) 2px;
	color:var(--gris);
	font-size:16px;
	border-radius:5px;
	cursor:pointer;
	
}







/*---------------------------------------- CONTENU -----------------------------------------------*/

/*Largeur de la zone de contenu*/


.titreequipement {
	
	font-size:13px;

}


.itemequipement {
	
padding:20px;
	
}

.itemequipement p {
	padding:8px;
	text-align:center;
	color:var(--gris);
}

.itemequipement img {
	
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
	
}

	
	.topresponsive {margin-top:152px;}

.sectionbandeverte {
	
	background: var(--vertgradient);
	border: none;
	color: white;
	padding: 10px 13px;
	text-align: left;
	text-decoration: none;
	display: inline-block;
	border-radius:3px;
	margin-bottom:10px;
	margin-top:30px;
	width:100%;
	
}

.tableaustats {
	
	margin:auto;
	padding-top:20px;
	max-width:320px;
	
}

.tableaustats td {
	
	padding-top:5px;
	font-size:17px;
	color:gray;
	
}

.totalstats {
	
	color:black;
	
}

.statsnb {
	
text-align:right;
width:25%;
	
}

.statsnbtitre {
	
text-align:right;
width:25%;
	
}

.lienstableau {
	
	cursor:pointer;
	
}

.tableaustats th {
	
	color:var(--vert);
	
}

.sectiontexte {
	
	padding:0px 40px 0px 40px;
	
}

.sectiontexte p {
	
	margin-bottom:20px;
	
}

.sectiontexte li {
	
	margin-bottom:15px;
	
}

.cadrecontenu{
	
	max-width:1650px;
	margin:auto;
	
	}

div.contenuespece{
	
	margin-top:150px;
	background-color:var(--blanc);
	
}

.imageaccueil {
	
	
	border-radius:5px;
	
}

.conteneurimgaccueil {
	
	padding:0px;
	
}

.bouttonespeces{
	
	background: var(--vertgradient);
	border: none;
	color: white;
	padding: 10px 13px;
	text-align: left;
	text-decoration: none;
	display: inline-block;
	border-radius:3px;
	margin-bottom:11px;
	margin-top:0px;
	cursor:pointer;
	width:100%;

}

.bouttonespeces h2 {
	
	 font-size:18px;
	
}

.bouttonextra{
	
	background: var(--mauve);
	border: none;
	color: white;
	padding: 10px 13px;
	text-align: left;
	text-decoration: none;
	display: inline-block;
	border-radius:3px;
	margin-bottom:11px;
	margin-top:0px;
	cursor:pointer;
	width:100%;

}

.bouttonextra h2 {
	
	 font-size:18px;
	
}

/*---------------------------------------- À PROPOS -----------------------------------------------*/


.imgprofil {
	
width:100%;
border-radius:5px;
opacity:1;
padding:30px;
	
}

.texteprofil {
	
padding:30px;	
	
}


.textevignette {
	
	font-size:15px;
	color:var(--gris);
	padding:1px 0px 0px 2px;
	
}


.chevronbtn {
	
	display:inline-block;
	float:right;
	position:relative;
	top:2px;
	left:15px;
	width:9px;
	margin-right:16px;
	opacity:0.3;
	
}





/*---------------------------------------- Listes -----------------------------------------------*/

.divliste{
	
	padding:10px;
	border:solid gray 1px;
	margin:5px;
	border-radius:5px;
}

.done{
	
	font-weight:bold;
	color:var(--vert);
	
}

.doneinfos{
	
	font-weight:bold;
	color:var(--gris);
	
}


.notdone{
	
	color:var(--gris);
	font-style:italic;
	
}

.notdoneinfos{
	
	color:var(--gris);
	font-style:italic;
	
}

.openlink {
	
	position:relative;
	top:3px;
	width:17px;
	display:inline;
	
	
}

.bouttonliste{

width:100%;
padding:10px;
background:var(--vert);
color:white;
border:none;
cursor:pointer;
	
}

.imgtopliste {
	
margin-bottom:30px;

}


/* TABLEAU*/

td.droite {text-align:right;}

.max-lines2 {
display: block;/* or inline-block */
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 3em;
  line-height: 1em;
}


.max-lines6 {
	display: block;/* or inline-block */
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 6.2em;
  line-height: 1em;
}

.max-lines4 {
display: block;/* or inline-block */
  text-overflow: ellipsis;
  word-wrap: break-word;

}

.readmore {
	
	display:none;
	margin:auto;
	margin-top:15px;
	margin-bottom:20px;
	background-color:white;
	border: solid 1px var(--gris);
	border-radius:3px;
	padding:5px 20px;
	color:var(--gris);
	cursor:pointer;
	
}

.plusphotos {
	
	display:block;
	margin:auto;
	border: none;
	padding:10px;
	color:white;
	cursor:pointer;
	font-size:21px;
	background-color:var(--vert);
	border-radius:5px;
	
	
}

.sectionprinc {

border-style:solid;
border-width:0px 1px 0px 0px;
border-color:var(--grispale);

}

.hideextra{
	
display:none;	
}

/* LOADER */

.loaderback{
	
	 background:var(--blanc);
	 height:800px;
}

.loader {
  position:relative;
  top:35%;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid var(--vert);
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  margin:auto;
  margin-top:50px;
  
}


/*MODAL */

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10000; /* Sit on top */
  padding-top: 0px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
  
}



/* Modal Content (Image) */
.modal-content {
  position:relative;
  width:100%;
  height:100%;
  display:flex;

}

.conteneurmedia {
	position:absolute;
	float:right;
	display:block;
	height:80%;
	width:auto;
	border-radius:0px;
	left:50%;
	transform: translate(-50%, 0%);
	
	
	
}


.bandemedia {
	
	position:absolute;
	bottom:0px;
	width:100%;
	background-color:white;
	height:20%;
}

.infomedia0 {

	color:var(--vert);
	font-size:18px;
}

.infomedia1 {

	color:var(--vert);
	font-size:15px;
}

.infomedia2 {
	
	color:var(--gris);
	font-size:13px;
}

.infossujet {
	float:left;
	padding:10px;
	
}

.infosphoto {
	
	float:right;
	padding:10px;
	text-align:right;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 100%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}



@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 0px;
  z-index:10000;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

.infomodal{
	
	background-color:black;
	  width: 80%;
  max-width: 1000px;
  margin:auto;
  padding:20px;
}

.lieumodal{
	
	color:white;
	text-align:center;
}

.datemodal{
	
	color:white;
	text-align:center;
}



/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.hide {display:none;}

/*QUICK CLASS*/

.pad1 {padding:1px;}
.pad2 {padding:2px;}
.pad3 {padding:3px;}
.pad4 {padding:4px;}
.pad5 {padding:5px;}
.padleft5 {padding-left:5px;}
.padleft10 {padding-left:10px;}
.pad10 {padding:10px;}
.pad15 {padding:15px;}
.pad20 {padding:20px;}
.pad25 {padding:25px;}
.pad30 {padding:30px;}


.padtop5 {padding-top:5px;}
.padleft5 {padding-left:5px;}
.padleft10 {padding-left:10px;}
.padtop10 {padding-top:10px;}
.padtop15 {padding-top:15px;}
.padtop20 {padding-top:20px;}
.padtop25 {padding-top:25px;}
.padtop30 {padding-top:30px;}

.bottom0 {margin-bottom:0px;}
.bottom10 {margin-bottom:10px;}
.bottom20 {margin-bottom:20px;}
.bottom30 {margin-bottom:30px;}
.bottom40 {margin-bottom:40px;}
.bottom50 {margin-bottom:50px;}

.top0 {margin-top:0px;}
.top10 {margin-top:10px;}
.top20 {margin-top:20px;}
.top30 {margin-top:30px;}
.top40 {margin-top:40px;}
.top50 {margin-top:50px;}
.top60 {margin-top:60px;}
.top70 {margin-top:70px;}
.top80 {margin-top:80px;}
.top90 {margin-top:90px;}
.top100 {margin-top:100px;}
.top110 {margin-top:110px;}
.top120 {margin-top:120px;}
.top130 {margin-top:130px;}




/*BANDE LATÉRALE*/


.pubtopaz{
	
	padding:30px;
	
}



.bandetopaz{
	
	padding-bottom:40px;
	
}

.pubnote{
	
	color:lightgray;
	text-align:center;
	margin:0px;
	padding:0px 0px 5px 0px;
	
}

.titrebandelaterale{
	
	color:lightgray;
	text-align:center;
	margin-top:-10px;
	padding:0px 0px 5px 0px;
	
}


.bandelaterale {
	
	background-color:white;
	min-height:1000px;
	padding:0px 20px 20px 20px;
}



/*PHOTOS*/

.infosimg {

color:var(--gris);
font-size:12px;
	
}

.lieuimg {

color:var(--vert);
font-size:14px;
	
}


p.titrefamille {
	
	font-size:20px;
	color:gray;
	margin:0px;
	padding:5px 0px 5px 0px;
	
	
}


.conteneurvignette {
	
	padding:0px 4px 8px 4px;
	

}

.dernierephoto {
	
	color:gray;
	padding-top:3px;
	font-size:13px;
	
	
}

.containernewphoto{
	
	padding:10px 10px;
	
	
}


.vignette {
background-color:white;
}

p.especevignette {
    position:relative;
	top:7px;
	display:inline-block;
    float:left;
	margin-bottom:4px;
	padding:0px 0px 0px 8px;
	font-size:15px;
	line-height:20px;
	color:var(--vert);
	font-weight:bold;
	width:100%;
	max-width:2000px;
}

p.anglaisvignette {
    position:relative;
	top:5px;
	display:block;
    float:left;
	margin:0px;
	padding:0px 0px 5px 9px;
	font-size:12px;
	color:gray;
}

.especereg {
    position:relative;
	top:3px;
	display:inline;
    float:left;
	margin:0px;
	padding:0px 0px 0px 8px;
	font-size:16px;
	color:var(--vert);
	font-weight:bold;
}

.anglaisreg {
    position:relative;
	top:1px;
	display:inline;
    float:left;
	margin:0px;
	padding:0px 0px 0px 8px;
	font-size:13px;
	color:gray;
}

.lastreg {
    position:relative;
	top:0px;
	display:inline;
    float:left;
	margin:0px;
	padding:0px 0px 0px 8px;
	font-size:12px;
	color:gray;
}

img.boutonimg {
	display:inline;
	float:left;
	width:100%;
}

img.regionimg {
	display:inline;
	float:left;
	width:105px;
}

.textememefam {


overflow:hidden;
max-height:23px;
	
}


.texteprop{

padding-top:0px;
font-size:14px;

}

.classereg {
	
	padding:5px;
	font-size:18px;
	color:var(--gris);
	margin-top:20px;
}

/* LES LIENS  */

a{color:inherit}


/*Page d'accueil*/

.titredesection {
	
	font-size:24px;
	padding-top:10px;
	color:gray;
}

.imgaccueil{

	height:410px;
	background-position: center;
	background-size: cover;
}

.titreaccueil {
	
	color:var(--gris);
	
}

p.texteaccueil {
	
	text-align:justify;
	
}


/*---------------------------------------Classes-----------------------------------------*/

.titreclasse {
	
	color:var(--gris);
	padding:20px 0px 0px 0px;
	
}

p.texteclasse {
	
	padding:0px 20px;
	text-align:justify;
	
}


.divrecherche {
	
	display:inline-block;
	float:right;
	
}

.imgrecherche {
	
	padding:10px;
	
}

.conteneurrecherche {
	
	padding:4px 8px 8px 8px;
	background:white;
	border-radius:10px;
	width:100%;
	
}

.texterecherche{

    position:relative;
	top:0px;
	display:inline;
    float:left;
	margin:0px;
	padding:6px 15px 20px 8px;
	font-size:13px;
	line-height:15px;
	color:gray;
	font-style:italic;
	
}




img.cabane {
	
	float:right;
	width:80px;
	padding:14px;
	
}

img.appareil {
	
	float:right;
	width:65px;
	padding:10px;
	padding-right:0px;
	
}

img.environnement {
	
	float:right;
	width:70px;
	padding:10px;
	
}

i.camera {

position:relative;
top:1px;
float:right;
padding:7px 12px 7px 10px;
font-size:39px;
color:lightgray;

}


.logoaccueil {
	
	
	display:inline-block;
	float:left;
	padding:30px;
	
}


/*---------------------------------------FOOTER-----------------------------------------*/


div.footer {
	
	color:white;
	background-color:var(--vert);
	margin:auto;
	padding:6px;
	text-align:center;
	width:100%;

}






/*---------------------------------------Tableau des régions-----------------------------------------*/

table.tableauregions {
	
	width:100%;
	padding:20px 20px 20px 20px;
	border-collapse: collapse;
}


table.tableauregions tr:nth-child(even) {

  background-color: var(--grispale);
  
  
}

table.tableauregions td{

color:#383838;
padding:3px;
padding-left:10px;

}

div.tableauregions {

margin-top:0px;
background-color:lightgray;
color:white;

}

.tableauregionstitre {

font-size:18px;
margin-top:20px;
text-align:center;
padding-left:10px;

}

.tableauregionsvilles {

padding-left:10px;
color:gray;

}

.tableauregionsespeces {
	
text-align:right;
color:gray;

}






/*SHARE*/

.sharefacebook {
	
	width:30px;
	margin-right:10px;
}





/*CHAMPS SÉLECTIONS RECHERCHE*/

.selectionfiltre {
	
position:relative;
height:36px;
border:solid lightgray 2px;
width:100%;
border-radius:5px;
	
}

/* Les titres du menu */


.titrepagephoto {
	
	padding:10px 12px;
	font-size:30px;
	display:inline-block;
	position:relative;
	top:0px;
	background-color:var(--vert);
	width:100%;
	color:var(--blanc);
	margin-bottom:1px;
	
}

.bandefamilles{
    margin-top:0px;
	max-width:1410px;
	margin:auto;
	background-color:var(--blanc);
	height:60px;
	padding-left:10px;

}

.titreespeces {
	
	margin:0px;
	margin-top:0px;
	margin-left:0px;
	font-size:32px;

}

.sectionphoto {
	
	width:100%;
	background-color:var(--vert);
	padding:12px;
	font-size:30px;
	color:var(--blanc);
	margin-top:50px;	
}

.photomenu {
	
	width:45px;
	float:left;
	
}

.sectionphotofixe2 {
	
	position:fixed;
	width:100%;
	top:120px;
	left:50%;
	transform: translate(-50%, 0);
	color:var(--vert);
	background-color:var(--blanc);
	padding:0px;
	font-size:30px;
	z-index:999;
	
}

.bandeselectionleft {
	
	padding:25px;
	position:absolute;
	top:0;
	left:0;
	background:#141414;
	height:100%;
	opacity:0.4;
	z-index:2
		
}

.bandeselectionright {
	
	padding:25px;
	position:absolute;
	top:0;
	right:0;
	background:#141414;
	opacity:0.4;
	height:100%;
	z-index:2

}

.rotate90{
-webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
  transform: rotate(-180deg);

}

.divphotos {

padding-top:75%;

}

.cartephotosnature {
  max-width: 90%;
  margin: auto;
  margin-top:20px;
  color:var(--noir);
 
}

.infophotosnature {

padding:10px;
margin-top:0px;
margin-bottom:0px;
font-size:17px;
line-height:20px;

}

.infoalbum {

padding:10px;
margin-top:-15px;
margin-left:2px;
font-size:15px;
line-height:20px;

}

.titrepresentation{
	
font-size:26px;	
color:var(--vert);
padding-top:20px;
text-align:center;
margin:0px;

}

.titredescription {
	
	font-size:20px;	
color:var(--vert);
padding-top:10px;
text-align:center;
margin:0px;
	
	
}

.fichediv {
	
	padding:20px;
}

.titrefiche {
	font-size:18px;
	margin:0px;
	text-align:center;
	color:var(--vert);
}

.ficheinfo {
	margin:0px;
	text-align:center;
	color:gray;
}


.textepresentation{
	
color:gray;
padding:5px 30px 20px 30px;

}

.chevronpres {
	
	position:relative;
	top:45px;
	font-size:35px;
	color:lightgray;
	
}

a.prevlien {

display:inline;
float:left;
color:gray;
font-weight:bold;
font-size:15px;
padding:0px 0px 0px 10px;
border:none;
background:none;
cursor:pointer;
margin:0px;
	
}

a.nextlien {
	
	display:inline-block;
	float:right;
	color:gray;
	font-weight:bold;
    font-size:15px;
	padding:0px 10px 0px 0px;
	border:none;
    background:none;
    cursor:pointer;
    margin:0px;
}

.prevfleche {
	
	position:relative;
	top:1px;
	padding:0px 5px 0px 8px;
	font-size:16px;
	
}

.nextfleche {
	
		position:relative;
	top:1px;
	padding:0px 8px 0px 5px;
	font-size:16px;
}


.soustitre{
	
	position:relative;
	top:-14px;
	margin:0px;
	text-align:center;
	font-style:italic;
	color:gray;
	font-size:16px;
	font-weight:normal;
	
	
}

.surtitre{
	
	position:relative;
	top:0px;
	margin:0px;
	text-align:center;
	color:gray;
	font-size:15px;
	font-weight:normal;
	
	
}

.infopresalbum {

font-size:19px;
line-height:24px;
color:#839754;
font-weight:bold;
}

.ligne1280bas {
	
	height:2px;
	margin:auto;
	margin-top:0px;
	margin-bottom:20px;
	padding:0px;
}

div.lignegrise {
	width:100%;
	height:1px;
	display:block;
	background:lightgray;
}

div.ligneblanche {
	height:2px;
	background-color:white;

}

.separation {
	
	text-align:center;

}

.titresoussection {

  color:var(--gris);
  position:relative;
  top:24px;
  float:none;
  display:inline-block;
  padding:3px 10px 3px 10px;
  background:var(--blanc);
  font-size:23px;
 
}


/*AUDIO*/

.iconeaudio {
	
display:inline;
font-size:20px;
color:var(--vert);
	
}

.bouttonaudio {
	
	text-align:left;
	padding:10px 0px 0px 20px;
	cursor:pointer;

}

.titreaudio {
	display:inline;
position:relative;	
top:-2px;
font-size:16px;
padding:0px 0px 0px 5px;
color:gray;
}









/*Menu*/

/* Icones du menu principal (facebook, bottin, etc.)*/

div.icones a {
    float:right;
    display: block;
	padding:8px;
  }

/* Cache le hamburger sur grand écran */

.topnav .icon {
    display: none;
}

/* Les titres du menu */

.dropdown  {
    float: left;
    overflow: hidden;
}

/* Le premier titre (Le Séminaire) */

.dropdownfirst  {
    float: left;
    overflow: hidden;
	margin-left:5px;
	
}

/* Style des Titres du menu principal */

.dropdown  .dropbtn {
    font-size: 16px; 
    border: none;
    outline: none;
    color: #262626;
    padding: 20px 8px;
    background-color: var(--blanc);
	line-height:14px;
	font-family:quicksand;
}

/* Style du premier Titre du menu principal */

.dropdownfirst  .dropbtn {
    font-size: 16px; 
    border: none;
    outline: none;
    color: #262626;
    padding: 20px 6px;
    background-color: var(--blanc);
	line-height:14px;
	font-family:quicksand;
}

/* Style des menus déroulants du menu principal */

.dropdown-content {
    display: none;
    position: absolute;
    background-color: var(--blanc);
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index:1000;
	opacity:1.0;
}

/* Style des menus BOUTONS déroulants du menu principal
Pour l'ouverture de documents ou autre action directes
Devrait être identique aux autres items du menu déroulant (voir plus haut) */

.dropdown-content button {

    background-color: var(--blanc);
	width:100%;
	opacity:1.0;
    border: none;
	font-size: 14px; 
    outline: none;
    color: var(--noir);
    padding: 12px 16px;
	background-color: var(--blanc);
	text-align: left;
}

/* Style du texte des menus déroulants */

.dropdown-content a {
    float: none;
    color: var(--noir);
    padding: 8px 12px;
    text-decoration: none;
    display: block;
    text-align: left;
	font-size:19px;
}

/* Fond du menu déroulant HOVER */

.dropdown-content a:hover {
    background-image: var(--couleur-1);
    color: var(--blanc-1);
}

/* Déploie le menu déroulant au passage de la souris */

.dropdown:hover .dropdown-content {
    display: block;
}

/* Déploie le premier menu déroulant au passage de la souris */
.dropdownfirst:hover .dropdown-content {
    display: block;
}


/* Cache le menu et montre le hamburger pour les appareils mobiles */

@media screen and (max-width: 768px) {
  .topnav a {display: block;}
  .topnav a.icones {display: block;}
  
  .dropdown .dropbtn {display: none;}
  .dropdownfirst .dropbtn {display: none;}
  
 /* Icones du menu principal (facebook, bottin, etc.) MOBILES!!!*/
 
  .topnav a.icon {
    float:right;
    display: block;
	padding:10px;
  }
  
  
    .topnav div.icones a {
		 
    float:right;
    display: block;
	padding:10px;
  }
  
}

/* STYLE MOBILE (JAVASCRIPT TRIGGER) */

@media screen and (max-width: 768px) {
  .topnav.responsive {position: relative;
	z-index:1;}
 
  }
  
/* STYLE DES ICONES QUAND LE MENU MOBILE EST déployé) */
  
  .topnav.responsive a.icon {
    position: absolute;
     top:50px;
	right:0px;
	padding:10px;

  }

  
  .topnav.responsive div.icones {
	  
	position: absolute;
    top:50px;
	right:54px;
	  padding:0px;
  }
  
    .topnav.responsive div.icones a {

    float:right;
    display: block;
	padding:10px;
  }
   
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdownfirst {float: none;}
    
 /* Contenu déroulant MOBILE!!!*/
  
    .topnav.responsive .dropdown-content a {
      top:50px;
	  text-align:center;
	  margin:auto;
	  background-color:var(--gris);
	  font-size:18px;
	  
	  }
  
  /* Contenu déroulant MOBILE!!!*/
  
  .topnav.responsive .dropdown-content {
	  
	  position: relative;
	  z-index:1000;
	  text-align:center;
	  margin:auto;}
	  
	     .topnav.responsive .dropdown-content button {

    background-color: var(--blanc);
	width:100%;
	opacity:1.0;
	text-align:center;
    border: none;
	font-size:18px;
    outline: none;
    color: var(--noir);
    padding: 12px 16px;
	background-color: var(--gris);

}
	  
    /* Positionement du premier MENU MOBILE!!!*/

    .topnav.responsive .dropdownfirst {
		
		margin-left:0px;
	}
  

  
    /* MENU PRINCIPAL MOBILE!!!*/
  
  .topnav.responsive .dropdown .dropbtn {
	  
    display:block;
    width:100%;
    text-align:center;
	font-size:22px;
	padding:20px;
	position:relative;
	z-index:1000;
	  background: var(--noir);
	  color:var(--blanc);
  }
  
   .topnav.responsive .dropdownfirst .dropbtn {
	  
    display:block;
    width:100%;
    text-align:center;
	margin-top:60px;
	font-size:22px;
	padding:20px;
	position:relative;
	z-index:1000;
	background: var(--noir);
	color:var(--blanc);
  }
 
  
/*Général*/

/*Ajustement de la hauteur d'un lien sur une page (#)*/

span.droplink {

  display:block;
  height:200px; /*same height as header*/
  margin-top:-200px; /*same height as header*/
  visibility:hidden;
}

span.droplink2 {

  display:block;
  height:75px; /*same height as header*/
  margin-top:-75px; /*same height as header*/
  visibility:hidden;
}

/*Exposants*/

sup {
    vertical-align: super;
    font-size: smaller;
}


/*Style pour les notes*/

.note {
	
	font-style:italic;
	color:var(--gris);
	font-size:12px;	
}

/*Couleur*/

.couleur1 {
	
	color:var(--couleur-1);
}

span.vert {
	
	color:#84B836;
}

.hyperlien {

	cursor:pointer;
	color:var(--couleur-1);
}

.phototag {
    position: relative;
    text-align: center;
    color: #bbbbbb;
	margin-bottom:15px;
	margin-top:15px;
}

.w3-left{float:left!important}
.w3-right{float:right!important}
div.droite{float:right!important}


/* DROPDOWN INFORMATIONS

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color:white;
  cursor: pointer;
  padding: 9px;
  width: 100%;
  text-align: left;
  border: none;
  border-bottom:solid lightgray 1px;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color:var(--grispale);


}

.active{
	background-color:var(--grispale);


}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 8px 20px 20px 20px;
  background-color: white;
  display: none;
  overflow: hidden;
  border-bottom:solid lightgray 1px;
  color:var(--gris);
  
}

.accordion:after {
  content: '+'; /* Unicode character for "plus" sign (+) */
  font-size: 20px;
  color:var(--gris);
  float: right;
  margin: 0px;
  position:relative;
  top:-9px;
  right:5px;
}

.active:after {
  content: "-"; /* Unicode character for "minus" sign (-) */
  font-size: 20px;
  padding-right:3px;
  margin:0px;
}

.menuaccordion {
	

	margin-top:30px;
	color:var(--vert);
	font-weight:normal;
	
}

.containerinfo {
	
	padding: 0px 30px;
	
}



div.containerinfo h2{
	
	font-size:22px;
	padding-top:10px;
	padding-bottom:15px;
	color: var(--vert);
}

div.containerinfo p{
	
	margin-top:0px;
	padding-bottom:25px;
	text-align:justify;
	
}

div.containerinfo a{
	
	color: var(--vert);
	font-weight:bold;
	
}

div.containerinfo em{
	
	color: var(--gris);

	
}

div.containerinfo img{
	
	width:100%;
	max-width:600px;
	padding-bottom:0px;
	margin-bottom:-20px;
	
}



.photoid {
	
	float:right;
	
}

.soustitremenuinfo {
	
	font-size:13px;
	font-style:italic;
	position:relative;
	left:0px;
	top:0px;
	color:var(--gris);
	padding-bottom:10px;
	
}

.soustitreinfos {
	
	padding:20px 15px 5px 19px;
	font-weight:semi-bold;
	margin-bottom:3px;
	font-size:22px;
	line-height:22px;
	color:var(--vert);
	
}

.soustitreinfosh3 {
	
	padding:20px 15px 5px 20px;
	font-weight:bold;
	margin-bottom:3px;
	font-size:17px;
	line-height:20px;
	color:var(--noir);
	
}


.parainfo {
	
	margin-left:20px;
	margin-right:20px;
	
}

.photoarticle {
	
	max-width:500px;
	padding:20px 20px 0px 20px;
	
}

.legendephoto {
	
	margin:0px;
	padding:0px 0px 0px 20px;
	color:var(--gris);
	font-size:13px;
	
}




/*REDACTION DES TEXTES!!!!*/
	
.infoquestion {
	
	width:100%;
	padding:10px;
	margin-bottom:20px;
	
}

.inforeponse {
	
	width:100%;
	height:200px;
	padding:10px;
	
}


/*CARTEs*/

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);	
  max-width: 90%;
  margin: auto;
  margin-top:20px;
  text-align: center;
  color:var(--noir);
  overflow: hidden;
}

.cardinst {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);	
  max-width: 95%;
  margin: auto;
  margin-top:20px;
  text-align: center;
  color:var(--noir);
  overflow: hidden;
}

.cardcat {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);	
  max-width: 95%;
  padding:20px;
  font-size:20px;
  font-weight:bold;
  margin: auto;
  margin-top:20px;
  text-align: center;
  color:var(--noir);
  border-radius:10px;
  
}

.bandetitre {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);	
  color:var(--noir);
}


.price {
  color: grey;
  font-size: 22px;
}


.card button:hover {
  opacity: 0.8;
}


.textecartes {
	
	padding:0px 20px 20px 20px;
	min-height:200px;
	margin-top:0px;
	
}


.creditphoto {
	
	position:relative;
	display:inline-block;
}

.creditphoto .credittexte {
	
	position:absolute;
	z-index:2;
	bottom:0;
	right:0;
	background-color:var(--noir);
	opacity:0.7;
	margin-bottom:0px;
	color:var(--blanc);
	padding:2px 10px 2px 10px;
	font-size:12px;
}

.courrier {
	
	font-size:18px;
	position: relative;
    top: 1px;
	color:var(--grispale);
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

/* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;

/* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

* {box-sizing:border-box}

.button {
  cursor: pointer;
}

.button:hover {opacity: 1}

}

.button:active {
  transform: translateY(6px);
}

/* Hide the images by default */
.acc {
  display: none;
}

.activecc {
	  display: none;
	
}


/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  background-color: rgba(0,0,0,0.3);
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev {
  left: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}



/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/*ANCIENS EMERITES*/

.titreae {

padding:10px;	
text-align:center;	
}	
	
.tagae {
	padding:5px;
	font-weight:bold;
	color : var(--noir);
	
}

.spanae {
	
	font-weight:normal;
	color : var(--noir);
	
}

.photoselection {
		
		width:100%;
		max-width:1200px;
		margin:auto;
		
		}

img {
	
	aspect-ratio: attr(width) / attr(height);
	width:100%;
	height: auto;
	display:block;
}

a {
	text-decoration:none;
	
	}
	
	
.centre {
text-align:center;
}	
	
.full {
	
	width:100%;
	
}

/* ========================== RESPONSIVE Grand écran ================================*/

@media screen and (min-width: 1366px) {

.hidelarge {display:none;}

}


/* ========================== RESPONSIVE TABLETTE ================================*/

@media (max-width:1365px) and (min-width:801px){



form.recherche {
	
display:inline;
float:right;
text-align:center;
	
	}

form.recherche input{

position:relative;
top:10px;
right:4px;
margin-left:10px;
height:38px;
border-radius:7px;
width:200px;
border:solid lightgray 2px;
font-size:16px;
padding:10px;
	
}






 .hidemedium {display:none;}
 
.topresponsive {margin-top:152px;}


.readmore {display:block;}


.tableaustats {
	
	margin:auto;
	padding:20px;
	max-width:320px;
	
}

.tableaustats td {
	
	padding-top:5px;
	font-size:17px;
	color:gray;
	
}

.tableaustats tbody {
	
	padding-top:0px;
	margin:0px;

	
}

 
 .iconesmenu {
	
	width:70px;
	margin:0px;
	opacity:1;

}
 
.conteneuricones{
	
	padding:12px;
	
}
 
	.photoselection {
		
		width:100%;
		max-width:860px;
		margin:auto;
		
		}
		
		.max-lines4 {
  display: block;/* or inline-block */
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 6.5em;
  line-height: 1.6em;
}


}


/* ========================== RESPONSIVE TÉLÉPHONE ================================*/
	
@media(max-width:800px) {

.hidesmall {display:none;}
.w3-hide-small {display:none;}

.mySli {
	
	margin-bottom:20px;
	
}



.btnovervid {
	
	position:absolute;
    left:0px;
	bottom:0px;
	top:auto;
	margin-bottom:0px;
	width:100%;
	z-index:2;
	padding:20px 22px;
	font-size:23px;
	border-radius:0px;
	background-color:var(--vert);
	border:none;
	color:white;
	opacity:1;	
}

.chevron {
	
	float:right;
	padding:0px 0px 0px 10px;
	position:relative;
	top:0px;
	right:0px;
	margin:0px;
	margin-left:6px;
	width:25px;
	
	
}



form.recherche {
	
display:inline;
float:right;
text-align:center;
	
	}

form.recherche input{

position:relative;
top:10px;
right:4px;
margin-left:10px;
height:38px;
border-radius:7px;
width:300px;
border:solid lightgray 2px;
font-size:16px;
padding:10px;
	
}



.conteneurtopmenu {
	
	position:fixed;
	width:100%;
	max-width:1650px;
	left:50%;
	transform: translate(-50%, 0);
	height:60px;
	top:0px;
	margin:auto;
	background-color:white;



}

.topmenu {
	
	height:60px;
	width:100%;
	background:var(--vertgradient);
	float:left;
	border-radius:0px 0px 0px 00px;
	color:white;
	
}

.imgpres {
	
	padding:35px 20px 10px 20px;
	
}


p.especevignette {
    position:relative;
	top:7px;
	display:inline-block;
    float:left;
	margin-bottom:4px;
	padding:0px 0px 0px 8px;
	font-size:15px;
	line-height:20px;
	color:var(--vert);
	font-weight:bold;
	width:100%;
	max-width:200px;
}


.sectionbandeverte {
	
	margin-bottom:10px;
	margin-top:40px;
	width:100%;
	
}

.iconesmenu {
	
	width:57px;
	margin:4px 0px;
	opacity:1;
}

.iconesmob {
	
	position:relative;
	float:none;
	display:block;
	margin:auto;

	height:57px;
	width:360px;

	
	
}

.sousmenumob { 
	
	background:white;
	position:fixed;
	bottom:0px;
	width:100%;
	z-index:1000;
	padding:0px;
	text-align:center;
	
	
	}

.topresponsive {margin-top:152px;}

.conteneurmenu {
	
	position:fixed;
	top:56px;
	width:100%;
	max-width:1650px;
	height:110px;
	color:var(--vert);
	background-color:white;
	border-bottom:var(--grispale) solid 1px;
	padding:0px;
	font-size:30px;
	z-index:1000;
}

.menu {
	
	margin:0px;
	margin-left:0px;
	max-width:1650px;
	margin:auto;
	padding:0px 0px;
	
}

.logo {
	
	position:relative;
	float:left;
	width:200px;
	display:inline-block;
	padding:20px 0px 0px 0px;

}

.conteneurtitre{
	
	display:block;
	width:100%;
	background-color:none;
	position:relative;
	top:0px;
	left:0px;
}



.sectiontexte {
	
	padding:0px 30px 0px 30px;
	text-align:justify;
	hyphens:auto;
}
	
.conteneurimgaccueil {
	
	padding:15px 15px 0px 15px;
	
}

.conteneurfamilles {
	
	padding:15px;
	
}

.textevignette {
	
	font-size:13px;
	color:var(--gris);
	padding:1px 0px 0px 2px;
	
}

.conteneurvignette {
	
	padding:0px 4px 8px 4px;
	
}

.titreaccueil {
	
	color:var(--gris);
	
}

.imageaccueil {
	
	padding:0px;
	border-radius:0px;
	position:relative;
	top:0px;
	
}

.readmore {
	
	display:block;
	
}

.modal-content {

  margin: auto;
  display: block;
  width: 100%;
  max-height:300px;

}

.max-lines4 {
  display: block;/* or inline-block */
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 6.5em;
  line-height: 1.6em;
}

.titreaccueil {
	
	padding-top:20px;
}

.soustitre {
	
	font-size:12px;
	
}


div.contenuespece{
	
	margin-top:150px;
}


.conteneurvignette {
	
	padding:1px;

}

p.especevignette {
	display:inline;
	Width:100%;
}

p.vignettenew {
	display:inline;
	Width:auto;
	margin:30px;
	color:red;
	
}

img.boutonimg {
	display:inline;
	float:left;
	width:110px;
}


.sectionphotofixe {
	
	height:64px;
	
}

.centersmall {
	
text-align:center;
	
}

.sectionphotofixe2 {
	
	position:fixed;
	top:auto;
	bottom:0px;
	left:0;
	transform: translate(0, 0);
	color:var(--vert);
	background-color:var(--blanc);
	padding:0px;
	font-size:30px;
	z-index:999;
	
}


	
div.menutop {

	border:none;
	margin-bottom:2px;

	}



/*MODAL */

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10000; /* Sit on top */
  padding-top: 0px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
  
}



/* Modal Content (Image) */
.modal-content {
  position:absolute;
  width:100%;
  height:100%;
  display:flex;

}

.conteneurmedia {
	position:absolute;
	display:block;
	height:auto;
	width:100%;
	border-radius:0px;
	left:50%;
	transform: translate(-50%, 0%);
	
	
	
}


.bandemedia {
	
	display:none;
	position:absolute;
	bottom:0px;
	width:100%;
	background-color:white;
	height:0%;
}

.infomedia0 {

	color:var(--vert);
	font-size:18px;
}

.infomedia1 {

	color:var(--vert);
	font-size:15px;
}

.infomedia2 {
	
	color:var(--gris);
	font-size:13px;
}

.infossujet {
	float:left;
	padding:10px;
	
}

.infosphoto {
	
	float:right;
	padding:10px;
	text-align:right;
}

}

/*    fin-----------------------------      */



.accueilimg {
	
	border-radius:0px;
	
}


	/* Slideshow container */
.slideshow-container {
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySli {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}


	
	

