@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');
/*
Portfolio DEBUT
*/


.video-responsive { 
overflow:hidden; 
padding-bottom:56.25%; 
position:relative; 
height:0;
}

.video-responsive iframe {
left:0; 
top:0; 
height:100%;
width:100%;
position:absolute;
}



#menuCV {
    display:grid;
    justify-items: right;
    height:15px;
}
#CVDamienFiorini {
    display:flex;
    align-content: center;
    list-style-type: none;
    background-color: #F71735;
    color: white;
    font-family: lato, Arial, Helvetica, sans-serif;
    padding:10px;
    border-top-left-radius: 5px;
    box-shadow: 0px 0px 2px black;
}
#CVDamienFiorini a {
    color: white;
}
#PictoTelecharger {
    width:20px;
    padding-right:5px;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 100px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #F71735;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    font-family: lato, Arial, Helvetica, sans-serif;
    box-shadow: 1px 1px 5px black;
  }
  #myBtn:hover {
    background-color: #333;
  }
* {
    text-decoration: none;
}
#Bodyportfolio {
    background-color: #333;
}
#mainheader {
    padding-top:10px;
    display:grid;
    grid-template-columns: 80px 1fr 1fr;
    width:90%;
    margin:auto;
    background-color: #011627;
    padding-bottom:20px;
    position:fixed;
    left:0;
    right:0;
    z-index:1;
}
#mainNav {
    display:flex;
    align-items: center;
    justify-content: end;
    position: static;
    font-family: lato, Arial, Helvetica, sans-serif;
    text-transform : uppercase;
}
#mainNav ul {
    display:flex;
    list-style-type: none;
}
li {
    margin-right: 10px;
    padding:5px;
}
ul {
    margin-right: 10px;
}
ul li a {
    text-decoration: none;
    color:white;
}
ul li a:hover {
    text-decoration: none;
    color:white;
    font-weight: bold;
}
#active {
    background-color: #F71735;
    border-radius: 8px;
    color:white;
    padding:5px;
}
#active a {
    color:white;
    padding:5px;
}
#PortfolioNom {
    display:flex;
    align-items: center;
    font-family: lato, Arial, Helvetica, sans-serif;
    text-decoration: none;
    color:white;
}
.PortfolioNom-Lien {
    text-decoration: none;
    color:white;
}
#logoImg {
    width:60px;
    padding:10px;
}
#menuToggle {
    display:none;
    background-color: transparent;
    border: none;
    background-size: cover;
    width: 40px;
    height: 40px;
}
#menuToggle.hamburger{
    background-image: url(/images/hamburger.png);
}
#mainNav2 {
    display:none;
}
#mainNav2 ul li {
    display:none;
}
#mainContent {
    display:grid;
    grid-template-columns: 1fr;
    width:90%;
    margin:auto;
    height:auto;
    background-color: white;
    
}
#logoPortfolio {
    padding-top: 150px;
    justify-self: center;
    width:150px;
}
#uxui {
    display:grid;
    grid-template-columns: 1fr;
    padding-bottom: 30px;
    font-family: lato, Arial, Helvetica, sans-serif;
    color:#011627;
    background-color: rgba(236, 235, 235, 0.8);
}
.parallax-UX {
    background-image: url("/images/Ban-portfolio.jpg");
    min-height: 450px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
    opacity:1;
  }
  .parallax-PRINT {
    background-image: url("/images/Ban-portfolioPrint.jpg");
    min-height: 450px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
    opacity:1;
  }
  .parallax-UXcomp {
    background-image: url("/images/BanCompetences.jpg");
    min-height: 450px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
    opacity:1;
  }
  .parallax-UXform {
    background-image: url("/images/Ban-Formation.jpg");
    min-height: 450px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
    opacity:1;
  }
  .parallax-UXExp {
    background-image: url("/images/Ban-Experience.jpg");
    min-height: 450px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
    opacity:1;
  }
  .parallax-UXCont {
    background-image: url("/images/Ban-Contact.jpg");
    min-height: 450px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
    opacity:1;
  }
  #PortUXUI {
      display:grid;
      grid-template-columns: 1fr 1fr 1fr;
  }
  #PortUXUIContact {
    display:grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
  #PortUXUI img{
    width:100%;
    background-color: #333;
}

#PortUXUI2 {
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
#PortUXUI2 img{
  width:100%;
  background-color: #333;
}

