@font-face {
  font-family: "c-neto";
  src: url("fonts/c-neto.eot?932hcm");
  src: url("fonts/c-neto.eot?932hcm#iefix") format("embedded-opentype"),
    url("fonts/c-neto.ttf?932hcm") format("truetype"),
    url("fonts/c-neto.woff?932hcm") format("woff"),
    url("fonts/c-neto.svg?932hcm#c-neto") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto.eot") format("embedded-opentype"),
    url("fonts/Roboto.woff2") format("woff2"),
    url("fonts/Roboto.woff") format("woff"),
    url("fonts/Roboto.ttf") format("ttf"),
    url("fonts/Roboto.svg#svgFontName") format("svg");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'robotomedium';
  src: url('fonts/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/Roboto-Medium-webfont.woff') format('woff'),
       url('fonts/Roboto-Medium-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;

}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Regular.eot') format('embedded-opentype'),
        url('fonts/Montserrat-Regular.woff2') format('woff2'),
        url('fonts/Montserrat-Regular.woff') format('woff'),
        url('fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat-Bold';
    src: url('fonts/Montserrat-Bold.eot') format('embedded-opentype'),
        url('fonts/Montserrat-Bold.woff2') format('woff2'),
        url('fonts/Montserrat-Bold.woff') format('woff'),
        url('fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
  font-family: 'Montserrat-medium';
  src: local('fonts/Montserrat Medium'), local('Montserrat-Medium'),
      url('fonts/Montserrat-Medium.woff2') format('woff2'),
      url('fonts/Montserrat-Medium.woff') format('woff'),
      url('fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-light';
  src: local('fonts/Montserrat Light'), local('Montserrat-Light'),
      url('fonts/Montserrat-Light.woff2') format('woff2'),
      url('fonts/Montserrat-Light.woff') format('woff'),
      url('fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "c-neto" !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;
}

.icon-calculator:before {
  content: "\e900";
}
.icon-home:before {
  content: "\e901";
}
.icon-sort-alpha-asc:before {
  content: "\ea48";
}
.icon-sort-alpha-desc:before {
  content: "\ea49";
}
.icon-sort-numeric-asc:before {
  content: "\ea4a";
}
.icon-sort-numeric-desc:before {
  content: "\ea4b";
}
.icon-facebook:before {
  content: "\ea91";
}
.icon-twitter:before {
  content: "\ea96";
}

* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: top;
}
a img,
fieldset {
  border: 0;
}
label,
a {
  cursor: pointer;
}
ol {
  list-style-position: inside;
}
ul {
  list-style: none;
}
.clearfix {
  height: 1%;
}
.clearfix:after {
  display: block;
  content: "";
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
textarea,
input {
  font: 12px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}
.link {
  cursor: pointer;
}

sup {
  vertical-align: top;
}
html {
  height: 100%;
  background-color: #fff;
}
body {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #fff;
  max-width: 1400px;
  margin: auto;
  padding: 0 10px;
}
strong {
  font-weight: bold;
  font-family: "Montserrat-Bold", Arial, Helvetica, sans-serif;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.fixed {
  position: fixed;
  right: 50%;
  margin-right: -50%;
}
.fixed {
  position: absolute;
  bottom: 0;
}
header#bandeau, 
nav#main-menu {
  max-width: 1400px;
  margin: auto;
  background-color: #fff;
}
.center-icon {
  text-align: center;
}
/* BANDEAU */
#bandeau {
  /* background: #fff url(../../images/commun/bandeau.png) no-repeat left top; */
  overflow: hidden;
}
#bandeau .bandeau,
#bandeau .menu {
  padding: 0 2em;
}
#bandeau .bandeau {
  height: 100px;
}
#bandeau .bandeau {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
#bandeau .bandeau .c1 {
  display: inline-block;
  padding: 17px 5px 0 0px;
  /* margin-left: 100px; */
}
img#logo {
  transition: 0.5s all ease-in-out;
}
#bandeau .bandeau .c2 {
  display: inline-block;
  /* width: 240px; */
  padding: 6px 0 0 0;
  text-align: right;
  /* margin-right: 10%; */
}
/*
  #bandeau .bandeau .c2 h2{
  font-size:14px;
  color:#8392a7;
  }
  #bandeau .bandeau .c2 p{
	  font-size:12px;
	  color:#8392a7;
  }
  */
#bandeau .bandeau .c2 h2 {
  font-family: "Monserrat-Bold", Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #000;
}
#bandeau .bandeau .c2 h2>span {
    color: #1AB16A;
}
/* #bandeau .bandeau .c2 h2 {
  font-size: 12px;
  color: #8392a7;
} */
#bandeau .bandeau .c2 p {
    font-size: 13px;
    color: #707070;
  }

#bandeau .bandeau .c3 {
  display: none;
  transition: 0.5s all ease-in-out;
}
#bandeau .bandeau .c3 img {
  width: 100%;
  height: auto !important;
}
#bandeau .bandeau .c3 .assistant {
  float: right;
  width: 369px;
  background: #ebf1f7 url(../../images/commun/f_h_bandeau.png) no-repeat left
    bottom;
  padding: 10px;
  margin: 0 0 14px 0;
}
#bandeau .bandeau .c3 .assistant h3 {
  font-size: 13px;
  font-weight: normal;
  color: #8796ab;
  margin: 0 0 8px 0;
}
#bandeau .bandeau .c3 .assistant h3 strong {
  color: #91a90b;
}
#bandeau .bandeau .c3 .assistant ul {
  overflow: hidden;
}
#bandeau .bandeau .c3 .assistant ul li {
  float: left;
  height: 16px;
  padding: 0 14px 0 22px;
}
#bandeau .bandeau .c3 .assistant ul li.dossier {
  background: url(../../images/commun/pictos/dossier.png) no-repeat left center;
}
#bandeau .bandeau .c3 .assistant ul li.acteur {
  background: url(../../images/commun/pictos/acteur.png) no-repeat left center;
}
#bandeau .bandeau .c3 .assistant ul li.lexique {
  background: url(../../images/commun/pictos/lexique.png) no-repeat left center;
  padding: 0 0 0 22px;
}
#bandeau .bandeau .c3 .assistant ul li a {
  font-size: 11px;
  color: #637082;
  vertical-align: bottom;
}
#bandeau .bandeau .c3 .assistant ul li a:hover {
  text-decoration: none;
}
#bandeau .bandeau .c3 form {
}
#bandeau .bandeau .c3 form label {
  display: inline-block;
  background: url(../../images/commun/pictos/newsletter.png) no-repeat left
    center;
  font-size: 14px;
  line-height: 23px;
  font-weight: bold;
  color: #303d50;
  padding: 0 8px 0 22px;
}
#bandeau .bandeau .c3 form input {
  display: inline-block;
  width: 30%;
  height: 23px;
  line-height: 23px;
  border: 1px solid #709099;
  border-radius: 5px;
  font-size: 13px;
  color: #8796ab;
  padding: 0 10px;
  box-sizing: border-box;
}
#bandeau .bandeau .c3 form input.bouton {
  display: inline-block;
  background: #697789;
  width: auto;
  height: auto;
  padding: 0 3px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
}
#c2c3 {
  padding-top: 30px;
  position: relative;
  text-align: right;
  width: -webkit-fill-available;
}
.mob {
  width: 85%;
  margin: auto;
  text-align: center;
  margin-top: 0.7em;
  margin-bottom: 0.7em;
  padding: 5px;
  font-size: 1.3em;
  background: #f2f2f3;
  color: #8392a7;
  border: 1px solid #eceeef;
  border-left: none;
  border-right: none;
  box-sizing: border-box;
}
/* NAV */
.inline-box {
  display: inline-flex;
}
.inline-box .menu-logo,
.inline-box a>span {
  display: none;
}
.nav-logo {
  display: none;
}
.menu {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  /* background: #E9E5E5; */
  z-index: 1000;
  text-align: center;
  width: 100%;
  margin: auto;
  white-space: nowrap;
  vertical-align: middle;
}
.menu .menuform {
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  color: #000;
  text-decoration: none;
  font-family: "Montserrat-Bold", Arial, Helvetica, sans-serif;
  height: 50px;
  padding: 2px 6px;
  font-size: 15px;
  border: none;
  background: transparent;
  cursor: pointer;
  box-sizing: border-box;
  white-space: normal;
}
.menu .menuform::before {
  content: "";
  position: absolute;
  height: 34px;
  width: 1px;
  left: 0;
  top: 0;
  /* background: linear-gradient(to top, #697789 0%, #333 50%, #697789 100%);
  background: -moz-linear-gradient(to top, #697789 0%, #333 50%, #697789 100%);
  background: -o-linear-gradient(to top, #697789 0%, #333 50%, #697789 100%);
  background: -webkit-linear-gradient(
    to top,
    #697789 0%,
    #333 50%,
    #697789 100% 
  );*/
}
.menu .menuform::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  /* background: linear-gradient(to top, #697789 0%, #ccc 50%, #697789 100%);
  background: -moz-linear-gradient(to top, #697789 0%, #ccc 50%, #697789 100%);
  background: -o-linear-gradient(to top, #697789 0%, #ccc 50%, #697789 100%);
  background: -webkit-linear-gradient(
    to top,
    #697789 0%,
    #ccc 50%,
    #697789 100%
  ); */
}
.menu .menuform:nth-child(odd) {
  background-color: #E9E5E5;
}
.menu .menuform:nth-child(even) {
    background-color: #E0DEDE;
}
.menu .menuform:last-child::after,
.menu #homebox.menuform::before {
  display: none;
}
.menu .menuform:first-of-type::after {
  right: 0;
}

