/*
Theme Name: MS Thème Metier
Author: Multimed Solutions
Author URI: http://www.multimed-solutions.com/
Description: Thème spécial pour wordpress
Version: 1.0
Text Domain:  site-metier
Template: mstheme
*/

/* ------------------ Include Styles ------------------ */
/* fonts : */

/*Lato*/
@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic);

@import url("iconmoon/style.css");

/* ------------------ General ------------------ */
html {
	background-image: linear-gradient(#4c4c4c, #000);
	background-attachment: fixed;
}
body {
	background: transparent;
	min-height: 100%;
	height: 100%;
	color: #fff;
}

a {
	color: #ff6ac2;
	text-decoration: none;
}
a:hover {
	color: inherit;
	text-decoration: none;
	color: #696969 !important;
}

.flex {
	display: flex;
}

/* ------------------ Header ------------------ */
.site-header {
	text-align: center;
	background-color: #fff;
}

.baseline {
	font-family: "Century Gothic", "Apple Gothic", sans-serif;
	color: #696969;
	text-align: center;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 23px;
	text-transform: uppercase;
	letter-spacing: 6px;
	font-size: 12px;
}

/* ----------- Menu ---------- */
#navbar {
	padding: 10px 0;
	font-family: "Century Gothic", "Apple Gothic", sans-serif;
}
.nav.navbar-nav {
	float: none;
	display: block;
	position: relative;
	text-align: center;
	color: #696969;
}
.nav.navbar-nav li {
	position: relative;
}
.nav.navbar-nav li a {
    display: block;
    padding: 10px 20px 6px 20px;
    font-size: 18px;
    text-decoration: none;
    color: #696969;
    line-height: 1.5em;
}
.nav.navbar-nav li a:hover {
	color: #ff6ac2 !important;
}

.nav.navbar-nav li ul {
	z-index: 10000;
	float: none;
	display: none;
	position: absolute;
	width: 200px;
	top: 99%;
	padding: 0;
	text-align: left;
	background: #444;
}
.nav.navbar-nav li ul li {
	float: none;
	width: 100%;
	border-bottom: 1px dotted #aaa;
}
.nav.navbar-nav li ul li a {
	width: 100%;
	font-size: 0.9em;
}
.nav.navbar-nav li:hover ul {
	display: block;
}

/* ----------- Slider ----------- */

#slider {
	background-color: #000;
}
.sliderReassurance {
	/*background: rgba(255,255,255,.9);*/
	background: #000;
	font-size: 17px;
	text-align: center; /*color: #454545;*/
	color: #fff;
	padding-top: 30px;
}

/* ------------------ Main ------------------ */
a#facb {
	color: #337ab7;
}
#main {
	font-family: "Lato", sans-serif;
	line-height: 20px;
	background-color: #3d3d3d;
}
#contentMaster {
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 15px;
}
#contentMaster ul,
#contentMaster ol {
	padding-left: 0;
}
#contentMaster ul {
	padding-left: 15px;
}
#contentMaster li {
	position: relative;
	padding-left: 15px;
	list-style-position: inside;
}

#contentMaster ul li {
	list-style-type: none;
}
#contentMaster ul li:before {
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	content: "\e600";
	font-size: 25px;
	position: absolute;
	left: 0;
	top: 3px;
	color: #ff6ac2;
}
span {
	color: #ff6ac2;
}
/* ---------- Headings ---------- */
h1 {
	font-family: "Century Gothic", "Apple Gothic", sans-serif;
	border-bottom: 1px solid #000;
	font-weight: normal;
	font-size: 28px;
	border-color: #ff6ac2 !important;
	color: #ff6ac2;
	padding-bottom: 4px;
}
h2 {
	position: relative;
	padding-left: 16px;
	font-size: 21px;
	font-weight: bold;
	color: #ff6ac2;
	margin-bottom: 18px;
}
h2:before {
	height: 9px;
	width: 9px;
	content: " ";
	position: absolute;
	left: 0;
	top: 6px;
	background: #ff6ac2 !important;
	border-radius: 2px;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	padding-left: 33px;
	position: relative;
	color: #fff;
}
h3:before {
	border-bottom: 1px solid #ff6ac2;
	width: 28px;
	position: absolute;
	left: 0;
	top: 10px;
	content: " ";
}
h4 {
	color: #fff;
	font-size: 15px;
	font-weight: 800;
}

