body{
	color: #4b4d4c;
	font-size: 10pt;
	/*font-size: 1em;*/
}
a, a:visited, a:active{
	color: #0099B1;
	text-decoration: none;
}
div#page {
	max-width: 1480px;
	display: block;
	margin: auto;
}

div.entry-content {
	/*max-width: 1280px;*/
	margin: auto;
	padding: 0 30px;
}

h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	letter-spacing: 3px;
}
h1, h2 {
	letter-spacing: 5px;
}
h1{
	font-size: 26pt;
	font-size: 2.6em;
	text-transform: uppercase;
	font-weight: 400;
}

h2 {
	font-size: 19pt;
	font-size: 1.9em;
	font-weight: 300;
	letter-spacing: normal;
}

h3 {
	font-size: 12pt;
	font-size: 1.3em;
	font-weight: 400;
	text-transform: uppercase;
	color: #0099b1;
}

h4 {
	font-size: 1.1em;
	color: #0098af;
	font-weight: bold;
	text-transform: uppercase;
}

ul {
	padding-left: 25px;
}

li.indent {
	margin-left: 3em;
}
li h3 {
	display: inline-block;
}
div#opsat-page-content ol {
	list-style: none;
	counter-reset: li
}

div#opsat-page-content ul {
	list-style: none;
}

div#opsat-page-content ol li::before {
	font-size: 1.25em;
	content: counter(li)'.';
	color: #0099b1;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
	font-weight:bold;
}

div#opsat-page-content ul li::before {
	content: '>';
	font-size: 1.25em;
	color: #0099b1;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
	font-weight:bold;
}
div#opsat-page-content ul#type li::before {
	content: '';
}
ol li b, ol li strong{
	color: #0099b1;
}
div#opsat-page-content  li {
	counter-increment: li
}

a{
	transition: .25s;
}
a:hover{
	opacity: .75;
}
p a {
	color: #0099B1;
}

p a:hover {
	color: #0099B1;
}
input:focus, a:focus, button:focus {
	outline: none;
}
.vc_btn3-container{
	letter-spacing: 1px;
}
div#breadcrumbs {
	font-size: .9em;
}
div#breadcrumbs a {
	text-decoration: none;
	color: inherit;
}

.wpb_single_image.wpb_content_element.video a {
	position: relative;
}

.wpb_single_image.wpb_content_element.video a:after {
	content: '';
	background: url(images/play-button.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60px;
	position: absolute;
	/*background-color: #00000066;*/
	background-color: #c3c3c366;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition: .15s linear;
	transition: .15s linear;
}

.wpb_single_image.wpb_content_element.video a:hover:after {
	background-size: 50px;
}

.wpb_content_element.filet-haut:before {
	content: '';
	width: 100%;
	height: 1px;
	display: block;
	background: #bdbdbd;
	margin-bottom: 40px;
	margin-top: 15px;
}

/*Header*/
header#masthead section.vc_section{
	margin: auto;
	max-width: 100%
}

div#header-logo .vc_column-inner {
	padding: 0px 45px;
}

/*Menu*/
div#mobile_menu_switch {
	display: none;
}
.widget.widget_nav_menu {
	margin: 0;
}

.vc_wp_custommenu.wpb_content_element {
	margin: 0;
}

ul#menu-menu-principal {
	font-size: 1.2em;
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: 10px;
}
div#header-logo img {
	max-width: 280px;
	width: 100%;
}
ul#menu-menu-principal:after {
	content: '';
	display: block;
	clear: both;
}

ul#menu-menu-principal > li {
	position: relative;
	float: left;
	/*padding: 0 0.975%;*/
}

ul#menu-menu-principal > li:after {
	content: '';
	height: 23px;
	width: 1px;
	background: #cecece;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

ul#menu-menu-principal > li:last-child:after {
	display: none;
}

ul#menu-menu-principal > li a {
	position: relative;
	display: block;
	padding: 20px 12px;
	text-decoration: none;
	text-transform: uppercase;
	color: #4b4d4c
}
ul#menu-menu-principal > li a:hover {
	color: #0099B1;
}

ul#menu-menu-principal > li.current-menu-item a:after,
ul#menu-menu-principal > li.current-page-ancestor a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	display: block;
	background: #F1852C;
}

/*Header search*/
form#search-form {
	height: 70px;
	padding: 20px 0;
}

form#search-form label, form#search-form button {
	display: inline-block;
	vertical-align: middle;
}
form#search-form label{
	width: 80%;
}
form#search-form button {
	padding: 5px 0px;
	background: none;
	border: none;
}
form#search-form input {
	width: 200px;
	max-width: 90%;
	border: none;
	height: 100%;
}

form#search-form label:after {
	content: '';
	width: 1px;
	height: 25px;
	background: #d6d6d6;
	display: inline-block;
	vertical-align: middle;
}
.search-box:after {
	content: '';
	width: 1px;
	height: 60px;
	background: #ccc;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
/*header actions*/
.header-actions {
	border-bottom: 1px solid #cccccc;
}

.msg-box {
	height: 70px;
	padding: 17px 0;
}

/*Header button*/
div#header-buttons:after {
	content: '';
	display: block;
	clear: both;
}
div#header-buttons a {
	padding: 20px 20px;
	float: left;
	color: #fff;
	text-decoration: none;
	width: 100%;
	height: 70px;
	text-align: center;
}

div#header-buttons a:after {
	content: '>';
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}

div#bt-adherent a {
	background: #0099B1;
}
div#bt-adherent img{
	width: 40px;
}
div#bt-espace a {
	background: #F1852C;
}
div#bt-espace a:after {
	padding-top: 3px;
}
div#bt-espace img{
	width: 20px;
}
div#header-buttons a span, div#header-buttons img {
	display: inline-block;
	vertical-align: middle;
}

div#header-buttons a img {
	margin-right: 20px;
	max-height: 100%;
}


div#header-buttons > div {
	float: left;
	width: 50%;
}

div#home-intro-text {
	color: #fff;
	font-size: 1.5em;
}

div#bt-espace a span {
	padding-top: 5px;
}

div#monespacesousmenu {
	position: absolute;
	background-color: #f1b584;
	display: none;
	top: 100%;
	float: right;
	right: 0;
	padding: 14px 0;
	width: 50%;
	z-index: 999;
}
/*div#monespacesousmenu div:hover {
	background-color: #F1852C;
}*/
div#monespacesousmenu a:hover {
	background-color: #F1852C;
	color: #fff;
}
div#monespacesousmenu > div a {
	padding: 0px 20%;
	max-height:38px;
	line-height: 38px;
	text-align:left;
	color: #555;
}

@media screen and (max-width: 768px) {

	div#monespacesousmenu {
		width: 100%!important;
	}
}


/*Section ESPACES home*/
section#section-espaces .vc_column-inner {
	padding-top: 2.5%;
	padding-bottom: 2.5%;
}
div#espace-employeur .vc_column-inner {
	padding-left: 23%;
	/*padding-left: 30%;*/
}

div#espace-salarie .vc_column-inner {
	padding-left: 23%;
	/*padding-left: 20%;*/
}
div#espace-employeur > div.vc_column-inner {
	background-repeat: no-repeat!important;
	background-position: 50% 15%!important;
	background-size: 70%!important;
}

div#espace-salarie > div.vc_column-inner {
	background-repeat: no-repeat!important;
	background-position: 50% 75%!important;
	background-size: 70%!important;
}

h2.vc_custom_heading a {
	position: relative;
	display: inline-block;
}

h2.vc_custom_heading a:after {
	content: '>';
	position: absolute;
	bottom: 20px;
	right: -100px;
	margin: auto;
	width: 60px;
	height: 60px;
	background: white;
	display: block;
	border-radius: 100%;
	text-align: center;
	line-height: 66px;
	padding-left: 5px;
	font-size: 1.5em;
	border-spacing: 4px;
	font-weight: normal;
}

