@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;
  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
}
/*-----------*/
/* 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 {
 }
}
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;
}
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: 20px;
 line-height: 1.5;
}
@media (min-width: 1200px) {
 h1,
 .heading-1 {
  font-size: 18px;
  line-height: 1.44444;
  font-weight:bold;
 }
}
h2,
.heading-2 {
 font-size: 26px;
 line-height: 1.5;
 text-shadow: #CCC 0.1em 0.1em 0.2em;
}
@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: 18px;
  line-height: 1.5;
 }
}
h4,
.heading-alph-4 {
 font-size: 20px;
 line-height: 1.5;
}
@media (min-width: 1200px) {
 h4,
 .heading-alph-4 {
  font-size: 24px;
  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;
 }
}

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: #F0C;
}
a[href*='tel'],
a[href*='mailto'] {
 white-space: nowrap;
}

.video-border {
  border: 8px solid #f2f3f8;
}

.signature-style {
  width:213px;
  padding-top:30px;
  padding-bottom:0px;
}
/*-----------*/
/* Fin TYPO  */
/*-----------*/


/* 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 ;
			}
		}
		#footer button.primary,
		#footer .button.primary {
			background-color: #F0C;
			box-shadow: none !important;
			color: #ffffff !important;
		-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;
		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;
		}
			#footer button.primary:hover,
			#footer .button.primary:hover {
				background-color: #F0C !important;
			}
			#footer button.primary:active,
			#footer .button.primary:active {
				background-color: #F0C !important;
			}

/* Fin Pour le footer */


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

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.row-card {
  margin-left: -15px;
  margin-right: -15px;
}

.col-md-12,
.col-md-6,
.col-sm-2,
.col-xs-10,
.col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.col-xs-10,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-10 {
  width: 83.33333333%;
}

