@font-face {
	font-family: 'Raleway-Regular';
	src: url('../fonts/Raleway-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Raleway-Heavy';
	src: url('../fonts/Raleway-Heavy.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Raleway-Bold';
	src: url('../fonts/Raleway-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Raleway-SemiBold';
	src: url('../fonts/Raleway-SemiBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Raleway-Medium';
	src: url('../fonts/Raleway-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Raleway-Light';
	src: url('../fonts/Raleway-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Raleway-ExtraLight';
	src: url('../fonts/Raleway-ExtraLight.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Raleway-Italic';
	src: url('../fonts/Raleway-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
html, body {
	height: 100%;
	margin: 0;
}
.container {
	max-width: 1140px;
}
.right {
	float: right;
}
.left {
	float: left;
}
.margin-bottom {
	margin-bottom: 20px;
}
.marg {
	margin-bottom: 10px !important;
}
.mobile {
	display: none !important;
}
.relative {
	position: relative;
}
.center {
	margin: auto;
}
a {
	color: #045195;
}

.slider {
	position: relative;
}
a.sl-prev, a.sl-next {
	width: 52px;
	height: 100px;
	position: absolute;
	top: calc(50% - 50px);
}
a.sl-prev {
	right: calc(100% + 30px);
	background-image: url('../img/arrow-left.png');
}
a.sl-next {
	left: calc(100% + 30px);
	background-image: url('../img/arrow-right.png');
}
body {
    color: #666666;
    font-size: 14px;
    line-height: 1.42857;
    font-family: "Raleway-Regular",Helvetica,Arial,sans-serif;
}

/* Header */
#main-header {
	z-index: 9999;
	background-color: #dad6d3;
}
#main-header .navbar-default {
	background-color: transparent;
	margin-bottom: 8px;
	margin-top: 8px;
	border: none;
}
#main-header .container-fluid {
	padding: 0;
}
#main-header #navbar-collapse {
	padding: 0;
}
#main-header #menu-menu-header-1 {
	float: none;
	width: auto;
	margin: auto;
	display: inline-block;
}
#main-header .navbar-default .navbar-nav > li > a {
	color: #045195;
	font-size: 14px;
	line-height: 1.1em;
	font-family: "Raleway-SemiBold",Helvetica,Arial,sans-serif;
}
.espace {
	text-align: center;
	background-color: #fff;
	border-right: 1px solid #dad6d3;
}
.espace-part input {
	margin-bottom: 10px;
}
.espace-part input[type=submit] {
	color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    padding: 6px 12px;
    border-radius: 4px;
    text-align: center;
    white-space: nowrap;
    line-height: 1.42857;
    display: inline-block;
    vertical-align: middle;
	-moz-user-select: none;
    background-image: none;
	background-color: #045195;
    border: 1px solid transparent;
}
#main-header .menu-item-social {
	display: none;
	margin-left: 12px;
	text-align: center;
}
.contact-social,
#main-header .navbar-default .navbar-nav > li > a.social {
	width: 62px;
	height: 60px;
	display: table-cell;
	vertical-align: middle;
	background-color: #fff;
}
.contact-social {
	float: left;
	width: 55px;
	height: 42px;
	margin-left: 2px;
	text-align: center;
}
#main-header .navbar-default .navbar-nav > li > a.social+a.social {
	border-left: 1px solid #dad6d3;
}
#header-titre {
	height: 477px;
}
#header-titre .attachment-post-thumbnail {
	position: absolute;
    bottom: -9999px;
    right: -9999px;
    left: -9999px;
    top: -9999px;
    margin: auto;
}
#header-titre .container-titre {
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}
#header-titre .container-titre .container {
	height: 100%;
	position: relative;
}
#header-titre .navbar-brand {
	float: none;
	padding: 0;
}
#header-titre .navbar-brand img {
	padding: 30px 0;
}
#header-titre h1 {
	color: #fff;
	margin-top: 0;
	font-size: 50px;
	font-weight: normal;
	font-family: "Raleway-ExtraLight",Helvetica,Arial,sans-serif;
}
#header-titre h1:before,
#header-titre h1:after {
	content: ' ';
	height: 8px;
	width: 120px;
	display: block;
	background-color: #fff;
}
#header-titre h1:before {
	margin-bottom: 10px;
}
#header-titre h1:after {
	margin-top: 10px;
}
.header-titre #menu-menu-header-2 {
	padding: 0;
	list-style: none;
}
.header-titre #menu-menu-header-2 .logo-menu {
	display: none;
}
.home .header-titre .container-menu-2 {
	bottom: 0;
	width: 100%;
	position: absolute;
}
#wrapper .header-titre.fixedP #menu-menu-header-2,
#wrapper .header-titre.fixed #menu-menu-header-2 {
	position: fixed;
	z-index: 999;
	width: 100%;
	left: 0;
	top: 0;
}
#wrapper .header-titre.fixedP #menu-menu-header-2 .logo-menu,
#wrapper .header-titre.fixed #menu-menu-header-2 .logo-menu {
	display: block;
	background-color: #666666;
}
.header-titre #menu-menu-header-2 li > a {
	width: 100%;
	color: #fff;
	height: 80px;
	padding: 15px;
	display: block;
	font-size: 17px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Raleway-Heavy",Helvetica,Arial,sans-serif;
}
.header-titre #menu-menu-header-2 li {
	float: left;
	display: block;
	position: relative;
	text-align: center;
	width: calc(100% / 6);
}
.header-titre.fixedP #menu-menu-header-2 li,
.header-titre.fixed #menu-menu-header-2 li {
	width: calc(100% / 7);
}
.header-titre #menu-menu-header-2 li.menu-item:hover .sub-menu {
	display: block;
}
.header-titre #menu-menu-header-2 .sub-menu {
	padding: 0;
	z-index: 9999;
	position: absolute;
	background-color: #fff;
	border-left: 1px solid #54799e;
	border-right: 1px solid #54799e;
	border-bottom: 1px solid #54799e;
	display: none;
}
.header-titre #menu-menu-header-2 .sub-menu li {
	width: 100%;
	display: block;
	text-align: left;
}
.header-titre #menu-menu-header-2 .sub-menu li a {
	color: #000;
	height: auto;
	font-size: 15px;
	padding: 8px 15px;
	text-transform: none;
    font-family: "Raleway-Regular",Helvetica,Arial,sans-serif;
}
.header-titre #menu-menu-header-2 .sub-menu li a:hover {
    font-family: "Raleway-Heavy",Helvetica,Arial,sans-serif;
}
#header-titre .ariane {
	color: #fff;
	font-size: 12px;
	margin-top: 20px;
}
#header-titre .ariane a {
	color: #fff;
	text-decoration: underline;
}
.home #wrapper {
	margin-top: -80px;
	padding-top: 30px;
}
#wrapper {
	margin-top: -90px;
}
.btn-contacts {
	top: 120px;
	right: 10px;
	z-index: 9999;
	position: fixed;
}
.btn-contacts a {
	display: block;
	padding-bottom: 2px;
}
.btn-contacts .contact_tel_image {
	cursor: pointer;
	padding-bottom: 2px;
}
.btn-contacts .contact-cache {
	top: 12px;
	right: 70px;
	width: 228px;
	display: none;
	color: #045195;
	font-size: 24px;
	text-align: right;
	position: absolute;
	margin-right: 10px;
	font-family: "Raleway-Heavy",Helvetica,Arial,sans-serif;
}
.btn-contacts .affich-contact {
	width: 80px;
	text-align: right;
}
.btn-contacts .affich-contact:hover .contact-cache {
	display: block;
}
.btn-contacts .contact-affich:hover + .contact-cache {
	display: block;
}