h2.vc_custom_heading a:before {
	content: '';
	position: absolute;
	bottom: 15px;
	right: -105px;
	margin: auto;
	width: 70px;
	height: 70px;
	display: block;
	border-radius: 100%;
	box-shadow: 0 0 0px 1px white;
}

h2.vc_custom_heading b {
	display: block;
	font-weight: normal;
	color: #fff;
	font-size: 1.5em;
}

div#espace-employeur .wpb_text_column li, div#espace-salarie .wpb_text_column li {
	list-style: none;
	position: relative;
}

section#section-espaces {
	font-size: 1.6em;
}

div#espace-employeur .wpb_text_column li a, div#espace-salarie .wpb_text_column li a {
	display: block;
	color: #fff;
	text-decoration: none;
	/*font-size: 1.25em;*/
}

div#espace-employeur .wpb_text_column li a:before, div#espace-salarie .wpb_text_column li a:before {
	content: '>';
	color: #fff;
	position: absolute;
	left: -20px;
	top: 0px;
	bottom: 0px;
	margin: auto;
}

/*Section counter home*/
section#section-chiffres-cles {
	font-size: 1.25em;
}
section#section-chiffres-cles .section-title h2 {
	margin-bottom: 0;
	font-weight: bold;
}

section#section-chiffres-cles .section-title p {
	margin: 0;
	color: #0099B1;
	font-weight: bold;
}
div.counter {
	/*font-size: 5em;*/
	font-size: 4.5em;
	font-weight: bold;
	text-align: center;
	color: #0099B1;
	margin: 0;
}
div.counter_text {
	margin: 0;
	font-size: 1.5em;
}
div.counter_text p {
	margin: 0;
	text-align: center;
}
#chiffres-cles .wpb_column.vc_col-sm-4:nth-child(2n) {
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
}

div#chiffres-cles .wpb_single_image {
	margin-bottom: 15px;
}

/*Section map*/
div#map {
	position: relative;
}
#section-google-map .section-title {
	color: #fff;
	margin: 0;
	font-size: 1.5em;
}

#section-google-map .section-title h2 {
	margin: 0;
	padding-top: 3px;
}
.gm-style img{
	max-height: none;
}
.marker_content a.bt-opsat {
	font-size: .9em;
	margin-bottom: 15px;
	padding: 10px 15px;
}
/*Footer*/

section#site-footer {
	font-size: .9em;
	background-position: 85%!important;
}

section#site-footer .section-title {
	font-size: 1.75em;
	margin-bottom: 15px;
}
section#site-footer .section-title p {
	margin-top: 0;
	margin-bottom: 35px;
}
section#site-footer .wpb_button,
section#site-footer .wpb_content_element,
section#site-footer ul.wpb_thumbnails-fluid>li{
	margin-bottom: 0;
}

section#site-footer >.vc_row > .wpb_column {
	padding: 0 1%;
}

section#site-footer >.vc_row > .wpb_column:nth-child(2) {
	padding: 0 3%;
}
section#site-footer >.vc_row > .wpb_column:nth-child(3) {
	border-left: 1px solid #46b0c0;
	border-right: 1px solid #46b0c0;
}

.liste_centre:after {
	content: '';
	display: block;
	clear: both;
}
section#site-footer, section#site-footer a {
	color: #fff;
}

section#site-footer a {
	text-decoration: none;
}

section#site-footer > .vc_row {
	background-repeat: no-repeat;
	background-position: right;
}
section#site-footer p {
	margin-bottom: 10px;
}
.liste_centre p {
	float: left;
	width: 50%;
	padding-left: 5px;
}

section#site-footer >.vc_row > .wpb_column:nth-child(2) .wpb_column.vc_col-sm-6:first-child {
	border-right: 1px solid #46b0c0;
}

/*Footer newsletter*/
div#footer-newsletter {
	padding-bottom: 15px;
	border: 1px dashed rgba(255, 255, 255, 0.25);
	margin-top: 25px;
}

div#footer-newsletter p {
	margin-bottom: 10px;
	margin-top: 10px;
}

.newsletter-form:after {
	content: '';
	display: block;
	clear: both;
}

div#footer-newsletter .send-bt input {
	width: 100%;
	margin: auto;
	height: auto;
	padding: 10px;
	text-transform: none;
	color: #404040;
	background: none;
}

.newsletter-form .newsletter-input, .newsletter-form .send-bt {
	float: left;
	font-style: italic;
}

.newsletter-form .newsletter-input {
	width: 60%;
}

.newsletter-form .send-bt {
	width: 38%;
	background: #ececec;
	border: none;
	border-radius: 0;
	margin-left: 2%;
	font-size: 1em;
	height: 30px;
}

.newsletter-form:after {
	content: '';
	display: block;
	clear: both;
}

.newsletter-form .newsletter-input input {
	height: 100%;
	width: 100%;
	padding: 5px;
	height: 30px;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-custom-newsletter-success {
	border-color: #40d861;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-custom-newsletter-failed {
	border-color: #ff7c7c;
}
div#footer-newsletter span.wpcf7-not-valid-tip {
	position: absolute;
	color: #ff9393;
	font-weight: bold;
	margin-top: 3px;
}
div#footer-newsletter .wpcf7-form-control-wrap{
	position: initial;
	display: block;
}

/**/

form input {
	font-size: 1em;
}

section#site-footer >.vc_row > .wpb_column > .vc_column-inner{
	padding-top: 10px;
}

div#site-extra-footer img {
	height: 30px;
	width: auto;
	margin-bottom: -2px;
}
div#cookie-notice {
	background: #00000060!important;
	font-size: 1em!important;
}

body.cookies-not-accepted section#site-footer {
	padding-bottom: 45px!important;
}

a#cn-accept-cookie {
	color: #171717;
	text-decoration: none;
	padding: 5px;
	background: white;
}
.sib_loader img {
	background: white;
	border-radius: 100%;
}
/*********************************/
/*SIDEBAR*/
/*********************************/

div#opsat-sidebar {
	background: #f5f5f5;
	border-left: 1px solid #c4c4c4;
	border-right: 1px solid #c4c4c4;
}
div#opsat-sidebar .vc_section {
	padding: 0;
	margin: auto;
}

div#opsat-sidebar .vc_column-inner {
	padding: 0;
	margin: 0;
}

div#opsat-sidebar .vc_row {
	padding: 0;
	margin: auto;
}

div.opsat-sidebar-title {
	position: relative;
	background: #979797;
	color: #fff;
	padding: 30px 5px 30px 90px;
	text-transform: uppercase;
	/*font-size: 1.8em;*/
	font-size: 1.5em;
	line-height: normal;
	margin-bottom: 0;
}

.opsat-sidebar-title:before {
	content: '>';
	font-weight: 300;
	font-size: 1.5em;
	line-height: 42px;
	position: absolute;
	left: 25px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 40px;
	height: 40px;
	background: white;
	border-radius: 100%;
	color: #999999;
	text-align: center;
	padding-left: 1%;
}

div#opsat-sidebar .vc_section:nth-child(2) .opsat-sidebar-title:before {
	content: '\f129';
	font-family:'FontAwesome';
}

.opsat-sidebar-title:after {
	content: '';
	position: absolute;
	left: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	border: 1px solid #fff;
}

div#opsat-sidebar .vc_section {
	padding: 0;
	margin: auto;
}

div#opsat-sidebar .vc_column-inner {
	padding: 0;
	margin: 0;
}

div#opsat-sidebar .vc_row {
	padding: 0;
	margin: auto;
}

.opsat-sidebar-title {
	position: relative;
	background: #979797;
	color: #fff;
	padding: 20px 5px 20px 98px;
	text-transform: uppercase;
	font-size: 1.25em;
	line-height: normal;
	margin-bottom: 0;
}

div#opsat-sidebar ul.menu {
	margin: 0;
	padding: 0;
}

div#opsat-sidebar ul.menu li {
	position: relative;
	text-transform: uppercase;
	list-style: none;
}

