.block-titre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  padding: 2em 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(135deg, #00168d, #004fb1);
}
.titre {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 2em;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.fond-form
{
  background-color: rgba(255, 255, 255, 0.5);
  padding: 40px;
  border-radius: 22px;
}

.bord-blue
{
  padding: 20px;
  border-radius: 22px;
  background-image: linear-gradient(to bottom, #00168d, #0083b1);
  margin: auto;
  height: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.bord-blue p
{
  line-height: 32px;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans';
  color: white;
  font-size: 1.5em;
  text-align: center;
}

.bord-green
{
  padding: 20px;
  border-radius: 22px;
  background-image: linear-gradient(to bottom, #004e0e, #219632);
  margin: auto;
  height: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.bord-green p
{
  line-height: 32px;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans';
  color: white;
  font-size: 1.5em;
  text-align: center;
}

.titre-2
{
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 50px;
  font-weight: 500;
  margin-bottom: 40px; 
  line-height: 35px !important;
}

.fond-img
{
  position: relative;
  min-height: 55vh;
  background-image: url('../img/fond.png');
  background-position: unset;
  background-size: cover;
  background-repeat: no-repeat;
}

.list-check
{
  font-family: Open Sans;
  color: #fff;
  font-size: 22px;
  line-height: 50px;
  font-weight: bold;
  margin-bottom: 40px; 
  line-height: 35px !important;
}

.block-footer {
  margin-right: auto;
  margin-left: auto;
  background-color: #00168d;
  color: white;
}

.content-block {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  font-family: 'Roboto';
  font-weight: bold;
}

.content-block h4
{
  font-weight: bold;
  text-transform: uppercase;
}

.img-footer
{
  height: 80px;
}

.img-icone
{
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin: auto;
}

.paragraph-footer
{
  font-size: 19px;
}
.margin1-5
{
  margin-bottom: 1.5rem !important;
}

.background-gray {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  opacity: 0.35;
  border: solid 1px #707070;
  background-color: #000000;
}

body
{
  font-family: Roboto, sans-serif;
}

.block-btn li{
   list-style:none; 
   display: inline-block; 
}

.block-btn i
{
   font-size: 2.5em;
   color:#e3e3e3;
}

.btn-form 
{
  display: flex;
  justify-content: space-around;
}

.li-btn input
{
 display: none; 
}

.li-btn
{
  background-color: white;
  padding: 20px;
  width: 40%;
  border-radius: 20px;
  cursor: pointer;
}

.btnForm
{
  display: flex; 
  flex-direction: column;
  cursor: pointer;
}
.titre-btn
{
  font-weight: bold;
}
.buttonForm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 53px;
  min-width: 336px;
  color: white;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 14px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-image: linear-gradient(to bottom, #45ff00, #00b415);
  font-family: Roboto, sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  display: none;
  border: none;
}
.inputText
{
  border-radius: 12px;
  height: 3.8em;
}
.first-paragraphe
{
  margin-top: 1rem !important; 
  padding: 50px;
}

.img_intermediaire {
    display: flex;
    flex-flow: row nowrap;
    height: 80px;
    justify-content: space-evenly;
    padding: 15px 10px;
    background-color: white;
  }

.section-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: white;
}

.paragraph-10 {
  padding-top: 15px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #777;
  color: #777777;
  font-family: 'Open Sans';
  font-size: 1em;
  width: 90%;
  text-align: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  color: #777;
}

.avis_text {
  color: #333333;
  font-size: 0.8em;
  margin: 0 15px;
  font-family: 'Open Sans';
}

.copyright
{
  color: rgb(83, 83, 83);
}

.link 
{
  color: #777; 
}

.paragraph-footer
{
  font-family: Roboto, sans-serif;
}
.titre-footer
{
  font-family: Roboto, sans-serif;
}

.error
{
  background: url(../img/error.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center right 10px !important;
  background-size: 20px !important;
  background-color: white !important;
  border: 2px solid red !important;
}

@media screen and (max-width: 991px)
{
  .note-footer
  {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 940px)
{
  .content-block
  {
    display: flex;
    flex-direction: column;
  }
  .paragraph-footer
  {
    padding: 20px;
  }
  .row
  {
    flex-direction: column;
  }

  .col-md-6
  {
    max-width: 100%;
  }
  .removeM
  {
    margin-top: inherit !important;
  }
  .titre 
  {
    font-size: 16px;
  }
  .first-paragraphe
  {
    padding: 0px 15px;
  }
  
  .titre-2
  {
    display: none;
  }

  .list-check
  {
    font-size: 16px;
  }

  .bord-blue p
  {
    font-size: inherit;
    line-height: inherit;
  }

  .fond-form
  {
    padding: 20px;
  }
}

@media screen and (max-width: 460px)
{
  .titre-btn
  {
    font-size: 14px;
  }
}

@media screen and (max-width: 410px)
{
  .titre-btn
  {
    font-size: 11px;
  }
}