.menu #homebox {
  line-height: 32px;
  width: 30px;
  overflow: hidden;
  white-space: nowrap;
}
.menu button:hover,
.menu #homebox:hover,
.menu a:hover {
  color: #444;
  background: #eee;
  cursor: pointer;
}
.menu .menuform.on,
.menu .menuform.on:hover {
  cursor: default;
  background: #eee;
  color: #444;
}
.menu #homebox.on {
  cursor: default;
  color: #bfce2d;
}
.menu #homebox.on span {
  cursor: default;
}
.menu #home {
  width: 20px;
  overflow: hidden;
  white-space: nowrap;
}
.menu #home .icon-home,
.menu #homebox .icon-home {
  vertical-align: middle;
  margin-right: 25px;
  font-size: 1.3em;
}
.menu .inline-box {
  /* width: calc(100% - 30px); */
  text-align: center;
}
.menu .inline-box .menuform {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}.menu .inline-box .menuform.active {
  transition: 0.5s all ease-in-out;
}
.menu .inline-box .menuform.active::after {
  content: "";
  position: abosulte;
  top: unset;
  left: 0;
  bottom: -3px;
  border-bottom: 3px solid #1AB16A;
  width: 100%;
  height: 0;
}
.menu .menuform.on #home {
  background: transparent;
  color: #bfce2d;
}
#menu-btn,
#close-menu {
  display: none;
}
/* CONTENU */
#contenu {
  background: #fff;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  box-sizing: border-box;
  display: table;
  margin-bottom: 2em;
}
/* index  contenu*/
.container {
  width: 100%;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: bottom;
  background-size: 25%;
}
.content {
  position: relative;
  width: 100%;
  padding: 10px 0;
}
.content-header {
  display: flex;
  flex-flow: column nowrap;
  font-family: "Montserrat-Bold", Arial, Helvetica, sans-serif;
  margin-bottom: 2em;
}
.content-header  h1 {
  font-size: 24px;
}
.content-header h2 {
  font-size: 24px;
}
.content-body {
  width: 100%;
}
.content-footer {
  width: 100%;
  position: absolute;
  bottom: -70px;
}
.content-footer .bottom-img {
  text-align: end;
}
.content-footer .bottom-img img {
  width: 25%;
}
.cb-a, .cb-b, .cb-c {
  width: 100%;
  display: inline-block;
}
.service-card {
  display: inline-block;
  width: 150px;
  height: 100px;
  margin: 1em;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0);
  background-image: radial-gradient(circle at right top, rgb(10, 207, 131) 0%, rgb(10, 207, 131) 40%, rgb(26, 177, 106) 40%, rgb(26, 177, 106) 100%);
  background-origin: padding-box;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  cursor: pointer;
}
.service-card h3 {
  font-size: 18px;
  font-family: "Montserrat-bold", Arial, Helvetica, sans-serif;
  position: relative;
  bottom: -50%;
  left: 0.5em;
  color: #fff;
}
/* end index contenu */
#boxes {
  width: 98%;
  max-width: 820px;
  margin: auto;
}
.txt-center {
  text-align: center;
}
.arrow {
  position: relative;
  background: #bfce2d;
  height: 70px;
  width: 70px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -60px;
  margin-left: -60px;
  margin-right: 35px;
}
.arrow:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #bfce2d;
  border-width: 70px;
  margin-top: -70px;
}
.resultline p {
  padding: 0 2px;
}
.resultline small {
  font-size: 0.6rem;
}
/* CHEMIN */
#contenu .chemin {
  font-size: 11px;
  color: #8594a9;
  line-height: 32px;
  margin: -32px 0 0 0;
}
#contenu .chemin a {
  color: #90a80a;
}
#contenu .chemin a:hover {
  text-decoration: none;
}
/* FORMULAIRES */
.forms {
  text-align: center;
  display: block;
  width: 100%;
  margin-top: 15px;
}
.form {
  /* width: 90%; */
  margin: 2em auto;
}
.form.qs {
  display: inline-block;
  margin: 0;
}
.form.qs p {
  border-radius: 5px;
  height: 24px;
  margin: 0;
}
.inline-elements {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.error-found {
  display: block;
  opacity: 0;
  width: 100%;
  text-align: center;
  color: #ededed;
  padding: 10px;
  font-size: 14px;
  font-family: "Montserrat-bold", Arial;
  background-color: #ef5252;
  animation: appear;
  animation-duration: 4s;
  /* animation-iteration-count: infinite; */
  animation-delay: 1s;
  animation-iteration-count: 2;
  animation-direction: alternate;
}
@keyframes appear {
  100% {
    opacity: 1;
  }
}
form.qs .separate-bloc {
  width: 210px;
  color: cadetblue;
  vertical-align: middle;
}
form.qs .separate-bloc input {
  text-align: right;
  margin-top: 10px;
}
form.qs .separate-bloc {
  width: 220px;
  margin: 0;
  padding: 0;
}
form.qs .etiqueta {
  text-align: left;
  padding-left: 1em;
  font-size: 12px;
  font-family: "Montserrat-bold";
  color: #000;
}
input[type='range'] {
  display: block;
  width: 90%;
  margin: auto;
  overflow: inherit;
}
input[type='range']:focus {
  outline: none;
}

input[type='range'],
input[type='range']::-webkit-slider-runnable-track,
input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
}

input[type=range]::-webkit-slider-thumb {
  background-color: #1AB16A;
  width: 20px;
  height: 20px;
  border: 3px solid rgb(255, 255, 255);
  border-radius: 50%;
  margin-top: -9px;
}

input[type=range]::-moz-range-thumb {
  background-color: #1AB16A;
  width: 15px;
  height: 15px;
  border: 3px solid #1AB16A;
  border-radius: 50%;
}

input[type=range]::-ms-thumb {
  background-color: #1AB16A;
  width: 20px;
  height: 20px;
  border: 3px solid #1AB16A;
  border-radius: 50%;
}

input[type=range]::-webkit-slider-runnable-track {
  background-color: #1AB16A;
  height: 3px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  outline: none;
}

input[type=range]::-moz-range-track {
  background-color: #777;
  height: 3px;
}

input[type=range]::-ms-track {
  background-color: #1AB16A;
  height: 3px;
}
input[type=range]::-ms-fill-lower {
  background-color: #1AB16A;
}