div#opsat-sidebar ul.menu li.current_page_item:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 5px;
	background: #F1852C;
}

div#opsat-sidebar ul.menu li a {
	position: relative;
	color: initial;
	text-decoration: none;
	display: block;
	padding: 25px 5px 25px 50px;
	margin-left: 30px;
	border-bottom: 1px solid #d0d0d0;
}

div#opsat-sidebar section#espace-employeurs ul.menu li a:before,
div#opsat-sidebar section#page-standard ul.menu li a:before,
div#opsat-sidebar section#opsat ul.menu li a:before,
div#opsat-sidebar section#pack-sante-travail ul.menu li a:before,
div#opsat-sidebar section#espace-adherents ul.menu li a:before,
div#opsat-sidebar section#espace-salaries ul.menu li a:before,
div#opsat-sidebar section#centres ul.menu li a:before,
div#opsat-sidebar section#actualites ul.menu li a:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
	margin: auto;
	width: 20px;
	height: 20px;
	background: #0099B1;
	border-radius: 100%;
	color: #fff;
	text-align: center;
}

div#opsat-sidebar section#espace-employeurs ul.menu li a:after,
div#opsat-sidebar section#page-standard ul.menu li a:after,
div#opsat-sidebar section#opsat ul.menu li a:after,
div#opsat-sidebar section#pack-sante-travail ul.menu li a:after,
div#opsat-sidebar section#espace-adherents ul.menu li a:after,
div#opsat-sidebar section#espace-salaries ul.menu li a:after,
div#opsat-sidebar section#centres ul.menu li a:after,
div#opsat-sidebar section#actualites ul.menu li a:after {
	content: '>';
	font-weight: 300;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 12px;
	margin: auto;
	width: 26px;
	height: 26px;
	border: 1px solid #0099B1;
	border-radius: 100%;
	color: #fff;
	text-align: center;
	line-height: 26px;
	padding-left: 0.5%;
}

div#opsat-sidebar section#espace-employeurs ul.menu li.current_page_item a:after,
div#opsat-sidebar section#page-standard ul.menu li.current_page_item a:after,
div#opsat-sidebar section#opsat ul.menu li.current_page_item a:after,
div#opsat-sidebar section#pack-sante-travail ul.menu li.current_page_item a:after,
div#opsat-sidebar section#espace-adherents ul.menu li.current_page_item a:after,
div#opsat-sidebar section#espace-salaries ul.menu li.current_page_item a:after,
div#opsat-sidebar section#centres ul.menu li.current_page_item a:after,
div#opsat-sidebar section#actualites ul.menu li.current_page_item a:after {
	border-color: #F1852C;
}

div#opsat-sidebar section#espace-employeurs ul.menu li.current_page_item a:before,
div#opsat-sidebar section#page-standard ul.menu li.current_page_item a:before,
div#opsat-sidebar section#opsat ul.menu li.current_page_item a:before,
div#opsat-sidebar section#pack-sante-travail ul.menu li.current_page_item a:before,
div#opsat-sidebar section#espace-adherents ul.menu li.current_page_item a:before,
div#opsat-sidebar section#espace-salaries ul.menu li.current_page_item a:before,
div#opsat-sidebar section#centres ul.menu li.current_page_item a:before,
div#opsat-sidebar section#actualites ul.menu li.current_page_item a:before {
	background: #F1852C;
}

div#opsat-sidebar section#informations-connexes ul.menu li a:before{
	content:'';
	width: 45px;
	height: 45px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

div#opsat-sidebar section#informations-connexes ul.menu li.qui-sommes-nous a:before {
	background-image: url('images/sidebar-who-new.png');
}
div#opsat-sidebar section#informations-connexes ul.menu li.ou-nous-trouver a:before {
	background-image: url('images/sidebar-location.png');
	height: 35px;
}
div#opsat-sidebar section#informations-connexes ul.menu li.nos-publications a:before {
	background-image: url('images/sidebar-post.png');
	height: 40px;
}
div#opsat-sidebar section#informations-connexes ul.menu li.actualites a:before {
	background-image: url('images/sidebar-news.png');
	height: 40px;
}
div#opsat-sidebar section#informations-connexes ul.menu li.posez-votre-question a:before {
	background-image: url('images/sidebar-posez-votre-question.png');
	height: 40px;
}

div#opsat-sidebar section#informations-connexes ul.menu li.rappel-de-vos-demarches a:before {
	background-image: url('images/sidebar-rappel-de-vos-demarches.png');
	height: 30px;
}
div#opsat-sidebar section#informations-connexes ul.menu li.intervention-ppc a:before {
	background-image: url('images/sidebar-intervention-ppc.png');
	height: 40px;
}
div#opsat-sidebar section#informations-connexes ul.menu li.vision-prevention a:before {
	background-image: url('images/sidebar-vision-prevention.png');
	height: 40px;
}
div#opsat-sidebar section#informations-connexes ul.menu li.ils-temoignent a:before {
	background-image: url('images/sidebar-ils-temoignent.png');
	height: 40px;
}

div#opsat-sidebar ul.menu li:last-child a {
	border: none;
}

div#opsat-sidebar a#all_news {
	margin: 25px 10px;
	padding: 15px 20px;
	display: inline-block;
	background: #F1852C;
	color: #fff;
}

div#opsat-sidebar a#all_news:before,div#opsat-sidebar a#all_news:after {
	display: none;
}

div.news_url {
    display: none;
}

/*********************************/
/*HEADER PAGE SECTION*/
/*********************************/

section#header-page-section {
	padding: 100px 25px;
	background-repeat: no-repeat!important;
	background-size: cover;
	background-position: center;
	text-transform: uppercase;
}
section#header-page-section section{
	padding: 0;
}
section#header-page-section .wpb_text_column.wpb_content_element {
	margin: auto;
	text-align: center;
	letter-spacing: 3px;
}

section#header-page-section .wpb_text_column.wpb_content_element.no-back {
	margin-bottom: 0px;
	font-size: 50pt;
	font-size: 3.5em;
}

section#header-page-section .wpb_text_column.wpb_content_element.with-back {
	font-size: 40pt;
	font-size: 2.6em;
	word-break: break-word;
}

section#header-page-section .wpb_text_column.wpb_content_element .wpb_wrapper {
	display: inline-block;
	padding: 10px 15px;
}

section#header-page-section .wpb_text_column.wpb_content_element.no-back .wpb_wrapper {
	color: #fff;
	font-weight: bold;
}

section#header-page-section .wpb_text_column.wpb_content_element.with-back .wpb_wrapper {
	background: #ffffffcc;
	color: inherit;
}

section#header-page-section .wpb_text_column.wpb_content_element.no-back .wpb_wrapper p {
	text-shadow: 1px 1px 1px #0000004d;
}
/*********************************/
/*CONTENT PAGE SECTION*/
/*********************************/
section#page-content-section {
	padding-top: 0;
}

div#opsat-page-content > .vc_column-inner {
	padding: 45px 55px;
}

div#opsat-page-content p, div#opsat-page-content ol, div#opsat-page-content ul{
	/*font-weight: bold;*/
	/*font-size: 1.15em;*/
}
div#opsat-page-content {
	/*font-weight: bold;*/
	font-size: 1.15em;
}
div#opsat-page-content li {
	margin-bottom: 10px;
}
#content div#opsat-page-content h1 {
	margin: 0;
	line-height: 1.5;
	border-bottom: 1px solid #b2b2b2;
	padding-bottom: 25px;
	margin-bottom: 25px;
	font-size: 2.25em;
	word-break: break-word;
}

div#opsat-page-content h1 strong {
	font-weight: normal;
	color: #0099B1;
}

