@font-face {
 font-family: "Century Gothic";
 src: url("fonts/CenturyGothic-Bold.woff") format("woff2"),
        url("fonts/CenturyGothic-Bold.woff") format("woff");
        font-display: swap
}

@font-face {
 font-family: "centuryregular";
 src: url("fonts/gothic-webfont.woff2") format("woff2"),
        url("fonts/gothic-webfont.woff") format("woff");
        font-display: swap
}

html{
  overflow-x: hidden;
}

body{
  background:white;
  font-family: "centuryregular";
  overflow-x: hidden;
}

/* ========================== Menu ========================== */

#box-shadow{
  background:white;
  height:10.5vh;
  width:100%;
  position:fixed;
  top:0;
  z-index:99;
  -webkit-box-shadow: 0 2px 2px 0 #F1F1F1;
  box-shadow: 0 2px 2px 0 #F1F1F1;
}

nav{
  display:flex;
  height:9vh;
  width:100%;
  align-items: center;
  justify-content: center;
  position:fixed;
  top:1vh;
  background:white;
}

#menu{
  width: 55%;
  height:9vh;
  display:flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  padding:0;
}

#menu li{
  list-style: none;
  height:9vh;
  line-height:9vh;
  width:20%;
  text-align: center;
}

#menu a:hover:before, #menu a.active:before{
  content: "";
  background: url(./pictures/puce_pink.svg) no-repeat center;
  height: 22px;
  width: 30px;
  margin-top: 15px;
  margin-left: -30px;
  display: inline-block;
  position: absolute;
}

#block a:hover:before, #block a.active:before{
  display:none !important;
}

#menu a{
  color:#535353;
  text-decoration: none;
  font-weight:600;
  letter-spacing:2px;
  font-size:20px;
}

#menu a img{
  height:100%;
  width:50%;
  display:block;
  margin:auto;
}

.burger{
  position:absolute;
  top:1%;
  left:1%;
  height:50px;
  width:50px;
  z-index:100;
  display:none;
}

#none{
  display:none;
}

/* ===================== Home ===================== */

picture{
  width:100%;
}

.container{
  width:80%;
  margin:auto;
}

.banner{
  position: relative;
  display:flex;
  justify-content: center;
  align-items: center;
}

.banner img{
  height:60vh;
  width:100%;
  object-fit: cover;
}

.banner h1{
  color:white;
  text-align:center;
  font-size:50px;
  font-family:"centuryregular";
}

.title {
    display: flex;
    justify-content: center;
    width: 35%;
    padding: 0.5%;
    position: absolute;
    align-items: center;
    letter-spacing:4px;
}

#oniri{
  font-family: "opheliaregular";
  letter-spacing: 5px;
  font-size:60px;
}

#studio{
  font-family: "Century Gothic";
  font-weight:500;
  text-transform: uppercase;
  font-size:50px;
}

#test{
  word-wrap: break-word;
}

.flex{
  display:flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

#logo{
  width: 35%;
  padding: 3% 0%;
}

#presentation{
  padding:4% 0%;

}

#background-pres{
    background:#fee4c3;
    margin-top:-5px;
}

#logo img{
  width: 50%;
  display: block;
  margin: auto;
}

#description{
  width:65%;
  align-self: center;
  letter-spacing: 1.5px;
  color:#7d808e;
  font-size:20px;
  text-align: center;
}

#experiences{
  background:#a9aec6;
  padding:4% 0%;
}

#experiences h2{
  text-align: center;
  color:white;
}

.icon-puce_blue, .icon-puce_white{
  font-size:2.5vw;
}


#infos .icon-puce_blue:before{
  margin-top: -3%;
  position: absolute;
  margin-left: -5%;
}

#competences .icon-puce_blue:before{
  margin-top: 5%;
  position: absolute;
  margin-left: -8%;
  transform: scale(-1) rotate(-244deg);
}

#experiences .icon-puce, #portfolio .icon-puce{
  margin-top:-2%;
  margin-left:-3%;
  position: absolute;
}

h2.title_white, h2.title_blue, h2.title_pink{
  font-family: "opheliaregular";
  font-size:2.5vw;
  letter-spacing: 7px;
  position:relative;
}

#portfolio_banner{
  width:100%;
  height:30vh;
  background:#a9aec6;
}

#return{
background: url(./pictures/arrow_lr.svg) no-repeat center;
height: 40px;
width: 40px;
margin:10px;
display:block;
transform:scale(-1);
}

