/* GLOBAL*/

body,html {
	font-family: 'Lato', sans-serif;
	letter-spacing: 0.1em;
}
a {
	text-decoration: none;
}
p {
	margin: 1em 0;
}

/* Landing Page */

body.landingActive {
	overflow: hidden;
}

.container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	width: 100%;
	height: 100vh;
	text-transform: uppercase;
}
.landingNav > span {
	font-weight: 300;
	font-size: 20px;
}
.rightTopImage {
	grid-area: 1 / 1 / 2 / 2;
	background-image: url("../images/LandingPage/image1.jpg");
	background-size: cover;
}
.rightBottomImage {
	grid-area: 1 / 2 / 2 / 3;
	background-image: url("../images/LandingPage/image2.jpg");
	background-size: cover;
}
.leftTopImage {
	grid-area: 2 / 1 / 3 / 2;
	background-image: url("../images/LandingPage/image4.jpg");
	background-size: cover;
}
.leftBottomImage {
	width: 50vw;
	height: 50vh;
	grid-area: 2 / 2 / 3 / 3;
	background-image: url("../images/LandingPage/image3.jpg");
	background-size: cover;
}
.centerLogo {
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 7;
	grid-area: 1 / 1 / 3 / 3;
}
#logo {
	width: 312px;
	height: 314px;
	background-image: url('../images/LandingPage/logo.svg');
	background-size: cover;
	max-height: 50vw;
	max-width: 50vw;
}
#topMenuRight > nav:nth-child(1) {
	margin-top: 2rem;
}
#topMenuLeft > nav:nth-child(1) {
	margin-top: 2rem;
}
#topMenuCenter > nav:nth-child(1) {
	margin-top: 1rem;
}
nav.landingNav {
	display: flex;
	justify-content: space-evenly;
}
#topMenuRight {
	grid-area: 1 / 1 / 2 / 2;
	z-index: 9;
}
#topMenuCenter {
	grid-area: 1 / 1 / 2 / 3;
	z-index: 8;
}
#topMenuLeft {
	grid-area: 1 / 2 / 2 / 3;
	z-index: 9;
}
nav.domain {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	height: 100%;
}
nav.domain > span {
	padding: 1.5rem;
	font-weight: 300;
	font-size: 33px;
	color: white	;
}
#topMenu {
	grid-area: 1 / 1 / 3 / 3;
	z-index: 9;
}
#bottomMenu {
	grid-area: 1 / 1 / 3 / 3;
	z-index: 7;
	padding-bottom: 7rem;
}
#downArrow {
	grid-area: 1 / 1 / 3 / 3;
	z-index: 8;
	padding-bottom: 2rem;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
#downArrow .fas.fa-angle-down {
	margin-top: 1rem;
	font-size: 3rem;
	height: 100%;
}
.container a {
	color: white;
	text-decoration: none;
	cursor: pointer;
}
.purpleParallele {
	position: relative;
	bottom: -26px;
}
.fas, .fab.fa-facebook {
	font-size: 30px;
	color: #6a7682;
}
.menuNav .fas.fa-bars{
	display: none;
}

/* Menu */

.menuNav {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	width: 100%;
	margin-top: 3rem;
	margin-bottom: 1rem;
	padding: 0 4em;
}
.menuNav .navZone {
	display: flex;
}

/* zone gauche et droite */
.menuNav .navZone:nth-child(odd){
	flex-basis: 35vw;
	justify-content: space-between;
}
/* zone du milieu */
.menuNav .navZone:nth-child(even){
	flex-basis: 30vw;
	justify-content: center;
}

.menuNav span {	text-align: center; }
.menuNav .navZone:last-child span { text-align: right; }

