@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=IBM+Plex+Sans+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

/* GENERAL */
html
{
	height : 100%;
}
*
{
	box-sizing : border-box;
	outline : none;
	-webkit-tap-highlight-color : rgba(255, 255, 255, 0);
}
BODY
{
	height : calc(100% - 147px);
	margin : 0;
	font-family: 'IBM Plex Sans Condensed', sans-serif;
	font-size : 14px;
	color : #fff;
	background-color: #151515;
}
BODY.popup-open
{
	overflow: hidden;
}
h1:not(.texte-slider > h1)
{
	font-family: 'IBM Plex Sans Condensed', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 26px;
	line-height: 35px;
	text-align: center;

	color: #51b1e7;
}
h2
{
	margin : 0;
	padding : 25px 0 10px;
	text-align : center;
	text-transform : uppercase;
	font-size : 26px;
	font-weight : normal;
	color : #010101;
}
.contentPage h2
{
	text-align: justify;
	color: #51b1e7;
	margin: 0;
	padding: 0;
	margin-top: 30px;
	position: relative;
	margin-left: 30px;
}
.contentPage h3
{
	text-align: left;
	font-size: 17px;
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
	color: #1e1e2d;
}
h3
{
	margin : 5px 0;
	text-align : center;
	font-size : 14px;
	color : #010101;
}
hr
{
	width: 185px;
	margin: 0 0 20px;
	padding: 0;
	border: 1px solid #000;
}
a
{
	color : #696969;
}
a:active,
a:focus
{
	color : #000;
}
.titre-article
{
	font-family: 'IBM Plex Sans Condensed', sans-serif;
}
#mentions h3
{
	text-align: left;
}
#mentions div
{
	margin-top: 40px;
}
#mentions .button
{
	font-style: normal;
	padding: 10px 30px;
	margin-top: 20px;
	background-color: #ffc400;
	border-radius: 50vh;
	color: #fff;
	cursor: pointer;
}
#mentions .button:hover, #mentions .button:active, #mentions .button:focus
{
	background-color: #bb9104 !important;
	color: #fff !important;
}
#section-Mentions
{
	padding-top: 90px;
}
#section-Mentions .flex1Contact .titre-bloc
{
	text-align: left;
	color: #fff;
	font-size: 37px;
	text-transform: math-auto;
	margin-top: 24px;
	margin-bottom: 24px;
	padding: 0;
	font-weight: 700;
	line-height: 1.33;
	width: 80%;
	margin-left: 40px;
	font-family: "Archivo", Helvetica, Arial, sans-serif;
}
#section-Mentions .flex1Contact .sous-titre-bloc
{
	color: #ffc400;
	font-size: 12px;
	font-family: 'IBM Plex Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	position: relative;
	margin-bottom: 24px;
	text-align: left;
	margin-left: 40px;
	position: relative;
}
#section-Mentions .flex1Contact .sous-titre-bloc::before {
	background: #ffc400;
	content: "";
	position: absolute;
	height: 2px;
	top: 2px;
	right: 100%;
	margin-right: 24px;
	width: 24px;
}
#section-Mentions .flex1Contact .sous-titre-bloc::after {
	background-image: url('../img/mask/sub-heading.png');
	content: "";
	position: absolute;
	top: -48px;
	left: -48px;
	height: 144px;
	width: 144px;
	z-index: -1;
}
#section-Mentions .titreContact
{
	margin-top: 100px;
}
.contentMentions
{
	margin-top: 130px;
	margin-bottom: 30px;
}
#mentions
{
	margin-top: 120px;
}
#mentions h2
{
	color: #ffc400;
	font-size: 15px;
	font-family: 'IBM Plex Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	position: relative;
	text-align: left;
	margin-left: 0;
	padding-left: 0;
	position: relative;
}
#mentions a
{
	color: #fff;
}
#mentions > div
{
	margin-bottom: 60px;
}
#section-Politique
{
	padding-top: 90px;
}
#section-Politique .flex1Contact .titre-bloc
{
	text-align: left;
	color: #fff;
	font-size: 37px;
	text-transform: math-auto;
	margin-top: 24px;
	margin-bottom: 24px;
	padding: 0;
	font-weight: 700;
	line-height: 1.33;
	width: 80%;
	margin-left: 40px;
	font-family: "Archivo", Helvetica, Arial, sans-serif;
}
#section-Politique .flex1Contact .sous-titre-bloc
{
	color: #ffc400;
	font-size: 12px;
	font-family: 'IBM Plex Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	position: relative;
	margin-bottom: 24px;
	text-align: left;
	margin-left: 40px;
	position: relative;
}
#section-Politique .flex1Contact .sous-titre-bloc::before {
	background: #ffc400;
	content: "";
	position: absolute;
	height: 2px;
	top: 2px;
	right: 100%;
	margin-right: 24px;
	width: 24px;
}
#section-Politique .flex1Contact .sous-titre-bloc::after {
	background-image: url('../img/mask/sub-heading.png');
	content: "";
	position: absolute;
	top: -48px;
	left: -48px;
	height: 144px;
	width: 144px;
	z-index: -1;
}
#section-Politique .titreContact
{
	margin-top: 100px;
}
.contentMentions
{
	margin-top: 130px;
	margin-bottom: 30px;
}
.politique
{
	margin-top: 120px;
}
.politique h2
{
	color: #ffc400;
	font-size: 15px;
	font-family: 'IBM Plex Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	position: relative;
	text-align: left;
	margin-left: 0;
	padding-left: 0;
	position: relative;
}
.politique h3
{
	color: #fff;
	font-size: 15px;
	font-family: 'IBM Plex Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	position: relative;
	text-align: left;
	margin-left: 0;
	padding-left: 0;
	position: relative;
}
.politique a
{
	color: #fff;
}
.politique > div
{
	margin-bottom: 60px;
}
.notification {
  margin: 20px auto;
	padding: 12px 20px;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	width: 100%;
	text-align: left;
}
.notification.validation {
  background-color: #4CAF50;
}

.notification.erreur {
  background-color: #f44336;
}
.fade-in {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
.fade-content {
  opacity: 0;
}
@-webkit-keyframes posiLeft
{
	from {transform: translate(0,0);}
	to {transform: translate(0,50px);}	
}
@keyframes posiLeft
{
	from {transform: translate(0,0);}
	to {transform: translate(0,50px);}	
}
@-webkit-keyframes posiRight
{
	from {transform: translate(0,0);}
	to {transform: translate(0,50px);}	
}
@keyframes posiRight
{
	from {transform: translate(0,0);}
	to {transform: translate(0,50px);}	
}
::-webkit-scrollbar
{
  width: 15px;
  border-left: 1px solid #1c1c1c;
}
::-webkit-scrollbar-thumb
{
  background-color: #151515;
  transition: all 0.5s ease;
  border-left: 1px solid #1c1c1c;
}
::-webkit-scrollbar-thumb:hover
{
  background-color: #151515;
  transition: all 0.5s ease;
}
::-webkit-scrollbar-track
{
  background-color: #292929;
  border-left: 1px solid #1c1c1c;
}
/* Style pour le breadcrumb */
ol[itemtype="http://schema.org/BreadcrumbList"]
{
	list-style: none;
	display: flex;
	padding: 10px 0;
}

/* Style pour chaque élément du breadcrumb */
ol[itemtype="http://schema.org/BreadcrumbList"] > li
{
	margin-right: 15px;
	position: relative;
}

/* Ajout d'un style pour le symbole de séparation › */
ol[itemtype="http://schema.org/BreadcrumbList"] > li:not(:last-child)::after
{
	content: "›";
	margin-left: 15px;
}

/* Style pour les liens */
ol[itemtype="http://schema.org/BreadcrumbList"] a
{
	color: #51b1e7;
	text-decoration: none;
}

/* Style pour le dernier lien (non cliquable) */
ol[itemtype="http://schema.org/BreadcrumbList"] > li:last-child a
{
	color: #1e1e2d;
	cursor: default;
}

#loaderContentBackground svg
{
	width: 40%;
	position: absolute;
	top: 50%;
	left: 50%;
	height: initial;
	transform: translate(-50%, -50%);
}
#loaderContentBackground
{
	transition: opacity 0.5s ease-out;
	background-color: #151515;
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 9999999;
	top:0;
	left:0;
}
#progressBarContainer
{
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #555;
    height: 10px;          
}
#progressBar {
    height: 100%;
    background-color: #ef8124;
    width: 0%;               
    transition: width 0.4s ease-in-out;
}
#loaderContentBackground svg .svg-elem-1{fill:transparent;-webkit-transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 0s;transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 0s}#loaderContentBackground svg.active .svg-elem-1{fill:rgb(240,130,36)}#loaderContentBackground svg .svg-elem-2{fill:transparent;-webkit-transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 0.03s;transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 0.03s}#loaderContentBackground svg.active .svg-elem-2{fill:rgb(118,111,108)}#loaderContentBackground svg .svg-elem-3{fill:transparent;-webkit-transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 0.06s;transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 0.06s}#loaderContentBackground svg.active .svg-elem-3{fill:rgb(240,130,36)}#loaderContentBackground svg .svg-elem-4{fill:transparent;-webkit-transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 0.09s;transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 0.09s}#loaderContentBackground svg.active .svg-elem-4{fill:rgb(240,130,36)}#loaderContentBackground svg .svg-elem-5{fill:transparent;-webkit-transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 0.12s;transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 0.12s}#loaderContentBackground svg.active .svg-elem-5{fill:rgb(240,130,36)}#loaderContentBackground svg .svg-elem-6{fill:transparent;-webkit-transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 0.15s;transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 0.15s}#loaderContentBackground svg.active .svg-elem-6{fill:rgb(118,111,108)}#loaderContentBackground svg .svg-elem-7{fill:transparent;-webkit-transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 0.18s;transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 0.18s}#loaderContentBackground svg.active .svg-elem-7{fill:rgb(118,111,108)}#loaderContentBackground svg .svg-elem-8{fill:transparent;-webkit-transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 0.21s;transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 0.21s}#loaderContentBackground svg.active .svg-elem-8{fill:rgb(118,111,108)}#loaderContentBackground svg .svg-elem-9{fill:transparent;-webkit-transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 0.24s;transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 0.24s}#loaderContentBackground svg.active .svg-elem-9{fill:rgb(118,111,108)}#loaderContentBackground svg .svg-elem-10{fill:transparent;-webkit-transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 0.27s;transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 0.27s}#loaderContentBackground svg.active .svg-elem-10{fill:rgb(118,111,108)}#loaderContentBackground svg .svg-elem-11{fill:transparent;-webkit-transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 0.3s;transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 0.3s}#loaderContentBackground svg.active .svg-elem-11{fill:rgb(118,111,108)}#loaderContentBackground svg .svg-elem-12{fill:transparent;-webkit-transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 0.32999999999999996s;transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 0.32999999999999996s}#loaderContentBackground svg.active .svg-elem-12{fill:rgb(118,111,108)}#loaderContentBackground svg .svg-elem-13{fill:transparent;-webkit-transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 0.36s;transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 0.36s}#loaderContentBackground svg.active .svg-elem-13{fill:rgb(118,111,108)}#loaderContentBackground svg .svg-elem-14{fill:transparent;-webkit-transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 0.39s;transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 0.39s}#loaderContentBackground svg.active .svg-elem-14{fill:rgb(118,111,108)}#loaderContentBackground svg .svg-elem-15{fill:transparent;-webkit-transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 0.42s;transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 0.42s}#loaderContentBackground svg.active .svg-elem-15{fill:rgb(118,111,108)}#loaderContentBackground svg .svg-elem-16{fill:transparent;-webkit-transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 0.44999999999999996s;transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 0.44999999999999996s}#loaderContentBackground svg.active .svg-elem-16{fill:rgb(118,111,108)}#loaderContentBackground svg .svg-elem-17{fill:transparent;-webkit-transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 0.48s;transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 0.48s}#loaderContentBackground svg.active .svg-elem-17{fill:rgb(118,111,108)}#loaderContentBackground svg .svg-elem-18{fill:transparent;-webkit-transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 0.51s;transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 0.51s}#loaderContentBackground svg.active .svg-elem-18{fill:rgb(118,111,108)}#loaderContentBackground svg .svg-elem-19{fill:transparent;-webkit-transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 0.54s;transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 0.54s}#loaderContentBackground svg.active .svg-elem-19{fill:rgb(118,111,108)}#loaderContentBackground svg .svg-elem-20{fill:transparent;-webkit-transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 0.57s;transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 0.57s}#loaderContentBackground svg.active .svg-elem-20{fill:rgb(118,111,108)}#loaderContentBackground svg .svg-elem-21{fill:transparent;-webkit-transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 0.6s;transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 0.6s}#loaderContentBackground svg.active .svg-elem-21{fill:rgb(118,111,108)}#loaderContentBackground svg .svg-elem-22{fill:transparent;-webkit-transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 0.63s;transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 0.63s}#loaderContentBackground svg.active .svg-elem-22{fill:rgb(118,111,108)}#loaderContentBackground svg .svg-elem-23{fill:transparent;-webkit-transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 0.6599999999999999s;transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 0.6599999999999999s}#loaderContentBackground svg.active .svg-elem-23{fill:rgb(118,111,108)}#loaderContentBackground svg .svg-elem-24{fill:transparent;-webkit-transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 0.69s;transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 0.69s}#loaderContentBackground svg.active .svg-elem-24{fill:rgb(118,111,108)}#loaderContentBackground svg .svg-elem-25{fill:transparent;-webkit-transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 0.72s;transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 0.72s}#loaderContentBackground svg.active .svg-elem-25{fill:rgb(118,111,108)}#loaderContentBackground svg .svg-elem-26{fill:transparent;-webkit-transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 0.75s;transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 0.75s}#loaderContentBackground svg.active .svg-elem-26{fill:rgb(118,111,108)}#loaderContentBackground svg .svg-elem-27{fill:transparent;-webkit-transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 0.78s;transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 0.78s}#loaderContentBackground svg.active .svg-elem-27{fill:rgb(240,130,36)}#loaderContentBackground svg .svg-elem-28{fill:transparent;-webkit-transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 0.8099999999999999s;transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 0.8099999999999999s}#loaderContentBackground svg.active .svg-elem-28{fill:rgb(240,130,36)}#loaderContentBackground svg .svg-elem-29{fill:transparent;-webkit-transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 0.84s;transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 0.84s}#loaderContentBackground svg.active .svg-elem-29{fill:rgb(240,130,36)}#loaderContentBackground svg .svg-elem-30{fill:transparent;-webkit-transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 0.87s;transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 0.87s}#loaderContentBackground svg.active .svg-elem-30{fill:rgb(240,130,36)}#loaderContentBackground svg .svg-elem-31{fill:transparent;-webkit-transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 0.8999999999999999s;transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 0.8999999999999999s}#loaderContentBackground svg.active .svg-elem-31{fill:rgb(240,130,36)}#loaderContentBackground svg .svg-elem-32{fill:transparent;-webkit-transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 0.9299999999999999s;transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 0.9299999999999999s}#loaderContentBackground svg.active .svg-elem-32{fill:rgb(240,130,36)}#loaderContentBackground svg .svg-elem-33{fill:transparent;-webkit-transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 0.96s;transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 0.96s}#loaderContentBackground svg.active .svg-elem-33{fill:rgb(240,130,36)}#loaderContentBackground svg .svg-elem-34{fill:transparent;-webkit-transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 0.99s;transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 0.99s}#loaderContentBackground svg.active .svg-elem-34{fill:rgb(240,130,36)}#loaderContentBackground svg .svg-elem-35{fill:transparent;-webkit-transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 1.02s;transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 1.02s}#loaderContentBackground svg.active .svg-elem-35{fill:rgb(240,130,36)}#loaderContentBackground svg .svg-elem-36{fill:transparent;-webkit-transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 1.05s;transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 1.05s}#loaderContentBackground svg.active .svg-elem-36{fill:rgb(240,130,36)}#loaderContentBackground svg .svg-elem-37{fill:transparent;-webkit-transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 1.08s;transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 1.08s}#loaderContentBackground svg.active .svg-elem-37{fill:rgb(240,130,36)}#loaderContentBackground svg .svg-elem-38{fill:transparent;-webkit-transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 1.1099999999999999s;transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 1.1099999999999999s}#loaderContentBackground svg.active .svg-elem-38{fill:rgb(240,130,36)}#loaderContentBackground svg .svg-elem-39{fill:transparent;-webkit-transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 1.14s;transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 1.14s}#loaderContentBackground svg.active .svg-elem-39{fill:rgb(240,130,36)}#loaderContentBackground svg .svg-elem-40{fill:transparent;-webkit-transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 1.17s;transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 1.17s}#loaderContentBackground svg.active .svg-elem-40{fill:rgb(240,130,36)}#loaderContentBackground svg .svg-elem-41{fill:transparent;-webkit-transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 1.2s;transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 1.2s}#loaderContentBackground svg.active .svg-elem-41{fill:rgb(240,130,36)}#loaderContentBackground svg .svg-elem-42{fill:transparent;-webkit-transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 1.23s;transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 1.23s}#loaderContentBackground svg.active .svg-elem-42{fill:rgb(240,130,36)}#loaderContentBackground svg .svg-elem-43{fill:transparent;-webkit-transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 1.26s;transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 1.26s}#loaderContentBackground svg.active .svg-elem-43{fill:rgb(240,130,36)}#loaderContentBackground svg .svg-elem-44{fill:transparent;-webkit-transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 1.29s;transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 1.29s}#loaderContentBackground svg.active .svg-elem-44{fill:rgb(240,130,36)}#loaderContentBackground svg .svg-elem-45{fill:transparent;-webkit-transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 1.3199999999999998s;transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 1.3199999999999998s}#loaderContentBackground svg.active .svg-elem-45{fill:rgb(240,130,36)}#loaderContentBackground svg .svg-elem-46{fill:transparent;-webkit-transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 1.3499999999999999s;transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 1.3499999999999999s}#loaderContentBackground svg.active .svg-elem-46{fill:rgb(240,130,36)}#loaderContentBackground svg .svg-elem-47{fill:transparent;-webkit-transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 1.38s;transition:fill 0.3s cubic-bezier(0.47,0,0.745,0.715) 1.38s}#loaderContentBackground svg.active .svg-elem-47{fill:rgb(240,130,36)}