input[type=range]::-ms-fill-upper {
  background-color: #777;
  border-color: #777;
}
form.qs .montant-ranges {
  margin-top: 5px;
  font-size: 10px;
  color: #707070;
}
form.qs .last-bloc {
  width: 220px;
}
.form p {
  padding: 0;
  margin: 0.3em 0;
  display: flex;
  align-items: stretch;
  flex-direction: row;
  vertical-align: middle;
  background: #f8f8f8;
}
.form label {
  background: #96aab5;
  color: #fff;
  font-weight: bold;
  padding: 5px;
  text-align: right;
  width: 40%;
  min-width: 100px;
}
.form input {
  background: transparent;
  border: none;
  box-sizing: content-box;
}
.form.qs label {
  flex: none;
  padding: 4px 8px;
  background: transparent;
  color: #777;
}
.form em {
  display: block;
  color: #777;
  line-height: 2em;
  vertical-align: middle;
  padding-right: 3px;
}
.form.qs input[type="submit"] {
  font-size: 1em;
  line-height: 1em;
  border: 1px solid #cfcfcf;
  background: #e2e2e2;
  color: #7c9556;
}
.form input[type="submit"] {
  background: #7c9556;
  color: #fff;
  font-size: 1.5em;
  line-height: 2em;
  margin: 0;
  cursor: pointer;
  flex: 1;
}
.form input[type="submit"]:hover {
  background: #bfce2d;
  color: #fff;
}
.form .submit {
  margin-top: 1.5em;
}
.form.qsm {
  display: none;
}

#tri-res.form {
  text-align: end;
  text-align: -webkit-right;
  margin: initial;
}
#tri-res.form .trier {
  display: none;
}
form.separately {
  position: relative;
  margin-right: 10px !important;
}
#tri-res.form button {
  background: #ddd;
  padding: 0 5px;
  height: 24px;
  border: none;
  color: cadetblue;
  cursor: pointer;
  margin-left: 5px;
}
/* SELECTs */
select {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  padding: 5px 10px;
  margin: 0;
  width: 100%;
  min-height: 25px;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
}
select::-ms-expand {
  display: none;
}
select,
.select:after {
  grid-area: select;
}
select:focus {
  outline-color: none;
  outline-style: none;
  outline-width: 0;
}
form.qs .first-bloc,
form.separately .select {
  width: 188px;
  height: 28px;
  vertical-align: middle;
}
.mark-done {
  content: "";
  display: block;
  width: 0.8em;
  height: 0.5em;
  background-color: #111111;
  clip-path: polygon(50% 100%, 100% 0, 89% 0, 50% 80%, 9% 41%, 0 52%);
}
.s-hidden {
  visibility: hidden;
}
.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 188px;
  padding: 0.25em 0.5em;
  font-size: 14px;
  font-family: "robotomedium", Arial, Helvetica, sans-serif;
  font: normal 11px/22px Arial, Sans-Serif;
}
.styledSelect {
  position: absolute;
  width: 188px;
  height: 28px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 28px;
  vertical-align: middle;
  background-color: white;
  padding: 0.25em 0.5em;
  font-size: 14px;
  font-family: "robotomedium", Arial, Helvetica, sans-serif;
  border: 1px solid #3d3d3d;
  border-radius: 8px;
  text-align: left;
}
.styledSelect:after {
  content: "\2304";
  position: absolute;
  display: block;
  top: 0;
  right: 15px;
  font-size: 20px;
}
.styledSelect:active,
.styledSelect.active {
  background-color: #eee;
}
.options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 15px 0;
  padding: 0 0;
  list-style: none;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: white;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.options li {
  text-align: left;
  margin: 10px 0;
  padding: 0 10px;
  font-size: 14px;
  font-family: "robotomedium", Arial, Helvetica, sans-serif;
}
.options li:hover {
  background-color: #1ab16a;
  color: white;
}
.checkmark-span {
  content: "";
  color: green;
  position: absolute;
  right: 20px;
  width: 5px;
  height: 10px;
  border-bottom: 2px solid green;
  border-right: 2px solid green;
  transform: rotate(45deg);
}

