/*
Theme Name: PloggMedia
Theme URI:
Author: Équipe Ploggmedia
Author URI: http://ploggsolutions.com/
Description:
Version: 1.0
Tags:
Text Domain:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =============================================================================
   Typography
   ========================================================================== */
@font-face {
  font-family: 'signature1';
  src: url('fonts/bethhrg_-webfont.eot');
  src: url('fonts/bethhrg_-webfont.eot') format('embedded-opentype'),
       url('fonts/bethhrg_-webfont.woff') format('woff'),
       url('fonts/bethhrg_-webfont.ttf') format('truetype'),
       url('fonts/bethhrg_-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'signature2';
  src: url('fonts/kursivschriftstehend-webfont.eot');
  src: url('fonts/kursivschriftstehend-webfont.eot') format('embedded-opentype'),
       url('fonts/kursivschriftstehend-webfont.woff') format('woff'),
       url('fonts/kursivschriftstehend-webfont.ttf') format('truetype'),
       url('fonts/kursivschriftstehend-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'fontello';
  src: url('fonts/fontello.eot?71198075');
  src: url('fonts/fontello.eot?71198075#iefix') format('embedded-opentype'),
       url('fonts/fontello.woff?71198075') format('woff'),
       url('fonts/fontello.ttf?71198075') format('truetype'),
       url('fonts/fontello.svg?71198075#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'proximanova';
  src: url('fonts/proximanova_regular-webfont.eot');
  src: url('fonts/proximanova_regular-webfont.eot') format('embedded-opentype'),
       url('fonts/proximanova_regular-webfont.woff') format('woff'),
       url('fonts/proximanova_regular-webfont.ttf') format('truetype'),
       url('fonts/proximanova_regular-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proximanovabold';
  src: url('fonts/proximanova_bold-webfont.eot');
  src: url('fonts/proximanova_bold-webfont.eot') format('embedded-opentype'),
       url('fonts/proximanova_bold-webfont.woff') format('woff'),
       url('fonts/proximanova_bold-webfont.ttf') format('truetype'),
       url('fonts/proximanova_bold-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.icon-phone:before { font-family: 'fontello'; content: '\e800'; } /* '' */
.icon-location:before { font-family: 'fontello'; content: '\e801'; vertical-align: middle; line-height: normal;} /* '' */
.icon-search:before { font-family: 'fontello'; content: '\e802'; } /* '' */
.icon-twitter:before { font-family: 'fontello'; content: '\e803'; } /* '' */
.icon-print:before { font-family: 'fontello'; content: '\e804'; } /* '' */
.icon-linkedin:before { font-family: 'fontello'; content: '\e805'; } /* '' */
.icon-linkedin:before { font-family: 'fontello'; content: '\e805'; } /* '' */
.icon-facebook:before { font-family: 'fontello'; content: '\e806'; } /* '' */
.icon-mail:before { font-family: 'fontello'; content: '\e807'; font-weight: bold;} /* '' */
.icon-left-open:before { font-family: 'fontello'; content: '\e808'; } /* '' */
.icon-right-open:before { font-family: 'fontello'; content: '\e809'; } /* '' */
.icon-left-open-big:before { font-family: 'fontello'; content: '\e80a'; } /* '' */
.icon-right-open-big:before { font-family: 'fontello'; content: '\e80b'; } /* '' */
.icon-gplus:before { font-family: 'fontello'; content: '\e80c'; } /* '' */
.icon-phone-alt:before { font-family: 'fontello'; content: '\e800';font-weight: 100;margin: 0 5px;margin-bottom: 6px;display: inline-block; font-size: 1.3em;} /* '' */
.icon-home:before { font-family: 'fontello'; content: '\e80e'; } /* '' */
.icon-quote-left:before { font-family: 'fontello'; content: '\e80f'; } /* '' */
.icon-quote-right:before { font-family: 'fontello'; content: '\e810'; } /* '' */
.icon-quote:before { font-family: 'fontello'; content: '\e811'; } /* '' */
.icon-quote-left-1:before { font-family: 'fontello'; content: '\e812'; } /* '' */
.icon-quote-right-1:before { font-family: 'fontello'; content: '\e813'; } /* '' */
.icon-mobile:before { font-family: 'fontello'; content: '\e814'; } /* '' */
.icon-youtube:before { font-family: 'fontello'; content: '\e815'; } /* '' */
.icon-mail-1:before { font-family: 'fontello';  content: '\e816'; } /* '' */
.icon-search-1:before { font-family: 'fontello';  content: '\e817';  transform: rotate(90deg); -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); display: inline-block;} /* '' */
.icon-export:before {  font-family: 'fontello'; content: '\e818'; } /* '' */

/*/
	Administration
/*/
.modifier {
	padding: 8px;
	position: absolute;
	right: 0;
	z-index:10;
	background: white;
}
.modifier .bt {
	display: inline-block;
	float: right;
	margin-right: .5em;
	margin-top: .5em;
}
.modifier .bt button{
	background: #57BEF1;
	color: #FFF;
	border: none;
	padding: 10px;
	cursor: pointer;
}


/* ======================================================================*/
/* GENERAL */
/* ======================================================================*/
img{
	border: none;
}
html, body{
	overflow-x:hidden;
	/*height:100%;*/
}
body{
	color: #555;
	margin: 0 !important;
	font-size: 18px;
	overflow-x:hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: geometricPrecision;
	font-family: 'proximanova';
}
a{
	color: #57BEF1;
	outline: none;
}
a:hover{
	color: #68c8f8!important;
}
a:not([href]) {
	cursor: default;
}
a:hover:not([href]):not([class="button"]) {
	cursor: default;
	color: inherit!important;
}
h1{
	font-size: 3.5em;
    color: #115D82;
	font-family: 'proximanova';
	font-weight: normal;

}
h2{
	font-family: 'proximanova';
	font-weight: normal;
	font-size: 2.7em;
	margin-bottom: 10px;
}
h3{
	font-family: 'proximanova';
}
p{
	line-height: 1.5em;
}
strong, b{
	font-family: 'proximanovabold';
	font-weight: normal;
}
.highlight{
	  background: #FF0;
}
.main ul{
	line-height: 1.3em;
}
.main ul li{
	margin-bottom: 3px;
}
.page-template-template-rendez-vous-php,
.page-template-template-nous-joindre-php{
	height: auto!important;
}
.big-container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/*margin: 0 auto -69px;*/
	overflow: hidden;
}
html.menu-open,
html.menu-open body{
	height: 100%;
	overflow: hidden;
	width: 100%;
	position: fixed;
}

.wrapper{
	width: 2100px;
	overflow: hidden;
	margin: 0 auto;
}
input[type="submit"],
.button {
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	color: #fff!important;
	padding: 10px 20px 10px 20px;
	display: inline-block;
	transition: color .3s;
	-moz-transition: color .3s;
	-webkit-transition: color .3s;
	text-decoration: none;
	outline: none!important;
	background: #57BEF1;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: geometricPrecision;
	font-size: 1em;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer!important;
	text-shadow: none;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	font-family: 'proximanova';
}
input[type="submit"]:hover,
.button:hover{
	background: #6fc8f4;
	color:white!important;
}
input[type="submit"]:active,
.button:active{
	background: #45aadc;
	/*border-bottom: 3px solid #c70018;*/
}
.button.red {
	color: #fff!important;
	background: #57BEF1;
	border: none;
}
.button.red:active {
	color: #fff!important;
	background: #c70018;
}

.filAriane {
	background: #F2F7FB;
	font-size: 1.1em;
	margin-bottom: 2em;
	
}
.filAriane .fleche,
.filAriane .current{
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.filAriane .current{
	margin-left: 1em;
	color: #555;
}
.filAriane .fleche::after{
    content: '';
    width: 0;
    height: 0;
    border-top: 25px solid rgba(0, 0, 0, 0);
    border-bottom: 25px solid rgba(0, 0, 0, 0);
    border-left: 20px solid #F2F7FB;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(0.51);
}
.filAriane .fleche::before{
    content: '';
    width: 0;
    height: 0;
    border-top: 25px solid rgba(0, 0, 0, 0);
    border-bottom: 25px solid rgba(0, 0, 0, 0);
    border-left: 20px solid #57BEF1;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(0.51);
    position: absolute;
    right: -1px;
    top: 0;
}
.filAriane a{
	color: #555;
	padding: 15px;
}
.filAriane .fleche:first-child a{
	padding-left: 0;
}


.template-page{
	/*margin-top: 1em;*/
	position: relative;
    z-index: 5;
}
.template-page .title-wrapper{
	margin-bottom: 4em;
	text-align: center;
}
.template-page .title-wrapper h1{
	margin-bottom: 0;
}
.template-page .share-clinique{
	position:absolute;
	top:-50px;
	visibility: hidden;
	left: 0;
	text-align: center;
	vertical-align: middle;
	width:100%;
	background-color:rgba(3, 79, 117, 0.95);
	padding-bottom:4em;
	z-index: 999;
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	transition:all .3s;
	-moz-transition:all .3s;
	-webkit-transition:all .3s;
}
.template-page .share-clinique.show{
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	top:0;
	visibility: visible;
}
.template-page .div-open-share{
    font-size: 2em;
    color: #57BEF1;
    cursor: pointer;
    display: block;
    margin-left: auto;
    margin-right: 0;
    width: 40px;
}
.template-page .share-clinique .divClose{
	display:block;
	position:relative;	
}
.template-page .share-clinique .icon-close-share{
	position:absolute;
	padding:15px;
	color:#fff;
	font-size:3em;
	cursor:pointer;
	top:0;
	right:0;
}
.template-page .share-clinique .icon-close-share:before{
	content: '+';
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	display: block;
}
.template-page .share-clinique .shareTitle{
	color:#fff;
	font-size:2em;
	padding-top:2em;
	
}
.template-page .share-clinique a {
	display: inline-block;
	font-size: 27px;
	text-decoration: none;
	padding: 7px 7px;
	vertical-align: middle;
	border-bottom:none !important;
	text-decoration: none !important;
		color:#3b3c40!important;
}
.template-page .share-clinique a:hover{
	background-color:transparent!important;
	color:#fff!important;
}
.template-page .share-clinique a span {	

	border: 1px solid #fff!important;
	text-decoration: none;
	border-radius: 100%;
	font-size: 23px;
	width: 60px;
	display: inline-block;
	height: 60px;
	text-align: center;
	line-height: 60px;
	transition: color .3s;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;	
	color:#fff!important;
	margin-top:2em;
}
.template-page .share-clinique a:hover span {
	color: #3b3c40!important;
	background-color:#fff;
}

.col-left{
	width: 49%;
	float: left;
}
.col-right{
	width: 49%;
	float: right;
}

.notification{
	position: fixed;
	top: 0%;
	height: 100%;
	padding: 2em 0 2em 0;
	font-size: 2em;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 1);
	z-index: 99999999;
	text-align: center;
    display: block;
	animation: fadeout 4s;
	-moz-animation: fadeout 4s;
	-webkit-animation: fadeout 4s;
	-o-animation: fadeout 4s;
	animation-delay:4s;
	-moz-animation-delay: 4s;
	-webkit-animation-delay: 4s;
	-o-animation-delay: 4s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
}
.notification .alert-box{
	position: absolute;
	top:50%;
	margin-top: -3em;
	width: 100%;
	text-align: center;
	left: 0;
}

@keyframes fadeout {
    from {
        opacity:1;
		visibility: visible;
    }
	to{
        opacity:0;
		visibility: hidden;
    }
}
@-moz-keyframes fadeout {
  	from {
        opacity:1;
		visibility: visible;
    }
	to{
        opacity:0;
		visibility: hidden;
    }
}
@-webkit-keyframes fadeout {
 	 from {
        opacity:1;
		visibility: visible;
    }
	to{
        opacity:0;
		visibility: hidden;
    }
}
@-o-keyframes fadeout { 
  	from {
        opacity:1;
		visibility: visible;
    }
	to{
        opacity:0;
		visibility: hidden;
    }
}




/* ======================================================================*/
/* Inputs */
/* ======================================================================*/
input[type=radio].custom-radio {  
    display: none;  
}  
input[type=radio].custom-radio + label{
	position: relative;
}
input[type=radio].custom-radio + label:before {  
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	background-color: #FFF;
	border-radius: 100%;
	border: 1px solid #ccc;
}  
input[type=radio].custom-radio:checked + label:before {  
	content: "\2022";
	color: #57BEF1;
	font-size: 30px;
	text-align: center;
	line-height: 18px;
	font-family: arial;
}   

/* Custom Checkbox */
input[type="checkbox"].custom-checkbox:not(:checked),  
input[type="checkbox"].custom-checkbox:checked {  
    display: none!important;
}  
input[type="checkbox"].custom-checkbox:not(:checked) + label,  
input[type="checkbox"].custom-checkbox:checked + label {  
    position: relative; 
    padding-left: 25px; 
    cursor: pointer; 
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}  
input[type="checkbox"].custom-checkbox:not(:checked) + label:before,  
input[type="checkbox"].custom-checkbox:checked + label:before {  
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    width: 14px;
    height: 14px;
    border: 1px solid #ccc;
    background: #F8F8F8;
    border-radius: 2px;
}  
input[type="checkbox"].custom-checkbox:not(:checked) + label:after,  
input[type="checkbox"].custom-checkbox:checked + label:after {  
    content: '✓';
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 2px;
    font-size: 14px;
    color: #57BEF1;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    line-height: normal;
}   
input[type="checkbox"].custom-checkbox:not(:checked) + label:after {  
    opacity: 0;
    transform: scale(0);
}  
input[type="checkbox"].custom-checkbox:checked + label:after {  
    opacity: 1;
    transform: scale(1);  
}  

.checkbox-wrapper {
	display: inline-block;
	margin-bottom: 1em;
	margin-right: 5px;
	box-sizing: border-box;
}

.checkbox-wrapper .label {
	display: block;
}
.checkbox-wrapper input[type="text"],
.checkbox-wrapper input[type="email"],
.checkbox-wrapper input[type="tel"],
.checkbox-wrapper input[type="password"],
.checkbox-wrapper input[type="number"],
.checkbox-wrapper textarea{
	margin-bottom: 0!important;
}


.magicfield{
	position: absolute;
	left: -9999999px;
}


.custom-combobox {
	position: relative;
	display: inline-block;
	width: 100%;
	text-align: left;
}
.custom-combobox::before {
	content: '';
	right: 1px;
	top: 1px;
	width: 45px;
	height: auto;
	bottom: 1px;
	background: #FFFFFF;
	position: absolute;
	pointer-events: none;
	display: block;
	border-left: 1px solid #e3e3e3;
}
.custom-combobox select {
	margin: 0;
	background: #FFF;
	color: #000;
	outline: none;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	padding: 11px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 1em;
	border: 1px solid #ddd;
	width: 100%;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.custom-combobox::after {
	content: '';
	right: 15px;
	top: 16px;
	position: absolute;
	pointer-events: none;
	width: 0;
	height: 0;
	border-left: 8px solid rgba(0, 0, 0, 0);
	border-right: 8px solid rgba(0, 0, 0, 0);
	border-top: 8px solid #B2B2B2;
}


input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"],
textarea {
	width: 100%;
	padding: 1em;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 1em;
	border: 1px solid #ccc;
	color: #000;
	outline: none;
	margin-bottom: 2em;
	font-family: 'proximanova';
}
input[type="radio"]{
	padding: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 1em;
	border: 1px solid #ccc;
	outline: none;
	margin-bottom: 2em;
}

.half-col-wrapper{
	overflow: hidden;
}
.col-left-60{
	float: left;
	width: 59%;
}
.col-right-40{
	float: right;
	width: 39%;
}
.half-col-wrapper{
	overflow: hidden;
}



/* ======================================================================*/
/* Header */
/* ======================================================================*/
.print-header{
	display: none;
	margin: 2em 0;
	overflow: hidden;
}
.print-header .logo-wrapper{
	float: left;
}
.print-header .logo-wrapper img{
	height: 80px;
	width: auto;
}
.print-header .logo-wrapper .adresse,
.print-header .logo-wrapper .tel{
	font-size: 1.2em;
}
.print-header .logo-wrapper .adresse p{
	line-height: normal;
}
.print-header .qrcode-wrapper{
    text-align: right;
    float: right;
    width: 50%;
}
.print-header .qrcode-wrapper img{
	height: 100px;
	width: auto;
	display: block;
	margin-left: auto;
}
html.header-fixe.menu-open header{
	border-bottom: 1px solid #EEE;
	height: 130px;
}
html.header-fixe header{
	position: fixed;
	z-index: 11;
	width: 100%;
	background: #FFF;
	height: 132px;
	transition:all .3s;
	-moz-transition:all .3s;
	-webkit-transition:all .3s;
	padding: 10px 0;
	top:0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
html.header-fixe.header-min header{
	height: 73px;	
	padding: 0;
	border-bottom: 1px solid #DDD;
}
html.header-fixe .main,
html.header-fixe .template-page{
	margin-top: 132px;
}

header{
	border-bottom: 1px solid #EEE;
	font-size: 16px;
}
html.home header{
	border-bottom:none;
}
header .menu-button-wrapper {
	font-size: 4em;
	float: right;
	cursor: pointer;
	width: 35px;
	padding-left: 0;
	padding-right: 46px;
	position: relative;
	z-index: 999;
	height: 72px;
	color: #57BEF1;
}
header .menu-button-wrapper::after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0px 20px 17px 20px;
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #EFEFEF rgba(0, 0, 0, 0);
	bottom: -23px;
	position: absolute;
	margin-left: 4px;
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	display: none;
}
html.menu-open .header .menu-button-wrapper::after{
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}
header .menu-button-wrapper .icon-menu {
	position: relative;
	top:38px;
}
.header-min header .menu-button-wrapper .icon-menu {
}
header .menu-button-wrapper .icon-menu, header .menu-button-wrapper .icon-menu::before, header .menu-button-wrapper .icon-menu::after {
	position: absolute;
	content: "";
	display: block;
	width: 32px;
	height: 3px;
	background: #57BEF1;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
header .menu-button-wrapper .icon-menu::before {
	margin-top: -8px;
}
header .menu-button-wrapper .icon-menu::after {
	margin-top: 8px;
}
html.menu-open .menu-button-wrapper .icon-menu {
	background: #fff!important;
}
html.menu-open .menu-button-wrapper .icon-menu::before {
	margin-top: 0px;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
html.menu-open .menu-button-wrapper .icon-menu::after {
	margin-top: 0px;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
header .menu-button-wrapper span {
	font-size: 18px;
	margin-top: 28px;
	position: absolute;
	display: block;
	right: 0;
}
.header-min header .menu-button-wrapper span {
}

header .logo-wrapper{
	float: left;
	margin-top: 0;
	margin-left: 0;
}
.logo-wrapper .logo-text{
	display: block;
	vertical-align: middle;
	color: #555;
	text-align: left;
	font-size: .8em;
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	margin-top: 2px;
	letter-spacing: -.5px;
}
.header-min .logo-wrapper .logo-text{
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
}
.logo-wrapper .logo-text span{
	display: block;
	text-transform: none;
}
.logo-wrapper .logo {
	width: auto;
	vertical-align: middle;
	display: inline-block;
	/*margin-right: 5px;
	padding-right: 5px;*/
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	max-height: 98px;
	max-width: 270px;
	width: auto;
	height: auto;
}
.logo-wrapper .logo.mobile {
	display: none;
}
header .logo-wrapper .logo{
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
html.header-fixe.header-min header .logo-wrapper .logo{
	width: auto;
    margin-top: 5px;
    max-height: 62px;
}
.logo-wrapper a{
	text-decoration: none;
}
.logo-wrapper .logo1{
	font-size: 3em;
	font-weight: bold;
	color: #E51B24;
}
.logo-wrapper .logo2{
	font-size: 3em;
	color: #333;
}
.logo-wrapper .logo3{
	display: block;
	color: #333;
}
header .left-wrapper {
	display: inline-block;
	height:72px!important;
}
header .right-wrapper {
	float: right;
	padding-right: 0px;
	padding-top: 0;
	text-align: right;
	line-height: normal;
	-moz-transition: transform 0.3s;
	-o-transition: transform 0.3s;
	-webkit-transition: transform 0.3s;
	transition: transform 0.3s;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
}
.header-min header .right-wrapper {
	transform: translateY(-39px);
	-moz-transform: translateY(-39px);
	-webkit-transform: translateY(-39px);
}
.header-min header .right-wrapper .top-wrapper{
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;	
}
header .right-wrapper .top-wrapper{
	margin-top: 0;
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-moz-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
}
header .right-wrapper .top-wrapper a{
	text-decoration: none;
}
header .right-wrapper .horaire-aujourdhui {
	text-align: right;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	margin-right: 2em;
	color: #57BEF1;
	font-size: .9em;
}
header .adresse{
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	color: #57BEF1;
	font-size: .9em;
}
header .tel{
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	color: #57BEF1;
	font-size: 1.1em;
}
header .tel a,
header .pin a,
header .search a{
	text-decoration: none;
	color: inherit;
}
header .tel .icon-phone,
header .tel .icon-phone-alt{
	vertical-align: middle;
	color: #57BEF1;
	font-size: 2.3em;
	display: none;
	/*padding-top: 18px;*/
	/*display: none;*/
}
header .tel .tel-number{
	vertical-align: middle;
	font-size: 1.3em;
}
header .tel .tel-number .sans-frais{
	font-size: .8em;
}
header .pin{
	vertical-align: middle;
	color: #57BEF1;
	font-size: 1.3em;
	display: none;
	margin-right: 0;
	line-height: normal;
}
header .pin .icon-location{
	font-size: 1.4em;
	vertical-align: middle;
	display: inline-block;
	margin-bottom: 4px;
}
header .pin .icon-mail,
header .pin .icon-mail-1{
	font-size: 1.3em;
	vertical-align: middle;
	display: inline-block;
}
header .search .icon-search,
header .search .icon-search-1{
	font-size: 1.7em;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #57BEF1;
	display: inline-block;
}

header .menu-wrapper {
	position: fixed;
	padding-top: 1em;
	width: 600px;
    padding-left: 1em;
    padding-right: 1em;
	top:110px;
	right: -600px;
	bottom: 00px;
	visibility: hidden;
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	z-index: 999999;
	/*border-top: 3px solid #fff;*/
	background-color:rgba(255, 255, 255, 1);
	overflow: auto;
	font-size: 1.5em;
	color: white;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}
html.menu-open header .menu-wrapper {
	visibility: visible;
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	transition-delay: 0s;
	right:0px;
}
header .menu-wrapper .wrapper{
	width: 100%;
}
header .menu-wrapper .nav-menu {
	/*padding-top: 1em;*/
	margin-top: 0;
	padding-left: 0;
	margin-bottom: 0;
}
header .menu-wrapper .nav-menu ul{
	list-style: none;
	padding-left: 0;
}
header .menu-wrapper .nav-menu ul.sub-menu{
	padding-left: 80px;
	font-size: .8em;
	margin-bottom: 1em;
	list-style-type: none;
	color: #525252;
}
header .menu-wrapper .nav-menu .politique{
	font-size: .75em;
	border-bottom: none;
}
header .menu-wrapper .nav-menu>li {
	list-style: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	width: 100%;
}
header .menu-wrapper .nav-menu>li>a{
	/*text-transform: uppercase;*/
}
html.menu-open .header-wrapper .menu-button-wrapper::after {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}
header .menu-wrapper a{
	text-decoration: none;
	padding: 10px 0;
	display: block;
	color: #525252;
}
header .menu-wrapper .sub-menu>li>a{
	padding: 6px 0;
	font-weight: normal;
}
header .menu-wrapper .current-menu-item a{
	color: #57BEF1;
	text-decoration: none!important;
}
header .menu-wrapper a:hover{
	text-decoration: underline;
	color: #57BEF1!important;
}
header .menu-wrapper a:not([href]) {
	cursor: default;
	text-decoration: none;
}
header .menu-wrapper a:hover:not([href]) {
	cursor: pointer;
	color: #57BEF1!important;
}
header .menu-wrapper .nav-menu .menu-item-has-children>a{
	display: inline-block;
	vertical-align: middle;
}
header .menu-wrapper .nav-menu .menu-item-has-children:hover>a::after{
	font-family: 'fontello';
	content: '\e809';
	color: #57BEF1;
	display: inline-block;
	vertical-align: middle;
	font-size: 0.7em;
	margin-left: 10px;
}
header .menu-wrapper .nav-menu .menu-item-has-children.show:hover>a::after{
	display: none;
}
header .lang{
	position: absolute;
	top:10px;
	right: 0;
	text-decoration: underline;
}
header .wrapper{
	position: relative;
	overflow: visible;
}
.header-main{
	height: 90px;
	position: relative;
}
header .house {
	display: none;
	vertical-align: top;
	font-size: 37px;
	line-height: 50px;
	margin-left: 10px;
}
header .house a{
	text-decoration: none;
}
header .menu-wrapper .icons-wrapper{
	margin-top: 2em;
	margin-bottom: 2em;
	color: #555;
	font-size: 0.7em;
	font-weight: normal;
}
header .menu-wrapper .icons-wrapper .icon{
	background: none;
    border: 1px solid #555;
    color: #555;
	width: 40px;
	height: 40px;
	display: inline-block;
	line-height: 40px;
	text-align: center;
	padding: 0;
	text-decoration: none;
	font-size: 20px;
	border-radius: 100%;
	font-weight: 100;
	margin-top: 10px;
}
header .menu-wrapper .icons-wrapper .icon:hover{
	text-decoration: none;
	color: white!important;
	background: #57BEF1;
    border: 1px solid #57BEF1;
}

header .menu-wrapper .sub-menu{
	display: none;
}
header .menu-wrapper .show .sub-menu{
	display: block;
	margin-bottom: 1em;
}
header .search .search-popup form.searchform input.search{
	width: 380px;
	height: 40px;
	border: 1px solid #ddd;
	margin: 10px;
}
header .search .search-popup form.searchform .button{
	width: 90px;
	padding: 5px 10px;
	margin-right: 5px;
	font-size: 12px;
	margin-top: 9px;
	vertical-align: middle;
	display: inline-block;
	text-align: center;
	line-height: normal;
	height: 41px;
	font-weight: bold;
}
header form.searchform{
	width: 100%;
	margin: 0;
	box-sizing: border-box;
}
header form.searchform .text-wrapper{
	width: 100%;
	border: none;
	height: 60px;
}
header form.searchform input.search{
	height: 60px;
	line-height: normal;
	font-size: 1em;
	width: 363px;
	color:#555; 
	background: none;
}
header .menu-wrapper form.searchform input.search{
	padding-left: 0;
	padding-right: 0;
	/*text-transform: uppercase;*/
}
header .menu-wrapper form.searchform input.search::-webkit-input-placeholder { color:#525252; }
header .menu-wrapper form.searchform input.search::-moz-placeholder { color:#525252;  } /* firefox 19+ */
header .menu-wrapper form.searchform input.search:-ms-input-placeholder { color:#525252; } /* ie */
header .menu-wrapper form.searchform input.search:-moz-placeholder { color:#525252;  }

header form.searchform button.button-loupe{	
	font-size: 1.3em;
	color: #2182B8;
	position: absolute;
	height: 100%;
	background: none;
	right: 1.9em;
}
header .menu-wrapper form.searchform button.button-loupe{
	color: white;
}
header .menu-wrapper form.searchform .button-text{
	display: none;
	font-size: 16px;
}
header .menu-wrapper form.searchform.focus .button-text{
	display: inline-block;
	width: 200px;
	font-size: 16px;
	text-align: center;
	padding: 5px 10px;
	vertical-align: middle;
	position: absolute;
	right: 20px;
	top:0;
	margin-top: 8px;
	border: none;
	height: 45px;
}
header .menu-wrapper form.searchform.focus .button-loupe{
	display: none;
}
header .menu-wrapper form.searchform.focus .search{
	background: white;
	vertical-align: middle;
	display: inline-block;
	float: none;
	/*border: 1px solid #ddd;*/
}
header .menu-wrapper form.searchform{
	width: 100%;
	max-width: 610px;
}
header .menu-wrapper form.searchform .text-wrapper{
	width: 100%;
	position: relative;
}
header .menu-wrapper form.searchform input.search{
	width: 100%;
}
header .menu-wrapper  form.searchform button.button-loupe{
	right: 0;
	width: 100px;
}
header .menu-wrapper .joindre-mobile{
	display: none;
}
header .search .search-popup{
	position: absolute;
	right: 0;
	width: 500px;
	background-color: #FFF;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	display: none;
	top:100px;
}
html.header-min header .search .search-popup{
	top:73px;
}
header .search .search-popup.show{
	display: block;
}
header .search{
	display: inline-block;
	vertical-align: middle;
	color: #57BEF1;
	cursor: pointer;
	margin-right: 5px;
	line-height: normal;
}

.header-min header .right-wrapper .bottom-wrapper{
	/*line-height: 73px;*/
}
header .right-wrapper .bottom-wrapper .button{
	font-size: 18px;
}
header .right-wrapper .bottom-wrapper a{
	 text-decoration: none;
}
.header-min header .right-wrapper .bottom-wrapper .button{
	line-height: normal;
}
header .right-wrapper .bottom-wrapper .tel{
	font-size: 1.3em;
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	transition: opacity .3s;
	-moz-transition: opacity .3s;
	-webkit-transition: opacity .3s;
}
.header-min header .right-wrapper .bottom-wrapper .tel{
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
}
header .search .search-popup form.searchform .button::after{
	display: none;
}
header .menu-wrapper .menu-search-mobile{
	display: none;
}

header .menu-wrapper .hide-in-primary-menu{
	display: none;
}

.second-nav{
	float: right;
	margin-right: 1em;
}
.header-min .second-nav{
	/*display: none;*/
}
.second-nav .wrapper{
	overflow: visible;
}
.second-nav .nav-menu{
	padding-left: 0;
	margin: 0;
	font-size: 0;
	display: table;
	width: 100%;
	vertical-align: middle;
	height: 100%;
}/*
.second-nav .nav-menu .sub-menu{
	list-style: none;
	visibility: hidden;
	display: none;
}*/
.second-nav .nav-menu>li{
	/*display: inline-block;
	float: left;*/
	position: relative;
	padding: 0 10px;
	/*border-right: 1px solid #DDD;*/
	list-style: none;
	z-index: 999;
	font-size: 18px;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 0;
	display: none;
	/*border-right: 1px solid #96E2E5;*/
}
.second-nav .nav-menu>li.second-menu-item{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}
.second-nav .nav-menu>li:last-child{
	border-right: none;
}
.second-nav .nav-menu>li:hover{
}
.second-nav .nav-menu>li:hover>a{
	color: #555!important;
}
.second-nav .nav-menu>li:hover>a::after,
.second-nav .nav-menu>li.current-menu-item>a::after,
.second-nav .nav-menu>li.current-menu-ancestor>a::after{
	content: '';
	height: 3px;
	padding-top: 10px;
	display: block;
    box-shadow: 0px 3px 0px #57BEF1;
    position: absolute;
    left: 10px;
    right: 10px;
}
.second-nav .nav-menu>li>a{
	/*padding: 15px 0;*/
	display: block;
	color: #555!important;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: normal;
}
.second-nav .nav-menu>li.menu-item-has-children>.sub-menu{
	position: absolute;
	background: #fff;
	/*border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;*/
	list-style: none;
	z-index: 9;
	left: 0;
	right: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	min-width: 420px;
	padding: 0;
	text-align: left;
	top:70px;
	/*box-shadow: 0 5px 8px 0 #EEE;
	-moz-box-shadow: 0 5px 8px 0 #EEE;*/
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    max-height: 0;
    overflow: auto;
}
.second-nav .nav-menu>li.menu-item-has-children:hover>.sub-menu{
	/*visibility: visible;
	display: block;*/
	padding-top: 1em;
	padding-bottom: 1em;
    max-height: 500px;
}
.second-nav .nav-menu>li.menu-item-has-children:hover>.sub-menu .sub-menu{
	visibility: visible;
	position: relative;
	list-style: none;
}
/*.second-nav .nav-menu li:hover ul.sub-menu{
	visibility: visible!important;
	display: block;
}*/
.second-nav .nav-menu>li.menu-item-has-children>.sub-menu a{
	text-decoration: none;
	padding: 7px 1em;
	display: block;
	color:#555;
}
.second-nav .nav-menu>li.menu-item-has-children>.sub-menu a:hover{
	color: #57BEF1!important;
	text-decoration: underline;
}
.second-nav .nav-menu>li.menu-item-has-children>.sub-menu a:not([href]):hover{
	text-decoration: none;
}
.second-nav .menu-main-menu-container{
	height: 72px;
}
.second-nav .nav-menu>li.menu-item-has-children>.sub-menu li.current-menu-item>a{
	text-decoration: none;
	color: #57BEF1;
}
.second-nav .nav-menu>li .menu-item-has-children>a,
.second-nav .nav-menu>li .menu-item-bold>a{
	font-weight: bold;
}
.second-nav .nav-menu>li .menu-item-has-children>a::after {
    content: '+';
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 3px;
    vertical-align: middle;
    font-size: 1.5em;
}
.second-nav .nav-menu>li .menu-item-has-children>ul {
    display: none;
    margin-bottom: 1em;
}
.second-nav .nav-menu>li .menu-item-has-children.show>ul {
	list-style: none;
    display: block;
}


.flexslider {
	margin: 0!important;
}
.flexslider {
	overflow: hidden;
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	-o-box-shadow: none!important;
	box-shadow: none!important;
	border: 0!important;
	background: transparent!important;
}
.flex-direction-nav a {height: 75px!important;opacity:1; text-decoration: none!important;}
.flex-direction-nav .flex-next:before {
	font-family: 'fontello'!important;
	content: '\e809'!important;
	font-size: 60px!important;
	color: #FFF!important;
	text-shadow: none!important;
	text-decoration: none!important;
}
.flex-direction-nav .flex-next {
	right: 10px !important;
	opacity: 1 !important;
	z-index: 9999;
}
.flex-direction-nav .flex-prev {
	left: 10px !important;	
	opacity: 1 !important;
	z-index: 9999;
}
.flex-direction-nav .flex-prev:before {
	font-family: 'fontello'!important;
	content: '\e808'!important;
	font-size: 60px!important;
	color: #FFF!important;
	text-shadow: none!important;
	text-decoration: none!important;
}
.flexslider-accueil .flex-control-nav {
	bottom: 2em!important; 
	z-index: 9999;
}
.flex-control-paging li a {
	background: none!important;
	box-shadow: none!important;
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	border:2px solid #c9471a!important;
}
	

/* ======================================================================*/
/* Accueil */
/* ======================================================================*/
#page-accueil .accueil-desktop .section-1 .content-wrapper h2{
	line-height: 1em;
}


table.table-plan{
	width: 100%;
    border-spacing: 10px;
}
table.table-plan tr td{
	padding: 1em;
	vertical-align: top;
	border: 1px solid #ddd;
}
table.table-plan tr td:first-child{
	width: 33%;
	background: #eee;
    font-size: 1.3em;
}
table.table-plan tr td:first-child h2{
    padding: 0!important;
}
table.table-plan ul{
	font-size: 1em!important;
}

/* ======================================================================*/
/* FAQ */
/* ======================================================================*/
.faq-categories-wrapper{
	color: #57BEF1!important;
}






/* ======================================================================*/
/* Page */
/* ======================================================================*/
.page-template-default,
.page-template-default body,
.page-template-default .big-container{
	height: 100%!important;
}
.page-template-default.no-photo,
.page-template-default.no-photo body,
.page-template-default.no-photo .big-container{
	height: auto!important;
}
#page{
	height: 100%;
	margin-top: -80px;
	padding-top: 80px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
html.header-fixe #page {
    margin-top: 132px;
    padding-top: 0;
    padding-bottom: 132px;
}
#page .photo-wrapper{
	height: 100%;
	width: 50%;
	float: left;
	background-size: cover!important;
}
#page h2{
	margin-top: 0;
}
#page .text-wrapper{
	width: 50%;
	float: left;	
	padding: 3% 5%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	overflow: auto;
	height: 100%;
}
#page.no-photo .text-wrapper{
	padding-top: 0;
	padding-bottom: 0;
}
#page.no-photo,
#page.no-photo .text-wrapper{
	width: 100%;
	height: auto!important;
}
#page .text-wrapper .paragraph-wrapper{
	padding-bottom: 2em;
}
#page .content-wrapper{
	margin-bottom: 2em;
}










/* ======================================================================*/
/* Formulaire de commentaires  */
/* ======================================================================*/
.commentaires-wrapper{
	margin-bottom: 2em;
}
.commentaires-wrapper .form-allowed-tags{
	display: none;
}
.commentaires-wrapper{
	overflow: hidden;
	width: 100%;
	/*background: #f3f3f3;*/
	padding: 2em 0;
}
.commentaires-wrapper .comment-navigation{
	overflow: hidden;
}
.commentaires-wrapper .nav-previous{
	float: left;
}
.commentaires-wrapper .nav-next{
	float: right;
}
.commentaires-wrapper h1{
	float: none!important;
	margin-bottom: 1em!important;
}
.commentaires-wrapper .wp-editor-wrap a{
	color: black!important;
	border-bottom: none!important;
	text-decoration: none!important;
}
.commentaires-wrapper form p{
	text-align: right;
}
.commentaires-wrapper .cols-wrapper{
	overflow: hidden;
}
.commentaires-wrapper .left-col{
	float: left;
	width: 49%;
}
.commentaires-wrapper .right-col{
	float: right;
	width: 49%;
}
.commentaires-wrapper .avatar{
	display: none;
}
.comments-title{
	display: none;
}
.comment-list{
	width: 100%;
	overflow: hidden;
	margin: 1em 0;
	padding-left: 0;
	list-style: none;
}
.comment-list li{
	list-style: none;
}
.comment-list li p{
	overflow: hidden;
}
.comment-list li .alignleft{
	margin-right: 1em;
}
.comment-list li .alignright{
	margin-left: 1em;
}
.commentlist .comment-meta.commentmetadata{
	text-align: right;
}
#respond a,
.comment-list a{
}
.comment-author{
	color:#555;
}
.comment-body{
	margin: 1em 0;
	margin-bottom: 2em;
	border-left: 1px solid #DDD;
	padding-left: 1em;
	position: relative;
	margin-left: 30px;
}
.comment-body::before {
	content: '';
	border-style: solid;
	border-width: 0px 30px 30px 0;
	border-color: rgba(0, 0, 0, 0) #DDD rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	position: absolute;
	top: 30px;
	left: -30px;
}
.comment-body::after {
	content: '';
	border-style: solid;
	border-width: 0px 30px 30px 0;
	border-color: rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	position: absolute;
	top: 31px;
	left: -27px;
	z-index: 99;
}
.commentaires-wrapper h1{
    color: #000;
    font-size: 2.7em;
}
.commentaires-wrapper .form-allowed-tags{
	display: none;
}
.commentaires-wrapper .form-submit{
	text-align: right;
}
.commentaires-wrapper textarea{
	height: 252px;
	margin-bottom: 0;
}
.commentaires-wrapper .children{
	padding-left: 4%;
}
.commentaires-wrapper .comment-reply-title{
	display: none;
}


/* Template sections */
#template-service-section #ahpr-rdv-div .button-wrapper button{
	color: #57BEF1!important;
}
#template-service-section #ahpr-rdv-div .button-wrapper button:hover{
	color: #fff!important;
}




/* =============================================================================
   Template Search
   ========================================================================== */
html.search header .menu-wrapper .nav-menu>li#menu-item-search,
html.search header .search,
html.search header .search .search-popup{
	display: none;
}
#page-search .bloc{
	float: none;
	border-bottom: 1px solid #DDD;
	padding-bottom: 2em;
	margin-bottom: 2em;
}
#page-search .navigation{
	overflow: hidden;
	margin: 2em auto;
	text-align: center;
	font-size: 1.2em;
}
.alignleft{
	float: left;
}
.alignright {
	float: right;
}
#page-search .navigation .alignleft,
#page-search .navigation .alignright{
	float: none;
	display: inline-block;
}

