/* CSS */
:root {
    font-family: Inter, sans-serif;
    font-feature-settings: 'liga' 1, 'calt' 1; /* fix for Chrome */
  }
  @supports (font-variation-settings: normal) {
    :root { font-family: InterVariable, sans-serif; }
  }
body
{
    transition: background-color 0.1s ease;
    margin-left: 30%;
    margin-right: 30%;
    max-width: 1000px; /* Pour limiter la largeur maximale sur les grands écrans */
    margin: 0 auto; /* Pour centrer le contenu sur les grands écrans */
}
.light-mode {
    --bg-color: #ffffff;
    --text-color: #000000;
}

.dark-mode {
    --bg-color: #0c0c11;
    --text-color: #ffffff;
}

body {
    background-color: var(--bg-color);
    color: var(--text-color);
}



h1, h2, h3, h4, h5, h6 {
    font-family: Inter ; /* Choisissez une police cohérente */
}

h1 {

    font-size: 1em;
    margin: 0;
    padding: 0;
    font-weight: 600;
}

h2 {
    font-size: 1.5rem;
    margin: 0;
    padding: 0;
    margin-bottom: 0.5em;
}

h3 {
    font-size: 1.3rem;
    margin: 0;
    padding: 0;
    margin-bottom: 0.5em;
    margin-top: 1em;
    font-weight: 600;
}
h4 {
    font-size: 1.2em;
    margin: 0;
    font-weight: 600;
}
p {
    margin-top:0px;
    margin-bottom: 1em;
    font-size: 1.1em
}
section {
    margin-bottom: 16px;
}
.antoine
{
    font-size: 1.2em;
    font-weight: 600;    
    margin-bottom: 8px;
}
.dates
{
    font-weight: 600;
    font-size: 0.8em;
    margin-bottom: 2px;
}

/*
.titre
{
    font-weight: 700;
    font-size: 1.2em;
    margin-top: 2px;
    margin-bottom: 4px;
}
*/
.logo
{
    max-height: 220px;
    width: 220px;
}
.marque
{
 /*   display: block; */
    height: 130px;
    width: 440px;
    margin-left: 30px;
    padding-left: 0px;
    padding-top: 46px;
    margin-bottom: 24px;
    /* margin: auto; */

}
.bandeau {
    display: flex;
    flex-direction: column;
    margin-left: 30px;
    width: 220px;
    position: sticky;
    top: 12px;
    border: 2px solid var(--text-color); 
    padding: 8px;
    margin-top: 28px;
    box-shadow: 4px 4px 0px 0px var(--text-color);
}
.bandeau1 {
    display: flex;
    flex-direction: column;
    margin-left: 30px;
    width: 220px;
    position: sticky;
    top: 240px;
    border: 2px solid var(--text-color); 
    padding: 8px;
    margin-top: 28px;
    box-shadow: 4px 4px 0px 0px var(--text-color);
}
.bandeau2 {
    display: flex;
    flex-direction: column;
    margin-left: 30px;
    width: 220px;
    position: sticky;
    top: 400px;
    border: 2px solid var(--text-color); 
    padding: 8px;
    margin-top: 28px;
    box-shadow: 4px 4px 0px 0px var(--text-color);
}
.bandeau3 {
    display: flex;
    flex-direction: column;
    margin-left: 30px;
    width: 220px;
    position: sticky;
    top: 580px;
    border: 2px solid var(--text-color); 
    padding: 8px;
    margin-top: 28px;
    box-shadow: 4px 4px 0px 0px var(--text-color);
}
.bandeaufin {
    display: flex;
    flex-direction: column;
    margin-left: 30px;
    width: 220px;
    position: fixed;
    bottom: 0;
    border: 2px solid var(--text-color); 
    padding: 8px;
    margin-top: 28px;
    box-shadow: 4px 4px 0px 0px var(--text-color);
    margin-bottom: 12px;
}
.present
{
    font-size: 1em;
    margin-bottom: 8px
}
.moi{
display: flex;
flex-direction: column;
border: 2px black solid;
padding-left: 8px;
}
.table
{
    display: flex;
    justify-content: space-between;
    height: 100%;
 /*   padding-left: 100px;
    margin-left: 200px;
    padding-right: 100px;
    margin-right: 200px; */
    margin-top: 0px;
    position: sticky;
}
.reseaux
{
    display: flex;
    margin-bottom: 32px;
}
.reseau
{
    margin-right: 10px;
}
.reseau:hover
{
    text-decoration: underline;
}
a
{
    text-decoration: none;
    color: var(--text-color)
}
/*a:visited
{
    color: var(--text-color);
}*/
.corps
{
    display: flex;
    flex-direction: column;
    margin-left: 48px;
    margin-top: 32px;
    
}
.nomsite
{
    /* Nimbus Mono PS; Source Code Pro Black*/
    font-weight: 700;
    font-size: 3.5em;
    margin-left: 52px;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}
