/*Police d'écriture*/
@font-face {
    font-family: 'Stanberry';
    src: url('font/Stanberry.ttf');
}

@font-face {
    font-family: 'Stanberry';
    src: url('font/Stanberry.ttf');
}

@font-face {
	font-family: 'oliver-regular';
	src: url('font/Oliver-Regular.ttf') format('truetype');
	font-display: swap;
}

/*Générique*/
html, body {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
}

body {
    background-color:#ffe0c8 ;
}

label { 
	font-family: 'oliver-regular';
	font-size: 2em;
	text-align: center;
	margin: 0.2em auto;
	cursor: pointer;
	background: #bf8f8a;
	border-radius: 0.5em;
	color: black;
	transition : ease 0.8s;
	margin-top: 0.3em;
}
.h1, h1 {
    text-align: center;
    color: black;
	margin: 17px 0px;
    font-size: 2.6em;
	font-family: 'oliver-regular';
}

.h2, h2, .subtitle {
	color:black;
	font-size: 2.2em;
	font-family: 'oliver-regular'
}

.h3, h3{
	color: black;
    font-size: 2.2em;
	margin: 0 0px;
	font-family: 'oliver-regular';
	text-align: center;
	vertical-align: middle;
}

.ctar{
	font-family: 'Stanberry';
	color : black;
	/* border: solid; */
	/* border-width: 3px; */
	background-color: #bf8f8a;
	border-radius: 10px;
	width: 16%;
	margin: auto;
	margin-bottom: 40px;
	padding: 5px;
	font-size : 16px;
}


a.mllink {
	text-decoration: none;
	color: #edb066;
	font-weight: bold;
	font-size: 1em;
}

a.mllink:hover {
	text-decoration: none;
	color: black;
	font-weight: bold;	
	font-size: 1em;
}

.h3ml, h3{
	color: black;
    font-size: 1.8em;
	margin: 0 0px;
	font-family: 'oliver-regular';
	text-align: center;
	vertical-align: middle;
}

.hh3{
	color: black;
    font-size: 2.2em;
	margin: 0 0px;
	font-family: 'oliver-regular';
	text-align: center;
	vertical-align: middle;
}


h6, .subsub {
	color: #edb066;
    font-size: 1.6em;
    font-family: 'Stanberry';
    text-align: left;
    margin: auto;
    margin-top: 1.3em;
    vertical-align: top;
}

a, p {
	color: black;
	font-family: 'Stanberry';
	font-size: 1.2em;
}

p.text_accueil2 {
	color: black;
	font-family: 'Stanberry';
	font-size: 1em;
	margin-left: 1em;
	margin-right: 1em;
	padding : 25px !important;
	
}

p.text_accueil {
	color: black;
	font-family: 'Stanberry';
	font-size: 1.2em;
	margin-left: 1em;
	margin-right: 1em;
}

a {
	text-decoration: none;
}

.link {
	font-size: 1em;
	color: black;
	font-family: 'Stanberry';
}

.link:hover {
	color : #edb066;
}

hr {
	border: solid 3px #edb066;
}

ul {
	margin: 0 0 0 40px;
}

li {
	list-style-type:none;
    font-family: 'Stanberry';
    font-size: 1.2em;
}

li::before {
	content: "*";
}

.section_rezosocio {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	/* width: 60%; */
	margin: auto;
}	

.rezo:hover {
transform: scale(1.5);
}

.rezo {
	width: 60%;
	margin: auto;
	transition: transform .5s;
}

/* Carroussel prise en compte menu gauche*/

#content {
    box-sizing: border-box;
    /* width: 80%; */
    min-height: 100vh;
    padding: 20px; 
	margin: auto;
}


@media (min-width: 1200px) {
    .project-display {
        flex-direction: row; 
        align-items: flex-start;
    }
    .carousel-container {
        flex: 2; /* L'image prend 2/3 de l'espace */
    }
    .project-text {
        flex: 1; /* Le texte prend 1/3 */
        /* padding-top: 20px; */
    }
}



/* contenu laisse place au menu fixe de 300px */
/* @media (min-width: 1024px) and (min-height: 650px) { */
    /* #content { */
        /* padding-left: 300px; 
        /* width: 100%; */
        /* box-sizing: border-box; */
    /* } */
/* } */

/* Carroussel portfolio */

.project-display {
  display: flex;
  flex-direction: row;
  gap: 20px;
  max-width: 1200px;
  width: 100%;
  align-items: center;
  /* margin-left: 500px; */
  margin: auto;
}

@media screen and (max-width: 1552px) {
    .project-display {
        flex-direction: column !important; 
    }

    .carousel-container, .project-text {
        width: 90% !important; 
		padding-right: 0 !important;
    }
}

.carousel-container {
	cursor: crosshair;
	flex: 1;
	width: 100%;
	padding-right: 20px;
	text-align: center;
	position: relative;
	overflow: hidden;
	border-radius: 25px;
}