.menuNav span a {
	padding: 0;
}
.menuLogo {
	width: 40%;
}
span .menuLogo {
	margin-top: -3rem;
}
#banner {
	margin: 0 4em;
}
#banner > img {
	width: 100%;
}
.menuNav div.menu {
	display: flex;
	flex-direction: column;
	background-color: white;
}
.menuNav div.menu a.item {
	font-size: 20px;
	font-weight: 300;
	color: #505f6d;
	text-decoration: none;
	text-transform: uppercase;

	visibility: hidden;
	text-align: center;
	border-bottom: 1px solid #bfa6b2;
	padding: 0.2em;
}
.menuNav div.menu a.item:first-child {
	visibility: visible;
	border-bottom-color: transparent;
	border-top: 4px solid transparent;
}
.menuNav div.menu:hover a.item:first-child {
	border-bottom-color: #bfa6b2;
	border-top-color: #5f2034;
}
.menuNav div.menu:hover a.item {
	visibility: visible;
}
.menuNav div.menu a.item:hover {
	font-weight: 400;
	color: #061b2f
}
.hamburger {
	display: none;
}

/* HomePage */

.entreprise {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.title {
	display: flex;
	justify-content: center;
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.title h1 {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 50px;
	color: #6a7682;
	padding : 0 2rem 0 2rem;
	letter-spacing: 0.2em;
}
.subtitles {
	display: flex;
	justify-content: space-evenly;
}
.cartouche .subtitle {
	grid-area: 1 / 1 / 2 / 2;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 26px;
	color: #9ba4ac;
	margin: 0;
	letter-spacing: 0.1em;
}
.introduction {
	margin-block: 5rem;
	padding-left: 5rem;
}
.texteIntroduction {
	font-weight: 400;
	font-size: 20px;
	color: #061b2f;
	line-height: 30px;
	padding-left: 7%;
	max-width: 57%;
	display: flex;
	justify-content: center;
	padding-top: 3em;
}
.texteCourant {
	font-weight: 300;
	font-size: 18px;
	color: #061b2f;
	line-height: 30px;
	padding-left: 7%;
	max-width: 56%;
	display: flex;
	padding-top: 3em;
}
.bottom {
	margin-top: 3em;
}
.cartouche{
	background-color: #293951;
	border-radius: 2em 0 2em 0;
	padding: 0.4em 2em 0.4em 2em;
}
.cartouche img {
	grid-area: 1 / 1 / 2 / 2;
	margin-left: 2em;
	margin-top: 1.5rem;
}
.miniatureLeft {
	width: 17%;
	float: left;
}
.subtitles {
	margin: 4em 0 4em 0px;
	padding: 0 6em;
}
.founders {
	display: flex;
	flex-direction: column;
	width: 15%;
	float: right;
	margin-right: 2em;
}
.founders .miniatureRight {
	border-radius: 2em 0 2em 0;
}

.founders .miniatureRight .top {
	align-items: flex-start;

}
.founders .miniatureRight .bottom {
	align-items: flex-end;
	margin-top: 1em;
	padding-top: 1em;
	padding-top: 5em;
}
.founder img {
	width: 10vw;
	margin-right: 2em;
}
.founder {
	display: flex;
	flex-direction: column;
	width: 60%;
	margin-right: 2em;
}
.founder h3 {
	background: rgb(6,27,47);
	background: linear-gradient(90deg, rgba(6,27,47,1) 0%, rgba(95,32,52,1) 23%, rgba(95,32,52,1) 95%, rgba(6,27,47,1) 100%);
	border-radius: 0.7em 0 0.7em 0;
	padding: 0.3em;
	text-align: center;
	width: 80%;
	font-weight: 400;
	font-size: 14px;
	color: white;
	margin-top: 1em;
}
.founder:nth-child(even){
	align-self: flex-end;
}
div.founder:nth-child(1) > h3:nth-child(2) {
	max-width: 269px;
}
div.founder:nth-child(2) > h3:nth-child(2) {
	max-width: 269px;
}
.expertise {
	display: flex;
	flex-direction: column;
	font-weight: 400;
	font-size: 18px;
	padding-bottom: 4em;
}
.expertise img {
	width: 1em;
}
.expertise p {
	color: #061b2f;
	letter-spacing: 0.2em;
}
.activites {
	line-height: 2em;
}
.expertise p:nth-child(even){
	color: #5f2034;

}
p.qualification:nth-child(4) {
	padding-top: 2em;
}
.description {
	padding-top: 2em;
	max-width: 32vw;
}
.expertise p:before {
	content: "// ";
	font-weight: 100;
	color : #061b2f;
}
.expertise .subtitle {
	margin-bottom: 4em;
	align-self: center;
}
.expertise .subtitle h3 {
	background: rgb(6,27,47);
	background: linear-gradient(90deg, rgba(6,27,47,1) 0%, rgba(95,32,52,1) 23%, rgba(95,32,52,1) 95%, rgba(6,27,47,1) 100%);
	width: fit-content;
	padding: 0.5em;
	font-weight: 400;
	font-size: 18px;
	color: white;
}
.expertise p {
	margin: 0.2em;
}
.activites {
	display: flex;
	flex-direction: column;
	align-self: center;
	margin-left: 2rem;
	margin-left: 3rem;
}
.equipe .cartouche, .valeurs .cartouche {
	width: fit-content;
}
.equipe {
	margin: 3em 0 3em 0;
	background-image: url("../images/Home/fond1.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: center;
	padding-block: 3rem;
}
.equipe .description {
	max-width: unset
}
.map {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
}
.map > * {
	grid-column: 1/1;
	grid-row: 1/1;
	height: 32vw;
}
svg ellipse {
	fill: transparent;
	cursor: pointer;
}
#photoEquipier {
	border-radius: 0.7em 0 0.7em 0;
}
.RightSide, .LeftSide {
	display: flex;
	flex-direction: column;
	width: 50%;
	margin-bottom: 2em;
	line-height: 1.5em;
}
.RightSide {
	padding-left: 10em;
	padding-top: 6em;
}
.RightSide .qualification {
	margin: 0.2em;
}
.qualification:nth-child(odd) {
	margin: 1em 0 1em 0 ;
}
.RightSide .description {
	margin-top: 3em;
}
.equipe p {
	color: white;
	font-size: 19px;
	letter-spacing: 0.2em;
	font-weight: 300;
}
.equipe .qualification:before {
	content: "// ";
	font-weight: 100;
	color : white;
}
.equipe p span {
	font-weight: 400;
}
#equipe > div:nth-child(1) > p:nth-child(2) {
	padding-top: 4em;
}
.LeftSide p span {
	margin-left: 2em;
}
.name {
	background: #6a7682;
	border-radius: 0.7em 0 0.7em 0;
	width: fit-content;
	padding: 0.5em;
	font-weight: 400;
	font-size: 18px;
	color: white;
	margin-top: 1em;
}
.individuel {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.individuel img {
	width: 15%;
}
.LeftSide .photoEquipe {
	margin: 1.5em;
	border-radius: 0.7em 0 0.7em 0;
}
.valeurs p {
	font-weight: 300;
	font-size: 20px;
	color: #061b2f;
}
.LeftSide > p > span > b, .row2 > p > b	{
	font-weight: 400;
}
.valeurs p span:nth-child(even) {
	color: #5f2034;
}
.valeurs .RightSide, .valeurs .LeftSide {
	display: flex;
	flex-direction: column;
	margin: 1em 1em 1em 1em;
}
.valeurs .LeftSide .cartouche {
	align-self: center;
	margin-right: 18em
}
.valeurs .row1 {
	display: flex;
	flex-direction: row;
}
.row1 > div:nth-child(2) > p:nth-child(3) {
	letter-spacing: 0.15em;
	padding-top: 2em;
}
.row1 > div:nth-child(2) > p:nth-child(2) {
	letter-spacing: 0.15em;
	padding-top: 2em;
}
.valeurs .row2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 7em;
}
.row2 > p:nth-child(2) {
	padding-top: 3em;
	text-align: start;
	max-width: 52%;
	line-height: 2em;
}
.row2 > p:nth-child(3) {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 50%;
	margin-top: 4em;
	text-align: start;
	line-height: 1.5em;
}
.row2 > p:nth-child(3) > b:nth-child(1) {
	margin-bottom: 2em;
}
.domains {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 2em;
	margin: 2em auto;
	width: fit-content;
}
#domains {
	padding: 1em;
	margin-top: 9em;
}
.domains.col2 {
	grid-template-columns: repeat(2,1fr);
	margin-top: 6em;
}
.domains .domain {
	display: flex;
	flex-direction: column;
	background: linear-gradient(to left, #5F2034, #5F2034 5%, white 1em, white 95%, #5F2034 95%);
	padding: 1px;
}
.domains .domain .content {
	display: flex;
	flex-direction: column;
	align-items: center;
	background: white;
	height: 100%;
	padding: 1em;
}
.domains .domain .content h3 {
	font-weight: 400;
	font-size: 20px;
	color: #9f7985;
	text-transform: uppercase;
	min-height: 4em;
	text-align: center;
	letter-spacing: 0.2em;
}
.domains .domain .content p {
	font-size: 18px;
	font-weight: 400;
	color: #6a7682;
	margin-bottom: 5em;
	text-align: center;
	letter-spacing: 0.2em;
	line-height: 1.4em;
	margin-top: 3em;
}
.domains .domain .content span {
	color: #5f2034;
	margin-top: 1em;
	font-size: 32px;
	font-weight: 100;
	text-align: center;
}
.domains .domain .content img {
	position: relative;
	top: calc(-1em - 7px);
}
/* Savoir-Faire*/

.savoir-faire {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.savoir-faire .title {
	text-align: center;
}
.savoir-faire .subtitles {
	justify-content: space-evenly;
	justify-content: center;
}
.moyens .subtitles {
	margin-bottom: 4em;
}
.savoir-faire .cartouche {
	margin-right: 9em;
	margin-left: 3em;
}
.savoir-faire .introduction {
	padding-left: 0;
}
.savoir-faire .texteCourant {
	display: flex;
	justify-content: center;
	padding-left: 0;
	margin: auto;
	line-height: 2em;
}
.savoir-faire div.subtitles:nth-child(5) > div:nth-child(1), div.subtitles:nth-child(1) > div:nth-child(1) {
	margin: 3em;
}
.savoir-faire #splide2 {
	width: 60%;
	align-self: center;
}
#splide2 button.splide__arrow.splide__arrow--prev {
	margin-left:  -5em;
}
#splide2 button.splide__arrow--next {
	margin-right:  -5em;
}
#splide2 .splide__pagination__page.is-active {
	background: #fff;
	background: #5f2034;
}
#splide2 > ul.splide__pagination {
	bottom: -2em;
}
#splide2 .splide__slide img {
	padding: 0 1em;
}
.savoir-faire .texteCompetences {
	align-self: center;
	margin: 3em;
	color: #061b2f;
	font-weight: 300;
	line-height: 2em;
	margin-top: 6em;
	font-size: 18px;
}
.savoir-faire .texteCompetences b {
	font-weight: 400;
}
.savoir-faire .texteCompetences b:nth-child(even) {
		color: #5f2034;
}
.moyens {
	background-color: #061b2f;
}
.moyens .cards {
	display: grid;
	grid-template-columns: repeat(2, 32vw);
	justify-content: center;
	grid-column-gap: 4rem;
	grid-row-gap: 2rem;
	padding-bottom: 5rem;
	margin-bottom: 3rem;
}

