@charset "UTF-8";
/*-----------*/
/* PAGE      */
/*-----------*/
body {
 font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
 font-size: 16px;
 line-height: 1.625;
 font-weight: 400;
 color: #737576;
 background-color: #ffffff;
 -webkit-text-size-adjust: none;
 -webkit-font-smoothing: subpixel-antialiased;
 
 background: #FFF;
  /*font: 400 16px/24px "Gilroy", "Helvetica", sans-serif;*/
  color: #000000;
  position: relative;
  overflow-x: hidden;}
.page {
 position: relative;
 overflow: hidden;
 min-height: 100vh;
 opacity: 0;
}
html,body,h1,p,vida2m-center,ul,li,article,menu,video,footer {
	margin:0;padding:0;border:0;
	vertical-align:baseline
}




#page-wrapper {
		-moz-transition: opacity 0.5s ease;
		-webkit-transition: opacity 0.5s ease;
		-ms-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
		opacity: 1;
		padding-top: 3em;
	}

		#page-wrapper:before {
			background: rgba(0, 0, 0, 0);
			content: '';
			display: block;
			display: none;
			height: 100%;
			left: 0;
			position: fixed;
			top: 0;
			width: 100%;
			z-index: 10001;
		}

/*#page {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}*/

article, footer, header, menu, nav, section {
	display: block;}

#header {
		-moz-transition: background-color 0.2s ease;
		-webkit-transition: background-color 0.2s ease;
		-ms-transition: background-color 0.2s ease;
		transition: background-color 0.2s ease;
		background: #2e3842;
		left: 0;
		height: 3.5em;
		line-height: 3em;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 10000;
	}
	
/*-----------*/
/* Fin PAGE  */
/*-----------*/


/*-------*/
/* TYPO  */
/*-------*/
[class^='heading-'] + p.offset-alpha-xl,
* + p.offset-alpha-xl {
 margin-top: 15px;
}
@media (min-width: 768px) {
 [class^='heading-'] + p.offset-alpha-xl,
 * + p.offset-alpha-xl {
  margin-top: 20px;
 }
}
@media (min-width: 1200px) {
 [class^='heading-'] + p.offset-alpha-xl,
 * + p.offset-alpha-xl {
  margin-top: 50px;
 }
}
h1,
h2,
h3,
h4,
h5,
h6,
[class^='heading-'] {
 margin-top: 0;
 margin-bottom: 0;
 font-weight: 500;
 color: #151515;
 font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
 text-transform: uppercase;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
[class^='heading-'] a {
 color: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
[class^='heading-'] a:hover {
 color: rgba(21, 21, 21, 0.6);
}
h1,
.heading-1 {
 font-size: 28px;
 line-height: 1.5;
}
@media (min-width: 1200px) {
 h1,
 .heading-1 {
  font-size: 36px;
  line-height: 1.11111;
 }
}
h2,
.heading-2 {
 font-size: 26px;
 line-height: 1.5;
}
@media (min-width: 1200px) {
 h2,
 .heading-2 {
  font-size: 28px;
  line-height: 1.11111;
 }
}
h3,
.heading-3 {
 font-size: 20px;
 line-height: 1.5;
}
@media (min-width: 1200px) {
 h3,
 .heading-3 {
  font-size: 24px;
  line-height: 1.44444;
 }
}
h4,
.heading-alph-4 {
 font-size: 20px;
 line-height: 1.5;
}
@media (min-width: 1200px) {
 h4,
 .heading-alph-4 {
  font-size: 18px;
  line-height: 1.25;
 }
}
.heading-alph-4 {
 text-transform: none;
}
h5,
.heading-5 {
 font-size: 20px;
 line-height: 1.5;
}
@media (min-width: 1200px) {
 h5,
 .heading-5 {
  font-size: 18px;
  line-height: 1.44444;
 }
}
h6,
.heading-6 {
 font-size: 18px;
 line-height: 1.5;
}
@media (min-width: 1200px) {
 h6,
 .heading-6 {
  font-size: 16px;
  line-height: 1.5;
 }
}

/*h3, .h3 {
	font-size: 20px;
	color:#FFF;
	margin-bottom:.75rem;
	color: white 
}*/

/*h6, .h6 {
	margin: 1em 0 0 0;
	color:#F0C;
	cursor: default;
	list-style: none;
	padding-left: 0;
	font-size: 13px;
	font-weight:normal;
	font-family: "Open Sans", Helvetica, sans-serif;
	text-align:justify;
	text-transform:uppercase;
}*/

a {
 transition: all 0.3s ease-in-out;
}
a,
a:focus,
a:active,
a:hover {
 text-decoration: none;
}
a,
a:focus,
a:active {
 color: #F0C;
}
a:hover {
	color: #F09;
}
a[href*='tel'],
a[href*='mailto'] {
 white-space: nowrap;
}

/*a {
		-moz-transition: color 0.2s ease, border-bottom-color 0.2s ease;
		-webkit-transition: color 0.2s ease, border-bottom-color 0.2s ease;
		-ms-transition: color 0.2s ease, border-bottom-color 0.2s ease;
		transition: color 0.2s ease, border-bottom-color 0.2s ease;
		color:#CCC;
		text-decoration: none;
	}*/

		a:hover {
			border-bottom-color: transparent;
			color:#F0C;
		}

	strong {
		font-weight: 600;
	}
	b {
		color: #fff;
		font-weight: 400;
	}
	
	p {
		/*margin: 1em 0 0 0;*/
		color:#333;
		cursor: default;
		list-style: none;
		padding-left: 0;
		font-size: 14px;
	font-weight:normal;
	font-family: "Open Sans", Helvetica, sans-serif;
	text-align:justify;
	}

.txt2 {
 font-size: 14px;
}
.titre-sousboite {
	font-size: 12px;
	text-transform: none;
	font-weight: 600;
}
.soustitre-sousboite {
	font-size: 18px;
	color:#000;
	line-height: 1.2;
	font-weight: 500;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.soustitre-sousboite a:hover {
  font-size: 18px;
  color:#000;
  line-height: 1.2;
	font-weight: 500;
}

.titre-boite {
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.625;
	font-weight: 400;
	color: #FFF;
	background-color: #000;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: subpixel-antialiased;
	text-transform: none;
}
/*-----------*/
/* Fin TYPO  */
/*-----------*/

/* ------------------------------------------------------------------- 
 * Fenetre flottante
 * ------------------------------------------------------------------- */
#ad-block {	
    z-index: 99999;
    display : -webkit-flex;
    display : flex;
    max-width: 520px;
    width: 84%;
    padding: 16px 36px 16px 16px;
    background: white;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,.2);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: fixed;
    left: 50%;
    bottom: 12px;
}

.ad-block__thumb {
    -webkit-flex : 0 0 130px;
            flex : 0 0 130px;
    max-width: 130px;
    margin-right: 16px;
}
.ad-block__thumb img {
    vertical-align: bottom;
    border-radius: 4px;
}

.ad-block__text a {
    display: block;
    font-size: 15px;
    line-height: 1.467; /* 22px */
    color: #777777;
}
.ad-block__text .highlight {
    color: #151515;
    font-weight: 600;
}
.ad-block__text .sponsor-text {
    margin-top: 14px;
    display: block;
    color: #aaaaaa;
    font-size: 10px;
    line-height: 1.2; /* 12px */
    text-transform: uppercase;
    letter-spacing: .15em;
}

.ad-block__close {
	display: block;
	text-indent: 100%;
	overflow: hidden;
	width: 32px;
	height: 32px;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	position: absolute;
	right: 4px;
	top: 4px;
}
.ad-block__close::before,
.ad-block__close::after {
	content: '';
	background-color: black;
	height: 2px;
	width: 14px;
	position: absolute;
	top: 15px;
	left: 9px;
}
.ad-block__close::after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.ad-block__close::before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

    

@media only screen and (max-width:900px) {
    #ad-block {
        max-width: 420px;
    }
    .ad-block__thumb {
        -webkit-flex : 0 0 100px;
                flex : 0 0 100px;
        max-width: 100px;
    }
    .ad-block__text a {
        font-size: 14px;
    }
    .ad-block__text .sponsor-text {
        font-size: 9px;
    }
}
@media only screen and (max-width:600px) {
    .ad-block__thumb {
        -webkit-flex : 0 0 90px;
                flex : 0 0 90px;
        max-width: 90px;
    }
}
@media only screen and (max-width:500px) {
    .ad-block__thumb {
        display: none;
    }
}
@media only screen and (max-width:360px) {
    #ad-block {
        display: none;
    }
}

/* ------------------------------------------------------------------- 
 * FIN Fenetre flottante
 * ------------------------------------------------------------------- */



/*-----------*/
/* PRELOADER */
/*-----------*/
/*.preloader {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 10000;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	background: #ffffff;
	transition: .3s all ease;
}
.preloader.loaded {
 opacity: 0;
 visibility: hidden;
}
.preloader-body {
 text-align: center;
}
.preloader-body p {
 position: relative;
 right: -8px;
}
.cssload-container {
 width: 100%;
 height: 36px;
 text-align: center;
}
.cssload-speeding-wheel {
 width: 36px;
 height: 36px;
 margin: 0 auto;
 border: 3px solid #c4eeec;
 border-radius: 50%;
 border-left-color: transparent;
 border-bottom-color: transparent;
 animation: cssload-spin .88s infinite linear;
}*/
/*---------------*/
/* Fin PRELOADER */
/*---------------*/
.bandeau-rea {
	margin-top:50px; height:600px; width:1200px; overflow-x: scroll;display: flex; flex-wrap: nowrap; margin-right: -15px; margin-left: -15px; overflow:scroll;
}
.leftbox-style {
	float:left;width:35%;height:320px;
}
.middlebox-style {
	float:left;width:32%;height:280px;
}
.rightbox-style {
	float:right;width:32%;height:280px; padding-left:45px;
}
.basbox-style {
 float:left;width:100%;height:150px; margin-top:150px;
}

