/* works.css */

:root {
  --green: #2f9a4a;
  --yellow: #ffd200;
  --white: #ffffff;
  --black: #000000;
  --red: #e53935;
  --font: 'Roboto', sans-serif;
  /*--topbar-height: 100px;
  --left-marging: 400px;
  --left-marging-less: 395px;*/
}

{
  /*box-sizing: border-box;*/
  box-sizing: content-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: var(--font);
  font-weight: 100;
  background-color: var(--white);
  color: #111;  
  /*background-image: url('Images/Body/paper-texture.jpg'); /* ton image */
  /*background-repeat: repeat;            /* répète horizontalement et verticalement */
  /*background-size: auto;                /* conserve la taille d’origine */  
}

header {
  display: flex;
  flex-direction: column;
  /*align-items: center;*/
  width: fit-content;
  line-height: 0.0; /* valeur relative */  
}
/*///////////////////////////////////////////////////*/

/* Contenu principal */
.main-content {
   margin-top: var(--topbar-height);
   
}
/*///////////////////////////////////////////////////*/
/* Bloc blanc */
.contact-block {
  background-color: var(--white);
  padding: 20px 0px; 
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 380px;
  max-width: 700px;   
  display: flex;
  flex-direction: column;
}

.contact-link {
  text-decoration: none;     /* supprime le soulignement */
  color: black;              /* couleur du texte normale */
  transition: color 0.3s ease;
}
.contact-link:hover {
  color: white;              /* couleur du texte au survol */
  background-color: black;   /* fond noir au survol */
  padding: 5px 10px;         /* optionnel : ajoute un peu d'espace */
}

.contact-container {
  /*max-width: 320px;*/
  width: 100%;
  text-align: center;
  line-height: 1.6;
 }
 
.contact-container h1 {
  font-size: 32px;
  margin-top: 20px;
  margin-bottom: 0px;
  line-height: 1.0;
  font-weight: 300; 
  white-space: nowrap;  
}

.contact-container h2 {
  font-size: 19px;
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: 300; 
  white-space: nowrap;
}

.contact-container h3 {
  font-size: 30px;
  margin-bottom: 0px;
  font-weight: 400; 
  line-height: 1.2;
  font-weight: 300; 
  white-space: nowrap;  
}

.contact-container h4 {
  font-size: 22px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 300; 
  letter-spacing: 5px;
  white-space: nowrap;
  margin-bottom: 30px;
}

.copy-container {
  /*max-width: 320px;*/
  width: 100%;
  text-align: left;
  line-height: 1.6;
  padding: 0px 30px; 
 }

.copy-container-right {
  /*max-width: 320px;*/
  width: 100%;
  text-align: right;
  line-height: 1.6;
  padding: 0px 30px; 
 }

.copy-container p {
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 40px;
  line-height: 1.3;
  font-weight: 500; 
  text-align: center;
  /*white-space: nowrap;*/  
}

.regular {
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 40px;
  line-height: 1.3;
  font-weight: 400; 
  /*text-align: center;*/
  /*white-space: nowrap;*/  
}
.bold {
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 40px;
  line-height: 1.3;
  font-weight: 500; 
  /*text-align: center;*/
  /*white-space: nowrap;*/  
}
.regular18 {
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 40px;
  line-height: 1.3;
  font-weight: 400;   
  text-align: justify;
  /*white-space: nowrap;*/  
}
.regularQuote {
  font-size: 30px;
  margin-top: 0px;
  margin-bottom: 40px;
  line-height: 1.3;
  font-weight: 300; 
  text-align: center;
  /*white-space: nowrap;*/  
}
.boldQuote {
  font-size: 30px;
  margin-top: 0px;
  margin-bottom: 40px;
  line-height: 1.3;
  font-weight: 500; 
  text-align: center;
  /*white-space: nowrap;*/  
}

