@charset "utf-8";
/* CSS Document */
/* FONTS IMPORT */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@800&display=swap');


/* MAIN CSS */
html {
	scroll-behavior: smooth;
	font-family: Arial, Helvetica, sans-serif;
	color: #242424;
}

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #3c3c3c;
}

h1 {
	color: #1e2f4e;
}
h2 {
	color: #1e2f4e;
}
a {
	color: #a3784f;
	text-decoration: none;
}
.audioplay {
	width: 75px;
	height: 75px;
	background-color: #fff;
	border-color: #1e2f4e;
	border-style: solid;
	border-width: thick;
	border-radius: 50%;
}
.audioplayimg {
	width: 40px;
	height: 40px;
	padding: 10px;
}
.spacer50 {
	width: 100%;
	height: 50px;
}
.spacer100 {
	width: 100%;
	height: 100px;
}
.gold {
	height: 120px;
	background-color: #a3784f;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
}
.gold h4 {
	color: #eef;
}
.silver {
	height: 120px;
	background-color: #f4f4f4;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
}
.blue {
	height: 120px;
	background-color: #1e2f4e;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
}
.bluetop2 {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #1e2f4e;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
}
.bluetop2 h1{
	color: #eef;
	margin-top: 1.3em;
	font-weight: 500;
	text-align: center;
}
.bluetop2 h2 {
	color: #eef;
	margin-top: -0.7em;
}
.bluetop2 h3 {
	color: #eef;
	margin-top: -0.2em;
	font-weight: 400;
}
.blue h3 {
	color: #eef;
}
.blue p {
	margin: 10%;
	color: #eef;
	text-align: center;
}
.gold p {
	margin: 10%;
	color: #eef;
	text-align: center;
}
.bluetop {
	height: 150px;
	background-color: #1e2f4e;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
}
.bluetop h1 {
	color: #eef;
	font-weight: 300;
}

.pplus p{
	font-size: 1.25em;
	font-weight: 700;
	text-align: justify;
}

.container {
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-around;
	align-items: flex-start;
}
.cont50 {
	width: 50%;
	margin: 100px;
	display: flex;
	flex-flow: column;
	justify-content: space-around;
	align-items: flex-start;
}
@media (max-width: 800px) {
	.container {
		flex-flow: column;
	}
	.cont50 {
		width: 90%;
		margin: 10px;
	}
}

/* HEADER */
header {
	text-align: center;
	width: 100%;
	display: flex;
	flex-flow; row nowrap;
	justify-content: space-between;
	align-items: center;
}
.headerlogo {
	margin: 10px auto 10px 5%;
}
.logo {
	width: 200px;
	height: auto;
}
header ul {
	list-style: none;
}
header li {
	display: inline-block;
	margin-right: 20px;
}
header a {
	text-decoration: none;
	color: #999;
	font-weight: 700;
	font-size: 14px;
}
header a:hover {
	color: #000;
}
nav {
	margin: 10px 5% 10px auto;
}

/*ACCUEIL*/
.introslider {
	width: 100%;
	height: 70vh;
	background-image: url(img/slide1.jpg);
	background-size: cover;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
}
.slider1h1 {
	font-family: 'Playfair Display', Arial, Helvetica,  serif;
	font-size: 2.8em;
	font-weight: 800;
}
.slider1h2 {
	font-size: 1.2em;
	font-weight: 100;
	margin-top: -1.2em;
}
.introslider1 {
	width: 40%;
	margin-left: 10%;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: flex-start;
}

.introservices {
	width: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
	background-image: url(img/back_intro.jpg);
	background-size: cover;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: flex-start;
}
.introservices figure {
	width: 500px;
	margin: 50px;
}
.introservices figure h3 {
	color: #fff;
}
.introservices figure p {
	color: #eef;
	font-size: 1.1em;
	line-height: 1.3em;
	text-align: justify;
}
.intropic {
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-start;
}
.intropic img {
	width: 33%;
	height: auto;
}
.introaudio {
	width: 100%;
	margin-top: 80px;
	margin-bottom: 80px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: flex-start;
}
.introaudiobox {
	width: 80%;
	max-width: 250px;
	height: 200px;
	margin: 20px;
	border-style: solid;
	border-width: thin;
	border-color: #a3784f;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
}

.introaudiobox p {
	text-align: center;
}
.introclients {
	width: 100%;
	background-color: #1e2f4e;
	height: 300px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
}
.introclientslist {
	width: 90%;
}
.clientslist {
	text-align: center;
}
.clientslist2 {
	text-align: left!important;
}
.img90 {
	width: 90%;
	height: auto;
}
/* FOOTER */
footer {
	background-color: #1c2d4a;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-around;
	align-items: center;
}
footer p {
	color: #747467;
	font-size: 0.8em;
}
footer a {
	text-decoration: none;
	color: #ababac;
}
footer div {
	text-align: center;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
}
.stc {
	margin: 10px 0px 10px 10px;
	width: 50px;
	height: auto;
}
@media (max-width: 800px) {
	footer {
		flex-flow: column nowrap;
	}
}

/* PORTFOLIO */
.portfoliolist {
	width: 100%;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
}
.portfoliolist2 {
	width: 90%;
	margin-top: 50px;
	max-width: 800px;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: flex-start;
}
portfoliolist2 h2 {
	color: #1e2f4e;
}
.portfolioh1{
	margin-top: 80px;
	margin-bottom: 80px;
}
.portfoliolist figure {
	width: 800px;
	max-width: 90%;
	margin: 50px;
	display: flex;
	align-items: center;
}
.portfoliolist p {
	text-align: justify;
	margin-left: 50px;
	font-weight: 600;
	line-height: 1.3em;
}
.portfoliosignature {
	font-style: italic;
	text-align: right;
}
.clientslist {
	font-weight: 700;
	line-height: 1.8em;
}