.col-md-4{
position: relative;
min-height: 1px;
padding-right: 10px;
padding-left: 10px;}
@media (min-width:992px){.col-md-4 {float:left}

.col-md-4{width:33.33333333%}}
/* OK - Pour les 3 etapes */
.service {
	overflow: hidden;
	margin-bottom: 10px;
	padding: 15px 15px 10px;
}
.service:hover {
	background: #fcfcfc;
	box-shadow: 0 0 5px #ddd;
	transition: box-shadow 0.2s ease-in-out;
}
.service:hover i {
	color: #656565;
}
.service h4 {
	font-size: 22px;
	line-height: 25px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
}
.service .desc {
	/*padding: 0 15px;*/
	overflow: hidden;
}
.service .desc h4 {
	font-size: 18px;
	line-height: 25px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: inherit;
	font-weight: 600;
	line-height: 1.1;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
}

.service .service-icon {
	float: left;
	/*padding: 10px;*/
	color: #72c02c;
	font-size: 35px;
	text-align: center;
  transition: all 0.4s ease-in-out;
}
.service .service-icon.icon-cogs {
	font-size: 37px;
}
.service .service-icon.icon-plane {
	font-size: 43px;
}
/*Fin  OK - Pour les 3 etapes */

/*------------------------------------*/
/* ENTETE Video						  */
/* Pour la fleche du en savoir plus   */
/*------------------------------------*/
#banner .more {
	-moz-transition: -moz-transform 0.75s ease, opacity 0.75s ease;
	-webkit-transition: -webkit-transform 0.75s ease, opacity 0.75s ease;
	-ms-transition: -ms-transform 0.75s ease, opacity 0.75s ease;
	transition: transform 0.75s ease, opacity 0.75s ease;
	-moz-transition-delay: 3.5s;
	-webkit-transition-delay: 3.5s;
	-ms-transition-delay: 3.5s;
	transition-delay: 3.5s;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	border: none;
	bottom: 0;
	color: inherit;
	font-size: 0.8em;
	height: 8.5em;
	left: 50%;
	letter-spacing: 0.225em;
	margin-left: -8.5em;
	opacity: 1;
	outline: 0;
	margin-left: -7.1em;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	width: 16em;
	z-index: 99999;
	color:#FFF;
}

	#banner .more:after {
		background-image:url(../../images/boutons/arrow.svg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		color:#FFF;
		bottom: 4em;
		content: '';
		display: block;
		height: 1.5em;
		left: 50%;
		margin: 0 0 0 -0.75em;
		position: absolute;
		width: 1.5em;
		z-index:99999;
	}

#banner:after {
	pointer-events: none;
	-moz-transition: opacity 3s ease-in-out;
	-webkit-transition: opacity 3s ease-in-out;
	-ms-transition: opacity 3s ease-in-out;
	transition: opacity 3s ease-in-out;
	-moz-transition-delay: 1.25s;
	-webkit-transition-delay: 1.25s;
	-ms-transition-delay: 1.25s;
	transition-delay: 1.25s;
	content: '';
	background: #2e3842;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

@media screen and (max-width: 736px) {
	#banner {
		/*padding: 7em 3em 5em 3em ;*/
		height: auto;
		min-height: 0;
		margin-left: 0px;
		padding-left: 0px;
	}
		#banner h2 {
			font-size: 1.25em;
		}

		#banner br {
			display: none;
		}

		#banner .more {
			display: none;
		}

}
/*-------------------------  -----------*/
/* Fin Pour la fleche du en savoir plus */
/*---------------------------  ---------*/

/*--------------------------*/
/* DANS TOUTES LES SECTIONS */
/*--------------------------*/
/* Pour Fonds, Colonnes et Lignes */
.container-alph {
 width: 100%;
 padding-right: 15px;
 padding-left: 15px;
 margin-right: auto;
 margin-left: auto;
}
@media (min-width: 576px) {
 .container-alph {
  max-width: 540px;
 /*margin-right: 15px;
 margin-left: 15px;*/
 }
}
@media (min-width: 768px) {
 .container-alph {
  max-width: 720px;
 }
}
@media (min-width: 992px) {
 .container-alph {
  max-width: 960px;
 }
}
@media (min-width: 1200px) {
 .container-alph {
  max-width: 1200px;
 }
}
.row-alph {
 display: flex;
 flex-wrap: wrap;
 margin-right: -15px;
 margin-left: -15px;
}
.col-alph-sm-6,

.col-alph-sm-12,
.col-alph-md-6,
.col-alph-lg-4,
.col-alph-lg-6,
.col-alph-lg-8,
.col-alph-lg-12,
.col-alph-xl-3,
.col-apha-xl-5,
.col-alph-xl-6,
.col-alpha-xl-7,
.col-alph-xl-9 {
 position: relative;
 width: 100%;
 padding-right: 15px;
 padding-left: 15px;
}
.order-alph-1 {
 order: 1;
}
.order-alph-3 {
 order: 3;
}
@media (min-width: 576px) {
 .col-alph-sm-6 {
  flex: 0 0 50%;
  max-width: 50%;
 }
 .col-alph-sm-12 {
  flex: 0 0 100%;
  max-width: 100%;
 }
}
@media (min-width: 768px) {
 .col-alph-md-6 {
  flex: 0 0 50%;
  max-width: 50%;
 }
 .order-alph-md-2 {
  order: 2;
 }
}
@media (min-width: 992px) {
 .col-alph-lg-100 {
  flex: 0 0 99.99999%;
  max-width: 99.99999%;
 }
 .col-alph-lg-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
 }
 .col-alph-lg-6 {
  flex: 0 0 50%;
  max-width: 50%;
 }
 .col-alph-lg-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
 }
 .col-alph-lg-12 {
  flex: 0 0 100%;
  max-width: 100%;
 }
}
.col-contact {
 position: relative;
 width: 100%;
 padding-right: 15px;
 padding-left: 15px;
}
@media (min-width: 992px) {
 
 .col-contact {
  flex: 0 0 100%;
  max-width: 100%;
 }
}

@media (min-width: 1200px) {
 .col-alph-xl-3 {
  flex: 0 0 25%;
  max-width: 25%;
 }
 .col-apha-xl-5 {
  flex: 0 0 48.66667%;
  max-width: 48.66667%;
 }
 .col-alph-xl-6 {
  flex: 0 0 50%;
  max-width: 50%;
 }
 .col-alpha-xl-7 {
  flex: 0 0 51.33333%;
  max-width: 51.33333%;
 }
 .col-alph-xl-9 {
  flex: 0 0 75%;
  max-width: 75%;
 }
 .col-alph-xl-10 {
  flex: 0 0 80%;
  max-width: 80%;
  margin-left: 20px;
 }
 .order-alph-xl-1 {
  order: 1;
 }
 .order-alph-xl-2 {
  order: 2;
 }
 .order-alph-xl-3 {
  order: 3;
 }
}
.d-flex-alph {
 display: flex !important;
}
@media (min-width: 1200px) {
 .d-alpha-xl-block {
  display: block !important;
 }
}
.flex-alph-column {
 flex-direction: column !important;
}
.flex-alph-column-reverse {
 flex-direction: column-reverse !important;
}
.justify-content-alph-center {
 justify-content: center !important;
}
.align-alph-items-center {
 align-items: center !important;
}
@media (min-width: 992px) {
 .flex-alph-lg-row {
  flex-direction: row !important;
 }
 .flex-alph-lg-row-reverse {
  flex-direction: row-reverse !important;
 }
 .justify-content-alpha-lg-center {
  justify-content: center !important;
 }
}
@media (min-width: 1200px) {
 .justify-content-alpha-xl-end {
  justify-content: flex-end !important;
 }
}
.text-alph-center {
 text-align: center !important;
}
@media (min-width: 768px) {
 .text-alph-md-left {
  text-align: left !important;
 }
}
.font-alph-italic {
 font-style: italic !important;
}
/* Fin Pour Fonds, Colonnes et Lignes */


