.font_augment input:not(.mail, .list) {
	width: 100%;
}

.font_augment label {

	margin: 0;
}

.kl:hover {
    color: #dc5024;
}

.mail, .list {
	width: 2%;
}
.mail {
	vertical-align: top;
}

#mainselection select {
	border: 0;
	padding: 2px 10px;
}

#mainselection {
	overflow:hidden;
	width: 100%;
	max-width: 750px;
}

#mainselection div {display: inline-block;min-width:100px;}


.sendselection{
	white-space: nowrap;
}
.sendselection label{
	white-space: normal;
}

.form_submit {
	margin-top: 1%;
    width: 100%;
	background: 0;
	background-color: #ff6300;
	cursor: pointer;
	font-weight: bold;
	float: right;
	color: #fff !important;
	border: 0px
}

.form_submit:hover {
	background-color: #ff6300; 
}

.info {
	text-align: center; 
	margin-top: 100px; 
	margin-bottom: 100px;
}

.container {
	display: inline-grid; 
	width: 100%; 
	max-width: 100%; 
	padding-bottom: 5px;
}

.containerBis {
	display: inline-flex; 
	height: 40px;
}

#mail {
	margin-top: -1%;
}

.mailInput {
	margin-bottom: 5px; 
	height: 40px;
}

.message {
	resize: none;
	height: 135px; 
	margin: 0;
	padding: 5px;
}

.width-15 {
	width: 15px;
}

.font_augment, .font_augment p, .font_augment h2{
	font-size: 15px;
}

.font_augment h1{
	font-size: 40px;
}

.padbot-5 {
	padding-bottom: 5px;
}
.padtop-15 {
	padding-top: 15px
}
.padtop-3 {
	padding-top: 3px
}

/*Css à activer si réutilisation d'un carousel*/
/*<style type="text/css">
	.wrapper {
		height: 200px;
		width: 100%;
		position: relative;
		overflow: hidden;
	}

	.button-wrapper{
		width: 100%;
		height: 100%;
		display: inline-flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
	}

	.carousel {
		margin: 0;
		padding: 0;
		list-style: none;
		width: 35%; /*A modifier si ajout (augmenter) ou retrait (réduire) d'une image
		display: inline-flex;
		position: absolute;
		left: 0;
		transition: all 1s ease;
	}

	.card {
		width: 100%;
		height: 100%;
		margin-right: 1px;
		/*display: inline-block;
	}

	img {
		width: 20%;
    	height: auto;	
	}*/
</style>