div#opsat-page-content h2 {
	margin: 0;
	line-height: 1.5;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 1.65em;
}
div#opsat-page-content h2:after {
	content: '';
	width: 115px;
	/*width: 30%;*/
	background: #b2b2b2;
	height: 1px;
	display: block;
	margin-top: 25px;
}
div#opsat-page-content h3 {
	font-size: 1.2em;
}
div.opsat-page-section-title {
	color: #fff;
	padding: 50px 25px;
	background-position: 90% 25%!important;
}
.opsat-page-section-title h3 {
	margin: auto;
}
div#opsat-page-content .opsat-page-section-title h2:after {
	background: #fff;
}
div#opsat-sidebar .wpb_text_column.wpb_content_element {
	margin-bottom: 0;
}

.home-banner-title b {
	font-weight: 300;
}
button.vc_general.vc_btn3.vc_btn3-style-custom:hover {
	background: none;
	opacity: .7;
}
/*POP UP VIDEO*/
div#video_embed_pu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #00000094;
	display: flex;
	cursor: pointer;
	z-index: 10000000000;
}

div#video_embed_container {
	display: block;
	margin: auto;
	max-width: 90%;
	position: relative;
	height: auto;
}

div#video_embed_close {
	position: absolute;
	color: white;
	right: -2.5%;
	top: -40px;
	font-size: 1.5em;
	cursor: pointer;
}

div#video_embed_container iframe {
	z-index: 100;
	position: relative;
}

div#video_embed_container i.fa.fa-circle-o-notch {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: block;
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: #fff;
}

/*********************************/
/*CONTENT PAGE PACK SECTION*/
/*********************************/
.opsat-pack-content-bloc {
	margin-bottom: 35px;
}

.opsat-pack-content-bloc {
	margin-left: 80px;
	position: relative;
	border: 2px solid white;
}

div.opsat-page-section-title, .opsat-pack-content-bloc{
	box-shadow: 3px 3px 15px 0px #0000002b;
}

.opsat-pack-content-img {
	position: absolute;
	top: -10px;
	left: -80px;
	width: 100px;
	border-radius: 100%;
	margin: 0;
}

.opsat-pack-content-bloc-title {
	min-height: 80px;
	margin: 0;
	background: #099bb4;
	color: #fff;
	padding: 10px 30px;
	display: flex;
	text-transform: uppercase;
}

.opsat-pack-content-bloc-title .wpb_wrapper {
	margin-top: auto!important;
	margin-bottom: auto!important;
}

.opsat-pack-content-desc {
	background: #f7f5f3;
	padding: 10px;
}

.opsat-pack-content-bloc-link {
	background: #ebe7e4;
	padding: 5px;
	min-height: 35px;
	display: flex;
}

.opsat-pack-content-bloc > div {
	margin: 0;
}
.opsat-pack-content-bloc {
	margin-bottom: 35px;
}

.opsat-pack-content-bloc-link a {
	color: inherit;
	padding-left: 30px;
	margin-right: 30px;
	position: relative;
}

.opsat-pack-content-bloc-link a:after {
	content: '';
	position: absolute;
	left: 0;
	top: -4px;
	border: 1px solid #609eb3;
	width: 22.5px;
	height: 22.5px;
	border-radius: 100%;
}

.opsat-pack-content-bloc-link a:before {
	content: '>';
	position: absolute;
	left: 2.5px;
	color: #fff;
	background: #609eb3;
	width: 17.5px;
	height: 17.5px;
	border-radius: 100%;
	text-align: center;
}
.opsat-pack-content-bloc-link .wpb_wrapper {
	margin: auto 0!important;
}

.vc_btn3-container.opsat-dl-pdf {
	float: left;
	width: 48%;
}
.embed-video iframe {
	width: 100%;
	box-shadow: 3px 3px 15px 0px #0000002b;
}
.vc_btn3-container.opsat-dl-pdf a {
	text-align: left;
}

.vc_btn3-container.opsat-dl-pdf:last-child {
	margin-left: 4%;
}

.vc_btn3-container.opsat-dl-pdf a:after {
	content: 'PDF';
	background: #ececec;
	padding: 5px;
	position: absolute;
	bottom: -25px;
	left: 25px;
	z-index: -1;
	padding-top: 10px;
	font-size: 0.8em;
}

.vc_btn3-container.opsat-dl-pdf a {
	box-shadow: 1px 1px 7px 0px #31292961;
	position: relative;
}

/* chatbot */
div.wp-chatbot-start-screen {
	margin-top: 50px;
}
/* image de fond de l'accueil */
div.wp-chatbot-start-container {
	background-image: url("/wp-content/themes/opsat/layouts/images/OPSAT-chatbot-ecran-accueil_370x450px.jpg");
	background-size: 100%;
	background-position-y: 75%;
	background-repeat: no-repeat;
}
div.wp-chatbot-start-header{
	background: transparent!important;
}
/*********************************/
/*CONTENT POST SECTION*/
/*********************************/

/*section#opsat-post-content {
	max-width: 1000px;
	margin: auto;
	}*/

	/*********************************/
	/*SHARE BUTTONS*/
	/*********************************/

	div#share_buttons:before {
		content: '';
		display: block;
		width: 30%;
		height: 1px;
		background: #b2b2b2;
		margin-bottom: 40px;
	}

/*	div#share_buttons {
		font-size: 1.5em;
		}*/

		div#share_buttons a {
			position: relative;
			padding: 5px;
			color: #fff;
			border-radius: 100%;
			width: 35px;
			height: 35px;
			display: inline-block;
			text-align: center;
			margin-right: 20px;
			font-size: 18px;
		}

		div#share_buttons a:after {
			content: '';
			position: absolute;
			width: 45px;
			height: 45px;
			display: block;
			top: -5px;
			left: -5px;
			border-radius: 100%;
		}
