/* Importation polices*/
@import url('https://fonts.googleapis.com/css2?family=Electrolize&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined');


/* Charte graphique */
:root {
    --color-bg-dark: #161717;     
    --color-bg-element-dark1:#2e2f2F;
    --color-bg-element-dark2:#103529;
    --color-bg-element-dark3:#21c063;  
    --color-text-dark: #fafafa; 
    --color-hover:#e6ffda;
    
    --font-title: 'Roboto Mono', monospace;
    --font-body: 'Roboto', sans-serif;
}

/* Réinitialisation */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Méthode flow header/footer */ 
html, body {
  height: 100%;
  margin: 0;
}
html{
    scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  background-color: var(--color-bg-dark);
}

a{
    text-decoration: none;
    color: var(--color-bg-dark);
}

header {
  padding: 1rem;
  display: flex;
  align-items: center;
}
nav{
    flex: 1;
    display: flex;
    justify-content: center;
}
nav ul{
    list-style: none;
    display: flex;
    gap: 2rem;
    justify-content: center;
    background-color: var(--color-text-dark);
    padding: 1rem;
    border-radius: 30px;
    font-family: var(--font-body);
    font-weight: 500;
    color: var(--color-bg-dark);
}
nav a:hover{
    color: var(--color-bg-element-dark3);
}

.material-symbols-outlined {
  display: none;  
  font-size: 3rem;
  color: var(--color-text-dark);  
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

main {
  flex: 1; /* prend tout l’espace restant */
  padding: 1rem;
}
section{
    margin: 5rem auto;
    margin-bottom: 5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: var(--font-body);
    color: var(--color-text-dark);
    width: 60vw;
}
section h1{
    color: #21c063;
    margin-bottom: 2rem;
    border-bottom: solid 4px var(--color-bg-element-dark3);
}
section h1#nom{
    border-bottom: unset;
    margin-bottom: unset;
    padding: unset;
}
section p{
    line-height: 1.5;
    font-size: 1.1rem;
    font-family: 'Roboto', sans-serif;
}

footer {
  background-color: var(--color-bg-element-dark1);
  color: var(--color-text-dark);
  padding: 3rem;
  font-family: var(--font-body);
  text-align: center;
  margin-top: 2rem;
}









/* page présentation */
.hero{
    min-height: 100dvh;
    background-image: url(images/code_info_fond_sombre.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    background-color: rgba(0, 0, 0, 0.8);

}
.logo{
    flex: 0;
}
.heroSection{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5rem;
    color: var(--color-text-dark);
    font-family: var(--font-body);
    width: 100%;
    height: 100%;

}
#zoneGaucheHero{
    flex: 1;
}
#imageHero{
    width: 30rem;
    height: 30rem;
}
#zoneDroiteHero{
    flex: 1;
}
#nom{
    color: #21c063;
}

#typewriter::after {
    content: "|";
    animation: clignote 0.7s infinite;
}

@keyframes clignote {
    50% { opacity: 0; }
}


#btnDecouvrir{
    background-color: #21c063;
    padding: 0.5rem;
    color: #161717;
    border-radius: 20px;
    font-weight: bold;
    cursor: pointer;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 0.3rem;
    transition: transform 0.3s ease;
}
#btnDecouvrir:hover{
    transform: translateY(30%);
}
.conteneurBoutonDecouvrir{
    margin-top: 2rem;
}
#SLAM {
    margin-top: 2rem;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 2rem;
}
#SLAM ul{
    list-style: none;
}
#SLAM h4{
    color: var(--color-bg-element-dark3);
}
#SISR {
    margin-top: 2rem;
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    align-items: center; 
    width: 100%;
    gap: 2rem;
}
#SISR ul{
    list-style: none;
}
#SISR h4{
    color: var(--color-bg-element-dark3);
}
#imgSLAM{
    flex: 1;
    height: 20rem;
    background-image: url(images/slam.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
}
#imgSISR{
    flex: 1;
    height: 20rem;
    background-image: url(images/sisr.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2rem;
    border-radius: 20px;
}
#descSLAM{
    flex: 1;
    height: 20rem;
    background-color: var(--color-bg-element-dark2);
    padding: 1rem;
    border-radius: 20px;
}

#descSISR{
    flex: 1;
    height: 20rem;
    background-color: var(--color-bg-element-dark2);
    padding: 1rem;
    border-radius: 20px;
}

