/*
Theme Name: SAG
Author: map sa
This template are based on Twenty Twelve
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =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%;
	vertical-align: baseline;
	
}
body {
	line-height: 1;
}
ol, ul {
    font-size: 1.2em;
    line-height: 1.2em;
  
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a {
	text-decoration:none;
	color:#1E2A3F;
}

.story a {
	text-decoration:none;
	color:#1E2A3F;
	
}

.story a:hover {
	text-decoration:none;
	color:#6E7A8F;
	
}

a:hover {
	text-decoration:none;
	color:#003866;
}
a:focus {
	outline:none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714em;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	padding:0;
	margin:0;
}
a {
	outline: none;
}
a:focus {
	outline: none;
}

*::selection {
	background:#F6303E;
	color:#3A3A3A;
}

*::-moz-selection {
	background:#F6303E;
	color:#3A3A3A;
}

*::-webkit-selection {
	background:#F6303E;
	color:#3A3A3A;
}

/* Clearing floats */
.clear:after, .wrapper:after, .format-status .entry-header:after {
	clear: both;
}
.clear:before, .clear:after, .wrapper:before, .wrapper:after, .format-status .entry-header:before, .format-status .entry-header:after {
	display: table;
	content: "";
}
p {
    color: #FFFFFF;
    font-size: 1.1em;
    margin-bottom: 17px !important;
	line-height: 21px;
}

strong{
    font-size:1.1em;
	color:#fff;
	line-height:1.2em;
	text-align:left;

}

b {
	color:#1E2A3F;
}
h1 {
	font-size:3.0em;
	color:#f6303e;
	font-size-adjust:0.531;
	margin: 0 0 40px;
	text-transform:uppercase;
	

}

.separateur h1 {
    background-color: #FFFFFF;
    color: #f6303e;
    font-size: 3em;
    font-size-adjust: 0.531;
    margin: -24px auto 19px;
    max-width: 45%;
    min-width: 540px;
    text-align: center;
    width: auto;
}

h2 {
    color: #FFFFFF;
    font-size: 1.5em;
    line-height: 32px;
    margin-bottom: 40px !important;
    margin-top: 20px;
    text-transform: uppercase;
}

h3 {
    color: #FFFFFF;
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}

h4 {
    color: #f6303e;
    font-size: 2.8em!important;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.vc_text_separator{margin-top:50px;margin-bottom:50px;}
.vc_text_separator div {
	color:#1E2A3F;
    font-size: 33px;

}

/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title, .page-title, .widget-title, .entry-content th, .comment-content th {
	font-size: 11px;
	font-size: 0.785714286em;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}
/* Shared Post Format styling */
article.format-quote footer.entry-meta, article.format-link footer.entry-meta, article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286em;
	line-height: 2.181818182;
}
/* Form fields, general styles first */
button, input, textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429em;
}
button, input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}
/* Reset non-text input types */
input[type="checkbox"], input[type="radio"], input[type="file"], input[type="hidden"], input[type="image"], input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}
/* Buttons */
.menu-toggle, input[type="submit"], input[type="button"], input[type="reset"], article.post-password-required input[type="submit"], li.bypostauthor cite span {
    background-color: #F6303E !important;
    background-image: -moz-linear-gradient(center top , #F6303E, #F6303E);
    background-repeat: repeat-x;
    border: 1px solid #D2D2D2;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
    color: #FFFFFF;
    font-size: 0.785714em;
    font-weight: normal;
    line-height: 1.42857;
    padding: 0.428571em 0.714286em;
}
.menu-toggle, button, input[type="submit"], input[type="button"], input[type="reset"] {
	cursor: pointer;
}
button[disabled], input[disabled] {
	cursor: default;
}
.menu-toggle:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.menu-toggle:active, .menu-toggle.toggled-on, button:active, input[type="submit"]:active, input[type="button"]:active, input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border: none;
}
li.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}
/* Responsive images */
.entry-content img, .comment-content img, .widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full, img.size-large, img.header-image, img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
/* Make sure videos and embeds fit their containers */
embed, iframe, object, video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}
/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */

}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text, .gallery-caption, .entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857em;
	line-height: 2;
	color: #757575;
}
img.wp-smiley, .rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a, .gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}
/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714em 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous, .previous-image {
	float: left;
	width: 50%;
}
.nav-next, .next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area, #comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429em 0;
}
/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714em;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714em 0;
	padding-top: 24px;
	padding-top: 1.714285714em;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429em;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429em;
}
.author.archive .author-avatar {
	margin-top: 0;
}
/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-size: 1em;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
}
body.custom-font-enabled {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
body {
	background-color: #3a3a3a;
}

body .site {
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
body.custom-background-empty {
	background-color: #fff;
}
body.custom-background-empty .site,  body.custom-background-white .site {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	box-shadow: none;
}
a {
	outline: none;
	color: #21759b;
}
a:hover {
	color: #0f3647;
}
/* Assistive text */
.assistive-text, .site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:hover, .main-navigation .assistive-text:active, .main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}
/* Page structure */
.site {
	padding: 0 24px;
	padding: 0 1.714285714em;
	background-color: #3a3a3a;
	color:#fff;
}
.site-content {
	margin: 24px 0 0;
	margin: 0 0 0;
}
.widget-area {
	margin: 24px 0 0;
	margin: 1.714285714em 0 0;
}
/* Header */

.site-header {
    background-color: #3A3A3A;
    height: auto;
    margin-top: 40px;
    top: 0;
    width: 100%;
}

#logoRight {
    background-color: #3A3A3A;
    height: 121.4px;
    margin-right: 14%;
    padding-right: 3%;
    position: absolute;
    right: 0;
    width: 50%;
    z-index: 100000;
}
#megaMenu {
	background-color: rgba(255, 255, 255, 0.5)!important;
	z-index: 1 !important;
}
#megaMenu {
	border: medium none;
	border-radius: 0 0 0 0;
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0) inset;
}
#megaMenu ul.megaMenu {
	float: right!important;
	z-index: 100;
}

#megaMenu.megaMenuHorizontal ul.megaMenu {
    width: 800px !important;
}
#megaMenu ul.megaMenu > li.menu-item.current-menu-item > a, #megaMenu ul.megaMenu > li.menu-item.current-menu-parent > a, #megaMenu ul.megaMenu > li.menu-item.current-menu-ancestor > a {
	color: #1E2A3F;
	border:none!important;
	background-color:#ffde00;
}

#site-navigation {
    margin-top: 56px;
    position: relative;
    width: 100%;
}
#site-navigation.flotable {
	width:100%;
	position: fixed;
	margin-top:0px;
	background-color:#1E2A3F;
}
.logo2 {
visibility:hidden;
}
#site-navigation.flotable {
	width:100%;
	position: fixed;
	margin-top:0px;
	background-color:#1E2A3F;
	height: 41px;
	z-index:40000;
}
#site-navigation.flotable #megaMenu.megaFullWidth {
    float: right;
    margin-right: 15% !important;
    width: 37% !important;
}

#site-navigation.flotable .logo2{
	width:140px;
float:left;
margin-left:17%;
	visibility:visible;
}

.logo {
    float: left;
    margin-left: 15%;
    position: absolute;
    z-index: 1000000;
}
.site-header h1, .site-header h2 {
	text-align: center;
}
.site-header h1 a, .site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover, .site-header h2 a:hover {
	color: #21759b;
}
.site-header h1 {
	font-size: 24px;
	font-size: 1.714285714em;
	line-height: 1.285714286;
	margin-bottom: 14px;
	margin-bottom: 1em;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429em;
	line-height: 1.846153846;
	color: #757575;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714em;
}
/* Navigation Menu */
.main-navigation {
	margin-top: 24px;
	margin-top: 0;
	text-align: center;
}
.main-navigation li {
	margin-top: 24px;
	margin-top: 1.714285714em;
	font-size: 12px;
	font-size: 0.857142857em;
	line-height: 1.42857143;
}
.main-navigation a {
	color: #5e5e5e;
}
.main-navigation a:hover {
	color: #21759b;
}
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on, .menu-toggle {
	display: inline-block;
}
/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429em;
}
/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 48px;
	margin-bottom: 3.428571429em;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714em;
}
.widget-area .widget p, .widget-area .widget li, .widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429em;
	line-height: 1.846153846;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714em;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714em;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571em;
}
.widget-area .widget a {
	color: #fff;
}
.widget-area .widget a:hover {
	color: #21759b;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}
/* Footer */

footer[role="contentinfo"] {
    clear: both;
    font-size: 0.857143em;
    line-height: 2;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0em;
    max-width: 100%;
    padding: 1.71429em 0;
	height:517px;
}



#footerAcces {
    background-color: #2C2C29;
    font-size: 0.857143em;
    height: 487px;
    line-height: 2;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 15%;
    padding-top: 50px;
}

#footerAcces a{
	color:#FFF;
}
#footerAcces a:hover{
	color:#ddd;
}

footer[role="contentinfo"] a {
    color: #575757;
}
footer[role="contentinfo"] a:hover {
	color: #1E2A3F;
}

#footerInfos{float:right;}