/* GENERIQUE */
.bloc_type,
.bloc_type_full {
  padding: 0 0 5px 0;
  margin: 0 0 20px 0;
}
.bloc_type {
  width: 300px;
  background: url(../../images/commun/f_bloc.png) no-repeat -300px bottom;
}
.bloc_type_full {
  width: 620px;
  background: url(../../images/commun/f_bloc.png) no-repeat -1220px bottom;
}
.bloc_type.nomarge,
.bloc_type_full.nomarge {
  margin: 0 0 5px 0;
}
.bloc_type h3.t_bloc,
.bloc_type_full h3.t_bloc {
  font-size: 18px;
  font-weight: normal;
  color: #303d50;
  line-height: 30px;
  padding: 0 0 0 40px;
  margin: 0;
}
.bloc_type h3.t_bloc {
  background: url(../../images/commun/f_bloc.png) no-repeat left top;
}
.bloc_type_full h3.t_bloc {
  background: url(../../images/commun/f_bloc.png) no-repeat -600px top;
}
.bloc_type .f_bloc_type,
.bloc_type_full .f_bloc_type {
  background: #fff;
  border-left: 1px solid #d9dde2;
  border-right: 1px solid #d9dde2;
  padding: 0 18px;
}
/* OFFRE SPECIALE */
.bloc_type .offre_speciale,
.bloc_type_full .offre_speciale {
  padding: 10px 0;
  text-align: center;
}
.bloc_type .offre_speciale p,
.bloc_type_full .offre_speciale p {
  font-size: 18px;
  color: #657284;
  line-height: 100%;
  vertical-align: baseline;
  margin: 0 0 10px 0;
}
.bloc_type .offre_speciale p strong,
.bloc_type_full .offre_speciale p strong {
  font-size: 22px;
  color: #fc8723;
  vertical-align: baseline;
}
.bloc_type .offre_speciale a,
.bloc_type_full .offre_speciale a {
  background: url(../../images/commun/puces/3.gif) no-repeat left center;
  font-size: 13px;
  color: #97b830;
  padding: 0 0 0 12px;
}
.bloc_type .offre_speciale a:hover,
.bloc_type_full .offre_speciale a:hover {
  text-decoration: none;
}
/* ACTUELLEMENT + RESERVE */
.bloc_type .actuellement,
.bloc_type .offres {
  padding: 10px 0 0 0;
}
.bloc_type .reserve {
  padding: 18px 0 0 0;
}
.bloc_type .actuellement .ligne,
.bloc_type_full .actuellement .ligne,
.bloc_type .reserve .ligne,
.bloc_type_full .reserve .ligne,
.bloc_type .offres .ligne,
.bloc_type_full .offres .ligne {
  padding: 0 0 18px 0;
  overflow: hidden;
  height: 1%;
}
.bloc_type .actuellement .ligne .item,
.bloc_type_full .actuellement .ligne .item,
.bloc_type .reserve .ligne .item,
.bloc_type_full .reserve .ligne .item,
.bloc_type .offres .ligne .item,
.bloc_type_full .offres .ligne .item {
  float: left;
  width: 120px;
  text-align: center;
}
.bloc_type .actuellement .ligne .item.last,
.bloc_type_full .actuellement .ligne .item.last,
.bloc_type .reserve .ligne .item.last,
.bloc_type_full .reserve .ligne .item.last,
.bloc_type .offres .ligne .item.last,
.bloc_type_full .offres .ligne .item.last {
  float: right;
}
.bloc_type .actuellement .item h2,
.bloc_type .reserve .item h2,
.bloc_type .offres .item h2 {
  font-size: 11px;
  font-weight: normal;
  color: #6b788b;
  text-align: center;
  margin: 0 0 6px 0;
}
.bloc_type .actuellement .item .visuel,
.bloc_type .reserve .item .visuel,
.bloc_type .offres .item .visuel {
  display: block;
  margin: 0 0 5px 0;
}
.bloc_type .actuellement .item .visuel img,
.bloc_type .reserve .item .visuel img,
.bloc_type .offres .item .visuel img {
  display: block;
  margin: 0 auto;
}
.bloc_type .actuellement .item .bt,
.bloc_type .reserve .item .bt,
.bloc_type .offres .item .bt {
  background: url(../../images/commun/puces/3.gif) no-repeat left center;
  font-size: 13px;
  color: #97b830;
  padding: 0 0 0 12px;
}
.bloc_type .actuellement .item .bt:hover,
.bloc_type .reserve .item .bt:hover,
.bloc_type .offres .item .bt:hover {
  text-decoration: none;
}
/* LISTES */
.bloc_type .listes,
.bloc_type_full .listes {
  padding: 10px 0;
  overflow: hidden;
  height: 1%;
}
.bloc_type .liste,
.bloc_type_full .liste {
  float: left;
  width: 140px;
  padding: 0 16px 0 0;
}
.bloc_type_full .liste {
  width: 185px;
}
.bloc_type .liste.last,
.bloc_type_full .liste.last {
  width: 105px;
  padding: 0;
}
.bloc_type_full .liste.last {
  width: 180px;
  padding: 0;
}
.bloc_type .liste li,
.bloc_type_full .liste li {
  background: url(../../images/commun/puces/2.gif) no-repeat left 5px;
  padding: 0 0 5px 10px;
}
.bloc_type .liste li a,
.bloc_type_full .liste li a {
  font-size: 12px;
  color: #637082;
}
.bloc_type .liste li a:hover,
.bloc_type_full .liste li a:hover {
  text-decoration: none;
}
/* DOSSIER */
.bloc_type .dossier {
  padding: 10px 0;
  overflow: hidden;
}
.bloc_type .dossier .visuel {
  float: left;
  border: 1px solid #8e9cb0;
  margin: 0 10px 0 0;
  overflow: hidden;
}
.bloc_type .dossier h2 {
  font-size: 14px;
  color: #8796ab;
  margin: 0 0 10px 0;
}
.bloc_type .dossier a {
  font-size: 14px;
  color: #8796ab;
  margin: 0 0 10px 0;
  text-decoration: none;
}
.bloc_type .dossier p {
  margin: 0 0 5px 0;
  overflow: hidden;
}
.bloc_type .dossier .lien {
  text-align: right;
}
.bloc_type .dossier .lien a {
  background: url(../../images/commun/puces/2.gif) no-repeat left center;
  font-size: 12px;
  color: #97b830;
  text-decoration: none;
  padding: 0 0 0 8px;
}
.bloc_type .dossier .lien a:hover {
  text-decoration: underline;
}
.lien_tous_dossier {
  text-align: right;
  margin: 0 0 20px 0;
}
.lien_tous_dossier a {
  background: url(../../images/commun/pictos/dossier.png) no-repeat left center;
  color: #8796ab;
  padding: 0 0 0 25px;
}
.lien_tous_dossier a:hover {
  text-decoration: none;
}
/* BLOC TYPE 2*/
.bloc_type2 {
  background: url(../../images/commun/f_bloc2.png) no-repeat left top;
  padding: 5px 0 0 0;
  margin: 0 0 20px 0;
}
.bloc_type2 .b_bloc_type {
  background: url(../../images/commun/f_bloc2.png) no-repeat center bottom;
  padding: 0 0 5px 0;
}
.bloc_type2 .f_bloc_type {
  background: url(../../images/commun/f_bloc2.png) no-repeat right top;
  border-left: 1px solid #dde0e7;
  border-right: 1px solid #dde0e7;
  padding: 5px 10px;
}
.bloc_type2 h3 {
  font-size: 14px;
  color: #303d50;
  margin: 0 0 5px 0;
}
.bloc_type2 p {
  font-size: 12px;
  color: #535f70;
  margin: 0 0 10px 0;
}
.bloc_type2 p a {
  color: #535f70;
}
.bloc_type2 p a:hover {
  color: #535f70;
}
.bloc_type2 .lien {
  overflow: hidden;
  height: 1%;
}
.bloc_type2 .lien a {
  float: left;
  line-height: 16px;
  color: #8796ab;
  padding: 0 0 0 25px;
}
.bloc_type2 .acteur a {
  background: url(../../images/commun/pictos/acteur.png) no-repeat left center;
}
.bloc_type2 .lexique a {
  background: url(../../images/commun/pictos/lexique.png) no-repeat left center;
}
.bloc_type2 a:hover {
  text-decoration: none;
}
/* FANCYBOX */
#fancybox-inner h2 {
  font-size: 24px;
  color: #90a80a;
  margin: 0 0 10px 0;
}
#fancybox-inner h3 {
  font-size: 22px;
  font-weight: normal;
  color: #8796ab;
  margin: 0 0 10px 0;
}
#fancybox-inner p {
  font-size: 13px;
  color: #303d50;
}
/* FOOTER */
.credit-footer {
  background: #ececec;
  padding-top: 20px;
}
.credit-footer .texte {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #767676;
}
.footer-logo {
  text-align: center;
  margin: 1em auto;
}
.footer-logo img {
  width: 214px;
}
.credit-footer .footer-links {
  flex-wrap: nowrap;
}
.footer-links {
  width: 100%;
}
.group-footer-links {
  margin: 1em auto;
}
.arrow-li-group {
  text-align: left;
  position: relative;
  margin-top: 10px;
}
.arrow-li-group span {
  
}
.arrow-li-group a {
  text-decoration: none;
  margin-left: 20px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #767676;
}
.bold-links {
 font-family: "Montserrat-bold", Arial, Helvetica, sans-serif;
 justify-content: space-around;
 margin: 2em auto;
}
.bold-links a {
  font-size: 15px;
  text-decoration: none;
  color: #000;
}
.footer-info {
  width: 100%;
  align-items: center;
}
.f-info-a {
  width: 40%;
  font-size: 15px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  padding: 1em;
}
.f-info-a p {
  color: #767676;
  margin-bottom: 10px;
}
.f-info-b {
  padding-top: 2em;
    display: block;
    width: 20%;
    text-align: center;
    margin: 1em 2em;
}
.f-info-b a {
  display: inline-block;
  width: 50px;
  height: 50px;
  padding: 1em;
}
.f-info-b svg {
  display: inline-block;
  width: 50px;
  height: 50px;
  padding: 1em;
}
.f-info-c {
  width: 40%;
  font-size: 15px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  padding: 1em;
}
.f-info-c p {
  color: #767676;
  margin-bottom: 2em;
}
.footer-copyright {
  text-align: center;
  font-size: 13px;
  color: #767676;
  padding-top: 15px;
  padding-bottom: 15px;
}
.footer-copyright span {
  text-transform: capitalize;
}
/* PIEDS */
#pied {
  background: #dee7f1;
  width: 100%;
  margin: auto;
  padding-bottom: 3em;
}
#pied a:hover {
  text-decoration: none;
}
.pied_seo,
.pied1,
.pied2,
.pied3,
.pied4,
.pied5 {
  border-bottom: 1px solid #cde;
  padding: 20px 10px;
  margin: auto;
  overflow: hidden;
  width: 85%;
}
/* PIED 1*/
.pied1 h3 {
  font-size: 18px;
  font-weight: normal;
  color: #303d50;
  margin: 0 0 10px 0;
}
.pied1 p,
.pied_seo p {
  font-size: 12px;
  color: #657284;
  line-height: 150%;
  margin: 0 0 10px 0;
}
.pied_seo p {
  margin: 0;
}
.pied1 p a,
.pied_seo p a {
  color: #657284;
}
.pied1 ul {
  overflow: hidden;
}
.pied1 ul li {
  float: left;
  background: url(../../images/commun/sep1.gif) no-repeat right center;
  padding: 0 10px 0 0;
  margin: 0 10px 0 0;
}
.pied1 ul li.last {
  background: none;
  padding: 0;
  margin: 0;
}
.pied1 ul li a {
  color: #303d50;
}
.pied1 .fab {
  font-size: 16px;
}
/* PIED 2 */
.pied2 h3 {
  background: url(../../images/commun/pictos/plan.png) no-repeat left center;
  font-size: 14px;
  color: #303d50;
  padding: 0 0 0 25px;
  margin: 0 0 15px 0;
}
.pied2 .c1,
.pied2 .c2,
.pied2 .c3,
.pied3 .c1,
.pied3 .c2,
.pied3 .c3 {
  float: left;
  width: 190px;
  padding: 0 22px 0 0;
}
.pied2 .c3,
.pied3 .c3 {
  width: 170px;
  padding: 0;
}
.pied2 li,
.pied3 li {
  background: url(../../images/commun/puces/1.gif) no-repeat left 4px;
  padding: 0 0 5px 10px;
}
.pied2 li a,
.pied3 li a {
  color: #758293;
}
.pied2 form.linkform {
  display: inline;
}
.pied2 form.linkform button {
  border: none;
  background: transparent;
  cursor: pointer;
  color: #758293;
  text-decoration: underline;
}
.pied2 form.linkform button:hover {
  text-decoration: none;
}
.pied2 form label {
  display: block;
  background: url(../../images/commun/pictos/newsletter.png) no-repeat left
    center;
  font-size: 14px;
  font-weight: bold;
  color: #303d50;
  line-height: 16px;
  padding: 0 0 0 25px;
  margin: 0 0 8px 0;
}
.pied2 form .ligne {
  overflow: hidden;
}
.pied2 form .ligne input {
  display: inline-block;
  border-radius: 5px;
  box-sizing: border-box;
  width: 199px;
  height: 22px;
  line-height: 22px;
  border: 0;
  padding: 0 5px;
}
.pied2 form .ligne input.bouton {
  display: inline-block;
  background: #697789;
  width: auto;
  height: auto;
  padding: 0 3px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
}
#frm_newsletter2 {
  width: 280px;
  display: inline-block;
}
/* PIED 3*/
.pied3 h3 {
  background: url(../../images/commun/pictos/dossier.png) no-repeat left center;
  font-size: 14px;
  color: #303d50;
  padding: 0 0 0 25px;
  margin: 0 0 15px 0;
}
.pied3 .c4 {
  float: right;
  width: 292px;
}
.pied3 .c4 h4 {
  font-size: 14px;
  font-weight: normal;
  color: #758293;
  margin: 0 0 12px 0;
}
.pied3 .c4 h4 strong {
  display: block;
  color: #91a90b;
}
.pied3 .c4 ul {
  overflow: hidden;
}
.pied3 .c4 ul li {
  padding: 0 0 10px 22px;
}
.pied3 .c4 ul li.dossier {
  background: url(../../images/commun/pictos/dossier.png) no-repeat left top;
}
.pied3 .c4 ul li.acteur {
  background: url(../../images/commun/pictos/acteur.png) no-repeat left top;
}
.pied3 .c4 ul li.lexique {
  background: url(../../images/commun/pictos/lexique.png) no-repeat left top;
  padding: 0 0 0 22px;
}
.pied3 .c4 ul li a {
  font-size: 11px;
  color: #637082;
  vertical-align: bottom;
}
.pied3 .c4 ul li a:hover {
  text-decoration: none;
}
/* PIED 4*/
.pied4 {
  color: #303d50;
}
.pied4 .c1 {
  float: left;
  font-size: 10px;
  color: #303d50;
}
.pied4 p {
  margin: 0 0 4px 0;
}
.pied4 .c2 {
  float: right;
  font-size: 11px;
  color: #303d50;
}
/* PIED 5 */
.pied5 {
  background: none;
}
.pied5 .ligne {
  margin: 0px;
  overflow: hidden;
}
.pied5 .ligne h3 {
  float: left;
  width: 145px;
  font-size: 11px;
  color: #7c8897;
  padding: 0 20px 0 0;
}
.pied5 .ligne ul {
  float: right;
  width: 775px;
  overflow: hidden;
}
.pied5 .ligne ul li {
  float: left;
  background: url(../../images/commun/sep2.gif) no-repeat right center;
  padding: 0 5px 0 0;
  margin: 0 5px 0 0;
}
.pied5 .ligne ul li.last {
  background: none;
  padding: 0;
  margin: 0;
}
.pied5 .ligne ul li a {
  font-size: 11px;
  color: #8695aa;
  text-decoration: none;
}
#pied .pied5 .ligne ul li a:hover {
  text-decoration: underline;
}