@media (min-width: 768px) {
.col-sm-2 {
    float: left;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
}
@media (min-width: 992px) {
.col-md-12,
.col-md-6 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-6 {
    width: 50%;
  }
}
.container:after,
.container:before,
.row-card:after,
.row-card:before {
  content: " ";
  display: table;
}

.container:after,
.row-card:after {
  clear: both;
}

.center {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page-container {
  position: relative;
  z-index: 50;
  margin-top:-120px;
}
.page-container.fixed {
  position: fixed;
  width: 100%;
}
.page-container.fixed:after {
  display: block;
  content: "";
  height: 200px;
  width: 100%;
  pointer-events: none;
}
.page-container > div {
  -webkit-transition: opacity 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: opacity 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  opacity: 0;
}
.page-container > div.removed {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 51;
}
.page-container > div.displayed {
  opacity: 1;
}
.page-container.in-transition ~ .main-footer {
  visibility: hidden;
}

.page-inner {
  position: relative;
  z-index: 51;
  background: #FFF;
  /*min-height: 100vh;*/
  width: 100%;
}
.page-inner > .row-card {
  max-width: 1924px;
  margin-left: auto !important;
  margin-right: auto !important;
  /*.row-card{
  	margin-left: -15px;
  	margin-right: -15px;
  }*/
}


blockquote {
	font-weight: 500;
	padding-left: 15px;
	border-left: solid 2px #666666;
	margin-bottom: 22px;
	color: #666666;
}


/*@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: #000;
	font-size: 16px;
	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:60px;
		text-align:center;}
	.slide-title {
		font-size: 28px;
		font-weight: 100;
		line-height: 20px;
		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: #000;
	font-size: 14px;
	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:40px;
		text-align:center;
		margin-top:20px}
	.slide-title {
		font-size: 20px;
		font-weight: 100;
		line-height: 20px;
		color: #FFF;	
		margin-left: 20px;
		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: #000;
	font-size: 14px;
	margin: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	text-align:center;
}	  
	.slider-logo {
		visibility:hidden
	}
	.slider-2col {
		width: inherit;
	}
}*/

/* row-card */
.row-card {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	align-items: stretch;
	background-color:#2e3842;
	margin-top: 0;
	margin-left: -1.5em;
}

	@media screen and (max-width: 1680px) {
		.row-card {
			display: flex;
			flex-wrap: wrap;
			box-sizing: border-box;
			align-items: stretch;
			margin-top: 0;
			margin-left: -1.5em;
		}
		.row-card > * {
			padding: 0 0 0 0.5em;
		}
		/*.row.gtr-uniform {
			margin-top: -1.5em;
		}
		.row.gtr-uniform > * {
			padding-top: 1.5em;
		}
		.row.gtr-150 {
			margin-top: 0;
			margin-left: -2.25em;
		}
		.row.gtr-150 > * {
			padding: 0 0 0 2.25em;
		}
		.row.gtr-150.gtr-uniform {
			margin-top: -2.25em;
		}
		.row.gtr-150.gtr-uniform > * {
			padding-top: 2.25em;
		}
		.row.gtr-200 {
			margin-top: 0;
			margin-left: -3em;
		}
		.row.gtr-200 > * {
			padding: 0 0 0 3em;
		}
		.row.gtr-200.gtr-uniform {
			margin-top: -3em;
		}
		.row.gtr-200.gtr-uniform > * {
			padding-top: 3em;
		}*/
	}

	@media screen and (max-width: 1280px) {
		.row-card {
			display: flex;
			flex-wrap: wrap;
			box-sizing: border-box;
			align-items: stretch;
			margin-top: 0;
			margin-left: -1.5em;
		}
		.row-card > * {
			box-sizing: border-box;
			padding: 0 0 0 1.5em;
		}
	}

	@media screen and (max-width: 980px) {
		.row-card {
			display: flex;
			flex-wrap: wrap;
			box-sizing: border-box;
			align-items: stretch;
			margin-top: 0;
			margin-left: -1.5em;
		}
		.row-card > * {
			box-sizing: border-box;
			padding: 0 0 0 1.5em;
		}

	}

	@media screen and (max-width: 736px) {
		.row-card {
			display: flex;
			flex-wrap: wrap;
			box-sizing: border-box;
			align-items: stretch;
			margin-top: 0;
			margin-left: -1.5em;
		}
		.row-card > * {
			box-sizing: border-box;
			padding: 0 0 0 1.5em;
		}
	}

		@media screen and (max-width: 480px) {
			.row-card {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
				margin-top: 0;
				margin-left: -1.5em;
			}
			.row-card > * {
				box-sizing: border-box;
				padding: 0 0 0 1.5em;
			}
		}

/* Button */
	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: #F0C;
	border-radius: 3px;
	border: 1;
	border-color:#000;
	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.icon:before,
		.button.icon:before {
			margin-right: 0.5em;
		}
		button.fit,
		.button.fit {
			width: 100%;
		}
		button.small,
		.button.small {
			font-size: 0.8em;
		}
		button.large,
		.button.large {
			font-size: 1.35em;
		}
		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;
			}
		}

