* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.content {
  position: relative;
  font-family: "Open Sans", sans-serif;
}
.content .content_top {
  background-image: url("../images/pers.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 1000px;
}
@media all and (max-width: 480px) {
  .content .content_top {
    min-height: auto;
    background-image: none;
  }
}
.content .content_top .fond_blanc {
  background: rgba(255, 255, 255, 0.7);
}
.content .content_top .bandeau_top {
  width: 100%;
  margin: 0 auto;
  padding: 5px 20px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content .content_top .bandeau_top .logo_top {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
.content .content_top .bandeau_top .logo_top img {
  width: 250px;
}
.content .content_top .bandeau_top .accroche h1 {
  color: #31221b;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
}
@media all and (max-width: 480px) {
  .content .content_top .bandeau_top .accroche h1 {
    font-size: 19px;
  }
}
.content .content_top .bandeau_top .accroche h1 span {
  color: #ccd500;
}
@media all and (min-width: 768px) {
  .content .content_top .bandeau_top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .content .content_top .bandeau_top .logo_top {
    max-width: 300px;
    margin-left: 25px;
  }
  .content .content_top .bandeau_top .logo_top img {
    width: 250px;
  }
  .content .content_top .bandeau_top .accroche {
    max-width: 1000px;
    margin: 0 auto;
    margin-right: 9%;
  }
  .content .content_top .bandeau_top .accroche h1 {
    color: #31221b;
    font-size: 28px;
  }
  .content .content_top .bandeau_top .accroche h1 span {
    color: #ccd500;
  }
}
.content .content_top .wrapper {
  max-width: 940px;
  margin: 100px auto 100px;
}
@media all and (max-width: 480px) {
  .content .content_top .wrapper {
    margin: 0;
  }
  .content .content_top .wrapper .typeform-widget {
    height: 300px !important;
  }
}

footer {
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Open Sans", sans-serif;
}
footer .footer1 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 20px;
  text-align: center;
}
footer .footer1 a {
  text-decoration: none;
  color: #31221b;
}
footer .footer2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer2 .logo_footer {
  text-align: center;
}
footer .footer2 .logo_footer img {
  width: 200px;
}
footer .footer2 .tel_footer a {
  font-size: 31px;
  text-decoration: none;
  font-weight: 700;
  color: #ccd500;
}
footer .footer2 .tel_footer p {
  color: #31221b;
  font-size: 11px;
}
@media all and (min-width: 1024px) {
  footer {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    padding: 10px;
    padding-right: 10%;
    padding-left: 5%;
  }
  footer .footer2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}

.content_mentions {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  padding: 20px 20px;
  color: #31221b;
  font-family: "Open Sans", sans-serif;
}
.content_mentions h1 {
  font-size: 40px;
  padding: 10px 0px;
}
.content_mentions h2 {
  color: #ccd500;
  font-size: 20px;
  padding: 10px 0px;
}
.content_mentions p {
  font-size: 15px;
  padding: 10px 0px;
}