@font-face {
  font-family: "Cinema Sunday", sans-serif;
  src: url("../fonts/cinemasunday.ttf");
}
@font-face {
  font-family: "Manrope", sans-serif;
  src: url("../fonts/Manrope.ttf");
}
/*////// VARIABLES & MIXINS //////*/
/* COLORS */
/* MIXINS */
/*///// RESET /////*/
*, .row, .pageCv .formations .ecole, .projet .keyNumbers, .pages .keyNumbers, .content-lr > div, .content-lr, .pages #header-part, .pageCv #header-part, .short-text, .cv, .temoignages .owl-carousel .owl-item, .pageCv .formations .owl-carousel .owl-item, .temoignages, .pageCv .formations, section.blocSlider > div, section.blocSlider {
  padding: 0;
  margin: 0;
}

.container {
  max-width: 1500px;
  margin: auto;
}

/*///// GENERAL /////*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1em;
  color: #1E2D03;
  overflow-x: hidden;
  background-color: #F4FCE6;
  font-smooth: antialiased;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  width: auto;
}

header {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 1.5em 2em 0em 2em;
  align-items: center;
}
header h1 {
  width: 3em;
}
header h1 img {
  width: 50%;
  float: left;
}
header nav ul, header div.lateralMenu ul {
  display: flex;
  gap: 30px;
}
header nav ul li, header div.lateralMenu ul li {
  display: inline-block;
}
header nav ul li.active:before, header div.lateralMenu ul li.active:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 10px;
  height: 10px;
  background-color: #D3EAAB;
  border-radius: 100%;
}
header nav ul li a, header div.lateralMenu ul li a {
  font-family: "Manrope", "Arial", sans-serif;
  font-weight: bold;
  font-size: 1em;
  color: #1E2D03;
}
header div.lateralMenu {
  justify-content: center;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  background-color: white;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
  transition-duration: 0.8s;
}
header div.lateralMenu.open {
  transform: translateX(0%);
}
header div.lateralMenu ul {
  flex-direction: column;
  align-items: center;
}
header div.lateralMenu ul li {
  margin: 1em 0;
}
header .boutonMenu {
  display: none;
  transition: 0.8s;
  cursor: pointer;
  z-index: 200;
  margin-top: -10px;
  text-align: right;
}
header .boutonMenu .menu-trigger {
  position: relative;
  width: 25px;
  height: 20px;
  cursor: pointer;
  display: inline-block;
  margin: 10px 0;
}
header .boutonMenu .menu-trigger .line {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: 0;
  background: #1E2D03;
}
header .boutonMenu .menu-trigger.second {
  transition: all 0.5s 0s;
}
header .boutonMenu .menu-trigger.second .line.line-1 {
  transition: all 0.3s 0.3s, transform 0.3s 0s;
}
header .boutonMenu .menu-trigger.second .line.line-2 {
  top: 50%;
  margin-top: -1px;
  left: 0;
  transition: all 0.3s 0.3s;
}
header .boutonMenu .menu-trigger.second .line.line-3 {
  bottom: 0;
  top: auto;
  left: 0;
  transition: all 0.3s 0.3s, transform 0.3s 0s;
}
header .boutonMenu .menu-trigger.second.active {
  transform: rotate(135deg);
  transition: all 0.5s 0.3s;
}
header .boutonMenu .menu-trigger.second.active .line-1 {
  top: 50%;
  margin-top: -1px;
  transform: rotate(90deg);
  transition: all 0.3s, transform 0.3s 0.3s;
}
header .boutonMenu .menu-trigger.second.active .line-2 {
  opacity: 0;
  transition: all 0.3s, opacity 0.3s 0s;
}
header .boutonMenu .menu-trigger.second.active .line-3 {
  bottom: 50%;
  margin-bottom: -1px;
  transform: rotate(0deg);
  transition: all 0.3s, transform 0.3s 0.3s;
}

section#prehome {
  margin: 0;
  padding: 0 2em 2.5em 2em;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  gap: 50px;
}
section#prehome > div {
  align-items: center;
  justify-content: center;
}
section#prehome > div div p {
  font-size: 1.1em;
  margin: 1em 0 2em 0;
}
section#prehome h2 {
  font-family: "Manrope", sans-serif;
  font-size: 60px;
  font-weight: normal;
}
section#prehome h2 span {
  font-family: "Cinema Sunday", serif;
  font-variant-ligatures: discretionary-ligatures;
  font-size: 64px;
}
section#prehome a {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}

/*Bloc projets*/
section.bloc_projet {
  min-height: 100vh;
}
section.bloc_projet .owl-carousel, section.bloc_projet .owl-item {
  height: 100vh;
}
section.bloc_projet .item {
  width: 100%;
  background-color: #1E2D03;
  display: flex;
  padding: 110px 120px;
  height: -webkit-fill-available;
}
section.bloc_projet .item .content {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
  z-index: 10;
}
section.bloc_projet .item .content .title {
  margin-left: -5em;
  font-family: "Cinema Sunday", Times, serif;
}
section.bloc_projet .item .content .title h2 {
  font-size: 7em;
  font-weight: 400;
}
section.bloc_projet .item .content .title span:before {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
section.bloc_projet .item .proImg {
  width: 550px;
}
section.bloc_projet .item .proImg img {
  height: 680px;
}
section.bloc_projet .item .proBG {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1E2D03;
  opacity: 0.4;
  filter: blur(10px);
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
section.bloc_projet .item div.infos {
  text-transform: uppercase;
  transform: rotate(-90deg);
  text-align: right;
  margin-top: 5em;
  margin-right: 15px;
  color: white;
  align-self: start;
}
section.bloc_projet .owl-dots {
  position: absolute;
  top: 50vh;
  left: 3em;
  transform: translate(0, -50%);
}
section.bloc_projet .owl-dots .owl-dot {
  transition-duration: 0.3s;
  outline: none;
  display: block;
  margin: 0.75em 0;
}
section.bloc_projet .owl-dots .owl-dot span {
  width: 20px;
  transition-duration: 0.3s;
  background-color: #fff;
  height: 3px;
  transform-origin: left;
  transition: all 0.2s ease-in-out;
}
section.bloc_projet .owl-dots .owl-dot.active span {
  transform: scaleX(2);
  background-color: #fff;
}
section.bloc_projet .owl-dots .owl-dot:not(.active):hover span {
  background-color: #fff;
  transform: scaleX(2);
}
section.bloc_projet a, section.bloc_projet a:hover {
  color: #fff;
  text-decoration: none;
}

section#presentation > div {
  align-items: center;
  justify-content: center;
}
section#presentation > div div p {
  margin: 1em 0 2em 0;
}
section#presentation > div div.information {
  border: 1px solid #1E2D03;
  border-radius: 15px;
  text-align: center;
}
section#presentation > div div.information p {
  margin: 0.75em 0 0 0;
}
section#presentation > div div.information h5 {
  margin: 0.25em 0 0.75em 0;
}

