.pageUnProjet{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#f1f1f1}.pageUnProjet .bloc-un-projet{position:relative;z-index:2;display:flex;flex-direction:column;width:90%;height:90vh;overflow:hidden;border-radius:15px;background-color:#fff;box-shadow:0 2px 5px -1px rgba(50,50,93,.25),0 1px 3px -1px rgba(0,0,0,.3);margin:100px}@media screen and (min-width:1100px){.pageUnProjet .bloc-un-projet{flex-direction:row;height:80vh}}.pageUnProjet .bloc-un-projet .bloc-image{width:100%;height:30%}@media screen and (min-width:1100px){.pageUnProjet .bloc-un-projet .bloc-image{width:50%;height:100%}}.pageUnProjet .bloc-un-projet .bloc-image img{width:100%;height:100%;object-fit:cover}.pageUnProjet .bloc-un-projet .bloc-info{display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;width:100%;padding:15px;height:70%}@media screen and (min-width:1100px){.pageUnProjet .bloc-un-projet .bloc-info{width:50%;height:100%}}.pageUnProjet .bloc-un-projet .bloc-info h2{font-size:2rem;text-align:center;color:#283618}@media screen and (min-width:768px){.pageUnProjet .bloc-un-projet .bloc-info h2{font-size:2.6rem}}.pageUnProjet .bloc-un-projet .bloc-info p{color:#606c38}.pageUnProjet .bloc-un-projet .bloc-info .les-boutons{display:flex;flex-direction:row;justify-content:center;gap:10px}.pageUnProjet .bloc-un-projet .bloc-info .les-boutons .bouton{width:150px;padding:5px;margin-top:5px;border-radius:5px;text-align:center;font-weight:600;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}.pageUnProjet .bloc-un-projet .bloc-info .les-boutons .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)}@media screen and (min-width:1100px){.pageUnProjet .bloc-un-projet .bloc-info .les-boutons .bouton{width:200px}}