html {
	height: 100%;
	padding: 0;
	margin: 0;
}

body  {
	background-color: #1a1a1a;
	padding: 0;
	margin: 0;
	height: 100%;
}


.error404{
	padding: 0;
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	text-align: center;
	height: 590px;
	width: 800px;
}

.error404 h1{
	font-size: 4em;
	font-weight: 100;
}

.error404 h2{
	font-size: 2em;
	font-weight: 100;
}

.error404 a{
	text-decoration: none;
	display: block;
	font-size: 1.3em;
	color: #ae9971;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.error404 a:hover{
	color: #283435;
}

.error404 img{
	margin-top: 30px;
}

#error404{
	background-color: #282828;
}

header, footer, nav, section, article, main {
    display: block
}

#wrapper{
	z-index: 0; /* permet d'afficher correctement les 3 images des infos pratiques */
	min-height: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	background-color: #282828;
}

header {
	background: #1a1a1a;
	padding: 15px 0px 115px 0px;
}

#header{
	width: 941px;
	margin: 0 auto;
	display: flex;
}

#identity{
	width: 656px;
	height: 150px;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

#christmas_hat>svg{
	z-index: 10000;
	position: absolute;
	top: -132px;
	left: 492px;
	width: 35px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.mondocteur {
	background:  #cccccc url("../pics/mondocteur_logo.png") no-repeat 31px 135px;
}

.doctolib,
.mondocteur{
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	position: relative;
	width: 280px;
	height: 180px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
	text-decoration: none;
}

.doctolib{
	background: #4C92DE;
	color: white;
}

.doctolib p{
	margin: 0;
}

.doctolib svg{
	color: white;
	fill: currentColor;
	width: 75%;
}

.doctolib #new,
.mondocteur #new{
	font-size: 28px;
	font-family: "AvenirHeavy";
	color: white;
	line-height: 0.8;
}

.mondocteur #cliquez,
.doctolib #cliquez {
	font-size: 20px;
	color: white;
	line-height: 0.98;
}

#business_card{
	display: inline-block;
	width: 280px;
	height: 180px;
	background-color: #000000;
	font-size: 1em;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 1px 1px 5px #000000;
	-webkit-box-shadow: 1px 1px 5px #000000;
	box-shadow: 1px 1px 5px #000000;
	border: 1px solid #333333;
	overflow: hidden;
}

#business_card_text{
	display: inline-block;
	margin : 15px;
	width: 200px;
}

#business_card img{
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-top: 0px;
	right: -10px;
	top: 10px;
	overflow: hidden;
}

#business_card a[href^=tel]{ /* removes iOS default bleu/underline styling of phone numbers */
	color: #ae9971;
	text-decoration: none;
}

.left_gradient{
	text-align: left;
	margin: 0px -65px 15px -15px;
	padding-left : 20px;
	background-image: -webkit-linear-gradient(left, #111111 0%, #444444 100%);
	background-image:    -moz-linear-gradient(left, #111111 0%, #444444 100%);
	background-image:     -ms-linear-gradient(left, #111111 0%, #444444 100%);
	background-image:      -o-linear-gradient(left, #111111 0%, #444444 100%);
	background-image:         linear-gradient(left, #111111 0%, #444444 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#444444', GradientType=1);
}

.right_gradient{
	text-align: left;
	margin: 22px -65px 22px -15px;
	padding-left : 20px;
	background-image: -webkit-linear-gradient(right, #111111 0%, #444444 100%);
	background-image:    -moz-linear-gradient(right, #111111 0%, #444444 100%);
	background-image:     -ms-linear-gradient(right, #111111 0%, #444444 100%);
	background-image:      -o-linear-gradient(right, #111111 0%, #444444 100%);
	background-image:         linear-gradient(right, #111111 0%, #444444 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#111111', GradientType=1);
}

#xmas_tree>svg:nth-child(1){
	position: absolute;
	top: -188px;
	left: 30px;
	height: 90px;	
}

#xmas_tree>svg:nth-child(2){
	z-index: 10001;
	position: absolute;
	top: -124px;
	left: 90px;
	height: 25px;	
}

#snowman>svg{
	z-index: 10001;
	position: absolute;
	height: 60px;
	right: 10px;
	top: -67px;
}

#diploma>svg{
	height: 100px;
	/*right: 10px;
	top: -67px;*/
}

section{
	width: 941px;
	margin: 0 auto;
	padding-bottom: 0;
}

#content{
	padding-bottom: 307px;
}

article{
	width: 100%;
	font-size: 0.95em;
	padding-top: 20px;
	padding-bottom: 0;
	margin-bottom: 0;
}

#allo-medecin{
	display: block;
	color: #bbbbbb;
	width: 144px;
	margin: 30px auto 20px auto ;
	text-align: center;
	font-size: 0.9em;
}

.map {
	margin-top: 5px;
	margin-bottom: 0px;
	border: 8px solid #ffffff;
	-moz-box-shadow: 1px 1px 12px #000000;
	-webkit-box-shadow: 1px 1px 12px #000000;
	box-shadow: 1px 1px 12px #000000;
}

.float_right_img {
	float: right;
	margin-left: 15px;
}

.float_left_img {
	float: left;
	margin-right: 15px;
}

#indications_table td {
	vertical-align: top;
}

#indications_table h2{
	margin-top: 0;
}

.horizontal_line{
	height: 2px;
	background-color: #dddddd;
	border: 0;
}

.horizontal_line_separator{
	width: 200px;
	text-align: center;
	height: 1px;
	background-color: #ae9971;
	border: 0;
}

.training_duration{
	margin: 40px auto;
}

.training_duration caption{
	margin-top: 5px;
	caption-side: bottom;
}

.training_duration tr{
	text-align: center;
	padding: 10px;
}

.training_duration td{
	background-color: #ae9971;
	text-align: center;
	padding: 10px;
}

.training_duration th{
	text-align: left;
	background-color: #283435;
	padding: 10px;
}

.references{
	font-size: 0.8em;
	
}

.references td{
	vertical-align: top;
}

#osteo_france figure{
	margin: 40px auto;
	text-align: center;
}

#article_list{
	list-style-type: none;
}