* + .row-alph {
 margin-top: 30px;
}
@media (min-width: 1200px) {
 * + .row-alph {
  margin-top: 60px;
 }
}
.container-alph + .container-alph {
 margin-top: 35px;
}
.row-alph + .row-alph {
 margin-top: 35px;
}
@media (min-width: 1200px) {
 .container-alph + .container-alph {
  margin-top: 60px;
 }
 .row-alph + .row-alph {
  margin-top: 70px;
 }
}
.row-alph-30 {
 margin-bottom: -30px;
}
.row-alph-30:empty {
 margin-bottom: 0;
}
.row-alph-30 > * {
 margin-bottom: 30px;
}
.row-alph-40 {
 margin-bottom: -40px;
}
.row-alph-40:empty {
 margin-bottom: 0;
}
.row-alph-40 > * {
 margin-bottom: 40px;
}
.section-alph-md,
.section-alpha-lg {
 padding: 50px 0;
}
@media (max-width: 991.98px) {
 section-alph.section-alph-md:first-of-type,
 section-alph.section-alpha-lg:first-of-type {
  padding-top: 40px;
 }
}
@media (min-width: 768px) {
 .section-alph-md {
  padding: 70px 0;
 }
 .section-alpha-lg {
  padding: 85px 0;
 }
}
@media (min-width: 992px) {
 .section-alph-md {
  padding: 80px 0 90px;
 }
 .section-alpha-pt {
  padding: 0 0;
 }
}
@media (min-width: 1200px) {
 .section-alpha-pt {
  padding: 0 0;
 }
}

 .section-alpha-lg {
  padding: 100px 0;
 }
}
@media (min-width: 1200px) {
 .section-alpha-lg {
  padding: 115px 0;
 }
}
.bg-alph-default {
 background-color: #ffffff;
}
.bg-alph-default:not([style*="background-"]) + .bg-alph-default:not([style*="background-"]) {
 padding-top: 0;
}
@keyframes fadeIn {
 0% {
  opacity: 0;
 }
 100% {
  opacity: 1;
 }
}
.fadeIn {
 animation-name: fadeIn;
}
@keyframes fadeInUp {
 0% {
  opacity: 0;
  transform: translate3d(0, 100%, 0);
 }
 100% {
  opacity: 1;
  transform: none;
 }
}
.fadeInUp {
 animation-name: fadeInUp;
}
@keyframes fadeInDown {
 0% {
  opacity: 0;
  transform: translate3d(0, -100%, 0);
 }
 100% {
  opacity: 1;
  transform: none;
 }
}

.reflet {
text-shadow: #CCC 0.1em 0.1em 0.2em;
}
.reflet {
text-shadow: #CCC 0.1em 0.1em 0.2em;
}
.fadeInDown {
 animation-name: fadeInDown;
}
@keyframes fadeInLeft {
 0% {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
 }
 100% {
  opacity: 1;
  transform: none;
 }
}
.fadeInLeft {
 animation-name: fadeInLeft;
}
@keyframes fadeInRight {
 0% {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
 }
 100% {
  opacity: 1;
  transform: none;
 }
}
.fadeInRight {
 animation-name: fadeInRight;
}
@keyframes fadeOut {
 0% {
  opacity: 1;
 }
 100% {
  opacity: 0;
 }
}
.fadeOut {
 animation-name: fadeOut;
}
/*-------------------------  -----------*/
/* FIN DE DANS TOUTES LES SECTIONS */
/*-------------------------  -----------*/

/*-------*/
/* INTRO */
/*-------*/
.image-alpha-box {
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 margin-left: -30px;
 margin-top: -30px;
}
.image-alpha-box > * {
 margin-left: 30px;
 margin-top: 30px;
}
.image-alpha-box img {
 box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
}

@media (min-width: 576px) {
 .image-alpha-box {
  flex-wrap: nowrap;
 }
}
@media (min-width: 1200px) {
 .image-alpha-box {
  justify-content: flex-start;
  margin-left: 0;
 }
 .image-alpha-box > * {
  margin-left: 0;
 }
}
.image-alpha-box__float {
 transition: transform .5s ease;
}
@media (min-width: 1200px) {
 .image-alpha-box__float {
  position: absolute;
  right: 0;
  transform: translate(-100px, 50px);
 }
}
.image-alpha-box.inverse .image-alpha-box__static {
 z-index: 2;
}
.image-alpha-box.inverse:hover .image-alpha-box__float {
 transform: translate(-15px, 0);
}
.image-alpha-box__static {
 transition: transform .5s ease;
}
@media (min-width: 1200px) {
 .image-alpha-box:hover .image-alpha-box__static {
  transform: translateY(50px);
 }
 .image-alpha-box:hover .image-alpha-box__float {
  transform: translate(-15px, 0);
  transition: transform .5s ease;
 }
}
@media (min-width: 1200px) and (min-width: 1600px) {
 .image-alpha-box:hover .image-alpha-box__float {
  transform: translate(15px, 0);
 }
}
.offset-alpha-top-25 {
 margin-top: 25px;
}
@media (min-width: 1200px) {
 .inset-alph-xl-1 {
  padding-left: 40px;
 }
}
.section-alph-custom-1 {
 padding-top: 10px;
 padding-bottom: 30px;
}
@media (min-width: 768px) {
 .section-alph-custom-1 {
  padding-top: 35px;
  padding-bottom: 65px;
 }
}
@media (min-width: 992px) {
 .section-alph-custom-1 {
  padding-top: 40px;
  padding-bottom: 80px;
 }
}
@media (min-width: 1200px) {
 .section-alph-custom-1 {
  padding-top: 40px;
  padding-bottom: 50px;
 }
}
/*-----------*/
/* FIN INTRO */
/*-----------*/


/*-----------------*/
/* NOS PRESTATIONS */
/*-----------------*/
* + .creative-alph-bg {
 margin-top: 30px;
}
@media (min-width: 1200px) {
 * + .creative-alph-bg {
  margin-top: 50px;
 }
}
@media (min-width: 1200px) {
 .creative-alph-bg {
  position: relative;
 }
 .creative-alph-bg:before {
	content: '';
	top: 47.5%;
	transform: translateY(-50%);
	background-color: #2e3842;
	left: 0;
	height: calc(100% - 120px);
	right: 16%;
	position: absolute;
 }
}
.info-box-alph-classic {
 max-width: 370px;
 margin-left: auto;
 margin-right: auto;
 position: relative;
 display: flex;
 flex-direction: column;
 justify-content: flex-end;
 overflow: hidden;
}
.info-box-alph-classic:before {
 content: '';
 position: absolute;
 bottom: 0;
 left: 0;
 right: 0;
 top: 60%;
 background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.71) 100%);
 z-index: 1;
 transition: all ease .25s;
}
@media (min-width: 1200px) {
 .info-box-alph-classic:before {
  opacity: 0;
 }
}
.info-box-alph-classic__description {
 position: absolute;
 left: 15px;
 bottom: 30px;
 right: 15px;
 z-index: 2;
}
@media (min-width: 1200px) {
 .info-box-alph-classic__description {
  opacity: 0;
  transform: translateY(120%);
  transition: all ease .25s;
 }
}
.info-box-alph-classic__description .heading-alph-4 {
 color: #ffffff;
 font-weight: 700;
}
.info-box-alph-classic__description span {
 font-size: 14px;
 font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
 color: #ffffff;
 font-weight: 400;
 display: inline-block;text-shadow: black 1px 0 10px;
}

.info-box-alph-classic__description span + span {
 margin-left: 5px;
}
.info-box-alph-classic__description span.price {
 font-size: 18px;
 font-weight: 500;
}
@media (min-width: 1200px) {
 .info-box-alph-classic:hover .info-box-alph-classic__description {
  transform: translateY(0);
  opacity: 1;
  transition: transform ease .25s;
 }
 .info-box-alph-classic:hover:before {
  opacity: 1;
  transition: all ease .25s;
 }
}
.info-box-alph-classic-long {
 /*max-width: 370px;*/
 max-height:300px;
 margin-left: auto;
 margin-right: auto;
 position: relative;
 display: flex;
 flex-direction: column;
 justify-content: flex-end;
 overflow: hidden;
}
.info-box-alph-classic-long:before {
 content: '';
 position: absolute;
 bottom: 0;
 left: 0;
 right: 0;
 top: 60%;
 background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.71) 100%);
 z-index: 1;
 transition: all ease .25s;
}
@media (min-width: 1200px) {
 .info-box-alph-classic-long:before {
  opacity: 0;
 }
}
.info-box-alph-classic-long__description {
 position: absolute;
 left: 15px;
 bottom: 30px;
 right: 15px;
 z-index: 2;
}
@media (min-width: 1200px) {
 .info-box-alph-classic-long__description {
  opacity: 0;
  transform: translateY(120%);
  transition: all ease .25s;
 }
}
.info-box-alph-classic-long__description .heading-alph-4 {
 color: #ffffff;
 font-weight: 700;
}
.info-box-alph-classic-long__description span {
 font-size: 14px;
 font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
 color: #ffffff;
 font-weight: 400;
 display: inline-block;text-shadow: black 1px 0 10px;
}
.info-box-alph-classic-long__description span + span {
 margin-left: 5px;
}
.info-box-alph-classic-long__description span.price {
 font-size: 18px;
 font-weight: 500;
}
@media (min-width: 1200px) {
 .info-box-alph-classic-long:hover .info-box-alph-classic-long__description {
  transform: translateY(0);
  opacity: 1;
  transition: transform ease .25s;
 }
 .info-box-alph-classic-long:hover:before {
  opacity: 1;
  transition: all ease .25s;
 }
}

/*@media (max-width: 768px) {*/

