
html{
  margin: 0;
  padding: 0;
}
#conteneur::after {
   content: "";
   display: block;
   clear: both;
}
.logo img{
  width: 80px;
  height: 80px;
}

.logo{
  margin: 35px 50px;
}

body{
  font-family: 'Roboto'!important;
  font-size: 12px;
  padding:0;
  margin: 0;
}

h1{
  font-weight: 900;
  margin-bottom: 50px;
  /* font-family: 'Roboto'; */
  font-size: 60px;
  color: #141731;
  margin-top: 40px;
}

h2{
  font-size: 49px;
  color: #54BDBE;
  font-weight: bold;
  margin-bottom: 20px;

}

.text-1{
  font-size: 21px;
  margin-bottom: 30px;
  font-weight: bold;
}

.text-2{
  font-size: 21px;

}

.images{
  margin-bottom: 43px;
}

.column img{
  margin-bottom: 43px;
  padding: 0;
}
h3{
  text-transform: uppercase;
  color: #141731;
  font-size: 49px;
  font-weight: 900;
  margin: 53px 0 70px 0;
}

/**Checkbox**/

input[type=checkbox] {
    -webkit-appearance: none;
    appearance: none;
    width: 30px; /*Desired width*/
    height: 30px; /*Desired height*/
    cursor: pointer;
    border: 1px solid #CCC;
    border-radius: 8px;
    background-color: #fcfbfb;
    display: inline-block;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
    color: black;
    box-sizing: content-box;
}

input[type="checkbox"]:checked {
    position: relative;
    background-color: #FFF;
    border-radius: 8px;
    border: 1px solid #CCC;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
    color: black;
    cursor: pointer;
}

input[type="checkbox"]:checked:before {
    content: '';
    background: #54BDBE;
    position: absolute;
    border-radius: 8px;
    width: 33px;
    height: 33px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

input[type="checkbox"]:focus {
    outline: 0 none;
    border-radius: 8px;
    box-shadow: none;
}

.checkbox input{
  margin-left: 20px;
}

.checkbox{
  max-width: 70%;
}

.cr{
  vertical-align: super;

}
/* .cr.head{
  font-size: 25px;
} */
sub{
  vertical-align: super;
  font-size: 9px;
}

.row-2{
  margin:0 0 80px 0;
}

/**Test**/

.qualite {
  /* border-right: 0.5px solid red; */
  /* border-bottom: 1px solid red; */
  margin-bottom: 5px;

}

.ergonomie {
  /* border-left: 0.5px solid red; */
  /* border-bottom: 1px solid red; */
  margin-left: 70px;
}

.third-row {

  /* border-style: solid;
  border-bottom-style: none;
  border-left-style: none; */
}

.forth-row {

  margin-left: 90px;
}

.row-nopadding {
  margin-left: 0;
  margin-right: 0;
}

.row-nopadding .col-sm-6 {
  padding-left: 0;
  padding-right: 0;
}

.first-check{


}
.second-check{
  margin-left: 100px;
}
.boxes-align{
  width: 80%;
}

.sous-check{
  margin-left: 25px;
}

.vertical{
    /* border:         none;
    border-left:    1px solid hsla(200, 10%, 50%,100);
    height:         100vh;
    width:          1px; */
}

.horizontal{
  width: 80%;
}

.border-left{
border-left: 1px solid red;
}

.bold{
  font-weight: bolder;
  color: #141731;
  font-size: 22px;
}

.text-left{
  margin-left: 70px;
}

textarea{
  background-color: #ffffff;
}

.file{
  position: relative;
  overflow: hidden;
  border-radius: 45px;
  font-size: 14px;
  /* width: 40%; */
  background-color: #141731;
  border: none;
  width: 100%;
  height: 59px;
  max-width: 258px;
  /* height: auto; */
  margin-top: 10px;
  left: 14%;
  margin-bottom: 117px;
  }
  .file:hover{
    background-color: #54BDBE;
  }

.upload {
  position: absolute;
  font-size: 50px;
  opacity: 0;
  right: 0;
  top: 0;
}

.upload-left {
  position: absolute;
  font-size: 50px;
  opacity: 0;
  right: 0;
  top: 0;
}

.up_photo{
  margin-top: 36px;
  width: 55%;
}

.up_photo_left{
  margin-top: 18px;
}

.file_left{
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  font-size: 14px;
  width: 40%;
  background-color: #141731;
  border: none;
  width: 240px;
  height: auto;
  margin-top: 10px;
  margin-left: 65px;
}

.special-margin{
  margin-left: 32px;
}

.column{
  display: inline;
}

.button{
  position:absolute;
  z-index:2;top:0;left:0;
  filter: alpha(opacity=0);
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity:0;
  background-color:transparent;
  color:transparent;
  }

  .upload-btn{
    position:relative;
    margin-bottom: 100px;
    margin-left: 90px;
    }

  .btn-upload{

    background-color: #141731;
    border-radius: 25px;
    width:
    border: none;
  }

  /* .dm {
    text-align: center;
  } */

  .dm {
    background-color: #54BDBE;
    width: 339px;
    border-radius: 45px;
    height: 50px;
    color: #ffffff;
    /* margin-left: 395px; */
    margin-bottom: ;
    margin:65px 115px;
    /* margin: 55px 0 55px 395px; */
    font-size: 22px;
    font-weight: bold;
    width: 100%;
    height: 58px;
    max-width: 338px;
  }

  .dm:hover{
    background-color: #141731;
    color:#ffffff;
  }

.photos ul li{
  display: inline-block;

}

ul{
  margin: 0;
  padding: 0;
}

.photos ul{
  text-align: center;
}
.photos{
  margin-bottom: 43px;
}

hr{
  background-color: #dee2e6;
  margin-bottom: 100px;
}

.main-text1 p{
  text-align: center;
  padding-top: 14px;
  padding-bottom: 59px;
}

.second-block.form-group{
  text-align: center;
}

.second-block input{
  width: 100%;
  margin-bottom: 14px;
}

.second-block{
  background-color: #F4F4F4;
  margin:0;
  padding: 0;
}
.fourth-block{
  background-color: #F4F4F4;
  margin:0;
  padding: 0;
}

.first-head{
  padding-top: 43px;
  /* padding-left: 50px; */
}

.second_h3{
  margin: 56px 0 64px 0;
}

.first-text{
  padding-top: 20px;
  font-size: 19px;
}

.fourth-block h3{
  padding-top: 73px;
  /* padding-bottom: 80px; */
}

/* .third-block{
  padding-bottom: 80px;
} */

/* .fifth-block-left,.fifth-block-right{
  width: 80%;
} */

.fifth-block{
  background-color: #F4F4F4;
}

.up_photo_left{

}

.boxes-align .align-label {
    display: block;
    margin-top: -40px;
    margin-left: 60px;
}

.boxes-align .align-sous-label{
  display: block;
  margin-top: -40px;
  margin-left: 93px;
}

.file label{
  padding: 10px;
  font-weight: bold;
}

.button-download a{
  width: 100%;
  background-color: #54BDBE;
  max-width: 258px;
  max-height: 58px;
  display: inline-block;
  padding: 15px;
  border-radius: 45px;
  color: #ffffff;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
}

.button-download a:hover{
  background-color: #141731;
}
.h3-marg-top{
  padding-top: 43px;
}

/*@media query**/

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .boxes-align {
    width: 55%;
  }
}

@media screen and (max-width: 740px) {
  .second-check{
    margin-left: 0;

  }
}

/* @media screen and (max-width: 740px) {
  .second-check{
    margin-left: 0;

  }
} */