.onglets
{
    display: flex;
    flex-direction: column;
    margin-bottom: 0px;

}
.onglet
{
    margin-top: 0px;
    margin-bottom: 8px;
    transition: padding-left 0.1s, border-left 0.1s;
}
.onglet:hover
{
    border-left: 2px var(--text-color) solid;
    padding-left: 6px;
    text-decoration: underline;
}
.ongletactuel
{
    font-weight: 600;
    border-left: 2px solid var(--text-color);
    padding-left: 6px;
    margin-top: 0px;
    margin-bottom: 8px;

}

.bordure
{
    border: 1px white solid;
}
.titrimage
{
    display:flex;
}

.macaron
{
    max-width: 50px;
    height: 50px;
    padding-right: 12px;
}
.titredate
{
    display: flex;
    flex-direction: column;
    padding-top: 4px;

}

.serviceimg
{
    display: flex;
    margin-bottom: 8px;

}
.service
{
    display: flex;
    flex-direction: column;

}
.svg
{
    max-width: 70px;
    max-height: 70px;
    padding-right: 12px;
    
}

.nomservice
{
    font-weight: 700;
    font-size: 1.2em;
    margin-top: 2px;
    margin-left: 16px;
    margin-bottom: 0px;

}



.langues
{
display: flex;
margin-top: 8px;
margin-left: 34px;
}
.drapeau
{
width: 30px;
height: 18px;
margin-right: 20px;
}
.boutonlanguetrue
{
    height: 24px;
    max-height: 24px;
    width: 30px;
    font-weight: 700;
    font-size: 15px;
    background-image: linear-gradient(to right, rgb(8, 8, 147), rgb(83, 143, 241));
    padding-top: 7px;
    padding-left: 14px;
    -webkit-box-shadow:inset 0px 0px 0px 2px var(--text-color);
    -moz-box-shadow:inset 0px 0px 0px 2px var(--text-color);
    box-shadow:inset 0px 0px 0px 2px var(--text-color);
    margin-left: 20px;
    color: white;
    border-radius: 0px;
}
/*.boutonlanguetrue:hover
{
    background: #181825;
    


}*/
.boutonlanguefalse
{
    height: 24px;
    max-height: 24px;
    width: 30px;
    font-weight: 700;
    font-size: 14px;
    background: var(--bg-color);
    padding-top: 7px;
    padding-left: 14px;
    background-image: linear-gradient(to right, rgb(8, 8, 147), rgb(83, 143, 241));
background-size: 0% 100%;
background-position: 0 100%;
background-repeat: no-repeat;
transition: background-size 0.3s ease;
display: inline-block;
    -webkit-box-shadow:inset 0px 0px 0px 2px var(--text-color);
  -moz-box-shadow:inset 0px 0px 0px 2px var(--text-color);
  box-shadow:inset 0px 0px 0px 2px var(--text-color);
  margin-left: 20px;
  border-radius: 0px;
}
.boutonlanguefalse:hover
{
    background-size: 100% 100%;
    color: white; /* Change la couleur du texte en blanc au survol */  
    box-shadow:inset 0px 0px 0px 2px var(--text-color);
  
}
.pdf
{
    padding-top: 7px;
    height: 18px;
    margin-top: 10px;
}
.lienicone
{
    display: flex;
}
.download
{
    font-size: 1em;
    margin-bottom: 32px;
    margin-left: 6px;
    margin-right: 16px;
    padding-top: 16px;
}
.footertop
{
    font-size: 0.8em;
    margin: auto;
    text-align: center;
}
.footer
{
    font-size: 0.8em;
    text-align: center;
}