/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714em;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714em;
}
.entry-header .entry-title {
	font-size: 20px;
	font-size: 1.428571429em;
	line-height: 1.2;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714em;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714em;
	font-size: 13px;
	font-size: 0.928571429em;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a, .entry-meta a {
	color: #757575;
}
.comments-link a:hover, .entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429em;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714em;
	text-align: center;
}
.entry-content, .entry-summary, .mu_register {
	line-height: 1.714285714;
}
.entry-content h1, .comment-content h1, .entry-content h2, .comment-content h2, .entry-content h3, .comment-content h3, .entry-content h4, .comment-content h4, .entry-content h5, .comment-content h5, .entry-content h6, .comment-content h6 {
	margin: 24px 0;
	margin: 1.714285714em 0;
	line-height: 1.714285714;
}
.entry-content h1, .comment-content h1 {
    font-size: 3.0em;
    line-height: 1.5;
}
.entry-content h2, .comment-content h2, .mu_register h2 {
	font-size: 18px;
	font-size: 1.285714286em;
	line-height: 1.6;
}
.entry-content h3, .comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143em;
	line-height: 1.846153846;
	color: #F6303E;
}
.entry-content h4, .comment-content h4 {
	font-size: 14px;
	font-size: 1em;
	line-height: 1.846153846;
}
.entry-content h5, .comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429em;
	line-height: 1.846153846;
}
.entry-content h6, .comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857em;
	line-height: 1.846153846;
}
.entry-content p, .entry-summary p, .comment-content p, .mu_register p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714em;
	line-height: 1.714285714;
}
.entry-content ol, .comment-content ol, .entry-content ul, .comment-content ul, .mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714em;
	line-height: 1.714285714;
}
.entry-content ul ul, .comment-content ul ul, .entry-content ol ol, .comment-content ol ol, .entry-content ul ol, .comment-content ul ol, .entry-content ol ul, .comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul, .comment-content ul, .mu_register ul {
	list-style: disc outside;
}
.entry-content ol, .comment-content ol {
	list-style: decimal outside;
}
.entry-content li, .comment-content li, .mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571em;
}
.entry-content blockquote, .comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714em;
	padding: 24px;
	padding: 1.714285714em;
	font-style: italic;
}
.entry-content blockquote p:last-child, .comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code, .comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857em;
	line-height: 2;
}
.entry-content pre, .comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857em;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714em 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714em;
}
.entry-content pre code, .comment-content pre code {
	display: block;
}
.entry-content abbr, .comment-content abbr, .entry-content dfn, .comment-content dfn, .entry-content acronym, .comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address, .comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714em;
}
img.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857em 1.714285714em 0.857142857em 0;
}
img.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857em 0 0.857142857em 1.714285714em;
}
img.aligncenter {
	margin-top: 12px;
	margin-top: 0.857142857em;
	margin-bottom: 12px;
	margin-bottom: 0.857142857em;
}
.entry-content embed, .entry-content iframe, .entry-content object, .entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714em;
}
.entry-content dl, .comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714em;
}
.entry-content dt, .comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd, .comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714em;
}
.entry-content table, .comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857em;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714em;
	width: 100%;
}
.entry-content table caption, .comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143em;
	margin: 24px 0;
	margin: 1.714285714em 0;
}
.entry-content td, .comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {

	margin-bottom: 72px;
	margin-bottom: 5.142857143em;
	padding-bottom: 24px;
	padding-bottom: 1.714285714em;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714em;
	font-size: 13px;
	font-size: 0.928571429em;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}
/* =Archives
-------------------------------------------------------------- */

.archive-header, .page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429em;
	padding-bottom: 22px;
	padding-bottom: 1.571428571em;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857em;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571em;
}
/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571em;
}
/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714em;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714em;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429em;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child, article.format-aside p:last-child {
	margin-bottom: 0;
}
/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429em;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286em;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}
/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714em;
	float: right;
	font-size: 11px;
	font-size: 0.785714286em;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571em;
	line-height: 1.090909091;
	text-decoration: none;
}
/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714em;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714em 1.714285714em 0;
	font-size: 15px;
	font-size: 1.071428571em;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}
/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714em;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571em;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857em;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5em;
}
/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429em;
	font-size: 16px;
	font-size: 1.142857143em;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714em 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429em;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite, .comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571em;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571em;
	line-height: 1.42857143;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857em;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429em 0.857142857em;
	font-size: 12px;
	font-size: 0.857142857em;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857em;
	padding: 2px 5px;
	padding: 0.142857143em 0.357142857em;
	font-size: 10px;
	font-size: 0.714285714em;
}
a.comment-reply-link, a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429em;
	line-height: 1.846153846;
}
a.comment-reply-link:hover, a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714em;
}
/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429em;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143em;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714em;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857em;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714em 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286em 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714em;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"], #respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857em;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714em;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857em;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}
/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1em;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714em;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571em 0 0;
	font-size: 13px;
	font-size: 0.928571429em;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571em 1.714285714em 0.571428571em 0;
}
/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857em;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857em 0;
}
.widget_recent_entries .post-date, .widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286em;
	margin-left: 12px;
	margin-left: 0.857142857em;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429em;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th, #wp-calendar td, #wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714em;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429em;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}
/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714em;
}



#notreEntreprise{}

.titre_liste1 {
	text-align:left!important;
	margin-left:6px!important;
	width:49%!important;
}

.titre_liste2 {
	text-align:left!important;	
}

.spec_nav {
	margin-left:9px!important;	
}

.liste_client li{
	text-transform:none;
	font-weight:normal;		
}

.liste_client {
	margin-left:6px!important;	
}

.client_droit ul{
	width:52%;	
}

.liste_puce_droit p{
	margin-left:-12px!important;
}

.liste_puce p{
	text-align:left!important;
	-moz-text-align-last:left;
	text-align-last:left;
	font-weight:bold;
}




/* =Print
----------------------------------------------- */

@media print {
body {
	background: none !important;
	color: #000;
	font-size: 10pt;
}
footer a[rel=bookmark]:link:after,  footer a[rel=bookmark]:visited:after {
	content: " [" attr(href) "] "; /* Show URLs */
}
a {
	text-decoration: none;
}
.entry-content img,  .comment-content img,  .author-avatar img,  img.wp-post-image {
	border-radius: 0;
	box-shadow: none;
}
.site {
	clear: both !important;
	display: block !important;
	float: none !important;
	max-width: 100%;
	position: relative !important;
}
.site-header {
	margin-bottom: 72px;
	margin-bottom: 5.142857143em;
	text-align: left;
}
.site-header h1 {
	font-size: 21pt;
	line-height: 1;
	text-align: left;
}
.site-header h2 {
	color: #000;
	font-size: 10pt;
	text-align: left;
}
.site-header h1 a,  .site-header h2 a {
	color: #000;
}
.author-avatar,  #colophon,  #respond,  .commentlist .comment-edit-link,  .commentlist .reply,  .entry-header .comments-link,  .entry-meta .edit-link a,  .page-link,  .site-content nav,  .widget-area,  img.header-image,  .main-navigation {
	display: none;
}
.wrapper {
	border-top: none;
	box-shadow: none;
}
.site-content {
	margin: 0;
	width: auto;
}
.singular .entry-header .entry-meta {
	position: static;
}
.singular .site-content,  .singular .entry-header,  .singular .entry-content,  .singular footer.entry-meta,  .singular .comments-title {
	margin: 0;
	width: 100%;
}
.entry-header .entry-title,  .entry-title,  .singular .entry-title {
	font-size: 21pt;
}
footer.entry-meta,  footer.entry-meta a {
	color: #444;
	font-size: 10pt;
}
.author-description {
	float: none;
	width: auto;
}
/* Comments */
	.commentlist > li.comment {
	background: none;
	position: relative;
	width: auto;
}
.commentlist .avatar {
	height: 39px;
	left: 2.2em;
	top: 2.2em;
	width: 39px;
}
.comments-area article header cite,  .comments-area article header time {
	margin-left: 50px;
	margin-left: 3.57142857em;
}
}


#header h1, #pixels {
	color: #48941A;
}
.float-left {
	float: left;
	margin: 0 0 0 20px;
}
.float-right {
	float: right;
	margin: 0 20px 0 0;
}
.center {
	font-size: 2.5em;
	padding: 80px 0 0 0;
	text-align: center;
}



#header, #intro, #second {
	width: 100%;
}

#intro {
	background:url(http://www.swissautoglass.ch/wp-content/themes/swissautoglass/images/firstBG.jpg) 50% 0 no-repeat fixed;
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */
	background-size: cover; /* version standardisée */
	color: white;
  height: 800px;
	margin: 0 auto;
	padding: 0;


}
   
