/*
** 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: #ED6F27;
  --LFcol02: #FBDCCB;

  --LFwrapper : 1197px;
  --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;
}



/* =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 --- */
body {
  margin: 0;
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-size: var(--LF022);
}

.t-merriweather {
  font-family: "Merriweather", serif;
  font-optical-sizing: auto;
}
.t-montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
}
.t-nigante {
  font-family: "Nigante", sans-serif;
  font-optical-sizing: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Nigante", sans-serif;
  margin: 0;
  font-weight: 400;
  color: #131B24;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  color: #C1C1C1;
}
h1 {
  font-size: var(--LF060);
  line-height: var(--LF063);
}
h2 {
  margin-bottom: var(--LF028);
  font-size: var(--LF060);
  line-height: var(--LF070);
}
h3 {
  margin-bottom: var(--LF010);
  font-size: var(--LF020);
  line-height: var(--LF028);
}

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

p {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

p.soustitre {
  width: 50%;
  margin: auto;
  font-weight: 500;
  text-align: center;
}

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(--LF006);
  padding-bottom: var(--LF002);
  padding-left: var(--LF040);
  padding-right: var(--LF040);
  border-radius: var(--LF076);
  font-family: "Nigante", sans-serif;
  font-size: var(--LF021);
  text-transform: none;
  transition: all 0.2s;
}
.btn:hover,
.wp-element-button:hover {
  opacity: 0.8;
}

.btn.btn-primary {
  background-color: var(--LFcol01);
  color: #fff;
}
.btn.btn-primary:hover {
 opacity: 0.8;
}
.btn.btn-light {
  background-color: #fff;
  color: #1E1E1E;
}
.btn.btn-light:hover {
 opacity: 0.8;
}




/* --- HEADER --- */
#header-seo {
  padding: var(--LF003) 0;
  background: #D9D9D9;
  font-size: var(--LF012);
  color: #090909;
}

header {
  
}
#toggleNav {
  display: none;
}
header .inner {
  align-items: center;
  justify-content: space-between;
  margin-top: var(--LF046);
  margin-bottom: var(--LF038);
}
.header-menu {
  align-items: center;
  gap: var(--LF047);
}
#menu-cowoc-main {
  align-items: center;
  gap: var(--LF047);
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
#menu-cowoc-main a {
  font-size: var(--LF025);
  line-height: 150%; /* 37.5px */
  letter-spacing: -0.55px;
  text-transform: capitalize;
  color: #1E1E1E;
  transition: all 0.2s;
}
#menu-cowoc-main a:hover {
  color: var(--LFcol01);
}