section#fastAccess {
  align-items: center;
  justify-content: space-around;
}
section#fastAccess > div {
  padding: 0.5em 0 0;
  background-color: white;
  border-radius: 15px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  transition-duration: 0.5s;
}
section#fastAccess > div:hover {
  transform: scale(1.02);
}
section#fastAccess > div p, section#fastAccess > div h5 {
  padding-left: 2rem;
  padding-right: 2rem;
}
section#fastAccess > div div {
  justify-content: flex-end;
  align-items: end;
}

section.blocSlider {
  margin: 4rem 0;
  padding: 0 2em 0 0;
}
section.blocSlider > div {
  align-items: center;
  justify-content: space-around;
}
section.blocSlider > div:first-child() {
  background: white;
  z-index: 1000;
}
section.blocSlider > div:first-child() p {
  margin: 1em 0 2em 0;
}
section.blocSlider > div.slider {
  position: relative;
}
section.blocSlider > div.slider div.owl-carousel, section.blocSlider > div.slider div.owl-stage-outer {
  overflow: visible;
}
section.blocSlider > div.slider .owl-stage {
  padding: 10px 0;
}
section.blocSlider > div.slider .owl-carousel .owl-stage-outer .owl-item {
  opacity: 0.5;
  transition-duration: 0.4s;
  background-color: white;
  border-radius: 15px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
section.blocSlider > div.slider .owl-carousel .owl-stage-outer .owl-item:hover {
  transform: scale(1.02);
}
section.blocSlider > div.slider .owl-carousel .owl-stage-outer .owl-item.active, section.blocSlider > div.slider .owl-carousel .owl-stage-outer .owl-item.active:nth-of-type(3) {
  opacity: 1;
}
section.blocSlider > div.slider .owl-carousel .owl-stage-outer .owl-item div div {
  padding: 0.75em 2em 1.5em 2em;
}

/*Moving*/
.moving {
  margin: 2em auto 5em;
  overflow: hidden;
  position: relative;
  height: 8em;
}
.moving div {
  position: absolute;
  min-width: 100%; /* au minimum la largeur du conteneur */
}
.moving div span {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  white-space: nowrap;
  font-size: 3.5rem;
  margin-right: 0.5em;
}
.moving div span:first-child {
  animation: defilement 10s infinite linear;
}
.moving div span:last-child {
  position: absolute;
  animation: defilement2 10s infinite linear;
}
.moving div h3 KBD {
  font-family: "Cinema Sunday", Times, serif;
}

@keyframes defilement {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -100%;
  }
}
@keyframes defilement2 {
  0% {
    margin-left: 100%;
  }
  100% {
    margin-left: 0%;
  }
}
div.txt-intro {
  -moz-column-count: 2;
       column-count: 2;
  font-size: 1.1em;
  max-width: 1050px;
  margin: auto;
  gap: 90px;
  line-height: 1.5em;
}

