@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/* MIXINS
/*--------------------------------------------------------------------------------------------------------------------*/
/* Breakpoints
/*--------------------------------------------------------------------------------------------------------------------*/
/* BACKGROUND IMAGE & GRADIENT
/*--------------------------------------------------------------------------------------------------------------------*/
/* BACKGROUND GRADIENT
/*--------------------------------------------------------------------------------------------------------------------*/
/* RGBA BACKGROUND (IE8+ COMPATIBLE)
/*--------------------------------------------------------------------------------------------------------------------*/
/* BORDER RADIUS
/*--------------------------------------------------------------------------------------------------------------------*/
/* BOX SHADOW
/*--------------------------------------------------------------------------------------------------------------------*/
/* TRANSITION
/*--------------------------------------------------------------------------------------------------------------------*/
/* TRANSFORM
/*--------------------------------------------------------------------------------------------------------------------*/
/* TRANSFORM ORIGIN
/*--------------------------------------------------------------------------------------------------------------------*/
/* ANIMATION
/*--------------------------------------------------------------------------------------------------------------------*/
/* APPEARANCE
/*--------------------------------------------------------------------------------------------------------------------*/
/* PLACEHOLDER COLOR
/*--------------------------------------------------------------------------------------------------------------------*/
/* ENABLE TEXT SELECTION
/*--------------------------------------------------------------------------------------------------------------------*/
/* DISABLE TEXT SELECTION
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* VARIABLES
/*--------------------------------------------------------------------------------------------------------------------*/
/* LAYOUT & GRID
/*--------------------------------------------------------------------------------------------------------------------*/
/* FONTS
/*--------------------------------------------------------------------------------------------------------------------*/
/* COLORS
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* BASE
/*--------------------------------------------------------------------------------------------------------------------*/
/* line 4, ../sass/base.scss */
* {
  margin: 0;
  padding: 0;
}

/* line 9, ../sass/base.scss */
html,
body {
  height: 100%;
  scroll-behavior: smooth;
}
@media screen and (min-width: 64em) {
  /* line 9, ../sass/base.scss */
  html,
  body {
    font-size: 1.6vh;
  }
}

/* line 18, ../sass/base.scss */
body {
  min-width: 320px;
  color: #000000;
}
/* line 22, ../sass/base.scss */
body p {
  overflow-wrap: anywhere;
  padding: 0;
}
/* line 26, ../sass/base.scss */
body p:first-child {
  margin-top: 0;
}
/* line 30, ../sass/base.scss */
body p:last-child {
  margin-bottom: 0;
}
/* line 35, ../sass/base.scss */
body img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
  /* Emp├¬che tout ├®v├®nement sur l'image, y compris le clic droit */
}

@media screen and (max-width: 63.9375em) {
  /* line 40, ../sass/base.scss */
  .desktop {
    display: none !important;
  }
}

@media screen and (min-width: 64em) {
  /* line 46, ../sass/base.scss */
  .mobile {
    display: none !important;
  }
}