.picto-grand img{width:10%;height:auto;}
.picto-petit img{width:14%;height:auto;}
.picto-petit { border-bottom: #1E2A3F; border-top:#1E2A3F 1px;}



#footerAcces .wpb_row, .wpb_content_element, ul.wpb_thumbnails-fluid > li, .last_toggle_el_margin, .wpb_button {
    margin-bottom: 0 !important;
}
.pictoaccueila {
    display: block;
    float: left;
    margin-left: 2.5%;
    min-height: 5px;
    width:176px;
	height:105px;
	background:url(http://www.swissautoglass.ch/wp-content/themes/swissautoglass/images/bureau-technique1.jpg);
	background-repeat:no-repeat;
	position:relative;
-webkit-background-size: cover; /* pour Chrome et Safari */
  -moz-background-size: cover; /* pour Firefox */
  -o-background-size: cover; /* pour Opera */
  background-size: cover; /* version standardisée */
}
.pictoaccueila:hover {
    -moz-box-sizing: border-box;
    display: block;
    float: left;
	background-image:url(http://www.swissautoglass.ch/wp-content/themes/swissautoglass/images/bureau-technique_hover.jpg);
	background-repeat:no-repeat;
}	

.pictoaccueilb {
    display: block;
    float: left;
    margin-left: 2.5%;
    min-height: 5px;
    width:176px;
	height:105px;
	background:url(http://www.swissautoglass.ch/wp-content/themes/swissautoglass/images/Serrurerie-precision.jpg);
	background-repeat:no-repeat;
	position:relative;
    -webkit-background-size: cover; /* pour Chrome et Safari */
    -moz-background-size: cover; /* pour Firefox */
    -o-background-size: cover; /* pour Opera */
    background-size: cover; /* version standardisée */
}
.pictoaccueilb:hover {
    display: block;
    float: left;
    margin-left: 2.5%;
    min-height: 5px;
    width:176px;
	height:105px;
	background:url(http://www.swissautoglass.ch/wp-content/themes/swissautoglass/images/Serrurerie-precision_hover.jpg);
	background-repeat:no-repeat;
}

.pictoaccueilc {
    display: block;
    float: left;
    margin-left: 2.5%;
    min-height: 5px;
    width:176px;
	height:105px;
	background:url(http://www.swissautoglass.ch/wp-content/themes/swissautoglass/images/montage-depannage.jpg);
	background-repeat:no-repeat;
	position:relative;
-webkit-background-size: cover; /* pour Chrome et Safari */
  -moz-background-size: cover; /* pour Firefox */
  -o-background-size: cover; /* pour Opera */
  background-size: cover; /* version standardisée */
}

.pictoaccueilc:hover {
    display: block;
    float: left;
    margin-left: 2.5%;
    min-height: 5px;
    width:176px;
	height:105px;
	background:url(http://www.swissautoglass.ch/wp-content/themes/swissautoglass/images/montage-depannage_hover.jpg);
	background-repeat:no-repeat;
}
.pictoaccueild {
    display: block;
    float: left;
    margin-left: 2.5%;
    min-height: 5px;
    width:176px;
	height:105px;
	background:url(/wp-content/themes/swissautoglass/images/extrusion-plastique.jpg);
	background-repeat:no-repeat;
	position:relative;
-webkit-background-size: cover; /* pour Chrome et Safari */
  -moz-background-size: cover; /* pour Firefox */
  -o-background-size: cover; /* pour Opera */
  background-size: cover; /* version standardisée */
}
.pictoaccueild:hover {
    display: block;
    float: left;
    margin-left: 2.5%;
    min-height: 5px;
    width:176px;
	height:105px;
	background:url(http://www.swissautoglass.ch/wp-content/themes/swissautoglass/images/extrusion-plastique_hover.jpg);
	background-repeat:no-repeat;
	
}

.separateur_titre_right {
    float: right !important;
    margin: 0 !important;
    position: relative;
    top: 29px;
    width: 36% !important;
}

.separateur_titre_left {
    float: left !important;
    margin: 0 !important;
    position: relative;
    top: 29px;
    width: 36% !important;
}

.width_titre {
    background-color: #FFFFFF;
    margin: 0 !important;
    padding: 0 1%;
    position: relative;
    text-align: center;
    width: auto !important;
}

.error404 .site-content article {
    -moz-hyphens: auto;
    margin: auto;
    padding-bottom: 1.71429em;
    padding-top: 60px;
    width: 630px;
    word-wrap: break-word;
}

#contentSlider{width:70%;max-width:1700px;margin-left:15%;}
#contentlogo{width:70%;;max-width:1700px;margin-left:15%;}

#logoRight img{

}
#logoRight img:hover{
	opacity:0.7;
}
#main {
    margin-left: 15%;
    margin-top: 50px;
    max-width: 1700px;
    position: relative;
    text-align: center;
    width: 70%;
}


.vc_text_separator div {
    background-color: #3A3A3A!important;
    display: inline-block;
    padding: 1px 1em;
    position: relative;
    top: -9px;
	color:#f6303e!important;
	font-size:3.0em;
	text-transform: uppercase;
}
.wpb_separator, .vc_text_separator {
    border-bottom: 1px solid #FFFFFF !important;
}


.visibilityContent {
    margin-bottom: 7%;
}

.colonne40 {
    margin-left: 10px !important;
    padding: 0 !important;
}


#footerAccesInt3 p {
    line-height: 18px;
    margin-bottom: 20px;
}
.height30 {
    height: 38px !important;
}

#footerAccesInt2 img {margin-top:50px;}
.gform_wrapper textarea.medium {
    height: 73px!important;
}

.gform_wrapper .top_label .gfield_label {

    color: #FFFFFF;

}

.coordonnees {vertical-align:top;padding-left:15px;}

.gform_wrapper .ginput_complex label, .gform_wrapper .gfield_time_hour label, .gform_wrapper .gfield_time_minute label, .gform_wrapper .gfield_date_month label, .gform_wrapper .gfield_date_day label, .gform_wrapper .gfield_date_year label, .gform_wrapper .instruction {
    color: #FFFFFF;
    display: block;
    font-size: 11px;
    letter-spacing: 0.5pt;
    margin: 3px 0;
}

.gform_wrapper .gfield_required {
    color: #F6303E!important;
    margin-left: 4px;
}
.wpb_btn-inverse {
    background-color: #3A3A3A!important;
}
.wpb_button {
   
}
.wpb_button {
 	 font-weight: bold;
    background-color: #F7F7F7;
    border-image: none;
    border-radius: 2px;
 border: 1px solid #FFFFFF!important;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 16px!important;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 10px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}
.wpb_button:hover {

    background-color:#FFFFFF!important;
	color:#F6303E!important;
}

.blockTeam {
    background-color: #EFEFEF;
    float: left;
    max-height: 265px;
    min-height: 265px;
    padding: 15px;
	max-width: 320px;
}
.blockTeam p {
    color: #3A3A3A;
    font-size: 0.9em;
    line-height: 20px;
}
.blockTeam strong{color:#F6303E;font-weight:bold;}

.gform_wrapper ul li.gfield {
    clear: both;
    margin-bottom: 16px;
	background:none;
}

.gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea {
    width: 47.2%!important;
}
#input_1_3{    width: 100%!important;}
.rsSlide .wpb_button{opacity:0.8;}

.double{width:50%;float:left;} 



/*  -----------sloslo----------------- */
.slogan {
    background-color: rgba(30, 42, 63, 0.5);
    color: #FFFFFF !important;
    float: right;
    height: auto;
    margin-left: 27%;
    margin-right: 229px;
    margin-top: 115px;
    padding: 20px;
    width: 50%;
}

.slogan h1 {
    border: medium none !important;
    color: #FFFFFF !important;
    font-family: 'Michroma' !important;
    font-size: 41px;
    line-height: 55px;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.slogan h2 {
    color: #FFFFFF !important;
    font-family: 'Michroma' !important;
    font-size: 29px;
    font-style: italic;
    font-weight: 500;
    text-transform: none;
}
	
.slogan2 h1 {
	font-size:45px;	
	color:#1E2A3F;
	border:none!important;
}
.slogan2 h2 {
	font-size:30px;
	color:#1E2A3F!important;
	border:none!important;
}
.slogan2 {
	color: #1E2A3F;
	height: auto;
	margin-top: 250px;
	padding-left: 100px;
	padding-top: 20px;
	padding-bottom: 20px;
	position: absolute;
	width: 100%;
background: -moz-linear-gradient(left,  rgba(255,255,255,0.7) 0%, rgba(255,255,255,0) 65%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.7)), color-stop(65%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0) 65%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0) 65%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0) 65%); /* IE10+ */
background: linear-gradient(to right,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0) 65%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}

.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.created {
	float:right;
}
#footerInfos {
    background-color: #2C2C29;
    height: 10px;
    overflow: visible;
    text-align: left;
    width: 100%;
}
#flag {
	float:left;
	margin-right:100px;
	margin-right:10%;
}
#tel {
	float:left;
	margin-right:100px;
	margin-right:10%;
}
#mail {
	float:left;
	margin-right:100px;
	margin-right:10%;
}
#social {
	float:left;
	margin-right:100px;
}
.footerP {
	color:#666;
	float:left;
	line-height:18px;
	margin-left:10px;
}
.footerPTop {
	margin-top:20px;
	float:left;
	margin-left:10px;
}
.footerPTop2 {
	margin-top:10px;
	float:left;
	margin-left:10px;
}
.site-info {
    height: 40px;
    min-width: 70%;
    padding-left: 15%;
    padding-right: 15%;
}

#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-highlight > a, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-highlight > span.um-anchoremulator {
	color: #666666;
}
.img-center img {
	margin-left:auto;
	margin:auto;
	width:117px;
}

.text-fin .wpb_wrapper{border-bottom:solid 1px #666;}
.img-garantie img{max-width:117px;margin:auto;}
.vc_text_separator div {
    background-color: #FFFFFF;
    display: inline-block;
    padding: 1px 1em;
    position: relative;
    top: -9px;
	   	font-size:3.0em;
	color:#4F4F4F;
	font-size-adjust:0.531;
	margin:0;
	font-weight:bold;
} 

.single-post .vc_text_separator div {
    background-color: #FFFFFF;
    display: inline-block;
    padding: 1px 1em;
    position: relative;
    top: -25px!important;
	   	font-size:3.0em;
	color:#4F4F4F;
	font-size-adjust:0.531;
	margin:0;
	font-weight:bold;
}


.vc_text_separator {
    clear: both;
    height: 14px!important;
}
#megaMenu ul.megaMenu > li.menu-item > a, #megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator, .megaMenuToggle {
    color: #ffde00;

}

.encart-ac-picto .picto-encart{width:80px!important;}



#contenHeader {
    float: left;
    position: absolute;
    width: 100%;
}


#megaMenu.megaFullWidth {
    float: right;
    width: 72% !important;
	margin-right:15%;
}


#footerInfos img {
    height: auto;
    margin-left: 15%;
    margin-top: -94px;
    max-width: 1400px;
    width: 70%;
}

#footerInfosDonnees {
    float: left;
    margin-left: 0;
    margin-top: 10%;
    min-width: 180px;
    width: 40%;
}

