/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px
  /* 2 */ }

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

html {
  font-size: 16px; }

body {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 1rem; }

h2 {
  text-transform: uppercase;
  font-size: 1.250rem;
  letter-spacing: 0.1em;
  margin-bottom: 1rem; }

h3 {
  text-transform: uppercase;
  font-weight: normal; }
  h3 .strong {
    font-weight: 700; }

.sub-subtitle {
  text-transform: initial;
  font-size: 0.8rem;
  font-weight: 500;
  margin-top: 5px; }

@media (min-width: 768px) {
  h2 {
    font-size: 2.250rem;
    letter-spacing: 0.2em;
    margin-bottom: 2rem; } }
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.collapse {
  display: none; }

.collapse.in {
  display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

@media (min-width: 960px) {
  .collapse {
    display: block; } }
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before {
    display: table;
    content: ' '; }
  .nav::after {
    display: table;
    clear: both;
    content: ' '; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
  .nav-tabs > li {
    float: left; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
      cursor: default;
      border: 1px solid #dddddd;
      border-bottom-color: transparent;
      background-color: #ffffff; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857143;
      padding: 0.8rem 1rem;
      border: 1px solid transparent;
      text-transform: uppercase;
      text-decoration: none;
      color: #000000;
      font-weight: 900;
      letter-spacing: 0.2em; }

.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }

input {
  display: inline-block;
  padding: 15px 40px;
  border: 3px solid #ffffff;
  background: none; }
  input[type='submit']:active {
    color: white;
    background: #ffffff; }

input[type='text'],
input[type='email'],
textarea,
select {
  width: 100%;
  resize: none;
  color: #ffffff;
  border: none;
  border-bottom: solid 1px #ffffff;
  outline: none; }

.form__field {
  margin-bottom: 1rem; }
  .form__field input,
  .form__field textarea {
    display: block;
    width: 100%;
    padding: 15px 5px;
    color: #ffffff;
    border: 0;
    border-bottom: 1px solid #ffffff;
    background: transparent; }

.btn {
  display: inline-block;
  padding: .8rem 1.5rem;
  text-decoration: none;
  text-transform: uppercase;
  color: #676860;
  background: #ffffff;
  border: none; }

::-webkit-input-placeholder {
  color: #ffffff; }

:-moz-placeholder {
  opacity: 1;
  color: #ffffff; }

::-moz-placeholder {
  opacity: 1;
  color: #ffffff; }

:-ms-input-placeholder {
  color: #ffffff; }

figure {
  margin: 0;
  display: block;
  text-align: center;
  margin: 10px 10px 10px 10px; }

@media (min-width: 960px) {
  figure {
    display: inline-block;
    margin: 0 20px 20px 0; } }
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

body {
  height: 100vh;
  margin: 0; }

#one-page-pagination {
  padding: 0 0 0 0;
  position: fixed;
  z-index: 900;
  right: 20px;
  top: 50%;
  width: 20px; }
  #one-page-pagination .pagination-page {
    width: 10px;
    height: 10px;
    margin: 10px 10px 10px 10px;
    border: 1px solid #34495e;
    background-color: transparent;
    display: block; }
    #one-page-pagination .pagination-page a {
      display: block;
      height: 100%;
      width: 100%; }
    #one-page-pagination .pagination-page.active {
      background-color: #34495e; }

main {
  width: 100%; }
  main > .section {
    position: relative; }
    main > .section--left {
      color: #ffffff;
      background: #34495e; }
    main > .section--right {
      color: #7f8c8d; }

.logo {
  margin-bottom: 3rem; }

#form-contact .contact-btn-toggle {
  display: block;
  border: 1px solid #ffffff;
  padding: 15px 25px 15px 25px;
  background: transparent;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.2em;
  margin-bottom: 2rem;
  cursor: pointer; }

header {
  position: relative;
  text-transform: uppercase;
  color: #ffffff; }
  header h1 {
    margin: 0;
    font-size: 2.063rem;
    font-weight: 900;
    letter-spacing: 0.075em; }
  header .big-title {
    display: block;
    font-size: 1.950rem; }
  header .header__inner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 20px 3rem 20px; }
  header .subtitle {
    font-size: .938rem;
    font-weight: 300; }

.contact-phone {
  display: block;
  padding: 30px 0 15px 0; }

.plan {
  background: #dbe1e7; }

#tabsPlansTabs {
  display: none; }

#tabsPlans > .tab-pane {
  display: block; }
#tabsPlans > .active {
  display: block; }
#tabsPlans h1 {
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  background-color: #ffffff;
  color: #000000;
  padding: 0.8rem 1rem;
  text-align: center;
  text-transform: uppercase;
  margin-top: 25px; }
#tabsPlans a.img-plan {
  display: block;
  position: relative; }
  #tabsPlans a.img-plan::before, #tabsPlans a.img-plan::after {
    position: absolute;
    display: block;
    content: '';
    background: url("../img/corner.png") no-repeat;
    width: 37px;
    height: 37px;
    color: grey; }
  #tabsPlans a.img-plan::before {
    top: 0;
    left: 0;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  #tabsPlans a.img-plan::after {
    right: 0;
    bottom: 0;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg); }