/* CSS BASE */
.center
{
	justify-content : center;
	text-align : center;
}
.middle
{
	display : flex!important;
	align-items : center!important;
}
.middle.center
{
	justify-content : center;
}
.container
{
	display : block;
	position : relative;
	width : 100%;
	margin : 0 auto;
	padding : 0 20px;
	max-width : 1320px;
}
.row
{
	margin : 0 -10px;
	padding : 0;
	font-size : 0;
	list-style : none;
}
.row > *
{
	display : inline-block;
	margin : 0;
	padding : 0 10px;
	font-size : 15px; /*font default*/
	vertical-align : top;
}
.row > .col-1
{
	width : 8.333333%;
}
.row > .col-2
{
	width : 16.666667%;
}
.row > .col-3
{
	width : 25%;
}
.row > .col-4
{
	width : 33.33%;
}
.row > .col-5
{
	width : 41.666667%;
}
.row > .col-6
{
	width : 50%;
}
.row > .col-7
{
	width : 58.333333%;
}
.row > .col-8
{
	width : 66.66%;
}
.row > .col-9
{
	width : 75%;
}
.row > .col-10
{
	width : 83.333333%;
}
.row > .col-11
{
	width : 91.666667%;
}
.row > .col-12
{
	width : 100%;
}
#site
{
	position : relative;
	width : 100%;
	height : 100%;
	margin : 0 auto;
}
@keyframes apparition
{
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*HEADER*/
header
{
	z-index: 55;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	text-align: right;
	background-color: #151515;
	border-right: 1px solid #1c1c1c;
	width: 240px;
	height: 100%;
}
header > .container
{
	height: 100%;
}
#logo
{
	height: 135px;
	align-self: start;
}
#logo > a > img
{
	height: 100%;
}
nav
{
	width: 100%;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	display: grid;
	align-items: center;
	height: 100%;
}
nav ul
{
	margin: 0 auto;
	padding: 0;
	max-width: 50%;
}
nav ul li
{
	list-style: none;
	padding: 20px 0;
	position: relative;
}
nav ul li a, nav ul li a:focus, nav ul li a:active
{
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	padding: 5px 0;
	border-bottom: 2px solid transparent;
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
}
nav ul li a:hover, nav ul li.select a
{
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	padding: 5px 0;
}
nav ul li a:before, nav ul li a:before
{
	height: 2px;
	width: 0%;
	background-color: #ffc400;
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	-webkit-transition: width 500ms;
	-o-transition: width 500ms;
	transition: width 500ms;
}
nav ul li a:hover:before, nav ul li.select a:before
{
	height: 2px;
	width: 100%;
	background-color: #ffc400;
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	-webkit-transition: width 500ms;
	-o-transition: width 500ms;
	transition: width 500ms;
}
nav ul.btn_action li:last-child > a.button
{
	padding: 10px 30px;
	background-color: #51b1e7;
	border-radius: 50vh;
	transition: all 0.5s ease;
}
.burger-open nav .toggler_nav .burger
{
	border-top: 5px solid #fff;
}
.burger-open #site
{
	overflow-y: hidden; 
}
.toggler_nav
{
	position: absolute;
	top: 35px;
	right: 35px;
	width: 40px;
	max-height: 100px;
	z-index: 1;
	display: none;
	padding: 30px 0 5px 0;
}
.burger
{
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  border-top: 5px solid #bbbbbb;
  width: 100%;
  transition: 0.55s;
  border-radius: 5px;
}
.toggler_nav > span:first-child {
  top: 0;
}
.toggler_nav > span:nth-child(2) {
  top: 13px;
  width: 80%;
}
.toggler_nav > span:last-child {
  top: 27px;
  width: 70%;
}
.burger-open .toggler_nav > .burger:first-child
{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	top: 15px;
	transform: rotate(45deg);
	transition: 0.55s 0.5s;
}
.burger-open .toggler_nav > .burger:nth-child(2)
{
	opacity: 0;
}
.burger-open .toggler_nav > .burger:last-child
{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	top: 15px;
	transform: rotate(-405deg);
	transition: 0.55s 0.5s;
}

/*SLIDER ACCUEIL*/
#slider
{
	position: relative;
	width: calc(100% - 240px);
	margin-left: 240px;
}
#slider::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: radial-gradient(circle, rgb(0 0 0) 1px, transparent 1px);
	background-size: 2px 2px;
	opacity: 0.4;
	pointer-events: none;
	z-index: 1;
}
/*#slider::after
{
	content: '';
	height: 145px;
	bottom: 0;
	left: 0;
	width: 55%;
	background-color: #151515;
	z-index: 99;
	position: absolute;
}*/
#slider > .slide-image
{
	height: 104vh;
	display: none;
	overflow: hidden;
}
#slider > .slide-prec, #slider > .slide-suiv
{
	position: absolute;
	top: calc(50% + 60px);
	transform: translate(0, -50%);
	font-size: 30px;
	padding: 15px;
	cursor: pointer;
	color: #fff;
	transition: 0.1s;
	user-select: none;
	opacity: 0.6;
	transition: all 0.1s ease;
}
#slider > .slide-prec:hover, #slider > .slide-suiv:hover
{
	opacity: 1;
	transition: all 0.1s ease;
}
#slider > .slide-suiv
{
	right: 0;
}
#slider > .dots
{
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	bottom: 5px;
	cursor: pointer;
}
#slider > .dots > span
{
	display: inline-block;
	width: 30px;
	height: 3px;
	border-top: 3px solid #fff;
	margin: 0 5px;
	opacity: 0.6;
	transition: all 0.1s ease;
}
#slider > .dots > span:hover, #slider > .dots > span.active
{
	opacity: 1;
	transition: all 0.1s ease;
	border-top: 6px solid #fff;
}
#slider > .slide-image .contenu-slider
{
	position: absolute;
	color: #fff;
	letter-spacing: 2px;
	line-height: 35px;
	top: calc(45% + 40px);
	left: 10%;
	-webkit-animation-name: posi;
	-webkit-animation-duration: 2s;
	animation-name: posi;
	animation-duration: 2s;
	z-index: 99;
	transform: translate(0, -50%);
	width: 70%;
}
#slider > .slide-image .contenu-slider > .texte-slider
{
	font-family: 'IBM Plex Sans Condensed', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	align-items: center;
	text-align: left;
	color: #1f1e2e;
	line-height: 53px;
	color: #fff;
	z-index: 50;
}
#slider > .slide-image .contenu-slider > .description-slider
{
	font-family: 'IBM Plex Sans Condensed', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 23px;
	align-items: center;
	text-align: justify;
	padding-top: 50px;
	color: #fff;
	z-index: 50;
}
#slider > .slide-image .contenu-slider > .description-slider .button_contact
{
	font-style: normal;
	margin-top: 10px;
	color: #fff;
	text-decoration: none;
	transition: all 0.5s ease;
	position: relative;
	padding: 17px 23px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 10px;
}
#slider > .slide-image .contenu-slider > .description-slider .button_contact::before
{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 50%;
	z-index: -1;
	-webkit-transition: all 700ms;
	-o-transition: all 700ms;
	transition: all 700ms;
	background-color: #ffc400;
}
#slider > .slide-image .contenu-slider > .description-slider .button_contact:hover::before
{
	width: 100%;
	-webkit-transition: all 700ms;
	-o-transition: all 700ms;
	transition: all 700ms;
	background-color: #ffc400;
}
#slider > .slide-image .contenu-slider h1, #slider > .slide-image .contenu-slider .texte-slider
{
	all:unset;
	font-weight: 700;
	font-size: 90px;
	margin-bottom: 48px;
	margin-top: 0;
	text-decoration: underline;
	color: #fff;
	line-height: 1.066;
	letter-spacing: -5px;
}
#slider > .slide-image img
{
	width: 100%;
	-webkit-animation-name: posiImg;
	-webkit-animation-duration: 2s;
	animation-name: posiImg;
	animation-duration: 2s;
}
.fade
{
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}
@-webkit-keyframes fade
{
	from {opacity: 0.8;}
	to {opacity: 1;}
}
@keyframes fade
{
	from {opacity: 0.8;}
	to {opacity: 1;}	
}

@-webkit-keyframes posi
{
	from {left: 15%;}
	to {left: 10%;}	
}
@keyframes posi
{
	from {left: 15%;}
	to {left: 10%;}	
}

@-webkit-keyframes posiImg
{
	from {right: 15%;}
	to {right: 10%;}	
}
@keyframes posiImg
{
	from {right: 15%;}
	to {right: 10%;}	
}

@-webkit-keyframes zoomin
{
	from {transform: scale(1,1);}
	to {transform: scale(1.2,1.2);}	
}
@keyframes zoomin
{
	from {transform: scale(1,1);}
	to {transform: scale(1.2,1.2);}	
}
.card-pages
{
	display: flex;
	gap: 60px 20px;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 30px;
}
.card
{
	border-radius: 20px;
	background: #f9f9f9;
	position: relative;
	padding: 1.8rem;
	transition: 0.5s ease-out;
	overflow: visible;
	box-shadow: 6px 5px 30px #bebebe, -5px -5px 30px #ffffff;
	border: 1px transparent solid;
}
.card-pages a
{
	flex-basis: 30%;
	text-decoration: none;
}
.card-details
{
	color: black;
}
.card-button
{
	transform: translate(-50%, 125%);
	width: 60%;
	border-radius: 1rem;
	border: none;
	background-color: #51b1e7;
	color: #fff;
	font-size: 1rem;
	padding: .5rem 1rem;
	position: absolute;
	left: 50%;
	bottom: 0;
	opacity: 0;
	transition: 0.3s ease-out;
	text-align: center;
}
.card .text-title
{
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}
.card:hover
{
	border: 1px #51b1e7 solid;
	box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.25);
}
.card:hover .card-button
{
	transform: translate(-50%, 50%);
	opacity: 1;
}

/*FORMULAIRE*/
fieldset
{
	margin : 0;
	padding : 0;
	border : 0;
}
input[type='text'],
input[type='email'],
input[type='tel'],
input[type='number'],
select,
textarea
{
	display: block;
	width: 100%;
	height: 48px;
	padding: 11px 15px;
	font-size: 14px;
	line-height: 1.72;
	color: #bbbbbb;
	background-color: rgba(255, 255, 255, 0.05);
	background-image: none;
	border: 1px solid rgba(255, 255, 255, 0.01);
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	margin-top: 10px;
}
textarea
{
	padding : 6px;
}
input[type='text']:focus,
input[type='email']:focus,
input[type='tel']:focus,
input[type='number']:focus,
select:focus,
textarea:focus
{
	border : 1px solid #ffc400;
	outline : none;
}
input.error_form, textarea.error_form, select.error_form
{
	border: 1px solid #cc0000;
	font-weight: bold;
	color: #7d7d7d;
}
form > fieldset
{
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}
form > fieldset > div
{
	flex-basis: calc(50% - 10px);
}
form > fieldset.uploader > div
{
	flex-basis: calc(100% / 3 - 15px);
}
form > fieldset > div.double
{
	flex-basis: 100%;
}
form > fieldset:not(:first-child) > div
{
	margin-top: 10px;
}
form > fieldset textarea
{
	resize: vertical;
}
form > fieldset .champ_obligatoire
{
	color: red;
}
form fieldset.captcha > div
{
 flex-basis: initial;
}
form fieldset.captcha > div.double
{
	flex-basis: 100%;
}
form fieldset.captcha > .captcha_container
{
	max-width: 50%;
	background-color: #1c1c1c;
	font-size: 14px;
	line-height: 1.72;
	color: #bbbbbb;
	padding: 10px;
	margin-bottom: 30px;
	text-align: justify;
}
form fieldset.captcha label
{
	color: #fff;
	margin-bottom: 10px;
}
form fieldset.captcha .captcha_code
{
	display: flex;
	gap: 10px;
	vertical-align: middle;
	justify-content: center;
	margin-top: 10px;
}
form .btn_envoi
{
	all:unset;
	font-style: normal;
	margin-top: 10px;
	color: #fff;
	text-decoration: none;
	transition: all 0.5s ease;
	position: relative;
	padding: 17px 23px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	cursor: pointer;
}
form .btn_envoi::before
{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 50%;
	z-index: -1;
	-webkit-transition: all 700ms;
	-o-transition: all 700ms;
	transition: all 700ms;
	background-color: #ffc400;
}
form .btn_envoi:hover::before
{
	width: 100%;
	-webkit-transition: all 700ms;
	-o-transition: all 700ms;
	transition: all 700ms;
	background-color: #ffc400;
}
.checkbox_container {
  width: 51px;
  height: 31px;
  position: relative;
}
.checkbox {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}

.switch {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #e9e9eb;
  border-radius: 16px;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
.slider {
  width: 27px;
  height: 27px;
  position: absolute;
  left: calc(50% - 27px/2 - 10px);
  top: calc(50% - 27px/2);
  border-radius: 50%;
  background: #FFFFFF;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.15), 0px 3px 1px rgba(0, 0, 0, 0.06);
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.checkbox:checked + .switch {
  background-color: #34C759;
}
.checkbox:checked + .switch .slider {
  left: calc(50% - 27px/2 + 10px);
  top: calc(50% - 27px/2);
}
.button
{
	font-style: normal;
	padding: 10px 30px;
	margin-top: 20px;
	background-color: #51b1e7;
	border-radius: 50vh;
	color: #fff;
	transition: all 0.5s ease;
	border: none;
	text-transform: uppercase;
}
a.button
{
	text-decoration: none;
}
.button:hover, .btn_action > li > a.button:hover
{
	background-color: #1e1e2d !important;
	transition: all 0.5s ease;
	color: #fff;
}
.button:focus
{
	color: #fff;
}

/* CAPTCHA */
#captcha-2mweb
{
  position: relative;
  width: 300px;
  height: 50px;
  background-color: #eee;
  margin: 20px auto;
  border-radius: 25px;
  overflow: hidden;
}
.captcha-slider-drop-off
{
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.5);
  display: none;
  position: absolute;
  z-index: 3;
  backdrop-filter: blur(2px);
}
.captcha-slider-drop-off > div
{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.captcha-slider-text
{
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 50px);
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-left: 50px;
}
.captcha-slider-button
{
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 1;
}
.captcha-slider-button:active
{
  transform: scale(1.2);
}
.captcha-slider-button:before
{
  content: "";
  width: 20px;
  height: 20px;
  background-color: #888;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  left: 15px;
  transition: all 0.3s ease;
}
.captcha-slider-end
{
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: all 0.3s ease;
  z-index: 0;
}
/* Masquer l'input de type file */
input[type="file"] {
    display: none;
}

/* Style pour les boutons de sélection de fichier */
.file-upload-button {
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #212121;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    margin-top: 10px;
}

/* Effet au survol */
.file-upload-button:hover {
    background-color: #ffc400;
    color: #fff;
}

/* Style pour afficher le nom du fichier */
.file-name {
    display: inline-block;
    margin-left: 10px;
    font-style: italic;
    color: #bbbbbb;
    margin-top: 10px;
}

/*CONTENT*/
#content
{
	position: relative;
	min-height: calc(100% - 377px);
	/*padding-top: 30px;
	padding-bottom: 30px;*/
	width: calc(100% - 240px);
	margin-left: 240px;
}

/*ACCUEIL*/
#top_accueil
{
	margin: 0;
}
#bloc-accueil
{
	margin: 0 auto;
	text-align: center;
}
#bloc-accueil .box-accueil
{
	height: 197px;
	width: 370px;
	display: inline-block;
	margin: 0 15px;
	overflow: hidden;
}
#bloc-accueil .box-accueil > a > div
{
	max-height: 197px;
	overflow: hidden;
	position: relative;
	border-radius: 20px;
}
#bloc-accueil .box-accueil > a > div > .titre
{
	position: absolute;
	bottom: 0;
	z-index: 1;
	width: 100%;
	padding: 15px 0;
	background-color: rgba(255,255,255,0.4);
	font-family: 'IBM Plex Sans Condensed', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 17px;
	line-height: 23px;
	text-align: center;
	color: #51b1e7;
	transition: padding 0.5s ease;
	backdrop-filter: blur(5px);
}
#bloc-accueil .box-accueil > a:hover > div > .titre
{
	padding: 87px 0;
	transition: padding 0.5s ease;
}
#bloc-accueil .box-accueil .img
{
	max-height: 197px;
	height: 197px;
}
#bloc-accueil .box-accueil .img > img
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
}
.highlight2 h2
{
	font-family: 'IBM Plex Sans Condensed', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 25px;
	line-height: 34px;
	text-align: center;
	color: #FFFFFF;
	text-transform: initial;
}
#avis
{
	position: relative;
}