/*telephone*/
 @media (min-width:768px){
.info-box-alph-classic__description span {
 font-size: 11px;
 /*font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
 color: #ffffff;
 font-weight: 400;
 display: inline-block;text-shadow: black 1px 0 10px;
 visibility:hidden*/
}
.info-box-alph-classic-long__description span {
 font-size: 11px;
 font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
 color: #ffffff;
 font-weight: 400;
 display: inline-block;text-shadow: black 1px 0 10px;
}
.titre-boite {
 font-size: 14px;
}
}
 @media (max-width:576px){
.info-box-alph-classic__description span {
 font-size: 11px;
 /*font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
 color: #ffffff;
 font-weight: 400;
 display: inline-block;text-shadow: black 1px 0 10px;
 visibility:hidden*/
}
.info-box-alph-classic-long__description span {
 font-size: 11px;
 font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
 color: #ffffff;
 font-weight: 400;
 display: inline-block;text-shadow: black 1px 0 10px;
}
.titre-boite {
 font-size: 12px;
}
/*.info-box-alph-classic::before {
    background-color: transparent !important;
}
.post-alph-classic__chlo:hover::before {
	opacity: 1;
}
.info-box-alph-classic__description {
  opacity: 1;
 }*/
 
/* .info-box-alph-classic {
 max-width: 370px;
 margin-left: auto;
 margin-right: auto;
 position: relative;
 display: flex;
 flex-direction: column;
 justify-content: none;
 overflow: hidden;
}
.info-box-alph-classic:before {
 content: '';
 position: absolute;
 bottom: 0;
 left: 0;
 right: 0;
 top: 60%;
 background: none;
 z-index: 1;
 transition: none;
}*/


}






.info-box-alph-ab-titre {
 position: absolute; bottom: 0px; right: 0px; background-color: #000; color: white; padding-left: 20px; padding-right: 20px;
}
.info-box-alph-ab-soustitre {
 text-align:justify
}

/*------------------------*/
/* FIN DE NOS PRESTATIONS */
/*------------------------*/


/*------------------------*/
/* entete */
/*------------------------*/
.floating-video-entete {
 /*display: inline-block;*/
 position: relative;
 box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.23);
 margin-top: 90px;
 text-align: center;
 z-index: 2;
}
@media (min-width: 1200px) {
 .floating-video-alph-box {
  transform: translateY(80px);
 }
}

@media (min-width: 1200px) {
 .vidactu {
  width:600px;
   height:400px;
 }
 
 .vidbanner {
   visibility:visible}
   }
@media screen and (max-width: 480px) {
 .vidactu {
  width:350px;
   height:300px;
	}
 .vibanner {
 visibility:hidden;
}
}


/*------------------*/
/* PROFESSIONALISME */
/*------------------*/
.floating-video-alph-box {
 display: inline-block;
 position: relative;
 box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.23);
 z-index: 2;
}
@media (min-width: 1200px) {
 .floating-video-alph-box {
  transform: translateY(80px);
 }
}
 .bg-alpha-image-2 {
  background: url("../../images/index/bg-home-2.png") no-repeat center left;
  background-size: cover;
  padding-bottom: 200px;
  padding-top: 200px;
 }
@media (min-width: 1200px) {
 .bg-alpha-image-6 {
  background: url("../../images/contact/couv-contact.jpg") no-repeat center left;
  background-size: auto;
  padding-bottom: 200px;
  padding-top: 200px;
 }
}
.column-alph-bg-1 {
 position: relative;
 padding-top: 60px;
 padding-bottom: 60px;
}
@media (min-width: 1200px) {
 .column-alph-bg-1 {
  padding-top: 160px;
  padding-bottom: 160px;
 }
}
.column-alph-bg-1 > * {
 z-index: 2;
 position: relative;
}
.column-alph-bg-1:before {
	content: '';
	position: absolute;
	height: 100%;
	left: 15px;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #FFFEF5;
	z-index: 1;
}
@media (min-width: 1200px) {
 .column-alph-bg-1:before {
  left: -100px;
  width: 3000px;
 }
}
.z-index-alph {
 z-index: 2;
}
.container-alph .fa-alph {
	background-color:#FFF;
	margin-top:-100px;
}
.floating-video-alph-box iframe {
 display: block;
 position: absolute;
 top: 20%;
 left: 40%;
 
}
.floating-video-alph-box span {
	display: block;
	position: absolute;
	top: 80%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background-color: #FFF;
	transition: all ease .25s;
}
.floating-video-alph-box span:hover {
 transition: all ease .25s;
 box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.23);
}
.floating-video-alph-box span:before {
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 font-size: 16px;
 color: #292f35;
}
/*-------------------------*/
/* FIN DE PROFESSIONALISME */
/*-------------------------*/

/*-----------------*/
/* SECTION AUTRE 2 */
/*-----------------*/
.column-alph-bg-2 {
 position: relative;
 padding: 60px 15px;
}
@media (min-width: 1200px) {
 .column-alph-bg-2 {
  padding: 65px 15px 65px 99px;
 }
}
.column-alph-bg-2 > * {
 z-index: 2;
 position: relative;
}
.column-alph-bg-2:before {
 content: '';
 position: absolute;
 height: 100%;
 left: 15px;
 right: 15px;
 top: 50%;
 transform: translateY(-50%);
 background-color: #ffffff;
 z-index: 1;
}
@media (min-width: 1200px) {
 .column-alph-bg-2:before {
  left: 0;
  right: 0;
 }
}
@media (min-width: 1400px) {
 .column-alph-bg-2:before {
  right: -45px;
 }
}
/*---------------------*/
/* FIN SECTION AUTRE 2 */
/*---------------------*/

/*------------------*/
/* FLOTTE DE DRONES */
/*------------------*/
/* Pour les vignettes du Diaporama Drone */
.modal {
	z-index: 1080;
}

.modal * + form {
	margin-top: 15px;
}

.modal-backdrop {
	z-index: 1079;
}
.thumb-ann {
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.thumb-ann .thumb-ann__caption {
	color: #ffffff;
}
.thumb-ann > * {
	width: 100%;
}
.thumb-ann .divider-small::before {
	background: #ffffff;
}
.thumb-ann__image {
	width: 100%;
}


.thumb-ann__caption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 1;
	padding: 30px;
	background-color: rgba(32, 74, 67, 0.3);
}
.thumb-ann__caption::before {
	content: '';
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	z-index: 2;
	border: 1px solid rgba(255, 255, 255, 0.66);
	background-color: transparent;
	pointer-events: none;
}
.thumb-ann__caption > * {
	width: 100%;
	max-width: 420px;
	margin-left: auto;
	margin-right: auto;
}
.thumb-ann__title {
	color: inherit;
}
.thumb-ann__savoir {
	color: inherit;
}
.thumb-ann__text {
	position: relative;
	padding-top: 20px;
}
.thumb-ann__text::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 3px;
	width: 50px;
	background: #ffffff;
}
* + .thumb-ann {
	margin-top: 30px;
}
@media (max-width: 767px) {
	.thumb-ann {
		max-width: 370px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (min-width: 1200px) {
	.thumb-ann.thumb-mixed_large .thumb-ann__title {
		font-size: 36px;
	}
}
html:not(.tablet):not(.mobile) .thumb-ann__caption::before {
	opacity: 0;
	transform: scale(1.15);
	will-change: transform;
}
html:not(.tablet):not(.mobile).ie-10 .thumb-ann__caption::before, html:not(.tablet):not(.mobile).ie-11 .thumb-ann__caption::before {
	transform: none;
}
html:not(.tablet):not(.mobile) .thumb-ann__title,
html:not(.tablet):not(.mobile) .thumb-ann__image,
html:not(.tablet):not(.mobile) .thumb-ann__text,
html:not(.tablet):not(.mobile) .thumb-ann__caption::before {
	transition: opacity 0.4s, transform 0.4s;
}
html:not(.tablet):not(.mobile) .thumb-ann__caption {
	transition: background 0.4s, transform 0.4s, opacity 0.4s;
}
html:not(.tablet):not(.mobile) .thumb-ann__title {
	opacity: 0;
	transform: translate3d(0, 20px, 0);
}
html:not(.tablet):not(.mobile) .thumb-ann__image {
	transform: scale(1.1);
}
html:not(.tablet):not(.mobile) .thumb-ann__caption {
	opacity: 0;
}
html:not(.tablet):not(.mobile) .thumb-ann__text {
	opacity: 0;
	transform: translate3d(0, 20px, 0) scale(1.1);
}
html:not(.tablet):not(.mobile) .thumb-ann:hover .thumb-ann__caption {
	background-color: rgba(32, 74, 67, 0.56);
}
html:not(.tablet):not(.mobile) .thumb-ann:hover .thumb-ann__caption::before {
	opacity: 1;
	transform: scale(1);
}
html:not(.tablet):not(.mobile) .thumb-ann:hover .thumb-ann__image {
	transform: scale(1);
}
html:not(.tablet):not(.mobile) .thumb-ann:hover .thumb-ann__title {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}
html:not(.tablet):not(.mobile) .thumb-ann:hover .thumb-ann__caption {
	opacity: 1;
}
html:not(.tablet):not(.mobile) .thumb-ann:hover .thumb-ann__text {
	opacity: 1;
	transform: translate3d(0, 0, 0) scale(1);
}
/* Fin Pour les vignettes du Diaporama Drone */


/* Pour le Fonctionnement du Diaporama Drone */
.slick-slider {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}
.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}
[dir="rtl"] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	float: none;
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
.slick-loading .slick-list {
	background: #fff url("./../../images/ajax-loader.gif") center center no-repeat;
}
.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: rgba(21, 21, 21, 0.6);
	color: transparent;
	top: 50%;
	margin-top: -10px \9;
	/*lte IE 8*/
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
	z-index: 9;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}
