@import url(https://fonts.googleapis.com/css?family=Nunito:200,300,400|Roboto+Slab:300,400,700);/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
  margin: 0;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
  border-style: none;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
  display: list-item;
}

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 16px;
  font-family: "Roboto Slab", serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

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

a.underline-link {
  color: #6A6A6A;
  font-size: 0.875rem;
  padding-bottom: 4px;
  border-bottom: 1px solid #6A6A6A;
}

a.underline-link:hover {
  border-color: black;
}

main {
  min-height: calc(100vh - 300px);
}

section {
  margin: 50px 0;
}

@media (min-width: 768px) {
  section {
    margin: 130px 0;
  }
}

@media (min-width: 992px) {
  section {
    margin: 130px 0;
  }
}

@media (min-width: 1200px) {
  section {
    margin: 130px 0;
  }
}

section.bg-color {
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
}

section.no-mt {
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", sans-serif;
  font-weight: 200;
}

h1,
h2 {
  font-size: 3rem;
}

p {
  font-size: 1rem;
}

img {
  width: 100%;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.container {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.title-underline {
  display: block;
  height: 1px;
  width: 100px;
  background-color: #000;
  margin: 10px 0;
}

.title-underline.white {
  background-color: white;
}

.upcase {
  text-transform: uppercase;
}

.light {
  font-weight: 300;
}

.main-footer {
  background-color: #3C4899;
  color: white;
}

.main-footer .container {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (max-width: 991px) {
  .main-footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 992px) {
  .main-footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.main-footer .logo {
  max-width: 200px;
}

.main-footer .sections {
  margin: 1rem 0;
}

@media (min-width: 992px) {
  .main-footer .sections {
    margin: 0;
  }
}

@media (min-width: 992px) {
  .main-footer .sections {
    border-left: 1px solid white;
    border-right: 1px solid white;
    padding: 5px 20px;
  }
}

.main-footer .sections li {
  display: inline-block;
  padding: 0 10px;
}

.main-footer .sections li:first-child {
  padding-left: 0;
}

.main-footer .sections li:last-child {
  padding-right: 0;
}

.main-footer .sections a {
  color: white;
}

@media (max-width: 991px) {
  .main-header.active {
    position: fixed;
    width: 100%;
    background-color: white;
    z-index: 10;
  }
}

@media (min-width: 768px) {
  .main-header {
    position: absolute;
    width: 100%;
  }
}

.main-header .container {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .main-header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.main-header .mobile-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-header .logo {
  max-width: 250px;
}

.main-header .burger-btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 1.5rem;
}

.main-header .burger-btn.active {
  color: #3C4899;
}

.main-header .burger-btn:focus {
  outline: none;
}

@media (min-width: 768px) {
  .main-header .burger-btn {
    display: none;
  }
}

.main-header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .main-header nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
    height: 0vh;
    -webkit-transition: height 0.3s ease-in;
    transition: height 0.3s ease-in;
  }

  .main-header nav a {
    font-size: 2rem;
    color: #3C4899;
    margin-bottom: 10px;
  }

  .main-header nav.active {
    height: 100vh;
    -webkit-transition: height 0.3s ease-out;
    transition: height 0.3s ease-out;
  }
}

@media (min-width: 768px) {
  .main-header nav a {
    padding: 0 10px;
  }

  .main-header nav a:hover {
    color: #3C4899;
  }

  .main-header nav a:first-child {
    padding-left: 0;
  }

  .main-header nav a:last-child {
    padding-right: 0;
  }
}

.top-page {
  min-height: 70vh;
  background-color: lightblue;
  background-image: url(/images/top-fond.jpg?bf7a6eb1b59ed1e17f97876ab639e547);
  background-position: center;
  background-size: cover;
}

.top-page .container {
  min-height: 70vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 10%;
}

@media (min-width: 992px) {
  .top-page .container {
    padding-bottom: 5%;
  }
}

.top-page .container .text-part {
  width: 100%;
  max-width: 700px;
}

@media (min-width: 768px) {
  .top-page .container .text-part {
    margin-bottom: 40px;
  }
}

.top-page .container .infos-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.top-page .container .infos-part p a i {
  margin-right: 4px;
}

@media (max-width: 767px) {
  .top-page .container .infos-part p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 768px) {
  .top-page .container .infos-part p a:first-child {
    margin-right: 20px;
  }
}

@media (min-width: 768px) {
  .top-page .container .infos-part {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.nos-secteurs .secteurs_grid-container {
  height: 500px;
  display: none;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-template-areas: "img1 img2 img3 img5 img5 img6" "img1 img4 img4 img7 img8 img9";
  gap: 20px;
  margin: 50px auto;
}

@supports (display: grid) {
  .nos-secteurs .secteurs_grid-container {
    display: grid;
  }
}

@media screen and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) {
  .nos-secteurs .secteurs_grid-container {
    grid-template-rows: 250px 250px;
  }
}

@media (max-width: 991px) {
  .nos-secteurs .secteurs_grid-container {
    height: 60vh;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-areas: "img1 img2 img3"  "img1 img4 img4" "img5 img5 img6"  "img7 img8 img9";
  }
}

@media screen and (max-width: 991px) and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) {
  .nos-secteurs .secteurs_grid-container {
    grid-template-rows: 15vh 15vh 15vh 15vh;
  }
}

.nos-secteurs .secteurs_grid-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}

@media (min-width: 992px) {
  .nos-secteurs .secteurs_grid-container img {
    opacity: 0.6;
  }

  .nos-secteurs .secteurs_grid-container img:hover {
    opacity: 1;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}

.nos-secteurs .secteurs_grid-container .secteurs_img1 {
  grid-area: img1;
}

.nos-secteurs .secteurs_grid-container .secteurs_img4 {
  grid-area: img4;
}

.nos-secteurs .secteurs_grid-container .secteurs_img5 {
  grid-area: img5;
}

.nos-secteurs .secteurs_grid-container .secteurs_img2 {
  grid-area: img2;
}

.nos-secteurs .secteurs_grid-container .secteurs_img3 {
  grid-area: img3;
}

.nos-secteurs .secteurs_grid-container .secteurs_img6 {
  grid-area: img6;
}

.nos-secteurs .secteurs_grid-container .secteurs_img7 {
  grid-area: img7;
}

.nos-secteurs .secteurs_grid-container .secteurs_img8 {
  grid-area: img8;
}

.nos-secteurs .secteurs_grid-container .secteurs_img9 {
  grid-area: img9;
}

.nos-secteurs .scroll-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0;
}

.nos-secteurs .scroll-down p {
  font-weight: 300;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.nos-secteurs .scroll-down .line {
  height: 100px;
  width: 1px;
  display: inline-block;
  background-color: #000;
  margin-top: 10px;
}

.nos-secteurs .secteurs-content {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .nos-secteurs .secteurs-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

.nos-secteurs .secteurs-content .infos-part h2 {
  margin-top: 20px;
}

.nos-secteurs .secteurs-content .infos-part li {
  position: relative;
  color: grey;
  cursor: pointer;
}

.nos-secteurs .secteurs-content .infos-part li.active {
  color: black;
}

.nos-secteurs .secteurs-content .infos-part li.active::before {
  position: absolute;
  content: "";
  display: block;
  height: 1px;
  width: 25px;
  background-color: #000;
  top: 50%;
  left: -30px;
}

.nos-secteurs .secteur-number {
  display: table;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .presentation {
    margin-bottom: 0;
  }
}

.presentation .content {
  background-color: #00162B
}
.presentation h2 {
color : #69b3ec;
}

@media (min-width: 768px) {
  .presentation .content {
    width: 90%;
    padding: 2rem;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 992px) {
  .presentation .content {
    width: 60%;
  }
}

.presentation .content .infos {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 600px;
  color: white;
  padding: 1rem;
}

@media (min-width: 768px) {
  .presentation .content .infos {
    padding: 0 2rem 1rem 1rem;
  }
}

.presentation .content .infos footer {
  margin-top: 50px;
}

@media (min-width: 768px) {
  .presentation .content .infos footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .presentation .content .infos footer span {
    margin-right: 50px;
  }
}

.presentation .content .img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (min-width: 768px) {
  .presentation .content .img {
    position: relative;
  }

  .presentation .content .img img {
    position: absolute;
    max-width: 400px;
  }
}

.trouvez-nous {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .trouvez-nous {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .trouvez-nous {
    grid-template-columns: 1fr 1fr;
  }
}

.trouvez-nous .blue-bg .content {
  width: 100%;
  color: #3C4899;
  padding: 1.25rem;
  margin-left: auto;
  height: 100%;
}

@media (min-width: 768px) {
  .trouvez-nous .blue-bg .content {
    padding: 3rem 0 0 1.25rem;
    max-width: calc(100% - (100vw - 1250px)/2);
  }
}

@media (min-width: 768px) {
  .trouvez-nous .blue-bg .content footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .trouvez-nous .blue-bg .content footer span {
    margin-right: 50px;
    background-color: #3C4899;
  }
}

.trouvez-nous .blue-bg .content iframe {
  width: 100%;
  height: 500px;
  vertical-align: bottom;
}

.trouvez-nous .white-bg {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.trouvez-nous .white-bg .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1.25rem;
  /* background-color: #EFEFEF;*/
  line-height: 0.95;
}

@media (min-width: 768px) {
  .trouvez-nous .white-bg .content {
    padding: 3rem 2rem;
  }
}

@media (max-width: 767px) {
  .trouvez-nous .white-bg .content footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .trouvez-nous .white-bg .content footer a:first-child {
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .trouvez-nous .white-bg .content footer a:first-child {
    margin-right: 20px;
  }
}

