/*
Theme Name: Twenty Twelve
Theme URI: https://wordpress.org/themes/twentytwelve/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =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
-------------------------------------------------------------- */

@import url(roboto/stylesheet.css);

#post-2168 .entry-meta {
	display: none;
}

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 {
	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;
}
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:focus {
	outline: thin dotted;
}
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.714285714rem;
}
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;
}

/* 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: "";
}

span.wpcf7-list-item {
    margin: 0px !important;
}

.head-call {
    max-height: 40px;
}
/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	/*font-size: 0.785714286rem;
	line-height: 2.181818182;*/
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}
#secondary .widget-title {
	display:none;
}
/* 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.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
select,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
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],
.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
input[type="submit"] {
	padding: 6px;
	padding: 0.428571429rem;
}
input[type="email"] {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
}

.tnp-widget input.tnp-submit {
    background-image: none !important;
}
.tnp-widget input[type="text"], 
.tnp-widget input[type="email"], 
.tnp-widget input[type="submit"], 
.tnp-widget select {
    	padding: 3px !important;
}
.tnp-widget label {
    	font-size: 100% !important;
}

.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
.menu-toggle {
    margin: 4px;
    text-transform: uppercase;
}
.menu-menu-1-container {
	background: rgb(233, 228, 228) none repeat scroll 0% 0%;
}
button[disabled],
input[disabled] {
	cursor: default;
}
.menu-toggle:hover,
.menu-toggle:focus,
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-color: transparent;
}
.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

#callToActionButton .btn {
    background: #404142 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0px !important;
    font-family: Robotobold !important;
    color: #fff !important;
    font-size: 18px !important;
    padding: 4px 10px 4px 10px !important;
    text-decoration: none !important;
    display: inline-block !important;
}


/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.textwidget img {
	max-height: 45px;
}
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 */
	/*border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);*/
}
.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.857142857rem;
	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.714285714rem 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.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 15px;
	font-size: 1rem;
	font-family: 'robotolight';
	text-rendering: optimizeLegibility;
	color: #424242;
}
body.custom-font-enabled {
	font-family: 'robotolight';
}
a {
	outline: none;
	color: #006994;
}
a:hover {
	color: #cc061e;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	height: 1px;
	width: 1px;
}
.main-navigation .assistive-text:focus,
.site .screen-reader-text:hover,
.site .screen-reader-text:active,
.site .screen-reader-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	height: auto;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
	padding: 0px;
	background-color: #fff;
	margin: 0 auto;
	max-width: 96%;
	overflow: hidden;
}
.site-content {
	margin:0;
}
.widget-area {
	margin: 24px 0 0;
	padding: 0px 0px 15px;
	/*background: #f6f6f6;*/
}

/* Header */
.site-header {
	padding:20px 0.5%;
	float: left;
	width: 99%;
	/*background-color: #ccc;*/
}
.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.714285714rem;
	line-height: 1.285714286;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.site-header h2 {
	font-weight: bold;
	font-family: 'robotoregular';
	font-size: 16px;
	color: #133e99;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}

/* Navigation Menu */
.main-navigation {
	float: left;
	width: 100%;
	z-index: 5000;
    position: relative;
	height:40px;
	background:#404142;
	font-family: 'robotolight';

}
.main-navigation li {
	margin-top: 24px;
	font-size: 12px;
	line-height: 1.42857143;
}
.main-navigation a {
	color: #5e5e5e;
}
.main-navigation a:hover,
.main-navigation a:focus {
	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;*/
	display: none;
}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* nous rejoindre */
.rejoindre ul li a {
	margin-right: 20%;
}

#AnythingPopup_BoxClose1,
#AnythingPopup_BoxClose2,
#AnythingPopup_BoxClose3,
#AnythingPopup_BoxClose4,
#AnythingPopup_BoxClose5,
#AnythingPopup_BoxClose6,
#AnythingPopup_BoxClose7,
#AnythingPopup_BoxClose8,
#AnythingPopup_BoxClose9,
#AnythingPopup_BoxClose10,
#AnythingPopup_BoxClose11,
#AnythingPopup_BoxClose12,
#AnythingPopup_BoxClose13,
#AnythingPopup_BoxClose14,
#AnythingPopup_BoxClose15 {
    margin: 2px !important;
    font-size: 10px !important;
}
#AnythingPopup_BoxClose1 a,
#AnythingPopup_BoxClose2 a,
#AnythingPopup_BoxClose3 a,
#AnythingPopup_BoxClose4 a,
#AnythingPopup_BoxClose5 a,
#AnythingPopup_BoxClose6 a,
#AnythingPopup_BoxClose7 a,
#AnythingPopup_BoxClose8 a,
#AnythingPopup_BoxClose9 a,
#AnythingPopup_BoxClose10 a,
#AnythingPopup_BoxClose11 a,
#AnythingPopup_BoxClose12 a,
#AnythingPopup_BoxClose13 a,
#AnythingPopup_BoxClose14 a,
#AnythingPopup_BoxClose15 a {
    font-size: 10px !important;
    font-weight: 400 !important;
}

#AnythingPopup_BoxContainer1,
#AnythingPopup_BoxContainer2,
#AnythingPopup_BoxContainer3,
#AnythingPopup_BoxContainer4,
#AnythingPopup_BoxContainer5,
#AnythingPopup_BoxContainer6,
#AnythingPopup_BoxContainer7,
#AnythingPopup_BoxContainer8,
#AnythingPopup_BoxContainer9,
#AnythingPopup_BoxContainer10,
#AnythingPopup_BoxContainer11,
#AnythingPopup_BoxContainer12,
#AnythingPopup_BoxContainer13,
#AnythingPopup_BoxContainer14,
#AnythingPopup_BoxContainer15 {
	width: 100% !important;
	max-width: 860px;
	height: auto !important;
	top: 25% !important;
	left: calc((100% - 860px) / 2) !important;
	left: -moz-calc((100% - 860px) / 2) !important;
	left: -webkit-calc((100% - 860px) / 2) !important;
}
#AnythingPopup_BoxContainerBody1,
#AnythingPopup_BoxContainerBody2,
#AnythingPopup_BoxContainerBody3,
#AnythingPopup_BoxContainerBody4,
#AnythingPopup_BoxContainerBody5,
#AnythingPopup_BoxContainerBody6,
#AnythingPopup_BoxContainerBody7,
#AnythingPopup_BoxContainerBody8,
#AnythingPopup_BoxContainerBody9,
#AnythingPopup_BoxContainerBody10,
#AnythingPopup_BoxContainerBody11,
#AnythingPopup_BoxContainerBody12,
#AnythingPopup_BoxContainerBody13,
#AnythingPopup_BoxContainerBody14,
#AnythingPopup_BoxContainerBody15 {
	height: auto !important;
	max-height: 50vh;
}
#AnythingPopup_BoxContainerBody1 ul,
#AnythingPopup_BoxContainerBody2 ul,
#AnythingPopup_BoxContainerBody3 ul,
#AnythingPopup_BoxContainerBody4 ul,
#AnythingPopup_BoxContainerBody5 ul,
#AnythingPopup_BoxContainerBody6 ul,
#AnythingPopup_BoxContainerBody7 ul,
#AnythingPopup_BoxContainerBody8 ul,
#AnythingPopup_BoxContainerBody9 ul,
#AnythingPopup_BoxContainerBody10 ul,
#AnythingPopup_BoxContainerBody11 ul,
#AnythingPopup_BoxContainerBody12 ul,
#AnythingPopup_BoxContainerBody13 ul,
#AnythingPopup_BoxContainerBody14 ul,
#AnythingPopup_BoxContainerBody15 ul {
	line-height: 1.2;
}