.slick-prev:before, .slick-next:before {
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 1;
	color: white;
	opacity: 0.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
	left: 0;
}
[dir="rtl"] .slick-prev {
	left: auto;
	right: 0;
}
.slick-prev:before {
	content: "â†";
}
[dir="rtl"] .slick-prev:before {
	content: "â†'";
}
.slick-next {
	right: 0;
}
[dir="rtl"] .slick-next {
	left: 0;
	right: auto;
}
.slick-next:before {
	content: "â†'";
}
[dir="rtl"] .slick-next:before {
	content: "â†";
}
/* Dots */
.slick-slider {
	margin-bottom: 30px;
}
.slick-dots {
	display: block;
	list-style: none;
	text-align: center;
	padding: 0;
	width: 100%;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 5px;
}
.slick-dots li button {
	background: none;
	border: none;
	display: inline-block;
	padding: 0;
	outline: none;
	outline-offset: 0;
	cursor: pointer;
	-webkit-appearance: none;
	height: 4px;
	width: 20px;
	padding: 0;
	cursor: pointer;
	background: #e8e8e8;
	font-size: 0;
	line-height: 0;
	transition: .33s;
}
.slick-dots li button::-moz-focus-inner {
	border: none;
	padding: 0;
}
.slick-dots li.slick-active button {
	background: #00bd9d;
}
.slick-wrap {
	position: relative;
	overflow: hidden;
	max-width: 2050px;
	margin-left: auto;
	margin-right: auto;
}
.slick-style-1 {
	margin-bottom: 0;
}
.slick-style-1 .slick-arrow {
	display: none !important;
}
.slick-style-1 .slick-slide {
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 30px;
}
@media (max-width: 767px) {
	.slick-style-1 {
		max-width: 410px;
		margin-left: auto;
		margin-right: auto;
	}
	.slick-style-1 .thumb-ann {
		max-width: 410px;
	}
}
@media (min-width: 768px) {
	.slick-style-1 {
		margin-left: -17px;
		margin-right: -17px;
		width: calc(100% + 34px);
		pointer-events: none;
	}
	.slick-style-1 .slick-wrapper {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		will-change: transform;
		backface-visibility: hidden;
	}
	.slick-style-1 .slick-dots {
		display: none !important;
	}
	.slick-style-1 .slick-slide {
		position: relative;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		margin-top: 30px;
		margin-bottom: 30px;
		padding-top: 30px;
		padding-bottom: 30px;
		cursor: pointer;
		z-index: 0;
	}
	.slick-style-1 .slick-slide:not(.slick-center) .thumb-ann__caption {
		opacity: 0;
	}
	.slick-style-1 .slick-active {
		z-index: 2;
		pointer-events: auto;
	}
	.slick-style-1 .slick-slide-caption {
		position: relative;
		transform: translate3d(-70px, 0, 0);
		transition: transform .45s;
		will-change: transform;
		padding: 15px;
		background: #ffffff;
	}
	.slick-style-1 .slick-slide-caption::before, .slick-style-1 .slick-slide-caption::after {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		pointer-events: none;
		transition: opacity .22s;
	}
	.slick-style-1 .slick-slide-caption::before {
		z-index: 2;
		border: 15px solid #ffffff;
		box-shadow: 0 0 9px 0 rgba(1, 3, 4, 0.12);
		opacity: 0;
	}
	.slick-style-1 .slick-slide-caption::after {
		background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
		opacity: 1;
	}
	.slick-style-1 .slick-slide-inner {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		pointer-events: none;
		width: calc(100% + 220px);
	}
	.slick-style-1 .slick-center {
		overflow: visible;
		z-index: 3;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.slick-style-1 .slick-center .slick-slide-caption {
		transform: translate3d(0, 0, 0) scale3d(1.165, 1.165, 1.165);
	}
	.slick-style-1 .slick-center .slick-slide-inner {
		pointer-events: auto;
	}
	.slick-style-1 .slick-center .slick-slide-caption::before {
		opacity: 1;
	}
	.slick-style-1 .slick-center .slick-slide-caption::after {
		opacity: 0;
	}
	.slick-style-1 .slick-center + .slick-slide {
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.slick-style-1 .slick-center + .slick-slide .slick-slide-caption::after {
		background: linear-gradient(to left, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
	}
	.slick-style-1 .slick-center + .slick-slide .slick-slide-caption {
		transform: translate3d(70px, 0, 0);
	}
}
@media (min-width: 768px) and (min-width: 1200px) {
	.slick-style-1 .slick-slide-caption {
		transform-origin: 50% 50%;
	}
}
@media (min-width: 768px) and (min-width: 992px) {
	.slick-style-1 .slick-slide {
		padding-top: 20px;
	}
}
@media (min-width: 768px) and (min-width: 1800px) {
	.slick-style-1 .slick-slide {
		margin-top: 60px;
		margin-bottom: 80px;
	}
}
.ie-10 .slick-style-1 .slick-slide-caption,
.ie-11 .slick-style-1 .slick-slide-caption,
.ie-edge .slick-style-1 .slick-slide-caption {
	transform-origin: 100% 50%;
}
/* Fin le Fonctionnement du Diaporama Drones */

* + .row-alph.offset-alph-lg {
 margin-top: 30px;
}
@media (min-width: 1200px) {
 * + .row-alph.offset-alph-lg {
  margin-top: 40px;
 }
}
@media (max-width: 2370px) {
 [class*='bg-image-'] + [class*='bg-alph-default'] {
  padding-top: 0;
  padding-bottom: 0;
 }
}
/*-------------------------*/
/* FIN DE FLOTTE DE DRONES */
/*-------------------------*/

/*---------------------*/
/* ACTU et PRESTATIONS */
/*---------------------*/
.post-alph-classic {
 max-width: 370px;
 margin-right: auto;
 margin-left: auto;
}
.post-alph-classic__media {
 overflow: hidden;
 display: block;
 transition: all ease .25s;
 position: relative;
 margin-bottom: 20px;
}
@media (min-width: 1200px) {
 .post-alph-classic__media {
  margin-bottom: 5px;
 }
}
.post-alph-classic__media:before {
 content: '';
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 background-color: rgba(0, 0, 0, 0);
 transition: all ease .25s;
}
.post-alph-classic__media:hover:before {
 background-color: rgba(0, 0, 0, 0.4);
 transition: all ease .25s;
}
.post-alph-classic span {
 font-size: 12px;
 display: block;
 margin-bottom: 5px;
}
/*.post-alph-classic * + p {
 margin-top: 15px;
}*/
.post-alph-classic__chlo:before {
 content: '';
 /*position: absolute;*/
 top: 0;
 right: 0;
 /*bottom: 0;*/
 /*left: 0;*/
 background-color: rgba(0, 0, 0, 0);
 transition: all ease .25s;
}
.post-alph-classic__chlo:hover:before {
 background-color: rgba(0, 0, 0, 0.4);
 transition: all ease .25s;
}
/*-------------------------*/
/* FIN ACTU et PRESTATIONS */
/*-------------------------*/



/*------------------------------*/
/* PROFESSIONNALISME et AUTRE 2 */
/*------------------------------*/
.quote-classic-wrap-alph {
 position: relative;
 padding-left: 40px;
 padding-right: 25px;
}
@media (min-width: 1200px) {
 .quote-classic-wrap-alph {
  padding-left: 85px;
  padding-right: 0;
 }
}
.quote-classic-wrap-alph .heading-alph-4 {
 line-height: 1.54;
 font-weight: 400;
 font-size: 18px;
}
.quote-classic-wrap-alph .heading-alph-4 + p {
 margin-top: 15px;
}
.quote-classic-wrap-alph:after {
 content: '';
 position: absolute;
 left: 25px;
 top: 0;
 width: 3px;
 height: 103%;
 background-color: #292f35;
}
@media (min-width: 1200px) {
 .quote-classic-wrap-alph:after {
  left: 0;
 }
}
.quote-classic-wrap-alph:before {
 content: '“';
 font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
 font-size: 36px;
 line-height: 1;
 font-weight: 700;
 position: absolute;
 top: -20px;
 left: 25px;
 color: #292f35;
}
@media (min-width: 1200px) {
 .quote-classic-wrap-alph:before {
  left: 45px;
  top: 3px;
 }
}
/*----------------------------------*/
/* Fin PROFESSIONNALISME et AUTRE 2 */
/*----------------------------------*/




/*--------*/
/* FOOTER */
/*--------*/
.container-ab {
 width:100%;
 padding-right:15px;
 padding-left:15px;
 margin-right:auto;
 margin-left:auto
}
@media(min-width:576px) {
 .container-ab {
  max-width:540px
 }
}
@media(min-width:768px) {
 .container-ab {
  max-width:720px
 }
}
@media(min-width:992px) {
 .container-ab {
  max-width:960px
 }
}
@media(min-width:1530px) {
 .container-ab {
  max-width:1140px
 }
}
.container-ab {
 max-width:1530px
}
.row-ab {
 display:flex;
 flex-wrap:wrap;
 margin-right:-15px;
 margin-left:-15px
}
.col-md-3-AB,
.col-md-3-AB-2 {
 position:relative;
 width:100%;
 padding-right:15px;
 padding-left:15px
}
.carte-ab {
 margin-top:-80px;
 position:relative;
 width:100%;
 padding-right:15px;
 padding-left:15px;
 flex:0 0 33%;
 max-width:33%;
 text-align: center;
 display:none!important

}
@media(min-width:768px) {
 .col-md-3-AB {
  flex:0 0 33%;
  max-width:33%;
  text-align: center;
  margin-top:-80px;
 }
 .col-md-3-AB-2 {
  flex:0 0 33%;
  max-width:33%;
  text-align: center;
 }
 .ab-md-flex {
  display:flex!important
 }
}
.ab-flex-column {
 flex-direction:column!important
}
.ab-align-items-center {
 align-items:center!important
}
.ab-mt-4 {
 margin-top:0rem!important
}
.ab-mb-4 {
 margin-bottom:1.5rem!important
}
.ab-p-4 {
 padding:1.5rem!important
}
@media(min-width:992px) {
 .ab-mb-lg-0,
 .mb-lg-0,
 .my-lg-0 {
  margin-bottom:0!important
 }
 .footer-ab-p1 {
  padding-top:1.5rem;!important
  padding-bottom:0rem;!important
  margin-top:.5rem;!important
 }
}

#footer {
 background: #000;
 margin-top:1rem;
 padding-top:1rem
}

	#footer ul {
	 list-style:none;
	 padding-left:0
	}
	#footer .libelle {
		color: rgba(255, 255, 255, 0.5);
		font-size: 28px;
		letter-spacing: 0.225em;
		list-style: none;
		padding: 0;
		color:#FFF;
		padding-bottom:15px;
		font-size: 36px;
		line-height: 1.11111;
		font-weight: 500;
		font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
		letter-spacing: normal;
		text-shadow: black 0.1em 0.1em 0.2em;
			text-align:center;
	}
	#footer .souslibelle {
		color: rgba(255, 255, 255, 0.5);
		letter-spacing: 0.225em;
		list-style: none;
		padding: 0;
		color:#FFF;
		padding-bottom:15px;
		font-size: 24px;
		line-height: 1.11111;
		font-weight: 500;
		font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
		letter-spacing: normal;
		text-shadow: black 0.1em 0.1em 0.2em;
		text-align:center;
	}
	#footer .infos-2 {
		font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
		color: rgba(255, 255, 255, 0.5);
		font-size: 12px;
		letter-spacing: 0.225em;
		list-style: none;
		padding: 0;
		color:#999;
		line-height: 1.5;
		text-align:	center;
			}
		#footer .infos-2 li {
			border-left: solid 1px rgba(255, 255, 255, 0.5);
			display: inline-block;
			line-height: 1em;
			margin-left: 1em;
			padding-left: 1em;
			font-size: 14px;
			color:#CCC;
			color: #999 !important;
			text-shadow: black 0.1em 0.1em 0.2em;
			font-size: 18px;
			line-height: 1.44444;
		}
	#footer .infos-3 {
		font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
		color: rgba(255, 255, 255, 0.5);
		font-size: 12px;
		letter-spacing: 0.225em;
		list-style: none;
		padding: 0;
		color:#FFF;
		line-height: 1.5;
			}
				#footer .infos-3 li {
					border-left: solid 1px rgba(255, 255, 255, 0.5);
					display: inline-block;
					line-height: 1em;
					margin-left: 1em;
					padding-left: 1em;
					font-size: 14px;
					color:#CCC;
					color: #999 !important;
					text-shadow: black 0.1em 0.1em 0.2em;
					font-size: 18px;
					line-height: 1.44444;
				}
			
	#footer .class_acc {
	  max-width: 1200px;
	  margin: 0 auto;
	}
		#footer .class_acc .title {
			position: relative;
			font-size: 14px;
			text-align: center;
			cursor: pointer;
			color: #FFF;
			text-align:left;
			list-style:none;
			font-family: "icomoon", Helvetica, sans-serif;
			font-weight: 400;
			letter-spacing: 0.075em;
			text-shadow:none;
		}
		#footer .class_acc .title:focus,
		#footer .class_acc .title:active,
		#footer .class_acc .title:hover {
			color: #F0C;
			text-shadow:none;
		}

		@media (max-width: 800px) {
		  #footer .class_acc .title {
			font-size: 50px;
		  }
		}
		#footer .class_acc .soustitle {
			position: relative;
			font: 500 42px/120px "Gilroy", "Helvetica", sans-serif;
			text-align: center;
			cursor: pointer;
			color: #000;
			line-height:normal;
			margin-top:30px;
		}
		@media (max-width: 800px) {
		  .class_acc .soustitle {
			font-size: 50px;
		  }
		}
		#footer .class_acc .text-container {
		  position: relative;
		  overflow: hidden;
		}
		#footer .class_acc .text {
		  font: 400 16px/24px "Gilroy", "Helvetica", sans-serif;
		  max-width: 800px;
		  margin: 0 auto;
		}
		#footer .class_acc .text ul.style1 {
			list-style-position: inside;
			padding-left: 20px;
			-webkit-column-count: 1;
			-moz-column-count: 1;
			-ms-column-count: 1;
			-o-column-count: 1;
			column-count: 1;
			-webkit-column-gap: 20px;
			-moz-column-gap: 20px;
			column-gap: 20px;
			margin-bottom: 30px;
			text-align: left;
		}