.modal_close {
    font-size: 35px;
    position: absolute;
    top: 10px;
    right: 10px;
    color: grey;
    text-decoration: none;
  }

 /* La modale */
 .modal {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0; right: 0;
    bottom: 0; left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(24, 22, 22, 0.9);
    transition: all .4s;
    z-index:1000;
  }
  .modal:target {
    visibility: visible;
    opacity: 1;
  }
  .modal_content {
    border-radius: 4px;
    position: relative;
    width: 1200px;
    max-width: 100%;
    background: white;
    padding: 1em;
  }
  
  .modal_close2 {
    position: absolute;
    top: 35px;
    right: 25px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-size: 3em;
    font-weight: bold;
    background-color: #F71735;
    width:50px;
    height:50px;
    text-align: center;
    transition:background-color 0.3s linear;
  }
  .modal_close2:hover {
      background-color: #011627;
  }


  /* La modale FIN */
  .imagePortfolio:hover{
    width:100%;
    opacity:0.5;
    transition: opacity 0.3s linear, box-shadow 0.3s linear;
  }
  #textMod {
      display:flex;
      flex-flow: column;
      align-items: center;
      font-family: lato, Arial, Helvetica, sans-serif;
      font-size: 1.2em;
      padding-bottom: 25px;
      text-align: center;
      color:#333;
  }
#titreMod {
    font-family: lato, Arial, Helvetica, sans-serif;
    display:flex;
      flex-flow: column;
      align-items: center;
      font-size: 1.3em;
      padding-bottom: 25px;
      padding-top: 35px;
      color:#F71735;
      font-weight: bold;
}
.TitrePortfolio {
    color:#F71735;
}
#Nav2Port {
    font-family: lato, Arial, Helvetica, sans-serif;
    color:white;
    padding-top:25px;
}
#Nav2Port ul {
    display:flex;
    flex-direction: row;
    justify-content: center;
    list-style-type: none;
    padding:0;
    margin-right:0;
    text-align: center;
}
#Nav2Port ul li {
    display:flex;
    justify-content: center;
    list-style-type: none;
    padding:10px;
    margin-right:0;
}
.BTNav2 {
    background-color: #011627;
    text-align: center;
    width:150px;
    border-radius: 8px;
    color:white;
    padding:5px;
}
.BTNav2:hover {
    background-color: #F71735;
    text-align: center;
    padding:25px;
    width:150px;
    border-radius: 8px;
    color:white;
    padding:5px;
    transition:background-color 0.3s linear;
}
.BTNav2Active {
    background-color: #F71735;
    text-align: center;
    padding:25px;
    width:150px;
    border-radius: 8px;
    color:white;
    padding:5px;
}
#sectionTitre {
    display:grid;
    grid-template-columns: 1fr 200px;
    padding-left: 30px;
}
#ImagesPort {
    padding:20px;
}

#ex1 {
    position: absolute;
    z-index:1000;
}
/*
Portfolio FIN
*/

/*
EXPERIENCE DEBUT
*/
#Bodyportexp {
    background-color: #d34335;
}
#mainheaderexp {
    padding-top:10px;
    display:grid;
    grid-template-columns: 80px 1fr 1fr;
    width:90%;
    margin:auto;
    background-color: #d34335;
    padding-bottom:20px;
    position:fixed;
    left:0;
    right:0;
    z-index:1;
}
#activeexp {
    background-color: white;
    border-radius: 8px;
    color:#F71735;
    padding:5px;
}
#activeexp a {
    color:#F71735;
    padding:5px;
}
#exp {
    justify-self: flex-start;
    padding-left: 30px;
    padding-bottom: 30px;
    font-family: lato, Arial, Helvetica, sans-serif;
    color:#d34335;
}
#expBloc1 {
    font-family: lato, Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    line-height: 25px;
    background-color: rgba(236, 235, 235, 0.4);
    color:#333;
    
}
#expBloc2 {
    font-family: lato, Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    line-height: 25px;
    background-color: rgba(218, 216, 216, 0.822);
    color:#333;
}
#expBloc3 {
    font-family: lato, Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    line-height: 25px;
    background-color: rgba(236, 235, 235, 0.4);
    color:#333;
}
#expBloc4 {
    font-family: lato, Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    line-height: 25px;
    background-color: rgba(218, 216, 216, 0.822);
    color:#333;
}
#expBloc5 {
    font-family: lato, Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    line-height: 25px;
    background-color: rgba(236, 235, 235, 0.4);
    color:#333;
}
#expBloc6 {
    font-family: lato, Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    line-height: 25px;
    background-color: rgba(218, 216, 216, 0.822);
    color:#333;
}
#expBloc7 {
    font-family: lato, Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    line-height: 25px;
    background-color: rgba(236, 235, 235, 0.4);
    color:#333;
}
#blocTexte {
    line-height: 24px;
    padding-left: 0;
    padding-right: 30px;
}
.topTitre {
    padding-top: 30px;
}