/* Footer */
#menu-menu-footer {
	list-style: none;
	padding: 0;
}
#menu-menu-footer li {
	float: left;
	text-align: center;
}
#menu-menu-footer li > a {
	width: 100%;
	display: block;
	color: #045195;
	font-size: 14px;
	position: relative;
	padding: 15px 48px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Raleway-Bold",Helvetica,Arial,sans-serif;
}
#main-footer .border {
	padding: 30px;
	border-top: 1px solid #045195;
	border-bottom: 1px solid #045195;
}
#main-footer .loc,
#main-footer .news,
#main-footer .res-soc {
	display: inline-block;
	margin-right: 30px;
}
#main-footer .res-soc a {
	border-right: 1px solid #fff;
	display: inline-block;
}
#main-footer .news {
	width: 350px;
	border: 1px solid #045195;
}
#main-footer .news a {
	display: block;
	color: #045195;
	text-decoration: none;
}
#main-footer .loc {
	width: 375px;
	color: #045195;
	font-size: 14px;
	margin-right: 0;
	vertical-align: bottom;
	text-transform: uppercase;
}
#main-footer .loc h5 {
	font-family: "Raleway-Bold",Helvetica,Arial,sans-serif;
}
#main-footer .footer-sub h6 {
	color: #045195;
	font-size: 14px;
	font-family: "Raleway-SemiBold",Helvetica,Arial,sans-serif;
}
#main-footer .footer-sub,
#main-footer .footer-sub a,
#main-footer .footer-sub a:hover {
	color: #045195;
	text-decoration: none;
}
#main-footer .footer-sub ul {
	padding: 0;
	list-style: none;
}
#main-footer .footer-sub li:before {
	content: '- ';
}
#main-footer .border-left {
	border-left: 1px solid #045195;
}
#main-footer .footer-sub .gras li a {
	color: #045195;
	margin: 10px 0;
	display: block;
	font-family: "Raleway-SemiBold",Helvetica,Arial,sans-serif;
}
#main-footer .footer-sub .gras li:before {
	content: none;
}
#main-footer .nextia {
	color: #045195;
}
#main-footer .nextia a.gras {
	font-family: "Raleway-SemiBold",Helvetica,Arial,sans-serif;
}
#main-footer #menu-submenu-footer-3 {
	padding: 0;
	float: right;
	list-style: none;
}
#main-footer #menu-submenu-footer-3 li {
	float: left;
}
#main-footer #menu-submenu-footer-3 li a {
	padding: 0 15px;
}
#main-footer .nextia a,
#main-footer .nextia a:hover {
	color: #045195;
	text-decoration: none;
}


