@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300;400;500;600;700&display=swap');

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

	color: #7ab538;
}
h2
{
	margin: 0;
	padding: 0 0 30px;
	font-size: 30px;
	font-family: "Poppins", sans-serif;
	color: rgb(0, 0, 0);
	font-weight: bold;
	line-height: 2.167;
	text-align: center;
}
section
{
	padding: 60px 0;
}
.contentPage h2
{
	text-align: left;
	color: #7ab538;
	margin: 0;
	padding: 0;
	position: relative;
	font-size: 21px;
}
.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: 'Poppins', sans-serif;
}
#mentions h3
{
	text-align: left;
}
#mentions div
{
	margin-top: 40px;
	color: #fff;
}
#mentions div a
{
	color: #7ab538;
}
#mentions .button
{
	font-style: normal;
	padding: 10px 30px;
	margin-top: 20px;
	background-color: #7ab538;
	border-radius: 50vh;
	color: #fff;
}
.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: 10px;
}
::-webkit-scrollbar-thumb
{
  background-color: #7ab538;
  transition: all 0.5s ease;
}
::-webkit-scrollbar-thumb:hover
{
  background-color: #7ab538;
  transition: all 0.5s ease;
}
::-webkit-scrollbar-track
{
  background-color: #f1f1f1;
}
/* 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;
	color: #fff;
}

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

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


/* 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 : 1200px;
}
.container1 {
	display: block;
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1470px;
}
.container2 {
	display: block;
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	max-width: 830px;
}
.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;
	transition: all 0.5s ease;
}
.scroll
{
	background-color: #000;
	transition: all 0.5s ease;
}
header.accueil nav ul:not(.btn_action) li a.button
{
	padding: 10px 40px;
	background-color: #86b347;
	border-radius: 30px;
	transition: background-color 0.5s ease;
	text-transform: initial;
	font-weight: bold;
	font-size: 15px;
}
header nav ul:not(.btn_action) li a:hover.button, header nav ul:not(.btn_action) li.select a.button
{
	color: #fff;
}
.top_nav {
	font-size: 13px;
}
.top_nav .flex_container .head_top
{
	padding: 5px 20px;
	background-color: #fff;
	border-radius: 0 0 20px 20px;
}
.top_nav .flex_container
{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
}
.top_nav .flex_container > div
{
	display: flex;
	align-items: center;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
}
.top_nav .rss > ul
{
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	align-items: center;
	padding: 0;
	margin: 0 0 0 10px;
}
.top_nav .rss > ul > li
{
	display: inline-block;
}
.top_nav .rss > ul > li > a
{
	text-decoration: none;
	display: list-item;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #7ab538;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
	transition: all ease 0.5s;
	font-family: initial;
}
.top_nav .rss > ul > li > a:hover
{
	background-color: #b20666;
	color: #fff;
	transition: all ease 0.5s;
}
.top_nav .coordonnees
{
	font-family: 'Quicksand', sans-serif;
}
.top_nav .coordonnees > ul > li > a span.icone
{
	text-decoration: none;
	display: list-item;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #e9f3de;
	text-align: center;
	line-height: 30px;
	color: #7ab538;
	font-size: 17px;
	transition: all ease 0.5s;
	font-family: initial;
}
.top_nav .coordonnees > ul > li > a:hover span.icone
{
	background-color: #b20666;
	color: #fff;
	transition: all ease 0.5s;
}
.top_nav .coordonnees > ul > li > a
{
	font-size: 16px;
	text-decoration: none;
	font-weight: initial;
	display: flex;
	gap: 10px;
	align-items: center;
	text-align: left;
}
.top_nav .coordonnees > ul > li > a span.name, .top_nav .coordonnees > ul > li > a span.phone
{
	font-size: 14px;
	color: #000;
}
.top_nav .coordonnees .coord
{
	line-height: 17px;
}
.top_nav .coordonnees > ul > li > a span.phone
{
	font-weight: bold;
}
.top_nav .coordonnees > ul
{
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	align-items: center;
	padding: 0;
	margin: 0 0 0 20px;
}
.top_nav .coordonnees > ul > li
{
	display: inline-block;
	margin: 0 10px;
}
#logo
{
	height: 120px;
	margin-bottom: 50px;
}
#logo > a > img
{
	height: 100%;
}
nav
{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	/*margin: 10px 0;*/
	height: 100px;
}
nav .menuMobile
{
	display: none;
}
nav ul
{
	margin: 0;
	padding: 0;

}
nav ul li
{
	display: inline-block;
	list-style: none;
	position: relative;
}
nav ul li a
{
	text-decoration: none;
	color: #fff;
	font-size: 17px;
	padding: 4px 15px;
	margin: 0 4px;
	font-weight: bold;
	font-family: 'Quicksand', sans-serif;
}
nav ul li a:hover, nav ul li.select a
{
	text-decoration: none;
	color: #7ab538;
}
nav ul li a:active,
nav ul li a:focus
{
	color : #b20666;
}
nav ul li a.button
{
	font-weight: bold;
	border-radius: 50vh;
}
nav ul.btn_action li:last-child > a.button
{
	padding: 10px 30px;
	background-color: #7ab538;
	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 #7ab538;
  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: 100%;
	background-color: #000;
}
#slider > .slide-image
{
	height: 90vh;
	display: none;
	overflow: hidden;
}
#slider .slide-prec
{
	left: 10%;
}
#slider .slide-suiv
{
	left: 13%;
}
#slider .slider_arrow
{
	position: absolute;
	top: 90%;
	transform: translate(0, -50%);
	right: 20%;	
}
#slider .slide-prec, #slider .slide-suiv
{
	font-size: 17px;
	cursor: pointer;
	background-color: #fff;
	transition: 0.1s;
	user-select: none;
	transition: all 0.1s ease;
	padding: 10px 14.57px;
	border-radius: 50vh;
	opacity: 0.7;
}
#slider .slide-prec:hover, #slider .slide-suiv:hover
{
	background-color: #7ab538;	
	color: #fff;
	opacity: 1;
	transition: all 0.1s ease;
}
#slider > .dots
{
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 90%;
	cursor: pointer;
}
#slider > .dots > span
{
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #fff;
	margin: 0 10px;
	opacity: 0.3;
	transition: all 0.1s ease;
	border-radius: 50vh;
	position: relative;
}
#slider > .dots > span:hover, #slider > .dots > span.active
{
	background-color: #b20666;
	opacity: 1;
}
#slider > .dots > span:hover::before, #slider > .dots > span.active::before
{
	content: '';
	position: absolute;
	top: -9px;
	left: -9px;
	width: calc(14px + 10px);
	height: calc(14px + 10px);
	border: 2px solid #fff;
	border-radius: 50vh;
}
#slider > .slide-image .contenu-slider
{
	position: absolute;
	color: #fff;
	letter-spacing: 2px;
	line-height: 35px;
	top: calc(50% + 15px);
	left: 50%;
	z-index: 1;
	width: 50%;
	transform: translate(-50%, -50%);
}
#slider > .slide-image .contenu-slider > .sous_titre-slider
{
	text-align: center;
	font-size: 18px;
	font-family: "Quicksand", sans-serif;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	line-height: 2;
	letter-spacing: 0.5em;
}
#slider > .slide-image .contenu-slider > .texte-slider
{
	font-size: 40px;
  font-family: "Poppins";
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.25;
	text-align: center;
}
#slider > .slide-image .contenu-slider > .texte-slider h1
{
	font-size: unset;
	margin: unset;
	font-weight: unset;
	display: unset;
	margin-block-start: unset;
	margin-block-end: unset;
	margin-inline-end: unset;
	margin-inline-start: unset;
}
#slider > .slide-image .contenu-slider > .description-slider
{
	font-size: 13px;
	font-family: "Quicksand", sans-serif;
	color: rgb(255, 255, 255);
	line-height: 1.75;
	text-align: center;
	max-width: 70%;
	margin: 0 auto;
	margin-top: 30px;
}
#slider > .slide-image .contenu-slider > .description-slider a.btn1
{
	text-decoration: none;
	color: #fff;
	background-color: #b20666 !important;
	padding: 10px 35px;
	border-radius: 50vh;
	font-weight: bold;
	font-size: 14px;
	transition: all ease 0.5s;
}
#slider > .slide-image .contenu-slider > .description-slider a.btn1:hover
{
	background-color: #8f0451 !important;
	transition: all ease 0.5s;
}
#slider > .slide-image .contenu-slider > .description-slider a.btn2
{
	text-decoration: none;
	color: #fff;
	border: 2px solid #fff;
	background-color: transparent !important;
	padding: 8px 35px;
	border-radius: 50vh;
	font-weight: bold;
	font-size: 14px;
	transition: all ease 0.5s;
}
#slider > .slide-image .contenu-slider > .description-slider a.btn2:hover
{
	color: #86b347 !important;
	border-color: #86b347;
	background-color: transparent !important;
	transition: all ease 0.5s;
}
#slider > .slide-image .contenu-slider > .description-slider .button
{
	font-size: 14px;
	background-color: #7ab538 !important;
	color: #fff !important;
	text-transform: initial;
	border-radius: 5px;
	transition: initial;
	padding: 10px 20px;
	font-weight: initial;
	margin-top: 10px;
	display: inline-block;
}
#slider > .slide-image .contenu-slider > .description-slider .button:hover
{
	color: #fff !important;
	transition: initial;
	background-color: #163D76 !important;
}
#slider > .slide-image img
{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.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: calc(12% + 8px);}	
}
@keyframes posi
{
	from {left: 15%;}
	to {left: calc(12% + 8px);}	
}

