@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,700;1,300;1,400;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: 'Quicksand', sans-serif;
	font-size : 14px;
	color : #353535;
}
BODY.popup-open
{
	overflow: hidden;
}
h1:not(.texte-slider > h1)
{
	font-family: 'Quicksand', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 26px;
	line-height: 35px;
	text-align: center;

	color: #cb040e;
}
h2
{
	margin: 0;
	padding: 0 0 30px;
	font-size: 30px;
	font-family: "Quicksand", 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: #cb040e;
	margin: 0;
	padding: 0;
	margin-top: 30px;
	position: relative;
	margin-left: 30px;
	line-height: initial;
}
.contentPage h2::before
{
	position: absolute;
	content: '';
	height: 5px;
	width: 20px;
	background-color: #cb040e;
	left: -30px;
	top: 50%;
	transform: translate(0, -50%);
}
.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: 'Quicksand', 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: #cb040e;
	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: #cb040e;
  transition: all 0.5s ease;
}
::-webkit-scrollbar-thumb:hover
{
  background-color: #cb040e;
  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;
}

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

/* Style pour le dernier lien (non cliquable) */
ol[itemtype="http://schema.org/BreadcrumbList"] > li:last-child a
{
	color: #1e1e2d;
	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;
}
.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: rgba(255, 255, 255, 1);
	box-shadow: 0 2px 2px rgba(0,0,0,0.1);*/
/*	backdrop-filter: blur(25px);*/
}
header.accueil nav ul:not(.btn_action) li a.button
{
	padding: 10px 40px;
	background-color: #cb040e;
	border-radius: 50vh;
	transition: background-color 0.5s ease;
	text-transform: initial;
	font-weight: bold;
	font-size: 15px;
	transition: 0.2s ease;
}
.scroll
{
	background-color: #141618;
	box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	transition: 0.2s ease;
}
.top_nav {
	background-color: #cb040e;
	color: #fff;
	font-size: 13px;
	padding: 10px 0;
}
.top_nav .flex_container
{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: 'Quicksand', 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: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #9b0008;
	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: #fff;
	color: #9b0008;
	transition: all ease 0.5s;
}
.top_nav .coordonnees > ul > li > a
{
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	font-weight: initial;
}
.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: 25px;
}
#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;
}
nav ul li a:hover, nav ul li.select a
{
	text-decoration: none;
	color: #cb040e;
}
nav ul li a.button:hover, nav ul li.select a.button
{
	text-decoration: none;
	color: #fff;
}
nav ul li a.button
{
	font-weight: bold;
}
nav ul.btn_action li:last-child > a.button
{
	padding: 10px 30px;
	background-color: #cb040e;
	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 #cb040e;
  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
{
	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: 19px;
	transition: all ease 0.5s;
	font-family: initial;
}
#slider .slide-prec:hover, #slider .slide-suiv:hover
{
	background-color: #cb040e;	
	color: #fff;
	opacity: 1;
	transition: all 0.1s ease;
}
#slider > .dots
{
	position: absolute;
	left: 20%;
	transform: translate(0, -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
{
	opacity: 1;
	background-color: #cb040e;
	transition: all 0.1s ease;
}
#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% + 50px);
	left: 50%;
	z-index: 1;
	width: 50%;
	transform: translate(-50%, -50%);
}
#slider > .slide-image .contenu-slider > .sous_titre-slider
{
	letter-spacing: 0.5em;
	font-size: 18px;
	font-family: "Quicksand";
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	line-height: 3.611;
	text-align: center;
}
#slider > .slide-image .contenu-slider > .texte-slider
{
	font-size: 39.653px;
	font-family: "Poppins";
	color: rgb(255, 255, 255);
	font-weight: bold;
	line-height: 1.387;
	text-align: center;
	max-width: 80%;
	margin: 0 auto;
}
#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
{
	max-width: 80%;
	margin: 0 auto;
	font-size: 16px;
	font-family: "Quicksand";
	color: rgb(255, 255, 255);
	line-height: 1.75;
	text-align: center;
}
#slider > .slide-image .contenu-slider > .description-slider a
{
	text-decoration: none;
	color: #fff;
	background-color: #76378a;
	padding: 25px 35px;
	border-radius: 50vh;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: bold;
	font-size: 16px;
	transition: all ease 0.5s;
}
#slider > .slide-image .contenu-slider > .description-slider a:hover
{
	background-color: #4d2361;
	transition: all ease 0.5s;
}
#slider > .slide-image .contenu-slider > .description-slider .button
{
	font-size: 14px;
	background-color: #cb040e !important;
	color: #fff !important;
	text-transform: initial;
	border-radius: 50vh;
	transition: initial;
	padding: 15px 50px;
	font-weight: initial;
	margin-top: 30px;
	display: inline-block;
	transition: 0.5s ease;
}
#slider > .slide-image .contenu-slider > .description-slider .button2
{
	font-size: 14px;
	background-color: transparent !important;
	color: #fff !important;
	text-transform: initial;
	border: 2px solid #fff;
	border-radius: 50vh;
	transition: initial;
	padding: 13px 50px;
	font-weight: initial;
	margin-top: 30px;
	display: inline-block;
	transition: 0.5s ease;
}
#slider > .slide-image .contenu-slider > .description-slider .button:hover
{
	color: #fff !important;
	transition: initial;
	background-color: #9b0008 !important;
	transition: 0.5s ease;
}
#slider > .slide-image .contenu-slider > .description-slider .button2:hover
{
	border-color: #9b0008;
	transition: 0.5s ease;
}
#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: #cb040e;
	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 #cb040e 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 #cb040e;
	outline : none;
}
form label
{
	color: #141415;
}
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: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 30px;
	background-color: #cb040e;
	border-radius: 50vh;
	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: #9b0008 !important;
	transition: all 0.5s ease;
	color: #fff;
}
.button:focus
{
	color: #fff;
}

