

@import "compass/css3";

* {
  box-sizing: border-box;
}

body{
  font-family: Avenir, Verdana, sans-serif;
    color: #999;
    font-size: 14px;
    line-height: 1;
	/*background: url("../images/border-header.png") repeat-x center 150px;*/
	margin: 0;
	padding: 0;
  color: #3e3e3f;
}

.col1,.col2{
  float: left;
  padding: 30px;
  margin: 5px;
  border: 1px solid #3e3e3f;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;

}
.col1{
  width: 96%;
  padding: 30px 70px;
  border: none;
}
.col2{
  width: 48%;
}
span.montant{
  color: #b30000;
  font-weight: bold;
  font-size: 1.4rem;
}
.button3{
  color: white;
}
.row {
  max-width: 800px;
  margin: 0 auto;
  padding: 60px 30px;
  background: #114d61;
  position: relative;
  z-index: 1;

}
.row:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: -5000px;
  height: 100%;
  width: 15000px;
  z-index: -1;
  background: inherit;
}
.row:first-child {
  padding: 40px 30px;
}
.row:nth-child(2), .row:nth-child(8), .row:nth-child(10) {

}
.row:nth-child(3), .row:nth-child(7) {
  background: #00adb9;
}
.row:nth-child(4), .row:nth-child(6) {
  background: #a41815;
}
.row:nth-child(5) {
  background: #B2E3AF;
}
.row span {
  position: relative;
  display: inline-block;
  margin: 16px;
}

select {
  padding: 10px 0 10px 30px;
  font-family: "Open Sans", sans;
  font-weight: 400;
  color: #404040;
  background: #efefef;
  border: 0;
  border-radius: 3px;
  width: 400px;
  font-size: 1.1rem;

}
.balloon {
  font-size: 0.8rem;
  display: inline-block;
  width: 400px;
  padding: 10px 0 10px 120px;
  font-family: "Open Sans", sans;
  font-weight: 400;
  color: #404040;
  background: #efefef;
  border: 0;
  border-radius: 3px;
  outline: 0;
  text-indent: 60px;
  transition: all .3s ease-in-out;
}
.balloon::-webkit-input-placeholder {
  color: #efefef;
  text-indent: 0;
  font-weight: 300;
 font-size: 12px;
}
.balloon + label {
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
  bottom: 8px;
  padding: 5px 15px;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(19, 74, 70, 0);
  transition: all .3s ease-in-out;
  border-radius: 3px;
  background: rgba(122, 184, 147, 0);
}
.balloon + label:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 100%;
  left: 50%;
  margin-left: -3px;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid rgba(122, 184, 147, 0);
  transition: all .3s ease-in-out;
}

.balloon:focus,
.balloon:active {
  color: #377D6A;
  text-indent: 0;
  background: #fff;
}
.balloon:focus::-webkit-input-placeholder,
.balloon:active::-webkit-input-placeholder {
  color: #aaa;
}
.balloon:focus + label,
.balloon:active + label {
  color: #fff;
  text-shadow: 0 1px 0 rgba(19, 74, 70, 0.4);
  background: #a41815;
  transform: translateY(-40px);
}
.balloon:focus + label:after,
.balloon:active + label:after {
  border-top: 4px solid #a41815;
}