#avis .container
{
	max-width: 1470px;
	margin: 60px auto;
}
#avis .container .sous-titre-bloc
{
	text-align: center;
	margin: 20px 0;
	padding: 0;
	color: #51b1e7;
	font-size: 23px;
	font-weight: normal;
}
#avis .container .titre-bloc
{
	text-align: center;
	font-weight: bold;
	font-size: 36px;
	text-transform: initial;
	max-width: 45%;
	padding-top: 0;
	margin: 0 auto;
	color: #1e1e2d;
}
#avis .container .texte-bloc
{
	font-size: 15px;
	text-align: center;
	margin-bottom: 30px;
	color: #777777;
}
#avis ul
{
	margin: 0 !important;
	padding: 0 !important;
}
.box-avis
{
	background: #FFFFFF;
	border-radius: 30px;
	filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.25));
	margin: 20px 20px;
	padding: 20px;
	margin-top: 65px;
	margin-left: 65px;
}
.box-avis > .photo
{
	position: absolute;
	top: -35px;
	left: -35px;
	height: 70px;
	width: 70px;
}
.box-avis > .texte
{
	text-align: justify;
	font-size: 17px;
	min-height: 105px;
	height: 120px;
	overflow-x: auto;
	text-overflow: ellipsis;
	margin-top: 15px;
}
.box-avis > .date
{
	text-align: right;
	margin-top: 10px;
	color: #979797;
	font-style: italic;
}
.box-avis > .box-top
{
	display: flex;
	padding-left: 40px;
	width: 100%;
	align-items: center;
}
.box-avis > .box-top > div
{
	width: 50%;
}
.box-avis > div > .nom
{
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	margin-top: 5px;
	/*margin-bottom: 20px;*/
}
.box-avis > div > .nom > span
{
	text-transform: uppercase;
}
.box-avis > div > .score
{
	text-align: right;
	font-size: 20px;
	color: #FFA800;
}
#avis .button_center
{
	text-align: center;
	margin: 45px auto;
	width: 100%;
}
#avis .button
{
	padding: 10px 30px;
	background-color: #1e1e2d;
	border-radius: 50vh;
	color: #fff;
	text-decoration: none;
	transition: all ease 0.5s;
}
#avis .button:hover
{
	background-color: #51b1e7 !important;
	transition: all ease 0.5s;
}

/* ACCUEIL */
#blog
{
	padding: 60px 0;
	position: relative;
}
#blog .container
{
	max-width: 1170px;
	margin: 0 auto;
	margin-bottom: 60px;
}
#blog .container .contenu-titre h2
{
	text-align: center;
	font-weight: bold;
	font-size: 36px;
	text-transform: initial;
	max-width: 45%;
	padding-top: 0;
	margin: 0 auto;
	color: #1e1e2d;
}
#blog .container .contenu-blog
{
	display: flex;
	gap: 20px;
	margin-top: 35px;
}
#blog .container .contenu-blog > div
{
	flex-basis: calc(100% / 3 - 20px);
	position: relative;
}
#blog .container .contenu-blog > div > a
{
	text-decoration: none;
	max-height: 615px;
	overflow: hidden;
	display: block;
}
#blog .container .contenu-blog > div > a .image
{
	position: relative;
	height: 315px;
	overflow: hidden;
	border-radius: 10px;
}
#blog .container .contenu-blog > div > a .image > div
{
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 3;
	padding: 10px 20px;
	background-color: #49a9e2;
	border-radius: 0 20px 20px 0;
	color: #fff;
}
#blog .container .contenu-blog > div > a .image > img
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#blog .container .contenu-blog > div > a .image > img.paysage
{
	height: 100%;
}
#blog .container .contenu-blog > div > a .image > img.portrait
{
	width: 100%;
}
#blog .container .contenu-blog > div > a .titre
{
	font-weight: bold;
	padding: 15px;
	font-size: 22px;
	text-align: left;
	color: #101a2d;
}
#blog .container .contenu-blog > div > a .description
{
	text-align: justify;
	font-size: 15px;
	padding: 0 15px;
	color: #aaaaaa;
}
#blog > div > div:nth-child(3) > div
{
	margin-top: 60px;
	text-align: center;
}
#blog > div > div:nth-child(3) > div > a
{
	text-decoration: none;
}

/*GALERIES*/
#galerie-liste
{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 20px;
}

#galerie-liste .galerie
{
	width: calc(100% / 3 - 14px);
	position: relative;
	border-radius: 10px;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
	height: 215px;
}

#galerie-liste .galerie img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
	margin: 0 !important;
	padding: 0;
}

#galerie-liste .galerie .box-galerie-contenu
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
	color: #fff;
	transition: 0.3s;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

#galerie-liste .galerie .box-galerie-contenu .galerie-nom
{
	font-size: 20px;
	text-shadow: 2px 2px 4px rgb(0 0 0 / 50%);
	text-align: left;
}

#photos-liste
{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 20px;
	list-style: none;
	padding: 0;
	margin: 0;
}

#photos-liste > li
{
	width: calc(100% / 4 - 15px);
	position: relative;
	border-radius: 10px;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
	height: 215px;
	position: relative;
}

#photos-liste > li img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
	margin: 0 !important;
	padding: 0;
}

#photos-liste > li .show-photos
{
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	color: #fff;
	font-size: 35px;
	opacity: 0;
	transition: all ease 0.5s;
}

#photos-liste > li:hover .show-photos
{
	display: block;
	opacity: 1;
	transition: all ease 0.5s;
}

#photos-liste > li:hover > a::before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	border-radius: 10px;
}

/*BLOG*/
#blogPage h1
{
	margin-top: 45px;
}
#blogPage .lecture
{
	text-align: center;
}
#blogPage .content_blog_timedate
{
	text-align: center;
	color: #cecece;
	font-style: italic;
	font-size: 10px;
}
#blogPage .share_blog
{
	margin: 30px 0 60px;
}
#blogPage .share_blog a
{
	padding: 10px 11.25px;
	background-color: #1e1e2d;
	border-radius: 50vh;
	font-size: 21px;
	color: #fff;
	transition: all ease 0.5s;
}
#blogPage .share_blog a:hover
{
	background-color: #51b1e7;
	transition: all ease 0.5s;
}
#blogPage .content_blog_timedate > p
{
	margin: 0;
	padding: 0;
}
#blogPage .content_blog_timedate > p > time
{
	font-weight: bold;
}
#blogPage .content_categorie
{
	text-align: center;
	margin: 10px 0 50px;
}
#blogPage .content_categorie > span
{
	padding: 5px 15px;
	background-color: #f1f1f1;
	border-radius: 10px;
	color: #1e1e2d;
}
#blogPage .content_image
{
	height: 350px;
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 30px 0;
	border-radius: 10px;
}
#blogPage .content_image a
{
	display: block;
	height: 100%;
	width: 100%;
	position: relative;
}
#blogPage .content_image a > .show-photos
{
	display: none;
}
#blogPage .content_image a:hover > .show-photos
{
	display: block;
	position: absolute;
	z-index: 99;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	backdrop-filter: blur(3px);
	animation: apparition 0.5s ease-out;
}
#blogPage .content_image a > .show-photos > i
{
	left: 50%;
	top: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	font-size: 30px;
	color: #fff;
}
#blogPage .content_image a > img
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#blogPage .content_image a > img.paysage
{
	height: 100%;
	width: initial;
}
#blogPage .content_image a > img.portrait
{
	width: 100%;
	height: initial;
}
#blogPage .share_blog > ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
#blogPage .share_blog li
{
	display: inline-block;
}
#blogPage .content_articles_blog h2
{
	text-align: left;
	color: #51b1e7;
	margin: 0;
	padding: 0;
	margin-top: 30px;
	position: relative;
	margin-left: 30px;
}
#blogPage .content_articles_blog h2::before
{
	position: absolute;
	content: '';
	height: 5px;
	width: 20px;
	background-color: #51b1e7;
	left: -30px;
	top: 50%;
	transform: translate(0, -50%);
}
#blogPage .content_articles_blog h3
{
	text-align: left;
	font-size: 17px;
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
	color: #1e1e2d;
}
#blogPage .content_articles_blog figure
{
  background-color: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
}

#blogPage .content_articles_blog blockquote
{
  font-style: italic;
  margin: 0;
  padding: 0;
}

#blogPage .content_articles_blog blockquote p
{
  margin: 0;
  padding: 10px 0;
}

#blogPage .content_articles_blog figcaption
{
  margin-top: 10px;
  text-align: right;
  font-style: italic;
  color: #777;
}

#blogPage .content_articles_blog cite
{
  font-style: normal;
}
#blogs
{
	padding: 0;
	position: relative;
}
#blogs .container .contenu-titre h2
{
	text-align: center;
	font-weight: bold;
	font-size: 36px;
	text-transform: initial;
	max-width: 45%;
	padding-top: 0;
	margin: 0 auto;
	color: #1e1e2d;
}
#blogs .container .contenu-blog
{
	display: flex;
	gap: 20px;
	margin-top: 35px;
	flex-wrap: wrap;
}
#blogs .container .contenu-blog > div
{
	flex-basis: calc(100% / 3 - 20px);
	position: relative;
}
#blogs .container .contenu-blog > div > a
{
	text-decoration: none;
}
#blogs .container .contenu-blog > div > a .image
{
	position: relative;
	height: 315px;
	overflow: hidden;
	border-radius: 10px;
}
#blogs .container .contenu-blog > div > a .image > div
{
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 3;
	padding: 10px 20px;
	background-color: #49a9e2;
	border-radius: 0 20px 20px 0;
	color: #fff;
}
#blogs .container .contenu-blog > div > a .image > img
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#blogs .container .contenu-blog > div > a .image > img.paysage
{
	height: 100%;
}
#blogs .container .contenu-blog > div > a .image > img.portrait
{
	width: 100%;
}
#blogs .container .contenu-blog > div > a .titre
{
	font-weight: bold;
	padding: 15px;
	font-size: 22px;
	text-align: left;
	color: #101a2d;
}
#blogs .container .contenu-blog > div > a .description
{
	text-align: justify;
	font-size: 15px;
	padding: 0 15px;
	color: #aaaaaa;
}
#blogs > div > div:nth-child(3) > div
{
	margin-top: 60px;
	text-align: center;
}
#blogs > div > div:nth-child(3) > div > a
{
	text-decoration: none;
}

/*TEMOIGNAGE*/
.picture_gm
{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}
.picture_gm > div
{
	height: 50px;
	width: 50px;
}
.picture_gm > div > img
{
	height: 100%;
	width: 100%;
}
.avis_gm
{
	display: flex;
	flex-wrap: wrap;
	gap: 30px 40px;
	margin: 60px 0;
}
.avis_gm > div
{
	flex-basis: calc(50% - 20px);
	display: flex;
	align-items: center;
	gap: 20px;
}
.avis_gm > div > div:first-child
{
	flex-basis: 40%;
	box-shadow: 6px 5px 30px #bebebe, -5px -5px 30px #ffffff;
	border-radius: 25px;
	position: relative;
	background-color: #f9f9f9;
	min-height: 200px;
}
.avis_gm > div > div:last-child
{
	flex-basis: 60%;
	padding-left: 35px;
	max-height: 200px;
	overflow-y: auto;
	text-align: justify;
	padding-right: 10px;
}
.avis_gm .nom
{
	z-index: 99;
	font-size: 19px;
}
.avis_gm .note
{
	margin-top: 15px;
	font-size: 17px;
	border-top: 3px solid #cecece;
	padding-top: 10px;
}
.avis_gm .note ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 99;
}
.avis_gm .note ul > li
{
	display: inline-block;
	color: #fbbc04;
}
.avis_gm .photo
{
	position: absolute;
	top: 50%;
	right: -40px;
	transform: translate(0, -50%);
	height: 80px;
	width: 80px;
}
.avis_gm .photo img
{
	height: 100%;
	width: 100%;
}
.avis_gm .picto
{
	position: absolute;
	bottom: -52px;
	left: 0;
	font-size: 155px;
	color: #efefef;
	z-index: 1;
}
.avis_gm .bloc_info
{
	position: absolute;
	top: 50%;
	left: 30px;
	transform: translate(0, -50%);
	z-index: 99;
}
.avis_gm_realisation
{
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0 60px;
}
.avis_gm_realisation > div
{
	flex-basis: 100%;
	display: flex;
	align-items: center;
	gap: 20px;
}
.avis_gm_realisation > div > div:first-child
{
	flex-basis: 25%;
	box-shadow: 6px 5px 30px #bebebe, -5px -5px 30px #ffffff;
	border-radius: 25px;
	position: relative;
	background-color: #f9f9f9;
	min-height: 200px;
}
.avis_gm_realisation > div > div:last-child
{
	flex-basis: 75%;
	padding-left: 35px;
	max-height: 200px;
	overflow-y: auto;
	text-align: justify;
	padding-right: 10px;
	font-size: 17px;
}
.avis_gm_realisation .nom
{
	z-index: 99;
	font-size: 19px;
}
.avis_gm_realisation .note
{
	margin-top: 15px;
	font-size: 17px;
	border-top: 3px solid #cecece;
	padding-top: 10px;
}
.avis_gm_realisation .note ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 99;
}
.avis_gm_realisation .note ul > li
{
	display: inline-block;
	color: #fbbc04;
}
.avis_gm_realisation .photo
{
	position: absolute;
	top: 50%;
	right: -40px;
	transform: translate(0, -50%);
	height: 80px;
	width: 80px;
}
.avis_gm_realisation .photo img
{
	height: 100%;
	width: 100%;
}
.avis_gm_realisation .picto
{
	position: absolute;
	bottom: -52px;
	left: 0;
	font-size: 155px;
	color: #efefef;
	z-index: 1;
}
.avis_gm_realisation .bloc_info
{
	position: absolute;
	top: 50%;
	left: 30px;
	transform: translate(0, -50%);
	z-index: 99;
}

/*POPUP*/
#popup
{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(3px) saturate(0);
}

#popup-background
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.7;
}

#popup img
{
	display: block;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#popup .contenu-popup
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50%;
	background-color: #fff;
	transform: translate(-50%, -50%);
	padding: 15px;
	border-radius: 10px;
}
#next_img
{
	z-index: 99;
	display: block;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translate(0, -50%);
	color: #fff;
	font-size: 50px;
}
#prev_img
{
	z-index: 99;
	display: block;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translate(0, -50%);
	color: #fff;
	font-size: 50px;
}
#close_img_popup
{
	z-index: 99;
	display: block;
	position: absolute;
	right: 15px;
	top: 0;
	color: #fff;
	font-size: 30px;
}

@keyframes fadeIn
{
	0% {transform: translate(-50%, -60%); opacity: 0;}
	100% {transform: translate(-50%, -50%); opacity: 1;}
}

