/*@import url("../assets/fonts/OpenSans_CondBold/stylesheet.css");*/
@font-face {
	font-family: 'OpenSans_CondBold';
	src: url(../fonts/OpenSans_CondBold/OpenSans-CondBold.ttf) format('truetype');
}
:root {
	--gold: #ada892;
	--green: #3e9283;
	--grey: #636363;
	--lightgrey: #f5f5f5;
}
body {
    margin: 0;
	padding: 0;
}
img {
    border-style: none
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}
/*TEXTES*/
* {
	font-family: "Lato", sans-serif;
}
html,body,a, label, input {
    font-size: 15px;
    line-height: 1.5
}
p {
	font-weight: 200;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "OpenSans_CondBold";
	font-weight: 400;
	margin: 10px 0
}
h1 {
	font-size: 72px
}
h2 {
    font-size: 30px
}
h3 {
    font-size: 24px
}
h4 {
    font-size: 24px
}
h5 {
    font-size: 18px
}
h6 {
    font-size: 16px
}
a {
    background-color: transparent;
	color: black;
}
b,strong {
    font-weight: bolder
}
textarea {
    overflow: auto
}
.comment {
	font-style: italic;
	color: var(--grey);
	margin: 0px;
}
/*FORM*/
button{
	background-color: transparent;
}
[type=checkbox],[type=radio] {
    padding: 0
}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}
[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

/*lexiquepopup*/
.terminology-link {
	text-decoration: underline;
	cursor: pointer;
}

#terminology-popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Grey-ish color */
  z-index: 9;
}

#terminology-popup {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 80px);
	padding: 20px;
	background-color: #fff;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	max-height: 80%;
	Max-width: 800px;
	overflow: scroll;
	z-index: 10;
}
#close-popup {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
.img-placeholder{
	display: flex;
	justify-content: center;
	align-items: center;
}
.img-placeholder img{
	width: 100%;
}
/*end lexiquepopup*/

@media screen and (max-width: 800px) {
	.show{
		width: 100% !important;
	}
	h1 {
		font-size: 32px;
	}
	h2 {
		font-size: 20px;
	}
	h3 {
		font-size: 18px;
	}
	 p {
		 font-size: 12px;
	 }
}
/*FOOTER*/
.site-footer {
  background: #222;
  color: #eee;
  padding: 40px 20px 20px;
  font-size: 0.9rem;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto 20px;
  gap: 30px;
}

.footer-column {
  flex: 1 1 250px;
  min-width: 200px;
}

.footer-column h3 {
  margin-bottom: 15px;
  font-size: 1.1rem;
  color: #fff;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 8px;
}

.footer-column a {
  color: #ddd;
  text-decoration: none;
}

.footer-column a:hover {
  color: #fff;
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid #444;
  padding-top: 15px;
  font-size: 0.8rem;
  color: #aaa;
}
