body, canvas, div, form, input {
	margin: 0;
	padding: 0;
	font-family: "Varela Round", sans-serif;
}
body{
	text-align: center;
	font-size: 20px;
	line-height: 1.2;
}

#wrapper {
	width: 100%;
	padding: 1px;
	padding-left: auto;
	padding-right: auto;
}
canvas {
	position: relative;
	margin: 1px;
	margin-left: 0px;
	border: 2px solid #1D1D1B;
	border-radius: 25px;
	max-width: 95%;
}
#LeNom,
#LeNom:focus,
#LeNom:active,
#LeNom:hover{
	border: 2px solid #1D1D1B;
	border-radius: 10px;
	padding: 5px;
	width: 200px;
}
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;
}
#logo img{
	max-width: 250px;
}
#LeConteneur{
	width: 50%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}



label#Nom{
    vertical-align: middle;
    margin-bottom: 20px;
}

.button {
	border: none;
	display: block;
	text-align: center;
	cursor: pointer;
	text-transform: uppercase;
	outline: none;
	overflow: hidden;
	position: relative;
	color: #eeeeee;
	font-weight: 600;
	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 {
	cursor: pointer;
    border-radius: 8px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: transparent;
    border: 3px solid #BE1622;
    padding: 10px 20px;
    color: #BE1622;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 5px 0px 0px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 5px 0px 0px rgb(0 0 0 / 5%);
    transition: .2s ease-in-out all;
    font-size: 20px;
}
.button2:hover {
    background-color: #BE1622;
    color: #FFF;
}

/*.button2 {
	padding: 15px 15px;
	margin:10px 4px;
	border-radius: 10px;
	color: #BE1622;
	background: none;
	font-family: "Varela Round", sans-serif;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	text-decoration: none;
	display:inline-block;
	border:2px solid #BE1622;
}
.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: #BE1622;
}
.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-weight: lighter;
	font-family: "Varela Round", sans-serif;
}

#infos_devis{
	max-width: 500px;
	margin:  auto;
}
#infos_devis td{
	height: 50px;
}
.td_gauche{
	width: 150px;
}
#SousTitre{
	width: 70%;
	/*border: 1px solid #3a87ad;*/
	text-align: left;
	padding: 10px;
	padding-bottom: 20px;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
}
.bouton {
	cursor: pointer;
	font-size: 20px;
    border-radius: 8px;
    text-decoration: none;
    text-transform: uppercase;
    border: 3px solid #159ed4;
    padding: 10px 20px;
    color: white;
    text-transform: uppercase;
    background-color: #159ed4;
    -webkit-box-shadow: 0px 5px 0px 0px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 5px 0px 0px rgb(0 0 0 / 5%);
    transition: .2s ease-in-out all;
}
.bouton:hover {
    background-color: transparent;
    color: #159ed4;
}
#voici{
	text-align: center;
}
#SousTitre p{
	color: #1D1D1B;
	line-height: 1.2;
}

#SousTitre span{
	color: #1D1D1B;
	line-height: 45px;
	padding-left: 20px;
}

#indication_signature{
	margin-bottom: 20px;
}






#TitreReponse{
	padding-top: 45px;
	font-size: 30px;
	color: green;
	font-weight: lighter;
	font-family: "Varela Round", 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: #1D1D1B;
	stroke-width: 1.5;
	transform: translate3d(0, 0, 0);
	transition: all 0.2s ease;
	top: 2px;
}
.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: 22px;
    vertical-align: bottom;
    padding-left: 5px;
}

span#Accord:hover, span#Accord:active {
    color: #4285f4;
}


div.NePasAfficher{
    display: none;
}

a{
	cursor: pointer;
	text-decoration: none;
}
.cgv{
	color: #1D1D1B;
	margin-bottom: 50px;
	display: block;
}
.cgv:hover{
	color: #159ed4;
}
/*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;
}
@media only screen and (max-width: 1008px) {
	#logo img {
	    max-width: 190px;
	}
	#Titre {
		padding-top: 45px;
		font-size: 26px;
	}
	.bouton,
	.bouton2,
	.button2,
	body,
	span#Accord,
	#SousTitre{
      font-size: 15px;
	/*line-height: 36px;*/
	}
	.bouton,
	.bouton2,
	.button2 {
	    padding: 6px 10px;
	}
	.check svg {
		top: 6px;
	}
	.td_gauche {
	    width: 105px;
	}

	a{
	    font-size: 14px;
	  }
	}
@media only screen and (max-width: 1490px) {
  #LeConteneur{
      width: 100%;
  }
}
@media only screen and (max-width: 700px) {
	#SousTitre{
		width: 95%;
	}
	#logo img {
	    max-width: 150px;
	}
}
@media only screen and (max-width: 600px) {
	#conteneur_bouton_validation .inner{
		display: block;
		margin-top: 20px;

	}
}