/* Home */
.home .carousel,
.home .item,
.home .active {
    height: 100%;
}
.home .carousel-inner {
    height: 100%;
    background-color: #dad6d3;
}
.home .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
#myCarousel #main-header {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}
#myCarousel .cont-home {
	width: calc(100% - 15px);
	position: absolute;
	top: 77px;
	left: 0;
}
#myCarousel .container-titre {
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}
#myCarousel .container-titre .container {
	height: 100%;
	position: relative;
}
#myCarousel .navbar-brand {
	float: none;
	padding: 0;
}
#myCarousel .navbar-brand img {
	padding: 30px 0;
}
#myCarousel h1 {
	color: #fff;
	margin-top: 0;
	font-size: 50px;
	font-weight: normal;
	font-family: "Raleway-ExtraLight",Helvetica,Arial,sans-serif;
}
#myCarousel h1:before,
#myCarousel h1:after {
	content: ' ';
	height: 8px;
	width: 120px;
	display: block;
	background-color: #fff;
}
#myCarousel h1:before {
	margin-bottom: 10px;
}
#myCarousel h1:after {
	margin-top: 10px;
}
.home .header-titre {
	height: 80px;
}
.home #myCarousel h1 strong {
	font-family: "Raleway-Medium",Helvetica,Arial,sans-serif;
}
.home h3 {
	color: #045195;
	font-size: 17px;
	margin-top: 40px;
	text-transform: inherit;
	font-family: "Raleway-Bold",Helvetica,Arial,sans-serif;
}
.btn-home,
.btn-home:hover {
	width: 100%;
	color: #045195;
	font-size: 17px;
	padding: 20px 0;
	white-space: normal;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #f2f2f2;
	font-family: "Raleway-Heavy",Helvetica,Arial,sans-serif;
}
.btn-home img {
	margin-right: 10px;
	vertical-align: middle;
}
.home .solutions {
    overflow: hidden;
	min-height: 520px;
    position: relative;
}
.home .solutions .fond-solution {
    position: absolute;
    right: -9999px;
    left: -9999px;
    margin: auto;
    height: 100%;
    width: auto;
}
.home .solutions h2 {
	color: #fff;
}
.home .solutions h2:after {
	background-color: #fff;
}
.home .sol-img {
	margin-right: 10px;
}
.home .sol-texte {
	color: #fff;
	width: calc(100% - 120px);
}
.home .sol-texte h3 {
	color: #fff;
	margin-top: 0;
	text-transform: uppercase;
	font-family: "Raleway-Heavy",Helvetica,Arial,sans-serif;
}
.home .chiffres {
	color: #045195;
	font-size: 17px;
	font-weight: normal;
	font-family: "Raleway-Bold",Helvetica,Arial,sans-serif;
}
.home .chiffres h3 {
	color: #045195;
	font-size: 60px;
	font-weight: normal;
	font-family: "Raleway-ExtraLight",Helvetica,Arial,sans-serif;
}
.home .img-rond {
	float: left;
	width: 90px;
	height: 90px;
	overflow: hidden;
	position: relative;
	border-radius: 50%;
	margin-right: 15px;
}
.home .img-rond img {
	position: absolute;
    bottom: -9999px;
    right: -9999px;
    left: -9999px;
    top: -9999px;
    margin: auto;
}
.home .padding {
	padding: 20px 0;
}
.home .actus {
	font-size: 15px;
	font-weight: normal;
	font-family: "Raleway-SemiBold",Helvetica,Arial,sans-serif;
}
.home .actus h5 {
	font-size: 17px;
	font-weight: normal;
	font-family: "Raleway-SemiBold",Helvetica,Arial,sans-serif;
}
.home .actus+.actus {
	border-top: 1px solid #d4d6d8;
}
.home .container-carou {
	width: calc(100% - 250px);
	position: relative;
	height: 150px;
	margin: auto;
}
.home #carousel {
	padding: 0;
	list-style: none;
}
.home .w5 {
	float: left;
	height: 135px;
	text-align: center;
	line-height: 135px;
}
.home .w5 img {
	margin: 0 15px;
}