/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: none;
	margin-bottom: 30px;
	word-wrap: normal; 
}
.widget-area .widget h3 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	line-height: 2.1;
}
.widget-area .widget p {
	margin-bottom: 24px;
	text-align: center;
	font-size: 18px;
}

 
.widget-area .widget textarea {
	font-size: 12px !important;
	width: 96%;
}

.widget-area .widget input,
.widget-area .widget select {
	font-size: 12px !important;
	width:16px;
}

.widget-area .widget input[type="text"],
.widget-area .widget input[type="tel"],
.widget-area .widget input[type="email"] {
	font-size: 10px !important;
	width: 150px;
	line-height: 1;
	float:right;
}

.widget-area .textwidget ul {
	list-style: disc outside; 
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
	color: #757575;
}
.widget-area .widget a:hover {
	color: #21759b;
}
.widget-area .widget a:visited {
	color: #818181;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

.assur-5 {
	width: 84% !important;
	padding-left: 0% !important;
	padding-rigth: 16% !important;
}

.assur-4 {
	width: 84% !important;
	padding-left: 4% !important;
	padding-rigth: 12% !important;
}

.assur-3 {
	width: 84% !important;
	padding-left: 8% !important;
	padding-rigth: 8% !important;
}

.assur-2 {
	width: 84% !important;
	padding-left: 12% !important;
	padding-rigth: 4% !important;
}

.assur-1 {
	width: 84% !important;
	padding-left: 16% !important;
	padding-rigth: 0% !important;
}


/* Footer */
footer[role="contentinfo"] {
	clear: both;
	font-size: 12px;
	line-height: 1.8;
	max-width: 100%;
	margin-top: 53px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 0;
	/*float: left;*/
}
footer[role="contentinfo"] a {
	color: #e5e7e9;
	text-decoration: none;
}
footer[role="contentinfo"] li:hover {
	/*color: #21759b;*/
	background: #000;
}

footer[role="contentinfo"] .foot-bloc-social a:hover {
	background: none;
}

footer[role="contentinfo"] .foot-bloc-social img:hover {
	background: #000;
}



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

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
	font-size: 20px;
	font-size: 1.428571429rem;
	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.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	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.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
	text-align: justify;
}
.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.714285714rem 0;
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
	font-size: 22px;
	line-height: 1.5;
	/*text-transform: uppercase;*/
	/*border-bottom: 1px solid;*/
	color: #006994;
}

.entry-content h1{
	margin: 0px 0px 10px 0px;
	padding: 7px 7px 7px 0px;
	/*background:#006994 url('contenth1bkg.png') no-repeat top left !important;*/
	color:#006994;
	font-size:20px;
	font-family: 'robotobold';
	line-height:1;
}


.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 16px;
	/*font-size: 1.285714286rem;*/
	line-height: 1.6;
       color : #0E0F10;
}

.entry-content h2{
	margin: 0px 0px 10px 0px;
	padding: 7px 7px 7px 15px;
	/*background:#006994 url('contenth1bkg.png') no-repeat top left !important;*/
	color:#006994;
	font-size:18px;
	font-family: 'robotobold';
	line-height: 1;
	background: url('servir-li-5.png') no-repeat left !important;
}

.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
}


.entry-content h3{
	color:#424242;
	font-size:16px;
	font-family: 'robotobold';
}

.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
	margin-top: 1.71485714rem;
	margin-rigth: 0px;
	margin-bottom: 0.5rem;
	margin-left: 0px;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content a:visited,
.comment-content a:visited {
	color: #818181;
}
.entry-content .more-link {
	white-space: nowrap;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	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.571428571rem;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	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.857142857rem;
	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.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.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.714285714rem;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.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.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {
	border-bottom: 4px double #ededed;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
	/* 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.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	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.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 1px solid #ededed;
}
.archive-header {
	display: none;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}

/* =Single audio/video attachment view
-------------------------------------------------------------- */

.attachment .entry-content .mejs-audio {
	max-width: 400px;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}


/* =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.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
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.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	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.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	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.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	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.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	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.5rem;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	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.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	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.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	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 .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	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.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#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.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.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.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	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.571428571rem 1.714285714rem 0.571428571rem 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	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.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	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.714285714rem;
}

.img-contact {
	width: 40%;
	float: left;
	margin-right: 4%;
}
.intro-contact {
	width: 50%;
	float: left;
	hyphens: none;
	border-radius: 15px;
	border: 2px solid #006994;
	padding: 1%;
	margin-bottom: 20px;
}

.frm-contact {
	width: 96%;
	float: left;
	hyphens: none;
	border-radius: 15px;
	border: 2px solid #006994;
	padding: 3% 2% 0;
	margin-bottom: 20px;
	margin-top: 20px;
}

.frm-contact form input[type="text"], .frm-contact form input[type="tel"], .frm-contact form input[type="email"], .frm-contact form textarea {
	width: 97%;
}

.btn-read-more {
	float: right;
	width: 100px;
	cursor: pointer;
	height: auto;
}

.btn-read-more a.read-more,
a.read-more .btn-read-more {
	float:right;
	color:#404142;
	padding:3px 10px;
	text-decoration:none;
	border:1px solid rgba(64,65,66,0.9);
	width: auto;
}
	
.btn-read-more a:hover.read-more,
a:hover.read-more .btn-read-more {
	color: #fff !important;
	background:rgba(64,65,66,0.9);
}




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

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

/* Minimum width of 1100 pixels. */
@media screen and (min-width: 1100px) {
	.site-content {
		float: left;
		width: 62.5%;
	}
	.widget-area {
		float: right;
		width: 324px;
		margin-top: 30px;
	}
}

/* Minimum width of 720 pixels. */
@media screen and (min-width: 720px) {
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: inline-block !important;
		text-align: left;
		float:left;
		/*width: 100%;*/
		
	}
	.main-navigation ul {
		/*margin: 0;*/
		text-indent: 0;
	}
	.main-navigation li a, .main-navigation li {
		display: inline-block;
		text-decoration: none;
		
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #fff;
		position: relative;
		font-size: 15px;
		white-space: nowrap;
		font-weight:normal;
		padding: 9px 25px 10px;
		top: 0px;
	}
	.main-navigation li a:hover,
	.main-navigation li a:focus {
		color: #fff;
		position: relative;
		background:#878585;
	}
	.main-navigation li {
		position: relative;
		margin:0px;
	}
	.main-navigation li ul {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 40px;
		z-index: 1;
		height: 1px;
		width: 1px;
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li:focus > ul,
	.main-navigation .focus > ul {
		border-left: 0;
		clip: inherit;
		overflow: inherit;
		height: inherit;
		width: inherit;
	}
	
	.main-navigation li ul li {
		padding:0px;
	}
	.main-navigation li ul li a {
		background:rgba(128, 128, 128, 0.9);
		border-bottom: 1px solid #a8b8cd;
		display: block;
		font-size: 14px;
		line-height: 1.5;
		padding: 8px 10px;
		width: 225px;
		white-space: normal;
	}
	.main-navigation li ul li a:hover,
	.main-navigation li ul li a:focus {
		background: rgba(192, 192, 192, 0.8);
		color: #cc061e;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #fff;
		position: relative;
		background:#cc061e;
	}
	.menu-toggle, #mega-menu-wrap-max_mega_menu_1 {
		display: none;
	}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	line-height: 1.42857143 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	line-height: 1.5 !important;
}

#mega-menu-item-69 {
	background:#cc061e !important;
}

