@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Jura:wght@300;400;700&family=Oxanium:wght@200;500&family=Roboto+Flex:opsz,wght@8..144,300;8..144,400;8..144,700&display=swap');

:root {
	--bleu: #1f3046;
	--bleuF: #050914;
	--gris: #DEDEDE;
	--oxanium: 'Oxanium', sans-serif;
	--jura: 'Jura', sans-serif;
	--roboto: 'Roboto Flex', sans-serif;
	--LH: 24pt;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: auto;
	margin-top: 0;
	margin-bottom: 0;
	font-family: var(--roboto);
	font-weight: 300;
	font-size: 13pt;
}

.content {
	width: 100%;
	padding: 35px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--oxanium);
	font-weight: 500;
	color: var(--bleu);
	position: relative;
	margin: 0;
	margin-bottom: 68px;
}

h1, h2.h1 {
	font-size: 21pt;
	line-height: 32pt;
}

h1::after, h2::after, h3::after, h4::after, h5::after, h6::after {
	content: '';
	width: 50px;
	height: 5px;
	background: var(--bleu);
	position: absolute;
	left: 0;
	bottom: -32px;
}

h1.center::after, h2.center::after {
	left: 50%;
	margin-left: -25px;
}

.center {
	text-align: center;
}

.wrapper {
	display: flex;
	justify-content: center;
	gap: 35px;
	flex-wrap: wrap;
}

p a, main ul li a {
	color: var(--bleu);
}

p a:hover, main ul li a:hover, p a:focus, main ul li a:focus {
	color: var(--bleuF);
}

header {
	width: 100%;
}

#topBar {
	width: 100%;
	height: 90px;
	background: var(--bleu);
	position: fixed;
	box-shadow: 0 10px 15px -5px rgba(0, 0, 0, .35);
	z-index: 900;
}

#topBar .content {
	padding: 0;
	padding-left: 0;
	padding-right: 25px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#topBar .logo {
	width: 240px;
	height: 100%;
	display: flex;
	align-items: center;
	font-family: var(--oxanium);
	color: #FFF;
	text-decoration: none;
	background: url("images/logo_header.webp") left no-repeat;
	background-size: 90px 90px;
	justify-content: flex-end;
	font-weight: 400;
	font-size: 16pt;
}

#topBar #rightPart {
	width: auto;
	display: flex;
	align-items: center;
	height: 100%;
}

#topBar .lang, #topBar .lang img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

#topBar .lang {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
}

/*
 * MENU
 */
#boutonMenu {
	width: 40px;
	height: 40px;
	cursor: pointer;
	color: #FFF;
	font-size: 24pt;
	font-weight: 300;
	font-family: var(--oxanium);
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

header nav {
	width: 80%;
	position: fixed;
	top: 0;
	right: 0;
	height: 100vh;
	z-index: 1000;
	background: var(--gris);
	box-shadow: -5px 0 10px 0px rgba(0, 0, 0, .1);
	display: none;
}

#close {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: absolute;
	top: 15px;
	right: 25px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	color: var(--bleu);
	font-size: 24pt;
	font-family: var(--oxanium);
	font-weight: 400;
}

header nav ul {
	display: flex;
	list-style: none;
	margin-top: 100px;
	padding-left: 0;
	flex-wrap: wrap;
	gap: 15px;
}

header nav ul li {
	width: 100%;
	min-height: 50px;
}

header nav ul li a {
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-left: 25px;
	text-decoration: none;
	color: var(--bleu);
	font-family: var(--jura);
	font-weight: 300;
	transition: all .25s ease;
}

header nav ul li a:hover, header nav ul li a:focus {
	background: var(--bleu);
	color: #FFF;
}

header nav ul li a.actif {
	border-left: 5px solid var(--bleu);
	font-weight: 700;
}

header nav ul li a.actif:hover {
	background: transparent;
	color: currentColor;
}

header nav ul li ul {
	margin-top: 0;
	gap: 0;
	background: rgba(255, 255, 255, .75);
	display: none;
}

header nav ul li ul li a {
	padding-left: 50px;
}

header nav ul li ul li a:hover, header nav ul li ul li a:focus {
	background: var(--bleu);
	color: #FFF;
}

/*
 * BACKGROUND
 */
#background {
	width: 100%;
	height: 100vh;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

#background.accueil {
	background: url("images/4.PNG") center no-repeat;
	background-size: cover;
}

#background::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	background: rgba(0, 0, 0, .35);
}

