@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  background-color: #0E122B;
}

.container-logo {
  position: absolute;
  left: 144px;
  top: -20px;
  z-index: 100;
}

.container-logo img {
  width: auto;
  height: auto;
}

.container-menu_desktop {
  width: 1160px;
  height: 100%;
  margin: 0 auto;
  background-color: #0E122B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container-nav_desktop {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.container-nav_desktop li {
  display: inline;
  list-style: none;
  padding: 20px 10px;
  margin: 0 10px;
}

.container-nav_desktop a {
  text-decoration: none;
  color: white;
  font-size: 14px;
}

@media screen and (max-width: 800px) {
  .container-logo {
    left: 60px;
  }
}

@media screen and (max-width: 700px) {
  .container-logo {
    left: 20px;
  }
  .icone-menu {
    display: none;
  }
}

@media screen and (min-width: 500px) {
  .navbar {
    display: none;
  }
  .icone-menu {
    display: none;
  }
  .img-logo-mobile {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .img-logo-mobile {
    z-index: 3;
    height: 70px;
    width: auto;
    position: absolute;
    top: 30px;
    left: 30px;
  }
  .container-menu_desktop {
    display: none;
  }
  header {
    background-color: transparent;
    height: 0px;
  }
  .icone-menu {
    z-index: 4;
    width: 25px;
    height: 25px;
    padding: 15px;
    background-color: #05456B;
    border-radius: 5px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .line {
    width: 100%;
    height: 3px;
    background-color: white;
    -webkit-transition: all .8s;
    transition: all .8s;
  }
  .btn-change .line-1 {
    -webkit-transform: rotateZ(-45deg) translate(-6px, 5px);
            transform: rotateZ(-45deg) translate(-6px, 5px);
  }
  .btn-change .line-2 {
    opacity: 0;
  }
  .btn-change .line-3 {
    -webkit-transform: rotateZ(45deg) translate(-6px, -5px);
            transform: rotateZ(45deg) translate(-6px, -5px);
  }
  .navbar {
    z-index: 3;
    width: 220px;
    height: 100%;
    background-color: #043653;
    position: fixed;
    top: 0;
    right: 0;
    display: none;
    -webkit-transition: right 0.8s cubic-bezier(1, 0, 0, 1);
    transition: right 0.8s cubic-bezier(1, 0, 0, 1);
  }
  .navbar ul {
    padding-left: 0px;
  }
  .nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .nav-list h2 {
    margin-left: 25px;
    margin-bottom: 50px;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 600;
    padding: 0px 100px 10px 0px;
    border-bottom: 2px solid #13abfc;
    letter-spacing: 1px;
  }
  .nav-item {
    height: 30%;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .nav-link {
    width: 70%;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-size: 14px;
    color: white;
    letter-spacing: 1px;
    position: relative;
    padding: 23px 0px 23px 30px;
    border-bottom: 1px solid #05456B;
  }
  .contact {
    border-bottom: none;
  }
  .change {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .menu-change {
    border-radius: 0px 5px 5px 0px;
    background-color: #05456B;
  }
}

.container-img_full-width {
  position: relative;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("./../img/img-sumnet.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  opacity: 95%;
  z-index: auto;
}

.container-img_full-width_section-title {
  position: absolute;
  text-align: center;
  top: 150px;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
}

.container-img_full-width_section-title_MAJ {
  font-weight: bold;
  font-size: 35px;
  padding: 0px 50px;
}

.container-img_full-width_section-title_MIN {
  margin-top: 20px;
}

.container-img_full-width_section-title_MIN p {
  font-size: 20px;
}

@media screen and (max-width: 1300px) {
  .container-img_full-width_section-title_MAJ {
    font-size: 30px;
  }
  .container-img_full-width_section-title_MIN p {
    font-size: 18px;
  }
}

@media screen and (max-width: 500px) {
  .container-img_full-width_section-title {
    top: 200px;
    padding: 0px 20px;
  }
  .container-img_full-width_section-title_MAJ {
    font-size: 23px;
    padding: 0px;
  }
  .container-img_full-width_section-title_MIN p {
    font-size: 16px;
  }
}

@media screen and (max-width: 400px) {
  .container-img_full-width_section-title {
    top: 200px;
  }
  .container-img_full-width_section-title_MAJ {
    font-size: 20px;
  }
  .container-img_full-width_section-title_MIN p {
    font-size: 14px;
  }
}

.container-offre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 380px;
  margin: 0 auto;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
}

.absofull {
  z-index: 2;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0px;
  height: 630px;
}

.offres-desktop {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.offres-desktop .price_petit h4 {
  font-weight: 600;
}

.offres-desktop .price_grand h4 {
  font-weight: 600;
}

.offre-layout_center-container_button {
  position: absolute;
  bottom: -60px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 440px;
  z-index: 200;
}

.btn-test, .btn-contact {
  width: 180px;
  height: 20px;
  padding-top: 11px;
  border: 2px solid;
  border-color: #012746;
}

.btn-test p, .btn-contact p {
  font-size: 13px;
  text-align: center;
  color: #012746;
  font-weight: bold;
}

.offre-layout_column-left {
  position: relative;
  z-index: 200;
  padding: 30px;
  width: 300px;
  height: 360px;
  background-color: #0E122B;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.offre-layout_column-left:hover {
  -webkit-box-shadow: 0px 22px 60px rgba(14, 18, 43, 0.25);
          box-shadow: 0px 22px 60px rgba(14, 18, 43, 0.25);
}

.offre-layout_column-left_bloc-title2 {
  margin-bottom: 20px;
}

.offre-layout_column-left_bloc-title2 h2 {
  text-align: center;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 30px;
  text-transform: uppercase;
}

.offre-layout_column-left_bloc-title2 h3 {
  color: #13abfc;
  text-align: center;
  font-weight: 600;
}

.offre-layout_column-left_bloc_prix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.offre-layout_column-left_bloc_prix h4 {
  margin-right: 10px;
}

.offre-layout_column-left_bloc_prix span {
  font-size: 13px;
}

.offre-layout_column-left_bloc p {
  margin-top: 5px;
  font-size: 13px;
  text-align: center;
}

.offre-layout_column-left_bloc_ou {
  text-align: center;
  margin: 20px 0;
}

.offre-layout_column-left_bloc_option {
  margin-top: 30px;
}

.offre-layout_column-left_bloc_option h5 {
  font-weight: bold;
  text-transform: uppercase;
}

.offre-layout_column-left_bloc_option p {
  margin-top: 5px;
  font-size: 13px;
  text-align: center;
}

.offre-layout_center {
  position: relative;
  z-index: 300;
  padding: 30px;
  width: 380px;
  height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #012746;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.offre-layout_center:hover {
  -webkit-box-shadow: 0px 22px 60px rgba(1, 39, 70, 0.25);
          box-shadow: 0px 22px 60px rgba(1, 39, 70, 0.25);
}

.offre-layout_center_bloc-title2 {
  margin-bottom: 40px;
}

.offre-layout_center_bloc-title2 h2 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 30px;
  text-transform: uppercase;
}

.offre-layout_center_bloc-title2 h3 {
  color: #13abfc;
  text-align: center;
  font-weight: 600;
}

.offre-layout_center_bloc_prix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.offre-layout_center_bloc_prix h4 {
  margin-right: 10px;
}

.offre-layout_center_bloc_prix span {
  font-size: 13px;
}

.offre-layout_center_bloc p {
  margin-top: 5px;
  font-size: 13px;
  text-align: center;
}

.offre-layout_center_bloc_ou {
  text-align: center;
  margin: 20px 0;
}

.offre-layout_center_bloc_option {
  margin-top: 50px;
  margin-bottom: 30px;
}

.offre-layout_center_bloc_option h5 {
  font-weight: bold;
  text-transform: uppercase;
}

.offre-layout_center_bloc_option p {
  margin-top: 5px;
  font-size: 13px;
}

.offre-layout_center_bloc_option2 p {
  width: 90%;
  margin-top: 5px;
  font-size: 13px;
}

.offre-layout_center_bloc_option2 li {
  font-size: 12px;
  margin-top: 30px;
}

.offre-layout_right {
  position: relative;
  padding: 30px;
  z-index: 2;
  width: 300px;
  height: 360px;
  background-color: #0E122B;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.offre-layout_right:hover {
  -webkit-box-shadow: 0px 22px 60px rgba(14, 18, 43, 0.25);
          box-shadow: 0px 22px 60px rgba(14, 18, 43, 0.25);
}

.offre-layout_right_bloc-title2 {
  margin-bottom: 30px;
}

.offre-layout_right_bloc-title2 h2 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 30px;
  text-transform: uppercase;
}

.offre-layout_right_bloc-title2 h3 {
  color: #13abfc;
  text-align: center;
  font-weight: 600;
}

.offre-layout_right li {
  margin: 30px;
  font-size: 12px;
}

.offre-layout_right_tarifs {
  margin-top: 55px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.price_petit h4 {
  font-size: 45px;
  font-weight: 600;
}

.price_grand h4 {
  font-size: 55px;
  font-weight: 600;
}

@media screen and (max-width: 1200px) {
  .absofull {
    width: 95%;
  }
  .offre-layout_right2_bloc p {
    font-size: 16px;
    font-weight: 600;
    margin-right: 25px;
  }
  .offre-layout_right2_bloc_prix h4 {
    font-size: 25px;
  }
  .offre-layout_right2_bloc_prix span {
    font-size: 13px;
  }
  .price_petit h4 {
    font-size: 40px;
  }
  .price_grand h4 {
    font-size: 50px;
  }
  .offre-layout_column-left_bloc-title2 h2 {
    font-size: 26px;
  }
  .offre-layout_center_bloc-title2 h2 {
    font-size: 26px;
  }
}

@media screen and (max-width: 1050px) {
  .offre-layout_right_bloc-title2 h2 {
    font-size: 24px;
    margin-bottom: 6px;
  }
  .offre-layout_column-left_bloc-title2 h2 {
    font-size: 24px;
    margin-bottom: 6px;
  }
  .offre-layout_column-left_bloc_ou {
    margin: 15px 0;
  }
}

@media screen and (max-width: 1000px) {
  .txt-conditions {
    margin-bottom: -20px;
    font-size: 9px;
  }
  .absofull {
    width: 98%;
  }
}

@media screen and (max-width: 900px) {
  .offres-desktop {
    display: none;
  }
  .swiper-container {
    width: 100%;
    height: 100%;
  }
  .swiper-slide {
    width: 466px;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .swiper-wrapper {
    -webkit-transition-duration: 0ms;
            transition-duration: 0ms;
    -webkit-transform: translate3d(0px, 0px, 0px);
            transform: translate3d(0px, 0px, 0px);
    z-index: 2;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 630px;
  }
}

@media screen and (min-width: 900px) {
  .swiper-container {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .swiper-slide .offre-layout_center {
    width: 230px;
  }
  .swiper-slide .offre-layout_center_bloc-title2 h3 {
    font-size: 16px;
  }
  .swiper-slide .offre-layout_center .price_grand h4 {
    font-size: 40px;
  }
  .swiper-slide .offre-layout_center .price_petit h4 {
    font-size: 30px;
  }
  .swiper-slide .offre-layout_column-left {
    width: 230px;
  }
  .swiper-slide .offre-layout_column-left_bloc-title2 h3 {
    font-size: 16px;
  }
  .swiper-slide .offre-layout_column-left .price_grand h4 {
    font-size: 40px;
  }
  .swiper-slide .offre-layout_column-left .price_petit h4 {
    font-size: 30px;
  }
  .swiper-slide .offre-layout_right {
    width: 230px;
  }
  .swiper-slide .offre-layout_right_bloc-title2 h3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 400px) {
  .swiper-slide .offre-layout_center {
    width: 235px;
  }
  .swiper-slide .offre-layout_column-left {
    width: 235px;
  }
  .swiper-slide .offre-layout_right {
    width: 235px;
  }
}

.container-engagement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 430px;
  margin: 0 auto;
  margin-bottom: 180px;
  margin-top: 130px;
  font-family: Arial, Helvetica, sans-serif;
}

.container-engagement_txtengagement {
  margin-top: 30px;
  padding: 0px 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.container-engagement_txtengagement_column-left {
  width: 580px;
}

.container-engagement_txtengagement_column-left p {
  color: #0E122B;
}

.container-engagement_txtengagement_column-left h6 {
  color: #0E122B;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
}

.container-engagement_txtengagement_column-left_title {
  margin-top: 10px;
  margin-bottom: 20px;
}

.container-engagement_txtengagement_column-left_title h6 {
  font-weight: 100;
  margin-bottom: 40px;
}

.container-engagement_txtengagement_column-left_title b {
  font-weight: bold;
}

.container-engagement_txtengagement_column-left_title p {
  margin-bottom: 5px;
}

.container-engagement_txtengagement_column-left_list {
  margin-top: 30px;
  margin-bottom: 50px;
}

.container-engagement_txtengagement_column-left_list p {
  margin-bottom: 45px;
}

.container-engagement_txtengagement_column-left_list h6 {
  color: #13abfc;
  margin-bottom: 3px;
}

.container-engagement_txtengagement_column-left_conclusion h6 {
  margin-bottom: 10px;
}

.container-engagement_txtengagement_column-left_conclusion b {
  font-weight: bold;
}

.container-engagement_txtengagement_column-left_conclusion_stitre {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.container-engagement_txtengagement_column-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 580px;
}

.container-engagement_txtengagement_column-right img {
  width: 90%;
  height: auto;
  margin-left: 0px;
}

.container-engagement_txtCDV {
  width: 100%;
  margin: 0 auto;
  max-width: 1160px;
}

.txt-conditions-home {
  margin: 0 auto;
  color: gray;
  font-size: 12px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1300px) {
  .container-engagement_column-left {
    margin: 0px 60px;
  }
}

@media screen and (max-width: 1200px) {
  .txt-conditions-home {
    padding: 0px 30px;
  }
  .container-engagement_column-right img {
    width: 85%;
  }
}

@media screen and (max-width: 900px) {
  .txt-conditions-home {
    padding: 0px 44px;
  }
  .container-engagement {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 200px;
  }
  .container-engagement_txtengagement {
    padding: 0px 0px;
  }
  .container-engagement_txtengagement_column-right {
    display: none;
  }
  .container-engagement_txtengagement_column-left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0px 30px;
  }
  .container-engagement_txtengagement_column-left_conclusion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .container-engagement_txtengagement_column-left_list {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 800px) {
  .txt-conditions-home {
    padding: 0px 44px;
  }
}

@media screen and (max-width: 700px) {
  .container-engagement {
    margin-top: 160px;
  }
  .testmarge {
    margin-top: 440px !important;
  }
}

@media screen and (max-width: 600px) {
  .container-engagement_txtengagement_column-left_conclusion_stitre {
    font-size: 16px;
  }
  .container-engagement_txtengagement_column-left_list h6 {
    font-size: 23px;
  }
}

@media screen and (max-width: 500px) {
  .txt-conditions-home {
    padding: 0px 20px;
  }
  .testmarge {
    margin-top: 500px !important;
  }
  .container-engagement_txtengagement {
    margin-top: 0px;
  }
  .container-engagement {
    margin-top: 180px;
  }
  .container-engagement_txtengagement_column-left {
    margin: 0px 20px;
  }
  .container-engagement_txtengagement_column-left_title h6 {
    font-size: 30px;
  }
  .container-engagement_txtengagement_column-left_list p {
    font-weight: 600;
  }
  .container-engagement_txtengagement_column-left_list h6 {
    font-weight: 800;
  }
}

@media screen and (max-width: 400px) {
  .testmarge {
    margin-top: 560px !important;
  }
  .container-engagement {
    margin-top: 235px;
    height: 380px;
  }
  .container-engagement_column-left h6 {
    font-size: 20px;
  }
  .container-engagement_column-left_conclusion_stitre {
    font-size: 14px;
  }
  .container-engagement_column-left_list h6 {
    font-size: 18px;
  }
}

@media screen and (max-width: 330px) {
  .container-engagement {
    height: 465px;
  }
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 100px;
  height: 90px;
  background-color: #0E122B;
}

.container-bloc-footer {
  width: 100%;
  height: 100%;
  max-width: 1700px;
  margin: 0 auto;
  background-color: #0E122B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container-bloc-footer_text {
  width: 25%;
}

.container-bloc-footer_text b {
  font-weight: bold;
}

.container-bloc-footer_bloc-responsive {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.container-bloc-footer_bloc-responsive_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 60px;
}

.container-bloc-footer_bloc-responsive_center img {
  width: 40px;
  height: 40px;
  margin-right: 25px;
}

.container-bloc-footer_bloc-responsive_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container-bloc-footer_bloc-responsive_right img {
  width: unset;
  height: 40px;
  margin-right: 25px;
}

p {
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  font-size: 12px;
}

@media screen and (max-width: 1200px) {
  footer {
    height: 110px;
  }
}

@media screen and (max-width: 1100px) {
  footer {
    padding: 0px 90px;
  }
  .container-bloc-footer_center {
    margin: 0px 100px;
  }
}

@media screen and (max-width: 1000px) {
  footer {
    padding: 0px 80px;
  }
  .container-bloc-footer_center {
    margin: 0px 80px;
  }
}

@media screen and (max-width: 900px) {
  footer {
    height: 325px;
  }
  .container-bloc-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .container-bloc-footer_text {
    text-align: center;
    font-size: 15px;
    width: 100%;
    margin: 40px 0px;
    margin-top: 25px;
  }
  .container-bloc-footer_text b {
    color: #13abfc;
  }
  .container-bloc-footer_bloc-responsive {
    width: 100%;
    margin-bottom: 30px;
  }
  .container-bloc-footer_bloc-responsive_center {
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .container-bloc-footer_bloc-responsive_center p {
    line-height: 150%;
    margin-top: 20px;
    font-size: 14px;
  }
  .container-bloc-footer_bloc-responsive_center img {
    width: 70px;
    height: 70px;
    margin-right: 0;
  }
  .container-bloc-footer_bloc-responsive_right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .container-bloc-footer_bloc-responsive_right p {
    line-height: 150%;
    margin-top: 20px;
    font-size: 14px;
  }
  .container-bloc-footer_bloc-responsive_right img {
    width: 70px;
    height: 70px;
    margin-right: 0;
  }
}

@media screen and (max-width: 800px) {
  footer {
    height: 345px;
  }
}

@media screen and (max-width: 700px) {
  footer {
    padding: 0px 30px;
  }
}

@media screen and (max-width: 600px) {
  footer {
    height: 350px;
    padding: 0px 30px;
  }
  .container-bloc-footer_bloc-responsive img {
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 500px) {
  .container-bloc-footer_bloc-responsive p {
    font-size: 12px;
  }
  .container-bloc-footer_text {
    font-size: 18px;
  }
}

@media screen and (max-width: 400px) {
  footer {
    height: 340px;
  }
  .container-bloc-footer_bloc-responsive {
    margin-bottom: 0px;
  }
  .container-bloc-footer_bloc-responsive img {
    width: 60px;
    height: 60px;
  }
  .container-bloc-footer_bloc-responsive p {
    font-size: 12px;
    margin-top: 30px;
  }
  .container-bloc-footer_text {
    font-size: 13px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 330px) {
  footer {
    height: 380px;
  }
}

.container-offres {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: -60px;
  width: 1160px;
  height: 380px;
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
  color: white;
}

.absofull2 {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 440px;
  margin-bottom: 30px;
  bottom: 45px;
  width: 1160px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ban-icone {
  display: none;
}

.bloc-center_offre {
  position: relative;
  padding: 40px;
  width: 280px;
  height: 340px;
  background-color: #0E122B;
}

.bloc-center_offre_title {
  margin-bottom: 40px;
}

.bloc-center_offre_title h2 {
  text-align: center;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 30px;
  text-transform: uppercase;
}

.bloc-center_offre_title h3 {
  color: #13abfc;
  text-align: center;
  font-weight: 600;
}

.bloc-center_offre_ctn_prix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bloc-center_offre_ctn_prix h4 {
  margin-right: 10px;
  font-weight: bold;
}

.bloc-center_offre_ctn_prix span {
  font-size: 13px;
}

.bloc-center_offre_ctn p {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 13px;
  text-align: center;
}

.bloc-center_offre_ctn .price_grand h4 {
  font-size: 70px;
}

.bloc-center_offre_ctn_option h5 {
  font-weight: bold;
  text-transform: uppercase;
}

.bloc-center_offre_ctn_option p {
  margin-top: 5px;
  font-size: 14px;
}

.bloc-center_offre_ctn_option2 {
  margin-top: 30px;
}

.bloc-center_offre_ctn_option2 li {
  font-size: 14px;
  padding-left: 5px;
}

.bloc-center_offre ul {
  list-style-image: url("/img/puce-blue.svg");
}

.bloc-center_offre li {
  margin-bottom: 30px;
  font-size: 12px;
  padding-left: 5px;
}

.bloc-center_fibre {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 500px;
  left: 0px;
  width: 360px;
  height: 50px;
  background-color: black;
  /*début btn checkbox*/
}

.bloc-center_fibre_ctn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bloc-center_fibre_ctn label {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin-right: 15px;
  position: relative;
  cursor: pointer;
}

.bloc-center_fibre_ctn_prix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bloc-center_fibre_ctn_prix h4 {
  font-size: 18px;
  margin-right: 2px;
}

.bloc-center_fibre_ctn_prix span {
  font-size: 10px;
}

.bloc-center_fibre .check-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bloc-center_fibre .check-fibre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.bloc-center_fibre .check-fibre label {
  margin-left: 20px;
}

.bloc-center_fibre .check-fibre .containerfibrecheck {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid white;
  cursor: pointer;
}

.bloc-center_fibre .check-fibre .containerfibrecheck .fibrecheck {
  width: 100%;
  height: 100%;
  background-image: url("../../public/img/check.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.bloc-center_fibre input[type="checkbox"] {
  display: none;
}

.bloc-center_formulaire {
  position: relative;
  padding: 30px;
  width: 650px;
  height: 360px;
  background-color: white;
}

.bloc-center_formulaire_ctn h2 {
  color: #0E122B;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.bloc-center_formulaire_ctn input {
  border: none;
  border-bottom: 1px solid #0E122B;
  width: 100%;
  padding: 0;
}

.bloc-center_formulaire_ctn select {
  height: 40px;
  width: 100%;
  padding: 0;
}

.bloc-center_formulaire_ctn .field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.bloc-center_formulaire_ctn .field label {
  color: #0E122B;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}

.bloc-center_formulaire_ctn .field #checkbox-fibre-form {
  display: none;
}

.double-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 36px;
}

.double-field .field {
  width: 310px;
}

.double-field p {
  color: #0E122B;
  font-size: 10px;
}

.double-field input {
  height: 32px;
  padding: 0 4px;
  width: calc(100% - 8px);
}

.simple-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 35px;
}

.simple-field .field {
  width: 650px;
}

.simple-field p {
  color: #0E122B;
  font-size: 10px;
}

.simple-field input {
  height: 32px;
  padding: 0 4px;
  width: calc(100% - 8px);
}

.champ-offre {
  margin-bottom: 30px;
}

button {
  border: 2px solid;
  padding: 10px;
  height: 50px;
  font-size: 13px;
  font-weight: bold;
  background-color: white;
}

button:hover {
  background-color: #0E122B;
  color: white;
}

.txt-conditions {
  position: absolute;
  bottom: -25px;
  color: gray;
  font-size: 10px;
}

@media screen and (max-width: 1300px) {
  .absofull2 {
    width: 100%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media screen and (max-width: 1150px) {
  #blockselect {
    left: 30px;
    width: 240px;
    min-width: 240px;
    height: 320px;
    padding-top: 30px;
    border: 30px solid white;
  }
  #blockselect .bloc-center_fibre {
    width: 100%;
    top: 460px;
  }
  #blockselect .bloc-center_fibre label {
    margin-right: 0px;
  }
  #blockselect .bloc-center_fibre label::after {
    width: 25px;
    height: 25px;
    left: -38px;
    top: -6px;
  }
  #blockselect .bloc-center_fibre label::before {
    height: 40px;
    width: 40px;
    left: -43px;
    top: -9px;
  }
  #blockselect .bloc-center_offre {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #blockselect .bloc-center_offre_title {
    margin-bottom: 30px;
  }
  #blockselect .bloc-center_offre_title h2 {
    font-size: 26px;
  }
  #blockselect .bloc-center_offre_ctn h4 {
    font-size: 60px;
  }
  #blockselect .bloc-center_offre_ctn p {
    font-size: 12px;
  }
  #blockselect .bloc-center_offre_option p {
    font-size: 12px;
  }
  .absofull2 {
    left: -15px;
  }
  .champ-offre {
    margin-bottom: 22px;
  }
}

@media screen and (max-width: 1100px) {
  .bloc-center_formulaire {
    width: 100%;
  }
  .bloc-center_formulaire_ctn select {
    width: 100%;
  }
  .bloc-center_formulaire_ctn .field {
    width: 100%;
  }
  .bloc-center_formulaire_ctn .field button {
    width: 100%;
  }
  .bloc-center_formulaire_ctn .double-field p {
    margin-left: 10px;
  }
  .bloc-center_formulaire_ctn .champ_last-name {
    margin-right: 25px;
  }
  .bloc-center_formulaire_ctn .champ_adresseP {
    margin-right: 25px;
  }
  .bloc-center_formulaire_ctn .champ_tel {
    margin-right: 25px;
  }
}

@media screen and (max-width: 900px) {
  .bloc-center_formulaire_ctn h2 {
    font-size: 20px;
  }
  .double-field {
    margin-bottom: 39px;
  }
}

@media screen and (max-width: 800px) {
  #blockselect {
    width: 200px;
    min-width: 200px;
  }
  #blockselect .bloc-center_fibre .check-fibre {
    padding-right: 14px;
  }
  #blockselect .bloc-center_fibre label {
    font-size: 12px;
  }
  #blockselect .bloc-center_fibre label::after {
    width: 25px;
    height: 25px;
    left: -34px;
    top: -8px;
  }
  #blockselect .bloc-center_fibre label::before {
    height: 40px;
    width: 40px;
    left: -40px;
    top: -12px;
  }
  #blockselect .bloc-center input {
    margin-right: 10px;
  }
  #blockselect .bloc-center_offre_ctn h4 {
    font-size: 50px;
  }
  #blockselect .bloc-center_offre_ctn span {
    font-size: 12px;
  }
  #blockselect .bloc-center_title h3 {
    font-size: 15px;
  }
}