#tabsPlans img {
  display: inline-block;
  max-width: 100%;
  height: auto; }

.swiper-pagination-bullet-active {
  background-color: #34495e; }

.swiper-button-next,
.swiper-button-prev {
  background: none; }
  .swiper-button-next::before,
  .swiper-button-prev::before {
    display: inline-block;
    font-size: 24px;
    color: #34495e;
    border: 2px solid #34495e;
    padding: 0.1rem 0.4rem;
    -webkit-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in; }
  .swiper-button-next:hover::before,
  .swiper-button-prev:hover::before {
    background: #34495e;
    color: #fff;
    -webkit-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in; }

.swiper-button-next::before {
  content: ">"; }

.swiper-button-prev::before {
  content: "<"; }

.gallery-building {
  margin-top: 15px;
  margin-bottom: 15px; }
  .gallery-building figure:nth-child(n+4) {
    display: none; }
  .gallery-building .btn-see-all-photos {
    text-align: center;
    display: block;
    color: #818791;
    text-decoration: none; }
    .gallery-building .btn-see-all-photos:hover {
      text-decoration: underline; }

.pswp--touch .pswp__button--arrow--left, .pswp--touch .pswp__button--arrow--right {
  visibility: visible !important; }

#map {
  height: 400px;
  position: relative; }

.content {
  padding: 1rem 15px 1rem 15px; }

.about .content p {
  margin-top: 1.5rem;
  line-height: 1.688rem; }

.tarif {
  position: relative; }

.tarif .content {
  text-align: center; }
  .tarif .content h2 {
    text-align: left; }

.tarif-content {
  position: relative;
  display: inline-block;
  font-size: 1.875rem;
  padding: 4rem;
  font-weight: 700;
  margin-top: 2rem; }
  .tarif-content::before, .tarif-content::after {
    position: absolute;
    display: block;
    content: '';
    background: url("../img/corner.png") no-repeat;
    width: 37px;
    height: 37px;
    color: grey; }
  .tarif-content::before {
    top: 0;
    left: 0;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  .tarif-content::after {
    right: 0;
    bottom: 0;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg); }

body > #companies-in-bbc {
  color: #ffffff;
  background: #34495e;
  padding: 1rem 20px 1rem 20px;
  margin-top: 0; }

.companies {
  margin-top: 4rem;
  bottom: 0; }
  .companies > h3 {
    margin-bottom: 1rem; }
  .companies .company__logo {
    display: inline-block;
    vertical-align: middle;
    padding: .8rem 0;
    margin-right: 1rem; }
    .companies .company__logo:last-of-type {
      margin-right: 0; }

header {
  height: 450px;
  background: url("../img/header.jpg") no-repeat center center;
  background-size: cover; }

.feedback_status {
  padding: 15px 0 15px 0;
  margin-bottom: 20px;
  font-size: 1.6em; }
  .feedback_status .success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
  .feedback_status .fail {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }

footer {
  text-align: center;
  padding: 15px 15px 15px 15px;
  z-index: 50;
  background: #ffffff; }
  footer #logo-cible-communication {
    width: 51px;
    height: 19px;
    display: inline-block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url("../img/logo-cible-communication.png") no-repeat center center; }

@media (min-width: 960px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .contact-phone {
    display: block;
    float: right;
    padding: 13px 0 13px 0; }

  main {
    height: 100%; }
    main > .section {
      width: 50%;
      height: 100%; }
      main > .section--left {
        position: fixed;
        padding: 0.5rem; }
      main > .section--right {
        margin-left: 50%; }

  .about {
    min-height: 100%; }

  .tarif {
    height: 100%; }

  .content {
    padding: 1rem 1.5rem 1.5rem 1.5rem; }

  #form-contact .btn {
    cursor: pointer;
    border: 2px solid #fff;
    -webkit-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in; }
    #form-contact .btn:hover {
      background: transparent;
      border: 2px solid #fff;
      -webkit-transition: all 0.3s ease-in;
              transition: all 0.3s ease-in;
      color: #fff; }

  .about .content p {
    width: 43%;
    margin: 0 auto;
    margin-top: 4rem; }

  header .big-title {
    font-size: 3.250rem; }
  header .header__inner {
    padding: 0 0 3rem 6rem; }

  .tarif {
    padding-bottom: 53px; }
    .tarif #map {
      bottom: 53px; }

  #tabsPlansTabs {
    display: block; }

  #tabsPlans .tab-pane h1 {
    display: none; }
  #tabsPlans > .tab-pane {
    display: none; }
  #tabsPlans > .active {
    display: block; }
  #tabsPlans img {
    display: block;
    width: 100%; }

  .gallery-building .btn-see-all-photos {
    display: block; }

  #map {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40%; }

  footer {
    text-align: left;
    padding: 15px 9rem 15px 9rem;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    color: #7f8c8d; }
    footer .col-md-4 {
      width: 33.33333333%; }
    footer #mention-website-by-cible {
      text-align: right; } }
@media (min-width: 1600px) {
  .content {
    padding: 4rem 6rem 6rem 6rem; }

  main > .section--left {
    padding: 3rem; } }

.text-center {
  text-align: center;
}