#background .content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 800;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#background h1 {
	max-width: 700px;
	color: #FFF;
	text-shadow: 2px 5px 8px rgba(0, 0, 0, .75);
}

#background h1::after {
	background: #FFF;
}

#background a {
	display: flex;
	width: 170px;
	height: 50px;
	align-items: center;
	justify-content: center;
	color: #FFF;
	background: rgba(255, 255, 255, .15);
	backdrop-filter: blur(2px);
	/*text-shadow: 1px 3px 3px rgba(0, 0, 0, .15);*/
	border: 1px solid #FFF;
	text-decoration: none;
	transition: all .35s ease;
}

#background a:hover, #background a:focus {
	background: #FFF;
	color: var(--bleu);
	text-shadow: none;
}

/*
 * SLIDER
 */
#slider {
	margin-top: 0;
	padding-left: 0;
	list-style: none;
	width: 100%;
	max-width: 100%;
	height: 100%;
	display: flex;
	gap: 0;
	flex-wrap: nowrap;
	left: 0;
	position: relative;
}

#slider li {
	min-width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

#slider li img {
	width: auto;
	height: 100vh;
}

#puces {
	width: 200px;
	height: 20px;
	position: absolute;
	z-index: 900;
	bottom: 15px;
	left: 50%;
	margin-left: -100px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
}

.puce {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid #FFF;
}

.puce.active {
	background: #FFF;
}

/*
 * MAIN
 */
main p {
	margin: 0;
	line-height: var(--LH);
	font-weight: 300;
	font-size: 12pt;
}

main p strong, main ul li strong {
	font-weight: 600;
	color: var(--bleu);
}

main ul li, main ul li p {
	line-height: var(--LH);
	font-size: 12pt;
}

main ul {
	list-style: none;
}

main ul li::before {
	content: 'arrow_right';
	color: var(--bleu);
	margin-right: 10px;
	font-size: 24px;
	vertical-align: middle;
	font-family: 'Material Icons';
}

p + h2, p + h3 {
	margin-top: 35px;
}

.wrapper.illustration img {
	width: 100%;
	max-width: 600px;
	height: auto;
	order: 2;
}

.wrapper.illustration .text {
	order: 1;
}

.wrapper.illustration:nth-of-type(even) {
	background: var(--gris);
	padding: 25px;
}

.wrapper + h2, .wrapper + h3 {
	margin-top: 35px;
}

.wrapper + h3 { /* Bon à savoir */
	border-top: 1px solid var(--gris);
	padding-top: 35px;
}

.wrapper + .wrapper, p + .wrapper {
	margin-top: 35px;
}

.service {
	width: 100%;
	max-width: 350px;
	display: flex;
	gap: 0;
	flex-wrap: wrap;
	background: var(--gris);
	/*border-radius: 5px;*/
}

.service .thumb {
	width: 100%;
	height: 300px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.service .thumb img {
	height: 300px;
	width: auto;
	transition: all .35s ease;
}

.service .description {
	padding: 25px;
}

.service:hover .thumb img, .service:focus .thumb img {
	transform: scale(1.1);
}

.service .description a {
	background: var(--bleu);
	color: #FFF;
	margin-left: auto;
	margin-right: 0;
	text-decoration: none;
	margin-top: 25px;
	display: flex;
	justify-content: center;
	padding: 15px;
	width: 150px;
	transition: all .35s ease;
}

.service .description a:hover, .service .description a:focus {
	color: var(--bleu);
	background: rgba(255, 255, 255, .75);
}

#assets {
	background: var(--gris);
}

#assets .wrapper {
	gap: 50px;
}

.asset {
	width: 100%;
	max-width: 350px;
	/*padding: 25px;
	background: #FFF;*/
}

.asset span {
	font-size: 32px;
	margin-bottom: 10px;
}

/*
 * DEVIS
 */
#devis {
	background: var(--bleu);
}

#devis h2, #devis p, #devis strong  {
	color: #FFF;
}

#devis h2::after {
	background: #FFF;
}

#devis a {
	width: 100%;
	max-width: 250px;
	height: 50px;
	padding-left: 15px;
	padding-right: 15px;
	margin: auto;
	margin-top: 35px;
	text-decoration: none;
	border: 1px solid #FFF;
	color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .35s ease;
}

#devis a:hover, #devis a:focus {
	background: #FFF;
	color: var(--bleu);
}

/*
 * AVIS
 */
