@charset "UTF-8";
@media (min-width: 800px) {
  body {
    background-color: #f5f5f5;
  }
  .hamburger {
    display: none;
  }
  /*Accueil*/
  .containerAccueil {
    margin-top: 20vh;
    margin-left: 10vw;
    margin-right: 10vw;
    width: 80vw;
    height: 100vh;
    display: grid;
    grid-template-columns: 3fr 300px;
    grid-template-rows: 5fr 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: 100%;
    display: flex;
    align-items: center;
  }
  .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: 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 {
    height: 100%;
    grid-column: 2/3;
    grid-row: 1/2;
    min-height: 500px;
  }
  .contenu {
    grid-column: 1/3;
    grid-row: 2/3;
    background-color: #9AC8EB;
    height: 320px;
    width: 100vw;
    margin-left: -10vw;
    margin-right: -10vw;
  }
  .contenu p {
    margin-left: 10vw;
    margin-right: 10vw;
  }
  .FooterAccueil {
    grid-column: 1/3;
    grid-row: 3/4;
    width: 100vw;
    margin-left: -10vw;
  }
  /* 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;
    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;
  }
  .typeOfProject a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 150px;
    margin-left: 10px;
    margin-right: 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: 10vw;
    margin-left: 10vw;
  }
  .titre {
    width: 100%;
    text-align: left;
  }
  .Box {
    width: 45%;
    margin: 20px;
    background-color: white;
    box-shadow: 0px 0px 7px #959595;
  }
  .Box img {
    width: 100%;
  }
  .Box h2 {
    padding-bottom: 20px !important;
  }
  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;
    border: none;
    box-shadow: 0px 0px 700px #959595;
    border: 2px solid #5784BA;
    overflow-x: scroll;
  }
  /*Maquette MoveIn Lannion*/
  #dialogErgo div {
    text-align: center;
    display: grid;
    grid-template-columns: 35vw 10vw 45vw;
    grid-template-rows: 5vh 55vh;
  }
  #dialogErgo div h4 {
    grid-row: 1/2;
    grid-column: 3/4;
    width: 100%;
  }
  #dialogErgo div p {
    grid-row: 2/4;
    grid-column: 3/4;
    width: 100%;
    text-align: justify;
  }
  .Ergo1 {
    grid-row: 1/3;
    grid-column: 1/2;
    width: 100%;
  }
  .Ergo2 {
    grid-row: 1/3;
    grid-column: 2/3;
    width: 100%;
    margin-left: -7vw;
    margin-top: 5vw;
    box-shadow: 0px 0px 7px #959595;
  }
  /*Communication UrbanThink*/
  #dialogCom div {
    text-align: center;
    display: grid;
    grid-template-columns: 22vw 22vw 2vw 44vw;
    grid-template-rows: 5vh 25vh 30vh;
  }
  #dialogCom div h4 {
    grid-row: 1/2;
    grid-column: 4/5;
    width: 100%;
  }
  #dialogCom div p {
    grid-row: 2/4;
    grid-column: 4/5;
    width: 100%;
    text-align: justify;
  }
  .Com1 {
    grid-row: 1/3;
    grid-column: 1/2;
    width: 100%;
  }
  .Com2 {
    grid-row: 1/3;
    grid-column: 2/3;
    width: 100%;
  }
  .Com3 {
    grid-row: 3/4;
    grid-column: 1/2;
    width: 100%;
  }
  .Com4 {
    grid-row: 3/4;
    grid-column: 2/3;
    width: 100%;
  }
  /*Carte de voeux*/
  #dialogVoeux div {
    text-align: center;
    display: grid;
    grid-template-columns: 22vw 22vw 2vw 44vw;
    grid-template-rows: 5vh 25vh 30vh;
  }
  #dialogVoeux div h4 {
    grid-row: 1/2;
    grid-column: 4/5;
    width: 100%;
  }
  #dialogVoeux div p {
    grid-row: 2/4;
    grid-column: 4/5;
    width: 100%;
    text-align: justify;
  }
  .Voeux1 {
    grid-row: 1/3;
    grid-column: 1/2;
    width: 100%;
  }
  .Voeux2 {
    grid-row: 1/3;
    grid-column: 2/3;
    width: 100%;
  }
  .Voeux3 {
    grid-row: 3/4;
    grid-column: 1/3;
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
  }
  /* Google */
  #dialogGoogle div {
    text-align: center;
    display: grid;
    grid-template-columns: 44vw 2vw 44vw;
    grid-template-rows: 5vh 55vh;
  }
  #dialogGoogle div h4 {
    grid-row: 1/2;
    grid-column: 3/4;
    width: 100%;
  }
  #dialogGoogle div p {
    grid-row: 2/4;
    grid-column: 3/4;
    width: 100%;
    text-align: justify;
  }
  .Google {
    grid-row: 1/3;
    grid-column: 1/2;
    width: 100%;
    height: 100%;
  }
  /*Site Vélo*/
  #dialogVelo div {
    text-align: center;
    display: grid;
    grid-template-columns: 22vw 22vw 2vw 44vw;
    grid-template-rows: 5vh 25vh 30vh;
  }
  #dialogVelo div h4 {
    grid-row: 1/2;
    grid-column: 4/5;
    width: 100%;
  }
  #dialogVelo div p {
    grid-row: 2/4;
    grid-column: 4/5;
    width: 100%;
    text-align: justify;
  }
  .Velo1 {
    grid-row: 1/3;
    grid-column: 1/2;
    width: 180%;
  }
  .Velo2 {
    grid-row: 1/3;
    grid-column: 2/3;
    width: 50%;
    margin-left: 45%;
    margin-top: 20%;
    z-index: 1;
  }
  .Velo3 {
    grid-row: 3/4;
    grid-column: 1/3;
    width: 25%;
    margin-left: 60%;
    margin-top: -5%;
  }
  /*WoodenSleeve*/
  #dialogWoodenSleeve div {
    text-align: center;
    display: grid;
    grid-template-columns: 22vw 22vw 2vw 44vw;
    grid-template-rows: 5vh 25vh 30vh;
  }
  #dialogWoodenSleeve div h4 {
    grid-row: 1/2;
    grid-column: 4/5;
    width: 100%;
  }
  #dialogWoodenSleeve div p {
    grid-row: 2/4;
    grid-column: 4/5;
    width: 100%;
    text-align: justify;
  }
  .WS1 {
    grid-row: 1/3;
    grid-column: 1/2;
    width: 180%;
  }
  .WS2 {
    grid-row: 1/3;
    grid-column: 2/3;
    width: 80%;
    margin-left: 25%;
    margin-top: 30%;
    z-index: 1;
  }
  .WS3 {
    grid-row: 3/4;
    grid-column: 1/3;
    width: 45%;
    margin-left: 50%;
  }
  /*Joyaux Breton*/
  #dialogJB div {
    text-align: center;
    display: grid;
    grid-template-columns: 22vw 22vw 2vw 44vw;
    grid-template-rows: 5vh 25vh 30vh;
  }
  #dialogJB div h4 {
    grid-row: 1/2;
    grid-column: 4/5;
    width: 100%;
  }
  #dialogJB div p {
    grid-row: 2/4;
    grid-column: 4/5;
    width: 100%;
    text-align: justify;
  }
  .JB1 {
    grid-row: 1/3;
    grid-column: 1/2;
    width: 180%;
  }
  .JB2 {
    grid-row: 1/3;
    grid-column: 2/3;
    width: 50%;
    margin-left: 20%;
    margin-top: 10%;
    z-index: 1;
  }
  .JB3 {
    grid-row: 3/4;
    grid-column: 1/3;
    width: 25%;
    margin-left: 72%;
    margin-top: -30%;
  }
  /*AquatiSpecies*/
  #dialogAquaticSpecies div {
    text-align: center;
    display: grid;
    grid-template-columns: 22vw 22vw 2vw 44vw;
    grid-template-rows: 5vh 25vh 30vh;
  }
  #dialogAquaticSpecies div h4 {
    grid-row: 1/2;
    grid-column: 4/5;
    width: 100%;
  }
  #dialogAquaticSpecies div p {
    grid-row: 2/4;
    grid-column: 4/5;
    width: 100%;
    text-align: justify;
  }
  .AquaticSpecies1 {
    grid-row: 1/3;
    grid-column: 1/2;
    width: 180%;
  }
  .AquaticSpecies2 {
    grid-row: 1/3;
    grid-column: 2/3;
    width: 90%;
    margin-top: 65%;
    z-index: 1;
  }
  .AquaticSpecies3 {
    grid-row: 3/4;
    grid-column: 1/3;
    width: 40%;
    margin-left: 30%;
    margin-top: -5%;
  }
  /*AquatiSpecies*/
  #dialog3D div {
    text-align: center;
    display: grid;
    grid-template-columns: 22vw 22vw 2vw 44vw;
    grid-template-rows: 5vh 25vh 30vh;
  }
  #dialog3D div h4 {
    grid-row: 1/2;
    grid-column: 4/5;
    width: 100%;
  }
  #dialog3D div p {
    grid-row: 2/4;
    grid-column: 4/5;
    width: 100%;
    text-align: justify;
  }
  .troisD1 {
    grid-row: 1/4;
    grid-column: 1/2;
    width: 189%;
    height: 85%;
  }
  .troisD2 {
    grid-row: 1/3;
    grid-column: 1/3;
    width: 35%;
    margin-top: 32%;
    z-index: 2;
  }
  .troisD3 {
    grid-row: 3/4;
    grid-column: 1/3;
    width: 40%;
    margin-left: 55%;
    margin-top: -1%;
    z-index: 3;
  }
  .troisD4 {
    grid-row: 1/3;
    grid-column: 2/3;
    width: 50%;
    margin-top: 10%;
    margin-left: 40%;
    z-index: 1;
  }
  /*Aquarium*/
  #dialogXR div {
    text-align: center;
    display: grid;
    grid-template-columns: 22vw 22vw 2vw 44vw;
    grid-template-rows: 5vh 25vh 30vh;
  }
  #dialogXR div h4 {
    grid-row: 1/2;
    grid-column: 4/5;
    width: 100%;
  }
  #dialogXR div p {
    grid-row: 2/4;
    grid-column: 4/5;
    width: 100%;
    text-align: justify;
  }
  .XR {
    grid-row: 1/3;
    grid-column: 1/2;
    width: 125%;
  }
  .XR1 {
    grid-row: 3/4;
    grid-column: 2/3;
    width: 125%;
    z-index: 1;
    margin-top: -15%;
    margin-left: -25%;
  }
  /*PUB_Témoignage*/
  #dialogPUB div {
    text-align: center;
    display: grid;
    grid-template-columns: 22vw 22vw 2vw 44vw;
    grid-template-rows: 5vh 25vh 30vh;
  }
  #dialogPUB div h4 {
    grid-row: 1/2;
    grid-column: 4/5;
    width: 100%;
  }
  #dialogPUB div p {
    grid-row: 2/4;
    grid-column: 4/5;
    width: 100%;
    text-align: justify;
  }
  .PUB {
    grid-row: 1/3;
    grid-column: 1/2;
    width: 100%;
    margin-left: 50%;
  }
  .PUB1 {
    grid-row: 3/4;
    grid-column: 1/2;
    width: 100%;
  }
  .PUB2 {
    grid-row: 3/4;
    grid-column: 2/3;
    width: 100%;
  }
  /*Webinaire*/
  #dialogWebinaire div {
    text-align: center;
    display: grid;
    grid-template-columns: 22vw 22vw 2vw 44vw;
    grid-template-rows: 5vh 25vh 30vh;
  }
  #dialogWebinaire div h4 {
    grid-row: 1/2;
    grid-column: 4/5;
    width: 100%;
  }
  #dialogWebinaire div p {
    grid-row: 2/4;
    grid-column: 4/5;
    width: 100%;
    text-align: justify;
  }
  .Webinaire {
    grid-row: 1/3;
    grid-column: 1/2;
    width: 100%;
    margin-left: 50%;
  }
  .Webinaire1 {
    grid-row: 3/4;
    grid-column: 1/2;
    width: 100%;
  }
  .Webinaire2 {
    grid-row: 3/4;
    grid-column: 2/3;
    width: 100%;
  }
  /*Hubspot*/
  #dialogHubspot div {
    text-align: center;
    display: grid;
    grid-template-columns: 22vw 22vw 2vw 44vw;
    grid-template-rows: 5vh 25vh 30vh;
  }
  #dialogHubspot div h4 {
    grid-row: 1/2;
    grid-column: 4/5;
    width: 100%;
  }
  #dialogHubspot div p {
    grid-row: 2/4;
    grid-column: 4/5;
    width: 100%;
    text-align: justify;
  }
  .Hubspot {
    grid-row: 1/3;
    grid-column: 1/2;
    width: 100%;
    margin-left: 50%;
  }
  .Hubspot1 {
    grid-row: 3/4;
    grid-column: 1/2;
    width: 100%;
  }
  /* Parcours */
  .containerP {
    text-align: center;
    background-color: #f5f5f5;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 2fr 2fr 2fr;
  }
  .contParcours {
    text-align: center;
    background-color: #f5f5f5;
    display: grid;
    justify-content: center;
    text-align: center;
  }
  .contParcours .bar {
    background-color: #B6D8F2;
    width: 64vw;
    height: 1vh;
    margin-top: 5vh;
    padding-left: 3vw;
    padding-right: 3vw;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    text-align: center;
  }
  .contParcours .Sphere {
    height: 5vh;
    width: 5vh;
    border-radius: 5vh;
    background-color: #B6D8F2;
    margin-top: -2vh;
  }
  .contParcours .Sphere:hover {
    background-color: #9AC8EB;
  }
  .contParcours .Sphere p {
    width: 20vw;
    padding-top: 5vh;
    margin-left: -9vw;
  }
  .exp {
    margin-right: 10vw;
    margin-left: 10vw;
  }
  .exp p {
    text-align: center;
    display: flex;
    justify-content: center;
  }
  /* Compétences */
  .contCompetences {
    margin-right: 20vw;
    margin-left: 20vw;
    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,
  .BoxCompetences a:active::before {
    top: 0;
    border-radius: 0;
  }
  .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=desktop.css.map */