/*
EXPERIENCE FIN
*/
/* COMPETENCES DEBUT*/

svg.radial-progress {
    height: auto;
    max-width: 200px;
    padding: 1em;
    transform: rotate(-90deg);
    width: 100%;
  }
  svg.radial-progress circle {
    fill: rgba(0,0,0,0);
    stroke: #fff;
    stroke-dashoffset: 219.91148575129; /* Circumference */
    stroke-width: 5;
  }
  svg.radial-progress circle.incomplete 
  { 
      opacity: 0.25; 
    }
  svg.radial-progress circle.complete { stroke-dasharray: 219.91148575129; /* Circumference */ }
  svg.radial-progress text {
    fill: #333;
    font: 400 1em/1 'Oswald', sans-serif;
    text-anchor: middle;
  }
  svg.radial-progress:nth-of-type(6n+1) circle { stroke: #F71735; }
  #expBloc1comp {
        text-align: center;
        font-family: lato, Arial, Helvetica, sans-serif;
        font-size: 0.9em;
        padding-top: 0px;
        padding-left: 0px;
        padding-bottom: 30px;
        line-height: 25px;
        background-color: rgba(236, 235, 235, 0.4);
        color:#333;
  }
  #expBloc2comp {
    text-align: center;
    font-family: lato, Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 30px;
    line-height: 25px;
    background-color: rgba(218, 216, 216, 0.822);
    color:#333;
}
  .noPoint {
    list-style-type: none;
  }
  .lineheight {
    padding-top:10px;
    line-height: 35px;
  }
#mainFooter {
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    width:90%;
    height:60px;
    margin:auto;
    background-color: #011627;
    padding-bottom:20px;
    color:white;
    font-family: lato, Arial, Helvetica, sans-serif;
    font-size: 0.9em;
}
#copyright {
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
#contactFooter {
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
#contactFooter ul {
    display:flex;
    flex-direction: row;
    list-style: none;
    align-items: center;
    justify-content: center;
}
#logoFooter {
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
#logiciels {
    display:grid;
    grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr ;
    justify-items: center;
    padding:25px;
}
#logPict {
    width:80px;
}

/*COMPETENCES FIN */
/*
FORMATION DEBUT
*/
.guillemet {
    font-size: 3em;
    line-height: 10px;
}
/*
FORMATION FIN
*/

/*CONTACT DEBUT*/
#ContactBloc0 {
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-family: lato, Arial, Helvetica, sans-serif;
    background-color: rgba(236, 235, 235, 0.4);
    color:#333;
    height:150px;
}
#linkedinContact {
    width:70px;
}
#ContactBloc1 {
        display:flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        font-family: lato, Arial, Helvetica, sans-serif;
        background-color: rgba(218, 216, 216, 0.822);
        color:#333;
        height:150px;
}

#ContactBloc2 {
        display:flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        font-family: lato, Arial, Helvetica, sans-serif;
        background-color: rgba(236, 235, 235, 0.4);
        color:#333;
        height:150px;
}
#ContactBloc3 {
        display:flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        font-family: lato, Arial, Helvetica, sans-serif;
        background-color: rgba(218, 216, 216, 0.822);
        color:#333;
        height:150px;
}
#google {
    display:grid;
}


/*CONTACT FIN*/

* {
    margin:0px;
    box-sizing: content-box;
}
body {
    background-color: rgb(163, 163, 163);
}
#main {
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    position:absolute;
    gap:0px 0px;
    top:0;
    bottom:0;
    right:0;
    left:0;
    grid-auto-flow: row;
    grid-template-areas:
      ". . ."
      ". . .";
    font-family:lato, Arial, Helvetica, sans-serif;
}
#Accueil {
    display:grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    background-color: #011627;
    color:white;
    font-size:1em;
    overflow: hidden;
}
 #logo {
     width:50px;
     padding-left: 8%;
     padding-top:8%;
}
 #titre {
     display:grid;
     align-content: flex-end;
     padding-bottom: 30px;
     padding-left: 8%;
     padding-right:8%;
 }
 #TAccueil {
     padding-bottom: 45px;
 }