.moyens .fas.fa-award {
	grid-area: 2/ 1 / 3 / 2;
	color: white;
	font-size: 36px;
	padding: 1em;
}

.moyens .card {
	display: grid;
	grid-template-columns: 4.5rem 1fr;
	grid-template-rows: repeat(2, auto);
	grid-template-areas:
		"empty image"
		"picto caption";

	align-content: start;
}

.moyens .card img {
	grid-area: image;
	width: 100%;
	height: auto;
	object-fit: fill;
}

.moyens .card img.picto {
	grid-area: picto;
	object-fit: scale-down;
	padding-top: 0.5rem;
}

.moyens .card .caption {
	grid-area: caption;
	width: fit-content;
	padding-left: 0.9rem;
}

.moyens .card .caption p {
	color: white;
	margin-top: 1.4em;
	line-height: 1.4;
	font-weight: 300;
}

.moyens .card:nth-child(7) .caption p,
.moyens .card:nth-child(8) .caption p
{
	margin-top: 2.8em;
}

.moyens .card .caption span {
	font-weight: 400;
	background-color: #5f2034;
}

.moyens .card .caption > i {
	align-self: center;
}

/* Réalisations */
.realisations {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.realisationsSub {
	margin-top: 1em;
}
.introductionRealisations {
	margin: 7em 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 100%;
}
.texteCourant.ref {
	padding-left: 25%;
	max-width: 80%;
	line-height: 2em;
}
.introductionRealisations > p:nth-child(1) {
	line-height: 3em;
}
.realisations .subtitles:nth-child(2) {
	margin-top: 7em;
}
.introductionRealisations p {
	text-align: center;
	width: 50%;
}
.realisations div.subtitles:nth-child(2) > div:nth-child(1) {
	margin-bottom: 2em;
}
div.subtitles:nth-child(5) {
	padding-bottom: 3em;
}
.realisations .card {
	padding: 0 4em 0 4em;
}
#agencement .cartouche {
	padding: 0.5em 2.5em 0.5em 2.5em;
}
.subtitleCard {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100;
}
.cards .card img {
	width: 100%;
	object-fit: cover;
	height: 100%;
	overflow: hidden;
}
.titleCard {
	color: #5f2034;
	text-transform: uppercase;
	padding-top: 1em;
	opacity: 50%;
}
/* .cards .card:hover {
	cursor: pointer;
} */
.imgCard > * {
	grid-column: 1;
	grid-row: 1;
}
.cards .card .circle {
	height: auto;
	transition: opacity 0.3s ;
	width: 25%;
	opacity: 0;
}
.cards .card .imgCard {
	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: 1fr;
	justify-items: center;
	align-items: center;
	aspect-ratio: 4/3;
}
.cards .card:hover .titleCard {
	opacity: 100%;
}
.cards .card:hover .circle {
	opacity: 50%;
}
.client {
	color: #061b2f;
}
i.fas:nth-child(2) {
	color: #6a7682;
	align-self: center;
}
.cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 2em;
	grid-row-gap: 2em;
}
.realisationArtiste {
	background: rgb(6,27,47);
	background: linear-gradient(90deg, rgba(6,27,47,1) 0%, rgba(95,32,52,1) 23%, rgba(95,32,52,1) 95%, rgba(6,27,47,1) 100%);
	margin-top: 3em;
	padding-bottom: 3em;
}
.StandExposition {
	background-color: #061b2f;
	margin-top: 3em;
	padding-bottom: 3em;
}
.StandExposition .titleCard {
	color: #876a77;
}
.realisationArtiste .titleCard {
	color: #98707c;
}
.realisationArtiste .client, .StandExposition  .client{
	color :#63707c;
}
.realisations .cards .card .titleCard::before {
	content: "//";
	font-weight: 300;
}