@media screen and (max-width: 700px) {
  .absofull2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    left: 0px;
    top: 0px;
    height: 330px;
  }
  .ban-icone {
    width: 20%;
    position: absolute;
    right: 50px;
    top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
  }
  .container-offres {
    height: 400px;
  }
  .bloc-center_formulaire {
    top: 160px;
    height: 170%;
    width: 90%;
    padding: 1rem;
    padding-top: 1rem;
    margin-top: 1rem;
    -webkit-box-shadow: 0px 0px 15px #adadad;
            box-shadow: 0px 0px 15px #adadad;
  }
  .bloc-center_formulaire h2 {
    margin: 10px 0px;
    margin-bottom: 24px;
    font-size: 30px;
    text-align: center;
  }
  .bloc-center_formulaire .field button {
    margin-top: 10px;
    width: 100%;
  }
  .bloc-center_formulaire_ctn .double-field p {
    margin-left: 0px;
    margin-top: 5px;
  }
  .ctn-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .offre-banopen {
    display: none;
    z-index: 2;
    background-color: #0E122B;
    position: absolute;
    top: 105px;
    left: 0;
    padding: 18px 38px 40px 38px;
  }
  #blockselect {
    border: none;
    height: 15%;
    width: 60%;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #blockselect .bloc-center_offre {
    z-index: 2;
  }
  #blockselect .bloc-center_offre_title {
    margin-bottom: 0;
    width: 70%;
  }
  #blockselect .bloc-center_offre_title h2, #blockselect .bloc-center_offre_title h3 {
    text-align: left;
  }
  #blockselect .bloc-center_fibre {
    -webkit-box-shadow: 0px 3px 10px rgba(109, 109, 109, 0.514);
            box-shadow: 0px 3px 10px rgba(109, 109, 109, 0.514);
    height: 70px;
    top: 165px;
  }
  #blockselect .bloc-center_fibre_ctn label {
    font-size: 18px;
    font-weight: 100;
  }
  #blockselect .bloc-center_fibre_ctn label::after {
    width: 30px;
    height: 30px;
    left: -44px;
    top: -8px;
  }
  #blockselect .bloc-center_fibre_ctn label::before {
    height: 42px;
    width: 42px;
    left: -48px;
    top: -10px;
  }
  #blockselect .bloc-center_fibre_ctn_prix h4 {
    font-size: 30px;
    margin-right: 5px;
  }
  #blockselect .bloc-center_fibre_ctn_prix span {
    font-size: 11px;
  }
}

