/* Theme Hermes */
/* All components */
/* line 1, ../sass/_commons.scss */
body,
html {
  color: #57656d;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: 16px;
  background-color: #f4f4f4;
}

.link_color:hover {
  color: #2E4770;
}

/* line 12, ../sass/_commons.scss */
.pointer {
  cursor: pointer;
}

/* line 16, ../sass/_commons.scss */
.no-border {
  border: none;
}

/* line 20, ../sass/_commons.scss */
.bg-white {
  background-color: white;
}

/* line 24, ../sass/_commons.scss */
.bg-orange {
  background-color: #f48837;
}

/* line 28, ../sass/_commons.scss */
.txt-white {
  color: white;
  text-decoration: none;
}

/* line 33, ../sass/_commons.scss */
.txt-orange {
  color: #f48837;
}

/* line 37, ../sass/_commons.scss */
#mycontainer {
  padding: 0;
  min-height: calc(100vh - 40px);
}

/* line 45, ../sass/_commons.scss */
#top-header {
  height: 30px;
  background-color: #3470d0;
}

/* line 50, ../sass/_commons.scss */
#top-header .fa, .dailymotion {
  color: white;
  margin-right: 15px;
}

/* line 56, ../sass/_commons.scss */
.dailymotion {
  margin-top: 2px;
}

/* line 60, ../sass/_commons.scss */
.mid-header {
  background-color: white;
  padding: 2em;
  display: flex;
  justify-content:space-between;
  align-items: center;
}

/* line 65, ../sass/_commons.scss */
#logo img, .site-logo img {
  display: block;
  width: 100%;
  height: 48px;
}

.navbar-default {
  background-color: #fff;
  border-bottom-width: 1px;
}

@media (min-width: 768px) {
  /* line 71, ../sass/_commons.scss */
  .navbar-nav, #listFooter {
    margin: 0 auto;
    display: table;
    table-layout: fixed;
    float: none;
  }
  .navbar-nav {
    margin: 0 2em;
    display: table;
    table-layout: fixed;
    float: none;
  }
}
/* line 79, ../sass/_commons.scss */
#myMenuMobile li a.dropdown-toggle {
  font-size: 19px;
}

@media (min-width: 768px) {
  /* line 83, ../sass/_commons.scss */
  #containerMenu {
    padding-right: 0;
    padding-left: 0;
  }

  /* line 87, ../sass/_commons.scss */
  #myMenuMobile {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 90, ../sass/_commons.scss */
  #myMenuMobile li a.dropdown-toggle {
    font-size: 12px;
    padding-left: 0;
    padding-right: 1em;
  }
}
@media (min-width: 992px) {
  /* line 98, ../sass/_commons.scss */
  #myMenuMobile {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 101, ../sass/_commons.scss */
  #myMenuMobile li a.dropdown-toggle {
    font-size: 15px;
    padding-left: 0;
    padding-right: 2em;
  }
}
@media (min-width: 1200px) {
  /* line 109, ../sass/_commons.scss */
  #myMenuMobile {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 112, ../sass/_commons.scss */
  #myMenuMobile li a.dropdown-toggle {

    font-size: 16px;
    padding-left: 0;
    padding-right: 2em;
  }
}
/* line 120, ../sass/_commons.scss */
.navbar {
  border-radius: 0;
}

/* line 124, ../sass/_commons.scss */
.drop300 {
  min-width: 300px;
}

/* line 128, ../sass/_commons.scss */
.drop400 {
  min-width: 400px;
}

/* line 132, ../sass/_commons.scss */
.myDropdown {
  list-style-type: none;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 0;
}

/* line 138, ../sass/_commons.scss */
.myDropdown .row {
  padding: 5px 15px 10px 15px;
}

/* line 142, ../sass/_commons.scss */
.myDropdown ul {
  list-style-type: none;
  padding: 0;
}

/* line 147, ../sass/_commons.scss */
.myDropdown ul li {
  padding: 0;
}

/* line 152, ../sass/_commons.scss */
.myDropdown ul li:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

/* line 157, ../sass/_commons.scss */
.myDropdown ul li a {
  text-decoration: none;
  color: #57656d;
  height: 44px;
  display: inline-block;
  width: 100%;
  padding: 0 1em;
  font-size: 16px;
  line-height: 44px;
}

.myDropdown ul li:hover a {
  color: #344b70;
}

/* line 162, ../sass/_commons.scss */
a:hover {
  text-decoration: none;
  color: white;
}

#mentionslegales a:hover {
  color: #337ab7;
  text-decoration: underline;
}

/* line 167, ../sass/_commons.scss */
footer p {
  color: white;
}

/* line 171, ../sass/_commons.scss */
#containerFooter {
  background-color: #3470d0;
}
/* line 173, ../sass/_commons.scss */
#containerFooter a, #containerFooter p, #containerFooter li {
  color: white;
}

/* line 178, ../sass/_commons.scss */
.hr {
  background-color: white;
  height: 1px;
}

/* line 183, ../sass/_commons.scss */
.footerLine {
  padding: 20px 0 20px 0;
}

/* line 187, ../sass/_commons.scss */
ul {
  list-style: none;
}

/* line 191, ../sass/_commons.scss */
.notlink, .notlink:hover, .notlink:focus {
  color: inherit;
  text-decoration: none;
}

/* line 196, ../sass/_commons.scss */
h1, h3, h4 {
  color: #2E4770;
}

/* line 200, ../sass/_commons.scss */
#sloganTop {
  font-size: 18px;
  position: relative;
}
/* line 203, ../sass/_commons.scss */
#sloganTop p:after {
  font-family: 'icomoon' !important;
  content: "\e906";
  color: #f48837;
  font-size: 1.9em;
  position: absolute;
  right: -30px;
  top: 12%;
}