/*	div#share_buttons a i {
		display: block;
		}*/
		div#share_buttons a.mail {
			background: #9a9a9a;
		}

		div#share_buttons  a.mail:after {
			border: 1px solid #9a9a9a;
		}

		div#share_buttons a.fb {
			background: #49669f;
		}

		div#share_buttons a.fb:after {
			border: 1px solid #49669E;
		}

		div#share_buttons a.tw {
			background: #2bace7;
		}

		div#share_buttons a.tw:after {
			border: 1px solid #2bace7;
		}

		div#share_buttons a.gp {
			background: #f24639;
		}

		div#share_buttons a.gp:after {
			border: 1px solid #f24639;
		}

		div#opsat-page-content div#map {
			position: relative;
		}

		/*********************************/
		/*SINGLE CENTRE*/
		/*********************************/
		div#page_title strong {
			display: inline-block;
			width: 100%;
		}
		div#center_contact a {
			color: inherit;
		}

		div#center_address, div#center_service, div#center_contact {
			padding-left: 45px;
			position: relative;
			margin-bottom: 25px;
		}

		div#center_address:before, div#center_service:before, div#center_contact:before {
			font-family: "FontAwesome";
			color: #F1852C;
			position: absolute;
			left: 10px;
			top: -5px;
			float: left;
			width: 25px;
			height: 25px;
			text-align: center;
			font-size: 1.5em;
			/*font-size: 1.25em;*/
		}

		div#center_service:before {
			content: '\f015';
		}
		div#center_address:before {
			content: '\f041';
		}
		div#center_contact:before {
			content: '\f095';
		}

		div#center_service h4 {
			color: #0099B1;
			font-weight: bold;
			text-transform: uppercase;
		}

		div#team-members h4 {
			color: #0099B1;
			font-weight: bold;
			text-transform: uppercase;
		}

		div#team-members .one_tm {
			position: relative;
			padding-left: 45px;
			margin-bottom: 50px;
		}

		div#team-members .one_tm:before {
			content: '\f0f0';
			font-family: "FontAwesome";
			color: #F1852C;
			position: absolute;
			left: 10px;
			top: -5px;
			float: left;
			width: 25px;
			height: 25px;
			text-align: center;
			/*font-size: 1.25em;*/
			font-size: 1.5em;
		}

		/*right sidebar*/
		div#map_center_elem{
			height: 350px;
		}
		div#visual_infos_center h3 {
			margin: 0;
			padding: 20px;
			text-align: center;
			background: #0099B1;
			color: azure;
			text-transform: uppercase;
		}

		div#photos_center img {
			display: block;
		}

		div#dir_bt {
			text-align: center;
			margin-top: 20px;
		}

		div#dir_bt a {
			display: inline-block;
			background: #F1852C;
			color: #fff;
			text-decoration: none;
			padding: 10px 15px;
			text-transform: uppercase;
		}

		/*********************************/
		/*MAP*/
		/*********************************/
		h3.marker_title p{
			margin: auto;
		}
		h3.marker_title a {
			display: block;
			color: inherit;
			text-decoration: none;
		}
		h3.marker_title a strong {
			color: #0098af;
			font-weight: normal;
		}
		a.top-img {
			display: block;
		}

		a.top-img img {
			display: block;
			max-width: 300px;
			margin: auto;
		}

		div.marker_content p{
			padding: 10px 10px 0px 10px;
		}


		/*********************************/
		/*404*/
		/*********************************/

		div#opsat-page-content form.search-form input.search-field {
			border-radius: 0;
			font-size: 1.45em;
		}

		div#opsat-page-content form.search-form {
			margin-top: 20px;
		}

		div#opsat-page-content form.search-form input.search-submit {
			background: #F1852C;
			color: #fff;
			border-radius: 0;
			border: none;
			margin: 0 15px;
			font-size: 1.45em;
			transition: .25s;
		}

		div#opsat-page-content form.search-form label, div#opsat-page-content form.search-form input {
			display: inline-block;
			vertical-align: middle;
		}

		div#opsat-page-content form.search-form input.search-submit:hover {
			opacity: .7;
		}


		/*********************************/
		/*RECHERCHE*/
		/*********************************/

		header.entry-header.search-result {
			padding-top: 35px;
		}

		header.entry-header.search-result a {
			text-decoration: none;
			color: inherit;
		}

		.entry-permalink a {
			/*color: inherit;*/
			text-decoration: none;
		}

		nav.navigation.posts-navigation {
			margin-top: 60px;
		}

		nav.navigation.posts-navigation a {
			color: #0098af;
		}
		.post_type_tag {
			background: whitesmoke;
			display: inline-block;
			padding: 5px;
		}

		/*********************************/
		/*NAVIGATION*/
		/*********************************/
		.nav-previous a:before {
			content: '\f104';
			font-family: 'FontAwesome';
			padding-right: 10px;
			float: left;
			font-size: 20px;
			line-height: 17px;
		}

		.nav-next a:after {
			content: '\f105';
			font-family: 'FontAwesome';
			padding-left: 10px;
			float: right;
			font-size: 20px;
			line-height: 17px;
		}

		/*********************************/
		/*PUBLICATIONS*/
		/*********************************/

		div#publications:after {
			content: '';
			display: block;
			clear: both;
		}

		a.publication_item {
			text-decoration: none;
			cursor: pointer;
			display: inline-block;
			vertical-align: top;
			width: 22%;
			background: #f5f5f5;
			margin-right: 1.5%;
			margin-left: 1%;
			margin-bottom: 25px;
			padding: 15px;
			text-transform: none;
		}

		a.publication_item:nth-child(4n) {
			/* margin-right: 0; */
		}

		a.publication_item i {
			display: block;
			text-align: center;
			font-size: 2.5em;
		}

		.publicaton_title {
			text-align: center;
			text-transform: uppercase;
		}

		a.publication_item i, .publicaton_title {
			color: #0099B1;
		}

		.publicaton_title {
			font-weight: bold;
			margin-top: 15px;
		}
		.publication_excerpt {
			margin-top: 15px;
			color: #868686;
			font-size: .9em;
		}

		.publication_excerpt:before {
			content: '';
			display: block;
			width: 100%;
			height: 1px;
			margin: auto;
			background: #afafaf;
			margin-bottom: 15px;
		}

		div#publications_filters {
			text-align: center;
			margin-bottom: 25px;
		}

		div#publications_filters a {
			display: inline-block;
			cursor: pointer;
			margin: 5px;
			padding: 5px;
			background: #fff;
			border: 1px solid #F1852C;
			color: #F1852C;
			text-transform: uppercase;
			transition: .25s;
		}
		div#publications_filters a.active{
			opacity: 1;
		}
		div#publications_filters a.active,
		div#publications_filters a:hover {
			background: #F1852C;
			color: #ffffff;
		}
		.publication-thumb {
			position: relative;
		}

		#content .publication-thumb i.fa.fa-youtube-play {
			position: absolute;
			top: 0;
			left: 0;
			bottom: 0;
			right: 0;
			margin: auto;
			width: 50px;
			height: 40px;
			z-index: 1;
		}

		.publication-thumb img {
			display: block;
		}
		a.publication_item.video .publication-thumb:after {
			position: absolute;
			content: '';
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: #c3c3c366;
			display: block;
			z-index: 0;
		}

		/*NEW 2020*/
		div#publications_sub_filters > div {
			text-align: center;
		}

		div#publications_sub_filters a {
			position: relative;
			display: inline-block;
			padding: 5px 5px;
			margin: 0 10px;
		}

		div#publications_sub_filters {
			margin-bottom: 20px;
		}

		div#publications_sub_filters a:after {content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 1px;background: #f1852c;opacity: 0;visibility: hidden;transition: .25s;}

		div#publications_sub_filters a.active:after, div#publications_sub_filters a:hover:after {
			opacity: 1;
			visibility: visible;
		}

		/*********************************/
		/*CONTACT*/
		/*********************************/

		input.wpcf7-form-control.wpcf7-submit {
			margin: auto;
			margin-top: 15px;
			margin-right: 10%;
			display: block;
			background: #F1852C;
			border: none;
			border-radius: 0;
			color: #fff;
			text-transform: uppercase;
			padding: 15px 20px;
			transition: .25s;
		}

		input.wpcf7-form-control.wpcf7-submit:hover {
			opacity: .7;
		}
		.form-c2 {
			float: left;
			width: 50%;
		}

		.form-c2:after {
			content: '';
			display: block;
			clear: both;
		}
		.form-container:after {
			content: '';
			display: block;
			clear: both;
		}

		select.wpcf7-select{
			/*font-size: 1.2em;*/
			padding: 4px 1px;
		}
		textarea.wpcf7-textarea{
			font-size: 1em;
			padding: 5px;
		}
		.form-container input,.form-container textarea, .form-container select {
			max-width: 90%;
			padding: 5px;
		}

		span.wpcf7-form-control-wrap.email_destinataire {
			margin-top: 15px;
			display: block;
		}

		/*********************************/
		/*SECTION BANDEAU IMAGE*/
		/*********************************/

		section.vc_section.bandeau-image {
			min-height: 200px;
			padding-top: 11%;
			padding-bottom: 11%;
			background-size: cover;
			background-repeat: no-repeat;
		}

		section.vc_section.bandeau-image h2 {
			background: rgba(255, 255, 255, 0.8);
			display: inline-block;
			padding: 20px 20px 15px 20px;
			line-height: normal;
			font-size: 2.5em;
			margin: auto;
			font-weight: 500;
			letter-spacing: 1px;
		}

		section.vc_section.bandeau-image .wpb_text_column .wpb_wrapper {
			text-align: center;
		}

		section.vc_section.bandeau-image a.vc_general.vc_btn3 {
			border: none;
			border-radius: 0;
			opacity: 1;
			font-size: 1.5em;
			padding: 13px 30px;
			padding-top: 17px;
		}
		section.vc_section.bandeau-image.bouton-bleu a.vc_general.vc_btn3 {
			background: #0098af;
			color: #fff;
		}
		section.vc_section.bandeau-image.bouton-orange a.vc_general.vc_btn3 {
			background: #F1852C;
			color: #fff;
		}

		section.vc_section.bandeau-image .vc_btn3-container.vc_btn3-center {
			margin: auto;
		}

		section.vc_section.bandeau-image .wpb_text_column.wpb_content_element {
			margin-bottom: 25px;
		}

		section.vc_section.bandeau-image a.vc_general.vc_btn3:hover {opacity: .9;}


		/*********************************/
		/*ACTUALITES*/
		/*********************************/

		div#news_listing_pagination {
			text-align: center;
		}

		div#news_listing_pagination a {
			display: inline-block;
			padding: 5px 5px;
			margin: 0 5px;
			line-height: 20px;
			color: #f1852c;
			border: 1px solid;
			width: 30px;
			height: 30px;
		}

		div#news_listing_pagination a.active, div#news_listing_pagination a:hover {
			background: #f1852c;
			border-color: #f1852c;
			color: #fff;
		}

		.news_experpt {
			margin: 15px 0;
			font-size: 1.25em;
		}

		.news_title a {
			color: #4b4d4c;
		}

		#content #news_listing div.news_item {
			margin-bottom: 70px;
		}
		.news_date {
			color: #b7b7b7;
		}
		a.bt-opsat {
			text-align: center;
			vertical-align: middle;
			cursor: pointer;
			background-image: none;
			box-sizing: border-box;
			word-wrap: break-word;
			-webkit-user-select: none;
			-moz-user-select: none;
			-ms-user-select: none;
			user-select: none;
			position: relative;
			top: 0;
			-webkit-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
			line-height: normal;
			-webkit-box-shadow: none;
			-moz-box-shadow: none;
			box-shadow: none;
			display: inline-block;
			background: #F1852C;
			text-transform: uppercase;
			background-color: #F1852C;
			color: #fff;
			font-size: 14px;
			padding: 14px 20px;
		}

		a.bt-opsat:hover {
			color: #fff;
		}
		.news_image {
			margin-top: 15px;
		}
		.news_image img {
			width: 425px;
		}
		/*********************************/
		/*FORMULAIRE DEMANDE INTERVENTION PPC*/
		/*********************************/

		.form-container {
			font-size: 1.15em;
		}

		.form-elem {
			margin-bottom: 15px;
		}

		.form-container label {
			display: block;
		}

		.form-line select.wpcf7-select {
			font-size: 1em;
		}

		.form-line.c2 {
			width: 50%;
			float: left;
		}

		.form-line.c2:after {
			content: '';
			display: block;
			clear: both;
		}
		.form-container textarea {
			height: 140px;
		}
		/*********************************/
		/*TABLEAU EMPR1T*/
		/*********************************/

		/*2 Service*/
		table.tbl-2-services-empr1t {
			background: url(images/fond-empr1t-2-etapes.jpg);
			background-repeat: no-repeat;
			background-size: contain;
			background-position: 10%;
		}

		table.tbl-2-services-empr1t {
			font-size: inherit;
		}

		table.tbl-2-services-empr1t tbody > tr > td {
			padding: 20px;
		}

		table.tbl-2-services-empr1t tbody > tr:first-child > td {
			padding-top: 50px;
			padding-left: 35px;
		}
		/*Date*/
		table.tbl-empr1t {
			border: 1px solid black;
			width: 250px;
		}
		table.tbl-empr1t table {
			width: 100%!important;
		}
		table.tbl-empr1t td {
			padding: 5px;
		}

		table.tbl-empr1t > tbody > tr > td {
			border: 1px solid;
		}

		table.tbl-empr1t > tbody > tr > td
		> table td {
			border-bottom: 1px solid black;
		}

		table.tbl-empr1t > tbody > tr > td > table tr:last-child td {
			border: none;
		}

		table.tbl-empr1t > tbody > tr > td:last-child {
			padding: 0px;
		}
		table.tbl-empr1t > tbody > tr:first-child > td:last-child {
			padding: 5px;
		}


		/*********************************/
		/*ACCORDEON*/
		/*********************************/

		body.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after,
		body.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
		body.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-controls-icon::after,
		body.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-controls-icon::before{
			border-color: #0099b1;
		}

		body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel{
			margin-bottom: 10px;
		}

		body.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
			border-color: #dadada;
		}

		body.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body, .wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after, .wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before {
			border-color: #dadada;
		}

		/*********************************/
		/*RESPONSIVE*/
		/*********************************/

		@media (max-width: 1480px){

			ul#menu-menu-principal > li {
				/*padding: 0 0.8%*/
			}
			section#page-content-section {
				padding-left: 0;
			}
		}

		@media (max-width: 1440px){

			section#section-espaces {
				font-size: 1.25em;
			}

			ul#menu-menu-principal{
				font-size: 1.05em;
			}

			div#home-intro-text {
				font-size: 1.05em;
			}

			div#bt-adherent a span {
				padding-top: 1px;
			}

			div.opsat-sidebar-title{
				font-size: 1.4em;
			}
			div#cookie-notice{
				font-size: .8em!important;
			}
		}

		@media (max-width: 1200px){

			body {
				font-size: 0.8em;
			}

			section#section-espaces {
				font-size: 1.1em;
			}


			div#espace-employeur .vc_column-inner {
				padding-left: 16%;
			}

			div#espace-salarie .vc_column-inner {
				padding-left: 16%;
			}

			div#header-buttons a {
				height: 50px;
				padding: 10px;
			}

			.msg-box {
				height: 50px;
				padding: 8px 0;
			}

			form#search-form {
				height: 50px;
				padding: 6px 0;
			}

			.search-box:after {
				height: 40px;
			}

			ul#menu-menu-principal {
				margin-top: 15px;
				font-size: .9em;
			}

			.opsat-sidebar-title:before {
				width: 35px;
				height: 35px;
				left: 27.5px;
				line-height: 31px;
			}

			.opsat-sidebar-title:after {
				width: 45px;
				height: 45px;
				left: 22.5px;
			}

			div.opsat-sidebar-title {
				font-size: 1.15em;
			}
			div#opsat-sidebar ul.menu li a{
				margin-left: 20px;
			}
			.vc_btn3-container.opsat-dl-pdf {
				float: none;
				margin-left: 0;
				width: 100%;
				margin-bottom: 40px;
			}

			.vc_btn3-container.opsat-dl-pdf:last-child{
				margin-left: 0;
			}

			a.publication_item {
				width: 30%;
				margin-right: 3%;
			}

			a.publication_item:nth-child(4n) {
				margin-right: 3%;
			}

			a.publication_item:nth-child(3n) {
				margin-right: 0;
			}

		}

		@media (max-width: 1024px){

			body{
				font-size: .6em;
			}

			form#search-form label, form#search-form button{
				height: 100%;
			}

			form#search-form {
				height: 40px;
				padding: 6px 0;
			}

			.msg-box {
				height: 40px;
				padding: 6px 0;
			}

			.msg-box img{
				width: 30px;
			}

			.search-box:after{
				height: 30px;
			}
			form#search-form label:after{
				height: 20px;
			}
			div#header-buttons:after {
				content: '';
				display: block;
				clear: both;
			}

			div#header-buttons a {
				height: 40px;
				padding: 6px 0;
				font-size: 1em;
			}
			div#header-buttons a:after{
				margin-left: 10px;
			}

			ul#menu-menu-principal{
				font-size: 1em;
			}
			ul#menu-menu-principal > li a {
				padding: 20px 7px;
			}
			div#header-logo .vc_column-inner{
				padding: 0 25px;
			}
			div#header-logo img {
				width: 120px;
			}

			div#espace-employeur .vc_column-inner {
				padding-left: 14%;
			}

			div#espace-salarie .vc_column-inner {
				padding-left: 14%;
			}

			h2.vc_custom_heading a:before {
				width: 40px;
				height: 40px;
				right: -60px;
				bottom: 5px;
			}

			h2.vc_custom_heading a:after {
				width: 32px;
				height: 32px;
				right: -56px;
				bottom: 9px;
				line-height: 35px;
				font-size: 1.25em;
			}

			/*Footer*/
			section#site-footer >.vc_row > .wpb_column:nth-child(2) {
				padding: 0 1%;
				width: 20%;
			}

			section#site-footer >.vc_row > .wpb_column:nth-child(3) {
				width: 20%;
				padding: 0 1%;
			}

			section#site-footer >.vc_row > .wpb_column:nth-child(4) {
				width: 35%;
			}

			section#site-footer >.vc_row > .wpb_column:nth-child(2) .wpb_column.vc_col-sm-6 {
				float: none;
				width: 100%;
			}

			section#site-footer >.vc_row > .wpb_column:nth-child(2) .wpb_column.vc_col-sm-6:first-child {
				border: none;
			}

			section#site-footer {
				font-size: 1em;
			}

			.opsat-sidebar-title:before {
				width: 30px;
				height: 30px;
				left: 20px;
				line-height: 30px;
				padding-left: .5%;
			}

			.opsat-sidebar-title:after {
				width: 40px;
				height: 40px;
				left: 15px;
			}

			div#opsat-sidebar ul.menu li a {
				margin-left: 10px;
			}

			div.opsat-sidebar-title {
				padding: 30px 5px 30px 65px;
			}

			div#opsat-sidebar section#informations-connexes ul.menu li a:before {
				height: 30px;
				width: 50px;
			}

			div#opsat-sidebar section#informations-connexes ul.menu li#menu-item-171 a:before {
				height: 25px;
			}

			div#opsat-sidebar section#informations-connexes ul.menu li#menu-item-174 a:before {
				height: 30px;
			}

			div#opsat-sidebar section#informations-connexes ul.menu li#menu-item-173 a:before {
				height: 30px;
			}

			.opsat-pack-content-bloc{
				margin-left: 50px;
			}

			.opsat-pack-content-img {
				width: 60px;
				width: 65px;
				left: -50px;
				top: -10px;
			}

			.opsat-pack-content-bloc-title {
				min-height: 42px;
			}

			.opsat-pack-content-bloc-link a:before{
				line-height: 18px;
			}

			div#opsat-sidebar section#espace-employeurs ul.menu li a:after, div#opsat-sidebar section#page-standard ul.menu li a:after, div#opsat-sidebar section#opsat ul.menu li a:after, div#opsat-sidebar section#pack-sante-travail ul.menu li a:after, div#opsat-sidebar section#espace-adherents ul.menu li a:after, div#opsat-sidebar section#espace-salaries ul.menu li a:after, div#opsat-sidebar section#centres ul.menu li a:after, div#opsat-sidebar section#actualites ul.menu li a:after{
				line-height: 25px;
			}

			/*Page l'OPSAT*/
			div#opsat-map-and-numbers > .vc_col-sm-6 {
				float: none;
				width: 100%;
			}
		}

		@media (min-width: 768px) and (max-width: 1024px){
			form#sib_signup_form_1 .send-bt {
				display: block;
				margin: auto;
				margin-right: 0;
				width: auto;
				margin-top: 10px;
			}

			form#sib_signup_form_1 .newsletter-input, form#sib_signup_form_1 .send-bt {
				float: none;
				display: block;
			}

			form#sib_signup_form_1 .newsletter-input {
				width: 100%;
			}
		}

		@media (max-width: 768px){

			/*equipe pluridisciplnaire*/

			div.team-item {
				margin: auto;
				display: flex;
				width: 100%;
				flex-direction: column;
				margin-top: 30px!important;
			}
			div.team-item .vc_column-inner {
				padding: 0;
			}
			.team-item > .wpb_column {
				width: 100%;
			}

			.team-item .vc_col-sm-4:first-child {
				order: 1;
			}

		}

		@media (max-width: 767px){

			section#section-header-site {
				box-shadow: 0 0 15px 0px #00000054;
			}

			.bt-box {
				float: left;
			}

			.vc_row.wpb_row.vc_inner.vc_row-fluid.header-actions .search-box, .vc_row.wpb_row.vc_inner.vc_row-fluid.header-actions .msg-box {
				width: 50%;
				float: left;
			}

			div#header-logo {
				position: absolute;
				top: 20px;
				left: 0;
				width: 30%;
			}

			.vc_row.wpb_row.vc_inner.vc_row-fluid.header-actions {
				margin-left: 30%;
			}

			ul#menu-menu-principal {
				font-size: 1em;
				text-align: center;
				margin-top: 5px;
			}

			ul#menu-menu-principal > li {
				float: none;
				display: inline-block;
			}

			ul#menu-menu-principal {
				font-size: 1.05em;
			}

			ul#menu-menu-principal > li a {
				padding: 20px 5px;
			}

			div#espace-employeur .vc_column-inner {
				padding-left: 30%;
			}

			div#espace-salarie .vc_column-inner {
				padding-left: 30%;
			}

			div#chiffres-cles .wpb_column.vc_column_container.vc_col-sm-4 {
				width: 33.33%;
				float: left;
			}

			/*Footer*/
			section#site-footer .section-title p{
				margin-bottom: 20px;
			}

			section#site-footer >.vc_row > .wpb_column > .vc_column-inner {
				padding-top: 10px;
			}

			div#footer-newsletter {
				max-width: 320px;
				margin: auto;
				margin-top: 25px;
			}

			section#site-footer >.vc_row > .wpb_column:nth-child(2), section#site-footer >.vc_row > .wpb_column:nth-child(3), section#site-footer >.vc_row > .wpb_column:nth-child(4) {
				float: left;
				width: 33.33%;
				margin-top: 25px;
			}

			section#site-footer {
				font-size: 1em;
			}

			section#site-footer >.vc_row > .wpb_column:nth-child(4) {
				max-width: 500px
			}
			.liste_centre p {
				float: none;
				width: 100%;
				padding: 0;
			}

			section#page-content-section{
				padding: 0px;
			}

			div#opsat-sidebar .wpb_wrapper > .wpb_content_element:nth-child(2n){
				display:none;
			}

			div#opsat-page-content > .vc_column-inner{
				padding: 30px;
			}
			div#opsat-sidebar-nav-title {
				border-bottom: 1px solid;
			}
			section#header-page-section{
				padding: 70px 25px;
			}
			div.opsat-sidebar-title {
				padding: 25px 5px 25px 65px;
			}

			section#site-footer{
				background-position: 50%!important;
			}

			section#site-footer img.vc_single_image-img{
				max-width: 200px;
			}

		}


		@media ( max-width: 600px ){


			ul#menu-menu-principal > li a {
				padding: 10px 3px;
			}

			ul#menu-menu-principal > li:after {
				height: 17px;
			}

			ul#menu-menu-principal > li.current-menu-item a:after {
				height: 3px;
			}

			ul#menu-menu-principal > li:after{
				right: -2px;
			}
			div#bt-adherent img {
				width: 30px;
			}

			div#header-buttons a img {
				margin-right: 10px;
			}

			div#header-buttons a {
				padding: 9px 0;
			}

			div#bt-espace a span {
				padding-top: 2px;
			}

			div#bt-espace a:after {
				padding-top: 1px;
			}

			div#espace-employeur .vc_column-inner {
				padding-left: 23%;
			}

			div#espace-salarie .vc_column-inner {
				padding-left: 23%;
			}

			div#chiffres-cles .wpb_column.vc_column_container.vc_col-sm-4 {
				width: 100%;
				float: none;
			}

			#chiffres-cles .wpb_column.vc_col-sm-4:nth-child(2n) {
				border: none;
				padding: 30px 0;
			}

			#chiffres-cles .wpb_column.vc_col-sm-4:nth-child(2n):before {
				content: '';
				width: 50%;
				height: 1px;
				background: #c3c3c3;
				display: block;
				margin: auto;
				bottom: 15px;
				position: relative;
			}

			#chiffres-cles .wpb_column.vc_col-sm-4:nth-child(2n):after {
				content: '';
				width: 50%;
				height: 1px;
				background: #c3c3c3;
				display: block;
				margin: auto;
				top: 15px;
				position: relative;
			}

			/*Début header*/

			div#page {
				margin-top: 75px;
			}

			.site-header section {
				position: fixed;
				top: 0;
				left: 0;
				width: 100%;
				background: #fff;
				z-index: 100;
			}

			div#mobile_menu_switch {
			}

			.msg-box figure.wpb_wrapper.vc_figure {
				right: 60%;
				position: absolute;
			}

			div#header-logo {
				z-index: 10001;
			}

			div#mobile_menu_switch {
				display: block;
				position: fixed;
				top: 2px;
				right: 6%;
				width: 40px;
				height: 40px;
			}

			div#mobile_menu_switch .fa-bars {
				color: #0099B1;
			}

			div#mobile_menu_switch i {
				font-size: 30px;
				width: 35px;
				height: 35px;
				position: absolute;
				top: 0;
				bottom: 0;
				right: 0;
				left: 0;
				margin: auto;
				text-align: center;
				transition: .25s;
			}

			div#mobile_menu_switch.active .fa-bars {
				opacity: 0;
				visibility: hidden;
			}

			div#mobile_menu_switch.active .fa-close {
				opacity: 1;
				visibility: visible;
			}

			div#mobile_menu_switch .fa-close {
				color: #F1852C;
				opacity: 0;
				visibility: hidden;
			}
			ul#menu-menu-principal {
				font-size: 1.5em;
				position: fixed;
				top: 75px;
				left: 0;
				width: 100%;
				margin-top: 0;
				opacity: 0;
				visibility: hidden;
				background: #fff;
				transition: .25s;
				top: 50px;
			}

			section#section-header-site.menu_visible ul#menu-menu-principal {
				opacity: 1;
				visibility: visible;
				top: 80px;
				/*box-shadow: 0 0 15px 0px #00000054;*/
				box-shadow: 0px 5px 10px 0px #0000001f;
			}

			ul#menu-menu-principal li {
				display: block;
				float: none;
				text-align: center;
			}

			ul#menu-menu-principal > li a {
				display: inline-block;
			}

			.vc_row.wpb_row.vc_inner.vc_row-fluid.header-menu > .wpb_column {
				min-height: 0;
			}

			/*fin header*/
			div.opsat-sidebar-title {
				padding: 20px 5px 20px 65px;
			}

			.opsat-sidebar-title:before {
				width: 25px;
				height: 25px;
				line-height: 27px;
			}

			.opsat-sidebar-title:after {
				width: 35px;
				height: 35px;
			}
			section#header-page-section {
				font-size: .8em;
			}

			a.publication_item {
				width: 45%;
				margin-right: 2%;
			}

			a.publication_item:nth-child(3n) {
				margin-right: 2%;
			}

			a.publication_item:nth-child(2n) {
				margin-right: 0;
			}

			table.r_array, table.r_array > tbody, table.r_array > tbody > tr, table.r_array > tbody > tr > td {
				display: block;
				width: 100%!important;
			}

			table.r_array {
				max-width: 320px;
				margin: auto;
			}

		}

		@media ( max-width: 480px ){

			section#section-header-site.menu_visible ul#menu-menu-principal{
				top: 75px;
			}
			/*debut header*/
			section#section-header-site {
				box-shadow: none;
			}

			section#section-header-site.menu_visible div#header-logo {
				/*box-shadow: none;*/
				box-shadow: 0px 1px gainsboro;
			}

			.site-header section {
				position: relative;
			}

			div#mobile_menu_switch {
				display: block;
				position: absolute;
				top: 17px;
				right: 17px;
				width: 40px;
				height: 40px;
			}

			div#header-col-infos{
				z-index: 10000;
			}

			.header-menu{
				position: relative;
			}

			div#header-logo {
				position: fixed;
				z-index: 10001;
				top: 0;
				width: 100%;
				padding: 5px 60px;
				background: white;
				height: 75px;
				box-shadow: 0 0 15px 0px #00000054;
			}

			div#header-col-infos .vc_column-inner {
				padding: 0;
			}

			header#masthead .vc_row {
				margin: auto;
				border: none!important;
			}

			header#masthead section.vc_section {
				padding: 0;
			}

			.vc_row.wpb_row.vc_inner.vc_row-fluid.header-actions div.search-box {
				width: 50%;
			}

			.vc_row.wpb_row.vc_inner.vc_row-fluid.header-actions .msg-box {
				width: 50%;
				padding-top: 5px;
			}

			div#header-buttons a img {
				margin-right: 10px;
				margin-top: -4px;
			}

			div#bt-adherent img {
				width: 30px;
			}

			div#header-buttons a:after {
				display: none;
			}

			div#header-buttons a {
				/*height: 30px;*/
				height: 40px;
				/*padding: 3px 0;*/
				padding: 8px 0;
			}

			div#bt-espace img {
				width: 15px;
			}

			div#header-buttons a span {
				line-height: 25px;
			}

			.bt-box {
				float: left;
				width: 100%;
			}

			.vc_row.wpb_row.vc_inner.vc_row-fluid.header-actions .msg-box img {
				width: 30px;
			}

			.vc_row.wpb_row.vc_inner.vc_row-fluid.header-actions .search-box, .vc_row.wpb_row.vc_inner.vc_row-fluid.header-actions .msg-box {
				margin: 0;
			}

			.msg-box figure.wpb_wrapper.vc_figure {
				position: relative;
				right: 0;
			}
			/*fin header*/


			div#espace-employeur .vc_column-inner {
				padding-left: 18%;
			}

			div#espace-salarie .vc_column-inner {
				padding-left: 18%;
			}

			/*footer*/
			section#site-footer{
				font-size: 1.2em;
			}
			section#site-footer >.vc_row > .wpb_column:nth-child(1){
				margin-bottom: 25px;
			}

			section#site-footer >.vc_row > .wpb_column:nth-child(2), section#site-footer >.vc_row > .wpb_column:nth-child(3), section#site-footer >.vc_row > .wpb_column:nth-child(4) {
				float: none;
				width: 100%;
				text-align: center;
				margin-top: 0;
			}

			section#site-footer .section-title p {
				margin-bottom: 15px;
			}

			section#site-footer >.vc_row > .wpb_column:nth-child(3):after {
				content: '';
				width: 30px;
				height: 1px;
				background: #ffffff;
				position: absolute;
				bottom: -13px;
				left: 0;
				right: 0;
				margin: auto;
			}

			section#site-footer >.vc_row > .wpb_column:nth-child(3) {
				margin: 20px 0;
			}

			section#site-footer >.vc_row > .wpb_column:nth-child(3):before {
				content: '';
				width: 30px;
				height: 1px;
				background: #ffffff;
				position: absolute;
				top: -10px;
				left: 0;
				right: 0;
				margin: auto;
			}
			div#site-extra-footer p {
				text-align: center!important;
			}
			.home-banner-title span {
				font-size: .65em!important;
			}

			.form-c2 {
				float: none;
				width: 100%;
			}
			section.vc_section.bandeau-image h2 {
				font-size: 2em;
			}

			/* modifcation affichage chatbot sur mobile */
			#wp-chatbot-ball {
			    display: block !important;
			}
			#wp-chatbot-ball > button {
			    margin-top: 1px !important;
			    margin-bottom: 1px !important;
			}			
		}

		@media (max-width: 425px){

			div#opsat-page-content > .vc_column-inner{
				padding: 20px;
			}
			div#share_buttons{
				margin: 5px;
			}

		}

		@media (max-width: 375px){

			div#espace-employeur .vc_column-inner {
				padding-left: 10%;
			}

			div#espace-salarie .vc_column-inner {
				padding-left: 10%;
			}

		}

		@media (max-width: 375px){

			a.publication_item {
				width: 100%;
				margin-right: 0;
			}

			a.publication_item:nth-child(3n) {
				margin-right: 0;
			}

			a.publication_item:nth-child(2n) {
				margin-right: 0;
			}

		}

		@media (max-width: 320px){

			div#opsat-page-content div.vc_btn3-container.vc_btn3-inline {
				display: block;
				text-align: center;
			}
			div#share_buttons{
				text-align: center;
				margin: 5px;
			}
		}