@-webkit-keyframes posiImg
{
	from {right: 15%;}
	to {right: calc(12% + 8px);}	
}
@keyframes posiImg
{
	from {right: 15%;}
	to {right: calc(12% + 8px);}	
}

@-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: #7ab538;
	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 #7ab538 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
{
	margin: 2px 0;
	padding: 15px;
	outline: none;
	font-family: 'Open Sans',sans-serif;
	font-size: 14px;
	border-radius: 10px;
	border: 1px solid #141618;
	width: 100%;
	background-color: #141618;
	color: #fff;
}
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 #7ab538;
	outline : none;
}
form label
{
	color: #aaaaaa;
}
form label > span
{
	color: #ff0000;
}
input.error_form, textarea.error_form, select.error_form
{
	border: 1px solid #f44336;
	font-weight: bold;
	color: #7d7d7d;
}
form > fieldset
{
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}
form > fieldset > div
{
	flex-basis: calc(50% - 10px);
}
form > fieldset > div.double
{
	flex-basis: 100%;
}
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: #b20666;
	color: #fff;
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 30px;
	text-align: center;
}
form fieldset.captcha label
{
	color: #fff;
	margin-bottom: 10px;
}
form fieldset.captcha .captcha_code
{
	display: flex;
	gap: 10px;
	vertical-align: middle;
	justify-content: center;
}
form > fieldset:not(:first-child) > div
{
	margin-top: 10px;
}
form > fieldset textarea
{
	resize: vertical;
}
.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
{
	padding: 10px 20px;
	background-color: #7ab538;
	border-radius: 5px;
	transition: background-color 0.5s ease;
	text-transform: initial;
	font-weight: bold;
	font-size: 15px;
	color: #fff;
	font-weight: initial;
}
button
{
	border: 0;
}
a.button
{
	text-decoration: none;
}
.button:hover, .button_contact:hover, .btn_action > li > a.button:hover
{
	background-color: #b20666 !important;
	transition: all 0.5s ease;
	color: #fff;
}
.button:focus
{
	color: #fff;
}