.stage{
  width:20%;
  text-align:center;
}

.subtitle_exp{
  color:white;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size:20px;
}

.subtitle_exp:after{
  content: "";
  background: url("./pictures/Lanterne.svg") no-repeat center;
  height: 20px;
  display: block;
}

.stage p{
  font-size:14px;
  color:white;
}

#competences{
  background:white;
  padding:4% 0%;
}

#logo_comp{
  width:65%;
}

#competences_desc{
  width:35%;
}

.logo_flex{
  display:flex;
  flex-direction:row;
  justify-content: space-evenly;
  padding:5% 0%;
}

#logo_ai, #logo_ps, #logo_css, #logo_html, #logo_id, #logo_wp{
  width:100%;
  display:flex;
  align-items: center;
  justify-content: center;
}

.catch{
  font-family: "opheliaregular";
  color:#a9aec6;
  font-size:30px;
}

#logo_ai a{
  background:url("./pictures/adobe.png") center no-repeat;
  height:6.5vw;
  width:6.5vw;
  margin:auto;
  display:block;
      background-size: contain;
}

#logo_ps a{
  background:url("./pictures/html-5.png") center no-repeat;
  height:6.5vw;
  width:6.5vw;
  margin:auto;
  display:block;
      background-size: contain;
}

#logo_css a{
  background:url("./pictures/ux-ui.png") center no-repeat;
  height:6.5vw;
  width:6.5vw;
  margin:auto;
  display:block;
      background-size: contain;
}

#logo_html a{
  background:url("./pictures/agile.png") center no-repeat;
  height:6.5vw;
  width:6.5vw;
  margin:auto;
  display:block;
      background-size: contain;
}

#logo_id a{
  background:url("./pictures/css-3.png") center no-repeat;
  height:6.5vw;
  width:6.5vw;
  margin:auto;
  display:block;
      background-size: contain;
}

#logo_wp a{
  background:url("./pictures/gestion-de-projet.png") center no-repeat;
  height:6.5vw;
  width:6.5vw;
  margin:auto;
  display:block;
      background-size: contain;
}

#competences_desc li{
  list-style:none;
  font-size:15px;
  color:#7d808e;
  font-weight:600;
  margin-top:25px;
  display:flex;
  align-items: center;
}

#competences_desc li:before{
  content:"";
  background:url("./pictures/Lanterne_Blue.svg") no-repeat center;
  height:35px;
  display:inline-block;
  width:35px;
  margin-right:2.5%;
}

#desc_2, #desc_3, #desc_4, #desc_5, #desc_6{
  display:none;
}

#competences h2, #services h2{
  text-align:left;
  font-family:'centuryregular';
  font-size:2em;
  text-transform: uppercase;
}

#portfolio{
  background:#fbdfe9;
  padding:2.5% 0%;
}

#portfolio h2{
  color:white;
}

.frame{
  background:#a9aec6;
  width:25vw;
  height:25vw;
  position:relative;
}

.overlay{
width:100%;
height:100%;
position:absolute;
top:0;
left:0;
opacity:0;
display:flex;
transition:1s all ease;
overflow:hidden;
align-items: center;
background:#a9aec6;
}

.overlay_text{
  width: 100%;
  height:auto;
  display: flex;
  text-align:center;
  margin:auto;
  flex-direction: column;
  overflow: hidden;
  color:white;
  padding:0% 7.5%;
  font-size:15px;
}
.frame:hover .overlay{
  opacity:1;
  transition:all ease 1.5s;
}

.frame img{
  object-fit: cover;
  width:100%;
  height:100%;
}

.web{
  background:url("./pictures/web.svg") no-repeat center;
  height:5vw;
  width:100%;
}

.print{
  background:url("./pictures/print.svg") no-repeat center;
  height:5vw;
  width:100%;
}

a#view{
  text-align:center;
  display:block;
  padding-top:2.5%;
  text-decoration: none;
  color:#7d808e;
}

a#view_services{
  text-align:center;
  display:block;
  padding-top:2.5%;
  text-decoration: none;
  color:white;
}

#experiences .flex{
  align-items:flex-start;
}

#infos{
  width:50%;
  border:6px solid #a9aec6;
  margin:4% auto;
}

#infos h2{
  color:#a9aec6;
  text-align:center;
  position: relative;
}

