.SectionProject{display:flex;width:100%;justify-content:center;align-items:center}.SectionProject--reversed{flex-direction:row-reverse}@media screen and (max-width:1100px){.SectionProject{flex-direction:column-reverse;gap:40px}}.SectionProject__image{width:500px;display:flex;align-items:center;justify-content:center}@media screen and (max-width:1100px){.SectionProject__image{width:600px}}@media screen and (max-width:620px){.SectionProject__image{width:90%}}.SectionProject__image__container{width:400px;height:250px;border:1px solid var(--color-grey);display:flex;align-items:center;justify-content:center;text-decoration:none;position:relative}.SectionProject__image__container--reversed{border:1px solid var(--color-white)}.SectionProject__image__container--darkMode{border:1px solid var(--color-dark-grey)}.SectionProject__image__container--reversed--darkMode{border:1px solid var(--color-dark-black)}@media screen and (max-width:620px){.SectionProject__image__container{width:300px;height:200px}}.SectionProject__image__container:hover{.SectionProject__image__filter{opacity:.3}.SectionProject__image__label{opacity:1}}.SectionProject__image__image{max-width:100%;max-height:100%}.SectionProject__image__image--darkMode{filter:brightness(.8) contrast(1.2)}.SectionProject__image__filter{width:100%;height:100%;background:var(--color-violet);opacity:0;position:absolute;top:0}.SectionProject__image__filter--darkMode{background:var(--color-dark-violet)}.SectionProject__image__label{position:absolute;opacity:0}.SectionProject__infos{width:500px;display:flex;flex-direction:column}@media screen and (max-width:1100px){.SectionProject__infos{width:600px}}@media screen and (max-width:620px){.SectionProject__infos{width:90%}}.SectionProject__date,.SectionProject__title{margin:0 0 20px}.SectionProject__labels,.SectionProject__technos{margin:0 0 20px;display:flex;gap:10px}.SectionProject__technos{flex-wrap:wrap}.SectionProject__description{margin:0 0 20px}.SectionProject__globals{display:flex;flex-wrap:wrap;margin:0 0 20px;gap:10px}