@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400&display=swap');
@font-face {
	font-family: 'takotatakota';
	src: url('takota-bra8-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'lemonMilk';
	src: url('LEMONMILK-Light.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Belanosima&family=Poppins:wght@300&display=swap');

*,
::after,
::before {
	/* box-shadow: 0 0 0 3px red inset; */
	box-sizing: border-box;
}
:root {
	--main-color: #1b2735;
	--light-green: rgb(205, 255, 231);
	--light-grey: #f7f7f7;
	--text-color: rgb(0, 0, 0);
	--titre: 1.45rem;
	--titre-service: 1.25rem;
	--texte: 1rem;
}
html {
	font-size: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: 65px;
}
body {
	background-color: white;
	font-family: 'Raleway', sans-serif;
}
body::-webkit-scrollbar {
	display: none;
  }
.grecaptcha-badge {
	visibility: hidden;
}
.recaptchaGoogle {
	color: white;
}
.recaptchaGoogle a {
	color: #ccc;
}
.alert {
	/* position: absolute;
	top: -15%;
	left: 0; */
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	height: 50px;
	color: white;
	margin: 10px;
	opacity: 0;
	transform: translateY(50%);
	transition: all 1s ease-in-out;
	z-index:999;
}
.alert-danger {
	background-color: rgb(224, 85, 85);
	opacity: 1;
	transform: translateY(0%);
	transition: all 500ms ease-in-out;
	z-index:999;
}
.alert-success {
	background-color: rgb(120, 197, 120);
	opacity: 1;
	transform: translateY(0%);
	transition: all 500ms ease-in-out;
	z-index:999;
}
.close-icon,
.close-icon:hover {
	position: absolute;
	top: 0;
	right: 0;
	margin: 10px;
	cursor: pointer;
}

.has-underline-color {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.has-underline-color:after {
    content: "";
    height: 28px;
    left: 0;
    position: absolute;
    top: calc(100% - 20px);
    width: 90%;
    z-index: -1;
	background: rgb(104,89,122);
	background: linear-gradient(145deg, rgba(104,89,122,1) 25%, rgba(59,66,99,1) 58%, rgba(50,103,164,1) 100%);
}

.titleServices {
	margin-bottom: 20px;
	color: white;
	font-size: 6rem;
	font-family: 'Belanosima', sans-serif;
	opacity: 0;
	transform: translateX(-100px);
}

@media (prefers-reduced-motion: no-preference) {
	.titleServices {
		transition: opacity 2s ease, transform 1.5s ease;
	}
}

.titleRealisations {
	margin-bottom: 20px;
	color: white;
	font-size: 6rem;
	font-family: 'Belanosima', sans-serif;
	opacity: 0;
	transform: translateX(-100px);
}

@media (prefers-reduced-motion: no-preference) {
	.titleRealisations {
		transition: opacity 2s ease, transform 1.5s ease;
	}
}

.titleOffres {
	margin-bottom: 20px;
	color: white;
	font-size: 6rem;
	font-family: 'Belanosima', sans-serif;
	opacity: 0;
	transform: translateX(-100px);
}

@media (prefers-reduced-motion: no-preference) {
	.titleOffres {
		transition: opacity 2s ease, transform 1.5s ease;
	}
}

.title-transition {
	opacity: 1;
	transform: translateX(0px);
}

.containerName {
	/* background-color: red; */
	display: flex;
	flex-direction:column;
	justify-content: flex-start;
	align-items: flex-start;
	line-height: 7rem;
}

.icon-techno {
	margin-top:40px;
	display: flex;
	justify-content: space-around;
	opacity: 0.7;
}

.miniName {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 50px;
	color: white;
	font-size: 2.5rem;
	font-family: 'Belanosima', sans-serif;
	font-weight: 400;
	opacity: 0;
	line-height:2rem;
}

.firstName {
	color: white;
	font-size: 8rem;
	font-family: 'Belanosima', sans-serif;
	animation-duration: 1800ms;
	animation-name: s;
}

.lastName {
	opacity: 0;
	color: white;
	font-size: 8rem;
	font-family: 'Belanosima', sans-serif;
	animation-delay: 250ms;
	animation-duration: 1800ms;
	animation-name: s;
	animation-fill-mode: forwards;
}

@keyframes s {
	from {
		transform: translateY(-100px);
		opacity: 0;
	}
	to {
		transform: translateY(0px);
		opacity: 1;
	}
}




.mail-me {
	display: inline-block;
	position: relative;
	text-align: center;
	padding: 25px;
	text-decoration: none;
	font-size: 15px;
	border-radius: 50px !important;
	border: 2px solid #ffed4b;
	color: white !important;
	/* background-color: #ffed4b; */
	margin-left: 4rem;
	transform: scale(0.8);
	transition-duration: 300ms;
	letter-spacing: 3px;
	transition: all 180ms ease-in-out;
}
.mail-me:hover {
	transform: scale(0.9);
	border: 2px solid #1f1f1f;
	color: #1f1f1f !important;
	background-color: #ffed4b;
}
.mail-me > i {
	margin-left: 15px;
}

/* Menu Style */

.menu-toggle {
	display: none;
}
.navbar-phone {
	display: none;
}
.logo-phone {
	display: none;
}
.marker-font {
	font-family: 'takotatakota';
	font-size: 3.2rem;
	letter-spacing: 3px;
}
#navbar {
	background-color: transparent;
	box-shadow: none;
	padding: 15px 0 15px 5rem;
	transition: 0.4s;
	position: fixed;
	width: 100%;
	top: 0;
	display: flex;
	z-index: 99;
	font-weight: bolder;
	align-items: center;
}
.link-menu {
	position: relative;
	color: white;
	text-align: center;
	padding: 25px;
	text-decoration: none;
	font-size: 15px;
	line-height: 22px;
	border-radius: 4px;
	letter-spacing: 3px;
}
.link-menu:after,
.link-menu:before {
	transition: all .3s;
}
.link-menu:after {
	position: absolute;
	bottom: 1%;
	left: 0;
	right: 0;
	margin: auto;
	width: 0%;
	content: '.';
	color: transparent;
	background: #ffed4b;
	height: 3px;
}
.link-menu:hover:after {
	width: 40%;
}
#navbar #logo img {
	/* margin-left: 5rem; */
	height: 150px;
	filter: invert(0);
	transition: 0.4s;
	opacity: 0;
}
#navbar-right {
	display: flex;
	flex-direction: row;
	margin-left: auto;
	margin-right: 8rem;
}