.contact
{
    display: flex;
    flex-direction: column;
}
form div
{
    display: flex;
    flex-direction: column;
}

form div > label 
{
    margin-bottom: 7px;
    font-weight: 600;
    font-size: 1em;
}

form div > input, form div > textarea 
    {
    background: #ffffff;
    border: #172a41 solid 2px;    
    border-radius: 0px;
    font-size: 16px;
    font-weight: 500;
    max-width: 500px;
    margin-bottom: 16px;
    }



.boutonform {
    width: 150px;
    max-width: 150px;
    height: 32px;
    font-weight: 700;
    font-size: 16px;
    color: black;
    background-image: linear-gradient(to right, rgb(8, 8, 147), rgb(83, 143, 241));
    background-size: 0% 100%;
    background-position: 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.3s ease;
    display: inline-block;
        }
.boutonform:hover {
    background-size: 100% 100%;
color: white; /* Change la couleur du texte en blanc au survol */
}
    
.message
{
    height: 200px;
}
.g-recaptcha
{
    margin-bottom: 16px;
}
.sombre
{
    font-size: 0.9em;
    font-weight: 500;
    margin-top: 30px;
}
.poussoir
{
    display: flex;
}
/* Toggle container */
.toggle-container {
    display: flex;
    align-items: center;
    justify-content: left;
    margin-left: 16px;
    margin-top: 12px;
    }

/* The switch - the box around the toggle input */
.switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 22px;
    border: 2px black solid;
    border-radius: 0px;
}

/* Hide default checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider (round) */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .2s;
    transition: .2s;
    border-radius: 0px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 17px;
    left: 2px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: .2s;
    transition: .2s;
    border-radius: 0px;
    border: 2px black solid;

}

/* Rounded sliders */
.slider.round {
    border-radius: 0px;
}

.slider.round:before {
    border-radius: 0px;
}

/* Dark mode */
.dark-mode .slider {
    background-color: white;
}

.dark-mode .slider:before {
    background-color: #ffffff;
    border: 2px rgb(83, 83, 83) solid;
    border-radius: 0px;
}
.dark-mode .switch {
    border: 2px white solid;
}

/* Checked (active) state */
.switch input:checked + .slider {
background-image: linear-gradient(133deg, rgba(23,42,65,1) 0%, rgba(8,8,147,1) 47%, rgba(83,143,241,1) 100%);
border-radius: 8px;
}

.switch input:checked + .slider:before {
    -webkit-transform: translateX(25px);
    -ms-transform: translateX(25px);
    transform: translateX(25px);
}




/*.titreblog
{
    font-size: 1.6em;
    font-weight: 600;
    margin-bottom: 4px; 
} */




.titrelisteblog{
    font-size: 1.4em;
}
.stlisteblog
{
    font-size: 1.4em;
    margin-left: 16px;
}
.stlisteblog:hover
{
    text-decoration: underline;
}
.descriplisteblog
{
    font-size: 1.em;
    font-weight: 300;
    font-style: italic;
    margin-left: 16px;
}
.datelisteblog
{
    margin: 8px;
    font-size: 1em;
    margin-left: 30px;
}

.corpsblog
{
    margin-bottom: 2em;
    line-height: 1.3;
}
.sectionblog
{
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 16px;
    margin-top: 16px;
}

