@charset "UTF-8";

:root {
    --bs-backgroundcolor-body-01: rgb(111 159 158);
    --bs-backgroundcolor-body-02: rgb(0 82 40);
    --bs-backgroundcolor-main: rgb(237, 243, 250);
    --bs-backgroundcolor-container: rgb(0, 0, 0);
    --bs-backgroundcolor-containerhover: rgb(41 136 59);
    --bs-backgroundcolor-containerhover-2: rgb(10 141 71);
    --bs-backgroundcolor-containerhover-3: rgb(255 200 21);
    --bs-backgroundcolor-containerhover-4: rgb(200 1 26);
    --bs-backgroundcolor-containerhover-5: rgb(31 121 143);
}

body {
    min-height: 100%;
    font-family: Andale Mono, monospace, Roboto, Arial, Helvetica;
    color: #000000;
    text-align: center;
}

/* css gradient: second layer */
svg {
    background: linear-gradient(var(--bs-backgroundcolor-body-01), var(--bs-backgroundcolor-body-02));
    position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
    z-index: -1;
    opacity: 15%;
  }

body:before {
	content:"";
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
    background: linear-gradient(var(--bs-backgroundcolor-body-01), var(--bs-backgroundcolor-body-02));
    z-index: -1;
	background-repeat:no-repeat;
	background-size:cover;
	background-position: center;

}



/*Header*/
div.Main-Avatar {
    background-color: var(--bs-backgroundcolor-main);
    box-shadow: 0px 0px 20px rgb(0 0 0);
    border-radius: 30px;
    max-width: 600px;
    margin: auto;
}

