* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	overflow: hidden;
	overflow-y: auto;
}
body {
	overflow: hidden;
	font-size: 16px;
	line-height: 1.3;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #444;
	font-weight: 400;
}

html,
body,
button,
input,
select,
textarea {
	font-family: 'Archivo', sans-serif;
}

article,
aside,
figcaption,
figure,
footer,
header,
nav,
section {
  display: block;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
address, p, hr {
  margin: 0;
  margin-bottom: 15px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
ol, ul,
li > ul,
li > ol {
  margin: 0;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Lora', serif;
	line-height: 1.3;
	color: #2b2b2b;
}
h1, .h1 {font-size: 28px;}
h2, .h2 {font-size: 26px;}
h3, .h3 {font-size: 24px;}
h4, .h4 {font-size: 22px;}
h5, .h5 {font-size: 20px;}
h6, .h6 {font-size: 18px;}
h1, .h1, h2, .h2, h3, .h3 {font-weight: 700;}
h4, .h4, h5, .h5 {font-weight: 600;}
h6, .h6 {font-weight: 500;}

a {
	color: #333;
	text-decoration: none;
	transition: all 0.4s ease-in-out 0s;
}
a:visited {
	color: #333;
}
a:hover,
a:focus,
a:active {
	text-decoration: none;
	outline: none;
	color: #008a00;
}

.uppercase {
	text-transform:uppercase;
}
.text-bold {
  font-weight: bold;
}
.text-italic {
  font-style: italic;
}
.text-normal {
  font-style: normal;
}

.text-underline {
  font-style: underline;
}
.alignright {
    float: right;
    margin: 5px 0 5px 10px;
	display:block;
	line-height:1.4;
}
.alignleft {
    float: left;
    margin: 5px 10px 5px 0;
	display:block;
	line-height:1.4;
}

.hidden {
	display: none;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.wrapper,
.relative {
  position: relative;
}

.align-row-spacearound {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-around;
}
.align-row-spacebetween {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
}
.align-center-center {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.align-center-bottom {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: flex-end;
}
.transition-3s {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.d-inline {
    display: inline-block!important;
}
.d-block {
    display: block!important;
}

.grey {
	position:relative;
	background-color:#f2f2f2;
	z-index:-2;
}

/******************************************************************************
  	LOADER
*******************************************************************************/
#pageloader {
	background-color:#FFFFFF;
	height:100%;
	position:fixed;
	top:0;
	width:100%;
	z-index:9999;
}
.loader-item {
	left:50%;
	margin:-20px 0 0 -20px;
	position:absolute;
	text-align:center;
	top:50%;
	color:#224278;
}

/******************************************************************************
	TOP BAR
*******************************************************************************/
#topbar {
	margin-bottom:10px;
	background:#224278;
}
.top-phone-center {
	color:#fff;
	font-size:24px;
	padding:10px 0;
	margin:0;
}
.top-phone-center a {
	color:#fff;
	font-size:24px;
	margin:0 10px 10px;
	padding:0;
	line-height:1;
}
.top-phone-center a > i {
	color:#fff;
	margin:0 8px 0 0;
	line-height:1;
}

span.separate::before {
	display: inline-block;
	color: #fff;
	content: "|";
}

/******************************************************************************
	HEADER
*******************************************************************************/
header.header {
	box-shadow: 0px 0px 4px rgba(0, 0, 0, .3);
    background-color: #fff;
}
.nav-link > i.fa-2x {
    font-size: 1.1em;
	margin-right:5px;
}
.bg-light {
    background-color: #fff!important;	
}

.navbar-light .navbar-nav .nav-link {
	color:#333;
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
}
.navbar-light .navbar-nav .nav-link:hover {
	color:#224278;
}

.navbar-light .navbar-nav .nav-link.color {
	color:#224278;
}

li.nav-item.active > a {
	color:#224278!important;
}

/******************************************************************************
	SLIDER
*******************************************************************************/
.parallax-section.parallax,
.slider-section {
	margin-top:250px;
}
.fw_al_003_slide {
	top: 50%;
	-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.slider-section .carousel-item {
    padding: 0px;
}
.fw_al_003_slide {
	padding-top:20px;
}
.fw_al_003_slide > h1 {
	margin-top: 30px;
	margin-bottom:25px;
}
#fw_al_003 > .carousel-inner > .carousel-item > .overlay {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:rgba(0, 0, 0, .5);
	z-index:0;
}

/******************************************************************************
	TOP PAGE PARALLAX
*******************************************************************************/
.parallax-section.parallax {
    background: url(../img/slider/top-page.jpg) no-repeat fixed center center / cover;
}
.parallax-section.parallax .overlay {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:rgba(0, 0, 0, 0.6);
	z-index:0;
}
.parallax-section .parallax-content {
	padding:80px 0 80px;
}
.parallax-section .parallax-content h1 {
	margin-bottom:15px;
	color:#fff;
}



/******************************************************************************
	BREADCRUMB
*******************************************************************************/
.breadcrumb {
    display: block;
	background-color:rgba(0, 0, 0, 0);
	margin-bottom: 0;
}
.breadcrumb .breadcrumb-item {
	display:inline-block;
}
.breadcrumb .breadcrumb-item,
.breadcrumb .breadcrumb-item a,
.breadcrumb .breadcrumb-item a:visited,
.breadcrumb .breadcrumb-item.active,
.breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
	font-size:22px;
	font-weight:600;
}
.breadcrumb .breadcrumb-item a:hover {
	color:#fff;
}


/******************************************************************************
	HOMEPAGE
*******************************************************************************/
.bgtophome, .bgtophome1 {
	background: #224278;
}
.big-title {
	color:#ffffff;
	font-size:26px;
	font-weight:700;
	margin:0;
	padding:0;
}
.big-title a {
	color:#ffffff;
	font-size:26px;
	font-weight:700;
	margin:0;
	padding:0;
}
.big-title-center a > i {
	color:#fff;
	margin:0 8px 0 0;
	line-height:1;
}

.box-img::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 25px;
    right: 25px;
    border: 5px solid #777;
    z-index: -1;
}


/******************************************************************************
	HOMEPAGE
*******************************************************************************/
.box-img {
    position: relative;
    padding: 25px 0 0 25px;
	z-index: -1;
}
.box-img1,
.box-img2,
.box-img3 {
    z-index: -1;
    position: relative;
}

.block-dark {
	background-color: #eee !important;
    padding: 30px;
	border:2px solid #224278;
}

.block-dark h2,
.block-dark p {
	color:#333;
}
.block-dark h2 {
	font-size:22px;
}


/******************************************************************************
	CONTACT / DEVIS
*******************************************************************************/
.map-wraper iframe {
	width:100%;
	height:350px;
}

.page-contact.grey {
	position:relative;
	padding:40px 0;
	background-color:#E8E8E8;
}
.page-contact h2.locate {
	font-size:20px;
	margin:0;
	line-height:1.3;
	text-align:right;
}
.page-contact h2.phone {
	font-size:44px;
	margin:0;
	line-height:1.3;
}

.iconefont {
	float: left;
	margin-left: 15px;
	margin-top: -32px;
	position: relative;
	z-index: 2;
	color:#224278;
	font-size:16px;
}
.contact-form .form-area .form-group {
    margin-bottom: 20px;
    width: 100%;
    position: relative;
    height: 50px;
    background: #fff;
}
.contact-form .form-area .form-group.msg {
    width: 100%;
    clear: both;
    height: 200px;
    margin-bottom: 20px;
}
.contact-form .form-area .form-group.msg .iconefont {
    position: absolute;
    top: 46px;
    left: 0;
}
.contact-form .form-area .form-group > input {
    border: medium none;
    height: 100%;
    padding: 10px 22px;
    width: 100%;
    background: none;
}
.contact-form .form-area .form-group > textarea{
    border: none;
    resize: none;
    width: 100%;
    padding: 10px 22px;
    margin-bottom: 0;
    height: 100%;
    background: none;
}

.formulaire .form-area .form-group {
    border: 1px solid #ddd;
    background: none;
}
.formulaire .form-area .form-group > textarea,
.formulaire .form-area .form-group > input {
    color: #333;
    padding-left: 40px;
}
.formulaire .form-area .form-group.input-effect {
    border-color: #444;
}

.formulaire .form-area .plastic-line {
	display:none;
}

.corners > img {
	border-radius:15px;
}

.btn {
	border-radius:0;
}

.adresse .logo-form {
	max-width:180px!important;
	margin:0 0 20px;
}
.adresse address {
	font-size:20px;
	line-height:1.4;
	font-weight:500;
	padding-left:15px;
}

.message i {
	color:#40B808;
}

img.log-address {
	max-width:80%;
	margin-bottom:20px;
}

/******************************************************************************
	MAP
*******************************************************************************/
#mapid {
	height: 550px;
}
.leaflet-popup-content {
    text-align: left!important;
}
.leaflet-popup-content h4 {
	color:#000;
    text-align: left!important;
	font-size:16px;
	margin-bottom:5px;
}
.leaflet-popup-content p {
    margin: 0 0 8px!important;
	color:#777;
	font-size:14px!important;
}