/* line 1, ../sass/tools/_margins.scss */
.no-marge {
  margin: 0;
}

/* line 4, ../sass/tools/_margins.scss */
.no-marge-bot {
  margin-bottom: 0;
}

/* line 7, ../sass/tools/_margins.scss */
.no-marge-top {
  margin-top: 0;
}

/* line 10, ../sass/tools/_margins.scss */
.no-marge-right {
  margin-right: 0;
}

/* line 13, ../sass/tools/_margins.scss */
.no-marge-left {
  margin-left: 0;
}

.marge-bot-10 {
  margin-bottom: 10px;
}

/* line 16, ../sass/tools/_margins.scss */
.marge-bot-20 {
  margin-bottom: 20px;
}

/* line 19, ../sass/tools/_margins.scss */
.marge-bot-30 {
  margin-bottom: 30px;
}

/* line 22, ../sass/tools/_margins.scss */
.marge-bot-60 {
  margin-bottom: 60px;
}

/* line 26, ../sass/tools/_margins.scss */
.marge-top-100 {
  margin-top: 100px;
}

/* line 30, ../sass/tools/_margins.scss */
.marge-bot-100 {
  margin-bottom: 100px;
}

/* line 33, ../sass/tools/_margins.scss */
.marge-top-30 {
  margin-top: 30px;
}

/* line 36, ../sass/tools/_margins.scss */
.marge-right-20 {
  margin-right: 20px;
}

/* line 39, ../sass/tools/_margins.scss */
.marge-left-20 {
  margin-left: 20px;
}

/* line 42, ../sass/tools/_margins.scss */
.marge-right-30 {
  margin-right: 30px;
}

/* line 45, ../sass/tools/_margins.scss */
.marge-left-30 {
  margin-left: 30px;
}

/* line 1, ../sass/tools/_paddings.scss */
.no-pad {
  padding: 0;
}

/* line 5, ../sass/tools/_paddings.scss */
.no-pad-left {
  padding-left: 0;
}

/* line 9, ../sass/tools/_paddings.scss */
.no-pad-right {
  padding-right: 0;
}

/* line 13, ../sass/tools/_paddings.scss */
.pad-10 {
  padding: 10px;
}

/* line 16, ../sass/tools/_paddings.scss */
.pad-left-15 {
  padding-left: 15px;
}

/* line 20, ../sass/tools/_paddings.scss */
.pad-left-30 {
  padding-left: 30px;
}

/* line 24, ../sass/tools/_paddings.scss */
.pad-right-30 {
  padding-right: 30px;
}

/* line 28, ../sass/tools/_paddings.scss */
.pad-right-40 {
  padding-right: 40px;
}

/* line 32, ../sass/tools/_paddings.scss */
.pad-left-40 {
  padding-left: 40px;
}

/* line 36, ../sass/tools/_paddings.scss */
.pad-right-50 {
  padding-right: 50px;
}

/* line 40, ../sass/tools/_paddings.scss */
.pad-left-50 {
  padding-left: 50px;
}

/* line 44, ../sass/tools/_paddings.scss */
.pad-top-60 {
  padding-top: 60px;
}

/* line 48, ../sass/tools/_paddings.scss */
.pad-bot-60 {
  padding-bottom: 60px;
}

/* line 52, ../sass/tools/_paddings.scss */
.pad-left-100 {
  padding-left: 100px;
}

/* line 56, ../sass/tools/_paddings.scss */
.pad-right-100 {
  padding-right: 100px;
}

/* line 60, ../sass/tools/_paddings.scss */
.pad-left-100-no-sm {
  padding-left: 100px;
}

/* line 63, ../sass/tools/_paddings.scss */
.pad-right-100-no-sm {
  padding-right: 100px;
}

/* line 67, ../sass/tools/_paddings.scss */
.pad-left-195 {
  padding-left: 195px;
}

@media (max-width: 992px) {
  /* line 71, ../sass/tools/_paddings.scss */
  .pad-left-100-no-sm {
    padding-left: 1em;
  }

  /* line 74, ../sass/tools/_paddings.scss */
  .pad-right-100-no-sm {
    padding-right: 1em;
  }

  /* line 77, ../sass/tools/_paddings.scss */
  .pad-left-30-no-sm {
    padding-left: 0;
  }

  .marge-bot-100 {
    margin-bottom: 1em;
  }

  .marge-top-100 {
    margin-top: 1em;
  }

  .h1_mention {
    font-size: 30px;
  }

  .h2_mention {
    font-size: 24px;
  }

  .h3_mention {
    font-size: 18px;
  }

  .h4_mention {
    font-size: 16px;
    font-weight: 700;
  }
}

