
/*************/
/*  ACCUEIL  */
/*************/


/* ***	 _oOO (  °  ) OOo_	*** */
/*								*/
/*			   INTRO			*/
/*								*/
/* ***	--=== -  _  - ===--	*** */

#acc_intro {
	/* background: #eee; */
	/* border: 1px solid #333; */
	/* background-color: rgba(50,50,50,0.2); */
	margin: 4vh 10vw 4vh;
	padding: 10vh 10vw 10vh;
	/* color: #000; */
	text-align: center;
	/* background: url("../style/fond-acc_intro.png") no-repeat center center; */
	/* background-size: cover; */
	
	display: flex;
	flex-flow: row wrap;
	/* gap: calc(0.5vw + 0.5vh); */
	
}
#acc_intro .titre_1 {
	font-family: "Protest Guerrilla";
}
#acc_intro .titre_2 {
	font-family: "Open Sans", sans-serif;
	font-weight: 900;
}
#acc_intro .acc_intro_txt {
	margin: 3vh 0;
	font-size: calc(14px + 0.4vw);
	line-height: 1.6em;
}
#acc_intro .bt_1 {
	margin: 5vh 0 1vh;
}
#acc_intro strong {
	font-family: "Nova Square", orbitronbold, open_sansextrabold_italic;
}

#acc_intro > * {
	flex: 1 0 100%;
}
@media screen and (min-width: 1024px) {

	#acc_intro p.acc_intro_txt {
		padding: calc(0.5vw + 0.5vh);
		flex: 1 1 50%; box-sizing: border-box;
		text-align: justify;
	}
}


@media screen and (max-width: 1024px) {
	#acc_intro {
		margin: 8vh 2vw;
		text-align: justify;
	}
	#acc_intro h1 {
		font-size: calc(6px + 3vw);
		text-align: justify;
		text-align: center;
	}
}

/* Page Société présentation */

.intro_chapo {
	max-width: 1000px;
	margin: 1vh auto;
	padding: 0px 1em;
	font-size: calc(12px + 0.6vw);
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-style: italic;
	text-align: center;
	line-height: 1.8em;
	/* color: #ccc; */
}
.intro_chapo strong, .intro_chapo b, .intro_chapo em {
	font-family: "Nova Square", orbitronbold, open_sansextrabold_italic;
	font-weight: normal;
	font-style: normal;
	color: #c90;
}

/* Elements de com intro (chiffres clefs) */

#acc_chiffres_clefs {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-content: center;
	align-items: flex-end;
	gap: 0vw;
	margin: 8vh auto 2vh;
	padding: 14px;
	font-size: calc(10px + 2vw);
	text-align: center;
	font-style: italic;
}
#acc_chiffres_clefs span {
	flex: 0 0 30vw;
}
#acc_chiffres_clefs img {
	width: calc(10px + 1vw);
}
#acc_chiffres_clefs b {
	display: block;
	font-size: 2.2em;
	color: #a99360;
	font-style: normal;

	background: linear-gradient(90deg, #c90, #a99360, #000, #ccc, #111);
	background-repeat: no-repeat;
	background-size: 400%;
	animation: animate 2s infinite;
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
	
}
@keyframes animate {
  0% {
    background-position: 100%;
  }
  100% {
    background-position: 0%;
  }
}

#acc_chiffres_clefs small {
	display: block;
}

@media screen and (max-width: 1000px) {
	#acc_chiffres_clefs {
		font-size: calc(10px + 1vw);
	}
}



/* ***	 _oOO (  °  ) OOo_	*** */
/*								*/
/*		  SOMMAIRE COMPLET		*/
/*								*/
/* ***	--=== -  _  - ===--	*** */


#sommaire_pages {
	margin: 5vh 10vw 10vh;
}
#sommaire_pages article {
	margin: 5vh 0;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}
