@charset "UTF-8";
/* CSS Document */
@font-face {
    font-family: 'altehaasgroteskbold';
    src: url("../font/altehaasgroteskbold-webfont.woff2") format('woff2'),
         url("../font/altehaasgroteskbold-webfont.woff2") format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'altehaasgroteskregular';
    src: url("../font/altehaasgroteskregular-webfont.woff2") format('woff2'),
         url("../font/altehaasgroteskregular-webfont.woff") format('woff');
    font-weight: normal;
    font-style: normal;
}
.flicker-2 {
	-webkit-animation: flicker-2 2s linear infinite both;
	        animation: flicker-2 2s linear infinite both;
}
@-webkit-keyframes flicker-2 {
  0%,
  100% {
    opacity: 1;
  }
  41.99% {
    opacity: 1;
  }
  42% {
    opacity: 0;
  }
  43% {
    opacity: 0;
  }
  43.01% {
    opacity: 1;
  }
  45.99% {
    opacity: 1;
  }
  46% {
    opacity: 0;
  }
  46.9% {
    opacity: 0;
  }
  46.91% {
    opacity: 1;
  }
  51.99% {
    opacity: 1;
  }
  52% {
    opacity: 0;
  }
  52.8% {
    opacity: 0;
  }
  52.81% {
    opacity: 1;
  }
}
@keyframes flicker-2 {
  0%,
  100% {
    opacity: 1;
  }
  41.99% {
    opacity: 1;
  }
  42% {
    opacity: 0;
  }
  43% {
    opacity: 0;
  }
  43.01% {
    opacity: 1;
  }
  45.99% {
    opacity: 1;
  }
  46% {
    opacity: 0;
  }
  46.9% {
    opacity: 0;
  }
  46.91% {
    opacity: 1;
  }
  51.99% {
    opacity: 1;
  }
  52% {
    opacity: 0;
  }
  52.8% {
    opacity: 0;
  }
  52.81% {
    opacity: 1;
  }
}



body{
	background-color:rgba(255,255,255,1.00);
	color: rgba(0,0,0,1.00);
	font-family: 'altehaasgroteskregular';
	font-size: 20px;
	margin: 0px;
	padding: 0px;
	scroll-behavior: smooth;
	overflow-x: hidden;
}
.loader-container{
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(255,255,255,1.00);
	transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
}
.loader-container.hidden{
	opacity: 0;
	visibility: hidden;
}
.loader_txt{
	font-family: 'altehaasgroteskregular';
	color:rgba(0,0,0,1.00);
	font-size: 2em;
	position: absolute;
	text-align: center;
}

footer{
	margin-top: 30px;
	margin-left: 0;
	margin-right: 0;
	padding-left: 7%;
	padding-right: 7%;
	padding-top: 2%;
	padding-bottom: 0%;
	background-color: rgba(0,0,0,1.00);
	color: rgba(255,255,255,1.00);
	display: block;
	
}

footer a{
	color: rgba(255,255,255,1.00);
	margin-bottom: 2%;
	transform: scale(1);
	font-size: 20px;
	display: block;
}

footer a:hover{
	color: rgba(255,255,255,1.00);
	text-decoration: underline;
}

.copyright{
	margin-top: 10%;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	text-align: justify;
	color: rgba(99,99,99,1.00);
}

.copyright::after{
    content: ""; /* Ajoute un pseudo-élément vide */
    display: inline-block;
    width: 100%; /* Prend toute la largeur restante pour forcer la justification */
}

p{
	margin: 5%;
}
.about{
	font-size: 20px;
	margin: 0% 5% 2% 5%;
}
a{
	color: rgba(0,0,0,1.00);
	text-decoration: none;
	font-size: 40px;
}

a:hover{
	text-decoration: underline;
}

ul{
	list-style: none;
	display: flex;
	justify-content:flex-start;
	flex-wrap: wrap;
	padding: 20px 20px 15px 20px;
}
li{
	margin-right: 30px;
}

nav{
	background-color: rgba(255,255,255,1.00);
	margin: 0px;
    border-bottom: 1px solid black;
}
header{
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0% 7% 0% 7%;
}
h1{
	width: 100%;
	text-align: center;
	font-size: 60px;
	font-family: 'altehaasgroteskbold';
	color: rgba(0,0,0,1.00);
}
	.h2_a{
	width: 100%;
	text-align: center;
	font-size: 60px;
	font-family: 'altehaasgroteskbold';
	color:rgba(0,0,0,1.00);
	}