/* Wrapper */
	.wrapper {
		padding: 3em 0 3em 0 ;
	}
		.wrapper > .inner {
			width: 60em;
			margin: 0 auto;
		}

			@media screen and (max-width: 1280px) {
				.wrapper > .inner {
					width: 90%;
				}
			}

			@media screen and (max-width: 980px) {
				.wrapper > .inner {
					width: 100%;
				}
			}

		.wrapper.pquoi {
			padding: 0;
		}
		.wrapper.pquoi h1{
			padding: 0;
		}

		.planete{
			position:absolute; 
			top:140px; 
			left:-300px;
			width:400px;
			text-align:center; 
			z-index:2;font-size:100%; 
			visibility:hidden;
		}

		.wrapper.pquoi p{
	font-size:14px;
	color:#FFF;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	/*background-color:#CCC;
			background-color: rgba(255, 255, 255, 0.4);
			opacity:0.6;
			font-weight:bold;*/
		}

		.wrapper.alt {
			padding: 0;
		}
		.wrapper.style1 {
			background-color: #FFF;
			color: #FFF;
			margin-top:0px;
		}
			/*.wrapper.style1 strong, .wrapper.style1 b {
				color: #ffffff;
			}*/
			.wrapper.style1 h2, .wrapper.style1 h3, .wrapper.style1 h4, .wrapper.style1 h5, .wrapper.style1 h6 {
				color: #000;
			}
			.wrapper.style1 hr {
				border-color: rgba(0, 0, 0, 0.125);
			}
			.wrapper.style1 code {
				background: rgba(255, 255, 255, 0.075);
			}
			.wrapper.style1 header p {
				color: #a6e0db;
			}
			.wrapper.style1 header.major h2, .wrapper.style1 header.major h3, .wrapper.style1 header.major h4, .wrapper.style1 header.major h5, .wrapper.style1 header.major h6 {
				border-color: rgba(0, 0, 0, 0.125);
			}
			.wrapper.style1 header.major p {
				color: #000;
			}
			.wrapper.style1 select {
			}

			.wrapper.style1 ::-webkit-input-placeholder {
				color: #a6e0db !important;
			}
			.wrapper.style1 :-moz-placeholder {
				color: #a6e0db !important;
			}
			.wrapper.style1 ::-moz-placeholder {
				color: #a6e0db !important;
			}
			.wrapper.style1 :-ms-input-placeholder {
				color: #a6e0db !important;
			}
			.wrapper.style1 .formerize-placeholder {
				color: #a6e0db !important;
			}
			.wrapper.style1 .icon.major {
				border-color: rgba(0, 0, 0, 0.125);
			}
			.wrapper.style1 ul.alt li {
				border-color: rgba(0, 0, 0, 0.125);
			}
			.wrapper.style1 table tbody tr {
				border-color: rgba(0, 0, 0, 0.125);
			}
				.wrapper.style1 table tbody tr:nth-child(2n + 1) {
					background-color: rgba(255, 255, 255, 0.075);
				}
			.wrapper.style1 table th {
				color: #ffffff;
			}
			.wrapper.style1 table thead {
				border-color: rgba(0, 0, 0, 0.125);
			}
			.wrapper.style1 table tfoot {
				border-color: rgba(0, 0, 0, 0.125);
			}
			.wrapper.style1 table.alt tbody tr td {
				border-color: rgba(0, 0, 0, 0.125);
			}
			.wrapper.style1 button,
			.wrapper.style1 .button {
				box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.125);
				color: #ffffff;
			}
				.wrapper.style1 button:hover,
				.wrapper.style1 .button:hover {
					background-color: rgba(255, 255, 255, 0.075);
				}
				.wrapper.style1 button:active,
				.wrapper.style1 .button:active {
					background-color: rgba(255, 255, 255, 0.2);
				}

			@media screen and (max-width: 736px) {
				.wrapper.style1 .features li {
					border-top-color: rgba(0, 0, 0, 0.125);
				}
			}

		.wrapper.style2 {
			background-color: #2e3842;
		}

		.wrapper.style4 {
			background-color: transparent;
		}
		
		.wrapper.style3 {
			background-color: #FFF;
			color: #000;
		}

			/*.wrapper.style3 strong, .wrapper.style3 b {
				color: #ffffff;
			}*/

			.wrapper.style3 h2, .wrapper.style3 h3, .wrapper.style3 h4, .wrapper.style3 h5, .wrapper.style3 h6 {
				color: #000;
			}
			.wrapper.style3 hr {
				border-color: rgba(0, 0, 0, 0.125);
			}
			.wrapper.style3 code {
				background: rgba(255, 255, 255, 0.075);
			}
			.wrapper.style3 header p {
				color: #b9bad4;
			}
			.wrapper.style3 header.major h2, .wrapper.style3 header.major h3, .wrapper.style3 header.major h4, .wrapper.style3 header.major h5, .wrapper.style3 header.major h6 {
				border-color: rgba(0, 0, 0, 0.125);
			}
			.wrapper.style3 header.major p {
				color: #000;
			}
			.wrapper.style3 label {
				color: #ffffff;
			}
			.wrapper.style3 select {
				background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(0, 0, 0, 0.125)' /%3E%3C/svg%3E");
			}
			.wrapper.style3 ::-webkit-input-placeholder {
				color: #b9bad4 !important;
			}
			.wrapper.style3 :-moz-placeholder {
				color: #b9bad4 !important;
			}
			.wrapper.style3 ::-moz-placeholder {
				color: #b9bad4 !important;
			}
			.wrapper.style3 :-ms-input-placeholder {
				color: #b9bad4 !important;
			}
			.wrapper.style3 .formerize-placeholder {
				color: #b9bad4 !important;
			}
			.wrapper.style3 .icon.major {
				border-color: rgba(0, 0, 0, 0.125);
			}
			.wrapper.style3 ul.alt li {
				border-color: rgba(0, 0, 0, 0.125);
			}
			.wrapper.style3 table tbody tr {
				border-color: rgba(0, 0, 0, 0.125);
			}
				.wrapper.style3 table tbody tr:nth-child(2n + 1) {
					background-color: rgba(255, 255, 255, 0.075);
				}
			.wrapper.style3 table th {
				color: #ffffff;
			}
			.wrapper.style3 table thead {
				border-color: rgba(0, 0, 0, 0.125);
			}
			.wrapper.style3 table tfoot {
				border-color: rgba(0, 0, 0, 0.125);
			}
			.wrapper.style3 table.alt tbody tr td {
				border-color: rgba(0, 0, 0, 0.125);
			}
			.wrapper.style3 button,
			.wrapper.style3 .button {
				box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.125);
				color: #ffffff;
			}
				.wrapper.style3 button:hover,
				.wrapper.style3 .button:hover {
					background-color: rgba(255, 255, 255, 0.075);
				}
				.wrapper.style3 button:active,
				.wrapper.style3 .button:active {
					background-color: rgba(255, 255, 255, 0.2);
				}

			@media screen and (max-width: 736px) {
				.wrapper.style3 .features li {
					border-top-color: rgba(0, 0, 0, 0.125);
				}
			}

		.wrapper.style4 {
			background-color: transparent;
		}
		/*Pour les opérations aériennes*/
		.wrapper.style4 h3 {
			/*font-size:16px;*/
			font-weight:normal;
			text-align:justify;
			width:100%;
			padding-right:20px;
			padding-left:20px;
			/*color:#3F0;*/
			text-transform: inherit;
			/*color: #D0D0D0;*/
			letter-spacing: 0.075em;
			}
		.wrapper.style4 p{
			text-align:justify;
			width:100%;
			padding-right:20px;
			padding-left:20px;
		}
		
		
		.wrapper.style5 {
			background-color: #ffffff;
			color: #4E4852;
		}
			.wrapper.style5 strong, .wrapper.style5 b {
				color: #2E3842;
			}
			.wrapper.style5 h2, .wrapper.style5 h3, .wrapper.style5 h4, .wrapper.style5 h5, .wrapper.style5 h6 {
				color: #2E3842;
			}
			.wrapper.style5 hr {
				border-color: #dfdfdf;
			}
			.wrapper.style5 code {
				background: rgba(0, 0, 0, 0.0375);
			}
			.wrapper.style5 header p {
				color: #8E8892;
			}
			.wrapper.style5 header.major h2, .wrapper.style5 header.major h3, .wrapper.style5 header.major h4, .wrapper.style5 header.major h5, .wrapper.style5 header.major h6 {
				border-color: #dfdfdf;
			}
			.wrapper.style5 header.major p {
				color: #4E4852;
			}
			.wrapper.style5 label {
				color: #2E3842;
			}
			.wrapper.style5 ::-webkit-input-placeholder {
				color: #8E8892 !important;
			}
			.wrapper.style5 :-moz-placeholder {
				color: #8E8892 !important;
			}
			.wrapper.style5 ::-moz-placeholder {
				color: #8E8892 !important;
			}
			.wrapper.style5 :-ms-input-placeholder {
				color: #8E8892 !important;
			}
			.wrapper.style5 .formerize-placeholder {
				color: #8E8892 !important;
			}
			.wrapper.style5 .icon.major {
				border-color: #dfdfdf;
			}
			.wrapper.style5 ul.alt li {
				border-color: #dfdfdf;
			}
			.wrapper.style5 table tbody tr {
				border-color: #dfdfdf;
			}
				.wrapper.style5 table tbody tr:nth-child(2n + 1) {
					background-color: rgba(0, 0, 0, 0.0375);
				}
			.wrapper.style5 table th {
				color: #2E3842;
			}
			.wrapper.style5 table thead {
				border-color: #dfdfdf;
			}
			.wrapper.style5 table tfoot {
				border-color: #dfdfdf;
			}
			.wrapper.style5 table.alt tbody tr td {
				border-color: #dfdfdf;
			}
			.wrapper.style5 button,
			.wrapper.style5 .button {
				box-shadow: inset 0 0 0 2px #dfdfdf;
				color: #2E3842;
			}
				.wrapper.style5 button:hover,
				.wrapper.style5 .button:hover {
					background-color: rgba(0, 0, 0, 0.0375);
				}
				.wrapper.style5 button:active,
				.wrapper.style5 .button:active {
					background-color: rgba(0, 0, 0, 0.1);
				}

			@media screen and (max-width: 736px) {
				.wrapper.style5 .features li {
					border-top-color: #dfdfdf;
				}
			}

		@media screen and (max-width: 980px) {
			.wrapper {
				padding: 4em 3em 2em 3em ;
			}
		}

		@media screen and (max-width: 736px) {
			.wrapper {
				padding: 3em 2em 1em 2em ;
			}
		}