/* CAPTCHA */
#captcha-2mweb
{
  position: relative;
  width: 300px;
  height: 50px;
  background-color: #f4f4f4;
  border: 1px solid #e1e1e1;
  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;
  color: #000;
}
.captcha-slider-button
{
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-color: #7ab538;
  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: #fff;
  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;
}

/*CONTENT*/
#content
{
	position: relative;
	min-height: calc(100% - 280px);
	padding: 150px 0 0;
	padding-bottom: 30px;
	background-color: #0a0b0c;
}
#content .contenu-texte, #content .contenu-article
{
	color: #fff;
}
#content .contenu-article
{
	margin-top: 60px;
}

/*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: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 17px;
	line-height: 23px;
	text-align: center;
	color: #7ab538;
	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: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 25px;
	line-height: 34px;
	text-align: center;
	color: #FFFFFF;
	text-transform: initial;
}
#avis ul
{
	margin: 0 !important;
	padding: 0 !important;
}
.box-avis
{
	background: #FFFFFF;
	border-radius: 10px;
	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
{
	text-decoration: none;
	display: inline-block;
	margin-top: 10px;
}
#avis .button:hover
{
	background-color: #7ab538 !important;
	transition: all ease 0.5s;
}
.atouts
{
	display: flex;
	align-items: start;
	gap: 20px;
}
.atouts > div
{
	flex-basis: calc(100% / 4 - 10px);
	position: relative;
}
.atouts .box-image
{
	height: 120px;
}
.atouts .box-image > div
{
	position: absolute;
	height: 95px;
	width: 95px;
	background-color: #dae5f9;
	border-radius: 50vh;
	left: 50%;
	transform: translate(-50%, 0);
}
.atouts .box-image > div > div
{
	position: relative;
	height: 100%;
	width: 100%;
}
.atouts .box-image > div > div > img
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 50%;
}
.atouts .box-titre
{
	font-size: 18px;
	font-family: "Poppins", sans-serif;
	color: rgb(0, 0, 0);
	font-weight: bold;
	line-height: 1.333;
	text-align: center;
	width: 50%;
	margin: 0 auto;
}
.atouts .box-texte
{
	font-size: 14px;
	font-family: "Poppins", sans-serif;
	color: rgb(0, 0, 0);
	line-height: 1.714;
	text-align: center;
	padding-top: 10px;
	width: 90%;
	margin: 0 auto;
}
.securite
{
	display: flex;
	align-items: start;
	gap: 20px;
}
.securite > div
{
	flex-basis: calc(100% / 4 - 10px);
	position: relative;
}
.securite .box-image
{
	height: 120px;
}
.securite .box-image > div
{
	position: absolute;
	height: 95px;
	width: 95px;
	left: 50%;
	transform: translate(-50%, 0);
}
.securite .box-image > div > div
{
	position: relative;
	height: 100%;
	width: 100%;
}
.securite .box-image > div > div > img
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 75%;
}
.securite .box-titre
{
	font-size: 18px;
	font-family: "Poppins", sans-serif;
	color: rgb(0, 0, 0);
	font-weight: bold;
	line-height: 1.333;
	text-align: center;
	width: 90%;
	margin: 0 auto;
}
.flexBox1
{
	display: flex;
	gap: 100px;
	align-items: center;
}
.flexBox1 > div:first-child
{
	flex-basis: 40%;
	position: relative;
}
.flexBox1 > div:first-child::before
{
	position: absolute;
	top: 50%;
	left: 50%;
	height: 80%;
	width: 50%;
	background-color: #dae5f9;
	content: '';
	transform: translate(-50%, -50%);
	z-index: -1;
	border-radius: 20px;
}
.flexBox1 > div:last-child
{
	flex-basis: 60%;
}
.flexBox1 .sous-titre-bloc, .flexBox2 .sous-titre-bloc
{
	text-align: left;
	padding-bottom: 0;
}
.flexBox1 .texte-bloc, .flexBox2 .texte-bloc
{
	text-align: justify;
}
.flexBox2
{
	display: flex;
	gap: 100px;
	align-items: center;
}
.flexBox2 > div:first-child
{
	flex-basis: 60%;
}
.flexBox2 > div:last-child
{
	flex-basis: 40%;
	position: relative;
}
.flexBox2 > div:last-child::before
{
	position: absolute;
	top: 50%;
	left: 40%;
	height: 300px;
	width: 300px;
	background-color: #dae5f9;
	content: '';
	transform: translate(-50%, -50%);
	z-index: -1;
	border-radius: 50vh;
}
.boxRDV
{
	background-color: #7ab538;
	border-radius: 20px;
	padding: 80px;
	display: flex;
	gap: 70px;
	color: #fff;
	align-items: center;
}
.boxRDV > div:first-child
{
	flex-basis: 40%;
}
.boxRDV > div:last-child
{
	flex-basis: 60%;
}
.boxRDV .sous-titre-bloc
{
	font-size: 30px;
	font-family: "Poppins";
	color: rgb(255, 255, 255);
	font-weight: bold;
	line-height: 1.5;
	text-align: left;
	padding-bottom: 0;
}
.boxRDV .boxForm
{
	border-radius: 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 30px 0px rgba(18, 19, 20, 0.2);
  padding: 30px;
}
.boxRDV .boxContent .horaire
{
	background-color: #003768;
	border-radius: 10px;
	padding: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	font-style: italic;
	margin-bottom: 30px;
}
.boxRDV .coordonnes > div > a > span
{
	text-decoration: none;
	display: inline-block;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: #fff;
	text-align: center;
	line-height: 36px;
	color: #00427e;
	font-size: 17px;
	transition: all ease 0.5s;
	font-family: initial;
}
.boxRDV .coordonnes > div > a
{
	text-decoration: none;
	color: #fff;
	font-size: 18px;
}
.boxRDV .coordonnes2
{
	display: flex;
	gap: 20px;
	margin-top: 10px;
}
.boxRDV .coordonnes2 > div > a > span
{
	text-decoration: none;
	display: inline-block;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: #fff;
	text-align: center;
	line-height: 36px;
	color: #00427e;
	font-size: 17px;
	transition: all ease 0.5s;
	font-family: initial;
}
.boxRDV .coordonnes2 > div > a
{
	text-decoration: none;
	color: #fff;
	font-size: 18px;
}
#avis
{
	background-color: #f3f5f7;
}
#avis .top_texte
{
	display: flex;
	align-items: center;
	gap: 160px;
}
#avis .top_texte > div:first-child
{
	flex-basis: 70%;
}
#avis .top_texte > div:last-child
{
	flex-basis: 30%;
}
#avis .sous-titre-bloc
{
	text-align: left;
	padding: 0;
	margin: 0;
}
#avis .texte-bloc
{
	text-align: justify;
	font-size: 15px;
}
#avis .businessGoogle
{
	text-align: right;
}
#avis .businessGoogle > a
{
	text-decoration: none;
}
#avis .temoignages_footer > div:first-child
{
	font-size: 18px;
	color: #212121;
	display: flex;
	gap: 20px;
	align-items: end;
	justify-content: end;
}
#avis .temoignages_footer > div:last-child
{
	color: #212121;
	font-size: 18px;
	padding-top: 5px;
}
#avis .temoignages_footer > div:last-child .etoile
{
	color: #fecb00;
}
.boxTopAvis
{
	display: flex;
	gap: 30px;
	align-items: center;
}
.boxTopAvis > .auteurProfilAvis > div
{
	position: relative;
	height: 50px;
	width: 50px;
	border-radius: 50vh;
	overflow: hidden;
}
.boxTopAvis > .auteurProfilAvis > div img
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 100%;
}
.boxTopAvis > .auteurInfoAvis
{
	font-weight: bold;
	font-size: 16px;
	color: #000000;
}
.boxTopAvis > .auteurInfoAvis > span
{
	display: block;
	font-size: 12px;
	font-weight: initial;
	color: #838383;
}
.box-avis .avisTexte
{
	text-align: justify;
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 85px;
}
.box-avis .avisEtoiles
{
	color: #fecb00;
	font-size: 17px;
}
#blog
{
	padding: 60px 0;
	position: relative;
	background-color: #fff;
}
#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 .image > .timeBlog
{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	background-color: rgba(122, 181, 56, 0.85);
	color: #fff;
	padding: 10px 30px;
	border-radius: 0 20px 0 10px;
}
#blog .container .contenu-blog > div > a .titre
{
	font-weight: bold;
	padding: 15px;
	font-size: 22px;
	text-align: left;
	color: #0a0b0c;
	transition: all 0.2s ease;
}
#blog .container .contenu-blog > div > a:hover .titre
{
	color: #b20666;
	transition: all 0.2s ease;
}
#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;
	color: #0a0b0c;
	border: 2px solid #0a0b0c;
	background-color: transparent !important;
	padding: 8px 35px;
	border-radius: 50vh;
	font-weight: bold;
	font-size: 14px;
	transition: all ease 0.5s;
	margin-top: 20px;
	display: inline-block;
	font-family: 'Poppins', sans-serif;
}
#blog > div > div:nth-child(3) > div > a:hover
{
	color: #b20666;
	border: 2px solid #b20666;
}
##artifices_prestique
{
	color: #fff;
}
#artifices_prestique .flex
{
	display: flex;
	gap: 70px;
	justify-content: space-between;
	align-items: center;
}
#artifices_prestique .flex .texte
{
	flex-basis: 43%;
}
#artifices_prestique .flex .flexBox
{
	display: flex;
	flex-wrap: wrap;	
	gap: 20px;
	align-items: center;
	justify-content: space-between;
	flex-basis: 57%;
}
#artifices_prestique .flex .flexBox > div
{
	flex-basis: calc(100% / 2 - 10px);
}
#artifices_prestique h2
{
	color: #fff;
	font-size: 70px;
	line-height: 1.2;
	text-align: left;
}
#artifices_prestique .texte-bloc
{
	color: #fff;
	font-family: 'Quicksand', sans-serif;
	font-size: 16px;
}
#artifices_prestique .texte-bloc .button
{
	text-decoration: none;
	color: #fff;
	border: 2px solid #fff;
	background-color: transparent !important;
	padding: 8px 35px;
	border-radius: 50vh;
	font-weight: bold;
	font-size: 14px;
	transition: all ease 0.5s;
	margin-top: 20px;
	display: inline-block;
	font-family: 'Poppins', sans-serif;
}
#artifices_prestique .texte-bloc .button:hover
{
	color: #b20666;
	border: 2px solid #b20666;
}
#artifices_prestique .box > a
{
	text-decoration: none;
}
#artifices_prestique .box .boxInfo
{
	padding: 10px;
	background-color: #fff;
	border-radius: 10px;
	transition: all 0.2s ease;
}
#artifices_prestique .box .boxInfo .image
{
	position: relative;
	width: 100%;
	height: 200px;
	overflow: hidden;
	border-radius: 10px;
}
#artifices_prestique .box .boxInfo .image img
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	transition: all 0.2s ease;
}
#artifices_prestique .box .boxInfo .titre
{
	font-family: 'Poppins', sans-serif;
	color: #000;
	font-weight: bold;
	font-size: 17px;
	padding: 10px 0;
}
#artifices_prestique .box > a:hover .boxInfo .image img
{
	transform: translate(-50%, -50%) scale(1.2) rotate(10deg);
	transition: all 0.2s ease;
}
#artifices_prestique .box > a:hover .boxInfo
{
	background-color: #b20666;
	transition: all 0.2s ease;
}
#artifices_prestique .box > a:hover .boxInfo .titre
{
	color: #fff;
}
#highlightWhite
{
	background-color: #fff;
}
.apropos h2
{
	font-size: 33px;
	line-height: 1.2;
	text-align: left;
	padding-bottom: 20px;
	font-weight: bold;
}
.apropos .sous-titre-bloc
{
	font-family: 'Poppins', sans-serif;
	text-align: left;
	font-weight: initial;
	font-size: 20px;
	padding-bottom: 20px;
}
.apropos .texte-bloc
{
	color: #7b7b7b;
	font-size: 15px;
	line-height: 1.8;
}
.apropos .texte-bloc .button
{
	text-decoration: none;
	color: #0a0b0c;
	border: 2px solid #0a0b0c;
	background-color: transparent !important;
	padding: 8px 35px;
	border-radius: 50vh;
	font-weight: bold;
	font-size: 14px;
	transition: all ease 0.5s;
	margin-top: 20px;
	display: inline-block;
	font-family: 'Poppins', sans-serif;
}
.apropos .texte-bloc .button:hover
{
	color: #86b347;
	border: 2px solid #86b347;
}
.apropos .flex
{
	display: flex;
	gap: 70px;
	justify-content: space-between;
	align-items: center;
}
#highlightWhite .flex .image
{
	position: relative;
	z-index: 6;
}
#highlightWhite .flex .image::before
{
	position: absolute;
	top: 35px;
	left: -20px;
	height: 60px;
	width: 70px;
	background-color: #7ab538;
	border-radius: 10px;
	content: '';
	-webkit-animation-name: posiB1;
	-webkit-animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-timing-function: ease;
	animation-name: posiB1;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: ease;
}
#highlightWhite .flex .image::after
{
	position: absolute;
	bottom: 0;
	right: -10px;
	height: 195px;
	width: 220px;
	background-color: #b20666;
	border-radius: 10px;
	content: '';
	z-index: -1;
	-webkit-animation-name: posiB2;
	-webkit-animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-timing-function: ease;
	animation-name: posiB2;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: ease;
}
@-webkit-keyframes posiB1
{
	from {transform: translate(0,0) rotate(0deg);}
	to {transform: translate(-20px,0) rotate(15deg);}	
}
@keyframes posiB1
{
	from {transform: translate(0,0) rotate(0deg);}
	to {transform: translate(-20px,0) rotate(15deg);}	
}
@-webkit-keyframes posiB2
{
	from {transform: translate(0,0) rotate(0deg);}
	to {transform: translate(15px,15px) rotate(-15deg);}	
}
@keyframes posiB2
{
	from {transform: translate(0,0) rotate(0deg);}
	to {transform: translate(15px,15px) rotate(-15deg);}	
}
#chiffres_cle
{
	background-color: #b20666;
	color: #fff;
}
#chiffres_cle h2
{
	color: #fff;
	padding-bottom: 70px;
	margin-top: 0;
	line-height: 0;
}
#chiffres_cle .flex
{
	display: flex;
	gap: 70px;
	justify-content: space-between;
	align-items: center;
	text-align: center;
}
#chiffres_cle .chiffre > div:first-child
{
	font-size: 65px;
	font-weight: bold;
	font-family: 'Quicksand', sans-serif;
}
#video
{
	background: url('../img/img_upload/nous_en_video.png');
	background-size: cover;
	padding: 170px 0;
	background-position: center;
}
#video .flex
{
	display: flex;
	gap: 70px;
	justify-content: space-between;
	align-items: center;
}
#video .flex > div
{
	flex-basis: 50%;
}
#video .flex .texte
{
	text-align: left;
}
#video .flex .texte h2
{
	color: #fff;
	font-size: 37px;
	line-height: 1.2;
	text-align: left;
}
#video .flex .playBtn
{
	text-align: center;
	font-size: 100px;
	color: #fff;
}
#video .flex .playBtn a
{
	text-decoration: none;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	background-color: #b20666;
	text-align: center;
	line-height: 160px;
	color: #fff;
	font-size: 60px;
	transition: all ease 0.5s;
	font-family: initial;
	display: inline-block;
	position: relative;
	z-index: 6;
/*	animation: pulse 2s infinite;*/
}
#video .flex .playBtn a::before
{
	content: '';
	position: absolute;
	top: -40px;
	left: -40px;
	height: 239px;
	width: 239px;
	background-color: #b20666;
	opacity: 0.3;
	z-index: -1;
	border-radius: 50vh;
	animation: pulse 2s infinite;
	animation-delay: 0.3s;
}
#video .flex .playBtn a::after
{
	content: '';
	position: absolute;
	top: -80px;
	left: -80px;
	height: 320px;
	width: 320px;
	background-color: #b20666;
	opacity: 0.2;
	z-index: -2;
	border-radius: 50vh;
	animation: pulse 2s infinite;
	animation-delay: 0.5s;
}
@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(3);
    }
}
#video .texte .texte-bloc
{
	font-size: 15px;
	line-height: 1.8;
	color: #fff;
}
#equipe .flex
{
	display: flex;
	gap: 70px;
	justify-content: space-between;
	align-items: center;
}
#equipe .flex > div
{
	flex-basis: 50%;
}
#equipe h2
{
	color: #fff;
	padding-bottom: 70px;
	margin-top: 0;
	line-height: 0;
}
#equipe .membre > a
{
	position: relative;
	text-decoration: none;
	color: #fff;
}
#equipe .membre > a:hover > .flexBox
{
	transform: rotate(2deg);
	transition: all 0.2s ease;
}
#equipe .flexBox
{
	gap: 20px;
	position: relative;
	display: flex;
	align-items: center;
	background-color: #b20666;
	border-radius: 20px;
	padding: 25px 0;
	margin-left: 25px;
	transition: all 0.2s ease;
}
#equipe .flexBox .image
{
	margin-left: -25px;
	position: relative;
	height: 170px;
	width: 200px;
	border-radius: 20px;
	overflow: hidden;
}
#equipe .flexBox .image > img
{
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#equipe .flexBox .information
{
	flex-basis: 53%;
}
#equipe .flexBox .information > label
{
	padding: 5px 20px;
	border-radius: 20px;
	background-color: rgba(10, 11, 12,0.7);
	font-size: 17px;
	margin-bottom: 20px;
	display: inline-block;
	font-family: 'Quicksand', sans-serif;
	font-weight: bold;
}
#equipe .flexBox .information > label > i
{
	color: #7ab538;
}
#equipe .flexBox .information .name
{
	font-weight: bold;
	font-size: 27px;
	font-family: 'Poppins', sans-serif;
}
#equipe .flexBox .information .poste
{
	font-size: 16px;
}
#contact h2
{
	color: #fff;
	padding-bottom: 70px;
	margin-top: 0;
	line-height: 0;
}

/*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: #b20666;
	border-radius: 50vh;
	font-size: 21px;
	color: #fff;
	transition: all ease 0.5s;
}
#blogPage .share_blog a:hover
{
	background-color: #7ab538;
	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: #7ab538;
	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: #7ab538;
	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: #7ab538;
}
.contenu_blog .content_articles_blog > article
{
	color: #fff;
}
#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;}
}

/*CATEGORIE BOUTIQUE*/
.bloc_categorie
{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 15px;
}
.bloc_categorie > *
{
	flex-basis: calc(100% / 4 - 15px);
	text-decoration: none;
	color: initial;
	padding: 10px;
	border: 1px solid #e6e6e6;
	position: relative;
}
.bloc_categorie > a:hover .btn span
{
	background-color: #fff;
	border: 1px solid #00427e;
	color: #00427e;
}

.bloc_categorie > a:hover .titre
{
	color: #00427e;
}
.bloc_categorie > a > div > .img
{
	height: 240px;
	width: 100%;
	overflow: hidden;
	position: relative;
	border: 1px solid #e6e6e6;
	background-color: #fff;
}
.bloc_categorie > a > div > .img img
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.bloc_categorie > a > div > .img img.paysage
{
	width: initial;
	height: 100%;
}
.bloc_categorie > a > div > .img img.portrait
{
	height: initial;
	width: 100%;
}
.bloc_categorie .box_texte > div:first-child
{
	flex-basis: 70%;
}
.bloc_categorie .titre
{
	font-size: 16px;
	font-family: "Poppins";
	color: rgb(0, 1, 20);
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
}
.bloc_categorie .box_texte
{
	display: flex;
	gap: 10px;
	align-items: center;
	margin-top: 20px;
	min-height: 50px;
}
.bloc_categorie .box_texte .reference
{
	padding: 2px 10px;
	background-color: #c2c2c2;
	display: inline-block;
	border-radius: 5px;
	color: #fff;
	font-style: italic;
	font-size: 11px;
}
.bloc_categorie .btn
{
	flex-basis: 30%;
	text-align: right;
}
.bloc_categorie .btn span
{
	padding: 14px 15.25px;
	background-color: #7ab538;
	border-radius: 50vh;
	color: #fff;
}

/*PRODUIT*/
.boxListProduits
{
	display: flex;
	gap: 19px;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.boxListProduits > div
{
	flex-basis: calc(100% / 4 - 20px);
	position: relative;
	padding: 10px;
	margin-bottom: 30px;
	background-color: #fff;
	border-radius: 10px;
}
.boxListProduits > div > a
{
	text-decoration: none;
	color: initial;
}
.boxListProduits > div .img
{
	position: relative;
	width: 100%;
	height: 190px;
	overflow: hidden;
	border: 1px solid #e6e6e6;
}
.boxListProduits > div .img img
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.boxListProduits > div .img > img.portrait
{
	width: 100%;
}
.boxListProduits > div .img > img.paysage
{
	height: 100%;
}
.boxListProduits > div .titre
{
	font-size: 15px;
	font-family: "Poppins";
	color: #000;
	padding: 15px 0 0;
	min-height: 65px;
	display: flex;
	justify-content: left;
	align-items: center;
	text-transform: uppercase;
	font-weight: bold;
}
.boxListProduits > div .prix > span
{
	color: #333333;
	font-size: 16px;
	transition: all ease 0.3s;
}
.boxListProduits > div .btn
{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.boxListProduits > div .btn > .btn_action
{
	text-decoration: none;
	display: list-item;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #eeeeee;
	text-align: center;
	line-height: 40px;
	color: #888888;
	font-size: 18px;
	transition: all ease 0.3s;
	font-family: initial;
}
.boxListProduits > div .btn > .btn_action::marker
{
	font-size: 0;
}
.boxListProduits > div:hover .btn .prix > span
{
	color: #7ab538;
	transition: all ease 0.3s;
}
.boxListProduits > div:hover .btn > .btn_action
{
	background-color: #7ab538;
	color: #fff;
	transition: all ease 0.3s;
}
#produit_show {
    display: flex;
    gap: 20px;
    align-items: center;
}
#produit_show > .photos, #produit_show > .information {
    flex-basis: 50%;
}
#produit_show .photos > .slick_produit {
    position: relative;
    width: 582px;
    height: 582px;
    overflow: hidden;
/*    background-color: #ededed;*/
    border-radius: 20px;
}
#produit_show .slick-slide {
    width: 100%;
    height: 582px;
    display: flex;  /* Ajouté pour permettre le centrage vertical des images */
    align-items: center;  /* Centrage vertical des images */
    justify-content: center;  /* Centrage horizontal des images */
    position: relative;
}
#produit_show .slick-slide img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
#produit_show .produit_informations h1
{
	text-align: left;
	color: #0577bd;
	padding: 0;
	margin: 0;
}
#produit_show .produit_informations .reference
{
	font-style: italic;
	padding-bottom: 20px;
	font-size: 12px;
}
#produit_show .produit_informations label
{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	display: block;
	color: #00609b;
	padding-bottom: 5px;
}
#produit_show .produit_informations .modele, #produit_show .produit_informations .qte
{
	padding-top: 10px;
	padding-bottom: 10px;
}
#produit_show .produit_informations .information
{
	padding: 30px 0;
}
#produit_show .produit_informations .information > ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
#produit_show .produit_informations .information > ul > li
{
	display: inline-block;
	padding: 0 20px;
}
#produit_show .produit_informations .information .check
{
	padding: 5px 6.25px;
	background-color: #04bd6c;
	color: #fff;
	border-radius: 50vh;
}
#produit_show .produit_informations .information .uncheck
{
	padding: 5px 6.25px;
	background-color: #fa2727;
	color: #fff;
	border-radius: 50vh;
}
#produit_show .produit_informations .add_produit > .prix
{
	display: inline-flex;
}
#produit_show .produit_informations .add_produit > .prix > span
{
	padding: 15px;
	border-radius: 20px;
	text-align: center;
	color: #0577bd;
	font-size: 19px;
}
#produit_show .produit_informations .add_produit
{
	text-align: center;
	background-color: #e6e6e6;
	border-radius: 10px;
}
#produit_show .produit_informations .info_produit .add_produit
{
	text-align: right;
}
#produit_show .btn_add_panier
{
	text-align: center;
}
#produit_show .btn_submit_produit
{
	margin-top: 20px;
	padding: 0 55px;
	line-height: 48px;
	font-size: 14px;
	font-weight: 700;
	border: none;
	border-radius: 20px;
	box-shadow: none;
	text-transform: uppercase;
	cursor: pointer;
	background-color: #0577bd;
	color: #fff;
}
#produit_show .btn_submit_produit:hover
{
	background-color: #00609b;
}
#produit_show .partage_btn
{
	margin-right: 10px;
	line-height: 30px;
	font-weight: 700;
	color: #47494a;
	font-size: 14px;
	margin-top: 20px;
}
#produit_show .partage_btn ul
{
	list-style: none;
	margin: 0;
	padding: 0 15px;
	display: inline-block;
}
#produit_show .partage_btn ul > li
{
	display: inline-block;
}
#produit_show .partage_btn ul > li > a
{
	line-height: 30px;
	text-align: center;
	color: #b4b4b4;
	margin-right: 20px;
	white-space: normal;
	text-indent: 0;
	padding: 0;
}
.flying-item
{
    position: absolute;
    transition: all 0.5s ease-in-out;
    pointer-events: none;
    z-index: 1000;
}