.social-icons-nav {
	display: flex;
	margin-left: 20px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	transition: all 250ms ease-in-out;
}

.social-icons-nav a {
	transition: all 150ms ease-in-out;
}

.social-icons-nav a:hover {
	transform: scale(1.1);
}

/* Add responsiveness - on screens less than 580px wide, display the navbar vertically instead of horizontally */

@media screen and (max-width: 580px) {
	#navbar {
		padding: 20px 10px !important;
		/* Use !important to make sure that JavaScript doesn't override the padding on small screens */
	}
	#navbar a {
		float: none;
		display: block;
		text-align: left;
	}
	#navbar-right {
		float: none;
	}
}
/*------- Section Hero -------*/

#hero {
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	text-align: center;
	height: 100vh;
	color: var(--text-color);
	padding: 0 12rem 0;
	align-items: center;
	background-image: url("../img/prez_old.webp");
	background-position: center;
	background-size: cover;
	color: white;
	background-attachment: fixed;
	/* background: rgb(104,89,122);
	background: linear-gradient(145deg, rgba(104,89,122,1) 25%, rgba(59,66,99,1) 58%, rgba(50,103,164,1) 100%); */
}
#hero::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/* background: rgba(31, 31, 31, 1); */
	background: rgb(104,89,122);
	background: linear-gradient(145deg, rgba(104,89,122,1) 25%, rgba(59,66,99,1) 58%, rgba(50,103,164,1) 100%);
	opacity: 0.83;
}
.specialiste-hero {
	position: relative;
	/* width:90%; */
	margin: 0 auto;
	font-size: 1.75rem;
}
.container-logo {
	position: relative;
	display: flex;
	flex-direction: column;
}

.container-hero {
	width: 80%;
	position: relative;
	display: flex;
	flex-direction: column;
}

.hero-logo {
	align-self: center;
}
/* Styles spécifiques aux petits écrans */