@media screen and (min-width: 1024px) {
	#sommaire_pages article:nth-child(even) .som_page_img {
		order: 1;
	}
	.som_page_blob {
		width: 40vw;
	}
	.som_page_img {
		width: 35vw;
	}
}
@media screen and (max-width: 1024px) {
	#sommaire_pages article {
		margin: 5vh 0;
		flex-flow: column nowrap;
		align-items: center;
	}
}
.som_page_img img {
	width: 100%;
	height: auto;
}
.som_page_rub_titre {
	display: inline-block;
	margin: 0 0;
	font-size: calc(16px + 2vw);
	color: #000;
}
.som_page_rub_titre p {
	margin: 0 0 0.5ex;
}
.som_page_page {
	display: block;
	margin: 1.5vh 0;
	color: #000;
}
.som_page_page p {
	margin: 0.5em 0;
}
.som_page_titre {
	display: block;
	font-size: calc(14px + 1vw);
	font-weight: 700;
	color: #000;
}
.som_page_bt {
	display: inline-block;
	padding: 2px 2em;
	color: #fff;
	border-radius: 0.5em;
	background-color: #e80;
}


/* ***	 _oOO (  °  ) OOo_	*** */
/*								*/
/*		  ex- OBJETS EXT		*/
/*								*/
/* ***	--=== -  _  - ===--	*** */

#bt_boutiq {
	display: flex;
	flex-flow: row wrap;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	gap: 2vh 2vw;
	gap: 1.5vw 1.5vh;
	
	/* width: 90vw; */
	box-sizing: border-box;
	/* margin: 6vh auto; */
	/* border: 1px solid #ccc; */
	padding: 7vh 2vw;

	background: url("../style/illus-boutique.jpg") no-repeat center center fixed;
	background-size: cover;

	text-align: center;
}

#bt_boutiq .bt_boutiq_titre {
	line-height: 1em;
	font-family: "Orbitron", open_sansextrabold_italic;
	font-size: 1em;
	font-size: calc(27px + 1vw);
	font-weight: 900;
	/* letter-spacing: 2px; */
	/* margin: 2vh 0px; */
	padding: 0;
	/* text-shadow: 1px 1px #000, -1px -1px #a99360; */
	color: #a99360;
	color: #C1A24E;
	color: #fff;
	/* text-shadow: 1px 1px #760, -1px -1px #dc9; */
	/* text-shadow: 5px 5px 5px #999, -5px -5px 5px #ccc; */
	text-transform: uppercase;
	font-style: italic;
}

#bt_boutiq .bt_boutiq_txt {
	padding: 1em 0;
	font-size: calc(18px + 0.4vw);
	line-height: 1.4em;
	color: #fff;
	/* text-shadow: 1px 1px #fff, -1px -1px #fff; */
	/* text-shadow: 1px 1px #760, -1px -1px #dc9; */
	/* text-shadow: 1px 1px 2px #000, -1px -1px 2px #333; */
	text-align: center;
	/* font-weight: bold; */
	font-style: italic;
	/* text-shadow: 1px 1px 1px #999, -1px -1px 1px #ccc; */
	/* background: radial-gradient(
		rgba(0,0,0,0.9),
		rgba(0,0,0,0.9),
		rgba(0,0,0,0),
		rgba(0,0,0,0)
	); */
	color: #fd9;
	color: #e0d9c3;
}

#bt_boutiq .bt_boutiq_bt {
	margin: 3vh 0 1vh;
	padding: 5px 0px;
	text-align: center;
	font-size: 1.4em;
	line-height: 1.9em;
	font-weight: bold;
}
#bt_boutiq .bt_boutiq_bt a {
	color: #fff;
	font-size: 0.9em;
	font-weight: 900;
	padding: 5px 15px 7px;
	padding: 5px 2em 7px;
	text-transform: uppercase;
	border-radius: 2em;
	border: 1px solid #ccc;
	transition: 0.5s;
}
#bt_boutiq .bt_boutiq_bt a:hover {
	background-color: #ccc;
	color: #000;
}