/*TABS*/
.tabs {
  width: 100%;
  margin-top: 40px;
}

.tab-headers {
  display: flex;
  justify-content: space-around;
}

.tab-header {
  cursor: pointer;
	padding: 0 0 15px 0;
	margin: 0 30px;
	font-size: 20px;
	text-transform: capitalize;
	line-height: 24px;
	color: #888888;
	border-bottom: 2px solid transparent;
}

.tab-header.active {
  color: #000;
  border-bottom: 2px solid #0577bd;
}

.tab-content
{
	padding: 30px;
	border: 1px solid #ebebeb;
}

.tab-content .tab {
  display: none;
}

.tab-content .tab.active {
  display: block;
}

/*FOOTER*/
#footer
{
	color : #fff;
	background-color : #0a0b0c;
	font-size: 13px;
	padding: 70px 0 100px;
}
#footer .sous_footer .flex
{
	display: flex;
	gap: 70px;
	justify-content: space-between;
	align-items: center;
	text-align: center;
}
#footer .sous_footer .flex > div
{
	flex-basis: calc(100% / 3 - 10px);
}
#footer a
{
	color : #fff;
}

/*CONTENU*/
.flexPhotosContent > ul
{
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 2vmin;
	padding: 0 14px;
}
.flexPhotosContent > ul > li
{
	list-style: none;
	height: 250px;
	flex-grow: 1;
}
.flexPhotosContent > ul > li img
{
	height: 100%;
	width: 100%;
	object-fit: cover;
}

