@charset "UTF-8";
@font-face {
  font-family: 'Univers';
  src: url('/bundles/vocore/fonts/universltstd-bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Ingeborg';
  src: url('/bundles/vocore/fonts/ingeborg_italic.otf') format('opentype'), url('/bundles/vocore/fonts/ingeborg_italic.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "vorwerk-planning";
  src: url("/bundles/vocore/fonts/vorwerk-planning.eot");
  src: url("/bundles/vocore/fonts/vorwerk-planning.eot?#iefix") format("embedded-opentype"), url("/bundles/vocore/fonts/vorwerk-planning.woff") format("woff"), url("/bundles/vocore/fonts/vorwerk-planning.ttf") format("truetype"), url("/bundles/vocore/fonts/vorwerk-planning.svg#vorwerk-planning") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "vorwerk-planning" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="vor-"]:before,
[class*=" vor-"]:before {
  font-family: "vorwerk-planning" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
vor-animateur:before {
  content: "\e000";
}
.vor-arrow:before {
  content: "\e001";
}
.vor-calendar:before {
  content: "\e002";
}
.vor-catalogue:before {
  content: "\e003";
}
.vor-check:before {
  content: "\e004";
}
.vor-cloche:before {
  content: "\e005";
}
.vor-euro:before {
  content: "\e006";
}
.vor-eye:before {
  content: "\e007";
}
.vor-fiche:before {
  content: "\e008";
}
.vor-logout:before {
  content: "\e009";
}
.vor-loupe:before {
  content: "\e00a";
}
.vor-manager:before {
  content: "\e00b";
}
.vor-pen:before {
  content: "\e00c";
}
.vor-pin:before {
  content: "\e00d";
}
.vor-planning:before {
  content: "\e00e";
}
.vor-plus:before {
  content: "\e00f";
}
.vor-save:before {
  content: "\e010";
}
.vor-trash:before {
  content: "\e011";
}
.vor-user:before {
  content: "\e012";
}
.vor-clock:before {
  content: "\e013";
}
.vor-list:before {
  content: "\e014";
}
.vor-silhouette:before {
  content: "\e015";
}
.vor-user-light:before {
  content: "\e016";
}
.vor-store:before {
  content: "\e017";
}
@-webkit-keyframes ball-scale {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes rotate-90-ccw {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.ingeborg {
  font-family: 'Ingeborg', serif;
  font-weight: bold;
}
.slick-slider {
  float: left;
  width: 100%;
  position: relative;
}
.slick-slider .slick-list {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.slick-slider .slick-list .slick-slide {
  float: left;
  display: none;
  position: relative;
  overflow: hidden;
}
.slick-slider .slick-list .slick-slide:focus {
  outline: none;
}
.slick-slider .slick-list .slick-slide img {
  float: left;
  width: 100%;
}
.slick-slider .slick-arrow {
  position: absolute;
  height: 50px;
  width: 40px;
  line-height: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  font-size: 0;
  text-align: center;
}
.slick-slider .slick-arrow:before {
  content: '';
  font-size: 25px;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
}
.slick-slider .slick-arrow.slick-prev {
  left: 5px;
}
.slick-slider .slick-arrow.slick-prev:before {
  content: '<';
}
.slick-slider .slick-arrow.slick-next {
  right: 5px;
}
.slick-slider .slick-arrow.slick-next:before {
  content: '>';
}
.slick-slider .slick-dots {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 5;
  text-align: right;
}
.slick-slider .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.slick-slider .slick-dots li button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 8px;
  height: 8px;
  background: #009a3d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: none;
  font-size: 0;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0.4;
}
.slick-slider .slick-dots li:hover button {
  opacity: 0.7;
}
.slick-slider .slick-dots li.slick-active button {
  opacity: 1;
}
.slick-slider.slick-initialized .slick-slide {
  display: block !important;
}
@media (max-width: 600px) {
  .slick-slider .slick-dots li {
    margin: 0 3px;
  }
  .slick-slider .slick-dots li button {
    width: 6px;
    height: 6px;
  }
}
html,
body {
  float: left;
  width: 100%;
  font-family: Arial, sans-serif;
  color: #113c2b;
  overflow-x: hidden;
}
html *,
body * {
  margin: 0;
  padding: 0;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
}
html input:focus,
body input:focus,
html select:focus,
body select:focus,
html button:focus,
body button:focus {
  outline: none;
}
html button,
body button {
  user-select: none;
}
html select::-ms-expand,
body select::-ms-expand {
  display: none;
}
html input:-webkit-autofill,
body input:-webkit-autofill,
html input:-webkit-autofill:hover,
body input:-webkit-autofill:hover,
html input:-webkit-autofill:focus,
body input:-webkit-autofill:focus,
html input:-webkit-autofill,
body input:-webkit-autofill,
html textarea:-webkit-autofill,
body textarea:-webkit-autofill,
html textarea:-webkit-autofill:hover,
body textarea:-webkit-autofill:hover,
html textarea:-webkit-autofill:focus,
body textarea:-webkit-autofill:focus,
html select:-webkit-autofill,
body select:-webkit-autofill,
html select:-webkit-autofill:hover,
body select:-webkit-autofill:hover,
html select:-webkit-autofill:focus,
body select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset;
  transition: background-color 5000s ease-in-out 0s;
}
html input[type=text]::-ms-clear,
body input[type=text]::-ms-clear {
  display: none;
}
html img,
body img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
html a,
body a,
html a:hover,
body a:hover {
  color: inherit;
}
main {
  float: left;
  width: 100%;
  padding-top: 90px;
}
main section {
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
  padding: 30px 0;
}
.container {
  display: inline-block;
  width: 100%;
  max-width: 1200px;
  padding: 0 10px;
  text-align: left;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  text-align: center;
  height: 90px;
  line-height: 90px;
  background: #ffffff;
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
header .container {
  height: 100%;
}
header .logos {
  float: left;
  height: 100%;
  max-width: 50%;
}
header .logos .logo {
  display: inline-block;
  vertical-align: middle;
  height: 45px;
  line-height: 0;
  font-size: 0;
}
header .logos .logo img {
  max-height: 100%;
}
header .logos .logo img.logo-thermomix {
  margin-top: -4px;
  max-height: 20px;
}
header .logos .logo + .logo:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 45px;
  width: 3px;
  background: #009a3d;
  margin: 0 25px 0 15px;
}
header .back-tunnel {
  float: right;
  height: 100%;
  max-width: 50%;
}
header .back-tunnel a {
  display: inline-block;
  vertical-align: middle;
  height: 44px;
  line-height: 42px;
  background: transparent;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #009a3d;
  border: 1px solid #009a3d;
  font-family: Arial, sans-serif;
  font-size: 15px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
header .back-tunnel a > span {
  display: inline-block;
  vertical-align: middle;
  line-height: 16px;
  margin-top: -4px;
}
header .back-tunnel a > span span {
  font-weight: bold;
}
header .back-tunnel a:before {
  content: "\f0d9";
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 10px;
}
header .back-tunnel a:hover {
  background: #009a3d;
  color: #ffffff;
}
footer {
  float: left;
  width: 100%;
  text-align: center;
  height: 30px;
  line-height: 28px;
  background: #979797;
}
footer a,
footer span {
  display: inline-block;
  color: #ffffff !important;
  font-size: 13px;
  line-height: 13px;
  font-weight: bold;
}
footer span {
  margin: 0 5px;
}
.page-agence .titre-bloc {
  float: left;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.page-agence .titre-bloc .titre {
  display: inline-block;
  font-family: 'Ingeborg', serif;
  font-weight: bold;
  font-size: 35px;
  line-height: 38px;
  position: relative;
  font-weight: normal;
}
.page-agence .titre-bloc .titre:before,
.page-agence .titre-bloc .titre:after {
  content: '';
  position: absolute;
  top: 50%;
  height: 1px;
  width: 200%;
  background: #113c2b;
}
.page-agence .titre-bloc .titre:before {
  right: 100%;
  margin-right: 20px;
}
.page-agence .titre-bloc .titre:after {
  left: 100%;
  margin-left: 20px;
}
.page-agence .btn-lien {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: -moz-linear-gradient(top, #9bc82c 0%, #69a91b 100%);
  background: -webkit-linear-gradient(top, #9bc82c 0%, #69a91b 100%);
  background: linear-gradient(to bottom, #9bc82c 0%, #69a91b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#9bc82c, endColorstr=#69a91b, GradientType=0);
  color: #ffffff;
  padding: 0 20px;
  text-align: left;
  text-decoration: none;
  width: 250px;
  position: relative;
}
.page-agence .btn-lien span {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
}
.page-agence .btn-lien:after {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 10px;
  line-height: 10px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-agence .btn-lien:focus {
  outline: none;
}
.page-agence .btn-lien:hover {
  background: #95c11c;
}
.page-agence .partage-fb {
  padding-top: 10px;
}
.page-agence .partage-fb > div {
  display: inline-block;
  vertical-align: middle;
  height: auto;
}
.page-agence .partage-fb > div > span {
  vertical-align: middle !important;
}
.page-agence .titre-slide {
  float: left;
  width: 100%;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
}
.page-agence .titre-slide span {
  color: #009a3d;
}
.page-agence .presentation {
  position: relative;
}
.page-agence .presentation .titre-agence {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 3px solid #009a3d;
}
.page-agence .presentation .titre-agence .titre {
  float: left;
  font-weight: bold;
  font-size: 30px;
  line-height: 25px;
  color: #009a3d;
  text-transform: uppercase;
  margin-top: 10px;
}
.page-agence .presentation .titre-agence .titre span {
  color: #113c2b;
}
.page-agence .presentation .content-presentation {
  float: left;
  width: 100%;
  position: relative;
}
.page-agence .presentation .content-presentation .slider-presentation {
  position: relative;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  -moz-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
}
.page-agence .presentation .content-presentation .slider-presentation .slick-slider {
  height: 100%;
}
.page-agence .presentation .content-presentation .slider-presentation .slick-slider .slick-list,
.page-agence .presentation .content-presentation .slider-presentation .slick-slider .slick-track,
.page-agence .presentation .content-presentation .slider-presentation .slick-slider .slick-slide {
  height: 100%;
}
.page-agence .presentation .content-presentation .slider-presentation .presentation {
  float: left;
  width: 100%;
  height: 100%;
}
.page-agence .presentation .content-presentation .slider-presentation .presentation img {
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
}
.page-agence .presentation .content-presentation .slider-presentation .presentation .infos {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 210px;
  z-index: 2;
  padding: 20px 30px;
}
.page-agence .presentation .content-presentation .slider-presentation .presentation .infos:before {
  content: '';
  position: absolute;
  background: #ffffff;
  opacity: 0.9;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page-agence .presentation .content-presentation .slider-presentation .presentation .infos > div {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  padding-left: 60px;
  padding-top: 40px;
}
.page-agence .presentation .content-presentation .slider-presentation .presentation .infos > div:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 55px;
  background: transparent url('/bundles/vocore/images/icon-temoignage.svg') no-repeat center;
  background-size: cover;
}
.page-agence .presentation .content-presentation .slider-presentation .presentation .infos span {
  display: block;
  color: #009a3d;
}
.page-agence .presentation .content-presentation .slider-presentation .presentation .infos span.l1 {
  font-family: 'Ingeborg', serif;
  font-weight: bold;
  font-size: 34px;
  line-height: 40px;
  font-weight: normal;
  margin-bottom: 3px;
}
.page-agence .presentation .content-presentation .slider-presentation .presentation .infos span.l2 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 5px;
  height: 40px;
  overflow: hidden;
}
.page-agence .presentation .content-presentation .slider-presentation .presentation .infos span.l3 {
  font-size: 15px;
  line-height: 20px;
  max-height: 40px;
  overflow: hidden;
  padding-right: 100px;
}
.page-agence .presentation .content-presentation .coordonnees {
  float: right;
  width: 32%;
  border: 1px solid #d8d8d9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
.page-agence .presentation .content-presentation .coordonnees .carte {
  z-index: 1;
  float: left;
  width: 100%;
  height: 350px;
  background: #d8d8d9;
  position: relative;
}
.page-agence .presentation .content-presentation .coordonnees .carte .leaflet-tile-container > img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.page-agence .presentation .content-presentation .coordonnees .carte .link {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background: #ffffff;
  text-align: center;
  padding: 8px;
  z-index: 9999;
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
  text-decoration: none;
  cursor: pointer;
}
.page-agence .presentation .content-presentation .coordonnees .carte .link > span {
  display: block;
  font-family: 'Ingeborg', serif;
  font-weight: bold;
  font-size: 15px;
  line-height: 17px;
}
.page-agence .presentation .content-presentation .coordonnees .carte .link > span + span {
  color: #009a3d;
  margin-top: 7px;
}
.page-agence .presentation .content-presentation .coordonnees .carte .link > span:before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -3px;
  font-size: 17px;
}
.page-agence .presentation .content-presentation .coordonnees .carte .link .btn-lien {
  margin-top: 5px;
  text-align: center;
  width: auto;
}
.page-agence .presentation .content-presentation .coordonnees .carte .link .btn-lien:after {
  position: relative;
  right: 0;
  top: 0;
  transform: translateX(0);
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.page-agence .presentation .content-presentation .coordonnees .adresses {
  float: left;
  width: 100%;
  padding: 20px;
  height: 210px;
}
.page-agence .presentation .content-presentation .coordonnees .adresses .adresse {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
  padding-left: 50px;
  font-size: 14px;
  line-height: 20px;
}
.page-agence .presentation .content-presentation .coordonnees .adresses .adresse:last-child {
  margin-bottom: 0;
}
.page-agence .presentation .content-presentation .coordonnees .adresses .adresse i {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  text-align: center;
  color: #009a3d;
  font-size: 22px;
}
.page-agence .presentation .content-presentation .coordonnees .adresses .adresse i.fa {
  font-size: 20px;
}
.page-agence .presentation .content-presentation .coordonnees .adresses .adresse > span {
  display: block;
  color: #009a3d;
  text-transform: uppercase;
  font-weight: bold;
}
.page-agence .presentation .content-presentation .coordonnees .adresses .adresse > span span {
  display: inline-block;
  font-weight: normal;
  text-transform: initial;
  margin-left: 5px;
}
.page-agence .presentation .content-presentation .coordonnees .adresses .adresse a {
  font-weight: bold;
}
.page-agence .presentation .content-presentation .coordonnees .adresses .tel {
  height: 55px;
  line-height: 55px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: -moz-linear-gradient(top, #9bc82c 0%, #69a91b 100%);
  background: -webkit-linear-gradient(top, #9bc82c 0%, #69a91b 100%);
  background: linear-gradient(to bottom, #9bc82c 0%, #69a91b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#9bc82c, endColorstr=#69a91b, GradientType=0);
  padding-right: 10px;
}
.page-agence .presentation .content-presentation .coordonnees .adresses .tel i {
  color: #ffffff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 20px;
}
.page-agence .presentation .content-presentation .coordonnees .adresses .tel > span {
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  line-height: 16px;
}
.page-agence .evenements {
  margin-bottom: 20px;
}
.page-agence .evenements:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  bottom: 230px;
  z-index: -1;
  background: #113c2b url('/bundles/vocore/images/background-evenements.jpg') no-repeat top center;
  background-size: cover;
}
.page-agence .evenements:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 250px;
  bottom: -500px;
  z-index: -2;
  background: -moz-linear-gradient(top, #ebecec 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #ebecec 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #ebecec 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ebecec, endColorstr=#ffffff, GradientType=0);
}
.page-agence .evenements .container {
  padding: 40px 50px;
  padding-bottom: 0 !important;
  display: block;
  margin: auto;
  position: relative;
}
.page-agence .evenements .container:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 200px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 0;
  display: inline-block;
}
.page-agence .evenements .titre-bloc .titre {
  color: #ffffff;
}
.page-agence .evenements .titre-bloc .titre:before,
.page-agence .evenements .titre-bloc .titre:after {
  background: #ffffff;
}
.page-agence .evenements .liste-evenements {
  float: left;
  width: 100%;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}
.page-agence .evenements .liste-evenements .evenement {
  float: left;
  width: 49%;
  background: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  -moz-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
}
.page-agence .evenements .liste-evenements .evenement + .evenement {
  float: right;
}
.page-agence .evenements .liste-evenements .evenement .visuel {
  float: left;
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
}
.page-agence .evenements .liste-evenements .evenement .visuel img {
  float: left;
  height: 100%;
  min-width: 100%;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.page-agence .evenements .liste-evenements .evenement .visuel .offert {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 170px;
  z-index: 2;
}
.page-agence .evenements .liste-evenements .evenement .infos {
  float: left;
  width: 100%;
  height: 200px;
  padding: 20px;
  position: relative;
}
.page-agence .evenements .liste-evenements .evenement .infos .titre-slide {
  max-height: 96px;
  overflow: hidden;
}
.page-agence .evenements .liste-evenements .evenement .infos .titre-slide span {
  display: block;
}
.page-agence .evenements .liste-evenements .evenement .infos .liens {
  position: absolute;
  left: 20px;
  bottom: 20px;
  right: 20px;
  height: 40px;
}
.page-agence .evenements .liste-evenements .evenement .infos .liens .inscription {
  float: left;
  font-size: 13px;
  line-height: 14px;
  text-transform: uppercase;
  color: #009a3d;
  font-weight: bold;
  text-decoration: none;
  margin-top: 13px;
}
.page-agence .evenements .liste-evenements .evenement .infos .liens .inscription:after {
  content: "\f054";
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  font-size: 10px;
  margin-top: -1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.page-agence .evenements .liste-evenements .evenement .infos .liens .inscription:hover:after {
  margin-left: 15px;
}
.page-agence .evenements .liste-evenements .evenement .infos .liens .partage-fb {
  float: right;
}
.page-agence .offres .slider-offres {
  float: left;
  width: 100%;
  margin: 20px 0;
}
.page-agence .offres .slider-offres .slider {
  display: block;
  margin: 0 -15px;
}
.page-agence .offres .slider-offres .slick-list {
  overflow: visible;
}
.page-agence .offres .slider-offres .slick-list .slick-slide {
  margin: 0 15px;
}
.page-agence .offres .slider-offres .slick-dots {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -30px;
  right: inherit;
}
.page-agence .offres .slider-offres .slick-arrow {
  z-index: 2;
  top: 0;
  bottom: 0;
  height: auto;
  width: 1000px;
}
.page-agence .offres .slider-offres .slick-arrow:before {
  display: none;
}
.page-agence .offres .slider-offres .slick-arrow.slick-prev {
  left: inherit;
  right: 100%;
  margin-right: 15px;
}
.page-agence .offres .slider-offres .slick-arrow.slick-next {
  right: inherit;
  left: 100%;
  margin-left: 15px;
}
.page-agence .offres .slider-offres .offre {
  -moz-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
  background: #ffffff;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.page-agence .offres .slider-offres .offre .visuel {
  width: 50%;
  position: relative;
  overflow: hidden;
}
.page-agence .offres .slider-offres .offre .visuel img {
  width: 100%;
}
.page-agence .offres .slider-offres .offre .visuel .dates {
  position: absolute;
  left: 30px;
  top: 30px;
  height: 30px;
  line-height: 28px;
  background: #009a3d;
  text-align: center;
  padding: 0 15px;
  z-index: 2;
}
.page-agence .offres .slider-offres .offre .visuel .dates:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 0;
  width: 0;
  height: 0;
  border-top: 15px solid #009a3d;
  border-bottom: 15px solid #009a3d;
  border-left: 10px solid transparent;
}
.page-agence .offres .slider-offres .offre .visuel .dates:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 0;
  width: 0;
  height: 0;
  border-top: 15px solid #009a3d;
  border-bottom: 15px solid #009a3d;
  border-right: 10px solid transparent;
}
.page-agence .offres .slider-offres .offre .visuel .dates span {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 14px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
}
.page-agence .offres .slider-offres .offre .infos {
  position: absolute;
  left: 50%;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 30px;
}
.page-agence .offres .slider-offres .offre .infos > div {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 50px;
}
.page-agence .offres .slider-offres .offre .infos .titre-slide {
  max-height: 48px;
  overflow: hidden;
}
.page-agence .offres .slider-offres .offre .infos .txt {
  float: left;
  width: 100%;
  margin: 20px 0;
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
  max-height: 140px;
  overflow: hidden;
}
.page-agence .offres .slider-offres .offre .infos .liens {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.page-agence .offres .slider-offres .offre .infos .liens .btn-lien {
  float: left;
}
.page-agence .offres .slider-offres .offre .infos .liens .partage-fb {
  float: right;
}
.page-agence .offres .slider-offres .offre.slick-active {
  opacity: 1;
}
.page-agence .slider-admin .slick-slider {
  -moz-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.page-agence .slider-admin .slick-slider .slick-dots {
  bottom: 5px;
  right: 0;
  margin-right: 5px;
}
.page-agence .slider-admin .admin .visuel {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.page-agence .slider-admin .admin .visuel img {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
}
.page-agence .slider-admin .admin .infos {
  float: right;
  width: 35%;
  position: relative;
  z-index: 2;
  padding: 20px;
  background: rgba(255, 255, 255, 0.9);
}
.page-agence .slider-admin .admin .infos .titre-slide {
  height: 48px;
  overflow: hidden;
}
.page-agence .slider-admin .admin .infos .titre-slide span {
  display: block;
}
.page-agence .slider-admin .admin .infos .txt {
  float: left;
  width: 100%;
  margin: 15px 0;
  font-size: 14px;
  line-height: 20px;
  height: 80px;
  overflow: hidden;
}
.page-agence .slider-admin .admin .infos .liens {
  float: left;
  width: 100%;
  height: 40px;
}
@media (max-width: 768px) {
  .page-agence .slider-admin .admin .infos .liens {
    height: 35px;
  }
}
.page-agence .slider-admin .admin .infos:before {
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  width: 80px;
  background: rgba(255, 255, 255, 0.9);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='fade(@blanc, 0%)', endColorstr='fade(@blanc, 90%)', GradientType=1);
}
.page-agence .bloc-recrutement .titre-bloc .titre {
  color: #979797;
}
.page-agence .bloc-recrutement .titre-bloc .titre:before,
.page-agence .bloc-recrutement .titre-bloc .titre:after {
  background: #979797;
}
.page-agence .bloc-recrutement .recrutement {
  float: left;
  width: 100%;
  padding: 20px;
  position: relative;
}
.page-agence .bloc-recrutement .recrutement:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  z-index: 1;
  background: #ebecec;
}
.page-agence .bloc-recrutement .recrutement > div {
  float: left;
  width: 100%;
  background: #ffffff;
  border: 1px solid #ebecec;
  border-bottom: none;
  border-right: none;
  -moz-box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  z-index: 2;
  min-height: 350px;
}
.page-agence .bloc-recrutement .recrutement .infos {
  float: left;
  width: 50%;
  padding: 50px;
}
.page-agence .bloc-recrutement .recrutement .infos .txt {
  float: left;
  width: 100%;
  margin: 15px 0;
  font-size: 14px;
  line-height: 20px;
}
.page-agence .bloc-recrutement .recrutement .infos .liens {
  float: left;
  width: 100%;
}
.page-agence .bloc-recrutement .recrutement .infos .btn-lien {
  margin-top: 15px;
}
.page-agence .bloc-recrutement .recrutement .infos .btn-lien span {
  position: relative;
}
.page-agence .bloc-recrutement .recrutement .infos .btn-lien span:before {
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  line-height: 22px;
  margin-top: -3px;
  margin-right: 15px;
}
.page-agence .bloc-recrutement .recrutement .infos .btn-lien span:after {
  content: '+';
  position: absolute;
  left: 12px;
  bottom: -5px;
  font-size: 14px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  background: #ffffff;
  color: #95c11c;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  padding-left: 1px;
}
.page-agence .bloc-recrutement .recrutement .visuel,
.page-agence .bloc-recrutement .recrutement .video {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
.page-agence .bloc-recrutement .recrutement .visuel .poste,
.page-agence .bloc-recrutement .recrutement .video .poste {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  height: 70px;
  line-height: 70px;
}
.page-agence .bloc-recrutement .recrutement .visuel .poste span,
.page-agence .bloc-recrutement .recrutement .video .poste span {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Ingeborg', serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  font-weight: normal;
}
.page-agence .bloc-recrutement .recrutement .visuel img,
.page-agence .bloc-recrutement .recrutement .video img {
  float: left;
  width: auto;
  height: 100%;
  position: relative;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.page-agence .bloc-recrutement .recrutement .visuel iframe,
.page-agence .bloc-recrutement .recrutement .video iframe {
  float: left;
  width: 100% !important;
}
@media (min-width: 769px) {
  .page-agence .bloc-recrutement .recrutement .visuel iframe,
  .page-agence .bloc-recrutement .recrutement .video iframe {
    height: 100% !important;
  }
}
.page-agence .tendances {
  position: relative;
}
.page-agence .tendances:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: -200px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 154, 61, 0.1) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 154, 61, 0.1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 154, 61, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=rgba(0, 154, 61, 0.1), GradientType=0);
  z-index: -1;
}
.page-agence .tendances .titre-tendances {
  float: left;
  width: 100%;
}
.page-agence .tendances .titre-tendances .titre {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.page-agence .tendances .titre-tendances .titre span {
  color: #009a3d;
  font-weight: normal;
  font-size: 30px;
}
.page-agence .tendances .slider-tendances {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.page-agence .tendances .slider-tendances > div {
  display: block;
  margin: 0 -5px;
}
.page-agence .tendances .slider-tendances .slick-slider .slick-list {
  overflow: visible;
}
.page-agence .tendances .slider-tendances .slick-slider .slick-arrow {
  z-index: 2;
  top: 0;
  bottom: 0;
  height: auto;
  width: 1000px;
}
.page-agence .tendances .slider-tendances .slick-slider .slick-arrow:before {
  display: none;
}
.page-agence .tendances .slider-tendances .slick-slider .slick-arrow.slick-prev {
  left: inherit;
  right: 100%;
  margin-right: 10px;
}
.page-agence .tendances .slider-tendances .slick-slider .slick-arrow.slick-next {
  right: inherit;
  left: 100%;
  margin-left: 10px;
}
.page-agence .tendances .slider-tendances .tendance {
  background: #ffffff;
  -moz-box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1);
  margin: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.page-agence .tendances .slider-tendances .tendance > img {
  float: left;
  width: 100%;
}
.page-agence .tendances .slider-tendances .tendance .infos {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}
.page-agence .tendances .slider-tendances .tendance .infos .txt {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  height: 60px;
  overflow: hidden;
}
.page-agence .tendances .slider-tendances .tendance .infos .partage-fb {
  position: absolute;
  right: 5px;
  bottom: 100%;
  margin-bottom: 5px;
  width: auto;
  padding: 0;
  text-align: center;
}
.page-agence .tendances .slider-tendances .tendance .infos .partage-fb span:before {
  margin-right: 0;
}
.page-agence .tendances .slider-tendances .tendance.slick-active {
  opacity: 1;
}
@media (max-width: 1200px) {
  main section {
    padding: 20px 0;
  }
  .page-agence .titre-bloc .titre {
    font-size: 32px;
    line-height: 34px;
  }
  .page-agence .titre-slide {
    font-size: 18px;
    line-height: 22px;
  }
  .page-agence .presentation .titre-agence {
    margin-bottom: 25px;
    padding-bottom: 15px;
  }
  .page-agence .presentation .titre-agence .titre {
    font-size: 26px;
    line-height: 20px;
  }
  .page-agence .presentation .content-presentation .slider-presentation {
    width: 60%;
  }
  .page-agence .presentation .content-presentation .slider-presentation .presentation img {
    width: auto;
    height: 100%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .page-agence .presentation .content-presentation .coordonnees {
    width: 39%;
  }
  .page-agence .evenements {
    padding: 10px 0;
  }
  .page-agence .evenements:before {
    bottom: 210px;
  }
  .page-agence .evenements .container {
    padding: 30px;
  }
  .page-agence .evenements .container:before {
    left: 10px;
    right: 10px;
  }
  .page-agence .evenements .liste-evenements .evenement .infos .titre-slide {
    max-height: 88px;
  }
  .page-agence .offres .slider-offres .offre {
    opacity: 1;
  }
  .page-agence .offres .slider-offres .offre .infos {
    padding: 20px;
  }
  .page-agence .offres .slider-offres .offre .infos .titre-slide {
    max-height: 44px;
  }
  .page-agence .slider-admin .admin .infos .titre-slide {
    height: 44px;
  }
  .page-agence .bloc-recrutement .recrutement .infos {
    padding: 30px;
  }
  .page-agence .tendances .titre-tendances .titre {
    font-size: 18px;
  }
  .page-agence .tendances .titre-tendances .titre span {
    font-size: 26px;
  }
  .page-agence .tendances .slider-tendances {
    margin-top: 10px;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
  .page-agence .tendances .slider-tendances .tendance .infos {
    padding: 10px;
  }
  .page-agence .tendances .slider-tendances .tendance .infos .txt {
    font-size: 13px;
    line-height: 16px;
    height: 64px;
  }
}
@media (max-width: 992px) {
  .page-agence .titre-bloc .titre {
    font-size: 26px;
    line-height: 30px;
  }
  .page-agence .btn-lien {
    width: 200px;
  }
  .page-agence .presentation .titre-agence {
    margin-bottom: 20px;
  }
  .page-agence .presentation .titre-agence .titre {
    font-size: 23px;
    line-height: 20px;
  }
  .page-agence .presentation .content-presentation .slider-presentation .slick-dots {
    bottom: 10px;
    right: 10px;
  }
  .page-agence .presentation .content-presentation .slider-presentation .presentation .infos {
    height: 160px;
    padding: 10px;
  }
  .page-agence .presentation .content-presentation .slider-presentation .presentation .infos > div {
    padding-left: 50px;
    padding-top: 30px;
  }
  .page-agence .presentation .content-presentation .slider-presentation .presentation .infos > div:before {
    width: 50px;
    height: 45px;
  }
  .page-agence .presentation .content-presentation .slider-presentation .presentation .infos span.l1 {
    font-size: 28px;
    line-height: 30px;
  }
  .page-agence .presentation .content-presentation .slider-presentation .presentation .infos span.l2 {
    font-size: 14px;
    line-height: 18px;
    height: 36px;
  }
  .page-agence .presentation .content-presentation .slider-presentation .presentation .infos span.l3 {
    font-size: 14px;
    line-height: 18px;
    max-height: 36px;
    padding-right: 80px;
  }
  .page-agence .presentation .content-presentation .coordonnees .carte {
    height: 300px;
  }
  .page-agence .presentation .content-presentation .coordonnees .carte .link {
    left: 5px;
    right: 5px;
    bottom: 5px;
  }
  .page-agence .presentation .content-presentation .coordonnees .carte .link > span {
    font-size: 13px;
    line-height: 15px;
  }
  .page-agence .presentation .content-presentation .coordonnees .carte .link > span + span {
    margin-top: 5px;
  }
  .page-agence .presentation .content-presentation .coordonnees .adresses {
    padding: 15px;
    height: 160px;
  }
  .page-agence .presentation .content-presentation .coordonnees .adresses .adresse {
    margin-bottom: 10px;
    padding-left: 45px;
    font-size: 13px;
    line-height: 16px;
  }
  .page-agence .presentation .content-presentation .coordonnees .adresses .adresse i {
    width: 45px;
    font-size: 20px;
  }
  .page-agence .presentation .content-presentation .coordonnees .adresses .adresse i.fa {
    font-size: 18px;
  }
  .page-agence .presentation .content-presentation .coordonnees .adresses .adresse.tel {
    height: 45px;
    line-height: 45px;
  }
  .page-agence .evenements:before {
    bottom: 185px;
  }
  .page-agence .evenements .container:before {
    bottom: 175px;
  }
  .page-agence .evenements .liste-evenements .evenement .visuel {
    height: 200px;
  }
  .page-agence .evenements .liste-evenements .evenement .visuel .offert {
    width: 140px;
  }
  .page-agence .evenements .liste-evenements .evenement .visuel .offert img {
    width: 100%;
  }
  .page-agence .evenements .liste-evenements .evenement .infos {
    height: 175px;
    padding: 15px;
  }
  .page-agence .evenements .liste-evenements .evenement .infos .liens {
    left: 15px;
    bottom: 15px;
    right: 15px;
  }
  .page-agence .offres .slider-offres .offre .visuel {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
  }
  .page-agence .offres .slider-offres .offre .visuel img {
    position: absolute;
    width: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    height: 100%;
  }
  .page-agence .offres .slider-offres .offre .infos {
    position: relative;
    left: 0;
    float: right;
    width: 50%;
    height: 320px;
  }
  .page-agence .slider-admin .admin .infos {
    width: 40%;
  }
  .page-agence .bloc-recrutement .recrutement .infos {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  header {
    height: 60px;
    line-height: 60px;
  }
  header .logos {
    max-width: inherit;
  }
  header .logos .logo {
    height: 35px;
  }
  header .logos .logo + .logo:before {
    height: 100%;
  }
  header .back-tunnel {
    max-width: inherit;
  }
  header .back-tunnel a {
    height: 35px;
    line-height: 33px;
    padding: 0 10px;
    font-size: 13px;
  }
  header .back-tunnel a > span {
    margin-top: -2px;
  }
  main {
    padding-top: 60px;
  }
  main section {
    padding: 15px 0;
  }
  .page-agence .titre-bloc .titre {
    font-size: 22px;
    line-height: 24px;
  }
  .page-agence .partage-fb {
    height: 35px;
    line-height: 28px;
    padding: 0;
  }
  .page-agence .partage-fb > span {
    font-size: 12px;
  }
  .page-agence .partage-fb > span:before {
    height: 18px;
    margin-right: 7px;
  }
  .page-agence .btn-lien {
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    width: auto;
  }
  .page-agence .btn-lien span {
    font-size: 12px;
    padding-right: 20px;
  }
  .page-agence .btn-lien:after {
    right: 10px;
  }
  .page-agence .titre-slide {
    font-size: 16px;
    line-height: 20px;
  }
  .page-agence .presentation .titre-agence {
    border-bottom-width: 2px;
  }
  .page-agence .presentation .titre-agence .titre {
    font-size: 20px;
    line-height: 16px;
  }
  .page-agence .presentation .content-presentation .slider-presentation {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .page-agence .presentation .content-presentation .slider-presentation .presentation img {
    width: 100%;
    height: auto;
  }
  .page-agence .presentation .content-presentation .slider-presentation .presentation .infos > div {
    padding-top: 10px;
  }
  .page-agence .presentation .content-presentation .slider-presentation .presentation .infos > div:before {
    width: 40px;
    height: 40px;
    background-size: contain;
  }
  .page-agence .presentation .content-presentation .coordonnees {
    width: 100%;
  }
  .page-agence .presentation .content-presentation .coordonnees .carte .link {
    padding: 8px 5px;
  }
  .page-agence .presentation .content-presentation .coordonnees .carte .link > span {
    font-size: 12px;
    line-height: 14px;
  }
  .page-agence .evenements .container {
    padding: 25px;
  }
  .page-agence .evenements .liste-evenements .evenement .visuel {
    height: 180px;
  }
  .page-agence .evenements .liste-evenements .evenement .visuel .offert {
    width: 120px;
  }
  .page-agence .evenements .liste-evenements .evenement .infos .titre-slide {
    max-height: 80px;
  }
  .page-agence .evenements .liste-evenements .evenement .infos .liens {
    height: 35px;
  }
  .page-agence .evenements .liste-evenements .evenement .infos .liens .inscription {
    font-size: 12px;
    margin-top: 12px;
  }
  .page-agence .offres .slider-offres .offre .visuel .dates {
    max-width: 90%;
    left: 5%;
    top: 10px;
  }
  .page-agence .offres .slider-offres .offre .visuel .dates span {
    font-size: 12px;
    line-height: 12px;
  }
  .page-agence .offres .slider-offres .offre .infos {
    padding: 15px;
    height: 340px;
  }
  .page-agence .offres .slider-offres .offre .infos > div {
    padding-bottom: 40px;
  }
  .page-agence .offres .slider-offres .offre .infos .titre-slide {
    max-height: 40px;
  }
  .page-agence .offres .slider-offres .offre .infos .txt {
    margin: 10px 0;
    font-size: 13px;
    line-height: 18px;
    max-height: 216px;
  }
  .page-agence .slider-admin .admin .infos {
    padding: 15px;
  }
  .page-agence .slider-admin .admin .infos .titre-slide {
    height: 40px;
  }
  .page-agence .slider-admin .admin .infos .txt {
    margin: 10px 0;
    font-size: 13px;
    line-height: 18px;
    height: 72px;
  }
  .page-agence .bloc-recrutement .recrutement {
    padding: 15px;
  }
  .page-agence .bloc-recrutement .recrutement:before {
    top: 30px;
  }
  .page-agence .bloc-recrutement .recrutement > div {
    min-height: inherit;
  }
  .page-agence .bloc-recrutement .recrutement .infos {
    padding: 15px;
    width: 100%;
  }
  .page-agence .bloc-recrutement .recrutement .infos .btn-lien {
    margin-top: 0;
  }
  .page-agence .bloc-recrutement .recrutement .infos .txt {
    margin: 10px 0;
    font-size: 13px;
    line-height: 18px;
  }
  .page-agence .bloc-recrutement .recrutement .visuel,
  .page-agence .bloc-recrutement .recrutement .video {
    position: relative;
    left: 0;
    float: left;
    width: 100%;
    max-height: 250px;
  }
  .page-agence .bloc-recrutement .recrutement .visuel img,
  .page-agence .bloc-recrutement .recrutement .video img {
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
  }
  .page-agence .bloc-recrutement .recrutement .visuel .poste,
  .page-agence .bloc-recrutement .recrutement .video .poste {
    height: 60px;
    line-height: 60px;
  }
  .page-agence .bloc-recrutement .recrutement .visuel .poste span,
  .page-agence .bloc-recrutement .recrutement .video .poste span {
    font-size: 17px;
    line-height: 20px;
  }
  .page-agence .bloc-recrutement .recrutement .video {
    max-height: inherit;
  }
  .page-agence .tendances .slider-tendances .tendance .infos .txt {
    font-size: 12px;
    line-height: 13px;
    height: 65px;
  }
}
@media (max-width: 768px) and (min-width: 601px) {
  .page-agence .presentation .content-presentation .coordonnees .carte,
  .page-agence .presentation .content-presentation .coordonnees .adresses {
    width: 50%;
    height: 180px;
  }
  .page-agence .presentation .content-presentation .coordonnees .adresses .adresse {
    margin-bottom: 15px;
  }
  .page-agence .presentation .content-presentation .coordonnees .adresses .adresse:first-child {
    height: 60px;
  }
}
@media (max-width: 600px) {
  header .logos .logo {
    height: 30px;
  }
  header .logos .logo img.logo-thermomix {
    max-height: 16px;
  }
  header .logos .logo + .logo:before {
    margin: 0 10px 0 0;
    width: 2px;
  }
  header .back-tunnel a {
    width: 100px;
    height: 32px;
    line-height: 30px;
    position: relative;
    padding-left: 20px;
  }
  header .back-tunnel a:before {
    position: absolute;
    left: 7px;
    top: 0;
  }
  header .back-tunnel a > span {
    line-height: 11px;
    font-size: 12px;
    margin-top: -1px;
  }
  footer a,
  footer span {
    font-size: 10px;
  }
  main section {
    padding: 10px 0;
  }
  .page-agence .titre-bloc .titre {
    font-size: 16px;
    line-height: 20px;
  }
  .page-agence .titre-slide {
    font-size: 13px;
    line-height: 16px;
  }
  .page-agence .partage-fb {
    height: 30px;
    line-height: 26px;
  }
  .page-agence .partage-fb > span {
    font-size: 11px;
  }
  .page-agence .partage-fb > span:before {
    height: 16px;
  }
  .page-agence .btn-lien {
    height: 30px;
    line-height: 28px;
  }
  .page-agence .btn-lien span {
    font-size: 11px;
  }
  .page-agence .presentation .titre-agence {
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .page-agence .presentation .titre-agence .titre {
    font-size: 15px;
    margin-top: 5px;
  }
  .page-agence .presentation .content-presentation .slider-presentation .slick-dots {
    bottom: 0;
    right: 0;
  }
  .page-agence .presentation .content-presentation .slider-presentation .presentation .infos {
    padding: 5px;
    height: 130px;
  }
  .page-agence .presentation .content-presentation .slider-presentation .presentation .infos > div {
    padding-left: 40px;
    padding-right: 5px;
  }
  .page-agence .presentation .content-presentation .slider-presentation .presentation .infos > div:before {
    width: 30px;
    height: 30px;
  }
  .page-agence .presentation .content-presentation .slider-presentation .presentation .infos span.l1 {
    font-size: 22px;
    line-height: 25px;
  }
  .page-agence .presentation .content-presentation .slider-presentation .presentation .infos span.l2 {
    font-size: 12px;
    line-height: 15px;
    height: 30px;
  }
  .page-agence .presentation .content-presentation .slider-presentation .presentation .infos span.l3 {
    font-size: 12px;
    line-height: 14px;
    max-height: 42px;
    padding-right: 0;
  }
  .page-agence .presentation .content-presentation .coordonnees .carte {
    height: 180px;
  }
  .page-agence .presentation .content-presentation .coordonnees .carte .link {
    padding: 7px 5px;
  }
  .page-agence .presentation .content-presentation .coordonnees .carte .link > span {
    font-size: 11px;
    line-height: 12px;
  }
  .page-agence .presentation .content-presentation .coordonnees .carte .link > span:before {
    font-size: 14px;
  }
  .page-agence .presentation .content-presentation .coordonnees .adresses {
    height: auto;
    padding: 5px;
    padding-top: 10px;
  }
  .page-agence .presentation .content-presentation .coordonnees .adresses .adresse {
    font-size: 12px;
    line-height: 14px;
    padding-left: 40px;
  }
  .page-agence .presentation .content-presentation .coordonnees .adresses .adresse i {
    width: 40px;
    font-size: 18px;
  }
  .page-agence .presentation .content-presentation .coordonnees .adresses .adresse i.fa {
    font-size: 16px;
  }
  .page-agence .presentation .content-presentation .coordonnees .adresses .adresse.tel {
    height: 35px;
    line-height: 35px;
  }
  .page-agence .presentation .content-presentation .coordonnees .adresses .adresse.tel i {
    line-height: 10px;
  }
  .page-agence .evenements {
    padding: 5px 0;
    margin-bottom: 5px;
  }
  .page-agence .evenements:before {
    bottom: inherit;
    height: 196px;
  }
  .page-agence .evenements:after {
    top: 190px;
  }
  .page-agence .evenements .container {
    padding: 10px 15px;
  }
  .page-agence .evenements .container:before {
    left: 5px;
    right: 5px;
    bottom: inherit;
    height: 191px;
  }
  .page-agence .evenements .liste-evenements {
    margin-top: 10px;
  }
  .page-agence .evenements .liste-evenements .evenement {
    width: 100%;
  }
  .page-agence .evenements .liste-evenements .evenement .visuel {
    height: 150px;
  }
  .page-agence .evenements .liste-evenements .evenement .visuel img {
    height: auto;
    width: 102%;
  }
  .page-agence .evenements .liste-evenements .evenement .visuel .offert {
    width: 100px;
  }
  .page-agence .evenements .liste-evenements .evenement .infos {
    height: auto;
    padding: 10px;
  }
  .page-agence .evenements .liste-evenements .evenement .infos .liens {
    position: relative;
    float: left;
    width: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    margin-top: 5px;
    height: auto;
  }
  .page-agence .evenements .liste-evenements .evenement .infos .liens .inscription {
    font-size: 11px;
    margin-top: 9px;
  }
  .page-agence .evenements .liste-evenements .evenement + .evenement {
    margin-top: 10px;
  }
  .page-agence .offres .slider-offres .slick-dots {
    bottom: -20px;
  }
  .page-agence .offres .slider-offres .offre .visuel {
    position: relative;
    float: left;
    width: 100%;
  }
  .page-agence .offres .slider-offres .offre .visuel img {
    position: relative;
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    height: auto;
    width: 100%;
  }
  .page-agence .offres .slider-offres .offre .visuel .dates {
    left: 10%;
    right: 10%;
    width: 80%;
    padding: 0 10px;
  }
  .page-agence .offres .slider-offres .offre .visuel .dates span {
    font-size: 10px;
    line-height: 10px;
  }
  .page-agence .offres .slider-offres .offre .infos {
    width: 100%;
    padding: 10px;
    height: 270px;
  }
  .page-agence .offres .slider-offres .offre .infos .titre-slide {
    max-height: 32px;
  }
  .page-agence .offres .slider-offres .offre .infos .txt {
    margin: 5px 0;
    font-size: 12px;
    line-height: 16px;
    max-height: 176px;
  }
  .page-agence .slider-admin .slick-dots {
    bottom: 5px;
    right: 0;
  }
  .page-agence .slider-admin .admin .visuel {
    position: relative;
    float: left;
    width: 100%;
  }
  .page-agence .slider-admin .admin .visuel img {
    float: left;
    height: auto;
    width: 160%;
  }
  .page-agence .slider-admin .admin .infos {
    width: 100%;
    padding: 10px;
  }
  .page-agence .slider-admin .admin .infos:before {
    display: none;
  }
  .page-agence .slider-admin .admin .infos .titre-slide {
    height: 32px;
  }
  .page-agence .slider-admin .admin .infos .txt {
    margin: 5px 0;
    font-size: 12px;
    line-height: 16px;
    height: 64px;
  }
  .page-agence .bloc-recrutement .recrutement {
    padding: 10px;
  }
  .page-agence .bloc-recrutement .recrutement:before {
    top: 20px;
  }
  .page-agence .bloc-recrutement .recrutement .infos {
    padding: 10px;
  }
  .page-agence .bloc-recrutement .recrutement .infos .txt {
    margin: 5px 0;
    font-size: 12px;
    line-height: 16px;
  }
  .page-agence .bloc-recrutement .recrutement .visuel .poste {
    height: 45px;
    line-height: 45px;
  }
  .page-agence .bloc-recrutement .recrutement .visuel .poste span {
    font-size: 14px;
    line-height: 16px;
  }
  .page-agence .bloc-recrutement .recrutement .video iframe {
    height: 200px !important;
  }
  .page-agence .tendances .titre-tendances .titre {
    font-size: 14px;
    line-height: 16px;
  }
  .page-agence .tendances .titre-tendances .titre span {
    font-size: 20px;
  }
  .page-agence .tendances .slider-tendances .tendance .infos {
    padding: 5px;
  }
  .page-agence .tendances .slider-tendances .tendance .infos .txt {
    font-size: 10px;
    line-height: 10px;
    height: 50px;
  }
  .page-agence .tendances .slider-tendances .tendance .infos .partage-fb {
    height: 20px;
    line-height: inherit;
    right: 4px;
  }
}
@media (max-width: 600px) and (max-width: 400px) {
  .page-agence .evenements .liste-evenements .evenement .visuel img {
    height: 100%;
    width: auto;
  }
}
