.unTemoignage{width:85vw;height:175px;padding:20px;overflow:hidden;border-radius:15px;display:flex;flex-direction:column;gap:2px;background-color:#fff;box-shadow:0 2px 5px -1px rgba(50,50,93,.25),inset 0 1px 3px -1px rgba(0,0,0,.3)}@media screen and (min-width:768px){.unTemoignage{width:500px;gap:5px}}@media screen and (min-width:1024px){.unTemoignage{width:600px}}.unTemoignage .nom-temoignant{font-size:1rem;font-weight:700;color:#3a3a3a}@media screen and (min-width:768px){.unTemoignage .nom-temoignant{font-size:1.5rem}}.unTemoignage .role-temoignant{font-size:.7rem;color:#606c38;font-weight:bolder}@media screen and (min-width:768px){.unTemoignage .role-temoignant{font-size:.9rem}}.unTemoignage .texte-temoignant{font-size:.8rem;color:#3a3a3a}@media screen and (min-width:768px){.unTemoignage .texte-temoignant{font-size:1rem}}.CarousselTeimoignages{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center}.CarousselTeimoignages .controles button{font-weight:700;font-size:.9rem;margin:10px;padding:5px;width:100px;background-color:#fff;box-shadow:0 2px 5px -1px rgba(50,50,93,.25),0 1px 3px -1px rgba(0,0,0,.3);color:#3a3a3a;background-color:#f1f1f1;border:none;border-radius:5px;transition:all .2s ease-in-out 0s;cursor:pointer}.CarousselTeimoignages .controles button:hover{background-color:#eaeaea;color:#3a3a3a;box-shadow:0 2px 5px -1px rgba(50,50,93,.25),inset 0 1px 3px -1px rgba(0,0,0,.3)}.CarousselTeimoignages .les-temoignages{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:flex-end}@media screen and (min-width:768px){.CarousselTeimoignages .les-temoignages{gap:10px}}.CarousselTeimoignages .les-temoignages .sur-le-cote{filter:blur(1px);transform:scale(.9)}.CarousselTeimoignages .les-temoignages .actif{transition:transform .5s ease-in-out}.unProjet{position:relative;z-index:2;display:flex;flex-direction:column;overflow:hidden;border-radius:15px;height:400px;width:100%;background-color:#fff;box-shadow:0 2px 5px -1px rgba(50,50,93,.25),0 1px 3px -1px rgba(0,0,0,.3)}@media screen and (min-width:500px){.unProjet{width:400px}}.unProjet .bloc-image{width:100%;height:50%}.unProjet .bloc-image img{height:100%;width:100%;object-fit:cover}.unProjet .bloc-info{padding:20px;display:flex;flex-direction:column;justify-content:space-between;align-items:center;height:50%}.unProjet .bloc-info h2{text-align:center;font-weight:700;color:#283618}.unProjet .bloc-info p{font-size:.8rem;padding:0;align-self:start}@media screen and (min-width:768px){.unProjet .bloc-info p{padding:0 30px}}@media screen and (min-width:1300px){.unProjet .bloc-info p{padding:0}}.unProjet .bloc-info .bouton{width:60%;padding:5px;margin-top:5px;border-radius:5px;text-align:center;font-weight:700;display:block;color:#3a3a3a;background-color:#f1f1f1;box-shadow:0 2px 5px -1px rgba(50,50,93,.25),0 1px 3px -1px rgba(0,0,0,.3);text-decoration:none;transition:all .2s ease-in-out 0s}.unProjet .bloc-info .bouton:hover{background-color:#eaeaea;color:#3a3a3a;box-shadow:0 2px 5px -1px rgba(50,50,93,.25),inset 0 1px 3px -1px rgba(0,0,0,.3)}.accueil{background-color:#fbfbfb;position:relative}.accueil .lien-accueil{font-size:1.3rem;font-weight:700;text-decoration:underline;transition:color .3s ease-in-out}.accueil .lien-accueil:hover{color:#bc6c25}.accueil section{display:flex;flex-direction:column}.accueil .section-presentation{background-color:#fff;position:relative;height:100vh;padding:6rem;align-items:center}@media screen and (min-width:1024px){.accueil .section-presentation{background-color:#fff}}.accueil .section-presentation .texte-presentation{text-align:center;width:100vw}.accueil .section-presentation .texte-presentation h1{width:100%;font-size:1.5rem;font-weight:700;color:#bc6c25}@media screen and (min-width:500px){.accueil .section-presentation .texte-presentation h1{font-size:2rem}}@media screen and (min-width:1024px){.accueil .section-presentation .texte-presentation h1{font-size:3rem}}.accueil .section-presentation .texte-presentation h1:nth-child(2){color:#dda15e}.accueil .section-presentation .deco{-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;position:absolute;bottom:0;right:0;height:100%;width:100vw}@media screen and (min-width:1024px){.accueil .section-presentation .deco{width:100vw;height:auto}}.accueil .section-presentation .deco img{height:100%;width:100%;object-fit:cover}.accueil .section-presentation .mon-image{position:absolute;bottom:20%;width:300px;height:300px;border-radius:50%;overflow:hidden;background-color:#dda15e;border:2px solid #bc6c25;z-index:2}.accueil .section-presentation .mon-image img{height:100%;width:100%;object-fit:cover}.accueil .section-propos{justify-content:center;align-items:center;height:100vh}.accueil .section-propos h1{font-weight:700}.accueil .section-propos .bloc-propos{height:80%;width:80%;display:flex;justify-content:center;flex-direction:column;align-items:center;justify-content:space-around;background-color:#fff;border-radius:15px;overflow:hidden;box-shadow:0 2px 5px -1px rgba(50,50,93,.25),0 1px 3px -1px rgba(0,0,0,.3)}@media screen and (min-width:1024px){.accueil .section-propos .bloc-propos{flex-direction:row}}.accueil .section-propos .bloc-propos .image-propos{width:100%;height:30%}@media screen and (min-width:1024px){.accueil .section-propos .bloc-propos .image-propos{display:block;height:100%;width:50%}}.accueil .section-propos .bloc-propos .image-propos img{height:100%;width:100%;object-fit:cover}.accueil .section-propos .bloc-propos .texte-propos{width:100%;height:70%;padding:20px;display:flex;flex-direction:column;justify-content:flex-start}@media screen and (min-width:1024px){.accueil .section-propos .bloc-propos .texte-propos{width:50%;height:100%;justify-content:center}}.accueil .section-projet{align-items:center;gap:15px;background-color:#dda15e}.accueil .section-projet h1{color:#fefae0;font-weight:700;padding-top:25px}.accueil .section-projet a{color:#fefae0;padding-top:25px;font-size:1.1rem}@media screen and (min-width:1350px){.accueil .section-projet{min-height:100vh;gap:75px}}.accueil .section-projet .texte-section{display:flex;flex-direction:column;align-items:center;gap:10px}@media screen and (min-width:1350px){.accueil .section-projet .texte-section{flex-direction:row}}.accueil .section-teimoignage{height:80vh;align-items:center;gap:75px}.accueil .section-teimoignage h1{padding-top:25px;text-align:center;margin-top:100px;font-weight:700}@media screen and (min-width:1024px){.accueil .section-teimoignage h1{margin-top:0}}.lesProjets{padding:30px;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:40px}@media screen and (min-width:1350px){.lesProjets{flex-direction:row;gap:30px}}