#Epreuves{
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
}
#Epreuves h4{
    font-size: 1.1rem;
}
#Epreuves table{
    border: 1px solid var(--color-bg-element-dark3);
    border-collapse: collapse;
}
#Epreuves table td{
    border: 1px solid var(--color-bg-element-dark3);
    padding: 0.5rem;
}
#titreTableau{
    color: var(--color-bg-element-dark3);
    font-weight: bold;
}
#descEpreuves{
    flex: 1;
    padding-right: 2rem;
}
#descTab{
    flex: 1;
}









/* Page a propos*/
#CV {
    padding: 0.1rem 0.5rem 0.1rem 0.5rem;
    background-color: var(--color-bg-element-dark3);
    color: #161717;
    font-weight: bold;
    border-radius: 20px;
    margin-top: 1rem;
    transition: transform 0.2s ease;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 0.3rem;
}
#CV:hover{
    transform: scale(115%);
}
#experience{
    margin-top: 5rem;
}
.barLineFormation{
    margin-top: 2rem;
    height: 25rem;
    width: 0.3rem;
    background-color: var(--color-text-dark);
    border-radius: 20px;
    position: relative;
}
.barLineExperience{
    margin-top: 2rem;
    height: 15rem;
    width: 0.3rem;
    background-color: var(--color-text-dark);
    border-radius: 20px;
    position: relative;
}
.point1Formation{
    background-color: #21c063;
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 50px;
    position: absolute;
    top: 15%;
    transform: translate(-40%);
}
.point2Formation{
    background-color: #21c063;
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 50px;
    position: absolute;
    top: 45%;
    transform: translate(-40%);
}
.point3Formation{
    background-color: #21c063;
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 50px;
    position: absolute;
    top: 75%;
    transform: translate(-40%);
}

.item1Formation{
    background-color: #103529;
    width: 25rem;
    border-radius: 20px;
    position: absolute;
    top:5%;
    transform: translate(10%);
    padding: 1rem;
    box-sizing: border-box;
}

.item2Formation{
    background-color: #103529;
    width: 25rem;
    border-radius: 20px;
    position: absolute;
    top:35%;
    transform: translate(-110%);
    padding: 1rem;
}
.item3Formation{
    background-color: #103529;
    width: 25rem;
    border-radius: 20px;
    position: absolute;
    top:65%;
    transform: translate(10%);
    padding: 1rem;
}
.point1Experience{
    background-color: #21c063;
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 50px;
    position: absolute;
    top: 20%;
    transform: translate(-40%);
}
.point2Experience{
    background-color: #21c063;
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 50px;
    position: absolute;
    top: 70%;
    transform: translate(-40%);
}
.item1Experience{
    background-color: #103529;
    width: 25rem;
    border-radius: 20px;
    position: absolute;
    top:5%;
    transform: translate(-110%);
    padding: 1rem;
    box-sizing: border-box;
}

.item2Experience{
    background-color: #103529;
    width: 25rem;
    border-radius: 20px;
    position: absolute;
    top:55%;
    transform: translate(10%);
    padding: 1rem;
}

#btnConsulterSiteIris{
    background-color: var(--color-bg-element-dark3);
    padding: 0.1rem 0.5rem 0.1rem 0.5rem;
    color: var(--color-bg-dark);
    margin-top: 3rem;
    font-weight: bold;
    border-radius: 20px;
    transition: transform 0.2s ease;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 0.3rem;
}
#btnConsulterSiteIris:hover{
    transform:translateX(10%)
}
#ecole{
    display: flex;
    flex-direction: column;
}
#descEcole{
    margin-top: 2rem;
    margin-bottom: 2rem;
}
#imagesIRIS{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width:100%;
    gap: 1rem;
}
#imgIRIS1{
    background-image: url(images/IRIS1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    flex: 1;
    height: 15rem;
    border-radius: 20px;
}
#imgIRIS2{
    background-image: url(images/IRIS2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    flex: 1;
    height: 15rem;
    border-radius: 20px;
}
#imgIRIS3{
    background-image: url(images/IRIS3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--color-bg-element-dark2);
    flex: 1;
    height: 15rem;
    border-radius: 20px;
}
.iframes{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: 20rem;
    margin-top: 2rem;
    gap: 1rem;
}
#videoIRIS{
    flex: 1;
    border-radius: 20px;
}
#map{
    flex: 1;
    border-radius: 20px;
}
#imgEntreprise {
    flex: 1;
    border-radius: 20px;
    background-image: url(images/photo_entreprise.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}









