/* CSS Document */
/* Setup */
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;700&family=Roboto:wght@400;500;700&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Border Radius */
/* Border Radius */
/* Border Radius Parametres */
/* Radial Gradient */
/* Radial Gradient */
/* Box Shadow */
/* Transition */
/* Transition Global */
/* Transform */
/* Hyphens */
/* Import */
/* Color */
/* Font Family */
html {
  font-size: 100%;
}

body {
  padding: 0 20px;
  position: relative;
  -webkit-font-smoothing: antialiased;
  width: 100%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* float clearing for IE6 */
* html .clearfix {
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
* + html .clearfix {
  min-height: 1%;
}

/* float clearing for everyone else */
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: 0 none !important;
}

button:focus {
  outline: 0 none !important;
}

.col-contenu {
  float: left;
  height: auto;
  width: 100%;
}

.clr {
  clear: both;
}

/* Parts */
/* banner */
.banner {
  height: auto;
  margin: 32px 0 0;
  text-align: center;
  width: 100%;
}

.banner img {
  max-width: 650px;
  width: 100%;
}

/* banner */
/* Formulaire */
.formulaire {
  height: auto;
  position: relative;
  width: 100%;
}

.formulaire h1 {
  color: black;
  direction: rtl;
  font-family: "Cairo", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  margin: 30px 0 0;
  text-align: center;
}

.formulaire form {
  margin: 0 auto 40px;
  max-width: 500px;
  width: 100%;
}

.formulaire form .form-group {
  display: inline-block;
  height: auto;
  margin: 20px 0 0;
  position: relative;
  width: 100%;
}

.formulaire form .form-group .error {
  color: #ff0000;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  margin: 5px 0 0;
  width: 100%;
}

.formulaire form .form-group .name {
  color: black;
  font-size: 0;
  margin: 0 0 8px;
  width: 100%;
}

.formulaire form .form-group .name span {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  width: 50%;
}

.formulaire form .form-group .name span:nth-child(2) {
  direction: rtl;
  font-family: "Cairo", sans-serif;
}

.formulaire form .form-group .name span font {
  color: #ff0000;
  font-weight: 700;
}

.formulaire form .form-group .form-control {
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  color: black;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 38px;
  padding: 0 0 0 10px;
  width: 100%;
}

.formulaire form .form-group select {
  background-color: white;
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  cursor: pointer;
  color: black;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 38px;
  padding: 0 0 0 10px;
  width: 100%;
}

.formulaire form .form-group .form-control.phone {
  padding: 0 0 0 50px;
}

.formulaire form .form-group .iti {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  height: 38px;
  width: 100%;
}

.formulaire form .button {
  margin: 20px auto 0;
  text-align: center;
  width: auto;
}

.formulaire form .button button {
  background-color: #cd2330;
  border: 1px solid transparent;
  color: white;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 20px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.formulaire form .button button:hover {
  background-color: transparent;
  border: 1px solid #cd2330;
  color: #cd2330;
}
.container {
  display: block;
  direction: rtl;
  font-family: "Cairo", sans-serif;
  font-weight:400;
  position: relative;
  padding-left: 0;
  padding-right: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  line-height: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100%;
  width: 100%;
}
.container.container_fr {
  direction: ltr;
  padding-left: 35px;
  padding-right: 0;
}
.container font{
    font-weight: 700;
}
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  right: 0;
  height: 22px;
  width: 22px;
  background-color: white;
  border: 1px solid #ccc;
}
.checkmark.checkmark_fr {
  left : 0;
  right: auto;
}
.container input:checked~.checkmark {
  background-color: #cd2330;
  border: 1px solid #cd2330;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.container input:checked~.checkmark:after {
  display: block;
}
.container .checkmark:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.box-info{
    background-color: red;
    color: white;
    cursor: pointer;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    padding: 5px 10px;
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.box-info span{
    font-family: "Cairo", sans-serif;
}    
/* End Formulaire */
/* Merci */
.merci {
  height: auto;
  padding: 0 0 20px;
  position: relative;
  width: 100%;
}

.merci h1 {
  color: black;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
  margin: 20px 0 0;
  text-align: center;
}

.merci p {
  color: black;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  margin: 20px auto 0;
  max-width: 680px;
  text-align: justify;
  text-align-last: center;
  width: 100%;
}

.merci p span {
  direction: rtl;
  font-family: "Cairo", sans-serif;
}

.merci .button {
  margin: 20px auto 0;
  text-align: center;
  width: auto;
}

.merci .button button {
  background-color: #cd2330;
  border: 1px solid transparent;
  color: white;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 20px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.merci .button button:hover {
  background-color: transparent;
  border: 1px solid #cd2330;
  color: #cd2330;
}

/* End Merci */
/*# sourceMappingURL=style.css.map */