/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap");
html {
  font-family: "Montserrat", sans-serif;
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
*::before,
*::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
  * Don't show links that are fragment identifiers,
  * or use the `javascript:` pseudo protocol
  */
  a[href^="#"]::after,
a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
  * Printing Tables:
  * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
  */
  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}
p {
  margin: 0;
}

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

.navbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #FDFDFD;
  justify-content: space-around;
}

.navbar a img {
  margin: auto;
  padding: 1em;
  width: 10em;
}

.navbar a {
  font-size: 1.2em;
  padding: 1em;
}

.navbar a:hover {
  color: #F6C0D5;
}

.active {
  color: #F6C0D5;
}

.navbar-responsive {
  display: none;
  height: 10vh;
  justify-content: flex-end;
  align-items: center;
  padding-right: 30px;
}

.navbar-responsive i {
  font-size: 2.5em;
  color: black;
  background-color: white;
}

.menu-navbar-hidden {
  display: none;
}

.menu-navbar-displayed {
  display: flex;
  transition: display 2s;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.877);
}

.menu-navbar-displayed a {
  color: white;
  font-size: 1.8em;
  padding-top: 25px;
}

.body-overflow-hidden {
  overflow: hidden;
}

.body-overflow-visible {
  overflow: visible;
}

.content {
  background-image: url("../img/fondsite.png");
}

.gallery {
  padding-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: center;
  gap: 2em;
}

.gallery img {
  width: 350px;
  height: 350px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  transition: transform 0.25s ease-in-out;
}

.img-wrapper {
  width: 350px;
  height: 350px;
  overflow: hidden;
  display: inline-block;
  overflow: hidden;
}

.gallery img:hover {
  cursor: pointer;
  -moz-transform: rotate(3deg);
  -webkit-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}

.gallery h3 {
  text-align: center;
}