.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #fff;
		position: relative;
		background:#cc061e;
	}


}

.certifications {
	width: 100%;
	line-height: 1;
	float: left;
	margin-bottom: 2.5em;
	display: block;
	/*display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;*/
}

.certifications:after {
    content: '';
    display: block;
    clear: both;
}

.certifications .logocert {
	width: 46%;
	float: left;
}

.certifications .logocert a img {
	margin: 0 !important;
}

.certifications .certif-txt {
	font-family: arial;
	font-size: 0.9em;
	font-weight: 700;
	width: 50%;
	margin-left: 4%;
	float: left;
}

.certif {
	width: 46%;
	float: left;
	margin: 0 2%;
	text-align: center;
 	line-height: 1;
}

.certif.centercert {
	float: none;
	margin: 0 auto;
}

.certif100 {
	width: 100%;
	float: left;
	margin: 0 0 15px;
	text-align: center;
 	line-height: 1;
}

.certif img {
	width: 100%;
	margin-bottom: 5px !important;
}

.certif1 {
	width: 29.33%;
	float: left;
	margin: 0 2%;
	text-align: center;
 	line-height: 1;
}
.certif2 {
	width: 29.33%;
	float: left;
	margin: 0 2%;
	text-align: center;
	line-height: 1;
}
.certif3 {
	width: 29.33%;
	float: left;
	margin: 0 2%;
	text-align: center;
	line-height: 1;
}
.certif1 img {
	width: 100%;
}
.certif2 img {
	width: 100%;
}
.certif3 img {
	width: 100%;
}

span.certif-txt {
	font-family: arial;
	font-size: 0.7em;
	font-weight: 700;
}
span.certif-cat {
	font-family: arial;
	font-size: 0.7em;
	margin-top: 2px;
}

/*.certif1 span {
	font-family: arial;
	font-size: 0.5em;
}
.certif2 span {
	font-family: arial;
	font-size: 0.5em;
}
.certif3 span {
	font-family: arial;
	font-size: 0.5em;
}*/

a.btnblack {
	padding: 15px;
	color: #fff;
	background-color: #404142;
	font-weight: 600;
	text-decoration: none;
}



/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	.author-avatar {
		float: left;
		margin-top: 8px;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: 0 auto;
		max-width: 98%;
		overflow: hidden;
	}
	.site-content {
		float: left;
		width: 66%;
		margin-right: 4%;
	}
	body.template-front-page .site-content,
	body.attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	.widget-area {
		float: right;
		width: 30%;
		margin: 30px 0 0;
	}
	.site-header h1,
	.site-header h2 {
		text-align: left;
		position: relative;
		top: 19px;
		Left: 50px;
	}
	.site-header h1 {
		font-size: 26px;
		font-size: 1.857142857rem;
		line-height: 1.846153846;
		margin-bottom: 0;
	}
	a.contact-us {
		float:right;
		position:relative;
		top:21px;
		right:65px;
		font-size:18px;
		color:#fff;
		padding:5px 10px;
		text-decoration:none;
		border:1px solid rgba(225,225,225,0.23);
	}
	
	a:hover.contact-us {
		color: #fff !important;
		background:rgba(225,225,225,0.23);
	}
	<!-- ex menu -->

	.entry-header .entry-title {
		font-size: 22px;
		font-size: 1.571428571rem;
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
	}
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	body {
		background-color: #e6e6e6;
	}
	body .site {
		/*padding: 0 40px;
		margin-top: 48px;
		margin-bottom: 48px;
		box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);*/
	}
	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;
	}
}


/* =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.142857143rem;
		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;
	}

	.entry-header .entry-title,
	.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.57142857rem;
	}
}
.top-bar {
		height: 7px;
		width: 100%;
		float:left;
		background:#cc061e;
	}
	
.logo-header {
    float: left;
    position: relative;
    width: auto;
	margin-top: 10px;
	z-index: 1000;
	margin-bottom: 10px;
	margin-left:0px;
}

.logo-header img{

}


.site-description {
    float: left;
	margin-left: 40px;
	top: 60px;
	position: relative;
	font-size:24px;
	color:#006994;
	font-family: 'robotolight';
}
.site-description h2{
	
}


.headersearch {
    float: left;
	position: relative;
	left: 38%;
	top: 29px;
}


.searchbtn {
  margin: 0 !important;
  /*padding: 0 !important;*/
  text-align: right !important;
 /* border: none !important;*/
  background: url('searchbtn.png') no-repeat top left !important;
  width:27px !important;
  height:27px !important;
  cursor: pointer; }
  
  
.form-recherche input[type="submit"],
.form-recherche input[type="button"] {
	/*padding: 0px !important;*/
	line-height: 0px !important;
	background-color: #fff !important;
/*	border: none !important;*/
	box-shadow: none !important;
}
  
/* .blog header.entry-header {
	 display: block !important; } 
	 
 .single header.entry-header {
	 display: block !important; } */
  
.entry-header {
	display:none !important;
}
  .form-recherche input[type="text"]{
    border: 1px solid #e4e4e6;
	border-radius: 0px !important;
	padding: 2px 0px 4px 12px;
	width: 239px !important;
	margin-right: -4px;
}

 .form-recherche input[placeholder]{
	 color:#767676;
	 font-size:13.5px;
}


.nav-menu {
}
.home .wrapper {
	width: 100% !important;
	padding:0px;
}


.home .fil-ariane-bloc {
	display:none;
}

.fil-ariane-bloc {
	float: left;
	width: 100%;
	position: relative;
}

.fil-ariane {
	font-size:13px !important;
	font-family: 'robotolight';
	padding:20px 0px;
	border-bottom:1px solid #e0e0e0;
	width: 634px;
}

.fil-ariane a{
	font-size:13px;
	font-family: 'robotolight';
}

.wrapper {
	/*float: left;*/
	padding: 0px 1%;
	max-width:1015px;
	margin: 0 auto;
}

.bloc_widget1 {
	margin:0 auto;
	padding-bottom:20px;
	background: rgba(255,255,255,0.75);
	float:left;
	width:100%;
	min-height: 400px;
}

.bloc_widget1 .contenu {
	padding:23px;
	background:rgba(255,255,255,0.75);
	position:relative;
	/*left:10%;
	right:10%;
	margin-top:-97px;*/
	padding-top:72px;	
}

/*@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.bloc_widget1 {
	z-index:6500;
}

.bloc_widget1 .contenu {
	position:relative;
	left:0%;
	right:0%;
	z-index:10;
}
}*/

.bloc_widget1 hr {
    height: 3px;
    margin: 20px auto 10px;
    padding: 0px;
    color: #cd1421;
    background-color: #cd1421;
    border: 0px none;
    width: 50px;

}

