/*
Theme Name: Sol en vie
Theme URI: https:johndoe-et-fils.com
Description: Océane - Sol en vie
Version: 0.1
Author: John Doe et Fils
Author URI: https:johndoe-et-fils.com
License URI: https:johndoe-et-fils.com
Tags: JDF, John Doe et Fils
*/

/******************************************

	RESET

******************************************/
/*@font-face {
    font-family: 'Pally-Bold';
    src: url('/sol-en-vie/fonts/aloveofthunder.ttf') format("truetype");
}*/

@font-face {
    font-family: 'Pally-Variable';
    src: url('/sol-en-vie/fonts/Pally-Variable.woff2') format('woff2'),
         url('/sol-en-vie/fonts/Pally-Variable.woff') format('woff'),
         url('/sol-en-vie/fonts/Pally-Variable.ttf') format('truetype');
         font-weight: 400 700;
         font-display: swap;
         font-style: normal;
}
  
  
  @font-face {
    font-family: 'Pally-Regular';
    src: url('/sol-en-vie/fonts/Pally-Regular.woff2') format('woff2'),
         url('/sol-en-vie/fonts/Pally-Regular.woff') format('woff'),
         url('/sol-en-vie/fonts/Pally-Regular.ttf') format('truetype');
         font-weight: 400;
         font-display: swap;
         font-style: normal;
}
  
  
  @font-face {
    font-family: 'Pally-Medium';
    src: url('/sol-en-vie/fonts/Pally-Medium.woff2') format('woff2'),
         url('/sol-en-vie/fonts/Pally-Medium.woff') format('woff'),
         url('/sol-en-vie/fonts/Pally-Medium.ttf') format('truetype');
         font-weight: 500;
         font-display: swap;
         font-style: normal;
}
  
  
  @font-face {
    font-family: 'Pally-Bold';
    src: url('/sol-en-vie/fonts/Pally-Bold.woff2') format('woff2'),
         url('/sol-en-vie/fonts/Pally-Bold.woff') format('woff'),
         url('/sol-en-vie/fonts/Pally-Bold.ttf') format('truetype');
         font-weight: 700;
         font-display: swap;
         font-style: normal;
}

@font-face {
    font-family: 'Rubik';
    src: url('/sol-en-vie/fonts/Rubik-VariableFont_wght.ttf') format("truetype");
}

@font-face {
    font-family: 'Dekko';
    src: url('/sol-en-vie/fonts/dekko.ttf');
}



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    scroll-behavior: smooth;
}

body {
	line-height: 1.5em;
}

lottie-player {
    max-height: 100vh;
    overflow-y: scroll;
    overflow-y: hidden;
}

.section {
    scroll-margin-top: 200px;
}

@media screen and (max-width: 991px) {
    .section {
        scroll-margin-top: 50px;
    }
} 

/*
ol, ul {
	list-style: none;
}
*/

ul{
    font-weight: 400;
    line-height: 150%;
    color: #222222;
}

li{
    font-weight: 400;
    line-height: 2em;
    color: #222222;
}

ul li::marker{
	color: var(--bs-success);
    font-size: 1.3em;
    font-weight: bold;
}

ol li::marker{
	color: var(--bs-success);
	font-weight: 600;
}

a{
	color: var(--bs-dark);
	text-decoration: underline;
}

a:hover{
	transition: .3s;
	color: var(--bs-success);
}


blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