/* À PROPOS */
.apropos {
	width: 100%;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
}
.apropos h3 {
	font-weight: 800;
	text-align: left;
}
.apropos li {
	font-weight: 700;
	line-height: 1.4em;
}

/* EQUIPEMENTS */
.equipements {
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
}
.equipements2 {
	width: 90%;
	margin-top: 50px;
	max-width: 800px;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: flex-start;
}
.equiptitle {
	font-size: 1.4em;
	font-weight: 700;
}
.equipements h2 {
	color: #1e2f4e;
}
.equipements p {
	text-align: justify;
	margin-left: 50px;
	font-weight: 600;
	line-height: 1.3em;
}
.equipements figure {
	width: 800px;
	max-width: 90%;
	display: flex;
	align-items: center;
}
.equipementstxt {
	width: 90%;
	max-width: 800px;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: flex-start;
}
.equipementstxt li {
	font-weight: 600;
	line-height: 1.5em;
}

/* SERVICE 1 */
.service1 {
	width: 100%;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
}
.service1txt {
	width: 90%; 
	max-width: 800px;
	text-align: justify;
	line-height: 1.5em;
}

/* ANIMATIONS */
.slider1animation1 {
  animation-name: text-focus-in;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  /* shorthand 
  animation: text-focus-in 1.2s ease 0s 1 normal forwards;
  */ 
}
@keyframes text-focus-in {
  0%{
    filter: blur(12px);
    opacity: 0;
  }
  100%{
    filter: blur(0);
    opacity: 1;
  }
}

.slider1animation2 {
  animation-name: text-focus-in;
  animation-duration: 3s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  /* shorthand 
  animation: text-focus-in 1.2s ease 0s 1 normal forwards;
  */ 
}
@keyframes text-focus-in {
  0%{
    filter: blur(12px);
    opacity: 0;
  }
  50%{
	  filter: blur(12px);
	  opacity: 0;
  }
  100%{
    filter: blur(0);
    opacity: 1;
  }
}

/* SERVICE 2 */
.service2 {
	width: 100%;
	background-size: cover;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: flex-start;
}
.service2 figure {
	width: 500px;
	margin: 50px;
}

.service2 figure p {
	font-size: 1.1em;
	line-height: 1.3em;
	text-align: justify;
}


/* SERVICE 3 */
.service3 {
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
}
.service3titre {
	width: 80%;
}
.service3contenu {
	width: 100%;
	margin-left: 10%;
	margin-right: 10%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-around;
	align-items: center;
}
.service3contenuin {
	width: 40%;
	padding: 10px;;
}
@media (max-width: 800px) {
	.service3contenuin {
		width: 90%;
	}
	.servicescontainer img {
		width: 90%;
	}
}
.service3contenuin img {
	width: 100%;
	max-width: 500px;
}
.service4 {
	display: flex;
	flex-flow:	column nowrap;
	justify-content: center;
	align-items: flex-start;
}

/* SERVICES */
.servicescolumn {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
}

.boxlink {
	width: 250px;
	height: 100px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	border-style: solid;
	border-color: #1e2f4e;
	border-width: thin;
	background-color: #1e2f4e;
	color: #eef;
	margin: 15px;
}
.boxlink:hover {
	color: #1e2f4e;
	background-color: #fff;
}
.boxlink a {
	text-decoration: none;
	color: #fff;
	cursor: pointer;
}
.boxlink p {
	text-align: center;
	font-size: 0.9em;
	font-weight: 500;
	line-height: 1.5em;
}
.servicescontainer {
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: flex-start;
}
@media (max-width: 800px) {
	.servicescontainer {
		flex-flow: column nowrap;
	}
}
.servicescontainerbox {
	margin: 20px;
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.servicescontainerbox li {
	line-height: 1.5em;
}

/* NOS VOIX */
.nosvoix {
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: flex-start;
}
.nosvoix h1 {
	text-align: center;
}
.nosvoix p {
	text-align: center;
}
.voixintro {
	width: 50%;
	margin-top: 50px;
	margin-bottom: 50px;
}
.voixintro p{
	text-align: justify;
	line-height: 1.5em;
}
.voixdemo {
	width: 100%;
	max-width: 800px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}
.voixdemo2 {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
}
.voixdemoin {
	width: 250px;
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: center;
}
.voixaudioplay {
	width: 50px;
	height: 50px;
	background-color: #fff;
	border-color: #1e2f4e;
	border-style: solid;
	border-width: thin;
	border-radius: 50%;
}
.voixaudioplayimg {
	width: 25px;
	height: 25px;
	padding-left: 3px;
}
.voixaudiobox {
	width: 80%;
	max-width: 220px;
	height: 120px;
	margin: 20px;
	border-style: solid;
	border-width: thin;
	border-color: #a3784f;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
}

.voixaudiobox p {
	text-align: center;
}

@media (max-width: 800) {
	.voixintro {
		width: 90%;
	}
}

.contact {
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-around;
	align-items: center;
}
.contact2 {
	width: 90%;
	max-width: 500px;
}
.contact2 img {
	width: 80%;
	max-width: 400px;
}
.contact3 {
	background-color: #eef;
	padding: 20px;
}