#page-search .searchform-wrapper{
	margin-bottom: 2em;
}
#page-search form.searchform {
	width: 100%;
	margin: 1em 0;
}
form.searchform input.search{
	width: 90%;
	font-size: 2em;
	height: auto;
	line-height: normal;
	padding: 10px;
	font-weight: normal;
	margin:0;
	border: none;
	color:#555;
}
form.searchform .text-wrapper{
	display: block;
	height: auto;
	overflow: hidden;
	border:1px solid #57BEF1;
	/*padding-top: 1px;*/
}
form.searchform button{
	width: 9%;
	margin: 0;
	padding: 5px;
	font-size: 2em;
	display: inline-block;
	vertical-align: middle;
	background: #57BEF1;
	color: #FFF!important;
	height: 64px;
	float: right;
	background-image: url("images/lupa.jpg");
	background-position: 168px center;
	background-repeat: no-repeat;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: none;
}
#page-search .blocs-wrapper a{
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}
#page-search .blocs-wrapper a:hover{
	color: black!important;
}
#page-search .blocs-wrapper .bloc h2{
	color: #555;
	display: inline-block;
	margin: 0;
}
#page-search .blocs-wrapper .bloc .link-wrapper{
	color: #57BEF1;
	text-decoration: underline;
	display: inline-block;
	margin: 0;
}
/*
header .searchform{
	width: 100%;
	margin: 0;
	box-sizing: border-box;
}
header form.searchform .text-wrapper{
	width: 100%;
	border: none;
	height: 60px;
}
header form.searchform input.search{
	height: 60px;
	font-size: 1em;
	width: 363px;
	color:#555; 
	font-weight: bold;
}*/
header form.searchform input.search::-webkit-input-placeholder { color:#555; }
header form.searchform input.search::-moz-placeholder { color:#555;  } /* firefox 19+ */
header form.searchform input.search:-ms-input-placeholder { color:#555;  } /* ie */
header form.searchform input.search:-moz-placeholder { color:#555; }
/*
header form.searchform button{	
	font-size: 1.3em;
	color: #2182B8;
	position: absolute;
	height: 100%;
	background: none;
	right: 1.9em;
}
header .menu-wrapper .nav-menu>li:hover form.searchform input.search{
	background: #EBF7FF;
}*/





/* ======================================================================*/
/* Plan du site  */
/* ======================================================================*/
#ahpp-plan-div.user-admin .menu>li>a{
	margin-top: -.9em!important;
}
#ahpp-plan-div .menu ul{
	line-height: 1.5em;
}
#ahpp-plan-div{
	margin-bottom: 2em;
}
#ahpp-plan-div .logo-print{
	overflow: hidden;
}
#ahpp-plan-div .logo-print{
	margin-bottom: 25px!important;
}
div.ahpm_my_infowindow a{
	text-decoration: underline!important;
	color:black!important;
}