#infos p{
  font-size:15px;
  letter-spacing: 2px;
  font-weight:600;
  color:#7d808e;
  display: flex;
  align-items: center;
  line-height:70px;
  margin-left:15%;
}

#coord{
  width:48%;
  display:flex;
  flex-direction: column;
}

p#mail, p#tel{
  width:100%;
}

#social{
  width:48%;
}

#social .flex{
  flex-wrap:wrap;
}

.icon-tel{
  font-size:30px;
  margin-right:5%;
}
.icon-mail{
  font-size:25px;
  margin-right:5%;
}

#facebook{
  background:url("./pictures/facebook.svg") no-repeat center;
  height:4vw;
  width:33.3%;
  transition: 1s ease all;
}

a#facebook:hover, a#discord:hover, a#instagram:hover {
    transform: scale(0.85);
    transition: 1s ease all;
}

#instagram{
  background:url("./pictures/instagram.svg") no-repeat center;
  height:4vw;
  width:33.3%;
  transition: 1s ease all;
}

#discord{
  background:url("./pictures/discord.svg") no-repeat center;
  height:4vw;
  width:33.3%;
  transition: 1s ease all;
}

#social a{
  text-decoration: none;
}

#social p{
  display: flex;
  justify-content: center;
  margin:auto;
}

.social_text{
  width:33.3%;
}

footer{
  background:#a9aec6;
  padding:25px 0px;
  margin-top:25px;
}

footer p, footer a{
  color:white;
  text-decoration: none;
  text-align: center;
  font-weight:600;
  letter-spacing: 2px;
  font-size:12px;
}

/* ================== Portfolio ================== */

#portfolio_global{
  padding:4% 0%;
}

#portfolio_global .flex{
  flex-wrap:wrap;
  justify-content: center;
  padding: 4% 0%;
}

#portfolio_global .frame{
  margin:0.3%;
}

/* ================= Services ==================== */

#services{
  padding:4% 0%;
}

.service{
  width:48%;
}

#logo_pao{
  background:url("./pictures/print.svg") no-repeat center;
  height:7vw;
  width:50%;
  display:block;
  margin:auto;
}

#logo_web{
  background:url("./pictures/web.svg") no-repeat center;
  height:7vw;
  width:50%;
  display:block;
  margin:auto;
}

.service .flex{
  justify-content: center;
}

.service .title_blue{
  width:50%;
}

#services .icon-puce_blue {
    position: absolute;
    margin-left: -12%;
    margin-top: -8%;
}

#services #web .icon-puce_blue {
  margin-top: 7%;
  position: absolute;
  margin-left: -11%;
  transform: scale(-1) rotate(
  -244deg
  );
}

#services li{
  list-style:none;
  font-size:15px;
  color:#7d808e;
  font-weight:600;
  line-height:75px;
  display:flex;
  align-items: center;
  margin-left:35%;
}

#services li:before{
  content:"";
  background:url("./pictures/Lanterne_Blue.svg") no-repeat center;
  height:35px;
  display:inline-block;
  width:35px;
  margin-right:2.5%;
}

#valeurs{
  background:#a9aec6;
  padding:4% 0%;
}

.logo_valeurs{
  width:30%;
  text-align:center;
  line-height: 25px;
}

.logo_valeurs p{
  color:white;
  letter-spacing: 2px;
  font-size:14px;
}

.valeurs_flex{
  align-items:flex-start;
}

#logo_crea{
  background:url("./pictures/lightbulb.svg") no-repeat center;
  height:10vw;
  width:30%;
  display:block;
  margin:auto;
}

#logo_real{
  background:url("./pictures/tablet.svg") no-repeat center;
  height:10vw;
  width:30%;
  display:block;
  margin:auto;
}

#logo_comm{
  background:url("./pictures/bubble.svg") no-repeat center;
  height:10vw;
  width:30%;
  display:block;
  margin:auto;
}

.title_valeurs{
  text-align:center;
  color:white;
  text-transform: uppercase;
  font-size:25px;
  letter-spacing: 1px;
}

#projet{
  width:50%;
  border:6px solid #fbdfe9;
  margin:4% auto;
  text-align:center;
}

#projet h2{
  color:#a9aec6;
}

#projet h4{
  color:#7d808e;
  font-size:18px;
}

#projet a{
  background:#fbdfe9;
  border:solid 3px #fbdfe9;
  width:50%;
  text-align:center;
  padding:2.5% 5%;
  text-decoration: none;
  color:white;
  font-weight:600;
  transition: all ease 1s;
}

