/** Reset Styles **/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

[hidden] {
  display: none;
}

html,
button,
input,
select,
textarea {
  font-family: "Source Sans Pro", Helvetica, sans-serif;
}

a {
  color: #ca3c08;
  text-decoration: none;
}

a:visited {
  color: #ac0404;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  color: #ea9629;
  outline: 0;
}

a:hover {
  text-decoration: underline;
}

address {
  font-style: italic;
  margin: 0 0 24px;
}

b,
strong {
  font-weight: bold;
}

p {
  margin: 0 0 24px;
}

small {
  font-size: smaller;
}

menu,
ol,
ul {
  margin: 16px 0;
  padding: 0 0 0 40px;
}

ul {
  list-style-type:none;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

li > ul,
li > ol {
  margin: 0;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

hr {
  background-size: 4px 4px;
  border: 0;
  height: 1px;
  margin: 0 0 24px;
}

/** Typography **/
* {
  box-sizing: border-box;
}
html {
  overflow: hidden;
  overflow-y: auto;
}
body {
  overflow: hidden;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Open Sans", sans-serif;
  color: #777777;
  font-weight: 400;
}
body::-webkit-input-placeholder {
  color: #777777;
}
body:-moz-placeholder {
  color: #777777;
}
body::-moz-placeholder {
  color: #777777;
}
body:-ms-input-placeholder {
  color: #777777;
}
a {
  transition: all 0.4s ease-in-out 0s;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
address, p, ol, ul, hr {
  margin: 0;
  margin-bottom: 15px;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Montserrat", sans-serif;
	line-height: 1.3;
	color: #2b2b2b;
}
h1, .h1 {
  font-size: 30px;
}
h2, .h2 {
  font-size: 34px;
}
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:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}
a:visited {
  color: inherit;
}
img {
  max-width: 100%;
}
input,
button,
select,
textarea {
  background: transparent;
  border: 1px solid #f0f0f0;
  transition: all 0.4s ease-out 0s;
  color: #777777;
  font-family: "Open Sans", sans-serif;
}
input::-webkit-input-placeholder,
button::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #777777;
}
input:-moz-placeholder,
button:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  color: #777777;
}
input::-moz-placeholder,
button::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #777777;
}
input:-ms-input-placeholder,
button:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #777777;
}
input:focus, input:active,
button:focus,
button:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
  outline: none;
  border-color: #000000;
}

input,
select,
textarea {
  width: 100%;
  font-size: 14px;
}

input,
select {
  height: auto;
  padding: 0 15px;
}

.uppercase {
	text-transform:uppercase;
}

.hidden {
  display: none;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.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;
}
.align-row-center-left {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-start;
}
.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;
}

/* Text specialized */
.text-italic {
  font-style: italic;
}

.text-normal {
  font-style: normal;
}

.text-underline {
  font-style: underline;
}

/* Font specialized */
.body-font {
  font-family: "Open Sans", sans-serif;
}

.heading-font {
  font-family: "Montserrat", sans-serif;
}
.bg_color_ff {
    background-color: #ffffff;
}
.pr_30 {
    padding-right: 30px;
}
.pl_30 {
    padding-left: 30px;
}
.d_inline, .d_inline li {
    display: inline-block;
}
.pos_relative {
    position: relative;
}
.mb_35 {
    margin-bottom: 35px;
}

.nice-select.wide {
    margin-bottom: 20px;
}
#messageForm {
    color: red;
}