:root {
    --bs-white: #fff;
    --bs-dark: #000000;
    --bs-blue-light: #e4edf2;
    --bs-green-dark: #013F1D;
    --bs-red: #D92f11;
    --bs-yellow: #FAB332;
    --bs-green-light: #699850;
    --bs-brown-light: #461D0B;
    --bs-brown-dark: #170700;
    --bs-font-sans-serif: 'Rubik';
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

p, textarea {
	font-family: var(--bs-font-sans-serif);
}

button:focus{
	outline: none;
}


/******************************************

	GÉNÉRAL

******************************************/

h1, h2, h3, h4, h5{
    font-size: 42px;
    font-family: 'Pally-Bold';
    text-transform: uppercase;
}

h1{
    color: var(--bs-green-dark);
}

@media screen and (max-width: 991px) {
    h1, h2, h3, h4, h5{
    font-size: 20px;
    }
}

h2{
    color: var(--bs-brown-dark);
}

h3{
    color: var(--bs-white);
}

h4{
    color: var(--bs-green-dark);
}

h5{
    color: var(--bs-white);
}

.container-part{
    width: 60vw;
    margin-right: 10%;
}

@media screen and (max-width: 991px){
    .container-part{
        width: 90vw;
        margin:auto;
    }
 
}

.btn-jaune{
    background-color: var(--bs-yellow);
    font-family: 'Pally-Bold';
    box-shadow: inset -5px -5px #00000012;
    border-radius: 10px;
    text-transform: uppercase;
}

.btn-jaune:hover{
    background-color: #eba626;
    font-family: 'Pally-Bold';
    box-shadow: inset 0px 1px 1px rgb(0 0 0 / 50%), 0px 1px 0px rgb(255 255 255 / 40%);
    border-radius: 10px;
    text-transform: uppercase;
}

.btn-rouge{
    background-color: var(--bs-red);
    color: var(--bs-white);
    font-family: 'Pally-Bold';
    box-shadow: inset -5px -5px #00000012;
    border-radius: 10px;
    text-transform: uppercase;
}

.btn-rouge:hover{
    background-color: #b51b00;
    color: var(--bs-white);
    font-family: 'Pally-Bold';
    box-shadow: inset 0px 1px 1px rgb(0 0 0 / 50%), 0px 1px 0px rgb(255 255 255 / 40%);
    border-radius: 10px;
    text-transform: uppercase;
}

.btn-vert{
    background-color: var(--bs-green-light);
    color: var(--bs-white);
    font-family: 'Pally-Bold';
    box-shadow: inset -5px -5px #00000012;
    border-radius: 10px;
    text-transform: uppercase;
}

.btn-vert:hover{
    background-color: #547642;
    color: var(--bs-white);
    font-family: 'Pally-Bold';
    box-shadow: inset 0px 1px 1px rgb(0 0 0 / 50%), 0px 1px 0px rgb(255 255 255 / 40%);
    border-radius: 10px;
    text-transform: uppercase;
}

.btn-marron{
    background-color: var(--bs-brown-light);
    color: var(--bs-white);
    font-family: 'Pally-Bold';
    box-shadow: inset -5px -5px #00000012;
    border-radius: 10px;
    text-transform: uppercase;
}

.btn-marron:hover{
    background-color: #351507;
    color: var(--bs-white);
    font-family: 'Pally-Bold';
    box-shadow: inset 0px 1px 1px rgb(0 0 0 / 50%), 0px 1px 0px rgb(255 255 255 / 40%);
    border-radius: 10px;
    text-transform: uppercase;
}





/******************************************

	HEADER

******************************************/

.menu_wrap {
    overflow: auto;
}

.elem_menu {
    float: left;
}

.menu-gauche, .menu-droite {
    width: 40%;
    overflow: auto;
}

.elem_menu li a {
    font-family: 'Pally-Bold' !important;
}

.menu-gauche {
    padding-right: 40px;
    display: flex !important;
    justify-content: flex-end;
}

.menu-droite {
    padding-left: 40px;
}

.menu-gauche li {
    float: right;
    width: fit-content;
    display: inline-block;
}

.menu-droite li {
    float: left;
    width: fit-content;
    display: inline-block;
}

@media screen and (max-width: 991px){
    .menu-droite{
        padding: 0;
        width: 100%;
    }

    .menu-gauche{
        padding: 0;
        width: 100%;
    }
}


.navbar{
    background-color: var(--bs-blue-light);
    font-size: 14px;
    overflow: visible;
    position: fixed;
    width: 100%;
    z-index: 10;
}

.navbar.navbar-fixed{
    border-bottom: 5px solid #d5e2ea;
    font-size: .8em;
}

.navbar.animate-down{
    transform: translateY(-300%);
    transition: .5s cubic-bezier(0.05, 0.64, 0.29, 1.2);
}

.navbar.animate-down.show{
    transform: translateY(0);
}

.navbar-nav{
    text-align: center;
    display: block;
    position: relative;
    margin: auto;
    text-transform: uppercase;
}

@media screen and (max-width: 991px){
    .navbar-nav{
        display: flex;
        text-align: left;
    }

}

.navbar-nav .nav-link{
    font-family: 'Pally-Bold';
    text-decoration: none;
}

.navbar-light .navbar-nav .nav-link{
    color: var(--bs-brown-dark);
    line-height: 1.2em;
}

nav{
    overflow: auto;
}

@media screen and (max-width: 991px){
    .nav-item{
        margin: 1em 0;
    }
}


.bloc-logo{
    position: absolute;
    margin: auto;
    width: 230px;
    height: 230px;
    left: 0;
    right: 0;
    top: 5px;
    border-radius: 50%;
    transition: all .5s ease-in-out;
    background-color: var(--bs-blue-light);
    /*border: 20px solid var(--bs-blue-light);*/
}

.bloc-logo .logo{
   /* content: url('/sol-en-vie/images/logo-sol-en-vie.svg');*/
    width: 100%;
    margin: auto;
}

.logo_scroll {
	width: 150px;
	height: 150px;
    top: -10%;
    padding: 1.5em;
    border-bottom: 5px solid #d5e2ea;
}

@media screen and (max-width: 991px){
    .bloc-logo{
        display: none;
    }

    .bloc-logo .logo{
        display: none;
    }

    header .bloc-logo-mobile{
        width: 100%;
        text-align: center;
        position: relative;
        margin: auto;
        left: 0;
        right: 0;
        top: 10%;
    }

    header .bloc-logo-mobile .logo{
        content: url('/sol-en-vie/images/logo-sol-en-vie.svg');
        width: 150px;
        margin: auto;
    }
}


.menu-3{
    position:absolute;
    margin: auto;
}

.menu-droite{
    /*display: flex;*/
    margin: auto;
}

.bouton-contact{
    position: absolute;
    /*top: 20px;*/
    right: 20px;
    list-style: none;
    
}

.bouton-contact a{
    text-decoration: none;
}

@media screen and (max-width: 991px){
    .bouton-contact{
        top: 0;
    }
}


header{
    background-image: url('/sol-en-vie/images/background-home.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100%;
    display: flex;
    position: relative;
}

@media screen and (max-width: 991px){
    header:before{
       display: none;
    }

    header::after{
        display: none;
    }
   
}

header .container{
    width: 50%;
    margin-top: 20%;
}

@media screen and (max-width: 991px){
    header .container{
        width: 100%;
        margin-top: 1em;
    }
}

.perso-fermier{
    position: absolute;
    pointer-events: none;
}

@media screen and (max-width: 991px) {
    .perso-fermier{
        display: none;
    }
}

@media screen and (min-width: 1990px){
    .perso-fermier{
       right: -10%;
    }
}

.plant-tomate-gauche{
    position: absolute;
    height: 100%;
    width: 256px;
    top: 0;
    pointer-events: none;
    z-index: 3;

}

.plant-tomate-gauche.animate-left{
    transform: translateX(-400%);
    transition: 0.6s cubic-bezier(0.32,0,0.22,1);
}

.plant-tomate-gauche.animate-left.show {
    transform: translateX(0);
  }

.plant-tomate-droite{
    position: absolute;
    height: 100%;
    width: 256px;
    top: 10%;
    right: 0;
    pointer-events: none;
}

.plant-tomate-droite.animate-right{
    transform: translateX(400%);
    transition: 0.6s;
}

.plant-tomate-droite.animate-right.show{
    transform: translateX(0);
}

.titre-intro{
    width: 100%;
    margin: auto;
}





@media screen and (max-width: 767px){
    .plant-tomate-gauche{
        width: 150px;
        top: 1%;
        left: -10%;
    }

    .plant-tomate-droite{
        width: 150px;
        right: -10%;
    }

    .plant-tomate-gauche.animate-left{
        transform: translateX(-200);
        transform-origin: left bottom;
        transition: 2s;
    }
    
    .plant-tomate-gauche.animate-left.show {
        transform: translateX(200);
     
    }
 

    .plant-tomate-droite.animate-right{
        transform-origin: right bottom;
        transition: 2s;
    }
    
    .plant-tomate-droite.animate-right.show{
        transform: translateX(200);
    }
}

h1{
    text-align: center;
}

.p-home{
    font-family: 'Dekko';
    text-transform: uppercase;
    text-align: center;
    font-size: 2em;
    color: var(--bs-white);
    margin: 1em 0;
}

.scroll-down{
    font-family: 'Dekko';
    color: var(--bs-white);
    text-align: center;
    bottom: 0;
    margin: auto;
    width: 40%;
    padding-top: 10vh;
}

.scroll-down a:hover{
    text-decoration: none;
}

@media screen and (max-width: 991px){
    .scroll-down{
        width: 80%;
        z-index: 5;
    }

    .p-home{
        font-size: 1em;
        width: 80%;
        margin: auto;
    }
}

header a{
    text-decoration: none;
    color: var(--bs-white);
}

header a span{
    position: absolute;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    animation: scrolldown 2s infinite;
    box-sizing: border-box;
    margin-top: 50px;
}

@keyframes scrolldown {
    0% {
      transform: rotate(-45deg) translate(0, 0);
    }
    20% {
      transform: rotate(-45deg) translate(-10px, 10px);
    }
    40% {
      transform: rotate(-45deg) translate(0, 0);
    }
}

.titre-intro.animate-bounce{
    transition: .9s;
    opacity: 0;
}

.titre-intro.animate-bounce.show{
    animation: bounce 0.5s;
    animation-fill-mode: both;
}

@media screen and (max-width: 991px){
    .titre-intro{
        position: relative;
        top: 10%;
    }
}



/******************************************

	PARTIE 2 : Des conso + attentifs aux imaptcs de leur conso

******************************************/

#impacts-conso{
    background-color: var(--bs-blue-light);
    padding: 5em 0;
    position: relative;
}


#impacts-conso lottie-player.pluie{
    position: absolute;
    width: 100%;
}

