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

/* vars */
:root {
	--white: #fff;
	--white2: #c4c1ba;
	--noir: #232323;
	--gris: #9698a3;
	--gris2: #69707a;
	--bleu: #05448f;
	--bleu2: #509cf9;
}

@import url("https://fonts.googleapis.com/css?family=Muli:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800italic,800");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,700&display=swap");
/*font-family: 'Muli', sans-serif;*/
/* Bug of multiple validation error messages in CF7 when spamming submit */
.wpcf7-not-valid-tip:not(:nth-child(1)):not(:nth-child(2)) {display:none;}
/* ------------------ General ------------------ */
html {
	font-size: 62.5%;
	font-family: "Open Sans", sans-serif;
}
body {
	background: var(--white);
	min-height: 100%;
	color: var(--gris2);
	font-size: 1.5rem;
	line-height: 1.5;
	background-size: contain;
	font-family: "Open Sans", sans-serif;
	text-align: justify;
}

a {
	color: inherit;
	text-decoration: none;
	transition-duration: 0.4s;
}
a:hover {
	text-decoration: none;
	color: var(--bleu2) !important;
}
.home-link img {
	width: 44%;
}
.gallery-caption {
	font-size: 1.8rem;
}
.flex {
	display: flex;
}
.container {
	padding-right: 0;
	padding-left: 0;
}
.row {
	margin: 0;
}
.push {
	padding: 0 30px;
}
hr {
	margin-top: 50px;
	margin-bottom: 50px;
	border: 0;
	width: 90%;
	border-top: 1px solid rgba(153, 153, 153, 0.5);
}
.bg-white {
	background-color: var(--white);
}
.center {
	text-align: center;
}

/* ------------------ Header ------------------ */
#site-navigation {
	background-color: var(--gris);
}
.site-header {
	z-index: 22222;
	position: relative;
	padding-top: 1rem;
	border-bottom: 4px solid var(--bleu);
}

a.home-link {
	font-family: "Playfair Display", serif;
	text-align: left;
	line-height: 7rem;
	font-size: 5rem;
	display: block;
	text-decoration: none;
	color: var(--bleu);
	width: max-content;
}
a.home-link:hover {
	color: var(--bleu) !important;
}
.brand {
	text-align: right;
}
.brand img {
	max-width: 28%;
	margin-top: 1em;
}

.fa-ul {
	padding-left: 0 !important;
	margin-left: 0 !important;
	list-style-type: none;
	text-align: center;
	border-left: 2px dotted var(--bleu);
	padding: 1rem 0;
}
.ajust {
	margin-top: 1em !important;
}
.category p.price {
	text-align: center;
}
p.price {
	font-size: 2rem;
	font-weight: 700;
}
/* ---------------- Menu -------------------- */
#navbar {
	background: none;
	margin-top: 15px;
	padding-left: 0px;
	float: right;
}
.nav.navbar-nav {
	float: none;
	display: block;
	position: relative;
	text-align: left;
	font-size: 0;
}
.nav.navbar-nav li {
	position: relative;
	padding: 10px 0;
	background-color: var(--white);
}
.nav.navbar-nav li:hover {
	background: var(--bleu);
}
.nav.navbar-nav li a {
	display: block;
	padding: 0.6rem 2rem;
	font-size: 1.5rem;
	text-decoration: none;
	color: var(--bleu);
	text-transform: none;
}
.nav.navbar-nav li:hover > a {
	color: var(--white) !important;
}
li.current-menu-item,
.current-menu-ancestor {
	background: var(--bleu2);
	color: #ffffff !important;
}
li.current-menu-item a,
.current-menu-ancestor > a {
	color: #ffffff !important;
}
.navbar-nav > li.current-menu-item {
	background: var(--bleu);
}
.nav.navbar-nav li ul {
	z-index: 10000;
	float: none;
	display: none;
	position: absolute;
	width: 200px;
	top: 99%;
	padding: 0;
	text-align: left;
	background: #fff;
}
.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: 1.2rem; */
	color: var(--gris) !important;
}
.nav.navbar-nav li:hover ul {
	display: block;
	box-shadow: 0 0 3px #000;
}