#avis .wrapper {
	gap: 50px;
}

.review {
	width: 100%;
	max-width: 360px;
}

.auteur {
	width: 100%;
}

.auteur img {
	float: left;
	margin-right: 15px;
}

.auteur strong {
	margin-left: 15px;
	display: block;
}

.auteur p {
	display: block;
	color: #999;
	font-size: 10pt;
}

.stars {
	color: #EC9B27;
	margin-bottom: 15px;
}

#avis .content > p:last-child {
	display: flex;
	justify-content: center;
	gap: 35px;
	margin-top: 35px;
	flex-wrap: wrap;
}

#avis .content > p:last-child a {
	display: flex;
	/*margin: auto;
	margin-top: 35px;*/
	text-decoration: none;
	border: 1px solid var(--bleu);
	color: var(--bleu);
	width: 200px;
	height: 50px;
	align-items: center;
	justify-content: center;
	transition: all .35s ease;
}

#avis .content > p:last-child a:hover, #avis .content > p:last-child a:focus {
	background: var(--bleu);
	color: #FFF;
}

/*
 * CONTACT / FORMULAIRE
 */
form {
	display: flex;
	gap: 25px;
	width: 100%;
	flex-wrap: wrap;
	margin-top: 35px;
}

form * {
	outline: 0;
}

input:not([type="checkbox"]), textarea {
	width: 100%;
	height: 50px;
	padding-left: 15px;
	padding-right: 15px;
	font-family: var(--roboto);
	font-size: 11pt;
	border: 1px solid var(--gris);
	transition: all .35s ease;
}

textarea {
	padding: 15px;
	height: 150px;
}

input:not([type="checkbox"]):hover, textarea:hover, input:not([type="checkbox"]):focus, textarea:focus {
	border-color: var(--bleu);
}

label {
	width: 100%;
}

label a {
	color: var(--bleu);
}

label a:hover, label a:focus {
	color: var(--bleuF);
}

input[type="checkbox"], label p {
	display: inline;
}

#boutonForm {
	width: 100%;
	text-align: center;
}

#boutonForm strong {
	color: var(--bleu);
	line-height: var(--LH);
}

input[type="submit"] {
	margin: auto;
	font-family: var(--roboto);
	font-size: 11pt;
	border: 0;
	background: var(--bleu);
	color: #FFF;
	cursor: pointer;
	width: 200px;
	transition: all .35s ease;
}

input[type="submit"]:hover, input[type="submit"]:focus {
	background: var(--bleuF);
}
/*
 * FOOTER
*/
footer {
	width: 100%;
	background: linear-gradient(45deg, var(--bleuF) 5%, var(--bleu));
	position: relative;
	z-index: 0;
}

footer a, footer p, footer h3 {
	color: #FFF;
}

footer a {
	text-decoration: none;
	font-weight: 300;
}

footer a:hover, footer a:focus {
	text-decoration: underline;
	color: #FFF;
}

footer h3 {
	margin-bottom: 35px;
}

footer h3::after {
	display: none;
}

footer p {
	margin: 0;
}

footer .wrapper {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-bottom: 35px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	margin-bottom: 35px;
}

footer .bloc {
	width: 100%;
	max-width: 350px;
}

