/* Style sur smartphone */

body {
	 font-size: 18px;
	 background-size: cover;
	 font-family: Helvetica, sans-serif;
	 width: 100%;
	 margin: 0;
	 padding: 0;
	 overflow: auto;
	 background-image: url('./images/foret_chene.jpg');
}

#cadre_mail {
	position: relative;
	float: right;
	top: 5px;
	vertical-align: top;
	padding-left:15px;
	padding-right:15px;
	z-index:1;
	font-size: 1em;
	font-weight: normal;
}

#cadre_titre {
	position: fixed;
	background-color: #ebb277;
	left: 0px;
	top: 0px;
	width: 100%;
	border: 1px solid #e3e3e3;
    border-radius: 4px;	
	z-index: 0;
	font-size: 0.8em;
}

#cadre_text {
    position: absolute;
    top: 150px;
    left: 13em;
	width: 75%;
    float: left;
	text-align: left;
	line-height: 2;
	font-weight: bold;
	background-color: white;
	opacity: 0.8;
	padding: 20px 50px 20px 50px;
}


#cadre_contact2 {
	position: absolute;
	float: left;
	left: 38em;
	top: 150px;
    width: 20em;
	text-align: left;
	line-height: 2;
	font-weight: bold;
	background-color: white;
	opacity: 0.8;
	padding:  20px 50px 20px 50px;
}

/* Style sur ordinateur */
@media all and (max-width: 600px) {
  body {
    font-size: 12px;
	background-image: none;
  }
  #cadre_mail {
	  	float: left;
  }
  #cadre_titre {
	  	width: 80%;
  }
  #cadre_text {
	  width: 60%;
	  left: 12em;
  }
  #cadre_contact2 {
	top: 500px;
	left: 12em;
  }

}

/* Style commun */
a { 
	text-decoration: none;
	color: #428bca;
	font-size: 1em;	/* 16px */
	padding: 5px;
}

h1 {
 font-size: 1.5em;
 text-decoration: underline;
 margin-block-start: 0px;
}

h2 {
	font-size: 2em;
	font-weight: bold;
	text-align: center;
}

td {
	width: 200px;
	padding-top: 0px;
	text-align: center;
}

img {
	overflow: visible;
}

#cadre_tel {
	position: relative;
	float: left;
	top: 5px;
	left: 5px;
	vertical-align: top;
	padding-left:15px;
	z-index:1;
	font-size: 1em;
	font-weight: normal;
}

#cadre_menu {
	position: absolute;
	background-color: #f5f5f5;
	left: 0px;
	top: 150px;
	width: 10em;
	border: 5px solid #ebb277;
    border-radius: 4px;
	vertical-align: middle;
	font-size: 1em;
	padding: 0px;
}

#cadre_pefc {
	position: absolute;
	background-color: #f5f5f5;
	left: 0px;
	top: 600px;
	width: 10em;  /* 160px; */
	padding: 3px;
	border: 5px solid #ebb277;
    border-radius: 4px;
}

#cadre_contact1 {
    position: absolute;
    top: 150px;
    left: 12em;
    width: 17em; /*380px;*/
	text-align: left;
	line-height: 2;
	font-weight: bold;
	background-color: white;
	opacity: 0.8;
	padding:  20px 50px 20px 50px;
}

#cadre_image {
    position: relative;
	display: inline;
	float: left;
}

.ul {
padding: 0px;
}

.nav {
  list-style: none;
  padding: 5px;
  width: 95%;
}

.nav-item { 
	border-style: solid; 
	border-width: 1px 1px 1px 1px; 
	border-color: #fff #d9d9d9 #d9d9d9; 
	border-radius: 0.375rem;
	background-color: #f6f6f6;
	color: #ebb277;
	text-align: center;
	padding: 5px;
}

.nav > li > a {
	color: black;
	width: 95%;

}

.nav-link {
	border-bottom-width: 1px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	text-align: center;
	display: block;
}

.nav-link.active {
    background-color: #ebb277;
}
