/*
Theme Name: MS Thème Child
Author: Multimed Solutions
Author URI: https://www.multimed-solutions.com/
Description: Thème spécial pour wordpress
Version: 2.0
Text Domain:  mstheme-child
Template: mstheme
*/

/* vars 

/* ------------------ Include Styles ------------------ */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,500i,700");

/*font-family: 'Roboto', sans-serif;*/
/* ------------------ GENERAL ------------------ */

html {
	font-size: 100%;
}
body {
	font-family: "Roboto", sans-serif;
	color: #545454;
	line-height: 1.2;
	font-size: 1rem;
	font-weight: 400;
	text-align: justify;
}

a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	color: inherit;
	text-decoration: underline;
}

/*.................... end ......................*/

/* LOGO */

/* ------------------ HEADER ------------------ */
div#navbar {
	margin-top: 15px;
}
.site-header {
    padding: 1.5rem 0 .5rem 0;
}
.home-link { padding-top: 50px; }

#logo img {
	margin-top: 20px;
	display: block;
	position: relative;
	margin: auto;
}

.metaslider {
	padding-top: 20px;
}

/* SLOGAN */
.contain-slogan {
	text-align: center;
	padding-top: 50px;
	display: none;
}

p#slogan {
	letter-spacing: 1px;
	color: #333333;
	font-family: "Roboto", sans-serif;
	font-weight: normal;
	font-size: 2.2rem;
	text-align: center;
	text-transform: uppercase;
	line-height: 23px;
	padding-top: 30px;
	margin-bottom: 0px;
}

p#slogan2 {
	font-size: 2rem;
	color: #a98236;

	font-family: "Roboto", sans-serif;
	font-style: italic;
	/* font-weight: 700; */
	text-transform: uppercase;
}

p#face {
	margin-top: 20px;
}

i.fa.fa-phone {
	color: #3f8ec1;
	background: #fff;
	font-size: 1.125rem;
	padding: 9px 12px;
	border-radius: 0px;
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
	-ms-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	cursor: pointer;
}

i.fa.fa-phone:hover {
	background: #0c5698;
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
	-ms-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
}

i.fa.fa-envelope {
	color: #3f8ec1;
	background: #fff;
	font-size: 1.125rem;
	padding: 9px 12px;
	border-radius: 0px;
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
	-ms-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	cursor: pointer;
}

i.fa.fa-envelope:hover {
	background: #0c5698;
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
	-ms-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
}

div#social {
	text-align: right;
}
div#social ul {
	list-style: none;
	margin: 0;
}
div#social ul li {
	display: inline;
}
.rea-icon {
	position: relative;
	display: block;
	z-index: 9999999;
	margin-top: -7px;
}

.rea-icon span {
	color: #eee7da;
	font-size: 1.4rem;
	margin-left: 5px;
	padding-left: 2px;
	font-family: "Roboto", sans-serif;
	/* margin-top: -9px; */
	/* 
    padding-top: 10px; */
}

/* LOGO PIED DE PAGE SPECIFIQUE */
.logo-rea {
	margin-bottom: 10px;
}

.contact1 {
	margin: 0;
	padding: 0;
	color: #bdb097;
	font-size: 1.4rem;
}
.contact2 {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

#main-top {
	background: url("images/slider.png") no-repeat top right;
	margin-top: 20px;
	padding: 50px 0 25px;
	height: 431px;
}

.light {
	font-weight: 100 !important;
}

h3.testimonial_rotator_slide_title {
	text-align: center !important;
}

.testimonial_rotator_star {
	color: #3f8ec1;
}

/********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 {
	margin-bottom: 20px;
	color: #716c6c;
	font-size: 0.8rem !important;
}
.contain-textarea.cookie1 a {
	color: #fca300 !important;
	font-size: 0.8rem !important;
}

.contain-textarea.cookie.c2 {
	font-style: italic;
	color: #585858 !important;
	font-size: 0.7rem !important;
}
.contain-textarea.cookie.c2 a {
	color: #e3061b !important;
}
/*
*******FORM*********/
/*.................... end ......................*/
.row {
	margin-right: 0px;
	margin-left: 0px;
}
.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;
	max-width: 1712px;
}

