	/* RESET */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
.img-responsive{
	display:block;
	max-width:100%;
	height:auto
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-word;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
/* CONTENEURS */
.container-fluid ,
.container-large,
.container-medium,
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 768px) {
	.container ,
	.container-medium,
	.container-large{
		width: 750px;
	}
}
@media (min-width: 992px) {
	.container ,
	.container-medium,
	.container-large {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.container,
	.container-medium,
	.container-large {
		width: 1170px;
	}
}
@media (min-width: 1400px) {
	.container-medium,
	.container-large {
		width: 1370px;
	}
}
@media (min-width: 1800px) {
	.container-large {
		width: 1770px;
	}
}
/* GENERIQUE */
a{
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
img{
	max-width : 100%;
	height : auto;
}
ul {
  list-style: none;
  padding: 0;

}
#navigation ul,
#footer ul{
	margin:0;
	padding:0;
}
.btn{
	display: inline-block;
	vertical-align:top;
	border-width : 0px;
	text-transform: uppercase;
	font-size: 14px;
    text-align: center;
	padding : 10px 30px;
	text-decoration:none;
	color: #fff;
    border-color: #2945a0;
    background: #2945a0 none;
	-moz-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin : auto;
	white-space: normal;
}
.btn:hover{
	color: #fff;
    border-color: #1c294c;
    background: #1c294c none;
}
/* form{} */
form .form-control,
form input[type=text],
form input[type=tel],
form input[type=email],
form input[type=password],
form input[type=number],
form textarea,
form select,
.chosen-container-single .chosen-default,
.chosen-container-single .chosen-single{
    padding: 6px 6px !important;
	display:block;
	width : 100% !important;
    color: #666666 !important;
    border: 0px solid #666666 !important;
	background:none #fff !important;
	height: 45px !important;
	font-size: 14px !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	-webkit-box-shadow: none !important;
    box-shadow: none !important;
}
form option{
    color: #666666 !important;
}
.chosen-container-single .chosen-single span{
	padding: 0;
    height: auto !important;
    line-height: normal;
}
.chosen-container-single .chosen-single div b{
    background: none !important;
	position:relative;
}
.chosen-container-single .chosen-single div b:before{
    content:"\f0d7";
	font-family:fontawesome;
	position: absolute;
    top: 5px;
}
.chosen-container-single .chosen-drop{
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.chosen-container .chosen-results li{
	padding-left: 0em;
    text-indent: 0em;
}
.chosen-container .chosen-results li:before{
	display:none;
}
.chosen-container .chosen-results li.active-result{
	padding-left:10px;
	padding-right:10px;
	font-size: 14px;
}
.chosen-container .chosen-results li.highlighted {
    background-color: #2945a0 !important;
    background-image: none !important;
    color: #fff !important;
}
form .form-control:focus,
form input[type=text]:focus,
form input[type=tel]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=number]:focus,
form textarea:focus{
    border-color: #353535 !important;
	-webkit-box-shadow: none;
    box-shadow: none;
	outline-color: -webkit-focus-ring-color;
    outline-style: auto;
    outline-width: 0px !important;
}
#content form .form-control::-webkit-input-placeholder { text-transform:uppercase; color:#666666 !important;opacity: 1 !important; }
#content form .form-control::-moz-placeholder { text-transform:uppercase; color:#666666 !important;opacity: 1 !important; }
#content form .form-control:-moz-placeholder { text-transform:uppercase; color:#666666 !important;opacity: 1 !important; }
#content form .form-control:-ms-input-placeholder { text-transform:uppercase; color:#666666 !important;opacity: 1 !important; } /* ie */
form textarea,
#content form textarea{
	height : 90px !important;
}
form input[type=file] {
    display: inline-block;
    margin-left: 10px;
}
.gform_confirmation_message {
    border: 2px solid #353535;
    padding: 10px;
    text-align: center;
	margin:0;
}
body.noverflow {
    overflow: hidden;
}
.swiper-pagination-bullet-active {
    background: #2945a0;
}
.section-content {
    padding: 50px 0;
}
#content {
    margin-top: 0;
}
#content li {
	padding-left: 1em;
	text-indent: -.7em;
}
#content li:before {
	content: "• ";
	color: #2945a0;
}
#content #footer li {
	padding-left: 0em;
	text-indent: 0em;
}
#content #footer li:before {
	display:none;
}
/* HEADER */
#navigation{
	background-color:#e1e1e1;
}
#navigation > div{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;

	padding:0;
    position: relative;
}
#navigation .navbar-header,
#navigation #container-menu-header{
	-webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