.main-image {
 width: 100%;
    height: 550px;         
    object-fit: cover;     
    border-radius: 25px !important;
    display: block;
    margin-bottom: 15px;
    transition: opacity 0.5s ease;
}

.fade {
  opacity: 0;
}

.fade.show {
  opacity: 1;
}

/* Flèches - invisible par défaut */
.arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-family: 'oliver-regular';
	background-color: transparent;
	color: black;
	border: none;
	font-size: 50px;
	padding: 10px;
	cursor: pointer;
	z-index: 10;
	opacity: 0; /* invisible par défaut */
	transition: opacity 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1; 
    width: 60px;
    height: 60px;
}

.arrow.left { 
	left: 5px;
}
.arrow.right { 
	right: 20px;
}

@media screen and (max-width: 600px) {
	.arrow {
			display: none;
		}
}

/* Flèches deviennent visibles au survol du carrousel */
.carousel-container:hover .arrow {
  opacity: 1;
}

.arrow:hover {
  color: #edb066;
}

.thumbnails {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 5px;
  scroll-behavior: smooth;
}

.thumbnail {
  flex: 0 0 auto;
  width: 80px;
  height: 60px;
  object-fit: cover;
  border-radius: 15px;
  cursor: pointer;
  opacity: 0.6;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.thumbnail.active {
  opacity: 1;
  /* border-color: #333; */
}

.project-text {
  flex: 1;
  text-align: left;
}

.project-text h2 {
  margin-bottom: 10px;
  margin-top: 0;
}

.project-text p {
  line-height: 1.5;
}

.subtitles_portfolio {
	text-align: left;
	font-size : 20px;
}



#image-tooltip {
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 8px 12px;
    border-radius: 4px;
    font-family: 'oliver-regular', sans-serif;
    font-size: 20px;
    pointer-events: none; /* Important : pour ne pas gêner la souris */
    opacity: 0;
    transition: opacity 0.2s;
    z-index: 100;
    white-space: nowrap;
}

#image-tooltip.visible {
    opacity: 1;
}


/* Responsive */
@media (max-width: 800px) {
  .project-display {
    flex-direction: column;
    gap: 20px;
  }

  .main-image {
    height: 300px;
  }

  .thumbnail {
    width: 60px;
    height: 45px;
  }
}

/* Style pour les flèches de l'overlay */
.overlay-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
	font-family: 'oliver-regular';
    color: white;
    border: none;
    font-size: 4rem;
    padding: 10px 20px;
    cursor: pointer;
    z-index: 1001;
    transition: background 0.3s;
    border-radius: 5px;
}

.overlay-arrow:hover {
    background: transparent;
	color : #edb066;
}

.overlay-arrow.left { left: 20px; }
.overlay-arrow.right { right: 20px; }

/* Masquer les flèches sur mobile si besoin */
@media (max-width: 768px) {
    .overlay-arrow {
        font-size: 2rem;
        padding: 5px 10px;
    }
}

/* Style de la Lightbox (Overlay) */
.overlay {
    display: none; /* Caché par défaut */
    position: fixed;
    z-index: 1000; /* Par-dessus tout le reste */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85); /* Fond noir avec opacité */
    justify-content: center;
    align-items: center;
    cursor: zoom-out;
}

#expandedImage {
    max-width: 90%;
    max-height: 90%;
    border-radius: 8px;
    /* box-shadow: 0 0 20px rgba(0,0,0,0.5); */
    cursor: default;
}

.close-overlay {
    position: absolute;
    top: 20px;
    right: 40px;
    color: white;
    font-size: 50px;
    font-family: 'oliver-regular', sans-serif;
    cursor: pointer;
    transition: color 0.3s;
}

.close-overlay:hover {
    color: #edb066;
}


/* FAQ */

.faq-container {
  max-width: 800px;
  margin: 30px auto;
  font-family: 'Stanberry';
}

.faq-item {
  /* border-bottom: 1px solid #e0dcdc; */
  margin-bottom: 12px;
  border-radius: 8px;
  overflow: hidden;
  background: #fffaf4;
  /* box-shadow: 0 2px 5px rgba(0,0,0,0.05); */
}

.faq-question {
  cursor: pointer;
  padding: 18px 20px;
  font-weight: 600;
  font-size: 1.05rem;
  color: black;
  position: relative;
  transition: background 0.3s, color 0.3s;
}

.faq-question:hover {
  background: #edb066;
  color: black;
}

.faq-question::after {
  content: '+';
  position: absolute;
  right: 20px;
  font-size: 30px;
  color: black;
  transition: transform 0.8s, color 0.8s;
}

.faq-question.active::after {
  content: '-';
  color: black;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.35s ease, padding 0.35s ease;
  background: #fff5ee;
}

.faq-answer p {
  margin: 12px 0;
  line-height: 1.5rem;
  color: black;
  font-size: 0.97rem;
}