#footer .class_acc .text ul.style2 {
  list-style-position: inside;
  padding-left: 20px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-bottom: 30px;
}
#footer .class_acc .text ul.style3 {
  /*list-style-type: disc;*/
  list-style-position: inside;
  padding-left: 20px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-bottom: 30px;
    max-height:100px;

}
@media all and (max-width: 768px) {
#footer .class_acc .text ul.style1,
#footer .class_acc .text ul.style2,
#footer .class_acc .text ul.style3 {
  /*list-style-type: disc;*/
  list-style-position: inside;
  padding-left: 0px;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  -ms-column-count: 1;
  -o-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-bottom: 30px;
}
}

#footer .class_acc .text p {
  margin-bottom: 0;
}
#footer .class_acc .text > * {
  display: block;
  margin-bottom: 24px;
}
#footer .class_acc .text a {
 font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  display: inline-block;
  /*position: relative;*/
	font-size: 12px;
	color:#FFF;
	line-height: 1.002;
}
.depart {
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	/*display: inline-block;
  position: relative;*/
	font-size: 10px;
	color: #999;
	display: inline-block;
	line-height : 1.1em;
	text-align:left;
}

#footer .class_acc .text a:focus,
#footer .class_acc .text a:active,
#footer .class_acc .text a:hover {
	color: #FFF;
	font-weight:bold;
}
#footer .class_acc .text a:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #000000;
  position: absolute;
  bottom: 1px;
  left: 0;
}
#footer .class_acc .text-container {
  height: 0;
  -webkit-transition: height 700ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: height 700ms cubic-bezier(0.19, 1, 0.22, 1);
}
#footer .class_acc .title:after, .class_acc .title:before {
  -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: -webkit-transform 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: transform 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: transform 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, -webkit-transform 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}
#footer .class_acc .item.active .title:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#footer .class_acc .item.active .title:before {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

@media all and (max-width: 768px) {
  #footer .class_acc .title {
    /*font: 700 24px/50px "Gilroy", "Helvetica", sans-serif;*/
    padding-top: 4px;
    padding-bottom: 4px;
		font-size: 12px;
	color: #FFF;
	list-style:none;
	font-family: "icomoon", Helvetica, sans-serif;
  }
  #footer .class_acc .title:before {
    height: 8px;
    width: 2px;
    margin: -2px -1px 0 0;
  }
  #footer .class_acc .title:after {
    width: 8px;
    height: 2px;
    margin: 1px -4px 0 0;
  }
  #footer .class_acc .text {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    padding: 30px 0;
  }
}

#footer .block_acc {
  padding: 0 20px;
}
#footer .block_acc header {
  position: relative;
  max-width: 1200px;
  margin: 0 auto 84px;
}
#footer .block_acc header a {
  position: absolute;
  top: 50%;
  right: 0;
  font: 400 14px/18px "Gilroy", "Helvetica", sans-serif;
  margin-top: -9px;
  padding-right: 15px;
}
#footer .block_acc header a:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #000000;
}
#footer .block_acc header a:hover:after {
  content: none;
}

@media all and (max-width: 600px) {
  #footer .block_acc {
	  visibility:hidden;
  }
}
	#footer .contlien {
 	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	letter-spacing: 0.225em;
	list-style: none;
	padding: 0;
	color:#CCC
		}
		#footer .contlien img {
		height: 25px;
		padding-top: 5px;
	}
		#footer .button {
				/*-moz-appearance: none;*/
				-webkit-appearance: none;
				/*-ms-appearance: none;
				appearance: none;
				-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
				-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
				-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;*/
				/*transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;*/
					font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
				background-color: #F3C;
				border-radius: 3px;
				border: 0;
				box-shadow: inset 0 0 0 2px #F3C;
				color: #fff;
				cursor: pointer;
				display: inline-block;
				font-size: 0.6em;
				font-weight: 400;
				height: 3.125em;
				letter-spacing: 0.225em;
				line-height: 3.125em;
				max-width: 30em;
				padding: 0 2.75em;
				text-align: center;
				text-decoration: none;
				text-transform: uppercase;
				white-space: nowrap;
				overflow: hidden;
				text-overflow: ellipsis;
				margin-top:15px;
			}
		#footer .copyright {
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.6em;
	letter-spacing: 0.225em;
	list-style: none;
	line-height: normal;
	padding: 0;
	text-transform: uppercase;
	padding-top:5px;
	/*height: 60px;*/
		}
			#footer .copyright li {
			color: rgba(255, 255, 255, 0.5);
			border-left: solid 1px rgba(255, 255, 255, 0.5);
				display: inline-block;
				line-height: normal;
				margin-left: 1em;
				padding-left: 1em;
				font-size: 1em;
				letter-spacing: 0.225em;
	list-style: none;
			}
				#footer .copyright li:first-child {
					border-left: 0;
					margin-left: 0;
					padding-left: 0;
				}
				#footer .copyright li a {
					color: rgba(255, 255, 255, 0.5);
					font-size: 1em;
					letter-spacing: 0.225em;
					list-style: none;
					line-height: normal;
					padding: 0;
					text-transform: uppercase;
					padding-top:15px;
				}
					#footer .copyright li a:hover {
						color: #fff;
					}
				@media screen and (max-width: 480px) {
					#footer .copyright li {
						border: 0;
						display: block;
						line-height: normal;
						margin: 0;
						padding: 0.5em 0;
						display: inline-block;
					}
				}