h2{
	font-size: 36px;
	text-align: center;
	padding: 0;

}
#container{
	max-width: 960px;
	margin: 0 auto;

}
#wrapper h2{
	background-color: #a41815;
	padding-right: 10px;
	float: left;
	width: 31%;
}
.content{
	padding-top: 10px;

}
form{
}
.left{
	width: 52%;
	float:  left;
}
.right{
	width: 47%;
	float:  right;
}
.logo{
	width: 49%;
	float: left;
}
div.infos{
  display: flex;
  flex-wrap: wrap;
}
div.infos > .confirmation {
    flex: 1 1 30%; /*grow | shrink | basis */
    min-height: 100px;
}
p.confirmation{
  font-size: 1.2rem;
  color: white;
  width: 33%;

}
p.confirmation span{
  font-weight: bold;
}
.contact{
	width: 49%;
	float: right;
}
.contact img{
	float: right;
	padding-left: 10px;
}
.contact h2{
  font-size: 2rem;
  color: #114d61;
  margin-top: 40px;

}
.proprietaire{
	background-color: #c34631;
	float: left;
	width: 48%;
}
.row span.asterisque {
  color: #a41815;
  font-size: 26px;
  margin: 0;
  padding-left: 5px;
  font-weight: bold;
}
#header{
	padding-bottom: 40px;
	padding-top: 20px;
	color: #fffff;
	min-height: 80px;
}
#wrapper{
	padding-top: 60px;
}
#footer{
	padding-top: 40px;
	padding-bottom: 40px;
}
#footer a{
	padding-left: 18px;
}
#footer img{
	float: left;
	max-width: 48%;
}
.site{
	padding: 20px;

}
.site h2{
	background-color: #c34631;
	margin: 0;
}
.site h2 a{
	text-decoration: none;
	color: white;
}
h2,h3{
	color: white;
	margin: 5px 10px;
}
h1 {
  text-align: center;
}
.proprietaire h2{
	padding: 0;

}
.title-confirmation {
  color: #a41815;
}
.value-confirmation {
  color: #114d61;
}
.progress {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #00adb9;

}
.progress li {
    position: relative;
    display: table-cell;
    text-align: center;
    font-size: 0.8em;

}
 .progress li:before {
      content: attr(data-step);
      display: block;
      margin: 0 auto;
      background: #00adb9;
      width: 3em;
      height: 3em;
      text-align: center; //IE8 doesn't inherit this style
      margin-bottom: 0.25em;
      line-height: 3em;
      border-radius: 100%;
      position: relative;
      z-index: 1000;
      color: white;
    }
 .progress li:after {
      content: '';
      position: absolute;
      display: block;
      background: #00adb9;
      width: 100%;
      height: 0.5em;
      top: 1.25em;
      left: 50%;
      margin-left: 1.5em\9;
      z-index: -1;
    }
    .progress li:last-child:after {
      display: none;
    }
    .progress li.is-complete {
      color: #a41815;
     }

     .progress li.is-complete:before,
     .progress li.is-complete:after {
        color: #FFF;
        background: #a41815;
    }
    .progress li.is-active {
      color: #00adb9;

     }
      .progress li.is-active:before {
        color: #FFF;
        background: #00adb9;
      }

  /**
   * Needed for IE8
   */
  .progress__last:after {
    display: none!important;
  }

  /**
   * Size Extensions
   */
  .progress--medium {
    font-size: 1.5em;
  }
  .progress--large {
    font-size: 2em;
  }

/**
 * Some Generic Stylings
 */
*, *:after, *:before {
  box-sizing: border-box;
}
h1 {
  margin-bottom: 1.5em;
}
.progress {
  margin-bottom: 3em;
}

input[type=submit], input[type=reset] {
  padding: 15px;
 margin-left:5px;
 box-shadow:1px 1px 1px #a94802;
 background-color:#a41815;
 cursor:pointer;
 border:1px solid #a41815;
 }

.wrap{
  display: grid;
  grid-template-columns: 170px 100px 70px 100px 170px 160px 140px 50px;
}
.box{
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 10px;
  text-align: center;
}
.firstline{
  background: #114d61;
  color: white;
}
.box2{
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display:  none;
  grid-column: 1 / 9;
  text-align: center;
  padding: 10px;
}
.second{
  background-color: #c6f5f8;
}
/* boutons paiement */
.switch-button {
  width: 400px;
  height: 40px;
  text-align: center;
  position: absolute;
  left: 50%;

  -webkit-transform: translate3D(-50%, -50%, 0);
          transform: translate3D(-50%, -50%, 0);
  will-change: transform;
  z-index: 197 !important;
  cursor: pointer;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
  border: 1px solid white;
}
.switch-button-case {
  display: inline-block;
  background: none;
  width: 49%;
  height: 100%;
  color: white;
  position: relative;
  border: none;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
  text-transform: uppercase;
  letter-spacing: 5px;
  padding-bottom: 1px;
}
.switch-button-case:hover {
  color: grey;
  cursor: pointer;
}
.switch-button-case:focus {
  outline: none;
}
.switch-button .active {
  color: #151515;
  background: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all;
}
.switch-button .active-case {
  color: #151515;
  background: white;
}

@media screen and (max-width: 767px) {
  .balloon {
    width: 300px;
    text-indent: 30px;
  }
  .balloon + label{
    padding: 5px;
  }
  .contact{
    width: 100%;
  }
  .contact h2{
    text-shadow: none;
    font-size: 1.2rem;
  }
  .logo{
    width: 100%;
  }
  .logo img{
    width: 75%;
  }
}
.paypal-button .paypal-button-number-0{
  display: none;
}