@media screen and (max-width: 545px) {
  .offre-banopen {
    top: 118px;
  }
  #blockselect .bloc-center_offre_title h2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 500px) {
  .absofull2 {
    height: 300px;
    top: 32px;
  }
  .offre-banopen {
    top: 112px;
  }
  #blockselect .bloc-center_fibre_ctn label {
    font-size: 14px;
  }
  #blockselect .bloc-center_fibre .check-fibre {
    padding-right: 12px;
  }
  #blockselect .bloc-center_fibre_ctn_prix h4 {
    font-size: 18px;
  }
  .bloc-center_formulaire {
    height: 197%;
    width: 85%;
  }
  .bloc-center_offre ul {
    padding-right: 30px;
  }
}

@media screen and (max-width: 400px) {
  .absofull2 {
    height: 300px;
  }
  #blockselect {
    height: 20%;
  }
  #blockselect .bloc-center_offre_ctn h4 {
    font-size: 38px;
  }
  #blockselect .bloc-center_offre_ctn_option p {
    font-size: 12px;
  }
  #blockselect .bloc-center_fibre_ctn label {
    font-size: 14px;
  }
  #blockselect .bloc-center_fibre .check-fibre {
    padding-right: 14px;
    padding-left: 10px;
  }
  #blockselect .bloc-center_fibre_ctn_prix h4 {
    font-size: 18px;
  }
  #blockselect .bloc-center_fibre_ctn_prix {
    padding-right: 10px;
  }
  #blockselect .bloc-center_offre_title h3 {
    font-size: 12px;
  }
  #blockselect .bloc-center_fibre_ctn_prix span {
    font-size: 9px;
  }
  #blockselect .bloc-center_fibre_ctn label::after {
    width: 20px;
    height: 20px;
    left: -35px;
    top: -4px;
  }
  #blockselect .bloc-center_fibre_ctn label::before {
    height: 32px;
    width: 32px;
    left: -40px;
    top: -7px;
  }
}