.clients {
  margin: 40px 0;
  width: -webkit-fill-available;
}

.domaines {
  width: 75%;
  display: flex;
  flex-direction: column;
  margin: auto;
  gap: 20px;
  margin-bottom: 40px;
}
.domaines .content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.domaines .content dt {
  font-weight: 700;
  margin-bottom: 5px;
}

.resume {
  margin-top: 20px;
}
.resume a > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.resume span {
  width: 50px;
  height: 1px;
  background-color: #1E2D03;
  margin: 0 15px;
  vertical-align: middle;
  display: inline-block;
}
.resume hr {
  background-color: #1E2D03;
}

/*Prefooter basic*/
.prefooter {
  padding: 6em 0 8em;
}
.prefooter.basic, .prefooter.projet {
  background-color: #1E2D03;
  padding: 4em 0 0em;
  margin-top: 120px;
  color: white;
  display: block;
}
.pageCv .prefooter.basic {
  margin-top: 0;
}

.prefooter.basic h3, .prefooter.basic h3 span, .prefooter.projet h3, .prefooter.projet h3 span {
  font-size: 4rem;
  font-weight: 400;
  font-family: "Cinema Sunday";
  margin-bottom: 0.7em;
  color: white;
}
.prefooter.basic h3 span, .prefooter.basic h3 span span, .prefooter.projet h3 span, .prefooter.projet h3 span span {
  display: block;
}
.prefooter.basic h3 span:before, .prefooter.basic h3 span span:before, .prefooter.projet h3 span:before, .prefooter.projet h3 span span:before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 1px;
  background-color: white;
  vertical-align: super;
  margin-right: 15px;
}
.prefooter.basic > div, .prefooter.projet > div {
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 80%;
}
.prefooter.basic p, .prefooter.projet p {
  font-size: 1em;
  font-family: "Manrope", sans-serif;
  margin-bottom: 15px;
}
.prefooter.basic a, .prefooter.basic a:hover, .prefooter.projet a, .prefooter.projet a:hover {
  color: white;
  text-decoration: none;
}
.prefooter.basic h5, .prefooter.projet h5 {
  text-transform: uppercase;
  font-size: 1em;
}
.prefooter > div div:last-child {
  text-align: right;
}
.prefooter.projet {
  padding-bottom: 120px;
}
.prefooter.projet p {
  font-size: 48px;
  font-weight: 700;
}
.prefooter.projet span {
  font-size: 1.5em;
}
.prefooter.projet h5 {
  color: white;
  font-weight: 400;
}

/*Footer*/
footer {
  background-color: #1E2D03;
  text-align: center;
  padding: 0 0 1.5em;
  font-size: 0.7em;
  color: white;
}