/*burger*/
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover,
.navbar-toggle {
	background-color: transparent;
}
.navbar-inverse .navbar-toggle {
	border: none;
}
/*end*/
/*fildArianne*/
div.breadCrumb {
	margin-top: 40px;
}
/*end*/
/* ---------------- Slider -------------------- */
#slider {
	border: 4px solid var(--bleu);
	box-shadow: 0px 2px 5px 2px #ffdab842;
	border-top: none;
}

/* ---------------- MENTIONS LEGALES -------------------- */
/* #post-13 .entry-content {
	color: var(--white2);
} */
#post-13 .infosContact {
	margin-bottom: 20px;
}

/* ---------------- CONTACT -------------------- */
/* #post-16 .col-md-4 {
	color: var(--white2);
} */
#post-16 .col-md-4 a {
	color: var(--bleu2);
}
#post-16 .col-md-4 a:hover {
	color: var(--bleu) !important;
}

/* ---------------- Main -------------------- */
/* #main {
	background: rgba(255, 255, 255, 1); /* padding-top: 25px;
} */
.page-id-16 #main {
	padding-top: 0px;
}
.page-id-16 .col-md-4 {
	padding: 0 2rem;
}
/*#contentMaster{padding-top: 3.5rem;padding-bottom:1.5rem;}*/
#contentMaster ul,
#contentMaster ol {
	padding-left: 0;
}
#contentMaster ul {
	padding-left: 1.5rem;
}
#contentMaster li {
	position: relative;
	padding-left: 1.2rem;
	list-style-position: inside;
}
#contentMaster ul li {
	list-style-type: none;
}
#contentMaster ul li:before {
	font-family: "FontAwesome";
	content: "\f111";
	font-size: 0.5rem;
	position: absolute;
	left: 0;
	top: 7px;
}

/* ---------------- Headings -------------------- */
h1 {
	font-family: "Playfair Display", "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 2.8rem;
	text-transform: initial;
	color: var(--bleu);
	margin-bottom: 1.8em;
	text-align: center;
	padding-top: 1.5em;
}
h1 span {
	font-family: "Open Sans", sans-serif;
	position: relative;
	font-weight: 400;
	margin-bottom: 1.2rem;
	color: #baa89c;
}
.page-id-16 .category h1,
.blog h1,
.page-id-16 h1 {
	padding-top: 1em;
	/* border-bottom: 1px solid #e8e2d8; */
	font-size: 3rem;
	padding-bottom: 1em;
	/* padding-left: 2em; */
	font-weight: 300;
}
.category h2,
.blog h2 {
	font-size: 1.9rem;
	text-align: center;
}
h2 {
	font-family: "Open Sans", sans-serif;
	position: relative;
	font-size: 2.3rem;
	font-weight: 600;
	margin-bottom: 1.2rem;
	color: var(--bleu2);
	text-align: left;
}
h3 {
	font-family: "Open Sans", sans-serif;
	font-size: 2.3rem;
	font-weight: bold;
	padding-left: 33px;
	position: relative;
	margin-bottom: 1rem;
}
h4 {
	font-size: 1.7rem;
	font-weight: bold;
	margin-bottom: 0;
}

/*page actu*/
h1.entry-title,
h2.entry-title {
	margin-top: 15px;
}
article.post footer.entry-meta {
	height: 9rem;
}
/*eend*/
.exergue {
	font-size: 1.8rem;
	color: var(--white);
	box-shadow: 0 0 0;
	line-height: 1.5;
	text-align: center;
}
#services {
	/* font-family: 'Open Sans', sans-serif; */
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 2.3rem;
	padding-top: 0rem;
	color: var(--bleu2);
	text-align: left;
	font-weight: 400;
	line-height: 2.5rem;
	margin-bottom: 0.6rem;
	font-family: "Playfair Display", serif;
	letter-spacing: 2;
}
/* #services span {
	font-size: 2rem;
	text-transform: none;
	font-weight: 400;
	color: #676767;
	font-style: italic;
	margin-top: 0.5em;
	letter-spacing: 0;
	padding-top: -1.5em;
	display: block;
	font-family: "Playfair Display", serif;
} */