.bloc-center-connexion {
  position: relative;
  padding: 30px;
  width: 1100px;
  height: 360px;
  background-color: white;
}

.bloc-center-connexion h2 {
  color: #0E122B;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 50px;
  text-align: center;
}

.bloc-center-connexion_ctn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 350px;
}

.bloc-center-connexion_ctn a {
  color: #0E122B;
  font-weight: bold;
  font-size: 13px;
}

.bloc-center-connexion_ctn_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 350px;
}

.bloc-center-connexion_ctn_left form {
  width: 350px;
}

.bloc-center-connexion_ctn .passeword {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.bloc-center-connexion_ctn .passeword .button-passeword button {
  position: relative;
  margin: 10px;
  width: 80px;
  background-color: #0E122B;
  color: white;
  font-weight: bold;
}

.bloc-center-connexion_ctn .champ_identifiant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bloc-center-connexion_ctn .champ_identifiant input {
  width: 70%;
}

.bloc-center-connexion_ctn .field {
  margin-bottom: 40px;
}

.bloc-center-connexion_ctn .field label {
  color: #0E122B;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
}

.bloc-center-connexion_ctn input {
  border: none;
  height: 40px;
  border-bottom: 1px solid black;
  width: 95%;
  padding: 0;
}

.bloc-center-connexion_ctn_right {
  width: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.bloc-center-connexion_ctn_right .btn-connexion .field {
  margin-bottom: 50px;
}

.bloc-center-connexion_ctn_right .btn-connexion button {
  width: 300px;
  height: 50px;
  background-color: #0E122B;
  color: white;
  font-weight: bold;
}

.bloc-center-inscription {
  position: relative;
  padding: 30px;
  width: 1100px;
  height: 360px;
  background-color: white;
}

.bloc-center-inscription p {
  color: grey;
  font-size: 11px;
}

.bloc-center-inscription .gender {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.bloc-center-inscription .gender input {
  width: 15px;
  margin-right: 10px;
}

.bloc-center-inscription .gender label {
  margin-right: 30px;
}

.bloc-center-inscription label {
  color: #0E122B;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
}

.bloc-center-inscription h2 {
  color: #0E122B;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 25px;
  text-align: center;
}

.bloc-center-inscription_ctn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 350px;
}

.bloc-center-inscription_ctn a {
  color: #0E122B;
  font-weight: bold;
  font-size: 13px;
}

.bloc-center-inscription_ctn_left {
  width: 550px;
}

.bloc-center-inscription_ctn_left form {
  width: 500px;
}

.bloc-center-inscription_ctn input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: none;
  height: 40px;
  border-bottom: 1px solid black;
  width: 70%;
  padding: 0;
  margin-bottom: 5px;
}

.bloc-center-inscription_ctn .field {
  margin-bottom: 25px;
}

.bloc-center-inscription_ctn_right {
  margin-top: 51px;
  width: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bloc-center-inscription_ctn_right .field {
  margin-bottom: 51px;
}

.bloc-center-inscription_ctn .passeword {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bloc-center-inscription_ctn .passeword input {
  margin-bottom: 0px;
  margin-right: 20px;
  width: 350px;
}

.bloc-center-inscription_ctn .passeword .button-passeword button {
  position: relative;
  margin-bottom: 30px;
  width: 80px;
  border: none;
  background-color: #0E122B;
  color: white;
  font-weight: bold;
}

.bloc-center-inscription .bloc-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0px 0px 0px 50px;
  width: 1000px;
  height: 120px;
}

.bloc-center-inscription .bloc-bottom .button-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bloc-center-inscription .bloc-bottom .button-submit a {
  color: #0E122B;
  font-weight: bold;
  font-size: 13px;
}

.bloc-center-inscription .bloc-bottom button {
  width: 450px;
  margin-bottom: 10px;
  border: none;
  background-color: #0E122B;
  color: white;
  font-weight: bold;
}

.bloc-center-inscription .Cgeneral {
  margin: 30px 0px 40px 0px;
}

.bloc-center-inscription .Cgeneral input {
  margin-right: 20px;
  position: relative;
}

.container-contact {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  height: 440px;
}

.absofull3 {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 190px;
  top: 6px;
  height: 0;
}

.bloc-center-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 30px;
  width: 96%;
  background-color: white;
}

.bloc-center-contact label {
  color: #0E122B;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 6px;
}

.bloc-center-contact .field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.bloc-center-contact_ctn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 350px;
}

