@charset "UTF-8";
@media (max-width: 800px) {
  body {
    background-color: #f5f5f5;
  }
  .hamburger {
    display: block;
    margin-right: 10px;
  }
  .hamburger::before {
    content: "☰";
  }
  .active .hamburger::before {
    content: "✕";
  }
  nav.active .menu {
    right: 0;
    margin-right: 0;
  }
  nav.active .btnmenu {
    margin-right: 0;
  }
  .menu {
    display: flex;
    justify-content: end;
    position: fixed;
    margin-left: 30px;
    top: 70px;
    flex-direction: column;
    transition: 0.25s;
  }
  /*Accueil*/
  .containerAccueil {
    margin-top: 20vh;
    width: 100vw;
    height: 100vh;
    display: grid;
    grid-template-columns: 3fr;
    grid-template-rows: 300px 10fr 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../../img/Carré.png");
  }
  .accueil {
    grid-column: 1/2;
    grid-row: 1/2;
    width: 100vw;
    display: flex;
    align-items: center;
    background-image: url("../../img/Portrait.png");
    background-size: 225px 300px;
    background-repeat: no-repeat;
    background-position: left 30vw bottom 0px;
  }
  .accueil h1 {
    text-align: left;
    background-image: none;
    background-color: #f5f5f5;
    min-height: -moz-fit-content;
    min-height: fit-content;
    margin-top: 0;
    margin-left: 15vw;
    font-size: 2.5em;
    font-weight: 900;
    margin-bottom: 10px !important;
    height: -moz-fit-content;
    height: fit-content;
    background-attachment: local;
    justify-content: flex-start;
    align-items: flex-end;
  }
  .portrait {
    display: none;
  }
  .contenu {
    grid-column: 1/3;
    grid-row: 2/3;
    background-color: #9AC8EB;
    height: 550px;
    width: 100vw;
  }
  .contenu p {
    margin-left: 10vw;
    margin-right: 10vw;
  }
  .FooterAccueil {
    grid-column: 1/3;
    grid-row: 3/4;
    width: 100vw;
  }
  .CV {
    height: 40px;
    width: 120px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #5784BA;
    color: white;
    font-weight: 600;
    font-size: small;
    box-shadow: 0px 0px 7px #959595;
  }
  /* Projets */
  .container {
    text-align: center;
    background-color: #f5f5f5;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 300px 5fr;
  }
  h1 {
    grid-row: 1/2;
    grid-column: 1/2;
    background-color: #f5f5f5;
    min-height: 200px;
    margin-top: 70px;
    font-size: larger;
    height: 20vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("https://www.codeur.com/tuto/wp-content/uploads/2022/02/p1.jpg");
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .typeOfProject {
    grid-row: 2/3;
    grid-column: 1/2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .typeOfProject a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 180px;
    margin: 10px;
    color: black;
    background-color: #f5f5f5;
    border: 1px #5784BA solid;
    position: relative;
    overflow: hidden;
    z-index: 0;
    transition: color 0.5;
  }
  .typeOfProject a::before {
    content: "";
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #5784BA;
    border-radius: 50% 50% 0 0;
    transition: all 0.5s;
    z-index: -1;
  }
  .typeOfProject a:hover::before {
    top: 0;
    border-radius: 0;
  }
  .containerBox {
    grid-row: 3/4;
    grid-column: 1/2;
    display: flex;
    flex-wrap: wrap;
    background-color: #f5f5f5;
    margin-right: 5vw;
    margin-left: 5vw;
  }
  .titre {
    width: 100%;
    text-align: left;
    font-size: larger;
  }
  .Box {
    width: 40vw;
    margin: 10px;
    background-color: white;
    box-shadow: 0px 0px 7px #959595;
  }
  .Box img {
    width: 100%;
  }
  .Box h2 {
    padding-bottom: 20px !important;
    font-size: medium;
  }
  button {
    border: none;
    background-color: #89baf6;
    padding: 10px;
    margin-bottom: 10px;
    color: white;
    transition: all 0.5s;
  }
  button:hover {
    background-color: #5784BA;
  }
  .dialog {
    left: 1vw;
    position: fixed;
    top: 20vh;
    width: 90vw;
    height: -moz-fit-content;
    height: fit-content;
    border: none;
    box-shadow: 0px 0px 700px #959595;
    border: 2px solid #5784BA;
    overflow-x: scroll;
    padding: 20px;
  }
  /*Maquette MoveIn Lannion*/
  #dialogErgo div {
    text-align: center;
    display: grid;
    grid-template-columns: 90vw;
    grid-template-rows: 30vh 5vh 30vh;
  }
  #dialogErgo div h4 {
    grid-row: 2/3;
    grid-column: 1/2;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  #dialogErgo div p {
    grid-row: 3/4;
    grid-column: 1/2;
    height: 100%;
    text-align: justify;
  }
  .Ergo1 {
    grid-row: 1/2;
    grid-column: 1/2;
    height: 100%;
    width: 100%;
  }
  .Ergo2 {
    grid-row: 1/2;
    grid-column: 1/2;
    height: 100%;
    margin-left: 0;
    margin-top: 5vw;
    box-shadow: 0px 0px 7px #959595;
  }
  /*Communication UrbanThink*/
  #dialogCom div {
    text-align: center;
    display: grid;
    grid-template-columns: 45vw 45vw;
    grid-template-rows: 15vh 15vh 5vh 30vh;
  }
  #dialogCom div h4 {
    grid-row: 3/4;
    grid-column: 1/3;
    height: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  #dialogCom div p {
    grid-row: 4/5;
    grid-column: 1/3;
    height: 100%;
    text-align: justify;
  }
  .Com1 {
    grid-row: 1/2;
    grid-column: 1/2;
    width: 100%;
  }
  .Com2 {
    grid-row: 1/2;
    grid-column: 2/3;
    width: 100%;
  }
  .Com3 {
    grid-row: 2/3;
    grid-column: 1/2;
    width: 100%;
  }
  .Com4 {
    grid-row: 2/3;
    grid-column: 2/3;
    width: 100%;
  }
  /*Carte de voeux*/
  #dialogVoeux div {
    text-align: center;
    display: grid;
    grid-template-columns: 45vw 45vw;
    grid-template-rows: 15vh 15vh 5vh 30vh;
  }
  #dialogVoeux div h4 {
    grid-row: 3/4;
    grid-column: 1/3;
    height: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  #dialogVoeux div p {
    grid-row: 4/5;
    grid-column: 1/3;
    height: 100%;
    text-align: justify;
  }
  .Voeux1 {
    grid-row: 1/2;
    grid-column: 1/2;
    height: 100%;
    width: 100%;
  }
  .Voeux2 {
    grid-row: 1/2;
    grid-column: 2/3;
    height: 100%;
    width: 100%;
  }
  .Voeux3 {
    grid-row: 2/3;
    grid-column: 1/2;
    height: 100%;
    width: 100%;
    margin-left: 50%;
  }
  /* Google */
  #dialogGoogle div {
    text-align: center;
    display: grid;
    grid-template-columns: 90vw;
    grid-template-rows: 30vh 5vh 30vh;
  }
  #dialogGoogle div h4 {
    grid-row: 2/3;
    grid-column: 1/2;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  #dialogGoogle div p {
    grid-row: 3/4;
    grid-column: 1/2;
    height: 100%;
    text-align: justify;
  }
  .Google {
    grid-row: 1/2;
    grid-column: 1/2;
    height: 100%;
    width: 100%;
  }
  /*Site Vélo*/
  #dialogVelo div {
    text-align: center;
    display: grid;
    grid-template-columns: 90vw;
    grid-template-rows: 30vh 5vh 30vh;
  }
  #dialogVelo div h4 {
    grid-row: 2/3;
    grid-column: 1/2;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  #dialogVelo div p {
    grid-row: 3/4;
    grid-column: 1/2;
    height: 100%;
    text-align: justify;
  }
  .Velo1 {
    grid-row: 1/2;
    grid-column: 1/2;
    height: 100%;
    width: 100%;
  }
  .Velo2 {
    grid-row: 1/2;
    grid-column: 1/2;
    width: 20%;
    height: 50%;
    margin-left: 0;
    margin-top: 30%;
  }
  .Velo3 {
    grid-row: 1/2;
    grid-column: 1/2;
    width: 20%;
    height: 50%;
    margin-left: 80%;
    margin-top: 30%;
  }
  /*WoodenSleeve*/
  #dialogWoodenSleeve div {
    text-align: center;
    display: grid;
    grid-template-columns: 90vw;
    grid-template-rows: 30vh 5vh 30vh;
  }
  #dialogWoodenSleeve div h4 {
    grid-row: 2/3;
    grid-column: 1/2;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  #dialogWoodenSleeve div p {
    grid-row: 3/4;
    grid-column: 1/2;
    height: 100%;
    text-align: justify;
  }
  .WS1 {
    grid-row: 1/2;
    grid-column: 1/2;
    height: 100%;
    width: 100%;
  }
  .WS2 {
    grid-row: 1/2;
    grid-column: 1/2;
    width: 30%;
    height: 30%;
    margin-left: 0;
    margin-top: 35%;
  }
  .WS3 {
    grid-row: 1/2;
    grid-column: 1/2;
    width: 30%;
    height: 30%;
    margin-left: 70%;
    margin-top: 35%;
  }
  /*Joyaux Breton*/
  #dialogJB div {
    text-align: center;
    display: grid;
    grid-template-columns: 90vw;
    grid-template-rows: 30vh 5vh 30vh;
  }
  #dialogJB div h4 {
    grid-row: 2/3;
    grid-column: 1/2;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  #dialogJB div p {
    grid-row: 3/4;
    grid-column: 1/2;
    height: 100%;
    text-align: justify;
  }
  .JB1 {
    grid-row: 1/2;
    grid-column: 1/2;
    height: 100%;
    width: 100%;
  }
  .JB2 {
    grid-row: 1/2;
    grid-column: 1/2;
    width: 20%;
    height: 60%;
    margin-left: 0;
    margin-top: 25%;
  }
  .JB3 {
    grid-row: 1/2;
    grid-column: 1/2;
    width: 20%;
    height: 60%;
    margin-left: 80%;
    margin-top: 25%;
  }
  /*AquatiSpecies*/
  #dialogAquaticSpecies div {
    text-align: center;
    display: grid;
    grid-template-columns: 90vw;
    grid-template-rows: 30vh 5vh 30vh;
  }
  #dialogAquaticSpecies div h4 {
    grid-row: 2/3;
    grid-column: 1/2;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  #dialogAquaticSpecies div p {
    grid-row: 3/4;
    grid-column: 1/2;
    height: 100%;
    text-align: justify;
  }
  .AquaticSpecies1 {
    grid-row: 1/2;
    grid-column: 1/2;
    height: 100%;
    width: 100%;
  }
  .AquaticSpecies2 {
    grid-row: 1/2;
    grid-column: 1/2;
    width: 30%;
    height: 30%;
    margin-left: 0;
    margin-top: 35%;
  }
  .AquaticSpecies3 {
    grid-row: 1/2;
    grid-column: 1/2;
    width: 30%;
    height: 30%;
    margin-left: 70%;
    margin-top: 35%;
  }
  /*3D*/
  #dialog3D div {
    text-align: center;
    display: grid;
    grid-template-columns: 90vw;
    grid-template-rows: 30vh 5vh 30vh;
  }
  #dialog3D div h4 {
    grid-row: 2/3;
    grid-column: 1/2;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  #dialog3D div p {
    grid-row: 3/4;
    grid-column: 1/2;
    height: 100%;
    text-align: justify;
  }
  .troisD1 {
    grid-row: 1/2;
    grid-column: 1/2;
    height: 100%;
    width: 100%;
  }
  .troisD2 {
    grid-row: 1/2;
    grid-column: 1/2;
    width: 30%;
    height: 30%;
    margin-left: 0;
    margin-top: 35%;
    z-index: 3;
  }
  .troisD3 {
    grid-row: 1/2;
    grid-column: 1/2;
    width: 30%;
    height: 30%;
    margin-left: 70%;
    margin-top: 35%;
    z-index: 3;
  }
  /*Aquarium*/
  #dialogXR div {
    text-align: center;
    display: grid;
    grid-template-columns: 45vw 45vw;
    grid-template-rows: 15vh 15vh 5vh 30vh;
  }
  #dialogXR div h4 {
    grid-row: 3/4;
    grid-column: 1/3;
    height: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  #dialogXR div p {
    grid-row: 4/5;
    grid-column: 1/3;
    height: 100%;
    text-align: justify;
  }
  .XR {
    grid-row: 1/2;
    grid-column: 1/2;
    height: 125%;
    width: 125%;
  }
  .XR1 {
    grid-row: 2/3;
    grid-column: 2/3;
    height: 125%;
    width: 125%;
    margin-top: -25%;
    margin-left: -25%;
  }
  /*PUB_Témoignage*/
  #dialogPUB div {
    text-align: center;
    display: grid;
    grid-template-columns: 45vw 45vw;
    grid-template-rows: 15vh 15vh 5vh 30vh;
  }
  #dialogPUB div h4 {
    grid-row: 3/4;
    grid-column: 1/3;
    height: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  #dialogPUB div p {
    grid-row: 4/5;
    grid-column: 1/3;
    height: 100%;
    text-align: justify;
  }
  .PUB {
    grid-row: 1/2;
    grid-column: 1/2;
    height: 100%;
    width: 100%;
  }
  .PUB1 {
    grid-row: 1/2;
    grid-column: 2/3;
    height: 100%;
    width: 100%;
  }
  .PUB2 {
    grid-row: 2/3;
    grid-column: 1/2;
    height: 100%;
    width: 100%;
    margin-left: 50%;
  }
  /*Webinaire*/
  #dialogWebinaire div {
    text-align: center;
    display: grid;
    grid-template-columns: 45vw 45vw;
    grid-template-rows: 15vh 15vh 5vh 30vh;
  }
  #dialogWebinaire div h4 {
    grid-row: 3/4;
    grid-column: 1/3;
    height: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  #dialogWebinaire div p {
    grid-row: 4/5;
    grid-column: 1/3;
    height: 100%;
    text-align: justify;
  }
  .Webinaire {
    grid-row: 1/2;
    grid-column: 1/2;
    height: 100%;
    width: 100%;
  }
  .Webinaire1 {
    grid-row: 1/2;
    grid-column: 2/3;
    height: 100%;
    width: 100%;
  }
  .Webinaire2 {
    grid-row: 2/3;
    grid-column: 1/2;
    height: 100%;
    width: 100%;
    margin-left: 50%;
  }
  /*Hubspot*/
  #dialogHubspot div {
    text-align: center;
    display: grid;
    grid-template-columns: 45vw 45vw;
    grid-template-rows: 15vh 15vh 5vh 30vh;
  }
  #dialogHubspot div h4 {
    grid-row: 3/4;
    grid-column: 1/3;
    height: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  #dialogHubspot div p {
    grid-row: 4/5;
    grid-column: 1/3;
    height: 100%;
    text-align: justify;
  }
  .Hubspot {
    grid-row: 1/2;
    grid-column: 1/2;
    height: 125%;
    width: 125%;
  }
  .Hubspot1 {
    grid-row: 2/3;
    grid-column: 2/3;
    height: 125%;
    width: 125%;
    margin-top: -25%;
    margin-left: -25%;
  }
  /* Parcours */
  .containerP {
    text-align: center;
    background-color: #f5f5f5;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 0.5fr 1fr 1fr;
  }
  .contParcours {
    text-align: center;
    background-color: #f5f5f5;
    display: grid;
    justify-content: flex-start;
    text-align: center;
    margin-left: 10vw;
    height: 80vh;
  }
  .contParcours .bar {
    background-color: #B6D8F2;
    width: 1vw;
    height: 80%;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .contParcours .Sphere {
    height: 5vh;
    width: 5vh;
    border-radius: 5vh;
    background-color: #B6D8F2;
    margin-left: -5vw;
    transition: all 0.5s;
  }
  .contParcours .Sphere:hover {
    background-color: #5784BA;
  }
  .contParcours .Sphere p {
    width: 80vw;
    margin-left: 9vw;
    text-align: left;
  }
  .contentParaf {
    margin-top: -2vh;
    margin-left: 10px;
  }
  .exp {
    margin-right: 10vw;
    margin-left: 10vw;
  }
  .exp p {
    text-align: center;
    display: flex;
    justify-content: center;
  }
  /* Compétences */
  .contCompetences {
    margin-right: 10vw;
    margin-left: 10vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .BoxCompetences a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 250px;
    margin: 20px;
    color: black;
    background-color: white;
    border: 2px #5784BA solid;
    position: relative;
    overflow: hidden;
    z-index: 0;
  }
  .BoxCompetences a::before {
    position: absolute;
    top: 250px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #5784BA;
    border-radius: 50% 50% 0 0;
    transition: all 0.5s;
  }
  .BoxCompetences a:hover::before {
    top: 0;
    border-radius: 0;
  }
  .BoxCompetences.active .CompCommunication::before {
    content: url("../../img/Competences/Communication.jpg") "This is the alt text";
  }
  .BoxCompetences .CompCommunication::before {
    content: url("../../img/Competences/Communication.jpg") "This is the alt text";
  }
  .BoxCompetences .CompMontage::before {
    content: url("../../img/Competences/Montage.jpg") "This is the alt text";
  }
  .BoxCompetences .Comp3D::before {
    content: url("../../img/Competences/3D.jpg") "This is the alt text";
  }
  .BoxCompetences .CompDev::before {
    content: url("../../img/Competences/Dev.jpg") "This is the alt text";
  }
  .CompetenceTitle {
    text-align: center;
  }
}/*# sourceMappingURL=mobile.css.map */