@charset "UTF-8";

* {
  box-sizing: border-box;
}

body {
  max-width: 1280px;
  margin-left: auto;



  margin-right: auto;
  padding: 0;
  font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 980px) {
  body {
    width: 90%;
    padding: 0;
  }
}

h1 {
  text-align: center;
}

@media screen and (max-width: 980px) {
  h1 {
    text-align: center;
  }
}

h2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 980px) {
  h2 {
    width: 95%;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}

header {
  width: 100%;
}

@media screen and (max-width: 980px) {
  header {
    width: 100%;
  }
}

header p {
  text-align: center;
}

#bandeau {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 980px) {
  #bandeau {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

#bandeau div:first-child {
  width: 33%;
}

@media screen and (max-width: 980px) {
  #bandeau div:first-child {
    display: none;
    width: 100%;
  }
}

#bandeau div:nth-child(2) {
  width: 33%;
}

@media screen and (max-width: 980px) {
  #bandeau div:nth-child(2) {
    width: 100%;
  }
}

#bandeau div:nth-child(3) {
  width: 33%;
}

@media screen and (max-width: 980px) {
  #bandeau div:nth-child(3) {
    display: none;
    width: 100%;
  }
}

header div img.ecran {
  width: 60%;
}

@media screen and (max-width: 980px) {
  header div img.ecran {
    display: none;
  }
}

#contacts {
  display: flex;
  flex-direction: row;
  width: 100% !important;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  justify-content: space-around;
  align-items: center !important;
}

@media screen and (max-width: 980px) {
  #contacts {
    flex-direction: column;
    width: 95%;
  }
}

p.contact {
  font-size: 16px;
  text-align: center;
  width: 70%;
}

@media screen and (max-width: 980px) {
  p.contact {
    text-align: center;
    width: 95%;
    margin-right: 0;
  }
}

p.linkedin {
  text-align: left;
  width: 15%;
}

@media screen and (max-width: 980px) {
  p.linkedin {
    text-align: center;
    width: 15%;
    margin-right: 0;
  }
}

p.github {
  text-align: right;
  width: 15%;
}

@media screen and (max-width: 980px) {
  p.github {
    text-align: center;
    width: 100%;
    margin-right: 0;
  }
}

p.github img,
p.linkedin img {
  max-height: 40px;
}

nav {
  display: none;
}

@media screen and (max-width: 980px) {
  nav {
    display: contents;
    width: 95%;
  }
}

@media screen and (max-width: 980px) {
  nav ul {
    display: contents;
    flex-direction: row;
    margin: 0;
    padding: 0;
    display: flex;
    width: 100%;
    justify-content: space-around;
  }
}

nav ul li {
  background-color: #ff8d00;
  color: black;
  text-decoration: none;
  width: 150px;
  text-align: center;
  padding: 0.8em;
  margin-left: 0;
  border-radius: 5px;
  box-shadow: 1px 1px #ee6002;
  transition: all 0.5s;
  background-color: #ff9e22;
}

nav ul li:hover {
  border-radius: 5px;
  box-shadow: 1px 1px #ee6002;
  background-color: #ee6002;
  box-shadow: 1px 1px #fa8100;
}

nav a {
  text-decoration: none;
}

ul {
  list-style: none;
}

li::before {
  content: "•";
  color: #ff8d00;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.specialite {
  font-size: 20px !important;
}

p {
  margin: 0;
  padding: 0 0 0.7em 0;
}

header ul li {
  list-style-type: none;
}

nav ul {
  display: flex;
  flex-direction: row;
}

@media screen and (max-width: 630px) {
  nav ul {
    flex-direction: column !important;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.5em;
    width: 100%;
  }
}

@media screen and (max-width: 630px) {
  nav ul li {
    margin-bottom: 0.5em;
  }
}

article {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

@media screen and (max-width: 980px) {
  article {
    width: 95%;
    flex-direction: column;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
  }
}

article>section {
  background-color: white;
  margin-top: 1em;
  border: 1px solid #ff8d00;
  border-radius: 15px;
  box-shadow: 1px 1px #ffaf49;
}

section {
  width: 32%;
  margin-left: 2%;
  padding: 0.8em;
  border: 1px;
}

@media screen and (max-width: 980px) {
  section {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}

section#one {
  margin-left: 0;
}

@media screen and (max-width: 980px) {
  section#one {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}

section>div {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
}

h3.web {
  margin-top: 0;
}

.competence {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;
  margin-top: 0.2em;
}

.competence p {
  text-align: left;
}

.competence>p {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.competence>p:first-child {
  width: 60%;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

article section#two p.debut {
  margin-top: 0 !important;
}

.calendrier {
  font-size: 0.8em;
}

article section p.date {
  margin-top: 0.75em !important;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-block-start: 0em;
  margin-block-end: 0em;
  font-style: italic;
}

article section#three p.date {
  margin-top: 0 !important;
}

p.employeur {
  font-weight: 600;
  margin-bottom: 0;
  padding-bottom: 0.2em;
}

p.fonction {
  margin-bottom: 0;
  padding-bottom: 0;
}

h3 {
  margin-top: 2em;
  margin-bottom: 0.5em;
  padding-top: 0;
  font-size: 18px;
  font-weight: bold;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 100, "GRAD" 10, "opsz" 100;
}

span.size-18 {
  font-size: 18px;
  font-variation-settings: "OPSZ" 18;
  color: #ffaf49;
}

ul,
li {
  margin-top: 0;
  padding-top: 0;
}

.formation {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: top;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 980px) {
  .formation {
    flex-direction: column;
    width: 95%;
  }
}

.formation p:first-child {
  padding-right: 1em;
}

footer {
  margin-top: 1em;
  width: 32%;
  background-color: #ffaf49;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
}

@media screen and (max-width: 980px) {
  footer {
    width: 95%;
  }
}

@media screen and (max-width: 980px) {
  p.linkedin {
    text-align: right;
    padding-right: 1em;
    width: 50%;
  }
}

@media screen and (max-width: 980px) {
  p.github {
    text-align: left;
    padding-left: 1em;
    width: 50%;
  }
}

p.linkedin img,
p.github img {
  margin-top: 1em;
  max-width: 40px;
  opacity: 0.7;
  transition: all, 0.5s ease-in-out;
}

#one {
  animation-duration: 0.35s;
  animation-delay: 0.35s;
  animation-name: appear;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.1, 0.7, 1, 0.1);
}

@keyframes appear {
  from {
    opacity: 0;
  }

  75% {
    opacity: 0.8;
  }

  to {
    opacity: 1;
  }
}

#two {
  animation-duration: 0.35s;
  animation-delay: 0.7s;
  animation-name: appear-2;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.1, 0.7, 1, 0.1);
}

@keyframes appear-2 {
  from {
    opacity: 0;
  }

  75% {
    opacity: 0.8;
  }

  to {
    opacity: 1;
  }
}

#three {
  animation-duration: 0.35s;
  animation-delay: 1.05s;
  animation-name: appear-3;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.1, 0.7, 1, 0.1);
}

@keyframes appear-3 {
  from {
    opacity: 0;
  }

  75% {
    opacity: 0.8;
  }

  to {
    opacity: 1;
  }
}

p strong {
  color: black;
}

/*# sourceMappingURL=main.css.map */