#footer .copyright-2 {
 border-top:2px solid #858588
}

.text-center {
 text-align:center!important
}
.text-white {
 color:#fff!important
}
.txt_blanc {
	color:#FFF;
}
.txt-scroll {
 overflow:scroll;
  max-height: 500px;
}
/* Pour le Footer */
	/*#footer {
	padding: 2em 0 1em 0;
	background-color: #2e3842;
	text-align: center;
	height: 570px;
	}
		#footer .icons {
			font-size: 1.25em;
		}
			#footer .icons a {
				color: rgba(255, 255, 255, 0.5);
			}

				#footer .icons a:hover {
					color: #fff;
				}
		#footer .libelle {
			color: rgba(255, 255, 255, 0.5);
			font-size: 28px;
			letter-spacing: 0.225em;
			list-style: none;
			padding: 0;
			color:#FFF;
			padding-bottom:15px;
			font-size: 36px;
			line-height: 1.11111;
			font-weight: 500;
			font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
			letter-spacing: normal;
			text-shadow: black 0.1em 0.1em 0.2em;
				text-align:center;
		}
		#footer .souslibelle {
			color: rgba(255, 255, 255, 0.5);
			letter-spacing: 0.225em;
			list-style: none;
			padding: 0;
			color:#FFF;
			padding-bottom:15px;
			font-size: 24px;
			line-height: 1.11111;
			font-weight: 500;
			font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
			letter-spacing: normal;
			text-shadow: black 0.1em 0.1em 0.2em;
			text-align:center;
		}
		#footer .infos-2 {
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	color: rgba(255, 255, 255, 0.5);
	font-size: 12px;
	letter-spacing: 0.225em;
	list-style: none;
	padding: 0;
	color:#999;
	line-height: 1.5;
		}
			#footer .infos-2 li {
				border-left: solid 1px rgba(255, 255, 255, 0.5);
				display: inline-block;
				line-height: 1em;
				margin-left: 1em;
				padding-left: 1em;
				font-size: 14px;
				color:#CCC;
				color: #999 !important;
				text-shadow: black 0.1em 0.1em 0.2em;
				font-size: 18px;
				line-height: 1.44444;
			}
		#footer .infos {
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	color: rgba(255, 255, 255, 0.5);
	font-size: 12px;
	letter-spacing: 0.225em;
	list-style: none;
	padding: 0;
	color:#999;
	line-height: 1.5;
		}
			#footer .infos li {
				border-left: solid 1px rgba(255, 255, 255, 0.5);
				display: inline-block;
				line-height: 1em;
				margin-left: 1em;
				padding-left: 1em;
				font-size: 14px;
				color:#CCC;
				color: #999 !important;
				text-shadow: black 0.1em 0.1em 0.2em;
				font-size: 18px;
				line-height: 1.44444;
			}
				#footer .infos li:first-child {
					color:#FFF;
					border-left: 0;
					margin-left: 0;
					padding-left: 0;
				}
				#footer .infos li a {
	color: #999;
	font-size: 14px;
	letter-spacing: 0.225em;
	list-style: none;
	line-height: normal;
	padding-top:-15px;
				}
					#footer .infos li a:hover {
						color: #fff;
					}
				@media screen and (max-width: 480px) {
				#footer  {
					height:1200px;
				}					
				#footer .infos li {
						border: 0;
						display: block;
						line-height: 1.65em;
						margin: 0;
						padding: 0.5em 0;
					}
				}
				#footer .infos li img {
					height: 25px;
					padding-top: 5px;
				}
		#footer .contlien {
 font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	letter-spacing: 0.225em;
	list-style: none;
	padding: 0;
	color:#CCC
		}
		#footer .contlien img {
		height: 25px;
		padding-top: 5px;
	}
		#footer .copyright {
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.6em;
	letter-spacing: 0.225em;
	list-style: none;
	line-height: normal;
	padding: 0;
	text-transform: uppercase;
	padding-top:5px;
	background-color: #2e3842;
	height: 60px;
		}
			#footer .copyright li {
			color: rgba(255, 255, 255, 0.5);
			border-left: solid 1px rgba(255, 255, 255, 0.5);
				display: inline-block;
				line-height: 1em;
				margin-left: 1em;
				padding-left: 1em;
				font-size: 1em;
				letter-spacing: 0.225em;
	list-style: none;
			}
				#footer .copyright li:first-child {
					border-left: 0;
					margin-left: 0;
					padding-left: 0;
				}
				#footer .copyright li a {
					color: rgba(255, 255, 255, 0.5);
					font-size: 1em;
					letter-spacing: 0.225em;
					list-style: none;
					line-height: normal;
					padding: 0;
					text-transform: uppercase;
					padding-top:15px;
				}
					#footer .copyright li a:hover {
						color: #fff;
					}
				@media screen and (max-width: 480px) {
					#footer .copyright li {
						border: 0;
						display: block;
						line-height: 1.65em;
						margin: 0;
						padding: 0.5em 0;
					}
				}
		@media screen and (max-width: 980px) {
			#footer {
				padding: 4em 3em 2em 3em ;
				height:1200px;
			}
		}
		@media screen and (max-width: 736px) {
			#footer {
				padding: 3em 2em 1em 2em ;
				height:1200px;
			}
		}
		#footer .button {
				-webkit-appearance: none;
				background-color: #F3C;
				border-radius: 3px;
				border: 0;
				box-shadow: inset 0 0 0 2px #F3C;
				color: #fff;
				cursor: pointer;
				display: inline-block;
				font-size: 0.6em;
				font-weight: 400;
				height: 3.125em;
				letter-spacing: 0.225em;
				line-height: 3.125em;
				max-width: 30em;
				padding: 0 2.75em;
				text-align: center;
				text-decoration: none;
				text-transform: uppercase;
				white-space: nowrap;
				overflow: hidden;
				text-overflow: ellipsis;
				margin-top:15px;
			}*/

/* Fin Pour le footer */

	
#tableau_total {
	width: 100%;
	margin-left: 0px;
	margin-top:0px;
	background-color: #CCC;
	height: 400px;
}
#tableau_region {
	float: left;
	width: 36%;
	/*padding: 10px;*/
	padding-left:5px;
	padding-right:0px;
	margin-left:5px;
	margin-right:0px;
	font-size: 12px;
	line-height:1.5em;
	text-align:left;
	list-style:none;
	background-color: #F00;
	height: 90px;
}
#tableau_region_title {
    color: #FFF;
		font-size: 16px;
		margin-bottom:10px;
}
#tableau_region_p1 {
    float: left;
    width: 28%;
    padding: 0px;
}
#tableau_region_p2 {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 25%;
}
#tableau_region_p3 {
    float: left;
    /*border-right: 1px solid #FFF;*/
    padding: 0px;
    width: 20%;
}
	#tableau_region_p1 a,
	#tableau_region_p2 a,
	#tableau_region_p3 a {
	color: #CCC;
	font-size: 12px;
	font-weight:normal;
	}
	#tableau_region_p1 a:focus,
	#tableau_region_p1 a:active,
	#tableau_region_p1 a:hover,
	#tableau_region_p2 a:focus,
	#tableau_region_p2 a:active,
	#tableau_region_p2 a:hover,
	#tableau_region_p3 a:focus,
	#tableau_region_p3 a:active,
	#tableau_region_p3 a:hover {
		font-size: 12px;
		 color: #F0C;
		 font-weight:normal;
	}
#tableau_presta {
	float: left;
	width: 25%;
	/*padding: 10px;*/
	padding-left:5px;
	padding-right:0px;
	margin-left:5px;
	margin-right:0px;
	font-size: 12px;
	line-height:1.5em;
	text-align:left;
	list-style:none;
	background-color: #2e3842;
}
#tableau_presta_title_p1 {
    color: #FFF;
		font-size: 16px;
		margin-bottom:10px;
}

#tableau_presta_p1 {
    float: left;
    width: 100%;
    padding: 0px;
    border-right: 1px solid #FFF;
}
	#tableau_presta_p1 a {
	color: #CCC;
	font-size: 12px;
	font-weight:normal;
	}
	#tableau_presta_p1 a:focus,
	#tableau_presta_p1 a:active,
	#tableau_presta_p1 a:hover {
		font-size: 12px;
		 color: #F0C;
		 font-weight:normal;
	}

#tableau_presta_title_p2 {
    color: #0F0;
		font-size: 16px;
		margin-top:10px;
}
#tableau_presta_p2 {
    float: left;
    width: 100%;
    padding: 0px;
    border-right: 1px solid #FFF;
}
	#tableau_presta_p2 a {
	color: #CCC;
	font-size: 12px;
	font-weight:normal;
	}
	#tableau_presta_p2 a:focus,
	#tableau_presta_p2 a:active,
	#tableau_presta_p2 a:hover {
		font-size: 12px;
		 color: #F0C;
		 font-weight:normal;
	}