.faqq h2 {
  font-family: 'oliver-regular';
  color: #edb066;
  font-size: 2em;
  margin-top: 30px;
  margin-bottom: 15px;
  text-align: center;
  /* padding-left: 10px; */
}

.faaq a{
	font-family: 'Stanberry';
	color: #edb066;
	font-size: 2em;
}

.faaq:hover {
	color: #edb066;
}

/* Page précédente portfolio */

a.linkprecedent {
	font-family: 'oliver-regular';
	font-size: 30px;
	/* margin-top: 10px; */
	/* padding-left: 150px; */
	display: inline-block;
	transition: transform .5s;
}

a.linkprecedent:hover {
	/* padding-left: 150px; */
	transform: scale(1.5);
	color : #edb066;
	
}

.pageprecedente {
    padding: 50px; 
    text-align: left; 
}

/* Masquer le bouton retour sur mobile */
@media (max-width: 767px) {
    .pageprecedente {
        display: none !important;
    }
}



/*Menu*/
#menu {
	text-align: center;
	background-color: #edb066;
	display: block;
	position: relative;
	height: auto;
	width: 100%;
	float: top;
}

label.burger {
	width: 100%;
	display: block;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	font-size: 2em;
	cursor: pointer;
	background-color: #edb066;
}

@media screen and (max-width: 600px) {

	label.burger {
		width: 100%;
		display: block;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
		font-size: 2em;
		cursor: pointer;
		background-color: #edb066;
		padding-bottom: 30px;
	}

	#toggle:checked ~ .deroule {
		display: flex !important;
	}

	.burger {
		display: block !important;
		visibility: visible !important;
		cursor: pointer;
	}

	#toggle:checked ~ .deroule {
		display: block !important;
}

	.foooter2 {
		display: block !important;
		width: 100% !important;
		padding: 40px 0 !important;
		text-align: center !important;
		margin-top: 20px !important; 
		background-color: #edb066 !important;
    }

	.foooter1 {
		display: none !important;
	}



}

@media (min-width: 1024px) and (min-height: 650px) {

.foooter1 {
		display: block;
		width: 100%;
		/* padding: 40px 0; */
		text-align: center;
		/* margin-top: 50px;  */
		/* background-color: #edb066; */
    }

.foooter2 {
	display: none;
	}
}



#toggle {
	display: none;
}

.deroule {
	display: none;
}

#toggle:checked + .deroule {
    display: block;
}

.menu {
	margin: 0px 0px; 
	/* j'ai changé ici pour menu ordi portable petit */
	padding-bottom: 20px;
}

.menu_item {
    padding: 0.1em 0em;
    display: flex;
	font-family: 'oliver-regular';
	flex-direction: column;
	flex-wrap: wrap;
	text-align: center;
	text-decoration:none;
    color: black;
	font-size: 2em;
}

.menu_item:visited {
    color: black;
}

.menu_item:hover {
	color: #ffe0c8;
}

.entete {
	text-decoration: none;
}

.entete h1:hover {
	color: #ffe0c8;
}

.entete img {
	text-align: right;
	display: block;
	width : 100px;
	padding-top: 20px;
	height: auto;
	margin: auto;
	transition: transform .5s;
}

.entete img:hover {
transform: scale(1.5);

}

.section_mail {
	font-size: 1.4em;
	margin: 15px 0px;
	text-align:center;
	font-weight: bold;
}

.lien_menu {
    text-decoration:none;
    color: black;
    font-size: 1em;
	font-family: 'oliver-regular';
} 

.lien_menu:hover {
    color: #ffe0c8;
}

.section_info_legal {
	font-family: 'oliver-regular';
	color : black;
	font-size: 1em;
	font-style : normal;
	margin-top: 2em;
	padding-bottom: 2em;
	text-align:center;
}

@media (min-width: 1024px) and (min-height: 650px){

	#menu {
		display: block;
		position: fixed;
		height: 100%;
		width: 300px;
	}
	
	label.burger, #toggle {
		display: none;
	}
	
	#menu .deroule {
		display: block;
	}
}

@media (max-width: 600px) {
	/*content*/
	#content {
		box-sizing: border-box;
		border: solid 1px #ffe0c8;
		width: 100%;
	}
}

@media (min-width: 1024px) and (min-height: 650px) {
	#content {
		padding-left: 300px;
	}
}

/*pack architecture*/

@media (min-width: 601px) {

	.pack.bulle_titre {
		margin-bottom: 110px;
		width: 100%;  /*tracy tu as changé ici la largeur*/
		margin-right: auto;
		margin-left: auto;
	}

	.bulle_titre div{
		align-content: center;
		background-color: #edb066;
		border-radius: 2em;
		width: 80%;
		padding: 0px;
		margin: 45px auto;
		min-height: 120px;
		position: relative;
	}
}

/* MOBILE menu archiATav */