@media screen and (max-width: 991px){

    #impacts-conso{
        padding: 2em 0;
    }

    #impacts-conso lottie-player.pluie{
        display: none;
    }
}

#impacts-conso:before{
    position: absolute;
    display: block;
    height: 60px;
    content: '';
    pointer-events: none;
    background: url('/sol-en-vie/images/trait-blue-light.svg') repeat-x center top;
    background-size: auto 100%;
    top: -25px;
    width: 100%;
    left: 0;
}

#impacts-conso:after{
    position: absolute;
    bottom: -30px;
    display: block;
    height: 60px;
    content: '';
    pointer-events: none;
    background: url('/sol-en-vie/images/trait-blue-light.svg') repeat-x center top;
    background-size: auto 100%;
    width: 100%;
    left: 0;
    z-index: 1;
}
.bloc-conso{
    display: flex;
}
.card-picto{
    box-shadow: inset -5px -5px #0000002b;
    border-radius: 20px;
    padding: 1em;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0 .3em;
    min-width: 260px;
}

@media screen and (max-width: 991px){
    .card-picto{
        margin: 1em 0 0 0;
    }
   
}

.card-picto img{
    min-height: 110px;
    max-width: 110px;
    padding: 1em 0;
}

.card-picto .title-card{
    font-family: 'Pally-Bold';
    font-size: 16px;
}

