html, body{
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  background-color: #3498db;
}

h1, h2, h3, h4, h5 ,h6{
  font-weight: 200;
}

a{
  text-decoration: none;
  color: white;
}
a:visited{
	color: white;
}

.dec {
	font-family: tahoma,arial,helvetica,"bitstream vera sans",sans-serif;
	color:#FF7F00;
}
}

p, li, a{
  font-size: 14px;
}

fieldset{
  margin: 0;
  padding: 0;
  border: none;
}

/* GRID */

.twelve { width: 100%; }
.eleven { width: 91.53%; }
.ten { width: 83.06%; }
.nine { width: 74.6%; }
.eight { width: 66.13%; }
.seven { width: 57.66%; }
.six { width: 49.2%; }
.five { width: 40.73%; }
.four { width: 32.26%; }
.three { width: 30%; }
.two { width: 12.33%; }
.one { width: 6.866%; }

/* COLUMNS */

.col {
	display: block;
	float:left;
/* 	margin: 0 0 0 1.6%; */
	margin: 1% 1% 0 0;
}

.col:first-of-type {
  margin-left: 0;
}

.container{
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  position: relative;
  border-radius: 10px;
}

.row{
  padding: 30px 0;
}

.row2{
  padding: 0 0;
}
/* CLEARFIX */

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1.2;
}

.wrapper{
  width: 100%;
  margin: 30px 0;
  border-radius: 10px;
}

/* STEPS */

.steps{
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
  text-align: center;
}


.steps li{
  display: inline-block;
  margin: 20px;
  color: #ccc;
  padding-bottom: 5px;
}

.steps li.is-active{
  border-bottom: 1px solid #3498db;
  color: #3498db;
}

/* FORM */

.form-wrapper .section{
  padding: 0px 20px 30px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -ms-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-align: center;
  position: absolute;
  width: 100%;
  min-height: 300px
}

.form-wrapper .section h3{
  margin-bottom: 30px;
}

