/*! normalize.css v8.0.1 | 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.
 */
@import "FA/all.css";
@import "Barlow.css";
@import "BarlowCondensed.css";
@import "BarlowSemiCondensed.css";
@import "slick/slick.css";
@import "slick/slick-theme.css";
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * 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 {
  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 */
  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 {
  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] {
  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;
}

* {
  box-sizing: border-box;
  font-weight: normal;
}

.debug {
  display: none;
}

.zone_wrap {
  width: 1000px;
  max-width: 100%;
  margin: auto;
}
@media (max-width: 1020px) {
  .zone_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

html {
  font: 18px/1.5 BarlowSemiCondensedRegular;
}

main {
  overflow-x: hidden;
  padding-top: 130px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

p {
  font: 18px/1.5 BarlowSemiCondensedRegular;
}
p strong {
  font: 18px/1.5 BarlowSemiBold;
}

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

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style-position: inside;
}

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

header, .header {
  position: fixed;
  z-index: 999;
  width: 100%;
  transition: all 0.6s ease-out;
  top: 0;
  height: 80px;
  border-bottom: solid 1px #e7a93f;
  background: white;
}
header .zone_wrap, .header .zone_wrap {
  display: grid;
  grid-template-columns: auto 1fr;
  justify-content: space-between;
  align-items: center;
}
header .zone_wrap .navigation, .header .zone_wrap .navigation {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
header .zone_wrap .navigation > *, .header .zone_wrap .navigation > * {
  margin: auto;
  padding: 0 15px;
}
header .zone_wrap .logo, .header .zone_wrap .logo {
  height: 75px;
  width: auto;
}
header .zone_wrap .logo img, .header .zone_wrap .logo img {
  height: 70px;
  width: 152px;
}
header .zone_wrap .nav_pages, .header .zone_wrap .nav_pages {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
header .zone_wrap .nav_pages ul, .header .zone_wrap .nav_pages ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}
header .zone_wrap .nav_pages ul li, .header .zone_wrap .nav_pages ul li {
  width: fit-content;
  padding: 10px 15px;
}
header .zone_wrap .nav_pages ul li a, .header .zone_wrap .nav_pages ul li a {
  font: 18px/1 BarlowSemiCondensedMedium;
  text-transform: uppercase;
  color: #020c65;
  white-space: nowrap;
}
header .zone_wrap .nav_reseaux, .header .zone_wrap .nav_reseaux {
  margin: auto 0 auto auto;
  padding: 10px 5px;
}
header .zone_wrap .nav_reseaux ul, .header .zone_wrap .nav_reseaux ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .zone_wrap .nav_reseaux ul li, .header .zone_wrap .nav_reseaux ul li {
  width: 30px;
  height: 30px;
  padding: 0;
}
header .zone_wrap .nav_reseaux ul li a, .header .zone_wrap .nav_reseaux ul li a {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #020c65;
}

.header.active {
  top: -100px;
}

#page_accueil {
  margin: 0;
  padding: 0;
}
#page_accueil main {
  padding-top: 80px;
}
#page_accueil .zone_diaporama {
  width: 100vw;
  height: 900px;
  max-height: 60vh;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#page_accueil .zone_diaporama .chk_une_diapo_accueil {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 900px;
  max-height: 60vh;
  background: center no-repeat;
  background-size: cover;
  padding: 60px;
}
#page_accueil .zone_diaporama .chk_une_diapo_accueil .titre {
  font: 60px/1.2 BarlowSemiCondensedBold;
  color: #e7a93f;
  text-stroke: 1px #020c65;
  -webkit-text-stroke: 1px #020c65;
}
#page_accueil .zone_diaporama .chk_une_diapo_accueil a {
  opacity: 0;
  width: 0;
  height: 0;
}
#page_accueil .zone_diaporama .chk_une_diapo_accueil a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
#page_accueil .zone_categories .zone_wrap {
  border-top: solid 1px #020c65;
  padding-top: 60px;
  display: flex;
  justify-content: space-around;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
}
#page_accueil .zone_categories .zone_wrap .chk_une_categorie_accueil {
  position: relative;
  width: 300px;
  margin-bottom: 40px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
