@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

html,
body {
  height: 100%;
  margin: 0px;
  min-height: 900px !important;
}

h2 {
  font-size: 18px;
  font-family: "Roboto", arial, sans-serif;
  margin: 0px;
  padding: 0px;
}

h4 {
  font-size: 14px;
  font-family: "Roboto", arial, sans-serif;
  margin: 0px;
  padding: 0px;
}

* {
  font-family: "Roboto", arial, sans-serif;
}
body,
form {
  margin: 0px;
  padding: 0px;
}

input,
select,
textarea {
  width: 90%;
}

#header {
  height: 140px;
  display: flex;
  justify-content: space-between;
}

#content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#contentprev {
  display: grid;
  justify-content: right left;
  grid-template-columns: 50% 50%;
}

#col1 {
  position: relative;
  background-color: #ffffff;
  padding: 40px 40px;
  margin: 0 20px;
  border-radius: 20px;
  justify-self: end;
  max-width: 50%;
  min-width: 700px;
  height: auto;
  border: 1px solid #cccccc;
  box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px,
    rgb(0 0 0 / 30%) 0px 3px 7px -3px;
}

#col2 {
  position: relative;
  background-color: #e3e3e3;
  padding: 40px 40px;
  margin: 0 20px;
  border-radius: 20px;
  justify-self: start;
  max-width: 45%;
  min-width: 700px;
  height: auto;
  border: 1px solid #cccccc;
  box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px,
    rgb(0 0 0 / 30%) 0px 3px 7px -3px;
}
.abso {
  position: absolute;
}
.copyr {
  margin: 5px;
  text-decoration: none;
  color: #999;
  position: absolute;
  font-size: 12px;
  bottom: 2%;
  right: 2%;
  transition: all 2s;
}
.copyr:hover {
  color: #000000;
  transition: all 2s;
}
.form-select-lg {
  font-size: 1rem !important;
}

#divmodal {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  justify-content: center;
  align-items: center;
  background: rgb(203 203 203 / 70%);
  backdrop-filter: blur(2px);
  box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px,
    rgb(0 0 0 / 30%) 0px 3px 7px -3px;
  animation: fadeIn 1s ease-in;
}

#divalert {
  position: absolute;
  display: none;
  z-index: 9999;
  margin: auto;
  /* top: 0; */
  width: 200px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border: 2px solid #ffffff;
  border-radius: 10px;
  color: #ffffff;
  font-weight: 300;
  /* background: #ffffff; */
  justify-content: center;
  align-items: center;
  background: rgb(58 191 86);
  backdrop-filter: blur(2px);
  box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px,
    rgb(0 0 0 / 30%) 0px 3px 7px -3px;
  animation: fadeInOut 1s ease-in-out;
}
#divalertred {
  position: absolute;
  display: none;
  z-index: 9999;
  margin: auto;
  width: 200px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border: 2px solid #ffffff;
  border-radius: 10px;
  color: #ffffff;
  font-weight: 300;
  justify-content: center;
  align-items: center;
  background: rgb(191, 58, 58);
  backdrop-filter: blur(2px);
  box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px,
    rgb(0 0 0 / 30%) 0px 3px 7px -3px;
  animation: fadeInOut 3s ease-in-out;
}
#email {
  transition: all 3s;
}

.bootstrap-tagsinput {
  display: flex;
  flex-wrap: wrap;
  border: 0px;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background-color: #fff;
  border: 0px solid #ccc;
  padding: 7px 6px;
  vertical-align: middle;
  border-radius: 10px;
  max-width: 100%;
  line-height: 20px;
  cursor: text;
}

.twitter-typeahead {
  flex: 1;
  height: 100%;
  margin: auto;
}

#tagplus {
  min-height: 40px;
  height: 100%;
  width: 100%;
  background: transparent;
  border: 0px;
  outline: none;
  box-shadow: none !important;
}
#tagplus:focus {
  border: 0px;
  outline: none;
  box-shadow: none !important;
}

.tt-menu {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  margin-top: 12px;
  padding: 8px 0;
}

.tt-suggestion {
  font-size: 17px;
  padding: 3px 20px;
}

.tt-suggestion:hover {
  cursor: pointer;
  background-color: #0097cf;
  color: #ffffff;
}

.tt-suggestion p {
  margin: 0;
}

.bootstrap-tagsinput .tag {
  margin: 5px;
  color: white !important;
  background-color: #5979a9;
  padding: 0.1rem 0.4rem;
  border-radius: 5px;
  line-height: 2rem;
}

.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 5px;
  font-size: 18px;
  cursor: pointer;
  color: #ff9797;
}