section.header-projet {
  padding: 0 48px;
  display: flex;
  margin: 85px 0 120px;
}
section.header-projet h1 {
  font-weight: 400;
}
section.header-projet img {
  width: 650px;
  height: 85vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.projet header {
  padding: 0;
}
.projet header a.close {
  position: absolute;
  top: 48px;
  right: 48px;
  opacity: 1;
}
.projet .header-projet {
  margin-top: 48px;
  gap: 135px;
  align-items: flex-end;
  padding-right: 132px;
  justify-content: center;
}
.projet .header-projet ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 15px;
}
.projet .header-projet ul li {
  background-color: #D3EAAB;
  border-radius: 50px;
  padding: 3px 10px;
}
.projet .header-projet .title-projet {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 95px;
}
.projet main {
  max-width: 1440px;
  margin: 100px auto;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.projet main > * {
  max-width: 1200px;
  margin: auto;
}
.projet main .chapo {
  font-size: 1.375em;
}
.projet main ul {
  list-style-position: inside;
}
.projet main .text, .projet main .resultat {
  max-width: 732px;
}
.projet main p {
  line-height: 1.75em;
}
.projet main .objectifs {
  display: flex;
  align-items: flex-end;
  color: #1E2D03;
  margin-left: 0;
  gap: 35px;
}
.projet main .objectifs > div {
  flex: 3;
}
.projet main .objectifs .illu {
  flex: 7;
}
.projet main .objectifs .chiffre {
  margin: 3em 0 0;
}
.projet main .objectifs .chiffre div {
  background-color: #D3EAAB;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  font-size: 0.875em;
  margin-bottom: 1em;
}
.projet main .sliderProjet {
  padding: 48px 0;
  width: 100%;
  max-width: 100%;
}
.projet main .sliderProjet .owl-carousel {
  margin: auto;
  max-width: 1120px;
}
.projet main .sliderProjet .owl-theme .owl-controls .owl-page {
  display: inline-block;
}
.projet main .sliderProjet .owl-theme .owl-dots {
  transform: translateY(2em);
}
.projet main .sliderProjet .owl-theme .owl-dots .owl-dot span {
  background: none repeat scroll 0 0 #869791;
  display: block;
  height: 5px;
  margin: 5px 7px;
  opacity: 0.5;
  width: 30px;
}
.projet main .sliderProjet .owl-theme .owl-dots .owl-dot.active span {
  background: none repeat scroll 0 0 #869791;
  opacity: 1;
}
.projet main .doubleImage {
  display: flex;
  justify-content: space-between;
  padding: 0;
  gap: 20px;
}
.projet main .doubleImage div {
  flex: 5;
}
.projet main .resultat .row, .projet main .resultat .pageCv .formations .ecole, .pageCv .formations .projet main .resultat .ecole, .projet main .resultat .keyNumbers, .projet main .resultat .content-lr > div, .projet main .resultat .content-lr, .projet main .resultat .pages #header-part, .pages .projet main .resultat #header-part, .projet main .resultat .pageCv #header-part, .pageCv .projet main .resultat #header-part, .projet main .resultat .short-text, .projet main .resultat .cv, .projet main .resultat .temoignages .owl-carousel .owl-item, .temoignages .owl-carousel .projet main .resultat .owl-item, .projet main .resultat .pageCv .formations .owl-carousel .owl-item, .pageCv .formations .owl-carousel .projet main .resultat .owl-item, .projet main .resultat .temoignages, .projet main .resultat .pageCv .formations, .pageCv .projet main .resultat .formations, .projet main .resultat section.blocSlider, .projet main .resultat section.blocSlider > div {
  display: flex;
  gap: 30px;
}
.projet main .resultat .row > div, .projet main .resultat .pageCv .formations .ecole > div, .pageCv .formations .projet main .resultat .ecole > div, .projet main .resultat .keyNumbers > div, .projet main .resultat .content-lr > div > div, .projet main .resultat .content-lr > div, .projet main .resultat .pages #header-part > div, .pages .projet main .resultat #header-part > div, .projet main .resultat .pageCv #header-part > div, .pageCv .projet main .resultat #header-part > div, .projet main .resultat .short-text > div, .projet main .resultat .cv > div, .projet main .resultat .temoignages .owl-carousel .owl-item > div, .temoignages .owl-carousel .projet main .resultat .owl-item > div, .projet main .resultat .pageCv .formations .owl-carousel .owl-item > div, .pageCv .formations .owl-carousel .projet main .resultat .owl-item > div, .projet main .resultat .temoignages > div, .projet main .resultat .pageCv .formations > div, .pageCv .projet main .resultat .formations > div, .projet main .resultat section.blocSlider > div, .projet main .resultat section.blocSlider > div > div {
  flex: 3;
}
.projet main .resultat .row h3, .pageCv .formations .projet main .resultat .ecole h3, .projet main .resultat .keyNumbers h3, .projet main .resultat .content-lr h3, .projet main .resultat .pages #header-part h3, .pages .projet main .resultat #header-part h3, .projet main .resultat .pageCv #header-part h3, .pageCv .projet main .resultat #header-part h3, .projet main .resultat .short-text h3, .projet main .resultat .cv h3, .temoignages .owl-carousel .projet main .resultat .owl-item h3, .pageCv .formations .owl-carousel .projet main .resultat .owl-item h3, .projet main .resultat .temoignages h3, .projet main .resultat .pageCv .formations h3, .pageCv .projet main .resultat .formations h3, .projet main .resultat section.blocSlider h3 {
  margin: 16px 0 10px;
  text-transform: uppercase;
  font-size: 1em;
}