.gnu
{
    width: 200px;
    display: flex; 
    flex-direction: column;
    margin-bottom: 20px;
}
.photo
{
    display: grid;
    place-items: center; /* Center both horizontally and vertically */
    margin: 40px;
}
.légende
{
    font-size: 0.9em
}
.reference
{
text-decoration: underline;
}
.refrence:hover
{
    color:rgb(83, 143, 241);
}
.content {
    flex: 1;
    padding-right: 20px; /* pour éviter le chevauchement de la table des matières */
}

#table-of-contents {

    max-height: 80vh; /* limite la hauteur pour le défilement si nécessaire */
    overflow-y: auto;
    margin-top: 8px;
    /* top: 20% !important; */
}
.matieres
{
    display: inline-block;
    position: sticky;
    top: 0px;
    max-height: 80vh; /* limite la hauteur pour le défilement si nécessaire */
    overflow-y: auto;
}
.table-of-contents-item {
    display: block;
    margin-bottom: 10px; /* Espacement entre les éléments */
    color: var(--text-color); /* Couleur du texte */
    text-decoration: none; /* Supprimer les soulignements */
    font-size: 0.9em;
}

.table-of-contents-item:hover {
    color: #555; /* Couleur du texte au survol */
}
.active {
    font-weight: 600; /* Highlight the current section */
    padding-left: 6px;
    transition: ease 0.3s;
}
.fixe
{
 /*   position: sticky; */
   /* top: 16% !important; */
    max-height: 80vh; /* limite la hauteur pour le défilement si nécessaire */
    overflow-y: auto;
    font-weight: 600;
    font-size: 1.1em;
}
.desktop
{
    width: 400px;
    MARGIN-BOTTOM: 16px;
    display: flex;
    flex-direction: column;
}
.screen{
    width: 700px;
    MARGIN-BOTTOM: 16px;
    display: flex;
    flex-direction: column;
}
.vide
{
    position: sticky;
    top: 0px;
    margin-top: 100px;
}
.date
{
    border-left: 2px solid var(--text-color);
    margin-left: 16x;
    padding-left: 10px;
    margin-bottom: 1em;
    font-size: 1.1em
}
.logogo
{
    margin-top: 30px;
    margin-left: 26px;
    height: 49px;
}
.cadrefooter{
    box-shadow: 4px 4px 0px 0px var(--text-color);
    border: 2px solid var(--text-color);
    margin-top: 50px;
    margin-bottom: 16px;
width: 37%;
margin-left: 31%;

}
.barre
{
    display: flex;
    flex-direction: row;
  /*  margin-left: 100px; */
}
.option
{
    margin-top: 30px;
    box-shadow: 4px 4px 0px 0px var(--text-color);
    border: 2px solid var(--text-color);
    height: 26px;
    margin-left: 40px;
    padding: 8px;
background-image: linear-gradient(to right, rgb(8, 8, 147), rgb(83, 143, 241));
    background-size: 0% 100%;
    background-position: 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.3s ease;
    display: inline-block;
    font-weight: 600;
    font-size: 1.2em;
        }
.option:hover {
    background-size: 100% 100%;
color: white; /* Change la couleur du texte en blanc au survol */
}
.option a:hover{
    color: white; /* Change la couleur du texte en blanc au survol */
}
.optionselec
{
    margin-top: 30px;
    box-shadow: 4px 4px 0px 0px var(--text-color);
    border: 2px solid var(--text-color);
    height: 26px;
    margin-left: 40px;
    padding: 8px;
background-image: linear-gradient(to right, rgb(8, 8, 147), rgb(83, 143, 241));
color: white;
    display: inline-block;
    font-weight: 600;
    font-size: 1.2em;
}

.container {
    display: flex;
    flex-direction: row;
    gap: 48px;
}
.column {
    width: 300px;
}
.ligne
{
    border-bottom: 2px solid var(--text-color);
    margin-bottom: 8px;
    margin-top: 4px;
}
.prenom
{
    margin-left: 16px;
    font-size: 1.4em;
}
.portrait
{
    width: 200px;
    height: 200px;
}