@charset "UTF-8";
/* Pour le menu (les fleches) */
/*@font-face {
  font-family: 'icomoon';
  src.gtco-nav-toggle: url("../../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}*/
/* Fin Pour le menu (les fleches) */

/*-----------*/
/* PAGE      */
/*-----------*/


/*-----------*/
/* Fin PAGE  */
/*-----------*/

/*  *********************** */ 
/*  POUR L ENTETE CAPTATION */
/*  *********************** */ 
/* Pour l'image de l entete */
/*.carousel {
  position: relative;
  overflow: hidden;
}
.carousel .pictures {
  overflow: auto;
}
.carousel li {
  float: left;
  margin: 0 30px;
  cursor: pointer;
}
.carousel img {
  display: block;
}
.carousel-inner .carousel-item.active h1,
.carousel-inner .carousel-item.active h2,
.carousel-inner .carousel-item.active h3,
.carousel-inner .carousel-item.active p {
  -webkit-animation: fadeInLeft 1.5s ease-in-out 300ms both;
  animation: fadeInLeft 1.5s ease-in-out 300ms both;
}*/


/* OK - Diaporama entete Carousel */
/* .carousel{position:relative}
 .carousel-inner{position:relative;width:100%;overflow:hidden}
 .carousel-item{position:relative;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;transition:-webkit-transform .6s ease;transition:transform .6s ease;transition:transform .6s ease,-webkit-transform .6s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}
 .carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.carousel-item-next,.carousel-item-prev{position:absolute;top:0}
 .carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translateX(0);transform:translateX(0)}*/
 /* Defilement Carousel */
/* @supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
 }
 .active.carousel-item-right,.carousel-item-next{-webkit-transform:translateX(100%);transform:translateX(100%)}
 @supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-right,.carousel-item-next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
 }
 .active.carousel-item-left,.carousel-item-prev{-webkit-transform:translateX(-100%);transform:translateX(-100%)}
 @supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}
 }*/
 /* Fin Defilement Carousel */
/* .carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5}
 .carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}
 .carousel-control-prev{left:0}.carousel-control-next{right:0}
 .carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:transparent no-repeat center center;background-size:100% 100%}
 .carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")}
 .carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")}
 .carousel-indicators{position:absolute;right:0;bottom:10px;left:0;z-index:15;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}
 .carousel-indicators li{position:relative;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;background-color:rgba(255,255,255,.5)}
 .carousel-indicators li::before{position:absolute;top:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}
 .carousel-indicators li::after{position:absolute;bottom:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}
 .carousel-indicators .active{background-color:#fff}
 .carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}
 .align-baseline{vertical-align:baseline!important}*/
 /* Fin OK - Diaporama entete Carousel */
 
 
/* OK - Pour Diaporama entete et 3 boites formation */
/* .container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}
 @media (min-width:576px){.container{max-width:540px}}
 @media (min-width:768px){.container{max-width:720px}}
 @media (min-width:992px){.container{max-width:960px}}
 @media (min-width:1200px){.container{max-width:1140px}}*/
 /* Fin OK - Pour Diaporama entete et 3 boites formation */

/* Bouton */
	/*button,
	.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;
		background-color: transparent;
		border-radius: 3px;
		border: 0;
		box-shadow: inset 0 0 0 2px #fff;
		color: #fff;
		cursor: pointer;
		display: inline-block;
		font-size: 0.8em;
		font-weight: 600;
		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;
	}
		.button:hover {
			background-color: rgba(144, 144, 144, 0.25);
		}
		button:active,
		.button:active {
			background-color: rgba(144, 144, 144, 0.5);
		}
		button.primary,
		.button.primary {
			background-color: #F0C;
			box-shadow: none !important;
			color: #ffffff !important;
		}
			button.primary:hover,
			.button.primary:hover {
				background-color: #F0C !important;
			}
			button.primary:active,
			.button.primary:active {
				background-color: #F0C !important;
			}
		button.disabled,
		button:disabled,
		.button.disabled,
		.button:disabled {
			pointer-events: none;
			opacity: 0.25;
		}
		@media screen and (max-width: 736px) {
			button,
			.button {
				height: 3.75em;
				line-height: 3.75em;
			}
		}*/

/* OK - En tete */
	/*#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: #333;
	left: 0;
	height: 3em;
	line-height: 3em;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
	}	
@media screen and (max-width: 1280px) {
	#header {
	height: 6em;
			}
		}
		@media screen and (max-width: 980px) {
	#header {
	height: 6em;
			}
		}
		@media screen and (max-width: 736px) {
	#header {
	height: 6em;
			}
		}*/

/*--------------------*/
/*  INTRO CAPTATION   */
/*--------------------*/
/*.col-md-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 992px) {
.col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
}*/