#Stextes {
    font-size:0.9em;
    border-top:1px solid white;
    padding-top: 10px;
}
 #NomForm {
     text-align: center;
}
#Portfolio {
    Display:grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    color:#011627;
    background-color: rgba(236, 235, 235, 0.589);
    background-image: url("/images/Portfolio.png");
    background-repeat: no-repeat;
    background-position:50% 30%;
    background-size: 40%;
    transition: background-color 0.3s linear, background-size 0.2s linear;
    border:0.5px solid rgba(236, 235, 235, 0.1);
}
#Portfolio:hover {
    Display:grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    color:white;
    background-color: #333;
    background-image: url("/images/PortfolioHover.png");
    background-repeat: no-repeat;
    background-position:50% 30%;
    background-size: 50%;
}
#Stextes2 {
    font-size:0.9em;
    border-top:1px solid #011627;
    padding-top: 10px;
}
#Stextes2:hover {
    font-size:0.9em;
    border-top:1px solid white;
    padding-top: 10px;
}
#titre2 {
    display:grid;
    align-content: flex-end;
    padding-bottom: 30px;
    padding-left: 8%;
    padding-right:8%;
}
#Experience {
    Display:grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    color:#011627;
    background-image: url("/images/Experience.png");
    background-repeat: no-repeat;
    background-position:50% 40%;
    background-size: 40%;
    background-color: rgba(236, 235, 235, 0.8);
    transition: background-color 0.3s linear, background-size 0.2s linear;
}
#Experience:hover {
    Display:grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    color:white;
    background-color: #333;
    background-image: url("/images/ExperienceHover.png");
    background-repeat: no-repeat;
    background-position:50% 40%;
    background-size: 50%;
}
#Competences {
    Display:grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    color:#011627;
    background-color: rgba(236, 235, 235, 0.589);
    background-image: url("/images/Competences.png");
    background-repeat: no-repeat;
    background-position:50% 30%;
    background-size: 35%;
    transition: background-color 0.3s linear, background-size 0.2s linear;
}
#Competences:hover {
    Display:grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    color:white;
    background-color: #333;
    background-image: url("/images/CompetencesHover.png");
    background-repeat: no-repeat;
    background-position:50% 30%;
    background-size: 45%;
    transition: background-color 0.3s linear, background-size 0.2s linear;
}
#Hobbies {
    Display:grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    color:#011627;
    background-color: rgba(236, 235, 235, 0.8);
    background-image: url("/images/Formation.png");
    background-repeat: no-repeat;
    background-position:50% 20%;
    background-size: 45%;
    transition: background-color 0.3s linear, background-size 0.2s linear;
}
#Hobbies:hover {
    Display:grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    color:white;
    background-color: #333;
    background-image: url("/images/FormationHover.png");
    background-repeat: no-repeat;
    background-position:50% 20%;
    background-size: 55%;
    transition: background-color 0.3s linear, background-size 0.2s linear;
}
#Contact {
    Display:grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    color:#011627;
    background-color: rgba(236, 235, 235, 0.589);
    background-image: url("/images/Contact.png");
    background-repeat: no-repeat;
    background-position:50% 20%;
    background-size: 50%;
    transition: background-color 0.3s linear, background-size 0.2s linear;
}
#Contact:hover {
    Display:grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    color:white;
    background-color: #333;
    background-image: url("/images/ContactHover.png");
    background-repeat: no-repeat;
    background-position:50% 20%;
    background-size: 60%;
    transition: background-color 0.3s linear, background-size 0.2s linear;
}

@media screen and (max-width:300px) and (max-height:653px) {
    #logiciels {
        display:grid;
        grid-template-columns:1fr 1fr  ;
        justify-items: center;
        padding:25px;
    }
    #Nav2Port ul {
        display:flex;
        flex-direction: column;
    }
}



