@charset "UTF-8";
html,
body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased; }

.relative {
  position: relative; }

.container {
  max-width: 1640px; }

button {
  cursor: pointer; }

a,
a:hover {
  text-decoration: none; }

.texte,
.texte p {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #505050; }
  .texte strong,
  .texte p strong {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 700; }
  .texte ul,
  .texte p ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .texte ul > li,
    .texte p ul > li {
      position: relative; }
    .texte ul > li:before,
    .texte p ul > li:before {
      content: "-";
      padding-right: 10px; }
  .texte a,
  .texte p a {
    color: initial;
    font-weight: initial;
    text-transform: initial;
    padding: initial;
    margin: initial;
    border: initial;
    display: initial;
    font-size: initial;
    letter-spacing: initial;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 300;
    min-width: initial;
    -webkit-transition: color 0.4s;
    transition: color 0.4s; }
  .texte a:hover,
  .texte p a:hover {
    color: #FF8708;
    background: initial; }

.texte--blanc,
.texte--blanc p {
  color: #FFFFFF; }

.soustitre {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 31px;
  color: #5D5D5D;
  line-height: 31px;
  position: relative; }

.soustitre--blanc {
  color: #FFFFFF; }

.soustitre--flechedroite:before {
  content: "";
  position: absolute;
  right: -40px;
  width: 18px;
  top: -3px;
  height: 31px;
  background-image: url(../img/fleche.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat; }

.soustitre--flechegauche:before {
  content: "";
  position: absolute;
  left: -40px;
  width: 18px;
  top: -3px;
  height: 31px;
  background-image: url(../img/fleche.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg); }

.soustitre--flechebas:before {
  content: "";
  position: absolute;
  left: -40px;
  width: 18px;
  top: -3px;
  height: 31px;
  background-image: url(../img/fleche.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg); }

.titre0 {
  font-size: 90px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: -4px;
  line-height: 90px;
  color: #FFFFFF;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.56); }

.titre0.left {
  text-align: left; }

.center {
  text-align: center; }

.titre0.center {
  margin: 0 auto; }

.titre1 {
  font-size: 90px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: -5px;
  line-height: 91px;
  color: #767676; }
  .titre1 strong {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300; }

.titre2 {
  font-size: 60px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: -3px;
  line-height: 60px;
  color: #767676; }
  .titre2 strong {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300; }

.titre3 {
  font-size: 51px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #5D5D5D;
  line-height: 54px; }

.vertical-align-center {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center; }

button:focus,
a:focus,
input:focus,
textarea:focus {
  outline: 0; }

.trustvillemodule{
  padding-bottom: 70px;
}
.trustvillemodule h1.widget-title{
  width: auto;
  height: auto;
  margin: 0 0 20px;
  color: #767676;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: -4px;
}

.trustvillemodule_agence{
  padding: 40px 0;
  text-align: center;
}
.trustvillemodule_agence h1.widget-title{
  color: #767676;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: -4px;
  line-height: 1.7em;
  width: 100%;
}

@media screen and (max-width: 980px) {
  .trustvillemodule h1.widget-title,
  .trustvillemodule_agence h1.widget-title{
    text-align: center;
    padding: 0 30px;
    font-size: 40px;
    line-height: 40px;
  }
  .trustvillemodule_agence{
    padding-top: 0;
  }
}

.ctadevis {
  text-align: center; }
  .ctadevis a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
    letter-spacing: 0.75px;
    color: #FFFFFF;
    background: #FF8708;
    text-transform: uppercase;
    min-width: 176px;
    padding: 19px 25px;
    border: 2px solid #FF8708;
    border-radius: 29px;
    text-decoration: none;
    text-align: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
    -webkit-transition: background 0.4s, color 0.4s;
    transition: background 0.4s, color 0.4s; }
    .ctadevis a:hover {
      background: #FFFFFF;
      color: #FF8708; }

.ctadevis_fullwidth {
  background: #FF8708;
  text-align: center;
  width: 100%;
  height: 15px;
  position: relative; }
  .ctadevis_fullwidth div {
    width: 100%;
    text-align: center;
    position: absolute;
    margin: -22px 0;
    z-index: 2; }
    .ctadevis_fullwidth div a {
      font-family: 'Montserrat', sans-serif;
      font-weight: 600;
      font-size: 15px;
      display: inline-block;
      letter-spacing: 0.75px;
      color: #FFFFFF;
      background: #FF8708;
      text-transform: uppercase;
      min-width: 176px;
      padding: 19px 25px;
      border: 2px solid #FF8708;
      border-radius: 29px;
      text-decoration: none;
      text-align: center;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
      -webkit-transition: background 0.4s, color 0.4s;
      transition: background 0.4s, color 0.4s; }
      .ctadevis_fullwidth div a:hover {
        background: #FFFFFF;
        color: #FF8708; }

.menumobile {
  width: 200%;
  height: 100%;
  background: #F4F4F4;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 105%;
  -webkit-transition: left 0.6s;
  transition: left 0.6s;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row; }
  .menumobile__close, .menumobile__retour {
    height: 52px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 26px;
    background: #FFFFFF; }
    .menumobile__close button, .menumobile__retour button {
      background: none;
      border: none;
      color: #5D5D5D;
      font-family: 'Montserrat', sans-serif;
      font-weight: 600;
      font-size: 13px;
      line-height: 17px;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      padding: 0; }
      .menumobile__close button span, .menumobile__retour button span {
        color: #FF8708;
        font-size: 38px;
        letter-spacing: 1.9px;
        margin-right: 8px;
        -webkit-transform: rotateZ(45deg);
        transform: rotateZ(45deg); }
  .menumobile__retour button {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #767676;
    text-transform: uppercase;
    display: block;
    padding: 20px 0px;
    position: relative;
    width: 100%;
    text-align: left; }
  .menumobile__retour button:after {
    content: "";
    width: 11px;
    height: 20px;
    background-image: url(../img/fleche.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 49px;
    top: calc(50% - 10px);
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg); }
  .menumobile__menu {
    width: 100%; }
    .menumobile__menu a {
      font-family: 'Montserrat', sans-serif;
      font-weight: 600;
      font-size: 13px;
      line-height: 16px;
      color: #767676;
      text-transform: uppercase;
      display: block;
      padding: 20px 26px;
      position: relative;
      border-top: 2px solid rgba(0, 0, 0, 0.1);
      background: #F4F4F4; }
    .menumobile__menu a.hasChildren:after {
      content: "";
      width: 11px;
      height: 20px;
      background-image: url(../img/fleche.svg);
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      position: absolute;
      right: 49px;
      top: calc(50% - 10px); }
    .menumobile__menu .niv1 .menumobile__menu__content > div {
      display: none; }
      .menumobile__menu .niv1 .menumobile__menu__content > div a {
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        font-size: 14px; }

.header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 15px;
  z-index: 1;
  height: 80px; }
  .header__menugauche > div ul, .header__menudroite > div ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    max-width: 556px;
    /*width: 100%;*/ }
  .header__menugauche .menu, .header__menudroite .menu {
    /*max-width: 430px;*/ }
  .header__menugauche {
    text-align: right;
    background: #FF8708; }
    .header__menugauche > div {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: end;
      justify-content: flex-end;
      width: 100%; }
  .header__menugauche--mobile {
    padding: 0 28px; }
    .header__menugauche--mobile button {
      font-family: 'Montserrat', sans-serif;
      font-weight: 600;
      font-size: 13px;
      line-height: 0;
      color: #5D5D5D;
      text-transform: uppercase;
      position: relative;
      background: none;
      padding: 0;
      border: 0;
      height: 34px; }
    .header__menugauche--mobile button:before,
    .header__menugauche--mobile button:after {
      content: "";
      height: 4px;
      width: 19px;
      background: #FF8708;
      left: calc(50% - 9.5px);
      position: absolute; }
    .header__menugauche--mobile button:before {
      top: 0; }
    .header__menugauche--mobile button:after {
      bottom: 0; }
  .header__logo {
    text-align: center; }
  .header ul.menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative; }
    .header ul.menu > li {
      display: inline-block; }
      .header ul.menu > li > a {
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        color: #FFFFFF;
        text-transform: uppercase;
        font-size: 15px;
        line-height: 35px;
        text-decoration: none;
        position: relative;
        padding: 0 20px; }
      .header ul.menu > li > a:after {
        content: "";
        position: absolute;
        width: calc(100% - 25px);
        height: 4px;
        bottom: -16px;
        background: #FF8708;
        left: 12.5px;
        z-index: 2;
        opacity: 0; }
      .header ul.menu > li ul.sub-menu {
        top: 35px;
        width: 100%;
        display: none;
        text-align: left;
        background: #FFFFFFED;
        position: absolute;
        padding: 17px 0 4px;
        margin: 0; }
        .header ul.menu > li ul.sub-menu li {
          display: block; }
          .header ul.menu > li ul.sub-menu li a {
            font-size: 15px;
            font-family: 'Montserrat', sans-serif;
            font-weight: 400;
            color: #747474;
            line-height: 17px;
            padding: 9px 23px;
            text-transform: initial;
            letter-spacing: 0;
            display: block;
            text-decoration: none; }
          .header ul.menu > li ul.sub-menu li a:hover {
            color: #BBBBBB; }
    .header ul.menu > li.active > a:after {
      opacity: 1; }
  .header__menudroite {
    text-align: left;
    background: #73AB24; }
    .header__menudroite ul.menu > li > a:after {
      background: #73AB24; }

.footer {
  background: #73AB24; }
  .footer__container {
    background-image: url(../img/fond-mobile.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 85px 0 92px; }
  .footer__logo {
    text-align: center;
    padding-bottom: 77px;
    margin-bottom: 111px;
    position: relative; }
    .footer__logo img {
      max-width: 378px;
      width: 100%; }
  .footer__logo:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5); }
  .footer__slogan p {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
    margin-bottom: 26px; }
    .footer__slogan p strong {
      font-family: 'IBM Plex Sans', sans-serif;
      font-weight: 700;
      display: block;
      text-transform: uppercase; }
  .footer__slogan a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
    letter-spacing: 0.75px;
    color: #FFFFFF;
    background: #FF8708;
    text-transform: uppercase;
    min-width: 176px;
    padding: 19px 25px;
    border: 2px solid #FF8708;
    border-radius: 29px;
    text-decoration: none;
    text-align: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
    -webkit-transition: background 0.4s, color 0.4s;
    transition: background 0.4s, color 0.4s; }
    .footer__slogan a:hover {
      background: #FFFFFF;
      color: #FF8708; }
  .footer ul.menu > li > a,
  .footer h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
    text-transform: uppercase; }
  .footer__telephone h4 {
    margin: 78px 0 30px; }
  .footer__telephone img {
    max-width: 277px;
    width: 100%; }
  .footer ul.menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    color: #FFFFFF;
    text-transform: uppercase; }
    .footer ul.menu > li > a {
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      font-size: 18px;
      line-height: 23px;
      display: block;
      margin-bottom: 16px; }
    .footer ul.menu > li ul.sub-menu {
      list-style-type: none;
      padding: 0;
      margin: 0;
      color: #FFFFFF;
      text-transform: initial;
      margin-bottom: 32px; }
      .footer ul.menu > li ul.sub-menu li a {
        font-family: 'IBM Plex Sans', sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 28px;
        color: #FFFFFF;
        display: block; }
  .footer__reseaux {
    margin-bottom: 51px; margin-top: 20px; }
    .footer__reseaux a {
      padding-right: 14px; }
  .footer__postuler{
    margin-top: 20px;
  }
  .footer__postuler a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
    letter-spacing: 0.75px;
    color: #FFFFFF;
    background: #FF8708;
    text-transform: uppercase;
    min-width: 176px;
    padding: 19px 25px;
    border: 2px solid #FF8708;
    border-radius: 29px;
    text-decoration: none;
    text-align: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
    -webkit-transition: background 0.4s, color 0.4s;
    transition: background 0.4s, color 0.4s; }
    .footer__postuler a:hover {
      background: #FFFFFF;
      color: #FF8708; }
  .footer__credits {
    background: #5D5D5D; }
    .footer__credits p {
      margin: 0;
      color: #FFFFFF;
      text-align: center;
      padding: 20px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 400;
      font-size: 14px;
      line-height: 16px; }

.blog__actualites {
  padding: 165px 0 255px;
  background-image: url(../img/actualites-blog-junior-senior.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center; }
  .blog__actualites h3 {
    margin-bottom: 21px; }
  .blog__actualites .texte {
    color: #5D5D5D;
    margin-bottom: 99px; }
  .blog__actualites__vignette__header {
    width: 100%;
    height: 292px;
    position: relative;
    margin-bottom: 7px; }
    .blog__actualites__vignette__header img {
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      height: 100%;
      width: 100%; }
    .blog__actualites__vignette__header div {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      width: 100%;
      text-align: center; }
      .blog__actualites__vignette__header div p {
        color: #FFFFFF;
        background: #FF8708;
        font-family: 'IBM Plex Sans', sans-serif;
        font-weight: 600;
        font-size: 15px;
        line-height: 28px;
        display: inline-block;
        padding: 0 10px; }
  .blog__actualites__vignette__content {
    background: #FFFFFF;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.13); }
    .blog__actualites__vignette__content__infos {
      font-family: 'IBM Plex Sans', sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 28px;
      color: #505050;
      margin-bottom: 5px;
      font-style: italic;
      padding-top: 15px; }
    .blog__actualites__vignette__content h4 {
      font-family: 'IBM Plex Sans', sans-serif;
      font-weight: 600;
      font-size: 21px;
      line-height: 28px;
      color: #73AB24;
      margin-bottom: 24px;
      padding: 4px 30px 0;
      min-height: 88px; }
    .blog__actualites__vignette__content__texte {
      font-family: 'IBM Plex Sans', sans-serif;
      font-weight: 300;
      font-size: 17px;
      line-height: 28px;
      color: #505050;
      margin-bottom: 28px;
      padding: 0 30px;
      min-height: 230px;
      margin-bottom: 0; }
    .blog__actualites__vignette__content__bouton {
      font-family: 'IBM Plex Sans', sans-serif;
      font-weight: 400;
      font-size: 18px;
      line-height: 1em;
      color: #FFFFFF;
      width: 100%;
      height: 49px;
      width: 100%;
      background: #73AB24;
      text-align: center;
      border: 2px solid #73AB24;
      -webkit-transition: color 0.4s, background 0.4s;
      transition: color 0.4s, background 0.4s; }
  .blog__actualites__vignette a:hover .blog__actualites__vignette__content__bouton {
    color: #73AB24;
    background: #FFFFFF; }
  .blog__actualites__bouton {
    margin-top: 27px;
    background: #73AB24;
    color: #FFFFFF;
    border-radius: 29px;
    border: 0;
    padding: 19px 62px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 1em;
    letter-spacing: 0.75px;
    -webkit-transition: background 0.4s, color 0.4s;
    transition: background 0.4s, color 0.4s;
    margin-top: 118px;
    display: inline-block; }
    .blog__actualites__bouton:hover {
      background: #FFFFFF;
      color: #73AB24; }

.headerpage1,
.headerpage2,
.headerpage3 {
  height: 450px;
  position: relative;
  margin-bottom: 76px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .headerpage1 .container,
  .headerpage1 .row,
  .headerpage2 .container,
  .headerpage2 .row,
  .headerpage3 .container,
  .headerpage3 .row {
    height: 100%; }
  .headerpage1 .col,
  .headerpage2 .col,
  .headerpage3 .col {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center; }
  .headerpage1 .fond,
  .headerpage2 .fond,
  .headerpage3 .fond {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat; }
   .homeagence .headerpage1 .fond.o0:after{
   	opacity: 0;
   }
   .homeagence .headerpage1 .fond.o10:after{
   	opacity: 0.1;
   }
   .homeagence .headerpage1 .fond.o20:after{
   	opacity: 0.2;
   }
   .homeagence .headerpage1 .fond.o30:after{
   	opacity: 0.3;
   }
   .homeagence .headerpage1 .fond.o40:after{
   	opacity: 0.4;
   }
   .homeagence .headerpage1 .fond.o50:after{
   	opacity: 0.5;
   }
   .homeagence .headerpage1 .fond.o60:after{
   	opacity: 0.6;
   }
   .homeagence .headerpage1 .fond.o70:after{
   	opacity: 0.7;
   }
   .homeagence .headerpage1 .fond.o80:after{
   	opacity: 0.8;
   }
   .homeagence .headerpage1 .fond.o90:after{
   	opacity: 0.9;
   }
   .homeagence .headerpage1 .fond.o100:after{
   	opacity: 1;
   }
  .headerpage1 .fondbulle,
  .headerpage2 .fondbulle,
  .headerpage3 .fondbulle {
    position: absolute;
    bottom: -70px;
    z-index: 2;
    width: 220px;
    left: calc(50% - 110px); }

.headerpage3 {
  height: 405px;
  margin-bottom: 0; }

.page-template-template-global-histoire,
.page-template-template-global-franchise,
.page-template-template-global-contact,
.page-template-template-global-aides,
.page-template-template-global-aidesdetail,
.single-post,
.archive.category {
  padding-top: 118px; }

.page-template-template-global-histoire,
.page-template-template-global-franchise,
.page-template-template-global-carte,
.archive.category,
.site-agence {
  padding-top: 80px; }

input#rechercheragence::-webkit-input-placeholder {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.75px;
  line-height: 61px;
  text-transform: uppercase;
  color: #767676; }

input#rechercheragence::-moz-placeholder {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.75px;
  line-height: 61px;
  text-transform: uppercase;
  color: #767676; }

input#rechercheragence:-ms-input-placeholder {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.75px;
  line-height: 61px;
  text-transform: uppercase;
  color: #767676; }

input#rechercheragence::-ms-input-placeholder {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.75px;
  line-height: 61px;
  text-transform: uppercase;
  color: #767676; }

input#rechercheragence,
input#rechercheragence::placeholder {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.75px;
  line-height: 61px;
  text-transform: uppercase;
  color: #767676; }

input#rechercheragence {
  background: rgba(255, 255, 255, 0.75);
  border: 2px solid #FF8708;
  border-radius: 29px;
  text-align: center;
  width: 363px; }

.rechercheragence_results {
  width: 350px;
  min-height: 140px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.75);
  opacity: 1;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-top: 16px;
  overflow: auto;
  position: absolute;
  left: calc(50% - 175px);
  bottom: 0;
  height: 204px; }
  .rechercheragence_results a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    display: block;
    color: #505050;
    padding: 6px 0;
    -webkit-transition: background 0.4s, color 0.4s;
    transition: background 0.4s, color 0.4s; }
  .rechercheragence_results a:hover {
    background: #FF8708;
    color: #FFFFFF; }
  .rechercheragence_results .aucune {
    padding: 10px; }
    .rechercheragence_results .aucune .texte {
      font-size: 16px;
      margin-bottom: 0;
      font-style: italic; }
    .rechercheragence_results .aucune a {
      font-family: 'Montserrat', sans-serif;
      font-weight: 600;
      font-size: 15px;
      display: inline-block;
      letter-spacing: 0.75px;
      color: #FFFFFF;
      background: #FF8708;
      text-transform: uppercase;
      min-width: 176px;
      padding: 19px 25px;
      border: 2px solid #FF8708;
      border-radius: 29px;
      text-decoration: none;
      text-align: center;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
      -webkit-transition: background 0.4s, color 0.4s;
      transition: background 0.4s, color 0.4s;
      padding: 10px 20px;
      margin-top: 10px;
      font-size: 13px; }
      .rechercheragence_results .aucune a:hover {
        background: #FFFFFF;
        color: #FF8708; }

.borderbottom {
  border-bottom: 15px solid #FF8708; }

.ctaservices a {
  text-transform: uppercase;
  color: #73AB24;
  border: 2px solid #73AB24;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  padding: 19px 4px;
  max-width: 363px;
  width: 100%;
  text-align: center;
  border-radius: 29px;
  display: block;
  margin: 0 auto;
  -webkit-transition: background 0.4s, color 0.4s;
  transition: background 0.4s, color 0.4s; }
.ctaservices a:hover {
  background: #73AB24;
  color: #FFFFFF; }

select {
  border: 0;
  background: #FFFFFF;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 600;
  line-height: 28px;
  color: #B5B5B5;
  font-size: 16px;
  height: 55px;
  outline: 0; }

.wpcf7-form {
  margin-top: 55px; }
  .wpcf7-form hr {
    background: #DDDDDD;
    display: block;
    height: 1px;
    width: calc(100% - 10px);
    margin-bottom: 40px; }
  .wpcf7-form .wpcf7-not-valid-tip {
    display: none; }
  .wpcf7-form .wpcf7-form-control-wrap.poste,
  .wpcf7-form .wpcf7-form-control-wrap.agence {
    margin-bottom: 72px;
    display: block; }
  .wpcf7-form .wpcf7-response-output {
    margin: 0 auto 40px;
    border: 0;
    display: block; }
  .wpcf7-form .wpcf7-validation-errors,
  .wpcf7-form .wpcf7-acceptance-missing,
  .wpcf7-form .wpcf7-spam-blocked {
    background: #FF8708;
    color: #FFFFFF;
    font-size: 16px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 600;
    line-height: 28px; }
  .wpcf7-form .agence {
    margin: 0 auto;
    max-width: 560px;
    display: block;
    text-align: center;
    width: 100%; }
    .wpcf7-form .agence select {
      width: 100%; }
  .wpcf7-form .demi {
    width: calc(50% - 10px); }
  .wpcf7-form .entier {
    width: calc(100% - 10px); }
  .wpcf7-form input,
  .wpcf7-form select,
  .wpcf7-form textarea {
    margin: 0 5px; }
  .wpcf7-form .wpcf7-not-valid {
    border: 2px solid #FF8708; }
  .wpcf7-form input,
  .wpcf7-form select {
    height: 55px; }
  .wpcf7-form input,
  .wpcf7-form textarea,
  .wpcf7-form .typefile > p:first-child {
    border-radius: 6px;
    border: 0;
    font-size: 16px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 600;
    line-height: 28px;
    color: #B5B5B5;
    margin-bottom: 25px;
    padding: 10px 20px; }
  .wpcf7-form select {
    border: 0;
    background-color: #FFFFFF;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 600;
    line-height: 28px;
    color: #B5B5B5;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0 20px;
    background-size: 32px 21px;
    background-image: url(../img/fleche-select.svg);
    background-repeat: no-repeat;
    background-position: 97%; }
  .wpcf7-form select:-ms-expand {
    display: none; }
  .wpcf7-form textarea {
    padding: 14px 20px; }
  .wpcf7-form .typefile {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    position: relative; }
    .wpcf7-form .typefile p {
      margin: 0; }
    .wpcf7-form .typefile > p:first-child {
      background: #FFFFFF;
      height: 55px;
      line-height: 32px;
      border-radius: 26px 0 0 26px;
  	width:100%;text-align: left;}
    .wpcf7-form .typefile .wpcf7-form-control-wrap {
      position: initial; }
    .wpcf7-form .typefile .wpcf7-not-valid-tip {
      position: absolute;
      bottom: -10px;
      padding-left: 10px;
      text-transform: initial;
      font-size: 12px;
      text-align: left;
      left: 0; }
    .wpcf7-form .typefile label {
      height: 55px;
      background: #73AB24;
      border: 0;
      font-family: 'IBM Plex Sans', sans-serif;
      font-weight: 600;
      font-style: initial;
      font-size: 20px;
      line-height: 28px;
      color: #FFFFFF;
      text-transform: uppercase;
      border-radius: 0 10px 10px 0;
      padding: 0 17px;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      cursor: pointer; }
    .wpcf7-form .typefile input[type="file"] {
      display: none; }
  .wpcf7-form input[type="submit"] {
    background: #FF8708;
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 61px;
    letter-spacing: 0.75px;
    width: 234px;
    margin: 50px auto 0;
    padding: 19px 0;
    border-radius: 100px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    line-height: 1em;
    border: 2px solid #FF8708;
    cursor: pointer;
    -webkit-transition: background 0.4s, color 0.4s;
    transition: background 0.4s, color 0.4s; }
  .wpcf7-form input[type="submit"]:hover {
    background: initial;
    color: #FF8708; }
  .wpcf7-form input::-webkit-input-placeholder,
  .wpcf7-form textarea::-webkit-input-placeholder {
    font-size: 16px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 600;
    line-height: 28px;
    color: #B5B5B5; }
  .wpcf7-form input::-moz-placeholder,
  .wpcf7-form textarea::-moz-placeholder {
    font-size: 16px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 600;
    line-height: 28px;
    color: #B5B5B5; }
  .wpcf7-form input:-ms-input-placeholder,
  .wpcf7-form textarea::-ms-input-placeholder {
    font-size: 16px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 600;
    line-height: 28px;
    color: #B5B5B5; }
  .wpcf7-form input::-ms-input-placeholder,
  .wpcf7-form textarea::-ms-input-placeholder {
    font-size: 16px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 600;
    line-height: 28px;
    color: #B5B5B5; }
  .wpcf7-form input::-webkit-input-placeholder,
  .wpcf7-form textarea::-webkit-input-placeholder {
    font-size: 16px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 600;
    line-height: 28px;
    color: #B5B5B5; }
  .wpcf7-form input::-moz-placeholder,
  .wpcf7-form textarea::-moz-placeholder {
    font-size: 16px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 600;
    line-height: 28px;
    color: #B5B5B5; }
  .wpcf7-form input:-ms-input-placeholder,
  .wpcf7-form textarea:-ms-input-placeholder {
    font-size: 16px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 600;
    line-height: 28px;
    color: #B5B5B5; }
  .wpcf7-form input::-ms-input-placeholder,
  .wpcf7-form textarea::-ms-input-placeholder {
    font-size: 16px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 600;
    line-height: 28px;
    color: #B5B5B5; }
  .wpcf7-form input::-webkit-input-placeholder,
  .wpcf7-form textarea::-webkit-input-placeholder {
    font-size: 16px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 600;
    line-height: 28px;
    color: #B5B5B5; }
  .wpcf7-form input::-moz-placeholder,
  .wpcf7-form textarea::-moz-placeholder {
    font-size: 16px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 600;
    line-height: 28px;
    color: #B5B5B5; }
  .wpcf7-form input:-ms-input-placeholder,
  .wpcf7-form textarea:-ms-input-placeholder {
    font-size: 16px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 600;
    line-height: 28px;
    color: #B5B5B5; }
  .wpcf7-form input::-ms-input-placeholder,
  .wpcf7-form textarea::-ms-input-placeholder {
    font-size: 16px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 600;
    line-height: 28px;
    color: #B5B5B5; }
  .wpcf7-form input::-webkit-input-placeholder,
  .wpcf7-form textarea::-webkit-input-placeholder {
    font-size: 16px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 600;
    line-height: 28px;
    color: #B5B5B5; }
  .wpcf7-form input::-moz-placeholder,
  .wpcf7-form textarea::-moz-placeholder {
    font-size: 16px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 600;
    line-height: 28px;
    color: #B5B5B5; }
  .wpcf7-form input:-ms-input-placeholder,
  .wpcf7-form textarea:-ms-input-placeholder {
    font-size: 16px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 600;
    line-height: 28px;
    color: #B5B5B5; }
  .wpcf7-form input::-ms-input-placeholder,
  .wpcf7-form textarea::-ms-input-placeholder {
    font-size: 16px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 600;
    line-height: 28px;
    color: #B5B5B5; }
  .wpcf7-form input::-webkit-input-placeholder,
  .wpcf7-form textarea::-webkit-input-placeholder {
    font-size: 16px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 600;
    line-height: 28px;
    color: #B5B5B5; }
  .wpcf7-form input::-moz-placeholder,
  .wpcf7-form textarea::-moz-placeholder {
    font-size: 16px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 600;
    line-height: 28px;
    color: #B5B5B5; }
  .wpcf7-form input:-ms-input-placeholder,
  .wpcf7-form textarea:-ms-input-placeholder {
    font-size: 16px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 600;
    line-height: 28px;
    color: #B5B5B5; }
  .wpcf7-form input::-ms-input-placeholder,
  .wpcf7-form textarea::-ms-input-placeholder {
    font-size: 16px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 600;
    line-height: 28px;
    color: #B5B5B5; }
  .wpcf7-form input::-webkit-input-placeholder,
  .wpcf7-form textarea::-webkit-input-placeholder {
    font-size: 16px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 600;
    line-height: 28px;
    color: #B5B5B5; }
  .wpcf7-form input::-moz-placeholder,
  .wpcf7-form textarea::-moz-placeholder {
    font-size: 16px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 600;
    line-height: 28px;
    color: #B5B5B5; }
  .wpcf7-form input:-ms-input-placeholder,
  .wpcf7-form textarea:-ms-input-placeholder {
    font-size: 16px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 600;
    line-height: 28px;
    color: #B5B5B5; }
  .wpcf7-form input::-ms-input-placeholder,
  .wpcf7-form textarea::-ms-input-placeholder {
    font-size: 16px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 600;
    line-height: 28px;
    color: #B5B5B5; }
  .wpcf7-form input::-webkit-input-placeholder,
  .wpcf7-form textarea::-webkit-input-placeholder {
    font-size: 16px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 600;
    line-height: 28px;
    color: #B5B5B5; }
  .wpcf7-form input::-moz-placeholder,
  .wpcf7-form textarea::-moz-placeholder {
    font-size: 16px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 600;
    line-height: 28px;
    color: #B5B5B5; }
  .wpcf7-form input:-ms-input-placeholder,
  .wpcf7-form textarea:-ms-input-placeholder {
    font-size: 16px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 600;
    line-height: 28px;
    color: #B5B5B5; }
  .wpcf7-form input::-ms-input-placeholder,
  .wpcf7-form textarea::-ms-input-placeholder {
    font-size: 16px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 600;
    line-height: 28px;
    color: #B5B5B5; }
  .wpcf7-form input::-webkit-input-placeholder,
  .wpcf7-form textarea::-webkit-input-placeholder {
    font-size: 16px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 600;
    line-height: 28px;
    color: #B5B5B5; }
  .wpcf7-form input::-moz-placeholder,
  .wpcf7-form textarea::-moz-placeholder {
    font-size: 16px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 600;
    line-height: 28px;
    color: #B5B5B5; }
  .wpcf7-form input:-ms-input-placeholder,
  .wpcf7-form textarea:-ms-input-placeholder {
    font-size: 16px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 600;
    line-height: 28px;
    color: #B5B5B5; }
  .wpcf7-form input::-ms-input-placeholder,
  .wpcf7-form textarea::-ms-input-placeholder {
    font-size: 16px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 600;
    line-height: 28px;
    color: #B5B5B5; }
  .wpcf7-form input::placeholder,
  .wpcf7-form textarea::placeholder {
    font-size: 16px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 600;
    line-height: 28px;
    color: #B5B5B5; }
  .wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
    display: -webkit-box;
    display: flex;
    padding-left: 0; }
    .wpcf7-form .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
      max-width: 674px;
      width: 80%;
      margin-right: 30px;
      font-family: 'IBM Plex Sans', sans-serif;
      font-weight: 500;
      font-style: italic;
      font-size: 16px;
      color: #767676;
      text-align: left; }
  .wpcf7-form .bootstrap-switch {
    height: 100%;
    border-radius: 10px;
    border-width: 0; }
    .wpcf7-form .bootstrap-switch .bootstrap-switch-label {
      background: #FF8708; }
    .wpcf7-form .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
      background: #FFFFFF;
      color: #FF8708; }
    .wpcf7-form .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
      background: #FFFFFF;
      color: #73AB24; }
  .wpcf7-form .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label {
    background: #73AB24; }

.homeglobal__slider_home {
  position: relative; }
  .homeglobal__slider_home.disable {
    padding-bottom: 676px; }
    .homeglobal__slider_home.disable > div {
      display: none; }
  .homeglobal__slider_home__mobile {
    display: none !important; }
  .homeglobal__slider_home .slick-slide {
    max-height: 3000px;
    min-height: 500px; }
    .homeglobal__slider_home .slick-slide img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .homeglobal__slider_home .slick-dots {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: absolute;
    bottom: 57px;
    width: 100%;
    text-align: center; }
    .homeglobal__slider_home .slick-dots li {
      display: inline-block;
      line-height: 0; }
      .homeglobal__slider_home .slick-dots li button {
        background: none;
        border: 0;
        color: transparent;
        position: relative;
        line-height: 0;
        padding: 0 5px; }
      .homeglobal__slider_home .slick-dots li button:before {
        font-family: 'slick';
        font-size: 40px;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: calc(50% - 8px);
        width: 16px;
        height: 16px;
        content: '•';
        text-align: center;
        opacity: .7;
        color: #DDDDDD;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
.homeglobal h1 {
  margin: 170px 0 54px; }
.homeglobal__video {
  margin-top: 86px; }
.homeglobal__rechercheagence {
  margin: 289px 0 76px;
  min-height: 643px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative; }
  .homeglobal__rechercheagence__formulaire {
    text-align: center;
    position: relative;
    padding-top: 210px;
    padding-bottom: 210px; }
    .homeglobal__rechercheagence__formulaire h2 {
      font-size: 51px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      line-height: 54px;
      color: #5D5D5D;
      text-align: center;
      margin-bottom: 25px; }
    .homeglobal__rechercheagence__formulaire__block {
      position: relative;
      width: 363px;
      margin: 0 auto; }
      .homeglobal__rechercheagence__formulaire__block__loader {
        position: absolute;
        right: 50px;
        top: 14px;
        display: none; }
.homeglobal__rechercheagence:before {
  content: "";
  position: absolute;
  max-width: 554px;
  width: 100%;
  max-height: 445px;
  height: 100%;
  background-image: url(../img/agence-junior-senior-france.png);
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
  top: -292px;
  right: -50px; }
.homeglobal__services {
  background-image: url(../img/services-junior-senior.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 187px 0 137px;
  margin-top: -32px; }
  .homeglobal__services__header .texte {
    margin: 40px 0 137px; }
  .homeglobal__services__block__vignette {
    text-align: center;
    display: block; }
    .homeglobal__services__block__vignette__photos {
      position: relative;
      max-width: 300px;
      width: 100%;
      margin: 0 auto; }
      .homeglobal__services__block__vignette__photos__hover {
        position: absolute;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        left: 0;
        top: 0;
        opacity: 0;
        -webkit-transition: opacity 0.4s;
        transition: opacity 0.4s;
        padding: 5px;
        background: rgba(255, 255, 255, 0.8); }
    .homeglobal__services__block__vignette__icones {
      margin-top: 46px;
      position: relative;
      z-index: 1; }
      .homeglobal__services__block__vignette__icones:before {
        content: "";
        width: calc(50% + 15px);
        height: 1px;
        background: #5A5A5A;
        position: absolute;
        left: -15px;
        top: 50%;
        opacity: 0.3;
        z-index: -1; }
      .homeglobal__services__block__vignette__icones:after {
        content: "";
        width: calc(50% + 15px);
        height: 1px;
        background: #5A5A5A;
        position: absolute;
        right: -15px;
        top: 50%;
        opacity: 0.3;
        z-index: -1; }
      .homeglobal__services__block__vignette__icones img {
        width: 77px; }
    .homeglobal__services__block__vignette__textes {
      margin-top: 52px; }
      .homeglobal__services__block__vignette__textes h4 {
        color: #5D5D5D;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-size: 28px;
        line-height: 26px;
        position: relative;
        height: 52px; }
      .homeglobal__services__block__vignette__textes h4:after {
        content: "";
        width: 51px;
        height: 2px;
        background: #FF8708;
        position: absolute;
        bottom: -35px;
        left: calc(50% - 20.5px); }
      .homeglobal__services__block__vignette__textes h5 {
        margin-top: 67px;
        font-family: 'IBM Plex Sans', sans-serif;
        font-weight: 300;
        font-size: 18px;
        line-height: 28px;
        color: #505050;
        min-height: 200px; }
      .homeglobal__services__block__vignette__textes button {
        margin-top: 27px;
        background: #73AB24;
        color: #FFFFFF;
        border-radius: 29px;
        border: 0;
        padding: 19px 62px;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        font-size: 15px;
        line-height: 1em;
        letter-spacing: 0.75px;
        -webkit-transition: background 0.4s, color 0.4s;
        transition: background 0.4s, color 0.4s;
        margin-bottom: 50px; }
        .homeglobal__services__block__vignette__textes button:hover {
          background: #FFFFFF;
          color: #73AB24; }
  .homeglobal__services__block__vignette:hover .homeglobal__services__block__vignette__photos .homeglobal__services__block__vignette__photos__hover {
    opacity: 1; }
  .homeglobal__services__block:first-child .homeglobal__services__block__vignette__icones:before {
    display: none; }
  .homeglobal__services__block:last-child .homeglobal__services__block__vignette__icones:after {
    display: none; }
.homeglobal__engagement {
  position: relative;
  padding: 144px 0 224px;
  color: #FFFFFF;
  margin-bottom: -30px;
  z-index: -1; }
  .homeglobal__engagement h3 {
    color: #FFFFFF;
    margin-bottom: 99px; }
  .homeglobal__engagement h4 {
    line-height: 31px;
    margin-bottom: 40px; }
  .homeglobal__engagement .texte {
    margin-bottom: 40px; }
  .homeglobal__engagement img {
    width: 69px;
    margin-bottom: 14px; }
.homeglobal__engagement:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 65%;
  background: #73AB24;
  left: 0;
  top: 0; }
.homeglobal__engagement > img {
  position: absolute;
  height: 100%;
  width: calc(35% - 16px);
  background: #73AB24;
  right: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }

.temoignages {
  padding: 100px 0 0; }
  .temoignages__photo {
    height: 750px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right;
    object-position: right; }
  .temoignages img {
    position: absolute;
    left: 0;
    bottom: 0; }
  .temoignages__soustitre {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 60px;
    line-height: 94px;
    color: #FF8708;
    margin-bottom: 68px; }
  .temoignages__slider {
    margin-bottom: 40px; }
    .temoignages__slider__texte {
      color: #505050;
      margin-bottom: 19px; }
    .temoignages__slider__auteur {
      font-family: 'Montserrat', sans-serif;
      font-weight: 600;
      font-size: 21px;
      line-height: 28px;
      color: #5D5D5D; }
    .temoignages__slider .prev {
      position: absolute;
      top: 0;
      left: -60px;
      background: none;
      border: 0;
      line-height: 0;
      -webkit-transform: rotateZ(180deg);
      transform: rotateZ(180deg); }
    .temoignages__slider .next {
      position: absolute;
      top: 0;
      right: -60px;
      background: none;
      border: 0;
      line-height: 0; }

.page-template-template-global-agences .temoignages {
  margin-top: 50px; }

.service__header {
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  max-height: 794px;
  min-height: 413px;
  height: 60vw;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center; }
  .service__header__2 {
    height: 245px;
    background: #EDEDED;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }
.service__presentation {
  margin-top: 206px; }
  .service__presentation h3 {
    margin-bottom: 25px; }
  .service__presentation .texte {
    padding-bottom: 40px;
    position: relative; }
  .service__presentation .texte:after {
    content: "";
    width: 51px;
    height: 2px;
    background: #FF8708;
    position: absolute;
    bottom: 0;
    left: 0; }
.service__services {
  margin-top: 50px;
  padding: 86px 0 110px;
  position: relative;
  background: #73AB24; }
  .service__services__imageadd {
    width: 469px;
    height: 639px;
    position: absolute;
    right: -30px;
    top: -340px; }
    .service__services__imageadd img {
      -o-object-fit: contain;
      object-fit: contain;
      -o-object-position: bottom;
      object-position: bottom; }
  .service__services__header h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 60px;
    line-height: 70px;
    color: #FFFFFF;
    margin-bottom: 140px; }
  .service__services__picto {
    width: 77px; }
  .service__services h5 {
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 26px;
    margin-bottom: 29px; }
  .service__services .texte p,
  .service__services .texte ul {
    color: #FFFFFF;
    margin-bottom: 56px; }
.service__servicesadd {
  padding: 188px 0 218px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative; }
  .service__servicesadd__imageaddgauche {
    position: absolute;
    top: 30%;
    left: calc(-440px + 20vw); }
  .service__servicesadd__imageadddroite1 {
    position: absolute;
    top: 10%;
    right: calc(-440px + 20vw); }
  .service__servicesadd__imageadddroite2 {
    position: absolute;
    top: 50%;
    right: calc(-240px + 20vw); }
  .service__servicesadd h3 {
    margin-bottom: 90px; }
  .service__servicesadd h4 {
    margin-bottom: 29px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #FF8708;
    font-size: 31px;
    line-height: 31px; }
  .service__servicesadd .texte {
    margin-bottom: 84px; }
.service__infosimage {
  padding: 166px 0;
  position: relative; }
  .service__infosimage h3 {
    margin-bottom: 40px; }
  .service__infosimage h4 {
    margin-bottom: 65px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 21px;
    line-height: 30px;
    color: #5D5D5D; }
  .service__infosimage img {
    position: absolute;
    left: -15px;
    top: 0;
    width: calc(50% - 151px);
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center; }
.service__infoscolor {
  padding: 155px 0 206px;
  background: #73AB24;
  margin-bottom: -32px; }
  .service__infoscolor__titre {
    color: #FFFFFF;
    margin-bottom: 60px; }
  .service__infoscolor__soustitre {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #FFFFFF;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: -3px; }
  .service__infoscolor .texte p,
  .service__infoscolor .texte ul {
    color: #FFFFFF; }

.agences h1 {
  padding: 90px 0 42px;
  text-align: center; }
.agences__formulaire {
  border-top: 1px solid #A6A6A6;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center; }
  .agences__formulaire h2 {
    margin-bottom: 27px; }
.agences__map iframe {
  height: 750px; }
.agences__liste {
  padding: 206px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .agences__liste h4 {
    position: relative;
    padding-bottom: 29px;
    margin-bottom: 41px; }
  .agences__liste h4:after {
    content: "";
    position: absolute;
    width: 51px;
    height: 2px;
    background: #FF8708;
    bottom: 0;
    left: 0; }
  .agences__liste h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 26px;
    text-transform: uppercase;
    color: #5D5D5D;
    margin-top: 60px;
    margin-bottom: 20px; }
  .agences__liste a {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 40px;
    color: #505050;
    display: block;
    cursor: pointer;
    transition: color 0.4s; }
  .agences__liste a:hover {
    color: #FF8708; }
  .agences__liste__villes__mobile h5 {
    cursor: pointer;
    margin-top: 20px; }
  .agences__liste__villes__mobile > div {
    display: none; }
.agences__formulaire {
  display: block; }
  .agences__formulaire > div {
    padding: 200px 0;
    position: relative; }
  .agences__formulaire .homeglobal__rechercheagence__formulaire {
    padding: 0; }
  .agences__formulaire .rechercheragence_results {
    bottom: -20px;
    height: 204px; }

.histoire__header {
  margin-bottom: 75px; }
.histoire h2 {
  margin-bottom: 38px; }
.histoire .ctaservices {
  margin: 90px 0 172px; }
.histoire__historique {
  position: relative; }
  .histoire__historique__slider {
    background: #EDEDED;
    padding: 85px 0; }
    .histoire__historique__slider__slide img {
      max-width: 536px;
      width: 100%; }
    .histoire__historique__slider__slide__content {
      padding-left: 80px; }
      .histoire__historique__slider__slide__content h4 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-size: 60px;
        color: #767676;
        line-height: 60px;
        letter-spacing: -3px;
        margin-bottom: 5px; }
      .histoire__historique__slider__slide__content__date {
        color: #FF8708;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        font-size: 31px;
        line-height: 26px;
        margin-bottom: 44px; }
    .histoire__historique__slider .slick-arrow.next {
      display: inline-block;
      position: absolute;
      left: calc(55% + 80px);
      bottom: -64px;
      -webkit-transform: rotateZ(180deg);
      transform: rotateZ(180deg);
      background: none;
      border: 0; }
    .histoire__historique__slider .slick-arrow.prev {
      display: inline-block;
      position: absolute;
      left: calc(48% + 80px);
      bottom: -60px;
      z-index: 2;
      background: none;
      border: 0; }
.histoire__historique:before {
  content: "";
  background: #EDEDED;
  width: 50vw;
  left: 50%;
  top: 0;
  height: 100%;
  position: absolute; }
.histoire__infos {
  background: #73AB24;
  padding: 446px 0 154px;
  color: #FFFFFF;
  margin-top: -280px; }
  .histoire__infos h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: -3px;
    margin-bottom: 48px; }
  .histoire__infos .texte,
  .histoire__infos .texte p,
  .histoire__infos .texte ul {
    color: #FFFFFF; }
    .histoire__infos .texte a,
    .histoire__infos .texte p a,
    .histoire__infos .texte ul a {
      font-family: 'Montserrat', sans-serif;
      font-weight: 600;
      font-size: 15px;
      display: inline-block;
      letter-spacing: 0.75px;
      color: #FFFFFF;
      background: #FF8708;
      text-transform: uppercase;
      min-width: 176px;
      padding: 19px 25px;
      border: 2px solid #FF8708;
      border-radius: 29px;
      text-decoration: none;
      text-align: center;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
      -webkit-transition: background 0.4s, color 0.4s;
      transition: background 0.4s, color 0.4s;
      background: #FFFFFF;
      color: #73AB24;
      border-color: #FFFFFF;
      margin-top: 80px; }
      .histoire__infos .texte a:hover,
      .histoire__infos .texte p a:hover,
      .histoire__infos .texte ul a:hover {
        background: #FFFFFF;
        color: #FF8708; }
  .histoire__infos a:hover {
    background: #73AB24;
    color: #FFFFFF; }

.franchise__video__logo {
  margin-top: 60px;
  max-width: 390px;
  width: 100%; }
.franchise__video__bouton {
  text-transform: uppercase;
  color: #73AB24;
  border: 2px solid #73AB24;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  padding: 19px 4px;
  max-width: 363px;
  width: 100%;
  text-align: center;
  border-radius: 29px;
  display: block;
  margin: 81px 0 0;
  -webkit-transition: background 0.4s, color 0.4s;
  transition: background 0.4s, color 0.4s; }
.franchise__video__bouton:hover {
  background: #73AB24;
  color: #FFFFFF; }
.franchise__blockcolor {
  background: #FF8708;
  padding: 130px 0;
  color: #FFFFFF;
  margin: 124px 0; }
  .franchise__blockcolor h3 {
    color: #FFFFFF; }
  .franchise__blockcolor .soustitre {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #FFFFFF; }
  .franchise__blockcolor__bouton {
    text-transform: uppercase;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    padding: 19px 4px;
    max-width: 363px;
    width: 100%;
    text-align: center;
    border-radius: 29px;
    display: block;
    margin: 0 auto;
    -webkit-transition: background 0.4s, color 0.4s;
    transition: background 0.4s, color 0.4s; }
  .franchise__blockcolor__bouton:hover {
    background: #FFFFFF;
    color: #FF8708; }
  .franchise__blockcolor img {
    width: 24px; }
.franchise__service h3 {
  text-shadow: 0 0 0;
  color: #767676;
  padding-bottom: 40px;
  margin-bottom: 109px;
  position: relative;
  margin-left: 20px; }
.franchise__service h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 51px;
  height: 2px;
  background-color: #FF8708; }
.franchise__service .soustitre {
  margin-bottom: 53px; }
.franchise__service__personne {
  text-align: center; }
  .franchise__service__personne__photo {
    width: 122px;
    height: 122px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 100px;
    margin: 0 auto 20px; }
  .franchise__service__personne__nom {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 0;
    color: #2B2B2B; }
  .franchise__service__personne__poste {
    color: #2B2B2B;
    margin-bottom: 60px; }

.carte__presentation {
  padding-bottom: 122px; }
  .carte__presentation .titre2 {
    margin-bottom: 0; }
  .carte__presentation .soustitre {
    margin: 43px 0; }
  .carte__presentation .soustitre,
  .carte__presentation .texte {
    margin-right: 50px; }
  .carte__presentation img {
    margin-top: 80px; }
.carte__presentationphoto {
  position: relative; }
  .carte__presentationphoto__imageadd {
    position: absolute;
    width: 50%;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center; }
  .carte__presentationphoto h3 {
    color: #767676;
    text-shadow: 0 0 0;
    margin: 159px 0 30px; }
  .carte__presentationphoto__contenu {
    margin-bottom: 42px; }
  .carte__presentationphoto__soustitre {
    margin-bottom: 68px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 21px;
    line-height: 30px;
    color: #5D5D5D; }
  .carte__presentationphoto__icone {
    width: 77px; }
  .carte__presentationphoto a {
    margin-bottom: 138px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
    letter-spacing: 0.75px;
    color: #FFFFFF;
    background: #FF8708;
    text-transform: uppercase;
    min-width: 176px;
    padding: 19px 25px;
    border: 2px solid #FF8708;
    border-radius: 29px;
    text-decoration: none;
    text-align: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
    -webkit-transition: background 0.4s, color 0.4s;
    transition: background 0.4s, color 0.4s; }
    .carte__presentationphoto a:hover {
      background: #FFFFFF;
      color: #FF8708; }

.contact h1 {
  text-align: center;
  text-shadow: 0 0 0;
  color: #767676;
  margin: 0 0 47px; }
.contact__orange {
  background: #FF8708;
  padding: 99px 0;
  color: #FFFFFF;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.18); }
  .contact__orange h2 {
    color: #FFFFFF;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 600;
    font-size: 31px;
    line-height: 31px;
    margin: 0 0 0 20px;
    text-align: left; }
  .contact__orange__infos {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    justify-content: space-around;
    text-align: center; }
    .contact__orange__infos__block {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      flex-direction: row;
      -webkit-box-align: center;
      align-items: center; }
  .contact__orange .texte p {
    color: #FFFFFF;
    text-align: center;
    margin-top: 44px; }
.contact__form {
  padding: 96px 0 146px;
  background: #EDEDED; }
  .contact__form__formulaire, .contact__form__mentions {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 20px;
    line-height: 28px;
    color: #767676; }
  .contact__form__formulaire {
    text-align: center; }
  .contact__form__mentions {
    font-size: 15px;
    line-height: 24px;
    text-align: justify; }

.aides h1 {
  text-align: center;
  text-shadow: 0 0 0;
  color: #767676;
  margin: 0 0; }
.aides__aide {
  margin-top: 88px; }
  .aides__aide__header {
    padding: 31px 0;
    background: #EDEDED;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 100px; }
    .aides__aide__header img {
      width: 96px;
      margin-left: 20px; }
    .aides__aide__header h2 {
      margin-left: 42px; }
  .aides__aide__block {
    text-align: center; }
    .aides__aide__block > div {
      position: relative; }
    .aides__aide__block > div:after {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      width: 2px;
      height: 100%;
      background: #EEEEEE; }
    .aides__aide__block > div:last-child:after {
      display: none; }
    .aides__aide__block h3 {
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      font-size: 21px;
      line-height: 25px;
      color: #5D5D5D;
      min-height: 73px; }
    .aides__aide__block__soustitre {
      color: #73AB24;
      font-family: 'IBM Plex Sans', sans-serif;
      font-weight: 500;
      font-size: 18px;
      line-height: 28px;
      margin-bottom: 19px; }
    .aides__aide__block .texte {
      font-family: 'IBM Plex Sans', sans-serif;
      font-weight: 300;
      padding-top: 23px;
      position: relative; }
    .aides__aide__block .texte:before {
      content: "";
      width: 51px;
      height: 2px;
      background: #FF8708;
      left: calc(50% - 25.5px);
      top: 0;
      position: absolute; }
    .aides__aide__block a {
      margin: 24px 0;
      color: #FF8708;
      text-transform: uppercase;
      font-family: 'Montserrat', sans-serif;
      font-weight: 600;
      font-size: 15px;
      letter-spacing: 0.75px;
      display: inline-block;
      padding: 10px 20px;
      -webkit-transition: background 0.4s, color 0.4s;
      transition: background 0.4s, color 0.4s;
      border-radius: 29px; }
    .aides__aide__block a:hover {
      background: #FF8708;
      color: #FFFFFF; }
.aides__infos {
  margin-top: 40px;
  padding: 87px 0 144px;
  position: relative; }
  .aides__infos__blockphoto {
    position: initial; }
    .aides__infos__blockphoto__photo {
      position: absolute;
      top: 0;
      right: 58%;
      width: 42%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center; }
  .aides__infos h3 {
    text-shadow: 0 0 0;
    color: #767676;
    font-size: 80px;
    padding-top: 87px;
    position: relative;
    line-height: 80px; }
  .aides__infos h3:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #EEEEEE;
    top: 0;
    left: 0; }
  .aides__infos .texte h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 21px;
    line-height: 30px;
    color: #5D5D5D;
    margin: 62px 0 24px; }
  .aides__infos .texte img {
    margin-top: 40px; }
.aides .ctadevis_fullwidth {
  margin-top: 100px; }

.aidesdetail h1 {
  text-align: center;
  text-shadow: 0 0 0;
  color: #767676;
  margin: 0 0; }
.aidesdetail__contenu {
  padding-bottom: 108px; }
  .aidesdetail__contenu h2 {
    position: relative;
    margin-bottom: 39px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 31px;
    line-height: 26px;
    color: #FF8708;
    display: inline-block; }
    .aidesdetail__contenu h2 span {
      position: absolute;
      left: -40px;
      color: #767676;
      letter-spacing: -1.55px; }
  .aidesdetail__contenu .texte {
    margin-bottom: 80px; }
  .aidesdetail__contenu h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    color: #FF8708;
    letter-spacing: -2px;
    padding-bottom: 43px;
    position: relative;
    margin-bottom: 50px; }
    .aidesdetail__contenu h3:after {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 51px;
      height: 2px;
      background: #FF8708; }
  .aidesdetail__contenu__slogannoir {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 31px;
    line-height: 33px;
    color: #5D5D5D;
    margin-bottom: 36px; }
  .aidesdetail__contenu a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
    letter-spacing: 0.75px;
    color: #FFFFFF;
    background: #FF8708;
    text-transform: uppercase;
    min-width: 176px;
    padding: 19px 25px;
    border: 2px solid #FF8708;
    border-radius: 29px;
    text-decoration: none;
    text-align: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
    -webkit-transition: background 0.4s, color 0.4s;
    transition: background 0.4s, color 0.4s;
    color: #767676;
    background: #FFFFFF;
    box-shadow: 0 0 0;
    min-width: 363px; }
    .aidesdetail__contenu a:hover {
      background: #FFFFFF;
      color: #FF8708; }
  .aidesdetail__contenu a:hover {
    color: #FFFFFF;
    background: #FF8708; }
.aidesdetail__retour {
  padding: 109px 0;
  background: #EDEDED;
  text-align: center; }
  .aidesdetail__retour a {
    margin-top: 27px;
    background: #73AB24;
    color: #FFFFFF;
    border-radius: 29px;
    border: 0;
    padding: 19px 62px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 1em;
    letter-spacing: 0.75px;
    -webkit-transition: background 0.4s, color 0.4s;
    transition: background 0.4s, color 0.4s; }
    .aidesdetail__retour a:hover {
      background: #FFFFFF;
      color: #73AB24; }

.menu-agence {
  background: #FF8708;
  color: #FFFFFF;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: center;
  justify-content: center;
  height: 46px;
  -webkit-box-align: center;
  align-items: center; }
  .menu-agence a {
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 54px;
    text-transform: uppercase;
    padding: 0 29px; }

.homeagence__header {
  position: relative; }
  .homeagence__header .fond:after {
    content: "";
    position: absolute;
    background: #2B2B2B;
    opacity: 0.3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.homeagence .headerpage1 {
  margin-bottom: 0; }
.homeagence__soustitre {
  background: #EDEDED;
  text-align: center;
  padding: 24px 0 56px; }
  .homeagence__soustitre__texte {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 9px;
    color: #767676;
    font-size: 15px;
    line-height: 28px; }
  .homeagence__soustitre .titre3 {
    color: #5D5D5D; }
.homeagence__presentation {
  position: relative; }
  .homeagence__presentation__map {
    position: absolute;
    right: 50%;
    width: 50%;
    height: 100%; }
    .homeagence__presentation__map iframe {
      height: 100%; }
  .homeagence__presentation__datas {
    padding-top: 126px;
    padding-bottom: 102px; }
    .homeagence__presentation__datas__certification{
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
    .homeagence__presentation__datas__data {
      position: relative;
      margin-bottom: 37px; }
      .homeagence__presentation__datas__data img {
        position: absolute;
        top: 0;
        width: 80px;
        text-align: right;
        height: 44px;
        left: -76px; }
      .homeagence__presentation__datas__data__horaires .add {
        margin-top: 12px;
        font-style: italic; }
      .homeagence__presentation__datas__data__horaires__bouton {
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        font-size: 15px;
        display: inline-block;
        letter-spacing: 0.75px;
        color: #FFFFFF;
        background: #FF8708;
        text-transform: uppercase;
        min-width: 176px;
        padding: 19px 25px;
        border: 2px solid #FF8708;
        border-radius: 29px;
        text-decoration: none;
        text-align: center;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
        -webkit-transition: background 0.4s, color 0.4s;
        transition: background 0.4s, color 0.4s; }
        .homeagence__presentation__datas__data__horaires__bouton:hover {
          background: #FFFFFF;
          color: #FF8708; }
      .homeagence__presentation__datas__data .texte a {
        font-weight: 300;
        font-size: 18px;
        line-height: 28px;
        color: #505050; }
    .homeagence__presentation__datas__lieux .texte strong {
      font-size: 16px; }
    .homeagence__presentation__datas__actualites {
      margin-top: 56px;
      position: relative;
      text-align: center; }
      .homeagence__presentation__datas__actualites > img {
        position: absolute;
        top: 0;
        left: -76px;
        width: 80px;
        text-align: right;
        height: 44px; }
      .homeagence__presentation__datas__actualites h3 {
        font-family: 'IBM Plex Sans', sans-serif;
        font-weight: 700;
        font-size: 22px;
        line-height: 40px;
        color: #505050;
        margin-bottom: 32px;
        text-align: left; }
      .homeagence__presentation__datas__actualites__actu {
        text-align: left;
        padding-bottom: 29px;
        margin-bottom: 21px;
        border-bottom: 1px solid #CCCCCC;
        position: relative; }
        .homeagence__presentation__datas__actualites__actu h4 {
          color: #73AB24;
          font-family: 'IBM Plex Sans', sans-serif;
          font-weight: 600;
          font-size: 21px;
          line-height: 28px; }
        .homeagence__presentation__datas__actualites__actu__infos a {
          font-style: italic;
          color: #FFFFFF;
          background: #73AB24;
          padding: 0 4px;
          text-transform: lowercase; }
        .homeagence__presentation__datas__actualites__actu__infos span {
          font-family: 'IBM Plex Sans', sans-serif;
          font-weight: 600;
          font-style: italic;
          font-size: 15px;
          line-height: 28px;
          color: #767676; }
        .homeagence__presentation__datas__actualites__actu__bouton {
          position: absolute;
          bottom: 34px;
          right: 8px;
          font-family: 'Montserrat', sans-serif;
          font-weight: 600;
          color: #FFFFFF;
          font-size: 15px;
          letter-spacing: 0.75px;
          padding: 3px 16px;
          border-radius: 29px;
          background: #73AB24;
          display: inline-block; }
        .homeagence__presentation__datas__actualites__actu:last-child {
          border: 0; }
      .homeagence__presentation__datas__actualites__bouton {
        margin-top: 27px;
        background: #73AB24;
        color: #FFFFFF;
        border-radius: 29px;
        border: 0;
        padding: 19px 62px;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        font-size: 15px;
        line-height: 1em;
        letter-spacing: 0.75px;
        -webkit-transition: background 0.4s, color 0.4s;
        transition: background 0.4s, color 0.4s;
        margin: 88px auto 0;
        display: inline-block;
        border: 2px solid #73AB24; }
        .homeagence__presentation__datas__actualites__bouton:hover {
          background: #FFFFFF;
          color: #73AB24; }
.homeagence__infosphoto {
  position: relative; }
  .homeagence__infosphoto > img {
    width: 50%;
    position: absolute;
    height: 100%;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center; }
    .homeagence__infosphoto > img.js-modal-btn{
   		cursor: pointer;
   	}
	.homeagence__infosphoto.video .js-modal-btn {
	    content: "";
	    width: 100%;
	    height: 100%;
	    background-image: url(data:image/png;base64,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);
	    background-position: center;
	    background-size: 150px;
	    background-repeat: no-repeat;
	    position: absolute;
	    z-index: 2;
	    top: 0;
	    width: 50%;
	    right: 50%;
	    cursor: pointer;
	}
	.homeagence__infosphoto--droite.video .js-modal-btn {
	    left: 50%;
	}
  .homeagence__infosphoto--gauche > img {
    right: 50%; }
  .homeagence__infosphoto--droite > img {
    left: 50%; }
  .homeagence__infosphoto h2 {
    font-size: 70px;
    line-height: 70px; }
  .homeagence__infosphoto .row {
    padding: 122px 0; }
    .homeagence__infosphoto .row .colonne {
      padding-left: 50px; }
    .homeagence__infosphoto .row img {
      width: 96px;
      margin-bottom: 16px; }
    .homeagence__infosphoto .row h2 {
      color: #767676;
      margin-bottom: 43px;
      text-shadow: 0 0 0; }
    .homeagence__infosphoto .row .soustitre {
      font-size: 21px;
      line-height: 30px;
      margin-bottom: 43px; }
    .homeagence__infosphoto .row .texte {
      margin-bottom: 82px; }
  .homeagence__infosphoto__bouton {
    text-align: center; }
    .homeagence__infosphoto__bouton a {
      font-family: 'Montserrat', sans-serif;
      font-weight: 600;
      font-size: 15px;
      letter-spacing: 0.75px;
      text-transform: uppercase;
      color: #FFFFFF;
      padding: 18px 36px;
      background: #FF8708;
      border-radius: 29px;
      -webkit-transition: background 0.4s, color 0.4s;
      transition: background 0.4s, color 0.4s;
      border: 2px solid #FF8708; }
      .homeagence__infosphoto__bouton a:hover {
        color: #FF8708;
        background: #FFFFFF; }
.homeagence__videos {
  padding: 192px 0 158px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .homeagence__videos__slider {
    padding: 0 40px;
    position: relative; }
    .homeagence__videos__slider .slick-arrow.prev {
      position: absolute;
      top: calc(50% - 23px);
      padding: 10px;
      left: 0px;
      transform: rotateZ(180deg);
      background: initial;
      border: 0; }
    .homeagence__videos__slider .slick-arrow.next {
      position: absolute;
      top: calc(50% - 23px);
      padding: 10px;
      right: 0px;
      background: initial;
      border: 0; }
    .homeagence__videos__slider__slide {
      padding: 0 5px; }
      .homeagence__videos__slider__slide h4 {
        margin-top: 26px;
        text-align: center;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-size: 21px;
        line-height: 21px;
        color: #5D5D5D; }
        .homeagence__videos__slider__slide .pretty-embed:after,
        .homeagence__videos__slider__slide .pretty-embed:hover:after{
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGwAAABMCAYAAACIylL7AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAE8WlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDIgNzkuMTY0MzUyLCAyMDIwLzAxLzMwLTE1OjUwOjM4ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjEuMSAoTWFjaW50b3NoKSIgeG1wOkNyZWF0ZURhdGU9IjIwMjAtMTAtMTNUMTU6MDA6MTQrMDI6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDIwLTEwLTEzVDE1OjAxOjA0KzAyOjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIwLTEwLTEzVDE1OjAxOjA0KzAyOjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozMTI0M2ZiYy1mMzdhLTRkYTQtOTc4Ni04N2M1ZTEzZmIzMzQiIHhtcE1NOkRvY3VtZW50SUQ9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")
    	}
.homeagence__engagements {
  background: #73AB24;
  padding: 165px 76px;
  margin-bottom: -32px; }
  .homeagence__engagements h3 {
    text-shadow: 0 0 0;
    margin-bottom: 97px; }
  .homeagence__engagements img {
    width: 69px;
    margin-bottom: 14px; }
  .homeagence__engagements p {
    font-size: 31px;
    line-height: 35px;
    color: #FFFFFF;
    margin-bottom: 75px; }
.homeagence__coordonnees {
  padding: 171px 0 128px;
  margin-top: -32px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center; }
  .homeagence__coordonnees h5 {
    margin-bottom: 80px; }
  .homeagence__coordonnees__telephone a,
  .homeagence__coordonnees p {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 700;
    font-size: 41px;
    line-height: 52px;
    color: #767676;
    margin-bottom: 24px; }
    .homeagence__coordonnees__telephone a img,
    .homeagence__coordonnees p img {
      height: 41px;
      margin-right: 23px; }
  .homeagence__coordonnees__bouton {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
    letter-spacing: 0.75px;
    color: #FFFFFF;
    background: #FF8708;
    text-transform: uppercase;
    min-width: 176px;
    padding: 19px 25px;
    border: 2px solid #FF8708;
    border-radius: 29px;
    text-decoration: none;
    text-align: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
    -webkit-transition: background 0.4s, color 0.4s;
    transition: background 0.4s, color 0.4s; }
    .homeagence__coordonnees__bouton:hover {
      background: #FFFFFF;
      color: #FF8708; }
.homeagence__legale {
  padding: 60px 0;
  text-align: center; }

.article h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 51px;
  line-height: 54px;
  letter-spacing: -2.55px;
  color: #767676;
  margin-bottom: 28px; }
.article h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 30px;
  color: #5D5D5D;
  margin-bottom: 28px; }
.article__header {
  text-align: center; }
  .article__header h1 {
    margin-bottom: 34px; }
  .article__header__infos {
    max-width: 900px;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    margin: 0 auto 56px; }
    .article__header__infos a {
      margin-top: 27px;
      background: #73AB24;
      color: #FFFFFF;
      border-radius: 29px;
      border: 0;
      padding: 19px 62px;
      text-transform: uppercase;
      font-family: 'Montserrat', sans-serif;
      font-weight: 600;
      font-size: 15px;
      line-height: 1em;
      letter-spacing: 0.75px;
      -webkit-transition: background 0.4s, color 0.4s;
      transition: background 0.4s, color 0.4s;
      border: 2px solid #73AB24;
      margin-top: 0; }
      .article__header__infos a:hover {
        background: #FFFFFF;
        color: #73AB24; }
    .article__header__infos span {
      font-style: italic;
      display: block;
      margin: 0 auto; }
.article__blocprincipal {
  position: relative;
  margin-bottom: 80px; }
  .article__blocprincipal > img {
    position: absolute;
    height: 100%;
    right: 55%;
    top: 0;
    width: 45%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center; }
  .article__blocprincipal .texte {
    padding-top: 70px; }
.article__blocphotosminis__photos img {
  width: calc(50% - 20px);
  display: inline-block; }
.article__blocphotosminis__photos img:first-child {
  padding-right: 20px; }
.article__blocphotosminis__photos img:last-child {
  padding-left: 20px; }
.article__blocphotosminis .soustitre {
  margin-top: 50px;
  font-size: 18px;
  font-style: italic;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 500; }
.article__boutonretour {
  text-align: center;
  margin: 90px 0 159px; }
  .article__boutonretour a {
    margin-top: 27px;
    background: #73AB24;
    color: #FFFFFF;
    border-radius: 29px;
    border: 0;
    padding: 19px 62px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 1em;
    letter-spacing: 0.75px;
    -webkit-transition: background 0.4s, color 0.4s;
    transition: background 0.4s, color 0.4s;
    margin-top: 0;
    border: 2px solid #73AB24; }
    .article__boutonretour a:hover {
      background: #FFFFFF;
      color: #73AB24; }
.article__actualites {
  position: relative;
  padding-bottom: 151px; }
  .article__actualites:before {
    content: "";
    padding: 0 30px;
    width: 100%;
    height: 1px;
    background: #CCCCCC;
    top: 0;
    left: 0; }
  .article__actualites__titre {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 21px;
    line-height: 30px;
    color: #5D5D5D;
    text-align: center;
    margin-top: 66px;
    margin-bottom: 52px; }
  .article__actualites__articles {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 26px; }
    .article__actualites__articles > div:first-child {
      padding: 19px 24px 26px; }
      .article__actualites__articles > div:first-child h5 {
        font-family: 'IBM Plex Sans', sans-serif;
        font-weight: 600;
        font-size: 21px;
        line-height: 28px;
        color: #73AB24;
        margin-bottom: 10px; }
      .article__actualites__articles > div:first-child > div {
        font-style: italic;
        font-size: 16px;
        margin-bottom: 12px; }
    .article__actualites__articles > div:last-child img {
      position: absolute;
      top: 0;
      left: 0;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      height: 100%;
      width: 100%; }
    .article__actualites__articles > div:last-child > div {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      text-align: center; }
      .article__actualites__articles > div:last-child > div span {
        color: #FFFFFF;
        padding: 4px 8px;
        background: #FF8708;
        font-family: 'IBM Plex Sans', sans-serif;
        font-weight: 600;
        font-size: 15px;
        line-height: 28px; }
    .article__actualites__articles > div:last-child > span.texte {
      position: absolute;
      bottom: 0;
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      align-items: center;
      width: 100%;
      height: 49px;
      text-align: center;
      color: #FFFFFF;
      left: 0;
      background: #73AB24;
      font-size: 18px; }

.articles .headerpage2 {
  margin-bottom: 0; }
.articles__titres {
  padding: 83px 0 104px;
  text-align: center; }
  .articles__titres h2 {
    color: #767676;
    text-shadow: 0 0 0;
    margin-bottom: 21px; }
  .articles__titres h3 {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 75px; }
  .articles__titres__categories {
    max-width: 535px;
    width: 100%;
    background: #F8F8F8;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0 20px;
    background-size: 32px 21px;
    background-image: url(../img/fleche-select.svg);
    background-repeat: no-repeat;
    background-position: 97%; }
  .articles__titres__categories:-ms-expand {
    display: none; }
.articles .blog__actualites__vignette__content {
  margin-bottom: 84px;
  text-align: center; }
.articles__pagination {
  margin-bottom: 175px;
  text-align: center; }
  .articles__pagination .prev img {
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg); }
  .articles__pagination a {
    padding: 0 10px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 400;
    color: #232323;
    font-size: 18px; }
  .articles__pagination span.current {
    color: #FF8708; }
  .articles__pagination img {
    width: 20px; }

@keyframes ldio-h1h98tlqzyl {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.ldio-h1h98tlqzyl div {
  left: 47px;
  top: 24px;
  position: absolute;
  animation: ldio-h1h98tlqzyl linear 1s infinite;
  background: #ff8708;
  width: 6px;
  height: 12px;
  border-radius: 3px / 6px;
  transform-origin: 3px 26px; }

.ldio-h1h98tlqzyl div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -0.9166666666666666s;
  background: #ff8708; }

.ldio-h1h98tlqzyl div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -0.8333333333333334s;
  background: #ff8708; }

.ldio-h1h98tlqzyl div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.75s;
  background: #ff8708; }

.ldio-h1h98tlqzyl div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.6666666666666666s;
  background: #ff8708; }

.ldio-h1h98tlqzyl div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.5833333333333334s;
  background: #ff8708; }

.ldio-h1h98tlqzyl div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.5s;
  background: #ff8708; }

.ldio-h1h98tlqzyl div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.4166666666666667s;
  background: #ff8708; }

.ldio-h1h98tlqzyl div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.3333333333333333s;
  background: #ff8708; }

.ldio-h1h98tlqzyl div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.25s;
  background: #ff8708; }

.ldio-h1h98tlqzyl div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.16666666666666666s;
  background: #ff8708; }

.ldio-h1h98tlqzyl div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.08333333333333333s;
  background: #ff8708; }

.ldio-h1h98tlqzyl div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
  background: #ff8708; }

.loadingio-spinner-spinner-9gwxogk0u3u {
  width: 41px;
  height: 41px;
  display: inline-block;
  overflow: hidden;
  background: #ffffff; }

.ldio-h1h98tlqzyl {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(0.41);
  backface-visibility: hidden;
  transform-origin: 0 0;
  /* see note above */ }

.ldio-h1h98tlqzyl div {
  box-sizing: content-box; }

.pagetemplate__blanc {
  padding: 76px 0; }
  .pagetemplate__blanc__bouton {
    text-transform: uppercase;
    color: #73AB24;
    border: 2px solid #73AB24;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    padding: 19px 4px;
    max-width: 363px;
    width: 100%;
    text-align: center;
    border-radius: 29px;
    display: block;
    margin: 81px 0 0;
    -webkit-transition: background 0.4s, color 0.4s;
    transition: background 0.4s, color 0.4s; }
  .pagetemplate__blanc__bouton:hover {
    background: #73AB24;
    color: #FFFFFF; }
  .pagetemplate__blanc__video, .pagetemplate__blanc__image {
    margin-bottom: 60px; }
.pagetemplate__orange {
  background: #FF8708;
  padding: 130px 0;
  color: #FFFFFF; }
  .pagetemplate__orange h3 {
    color: #FFFFFF; }
  .pagetemplate__orange .soustitre {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #FFFFFF; }
  .pagetemplate__orange img {
    width: 24px; }
  .pagetemplate__orange__bouton {
    text-transform: uppercase;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    padding: 19px 4px;
    max-width: 363px;
    width: 100%;
    text-align: center;
    border-radius: 29px;
    display: block;
    margin: 0 auto;
    -webkit-transition: background 0.4s, color 0.4s;
    transition: background 0.4s, color 0.4s; }
  .pagetemplate__orange__bouton:hover {
    background: #FFFFFF;
    color: #FF8708; }

/* MOBILE */
@media screen and (max-width: 1380px) {
  .header ul.menu > li > a {
    font-size: 13px;
    padding: 0 16px; } }
@media screen and (max-width: 1200px) {
  .header__logo img {
    width: 175px; }
  .header ul.menu > li > a {
    font-size: 12px;
    display: inline-block;
    padding: 0 5px; }
  .header ul.menu > li > a:after {
    bottom: -10px;
    left: 5px;
    width: calc(100% - 10px); }
  .header ul.menu > li ul.sub-menu li a {
    font-size: 13px; }
  .header__menugauche .menu, .header__menudroite .menu {
    width: 100%; }

  .homeglobal__services__block__vignette__icones:before, .homeglobal__services__block__vignette__icones:after {
    display: none; }
  .homeglobal__services__block__vignette__textes h5 {
    min-height: initial; }

  .homeagence__presentation__map {
    position: initial;
    max-height: 500px;
    min-height: 221px;
    height: 50vw;
    width: 100%; }
  .homeagence__presentation__datas {
    text-align: center;
    padding-top: 42px;
    padding-bottom: 76px; }
    .homeagence__presentation__datas__certification {
      margin: 0 auto 48px; }
    .homeagence__presentation__datas__data__horaires {
      line-height: 40px; }
    .homeagence__presentation__datas__actualites h3 {
      text-align: center; }
    .homeagence__presentation__datas__actualites h4 {
      font-size: 19px; }
    .homeagence__presentation__datas__actualites__bouton {
      margin-top: 31px; }
  .homeagence__infosphoto .row h2 {
    font-size: 70px;
    line-height: 70px; }

  .article {
    text-align: center; }
    .article__blocprincipal {
      margin-bottom: 33px; }
      .article__blocprincipal > img {
        position: relative;
        top: initial;
        right: initial;
        width: 100%;
        max-height: 500px;
        min-height: 321px;
        height: 50vw; }
      .article__blocprincipal .texte {
        padding-top: 36px; }
    .article__blocphotosminis {
      margin-top: 0; }
      .article__blocphotosminis__photos {
        margin-top: 33px; }
    .article__boutonretour {
      margin: 47px 0 70px; }
    .article h2 {
      font-size: 25px;
      line-height: 26px;
      letter-spacing: 0; }
    .article h3 {
      padding-bottom: 25px;
      font-size: 18px;
      line-height: 23px;
      letter-spacing: 0; }
    .article__actualites {
      padding-bottom: 50px; }
      .article__actualites__articles {
        box-shadow: 0 0 0;
        margin-bottom: 45px; }
        .article__actualites__articles > div:first-child {
          padding: 0; }
          .article__actualites__articles > div:first-child img {
            width: calc(100% + 30px);
            min-height: 130px;
            max-height: 300px;
            height: 50vw;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center;
            height: 100%; }
          .article__actualites__articles > div:first-child > div {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            text-align: center; }
            .article__actualites__articles > div:first-child > div span {
              color: #FFFFFF;
              padding: 4px 8px;
              background: #FF8708;
              font-family: 'IBM Plex Sans', sans-serif;
              font-weight: 600;
              font-size: 15px;
              line-height: 28px;
              font-style: normal; }
        .article__actualites__articles > div:last-child > div.texte {
          margin: 15px 0;
          position: relative; }
        .article__actualites__articles > div:last-child h5 {
          margin-bottom: 19px;
          font-family: 'IBM Plex Sans', sans-serif;
          font-weight: 600;
          font-size: 21px;
          line-height: 28px;
          color: #5D5D5D; }
        .article__actualites__articles > div:last-child > span.texte {
          box-shadow: 0px 11px 12px rgba(0, 0, 0, 0.08);
          position: relative;
          width: calc(100% + 30px);
          margin-left: -15px; } }
@media screen and (max-width: 992px) {
  .titre0 {
    font-size: 42px;
    line-height: 48px;
    letter-spacing: -2.1px; }

  .titre1 {
    text-align: center;
    font-size: 42px;
    line-height: 43px;
    letter-spacing: -2.1px; }
    .titre1 strong {
      font-weight: initial; }

  .soustitre {
    font-size: 21px;
    line-height: 26px;
    text-align: center; }

  .titre0.left {
    text-align: center;
    width: 100%; }

  .soustitre--flechegauche:before,
  .soustitre--flechebas:before {
    left: initial;
    margin-left: -44px;
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg); }

  .header {
    height: 55px;
    top: 0;
    padding: 10px 16px;
    background: #FFFFFF; }

  .ctaservices a {
    margin: 0 auto 21px; }

  .headerpage1,
  .headerpage2 {
    min-height: 300px;
    height: 50vw;
    position: relative;
    margin-bottom: 150px; }

  .headerpage1:after,
  .headerpage2:after {
    content: "";
    position: absolute;
    width: 100%;
    background: #EBEBEB;
    height: 103px;
    bottom: -103px;
    left: 0; }

  .menu-agence {
    height: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column; }
    .menu-agence a {
      border-bottom: 1px solid #FFFFFF;
      display: block;
      width: 100%;
      text-align: center; }
      .menu-agence a:last-child {
        border: 0; }

  .homeagence .headerpage1:after {
    display: none; }
  .homeagence__infosphoto {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column; }
    .homeagence__infosphoto .row {
      padding: 0;
      text-align: center; }
      .homeagence__infosphoto .row .colonne {
        padding-left: initial; }
      .homeagence__infosphoto .row > div {
        padding-top: 61px;
        padding-bottom: 81px; }
        .homeagence__infosphoto .row > div h2 {
          font-size: 38px;
          line-height: 39px;
          letter-spacing: -1.9px; }
        .homeagence__infosphoto .row > div > img {
          position: absolute;
          top: -32px;
          left: calc(50% - 35px);
          z-index: 2;
          width: 70px;
          border-radius: 100px;
          background: #FFFFFF; }
        .homeagence__infosphoto .row > div .soustitre {
          font-size: 19px;
          line-height: 25px; }
    .homeagence__infosphoto > img {
      position: relative;
      width: 100%;
      left: 0;
      -webkit-box-ordinal-group: 2;
      order: 1;
      max-height: 321px; }
     .homeagence__infosphoto.video .js-modal-btn{
     	max-height: 321px;
     	width: 100%;
     	left: 0;
     	right: 0;
     	background-size: 100px;
     }
    .homeagence__infosphoto > .container {
      -webkit-box-ordinal-group: 3;
      order: 2; }
  .homeagence__engagements {
    text-align: center;
    padding: 68px 0 85px; }
    .homeagence__engagements .titre0 {
      font-size: 38px;
      line-height: 38px;
      letter-spacing: -1.9px;
      margin-bottom: 64px; }
    .homeagence__engagements img {
      margin-bottom: 25px; }
    .homeagence__engagements p {
      font-size: 25px;
      line-height: 29px;
      margin-bottom: 45px; }
  .homeagence__coordonnees {
    padding: 86px 0; }
    .homeagence__coordonnees .titre2 {
      font-size: 25px;
      line-height: 26px;
      letter-spacing: 0;
      margin-bottom: 35px; }
    .homeagence__coordonnees p {
      font-size: 38px;
      line-height: 38px;
      letter-spacing: -1.9px;
      margin-bottom: 14px; }
    .homeagence__coordonnees p.ou {
      font-size: 32px;
      line-height: 41px;
      margin-bottom: 25px; }

  .homeglobal__slider_home .slick-slide {
    max-height: initial;
    /*min-height: initial;*/
    height: initial; }
  .homeglobal__slider_home img {
    width: 100%;
    height: initial;
    -o-object-fit: initial;
    object-fit: initial; }
  .homeglobal h1 {
    margin: 58px 0 84px; }
  .homeglobal__video {
    margin-top: 18px; }
    .homeglobal__video .texte {
      margin-top: 50px; }
  .homeglobal__rechercheagence {
    margin-top: 60px;
    height: 80vw;
    max-height: 643px;
    min-height: 600px;
    margin: 60px 0 92px;
    width: calc(100% + 30px);
    margin-left: -15px; }
    .homeglobal__rechercheagence__formulaire h2 {
      font-size: 25px;
      line-height: 27px; }
    .homeglobal__rechercheagence__formulaire input {
      width: 100%; }
    .homeglobal__rechercheagence__formulaire input::-webkit-input-placeholder {
      font-size: 13px;
      letter-spacing: 0.65px;
      line-height: 53px; }
    .homeglobal__rechercheagence__formulaire input::-moz-placeholder {
      font-size: 13px;
      letter-spacing: 0.65px;
      line-height: 53px; }
    .homeglobal__rechercheagence__formulaire input:-ms-input-placeholder {
      font-size: 13px;
      letter-spacing: 0.65px;
      line-height: 53px; }
    .homeglobal__rechercheagence__formulaire input::-ms-input-placeholder {
      font-size: 13px;
      letter-spacing: 0.65px;
      line-height: 53px; }
    .homeglobal__rechercheagence__formulaire input,
    .homeglobal__rechercheagence__formulaire input::placeholder {
      font-size: 13px;
      letter-spacing: 0.65px;
      line-height: 53px; }
  .homeglobal__rechercheagence:before {
    display: none; }
  .homeglobal__services {
    padding: 79px 0 77px; }
    .homeglobal__services .texte {
      text-align: center;
      margin: 42px 0 64px; }
  .homeglobal__services__vignette {
    display: inline-block;
    width: calc(100% + 30px);
    margin-left: -15px; }
    .homeglobal__services__vignette__photos {
      height: 320px;
      max-width: 450px;
      position: inherit; }
      .homeglobal__services__vignette__photos img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        width: 100%;
        height: 100%; }
    .homeglobal__services__vignette__icones {
      margin-top: -40px; }
    .homeglobal__services__vignette__textes h4 {
      font-size: 25px;
      line-height: 26px; }
    .homeglobal__services__vignette__textes h5 {
      min-height: initial; }
    .homeglobal__services__vignette__textes button {
      margin-top: 46px; }
  .homeglobal__services__vignette:hover .homeglobal__services__vignette__photos .homeglobal__services__vignette__photos__hover {
    opacity: 0; }
  .homeglobal__engagement:before {
    width: 100%; }
  .homeglobal__engagement {
    text-align: center;
    padding: 68px 0; }
    .homeglobal__engagement h3 {
      margin-bottom: 64px; }
    .homeglobal__engagement h4 {
      margin-bottom: 15px; }
    .homeglobal__engagement img {
      margin-bottom: 25px; }
    .homeglobal__engagement .texte {
      margin-bottom: 50px;
      margin: 0 auto; }
  .homeglobal__engagement > img {
    display: none; }

  .service__header__2 {
    height: 154px; }
    .service__header__2__soustitre h2 {
      font-size: 25px;
      line-height: 26px; }
  .service__presentation {
    margin-top: 70px;
    text-align: center; }
    .service__presentation .texte:after {
      left: calc(50% - 25.5px); }
  .service__services {
    text-align: center; }
    .service__services h4 {
      font-size: 30px;
      line-height: 30px;
      margin-bottom: 34px; }
    .service__services__picto img {
      width: 50px;
      margin-bottom: 15px; }
    .service__services h5 {
      font-size: 25px;
      margin-bottom: 15px; }
  .service__servicesadd {
    padding: 62px 0 111px;
    text-align: center; }
    .service__servicesadd__imageaddgauchemobile {
      content: "";
      position: absolute;
      width: 120px;
      left: 0;
      top: 6px; }
    .service__servicesadd__imageadddroitemobile {
      content: "";
      width: 100px;
      right: 0;
      top: 36px;
      position: absolute; }
    .service__servicesadd h3 {
      margin-bottom: 43px; }
    .service__servicesadd h4 {
      font-size: 21px;
      margin-bottom: 23px; }
    .service__servicesadd .texte {
      margin-bottom: 75px; }
  .service__infosimage {
    padding: 0 0 77px;
    text-align: center; }
    .service__infosimage img {
      position: initial;
      width: 100%;
      max-height: 520px;
      height: 50vw;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: top;
      object-position: top;
      margin-bottom: 33px; }
    .service__infosimage h4 {
      margin-bottom: 33px; }
  .service__infoscolor {
    padding: 73px 0 58px;
    text-align: center; }
    .service__infoscolor__titre {
      margin-bottom: 26px; }
    .service__infoscolor__soustitre {
      font-size: 30px;
      line-height: 35px;
      margin-bottom: 50px; }

  .temoignages {
    padding: 90px 0 0; }
    .temoignages__soustitre {
      font-size: 30px;
      line-height: 47px;
      text-align: center;
      margin-bottom: 35px; }
    .temoignages__slider {
      padding-bottom: 50px;
      margin-bottom: 40px; }
      .temoignages__slider__texte {
        font-family: 'IBM Plex Sans', sans-serif;
        font-weight: 500;
        text-align: center; }
      .temoignages__slider__auteur {
        text-align: center;
        font-size: 14px; }
      .temoignages__slider .prev {
        display: block;
        bottom: 0;
        left: calc(50% - 100px);
        top: initial;
        height: 40px;
        z-index: 2; }
        .temoignages__slider .prev img {
          width: 21px;
          height: 40px; }
      .temoignages__slider .next {
        display: block;
        bottom: 0;
        right: calc(50% - 100px);
        top: initial;
        height: 40px;
        z-index: 2; }
        .temoignages__slider .next img {
          width: 21px;
          height: 40px; }

  .agences__formulaire {
    border-top: 0;
    margin-bottom: 40px; }
    .agences__formulaire > div {
      padding: 0; }
    .agences__formulaire h2 {
      font-size: 25px;
      margin-top: 35px; }
    .agences__formulaire .rechercheragence_results {
      position: initial;
      height: initial; }
  .agences__liste {
    padding: 54px 0 20px;
    text-align: center; }
    .agences__liste__villes {
      background: #F2F2F2; }
  .agences__map iframe {
    max-height: 500px;
    min-height: 260px;
    height: 50vw; }
  .agences h4:after {
    left: calc(50% - 25.5px); }

  .histoire__video h2 {
    text-align: center;
    font-size: 38px;
    letter-spacing: -1.9px;
    line-height: 38px; }
  .histoire__video .texte {
    margin-bottom: 40px; }
  .histoire__video .soustitre--flechebas:before {
    left: initial;
    margin-left: -44px; }
  .histoire .ctaservices {
    margin-bottom: 54px; }
  .histoire__historique__slider {
    padding: 40px 0 0; }
    .histoire__historique__slider__slide {
      text-align: center; }
      .histoire__historique__slider__slide h4 {
        font-size: 38px;
        line-height: 38px;
        letter-spacing: -1.9px; }
      .histoire__historique__slider__slide__date {
        margin-bottom: 34px; }
      .histoire__historique__slider__slide__content {
        padding: 0 15px; }
      .histoire__historique__slider__slide img {
        margin: 131px auto 0;
        max-height: 412px; }
    .histoire__historique__slider .slick-arrow.next,
    .histoire__historique__slider .slick-arrow.prev {
      bottom: initial;
      top: calc(36% + 3px); }
    .histoire__historique__slider .slick-arrow.prev {
      right: initial;
      left: calc(50% - 80px);
      top: calc(36%); }
    .histoire__historique__slider .slick-arrow.next {
      right: calc(50% - 80px);
      left: initial; }
  .histoire__infos {
    padding: 54px 0 90px;
    text-align: center;
    margin: 0; }
    .histoire__infos h3 {
      font-size: 25px;
      line-height: 29px;
      margin-bottom: 25px;
      letter-spacing: 0; }
    .histoire__infos .texte {
      margin-bottom: 72px; }
    .histoire__infos a {
      margin: 20px auto 0; }

  .franchise__video {
    text-align: center; }
    .franchise__video h2 {
      font-size: 38px;
      letter-spacing: -1.9px;
      line-height: 38px;
      margin-bottom: 35px; }
    .franchise__video__bouton {
      margin: 35px auto 49px; }
    .franchise__video__logo {
      margin-top: 31px; }
  .franchise__blockcolor {
    margin: 31px 0 70px;
    text-align: center;
    padding: 45px 0; }
    .franchise__blockcolor .titre2 {
      font-size: 38px;
      margin-bottom: 20px; }
    .franchise__blockcolor .soustitre {
      margin-bottom: 31px; }
  .franchise__service h3 {
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 31px; }
  .franchise__service h3:after {
    display: none; }
  .franchise__service .soustitre {
    margin-bottom: 23px; }
  .franchise__service .texte {
    margin-bottom: 39px;
    text-align: center; }
  .franchise__service__personne__nom {
    margin-bottom: 0; }

  .carte__presentation {
    text-align: center;
    padding-bottom: 50px; }
    .carte__presentation h2 {
      font-size: 38px;
      line-height: 38px;
      letter-spacing: -1.9px;
      margin-bottom: 35px; }
    .carte__presentation .soustitre--flechedroite:before {
      right: initial;
      margin-left: -40px;
      -webkit-transform: rotateZ(90deg);
      transform: rotateZ(90deg); }
    .carte__presentation .soustitre,
    .carte__presentation .texte {
      margin-right: 0; }
    .carte__presentation img {
      max-width: 350px;
      width: 100%;
      margin: 30px auto 0; }
  .carte__presentationphoto {
    text-align: center; }
    .carte__presentationphoto__imageadd {
      position: initial;
      width: 100%;
      height: 321px; }
    .carte__presentationphoto h3 {
      margin-top: 40px;
      margin-bottom: 20px; }
    .carte__presentationphoto__soustitre {
      margin-bottom: 40px; }
    .carte__presentationphoto__icone {
      margin-bottom: 20px; }
    .carte__presentationphoto a {
      margin-bottom: 60px; }

  .aides__aide__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    position: relative;
    margin-bottom: 66px; }
    .aides__aide__header h2 {
      margin-left: 0;
      font-size: 25px; }
    .aides__aide__header img {
      position: absolute;
      width: 50px;
      left: calc(50% - 25px);
      bottom: -25px;
      margin-left: initial;
      background: #FFFFFF;
      border-radius: 100px; }
  .aides__aide__block hr {
    width: 100%;
    display: block;
    height: 1px;
    background: #DDDDDD;
    margin: 40px 0; }
  .aides__aide__block h3 {
    min-height: initial;
    margin-bottom: 20px; }
  .aides__aide__block a {
    margin-bottom: 0; }
  .aides__infos {
    margin-top: 0; }
    .aides__infos h3 {
      padding-top: 0;
      text-align: center;
      font-size: 38px;
      line-height: 38px;
      letter-spacing: -1.9px; }
    .aides__infos h3:before {
      display: none; }
    .aides__infos__blockphoto {
      padding-top: 0; }
    .aides__infos .texte img {
      width: 100%; }
  .aides .ctadevis_fullwidth {
    margin-top: 40px; }

  .aidesdetail__contenu {
    text-align: center; }
    .aidesdetail__contenu h2 span {
      position: relative;
      left: initial;
      margin-right: 10px; }
    .aidesdetail__contenu h3 {
      font-size: 31px;
      line-height: 31px;
      letter-spacing: -1px;
      margin-bottom: 20px; }

  .contact__orange {
    padding: 46px 0; }
    .contact__orange__infos {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column;
      max-width: 450px;
      margin: 0 auto; }
      .contact__orange__infos__block {
        margin-bottom: 19px; }
  .contact__form {
    padding: 96px 0; }
  .contact .wpcf7-form .agence {
    max-width: initial; }
  .contact .wpcf7-form .demi,
  .contact .wpcf7-form .entier {
    width: 100%; }
  .contact .wpcf7-form select {
    margin-bottom: 25px; }

  .homeagence__soustitre .titre {
    font-size: 25px;
    line-height: 26px; }

  .footer__container {
    padding: 38px 0 60px; }
  .footer__logo {
    max-width: 157px;
    margin: 0 auto 33px;
    padding: 0; }
  .footer__logo:after {
    display: none; }
  .footer__slogan {
    text-align: center;
    margin-bottom: 41px; }
    .footer__slogan p {
      font-size: 14px;
      line-height: 24px; }
      .footer__slogan p strong {
        display: inline; }
  .footer ul.menu > li {
    padding: 16px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    cursor: pointer; }
    .footer ul.menu > li > a {
      font-size: 13px;
      line-height: 16px;
      padding: 0 0;
      display: block;
      position: relative;
      margin: 0; }
    .footer ul.menu > li > a:after {
      content: "+";
      font-family: 'Montserrat', sans-serif;
      font-weight: 600;
      font-size: 18px;
      color: #FFFFFF;
      position: absolute;
      right: 20px;
      top: calc(50% - 9px); }
    .footer ul.menu > li ul.sub-menu {
      display: none;
      margin: 24px 0 0; }
      .footer ul.menu > li ul.sub-menu li a {
        font-family: 'IBM Plex Sans', sans-serif;
        font-weight: 300;
        font-size: 14px;
        line-height: 34px; }
  .footer .menu-menu-droite-top-container ul.menu > li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
  .footer__telephone h4 {
    margin: 37px 0 11px; }
  .footer__telephone img {
    margin-bottom: 37px; }
  .footer__postuler {
    text-align: right; }
    .footer__postuler h4 {
      padding-right: 16px; }
  .footer__credits {
    font-size: 12px;
    line-height: 15px; }

  .blog__actualites {
    padding: 95px 0 63px;
    width: calc(100% + 30px);
    margin-left: -15px; }
    .blog__actualites h3,
    .blog__actualites .texte {
      padding: 0 15px; }
    .blog__actualites__vignette {
      margin-bottom: 26px; }
      .blog__actualites__vignette__header {
        max-width: initial;
        margin-bottom: 0; }
        .blog__actualites__vignette__header img {
          width: 100%; }
      .blog__actualites__vignette__content__texte {
        margin-bottom: 64px;
        min-height: initial; }
      .blog__actualites__vignette__content h4 {
        min-height: initial; }
    .blog__actualites__bouton {
      margin-top: 40px; }

  .pagetemplate {
    padding: 30px 0; }
    .pagetemplate__blanc {
      text-align: center; }
      .pagetemplate__blanc .titre2 {
        font-size: 38px;
        letter-spacing: -1.9px;
        line-height: 38px;
        margin-bottom: 35px; }
      .pagetemplate__blanc__bouton {
        margin: 35px auto 49px; }
    .pagetemplate__orange {
      text-align: center; }
      .pagetemplate__orange .titre2 {
        font-size: 38px;
        margin-bottom: 20px; }
      .pagetemplate__orange .soustitre {
        margin-bottom: 31px; } }
@media screen and (max-width: 768px) {
  .homeglobal__slider_home {
    background: #EBEBEB; }
    .homeglobal__slider_home .slick-slide {
      min-height: 300px; }
    .homeglobal__slider_home.disable {
      padding-bottom: 480px; }
    .homeglobal__slider_home__desktop {
      display: none !important; }
    .homeglobal__slider_home__mobile {
      display: block !important; }
    .homeglobal__slider_home .slick-dots {
      display: none !important; }
    .homeglobal__slider_home .slick-slide {
      padding-bottom: 0; }
  .homeglobal__rechercheagence__formulaire__block {
    width: initial;
    padding: 0 15px; }
    .homeglobal__rechercheagence__formulaire__block__loader {
      right: 60px; }
    .homeglobal__rechercheagence__formulaire__block input#rechercheragence {
      width: 100%; }

  .contact__orange h2 {
    font-size: 20px; }
  .contact__orange img {
    width: 40px; }
  .contact__orange__infos {
    max-width: 320px; }
  .contact .wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column; }
    .contact .wpcf7-form .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
      max-width: initial;
      width: 100%;
      text-align: center; }
    .contact .wpcf7-form .wpcf7-checkbox .wpcf7-list-item .bootstrap-switch {
      margin: 20px auto 0; }
  .contact .wpcf7-form .wpcf7-recaptcha > div {
    margin: 35px auto 0; }
  .contact .wpcf7-form .typefile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column; }
    .contact .wpcf7-form .typefile > p:first-child {
      width: 100%;
      border-radius: 0;
      margin-bottom: 0; }
    .contact .wpcf7-form .typefile label {
      /*width: 230px;*/
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: center;
      justify-content: center;
      border-radius: 0 0 10px 10px;
      margin: 0 auto 25px; }
  .contact .wpcf7-form input[type="submit"] {
    margin-top: 35px; }

  .service__header {
    background-position: right; } }
@media screen and (max-width: 576px) {
  .footer__postuler {
    text-align: left; } }

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

[v-cloak] {
  display: none;
}