/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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%;
  font: inherit;
  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: "";
  content: none;
}

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

html,
body {
  height: 100%;
  /* needed for container min-height */
}

.wrapper-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  height: auto !important;
  /* real browsers */
  height: 100%;
  /* IE6: treaded as min-height*/
  min-height: 100%;
  /* real browsers */
  overflow-x: hidden;
  background: #069a6d;
  background: linear-gradient(135deg, #31a182 0%, #51b5a1 50%, #069a6d 100%);
  font-family: "Barlow", Arial, sans-serif;
  font-size: 1.5vw;
  color: #FFFFFF;
}
@media screen and (min-width: 1366px) {
  .wrapper-page {
    font-size: 21px;
  }
}

.nav {
  padding: 2%;
  width: 96%;
  max-width: 1366px;
  margin: 0 auto;
}
.nav a {
  background: none;
  border: none;
  display: flex;
  align-items: center;
  font-family: "Barlow", Arial, sans-serif;
  font-weight: bold;
  font-size: 3em;
  color: #FFFFFF;
  text-decoration: none;
  white-space: nowrap;
  align-self: flex-start;
}
.nav a:hover {
  color: #ce182c;
}
@media screen and (min-width: 767px) {
  .nav a {
    font-size: 1.5em;
    /*position: absolute;
    bottom: 1%;
    left: 1%;*/
  }
}
.nav a img {
  margin-right: 0.5rem;
}