.h1_mention, .h2_mention, .h3_mention, .h4_mention {
  color: #57656d;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?qeq4x9");
  src: url("../fonts/icomoon.eot?qeq4x9#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?qeq4x9") format("truetype"), url("../fonts/icomoon.woff?qeq4x9") format("woff"), url("../fonts/icomoon.svg?qeq4x9#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 14, ../sass/tools/_iconmoon.scss */
.icon-N {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 29, ../sass/tools/_iconmoon.scss */
.icon-N-chevron-left:before {
  content: "\e900";
}

/* line 32, ../sass/tools/_iconmoon.scss */
.icon-N-chevron-right:before {
  content: "\e901";
}

/* line 35, ../sass/tools/_iconmoon.scss */
.icon-N-circle-chevron-left:before {
  content: "\e902";
}

/* line 38, ../sass/tools/_iconmoon.scss */
.icon-N-circle-chevron-right:before {
  content: "\e903";
}

/* line 41, ../sass/tools/_iconmoon.scss */
.icon-N-dailymotion:before {
  content: "\e904";
}

/* line 44, ../sass/tools/_iconmoon.scss */
.icon-N-download:before {
  content: "\e905";
}

/* line 47, ../sass/tools/_iconmoon.scss */
.icon-N-expert:before {
  content: "\e906";
}

/* line 50, ../sass/tools/_iconmoon.scss */
.icon-N-nav-left:before {
  content: "\e907";
}

/* line 53, ../sass/tools/_iconmoon.scss */
.icon-N-nav-right:before {
  content: "\e908";
}

/* line 56, ../sass/tools/_iconmoon.scss */
.icon-N-nouveaute:before {
  content: "\e909";
}

/* line 59, ../sass/tools/_iconmoon.scss */
.icon-N-pen:before {
  content: "\e90a";
}

/* line 62, ../sass/tools/_iconmoon.scss */
.icon-N-prevoyance:before {
  content: "\e90b";
}

/* line 65, ../sass/tools/_iconmoon.scss */
.icon-N-sante-collective:before {
  content: "\e90c";
}

/* line 68, ../sass/tools/_iconmoon.scss */
.icon-N-sante-individuelle:before {
  content: "\e90d";
}

/* line 71, ../sass/tools/_iconmoon.scss */
.icon-N-mobile:before {
  content: "\e90e";
}

/* line 1, ../sass/modules/_accueil.scss */
.carousel-caption {
  right: 10%;
  left: 10%;
}

/* line 6, ../sass/modules/_accueil.scss */
.carousel-control {
  opacity: .2;
}

/* line 10, ../sass/modules/_accueil.scss */
.carousel-control:hover {
  opacity: .3;
}

/* line 13, ../sass/modules/_accueil.scss */
.carousel-indicators li {
  visibility: hidden;
}

/* line 15, ../sass/modules/_accueil.scss */
.card {
  padding: 60px 0 120px 0;
  min-height: 420px;
  position: relative;
}
/* line 19, ../sass/modules/_accueil.scss */
.card p, .card a {
  font-size: 19px;
}
/* line 22, ../sass/modules/_accueil.scss */
.card a {
  position: absolute;
  bottom: 2%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  border: 1px solid white;
  padding: 3px 5px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  /* line 15, ../sass/modules/_accueil.scss */
  .card {
    min-height: 480px;
  }
}
@media (min-width: 1200px) {
  /* line 15, ../sass/modules/_accueil.scss */
  .card {
    height: 450px;
  }
}

/* line 40, ../sass/modules/_accueil.scss */
#cardBox {
  display: inline-block;
}
/* line 42, ../sass/modules/_accueil.scss */
#cardBox .card {
  color: white;
}
/* line 45, ../sass/modules/_accueil.scss */
#cardBox .card:nth-child(1) {
  background-color: #3470d0;
}
/* line 48, ../sass/modules/_accueil.scss */
#cardBox .card:nth-child(2) {
  background-color: #f48837;
}
/* line 51, ../sass/modules/_accueil.scss */
#cardBox .card:nth-child(3) {
  background-color: #76ccf5;
}

/* line 56, ../sass/modules/_accueil.scss */
.logoPartenaire {
  width: 195px;
  height: 195px;
  border: 1px solid #CCC;
  background-position-y: 0;
  background-color: transparent;
  background: url("/assets/images/partenaires-neoliane.png");
}
/* line 64, ../sass/modules/_accueil.scss */
.logoPartenaire.umc {
  background-position-x: -1365px;
}
/* line 68, ../sass/modules/_accueil.scss */
.logoPartenaire.gan {
  background-position-x: -1560px;
}
/* line 71, ../sass/modules/_accueil.scss */
.logoPartenaire.viamedis {
  background-position-x: 0;
}
/* line 74, ../sass/modules/_accueil.scss */
.logoPartenaire.equite {
  background-position-x: -195px;
}
/* line 77, ../sass/modules/_accueil.scss */
.logoPartenaire.mutbleu {
  background-position-x: -390px;
}
/* line 80, ../sass/modules/_accueil.scss */
.logoPartenaire.filassistance {
  background-position-x: -585px;
}
/* line 83, ../sass/modules/_accueil.scss */
.logoPartenaire.mutuaide {
  background-position-x: -780px;
}
/* line 86, ../sass/modules/_accueil.scss */
.logoPartenaire.europAssitance {
  background-position-x: -975px;
}
/* line 89, ../sass/modules/_accueil.scss */
.logoPartenaire.interMutuellesAssistance {
  background-position-x: -1170px;
}
/* line 92, ../sass/modules/_accueil.scss */
.logoPartenaire.malakoffHumanis {
  background-position-x: -1755px;
}
/* line 98, ../sass/modules/_accueil.scss */
.logoPartenaire.prepar {
  background-position-x: -2145px;
}

/* line 102, ../sass/modules/_accueil.scss */
.activePartenaire {
  background-position-y: -195px;
}

/* line 107, ../sass/modules/_accueil.scss */
.itemPartenaires > div {
  background-color: #f4f4f4;
  padding: 20px 60px 20px 60px !important;
  margin-bottom: 2px;
}
/* line 112, ../sass/modules/_accueil.scss */
.itemPartenaires .logoPartenaire {
  border: none;
  height: 150px;
  background-position-y: -195px;
  padding: 0;
  margin-bottom: 0 !important;
}
/* line 119, ../sass/modules/_accueil.scss */
.itemPartenaires li {
  list-style: none;
}
/* line 122, ../sass/modules/_accueil.scss */
.itemPartenaires li i {
  color: #f48837;
  margin-right: 5px;
}

/* line 127, ../sass/modules/_accueil.scss */
#carousel-partenaire {
  margin-bottom: 60px;
}