/* ======================================================================*/
/* 404  */
/* ======================================================================*/
#page-error-ops {
	padding-top: 90px !important;
}
#page-error-ops h1 {
	text-align: center;
	margin-top: 90px;
	font-size: 8em;
	margin-bottom: 0;
}
#page-error-ops .paragraphe {
	padding-top: 20px;
	text-align: center;
	font-size: 1.5em;
	line-height: 1.5em;
}


/* ======================================================================*/
/* Footer */
/* ======================================================================*/
.button-up::before{
	font-family: 'fontello';
	content: '\e809';
	line-height: 60px;
	width: 60px;
	height: 60px;
	text-align: center;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	color: #FFF!important;
	text-decoration: none;
	background: #57BEF1;
	font-weight: bold;
	font-size: 1.5em;
	cursor: pointer!important;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 99;
	display: none;
}
.button-up:hover::before{
	background: #6cc7f4;	
}
.button-up.show::before{
	display: block;
}
.credit{
	font-size: 0.7em;
	font-weight: normal;
	margin-bottom: 2em;
}
.signature-logo {
	font-size: 1.2em;
	font-weight: 100;
}
.signature-logo a{
	text-decoration: none;
}
.signature-1 {
	font-family: 'signature1';
}
.signature-2 {
	font-family: 'signature2';
	font-size: 1.2em;
}