.page-caseStudy .button-bottom {
  margin-top: 50px;
}
.page-caseStudy .btn-retour {
  margin-top: -140px;
  margin-left: 50px;
  width: 150px;
  height: 50px;
  position: absolute;
  background: #FFFFFF;
  line-height: 50px;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .page-caseStudy .btn-retour {
    margin-left: 20px;
  }
}
.page-caseStudy .btn-retour .arrow {
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 16px;
  padding-left: 0px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-left: 28px;
}
.page-caseStudy .btn-retour:hover .arrow {
  margin-right: 0px;
  padding-left: 10px;
  margin-left: 18px;
}
.page-caseStudy .hero-picture .scroll-button {
  bottom: 25%;
  margin-bottom: -100px;
}
@media (max-width: 768px) {
  .page-caseStudy .hero-picture img {
    height: 100%;
  }
}
.page-caseStudy .page-inner {
  background: #FFFFFF;
}
.page-caseStudy .page-inner .information {
  padding: 0 20px;
  margin-bottom: 50px;
}
.page-caseStudy .page-inner .information .accordion > ul .title {
  font: 600 14px/20px "Gilroy", "Helvetica", sans-serif;
  text-align: left;
  padding-bottom: 12px;
  padding-top: 12px;
}
.page-caseStudy .page-inner .information .accordion > ul .text {
  padding: 4px 0 20px 0;
}
.page-caseStudy .page-inner .main-title {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 0 50px;
  margin: 20px 0;
}
.page-caseStudy .page-inner .row {
  padding: 5px 0 0 0;
  margin: 0;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-caseStudy .page-inner .row.no-pT {
  padding-top: 0px;
}
.page-caseStudy .page-inner .row .col-md-6 {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.page-caseStudy .page-inner .row .img-mobile {
  display: none;
}
.page-caseStudy .page-inner .row .number {
  letter-spacing: 0.02em;
  color: #bebdc2;
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}
.page-caseStudy .page-inner .row .number:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #bebdc2;
  position: absolute;
  bottom: 0;
  left: 0;
}
.page-caseStudy .page-inner .row .block-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 580px;
}
.page-caseStudy .page-inner .row .block-content.text-right {
  float: right;
}
.page-caseStudy .page-inner .row .block-content .text ul li {
  list-style: disc;
  list-style-position: outside;
  margin-left: 20px;
  margin-bottom: 16px;
}
.page-caseStudy .page-inner .row .block-content .text p {
  margin-bottom: 20px;
}
.page-caseStudy .page-inner .row .block-content .text a {
  text-decoration: underline;
}
.page-caseStudy .page-inner .row .block-content .text a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.page-caseStudy .page-inner .row .block-content.block-citation {
  max-width: 825px !important;
  padding-bottom: 0px;
}
.page-caseStudy .page-inner .row .block-content.block-citation .punchline {
  font-size: 24px;
  margin-bottom: 30px;
}
.page-caseStudy .page-inner .row .block-content.block-citation .sousvid {
  font-size: 14px;
  margin-bottom: 30px;
  font-style: italic;
}
.page-caseStudy .page-inner .row .block-content.block-citation .auteur {
  margin-top: 50px;
  font-size: 18px;
  font-weight: 700;
}
.page-caseStudy .page-inner .row .block-content.block-citation .auteur:before {
  content: "";
  width: 135px;
  border-top: solid 1px #bebdc2;
  display: block;
  margin: 0 auto;
  margin-top: -30px;
  padding-top: 30px;
}
.page-caseStudy .page-inner .row .block-content.block-citation .savoir {
  margin-top: 0px;
  font-size: 14px;
  font-weight: bold;
  color: #F0C;
}
.page-caseStudy .page-inner .row .block-content.block-citation .fonction {
  color: #bebdc2;
}
.page-caseStudy .page-inner .row .block-content.block-citation .guillemet svg {
	fill: #f0c;
	width: 46px;
	margin: 0 auto;
	display: inline-block;
	/*margin-bottom: 40px;
	margin-top: 40px;*/
}
.page-caseStudy .page-inner .row .col-md-12 {
  text-align: center;
}
.page-caseStudy .page-inner .row .col-md-12 .block-content {
  margin: 0 auto;
  max-width: 650px;
  margin-top: -50px;
background-color: transparent;
}
.page-caseStudy .page-inner .row .title {
  font: 700 72px/72px "Gilroy", "Helvetica", sans-serif;
  margin-bottom: 60px;
}
.page-caseStudy .page-inner .row .img-left img {
  float: right;
  margin-right: 30px;
  display: block;
  max-width: 100%;
  height: auto;
}
.page-caseStudy .page-inner .row .img-right img {
  margin-left: 30px;
  display: block;
  max-width: 100%;
  height: auto;
}
.page-caseStudy .page-inner .row .ml-200 {
  margin-left: 200px;
}
.page-caseStudy .page-inner .block-image {
  margin-bottom: 70px;
  margin-top: 70px;
}
.page-caseStudy .page-inner .block-image img {
  width: 100%;
}
@media (max-width: 768px) {
  .page-caseStudy .page-inner .block-image:not(.m-visible) {
    display: none;
  }
}
.page-caseStudy .page-inner .block-image.text-center {
  text-align: center;
}
.page-caseStudy .page-inner .block-image-2 img {
  max-width: 100%;
}
@media (max-width: 768px) {
  .page-caseStudy .page-inner .block-image-2 {
    display: none;
  }
  .page-caseStudy .page-inner .block-image-2 img {
    width: 100%;
  }
}
.page-caseStudy .page-inner .block-image-text {
  position: relative;
  margin-bottom: 70px;
  margin-top: 70px;
}
.page-caseStudy .page-inner .block-image-text .text-block {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  color: #FFFFFF;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.page-caseStudy .page-inner .block-image-text .text-block .text {
  font-size: 36px;
  font-weight: 100;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .page-caseStudy .page-inner .block-image-text .text-block .text {
    font-size: 26px;
  }
}
.page-caseStudy .page-inner .block-image-text .text-block .sub-text {
  font-size: 18px;
  color: #FFFFFF;
  margin-top: 50px;
}
.page-caseStudy .page-inner .block-image-text .text-block .sub-text:before {
  display: inline-block;
  content: "";
  height: 1px;
  width: 100px;
  margin-right: 20px;
  background: #bebdc2;
  position: relative;
  top: -5px;
}
@media (max-width: 768px) {
  .page-caseStudy .page-inner .block-image-text .text-block .sub-text:before {
    width: 40px;
  }
}
.page-caseStudy .carousel {
  background: #f2f2f2;
  height: 680px;
  margin-top: 125px;
}
.page-caseStudy .carousel li {
  margin: 0 10px;
}
.page-caseStudy .carousel img {
  height: 420px;
  margin: 0 50px;
  cursor: pointer;
  outline: none;
}
.page-caseStudy .carousel .slick-dots {
  bottom: 40px;
}
.page-caseStudy .carousel .slick-dots li {
  float: none;
}
.page-caseStudy .carousel.slick-dotted.slick-slider {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .page-caseStudy .carousel.slick-dotted.slick-slider {
    margin-bottom: 0px;
  }
}

