/*
** Réalisation : LaFabrikk
** https://www.lafabrikk.fr
*/
:root {
  --LF001: 0.0625rem;
  --LF002: 0.125rem;
  --LF003: 0.1875rem;
  --LF004: 0.25rem;
  --LF005: 0.3125rem;
  --LF006: 0.375rem;
  --LF007: 0.4375rem;
  --LF008: 0.5rem;
  --LF009: 0.5625rem;
  --LF010: 0.625rem;
  --LF011: 0.6875rem;
  --LF012: 0.75rem;
  --LF013: 0.8125rem;
  --LF014: 0.875rem;
  --LF015: 0.9375rem;
  --LF016: 1rem;
  --LF017: 1.0625rem;
  --LF018: 1.125rem;
  --LF019: 1.1875rem;
  --LF020: 1.25rem;
  --LF021: 1.3125rem;
  --LF022: 1.375rem;
  --LF023: 1.4375rem;
  --LF024: 1.5rem;
  --LF025: 1.5625rem;
  --LF026: 1.625rem;
  --LF027: 1.6875rem;
  --LF028: 1.75rem;
  --LF029: 1.8125rem;
  --LF030: 1.875rem;
  --LF031: 1.9375rem;
  --LF032: 2rem;
  --LF033: 2.0625rem;
  --LF034: 2.125rem;
  --LF035: 2.1875rem;
  --LF036: 2.25rem;
  --LF037: 2.3125rem;
  --LF038: 2.375rem;
  --LF039: 2.4375rem;
  --LF040: 2.5rem;
  --LF041: 2.5625rem;
  --LF042: 2.625rem;
  --LF043: 2.6875rem;
  --LF044: 2.75rem;
  --LF045: 2.8125rem;
  --LF046: 2.875rem;
  --LF047: 2.9375rem;
  --LF048: 3rem;
  --LF049: 3.0625rem;
  --LF050: 3.125rem;
  --LF051: 3.1875rem;
  --LF052: 3.25rem;
  --LF053: 3.3125rem;
  --LF054: 3.375rem;
  --LF055: 3.4375rem;
  --LF056: 3.5rem;
  --LF057: 3.5625rem;
  --LF058: 3.625rem;
  --LF059: 3.6875rem;
  --LF060: 3.75rem;
  --LF061: 3.8125rem;
  --LF062: 3.875rem;
  --LF063: 3.9375rem;
  --LF064: 4rem;
  --LF065: 4.0625rem;
  --LF066: 4.125rem;
  --LF067: 4.1875rem;
  --LF068: 4.25rem;
  --LF069: 4.3125rem;
  --LF070: 4.375rem;
  --LF071: 4.4375rem;
  --LF072: 4.5rem;
  --LF073: 4.5625rem;
  --LF074: 4.625rem;
  --LF075: 4.6875rem;
  --LF076: 4.75rem;
  --LF077: 4.8125rem;
  --LF078: 4.875rem;
  --LF079: 4.9375rem;
  --LF080: 5rem;
  --LF081: 5.0625rem;
  --LF082: 5.125rem;
  --LF083: 5.1875rem;
  --LF084: 5.25rem;
  --LF085: 5.3125rem;
  --LF086: 5.375rem;
  --LF087: 5.4375rem;
  --LF088: 5.5rem;
  --LF089: 5.5625rem;
  --LF090: 5.625rem;
  --LF091: 5.6875rem;
  --LF092: 5.75rem;
  --LF093: 5.8125rem;
  --LF094: 5.875rem;
  --LF095: 5.9375rem;
  --LF096: 6rem;
  --LF097: 6.0625rem;
  --LF098: 6.125rem;
  --LF099: 6.1875rem;
  --LF100: 6.25rem;

  --LFcol01: #018BD8;

  --LFwrapper : 1326px;
  --LFcontainer: calc(calc(100vw - var(--LFwrapper)) / 2);
}

*,::after,::before {
  box-sizing:border-box;
}
*::-moz-selection {
  background: var(--LFcol01);
  color: #fff;
}
*::selection {
  background: var(--LFcol01);
  color: #fff;
}

html {
  font-size: 16px;
}
body {
  margin: 0;
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
  color: #707070;
}



/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
        clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
background-color: #eee;
clip: auto !important;
-webkit-clip-path: none;
        clip-path: none;
color: #444;
display: block;
font-size: 1em;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
/* Above WP toolbar. */
}




/* --- STRUCTURE --- */
.wrapper {
  width: 100%;
  max-width: var(--LFwrapper);
  margin: 0 auto;
}
.wrapper-fluid {

}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.flex > * {
  flex: 0 0 auto;
}




/* --- GENERAL --- */
h1, h2, h3, h4, h5, h6 {
  font-family: "Lexend Zetta", sans-serif;
  margin: 0;
  font-weight: 200;
  color: #131B24;
  text-transform: uppercase;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  color: #C1C1C1;
}
h1 {
  font-size: var(--LF042);
  line-height: var(--LF045);
  letter-spacing: -0.15em;
}
h2 {
  font-size: var(--LF030);
  line-height: var(--LF036);
  letter-spacing: -0.15em;
}
h3 {
  font-size: var(--LF020);
  line-height: var(--LF028);
  letter-spacing: -0.16em;
}

a {
  color: var(--LFcol01);
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

p {
  font-size: var(--LF013);
  line-height: var(--LF022);
  font-weight: 400;
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

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

ul {
  margin-top: 0;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}

button,
input,
select,
textarea {
  font-family: "Montserrat", sans-serif;
  border: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  box-shadow: none;
  outline: 0 none;
}

.btn,
.wp-element-button {
  position: relative;
  display: inline-block;
  padding-top: var(--LF019);
  padding-bottom: var(--LF020);
  font-size: var(--LF010);
  line-height: var(--LF013);
  font-weight: 800;
  color: var(--LFcol01);
  text-transform: uppercase;
  transition: all 0.2s;
}
.btn:hover,
.wp-element-button:hover {
  opacity: 0.8;
}
.btn:after,
.wp-element-button:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  height: var(--LF003);
  transform: translateX(-50%);
  background-color: var(--LFcol01);
  opacity: 0.8;
  transition: all 0.2s;
}
.btn:hover:after,
.wp-element-button:hover:after {
  width: 100%;
}

.btn.btn-primary,
.wp-element-button {
  padding-left: var(--LF023);
  padding-right: var(--LF023);
  background-color: var(--LFcol01);
  border: none;
  color: #fff;
}
.btn.btn-primary:hover {
 
}
.wp-element-button {
  border-radius: 0;
}




/* --- HEADER --- */
#header-seo {
  
}
header {
  
}
#toggleNav {
  display: none;
}




/* --- FOOTER --- */
footer {
  
}




/* --- TEXTE SEO --- */
#texte_seo {
  
}





/* --- MAIN NAV --- */