/* page compétences */
#titreSlider{
    margin-top: 3rem;
    color: var(--color-text-dark);
}

.conteneurSlider{
    width: 100%;
    height: 20rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5rem;
    margin-top: 1rem;
    background-color: var(--color-bg-element-dark2);
    padding: 1rem;
    border-radius: 20px;
}
.btnSlider{
    flex:1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.btnSlider a{
    color: var(--color-hover);
    font-size: 3rem;
    cursor: pointer;
}
.slider{
    flex: 3;
    height: 100%;
    position: relative;
}
.slideL{
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    opacity: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.slideL.active{
    opacity: 1;
    transition: opacity 0.5s;
}
.slideBDD{
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    opacity: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.slideBDD.active{
    opacity: 1;
    transition: opacity 0.5s;
}
.slideR{
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    opacity: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.slideR.active{
    opacity: 1;
    transition: opacity 0.5s;
}
.slideO{
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    opacity: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.slideO.active{
    opacity: 1;
    transition: opacity 0.5s;
}

.descSlide{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1rem;
    text-align: center;
}
#imgSlide{
    margin: 0;
    padding: 0;
}
#imgSlide1{
    flex: 1;
    width: 80%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
#imgSlide2{
    flex: 1;
    width: 80%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
#imgSlide3{
    flex: 1;
    width: 80%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
#imgSlide4{
    flex: 1;
    width: 80%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.conteneurGroupes{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.groupe{
    margin-bottom: 5rem;
}
.skillBar{
    min-width: 100%;
    height: 1rem;
    background-color: var(--color-text-dark);
    color: var(--color-bg-element-dark3);
}
.progression{
    width: 80%;
    height: 100%;
    box-sizing: border-box;
    background-color: var(--color-bg-element-dark3);
}
.competence{
    margin-top: 2rem;
}

.ligne{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    gap: 2rem;
    margin-top: 2rem;
}
.ligne img{
    height: 20rem;
    flex: 1;
    border-radius: 20px;
}
 /* (voir "conteneurArticles") .certif{
    flex: 1;
    height: 10rem;
    background-image: url(images/Certification_MOOC_ANSSI.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 1rem;
    border-radius: 20px;
}
*/










/*Page projets*/

.projet{
    flex: 1;
    height: 18rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 1rem;
    border-radius: 20px;
}
.tabCompet{
    width: 100%;
    height: 35rem;
    background-image: url("images/tab_compet.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size:contain;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    margin: 1rem;
}
#btnTabCompet{
    background-color: var(--color-bg-element-dark3);
    padding: 0.1rem 0.5rem 0.1rem 0.5rem;
    border-radius: 20px;
    color: var(--color-bg-dark);
    font-weight: bold;
    transition: transform 0.2s ease;
    cursor: pointer;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 0.3rem;
    transition: transform 0.3s ease;
}
#btnTabCompet:hover{
    transform: translateY(30%);
}






/* page veille techno*/

#conteneurPrincipalVT{
    display: flex;
    flex-direction: column;
    gap: 4rem;
    margin-top: 2rem;
}
#conteneurPrincipalVT h2{
    margin-bottom: 1rem;
}
.conteneurArticles{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 2rem;
    margin-top: 2rem;
}

.card{
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden
}
.card .imgCertif{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.card .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1rem;
}
.card:hover .imgCertif{
    opacity: 0.2;
}
.card:hover .overlay{
    opacity: 1;
    border: 2px solid var(--color-bg-element-dark3);
    border-radius: 20px;
}

.consulter{
    background-color: var(--color-bg-element-dark3);
    padding: 0.2rem;
    border-radius: 20%;
    margin-top: 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.consulter img {
    width: 2rem;      /* ou 50%, selon ce que tu veux */
    height: auto;
}


.article{
    background-color: var(--color-bg-element-dark2);
    width: 100%;
    height: 30rem;
    border-radius: 20px;
    padding: 1rem;
}
.article:hover{
    border: solid 1px var(--color-bg-element-dark3);
}
.headArticle{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid var(--color-text-dark);
}
.imgArticle{
    width: 100%;
    height: 50%;
    border-radius: 20px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.article h2{
    margin-bottom: 0.5rem;
    color: var(--color-hover);
}
.lienArticle{
    display: inline-block;
    background-color: var(--color-bg-element-dark3);
    padding: 0.2rem 0.5rem 0.2rem 0.5rem;
    border-radius: 20px;
    margin-top: 5%;
}
.lienArticle:hover{
    transform: scale(110%);
}







/* page form */
.conteneurPrincipal{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.g{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    margin: 1rem;
}
.g img{
    cursor: pointer;
}

#formContact{
    background-color: var(--color-bg-element-dark2);
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    border-radius: 20px;
}

#envoyer{
    margin: auto;
    padding: 0.1rem 0.5rem 0.1rem 0.5rem;
    border-radius: 20px;
    background-color: var(--color-bg-element-dark3);
    border: none;
    cursor: pointer;
    font-weight: bold;
    transition: transform 0.2s ease;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap:0.3rem;
    transition: transform 0.2s ease;
}
#envoyer:hover{
    transform: translateX(10%);
}
input{
    padding: 0.5rem;
    color: var(--color-bg-dark);
    height: 1rem;
}
textarea{
    height: 10rem;
    padding: 0.5rem;
}




#btnToTop{
    display: none;
    cursor: pointer;
    color: #21c063;
    position: fixed;
    bottom: 18%;
    right: 2%;
    font-variation-settings:
    'FILL' 1,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24
}

#logoGithub{
    transition: transform 0.2s ease;
}
#logoGithub:hover{
    transform: scale(120%);
}