#navigation .navbar-header{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#navigation .navbar-header #logo,
#navigation .navbar-header #contacts_header{
	-webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
#navigation .navbar-header #logo{
    max-width: 100px;
    padding: 15px;
}
#navigation #container-menu-header{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
#navigation #container-menu-header .navbar-toggle,
#navigation #container-menu-header #show-menu{
    display: none;
	cursor:pointer;
}
#navigation #container-menu-header a{
	text-decoration:none;
	color:#141414;
}
#navigation #container-menu-header > ul{
	-webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;

	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;

	margin: 0;
	margin-right:50px;
    padding: 0;
}
#navigation #container-menu-header > ul > li{
	-webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;

	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

	-moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#navigation #container-menu-header > ul > li:hover{
	background-color:#141414;
}
#navigation #container-menu-header > ul > li:first-child{
	padding-left:0px;
}
#navigation #container-menu-header > ul > li:after {
	content: "";
    margin: 0;
    display: block;
    /* vertical-align: middle; */
    color: #969696;
    border-right: 1px solid #aaa;
    height: 100%;
}
#navigation #container-menu-header > ul > li:last-child:after {
    display:none;
}
#navigation #container-menu-header > ul > li > a{
	-webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;

	color:#141414;
	padding:15px;
}
#navigation #container-menu-header > ul > li:hover > a{
	color:#fff;
}
/* sous-menu */
#navigation #container-menu-header > ul  li.menu-item-has-children{
	position:relative;
}
#navigation #container-menu-header > ul li.menu-item-has-children > a:after{
	content:"\f107";
	font-family:fontawesome;
	display:inline-block;
	vertical-align: baseline;
    margin-left: 10px;

	-moz-transition: transform 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}
#navigation #container-menu-header > ul li.menu-item-has-children:hover > a:after{
	transform: rotate(180deg);
}
#navigation #container-menu-header > ul  li.menu-item-has-children ul {
	position:absolute;
	width:100%;
	top:100%;
	left:0;
	z-index:10;
    background: #d1d1d1;
	padding : 15px;

	display:none;
}
#navigation #container-menu-header > ul  li.menu-item-has-children:hover ul {
	display:block;
}
#navigation #container-menu-header > ul  li.menu-item-has-children ul li{
	padding: 10px 0;
    border-bottom: 1px solid #999;
    font-size: 0.9em;
}
#navigation #container-menu-header > ul  li.menu-item-has-children ul li:last-child{
	border-bottom: none;
}

/* FOOTER */
#footer {
    background-color: #424242;
    color: #fff;
    font-size: 14px;
    line-height: 2em;
}
#footer a{
	color: inherit;
}
#footer_container_menus{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
#footer .footer_colonne {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    padding: 0 20px;
}
#footer .footer_colonne:first-child {
	padding-left : 0;
	-webkit-flex: 0 1 calc( 25% - 20px );
    -ms-flex: 0 1 calc( 25% - 20px );
    flex: 0 1 calc( 25% - 20px );
}
#footer .footer_colonne:last-child {
	padding-right : 0;
	-webkit-flex: 0 1 calc( 25% - 20px );
    -ms-flex: 0 1 calc( 25% - 20px );
    flex: 0 1 calc( 25% - 20px );
}
#footer #footer_colonne1 p {
	margin-top:0;
	text-align: justify;
}
#footer #footer_colonne1 ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	margin-top: 25px;
}
#footer #footer_colonne1 li {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    font-size: 26px;
}
#footer #signature{
	margin : 50px auto 0;
	text-align:center;
	font-size : 12px;
}
#back-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 45px;
	background: #222;
	color: #fff;
	z-index: 100;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	filter: alpha(opacity=000);
	opacity: 0.0;
	-moz-transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