.bloc_widget1 h3 {
	margin:0px;
	font-size:17px;
	font-family: 'robotobold';
	font-weight:normal;
	color:#cd1421;
	line-height: 1;
	margin-bottom: 10px;
}

.bloc_widget1 p {
	margin-bottom:14px;
	font-size:12px;
	line-height:1.2;
	font-family: 'robotolight';
	color:#6b6b6b;
}

.home .bloc_widget1 h2 {
  	margin: 0 0 10px 0;
  	font-size: 17px;
  	font-family: 'robotobold';
  	font-weight: normal;
  	color: #cd1421;
  	line-height: 1;
	background-image: none !important;
  	padding: 0
}

a.readmore-link {
	font-size:14px;
	text-decoration:none;
	color:#cd1421;
	font-family: 'robotolight';
}

a:hover.readmore-link {
	color:#000;
}

.bloc_1 {
	width:23.5%;
	float:left;
	margin-right:2%;
	margin-top:-49px;
}
.bloc_2 {
	width:23.5%;
	float:left;
	margin-right:2%;	
	margin-top:-49px;
}
.bloc_3 {
	width:23.5%;
	float:left;
	margin-right:2%;	
	margin-top:-49px;
}

.bloc_4 {
	width:23.5%;
	float:left;	
	margin-top:-49px;
}




.bloc_widget2 {
	width:100%;
	margin:0px auto;
	padding: 80px 0px 20px 0px;
	float:left;
	background: #f8f8f8;
}


.bloc_widget2 h1 {
	margin:0px;
	padding: 4px 0px 4px 44px;
	background: url('h1-bkg.png') no-repeat top left !important;
	color:#066997;
	font-size:27px;
	font-family: 'robotoregular';
	line-height:1;
	text-transform:inherit;
}

.bloc_widget2 hr {
    height: 4px;
    margin: 2px 0px 10px;
    padding: 0px;
    color: #066997;
    background-color: #066997;
    border: 0px none;
    width: 100%;
}

.home .bloc_widget2 h3,
.home .bloc_widget3 h3,
.home .bloc_widget4 h3 {
  	margin: 0px;
  	padding: 4px 0px 4px 44px;
  	background: url('h1-bkg.png') no-repeat top left !important;
  	color: #066997;
  	font-size: 27px;
  	font-family: 'robotoregular';
  	line-height: 1;
  	text-transform: inherit;
}

.certif-texte {
    float: left;
	width: 46%;
	margin-right: 4%;
}

.certif-img {
    float: left;
	margin-top: 18px;
	width: 50%;
}

.bloc_widget2 h2,
.home .bloc_widget2 p.ph2 {
	margin:10px 0px 10px;
	color:#424242;
	font-size:17px;
	font-family: 'robotobold';
	line-height:1.5;
	background: none !important;
	padding:0px;
}

.bloc_widget2 p {
	float:left;
	margin:0px 0px 20px;
	color:#424242;
	font-size:15px;
	font-family: 'robotolight';
	line-height: 1.5;
}


.bloc_widget3 {
	margin:0px auto;
	padding:70px 0px;
	clear:both;
	position:relative;
	float:left;
	width:100%;
	
}

.bloc_widget3 h1{
	margin:0px;
	padding: 4px 0px 4px 44px;
	background: url('h1-bkg.png') no-repeat top left !important;
	color:#066997;
	font-size:27px;
	font-family: 'robotoregular';
	line-height:1;
	text-transform:inherit;
}

.bloc_widget3 hr {
    height: 4px;
    margin: 2px 0px 33px;
    padding: 0px;
    color: #066997;
    background-color: #066997;
    border: 0px none;
    width: 100%;
}

.bloc_widget3 ul {
	float:left;
	width:100%;
	margin:9px 0px 0px;
}

.bloc_widget3 ul li{
	float:left;
	list-style:none;
	display:inline-block;
	background:#f1f1f1;
	padding: 0px;
	height: 58px;
	width: 32.33%;
	margin: 0px 0.5% 0px;
	text-transform:uppercase;
}

.bloc_widget3 ul li:last-child {
	margin-right:0px !important;
}

.bloc_widget3 ul li img{
	padding:13px 5px;
	vertical-align:middle;
	background:#f1f1f1;
}

.bloc_widget3 ul li a {
	 font-family: 'roboto_condensedlight';
	 font-size:16px;
	 color:#000;
	 text-decoration: none;
	 vertical-align:middle;
	 padding:10px;
}

.bloc_widget3 ul li:hover{
	background:#404142;
	color:#fff !important;
}
a.bloc_widget3 ul li:hover{
	color:#fff !important;
}

.bloc_widget3 ul li a:hover{
	color:#fff !important;
}

.home .bloc_widget3 ul li h4 {
	margin: 0;
}

.home .bloc_widget3 ul li h4 a {
  	font-family: 'roboto_condensedlight';
  	font-size: 16px;
  	color: #000;
  	text-decoration: none;
  	vertical-align: middle;
  	padding: 10px;
}

.bloc_widget4 {
	margin:0px auto;
	padding:30px 0px;
	clear:both;
	position:relative;
	float:left;
	width:100%;
	background: #f8f8f8;
}
.bloc_widget4 p{
	font-size:14px;
	color:#006994;
	font-family: 'robotomedium';
	text-transform:capitalize;
}

.srp-post-content {
	font-size:14px;
	color:#424242;
	font-family: 'robotolight';
}

.bloc_widget4 h1 {
	margin:0px;
	padding: 4px 0px 4px 44px;
	background: url('h1-bkg.png') no-repeat top left !important;
	color:#066997;
	font-size:27px;
	font-family: 'robotoregular';
	line-height:1;
	text-transform:inherit;
}

.bloc_widget4 hr {
    height: 4px;
    margin: 2px 0px 33px;
    padding: 0px;
    color: #066997;
    background-color: #066997;
    border: 0px none;
    width: 100%;
}




#bloc_partners {
	float: left;
	width: 49.5%;
	margin-right: 1%;
}

#bloc_partners img{
	border:1px solid #e0e0e0;
}


#bloc_actualites {
	float: right;
	width: 49.5%;
}

#bloc_actualites h2 {
	margin:0px 0px 40px;
	font-size:26px;
	font-family: 'roboto_condensedregular';
	line-height:0.;
	font-weight:normal;
	color:#7e7e7e;
}


.bloc_actualites {
	padding:28px 2% 25px 1.6%;
	border:1px solid #e0e0e0;
	background:#fff;
	width: 96%;
}

.bloc_partners ul{
	margin: 0px;
	width:100%;
}

.bloc_partners ul li{
	list-style:none;
	display:inline-block;
	margin-right:20px;
	margin-left:0px;
	height:70px;
	width:auto;
}
.bloc_partners ul li img{
	height:70px;
	width:auto;
}


.bloc_partners ul li:last-child{
	margin-right:0px;
}

.bloc_actualites img {
	
}

.bloc_actualites h2 {
	padding:0;
	margin:0;
	font-size:17px;
	color:#000;
	border-bottom:1px solid #c7c7c7;
	font-weight:normal;
	
}

.bloc_actualites h3 {
	display:none;
}

.bloc_actualites .srp-thumbnail-box {
	width: 30%;
	margin-right: 5% !important;
}