@media all and (min-width: 768px) {
  .page-caseStudy .information .accordion > ul {
    max-width: 1280px;
    width: calc(100% - 40px);
    margin: 0 auto 100px;
    background: #FFFFFF;
    position: relative;
    top: -20px;
    padding: 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-caseStudy .information .accordion > ul > li {
    border-bottom: 0;
  }
  .page-caseStudy .information .accordion > ul > li:not(:last-child) {
    padding-right: 50px;
  }
  .page-caseStudy .information .accordion > ul > li:not(:nth-child(1)) {
    -webkit-box-flex: 2;
        -ms-flex: 2 50%;
            flex: 2 50%;
  }
  .page-caseStudy .information .accordion > ul .title {
    pointer-events: none;
  }
  .page-caseStudy .information .accordion > ul .title:after, .page-caseStudy .information .accordion > ul .title:before {
    display: none;
  }
  .page-caseStudy .information .accordion > ul .text-container {
    height: auto !important;
  }
  .page-caseStudy .information .accordion > ul .text-container .text {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    padding: 0;
  }
  .page-caseStudy .information .accordion > ul a {
    display: inline-block;
    position: relative;
  }
  .page-caseStudy .information .accordion > ul a:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: #000000;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .page-caseStudy .information .accordion > ul a:hover:after {
    content: none;
  }
}
@media all and (max-width: 992px) {
  .page-caseStudy .carousel {
    margin-top: 0;
  }
  .page-caseStudy .carousel img {
    max-width: 100%;
    margin: 0 15px;
  }
}
@media all and (max-width: 768px) {
  .page-caseStudy .hero-picture .scroll-button {
    margin-bottom: -20px;
  }
  .page-caseStudy .page-inner .row {
    display: block;
    padding: 30px 20px;
  }
  .page-caseStudy .page-inner .row .col-md-6 {
    display: block;
    width: 100%;
    float: none;
  }
  .page-caseStudy .page-inner .row .m-text-left {
    text-align: left !important;
  }
  .page-caseStudy .page-inner .row .img-left img {
    margin: 0;
  }
  .page-caseStudy .page-inner .row .img-left:not(.m-visible) {
    display: none;
  }
  .page-caseStudy .page-inner .row .img-mobile {
    display: block;
  }
  .page-caseStudy .page-inner .row .title {
    font-size: 40px;
    line-height: 40px;
  }
  .page-caseStudy .page-inner .row .block-content {
    width: 100%;
    min-height: 0;
    margin-bottom: 50px;
  }
  .page-caseStudy .page-inner .row img {
    position: static;
    width: 100%;
    -webkit-transform: none;
            transform: none;
    margin: 0;
  }
  .page-caseStudy .page-inner .row .img-right img {
    margin: 0;
  }
  .page-caseStudy .page-inner .row.block-right .block-content {
    margin-left: 0;
  }
  .page-caseStudy .page-inner .row .ml-200 {
    margin-left: 0;
  }
  .page-caseStudy .page-inner .block-image-text .text-block {
    top: 10%;
    left: 0;
    height: inherit;
    width: inherit;
    margin-top: 0;
    margin-left: 0;
    padding: 0 15px;
  }
}

/*---------------------*/
/* Fin INTRO CAPTATION */
/*---------------------*/