/*EQUIPE*/
#equipesSlick .boxEquipe .imageEquipe > picture
{
	object-fit: cover;
	height: 235px;
	width: 235px;
	display: block;
	overflow: hidden;
	border-radius: 50vh;
	filter: saturate(0);
	margin: 0 auto;
}
#equipesSlick .boxEquipe
{
	cursor: pointer;
}
#equipesSlick .boxEquipe:hover .imageEquipe > picture img
{
	transform: scale(1.1) rotate(-5deg);
	transition: all 0.5s ease;
}
#equipesSlick .boxEquipe .imageEquipe > picture img
{
	object-fit: cover;
	height: 100%;
	width: 100%;
	transition: all 0.5s ease;
}
#equipesSlick .boxEquipe .prenomEquipe
{
	font-size: 18px;
	font-family: "Archivo", Helvetica, Arial, sans-serif;
	font-weight: 700;
	line-height: 1.33;
	color: #ffffff;
	padding: 0;
	margin: 0;
	text-align: center;
	margin-top: 40px;
	transition: all 0.5s ease;
}
#equipesSlick .boxEquipe:hover .prenomEquipe
{
	color: #ffc400;
	transition: all 0.5s ease;
}
/*#sectionEquipe
{
	position: relative;
}*/
#sectionEquipe::before {
	content: '';
	position: absolute;
	right: 0;
	height: 100%;
	width: 100%;
	background-color: #1c1c1c;
	z-index: -1;
	bottom: 0;
}
#sectionEquipe .titre-bloc
{
	text-align: left;
	color: #fff;
	font-size: 37px;
	text-transform: math-auto;
	margin-top: 24px;
	margin-bottom: 24px;
	padding: 0;
	font-weight: 700;
	line-height: 1.33;
	width: 54%;
	margin-left: 40px;
	font-family: "Archivo", Helvetica, Arial, sans-serif;
	margin-bottom: 100px;
}
#sectionEquipe .sous-titre-bloc
{
	color: #ffc400;
	font-size: 12px;
	font-family: 'IBM Plex Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	position: relative;
	margin-bottom: 24px;
	text-align: left;
	margin-left: 40px;
	position: relative;
}
#sectionEquipe .sous-titre-bloc::before {
	background: #ffc400;
	content: "";
	position: absolute;
	height: 2px;
	top: 2px;
	right: 100%;
	margin-right: 24px;
	width: 24px;
}
#sectionEquipe .sous-titre-bloc::after {
	background-image: url('../img/mask/sub-heading.png');
	content: "";
	position: absolute;
	top: -48px;
	left: -48px;
	height: 144px;
	width: 144px;
	z-index: -1;
}
#section-OffresEmploi .titre-bloc
{
	text-align: left;
	color: #fff;
	font-size: 37px;
	text-transform: math-auto;
	margin-top: 24px;
	margin-bottom: 24px;
	padding: 0;
	font-weight: 700;
	line-height: 1.33;
	width: 80%;
	margin-left: 40px;
	font-family: "Archivo", Helvetica, Arial, sans-serif;
}
#section-OffresEmploi .sous-titre-bloc
{
	color: #ffc400;
	font-size: 12px;
	font-family: 'IBM Plex Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	position: relative;
	margin-bottom: 24px;
	text-align: left;
	margin-left: 40px;
	position: relative;
}
#section-OffresEmploi .sous-titre-bloc::before {
	background: #ffc400;
	content: "";
	position: absolute;
	height: 2px;
	top: 2px;
	right: 100%;
	margin-right: 24px;
	width: 24px;
}
#section-OffresEmploi .sous-titre-bloc::after {
	background-image: url('../img/mask/sub-heading.png');
	content: "";
	position: absolute;
	top: -48px;
	left: -48px;
	height: 144px;
	width: 144px;
	z-index: -1;
}
#section-OffresEmploi .offres
{
	margin-top: 60px;
}
#section-OffresEmploi .offres > .boxOffres
{
	width: 100%;
/*	padding: 15px;*/
	background-color: #212121;
	border: 1px solid rgba(255, 255, 255, 0.01);
	margin: 5px 0;
	transition: all 0.5s ease;
}
#section-OffresEmploi .offres > .boxOffres:hover
{
	border-color: #ffc400;
	transition: all 0.5s ease;
}
#section-OffresEmploi .offres > .boxOffres > a
{
	text-decoration: none;
	color: #fff;
	display: flex;
	align-items: center;
	gap: 40px;
}
#section-OffresEmploi .offres > .boxOffres > a > div:first-child
{
	flex-basis: 20%;
}
#section-OffresEmploi .offres > .boxOffres > a > div:first-child picture
{
	height: 170px;
	width: 100%;
	overflow: hidden;
	display: block;
}
#section-OffresEmploi .offres > .boxOffres > a > div:first-child picture img
{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
#section-OffresEmploi .offres > .boxOffres > a > .texte
{
	flex-basis: 70%;
}
#section-OffresEmploi .offres > .boxOffres > a > .texte > div:first-child
{
	text-align: left;
	color: #fff;
	font-size: 19px;
	text-transform: math-auto;
	margin-bottom: 24px;
	padding: 0;
	font-weight: 700;
	line-height: 1.33;
	width: 100%;
	font-family: "Archivo", Helvetica, Arial, sans-serif;
}
#section-OffresEmploi .offres > .boxOffres > a > .texte > .buttonClass
{
	all:unset;
	font-style: normal;
	margin-top: 10px;
	color: #fff;
	text-decoration: none;
	transition: all 0.5s ease;
	position: relative;
	padding: 7px 10px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	cursor: pointer;
	z-index: 2;
}
#section-OffresEmploi .offres > .boxOffres > a > .texte > .buttonClass::before
{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 50%;
	z-index: -1;
	-webkit-transition: all 700ms;
	-o-transition: all 700ms;
	transition: all 700ms;
	background-color: #ffc400;
}
#section-OffresEmploi .offres > .boxOffres > a > .texte > .buttonClass:hover::before, #section-OffresEmploi .offres > .boxOffres > a:hover > .texte > .buttonClass::before
{
	width: 100%;
	-webkit-transition: all 700ms;
	-o-transition: all 700ms;
	transition: all 700ms;
	background-color: #ffc400;
}
#section0-OffresContact
{
	padding-top: 90px;
}
#section0-OffresContact .flex1Contact .titre-bloc
{
	text-align: left;
	color: #fff;
	font-size: 37px;
	text-transform: math-auto;
	margin-top: 24px;
	margin-bottom: 24px;
	padding: 0;
	font-weight: 700;
	line-height: 1.33;
	width: 80%;
	margin-left: 40px;
	font-family: "Archivo", Helvetica, Arial, sans-serif;
}
#section0-OffresContact .flex1Contact .sous-titre-bloc
{
	color: #ffc400;
	font-size: 12px;
	font-family: 'IBM Plex Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	position: relative;
	margin-bottom: 24px;
	text-align: left;
	margin-left: 40px;
	position: relative;
}
#section0-OffresContact .flex1Contact .sous-titre-bloc::before {
	background: #ffc400;
	content: "";
	position: absolute;
	height: 2px;
	top: 2px;
	right: 100%;
	margin-right: 24px;
	width: 24px;
}
#section0-OffresContact .flex1Contact .sous-titre-bloc::after {
	background-image: url('../img/mask/sub-heading.png');
	content: "";
	position: absolute;
	top: -48px;
	left: -48px;
	height: 144px;
	width: 144px;
	z-index: -1;
}
#section0-OffresContact .titreContact
{
	margin-top: 100px;
}
.contactPage
{
	margin-top: 130px;
	margin-bottom: 30px;
}
#section0-OffresContact .texte, #section0-OffresContact form
{
	margin-top: 90px;
}
#section0-OffresContact .titre_coordonnees
{
	color: #888888;
	font-size: 11px;
	font-family: 'IBM Plex Sans Condensed', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.72;
}
#section0-OffresContact .coordonnees
{
	margin-bottom: 48px;
	color: #bbbbbb;
	max-width: 65%;
}
#section0-OffresContact .coordonnees > a
{
	display: table;
	color: #bbbbbb;
	text-decoration: none;
	line-height: 2;
}
#section0-OffresContact .coordonnees > a:last-child
{
	border-bottom: 1px dotted #ffc400;
	color: #fff;
}
#section0-OffresContact .coordonnees > div
{
	padding: 10px 0;
}
#section0-OffresContact .telephone
{
	position: relative;
	display: table;
	padding: 17px 0;
	transition: all 0.5s ease;
}
#section0-OffresContact .telephone > a
{
	font-weight: 600;
	text-decoration: none;
	color: #fff;	
}
#section-OffresEmploi .infoOffre .titreInfoOffre
{
	text-align: left;
	color: #ffc400;
	font-size: 17px;
	margin-top: 24px;
	padding: 0;
	font-weight: 700;
	line-height: 1.33;
	width: 100%;
	font-family: "Archivo", Helvetica, Arial, sans-serif;
}
#section-OffresEmploi .infoOffre > div
{
	margin-top: 40px;
}

/*FOOTER*/
#footer
{
	border-top: 1px solid #1c1c1c;
	background: #151515;
	color: #555555;
	width: calc(100% - 240px);
	margin-left: 240px;
	text-transform: uppercase;
}
#footer > div
{
	position : relative;
}
#footer > div:first-child
{
	padding: 50px 0;
}
#footer > div:not(.sous_footer) > div > div
{
	vertical-align: top;
}
#footer .titre-footer
{
	font-family: 'IBM Plex Sans Condensed', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 27px;
	text-transform: uppercase;

	color: #FFFFFF;
}
#footer .logo > div
{
	margin: 20px 0;
}
#footer .logo > div:nth-child(2) > span
{
	color: #4aa9e3;
}
#footer .logo > div:nth-child(3) > a
{
	display: flex;
	text-decoration: none;
}
#footer .logo > div:nth-child(3) > a > div:last-child
{
	padding-left: 10px;
}
#footer .lien ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer .lien ul li
{
	padding: 5px 0;	
}
#footer .lien ul li a
{
	text-decoration: none;
	color: #6c6e83;
}
#footer .logo > div:nth-child(3) > a > div > div:last-child
{
	color: #f1c51e;
}
#footer a
{
	color: #bbbbbb;
	border-bottom: 1px dotted rgba(255, 255, 255, 0.1);
}
#footer #infos_site
{
	padding : 15px 0;
	font-size : 12px;
}
#infos_site_menu
{
	color: #888888;
	margin-bottom: 0;
	font-family: 'IBM Plex Sans Condensed', sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	align-self: end;
}
#footer #infos_complementaires
{
	position : absolute;
	top : -5px;
	right : 20px;
	padding : 15px 0;
	font-size : 12px;
}
#footer #infos_complementaires ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer #infos_complementaires ul li
{
	margin-left: 15px;
	display: inline-block;
}
#footer #infos_complementaires ul li a
{
	text-decoration: none;
	font-size: 16px;
}
#footer #infos_complementaires ul li a > span
{
	padding: 9px 10px;
	border-radius: 50vh;
	background-color: #1d2130;
	font-size: 17px;
	transition: all ease 0.5s;
	margin-right: 5px;
}
#footer #infos_complementaires ul li a:hover > span
{
	background-color: #49a9e2;
	transition: all ease 0.5s;
}
#footer .contact ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer .contact ul > li
{
	padding: 10px 0;
}
#footer .contact ul > li:last-child
{
	padding-top: 20px;
}
#footer .contact ul > li a:not(.button)
{
	text-decoration: none;
	font-weight: bold;
	font-size: 22px;
}