#footerAccesInt {
    border-left: 1px solid #FFFFFF;
    float: right;
    margin-right: 15%;
    padding-bottom: 0;
    padding-left: 20px;
    padding-top: 0;
    width: 25%;
}



#footerAccesInt2 {
    border-right: 1px solid #FFFFFF;
    float: left;
    min-height: 362px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-top: 0;
    width: 26%;
}

#footerAccesInt3 {
    float: left;
    padding-bottom: 0;
    padding-left: 20px;
    padding-top: 0;
    text-align: left;
    width: 28% !important;
}

#footerAccesInt p {
 
	color: #ffffff;
    float: left;
    margin-left: 0;
    position: relative;
    text-align: left;
    width: 100%;
}
#footerAccesInt p strong{
    color: #FFDE00;

}



#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub > a:after, #megaMenu ul.megaMenu li.menu-item.mega-with-sub > a:after, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega > a:after, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub > span.um-anchoremulator:after, #megaMenu ul.megaMenu li.menu-item.mega-with-sub > span.um-anchoremulator:after, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega > span.um-anchoremulator:after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-style: none!important;
    border-width: 3px 3px 0;
    content: "";
    display: inline-block;
    font-size: 0;
    margin-top: -1px;
    padding-top: 1px;
    position: absolute;
    right: 8px;
    top: 50%;
}

#megaMenu.megaMenuHorizontal ul.megaMenu > li.menu-item > a, #megaMenu.megaMenuHorizontal ul.megaMenu > li.menu-item > span.um-anchoremulator {
    border-left: none!important;
    box-shadow:none!important;
}

#onglet {
    padding-bottom: 0px;
    padding-left: 0px;
    padding-top: 0px;
    position: fixed;
    right: -207px;
    top: 200px;
    width: 215px;
	z-index:100000;

	
}
	
#onglet:hover
{       
position: fixed;
    right: -90px;
    top: 200px;
    width: 215px;
	 -webkit-transition: right 0.7s ease; 
	 -moz-transition: right 0.7s ease;
	 -ms-transition: right 0.7s ease; 
	 -o-transition: right 0.7s ease;
	 transition: right 0.7s ease;
	
	 }
#nav {

}
ul#nav:hover {

}
ul#nav li {
    line-height: 16px;
    list-style-image: url("/wp-content/themes/swissautoglass/images/dot.png");
    text-align: center;
	background:none;
}
ul#nav li:hover{
list-style-image:url('/wp-content/themes/swissautoglass/images/dot-hover.png');
 
}

ul#nav li:active {
list-style-image:url('/wp-content/themes/swissautoglass/images/dot-hover.png');
  

}

ul {
text-align:left!important;
 display:inline;
} 


li {
    font-size: 15px;
    list-style: outside url("/wp-content/themes/swissautoglass/images/bulletpoint1.png") disc;
    padding-left: 25px !important;
}

.textcenter p strong {
	margin-left:25px;
}

ul #nav{
background-color: #3A3A3A;
}
#nav a {
    color: #FFFFFF;
    display: block;
    font-size: 13px;
    font-weight: 600;
    line-height: 5px!important;
    padding: 5px 10px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
	
}
ul#nav li a:hover {
	color: #f6303e;
}
ul#nav li .current a {
	
	color: #f6303e;
}

#container {
	margin: 0 auto;
	width: 800px;
}
.section {
	border-bottom: 5px solid #ccc;
	padding: 20px;
}
.section p:last-child {
	margin-bottom: 0;
}

#megaMenu.megaFullWidth {
    float: right;
    margin-right: 15%;
    width: 72% !important;
}

#footerAccesInt .vc_row-fluid [class*="vc_span"] {
    -moz-box-sizing: border-box;
    display: block;
    float: left;
    margin-left: 0;
    min-height: 5px;
    width: 25%;
}	

.max_width_picto {
    margin-left: auto;
    margin-right: auto;
    max-width: 63%;
}



.wpb_wrapper a img:hover {opacity:0.5;}

.numero {width:90px;}

.width_article {
    padding: 0 0% !important;
    text-align: center !important;
    width: 70% !important;
}

#footerAccesInt a {
	float:left;
}




.width_article_droite {padding: 0 0% !important;
    text-align: center !important;
    width: 70% !important;
	float:right;
}

#site-navigation.flotable #megaMenu.megaFullWidth {
    float: right;
    margin-right: 15% !important;
    width: 37% !important;
}

.faq_liste ul li {
    font-size: 15px;
    list-style: outside url("/wp-content/themes/swissautoglass/images/bulletpoint1.png") disc;
    margin: 0 auto !important;
    padding-left: 5px !important;
    width: 499px;
  }
  
.faqde {
	text-align:left;
	width:485px;
	margin:auto!important;	
}
.team{
width:294px;height:294px;display:inline-block;margin:13px;border:2px solid #f63039;position:relative;background-color:#f63039;
}
.team em{
text-align: left;position:absolute;top:30px;	color:#fff;width:270px;
	
}
.team p{
	text-align: left;position:absolute;top:10px;left:10px;width:auto;
	
}
.team p, team em{visibility:hidden;}

.team img{ 

transition-property: opacity;
transition-duration: 0.5s;}
.team:hover img{
opacity:0.1;	
}
.team:hover p, .team:hover em{
visibility:visible;
}


/* =Media queries
-------------------------------------------------------------- */


@media screen and (min-width: 2000px) {
.double {
   /* padding-left: 13% !important;
    padding-right: 13% !important;*/
    width: 45%;
}
.hoverteamtxt {padding-left:5px !important;}

.marginvingt {
    margin-bottom: 20px;
    margin-left: 22% !important;
    margin-top: 20px;
    padding: 0 220px;
    /*width: 80%;*/
}
	
}
@media screen and (min-width: 1501px) {
	.marginvingt {
		margin-left: 22% !important;
	}
}
@media screen and (max-width: 1500px) {

.marginvingt {
	margin-left: 16% !important;
}

.small_art { margin-bottom:12px !important;}

.width_article {
    padding: 0% !important;
    text-align: center !important;
    width: 80% !important;
	margin-bottom:12px !important;
}	
	
.width_article_droite {
    float: right;
    padding: 0 0 !important;
    text-align: center !important;
    width: 80% !important;
}	

#megaMenu.megaFullWidth {
    float: right;
    margin-right: 0%;
    width: 72% !important;
}

#footerInfos img {
    float: left;
    height: auto;
    width: 60%;
}


#footerAccesInt {
    float: right;
    width: 30% !important;
	margin-left:0;
}

p {
    color: #fff;
    font-size: 1.0em;
    line-height: 1.2em;
}
.story {
    width: 90%;
}

.slogan {
    background-color: rgba(30, 42, 63, 0.5);
    color: #FFFFFF !important;
    float: right;
    height: auto;
    margin-left: 27%;
    margin-right: 220px;
    margin-top: 115px;
    padding: 20px;
    width: 70%;
}

.slogan h1 {
    border: medium none !important;
    color: #FFFFFF !important;
    font-family: 'Michroma' !important;
    font-size: 34px;
    line-height: 55px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.slogan h2 {
    color: #FFFFFF !important;
    font-family: 'Michroma' !important;
    font-size: 26px;
    font-style: italic;
    font-weight: 500;
    text-transform: none;
}
#site-navigation.flotable #megaMenu.megaFullWidth {
 float: right;
    margin-right: 0% !important;
    width: 37% !important;
}

#footerAccesInt .vc_row-fluid [class*="vc_span"] {
    -moz-box-sizing: border-box;
    display: block;
    float: left;
    height: auto !important;
    margin-left: 0;
    min-height: 130px;
    width: 25%;
}

}

#megaMenu.megaMenuHorizontal ul.megaMenu {
    width: 570px !important;
}
@media screen and (min-width: 1800px) {

.rsABlock, .rsSBlock {
    left: 50% !important;
    position: absolute;
    top: 72% !important;
    z-index: 15;
}	

.hoverteamtxt p {
    color: #FFFFFF !important;
    line-height: 15px;
    padding: 20px 20px 20px 40px !important;
    text-align: left;
}	
	
}
@media screen and (max-width: 1800px) {
	#footerInfos img {
    height: auto;
    margin-left: 15%;
    margin-top: -62px;
    max-width: 1400px;
    width: 70%;
}



}

@media screen and (min-width: 1800px) {
.blockTeam {
    background-color: #EFEFEF;
    float: left;
    max-height: 325px;
    max-width: 92%;
    min-height: 296px;
    padding: 15px;
    width: 325px;
}




.double {width:45%; padding-left:5%; padding-right:5%;}

}






@media screen and (max-width: 1440px) {
	
.liste1 p{
	margin:0!important;
}
	
.spec_nav {
    margin: 0 auto !important;
    width: 74% !important;
}

.titre_liste1 {
	margin-left:160px!important;
	width:37%!important;	
}

.titre_liste2 {
	width:40%!important;	
}
	
.slogan {
    background-color: rgba(30, 42, 63, 0.5);
    color: #FFFFFF !important;
    float: left;
    height: auto;
    margin-left: 5%;
    margin-top: 114px;
    padding: 20px;
    width: 90%;
}
.logo {
    float: left;
    height: 100px;
    margin-left: 5%;
    position: absolute;
    width: auto;
    z-index: 10000;
}
#logoRight {
    background-color: #3A3A3A;
    height: 100px;
    margin-right: 5%;
    position: absolute;
    right: 0;
    width: 70%;
    z-index: 99 !important;
}
#logoRight img {
    height: 100px;
    width: auto;
}
.slogan h1 {
     font-size: 27px;

}
#contentSlider {
    margin-left: 5%;
    max-width: 1500px;
    width: 90%;
}
.slogan h2 {
    font-size: 22px;
}