.line1 {
	height: 1px;
	border-top: solid #f2f2f2 1px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.line-green {
	height: 2px;
	border-top: solid #ffffff 2px;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 140px;
	font-weight: 400;
}

#menu-item-274 li a {
	color: #3f8ec1;
}

/* li SPECIAL  */
#post-18 li {
	margin-left: 2rem;
}

/* ------------------ MENU ------------------ */
/* ----------- Menu  AEVC SOUS MENU ---------- */
.navbar {
	text-align: left;
	border-radius: 0px;
	min-height: 0;
	margin: 0;
	/*text-transform: uppercase;*/
	padding-top: 0px;
}

.navbar-nav,
.navbar-inverse {
}

ul.sub-menu > .current-menu-item a {
	background-color: #ffffff;
}

.navbar-inverse .navbar-nav > li > a {
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 1rem;
	padding-right: 1rem;
	font-size: 1.05rem;
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
	-ms-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	color: #666;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
	color: #3f8ec1 !important;
	padding-bottom: 10px;
	padding-left: 1rem;
	padding-right: 1rem;
	text-decoration: none !important;
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
	-ms-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
}
.interne #navbar {
	font-size: 1.3rem;
	text-transform: uppercase;
	line-height: 0px;
}

.interne .navbar-inverse .navbar-nav > li > a:hover {
	color: #ccc;
}

#main ul.slides,
#main ul {
	margin: 0;
	padding: 0;
	padding-left: 20px; /* font-size: 0.9rem */
}
ul.slides {
	padding: 0;
}

ul.sub-menu {
	padding-left: 0;
	display: none;
	position: absolute;
	background: #ffffff;
	list-style: none;
	width: 142px;
	z-index: 99999;
}
li.menu-item:hover > ul.sub-menu {
	display: block;
}
div#container.rea {
	font-size: 1.3rem;
	color: #000000;
}
ul.sub-menu > .menu-item a {
	float: left;
	color: #000000;
	font-size: 1.3rem;
	width: 100%;
	margin: 0;
	text-align: left;
	padding-left: 10px;
}
ul.sub-menu > .menu-item > a:hover {
	color: #569000;
	text-decoration: none;
	-webkit-transition: color 1s;
	transition: color 1s;
}
ul.sub-menu > li.menu-item {
	float: left;
	padding: 0px 0px;
	width: 100%;
	text-decoration: none;
}
ul.sub-menu > li.menu-item:hover {
	background: #fff;
	color: #194181 !important;
}
.col-sm-4.home-btn {
	padding: 50px 0;
}
ul#menu-menu-footer {
	background: transparent !important;
	text-align: center;
	margin-bottom: 20px;
	text-transform: uppercase;
}

/*.................... end ......................*/
li.current-menu-item a {
	color: #0c5698 !important;
	background: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 1rem;
	padding-right: 1rem;
	text-decoration: none !important;
}

p#breadcrumbs {
	margin: 0 10px;
	text-align: right;
	font-size: 0.8rem;
}

.tips {
	color: #5685b9;
	font-size: 1.1rem !important;
	letter-spacing: 1px;
	padding: 0px 30px;
}
/* ------------------ MAIN ------------------ */

.more-link #actu {
	background: #e6e6e6;
	padding: 0 0 60px;
}
#footer-main {
	background: #696256;
	padding: 40px 0 10px;
}
.btn-menu {
	font-size: 1.8rem;
	color: #8fc851;
	border: 1px solid #8fc851;
	padding: 10px 0px;
	text-align: center;
	text-transform: uppercase;
}
a.img-actu img {
	height: auto;
}
#actu ul {
	list-style: none;
	padding: 0;
}
.exergue {
	font-family: "Roboto", sans-serif;
	font-style: italic;
	text-align: center;
	color: #e9cf8f;
	padding: 0;
	font-size: 1.75rem;
	line-height: 1;
	font-weight: 500;
	box-shadow: 0 0 0px rgb(233, 207, 143);
	margin-bottom: 40px;
}
span.title-actu {
	line-height: 1;
	font-size: 0.9rem;
	color: #1d1d1d;
	font-weight: 500;
	text-align: left;
	margin: 20px 0 0;
	display: block;
}
.txt-actu p {
	font-size: 0.9rem;
	color: #666;
	font-weight: 400;
	line-height: 1.2;
}
#coord {
	color: #000000;
}
#logo-foot {
	text-align: center;
}
#logo-foot img {
	padding-left: 50px;
}