#tableau_contact {
	float: left;
	width: 30%;
	/*padding: 10px;*/
	padding-left:5px;
	padding-right:0px;
	margin-left:5px;
	margin-right:0px;
	font-size: 12px;
	line-height:1.5em;
	text-align:left;
	list-style:none;
	background-color: #2e3842;
}
#tableau_contact_title {
    color: #FFF;
		font-size: 16px;
		margin-bottom:10px;
}

#header_pied {
	margin-bottom: 20px;
	/*width: 60%;*/
		text-align:center;
	margin-right: 20px;
	margin-left: 440px;
	padding-left:20px;
	background-color:#FF0;
	width: 30%;
}
@media (max-width: 768px) {
#header_pied {
	margin-bottom: 20px;
	/*width: 60%;*/
		text-align:center;
	margin-right: 20px;
	margin-left: 10px;
	padding-left:20px;
}
}
#header_pied_c2 {
	/*width: 60%;*/
	margin-right: 0px;
	width: 30%;
	background-color: #0FF;
	height: 90px;
}
@media (max-width: 768px) {
#header_pied_c2 {
	margin-bottom: 20px;
	/*width: 60%;*/
	margin-right: 0px;
	background-color:#0F0;
}
}
#header_pied_pt {
	margin-bottom: 20px;
	text-align:center;
	margin-right: 100px;
	margin-left:60px;
}
@media (max-width: 768px) {
#header_pied_pt {
	margin-bottom: 20px;
	text-align:center;
	margin-right: 100px;
	margin-left:60px;
}
}


/*------------*/
/* Fin FOOTER */
/*------------*/


/*---------------------*/
/* MENU                */
/*---------------------*/
.animated {
 animation-duration: 1s;
 animation-fill-mode: both;
 opacity: 1;
}
.animated.infinite {
 animation-iteration-count: infinite;
}
.animated.hinge {
 animation-duration: 2s;
}
html:not(.lt-ie10) .not-animated {
 opacity: 0;
}
/*----------*/
/* Fin MENU */
/*----------*/

.text-uppercase{text-transform:uppercase!important}
.text-lowercase{text-transform: lowercase!important}
.text-justify{text-align:justify!important}

.text-dark{color:#343a40!important}
.list-style-none {
	list-style: none
}

.txt-bold {
	color: #000;
	font-weight: 600;
}
.color-rose { 
	color:#F0C
}
.color-blanc { 
	color: #FFF
}
.color-noir { 
	color: #000
}
.txt-italic {
	font-style:italic;
	/*font-size:12px;*/
}
.txt-upper {
 text-transform: uppercase;
}
.txt-center {
 text-align: center;
}
.txt-justify {
 text-align: justify;
}
.txt-shadow-none {
	text-shadow:none
}

.txt-line-height-n {
	line-height:normal;
}
.txt-minuscule {
 text-transform: none;
 font-weight:normal;
 font-size:16px
}

.txt-scroll {
 overflow:scroll;
  max-height: 500px;
}
.txt-center {
 text-align: center;
}
.txt-line-height {
 line-height:normal;
}

.txt-m-bottom-5 {
 margin-bottom:5px
}
.txt-m-bottom-10 {
 margin-bottom:10px
}
.txt-m-bottom-20 {
 margin-bottom:20px
}

.txt-m-top--10 {
 margin-top:-10px
}
.txt-m-top--5 {
 margin-top:-5px
}
.txt-m-top--40 {
 margin-top:-40px
}
.txt-m-top--60 {
 margin-top:-60px
}
.txt-m-top--50 {
 margin-top:-50px
}
.mp-top--205 { 
	margin-top:-205px; 
	padding-top:-205px;
}
.txt-m-top-0 {
 margin-top:0px
}
.txt-m-top-5 {
 margin-top:5px
}
.txt-m-top-10 {
 margin-top:10px
}
.txt-m-top-20 {
 margin-top:20px
}
.txt-m-top-30 {
 margin-top:30px
}
.txt-m-top-34 {
 margin-top:34px
}
.txt-m-top-20 {
 margin-top:20px
}
.txt-m-top-40 {
 margin-top:40px
}
.txt-m-top-100 {
 margin-top:100px
}
.txt-m-top-200 {
 margin-top:200px
}
.txt-p-right-15 {
 padding-right:15px
}
.txt-p-left-15 {
 padding-left:15px
}

.txt-m-padding-b-100 {
 padding-bottom:100px
}
.txt-m-padding-t-40 {
 padding-top:40px
}
.txt-m-left-5 {
 margin-left:5px
}
.txt-m-left-20 {
 margin-left:20px
}
.txt-m-left-40 {
 margin-left:40px
}
.txt-m-left-80 {
 margin-left:80px
}

.txt-m-20 {
 text-transform: none;
 font-weight:normal;
 font-size:20px;
 line-height: 1.44444;
}
.txt-m-24 {
 text-transform: none;
 font-weight:normal;
 font-size:24px;
 line-height: 1.44444;
}
.txt-line-height {
 line-height:normal;
}
.txt-p-top--50 {
 padding-top:-50px
}
.txt-p-bottom-40 {
 padding-bottom:40px
}
.txt-m-right-40 {
 margin-right:40px
}
.txt-m-right-80 {
 margin-right:80px
}
.txt-shadow-none {
	text-shadow:none
}
.color-rose { 
	color:#F0C
}
.color-blanc { 
	color: #FFF
}
.color-abricot { 
	background-color: #FFFEF5;
}
/**/
	strong {
		font-weight: 600;
	}
	b {
		color: #fff;
		font-weight: 400;
	}
.border-b-no { 
	border-bottom: none;
}
.mp-left-0 { 
	padding-left: 0px; 
	margin-left:0px;
}
.t-shadow { 
	text-shadow: #CCC 0.1em 0.1em 0.2em;
}
.txt3{
	font-size:16px;
	font-weight:bold;
}
.savoir{
	font-size:16px;
	font-weight:bold;
}
.overflow_scroll{
	overflow: scroll;
	overflow-y: visible;
}

/*  PREMIERE PAGE  */
.PL-justify-content-center{-webkit-box-pack:center!important;-webkit-justify-content:center!important;-ms-flex-pack:center!important;justify-content:center!important}
.PL-align-items-center{-webkit-box-align:center!important;-webkit-align-items:center!important;-ms-flex-align:center!important;align-items:center!important}
.PL-w-100{width:100%!important}
.PL-h-100{height:100%!important}
.PL-mb-100{margin-bottom:100px!important}
.PL-insid{display:none}
.PL-home .PL-insid{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}

@media(max-width:991.98px){
	.PL-home .PL-insid img{width:250px}
	}

/*body.PL-home{overflow:hidden}*/
body.PL-home.single-project{overflow:visible}

.PL-js div#PL-preloader{position:fixed;z-index:999;overflow:visible;width:100%;height:100%;background:#fff}

/*h1,h2,h3,h4,h5,h6{font-family:playfair display;margin-top:0}*/

/*.PL-home header h4{position:absolute}*/
.PL-home,.page-id-92{-webkit-transition:background .6s ease;transition:background .6s ease}
.PL-home.white-bg,.page-id-92.white-bg{background:#fff;-webkit-transition:background .6s ease;transition:background .6s ease}
.PL-home #primary,.page-id-92 #primary{position:relative}
.PL-home .scroll-down:before,.page-id-92 .scroll-down:before{background:#fff}
.PL-home .scroll-down:after,.page-id-92 .scroll-down:after{border-color:#fff}
.PL-home .scroll-down span,.page-id-92 .scroll-down span{color:#fff}
.PL-home.white-bg .scroll-down:before,.page-id-92.white-bg .scroll-down:before{background:#1a1a1a}
.PL-home.white-bg .scroll-down:after,.page-id-92.white-bg .scroll-down:after{border-color:#1a1a1a}
.PL-home.white-bg .scroll-down span,.page-id-92.white-bg .scroll-down span{color:#1a1a1a}

.PL-home #content,.page-id-92 #content{-webkit-transition:background-color .4s ease;transition:background-color .4s ease}
.PL-home #primary,.page-id-92 #primary{background:0 0}
.PL-home #primary .projects,.page-id-92 #primary .projects{background:0 0}

#elementor-preview-iframe #PL-preloader{display:none!important}

.PL-home .services-list li a{-webkit-transform:translateY(200px);-ms-transform:translateY(200px);transform:translateY(200px)}

.PL-home .next-slide{cursor:pointer}
.PL-home .preloader-wrapper{display:none}

.elementor-html #PL-preloader{display:none!important}

@media(max-width:768px){
.PL-home .mobile-header{position:absolute;background:0 0}
}
.b-video { 
	position: relative; 
	right:0px;
	width:320px;
	box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
@media screen and (min-width:480px){
	.b-video { 
	position: relative; 
	right:0px;
	width:320px;
	box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
}
@media screen and (min-width:576px){
	.b-video { 
	position: relative; 
	right:0px;
	width:320px;
	box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
}
@media screen and (min-width:768px){
	.b-video { 
	position: relative; 
	right:0px;
	width:520px;
	box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
}
 @media screen and (min-width:992px){
	 .b-video { 
	position: relative; 
	right:0px;
	width:520px;
	box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
}
 @media screen and (min-width:1200px){
	 .b-video { 
	position: relative; 
	right:0px;
	width:520px;
	box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
}