#acc_nav_obj_ext {
	margin: 4vh auto 12vh;
	text-align: center;
	
}
#acc_nav_obj_ext  a{
	/* display: inline-block; */
	/* display: block; */
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-evenly;
	margin: 1vh auto;
	/* width: 290px; */
	/* height: 240px; */
	padding: 0px 10px;
	color: #fff;
	background: url("../style/illus-boutique.jpg") no-repeat center center;
	background-size: cover;
	border-radius: 100%;
	height: 370px;
	width: 370px;
	max-width: 100vw;
	box-sizing: border-box;
	max-height: 100vw;
}
#acc_nav_obj_ext .titre_1 { /* remplacé */
	font-family: "Protest Guerrilla";
}
#acc_nav_obj_ext .bt_boutiq_titre {
	line-height: 1em;
	font-family: "Protest Guerrilla";
	font-size: 3em;
	font-size: calc(37px + 1.5vw);
	font-weight: normal;
	/* letter-spacing: 2px; */
	/* margin: 2vh 0px; */
	padding: 0;
	/* text-shadow: 1px 1px #000, -1px -1px #a99360; */
	color: #a99360;
	color: #C1A24E;
	text-shadow: 1px 1px #760, -1px -1px #dc9;
	
}
#acc_nav_obj_ext .bt_boutiq_txt {
	padding: 1em 0;
	font-size: calc(18px + 0.4vw);
	line-height: 1.4em;
	color: #fff;
	color: #000;
	/* text-shadow: 1px 1px #fff, -1px -1px #fff; */
	/* text-shadow: 1px 1px #760, -1px -1px #dc9; */
	/* text-shadow: 1px 1px 2px #000, -1px -1px 2px #333; */
	font-weight: bold;
	background: radial-gradient(
		rgba(255,255,255,0.9),
		rgba(255,255,255,0.9),
		rgba(255,255,255,0),
		rgba(255,255,255,0)
	);
}

#acc_nav_obj_ext img{display: none;
	margin: 30px auto 20px;
}
#acc_nav_obj_ext span{
	/* display: inline-block; */
	/* display: block; */
	/* margin: 20px 0px 20px; */
}
#acc_nav_obj_ext a:hover span.bt_boutiq_txt{
	/* color: #ccc; */
}
@media screen and (max-width: 1024px) {
	#acc_nav_obj_ext  a{
		/* width: 80%; */
		/* height: auto; */
		margin: 20px auto;
		/* padding: 0px 0px 30px; */
		/* font-size: 2em; */
	}
	#acc_nav_obj_ext a .bt_boutiq_txt{
		/* font-size: 2em; */
		/* font-size: calc(6px + 3vw); */
		line-height: 1.4em;
	}
}
@media screen and (min-width: 1024px) {
	#acc_nav_obj_ext {
		margin: 8vh auto 16vh;
	}
	#acc_nav_obj_ext  .bt_3 {
		background: rgba(255, 255, 255, 0.5);
		margin: 1vh auto;
		font-size: calc(14px + 0.2vw);
		
	}
}




/* ***	 _oOO (  °  ) OOo_	*** */
/*								*/
/*			 SERVICES			*/
/*								*/
/* ***	--=== -  _  - ===--	*** */