.form-wrapper .section.is-active{
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.form-wrapper .button, .form-wrapper .submit{
  background-color: #3498db;
  display: inline-block;
  padding: 8px 30px;
  color: #fff;
  cursor: pointer;
  font-size: 14px !important;
  font-family: 'Open Sans', sans-serif !important;
  position: absolute;
  right: 20px;
  bottom: 20px;
  border-radius: 8px;
}
.button2 {
  background-color: #3498db;
  display: inline-block;
  padding: 8px 30px;
  color: #fff;
  cursor: pointer;
  font-size: 14px !important;
  font-family: 'Open Sans', sans-serif !important;
  position: absolute;
  left: 20px;
  bottom: 20px;
  border-radius: 8px;
}

.form-wrapper .submit{
  border: none;
  outline: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-wrapper input[type="text"],
.form-wrapper input[type="password"]{
/*   display: block; */
  padding: 10px;
  margin: 10px auto;
  background-color: #f1f1f1;
  border: none;
  width: 50%;
  outline: none;
  font-size: 14px !important;
  font-family: 'Open Sans', sans-serif !important;
}

.form-wrapper input[type="radio"]{
  display: none;
  border-radius: 8px;
}

.form-wrapper input[type="radio"] + label{
  display: block;
  border: 1px solid #ccc;
  width: 100%;
  max-width: 100%;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  font-size: 10px !important;
  border-radius: 8px;
}

.form-wrapper input[type="radio"] + label:before{
  content: "✔";
  position: absolute;
  right: -10px;
  top: -10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  background-color: #3498db;
  color: #fff;
  display: none;
}

.form-wrapper input[type="radio"]:checked + label:before{
  display: block;
}

.form-wrapper input[type="radio"] + label h4{
  margin: 15px;
/*   color: #ccc; */
  color: black;
}

.form-wrapper input[type="radio"]:checked + label{
  border: 1px solid #3498db;
}

.form-wrapper input[type="radio"]:checked + label h4{
  color: #3498db;
}

/*///////////////////////*/

.form-wrapper input[type="checkbox"]{
  display: none;
}

.form-wrapper input[type="checkbox"] + label{
  display: block;
  border: 1px solid #ccc;
  width: 100%;
  max-width: 100%;
  height: 20%;
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  font-size: 14px !important;
}

.form-wrapper input[type="checkbox"] + label:before{
  content: "✔";
  position: absolute;
  right: -10px;
  top: -10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  background-color: #3498db;
  color: #fff;
  display: none;
}

.form-wrapper input[type="checkbox"]:checked + label:before{
  display: block;
}

.form-wrapper input[type="checkbox"] + label h4{
  margin: 15px;
  color: #ccc;
}

.form-wrapper input[type="checkbox"]:checked + label{
  border: 1px solid #3498db;
}

.form-wrapper input[type="checkbox"]:checked + label h4{
  color: #3498db;
}

/* ///////////////////////// */


@media screen and (-webkit-min-device-pixel-ratio:0) {  /*safari and chrome*/
    select {
   display: block;
  padding: 10px;
  margin: 10px auto;
  background-color: #f1f1f1;
  border: none;
  width: 50%;
  outline: none;
  font-size: 14px !important;
  font-family: 'Open Sans', sans-serif !important;
    } 
.form-wrapper input[type="date"]{
/*   display: block; */
  padding: 10px;
  margin: 10px auto;
  background-color: #f1f1f1;
  border: none;
  width: 50%;
  outline: none;
  font-size: 14px !important;
  font-family: 'Open Sans', sans-serif !important;
}	

}
select::-moz-focus-inner { /*Remove button padding in FF*/ 
    border: 0;
    padding: 0;
}
@-moz-document url-prefix() { /* targets Firefox only */
    select {
        padding: 10px 0!important;
    }
}        
@media screen\0 { /* IE Hacks: targets IE 8, 9 and 10 */        
    select {
    display: block;
  padding: 10px;
  margin: 10px auto;
  background-color: #f1f1f1;
  border: none;
  width: 50%;
  outline: none;
  font-size: 14px !important;
  font-family: 'Open Sans', sans-serif !important;
    }    
    
     
}

.form-wrapper input[type="text"]:invalid+span:after,
.form-wrapper input[type="date"]:invalid+span:after {
  content: "✖";  
  position: absolute;
  padding-left:0px;
  padding-top:15px;
  width: 30px;
  height: 30px;
/*   line-height: 30px; */
  color: #8b0000;
}

.form-wrapper input[type="text"]:valid+span:after,
.form-wrapper input[type="date"]:valid+span:after {
  content: "✔";
  position: absolute;
  padding-left:0px;
  padding-top:15px;
  width: 30px;
  height: 30px;
/*   line-height: 30px; */
  color: #009000;
}

	.inscri
	{
		width:90%;
		left:5%;
		background-color:rgba(100,100,100,0.7);
		text-align:center;
		z-index:4;
		position:absolute
	}
          .petitbutton {
            /* -webkit-appearance: none; */
            background-color: transparent;
            border: solid;
            color: black;
            padding: 10px;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-size: 12px;
            margin: 2px 2px;
            cursor: pointer;
            /* width: 50%; */
            height: 40px;
            border-radius: 12px;
          }
                   .button_num {
            /* -webkit-appearance: none; */
            background-color: transparent;
            border: solid;
            color: black;
            padding: 20px;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-size: 12px;
            margin: 4px 2px;
            cursor: pointer;
            width: 100%;
            height: 100px;
            border-radius: 12px;
          }

.decision {
	
	border: none;
	width: 100%;
	margin: auto;
}
.decision td {
	  text-align: left;
	  padding: none;
	  text-align: center;
	  border-collapse:collapse;

}
.decision th {
	  text-align: center;
	  padding: none;

}
.decision tr {
	height: 40px;
	border-collapse:collapse;
}

.decision tr:nth-child(even) {
	background-color: rgba(102,153,255,0.15);
}
.decision tr:nth-child(odd) {
	background-color: white;
}
.correction {
	font-family: tahoma,arial,helvetica,"bitstream vera sans",sans-serif;
	color:#FF7F00;
}


.listing {
	
	border: none;
	width: 95%;
	margin: auto;
	border-radius:10px;
	border-collapse:collapse;
	overflow: hidden;
}
.listing td {
	text-align: center;
	border-collapse:collapse;
/* 	padding: 1em; */
}
.listing th {
  text-align: center;
/*   padding: 1em; */

}
.listing tr {
	height: 20px;
	border-collapse:collapse;
	padding: 1em;
	background-color:white;
	border-bottom: 1px solid #3498db;
}

.listing tr:hover {
	background-color:#FFD700;
	height:30px;
}
/* 

.listing tr:nth-child(even) {
	background-color: white;
}
.listing tr:nth-child(odd) {
	background-color: white;
}
 */

.listing_div {	
	border-collapse: collapse;
	border: none;
	width: 100%;
/* 	background-color: white; */
}

.listing_div td {	
	margin: 0;
	padding: 0;
	text-align: center;	
}

.listing_div input[type="text"],
.listing_div input[type="email"],
.listing_div input[type="tel"] {
  padding: 5px;
  margin: 5px;
  background-color: #f1f1f1;
  border: none;
  width: 35%;
  outline: none;
  font-size: 14px !important;
  font-family: 'Open Sans', sans-serif !important;
}

.listing_div input + span {
  padding-right: 30px;
}

.listing_div input:invalid+span:after {
  position: absolute;
  font-size:16px;
  color: #8b0000;
  content: '✖';
  padding-left: 5px;
}

.listing_div input:valid+span:after {
  position: absolute;
  font-size:16px;
  content: '✓';
  padding-left: 5px;
  color: #009000;
}



.accordion {
  background-color: #3498db;
  color: #444;
  cursor: pointer;
  padding: 18px;
/*   width: 90%; */
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  border-radius: 10px;
}

.active, .accordion:hover {
  background-color: #77b5fe;
}

.information_petit {
	font-size: 12px;
	font-style: italic;
}