@media (max-width: 767px) {
	.hero-logo {
		min-width: 50%;
		min-height: 50%;
		max-height: none;
		/* max-height: 100%; */
		/* Ajoutez des styles supplémentaires selon vos besoins */
	}
}
.first-separateur {
	align-self: center;
	margin: 25px 0;
	width: 130px;
	height: 3px;
	background-color: #fff;
}
.bounce {
	position: absolute;
	color: white;
	bottom: 40px;
	font-size: 50px;
	width: 100%;
	-moz-animation: bounce 3s infinite;
	-webkit-animation: bounce 3s infinite;
	animation: bounce 3s infinite;
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-moz-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	60% {
		-moz-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

/*------- Bandeau Présentation -------*/

.bandeau-presentation {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	background: #1b2735;
	padding: 60px 2%;
	justify-content: center;
}

.bandeau-presentation-titre {
	position: relative;
	font-size: 2.4rem;
	color: #f7f7f7;
	text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
	text-align: center;
}
.fond {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 100%;
	background-size: contain;
	background-image: url(../img/mockup2.webp);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.separateur-bandeau {
	position: relative;
	justify-content: center;
	/* margin-bottom: 5rem; */
	margin: auto;
	width: 130px;
	height: 3px;
	background-color: #fff171;
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.bandeau-presentation-texte {
	text-align: center;
	justify-content: center;
	position: relative;
	color: white;
	font-size: 20px;
	max-width: 60rem;
	text-align: justify;
	margin: auto;
	margin-bottom: 2rem;
}
.equation {
	text-align: center;
	position: relative;
	color: white;
	padding-top: 15px;
	font-size: 21px;
	text-transform: capitalize;
	margin: auto;
}

/*------ Section Services -------*/

/* #services {
	position: relative;
	overflow: hidden;
	font-family: 'Raleway', sans-serif;
	line-height: 1;
	padding: 20px 5% 3% 5%;
	background: rgb(241, 241, 241);
} */

#services {
	position: relative;
	overflow: hidden;
	font-family: 'Raleway', sans-serif;
	line-height: 1;
	padding: 50px 15% 3% 15%;
	background: #171717;
}

.services-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 25px;
}

.application-mobile {
	position: relative;
}
.maintenance {
	position: relative;
}

.inter {
	position: relative;
	background: #1b2735;
	background-position: bottom;
	background-size: cover;
	padding: 60px 90px;
}

.lord-icon {
	width: 200px;
	height: 200px;
}
.bouton-steps {
	margin-top: 20px;
	position: relative;
	text-align: center;
	justify-content: center;
	align-items: center;
}
.steps {
	position: relative;
	color: white;
	display: flex;
	padding-top: 30px;
	justify-content: space-around;
	align-items: center;
}
.step {
	display: flex;
	flex-direction: column;
	padding: 15px;
	justify-content: center;
	align-items: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border-radius: 50%;
	color: white;
	font-size: 1.3rem;
}
.item-step {
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
}
.inter-texte {
	position: relative;
	padding: 70px 100px;
	font-size: 1.5rem;
	color: #f7f7f7;
	width: 35%;
}
.separateur-header {
	margin: 25px 0;
	width: 130px;
	height: 3px;
	background-color: var(--main-color);
}
h1 {
	font-size: 3.5rem;
	color: var(--text-color);
}
.subline {
	color: var(--text-color);
	font-size: 1.6rem;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
}

.liste-service li {
	margin-bottom: 10px;
}

.bloc-service {
	position: relative;
	padding: 35px 35px;
	text-align: center;
}
.texte-service {
	position: relative;
	text-align: justify;
	font-size: 1.1rem;
	line-height: 1.6rem;
	margin: 0;
}
.icon-service-margin {
	margin-left: 20px;
}

.header-real {
	display: flex;
	position: relative;
	/* height: 5rem; */
	font-size: 1.2rem;
	font-family: 'lemonMilk';
	letter-spacing: 3px;
	justify-content: center;
	align-items: flex-start;
	margin-top: 15px;
	margin-bottom: 20px;
}

.header-service {
	display: flex;
	position: relative;
	padding: 10px 0px;
	margin-top: 20px;
	height: 5rem;
	font-size: 1.8rem;
	font-family: 'lemonMilk';
	letter-spacing: 3px;
	justify-content: flex-start;
	align-items: flex-start;
	/* color:white; */
}

.sub-header-service {
	position: relative;
	display: block;
	margin-top: 15px;
	margin-bottom: 25px;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 2rem;
	text-align: left;
}

.savoir-plus {
	display: inline-block;
	margin-top: 2rem;
	color: black;
	background-color: #ffed4b;
	padding: 20px 50px;
	transition: all ease-in-out 250ms;
}

.savoir-plus:hover {
	transform: scale(1.1);
}
.contact-me {
	position: relative;
	display: inline-block;
	margin-top: 2rem;
	margin: auto;
	color: black;
	background-color: #ffed4b;
	padding: 20px 50px;
	border-radius: 40px;
	transition: all ease-in-out 250ms;
	box-shadow: rgba(14, 14, 14, 0.6) 0px 8px 24px;
}
.contact-me:hover {
	transform: scale(1.1);
}
.send-mail {
	appearance: none;
	border: none;
	font-weight: bold;
	font-size: 1rem;
	color: rgb(0, 0, 0);
	display: inline-block;
	background-color: #ffed4b;
	padding: 20px 50px;
	border-radius: 50px;
}
.send-mail:hover {
	cursor: pointer;
}

.interTest{
	height:400px;
	background-color: rgb(237, 251, 255);
	padding: 50px 15% 3% 15%;
	justify-content: center;
	align-items: center;
}

.leftText {
	text-align: left;
    margin-bottom: 1em;
    font-size: 2em;
    font-weight: bold;
    line-height: 1em;
	-webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg,#8c1aff,#2079ff 56%,#ff00e5);
    -webkit-background-clip: text;
    background-clip: text;
}

.interTestText {
	-webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg,#8c1aff,#2079ff 57%,#ff00e5);
    -webkit-background-clip: text;
    background-clip: text;
    margin-bottom: 2em;
    font-family: Poppins,sans-serif;
    font-size: 1.2em;
    font-weight: 500;
    line-height: 1.4em;
}

#offres {
	position: relative;
	overflow: hidden;
	font-family: 'Raleway', sans-serif;
	line-height: 1;
	padding: 50px 15% 3% 15%;
	background: #171717;
}
.description-offre {
	padding:5px 15px 0 15px;
	font-size: 1.15em;
	line-height: 1.20rem;
	text-align: justify;
	border-left: 4px dashed #fff6a7;
	/* margin-top:50px; */
}

.texte-offre {
	position: relative;
	padding: 0 2% 3% 2%;
	font-size: 1.45rem;
	width: 100%;
	line-height: 1.45rem;
	margin: 0 auto;
	text-align: center;
}
.top-services {
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.top-realisations {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.top-offres {
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.top-contact {
	position: relative;
	padding: 0 5% 1% 5%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: white;
}

.categorie-offres {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 7rem;
	font-family: 'takotatakota';
	width: 100%;
	height: 16rem;
	padding: 7% 5%;
	margin: 0 auto;
	color: white;
	margin-bottom:30px;
	
}



.offre-web {
	background: rgb(104,89,122);
	background: linear-gradient(145deg, rgba(104,89,122,1) 25%, rgba(59,66,99,1) 58%, rgba(50,103,164,1) 100%);
	opacity: 0.83;
	background: url("../img/offre-web.webp") rgba(31, 31, 31, 0.83);
	min-height: 16rem;
	background-attachment: fixed;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;

}
.offre-web:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(31, 31, 31, 0.83);
	opacity: 0.83;
}
.offre-mobile {
	background: url("../img/offre-app.webp") rgba(31, 31, 31, 0.83);
	min-height: 16rem;
	background-attachment: fixed;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
}
.offre-mobile::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(31, 31, 31, 0.83);
	opacity: 0.83;
}
.offre-maintenance {
	background: url("../img/offre-maintenance.webp") rgba(31, 31, 31, 0.83);
	min-height: 16rem;
	background-attachment: fixed;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
}
.offre-maintenance::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(31, 31, 31, 0.83);
	opacity: 0.83;
}

.container-offres {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	align-content: center;
}

.card-offre {
	position: relative;
	display: flex;
	flex-direction: column;
	border-radius: 10px;
	border: 3px solid white;
	background: #1b2735;
	padding: 50px 30px 35px 30px;
	box-shadow: rgba(91, 96, 102, 0.6) 0px 20px 32px;
	height: auto;
	width: 30rem;
	margin: 110px 20px 35px 20px;
	color: white;
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: auto;
	align-self: auto;
}

.image-offre {
	display: block;
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: auto;
	align-self: auto;
}
.illu_offre {
	display: flex;
	flex-direction: column;
	position: absolute;
	top: -110px;
	padding: 20px 25px;
	border-radius: 10px;
	background: #1f1f1f;
	text-align: center;
	align-self: center;
	margin-bottom: 55px;
	text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
	box-shadow: rgba(14, 14, 14, 0.6) 0px 8px 35px;
}
.illu_offre-top {
	display: flex;
	flex-direction:row;
	justify-content: space-evenly;
	/* background: red; */
	/* position: absolute; */
}
.rounded_img {
	border-radius: 50%;
	object-fit: cover;
}
.head-offre {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 1.40rem;
	line-height: 1.40rem;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.price {
	font-size: 1.2rem;
	margin: 20px;
	text-align: center;
}
.price-bold {
	font-size: 2.1rem;
}
.liste-offre {
	display: flex;
	flex-direction: column;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	margin-right: 0;
	padding-left: 20px;
    padding-right: 20px;
}

.item-offre {
	display: flex;
	align-items: center;
	align-items: center;
	font-size: 1.25rem;
	line-height: 22px;
	height: 35px;
}
.item-offre i {
	display: inline-grid;
	min-width: 40px;
	min-height: 75px;
	font-size: 1.5rem;
	text-align: left;
	align-items: center;
	margin: 10px;
}
.separateur-offre {
	margin: 5px auto;
	width: 20px;
	height: 7px;
}
.separateur-head-offre {
	display: block;
	margin: 5px auto;
	width: 20px;
	height: 3px;
	background-color: var(--main-color);
}
/* #realisations {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 3;
	grid-gap: 20px;
	grid-auto-rows: auto;
	font-family: 'Raleway', sans-serif;
	line-height: 1;
	padding: 100px 10rem;
	background: #1c1c1c;
} */

.showRealContainer {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	/* grid-template-rows: repeat(3, 1fr); */
}

#realisations {
	position: relative;
	overflow: hidden;
	font-family: 'Raleway', sans-serif;
	line-height: 1;
	padding: 50px 15% 5% 15%;
	background: #171717;
}

#realisations:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0px;
	height: 100%;
	width:100%;
	background: rgb(255,255,255);
	background: radial-gradient(circle, rgba(255,255,255,0.15) 0%, rgba(150,161,185,0) 100%);
	background-position: bottom;
	/* backdrop-filter: blur(80px); */
}