@media (max-width: 600px) {
	.bulle_titre div{
		align-content: center;
		background-color: #edb066;
		border-radius: 2em;
		width: 100% !important;
		padding: 0px;
		margin: 45px auto;
		min-height: 120px;
		position: relative;
	}
	
	.bulle {
		/* border: solid 6px #edb066; */
		/* border-radius: 5em; */
		width: 100% !important;
		margin: auto !important;
		padding: 20px 20px;
		display: block;
		text-align: center;
		clear: both;
		position: relative;
		box-sizing: border-box !important;
	}
}

@media (min-width: 601px) {

	.bulleap {
		width: 80%;
		margin: 43px auto;
		padding: 20px 20px;
		display: block;
		text-align: center;
		clear: both;
		position: relative;
		box-sizing: border-box;
	}
	

}

.bulle_titre div{
	align-content: center;
	background-color: #edb066;
	border-radius: 2em;
	width: 80%;
	padding: 0px;
	margin: 45px auto;
	min-height: 120px;
	position: relative;
}

.bulle_titre p {
	font-family: 'Stanberry';
	color: black;
	text-align: center;
    display: block;
    margin: auto; 
	/* width: 80%; */
    font-size: 1.2em;
}

.bulle_titre .picto {
	position: absolute;
	bottom: -80px;
	right: -35px;
    width: 160px;
    height: 160px;
}

.bulle_titre .picto.therapie {
	bottom: -90px;
}

.border {
	border: solid 6px #edb066;
	border-radius: 5em;
}

.no_border {
	border: none !important;
	border-radius: 0px !important;
}

.no_padding {
	padding: 0 0px !important;
}

.no_padding * {
	margin: 20px;
}

.no_padding hr {
	margin: 0px !important;
}

.bulle {
	border: solid 6px #edb066;
	border-radius: 5em;
	width: 80%;
	margin: 43px auto;
	padding: 20px 20px;
	display: block;
	text-align: center;
	clear: both;
	position: relative;
	box-sizing: border-box;
}


.bulle h3 {
	margin: 20px 0px;
}

.bulle2 {
	border: solid 6px #edb066;
	border-radius: 5em;
	width: 80%;
	margin: 43px auto;
	padding: 20px 20px;
	display: block;
	text-align: center;
	clear: both;
	position: relative;
	box-sizing: border-box;
}

.bulle2 h3 {
	margin: 20px 0px;
}

.active:hover {
	border-color: #bf8f8a;
	color: black;
}

.bulle_ligne {
	width: 100%;
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	margin-bottom: 20px;
}