/* footer 3 block avec icone facebook*/

#foot {
	font-size: 1.4rem;
}

#foot a,
#foot p {
	text-decoration: none;
}

#foot i {
	text-align: right;
}

#foot a:focus,
#foot a:visited,
#foot p {
	text-decoration: none;
	color: #ffffff;
}

#foot .telephoneSlider1 a {
	color: #3f8ec1;
	font-size: 2rem;
	border-bottom: 0px solid #ffffff;
	/* margin-bottom: 10px; */
	padding-bottom: 10px;
}
#foot .telephoneSlider2 a {
	color: #5c940b;
	font-size: 2rem;
	/* margin-bottom: 10px; */
	padding-bottom: 10px;
}
#foot .adresseSlider {
	color: white;
	padding-top: 10px;
}

#foot ul#menu-menu-principal-1 {
	float: none;
	text-align: right;
	list-style: none;
	display: block;
}

#foot ul.sub-menu {
	padding-left: 0;
	position: relative;
	background: none;
	list-style: none;
	z-index: 99999;
}
#foot ul.sub-menu > li.menu-item:hover {
	background: none !important;
	color: #3f8ec1 !important;
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
	-ms-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
}

#foot li.menu-item:hover > ul.sub-menu {
	display: initial;
}

#foot ul li a {
	padding: 0;
	text-decoration: none;
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
	-ms-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
}

#foot ul li a:hover {
	text-decoration: none;
	color: #3f8ec1 !important;
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
	-ms-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
}

#foot ul.sub-menu > .menu-item a {
	float: left;
	font-size: 1.2rem;
	width: 100%;
	margin: 0;
	text-align: right;
	padding-left: 10px;
	background: none !important;
	color: white;
}
#foot ul.sub-menu > .menu-item a:hover {
	float: left;
	width: 100%;
	margin: 0;
	text-align: center;
	padding-left: 10px;
	background: none !important;
	color: #569000 !important;
}

#foot .titre-coord {
	font-size: 1.8rem;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: "Roboto", sans-serif;
	font-weight: 100;
	border-bottom: 1px solid #3f8ec1;
	border-top: 1px solid #3f8ec1;
	margin-bottom: 20px;
}

#footer-main {
	color: #fff;
	font-size: 13px;
}
.facebookSlider {
	color: #8fc851;
}

.copy a:visited {
	color: #000000;
}
.copy a:link {
	color: #6a6a6a;
}
.copy {
	color: #595959;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	padding-top: 15px;
}

#actu-home {
	font-size: 3.4rem;
	color: #05692f;
	text-align: center;
	padding: 40px 0;
	line-height: 1;
	width: 350px;
	margin: auto;
}

#footer-triangle {
	line-height: 0;
	text-align: center;
	background: #e6e6e6;
	left: 0;
	right: 0;
}
.rslides_nav.next:hover,
.rslides_nav.prev:hover {
	color: #05692f;
}

