/* general */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none; }

html {
  font-family: 'Arimo';
  width: 100%;
  height: 100%;
  color: var(--black);
  text-align: justify;
  scroll-behavior: smooth; }

body {
  --black: #000000;
  --grey: #666666;
  --white: #fff;
  --green: #8DC640;
  --green2: #6dbe00;
  --red: #F80039;
  --blue: #2D486C;
  min-height: 100%;
  color: var(--blue);
  scroll-behavior: smooth; }

ul:not(.liste) {
  list-style-type: none; }

.liste {
  list-style-type: none;
  margin: 0 0 40px 0;
  position: relative; }
  .liste li {
    position: relative;
    text-align: left;
    margin: 0 0 20px 0;
    padding: 0 0 0 40px; }
    .liste li::after {
      content: '';
      display: block;
      width: 30px;
      height: 30px;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translate(0%, -50%);
      background: url("../img/check.svg") no-repeat scroll left center/contain; }

img {
  max-width: 100%; }

/* titre */
p, h1, h2, h3, h4, h5, h6 {
  margin: 0 0 30px; }

h1, h2, h3, h4, h5, h6 {
  text-align: left; }

p, .liste {
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  color: var(--blue); }

.title0 {
  font-size: 55px;
  line-height: 60px;
  font-weight: 900;
  color: var(--green);
  margin: 0 0 45px; }
  .title0 b {
    display: block;
    font-size: 70px;
    line-height: 72px;
    color: var(--blue); }

.title {
  font-size: 35px;
  line-height: 42px;
  font-weight: 900;
  font-style: italic;
  color: var(--green);
  margin: 0 0 20px; }

/* bouton */
.btn {
  position: relative;
  font-size: 25px;
  line-height: 28px;
  color: var(--white);
  text-align: center;
  border-radius: 5px;
  padding: 5px 20px;
  background: var(--green);
  transition: linear 0.3s all; }
  .btn img {
    width: 60px;
    transform: translate(0, 35%); }
  .btn:hover {
    color: var(--white);
    background: var(--green2); }

/* color */
.white {
  color: var(--white); }

.green {
  color: var(--green); }

/* style texte */
.maj {
  text-transform: uppercase; }

b {
  font-weight: 900; }

a {
  color: var(--dark2);
  font-weight: 900;
  letter-spacing: -0.3px;
  text-decoration: none;
  cursor: pointer; }
  a:hover {
    color: var(--blue); }

.nomarg {
  margin: 0; }

.marg {
  margin: 0 0 30px; }

.margtop {
  margin-top: 80px; }

.fullw {
  width: 100%; }

/* alignement texte */
.tleft {
  text-align: left !important; }

.tright {
  text-align: right !important; }

.tcenter {
  text-align: center !important; }

/* colonnes */
.bcol {
  width: 100%;
  max-width: 1340px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  margin: auto;
  padding: 0 35px; }
  .bcol > .bcol {
    margin: 0;
    padding: 0; }
    .bcol > .bcol > .col {
      padding: 0;
      margin: 0 6px 0;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; }

.col {
  margin: 0 15px; }

.col1 {
  width: calc(100% - 30px); }

.col2 {
  width: calc(50% - 30px); }

.col3 {
  width: calc(33.33% - 30px); }

.col4 {
  width: calc(25% - 30px); }

.col13 {
  width: calc(36% - 30px); }

.col23 {
  width: calc(64% - 30px); }

.col34 {
  width: calc(75% - 30px); }

.col132 {
  width: calc(42% - 30px); }

.col232 {
  width: calc(58% - 30px); }

#bandeau {
  padding: 50px 0; }
  #bandeau .col23 {
    max-width: 700px; }
  #bandeau .title {
    margin-top: 60px; }

.encart {
  font-size: 32px;
  line-height: 34px;
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  padding: 10px 5px;
  background: var(--red); }