.carte .inner-page {
  padding: 2% 1%;
  width: 98%;
  max-width: 1366px;
  margin: 0 auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 767px) {
  .carte .inner-page {
    flex-direction: row;
  }
}
.carte .header {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width: 767px) {
  .carte .header {
    flex-direction: column;
    align-items: flex-start;
    margin-right: -3%;
  }
}
.carte .header .logo {
  padding: 5%;
  flex: 1;
}
.carte .header .logo img {
  width: 100%;
  max-width: 65px;
  height: auto;
}
.carte .header .texte {
  flex: 5;
  margin: 0 auto;
  padding: 5%;
}
@media screen and (min-width: 767px) {
  .carte .header .texte {
    margin: 20% 0 0 0;
  }
}
.carte .header .texte p {
  font-size: 5em;
  line-height: 0.8;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 767px) {
  .carte .header .texte p {
    font-size: 2em;
  }
}
.carte .header .texte p strong {
  display: inline-block;
  padding-top: 5%;
  font-size: 1.2em;
  font-weight: 700;
}
.carte .header .texte p + p {
  padding-top: 5%;
  font-size: 3em;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (min-width: 767px) {
  .carte .header .texte p + p {
    font-size: 1em;
  }
}
.carte .map {
  margin-right: -15%;
}
@media screen and (min-width: 767px) {
  .carte .map {
    margin-right: 0;
  }
}
.carte .map svg {
  max-width: 100%;
  height: auto;
}
.carte .map svg a:hover path {
  fill: #ce182c;
}
.carte .footer {
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 5%;
}
@media screen and (min-width: 767px) {
  .carte .footer {
    margin-left: -3%;
    padding: 0;
  }
}
.carte .footer .no-nuage {
  height: 2rem;
}
.carte .footer .nuage {
  align-self: center;
}
.carte .footer .nuage img {
  width: 100%;
  max-width: 320px;
  height: auto;
}
.carte .footer p {
  font-weight: bold;
  font-size: 32px;
  margin: 1em 0 0.25em 0;
  color: #ffffff;
}
@media screen and (min-width: 767px) {
  .carte .footer p {
    font-size: 1.5em;
    margin: 3em 0 0.25em 0;
  }
}
.carte .footer p.mention {
  font-size: 12px;
  margin: 0.5em 0 1em 0;
  color: #575756;
}
@media screen and (min-width: 767px) {
  .carte .footer p.mention {
    font-size: 0.65em;
  }
}
.carte .footer .social {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.carte .footer .social > * {
  margin: 5px;
}
.carte .footer .social .site {
  flex: 5;
  font-weight: bold;
  font-size: 20px;
  color: #b53445;
  white-space: nowrap;
  text-decoration: none;
}
@media screen and (min-width: 767px) {
  .carte .footer .social .site {
    font-size: 1em;
  }
}

.offres .inner-page {
  padding: 0;
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  position: relative;
}
.offres .header {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width: 767px) {
  .offres .header {
    align-items: flex-start;
  }
}
.offres .header .logo {
  padding: 5%;
}
.offres .header .logo img {
  width: 100%;
  max-width: 65px;
  height: auto;
}
.offres .header .texte {
  margin: 0;
  padding: 5% 0;
}
.offres .header .texte p {
  font-size: 5em;
  line-height: 0.8;
}
@media screen and (min-width: 767px) {
  .offres .header .texte p {
    font-size: 2em;
  }
}
.offres .header .texte p strong {
  font-size: 1.2em;
  font-weight: 700;
}
.offres .liste-offres {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /*padding-left: calc(10% + 76px);
  padding-right: 10%;*/
  margin-left: 5%;
  margin-top: 5%;
}
@media screen and (min-width: 767px) {
  .offres .liste-offres {
    margin-left: calc(10% + 76px);
    margin-top: -15%;
  }
}
.offres .liste-offres ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.offres .liste-offres ul li a {
  color: #FFFFFF;
  text-decoration: none;
}
.offres .liste-offres ul li a p {
  text-align: left;
}
.offres .liste-offres ul li a img {
  max-width: 150px;
}
.offres .liste-offres .principales {
  width: 97%;
  padding: 0 0 3% 0;
}
@media screen and (min-width: 767px) {
  .offres .liste-offres .principales {
    width: 100%;
  }
}
.offres .liste-offres .principales ul {
  justify-content: flex-start;
}
.offres .liste-offres .principales ul li {
  width: 50%;
}
.offres .liste-offres .principales p {
  font-size: 3em;
  padding: 0 0 1% 0;
}
@media screen and (min-width: 767px) {
  .offres .liste-offres .principales p {
    font-size: 1.5em;
  }
}
.offres .liste-offres .principales p strong {
  font-weight: bold;
}
.offres .liste-offres .secondaires {
  position: relative;
  width: 95%;
  margin-top: 5%;
}
@media screen and (min-width: 767px) {
  .offres .liste-offres .secondaires {
    margin-top: 0;
  }
}
.offres .liste-offres .secondaires ul {
  padding: 0 0 2% 0;
  gap: 0.5rem;
  flex-wrap: nowrap;
}
@media screen and (min-width: 767px) {
  .offres .liste-offres .secondaires ul {
    gap: 1rem;
  }
}
.offres .liste-offres .secondaires ul li {
  flex: 1;
  width: 100%;
  max-width: 134px;
}
.offres .liste-offres .secondaires ul li img {
  max-width: 100%;
}
.offres .liste-offres .secondaires ul li.en_attente {
  max-width: 116px;
}
.offres .liste-offres .secondaires p {
  padding: 0 0 2% 0;
  font-size: 3em;
  text-align: left;
}
@media screen and (min-width: 767px) {
  .offres .liste-offres .secondaires p {
    font-size: 1.5em;
  }
}
.offres .liste-offres .secondaires p strong {
  font-weight: bold;
}
.offres .liste-offres .secondaires a p {
  margin-left: 0.5rem;
  font-size: 2.5em;
}
@media screen and (min-width: 767px) {
  .offres .liste-offres .secondaires a p {
    font-size: 1em;
  }
}
.offres .liste-offres .secondaires a p strong {
  font-weight: bold;
}
.offres .footer {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 5%;
}
@media screen and (min-width: 767px) {
  .offres .footer {
    margin-left: -3%;
    padding: 0;
  }
}

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