#page_accueil .zone_categories .zone_wrap .chk_une_categorie_accueil img {
  width: 200px;
}
#page_accueil .zone_categories .zone_wrap .chk_une_categorie_accueil .categorie {
  font: 28px/1.15 BarlowSemiCondensedMedium;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: center;
  color: #020c65;
  margin: 0 0 10px;
  padding: 0;
}
#page_accueil .zone_categories .zone_wrap .chk_une_categorie_accueil .lien {
  margin: 0 auto;
}
#page_accueil .zone_categories .zone_wrap .chk_une_categorie_accueil .lien a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e7a93f;
  opacity: 0.1;
  font: 16px/25px BarlowSemiCondensedRegular;
  text-transform: uppercase;
}
#page_accueil .zone_categories .zone_wrap .chk_une_categorie_accueil .lien a i {
  font-size: 24px;
  padding-top: 1px;
  padding-left: 3px;
}
#page_accueil .zone_categories .zone_wrap .chk_une_categorie_accueil .lien a:hover {
  color: #020c65;
}
#page_accueil .zone_categories .zone_wrap .chk_une_categorie_accueil .lien a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  cursor: pointer;
}
#page_accueil .zone_categories .zone_wrap .chk_une_categorie_accueil:hover {
  scale: 1.03;
}

#page_Produits .zone_titre, #page_categorie .zone_titre {
  padding-bottom: 60px;
}
#page_Produits .zone_titre h1, #page_categorie .zone_titre h1 {
  text-align: center;
  text-transform: uppercase;
  font: 30px/1 BarlowBold;
  letter-spacing: 0.05em;
}
#page_Produits .zone_categories .zone_wrap, #page_categorie .zone_categories .zone_wrap {
  border-top: solid 1px #020c65;
  padding-top: 60px;
  display: flex;
  justify-content: space-around;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
}
#page_Produits .zone_categories .zone_wrap .chk_une_categorie_liste, #page_categorie .zone_categories .zone_wrap .chk_une_categorie_liste {
  position: relative;
  width: 300px;
  margin-bottom: 80px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
#page_Produits .zone_categories .zone_wrap .chk_une_categorie_liste .categorie, #page_categorie .zone_categories .zone_wrap .chk_une_categorie_liste .categorie {
  font: 28px/1.15 BarlowSemiCondensedMedium;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: center;
  color: #020c65;
  margin: 0 0 10px;
  padding: 0;
}
#page_Produits .zone_categories .zone_wrap .chk_une_categorie_liste .lien, #page_categorie .zone_categories .zone_wrap .chk_une_categorie_liste .lien {
  margin: 0 auto;
}
#page_Produits .zone_categories .zone_wrap .chk_une_categorie_liste .lien a, #page_categorie .zone_categories .zone_wrap .chk_une_categorie_liste .lien a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e7a93f;
  font: 16px/25px BarlowSemiCondensedRegular;
  text-transform: uppercase;
}
#page_Produits .zone_categories .zone_wrap .chk_une_categorie_liste .lien a i, #page_categorie .zone_categories .zone_wrap .chk_une_categorie_liste .lien a i {
  font-size: 24px;
  padding-top: 1px;
  padding-left: 3px;
}
#page_Produits .zone_categories .zone_wrap .chk_une_categorie_liste .lien a:hover, #page_categorie .zone_categories .zone_wrap .chk_une_categorie_liste .lien a:hover {
  color: #020c65;
}
#page_Produits .zone_categories .zone_wrap .chk_une_categorie_liste .lien a:after, #page_categorie .zone_categories .zone_wrap .chk_une_categorie_liste .lien a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  cursor: pointer;
}
#page_Produits .zone_categories .zone_wrap .chk_une_categorie_liste:hover, #page_categorie .zone_categories .zone_wrap .chk_une_categorie_liste:hover {
  scale: 1.03;
}
#page_Produits .zone_produits .zone_wrap, #page_categorie .zone_produits .zone_wrap {
  border-top: solid 1px #020c65;
  padding-top: 60px;
  display: flex;
  justify-content: space-around;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
}
#page_Produits .zone_produits .zone_wrap .chk_un_produit, #page_categorie .zone_produits .zone_wrap .chk_un_produit {
  position: relative;
  width: 300px;
  margin-bottom: 80px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