/* OK - Pour le Footer */
	/*#footer {
	padding: 2em 0 1em 0;
	background-color: #2e3842;
	text-align: center;
	}
		#footer .icons {
			font-size: 1.25em;
		}
			#footer .icons a {
				color: rgba(255, 255, 255, 0.5);
			}

				#footer .icons a:hover {
					color: #fff;
				}
		#footer .infos {
			color: rgba(255, 255, 255, 0.5);
			font-size: 0.8em;
			letter-spacing: 0.225em;
			list-style: none;
			padding: 0;
		}
			#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;
			}
				#footer .infos li:first-child {
					color:#FFF;
					border-left: 0;
					margin-left: 0;
					padding-left: 0;
				}
				#footer .infos li a {
					color: #FFF;
				}
					#footer .infos li a:hover {
						color: #fff;
					}
				@media screen and (max-width: 480px) {
					#footer .infos li {
						border: 0;
						display: block;
						line-height: 1.65em;
						margin: 0;
						padding: 0.5em 0;
					}
				}
		#footer .copyright {
			color: rgba(255, 255, 255, 0.5);
			font-size: 0.8em;
			letter-spacing: 0.225em;
			list-style: none;
			padding: 0;
			text-transform: uppercase;
		}
			#footer .copyright li {
				border-left: solid 1px rgba(255, 255, 255, 0.5);
				display: inline-block;
				line-height: 1em;
				margin-left: 1em;
				padding-left: 1em;
			}
				#footer .copyright li:first-child {
					border-left: 0;
					margin-left: 0;
					padding-left: 0;
				}
				#footer .copyright li a {
					color: inherit;
				}
					#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 ;
			}
		}
		@media screen and (max-width: 736px) {
			#footer {
				padding: 3em 2em 1em 2em ;
			}
		}*/
/* Fin OK - Pour le footer */
	
/*@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i,900');
@font-face {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
}

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

/* OK */
/*.container_form{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}
@media (min-width:768px){.container_form{width:750px}}
@media (min-width:992px){.container_form{width:970px}}
@media (min-width:1200px){.container_form{width:1170px}}*/
/* Fin OK */

/* OK Pour secteurs activite */
/*.container_form h3 {
	font-size:22px;
	color: #000;
	font-weight: normal;
	letter-spacing: 0;
	margin: 0 0 0 0;
	text-transform: none;
	border-bottom: none;
	line-height:normal;
	}*/
/* Fin OK Pour secteurs activite */
/* OK Pour les 2 Intro */
/*.container_form .sub {
	position: relative;
	padding-bottom: 40px;
	font-size: 16px;
	color: #000;
}*/
/* OK Pour les 2 Intro */

/*.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}*/

/* OK - Pour les 3 boites formations */
/*section,
.section-padding {
  padding: 80px 0;
  position: relative;
  z-index: 3;
}*/
/* Fin OK - Pour les 3 boites formations */

/* Button */
/*.btn.focus, .btn:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary.focus, .btn-primary:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

button:focus {
  outline: 0 solid;
}

.btn.btn-primary,
.btn-dark,
.btn-border,
.btn-white {
  font-size: 13px;
  font-weight: 700;
  padding: 10px 25px;
  line-height: 1.33;
  border-radius: 3px;
  border: 0;
  -webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
  transition: color 400ms, background-color 400ms, border-color 400ms;
  transition: color 400ms, background-color 400ms, border-color 400ms;
}

.btn-white.btn-primary {
  background: #fff;
  color: #da0f32;
}

.btn.btn-primary {
  background: #F0C ;
  border: 2px solid transparent;
}
.btn.btn-dark {
  background: #242427;
  border: 2px solid transparent;
}
.btn.btn-white {
  background: #fff;
  border: 2px solid transparent;
}
.btn.btn-white:hover {
  background-color: #242427;
  color: #fff;
}

.btn-border {
  border: 2px solid #fff;
  background: none;
  color: #fff;
}

.btn-primary:hover,
.btn-dark:hover,
.btn-white.btn-primary:hover {
  background: #ff66cc;
  color: #fff;
}

.btn-border:hover {
  background: #ff0000;
  border: 2px solid transparent;
  color: #fff;
}

.general-btn {
  clear: both;
  margin-top: 60px;
}

.intro-content .btn-border {
  margin-right: 15px;
}*/

/* Slider
================================================== */
/*-- Main slide --*/
#main-slide .carousel-item {
	color: #fff;
	background-position: 100% 100%;
	background-size: cover;
	background-size: cover;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	margin-top: 0px;
	height:400px;
}
#main-slide .carousel-item img {
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#main-slide .carousel-item .slider-content {
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
}

#main-slide .carousel-item.active .slider-content {
  opacity: 1;
  -webkit-transition: opacity 100ms;
  transition: opacity 100ms;
}

#main-slide .slider-content {
  width: 100%;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  min-height: 800px;
}