/******************************************************************************
	PAGE MENIONS LEGALES
*******************************************************************************/
#mentions h2 > i {
    color: #224278;
    margin-right: 8px;
}
#mentions h3 {
    font-size: 22px;
}



/******************************************************************************
	FOOTER
*******************************************************************************/
#footer .copyright {
	background:#000;
	border-top: 1px solid #000;
	line-height: 22px;
	padding: 31px 0 30px;
}
#footer .copyright, 
#footer .copyright a {
	color:#f7f7f7;
}
#footer .copyright a:hover {
	color:#888833; 
}

/******************************************************************************
	TO TOP
*******************************************************************************/
#back-to-top {
    position: fixed;
    width: 50px;
	height: 50px;
	bottom: 30px;
	right: 30px;
    z-index: 9999;   
    cursor: pointer;
    background-image: url(../img/back-to-top.png);
	background-repeat: no-repeat;
	background-position: 50% 48%;
	background-color:rgba(130, 140, 51, 0.65);	
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 50px;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	transition: all 250ms linear;
    opacity: 0;
}
#back-to-top:hover {
	background-color: rgba(130, 140, 51, 0.95);
}
#back-to-top.show {
    opacity: 1;
}


/****************************************************
	RESPONSIVE
****************************************************/
/** Min-Width **/
@media (min-width:579px) {
	.desktop {display:none;}
}
@media (min-width: 768px) {
	
	#footer .copyright .list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    color: #000000;	
	}
	.contact-form {
	margin-top:60px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {

}
@media (min-width: 992px) {
	.desktop {
	display:none;
	}
	.navbar {
	padding:0 1rem .5rem;
	}
	.navbar .navbar-brand {
	display:none;
	}
	header.header .logo {
	max-width:100%;
	height:auto;
	}
	li.nav-item > a.nav-link {
	text-align:center;
	}
	li.nav-item {
	border-left: 1px solid #ddd;
	margin: 1rem 0 .5rem;
	}
	li.nav-item:first-child {
	border-left: 0px solid #ddd;
	}
	.nav-link {
    padding: 0 1rem;
	}
	.box-img1 {
	margin-right:-60px;
	}
	.box-img2 {
	margin-left:-60px;
	}
	.box-img3 {
	margin-bottom:-60px;
	}
	.block-dark.bottom {
    min-height: 380px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 1200px) and (max-width: 1400px) {

}

@media (min-width: 1200px) {
	.container {
	max-width:1200px;
	}
}

/** Max-Width **/
@media (max-width: 1199px) {
	.sticky-mobile {
	display:none;
	}
	.header-logo > img {
	max-width:100%;
	}
	.header-logo {
    max-width: 200px;
	}
}
@media (max-width: 991px) {
	.order-first,
	.text.order-first {
    -ms-flex-order: 13;
    order: 13;
	}
	.mobile {
	display:none;
	}
	#top-bar {
	display:none;
	}
	#top-phone {
    margin-bottom: 0;
	}

	li.nav-item > a.nav-link > br,
	li.nav-item > a.nav-link > i {
	display:none;
	}
	.navbar-brand {
    max-width: 100%;
	}
	.navbar-toggler {
    position: absolute;
    right: 15px;
	top: 25px;
	}
	.navbar-collapse.show {
	padding-top:20px;
	}
	header.header .logo {
    /*max-width: 60%;*/
	}
	.parallax-section.parallax,
	.slider-section {
    margin-top: 200px;
	}
	.fw_al_003_slide {
	margin-top:-20px;
	}
	.fw_al_003_slide > h1,
	.fw_al_003_slide > h2	{
	font-size: 23px;
    line-height: 25px;
	margin-bottom:20px;
	}
	.fw_al_003_slide > p	{
	font-size: 16px;
    line-height: 20px;
	margin-bottom:20px;
	}
	.box-img1 {
	margin-right:0;
	}
	.box-img2 {
	margin-left:0;
	}
	.box-img3 {
	margin-bottom:0;
	}
}

@media (max-width:767px) {

}

@media (max-width: 576px) {
	.container {
    max-width: 400px;
	}
	.order-last {
    -ms-flex-order: -1;
    order: -1;
	}	
	#topbar {
    margin-bottom:0;
	}
	.top-phone-center a {
    font-size: 20px;
    display:block;
	}
	span.separate {
	display:none;
	}
	.fw_al_003_slide > h1,
	.fw_al_003_slide > h2 {
    font-size: 18px;
    line-height: 18px;
	margin-top:30px;
    margin-bottom: 10px;
	}
	.fw_al_003_slide > a {
	display:none;
	}
	#footer .list-inline-item {
    display:block;
	text-align:center;
    color: #000000;		
	}
}

@media (max-width: 479px) {
	
}

@media only screen and (max-width: 320px) {
	.top-phone-center .col-12 {
	padding:0;
	}
	.top-phone-center a {
    font-size: 18px;
	}	
}