@media screen and (max-width:320px) {
    #Nav2Port ul {
        display:flex;
        flex-direction: column;
    }
    .PortfolioNom-Lien {
        text-decoration: none;
        color: white;
        font-size: 0.8em;
    }
    #myBtn {
        display: none;
        position: fixed;
        padding: 10px;
        bottom: 20px;
        right: 20px;
      }
      .parallax-UX {
        background-image: url("/images/Ban-portfolio-MOB-320.jpg");
    }
    .parallax-PRINT {
        background-image: url("/images/Ban-portfolioPrint-MOB-320.jpg");
      }
    .parallax-UXcomp {
        background-image: url("/images/BanCompetences-MOB-320.jpg");
    }
    .parallax-UXform {
        background-image: url("/images/Ban-Formation-MOB-320.jpg");
    }
    .parallax-UXExp {
        background-image: url("/images/Ban-Experience-MOB-320.jpg");
    }
    #logiciels {
        display:grid;
        grid-template-columns:1fr 1fr 1fr ;
        justify-items: center;
        padding:25px;
    }
    #logPict {
        width:80px;
    }
    .modal_close2 {
        position: absolute;
        top: 15px;
        right: 15px;
        color: rgb(255, 255, 255);
        text-decoration: none;
        font-size: 1.2em;
        font-weight: bold;
        background-color: #F71735;
        width:20px;
        height:20px;
        text-align: center;
        transition:background-color 0.3s linear;
      }
}
@media screen and (min-device-width: 640px) and (max-device-width: 1023px) and (orientation: landscape) {
    #Nav2Port ul {
        display:flex;
        flex-direction: column;
    }
    .modal_content {
      border-radius: 4px;
      position: relative;
      width: 500px;
      max-width: 100%;
      background: white;
      padding: 1em;
    }
    .modal_close2 {
        position: absolute;
        top: 15px;
        right: 15px;
        color: rgb(255, 255, 255);
        text-decoration: none;
        font-size: 1.2em;
        font-weight: bold;
        background-color: #F71735;
        width:20px;
        height:20px;
        text-align: center;
        transition:background-color 0.3s linear;
      }
    .hidden-desktop {
        display: inherit !important;
      }
      .visible-desktop {
        display: none !important;
      }
      .visible-phone {
        display: inherit !important;
      }
      .hidden-phone {
        display: none !important;
      }
}
@media screen and (min-device-width: 568px) and (max-device-width: 569px) and (orientation: landscape) {
    #Nav2Port ul {
        display:flex;
        flex-direction: column;
    }
    .modal_content {
      border-radius: 4px;
      position: relative;
      width: 400px;
      max-width: 100%;
      background: white;
      padding: 5px;
    }
    .modal_close2 {
        position: absolute;
        top: 15px;
        right: 15px;
        color: rgb(255, 255, 255);
        text-decoration: none;
        font-size: 1.2em;
        font-weight: bold;
        background-color: #F71735;
        width:20px;
        height:20px;
        text-align: center;
        transition:background-color 0.3s linear;
      }
    .hidden-desktop {
        display: inherit !important;
      }
      .visible-desktop {
        display: none !important;
      }
      .visible-phone {
        display: inherit !important;
      }
      .hidden-phone {
        display: none !important;
      }
}
@media screen and (min-device-width:1024px) and (max-device-width:2560px) and (orientation: landscape) {

    .modal_content {
      border-radius: 4px;
      position: relative;
      width:900px;
      max-width: 100%;
      background: white;
      padding: 1em;
    }
    .modal_close2 {
        position: absolute;
        top: 15px;
        right: 15px;
        color: rgb(255, 255, 255);
        text-decoration: none;
        font-size: 1.8em;
        font-weight: bold;
        background-color: #F71735;
        width:30px;
        height:30px;
        text-align: center;
        transition:background-color 0.3s linear;
      }
    .hidden-desktop {
        display: inherit !important;
      }
      .visible-desktop {
        display: none !important;
      }
      .visible-phone {
        display: inherit !important;
      }
      .hidden-phone {
        display: none !important;
      }
}
@media screen and (min-device-width:2160px) and (max-device-width:2161px) and (orientation: landscape) {
    #Nav2Port ul {
        display:flex;
        flex-direction: column;
    }
    .modal_content {
      border-radius: 4px;
      position: relative;
      width:800px;
      max-width: 100%;
      background: white;
      padding: 1em;
    }
    .modal_close2 {
        position: absolute;
        top: 15px;
        right: 15px;
        color: rgb(255, 255, 255);
        text-decoration: none;
        font-size: 1.8em;
        font-weight: bold;
        background-color: #F71735;
        width:30px;
        height:30px;
        text-align: center;
        transition:background-color 0.3s linear;
      }
    .hidden-desktop {
        display: inherit !important;
      }
      .visible-desktop {
        display: none !important;
      }
      .visible-phone {
        display: inherit !important;
      }
      .hidden-phone {
        display: none !important;
      }
}


