@charset "UTF-8";
/* Landscape phones and down */
/* Landscape phone to portrait tablet */
/* Portrait tablet to landscape and desktop */
/* Large desktop */
header {
  width: 100%;
}
@media (max-width: 767px) {
  header.nav-open {
    display: initial;
  }
}
@media (min-width: 768px) and (max-width: 1098px) {
  header.nav-open {
    display: initial;
  }
}
header .header-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
header .header-navbar .nav-overlay {
  position: relative;
  display: initial;
}
@media (max-width: 767px) {
  header .header-navbar .nav-overlay {
    display: none;
    position: fixed;
    top: 105px;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 30px;
  }
  header .header-navbar .nav-overlay .menu-list {
    gap: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1098px) {
  header .header-navbar .nav-overlay {
    display: none;
    position: fixed;
    top: 105px;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 30px;
  }
  header .header-navbar .nav-overlay .menu-list {
    gap: 50px;
  }
}
header .header-navbar .menu-list {
  display: flex;
  align-items: center;
  gap: 100px;
}
@media (max-width: 767px) {
  header .header-navbar .menu-list {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1098px) {
  header .header-navbar .menu-list {
    flex-direction: column;
  }
}
header .header-navbar .menu-list .menu-item {
  position: relative;
}
header .header-navbar .menu-list .menu-item.active a:before {
  transform: translateY(0px);
  opacity: 1;
}
header .header-navbar .menu-list .menu-item a {
  font-family: Roboto;
  font-weight: bold;
  font-size: 24px;
  position: relative;
}
header .header-navbar .menu-list .menu-item a::before {
  position: absolute;
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  opacity: 0;
  bottom: -5px;
  background: linear-gradient(273.94deg, #378562 0%, #184a45 139.74%);
  transform: translateY(-10px);
  transition: all 0.3s ease;
}
header .header-navbar .menu-list .menu-item a:hover:before {
  transform: translateY(0px);
  opacity: 1;
}
header .header-navbar .header-link {
  background: linear-gradient(273.94deg, #378562 0%, #184a45 139.74%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 16px 52px;
  color: #fff;
  font-family: Roboto;
  font-weight: bold;
  font-size: 24px;
}
@media (max-width: 767px) {
  header .header-navbar .header-link {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1098px) {
  header .header-navbar .header-link {
    display: none;
  }
}

.menu-burger {
  display: none;
  font-size: 50px;
}
@media (max-width: 767px) {
  .menu-burger {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1098px) {
  .menu-burger {
    display: block;
  }
}

.nav-link-xs {
  display: none;
}
@media (max-width: 767px) {
  .nav-link-xs {
    display: initial;
  }
  .nav-link-xs .header-link {
    display: initial !important;
  }
}
@media (min-width: 768px) and (max-width: 1098px) {
  .nav-link-xs {
    display: initial;
  }
  .nav-link-xs .header-link {
    display: initial !important;
  }
}

@media (max-width: 767px) {
  .logo {
    width: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1098px) {
  .logo {
    width: 80px;
  }
}

.nav-open {
  display: none;
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 100;
  top: 0;
}
.nav-open .header-navbar .nav-overlay {
  display: initial;
  background-color: #fff;
}

/* Landscape phones and down */
/* Landscape phone to portrait tablet */
/* Portrait tablet to landscape and desktop */
/* Large desktop */
/* Carlito */
@font-face {
  font-family: "Carlito";
  src: url("../../fonts/Carlito/carlito.bold.ttf");
  src: url("../../fonts/Carlito/carlito.bold.ttf") format("truetype");
  font-weight: 700;
  font-style: "normal";
}
@font-face {
  font-family: "Carlito";
  src: url("../../fonts/Carlito/carlito.regular.ttf");
  src: url("../../fonts/Carlito/carlito.regular.ttf") format("truetype");
  font-weight: 500;
  font-style: "normal";
}
@font-face {
  font-family: "Carlito";
  src: url("../../fonts/Carlito/carlito.italic.ttf");
  src: url("../../fonts/Carlito/carlito.italic.ttf") format("truetype");
  font-weight: 500;
  font-style: "italic";
}
@font-face {
  font-family: Optien;
  src: url("../../fonts/Optien/Optien.ttf");
  font-weight: 500;
  font-style: "normal";
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
}

html,
body {
  font-size: 16px;
  color: #000;
  width: 100%;
  font-family: "Roboto";
}

a {
  text-decoration: none;
  color: inherit;
}

.main {
  min-height: calc(100vh - 149px);
}

img {
  width: 100%;
  max-width: 100%;
  object-fit: contain;
  vertical-align: middle;
}

.presentation-andre {
  width: 80%;
}
@media (max-width: 480px) {
  .presentation-andre {
    width: 100%;
  }
}

header,
.container {
  max-width: 100%;
  width: 100%;
  padding: 0 4.8541666667vw;
}

.main {
  max-width: 100%;
  width: 100%;
  padding: 0 4.8541666667vw;
  margin-top: 80px;
}
.main .exp {
  font-family: Roboto;
  font-size: 20px;
}
.main .nom {
  font-family: "Pacifico";
  font-size: 80px;
  background: linear-gradient(273.94deg, #378562 0%, #184a45 139.74%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: "Pacifico";
  font-style: normal;
  font-weight: 400;
  font-size: 80px;
  line-height: 100px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .main .nom {
    font-size: 44px;
    line-height: 50px;
  }
}
.main p {
  font-size: 24px;
  font-style: italic;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .main p {
    font-size: 18px;
  }
}

.line {
  display: block;
  height: 2px;
  width: 100%;
  background: linear-gradient(273.94deg, #378562 0%, #184a45 139.74%);
}
@media (max-width: 767px) {
  .line {
    width: 70%;
  }
}

.large-exp .line {
  width: 250px;
  margin-top: 20px;
}

.large-nom .line {
  width: 600px;
  margin-top: 20px;
}
@media (max-width: 480px) {
  .large-nom .line {
    width: auto;
  }
}
@media (max-width: 767px) {
  .large-nom .line {
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 1098px) {
  .large-nom .line {
    width: auto;
  }
}

.reseaux {
  margin-top: 20px;
}

.list-reseaux {
  display: flex;
  gap: 60px;
}

.ui {
  display: flex;
  height: 100px;
  width: 320px;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  align-items: center;
  padding: 0px 50px;
  gap: 20px;
}
.ui img {
  width: 40px;
  height: 40px;
}
.ui p {
  font-weight: bold;
  margin-top: 10px;
}

.integration {
  display: flex;
  height: 100px;
  width: 320px;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  align-items: center;
  padding: 0px 40px;
  gap: 20px;
}
.integration img {
  width: 40px;
  height: 40px;
}
.integration p {
  font-weight: bold;
  margin-top: 0px;
}

.cg {
  display: flex;
  height: 100px;
  width: 320px;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  align-items: center;
  padding: 0px 40px;
  gap: 20px;
}
.cg img {
  width: 40px;
  height: 40px;
}
.cg p {
  font-weight: bold;
  margin-top: 0px;
}

.accueil {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .accueil {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) and (max-width: 1098px) {
  .accueil {
    grid-template-columns: 1fr;
  }
}

.skills-list {
  position: relative;
}
@media (max-width: 480px) {
  .skills-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .skills-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1098px) {
  .skills-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
    margin-bottom: 50px;
  }
}
.skills-list .skill-list-items {
  position: absolute;
}
@media (max-width: 480px) {
  .skills-list .skill-list-items {
    position: relative !important;
    top: initial !important;
    left: initial !important;
    bottom: initial !important;
    right: initial !important;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .skills-list .skill-list-items {
    position: relative !important;
    top: initial !important;
    left: initial !important;
    bottom: initial !important;
    right: initial !important;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1098px) {
  .skills-list .skill-list-items {
    position: relative !important;
    top: initial !important;
    left: initial !important;
    bottom: initial !important;
    right: initial !important;
    width: 100%;
  }
}
.skills-list .ui {
  top: 20%;
  left: 0%;
}
.skills-list .integration {
  left: 50%;
  bottom: 30%;
}
.skills-list .cg {
  bottom: 5%;
  left: -20%;
}

/** Portfolio **/
.main-projet {
  max-width: 100%;
  width: 100%;
  padding: 0 4.8541666667vw;
  margin-top: 50px;
}

.projets {
  position: relative;
  font-family: Pacifico;
  text-transform: uppercase;
  text-align: center;
  font-size: 46px;
  margin-top: 100px;
}
@media (max-width: 480px) {
  .projets {
    font-size: 34px;
  }
}
.projets::before {
  content: "mes projets";
  text-transform: uppercase;
  opacity: 0.15;
  font-size: 90px;
  z-index: -1;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(-50%);
}
@media (max-width: 480px) {
  .projets::before {
    font-size: 42px;
    transform: translateY(-10%);
  }
}

.mes-projets {
  display: flex;
  justify-content: space-between;
  gap: 100px;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (max-width: 480px) {
  .mes-projets {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .mes-projets {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 1098px) {
  .mes-projets {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
}
.mes-projets .projet {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}
.mes-projets .projet img {
  height: 350px;
  width: 100%;
  margin: 15px 0;
}
@media (max-width: 480px) {
  .mes-projets .projet img {
    height: 300px;
  }
}
.mes-projets .projet .nombre {
  font-size: 58px;
  margin-bottom: 20px;
  color: #fff;
  -webkit-text-stroke: 2px #378562;
  text-stroke: 2px #378562;
}
@media (max-width: 480px) {
  .mes-projets .projet .nombre {
    font-size: 42px;
  }
}
.mes-projets .projet .nom-projet {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  .mes-projets .projet .nom-projet {
    font-size: 24px;
  }
}
.mes-projets .projet .entreprise {
  font-size: 24px;
}
@media (max-width: 480px) {
  .mes-projets .projet .entreprise {
    font-size: 18px;
  }
}
.mes-projets .projet a {
  font-size: 24px;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 480px) {
  .mes-projets .projet a {
    font-size: 18px;
  }
}
.mes-projets .projet a:hover .icon-link::before {
  transform: translateX(20px);
}
.mes-projets .projet a .icon-link {
  align-items: center;
  rotate: -45deg;
  color: #184a45;
}
.mes-projets .projet a .icon-link::before {
  transition: all 0.4s ease-in;
}

/** A propos **/
.title-softexp {
  position: relative;
  font-family: Pacifico;
  font-size: 46px;
  width: 30%;
}
@media (max-width: 480px) {
  .title-softexp {
    width: 80%;
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .title-softexp {
    width: 80%;
    font-size: 34px;
  }
}
@media (min-width: 768px) and (max-width: 1098px) {
  .title-softexp {
    width: 40%;
    font-size: 42px;
  }
}
.title-softexp::before {
  content: "Software & Expérience";
  text-transform: uppercase;
  opacity: 0.15;
  font-size: 62px;
  z-index: -1;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translate(-20%, -15%);
  width: 150%;
}
@media (max-width: 480px) {
  .title-softexp::before {
    font-size: 50px;
    transform: translate(-20%, -20%);
  }
}
@media (max-width: 767px) {
  .title-softexp::before {
    font-size: 50px;
    transform: translate(-20%, -20%);
  }
}
@media (min-width: 768px) and (max-width: 1098px) {
  .title-softexp::before {
    font-size: 60px;
  }
}

.soft-skills {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 480px) {
  .soft-skills {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 767px) {
  .soft-skills {
    grid-template-columns: repeat(1, 1fr);
  }
}
.soft-skills .soft h2 {
  margin-top: 50px;
}
.soft-skills .soft p {
  position: relative;
  font-size: 24px;
  font-style: italic;
  margin-top: 100px;
  width: 80%;
}
@media (max-width: 480px) {
  .soft-skills .soft p {
    width: 100%;
    margin-top: 80px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .soft-skills .soft p {
    width: 100%;
    margin-top: 80px;
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1098px) {
  .soft-skills .soft p {
    font-size: 18px;
    margin-top: 60px;
  }
}
.soft-skills .soft p::before {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: -20%;
  background: linear-gradient(273.94deg, #378562 0%, #184a45 139.74%);
}
@media (max-width: 480px) {
  .soft-skills .soft p::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .soft-skills .soft p::before {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1098px) {
  .soft-skills .soft p::before {
    display: none;
  }
}
.soft-skills .soft .logo-soft {
  width: 70%;
  margin-top: 50px;
}
@media (max-width: 480px) {
  .soft-skills .soft .logo-soft {
    width: 100%;
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .soft-skills .soft .logo-soft {
    width: 100%;
    margin-top: 25px;
  }
}
@media (min-width: 768px) and (max-width: 1098px) {
  .soft-skills .soft .logo-soft {
    width: 80%;
  }
}
.soft-skills .soft .logo-soft img {
  width: 60px;
  gap: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .soft-skills .soft .logo-soft img {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .soft-skills .soft .logo-soft img {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1098px) {
  .soft-skills .soft .logo-soft img {
    width: 50px;
    margin-left: 0;
  }
}
.soft-skills .soft .logo-soft .indesign {
  width: 65px;
  height: 64px;
}
@media (min-width: 768px) and (max-width: 1098px) {
  .soft-skills .soft .logo-soft .indesign {
    width: 54px;
    height: 54px;
  }
}

@media (max-width: 480px) {
  .exp {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .exp {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.exp .ui-ux {
  display: flex;
  gap: 0px;
  margin-top: 25px;
}
.exp .ui-ux p {
  width: 20%;
  margin: 0;
  font-size: 20px;
  font-style: italic;
}
@media (max-width: 480px) {
  .exp .ui-ux p {
    width: 40%;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .exp .ui-ux p {
    width: 30%;
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1098px) {
  .exp .ui-ux p {
    font-size: 18px;
    width: 30%;
  }
}
.exp .ui-ux .metier {
  position: relative;
  left: 20%;
  width: 80%;
  justify-content: center;
  align-items: center;
}
@media (max-width: 480px) {
  .exp .ui-ux .metier {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .exp .ui-ux .metier {
    width: 40%;
  }
}
.exp .ui-ux .metier h3 {
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .exp .ui-ux .metier h3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .exp .ui-ux .metier h3 {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1098px) {
  .exp .ui-ux .metier h3 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .exp .ui-ux .metier p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .exp .ui-ux .metier p {
    font-size: 16px;
  }
}
.exp .line2 {
  display: block;
  height: 2px;
  width: 100%;
  background: linear-gradient(273.94deg, #378562 0%, #184a45 139.74%);
  margin-top: 25px;
}

/** description projet **/
.projet1 {
  position: relative;
  font-family: Pacifico;
  text-transform: uppercase;
  text-align: center;
  font-size: 46px;
}
@media (max-width: 480px) {
  .projet1 {
    font-size: 28px;
  }
}
.projet1::before {
  content: "dawan.training";
  text-transform: uppercase;
  opacity: 0.15;
  font-size: 100px;
  z-index: -1;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(-50%);
}
@media (max-width: 480px) {
  .projet1::before {
    font-size: 44px;
    transform: translate(-15%, -10px);
  }
}

.projet2 {
  position: relative;
  font-family: Pacifico;
  text-transform: uppercase;
  text-align: center;
  font-size: 46px;
}
@media (max-width: 480px) {
  .projet2 {
    font-size: 34px;
  }
}
.projet2::before {
  content: "xd-online.fr";
  text-transform: uppercase;
  opacity: 0.15;
  font-size: 100px;
  z-index: -1;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(-50%);
}
@media (max-width: 480px) {
  .projet2::before {
    font-size: 40px;
    transform: translateY(-10%);
  }
}

.projet3 {
  position: relative;
  font-family: Pacifico;
  text-transform: uppercase;
  text-align: center;
  font-size: 46px;
}
@media (max-width: 480px) {
  .projet3 {
    font-size: 34px;
  }
}
.projet3::before {
  content: "ingenierie-co.com";
  text-transform: uppercase;
  opacity: 0.15;
  font-size: 100px;
  z-index: -1;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(-50%);
}
@media (max-width: 480px) {
  .projet3::before {
    font-size: 48px;
    transform: translateY(-15%);
  }
}

.presentation-projet {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 50px;
  margin-top: 100px;
}
@media (max-width: 480px) {
  .presentation-projet {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 50px;
  }
}
.presentation-projet .presentation {
  margin-top: 15px;
  width: 80%;
  /** xd-online **/
  /** ingenierie&co **/
}
@media (max-width: 480px) {
  .presentation-projet .presentation {
    width: 100%;
  }
}
.presentation-projet .presentation p {
  font-size: 20px;
}
@media (max-width: 480px) {
  .presentation-projet .presentation p {
    width: 100%;
  }
}
.presentation-projet .presentation .techno {
  display: flex;
  gap: 20px;
}
.presentation-projet .presentation .techno img {
  margin-top: 25px;
  width: 40px;
}
.presentation-projet .presentation .charte {
  margin-top: 50px;
  /** dawan.training **/
}
.presentation-projet .presentation .charte .logo {
  margin-top: 25px;
  display: flex;
  gap: 100px;
}
@media (max-width: 480px) {
  .presentation-projet .presentation .charte .logo {
    flex-direction: column;
    gap: 50px;
  }
}
.presentation-projet .presentation .charte .logo p {
  font-style: normal;
  font-weight: bold;
}
.presentation-projet .presentation .charte .logo img {
  width: 80px;
}
.presentation-projet .presentation .charte .couleurs {
  margin-top: 50px;
  display: flex;
  gap: 60px;
}
@media (max-width: 480px) {
  .presentation-projet .presentation .charte .couleurs {
    flex-direction: column;
    justify-content: start;
  }
}
.presentation-projet .presentation .charte .couleurs .titre-couleurs {
  display: flex;
  font-style: normal;
  font-weight: bold;
  margin: 0;
  align-items: center;
}
.presentation-projet .presentation .charte .couleurs .couleurs-use {
  display: flex;
  gap: 20px;
}
.presentation-projet .presentation .charte .carre-rouge {
  height: 80px;
  width: 80px;
  background-color: #e21b28;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 10px;
}
.presentation-projet .presentation .charte .carre-noir {
  height: 80px;
  width: 80px;
  background-color: #222222;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 10px;
}
.presentation-projet .presentation .charte .carre-blanc {
  height: 80px;
  width: 80px;
  border: 2px solid #000000;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 10px;
}
.presentation-projet .presentation .charte .hexa {
  font-style: normal;
  font-size: 16px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.presentation-projet .presentation .charte .hexa-blanc {
  font-style: normal;
  font-size: 16px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  color: #ffffff !important;
}
.presentation-projet .presentation .carre-violet {
  height: 80px;
  width: 80px;
  background-color: #470137;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 10px;
}
.presentation-projet .presentation .carre-rose {
  height: 80px;
  width: 80px;
  background-color: #ff61f6;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 10px;
}
.presentation-projet .presentation .carre-doree {
  height: 80px;
  width: 80px;
  background-color: #ddb160;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 10px;
}
.presentation-projet .presentation .carre-bleuclair {
  height: 80px;
  width: 80px;
  background-color: #80bbd9;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 10px;
}
.presentation-projet .presentation .carre-bleu {
  height: 80px;
  width: 80px;
  background-color: #1a535c;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 10px;
}
.presentation-projet .presentation .carre-marron {
  height: 80px;
  width: 80px;
  background-color: #d99d81;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 10px;
}
.presentation-projet .presentation .typo {
  display: flex;
  gap: 20px;
  margin-top: 50px;
}
@media (max-width: 480px) {
  .presentation-projet .presentation .typo {
    flex-direction: column;
  }
}
.presentation-projet .presentation .typo .typographie {
  font-style: normal;
  font-weight: bold;
}
.presentation-projet .presentation .typo .contenu {
  font-style: normal;
}

@media (max-width: 480px) {
  .mockup {
    margin-top: 100px;
  }
}

.main-dawantraining {
  overflow-x: hidden;
}

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