.bloc-center-contact_ctn_left {
  padding-right: 40px;
  width: 50%;
  height: 100%;
}

.bloc-center-contact_ctn_left_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.bloc-center-contact_ctn_left_title h2 {
  color: #0E122B;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-right: 20px;
}

.bloc-center-contact_ctn_left_title .blue {
  color: #13abfc;
}

.bloc-center-contact_ctn .champs-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bloc-center-contact_ctn .champs-top input {
  width: 100%;
}

.bloc-center-contact_ctn .champ-sujet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bloc-center-contact_ctn .champ-sujet select {
  width: 100%;
  height: 33px;
}

.bloc-center-contact_ctn input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  height: 32px;
  width: 100%;
  border-bottom: 1px solid black;
  padding: 0;
}

.bloc-center-contact_ctn .champ_mail {
  margin-bottom: 40px;
}

.bloc-center-contact_ctn .champ_mail input {
  width: 550px;
}

.bloc-center-contact_ctn .button-envoyer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bloc-center-contact_ctn .button-envoyer button {
  width: 120%;
  height: 50px;
  background-color: white;
  color: #0E122B;
  font-weight: bold;
}

.bloc-center-contact_ctn .button-envoyer button:hover {
  background-color: black;
  color: white;
}

.bloc-center-contact_ctn .response_contact {
  color: black;
}