.bloc_actualites .srp-content-box {
	width: 65%;
}

.bloc_actualites .srp-post-title {
	display:none !important;
}

.bloc_actualites .srp-post-stringbreak-link {
	width: 100%;
	float: left;
	margin: 0;
}

#footer-sidebar1 {
	float:left;
	width:70%;
	/*padding:0px 0px 50px;*/
	background:#404142;
	color:#000 !important;
	margin-right:3%;
}

#footer-sidebar1 a:hover{
	text-decoration: underline !important;
}
#footer-sidebar1 h2, #footer-sidebar3 h2 {
	padding:0px 0px 10px 0px;
	font-size: 12px;
	text-transform:uppercase;
	color: #e5e7e9;
	border-bottom:1px solid;
	font-weight:normal !important;
	margin-bottom: 10px;
}

.footerwidget1 {
	max-width: 1015px;
	margin: 0 auto;
}

#footer-sidebar3 {
	float:left;
	width:27%;
	/*padding:0px 0px 50px;*/
	background:#404142;
	color:#e5e7e9 !important;
}


.widget_newsletterwidget {
	max-width: 1015px;
	margin: 0 auto;
}

/*.newsletter-widget {
	margin-top: -80px;
}*/

#text-12 {
	max-width: 1015px;
	margin: 0 auto;
}

.foot-bloc-social {
	float: right;
	width: 100%;
	text-align: center;
	/*margin-top: -30px;*/
}

#footer-back {
	float:left;
	width:100%;
	padding:15px 0px;
	background:#404142;
}
#footer-menu {
	max-width: 1015px;
	margin:0 auto;
	color:#000;
}


#footer-sidebar2 {
	float:left;
	width:100%;
	padding:13px 0px;
	/*background:#404142;*/
}

.footerwidget2 {
	max-width: 1015px;
	margin:0 auto;
	color:#000;
}

.foot-copyright  {
	float:left;
	font-size:10px;
	font-family: 'robotolight';
}
.foot-logo {
	width:15%;
	float: left;
}
.foot-logo img {
	width:100%;
	height:auto;
	max-height:100%;
}

.foot-txt {
	width:80%;
	float: left;
	margin-left:5%;
	line-height: 1.5;
}


.foot-social {
	float:right;
}

.foot-social ul{
	margin:0px;
	width:auto;
}

.foot-social ul li{
	list-style:none;
	display:inline-block;
	margin-left:15px;
}

.foot-social ul li a:hover{
	opacity:0.5;
}


/*.foot-bloc1 {
	color: #000;
	font-size: 10px;
}
.foot-bloc1 img{
	max-height:36px;
	text-align:center;
	margin:0 auto 5px;
}
.foot-bloc1 span {
	font-size:10px;
	font-family: 'robotolight';
	line-height:1 !important;
}*/


.foot-bloc2 {
	/*color: #000;*/
	font-size: 12px;
}
.contact-intro {
	line-height:1.3 !important;
	font-weight: 400;
}

.foot-bloc-central {
	color: #000;
	font-size: 12px;
}

.foot-center-left {
	float: left;
	width: 30%;
	margin-right: 5%;
	color: #000;
	font-size: 12px;
}

.foot-center-center {
    float: left;
    width: 30%;
    /*margin-right: 5%;*/
    color: #000;
    font-size: 12px;
}

.foot-center-right {
	float: right;
	width: 30%;
	margin-left: 5%;
	color: #000;
	font-size: 12px;
}

.footerwidget1 #text-5 {
	float: left;
	width: 25%;
}

/*.footerwidget1 #text-11 {
	float: left;
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
}

.footerwidget1 #text-11 h3 {
	text-align: center;
	font-size: 14px;
	margin-bottom: 10px;
}

.footerwidget1 #text-10 {
	float: left;
	width: 25%;
}

.footerwidget1 #text-10 h3 {
	text-align: center;
	font-size: 14px;
	margin-bottom: 10px;
}*/

.newsletter-widget {
	/*float: right;*/
	margin: 15px 0 20px;
}

.newsletter-email {
	margin-right: 5px;
}

.widget_search #searchform {
    padding: 0px 25px;
}

.widget_search #searchsubmit {
    width: 37%;
    float: left;
}

.widget_search #s {
    height: 20px;
    float: right;
}

#categories-2 .widget-title {
    display: block;
    background-image: url("/wp-content/uploads/2016/07/Ranc-cat-grey.png");
    height: 37px;
    background-repeat: no-repeat;
    background-size: contain;
}

#wpp-2 .widget-title {
    display: block;
    background-image: url("/wp-content/uploads/2016/07/Ranc-articles-grey.png");
    height: 37px;
    background-repeat: no-repeat;
    background-size: contain;
}

#search-2 .widget-title {
    display: block;
    background-image: url("/wp-content/uploads/2016/07/Ranc-recherche-grey.png");
    height: 37px;
    background-repeat: no-repeat;
    background-size: contain;
}

#search-2 {
    padding-bottom: 35px;
}


#nav_menu-2 {
	float:left;
	width:24%;
	margin-right:1%;
	font-size:12px;
	font-family: 'robotolight';
}
#nav_menu-2 ul li{
		list-style-image: url('footer-li.png');
		font-size:12px;
		margin-left: 12px;
		
}
#nav_menu-2 ul li a{
	color: #000;
}
#nav_menu-3 {
	float:left;
	width:24%;
	margin-right:1%;
	font-size:12px;
	font-family: 'robotolight';
	
}

#nav_menu-3 ul li{
		list-style-image: url('footer-li.png');
		font-size:12px;
		margin-left: 12px;
}
#nav_menu-3 ul li a{
	color: #000;
}

#nav_menu-4 {
	float:left;
	width:24%;
	margin-right:1%;
	font-size:12px;
	font-family: 'robotolight';
}
#nav_menu-4 ul li{
		list-style-image: url('footer-li.png');
		font-size:12px;
		margin-left: 12px;
}
#nav_menu-4 ul li a{
	color: #000;
}

#nav_menu-5 {
	float:left;
	width:24%;
	margin-right:1%;
	font-size:12px;
	font-family: 'robotolight';
}
#nav_menu-5 ul li{
		list-style-image: url('footer-li.png');
		font-size:12px;
		margin-left: 12px;
}
#nav_menu-5 ul li a{
	color: #000;
}

#nav_menu-6 {
	float:left;
	width:24%;
	margin-right:1%;
	font-size:12px;
}
#nav_menu-6 ul li{
		list-style-image: url('footer-li.png');
		font-size:12px;
		margin-left: 12px;
}
#nav_menu-6 ul li a{
	color: #000;
}

#nav_menu-7 {
	float:left;
	width:165px;
	font-size:12px;
}
#nav_menu-7 ul li {
		list-style-image: url('footer-li.png');
		font-size:12px;
		margin-left: 12px;
}
#nav_menu-7 ul li a {
	color: #000;
}

#nav_menu-2 h3.widget-title {
	padding:0px 0px 10px 0px;
	font-size: 12px;
	text-transform:uppercase;
	color:#000;
	border-bottom:1px solid #adadad;
	font-weight:normal !important;
	margin-bottom: 10px;
}