.bg-shape {
    background-image: url(../img/bg-shape.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
}

/* Height and width */
.fullscreen {
  min-height: 100vh;
  width: 100%;
}
.w-100 {
  width: 100%;
}
.w-75 {
  width: 75%;
}
.w-50 {
  width: 50%;
}
.w-33 {
  width: 33.33%;
}
.w-25 {
  width: 25%;
}
.w-10 {
  width: 10%;
}
.h-100 {
  height: 100%;
}
.h-75 {
  height: 75%;
}
.h-50 {
  height: 50%;
}
.h-25 {
  height: 25%;
}
.h-33 {
  height: 33.33%;
}
.h-10 {
  height: 10%;
}

/* Section padding */
.section-padding-xlg {
  padding: 150px 0;
}
.section-padding-lg {
  padding: 120px 0;
}
.section-padding-md {
  padding: 100px 0;
}
.section-padding-sm {
  padding: 80px 0;
}
.section-padding-xs {
  padding: 50px 0;
}
.section-padding-top-xlg {
  padding-top: 150px;
}
.section-padding-top-lg {
  padding-top: 120px;
}
.section-padding-top-md {
  padding-top: 100px;
}
.section-padding-top-sm {
  padding-top: 80px;
}
.section-padding-top-xs {
  padding-top: 50px;
}
.section-padding-bottom-xlg {
  padding-bottom: 150px;
}
.section-padding-bottom-lg {
  padding-bottom: 120px;
}
.section-padding-bottom-md {
  padding-bottom: 100px;
}
.section-padding-bottom-sm {
  padding-bottom: 80px;
}
.section-padding-bottom-xs {
  padding-bottom: 50px;
}
.section-padding-pt-90 {
  padding-top: 90px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.section-padding-xlg {
    padding: 120px 0;
	}
	.section-padding-lg {
    padding: 100px 0;
	}
	.section-padding-pt-90 {
    padding-top: 70px;
	}

  .section-padding-md {
    padding: 80px 0;
  }

  .section-padding-sm {
    padding: 60px 0;
  }

  .section-padding-top-xlg {
    padding-top: 120px;
  }

  .section-padding-top-lg {
    padding-top: 100px;
  }

  .section-padding-top-md {
    padding-top: 80px;
  }

  .section-padding-top-sm {
    padding-top: 60px;
  }

  .section-padding-bottom-xlg {
    padding-bottom: 120px;
  }

  .section-padding-bottom-lg {
    padding-bottom: 100px;
  }

  .section-padding-bottom-md {
    padding-bottom: 80px;
  }

  .section-padding-bottom-sm {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding-xlg {
    padding: 110px 0;
  }

  .section-padding-lg {
    padding: 90px 0;
  }

  .section-padding-pt-90 {
    padding-top: 60px;
  }

  .section-padding-md {
    padding: 80px 0;
  }

  .section-padding-sm {
    padding: 60px 0;
  }

  .section-padding-top-xlg {
    padding-top: 110px;
  }

  .section-padding-top-lg {
    padding-top: 90px;
  }

  .section-padding-top-md {
    padding-top: 80px;
  }

  .section-padding-top-sm {
    padding-top: 60px;
  }

  .section-padding-bottom-xlg {
    padding-bottom: 110px;
  }

  .section-padding-bottom-lg {
    padding-bottom: 90px;
  }

  .section-padding-bottom-md {
    padding-bottom: 80px;
  }

  .section-padding-bottom-sm {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-xlg {
    padding: 75px 0;
  }

  .section-padding-pt-90 {
    padding-top: 35px;
  }

  .section-padding-lg {
    padding: 65px 0;
  }

  .section-padding-md {
    padding: 60px 0;
  }

  .section-padding-sm {
    padding: 55px 0;
  }

  .section-padding-top-xlg {
    padding-top: 75px;
  }

  .section-padding-top-lg {
    padding-top: 65px;
  }

  .section-padding-top-md {
    padding-top: 60px;
  }

  .section-padding-top-sm {
    padding-top: 55px;
  }

  .section-padding-bottom-xlg {
    padding-bottom: 75px;
  }

  .section-padding-bottom-lg {
    padding-bottom: 65px;
  }

  .section-padding-bottom-md {
    padding-bottom: 60px;
  }

  .section-padding-bottom-sm {
    padding-bottom: 55px;
  }
}


.mt-30 {
  margin-top: 30px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}

.mt-50 {
  margin-top: 30px;
}

.mb-50 {
  margin-bottom: 30px;
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/**************************************
	Heading Title
***************************************/
.heading-title span.heading-block {
  height: 3px;
  margin-left: 52px;
  width: 30px;
}
.heading-title.right-align span.heading-block {
    margin-right: 52px;
    margin-left: auto;
}
.heading-title.center-align span.heading-block {
    margin: 0 auto;
}
.heading-title span.heading-block::after,
.heading-title .heading-block::before {
    background: #e2e2e2;
    content: "";
    height: 1px;
    position: absolute;
    top: 1.5px;
    width: 30px;
}
.heading-title span.heading-block::after {
  right: -48px;
}
.heading-title span.heading-block::before {
  left: -48px;
}

.heading-block {
    display:block;
}
.heading-44 {
    background-color: #000000;
}

.heading-title.right-align span.heading-block::after {
    right: -48px;
}
.heading-title.right-align span.heading-block {
    margin-right: 52px;
    margin-left: auto;
}
.heading-title h2 {
	font-size:24px;
	margin-bottom:8px;
}
.text-right {
    text-align: right !important;
}
.bgcolor {
	background-color:#F3F3F3;
}

/**************************************
	Header
***************************************/
.header-toparea {
  background: #cd3800;
  padding: 15px 0;
  text-align: right;
}
.header-topcontact, .header-toplinks {
  padding-left: 0;
  margin-bottom: 0;
  font-size: 0;
  line-height: 1;
  padding: 5px 0;
}
.header-topcontact li {
  font-size: 18px;
  line-height: 1;
  list-style: none;
  display: inline-block;
  color: #ffffff;
  border-right: 1px solid #fff;
  padding: 0 15px;
}
.header-topcontact li:first-child {
  padding-left: 0;
}
.header-topcontact li:last-child {
  border-right: none;
  padding-right: 0;
}
.header-topcontact li a {
  color: #ffffff;
}
.header-topcontact li a:hover {
  color: #85B8DF;
}

.header-topcontact li i {
  margin-right: 7px;
}
.header-bottomarea {
  background: #ffffff;
}
.header-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-logo {
  display: inline-block;
  padding: 15px 0;
}

/** Navigation **/
.mean-container .mean-nav > ul {
    height: 165px;
}
.navigation {
  text-align: right;
  flex-grow: 1;
}
.navigation > ul {
  padding-left: 0;
  margin-bottom: 0;
  font-size: 0;
  display: block;
}
.navigation > ul > li {
	display: inline-block;
	list-style: none;
	font-size: 16px;
	position: relative;
	text-align: center;
}
.navigation > ul > li > a {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	color: #2b2b2b;
	display: block;
	padding:30px 15px;
	letter-spacing: 0;
}
.navigation > ul > li:hover > a,
.navigation > ul > li.active > a {
  color: #000000;
}

.navigation .in-dropdown {
  position: relative;
}
.navigation .in-dropdown > a span {
	padding-left:10px;
}
.navigation .in-dropdown ul {
  position: absolute;
  left: 100%;
  right: auto;
  top: 0;
  height: auto;
  width: 240px;
  z-index: 10;
  padding-left: 0;
  margin-bottom: 0;
  text-align: left;
  background: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  transform: translateX(20px);
  transition: all 0.2s ease-in-out 0s;
  visibility: hidden;
  opacity: 0;
}
.navigation .in-dropdown ul li {
  position: relative;
}
.navigation .in-dropdown ul li a {
  display: block;
  padding: 9px 15px;
  color: #2b2b2b;
  text-transform: uppercase;
  font-size: 14px;
}
.navigation .in-dropdown ul li:not(:last-child) a {
  border-bottom: 1px solid #f0f0f0;
}
.navigation .in-dropdown ul li:hover > a {
  color: #ffffff;
  background: #000000;
  border-color: #000000;
}
.navigation .in-dropdown ul li:hover > ul {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}
.navigation .in-dropdown > ul {
  left: 0;
  top: 100%;
  transform: translateY(20px);
}
.navigation .in-dropdown:hover > ul {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.navigation .in-dropdown.overflow-element ul {
  left: auto;
  right: 100%;
  transform: translateX(-20px);
}
.navigation .in-dropdown.overflow-element > ul {
  left: auto;
  right: 0;
}



/**************************************
	Breadcrumb
***************************************/
.breadcrumbs-page {
	background-color: #eeeeee;
	position:relative;
}
.breadcrumbs-page.bg_img {
    background: url(../img/slider/background.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
.breadcrumbs-page.bg_img.bois {
    background: url(../img/slider/background1.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
.breadcrumbs-page.bg_img .overlay {
    background: rgba(0,0,0,0.55);
}

.breadcrumbs-page .breadcrumb {
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 0;
    padding: 0;
}
.breadcrumbs-page .breadcrumbs-content {
    min-height: 600px;
}


.breadcrumbs-content h1 {
    white-space: nowrap;
    visibility: inherit;
    text-align: left;
    line-height: 54px;
    font-weight: 900;
    font-size: 50px;
    color:#fff;
}
.breadcrumbs-content h3 {
	color:#fff;
	font-size:20px;
}
.breadcrumbs-page .breadcrumb > li {
    display: inline-block;
    font-size: 14px;
    padding: 0 14px;
    position: relative;
    text-transform: capitalize;
}
.breadcrumbs-page .breadcrumb > li + li::before {
    color: #777;
	font-family: "Font Awesome 5 Free";
    content: "/";
    font-size: 19px;
    left: 0;
    line-height: normal;
    padding: 0;
    position: absolute;
    top: 4px;
}
.breadcrumbs-page .breadcrumb > li a {
    color: #fff;
}
.breadcrumbs-page .breadcrumb > li a:hover {
    color: #000000;
}
.breadcrumbs-page .breadcrumb > li:first-child {
    padding-left: 0;
}
.breadcrumbs-page .breadcrumbs-content {
    min-height: 600px;
}
.breadcrumbs-page .breadcrumb > .active {
    color: #000000;
}



.breadcrumbs-page .align_col_center_left {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
}


/******************************************************************************
	HOMEPAGE
*******************************************************************************/
.bgtophome {
	background: #000000;
}

.big-title {
	line-height: 40px;
	display: inline-block;
    width: 100%;
    max-width: 600px;
	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;
}
.bgtophome .form-inline {
	float:right;
}
@media (max-width:576px) {
	.bgtophome .form-inline {
    position: relative;
    margin: 100px auto 20px!important;
	float:none;
	}
	.bgtophome .form-inline.interne {
    position: relative;
    margin: 0 auto 20px!important;
	float:none;
	}
	.bgtophome .form-inline .wrapper {
	width:100%;
	margin-top:20px;
	}
}

.box_scroll {
	display:none;
	left: 53px!important;
	width: 235px!important;
    text-align: left;
}
#rappel_immediat {
	display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 450px;
    float: right;
}

.tp-caption span {
	color:#fff!important;
}

/******************************************************************************
	PARALLAX
*******************************************************************************/
.parallax.prestations {
    background: url(../img/parallax.jpg) no-repeat fixed center center / cover;
}

.parallax .overlay {
    background: rgba(0,0,0,0.6);
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.parallax .parallax-content{
    min-height: 500px;
	padding:40px 0;
}
.parallax .parallax-content h2 {
	text-align:center;
    color:#fff;
	font-size:28px;
}
.parallax .parallax-content,
.parallax .parallax-content p,
.parallax .parallax-content ul > li {
    color:#fff;
	font-size:18px;
}
.parallax-content strong {
	color:#fff;
}




.tab_common .nav > li > a:focus,
.tab_common .nav > li > a:hover {
    background-color: transparent;
    text-decoration: none;
}
.tab_common .nav > li > a {
    font-size: 16px;
    text-align: center;
    display: block;
}
.tab_common .nav-tabs {
    border-bottom: medium none;
}
.tab_style7 .nav{
    width: 100%;
    margin-left: -20px;
}
.tab_style7 .nav > li {
    float: left;
    margin-left: 20px;
    width: 18.2%;
}
.tab_style7 .nav > li > a {
    color: #444;
    padding: 0;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    flex-flow: row;
    line-height: 70px;
    align-items: center;
    justify-content: center;
    
    box-shadow: 0 0px 0 0 #000000 inset;
    -webkit-transition: all 0.3s ease 0.1s;
    -moz-transition: all 0.3s ease 0.1s;
    -ms-transition: all 0.3s ease 0.1s;
    -o-transition: all 0.3s ease 0.1s;
    transition: all 0.3s ease 0.1s;
    
}
.tab_style7 .nav > li > a:before{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #444;
    
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.tab_style7 .nav > li > a.active {
    box-shadow: 0 82px 0 0 #000000 inset;
}
.tab_style7 .nav > li > a.active:before{
    width: 0;
}
.tab_style7 .nav > li > a.active:hover i,
.tab_style7 .nav > li a.active:hover,
.tab_style7 .nav > li > a.active i,
.tab_style7 .nav > li a.active {
    color: #fff;
}
.tab_style7 .nav > li:hover > a i,
.tab_style7 .nav > li:hover a{
    color: #000000;
}

.tab_style7 .nav > li > a i {
    color: #444;
    font-size: 30px;
    margin-right: 15px;
}

.tab_style7 .tab-content {
    margin-top: -10px;
    padding: 50px 0;
}
.tab_style7 .tab_content .tab_img {
    max-width: 400px;
}
.tab_style7 .tab_content .tab_img img {
    width: 100%;
}
.tab_style7 .tab_content .tab_text {
    padding-left: 35px;
    width: 76%;
}

.fa-ul > li {
    position: relative;
    font-size: 16px;
    line-height: 26px;
}

.fa-ul > li > span {
	color:#000000;
}
.nav-item span {
	margin-right:8px;
}

#destination .fa-ul > li {
    font-size: 18px;
    line-height: 26px;
}
#destination .fa-ul > li > a {
	color:#111;
}
#destination .fa-ul > li > a:hover {
	color:#000000;
}


/**************************************
	Contact Form
***************************************/
.box-select-form {
	margin-bottom:20px;
	padding:10px 15px;
}
.contact_form .abform_area .abinput_group {
    margin-bottom: 20px;
    width: 100%/*49.1%*/;
    position: relative;
    height: 50px;
    background: #fff;
}
.contact_form .abform_area .abinput_group.msg{
    width: 100%;
    clear: both;
    height: 150px;
    margin-bottom: 40px;
}
.contact_form .abform_area .abinput_group > select,
.contact_form .abform_area .abinput_group > input {
    border: medium none;
    height: 100%;
    padding: 10px 22px;
    width: 100%;
    background: none;
}
.contact_form .abform_area .abinput_group > textarea{
    border: none;
    resize: none;
    width: 100%;
    padding: 10px 22px;
    margin-bottom: 0;
    height: 100%;
    background: none;
}
.form5 {
    padding: 90px 0 90px;
}
.form5 .abform_area .abinput_group label,
.form-group label {
    color: #878787;
    font-size: 14px;
    font-weight: 400;
}
.form5 .abform_area .form-group label.label_title {
    font-size: 18px;
    font-weight: 600;
}
.form5 .abform_area .abinput_group {
    width:/*48.6%;*/100%;
    height: auto;
    background: none;
}
.form5 .abform_area .abinput_group:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    background: #f6f6f6;
    width: 100%;
    height: 50px;
    border-radius: 3px;
}
.form5 .abform_area .abinput_group.msg:before{
    height: 150px;
}
.form5 .abform_area .abinput_group.input_effect:before {
    height: 2px;
}
.form5 .abform_area .abinput_group > select,
.form5 .abform_area .abinput_group > input {
    height: 50px;
}
.form5 .abform_area .abinput_group.msg {
    height: auto;
}
.form5 .abform_area .abinput_group.msg textarea {
    height: 150px;
}
.form5 .abform_area .abinput_group > textarea,
.form5 .abform_area .abinput_group > select,
.form5 .abform_area .abinput_group > input {
    color: #333333;
    padding-left: 10px;
    z-index: 2;
    position: relative;
    background: transparent;
}

.contact_form .abform_area .abinput_group label,
.contact_form .abform_area .abinput_group,
.contact_form .abform_area .abinput_group:before,
.contact_form .abform_area .abinput_group:after,
select,
input,
textarea {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mb_20 {
	margin-bottom:20px;
}

/** Radio **/
.radio_common ul {
    list-style:none;
}

.radio_common li label {
    color: #333;
    font-size: 18px;
    margin-bottom: 12px;
    cursor: pointer;
    font-weight: 400;
}

.radio_common li input[type="radio"] {
    display: none;
}
.radio_common li input[type="radio"]+label span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -1px 15px 0 0;
    vertical-align: middle;
    cursor: pointer;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.radio_common.square li input[type="radio"] + label span {
  border-radius: 3px;
}
.radio_common li input[type="radio"]+label span {
    border: 2px solid #a9b4c6;
    position: relative;
}
.radio_common li input[type="radio"] + label span::before {
    background: #000000;
    border-radius: 100%;
    content: "";
    position: absolute;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.radio_common.square li input[type="radio"] + label span::before {
    border-radius: 0px;
}
.radio_common li input[type="radio"]:checked+label span {
    border-color: #000000;
}
.radio_common li input[type="radio"]:checked+label span:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.radio_common li input[type="radio"]+label span,
.radio_common li input[type="radio"]:checked+label span {
    -webkit-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

/** Radio Style **/
.radio_style li input[type="radio"] + label span::before {
    height: 8px;
    left: 4px;
    top: 4px;
    width: 8px;
}

/** Select input style **/
.input_select span.current {
    color: #666666;
    font-size: 15px;
    font-weight: 700;
}
.input_select.nice-select::after {
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
    height: 7px;
    width: 7px;
    right: 20px;
}
.input_select.nice-select {
    border: none;
    background: #f6f6f6;
    border-radius: 0;
    height: 47px;
    line-height: 45px;
    padding-left: 28px;
    padding-right: 50px;
}
.input_select .list {
    background-color: #f2f2f2;
    border-radius: 0;
    box-shadow: none;
    margin-top: 5px;
	max-height:400px;
	overflow-y: scroll;
}
.input_select .option {
    line-height: 45px;
    min-height: 45px;
    font-size: 15px;
}
.input_select .option:hover,
.input_select .option.focus,
.input_select .option.selected.focus {
    background-color: #e6e6e6;
}

/*--------scaling effect-----*/
.input_select.scaling_effect .list {
  transform: scale(1, 0.01) translateY(-40px);
  transform-origin: 50% 0 0;
  transition: all 0.5s cubic-bezier(0.5, 0, 0, 1.25) 0s, opacity 0.15s ease-out 0s;
}
.input_select.scaling_effect.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0px);
}


/**
 * Service
 */
.services {
  background: #ffffff;
  box-shadow: 0 0 12px rgba(136, 136, 136, 0.1);
  padding: 30px 15px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  transition: all 0.4s ease-in-out 0s;
}
/*
.services-icon {
  font-size: 56px;
  line-height: 1;
  color: #000000;
  margin-bottom: 20px;
  display: inline-block;
  transition: all 0.4s ease-in-out 0s;
}
*/
.services-icon img {
  display:inline-block;
  width:70px;
  height:70px;
  margin: 0px auto 15px;
}

.services h5 {
  font-size: 17px;
  font-weight: 700;
}
.services h5 a {
  color: #2b2b2b;
  transition: all 0.4s ease-in-out 0s;
}
.services p,
.services ul > li {
  margin-bottom: 0;
  font-size: 14px;
  transition: all 0.4s ease-in-out 0s;
}
/*
.services-transparenticon {
  position: absolute;
  left: auto;
  right: -10px;
  top: auto;
  bottom: -10px;
  font-size: 90px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.1);
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
}
*/
.services:hover {
  background: #000000;
}
.services:hover .services-icon, 
.services:hover h5, 
.services:hover h5 a, 
.services:hover p,
.services:hover ul > li {
  color: #ffffff;
}
/*
.services:hover .services-transparenticon {
  opacity: 1;
}
*/
.services:hover h5 a:hover {
  color: #fff;
}

.services ul > li {
	list-style:none;
	text-align:left!important;
	padding: 0!important;
	margin-left:-10px;
}

.services ul > li i {
	color:#000000;
}

/**************************************
	Prix
***************************************/
.price .line {
    background: #eaeaea;
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: -1;
    display: block;
}
.price > li {
	font-size:20px;
	color:#333;
}

/**************************************
	Call To Action
***************************************/
.calltoaction-area {
	background-color: #000000;
}
.cta h4 {
  color: #ffffff;
}
.cta h2 {
  color: #ffffff;
}
.cta p {
  color: #ffffff;
}
.cta .in-button {
  margin-top: 20px;
}


#departement .fa-ul > li,
#ville .list-inline li {
    font-size: 16px;
}

#departement .fa-ul > li > a {
    color:#fff;
}
#departement .fa-ul > li > a:hover {
    color:#fff;
	text-decoration:underline;
}


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

/******************************************************************************
	FOOTER
*******************************************************************************/
#footer .copyright {
	background:#222;
	border-top: 1px solid #000;
	line-height: 22px;
	padding: 30px 0 30px;
}
#footer .copyright, 
#footer .copyright a {
	color:#f7f7f7;
}
#footer .copyright a:hover {
	color:#85B8DF; 
}
#footer .copyright ul {
	margin-bottom:0;
}

