/*!
Theme Name: allyane
Author: Thibault Claisse pour Panacée
Author URI: http://thibaultclaisse.com
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: allyane


*/



html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}


button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

.radio, .checkbox {
margin: 10px 0 20px 20px;
}
.radio label, .checkbox label{
    line-height: 1.4em;
}


input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}
em {
font-style:italic;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 0;
	border-radius: 3px;
	background: #86C6BD;
	color:#fff;
	font-size: 16px;
	text-transform:uppercase;
	font-weight:600;
	padding:15px;
	width:100%;
}

.contenu button,
.contenu input[type="button"],
.contenu input[type="reset"],
.contenu input[type="submit"] {
	margin:20px 0;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="phone"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select,
.form-control{
	color: #666;
	border: 3px solid #BFD2E5;
	border-radius: 3px;
	padding: 3px;
    width: 100%;
}

.form-control:focus {
    border-color: #BFD2E5;
}

/*contact*/
	.contenu label {
	width: 100%;
	font-size: 16px;
    padding: 0 0 5px 0;
	} 
	.contenu form .row {
	padding:0 0 15px 0;
	}
	.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label{
	color: #666;
	}

	.wpcf7-validation-errors,
	.contenu .parsley-required,
	.contenu .parsley-type	{
	border:0;
	background:#FA7C89;
	padding:3px 5px;
	font-size:12px;
	color:#fff;
	border-radius:3px;
	}
	
	.has-error .form-control,
	.has-error .form-control:focus {
    border-color: #FA7C89;
	}

	div.wpcf7-mail-sent-ok,
	.alert-success {
	border:0;
	background:#86C6BD;
	padding:15px;
	color:#fff;
	}


input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}





/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}





/* Eric Meyer reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { 	margin: 0; 	padding: 0; 	border: 0; 	font-size: 100%; 	font: inherit; 	vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 	display: block; }
body { 	line-height: 1; }
ol, ul { 	list-style: none; }
blockquote, q { 	quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { 	content: ''; 	content: none; }
table { 	border-collapse: collapse; 	border-spacing: 0; }


a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}


mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

tr:nth-child(2n) {
background:#efefef;
}

td {
border:collapse;
border:solid 1px #efefef;
padding:15px 10px;
font-size:15px;
}
/*----------GO !------*/

body {
	font-family: 'Montserrat', 'Arial', sans-serif;
	background:#fff;
	padding:0;
	
	font-weight:500;
}
img {
	max-width: 100%;
}
a, .btn {
	cursor: pointer;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:600;
	line-height:1.4em;
	text-align:initial;
}


.post-template-default .content-area,
.page-template-default .content-area {
    margin: 100px 0 0 0;
}
/*-------NAV-----*/

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    /*z-index: 90000;*/
}

input[type="text"].snp-error {
    border-color: red !important;
}

.container, .navbar, .nav, .navbar-nav {
	margin: 0 auto;
	padding: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	top: 0;
}
.navbar {
	background: #fff;
	-moz-box-shadow: 0px -5px 15px 0px #000;
	-webkit-box-shadow: 0px -5px 15px 0px #000;
	-o-box-shadow: 0px -5px 15px 0px #000;
	box-shadow: 0px -5px 15px 0px #000;
}
.navbar-nav {
	border: 0;
	padding: 0 0 0;
}
.navbar-nav > li > a{
	padding: 40px 20px;
    height: 100px;
	font-size:15px;
	font-family: 'Montserrat', 'Arial', sans-serif;
	text-transform: uppercase;
	color:#345778;
	font-weight:600;
	background-color:#fff;	
    border-bottom: solid 5px #fff;
	
	-webkit-transition:background-color 0.2s, border-color 0.2s ease-in-out;
	-moz-transition:background-color 0.2s, border-color 0.2s ease-in-out;
	-ms-transition:background-color 0.2s, border-color 0.2s ease-in-out;
	-o-transition:background-color 0.2s, border-color 0.2s ease-in-out;
	transition:background-color 0.2s, border-color 0.2s ease-in-out;
}
.navbar-nav > li > a:hover,
.navbar-nav > .open a,
.navbar-nav > li.current_page_parent a.dropdown-toggle {
	background-color:#efefef;
    border-bottom: solid 5px #F6A753;
}