main h2, .txt-line {
  font-size: 2.25em;
  margin-bottom: 0.7em;
  font-weight: 400;
  font-family: "Cinema Sunday", serif;
}
main h2 span, .txt-line span {
  display: block;
}
main h2 span:before, .txt-line span:before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 1px;
  background-color: black;
  vertical-align: super;
  margin-right: 15px;
}

/*Typo*/
h1, .section.bloc_projet h2 {
  font-family: "Cinema Sunday";
  font-size: 6em;
}

span#label {
  position: absolute;
  top: 100%;
  left: -1.5em;
  transform-origin: left;
  transform: rotate(-90deg);
}

.pageCv .resume {
  max-width: 890px;
  margin: 195px auto 120px;
}

/*Exp pro*/
.exp-pro {
  display: flex;
  gap: 150px;
  padding: 0 48px;
}
.exp-pro h2 {
  font-weight: 400;
}
.exp-pro .exp {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 110px;
  padding-right: 200px;
}
.exp-pro dl.pill.certif {
  background-color: rgba(211, 234, 171, 0.5);
  border-radius: 15px;
  padding: 14px 25px;
  display: flex;
  gap: 20px;
}
.exp-pro dl.pill.certif dt:before {
  display: none;
}
.exp-pro dl.pill.certif dd {
  font-weight: 700;
}
.exp-pro dt {
  font-size: 13px;
}
.exp-pro dt span {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
.exp-pro dt:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 10px;
  height: 10px;
  background-color: #D3EAAB;
  border-radius: 100%;
}
.exp-pro dd span {
  font-size: 12px;
  margin-bottom: 5px;
  display: block;
}

.verbatim {
  text-align: center;
  max-width: 885px;
}
.verbatim.cvPage {
  text-align: left;
  margin: 140px auto;
}
.verbatim h4 {
  font-size: 2.5em;
  font-family: "Manrope";
  font-weight: 400;
  width: 100%;
}
.verbatim h4:before {
  display: none;
}
.verbatim p {
  font-size: 1.125em;
}
.verbatim p:before {
  content: "";
  display: block;
  height: 35px;
  width: 1px;
  background-color: black;
  margin: 30px auto 18px;
}