/******************************************************************************
	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(123, 123, 123, 0.65);	
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	transition: all 250ms linear;
    opacity: 0;
}
#back-to-top:hover {
	background-color: rgba(71, 127, 193, 0.95);
}
#back-to-top.show {
    opacity: 1;
}

/**************************************
	Boutons
***************************************/
.button,
a.button {
	border: 1px solid #000000;
    display: block;
    font-size: 18px;
	font-weight:700;
    position: relative;
    text-transform: uppercase;
	margin:0 auto 20px;
}

.btn-style,
a.btn-style {
    font-size: 16px;
}

.btn-style.btn-sm,
a.btn-style.btn-sm {
    line-height: 40px;
    padding: 0 25px;
}
.btn-style.btn-md,
a.btn-style.btn-md {
    line-height: 45px;
    padding: 0px 40px;
}
.btn-style.btn-lg,
a.btn-style.btn-lg {
    line-height: 53px;
    padding: 0 45px;
}
.btn-style.btn-xl,
a.btn-style.btn-xl {
    line-height: 60px;
    padding: 0 60px;
}
.btn-style.regular,
a.btn-style.regular {
    background: #000000;
    color: #fff;
    border-color: #000000;
    border-radius: 50px;
}
.btn-style.regular:hover,
a.btn-style.regular:hover {
    background: transparent;
    color: #000000;
}