.navbar-nav > li.open > a.dropdown-toggle {
    background-color: #e2e2e2;
    border-bottom: solid 5px #e2e2e2;
}

.navbar-nav > li.current-menu-item a,
.navbar-nav > li.current_page_item > a.dropdown-toggle,
.navbar-nav > li.current-menu-parent > a.dropdown-toggle {
	color: #345778;
    background-color: #f6a753;
    border-bottom: solid 5px #F6A753;
}

ul.navbar-nav .dropdown-menu {
    background: #fff;
	color:#345778;
    margin: 0;
    border: 5px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
}

.navbar-nav ul.dropdown-menu > li > a {
  padding: 10px 20px;
  color: #345778;
  background: #fff;
}

.navbar-nav ul.dropdown-menu > li > a {
    text-transform: uppercase;
    min-width: 350px;
    font-size: 13px;
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-weight: 600;
    color: #345778;
    background-color: #fff;
    border-bottom: 0;
    border-top: 4px solid #e2e2e2;
		
	-webkit-transition:background-color 0.2s ease-in-out;
	-moz-transition:background-color 0.2s ease-in-out;
	-ms-transition:background-color 0.2s ease-in-out;
	-o-transition:background-color 0.2s ease-in-out;
	transition:background-color 0.2s ease-in-out;
}

.navbar-nav ul.dropdown-menu > li > a:hover {
    color: #345778;
    background-color: #efefef;
}

.navbar-nav ul.dropdown-menu > li a:hover{
    color: #345778;
    background-color: #e2e2e2;
}

.navbar-nav li.current-menu-parent .dropdown-menu {
    background: #fff;
	color:#345778;
    margin: 0;
    border: 5px solid #f6a753;
    border-top: 1px solid #f6a753;
}


.navbar-nav li.current-menu-parent .dropdown-menu > li > a {
    border-top: 4px solid #f6a753;
}


.navbar-nav li.current-menu-parent ul.dropdown-menu > li.current-menu-item > a,
.navbar-nav li.current-menu-parent ul.dropdown-menu > li.current-menu-item > a:hover{
    color: #345778;
    background-color: #f6a753;
}

/*------- LOGO ------*/
.navbar-brand {
	margin-right: 50px;
}
.navbar-brand img {
	width: 235px;
}

/*--widget nav--*/

.navbar-right {
	float: right;
	margin:0;
	width:25%;
}
.navbar-right .switch,
.navbar-right .accespro button {
	width:50%;
	height:100%;
	float:left;
	display:block;
}
.navbar-right .wpml-ls-legacy-dropdown-click{
	width:100%
}
.navbar-right .wpml-ls-legacy-dropdown-click a {
    display: block;
    text-decoration: none;
    color: #345778;
    background-color: #efefef;
    padding: 0px 34px;
	font-family: 'Montserrat', 'Arial', sans-serif;
    font-weight:600;
    line-height: 1.3em;
    font-size: 14px;
    height: 100px;
	width:100%;
	border:0;
	text-transform:uppercase;
		-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}
.wpml-ls-legacy-dropdown-click a span{
    display: block;
    position: absolute;
    padding: 0 5px;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-29%,-50%);
}
.wpml-ls-legacy-dropdown-click a img, .wpml-ls-legacy-dropdown-click .wpml-ls-flag {
    display: block;
    position: absolute;
    padding: 0;
    width: 18px;
    top: 50%;
    left: 10%;
    transform: translate(-29%,-50%);
}

.navbar-right .wpml-ls-sub-menu a{
    display: block;
    position: relative;
}
.navbar-right .wpml-ls-sub-menu a:first-child{
    border-bottom:1px solid #ccc;
}

.navbar-right .wpml-ls-sub-menu a:hover,
.navbar-right .wpml-ls-legacy-dropdown-click a:hover {
    background: #d2d2d2;
}