a.t-text:hover {
}
#main p,
#main ul,
#main ol,
#main table,
#main q,
#main blockquote,
#main code,
#main samp,
#main pre {
	margin: 0 0 20px 0;
}
.text-center {
	text-align: center !important ;
}
.text-left {
	text-align: left !important ;
}
.text-right {
	text-align: right !important ;
}
.audit {
	background: url("images/audit.png") no-repeat;
	height: 350px;
}
.audit div {
	background: #fcfcfc;
	padding: 10px 41px 20px;
	margin-top: 40px;
	float: right;
	max-width: 460px;
	width: 100%;
	max-height: 313px;
	height: 100%;
	position: relative;
}
.formation {
	background: url("images/formation.png") no-repeat;
	height: 350px;
}
.formation div {
	position: relative;
	background: #fcfcfc;
	padding: 10px 41px 20px;
	margin-top: 40px;
	float: right;
	max-width: 460px;
	width: 100%;
	max-height: 313px;
	height: 100%;
}
.outils {
	background: url("images/outils.png") no-repeat;
	height: 350px;
}
.outils div {
	position: relative;
	background: #fcfcfc;
	padding: 10px 41px 20px;
	margin-top: 40px;
	float: right;
	max-width: 460px;
	width: 100%;
	max-height: 313px;
	height: 100%;
}
.cash-running {
	background: url("images/cashrunning.png") no-repeat;
	height: 350px;
}
.cash-running div {
	position: relative;
	background: #fcfcfc;
	padding: 10px 41px 20px;
	margin-top: 40px;
	float: right;
	max-width: 460px;
	width: 100%;
	max-height: 313px;
	height: 100%;
}
.externalisation {
	background: url("images/poste-clients.png") no-repeat;
	height: 350px;
}
.externalisation div {
	position: relative;
	background: #fcfcfc;
	padding: 10px 41px 20px;
	margin-top: 40px;
	float: right;
	max-width: 460px;
	width: 100%;
	max-height: 313px;
	height: 100%;
}
.entretien {
	background: url("images/diagnostic.png") no-repeat center;
	height: 350px;
}
.entretien {
	padding: 5%;
}
.entretien #bfr {
	font-size: 2rem;
	color: #fcfcfc;
	text-align: center !important;
	line-height: 1;
}
.entretien #bfr span {
	font-size: 1.6rem;
}
.clients {
	font-size: 2rem;
	color: #666;
	text-align: center !important;
	line-height: 1;
}
/*
/*.................... end ......................*/

.special-accueil {
	text-align: right !important;
	padding-right: 20px;
}

.contain-line {
	border-bottom: 2px solid #cccccc;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
/* ------------------ HEADING ------------------ */

h1 {
	font-size: 2.9375rem;
	font-weight: 400;
	color: #fff;
	font-family: "Roboto", sans-serif;
	letter-spacing: 0px;
	margin: 0;
	text-align: center;
}
.h1 {
	font-size: 2.9375rem;
	font-weight: 400;
	color: #fff;
	font-family: "Roboto", sans-serif;
	letter-spacing: 0px;
	margin: 1em 0;
	text-align: center;
}
#first-b:before {
	background: none repeat scroll 0 0 #e9cf8f;
	content: "";
	display: block;
	height: 5px;
	margin: 10px auto 30px;
	max-width: 169px;
	width: 100%;
	border-radius: 20px;
}
#sec-b {
	color: #fff;
	font-size: 1.75rem;
	line-height: 1.5;
}
#sec-b ul {
	list-style: none;
}

#sec-b .col-md-6.col-md-offset-6:before {
	background: url("images/forme2.png") no-repeat;
	content: "";
	width: 100%;
	height: 173px;
	position: absolute;
	right: 20px;
}

.home h2 {
	font-size: 2.5rem;
	color: #666666;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	text-align: left;
	margin: 0.5em 0;
	line-height: 1;
	text-transform: uppercase;
}
h2 {
	font-size: 2rem;
	color: #155ba0;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	text-align: left;
	margin: 0.5em 0;
	line-height: 1;
	text-transform: uppercase;
}
.h2 {
	color: #000;
	font-size: 2rem;
	text-align: center !important;
}
h3 {
	color: #3f8ec1;
	font-size: 1.4375rem;
	font-weight: 400;
	text-align: left !important;
	line-height: 1;
	margin-bottom: 7px;
	margin-top: 20px;
	text-align: left;
}
h4 {
	font-size: 1.3rem;
	margin: 1em 0;
	text-align: left;
}
h5 {
	font-size: 1.25rem;
	margin: 1em 0;
}
h6 {
	font-size: 1rem;
	margin: 1em 0;
}
img.alignright {
	float: right;
	margin: 0 0 1em 1em;
}
img.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
a img.alignright {
	float: right;
	margin: 0 0 1em 1em;
}
a img.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.col-lg-4.BoxBlogHome img {
	text-align: center;
	margin: auto;
	display: block;
}
/*.................... end ......................*/
/*.................... ANIM ......................*/
.navbar-nav > li::after {
	content: "";
	position: absolute;
	left: 0;
	width: 0%;
	border-bottom: 2px solid #3f8ec1;
	right: 0;
	margin: auto;
	-webkit-transition-property: width;
	-webkit-transition-duration: 0.5s;
	transition-property: width;
	transition-duration: 0.5s;
	bottom: 0;
}
.navbar-nav > li:hover::after {
	width: 20%;
}
/* Zoom In #1 */
#gallery-2 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#gallery-2 figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

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