/* --- FOOTER --- */
#footer-contact {
  margin-top: var(--LF072);
  margin-bottom: var(--LF082);
}
#footer-contact h2 {
  color: var(--LFcol01);
  text-align: center;
}
.footer-contact-cols {
  align-items: center;
  justify-content: space-between;
  margin-top: var(--LF070);
}
.footer-contact-form {
  width: 49.03%;
}
.footer-contact-form .wpcf7-form .col-tot {
  margin-top: var(--LF009);
}
.footer-contact-form .wpcf7-form .col-tot:nth-child(2) {
  margin-top: 0;
}
.footer-contact-form .wpcf7-form .col-tot.nom {
  background-image: url(../img/user.png);
  background-repeat: no-repeat;
  background-position: top var(--LF010) left;
  background-size: var(--LF024);
}
.footer-contact-form .wpcf7-form .col-tot.email {
  background-image: url(../img/mail.png);
  background-repeat: no-repeat;
  background-position: top var(--LF010) left;
  background-size: var(--LF022);
}
.footer-contact-form .wpcf7-form .col-tot.tel {
  background-image: url(../img/phone.png);
  background-repeat: no-repeat;
  background-position: top var(--LF010) left;
  background-size: var(--LF021);
}
.footer-contact-form .wpcf7-form .col-tot.agence {
  background-image: url(../img/briefcase.png);
  background-repeat: no-repeat;
  background-position: top var(--LF010) left;
  background-size: var(--LF024);
}
.footer-contact-form .wpcf7-form input[type=text],
.footer-contact-form .wpcf7-form input[type=email],
.footer-contact-form .wpcf7-form input[type=tel] {
  width: 100%;
  padding: var(--LF006) var(--LF035);
  background-color: transparent;
  border-bottom: var(--LF001) solid #000;
  font-size: var(--LF022);
  font-weight: 500;
  line-height: 1.5;
}
.footer-contact-form .wpcf7-form .col-tot.rgpd {
  margin-top: var(--LF015);
  font-size: var(--LF014);
}
.footer-contact-form .wpcf7-form .col-tot.rgpd .wpcf7-list-item {
  margin: 0;
}
.footer-contact-form .wpcf7-form .col-tot.rgpd .wpcf7-list-item {
  margin-left: 0;
}
.footer-contact-form .wpcf7-form .col-tot.rgpd input[type=checkbox]{
  display: none;
}
.footer-contact-form .wpcf7-form .col-tot.rgpd input[type=checkbox] + span {
  cursor: pointer;
  margin-bottom: 1.5rem;
}
.footer-contact-form .wpcf7-form .col-tot.rgpd input[type=checkbox] + span:before {
  background: transparent;
  border: 1px solid #535353;
  border-radius: var(--LF005);
  margin-top: -3px;
  margin-right: 1rem;
  display: inline-block;
  vertical-align: middle;
  content: '';
  width: var(--LF018);
  height: var(--LF018);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.footer-contact-form .wpcf7-form .col-tot.rgpd input[type=checkbox]:checked + span:before {
  border-color: var(--LFcol01);
  background-color: var(--LFcol01);
}
.footer-contact-form .wpcf7-form .col-tot.submit {
  margin-top: var(--LF042);
  text-align: center;
}
.wpcf7-not-valid-tip {
  font-size: var(--LF014);
}
.wpcf7-spinner {
  display: block;
}
.footer-contact-visuel {
  width: 40.93%;
}

.texte-seo {
  margin-bottom: var(--LF082);
  font-size: var(--LF014);
}
.texte-seo h2 {
  margin-bottom: var(--LF010);
  font-size: var(--LF022);
  line-height: var(--LF030);
}


footer {
  padding-top: var(--LF078);
  padding-bottom: var(--LF040);
  background-color: var(--LFcol02);
  background-image: url(../img/fond-pieddepage.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
footer .inner {
  align-items: flex-start;
  gap: var(--LF072);
}
footer h4 {
  margin-bottom: var(--LF012);
  font-family: "Montserrat", sans-serif;
  font-size: var(--LF022);
  font-weight: 600;
}
.footer-txt {
  width: calc(49% - var(--LF048));
  font-size: var(--LF014);
}
.footer-txt img {
  margin-bottom: var(--LF020);
}
.footer-txt h4 {

}


.footer-contact {
  width: calc(22% - var(--LF048));
}
.footer-contact a {
  gap: var(--LF004);
  align-items: center;
  color: #000;
}
.footer-contact a:hover {
  text-decoration: underline;
}

footer .footer-autre {
  width: calc(29% - var(--LF048));
}

.footer-socials {
  width: 100%;
}
.footer-socials h4 {
  width: 100%;
}
.footer-socials a {
  width: var(--LF052);
  height: var(--LF052);
  align-items: center;
  justify-content: center;
  margin-right: var(--LF012);
  border-radius: var(--LF100);
  border: var(--LF002) solid #000;
}
.footer-socials a svg {
  height: var(--LF032);
  width: auto;
}


.footer-menu {
  margin-top: var(--LF024);
}
.footer-menu ul {
  padding-inline-start: 0;
  list-style: none;
}
.footer-menu ul a {
  color: #000;
}
.footer-menu ul a:hover {
  text-decoration: underline;
}

.footer-copy {
  padding-top: var(--LF008);
  padding-bottom: var(--LF008);
  background-color: #000;
  font-size: var(--LF012);
  color: #fff;
}
.footer-copy .inner {
  justify-content: space-between;
}
.footer-copy a {
  color: #fff;
  text-decoration: underline;
}
.copy-right {
  align-items: center;
  gap: var(--LF010);
}




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





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