.card-green-picto .title-card{
    color: var(--bs-white);
}

.card-white-picto .title-card{
    color: var(--bs-brown-dark);
}

.card-yellow-picto .title-card{
    color: var(--bs-white);
}

.card-green-picto{
    background-color: var(--bs-green-light);
}

.card-white-picto{
    background-color: var(--bs-white);
}

.card-yellow-picto{
    background-color: var(--bs-yellow);

}

.card-picto span{
    font-size: 21px;
    font-family: 'Pally-Bold';
}

.card-white-picto span{
    color: var(--bs-red);
}

.card-yellow-picto span{
    color: #BE7A00;
}

.card-picto p{
    font-family: 'Rubik';
}

.sources-impacts{
    padding-top: 1em;
    font-size: 12px;
}


/******************************************

	PARTIE 3 : la vie du sol

******************************************/

#vie-du-sol{
    background-image: url('/sol-en-vie/images/sol.svg');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 80vh;
    width: 100%;
    position: relative;
    padding: 5em 0;
}

.perso-ver{
    position: absolute;
    pointer-events: none;
    z-index: 2;
    display: block;
    float: right;
    right: 0;
    width: 50vw;
    height: 70vh;
}

@media screen and (max-width: 991px) {
    .perso-ver {
       display: none;
    }
} 