.bulle_colonne {
	flex:1;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

@media (min-width:1366px) {
	.bulle_ligne {
		width: 100%;
		display: flex;
		flex-direction: row;
		margin-bottom: 25px;
		justify-content: space-evenly;
		gap: 20px;
	}
}

.bulle_article {
	width: 100%;
	padding: 0px;
	margin: 0px auto;
	border-radius: 5em;
	position: relative;
}

.bulle_article img {
	width: 100%;
	border-radius: 2em;
	background-color: white;
	transition: opacity .25s ease-in-out;
}

.bulle_article .tooltip {
	width: 100%;
	text-align: center;
	font-size: 1.4em;
	color: black;
	font-family: 'oliver-regular';
	display:block;
}

@media (min-width: 700px) {
	.bulle_article {
		width: 100%;
	}

	.bulle_article img {
		border-radius: 5em;
	}

	.bulle_article .tooltip {
		font-size: 1.8em;
	}
}

@media (min-width:1366px) {
	.bulle_article {
		width: 47%;
		min-width: 385px;
	}

	.pourcent_55 {
		width: 55%;
	}

	.pourcent_32 {
		min-width: 0px;
		width: 32% !important;
	}
	
	.pourcent_53 {
		width: 53%;
	}

	.pourcent_40 {
		min-width: 0px;
		width: 40% !important;
	}

	.pourcent_100 {
		width: 100%;
	}
}

.bulle_article:hover img{
	opacity: 0.33;
}

.bulle_article a {
	text-decoration: none;
}

.bulle_article:hover .tooltip {
	display: block;
}

@media (min-width:1366px) {
	.bulle_article .tooltip {
		position: absolute;
		bottom: 0px;
		left: 0px;
		display: none;
	}
}

.bulle .lien_menu {
	font-size: 2.2em;
	display:block;
	width: 100%;
}

.bulle .lien_menu:hover {
	color: black;
}

.bulle2 .lien_menu {
	font-size: 2.2em;
	display:block;
	width: 100%;
}

.bulle2 .lien_menu:hover {
	color: black;
}

.packs {
	width: 80%;
	box-sizing: border-box;
	margin: 46px auto 0px auto;
}

@media (min-width:1366px) {
	.packs + .packs {
		margin-top: 100px;
	}
}

.colonne_picto {
	text-align: center;
	width: 150px
}
@media (max-width: 600px) {
	.colonne_picto {
	  text-align: center;
	  width: 150px;
	  margin: auto;
	}
}

.colonne_picto img {
	width: 100px;
	filter: brightness(0);
	transition: transform .5s;
	cursor: pointer;
}

.tooltip {
	display: none;
	font-size: 1.5em;
	color: black;
	font-family: 'oliver-regular';
	text-align: center;
	position: relative;
	padding-top: 1em;
}

.colonne_offre {
	border: solid 6px #edb066;
	border-bottom: solid 1px #edb066;
	border-top-left-radius: 6em;
	border-top-right-radius: 6em;
}

.colonne_conditions {
	border: solid 6px #edb066;
	position: relative;
	min-width: 274px;
}

.cercle_offert {
	position: relative;
	width: 200px;
	margin: 0 auto;
	border: none !important;
}

.offert {
	width: 100%;
}

.offert2 {
	position: absolute;
	top: 50px;
	right: 60px;		
}

.offert4 {
	position: absolute;
	top: 40px;
	right: 41px;		
}

.offert3 {
	display: none;
}

.seconde_categorie_ligne {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.seconde_categorie_ligne h4 {
	color: #edb066;
	font-size: 4.2em;
	margin:20px 20px;
	font-family: 'oliver-regular';
}

.seconde_categorie_ligne p {
	width: 70%;
}

.ligne_pied_tableau {
	border: solid 6px #edb066;
	border-top: solid 1px #edb066;
	border-bottom-left-radius: 6em;
	border-bottom-right-radius: 6em;
}

.rubrique_questionnaire {
	text-align: center;
	font-size: 1.2em;
}

.rubrique_questionnaire p {
	line-height: 3em;
}

.rubrique_questionnaire img {
	display: none;
}

@media (min-width:700px) {
	.rubrique_questionnaire img {
		display: inline;
		height: 1em;
		vertical-align: middle;
		padding: 0.4em;
		transition: transform .5s;
	}

	.rubrique_questionnaire:hover img {
		transform: scale(1.5);
	}
}

@media (max-width:700px) {
	.questionnaire2 {
		color: black;
		background-color: #edb066;
		padding: 5px;
		border-radius: 10px;
		font-size: 15px;
		padding: 15px;
	}

	.questionnaire2:hover {
		background-color: #bf8f8;
	}
}

.questionnaire {
	color: black;
	background-color: #edb066;
	padding: 5px;
	border-radius: 10px;
}

.questionnaire:hover {
    background-color: #bf8f8a;
}

/* @media (max-width: 768px) { */
    /* .questionnaire { */
        /* background-color: transparent;  */
        /* padding: 0;                    */
    /* } */

    /* .questionnaire:hover { */
        /* background-color: transparent; */
    /* } */
/* } */



.colonne_offre h3 {
	margin: 35px auto;
}

.colonne_offre p {
	margin: 45px 45px;
}

.echelle_prix {
	width: 300px;
	margin: 0px auto;
	position: relative;
}

@media (max-width: 600px) {

	.echelle_prix {
		width: 300px;
		margin: 0px auto;
		position: relative;
		margin-bottom: 22px;
	}
}

.echelle_prix p:first-child {
	position: absolute;
	top: -10px;
	left: 40px;
	margin: 0px;
}

.echelle_prix.sans_picto  p:first-child {
	top: -10px;
	left: 0px;
}

.echelle_prix p:nth-child(2) {
	position: absolute;
	top: -10px;
	left: 130px;
	margin: 0px;
}

.echelle_prix.sans_picto p:nth-child(2) {
	top: -10px;
	left: 130px;
}

.echelle_prix p:nth-child(3) {
	position: absolute;
	top: -10px;
	left: 210px;
	margin: 0px;
}

.echelle_prix.sans_picto p:nth-child(3) {
	top: -10px;
	left: 250px;
}

.echelle_prix em {
	position: absolute;
	bottom: -5px;
	left: 55px;
	font-style: normal;
	font-family: 'Stanberry';
}

.pictotech {
	width: 50px;
	display: inline-bloc;
	vertical-align: middle;
}

.ligne_tech {
	width: 190px;
	display: inline-bloc;
	vertical-align: middle;
}

.sans_picto > .ligne_tech {
	width: 270px;
	margin-top: 10px;
}

@media (min-width:700px) {
	.echelle_prix {
		width: 500px;
		margin: 0 0 0 55px;
	}

	.echelle_prix.sans_picto {
		width: 330px;
		margin: 0 0 0 125px;
	}

	.echelle_prix p:first-child {
		left: 75px;
	}
	
	.echelle_prix p:nth-child(2) {
		top: -10px;
		left: 235px;
	}
	
	.echelle_prix p:nth-child(3) {
		top: -10px;
		left: 355px;
	}
	
	.echelle_prix.sans_picto p:nth-child(3) {
		top: -10px;
		left: 310px;
	}
	
	.echelle_prix em {
		left: 75px;
	}

	.pictotech {
		width: 70px;
		display: inline-bloc;
		vertical-align: middle;
	}
	
	.ligne_tech, .sans_picto > .ligne_tech {
		width: 330px;
		display: inline-bloc;
		vertical-align: middle;
	}
}

.formule {
	position: relative;
}

.rotate_30 {
	transform: rotate(30deg);
}


.rotate_60 {
	transform: rotate(60deg);
}

.prix {
	margin: 0 auto;
	width: 150px;
	position: relative;
}

.prix img {
	width: 150px;
}


.prix p{
		position: absolute;
		top: 14px;
		left: 7px;
	}

@media (max-width: 600px) {


	.prix p{
	position: absolute;
	top: 54px;
	left: 27px;
	}

	.offert2 {
	  position: absolute;
	  top: 80px;
	  right: 40px;
	}

	
}

.gros.prix p{
	position: absolute;
	top: 20px;
	left: 11px;
}

.gros.prix img {
	width: 180px;
	transform: rotate(-100deg);
}

@media (min-width:700px){
	.formule .prix{
		position: absolute;
		top: 0px;
		right: 0px;
	}
	
	.formule .prix.haut {
		top: -38px;
	}
	
	.formule .prix.bas {
		top: 20px;
	}
}

.colonne_conditions .premiere_categorie {
	border-bottom: solid 6px #edb066;
	padding: 20px;
}

@media (min-width:1366px) { /*1600px*/
	.packs {
		display: flex;
		flex-direction: row;
	}

	.tableau {
		display: flex;
		flex-direction: column;
		flex-grow: 3;
	}

	.colonne_picto img:hover {
		transform: scale(1.5);
	}
	
	.colonne_picto img:hover + .tooltip {
		display: block;
	}

	.tableau_colonnes {
		display: flex;
		flex-direction: row;
	}

	.colonne_offre {
		flex-grow: 3;
		border-bottom: none;
		border-right: none;
		border-top-left-radius: 6em;
		border-top-right-radius: 0px;
	}

	.colonne_conditions {
		width: 300px;
		border: solid 6px #edb066;
		border-top-right-radius: 6em;
		border-bottom: none;
		padding-top: 50px;
	}

	.cercle_offert{
		position: absolute;
		top: -100px;
		right: -70px;
	}

	.offert3 {
		display: block;
		width: 50px;
		position: absolute;
		top: 20px;
		right: 115px;
	}

	.ligne_pied_tableau {
		flex-grow: 4;
		border: solid 6px #edb066;
		border-bottom-left-radius: 6em;
		border-bottom-right-radius: 6em;
	}
}

.illust {
	width: 100%;
	margin: 0px;
}

@media(min-width: 700px) {
	.illust {
		width: 60%;
	}
}

.titlepublic {
    color: black;
    background-color: #edb066;
    border-radius: 0.7em;
    font-size: 1.2em;
    font-family: 'Stanberry';
    margin: 2em auto 0px auto;
    width: 80%;
    padding: 0.5em 2em;
    text-align: center;
	box-sizing: border-box;
}

/*Top*/
#gotoTop {
	position: fixed;
	bottom: -50px;
	right: 10px;
 }
 
 #gotoTop .top {
	 font-size: 100px;       /* pour bien le voir */
	 color: black;
	 font-family: 'oliver-regular';
	 text-decoration: none;
	 cursor: pointer;
   }	
   