.button{
  padding:5%;
}

#projet a:hover{
  background:white;
  color:#fbdfe9;
  border:solid #fbdfe9 3px;
  transition: all ease 1s;
}

#projet .icon-puce_blue {
  position: absolute;
  margin-left: -5%;
  margin-top: -2%;
}

/* ============= Contact ============ */


#projet_contact{
  width:50%;
  border:6px solid #fbdfe9;
  margin:4% auto;
  text-align:center;
}

#projet_contact h2{
  color:#a9aec6;
  text-align:center;
  position: relative;
}

#projet_contact h4{
  color:#7d808e;
  font-size:18px;
}


#projet_contact p{
  font-size:15px;
  letter-spacing: 2px;
  font-weight:600;
  color:#7d808e;
  display: flex;
  align-items: center;
  line-height:70px;
  margin-left:15%;
}

#projet_contact #social p{
  margin-left:0;
}

#projet_contact .icon-puce_blue {
    position: absolute;
    margin-left: -5%;
    margin-top: -2%;
}

.mentions{
  text-align:center;
  padding:0% 10%;
}

.mentions h2{
  text-align:center;
  padding:1% 10%;
  line-height:20px;
  color:#a9aec6;
}

.mentions h1{
  color:#a9aec6;
}
/* ============= Modèle Portfolio =========== */

.margin{
  margin-top:15vh;
}

.margin .flex{
  align-items: flex-start;
}

.portfolio_img{
  width:50%;
}

.portfolio_img img{
  width:35vw;
  height:35vw;
  object-fit: cover;
}

.description_portfolio{
  width:50%;
}

.description_portfolio h1{
  text-transform: uppercase;
  letter-spacing: 2px;
}

#description_right{
  width:80%;
  margin-left:10%;
  margin-top:5%;
}

#description_right p{
  font-size:15px;
  margin:5% 0%;
}

#description_right li:before{
  content:"";
  background:url("./pictures/Lanterne_Blue.svg") no-repeat center;
  height:20px;
  display:inline-block;
  width:20px;
  margin-right:4%;
}

#description_right li{
  list-style:none;
  font-size:15px;
  line-height:30px;
  color:#535353;
  font-weight:600;
  display:flex;
  align-items: center;
}

#description_right ul{
  padding:0;
    margin:5% 0%;
}

#description_right h2{
  font-size:15px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
    margin:5% 0%;
}

#description_right a{
  background:#fbdfe9;
  border:solid 3px #fbdfe9;
  width:50%;
  text-align:center;
  padding:2.5% 5%;
  text-decoration: none;
  color:white;
  font-weight:600;
  transition: all ease 1s;
}

#description_right a:hover{
  background:white;
  color:#fbdfe9;
  border:3px #fbdfe9 solid;
  transition: 1s all ease;
}

#description_right .button{
  padding:5% 0%;
}

#description_right h3{
  font-size:17px;
}

.carosel-root {
    position: relative;
    padding: 0% 3%;
    margin: 3% 0%;
}


.carosel-item {
  display:flex !important;
  flex-direction: column;
}

.slick-slide{
  height:35vw !important;
}

.carosel-item img{
  max-width:100%;
  height:25vw;
  padding:5%;
  object-fit: contain;
}

.carosel h3{
  text-transform: uppercase;
  letter-spacing: 1px;
}

.carosel-nav {
  position: absolute;
  text-align: center;
  padding: 0 4px;
  border: 1px solid #000;
  border-radius: 70%;
  background: rgba(0, 0, 0, 0.3);
  top: 50%;
  color: #f4f4f4;
  cursor: pointer;
}

.carosel-nav-left {
  left: -15px;
}

.carosel-nav-right {
  right: -15px;
}

.mockup{
  width:100%;
  height:55vw;
}

.mockup_small{
  width:50%;
  height:25vw;
}

#projet_portfolio{
  width:50%;
  margin:7.5% auto;
  text-align:center;
}

#projet_portfolio h2{
  color:#a9aec6;
}


#projet_portfolio a{
  background:#fbdfe9;
  border:solid 3px #fbdfe9;
  width:50%;
  text-align:center;
  padding:5% 10%;
  text-decoration: none;
  color:white;
  font-weight:600;
  transition: all ease 1s;
}

