
/********************** Base ********************/
body{
  font-family: "Open Sans",'Helvetica Neue', Arial,sans-serif;
}
a {
  text-decoration: none;
  display: block;
}
a:hover{
  text-decoration: none;
}

/*************** Header ***************/
.container{
  width: 1244px;
}

.container header{
  margin-top: 17px;
}

.background{
  background-color: #121f3f;
}

.logo-link{
  text-decoration: none;
  display: flex;
  align-items: center;
}
.logo img{
  width: 195px;
  height: auto;
}
.logo::after{
  content: "";
  display: inline-block;
  width: 2px;
  background: white;
  height: 40px;
  vertical-align: middle;
}

.subtitle{
  font-size: 14px;
  font-family: 'Helvetica Neue', Arial,sans-serif;
  line-height: 24px;
  letter-spacing: 2px;
  display: inline-block;
  /*text-transform: uppercase;*/
  width: 214px;
  margin-left: 2em;
  color: white;
}


.col-md-3-header {
  margin-top: 50px;
}

.header-link{
  font:24px/1em "Open Sans";
  color: white;
}

.header-link::before{
  content: "";
  display: inline-block;
  background: url("../img/sms.png") no-repeat center center;
  background-size: cover;
  width: 24px;
  height: 25px;
  vertical-align: middle;
  margin-right: 13px;
}

/****************** Formulaire **********************/
.row-mainform{
  background-color: white;
  margin-top: 20px;
}
.form{
  width: 85%;
  margin: auto;
}
.form-row{
  padding: 40px 0;
  border-bottom: 1px solid #979797;
}
.form-group{
  margin-bottom: 0;
}
.form-label{
  font:18px/28px 'Confortaa',Arial,sans-serif;
  letter-spacing: 1px;
  color: #333333;
  /*text-transform: uppercase;*/
  margin-right: 58px;
  position: relative;
  top: 3px;
  width: 145px;
}
.form-label--checkbox{
  font:14px/14px 'Open Sans',Arial,sans-serif;
  text-transform: none;
  color: #333333;
  padding-left: 10px;
}
.checkbox-input{
  border: 2px solid #d7d7d7;
  background: none;
  width: 14px;
  height: 14px;
  color: black;
  margin-left: 17px!important;
  position: relative;
  top:2px;
}
.form-control-custom{
  -webkit-appearance:none;
  border:none;
  border-radius: 0;
  background-color:#ececec;
  color: black;
  display: inline-block;
  width: 69%;
  padding-top: 22px;
  padding-bottom: 21px;
}
.form-control-custom--single{
  width: 76%;
  border:0;
  height: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
}
.form-control-custom--double{
  width: 37%;
}
.form-control-custom--textarea{
  width: 80%;
  vertical-align: top;
}
input[type='password']{
  margin-left: 16px;
}
.checkbox-container{
  border:2px solid #D7D7D7;
  padding: 7px 0;
}
.vhidden{
  visibility: hidden;
}
select{
  background: url("../img/arrows.png") no-repeat right center #000000;
}
.submit{
  margin: 0;
  padding: 0;
  width: 16.6%;
}

.btn-pink{
  width: 100%;
  -webkit-appearance:none;
  background-color: #d81669;
  border:none;
  color: white;
  font:11px/21px 'Open Sans';
  /*text-transform: uppercase;*/
  font-weight: 600;
  letter-spacing: 2px;
  padding: 11px 0;
  border-radius: 0;
}

.options{
  margin-top: 17px;
}
.options{
  padding-right: 0;
}
.options-textarea{
  margin-top: 0;
}

.col-md-options{
  margin: 0;
  width: 27.33333%;
}

.col-md-first{
  margin-left: 190px;
}
.col-md-options--last{
  margin-right: 0;
  padding-right:0;
}
.input-options{
  width: 100%;
  background: none;
  border: 2px solid #D7D7D7;
}

.checkbox-container--custom{
  padding: 9px 0;
}
.form-control-custom--time{
  width: 13.5%;
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
  border:none;
  border-radius: 0;
  background-color:#ececec;
  color: black;
  height: 44px;
}
.form-control-custom--manytime{
  background: none;
  border:2px solid #D7D7D7;
}
.form-row--last{
  border: none;
}
/********************* Modal **********************************/
.modal-header{
  border-bottom: none;
}
.modal-svg{
  display: block;
  margin: auto;
}
.modal-title{
  /*text-transform: uppercase;*/
  padding: 26px 0 10px 0;
  text-align: center;
  font: 28px/38px 'Roboto',Arial,sans-serif;
  letter-spacing: 1px;
  color: #333333;
}
.modal-title::after,.modal-title::before{
  content: "";
  display: inline-block;
  width: 31px;
  height: 2px;
  background: #e3e3e3;
  vertical-align: middle;
}
.modal-title::after{
  margin-left: 12px;
}
.modal-title::before{
  margin-right: 12px;
}
.modal-texte{
  font: 22px/32px 'Open Sans',Arial,sans-serif;
  color: #a0a0a0;
  font-weight: 300;
  margin-top: 10px;
  text-align: center;
  margin-bottom: 56px;
}

@media screen and (max-width:1248px) {
  .container{
    width: 95%;
    margin: auto;
  }
  .row-mainform{
    width: 99%;
    margin: auto;
  }
  .form-row{
    width: 100%;
  }
  .form{
    width: 90%;
  }
  .form-label{
    margin-right: 0;
  }
  .col-md-first{
    margin-left: 0;
  }
}

@media screen and (max-width:1123px) {
  .col-md-8,.col-md-4,.col-md-10{
    width: 80%;
    margin: auto;
    padding-right: 0;
    padding-left: 0;
  }
  .form-label{
    display: block;
    text-align: center;
    width: 100%;
    padding-bottom: 10px;
  }
  .col-md-8 input,.options-container input{
    width: 100%;
    margin-bottom: 20px;
  }
  .form-control-custom--double{
    width: 48%;
  }
  .form-control-custom--single,.form-control-custom--textarea{
    width: 80%;
    margin: auto;
    display: block;
  }
  .form-control-custom--time{
    width: 32.8%;
    margin: 0 auto 2em auto;
  }
  .checkbox-container--custom{
    margin-bottom: 20px;
  }
  .submit{
    display: block;
    width: 30%;
    margin: 2em auto 0 auto;
  }
}

@media screen and (max-width:995px) {
  .logo-link,.header-link{
    display: block;
    text-align: center;
  }
  .logo::after{
    background: none;
  }
  .subtitle{
    margin-left: 0;
  }
  .col-md-3-header{
    margin-top: 20px;
  }
  .row{
    margin-left: 0;
    margin-right:0;
  }
}

@media screen and (max-width:780px) {
  .form-control-custom--double{
    width: 100%;
    margin-bottom: 20px;
  }
  .form-control-custom--single,.form-control-custom--time{
    width: 100%;
  }
  input[type='password'] {
    margin-left: 0;
  }
  .submit{
    width: 80%;
  }
}

@media screen and (max-width:480px) {
  .checkbox-container{
    text-align: center;
  }
}

@media screen and (max-width:380px) {
  .row{
    width: 100%;
  }
  .col-md-8,.col-md-4,.col-md-10{
    width: 90%;
    margin: auto;
    padding-right: 0;
    padding-left: 0;
  }
  .form-control-custom--single,.form-control-custom--textarea{
    width: 90%;
    margin: auto;
    display: block;
  }

}