/* Titre principal du Diaporama de l entete */
.slide-princ-title {
	font-style: normal;
	font-size: 38px;
	/*line-height: 80px;*/
	margin: 0px 0 0px;
	color: #FFF;
	margin-bottom:60px;
	letter-spacing: 1px;
	text-shadow:
	/*relief gris 
     0 1px 0 rgb(200,200,200),
     0 2px 0 rgb(190,190,190),
     0 3px 0 rgb(180,180,180),
     0 4px 0 rgb(175,175,175),
     0 5px 0 rgb(180,180,180),
     0 6px 0 rgb(190,190,190),*/	
	/*relief rose	 
     0 1px 0 rgb(255,51,204),
     0 2px 0 rgb(255,51,204),
     0 3px 0 rgb(180,180,180),
     0 4px 0 rgb(175,175,175),
     0 5px 0 rgb(180,180,180),
     0 6px 0 rgb(190,190,190),*/
	/*relief noir*/	 
     0 1px 0 rgb(0,0,0),
     0 2px 0 rgb(0,0,0),
     0 3px 0 rgb(0,0,0),
     /*0 4px 0 rgb(0,0,0),
     0 5px 0 rgb(0,0,0),
     0 6px 0 rgb(0,0,0),*/
	/*ombre blanc*/
     6px 7px  5px  rgba(255, 255, 255, .40),
     6px 12px 10px rgba(255, 255, 255, .30), 
     6px 17px 20px rgba(255, 255, 255, .20),
     6px 22px 30px rgba(255, 255, 255, .10)
	/*ombre noir
     6px 7px  5px  rgba(0, 0, 0, .40),
     6px 12px 10px rgba(0, 0, 0, .30), 
     6px 17px 20px rgba(0, 0, 0, .20),
     6px 22px 30px rgba(0, 0, 0, .10)*/
	 ;
}
.slide-title {
	font-size: 28px;
	font-weight: 100;
	line-height: 20px;
	color: #fff;
	margin: 0;
	padding-left:50px;
	padding-right:50px;
	line-height:normal; 
	font-weight: 300; 
	text-transform: none;
	text-shadow:
     0 1px 0 rgb(0,0,0),
     0 2px 0 rgb(0,0,0),
     0 3px 0 rgb(0,0,0),
     6px 7px  5px  rgba(255, 255, 255, .40),
     6px 12px 10px rgba(255, 255, 255, .30), 
     6px 17px 20px rgba(255, 255, 255, .20),
     6px 22px 30px rgba(255, 255, 255, .10)
}
.slide-sub-title {
	font-style: normal;
	font-size: 63px;
	line-height: 80px;
	margin: 10px 0 0;
	color: #000;
	text-shadow:
	/*relief gris 
     0 1px 0 rgb(200,200,200),
     0 2px 0 rgb(190,190,190),
     0 3px 0 rgb(180,180,180),
     0 4px 0 rgb(175,175,175),
     0 5px 0 rgb(180,180,180),
     0 6px 0 rgb(190,190,190),*/	
	/*relief rose	 */
     0 1px 0 rgb(255,51,204),
     0 2px 0 rgb(255,51,204),
     0 3px 0 rgb(180,180,180),
     0 4px 0 rgb(175,175,175),
     0 5px 0 rgb(180,180,180),
     0 6px 0 rgb(190,190,190),
	/*ombre noir*/
     6px 7px  5px  rgba(0, 0, 0, .40),
     6px 12px 10px rgba(0, 0, 0, .30), 
     6px 17px 20px rgba(0, 0, 0, .20),
     6px 22px 30px rgba(0, 0, 0, .10)	/*ombre blanc
     6px 7px  5px  rgba(255, 255, 255, .40),
     6px 12px 10px rgba(255, 255, 255, .30), 
     6px 17px 20px rgba(255, 255, 255, .20),
     6px 22px 30px rgba(255, 255, 255, .10)*/
}
.slider-description {
	color: #fff;
	font-size: 22px;
	line-height: 34px;
	margin: 0px;
	margin-bottom: 20px;
	text-shadow:
	/*relief noir*/	 
     0 1px 0 rgb(0,0,0),
     0 2px 0 rgb(0,0,0),
     0 3px 0 rgb(0,0,0),
	/*ombre blanc*/
     6px 7px  5px  rgba(255, 255, 255, .40),
     6px 12px 10px rgba(255, 255, 255, .30), 
     6px 17px 20px rgba(255, 255, 255, .20),
     6px 22px 30px rgba(255, 255, 255, .10)
}
.slider-logo {
	width:130px;
}
.slider-2col {
	width:50%;
}