.skills {
  background-image: url("../img/skills.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 48px;
}
.skills .item {
  display: flex;
  min-height: 425px;
  background: rgba(244, 252, 230, 0.2);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  border: 1px solid rgba(244, 252, 230, 0.38);
  border-radius: 30px;
  flex-direction: column;
  padding: 35px;
  gap: 55px;
  max-width: 320px;
}
.skills .item h5 {
  margin: 0;
  font-size: 20px;
  font-family: "Manrope";
  font-weight: 700;
}
.skills .item img {
  height: 23px;
  width: auto !important;
}
.skills .item > div {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.skills .item > div div {
  display: flex;
  gap: 25px;
}

.navSlide {
  width: 113%;
  position: absolute;
  z-index: 10;
  top: 45%;
  transform: translate(12%, -100%);
}
.navSlide div {
  background-color: white;
  border-radius: 50px;
  transform: scale(1.25);
  position: absolute;
  padding: 15px 20px;
  cursor: pointer;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
.navSlide div.next {
  right: 0;
}

.temoignages, .pageCv .formations {
  margin: 3rem 0;
  padding: 0 0 0 0;
  justify-content: space-around;
  position: relative;
}
.temoignages h4, .pageCv .formations h4 {
  text-align: center;
}
.temoignages h4:before, .pageCv .formations h4:before {
  content: "";
  width: 1px;
  height: 110px;
  background-color: #222;
  display: block;
  margin: auto;
  margin-bottom: 20px;
}
.temoignages .owl-carousel, .pageCv .formations .owl-carousel {
  margin-top: 2em;
}
.temoignages .owl-carousel .owl-stage, .pageCv .formations .owl-carousel .owl-stage {
  padding: 10px 0;
  align-items: center;
  display: flex;
}
.temoignages .owl-carousel div.owl-stage-outer, .pageCv .formations .owl-carousel div.owl-stage-outer {
  overflow: visible;
}
.temoignages .owl-carousel .owl-item, .pageCv .formations .owl-carousel .owl-item {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  background-color: white;
  border-radius: 10px;
  transition-duration: 0.4s;
  opacity: 0;
}
.temoignages .owl-carousel .owl-item.active, .pageCv .formations .owl-carousel .owl-item.active {
  opacity: 1;
}
.temoignages .owl-carousel .owl-item div.text, .pageCv .formations .owl-carousel .owl-item div.text {
  position: relative;
  padding: 0.5em 3em 0.5em 6em;
}
.temoignages .owl-carousel .owl-item div.text img, .pageCv .formations .owl-carousel .owl-item div.text img {
  position: absolute;
  border-radius: 50%;
  width: 12%;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}
.temoignages .owl-carousel .owl-item div.text .metier, .pageCv .formations .owl-carousel .owl-item div.text .metier {
  font-weight: bold;
}
.temoignages .navSlide, .pageCv .formations .navSlide {
  width: 90%;
  transform: translate(0, 0);
  top: 68%;
}
.temoignages .navSlide div, .pageCv .formations .navSlide div {
  background-color: #D3EAAB;
  color: white;
}

.short-text, .cv {
  margin: 0 0 4em 0;
  padding: 4em 0 0 0;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.cv {
  background-image: url("../img/accent-end.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  margin: 6em 3em 3em 3em;
  padding: 0;
  background-size: cover;
  min-height: 450px;
}
/* /////////////////////////  MAIN PART CSS  //////////////////////// */
.pages #header-part, .pageCv #header-part {
  background-image: url("../img/accent-header-part.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  background-size: cover;
  margin: 0 2.5em 2.5em;
  padding: 0 2em 2.5em 2em;
  height: 80vh;
  justify-content: center;
  align-items: center;
}
.pages #header-part div, .pageCv #header-part div {
  position: relative;
  text-align: center;
}
.pages #header-part div h2, .pageCv #header-part div h2 {
  font-size: 2.75em;
  position: relative;
  z-index: 10;
}
.pages #header-part div:before, .pageCv #header-part div:before {
  content: "";
  width: 100%;
  height: 130%;
  background: white;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  transform: translate(0, -15%);
}
.pages #intro, .pageCv #intro {
  text-align: center;
  margin: auto;
  margin-bottom: 6em;
}
.pages .big-phrase, .pageCv .big-phrase {
  margin: 3em auto;
  font-family: "Manrope", "Arial", sans-serif;
  font-weight: normal;
  font-size: 1.75em;
  color: #D3EAAB;
  text-align: center;
}

.content-lr {
  margin: 0 2.5em 0 0;
  padding: 0;
  justify-content: space-between;
}
.content-lr h3 span {
  display: block;
}
.content-lr.reverse {
  flex-direction: row-reverse;
  justify-content: center;
}
.content-lr.reverse > div {
  justify-content: center;
}
.content-lr.reverse > div:last-child() {
  margin-left: 2em;
}
.content-lr > div {
  align-items: center;
  justify-content: flex-end;
}
.content-lr > div > div p {
  margin: 1.5em 0 0 0;
}
/* //////////////////////////  PROJETS  ///////////////////////// */
.projet .keyNumbers, .pages .keyNumbers {
  margin: auto;
  align-items: center;
  justify-content: space-around;
}
.projet .keyNumbers div.information, .pages .keyNumbers div.information {
  border: 1px solid #1E2D03;
  border-radius: 15px;
  text-align: center;
}
.projet .keyNumbers div.information p, .pages .keyNumbers div.information p {
  margin: 0em 0 0.75em 0;
}
.projet .keyNumbers div.information h5, .pages .keyNumbers div.information h5 {
  margin: 0.75em 0 0.25em 0;
}
.projet h3 span, .pages h3 span {
  display: inline-block;
}
.projet .owl-carousel .owl-stage-outer, .pages .owl-carousel .owl-stage-outer {
  padding: 0;
}
.projet .owl-carousel .owl-stage-outer .legende, .pages .owl-carousel .owl-stage-outer .legende {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
  background: rgba(0, 0, 0, 0.4);
  padding: 1em 0.5em;
  color: white;
  text-align: center;
  transform: translateY(100%);
  transition-duration: 0.4s;
}
.projet .owl-carousel .owl-stage-outer:hover .legende, .pages .owl-carousel .owl-stage-outer:hover .legende {
  transform: translateY(0);
}

/* ///////////////////////////////// CV ////////////////////////////// */
.pageCv section#prehome h2 {
  font-size: 2.75em;
  font-variant-ligatures: discretionary-ligatures;
}
.pageCv section#prehome p {
  font-size: 1.1em;
  margin: 1em 0 2em 0;
}
.pageCv .formations {
  margin: 3em auto;
}
.pageCv .formations .ecole {
  background: #F7F7F7;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  margin: 2em 0;
  padding: 1em;
  align-items: center;
}
.pageCv .formations .ecole:hover div.ecoleXp {
  transform: translateY(0);
}
.pageCv .formations .ecole .ecoleImg img {
  border-radius: 100%;
}
.pageCv .formations .ecole div.ecoleXp {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  transform: translateY(100%);
  transition-duration: 0.5s;
  background: #D3EAAB;
  padding: 1em;
  color: white;
}
.pageCv .formations .ecole div.ecoleXp h5, .pageCv .formations .ecole div.ecoleXp h6 {
  color: white;
  margin: 0;
}
.pageCv .formations .ecole div.ecoleXp span {
  font-size: 0.75em;
  margin: 0;
  padding: 0;
}
.pageCv .formations .ecole h5 span, .pageCv .formations .ecole h6 {
  font-weight: normal;
  font-size: 0.75em;
  display: inline-block;
  padding-bottom: 0;
}