.btn-style.regular2,
.btn-style.regular2 {
    color: #fff;
    border-color:#fff;
    border-radius: 50px;
}
.btn-style.regular2:hover,
a.btn-style.regular2:hover {
    background: #000000;
    color: #fff;
}

.calltoaction-area a.button {
	max-width:300px;
}

/**************************************
	Map
***************************************/
#mapid {
	height: 450px;
}

.border-primary {
    border-color: #000000!important;
}

/**************************************
	IMG BORDER
***************************************/
img.framed {
    box-shadow: -50px -50px 0 -40px #000000, 50px 50px 0 -40px #cd3800;
}
img.framed2 {
    box-shadow: 50px 50px 0 -40px #cd3800;
}

/**************************************
	Responsive
***************************************/
@media only screen and (min-width: 768px) {
	.leaflet-popup-content {
	font-size:18px;
	text-align:center;
	}
	#footer .copyright .list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	h1, .h1 {
	font-size: 44px;
	}
	h2, .h2 {
	font-size: 36px;
	}
	h3, .h3 {
	font-size: 24px;
	}
	.header-topcontact {
    text-align: center;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.navigation > ul > li > a {
    padding: 40px 10px;
	}
	.navigation > ul > li > a {
    font-size: 14px;
	}
	
	a.header-logo {
	max-width:120px;
	}
}