#gotoTop .top:hover {
	   color: #edb066;
   }
   
   
@media (max-width: 600px) {
	#gotoTop {
		display: none;
	}
}

/*a propos*/

.a_propos .bulle_article img {
	filter: brightness(0);
	background-color: transparent;
	width: 100px;
	border-radius: 0px;
	position: absolute;
	top: 20px;
	right: 5px;
}

.a_propos .bulle_article {
	padding: 20px 20px;
	text-align: left;
	gap: 20px;
	min-width: 0px;
	width: 80%;
	margin: 0px;
}

.a_propos .bulle {
	box-sizing: initial;
}

.a_propos .bulle_article.bulle a{
	text-align: center;
}

.a_propos .bulle_article:hover img{
	opacity: 1;
}

#portrait {
	padding: 0px;
}

.souss {
	font-size: 1em;
	color: #bf8f8a;
}

.bouton {
	padding: 0.6em 1.2em;
    background: #edb066;
    color: black;
    display: block;
    text-align: left;
    border-radius: 0.8em;
    font-size: 1.1em;
    text-decoration: none;
    transition: ease 0.5s;
    width: 5em;
    margin-top: 0.4em;
}

.bouton:hover {
	background: #bf8f8a;
}

.bouton.border:hover {
	border: solid 6px #bf8f8a;
}

#presentation {
	display: flex;
	flex-direction: column;
    justify-content: flex-end;
}