img.PhotoProfil {
    width: 100%;
    max-width: 600px;
    border-radius: 30px 30px 0px 0px;
    position: relative;
    z-index: 0;
    margin-bottom: -140px;
    mask: radial-gradient(110.26% 96% at 50% 0%, #000 50%, rgba(0, 0, 0, 0.99) 54.68%, rgba(0, 0, 0, 0.97) 58.79%, rgba(0, 0, 0, 0.94) 62.4%, rgba(0, 0, 0, 0.90) 65.61%, rgba(0, 0, 0, 0.85) 68.52%, rgba(0, 0, 0, 0.79) 71.2%, rgba(0, 0, 0, 0.72) 73.75%, rgba(0, 0, 0, 0.65) 76.25%, rgba(0, 0, 0, 0.57) 78.8%, rgba(0, 0, 0, 0.48) 81.48%, rgba(0, 0, 0, 0.39) 84.39%, rgba(0, 0, 0, 0.30) 87.6%, rgba(0, 0, 0, 0.20) 91.21%, rgba(0, 0, 0, 0.10) 95.32%, rgba(0, 0, 0, 0.00) 100%);
}

section h1 {
    margin: 3px;
    font-size: 45px;
    position: relative;
    z-index: 1;
}
section h2 {
    margin: 0px;
    font-size: 15px;
    position: relative;
    z-index: 1;
}

a {
    text-decoration: none;
}

div.RS {
    margin: 20px;
}

div.RS a img {
    max-width: 30px;
    margin: 5px;
    filter: contrast(100%) grayscale(100%);
    transition: filter 0.25s ease-in-out;
}
div.RS a img:hover {
  filter: grayscale(0%);
}



/* Nouveautés */
.Page {
    margin-top: 5em;
}

.Page h2 {
    font-size: 20px;
    font-style: italic;
    margin: 20px;
    text-decoration: underline;
}

div.Scroll {
    padding: 0 10px 0 10px;
    display: flex;
    gap: 2em;
    overflow: auto;
    scrollbar-width: none;
}

div.NewCreat-Container {
    margin: 10px;
    BOX-SHADOW: 2px 2px 7px rgb(0 0 0);
    background-color: var(--bs-backgroundcolor-container);
    border-radius: 30px 30px 20px 20px;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 70%; 
    transition: background-color 0.25s ease-in-out;
}
div.NewCreat-Container:hover {
    background-color: var(--bs-backgroundcolor-containerhover);
}

div.NewCreat-Container a h3, div.NewCreat-Container a p {
    transition: color 0.25s ease-in-out;
}
div.NewCreat-Container:hover a h3, div.NewCreat-Container:hover a p {
    color: #000;
}



div.NewCreat-01 {
    transition: background-color 0.25s ease-in-out;
}
div.NewCreat-01:hover {
    background-color: var(--bs-backgroundcolor-containerhover-2);
}
div.NewCreat-02 {
    transition: background-color 0.25s ease-in-out;
}
div.NewCreat-02:hover {
    background-color: var(--bs-backgroundcolor-containerhover-3);
}
div.NewCreat-03 {
    transition: background-color 0.25s ease-in-out;
}
div.NewCreat-03:hover {
    background-color: var(--bs-backgroundcolor-containerhover-4);
}
div.NewCreat-04 {
    transition: background-color 0.25s ease-in-out;
}
div.NewCreat-04:hover {
    background-color: var(--bs-backgroundcolor-containerhover-5);
}


a.NewCreat-Link img {
    max-width: 100%;
    border-radius: 20px 20px 0px 0px;
}

a.NewCreat-Link h3 {
    color: #ffffff;
    text-align: left;
    font-size: 15px;
    margin: 5px 0 5px 20px;
}

a.NewCreat-Link p {
    color: #ffffff;
    text-align: left;
    font-size: 10px;
    margin: 0;
    padding: 0 0 15px 20px;
}


/* Projets 1 */
div.Large {
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 2em;
}

.Projets1-Container {
    background-color: var(--bs-backgroundcolor-container);
    border-radius: 20px;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 70%;
    transition: background-color 0.25s ease-in-out;
}
div.Projets1-Container:hover {
  background-color: var(--bs-backgroundcolor-containerhover);
}

.Projets1-Vid {
    width: 100%;
    border-radius: 20px 20px 0 0;
}

a.Projets1-Link h3 {
    color: #ffffff;
    text-align: left;
    font-size: 15px;
    margin: 5px 0 8px 20px;
}


/* Projets 2 */


div.Square {
    padding: 10px;
    display: flex;
    gap: 0.5em;
}

a.Projets2-Link img {
    BOX-SHADOW: 2px 2px 7px rgb(0 0 0);
    max-width: 90%;
    border-radius: 5px;
}


/* Projets 3 */
.ProjetsPage-03 {
    background-color: #000;
    border-radius: 30px 30px 20px 20px;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 70%; 
    transition: background-color 0.25s ease-in-out;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 5px;
}

.TitreInsta h2 {
    font-size: 25px;
    color: #ffffff;
    text-decoration: none;
}

.Titre {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 20px;
}


.Titre h2 {
    text-align: left;
}

.Titre a img {
    max-width: 50px;
    margin: 5px;

}

div.Full {
    padding: 5px;
    display: flex;
}



/* Projets 4 */
div.Photo {
    padding: 0 10px 0 10px;
    display: flex;
    overflow: auto;
    scrollbar-width: none;
}

div.Projets4-Container {
    margin: 5px;
    border-radius: 20px;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 30%; 
}

div.Projets4-Container img {
    max-width: 100%;
    border-radius: 20px;
    BOX-SHADOW: 2px 2px 7px rgb(0 0 0);
}



/* Projets 5 */
div.Large2 {
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 0.5em;
}
.Projets5-Container {
    background-color: var(--bs-backgroundcolor-container);
    border-radius: 20px;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 70%;
    transition: background-color 0.25s ease-in-out;
}
div.Projets5-Container:hover {
  background-color: var(--bs-backgroundcolor-containerhover);
}

.Projets5-Link {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 5px 20px;
    gap: 2em;
}

.Projets5-Link img {
    max-width: 50px;
    border-radius: 10px;
}

.Projets5-Link h3 {
    color: #ffffff;
    text-align: left;
    font-size: 15px;
    margin: 5px 0;
}



/* Projets END */
.ProjetsPage-END {
    background-color: #000;
    color: #ffffff;
    border-radius: 30px 30px 20px 20px;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 70%; 
    transition: background-color 0.25s ease-in-out;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 5px;
}

.ProjetsPage-END h2 {
    padding: 10px;
}

div.Propos {
    background-color: var(--bs-backgroundcolor-container);
    border-radius: 20px;
    display: flex;
    gap: 20px;
    margin: 10px;
    font-size: 10px;
}


div.Propos img {
    max-height: 200px;
    border-radius: 12px;
}

div.Propos2 {
    margin: 20px;
}