.regularStats {
  font-size: 48px;
  margin-top: 0px;
  margin-bottom: 40px;
  line-height: 1.3;
  font-weight: 300; 
  text-align: center;
  /*white-space: nowrap;*/  
}
.boldStats {
  font-size: 48px;
  margin-top: 0px;
  margin-bottom: 40px;
  line-height: 1.3;
  font-weight: 500; 
  text-align: center;
  /*white-space: nowrap;*/  
}
.boldStatsHuge {
  font-size: 72px;
  margin-top: 0px;
  margin-bottom: 40px;
  line-height: 1.4;
  font-weight: 700; 
  text-align: center;
  /*white-space: nowrap;*/  
}
.regularStatsHuge {
  font-size: 60px;
  margin-top: 0px;
  margin-bottom: 40px;
  line-height: 1.4;
  font-weight: 100; 
  text-align: center;
  /*white-space: nowrap;*/  
}


.reference {
  font-size: 11px;
  margin-top: 0px;
  margin-bottom: 40px;
  line-height: 1.6;
  font-weight: 300; 
  text-align: center;
  /*white-space: nowrap;*/  
}
.referenceBold {
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 40px;
  line-height: 1.6;
  font-weight: 500; 
  text-align: center;
  /*white-space: nowrap;*/  
}

.btcontainer {
  display: flex;
  justify-content: center; /* centre horizontalement */
  /*align-items: center;     /* centre verticalement si tu veux */
  /*height: 100vh;           /* prend toute la hauteur de la fenêtre */
}

.btagenda {
  background-color: white;
  color: black;
  border: 1px solid black;
  padding: 15px 80px;
  font-size: 24px;
  margin-top: 0px;
  margin-bottom: 40px;
  line-height: 1.3;
  font-weight: 500; 
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  justify-content: center; 
  /*min-width: 400px;*/
}

.btagenda:hover {
  background-color: black;
  color: white;
}

.role-container {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: center;  
  text-align: left;  
  padding : 40px 80px;
  padding-top : 40px;
  max-width: 800px;
  width: 600px;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
  border: 0px solid black;
}


.separation {
  width: 80%;
  max-width: 200px;
  border-top: 1px solid black;
  margin: auto;
}


/*///////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////*/

/* Responsive */
@media (max-width: 1300px) {

:root {
	/*
  --font: 'Roboto', sans-serif;
  --topbar-height: 120px;
  --left-marging: 50px;
  --left-marging-less: 45px;
  */
}


/*///////////////////////////////////////////////////*/
header {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 0.0; /* valeur relative */
}

body {
  font-family: var(--font);
  font-weight: 100;  
  display: flex;
  flex-direction: column; /* ou row selon ton besoin */
  align-items: center;
  justify-content: center; 
  text-align: center; 
}

/*///////////////////////////////////////////////////*/

.contact-block {
  padding: 20px 20px; 
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; 
  margin-left: 0px;
  max-width: 700px; 
}

.contact-link {
  text-decoration: none;     /* supprime le soulignement */
  color: black;              /* couleur du texte normale */
  transition: color 0.3s ease;
}
.contact-link:hover {
  color: white;              /* couleur du texte au survol */
  background-color: black;   /* fond noir au survol */
  padding: 5px 10px;         /* optionnel : ajoute un peu d'espace */
}

.contact-container {  
  width: 100%;
  text-align: center;
  line-height: 1.6;
  padding : 20px 10px;
 }

.btagenda {
  background-color: white;
  color: black;
  border: 1px solid black;
  padding: 15px 15px;
  font-size: 24px;
  margin-top: 0px;
  margin-bottom: 40px;
  line-height: 1.3;
  font-weight: 500; 
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  justify-content: center;   
}

.role-container {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: center;  
  text-align: left;  
  /*padding-left : 10px;
  padding-right : 10px;*/
  padding-top : 40px;
  padding : 40px 0px;
  max-width: 400px;
  width: 90vw;
  margin-left : 0px;
  box-shadow: 0 0 10px rgba(0,0,0,0);
  border: 0px solid black;
}

.regularQuote {
  font-size: 24px;
  margin-top: 0px;
  margin-bottom: 40px;
  line-height: 1.3;
  font-weight: 300; 
  text-align: center;
  /*white-space: nowrap;*/  
}
.boldQuote {
  font-size: 24px;
  margin-top: 0px;
  margin-bottom: 40px;
  line-height: 1.3;
  font-weight: 500; 
  text-align: center;
  /*white-space: nowrap;*/  
}