#nav_menu-3 h3.widget-title {
	padding:0px 0px 10px 0px;
	font-size: 12px;
	text-transform:uppercase;
	color:#000;
	border-bottom:1px solid #adadad;
	font-weight:normal !important;
	margin-bottom: 10px;
}

#nav_menu-4 h3.widget-title {
	padding:0px 0px 10px 0px;
	font-size: 12px;
	text-transform:uppercase;
	color:#000;
	border-bottom:1px solid #adadad;
	font-weight:normal !important;
	margin-bottom: 10px;
}

#nav_menu-5 h3.widget-title {
	padding:0px 0px 10px 0px;
	font-size: 12px;
	text-transform:uppercase;
	color:#000;
	border-bottom:1px solid #adadad;
	font-weight:normal !important;
	margin-bottom: 10px;
}

#nav_menu-6 h3.widget-title {
	padding:0px 0px 10px 0px;
	font-size: 12px;
	text-transform:uppercase;
	color:#000;
	border-bottom:1px solid;
	font-weight:normal !important;
	margin-bottom: 10px;
}

#nav_menu-7 h3.widget-title {
	padding:0px 0px 10px 0px;
	font-size: 12px;
	text-transform:uppercase;
	color:#000;
	border-bottom:1px solid;
	font-weight:normal !important;
	margin-bottom: 10px;
}

ul.cat {
	margin:20px 0px;
	width:100%;
}

ul.cat li {
	list-style:none;
	display: block;
	margin:9px 0px !important;
	width:100%;
	
}
ul.cat li img:hover{
	opacity:0.7;
}


.servir {
	margin: 0px 0px;
	width: 100%;
	background: transparent;
	padding-bottom: 5px;
	padding-top: 20px;
	border: 2px solid #006994;
	border-radius: 10px;
	/*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);*/
}


.servir h2{
	text-align:left;
	color:#fff;
	text-transform:uppercase;
	background:#006994;
	font-size:18px;
	font-family: 'robotobold';
	margin-bottom:0px;
	line-height:1.8 !important;
	padding-left: 25px;
}

/*.servir ul{
	margin:25px 0px 25px 35px !important
}*/

.servir ul li, .widget_categories ul li {
	    	list-style-image: url('servir-li-5.png');
		margin-left:30px !important;
		padding-right: 15px;
		/*list-style: none;*/
		font-size: 1.2em !important;
		font-family: 'robotobold';
		color: #404142 !important;
		text-decoration:none;
		line-height:1.5 !important;
		margin-bottom: 8px;
}

.servir ul li a{
	font-size:1.3em;
	font-family: 'robotobold';
	color:#565656 !important;
	text-decoration:none;
	line-height:1.5 !important;
}

.servir ul li a:hover{
	color:#006994 !important;
}
.fa-2x{
color : #006994;
margin-left: -60px;
}

.cfg-contactform {
	padding: 0px 15px;
}

.cfg-contactform p{
	text-align: left !important;
	font-size: 13px !important;
	line-height: 1;
	margin-bottom:0px !important;
}


.cfg-contactform input[type="submit"]{
    cursor: pointer;
	height: auto;
	padding: 4px 4px;
	border-width: 1px;
	border-style: solid;
	font-family: 'robotobold';
	font-size: 18px !important;
	border-radius: 0px;
	color: #FFF;
	background-color: #404142;
	background-image:none;
	border-color: #FFF;
	text-align:center;
	width: 280px;
}

.formulaire1 {
	margin:0px 0px;
	width:100%;
	background:#f6f6f6;
	padding-bottom:2px;
}


.formulaire1 h2{
	text-align:center;
	width:100%;
	color:#fff;
	text-transform:uppercase;
	background:#006994;
	font-family: 'roboto_condensedbold';
	font-size:18px;
	margin-bottom:17px;
}


.page #mainslider, .blog #mainslider, .single #mainslider, .archive #mainslider {
	display:none;
}
.home #mainslider {
	display: block !important;
}

#mainslider {
	float:left;
	width:100%;
}


.rejoindre ul li{
	      list-style-image: url('servir-li.png');
		margin-left:30px !important;
		padding-right: 15px;
		/* list-style: none; */
}




.breadcrumbs {
	color:#006994;
	font-family: 'robotolight';
	font-size:13px;
}

.breadcrumbs a{
	color:#424242;
	text-decoration: none;
}



#partner-logo {
	float:left;
	width:100%;
	background:#f8f8f8;
}

.home .partner-logo {
	display:none;
}

.partner-logo {
	width:1015px;
	margin:40px auto;
	padding:10px 0px;
	border: 1px solid #B9B9B9;
	background:#fff;
}


.partner-logo ul {
    padding: 0px 15px;
	min-height:60px;
	background:#fff;
}

.partner-logo ul li{
	list-style:none;
	display:inline-block;
	margin-right:20px;
	margin-left:0px;
	height:70px;
	width:auto;
}
.partner-logo ul li img{
	height:70px;
	width:auto;
}


.partner-logo ul li:last-child{
	margin-right:0px;
}

#primary #content {
	text-align: center;
}

#primary #content img {
	margin-bottom: 15px;
}

#primary #content img.attachment-post-thumbnail {
	display:none;
}


/************responsive**************/

@media only screen and (max-width:1160px){
/*	.site-header {
    height: 139px;
} */
	.nav-menu {
    width: auto !important;
	margin-right:20px;
}
.metaslider .caption {
    font-size: 0.8em;
}
.metaslider .caption-wrap {
    color: white;
    line-height: 1.0em;
}
.bloc_widget1 {
    min-height: 420px;
}
.bloc_widget3 ul li a {
    font-size: 14px;
}
#footer-menu, .footerwidget2 {
    width: 95%;
}
.home .bloc_widget3 ul li h4 a {
    font-size: 14px;
  }

}


@media only screen and (max-width:980px){
/* .home .wrapper {
	width: 90% !important;
	margin:0px auto !important;
	padding:0px;
}
.wrapper {
   width: 90% !important;
	margin:0px auto !important; 
   padding:0px;
}
.contenu {
   width: 90% !important;
	margin:0px auto !important;
   padding:0px;
} */
.metaslider .caption {
    font-size: 0.7em;
}
.metaslider .caption-wrap {
    color: white;
    line-height: 0.9em;
}

/*.fil-ariane {
	margin:0px auto !important;
}*/
.bloc_widget1 {
	margin:0px auto !important;
	min-height: 430px;
}
.bloc_widget2 ul{
	margin:0px auto !important;
   padding:0px;
}

.bloc_widget3 {
	margin:0px auto !important;
   padding:0px;
}

/*.footerwidget1 {
	margin:0px auto !important;
   padding:0px;
   width:90%;
}

.footerwidget2 {
	width:90%;
	margin:0px auto !important;
   padding:0px;
}*/

.partner-logo {
	margin:20px auto !important;
   padding:0px;
   width:90%;
}
.bloc_partners {
    width: 100% !important;
}

/*.bloc_actualites {
    width: 100% !important;
}*/

.site-description {
    margin-left: 15px;
    font-size: 20px;
}
.main-navigation li a {
    padding: 9px 15px 10px !important;
}

.bloc_widget3 ul {
	width: 49%;
	margin: 0 0.5%;
}

.bloc_widget3 ul li {
	width: 100%;
	margin-bottom: 10px;
}
/*.newsletter-widget {
    width: 100%;
    text-align: right;
}
.foot-bloc-social {
    width: 30%;
    text-align: right;
}*/

}