footer .bloc:first-of-type {
	max-width: 100%;
	text-align: center;
	padding-bottom: 35px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

footer .bloc:first-of-type a {
	display: block;
	width: 90px;
	height: 90px;
	margin: auto;
}

footer .logo {
	width: 90px;
	height: 90px;
	background: url("images/logo_footer.webp") center no-repeat;
	background-size: 90px 90px;
}

footer .bloc:first-of-type span {
	display: block;
	line-height: var(--LH);
}

footer .bloc:first-of-type span:first-of-type {
	font-family: var(--oxanium);
	font-weight: 500;
	font-size: 16pt;
}

footer .bloc:first-of-type span:last-of-type {
	font-family: var(--jura);
	font-weight: 300;
	font-size: 12pt;
}

footer .bloc ul {
	margin: 0;
	padding-left: 0;
	list-style: none;
}

footer .bloc ul li {
	line-height: var(--LH);
}

footer ul + h3 {
	margin-top: 35px;
}

footer .wrapper + p {
	text-align: center;
	line-height: var(--LH);
	font-size: 13pt;
}
/*
 * VERSION DESKTOP
 */
@media only screen and (min-width: 1199px) {
	.content {
		max-width: 1200px;
		margin: auto;
		padding-left: 0;
		padding-right: 0;
	}
	
	.wrapper {
		align-items: flex-start;
		width: 1200px;
	}
	
	/*
	 * MENU
	 */	
	#boutonMenu, #close {
		display: none;
	}
	
	header .content {
		background: transparent;
		padding-right: 0 !important;
	}
	
	#topBar #rightPart {
		width: calc(100% - 240px);
		justify-content: flex-end;
		padding-right: 0;
		gap: 25px;
	}
	
	header nav {
		background: transparent;
		position: relative;
		height: 100%;
		box-shadow: none;
		display: block;
		order: 1;
	}
	
	header nav ul {
		width: auto;
		display: flex;
		justify-content: flex-end;
		gap: 0px;
		margin-top: 0;
	}
	
	header nav ul li {
		width: auto;
		position: relative;
	}
	
	header nav ul li a {
		width: auto;
		height: 90px;
		padding-left: 25px;
		padding-right: 25px;
		color: #FFF;
		font-size: 13pt;
	}
	
	header nav ul li a.actif {
		border-left: none;
		font-weight: 300;
		text-decoration: underline;
		text-underline-offset: 15px;
	}
	
	header nav ul li a:hover, header nav ul li a:focus {
		color: #FFF;
		background: rgba(255, 255, 255, .1);
	}
	header nav ul li a.actif:hover, header nav ul li a.actif:focus {
		color: #FFF;
	}
	
	header nav ul li ul {
		display: none;
	}
	
	header nav ul li ul {
		position: absolute;
		width: 300px;
		top: 90px;
		left: 0;
		background: var(--gris);
		flex-wrap: wrap;
	}
	
	header nav ul li ul li, header nav ul li ul li a {
		width: 100%;
		height: 65px;
	}
	
	header nav ul li ul li a {
		color: var(--bleu);
		padding-left: 25px;
	}
	
	.drop:hover ul, .drop:focus ul {
		display: flex;
	}
	
	#topBar .lang {
		order: 2;
		margin-right: 0;
	}
	
	/*
	 * BACKGROUND
	 */
	#background {
		height: 600px;
	}
	
	#background .content {
		left: 50%;
		margin-left: -600px;
	}
	
	/*
	 * SLIDER
	 */
	#slider li img {
		width: 100%;
		height: auto;
		min-height: 600px;
	}
	
	.wrapper.illustration {
		align-items: center;
	}
	
	.wrapper.illustration .text {
		width: calc(100% - 635px);
		/*order: 1;*/
	}
	
	/*.wrapper.illustration img {
		order: 2
	}*/
	
	/*.wrapper.illustration:nth-of-type(even) {
		align-items: stretch;
	}*/
	
	.wrapper.illustration:nth-of-type(even) {
		padding: 35px;
	}
	
	.wrapper.illustration:nth-of-type(even) .text {
		order: 2;
		/*background: var(--gris);
		padding: 25px;
		position: relative;*/
	}
	
	/*.wrapper.illustration:nth-of-type(even) .text::after {
		content: '';
		--w: calc((100vw - 1200px) / 2);
		width: var(--w);
		right: calc(var(--w) * -1);
		height: 100%;
		background: var(--gris);
		position: absolute;
		top: 0;
	}*/
	
	.wrapper.illustration:nth-of-type(even) img {
		order: 1;
	}
	
	.wrapper.services {
		gap: 50px;
		align-items: flex-start;
	}
	
	.service {
		width: 575px;
		max-width: 575px;
		display: flex;
		align-items: stretch;
	}
	
	.service .thumb {
		width: 200px;
		height: auto;
	}
	
	.service .thumb img {
		min-height: 100%;
		max-height: 300px;
		width: auto;
	}
	
	.service .description {
		width: calc(100% - 200px);
	}
	
	#assets .wrapper {
		justify-content: space-between;
	}
	
	/*
	 * CONTACT / FORMULAIRE
	 */
	form {
		max-width: 625px;
		margin: auto;
		margin-top: 35px;
	}
	
	input:not([type="checkbox"]) {
		max-width: 300px;
	}
	
	/*
	 * FOOTER
	 */
	footer .wrapper + p {
		font-size: 10pt;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
	#topBar .logo, footer .logo {
		background: url("images/logo_footer_2x.webp") center no-repeat;
		background-size: 90px 90px;
	}
	
	#topBar .logo {
		background-position: left;
	}
}