.header-realisations {
	grid-column: 1 / 4;
	grid-row: 1;
}
.card-realisations {
	position: relative;
	grid-row: 2;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	overflow: hidden;
	border-radius: 10px;
}
.decouvrir {
	grid-row: 3;
	grid-column: 1 / 3;
	margin-top: 0.2rem;
	justify-self: center;
}
.soon-real {
	cursor: pointer;
	border-radius: 0 !important;
	font-size: 1.4rem;
}
.image-real {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.section-contact {
	color: white !important;
}
.section-contact h1 {
	color: white !important;
}
#contact {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	/* justify-content: center;
	align-items: center; */
	font-family: 'Raleway', sans-serif;
	line-height: 1;
	color: white;
	padding: 50px 15% 3% 15%;
	background-image: url("../img/contact.webp");
	background-position: center;
	background-size: cover;
}
#contact::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(31, 31, 31, 1);
	color:white;
	opacity: 0.83;
}
.header-contact {
	grid-column: span 2;
}
.bloc-gauche-contact {
	grid-column: 1;
	grid-row: 2;
	align-self: center;
	justify-content: center;
	justify-self: center;
}
.formulaire-contact {
	justify-content: center;
	align-self: center;
	align-items: center;
	position: relative;
	width: 600px;
	margin-top: 50px;
	margin-bottom: 2rem;
}
.formulaire-contact > form > div {
	margin-bottom: 10px;
}
.formulaire-contact > form > div > input {
	padding: 12px 28px;
	width: 100%;
	/* border-radius: 25px; */
	/* border: 3px solid var(--main-color); */
}
.formulaire-contact > form > div > input:focus {
	outline: none;
}
.formulaire-contact > form > div > textarea {
	padding: 12px 28px;
	height: 300px;
	width: 100%;
	/* border-radius: 25px; */
	border: none;
	resize: vertical;
	max-height: 600px;
	/* border: 3px solid var(--main-color); */
}
.formulaire-contact > form > div > textarea:focus {
	outline: none;
}
.container-send-button {
	display: flex;
	flex-direction: column-reverse;
	gap: 20px;
	align-items: center;
}
.container-sub-send{
	display: flex;
	justify-content:flex-start;
	flex-direction: row;
	gap: 20px;
	align-items: center;
}
.head {
	color: var(--main-color);
}
.footer {
	display: flex;
	flex-direction: column;
	color: white;
	padding: 1rem;
	background: rgb(31, 31, 31);
	text-align: center;
}
.footer a {
	color: white;
}

.showReal {
	border-radius: 60px;
	background: rgba(255, 255, 255, 0.897);
	border-radius: 16px;
	box-shadow: 0px 0px 15px 12px rgba(0,0,0,0.2);
	backdrop-filter: blur(1px);
	margin-top:50px;

	width: 400px;
	height: 550px;
	z-index:3;
}

.showReal img {
	width: 100%;
	height: auto;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
  }

.contentReal {
	padding: 20px;
	justify-content: flex-start;
	line-height:1.5rem;
}

.website-glass {
	position: relative;
	grid-column: 2;
	grid-row: 1;
	z-index:-1;
}


.img-website {
	opacity: 0;
	transform: translateX(200px);
	position: relative;
	transition-delay: 3000ms;
	transition: opacity 3s ease, transform 3s ease;
}

@media (prefers-reduced-motion: no-preference) {
	.img-website {
		transition-delay: 3000ms;
		transition: opacity 3s ease, transform 3s ease;
	}
}

.website-transition {
	opacity: 1;
	transform: translateX(-200px);
}

.phoneContainer {
	margin-top: 200px;
	margin-left: 150px;
	/* background-color: red; */
	position: relative;
	opacity: 0;
	transform: translateY(150px);
	grid-column: 1;
	grid-row: 2;
	transition: opacity 3s ease, transform 3s ease;
}

@media (prefers-reduced-motion: no-preference) {
	.phoneContainer {
		transition: opacity 1.5s ease, transform 1.5s ease;
	}
}