.pagination2 img {
  cursor: pointer;
}

.cms .categories .acteur_liste ul li {
  width: 250px;
}

#close_fancy {
  font-size: 12px;
  color: #8695aa;
  text-decoration: none;
  padding: 0 0 0 0px;
}

.bloc_type .dossier .intro_dossier a {
  font-size: 100%;
  color: #000000;
  text-decoration: none;
}

.liste_dossier .item .intro_dossier a {
  font-size: 100%;
  color: #000000;
  text-decoration: none;
}
/* **** Annonces Partners */
.row-group {
  display: flex;
  flex-flow: row;
}
.column-group {
  display: flex;
  flex-flow: column;
}
.annonces-header {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 11px;
  margin: 1em auto;
}
.partnerbloc-info {
  display: block;
  width: 100%;
  margin: 6px auto;
  height: 52px;
  overflow: hidden;
  box-sizing: border-box;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -webkit-box-shadow: 0px 3px 20px #04228E1A;
  -moz-box-shadow: 0px 3px 20px #04228E1A;
  box-shadow: 0px 3px 20px #04228E1A;
  transition: 0.5s all ease-in-out;
}
.partnerbloc-info:hover {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(228, 228, 228,1);
  -moz-box-shadow: 0px 0px 0px 0px rgba(228, 228, 228,1);
  box-shadow: 0px 0px 0px 0px rgba(228, 228, 228,1);
  background-color: #04228e1a;
}
.partnerbloc-info:hover .partnerline-info>img {
  opacity: 0.6;
  transform: scale(1.1);
}
.partnerbloc-info:hover .partnerline-info .result-infos .annonce-link {
  background-color: #1E824C;
}
.partnerline-info {
  cursor: pointer;
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.partnerline-info img {
  width: 120px;
  height: 52px;
  aspect-ratio: 3/2;
  object-fit: contain;
  mix-blend-mode: darken;
  transition: 0.5s all ease-in-out;
}
.partnerline-info .result-infos {
  width: 100%;
  height: 52px;
}
.result-infos .info-group {
  width: 100%;

}
.info-group .taeg {
  width: 98px;
  font-family: "Montserrat-Bold",Arial, helvetica, sans-serif;
  font-size: 10px;
  padding: 5px 10px;
  display: flex;
  flex-flow: wrap;
  gap: 2px;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.info-group .taeg span {
  font-family: "Montserrat",Arial, helvetica, sans-serif;
}
.info-group .result-text {
  width: 60%;
  font-size: 9px;
  text-align: left;
  padding: 0px 10px;
  color: #707070;
}
.info-group .result-text small {
  display: inline-block;
  margin-top: 10px;
}
.info-group .partner-condition {
  width: 40%;
  font-family: "Montserrat-bold", Arial, Helvetica, sans-serif;
  font-size: 13px;
  padding: 5px;
  justify-content: space-between;
}
.info-group .partner-condition .calc,
.info-group .partner-condition .duree {
  display: flex;
  align-items: center;
  font-size: 13px;
}
.info-group .partner-condition .calc span>svg,
.info-group .partner-condition .duree span>svg {
  width: 15px;
  margin-right: 3px;
}
.green {
  color: #1AB16A;
}
.result-infos .annonce-link {
  text-align: center;
  width: 169px;
  margin: 0 0 0 auto;
  color: #fff;
  background-color: #1AB16A;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  line-height: 50px;
  transition: 0.3s all ease-in-out;
}
.result-infos .annonce-link span {
  font-family: "Montserrat-bold", Arial, Helvetica, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  transition: 0.5s all ease-in-out;
}
/* Arrow Down*/
.separate-results {
  position: relative;
  width: 100%;
  height: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
p.plus-annonces {
  text-align: center;
  font-family: "Montserrat-bold", Arial, Helvetica, sans-serif;
  font-size: 15px;
}
div.down-arrow {
	width: 2vmin;
	height: 2vmin;
	box-sizing: border-box;
	position: absolute;
	left: 50%;
  bottom: 15px;
  cursor: pointer;
  transform-style: preserve-3d;
	transform: rotate(135deg);
  animation: ಠ_ಠ 1s infinite alternate ease-in-out -7.5s;
  animation-fill-mode: forwards;
  transform: translateY(0) rotate(135deg);
  -webkit-transform: translateY(0) rotate(135deg);
  -moz-transform: translateY(0) rotate(135deg);
  -ms-transform: translateY(0) rotate(135deg);
  -o-transform: translateY(0) rotate(135deg);
}
div.down-arrow::before {
	content: '';
	width: 100%;
	height: 100%;
	border-width: .5vmin .5vmin 0 0;
	border-style: solid;
	border-color: #1AB16A;
	transition: .2s ease;
	display: block;
	transform-origin: 100% 0;
}
div.down-arrow::after {
	content: '';
	float: left;
	position: relative;
	top: -100%;
	width: 100%;
	height: 100%;
	border-width: 0 .5vmin 0 0;
	border-style: solid;
	border-color: #1AB16A;
	transform-origin: 100% 0;
	transition:.2s ease;
}
@keyframes ಠ_ಠ {
  100% {
    transform: translateY(4px) rotate(135deg);
  }
}
.right-arrow {
	width: 6px;
	height: 6px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
  cursor: pointer;
	transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.right-arrow::before {
	content: '';
	width: 100%;
	height: 100%;
	border-width: .4vmin .4vmin 0 0;
	border-style: solid;
	border-color: #1AB16A;
	transition: .2s ease;
	display: block;
	transform-origin: 100% 0;
}
.right-arrow::after {
	content: '';
	float: left;
	position: relative;
	top: -100%;
	width: 100%;
	height: 100%;
	border-width: 0 .4vmin 0 0;
	border-style: solid;
	border-color: #1AB16A;
	transform-origin: 100% 0;
	transition:.2s ease;
}
.adviser {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 30px;
  padding: 1em;
  margin-left: -50%;
  left: 50%;
  background-color: #eaeaea;
  color: black;
  text-align: center;
  font-family: "Montserrat-Bold", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 15px;
  opacity: 0.8;
  background-color: gradient-lineal(to bottom, #3d3d3d, transparent);
  transition: 0.5s all ease-in-out;
  background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(166,168,168,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(166,168,168,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(166,168,168,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(166,168,168,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(166,168,168,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(166,168,168,1) 100%);
  z-index: 999;
}
/*  */
.partnerbloc {
  display: block;
  width: 100%;
  margin: 6px auto;
  height: 52px;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 5px;
  border: 2px solid #ccc;
}
.partnerline {
  background: #dee7f1;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  position: relative;
}
.partnerline.light {
  background: #f9faf7;
}
.partnerline .ad {
  position: absolute;
  font-size: 0.7em;
  top: 1px;
  left: 1px;
}
.partnerline:hover {
  background: #dff2ff;
}
.partnerline:hover img {
  opacity: 0.8;
}
/* Result Infos */
.partnerline .result-infos {
  display: inline-flex;
  flex-direction: row;
  width: calc(100% - 320px);
  margin-left: 6px;
  height: 52px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}
.partnerline .result-infos p {
  width: 100%;
  box-sizing: border-box;
  vertical-align: middle;
  align-self: center;
}
.partnerline .result-infos .flexbox {
  display: inline-block;
  width: 40%;
  text-align: center;
  white-space: nowrap;
  box-sizing: border-box;
}
.partnerline .result-infos .flexbox:first-of-type {
  text-align: left;
  padding-left: 7px;
}
.partnerline .result-infos .flexbox:last-of-type {
  text-align: right;
  padding-right: 7px;
  width: 20%;
}
.partnerline .result-submit {
  display: inline-block;
  width: 160px;
  float: right;
  padding-top: 4px;
  padding-right: 4px;
}
.partnerline .result-submit a.custom-button {
  width: 90%;
  margin: auto;
}
.partnerbloc small {
  display: block;
  margin-top: 5px;
  font-size: 0.8em;
  color: #697789;
}
.only-mobile {
  display: none;
}
.footer-mobile {
  display: none;
}
.partner {
  border: 2px solid #aaa;
  width: 96%;
  height: 62px;
  margin: 0.5em auto;
  vertical-align: middle;
  font-size: 12px;
  cursor: pointer;
  border-radius: 5px;
  position: relative;
  box-sizing: border-box;
}
.partner span,
.partner div {
  display: inline-block;
}
.partner div {
  width: calc(100% - 140px);
  height: 58px;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  display: inline-flex;
}
.partner > div > p:first-child {
  line-height: 1.1em;
  white-space: nowrap;
  letter-spacing: -0.03em;
  vertical-align: middle;
  margin-top: 10px;
}
span.part-logo {
  width: 75px;
  padding: 0;
  margin-right: 5px;
  vertical-align: top;
  position: relative;
}
.part-logo img {
  width: 100%;
}
/* .part-logo::before {
  content: "Annonce";
  font-size: 0.75em;
  padding: 2px;
  color: #000;
  display: block;
  z-index: +1;
} */
.partner .small {
  display: table-cell;
  width: 100%;
  height: 52px;
  font-size: 0.78em;
  line-height: 0.98em;
  color: #555;
  position: relative;
  padding-left: 6px;
  background: #fff;
  border-left: 2px solid #fff;
  padding-top: 2px;
  padding-right: 2px;
  vertical-align: middle;
  box-sizing: border-box;
}
.partner .result-submit {
  width: 60px;
  display: inline-block;
  position: absolute;
  text-align: center;
  height: 62px;
  background: #bfce2d;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 2px solid #bfce2d;
  border-left: none;
  font-weight: bold;
  right: -2px;
  top: -2px;
  padding-top: 15px;
  box-sizing: border-box;
  color: #fff;
  font-size: 11px;
}
.partner .result-submit a {
  color: #fff;
  text-decoration: none;
}
/*.partner .result-submit a::before {
	  content: '\0027E9 ';
	  margin-right: .7em;
	  font-weight: bold;
  }*/
/* Elements  */
.elements-ranges {
  margin-top: 5px;
  font-size: 14px;
  color: #707070;
}
.mobil-range-montant,
.mobil-range-duree {
  position: relative;
  display: block;
  margin: 10px auto;
  padding: 20px;
}
.vertical-img {
  text-align: right;
  text-align: -webkit-left;
  transform: rotateZ(269deg);
  position: absolute;
  right: -2em;
  bottom: 14em;
}
.mobil-range-montant .etiqueta,
.mobil-range-duree .etiqueta {
  width: 100%;
  padding: 0 2em 2em;
  font-size: 14px;
}
/* @keyframes slidein {
  0%,
  63% {
    right: -101%;
    opacity: 0;
  }

  70%,
  100% {
    right: 0;
    opacity: 1;
  }
} */
@keyframes slidein {
  0%,
  63% {
    right: 0;
    width: 0;
    opacity: 0;
  }
  70%,
  100% {
    right: 0;
    width: 100%;
    opacity: 1;
  }
}
#contenu .otof {
  width: 96%;
  margin: auto;
  padding-top: 11px;
}
#contenu .otof-new {
  font-family: "Montserrat-bold", Arial, Helvetica, sans-serif;
  font-size: 15px;
  padding-top: 0;
  align-items: center;
  text-align: center;
}
.otof-new img {
  width: 40px;
  cursor: pointer;
}
.icon-calculator {
  vertical-align: middle;
}
/* Partenaires footer area */
.partenaires {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  vertical-align: middle;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #767676;
}
.partenaires-header {
  padding-top: 0;
  padding-right: 1em;
  padding-bottom: 0;
  padding-left: 1em;
  font-size: 12px;
  text-align: center;
}
.partenaires-body {
  margin: 0;
  padding: 1em;
  justify-content: space-around;
}
/* COOKIES */
.cc-theme-creditneto.cc-window {
  color: #707070;
  background-color: rgb(238, 238, 238);
  
}
.cc-theme-creditneto.cc-window {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  padding: 5px;
  z-index: 9000;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  height: 40px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.cc-theme-creditneto.cc-window.cc-banner {
  padding: 0;
}
.cc-theme-creditneto .cc-message,
.cc-theme-creditneto .cc-compliance {
  display: inline-block;
  vertical-align: middle;
}
.cc-theme-creditneto .cc-message {
  width: 80%;
  text-align: center;
  margin-right: 1em;
  font-size: 11px;
}
.cc-theme-creditneto .cc-compliance {
  width: 20%;
  height: 100%;
  margin: 0;
  background-color: #1AB16A;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.cc-theme-creditneto .cc-compliance .cc-btn {
  padding: 8px;
  background-color: #1AB16A;
  color: #fff;
  font-size: 16px;
}
.cc-link {
  white-space: nowrap;
}
.cc-invisible {
  display: none;
}
.cc-color-override--1356349230 .cc-btn:hover, 
.cc-color-override--1356349230 .cc-btn:focus {
  background-color: #1AB16A !important;
}
/* Responsive */
@media screen and (max-width: 1100px) {
  #contenu {
    padding: 5px;
  }
  #contenu, 
  .menu {
    width: 100%;
  }
  .partnerbloc-info,
  .partnerline-info .result-infos {
    height: 60px;
  }
}
@media screen and (max-width: 914px) {
  #main-menu {
    font-size: 9px;
  }
  #contenu {
    display: block;
  }
  form.qs {
    margin: auto;
  }
  form.qs .inline-elements {
    width: 85%;
    margin: auto;
  }
  #tri-res.form .select {
    width: 150px;
  }
  form.qs .first-bloc {
    width: 150px;
  }
  form.qs .first-bloc select {
    width: 125px;
  }
  form.qs .first-bloc .select::after {
    margin-left: 0;
  }
  form.qs .separate-bloc {
    width: auto;
  }
  .info-group .result-text small {
    margin-top: 5px;
  }
  form.separately,
  .styledSelect {
    width: 150px;
  }
}

/* @media screen and (max-width: 860px) { */
@media screen and (max-width: 768px) {
  .no-mobile {
    display: none;
  }
  .only-mobile {
    display: block;
  }
  h1 {
    font-size: 2em;
    text-decoration: underline;
    margin-top: 1em;
  }
  #contenu {
    font-size: 0.7em;
  }
  .form #montant {
    width: 70px;
  }
  #bandeau {
    background-image: none;
    position: sticky;
    position: -webkit-sticky;
    top: -100px;
    z-index: 9998;
    overflow: visible;
  }
  #bandeau .bandeau {
    padding: 0;
    height: auto;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
  }
  #bandeau .bandeau .c1 {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 20px;
    padding: 5px 5px;
  }
  #bandeau .bandeau .c1 .link {
    width: 127px;
  }
  #bandeau #c2c3 {
    display: none;
  }
  #bandeau .bandeau .c3 {
    display: inline-block;
    font-size: 9px;
    width: 90%;
    margin: auto;
    color: #707070;
    font-size: 8px;
    text-align: center;
  }
  #bandeau .bandeau .c3 form input {
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
  }
  #menu-btn {
    position: absolute;
    display: inline-block;
    cursor: pointer;
    top: 10px;
    right: 10px;
    height: 25px;
    padding: 5px;
    padding-top: 10px;
    z-index: 10000;
  }
  .hamburguer-lines {
    text-align: right;
    text-align: -webkit-right;
  }

  /* Hamburguer Nav btn */
  .bar1 {
    width: 35px;
    height: 2px;
    background-color: #1AB16A;
    margin: 6px 0;
    transition: 0.4s;
  }
  .invis {
    width: 35px;
    height: 2px;
    margin: 6px 0;
    opacity: 1;
    background-color: #1AB16A;
    transition: 0.3s all ease-in-out;
  }
  .bar3 {
    width: 20px;
    height: 2px;
    background-color: #1AB16A;
    margin: 6px 0;
    transition: 0.4s;
  }
  
  /* Animations bars */
  .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-5px, 6px);
    transform: rotate(-45deg) translate(-5px, 6px);
  }
  .change .invis {
    opacity: 0;
  }
  .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-5px, -6px);
    transform: rotate(45deg) translate(-5px, -6px);
    width: 35px;
  }

  /* Menu */
  .arrow {
    width: 40px;
    margin-left: -35px;
    margin-right: 40px;
  }
  .menu {
    top: 100px;
    width: 100%;
    box-sizing: border-box;
    box-shadow: none;
    background: #ffffff;
    height: 0;
    overflow: hidden;
    transition: all 0.8s ease-out;
    z-index: 9998;
  }
  .menu.active {
    height: calc(100vh - 0px);
    background-color: #EFEFEF !important;
    position: fixed;
    top: 0;
    left: 0;
  }
  .nav-logo {
    display: block;
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }
  .nav-logo img {
    width: 132px;
    margin: auto;
  }
  .menu .menuform, 
  .menu .inline-box {
    display: block;
    width: 80%;
    text-align: justify;
    margin: auto;
  }
  .menu .inline-box {
    margin-top: 20%;
  }
  .menu.active .menuform:nth-child(odd),
  .menu.active .menuform:nth-child(even),
  .menu .menuform:nth-child(odd),
  .menu .menuform:nth-child(even) {
    background-color: #EFEFEF;
  }
  .menu .inline-box a.menuform {
    align-items: flex-start;
    justify-content: flex-start;
    height: auto;
    font-family: "Montserrat-light", Arial, Helvetica, sans-serif;
    font-weight: 300;
    margin-top: 10px;
    color: #707070;
    font-size: 20px;
  }
  .inline-box a>span.right-arrow {
    position: relative;
    display: inline-block;
    top: 8px;
    margin-right: 1em;
  }
  .menu .inline-box .menuform.active::after {
    border-bottom: 0;
  }

  /* Index Page */
  .content-header h2 {
    font-size: 16px;
  }
  .service-card {
    width: 120px;
  }
  .service-card h3 {
    font-size: 14px;
  }

  /*** Comparez Page ***/
  /* Calculers */
  header.forms {
    margin: 14px auto;
  }
  .forms {
    margin: 0 auto;
    width: 96%;
    text-align: left;
  }
  .form.qs {
    display: none;
  }
  #form-btn {
    padding: 3px 5px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 1.9em;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
  }
  .form.qsm {
    display: block;
    height: 0;
    width: 100%;
    position: fixed;
    top: 0;
    overflow: hidden;
    transition: all ease-out 0.6s;
    background: #fff;
  }
  .form.qsm.active form {
    padding: 4px;
    font-size: 1.3em;
    width: 95%;
  }
  .form.qsm.active {
    height: 100vh;
    background: #EFEFEF;
    bottom: 0;
    margin: 0;
    z-index: 99999;
  }
  .form.qsm.active .center-icon img {
    width: 70px;
    height: 70px;
  }
  .form.qsm .accept-form {
    text-align: right;
  }
  .form.qsm .accept-form img {
    width: 40px;
    padding-top: 27px;
    padding-right: 27px;
  }
  .form.qsm .pret_selected {
    background-color: #EFEFEF;
  }
  .mobil-range-montant,
  .mobil-range-duree {
    width: 325px;
    text-align: left;
  }
  .etiqueta {
    padding: 0;
    margin-bottom: 10px;
    font-family: "Montserrat-bold";
  }
  .form.qsm input[type="range"] {
    width: 90%;
  }
  .form.qsm .elements-ranges {
    font-size: 10px;
  }
  .form.qsm #montant {
    width: auto;
    padding-left: 5px;
    margin: 0;
    font-size: 13px;
    flex: 1;
  }
  /* SELECTs */
  #tri-res.form .select {
    width: 100px;
  }
  .styledSelect {
    position: absolute;
    width: auto;
    height: auto;
    top: initial;
    right: initial;
    bottom: unset;
    left: 0;
    line-height: inherit;
    vertical-align: middle;
    background-color: #ffffff;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
    border: 0;
    border-radius: 0;
    text-align: inherit;
  }
  .styledSelect:after {
    content: "";
  }
  .styledSelect:active, 
  .styledSelect.active {
    background-color: white;
  }
  ul.options {
    position: fixed;
    top: inherit;
    bottom: 0;
    margin: 0;
    padding-top: 15px;
    height: 150px;
    /* border-top: 20px solid #f5f5f5; */
    border-radius: 0px;
    background-color: #e2e2e2;
    overflow: scroll;
    z-index: 9999;
  }
  ul.options:before {
    content: "";
    position: fixed;
    display: block;
    bottom: 150px;
    width: 100%;
    height: 20px;
    background-color: #f5f5f5;
  }
  ul.options:after {
    content: "\2304";
    position: fixed;
    display: block;
    bottom: 153px;
    left: 15px;
    font-size: 24px;
    color: #959595;
  }
  .options li {
    text-align: center;
    font-size: 17px;
  }
  .separately {
    flex: auto;
    margin: 0;
    align-self: flex-start;
  }
  #tri-res.form .trier, 
  #form-btn.only-mobile .calculator {
    display: block;
    text-align: center;
    line-height: 2em;
    color: #A1B3BD;
    font-size: 13px;
    font-family: "Montserrat-medium", Arial, Helvetica, sans-serif;
    cursor: pointer;
  }
  #form-btn.only-mobile .calculator img {
    width: 24px;
    vertical-align: middle;
  }
  #tri-res.form .trier img {
    width: 30px;
  }
  .calculator span {
    margin-left: 15px;
  }
  .trier span {
    margin-right: 15px;
  }
  #tri-res.form select {
    display: none;
    width: 100%;
    height: auto;
    position: fixed;
    bottom: 0;
    left: 0;
    text-align: center;
    font-size: 14px;
    color: #676767;
    overflow: scroll;
    background-color: #d7d5d5;
    margin: auto;
    padding: 15px;
    border: none;
    border-top: 10px solid #ffffff;
    z-index: 9997;
    transition: 0, 3s all ease-in-out;
    cursor: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  #tri-res.form select option {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    margin: 5px auto;
  }
  #tri-res.form span.select {
    display: none;
  }

  /* Parnerblocs */
  .annonces-header {
    font-size: 8px;
  }
  .adviser,
  p.plus-annonces {
    font-size: 10px;
  }
  .adviser {
    line-height: 2rem;
  }
  .separate-results {
    height: 5px;
  }
  .separate-results .down-arrow {
    display: none;
  }
  .adviser .down-arrow {
    position: relative;
    display: inline-block;
    margin-left: 35px;
    left: 0;
    bottom: -8px;
  }
  dic.down-arrow {
    width: 1vmin;
    height: 1vmin;
  }
  .partnerbloc-info,
  .mble {
    height: 50px;
  }
  .mble img {
    width: 69px;
    margin-left: 10px;
    margin-right: 20px;
    align-self: center;
  }
  .mble .partner {
    border: 0px;
    width: 100%;
    height: inherit;
    font-size: 11px;
  }
  .mble .partner .info-group {
    display: flex;
    flex-flow: column nowrap;
    width: calc(100% - 15%);
    height: auto;
    margin: 0 0 0 15px;
    text-align: left;
    transition: 0.5s all ease-in-out;
  }
  .mble .partner .info-group div {
    width: 100%;
    height: auto;
    font-size: 10px;
    font-family: "Montserrat-bold", Arial, Helvetica, sans-serif;
  }
  .mble .partner .info-group div .green img {
    width: 7px;
    margin: 0;
    height: 10px;
  }
  .mble .partner .info-group div strong,
  .mble .partner .info-group div .green {
    margin-left: 4px;
    margin-right: 4px;
  }
  .mble .partner .small {
    padding-left: 5px;
    top: 0;
    position: absolute;
    font-size: 9px;
    height: 50px;
    text-align: left;
    padding-top: 6px;
    animation-duration: 8.5s;
    animation-name: slidein;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-delay: -13s;
  }
  .mble .partner .small:hover {
    background-color: rgb(228 228 228);
  }
  .mble .annonce-link {
    text-align: center;
    text-transform: uppercase;
    width: 90px;
    margin: 0 0 0 auto;
    color: #fff;
    background-color: #1AB16A;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    line-height: 50px;
    transition: 0.3s all ease-in-out;
    z-index: 99;
  }
  .mble .annonce-link:hover {
    background-color: #1E824C;
  }
  .mble .annonce-link span {
    font-family: "Montserrat-bold", Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 5px;
    font-weight: bold;
  }

  /* Footer */
  .footer-mobile {
    display: block;
    width: 60%;
    margin: auto;
    font-size: 10px;
  }
  .footer-mobile .f-info-a,
  .footer-mobile .f-info-c {
    width: auto;
  }
  .footer-mobile .f-info-a p:nth-child(1),
  .footer-mobile .f-info-a p:nth-child(2) {
    color: #000;
  }
  .footer-mobile .f-info-a p:nth-child(3) {
    font-family: "Montserrat-light", Arial, Helvetica, sans-serif;
    font-weight: 300;
  }
  .footer-mobile .f-info-a,
  .footer-mobile .bold-links a,
  .footer-mobile .f-info-c p,
  .footer-copyright {
    font-size: 10px;
  }
  .footer-mobile .bold-links {
    text-align: center;
  }
  .footer-mobile .bold-links .row-group {
    justify-content: space-evenly;
  }
  .footer-mobile .bold-links .link-along {
    margin-top: 2em;
  }
  .footer-mobile .f-info-b {
    padding: 1em;
    width: auto;
    display: flex;
    justify-content: center;
  }
  .footer-mobile .footer-links .group-footer-links a {
    font-size: 10px;
    font-family: "Montserrat-light",Arial, Helvetica, sans-serif;
    font-weight: 300;
  }
  .footer-mobile .f-info-b a svg {
    width: 26px;
  }
  .footer-mobile .footer-logo img {
    width: 140px;
  }
  .f-info-c {
    font-family: "Montserrat-light", Arial, Helvetica, sans-serif;
    font-weight: 300;
  }
  .partenaires,
  .partenaires-header {
    font-size: 8px !important;
  }
  .partenaires-body .column-group {
    margin: 5px;
  }
  /* COOKIES */
  .cc-window.cc-banner.cc-theme-creditneto {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding: 3px;
    align-items: center;
    height: auto;
  }
  .cc-theme-creditneto .cc-message {
    line-height: 12px;
    font-size: 10px;
    margin: 0;
    width: 80%;
  }
  .cc-theme-creditneto .cc-compliance {
    width: 20%;
    font-size: 8px;
  }
  .cc-window.cc-banner.cc-theme-classic .cc-btn {
    font-size: 12px;
    max-width: 50px;
    min-width: 15px;
    height: 15px;
    line-height: 15px;
    padding: 4px;
  }
  .cc-theme-creditneto .cc-compliance .cc-btn,
  .cc-theme-creditneto .cc-compliance a.cc-btn,
  .cc-theme-creditneto .cc-message {
    font-size: 8px;
  }
}

