body, html {
	background-color: black;
	margin: 0px;
	height: auto;
	overflow-x: hidden; 
	overflow-y: scroll;
}

#header {
	width: 100vw;
	height: 11vh;
	display: flex;
    border-bottom: 1px solid #FEF7F1;
}





#modal {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.90);
	height: 100vh;
	width: 100vw;
	z-index: 11;
	animation-name: modal;
	animation-duration: 0.25s;
	display: none;
}

#modalcroix {
	position: absolute;
	top: 6vh;
	right: 6vh;
	height: 3vh;
	cursor: pointer;
	z-index: 100;
}

#modalcroix:hover {
	transform: scale(1.1);
	transition: 0.35s;
}

iframe {
	position: fixed;
	height: 90vh;
	width: 160vh;
	z-index: 11;
	border-radius: 1.5vh;
	transform: translate(-50%, -50%);
	left: 50vw;
	top: 50vh;
}

#ghost {
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 10;
}

@keyframes modal {
	from {
		opacity: 0%;
	}

	to {
		opacity: 100%;
	}
	
}



.photos {
	filter: brightness(1);
}

.photos:hover {
    filter: brightness(0.75);
    transition: 0.25s;
}




#titre {
    color: #FEF7F1;
    font-family: APPLEb;
    font-size: 5vh;
    height: 5.6vh;
    margin-top: 2.7vh;
    transform: translateX(-50%);
    margin-left: 50%;
}

#rntitre {
    color: #FEF7F1;
    font-family: PHONK;
    font-size: 5vw;
    transform: translateX( -50%);
    margin-left: 50%;
    width: 55.75vw;
    margin-top: 12vw;
    margin-bottom: 2.5vw;
    text-align: center;
}

#rntitre span {
    font-family: APPLEr;
    font-size: 8vw;
    line-height: 6vw;
}

#lrtitre {
    color: #FEF7F1;
    font-family: PHONK;
    font-size: 5vw;
    transform: translateX( -50%);
    margin-left: 50%;
    width: 55.75vw;
    margin-top: 12vw;
    margin-bottom: 2.5vw;
    text-align: center;
}

#lrtitre span {
    font-family: APPLEr;
    font-size: 8vw;
    line-height: 6vw;
}

#phtitre {
    color: #FEF7F1;
    font-family: PHONK;
    font-size: 5vw;
    transform: translateX( -50%);
    margin-left: 50%;
    width: 55.75vw;
    margin-top: 12vw;
    margin-bottom: 2.5vw;
    text-align: center;
}

#phtitre span {
    font-family: APPLEr;
    font-size: 8vw;
    line-height: 6vw;
}

#eutitre {
    color: #FEF7F1;
    font-family: PHONK;
    font-size: 5vw;
    transform: translateX( -50%);
    margin-left: 50%;
    width: 100vw;
    margin-top: 12vw;
    margin-bottom: 2.5vw;
    text-align: center;
}

#eutitre span {
    font-family: APPLEr;
    font-size: 8vw;
    line-height: 6vw;
}

#kotitre {
    color: #FEF7F1;
    font-family: PHONK;
    font-size: 5vw;
    transform: translateX( -50%);
    margin-left: 50%;
    width: 100vw;
    margin-top: 12vw;
    margin-bottom: 2.5vw;
    text-align: center;
}

#kotitre span {
    font-family: APPLEr;
    font-size: 8vw;
    line-height: 6vw;
}

#votitre {
    color: #FEF7F1;
    font-family: PHONK;
    font-size: 5vw;
    transform: translateX( -50%);
    margin-left: 50%;
    width: 100vw;
    margin-top: 12vw;
    margin-bottom: 2.5vw;
    text-align: center;
}

#votitre span {
    font-family: APPLEr;
    font-size: 8vw;
    line-height: 6vw;
}



#random {
    display: flex;
    height: auto;
    width: 84vw;
    margin-left: 8vw;
    margin-top: 0vw;
    margin-bottom: 6vw;
}

#left {
    height: auto;
    width: 40vw;
}

#right {
    height: auto;
    width: 40vw;
    margin-left: 4vw;
}

.rect {
    height: 50vw;
    width: 100%;
    margin-bottom: 4vw;
    cursor: pointer;
}

.carre {
    height: 40vw;
    width: 100%;
    margin-bottom: 4vw;
    overflow: hidden;
}

.paysage {
    height: 28,283871vw;
    width: 100%;
    margin-bottom: 4vw;
}

.rectxl {
    height: 56,5677419vw;
    width: 100%;
    margin-bottom: 4vw;
}

.rectxxl {
    height: 97,4451613vw;
    width: 100%;
    margin-bottom: 4vw;
}

.vid {
    height: 22,5vw;
    width: 100%;
    margin-bottom: 4vw;
    cursor: pointer;
}

.text1 {
    height: 6vw;
    width: 100%;
    margin-bottom: 4vw;
    display: flex;
}