#projet_portfolio a:hover{
  background:white;
  border:solid 3px #fbdfe9;
  color:#fbdfe9;
  transition: all ease 1s;
}

#projet_portfolio .icon-puce_blue {
  position: absolute;
  margin-left: -6%;
  margin-top: -3%;
}

#projet_portfolio .button2{
  width:50%;
  margin-top:5%;
}

.mockup img, .mockup_small img{
  object-fit: cover;
      width: 100%;
      height: 100%;
  }

  .carousel_flex{
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    display:none;
  }

  .website_flex{
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .carousel{
    width:48%;
    height:35vw;
    padding:1%
  }

  .website{
    height:30vw;
    padding:1%;
    width:48%;
  }

  .carousel img{
    height:25vw;
    object-fit: cover;
    max-width:100%;
  }

  .website img{
    object-fit: contain;
    max-width:95%;
    height:25vw;
  }

  .carousel h3{
    text-transform: uppercase;
    font-size:14px;
  }

  .website h3{
    font-size:20px;
    text-transform: uppercase;
  }

  .flex_mockup{
    display:flex;
    flex-direction: row;
  }

 .flex.projet_contact{
    flex-direction: row !important;
  }

  #left_arrow {
      background: url(./pictures/arrow_lr.svg) no-repeat center;
      height: 33px;
      width: 26px;
      transform: scale(-1.5);
  }

  #right_arrow {
      background: url(./pictures/arrow_lr.svg) no-repeat center;
      height: 33px;
      width: 26px;
      transform: scale(1.5);
  }

  .carosel-nav {
    position: absolute;
    top: 50%;
    cursor: pointer;
    background: none;
    border: none;
}

/* ============= Responsive ============= */

@media screen and (max-width:1400px) {

  #menu a{
    font-size:17px;
  }

  #menu{
    width:70%;
  }

  .banner h1{
    font-size:30px;
  }

  #oniri{
    font-size:50px;
  }

  #studio{
    font-size:40px;
  }

  #logo_comp {
    width: 50%;
}

  #competences_desc {
      width: 45%;
  }

  #competences_desc li {
      font-size: 15px;
      line-height: 50px;
  }

  #competences_desc li:before {
      height: 25px;
      width: 25px;
  }

  #competences ul, #competences h2{
    margin-left:5%;
  }

  #logo_ai a, #logo_ps a, #logo_id a, #logo_css a, #logo_html a, #logo_wp a{
    width:8vw;
    height:8vw;
  }

  #coord {
    width: 100%;
    flex-direction: row;
  }

  #infos, #projet_contact{
    width:75%;
  }

  #projet{
    width:60%;
  }

  #infos .flex, #projet_contact .flex{
    flex-direction: column;
  }

  #infos p, #projet_contact p{
    margin-left:0;
    justify-content: center;
    font-size:14px;
  }

  #social .flex{
    flex-direction: row;
  }

  .overlay_text{
    font-size:13px;
  }

  #projet .title_blue, #projet .icon-puce_blue{
    font-size:3vw;
  }

  h2.title_white, h2.title_blue, h2.title_pink {
    font-size: 3.5vw;
  }

  .icon-puce_blue{
    font-size:3.5vw;
  }

  #services #web .icon-puce_blue {
    margin-top: 10%;
    margin-left: -15%;
  }

  #services .icon-puce_blue {
    margin-left: -17%;
    margin-top: -12%;
  }

  .logo_valeurs{
    width:25%;
}

#logo_crea, #logo_comm, #logo_real{
  width:40%;
}

.title_valeurs{
  font-size:20px;
}

.title{
  width:40%;
}

#projet_portfolio {
    width: 80%;
}

#services li{
    margin-left: 15%;
  }


}