#back-top.visible {
	filter: alpha(opacity=075);
	opacity: 0.75;
}
#back-top.visible:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
/* 404*/
.error404 #content{
	text-align:center;
}
/**
 * Media Queries
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
@media (max-width: 1799px) {
}
@media (max-width: 1399px) {
}
@media (max-width: 1199px) {
}
@media (max-width: 991px) {
	/* HEADER */
	
	#navigation #container-menu-header .navbar-toggle{
		display:inline-block;
		vertical-align:middle;
		text-align:center;
		margin-right: 15px;
	    margin-left: 15px;
		font-weight: bold;
	}
	#navigation #container-menu-header .navbar-toggle span{
	    display: block;
		font-size: 14px;
	    line-height: 1;
		
	}
	#navigation #container-menu-header .navbar-toggle span:after{
		content: "";
		display: block;
		width: 100%;
		height: 24px;
		background: url(../img/menu.svg) no-repeat center center / contain;
		margin: 5px auto 0;
	}
	#navigation #container-menu-header{
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;

	    padding-right: 15px;
	}
	#navigation #container-menu-header > ul{
		height : 0;
		overflow:hidden;
		display: block;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: #ccc;
		z-index: 10;
		margin: 0;

		-moz-transition: height 0.3s ease;
		-webkit-transition: height 0.3s ease;
		-o-transition: height 0.3s ease;
		transition: height 0.3s ease;
	}
	#navigation #container-menu-header #show-menu:checked ~ ul{
		height : auto;
	}

	#navigation #container-menu-header > ul > li{
		display:block;
	}
	#navigation #container-menu-header > ul > li a{
		display:block;
	}
	#navigation #container-menu-header > ul li.menu-item-has-children ul{
		position: relative;
		width: auto;
		top: auto;
		left: auto;
		padding: 0 15px;
	}
	
}
@media (max-width: 767px) {
}
@media (max-width: 643px) {
}
@media (max-width: 359px) {
}
/**
 * Retina-specific styles
 */
@media print,
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {
}
/************ Spécifique projet **************/
/* fonts */
@font-face {
    font-family: Barlow;
    src: url("./fonts/barlow/Barlow-Regular.ttf") format("truetype");
    font-weight: normal;
}
@font-face {
    font-family: Barlow;
    src: url("./fonts/barlow/Barlow-Bold.ttf") format("truetype");
    font-weight: bold;
}

/* variables */
:root{
	--couleur1 : rgba(0,0,0,1);/* noir */
	--couleur2 : rgba(255,255,255,1); /* blanc */
	--couleur3 : rgba(124, 47, 241, 1); /* violet */
	--couleur4 : rgba(217,217,217,1);/* gris */
	
	--hauteurHeader : 97px;
}
body{
	font-family: 'Barlow';
	font-size: 18px;
    line-height: 1.75em;
    /*letter-spacing: 0.065em;*/
    color: white;
	background:var(--couleur1);
}
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6,
#navigation ul>li>a{
	font-weight: bold;
	display:block;
}
h1,
.h1{
	font-size : 35px;
	text-align:center;
	line-height:1.2em;
}
h2,
.h2{
	font-size : 34px;
	margin: 1em 0 1em;
}
h3,
.h3{
    font-size : 20px;
    line-height: 1.1em;
}
h4
.h4{
	font-size : 16px;
}
a{
	color: white;
    text-decoration: none;
    font-weight: bold;
}
a:hover{
	color: red;
}
#content li {
    padding-left: 0;
    text-indent: 0;
}
#content li::before {
    content: none;
}
.btn{
    background-color: var(--couleur1);
    font-size: 1.4rem;
    padding: 1em 3em;
    border: 1px solid var(--couleur3);
    outline: none;
	
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn:hover{
	background-color:var(--couleur3);
}
p{
	line-height:1.2em;
}

/* header */
#navigation {
	background: black;
}
#navigation > div{
    webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#navigation #container-menu-header{
    width: 100%;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