/*.................... end ......................*/

/* ------------------ FORMULAIRE ------------------ */
.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
}

/*.................... end ......................*/

/* ------------------ BTN ------------------ */

.btn,
.wpcf7-form-control.wpcf7-submit,
.more-link {
	background: #ffffff;
	color: #666;
	text-align: center;
	font-size: 0.8rem;
	padding: 10px 50px;
	border-radius: 30px;
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
	-ms-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	border: 1px solid #ccc;
}
a.btn {
}
.btn:hover,
.wpcf7-form-control.wpcf7-submit:hover,
.more-link:hover {
	background: #3f8ec1;
	color: #ffffff;
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
	-ms-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	border: 1px solid;
}
.wpcf7-form-control.wpcf7-submit {
	margin-top: 20px;
	height: 50px;
}
.page-id-16 h2 {
	text-align: left;
}
.partenaires {
	border-top: 1px solid #66666626;
}
.home .partenaires {
	border-top: 0px solid #66666626;
}

.page-id-13 a {
	color: #155ba0;
	font-weight: 500;
}
/*.................... end ......................*/
/*.wpcf7-form-control.wpcf7-submit{
  text-transform: uppercase;
    background: #c0b49c;
    color: #000;
    width: auto;
    text-align: center;
    font-size: 1.3rem;
    margin-top: 20px;
    height: 40px;
    padding-top: 2px;
    border-radius: 3px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;


}*/
span.wpcf7-form-control-wrap.captcha-892 {
	padding-right: 50px;
}
.blue.text-center {
	text-align: center !important    ;
}
.blue {
	color: #3f8ec1;
	font-size: 1.4375rem;
	font-weight: 400;
	text-align: left !important;
	line-height: 1;
}
.main-blc {
	color: #969696;
}

footer#colophon {
	border-top: 1px solid #66666626;
}
/* ------------------ ACTUALITES ------------------ */

/*.................... end ......................*/

/*********************BTN EFFETS************************/
.bg-1 {
	/* background: #ECEFF1;*/
	color: #37474f;
}
.rpwwt-widget li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	-webkit-transform: translate(0);
	transform: translate(0);
	text-decoration: none;
	width: 84%;
	/*Permet la transition*/

	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
}
.rpwwt-widget li:before {
	content: "";
	position: absolute;
	z-index: -1;
	/*l'anim se fait en dessous du texte*/
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/*le before prend tout l'espace du bloc*/
	background: rgb(83, 154, 54);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	/*Le before n'est pas visible, il a une taille de 0 et permet une transition seulement sur l'axe horizontal X*/
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	/*permet d'orienter la transition*/
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}
.rpwwt-widget li:hover:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.rpwwt-widget ul li img {
	display: inline;
	float: left;
	margin: 0em 0.75em 0em 0 !important  ;
}
/****************************************************/

/*********************FONTS EFFETS*************************/
.blog main#main.container {
	width: 100%;
	margin: 0;
	padding: 0;
}
.ml14 {
	font-weight: 200;
	font-size: 1.2em;
}

.ml14 .text-wrapper {
	position: relative;
	display: inline-block;
	padding-top: 0.1em;
	padding-right: 0.05em;
	padding-bottom: 0.15em;
}

.ml14 .line {
	opacity: 0;
	position: absolute;
	left: 0;
	height: 2px;
	width: 100%;
	background-color: #fff;
	transform-origin: 100% 100%;
	bottom: 0;
}

.ml14 .letter {
	display: inline-block;
	line-height: 1em;
}

.txt-actu a.more-link {
	text-align: left;
	display: block;
	position: relative;
	left: 0;
	margin-left: 0;
	border: none;
	padding: 0;
	width: 100%;
	margin-top: 10px;
	color: #3f8ec1;
}