#vie-du-sol .container{
    background-color: var(--bs-brown-dark);
    border-radius: 20px;
    padding: 1em;
}

#vie-du-sol h2{
    color: var(--bs-white);
}

#vie-du-sol p{
    color: var(--bs-white);
}

.txt-vie-du-sol{
    display: flex;
    flex-direction: column;
}

.txt-vie-du-sol img{
    margin: 1em;
}

.img-vers{
    background-image: url(/sol-en-vie/images/terre.png);
    background-position: center;
    position: absolute;
    width: 650px;
    height: 650px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    right: -60px;
    top: 0;
    z-index: 1;
    
}

@media screen and (max-width:991px){
    .img-vers{
        position: relative;
        width: 350px;
        height: 350px;
        right: 0;
        left: 0;
        margin: auto;
    }
}

.img-vers img{
    width: 100%;
    object-fit: cover;
}

/******************************************

	PARTIE 4 : Un environnement protégé : la culture sous serre

******************************************/

#culture-sous-serre{
    background-image: url(/sol-en-vie/images/serre.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    width: 100%;
    padding: 5em 0;
}

.bloc-txt-culture{
    width: 100%;
}
.txt-nuage{
    position: relative;
    margin: auto;
}
.txt-nuage img{
    height: auto;
    width: 100%;
    display: flex;
    margin: 1em 0;
   
}

.txt-nuage p{
    margin: auto;
    width: 70%;
    top: 25%;
    left: 0;
    right: 0;
    padding-top: 10%;
    position: absolute;
    text-align: center;
}

.p-eau{
    background-color: var(--bs-white);
    box-shadow: inset -5px -5px #00000012;
    border-radius: 10px;
    /*width: 420px;*/
    padding: 1em;
    position: relative;
    margin: 1em 0;
}

.txt-p-eau{
    margin: auto;
    align-items: center;
}

.txt-p-eau img{
    width: 80%;
}

.img-p-eau{
    margin: auto;
}

.bloc-txt-culture .titre{
    font-family: 'Pally-Bold';
    text-transform: uppercase;
    color: var(--bs-yellow);
}

.p-insectes{
    background-color: var(--bs-white);
    width: 100%;
    box-shadow: inset -5px -5px #00000012;
    border-radius: 10px;
    padding: 1em;
    display: flex;
    margin: 1em 0;
    align-items: center;
}