/* Page Wrapper */
	#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;
		}
		
/* Banner */
	#banner {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		cursor: default;
		height: 100vh;
		min-height: 35em;
		overflow: hidden;
		position: relative;
		text-align: center;
		margin-top:-30px;
	}
	
		#banner h2 {
			-moz-transform: scale(1);
			-webkit-transform: scale(1);
			-ms-transform: scale(1);
			transform: scale(1);
			-moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease;
			-webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
			-ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease;
			transition: transform 0.5s ease, opacity 0.5s ease;
			display: inline-block;
			font-size: 1.75em;
			opacity: 1;
			padding: 0.35em 1em;
			position: relative;
			z-index: 1;
		}

			#banner h2:before, #banner h2:after {
				-moz-transition: width 0.85s ease;
				-webkit-transition: width 0.85s ease;
				-ms-transition: width 0.85s ease;
				transition: width 0.85s ease;
				-moz-transition-delay: 0.25s;
				-webkit-transition-delay: 0.25s;
				-ms-transition-delay: 0.25s;
				transition-delay: 0.25s;
				background: #fff;
				content: '';
				display: block;
				height: 2px;
				position: absolute;
				width: 100%;
			}

			#banner h2:before {
				top: 0;
				left: 0;
			}

			#banner h2:after {
				bottom: 0;
				right: 0;
			}

		/*#banner h1 {
			letter-spacing: 0.225em;
			text-transform: uppercase;
		}*/

		#banner p {
			letter-spacing: 0.225em;
			text-transform: uppercase;
		}

			#banner p a {
				color: inherit;
			}

		#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: 1;
		}

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

		#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;
			}
				#banner h2 {
					font-size: 1.25em;
				}

				#banner br {
					display: none;
				}

				#banner .more {
					display: none;
				}

		}

	body.is-preload #banner h2 {
		-moz-transform: scale(0.95);
		-webkit-transform: scale(0.95);
		-ms-transform: scale(0.95);
		transform: scale(0.95);
		opacity: 0;
	}

		body.is-preload #banner h2:before, body.is-preload #banner h2:after {
			width: 0;
		}

	body.is-preload #banner .more {
		-moz-transform: translateY(8.5em);
		-webkit-transform: translateY(8.5em);
		-ms-transform: translateY(8.5em);
		transform: translateY(8.5em);
		opacity: 0;
	}

	body.is-preload #banner:after {
		opacity: 1;
	}
	