@media screen and (max-width: 980px) {
	.slide-princ-title {
		color: #FFF;
		font-size: 28px;
		line-height: 40px;
		margin: 0px 0 0px;
		margin-bottom:60px;
		text-align:center;
	}
	.slide-title {
		font-size: 28px;
		font-weight: 100;
		line-height: 20px;
		color: #FFF;
		margin: 0;}
	.slide-sub-title {
		font-style: normal;
		font-size: 58px;
		line-height: 80px;
		margin: 10px 0 20px;
		color: #FFF;}
	.slider-description {
		color: #FFF;
		font-size: 22px;
		line-height: 34px;
		margin: 0px;
		margin-bottom: 20px;}
	.slider-2col {
		width:50%;
	}

}
@media screen and (max-width: 768px) {
	.slide-princ-title {
		color: #FFF;	
		font-size: 28px;
		line-height: 40px;
		margin: 0px 0 0px;
		margin-bottom:200px;
		text-align:center;}
	.slide-title {
		font-size: 28px;
		font-weight: 100;
		line-height: 1.2;
		color: #FFF;	
		margin-left: 20px;}
	.slide-sub-title {
		font-style: normal;
		font-size: 48px;
		line-height: 80px;
		margin: 10px 0 20px;
		color: #FFF;
		margin-left: 20px;}
	.slider-description {
		color: #FFF;
		font-size: 22px;
		line-height: 34px;
		margin: 0px;
		margin-bottom: 20px;
		margin-left: 20px;}
	.slider-2col {
		width:50%;
	}
}
@media screen and (max-width: 480px) {
	.slide-princ-title {
		color: #FFF;	
		font-size: 28px;
		line-height: 40px;
		margin: 0px 0 0px;
		/*margin-bottom:210px;*/
		text-align:center;}
	.slide-title {
		font-size: 24px;
		font-weight: 100;
		line-height: 1.2;
		color: #FFF;	
		margin-left: 10px;
		margin-right: 10px;
		text-align:center;}
	.slide-sub-title {
		font-style: normal;
		font-size: 38px;
		line-height: 80px;
		margin: 10px 0 20px;
		color: #FFF;	
		margin-left: 20px;
		text-align:center;}
	.slider-description {
		color: #FFF;
		font-size: 22px;
		line-height: 34px;
		margin: 0px;
		margin-bottom: 20px;
		margin-left: 20px;
		text-align:center;}	  
	.slider-logo {
		visibility:hidden
	}
	.slider-2col {
		width: inherit;
	}
}


.slider.btn {
  margin: 15px 5px 0;
  border: 2px solid transparent;
}
.slider.btn.btn-border {
  border: 2px solid #fff;
  color: #fff;
}
.slider.btn.btn-border:hover {
  border: 2px solid transparent;
  color: #fff;
}

/* OK - Pour le Diapo d entete */ 
/*.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}*/

/* Carousel control */
/*.carousel-indicators li {
  width: 10px !important;
  height: 10px !important;
  margin: 1px !important;
  border-radius: 100% !important;
  border: 0 !important;
  background: rgba(255, 255, 255, 0.5);
}

#main-slide .carousel-indicators li.active, #main-slide .carousel-indicators li:hover {
  background: #da0f32;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  transition: all 300ms ease;
}
#main-slide .carousel-control.left, #main-slide .carousel-control.right {
  opacity: 0;
  width: 0;
  filter: alpha(opacity=0);
  background-image: none;
  background-repeat: no-repeat;
  text-shadow: none;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  transition: all .25s ease;
}
#main-slide .carousel-indicators {
  opacity: 0;
  filter: alpha(opacity=0);
  background-image: none;
  background-repeat: no-repeat;
  text-shadow: none;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  transition: all .25s ease;
}
#main-slide:hover .carousel-control.left, #main-slide:hover .carousel-control.right {
  opacity: 1;
  filter: alpha(opacity=100);
}
#main-slide:hover .carousel-indicators {
  opacity: 1;
  filter: alpha(opacity=100);
}
#main-slide .carousel-control .fa-angle-left,
#main-slide .carousel-control .fa-angle-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transform: translateY(-50%);
}
#main-slide .carousel-control .fa-angle-left {
  left: 20px;
}
#main-slide .carousel-control .fa-angle-right {
  right: 20px;
}
#main-slide .carousel-control i {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  line-height: 58px;
  width: 60px;
  height: 60px;
  font-size: 36px;
  border-radius: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  transition: all 500ms ease;
}
#main-slide .carousel-control i:hover {
  background: #F0C;
  color: #fff;
}
#main-slide .carousel-indicators {
  display: none !important;
}*/

/*-- OK - Animation Pour les Titres du Diaporama de l entete */
.carousel-inner .carousel-item.active h1,
.carousel-inner .carousel-item.active h2,
.carousel-inner .carousel-item.active h3,
.carousel-inner .carousel-item.active p {
  -webkit-animation: fadeInLeft 1.5s ease-in-out 300ms both;
  animation: fadeInLeft 1.5s ease-in-out 300ms both;
}

/*-- Owl slide common --*/
/*.owl-carousel.page-slider .owl-nav {
  margin: 0;
}
.owl-carousel .owl-nav {
  text-align: center;
}
.owl-carousel.owl-theme .owl-nav [class*=owl-] {
  background: #da0f32;
  position: absolute;
  bottom: 0;
  right: -25px;
  width: 40px;
  height: 40px;
  line-height: 34px;
  font-size: 20px;
  text-align: center;
  margin: 0;
  border-radius: 0;
  -webkit-transition: 400ms;
  transition: 400ms;
  transition: 400ms;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.owl-carousel.owl-theme .owl-nav [class*=owl-prev] {
  right: 40px;
}

.owl-carousel.owl-theme.owl-dark .owl-nav .disabled {
  background: #90a9e7;
  color: #fff;
  opacity: 1;
}*/



/*-- Ligne des 3 formations --*/
/*.feature-light-row {
    margin-top: -15%;
    background: #fff;
    box-shadow: 0px 2px 20px 0 rgba(0, 0, 0, 0.05);
}

.feature-light-row .text-center {
    padding: 30px;
}*/


.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* Animation En detail */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -ms-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  to {
    opacity: 1;
    -ms-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -ms-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  to {
    opacity: 1;
    -ms-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }

  to {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpMenu {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpMenu {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpMenu {
  -webkit-animation-name: fadeInUpMenu;
  animation-name: fadeInUpMenu;
}

/* Fin Animation En detail */

/* OK - Pour Exemples de secteurs */
.animated-fast {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* Fin OK - Pour Exemples de secteurs */

/* OK - Pour Secteurs d activite */
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}

.flexslider {
  margin: 0 0 60px;
  background: #ffffff;
  border: 4px solid #ffffff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
	color:#0F3;
	background-color:#FF3
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/* Fin OK - Pour Secteurs d activite */

/* OK - Pour les 3 etapes */
.service {
	overflow: hidden;
	margin-bottom: 10px;
	padding: 15px 15px 10px;
}
.service:hover {
	background: #000;
	box-shadow: 0 0 5px #ddd;
	transition: box-shadow 0.2s ease-in-out;
}
.service:hover i {
	color: #656565;
}
.service h3 {
	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 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: 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 .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 */


/* OK - Pour le package */
#gtco-our-team {
	padding: 3em 0;
	clear: both;
	margin-top: -40px;
}

#gtco-our-team .heading {
  position: relative;
}
#gtco-our-team .heading .subtle-text {
  position: absolute;
  bottom: -3.6em;
  left: 0;
  text-transform: uppercase;
  font-size: 208px;
  color: #F8F8F8;
  font-weight: 900;
  z-index: -1;
  line-height: 1;
}
#gtco-our-team .heading .subtle-text span {
  display: block;
}
#gtco-our-team .team-item {
  margin-bottom: 2em;
}
#gtco-our-team .team-item:last-child {
  margin-bottom: 0;
}
#gtco-our-team .gtco-team-reverse .img-shadow,
#gtco-our-team .gtco-team .img-shadow {
  position: relative;
  background: #ff00cc;
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
#gtco-our-team .gtco-team-reverse .img-shadow img,
#gtco-our-team .gtco-team .img-shadow img {
  position: relative;
  top: -20px;
  right: -20px;
}
#gtco-our-team .gtco-team .img-shadow img {
  top: -20px;
  left: -20px;
}