/*Media queries*/

/*1024-1335*/
@media all and (min-width:1024px) and (max-width:1335px) {
  /*page acceuil*/  
  .heroSection{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #zoneDroiteHero{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #zoneDroiteHero h1{
    font-size: 3rem;
  }
  #zoneDroiteHero h2{
    font-size: 3rem;
  }
  #imageHero{
    width: 40rem;
    height: 40rem;
  }
  
  /*page projets*/  
  .tabCompet{
    height: 30rem;
  }
  /*page veille_techno*/  
  /*Page présentation*/  
#imagesIRIS div{
    height: 12rem;
}
.iframes{
    height: 15rem;
}
/*Page contact*/
.conteneurPrincipal{
    display: flex;
    flex-direction: column-reverse;
}
#formContact{
    height: 40vh;
}

}

/*1024px*/
@media all and (max-width:1024px){
    /*Page acceuil*/
    .heroSection{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #zoneDroiteHero{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #zoneDroiteHero h1{
    font-size: 3rem;
  }
  #zoneDroiteHero h2{
    font-size: 3rem;
  }
  #imageHero{
    width: 40rem;
    height: 40rem;
  }
  #SLAM{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 50vh;
  }
  #imgSLAM{
    width: 100%;
  }
  #descSLAM{
    width: 100%;
  }
  #SISR{
    display: flex;
    flex-direction: column;
    height: 50vh;
  }
  #imgSISR{
    width: 100%;
  }
  #descSISR{
    width: 100%;
  }
  /*Page presentation*/
    .item2Formation{
    transform: translate(10%);
    }
  .item1Experience{
    transform: translate(10%);
    }
#parcours{
    all: unset;
    margin: 5rem auto;
    margin-bottom: 5rem;
    display: flex;
    flex-direction: column;
    font-family: var(--font-body);
    color: var(--color-text-dark);
    width: 60vw;
}
#parcours h1{
    margin: auto auto 3rem auto;
}
#imagesIRIS{
    flex-direction: column;
    width: 100%;
    height: 40vh;
}
.iframes{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 60vh;
}
/*Page competences*/
.conteneurArticles{
    display: flex;
    flex-direction: column;
}
/*conteneur articles impact articles veille, certifications et projets*/
/*Page projet*/
.tabCompet{
    height: 25rem;
}
/*Page veille techno*/
.article{
    height: 35rem;
}
.imgArticle{
    height: 60%;
}
  /*Page contact*/
.conteneurPrincipal{
    display: flex;
    flex-direction: column-reverse;
}

}

