:root {
  --main-color: #FFD200;
  --main-text-color: #5A1F06;
  --main-background-color: #F4F6FA;
  --second-main-color: #015F20;
  --third-main-color: #D70200;
  --light-green: #05A833;
  --light-blue: #0E74E1;
  --dark-blue: #121661;
  --header-text-color: #040607;
  --orange: #E77A00;
  --red: #AE3434;
  --purple: #880997;
  --green: #28923D;
  --border-orange: #DD5C05;
  --border-red: #FB0200;
  --border-purple: #D00DE6;
  --border-green: #007517;
  --border-blue: #044A95;
  --border-yellow: #DCB404;
  --input-background: #D9D9D9;
  --input-text: #6A737F;
  --border-grey: #BAC1CA;
  --name-color: #616264;
}

.sro {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  width: 1px;
  padding: 0;
  border: 0;
  margin: -1px;
}

button {
  background: none;
}

main {
  font-family: Vollkorn, serif;
  background-color: white;
  overflow-x: hidden;
}

@media (min-width: 1440px) {
  .all {
    max-width: 1470px;
  }
}
.scrollBar {
  height: 4px;
  background: var(--border-grey);
  width: 100%;
  pointer-events: none;
  z-index: 10;
  transform: translateX(0);
  transition: transform 0.1s;
}