/* Références */

.references .cartouche {
	background-color: #e6e8ea;
	color: #828d97;
	margin-bottom: 3rem;
	justify-content: flex-start;
	margin-left: 2em;
}
.references .description_projet {
	font-weight: 300;
	font-size: 18px;
	margin-left: 2em;
}
.references .subtitles {
	justify-content: flex-start;
}
.references .image_reference img{
	width: 100%;
}
.references .description_projet > .titre, .references .description_projet > .client {
	font-weight: 400;
	color: #5f2034;
	text-transform: uppercase;
}
.references .description_projet > .description {
	line-height: 1.5em;
}
.references .description_projet > .titre::before {
	content: "// ";
	font-weight: 300;
}
.references .description_projet > .client, .references .description_projet > .description {
	color: #061b2f;
}
.references .description_projet > .adresse {
	color: #505f6d;
}
.references .description_projet > .description {
	text-transform: capitalize;
	font-weight: 400;
	margin-right: 2em;
}
.references .projet_suivant > .next{
	color: #505f6d;
	font-weight: 300;
}
.references .projet_suivant {
	padding-left: 6em;
}
.references .projet_suivant > .client{
	color: #5F2034;
	font-weight: 300;
}
.references .projet_suivant > .titre{
	font-weight: 400;
	color: #98707c;
	text-transform: uppercase;
}
.references .projet_suivant > .titre::before{
	content: "// ";
	font-weight: 300;
}
.references .projet_suivant > .client{
	font-weight: 400;
	color: #505f6d;
	padding-right: 2em;
}
.references .projet {
	display: flex;
	width: max-content;
}
.references .projet .arrowNnext {
	cursor: pointer;
}
.references .projet_suivant, .references .projet .arrowNnext {
	align-self: center;
}
.references .image_reference .caption {
	color: #505f6d;
	font-weight: 300;
	font-size: 18px;
}
.references .projet .arrow {
	color:#505f6d;
	align-self: center;
	margin-bottom: 2em;
	margin-right: 2em;
}
.references .scrollable {
	overflow-x: hidden;
	scroll-behavior: smooth;
}
.references #pagination {
	display: flex;
	justify-content: center;
	margin-top: 2em;
}
.references .paginationCircle {
	display: block;
	background: #505f6d;
	opacity: 50%;
	border-radius: 50%;
	height: 10px;
	width: 10px;
	margin: 1em;
}
.references .paginationCircle.active {
	opacity: 100%;
	background-color: #5F2034;
}
a.back {
	color: #505f6d;
	font-weight: 300;
	font-size: 18px;
	margin-left: 1rem;
}
.backToReal {
	margin-left: 3em;
}
a.back span.real {
	text-transform: uppercase;
}
.arrow_next{
	height: max-content;
	align-self: center;
	padding-right: 6em;
	padding-left: 6em;
}
.arrow_down {
	display: none;
}
.arrowNnext {
	display: none;
}
.references .projet_suivant i.arrowNnext {
	display: none;
}
.references .projet a {
	display: flex;
}
.references .subtitles .cartouche {
	margin: 2em !important;
}
.back > img:nth-child(1) {
	width: max-content;
	margin: -1em;
	margin-right: 2em;
}
div.image_reference {
	width: 13%;
}
.references .image_reference .caption {
	margin-left: 2em;
}
p.description, p.adresse, p.client {
	margin-left: 1em;
}
/* Contact */