#article_list>li{
	padding-bottom: 5px;
}

#article_list>li:last-child{
	padding-bottom: 0px;
}

/***************************
		INFOBUBBLE
***************************/

.info_bubble{
    position: relative;
	z-index: 24;
    text-decoration: none;
	color: #55716e;
	text-indent: 0;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.info_bubble:hover{
	z-index:25;
	cursor: pointer;
	color:#ae9971;
}

.info_bubble>span{
	display: none;
	position: absolute;
	bottom: 2.5em;
	left: 0;
	padding: 1em;
    background-color: #ae9971;
	color: #282828;
    text-align: justify;
    font-weight: none;
	font-size: 0.85em;
}

.info_bubble:hover span{ 
	display: block;
}

.bubble_display{
	display: block;
}

.right_infobubble::after{
	background: inherit;
	content:'';
	position: absolute;
	z-index: -1;
	left: 20%;
	bottom: -8px;
	margin-left: -5px;
	width: 16px;
	height:16px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.info_bubble_pic{
	display: block;
	width: 142px;
	margin: 1em auto 0 auto;
}

/***************************/

#address{
	font-size: 1.3em;
	background-color: #283435;
	padding-top: 20px;
	width:240px;
	height: 65px;
	margin: 30px auto 25px auto;
	font-weight: 300;
}

#address p{
	text-align: center;
	margin: 0;
}

.summary h2{
	margin-top: 0;
}

.summary{
	background-color: #283435;
	padding: 20px;
	font-size: 15px;
}
.summary strong{
	font-weight: 500;
}

/***************************
 INFOS PRATIQUES : 3 images
***************************/

#infos_pratiques .image_list{
	list-style: none;
	padding: 0;
	width: 828px;
	margin: 60px auto;
}

.image_list_elt
{
    width: 250px;
    height: 250px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.opening_hours .info_content{
    margin-top: 55px;
	position: relative;
}

.contact .info_content{
	margin-top: 95px;
	position: relative;
}

.image_list a{
    text-decoration: none;
}

.image_list_elt:before, .image_list_elt:after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 1;
}

.opening_hours:before {
	background-image: url(../pics/time.png);
    z-index: -1;
    transition: opacity .3s;
}

.opening_hours:after {
    background-image: url(../pics/time_hover.png);
    z-index: -2;
}

.payment:before {
    background-image: url(../pics/payment.png);
    z-index: -1;
    transition: opacity .3s;
}

.payment{
    margin: 0 35px;
}

.payment:after {
    background-image: url(../pics/payment_hover.png);
    z-index: -2;
}

.contact:before {
    background-image: url(../pics/contact.png);
    z-index: -1;
    transition: opacity .3s;
}

.contact:after {
    background-image: url(../pics/contact_hover.png);
    z-index: -2;
}

.image_list_elt:hover:before {
    opacity: 0;
}

.image_list_elt .info_content {
    opacity: 0;
    text-align: center;
    font-size: 25px;
    -webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.image_list_elt:hover .info_content {
    opacity: 100;
}

.image_list_elt p,
.image_list_elt:hover p{
    color: #333333;
	cursor: default;
}

.payment p,
.payment p:hover{
    color: #333333;
    text-align: center;
    margin-top: 110px;
	cursor: pointer;
}

.image_list_elt a,
.image_list_elt:hover a{
    color: #415556;
    -webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.image_list_elt:hover a:hover{
    color: #ae9971;
}

#infos_pratiques .image_list_elt .info_title{
	position: absolute;
	width:100%;
	height: 2em;
	text-indent: 0.5em;
	background-color: #333333;
	opacity: 0.8;
	bottom: 0;
	margin: 0;
	font-weight: 200;
	font-size: 1.5em;
    color: #eeeeee;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

#infos_pratiques .image_list_elt:hover .info_title{
	height:0;
	overflow: hidden;
}

/***************************
 INDICATIONS : 8 images
***************************/

#indications .image_list_elt:hover {
	cursor: pointer;
}