/** {
  outline: 1px solid red;
}*/
@font-face {
  font-family: "Vollkorn";
  font-weight: 400;
  src: url(../../fonts/Vollkorn/static/Vollkorn-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Vollkorn";
  font-weight: 900;
  src: url(../../fonts/Vollkorn/static/Vollkorn-Black.ttf) format("truetype");
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.offers {
  font-family: Roboto, sans-serif;
  text-align: center;
  line-height: 1.2em;
}
.offers__skills {
  display: none;
}
.offers .active {
  display: block;
}
.offers__hard-text {
  padding: 0.4375em 1.8125em;
  background-color: var(--main-color);
}
.offers__soft-1 {
  display: flex;
  position: relative;
  background-color: var(--third-main-color);
}
.offers__soft-1 p {
  width: max-content;
  padding: 0.4375em 6.3125em 1.8125em;
  margin: auto;
  color: white;
}
.offers__soft-1 p i {
  top: 1.4em;
}
.offers__soft-2 {
  display: none;
}

@media (min-width: 760px) {
  .offers {
    color: var(--header-text-color);
  }
  .offers__hard {
    width: 100%;
    display: block;
  }
  .offers__hard-text {
    background-color: var(--light-green);
    padding: 0.6875em;
  }
  .offers__soft-1 {
    display: none;
  }
  .offers__soft-2 {
    display: block;
    background-color: var(--main-color);
    padding: 0.75em;
  }
  .offers__soft-text {
    margin: auto;
  }
}
.fleche__droite, .fleche__gauche {
  border: none;
  /*border: solid white;*/
  /*border-width: 0 4px 4px 0;*/
  display: inline-block;
  padding: 5px;
  position: absolute;
  top: 6em;
  background: none;
  color: var(--main-text-color);
  font-size: 1.5em;
}
.fleche__droite {
  /*transform: rotate(-45deg);*/
  right: 0.75em;
}
.fleche__gauche {
  /*transform: rotate(135deg);*/
  left: 0.4375em;
}

.qualities__next {
  right: -0.25em;
}

.offers__next, .offers__prev {
  top: 0.5em;
  color: white;
}

@media (min-width: 760px) {
  .fleche__droite, .fleche__gauche {
    display: none;
  }
}
.nav .all {
  margin: auto;
}
.nav__comp {
  display: none;
}
.nav__other, .nav__text {
  display: flex;
}
.nav__other {
  margin: 1.3125em auto;
  width: 87.7333333333%;
  justify-content: space-between;
}
.nav__other span {
  visibility: hidden;
}
.nav__other-burger, .nav__other-search, .nav__other-cart {
  background-repeat: no-repeat;
}
.nav__other-burger {
  background-image: url(../../images/phone/svg/icons/menu.svg);
}
.nav__other-search {
  background-image: url(../../images/phone/svg/icons/search.svg);
}
.nav__other-cart {
  background-image: url(../../images/phone/svg/icons/cart.svg);
  margin-left: -20%;
  margin-right: -5%;
}
.nav__text {
  justify-content: space-between;
  width: 83.9333333333%;
  margin: auto auto 1.875em 1.625em;
}
.nav__text a {
  text-decoration: none;
  color: var(--main-text-color);
  font-size: 0.75em;
  font-weight: 800;
  width: 75%;
  display: inline-block;
  text-align: center;
  font-family: Roboto, sans-serif;
  line-height: 1.25em;
}
.nav__text-career {
  background-image: url(../../images/phone/svg/logo-s.svg);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 2.5em;
}

@media (min-width: 760px) {
  .nav__comp {
    display: block;
  }
  .nav__comp-item:first-of-type {
    display: none;
  }
  .nav__comp-container {
    display: flex;
    width: 90%;
    margin: auto;
    justify-content: center;
    gap: 5%;
  }
  .nav__comp-container img {
    margin-right: 0.625em;
    display: inline-block;
  }
  .nav__comp-list {
    display: flex;
  }
  .nav__comp-icones {
    display: none;
  }
  .nav__comp-other {
    display: flex;
    margin: 2.5em auto 1.875em;
    align-items: center;
    gap: 1%;
  }
  .nav__comp-other span {
    visibility: hidden;
  }
  .nav__comp-other-form, .nav__comp-other-following {
    background-color: var(--main-background-color);
    border-radius: 2.5em;
    padding: 0.8125em 2.875em;
  }
  .nav__comp-other-form a, .nav__comp-other-following a {
    text-decoration: none;
    color: var(--main-text-color);
    font-weight: 700;
    font-family: Roboto, sans-serif;
    font-size: 0.75em;
  }
  .nav__comp-other-form {
    background-image: url(../../images/computer/SVG/logo.svg);
    background-repeat: no-repeat;
    padding-left: 5.125em;
    background-position: 0.625em 0.375em;
  }
  .nav__comp-other-search, .nav__comp-other-lang, .nav__comp-other-account, .nav__comp-other-cart {
    background-repeat: no-repeat;
    padding: 0.5em 0;
  }
  .nav__comp-other-search a, .nav__comp-other-lang a, .nav__comp-other-account a, .nav__comp-other-cart a {
    display: block;
    width: 1.75em;
    margin-left: 1.0714285714em;
  }
  .nav__comp-other-search {
    background-image: url(../../images/computer/SVG/icons/search.svg);
    margin-left: 0.625em;
  }
  .nav__comp-other-cart {
    background-image: url(../../images/computer/SVG/icons/cart.svg);
  }
  .nav__comp-other-lang {
    background-image: url(../../images/computer/SVG/icons/pays.svg);
    padding-top: 0.375em;
  }
  .nav__comp-other-account {
    background-image: url(../../images/computer/SVG/icons/compte.svg);
  }
  .nav__primary {
    display: none;
  }
}
@media (min-width: 1220px) {
  .nav__comp-container {
    width: 100%;
  }
  .nav__comp-item:first-of-type {
    display: block;
    margin: 5em auto 0;
  }
  .nav__comp-icones {
    display: flex;
    align-items: baseline;
  }
  .nav__comp-icones a {
    text-decoration: none;
    color: var(--main-text-color);
    font-size: 0.875em;
    font-weight: 800;
    margin-right: 2.8571428571em;
    background-repeat: no-repeat;
    padding-top: 3.5714285714em;
    background-position: center 0;
  }
  .nav__comp-school a {
    background-image: url("../../images/computer/SVG/icons/parcours.svg");
  }
  .nav__comp-skills a {
    background-image: url("../../images/computer/SVG/icons/competences.svg");
  }
  .nav__comp-values a {
    background-image: url("../../images/computer/SVG/icons/valeurs.svg");
  }
  .nav__comp-projects a {
    background-image: url("../../images/computer/SVG/icons/projets.svg");
    margin-right: 6.7857142857em;
  }
  .nav__comp-qualities a {
    background-image: url("../../images/computer/SVG/icons/qualites.svg");
  }
}
.personal {
  background-color: var(--second-main-color);
  color: white;
}
.personal .all {
  width: 85.0666666667%;
  margin: auto;
}
.personal__name-container {
  display: flex;
  flex-direction: column;
  font-size: 2em;
  gap: 0.25em;
}
.personal__name-links {
  display: flex;
  flex-direction: column;
}
.personal__name-link {
  text-decoration: none;
  color: white;
  font-weight: 800;
  border-radius: 2.5em;
  box-sizing: border-box;
}
.personal__name-link:first-of-type {
  padding: 1.3125em 3.375em 1.3125em 7.5em;
  padding-left: clamp(7.5em, 33vw, 18.75em);
  background-color: white;
  color: var(--main-text-color);
  background-image: url(../../images/computer/SVG/logo.svg);
  background-repeat: no-repeat;
  background-position: 3.75em 0.75em;
  margin: 3.125em 0 0.9375em;
}
.personal__name-link:last-of-type {
  border: 1px solid white;
  padding: 1.3125em;
  padding-inline: clamp(3.125em, 23vw, 18.75em);
}
.personal__text {
  font-size: 0.875em;
  padding: 1.7857142857em 0 1em;
}
.personal__profile {
  margin: 2.0625em -21% 0 0;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
}
.personal__profile img {
  width: 80%;
}
.personal__profile-photo2 {
  display: none;
}
.personal__first {
  margin-bottom: 10.625em;
}
.personal__article-school, .personal__article-hobby, .personal__article-me {
  position: relative;
  text-align: center;
}
.personal__article-school img:nth-child(2), .personal__article-hobby img:nth-child(2), .personal__article-me img:nth-child(2) {
  width: 100%;
}
.personal__article-school, .personal__article-hobby {
  border-radius: 0 0.9375em 0.9375em 0;
  margin: auto 0.625em auto -9%;
  padding: 1.5625em 1.25em 2.5em 0.8125em;
}
.personal__article-school {
  background-color: var(--main-color);
  color: var(--main-text-color);
}
.personal__article-me {
  background-color: var(--light-green);
  border-radius: 0.9375em 0 0 0.9375em;
  margin: 10.125em -9% 10.625em 0.625em;
  padding: 1.5625em 0.8125em 2.5em 1.25em;
}
.personal__article-hobby {
  background-color: var(--third-main-color);
}
.personal__icone-school, .personal__icone-me, .personal__icone-hobby {
  position: absolute;
}
.personal__icone-school {
  top: -7.5em;
  left: -0.5625em;
}
.personal__icone-me {
  top: -3.5em;
  left: 1.6875em;
}
.personal__icone-hobby {
  top: -4.75em;
  left: -0.25em;
}
.personal__title {
  margin: 1.2857142857em auto 0.8571428571em;
  font-size: 0.875em;
  font-family: Roboto, sans-serif;
}
.personal__text-school, .personal__text-me, .personal__text-hobby {
  font-size: 1.5em;
  line-height: 1.25em;
  font-weight: 700;
  margin-bottom: 0.2083333333em;
}
.personal__text-hobby {
  margin-bottom: 1.25em;
}
.personal__link-school, .personal__link-me, .personal__link-hobby {
  font-size: 0.875em;
  font-weight: 800;
  color: white;
}
.personal__link-school {
  color: var(--main-text-color);
  text-decoration: underline;
}
.personal__link-hobby {
  text-decoration-color: var(--main-color);
}
.personal__words-1, .personal__words-2 {
  font-size: 3em;
  width: 450%;
  margin-left: auto;
  will-change: transform;
  transition: transform 0.1s linear;
  white-space: nowrap;
}
.personal__words-1 span, .personal__words-2 span {
  color: var(--main-color);
  font-weight: 800;
}
.personal__words-1 {
  margin: 1.9375em auto 1em -540%;
  height: max-content;
}
.personal__words-2 {
  padding-bottom: 1.625em;
}

@media (min-width: 760px) {
  .personal__second {
    width: 109%;
  }
  .personal article {
    width: 40.5%;
    padding: 1.5em 1.5em 1.875em;
  }
  .personal__name-link:last-child {
    padding-inline: 15.75em;
  }
  .personal__article-school {
    margin: auto 0.625em auto -8%;
  }
  .personal__article-hobby {
    margin: -20% 0.625em auto -8%;
  }
  .personal__article-me {
    margin: -25% 0 0 auto;
  }
  .personal__words-1 {
    margin: 1.9375em auto 1em -100%;
  }
}
@media (min-width: 1024px) {
  .personal__name {
    width: 37.9319727891%;
  }
  .personal__name-links {
    width: max-content;
  }
  .personal__name-link:first-child {
    padding-left: 5.125em;
    background-position: 1.375em 0.625em;
    max-width: 78%;
  }
  .personal__name-link:nth-child(2) {
    padding: 1.25em 6.375em;
  }
  .personal__name-container {
    font-size: 3.5em;
    flex-direction: column;
  }
  .personal__first {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12.5em;
  }
  .personal__profile {
    margin: -0.5%;
    width: 100%;
    align-items: flex-start;
  }
  .personal__profile img {
    width: 70%;
  }
  .personal__profile-photo1 {
    display: none;
  }
  .personal__profile-photo2 {
    display: block;
  }
  .personal__second {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .personal__second article {
    border-radius: 0.9375em;
    margin: 0;
    max-width: 29%;
  }
}
.school {
  background-color: var(--second-main-color);
  position: relative;
  text-align: center;
  color: var(--main-text-color);
  background-image: url(../../images/computer/SVG/Fond-tel.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.school .all {
  z-index: 1;
  position: relative;
  width: 90%;
  margin: auto;
}
.school svg {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  fill: var(--main-color);
  width: 100%;
  height: auto;
}
.school figure {
  display: none;
}
.school figure.active {
  display: block;
}
.school__title {
  padding-top: 4.1428571429em;
  font-size: 0.875em;
  font-family: Roboto, sans-serif;
}
.school__content {
  padding: 1em 0;
  font-size: 1.875em;
}
.school__figures {
  position: relative;
}
.school__figures i {
  border-color: var(--main-text-color);
  top: 10em;
}
.school__link {
  background-color: white;
  border-radius: 2.5em;
  padding: 1.25em 2.0625em;
  margin: 0 auto 5em;
  display: inline-block;
  text-decoration: none;
  font-weight: 900;
  color: var(--main-text-color);
}

@media (min-width: 760px) {
  .fleche__droite, .fleche__gauche {
    display: block;
  }
}
@media (min-width: 1024px) {
  .fleche__droite, .fleche__gauche {
    display: none;
  }
  .school {
    background-image: none;
  }
  .school svg {
    display: block;
    width: 100%;
    height: auto;
  }
  .school figure {
    display: block;
    width: max-content;
  }
  .school figure img {
    width: 100%;
    height: auto;
  }
  .school__figure-yellow img:hover {
    border: solid 0.375em var(--border-yellow);
    background-color: var(--main-color);
  }
  .school__figure-red img:hover {
    border: solid 0.375em var(--border-red);
    background-color: var(--red);
  }
  .school__figure-blue img:hover {
    border: solid 0.375em var(--border-blue);
    background-color: var(--light-blue);
  }
  .school__figure-green img:hover {
    border: solid 0.375em var(--border-green);
    background-color: var(--green);
  }
  .school__figure-purple img:hover {
    border: solid 0.375em var(--border-purple);
    background-color: var(--purple);
  }
  .school__figure-orange img:hover {
    border: solid 0.375em var(--border-orange);
    background-color: var(--orange);
  }
  .school__figures {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding-bottom: 1.5em;
  }
  .school__figures img:hover {
    border-radius: 2.25em;
    box-shadow: black 1px 5px 10px;
  }
  .school__content {
    max-width: 56.5%;
    margin: auto;
    font-size: 2.75em;
  }
  .school__link {
    margin-bottom: 5%;
  }
}
@media (min-width: 1220px) {
  .school__link {
    margin-bottom: 10%;
  }
}
.qualities {
  background-image: url(../../images/phone/svg/fond-qualites.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.qualities .all {
  width: 85%;
  margin: auto;
}
.qualities .fleche__gauche {
  left: 0;
}
.qualities__articles {
  padding: 2.5em 0 3.125em;
  position: relative;
  text-align: center;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.qualities__articles::-webkit-scrollbar {
  display: none;
}
.qualities__articles i {
  border-color: var(--main-text-color);
  top: 12em;
}
.qualities__articles .active {
  display: block;
}
.qualities__articles article {
  display: none;
  font-size: 0.875em;
  padding-bottom: 6.7857142857em;
}
.qualities__articles article img {
  margin-bottom: 2.1428571429em;
}
.qualities__articles article h3 {
  font-weight: 900;
  font-family: Roboto, sans-serif;
  margin-bottom: 1em;
  color: var(--main-text-color);
}
.qualities__articles article p {
  margin-bottom: 1.875em;
}
.qualities__articles article a {
  text-decoration: none;
  color: var(--main-text-color);
  font-weight: 900;
  width: 53%;
  display: inline-block;
  margin-bottom: 2.5em;
  text-align: left;
  padding: 0.25em 5.125em;
  border-bottom: 3px solid var(--main-color);
  background-image: url(../../images/all/SVG/Arrow_right.svg);
  background-repeat: no-repeat;
  background-position: right;
  font-family: Roboto, sans-serif;
  line-height: 1.25em;
}
.qualities__head-title {
  font-size: 1.875em;
  padding: 2.1em 0 0.3333333333em;
  color: var(--main-text-color);
}
.qualities__head-content {
  line-height: 1.625em;
  margin-bottom: 2.5625em;
  font-family: Roboto, sans-serif;
}
.qualities__head-link {
  background-color: white;
  border: 2px solid var(--main-text-color);
  padding: 1.3125em 1.125em 1.3125em 6.9375em;
  border-radius: 2.5em;
  text-decoration: none;
  color: var(--main-text-color);
  font-weight: 900;
}
.qualities__aside img {
  width: 100%;
  margin-left: -20%;
}
.qualities__fleche {
  display: flex;
  width: 250px;
  margin: 2.8571428571em auto auto 4.2857142857em;
  text-align: center;
  font-size: 0.875em;
  font-weight: 900;
  align-items: center;
}
.qualities__fleche-text {
  font-family: Roboto, sans-serif;
}
.qualities__slider {
  height: 4px;
  background: var(--main-text-color);
  width: 100px;
  pointer-events: none;
  z-index: 10;
  transform: translateX(0);
  transition: transform 0.1s;
}

@media (min-width: 760px) {
  .qualities__articles {
    display: flex;
    overflow-x: scroll;
    justify-content: space-between;
    gap: 5.625em;
    align-items: baseline;
  }
  .qualities__articles article {
    display: block;
  }
  .qualities__articles article a {
    padding: 0.25em 4.75em 0.25em 3em;
  }
  .qualities__articles i {
    display: none;
  }
  .qualities__aside img {
    margin-left: 0;
    width: 90%;
  }
  .qualities__fleche {
    width: 40%;
    margin: auto -3% auto auto;
    align-items: flex-start;
  }
  .qualities__fleche-text {
    width: 150%;
    text-align: left;
    margin-top: 1.5625em;
  }
  .qualities__slider {
    display: none;
  }
  .qualities .scrollBar {
    display: none;
  }
}
@media (min-width: 1024px) {
  .qualities__articles {
    align-items: flex-start;
  }
  .qualities__article-motivation {
    margin-top: 3.125em;
  }
  .qualities__article-discretion {
    margin-top: 7.1875em;
  }
  .qualities__article-responsability {
    margin-top: 9.6875em;
  }
  .qualities__container {
    margin-bottom: 1.25em;
    display: flex;
  }
  .qualities__aside {
    display: flex;
    margin-top: 4.4375em;
    width: 55%;
    margin-left: 4.375em;
  }
  .qualities__aside img {
    margin-left: 2em;
  }
  .qualities__head-content {
    margin-bottom: 1.25em;
    max-width: 31em;
  }
  .qualities__head-link {
    background-image: url(../../images/phone/svg/logo-m.svg);
    background-repeat: no-repeat;
    background-position: 1.375em 0.9375em;
    padding: 1.375em 3.5em 1.375em 4.375em;
    display: block;
    max-width: max-content;
  }
  .qualities__fleche {
    display: flex;
    flex-direction: column;
    max-width: 12em;
    text-align: left;
    margin-top: 12.25em;
  }
  .qualities__fleche img {
    transform: rotateZ(282deg) rotateY(180deg);
    margin-left: 1.875em;
  }
  .qualities__fleche-text {
    width: 100%;
  }
}
@media (min-width: 1220px) {
  .qualities__articles {
    margin: auto -2.1875em auto -3.125em;
  }
}
.skills {
  margin-top: 4.375em;
}
.skills .all {
  margin: auto;
}
.skills__mockup-container img {
  width: 100%;
}
.skills__content {
  width: 90%;
  margin: auto;
}
.skills__title {
  font-size: 1.875em;
  color: var(--main-text-color);
  line-height: 1em;
  margin-bottom: 0.3333333333em;
}
.skills__text {
  font-family: Roboto, sans-serif;
  line-height: 1.5em;
  margin-bottom: 5.625em;
}
.skills__button {
  background: none;
  border: none;
  display: flex;
  font-family: Vollkorn, serif;
  font-size: 1em;
}
.skills__slide-articles {
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  gap: 2em;
  padding-bottom: 5em;
  margin: 0 -0.71875em 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.skills__slide-articles::-webkit-scrollbar {
  display: none;
}
.skills__slide-articles figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.skills__slide-articles figcaption {
  text-align: center;
  font-size: 1.25em;
  font-weight: 900;
}
.skills__slider {
  height: 4px;
  background: var(--main-text-color);
  pointer-events: none;
  z-index: 10;
  transform: translateX(0);
  transition: transform 0.1s;
}

@media (min-width: 760px) {
  .skills .all {
    display: flex;
  }
  .skills__content {
    width: 40%;
    margin-top: 38%;
    margin-left: -2.5em;
  }
  .skills__mockup {
    width: 60%;
  }
  .skills__articles {
    width: 240%;
    margin-left: -120%;
  }
}
@media (min-width: 1024px) {
  .skills__content {
    margin: 2vw 0 0;
  }
  .skills__mockup {
    margin-top: -4.6875em;
  }
  .skills__title {
    font-size: 2.75em;
  }
  .skills__slide-articles {
    gap: 5.3125em;
  }
  .skills__articles {
    width: 100%;
    margin-left: 0;
  }
}
@media (min-width: 1220px) {
  .skills__content {
    margin: 7.875em 0 0;
  }
}
.values {
  background-image: url(../../images/phone/svg/fond-values.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  text-align: center;
}
.values .all {
  width: 90%;
  margin: 6.75em auto 0;
}
.values__head-title {
  font-size: 1.875em;
  color: var(--main-text-color);
  margin-bottom: 0.6666666667em;
}
.values__head-subtitle {
  font-family: Roboto, sans-serif;
  line-height: 1.5em;
  margin-bottom: 5.625em;
}
.values__articles {
  display: flex;
  overflow-x: auto;
  gap: 6.25em;
  width: 60%;
  margin: auto auto 7.625em;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.values__articles::-webkit-scrollbar {
  display: none;
}
.values__articles div {
  height: 186px;
  width: 186px;
  background-repeat: no-repeat;
  margin: auto auto 3.75em;
}
.values__articles article {
  flex: 0 0 80%;
  width: 100%;
  scroll-snap-align: center;
}
.values__articles article:first-child {
  margin-left: 1.875em;
}
.values__articles article:last-child {
  margin-right: 1.875em;
}
.values__articles img {
  width: 100%;
  margin: auto auto 5.625em;
}
.values__aid {
  background-image: url(../../images/phone/svg/entraide.svg);
}
.values__aid:hover {
  background-image: url(../../images/phone/svg/entraide-text.svg);
}
.values__development {
  background-image: url(../../images/phone/svg/dev-perso.svg);
}
.values__development:hover {
  background-image: url(../../images/phone/svg/dev-perso-text.svg);
}
.values__ambience {
  background-image: url(../../images/phone/svg/ambiance.svg);
}
.values__ambience:hover {
  background-image: url(../../images/phone/svg/ambiance-text.svg);
}
.values__ideal {
  background-image: url(../../images/phone/svg/ideal.svg);
}
.values__ideal:hover {
  background-image: url(../../images/phone/svg/ideal-text.svg);
}
.values__variety {
  background-image: url(../../images/phone/svg/variete.svg);
}
.values__variety:hover {
  background-image: url(../../images/phone/svg/variete-text.svg);
}
.values__title {
  font-family: Roboto, sans-serif;
}
.values__slider {
  height: 4px;
  background: var(--main-text-color);
  width: 10%;
  pointer-events: none;
  z-index: 10;
  transform: translateX(0);
  transition: transform 0.1s;
}

@media (min-width: 760px) {
  .values {
    background-image: url(../../images/computer/SVG/fond-valeurs.svg);
  }
  .values__head-subtitle {
    margin-bottom: 1.875em;
  }
  .values__articles {
    scroll-behavior: smooth;
    width: 90%;
    margin: auto;
    padding-bottom: 10.3125em;
  }
  .values__articles article {
    flex: 0 0 20%;
    scroll-snap-align: center;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-top: 4.75em;
  }
  .values__articles .active {
    margin-top: 0;
  }
  .values__article-aid {
    margin-left: 1.25em;
  }
  .values__article-variety {
    margin-right: 1.25em;
  }
}
@media (min-width: 1024px) {
  .values__articles {
    width: 85%;
  }
  .values__articles article {
    flex: 0 0 22%;
  }
}
@media (min-width: 1220px) {
  .values__articles {
    width: 65%;
  }
}
.projects {
  background-color: var(--main-background-color);
  margin-top: -1px;
  text-align: center;
  padding-top: 8.625em;
  padding-bottom: 8.625em;
}
.projects .all {
  width: 90%;
  margin: auto;
}
.projects img {
  display: inline-block;
}
.projects__head-title {
  font-size: 1.875em;
  width: 70%;
  margin: auto;
  color: var(--main-text-color);
  margin-bottom: 0.5em;
}
.projects__head-subtitle {
  width: 85%;
  line-height: 1.5em;
  margin: auto auto 2.75em;
  font-family: Roboto, sans-serif;
}
.projects__articles {
  display: flex;
  flex-direction: column;
  gap: 1.875em;
  color: white;
}
.projects__content *:not(a) {
  width: 90%;
}
.projects__article-galerie, .projects__article-museum, .projects__article-chariot {
  border-radius: 0.9375em;
  padding: 2.25em 1.25em 1.9375em;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.projects__article-galerie a, .projects__article-museum a, .projects__article-chariot a {
  color: white;
  text-decoration: none;
  padding: 1.25em 8.25em;
  display: block;
  border: 2px solid white;
  border-radius: 3.3333333333em;
  margin-top: 1.75em;
  font-weight: 900;
  font-size: 0.75em;
}
.projects__article-galerie {
  background-color: var(--third-main-color);
  padding-top: 3.5625em;
}
.projects__article-galerie a {
  margin-top: 2.6875em;
}
.projects__article-galerie img {
  width: 80%;
}
.projects__article-museum {
  background-color: var(--dark-blue);
}
.projects__article-chariot {
  background-color: var(--light-blue);
}
.projects__title-galerie, .projects__title-museum, .projects__title-chariot {
  font-size: 1.5em;
  margin: 1.5em auto;
}
.projects__title-galerie {
  margin: 1.9166666667em auto 0.25em;
}
.projects__text-galerie, .projects__text-museum, .projects__text-chariot {
  font-family: Roboto, sans-serif;
  line-height: 1.5em;
  margin: auto;
}

@media (min-width: 760px) {
  .projects {
    text-align: left;
  }
  .projects__head-title {
    width: 100%;
    text-align: center;
  }
  .projects__articles article {
    flex-direction: row;
    width: 90%;
    margin: auto;
  }
  .projects__articles article a {
    padding: 1.25em 36%;
  }
  .projects__content {
    width: 70%;
    margin-left: 0.9375em;
  }
  .projects img {
    width: 45%;
    margin-left: 1.0625em;
  }
  .projects__title-galerie, .projects__title-museum, .projects__title-chariot {
    margin-left: 0;
    margin-bottom: 0.625em;
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .projects {
    text-align: center;
  }
  .projects__head-title {
    font-size: 2.75em;
    width: 50%;
  }
  .projects__articles {
    flex-direction: row;
    height: 70vh;
  }
  .projects__articles article {
    flex-direction: column;
    height: 100%;
    margin-top: 0;
    flex-grow: 1;
  }
  .projects__articles article a {
    padding: 0.8em 25%;
    align-self: baseline;
    margin-top: auto;
    display: inline-block;
  }
  .projects__articles article img {
    margin: 0;
    width: 90%;
  }
  .projects__article-galerie {
    padding-top: 2.25em;
  }
  .projects__article-galerie img {
    margin: 0;
    width: 70%;
  }
  .projects__content {
    width: 100%;
    margin: 0;
    height: 100%;
    display: grid;
  }
  .projects__title-galerie, .projects__title-museum, .projects__title-chariot {
    margin: 1.4583333333em auto 0.5833333333em;
  }
  .projects__title-galerie {
    margin-top: 1.875em;
  }
  .projects__text-galerie, .projects__text-museum, .projects__text-chariot {
    margin: 0.625em auto;
  }
}
.form {
  background-color: var(--main-background-color);
  text-align: center;
}
.form .all {
  padding-top: 4.375em;
  width: 90%;
  margin: auto;
}
.form__title {
  font-size: 1.875em;
  color: var(--main-text-color);
}
.form__subtitle {
  line-height: 1.5em;
  margin: 3em auto;
}
.form__container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 90%;
  margin: auto;
}
.form__submit {
  background-color: var(--main-color);
  border: none;
  padding: 0.75em 3.0416666667em;
  font-size: 1.25em;
  font-weight: 900;
  font-family: Vollkorn, serif;
  border-radius: 2.875em;
  margin: 1.9166666667em auto 3.0416666667em;
  color: var(--main-text-color);
}
.form__input {
  margin-bottom: 3.75em;
  border: none;
  border-bottom: 0.07em solid black;
  height: 2.5em;
}
.form__text {
  border: 0.0625em solid black;
}
.form__input, .form__text {
  background-color: var(--input-background);
  opacity: 0.15;
  position: relative;
  width: 100%;
}
.form__label {
  color: var(--input-text);
  font-weight: 300;
  position: absolute;
  padding: 0.8125em 0 0 0.1875em;
}

@media (min-width: 1024px) {
  .form .all {
    width: 60%;
  }
}
.reviews {
  background-color: var(--main-background-color);
  text-align: center;
}
.reviews .all {
  width: 50%;
  margin: auto;
}
.reviews__head-title {
  font-size: 1.875em;
  color: var(--main-text-color);
  margin-bottom: 0.5em;
}
.reviews__container {
  font-family: Roboto, sans-serif;
  padding-bottom: 4.3125em;
}
.reviews__container .active {
  display: block;
}
.reviews__items div {
  display: none;
}
.reviews__title-1 {
  font-size: 1.5em;
  font-weight: 500;
  margin-bottom: 0.8333333333em;
}
.reviews__small-1 {
  display: block;
  margin: 0.8333333333em auto 1.6666666667em;
  font-size: 0.75em;
  font-weight: 500;
}

@media (min-width: 760px) {
  .reviews .all {
    width: 75%;
    overflow-x: hidden;
  }
  .reviews__head-title {
    font-size: 2.75em;
    margin-bottom: 0.8181818182em;
  }
  .reviews__container {
    display: flex;
    width: 190%;
  }
  .reviews__items {
    display: flex;
    width: 150%;
    overflow-x: hidden;
    margin-left: 4.6875em;
    text-align: left;
  }
  .reviews__items div {
    display: block;
  }
  .reviews__item-2, .reviews__item-3, .reviews__item-4 {
    font-size: 0.875em;
  }
  .reviews__item-2 {
    margin-right: 7.5em;
  }
  .reviews__item-3 {
    margin-right: 8.7857142857em;
  }
  .reviews__title-2, .reviews__title-3, .reviews__title-4 {
    margin: 0.4375em 0;
    font-weight: 500;
  }
  .reviews__small-2, .reviews__small-3, .reviews__small-4 {
    display: block;
    margin: 0.8333333333em 0;
    font-size: 0.98em;
  }
  .reviews__small-2 em, .reviews__small-3 em, .reviews__small-4 em {
    font-weight: 900;
    color: var(--name-color);
    font-style: normal;
  }
  .reviews__small-2 span, .reviews__small-3 span, .reviews__small-4 span {
    color: var(--input-text);
  }
  .reviews__small-2 {
    margin-bottom: 1.6666666667em;
  }
}
.footer {
  background-color: var(--main-background-color);
}
.footer .all {
  width: 90%;
  margin: auto;
}
.footer__contact {
  margin: 1.25em 0 3em;
  display: flex;
  flex-direction: column;
  gap: 1.25em;
  font-family: Roboto, sans-serif;
}
.footer__address, .footer__phone {
  display: flex;
  gap: 1.25em;
  align-items: center;
}
.footer__details-title {
  font-weight: 800;
  margin-bottom: 0.5em;
}
.footer__details-content {
  margin-bottom: 0.3125em;
  font-weight: 900;
  color: var(--main-text-color);
  text-decoration: underline;
  text-decoration-color: var(--main-color);
}
.footer__details-content, .footer__details-text {
  font-size: 0.75em;
}
.footer__following-form {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.5em;
}
.footer__following-text {
  font-size: 1.5em;
  color: var(--main-text-color);
  width: 70%;
  font-weight: 900;
  margin-bottom: 2.0833333333em;
}
.footer__following-input {
  width: 100%;
  border: none;
  border-bottom: var(--border-grey) solid 3px;
  background: none;
  margin-bottom: 2.1875em;
}
.footer__following-label {
  font-weight: 700;
  color: var(--input-text);
  font-family: Roboto, sans-serif;
  padding-bottom: 0.625em;
}
.footer__following-small {
  font-size: 0.75em;
  line-height: 1.5em;
  color: var(--input-text);
  font-weight: 800;
  margin-bottom: 4.7857142857em;
  font-family: Roboto, sans-serif;
}
.footer__following-submit {
  font-size: 1.25em;
  padding: 0.9em 5.35em;
  margin-left: -0.3em;
  display: block;
  color: var(--main-text-color);
  background-color: var(--main-color);
  border: none;
  font-weight: 900;
  font-family: Vollkorn, serif;
  border-radius: 2.875em;
}
.footer__sites-list, .footer__other-list {
  display: none;
}
.footer__social-list {
  display: flex;
  gap: 1.375em;
}
.footer__social-list span {
  visibility: hidden;
}
.footer__social-list * {
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  padding: 0.625em 0;
  width: 3.0714285714em;
}
.footer__social-insta {
  background-image: url(../../images/phone/svg/insta.svg);
}
.footer__social-facebook {
  background-image: url(../../images/phone/svg/facebook.svg);
}
.footer__social-twitter {
  background-image: url(../../images/phone/svg/twitter.svg);
}
.footer__social-youtube {
  background-image: url(../../images/phone/svg/youtube.svg);
}
.footer__social-pinterest {
  background-image: url(../../images/phone/svg/pinterest.svg);
}
.footer__nav {
  color: var(--main-text-color);
  font-size: 0.875em;
  font-weight: 900;
}
.footer__nav-item:first-child {
  margin-bottom: 1.5714285714em;
}
.footer__nav-item:last-child {
  margin-top: 2.1428571429em;
}
.footer__btn {
  background: none;
  border: none;
  font-weight: 900;
  font-family: Vollkorn, serif;
  color: var(--main-text-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.footer__arrow {
  font-size: 0.625em;
  color: var(--main-text-color);
}
.footer__img {
  width: 100%;
}

@media (min-width: 760px) {
  .footer__contact {
    flex-direction: row;
    justify-content: space-between;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) {
  .footer__following {
    display: flex;
    gap: 5.625em;
    border-top: solid var(--border-grey) 1px;
    padding-top: 2.8125em;
  }
  .footer__following-aside {
    width: 30%;
  }
  .footer__following-text {
    width: 100%;
    font-size: 1.5em;
  }
  .footer__following-small {
    color: black;
  }
  .footer__following-input {
    border-bottom: var(--border-grey) solid 1px;
  }
  .footer__following-label {
    font-weight: 400;
  }
  .footer__nav {
    font-family: Roboto, sans-serif;
    color: black;
    font-weight: 500;
    width: max-content;
  }
  .footer__nav-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 6.25em;
  }
  .footer__nav li {
    width: max-content;
  }
  .footer__nav-item:last-child {
    margin-top: 0;
  }
  .footer__arrow {
    display: none;
  }
  .footer__btn {
    width: max-content;
    font-family: Roboto, sans-serif;
  }
  .footer__sites-list, .footer__other-list {
    display: block;
    margin-left: 0.3571428571em;
    margin-top: 1.4285714286em;
  }
  .footer__sites-list li, .footer__other-list li {
    margin-bottom: 1.0714285714em;
  }
  .footer__sites-list a, .footer__other-list a {
    text-decoration: none;
    color: black;
  }
}

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