section{
	display: flex;
	justify-content: flex-start;
	margin: 0px;
	padding: 0px;
}
.lat{
	padding: 0px;
	margin: 5%;
	background-color: rgba(255,255,255,1.00);
}
.lat-2{
	padding: 0px;
	background-color: rgba(255,255,255,1.00);
	margin: -5% 5% -5% 5%;
}
.lat-2 img{
	margin: 2%;
}
.lat img{
	margin: 2%;

}
.img_1{
	width: 90% !important;
	height: auto;
	margin: 5%;
}
.title{
	font-family: "altehaasgroteskbold" !important;
}
@supports (-webkit-font-smoothing: antialiased) {
  .lat img{
	 width: 46% !important;
  }
  .lat-2 img{
	 width: 46% !important;
  }
  
}
.colcol{
	display: flex;
	justify-content: space-between!important;
	flex-wrap: nowrap;
	flex-direction: row;
}
.colcol div{
	background-color: rgba(255,255,255,1.00) !important;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	margin: 0% 5% 0% 5%;
	width: 100%;
	
}
@media only screen and (max-width: 962px){
	h1{
	}
}
@media only screen and (max-width: 793px){
	h1{
	}
    @supports (-webkit-font-smoothing: antialiased) {
		.lat{
			display: flex;
			justify-content: center;
			flex-direction: row;
			flex-wrap: wrap;
		}
		.lat-2{
			display: flex;
			justify-content: center;
			flex-direction: row;
			flex-wrap: wrap;
		}
  .lat img{
	 width: 90% !important;
  }
  .lat-2 img{
	 width: 90% !important;
  }
  
}
}
@media only screen and (max-width: 743px){
	h1{
	}
}
@media only screen and (max-width: 666px){
	h1{
	}
	.colcol{
		flex-direction: column;
	}
	.colcol div{
		margin-top: 30px;
		width: inherit;
	}
	footer{
	margin-top: 30px;
	margin-left: 0;
	margin-right: 0;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 10%;
	padding-bottom: 0%;
	background-color: rgba(0,0,0,1.00);
	color: rgba(255,255,255,1.00);
	display: block;
	
}

	footer a{
	color: rgba(255,255,255,1.00);
	margin-bottom: 2%;
	transform: scale(1);
	transition-duration: 1s;
	font-size: 20px;
	display: block;
	}

	footer a:hover{
	color: rgba(255,255,255,1.00);
	margin-bottom: 1%;
	text-decoration: underline;
	transform: scale(1.1);
	transition-duration: 1s;
	}

	.copyright{
	margin-top: 10%;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	text-align: justify;
	}

	.copyright::after{
    content: ""; /* Ajoute un pseudo-élément vide */
    display: inline-block;
    width: 100%; /* Prend toute la largeur restante pour forcer la justification */
	}
}
@media only screen and (max-width: 609px){
	h1{
	}
	header{
	background-image: url("../img/header_1.1.png") !important;
	background-position: center;
	margin-bottom: 5%;
}
.h_vx{
	background-image: url("../img/header_2.2.png") !important;
	background-position: center;
	margin-bottom: 5%;
}
.h_br{
	background-image: url("../img/header_3.3.png") !important;
	background-position: center;
	margin-bottom: 5%;
}
.h_j{
	background-image: url("../img/header_4.4.png") !important;
	background-position: center;
	margin-bottom: 5%;
}
.h_md{
	background-image: url("../img/header_5.5.png") !important;
	background-position: center;
	margin-bottom: 5%;
}
.h_rp{
	background-image: url("../img/header_6-6.png") !important;
	background-position: center;
	margin-bottom: 5%;
}	
}
@media only screen and (max-width: 543px){
	h1{
		font-size: 43px !important;
	}
	a {
		color: rgba(0,0,0,1.00);
		text-decoration: none;
		font-size: 26px;
		line-height: 39px;
	}
	ul {
		list-style: none;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		flex-direction: column;
		padding: 10px 10px 10px 10px;
	}
	li {
  		margin-right: 0px;
	}
	.lat{
		flex-direction: column;
		justify-content: center;

	}
	.lat img {
  		margin: 5% auto;
	}
	.lat-2{
		flex-direction: column;
		justify-content: center;
	}
	.lat-2 img {
  		margin: 5% auto;
	}
	
}