@font-face {
font-family: 'WorkSans Li';
src: url(//www.lt-foret.fr/wp-content/themes/lt-foret/fonts/WorkSans-Light.ttf) format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'WorkSans Re';
src: url(//www.lt-foret.fr/wp-content/themes/lt-foret/fonts/WorkSans-Regular.ttf) format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'WorkSans Me';
src: url(//www.lt-foret.fr/wp-content/themes/lt-foret/fonts/WorkSans-Medium.ttf) format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'WorkSans Bo';
src: url(//www.lt-foret.fr/wp-content/themes/lt-foret/fonts/WorkSans-Bold.ttf) format('truetype');
font-weight: normal;
font-style: normal;
} :root {
--couleur-noir: #000;
--couleur-vert-clair : #95bf32;
--couleur-vert-fonce : #0d5b40;
}
body,
html {
width: 100%;
height: auto;
font-size: 15px;
overflow-x: hidden;
}
body {
font-family: 'WorkSans Re', Helvetica, sans-serif;
color: var(--couleur-noir);
}
section {
padding: 3rem 0;
}
b,
strong {
font-family: 'WorkSans Re', Helvetica, sans-serif;
font-weight: unset;
}
a {
color: var(--couleur-noir);
text-decoration: none;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
transition: all 0.2s;
}
button:hover,
button:focus,
a:hover,
a:focus {
color: var(--couleur-vert-clair) !important;
box-shadow: 0 !important;
outline: 0 !important;
}
p {
color: var(--couleur-noir);
line-height: 1.3;
margin-bottom: 20px;
}
p:last-child {
margin-bottom: 0;
}
ul {
list-style-type: circle;
padding-left: 15px;
}
h1,
h2 {
font-family: 'WorkSans Bo', Helvetica, sans-serif;
text-transform: uppercase;
color: var(--couleur-vert-fonce);
}
h3,
h4,
h5,
h6 {
font-family: 'WorkSans Li', Helvetica, sans-serif;
text-transform: uppercase;
color: var(--couleur-vert-fonce);
}
h2 {
letter-spacing: 2px;
position: relative;
display: table;
margin-bottom: 2rem;
}
h2:after {
position: absolute;
content: url(//www.lt-foret.fr/wp-content/themes/lt-foret/img/ligne-verte-1.png);
left: -8rem;
bottom: -1.5rem;
}
figure {
margin: 0;
}
.card {
border-radius: 0;
border: 0;
background-color: transparent;
}
.card img {
border-radius: 0 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .card > * {
flex: 0 0 auto;
}
}
@media screen and (max-width: 767px) {
h2:after {
left: 0%;
}
} header {
position: relative;
overflow: hidden;
-webkit-box-shadow: inset 0px 29px 80px -20px var(--couleur-noir)000;
box-shadow: inset 0px 29px 80px -20px var(--couleur-noir)000;
}
header:before {
position: absolute;
content: "";
background-image: url(//www.lt-foret.fr/wp-content/themes/lt-foret/img/bordure-3.svg);
background-repeat: no-repeat;
background-size: cover;
background-position: 0;
width: 100%;
height: 75px;
left: 0;
z-index: 0;
bottom: -30px;
}
header,
header .header-wrapper {
height: 550px;
}
header .header-wrapper .header-nav {
max-height: 125px;
}
header .header-wrapper .header-logo {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
top: 0;
position: absolute;
}
header .header-wrapper .header-logo img { max-width: 720px; }
@media screen and (max-width: 767px) {
header,
header .header-wrapper {
height: 350px;
}
header .header-wrapper .header-logo img { 
max-width: 540px;
margin-top: 5rem;
}
}
@media screen and (max-width: 575px) {
header .header-wrapper .header-logo img { 
max-width: 100%;
margin-top: 3rem;
}
} .top-nav {
padding: 1rem 0;
position: relative;
z-index: 10;
}
.top-nav .top-nav-wrapper {
display: table;
margin-left: auto;
}
.top-nav ul {
list-style: none;
padding-left: 0;
}
.top-nav ul li {
display: inline;
}
.top-nav ul li a {
font-family: 'WorkSans Re', Helvetica, sans-serif;
font-size: 1.1rem;
color: var(--couleur-noir);
text-decoration: none;
}
.top-nav .navbar-center,
.top-nav .navbar-right {
display: table-cell;
}
.top-nav .navbar-center li a {
padding: 0.5rem 0.7rem;
}
.top-nav .navbar-center a:hover,
.top-nav .navbar-center a:focus,
.top-nav .navbar-center a:hover *,
.top-nav .navbar-center a:focus * {
color: var(--couleur-noir);
}
.top-nav .navbar-right {
padding-left: 0.5rem;
} #navigation {
position: relative;
}
#navigation:before {
content: "";
position: absolute;
width: 99999%;
height: 1px;
top: 0;
left: -999%;
background-color: #e1e1e1;
}
#navigation .navbar {
position: relative;
z-index: 15;
padding: 0;
margin: 0;
overflow-y: clip;
}
#navigation .navbar .navbar-nav li {
margin: 0 auto;
}
#navigation .navbar .navbar-nav li a {
font-family: 'WorkSans Re', Helvetica, sans-serif;
color: #fff;
font-size: 1rem;
text-align: center;
text-transform: uppercase;
padding: 0.8rem 0.4rem !important;
margin: 0 0.5rem;
}
#navigation .navbar .navbar-nav li a:hover {
color: var(--couleur-vert-clair) !important;
}
#navigation .navbar .navbar-nav .dropdown-toggle::after {
display: none;
}
#navigation .navbar .navbar-nav .dropdown-menu {
border: 0;
border-radius: 0;
background-color: var(--couleur-noir);
margin-top: 0.5rem;
}
#navigation .navbar .navbar-nav .dropdown-menu a {
font-size: 0.85rem;
color: #fff !important;
margin-top: 0;
text-align: left;
}
#navigation .navbar .navbar-nav .dropdown-menu a:before {
display: none;
}
#navigation .navbar .navbar-nav .dropdown-menu a:focus,
#navigation .navbar .navbar-nav .dropdown-menu a:hover {
background-color: transparent;
text-decoration: underline;
} #navigation .navbar.fixed-header {
background-color: #f0f2f5;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
position: fixed !important;
top: 0;
left: 0;
right: 0;
z-index: 150;
padding: 0.5rem 1rem;
}
#navigation .navbar.fixed-header .navbar-nav {
border: 0;
padding: 1rem 0;
}
#navigation .navbar.fixed-header .navbar-nav li a {
color: var(--couleur-vert-fonce);
margin-top: 0;
}
#navigation .navbar.fixed-header .navbar-brand {
display: block !important;
}
#navigation .navbar.fixed-header .navbar-brand .logo {
max-height: 60px;
}
@media (min-width: 992px) {
.navbar-expand-lg .offcanvas .offcanvas-body {
margin-left: auto;
}
}
@media screen and (max-width: 991px) {
#navigation .navbar .navbar-nav {
border-top: 0;
border-bottom: 0;
}
#navigation .navbar .navbar-nav li a {
color: var(--couleur-vert-fonce);
}
#navigation .navbar .navbar-toggler {
background-color: var(--couleur-vert-fonce);
color: #fff;
font-size: 1.45rem;
border-color: #fff;
margin-left: auto;
margin-right: 15px;
margin-top: 15px;
z-index: 15;
}
#navigation .navbar .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewSbx='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
#navigation .navbar.fixed-header .navbar-toggler {
margin: 0 0 0 auto;
}
}
@media screen and (max-width: 767px) {
#navigation {
margin-top: 0;
}
#navigation .navbar .navbar-nav {
margin: 1rem auto 0 !important;
}
}
@media screen and (max-width: 575px) {
#navigation .navbar.fixed-header .navbar-brand .logo {
max-height: 40px;
}
} div[id^="carousel"] {
position: relative;
}
div[id^="carousel"] .carousel-item {
background-color: #e8e9eb;
height: 550px;
}
div[id^="carousel"] .carousel-item img {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0;
right: 0;
height: 100%;
margin: 0 auto;
object-fit: cover;
object-position: center bottom;
transition: transform 0.5s ease;
}
div[id^="carousel"] .carousel-item video {
position: absolute;
top: 50%;
left: 0;
right: 0;
min-width: 100%;
min-height: 100%;
width: 100%;
height: auto;
transform: translateY(-50%);
margin: 0 auto;
text-align: center;
z-index: 1;
}
#carouselAccueil {
position: absolute;
width: 100%;
height: auto;
top: 0;
z-index: -1;
}
@media screen and (max-width: 767px) {
div[id^="carousel"] .carousel-item {
height: 350px;
}
} .block-1 .img-wrapper {
position: relative;
margin-right: 1.5rem;
}
.block-1 .img-wrapper:after {
position: absolute;
content: url(//www.lt-foret.fr/wp-content/themes/lt-foret/img/forme-1.png);
left: -4rem;
top: 50%;
transform: translateY(-50%);
}
.block-1 .img-wrapper img {
border-top-left-radius: 50px;
border-top-right-radius: 50px;
border-bottom-left-radius: 50px;
}
.block-1 .card-citation {
background-image: url(//www.lt-foret.fr/wp-content/themes/lt-foret/img/fond-1.png);
background-repeat: no-repeat;
background-size: contain;
background-position: center;
display: table;
margin: 0 auto;
padding: 3rem 0;
position: relative;
}
.block-1 .card-citation:before,
.block-1 .card-citation:after {
position: absolute;
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 2rem;
color: var(--couleur-vert-clair);
}
.block-1 .card-citation:before {
content: "\f10d";
left: 0;
top: 0;
}
.block-1 .card-citation:after {
content: "\f10e";
right: 0;
bottom: 0rem;
}
.block-1 .card-citation .card-body {
text-align: center;
color: var(--couleur-vert-fonce);
font-size: 1.3rem;
text-transform: uppercase;
}
@media screen and (max-width: 767px) {
.block-1 {
padding-top: 0;
}
.block-1 .img-wrapper:after {
display: none;
}
} .block-2 .img-wrapper {
position: relative;
margin-bottom: 2rem;
z-index: 6;
}
.block-2 .img-wrapper:first-of-type:after {
content: "";
position: absolute;
background-image: url(//www.lt-foret.fr/wp-content/themes/lt-foret/img/forme-3.png);
background-repeat: no-repeat;
background-size: cover;
width: 135px;
height: 135px;
bottom: -80px;
right: -65px;
}
.block-2 .img-wrapper:last-of-type {
margin-bottom: 0;
z-index: 5;
}
.block-2 .img-wrapper img {
border-top-left-radius: 50px;
border-top-right-radius: 50px;
border-bottom-right-radius: 50px;
}
.block-2 h2 {
color: var(--couleur-vert-clair);
margin-left: 2rem;
margin-bottom: 3rem;
position: relative;
}
.block-2 h2:before {
overflow: hidden;
position: absolute;
left: 0;
top: -6.5rem;
max-height: 105px;
}
.block-2 h2:after {
content: url(//www.lt-foret.fr/wp-content/themes/lt-foret/img/ligne-verte-2.png);
left: unset;
right: -45%;
}
.block-2 .content-wrapper {
color: #fff;
position: relative;
background: var(--couleur-vert-fonce);
padding: 2rem 35% 2rem 2rem;
margin: 10px -32% 10px 0;
}
.block-2 .content-wrapper:before,
.block-2 .content-wrapper:after {
position: absolute;
content: "";
background-image: url(//www.lt-foret.fr/wp-content/themes/lt-foret/img/bordure-1.svg);
background-repeat: no-repeat;
background-size: contain;
background-position: 0;
width: 100%;
height: 20px;
left: 0;
right: 0;
z-index: 0;
}
.block-2 .content-wrapper:before {
top: -13px;
}
.block-2 .content-wrapper:after {
bottom: -13px;
transform: rotate(180deg);
}
.block-2 .content-wrapper * {
color: #fff;
}
.block-2 .content-wrapper h3 {
position: relative;
margin-top: 3rem;
margin-bottom: 2rem;
}
.block-2 .content-wrapper h3:before {
content: "";
position: absolute;
width: 3.5rem;
height: 2px;
background-color: var(--couleur-vert-clair);
bottom: -0.5rem;
}
.block-2 .moyens-wrapper .moyens img {
vertical-align: middle;
}
.block-2 .moyens-wrapper .moyens div {
color: var(--couleur-vert-clair);
text-transform: uppercase;
vertical-align: middle;
display: inline;
}
.block-2.v2 .img-wrapper:after {
content: "";
position: absolute;
background-image: url(//www.lt-foret.fr/wp-content/themes/lt-foret/img/forme-3.png);
background-repeat: no-repeat;
background-size: cover;
width: 135px;
height: 135px;
top: -40px;
right: -40px;
}
.block-2.v2 .content-wrapper {
background: #5ab376;
}
.block-2.v2 .content-wrapper:before,
.block-2.v2 .content-wrapper:after {
background-image: url(//www.lt-foret.fr/wp-content/themes/lt-foret/img/bordure-2.svg);
}
@media screen and (max-width: 991px) {
.block-2 {
margin-top: 0 !important;
}
.block-2 h2 {
margin-top: 5rem;
}
.block-2 h2:after {
left: 0;
right: unset;
}
.block-2 .content-wrapper {
padding: 2rem;
margin: 10px 0;
}
}
@media screen and (max-width: 767px) {
.block-2 .content-wrapper:before {
top: -11px;
}
.block-2 .content-wrapper:after {
bottom: -11px;
}
} .block-3 .img-wrapper {
position: relative;
margin-right: 1.5rem;
}
.block-3 .img-wrapper:after {
content: "";
position: absolute;
background-image: url(//www.lt-foret.fr/wp-content/themes/lt-foret/img/forme-3.png);
background-repeat: no-repeat;
background-size: cover;
width: 135px;
height: 135px;
left: -40px;
bottom: -40px;
}
.block-3 .img-wrapper img {
border-top-left-radius: 50px;
border-top-right-radius: 50px;
border-bottom-left-radius: 50px;
}
.block-3 h2 {
color: var(--couleur-vert-clair);
margin-bottom: 3rem;
position: relative;
}
.block-3 h2:before {
overflow: hidden;
position: absolute;
left: 0;
top: -6.5rem;
max-height: 105px;
}
.block-3 h2:after {
content: url(//www.lt-foret.fr/wp-content/themes/lt-foret/img/ligne-verte-2.png);
left: -8rem;
}
@media screen and (max-width: 1199px) {
.block-3 h2 {
margin-top: 7rem;
}
}
@media screen and (max-width: 991px) {
.block-3 .img-wrapper:after {
width: 100px;
height: 100px;
left: -35px;
bottom: -35px;
}
}
@media screen and (max-width: 991px) {
.block-3 .img-wrapper:after {
display: none;
}
.block-3 h2:after {
left: 0;
right: unset;
}
} #contact.content-wrapper {
color: #fff;
position: relative;
background: var(--couleur-vert-fonce);
padding: 2rem 35% 2rem 2rem;
margin: 6rem -32% 10px 0;
}
#contact.content-wrapper:before,
#contact.content-wrapper:after {
position: absolute;
content: "";
background-image: url(//www.lt-foret.fr/wp-content/themes/lt-foret/img/bordure-1.svg);
background-repeat: no-repeat;
background-size: cover;
background-position: 0;
width: 100%;
height: 13px;
left: 0;
right: 0;
z-index: 0;
}
#contact.content-wrapper:before {
top: -13px;
}
#contact.content-wrapper:after {
bottom: -13px;
transform: rotate(180deg);
}
#contact h2:after {
content: url(//www.lt-foret.fr/wp-content/themes/lt-foret/img/ligne-verte-3.png);
}
#contact .img-wrapper {
position: relative;
margin-top: -8rem;
margin-right: 1.5rem;
margin-bottom: 5rem;
}
#contact .img-wrapper:after {
content: "";
position: absolute;
background-image: url(//www.lt-foret.fr/wp-content/themes/lt-foret/img/forme-3.png);
background-repeat: no-repeat;
background-size: cover;
width: 135px;
height: 135px;
left: 0;
right: 0;
bottom: -65px;
margin: 0 auto;
}
#contact .img-wrapper img {
border-top-left-radius: 50px;
border-top-right-radius: 50px;
border-bottom-right-radius: 50px;
}
#contact * {
color: #fff;
}
@media screen and (max-width: 1199px) {
#contact.content-wrapper:before {
top: -11px;
}
#contact.content-wrapper:after {
bottom: -11px;
}
}
@media screen and (max-width: 991px) {
#contact.content-wrapper {
margin: 10px -32% 10px 0;
}
#contact h2:after {
left: 0;
}
}
@media screen and (max-width: 767px) {
#contact.content-wrapper:before {
top: -9px;
}
#contact.content-wrapper:after {
bottom: -9px;
}
} #contact-us .form {
width: 100%;
height: 40px;
padding: 10px 15px;
background: #f0f2f5;
border: 1px solid #f0f2f5;
margin-bottom: 15px;
color: var(--couleur-noir) !important;
font-size: 0.8rem;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
border-radius: 15px;
}
#contact-us .form:hover {
border: 1px solid var(--couleur-vert-clair);
}
#contact-us .form:focus {
color: #fff;
outline: none;
border: 1px solid var(--couleur-vert-clair);
}
#contact-us textarea {
height: 16.4rem !important;
max-width: 100%;
}
#contact-us .form-btn {
display: block;
font-size: 0.9rem;
height: auto;
padding: 0.5rem 2rem;
color: #fff;
background: var(--couleur-vert-clair);
border: 1px solid var(--couleur-vert-clair);
border-radius: 15px;
outline: none;
margin-top: 1rem;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
#contact-us .form-btn:hover {
background: var(--couleur-vert-fonce);
color: #fff;
border: 1px solid var(--couleur-vert-fonce);
}
#contact-us .form-btn:active {
opacity: 0.9;
}
#contact-us .wpcf7-list-item {
margin: 0 !important;
line-height: 1;
}
#contact-us ::placeholder { color: var(--couleur-noir);
opacity: 1; }
#contact-us :-ms-input-placeholder { color: var(--couleur-noir);
}
#contact-us ::-ms-input-placeholder { color: var(--couleur-noir);
}
.wpcf7-list-item-label {
font-size: 74%;
}
.wpcf7-spinner {
display: none;
}
.grecaptcha-badge {
display: none;
} footer .pre-footer {
background-color: #fff;
font-size: 1rem;
}
footer .pre-footer ul {
list-style: none;
margin-bottom: 1.5rem;
padding-left: 0;
text-align: center;
}
footer .pre-footer ul:last-of-type {
margin-bottom: 0;
}
footer .pre-footer ul li:last-child {
margin-bottom: 0;
}
footer .pre-footer ul li a {
color: var(--couleur-vert-fonce);
position: relative;
display: block;
}
footer .pre-footer .infos { margin-top: 1rem; }
footer .pre-footer .infos * { color: var(--couleur-vert-fonce); }
footer .pre-footer .infos i,
footer .pre-footer .infos svg { color: var(--couleur-vert-clair); }
footer .pre-footer .infos .nom { 
font-family: 'WorkSans Me', Helvetica, sans-serif;
font-size: 1.3rem;
}
footer .pre-footer .social-links .social-icon-colored li a {
color: var(--couleur-vert-fonce);
}
footer .footer * {
color: #ccc;
}
@media screen and (max-width: 767px) {
footer .pre-footer img {
max-width: 300px;
margin: 0 auto;
display: block;
}
footer .pre-footer .infos { text-align: center; }
}
@media screen and (max-width: 575px) {
footer .pre-footer * {
text-align: center;
}
footer .pre-footer img {
max-width: 100%;
}
footer .pre-footer .social-links {
margin-top: 1rem;
}
footer .pre-footer ul {
text-align: center;
padding-left: 0;
list-style-type: none;
}
footer .pre-footer ul li a:before {
right: 0;
margin: 0 auto;
}
} .social-links ul {
position: relative;
display: block;
margin-top: 0;
margin-bottom: 0;
}
.social-links .social-icon-colored li {
position: relative;
display: inline-block !important;
margin: 0;
margin-bottom: 0;
padding-right: 0;
padding-left: 0;
}
.social-links .social-icon-colored li a {
background-color: var(--couleur-vert-clair);
color: #fff !important;
border: 0;
border-radius: 100%;
position: relative;
display: block;
height: 28.25px;
width: 28.25px;
line-height: 30px;
text-align: center;
font-size: 20px;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.social-links .social-icon-colored li a:hover {
color: #fff !important;
background-color: var(--couleur-vert-fonce) !important;
}
.social-links .social-icon-colored li a i,
.social-links .social-icon-colored li a svg {
font-size: 20px;
} .scroll-to-top {
position: fixed;
bottom: 15px;
right: 15px;
width: 60px;
height: 60px;
color: #fff;
font-size: 24px;
text-transform: uppercase;
line-height: 60px;
text-align: center;
z-index: 100;
cursor: pointer;
background-color: var(--couleur-vert-clair);
border-radius: 25px;
display: none;
-webkit-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.scroll-to-top:hover {
color: #fff;
background-color: var(--couleur-vert-fonce);
} .erreur { height: 100%; }
.erreur .text-wrapper {
height: 100%;
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;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.erreur .title {
font-size: 5em;
font-weight: 700;
color: var(--couleur-noir);
position: relative;
text-align: center;
}
.erreur .subtitle {
font-size: 1.5em;
font-weight: 700;
color: var(--couleur-vert-fonce);
position: relative;
text-align: center;
}
.erreur .buttons {
margin-top: 4em;
}
.erreur .buttons a.button {
background-color: var(--couleur-vert-clair);
display: block;
font-weight: 700;
text-decoration: none;
padding: 15px;
border-radius: 25px;
text-transform: uppercase;
color: #fff;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.erreur .buttons a.button:hover {
background-color: #fff;
color: var(--couleur-vert-fonce);
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.erreur .subtitle:before,
.erreur .title:before {
content: attr(data-content);
position: absolute;
left: -2px;
text-shadow: 1px 0 blue;
top: 0;
color: white;
overflow: hidden;
clip: rect(0, 900px, 0, 0);
-webkit-animation: noise-anim-2 3s infinite linear alternate-reverse;
animation: noise-anim-2 3s infinite linear alternate-reverse;
}