.phone {
	/* position: relative; */
	/* grid-column: 1;
	grid-row: 2; */
	/* left: calc(50% - 8px);
	top: calc(50% - 2px); */
	transform: rotate(-30deg) skewX(30deg) scale(0.70);
  }
  .phone-transition {
	opacity: 1;
	transform: translateY(0px);
}

  .phone-back {
	position: absolute;
	top: -3px;
	transform: translate(-50%, -50%);
	height: 734px;
	width: 430px;
	background-image: linear-gradient(to bottom, #3a3b3f 70%, #1d1d1f);
	border-radius: 74px 40px 84px 50px;
	box-shadow: -26px 8px 8px -10px rgba(0, 0, 0, 0.3), -6px 6px 6px 0 rgba(0, 0, 0, 0.6), -30px 14px 10px -10px rgba(0, 0, 0, 0.5), -20px 40px 8px 0 rgba(0, 0, 0, 0.1), -20px 30px 8px 0 rgba(0, 0, 0, 0.1), inset 20px 0 15px -6px rgba(0, 0, 0, 0.6), inset 2px 0 4px -2px rgba(0, 0, 0, 0.6), inset 2px 0 1px -2px rgba(255, 255, 255, 0.1), inset 0 -15px 10px -10px rgba(255, 255, 255, 0.15);
  }
  
  .phone-back:before {
	content: "";
	display: block;
	height: 300px;
	width: 100px;
	position: absolute;
	background-color: #fff;
	left: 16px;
	bottom: 40px;
	border-radius: 20px;
	filter: blur(5px);
	opacity: 0.10;
	transform: rotate(4deg);
  }
  
  .phone-back:after {
	content: "";
	display: block;
	height: 300px;
	width: 100px;
	position: absolute;
	background-color: #fff;
	left: 26px;
	bottom: 40px;
	border-radius: 20px;
	filter: blur(4px);
	opacity: 0.25;
	transform: rotate(2deg);
  }
  
  .phone-screen {
	position: absolute;
	top: -16px;
	left: 14px;
	transform: translate(-50%, -50%);
	height: 710px;
	width: 400px;
	background-color: #000;
	border-radius: 48px 40px 52px 45px;
	box-shadow: -2px 0 0px -1px rgba(255, 255, 255, 0.4), -1px 3px 3px -3px rgba(255, 255, 255, 0.7);
  }
  
  .phone-display {
	position: absolute;
	z-index: 1;
	top: -23px;
	left: 20px;
	transform: translate(-50%, -50%);
	height: 690px;
	width: 378px;
	background-color: #FBFBFB;
	border-radius: 45px 37px 41px 41px;
  }
  
  .phone-notch {
	position: absolute;
	top: -1px;
	left: 50%;
	transform: translate(-50%);
	width: 210px;
	background-color: #131313;
	border-top: 6px solid #000;
	height: 21px;
	z-index: 3;
	border-radius: 0 0 20px 20px;
  }
  
  .phone-notch:after {
	content: "";
	display: block;
	height: 12px;
	width: 12px;
	background-color: transparent;
	position: absolute;
	left: -12px;
	top: -5px;
	border-radius: 50%;
	box-shadow: 5px -5px 0 -3px #000;
  }
  
  .phone-notch:before {
	content: "";
	display: block;
	height: 12px;
	width: 12px;
	background-color: transparent;
	position: absolute;
	right: -12px;
	top: -5px;
	border-radius: 50%;
	box-shadow: -4px -4px 0 -3px #000;
  }
  
  .phone-speaker {
	position: absolute;
	top: 6px;
	width: 58px;
	height: 6px;
	border-radius: 20px;
	background-color: #2b2b2b;
	overflow: hidden;
	box-shadow: 0 0 0 1px rgba(54, 54, 55, 1), inset -3px 3px 1px 0px #000000, inset -3px 4px 0px -1px rgba(255, 255, 255, 0.5);
	left: 50%;
	transform: translateX(-50%);
  }
  
  .phone-speaker:after {
	content: "";
	display: block;
	height: 6px;
	width: 14px;
	position: absolute;
	background-color: #000;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 1px;
  }

  .phone-camera {
	position: absolute;
	top: 6px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #131315;
	box-shadow: 0 0 0 1px rgba(54, 54, 55, 1), inset -2px -2px 1px 0px #000, inset 1px 1px 0px 0px #000;
	left: 50%;
	transform: translateX(-50%);
  }

/* TOP BUTTON */

#button {
	transform: scale(0.9);
	display: inline-block;
	background: rgb(104,89,122);
	background: linear-gradient(145deg, rgba(104,89,122,1) 25%, rgba(59,66,99,1) 58%, rgba(50,103,164,1) 100%);
	/* background-color: #ffed4b; */
	box-shadow: 0px 4px 10px -3px rgba(31, 31, 31, 0.70);
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	transition: transform 350ms, background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 98;
}
#button::after {
	content: "\f077";
	font-family: FontAwesome;
	color: rgb(190, 190, 190);
	/* color: white; */
	/* color: rgb(61, 61, 61); */
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 50px;
}
#button:hover::after {
	color: white !important;
	
}
#button:hover {
	cursor: pointer;
	background-color: #333;
	color: white !important;
	transform: scale(1);
}
#button:active {
	background-color: #555;
}
#button.show {
	opacity: 1;
	visibility: visible;
	color: white;
}

@media (min-width: 500px) {
	#button {
		margin: 30px;
	}
}

.bandeau-mentions {
	position: relative;
	display: flex;
	flex-direction: column;
	background: #1b2735;
	padding: 7% 7%;
}

/*Experimente media queries*/