#indications .image_list{
	list-style: none;
	padding: 0;
	width: 828px;
	margin: 35px auto;
}

#check-up:before {
	background-image: url(../pics/check-up.png);
    z-index: -1;
    transition: opacity .3s;
}

#check-up:after {
    background-image: url(../pics/check-up.png);
    z-index: -2;
}

#baby:before {
    background-image: url(../pics/baby.png);
    z-index: -1;
    transition: opacity .3s;
}

#baby{
    margin: 0 35px;
}

#baby:after {
    background-image: url(../pics/baby.png);
    z-index: -2;
}

#pregnancy:before {
    background-image: url(../pics/pregnancy.png);
    z-index: -1;
    transition: opacity .3s;
}

#pregnancy:after {
    background-image: url(../pics/pregnancy.png);
    z-index: -2;
}

#family:before {
	background-image: url(../pics/family.png);
    z-index: -1;
    transition: opacity .3s;
}

#family:after {
    background-image: url(../pics/family.png);
    z-index: -2;
}

#elder:before {
    background-image: url(../pics/elder.png);
    z-index: -1;
    transition: opacity .3s;
}

#elder{
    margin: 0 35px;
}

#elder:after {
    background-image: url(../pics/elder.png);
    z-index: -2;
}

#athlete:before {
    background-image: url(../pics/sport2.png);
    z-index: -1;
    transition: opacity .3s;
}

#athlete:after {
    background-image: url(../pics/sport2.png);
    z-index: -2;
}

#indications .image_list_elt .info_title{
	position: absolute;
	height:0;
	width: 100%;
	text-indent: 0.5em;
	background-color: #333333;
    overflow: hidden;
	opacity: 0.8;
	bottom: 0;
	margin: 0;
	font-weight: 200;
	font-size: 1.5em;
    color: #eeeeee;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

#indications .image_list_elt:hover .info_title{
	bottom: 0;
	height: 2em;
}

.indication_details {
	display: none;
	position: relative;

}

#check-up_details::after{
	content:'';
	position: absolute;
	z-index: -1;
	left: 17.5%;
	top: -19px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 20px 20px;
	border-color: transparent transparent #283435;
}

#baby_details::after{

	content:'';
	position: absolute;
	z-index: 11;
	left: 47%;
	top: -19px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 20px 20px;
	border-color: transparent transparent #283435;
}

#pregnancy_details::after{

	content:'';
	position: absolute;
	z-index: 11;
	left: 78%;
	top: -19px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 20px 20px;
	border-color: transparent transparent #283435;
}

#family_details::after{
	content:'';
	position: absolute;
	z-index: 11;
	left: 17.5%;
	top: -19px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 20px 20px;
	border-color: transparent transparent #283435;
}

#elder_details::after{
	content:'';
	position: absolute;
	z-index: 11;
	left: 47%;
	top: -19px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 20px 20px;
	border-color: transparent transparent #283435;
}

#athlete_details::after{
	content:'';
	position: absolute;
	z-index: 11;
	left: 78%;
	top: -19px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 20px 20px;
	border-color: transparent transparent #283435;
}

/***************************
 OTHER PAGES
***************************/


.cabinet_domicile{
	text-align: center;
}

#sport article,
#histoire article{
	display: inline-block;
	width: 70%;
	padding-top: 0px;
}

#sport section,
#histoire section{
	padding-top: 20px;
}

#sport #wushu1{
	display: inline-block;
	margin-left: 10px;
	margin-top: 11%;
	width: 268px;
	height: 340px;
	background-color: red;
	vertical-align: top;
	background: url("../pics/wushu3.png") no-repeat;
}

#sport #wushu2{
	display: inline-block;
	margin-right: 10px;
	margin-top: 7%;
	width: 268px;
	height: 468px;
	background-color: red;
	vertical-align: top;
	background: url("../pics/wushu2.png") no-repeat;
	background-position: 50% 20%;
}

#histoire #atstill{/*180 × 278*/
	display: inline-block;
	margin-left: 20px;
	width: 180px;
	height: 278px;
	background: url("../pics/ATStill.png") no-repeat;
}

#histoire #wgsutherland{/*192 × 241*/
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	width: 192px;
	height: 241px;
	background: url("../pics/WGSutherland.jpg") no-repeat;
}

#histoire #jmlittlejohn{/*163 × 241*/
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	width: 163px;
	height: 241px;
	background: url("../pics/JMLittlejohn.png") no-repeat;
	background-color: white;
}

.infos_pratiques_svg{
	width: 40px;
	height: 40px;
}

#img_tick, #img_cross{
	position: relative;
	display: inline-block;
	text-align: center;
	padding: 0;
}

#img_tick>img, #img_cross>img{
	border: 7px solid #dddddd;
}

#img_tick {
	margin-left: 50px;
}

#img_tick>div, #img_cross>div{
	position: absolute;
	bottom : -8px;
	right: -8px;
}

#img_cross svg{
	fill: #b4605b;
	height: 100px;
	width: 100px;
}

#img_tick svg{
	fill: #63af6c;
	height: 100px;
	width: 100px;
}