@media screen and (max-width:768px) and (orientation: Portrait) {
    #Nav2Port ul {
        display:flex;
        flex-direction: column;
    }
    #sectionTitre {
        display:grid;
        grid-template-columns: 1fr;
    }
    #menuCV {
        display:grid;
        justify-items: center;
        padding-top: 15px;
        height:15px;
        padding-right: 30px;
    }
    #CVDamienFiorini {
        justify-items: center;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
    #main {
        grid-template-columns: 1fr;
        grid-template-areas:
      ". ";
    }
    .parallax-UX {
        background-image: url("/images/Ban-portfolio-MOB-768.jpg");
    }
    .parallax-PRINT {
        background-image: url("/images/Ban-portfolioPrint-MOB-768.jpg");
      }
    .parallax-UXcomp {
        background-image: url("/images/BanCompetences-MOB-768.jpg");
    }
    .parallax-UXform {
        background-image: url("/images/Ban-Formation-MOB-768.jpg");
    }
    .parallax-UXExp {
        background-image: url("/images/Ban-Experience-MOB-768.jpg");
    }
    #mainFooter {
        display:grid;
        grid-template-columns: 1fr;
        width:100%;
        height:auto;
        margin:auto;
        background-color: #011627;
        padding-bottom:20px;
        color:white;
        font-family: lato, Arial, Helvetica, sans-serif;
        font-size: 0.9em;
    }
    #logoFooter {
        display:none;
    }
    #copyright {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #main #Accueil {
        height:350px;
    }
    #main #Portfolio {
        height:350px;
    }
    #main #Experience {
        height:350px;
    }
    #main #Competences {
        height:350px;
    }
    #main #Hobbies {
        height:350px;
    }
    #main #Contact {
        height:350px;
    }
    #mainNav {
        display:none;
    }
    #menuToggle {
        display:block;
        padding-top: 15px;
        background-color: transparent;
        border: none;
        background-size: cover;
        width: 60px;
        height: 40px;;
        align-self: start;
        margin-left: auto;
    }
    #menuToggle.hamburger{
        background-image: url(/images/hamburger.png);
    }
    #mainheader {
        padding-top:0px;
        display:grid;
        grid-template-columns: 80px 1fr 1fr;
        width:auto;
        margin:auto;
        background-color: #011627;
    }
    #mainNav2 {
        padding-top:20px;
        width:200px;
        height:400px;
        position:fixed;
        top:0;
        bottom:0;
        background-color: #333;
        font-family:lato, Arial, Helvetica, sans-serif;
        text-transform : uppercase;
        z-index:8;
        box-shadow: 2px 0px 2px black;
    }
    #mainNav2 ul li {
        list-style-type: none;
        line-height: 50px;
        display:block;
    }
    #active2 a{
        color:#F71735;
    }
    .parallax-UX {
        background-image: url("/images/Ban-portfolio-MOB.jpg");
        min-height: 500px; 
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        opacity:1;
      }
      #mainContent {
        display:grid;
        grid-template-columns: 1fr;
        width:100%;
        margin:auto;
        height:auto;
        background-color: white;
         
    }
    #ContactBloc1 {
        display:flex;
        flex-direction: column;
}
#ContactBloc2 {
    display:flex;
    flex-direction: column;
}
#ContactBloc3 {
    display:flex;
    flex-direction: column;
}
#PortUXUI2 {
    display:grid;
    grid-template-columns: 1fr;
    gap: 15px;
}
#PortUXUI {
    display:grid;
    grid-template-columns: 1fr;
}
#PortUXUIContact {
    display:grid;
    grid-template-columns: 1fr;
} 
#myBtn {
    display: none;
    position: fixed;
    padding: 10px;
    bottom: 20px;
    right: 20px;
  }
  #logiciels {
    display:grid;
    grid-template-columns:1fr 1fr 1fr ;
    justify-items: center;
    padding:25px;
}
.modal_close2 {
    position: absolute;
    top: 15px;
    right: 15px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-size: 1.4em;
    font-weight: bold;
    background-color: #F71735;
    width:25px;
    height:25px;
    text-align: center;
    transition:background-color 0.3s linear;
  }
  .modal_content {
    border-radius: 4px;
    position: relative;
    width: 800px;
    max-width: 100%;
    background: white;
    padding: 1em;
  }
}
@media screen and (max-width:1020px) {
    #Nav2Port ul {
        display:flex;
        flex-direction: column;
    }
    #mainNav {
        display:none;
    }
    .parallax-UX {
        background-image: url("/images/Ban-portfolio-MOB.jpg");
    }
    .parallax-PRINT {
        background-image: url("/images/Ban-portfolioPrint-MOB.jpg");
      }
    .parallax-UXcomp {
        background-image: url("/images/BanCompetences-MOB.jpg");
    }
    .parallax-UXform {
        background-image: url("/images/Ban-Formation-MOB.jpg");
    }
    .parallax-UXExp {
        background-image: url("/images/Ban-Experience-MOB.jpg");
    }
    #menuToggle {
        display:block;
        padding-top: 15px;
        background-color: transparent;
        border: none;
        background-size: cover;
        width: 60px;
        height: 40px;;
        align-self: start;
        margin-left: auto;
    }
    #menuToggle.hamburger{
        background-image: url(/images/hamburger.png);
    }
    #mainheader {
        padding:20px;
        display:grid;
        grid-template-columns: 80px 1fr 1fr;
        width:auto;
        margin:auto;
        background-color: #011627;
    }
    #mainNav2 {
        padding-top:20px;
        width:200px;
        height:400px;
        position:fixed;
        top:0;
        bottom:0;
        display:none;
        background-color: rgb(51, 50, 50);
        font-family:lato, Arial, Helvetica, sans-serif;
        text-transform : uppercase;
        z-index:8;
        box-shadow: 2px 0px 2px black;
    }
    #mainNav2 ul li {
        list-style-type: none;
        line-height: 50px;
        display:block;
    }
    #active2 a{
        color:#F71735;
    }
    #mainContent {
        display:grid;
        grid-template-columns: 1fr;
        width:100%;
        margin:auto;
        height:auto;
        background-color: white;
    }
    #mainFooter {
        display:grid;
        grid-template-columns: 1fr;
        width:100%;
        height:auto;
        margin:auto;
        background-color: #011627;
        padding-bottom:20px;
        color:white;
        font-family: lato, Arial, Helvetica, sans-serif;
        font-size: 0.9em;
    }
    #logoFooter {
        display:none;
    }
    #copyright {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #ContactBloc1 {
        display:flex;
        flex-direction: column;
}
#ContactBloc2 {
    display:flex;
    flex-direction: column;
}
#ContactBloc3 {
    display:flex;
    flex-direction: column;
}

}
@media screen and (max-width:1024px)  and (orientation: Portrait) {
    #Nav2Port ul {
        display:flex;
        flex-direction: column;
    }
    #mainNav {
        display:none;
    }
    #menuToggle {
        display:block;
        padding-top: 15px;
        background-color: transparent;
        border: none;
        background-size: cover;
        width: 60px;
        height: 40px;;
        align-self: start;
        margin-left: auto;
    }
    #menuToggle.hamburger{
        background-image: url(/images/hamburger.png);
    }
    #mainheader {
        padding:20px;
        display:grid;
        grid-template-columns: 80px 1fr 1fr;
        width:auto;
        margin:auto;
        background-color: #011627;
    }
    #mainNav2 {
        padding-top:20px;
        width:200px;
        height:400px;
        position:fixed;
        top:0;
        bottom:0;
        display:none;
        background-color: rgb(51, 50, 50);
        font-family:lato, Arial, Helvetica, sans-serif;
        text-transform : uppercase;
        z-index:8;
        box-shadow: 2px 0px 2px black;
    }
    #mainNav2 ul li {
        list-style-type: none;
        line-height: 50px;
        display:block;
    }
    #active2 a{
        color:#F71735;
    }
    #mainContent {
        display:grid;
        grid-template-columns: 1fr;
        width:100%;
        margin:auto;
        height:auto;
        background-color: white;
        
    }
    #mainFooter {
        display:grid;
        grid-template-columns: 1fr;
        width:100%;
        height:auto;
        margin:auto;
        background-color: #011627;
        padding-bottom:20px;
        color:white;
        font-family: lato, Arial, Helvetica, sans-serif;
        font-size: 0.9em;
    }
    #logoFooter {
        display:none;
    }
    #copyright {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #ContactBloc1 {
        display:flex;
        flex-direction: column;
}
#ContactBloc2 {
    display:flex;
    flex-direction: column;
}
#ContactBloc3 {
    display:flex;
    flex-direction: column;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
  }
  .parallax-UX {
    background-image: url("/images/Ban-portfolio-MOB.jpg");
}
.parallax-PRINT {
    background-image: url("/images/Ban-portfolioPrint-MOB.jpg");
  }