@media (max-width: 1260px) {

	.description-offre {
		padding:5px 20px 0 20px;
		border: none
	}

	.social-icons-nav {
		margin-left: 0;
	}

	.alert {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index:1000;
		padding:40px;
		width:60%;
	}

	.bloc-service {
		padding: 10px 2% 10px 2%;
		margin: 0 auto;
	}
	.services-grid {
		grid-template-columns: 1fr;
	}
	#hero {
		position: relative;
		overflow: hidden;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100vh;
		padding: 0;
	}

	.specialiste-hero {
		display: none;
	}
	.first-separateur {
		display: none;
	}

	/*------- Bandeau Présentation -------*/
	.bandeau-presentation {
		display: flex;
		flex-direction: column;
		position: relative;
		overflow: hidden;
		background: #1b2735;
		padding: 7% 7%;
	}
	.bandeau-presentation::before {
		content: '';
		background-image: none;
	}
	.bandeau-presentation-titre {
		position: relative;
		font-size: 1.4rem;
		color: #f7f7f7;
	}
	.separateur-header {
		margin: 3%;
	}
	.bandeau-presentation-texte {
		position: relative;
		color: white;
		font-size: 1rem;
		max-width: 60rem;
		padding: 0;
		text-align: justify;
	}
	.equation {
		margin: 0;
		position: relative;
		color: white;
		padding-top: 15px;
		font-size: 1rem;
		text-transform: capitalize;
	}
	/*----------------------*/
	/* Bandeau 4 étapes */
	.inter {
		position: relative;
		background: #1b2735;
		padding: 7% 7%;
	}
	.steps {
		flex-direction: column;
	}
	.step {
		text-align: center;
	}
	.lord-icon {
		width: 150px;
		height: 150px;
	}
	/********************/
	body::-webkit-scrollbar {
		display: none;
	}
	body {
		-ms-overflow-style: none;
		/* IE and Edge */
		scrollbar-width: none;
		/* Firefox */
	}
	.bounce {
		position: absolute;
		color: white;
		bottom: 20%;
		font-size: 30px;
		width: 100%;
		-moz-animation: bounce 3s infinite;
		-webkit-animation: bounce 3s infinite;
		animation: bounce 3s infinite;
	}
	#button {
		display: none;
	}
	#navbar {
		display: none;
	}
	#menu-phone {
		box-sizing: border-box;
		display: block;
		position: fixed;
		z-index: 99;
		top: 0;
		height: 65px;
		width: 100%;
		box-shadow: none;
		background: transparent;
		transition: all 350ms ease-in-out;
	}
	.navbar-phone {
		position: fixed;
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: 50px 50px 50px 50px 50px;
		grid-row-gap: 25px;
		align-items: start;
		top: 0;
		left: 0;
		transform: translateX(200%);
		margin-top: 65px;
		padding-top: 30px;
		background: rgb(31, 31, 31);
		width: 100%;
		height: 100vh;
		transition: all 350ms ease-in-out;
	}
	.navbar-phone > .menu {
		grid-column: 1;
		justify-self: center;
		align-self: center;
		text-align: center;
	}
	.navbar-phone > .menu > a {
		color: white;
		text-decoration: none;
		font-size: 1.5rem;
	}
	.slide-out {
		transform: translateX(0%);
		transition: all 350ms ease-in-out;
	}
	.slide-in {
		transform: translateX(200%);
		transition: all 350ms ease-in-out;
	}
	.logo-phone {
		display: block;
		opacity: 0;
		position: absolute;
		top: 50%;
		margin-left: 20px;
		height: 40px;
		transform: translateY(-50%);
		transition: all 350ms ease-in-out;
	}
	.menu-toggle {
		position: relative;
		display: flex;
		flex-direction: column;
		gap:10px;
		justify-content: space-between;
		align-items: center;
		position: absolute;
		margin-right: 20px;
		right: 0;
		color: white;
		top: 50%;
		transform: translateY(-50%);
		width: 30px;
		cursor:pointer;
	}
	.menu-toggle > i {
		color: var(--text-color);
		;
		font-size: 2.5rem;
	}
	#navbar-right {
		display: none;
	}
	#logo {
		display: none;
	}
	#nav-icon {
		position: relative;
		margin-bottom: 10px;
		width: 30px;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer;
	}
	#nav-icon span:nth-child(1) {
		top: 0px;
	}
	#nav-icon span:nth-child(2),
	#nav-icon span:nth-child(3) {
		top: 10px;
	}
	#nav-icon span:nth-child(4) {
		top: 20px;
	}
	#nav-icon.open span:nth-child(1) {
		top: 18px;
		width: 0%;
		left: 50%;
	}
	#nav-icon.open span:nth-child(2) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#nav-icon.open span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#nav-icon.open span:nth-child(4) {
		top: 18px;
		width: 0%;
		left: 50%;
	}
	#nav-icon span {
		display: block;
		position: absolute;
		height: 3px;
		width: 100%;
		background: #fff;
		border-radius: 15px;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}
	.btn-offre {
		display: none;
		justify-self: center;
	}
	.btn-contact {
		margin: 0 auto;
	}
	.head-section h1 {
		font-size: var(--titre);
	}
	/*-- Section Mes Services --*/
	#services {
		grid-template-columns: 1fr !important;
	}
	.subline {
		font-size: 1rem;
	}
	.sub-header-service {
		display: block;
		margin-top: 15px;
		margin-bottom: 15px;
		font-size: var(--texte);
		font-weight: 400;
		line-height: 2rem;
		text-align: left;
	}
	.header-service {
		display: block;
		font-size: var(--titre-service);
		font-weight: 400;
		color: var(--main-color);
		text-align: center;
		height: auto;
	}
	.texte-service {
		font-size: var(--texte);
	}
	.illu {
		display: none;
	}
	.illu_services {
		grid-column: 1;
		grid-row: 2;
		align-self: center;
		justify-self: center;
		height: 150px;
		margin-top: 20px;
	}
	.site-internet {
		position: relative;
		grid-column: 1;
		grid-row: 3;
	}
	.illu_application {
		grid-column: 1;
		grid-row: 4;
		height: 150px;
		align-self: center;
		justify-self: center;
		margin-top: 20px;
	}
	.application-mobile {
		position: relative;
		grid-column: 1;
		grid-row: 5;
	}
	.illu_maintenance {
		margin: 70px 50px 50px;
		grid-column: 1;
		grid-row: 6;
		align-self: center;
		justify-self: center;
		height: 150px;
	}
	.maintenance {
		grid-column: 1;
		grid-row: 7;
	}
	/*-- Section Mes Réalisations --*/
	#realisations {
		padding: 0px 15px 0px;
		grid-row-gap: 15px;
		height: auto;
	}
	/*-- Section Mes Offres --*/
	.image-offre {
		display: none;
	}
	.separateur-offre {
		display: none;
	}
	#offres {
		/* padding: 0px 15px 0px; */
		grid-row-gap: 15px;
		height: auto;
	}
	.categorie-offres {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		font-size: 3rem;
		line-height: 3rem;
		font-family: 'takotatakota';
		width: 100%;
		height: auto;
		padding: 20px 0 20px 0;
		margin: 0 auto;
		color: white;
	}
	.offre-web,
	.offre-mobile,
	.offre-maintenance {
		min-height: auto;
		background-position: center center;
	}
	.container-offres {
		grid-template-columns: 1fr;
		grid-row-gap: 20px;
		padding-top: 50px 15px 0px;
		margin-bottom: 20px;
	}
	.card-offre {
		margin-top: 60px;
		margin-bottom: 0px;
		padding-top: 0;
		padding-left: 0px;
		padding-right: 0px;
	}
	.card-offre:nth-child(2n+1) {
		margin-top: 60px;
		margin-bottom: 0px;
	}
	.illu_offre {
		display: flex;
		justify-content: space-evenly;
		position: relative;
		top: 0;
		padding: 20px 25px;
		border-radius: 10px;
		background: #1f1f1f;
		text-align: center;
		align-self: center;
		width: 100%;
		margin-bottom: 20px;
		text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
	}
	.head-offre {
		font-size: 1.5rem
	}
	.price {
		font-size: 1rem;
	}
	.price-bold {
		font-size: 2rem;
	}
	.liste-offre {
		margin-top: 20px;
		margin-left: 0px;
		margin-right: 0px;
	}
	.item-offre {
		font-size: 1rem;
		margin-bottom: 25px;
	}
	/*-- Section Me Contacter --*/
	#contact {
		grid-template-columns: 1fr;
		padding: 0px 15px 0px;
	}
	.header-contact {
		grid-column: 1;
	}
	.bloc-gauche-contact {
		display: none;
	}
	.formulaire-contact {
		padding: 0 2%;
		width: 100%;
	}

	.formulaire-contact > form > div > textarea {
		height: 150px;
	}

	.fond{
		display:none;
	}

	.container-sub-send {
		flex-direction: column;
	}
}