/* ---------------- Sidebar -------------------- */
/* .sidebar {
	height: 600px;
	background-image: linear-gradient(#fbb610, #fbb811);
	padding-top: 15px;
	padding-bottom: 15px;
	padding: 25px;
}
.sidebar {
	color: #fff;
	text-align: center;
}
.widget h2 {
	margin-bottom: 1em;
	color: var(--gris);
	font-size: 1.7rem;
	text-align: center;
}
.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: 1.3rem;
}

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

.search-form input[placeholder] {
	color: #fff;
	font-weight: normal;
}
::-webkit-input-placeholder {
	color: #fff;
} */

/* ---------------- Formulaire -------------------- */
.wpcf7-form-control.wpcf7-submit {
	margin-top: 30px;
}
.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-textarea {
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}
.wpcf7 span.wpcf7-list-item {
	margin-bottom: 1em;
}
div.wpcf7 {
	padding: 50px 20px;
	color: var(--white);
	background-color: var(--noir);
	margin-top: 50px;
	border-top: 4px solid var(--bleu2);
}
div.wpcf7 button,
div.wpcf7 input,
div.wpcf7 select,
div.wpcf7 textarea {
	color: var(--noir);
}
#page .wpcf7-form-control.wpcf7-submit {
	background-color: var(--bleu2) !important;
}
#page .wpcf7-form-control.wpcf7-submit:hover {
	background-color: var(--white) !important;
	color: var(--bleu2) !important;
	border: 1px solid var(--bleu2);
}
p:empty {
	display: none;
}
.your-excerpt {
	margin: 1em 0;
}

/* ---------------- BOX REASSURANCE -------------------- */
#reassurance div {
	min-height: 14rem;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	border: 1px solid var(--white2);
	color: var(--bleu2);
	font-size: 1.8rem;
	text-align: center;
	font-weight: 600;
	justify-content: center;
}

/* ---------------- Bouton -------------------- */
.btn,
.wpcf7-form-control.wpcf7-submit,
.more-link {
	border: none;
	background: var(--gris);
	color: var(--white);
	padding: 12px 35px;
	display: inline-block;
	transition: all 0.1s;
	white-space: normal;
	letter-spacing: 1px;
	border: 1px solid transparent;
}
.btn:hover,
.wpcf7-form-control.wpcf7-submit:hover,
.more-link:hover {
	background: var(--white) !important;
	color: var(--gris2) !important;
	border: 1px solid var(--gris2);
}
a.more-link {
	display: table;
	float: none;
	text-align: center;
	margin: 1em auto;
}
/* ---------------- Footer -------------------- */
.site-footer {
	text-align: center;
	padding: 0px 0 10px;
	color: var(--gris);
	font-size: 1.5rem;
	line-height: 2rem;
	background: var(--gris2);
	/* box-shadow: 0px 0px 6px #00000026; */
	/* border-top: 1px solid #ac1741; */
}
footer#colophon .row {
	background: #fff;
	padding: 0em 0em 2em;
	margin-bottom: 1em;
}
footer#colophon a:hover {
	color: var(--white) !important;
}
.site-footer .copy {
	font-size: 1.3rem;
}
#top {
	margin: auto;
}
.sidebar i.fa.fa-envelope {
	padding: 5px 0;
}
#colophon .widget_text {
	margin-bottom: 30px;
}

/* ---------------- Divers -------------------- */
#top .col-md-3 {
	padding-top: 0%;
	/* border-left: 2px dotted #9f9f9f; */
	margin-top: 0;
}
.sliderReassurance,
.site-footer {
	line-height: 1.42;
}
.telephoneSlider {
	font-size: 2.5rem;
	font-weight: 600;
	margin: 0;
	color: var(--bleu);
	line-height: 1.1;
}
.telephoneFooter {
	font-size: 1.6rem;
	margin-bottom: 20px;
}
.telephoneSlider a,
.telephoneFooter a {
	text-decoration: none;
}
.adresseSlider,
.adresseFooter {
	margin-bottom: 20px;
	margin: 0;
	letter-spacing: 1px;
	color: #d0d0d0;
	line-height: 1.5;
	font-weight: 600;
}

.textAlignCenter {
	text-align: center;
}
.mentionsLegales {
	font-style: italic;
	font-size: 1.2rem;
	padding-left: 2rem;
	color: var(--gris);
}
.fa {
	padding-right: 0;
}