.footer {
  height: 320px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.footer .copyright {
  margin: 40px;
}

.footer .contact {
  margin-left: 275px;
  font-size: 1.4em;
  transform: translateZ(0);
  backface-visibility: hidden;
  -moz-transform: rotate(4deg);
  -webkit-transform: rotate(4deg);
  -o-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
  padding: 5px;
  padding-bottom: 20px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 50px;
  margin-right: 20px;
}

.mailto {
  text-decoration: underline;
  font-weight: bold;
}

@media (max-width: 1200px) {
  .gallery {
    grid-template-columns: repeat(2, auto);
  }

  .gallery h3 {
    font-size: 1em;
  }
}
@media (max-width: 1200px) {
  .navbar {
    display: none;
  }

  .navbar-responsive img {
    margin-left: 25px;
    width: 10em;
  }

  .navbar-responsive {
    display: flex;
    justify-content: space-between;
  }

  .footer {
    margin-top: 100px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }

  .footer .contact {
    align-items: center;
    margin-left: 0;
    font-size: 1.2em;
  }

  .gallery {
    grid-template-columns: repeat(1, auto);
  }
}
@media (max-width: 530px) {
  .img-wrapper {
    width: 300px;
    height: 300px;
  }

  .gallery img {
    width: 300px;
    height: 300px;
  }

  .content {
    background-position: bottom;
  }

  .contact {
    font-size: 0.8em;
  }
}
/* ======================================= A PROPOS ======================================= */
.a-propos {
  padding-top: 80px;
  padding-bottom: 60px;
  width: 80vw;
  display: flex;
  margin: auto;
  justify-content: space-around;
  text-align: justify;
}

.a-propos img {
  width: 50%;
  height: 50%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.a-propos p {
  margin: 0;
  max-width: 520px;
}

@media (max-width: 1400px) {
  .a-propos {
    flex-direction: column;
    align-items: center;
  }

  .a-propos img {
    order: 1;
    margin-bottom: 25px;
    width: 526px;
    height: 404px;
  }

  .a-propos p {
    order: 2;
  }
}
@media (max-width: 768px) {
  .a-propos img {
    order: 1;
    margin-bottom: 25px;
    width: 80vw;
    height: auto;
  }
}
.content-travaux {
  background-image: url("../img/fondsite2.png");
}

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

.grid-cinema {
  height: 2200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(3, 700px);
  grid-gap: 25px;
}

.grid-cinema img {
  margin: auto;
  width: 100%;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.grid-cinema .cinema1 {
  grid-column-start: 1;
  grid-column-end: 4;
}

.grid-cinema .cinema2 {
  grid-column-start: 4;
  grid-column-end: 6;
}

.grid-cinema .cinema3 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 2;
}

.grid-cinema .cinema4 {
  grid-column-start: 3;
  grid-column-end: 6;
  grid-row-start: 2;
  grid-row-end: 2;
}

.grid-cinema .cinema5 {
  grid-column-start: 1;
  grid-column-end: 6;
  grid-row-start: 3;
  grid-row-end: 3;
}

.presentation-cinematheque {
  margin: auto;
  max-width: 1200px;
  display: flex;
  margin-bottom: 50px;
  padding-top: 35px;
}

.presentation-cinematheque .description {
  width: 95%;
  margin-top: 25px;
}

.resume h3 {
  margin-bottom: 0;
}

@media (max-width: 1400px) {
  .container-travaux {
    max-width: 900px;
  }

  .presentation-cinematheque {
    max-width: 900px;
  }

  .grid-cinema {
    height: 1600px;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(3, 500px);
    grid-gap: 25px;
  }
}
@media (max-width: 992px) {
  .presentation-cinematheque {
    flex-direction: column;
    max-width: 650px;
  }

  .container-travaux {
    max-width: 600px;
  }

  .presentation-cinematheque {
    max-width: 600px;
  }

  .grid-cinema {
    height: 1200px;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(3, 350px);
    grid-gap: 25px;
  }
}
@media (max-width: 700px) {
  .container-travaux {
    max-width: 500px;
  }

  .presentation-cinematheque {
    text-align: center;
    flex-direction: column;
    max-width: 350px;
  }

  .presentation-cinematheque .resume {
    margin: auto;
  }

  .grid-cinema {
    display: flex;
    flex-direction: column;
    height: auto;
    margin: auto;
    width: 275px;
  }
}
/*  ===== TOKYO ===== */
.grid-tokyo {
  height: 2200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(3, 700px);
  grid-gap: 25px;
}

.grid-tokyo img {
  margin: auto;
  width: 100%;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.grid-tokyo .tokyo1 {
  grid-column-start: 1;
  grid-column-end: 4;
}

.grid-tokyo .tokyo2 {
  grid-column-start: 4;
  grid-column-end: 6;
}

.grid-tokyo .tokyo3 {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 2;
  grid-row-end: 2;
}

.grid-tokyo .tokyo4 {
  grid-column-start: 1;
  grid-column-end: 6;
  grid-row-start: 3;
  grid-row-end: 3;
}

.presentation-tokyo {
  margin: auto;
  max-width: 1200px;
  display: flex;
  margin-bottom: 50px;
  padding-top: 35px;
}

.presentation-tokyo .description {
  width: 90%;
  margin-top: 25px;
}

@media (min-width: 992px) {
  .presentation-tokyo .description {
    margin-left: 25px;
  }

  .presentation-peinture .description {
    margin-left: 50px;
  }
}
.resume h3 {
  margin-bottom: 0;
}

@media (max-width: 1400px) {
  .container-travaux {
    max-width: 900px;
  }

  .presentation-tokyo {
    max-width: 900px;
  }

  .grid-tokyo {
    height: 1600px;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(3, 500px);
    grid-gap: 25px;
  }
}
@media (max-width: 992px) {
  .presentation-tokyo {
    flex-direction: column;
    max-width: 650px;
  }

  .container-travaux {
    max-width: 600px;
  }

  .presentation-tokyo {
    max-width: 600px;
  }

  .grid-tokyo {
    height: 1200px;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(3, 350px);
    grid-gap: 25px;
  }
}
@media (max-width: 700px) {
  .presentation-tokyo {
    text-align: center;
    flex-direction: column;
    max-width: 350px;
  }

  .presentation-tokyo .resume {
    margin: auto;
  }

  .grid-tokyo {
    display: flex;
    flex-direction: column;
    height: auto;
    margin: auto;
    width: 275px;
  }
}
/* ====== nouvelles editions ====== */
.grid-edition {
  height: 2000px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(15, 1fr);
  grid-template-rows: repeat(8, 200px);
  grid-gap: 25px;
}

.grid-edition img {
  margin: auto;
  width: 100%;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.grid-edition .edition1 {
  grid-column-start: 1;
  grid-column-end: 10;
  grid-row-start: 1;
  grid-row-end: 4;
}

.grid-edition .edition2 {
  grid-column-start: 10;
  grid-column-end: 16;
  grid-row-start: 1;
  grid-row-end: 4;
}

.grid-edition .edition3 {
  grid-column-start: 1;
  grid-column-end: 9;
  grid-row-start: 4;
  grid-row-end: 6;
}

.grid-edition .edition4 {
  grid-column-start: 9;
  grid-column-end: 16;
  grid-row-start: 4;
  grid-row-end: 6;
}

.grid-edition .edition5 {
  grid-column-start: 1;
  grid-column-end: 16;
  grid-row-start: 6;
  grid-row-end: 9;
}

.presentation-edition {
  margin: auto;
  max-width: 1200px;
  display: flex;
  margin-bottom: 50px;
  padding-top: 35px;
}

.presentation-edition .description {
  width: 95%;
  margin-top: 25px;
}

.resume h3 {
  margin-bottom: 0;
}

@media (max-width: 1400px) {
  .container-travaux {
    max-width: 900px;
  }

  .presentation-edition {
    max-width: 900px;
  }

  .grid-edition {
    height: 1600px;
    grid-template-rows: repeat(15, 150px);
    grid-gap: 25px;
  }
}
@media (max-width: 992px) {
  .presentation-edition {
    flex-direction: column;
    max-width: 650px;
  }

  .container-travaux {
    max-width: 600px;
  }

  .presentation-edition {
    max-width: 600px;
  }

  .grid-edition {
    height: 1200px;
    grid-template-rows: repeat(15, 100px);
    grid-gap: 25px;
  }
}
@media (max-width: 700px) {
  .presentation-edition {
    text-align: center;
    flex-direction: column;
    max-width: 350px;
  }

  .presentation-edition .resume {
    margin: auto;
  }

  .grid-edition {
    display: flex;
    flex-direction: column;
    height: auto;
    margin: auto;
    width: 275px;
  }
}
/* ====== paysages sonore ======= */
.grid-paysage {
  height: 1 17, 5px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.5fr 0.1fr 1.5fr;
  grid-template-rows: 670px 430px 550px;
  grid-gap: 25px;
}

.grid-paysage img {
  margin: auto;
  width: 100%;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.grid-paysage .paysage1 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 1;
}

.grid-paysage .paysage2 {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 1;
}

.grid-paysage .paysage3 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 2;
}

.grid-paysage .paysage4 {
  grid-column-start: 2;
  grid-column-end: 4;
  grid-row-start: 2;
  grid-row-end: 2;
}

.grid-paysage .paysage5 {
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 3;
  grid-row-end: 3;
}

.presentation-paysage {
  margin: auto;
  max-width: 1200px;
  display: flex;
  margin-bottom: 50px;
  padding-top: 35px;
}

.presentation-paysage .description {
  width: 95%;
  margin-top: 25px;
}

.resume h3 {
  margin-bottom: 0;
}

@media (max-width: 1400px) {
  .container-travaux {
    max-width: 900px;
  }

  .presentation-paysage {
    max-width: 900px;
  }

  .grid-paysage {
    height: 1400px;
    grid-template-columns: 1.5fr 0.1fr 1.5fr;
    grid-template-rows: 500px 325px 400px;
    grid-gap: 25px;
  }
}
@media (max-width: 992px) {
  .presentation-paysage {
    flex-direction: column;
    max-width: 650px;
  }

  .container-travaux {
    max-width: 600px;
  }

  .presentation-paysage {
    max-width: 600px;
  }

  .grid-paysage {
    height: 1000px;
    grid-template-columns: 1.5fr 0.1fr 1.5fr;
    grid-template-rows: 350px 200px 300px;
    grid-gap: 25px;
  }
}
@media (max-width: 700px) {
  .presentation-paysage {
    text-align: center;
    flex-direction: column;
    max-width: 350px;
  }

  .presentation-paysage .resume {
    margin: auto;
  }

  .grid-paysage {
    display: flex;
    flex-direction: column;
    height: auto;
    margin: auto;
    width: 275px;
  }
}
/* ========== PEINTURES ============= */
.grid-peinture {
  height: 1800px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 657px 461px 634px;
  grid-gap: 25px;
}

.grid-peinture img {
  margin: auto;
  width: 100%;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.grid-peinture .peinture1 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 1;
}

.grid-peinture .peinture2 {
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 2;
  grid-row-end: 2;
}

.grid-peinture .peinture3 {
  grid-column-start: 2;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 2;
}

.grid-peinture .peinture4 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 3;
}

.presentation-peinture {
  margin: auto;
  max-width: 1200px;
  display: flex;
  margin-bottom: 50px;
  padding-top: 35px;
}

.presentation-peinture .description {
  width: 75%;
  margin-top: 25px;
}

.resume h3 {
  margin-bottom: 0;
}

@media (max-width: 1400px) {
  .container-travaux {
    max-width: 900px;
  }

  .presentation-peinture {
    max-width: 900px;
  }

  .grid-peinture {
    height: 1400px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 492px 381px 475px;
    grid-gap: 25px;
  }
}
@media (max-width: 992px) {
  .presentation-peinture {
    flex-direction: column;
    max-width: 650px;
  }

  .container-travaux {
    max-width: 600px;
  }

  .presentation-peinture {
    max-width: 600px;
  }

  .grid-peinture {
    height: 1000px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 328px 304px 317px;
    grid-gap: 25px;
  }
}
@media (max-width: 700px) {
  .presentation-peinture {
    flex-direction: column;
    max-width: 350px;
  }

  .presentation-peinture .resume {
    margin: auto;
  }

  .grid-peinture {
    display: flex;
    flex-direction: column;
    height: auto;
    margin: auto;
    width: 325px;
  }

  .presentation-peinture .description {
    align-self: center;
  }
}
/* ========== BOUDU ============= */
.grid-boudu {
  height: 1850px;
  margin: auto;
  display: grid;
  grid-template-columns: 0.6fr 0.1fr 0.1fr 0.1fr 0.1fr 0.6fr;
  grid-template-rows: 656px 528px 564px;
  grid-gap: 25px;
}

.grid-boudu img {
  margin: auto;
  width: 100%;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.grid-boudu .boudu1 {
  grid-column-start: 1;
  grid-column-end: 7;
  grid-row-start: 1;
  grid-row-end: 1;
}

.grid-boudu .boudu2 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 2;
}

.grid-boudu .boudu3 {
  grid-column-start: 3;
  grid-column-end: 7;
  grid-row-start: 2;
  grid-row-end: 2;
}

.grid-boudu .boudu4 {
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 3;
  grid-row-end: 3;
}

.grid-boudu .boudu5 {
  grid-column-start: 4;
  grid-column-end: 7;
  grid-row-start: 3;
  grid-row-end: 3;
}

.presentation-boudu {
  margin: auto;
  max-width: 1200px;
  display: flex;
  margin-bottom: 50px;
  padding-top: 35px;
}

.presentation-boudu .description {
  width: 95%;
  margin-top: 25px;
}

.resume h3 {
  margin-bottom: 0;
}

@media (max-width: 1400px) {
  .container-travaux {
    max-width: 900px;
  }

  .presentation-boudu {
    max-width: 900px;
  }

  .grid-boudu {
    height: 1500px;
    display: grid;
    grid-template-columns: 0.6fr 0.1fr 0.1fr 0.1fr 0.1fr 0.6fr;
    grid-template-rows: 492px 410px 410px;
    grid-gap: 25px;
  }
}
@media (max-width: 992px) {
  .presentation-boudu {
    flex-direction: column;
    max-width: 650px;
  }

  .container-travaux {
    max-width: 600px;
  }

  .presentation-boudu {
    max-width: 600px;
  }

  .grid-boudu {
    height: 1000px;
    display: grid;
    grid-template-columns: 0.6fr 0.1fr 0.1fr 0.1fr 0.1fr 0.6fr;
    grid-template-rows: 328px 280px 280px;
    grid-gap: 25px;
  }
}
@media (max-width: 700px) {
  .presentation-boudu {
    text-align: center;
    flex-direction: column;
    max-width: 350px;
  }

  .presentation-boudu .resume {
    margin: auto;
  }

  .grid-boudu {
    display: flex;
    flex-direction: column;
    height: auto;
    margin: auto;
    width: 325px;
  }
}
.cv {
  text-align: center;
}

button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
}
button.learn-more {
  font-weight: 600;
  color: #382b22;
  text-transform: uppercase;
  padding: 1.25em 2em;
  background: #fff0f0;
  border: 2px solid #b18597;
  border-radius: 0.75em;
  transform-style: preserve-3d;
  transition: transform 150ms cubic-bezier(0, 0, 0.58, 1), background 150ms cubic-bezier(0, 0, 0.58, 1);
}
button.learn-more::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f9c4d2;
  border-radius: inherit;
  box-shadow: 0 0 0 2px #b18597, 0 0.625em 0 0 #ffe3e2;
  transform: translate3d(0, 0.75em, -1em);
  transition: transform 150ms cubic-bezier(0, 0, 0.58, 1), box-shadow 150ms cubic-bezier(0, 0, 0.58, 1);
}
button.learn-more:hover {
  background: #ffe9e9;
  transform: translate(0, 0.25em);
}
button.learn-more:hover::before {
  box-shadow: 0 0 0 2px #b18597, 0 0.5em 0 0 #ffe3e2;
  transform: translate3d(0, 0.5em, -1em);
}
button.learn-more:active {
  background: #ffe9e9;
  transform: translate(0em, 0.75em);
}
button.learn-more:active::before {
  box-shadow: 0 0 0 2px #b18597, 0 0 #ffe3e2;
  transform: translate3d(0, 0, -1em);
}

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