/* Landing */
	body.landing #page-wrapper {
		/*background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/anti/banner_wide.jpg");
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/anti/banner_wide.jpg");
		background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/anti/banner_wide.jpg");
		background-image: linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/anti/banner_wide.jpg");*/
		background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/spectacle/spectacle-couv-21.jpg");
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/spectacle/spectacle-couv-21.jpg");
		background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/spectacle/spectacle-couv-21.jpg");
		background-image: linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/spectacle/spectacle-couv-21r.jpg");
		background-attachment: fixed;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		padding-top: 0;
	}

	body.landing #footer {
		/*background-color: rgba(29, 36, 42, 0.9);*/
		background-color: #000;
	}

	body.is-mobile.landing #page-wrapper {
		background: none;
	}

	body.is-mobile.landing #banner,
	body.is-mobile.landing .wrapper.style4 {
		background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../images/banner.jpg");
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../images/banner.jpg");
		background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../images/banner.jpg");
		background-image: linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../images/banner.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	body.is-mobile.landing #footer {
		background-color: #2e3842;
	}
	
			

/*Pour qui sommesnous*/
.card {
  border: none;
  background: none;
  border-radius: 0; }
  .card img {
    border-radius: 0; }

.fh5co-two-img .card-img-overlay {
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8), black);
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8), black);
  background: -o-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8), black);
  background: -linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8), black); }