.pictoaccueila {margin-left: 25%;}
.pictoaccueilb {margin-left: 25%;}
.pictoaccueilc {margin-left: 25%;}
.pictoaccueild{margin-left: 25%;}


#footerAccesInt {
    float: left;
    margin-left: 14%;
    width: 84%;
	padding:0;
}
#main {
    margin-left: 5%;
    margin-top: 30px;
    max-width: 1500px;
    position: relative;
    text-align: center;
    width: 90%;
}


.align_mob_gauche p{text-align:left !important;}

.max_width_picto {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.art_align {
    margin-bottom: 12px !important;
    width: 100% !important;
	
}


.width_article {
    padding: 0% !important;
    text-align: center !important;
    width: 80% !important;
	margin-bottom:12px !important;
}	
	
.width_article_droite {
    float: right;
    padding: 0 0 !important;
    text-align: center !important;
    width: 80% !important;
}	
#footerAccesInt .gform_wrapper {
    margin: 10px 0;
    overflow: inherit;
    width: 80%;
}
#post-75 .wpb_single_image img {
    width: 98%;
}

#post-347 .wpb_single_image img {
    width: 98%;
}

#post-407 .wpb_single_image img {
    width: 98%;
}
#footerInfos img {
    height: auto;
    margin-left: 15%;
    margin-top: -45px;
    max-width: 1400px;
    width: 70%;
}



#footerAcces {
    background-color: #2C2C29;
    font-size: 0.857143em;
    height: 500px;
    line-height: 2;
    padding-left: 5%;
    padding-top: 50px;
    width: 100%;
}


#footerAccesInt {
    float: right;
    margin-left: 0;
    margin-right: 5%;
    padding: 0 0 0 30px;
    width: 30% !important;
}

}

@media screen and (max-width: 1364px) {
	.titre_liste1{
		width:36%!important;	
	}
}

@media screen and (max-width:1300px) {
	.title_liste{
		margin-left:133px!important;	
	}
	
	.titre_liste1{
		margin:0!important;
		width:41%!important;	
	}
}

@media screen and (max-width: 1100px) {
	
.vc_separator h4 {
    display: table-cell;
    font-size: 26px !important;
    line-height: 1em;
}	
	
#footerAccesInt2 {
    
    width: 26%;
}	

#footerAccesInt2 img {
    margin-top: 50px;
	width:80%;
}
	
.slogan {
    background-color: rgba(30, 42, 63, 0.5);
    color: #FFFFFF !important;
    float: left;
    height: auto;
    margin-left: 5%;
    margin-top: 114px;
    padding: 20px;
    width: 90%;
}

.logo {
    float: left;
    height: 80px;
    margin-left: 5%;
    position: absolute;
    width: auto;
    z-index: 10000;
}


#logoRight {
    background-color: #3A3A3A;
    height: 80px;
    margin-right: 4%;
    position: absolute;
    right: 0;
    width: 70%;
    z-index: 99 !important;
}
.rsABlock{
    bottom: 0;
    display: block;
    height: 100px;
    left: 120px!important;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 131px!important;
    transform: translate3d(0px, 0px, 0px);
    transition-duration: 300ms;
    transition-property: -moz-transform, opacity;
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    width: 600px;
}

.site-content {
    margin: 0;
}

h2 {
    color: #FFFFFF;
    font-size: 1em;
    line-height: 17px;
    margin-bottom: 15px !important;
    margin-top: 14px;
    text-transform: uppercase;
}
li {
 color: fff;
 font-size: 12px;
 margin-top:10px;
} 

p {
    color: #FFFFFF;
    font-size: 0.9em;
    line-height: 1.3em;
}

#footerAccesInt3 p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 20px;
}
#footerAccesInt .gform_wrapper {
    margin: 10px 0;
    overflow: inherit;
    width: 80%;
}
#footerInfos img {
    height: auto;
    margin-left: 15%;
    margin-top: -45px;
    max-width: 1400px;
    width: 70%;
}


#footerAcces {
    background-color: #2C2C29;
    font-size: 0.857143em;
    height: 500px;
    line-height: 2;
    padding-left: 5%;
    padding-top: 50px;
    width: 100%;
}


#footerAccesInt {
    float: right;
    margin-left: 0;
    margin-right: 5%;
    padding: 0 0 0 30px;
    width: 30%;
}

.visibilityContent {
    margin-bottom: 5%;
}


.vc_text_separator div {
    background-color: #FFFFFF;
    color: #4F4F4F;
    display: inline-block;
    font-size: 1.7em;
    font-size-adjust: 0.531;
    font-weight: bold;
    margin: 0;
    padding: 1px 1em;
    position: relative;
    top: -2px !important;
}
#logoRight img {
    height: 80px;
    width: auto;
}
.slogan h1 {
     font-size: 27px;

}
#contentSlider {
    margin-left: 5%;
    max-width: 1500px;
    width: 90%;
}
.slogan h2 {
    font-size: 22px;
}

.pictoaccueila {margin-left: 25%;}
.pictoaccueilb {margin-left: 25%;}
.pictoaccueilc {margin-left: 25%;}
.pictoaccueild{margin-left: 25%;}


#main {
    margin-left: 5%;
    margin-top: 30px;
    max-width: 1500px;
    position: relative;
    text-align: center;
    width: 90%;
}


.align_mob_gauche p{text-align:left !important;}

.max_width_picto {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.art_align {
    margin-bottom: 12px !important;
    width: 100% !important;
	
}


.width_article {
    padding: 0% !important;
    text-align: center !important;
    width: 80% !important;
	margin-bottom:12px !important;
}	
	
.width_article_droite {
    float: right;
    padding: 0 0 !important;
    text-align: center !important;
    width: 80% !important;
}	

#footerInfos img {
    height: auto;
    margin-left: 5%;
    margin-top: -45px;
    max-width: 1400px;
    width: 90%;
}

.hoverteamtxt p {
    color: #FFFFFF !important;
    line-height: 15px;
    padding: 20px;
    text-align: left;
    width: 140px;
}

}

@media screen and (max-width:1060px) {
	.liste1 p {
    margin-bottom: 53px !important;
}	
}

@media screen and (max-width:980px) {
	.title_liste{
		margin-left:100px!important;	
	}
}

@media screen and (max-width: 882px) {
	
#footerAccesInt2 img{
    
    width: 70% !important;
}	
}

@media screen and (min-width: 880px) {
.vc_responsive .wpb_row .vc_span3 {
    float: left;
    margin: 1% !important;
    /*width: 22% !important;*/
}



}
@media screen and (max-width: 800px) {
	
.vc_responsive .wpb_row .vc_span3 {
    float: left;
    margin: 1% !important;
    width: 23% !important;
}	
	
.textcenter p{text-align:center !important;}
.textcenter li{text-align:center !important;}

.marginvingt li{margin:0 !important; text-align:center;}


.page-id-4 .vc_responsive .wpb_row .vc_span3 {
    float: left;
    margin: 1% !important;
    width: 23% !important;
}	
.rsABlock {
    bottom: 0;
    display: block;
    height: 100px;
    left: 70px !important;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 61px !important;
    transform: translate3d(0px, 0px, 0px);
    transition-duration: 300ms;
    transition-property: -moz-transform, opacity;
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    width: 600px;
}	
#footerAccesInt2 img {
    margin-top: 50px;
    width: 70%;
}
#main {
    margin-left: 5%;
    margin-top: 30px;
    max-width: 1500px;
    position: relative;
    text-align: center;
    width: 90%;
}

.logo {
    float: left;
    height: 65px;
    margin-left: 5%;
    position: absolute;
    width: auto;
    z-index: 10000;
}


#logoRight {
    background-color: #3A3A3A;
    height: 65px;
    margin-right: 4%;
    position: absolute;
    right: 0;
    width: 70%;
    z-index: 99 !important;
}
.rsABlock{
    bottom: 0;
    display: block;
    height: 100px;
    left: 40px!important;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 101px!important;
    transform: translate3d(0px, 0px, 0px);
    transition-duration: 300ms;
    transition-property: -moz-transform, opacity;
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    width: 600px;
}

.site-content {
    margin: 0;
}

h2 {
    color:     list-style-image: none;;
    font-size: 1em;
    line-height: 17px;
    margin-bottom: 15px !important;
    margin-top: 14px;
    text-transform: uppercase;
}
li {
 color: fff;
 font-size: 12px;
 margin-top:10px;
} 
p {
    color: #FFFFFF;
    font-size: 0.9em;
    line-height: 1.3em;
}

#footerAccesInt3 p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 20px;
}


#footerAccesInt .gform_wrapper {
    margin: 10px 0;
    overflow: inherit;
    width: 80%;
}
#footerInfos img {
    height: auto;
    margin-left: 15%;
    margin-top: -45px;
    max-width: 1400px;
    width: 80%;
}


#footerAcces {
    background-color: #2C2C29;
    font-size: 0.857143em;
    height: 500px;
    line-height: 2;
    padding-left: 5%;
    padding-top: 50px;
    width: 100%;
}


#footerAccesInt {
    float: right;
    margin-left: 0;
    margin-right: 5%;
    padding: 0 0 0 30px;
    width: 30% !important;
}

.visibilityContent {
    margin-bottom: 5%;
}


.vc_text_separator div {
    background-color: #FFFFFF;
    color: #4F4F4F;
    display: inline-block;
    font-size: 1.7em;
    font-size-adjust: 0.531;
    font-weight: bold;
    margin: 0;
    padding: 1px 1em;
    position: relative;
    top: -2px !important;
}
#logoRight img {
    height: 60px;
    width: auto;
}
.slogan h1 {
     font-size: 27px;

}
#contentSlider {
    margin-left: 5%;
    max-width: 1500px;
    width: 90%;
}
.slogan h2 {
    font-size: 22px;
}