/* navigation voiture */
@media screen and (min-width: 1024px) {

	#navVoiture {
		position: relative;
		height: 780px;
		background: #000 url("../style/fond-navVoiture.jpg") no-repeat center top scroll;
		background-size: auto;
		background-size: cover;
		background-size: auto 780px;
		box-shadow: inset 15vw 0vw calc(5vw + 5vh) calc(3vw + 3vh) #000,
		inset -15vw 0vw calc(5vw + 5vh) calc(3vw + 3vh) #000;
	}

	.nav_serv_titre { /* non utilisé */
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		line-height: 3em;
		color: #fff;
		text-align: center;
		font-family: "Orbitron", sans-serif;
		font-size: 2em;
		font-weight: normal;
		letter-spacing: 2px;
		margin: 0px 0px 0px;
		padding: 100px 0px 20px;
		/*border-bottom: 1px dashed #222;*/
	}

	.nav_serv_niv_1 {
		position: relative;
		padding: 0px;
	}
	.nav_serv_niv_1 li {
		margin: 0px;
		padding: 0px;
		list-style: none;
		list-style-image: none;
		position: absolute;
	}
	/* fleches */
	#nav_serv_fleches {
		width: 955px;
		height: 780px;
		position: absolute;
		bottom: 0px;
		left: 0px;
	}
	#nav_serv_fleches line {
		stroke: #666666;
	}
	/* titres */
	#nav_serv_gp_1 {
		top: 320px;
		left: 0px;
	}
	#nav_serv_gp_2 {
		top: 200px;
		left: 150px;
	}
	#nav_serv_gp_3 {
		top: 150px;
		left: 385px;
	}
	#nav_serv_gp_4 {
		top: 200px;
		right: 145px;
	}
	#nav_serv_gp_5 {
		top: 300px;
		right: 0px;
	}
	.nav_serv_niv_1 li a.nav_serv_titre_gp {
		color: #fff;
		border: 1px solid #555;
		padding: 4px 30px;
		transition: 0.4s;
		font-family: "Orbitron", sans-serif;
		font-size: 1.2em;
		letter-spacing: 1px;
		text-transform: uppercase;
		text-align: center;
		cursor: pointer;
	}
	.nav_serv_niv_1 li#nav_serv_gp_3 a.nav_serv_titre_gp {
		display: block;
		width: 110px;
	}
	.nav_serv_niv_1 li a.nav_serv_titre_gp:hover{
		color: #fff;
		border: 1px solid #fff;
	}

	/* listes d'article */
	.nav_serv_niv_2 {
		margin: 5px 0px 10px 4px;
		padding: 10px 0px 5px 0px;
		/*visibility: hidden;*/
		transition: 0.8s;
		opacity: 0;
	}
	.nav_serv_niv_1 li:hover ul.nav_serv_niv_2{
		visibility: visible;
		opacity: 1;
		background-color: rgba(0, 0, 0, 0.2);
	}
	.nav_serv_niv_2 li {
		position: relative;
		/* avec boulets */
		margin: 0px 0px 0px 10px;
		padding: 4px 0px 4px 0px;
		list-style-type: disc;
		list-style-position: outside;
		
		/* sans boulets
		margin: 0px 0px 0px 0px;
		padding: 4px 0px 4px 0px;
		list-style: none;
		list-style-type: none;
		*/
		line-height: 1.7em;
		font-weight: normal;
		font-size: 0.6em;
		text-transform: uppercase;
		color: #999;
	}
	.nav_serv_niv_2 li a {
		color: #ccc;
		color: #fff;
		font-size: 1.5em;
		font-size: 1.7em;
	}
	.nav_serv_niv_2 li a:hover{
		color: #e3b000;
	}
}

/* navigation voiture */
@media screen and (max-width: 1024px) {

	#navVoiture {
		display: none;

	}
}

#nav_page_insert {
	/* background: #000 url(../style/fond-acc_press.jpg) center no-repeat; */
	/* background: #000 url(../style/fond-acc_intro.png) center center no-repeat; */
	background: #000 url(../style/fond-nav_serv.jpg) center center no-repeat fixed;
	background-size: 100%;
	color: #fff;
	padding: 4vh 0;
}
#nav_page_insert .titre_2 {
	color: #fff !important;
}