/* Plan du site */
#ahpp-plan-div .button-wrapper .button img{
	display: none;
}


footer #credits table{
	width: 100%;
	height: 75px;
	border-spacing: 0;
}
footer #credits table td{
	padding: 1em 5%;
}
footer #credits table td:first-child{
	color: black;
	background: #fff;
    font-size: 0.8em;
}
footer #credits table td:last-child{
	color: black;
    background: #fff;
    width: 570px;
    font-size: 1.2em;
    text-align: right;
}
footer a{
	color: #57BEF1;
}
footer a:hover{
	color: #57BEF1!important;
}
footer #credits table td:last-child a{
	text-decoration: none;
}


/* grandes normales */
@media screen and (max-width: 2200px) {
	.wrapper {width: 1850px;}
	#page-accueil .accueil-desktop .sections-wrapper h2{font-size: 3.5em;}
}
/* Résolution normales */
@media screen and (max-width: 1920px) {
	.wrapper {width: 1550px;}
	#page-accueil .accueil-desktop .sections-wrapper h2{font-size: 3em;}
}
/* Résolution intermédiaire */
@media screen and (max-width: 1750px) {
	.wrapper {width: 1340px;}
}
/* Résolution moyenne */
@media screen and (max-width: 1600px) {
	/* Général */
	.wrapper {width: 1230px;}
	
	/* Header */
	header .menu-wrapper{}
	header .logo-wrapper{font-size: 1em;}
	header .logo-wrapper span{display: block;}
	header .right-wrapper .horaire-aujourdhui {max-width: 270px;}
	header .right-wrapper .bottom-wrapper .button{font-size: 16px;}
	.credit{font-size: .6em;}
	header .menu-wrapper .nav-menu .politique{font-size: .6em;}
}
@media screen and (max-width: 1366px){
	body{font-size: 16px;}
	.wrapper {width: 1150px;}
	.button-up::before{line-height: 40px;width: 40px; height: 40px; font-size: 1em;}
	
	/*Header*/
	.second-nav .nav-menu>li>a{font-size: 1em;}
	
	/* Accueil */
	#page-accueil .accueil-desktop .section-2 .blocs-wrapper .bloc .titre-wrapper h2{font-size: 2em;line-height: 1em;}
	
	/* Peut etre va partir */
	#template-service-section .temoignages-wrapper .wrapper,
	#template-service-section .questions-wrapper .wrapper{max-width: 1150px;}
	
}
@media screen and (max-width: 1279px){
	.wrapper {width: 1000px;}
	
	/* Header */
	header .tel .tel-number{font-size: 1.2em;}
	header .tel .icon-phone,
	header .tel .icon-phone-alt{font-size: 2em;}
	header .pin a{width: 60px;}
	header .logo-wrapper .logo-text{display: none;}
	header .logo-wrapper .logo{margin-top: 9px;}
	.second-nav .nav-menu>li{padding-left: 5px; padding-right: 5px;}
	.second-nav .nav-menu>li>a{font-size: .9em;}
	header .right-wrapper .horaire-aujourdhui{display: none;}
	
	/* Page */
	#page .photo-wrapper{width: 40%;}
	#page .text-wrapper{width: 60%;}


	/* Peut etre va partir */
	#template-service-section .temoignages-wrapper .wrapper,
	#template-service-section .questions-wrapper .wrapper{max-width: 1000px;}

}
/* Tablettes */
@media screen and (max-width: 1024px) {
	/* Général */
	.hide-on-mobile{display: none;}
	.wrapper {width: 90%;}
	.col-left,.col-right {width: 100%!important;}
	.page-template-template-rendez-vous-php,
	.page-template-template-nous-joindre-php,
	.page-template-template-referer-patient-php,
	.page-template-template-questionnaire-medical-php,
	.page-template-template-sondage-post-op-php,
	.page-template-template-plante-php{
		height: auto!important;
	}
	.icon-phone-alt:before{margin-bottom: 0;}
	
	h1{font-size: 2.5em;}
	h2{font-size: 2em;}
	
	/* Header */
	header .tel .tel-number{display: none;}
	header .tel .icon-phone,
	header .tel .icon-phone-alt{font-size: 1.8em; display: inline-block; padding: 0; line-height: normal;}
	body.page-template-template-accueil-php header .right-wrapper{padding-top: 3em;}
	/*header .right-wrapper .horaire-aujourdhui{margin-right: 1em; font-size: .9em; margin-bottom: 5px;}
	header .right-wrapper .horaire-aujourdhui{display: block;margin-right: 0; margin-bottom: 10px;}*/
	header .right-wrapper .horaire-aujourdhui{margin-right: 1em;}
	header .menu-wrapper,
	header .menu-button-wrapper .icon-menu, 
	header .menu-button-wrapper .icon-menu::before, 
	header .menu-button-wrapper .icon-menu::after{transition:none;-webkit-transition:none;-moz-transition:none;}
	header .lang{display: none;}
	header .right-wrapper .horaire-aujourdhui {max-width: 200px;}
	header .pin.search,
	header .pin.facebook{display: none;}
	header .divHeaderRendezVous{width: auto;}
	header .pin{margin-right: 10px;}
	header .tel{margin-right: 5px;}
	header .menu-wrapper form.searchform.focus .button-text{width: 90px;font-size: 13px;}
	header .right-wrapper .bottom-wrapper .tel{display: none;}
	header .right-wrapper .search, header .right-wrapper .search .search-popup{display: none;}
	header .tel .icon-phone,
	header .tel .icon-phone-alt{font-size: 1.5em;}	
	header .menu-wrapper .nav-menu .menu-item-has-children>a::after{font-family: 'fontello'; content: '\e809'; color: #57BEF1; display: inline; vertical-align: middle; font-size: 0.7em; margin-left: 10px;}
	header .menu-wrapper .joindre-mobile{display: block;}
	header .menu-wrapper .joindre-desktop{display: none;}
	header .menu-wrapper .menu-search-desktop{display: none;}
	header .menu-wrapper .menu-search-mobile{display: block;}
	header .menu-wrapper input[type="submit"]::after, header .menu-wrapper .button::after { display: none;}
	.second-nav{display: none;}
	header .menu-wrapper{width: 100%; right:auto;  box-sizing: border-box; -moz-box-sizing: border-box; top:130px;}
	header .adresse{display: none;}
	header .pin{display: inline-block;}

	/* Accueil */
	#page-accueil .accueil-desktop .sections-wrapper .section-deux-blocs .bloc-text{padding: 5%;}
	
	
	/* Peut etre va partir */
	#template-service-section .temoignages-wrapper .wrapper,
	#template-service-section .questions-wrapper .wrapper{max-width: none; width: 90%;}

}


/* mobiles */
@media screen and (max-width: 1023px) {
}


/* mobiles */
@media screen and (max-width: 767px) {
	/* Général */
	.notification{font-size: 1.3em;}
	.filAriane{display: none;}
	input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="number"], textarea{padding: 12px; font-size: 1em;}
	.col-left-60,
	.col-right-40{width: 100%;}
		
	.page-template-default, .page-template-default body, .page-template-default .big-container{height: auto!important;}
		
	#page-equipe .title-wrapper{margin-top: 80px; margin-bottom: 3em;}
	
			
	/* Header */
	header .wrapper{width: 100%;}
	header nav .wrapper{width: 90%;}
	header .tel .tel-number{display: none;}
	header .right-wrapper .horaire-aujourdhui{display: none;}
	header .right-wrapper{padding-top: 0; line-height: 50px; padding-right: 0; width: 300px; vertical-align: middle;}
	header .button{display:table-cell; vertical-align:middle; padding: 0 10px; border: none;}
	body.page-template-template-accueil-php header .right-wrapper{padding-top: 3em;}
	header .menu-wrapper .nav-menu{font-size: .7em;}
	html.home header .right-wrapper{padding-top: 0; margin-top: 0;}
	header .logo-wrapper .logo{display: none;}
	header .logo-wrapper{line-height: 0;}
	header .logo-wrapper .logo.mobile,
	html.header-fixe.header-min header .logo-wrapper .logo.mobile{display: inline-block; vertical-align: middle; max-height: 38px; margin-top: 5px; margin-left: 5px;}
	header .tel{padding-right: 10px; line-height: normal; display: table-cell; vertical-align: middle; }
	header .button:hover{border: none;}
	header .menu-button-wrapper{height: 80px;}
	header .house {display: inline-block;}
	header .wrapper{overflow: hidden;}
	.header-main,
	header .divHeaderRendezVous,
	header .left-wrapper{height: 50px!important; line-height: 50px; vertical-align: middle;}
	header .divHeaderRendezVous{font-size: 15px;  padding: 0 6px;}
	header .menu-button-wrapper{padding-left: 10px; padding-right:10px; height: 50px!important}
	header .menu-button-wrapper .icon-menu{top:22px!important;}
	header .menu-button-wrapper span{display: none;}
	header .pin a{ height: 50px; width: 50px;}
	header .pin .icon-mail{ height: 50px; line-height: 50px; font-size: 1.5em;}
	header .pin{line-height: normal; display: table-cell; vertical-align: middle;    padding-right: 10px;}
	header .menu-wrapper{top:50px;}
	html.header-fixe.header-min header{height: 50px;}
	html.header-fixe header{height: 50px; padding: 0;}
	header .right-wrapper .top-wrapper,
	header .right-wrapper .bottom-wrapper{display: inline-block; vertical-align: middle;}
	html.header-fixe .main, html.header-fixe .template-page{margin-top: 70px;}
	html.header-fixe.home .main, html.header-fixe.home .template-page{margin-top: 50px;}
	.header-min header .right-wrapper { transform: translateY(0); -moz-transform: translateY(0); -webkit-transform: translateY(0);}
	.header-min header .right-wrapper .top-wrapper { opacity: 1; -moz-opacity: 1; -webkit-opacity: 1;}
	input[type="submit"]::after, .button::after { display: none;}
	header .right-wrapper .bottom-wrapper .button{padding-top: 0; padding-bottom: 0; border-radius: 0;}
	.header-min header .right-wrapper .bottom-wrapper .button{line-height: inherit;}


	/* Search */
	form.searchform button{width: 15%; font-size: 1.5em;}
	form.searchform input.search{font-size: 1em; width: 80%;}
	form.searchform button{height: 40px;}
	
	/* Template de sections */
	#template-service-section h1{font-size: 2.2em;}

	/* Sections */
	table.table-plan,
	table.table-plan tbody,
	table.table-plan tr,
	table.table-plan tr td{display: block; width: 100%!important; box-sizing: border-box; -moz-box-sizing: border-box;}
	
	/* Page */
	body.page-template-default .big-container{height: auto!important;}
	#page{height: auto; }
	html.header-fixe #page{ margin-top: 50px; padding-top: 0; padding-bottom: 1em;}
	#page .photo-wrapper{width: 100%; height: 300px}
	#page .text-wrapper{width: 100%; height: auto; float: none;}
	
	/* Footer */
	footer{display: none;}
}