.heading .sub {
	position: relative;
	padding-bottom: 40px;
	font-size: 16px;
	color: #000;
}
.heading .sub:after {
  bottom: 0;
  left: 50%;
  margin-left: -36px;
  margin-bottom:14px;
  content: "";
  position: absolute;
  width: 72px;
  height: 2px;
  background: #ff00cc;
}

.heading-colored {
  color: #7ED321;
}

.js .animate-box {
  opacity: 0;
}
/* Fin OK - Pour le package */

/* OK - Titre pour Secteurs activite et Package */
.headline_form h2 {
	border-bottom:2px solid #F0C;
	font-size: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
}

/* OK */
.col-md-3,.col-md-6,.col-md-8,.col-sm-2,.col-sm-6{position:relative;min-height:1px;padding-right:15px;padding-left:15px}
.col-md-4{position:relative;min-height:1px;padding-right:10px;padding-left:10px}
@media (min-width:768px){.col-sm-2,.col-sm-6{float:left}
.col-sm-6{width:50%}
.col-sm-2{width:16.66666667%}
@media (min-width:992px){.col-md-3,.col-md-4,.col-md-6,.col-md-8,{float:left}
/*.col-md-8{width:66.66666667%}*/
.col-md-6{width:50%}
.col-md-4{width:33.33333333%}
.col-md-3{width:25%}
.col-md-pull-6{right:50%}
.col-md-pull-1{right:2.33333333%}
.col-md-push-7{left:58.33333333%}
/*.col-md-offset-2{margin-left:16.66666667%}*/}
/* Fin OK */

/* OK - Pour Diaporama entete et 3 boites formation */
 .container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}
 @media (min-width:576px){.container{max-width:540px}}
 @media (min-width:768px){.container{max-width:720px}}
 @media (min-width:992px){.container{max-width:960px}}
 @media (min-width:1200px){.container{max-width:1140px}}
 /* Fin OK - Pour Diaporama entete et 3 boites formation */
 
 /* OK - Pour 3 boites formation et Secteurs activite */
 .row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px} 
 .col-secteur,
 .col-3-categ,
 .col-choix{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}
 @media (min-width:768px){
 .col-3-categ{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}
 .col-choix{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}
 }
 @media (min-width:992px){
 .col-secteur{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}
 }
 /* Fin OK - Pour 3 boites formation et Secteurs activite */
 
 /* OK - Pour les boites des 3 formations */
 .border{border:1px solid #dee2e6!important}
 .border-left{border-left:1px solid #dee2e6!important}
 .text-left{text-align:left!important}
 .text-right{text-align:right!important}
 .text-center{text-align:center!important}
 /* Fin OK - Pour les boites des 3 formations */
  
/* OK - Diaporama - Boutons de naviguation */
@font-face {
   font-family: 'FontAwesome';
   src: url('../../fonts/fontawesome-webfont.eot?v=4.6.3');
   src: url('../../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
   font-weight: normal;
   font-style: normal
}
.fa {
   display: inline-block;
   font: normal normal normal 14px/1 FontAwesome;
   font-size: inherit;
   text-rendering: auto;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale
}
.fa-angle-left:before {
   content: "\f104"
}
.fa-angle-right:before {
   content: "\f105"
}
/* Fin OK - Diaporama - Boutons de naviguation */


/* OK - Diaporama entete Carousel */
 .carousel{position:relative}
 .carousel-inner{position:relative;width:100%;overflow:hidden}
 .carousel-item{position:relative;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;transition:-webkit-transform .6s ease;transition:transform .6s ease;transition:transform .6s ease,-webkit-transform .6s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}
 .carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.carousel-item-next,.carousel-item-prev{position:absolute;top:0}
 .carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translateX(0);transform:translateX(0)}
 /* Defilement Carousel */
 @supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
 }
 .active.carousel-item-right,.carousel-item-next{-webkit-transform:translateX(100%);transform:translateX(100%)}
 @supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-right,.carousel-item-next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
 }
 .active.carousel-item-left,.carousel-item-prev{-webkit-transform:translateX(-100%);transform:translateX(-100%)}
 @supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}
 }
 /* Fin Defilement Carousel */
 .carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5}
 .carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}
 .carousel-control-prev{left:0}.carousel-control-next{right:0}
 .carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:transparent no-repeat center center;background-size:100% 100%}
 .carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")}
 .carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")}
 .carousel-indicators{position:absolute;right:0;bottom:10px;left:0;z-index:15;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}
 .carousel-indicators li{position:relative;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;background-color:rgba(255,255,255,.5)}
 .carousel-indicators li::before{position:absolute;top:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}
 .carousel-indicators li::after{position:absolute;bottom:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}
 .carousel-indicators .active{background-color:#fff}
 .carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}
 .align-baseline{vertical-align:baseline!important}
 /* Fin OK - Diaporama entete Carousel */