.contact-pop {
  margin-top: -300px; }
  .contact-pop .card-img-overlay {
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
    background: -moz-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
    background: -o-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
    background: -linear-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
    border-radius: 15px 0 0 15px; }
  .contact-pop .row-card {
    max-width: 918px;
    margin: 0 auto; }
  .contact-pop img {
    border-radius: 15px 0 0 15px; }
  .contact-pop .content {
	padding: 15px 20px 20px 15px;
	height: 100%;
	background: #fff;
	border-radius: 0 15px 15px 0;
}
    .contact-pop .content h3 {
	color: #3d383a;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
    .contact-pop .content h4 {
	color: #978b91;
	font-size: 16px;
	font-weight:normal;
	font-family: "Open Sans", Helvetica, sans-serif;}

/*p de Qui sommes nous*/
    .contact-pop .content p {
	color: #584f53;
	font-size:13px;
}
    .contact-pop .content hr {
	background-color: #F0C;
	width: 50px;
	height: 5px;
	border: none;
	margin-left: 0;
	margin-top:0;
	margin-bottom:0
}
    .contact-pop .content a {
      background-color: #F0C;
      width: 158px;
      /*border-radius: 40px;*/
      color: #fefefe;
      padding: 10px 0;
      margin-top: 20px; }
    @media (max-width: 991px) {
      .contact-pop .content {
        padding: 20px 20px 20px 25px; }
        .contact-pop .content h3 {
          font-size: 24px; }
        .contact-pop .content h4 {
          font-size: 16px; }
        .contact-pop .content p {
          font-size: 14px; }
        .contact-pop .content a {
          width: 120px;
          padding: 5px 0; }
        .contact-pop .content hr {
          margin: 10px 0; } }
  @media (max-width: 991px) {
    .contact-pop {
      margin-top: -250px; } }
  @media (max-width: 767px) {
    .contact-pop {
      margin-top: 0; }
      .contact-pop .col-md-6 {
        padding: 0; }
      .contact-pop img {
        border-radius: 15px 15px 0 0; }
      .contact-pop .card-img-overlay {
        border-radius: 15px 15px 0 0; }
      .contact-pop .content {
        border-radius: 0 0 15px 15px; } }





  .card_2_col {
    border-radius: 15px;
    margin-bottom: 30px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s; }
    .card_2_col {
      border-radius: 15px; }
    .card_2_col h5 {
	font-size: 16px;
	color: #fff;
	margin-bottom: 5px;
}
    .card_2_col p {
	font-size: 13px;
	color: #FFF;
}

 .container_anti_drone{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}
 @media (min-width:576px){.container_anti_drone{max-width:540px}}
 @media (min-width:768px){.container_anti_drone{max-width:720px}}
 @media (min-width:992px){.container_anti_drone{max-width:960px}}
 @media (min-width:1200px){.container_anti_drone{max-width:1140px}}
 .row_anti_drone{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;margin-top:0px}




/*pour qui sommes nous*/
.fh5co-recent-work {
  /*background:  #F0C;*/
  background:  #2e3842;
  padding: 100px 0; }
  @media (max-width: 767px) {
    .fh5co-recent-work {
      padding-bottom: 0; } }
/*Fin pour qui sommes nous*/
  .recent {
  margin-top: 200px; }
  .recent h2 {
    color: #fff; }
  .recent .owl-carousel .owl-stage-outer {
    padding-top: 30px;
    padding-bottom: 50px; }
  .recent .owl-carousel .owl-nav {
    display: block;
    position: absolute;
    top: -30px;
    right: 0;
    color: #fff; }
    .recent .owl-carousel .owl-nav .owl-prev, .recent .owl-carousel .owl-nav .owl-next {
      height: 23px;
      width: 23px;
      text-align: center;
      padding: 0;
      border: 1px solid #fff;
      border-radius: 50%;
      margin: 0 2px; }
      .recent .owl-carousel .owl-nav .owl-prev:hover, .recent .owl-carousel .owl-nav .owl-next:hover {
        background: #fff;
        color: #e90e65; }
      .recent .owl-carousel .owl-nav .owl-prev span, .recent .owl-carousel .owl-nav .owl-next span {
        position: relative;
        display: block;
        top: -2px; }
    .recent .owl-carousel .owl-nav button {
      outline: none;}
  .recent .card {
    border-radius: 15px;
    margin-bottom: 30px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s; }
    .recent .card .card-img {
      border-radius: 15px; }
    .recent .card h5 {
	font-size: 16px;
	color: #fff;
	margin-bottom: 5px;
}
    .recent .card p {
	font-size: 13px;
	color: #FFF;
}
    .recent .card.active, .recent .card:hover {
      transform: scale(1.05, 1.1);
      -webkit-transform: scale(1.05, 1.1);
      -ms-transform: scale(1.05, 1.1);
      -moz-transform: scale(1.05, 1.1);
      box-shadow: 0px 20px 32px 0px rgba(0, 0, 0, 0.25); }
      .recent .card.active .card-img-overlay, .recent .card:hover .card-img-overlay {
        background: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), #999);
        background: -moz-linear-gradient(rgba(0, 0, 0, 0.3), #999));
        background: linear-gradient(rgba(0, 0, 0, 0.3), #999));
        background: -ms-linear-gradient(rgba(0, 0, 0, 0.3), #999)); }
      .recent .card.active p, .recent .card:hover p {
	color: #FFF;
}
  .recent .card-img-overlay {
    border-radius: 15px;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.85));
    background: -moz-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.85));
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.85));
    background: -ms-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.85));
    background: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.85)); }
  .recent .heart {
    width: auto !important; }
  .recent .bottom-text {
    position: absolute;
    bottom: 30px;
	text-align:center
	 }
 
  @media (max-width: 767px) {
    .recent {
      margin-top: 100px; } }