.text3 {
    height: 6vw;
    width: 100%;
    margin-bottom: 4vw;
    display: flex;
}

.para1 {
    margin: 0px;
    padding-top: 3.25vw;
    font-family: APPLEr;
    font-size: 1.5vw;
    line-height: 1.6vw;
    text-align: justify;
    color: #FEF7F1;
}

.para2 {
    margin: 0px;
    font-family: APPLEr;
    font-size: 1.5vw;
    line-height: 1.6vw;
    text-align: justify;
    color: #FEF7F1;
}

.text2 {
    display: none;
}

.photos {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.icon {
    height: 6vw;
    margin-top: 0vw;
    margin-right: 1.95vw;
}

.bar {
    height: 6vw;
    width: 1px;
    background-color: #FEF7F1;
    margin: 0px;
    margin-right: 1.95vw;
    margin-top: 0vw;
}

.barh {
    width: 84vw;
    height: 1px;
    background-color: #FEF7F1;
    margin-left: 8vw;
    margin-top: 6vw;
}

#button {
    background-color: #FEF7F1;
    font-family: PHONK;
    color: black;
    transform: translateY(-50%);
    font-size: 2vw;
    height: 4vw;
    width: 23.5vw;
    text-align: center;
    line-height: 4.2vw;
    border-radius: 1000px;
    margin-top: 3vw;
}

#button:hover {
    color: #FEF7F1;
    background-color: black;
    transition: 0.25s;
}

#copyright {
    color: #FEF7F1;
    font-family: PHONK;
    text-align: center;
    font-size: 1.3vw;
    opacity: 0.2;
    margin-top: 0vw;
}


.cam {
    color: #FEF7F1;
    font-family: APPLEr;
    font-size: 1.9vw;
    line-height: 2.15vw;
    margin-top: 0vw;
}

.cam2 {
    color: #FEF7F1;
    font-family: APPLEr;
    font-size: 3vw;
    line-height: 3.3vw;
    margin-top: 0vw;
}



@media screen and (max-width: 1000px){
    #random {
        display: block;
        top: 0px;
    }

    #left {
        height: auto;
        width: 84vw;
    }
    
    #right {
        width: 84vw;
        margin-left: 0vh;
    }

    .text2 {
        display: flex;
        height: 12vw;
        margin-bottom: 4vw;
    }

    .icon {
        height: 12vw;
        margin-right: 4.4vw;
    }

    .bar {
        margin-right: 4.4vw;
        height: 12vw;
    }

    .cam {
        font-size: 4vw;
        line-height: 4.25vw;
    }

    .cam2 {
        font-size: 6.5vw;
        line-height: 6.5vw;
    }

    .text1 {
        display: none;
    }

    .para1 {
        font-size: 3.38vw;
        line-height: 3.38vw;
        padding-top: 2.35vw;
    }

    .para2 {
        font-size: 3vw;
        line-height: 3.11vw;
    }

    #randomtitre {
        margin-top: 1vw;
        transform: translate(-50%, -50%);
        margin-left: 50%;
        margin-top: 10vw;
        padding-bottom: 1vw;
    }

    #cphtitre {
        margin-bottom: 2vw;
    }

    .rect {
        height: 105vw;
        width: 100%;
        margin-bottom: 4vw;
    }
    
    .carre {
        height: 84vw;
        width: 100%;
        margin-bottom: 4vw;
    }

    .barh {
        margin-top: 15vw;
    }

    #button {
        font-size: 4vw;
        height: 8vw;
        width: 47vw;
        line-height: 8.1vw;
        margin-top: 6vw;
    }

    #copyright {
        margin-top: 15vw;
    }





}

@media (max-aspect-ratio: 16/9) {
	iframe {
		height: 50.625vw;
		width: 90vw;
	}
}















a:link { text-decoration: none; }


a:visited { text-decoration: none; }


a:hover { text-decoration: none; }


a:active { text-decoration: none; }



@font-face {
    font-family: APPLEb;
    src: url(../ressources/APPLEb.ttf);
}

@font-face {
    font-family: APPLEi;
    src: url(../ressources/APPLEi.ttf);
}

@font-face {
    font-family: MADETOMMYt;
    src: url(../ressources/MADETOMMYt.otf);
}

@font-face {
    font-family: montserrat;
    src: url(../ressources/Montserrat.ttf);
}

@font-face {
    font-family: APPLEr;
    src: url(../ressources/APPLEr.ttf);
}

@font-face {
    font-family: MADETOMMYr;
    src: url(../ressources/MADETOMMYr.otf);
}

@font-face {
    font-family: MADETOMMYm;
    src: url(../ressources/MADETOMMYm.otf);
}

@font-face {
    font-family: MADETOMMYb;
    src: url(../ressources/MADETOMMYb.otf);
}

@font-face {
    font-family: PHONK;
    src: url(../ressources/PHONK.otf);
}