.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)}.mainProjets{display:flex;flex-direction:column;justify-content:space-between;align-items:center;background-color:#fbfbfb}.mainProjets .titre{height:30vh;width:100%;display:flex;justify-content:center;align-items:center;background-color:#bc6c25;margin-bottom:30px}.mainProjets .titre h1{padding-top:50px;color:#fefae0;text-align:center;font-weight:700}.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}}