/*ACCUEIL BOX*/
#section1, #section2, #section3, #section4, #section0-Cuisines, #section1-Cuisines, #section2-Cuisines, #section3-Cuisines, #section0-mobilier-et-amenagements, #section1-mobilier-et-amenagements, #section2-mobilier-et-amenagements, #section3-mobilier-et-amenagements, #section0-menuiseries-dinterieur, #section1-menuiseries-dinterieur, #section2-menuiseries-dinterieur, #section3-menuiseries-dinterieur, #section0-agencements-professionnels, #section1-agencements-professionnels, #section2-agencements-professionnels, #section3-agencements-professionnels, #section0-atelier, #section1-atelier, #section2-atelier, #section3-atelier, #sectionEquipe
{
	position: relative;
	overflow-x: clip;
	padding-top: 145px;
	padding-bottom: 145px;
}
#section1 .flexBox1
{
	display: flex;
	gap: 90px;
	align-items: flex-start;
}
#section1::after
{
	content: '';
	position: absolute;
	right: 0;
	height: 100%;
	width: 45%;
	background-color: #1c1c1c;
	z-index: -1;
	top: 0;
}
#section1 .flexBox1 > div:first-child
{
	flex-basis: 40%;
}
#section1 .flexBox1 .images
{
	flex-basis: 60%;
}
#section1 .flexBox1 .images img
{
	width: 100%;
}
#section1 .flexBox1 .titre-bloc
{
	text-align: left;
	color: #fff;
	font-size: 37px;
	text-transform: math-auto;
	margin-top: 24px;
	margin-bottom: 24px;
	padding: 0;
	font-weight: 700;
	line-height: 1.33;
	width: 80%;
	margin-left: 40px;
	font-family: "Archivo", Helvetica, Arial, sans-serif;
}
#section1 .flexBox1 .sous-titre-bloc
{
	color: #ffc400;
	font-size: 12px;
	font-family: 'IBM Plex Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	position: relative;
	margin-bottom: 24px;
	text-align: left;
	margin-left: 40px;
	position: relative;
}
#section1 .flexBox1 .sous-titre-bloc::before {
	background: #ffc400;
	content: "";
	position: absolute;
	height: 2px;
	top: 2px;
	right: 100%;
	margin-right: 24px;
	width: 24px;
}
#section1 .flexBox1 .sous-titre-bloc::after {
	background-image: url('../img/mask/sub-heading.png');
	content: "";
	position: absolute;
	top: -48px;
	left: -48px;
	height: 144px;
	width: 144px;
	z-index: -1;
}
#section1 .flexBox1 .texte-bloc
{
	color: #bbbbbb;
	margin-left: 40px;
	font-family: "Archivo", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.72;
	width: 80%;
}
#section2 .flexBox1 .titre-bloc
{
	text-align: left;
	color: #fff;
	font-size: 37px;
	text-transform: math-auto;
	margin-top: 24px;
	margin-bottom: 24px;
	padding: 0;
	font-weight: 700;
	line-height: 1.33;
	width: 80%;
	margin-left: 40px;
	font-family: "Archivo", Helvetica, Arial, sans-serif;
}
#section2::after
{
	content: '';
	position: absolute;
	right: 0;
	height: 100%;
	width: 25%;
	background-color: #1c1c1c;
	z-index: -1;
	top: 0;
}
#section2 .flexBox1 .sous-titre-bloc
{
	color: #ffc400;
	font-size: 12px;
	font-family: 'IBM Plex Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	position: relative;
	margin-bottom: 24px;
	text-align: left;
	margin-left: 40px;
	position: relative;
}
#section2 .flexBox1 .sous-titre-bloc::before {
	background: #ffc400;
	content: "";
	position: absolute;
	height: 2px;
	top: 2px;
	right: 100%;
	margin-right: 24px;
	width: 24px;
}
#section2 .flexBox1 .sous-titre-bloc::after {
	background-image: url('../img/mask/sub-heading.png');
	content: "";
	position: absolute;
	top: -48px;
	left: -48px;
	height: 144px;
	width: 144px;
	z-index: -1;
}
#section2 .flexBox1 .texte-bloc
{
	color: #bbbbbb;
	margin-left: 40px;
	font-family: "Archivo", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.72;
	width: 80%;
}
#section2 .pagesSlick li
{
	margin: 0 15px;
}
#section2 .pagesSlick picture
{
	width: 100%;
	min-height: 512px;
	height: 512px;
	display: block;
}
#section2 .pagesSlick img
{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
#section2 .pagesSlick .pageChoise > a
{
	text-decoration: none;
}
#section2 .pagesSlick .pageChoise > a:hover > .nomPage
{
	background: #000000;
}
#section2 .pagesSlick .pageChoise > a:hover > .nomPage > h4
{
	color: #ffc400;
}
#section2 .pagesSlick .pageChoise > a > .nomPage
{
	background: #252525;
	padding: 48px 24px;
	text-align: center;
	-webkit-transition: 500ms all;
	-o-transition: 500ms all;
	transition: 500ms all;
}
#section2 .pagesSlick .pageChoise > a > .nomPage > h4
{
	font-size: 18px;
	font-family: "Archivo", Helvetica, Arial, sans-serif;
	font-weight: 700;
	line-height: 1.33;
	color: #ffffff;
	padding: 0;
	margin: 0;
}
#section2 .arrows
{
	position: absolute;
	right: 30px;
	top: 10px;
}
#section2 .arrows > ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#section2 .arrows > ul > li
{
	display: inline-block;
}
#section2 .arrows > ul > li:last-child
{
	margin-left: 15px;
}
#section2 .arrows > ul > li > div > span
{
	text-decoration: none;
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: transparent;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	font-family: initial;
	border: 1px solid #fff;
}
#section2 .arrows > ul > li > div > span:hover
{
	background: #ffc400;
	border-color: #ffc400;
	color: #151515;
}
#section2 .slick-dots
{
	bottom: -70px;
}
#section2 .slick-dots li button:before
{
	content: '';
	height: 8px;
	width: 8px;
	background-color: #252525;
	opacity: 1;
}
#section2 .slick-dots li.slick-active button:before
{
	content: '';
	height: 8px;
	width: 8px;
	background-color: #ffc400;
	opacity: 1;
}
#section3 .flexBox1 .titre-bloc
{
	text-align: left;
	color: #fff;
	font-size: 37px;
	text-transform: math-auto;
	margin-top: 24px;
	margin-bottom: 24px;
	padding: 0;
	font-weight: 700;
	line-height: 1.33;
	width: 40%;
	margin-left: 40px;
	font-family: "Archivo", Helvetica, Arial, sans-serif;
}
#section3::after
{
	content: '';
	position: absolute;
	left: 0;
	height: 100%;
	width: 25%;
	background-color: #1c1c1c;
	z-index: -1;
	top: 0;
}
#section3 .flexBox1 > div:first-child
{
	margin-left: 40%;
}
#section3 .flexBox1 .sous-titre-bloc
{
	color: #ffc400;
	font-size: 12px;
	font-family: 'IBM Plex Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	position: relative;
	margin-bottom: 24px;
	text-align: left;
	margin-left: 40px;
	position: relative;
}
#section3 .flexBox1 .sous-titre-bloc::before {
	background: #ffc400;
	content: "";
	position: absolute;
	height: 2px;
	top: 2px;
	right: 100%;
	margin-right: 24px;
	width: 24px;
}
#section3 .flexBox1 .sous-titre-bloc::after {
	background-image: url('../img/mask/sub-heading.png');
	content: "";
	position: absolute;
	top: -48px;
	left: -48px;
	height: 144px;
	width: 144px;
	z-index: -1;
}
#section3 .flexBox1 .texte-bloc
{
	color: #bbbbbb;
	margin-left: 40px;
	font-family: "Archivo", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.72;
	width: 80%;
}
#section3 .boxTexte
{
	display: flex;
	gap: 60px;
	align-items: flex-start;
	max-width: 1130px;
	margin: 0 auto;
	margin-top: 90px;
}
#section3 .boxTexte > div
{
	flex-basis: calc(100% / 4);
}
#section3 .boxTexte .titre > h4
{
	font-family: "Archivo", Helvetica, Arial, sans-serif;
	font-weight: 700;
	line-height: 1.33;
	color: #ffffff;
	margin-top: 12px;
	margin-bottom: 12px;
	font-size: 18px;
	max-width: 50%;
	min-height: 50px;
}
#section3 .boxTexte .texte
{
	color: #bbbbbb;
	font-family: "Archivo", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.72;
	min-height: 125px;
}
#section3 .boxTexte .arrowHref
{
	margin-top: 30px;	
}
#section3 .boxTexte .arrowHref > a
{
	text-decoration: none;
}
#section3 .boxTexte .arrowHref > a > span
{
	text-decoration: none;
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #fff;
	text-align: center;
	line-height: 40px;
	color: #000;
	font-size: 18px;
	font-family: initial;
}
#section3 .boxTexte .arrowHref > a:hover > span
{
	background-color: #ffc400;
}
#section4::after {
	content: '';
	position: absolute;
	left: 0;
	height: 100%;
	width: 45%;
	background-color: #1c1c1c;
	z-index: -2;
	top: 0;
}
#section4 .flexBox1 > div
{
	display: flex;
	align-items: center;
}
#section4 .flexBox1 > div > div
{
	flex-basis: 50%;
}
#section4 .flexBox1 .titre-bloc
{
	text-align: left;
	color: #fff;
	font-size: 37px;
	text-transform: math-auto;
	margin-top: 24px;
	margin-bottom: 24px;
	padding: 0;
	font-weight: 700;
	line-height: 1.33;
	width: 54%;
	margin-left: 40px;
	font-family: "Archivo", Helvetica, Arial, sans-serif;
}
#section4 .flexBox1 .sous-titre-bloc
{
	color: #ffc400;
	font-size: 12px;
	font-family: 'IBM Plex Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	position: relative;
	margin-bottom: 24px;
	text-align: left;
	margin-left: 40px;
	position: relative;
}
#section4 .flexBox1 .sous-titre-bloc::before {
	background: #ffc400;
	content: "";
	position: absolute;
	height: 2px;
	top: 2px;
	right: 100%;
	margin-right: 24px;
	width: 24px;
}
#section4 .flexBox1 .sous-titre-bloc::after {
	background-image: url('../img/mask/sub-heading.png');
	content: "";
	position: absolute;
	top: -48px;
	left: -48px;
	height: 144px;
	width: 144px;
	z-index: -1;
}
#section4 .flexBox1 .texte-bloc
{
	color: #bbbbbb;
	margin-left: 40px;
	font-family: "Archivo", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.72;
	width: 80%;
}
#section4 .texte
{
	margin-top: 48px;
}
#section4 .texte .titre_coordonnees
{
	color: #888888;
	font-size: 11px;
	font-family: 'IBM Plex Sans Condensed', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.72;
}
#section4 .coordonnees
{
	margin-bottom: 48px;
	color: #bbbbbb;
	max-width: 65%;
}
#section4 .coordonnees > a
{
	display: table;
	color: #bbbbbb;
	text-decoration: none;
	line-height: 2;
}
#section4 .coordonnees > a:last-child
{
	border-bottom: 1px dotted #ffc400;
	color: #fff;
}
#section4 .telephone
{
	position: relative;
	display: table;
	padding: 17px 23px;
	transition: all 0.5s ease;
}
#section4 .telephone > a
{
	font-weight: 600;
	text-decoration: none;
	color: #fff;	
}
#section4 .telephone::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 50%;
	z-index: -1;
	-webkit-transition: all 700ms;
	-o-transition: all 700ms;
	transition: all 700ms;
	background-color: #252525;
}
#section4 .telephone:hover::before {
	width: 100%;
	-webkit-transition: all 700ms;
	-o-transition: all 700ms;
	transition: all 700ms;
	background-color: #ffc400;
	color: #252525;
}
#section0-Cuisines .flexBox1
{
	display: flex;
	gap: 90px;
	align-items: flex-start;
}
#section0-Cuisines::after
{
	content: '';
	position: absolute;
	right: 0;
	height: 100%;
	width: 45%;
	background-color: #1c1c1c;
	z-index: -1;
	top: 0;
}
#section0-Cuisines .flexBox1 > div:first-child
{
	flex-basis: 40%;
}
#section0-Cuisines .flexBox1 .images
{
	flex-basis: 60%;
}
#section0-Cuisines .flexBox1 .images img
{
	width: 100%;
}
#section0-Cuisines .flexBox1 .titre-bloc
{
	text-align: left;
	color: #fff;
	font-size: 37px;
	text-transform: math-auto;
	margin-top: 24px;
	margin-bottom: 24px;
	padding: 0;
	font-weight: 700;
	line-height: 1.33;
	width: 80%;
	margin-left: 40px;
	font-family: "Archivo", Helvetica, Arial, sans-serif;
}
#section0-Cuisines .flexBox1 .sous-titre-bloc
{
	color: #ffc400;
	font-size: 12px;
	font-family: 'IBM Plex Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	position: relative;
	margin-bottom: 24px;
	text-align: left;
	margin-left: 40px;
	position: relative;
}
#section0-Cuisines .flexBox1 .sous-titre-bloc::before {
	background: #ffc400;
	content: "";
	position: absolute;
	height: 2px;
	top: 2px;
	right: 100%;
	margin-right: 24px;
	width: 24px;
}
#section0-Cuisines .flexBox1 .sous-titre-bloc::after {
	background-image: url('../img/mask/sub-heading.png');
	content: "";
	position: absolute;
	top: -48px;
	left: -48px;
	height: 144px;
	width: 144px;
	z-index: -1;
}
#section0-Cuisines .flexBox1 .texte-bloc
{
	color: #bbbbbb;
	margin-left: 40px;
	font-family: "Archivo", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.72;
	width: 80%;
}
#section1-Cuisines .flexBox1
{
	align-items: flex-start;
}
#section1-Cuisines::after
{
	content: '';
	position: absolute;
	right: 0;
	height: 100%;
	width: 25%;
	background-color: #1c1c1c;
	z-index: -2;
	top: 0;
}
#section1-Cuisines .flexBox1 > div:first-child
{
	flex-basis: 40%;
}
#section1-Cuisines .flexBox1 .images
{
	flex-basis: 60%;
}
#section1-Cuisines .flexBox1 .images img
{
	width: 100%;
}
#section1-Cuisines .flexBox1 .titre-bloc
{
	text-align: left;
	color: #fff;
	font-size: 37px;
	text-transform: math-auto;
	margin-top: 24px;
	margin-bottom: 24px;
	padding: 0;
	font-weight: 700;
	line-height: 1.33;
	width: 80%;
	margin-left: 40px;
	font-family: "Archivo", Helvetica, Arial, sans-serif;
}
#section1-Cuisines .flexBox1 .sous-titre-bloc
{
	color: #ffc400;
	font-size: 12px;
	font-family: 'IBM Plex Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	position: relative;
	margin-bottom: 24px;
	text-align: left;
	margin-left: 40px;
	position: relative;
}
#section1-Cuisines .flexBox1 .sous-titre-bloc::before {
	background: #ffc400;
	content: "";
	position: absolute;
	height: 2px;
	top: 2px;
	right: 100%;
	margin-right: 24px;
	width: 24px;
}
#section1-Cuisines .flexBox1 .sous-titre-bloc::after {
	background-image: url('../img/mask/sub-heading.png');
	content: "";
	position: absolute;
	top: -48px;
	left: -48px;
	height: 144px;
	width: 144px;
	z-index: -1;
}
#section1-Cuisines .flexBox1 .texte-bloc
{
	color: #bbbbbb;
	margin-left: 40px;
	font-family: "Archivo", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.72;
	width: 80%;
}
#section2-Cuisines .flexBox1
{
	display: flex;
	gap: 90px;
	align-items: flex-start;
}
#section2-Cuisines .boxTexte > div
{
	flex-basis: calc(100% / 4);
}
#section2-Cuisines::after
{
	content: '';
	position: absolute;
	left: 0;
	height: 100%;
	width: 25%;
	background-color: #1c1c1c;
	z-index: -1;
	top: 0;
}
#section2-Cuisines .flexBox1 > div:first-child
{
	flex-basis: 40%;
	margin-left: 40%;
}
#section2-Cuisines .flexBox1 .images
{
	flex-basis: 60%;
}
#section2-Cuisines .flexBox1 .images img
{
	width: 100%;
}
#section2-Cuisines .flexBox1 .titre-bloc
{
	text-align: left;
	color: #fff;
	font-size: 37px;
	text-transform: math-auto;
	margin-top: 24px;
	margin-bottom: 24px;
	padding: 0;
	font-weight: 700;
	line-height: 1.33;
	width: 80%;
	margin-left: 40px;
	font-family: "Archivo", Helvetica, Arial, sans-serif;
}
#section2-Cuisines .flexBox1 .sous-titre-bloc
{
	color: #ffc400;
	font-size: 12px;
	font-family: 'IBM Plex Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	position: relative;
	margin-bottom: 24px;
	text-align: left;
	margin-left: 40px;
	position: relative;
}
#section2-Cuisines .flexBox1 .sous-titre-bloc::before {
	background: #ffc400;
	content: "";
	position: absolute;
	height: 2px;
	top: 2px;
	right: 100%;
	margin-right: 24px;
	width: 24px;
}
#section2-Cuisines .flexBox1 .sous-titre-bloc::after {
	background-image: url('../img/mask/sub-heading.png');
	content: "";
	position: absolute;
	top: -48px;
	left: -48px;
	height: 144px;
	width: 144px;
	z-index: -1;
}
#section2-Cuisines .flexBox1 .texte-bloc
{
	color: #bbbbbb;
	margin-left: 40px;
	font-family: "Archivo", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.72;
	width: 80%;
}
#section2-Cuisines .boxTexte
{
	display: flex;
	gap: 60px;
	align-items: flex-start;
	max-width: 1130px;
	margin: 0 auto;
	margin-top: 90px;
}
#section2-Cuisines .boxTexte .titre > h4
{
	font-family: "Archivo", Helvetica, Arial, sans-serif;
	font-weight: 700;
	line-height: 1.33;
	color: #ffffff;
	margin-top: 12px;
	margin-bottom: 12px;
	font-size: 18px;
	max-width: 50%;
}
#section2-Cuisines .boxTexte .texte
{
	color: #bbbbbb;
	font-family: "Archivo", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.72;
}
#section3-Cuisines .flexBox1 .titre-bloc
{
	text-align: left;
	color: #fff;
	font-size: 37px;
	text-transform: math-auto;
	margin-top: 24px;
	margin-bottom: 24px;
	padding: 0;
	font-weight: 700;
	line-height: 1.33;
	width: 80%;
	margin-left: 40px;
	font-family: "Archivo", Helvetica, Arial, sans-serif;
}
#section3-Cuisines .flexBox1 .sous-titre-bloc
{
	color: #ffc400;
	font-size: 12px;
	font-family: 'IBM Plex Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	position: relative;
	margin-bottom: 24px;
	text-align: left;
	margin-left: 40px;
	position: relative;
}
#section3-Cuisines .flexBox1 .sous-titre-bloc::before {
	background: #ffc400;
	content: "";
	position: absolute;
	height: 2px;
	top: 2px;
	right: 100%;
	margin-right: 24px;
	width: 24px;
}
#section3-Cuisines .flexBox1 .sous-titre-bloc::after {
	background-image: url('../img/mask/sub-heading.png');
	content: "";
	position: absolute;
	top: -48px;
	left: -48px;
	height: 144px;
	width: 144px;
	z-index: -1;
}
#section0-mobilier-et-amenagements .flexBox1
{
	display: flex;
	gap: 90px;
	align-items: flex-start;
}
#section0-mobilier-et-amenagements::after
{
	content: '';
	position: absolute;
	right: 0;
	height: 100%;
	width: 45%;
	background-color: #1c1c1c;
	z-index: -1;
	top: 0;
}
#section0-mobilier-et-amenagements .flexBox1 > div:first-child
{
	flex-basis: 40%;
}
#section0-mobilier-et-amenagements .flexBox1 .images
{
	flex-basis: 60%;
}
#section0-mobilier-et-amenagements .flexBox1 .images img
{
	width: 100%;
}
#section0-mobilier-et-amenagements .flexBox1 .titre-bloc
{
	text-align: left;
	color: #fff;
	font-size: 37px;
	text-transform: math-auto;
	margin-top: 24px;
	margin-bottom: 24px;
	padding: 0;
	font-weight: 700;
	line-height: 1.33;
	width: 80%;
	margin-left: 40px;
	font-family: "Archivo", Helvetica, Arial, sans-serif;
}
#section0-mobilier-et-amenagements .flexBox1 .sous-titre-bloc
{
	color: #ffc400;
	font-size: 12px;
	font-family: 'IBM Plex Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	position: relative;
	margin-bottom: 24px;
	text-align: left;
	margin-left: 40px;
	position: relative;
}
#section0-mobilier-et-amenagements .flexBox1 .sous-titre-bloc::before {
	background: #ffc400;
	content: "";
	position: absolute;
	height: 2px;
	top: 2px;
	right: 100%;
	margin-right: 24px;
	width: 24px;
}
#section0-mobilier-et-amenagements .flexBox1 .sous-titre-bloc::after {
	background-image: url('../img/mask/sub-heading.png');
	content: "";
	position: absolute;
	top: -48px;
	left: -48px;
	height: 144px;
	width: 144px;
	z-index: -1;
}
#section0-mobilier-et-amenagements .flexBox1 .texte-bloc
{
	color: #bbbbbb;
	margin-left: 40px;
	font-family: "Archivo", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.72;
	width: 80%;
}
#section1-mobilier-et-amenagements .flexBox1
{
	align-items: flex-start;
}
#section1-mobilier-et-amenagements::after
{
	content: '';
	position: absolute;
	right: 0;
	height: 100%;
	width: 100%;
	background-color: #1c1c1c;
	z-index: -2;
	top: 0;
}
#section1-mobilier-et-amenagements .flexBox1 > div:first-child
{
	flex-basis: 40%;
}
#section1-mobilier-et-amenagements .flexBox1 .images
{
	flex-basis: 60%;
}
#section1-mobilier-et-amenagements .flexBox1 .images img
{
	width: 100%;
}
#section1-mobilier-et-amenagements .flexBox1 .titre-bloc
{
	text-align: left;
	color: #fff;
	font-size: 37px;
	text-transform: math-auto;
	margin-top: 24px;
	margin-bottom: 24px;
	padding: 0;
	font-weight: 700;
	line-height: 1.33;
	width: 80%;
	margin-left: 40px;
	font-family: "Archivo", Helvetica, Arial, sans-serif;
}
#section1-mobilier-et-amenagements .flexBox1 .sous-titre-bloc
{
	color: #ffc400;
	font-size: 12px;
	font-family: 'IBM Plex Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	position: relative;
	margin-bottom: 24px;
	text-align: left;
	margin-left: 40px;
	position: relative;
}
#section1-mobilier-et-amenagements .flexBox1 .sous-titre-bloc::before {
	background: #ffc400;
	content: "";
	position: absolute;
	height: 2px;
	top: 2px;
	right: 100%;
	margin-right: 24px;
	width: 24px;
}
#section1-mobilier-et-amenagements .flexBox1 .sous-titre-bloc::after {
	background-image: url('../img/mask/sub-heading.png');
	content: "";
	position: absolute;
	top: -48px;
	left: -48px;
	height: 144px;
	width: 144px;
	z-index: -1;
}
#section1-mobilier-et-amenagements .flexBox1 .texte-bloc
{
	color: #bbbbbb;
	margin-left: 40px;
	font-family: "Archivo", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.72;
	width: 80%;
}
#section2-mobilier-et-amenagements .flexBox1
{
	display: flex;
	gap: 90px;
	align-items: flex-start;
}
#section2-mobilier-et-amenagements .boxTexte > div
{
	flex-basis: calc(100% / 4);
}
#section2-mobilier-et-amenagements .boxTexte .titre
{
	min-height: 60px;
}
#section2-mobilier-et-amenagements::after
{
	content: '';
	position: absolute;
	left: 0;
	height: 100%;
	width: 25%;
	background-color: #1c1c1c;
	z-index: -1;
	top: 0;
}
#section2-mobilier-et-amenagements .flexBox1 > div:first-child
{
	flex-basis: 40%;
	margin-left: 40%;
}
#section2-mobilier-et-amenagements .flexBox1 .images
{
	flex-basis: 60%;
}
#section2-mobilier-et-amenagements .flexBox1 .images img
{
	width: 100%;
}
#section2-mobilier-et-amenagements .flexBox1 .titre-bloc
{
	text-align: left;
	color: #fff;
	font-size: 37px;
	text-transform: math-auto;
	margin-top: 24px;
	margin-bottom: 24px;
	padding: 0;
	font-weight: 700;
	line-height: 1.33;
	width: 80%;
	margin-left: 40px;
	font-family: "Archivo", Helvetica, Arial, sans-serif;
}
#section2-mobilier-et-amenagements .flexBox1 .sous-titre-bloc
{
	color: #ffc400;
	font-size: 12px;
	font-family: 'IBM Plex Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	position: relative;
	margin-bottom: 24px;
	text-align: left;
	margin-left: 40px;
	position: relative;
}
#section2-mobilier-et-amenagements .flexBox1 .sous-titre-bloc::before {
	background: #ffc400;
	content: "";
	position: absolute;
	height: 2px;
	top: 2px;
	right: 100%;
	margin-right: 24px;
	width: 24px;
}
#section2-mobilier-et-amenagements .flexBox1 .sous-titre-bloc::after {
	background-image: url('../img/mask/sub-heading.png');
	content: "";
	position: absolute;
	top: -48px;
	left: -48px;
	height: 144px;
	width: 144px;
	z-index: -1;
}
#section2-mobilier-et-amenagements .flexBox1 .texte-bloc
{
	color: #bbbbbb;
	margin-left: 40px;
	font-family: "Archivo", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.72;
	width: 80%;
}
#section2-mobilier-et-amenagements .boxTexte
{
	display: flex;
	gap: 60px;
	align-items: flex-start;
	max-width: 1130px;
	margin: 0 auto;
	margin-top: 90px;
}
#section2-mobilier-et-amenagements .boxTexte .titre > h4
{
	font-family: "Archivo", Helvetica, Arial, sans-serif;
	font-weight: 700;
	line-height: 1.33;
	color: #ffffff;
	margin-top: 12px;
	margin-bottom: 12px;
	font-size: 18px;
	max-width: 50%;
}
#section2-mobilier-et-amenagements .boxTexte .texte
{
	color: #bbbbbb;
	font-family: "Archivo", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.72;
}
#section3-mobilier-et-amenagements .flexBox1 .titre-bloc
{
	text-align: left;
	color: #fff;
	font-size: 37px;
	text-transform: math-auto;
	margin-top: 24px;
	margin-bottom: 24px;
	padding: 0;
	font-weight: 700;
	line-height: 1.33;
	width: 80%;
	margin-left: 40px;
	font-family: "Archivo", Helvetica, Arial, sans-serif;
}
#section3-mobilier-et-amenagements .flexBox1 .sous-titre-bloc
{
	color: #ffc400;
	font-size: 12px;
	font-family: 'IBM Plex Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	position: relative;
	margin-bottom: 24px;
	text-align: left;
	margin-left: 40px;
	position: relative;
}
#section3-mobilier-et-amenagements .flexBox1 .sous-titre-bloc::before {
	background: #ffc400;
	content: "";
	position: absolute;
	height: 2px;
	top: 2px;
	right: 100%;
	margin-right: 24px;
	width: 24px;
}
#section3-mobilier-et-amenagements .flexBox1 .sous-titre-bloc::after {
	background-image: url('../img/mask/sub-heading.png');
	content: "";
	position: absolute;
	top: -48px;
	left: -48px;
	height: 144px;
	width: 144px;
	z-index: -1;
}
#section0-menuiseries-dinterieur .flexBox1
{
	display: flex;
	gap: 90px;
	align-items: flex-start;
}
#section0-menuiseries-dinterieur::after
{
	content: '';
	position: absolute;
	right: 0;
	height: 100%;
	width: 45%;
	background-color: #1c1c1c;
	z-index: -1;
	top: 0;
}
#section0-menuiseries-dinterieur .flexBox1 > div:first-child
{
	flex-basis: 40%;
}
#section0-menuiseries-dinterieur .flexBox1 .images
{
	flex-basis: 60%;
}
#section0-menuiseries-dinterieur .flexBox1 .images img
{
	width: 100%;
}
#section0-menuiseries-dinterieur .flexBox1 .titre-bloc
{
	text-align: left;
	color: #fff;
	font-size: 37px;
	text-transform: math-auto;
	margin-top: 24px;
	margin-bottom: 24px;
	padding: 0;
	font-weight: 700;
	line-height: 1.33;
	width: 80%;
	margin-left: 40px;
	font-family: "Archivo", Helvetica, Arial, sans-serif;
}
#section0-menuiseries-dinterieur .flexBox1 .sous-titre-bloc
{
	color: #ffc400;
	font-size: 12px;
	font-family: 'IBM Plex Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	position: relative;
	margin-bottom: 24px;
	text-align: left;
	margin-left: 40px;
	position: relative;
}
#section0-menuiseries-dinterieur .flexBox1 .sous-titre-bloc::before {
	background: #ffc400;
	content: "";
	position: absolute;
	height: 2px;
	top: 2px;
	right: 100%;
	margin-right: 24px;
	width: 24px;
}
#section0-menuiseries-dinterieur .flexBox1 .sous-titre-bloc::after {
	background-image: url('../img/mask/sub-heading.png');
	content: "";
	position: absolute;
	top: -48px;
	left: -48px;
	height: 144px;
	width: 144px;
	z-index: -1;
}
#section0-menuiseries-dinterieur .flexBox1 .texte-bloc
{
	color: #bbbbbb;
	margin-left: 40px;
	font-family: "Archivo", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.72;
	width: 80%;
}
#section1-menuiseries-dinterieur .flexBox1
{
	align-items: flex-start;
}
#section1-menuiseries-dinterieur::after
{
	content: '';
	position: absolute;
	right: 0;
	height: 100%;
	width: 100%;
	background-color: #1c1c1c;
	z-index: -2;
	top: 0;
}
#section1-menuiseries-dinterieur .flexBox1 > div:first-child
{
	flex-basis: 40%;
}
#section1-menuiseries-dinterieur .flexBox1 .images
{
	flex-basis: 60%;
}
#section1-menuiseries-dinterieur .flexBox1 .images img
{
	width: 100%;
}
#section1-menuiseries-dinterieur .flexBox1 .titre-bloc
{
	text-align: left;
	color: #fff;
	font-size: 37px;
	text-transform: math-auto;
	margin-top: 24px;
	margin-bottom: 24px;
	padding: 0;
	font-weight: 700;
	line-height: 1.33;
	width: 80%;
	margin-left: 40px;
	font-family: "Archivo", Helvetica, Arial, sans-serif;
}
#section1-menuiseries-dinterieur .flexBox1 .sous-titre-bloc
{
	color: #ffc400;
	font-size: 12px;
	font-family: 'IBM Plex Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	position: relative;
	margin-bottom: 24px;
	text-align: left;
	margin-left: 40px;
	position: relative;
}
#section1-menuiseries-dinterieur .flexBox1 .sous-titre-bloc::before {
	background: #ffc400;
	content: "";
	position: absolute;
	height: 2px;
	top: 2px;
	right: 100%;
	margin-right: 24px;
	width: 24px;
}
#section1-menuiseries-dinterieur .flexBox1 .sous-titre-bloc::after {
	background-image: url('../img/mask/sub-heading.png');
	content: "";
	position: absolute;
	top: -48px;
	left: -48px;
	height: 144px;
	width: 144px;
	z-index: -1;
}
#section1-menuiseries-dinterieur .flexBox1 .texte-bloc
{
	color: #bbbbbb;
	margin-left: 40px;
	font-family: "Archivo", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.72;
	width: 80%;
}
#section2-menuiseries-dinterieur .flexBox1
{
	display: flex;
	gap: 90px;
	align-items: flex-start;
}
#section2-menuiseries-dinterieur .boxTexte > div
{
	flex-basis: calc(100% / 4);
}
#section2-menuiseries-dinterieur::after
{
	content: '';
	position: absolute;
	right: 0;
	height: 100%;
	width: 25%;
	background-color: #1c1c1c;
	z-index: -1;
	top: 0;
}
#section2-menuiseries-dinterieur .flexBox1 > div:first-child
{
	flex-basis: 40%;
	margin-left: 40%;
}
#section2-menuiseries-dinterieur .flexBox1 .images
{
	flex-basis: 60%;
}
#section2-menuiseries-dinterieur .flexBox1 .images img
{
	width: 100%;
}
#section2-menuiseries-dinterieur .flexBox1 .titre-bloc
{
	text-align: left;
	color: #fff;
	font-size: 37px;
	text-transform: math-auto;
	margin-top: 24px;
	margin-bottom: 24px;
	padding: 0;
	font-weight: 700;
	line-height: 1.33;
	width: 80%;
	margin-left: 40px;
	font-family: "Archivo", Helvetica, Arial, sans-serif;
}
#section2-menuiseries-dinterieur .flexBox1 .sous-titre-bloc
{
	color: #ffc400;
	font-size: 12px;
	font-family: 'IBM Plex Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	position: relative;
	margin-bottom: 24px;
	text-align: left;
	margin-left: 40px;
	position: relative;
}
#section2-menuiseries-dinterieur .flexBox1 .sous-titre-bloc::before {
	background: #ffc400;
	content: "";
	position: absolute;
	height: 2px;
	top: 2px;
	right: 100%;
	margin-right: 24px;
	width: 24px;
}
#section2-menuiseries-dinterieur .flexBox1 .sous-titre-bloc::after {
	background-image: url('../img/mask/sub-heading.png');
	content: "";
	position: absolute;
	top: -48px;
	left: -48px;
	height: 144px;
	width: 144px;
	z-index: -1;
}
#section2-menuiseries-dinterieur .flexBox1 .texte-bloc
{
	color: #bbbbbb;
	margin-left: 40px;
	font-family: "Archivo", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.72;
	width: 80%;
}
#section2-menuiseries-dinterieur .boxTexte
{
	display: flex;
	gap: 60px;
	align-items: flex-start;
	justify-content: center;
	max-width: 1130px;
	margin: 0 auto;
	margin-top: 90px;
}
#section2-menuiseries-dinterieur .boxTexte .titre > h4
{
	font-family: "Archivo", Helvetica, Arial, sans-serif;
	font-weight: 700;
	line-height: 1.33;
	color: #ffffff;
	margin-top: 12px;
	margin-bottom: 12px;
	font-size: 18px;
	max-width: 50%;
}
#section2-menuiseries-dinterieur .boxTexte .texte
{
	color: #bbbbbb;
	font-family: "Archivo", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.72;
}
#section3-menuiseries-dinterieur .flexBox1 .titre-bloc
{
	text-align: left;
	color: #fff;
	font-size: 37px;
	text-transform: math-auto;
	margin-top: 24px;
	margin-bottom: 24px;
	padding: 0;
	font-weight: 700;
	line-height: 1.33;
	width: 80%;
	margin-left: 40px;
	font-family: "Archivo", Helvetica, Arial, sans-serif;
}
#section3-menuiseries-dinterieur .flexBox1 .sous-titre-bloc
{
	color: #ffc400;
	font-size: 12px;
	font-family: 'IBM Plex Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	position: relative;
	margin-bottom: 24px;
	text-align: left;
	margin-left: 40px;
	position: relative;
}
#section3-menuiseries-dinterieur .flexBox1 .sous-titre-bloc::before {
	background: #ffc400;
	content: "";
	position: absolute;
	height: 2px;
	top: 2px;
	right: 100%;
	margin-right: 24px;
	width: 24px;
}
#section3-menuiseries-dinterieur .flexBox1 .sous-titre-bloc::after {
	background-image: url('../img/mask/sub-heading.png');
	content: "";
	position: absolute;
	top: -48px;
	left: -48px;
	height: 144px;
	width: 144px;
	z-index: -1;
}
#section0-agencements-professionnels .flexBox1
{
	align-items: flex-start;
}
#section0-agencements-professionnels::after
{
	content: '';
	position: absolute;
	right: 0;
	height: 100%;
	width: 25%;
	background-color: #1c1c1c;
	z-index: -2;
	top: 0;
}
#section0-agencements-professionnels .flexBox1 > div:first-child
{
	flex-basis: 40%;
}
#section0-agencements-professionnels .flexBox1 .images
{
	flex-basis: 60%;
}
#section0-agencements-professionnels .flexBox1 .images img
{
	width: 100%;
}
#section0-agencements-professionnels .flexBox1 .titre-bloc
{
	text-align: left;
	color: #fff;
	font-size: 37px;
	text-transform: math-auto;
	margin-top: 24px;
	margin-bottom: 24px;
	padding: 0;
	font-weight: 700;
	line-height: 1.33;
	width: 80%;
	margin-left: 40px;
	font-family: "Archivo", Helvetica, Arial, sans-serif;
}
#section0-agencements-professionnels .flexBox1 .sous-titre-bloc
{
	color: #ffc400;
	font-size: 12px;
	font-family: 'IBM Plex Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	position: relative;
	margin-bottom: 24px;
	text-align: left;
	margin-left: 40px;
	position: relative;
}
#section0-agencements-professionnels .flexBox1 .sous-titre-bloc::before {
	background: #ffc400;
	content: "";
	position: absolute;
	height: 2px;
	top: 2px;
	right: 100%;
	margin-right: 24px;
	width: 24px;
}
#section0-agencements-professionnels .flexBox1 .sous-titre-bloc::after {
	background-image: url('../img/mask/sub-heading.png');
	content: "";
	position: absolute;
	top: -48px;
	left: -48px;
	height: 144px;
	width: 144px;
	z-index: -1;
}
#section0-agencements-professionnels .flexBox1 .texte-bloc
{
	color: #bbbbbb;
	margin-left: 40px;
	font-family: "Archivo", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.72;
	width: 80%;
}
#section1-agencements-professionnels .flexBox1
{
	display: flex;
	gap: 90px;
	align-items: flex-start;
}
#section1-agencements-professionnels::after
{
	content: '';
	position: absolute;
	right: 0;
	height: 100%;
	width: 45%;
	background-color: #1c1c1c;
	z-index: -1;
	top: 0;
}
#section1-agencements-professionnels .flexBox1 > div:first-child
{
	flex-basis: 40%;
}
#section1-agencements-professionnels .flexBox1 .images
{
	flex-basis: 60%;
}
#section1-agencements-professionnels .flexBox1 .images img
{
	width: 100%;
}
#section1-agencements-professionnels .flexBox1 .titre-bloc
{
	text-align: left;
	color: #fff;
	font-size: 37px;
	text-transform: math-auto;
	margin-top: 24px;
	margin-bottom: 24px;
	padding: 0;
	font-weight: 700;
	line-height: 1.33;
	width: 80%;
	margin-left: 40px;
	font-family: "Archivo", Helvetica, Arial, sans-serif;
}
#section1-agencements-professionnels .flexBox1 .sous-titre-bloc
{
	color: #ffc400;
	font-size: 12px;
	font-family: 'IBM Plex Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	position: relative;
	margin-bottom: 24px;
	text-align: left;
	margin-left: 40px;
	position: relative;
}
#section1-agencements-professionnels .flexBox1 .sous-titre-bloc::before {
	background: #ffc400;
	content: "";
	position: absolute;
	height: 2px;
	top: 2px;
	right: 100%;
	margin-right: 24px;
	width: 24px;
}
#section1-agencements-professionnels .flexBox1 .sous-titre-bloc::after {
	background-image: url('../img/mask/sub-heading.png');
	content: "";
	position: absolute;
	top: -48px;
	left: -48px;
	height: 144px;
	width: 144px;
	z-index: -1;
}
#section1-agencements-professionnels .flexBox1 .texte-bloc
{
	color: #bbbbbb;
	margin-left: 40px;
	font-family: "Archivo", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.72;
	width: 80%;
}
#section2-agencements-professionnels .flexBox1
{
	display: flex;
	gap: 90px;
	align-items: flex-start;
}
#section2-agencements-professionnels::after
{
	content: '';
	position: absolute;
	left: 0;
	height: 100%;
	width: 25%;
	background-color: #1c1c1c;
	z-index: -1;
	top: 0;
}
#section2-agencements-professionnels .flexBox1 > div:first-child
{
	flex-basis: 40%;
	margin-left: 40%;
}
#section2-agencements-professionnels .flexBox1 .images
{
	flex-basis: 60%;
}
#section2-agencements-professionnels .flexBox1 .images img
{
	width: 100%;
}
#section2-agencements-professionnels .flexBox1 .titre-bloc
{
	text-align: left;
	color: #fff;
	font-size: 37px;
	text-transform: math-auto;
	margin-top: 24px;
	margin-bottom: 24px;
	padding: 0;
	font-weight: 700;
	line-height: 1.33;
	width: 80%;
	margin-left: 40px;
	font-family: "Archivo", Helvetica, Arial, sans-serif;
}
#section2-agencements-professionnels .flexBox1 .sous-titre-bloc
{
	color: #ffc400;
	font-size: 12px;
	font-family: 'IBM Plex Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	position: relative;
	margin-bottom: 24px;
	text-align: left;
	margin-left: 40px;
	position: relative;
}
#section2-agencements-professionnels .flexBox1 .sous-titre-bloc::before {
	background: #ffc400;
	content: "";
	position: absolute;
	height: 2px;
	top: 2px;
	right: 100%;
	margin-right: 24px;
	width: 24px;
}
#section2-agencements-professionnels .flexBox1 .sous-titre-bloc::after {
	background-image: url('../img/mask/sub-heading.png');
	content: "";
	position: absolute;
	top: -48px;
	left: -48px;
	height: 144px;
	width: 144px;
	z-index: -1;
}
#section2-agencements-professionnels .flexBox1 .texte-bloc
{
	color: #bbbbbb;
	margin-left: 40px;
	font-family: "Archivo", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.72;
	width: 80%;
}
#section2-agencements-professionnels .boxTexte
{
	display: flex;
	gap: 60px;
	align-items: flex-start;
	max-width: 1130px;
	margin: 0 auto;
	margin-top: 90px;
}
#section2-agencements-professionnels .boxTexte .titre > h4
{
	font-family: "Archivo", Helvetica, Arial, sans-serif;
	font-weight: 700;
	line-height: 1.33;
	color: #ffffff;
	margin-top: 12px;
	margin-bottom: 12px;
	font-size: 18px;
	max-width: 50%;
}
#section2-agencements-professionnels .boxTexte .texte
{
	color: #bbbbbb;
	font-family: "Archivo", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.72;
}
#section0-atelier .flexBox1
{
	display: flex;
	gap: 90px;
	align-items: flex-start;
}
#section0-atelier::after
{
	content: '';
	position: absolute;
	left: 0;
	height: 100%;
	width: 45%;
	background-color: #1c1c1c;
	z-index: -1;
	top: 0;
}
#section0-atelier .flexBox1 > div:first-child
{
	flex-basis: 40%;
}
#section0-atelier .flexBox1 .images
{
	flex-basis: 60%;
}
#section0-atelier .flexBox1 .images img
{
	width: 100%;
}
#section0-atelier .flexBox1 .titre-bloc
{
	text-align: left;
	color: #fff;
	font-size: 37px;
	text-transform: math-auto;
	margin-top: 24px;
	margin-bottom: 24px;
	padding: 0;
	font-weight: 700;
	line-height: 1.33;
	width: 80%;
	margin-left: 40px;
	font-family: "Archivo", Helvetica, Arial, sans-serif;
}
#section0-atelier .flexBox1 .sous-titre-bloc
{
	color: #ffc400;
	font-size: 12px;
	font-family: 'IBM Plex Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	position: relative;
	margin-bottom: 24px;
	text-align: left;
	margin-left: 40px;
	position: relative;
}
#section0-atelier .flexBox1 .sous-titre-bloc::before {
	background: #ffc400;
	content: "";
	position: absolute;
	height: 2px;
	top: 2px;
	right: 100%;
	margin-right: 24px;
	width: 24px;
}
#section0-atelier .flexBox1 .sous-titre-bloc::after {
	background-image: url('../img/mask/sub-heading.png');
	content: "";
	position: absolute;
	top: -48px;
	left: -48px;
	height: 144px;
	width: 144px;
	z-index: -1;
}
#section0-atelier .flexBox1 .texte-bloc
{
	color: #bbbbbb;
	margin-left: 40px;
	font-family: "Archivo", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.72;
	width: 80%;
}
/*#section1-atelier
{
	padding-bottom: 335px;
}*/
#section1-atelier .flexBox1
{
	display: flex;
	gap: 90px;
	align-items: flex-start;
}
#section1-atelier::after
{
	content: '';
	position: absolute;
	right: 0;
	height: 100%;
	width: 45%;
	background-color: #1c1c1c;
	z-index: -1;
	top: 0;
}
/*#section1-atelier::before
{
	content: '';
	position: absolute;
	right: 0;
	height: 190px;
	width: 100%;
	background-color: #1c1c1c;
	z-index: -1;
	bottom: 0;
}*/
#section1-atelier .flexBox1 > div:first-child
{
	flex-basis: 40%;
}
#section1-atelier .flexBox1 .images
{
	flex-basis: 60%;
}
#section1-atelier .flexBox1 .images img
{
	width: 100%;
}
#section1-atelier .flexBox1 .titre-bloc
{
	text-align: left;
	color: #fff;
	font-size: 37px;
	text-transform: math-auto;
	margin-top: 24px;
	margin-bottom: 24px;
	padding: 0;
	font-weight: 700;
	line-height: 1.33;
	width: 80%;
	margin-left: 40px;
	font-family: "Archivo", Helvetica, Arial, sans-serif;
}
#section1-atelier .flexBox1 .sous-titre-bloc
{
	color: #ffc400;
	font-size: 12px;
	font-family: 'IBM Plex Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	position: relative;
	margin-bottom: 24px;
	text-align: left;
	margin-left: 40px;
	position: relative;
}
#section1-atelier .flexBox1 .sous-titre-bloc::before {
	background: #ffc400;
	content: "";
	position: absolute;
	height: 2px;
	top: 2px;
	right: 100%;
	margin-right: 24px;
	width: 24px;
}
#section1-atelier .flexBox1 .sous-titre-bloc::after {
	background-image: url('../img/mask/sub-heading.png');
	content: "";
	position: absolute;
	top: -48px;
	left: -48px;
	height: 144px;
	width: 144px;
	z-index: -1;
}
#section1-atelier .flexBox1 .texte-bloc
{
	color: #bbbbbb;
	margin-left: 40px;
	font-family: "Archivo", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.72;
	width: 80%;
}
#section2-atelier .flexBox1
{
	display: flex;
	gap: 90px;
	align-items: flex-start;
}
#section2-atelier::after
{
	content: '';
	position: absolute;
	left: 0;
	height: 100%;
	width: 25%;
	background-color: #1c1c1c;
	z-index: -1;
	top: 0;
}
#section2-atelier .flexBox1 > div:first-child
{
	flex-basis: 40%;
	margin-left: 40%;
}
#section2-atelier .flexBox1 .images
{
	flex-basis: 60%;
}
#section2-atelier .flexBox1 .images img
{
	width: 100%;
}
#section2-atelier .flexBox1 .titre-bloc
{
	text-align: left;
	color: #fff;
	font-size: 37px;
	text-transform: math-auto;
	margin-top: 24px;
	margin-bottom: 24px;
	padding: 0;
	font-weight: 700;
	line-height: 1.33;
	width: 80%;
	margin-left: 40px;
	font-family: "Archivo", Helvetica, Arial, sans-serif;
}
#section2-atelier .flexBox1 .sous-titre-bloc
{
	color: #ffc400;
	font-size: 12px;
	font-family: 'IBM Plex Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	position: relative;
	margin-bottom: 24px;
	text-align: left;
	margin-left: 40px;
	position: relative;
}
#section2-atelier .flexBox1 .sous-titre-bloc::before {
	background: #ffc400;
	content: "";
	position: absolute;
	height: 2px;
	top: 2px;
	right: 100%;
	margin-right: 24px;
	width: 24px;
}
#section2-atelier .flexBox1 .sous-titre-bloc::after {
	background-image: url('../img/mask/sub-heading.png');
	content: "";
	position: absolute;
	top: -48px;
	left: -48px;
	height: 144px;
	width: 144px;
	z-index: -1;
}
#section2-atelier .flexBox1 .texte-bloc
{
	color: #bbbbbb;
	margin-left: 40px;
	font-family: "Archivo", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.72;
	width: 80%;
}
#section2-atelier .boxTexte
{
	display: flex;
	gap: 60px;
	align-items: flex-start;
	max-width: 1130px;
	margin: 0 auto;
	margin-top: 90px;
}
#section2-atelier .boxTexte .titre > h4
{
	font-family: "Archivo", Helvetica, Arial, sans-serif;
	font-weight: 700;
	line-height: 1.33;
	color: #ffffff;
	margin-top: 12px;
	margin-bottom: 12px;
	font-size: 18px;
	max-width: 50%;
}
#section2-atelier .boxTexte .texte
{
	color: #bbbbbb;
	font-family: "Archivo", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.72;
}
#section3-atelier .flexBox1 .titre-bloc
{
	text-align: left;
	color: #fff;
	font-size: 37px;
	text-transform: math-auto;
	margin-top: 24px;
	margin-bottom: 24px;
	padding: 0;
	font-weight: 700;
	line-height: 1.33;
	width: 80%;
	margin-left: 40px;
	font-family: "Archivo", Helvetica, Arial, sans-serif;
}
#section3-atelier .flexBox1 .sous-titre-bloc
{
	color: #ffc400;
	font-size: 12px;
	font-family: 'IBM Plex Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	position: relative;
	margin-bottom: 24px;
	text-align: left;
	margin-left: 40px;
	position: relative;
}
#section3-atelier .flexBox1 .sous-titre-bloc::before {
	background: #ffc400;
	content: "";
	position: absolute;
	height: 2px;
	top: 2px;
	right: 100%;
	margin-right: 24px;
	width: 24px;
}
#section3-atelier .flexBox1 .sous-titre-bloc::after {
	background-image: url('../img/mask/sub-heading.png');
	content: "";
	position: absolute;
	top: -48px;
	left: -48px;
	height: 144px;
	width: 144px;
	z-index: -1;
}
#section0-atelier .telephone
{
	position: relative;
	display: table;
	padding: 17px 23px;
	transition: all 0.5s ease;
}
#section0-atelier .telephone > a
{
	font-weight: 600;
	text-decoration: none;
	color: #fff;	
	position:relative;
	z-index: 2;
}
#section0-atelier .telephone::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 50%;
	z-index: 1;
	-webkit-transition: all 700ms;
	-o-transition: all 700ms;
	transition: all 700ms;
	background-color: #252525;
}
#section0-atelier .telephone:hover::before {
	width: 100%;
	-webkit-transition: all 700ms;
	-o-transition: all 700ms;
	transition: all 700ms;
	background-color: #ffc400;
	color: #252525;
}
#section0-Cuisines .telephone
{
	position: relative;
	display: table;
	padding: 17px 23px;
	transition: all 0.5s ease;
}
#section0-Cuisines .telephone > a
{
	font-weight: 600;
	text-decoration: none;
	color: #fff;	
	position:relative;
	z-index: 2;
}
#section0-Cuisines .telephone::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 50%;
	z-index: 1;
	-webkit-transition: all 700ms;
	-o-transition: all 700ms;
	transition: all 700ms;
	background-color: #252525;
}
#section0-Cuisines .telephone:hover::before {
	width: 100%;
	-webkit-transition: all 700ms;
	-o-transition: all 700ms;
	transition: all 700ms;
	background-color: #ffc400;
	color: #252525;
}
#section1-atelier .telephone
{
	position: relative;
	display: table;
	padding: 17px 23px;
	transition: all 0.5s ease;
}
#section1-atelier .telephone > a
{
	font-weight: 600;
	text-decoration: none;
	color: #fff;
	position:relative;
	z-index: 2;
}
#section1-atelier .telephone::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 50%;
	z-index: 1;
	-webkit-transition: all 700ms;
	-o-transition: all 700ms;
	transition: all 700ms;
	background-color: #252525;
}
#section1-atelier .telephone:hover::before {
	width: 100%;
	-webkit-transition: all 700ms;
	-o-transition: all 700ms;
	transition: all 700ms;
	background-color: #ffc400;
	color: #252525;
}
#section0-Contact .flex1Contact .titre-bloc
{
	text-align: left;
	color: #fff;
	font-size: 37px;
	text-transform: math-auto;
	margin-top: 24px;
	margin-bottom: 24px;
	padding: 0;
	font-weight: 700;
	line-height: 1.33;
	width: 80%;
	margin-left: 40px;
	font-family: "Archivo", Helvetica, Arial, sans-serif;
}
#section0-Contact .flex1Contact .sous-titre-bloc
{
	color: #ffc400;
	font-size: 12px;
	font-family: 'IBM Plex Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	position: relative;
	margin-bottom: 24px;
	text-align: left;
	margin-left: 40px;
	position: relative;
}
#section0-Contact .flex1Contact .sous-titre-bloc::before {
	background: #ffc400;
	content: "";
	position: absolute;
	height: 2px;
	top: 2px;
	right: 100%;
	margin-right: 24px;
	width: 24px;
}
#section0-Contact .flex1Contact .sous-titre-bloc::after {
	background-image: url('../img/mask/sub-heading.png');
	content: "";
	position: absolute;
	top: -48px;
	left: -48px;
	height: 144px;
	width: 144px;
	z-index: -1;
}
#section0-Contact .flex1Contact
{
	display: flex;
	gap: 70px;
	align-items: flex-start;
}
#section0-Contact .flex1Contact > div:first-child
{
	flex-basis: 70%;
}
#section0-Contact .flex1Contact > div:last-child
{
	flex-basis: 30%;
}
#section0-Contact .titreContact
{
	margin-top: 100px;
}
.contactPage
{
	margin-top: 130px;
	margin-bottom: 30px;
}
#section0-Contact .texte, #section0-Contact form
{
	margin-top: 60px;
}
#section0-Contact .titre_coordonnees
{
	color: #888888;
	font-size: 11px;
	font-family: 'IBM Plex Sans Condensed', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.72;
}
#section0-Contact .coordonnees
{
	margin-bottom: 48px;
	color: #bbbbbb;
	max-width: 65%;
}
#section0-Contact .coordonnees > a
{
	display: table;
	color: #bbbbbb;
	text-decoration: none;
	line-height: 2;
}
#section0-Contact .coordonnees > a:last-child
{
	border-bottom: 1px dotted #ffc400;
	color: #fff;
}
#section0-Contact .coordonnees > div
{
	padding: 10px 0;
}
#section0-Contact .telephone
{
	position: relative;
	display: table;
	padding: 17px 0;
	transition: all 0.5s ease;
}
#section0-Contact .telephone > a
{
	font-weight: 600;
	text-decoration: none;
	color: #fff;	
}
.pictureArticle
{
	margin-top: 60px;
	margin-bottom: 60px;
}
.pictureArticle > div
{
	display: flex;
	gap: 30px;
	align-items: center;
}
.pictureArticle .left > div:first-child
{
	flex-basis: 70%;
}
.pictureArticle .left > div:last-child
{
	flex-basis: 28%;
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	justify-content: center;
}
.pictureArticle .left > div:last-child img
{
	width: 150px;
	height: 150px;
	object-fit: cover;
}
.pictureArticle .right
{
	flex-direction: row-reverse;
}
.pictureArticle .right > div:first-child
{
	flex-basis: 70%;
}
.pictureArticle .right > div:last-child
{
	flex-basis: 28%;
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	justify-content: center;
}
.pictureArticle .right > div:last-child img
{
	width: 150px;
	height: 150px;
	object-fit: cover;
}
.pictureArticle picture
{
	height: 150px;
	width: 150px;
}
.pictureArticle picture:first-child
{
	clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%, 0 30%);
}
.pictureArticle picture:last-child
{
	clip-path: polygon(100% 0, 100% 70%, 70% 100%, 0 100%, 0 0);
}
.picturePage
{
	max-width: 1100px;
	margin: 0 auto;
}
.picturePage .textePicture
{
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
}
.picturePage > div
{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-start;
}
.picturePage picture
{
	width: 210px;
	height: 170px;
	position: relative;
	padding: 4px;
	border: 1px solid #ccc;
	box-shadow: 3px 3px 5px #888;
	background: #fff;
}
.picturePage picture::after {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 100%;
	height: 100%;
	content: '';
	background-color: #fff;
	z-index: -1;
}
.picturePage picture img
{
	width: 200px;
	height: 160px;
	object-fit: cover;
}
picture a
{
	position: relative;
	height: 100%;
	width: 100%;
	display: block;
}
picture a > .show-photos
{
	display: none;
}
picture a:hover > .show-photos
{
	display: block;
	position: absolute;
	z-index: 99;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
/*	backdrop-filter: blur(3px);*/
	animation: apparition 0.5s ease-out;
	top: 0;
}
picture a > .show-photos > i
{
	left: 50%;
	top: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	font-size: 30px;
	color: #fff;
}
.texteRssPicture
{
	margin-top: 40px;
	text-transform: uppercase;
	text-align: center;
}
.texteRssPicture > a 
{
	color: #ffc400 !important;
	font-size: 14px;
	font-family: 'IBM Plex Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	text-align: center;
	text-decoration: none;
}
.texteRssPicture > a:hover
{
	text-decoration: underline;
}

