.titre {
	font-size: 4em;
}

/* CHAMPS DE RECHERCHE */

input::placeholder {
	color: black;
}

.center-table {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.search-box {
	height: 154px;
	width: 635px;
	margin-bottom: 20px;
	background-color: #00B8DE;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.search-box td {
	padding: 10px;
}

.search-box p {
	color: white;
	font-size: 17px;
}

.search-zone {
	display: flex;
	align-items: center;
	justify-content: center;
}

.form {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	width: 100%;
}

input[type="search"] {
	width : 240px;
	width: calc(100% - 50px);
	height: 42px;
	border: none;
	background-color: white;
	font-size: 15px;
	padding: 0 10px;
}


select {
	width : 140px;
	margin-left: 10px;
	padding: 10px;
	border-color: transparent transparent white transparent;
	background-color: transparent;
       color: black;
       height: 43px;
	font-size: 16px;
}


.search-button {
	margin-left: 10px;
	padding: 10px;
	border: none;
	background-color: #0C2340;
	color: white;
	width: 102px;
    height: 43px;
	font-size: 16px;
	cursor: pointer;
}

.param-button {
    background-color: #ef7d00;
    width: 152px;
    height: 43px;
    filter: drop-shadow(7px 7px 4px rgba(0, 0, 0, 0.25));
    color : white;
    border : none;
	margin-left: 10px;
}

/* Affichage de la recherche */

.cadre {
	width: 1000px;
    height: 100%;
	background-color: #f7fbfe;
}

.sous2 {
    font-size: 2em;
    text-align: left;
}

.table {
    width: 1000px;
    height: 105%;
    background-color: #f7fbfe;
	border-color: #00B8DE;
	border-width: 5px;
	border-collapse: collapse;
}

.table tr {
	border-bottom: 5px solid #00B8DE;
}


.processus-button {
	background-color: transparent;
    color : black;
    border : none;
}

.cp {
	font-size: 3.5em;
	text-align: center;
}

b {
    color : #F41818;
	font-size: 2.5em;
	text-align: center;
}

/* PARTIE DECO */
.triangleOrange {
    display: flex;
    width: 1;
    height: 1;
    border-style: solid;
    border-width: 150px 0 0 150px;
    border-color: transparent transparent transparent #ef7d00;
	position: fixed;
	bottom: 0;
}