/* line 131, ../sass/modules/_accueil.scss */
#devenirPartenaire {
  background: url("/assets/images/devenez-partenaire-vous-aussi.jpg");
  height: 622px;
}
/* line 134, ../sass/modules/_accueil.scss */
#devenirPartenaire p {
  margin-top: 180px;
  color: white;
  font-size: 41px;
  margin-bottom: 50px;
}
/* line 140, ../sass/modules/_accueil.scss */
#devenirPartenaire a {
  font-size: 25px;
  text-transform: uppercase;
  color: #FFF;
  border: 1px solid #FFF;
  padding: 2px 8px;
}
/* line 147, ../sass/modules/_accueil.scss */
#devenirPartenaire a:hover {
  text-decoration: none;
}

/* line 2, ../sass/modules/_serviceclient.scss */
.sc_neo2017 .marge-bot-20-no-mobile {
  margin-bottom: 20px;
}
/* line 5, ../sass/modules/_serviceclient.scss */
.sc_neo2017 .p_20px {
  font-size: 20px;
}
/* line 8, ../sass/modules/_serviceclient.scss */
.sc_neo2017 p {
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: 22px;
  color: #4a4a49;
}
/* line 13, ../sass/modules/_serviceclient.scss */
.sc_neo2017 .form-horizontal .form-group {
  margin-right: 0;
  margin-left: 0;
  padding: 0 15px;
}
/* line 18, ../sass/modules/_serviceclient.scss */
.sc_neo2017 .demande_text {
  color: #4a4a49;
  font-size: 21px;
}
/* line 23, ../sass/modules/_serviceclient.scss */
.sc_neo2017 .form-horizontal .control-label {
  text-align: left;
}
/* line 27, ../sass/modules/_serviceclient.scss */
.sc_neo2017 input, .sc_neo2017 textarea, .sc_neo2017 select {
  border-radius: 0;
}
/* line 31, ../sass/modules/_serviceclient.scss */
.sc_neo2017 .my_btn {
  border-radius: 0;
  background-color: #4a4a49;
  color: #fff;
}
/* line 37, ../sass/modules/_serviceclient.scss */
.sc_neo2017 .my_btn:hover {
  border-radius: 0;
  background-color: #dadada;
  color: #4a4a49;
}
/* line 43, ../sass/modules/_serviceclient.scss */
.sc_neo2017 a:hover {
  text-decoration: none;
  color: inherit;
}
/* line 48, ../sass/modules/_serviceclient.scss */
.sc_neo2017 #no_client_sm {
  display: none;
}
/* line 52, ../sass/modules/_serviceclient.scss */
.sc_neo2017 .formulaire {
  font-size: 16px;
}
/* line 56, ../sass/modules/_serviceclient.scss */
.sc_neo2017 .error_validation {
  text-align: center;
  color: #97310e;
  font-weight: bold;
}
/* line 62, ../sass/modules/_serviceclient.scss */
.sc_neo2017 .img-full {
  padding: 0 15px 0 10px;
}
/* line 66, ../sass/modules/_serviceclient.scss */
.sc_neo2017 .greyhover:hover {
  opacity: 0.8;
  filter: alpha(opacity=30);
}
/* line 71, ../sass/modules/_serviceclient.scss */
.sc_neo2017 .square {
  width: 33%;
}
/* line 75, ../sass/modules/_serviceclient.scss */
.sc_neo2017 .rectangle {
  width: 66%;
}
/* line 79, ../sass/modules/_serviceclient.scss */
.sc_neo2017 .square, .sc_neo2017 .rectangle {
  float: left;
  padding: 0 10px;
}
/* line 82, ../sass/modules/_serviceclient.scss */
.sc_neo2017 .square img, .sc_neo2017 .rectangle img {
  background-color: #dadada;
  max-width: 100%;
}
/* line 86, ../sass/modules/_serviceclient.scss */
.sc_neo2017 .square img.on-hover, .sc_neo2017 .rectangle img.on-hover {
  display: none;
}
/* line 91, ../sass/modules/_serviceclient.scss */
.sc_neo2017 .current img.no-hover {
  display: none;
}
/* line 94, ../sass/modules/_serviceclient.scss */
.sc_neo2017 .current img.on-hover {
  display: block;
  background-color: #4a4a49;
}
@media (max-width: 992px) {
  /* line 1, ../sass/modules/_serviceclient.scss */
  .sc_neo2017 {
    padding: 0;
  }
  /* line 103, ../sass/modules/_serviceclient.scss */
  .sc_neo2017 .img-full {
    padding: 0;
  }
  /* line 106, ../sass/modules/_serviceclient.scss */
  .sc_neo2017 .marge-bot-20-no-mobile {
    margin-bottom: 0;
  }
  /* line 109, ../sass/modules/_serviceclient.scss */
  .sc_neo2017 .current {
    background-color: #4a4a49 !important;
  }
  /* line 112, ../sass/modules/_serviceclient.scss */
  .sc_neo2017 .square, .sc_neo2017 .rectangle {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  /* line 117, ../sass/modules/_serviceclient.scss */
  .sc_neo2017 .square.picto, .sc_neo2017 .rectangle.picto {
    background-color: #dadada;
  }
  /* line 119, ../sass/modules/_serviceclient.scss */
  .sc_neo2017 .square.picto img, .sc_neo2017 .rectangle.picto img {
    max-width: 30%;
  }
  /* line 124, ../sass/modules/_serviceclient.scss */
  .sc_neo2017 .square.img, .sc_neo2017 .rectangle.img {
    padding: 0;
    max-height: 180px;
    overflow: hidden;
  }
  /* line 128, ../sass/modules/_serviceclient.scss */
  .sc_neo2017 .square.img img, .sc_neo2017 .rectangle.img img {
    overflow: hidden;
  }
  /* line 133, ../sass/modules/_serviceclient.scss */
  .sc_neo2017 .square img, .sc_neo2017 .rectangle img {
    background-color: #dadada;
  }
}
@media (min-width: 1000px) {
  /* line 1, ../sass/modules/_serviceclient.scss */
  .sc_neo2017 {
    padding: 0 80px;
  }
}
@media (min-width: 1200px) {
  /* line 1, ../sass/modules/_serviceclient.scss */
  .sc_neo2017 {
    padding: 0 140px;
  }
}

/* line 1, ../sass/modules/_products.scss */
#accordion {
  margin-top: 30px;
}
/* line 3, ../sass/modules/_products.scss */
#accordion .panel {
  background-color: transparent;
  box-shadow: none;
}