@media screen and (max-width: 414px) {
  .inline-box a>span.right-arrow {
    top: 6px;
  }
  .form.qsm .pret_selected {
      font-size: 24px;
  }
  .mobil-range-montant,
  .mobil-range-duree {
    width: 250px;
  }
  .mobil-range-montant .etiqueta, 
  .mobil-range-duree .etiqueta {
    padding: 0;
    margin-bottom: 20px;
  }
  .form.qsm input[type="range"] {
    width: 100%;
    margin: 0;
  }
  .form.qsm .elements-ranges {
    margin-top: 10px;
  }
  .form.qsm.active .vertical-img img {
    width: 140px;
    margin-bottom: 2rem;
    margin-right: 1rem;
  }

  /* annonces */
  .mble img {
    width:60px;
    margin-left: 2px;
    margin-right: 0;
  }
  .mble .partner .info-group {
    width: 100%;
    margin-left: 4px;
    padding-top: 6px;
  }
  .mble .partner .info-group div {
    font-size: 10px;
  }
  .mble .partner .small {
    font-size: 8px;
    padding-top: 6px;
  }
  .footer-mobile .f-info-b {
    margin-top: 0;
    padding-top: 5px;
  }
  .f-info-b a,
  .f-info-b svg,
  .footer-mobile .f-info-b a svg {
    display: inline-block;
    width: 28px;
    height: 28px;
  }
  .mble .partner .info-group div strong, 
  .mble .partner .info-group div .green {
      margin-left: 2px;
      margin-right: 2px;
  }

  /*  Footer */
  .footer-mobile .f-info-a,
  .footer-mobile .bold-links a,
  .footer-mobile .f-info-c p,
  .footer-copyright {
    font-size: 8px;
  }
  .footer-copyright {
    font-size: 7px;
  }
  .footer-mobile .f-info-c {
    padding-bottom: 0;
  }
  .footer-mobile {
    font-size: 8px;
    width: 90%;
  }
  .footer-mobile .f-info-a p:nth-child(1) {
    margin-bottom: 0;
  }

  
}
/* @media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  /* COOKIES * /
  .cc-theme-creditneto.cc-window {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 3px;
    align-items: center;
    height: auto;
  }
} */
@media screen and (max-width: 375px) {
  .form.qsm.active .vertical-img img {
    width: 140px;
    margin-bottom: 1rem;
    margin-right: 2rem;
  }
  .vertical-img {
    bottom: 10em;
  }
  .mble .partner .info-group {
    width: 100%;
    padding-top: 4px;
  }
  .mble .partner .info-group div {
    font-size: 9px;
    margin-top: 3px;
  }
  .mble .partner .small {
    font-size: 8px;
    padding-top: 7px;
  }
  .menu .inline-box a.menuform {
    font-size: 14px;
  }
}
@media screen and (max-width: 320px) {
  .mble .partner .info-group div {
    font-size: 8px;
    margin-top: 1px;
  }
  .mble .partner .small {
    padding-top: 0px;
  }
}