.pictoaccueila {margin-left: 25%;}
.pictoaccueilb {margin-left: 25%;}
.pictoaccueilc {margin-left: 25%;}
.pictoaccueild{margin-left: 25%;}


#main {
    margin-left: 5%;
    margin-top: 30px;
    max-width: 1500px;
    position: relative;
    text-align: center;
    width: 90%;
}

.align_mob_gauche p{text-align:left !important;}

.max_width_picto {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.art_align {
    margin-bottom: 12px !important;
    width: 100% !important;
	
}


.width_article {
    padding: 0% !important;
    text-align: center !important;
    width: 80% !important;
	margin-bottom:12px !important;
}	
	
.width_article_droite {
    float: right;
    padding: 0 0 !important;
    text-align: center !important;
    width: 80% !important;
}	

#footerInfos img {
    height: auto;
    margin-left: 5%;
    margin-top: -37px;
    max-width: 1400px;
    width: 90%;
}

.hoverteamtxt p {
    color: #FFFFFF !important;
    line-height: 15px;
    padding-left: 8px !important;
    padding-top: 9px !important;
    text-align: left;
}

.vc_responsive .wpb_row .vc_span3 {
    float: left;
    margin: 1% !important;
    width: 97% !important;
}


}

@media screen and (max-width: 768px) {
	.titre_liste1 {
		width:70%!important;
	}
	.titre_liste2 {
		width:70%!important;
	}
	.vc_responsive .wpb_row .vc_span2 {
    display: none;
	}
}

@media screen and (max-width: 736px) {
	
.vc_separator h4 {
    display: table-cell;
    font-size: 20px !important;
    line-height: 1em;
}	
	
.rsABlock, .rsSBlock {
    display:none !important;
}	

#post-75 .wpb_single_image img {
    width: 98% !important;
}

#post-407 .wpb_single_image img {
    width: 98% !important;
}

#post-347 .wpb_single_image img {
    width: 98% !important;
}
	
}
@media screen and (max-width: 654px) {
#footerAccesInt3 {
    float: left;
    padding-bottom: 0;
    padding-left: 20px;
    padding-top: 0;
    text-align: left;
    width: 18% !important;
}
}

@media screen and (max-width: 634px) {
#footerAccesInt2 {
    width: 25%;
}

.vc_separator h4 {
    display: table-cell;
    font-size: 17px !important;
    line-height: 1em;
}

}
@media screen and (max-width: 600px) {
	
.adresse {display:none;}
.coordonnees {font-size:15px;}

.logo {
    float: left;
    height: 45px;
    margin-left: 5% !important;
    position: absolute;
    width: auto;
    z-index: 10000;
}
ul {
    display: inline;
    text-align: center !important;
}
#logoRight {
    background-color: #3A3A3A;
    height: 45px;
    margin-right: 5% !important;
    padding-right: 3%;
    position: absolute;
    right: 0;
    width: 61.5% !important;
    z-index: 100000;
}
#logoRight img {
    height: 45px;
    margin-left: 8px;
    width: auto;
}	
.rsABlock {
display:none!important;
}
h2 {
    font-size: 1em;
    line-height: 15px;
    margin-bottom: 15px !important;
    margin-top: 14px;
    text-transform: uppercase;
}
.single-post .vc_text_separator div {
    background-color: #FFFFFF;
    color: #4F4F4F;
    display: inline-block;
    font-size: 1.8em;
    font-size-adjust: 0.531;
    font-weight: bold;
    margin: 0;
    padding: 1px 1em;
    position: relative;
    top: -10px !important;
}	
#footerAccesInt {
    display: none;

}

#footerAccesInt2 {
    border-right:none;
    float: left;
    min-height: 76px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-top: 0;
    width: 90%;
}
#footerInfos img {
    height: auto;
    margin-left: 5%;
    margin-top: -34px;
    max-width: 1400px;
    width: 90%;
}
.gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea {
    width: 100% !important;
}
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: 100%!important;
}

.spec_nav {width:100%!important;}

p {font-size:15px;}
h2 {font-size:17px;line-height:21px;}
#onglet {display:none;}

.faq_liste ul li {width:100%;}
.faqde {width:100%;}

#footerAcces {padding-top:34px!important;}
#footerAccesInt3 {width:100%;text-align:center;width:89%!important;}

.height30 {margin-left:-50px!important;}

}


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

#logoRight img {
    height: 39px !important;}	
	
#logoRight { 
    height: 39px !important;
    
}	
	
.logo {
 
    height: 40px !important;
  
}
	
#onglet {
 display:none;
}
#content .entry-content .double {width:90%;}
#main {
    margin-left: 5%;
    margin-top: 15px!important;
    position: relative;
    text-align: center;
    width: 90%;
}
h2 {
    font-size: 0.9em !important;
    margin-bottom: 25px !important;
}
.rsABlock {
display:none!important;
}

.single-post .vc_text_separator div {
    background-color: #FFFFFF;
    color: #4F4F4F;
    display: inline-block;
    font-size: 1.9em;
    font-size-adjust: 0.531;
    font-weight: bold;
    margin: 0;
    padding: 1px 1em;
    position: relative;
    top: -8px !important;
}s
footer[role="contentinfo"] {
    background-color: #E7E8EA;
    border: medium none;
    clear: both;
    font-size: 0.857143em;
    height: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    max-width: 100%;
    padding: 0 0;
}
	#six .vc_row-fluid [class*="vc_span"] {
    
    width: 80% !important;
}
.logo {
    float: left;
    height: 25px;
    margin-left: 5% !important;
    position: absolute;
    width: auto;
    z-index: 10000;
}

#logoRight {
    background-color: #3A3A3A;
    height: 25px;
    margin-right: 5% !important;
    padding-right: 3%;
    position: absolute;
    right: 0;
    width: 61.5% !important;
    z-index: 100000;
}
#logoRight img {
    height: 25px;
    margin-left: 8px;
    width: auto;
}
p {
    color: #fff;
    line-height: 1.1em;
	text-align:center!important;
}
.visibilityContent {
	border-bottom: 1px dotted #FFFFFF !important;
    margin-bottom: 0!important;
}
#footerAccesInt {
    display: none;

}

#footerAccesInt2 {
    border-right:none;
    float: left;
    min-height: 76px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-top: 0;
    width: 90%;
}

h2 {
    font-size: 1.2em !important;
    margin-bottom: 25px !important;
}
.wpb_row, .wpb_content_element, ul.wpb_thumbnails-fluid > li, .last_toggle_el_margin, .wpb_button {
    margin-bottom: 8px!important;
}



#footerAcces .vc_row-fluid .vc_span3, .wpb_teaser_grid.wpb_carousel .vc_span3 {
    width: 100% !important;
}

#footerAccesInt p {
    border-bottom: 1px solid #FFFF00;
    color: #FFFFFF;
    height: auto;
    min-height: 76px;
    min-width: 160px;
    padding-bottom: 15px;
	width:100%;
}

#footerAcces {

    border-top: none;
    font-size: 0.857143em;
    line-height: 2;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding: 50px 0 0em;
}

#footerAccesInt p {
    min-height: 100px !important;
}

.art_align { margin-bottom:12px !important; margin-left:0% !important;}	


.vc_text_separator div {
    background-color: #3A3A3A !important;
    color: #F6303E !important;
    display: inline-block;
    font-size: 1.2em;
    padding: 1px 1em;
    position: relative;
    text-transform: uppercase;
    top: 5px!important;
}
.wpb_separator, .vc_text_separator {
    border-bottom: none!important;
}

#six .vc_row-fluid {
    margin-left: 10%;
    width: 100%;
}

#main {
    margin-left: 5%;
    margin-top: 0 !important;
    position: relative;
    text-align: center;
    width: 90%;
}

.separateur h1 {
    background-color: #FFFFFF;
    color: #1E2A3F;
    font-size: 2.5em;
    font-size-adjust: 0.531;
    margin: 30px auto auto;
    text-align: center !important;
    width: 100%;
}
#footerInfos {
    float: left;
    height: auto !important;
    margin-left: 0 !important;
    text-align: left;
}

#footerInfos img {
    float: left;
    height: auto;
    margin-left: 0 !important;
    margin-top: -17px;
    max-width: 1400px;
    width: 90%;
}


footer[role="contentinfo"] {
    clear: both;
    font-size: 0.857143em;
    height: 217px;
    line-height: 2;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    max-width: 100%;
    padding: 1.71429em 0;
}
li {list-style-type: none; }

}


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

#logoRight img {
    height: 34px !important;}	
	
#logoRight { 
    height: 34px !important;
    
}	
	
.logo {
 
    height: 35px !important;
  
}
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Internet Explorer <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

.msie8 #megaMenu.megaFullWidth {
    float: right;
    margin-right: 15%;
    width: 800px !important;
	margin-top:0;
}




.msie8 #content {width:100%;} 

.msie8 #footerAcces {width:100%;}

.msie8 .vc_span6 wpb_column column_container img{width:25%;}

.msie8 .min_width_picto { width:100% !important; float:left; padding:0px !important; margin-left:3.5% !important;}

.msie8 .min_width_picto img{ width:408px !important; float:left; margin-left:3.5% !important;}

.msie8  #footerAccesInt p {
   height: 120px !important; }


.msie8 #site-navigation {
    margin-top: 0px;
    position: relative;
    width: 100%;
}