/*rssLeft*/
.rssLeft
{
	position: fixed;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
	z-index: 99;
	list-style: none;
	padding: 0;
	margin: 0;
}
.rssLeft > li
{
	margin: 5px 0;
}
.rssLeft > .fb > a
{
	background-color: #1678f2;
	position: relative;
	width: 44px;
	height: 44px;
	line-height: 26px;
	overflow: hidden;
	text-align: center;
	padding: 8px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	color: #fff;
	display: block;
}
.rssLeft > .fb > a::before
{
	position: absolute;
	top: 0;
	height: 100%;
	width: 10%;
	z-index: 100;
	background-color: #1678f2;
	content: '';
	left: 0;
}
.rssLeft > .twitter > a
{
	background-color: #00a3d8;
	position: relative;
	width: 44px;
	height: 44px;
	line-height: 26px;
	overflow: hidden;
	text-align: center;
	padding: 8px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	color: #fff;
	display: block;
}
.rssLeft > .twitter > a::before
{
	position: absolute;
	top: 0;
	height: 100%;
	width: 10%;
	z-index: 100;
	background-color: #00b6f1;
	content: '';
	left: 0;
}
.rssLeft > .pinterest > a
{
	background-color: #b51e24;
	position: relative;
	width: 44px;
	height: 44px;
	line-height: 26px;
	overflow: hidden;
	text-align: center;
	padding: 8px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	color: #fff;
	display: block;
}
.rssLeft > .pinterest > a::before
{
	position: absolute;
	top: 0;
	height: 100%;
	width: 10%;
	z-index: 100;
	background-color: #ca2128;
	content: '';
	left: 0;
}
.rssLeft > .instagram > a
{
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
	position: relative;
	width: 44px;
	height: 44px;
	line-height: 26px;
	overflow: hidden;
	text-align: center;
	padding: 8px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	color: #fff;
	display: block;
}
.rssLeft > .instagram > a::before
{
	position: absolute;
	top: 0;
	height: 100%;
	width: 10%;
	z-index: 100;
	background-color: rgba(255,255,255,0.3);
	content: '';
	left: 0;
}
.rssLeft > .youtube > a
{
	background-color: #f60002;
	position: relative;
	width: 44px;
	height: 44px;
	line-height: 26px;
	overflow: hidden;
	text-align: center;
	padding: 8px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	color: #fff;
	display: block;
}
.rssLeft > .youtube > a::before
{
	position: absolute;
	top: 0;
	height: 100%;
	width: 10%;
	z-index: 100;
	background-color: #c51f25;
	content: '';
	left: 0;
}