@media (min-width:992px) {
	.services {
    min-height: 540px;
	}
}

@media (min-width:1400px) {
	.header-logo > img {
    width: 100%;
	padding:0!important;
	}
	a.header-logo {
	max-width: 100%;
    padding:0!important;
	}
	.navigation {
	padding: 0 0 0 20px;
	}
	.navigation > ul > li {
	max-width: 18%;
	}
	.navigation > ul > li > a {
    line-height: 20px;
	}
}


@media only screen and (max-width: 991px){
    .breadcrumbs-page .breadcrumbs-content {
    min-height: 300px;
    }
    .breadcrumbs-page.bg_img .breadcrumbs-content {
    min-height: 230px;
    }
	.contact_form .abform_area .abinput_group {
    width: 48.6%;
    }
	a.header-logo {
	max-width:90px;
	}
	.services {
    min-height: 440px;
	}
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
	.header-topcontact {
    margin-top: 5px;
	}
	.header-topcontact li:first-child {
    margin-bottom: 5px;
	}
}

@media only screen and (max-width: 767px){
	.order-first,
	.text.order-first {
    -ms-flex-order: 13;
    order: 13;
	}
    h1, .h1 {
	font-size: 40px;
	}
	h2, .h2 {
	font-size: 32px;
	}
	h3, .h3 {
	font-size: 22px;
	}
	h4, .h4 {
	font-size: 20px;
	}
	.heading h1 {
    font-size: 44px;
    line-height: 60px;
    }
	.header-topcontact {
    text-align: center;
    padding: 0;
	}
	.header-topcontact li {
    border-right: none;
    line-height: 1.5;
	}
	.header-topcontact li:first-child {
	padding-left: 15px;
	}
	.header-topcontact li:last-child {
    padding-right: 15px;
	}
	.header-logo {
	max-width:220px;
	}
	
	.mean-container .mean-nav ul li a span {
	display:none;
	}
	.breadcrumbs-page .breadcrumbs-content {
    min-height: 170px;
    }
    .breadcrumbs-page .breadcrumb > li {
    font-size: 12px;
    }
    .breadcrumbs-page.bg_img .breadcrumbs-content {
    min-height: 180px;
    }
	.contact_form h3.contact_title {
    text-align: center;
    }
    .contact_form .abform_area .abinput_group {
    float: none !important;
    width: 100%;
    }
	
    .contact_form .abform_area {
    margin: 0 auto;
    max-width: 450px;
    }
	.services {
    min-height: 490px;
	}
}
@media only screen and (max-width: 575px) {
	h1, .h1 {
	font-size: 36px;
	}
	h2, .h2 {
	font-size: 25px;
	}
	h3, .h3 {
	font-size: 18px;
	}
	h4, .h4 {
	font-size: 16px;
	}
	.container {
    max-width: 400px;
	}
	a.header-logo {
	max-width:180px;
	}
	.header-logo {
    padding: 5px 0;
	}
	.services {
    min-height: auto;
	}
	.box_scroll {
	left: 0!important;
	width: 100%!important;
	text-align: left;
	}
}
@media only screen and (max-width: 479px) {
    .heading h1 {
	font-size: 36px;
	line-height: 45px;
    }
    .heading h2 {
	font-size: 30px;
	line-height: 42px;
    }
    .heading h3 {
    font-size: 26px;
    line-height: 36px;
    }
	.breadcrumbs-page .breadcrumbs-content h3 {
    font-size: 23px;
    line-height: 30px;
    }
	.form5 .abform_area .form-group label.label_title {
    font-size: 16px;
	}
	.list-inline-item {
    display: block;
	text-align:left!important;
	}
	.tab_style7 .nav > li {
    width: 40%;
	}
	.price > li {
    font-size: 16px!important;
	}
	ul.price {
    padding: 0 0 0 5px;
	}
	.breadcrumbs-content h1 {
    font-size: 24px;
	}
	.heading-title h2 {
    font-size: 24px;
	margin-bottom: 10px;
	}
	
}
#ville {
	background:#000000;
}
#ville li,
#ville .heading h2 {
	color:#fff;	
}
#ville li > span {
	color:#ADDEEF;
	
}
.iconefont {
	float: left;
	margin-left: 15px;
	margin-top: -32px;
	position: relative;
	z-index: 2;
	color:#cd3800;
	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;
}
.first:nth-child(2n+1) .order-first,
.first:nth-child(2n+1) .box-img1 {
	-ms-flex-order: 13;
    order: 13;
}