.msie8 #megaMenu.megaMenuHorizontal ul.megaMenu {
    width: 590px !important;
	margin-top:3px; }




.msie8 .min_width_picto {
    width: 64% !important;
	padding-right:3%;
	padding-left:13%;
}

.msie8 .min_width_picto img{
    float: left;
    width: 100% !important;
	margin-right:80% !important;
}

.msie8 #nav { width: auto; min-width:100px; padding-top:0px; padding-bottom:3px;}
.msie8 #megaMenu.megaFullWidth {
    float: right;
    margin-right: 15%;
    width: 34.7% !important;
	margin-top:51px;
}
.msie8 .logo2 {display:none;}

.msie8 #nav a {font-size: 10px;}

.msie8 .art_align { width:100% !important;}	

.msie8 .story {width:80%;}

.msie8 .vc_text_separator div {
    top: -19px !important;
	height:auto;
	font-size-adjust: 0;
}

.msie8 .slogan {
    background-color: rgba(30, 42, 63, 0.5);
    color: #FFFFFF !important;
    float: left;
    height: auto;
    margin-left: 10%;
    margin-right: 229px;
    margin-top: 115px;
    padding: 20px;
    width: 80%;
}	
.msie8 .slogan {filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a61e2a3f', endColorstr='#001e2a3f',GradientType=1 );} /* IE6-9 */

.msie8 #nav #fleche_haut a {
    background: url(#);
    height: 14px;
    width: 160px;
	background-color:#EDEDED;
	background-position:center !important;
	background-repeat:no-repeat !important;
	background-size: 70px 4px; 
}

.msie8 #nav #fleche_haut a:hover {
    background: url(#);
   	height: 14px;
    width: 160px;
	background-color:#DEDEDE;
	background-position:center !important;
	background-repeat:no-repeat !important;
	background-size: 70px 4px; 

}

.msie8 #nav .current a.fleche {
    background: url(#) !important;
    height: 14px;
    width: 160px;
	background-color: #1E2A3F !important;
	background-position:center !important;
	background-repeat:no-repeat !important;
	background-size: 70px 4px; 
}

.msie8 #nav #fleche_bas a:hover {
    background: url(#); 
	background-repeat:no-repeat;
	background-size: 70px 4px; 
	height: 14px;
    width: 160px;
	background-color:#DEDEDE;
	background-position:center;
}

.msie8 #nav #fleche_bas a {
    background: url(#);
    height: 14px;
    width: 160px;
	background-color:#EDEDED;
	background-position:center !important;
	background-repeat:no-repeat !important;
	background-size: 70px 4px; 

}

.msie8 #nav .current a.fleche-bas {
    background: url(#) !important;
    height: 14px;
    width: 160px;
	background-color: #1E2A3F !important;
	background-position:center !important;
	background-repeat:no-repeat !important;
	background-size: 70px 4px; 
}

.msie8 .logo {
    float: left;
    position: absolute;
    z-index: 90000 !important;
	z-index:100000;
}

.msie8 .max_width_picto {
    margin-left: auto;
    margin-right: auto;
    max-width: 83%;
}

.msie8 .separateur h1 {
    background-color: #FFFFFF;
    color: #1E2A3F;
    font-size: 2.8em;
    font-size-adjust: 0.531;
    margin: -24px auto 19px;
    min-width: 540px;
    text-align: center;
    width: 100% !important;
	height:auto !important;
	padding-bottom:0px !important;
}

#megaMenu. ul.megaMenu {
    width: 570px !important;
	margin-right:0px !important;
	float:right;
}
/* ---------------------------------------- Internet Explorer 7 ---------------------------------------- */

.msie7 #megaMenu.megaFullWidth {
    float: right;
    margin-right: 15%;
    width: 800px !important;
	margin-top:0;
}


.msie7 .logo {
    float: left;
    margin-left: 0;
    position: absolute;
    z-index: 10000;
}

.msie7 #content {width:100%;} 

.msie7 #footerAcces {width:100%;}

.msie7 .vc_span6 wpb_column column_container img{width:25%;}



.msie7 .min_width_picto img{ width:108px; float:left; }

.msie7  #footerAccesInt p {
   height: 120px !important; }


.msie7 #site-navigation {
    margin-top: 0px;
    position: relative;
    width: 100%;
}

.msie7 #megaMenu.megaMenuHorizontal ul.megaMenu {
    width: 590px !important;
	margin-top:3px; }




.msie7 .min_width_picto {
    width: 64% !important;
	padding-right:3%;
	padding-left:13%;
}

.msie7 .min_width_picto img{
    float: left;
    width: 100% !important;
	margin-right:80% !important;
}

.msie7 #nav { width: auto; min-width:100px; padding-top:0px; padding-bottom:3px;}
.msie7 #megaMenu.megaFullWidth {
    float: right;
    margin-right: 15%;
    width: 34.7% !important;
	margin-top:51px;
}
.msie7 .logo2 {display:none;}

.msie7 #nav a {font-size: 10px;}

.msie7 .art_align { width:100% !important;}	

.msie7 .story {width:80%;}

.msie7 .vc_text_separator div {
    top: -19px !important;
	height:auto;
	font-size-adjust: 0;
}

.msie7 .slogan {
    background-color: rgba(30, 42, 63, 0.5);
    color: #FFFFFF !important;
    float: left;
    height: auto;
    margin-left: 10%;
    margin-right: 229px;
    margin-top: 115px;
    padding: 20px;
    width: 80%;
}	
.msie7 .slogan {filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a61e2a3f', endColorstr='#001e2a3f',GradientType=1 );} /* IE6-9 */

.msie7 #nav #fleche_haut a {
    background: url(#);
    height: 14px;
    width: 160px;
	background-color:#EDEDED;
	background-position:center !important;
	background-repeat:no-repeat !important;
	background-size: 70px 4px; 
}

.msie7 #nav #fleche_haut a:hover {
    background: url(#);
   	height: 14px;
    width: 160px;
	background-color:#DEDEDE;
	background-position:center !important;
	background-repeat:no-repeat !important;
	background-size: 70px 4px; 

}

.msie7 #nav .current a.fleche {
    background: url(#) !important;
    height: 14px;
    width: 160px;
	background-color: #1E2A3F !important;
	background-position:center !important;
	background-repeat:no-repeat !important;
	background-size: 70px 4px; 
}

.msie7 #nav #fleche_bas a:hover {
    background: url(#); 
	background-repeat:no-repeat;
	background-size: 70px 4px; 
	height: 14px;
    width: 160px;
	background-color:#DEDEDE;
	background-position:center;
}

.msie7 #nav #fleche_bas a {
    background: url(#);
    height: 14px;
    width: 160px;
	background-color:#EDEDED;
	background-position:center !important;
	background-repeat:no-repeat !important;
	background-size: 70px 4px; 

}

.msie7 #nav .current a.fleche-bas {
    background: url(#) !important;
    height: 14px;
    width: 160px;
	background-color: #1E2A3F !important;
	background-position:center !important;
	background-repeat:no-repeat !important;
	background-size: 70px 4px; 
}

.msie7 .logo {
    float: left;
    position: absolute;
    z-index: 90000 !important;
}

.msie7 .max_width_picto {
    margin-left: auto;
    margin-right: auto;
    max-width: 83%;
}

.msie7 .separateur h1 {
    background-color: #FFFFFF;
    color: #1E2A3F;
    font-size: 2.8em;
    font-size-adjust: 0.531;
    margin: -24px auto 19px;
    min-width: 540px;
    text-align: center;
    width: 100% !important;
	height:auto !important;
	padding-bottom:0px !important;
}

/* >>>> Nouveau IE <<<<*/

.msie7 #logoRight {
    
    z-index: 1000000 !important;
	width:83% !important;
	height:66px !important;
	float:right;
	position:absolute !important;
	margin-right:-27% !important;
}

.msie7 #logoRight img{
    
    z-index: 1000000 !important;
	width:auto !important;
	height:66px !important;
}

.msie7 #contenHeader {
    width:700px;
    z-index: 1000000 !important;
	height:300px;
}

.msie7 .logo {
    
    z-index: 1000001 !important;
	width:300px;
}

.msie7 #contentSlider {
  
  z-index:10000 !important;
}
.msie7 #contentSlider img{
  
  z-index:10000 !important;
}


.msie7 #footerAccesInt2 {
    width: 26% !important;
}

.msie7 #footerAccesInt2 img{
    width: 80% !important;
}

.msie7  #footerInfos img {
    height: auto;
    margin-left: 5%;
    margin-top: -45px;
    max-width: 1400px;
    width: 90%;
}

.msie7  #footerAcces  {
    background-color: #2C2C29;
    font-size: 0.857143em;
    height: 500px;
    line-height: 2;
    padding-left: 2%;
    padding-top: 50px;
    width: 100%;
}


.msie7 ul {
	list-style-type: none !important;
	
}
.msie7 li {
	list-style-type: none !important;
	list-style-image:none;
	font-size:10px !important;
}



.msie7  #post-75 .wpb_single_image img {
    width: 100%;
	float:left !important;
	margin-right:0 !important;
}

.msie7  #post-347 .wpb_single_image img {
    width: 100%;
	float:left !important;
	margin-right:0 !important;
}

.msie7  #post-407 .wpb_single_image img {
    width: 100%;
	float:left !important;
	margin-right:0 !important;
}


.msie7  #post-75 {
   
	margin-left:5%;
	margin-right:5%;

}

.msie7  #post-347 {
   
	margin-left:5%;
	margin-right:5%;

}

.msie7  #post-407 {
   
	margin-left:5%;
	margin-right:5%;

}