.txt-actu a.more-link:hover {
	border-radius: 0;
	background: transparent;
	color: #000;
	border: none;
	font-weight: 500;
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
	-ms-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
}
.txt-actu {
	padding: 0 10px;
}
.col-lg-4.BoxBlogHome {
	padding: 0px 2px;
}
.lesplus {
	font-size: 3.75rem;
	color: #e7bb4d !important;
	text-align: center !important;
	margin-bottom: 25px;
}
.lesplus i.fa.fa-plus {
	background: #e7bb4d;
	color: #fff;
	font-size: 3rem;
	padding: 8px 7px 2px;
}
.more p {
	text-align: center !important;
	color: #6b6b6b;
	font-weight: 400;
}
.mini-title {
	font-weight: 100;
	line-height: 1;
	font-size: 1.25rem;
	color: #000000 !important;
	margin-bottom: 10px !important;
}
hr {
	margin-top: 40px;
	margin-bottom: 40px;
	border: 0;
	border-top: 10px solid #f1f1f1;
}
section.sectionTop .col-md-12.pl0:before {
	width: 140px;
	height: 133px;
	position: absolute;
	margin-top: -50px;
	display: block;
}
section.engmnt {
	background: #f1f1f1;
	padding: 3% 15px;
	margin-top: 50px;
}
section.engmnt strong {
  display: inline-block;
  padding-bottom: 10px;
  line-height: 1.4rem;
  font-size: 19px;
}
section.engmnt .col-md-4{
  padding-right: 20px;
  padding-left: 20px;
}
#main section.engmnt.bloc2 {
  padding: 30px;
  margin: 30px 0;
}
.page-id-237 a.btn {
 	display: block;
	width: fit-content;
	margin: 0 auto;
}
.page-id-237 ul li { padding: 5px 0;}
.page-id-237 p, .page-id-476 p { line-height: 1.5;}
.page-id-237 .row{
	margin-right: 15px;
	margin-left: 15px;
}
.page-id-476 h3 {
  margin-bottom: 12px;
  margin-top: 25px;
}
#main #wpsm_progress_b_row_485 { margin-bottom: 0 !important;}
#main #wpsm_progress_b_row_485 .wpsm_progress .wpsm_progress-value {
	font-size: 21px;
	font-weight: 500;
	color: #545454;
	background-color: #a3e39a;
	padding: 16px 8px 14px 11px;
	border-radius: 50%;
}
#main #wpsm_progress_b_row_485 .wpsm_progress .wpsm_progress-title {
  line-height: 25px;
  margin-top: 3%;
  padding-bottom: 5px;
}
#main .wpsm_progress_b_row .row {
  margin-right: 15px;
  margin-left: 15px;
}
.page-id-235 section.sectionTop .col-md-12.pl0:before {
	content: url(images/pages/audit-conseil.png);
}
.page-id-237 section.sectionTop .col-md-12.pl0:before {
	content: url(images/pages/formation.png);
}
.page-id-239 section.sectionTop .col-md-12.pl0:before {
	content: url(images/pages/outil-metier.png);
}
.page-id-241 section.sectionTop .col-md-12.pl0:before {
	content: url(images/pages/cash-running.png);
}
.page-id-244 section.sectionTop .col-md-12.pl0:before {
	content: url(images/pages/ext.png);
}

.audit div:before {
	content: url("images/loupe.png");
	width: 70px;
	height: 60px;
	position: absolute;
	background: rgba(12, 86, 152, 0.71);
	padding: 20px 25px;
	bottom: 25px;
	left: -70px;
	z-index: 1;
}

.formation div:before {
	content: url("images/rectangle.png");
	width: 70px;
	height: 60px;
	position: absolute;
	background: rgb(255, 192, 36);
	padding: 19px 19px;
	bottom: 25px;
	left: -70px;
	z-index: 1;
}

.outils div:before {
	content: url("images/roue.png");
	width: 70px;
	height: 60px;
	position: absolute;
	background: rgba(62, 142, 194, 0.81);
	padding: 14px 20px;
	bottom: 25px;
	left: -70px;
	z-index: 1;
}

.cash-running div:before {
	content: url("images/fleche.png");
	width: 70px;
	height: 60px;
	position: absolute;
	background: rgba(243, 88, 0, 0.8);
	padding: 20px 28px;
	bottom: 25px;
	left: -70px;
	z-index: 1;
}