section.contact {
	display: flex;
	flex-direction: column;
	align-items: center;
}
section.contact .visuels {
	display: flex;
	margin-bottom: 3em;
	justify-content: space-evenly;
	width: 100%;
	padding: 0 4em;
}
section.contact .visuels img{
	width: 100%;
}
form.contact {
	display: flex;
	flex-direction: column;
	align-items: center;
}

div.form-grid {
	display: grid;
	justify-items: stretch;
	gap: 0 4rem;
	grid-template-columns: 1fr 1fr 2fr;
	grid-template-rows: repeat(3, auto);
	grid-template-areas:
		"nom prenom message"
		"societe fonction message"
		"telephone email message";
}

.form-grid .f-nom { grid-area: nom; }
.form-grid .f-prenom { grid-area: prenom; }
.form-grid .f-societe { grid-area: societe; }
.form-grid .f-fonction { grid-area: fonction; }
.form-grid .f-telephone { grid-area: telephone; }
.form-grid .f-email { grid-area: email; }
.form-grid .f-message { grid-area: message; }

.form-grid div {
	display: flex;
	flex-direction: column;
}

section.contact form p {
	font-size: 18px;
	font-weight: 300;
	color: #061b2f;
	letter-spacing: 0.2em;
	line-height: 2em;
	width: 60%;
}
.row1 {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	margin-top: 3em;
}

