@media (max-width: 640px) {
	#menuprod {
		display:none;
	}
}

h1.titre {
	text-align:center;
	margin:0;
	padding:0;
	background-color:#8fbc8f;
	padding:20px;
	border-bottom:2px dashed white;
	font-family:sans-serif;
	color: white;
}
h1 a {
	text-decoration:none;
	padding:10px;
	text-decoration:underline dashed #8fbc8f;
	color:white;
}
h1 a:hover {
	color:white;
	text-decoration:underline dashed #4A6F4A;
}

.encart ul li {
	list-style-type: none;
}
.encart ul li:before {
	 content: "►";
	 margin-top:15px;
	 position:relative;
	 top:20px;
	 left:15px;
}

.encart {
		padding: 10px 25px 10px 25px;
		margin-top : 25px;
		margin-bottom:15px;
}
.encart p {
	text-indent:50px;
	font-size:21px;
}
.panneau {
	padding:15px;
	padding-bottom:25px;
	padding-top:10px;
	margin-top:25px;
	border-left:4px dotted white;
	border-right:4px dotted white;
	max-height:400px;
	overflow:auto;
	background-color:rgba(0,0,0,0.4);
	color:white;

}

#consultationPrest {
	margin:0 auto;
	min-width:250px;
	width:100%;
	height:auto;
	padding-top:30px;
	padding-bottom:50px;
	margin-bottom:-30px;
	overflow:hidden;
	display:flex;
	justify-content:center;
	background-image:url('../img/naturopathe_muret_toulouse.webp');
	background-repeat:no-repeat;
	background-position:left top;
	display:flex;
	background-attachment:fixed;
	background-size:50%;
	
	
	justify-content:flex-end;
}
.prest {
	overflow:auto;
	width:50%;
	text-align:center;
	background-color:rgba(255,255,255,0.7);
	border:2px dashed #a9d5a0;
	min-width:250px;
	padding:15px;
	margin-bottom:15px;
}
.prest h1 {
	background-color: #a9d5a0;
	padding:10px;
	border:2px dashed white;
	margin-bottom:10px;
	color:white;
}
.prest h2 {
	border:2px dashed #a9d5a0;
	padding:10px;
	margin-top:10px;
	margin-bottom:10px;
}
.deroulant {
	font-size:175%;
}
.encart p {
	color:white;
}

#imgConsult {
	width:300px;
	height:270px;
	background-repeat:no-repeat;
	background-image:url(../img/logotype.png);
	z-index:-1;
	float:left;
	position:relative;
	left:50px;
	top:20px;
}
body {
	background-image:none;
}
#formules_container {
	width:100%;
	overflow:hidden;
	background-color:rgba(169,213,160,1);
	border-top:4px dotted white;
	text-align:center;
	position:relative;
	top:30px;
}
#formules {
	width:80%;
	min-width:450px;
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.formule1 .descriptionFormule {
	border-right:3px dashed rgba(197,227,237,1);
	border-left:3px dashed rgba(197,227,237,1);
	padding-left:25px;
	padding-right:25px;
}
.formule1,.formule2{
	width:40%;
	min-width:300px;
	display:inline-block;
	position:relative;
	text-align:center;
	margin-bottom:60px;
}
.formule1{
	background-color:#ff9c47;
}
.formule2{
	background-color:rgba(197,227,237,1);
}
.formule1 .descriptionFormule {
	border-right:3px dashed rgba(169,213,160,1);
	border-left:3px dashed rgba(169,213,160,1);
}
.formule1 .titreFormule {
	color:rgba(89,143,150,1);
	border-bottom:3px dashed rgba(169,213,160,1);
}
.formule2 .titreFormule {
	color:white;
	border-bottom:3px dashed rgba(169,213,160,1);
	text-align:center;
}
.formule2 .descriptionFormule {
	border-right:3px dashed rgba(169,213,160,1);
	border-left:3px dashed rgba(169,213,160,1);
}
.skypeLogo {
	width:59px;
	height:59px;
	position:absolute;
	top:20px;
	left:5px;
	z-index:30;
	background-image:url("../img/skype.png");
}

.titreFormule {
	text-align:center;
	margin:0 auto;
	padding:10px;
	font-size:28px;
	font-weight:bold;
}
.descriptionFormule {
	padding:15px;
	font-size:1.1em	;
	height:325px;
	max-height:325px;
	overflow:auto;
}
.descriptionFormule p {
	padding:5px;
	margin-bottom:15px;
	background-color:rgba(0,0,0,0.2);
	color:white;
}
.bouttonFormule {
	margin-top:18px;
	margin-bottom:30px;
	text-align:center;
}
.bouttonFormule a {
	text-decoration:none;
	font-size:24px;
	padding:10px;
	background-color:rgba(255,255,255,0.25);
	border: 3px dotted rgba(169,213,160,1);
	color:#5f9ea0;
}
.bouttonFormule a:hover {
	color:#8fbc8f;
}

/***********************************************/
#takeRdv {
	width:70%;
	margin:0 auto;
	margin-top:30px;
	padding:25px;
	background-color:white;
	border:3px dotted #8fbc8f;
	font-size:1.3em;
}
#cssRdv {
	color:white;
}
#takeRdv h1 {
	border-bottom:2px dashed #518b8b;
	border-top:2px dashed #518b8b;
	color:#8fbc8f;
}

#takeRdv h3 {
	text-align:center;
	border-bottom:2px dashed #8fbc8f;
	border-top:2px dashed #8fbc8f;
	color:white;
	display:block;
	margin-top:25px;
	margin-bottom:20px;
	padding:10px;
	font-size:1.4em;
}
#cssRdv {
	width:60%;
	margin:0 auto;
	background-color:#518b8b;
	margin-top:25px;
	padding:25px;
	padding-top:0px;
	border:3px dotted white;
}
#takeRdv label {
	display:inline-block;
	width:170px;
}
#takeRdv input {
	margin-bottom:5px;
}
#takeRdv .textarea {
	width:100%;
	height:150px;
}
#takeRdv .center {
	text-align:center;
}
#takeRdv .textarea2 {
	width:50%;
	height:150px;
}