html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

img {
	max-width: 100%;
}

p {
	margin: 0 0 20px 0;
}

html, body {
	height: 100%;
}

body {
	background: white url("../img/bg.png");
	font-family: "Century Gothic", sans-serif;
	font-size: 14px;
	color: #5d5c5c;
	margin-top: 20px;
	margin-bottom: 20px;
}

/*menu responsive*/
/* Switching box model for all elements */
* {
	box-sizing: border-box;
}

/* Responsive Navigation styles begin here */
@media (max-width: 767px) {

	#navigation {
		z-index: 10;
	}

	#navigation + * {
		position: relative;
	}

	/* Theming opened nav */
	#navigation ul {
		
		/* maximum height */
		max-height: 20em;
		overflow: visible;

		/* translate with hardware acceleration */
		transform: translateZ(0);
		-webkit-transition: max-height .4s;
		        transition: max-height .4s, overflow .4s;
		will-change: max-height, overflow;

		/* global styles */
		margin: 0;
		padding: 0;
		list-style: none;
	}

	#navigation ul li {
		background: #fff;
	}

	#navigation a {
		display: block;
		padding: 15px;
		color: #5d5c5c;
		background: #fff;
		text-decoration: none;
		border-bottom: 1px solid #cdcdcd;
	}
	#navigation .first a {
		margin-top: 2px;
	}
	#navigation a:hover, 
	#navigation a:focus,
	#navigation a:active
	{
		background: #fff;
	}
	
	/* Theming closed nav */
	#navigation.is-closed ul {
		max-height: 0;
		overflow: hidden;
	}

	/* Global styling nav button */	
	#navigation > button {
		display: block;
		position: absolute;
		top: -31px; 
		right: 5px;
		z-index: 1;
		height: 22px;
		width: 40px;
		background-color: transparent;
		background-image: -webkit-gradient(linear, left top, right top, from(#571135), to(#571135)), -webkit-gradient(linear, left top, right top, from(#571135), to(#571135)), -webkit-gradient(linear, left top, right top, from(#571135), to(#571135));
		background-image: -webkit-linear-gradient(left, #571135, #571135), -webkit-linear-gradient(left, #571135, #571135), -webkit-linear-gradient(left, #571135, #571135);
		background-image: linear-gradient(to right, #571135, #571135),
			linear-gradient(to right, #571135, #571135),
			linear-gradient(to right, #571135, #571135);
		background-position: center top, center, center bottom;
		background-repeat: no-repeat;
		-webkit-background-size: 34px 4px;
		        background-size: 34px 4px;
		padding: 0;
		outline: 0;
		border: 0;
		cursor: pointer;
		-webkit-tap-highlight-color:rgba(0,0,0,0);
		-webkit-transition: .2s;
		        transition: .2s;
	}
	
	/*  Removing Firefox's dotted outline on button */	
	#navigation > button::-moz-focus-inner {
		border: 0;
	}
	
	/* Theming opened nav button */	
	#navigation:not(.is-closed) > button {
		-webkit-transform: rotate(180deg) translateZ(0);
		        transform: rotate(180deg) translateZ(0);
		background-position: center, center, center;
	}
	
	
	/* Hide alternate text except from screen readers */
	.visually-hidden {
		position: absolute !important;
		clip: rect(1px, 1px, 1px, 1px);
		overflow: hidden;
		height: 1px;
		width: 1px;
	}
}

@media screen and (min-width: 320px) {
	.wrap {
		background: #fff;
		margin: 20px;
		box-shadow: 1px 2px 15px #5d5c5c;
		border-radius: 5px;
	}

	.text_gras {
   		color: #571135;
    	font-weight: bold;
	}

	header {
		color: #571135; 
		padding: 10px;
		position: relative;
	}

	header h1 {
		font-size: 27px;
		margin-bottom: 6px;
	}
	
	header h2 {
		font-weight: bold;
		font-size: 1em;
		margin-bottom: 5px;
	}

	header h3 {
		font-size: 12px;
	}

	header h4 {
		display: none;
	}
	
	header h5 {
		height: 40px;
		border-top: 1px solid #cdcdcd;
		border-bottom: 1px solid #cdcdcd;
		margin-top: 20px;
		line-height: 40px;
		padding-left: 5px;
		font-size: 16px;
	}

	#navigation {
		position: relative;
	}

	.sousmenu {
		background: #fff;
	}

	.sousmenu li {
		padding: 0 0 0 30px;
	}

	.sousmenu li a {
		padding: 7px;
		background: url('../img/bga.png') no-repeat 0 10px;
	}

	.cabinet {
		padding: 10px 10px 20px;
		border-bottom: 1px solid #cdcdcd;
	}

	section {
		padding: 10px;
	}

	section, aside {
		text-align: justify;
	}

	section h1, aside h1 {
		color: #571135;
		font-size: 18px;
		margin-bottom: 20px;
	}

	h1 a {
		color: #571135;
	}

	aside {
		padding: 10px;
		border-top: 1px solid #cdcdcd;
	}

	aside h2 {
	    color: #571135;
	    font-size: 1.4em;
	    margin-bottom: 20px;
	    margin-top: 0;
	}

	iframe {
		width: 100%;
		height: 250px;
	}

	.copyright {
		text-align: center;
		color: #571135;
		padding-top: 10px;
		margin-bottom: 20px;
	}

	.copyright a, .copyright a:visited {
		color: #571135;
		text-decoration: none;
		font-weight: bold;
	}

	footer .navfooter {
		display: none;
	}

	#arrow {
		cursor: pointer;
		width: auto;
	}

	.other {
		display: none;
	}

	.glossaire {
		font-size: 12px;
		text-align: center;
	}

	.glossaire a {
		color: #5d5c5c;
	}

	.codeDeontologie {
		font-weight: bold;
		text-align: center;
	}

	.codeDeontologie a,  .codeDeontologie a:visited {
		color: #184c7d;
		text-decoration: underline;
		font-weight: normal;
	}

	article {
		font-size: 12px;
		margin-top: 40px;
	}

	article span {
		width: 160px;
		height: 1px;
		background: #5d5c5c;
		display: block;
		margin-bottom: 5px;
	}

	article b {
		color: #184c7d;
	}

	.citation {
		text-align: right;
	}
	
	#contact iframe {
		height: 300px;
	}
}