#page_Produits .zone_produits .zone_wrap .chk_un_produit .produit, #page_categorie .zone_produits .zone_wrap .chk_un_produit .produit {
  font: 20px/1.15 BarlowSemiCondensedMedium;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: center;
  color: #020c65;
  margin: 0 0 10px;
  padding: 0;
}
#page_Produits .zone_produits .zone_wrap .chk_un_produit .lien, #page_categorie .zone_produits .zone_wrap .chk_un_produit .lien {
  margin: 0 auto;
}
#page_Produits .zone_produits .zone_wrap .chk_un_produit .lien a, #page_categorie .zone_produits .zone_wrap .chk_un_produit .lien a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e7a93f;
  font: 18px/25px BarlowSemiCondensedRegular;
  text-transform: uppercase;
}
#page_Produits .zone_produits .zone_wrap .chk_un_produit .lien a i, #page_categorie .zone_produits .zone_wrap .chk_un_produit .lien a i {
  font-size: 24px;
}
#page_Produits .zone_produits .zone_wrap .chk_un_produit .lien a:hover, #page_categorie .zone_produits .zone_wrap .chk_un_produit .lien a:hover {
  color: #020c65;
}
#page_Produits .zone_produits .zone_wrap .chk_un_produit .lien a:after, #page_categorie .zone_produits .zone_wrap .chk_un_produit .lien a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  cursor: pointer;
}
#page_Produits .zone_produits .zone_wrap .chk_un_produit:hover, #page_categorie .zone_produits .zone_wrap .chk_un_produit:hover {
  scale: 1.03;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    scale: 0.9;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}
#page_produit .categorie {
  text-align: center;
  text-transform: uppercase;
  font: 30px/1 BarlowBold;
  letter-spacing: 0.05em;
  color: #020c65;
  padding-bottom: 60px;
}
#page_produit .titre_mobile {
  display: none;
}
#page_produit .zone_produit {
  display: grid;
  grid-template-columns: 40% 1fr;
  grid-gap: 60px;
}
#page_produit .zone_produit .image {
  flex: 0 0 40vw;
  border: solid 1px rgba(231, 169, 63, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
}
#page_produit .zone_produit .textes {
  flex: 0 0 50vw;
}
#page_produit .zone_produit .textes h1 {
  font: 40px/1.15 BarlowSemiCondensedBold;
  color: #020c65;
  margin-bottom: 10px;
}
#page_produit .zone_produit .textes .description p {
  font: 20px/1.5 BarlowCondensedLight;
}
#page_produit h2 {
  font: 30px/1.25 BarlowCondensedThin;
  margin-bottom: 10px;
  color: #020c65;
}
#page_produit .documentations {
  flex: 0 0 100%;
  margin: 60px 0;
}
#page_produit .documentations ul {
  border-top: solid 1px #020c65;
}
#page_produit .documentations ul li {
  list-style: none;
  height: 40px;
  padding: 5px 0;
  border-bottom: solid 1px gainsboro;
}
#page_produit .documentations ul li a {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
}
#page_produit .documentations ul li a i {
  margin-right: 6px;
}
#page_produit .zone_categorie .zone_wrap {
  border-top: solid 1px #020c65;
  padding-top: 60px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  justify-items: center;
  flex-wrap: wrap;
  list-style: none;
}
#page_produit .zone_categorie .chk_un_produit {
  position: relative;
  width: 300px;
  margin-bottom: 80px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
#page_produit .zone_categorie .chk_un_produit .produit {
  font: 20px/1.15 BarlowSemiCondensedMedium;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: center;
  color: #020c65;
  margin: 0 0 10px;
  padding: 0;
}
#page_produit .zone_categorie .chk_un_produit .lien {
  margin: 0 auto;
}
#page_produit .zone_categorie .chk_un_produit .lien a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e7a93f;
  font: 18px/25px BarlowSemiCondensedRegular;
  text-transform: uppercase;
}
#page_produit .zone_categorie .chk_un_produit .lien a i {
  font-size: 24px;
}
#page_produit .zone_categorie .chk_un_produit .lien a:hover {
  color: #020c65;
}
#page_produit .zone_categorie .chk_un_produit .lien a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  cursor: pointer;
}
#page_produit .zone_categorie .chk_un_produit:hover {
  scale: 1.03;
}
#page_produit .btn_voir_tous {
  margin: 60px auto;
  width: 300px;
  height: 60px;
  border-top: solid 1px #e7a93f;
  border-bottom: solid 1px #e7a93f;
  display: flex;
  justify-content: center;
  align-items: center;
  font: 18px/1.5 BarlowSemiCondensedBold;
  text-transform: uppercase;
  color: #020c65;
  text-align: center;
}

.breadcrumbs {
  border-bottom: solid 1px #e7a93f;
  margin-bottom: 30px;
  padding-bottom: 6px;
}
.breadcrumbs ul {
  display: flex;
  list-style: none;
}
.breadcrumbs ul li {
  margin: 0 10px;
}
.breadcrumbs ul li:last-child {
  display: none;
  margin-left: 0;
}