@media (max-width: 767px) {
  .row-card {
    margin-left: 0;
    margin-right: 0; }
  .container-fluid {
    padding-left: 0;
    padding-right: 0; } }

  .card-title a:hover {
	color:#FFF;
	 }
  .card-text a:hover {
	color:#FFF;
	 }


.accordion {
 list-style:none
}
.accordion__item {
 border-bottom:1px solid #FFF
}
.accordion__item:nth-child(1) {
 border-top:1px solid #FFF
}
.accordion__item-title {
 display:block;
 position:relative;
 margin-bottom: 10px;
 margin-top: 10px;
}
.accordion__item-title-icon {
 width:20px;
 height:20px;
 position:absolute;
 top:0;
 right:0;
 transition:transform ease .6s
}
.accordion__item-title-icon:before {
 content:"";
 width:1px;
 height:100%;
 position:absolute;
 top:0;
 left:50%;
 transform:translateX(-50%);
 background:#FFF
}
.accordion__item-title-icon:after {
 content:"";
 width:100%;
 height:1px;
 position:absolute;
 top:50%;
 left:0;
 transform:translateY(-50%);
 background:#FFF
}
.accordion__item-title:not(.active) .accordion__item-title-icon {
 transform:rotate(0deg)
}
.accordion__item-title.active .accordion__item-title-icon {
 transform:rotate(45deg)
}