@media screen and (min-width: 768px) { 
	header {
		padding: 10px;
	}

	header h1 {
		font-size: 30px;
		font-weight: bold;
	}

	header h1, header h2 {
		width: 60%;
	}

	header h2 {
		font-size: 17px;
	}

	header h3 {
		display: inline-block;
		margin-top: 10px;
		font-size: 14px;
	}

	header h4 {
		display: inline-block;
		position: absolute;
		top: 10px;
		right: 10px;
		padding-left: 20px;
		border-left: 1px solid #cdcdcd;
	}

	header h5 {
		display: none;
	}

	#navigation {
		margin-top: 44px;
		border-top: 1px solid #cdcdcd;
		border-bottom: 1px solid #cdcdcd;
		height: 43px;
		line-height: 40px;
	}

	#navigation ul li {
		display: inline;
		margin: 4px;
		padding: 5px;
		position: relative;
	}

	#navigation ul li a {
		text-decoration: none;
		padding-bottom: 14px; 
	}

	#navigation ul li a, #navigation ul li a:visited {
		color: #5d5c5c;
	}

	#navigation ul li a:hover,  #navigation ul li .sousmenu li a:hover, #navigation ul li.active .sousmenu li a:hover {
    	color: #571135;
	}

	.active {
    	background: #571135 none repeat scroll 0 0;
    	border-radius: 4px;
	}

	#navigation ul li.active a {
    	color: #fff;
	}

	#navigation ul li.active .sousmenu li a {
		color: #5d5c5c;
	}

	.sousmenu {
		display: none;
		left: -2px;
    	position: absolute;
    	top: 36px;
    	width: 190px;
    	z-index: 10
	}
	
	#navigation ul li:hover .sousmenu {
		display: inline;
	}

	#navigation ul li .sousmenu li {
		display: list-item;
		padding: 0;
		margin: 0;
		border-bottom: 1px solid #cdcdcd;
		border-left: 1px solid #cdcdcd;
		border-right: 1px solid #cdcdcd;
	}

	.sousmenu li a {
		background: none;
		padding: 10px;
	}

	.cabinet {
		padding: 0px 10px 10px 10px;
		text-align: center;
		margin-bottom: 20px;
	}	

	section {
		padding: 10px;
		width: 68%;
		float: left;
		border: none;
		border-right: 1px solid #cdcdcd;
		margin-bottom: 20px;
	}

	#index section {
		border-right: none;
		margin-bottom: 0;
		width: 60%;
	}

	#contact section {
		width: 100%;
		border-right: none;
		margin-bottom: 0;
	}

	aside {
		padding: 10px;
		width: 32%;
		float: right;
		margin-bottom: 10px;
		padding-bottom: 0;
		border-top: none;
	}

	#index aside {
		border-left: 1px solid #cdcdcd;
		width: 40%;
	}

	.other {
		display: block;
		text-align: center;
	}

	footer {
		clear: both;
		border-top: 5px solid #cdcdcd;
		margin: 0 auto;
		width: 95%;
	}

	footer .navfooter {
		display: block;
	}

	footer .navfooter {
    	height: 160px;
	}

	footer .navfooter a:hover {
		color: #571135;
	}

	.navfooter ul {
    	list-style: outside none none;
    	padding: 0;
	}

	.navfooter ul li {
	    color: #5d5c5c;
	    display: inline-block;
	    margin-top: 10px;
	    padding-top: 10px;
	    position: relative;
	    margin-left: 13px;
	}

	.navfooter ul li a {
	    color: #5d5c5c;
	    margin-top: 10px;
	    text-decoration: none;
	    padding-left: 0;
	}

	.navfooter ul li ul {
	    display: block;
	    font-size: 0.8em;
	    left: 0;
	    line-height: 0;
	    margin-top: 0;
	    padding-bottom: 15px;
	    position: absolute;
	    top: 20px;
	    width: 200px;
	}

	.navfooter ul li ul li {
		margin-left: 0
	}

	.image {
		margin-bottom: 260px;
	}

	.img5{
		margin-bottom:0;
	}

	#contact iframe {
		height: 400px;
	}


}