#navigation #container-menu-header .navbar-header{
	-webkit-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    max-width: 650px;
	
	-webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
	
	background:var(--couleur2);
}
#navigation .navbar-header #logo{
    padding: 25px 50px;
    text-align: center;
	max-width: none;
}
#navigation .navbar-header #logo img{
	max-width: 350px;
}
#navigation #container-menu-header > ul{
	margin-right:100px;
}
#navigation #container-menu-header > ul > li:after{
	display:none;
}
#navigation #container-menu-header > ul > li:hover {
}
#navigation #container-menu-header > ul > li > a{
    color:var(--couleur2);
	line-height: 1;
}
#navigation #container-menu-header > ul > li > a:hover{
    color:var(--couleur3);
}

/* FOOTER */
#footer{
    padding: 50px 0;
    background: black;
    color:var(--couleur2);
}
#footer > div .footer-texte > ul{
    text-align: center;
}
#footer > div .footer-texte > ul li a {
    font-weight: normal;
    font-size: 14px;
    
	-moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#footer > div .footer-texte > ul li a:hover {
}

#footer #signature {
    margin: 0 auto;
}
#footer #signature a{
    text-decoration:underline;
	font-weight:normal;
	text-transform:none;
}

/*contenu*/
#content .f2c, 
#content .f3c,
#content .f4c {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#content .f2c>.b1, 
#content .f2c>.b2, 
#content .f3c>.b1, 
#content .f3c>.b2, 
#content .f3c>.b3, 
#content .f4c>.b1, 
#content .f4c>.b2, 
#content .f4c>.b3, 
#content .f4c>.b4 {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 0 48%;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
#content .f3c>.b1, 
#content .f3c>.b2, 
#content .f3c>.b3 {
    -webkit-flex: 0 0 32%;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
}
#content .f4c>.b1, 
#content .f4c>.b2, 
#content .f4c>.b3, 
#content .f4c>.b4 {
    -webkit-flex: 0 0 24%;
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
}

/* intro */
#intro{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
	-webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
	-webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

	min-height: calc( 100vh - var(--hauteurHeader) );
	background : url(../img/bg1.jpg) no-repeat center center / cover;
}
#intro > div{
	-webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
	
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;

	font-weight:bold;
	color:var(--couleur2);
	margin-top: 150px;
}
#intro > div > p{
	-webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;	
}
#intro > div > p:first-child{
	background-color:var(--couleur3);
	font-size: 2rem;
	padding : 1em 2em;
	margin:0;
}
#intro > div > p:last-child{
	background-color:var(--couleur1);
	text-transform: uppercase;
    padding: 0.5em 1em;
    font-size: 1.5rem;
    margin: 0;
}

/* qui sommes-nous */
#qui-sommes-nous{
	background : url(../img/bg2.jpg) no-repeat center center / cover;
}
#qui-sommes-nous h2{}
#qui-sommes-nous h3{
    display: inline-block;
    width: 100%;
    max-width: 400px;
    padding: 1em 2em;
    background: var(--couleur3);
    text-align: center;
    margin-bottom: 0;
}
#qui-sommes-nous #conteneur_btn{
	text-align:center;
    margin: 5em 0 2em;
}
#qui-sommes-nous #conteneur_btn .btn{
	background:transparent;
}
#qui-sommes-nous #conteneur_btn .btn:hover{
	background:var(--couleur1);
}

/* OFFRE */
#notre-offre{
	background:var(--couleur2);
	color:var(--couleur1);
}
#notre-offre h2{
	color:var(--couleur1);
}
#notre-offre #offres{
	-webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
	
	
    margin-top: 50px;
}
#notre-offre .offre{
	background:var(--couleur4);
    padding: 1em;
	font-size:16px;
}
#notre-offre .offre .logos{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	
    margin: 0;
}
#notre-offre .offre .logos li{
	-webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
	
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	
    height: 100px;
    line-height: 110px;
	margin: 1em 0.5em 0;
    text-align: center;
	background:var(--couleur1);
	border-radius : 100%;
}
#notre-offre .offre .logos li img{
	-webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
	
    line-height: 1;
    display: block;
    width: 100%;
    max-width: 50px;
    margin: auto;
}
#notre-offre .offre h3{
	color:var(--couleur1);
	font-size:16px;
}