section.contact label {
	margin: 1.5em 0 1.5em 0;
	font-weight: 300;
	font-size: 15px;
	color: #6a7682;
	letter-spacing: 0.2em;
	line-height: 1.5em;
}
section.contact input{
	padding: 1em;
	background-color: white;
	border: #5f2034 1px solid;
}
section.contact p.required {
	font-size: 13px;
	width: unset;
}
section.contact textarea {
	background-color: white;
	border: #5f2034 1px solid;
}
section.contact .case {
	background-color: #9a6083;
	border-radius: 2em 0 2em 0;
	padding: 0.4em 1.2em 0.4em 1.2em;
	margin: 2em 0 2em 0;
	display: none;
}
section.contact .case p {
	color: white	;
	font-size: 16px;
	font-weight: 400;
	width: fit-content;
}
section.contact input[type="submit"] {
	background-color: #293951;
	color: #e6e8ea;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-weight: 400;
	border-radius: 2em 0 2em 0;
	padding: 0.4em 2em 0.4em 2em;
	width: max-content;
	cursor: pointer;
	margin: 2.5em 3em 2.5em 3em;
	float: right;
}
section.contact .row2 .col2 {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
}
section.contact .row2 .col2 .map img.blurred_iframe {
	grid-area: 1 / 1 / 2 / 2;
	filter: blur(1.17em);
}
section.contact .row2 .col2 .map button {
	background-color: #293951;
	color: #e6e8ea;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-weight: 400;
	border-radius: 2em 0 2em 0;
	padding: 0.4em 2em 0.4em 2em;
	cursor: pointer;
	grid-area: 1 / 1 / 2 / 2;
	z-index: 5;
	height: fit-content;
	align-self: center;
	justify-self: center;

}
section.contact .row2 {
	display: flex;
	margin: 3em -3em 0em 3em;
}
section.contact .row2 .col1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-right: 3em;
	margin: auto;
}
section.contact .row2 .col1 img {
	width: 50%;
}
section.contact .row2 .col1 p.adress::before {
	content: "//";
	font-weight: 300;
	padding-right: 0.7em;
}
section.contact .row2 .col1 p.adress {
	font-size: 16px;
	width: 80%;
	line-height: 1.5em;
	font-weight: 400;
	color: #6a7682;
}
section.contact .row2 .col1 p.adress span {
	margin-left: 1.5em;
}
section.contact .row2 .col1 a.mail {
	font-size: 18px;
	font-weight: 400;
	color:#5F2034;
	padding-top: 2em;
	padding-bottom: 2em;
	margin-left: -3.5em;
}
section.contact .row2 .col1 a.tel {
	font-size: 18px;
	font-weight: 400;
	color: #061b2f;
	margin-left: -8.5em;
}
section.contact .row2 .col2 {
	margin-left: 2em;
}
#message {
	grid-column-gap: 1em;
	padding: 1.5em;
}


