body {
	display:flex;
	align-items:center;
	flex-direction:column;
	background:#C3EAE7;
	font-family: Calibri;
	color: #144161;
	font-size:18px;
}
#container{
	background:#fff;
	border-radius:30px;
	padding:30px;
	width:700px;
}
header{
	display:flex;
	align-items: center;
    align-content: center;
	text-align:center;
	margin-bottom:50px;
}
header img{
	max-width:100%;
    height: auto;
	margin:0 auto;
}
h1{
	font-size:30px
}
h2{
	font-size:22px;
	margin-bottom:10px;
}
p{
	text-align:justify;
}
input[type="radio"].recommande {
  display: none;
}
input[type="radio"].recommande + label {
 	padding: 1rem 1.2rem;
    display: flex;
	flex: 1;
    flex-direction: column;
	margin-left: 2px;
	margin-right: 2px;
	background:#144161;
	color:#fff;
}
#bloc_recommander .choix label[for="recommande0"]{
	border-bottom-left-radius: 30px;
}
#bloc_recommander .choix label[for="recommande10"]{
	border-top-right-radius: 30px;
}
input[type="radio"].recommande +label:hover {
	background-color:#C3EAE7;
	cursor:pointer;
	color:#144161;
}
input[type="radio"].recommande +label:focus,
input[type="radio"].recommande:checked + label {
  	background-color:#46ccbf;
	opacity:1;
	color:#fff;
}





#bloc_recommander{
	margin-top:40px;
}
#bloc_recommander .choix{
	margin-bottom:10px;
	display: flex;
    align-items: center;
    align-content: center;
    text-align: center;
}
#bloc_recommander #legende{
	display:flex
}
#bloc_recommander .non,
#bloc_recommander .oui{
	width:50%;
    display: flex;
    flex-direction: column;
	color: #6f6f6f;
}
#bloc_recommander .non{
    align-items: start;
    align-content: start;
}
#bloc_recommander .oui{
    align-items: end;
    align-content: end;
}
#bloc_recommander .non img,
#bloc_recommander .oui img{
	display:block;
	width: 40px;
}



#bloc_avis,
#bloc_suggestion,
#bloc_publication{
	display:flex;
	flex-direction:column;
	margin-top:1rem;
}
#bloc_avis textarea#avis,
#bloc_suggestion textarea#suggestion{
	width:100%;
	font-size:15px;
	padding:15px;
	font-family: Calibri;
	resize: vertical;
	box-sizing: border-box;
	border-bottom-left-radius: 30px;
	border-top-right-radius: 30px;
	border:1px solid #144161;
}
#bloc_avis textarea#avis{
	height:100px;
}
#bloc_suggestion textarea#suggestion{
	height:75px;
}
#bloc_avis textarea#avis:focus,
#bloc_suggestion textarea#suggestion:focus{
	outline: none !important;
    border:1px solid #46ccbf;
    box-shadow: 0 0 10px #C3EAE7;
}
.facultatif,
.partage{
	color:#6F6F6F;
	margin-bottom: 10px;
    margin-top: -10px;
}
.partage a{
	color:#6F6F6F;
}
.partage a:hover{
	color:#144161;
}
#obligatoire {
	margin-bottom:2rem;
}
input{
	margin-top:50px;
	background-color:#46ccbf;
	color:#144161;
	padding:1rem;
	font-size:18px;
	border:0px;
	border-bottom-left-radius: 30px;
	border-top-right-radius: 30px;
	width:100%;
}
input:hover {
	cursor:pointer;
	background:#144161;
	color:#fff;
	
}
input:disabled {
	cursor:not-allowed;
}
#hidden.show {
  opacity: 1;
}

#hidden {
  opacity: 0;
  transition: opacity 1.5s linear;
}
#hidden.none {
  display:none;
}





#bloc_publication .choix{
	margin-bottom:10px;
	display: flex;
    align-items: center;
    align-content: center;
    text-align: center;
}
input[type="radio"].publication {
  display: none;
}
input[type="radio"].publication + label {
 	padding: 1rem 1.2rem;
    display: flex;
    flex-direction: column;
	margin-left: 2px;
	margin-right: 2px;
	background:#144161;
	color:#fff;
	width:75px;
}
#bloc_publication label[for="publication1"]{
	border-bottom-left-radius: 30px;
}
#bloc_publication label[for="publication2"]{
	border-top-right-radius: 30px;
}
input[type="radio"].publication +label:hover {
	background-color:#C3EAE7;
	cursor:pointer;
	color:#144161;
}
input[type="radio"].publication +label:focus,
input[type="radio"].publication:checked + label {
  background-color:#46ccbf;
	opacity:1;
	color:#fff;
}



footer{
	display:flex;
	flex-direction:column;
	align-items: center;
    align-content: center;
	text-align:justify;
	margin-top:30px;
	color:#6F6F6F;
	font-size:15px;
}
footer #propulse{
	text-align:center;
	margin-top:20px;
}
footer #propulse img{
	display:block;
	width:200px;
	height:auto;
	margin-top:10px;
	filter: invert(50%);
}
footer #propulse img:hover{
	filter: invert(0%);
}

.erreur{
	background:#CC4747;
	color:#fff;
	margin-bottom:10px;
	padding:10px;
	display:flex;
	border-bottom-left-radius: 30px;
	border-top-right-radius: 30px;
}


.centrer{
	text-align:center;
}
img.image_merci,
img.image_erreur{
	display:flex;
	margin:0 auto;
	margin-top: -20px;
}
h2.faveur{
	margin-top:30px;
}
.google{
	display: flex;
    align-items: center;
    align-content: center;
    flex-direction: column;
    margin-top: 30px;
	text-align:center;
}
.google a{
    background-color: #46ccbf;
    color: #144161;
    padding: 1rem;
    font-size:30px;
    border: 0px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
	text-decoration:none;
}
.google a:hover{
	cursor:pointer;
	background:#144161;
	color:#fff;
}
.google a img{
	display:block;
	margin:0 auto;
	max-width:100%;
}



@media screen and (max-width: 840px){
	#container{
		width: 100%;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 670px){
	input[type="radio"].recommande + label{
		padding:1rem 1rem;
	}
}
@media screen and (max-width: 600px){
	input[type="radio"].recommande + label{
		padding:0.6rem 0.5rem;
	}
}
@media screen and (max-width: 420px){
	body{
		margin:0;
	}
	#container{
		padding:20px;
		border-radius:0px;
	}
}