.navbar-right .navbar .btn-group .dropdown-toggle span.caret {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 2px 0 0 0;
	vertical-align: middle;
	float: right;
	border-right: 3px solid #666;
	border-bottom: 3px solid #666;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.navbar-right .accespro button {
    color: #f6a753;
    background: #345778 url(img/pro.svg) 9px center no-repeat;
    background-size: 32px;
    padding: 0px 5px 0px 66px;
    font-weight:600;
    line-height: 1.3em;
    font-size: 14px;
    height: 100px;
	position:relative;
	text-align:left;
	border:0;
	border-radius:0;
	-webkit-transition: background 0.2s ease-in-out;
	-moz-transition: background 0.2s ease-in-out;
	-ms-transition: background 0.2s ease-in-out;
	-o-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}
.navbar-right .accespro button:hover {
    background: #314c6b url(img/pro.svg) 9px center no-repeat;
    background-size: 30px;
}
.navbar-right .accespro button span{
    display: block;
    position: absolute;
    padding: 0 5px;
    width: 80%;
    top: 50%;
    left: 44%;
    transform: translate(-29%,-50%);
}

.navbar-right .accespro .dropdown-menu {
	width:100%;
    background-color: #345778;
	color:#fff;
}

.navbar-right .accespro .dropdown-menu a{
	display:block;
	width:100%;
	color: #fff;
    background-color: #345778;
	background-image:none;
    padding: 15px;
}
.navbar-right .accespro .dropdown-menu a:hover{
    background-color: #314c6b;
}

.navbar-right .dropdown-menu {
    left: auto;
    right: 0;
    padding: 20px;
    min-width: 315px;
}


/*formulaire login */

.navbar-right .tml-login {
    padding: 20px 0 0 0;
}

.navbar-right .tml-login input[type=submit] {
    width: 100%;
    color: #345778;
    background-color: #f6a753;
    padding: 10px 0;
    font: 600 16px "Montserrat";
    border: 0;
}

.tml-login .tml-rememberme-wrap {
    display: table-cell;
    display: block;
}

.tml-login .tml-submit-wrap {
    display: table-cell;
    display: block;
    text-align: right;
}
.navbar-right .accespro .dropdown-menu .tml-action-links a {
    font-size: 12px;
    padding: 0;
}
.tml-login .tml-rememberme-submit-wrap {
    margin-bottom: 0;
}
.tml p {
    margin: 0 0 9px 0;
    padding: 0;
}

/*CONTENT*/

.screen-reader-text {
	display: none;
}
.container {
	width:1600px;
}

/*-----*/
.sliderhome{
   margin:100px 0 0 0;
}

.home h1.entry-title {
	display:none;
}