/*Tablettes*/
@media screen and (max-width:900px)
{
	#logo
	{
		height: 80px;
		margin-bottom: 0;
	}
	.row > *
	{
		display : block!important;
		width : initial!important;
		padding : initial!important;
	}
	#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;
	}
	.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 .menuMobile
	{
		display: initial !important;
	}
	nav .menuDesktop
	{
		display: none !important;
	}
	form > fieldset.captcha > .captcha_container
	{
		max-width: 100%;
	}
	.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;
	}
	.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: 100%;
		width: initial;
	}
	#footer > div > div
	{
		margin: 0;
		text-align: center;
	}
	#footer .logo > div:nth-child(3) > a
	{
		justify-content: center;
	}
	#footer .a-propos
	{
		list-style-position: inside;
	}
	#footer #infos_complementaires
	{
		position: initial;
	}
	#slider > .slide-image .contenu-slider
	{
		width: 80%;
	}
	#artifices_prestique h2
	{
		font-size: 55px;
	}
	#artifices_prestique .flex .texte, #artifices_prestique .flex .flexBox
	{
		flex-basis: 50%;
	}
	#artifices_prestique .box .boxInfo .image
	{
		height: 120px;
	}
	.apropos .flex > .image, .apropos .flex > .texte
	{
		flex-basis: 50%;
	}
	.apropos .flex > .image img
	{
		width: 100%;
	}
	#chiffres_cle .flex
	{
		flex-wrap: wrap;
		justify-content: center;
	}
	#blog .container .contenu-titre h2
	{
		max-width: 100%;
	}
	#blog .container .contenu-blog > div
	{
		flex-basis: calc(100% / 2 - 20px);
	}
	#blog .container .contenu-blog > div:last-child
	{
		display: none;
	}
	#equipe .flex
	{
		display: block;
	}
	#equipe .flex > div
	{
		margin-bottom: 20px;
	}
}
@media screen and (max-width:860px)
{
	#content
	{
		padding: 170px 0 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;
	}
	.box-avis
	{
		margin-left: 20px;
	}
	.box-avis > .photo
	{
		top: -50px;
		left: 50%;
		transform: translate(-50%, 0);
	}	
	#slider
	{
		height: 785px;
	}
	#slider > .slide-image
	{
		display: block;
	}
	#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
	{
		line-height: 25px;
		width: 90%;
	}
	#slider > .slide-image .contenu-slider > .texte-slider
	{
		margin-top: 0;
		font-size: 22px !important;
		line-height: initial !important;
	}
	#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;
	}
	#avis .container .titre-bloc
	{
		max-width: 100%;
	}
	.flex_container > .rss
	{
		flex-basis: 60%;
		text-align: left;
	}
	.flex_container > .rss > ul
	{
		margin-left: 0;
		padding-left: 0;
	}
	.atouts
	{
		display: block;
	}
	.atouts > div:not(:last-child)
	{
		margin-bottom: 30px;
	}
	.flexBox1
	{
		display: block;
	}
	.flexBox1 > div:first-child > img
	{
		height: initial;
		width: 100%;
	}
	.flexBox2
	{
		display: block;
	}
	.flexBox2 > div:last-child
	{
		margin-top: 60px;
	}
	.flexBox2 > div:last-child::before
	{
		height: 200px;
		width: 200px;
	}
	.boxRDV
	{
		display: block;
		padding: 40px;
	}
	.boxRDV .coordonnes > div > a, .boxRDV .coordonnes2 > div > a
	{
		font-size: 15px;
	}
	.boxRDV .coordonnes, .boxRDV .coordonnes2
	{
		text-align: center;
	}
	.boxRDV .coordonnes2
	{
		margin-bottom: 30px;
	}
	.flexBox2 > div:last-child > img
	{
		height: initial;
		width: 100%;
	}
	#avis .top_texte
	{
		display: block;
	}
	.securite
	{
		display: block;
	}
	.securite > div:not(:last-child)
	{
		margin-bottom: 30px;
	}
	.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);
	}
	
	@-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;
	}
	#artifices_prestique .flex, .apropos .flex, #video .flex, #blog .container .contenu-blog, #blog .container .contenu-blog > div:last-child, #equipe .flexBox, #footer .sous_footer .flex
	{
		display: block;
	}
	#highlightWhite .flex .image::before, #highlightWhite .flex .image::after
	{
		animation: none;
	}
	#highlightWhite .flex .image::before
	{
		left: -10px;
	}
	#highlightWhite .flex .image, #artifices_prestique .flex .texte
	{
		margin-bottom: 80px;
	}
	#chiffres_cle .flex
	{
		display: block;
	}
	#chiffres_cle .flex > div
	{
		margin-bottom: 40px;
	}
	#video .flex .texte
	{
		margin-bottom: 150px;
	}
	#blog .container .contenu-blog > div
	{
		margin-bottom: 40px;
	}
	#equipe .flexBox
	{
		margin-left: 0;
		text-align: center;
	}
	#equipe .flexBox .image
	{
		margin: 0 auto;
		margin-bottom: 30px;
	}
	#footer .sous_footer .flex > div
	{
		text-align: center !important;
		margin-bottom: 60px;
	}
	.top_nav .flex_container .head_top
	{
		width: 100%;
		display: block;
	}
	.head_top > .rss
	{
		display: none;
	}
	.top_nav .coordonnees > ul
	{
		margin: 0;
		padding: 0;
		width: 100%;
	}
	.top_nav .coordonnees > ul > li
	{
		display: inline-block;
		width: calc(100% / 2 - 25px);
	}
	.top_nav .coordonnees > ul > li > a span.name
	{
		font-size: 11px;
	}

	#footer > div > div
	{
		display : block;
		position : relative!important;
		top : initial!important;
		right : initial!important;
		left : initial!important;
		text-align : center;
	}
}