.parallax-UXcomp {
    background-image: url("/images/BanCompetences-MOB.jpg");
}
.parallax-UXform {
    background-image: url("/images/Ban-Formation-MOB.jpg");
}
.parallax-UXExp {
    background-image: url("/images/Ban-Experience-MOB.jpg");
}
}
@media only screen and (max-width: 767px) {
    #Nav2Port ul {
        display:flex;
        flex-direction: column;
    }
    }


/* Correction parallax Contact sur mobile - utilise l'image existante */
@media screen and (max-width: 768px) {
    .parallax-UXCont {
        background-image: url("/images/Ban-Contact.jpg"); /* même image */
        min-height: 300px !important;           /* réduit la hauteur */
        background-attachment: scroll !important; /* fixed problématique sur mobile */
        background-position: center top;        /* on privilégie le haut de l'image */
        background-repeat: no-repeat;
        background-size: cover;
        opacity: 1;
    }
}

@media screen and (max-width: 480px) {
    .parallax-UXCont {
        min-height: 250px !important;           /* encore plus petit sur très petits écrans */
        background-position: center 20%;        /* ajuste le focus pour mieux cadrer le sujet */
    }
}

@media screen and (max-width: 320px) {
    .parallax-UXCont {
        min-height: 220px !important;
        background-position: center 15%;
    }
}