/* CAPTCHA */
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: #cb040e;
	font-size: 14px;
	line-height: 1.72;
	color: #bbb;
	padding: 10px;
	margin-bottom: 10px;
	text-align: justify;
	border-radius: 10px
}

form fieldset.captcha>.captcha_container input {
	background-color: #fff;
	color: #111b22
}

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;
	align-items: center
}

form fieldset.captcha .captcha_code>div:first-child {
	height: 70px
}

/*CONTENT*/
#content
{
	position: relative;
	min-height: calc(100% - 2px);
	padding: 180px 0 0;
	padding-bottom: 30px;
}

/*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: 'Quicksand', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 17px;
	line-height: 23px;
	text-align: center;
	color: #cb040e;
	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: 'Quicksand', 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: #cb040e !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: #cb040e;
	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;
}
#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 .boxVideo
{
	display: block;
	height: 100%;
	width: 100%;
}
#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: #cb040e;
	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: #cb040e;
	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: #cb040e;
	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;
	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;
}
#popup iframe
{
	display: block;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#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;}
}

/*FOOTER*/
#footer
{
	color : #fff;
	background-color : #cb040e;
}
#footer > div
{
	position : relative;
}
#footer > div:first-child
{
	padding: 40px 0;
}
#footer a
{
	color : #fff;
}
#footer .logoFooter .adresse
{
	margin: 20px 0;
	display: block;
	color: #777777;
	text-decoration: none;
}
#footer .logoFooter .coordonnes2
{
	margin-top: 30px;
}
#footer .logoFooter .coordonnes2 > div
{
	margin: 10px 0;
}
#footer .logoFooter .coordonnes2 > div > a > span
{
	text-decoration: none;
	display: inline-block;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: #00427e;
	text-align: center;
	line-height: 36px;
	color: #fff;
	font-size: 17px;
	transition: all ease 0.5s;
	font-family: initial;
}
#footer .logoFooter .coordonnes2 > div > a
{
	text-decoration: none;
	color: #777777;
	font-size: 18px;
}
#footer #infos_site, #footer #infos_complementaires
{
	padding : 5px 0;
	font-size : 12px;
}
#footer #footerId
{
	text-align: center;
	align-items: center;
	display: flex;
}
#footer ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer ul li
{
	margin-left: 15px;
	display: inline-block;
}
#footer ul li a
{
	text-decoration: underline;
	font-size: 12px;
}
#footer 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 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;
}
#footer .sous_footer
{
	color: #fff;
}

#chiffres_cle
{
	background-color: #cb040e;
	color: #fff;
}
#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: 45px;
	font-weight: bold;
	font-family: 'Quicksand', sans-serif;
	margin-bottom: 20px;
}