/* Mentions légales*/

.mentionsLegales_texte {
	text-align: center;
}
.mentionsLegales_texte h3 {
	font-weight: 400;
	color: #5f2034;
	font-size: 1.125rem;
}
.mentionsLegales_texte p {
	font-weight: 300;
	color: #061b2f;
	font-size: 1.125rem;
	width: 50%;
	margin: 2em auto;
}

/* Footer */

footer .banner {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	padding: 2em;
	margin: 0.5em 3em;
	border-top-left-radius: 24px;
	border-bottom-right-radius: 24px;
	background: linear-gradient(90deg, rgba(6,27,47,1) 0%, rgba(95,32,52,1) 23%, rgba(95,32,52,1) 95%, rgba(6,27,47,1) 100%);
}
footer .arrowUp {
	display: flex;
	justify-content: center;
	margin: 2em;
}
footer .banner span {
	color: #828d97;
	font-weight: 400;
	font-size: 18px;
	margin-right: 1em;
}

/* Slider */

#splide1 > div:nth-child(1) > button:nth-child(1) {
	display: none;
}
#splide1 > ul.splide__pagination:nth-child(3) {
	display: none;
}
#splide1 > div:nth-child(1) > button:nth-child(2) {
	display: none;
}
.splide__progress__bar {
	height: 3px;
	background: #ccc;
}
#splide1 .splide__pagination {
	display: none;
}
#splide1 {
	margin: 3em;
}

/* Masquage du logo Facebook */
span.fb {
	display: none;
}