#presentation h1 {
	text-align: left;
	margin-bottom: 0px;
}

.contact_ml .bulle h2 {
	color: #edb066;
}



/* MOBILE À PROPOS*/


@media (max-width: 600px) {
	
	
	.a_propos .bulle_article {
		padding: 20px 20px;
		text-align: center;
		gap: 20px;
		min-width: 0px;
		width: 100% !important;
		margin: 0px;
		box-sizing: border-box;
	}
	
	#presentation h1 {
	text-align: center;
	margin-bottom: 0px;
}
	
	.bulle {
		width: 100%;
		margin: 0 !important;
		display: block;
		text-align: center;
		clear: both;
		position: relative;
		box-sizing: border-box;
	}
	
	.bulleap {
		width: 100%;
		margin: 0 !important;
		display: block !important;
		text-align: center !important;
		clear: both !important;
		position: relative !important;
		box-sizing: border-box !important;
	}
	
	.a_propos .bulle_article img {
		filter: brightness(0);
		background-color: transparent;
		width: 100px;
		border-radius: 0px;
		position: relative !important;
		padding-bottom: 30px;
		top: 20px;
		right: 5px;
		box-sizing: border-box;
	}
	
	
	
	h6, .subsub {
		color: #edb066;
		font-size: 1.6em;
		font-family: 'Stanberry';
		text-align: center;
		margin: auto;
		margin-top: 1.3em !important;
		vertical-align: top;
	}

	.bouton {
		padding: 0.6em 1.2em;
		background: #edb066;
		color: black;
		display: block;
		text-align: center;
		border-radius: 0.8em;
		font-size: 1.1em;
		text-decoration: none;
		transition: ease 0.5s;
		width: 5em;
		margin: auto;
		margin-top: 0.4em;
	}

	.a_propos .bulle {
		box-sizing: initial;
	}

	.a_propos .bulle_article.bulle a{
		text-align: center !important;
	}

	.a_propos .bulle_article:hover img{
		opacity: 1;
	}

	#portrait {
		padding: 0px;
	}

	.a_propos .border {
		border: 0px solid transparent !important; 
	}
	
	p {
		padding: 0 !important;
		margin : 0 !important;
	}
	
	
}







/* notes_hebdos */

@media (min-width: 701px) {

.content {
	padding: 0em 3em;
    width: 70%;
    margin: auto;
	margin-bottom: 2em;
}

par ici

}

.nh .content {
	text-align: center;
	box-sizing: border-box;
	margin-top: 5px;
}

.button {
	display: block;
	text-align: center;
	width: 60%;
	height: 60px;
	line-height: 60px;
	min-width: 320px;
	margin: 5px auto;
	font-family: 'oliver-regular';
	font-size: 2em;
	background: #bf8f8a;
	border-radius: 0.5em;
	color: black;
	transition : ease 0.8s;
}

@media (min-width: 750px) {
	.button {
		display: inline-block;
		margin: 5px;
	}
}

.button.next, .button.prev {
	width: 50px;
	min-width: 0px;
}

.button:hover, .button.active {
	background-color: #edb066;
}

.illu2 {
	display: block;
	width : 100%;
	height: auto;
	margin: auto; 
	border-radius: 2em;
	}

@media (min-width: 700px) {
	.illu2 {
		width: 65%;
		border-radius: 3em;
	}

}



@media (max-width: 700px) {
	
	.nh {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center; 
	}
	
	#content:not(.index) p, 
	#content:not(.index) h2, 
	#content:not(.index) h3 {
    /* padding-left: 5% !important;   */
    /* padding-right: 5% !important;  */
    max-width: 800px;  
    margin-left: auto;
    margin-right: auto;
	}
	
	.illu2 {
    display: block;      
    margin: 20px auto;   
    max-width: 100%;      
    height: auto;
    border-radius: 20px;
}

	.pnh2 {
		text-align: center;  
		padding-left: 0 !important; 
	}
}




.illu5 {
	display: block;
	width : 100%;
	height: auto;
	/* margin: auto; */
	margin-left: 1em;	
	border-radius: 2em;
	}

@media (min-width: 700px) {
	.illu5 {
		width: 50%;
		border-radius: 3em;
	}
}

.pnh {
	display: block;
    margin: 1.2em auto; 
	width: 100%;
    font-size: 1.2em;
    padding-top: 1em;
	text-align: center;
}

.pnhh {
	display: block;
    margin: 1.2em auto; 
	width: 100%;
    font-size: 1.2em;
    padding-top: 1em;
	text-align: left;
}
	
.pnh2 {
	display: block;
    margin: 1.2em auto; 
	width: 100%;
    font-size: 1.2em;
	text-align: center;
}

.pnh a, .pnh2 a{
	color: black;
	font-size:inherit;
	background-color: #edb066;
	padding: 3px;
	border-radius: 10px;
}