/* Petits mobiles */
@media screen and (max-width: 600px) {


	/*Header */
	header .house{margin-left: 0;}
	header .right-wrapper .search,
	header .right-wrapper .search .search-popup{display: none;}
	header .right-wrapper .button{letter-spacing: -1px;}
	header .right-wrapper .button span{display: none;}
	
}

/* Petits mobiles */
@media screen and (max-width: 500px) {

	/* Header */
	header .right-wrapper .horaire-aujourdhui{display: none;}
	header .right-wrapper {padding-top: 0;}
	header .right-wrapper {padding-right: 0;width: 250px;}
	header .pin{margin-right: 10px;}
	header .button{padding: 0 5px; letter-spacing: -1px;}
	header .tel{margin-right: 5px;}
	header .menu-button-wrapper{width: 35px;}
	header .menu-button-wrapper .icon-menu,
	header .menu-button-wrapper .icon-menu::before,
	header .menu-button-wrapper .icon-menu::after{width: 33px;}
	header form.searchform input.search{width: 90%;}
	header form.searchform button.button-loupe{	display: none;}
	
	header .right-wrapper .top-wrapper{vertical-align: text-bottom;}
	header .right-wrapper .bottom-wrapper{vertical-align: top;}
	header .right-wrapper{vertical-align: top;}
	
	/* Accueil */
	#page-accueil .accueil-desktop .section-2 .blocs-wrapper .bloc{padding-bottom: 120%;}
}



@media print {
	html.header-fixe .main, html.header-fixe .template-page{margin-top: 0;}
	
	body{font-size: 13px;}
	.filAriane{display: none;}
	.wrapper{width: 100%;}
	.commentaires-wrapper{display: none;}
	.modifier{display: none;}
	.button-up.show{display: none;}
}