body {
  background: #867E7E;
}
.box {
  border: 1px solid #c4c4c4;
  padding: 0px 30px 30px 30px;
  background: #03989e;
 text-align: center;
  margin: auto;
  width: 360px;
}

h1.box-logo a {
  text-decoration:none;
}
.container {
  margin: auto;

}
.box-title {
  color: #000000;
  background: #FFFFFF;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
 margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	
	line-height: 80px;
	text-align: center;
}

#cerem {

        width: 200px;
        height: 100px;
        line-height: 20px;
      }


.box-button {
  border-radius: 5px;
  background: #d2483c;
  text-align: center;
  cursor: pointer;
  font-size: 19px;
  width: 100%;
  height: 51px;
  padding: 0;
  color: #fff;
  border: 0;
  outline:0;
}

.box-buttondeco {
  border-radius: 5px;
  background: #2daae2;
  text-align: center;
  cursor: pointer;
  font-size: 19px;
  width: 100%;
  height: 40px;
  padding: 0;
  color: #fff;
  border: 0;
  outline:0;
}


#buttonenv {
  border-radius: 5px;
  background: #2daae2;
  text-align: center;
  cursor: pointer;
  font-size: 19px;
  width: 50%;
  height: 40px;
  padding: 0;
  color: #fff;
  border: 0;
  outline:0;
}


.box-valider {
  border-radius: 5px;
  background: #2daae2;
  text-align: center;
  cursor: pointer;
  font-size: 19px;
  width: 150px;
  height: 40px;
  padding: 0;
  color: #fff;
  border: 0;
  outline:0;
}
.box-register
{
  text-align:center;
  margin-bottom:0px;
}
.box-register a
{
  text-decoration:none;
  font-size:12px;
  color:#666;
}
.box-input {
  font-size: 14px;
  background: #fff;
  border: 1px solid #ddd;
  margin-bottom: 25px;
  padding-left:10px;
  border-radius: 5px;
  width: 347px;
  height: 50px;
}
.box-input:focus {
    outline: none;
    border-color:#5c7186;
}
.sucess{
	text-align: center;
	color: white;
}
.sucess a {
	text-decoration: none;
	color: #58aef7;
}
p.errorMessage {
    background-color: #e66262;
    border: #AA4502 1px solid;
    padding: 5px 10px;
    color: #FFFFFF;
    border-radius: 3px;
}


.img-responsive {
    width: 250px;
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.img-respons {
    width: 1200px;
	display: block;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 480px) {
    .img-respons {
    width: 100%;
	display: block;
    margin-left: auto;
    margin-right: auto;
    }
	 .img-responsive {
    width: 100%;
	display: block;
    margin-left: auto;
    margin-right: auto;
    }
}
@media (min-resolution: 1.25dppx) {
  .img-respons {
    width: 95%;
	display: block;
    margin-left: auto;
    margin-right: auto;
    }

} 
#frame{

  width: 1950px;
  height: 1100px;
  border: 0px;
  background: #FFFFFF;
  zoom: 0.2;
  -moz-transform: scale(0.2);
  -moz-transform-origin: 0 0;
  -o-transform: scale(0.2);
  -o-transform-origin: 0 0;
  -webkit-transform: scale(0.2);
  -webkit-transform-origin: 0 0;
	
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
  #frame {
    zoom: 1;
  }
}

#wrap {
height: 230px;
width: 384px;
padding: 0;
overflow: hidden;
margin-right: 50px;
float:right;	
	

}
#boxes{
  width: 100%;
  margin: 0 auto;	
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

#bouton{
  width: 150px;
  float: right;

}
.toggle {
  cursor: pointer;
  display: inline-block;
}

.toggle-switch {
  display: inline-block;
  background: #ccc;
  border-radius: 16px;
  width: 58px;
  height: 32px;
  position: relative;
  vertical-align: middle;
  transition: background 0.25s;
}
.toggle-switch:before, .toggle-switch:after {
  content: "";
}
.toggle-switch:before {
  display: block;
  background: linear-gradient(to bottom, #fff 0%, #eee 100%);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
  width: 24px;
  height: 24px;
  position: absolute;
  top: 4px;
  left: 4px;
  transition: left 0.25s;
}
.toggle:hover .toggle-switch:before {
  background: linear-gradient(to bottom, #fff 0%, #fff 100%);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
}
.toggle-checkbox:checked + .toggle-switch {
  background: #56c080;
}
.toggle-checkbox:checked + .toggle-switch:before {
  left: 30px;
}

.toggle-checkbox {
  position: absolute;
  visibility: hidden;
}

.toggle-label {
  margin-left: 5px;
  position: relative;
  top: 2px;
  font-family: -apple-system, ".SFNSText-Regular", "Helvetica Neue", "Roboto", "Segoe UI", sans-serif;
  color: #FFFFFF;
}
.toggle-label2 {
  margin-left: 5px;
  position: relative;
  top: 2px;
  font-family: -apple-system, ".SFNSText-Regular", "Helvetica Neue", "Roboto", "Segoe UI", sans-serif;
  color: #000000;
}

$primary: #0077FF
$dark: #000

*
  box-sizing: border-box
  
.inp{ 
  position: relative
  margin: auto
  width: 100%
  max-width: 280px
  border-radius: 3px
  overflow: hidden
  height: 100vh
  display: grid
  font-family: Roboto
  -webkit-text-size-adjust: 100%
  -webkit-font-smoothing: antialiased
}
  .label{ 
      
    position: absolute
    top: 20px
    left: 12px
    font-size: 16px
    color: rgba($dark,.5)
    font-weight: 500
    transform-origin: 0 0
    transform: translate3d(0,0,0)
    transition: all .2s ease
    pointer-events: none
}
  .focus-bg{ 
    position: absolute
    top: 0
    left: 0
    width: 100%
    height: 100%
    background: rgba($dark,.05)
    z-index: -1
    transform: scaleX(0)
    transform-origin: left
}
  input{ 
    -webkit-appearance: none
    appearance: none
    width: 100%
    border: 0
    font-family: inherit
    padding: 16px 12px 0 12px
    height: 56px
    font-size: 16px
    font-weight: 400
    background: rgba($dark,.02)
    box-shadow: inset 0 -1px 0 rgba($dark,.3)
    color: $dark
    transition: all .15s ease
}
    &:hover
      background: rgba($dark,.04)
      box-shadow: inset 0 -1px 0 rgba($dark,.5)
    
    &:not(:placeholder-shown)
      + .label
        color: rgba($dark,.5)
        transform: translate3d(0,-12px,0) scale(.75)
    
    &:focus
      background: rgba($dark,.05)
      outline: none
      box-shadow: inset 0 -2px 0 $primary
      + .label
        color: $primary
        transform: translate3d(0,-12px,0) scale(.75)
        + .focus-bg
          transform: scaleX(1)
          transition: all .1s ease
		
		}
