@import url("../styles.min.less");#titrePresentation{height: 75vh;padding: 5em 0;background: @darkGray;color: @blanc;display: flex;flex-direction: row;align-items: flex-end;h1{.titreH2(6rem) }}#presentation{min-height: 100vh;h2{.titreH2(4rem) }p{text-align: justify;}.top{padding: 5em 1em 2em 1em;.topLeft{padding: 2em;position: relative;img{padding: 0;margin: 0;border: 5px solid @blanc;width: 60%;box-shadow:0 0 10px rgba(0,0,0,.3);position: relative;&:nth-child(1){width: 50%;top: 2em;left: 2em;}&:nth-child(2){top: 0px;left: 175px;}}}}.bot{padding: 2em 1em 5em 1em;.botRight{display: flex;flex-direction: row;align-items: center;justify-content: center;img{width: 80%;}}}}@media screen and (max-width:1200px){#titrePresentation{h1{.titreH2(5rem);}}#presentation{h2{.titreH2(3.5rem);}}}@media screen and (max-width:992px){#titrePresentation{h1{.titreH2(4rem);}}#presentation{h2{.titreH2(3rem);}}}@media screen and (max-width:768px){#titrePresentation{h1{.titreH2(3.5rem);}}#presentation{h2{.titreH2(2.5rem);}.top{padding-top : 0;.topLeft{img{&:nth-child(1){z-index: 2;}&:nth-child(2){left: 125px;}}}}}}@media screen and (max-width:576px){#titrePresentation{h1{.titreH2(2.5rem);}}#presentation{h2{.titreH2(2rem);}}}