.externalisation div:before {
	content: url("images/pointer.png");
	width: 70px;
	height: 60px;
	position: absolute;
	background: rgba(142, 179, 52, 0.8);
	padding: 17px 24px;
	bottom: 25px;
	left: -70px;
	z-index: 1;
}

section.sectionTop {
	background: rgba(12, 86, 152, 0.71);
	padding: 65px 0;
	margin-bottom: 60px;
	margin-top: 30px;
}
.page-id-235 section.sectionTop {
	background: rgba(12, 86, 152, 0.71);
}

.page-id-237 section.sectionTop {
	background: rgba(12, 86, 152, 0.71);
}
.page-id-239 section.sectionTop {
	background: rgba(12, 86, 152, 0.71);
}
.page-id-241 section.sectionTop {
	background: rgba(12, 86, 152, 0.71);
}
.page-id-244 section.sectionTop {
	background: rgba(12, 86, 152, 0.71);
}

.page-id-241 h2 {
	color: rgba(12, 86, 152, 0.71);
}
.page-id-241 h3,
.page-id-241 .tips {
	color: rgba(12, 86, 152, 0.71);
}

.page-id-244 h2 {
	color: rgba(12, 86, 152, 0.71);
}
.page-id-244 h3,
.page-id-244 .tips {
	color: rgba(12, 86, 152, 0.71);
}

.page-id-237 h2 {
	color: rgba(12, 86, 152, 0.71);
}
.page-id-237 h3,
.page-id-237 .tips {
	color: rgba(12, 86, 152, 0.71);
}
.page-id-237 h3:not(.mb30) { margin: 15px 0;}

.page-id-239 h2 {
	color: rgba(12, 86, 152, 0.71);
}
.page-id-239 h3,
.page-id-239 .tips {
	color: rgba(12, 86, 152, 0.71);
}

section.sectionTop h1 {
	color: #fff;
	text-transform: uppercase;
	text-align: center !important;
}
.breadCrumb {
	color: #fff;
	opacity: 0.8;
}
.breadCrumb p {
	font-size: 1.5rem !important ;
}

div[id^="clients"] {
	padding-top: 100px;
	position: relative;
	top: -100px;
	margin-bottom: -100px;
}

/* BLOCK ACTU */
.block-actu {
	background: #f4f4f4;
	padding-bottom: 3rem;
	padding-top: 3rem;
}
.block-actu .h2 {
	color: #000;
	font-size: 2rem;
	text-align: center !important;
}
.block-actu .mini-title {
	font-weight: 400;
	line-height: 1;
	font-size: 1.25rem;
	color: #000000 !important;
	margin-bottom: 20px !important;
}

.block-actu .btn {
	background: #3f8ec1;
	color: #ffffff;
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
	-ms-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	border: 1px solid;
}
.block-actu .btn:hover {
	background: #eee;
	color: #111;
}
.block-actu p {
	font-size: 1.8rem;
	margin-bottom: 20px;
	margin-top: 1rem;
	color: #353535;
	letter-spacing: 0;
	/* text-transform: uppercase; */
	text-align: center !important;
	padding-top: 0em;
}
/* ------------------ BREAK POINTS ------------------- */
@media screen and (max-width: 1630px) {
	.navbar-inverse .navbar-nav > li > a {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
}
@media screen and (min-width: 992px) and (max-width: 1580px) {
	#box-col {
		top: 35% !important;
	}
}
@media screen and (max-width: 1500px) {
	div#social {
	}
}

@media screen and (max-width: 1230px) {
	.audit div:before,
	.formation div:before,
	.outils div:before,
	.cash-running div:before,
	.externalisation div:before {
		display: none;
	}
}
@media screen and (max-width: 1199px) {
	#sec-b {
		font-size: 1.5rem;
	}
	.formation,
	.cash-running {
		margin-top: 40px;
	}
	.t {
		width: 317px !important;
		margin: 25px auto !important;
	}
	.page-id-237 h2{ text-align:center;}
}