.quietude{
  margin-bottom: 7px;
}
/* line 8, ../sass/modules/_products.scss */
ul li ul li {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 10px 30px 10px 30px;
}

/* line 13, ../sass/modules/_products.scss */
.linkProducts {
  padding: 4px 12px;
  font-size: 1.2em;
  outline: none;
  display: inline-block;
  line-height: 1.2em;
}

/* line 21, ../sass/modules/_products.scss */
#ijhdeces a {
  color: white;
}
/* line 24, ../sass/modules/_products.scss */
#ijhdeces .nav-tabs {
  background-color: transparent;
  border: none;
}
/* line 28, ../sass/modules/_products.scss */
#ijhdeces li.active {
  background-color: rgba(255, 255, 255, 0.3);
}
/* line 31, ../sass/modules/_products.scss */
#ijhdeces .nav-tabs > li.active > a,
#ijhdeces .nav-tabs > li.active > a:focus,
#ijhdeces .nav-tabs > li.active > a:hover,
#ijhdeces .nav-tabs > li > a,
#ijhdeces .nav-tabs > li > a:focus,
#ijhdeces .nav-tabs > li > a:hover {
  background-color: transparent;
  border: none;
  border-radius: 0;
}
/* line 41, ../sass/modules/_products.scss */
#ijhdeces .nav-tabs > li > a {
  border: none;
}

/* line 47, ../sass/modules/_products.scss */
#protecJurid .mypanel {
  padding: 15px 25px;
}
/* line 49, ../sass/modules/_products.scss */
#protecJurid .mypanel img {
  margin-left: 20px;
}
/* line 52, ../sass/modules/_products.scss */
#protecJurid .mypanel p, #protecJurid .mypanel ul {
  padding: 0 20px 30px 20px;
  border-bottom: 6px solid #dfdfdf;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}
/* line 60, ../sass/modules/_products.scss */
#protecJurid .HightJuridique {
  display: inline-block;
  color: #fff;
  background: #DD9F00;
  padding: 5px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  font-size: 13px;
  font-weight: bold;
}
/* line 71, ../sass/modules/_products.scss */
#protecJurid #domaine-inter li {
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-left: 45px;
  margin-bottom: 25px;
}
/* line 76, ../sass/modules/_products.scss */
#protecJurid #domaine-inter li h4 {
  margin: 0;
}
/* line 80, ../sass/modules/_products.scss */
#protecJurid .conso {
  background-image: url("/assets/images/gammes/protection-juridique/icon-conso.png");
}
/* line 83, ../sass/modules/_products.scss */
#protecJurid .immo {
  background-image: url("/assets/images/gammes/protection-juridique/icon-logement.png");
}
/* line 86, ../sass/modules/_products.scss */
#protecJurid .travail {
  background-image: url("/assets/images/gammes/protection-juridique/icon-travail.png");
}
/* line 89, ../sass/modules/_products.scss */
#protecJurid .succession {
  background-image: url("/assets/images/gammes/protection-juridique/icon-succession.png");
}
/* line 92, ../sass/modules/_products.scss */
#protecJurid .risque {
  background-image: url("/assets/images/gammes/protection-juridique/icon-risque-num.png");
}
/* line 95, ../sass/modules/_products.scss */
#protecJurid .ico-sante {
  background-image: url("/assets/images/gammes/protection-juridique/icon-sante.png");
}
/* line 98, ../sass/modules/_products.scss */
#protecJurid #avantages li {
  list-style: disc;
}

/* line 1, ../sass/modules/_gammes.scss */
.la-gamme {
  background-color: #f4f4f4;
}

/* line 4, ../sass/modules/_gammes.scss */
.vignette {
  position: relative;
  border-radius: 50%;
  width: 280px;
  height: 280px;
  overflow: hidden;
  cursor: pointer;
  margin: 0 auto;
}

/* line 13, ../sass/modules/_gammes.scss */
.textp {
  top: 0;
  font-size: 36px;
  line-height: 1.4em;
  display: table-cell;
  color: #fff;
  vertical-align: middle;
  position: relative;
  text-align: center;
  z-index: 2;
  height: 280px;
  width: 280px;
  padding: 0 20px;
  -webkit-transition: top .4s ease-in-out;
  -moz-transition: top .4s ease-in-out;
  -o-transition: top .4s ease-in-out;
  transition: top .4s ease-in-out;
}

/* line 31, ../sass/modules/_gammes.scss */
.textp.sante {
  background-color: rgba(52, 112, 208, 0.8);
}

/* line 34, ../sass/modules/_gammes.scss */
.textp.prev {
  background-color: rgba(244, 136, 55, 0.8);
}

/* line 37, ../sass/modules/_gammes.scss */
.vignette:hover .textp {
  top: -280px;
}

/* line 40, ../sass/modules/_gammes.scss */
.textp:after {
  border-top: 3px solid #fff;
  content: "";
  display: block;
  margin: 10px auto 0 auto;
  width: 60px;
}

/* line 47, ../sass/modules/_gammes.scss */
.vignette img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

/* line 53, ../sass/modules/_gammes.scss */
.border-bot {
  border-bottom: 1px solid #CCC;
}

/* line 1, ../sass/modules/_espaceadherent.scss */
#btn-adherent {
  background-color: #F57E20;
  display: block;
  color: white;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 10px;
  max-width: 300px;
  text-align: center;
  text-transform: uppercase;
}