.p-insectes .titre{
    font-family: 'Pally-Bold';
    text-transform: uppercase;
    color: var(--bs-yellow);
}

.img-p-insectes{
    margin: auto;
    padding: 0;
}

.img-p-insectes img{
    width: 100%;
}

@media screen and (max-width: 991px) {
    #culture-sous-serre h4{
        color: white;
    }

    .p-insectes{
        flex-direction: column;

    }

    .txt-nuage{
        height: 100%;
    }

    .txt-nuage p{
        width: 70%;
        margin: auto;
        padding-top: 0%;
    }

    .txt-p-eau{
        width: 100%;
    }
    
    .p-eau::after{
        display: none;
    }
}

@media screen and (min-width: 991px) {
    .txt-nuage p{
        padding-top: 10%;
    }
}

/******************************************

	PARTIE 5 : Alliance entre serre et sol

******************************************/

#alliance-serre-sol{
    background-color: var(--bs-brown-light);
    width: 100%;
    padding: 5em 0;
    position: relative;

}

#alliance-serre-sol lottie-player.abeille{
    position: absolute;
    width: 74%;
    z-index: 6;
}

@media screen and (max-width: 991px) {
    #alliance-serre-sol lottie-player.abeille{
        display: none;
    }
}

#alliance-serre-sol:before{
    position: absolute;
    display: block;
    height: 60px;
    content: '';
    pointer-events: none;
    background: url('/sol-en-vie/images/trait-brown-light.svg') repeat-x center top;
    background-size: auto 100%;
    top: -25px;
    width: 100%;
    left: 0;
}

#alliance-serre-sol:after{
    position: absolute;
    bottom: -30px;
    display: block;
    height: 60px;
    content: '';
    pointer-events: none;
    background: url('/sol-en-vie/images/trait-brown-light.svg') repeat-x center top;
    background-size: auto 100%;
    width: 100%;
    left: 0;
    z-index: 1;
}

#alliance-serre-sol p{
    color: var(--bs-white);
    padding: 1em;
   
}

.p-alliance-serre-sol{
    /*width: 70%;*/
}

.picto-alliance-serre-sol p{
    font-family: 'Pally-Bold';
    text-align: center;
}

.picto-alliance-serre-sol img{
    min-height: 160px;
    max-width: 160px;
    display: flex;
    margin: auto;
}

/******************************************

	PARTIE 6 : Sol en vie : Notre gamme de tomates

******************************************/

#gamme-tomates{
    padding: 5em 0;
    background-color: var(--bs-white);
}

.perso-tomate{
    position: absolute;   
    pointer-events: none;
    z-index: 2; 
}

.anim-eclat{
    position: fixed;
    width: 100%;
    z-index: 999;
    bottom: 0;
    display: none;
    pointer-events: none;
    height: auto;
}


.txt-gamme-tomates{
    position: absolute;
    width: 40%;
}

.tomates-cerises{
    height: 400px;
}

.pack-tomates{
    width: 80%;
}

@media screen and (max-width: 991px) {
    .anim-eclat{
        display: none;
        opacity: 0;
    }

    .perso-tomate{
        display: none;
    }

    .txt-gamme-tomates{
        position: relative;
        width: 100%;
    }

    .pack-tomates{
        width: 100%;
    }
}
/******************************************

	PARTIE 7 : Chiffres clés

******************************************/

#chiffres-cles{
    padding: 5em 0;
    background-color: var(--bs-blue-light);
    position: relative;
}

#chiffres-cles:before{
    position: absolute;
    display: block;
    height: 60px;
    content: '';
    pointer-events: none;
    background: url('/sol-en-vie/images/trait-blue-light.svg') repeat-x center top;
    background-size: auto 100%;
    top: -25px;
    width: 100%;
    left: 0;
}