@media only screen and (max-width:960px) {
	
/*	.main-navigation li a {
    font-size: 10px !important;
    padding: 4px 10px !important;
} */

.headersearch {
    position: relative;
    left: inherit;
    top: 35px;
    margin-left: 20px;
}

/* .metaslider .caption-wrap {
	top: 50%;
	font-size: 50px;
} */

#mainslider {
    height: 100px;
	padding-top:0px;
	
}

.bloc_widget1 {
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
    margin-top: 150px !important;
}
#footer-sidebar1 {
    width: 65%;
}
#footer-sidebar3 {
    width: 32%;
}
}


@media only screen and (max-width:899px){
.site-content {
    width: 100%;
    margin: 0 !important;
}
.widget-area {
    width: 100%;
}
.servir {
    width: 100%;
    float: left;
    margin: 0;
}
.cat {
    width: 97% !important;
    float: left;
    margin-right: 3% !important;
    margin-top: 2% !important;
}
.formulaire1 {
    width: 100%;
    float: left;
    margin-top: 2%;
}


.widget-area #text-7, .widget-area #text-8 {
    margin-bottom: 0px !important;
    width: 50%;
    float: left;
    display: block;
}

.blog .widget-area #text-8 {
    margin-bottom: 0px !important;
    width: 49%;
    margin-left:1%
    float: left;
    display: block;
}

.widget-area #text-9, .widget-area #categories-2 {
    margin-bottom: 0px !important;
    margin-right:1%;
    width: 49%;
    float: left;
    display: block;
}

.widget-area #wpp-2, .widget-area #search-2 {
    margin-bottom: 0px !important;
    width: 49%;
    margin-left:1%;
    float: left;
    display: block;
}

.metaslider .caption-wrap {
    color: white;
    line-height: 0.8em;
}
.metaslider .caption {
    font-size: 0.6em;
}

#secondary {
    margin-top: 0 !important;
}

.site-description {
    margin-left: -204px;
    top: 90px;
    font-size: 18px;
}

.main-navigation li a {
    padding: 9px 10px 10px !important;
    font-size: 13px;
}
}

@media only screen and (max-width:820px){
/*.foot-bloc-social {
    width: 35%;
}*/
.foot-copyright  {
	font-size:9px;
}

}


@media only screen and (max-width:799px){
/*.main-navigation {
    height: auto;
	padding:10px 20px;
	margin-top: 60px;
} */
.metaslider {
    margin-top: 0px !important;
}

.headersearch {
    margin-top: 10px;
    top: 29px;
    position: relative;
    text-align: center;
    float: none !important;
}
.site-description {
    font-size: 16px;
}
.metaslider .caption {
    font-size: 0.5em;
}
.bloc_widget1 {
    min-height: 500px;
    text-align: center;
}
.bloc_widget1 .contenu h3 {
    text-align: center;
}
.home .bloc_widget1 .contenu h1 {
    text-align: center;
  }
#footer-sidebar1 {
    width: 55%;
}
#footer-sidebar3 {
    width: 42%;
}

.foot-center-left {
	width: 48%;
	margin-right: 4%;
}

.foot-center-center {
    width: 48%;
}

.foot-center-right {
	width: 48%;
	margin: 20px 0 0;
}
#AnythingPopup_BoxContainer1,
#AnythingPopup_BoxContainer2,
#AnythingPopup_BoxContainer3,
#AnythingPopup_BoxContainer4,
#AnythingPopup_BoxContainer5,
#AnythingPopup_BoxContainer6,
#AnythingPopup_BoxContainer7,
#AnythingPopup_BoxContainer8,
#AnythingPopup_BoxContainer9,
#AnythingPopup_BoxContainer10,
#AnythingPopup_BoxContainer11,
#AnythingPopup_BoxContainer12,
#AnythingPopup_BoxContainer13,
#AnythingPopup_BoxContainer14,
#AnythingPopup_BoxContainer15 {
	left: 0 !important
}
#AnythingPopup_BoxContainerBody1,
#AnythingPopup_BoxContainerBody2,
#AnythingPopup_BoxContainerBody3,
#AnythingPopup_BoxContainerBody4,
#AnythingPopup_BoxContainerBody5,
#AnythingPopup_BoxContainerBody6,
#AnythingPopup_BoxContainerBody7,
#AnythingPopup_BoxContainerBody8,
#AnythingPopup_BoxContainerBody9,
#AnythingPopup_BoxContainerBody10,
#AnythingPopup_BoxContainerBody11,
#AnythingPopup_BoxContainerBody12,
#AnythingPopup_BoxContainerBody13,
#AnythingPopup_BoxContainerBody14,
#AnythingPopup_BoxContainerBody15 {
	width: 95vw;
}


}


@media only screen and (max-width:720px){
.bloc_widget1 {
    min-height: 570px;
}
/*.foot-bloc-social {
    width: 40%;
}*/
}


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

/*.servir {
    width: 80%;
    float: none !important;
	margin: 0px auto 30px !important;
}*/

ul.cat {
    text-align: center !important;
}

.widget-area #text-7, .widget-area #text-8 {
    margin-bottom: 0px !important;
    width: 100%;
    float: left;
    display: block;
}
.blog .widget-area #text-8 {
    margin-bottom: 0px !important;
    width: 100%;
    float: left;
    display: block;
}
.blog .widget-area #text-8 img, .archive .widget-area #text-8 img {
     max-width:49%;
}
.img-contact {
	width: 100%;
}
.intro-contact {
	width: 98%;
	margin-top: 20px;
}
.logo-header {
    width: 100% !important;
    text-align: center !important;
	margin-bottom:-20px !important;
}
.site-description {
   /* float: left;*/
    width: 100%;
    clear: both;
    text-align: center !important;
    margin-top: 0px !important;
    margin-left: 0;
    top: 30px;
}

#header-sidebar-2 {
    float: none !important;
    text-align: center !important;
    top: 40px;
}
.main-navigation {
    margin-top: 40px;
}

.metaslider .caption {
    display: none;
}
.bloc_widget1 {
    margin-top: 110px !important;
    min-height: 180px;
}
.boc-content {
	display: none;
}
.bloc_widget1 .contenu h3 {
    font-size: 14px;
}
.home .bloc_widget1 .contenu h1 {
    font-size: 14px;
  }

.bloc_widget3 ul li {
	height: 51px;
}
.bloc_widget3 ul li img {
	max-height: 25px;
}
.bloc_widget3 ul li a {
	font-size: 12px;
}
.home .bloc_widget3 ul li h4 a {
    font-size: 12px;
  }
.certif-texte {
    width: 100%;
    margin-right: 0;
}
.certif-img {
    width: 100%;
}
#bloc_partners {
    width: 100%;
    margin-right: 0;
}
#bloc_actualites {
    width: 100%;
}
#bloc_actualites .srp-post-content-container {
	flex-direction: row;
}
.bloc_widget3 ul {
    width: 100%;
    margin: 0;
}
/*.foot-bloc-social {
    width: 50%;
}*/
/*.footerwidget1 #text-5 {
    width: 100%;
}
.footerwidget1 #text-11 {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 20px;
}
.footerwidget1 #text-10 {
    width: 100%;
    margin-top: 20px;
}
.newsletter-widget {
    float: left;
}*/