/* Page */
h2 {
	color: #045195;
	font-size: 35px;
	margin-top: 60px;
	text-align: center;
	font-family: "Raleway-Light",Helvetica,Arial,sans-serif;
}
h2:after {
	height: 2px;
	content: ' ';
	width: 180px;
	display: block;
	margin: 20px auto 30px;
	background-color: #045195;
}

h3 {
	color: #666666;
	font-size: 17px;
	text-transform: uppercase;
	font-family: "Raleway-Heavy",Helvetica,Arial,sans-serif;
}
h4 {
	font-size: 16px;
}
.fond-gris {
	background-color: #f2f2f2;
}
.temoignage {
	color: #045195;
	font-family: "Raleway-Italic",Helvetica,Arial,sans-serif;
}
.voir-tem {
	color: #045195;
	cursor: pointer;
}
.voir-tem:hover {
	text-decoration: underline;
}
.nav-tabs > li a {
	color: #fff;
	border: none;
	background-color: #045195;
}
.nav-tabs > li a {
	color: #fff;
	border: none;
	background-color: #045195;
}
.nav-tabs > li a:hover,
.nav-tabs > li a:focus,
.nav-tabs > li.active a:hover,
.nav-tabs > li.active a:focus,
.nav-tabs > li.active a {
	border: none;
	color: #045195;
	background-color: #f2f2f2;
	border: none;
}
.tab-content {
	padding: 15px;
	color: #045195;
	background-color: #f2f2f2;
	border-top: none;
}
.panel.panel-default {
	border: none;
	box-shadow: none;
}
.panel-default > .panel-heading {
	border: none;
	color: #045195;
	background-color: #f2f2f2;
}
.panel-heading h2 a:hover,
.panel-heading h2 a {
	color: #045195;
	text-decoration: none;
}
.panel-heading h2 {
	text-align: left;
}
.panel-heading h2:after {
	content: none
}
.panel-heading a:after {
    content: url("../img/triangle-haut.png");
    float: right;
}
.panel-heading a.collapsed:after {
    content: url("../img/triangle-bas.png");
}
.panel-body {
	border: none !important;
}
.rectangle .titre {
	width: 100%;
	z-index: 10;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	top: calc(50% - 8px);
}
.rectangle .titre h4 {
	margin: 0;
}
.rectangle .titre h4 a {
	color: #fff;
	font-size: 16px;
}
.rectangle .titre h4 a:hover {
	text-decoration: none;
}
.wpcf7-select,
.contact textarea,
.wpcf7-text {
	width: 100%;
}
.actualites h3 {
	margin-top: 0;
}
.actu-titre {
	float: left;
	width: calc(100% - 25px);
}
.image-actu {
	width: 50%;
	margin-right: 15px;
	margin-bottom: 15px;
}
.wpcf7-form {
	color: #045195;
}
.wpcf7-submit {
    color: #fff;
    float: right;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    padding: 6px 12px;
    border-radius: 4px;
    text-align: center;
    white-space: nowrap;
    line-height: 1.42857;
    display: inline-block;
    vertical-align: middle;
	-moz-user-select: none;
    background-image: none;
	background-color: #045195;
    border: 1px solid transparent;
}
.ensavoirplus {
	float: right;
	text-decoration: underline;
}
.container-carou {
	width: calc(100% - 250px);
	position: relative;
	margin: auto;
}