.apropos h2
{
	font-size: 53px;
	padding-bottom: 20px;
	font-weight: bold;
  font-family: "Poppins";
  color: rgb(0, 0, 0);
  line-height: 1.4;
  text-align: left;
}
.apropos .sous-titre-bloc
{
	font-family: 'Poppins', sans-serif;
	text-align: left;
	font-weight: initial;
	font-size: 20px;
  color: rgb(203, 4, 14);
  text-transform: uppercase;
  line-height: 3.611;
}
.apropos .texte-bloc
{
	font-size: 16px;
  font-family: "Quicksand";
  color: rgb(0, 0, 0);
  line-height: 1.75;
}
.apropos .texte-bloc .button
{
	text-decoration: none;
	color: #fff;
	background-color: #cb040e !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
{
	background-color: #9b0008;
}
.apropos .flex
{
	display: flex;
	gap: 70px;
	justify-content: space-between;
	align-items: center;
}
.apropos .flex .image
{
	position: relative;
	z-index: 6;
}
.apropos .flex picture
{
	height: 450px;
	width: 530px;
	object-fit: cover;
	overflow: hidden;
	display: block;
	border: 5px solid #fff;
	border-radius: 10px;
	box-shadow: 0px 7px 16px 4px rgba(17, 17, 17, 0.35);
}
.apropos .flex .image::before
{
	position: absolute;
	top: 25px;
	left: -30px;
	height: 60px;
	width: 70px;
	background-color: #cb040e;
	border-radius: 10px;
	content: '';
	z-index: 99;
}
.apropos .flex .image::after
{
	position: absolute;
	bottom: -20px;
	right: -40px;
	height: 445px;
	width: 445px;
	background-color: #e3e3e3;
	border-radius: 110px;
	content: '';
	z-index: -1;
	transform: rotate(45deg);
	-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 posiB2
{
	from {transform: translate(0,0) rotate(45deg);}
	to {transform: translate(15px,15px) rotate(55deg);}	
}
@keyframes posiB2
{
	from {transform: translate(0,0) rotate(45deg);}
	to {transform: translate(15px,15px) rotate(55deg);}	
}
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: 90;
	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;
}
.slideshowAccueil
{
	background-color: #cb040e;
	position: relative;
	padding: 0 !important;
	max-height: 550px;
	height: 550px;
	margin-top: 60px;
}
.slideshowAccueil::after
{
	content: '';
	top: 0;
	right: 0;
	display: block;
	position: absolute;
	background-image: url(../img/pictoAAP.png);
	background-repeat: no-repeat;
	background-size: 85%;
	height: 100%;
	width: 500px;
	background-position: top right;
}
.slideshowAccueil .sous-titre-bloc
{
	font-family: 'Poppins', sans-serif;
	text-align: left;
	font-weight: initial;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	line-height: 3.611;
}
.slideshowAccueil .titre-bloc
{
	font-size: 53px;
	padding-bottom: 0;
	font-weight: bold;
	font-family: "Poppins";
	color: #fff;
	line-height: 1.4;
	text-align: left;
	margin-bottom: 0;
}
.slideshowAccueil .texte-bloc
{
	font-size: 16px;
	font-family: "Quicksand";
	color: #fff;
	line-height: 1.75;
}
.slideshowAccueil > .flex
{
	display: flex;
	align-items: center;
}
.slideshowAccueil > .flex > div:first-child
{
	flex-basis: 40%;
	width: 40%;
}
.slideshowAccueil > .flex > div:last-child
{
	flex-basis: 60%;
	padding: 60px 80px 60px 160px;
	max-width: 40%;
}
.slideshowAccueil #slideshowAccueilUL
{
	width: 100%;
	height: 550px;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
}
.slideshowAccueil #slideshowAccueilUL li
{
	width: 100%;
	height: 100%;
}
.slideshowAccueil #slideshowAccueilUL picture
{
	width: 100%;
	height: 550px;
	display: block;
}
.slideshowAccueil #slideshowAccueilUL picture img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.slideshowAccueil .slideshow
{
	position: relative;
}
.slideshowAccueil .arrowsSlideshow
{
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 1;
}
.slideshowAccueil .arrowsSlideshow > div
{
	text-decoration: none;
	display: inline-block;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background-color: #fff;
	text-align: center;
	line-height: 45px;
	color: #000;
	font-size: 22px;
	transition: all ease 0.5s;
	font-family: initial;
}
.slideshowAccueil .arrowsSlideshow > div:first-child
{
	margin-right: 10px;
}
.slideshowAccueil .arrowsSlideshow > div:hover
{
	background-color: #cb040e;
	color: #fff;
}
.slideshowAccueil .texte-bloc > p:first-child
{
	margin-bottom: 30px;
}
.slideshowAccueil .button
{
	border-radius: 50vh;
	border: 2px solid #fff;
	background-color: transparent !important;
	color: #fff;
	font-weight: bold;
}
#video
{
	background: url('../img/img_upload/nous_en_video.png');
	background-size: cover;
	padding: 130px 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
{
	font-size: 16px;
	font-family: "Quicksand";
	color: #fff;
	line-height: 1.75;
	text-align: left;
}
#video .flex .texte h3
{
	font-family: 'Poppins', sans-serif;
	text-align: left;
	font-weight: initial;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	line-height: 3.611;
}
#video .flex .texte h2
{
	font-size: 43px;
	padding-bottom: 0;
	font-weight: bold;
	font-family: "Poppins";
	color: #fff;
	line-height: 1.4;
	text-align: left;
	margin-bottom: 0;
}
#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: #cb040e;
	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: #cb040e;
	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: #cb040e;
	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;
}
#contact .flex
{
	display: flex;
	gap: 70px;
	align-items: center;
	justify-content: space-between;
}
#contact .flex > div:first-child
{
	flex-basis: 50%;
}
#contact .flex > div:last-child
{
	flex-basis: 45%;
}
#contact h3
{
	font-family: 'Poppins', sans-serif;
	text-align: left;
	font-weight: initial;
	font-size: 20px;
	color: rgb(203, 4, 14);
	text-transform: uppercase;
	line-height: 2.611;
	padding: 0;
	margin: 0;
}
#contact h2
{
	font-size: 43px;
	padding-bottom: 20px;
	font-weight: bold;
	font-family: "Poppins";
	color: rgb(0, 0, 0);
	line-height: 1.4;
	text-align: left;
}
#contact .texte-bloc
{
	font-size: 16px;
	font-family: "Quicksand";
	color: rgb(0, 0, 0);
	line-height: 1.75;
}

/*CONTENUS*/
.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)
{
	.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;
	}
	.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: 35%;
		text-align: left;
	}
	#logo > a
	{
		width: 100%;
	}
	#logo > a > img
	{
		width: 100%;
		height: 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;
	}
	.flexBox1, .flexBox2
	{
		gap: 40px;
	}
	.boxRDV
	{
		padding: 40px;
	}
	.boxRDV > div
	{
		flex-basis: 50% !important;
	}
	.slideshowAccueil > .flex
	{
		display: block;
	}
	.slideshowAccueil > .flex > div:first-child
	{
		width: 100%;
	}
	.slideshowAccueil > .flex > div:last-child
	{
		width: 100%;
		max-width: 100%;
		padding: 20px;
	}
	.slideshowAccueil .titre-bloc, #video .flex .texte h2
	{
		font-size: 33px;
	}
	.slideshowAccueil::after
	{
		display: none;
	}
	.slideshowAccueil
	{
		height: initial;
		max-height: initial;
	}
	#video .flex
	{
		display: block;
	}
	#video .flex .texte
	{
		margin-bottom: 150px;
	}
	#video .flex .playBtn a::after
	{
		height: 290px;
		width: 290px;
	}
	#video .flex .playBtn a::before
	{
		height: 209px;
		width: 209px;
	}
	#video .flex .playBtn a
	{
		width: 130px;
		height: 130px;
		line-height: 130px;
	}
	#video
	{
		padding: 20px 0 130px;
	}
	#contact .flex
	{
		display: block;
	}
	#contact h2
	{
		font-size: 33px;
	}
	.apropos .flex .image::before, .apropos .flex .image::after
	{
		display: none;
	}
	#footer #footerId
	{
		display: block;
	}
	#footer #footerId > div:not(:last-child)
	{
		margin-bottom: 40px;
	}
	.flex_container > .rss
	{
		font-size: 11px;
	}
	.top_nav .coordonnees > ul
	{
		margin: 0;
	}
	.top_nav .coordonnees > ul > li > a
	{
		font-size: 13px;
	}
	#galerie-liste .galerie
	{
		width: 100% !important;
	}
}
@media screen and (max-width:1440px)
{
	.apropos .flex .image::after
	{
		right: 20px;
	}
	.slideshowAccueil .titre-bloc
	{
		font-size: 33px;
	}
}
@media screen and (max-width:860px)
{
	#content
	{
		padding: 170px 0 30px;
	}
	.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: 760px;
	}
	#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;
	}
	#chiffres_cle .flex
	{
		display: block;
	}
	#chiffres_cle .flex > div
	{
		margin-bottom: 40px;
	}
	.apropos .flex
	{
		display: block;
	}
	.apropos h2
	{
		font-size: 33px;
	}
	.apropos .flex picture
	{
		width: 100%;
		height: 300px;
	}
	.apropos .flex .image::before
	{
		top: 25px;
		left: -12px;
		height: 40px;
		width: 50px;
	}
	.apropos .flex .image::after
	{
		bottom: -50px;
		right: 0px;
		height: 245px;
		width: 245px;
		-webkit-animation-name: initial;
		animation-name: initial;
	}
	.apropos .flex .image
	{
		margin-top: 60px;
	}
}

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