#chiffres-cles:after{
    position: absolute;
    bottom: -30px;
    display: block;
    height: 60px;
    content: '';
    pointer-events: none;
    background: url('/sol-en-vie/images/trait-green-dark.svg') repeat-x center top;
    background-size: auto 100%;
    width: 100%;
    left: 0;
}

.picto-chiffres-cles{
    padding: 2em 0;
}

.picto-chiffres-cles p{
    font-family: 'Pally-Bold';
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: var(--bs-red);
    line-height: 1.2em;
    width: 80%;
    margin: auto;
}

.picto-chiffres-cles span{
    font-size: 40px;
    line-height: 1.2em;
}

.picto-chiffres-cles .picto-producteurs img{
    margin-top: .6em;

}

@media screen and (max-width: 991px) {
    .picto-chiffres-cles{
        flex-direction: column;
        font-size: 1.5em;
    }

    .picto-chiffres-cles span{
        font-size: inherit;
    }
}

/******************************************

	LOTTIE PIED TOMATE

******************************************/
.container-anim {
    width: 100%;
    /*height: 100vh;*/
    position: relative;
}


.content-anim {
    width: 100%;
    /*height: 400vh;*/
    overflow: hidden;
    position: relative;
    background-color: var(--bs-blue-light);
}
  
.lottie-progress {
    width: 100%;
    height: auto;
    position: fixed;
    z-index: 5;
    pointer-events: none;
    bottom: 0;
}

.lottie-progress.animate-up{
    opacity: 0;
    transition: .6s cubic-bezier(0.32,0,0.22,1);
}

.lottie-progress.animate-up.show{
    opacity: 1;
}

.vers-de-terre{
    position: fixed;
    z-index: 20;
    bottom: 0;
    pointer-events: none;
    width: 100%;
}

/******************************************

	FOOTER

******************************************/
footer{
    position: relative;
}

.contact .titre-contact{
    font-family: 'Pally-Bold';
    text-transform: uppercase;
}

.bloc-footer:before{
    content: url('/sol-en-vie/images/plant-tomate-footer.svg');
    height: 500px;
    width: 200px;
    position: absolute;
    left: 0;
    top: -120px;
}

.bloc-footer:before{
    display: none;
}

.bloc-footer .partage{
    display: flex;
    padding: 2em 0;
}

.bouton-partage{
    position: relative;
    padding-left: 2em;
}

.bouton-partage img{
    padding: 0 5px;
}

.bouton-partage .btn-jaune{
    color: var(--bs-white);
}

#shareBtn {
    z-index: 2;
    position: relative;
}

.boutons-rs {
    z-index: 1;
    opacity: 0;
    margin-top: 10px;
}

.boutons-rs.open {
    z-index: 1;
    margin-top: 10px;
    opacity: 1;
}

.btn-rs {
    z-index: 1;
    transform: translateY(-49px);
    opacity: 1;
    padding: 0px 5px;
}

.btn-rs:hover{
    box-shadow: none;
}

.url-copy {
    display: none;
    margin-left: 10px;
    font-size: 12px;
}

.url-copy.open {
    display: inline-block;
    animation: bottom .5s;
    animation-fill-mode: both;
}

.btn-fb {
    background-color: var(--bs-red);
    box-shadow: inset -5px -5px #00000012;
}

.btn-linkedin {
    background-color: var(--bs-green-light);
    box-shadow: inset -5px -5px #00000012;
}

.btn-copy-link {
    background-color: var(--bs-brown-light);
    box-shadow: inset -5px -5px #0000002b;
}

.btn-rs img {
    width: 30px;
    height: 30px;
}

.btn-rs.open {
    transform: translateY(0);
    transition: 1s;
    animation: top .5s;
    animation-fill-mode: both;
    opacity: 1;
}
.rs-linkedin{
    padding: 0;
}

.rs-linkedin a{
    display: flex;
    text-decoration: none;
    color: var(--bs-white);
    align-items: center;
}
.rs-linkedin p{
    font-family: 'Pally-Bold';
    line-height: 1.2em;
    text-transform: uppercase;
}

