@import url('https://fonts.googleapis.com/css?family=Lato:300,400,400i,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,700&display=swap');
.title {
  font-size: 25px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  color: #000f26;
  line-height: 1.2;
  letter-spacing: 2px; }

.title-small {
  font-size: 24px;
  font-weight: 700; }

.text {
  font-size: 14px; }

.text-small {
  font-size: 12px; }

.text-highlight {
  font-size: 18px;
  font-weight: 700;
  color: #95c11f; }

.text-footer {
  font-size: 14px; }

.menu-item-title {
  font-size: 16px; }

.slider-item-title {
  font-size: 20px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700; }

.text-table {
  font-size: 12px;
  font-weight: 700; }

.card-title {
  font-size: 18px;
  font-weight: 700; }

.card-info {
  font-size: 14px;
  font-weight: 300; }

.card-text {
  font-size: 14px; }

@media (min-width: 576px) {
  .text-table {
    font-size: 14px; } }

@media (min-width: 992px) {
  .title {
    font-size: 30px; }

  .title-small {
    font-size: 26.4px; }

  .text {
    font-size: 15.4px; }

  .text-small {
    font-size: 13.2px; }

  .text-highlight {
    font-size: 19.8px; }

  .slider-item-title {
    font-size: 22px; }

  .text-table {
    font-size: 14.3px; } }

@media (min-width: 1400px) {
  .title {
    font-size: 40px; }

  .text {
    font-size: 18px; }

  .text-small {
    font-size: 14px; }

  .text-highlight {
    font-size: 24px; }

  .menu-item-title {
    font-size: 19px; }

  .slider-item-title {
    font-size: 30px; }

  .text-table {
    font-size: 24px; } }

@media (max-width: 375px) {
  .slider-item-title {
    font-size: 18px; }

  .slider-item-description {
    font-size: 12px; }

  table .text-small {
    font-size: 11px; } }

.font-Lato {
  font-family: 'Lato', sans-serif; }

.font-LatoItalic {
  font-family: 'Lato', sans-serif;
  font-style: italic; }

.font-LatoLight {
  font-family: 'Lato', sans-serif;
  font-weight: 300; }

.font-LatoBold {
  font-family: 'Lato', sans-serif;
  font-weight: 700; }

.font-Quicksand {
  font-family: 'Quicksand', sans-serif; }

.font-QuicksandLight {
  font-family: 'Quicksand', sans-serif;
  font-weight: 300; }

.font-QuicksandBold {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700; }

.site-header {
  display: table;
  width: 100%;
  top: 0;
  z-index: 99;
  transition: opacity 0.5s linear; }

.scrolled .site-header {
  position: sticky;
  background-color: white; }

header {
  overflow: hidden; }

.site-branding {
  background-image: url(/wp-content/themes/boccard/img/logo/logo-TA.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 82px;
  height: 63px;
  display: block;
  float: left;
  margin-left: 25px; }

.scrolled .site-branding {
  background-image: url(/wp-content/themes/boccard/img/logo/logo-TA_texte.svg);
  width: 100px;
  height: 50px;
  margin-top: 3px; }

.main-navigation {
  padding-top: 1.5rem; }

.scrolled .main-navigation {
  padding-top: 0.75rem;
  padding-bottom: 1rem; }

.boccard-alliance {
  background-image: url(/wp-content/themes/boccard/img/logo/boccard.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 147px;
  height: 90px;
  display: block;
  float: right;
  position: absolute;
  right: 0;
  top: 42%; }

.navigation ul li {
  display: inline;
  position: relative;
  transition: all 0.4s; }
  .navigation ul li:hover {
    opacity: 0.85; }
  .navigation.footer-navigation ul:after {
    width: 80%; }

.footer-navigation {
  max-width: 800px; }

.text-small {
  font-size: 13px; }

ul#primary-menu li a {
  text-decoration: none; }

.home .img-header {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-position: bottom;
  position: absolute; }

.top-header {
  height: auto;
  position: relative; }

.logo-header {
  background-size: contain;
  background-repeat: no-repeat;
  width: 110px;
  height: 70px;
  margin: auto;
  display: block; }

.img-burgermenu {
  width: 45px;
  height: 34px;
  position: fixed;
  display: block;
  right: 30px;
  top: 30px;
  cursor: pointer;
  background-image: url('/wp-content/themes/boccard/img/picto/burger.png');
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1000; }
  .scrolled .img-burgermenu {
    top: 13px; }

.burgermenu {
  position: fixed;
  height: 100%;
  width: 60%;
  min-width: 270px;
  overflow-y: auto;
  z-index: 10;
  -webkit-box-shadow: 10px 3px 11px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 3px 11px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 3px 11px -15px rgba(0, 0, 0, 0.75);
  font-size: 21px;
  cursor: pointer;
  background: white; }
  .burgermenu .container {
    padding-left: 27px;
    padding-top: 80px; }
  .burgermenu .burgermenu-footer {
    position: absolute;
    bottom: 30px;
    text-align: center;
    right: 0;
    left: 0;
    font-size: 14px;
    font-weight: normal; }
  .burgermenu .burgermenu-footer:before {
    content: "";
    top: -20px;
    height: 1px;
    background: #213d5b;
    display: block;
    margin: auto;
    position: absolute;
    width: 47%;
    right: 0;
    left: 0; }
  .burgermenu .add-links {
    position: relative; }
  .burgermenu .add-links:before {
    content: "";
    top: 10px;
    height: 1px;
    background: #213d5b;
    display: block;
    margin: auto;
    position: absolute;
    width: 75%;
    left: 0; }

body.burgermenu-open {
  overflow: hidden; }
  body.burgermenu-open #page {
    filter: blur(5px); }

.site-content {
  min-height: 100vw; }

.breadcrumb {
  font-size: 13px; }

.top-page {
  width: 8%;
  min-width: 47px;
  max-width: 41px;
  position: fixed;
  right: 5px;
  bottom: 20%;
  z-index: 10;
  cursor: pointer; }

@media (min-width: 768px) {
  body {
    overflow-x: hidden;
    background-image: url(/wp-content/themes/boccard/img/bg/HOME_BG.jpg);
    background-repeat: repeat-y;
    background-position: top right;
    background-size: cover; } }

@media (min-width: 992px) {
  .site-branding {
    width: 102px;
    height: 79px;
    margin-left: 50px; } }



@media (min-width: 576px) {
  .boccard-alliance {
    top: auto; } }

@media (max-width: 576px) {
  .pre-line {
    white-space: pre-line; } }

.breadcrumb ul {
  padding: 0; }
  .breadcrumb li {
    display: inline-block; }

.section-footer .container {
  padding-bottom: 50px;
  padding-top: 90px; }

.logo-footer {
  background-size: contain;
  background-repeat: no-repeat;
  width: 175px;
  height: 126px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  display: block;
  top: -53px; }

.cta-boccard, .primary-menu a[href="/#contact"] {
  background-image: -moz-linear-gradient(0deg, #06baed 1%, #4790cb 100%);
  background-image: -webkit-linear-gradient(0deg, #06baed 1%, #4790cb 100%);
  background-image: -ms-linear-gradient(0deg, #06baed 1%, #4790cb 100%);
  border-radius: 2em;
  padding: 10px 40px;
  color: white;
  font-size: 14px;
  border: none; }
  .cta-boccard:hover, .primary-menu a[href="/#contact"]:hover {
    background-image: -moz-linear-gradient(0deg, #95c11f 1%, #aae900 100%);
    background-image: -webkit-linear-gradient(0deg, #95c11f 1%, #aae903 100%);
    background-image: -ms-linear-gradient(0deg, #95c11f 1%, #aae900 100%); }

.scrolled .primary-menu a[href="/#contact"] {
  padding: 7px 28px; }

.circle {
  border-radius: 50%;
  background-color: white;
  width: 40px;
  height: 40px;
  position: relative; }

.circle span {
  font-size: 21px;
  margin: auto;
  height: 100%;
  width: 100%;
  line-height: 2; }

.bloc-shadow {
  -webkit-box-shadow: 0px 0px 64px -38px rgba(0, 0, 0, 0.48);
  -moz-box-shadow: 0px 0px 64px -38px rgba(0, 0, 0, 0.48);
  box-shadow: 0px 0px 64px -38px rgba(0, 0, 0, 0.48); }

ul {
  list-style: none; }
/**** cta ****/
.cta-boccard {
  cursor: pointer; }

@media (min-width: 992px) {
  .cta-boccard, .primary-menu a[href="/#contact"] {
    padding: 8px 32px;
    font-size: 16px; } }

input, textarea, *:focus {
  outline: none; }

section {
  position: relative; }

ol, ul, dl {
  margin-bottom: 0;
  padding-left: 0; }

.slider-item ul {
  padding-top: 20px; }
  .slider-item ul ul {
    padding-top: 0; }

button:focus {
  outline: none; }

.border-bottom {
  border-bottom: 1px solid; }

@media (min-width: 1400px) {
  .container {
    max-width: 1350px; } }

@media (max-width: 768px) {
  .container-c {
    padding: 0; } }

.color-white {
  color: #fff; }

.color-green, .color-cat-interview {
  color: #74a298; }

.color-magenta, .color-cat-story {
  color: #d16e7a; }

.color-rose {
  color: #fccbbc; }

.color-grey-secondary {
  color: #e3e1e2; }

.color-bleu-dark-secondary {
  color: #1d373d; }

.border-color-magenta {
  border-color: #d16e7a; }

.border-color-rose {
  border-color: #fccbbc; }

.border-color-green {
  border-color: #74a298; }

.color-noir-primary {
  color: #000; }

.color-bleu-primary {
  color: #213d5b; }

.bg-blue {
  background-color: #f3f8fb; }

.rs-logo img {
  width: auto;
  height: 20px; }

@media (min-width: 1600px) {
  .rs-logo {
    margin-left: 15% !important; } }

.mp4_player {
  width: 100%;
  position: relative;
  height: auto;
  overflow: hidden; }

.youtube_player, .vimeo_player {
  padding-bottom: 56%;
  position: relative;
  height: auto;
  overflow: hidden; }

.youtube_player iframe, .vimeo_player iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1; }

.youtube_player .tac_activate, .vimeo_player .tac_activate {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1; }

@media (min-width: 1200px) {
  .container-video {
    max-width: 1000px; } }

.section-discover .discover-img img {
  width: 100%;
  max-width: 300px; }
  .section-discover .discover-info-img img {
    width: 250px; }
  .section-discover .slick-prev, .section-discover .slick-next {
    position: absolute;
    left: 0;
    bottom: -25px;
    margin: auto;
    width: 27px;
    cursor: pointer;
    z-index: 999; }
  .section-discover .text img {
    max-width: 100%;
    height: auto; }
  .section-discover .slick-next {
    right: -70px; }
  .section-discover .slick-prev {
    right: 70px; }
  .section-discover .slider-item-img img {
    width: 100%;
    max-width: 350px; }
  .section-discover li::before {
    content: "•";
    color: #95c11f;
    display: inline-block;
    width: 1em; }
  .section-discover li > ul > li {
    margin-left: 3em; }
  .section-discover li > ul > li::before {
    content: "-";
    color: #082d3a;
    display: inline-block;
    width: 1em;
    margin-left: -1em; }
  .section-discover em {
    font-size: 10px; }

@media (min-width: 768px) {
  .section-discover .discover-img img {
    max-width: 580px; }

  .section-discover em {
    font-size: 12px; } }

@media (min-width: 992px) {
  .section-discover .slick-prev {
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    margin-left: -15px; }

  .section-discover .slick-next {
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    margin-right: -15px; } }

.section-aboutus .bg-slider-aboutus {
  background-image: url(/wp-content/themes/boccard/img/bg/FOND_BLEU.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-bottom: 200px;
  background-position: center; }
  .section-aboutus .slider-items {
    background-image: url(/wp-content/themes/boccard/img/bg/BG_SLIDER-BLEU.png);
    background-size: auto 80%;
    background-repeat: no-repeat;
    background-position: center bottom; }
  .section-aboutus .slider-item-title {
    color: #2292d1; }
  .section-aboutus .slider-item-img img {
    height: auto;
    max-height: 219px;
    width: auto;
    max-width: 100%; }
  .section-aboutus .slider-item-description {
    color: #fff; }
  .section-aboutus .slick-prev, .section-aboutus .slick-next {
    position: absolute;
    left: 0;
    bottom: -45px;
    margin: auto;
    width: 35px;
    cursor: pointer;
    z-index: 999; }
  .section-aboutus .slick-next {
    right: -70px; }
  .section-aboutus .slick-prev {
    right: 70px; }

@media (min-width: 992px) {
  .section-aboutus .slider-item-img img {
    max-height: 280px; }

  .section-aboutus .slick-prev {
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    margin: auto; }

  .section-aboutus .slick-next {
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    bottom: 0;
    margin: auto; } }

@media (min-width: 1400px) {
  .section-aboutus .slider-item-img img {
    max-height: 320px; } }

@media (max-width: 375px) {
  .section-aboutus .title-picto img {
    max-width: 80px; } }

table, th, td {
  padding: 10px 0 10px 0; }

table th[scope=col], td {
  text-align: center;
  padding: 0 10px 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

table th[scope=row], table th[scope=col]:first-child {
  border-left: none !important; }

table th[scope=col] {
  border-top: none !important; }

.table-check {
  width: 25px; }

.table-bordered th, .table-bordered td:not(.border-0) {
  border: 1px solid #ddd !important; }

table.table-bordered td:last-child, table.table-bordered th[scope=col]:last-child {
  border-right: none !important; }

#plans .star {
  width: 10px; }

@media (min-width: 576px) {
  #plans .star {
    width: 13px; } }

@media (min-width: 768px) {
  table th[scope=col], td {
    text-align: center;
    padding: 0 40px 0 40px; } }

.section-contact {
  background-image: url(/wp-content/themes/boccard/img/contact/bg-blue.png);
  background-size: cover;
  background-repeat: no-repeat; }
  .section-contact form input:not(.cta-boccard) {
    background-color: transparent !important;
    border: none;
    border-bottom: 1px solid white;
    color: white; }
  .section-contact .cta-boccard {
    padding: 4px 50px; }
  .section-contact ::-webkit-input-placeholder {
    color: white; }
  .section-contact ::-moz-placeholder {
    color: white; }
  .section-contact :-ms-input-placeholder {
    color: white; }
  .section-contact :-moz-placeholder {
    color: white; }
  .section-contact .contact-img {
    width: 180px; }
  @media (min-width: 992px) {
    .section-contact .contact-img {
      width: 320px; } }
  .section-contact textarea {
    background-color: transparent;
    color: white;
    border: none;
    border-bottom: 1px solid white;
    overflow: hidden; }

.section-customers {
  background-color: #f4f8fb; }
  .section-customers .card {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 38px -28px rgba(0, 0, 0, 0.73);
    -moz-box-shadow: 0px 0px 38px -28px rgba(0, 0, 0, 0.73);
    box-shadow: 0px 0px 38px -28px rgba(0, 0, 0, 0.73);
    border: 0;
    border-radius: 9px; }
  .section-customers .title img {
    width: 30px;
    margin-top: -5px;
    height: auto; }
  .section-customers .card-subdescription {
    line-height: 1.7; }
  .section-customers .card-title {
    margin-bottom: 0; }
  .section-customers .logo-trust img {
    width: 130px;
    height: auto; }

@media (min-width: 992px) {
  .section-customers .title img {
    width: 35px;
    margin-top: -5px; } }

@media (min-width: 1400px) {
  .section-customers .title img {
    width: 40px;
    margin-top: -10px; }

  .section-customers .logo-trust img {
    width: 190px; } }

@media (max-width: 375px) {
  .section-customers .logo-trust img {
    width: 110px;
    height: auto; } }

.bg-white {
  background-color: white; }

.bg-black {
  background-color: black; }

.cursor-pointer {
  cursor: pointer; }

.text-underline {
  text-decoration: underline; }

.letter-spacing-2 {
  letter-spacing: 2px; }

.letter-spacing-3 {
  letter-spacing: 3px; }

.letter-spacing-4 {
  letter-spacing: 3px; }

.maxw-content {
  max-width: 300px; }

.nobr br {
  display: none; }

.border-after::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  width: 310px;
  height: 1px;
  background-color: #213d5b;
  bottom: 0; }

.nostyle li {
  list-style: none; }

.px-6 {
  padding-left: 6rem;
  padding-right: 6rem; }

.parent {
  position: fixed;
  right: 0;
  z-index: 1000;
  top: 180px; }

.sticky-img {
  width: 318px;
  margin-right: -100px; }

.parent .sticky-text {
  position: absolute;
  top: 23px;
  right: 70px; }

.parent .sticky-btn {
  position: absolute;
  top: 102px;
  right: 40px;
  transition: all 0.5s; }
  .parent .sticky-btn:hover {
    color: white;
    background-color: #95c11f; }

.light-cta-boccard {
  background-color: white;
  border-radius: 2em;
  padding: 10px 35px;
  color: #95c11f;
  font-weight: 700;
  font-size: 12px;
  border: none; }

article.type-page {
  max-width: 100%;
  width: 850px;
  margin: 0 auto; }

@media (min-width: 576px) {
  .maxw-content {
    max-width: 450px; } }

@media (min-width: 768px) {
  .maxw-content {
    max-width: 655px; } }

@media (max-width: 375px) {
  .px-xs-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; } }
