/* 
style.css
----------------

par Cécile Haize
*/


/* Général*/

html {
	font-size: 62.5%
}

	body,header,p{
		font-family: "Roboto", "Muli", Arial;
		font-weight: 300;
		margin: 0px 0px 0px 0px;
		padding:  0px 0px 0px 0px;
		font-size: 1.4em;
	}


/* Sur tous types d'écran, quand la largeur du périphérique est supérieure à 900px */

@media all and (min-device-width: 900px) {

/* CORPS DE PAGE ORDINATEUR */

#corpsdepagemobile {
	display: none;
}

#corpsdepage {
	padding-top: 10em;
}

.intermede {
	text-align: center;
	font-size: 1.3em;
	letter-spacing: 2px;
	padding-top: 0.5em;
	padding-bottom: 1em;
	border-bottom: 0.3em #809db3 solid;
	width: 25%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3em;
	margin-top: 3em;
}

#menuformulaires {
	display: flex;
	justify-content: space-around;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3em;
	margin-bottom: 3em;
	font-size: 1.1em;
	letter-spacing: 1px;
}

#menuformulaires div {
	width: 20%;
	padding-top: 1em;
	padding-bottom: 1em;
	background-color: #001f33;
	text-align: center;
	color: #ffa000;
}

#menuformulaires div a {
	color: white;
	text-decoration: none;
	transition-property: color;
    transition-duration: 0.3s;
}

#menuformulaires div a:hover {
	color: #ffa000;
}

.formulaire {
	padding-left: 4%;
	padding-right: 4%;
}

#ligne1, #ligne2, #ligne3 {
	display: flex;
}

#ligne1 .champs, #ligne2 .champs, #ligne3 .champs {
	width: 50%;
}

.champs {
	margin-bottom:1.5em;
}

label {
	display: block;
	margin-bottom: 0.3em;
	letter-spacing: 1px;
}

.formulaire br {
	display: none;
}

select {
	width: 100%;
	height: 2.3em;
	padding: 6px 12px;
	border: 1px solid #ccc;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;*
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	color: #001f33;
	font-family: 'Roboto';
	font-size: 1.1em;
	font-weight: normal;
}

select:hover {
	border: 1px solid #2F72FF;
}

select:active {
	border: 1px solid #2F72FF;
}

select optgroup {
	display: inline-block;
	background-color: #809db3;
}

.petite-colonne input {
	display: block;
	width: 92.5%;
	height: 1.4em;
	padding: 6px 12px;
	border: 1px solid #ccc;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;*
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	color: #001f33;
	font-family: 'Roboto';
	font-size: 1.1em;
	font-weight: normal;
	color: #555;
}

.petite-colonne input:hover {
	border: 1px solid #2F72FF;
}

.petite-colonne input:focus {
	border: 1px solid #2F72FF;
}

textarea {
	display: block;
	width: 92.5%;
	padding: 6px 12px;
	border: 1px solid #ccc;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;*
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	color: #001f33;
	font-family: 'Roboto';
	font-size: 1.1em;
	font-weight: normal;
	color: #555;
}

textarea:hover {
	border: 1px solid #2F72FF;
}

textarea:focus {
	border: 1px solid #2F72FF;
}

.rgpd-champ {
	display: flex;
}

#rgpd-detail {
	text-align: justify;
	padding-left: 3%;
	padding-right: 3%;
}

.requis {
	color: #e0301e;
}

.dernier-champ{
	text-align: right;
}

.champs-obligatoires {
	font-size: 85%;
	margin-bottom: 1em;
}

.dernier-champ input {
	border: none;
	border-radius: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 300;
	background-color: #e0301e;
	color: white;
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 0.85em;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	width: 32%;
}

.dernier-champ input:hover {
	background-color: #CA2311;
}

.grande-colonne {
	margin-bottom: 2em;
}

#cnil {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 1px;
	margin-top: 2em;
	margin-bottom: 2em;
}