.rs-linkedin img{
    width: 40px;
    height: 40px;
}

.bloc-footer{
    background-color: var(--bs-green-dark);
    color: var(--bs-white);
    /*height: 300px;*/
    padding: 1em;
}

.bloc-copyright{
    text-align: center;
    height: 135px;
    background-color: var(--bs-brown-dark);
    color: var(--bs-white);
    padding: 1em;
    font-size: 12px;
}

.bloc-copyright a{
    color: var(--bs-white);
}

.img-logo-footer{
    background-color: var(--bs-blue-light);
    border-radius: 50%;
    height: 200px;
    width: 200px;
    margin-top: -60%;
    padding: 1.5em;
    margin-bottom: 2em;
}

.logo-footer{
    text-align: center;
}
/*
.logo-footer img {
    margin-top: -50%;
}*/

.logo-footer a {
    text-decoration: none;
}

.picto-tel, .picto-fax{
    margin-left: 25px;
}
.picto-tel:before{
    content: url('/sol-en-vie/images/picto-tel.svg');
    width: 20px;
    height: 20px;
    position: absolute;
    margin-left: -25px;
}

.picto-fax:before{
    content: url('/sol-en-vie/images/picto-fax.svg');
    width: 20px;
    height: 20px;
    position: absolute;
    margin-left: -25px;
}
  
  
  

@media screen and (max-width: 991px) {
    .bloc-footer .partage{
        flex-direction: column;
    }

    .bloc-footer{
    font-size: 16px;
    }

    .img-logo-footer{
        display: none;
    }

    .logo-footer{
        display: none;
    }

    .bouton-partage{
        padding: 0;
        padding-top: 10%;
    }

    .bloc-footer .contact a{
        color: var(--bs-white);
    
    }

    .bloc-footer .contact p{
        padding: .5em 0;
    }

 
}

/*****************************

    ANIMATIONS 

*****************************/


/*****************************
    Réglages Animations
*****************************/

.animate-down {
    transform: translateY(-400%);
    transition: .5s;
}

.animate-left {
  transform: translateX(-400%);
  transition: .5s;
}

.animate-left.show {
  transform: translateX(0);
}

.animate-right {
  transform: translateX(400%);
  transition: .5s;
}

.animate-right.show {
  transform: translateX(0);
}

.animate-bounce {
  transition: 0s;
  opacity: 0;
}

.animate-bounce.show {
  animation: bounce .5s;
  animation-fill-mode: both;
  opacity: 1;
}

.animate-grow {
  transition: .5s;
  transform-origin: center;
}

.animate-grow.show {
  animation: grow 0.8s cubic-bezier(0, 1.59, 0.74, 1.07);
  transform-origin: center;
}


@keyframes bounce {
  from, to { transform: scale(1, 1); opacity: 0;}
  25% { transform: scale(0.9, 1.1);}
  50% { transform: scale(1.1, 0.9); }
  75% { transform: scale(0.95, 1.05);}
  100% { transform: scale(1, 1); opacity: 1;}
}


@keyframes grow {
  from { transform: scale(0); }
  to { transform: scale(1); }
}

@keyframes fade-in {
    from { opacity: 0; }
    to { opacity: 1; }
  }

@keyframes top {
  from { transform: translateY(-50px); }
  to { transform: translateY(0); }
}

@keyframes bottom {
  from { transform: translateY(20px); opacity: 0;}
  to { transform: translateY(0); opacity: 1; }
}

@media screen and (max-width: 991px) {
    .animate-down {

    }
    
    .animate-left {

    }
    
    .animate-left.show {

    }
    
    .animate-right {

    }
    
    .animate-right.show {
 
    }
    
    .animate-bounce {

    }
    
    .animate-bounce.show {

    }
    
    .animate-grow {
   
    }
    
    .animate-grow.show {
      
    }
}