.msie7 .blockTeam {
    background-color: #EFEFEF;
    float: left;
   	height: 265px;
    max-width: 270px;  
    padding: 15px;
	margin-left:0;
	margin-right:0;
}

.msie7 .blockTeam p{
    font-size:11px;
	line-height:13px;
}

.msie7 .double {
    float: left;
    width: 40%!important;
}
.msie7 footer[role="contentinfo"] {

    height: 565px;
    background-color: #2C2C29;
}

.msie7  #footerInfos img {
    height: auto;
    margin-left: 15%;
    margin-top: -66px;
    max-width: 1400px;
    width: 70%;
}

.msie7 .single-post .vc_text_separator div {
  
    font-size: 28px;
    
}

.msie7 .marginvingt ul li {
    display: inline-block;
    zoom: 1;
    *display: inline;
	padding-right:20% !important;
}

.msie7 .vc_sep_line {display:none;}

/* >>>>>>>>>>>>>>>>>>>>>>>>>> IE 8 <<<<<<<<<<<<<<<<<<<<<<<<<<< */

.msie8 .single-post .vc_text_separator div {  
    font-size: 28px;s    
}


.msie8 #logoRight {
    
    z-index: 1000000 !important;
	width:70% !important;
	height:66px !important;
	float:right;
	position:absolute !important;
	margin-right:-25% !important;
}

.msie8 #logoRight img{
    
    z-index: 1000000 !important;
	width:auto !important;
	height:66px !important;
}

.msie8 #contenHeader {
    width:700px;
    z-index: 1000000 !important;
	height:300px;
}

.msie8 #contentLogo {
    
    margin-left:6%;}

.msie8 .logo {
    
    z-index: 1000001 !important;
	width:300px;
}

.msie8 #contentSlider {
  
  z-index:10000 !important;
}
.msie8 #contentSlider img{
  
  z-index:10000 !important;
}


.msie8 #footerAccesInt2 {
    width: 26% !important;
}

.msie8 #footerAccesInt2 img{
    width: 80% !important;
}

.msie8  #footerInfos img {
    height: auto;
    margin-left: 5%;
    margin-top: -45px;
    max-width: 1400px;
    width: 90%;
}

.msie8  #footerAcces  {
    background-color: #2C2C29;
    font-size: 0.857143em;
    height: 500px;
    line-height: 2;
    padding-left: 2%;
    padding-top: 50px;
    width: 100%;
}


.msie8 ul {
	list-style-type: none !important;
	
}
.msie8 li {
	list-style-type: none !important;
	list-style-image:none;
	font-size:10px !important;
}



.msie8 #post-75 .wpb_single_image img {
    width: 100%;
	float:left !important;
	margin-right:0 !important;
}

.msie8 #post-347 .wpb_single_image img {
    width: 100%;
	float:left !important;
	margin-right:0 !important;
}

.msie8 #post-407 .wpb_single_image img {
    width: 100%;
	float:left !important;
	margin-right:0 !important;
}


.msie8  #post-75 {
   
	margin-left:5%;
	margin-right:5%;
	width:100%;

}

.msie8  #post-347 {
   
	margin-left:5%;
	margin-right:5%;
	width:100%;

}
.msie8  #post-407 {
   
	margin-left:5%;
	margin-right:5%;
	width:100%;

}

.msie7  #post-75 {
   
	margin-left:5%;
	margin-right:5%;
	width:100%;

}

.msie7  #post-347 {
   
	margin-left:5%;
	margin-right:5%;
	width:100%;

}
.msie7  #post-407 {
   
	margin-left:5%;
	margin-right:5%;
	width:100%;

}

.msie8 .blockTeam {
    background-color: #EFEFEF;
    float: left;
   	height: 265px;
    max-width: 270px;  
    padding: 15px;
	margin-left:0;
	margin-right:0;
}

.msie8.blockTeam p{
    font-size:11px;
	line-height:13px;
}

.msie8 .double {
    
    width: 100%!important;
}
.msie8 footer[role="contentinfo"] {

    height: 565px;
    background-color: #2C2C29;
}

.msie8  #footerInfos img {
    height: auto;
    margin-left: 15%;
    margin-top: -66px;
    max-width: 1400px;
    width: 70%;
}



/* Nouveau msie 8 12.06.2014 */

.msie8 #logoRight {
    background-color: #3A3A3A;
    height: 121.4px;
    margin-right: 0% !important;
    padding-right: 3%;
    position: absolute;
    left: 0;
    width: 100% !important;
    z-index: 100000;
	margin-left:50%;
	float:left !important;
}

.msie8 .hoverteam {float:left; margin-right:10px;}
.msie8 .hoverteam {float:left; margin-right:10px; }
.msie8 .hoverteam:hover { background:none; background:none;}

.msie8 .hoverteam {width:20%; height:auto; min-width:294px;}

.msie8 .logo {
    float: left;
    margin-left: 21% !important;
    position: absolute;
    z-index: 1000000;
	
}


.msie8 .vc_responsive .wpb_row .vc_span10 {
    float: left;
    width: auto;
}

.msie8 #footerAccesInt3 {
    float: left;
    height: 400px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-top: 0;
    text-align: left;
    width: 28% !important;
}

.msie8 .postid-75 .wpb_single_image img {
    height: auto;
    width: 70% !important;
	float:left;
}


/* >>>> FIN - Nouveau IE <<<<*/
	
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Fin - Internet Explorer <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

.no-margin{margin-bottom:15px!important;}
.marginvingt {
    margin-bottom: 20px;
    margin-top: 20px;
    width: 80%;
}

.gform_wrapper div.validation_error {
    color: #FF0000!important;

}
.rendered-directions-placeholder{background-color:#fff;}

#footerAccesInt3 {z-index: 1000000 !important;}
#footerInfos img {z-index: 100 !important;}
#footerAcces {z-index: 1000000 !important;}



.double img{
    
    border: 3px solid #F6303E;
}


	
.hoverteam img{ 
	border:none !important;
}

.hoverteam img:hover{ 
	opacity:0.1;
	transition-property: opacity;
	transition-duration: 0.4s;
    transition-timing-function: linear;
	border:none !important;


}

.double img {

	border:none !important;
	padding-bottom:0px;
}
.hoverteam {
 border:none; background-size: 50px; padding:0; 
transition-property: opacity;
	transition-duration: 0.4s;
    transition-timing-function: linear;
	padding:0;margin:0 38px 38px 0;
    width:294px!important;


 }

.hoverteam:hover {background-color:#F6303E; border:none; background-size: 50px; padding:0; 
transition-property: opacity;
	transition-duration: 0.4s;
    transition-timing-function: linear;
 }
 
 .wpb_button, .wpb_content_element, .wpb_row, ul.wpb_thumbnails-fluid > li {
    margin-bottom: 0!important;
}

.hoverteamtxt p{
  
   color:#fff!important;
   
    text-align: left;
	line-height:15px;
	border:none !important;
	padding:20px;
	padding-left:5px !important;
}

.hoverteamtxt {
  position: absolute;
 
  }

.hoverteam img{border: 2px solid #F63039 !important;}

.hoverteamtxt p {display:none;  z-index:1999999;} /* mettre en none */


.hoverteam:hover .hoverteamtxt p {display:block; border:none !important;  z-index:1999999;}

.hoverteam:hover img{border: 2px solid #F63039 !important; padding:0px;}





#lang_sel {
    font-family: verdana,arial,sans-serif;
    height: 32px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99999;
}

#lang_sel ul{
	list-style:none;
}

#lang_sel li{
	list-style:none;
}

/* FORMULAIRE LANGUE */

#footerAccesInt .vc_row-fluid [class*="vc_span"] {
    box-sizing: border-box;
    display: block;
    float: left;
    margin-left: 0;
    min-height: 5px;
    width: 97%;
}

.gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea {
    width: 97.2% !important;
}

/* team MAJ */

.postid-75 .vc_responsive .wpb_row .vc_span3 {
    min-height: 1px;
    padding: 0 !important;
    position: relative;
}



.postid-347 .vc_responsive .wpb_row .vc_span3 {
    min-height: 1px;
    padding: 0 !important;
    position: relative;
}

.postid-407 .vc_responsive .wpb_row .vc_span3 {
    min-height: 1px;
    padding: 0 !important;
    position: relative;
}


.hoverteam {
    background-size: 50px auto;
    border: medium none;
    padding: 0 !important;
    transition-duration: 0.4s;
    transition-property: opacity;
    transition-timing-function: linear;
	width:23%;
}

.wpcf7-not-valid-tip{
    position:relative!important;
    top:0!important;
}

input, textarea {width:50%;}
.ajax-loader {display:none;}

#footerAccesInt textarea {height:80px;}





@media screen and (max-width: 1800px) {
    
    .hoverteam {  
    margin: 0 17px 17px 0!important; 
    width: 273px !important;
    }
    
    
    .wpb_single_image img {
        height: auto;
        width: 100%!important;
        vertical-align: top;
    }

}

@media screen and (max-width: 1615px) {
    
    .hoverteam {  
    margin: 0 15px 15px 0!important; 
    width: 255px !important;
    }
    
    
    .wpb_single_image img {
        height: auto;
        width: 100%!important;
        vertical-align: top;
    }

}

@media screen and (max-width: 1500px) {
    
    .hoverteam {  
    margin: 0 15px 15px 0!important; 
    width: 240px !important;
    }
    
    
    .wpb_single_image img {
        height: auto;
        width: 100%!important;
        vertical-align: top;
    }

}

@media screen and (max-width: 1440px) {
    
    .hoverteam {  
    margin: 0 15px 15px 0!important; 
    width: 270px !important;
    }
    
    
    .wpb_single_image img {
        height: auto;
        width:100%!important;
        vertical-align: top;
    }

}