.bloc-center-contact_ctn .response_contact p {
  color: black;
}

.bloc-center-contact_ctn .message {
  position: relative;
}

.bloc-center-contact_ctn .message textarea {
  width: 527px;
  height: 100px;
  padding: 10px;
  border: 1.5px solid #0E122B;
  margin-bottom: 40px;
  resize: none;
}

.bloc-center-contact_ctn .message label {
  display: block;
  margin-bottom: 10px;
}

.bloc-center-contact_ctn .message label.error {
  position: absolute;
  top: 150px;
  font-weight: normal !important;
  color: #13abfc !important;
}

.bloc-center-contact_ctn_right {
  height: 100%;
}

.bloc-center-contact_ctn_right p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #0E122B;
  font-size: 18px;
}

.bloc-center-contact_ctn .bonneville {
  margin: 30px 0px 10px 0px;
  font-weight: bold;
}

.champ_nom {
  width: 260px !important;
}

.champ-sujet {
  width: 260px !important;
}

@media screen and (max-width: 1200px) {
  .bloc-center-contact {
    width: 100%;
  }
  .bloc-center-contact_ctn {
    width: 80%;
  }
  .champ_nom {
    width: 160px !important;
  }
  .champ-sujet {
    width: 180px !important;
  }
  .champ_mail input {
    width: 370px !important;
  }
  .message textarea {
    width: 350px !important;
  }
}