/* OK mais pas sure que ca sert */
.ts-features-light .ts-feature-info i {
  color: #2B5CD1;
}

.ts-features-light .ts-feature-info h3 {
  font-size: 24px;
}

.ts-features-light .ts-feature-box .ts-feature-info {
  padding: 0 20px;
}

.ts-features-light .ts-feature-box .ts-feature-info p {
  margin-bottom: 0;
}
.ts-feature-info {
	color: #3F3;
	z-index: 1;
	position: relative;
	padding: 50px;
}
.feature-light-row {
    margin-top: -15%;
    background: #fff;
    box-shadow: 0px 2px 20px 0 rgba(0, 0, 0, 0.05);
}

.ts-feature-box .ts-feature-title {
	font-size: 20px;
	margin: 20px 0 10px;
	color: #000;
}
.ts-feature-box .ts-feature-info {
	color: #FC0;
	z-index: 1;
	position: relative;
	padding: 15px;
}
/* Fin OK mais pas sure que ca sert */

.tarif-p{
	font-size: 14px;
	line-height:normal;
	color:#000;
	text-align:justify
}
.tarif-i {
	font-size: 12px;
	font-style:italic;
	margin-left:30px;
	line-height: normal;
	margin-top:-40px;
	color:#666
}

.txt2 {
 font-size: 14px;
}

.txt4 {
 font-size: 14px;
 color:#FFF;
 font-weight:normal
}

.txt-center {
 text-align: center;
}
.txt-justify {
 text-align: justify;
}
.txt-w-360 { 
	width: 360px;
}

.txt-line-height {
 line-height:normal;
}
.txt-m-top-20 {
 margin-top:20px
}
.txt-m-top-32 {
 margin-top:32px
}
.txt-m-top-40 {
 margin-top:40px
}
.txt-m-top-50 {
 margin-top:-50px
}
.txt-p-top-30 {
 paddng-top:30px
}
.txt-m-top-25 {
 margin-top:25px
}
.txt-p-top--30 {
 paddng-top:-30px
}
.txt-m-top-100 {
 margin-top:100px
}
.txt-m-top-200 {
 margin-top:200px
}
.txt-p-bottom-40 {
 padding-bottom:40px
}
.txt-m-bottom-20 {
 margin-bottom:20px
}
.txt-m-bottom-40 {
 margin-bottom:40px
}
.txt-m-bottom-100 {
 margin-bottom:100px
}
.txt-m-bottom-10 {
 margin-bottom:10px
}
.txt-m-right-40 {
 margin-right:40px
}
.txt-shadow-none {
	text-shadow:none
}
.color-rose { 
	color:#F0C
}
.color-blanc { 
	color: #FFF
}
.mp-top--205 { 
	margin-top:-205px; 
	padding-top:-205px;
}
.mp-left-0 { 
	padding-left: 0px; 
	margin-left:0px;
}
.mp-top--205 { 
	margin-top:-205px; 
	padding-top:-205px;
}
.b-shadow { 
	box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
.txt3{
	font-size:16px;
	font-weight:bold;
}
.savoir{
	font-size:16px;
	font-weight:bold;
}
.b-video { 
	position: relative; 
	right:0px;
	width:520px;
	box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
@media screen and (max-width: 576px) {
	.b-video { 
	position: relative; 
	right:0px;
	width:380px;
	box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
}
@media screen and (max-width: 480px) {
	.b-video { 
	position: relative; 
	right:0px;
	width:380px;
	box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
}
@media screen and (max-width:768px){
	.b-video { 
	position: relative; 
	right:0px;
	width:520px;
	box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
}
 @media screen and (max-width:992px){
	 .b-video { 
	position: relative; 
	right:0px;
	width:520px;
	box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
}
 @media screen and (max-width:1200px){
	 .b-video { 
	position: relative; 
	right:0px;
	width:520px;
	box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
}
/*------------------*/
/* 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 */
/*----------------------*/
/* FIN FLOTTE DE DRONES */
/*----------------------*/