/* line 1, ../sass/index.scss */
header {
  height: 150px;
  height: 9.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 8, ../sass/index.scss */
header .logo img {
  width: 250px;
  width: 15.625rem;
}

/* line 14, ../sass/index.scss */
.background {
  background: url("../images/background.jpg") no-repeat center;
  background-size: cover;
  height: 600px;
  height: 37.5rem;
}
@media screen and (max-width: 63.9375em) {
  /* line 14, ../sass/index.scss */
  .background {
    height: 300px;
  }
}

/* line 23, ../sass/index.scss */
main {
  background-color: #F5F5F5;
}
/* line 26, ../sass/index.scss */
main .main__inner {
  max-width: 1200px;
  max-width: 75rem;
  margin-inline: auto;
  padding: 5rem 0;
}
@media screen and (max-width: 63.9375em) {
  /* line 26, ../sass/index.scss */
  main .main__inner {
    padding: 3.25rem 1.25rem;
  }
}
/* line 34, ../sass/index.scss */
main .main__inner .title {
  margin-bottom: 4rem;
}
/* line 37, ../sass/index.scss */
main .main__inner .title h1, main .main__inner .title p {
  font-family: "Montserrat", sans-serif;
  text-align: center;
}
/* line 42, ../sass/index.scss */
main .main__inner .title h1 {
  color: #003366;
  font-size: 4rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
@media screen and (max-width: 63.9375em) {
  /* line 42, ../sass/index.scss */
  main .main__inner .title h1 {
    font-size: 2rem;
  }
}
/* line 53, ../sass/index.scss */
main .main__inner .title p {
  font-size: 1.75rem;
  font-weight: 400;
}
@media screen and (max-width: 63.9375em) {
  /* line 53, ../sass/index.scss */
  main .main__inner .title p {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 64em) {
  /* line 62, ../sass/index.scss */
  main .main__inner .bloc {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 64em) {
  /* line 69, ../sass/index.scss */
  main .main__inner .bloc__img, main .main__inner .bloc__description {
    width: calc(50% - 1rem);
  }
}
/* line 75, ../sass/index.scss */
main .main__inner .bloc__img {
  aspect-ratio: 3/2;
  position: relative;
}
@media screen and (max-width: 63.9375em) {
  /* line 75, ../sass/index.scss */
  main .main__inner .bloc__img {
    margin-bottom: 1.25rem;
  }
}
/* line 82, ../sass/index.scss */
main .main__inner .bloc__img div {
  height: 100%;
}
/* line 86, ../sass/index.scss */
main .main__inner .bloc__img img, main .main__inner .bloc__img video {
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 100%;
}
/* line 93, ../sass/index.scss */
main .main__inner .bloc__img .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  background: none;
  border: none;
  cursor: pointer;
  filter: invert(1);
}
@media screen and (min-width: 64em) {
  /* line 93, ../sass/index.scss */
  main .main__inner .bloc__img .slick-arrow {
    width: 15px;
    width: 0.9375rem;
  }
}
/* line 106, ../sass/index.scss */
main .main__inner .bloc__img .slick-arrow.slick-prev {
  left: 53px;
  left: 3.3125rem;
}
@media screen and (max-width: 63.9375em) {
  /* line 106, ../sass/index.scss */
  main .main__inner .bloc__img .slick-arrow.slick-prev {
    left: 15px;
  }
}
/* line 113, ../sass/index.scss */
main .main__inner .bloc__img .slick-arrow.slick-next {
  right: 53px;
  right: 3.3125rem;
}
@media screen and (max-width: 63.9375em) {
  /* line 113, ../sass/index.scss */
  main .main__inner .bloc__img .slick-arrow.slick-next {
    right: 15px;
  }
}
/* line 120, ../sass/index.scss */
main .main__inner .bloc__img .slick-arrow:before {
  display: none;
}
/* line 127, ../sass/index.scss */
main .main__inner .bloc__description h2, main .main__inner .bloc__description p {
  font-family: "Montserrat", sans-serif;
  text-align: left;
}
@media screen and (max-width: 63.9375em) {
  /* line 127, ../sass/index.scss */
  main .main__inner .bloc__description h2, main .main__inner .bloc__description p {
    text-align: center;
  }
}
/* line 135, ../sass/index.scss */
main .main__inner .bloc__description h2 {
  color: #003366;
  font-size: 2.25rem;
  font-weight: bold;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 63.9375em) {
  /* line 135, ../sass/index.scss */
  main .main__inner .bloc__description h2 {
    font-size: 1.875rem;
    margin-bottom: 1rem;
  }
}
/* line 146, ../sass/index.scss */
main .main__inner .bloc__description p {
  color: #003366;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
}
/* line 152, ../sass/index.scss */
main .main__inner .bloc__description p strong {
  font-weight: bold;
}
/* line 158, ../sass/index.scss */
main .main__inner .bloc:not(:last-of-type) {
  margin-bottom: 2.75rem;
}
@media screen and (min-width: 64em) {
  /* line 163, ../sass/index.scss */
  main .main__inner .bloc:nth-of-type(2n + 1) .bloc__img {
    margin-right: 2rem;
  }
}
@media screen and (min-width: 64em) {
  /* line 170, ../sass/index.scss */
  main .main__inner .bloc:nth-of-type(2n + 2) {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 64em) {
  /* line 175, ../sass/index.scss */
  main .main__inner .bloc:nth-of-type(2n + 2) .bloc__img {
    margin-left: 2rem;
  }
}

/* line 185, ../sass/index.scss */
footer {
  height: 150px;
  height: 9.375rem;
  background-color: #003366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 63.9375em) {
  /* line 185, ../sass/index.scss */
  footer {
    height: 100px;
  }
}
/* line 196, ../sass/index.scss */
footer p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
}
@media screen and (max-width: 63.9375em) {
  /* line 196, ../sass/index.scss */
  footer p {
    font-size: 1rem;
  }
}