#page_qui main {
  padding-top: 80px;
}
#page_qui h1 {
  font: 40px/1.5 BarlowSemiCondensedBold;
  color: #020c65;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 40px auto 0;
}
#page_qui h2 {
  font: 30px/1.25 BarlowCondensedThin;
  text-align: center;
  margin: 10px auto 30px;
  padding-bottom: 15px;
  color: #020c65;
  width: 600px;
  max-width: 100%;
  border-bottom: solid 1px #e7a93f;
}
#page_qui .zone_banner {
  height: 600px;
  max-height: 40vh;
  overflow: hidden;
}
#page_qui .zone_banner .chk_diapo_banner {
  height: 600px;
  max-height: 40vh;
  background: center no-repeat;
  background-size: cover;
}
#page_qui .zone_intro {
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
}
#page_qui .zone_intro .titre {
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
}
#page_qui .zone_intro .titre .logo {
  margin: auto 0 auto auto;
}
#page_qui .zone_intro h1 {
  margin: auto auto auto 0;
  text-align: left;
  line-height: 1.15;
}
#page_qui .zone_intro .texte p {
  font: 24px/1.5 BarlowSemiCondensedMedium;
  text-align: center;
  width: 600px;
  max-width: 100%;
  margin: 20px auto;
}
#page_qui .zone_mots {
  background: rgba(231, 169, 63, 0.1);
  padding-top: 50px;
  padding-bottom: 60px;
  color: #020c65;
}
#page_qui .zone_mots ul {
  width: 600px;
  max-width: 100%;
  margin: 20px auto;
}
#page_qui .zone_mots ul li {
  list-style: none;
  font: 22px/1.5 BarlowSemiCondensedRegular;
  color: #020c65;
  margin-bottom: 6px;
}
#page_qui .zone_mots ul li i {
  margin-right: 6px;
  color: #e7a93f;
}
#page_qui .zone_hitoire {
  width: 600px;
  max-width: 100%;
  margin: 0 auto 50px;
  padding-top: 60px;
  padding-bottom: 60px;
}
#page_qui .zone_hitoire .date {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
#page_qui .zone_hitoire .date .annee {
  background: #e7a93f;
  flex: 0 0 75px;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font: 24px/1.5 BarlowSemiCondensedMedium;
  color: #020c65;
  margin-right: 20px;
  border: solid 1px #020c65;
  position: relative;
}
#page_qui .zone_hitoire .date .annee:after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  height: 20px;
  width: 1px;
  border-left: solid 1px #020c65;
  content: "";
}
#page_qui .zone_hitoire .date .annee:before {
  position: absolute;
  top: 50%;
  right: -20px;
  height: 10px;
  width: 20px;
  border-top: solid 1px #020c65;
  content: "";
}
#page_qui .zone_hitoire .date:last-child .annee:after {
  display: none;
}
#page_qui .zone_hitoire .date .texte {
  border-left: solid 1px #020c65;
  padding-left: 15px;
}
#page_qui .zone_savoirfaire {
  background: rgba(231, 169, 63, 0.1);
  padding-top: 50px;
  padding-bottom: 60px;
}
#page_qui .zone_savoirfaire .textes {
  width: 600px;
  max-width: 90%;
  margin: auto;
}
#page_qui .zone_references {
  padding-top: 50px;
  padding-bottom: 60px;
}
#page_qui .zone_references .references {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 60px;
  justify-items: center;
  padding-top: 40px;
}
@media (max-width: 760px) {
  #page_qui .zone_references .references {
    grid-template-columns: 1fr;
  }
}
#page_qui .zone_references h3 {
  font: 22px/1.5 BarlowSemiCondensedBold;
  text-align: center;
  color: #e7a93f;
  border-bottom: solid 1px gainsboro;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 10px;
}
#page_qui .zone_references .texte {
  width: fit-content;
  margin: 15px auto;
  text-align: center;
  font: 18px/1.8 BarlowSemiCondensedRegular;
}