@media screen and (min-width: 800px) { 
	#navigation ul li { 
		margin: 4px;
	}

	section {
		width: 69%;
	}

	aside {
		width: 31%;
	}
}

@media screen and (min-width: 980px) { 
	.wrap {
		width: 870px!important;
		margin: 20px auto 20px;
	}

	header, .cabinet, section, aside {
		padding: 20px;
	}

	header h1 {
		font-size: 34px;
	}

	header h2 {
		font-size: 23px;
	}

	header h4 { 
		top: 20px;
		right: 20px;
	}

	#navigation {
		margin-top: 38px;
	}

	#navigation ul li {
    	margin: 12px;
	}

	aside {
		padding-bottom: 0;
		margin-bottom: 20px;
		width: 28%;
	}

	section {
		width: 72%;
	}

	.image {
    	margin-bottom: 180px;
	}

	.navfooter ul li {
		margin-left: 30px;
	}
}

@media screen and (min-width: 1280px) { 
	#contact iframe {
		height: 500px;
	}
}

/* doctolib*/
.doctolib-button {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0px;
    font-weight: normal;
    line-height: 1.42857;
    text-align: center;
    width: 240px;
    background-image: none;
    background-color: rgb(52, 152, 219);
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none;
    font-family: Arial;
    border: 1px solid transparent;
    border-width: medium medium 2px;
    border-style: none none solid;
    border-image: none;
    border-radius: 5px;
    border-bottom-color: rgb(35, 131, 196);
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-user-select: none;
    margin-left: 20px;
    margin-top: -10px;
  }
.doctolib-button:hover {
    background-color: rgb(7, 122, 199);
    color: white;
    text-decoration:none;
  }

  @media screen and (min-width: 320px) {
  	.doctolib-button {
  		margin: 10px auto;
  	}
  }

  @media screen and (max-width: 768px) { 
		header h3 {
			display: block;
		}
  }
  @media screen and (max-width: 980px) { 
	header h3 {
			display: inline-block;
		}
  }