/*Mac*/
@media screen and (max-width:1440px)
{
	#slider > .slide-image img
	{
		height: 100%;
		top: 220px;
		width: initial;
		
	}
}
/*Tablettes*/
@media screen and (max-width:860px)
{
	.rssLeft
	{
		display: none;
	}
	.row > *
	{
		display : block!important;
		width : initial!important;
		padding : initial!important;
	}
	header
	{
		z-index: 55;
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		text-align: right;
		background-color: #151515;
		border-bottom: 1px solid #1c1c1c;
		width: 100%;
		height: 100px;
	}
	header nav
	{
		padding-top: initial;
		padding-bottom: initial;
	}
	header #infos_site_menu
	{
		display: none;
	}
	#footer #infos_complementaires ul li:first-child
	{
		margin-top: 0;
	}
	#footer #infos_complementaires ul li:last-child
	{
		margin-bottom: 0;
	}
	#footer #infos_complementaires ul li
	{
		display: block;
		margin: 50px 0;
	}
	.box-avis > .box-top
	{
		padding-left: 0;
		margin-top: 10px;
	}
	.box-avis > div > .nom
	{
		font-size: 15px;
	}
	.box-avis > div > .score
	{
		font-size: 14px;
	}
	.box-avis > .texte
	{
		min-height: 230px;
		height: 230px;
	}
	.toggler_nav
	{
		display: block;
	}
	.burger-open .toggler_nav > span:nth-child(2) {
	  width: 100%;
	}
	.burger-open .toggler_nav > span:last-child {
	  width: 100%;
	}
	nav
	{
		min-height: 100px;
	}
	nav ul
	{
		transition: width 1s ease, opacity 2s ease;
		width: 0%;
		opacity: 0;
		position: fixed;
		right: -45%;
		opacity: 0;
		overflow: hidden;
	}
	nav ul li
	{
		padding: 20px 40px;
		margin: 0;
	}
	nav ul li a
	{
		color: #fff;
		font-size: 20px;
	}
	nav ul:not(.btn_action) li.select::before, nav ul:not(.btn_action) li:hover::before
	{
		background-color: transparent;
	}
	nav ul li.select a, nav ul li:hover a
	{
		color: #ffc400;
		font-size: 20px;
	}
	nav ul li a:hover:before, nav ul li.select a:before
	{
		display: none;
	}
	.burger-open nav ul:not(.btn_action)
	{
		top: 0;
		right: 0;
		width: 100%;
		position: fixed;
		background-color: rgba(0,0,0,0.9);
		height: 100vh;
		padding: 140px 0 0;
		overflow: auto;
		opacity: 1;
		margin: 0;
		transition: width 1s ease, opacity 2s ease;
	}
	nav ul.btn_action
	{
		display: none;
	}
	.box-avis
	{
		margin-left: 20px;
	}
	.box-avis > .photo
	{
		top: -50px;
		left: 50%;
		transform: translate(-50%, 0);
	}
	.burger-open nav ul li
	{
		display: block;
		text-align: left;
		height: initial;
	}
	#logo
	{
		width: 75%;
		text-align: left;
	}
	#logo > a
	{
		width: 100%;
	}
	#logo > a > img
	{
		height: 80%;
		width: initial;
		margin-top: 10px;
	}
	#slider
	{
		height: 215px;
		margin-bottom: 0;
		margin-left: 0;
		width: 100%;
		margin-top: 100px;
	}
	#slider::after
	{
		display: none;
	}
	#slider > .slide-image
	{
		display: block;
		height: 100% !important;
	}
	#slider > .slide-image img
	{
		height: 100%;
	}
	#slider::before, #slider::after, #nos_services::before, #nos_services::after, #avis::before, #blog::before
	{
		animation-name: initial !important;
	}

	.content_texte a
	{
		display: block;
	}
	.content_texte a img
	{
		width: 100%;
		height: initial;
	}
	#slider > .slide-image > .contenu-slider
	{
		position: absolute;
		color: #fff;
		letter-spacing: 2px;
		line-height: 35px;
		top: 50%;
		left: 10%;
		-webkit-animation-name: posi;
		-webkit-animation-duration: 2s;
		animation-name: posi;
		animation-duration: 2s;
		z-index: 1;
		transform: translate(0, -50%);
		width: 70%;
	}
	#slider > .slide-image .contenu-slider h1, #slider > .slide-image .contenu-slider .texte-slider
	{
		font-size: 40px;
		margin-bottom: 0;
		letter-spacing: 0;
	}
	#slider > .slide-image .contenu-slider .description-slider
	{
		display: none;
	}
	#slider > .slide-image .contenu-slider > .texte-slider
	{
		margin-top: 0;
		font-size: 12px !important;
		line-height: initial !important;
		text-align: justify;
	}
	#slider > .slide-image .contenu-slider > .description-slider
	{
		font-size: 13px;
	}
	#slider > .slide-image .contenu-slider > .description-slider .button_projets
	{
		margin: 30px;
		margin-top: 0;
		display: block;
		text-align: center;
	}
	#slider > .slide-image .contenu-slider > .description-slider .button_contact
	{
		margin: 0 30px;
		display: block;
		text-align: center;
	}
	#content
	{
		width: 100%;
		margin-left: 0;
	}
	#section1 .flexBox1 .titre-bloc, #section2 .flexBox1 .titre-bloc, #section3 .flexBox1 .titre-bloc, #section4 .flexBox1 .titre-bloc, #section0-Cuisines .flexBox1 .titre-bloc, #section1-Cuisines .flexBox1 .titre-bloc, #section2-Cuisines .flexBox1 .titre-bloc, #section3-Cuisines .flexBox1 .titre-bloc, #section4-Cuisines .flexBox1 .titre-bloc, #section0-mobilier-et-amenagements .flexBox1 .titre-bloc, #section1-mobilier-et-amenagements .flexBox1 .titre-bloc, #section2-mobilier-et-amenagements .flexBox1 .titre-bloc, #section3-mobilier-et-amenagements .flexBox1 .titre-bloc, #section4-mobilier-et-amenagements .flexBox1 .titre-bloc, #section0-menuiseries-dinterieur .flexBox1 .titre-bloc, #section1-menuiseries-dinterieur .flexBox1 .titre-bloc, #section2-menuiseries-dinterieur .flexBox1 .titre-bloc, #section3-menuiseries-dinterieur .flexBox1 .titre-bloc, #section4-menuiseries-dinterieur .flexBox1 .titre-bloc, #section0-agencements-professionnels .flexBox1 .titre-bloc, #section1-agencements-professionnels .flexBox1 .titre-bloc, #section2-agencements-professionnels .flexBox1 .titre-bloc, #section3-agencements-professionnels .flexBox1 .titre-bloc, #section4-agencements-professionnels .flexBox1 .titre-bloc, #section1-atelier .flexBox1 .titre-bloc, #sectionEquipe .titre-bloc
	{
		font-size: 24px;
		margin-left: 0;
		width: 100%;
	}
	#section1 .flexBox1 .sous-titre-bloc, #section2 .flexBox1 .sous-titre-bloc, #section3 .flexBox1 .sous-titre-bloc, #section4 .flexBox1 .sous-titre-bloc, #section0-Cuisines .flexBox1 .sous-titre-bloc, #section1-Cuisines .flexBox1 .sous-titre-bloc, #section2-Cuisines .flexBox1 .sous-titre-bloc, #section3-Cuisines .flexBox1 .sous-titre-bloc, #section4-Cuisines .flexBox1 .sous-titre-bloc, #section5-Cuisines .flexBox1 .sous-titre-bloc, #section0-mobilier-et-amenagements .flexBox1 .sous-titre-bloc, #section1-mobilier-et-amenagements .flexBox1 .sous-titre-bloc, #section2-mobilier-et-amenagements .flexBox1 .sous-titre-bloc, #section3-mobilier-et-amenagements .flexBox1 .sous-titre-bloc, #section4-mobilier-et-amenagements .flexBox1 .sous-titre-bloc, #section5-mobilier-et-amenagements .flexBox1 .sous-titre-bloc, #section0-menuiseries-dinterieur .flexBox1 .sous-titre-bloc, #section1-menuiseries-dinterieur .flexBox1 .sous-titre-bloc, #section2-menuiseries-dinterieur .flexBox1 .sous-titre-bloc, #section3-menuiseries-dinterieur .flexBox1 .sous-titre-bloc, #section4-menuiseries-dinterieur .flexBox1 .sous-titre-bloc, #section5-menuiseries-dinterieur .flexBox1 .sous-titre-bloc, #section0-agencements-professionnels .flexBox1 .sous-titre-bloc, #section1-agencements-professionnels .flexBox1 .sous-titre-bloc, #section2-agencements-professionnels .flexBox1 .sous-titre-bloc, #section3-agencements-professionnels .flexBox1 .sous-titre-bloc, #section4-agencements-professionnels .flexBox1 .sous-titre-bloc, #section5-agencements-professionnels .flexBox1 .sous-titre-bloc, #sectionEquipe .sous-titre-bloc, #section0-atelier .flexBox1 .sous-titre-bloc, #section1-atelier .flexBox1 .sous-titre-bloc
	{
		margin-left: 0;
	}
	#section1 .flexBox1 .texte-bloc, #section2 .flexBox1 .texte-bloc, #section3 .flexBox1 .texte-bloc, #section4 .flexBox1 .texte-bloc, #section0-Cuisines .flexBox1 .texte-bloc, #section1-Cuisines .flexBox1 .texte-bloc, #section2-Cuisines .flexBox1 .texte-bloc, #section3-Cuisines .flexBox1 .texte-bloc, #section4-Cuisines .flexBox1 .texte-bloc, #section5-Cuisines .flexBox1 .texte-bloc, #section0-mobilier-et-amenagements .flexBox1 .texte-bloc, #section1-mobilier-et-amenagements .flexBox1 .texte-bloc, #section2-mobilier-et-amenagements .flexBox1 .texte-bloc, #section3-mobilier-et-amenagements .flexBox1 .texte-bloc, #section4-mobilier-et-amenagements .flexBox1 .texte-bloc, #section5-mobilier-et-amenagements .flexBox1 .texte-bloc, #section0-menuiseries-dinterieur .flexBox1 .texte-bloc, #section1-menuiseries-dinterieur .flexBox1 .texte-bloc, #section2-menuiseries-dinterieur .flexBox1 .texte-bloc, #section3-menuiseries-dinterieur .flexBox1 .texte-bloc, #section4-menuiseries-dinterieur .flexBox1 .texte-bloc, #section5-menuiseries-dinterieur .flexBox1 .texte-bloc, #section0-agencements-professionnels .flexBox1 .texte-bloc, #section1-agencements-professionnels .flexBox1 .texte-bloc, #section2-agencements-professionnels .flexBox1 .texte-bloc, #section3-agencements-professionnels .flexBox1 .texte-bloc, #section4-agencements-professionnels .flexBox1 .texte-bloc, #section5-agencements-professionnels .flexBox1 .texte-bloc, #section0-atelier .flexBox1 .texte-bloc, #section1-atelier .flexBox1 .texte-bloc
	{
		margin-left: 0;
		width: 100%;
	}
	#section1 .flexBox1 .images
	{
		display: none;
	}
	#section1
	{
		padding-top: 45px;
		padding-bottom: 45px;
	}
	#section2,  #section0-Cuisines, #section1-Cuisines, #section2-Cuisines, #section3-Cuisines, #section0-mobilier-et-amenagements, #section1-mobilier-et-amenagements, #section2-mobilier-et-amenagements, #section3-mobilier-et-amenagements, #section0-menuiseries-dinterieur, #section1-menuiseries-dinterieur, #section2-menuiseries-dinterieur, #section3-menuiseries-dinterieur, #section0-agencements-professionnels, #section1-agencements-professionnels, #section2-agencements-professionnels, #section3-agencements-professionnels, #section0-atelier, #section1-atelier, #section2-atelier, #section3-atelier, #sectionEquipe
	{
		padding-top: 45px;
		padding-bottom: 45px;
	}
	#section0-Cuisines .flexBox1 .images, #section0-mobilier-et-amenagements .flexBox1 .images, #section0-menuiseries-dinterieur .flexBox1 .images, #section1-agencements-professionnels .flexBox1 .images, #section0-atelier .flexBox1 .images, #section1-atelier .flexBox1 .images
	{
		display: none;
	}
	#section0-Cuisines .flexBox1, #section0-mobilier-et-amenagements .flexBox1, #section0-menuiseries-dinterieur .flexBox1, #section1-agencements-professionnels .flexBox1, #section0-atelier .flexBox1, #section1-atelier .flexBox1
	{
		display: block;
	}
	#section2-Cuisines .boxTexte, #section2-mobilier-et-amenagements .boxTexte, #section2-menuiseries-dinterieur .boxTexte, #section2-agencements-professionnels .boxTexte, #section0-atelier .boxTexte, #section1-atelier .boxTexte
	{
		display: block;
		position: relative;
		width: 100%;
		margin: 0 auto;
		padding: 0 20px;
		max-width: 1320px;
	}
	#section2-Cuisines .boxTexte > div, #section2-mobilier-et-amenagements .boxTexte > div, #section2-menuiseries-dinterieur .boxTexte > div, #section2-agencements-professionnels .boxTexte > div, #section0-atelier .boxTexte > div, #section1-atelier .boxTexte > div
	{
		margin-bottom: 60px;
	}
	#section2-Cuisines .boxTexte .titre > h4, #section2-mobilier-et-amenagements .boxTexte .titre > h4, #section2-menuiseries-dinterieur .boxTexte .titre > h4, #section2-agencements-professionnels .boxTexte .titre > h4, #section0-atelier .boxTexte .titre > h4, #section1-atelier .boxTexte .titre > h4
	{
		width: 100%;
	}
	#section2-Cuisines .flexBox1 > div:first-child, #section2-mobilier-et-amenagements .flexBox1 > div:first-child, #section2-menuiseries-dinterieur .flexBox1 > div:first-child, #section2-agencements-professionnels .flexBox1 > div:first-child, #section0-atelier .flexBox1 > div:first-child, #section0-atelier .flexBox1 > div:first-child
	{
		flex-basis: 100%;
		margin-left: 0;
	}
	#section2-Cuisines::after, #section2-mobilier-et-amenagements::after, #section2-menuiseries-dinterieur::after, #section2-agencements-professionnels::after
	{
		z-index: -2;
	}
	#section2 .slick-dots
	{
		display: none !important;
	}
	#section2 .arrows
	{
		display: none;
	}
	#section1 .flexBox1
	{
		display: block;
	}
	#section2 #pagesSlick, #equipesSlick
	{
		margin: 0;
		padding: 0;
	}
	#section1 .flexBox1 .sous-titre-bloc::before, #section2 .flexBox1 .sous-titre-bloc::before, #section3 .flexBox1 .sous-titre-bloc::before, #section4 .flexBox1 .sous-titre-bloc::before, #section0-Cuisines .flexBox1 .sous-titre-bloc::before, #section2-Cuisines .flexBox1 .sous-titre-bloc::before, #section3-Cuisines .flexBox1 .sous-titre-bloc::before, #section4-Cuisines .flexBox1 .sous-titre-bloc::before, #section5-Cuisines .flexBox1 .sous-titre-bloc::before
	{
		display: none;
	}
	#section3 .boxTexte
	{
		display: block;
		margin-top: 0;
	}
	#section3 .flexBox1 > div:first-child
	{
		margin-left: initial;
	}
	#section3 .boxTexte .texte
	{
		margin-bottom: 10px;
		min-height: initial;
	}
	#section3 .boxTexte .arrowHref
	{
		margin-top: 0;
	}
	#section3 .boxTexte > div
	{
		margin-bottom: 60px;
	}
	#section3 .boxTexte .titre > h4
	{
		min-height: initial;
		width: 100%;
	}
	#section4 .flexBox1 > div
	{
		display: block;
	}
	#section4 .flexBox1 > div > .maps
	{
		margin-top: 60px;
	}
	#footer
	{
		margin-left: 0;
		width: 100%;
	}
	#section3, #section4
	{
		padding-top: 45px;
		padding-bottom: 45px;
	}
	#section3::after
	{
		z-index: -2;
	}
	.picturePage > div
	{
		justify-content: center;
	}
	#avis .container .titre-bloc
	{
		max-width: 100%;
	}
	#blog
	{
		padding: 0 0 60px;
	}
	#blog .container .contenu-titre h2
	{
		max-width: 100%;
	}
	#bloc-accueil .box-accueil > a > div > .titre
	{
		backdrop-filter: none;
	}
	#blog .container .contenu-blog
	{
		display: block;
		margin-top: 0;
	}
	#blog .container .contenu-blog > div
	{
		width: 100%;
	}
	#blog .container .contenu-blog > div:not(:last-child)
	{
		margin-bottom: 20px;
	}
	#blog .container .contenu-blog > div > a .image > img
	{
		height: 100%;
	}
	.highlight, .highlight2
	{
		-webkit-mask-size: auto 100%;
	}
	.highlight2 .box-horaires
	{
		width: 95%;
	}
	#bloc-accueil .box-accueil
	{
		width: 95%;
		margin: 10px 0;
		padding: 0;
	}
	#galerie-liste .galerie
	{
		width: calc(100% / 2 - 14px);
	}
	#photos-liste > li
	{
		width: calc(100% / 2 - 15px);
	}
	#footer > div > div
	{
		margin: 0;
	}
	#footer .logo > div:nth-child(3) > a
	{
		justify-content: center;
	}
	#footer .a-propos
	{
		list-style-position: inside;
	}
	#footer #infos_complementaires
	{
		position: initial;
	}
	@-webkit-keyframes posi2
	{
		from {top: 35%;}
		from {top: 50%;}
	}
	@keyframes posi2
	{
		from {top: 35%;}
		from {top: 50%;}
	}
	#popup .contenu-popup
	{
		width: 95%;
	}
	.avis_gm_realisation > div
	{
		display: block;
	}
	.avis_gm_realisation > div > div:last-child
	{
		padding-left: 0;
		max-height: initial;
		margin-top: 30px;
	}
	.avis_gm_realisation .photo
	{
		right: 40px;
	}
	.card-pages
	{
		display: block;
	}
	.card-pages > a
	{
		margin-bottom: 50px;
		display: block;
	}
	.card-button
	{
		opacity: 1;
		bottom: 25%;
	}
	.card:hover .card-button
	{
		transform: translate(-50%, 125%);
	}
	#blogs .container .contenu-blog
	{
		display: block;
	}
	#blogs .container .contenu-blog > div
	{
		margin-bottom: 30px;
	}
	ol[itemtype="http://schema.org/BreadcrumbList"] {
		display: block;
		overflow-x: auto;
		width: 100%;
	}
	
	ol[itemtype="http://schema.org/BreadcrumbList"] > li {
		margin-bottom: 5px;
	}
	
	ol[itemtype="http://schema.org/BreadcrumbList"] > li:not(:last-child)::after {
		content: "";
		margin-left: 0;
	}
	form > fieldset
	{
		display: block;
	}
	form > fieldset > *
	{
		margin-bottom: 10px;
	}
	.contenu-texte a
	{
		display: block;
	}
	.avis_gm
	{
		display: block;
	}
	.avis_gm > div
	{
		display: block;
		margin-bottom: 50px;
	}
	.avis_gm > div > div:last-child
	{
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 20px;
		max-height: initial;
	}
	.avis_gm .photo
	{
		right: 40px;
	}
}

/*Mobiles*/
@media screen and (max-width:430px)
{
	#header_top
	{
		text-align : center;
	}
	
	#footer > div > div
	{
		display : block;
		position : relative!important;
		top : initial!important;
		right : initial!important;
		left : initial!important;
		text-align : center;
	}
}