#page_espace-pro .zone_titre h1 {
  text-align: center;
  text-transform: uppercase;
  font: 30px/1 BarlowBold;
  letter-spacing: 0.05em;
}
#page_espace-pro .zone_login {
  width: 600px;
  max-width: 100%;
  margin: 60px auto;
}
#page_espace-pro .zone_login .loginForm .loginLogin form fieldset {
  border: solid 1px #020c65;
}
#page_espace-pro .zone_login .loginForm .loginLogin form fieldset legend {
  display: inline-block;
  background: white;
  padding: 0 10px 5px;
  font-size: 24px;
  color: #020c65;
}
#page_espace-pro .zone_login .loginForm .loginLogin form fieldset p {
  width: fit-content;
  margin: 20px auto;
}
#page_espace-pro .zone_login .loginForm .loginLogin form fieldset p label {
  display: block;
}
#page_espace-pro .zone_login .loginForm .loginLogin form fieldset p input {
  display: block;
  width: 300px;
  height: 40px;
  padding: 3px 10px;
  border: solid 1px #020c65;
}
#page_espace-pro .zone_login .loginForm .loginLogin form fieldset input[type=submit] {
  display: block;
  margin: 40px auto;
  font: 20px/1 BarlowSemiCondensedBold;
  text-transform: uppercase;
  color: #020c65;
  background: #e7a93f;
  cursor: pointer;
}

#page_contact .zone_titre {
  padding-bottom: 60px;
}
#page_contact .zone_titre h1 {
  text-align: center;
  text-transform: uppercase;
  font: 30px/1 BarlowBold;
  letter-spacing: 0.05em;
}
#page_contact .zone_contact {
  border-top: solid 1px gainsboro;
  padding-top: 50px;
  padding-bottom: 60px;
}
#page_contact .zone_contact .titre {
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
  padding: 30px 0;
}
#page_contact .zone_contact .titre .logo {
  margin: auto 0 auto auto;
}
#page_contact .zone_contact .titre h2 {
  font: 40px/1.5 BarlowSemiCondensedBold;
  color: #020c65;
  letter-spacing: 0.05em;
  margin: auto auto auto 20px;
  text-align: left;
  line-height: 1.15;
}
#page_contact .zone_contact .texte p {
  font: 24px/1.5 BarlowSemiCondensedRegular;
  text-align: center;
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
}
#page_contact .zone_contact .texte p a {
  font: 24px/1.5 BarlowSemiCondensedBold;
}
#page_contact .zone_googlemaps {
  border-top: solid 1px #020c65;
  width: 100%;
  height: 600px;
  max-height: 80vh;
}
#page_contact .zone_googlemaps iframe {
  width: 100% !important;
  height: 100% !important;
  border: none;
}

#page_mentions .zone_titre h1 {
  text-align: center;
  text-transform: uppercase;
  font: 30px/1 BarlowBold;
  letter-spacing: 0.05em;
}

footer {
  background: rgba(231, 169, 63, 0.1);
}
footer .footer_social {
  background: #020c65;
}
footer .footer_social .zone_wrap ul {
  height: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}
footer .footer_social .zone_wrap ul li {
  color: white;
  margin: auto 10px;
}
footer .footer_social .zone_wrap ul li a {
  color: white;
  font: 20px/1.5 BarlowSemiCondensedLight;
}
footer .footer_social .zone_wrap ul li a span {
  display: none;
}
footer .footer_info {
  padding: 60px 0;
}
footer .footer_info .zone_wrap {
  display: grid;
  grid-template-columns: 40% 40%;
  grid-gap: 30px;
  justify-items: center;
  justify-content: center;
  align-items: center;
}
footer .footer_info .zone_contact {
  width: 300px;
  margin: auto 0 auto auto;
}
footer .footer_info .zone_contact .logo {
  margin: auto 0 auto auto;
}
footer .footer_info .zone_contact .titre {
  font: 24px/1.5 BarlowSemiCondensedBold;
  color: #020c65;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 0 auto 10px;
}
footer .footer_info .zone_contact p {
  margin: 0;
  width: fit-content;
}
footer .footer_info .zone_contact p a {
  font: 18px/1.5 BarlowSemiCondensedMedium;
}
footer .footer_info .zone_contact .nav_reseaux {
  margin-top: 15px;
  list-style: none;
  padding: 0;
  display: flex;
  gap: 30px;
}
footer .footer_info .zone_nav ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}
footer .footer_info .zone_nav ul li {
  width: fit-content;
  padding: 10px 15px;
}
footer .footer_info .zone_nav ul li a {
  font: 20px/1.5 BarlowSemiCondensedMedium;
  text-transform: uppercase;
  color: #020c65;
  white-space: nowrap;
}
footer .footer_info .zone_nav ul li a.small {
  font-size: 15px;
}

/*# sourceMappingURL=actif-industries_main_OLD.css.map */
