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

header {
  width: 100%;
  margin: 0 auto;
  background: url("../images/bg01.png") no-repeat top;
  background-size: cover;
  height: 400px;
  position: relative; }
  header img {
    position: absolute;
    top: 10%;
    left: 25%; }
  header .t1 {
    position: absolute;
    top: 90%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    margin: 0 auto;
    max-width: 700px;
    background: #3d9e86;
    padding: 20px 20px; }
    header .t1 p {
      text-align: center;
      color: white;
      font-family: "Open Sans", sans-serif;
      font-size: 28px;
      text-transform: uppercase; }

.content_mid {
  width: 100%;
  max-width: 750px;
  margin: 150px auto 100px;
  padding: 0 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; }

.texte {
  width: 100%;
  max-width: 600px;
  margin: 0px auto 45px;
  font-family: "Open Sans", sans-serif;
  text-align: center; }
  .texte p {
    margin-bottom: 25px; }

.double_bloc {
  width: 100%;
  margin: 0 auto;
  max-width: 750px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  color: white; }
  .double_bloc .bloc01 {
    width: 100%;
    margin: 0 auto;
    max-width: 310px;
    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;
    padding: 0 55px;
    height: 215px;
    background: #3d3d3d;
    text-align: center; }
    .double_bloc .bloc01 p {
      margin-bottom: 25px; }
    .double_bloc .bloc01 a {
      color: white;
      text-decoration: none;
      background-color: #3d9e86;
      padding: 15px 40px;
      letter-spacing: 1px; }
  .double_bloc .bloc02 {
    display: none;
    width: 100%;
    margin: 0 auto;
    height: 215px;
    background: url("../images/oui.png") no-repeat top;
    background-size: cover; }
  .double_bloc .bloc03 {
    display: none;
    width: 100%;
    margin: 0 auto;
    height: 215px;
    background: url("../images/non.png") no-repeat top;
    background-size: cover; }

footer {
  background: #3d3d3d; }
  footer .logoFooter {
    display: none; }

.footer {
  width: 100%;
  margin: 0 auto;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  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 a {
    text-decoration: none;
    color: white; }
  .footer .footer1 {
    width: 100%;
    margin: 10px auto;
    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;
    text-align: center; }
    .footer .footer1 a {
      margin: 5px; }
  .footer .footer2 {
    width: 100%;
    margin: 0 auto;
    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;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .footer .footer2 .realisation {
      margin: 0px auto 15px; }
    .footer .footer2 .telephone {
      width: 100%;
      margin: 0 auto 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: left; }
      .footer .footer2 .telephone .t1 {
        margin-right: 10px; }
      .footer .footer2 .telephone p {
        text-transform: uppercase;
        font-size: 10px; }
      .footer .footer2 .telephone a {
        font-weight: 600;
        font-size: 21px;
        color: #fc4c48; }

@media all and (min-width: 768px) {
  .content_mid {
    margin: 150px auto 150px; }
  .double_bloc .bloc02 {
    display: block; }
  .double_bloc .bloc03 {
    display: block; }
  footer {
    position: relative; }
    footer .logoFooter {
      display: block;
      position: absolute;
      bottom: 65%;
      left: 10%; }
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap; }
    .footer .footer1 {
      margin: 20px auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap; }
      .footer .footer1 a {
        margin: 5px 10px; }
    .footer .footer2 {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      text-align: center; }
      .footer .footer2 .realisation {
        width: 100%;
        margin: 0px auto 15px; } }

@media all and (min-width: 900px) {
  footer {
    position: relative; }
    footer .logoFooter {
      display: block;
      position: absolute;
      bottom: 50%;
      left: 5%; }
  .footer {
    width: 100%;
    margin: 0 auto;
    max-width: 900px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; }
    .footer .footer1 {
      margin: 20px 75px 20px 0;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap; }
      .footer .footer1 a {
        margin: 5px 10px; }
    .footer .footer2 {
      margin: 20px auto;
      max-width: 450px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      text-align: center; }
      .footer .footer2 .realisation {
        width: 100%;
        margin: 0px auto 0px; }
      .footer .footer2 .telephone {
        margin: 0 auto; } }

@media all and (min-width: 1400px) {
  footer {
    position: relative; }
    footer .logoFooter {
      display: block;
      position: absolute;
      bottom: 50%;
      left: 15%; } }