.card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;
background-color:#fff;background-clip:border-box; margin-right:5px;

/*border:1px solid rgba(0,0,0,.125);*/
border-radius:.25rem}
		@media screen and (max-width: 480px) {
			.card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;
background-color:#fff;background-clip:border-box;
border-radius:.25rem;
			width:70%}
		}

.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}

/*-------------------*/
/* Pour les 3 boites */
/*-------------------*/
.section-alpha-mini {
 padding: -80px 0;
 margin-top:-80px;
 background-color: #FFF;
}

.row-alph-30 {
 margin-bottom: -30px;
}
.row-alph-30:empty {
 margin-bottom: 0;
}
.row-alph-30 > * {
 margin-bottom: 30px;
}
.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;
 }
}
@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-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
 }
 .col-alph-lg-4-2 {
  flex: 0 0 49.5%;
  max-width: 49.5%;
 }
 .col-alph-lg-5 {
  flex: 0 0 16%;
  max-width: 16%;
 }
 .col-alph-lg-6 {
  flex: 0 0 50%;
  max-width: 50%;
 }
 .col-alph-lg-7 {
  flex: 0 0 68%;
  max-width: 68%;
 }
 .col-alph-lg-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
 }
 .col-alph-lg-12 {
  flex: 0 0 100%;
  max-width: 100%;
 }
}
.titre_boite {
	font-size: 24px;
	line-height: 1.7;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: 500;
	color: #FFF;
	font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	text-transform: uppercase;
	text-align:center;
}
@media (min-width: 1200px) {
 .titre_boite {
  font-size: 18px;
  line-height: 1.44444;
 }
}

 /*.style_boite {
  width="370";
   height="264";
   box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
 }*/

/*-----------------------*/
/* FIN Pour les 3 boites */
/*-----------------------*/

.txt-26 {
  font-size: 26px;
   text-shadow: none;

}
.txt-center {
 text-align: center;
}
.txt-justify {
 text-align: justify;
}
.txt-line-height {
 line-height:normal;
}
.txt-m-top-15 {
 margin-top:15px
}
.txt-m-top-20 {
 margin-top:20px
}
.txt-m-top-50 {
 margin-top:-50px
}
.txt-m-top-60 {
 margin-top:60px
}
.txt-m-top-100 {
 margin-top:100px
}
.txt-m-top--15 {
 margin-top:-15px
}
.txt-m-top--40 {
 margin-top:-40px
}
.txt-m-bottom-20 {
 margin-bottom:20px
}
.txt-m-bottom-30 {
 margin-bottom:30px
}
.txt-m-bottom-40 {
 margin-bottom:40px
}
.txt-p-bottom-40 {
 padding-bottom:40px
}
.txt-m-right-40 {
 margin-right:40px
}
.txt-m-left-20 {
 margin-left:20px
}
.txt-m-left-40 {
 margin-left:40px
}

.txt-shadow-none {
	text-shadow:none
}
.color-rose { 
	color:#F0C
}
.color-blanc { 
	color: #FFF
}
.list-spuce { 
	list-style-type:none;
}
	strong {
		font-weight: 600;
	}
	b {
		color: #fff;
		font-weight: 400;
	}
.border-b-no { 
	border-bottom: none;
}
.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;
}
.mp-left-0 { 
	padding-left: 0px; 
	margin-left:0px;
}
.txt3{
	font-size:14px;
	color:#FFF;
	margin-bottom:10px;
}
.savoir{
	font-size:16px;
	font-weight:bold;
}
