@font-face {
    font-family: robotoLight;
    src: url("/fonts/roboto/Roboto-Light.ttf");
}
@font-face {
    font-family: robotoBold;
    src: url("/fonts/roboto/Roboto-Bold.ttf");
}
@font-face {
    font-family: robotMedium;
    src: url("/fonts/roboto/Roboto-Medium.ttf");
}
@font-face {
    font-family: robotRegular;
    src: url("/fonts/roboto/Roboto-Regular.ttf");
}



*{
    scroll-behavior: smooth;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.contact{
	display: flex;
}
.image{
	height: 100vh;
}


#title_contact {
    margin-top: 4%;
    font-family: robotoBold;
	font-size: 45px;

}
#sub_title_contact {
	margin-bottom: 30px;
    margin-top: 1%;
}
/*
#logo{
	margin-top: 2vh;
	margin-bottom: 2vh;
	margin-left: 12vw;
	width: 9vw;
	height:7vh;
}
*/
#formulaire{
	position: relative;
	top: 10vh;
	margin-left: 10vw;
	padding-top: 0.5rem;
	margin-right: 35vw;
	padding-bottom: 1rem;
	font-family: robotoRegular;
	height: 85vh;
}
.div_flex{
	display: flex;
	margin-top: 15px;
}
.lit_input{
	margin: 5px;
	margin-left: 0px!important;
	height: 50px;
	width: 15vw;
	border: solid 2px var(--bleu-fonce);
	border-radius: 10px;
	background-color: transparent;
	margin-right: 3vw;
}
.big_input{
	margin: 5px;
	margin-left: 0px!important;
	margin-top: 20px;
	height: 50px;
	width: 33vw;
	border: solid 2px var(--bleu-fonce);
	border-radius: 10px;
	background-color: transparent;
}

.basics:focus{
	outline: solid 1xp black;
	color: var(--bleu-fonce);
	transition:all 1s ease;
}
.basics::placeholder{
	padding-left: 5px!important;
	font-family: robotoLight;
}

#button_inscription{
	margin-top:2vh;
	border: none;
	border-radius:10px;
	height: 7vh;
	width:15vw;
	background-color: black;
	color:white;
	font-weight: bold;
	font-size: 20px;
	cursor: not-allowed;
	transition:all 1s ease;
	font-family: robotoRegular;
}

#comment_fields{
    padding-top: 25px;
    padding-bottom: 150px;
}

textarea {
   	margin-top: 20px;
    font-size: .8rem;
	width:33vw;
	height: 15vh;
    padding: 2vh;
    max-width: 100%;
    line-height: 1.5;
    border-radius: 10px;
    border: 2px solid var(--bleu-fonce);
	resize: none;
}

label {
    color:var(--bleu-fonce);
    margin-top: 20px;
    display: block;
    margin-bottom: 10px;
	font-family: robotoBold;
}
#legende {
	margin-left: 30px!important;
	margin-top: 3vh;
	font-size: 0.8em;
	margin-left: 3.5vw;
	width: 17vw;
}

.inputxerror p {
	color: var(--rouge);
	margin-left: 5vw;
}

.messageflash {
	position: relative;
	left: 10vw;
	margin-top: 2.5rem;
	background-color: #d4edda;
	width: fit-content;
	padding: 0.5rem 1rem 0.5rem 1rem;
	color: #1e6239;
	border-radius: 10px;
}