@media screen and (max-width: 991px) {
	#main #wpsm_progress_b_row_485 .wpsm_progress .wpsm_progress-value {
	  	margin: 10px auto;
		width: fit-content;
	}
	.page-id-237 p{
	  font-size: 1.15rem;
	}
	.entretien {
		padding: 13% 0;
	}
	html {
		font-size: 84%;
	}
	.navbar {
		text-align: center;
	}
	#head .row {
		padding-left: 0;
		margin: 0;
	}
	div#head {
		padding: 0;
	}
	#box-col {
		position: relative;
	}

	.t {
		width: 350px !important;
		margin: 25px auto !important;
	}

	p#face {
		padding-top: 1px;
	}
	h2 {
		text-align: center;
	}
	.contain-rea {
		margin-right: auto;
		margin-left: auto;
	}
	.textwidget {
		text-align: center;
	}
	#foot {
		text-align: center;
	}
	#foot ul#menu-menu-principal-1 {
		float: none;
		text-align: center;
		list-style: none;
		display: block;
		padding: 0;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	#face {
		text-align: center;
	}
	.rea-icon {
		margin-top: 20px;
	}
	.navbar-inverse .navbar-nav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
		-webkit-transition: 0.25s ease-in-out;
		-moz-transition: 0.25s ease-in-out;
		transition: 0.25s ease-in-out;
		-ms-transition: 0.25s ease-in-out;
		-o-transition: 0.25s ease-in-out;
	}
	.navbar-inverse .navbar-nav > li > a:focus,
	.navbar-inverse .navbar-nav > li > a:hover {
		padding-bottom: 10px;
		padding-left: 1rem;
		padding-right: 1rem;
		padding-top: 10px;
		text-decoration: none !important;
		-webkit-transition: 0.25s ease-in-out;
		-moz-transition: 0.25s ease-in-out;
		transition: 0.25s ease-in-out;
		-ms-transition: 0.25s ease-in-out;
		-o-transition: 0.25s ease-in-out;
	}
	section.engmnt strong {
	  padding-bottom: 7px;
	  font-size: 17px;
	}
	section.engmnt .col-md-4 {
	  padding-right: 15px;
	  padding-left: 15px;
	}
}

@media screen and (max-width: 767px) {
	#sec-b {
		text-align: center;
	}
	.audit {
		height: 600px;
	}
	.audit div {
		margin-top: 360px;
	}

	.formation {
		height: 600px;
	}
	.formation div {
		margin-top: 360px;
	}

	.outils {
		height: 600px;
	}

	.outils div {
		margin-top: 360px;
	}

	.cash-running {
		height: 600px;
	}

	.cash-running div {
		margin-top: 360px;
	}
	.externalisation {
		height: 600px;
	}

	.externalisation div {
		margin-top: 360px;
	}

	.entretien {
		background: url(images/diagnostic.png) no-repeat center;
		height: 362px;
		margin-top: 50px;
	}

	div#first-b {
		padding: 0 10px;
	}

	.home h2 {
		text-align: center !important;
	}
	#first-b:before {
		margin: 10px auto 20px;
	}
	.exergue {
		margin-bottom: 30px;
		margin-top: 10px;
	}

	.entretien {
		padding: 20% 0;
	}
	#sec-b .col-md-6.col-md-offset-6:before {
		display: none;
	}
	html {
		font-size: 75%;
	}
	#sec-b ul {
		list-style: none;
		padding: 0;
	}

	.blue {
		text-align: center !important;
	}
	.main-blc p {
		text-align: center !important;
		font-size: 1.2rem;
		line-height: 1.2;
	}
	div#slider-contact {
		top: initial;
	}
	section.sectionTop .col-md-12.pl0:before {
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		opacity: 0.5;
	}
	section.engmnt strong {
	  padding-bottom: 5px;
	  font-size: 18px;
	  line-height: 1.8rem;
	}
	a.qualiopi img{
	  width: 50%;
	  margin-top: 1rem;
	}
}

@media screen and (max-width: 450px) {
	.entretien {padding: 30% 0;	}
	html {font-size: 80%;}
	.metaslider {display: none;}
	.contain-rea {margin-bottom: 20px;}
	a.qualiopi img{ width: 70%;}
	.page-id-237 .row.mb20 {
	  margin-right: 0;
	  margin-left: 0;
	}
	.page-id-237 .row.mb20 h2 { font-size: 1.7em;}
}