.shadow {
	border-radius: 2rem;
	margin-top: 100px;
	margin-bottom: 90px;
	position: relative;
	/* min-height: 200px; */
	width: 650px;
	padding:15px 50px 30px 50px;
	background-color: rgba(255, 255, 255, 0.9);
/* 
	background: rgb(115,205,255);
	background: linear-gradient(145deg, rgba(115,205,255,0.711922268907563) 2%, rgba(148,168,255,0.6923144257703081) 36%, rgba(96,174,228,0.742734593837535) 73%, rgba(50,103,164,0.3533788515406162) 97%); */
	/* background: rgb(104,89,122);
	background: linear-gradient(145deg, rgba(104,89,122,1) 25%, rgba(59,66,99,1) 58%, rgba(50,103,164,1) 100%); */
	z-index:1;
	/* box-shadow: 10px 10px 15px -3px rgba(0,0,0,0.3); */
	box-shadow: 0px 0px 15px 12px rgba(0,0,0,0.2);
	backdrop-filter: blur(1px);
  }

  /* .cardServices {
	position: absolute;
	top: -15px;
	left: -15px;
	padding:15px 50px 60px 50px;
	height:100%;
	background-color: rgb(243, 243, 243);
	width:650px;
	z-index: -1;
} */


.containerServices {
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	column-gap: 50px;
	row-gap: 80px;
  }

.site-web {
	/* grid-column: 1; */
	grid-row: 1;
	z-index:1;
}

.app-mobile {
	grid-column: 2;
	grid-row: 2;
	z-index:1;
}

/*VERSION-MOBILE*/