footer {
  text-align: center;
  font-size: 0.8em;
  padding-top: 1em;
}

/* /////////// TEXTES /////////// */
h3 {
  font-family: "Manrope", "Arial", sans-serif;
  font-weight: bold;
  font-size: 2em;
  color: #1E2D03;
}
h3 span {
  font-weight: normal;
}

h4 {
  width: 90%;
  font-size: 1em;
  margin-bottom: 1em;
}
h4 span {
  font-weight: bold;
}
h4:before {
  content: "";
  width: 8%;
  height: 1px;
  background-color: #222;
  display: inline-block;
  margin-right: 20px;
}

h5, h6 {
  margin: 0.75em 0 0.25em 0;
  font-family: "Manrope", "Arial", sans-serif;
  font-weight: bold;
  font-size: 1.6em;
  color: #1E2D03;
}

h6 {
  font-size: 1.3em;
  padding-bottom: 0.5em;
}

/* /////////// LIENS ////////// */
a, a:hover {
  color: #1E2D03;
  text-decoration: none;
}

a.btn {
  background-color: #D3EAAB;
  color: #1E2D03;
  border-radius: 50px;
  font-size: 18px;
  transition-duration: 0.4s;
  padding: 15px 30px;
}
a.btn i {
  margin-right: 10px;
}
a.btn:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  transition: 0.4s;
  z-index: -1;
  top: 0;
  left: 0;
}
a.btn:hover {
  color: #1E2D03;
}
a.btn:hover:before {
  top: 7px;
  left: 7px;
}
a.btn:focus, a.btn:active {
  outline: none;
  box-shadow: none;
}

a.fastBtn {
  background-color: #1E2D03;
  color: white;
  border-radius: 0 0 15px 0;
  font-size: 1.1em;
  padding: 0.365rem 0.75rem;
}
a.fastBtn i {
  margin-left: 10px;
}/*# sourceMappingURL=style.css.map */