.tp-bgimg:active { 
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

/*----------CONTENT-----------*/

.tramebg {
	background:#fff url(img/bgtilde.png) top repeat-x;
	float:left;
	width:100%;
	padding:70px 0 50px 0;
}


.quickaccess {
    width: 100%;
    margin: 0 auto;
}
.quickaccess h4, .quickaccess h4 a{
	font-size: 22px;
    color: rgb(255, 173, 71);
    text-transform: uppercase;
    line-height: 1em;
    padding: 5px 0 11px 0;
	
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
.quickaccess h4 a:hover{
	opacity:0.8;
}

.quickaccess .thumbnail h3, .quickaccess .thumbnail h3 a{
  font-size: 20px;
  color: rgb(58, 86, 118);
  line-height: 1.5em;
  padding: 10px 0;
	font-weight:600;
}


.quickaccess .thumbnail {
	position: relative;
	top: 0px;
	border: 0;
}

.quickaccess .thumbnail .blocimagequick{
	width:100%;
    height: 291px;
	overflow:hidden;
	
}

.quickaccess .thumbnail .blocimagequick img {
	width: 100%;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
.quickaccess .thumbnail:hover .blocimagequick img {
	width: 100%;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	cursor:pointer;
}
.quickaccess .thumbnail .blocimagequick::before {
	content: "";
	line-height:0;
	width:15px;
	height:15px;
	background: url(img/plus.svg) no-repeat;
    display: block;
	color:#fff;
	font-size:44px;
    position: relative;
    top: 303px;
    left: 482px;
	position:absolute;
	z-index:30;
	cursor:pointer;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.quickaccess .thumbnail .blocimagequick::after {
	content: "";
    display: block;
    background: #f6a753;
    width: 200px;
    height: 200px;
    position: relative;
    top: -86px;
    left: 420px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	
	cursor:pointer;
	
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.quickaccess .thumbnail:hover .blocimagequick::after {
     top: -129px;
    left: 442px;

}

.quickaccess .thumbnail:hover .blocimagequick::before {
	
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.quickaccess p,
.quickaccess p a{
    font-size: 14px;
    line-height: 1.6em;
    padding: 5px 0 15px 0;
    text-align: justify;
	color:#404040;
}


/*---- testimony ----*/
.testimony {
	background:#f6f6f6;
	margin:50px 0;
	padding:50px 80px;
}
.testimony h2,
.testimony h2 a{
	color:#82c6be;
	font-size:35px;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.testimony h2 a:hover{
	opacity:0.8;
}

.testigroupe{
	margin:50px 0 0 0;
	float:left;

}
.phototemoin, .temoignage {
	float:left;
}
.phototemoin a, .temoignage a{
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.phototemoin a:hover, .temoignage a:hover{
	opacity:0.8;
}
p.temoignage {
    position: relative;
    z-index: 2;
}
.testimony .img-circle {
	/*border:5px solid #d0d6dc;*/
}
.phototemoin::before {
	content: "";
    display: block;
    background: url(img/testi-quote.png) no-repeat;
    width: 49px;
    height: 35px;
    position: absolute;
    top: 20px;
    left: 126px;
	z-index:5;
}

.home .phototemoin::before {
	content: "";
    display: block;
    background: url(img/testi-quote.png) no-repeat;
    width: 49px;
    height: 35px;
    position: absolute;
    top: 40px;
    left: 132px;
	z-index:5;
}
.phototemoin img {
    width: 130px;
    height: auto;
}
	
.temoignage{
	width:80%;
	padding:0px 0 0 20px;
	color:#345778;
	line-height:1.6em;
	float:left;
}
	
.temoignage .temoin {
	color:#82c6be;
	line-height:1.6em;
	font-weight:600;
	width:100%;
	float:left;
}


	
/* ACTUS*/
	
.actushome{
	display:block;
	float:left;
}
.actushome .previewarticle{
	position:relative;
	top:0px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.actushome .previewarticle:hover{
	position:relative;
	top:-3px;
}
.actushome h2, .actushome h2 a {
	font-size: 35px;
	color: rgb(52, 87, 120);
    padding: 0 0 35px 0;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.actushome h2 a:hover {
	opacity:0.8;
}
.previewarticle .vc_grid-filter.vc_grid-filter-size-md .vc_grid-filter-item {
    text-align: left;
    width: 100%;
	background:#fff;
}
.previewarticle .vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item:hover{
	background-color:#fff !important;
}
.previewarticle .previewcategory{
	width:100%;
	float:left;
	font-size: 18px;
	color: #f6a753;
	text-transform: uppercase;
	line-height: 1.5;
	font-weight:600;
	padding:10px 0 10px 0;
	margin:0 0 20px 0;
	border-bottom:1px solid #bed2e5;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor:default;
}
.previewarticle .previewcategory span{

	color: #f6a753;
	cursor:default;
}

.vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item.vc_active > span{
	color: #f6a753 !important;
	cursor:default;
}
.vc_grid-filter > .vc_grid-filter-item {
    cursor: default !important;
}

/*
.previewarticle .previewcategory a:hover{
	padding:10px 0 10px 3px;
}*/

.previewarticle h3, .previewarticle h3 a {
	font-size: 22px;
	color: rgb(52, 87, 120);
	line-height: 1.3;
	font-weight:600;
	color:#345778;
	margin:0 0 20px 0;
}

.previewarticle	.extrait p, .previewarticle	.extrait p a {
	font-size: 14px;
    line-height: 1.6em;
    padding: 5px 0 15px 0;
    text-align: justify;
    color: #404040;
}

.previewarticle .vc_responsive .vc_grid-filter {
    display: block!important; 
}





/*---Les autres pages de contenu---*/


.headphotopage {
	width:100%;
	height:500px;
	overflow:hidden;
}

.headphotopage .photoheadframe{
	width:100%;
	height:100%;
	overflow:hidden;
}
.headphotopage .photoheadframe img{
	width:100%;
	min-width:100%;
	height:auto;	
    max-width: 1000%;
}

.entry-header {
width:100%;

    margin: 0;
    padding: 0;
    float: left;
}
 h1.entry-title{
	background: #f6a753;
    color: #345778;
    padding: 10px 30px 5px 0;
    position: relative;
    height: auto;
    min-height: 50px;
    margin: -50px 0 0 0;
    float: left;
    width: auto;
    font-size: 25px;
    text-transform: uppercase;
}
.entry-title:before{
	content: "";
    display: block;
    position: absolute;
    background: #f6a753;
    width: 1000px;
    height: 50px;
    margin: -10px 0 0 -1000px;
}


.contenu {
	margin:70px 0 50px 0;
	width:100%;
	float:left;
}



.contenu h2,
.contenu h3,
.contenu h4,
.contenu h5,
.contenu h6 {
	font-size:14px;
	line-height:1.4em;
	color:#345778;
	padding:5px 0 5px 0;
}
.contenu h2 {
	font-size:30px;
	text-transform:uppercase;
	
}
.contenu h3 {
	font-size:25px;
}
.contenu h4 {
	font-size:20px;
}
.contenu h5 {
	font-size:16px;
}
.contenu h6 {
	font-size:14px;
}
.contenu p{
    font-size: 14px;
    line-height: 1.6em;
    padding: 5px 0 15px 0;
    text-align: justify;
}
.contenu ul li {
	font-size: 14px;
    line-height: 1.6em;
	list-style-type: disc;
    padding: 5px 0 15px 0;
	list-style-position: inside;
    text-align: justify;
}
.contenu ol li {
	font-size: 14px;
    line-height: 1.6em;
    list-style-type: decimal;
    padding: 5px 0 15px 0;
	list-style-position: inside;
    text-align: justify;
}
.contenu dd,
.contenu dt{
	font-size: 14px;
    line-height: 1.6em;
}
.contenu a {
	color:#345778;
	text-decoration:underline;
}
.contenu a:hover {
	color:#345778;
	text-decoration:none;
}

.contenu .small p,
.contenu .small{
    font-size: 11px !important;
    line-height: 1.8em;
	text-align:justify;
}
.contenu strong, 
.contenu b {
    font-weight:700;
}

p.aligncenter,
p .aligncenter,
.aligncenter {
text-align:center !important;
}

.contenu .chapo,
.contenu blockquote{
	width:100%;
	float:left;
	padding:0 0 0 70px;
	background: url(img/testi-quote.png) no-repeat;
}



sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

.contenu .wpb_single_image .vc_figure {
margin: 20px 0 0 0;
}


.vc_toggle_color_vista_blue .vc_toggle_icon {
    background-color: #75D69C;
    border-color: transparent;
}

button.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-flat,
.vc_btn3.vc_btn3-color-vista-blue,
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-flat,
.vc_btn3-style-flat,
.vc_toggle_color_vista_blue .vc_toggle_icon,
.vc_toggle_icon {
    background: #86C6BD !important;
}

button.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-vista-blue:hover,
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-flat:hover,
.vc_btn3-style-flat:hover {
    background: #3A5675 !important;
}

.wpb_single_image .vc_single_image-wrapper.vc_box_border, .wpb_single_image .vc_single_image-wrapper.vc_box_border_circle {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 1px;
    border: none;
}

/*----actus-----*/

.archive .contenu {
    margin: 50px 0 50px 0;
    width: 75%;
    padding-right: 5%;
    padding-left: 30px;
    float: left;
}

.archive .sidebar {
	margin:70px 0 50px 0;
	margin-right:3%;
	width:22%;
	float:left;
}
.article .contenu {
    margin: 10px 0 50px 0;
    width: 75%;
    padding-right: 5%;
    float: left;
}
.article .contenu .entry-content {
    margin: 20px 0 0 0;
}

.article .sidebar {
	margin:34px 0 50px 0;
	margin-right:3%;
	width:22%;
	float:left;
}

.archive .contenu h3 a{
	text-decoration:none;
}


.sidebar h3{
	text-decoration:none;
	font-size: 20px;
    line-height: 1.4em;
    color: #345778;
    padding: 0px 0 5px 0;
	margin:0;
}
.sidebar ul li a{
	text-decoration: none;
    color: #345778;
    background: #efefef;
    padding: 10px 20px;
    float: left;
    margin: 5px 0 5px 0;
    width: 100%;
	
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.sidebar ul li a:hover{
    background: #f6a753;
}
.previewarticle h3 {
    margin: 0;
    padding: 0;
}
.previewarticle .previewcategory a, 
.previewarticle .previewcategory a:hover  {
	text-decoration:none;
	color:rgb(246, 167, 83);
}
article.post .contenu {
margin:10px 0 !important;
}
.entry-header {
width:100%;
float:left;
}
.entry-header h2 {
width:100%;
float:left;
margin: 30px 0 15px 0;
}
.entry-header h2 a{
	line-height:1.4em;
	color:#345778;
	font-size:25px;
	text-transform:uppercase;
}
.entry-meta {
    margin: 0px 0 0 0;
    padding: 0 0 10px 0;
    color: #666;
    font-size: 1px;
    width: 100%;
    border-bottom: 1px solid #ccc;
}
.entry-meta p{
    margin: 0px 0 0 0;
    padding: 0 0;
}
.entry-meta a, .entry-footer a{
    color: #666;
	text-decoration:none;
}

.entry-footer {
    margin: 50px 0 0 0;
    padding: 10px 0 10px 0;
    color: #666;
    font-size: 12px;
	font-weight:500;
	font-weight:normal;
    width: 100%;
	float:left;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.home .entry-footer {
    border:0;
}
.entry-footer p{
    margin: 0 0 0;
    padding: 0 0 0;
}


.entry-footer  p {
	color: #999;
	width: 100%;
	display: block;
	padding: 0;
	font-size: 14px;
	font-weight:500;
	line-height:1.6em;
}

.contenu .entry-footer  a {
	color: #999;
}
.contenu .entry-footer a:hover{
	color:#666;
}

.nav-links {
    width: 100%;
    float: left;
    margin: 100px 0;
}

.contenu .nav-previous a {
    padding: 15px 20px;
	border-radius: 3px;
	float:left;
	text-decoration:none;
	background: #efefef;
    padding: 15px 20px;
    color: #666;
    font-size: 14px;
}

	
.contenu .nav-next a {
    padding: 15px 20px;
	border-radius: 3px;
	float:right;
	text-decoration:none;
	background: #efefef;
    padding: 15px 20px;
    color: #999;
    font-size: 14px;
}

.contenu .nav-previous a:hover,
.contenu .nav-next a:hover {
    background: #efefef;
	color:#333;
}

.search-404 {
	width:50%;
}

.search-result article {
    width: 33.3%;
    float: left;
    padding: 0 1.5%;
    min-height: 240px;
}
.search-result article h3{
    font-size:18px;
}
.search-result article h3 a{
    text-decoration:none;
	background:#efefef;
	width:100%;
	float:left;
	padding:5px 10px;
}
.search-result article p {
    font-size:12px;
	line-height:1.4em;
	width:100%;
	float:left;
}

/*visul composer edit link*/	
.vc_inline-link {
display:none;
}	
.edit-link {
margin:30px 0 0 0;
float:left;
}

a.post-edit-link {
background:#82c6be;
padding:10px 20px;
border-radius:5px;
color:#fff;
font-weight:700;
}


/*----------footer--------------*/

footer.footer-page {
	width: 100%;
	float:left;
	margin:100px 0 0 0;
}
footer .lignejaune {
	background: #f6a753;
	color: #fff;
	width: 100%;
	display: block;
	
	padding: 5px 0 0px 0;
}

footer .lignejaune li {
	display:inline-block;
}
footer .lignejaune li a {
    padding: 20px 0 10px 0;
    margin: 0 20px 10px 20px;
	float:left;
	color: #fff;
	font-weight:600;
	font-size: 14px;
	text-transform:uppercase;
	border-bottom: 3px solid #f6a753;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
footer .lignejaune li a:hover {
	color:#fff;
	border-bottom: 3px solid #fff;
	opacity:1;
}




footer .lignebleue {
	background: #345778;
	color: #fff;
	width: 100%;
	display: block;
	padding: 20px 0 30px 0;
}

footer h4 {
	color: #f6a753;
	width: 100%;
	display: block;
	padding: 0;
	font-weight:600;
	
	font-size: 18px;
}
footer p {
	color: #fff;
	width: 100%;
	display: block;
	padding: 0;
	font-size: 14px;
	font-weight:600;
	line-height:1.6em;
}

footer a {
	color: #fff;
}
footer a:hover{
	opacity:0.8;
}



/*resocosio*/

footer .lignebleue .resosocio li {
	display: inline;
}
footer .lignebleue .resosocio li a {
	width: 50px;
	height: 50px;
	display: block;
	float: left;
	margin: 20px 10px 0 0;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
footer .lignebleue .resosocio li a img {
	width: 34px;
	height: 38px;
}
footer .lignebleue .resosocio li a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

footer .lignebleue .gototop a{
	position:absolute;
	margin-top:-60px;
	width:72px;
	height:77px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

footer .lignebleue .gototop a:hover {
	margin-top:-70px;
	opacity:1;
}


/*---template admin front---*/

.header-admin {
height:150px;
}

.front-admin td {
border:0;
border-color:#fff;
background:#fff !important;
}
.front-admin .tml-profile .tml-form-table th, 
.front-admin .tml-profile .tml-form-table td {
    display: block;
    vertical-align: middle;
    width: auto;
    background: #ffff;
}
.front-admin .button-secondary {
    background: #ccc;
	color: #666;
    width: auto;
}
.front-admin .button-primary {
    width: 100% !important;
}

/*optin*/

.inc_optin_1 .wpoi-popup-overlay {
    background: rgba(54,59,63,0.90) !important;
}

.wpoi-hustle .wpoi-submit-failure {
    padding: 20px 20px 20px 20px !important;
    color: #fff !important;
}

.inc_optin a.inc-opt-close-btn {
    font: 400 45px monospace !important;
}


/*----responsive---*/


@media (min-width: 1750px) {	
	.headphotopage {
	height:600px;
	}
}

@media (max-width: 1900px) {
	.navbar-brand {
    margin-right: 30px;
	}
	.navbar-right {
    width: 335px;
	}
	.navbar-right .accespro button span {
    transform: translate(-20%,-50%);
	}
	.navbar-nav > li > a {
    padding: 41px 20px 0 20px;
	}
}

@media (max-width: 1650px) {

	
	 h1.entry-title{
		padding: 10px 30px 5px 30px;
	}
	.entry-header h2 {
	width:100%;
	float:left;
	margin: 0 30px;
	}
	
	.quickaccess .thumbnail .blocimagequick::before, .quickaccess .thumbnail .blocimagequick::after  {
	display:none
	}
	.vc_row.quickaccess {
    margin-left: 0;
    margin-right: 0;
	}
	.navbar-default .navbar-nav > li > a {
    padding: 40px 10px 0 10px;
	font-size: 13px;
	}
	.container {
	width: 100%;
	max-width: 100%;
	}
	.row {
	margin: 0;
	padding: 0 20px;
	}
	.navbar .container {
	margin: 0 auto;
	width: 96%
	}
	.phototemoin{
	width:25%;
	}
	.temoignage{
	width:75%;
	}
	.headphotopage {
	height:500px;
	}
	.headphotopage .photoheadframe img{
    min-width: 100%;
    min-height: 350px;
    width: auto;
    max-width: 1000%;
	}
	
	.contenu {
    padding: 0 30px;
	}
	
	/*
	.entry-meta {
		padding: 0 30px 10px 30px ;
	}

	.entry-footer {
		padding: 10px 30px 0 30px;
	}*/

}/*--*/



@media (max-width: 1550px) {
	.navbar-brand img {
    width: 190px;
	}
	
.navbar-nav ul.dropdown-menu > li > a {
    font-size: 12px;
}
	.navbar-right {
	width: 215px;
	}
	.navbar-right .switch, .navbar-right .accespro button {
    width: 100%;
	}
	.navbar-right .wpml-ls-legacy-dropdown-click {
    height: 50px;
	font-size: 12px;
	}
	.navbar-right .wpml-ls-legacy-dropdown-click a {
    height: 50px;
	font-size: 12px;
	}
	.navbar-right .accespro button, .navbar-right .accespro button:hover {
    height: 50px;
	background-image: none;
	font-size:12px
	}
	.navbar-right .accespro button span{
    width: 100%;
	}
	.navbar-right .accespro button span {
    transform: translate(-39%,-50%);
	}
	
	.headphotopage {
	height:450px;
	}
	.quickaccess .thumbnail .blocimagequick {
    width: 100%;
    height: auto;
	}
	

}/*--*/


@media (max-width: 1200px) {
	.navbar-right .accespro .dropdown-menu {
		width: 100%;
		position: absolute;
		left: 0;
		max-width: 100%;
	}
	
	.headphotopage {
	width:100%;
	height:350px;
	overflow:hidden;
	}
	
		
	.archive .contenu {
		width: 100%;
		padding-right: 30px;
		padding-left: 30px;
		float: left;
	}
		
	.article .contenu {
		width: 100%;
		padding-right: 30px;
		padding-left: 30px;
		float: left;
	}

	.article .sidebar {
		width:100%;
		padding-right: 30px;
		padding-left: 30px;
	}
/*juste pour le menu responsive de bootstrap*/

	.navbar {
	min-height: 80px !important;
	}
	
	.navbar-nav > li > .dropdown-menu{
	position: relative;
    top: 0;
	border:5px solid #e2e2e2;
	
	border-top:1px solid #e2e2e2;
	
	}
	
	.navbar-nav ul.dropdown-menu > li > a {
    font-size: 13px;
    font-weight: 400;
    color: #666;
	padding:10px 20px;
	}
	
	
   .navbar-nav ul.dropdown-menu > li > a {
    text-transform: uppercase;
    min-width: 0;
   }
	
	/*---*/
	.navbar-right {
	display: block !important;
	position: fixed;
	z-index: 1001;
	right: 100px;
	top: 0;
	}
	.navbar-right .btn-sm, .btn-group-sm>.btn {
	padding: 6px 10px;
	}
	.navbar-default .navbar-toggle {
    border-color: none;
	background:#f6a753;
    border: 0;
	margin:0;
	float: right;
	width: 100px;
	height:100px;
	}
	.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
	}
	.navbar-toggle .icon-bar {
    display: block;
    width: 49px;
    height: 4px;
    margin: 13px auto;
    border-radius: 1px;
	}

	.navbar-default .navbar-nav > li > a {
    padding: 15px;
    font-size: 14px;
	height: 45px;
	}

	.navbar-collapse {
    overflow-x: visible;
    padding-right: 0;
    padding-left: 0;
    border-top: 0;
    -webkit-overflow-scrolling: touch;
	}
		
.search-404 {
	width:750%;
}

}/*--*/



@media (max-width: 970px) {


	
	.home .quickaccess {
    padding: 0;
    margin: 0;
	}
	.home .vc_row.vc_column-gap-15 {
	margin:0;
	}
	.home .vc_row.vc_column-gap-30>.vc_column_container {
    padding: 15px 30px;
	}
	.testimony {
    background: #f6f6f6;
    margin: 50px 0;
    padding: 50px 15px;
	}
	.gototop{
	float: right;
	margin: 0 30px 30px 0;
	}
	
	.home .phototemoin::before {
    left: 32px;
	}
	
	
	.contenu p,
	.contenu li{
	text-align: initial;
	}
	
	.quickaccess p {
	text-align:left;
	}
	.previewarticle	.extrait p, .previewarticle	.extrait p a {
	text-align:left;
	}
	
	.contenu .chapo,
	.contenu blockquote{
		width:100%;
		float:left;
		padding: 0px 0 0 20px;
		background: url(img/testi-quote.png) no-repeat;
	}

	
	.search-404 {
		width:100%;
	}
	
}/*--*/

@media (max-width: 600px) {
		
	.headphotopage {
    width: 100%;
    height: 300px;
    overflow: hidden;
	}
	
	.headphotopage .photoheadframe img {
    min-width: 0;
	min-height: 0;
	width: auto;
	height: 300px;
	max-width: 1000%;
	}

	.ligne-bleue .col-xs-6{
		width:100%
	}
	.gototop {
    float: left;
    margin: 100px 0 0 -40px;
    width: 100%;
    text-align: center;
    max-width: 100%;
	}

	
}/*--*/