/********FORM*********/
span.wpcf7-not-valid-tip {
	color: #f00 !important;
	font-size: 1em;
	font-weight: normal;
	display: block;
}
input[type="checkbox"] {
	vertical-align: sub;
}
#cookie-law-info-bar {
	padding: 5px 0;
}
.contain-textarea.cookie1 span {
	color: var(--white2);
	font-size: 1.2rem !important;
}
.contain-textarea.cookie1 a {
	color: #fca300 !important;
	font-size: 1.2rem !important;
}

.contain-textarea.cookie.c2 {
	font-style: italic;
	color: var(--white2) !important;
	font-size: 1.2rem !important;
}
.contain-textarea.cookie.c2 a {
	color: var(--bleu2) !important;
}
/*
*******FORM*********/
.gold {
	color: #ffbe80;
}
#flex #services {
	min-height: 260px;
	display: flex; /* contexte sur le parent */
	flex-direction: column; /* direction d'affichage verticale */
	justify-content: center; /* alignement vertical */
}
p.text-center.pl50.pr50 {
	max-width: 64%;
	margin: 0 auto 0 !important;
}
.separateur-10 {
	height: 10px;
	display: block;
}
.separateur-20 {
	height: 20px;
	display: block;
}
.separateur-30 {
	height: 30px;
	display: block;
}
.separateur-40 {
	height: 40px;
	display: block;
}
.separateur-50 {
	height: 50px;
	display: block;
}
.separateur-100 {
	height: 100px;
	display: block;
}
.semi-container {
	width: 90%;
	margin: auto;
	padding-top: 3px;
}

#slider {
	box-shadow: 0px 0px 6px #00000026;
}
#main {
	box-shadow: 0px 0px 6px #00000026;
}
.containerX {
	max-width: 1400px;
	width: 100%;
	margin: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.salle .margin,
.salle2 .margin,
.salle3 .margin {
	background: rgba(245, 245, 245, 0.9);
	color: var(--gris-bleu);
	padding: 4rem;
	font-style: italic;
}
.salle p,
.salle2 p,
.salle3 p {
	max-width: 645px;
	margin: 0 auto !important;
	display: block;
	text-align: center;
	color: #080808;
	/* padding: 1em 2em; */
	padding-top: 1em;
	padding-bottom: 2em;
	padding-left: 2em;
	padding-right: 2em;
}

.salle {
	background: url("../../../apps/uploads/2019/11/1288BCFE-4852-477B-AE7E-28B255D1C82F.jpeg") no-repeat;
	height: 500px;
	background-size: inherit;
	background-position: center;
	background-attachment: fixed;
}

.salle2 {
	background: url("images/slider3.jpg") no-repeat;
	height: 500px;
	background-size: contain;
	background-attachment: fixed;
	background-position-x: 15px;
}
.salle3 {
	background: url("images/slider4.jpg") no-repeat;
	height: 500px;
	background-size: auto;
	background-attachment: fixed;
	background-position-x: 60px;
}

.margin {
	margin: auto;
}
#visu2 {
	background: url("../../../apps/uploads/2021/03/elite-pressing-toulouse-chemises.jpg") no-repeat;
	height: 560px;
	background-size: cover;
}
.h400 {
	height: 400px;
	padding: 0 6rem;
}
.h500 {
	height: 500px;
	padding: 0 6em;
}
div#bl1 {
	color: var(--gris2);
	margin-bottom: 50px;
}
#bl1 .margin p:last-child {
	margin-top: 35px;
}
#bl1 .margin h2 {
	margin-bottom: 3rem;
}
#bl1 .flex.h500 {
	padding-top: 10px;
}
div#bl2 {
	background: #ffffff;
	border-top: 3px solid var(--bleu2);
	padding-top: 50px;
}
.exergue.sep {
	margin: 0;
	margin-bottom: 4rem;
	padding: 2rem 0;
	font-weight: 600;
	background: var(--bleu);
}
/* .widget_text.widget.col-md-4 {
	/* margin: 2em; été commenté
} */
.col-lg-4.ac {
	display: flex;
	min-height: 430px;
}