#footer-sidebar1 {
    width: 100%;
    margin: 0 0 20px;
}
#footer-sidebar3 {
    width: 100%;
}

.foot-center-left {
	width: 30%;
	margin-right: 5%;
}

.foot-center-center {
    width: 30%;
}

.foot-center-right {
	width: 30%;
	margin: 0 0 0 5%;
}

.bloc_1 {
	width:49%;
	float:left;
	margin-right:2%;
	margin-top:-49px;
}
.bloc_2 {
	width:49%;
	float:left;
	margin-right:0;	
	margin-top:-49px;
}
.bloc_3 {
	width:49%;
	float:left;
	margin-right:2%;	
	margin-top:0;
}

.bloc_4 {
	width:49%;
	float:left;	
	margin-top:0;
}


}

@media only screen and (max-width:599px){
.bloc_widget1 {
    margin-top: 0px !important;
}
}


@media only screen and (max-width:520px){
/*.foot-bloc-social {
    width: 60%;
}*/
.widget-area #text-9, .widget-area #categories-2 {
    margin-bottom: 0px !important;
    margin-right:0%;
    width: 100%;
    float: left;
    display: block;
}

.widget-area #wpp-2, .widget-area #search-2 {
    margin-bottom: 0px !important;
    width: 100%;
    margin-left:0%;
    float: left;
    display: block;
}

.blog .widget-area #text-8 img, .archive .widget-area #text-8 img {
     max-width:100%;
}

}


@media only screen and (max-width:440px){
.metaslider .caption-wrap {
	display:none !important;
}
.bloc_widget1 {
    margin-top: -5% !important;
    min-height: 150px;
    width: 100%;
    font-size: 14px;
}
/*.bloc_widget1 .contenu {
    padding: 23px 0;
    left: 0;
    right: 0;
}*/
.bloc_widget1 .contenu h3 {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 10px;
}
.bloc_widget1 .contenu p {
    font-size: 10px;
}
.home .bloc_widget1 .contenu h1 {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 10px;
  }
/*.foot-bloc-social {
    width: 100%;
    text-align: center;
}
.foot-copyright  {
	font-size:8px;
}*/
.foot-logo {
	width:100%;
}
.foot-logo img {
	width:50%;
	height:auto;
	margin: 0 25%;
}
.foot-txt {
	width:100%;
	margin: 0;
}

.foot-center-left {
	width: 48%;
	margin-right: 4%;
}

.foot-center-center {
    width: 48%;
}

.foot-center-right {
	width: 48%;
	margin: 20px 0 0;
}

}

.contenu {
	max-width:1015px;
	margin:0 auto;
}

#header-sidebar-1 {
	float:right;
	margin-right:15px;
	width:auto;
}

#header-sidebar-2 {
	float:right;
	text-align:right;
	position: relative;
	color:#424242;
}

#header-sidebar-2 a{
	text-decoration:none !important;
}

a.rappel{
	margin-right:5px;
}

#header-sidebar-2 p{
	font-family: 'robotobold';
	font-size:14px;
}

#header-sidebar-2 span{
	font-family: 'robotolight';
	font-size: 10px;
}
.header-contact {
	margin-bottom: 10px;
}

.numeroTelephone {
	font-size: 1.3rem !important;
	font-weight: 600;
	border-style: solid;
	border-width: 1px;
	padding: 0 8px 0 5px;
}


.widget_polylang ul li{
	display: inline-block;
	margin-left: 20px;
}

.metaslider .caption-wrap {
	font-size: 36px;
	font-family: 'roboto_condensedbold' !important;
	text-shadow: 2px 2px 4px #000;
	bottom: 95px !important;
	text-align: center;
}


#primary{ 
margin-top: 27px; }

.home #primary{ 
margin-top: -95px !important;
 }

#secondary{ 
margin-top: -33px; }

.sa_owl_theme .owl-item .sa_vert_center_wrap .sa_vert_center {
    text-align: center;
}

@media only screen and (min-width:960px)  and (max-width:1190px){
/*.main-navigation li a {
    font-size: 12px !important;
    padding: 4px 15px !important;
}*/
.headersearch {
    position: relative;
    left: inherit;
    top: 35px;
    margin-left: 20px;
}
}
/*@media only screen and (max-width:600px){
	
	.contenu {
    text-align:center
}

}*/

/*@media only screen and (max-width:800px){
	
#header-sidebar-1 {
    float: none;
    text-align: center;
}
#header-sidebar-2 {
    top: 51px;
    z-index: 6000;
}
}*/





/* *** Cookies *** */

 

#cookie_hdr_showagain {

       width: 40px;

       height: 40px;

       background-image: url(https://www.aveniralarme.com/wp-content/uploads/2024/03/cookie-groupe-ranc-1.png);

       background-size: contain;

       display: inline-block;

}

 

#cookie-law-info-again {

       padding: 0;

       box-shadow: none;

       background-color: transparent !important;

}

 

#wt-cli-reject-btn,

#wt-cli-settings-btn,

#wt-cli-accept-btn,

#wt-cli-save-preferences-btn,

#wt-cli-accept-all-btn {

       padding: 8px 3px !important;

       width: 31% !important;

       margin: 20px 1% 0 !important;

       border: 1px solid rgb(185, 191, 190) !important;

       line-height: 1.2 !important;

       text-align: center;

       border-radius: 0;

}

 

#wt-cli-reject-btn:hover,

#wt-cli-settings-btn:hover,

#wt-cli-accept-btn:hover {

       background-color: rgba(0,0,0,0.05) !important;

}

 

#wt-cli-accept-btn,

#wt-cli-accept-all-btn {

       border: 1px solid #2c80aa !important;

}

 

#wt-cli-accept-btn:hover {

    color: #2A5382 !important;

}

 

#wt-cli-settings-btn {

       border: 1px solid #8cbe22 !important;

}

 

#wt-cli-policy-link {

       font-style: italic;

       font-size: 14px !important;

}

 

#wt-cli-cookie-banner {

       text-align: justify !important;

       font-size: 14px;

       line-height: 1;

}

 

#wt-cli-cookie-banner-title {

       text-align: center !important;

}

 

.cli-tab-footer .wt-cli-privacy-accept-btn {

    background-color: #2c80aa;

}

 

.cli-tab-footer .wt-cli-privacy-accept-btn:hover {

    color: #8dd6f4 !important;

}

 

#cookie-law-info-bar {

       border-radius: 20px !important;

       padding: 30px !important;

}

 

.cookielawinfo-modern thead,

.cookielawinfo-winter thead {

    background-color: #8cbe22;

    border-bottom: solid 1px #999;

}

 

table.cookielawinfo-winter thead th {

    background-color: #8cbe22 !important;

}

 

table td, table th {

       word-break: break-word !important;

}

 

/* *** End Cookies *** */

 

@media (max-width: 780px)

 

       /* *** Cookies *** */

 

       #cookie-law-info-bar {

              padding: 20px !important;

       }

 

       #cookie_hdr_showagain {

              width: 30px;

              height: 30px;

       }

 

       #cookie-law-info-again {

              left: 10px !important;

       }

 

      /* *** End Cookies *** */