/* @media screen and (max-width: 479px) { */
/* @media screen and (min-width: 480px) and (max-width: 575px){
	.bloc-service {
		padding: 10px 2% 10px 2%;
		margin: 0 auto;
	}
	.services-grid {
		grid-template-columns: 1fr;
	}
	#hero {
		position: relative;
		overflow: hidden;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100vh;
		padding: 0;
	}

	.specialiste-hero {
		display: none;
	}
	.first-separateur {
		display: none;
	}

	.bandeau-presentation {
		display: flex;
		flex-direction: column;
		position: relative;
		overflow: hidden;
		background: #1b2735;
		padding: 7% 7%;
	}
	.bandeau-presentation::before {
		content: '';
		background-image: none;
	}
	.bandeau-presentation-titre {
		position: relative;
		font-size: 1.4rem;
		color: #f7f7f7;
	}
	.separateur-header {
		margin: 3%;
	}
	.bandeau-presentation-texte {
		position: relative;
		color: white;
		font-size: 1rem;
		max-width: 60rem;
		padding: 0;
		text-align: justify;
	}
	.equation {
		margin: 0;
		position: relative;
		color: white;
		padding-top: 15px;
		font-size: 1rem;
		text-transform: capitalize;
	}
	.inter {
		position: relative;
		background: #1b2735;
		padding: 7% 7%;
	}
	.steps {
		flex-direction: column;
	}
	.step {
		text-align: center;
	}
	.lord-icon {
		width: 150px;
		height: 150px;
	}
	body::-webkit-scrollbar {
		display: none;
	}
	body {
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
	.bounce {
		position: absolute;
		color: white;
		bottom: 20%;
		font-size: 30px;
		width: 100%;
		-moz-animation: bounce 3s infinite;
		-webkit-animation: bounce 3s infinite;
		animation: bounce 3s infinite;
	}
	#button {
		display: none;
	}
	#navbar {
		display: none;
	}
	#menu-phone {
		box-sizing: border-box;
		display: block;
		position: fixed;
		z-index: 99;
		top: 0;
		height: 90px;
		width: 100%;
		box-shadow: none;
		background: transparent;
		transition: all 350ms ease-in-out;
	}
	.navbar-phone {
		position: fixed;
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: 50px 50px 50px 50px 50px;
		grid-row-gap: 25px;
		align-items: start;
		top: 0;
		left: 0;
		transform: translateX(200%);
		margin-top: 90px;
		padding-top: 30px;
		background: rgb(31, 31, 31);
		width: 100%;
		height: 100vh;
		transition: all 350ms ease-in-out;
	}
	.navbar-phone > .menu {
		grid-column: 1;
		justify-self: center;
		align-self: center;
		text-align: center;
	}
	.navbar-phone > .menu > a {
		color: white;
		text-decoration: none;
		font-size: 1.5rem;
	}
	.slide-out {
		transform: translateX(0%);
		transition: all 350ms ease-in-out;
	}
	.slide-in {
		transform: translateX(200%);
		transition: all 350ms ease-in-out;
	}
	.logo-phone {
		display: block;
		opacity: 0;
		position: absolute;
		top: 50%;
		left: 0;
		margin-left: 20px;
		height: 75px;
		transform: translateY(-50%);
		transition: all 350ms ease-in-out;
	}
	.menu-toggle {
		display: block;
		position: absolute;
		margin-right: 10px;
		right: 0;
		color: white;
		top: 50%;
		transform: translateY(-50%);
		height: 45px;
		width: 45px;
	}
	.menu-toggle > i {
		color: var(--text-color);
		;
		font-size: 2.5rem;
	}
	#navbar-right {
		display: none;
	}
	#logo {
		display: none;
	}
	#nav-icon {
		width: 45px;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer;
	}
	#nav-icon span:nth-child(1) {
		top: 0px;
	}
	#nav-icon span:nth-child(2),
	#nav-icon span:nth-child(3) {
		top: 15px;
	}
	#nav-icon span:nth-child(4) {
		top: 30px;
	}
	#nav-icon.open span:nth-child(1) {
		top: 18px;
		width: 0%;
		left: 50%;
	}
	#nav-icon.open span:nth-child(2) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#nav-icon.open span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#nav-icon.open span:nth-child(4) {
		top: 18px;
		width: 0%;
		left: 50%;
	}
	#nav-icon span {
		display: block;
		position: absolute;
		height: 3px;
		width: 100%;
		background: #fff;
		border-radius: 15px;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}
	.btn-offre {
		display: none;
		justify-self: center;
	}
	.btn-contact {
		margin: 0 auto;
	}
	.head-section h1 {
		font-size: var(--titre);
	}
	#services {
		grid-template-columns: 1fr !important;
	}
	.subline {
		font-size: 1rem;
	}
	.sub-header-service {
		display: block;
		margin-top: 15px;
		margin-bottom: 15px;
		font-size: var(--texte);
		font-weight: 400;
		line-height: 2rem;
		text-align: left;
	}
	.header-service {
		display: block;
		font-size: var(--titre-service);
		font-weight: 400;
		color: var(--main-color);
		text-align: center;
		height: auto;
	}
	.texte-service {
		font-size: var(--texte);
	}
	.illu {
		display: none;
	}
	.illu_services {
		grid-column: 1;
		grid-row: 2;
		align-self: center;
		justify-self: center;
		height: 150px;
		margin-top: 20px;
	}
	.site-internet {
		position: relative;
		grid-column: 1;
		grid-row: 3;
	}
	.illu_application {
		grid-column: 1;
		grid-row: 4;
		height: 150px;
		align-self: center;
		justify-self: center;
		margin-top: 20px;
	}
	.application-mobile {
		position: relative;
		grid-column: 1;
		grid-row: 5;
	}
	.illu_maintenance {
		margin: 70px 50px 50px;
		grid-column: 1;
		grid-row: 6;
		align-self: center;
		justify-self: center;
		height: 150px;
	}
	.maintenance {
		grid-column: 1;
		grid-row: 7;
	}
	#realisations {
		padding: 0px 15px 0px;
		grid-row-gap: 15px;
		height: auto;
	}
	.image-offre {
		display: none;
	}
	.separateur-offre {
		display: none;
	}
	#offres {
		grid-row-gap: 15px;
		height: auto;
	}
	.categorie-offres {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		font-size: 3rem;
		line-height: 3rem;
		font-family: 'takotatakota';
		width: 100%;
		height: auto;
		padding: 20px 0 20px 0;
		margin: 0 auto;
		color: white;
	}
	.offre-web,
	.offre-mobile,
	.offre-maintenance {
		min-height: auto;
		background-position: center center;
	}
	.container-offres {
		grid-template-columns: 1fr;
		grid-row-gap: 20px;
		padding-top: 50px 15px 0px;
		margin-bottom: 20px;
	}
	.card-offre {
		margin-top: 60px;
		margin-bottom: 0px;
		padding-top: 0;
		padding-left: 0px;
		padding-right: 0px;
	}
	.card-offre:nth-child(2n+1) {
		margin-top: 60px;
		margin-bottom: 0px;
	}
	.illu_offre {
		display: flex;
		justify-content: space-between;
		position: relative;
		top: 0;
		padding: 20px 25px;
		border-radius: 10px;
		background: #1f1f1f;
		text-align: center;
		align-self: center;
		width: 100%;
		margin-bottom: 20px;
		text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
	}
	.head-offre {
		font-size: 1.5rem
	}
	.price {
		font-size: 1rem;
	}
	.price-bold {
		font-size: 2rem;
	}
	.liste-offre {
		margin-top: 20px;
		margin-left: 20px;
		margin-right: 20px;
	}
	.item-offre {
		font-size: 1rem;
		margin-bottom: 25px;
	}
	#contact {
		grid-template-columns: 1fr;
		padding: 0px 15px 0px;
	}
	.header-contact {
		grid-column: 1;
	}
	.bloc-gauche-contact {
		display: none;
	}
	.formulaire-contact {
		padding: 0 2%;
		width: 100%;
	}

	.fond{
		display:none;
	}

	.container-sub-send {
		flex-direction: column;
	}

} */