#cnil-btn {
	width: 23%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
	background-color: #001f33;
	text-align: center;
}

#cnil-btn a {
	display: inline-block;
	color: white;
	text-decoration: none;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	transition-property: color;
    transition-duration: 0.3s;
}

#cnil-btn a:hover {
	color: #ffa000;
}

}

/* Sur tous types d'écran, quand la largeur du périphérique est inférieure à 900px */

@media all and (max-device-width: 900px) {

/* CORPS DE PAGE MOBILE */

#corpsdepage {
	display: none;
}

#corpsdepagemobile {
	padding-top: 9em;
	color: #001f33;
}


.intermede {
	text-align: center;
	font-size: 1.3em;
	letter-spacing: 2px;
	padding-top: 0.5em;
	padding-bottom: 1em;
	border-bottom: 0.3em #809db3 solid;
	width: 40%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
	margin-top: 2em;
}

#menuformulaires {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3em;
	margin-bottom: 3em;
	font-size: 0.9em;
	letter-spacing: 1px;
}

#menuformulaires div {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-top: 1em;
	padding-bottom: 1em;
	background-color: #001f33;
	text-align: center;
	color: #ffa000;
}

#menuformulaires div a {
	color: white;
	text-decoration: none;
	transition-property: color;
    transition-duration: 0.3s;
}

#menuformulaires div a:hover {
	color: #ffa000;
}

.formulaire {
	padding-left: 4%;
	padding-right: 4%;
}

.champs {
	margin-bottom:1.5em;
}

label {
	display: block;
	margin-bottom: 0.3em;
	letter-spacing: 1px;
}

.formulaire br {
	display: none;
}

select {
	width: 100%;
	height: 2.3em;
	padding: 6px 12px;
	border: 1px solid #ccc;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;*
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	color: #001f33;
	font-family: 'Roboto';
	font-size: 1.1em;
	font-weight: normal;
}

select:hover {
	border: 1px solid #2F72FF;
}

select:active {
	border: 1px solid #2F72FF;
}

select optgroup {
	display: inline-block;
	background-color: #809db3;
}

.petite-colonne input {
	display: block;
	width: 92.5%;
	height: 1.4em;
	padding: 6px 12px;
	border: 1px solid #ccc;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;*
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	color: #001f33;
	font-family: 'Roboto';
	font-size: 1.1em;
	font-weight: normal;
	color: #555;
}

.petite-colonne input:hover {
	border: 1px solid #2F72FF;
}

.petite-colonne input:focus {
	border: 1px solid #2F72FF;
}

textarea {
	display: block;
	width: 92.5%;
	padding: 6px 12px;
	border: 1px solid #ccc;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;*
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	color: #001f33;
	font-family: 'Roboto';
	font-size: 1.1em;
	font-weight: normal;
	color: #555;
}

textarea:hover {
	border: 1px solid #2F72FF;
}

textarea:focus {
	border: 1px solid #2F72FF;
}

.rgpd-champ {
	display: flex;
}

#rgpd-detail {
	text-align: justify;
	padding-left: 3%;
	padding-right: 3%;
}

.requis {
	color: #e0301e;
}

.dernier-champ{
	text-align: right;
}

.champs-obligatoires {
	font-size: 85%;
	margin-bottom: 1em;
}

.dernier-champ input {
	border: none;
	border-radius: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 300;
	background-color: #e0301e;
	color: white;
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 0.85em;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	width: 32%;
}

.dernier-champ input:hover {
	background-color: #CA2311;
}

.grande-colonne {
	margin-bottom: 2em;
}

#cnil {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 1px;
	margin-top: 2em;
	margin-bottom: 2em;
	text-align: justify;
}

#cnil-btn {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
	background-color: #001f33;
	text-align: center;
}

#cnil-btn a {
	display: inline-block;
	color: white;
	text-decoration: none;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	transition-property: color;
    transition-duration: 0.3s;
}

#cnil-btn a:hover {
	color: #ffa000;
}

}