@media screen and (max-width:992px) {

  #menu {
    width:90%;
  }

  #menu a{
    font-size:13px;
  }

  .banner h1{
    font-size:20px;
  }

  #oniri{
    font-size:40px;
  }

  #studio{
    font-size:30px;
  }

  #competences a {
        pointer-events: none;
    }

  #desc_1, #desc_2, #desc_3, #desc_4, #desc_5, #desc_6{
    display:none;
  }

  .banner img{
    height:300px;
  }

  .stage{
    width:30%;
  }

  .stage h3{
    font-size:18px;
  }

  #logo{
    width:100%;
  }

  #menu a:hover:before, #menu a.active:before {
    height: 25px;
    margin-top:17px;
    width: 25px;
}

  h2.title_white, h2.title_blue, h2.title_pink {
    font-size: 3vw;
}

  #logo_comp, #competences_desc {
      width: 100%;
  }

  #competences .flex {
      flex-direction: column-reverse;
  }

  #competences h2 {
      margin-left: 0;
      text-align: center;
  }

  #desc_1, #desc_2, #desc_3, #desc_4, #desc_5, #desc_6{
    display:none;
  }

  #logo_ai a, #logo_ps a, #logo_id a, #logo_css a, #logo_html a, #logo_wp a {
    width: 10vw;
    height: 10vw;
  }

  h2.title_white, h2.title_blue, h2.title_pink {
      font-size: 3.5vw;
  }

  #experiences .icon-puce, #portfolio .icon-puce {
    margin-left: -4.5%;
  }

  .icon-puce_blue, .icon-puce_white {
  font-size: 4vw;
  }

  #competences .icon-puce_blue:before{
    margin-top: 3%;
    margin-left: -5%;
  }

  #infos p, #projet_contact p {
    font-size: 13px;
}

  #instagram, #discord, #facebook{
    height:7vw;
  }

  .overlay{
    display:none;
  }

  #portfolio_global .frame {
    width: 35vw;
    height: 35vw;
}

#services #web .icon-puce_blue {
    margin-top: 12%;
    margin-left: -18%;
}

#services .icon-puce_blue {
    margin-left: -19%;
    margin-top: -12%;
}

#logo_pao, #logo_web{
  height:10vw;
}

#services .flex{
  flex-direction: column;
  justify-content: center;
}

#services #web .icon-puce_blue {
    margin-top: 4%;
    margin-left: -9%;
}

#services .icon-puce_blue {
    margin-left: -9%;
    margin-top: -8%;
}

#services li{
  margin-left:0;
}

.column{
  flex-direction: row !important;
  justify-content: center;
  text-align: center;
}

.service{
  width:100%;
}


  .title{
    width:50%;
  }

  .margin .flex{
    flex-direction: column;
  }

  .portfolio_img{
    width:100%;
  }

  .portfolio_img img{
    width:60vw;
    height:60vw;
    display:block;
    margin:auto;
  }

  .description_portfolio{
    width:100%;
  }

  .website_flex{
    flex-direction: column;
  }

  .website{
    width:100%;
    display:block;
    margin:auto;
    height:60vw;
  }

  .website img{
    display:block;
    margin:auto;
    height:50vw;
  }
}

@media screen and (max-width:768px) {

  #menu a{
    font-size:12px;
  }

  #experiences .flex {
    flex-direction: column;
    align-items:center;
}

  .stage {
    width:70%;
  }

  h2.title_white, h2.title_blue, h2.title_pink {
    font-size: 3.5vw;
  }

  #experiences .icon-puce, #portfolio .icon-puce {
      margin-left: -4%;
  }

  #presentation{
    flex-direction: column;
  }

  #description{
    width:80%;
  }

  #logo{
    width:75%;
  }

  .icon-puce_blue, .icon-puce_white {
      font-size: 4.5vw;
  }

  h2.title_white, h2.title_blue, h2.title_pink {
    font-size: 4.5vw;
}

  #competences .icon-puce_blue:before{
      margin-top: 3%;
      margin-left: -6%;
  }

  #experiences .icon-puce, #portfolio .icon-puce {
      margin-left: -5%;
      margin-top:-3%;
  }

  #infos, #projet_contact, #projet {
    width: 85%;
  }

  #coord {
    flex-direction: column;
  }

  #social {
    width: 70%;
  }

  #infos p, #projet_contact p{
    line-height:45px;
  }

  #projet_contact h4, #projet h4{
    font-size:15px;
  }

  #projet .title_blue, #projet .icon-puce_blue {
    font-size: 4vw;
  }

  #projet_portfolio {
      width: 100%;
  }


  .logo_valeurs{
    width:30%;
}

.logo_valeurs p{
  display:none;
}

#services #web .icon-puce_blue {
    margin-top: 6%;
    margin-left: -11%;
}

#services .icon-puce_blue {
    margin-left: -10%;
    margin-top: -8%;
}



.title_valeurs{
  font-size:16px;
}

#logo_crea, #logo_comm, #logo_real {
    width: 50%;
}

#menu a:hover:before{
  height: 20px;
  width: 20px;
  margin-top: 20px;
  margin-left: -23px;
}