/* ------------------ Page Pressing ------------------- */
#main #contentMaster ul li::before {
	display: none;
}
#main #contentMaster ul {
	padding-left: 0;
}
#pressing h2 {
	padding-left: 2.5rem;
	margin-bottom: 2rem;
	color: var(--gris);
}
#pressing ul {
	margin-bottom: 50px;
}
#pressing li {
	padding: 0.6em 4em;
	display: flex;
	flex-flow: row nowrap;
	align-items: baseline;
	justify-content: space-between;
	font-size: 1.1em;
	color: var(--bleu);
	font-weight: 600;
}
#pressing li .dots {
	border-bottom: 1px dotted var(--gris2);
	flex-grow: 2;
	margin: 0 0.4em;
}
#pressing li span:last-child {
	color: var(--bleu2);
}

/* ------------------ Break Points ------------------- */
@media screen and (max-width: 1199px) {
	#pressing li span:first-child {
		max-width: 72%;
	}
	.h500 {
		padding: 0 3em;
	}
}

@media screen and (max-width: 991px) {
	.page-id-16 .col-md-4 {
		padding: 0 3rem;
	}
	#pressing li {
		padding: 0.8em 2em;
	}
	.col-md-3.sidebar .adresseSlider,
	.col-md-3.sidebar .telephoneSlider {
		display: none;
	}
	.sidebar {
		height: auto;
	}
	/* .flex { */
	/* display: block; */
	/* } */
	.sliderReassurance {
		display: none;
	}
	html {
		font-size: 59%;
	}
	#top {
		width: 100%;
	}
	.salle3 {
		background: url(images/slider4.jpg) no-repeat;
		height: auto;
		background-size: auto;
		background-attachment: unset;
		background-position-x: center;
	}
	.salle2 {
		background: url(images/slider3.jpg) no-repeat;
		height: auto;
		background-size: cover;
		background-attachment: unset;
		background-position-x: center;
	}
	.btn {
		margin: 8px;
		display: block;
	}
	.h500 {
		height: auto;
		padding: 4em 2em 0;
	}
	.brand img {
		max-width: 11%;
		margin-top: 1em;
	}
	.fa-ul {
		border-left: 0px dotted var(--white2);
	}
	ul.fa-ul {
		display: inline-flex;
		float: right;
	}
	.telephoneSlider {
		margin: 0 0.2em;
	}
}
@media screen and (max-width: 767px) {
	a.home-link {
		margin-bottom: 30px;
		padding-left: 15px;
	}
	.col-md-3.brand.ajustcol-sm-6 {
		display: none;
	}
	.ajust {
		text-align: center;
	}
	ul.fa-ul {
		float: none;
	}
	.telephoneSlider .fa-li,
	.adresseSlider .fa-li {
		display: none;
	}
	#top .col-md-3 {
		border: none;
	}
	#top {
		width: 100%;
		margin-top: 40px;
	}
	a.home-link {
		text-align: center;
	}
	.push {
		padding: 0 20px;
	}

	.nav.navbar-nav li a {
		padding: 6px;
		font-size: 18px;
		color: #fff;
	}
	#services {
		text-align: center;
		margin-top: 0px;
		margin-bottom: 2.6rem;
	}
	html {
		font-size: 55%;
	}
	div#flex {
		padding-right: 0;
	}
	#navbar {
		position: fixed;
		width: 100%;
		right: 0;
		top: 0;
		left: 0;
	}
	.menu-menu-principal-container {
		margin-top: 1rem;
	}
	.navbar-inverse {
		background-color: #373b40;
		position: fixed;
		width: 100%;
		top: 0;
	}
	.nav.navbar-nav li {
		display: block;
	}
	.nav.navbar-nav li a {
		padding: 6px;
		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%;
		color: #fff !important;
		text-align: left;
	}
	.home-link > img {
		margin-top: 0rem;
		max-width: 80%;
		padding-bottom: 1.5rem;
		width: 100%;
	}
	#flex #services {
		min-height: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}
}
@media screen and (max-width: 480px) {
	.planches small {
		display: block;
	}
	#services {
		padding: 0px 10px;
	}
}
.sidebar iframe {
	padding-bottom: 20px;
}