/* contact */
.section-content#contact{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
	-webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

	min-height: 100vh;
	background:var(--couleur3);
}.section-content#contact a:hover{
	color:var(--couleur1);
}
.section-content#contact > div{
	-webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;

	/*max-width:550px;*/
	margin:auto;
}
.section-content#contact .f2c{
	-webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.section-content#contact h2{
	text-transform:none;
	font-size:30px;
}
.section-content#contact form{}
.section-content#contact form p.mybutton{
    text-align: center;
}
.section-content#contact form p.mybutton button.btn{
	background-color: black;
    border-radius: 0;
    border: 1px solid black;
    font-weight: bold;
    font-size: 18px;
    padding: 20px 75px;
}
.section-content#contact form p.mybutton button.btn:hover{
	background:var(--couleur4);
	color:var(--couleur1);
}
.section-content#contact form > .notice_rgpd{
    font-size: 0.8rem;
    line-height: 1.2em;
    margin-top: 0;
}


.section-content#contact form .error{
	color : #ff0000;
}

.section-content#contact form #reponsemail .content-message{
	border : 2px solid #00b3d0;
	padding : 15px;
	text-align:center;

    margin-top: 1em;
}
.section-content#contact form #reponsemail .content-message.error{
	border-color : #ff0000;
}
.section-content#contact form #reponsemail .content-message img{
	width:50px;
    display: block;
    margin: auto;
}
.section-content#contact form #reponsemail .content-message.error img{
	width:40px;
}
.section-content#contact form #reponsemail h2{
	font-size: 1rem;
    font-family: 'Aileron';
    width: auto;
    transform: none;
    margin: 1em auto;
	color:#00b3d0;
}
.section-content#contact form #reponsemail .error h2{
	color:#ff0000;
}
.section-content#contact form #reponsemail h2:before,
.section-content#contact form #reponsemail h2:after{
	display:none;
}


/*** Responsive ***/
@media (max-width: 1799px) {
	#navigation #container-menu-header > ul{
		margin-right:50px;
	}
}
@media (max-width: 1499px) {
	#navigation #container-menu-header > ul{
		margin-right:0px;
	}
}
@media (max-width: 1399px) {
	#navigation .navbar-header #logo img {
		max-width: 300px;
	}
}
@media (max-width: 1199px) {
	#navigation .navbar-header #logo {
		padding: 25px 15px;
		width: 100%;
	}
	#navigation .navbar-header #logo img {
		max-width: 180px;
	}
	#notre-offre #offres {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#content #notre-offre .offre{
		-webkit-flex: 0 0 49%;
		-ms-flex: 0 0 49%;
		flex: 0 0 49%;
		
	    margin-bottom: 2%;
	}
}
@media (max-width: 991px) {
	:root{
		--hauteurHeader : 62px;
	}
	#navigation #container-menu-header{
		padding : 0 15px;
		background:var(--couleur2);
	}
	#navigation #container-menu-header .navbar-header{
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	#navigation .navbar-header #logo {
		padding: 15px 0px 10px;
	}
	#navigation #container-menu-header .navbar-toggle{
		color: var(--couleur1);
	}
	#navigation #container-menu-header > ul {
		background:var(--couleur1);
	}
	
	#content .f2c, 
	#content .f3c,
	#content .f4c{
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	#content .f2c>.b1, 
	#content .f2c>.b2, 
	#content .f3c>.b1, 
	#content .f3c>.b2, 
	#content .f3c>.b3, 
	#content .f4c>.b1, 
	#content .f4c>.b2, 
	#content .f4c>.b3, 
	#content .f4c>.b4 {
		-webkit-flex: 0 0 100% !important;
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
	}
	
	#intro > div > p:first-child {
    	font-size: 1.8rem;
		padding: 1em 1em;
	}
	#intro > div > p:last-child {
		font-size: 1.4rem;
	}
	.section-content#contact > div {
		max-width: 550px;
	}
}
@media (max-width: 767px) {
	#intro > div{
		text-align:right;
	}
	#intro > div > p:first-child span{
		display: block;
	}
}
@media (max-width: 643px) {
	#intro > div > p {
		width: 100%;
	}
	#intro > div > p:first-child {
    	font-size: 1.4rem;
		padding: 0.5em;
	}
	#intro > div > p:last-child {
		font-size: 1.1rem;
	}
}
@media (max-width: 359px) {}
