@font-face
{
    font-family: 'geosanslightregular';
    src: url('../fonts/geosanslight.eot');
    src: url('../fonts/geosanslight.eot?#iefix') format('embedded-opentype'),
         url('../fonts/geosanslight.woff') format('woff'),
         url('../fonts/geosanslight.ttf') format('truetype'),
         url('../fonts/geosanslight.svg#geosanslightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face
{
    font-family: 'avantgarde_bk_btbook';
    src: url('../fonts/846-webfont.eot');
    src: url('../fonts/846-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/846-webfont.woff') format('woff'),
         url('../fonts/846-webfont.ttf') format('truetype'),
         url('../fonts/846-webfont.svg#avantgarde_bk_btbook') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face
{
    font-family: 'attachee';
    src: url('../fonts/attachee.eot');
    src: url('../fonts/attachee.eot?#iefix') format('embedded-opentype'),
         url('../fonts/attachee.woff') format('woff'),
         url('../fonts/attachee.ttf') format('truetype'),
         url('../fonts/attachee.svg#attachee') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face
{
    font-family: 'raleway';
    src: url('../fonts/Raleway-Regular.eot');
    src: url('../fonts/Raleway-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Raleway-Regular.woff') format('woff'),
         url('../fonts/Raleway-Regular.ttf') format('truetype'),
         url('../fonts/Raleway-Regular.svg#Raleway-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face
{
    font-family: 'alegreya';
    src: url('../fonts/Alegreya-Regular.eot');
    src: url('../fonts/Alegreya-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Alegreya-Regular.woff') format('woff'),
         url('../fonts/Alegreya-Regular.ttf') format('truetype'),
         url('../fonts/Alegreya-Regular.svg#Alegreya-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}






/*GENERAL*/
*
{
	box-sizing: border-box;
	outline: none;
}
html
{	
	height: 100%;
}
BODY
{
	margin: 0;
	font-family: arial;
	font-size: 14px;
	color: #666;
	height: 100%;
}
.badge
{
	
	display: inline-block;
	padding: 3px 10px;
    border-radius: 3px;
    background-color: #727272;
    color: #FFF;
	font-size: 12px;
}
.badge.validation
{
	background-color: #37bc9b;
}
.badge.information
{
	background-color: #5D9CEC;
}
.badge.erreur
{
	background-color: #F05050;
}
.badge.alert
{
	background-color: #f0bd50;
}
.badge.autre
{
	background-color: #7237BC;
}
h1
{
	margin: 10px 0;
	color: #0395D6;
	font-size: 26px;
	font-family: raleway;
	letter-spacing: 1px;
	font-weight: normal;
}
h2
{
	margin: 5px 0;
	color: #0395D6;
	font-family: raleway;
	font-size: 28px;
	font-weight: normal;
}
h3
{
	margin: 5px 0;
	font-family: raleway;
	color: #499EE0;
	font-size: 14px;
	font-weight: normal;
}
h1 > a,h2 > a,h3 > a
{
	text-decoration: none;
}
table
{
	border-spacing: 0;
}
table td
{
	margin: 0;
	padding: 0;
}
hr
{
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-bottom: 1px dashed #499EE0;
}
a img
{
	border: 0;
}
a
{
	color: #499EE0;
}
a:active, 
a:focus
{
	color: #499EE0;
}
.clear
{
	clear: both;
}




/*FORMULAIRE*/
#captchagc,
#captchagc *
{
	box-sizing: border-box;
	outline: none;
}
#captchagc
{
	position: relative;
	background-color: #E7E7E7;
	border: 1px solid #D6D6D6;
	width: 250px;
	height: 70px;
	overflow: hidden;
	margin: 10px auto;
}
#captchagc > img:nth-of-type(1)
{
	position: absolute;
	top: 18px;
	left: 18px;
	width: 34px;
	height: 34px;
	z-index: 2;
	margin: 0!important;
}
#captchagc > img:nth-of-type(2)
{
    position: absolute;
    top: 40px;
    left: 25px;
    width: 25px;
	height: 25px;
	z-index: 3;
	margin: 0!important;
	animation: 3s ease-out 1s infinite running captchagc;
}
@keyframes captchagc
{
	0% { left: 25px; }
	25% { left: 25px; }
	50%{ left: 210px; }
	100%{ left: 210px; }
}
#captchagc > img:nth-of-type(1) + div
{
	position: absolute;
	top: 14px;
	right: 14px;
	border: 1px solid #535353;
	border-radius: 4px;
	width: 41px;
	height: 40px;
	background-color: #FFF;
	z-index: 1;
}
#captchagc > img:nth-of-type(1) + div.accept
{
	border: 1px solid #F3990C;
}
#captchagc > img:nth-of-type(1) + div.hover
{
	border: 1px solid #1CD129;
}
#captchagc:before
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	content: ">>>>>>>>";
	font-family: 'Open sans', sans-serif;
	font-size: 17px;
}
#captchagc.valid:after
{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: rgba(255,255,255,0.9);
	z-index: 3;
}
#captchagc > i
{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 4;
	opacity: 0;
	transition: ease-in-out 200ms opacity, ease-in-out 200ms left;
}	
#captchagc.valid > i:nth-of-type(1)
{
	opacity: 1;
	left: 17%;
}
#captchagc > i:nth-of-type(1):before
{
	content: "\f00c";

	font-family: "FontAwesome";
	font-weight: 900;
	
	padding: 5px;
	color: #12D954;
	font-size: 30px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 100%;
	background-color: #FFF;
	border: 2px solid #12D954;
}
#captchagc > i:nth-of-type(2)
{
	position: absolute;
	top: 23px;
	left: 113px;
	z-index: 5;
	font-size: 25px;
	opacity: 1;
}
#captchagc.valid > img:nth-of-type(1)
{
	top: 18px!important;
	left: 197px!important;
}
#captchagc.valid > img:nth-of-type(2)
{
	display: none;
}
fieldset
{
	border: 0;
	margin: 0;
	padding: 0;
}
fieldset > legend
{
	margin: 0;
	padding: 5px;
	text-align: center;
}
fieldset > ul
{
	list-style: none;
	margin: 0;
	padding: 0!important;
	font-size: 0;
}
fieldset > ul > li
{
	width: 50%;
	min-width: 200px;
	display: inline-block;
	font-size: 13px;
	vertical-align: top;
	padding: 0 0 5px 0;
	text-align: left;
}
fieldset > ul > li.simple
{
	width: 100%;
}
fieldset > ul > li > label
{
	display: block;
	padding: 5px 0;
	font-weight: bold;
}
.fa-asterisk
{
	color: #A41414;
}
fieldset > ul > li > input[type='text'],
fieldset > ul > li > input[type='password'],
fieldset > ul > li > select,
fieldset > ul > li > textarea
{
	width: 100%;
}

input[type='button'], 
input[type='submit'], 
input[type='button']:active, 
input[type='submit']:active, 
.bouton, .bouton:active
{
	padding: 4px 30px;
	color: #499EE0;
	background: #FFF;
	border: 2px solid #499EE0;
	cursor: pointer;
	text-decoration: none;
	margin: 10px;
}
input[type='button']:hover, 
input[type='submit']:hover, 
.bouton:hover
{
	background: #499EE0;
	color: #FFF;
}
input[type='text'], 
input[type='password'],
select
{
	height: 32px;
	border-radius: 2px;
	border: 1px solid #CCC;
	margin: 2px 0;
	outline: none;
	padding: 0 5px;
}
textarea
{
	border: 1px solid #999;
	border-radius: 2px;
	box-sizing: border-box;
}
input[type='text']:focus, 
input[type='password']:focus, 
textarea:focus
{
	outline: none;
	border: 1px solid #499EE0;
}
.bouton.rouge
{
	border: 2px solid #F00;
	color: #F00;
}
.bouton.rouge:hover
{
	background-color: #F00;
	color: #FFF;
}


/*NOTIFICATIONS*/
.notification
{
	padding: 10px 5px;
	border-radius: 5px;
	margin: 5px 0;
}
.notification.validation
{
	/*border: 1px solid #090;*/
	background-color: #E0FFE0;
	color: #090;
}
.notification.erreur
{
	/*border: 1px solid #900;*/
	background-color: #FBB;
	color: #900;
}
.notification.information
{
	/*border: 1px solid #900;*/
	background-color: #B0DBFD;
	color: #499EE0;
}

/*SITE*/
#site
{
	position: relative;
	width: 100%;
	margin: 0 auto;
	background-color: #ecf0f5;
}


/*HEADER/TOP/BANNIERE*/

.social
{
	margin:0;
	padding:3px 0;
}
.social > li
{
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	vertical-align: top;
}
.social > li > a
{
	width: 25px;
	height: 25px;
	text-align: center;
	border-radius: 50%;
	background-color: #2a2a2b;
	display: inline-block;
}
.social > li > a > .fa
{
	font-size: 15px;
	color: #fff;
	line-height: 25px;
}
.social > li > a.twitter:hover
{
	background-color: #55acee;
}
.social > li > a.skype:hover
{
	background-color: #00aff0;
}
.social > li > a.linkedin:hover
{
	background-color: #0976b4;
}
.social > li > a.googleplus:hover
{
	background-color: #dd4b39;
}
.social > li > a.facebook:hover
{
	background-color: #3b5998;
}
.social > li > a.pinterest:hover
{
	background-color: #cb2027;
}

#header
{
    width: 100%;
    height: 570px;
    background-image: url(../img/header.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
}
#header > div
{
	padding: 10px 0;
}

#coordonnees
{
	position: absolute;
    top: 1px;
    right: 0;
    color: #FFF;
}
#coordonnees a
{
	color: #FFF;
	text-decoration: none;
}
#coordonnees a:hover
{
	text-decoration: underline;
}
#coordonnees > div
{
	display: inline-block;
	vertical-align: middle;
	margin: 10px;
}
#coordonnees .fa
{
	color: rgba(255,255,255,0.8);
	margin: 0 10px;
}

/*LOGO*/
#logo
{
    position: relative;
	display: inline-block;
    margin: 0 20px;
}
#logo > img
{

}
.container
{
	display: block;
	width: 80%;
	margin: 0 auto;
}
.inset-container
{
	display: block;
	padding: 0px 10%;
}

/*Contenu*/
/*html,
body,
#site
{
	height: 100%;
}
#site > .container
{
	min-height: calc(100% - 475px);
}*/
#content
{
	vertical-align: top;
	position: relative;
	padding: 10px 0%;
	/*height: 100%;*/
	min-height: calc(100vh - 405px);
}
#content img
{
	margin: 5px;
}
#content img[align='left']
{
	margin: 5px 5px 5px 0;
}
#content img[align='right']
{
	margin: 5px 0 5px 5px;
}
#content img[align='absmiddle']
{
	margin: 5px;
}
.sous_pages
{
	margin: 0;
	padding: 0;
	text-align: center;
}
.sous_pages > li
{
	list-style: none;
	padding: 0;
	display: inline-block;
	width: 48%;
	margin: 1%;
}
.sous_pages > li > a
{
	text-decoration: none;	
	background-color: #333;
	display: inline-block;
	width: 100%;
	padding: 30px 0;
	color: #fff;
}
.sous_pages > li > a:hover
{
	background-color: #1DABD9;
}

/*MENU*/
#menu
{
	position: absolute;
	display: block;
	vertical-align: top;
	top: 40px;
	right: 0;

	background-color: rgba(255,255,255,.2);
    border-radius: 25px 0 0 25px;
    padding: 0;
}
#menu > ul
{
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 1;
}
#menu > ul > li
{
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
#menu > ul > li > a
{
	display: block;
	padding: 10px 8px;	
	text-decoration: none;
	color: white;
	font-size: 15px;
	font-family: raleway;
	position: relative;
	overflow: hidden;
}
#menu > ul > li:first-child > a
{
	padding: 6px 8px;
	border-radius: 25px 0 0 25px;
	height: 38px;
}
#menu > ul > li > a > .fa
{
	line-height: 25px;
	font-size: 22px;
}
#menu > ul > li > a > .fa-angle-down
{
	font-size: 12px;
	position: absolute;
	right: 0px;
	top: calc(50% - 5px);
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    transition: top 0.3s;
}
#menu > ul > li:hover > a > .fa-angle-down.down1
{
	top: 120%;
}
#menu > ul > li > a > .fa-angle-down.down2
{
	top: -20%;
}
#menu > ul > li:hover > a > .fa-angle-down.down2
{
	top: calc(50% - 5px);
}
#menu > ul > li:hover > a, 
#menu > ul > li.select > a
{
	background-color: rgba(255,255,255,0.5);
	color: #093195;
}

#menu > ul > li > ul
{
	display: none;
	position: absolute;
	background-color: #FFF;
	text-align: left;
	padding: 0;l
	z-index: 3;
	list-style: none;
}
#menu > ul > li > ul > li
{
	white-space:nowrap;
}
#menu > ul > li > ul > li > a
{
	padding: 5px;
	display: block;
	color: #666;
	font-size: 15px;
	font-family: raleway;
	text-decoration: none;
	
	white-space: nowrap;
}
#menu > ul > li > ul > li:hover > a, 
#menu > ul > li > ul > li > a.select
{
	color: #666;
}

.menuMobile
{
	display: none;
	position: absolute;
	top: 40px;
	right: 5%;
	cursor: pointer;
	font-size: 17px!important;
}

.col-2
{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	margin-right: -0.15em;
}
.pad-35
{
	padding: 0px 35px;
}

#recherche
{
	position: absolute;
	top: 150px;
	width: 100%;
	text-align: center;
}
#recherche form
{
	position: relative;
	display: inline-flex;
	box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2);
	border-radius: 8px;
	white-space: nowrap;
}
#recherche input[type="text"]
{
	border-radius: 0;
    padding: 0 46px;
    width: 400px;
    height: 60px;
    margin: 0;
    border: 1px solid #FFF;
    font-size: 15px;
    font-family: arial;
    color: #093195;
    vertical-align: middle;
	
	background-color: #FFF;
    background-image: url(../img/icones/pendule_20_50.png);
    background-repeat: no-repeat;
    background-position: 10px 50%;
}
#recherche input[type="text"]:first-child
{
	border-radius: 8px 0 0 8px;
	border-right: 1px solid #CCC;
	text-transform: capitalize;

    background-image: url(../img/icones/map_20_50.png);
}
#recherche input[type="text"]:focus
{
	background-image: url(../img/icones/pendule_20.png);
}
#recherche input[type="text"]:first-child:focus
{
	background-image: url(../img/icones/map_20.png);
}
#recherche button
{
    height: 60px;
    border: 1px solid #d4c302;
    background-color: #d4c302;
    padding: 0px 15px;
    border-radius: 0 8px 8px 0;
    cursor: pointer;
    color: #FFF;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
}
#recherche button .fa
{
	font-size: 18px;
	vertical-align: inherit;
	margin: 0 0 0 8px;
}
#recherche > div > div
{
	color: #FFF;
	font-family: raleway;
	font-size: 25px;
	padding: 10px;
}
#recherche > div > span
{
	display: block;
	text-align: center;
	padding: 10px;
	color: #093195;
	font-size: 15px;
	font-weight: bold;
}

#recherche #completion_ville
{
	position: absolute;
	background-color: #FFF;
	border: 1px solid #CCC;
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: auto;
	max-height: 220px;
	text-align: left;
	box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2);
}
#recherche #completion_ville > li
{
	margin: 0;
	padding: 10px;
	color: #093195;
	cursor: pointer;
	text-transform: capitalize;
}
#recherche #completion_ville > li:hover,
#recherche #completion_ville > li.select
{
	background-color: #CEE5FF;
}
#recherche #completion_ville > li span.highlight
{
	font-weight: bold;
	color: #40A3EF;
}

#ui-datepicker-div
{
	box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2);
	border: 1px solid #CCC;
	width: 400px;
	border-radius: 0;
	z-index: 2!important;
}
#ui-datepicker-div .ui-datepicker-next,
#ui-datepicker-div .ui-datepicker-prev
{
	border: 1px solid transparent;
	top: 2px;
}
#ui-datepicker-div .ui-datepicker-prev
{
	left: 2px;
}
#ui-datepicker-div .ui-datepicker-next
{
	right: 2px;
}
#ui-datepicker-div .ui-state-default
{
	border: 1px solid #40A3EF;
	background-color: #CAE6FC;
	background-image: none;
	color: #454545;
	height: 40px;
}
#ui-datepicker-div .ui-state-highlight
{
	border: 1px solid #40A3EF;
	background-color: #40A3EF;
	background-image: none;
	color: #FFF;
}
#ui-datepicker-div .ui-state-hover,
#ui-datepicker-div .ui-state-active
{
	border: 1px solid #FE7E30;
	background-color: #FFCCAD;
	background-image: none;
	color: #454545;
}
#ui-datepicker-div .ui-datepicker-header
{
	border: 1px solid #40A3EF;
	background-color: #CAE6FC;
	background-image: none;
	color: #454545;
}

::-webkit-input-placeholder
{ /* WebKit, Blink, Edge */
    color:    #093195;
}
:-moz-placeholder
{ /* Mozilla Firefox 4 to 18 */
   color:    #093195;
   opacity:  1;
}
::-moz-placeholder
{ /* Mozilla Firefox 19+ */
   color:    #093195;
   opacity:  1;
}
:-ms-input-placeholder
{ /* Internet Explorer 10-11 */
   color:    #093195;
}
::-ms-input-placeholder
{ /* Microsoft Edge */
   color:    #093195;
}


#engagement
{
	text-align: center;
	background-color: #dbdbdb;
	padding: 35px 0px;
	margin-top: 40px;
}
#engagement h2
{
	margin-bottom: 26px;
	color: #499EE0;
}
#engagement ul
{
	padding-left: 0px;
	list-style: none;
}
#engagement ul > li
{
	display: inline-block;
    vertical-align: top;
    margin: 10px 4%;
}
#engagement ul > li .rond
{
	border-radius: 100%;
	background-color: #1b99e8;
	width: 155px;
	height: 155px;
	margin-bottom: 25px;
}
#engagement ul > li .rond:after
{
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
#engagement ul > li .rond > img
{
	line-height: 155px;
	margin: 0px;
	padding-left: 5px;
	vertical-align: middle;
}
#engagement ul > li span
{
	display: block;
    font-family: raleway;
    font-weight: bold;
    font-size: 16px;
    max-width: 155px;
    color: #484848;
}

#parts
{
	text-align: center;
	background-color: #499EE0;
	padding: 35px 0px;
	margin-top: 40px;
}
#parts h2
{
	margin-bottom: 20px;
	color: #525252;
}

/*Pagination*/
.g-recaptcha
{
	width: 100%!important;
}
.g-recaptcha > div
{
	margin: 0 auto;
}
form
{
	display: inline;
}
.pagination
{
    margin: 20px 30px;
    text-align: right;	
}
.pagination input
{
	width: 34px;
}
.pagination input,
.pagination a
{
    display: inline-block;
    padding: 5px 10px;
    margin: 0px;
    background: #E8E8E8;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #13808c;
    padding: 10px 12px;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination a:hover
{
	background: #1888AD;
	color: #FFFFFF;
}
.pagination a:active
{
	background: #E8E8E8;
	color: #000000;
}
.pagination a.disabled
{
	background: #E8E8E8;
	color: #CCCCCC;
}

/*CONTENU*/
#recherche_praticiens
{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
	min-height: 336px;
	text-align: center;
}
#recherche_praticiens > li
{
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 14px;
	width: 33%;
	min-width: 370px;
	padding: 10px;
	vertical-align: top;
}
#recherche_praticiens > li > a
{
	display: block;
	position: relative;
	/* height: 150px; */
	border: 1px solid #EBEBEB;
	padding: 10px;
	text-decoration: none;
	text-align: left;
	
	background-color: #FFF;
	transition: border ease-in-out 200ms,box-shadow ease-in-out 200ms;
}
#recherche_praticiens > li > a:hover
{
	border: 1px solid #0395D6;
	box-shadow: 0 0 3px rgba(0,0,0,0.65);
}
#recherche_praticiens > li > a > .avatar
{
	position: absolute;
	left: 10px;
	top: 10px;
	display: block;
	border-radius: 100%;
	background-color: #EBEBEB;
	background-image: url(../img/avatar.png);
	background-position: 50% 50%;
	background-size: cover;
	width: 80px;
	height: 80px;
}
#recherche_praticiens > li > a > .nom
{
	display: block;
	color: #0395D6;
	padding-left: 90px;
}
#recherche_praticiens > li > a > .titre
{
	display: block;
	font-weight: bold;
	padding-left: 90px;
	color: #666;
}

#recherche_praticiens > li > a > .badges {
	padding-left: 90px;
	margin-top: 10px;
}

.badges .badge:not(:last-child) {
	margin-right: 10px;
}

#recherche_praticiens > li > a > .adresse
{
	display: block;
	padding: 20px 0;
	padding-left: 90px;
	color: #666;
}
#recherche_praticiens > li > a > .bouton
{
	display: block;
	margin: 0 auto;
	width: 200px;
	text-align: center;
}

#profil
{
	min-height: 890px;
}
#profil > .header
{
	background-color: #3F3F4C;
	padding: 20px 0;
}
#profil > .header .container
{
	position: relative;
}
#profil > .header .avatar
{
	position: absolute;
	left: 10px;
	top: 0;
	display: block;
	border-radius: 10%;
	background-color: #CCC;
	background-image: url(../img/avatar.png);
	background-position: 50% 50%;
	background-size: cover;
	width: 110px;
	height: 110px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.1);
}
#profil > .header .nom
{
	display: block;
	padding: 0 0 0 140px;
	margin: 0;
	overflow-wrap: break-word;
}
#profil > .header .titre
{
	display: block;
	font-weight: bold;
	color: #FFF;
	padding-left: 140px;
}
#profil > .menu
{
	background-color: #FFF;
}
#profil > .menu .container
{
	position: relative;
}
#profil > .menu .bouton
{
	position: absolute;
	top: 0;
	right: 0;
}
#profil > .menu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 140px;
}
#profil > .menu ul > li
{
	display: inline-block;
	margin: 0;
	padding: 0;
}
#profil > .menu ul > li > a
{
	display: block;
	padding: 15px 20px;
	text-decoration: none;
	color: #666;
	border-bottom: 2px solid transparent;
}
#profil > .menu ul > li > a:hover,
#profil > .menu ul > li > a.select
{
	border-bottom: 2px solid #0395D6;
}

#profil .infos
{
	display: block;
    position: relative;
    padding: 10px;
    margin: 20px 0;
    border-radius: 3px;
    background-color: #FFF;
    margin-right: 360px;
    border: 1px solid #EBEBEB;
}

#profil .infos .rdv
{
	display: block;
    padding: 10px;
    position: absolute;
    top: 0;
    right: -345px;
    border-radius: 3px;
    width: 325px;
    border: 1px solid #EBEBEB;
    background-color: #FFF;
    text-align: center;
}
#profil .infos .rdv .titre
{
	position: relative;
	display: block;
	padding: 10px;
	margin: -10px -10px 10px -10px;
	background-color: #0395D6;
	border-radius: 3px 3px 0 0 ;
	color: #FFF;
	font-size: 18px;
}
#profil .infos .rdv .titre:after
{
	content: "\f0d7";
	position: absolute;
	left: 50%;
	bottom: -12px;
	transform: translateX(-50%);
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 20px;
	color: #0395D6;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#profil .infos .rdv .bouton
{
	display: block;
    width: 250px;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    font-size: 17px;
}


#nuage_liens
{
	text-align: center;
	color: #999999;
}

.acordeon
{
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
.acordeon > li
{
	position: relative;
	margin: 0;
	padding: 10px 5px;
	border: 1px solid #E3E3E3;
}
.acordeon > li:nth-child(odd)
{
	font-size: 15px;
	cursor: pointer;
	border-top: 1px solid #E3E3E3;
}
.acordeon > li:nth-child(odd):after
{
	content:"\f078";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 4px;
    right: 5px;
    border: 1px solid #E3E3E3;
    border-radius: 100%;
    padding: 5px;
}
.acordeon > li.select:nth-child(odd):after
{
	content:"\f077";
}
.acordeon > li:nth-child(even)
{
	display: none;
	overflow: hidden;
	border-top: 0;
	border-bottom: 0;
}
.acordeon > li:last-child
{
	 border-bottom: 1px solid #E3E3E3;
}


/*FOOTER*/
#footer
{
	position: relative;
	width: 100%;
	background-color: #0f171b;
	color: #FFFFFF;
	font-size: 12px;
	border-top: 2px solid #499EE0;
}
#footer a
{
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover
{
	text-decoration: underline;
}
#footer-top
{
	font-size: 0px;
	padding: 32px 0px;
	color: #8b8b8b;
}
#footer-top a
{
	color: #8b8b8b;
}
#footer-top b
{
	color: #d4d4d4;
	display: inline-block;
    padding: 5px 0px;
}
#footer-top > div > div
{
	width: 25%;
	/*max-width: 300px;*/
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	padding-right: 25px;
	line-height: 19px;
}
#footer-top > div > div:last-child
{
	padding-right: 0px;
}
#footer-top h3
{
	padding-bottom: 23px;
	color: white;
	font-size: 17px;
}
#footer-top ul
{
	padding-left: 0px;
	margin: 0;
	list-style: none;
}
#footer #infos_site
{
	padding: 10px;
	text-align: center;
}



.galerie table,
.contact table 
{
	display: block;
}
.galerie tbody,
.contact tbody 
{
	display: block;
}
.galerie tr
{
	display: block;
	text-align: center;
}
.galerie td
{
	display: inline-block;
	padding-left: 1%;
}
.galerie td > a
{
	width: 100%!important;
	padding: 0 !important;
	display: block !important;
	position: relative;
	overflow: hidden;
	text-decoration: none
}
.galerie td > a > span
{
	position: absolute;
	width: 100%;
	height: 50%;
	left: 0;
	transition:top 0.3s,bottom 0.3s;
	background-color: rgba(0, 0, 0, 0.3);
	border: none;
}
.overlay_top
{
	top: -51%;
}
.galerie td > a:hover > .overlay_top
{
	top: 0%;
}
.overlay_bottom
{
	bottom: -50%;
}
.galerie td > a:hover > .overlay_bottom
{
	bottom: 0%;
}
.galerie td > a > img
{
	border: 1px solid rgba(50, 50, 50, 0.1);
	border-bottom: none;
	width: 300px;
}
.galerie td > a > *
{
	margin: 0!important;
}
.galerie td > a > h2
{
	background-color: #323232;
	line-height: 30px;
	font-size: 15px;
	letter-spacing: 1px;
	position: relative;
	z-index: 1;
	width: 300px;
	color: #fff;
	border-left: 1px solid rgba(50, 50, 50, 0.1);
	border-right: 1px solid rgba(50, 50, 50, 0.1);
}

#galerie-liste
{
	padding-left: 0px;
	width: 100%;
	list-style: none;
	font-size: 0px;
}
#galerie-liste > li
{
	display: inline-block;
	vertical-align: top;
	width: 19.25%;
	margin: 0.25%;
	position: relative;
	overflow: hidden;
}
#galerie-liste > li > a
{
	display: block;
}
#galerie-liste > li > a >.mask
{
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 100%;
	opacity: 0;
	animation: 0.15s forwards linear;
	-webkit-animation: 150ms forwards linear;
}
#galerie-liste > li > a >.mask > i
{
	font-size: 45px;
	color: white;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
}
#galerie-liste > li > a >.mask > span
{
	font-size: 15px;
	display: block;
	width: 95%;
	color: white;
	position: absolute;
	left: 50%;
	text-align: center;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
}
#galerie-liste > li > a >.mask > span > i
{
	font-size: 45px;
}
@keyframes in-top
{
	0% { top: -100%; left: 0%; opacity: 1; }
	100% { top: 0%; left: 0%; opacity: 1; }
}
@keyframes in-bottom
{
	0% { top: 100%;	left: 0%; opacity: 1; }
	100% { top: 0%; left: 0%; opacity: 1; }
}
@keyframes in-right
{
	0% { top: 0%; left: 100%; opacity: 1; }
	100% { top: 0%;	left: 0%; opacity: 1; }
}
@keyframes in-left
{
	0% { top: 0%; left: -100%; opacity: 1; }
	100% { top: 0%;	left: 0%; opacity: 1; }
}
#galerie-liste > li > a > .mask.in-top
{
	animation-name: in-top;
	-webkit-animation-name: in-top;
}
#galerie-liste > li > a > .mask.in-bottom
{
	animation-name: in-bottom;
	-webkit-animation-name: in-bottom;
}
#galerie-liste > li > a > .mask.in-right
{
	animation-name: in-right;
	-webkit-animation-name: in-right;
}
#galerie-liste > li > a > .mask.in-left
{
	animation-name: in-left;
	-webkit-animation-name: in-left;
}

@keyframes out-top
{
	0% { top: 0%; left: 0%;	opacity: 1;	}
	100% { top: -100%; left: 0%; opacity: 1; }
}
@keyframes out-bottom
{
	0% { top: 0%; left: 0%;	opacity: 1;	}
	100% { top: 100%; left: 0%;	opacity: 1;	}
}
@keyframes out-right
{
	0% { top: 0%; left: 0%;	opacity: 1;	}
	100% { top: 0%;	left: 100%;	opacity: 1;	}
}
@keyframes out-left
{
	0% { top: 0%; left: 0%;	opacity: 1;	}
	100% { top: 0%;	left: -100%; opacity: 1; }
}
#galerie-liste > li > a > .mask.out-top
{
	animation-name: out-top;
	-webkit-animation-name: out-top;
}
#galerie-liste > li > a > .mask.out-bottom
{
	animation-name: out-bottom;
	-webkit-animation-name: out-bottom;
}
#galerie-liste > li > a > .mask.out-right
{
	animation-name: out-right;
	-webkit-animation-name: out-right;
}
#galerie-liste > li > a > .mask.out-left
{
	animation-name: out-left;
	-webkit-animation-name: out-left;
}

#galerie-liste > li img
{
	width: 100%;
	margin: 0px;
}

.msgContact
{
	width: 96%;
	margin: 0 2%;
	margin-top: 25px;
	float: left;
	box-sizing: border-box;
	moz-box-sizing: border-box;
}
.theCaptcha
{
	width: 100%!important;
	text-align: center;
	margin: 0 auto;
}
.theCaptcha > div > div > div
{
	width: 100%!important;
}
.g-recaptcha
{
	width: 100%!important;
}
.g-recaptcha > div > div
{
	margin: 0 auto;
}
.formContact > div > div
{
	float: left;
	width: 50%;
	padding:0 2%;
	margin-top: 25px;
	box-sizing: border-box;
	moz-box-sizing: border-box;
}
.formContact > center
{
	display: block;
	float: left;
	margin-top: 10px;
	width: 100%;
}
.formContact > div > div > label,
.msgContact > label
{
	display: block;
	position: relative;
}
.formContact > div > div > label:first-child
{
	margin-bottom: 6px;
	line-height: 19px;
	font-weight: 400;
}
.formContact > div > div > label > i,
.msgContact > label > i
{
	position: absolute;
	min-width: 34px;
	top: 3px;
	right: 1px;
	border-left: 1px solid #b3b3b3;
	color: #b3b3b3;
	height: 32px;
	font-size: 14px;
	text-align: center;
	line-height: 32px;
}
.msgContact > label > i
{
	top: 0;
	height: 100%;
	line-height: 120px;
}
.formContact > div > div > label > input,
.msgContact > label > textarea
{
	padding: 6px 12px;
	padding-right: 46px;
	width: 100%;
	height: 34px;
	outline: none;
	font-family: arial;
	color: #555;
	box-sizing: border-box;
	moz-box-sizing: border-box;
}
.formContact > div > div:nth-child(4) > label:nth-child(2)
{
	width: 35%;
	min-width: 100px;
	display: inline-block;
	margin-right: 1%;
}
.formContact > div > div:nth-child(4) > label:last-child
{
	display: inline-block;
	width: 64%;
}
.lien_pdf
{
	display: inline-block;
	padding: 7px 12px;
	background-color: #499EE0;
	color: white;
}
.lien_pdf:hover
{
	
	opacity: 0.9;
}
.lien_pdf:before
{
	content: "\f1c1";
	margin-right: 4px;
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 24px;
}

@media only screen and (max-width:1450px)
{
	
}
@media only screen and (max-width:1300px)
{
	
}
@media only screen and (max-width:1200px)
{
	.formContact > div > div:nth-child(4) > label:nth-child(2),
	.formContact > div > div:nth-child(4) > label:last-child
	{
		width: 100%;
	}
}

@media only screen and (max-width:1024px)
{
	#profil .infos
	{
		margin-right: 0;
	}
	#profil .infos .rdv
	{
		position: relative;
		top: inherit;
		right: inherit;
		width: 100%;
		margin-bottom: 20px;
	}
	#recherche_praticiens > li
	{
		width: 100%;
		min-width: initial;
	}
	#coordonnees
	{
		display: none;
	}

	#recherche
	{
		top: 120px;
	}
	#recherche > div > div
	{
		font-size: 19px;
	}
	#recherche form
	{
		display: block;
		white-space: normal;
		box-shadow: none;
	}
	#recherche input[type='text']
	{
		width: 100%;
		border-radius: 8px!important;
		border: 1px solid #FFF!important;
		margin: 5px 0;
		height: 50px;
	}
	#recherche button
	{
		display: block;
		border-radius: 8px;
		text-align: center;
		width: 100%;
		margin: 5px 0;
		height: 50px;
	}

	.menuMobile
	{
		display: block;
		position: absolute;
		top: 15px;
		right: 45px;
		cursor: pointer;
		z-index: 999;
	}
	.menuMobile > .fa
	{
		color: #FFF;
		font-size: 30px;
	}

	#menu
	{
		top: 0;
	}
	#menu > ul
	{
		position: fixed;
		right: 0;
		width: 250px;
		height: 100%;
		background-color: #333;
		color: #fff;
		z-index: -1;
		top: 0;
		padding-top: 40px!important;
		padding-left: 0px;
		overflow: auto;
		border-radius: 0px;
	}
	#menu > ul > li
	{
		display: block!important;
		padding: 5px;
	}
	#menu > ul > li:first-child > a,
	#menu > ul > li:hover > a, 
	#menu > ul > li.select > a
	{
		background-color: inherit;
		border-radius: 0;
	}
	#menu > ul > li > a
	{
		color: #fff!important;
	}
	#menu > ul > li > a 
	{
		border-bottom: 1px solid #5A5A5A;
	    font-size: 15px;
	}
	#menu > ul > li > ul
	{
		position: relative;
	}
	#menu > ul > li > ul > li 
	{
		text-align: right;
		padding-right: 15px;
	}

	#footer-top > div > div
	{
		min-width: 200px;
		margin: 10px 0px;
	}

	#ui-datepicker-div
	{
		width: 100%!important;
		height: calc(100% - 62px)!important;
		top: 62px!important;
		left: 0!important;
	}
	
	html,
	body,
	#site,
	#site > .container
	{
		height: inherit;
	}

	#profil > .menu ul{
		padding: 0px;
		padding-top: 40px !important;
		text-align: center;
	}

	.g-recaptcha > div {
		width: initial!important;
	}

	#profil .infos .rdv .bouton
	{
		width: 100% !important;
	}
	
}
@media only screen and (max-width:770px)
{

}
@media only screen and (max-width:480px)
{
	.formContact > div > div
	{
		width: 100%;
		margin-top: 15px;
	}
	
	iframe
	{
		width: 100%;
	}
}