.carousel_flex{
  display:flex;
  margin: 3% 0%;
}

.carosel-root{
  display:none;

}

.website h3{
  font-size:15px;
}

}


@media screen and (max-width:576px){

  .title{
    width:80%;
  }

  #description{
    width:100%;
    font-size:14px;
    letter-spacing: 1px;
    text-align: center;
  }

  #logo{
    width:100%;
  }

  #logo_ai a, #logo_ps a, #logo_id a, #logo_css a, #logo_html a, #logo_wp a {
    width: 12vw;
    height: 12vw;
  }

  h2.title_white, h2.title_blue, h2.title_pink {
    font-size: 5vw;
    letter-spacing: 5px;
  }


  #portfolio .flex{
    flex-direction: column;
  }

  .frame{
    width:75vw;
    height:75vw;
    margin:1% 0%;
  }

  #infos p, #projet_contact p {
    font-size: 12px;
  }

  #instagram, #discord, #facebook {
    height: 10vw;
  }

  footer p, footer a{
    font-size:10px;
  }

  #social{
    width:90%;
  }

  #projet_contact h4, #projet h4{
    font-size:13px;
  }

  #projet_contact {
      width: 85%;
      margin: 20% auto;
  }

  #projet a{
    font-size:12px;
  }

  #projet, #infos{
    border:4px solid #a9aec6;
  }

  #projet_contact{
    border:none;
  }

  .stage h3 {
    font-size: 16px;
}

  #portfolio_global .frame{
    width:75vw;
    height:75vw;
  }

  #competences h2{
    text-align: center;
}

#logo_pao, #logo_web{
  height:11vw;
}

#valeurs .flex{
  flex-direction: column;
}

.logo_valeurs{
  width:100%;
}

.title_valeurs{
  font-size:17px;
}

#logo_crea, #logo_real, #logo_comm{
  height:16vw;
}

#services li:before {
    height: 25px;
    width: 25px;
}

#services li{
  font-size:12px;
  line-height:45px;
}

.burger{
  display:block;
  width: 7.5%;
  position: fixed;
  background:url("./pictures/menu.svg") no-repeat center;
  top:1%;
  left:1%;
  color:red;
}

#none{
  display:block;
}

nav, #box-shadow{
  background:none;
  height:0;
}

.banner{
  margin:0;
}

#menu {
  position: fixed;
  background: #a9aec6;
  z-index: 999;
  width: 150px;
  flex-direction: column;
  align-items: center;
  height: auto;
  margin: auto;
  left: 0;
  right: initial;
  top: 60px;
  display:none;
  padding:2%;
  -webkit-box-shadow: 0 0 5px 1px white;
  box-shadow: 0 0 5px 1px white;
}

#menu li{
  height:auto;
  line-height: 200%;
  width:100%;
}

 #menu a{
   color:white;
 }

#block{
  display:none;
}

.title{
      border: white 4px solid;
}

#menu a:hover:before, #menu a.active:before{
  display:none;

}

.projet_contact a{
  font-size:12px;
}

.carousel_flex{
  flex-direction: column;
}

.carousel{
  padding:0;
  width:100%;
  height:65vw;
}

.carousel img {
    height: 50vw;
    display: block;
    margin: auto;
}

.mockup{
  height:50vw;
}

.mockup_small{
  height:32vw;
}

.website h3{
  font-size:12px;
}
}

@media screen and (max-width:360px){

    h2.title_white, h2.title_blue, h2.title_pink {
      font-size: 5vw;
      letter-spacing: 3px;
  }

  #projet_contact h4, #projet h4{
    font-size:10px;
  }

  #infos, #projet_contact, #projet {
    width: 90%;
    margin: 25% auto;
}

a#view, a#view_services {
    font-size: 12px;
}

.stage h3 {
  font-size: 13px;
}

#infos p, #projet_contact p, #projet p{
  font-size:11px;
}

footer p{
  font-size:10px;
}

#logo_pao, #logo_web {
    height: 12vw;
}

.website h3{
  font-size:10px;
}



}


@media screen and (max-width:300px){
  #infos p, #projet_contact p{
    font-size:10px;
  }
}

@media screen and (max-height:720px){
  #menu a:hover:before, #menu a.active:before{
    display:none !important;
  }
}

div#description p {
    text-align: justify !important;
    font-size:0.8em !important;
}