#navAccRub {
	display: flex;
	flex-flow: column nowrap;
	flex-flow: row wrap;
	align-items: flex-start;
	/* justify-content: stretch; */
	margin: 1vh auto;
	padding: 2vh 2vw 4vh;
	list-style: none;
	/* gap: 5px; */
}
#navAccRub * {
	list-style: none;
}
#navAccRub > li {
	display: flex; box-sizing: border-box;
	flex-flow: column nowrap;
	/* align-items: stretch; */
	/* flex: 1 0 100%; */
	margin: 25px auto;
	padding: 0;
	text-align: center;
	font-size: 26px;
	text-transform: uppercase;
	background: linear-gradient(
		rgba(0,0,0,0.5) 0%,
		rgba(0,0,0,0.5) 150px,
		rgba(250,255,200,0.5) 100%
		);
	background: linear-gradient(
		rgba(0,0,0,0.5) 0%,
		rgba(0,0,0,0.5) 150px,
		rgba(200,200,200,0.5) 100%
		);
	border-radius: 60px;
	overflow: hidden;
			border: 1px solid #a99360;

	/* font-family: "Nova Square", "Protest Guerrilla"; */

}
#navAccRub > li > a {
	display: block; box-sizing: border-box;
	min-width: 300px;
	min-height: 150px;
	margin: 0;
	padding: 56px 30px;
	/* background-color: #ccc; */
	color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	/* font-weight: 900; */
	text-shadow: 1px 1px #000;
	transition: 0.5s;
}
#navAccRub > li a:hover {
	background: rgba(255, 255, 255, 0.3);
	transition: 0.1s;
}
#navAccRub > li > ul {
	display: none;
	margin: 0 auto;
	padding: 0;
	font-family: "Open Sans", sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: 30px;
	font-size: calc(26px + 1vw);
	text-transform: none;
}
#navAccRub > li > ul > li {
	margin: 0px auto;
	padding: 0;
}
#navAccRub > li > ul a{
	display: block;
	margin: 0;
	padding: 40px 30px;
	color: #fff;
	position: relative;
}
#navAccRub > li > ul > li a::after { /* remplace la bordure */
	position: absolute;
	display: block; box-sizing: border-box;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	content: "\0000a0";
	background: linear-gradient(to right, 
		rgba(0,0,0, 0) 0%,
		rgba(0,0,0, 0) 10%,
		rgba(255, 255, 255, 0.5) 40%,
		rgba(255, 255, 255, 0.8) 45%,
		rgba(255, 255, 255, 0.8) 55%,
		rgba(255, 255, 255, 0.5) 60%,
		rgba(0,0,0, 0) 90%,
		rgba(0,0,0, 0) 100%
		);
}

#navAccRub > li > ul > li:last-child a::after {
	display: none;
}


/* navigation cartouches */
@media screen and (min-width: 1024px) {

	#navAccRub {
		/* display: none; */
	}
	#navAccRub > li > ul {
		font-size: calc(20px + 0.4vw);
	}
}



/*		CONSULT		*/

#serv_diap {
	padding-top: 6vh;
}

#serv_article {
	margin: 10vh 15vw 70px;
}
.serv_chapo {
	margin: 2vh 0px 2vh 2vw;;
	padding: 0px 0px 0px 0px;
	font-size: calc(12px + 0.5vw);
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-style: italic;
	text-align: center;
	line-height: 1.4em;
}
.serv_txt {
	margin: 37px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "Open Sans", sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: calc(11px + 0.5vw);
	text-align: justify;
	line-height: 2em;
	color: #000;
}
.serv_txt b, .serv_txt i, .serv_txt em, .serv_txt strong {
	font-weight: 600;
	color: #bba666;
}
.serv_reclame {
	margin: 37px 0px 0px 0px;
	font-size: calc(11px + 0.5vw);
	font-weight: bold;
	font-style: italic;
	color: #667bbb;
	text-align: center;
}
@media screen and (max-width: 1024px) {
	#serv_article {
		padding: 1vh 2vw;
		margin: 0;
	}
	.serv_chapo {
		font-size: calc(13px + 0.5vw);
	}
	.serv_txt {
		font-size: calc(12px + 0.5vw);
	}
	.serv_reclame {
		font-size: calc(14px + 0.5vw);
	}
}
@media screen and (max-width: 450px) {
	#serv_article {
		padding: 0vh 1vw;
	}
}

/* page une rubrique */

.titre_presta {
	color: #fff;
	margin: 10vh 0;
	margin: 0;
	padding: 10vh 0;
	font-size: calc(18px + 2vw);
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
	background-color: #000;
	background-attachment: fixed;
	background-position: center center;
	background-size: 100% auto;
}

.rub_page_art {
	position: relative;
	margin: 2vh 10vw;
	padding: 2vh 0vw;
	clear: both;
}
.rub_page_art_ancre {
	position: absolute;
	top: -150px;
}

.rub_page_img {
	margin: 4vh auto;
	width: 90vw;
}
@media screen and (min-width: 1024px) {
	.rub_page_img {
		float: right;
		margin: 2vh 2vw 4vh 4vw;
		width: 30vw;
	}
	.rub_page_art:nth-child(even) .rub_page_img {
		float: left;
		margin: 2vh 4vh 4vw 2vw;
	}
}