/* Correction parallax Contact sur mobile - utilise l'image existante */
@media screen and (max-width: 768px) {
    .parallax-PRINT {
        background-image: url("/images/Ban-portfolioPrint-MOB.jpg"); /* même image */
        min-height: 300px !important;           /* réduit la hauteur */
        background-attachment: scroll !important; /* fixed problématique sur mobile */
        background-position: center top;        /* on privilégie le haut de l'image */
        background-repeat: no-repeat;
        background-size: cover;
        opacity: 1;
    }
}

@media screen and (max-width: 480px) {
    .parallax-PRINT {
        min-height: 250px !important;           /* encore plus petit sur très petits écrans */
        background-position: center 20%;        /* ajuste le focus pour mieux cadrer le sujet */
    }
}

@media screen and (max-width: 320px) {
    .parallax-PRINT {
        min-height: 220px !important;
        background-position: center 15%;
    }
}



/* Correction parallax Contact sur mobile - utilise l'image existante */
@media screen and (max-width: 768px) {
    .parallax-UX {
        background-image: url("/images/Ban-portfolio-MOB.jpg"); /* même image */
        min-height: 300px !important;           /* réduit la hauteur */
        background-attachment: scroll !important; /* fixed problématique sur mobile */
        background-position: center top;        /* on privilégie le haut de l'image */
        background-repeat: no-repeat;
        background-size: cover;
        opacity: 1;
    }
}

@media screen and (max-width: 480px) {
    .parallax-UX {
        min-height: 250px !important;           /* encore plus petit sur très petits écrans */
        background-position: center 20%;        /* ajuste le focus pour mieux cadrer le sujet */
    }
}

@media screen and (max-width: 320px) {
    .parallax-UX {
        min-height: 220px !important;
        background-position: center 15%;
    }
}


/* Correction parallax Contact sur mobile - utilise l'image existante */
@media screen and (max-width: 768px) {
    .parallax-UXExp {
        background-image: url("/images/Ban-Experience-MOB.jpg"); /* même image */
        min-height: 300px !important;           /* réduit la hauteur */
        background-attachment: scroll !important; /* fixed problématique sur mobile */
        background-position: center top;        /* on privilégie le haut de l'image */
        background-repeat: no-repeat;
        background-size: cover;
        opacity: 1;
    }
}

@media screen and (max-width: 480px) {
    .parallax-UXExp {
        min-height: 250px !important;           /* encore plus petit sur très petits écrans */
        background-position: center 20%;        /* ajuste le focus pour mieux cadrer le sujet */
    }
}

@media screen and (max-width: 320px) {
    .parallax-UXExp {
        min-height: 220px !important;
        background-position: center 15%;
    }
}


/* Correction parallax Contact sur mobile - utilise l'image existante */
@media screen and (max-width: 768px) {
    .parallax-UXcomp {
        background-image: url("/images/BanCompetences-MOB.jpg"); /* même image */
        min-height: 300px !important;           /* réduit la hauteur */
        background-attachment: scroll !important; /* fixed problématique sur mobile */
        background-position: center top;        /* on privilégie le haut de l'image */
        background-repeat: no-repeat;
        background-size: cover;
        opacity: 1;
    }
}

@media screen and (max-width: 480px) {
    .parallax-UXcomp {
        min-height: 250px !important;           /* encore plus petit sur très petits écrans */
        background-position: center 20%;        /* ajuste le focus pour mieux cadrer le sujet */
    }
}

@media screen and (max-width: 320px) {
    .parallax-UXcomp {
        min-height: 220px !important;
        background-position: center 15%;
    }
}


/* Correction parallax Contact sur mobile - utilise l'image existante */
@media screen and (max-width: 768px) {
    .parallax-UXform {
        background-image: url("/images/Ban-Formation-MOB.jpg"); /* même image */
        min-height: 300px !important;           /* réduit la hauteur */
        background-attachment: scroll !important; /* fixed problématique sur mobile */
        background-position: center top;        /* on privilégie le haut de l'image */
        background-repeat: no-repeat;
        background-size: cover;
        opacity: 1;
    }
}

@media screen and (max-width: 480px) {
    .parallax-UXform {
        min-height: 250px !important;           /* encore plus petit sur très petits écrans */
        background-position: center 20%;        /* ajuste le focus pour mieux cadrer le sujet */
    }
}

@media screen and (max-width: 320px) {
    .parallax-UXform {
        min-height: 220px !important;
        background-position: center 15%;
    }
}