/* Module Planity - Prendre RDV en ligne */
#planitywl *, #planityw .planity_bookappointment-button-choose { color: #333; }
.planity-component-button { color:#fff !important; }
#planityw .planity_bookappointment-button-choose:hover { color: rgb(151, 151, 151) }
#planitywl .css-1u1908p { display: none; }
#planitywl .css-1tqbinc div div { border: 1px solid #ddd; }
#planitywl .css-1tqbinc div { padding: 20px 0; }
#planitywl h3 { color: #ff6dbe; }
#planitywl .css-nd436o {
    margin-bottom: 1rem;
    padding-left: 2px;
}
#planitywl .css-nd436o span{ color: #ff6dbe; }
#planitywl .css-go1g7c,#planitywl [data-css-go1g7c] {
    margin-top: 2vh;
}


/* Sidebar */
.sidebar {
	background: rgba(255, 255, 255, 0.1);
	padding-top: 35px;
	padding-bottom: 35px;
	margin-top: 15px;
}

.widget h2 {
	margin-bottom: 10px;
}
.widget-element {
	margin-bottom: 25px;
}

.widget_recent_entries ul {
	padding: 0;
}
.widget_recent_entries ul li {
	list-style-type: none;
}
.widget_recent_entries ul li a {
	display: block;
	font-weight: bold;
	text-decoration: none;
}
.widget_recent_entries ul li span {
	display: block;
	font-size: 0.8em;
}

.search-form {
	display: block;
	position: relative;
}
.search-form label {
	display: block;
}
.search-form label span {
	display: none;
}
.search-form .search-field {
	height: 25px;
	background: #fff;
	border: 1px solid #666;
	padding: 2px 25px 2px 5px;
	width: 100%;
	color: #333;
}
.search-form .search-submit {
	height: 25px;
	width: 25px;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 100px;
	overflow: hidden;
	border: 1px solid #666;
	background: transparent url(images/search.png) no-repeat center center;
}

/* Contact */
.wpcf7-form-control.wpcf7-submit {
	background-color: #696969;
	color: #fff;
	border-radius: 3px;
	border: none;
	margin-top: 20px;
	padding: 8px 27px !important;
}
.wpcf7-form-control.wpcf7-submit:hover {
	background-color: #ff6ac2;
	color: #fff !important;
	border-radius: 3px;
}
.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-textarea {
}
.wpcf7-form-control.wpcf7-text:focus,
.wpcf7-form-control.wpcf7-textarea:focus {
}

/* BTN */
.btn {
	background-color: #ff6ac2;
	margin-top: 1rem;
	color: #fff;
	border-radius: 3px;
	text-transform: uppercase;
}
.widget .btn:hover {
	background-color: #e90085;
}
.btn:hover {
	background-color: #ff6ac2;
	color: #fff !important;
	border-radius: 3px;
}
#metaslider_container_158 .flex-direction-nav a,
#metaslider_container_194 .flex-direction-nav a {
	margin: -215px 0 0 !important;
}

/* ---------------- Footer -------------------- */
.site-footer {
	background: #fff;
	text-align: center;
	padding: 20px 0;
	font-size: 17px;
	color: #696969;
	font-family: "Century Gothic", "Apple Gothic", sans-serif;
}

.site-footer .copy {
	font-size: 0.7em;
}

.footerhaut {
	text-align: center;
	margin-top: 10px;
}

/* DIVERS */
.sliderReassurance,
.site-footer {
	line-height: 1.42;
	font-family: "Century Gothic", "Apple Gothic", sans-serif;
}
.telephoneSlider,
.telephoneFooter {
	font-size: 1.6em;
	margin-bottom: 20px;
}
.telephoneSlider a,
.telephoneFooter a {
	text-decoration: none;
}

.adresseSlider,
.adresseFooter {
	margin-bottom: 20px;
}
h2.planity_appointment_services_table-title.planity_appointment_services_category:before {
	display: none;
}
h2.planity_appointment_user_signed_out_tab-header:before {
	display: none;
}
section.planity_appointment_steps_step {
}

.page-id-318 #main {
	background-color: #f5f5f5;
	color: #000 !important;
}
.page-id-318 h2:before {
	display: none;
}
/* ------------------ Break Points ------------------- */
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 992px) {
	.flex {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	.nav.navbar-nav li {
		display: block;
	}
	.nav.navbar-nav li a {
		font-size: 18px;
	}
	.nav.navbar-nav li ul {
		display: block;
		position: relative;
		width: auto;
		top: 0;
		background: #666;
		text-align: center;
	}
	.nav.navbar-nav li ul li {
		float: none;
		width: 100%;
		border-bottom: 1px dotted #333;
	}
	.nav.navbar-nav li ul li a {
		width: 100%;
		font-size: 0.9em;
	}
}
@media screen and (max-width: 450px) {
}