/*850px*/
@media all and (max-width:850px){
    nav ul{ 
        flex-direction: column;
        position: absolute;
        top:5%;
        right: 5%;
        display: none;
        z-index: 2000;
    }
    nav ul.open {
    display: flex;
    }
    .material-symbols-outlined{
        display: inline;
    }
    header{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    
}





/*1160*/
@media all and (max-height:1160px) and (max-width:1000px){
    #imageHero{
        width: 35rem;
        height: 35rem;
    }
    #zoneDroiteHero h1{
    font-size: 2.5rem;
  }
  #zoneDroiteHero h2{
    font-size: 2.5rem;
  }
}

/*1060*/
@media all and (max-height:1060px){
    #imageHero{
        width: 30rem;
        height: 30rem;
    }
    #zoneDroiteHero h1{
    font-size: 2rem;
  }
  #zoneDroiteHero h2{
    font-size: 2rem;
  }
}

/*960*/
@media all and (max-height:960px) and (max-width: 1000px){
    #imageHero{
        width: 25rem;
        height: 25rem;
    }
    #zoneDroiteHero h1{
    font-size: 2rem;
  }
  #zoneDroiteHero h2{
    font-size: 2rem;
  }
}

/*870*/
@media all and (max-height:870px) and (max-width: 1000px){
    #imageHero{
        width: 20rem;
        height: 20rem;
    }
    #zoneDroiteHero h1{
    font-size: 1.5rem;
  }
  #zoneDroiteHero h2{
    font-size: 1.5rem;
  }
}

/*760*/
@media all and (max-height:760px) and (max-width: 1000px){
    #imageHero{
        width: 15rem;
        height: 15rem;
    }
    #zoneDroiteHero h1{
    font-size: 1.3rem;
  }
  #zoneDroiteHero h2{
    font-size: 1.3rem;
  }
}







/*530*/
@media all and (max-width:550px){
    #imageHero{
        width: 20rem;
        height: 20rem;
    }
    #zoneDroiteHero h1{
    font-size: 1.5rem;
  }
  #zoneDroiteHero h2{
    font-size: 1.5rem;
  }
  nav ul{ 
        top:6.5%;
        right: 6.5%;
    }

    .item1Formation{
        width: 15rem;
    }
    .item1Formation p{
        font-size:0.8rem;
    }
    .item2Formation{
        width: 15rem;
    }
    .item2Formation p{
        font-size:0.8rem;
    }
    .item3Formation{
        width: 15rem;
    }
    .item3Formation p{
        font-size:0.8rem;
    }

    .item1Experience{
        width: 15rem;
    }
    .item1Experience p{
        font-size:0.8rem;
    }
    .item2Experience{
        width: 15rem;
    }
    .item2Experience p{
        font-size:0.8rem;
    }

    #logoIRIS{
        width: 9rem;
        height: auto;
    }
    #imagesIRIS{
        height: 70vh;
    }
    .iframes{
        height: 50vh;
    }
    .tabCompet{
        height: 12rem;
    }
    .imgArticle{
        height: 35%;
    }
    .article{
        height: 30rem;
    }
    #formContact{
        height: 25rem;
    }
    .g img{
        width: 2.5rem;
        height: auto;
    }
    .g p{
        font-size: medium;
    }

    #imgSlide1, #imgSlide2, #imgSlide3, #imgSlide4{
        width: 70%;
    }
    .descSlide h2{
        font-size: 1.2rem;
    }
    .descSlide p{
        font-size: 0.8rem;
    }
    .btnSlider a{
        font-size: 2rem;
    }
    .conteneurSlider{
        height: 15rem;
    }
}

@media all and (max-width:380px){
    #imageHero{
        width: 15rem;
        height: 15rem;
    }
    #zoneDroiteHero h1{
    font-size: 1rem;
  }
  #zoneDroiteHero h2{
    font-size: 1rem;
  }
  #btnDecouvrir{
    font-size: 0.7rem;
  }
  .tabCompet{
    height: 10rem;
  }
  .article h2{
    font-size: 1.1rem;
  }
  .article p{
    font-size: 0.8rem;
  }
  .article{
    height: 20rem;
  }
  .lienArticle{
    font-size: 0.8rem;
  }
  #formContact div{
    display: flex;
    flex-direction: column;
  }
  #formContact div input{
    display: flex 1;
  }
  nav ul{ 
        top:8%;
        right: 8%;
    }
  
}