/* line 2, ../sass/modules/_mentionslegales.scss */
#mentionslegales p, #mentionslegales li {
  line-height: 1.5;
  font-size: 14px !important;
}
/* line 6, ../sass/modules/_mentionslegales.scss */
#mentionslegales br {
  line-height: 10px;
}
/* line 9, ../sass/modules/_mentionslegales.scss */
#mentionslegales ul {
  list-style: disc;
}
/* line 12, ../sass/modules/_mentionslegales.scss */
#mentionslegales hr {
  color: #1c3553;
  border-style: inset;
  border-width: 1px;
}
.glyphicon-remove-circle {
  font-size: 20px;
  margin-left:20px;
  margin-top:7.5px
}


.flex-column {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.form-control {
  border: none !important;
  border: 2px solid #a0a0a0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  padding-left: 0;
}

#blockpiecejointe {
  height: 60px;
  width: 100%;
  max-width: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fa-times {
  background: #a20101;
  padding: 10px;
  font-size: 1.7em;
  color: white;
  cursor: pointer;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-left: -33px;
  position: relative;
  z-index: 100;
}

.add-container {
  margin: auto;
  width: 210px;
  display: flex;
  padding: 11px;
  justify-content: space-evenly;
  align-items: center;
  color: #70ba68;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.add-container label {
  margin: 0;
  cursor: pointer;
}


.submit-container {
  margin: auto;
  display: block;
  width: 150px;
  text-align: center;
}

.submit-container button {
  background-color: #0c4e96  !important;
  border-color: #0c4e96 ;
  width: 100%;
  font-weight: 400;
  text-align: center;
  border-radius: 5px !important;
  font-size: 1.1em;
  font-weight: bold;
}

.submit-container button:hover {
  color: #fff !important;
  background-color: #0069d9 !important;
  border-color: #0062cc !important;
}



.custom-file-input {
  padding: 8px 8px 32px;
  cursor: pointer;
  color: #999;
  border: 1.5px dashed #dee3e8 !important;
  border-right: none !important;
  vertical-align: middle;
  width: 100%;
  max-width: 300px;
}
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}