/* formulaire */
#formulaire {
  width: 100%;
  max-width: 490px;
  position: relative;
  padding: 30px 40px 40px;
  border-radius: 40px;
  border: solid 0.5px #707070;
  box-shadow: 10px 10px 6px #00000029; }
  #formulaire img {
    width: 50px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%); }
  #formulaire h2 {
    width: 100%;
    max-width: 450px;
    font-size: 30px;
    line-height: 35px;
    font-weight: 900;
    color: var(--blue);
    margin: 0 auto 15px; }
  #formulaire #form {
    width: 100%; }
    #formulaire #form .blocradio p,
    #formulaire #form label {
      display: block;
      font-size: 13px;
      line-height: 16px;
      color: #97A2AF;
      font-weight: 500;
      text-align: left;
      text-transform: uppercase; }
      #formulaire #form .blocradio p.error,
      #formulaire #form label.error {
        display: block;
        font-size: 10px;
        line-height: 10px;
        color: var(--red);
        text-transform: initial;
        margin: -15px 0 2px; }
    #formulaire #form input, #formulaire #form textarea, #formulaire #form select {
      width: 100%;
      height: 35px;
      font-family: 'muli';
      font-size: 15px;
      line-height: 18px;
      color: #000;
      padding: 0px 10px;
      margin: 5px 0 15px;
      border: solid 1px #97A2AF;
      border-radius: 5px;
      background: var(--white); }
    #formulaire #form input[type="submit"] {
      width: 100%;
      min-width: 180px;
      height: 45px;
      display: inline-block;
      font-size: 18px;
      font-size: 900;
      color: var(--white);
      text-transform: uppercase;
      cursor: pointer;
      margin: 10px auto 0;
      padding: 5px 25px;
      border: none;
      transition: all 0.3s linear;
      background: var(--green); }
      #formulaire #form input[type="submit"]:hover {
        background: var(--green2); }
    #formulaire #form .success {
      font-size: 15px;
      line-height: 17px;
      color: var(--green);
      text-align: center;
      margin: 15px 0 0; }
    #formulaire #form .zonecheckbox {
      display: flex;
      flex-direction: row;
      justify-content: center; }

/* logos */
.logos {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 60px; }
  .logos > * {
    width: 16%;
    max-width: 150px;
    min-width: 80px;
    margin: 5px auto; }
    .logos > * > * {
      padding: 0 5px; }

/* avis */
#content .img {
  max-width: 550px; }

.testi {
  margin: 0 0 20px;
  padding: 10px 20px;
  border-radius: 10px;
  border: solid 1px #707070;
  box-shadow: 2px 3px 10px #0000000D;
  background: var(--white); }
  .testi * {
    color: var(--black); }
  .testi p {
    font-size: 15px;
    line-height: 17px;
    font-weight: 500;
    margin: 0; }
  .testi .headtesti {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; }
  .testi .usertesti {
    min-width: 140px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 15px 10px 0; }
    .testi .usertesti img {
      margin: 0 15px 0 0;
      border-radius: 50%; }
    .testi .usertesti .nametesti .name {
      font-size: 15px;
      line-height: 16px;
      font-weight: 700;
      margin: 0; }
    .testi .usertesti .nametesti .city {
      font-size: 15px;
      line-height: 20px;
      font-weight: 500;
      color: var(--grey);
      margin: 0; }
  .testi .rank {
    display: flex;
    flex-direction: row;
    margin: 0 auto 10px;
    margin-left: 0; }
    .testi .rank img {
      max-width: 15px;
      margin: 0 3px 5px 0; }

.btnbottom {
  text-align: center;
  padding: 25px 0 40px; }

/* responsive */
@media screen and (max-width: 1110px) {
  .title0 {
    font-size: 40px;
    line-height: 45px; }

  .title {
    font-size: 25px;
    line-height: 30px; }

  p, .liste {
    font-size: 18px;
    line-height: 22px; } }
@media screen and (max-width: 995px) {
  .bcol {
    flex-direction: column;
    padding: 0 15px; }

  .col {
    margin: 0; }

  .col1 {
    width: calc(100% - 0px); }

  .col2 {
    width: calc(100% - 0px); }

  .col3 {
    width: calc(100% - 0px); }

  .col4 {
    width: calc(100% - 0px); }

  .col13 {
    width: calc(100% - 0px); }

  .col23 {
    width: calc(100% - 0px); }

  .col34 {
    width: calc(100% - 0px); }

  .col132 {
    width: calc(100% - 0px); }

  .col232 {
    width: calc(100% - 0px); }

  #bandeau {
    padding: 20px 0 40px; }
    #bandeau .col23 {
      max-width: inherit; }
      #bandeau .col23 * {
        text-align: center; }
      #bandeau .col23 .title {
        margin-top: 30px; }
      #bandeau .col23 .liste {
        max-width: 550px;
        margin: 0 auto 25px; }
        #bandeau .col23 .liste li {
          text-align: left; }
    #bandeau #formulaire {
      margin: auto; }

  .encart {
    margin-bottom: 60px; }

  #content .img {
    max-width: inherit;
    margin: 0 auto 10px; }

  .btnbottom {
    padding: 0px 0 40px; } }
@media screen and (max-width: 665px) {
  .title0 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 30px; }
    .title0 b {
      font-size: 50px;
      line-height: 52px; }

  .title {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -0.5px; }

  .encart {
    font-size: 22px;
    line-height: 24px; }

  #formulaire {
    padding: 30px 15px 10px; }
    #formulaire h2 {
      font-size: 25px;
      line-height: 30px; }

  #comment p {
    margin-bottom: 15px; }

  .logos {
    padding-bottom: 30px; }

  .btn {
    font-size: 20px;
    padding: 11px 20px; } }

/*# sourceMappingURL=style.css.map */