.bootstrap-tagsinput input {
  padding: 0 2px !important;
  border: 0px;
  min-height: 40px;
  height: 100%;
  width: 100%;
  background: transparent;
  border: 0px;
  outline: none;
  box-shadow: none !important;
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  color: #000000;
  box-shadow: none;
  border: 0px;
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  color: #000000;
  box-shadow: none;
  border: 0px;
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  80% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

#footer {
  height: 100px;
}

.bootstrap-tagsinput {
  width: 100%;
}

#formulaire {
  background-color: #e3e3e3;
  z-index: 999;
  padding: 40px 20px;
  border-radius: 20px;
  box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px,
    rgb(0 0 0 / 30%) 0px 3px 7px -3px;
  min-height: 400px;
  transition: all 300ms;
}
#description {
  background: #f5f5f5;
  padding: 31px 0 0 40px;
  font-size: 12px;
  height: 227px;
  margin-left: -20px;
  margin-top: 29px;
  width: 261px;
  border-radius: 20px;
  box-shadow: rgb(50 50 93 / 25%) 0px 3px 12px -2px,
    rgb(0 0 0 / 30%) 0px 2px 4px -3px;
}

.form-select-lg {
  font-size: 1rem !important;
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  border-radius: 16px;
}

.btn {
  padding: 15px 30px;
  padding-top: 15px;
  padding-right: 30px;
  padding-bottom: 15px;
  padding-left: 30px;
  cursor: pointer;
  border-width: 1px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 500;
  -webkit-box-shadow: 0px 7px 15px -13px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 7px 15px -13px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 7px 15px -13px rgba(0, 0, 0, 0.17);
  overflow: hidden;
  position: relative;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 84%;
}
.copy:before {
  content: "";
  display: none;
  position: absolute;
  z-index: 9998;
  top: 35px;
  left: 15px;
  width: 0;
  height: 0;
}
.copy:after {
  content: "Copy";
  display: none;
  position: absolute;
  z-index: 9999;
  top: 40px;
  left: -17px;
  width: 114px;
  height: 36px;
  color: #000000;
  font-size: 10px;
  line-height: 36px;
  text-align: center;
  border-radius: 3px;
}
.copy:hover {
  background-color: #eee;
}
.copy:hover:before,
.copy:hover:after {
  display: block;
}
.copy:active,
.copy:focus {
  outline: none;
}
.copy:active:after,
.copy:focus:after {
  content: "Copied!";
}
.btn.btn-quarternary {
  color: #fff !important;
  border-color: #6d8da5 !important;
  background: #6d8da5 !important;
}
.btn.btn-quarternary .text span {
  color: rgba(255, 255, 255, 0.8);
}
.btn.btn-quarternary:hover,
.btn.btn-quarternary:focus {
  border-color: #c6144f !important;
  background: #c6144f !important;
}
.btn.btn-quarternary.btn-link {
  color: #e92465;
  background: transparent;
}
.btn.btn-outline-quarternary {
  color: #e92465;
  border-color: #e92465;
}
.btn.btn-outline-quarternary:hover,
.btn.btn-outline-quarternary:focus {
  color: #fff;
  background: #e92465;
}
.btn-info,
.btn-info:hover,
.btn-info:focus {
  color: #333;
  border-color: #e7e7e7 !important;
  background: #e7e7e7 !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.w-100 {
  width: 100% !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.justify-content-center {
  -webkit-box-pack: left !important;
  -ms-flex-pack: left !important;
  justify-content: left !important;
}
.btn .icon.icon-left {
  left: 0;
}
.btn .icon i {
  font-size: 30px;
}
.btn .icon {
  width: 60px;
  bottom: 0;
}
.btn .text {
  width: calc(100% - 60px);
}
.text-right {
  text-align: right !important;
}
.btn .text h4 {
  font-size: 22px;
  margin-bottom: 0;
}
.numbers {
  border-style: solid;
  border-width: 1px;
  border-color: black;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin-right: 2%;
  display: inline;
}

@media (min-width: 1600px) {
  .fixed {
    position: fixed;
    margin-top: 35px;
  }
  iframe.fixed {
    width: 620px;
  }
}
@media (max-width: 1430px) {
  #contentprev {
    display: grid;
    justify-content: center;
    grid-template-columns: none;
  }
  #col1 {
    justify-self: center;
  }
  #col2 {
    margin-top: 50px;
    justify-self: center;
    min-width: 700px !important;
  }
}

@media (max-width: 600px) {
  .copyr {
    position: relative;
    float: right;
    margin-top: 50px;
  }
}