.custom-file-input::before {
  content: 'Ajouter';
  color: #666;
  display: inline-block;
  background: #fff;
  border: 1px solid #999;
  border-radius: 3px;
  margin: -3px 0 -3px -3px;
  padding: 5px 20px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-align: center;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
}
.custom-file-input:hover::before {
  border-color: black;
}
.custom-file-input:active {
  outline: 0;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.nav-top {
  display: flex;
  width: 100%;
  max-width: 480px;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
}

.nav-top a {
  font-size: 16px;
  color: #344b70;
}

.espace-adherent {
  background: #ef7903;
  color: white !important;
  padding: 15px 20px;
  border-radius: 5px;
}

.none {
  display: none !important;
}



/*---------------------------------------------- FAQ -----------------------------------------------*/

.img_astuce {
  background: #3470d0;
  color: white;
  width: 100%;
  max-width: 836px;
  margin: 0 auto 22px;
  padding: 25px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.img_text a {
  color: whitesmoke;
  font-weight: bold;
}

.img_text a:hover {
  text-decoration: underline;
}

.img_text:first-child {
  margin: 0 25px;
}

.img_text:last-child {
  width: 100%;
  max-width: 700px;
  margin-right: 25px;
}


.disabled {
  pointer-events: none;
  opacity: .10;
}


/*custom wrapper*/
.custom-select {
  width: 100%;
}

.spanVal {
  font-size: 16px;
  color: #333;
  border: 1px solid #ccc;
  padding: 8px;
  width: 100%;
  display: block;
  position: relative;
  cursor: pointer;
}

.spanVal:after {
  content: '';
  position: absolute;
  right: 10px;
  top: 13px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #999;
}

.custom-select ul {
  width: 100%;
  margin: -1px 0 0;
  padding: 0;
  border: 1px solid #ccc;
  box-shadow: 1px 2px 2px 0px #ccc;
  display: none;
}

.custom-select li {
  width: 96%;
  font-size: 14px;
  color: #333;
  font-family: Lato, Helvetica, Arial, sans-serif;
  list-style: none;
  padding: 10px;
  cursor: pointer;
}

.custom-select li:hover,
.custom-select li.active {
  background-color: #ccc;
}





/* Bounce To Right */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #3470d0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: white;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}


/*ACCORDIAN*/
.accordian-2,.accordian-3,.accordian-4, .accordian-5, .accordian-6,.accordian-7, .accordian-8, .accordian-9 {
  display: none;
}

.accordion, .accordion * {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

.accordion {
  overflow:hidden;
  box-shadow:0px 1px 3px rgba(0,0,0,0.25);
  border-radius:3px;
}

/*----- Section Titles -----*/
.accordion-section-title {
  width:100%;
  padding:15px;
  background:#344b71;
  transition:all linear 0.15s;
  /* Type */
  font-size:1.200em;
  text-shadow:0px 1px 0px #1a1a1a;
  color:#fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

.arrow {
  margin: 0 !important;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.arrow.rotated {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion-section {
  margin: 5px auto;
  position: relative;
}

.accordion-section-title.active, .accordion-section-title:hover {
  /* Type */
  text-decoration: none;
  color: white;
  outline: none;
}

.faq .table-list a:focus, .faq .table-list a:hover {
  color: white;
  text-decoration: none;
}

.accordion-section:last-child .accordion-section-title {
  border-bottom:none;
}

/*----- Section Content -----*/
.accordion-section-content {
  padding:15px;
  display:none;
}


.table-select {
  padding: 0 30px 35px;
  position: relative;
  width: 100%;
  max-width: 450px;
  margin: auto;
  display: none;
}

.table-select h3 {
  text-align: center;
  margin: 50px 0 10px;
  font-size: 1.6em;
}

.table-select select {
  visibility: hidden;
}


.faq .section1 {
  position: relative;
  background: url("/assets/images/faq-bg.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
}

.faq .section1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000052;
}

.faq .section1 h2 {
  position: relative;
  z-index: 10;
  color: white;
  font-weight: bolder;
  font-size: 3em;
  letter-spacing: 5px;
  line-height: 1.4;
}

.faq h3.title {
  font-size: 1.2em;
  width: 100%;
  max-width: 1000px;
  margin: 30px auto;
  padding: 0 15px;
  line-height: 1.5;
  color: #777;
}

.faq .table-container {
  display: flex;
}

.faq .table-list {
  width: 300px;
  background: #f4f4f4;
}

.faq .table-questions img {
  margin: auto;
  display: block;
}

.faq .table-list ul {
  margin: 0;
  padding: 0;
}

.faq .table-list li {
  padding: 20px 30px;
  width: 100%;
}

.faq .table-list li:hover {
  cursor: pointer;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.faq .table-list li a {
  color: #777777;
  font-size: 1.1em;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.faq .table-list li:hover a {
  color: #fff;
}

.faq .table-questions {
  width: 100%;
  border: 5px solid #f4f4f4;
  border-left: none;
  padding: 15px 30px;
}

.faq .table-questions ul {
  margin-top: 30px;
  margin-bottom: 30px;
  list-style: initial;
}

.faq .table-questions ul li {
  margin: 10px 0;
}

.accordion-section-title:focus {
  color: white;
}

.faq .accordian-container>h3 {
  color: #777777;
  margin: 30px 0;
  font-weight: bold;
}

.faq .table-list li.active {
  background: #3470d0;
}

.faq .table-list li.active a {
  color: #fff;
}

.strong-title {
  cursor: pointer;
  color: #777777;
  font-size: 1.35em;
  line-height: 1.5;
}

.faq-text{
  display: none;
  padding: 15px 0px;
  margin: 15px 0px;
  border-top: 3px solid #f4f4f4;
}

.faq-text h4 {
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.5;
  margin: 30px 0;
  text-align: center;
}

.faq-text h5 {
  font-weight: bold;
  margin-top: 40px;
  font-size: 1.3em;
}

.faq-text h5:after {
  content: '';
  background: #57656d;
  width: 70px;
  height: 3px;
  display: block;
  margin: 5px 0 15px;
}

.faq-text i {
  font-size: 1em;
  margin: 30px auto;
  width: 100%;
  text-align: center;
  font-weight: 600;

  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-text i:before {
  content: "";
  background: #57656d;
  width: 25px;
  height: 2px;
  display: block;
  margin: 0 10px;
}
.faq-text i:after {
  content: "";
  background: #57656d;
  width: 25px;
  height: 2px;
  display: block;
  margin: 0 10px;
}

.faq-text p {
  margin: 15px 0;
}

.faq-text_content {
  margin-bottom: 70px;
}

.faq-button-toggle > span {
  background: #fbfbfb;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  display: block;
  margin: 60px auto 30px;
  width: 100%;
  max-width: 550px;
  padding: 10px 20px;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 10px 50px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.faq-button-toggle > span:hover, .faq-button-toggle > span.opened {
  -webkit-transform: translate(-0.8%,5%);
  -moz-transform: translate(-0.8%,5%);
  -ms-transform: translate(-0.8%,5%);
  -o-transform: translate(-0.8%,5%);
  transform: translate(-0.8%,5%);
}

.faq-button-toggle ul {
  margin: 20px 0;
}

.faq-button {
  color: #3470d0;
  background: whitesmoke;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  display: block;
  margin: 60px auto 30px;
  width: 100%;
  max-width: 400px;
  padding: 10px 20px;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 10px 50px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.img-businessman {
  background: url(/assets/images/faq/businessman.png);
  background-repeat: no-repeat;
  background-position: 10px;
  background-size: 40px;
}

.img-laptop {
  background: url(/assets/images/faq/laptop.png);
  background-repeat: no-repeat;
  background-position: 10px;
  background-size: 40px;
}

.faq-link {
  display: none;
}

.faq-link ul {
  padding: 0;
  list-style: none !important;
}

.faq-link p {
  text-align: center;
  margin: 35px 15px 0;
}

.faq-link ul li {
  display: flex;
  width: 100%;
  max-width: 500px;
  margin: auto !important;
}

.faq-link ul li img {
  width: 40px;
}

.faq-link ul li a {
  cursor: pointer;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 5px auto;
  width: 100%;
  max-width: 500px;
  padding: 0px 20px 0 70px;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@keyframes embolden {
  0%   {stroke-width: 1;}
  25%  {stroke-width: 2.5;}
  50%  {stroke-width: 3.75;}
  75%  {stroke-width: 5;}
  100% {stroke-width: 6;}
}

.svg {
  width: 20px;
  height: 50px;
  margin: 0;
  display: block;
  overflow: visible;

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;

  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.svg.opened {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.faq-link ul li a:hover {
  color: #337ab7 !important;
  text-shadow: 0px 0px 0 #337ab7, 0px 0px 0 #337ab7, 0px 0px 0 #337ab7, 0px 0px 0 #337ab7;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}


.faq .table-questions .faq-content a:hover {
  color: #0062ff;
}



.faq-link ul li a:hover svg polyline{
  stroke-width: 4;
  cursor: pointer;
  animation-name: embolden;
  animation-duration: 150ms;
  animation-timing-function: ease-out;
  animation-delay: 0;
  animation-direction: alternate;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-play-state: running;
}


.faq-schedule {
  text-align: center;
  margin: 35px 0 0px !important;
  font-style: italic;
}

.faq-link-toggle p {
  display: none;
  text-align: left;
  margin: 25px auto;
  width: 100%;
  max-width: 671px;
  line-height: 1.8;
}

.faq-link-toggle span {
  cursor: pointer;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 5px auto;
  width: 100%;
  max-width: 500px;
  padding: 0px 20px 0 70px;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight: lighter;
  color: #337ab7;
}

.faq-link-toggle span:hover {
  color: #57646d !important;
  text-decoration: underline;
}

.faq-link-toggle div {

}

.accordian-9 ul li a:hover {
  color: #0062ff !important;
}


.popup-field {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10225420;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.47);
  display: none;
}
.popup-field .popup-content {
  width: 100%;
  max-width: 850px;
  padding: 0 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.popup-field .popup-content .top {
  background: white;
  border-bottom: 6px solid #3470d0;
  padding: 20px 0 40px;
}
.popup-field .popup-content h3 {
  text-align: center;
  font-size: 2.1em;
  padding: 0 30px;
  font-weight: 700;
  line-height: 1.4;
}
.popup-field .popup-content p {
  padding: 30px 60px 15px;
  font-size: 1.1em;
  line-height: 1.3;
  margin: 0;
}

.popup-field .popup-content ul {
  list-style: initial;
  padding: 20px 70px 0;
  margin: 0;
}

.popup-field .popup-content li {
  margin-bottom: 20px;
}

.popup-field .popup-content li:last-child {
  margin-bottom: 0;
}

.popup-field .popup-content a {
  font-weight: bold;
}

.popup-field .popup-content a:hover {
  color: #337ab7;
}

.popup-target {
  cursor: pointer;
  text-align: center;
  display: block;
  margin: 5px auto;
  width: 100%;
  max-width: 500px;
  padding: 10px 20px;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 10px 50px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  font-weight: bold;
}

span.close-button {
  position: absolute;
  top: -20px;
  right: 0px;
  font-size: 3em;
  font-weight: 100;
  transform: rotate(45deg);
  background: white;
  color: #3470d0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  cursor: pointer;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 25px 50px 0 rgba(0, 0, 0, 0.1);
}






.select {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 100%;
}

.select-trigger {
  user-select: none;
  color: #3470d0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;

  background-color: #fbfbfb;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  display: block;
  margin: 20px auto 0;
  width: 100%;
  max-width: 550px;
  padding: 15px 50px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 10px 50px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
}

.select-trigger svg{
  position: absolute;
  top: 50%;
  left: 80%;
  -webkit-transform: translate(100%,-50%) rotate(-90deg);
  -moz-transform: translate(100%,-50%) rotate(-90deg);
  -ms-transform: translate(100%,-50%) rotate(-90deg);
  -o-transform: translate(100%,-50%) rotate(-90deg);
  transform: translate(100%,-50%) rotate(-90deg);
}

.select-trigger svg polyline {
  stroke-width: 4;
  stroke: #3470d0;
}

.select-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  user-select: none;
  padding: 15px 0;
  color: #3470d0;
  background-color: #fbfbfb;
  font-weight: bold;
  cursor: pointer;
  width: 100%;
  max-width: 550px;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 10px 50px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 1;
}

.select-content li {
  padding: 10px 25px;
  font-weight: 100;
}

.select-content li:hover {
  background: whitesmoke;
}

.select-content li a {
  color: #3470d0;
}

.insert-content {
  background-color: #ce3426;
  color: white;
  padding: 30px 100px;
  width: 100%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 5px 50px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
}

.insert-content span {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 2em;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.insert-content p {
  color: #fff;
  font-size: 1.115em;
  font-family: Lato, Helvetica, Arial, sans-serif;
  padding: 0 15px;
}

@media screen and (max-width: 1200px) {
  .insert-content {
    padding: 30px 15px;
  }
}

@media screen and (max-width: 992px) {
  .marge-bot-resp {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .fa-times {
    margin-left: 0;
  }

  .list-inline {
    margin: auto;
    width: 100%;
    max-width: 300px;
    text-align: center;
  }

  .none {
    display: block !important;
  }
  .table-select {
    display: block;
  }
  .table-list {
    display: none;
  }

  .faq .table-questions {
    border: none;
    font-size: 0.93em;
  }

  .faq .accordian-container>h3 {
    margin: 15px 0 25px;
    font-size: 1.4em;
    text-align: center;
  }

  .strong-title {
    font-size: 1.15em;
  }

  .faq .section1 h2 {
    text-align: center;
    font-size: 2em;
    padding: 0 5px;
  }

  .faq h3.title {
    font-size: 1em;
  }
  .faq .table-questions img {
    width: 25px;
  }
}

@media screen and (max-width: 500px) {
  .img_text {
    font-size: 0.9em;
    line-height: 1.5;
  }
  .faq-text h5 {
    font-size: 1.1em;
  }

  .faq-text h4 {
    font-size: 1.28em;
  }

  .popup-field .popup-content p {
    padding: 30px 30px 15px;
    font-size: 0.96em;
    line-height: 1.5;
    margin: 0;
  }

  .popup-field .popup-content ul {
    list-style: initial;
    padding: 20px 30px;
    margin: 0;
    font-size: 0.95em;
    line-height: 1.5;
  }

  .popup-field .popup-content h3 {
    text-align: center;
    font-size: 1.4em;
    padding: 40px 20px 0;
    font-weight: 700;
  }

  .popup-field .popup-content .top {
    border-bottom: 6px solid #3470d0;
    padding: 0px 0 20px;
  }

  span.close-button {
    top: -5px;
  }
}

.link-service-client {
  border: 1px white solid;
  border-radius: 7px;
  color: white;
  padding: 10px 40px;"
}

.p-service-client {
  display: block;
  color: white!important;
}

/* All components */

/*# sourceMappingURL=neoliane.css.map */