.pnh:hover a, .pnh2:hover a {
    background-color: #bf8f8a;
}

.nhnh {
	color: black;
	font-size: 2.2em;
	margin-bottom: 0;
	margin-top: 1em;
	font-family: 'oliver-regular';
	text-align: center;
	vertical-align: middle;
}

.nhnhh {
	color: black;
	font-size: 2.2em;
	margin-bottom: 0;
	margin-top: 1em;
	font-family: 'oliver-regular';
	text-align: left;
	vertical-align: middle;
}

.nhh {
	color: black;
	font-size: 2.7em;
	margin-bottom: 0;
	margin-top: 1em;
	font-family: 'oliver-regular';
	text-align: left;
	vertical-align: middle;
}


/*index*/
.index .bulle, .sous_menu .bulle {
	padding: 0px;
}

.index .bulle_ligne, .sous_menu .bulle_ligne {
	margin-bottom: 50px;
	gap: 50px;
}

.index .bulle_article {
	border-radius: 3em;
	width: 100%;
	margin: 0px;
	min-height: 200px;
}

.sous_menu .bulle_article {
	border-radius: 3em;
	width: 100%;
	margin: 0px;
	min-height: 320px;
}


@media screen and (max-width: 600px) {
	
.sous_menu .bulle_article {
	border-radius: 3em;
	width: 100%;
	margin: 0px;
	min-height: 320px;
	padding: 20px;
	box-sizing: border-box;
}
}

.index .bulle_article img, .sous_menu .bulle_article img {
	background-color: transparent;
	filter: brightness(0);
	width: 100px;
	position: absolute;
	transition: transform .5s;
	left: 20px;
}

.index .bulle_article:hover img, .sous_menu .bulle_article:hover img {
	transform: scale(1.5);
	opacity: 1;
}

.index .bulle_article p, .index .bulle_article h2, .sous_menu .bulle_article p, .sous_menu .bulle_article h2 {
	text-align: center;
}

.index .bulle_article p, .sous_menu .bulle_article p {
	padding: 20px;
}

.index .bulle_article h2 {
	margin-top: 65px;
}

.sous_menu .bulle_article h2 {
	margin-top: 80px;
}

.index .bulle_article .titre_seul {
	margin-top: 80px;
}

.sous_menu .bulle_article .titre_seul {
	margin-top: 130px;
}

.index .bulle_article .titre_deux, .sous_menu .bulle_article .titre_deux {
	margin-top: 110px;
}

.index .bouton, .sous_menu .bouton {
	padding: 0px;
}

.space_use {
	display: none;
}

@media (min-width:1366px) {
	#index_apropos_link, #index_nh_link {
		width: 30%;
	}

	.space_use {
		display:block;
	}
}

/* --- NETTOYAGE CSS MOBILE & TABLETTE (SAUF INDEX) --- */
@media (max-width: 1023px) {

    /* 1. Suppression des bordures sur les pages de services et packs */
    .colonne_offre, 
    .colonne_conditions, 
    .ligne_pied_tableau,
    .premiere_categorie,
    .tableau,
    .tableau_colonnes,
    .faq-item,
	.bulle2,
    .bouton.border:not(.bulle_article) {
        border: none !important;
        border-radius: 0 !important;
        box-shadow: none !important;
    }

    /* 2. Ajustement spécifique pour les pieds de tableau (Questionnaire/Contact) */
    .ligne_pied_tableau {
        margin-top: 0 !important;
        padding-top: 15px !important;
		background-color: #edb066;
		border-radius: 30px !important;
		
    }
	
	.ligne_pied_tableau p {
		font-size: 20px;
		line-height: 1.5em;
	}
}

    /* 3. séparation faq */
    .faq-item {
        /* border-bottom: 1px solid rgba(191, 143, 138, 0.3) !important; */
        margin-bottom: 10px !important;
    }

    /* 4. opti espacements pages packs */
    .bulle_titre div {
		/* width: 100% !important; */
		padding-left: 5px !important;
		padding-right: 5px !important;
		margin-bottom: 50px !important;
		box-sizing: border-box;
    }
	
	.packs, .colonne_conditions .bulle, .bulle2{
		width: 80% !important;
	}
	
	.colonne_offre {
		width: 100%;
	}

    /* marge touche pas les bords de l'écran */
    /* #content:not(.index) p,  */
    #content:not(.index) h2, 
    #content:not(.index) h3 {
        padding-left: 20px;
        padding-right: 20px;
		padding-bottom: 20px !important;
    }
	
	.ctar {
		font-family: 'Stanberry';
		color : black;
		/* border: solid; */
		/* border-width: 3px; */
		background-color: #edb066;
		border-radius: 10px;
		text-align : center;
		width: 40%;
		margin: auto;
		margin-bottom: 40px;
		margin-top : 10px;
		padding: 5px;
		font-size : 17px;
	}
	
	.separation3 {
		display: none;
	}
}