/* Couleurs en fonction des pages */
.g1 {
	background-color: #54799e;
}
.header-titre #menu-menu-header-2 li#menu-item-247 .sub-menu {
	border-color: #54799e;
}
.header-titre #menu-menu-header-2 li#menu-item-247 .sub-menu a {
	color: #54799e;
}
.g2 {
	background-color: #ae547c;
}
.header-titre #menu-menu-header-2 li#menu-item-258 .sub-menu {
	border-color: #ae547c;
}
.header-titre #menu-menu-header-2 li#menu-item-258 .sub-menu a {
	color: #ae547c;
}
.g3 {
	background-color: #d64a5a;
}
.header-titre #menu-menu-header-2 li#menu-item-260 .sub-menu {
	border-color: #d64a5a;
}
.header-titre #menu-menu-header-2 li#menu-item-260 .sub-menu a {
	color: #d64a5a;
}
.g4 {
	background-color: #dfab5b;
}
.header-titre #menu-menu-header-2 li#menu-item-261 .sub-menu {
	border-color: #dfab5b;
}
.header-titre #menu-menu-header-2 li#menu-item-261 .sub-menu a {
	color: #dfab5b;
}
.g5 {
	background-color: #54b056;
}
.header-titre #menu-menu-header-2 li#menu-item-262 .sub-menu {
	border-color: #54b056;
}
.header-titre #menu-menu-header-2 li#menu-item-262 .sub-menu a {
	color: #54b056;
}
.g6 {
	background-color: #67bbd3;
}
.header-titre #menu-menu-header-2 li#menu-item-263 .sub-menu {
	border-color: #67bbd3;
}
.header-titre #menu-menu-header-2 li#menu-item-263 .sub-menu a {
	color: #67bbd3;
}
.temoignage,
.parent-pageid-5 h2 a{
	text-decoration: none; 
}




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

@media screen and (max-width: 991px) {
	#header-titre #menu-menu-header-2 li > a {
		font-size: 15px;
		padding: 15px 5px;
	}
	.espace {
		padding: 0 8px;
	}
	#main-header .navbar-default .navbar-nav > li > a {
		font-size: 13px;
	}
}

@media screen and (max-width: 767px) {
	#main-header .menu-item-social {
		padding-top: 16px;
		display: block;
		clear: both;
	}
	#logo img {
		width: 250px;
	}
	#header-titre h1 {
		font-size: 42px;
	}
	h2 {
		font-size: 32px;
	}
	.container-fluid > .navbar-collapse, 
	.container-fluid > .navbar-header, 
	.container > .navbar-collapse, 
	.container > .navbar-header {
		margin: 0;
	}
	.espace {
		border: 1px solid #dad6d3;
	}
	#main-header .menu-item-social {
		margin-left: 0;
	}
	#main-footer .loc, 
	#main-footer .news, 
	#main-footer .res-soc {
		display: block;
		margin: 0 auto 10px;
		width: 100%;
	}
	.home #header-titre {
		height: 630px;
	}
	.home .container-carou {
		width: calc(100% - 150px);
	}
	.home .w5 {
		height: auto;
		line-height: auto;
	}
	#menu-menu-footer li {
		float: none;
	}
	.mobile {
		display: block !important;
	}
	.nomobile {
		display: none !important;
	}
	#header-titre {
		margin-bottom: 0;
	}
	.pos-menu-mob {
		width: calc(100% - 30px);
		position: absolute;
		left: 15px;
		bottom: 0;
	}
	.btn-univers {
		color: #fff;
		width: 100%;
		height: 80px;
		font-size: 18px;
		padding: 0 20px;
		border-radius: 0;
		background-color: #045195;
	}
	.btn-univers:focus,
	.btn-univers:active,
	.btn-univers:hover {
		color: #fff;
	}
	.dropdown-menu > li > a {
		font-size: 17px;
		padding: 12px 20px;
		font-family: "Raleway-SemiBold",Helvetica,Arial,sans-serif;
	}
	#menu-menu-header-3 {
		width: calc(100% - 30px);
	}
	.g1, .g1 a {
		color: #54799e !important;
		background-color: #fff;
	}
	.g2, .g2 a {
		color: #ae547c !important;
		background-color: #fff;
	}
	.g3, .g3 a {
		color: #d64a5a !important;
		background-color: #fff;
	}
	.g4, .g4 a {
		color: #dfab5b !important;
		background-color: #fff;
	}
	.g5, .g5 a {
		color: #54b056 !important;
		background-color: #fff;
	}
	.g6, .g6 a {
		color: #67bbd3 !important;
		background-color: #fff;
	}
	#main-header .navbar-default .navbar-nav > li > a {
		font-size: 16px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.espace {
		margin-top: 15px;
	}
	.btn-contacts {
		display: none;
	}
}