body, canvas, div, form, input {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
}
body{
	text-align: center;
}

#wrapper {
	width: 100%;
	padding: 1px;
	padding-left: auto;
	padding-right: auto;
}
canvas {
	position: relative;
	margin: 1px;
	margin-left: 0px;
	border: 1px solid #3a87ad;
}
h1, p {
	padding-left: 2px;
	width: 100%;
	margin: 0 auto;
}
#controlPanel {
	margin: 2px;
}
#saveSignature {
	display: none;
}

#logo {
	width: 100%;
	height: 140px;
	background-color: #f9f8f8;
	text-align: center;
	border-bottom: 2px solid #EBEBEB;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

#LeConteneur{
	width: 50%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}



label#Nom{
    font-size: 27px;
    vertical-align: middle;
    margin-bottom: 20px;
color: #898989;
}

.button {
	border: none;
	display: block;
	text-align: center;
	cursor: pointer;
	text-transform: uppercase;
	outline: none;
	overflow: hidden;
	position: relative;
	color: #eeeeee;
	font-weight: 600;
	font-size: 15px;
	background-color: #153f00;
	padding: 15px 50px;
	margin: 0 auto;
}
.button span {
	position: relative; 
	z-index: 1;
}
.button:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 470%;
	width: 140%;
	background: #52b71f;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-transform: translateX(-100%) translateY(-25%) rotate(45deg);
	transform: translateX(-100%) translateY(-25%) rotate(45deg);
}
.button:hover:after {
	-webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
	transform: translateX(-9%) translateY(-25%) rotate(45deg);
}









.button2 {
	padding: 15px 15px;
	margin:10px 4px;
	color: #cf0208;
	font-family: sans-serif;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	text-decoration: none;
	display:inline-block;
	border:1px solid ;
}
.button2::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: -1;
	-webkit-transform: scaleY(.1);
	transform: scaleY(.1);
	transition: all .4s
}
.button2:hover{
	color:white;
	background-color: #9f000591;
}
.button2:hover::before{
	opacity: 1;
	background-color: #f7c2f9;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	transition: -webkit-transform .6s cubic-bezier(.08, .35, .13, 1.02), opacity .4s;
	transition: transform .6s cubic-bezier(.08, .35, .13, 1.02), opacity
}

.inner
{
	display: inline-block;
}

#Titre{
	padding-top: 45px;
	font-size: 36px;
	font-weight: lighter;
	font-family: sans-serif;
}


#SousTitre{
	width: 70%;
	border: 1px solid #3a87ad;
	text-align: left;
	font-size: 22px;
	padding: 10px;
	padding-bottom: 20px;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
}

#SousTitre p{
	color: #898989;
}

#SousTitre span{
	color: #000;
	line-height: 45px;
	padding-left: 20px;
}




@media only screen and (max-width: 1008px) {
  #Titre {
    padding-top: 45px;
    font-size: 26px;
  }
  
  #SousTitre{
      font-size: 16px;
	line-height: 36px;
}

a{
    font-size: 14px;
  }
}
@media only screen and (max-width: 1490px) {
  #LeConteneur{
      width: 100%;
  }
}



#TitreReponse{
	padding-top: 45px;
	font-size: 36px;
	color: green;
	font-weight: lighter;
	font-family: sans-serif;
}



#SousTitre span#LinfoBeneficiaire{
	padding-left: 21px;
	font-weight: bold;
}

#SousTitre span#LinfoDesignation{
	font-weight: bold;
}


.check {
	cursor: pointer;
	position: relative;
	margin: auto;
	width: 30px;
	height: 30px;
	-webkit-tap-highlight-color: transparent;
	transform: translate3d(0, 0, 0);
}
.check:before {
	content: "";
	position: absolute;
	top: -20px;
	left: -12px;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: rgba(34,50,84,0.03);
	opacity: 0;
	transition: opacity 0.2s ease;
}
.check svg {
	position: relative;
	z-index: 1;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke: #c8ccd4;
	stroke-width: 1.5;
	transform: translate3d(0, 0, 0);
	transition: all 0.2s ease;
}
.check svg path {
	stroke-dasharray: 60;
	stroke-dashoffset: 0;
}
.check svg polyline {
	stroke-dasharray: 22;
	stroke-dashoffset: 66;
}
.check:hover:before {
	opacity: 1;
}
.check:hover svg {
	stroke: #4285f4;
}
#cbx:checked + .check svg {
	stroke: #4285f4;
}
#cbx:checked + .check svg path {
	stroke-dashoffset: 60;
	transition: all 0.3s linear;
}
#cbx:checked + .check svg polyline {
	stroke-dashoffset: 42;
	transition: all 0.2s linear;
transition-delay: 0.15}

span#Accord{
    font-size: 27px;
    vertical-align: bottom;
    color: #898989;
    text-transform: uppercase;
    padding-left: 5px;
}

span#Accord:hover, span#Accord:active {
    color: #4285f4;
}


div.NePasAfficher{
    display: none;
}


a {
	margin-left: 35px;
	font-size: 18px;
	background-color: #4285f4;
	box-shadow: 0 5px 0 #013893;
	color: white;
	padding: 0.5em 0.5em;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

a:hover {
	background-color: #92bafd;
	cursor: pointer;
}

a:active {
	box-shadow: none;
	top: 5px;
}