@media screen and (max-width: 1100px) {
  .container-contact {
    height: 100%;
    min-height: 920px;
  }
  .bloc-center-contact_ctn {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bloc-center-contact_ctn_left {
    width: 100%;
    padding-top: 400px;
    padding-right: 0px;
  }
  .bloc-center-contact_ctn_left_title {
    margin-bottom: 40px;
  }
  .bloc-center-contact_ctn_left_title h2 {
    font-size: 40px;
    color: white;
  }
  .bloc-center-contact_ctn .champ_nom {
    width: 250px !important;
  }
  .bloc-center-contact_ctn .champ-sujet {
    width: 250px !important;
  }
  .bloc-center-contact_ctn .champ_mail input {
    width: 100% !important;
  }
  .bloc-center-contact_ctn .message textarea {
    width: 96% !important;
  }
  .bloc-center-contact_ctn .button-envoyer button {
    width: 340%;
  }
  .bloc-center-contact_ctn_right {
    padding-top: 230px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 700px) {
  .bloc-center-contact {
    padding: 26px 20px;
  }
}

@media screen and (max-width: 600px) {
  .container-contact {
    width: 100%;
  }
  .absofull3 {
    width: 100%;
  }
  .bloc-center-contact_ctn_left {
    width: 80%;
  }
  .bloc-center-contact_ctn_left_title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bloc-center-contact_ctn_left_title h2 {
    margin-bottom: 10px;
  }
  .bloc-center-contact_ctn_left_title .blue {
    font-size: 60px;
    margin-bottom: 0px;
  }
  .bloc-center-contact_ctn_left label {
    font-size: 15px;
  }
  .bloc-center-contact_ctn_left .double-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bloc-center-contact_ctn_left .champ_nom {
    width: 100% !important;
  }
  .bloc-center-contact_ctn_left .champ-sujet {
    width: 100% !important;
    margin-bottom: 40px;
  }
  .bloc-center-contact_ctn_left .champ_button {
    width: 100%;
  }
  .bloc-center-contact_ctn_left .button-envoyer {
    width: 100%;
  }
  .bloc-center-contact_ctn_left .button-envoyer button {
    width: 100%;
  }
  .bloc-center-contact_ctn_left .message textarea {
    width: 93% !important;
  }
  .bloc-center-contact_ctn_right {
    padding-top: 380px;
    padding-bottom: 0px;
  }
  .bloc-center-contact_ctn_right .carte-responsive {
    position: relative;
    padding-bottom: 56%;
    padding-top: 30px;
    height: 0;
  }
  .bloc-center-contact_ctn_right .carte-responsive iframe,
  .bloc-center-contact_ctn_right .carte-responsive object,
  .bloc-center-contact_ctn_right .carte-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 500px) {
  .bloc-center-contact_ctn_left {
    padding-top: 400px;
  }
  .bloc-center-contact_ctn_left_title h2 {
    font-size: 30px;
  }
  .bloc-center-contact_ctn_left_title .blue {
    font-size: 45px;
  }
}

@media screen and (max-width: 400px) {
  .bloc-center-contact_ctn_left {
    padding-top: 420px;
  }
  .bloc-center-contact_ctn_left_title h2 {
    font-size: 25px;
  }
  .bloc-center-contact_ctn_left_title .blue {
    font-size: 35px;
  }
}

#block1, #block2, #block3 {
  cursor: pointer;
}

label.error {
  position: absolute;
  top: 60px;
  font-weight: normal !important;
  color: #13abfc !important;
}

li.nav-item.active {
  border-bottom: 2px solid #13abfc;
}

ul {
  padding-left: 20px;
}

main {
  min-height: calc(100vh - 150px);
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  background-color: white;
}
/*# sourceMappingURL=style.css.map */